Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
emonmr
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
this-function-types
User selector
All users
All time
Commit history
Commits on Mar 28, 2016
Update baselines after merging from master
sandersn
committed
f64110a
View commit details
Copy full SHA for f64110a
Browse repository at this point
Merge branch 'master' into this-function-types
sandersn
committed
9e5f260
View commit details
Copy full SHA for 9e5f260
Browse repository at this point
Commits on Mar 26, 2016
Merge pull request #7178 from tinganho/navigationBarItemTopLevel
Show description for 89350b3
DanielRosenwasser
committed
89350b3
View commit details
Copy full SHA for 89350b3
Browse repository at this point
Merged with master
tinganho
committed
b7c3547
View commit details
Copy full SHA for b7c3547
Browse repository at this point
Addresses CR feedback
tinganho
committed
86b6b6c
View commit details
Copy full SHA for 86b6b6c
Browse repository at this point
Commits on Mar 25, 2016
Add --noImplicitThis flag
Show description for a91cdcc
sandersn
committed
a91cdcc
View commit details
Copy full SHA for a91cdcc
Browse repository at this point
Remove --strictThisChecks
sandersn
committed
c9f5f3d
View commit details
Copy full SHA for c9f5f3d
Browse repository at this point
Merge pull request #7688 from Microsoft/Fix7629
Show description for 8dc3b2e
mhegazy
committed
8dc3b2e
View commit details
Copy full SHA for 8dc3b2e
Browse repository at this point
Fix #7629: Check if errros are needed before reporting them in enumRelatedTo
mhegazy
committed
bdb741e
View commit details
Copy full SHA for bdb741e
Browse repository at this point
Commits on Mar 24, 2016
Merge pull request #7676 from zhengbli/fixNodeOnSharePoint
Show description for 6cc1b17
Zhengbo Li
committed
6cc1b17
View commit details
Copy full SHA for 6cc1b17
Browse repository at this point
refactor
zhengbli
committed
ddbfb7b
View commit details
Copy full SHA for ddbfb7b
Browse repository at this point
Explicitly exclude . and .. for fs.readdirSync
zhengbli
committed
d0545ff
View commit details
Copy full SHA for d0545ff
Browse repository at this point
Merge pull request #7584 from Microsoft/LS-rename-getSourceFile
Show description for 55cbdc9
vladima
committed
55cbdc9
View commit details
Copy full SHA for 55cbdc9
Browse repository at this point
Merge pull request #7658 from zhengbli/fixCaseSensitivity
Show description for ec8eeff
Zhengbo Li
committed
ec8eeff
View commit details
Copy full SHA for ec8eeff
Browse repository at this point
Merge branch 'AbubakerB-nestedPrivateProtectedMembers'
mhegazy
committed
730f189
View commit details
Copy full SHA for 730f189
Browse repository at this point
Merge branch 'nestedPrivateProtectedMembers' of https://github.com/AbubakerB/TypeScript into AbubakerB-nestedPrivateProtectedMembers
mhegazy
committed
8647d2a
View commit details
Copy full SHA for 8647d2a
Browse repository at this point
Commits on Mar 23, 2016
Merge pull request #7650 from Arnavion/lib-d-ts-fixes
Show description for 560ab23
mhegazy
committed
560ab23
View commit details
Copy full SHA for 560ab23
Browse repository at this point
Revert change to Object.assign
Arnavion
committed
bb5fa16
View commit details
Copy full SHA for bb5fa16
Browse repository at this point
Use fileName instead of Path when dealing with file systems directly
zhengbli
committed
e9b514c
View commit details
Copy full SHA for e9b514c
Browse repository at this point
Merge pull request #7645 from Microsoft/fix7637
Show description for b07eb63
mhegazy
committed
b07eb63
View commit details
Copy full SHA for b07eb63
Browse repository at this point
RegExp.compile() actually returns `this`, per ES6 annex B.
Arnavion
committed
d2d02c7
View commit details
Copy full SHA for d2d02c7
Browse repository at this point
Add nullability annotations to core.d.ts and es6.d.ts
Arnavion
committed
7bb0ce9
View commit details
Copy full SHA for 7bb0ce9
Browse repository at this point
Commits on Mar 22, 2016
Fix #7637: treat jsx tag names as expressions
mhegazy
committed
3ee67e7
View commit details
Copy full SHA for 3ee67e7
Browse repository at this point
Merge pull request #7635 from Microsoft/considerAmbientAssigned
Show description for 9094e01
ahejlsberg
committed
9094e01
View commit details
Copy full SHA for 9094e01
Browse repository at this point
Always consider ambient variables assigned
ahejlsberg
committed
7809bcb
View commit details
Copy full SHA for 7809bcb
Browse repository at this point
Commits on Mar 21, 2016
Merge pull request #7140 from Microsoft/strictNullChecks
Show description for 3853bb8
ahejlsberg
committed
3853bb8
View commit details
Copy full SHA for 3853bb8
Browse repository at this point
Merge pull request #7622 from Microsoft/findAllReferencesForJSXTagNames
Show description for 7c99c8f
mhegazy
committed
7c99c8f
View commit details
Copy full SHA for 7c99c8f
Browse repository at this point
Accepting new baselines
ahejlsberg
committed
fb6255a
View commit details
Copy full SHA for fb6255a
Browse repository at this point
Merge branch 'master' into strictNullChecks
Show description for 413d9a6
ahejlsberg
committed
413d9a6
View commit details
Copy full SHA for 413d9a6
Browse repository at this point
Merge pull request #7595 from Microsoft/revertParseCompilerOptionsFromJson
Show description for 4e06457
vladima
committed
4e06457
View commit details
Copy full SHA for 4e06457
Browse repository at this point
Fix issue with find references for jsx tags
mhegazy
committed
d5c3a0a
View commit details
Copy full SHA for d5c3a0a
Browse repository at this point
Merge pull request #7621 from Microsoft/dropInferenceLimit
Show description for e052eb1
vladima
committed
e052eb1
View commit details
Copy full SHA for e052eb1
Browse repository at this point
added API sample to tests
vladima
committed
134a253
View commit details
Copy full SHA for 134a253
Browse repository at this point
Merge pull request #7591 from Microsoft/allow-merge-for-types-namespaces
Show description for cc8277c
vladima
committed
cc8277c
View commit details
Copy full SHA for cc8277c
Browse repository at this point
drop inference limit
vladima
committed
6f37d31
View commit details
Copy full SHA for 6f37d31
Browse repository at this point
Previous
Next
You can’t perform that action at this time.