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
parser.ts
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 24, 2025
Allow trailing commas after import attributes in `ImportType` (#61920)
Andarist
authored
50b93bc
View commit details
Copy full SHA for 50b93bc
View code at this point
Browse repository at this point
Commits on Jun 9, 2025
Restore `import defer =` parsing (#61837)
nicolo-ribaudo
authored
0dfd0c2
View commit details
Copy full SHA for 0dfd0c2
View code at this point
Browse repository at this point
Commits on Jun 6, 2025
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 Jun 5, 2025
fix(61747): for (using of = is incorrectly parsed (#61764)
a-tarasyuk
authored
a591ca3
View commit details
Copy full SHA for a591ca3
View code at this point
Browse repository at this point
Commits on Jan 17, 2025
fix(60592): JSDoc implements space sensetive (#60640)
a-tarasyuk
authored
5170645
View commit details
Copy full SHA for 5170645
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
Fix ASI after get/set keyword (#60225)
rbuckton
authored
bd1641f
View commit details
Copy full SHA for bd1641f
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
Validate JSON imports into ESM in `--module nodenext` (#60019)
andrewbranch
authored
9ad213f
View commit details
Copy full SHA for 9ad213f
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 Aug 13, 2024
Add regex eslint plugin, fix lints (#59371)
jakebailey
authored
195203e
View commit details
Copy full SHA for 195203e
View code at this point
Browse repository at this point
Commits on Jul 20, 2024
fix35982: allow BigIntLiteral to parse as PropertyName for literal object and indices (#58608)
iisaduan
authored
dfb8701
View commit details
Copy full SHA for dfb8701
View code at this point
Browse repository at this point
Commits on Jul 10, 2024
fix(59011): TypeScript generates invalid types if @import tags are spread over multiple lines (#59026)
a-tarasyuk
authored
e450c46
View commit details
Copy full SHA for e450c46
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 13, 2024
Remove typescript-etw (#58832)
jakebailey
authored
e30b5fb
View commit details
Copy full SHA for e30b5fb
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 24, 2024
Improve Recovery of Unterminated Regular Expressions (#58289)
Show description for d0ef028
graphemecluster
and
rbuckton
authored
d0ef028
View commit details
Copy full SHA for d0ef028
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
Provide Syntax Checking for Regular Expressions (#55600)
Show description for 42f238b
3 people
authored
42f238b
View commit details
Copy full SHA for 42f238b
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
Move incremental state to WeakSets (#58087)
jakebailey
authored
207932a
View commit details
Copy full SHA for 207932a
View code at this point
Browse repository at this point
Use built-in no-restricted-syntax to ban null instead of plugin, ban null type too (#58095)
jakebailey
authored
17e420d
View commit details
Copy full SHA for 17e420d
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 Apr 4, 2024
Don't clear _children on NodeArrays (#58069)
jakebailey
authored
772c290
View commit details
Copy full SHA for 772c290
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 Mar 20, 2024
Do not perserve references in declaration emit, unless preserve=true (#57681)
jakebailey
authored
7d50455
View commit details
Copy full SHA for 7d50455
View code at this point
Browse repository at this point
Fixed referencing properties that are reserved keywords in `@link` (#57739)
Andarist
authored
af81456
View commit details
Copy full SHA for af81456
View code at this point
Browse repository at this point
Commits on Mar 15, 2024
Require exactly 'true' for truthy reference directive prop (#57782)
jakebailey
authored
76f8de0
View commit details
Copy full SHA for 76f8de0
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
When attaching JSDoc diagnostics, make sure to only include diagnostics that actually belong with the JSDoc (#57271)
abrahamguo
authored
0b044f7
View commit details
Copy full SHA for 0b044f7
View code at this point
Browse repository at this point
Commits on Jan 3, 2024
Let AutoImportProvider find non-declaration files in wildcard exports... (#56848)
andrewbranch
authored
0ea57f6
View commit details
Copy full SHA for 0ea57f6
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
feat(56634): Support for "const modifier on type parameters" with JSDoc (#56649)
a-tarasyuk
authored
a36d04f
View commit details
Copy full SHA for a36d04f
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
Improve JSDocFunctionType readability (#56694)
sandersn
authored
3d11251
View commit details
Copy full SHA for 3d11251
View code at this point
Browse repository at this point
Commits on Dec 1, 2023
feat(56600): JSDoc @callback doesn't support this parameters via @this (#56610)
a-tarasyuk
authored
3500c92
View commit details
Copy full SHA for 3500c92
View code at this point
Browse repository at this point
Commits on Nov 28, 2023
fix(50303): Using @linkcode in combination with private methods causes TS1003 in JavaScript files. (#56338)
a-tarasyuk
authored
4eae150
View commit details
Copy full SHA for 4eae150
View code at this point
Browse repository at this point
Commits on Nov 27, 2023
fix(56567): import type from = require('foo') fails to parse (#56568)
a-tarasyuk
authored
921259e
View commit details
Copy full SHA for 921259e
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 13, 2023
fix(56376): import type from from "foo" (#56385)
a-tarasyuk
authored
628bf0e
View commit details
Copy full SHA for 628bf0e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.