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 }}
jakebailey
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
src
services
codefixes
on
debug-module
User selector
All users
All time
Commit history
Commits on Sep 17, 2024
Fix all except special entrypoints and tests
jakebailey
committed
9cb279e
View commit details
Copy full SHA for 9cb279e
View code at this point
Browse repository at this point
Commits on Sep 16, 2024
Drop unnecessary type arguments in the isolated declarations quick fix (#59665)
Show description for 8230bc6
3 people
authored
8230bc6
View commit details
Copy full SHA for 8230bc6
View code at this point
Browse repository at this point
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 10, 2024
add support for autoimports/moveToFile to generate aliased named imports (#59885)
iisaduan
authored
89e004f
View commit details
Copy full SHA for 89e004f
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 23, 2024
Fix error message for type-only import of ES module from CJS (#59711)
andrewbranch
authored
a86b5e2
View commit details
Copy full SHA for a86b5e2
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
fix(59649): ts Move to a new file doesn't respect importModuleSpecifier setting (#59670)
a-tarasyuk
authored
3abe069
View commit details
Copy full SHA for 3abe069
View code at this point
Browse repository at this point
Commits on Aug 21, 2024
Simplify handling of `node:`-prefixed modules in auto-imports (#59702)
andrewbranch
authored
a5eec24
View commit details
Copy full SHA for a5eec24
View code at this point
Browse repository at this point
Commits on Aug 16, 2024
fix(59558): Implement Interface Quick Fix generates duplicate declarations (#59563)
a-tarasyuk
authored
f850298
View commit details
Copy full SHA for f850298
View code at this point
Browse repository at this point
Commits on Aug 15, 2024
Allow existing imports in file to supersede package.json filter (#59604)
andrewbranch
authored
bcb1545
View commit details
Copy full SHA for bcb1545
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 Aug 12, 2024
fix(58166): Class parameter property with initializer before required property emits non-nullable parameter for declaration emit (#58177)
a-tarasyuk
authored
7049af5
View commit details
Copy full SHA for 7049af5
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
Refactored node builder flags and tests (#59440)
Show description for 5f79e16
Armando Aguirre
and
Armando Aguirre Sepulveda
authored
5f79e16
View commit details
Copy full SHA for 5f79e16
View code at this point
Browse repository at this point
Fix accidental relative imports from non namespace barrels (#59544)
jakebailey
authored
5e9e6ad
View commit details
Copy full SHA for 5e9e6ad
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
Fixed quick fixes for inferred type predicates (#58958)
Andarist
authored
451388c
View commit details
Copy full SHA for 451388c
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
fix(59116): Codefix add missing function declaration inserts function in wrong file (#59213)
a-tarasyuk
authored
7319968
View commit details
Copy full SHA for 7319968
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
Remove stableSort, rename sort to toSorted (#55728)
jakebailey
authored
3f6f316
View commit details
Copy full SHA for 3f6f316
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
Add TReturn/TNext to Iterable et al (#58243)
rbuckton
authored
6f530cc
View commit details
Copy full SHA for 6f530cc
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
Fixed crash on authored import type nodes when serializing for declarations (#59160)
Andarist
authored
4506240
View commit details
Copy full SHA for 4506240
View code at this point
Browse repository at this point
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 16, 2024
fix(59304): Convert to ESM uses template strings instead of string literals (#59306)
a-tarasyuk
authored
bf39ecc
View commit details
Copy full SHA for bf39ecc
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 20, 2024
Update to TS 5.5.2 (#58947)
jakebailey
authored
ef079c9
View commit details
Copy full SHA for ef079c9
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
fix55816: exclude files with re-exports if excluded by preferences.autoImportFileExcludePatterns (#58537)
Show description for f999951
iisaduan
and
andrewbranch
authored
f999951
View commit details
Copy full SHA for f999951
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 12, 2024
[DO NOT MERGE UNTIL 5.6] Fix re-exported defaults in ExportInfoMap (#58837)
andrewbranch
authored
1948e92
View commit details
Copy full SHA for 1948e92
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
Check cancellation token in isolatedDeclarations codefix (#58755)
jakebailey
authored
64fa3c7
View commit details
Copy full SHA for 64fa3c7
View code at this point
Browse repository at this point
Commits on May 31, 2024
Added NoTruncation flag to completions (#58719)
Show description for ef514af
Armando Aguirre
and
Armando Aguirre Sepulveda
authored
ef514af
View commit details
Copy full SHA for ef514af
View code at this point
Browse repository at this point
Improve the performance of isolatedDeclarations quickfix (#58722)
blickly
authored
fc42002
View commit details
Copy full SHA for fc42002
View code at this point
Browse repository at this point
Commits on May 22, 2024
Error if type node uses inaccessible type in isolated declarations (#58620)
dragomirtitian
authored
8537bb7
View commit details
Copy full SHA for 8537bb7
View code at this point
Browse repository at this point
Lock down computed names in object literals and classes under --isolatedDeclarations (#58596)
weswigham
authored
b682ed4
View commit details
Copy full SHA for b682ed4
View code at this point
Browse repository at this point
Commits on May 21, 2024
Respect `importModuleSpecifierPreference` in sort order between fixes for the same symbol from different files (#58597)
andrewbranch
authored
84ab39d
View commit details
Copy full SHA for 84ab39d
View code at this point
Browse repository at this point
Commits on May 13, 2024
Fix incorrect usage of getResolvedTypeReferenceDirectives and some refactoring (#58527)
sheetalkamat
authored
524456f
View commit details
Copy full SHA for 524456f
View code at this point
Browse repository at this point
Commits on May 10, 2024
fix(55765): Implement Interface Code Action is not available under certain circumstances (#55767)
a-tarasyuk
authored
017c1e0
View commit details
Copy full SHA for 017c1e0
View code at this point
Browse repository at this point
Commits on May 8, 2024
Implementing copy/paste (#57262)
navya9singh
authored
be8fb98
View commit details
Copy full SHA for be8fb98
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.