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 }}
andrewbranch
/
TypeScript
Public
forked from
microsoft/TypeScript
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
1
Star
0
Code
Pull requests
1
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Projects
Wiki
Security
Insights
Commits
Branch selector
9458f8a
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 29, 2020
Consistent narrowing to 'never' in conditional and switch statements (#39191)
Show description for 9458f8a
ahejlsberg
authored
9458f8a
Copy full SHA for 9458f8a
No speculative inferences for variadic tuples (#39281)
Show description for b448540
ahejlsberg
authored
b448540
Copy full SHA for b448540
Merge pull request #38776 from a-tarasyuk/bug/29890
Show description for 57dd722
DanielRosenwasser
authored
57dd722
Copy full SHA for 57dd722
Use mapped rest type member when expanding rest parameter names (#39317)
Show description for 99bec50
weswigham
authored
99bec50
Copy full SHA for 99bec50
fix(39047): handle extra spaces after the catch statement (#39306)
a-tarasyuk
authored
ee5c3fa
Copy full SHA for ee5c3fa
Allow distinct string enum members with identical property names to form unions in mapped types (#39101)
andrewbranch
authored
58ed610
Copy full SHA for 58ed610
LEGO: Merge pull request 39318
Show description for 3853bf5
csigs
authored
3853bf5
Copy full SHA for 3853bf5
LEGO: check in for master to temporary branch.
csigs
committed
5f04915
Copy full SHA for 5f04915
Commits on Jun 28, 2020
LEGO: Merge pull request 39309
Show description for 03f0fc4
csigs
authored
03f0fc4
Copy full SHA for 03f0fc4
LEGO: check in for master to temporary branch.
csigs
committed
6ed9d56
Copy full SHA for 6ed9d56
fix(29890): wrap variable/method/property to jsx expression
a-tarasyuk
committed
c75af69
Copy full SHA for c75af69
Commits on Jun 26, 2020
LEGO: Merge pull request 39286
Show description for 1aaa2ec
csigs
authored
1aaa2ec
Copy full SHA for 1aaa2ec
LEGO: check in for master to temporary branch.
csigs
committed
80482e4
Copy full SHA for 80482e4
Preserve newlines between try/catch/finally, if/else, do/while (#39280)
Show description for 3d22a4f
andrewbranch
authored
3d22a4f
Copy full SHA for 3d22a4f
not narrow static property without type annotation in constructor. (#39252)
Show description for 4601a78
ShuiRuTian
authored
4601a78
Copy full SHA for 4601a78
Switch to ES Map/Set internally (#33771)
Show description for eb2f4e2
rbuckton
authored
eb2f4e2
Copy full SHA for eb2f4e2
fix(38840): omit completions for a spread like argument in a function definition (#38897)
a-tarasyuk
authored
95690c0
Copy full SHA for 95690c0
fix(38785): include in NavigationBar child items from default exported functions (#38915)
a-tarasyuk
authored
59f8097
Copy full SHA for 59f8097
LEGO: Merge pull request 39276
Show description for 535914c
csigs
authored
535914c
Copy full SHA for 535914c
LEGO: check in for master to temporary branch.
csigs
committed
02d7c1e
Copy full SHA for 02d7c1e
LEGO: Merge pull request 39270
Show description for 7edc00f
csigs
authored
7edc00f
Copy full SHA for 7edc00f
LEGO: check in for master to temporary branch.
csigs
committed
bf128ed
Copy full SHA for bf128ed
Avoid effect of element access expression (#39174)
Show description for 6b4d0bf
Kingwl
authored
6b4d0bf
Copy full SHA for 6b4d0bf
Commits on Jun 25, 2020
Update typescript-eslint to 3.4.1-alpha.1 (#39260)
rbuckton
authored
d610bbd
Copy full SHA for d610bbd
Handle 'keyof' for generic tuple types (#39218)
Show description for ee4aee0
ahejlsberg
authored
ee4aee0
Copy full SHA for ee4aee0
Disable unsound T[K] rule in subtype relations (#39249)
Show description for 8df85b5
ahejlsberg
authored
8df85b5
Copy full SHA for 8df85b5
LEGO: Merge pull request 39257
Show description for 04509c6
csigs
authored
04509c6
Copy full SHA for 04509c6
LEGO: check in for master to temporary branch.
csigs
committed
4eea47e
Copy full SHA for 4eea47e
Commits on Jun 24, 2020
Upgrade typescript-eslint version (#39242)
Show description for cc7cb9e
rbuckton
authored
cc7cb9e
Copy full SHA for cc7cb9e
Handle recursive type references up to a certain level of expansion in inference (#38011)
Show description for a3ee09d
weswigham
authored
a3ee09d
Copy full SHA for a3ee09d
Do not consider binding patterns in contextual types for return type inference where all the signature type parameters have defaults (#39081)
weswigham
authored
d1ebf12
Copy full SHA for d1ebf12
LEGO: Merge pull request 39233
Show description for 785e447
csigs
authored
785e447
Copy full SHA for 785e447
LEGO: check in for master to temporary branch.
csigs
committed
038f011
Copy full SHA for 038f011
Do not add reexported names to the exportSpecifiers list of moduleinfo (#39213)
weswigham
authored
7893c9f
Copy full SHA for 7893c9f
Update user baselines (#39214)
Show description for 5d9b785
TypeScript Bot
and
typescript-bot
authored
5d9b785
Copy full SHA for 5d9b785
Pagination
Previous
Next
You can’t perform that action at this time.