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 }}
codeOwlAI
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
src
compiler
factory
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 6, 2025
Fix helpers emit for .cjs files in ESM module mode (#61814)
andrewbranch
authored
7715955
View commit details
Copy full SHA for 7715955
View code at this point
Browse repository at this point
Add support for `import defer` proposal (#60757)
Show description for a69c6d0
3 people
authored
a69c6d0
View commit details
Copy full SHA for a69c6d0
View code at this point
Browse repository at this point
Commits on Nov 6, 2024
Narrow generic conditional and indexed access return types when checking return statements (#56941)
gabritto
authored
30979c2
View commit details
Copy full SHA for 30979c2
View code at this point
Browse repository at this point
Fix `getEffectiveCheckNode` (#60309)
gabritto
authored
8d95ac5
View commit details
Copy full SHA for 8d95ac5
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
Include non-enumerable keys in __importStar helper (#60262)
rbuckton
authored
2e4f2c7
View commit details
Copy full SHA for 2e4f2c7
View code at this point
Browse repository at this point
Commits on Sep 30, 2024
Extract node type printer (#59282)
dragomirtitian
authored
476e9ee
View commit details
Copy full SHA for 476e9ee
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
Rewrite relative import extensions with flag (#59767)
andrewbranch
authored
bd3d700
View commit details
Copy full SHA for bd3d700
View code at this point
Browse repository at this point
Commits on Sep 16, 2024
Enable `--isolatedDeclarations` on TS codebase (#59635)
Show description for 52eaa7b
3 people
authored
52eaa7b
View commit details
Copy full SHA for 52eaa7b
View code at this point
Browse repository at this point
Commits on Sep 5, 2024
Support importHelpers with module:preserve (#59852)
rbuckton
authored
f39fe7d
View commit details
Copy full SHA for f39fe7d
View code at this point
Browse repository at this point
Commits on Aug 30, 2024
Added typeToTypeNode with truncation (#59332)
Show description for 6260f7a
Armando Aguirre
and
Armando Aguirre Sepulveda
authored
6260f7a
View commit details
Copy full SHA for 6260f7a
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
fix(59484): Constructor overload still present in emitted JS (#59491)
a-tarasyuk
authored
1f54d0a
View commit details
Copy full SHA for 1f54d0a
View code at this point
Browse repository at this point
Use global `Iterator.prototype` for down-level generators (#59514)
rbuckton
authored
67d0fc1
View commit details
Copy full SHA for 67d0fc1
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
Don't treat an instantiation expression as an assertion in skipOuterExpressions (#59538)
jakebailey
authored
9987812
View commit details
Copy full SHA for 9987812
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
Only look up package.json type if module is node16/nodenext or file is in node_modules (#58825)
Show description for a9139bf
andrewbranch
and
jakebailey
authored
a9139bf
View commit details
Copy full SHA for a9139bf
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
Create a `SourceFile`-level indirection on children maps, store `SyntaxList` children directly on nodes. (#59154)
DanielRosenwasser
authored
a6fb4dc
View commit details
Copy full SHA for a6fb4dc
View code at this point
Browse repository at this point
Commits on Jun 27, 2024
Remove unused exports & dead code (using Knip) (#56817)
Show description for 752135e
webpro
and
jakebailey
authored
752135e
View commit details
Copy full SHA for 752135e
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
Implement deterministic collapse of 'await' in 'await using' (#58929)
rbuckton
authored
e70904a
View commit details
Copy full SHA for e70904a
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
Revert #57896 (#58857)
andrewbranch
authored
5628973
View commit details
Copy full SHA for 5628973
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
Implement "Arbitrary Module Namespace Identifiers" (#58640)
Show description for 8d62e2f
evanw
and
rbuckton
authored
8d62e2f
View commit details
Copy full SHA for 8d62e2f
View code at this point
Browse repository at this point
Commits on May 29, 2024
`await using` normative changes (#58624)
rbuckton
authored
2a9e4b8
View commit details
Copy full SHA for 2a9e4b8
View code at this point
Browse repository at this point
Commits on May 7, 2024
Use explicit extensions for imports within src (#58421)
jakebailey
authored
16beff1
View commit details
Copy full SHA for 16beff1
View code at this point
Browse repository at this point
Commits on Apr 19, 2024
Don't cache child lists for tokens (#58233)
DanielRosenwasser
authored
e8f2225
View commit details
Copy full SHA for e8f2225
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
Respect package.json `"type"` and module-format-specific file extensions in more `module` modes (#57896)
andrewbranch
authored
585a9af
View commit details
Copy full SHA for 585a9af
View code at this point
Browse repository at this point
Commits on Apr 5, 2024
Monomorphize allocators for tsserver/public API, just like core compiler (#58045)
jakebailey
authored
3456c6e
View commit details
Copy full SHA for 3456c6e
View code at this point
Browse repository at this point
Commits on Mar 26, 2024
feat(41825): JSDoc equivalent of import * (#57207)
a-tarasyuk
authored
2de69b0
View commit details
Copy full SHA for 2de69b0
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
Remove 5.5 deprecated compiler options (#57527)
Show description for 26df0cb
jakebailey
and
andrewbranch
authored
26df0cb
View commit details
Copy full SHA for 26df0cb
View code at this point
Browse repository at this point
Remove code related to prepend and fix baselines (#57472)
sheetalkamat
authored
f23927a
View commit details
Copy full SHA for f23927a
View code at this point
Browse repository at this point
Commits on Feb 27, 2024
Remove target=es3 (#57525)
jakebailey
authored
65de938
View commit details
Copy full SHA for 65de938
View code at this point
Browse repository at this point
Commits on Jan 29, 2024
enable `@typescript-eslint/no-unused-vars` (#57123)
abrahamguo
authored
3c9aea3
View commit details
Copy full SHA for 3c9aea3
View code at this point
Browse repository at this point
Commits on Dec 7, 2023
Disallow negative numbers in create numeric literal (take 2) (#56570)
Show description for 96bef67
Andarist
and
jakebailey
authored
96bef67
View commit details
Copy full SHA for 96bef67
View code at this point
Browse repository at this point
Commits on Nov 21, 2023
When reparsing top level await dont set original node for the new source file (#56439)
sheetalkamat
authored
13c9b16
View commit details
Copy full SHA for 13c9b16
View code at this point
Browse repository at this point
Commits on Nov 15, 2023
Revert "Disallow numeric literals with negative numbers (#55268)" (#56422)
jakebailey
authored
3333e90
View commit details
Copy full SHA for 3333e90
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
Move complex parameter lists of async function into downlevel generator body (#56296)
rbuckton
authored
10db652
View commit details
Copy full SHA for 10db652
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
More reliable mechanism for `_this`/`_super` simplification (#56130)
rbuckton
authored
8e37e4b
View commit details
Copy full SHA for 8e37e4b
View code at this point
Browse repository at this point
Expose 'updateModifiers' in public NodeFactory API (#56194)
rbuckton
authored
e5e7cbb
View commit details
Copy full SHA for e5e7cbb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.