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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
TypeScript
Public
Notifications
You must be signed in to change notification settings
Fork
13.8k
Star
111k
Code
Issues
5k+
Pull requests
72
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 21, 2026
Content mappers round 2 (#63936)
Andrew Branch (andrewbranch)
authored
d6c4afd
View commit details
Copy full SHA for d6c4afd
Browse repository at this point
Deduplicate repeated declarations on union/intersection properties (#63908)
Mateusz Burzyński (Andarist)
authored
7286b0a
View commit details
Copy full SHA for 7286b0a
Browse repository at this point
Restore legacy build output ignores (#63930)
Jake Bailey (jakebailey)
authored
f75d169
View commit details
Copy full SHA for f75d169
Browse repository at this point
Fix TypeScript package major-minor version (#63940)
Jake Bailey (jakebailey)
authored
3bbdc6c
View commit details
Copy full SHA for 3bbdc6c
Browse repository at this point
Handle FORCE_COLOR values like Node (#63941)
Jake Bailey (jakebailey)
authored
31ff973
View commit details
Copy full SHA for 31ff973
Browse repository at this point
Bump the github-actions group across 1 directory with 7 updates (#63947)
Show description for a2fcfc3
dependabot[bot]
authored
a2fcfc3
View commit details
Copy full SHA for a2fcfc3
Browse repository at this point
Use setup-go with custom download URL (#63939)
Jake Bailey (jakebailey)
authored
94cc757
View commit details
Copy full SHA for 94cc757
Browse repository at this point
Use new GitHub runner pool (#63938)
Jake Bailey (jakebailey)
authored
83bd7c2
View commit details
Copy full SHA for 83bd7c2
Browse repository at this point
Add package feed CI check (#63927)
Jake Bailey (jakebailey)
authored
0891d49
View commit details
Copy full SHA for 0891d49
Browse repository at this point
Commits on Aug 20, 2026
Downgrade too-new npm deps (#63925)
Jake Bailey (jakebailey)
authored
c087644
View commit details
Copy full SHA for c087644
Browse repository at this point
Fix crash in CFA when for-in/for-of expression throws (#63912)
Daniel Lockyer (daniellockyer)
authored
d55453c
View commit details
Copy full SHA for d55453c
Browse repository at this point
[api] Add `.getReducedType()` method (#63899)
Show description for 6556d51
Tom Mrazauskas (mrazauskas)
authored
6556d51
View commit details
Copy full SHA for 6556d51
Browse repository at this point
[api] Add `TypeFormatFlags` enum (#63911)
Show description for 0d9d53a
Tom Mrazauskas (mrazauskas)
authored
0d9d53a
View commit details
Copy full SHA for 0d9d53a
Browse repository at this point
Merge pull request #63763 from jakebailey/main-ts7
Show description for 6d44e05
Jake Bailey (jakebailey)
authored
6d44e05
View commit details
Copy full SHA for 6d44e05
Browse repository at this point
Ignore mechanical TypeScript 7 migration commits in blame
Jake Bailey (jakebailey)
committed
1ca4b27
View commit details
Copy full SHA for 1ca4b27
Browse repository at this point
Apply the TypeScript 7 repository layout
Jake Bailey (jakebailey)
committed
5f647a8
View commit details
Copy full SHA for 5f647a8
Browse repository at this point
Rename the Go module to github.com/microsoft/TypeScript/tsc
Jake Bailey (jakebailey)
committed
28c68f4
View commit details
Copy full SHA for 28c68f4
Browse repository at this point
Remove the historical TypeScript submodule
Jake Bailey (jakebailey)
committed
a78be1b
View commit details
Copy full SHA for a78be1b
Browse repository at this point
Commits on Aug 19, 2026
Fix test:api on windows (microsoft/typescript-go#4917)
Wesley Wigham (weswigham)
authored
51c91ec
View commit details
Copy full SHA for 51c91ec
Browse repository at this point
Generate TS API from Go source (microsoft/typescript-go#4915)
Wesley Wigham (weswigham)
authored
8d411ad
View commit details
Copy full SHA for 8d411ad
Browse repository at this point
Prevent crash when computing emit output paths (microsoft/typescript-go#4900)
Show description for ab3c070
3 people
authored
ab3c070
View commit details
Copy full SHA for ab3c070
Browse repository at this point
Content mappers (microsoft/typescript-go#4712)
Show description for 57791fb
Andrew Branch (andrewbranch)
and
Michael Arnaldi (mikearnaldi)
authored
57791fb
View commit details
Copy full SHA for 57791fb
Browse repository at this point
Preserve comments when downleveling arrow expression bodies (microsoft/typescript-go#4723)
Show description for 48be7ae
Copilot
and
Jake Bailey (jakebailey)
authored
48be7ae
View commit details
Copy full SHA for 48be7ae
Browse repository at this point
Fix go-to-definition functionality at JS JSX tag edge (microsoft/typescript-go#4909)
Show description for 60b2856
3 people
authored
60b2856
View commit details
Copy full SHA for 60b2856
Browse repository at this point
Commits on Aug 18, 2026
Use semantic type identity for JSDoc augments checks (microsoft/typescript-go#4889)
Show description for 41ec0d4
Copilot
and
Wesley Wigham (weswigham)
authored
41ec0d4
View commit details
Copy full SHA for 41ec0d4
Browse repository at this point
Preserve enum computed property names in declarations (microsoft/typescript-go#4852)
Jake Bailey (jakebailey)
authored
3a2dcd3
View commit details
Copy full SHA for 3a2dcd3
Browse repository at this point
Preserve nested module resolution diagnostics in concurrent mode (microsoft/typescript-go#4836)
Show description for e3fddc7
Copilot
and
Ryan Cavanaugh (RyanCavanaugh)
authored
e3fddc7
View commit details
Copy full SHA for e3fddc7
Browse repository at this point
Fix false implicit-return/unreachable diagnostics in `try/finally` with logical assignment (`||=`) (microsoft/typescript-go#4442)
Show description for 8f82c29
Copilot
and
Ryan Cavanaugh (RyanCavanaugh)
authored
8f82c29
View commit details
Copy full SHA for 8f82c29
Browse repository at this point
Improve recursion identities and `isDeeplyNestedType` (microsoft/typescript-go#4913)
Anders Hejlsberg (ahejlsberg)
authored
ea58062
View commit details
Copy full SHA for ea58062
Browse repository at this point
Fix crash in CFA when for loop initializer throws (microsoft/typescript-go#4599)
Show description for 74460fb
Mateusz Burzyński (Andarist)
and
Anders Hejlsberg (ahejlsberg)
authored
74460fb
View commit details
Copy full SHA for 74460fb
Browse repository at this point
Gate ES2025 regex syntax behind target (microsoft/typescript-go#4877)
Show description for cb38098
Dayong Lee (dayongkr)
and
Ryan Cavanaugh (RyanCavanaugh)
authored
cb38098
View commit details
Copy full SHA for cb38098
Browse repository at this point
Commits on Aug 17, 2026
Add getSymbolOfSourceFile to the API (microsoft/typescript-go#4791)
Show description for 6361d29
Titian Cernicova-Dragomir (dragomirtitian)
and
Andrew Branch (andrewbranch)
authored
6361d29
View commit details
Copy full SHA for 6361d29
Browse repository at this point
Add versions of get*Diagostics that allow passing in an array of files. (microsoft/typescript-go#4552)
Titian Cernicova-Dragomir (dragomirtitian)
authored
e385a59
View commit details
Copy full SHA for e385a59
Browse repository at this point
Fix hover JSDoc for mapped type properties (microsoft/typescript-go#3663)
Show description for e0e43c2
Mateusz Burzyński (Andarist)
and
Jake Bailey (jakebailey)
authored
e0e43c2
View commit details
Copy full SHA for e0e43c2
Browse repository at this point
[api] Always update inferred project if one is open (microsoft/typescript-go#4682)
Piotr Tomiak (piotrtomiak)
authored
8119024
View commit details
Copy full SHA for 8119024
Browse repository at this point
Previous
Next
You can’t perform that action at this time.