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 }}
skyleedevzero86
/
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
All users
Datepicker
All time
Commit History
Commits on Dec 10, 2023
Update package-lock.json
typescript-bot
committed
369e161
Copy full SHA for 369e161
Commits on Dec 8, 2023
Make isTypeAssignableTo public on TypeChecker (#56448)
jakebailey
authored
14da488
Copy full SHA for 14da488
Defer conditional types with parenthesized multi-element tuple types in `extends` clause (#56271)
Show description for 41ec497
Andarist
and
jakebailey
authored
41ec497
Copy full SHA for 41ec497
Show implied options in --showConfig (#56701)
andrewbranch
authored
b436976
Copy full SHA for b436976
Check auto-import completion for spread assignment (#56247)
Show description for 96e7af4
hanzooo
and
DanielRosenwasser
authored
96e7af4
Copy full SHA for 96e7af4
fix54492: allow editor to check for original file extension for rename (#56680)
iisaduan
authored
8dfbfcb
Copy full SHA for 8dfbfcb
Update package-lock.json
typescript-bot
committed
e3d234c
Copy full SHA for e3d234c
ImportAttributes should go through the same emit phases when in an ImportTypeNode (#56395)
dragomirtitian
authored
fd9aba6
Copy full SHA for fd9aba6
Commits on Dec 7, 2023
Disallow negative numbers in create numeric literal (take 2) (#56570)
Show description for 96bef67
Andarist
and
jakebailey
authored
96bef67
Copy full SHA for 96bef67
Directly copy only the index signature in addition to declared properties (#56626)
RyanCavanaugh
authored
8456dcc
Copy full SHA for 8456dcc
fix(56562): Type with negative properties cause crash in infer return type (#56565)
a-tarasyuk
authored
fc30163
Copy full SHA for fc30163
Address comments on IndexSignature inlay hint PR (#56613)
PranavSenthilnathan
authored
5b7344e
Copy full SHA for 5b7344e
Update package-lock.json
typescript-bot
committed
20c0f40
Copy full SHA for 20c0f40
Commits on Dec 6, 2023
Improve JSDocFunctionType readability (#56694)
sandersn
authored
3d11251
Copy full SHA for 3d11251
Disallow `Infinity`, `-Infinity` and `NaN` as an enum key name (#56161)
magic-akari
authored
ecc1024
Copy full SHA for ecc1024
fix(53181): Overloads Are Not Generated as Expected When Using JsDocOverload Tag to Declare Overloads of Functions Assigned to a Prototype (#53317)
Show description for 7e1c297
a-tarasyuk
and
sandersn
authored
7e1c297
Copy full SHA for 7e1c297
Commits on Dec 5, 2023
Try and deal with CodeQL reports on replace("*", ...) (#56607)
jakebailey
authored
1d7c0c9
Copy full SHA for 1d7c0c9
Improve contextually typed parameters with initializers (#56506)
Andarist
authored
993ffd7
Copy full SHA for 993ffd7
Update package-lock.json
typescript-bot
committed
6c0687e
Copy full SHA for 6c0687e
Commits on Dec 4, 2023
fix(48260): Incorrect parameter hint is highlighted when arguments contain spread syntax (#56372)
Show description for 1347152
a-tarasyuk
and
sandersn
authored
1347152
Copy full SHA for 1347152
fix(56052): Rename Symbol F2 with "pure keyof" is not possible - but it is possible if "wrapped as calculated property" (#56061)
Show description for 02453a0
a-tarasyuk
and
sandersn
authored
02453a0
Copy full SHA for 02453a0
Update package-lock.json
typescript-bot
committed
ef6ac03
Copy full SHA for ef6ac03
Commits on Dec 2, 2023
Update package-lock.json
typescript-bot
committed
670815f
Copy full SHA for 670815f
ParseNone -> ParseAll (#56639)
DanielRosenwasser
authored
8a6ad45
Copy full SHA for 8a6ad45
Commits on Dec 1, 2023
feat(56600): JSDoc @callback doesn't support this parameters via @this (#56610)
a-tarasyuk
authored
3500c92
Copy full SHA for 3500c92
fix(42220): Missing 'used before declaration' for class expression used in own computed property name (#56514)
a-tarasyuk
authored
99d2435
Copy full SHA for 99d2435
Check callback parameters bivariantly if they result from instantiation (#56218)
ahejlsberg
authored
8da01f3
Copy full SHA for 8da01f3
Transpile jsdoc parsing mode (#56627)
sheetalkamat
authored
5bc6617
Copy full SHA for 5bc6617
Commits on Nov 30, 2023
Fixed an issue with reverse mapped types inference when single type variable is left after inferring from matching types (#55941)
Show description for 6edfef8
Andarist
and
sandersn
authored
6edfef8
Copy full SHA for 6edfef8
Do not suggest lib.dom.d.ts (#56617)
mitar
authored
30f3ce7
Copy full SHA for 30f3ce7
String#matchAll should return iterable of RegExpExecArray (fixes #36788) (#55565)
Show description for fd74874
nihil-admirari
and
sandersn
authored
fd74874
Copy full SHA for fd74874
Defer processing of nested generic calls that return constructor types (#54813)
Show description for 8d1fa44
Andarist
and
sandersn
authored
8d1fa44
Copy full SHA for 8d1fa44
Reverse mapped types with intersection constraint (#55811)
Show description for eb2046d
3 people
authored
eb2046d
Copy full SHA for eb2046d
Defer index types on remapping mapped types (#55140)
Show description for 2c4cbd9
Andarist
and
sandersn
authored
2c4cbd9
Copy full SHA for 2c4cbd9
Reduce intersections of constrained type variables and primitive types (#56515)
ahejlsberg
authored
3258d75
Copy full SHA for 3258d75
Pagination
Previous
Next
You can’t perform that action at this time.