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
transformers
module
module.ts
on
main
User selector
All users
Datepicker
All time
Commit history
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 Jul 26, 2024
Fixed crashed related to emptied labeled statements in converted loop bodies (#59434)
Andarist
authored
9757109
View commit details
Copy full SHA for 9757109
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
Fixed crash when transforming modules with top-level if statements incorrectly containining export statements (#59375)
Andarist
authored
09e47d0
View commit details
Copy full SHA for 09e47d0
View code at this point
Browse repository at this point
Fixed a crash when transforming modules with top-level labels (#59374)
Andarist
authored
c6c4299
View commit details
Copy full SHA for c6c4299
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 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
Handle exported functions in ExportDeclarations for CJS/AMD/UMD emit (#58489)
jakebailey
authored
fa58c61
View commit details
Copy full SHA for fa58c61
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 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
Don’t emit __esModule on CJS files that didn’t use ESM syntax (#58169)
andrewbranch
authored
6431a30
View commit details
Copy full SHA for 6431a30
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
Hoist function exports to top of module body in CJS/AMD/UMD (#57669)
rbuckton
authored
881f449
View commit details
Copy full SHA for 881f449
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
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 Aug 16, 2023
dprint the codebase (#54820)
jakebailey
authored
5e8c261
View commit details
Copy full SHA for 5e8c261
View code at this point
Browse repository at this point
Commits on Jun 22, 2023
Support `using` and `await using` declarations (#54505)
rbuckton
authored
f9cf821
View commit details
Copy full SHA for f9cf821
View code at this point
Browse repository at this point
Commits on Apr 27, 2023
Fix 'var' hoisting in 'if' in CJS/AMD emit (#54036)
rbuckton
authored
be27970
View commit details
Copy full SHA for be27970
View code at this point
Browse repository at this point
Commits on Apr 21, 2023
Remove `EndOfDeclarationMarker` and `MergeDeclarationMarker` nodes (#53901)
rbuckton
authored
36b6325
View commit details
Copy full SHA for 36b6325
View code at this point
Browse repository at this point
Commits on Mar 23, 2023
Upgrade "boolean-trivia" lint to new "argument-trivia" lint that uses type info, has quick fixes, etc. (#53002)
jakebailey
authored
ac55b29
View commit details
Copy full SHA for ac55b29
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
feat(48702): Emit for dynamic import (import()) when target >= ES2020 and module == None (#50942)
a-tarasyuk
authored
cdeb1e3
View commit details
Copy full SHA for cdeb1e3
View code at this point
Browse repository at this point
Commits on Jan 19, 2023
Implement the Stage 3 Decorators Proposal (#50820)
rbuckton
authored
5b18979
View commit details
Copy full SHA for 5b18979
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
Enable strictFunctionTypes (#49929)
jakebailey
authored
22b362c
View commit details
Copy full SHA for 22b362c
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
Remove some properties from `Identifier` (#52170)
rbuckton
authored
9cdba99
View commit details
Copy full SHA for 9cdba99
View code at this point
Browse repository at this point
Commits on Dec 15, 2022
Move auto-generated identifier info into separate object (#51900)
rbuckton
authored
44e8244
View commit details
Copy full SHA for 44e8244
View code at this point
Browse repository at this point
Commits on Nov 20, 2022
Avoid emitting temp variable in downleveled import() (#51562)
Josh-Cena
authored
df7f5fc
View commit details
Copy full SHA for df7f5fc
View code at this point
Browse repository at this point
Commits on Nov 17, 2022
Flip imports to case insensitive sorting (#51579)
jakebailey
authored
00dc0b6
View commit details
Copy full SHA for 00dc0b6
View code at this point
Browse repository at this point
Reformat imports to be one identifier per line (#51565)
jakebailey
authored
2d2a434
View commit details
Copy full SHA for 2d2a434
View code at this point
Browse repository at this point
Commits on Nov 7, 2022
Add dts bundling
Show description for c651422
jakebailey
committed
c651422
View commit details
Copy full SHA for c651422
View code at this point
Browse repository at this point
Generated module conversion step - inlineImports
Show description for 07758c0
jakebailey
committed
07758c0
View commit details
Copy full SHA for 07758c0
View code at this point
Browse repository at this point
Generated module conversion step - stripNamespaces
Show description for b6c0538
jakebailey
committed
b6c0538
View commit details
Copy full SHA for b6c0538
View code at this point
Browse repository at this point
Generated module conversion step - explicitify
Show description for 9a0b85c
jakebailey
committed
9a0b85c
View commit details
Copy full SHA for 9a0b85c
View code at this point
Browse repository at this point
Generated module conversion step - unindent
Show description for 94724a8
jakebailey
committed
94724a8
View commit details
Copy full SHA for 94724a8
View code at this point
Browse repository at this point
Commits on Oct 18, 2022
fix: avoid downleveled dynamic import closing over specifier expression (#49663)
Show description for 1f8959f
Josh-Cena
and
rbuckton
authored
1f8959f
View commit details
Copy full SHA for 1f8959f
View code at this point
Browse repository at this point
Commits on Jun 10, 2022
Merge 'decorators' into 'modifiers' on various nodes (#49089)
Show description for 1e65b33
rbuckton
authored
1e65b33
View commit details
Copy full SHA for 1e65b33
View code at this point
Browse repository at this point
Commits on Dec 8, 2021
Exempt tslib from indirect call transform (#47070)
rbuckton
authored
c8f1a87
View commit details
Copy full SHA for c8f1a87
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.