Skip to content
Navigation Menu
Toggle navigation
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 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Development-Code
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
tests
on
main
User selector
All users
All time
Commit history
Commits on Aug 29, 2022
Handle intersections in isGenericTypeWithoutNullableConstraint (#50497)
Show description for 6d170b4
ahejlsberg
authored
6d170b4
Copy full SHA for 6d170b4
Commits on Aug 27, 2022
Reuse computed type of condition expressions (#49881)
JoostK
authored
71b2ba6
Copy full SHA for 71b2ba6
Commits on Aug 26, 2022
fix(50427): allow convert function expressions (#50430)
a-tarasyuk
authored
4579245
Copy full SHA for 4579245
fix(50415): Language server debug failure - Did not expect GetAccessor to have an Identifier in its trivia (#50470)
Show description for bb3a7ae
a-tarasyuk
authored
bb3a7ae
Copy full SHA for bb3a7ae
Rephrase error message to be 100% technically correct (#50471)
RyanCavanaugh
authored
3557092
Copy full SHA for 3557092
add unknown to DateTimeFormatTypes (#50402)
Show description for 71d1911
longlho
and
long.ho
authored
71d1911
Copy full SHA for 71d1911
Optimize substitution types (#50397)
Show description for 6e8337e
ahejlsberg
authored
6e8337e
Copy full SHA for 6e8337e
feat(7481): Operator to ensure an expression is contextually typed by, and satisfies, some type (#46827)
Show description for 164dddc
a-tarasyuk
and
RyanCavanaugh
authored
164dddc
Copy full SHA for 164dddc
Commits on Aug 25, 2022
Fix auto import crash due to difference in `paths` handling (#50419)
andrewbranch
authored
38076df
Copy full SHA for 38076df
fix(50435): Duplicate seeming Code Actions for convert const to let (#50442)
Show description for 12eb519
a-tarasyuk
authored
12eb519
Copy full SHA for 12eb519
Jsdoc property description (#50269)
Show description for a08b045
3 people
authored
a08b045
Copy full SHA for a08b045
Commits on Aug 24, 2022
fix(50375): Errors for missing enum-named properties should attempt to preserve names (#50382)
Show description for 8d7ad8c
a-tarasyuk
authored
8d7ad8c
Copy full SHA for 8d7ad8c
Discard union types before considering weak type checks on unit-like types (#50423)
Show description for fb717df
DanielRosenwasser
authored
fb717df
Copy full SHA for fb717df
Syntax operations also need to ensure project is present for the open script infos since update could be pending to make sure open script info has project (#50418)
Show description for b9a5bbc
sheetalkamat
authored
b9a5bbc
Copy full SHA for b9a5bbc
Commits on Aug 23, 2022
fix(50224): Intellisense for strings within a type's Union doesn't work properly for JSX (#50231)
Show description for 44ce3cf
a-tarasyuk
authored
44ce3cf
Copy full SHA for 44ce3cf
Commits on Aug 22, 2022
Make canHaveModifiers/Decorators public (#50399)
rbuckton
authored
aaa4f9d
Copy full SHA for aaa4f9d
Commits on Aug 19, 2022
Fixes for `decorators` property deprecations (#50343)
Show description for 284837d
rbuckton
authored
284837d
Copy full SHA for 284837d
fix(50075): do not strip undefined from the function class properties (#50169)
a-tarasyuk
authored
5969ae9
Copy full SHA for 5969ae9
Unify default import resolution across specifier target codepaths (#49814)
Show description for 05d7d6b
weswigham
authored
05d7d6b
Copy full SHA for 05d7d6b
Commits on Aug 18, 2022
If resolvedFileName differs with realPath only in casing use the resolvedFileName before realpath so that errors can be reported with forceConsistentCasingInFileNames (#50364)
Show description for 1f0f7c8
sheetalkamat
authored
1f0f7c8
Copy full SHA for 1f0f7c8
Add fourslash function for validating syntactic classification (#50362)
DanielRosenwasser
authored
7bafbea
Copy full SHA for 7bafbea
Commits on Aug 16, 2022
fix first match in `RegExpMatchArray` being possibly undefined when `noUncheckedIndexedAccess` is enabled (#49682)
Show description for 3b80ddc
DetachHead
and
sandersn
authored
3b80ddc
Copy full SHA for 3b80ddc
Ignore related info in diagnostic deduplication (#50309)
Show description for 330e33c
andrewbranch
authored
330e33c
Copy full SHA for 330e33c
🔨 Fix missing "Implement interface" code fix for mapped types with implicit `keyof T` in their definition (#49999)
Show description for f24f74e
babakks
and
andrewbranch
authored
f24f74e
Copy full SHA for f24f74e
Update baseline after out-of-order merge (#50320)
andrewbranch
authored
90fa1c7
Copy full SHA for 90fa1c7
Make literal types not comparable to weak object types without property overlap (#49865)
andrewbranch
authored
4e33e0e
Copy full SHA for 4e33e0e
Strip literal freshness of contextually typed literals (#49884)
Show description for 64ee1e8
andrewbranch
authored
64ee1e8
Copy full SHA for 64ee1e8
Commits on Aug 15, 2022
Forward intersectionState flag when comparing indexed access constraints (#50261)
weswigham
authored
e989d84
Copy full SHA for e989d84
fix(49149): remove unneeded array overload to Object.freeze (#50029)
Show description for 8a873de
3 people
authored
8a873de
Copy full SHA for 8a873de
fix(49629): fix crash in find-all-refs when using module.exports/export= with arrays/primitives (#50291)
a-tarasyuk
authored
61d8a8d
Copy full SHA for 61d8a8d
Make `React` import fix not block component import fix (#50307)
Show description for bc52ff6
andrewbranch
authored
bc52ff6
Copy full SHA for bc52ff6
Fix export = error message to not have redundant language (#50308)
jakebailey
authored
fd3c46b
Copy full SHA for fd3c46b
Commits on Aug 12, 2022
Revert "Fixed an issue with contextual type for intersection properties (#48668)" (#50279)
Show description for adf26ff
RyanCavanaugh
authored
adf26ff
Copy full SHA for adf26ff
Commits on Aug 10, 2022
Make build info tolerant to json errors (#50265)
Show description for 90cfbae
sheetalkamat
authored
90cfbae
Copy full SHA for 90cfbae
Don't treat object properties as potential JS contructors without JSDoc class tag (#49735)
jakebailey
authored
5fbf3b0
Copy full SHA for 5fbf3b0
Previous
Next
You can’t perform that action at this time.