Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
indocs
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
weswigham
Datepicker
All time
Commit History
Commits on Dec 5, 2024
Lookup non-local element factory for reference marking when marking fragment references (#60684)
weswigham
authored
12d9687
Copy full SHA for 12d9687
Commits on Dec 4, 2024
Cache started nonexistent property error checks to prevent reentrancy in the check (#60683)
weswigham
authored
517da72
Copy full SHA for 517da72
Mark the inherited any-based index signature so it can be elided in declaration emit (#60680)
weswigham
authored
42f893f
Copy full SHA for 42f893f
Commits on Sep 25, 2024
Fix occasional silent error emit for JSDoc declaration emit and overzealous node serialization of jsdoc optional parameters. (#60034)
weswigham
authored
3ad0f75
Copy full SHA for 3ad0f75
Commits on Sep 23, 2024
Support interpreting non-literal computed properties in classes as implicit index signatures (#59860)
weswigham
authored
fa0080f
Copy full SHA for fa0080f
Cache instantiation expression types early enough to prevent reentrancy during printback (#59931)
weswigham
authored
e24cc01
Copy full SHA for e24cc01
Commits on Sep 10, 2024
Sanitize version string for syntactically invalid buildinfo baselines (#59932)
weswigham
authored
0d7763e
Copy full SHA for 0d7763e
Commits on Aug 14, 2024
Expand intersection reduction division strategy down to 3-member intersections (#59425)
weswigham
authored
3a43940
Copy full SHA for 3a43940
Suggest simplifications for overzealous shifts (#59519)
weswigham
authored
1250b48
Copy full SHA for 1250b48
Commits on Aug 13, 2024
Allow trailing commas on lambda type parameter lists (#59612)
weswigham
authored
03bca1d
Copy full SHA for 03bca1d
Commits on Aug 1, 2024
Add support for the @jsxruntime pragma (#59500)
weswigham
authored
8daac14
Copy full SHA for 8daac14
Commits on Jul 31, 2024
Use local symbol rather then target symbol for tracking reused references (#59493)
weswigham
authored
41b993b
Copy full SHA for 41b993b
Commits on Jul 23, 2024
Skip markLinkedReferences import elision walk entirely in some common cases (#59398)
weswigham
authored
5bd4e00
Copy full SHA for 5bd4e00
Commits on Jul 11, 2024
Improve error message for unserializable private and protected class members (#59229)
weswigham
authored
4641004
Copy full SHA for 4641004
Commits on Jul 10, 2024
Write non-missing undefined on mapped type results into output (#59208)
weswigham
authored
ed17a89
Copy full SHA for ed17a89
Commits on Jul 9, 2024
Skip ID inference errors on nodes collected from other files (#59203)
weswigham
authored
de77dd4
Copy full SHA for de77dd4
Commits on Jun 25, 2024
Lowercase Microsoft github org links (#59014)
weswigham
authored
b384054
Copy full SHA for b384054
Commits on Jun 4, 2024
Allow references to the global Symbol in computed property names under isolatedDeclarations (#58771)
weswigham
authored
112e860
Copy full SHA for 112e860
Commits on May 31, 2024
Clone node to remove location even when it has been modified if needed (#58706)
weswigham
authored
d4976c0
Copy full SHA for d4976c0
Commits on May 30, 2024
Enable JS emit for noCheck and noCheck for transpileModule (#58364)
weswigham
authored
bbfc1aa
Copy full SHA for bbfc1aa
Commits on May 23, 2024
Add test for issue fixed by #58546 (#58635)
weswigham
authored
d66a309
Copy full SHA for d66a309
Propagate the error any type in union and intersection construction (#58610)
Show description for b3f3bb3
weswigham
and
typescript-bot
authored
b3f3bb3
Copy full SHA for b3f3bb3
Commits on May 22, 2024
Lock down computed names in object literals and classes under --isolatedDeclarations (#58596)
weswigham
authored
b682ed4
Copy full SHA for b682ed4
Commits on May 21, 2024
Fix elided var handling in declaration emit visibility checks (#58605)
Show description for 6f72e24
weswigham
and
typescript-bot
authored
6f72e24
Copy full SHA for 6f72e24
Commits on May 16, 2024
Attempt to reuse type parameter constraint nodes (#58539)
weswigham
authored
79a8514
Copy full SHA for 79a8514
Commits on May 14, 2024
Declaration emit should avoid issuing errors on unresolved names (#58536)
weswigham
authored
2d47953
Copy full SHA for 2d47953
Commits on May 13, 2024
Preserve return type nodes which resolve to errors in declaration emit (#58522)
weswigham
authored
56cfd6c
Copy full SHA for 56cfd6c
Update unicode identifier start/part with more recent unicode version (#58521)
weswigham
authored
8111503
Copy full SHA for 8111503
Commits on May 10, 2024
Move all js emit alias marking behavior behind a single entrypoint (#58366)
weswigham
authored
9f9682c
Copy full SHA for 9f9682c
Commits on May 8, 2024
Preserve type nodes which resolve to errors in declaration emit output (#58475)
weswigham
authored
fece7f1
Copy full SHA for fece7f1
Commits on May 7, 2024
Declaration emit should retain (instead of elide) unresolved computed names (#58428)
Show description for 0d3c481
weswigham
and
typescript-bot
authored
0d3c481
Copy full SHA for 0d3c481
Commits on May 3, 2024
Type alias declarations should not return an effective annotation node (#58410)
weswigham
authored
e154d47
Copy full SHA for e154d47
Commits on Apr 30, 2024
Remove seemingly unused SymbolLink `constEnumReferenced` (#58377)
weswigham
authored
36146aa
Copy full SHA for 36146aa
Commits on Apr 26, 2024
Add `noCheck` API option (#57934)
weswigham
authored
f76727d
Copy full SHA for f76727d
Commits on Apr 24, 2024
Error on references to literal enum members in conditions (#58264)
weswigham
authored
e6ba82b
Copy full SHA for e6ba82b
Pagination
Previous
Next
You can’t perform that action at this time.