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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
TypeScriptCheatsheet
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
tests
baselines
reference
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 16, 2020
Use string representation for negative numeric property names (#37936)
weswigham
authored
deb5bac
View commit details
Copy full SHA for deb5bac
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
Update user baselines (#37946)
Show description for ca1f467
TypeScript Bot
and
typescript-bot
authored
ca1f467
View commit details
Copy full SHA for ca1f467
View code at this point
Browse repository at this point
Fix crash on declaration emit for globalThis (#37992)
weswigham
authored
cdc3840
View commit details
Copy full SHA for cdc3840
View code at this point
Browse repository at this point
fix(37940): add space after parameter decorator (#37959)
a-tarasyuk
authored
a16c441
View commit details
Copy full SHA for a16c441
View code at this point
Browse repository at this point
Typo at Uint8Array[Symbol.toStringTag] (#37989)
Show description for 6fbaeeb
sandersn
and
sirian
authored
6fbaeeb
View commit details
Copy full SHA for 6fbaeeb
View code at this point
Browse repository at this point
Improve error message for computed enums (#37790)
Show description for 06e05f2
okmttdhr
authored
06e05f2
View commit details
Copy full SHA for 06e05f2
View code at this point
Browse repository at this point
No iteration type errors during CFA (#37965)
Show description for 92cd3ae
ahejlsberg
authored
92cd3ae
View commit details
Copy full SHA for 92cd3ae
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
Added error when Enum member initaliser references itself (#34655)
Show description for 4538640
acutmore
authored
4538640
View commit details
Copy full SHA for 4538640
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Add fastpath to isRelatedTo for type references (#37481)
Show description for edd4e0a
weswigham
authored
edd4e0a
View commit details
Copy full SHA for edd4e0a
View code at this point
Browse repository at this point
Accept recent tests with updated baseline code (#37945)
weswigham
authored
8dd6b3a
View commit details
Copy full SHA for 8dd6b3a
View code at this point
Browse repository at this point
Update user baselines (#37935)
Show description for cede6ef
TypeScript Bot
and
typescript-bot
authored
cede6ef
View commit details
Copy full SHA for cede6ef
View code at this point
Browse repository at this point
Update __exportStar helper to skip default and __esModule members (#37236)
Show description for 6a5508b
weswigham
authored
6a5508b
View commit details
Copy full SHA for 6a5508b
View code at this point
Browse repository at this point
Retain imports in declaration emit if they augment an export of the importing file (#37820)
Show description for 141ee01
weswigham
authored
141ee01
View commit details
Copy full SHA for 141ee01
View code at this point
Browse repository at this point
Error on missing BigInt in es2020 (#37899)
Show description for 5f46d42
sandersn
authored
5f46d42
View commit details
Copy full SHA for 5f46d42
View code at this point
Browse repository at this point
Commits on Apr 10, 2020
Avoid circular reference in this-property assignments (#37827)
Show description for eb105ef
sandersn
authored
eb105ef
View commit details
Copy full SHA for eb105ef
View code at this point
Browse repository at this point
fix(37150): ignore private fields in string index type checking (#37183)
a-tarasyuk
authored
795a5c8
View commit details
Copy full SHA for 795a5c8
View code at this point
Browse repository at this point
No excessive stack depth global errors (#37873)
Show description for 6b1c102
ahejlsberg
authored
6b1c102
View commit details
Copy full SHA for 6b1c102
View code at this point
Browse repository at this point
Commits on Apr 9, 2020
Fix crash from missing valueDeclaration on intersection property (#37696)
Show description for 95cc1c2
andrewbranch
authored
95cc1c2
View commit details
Copy full SHA for 95cc1c2
View code at this point
Browse repository at this point
Fix parenthesization rules for yield (#37849)
rbuckton
authored
4a646c9
View commit details
Copy full SHA for 4a646c9
View code at this point
Browse repository at this point
Error on invalid uses of namespace export (#37715)
andrewbranch
authored
24a17ac
View commit details
Copy full SHA for 24a17ac
View code at this point
Browse repository at this point
Set contextual type on elaborated error node rather than passing it, so its discriminated (#37828)
weswigham
authored
3d3854c
View commit details
Copy full SHA for 3d3854c
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
fix build break by updating missed baseline
sandersn
committed
f31b5a2
View commit details
Copy full SHA for f31b5a2
View code at this point
Browse repository at this point
Fix async function block return expr error in js (#37845)
rbuckton
authored
5db4e7a
View commit details
Copy full SHA for 5db4e7a
View code at this point
Browse repository at this point
Use comments from host variable declaration when exporting a signature in js declarations (#37594)
weswigham
authored
b4838c8
View commit details
Copy full SHA for b4838c8
View code at this point
Browse repository at this point
Fix metadata serialization for invalid jsdoc types (#37836)
rbuckton
authored
5a79169
View commit details
Copy full SHA for 5a79169
View code at this point
Browse repository at this point
Commits on Apr 7, 2020
Skip `isBlockScopedNameDeclaredBeforeUse` error in interface or type declarations
Show description for e4babd4
elibarzilay
committed
e4babd4
View commit details
Copy full SHA for e4babd4
View code at this point
Browse repository at this point
Make skipLibCheck: true the default in --init (#37808)
Orta
authored
3398c9b
View commit details
Copy full SHA for 3398c9b
View code at this point
Browse repository at this point
Disambiguate types with same name from different namespaces in mapToTypeNodes (#37543)
Show description for 3e86f15
andrewbranch
authored
3e86f15
View commit details
Copy full SHA for 3e86f15
View code at this point
Browse repository at this point
Look for outer type parameters on VariableStatements (#37819)
Show description for 7ca6334
sandersn
authored
7ca6334
View commit details
Copy full SHA for 7ca6334
View code at this point
Browse repository at this point
Commits on Apr 6, 2020
Extra check in assignment of intersections with generic constituents (#37537)
Show description for a2609b1
ahejlsberg
authored
a2609b1
View commit details
Copy full SHA for a2609b1
View code at this point
Browse repository at this point
Generic functions are never context sensitive (#37811)
Show description for 5a4024d
ahejlsberg
authored
5a4024d
View commit details
Copy full SHA for 5a4024d
View code at this point
Browse repository at this point
Commits on Apr 4, 2020
Fix serialisation of static class members in JS (#37780)
Show description for eac0738
sandersn
authored
eac0738
View commit details
Copy full SHA for eac0738
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
Allow Source Mapping inside destructuring assignment (#37298)
Show description for 20ecbb0
Orta
authored
20ecbb0
View commit details
Copy full SHA for 20ecbb0
View code at this point
Browse repository at this point
Consider arrays and tuples within one another as possibly requiring deferral (#37776)
weswigham
authored
7317292
View commit details
Copy full SHA for 7317292
View code at this point
Browse repository at this point
Fix crash for private identifier in expando assignments (#37764)
Show description for 7cf4b12
sandersn
authored
7cf4b12
View commit details
Copy full SHA for 7cf4b12
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.