Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
microsoft
/
TypeScript
Public
Notifications
You must be signed in to change notification settings
Fork
13.1k
Star
107k
Code
Issues
5k+
Pull requests
503
Actions
Projects
1
Models
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Models
Wiki
Security
Insights
Commits
Branch selector
b18c70f
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 27, 2019
Fix fourslash test
ahejlsberg
committed
b18c70f
Copy full SHA for b18c70f
Handle missing global array type
ahejlsberg
committed
bf0debb
Copy full SHA for bf0debb
Accept new baselines
ahejlsberg
committed
5c21f43
Copy full SHA for 5c21f43
Minor fixes
ahejlsberg
committed
5310fd0
Copy full SHA for 5310fd0
Commits on Aug 26, 2019
Merge branch 'master' into recursiveTypeReferences
Show description for 7753f7b
ahejlsberg
committed
7753f7b
Copy full SHA for 7753f7b
Merge pull request #33064 from armanio123/FixNavbarMultilineUnterminated
Show description for 5008c9c
armanio123
authored
5008c9c
Copy full SHA for 5008c9c
Fix infer from usage prop assignment (#33088)
Show description for 21f1923
sandersn
authored
21f1923
Copy full SHA for 21f1923
Fix fourslash server (#33063)
andrewbranch
authored
b4417da
Copy full SHA for b4417da
Properly handle recursive array and tuple types in printback
ahejlsberg
committed
dd47fff
Copy full SHA for dd47fff
Instantiate deferred type references like anonymous types
ahejlsberg
committed
52a1a14
Copy full SHA for 52a1a14
Commits on Aug 24, 2019
Recursive tuple types + fix instantiation of recursive type references
ahejlsberg
committed
b24fcd0
Copy full SHA for b24fcd0
Commits on Aug 23, 2019
Added optional trailing slash regex
Armando Aguirre
committed
a0c29fe
Copy full SHA for a0c29fe
Merge pull request #32672 from armanio123/FixNavbarMultiline
Show description for 25f609b
armanio123
authored
25f609b
Copy full SHA for 25f609b
Merge pull request #33056 from amcasey/TripleSlashRestrictions
Show description for 5b59cfb
amcasey
authored
5b59cfb
Copy full SHA for 5b59cfb
Make trailing slash required on cleanText regex
Armando Aguirre
committed
f76e3b5
Copy full SHA for f76e3b5
Use the in operator
amcasey
committed
e3690c3
Copy full SHA for e3690c3
Make triple-slash comment classification more restrictive
Show description for 00d3726
amcasey
committed
00d3726
Copy full SHA for 00d3726
Support deferred resolution of type arguments in type references
ahejlsberg
committed
643351c
Copy full SHA for 643351c
Change doc-string for Unreliable variance flag. (#33036)
jack-williams
authored and
weswigham
committed
ec39d41
Copy full SHA for ec39d41
Commits on Aug 22, 2019
Fix prototype property type lookup (#33034)
Show description for 4bddf55
sandersn
authored
4bddf55
Copy full SHA for 4bddf55
Commits on Aug 21, 2019
Cache JS inferred class type symbol (#33010)
Show description for 3c42760
sandersn
authored
3c42760
Copy full SHA for 3c42760
Add assert comments in CodeFixes and Refactors (#33016)
Show description for 016884d
RyanCavanaugh
authored
016884d
Copy full SHA for 016884d
LEGO: check in for master to temporary branch. (#33011)
csigs
authored and
weswigham
committed
f6155f8
Copy full SHA for f6155f8
Fix discovery and execution of root-level tests in the parallel runner (#32980)
weswigham
authored
219a570
Copy full SHA for 219a570
Commits on Aug 20, 2019
Improve “Add missing await” fix-all (#32922)
Show description for 5d04250
andrewbranch
authored
5d04250
Copy full SHA for 5d04250
Walk up parenthesized type nodes when looking for the type alias hosting a node (#32924)
weswigham
authored
a34ac80
Copy full SHA for a34ac80
Add support for jsdoc properties with hyphen (#32631)
fuafa
authored and
sandersn
committed
24201cf
Copy full SHA for 24201cf
Handle network style paths for watching (#32888)
Show description for 5ac4505
sheetalkamat
authored
5ac4505
Copy full SHA for 5ac4505
Fix default behavior for transpileModule when fileName not provided (#32982)
rbuckton
authored
1bf2182
Copy full SHA for 1bf2182
Commits on Aug 19, 2019
Constructor functions as classes (#32944)
Show description for 6ca9d04
sandersn
authored
6ca9d04
Copy full SHA for 6ca9d04
Instantiate generic conditional infer source types in the context of the target conditional (#31545)
Show description for fd1e22b
weswigham
authored
fd1e22b
Copy full SHA for fd1e22b
Fix Cannot read property 'text' of undefined crash (#32734)
Show description for d75de60
rchaser53
authored and
RyanCavanaugh
committed
d75de60
Copy full SHA for d75de60
Resolve SymbolFlags.Type only at first in jsdoc getTypeFromTypeReference (#32947)
Show description for d9f0212
weswigham
authored
d9f0212
Copy full SHA for d9f0212
Update user baselines (#32975)
TypeScript Bot
authored and
weswigham
committed
2cde3b7
Copy full SHA for 2cde3b7
Update Feature_request.md (#32974)
Show description for 9e9e694
WesSouza
authored and
RyanCavanaugh
committed
9e9e694
Copy full SHA for 9e9e694
Pagination
Previous
Next
You can’t perform that action at this time.