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
cases
on
abstractConstructSignatures
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 28, 2020
Add support for abstract constructor types
rbuckton
committed
757b70f
View commit details
Copy full SHA for 757b70f
View code at this point
Browse repository at this point
Commits on Jan 22, 2020
Do not short-circuit module visibility calculation when alias visibility is requested (#36339)
weswigham
authored
75f88ee
View commit details
Copy full SHA for 75f88ee
View code at this point
Browse repository at this point
Be more tolerant with private identifier parsing, issue more targeted errors, and support private identifiers in forgotten 'this' codefix (#36188)
Show description for eac2180
andrewbranch
authored
eac2180
View commit details
Copy full SHA for eac2180
View code at this point
Browse repository at this point
Add jest to fp-ts user test (#36360)
Show description for 770fbcb
sandersn
authored
770fbcb
View commit details
Copy full SHA for 770fbcb
View code at this point
Browse repository at this point
Fix local and exported type alias merging (#36237)
Show description for 1d5749e
andrewbranch
authored
1d5749e
View commit details
Copy full SHA for 1d5749e
View code at this point
Browse repository at this point
Include super.XXX(...) assertion method calls in CFA (#36293)
Show description for da61231
ahejlsberg
authored
da61231
View commit details
Copy full SHA for da61231
View code at this point
Browse repository at this point
Completions for `asserts` and `declare` (#36355)
Show description for c8e2f58
sandersn
authored
c8e2f58
View commit details
Copy full SHA for c8e2f58
View code at this point
Browse repository at this point
Adds support for showing default exports in the navtree (#35477)
Show description for 5e59eec
Orta
authored
5e59eec
View commit details
Copy full SHA for 5e59eec
View code at this point
Browse repository at this point
Commits on Jan 21, 2020
feat(29624): better errors for non-exported types (#36187)
a-tarasyuk
authored and
DanielRosenwasser
committed
38eccba
View commit details
Copy full SHA for 38eccba
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
feat(36231): Improve message for "Remove declaration for: ..." (#36283)
a-tarasyuk
authored and
DanielRosenwasser
committed
0dd4c9c
View commit details
Copy full SHA for 0dd4c9c
View code at this point
Browse repository at this point
Improve diagnostics and add code fixes for top-level await (#36173)
rbuckton
authored
50adabe
View commit details
Copy full SHA for 50adabe
View code at this point
Browse repository at this point
Commits on Jan 17, 2020
fix(34621): show suggestions in class property initializer (#35999)
a-tarasyuk
authored and
DanielRosenwasser
committed
afa11d3
View commit details
Copy full SHA for afa11d3
View code at this point
Browse repository at this point
fix(35043): TS Server: references does not mark isDefinition o… (#36051)
a-tarasyuk
authored and
DanielRosenwasser
committed
94e8db7
View commit details
Copy full SHA for 94e8db7
View code at this point
Browse repository at this point
fix(36023): fix crash in document highlight service (#36233)
a-tarasyuk
authored and
DanielRosenwasser
committed
ce4c4b6
View commit details
Copy full SHA for ce4c4b6
View code at this point
Browse repository at this point
Fix for issue #32528: Prevent meta property from appearing twice (#35844)
Show description for 96e8fbc
sheonhan
authored and
sheetalkamat
committed
96e8fbc
View commit details
Copy full SHA for 96e8fbc
View code at this point
Browse repository at this point
Improve variance measurement (#36261)
Show description for 1a10e71
ahejlsberg
authored
1a10e71
View commit details
Copy full SHA for 1a10e71
View code at this point
Browse repository at this point
Fix erroneous optional chain narrowing (#36145)
Show description for 8517df6
ahejlsberg
authored
8517df6
View commit details
Copy full SHA for 8517df6
View code at this point
Browse repository at this point
Commits on Jan 16, 2020
Codefix: Don’t return a `fixId` if there’s definitely nothing else that can be fixed (#35765)
Show description for 797c536
andrewbranch
authored
797c536
View commit details
Copy full SHA for 797c536
View code at this point
Browse repository at this point
fix(35954): Change spelling for private field incorrectly fixes to a string property (#36079)
Show description for eeff036
a-tarasyuk
authored and
sandersn
committed
eeff036
View commit details
Copy full SHA for eeff036
View code at this point
Browse repository at this point
fix(35944): show spell checking quick fix for non-existent private named property access (#36195)
a-tarasyuk
authored and
sandersn
committed
dbd55b3
View commit details
Copy full SHA for dbd55b3
View code at this point
Browse repository at this point
Commits on Jan 15, 2020
Fix completions triggered on existing private identifier property access (#36191)
andrewbranch
authored
81a942e
View commit details
Copy full SHA for 81a942e
View code at this point
Browse repository at this point
Revert "Add related diagnostic to "used before defined" if type is a function that returns a union with undefined (#33171)" (#35751)
Show description for 1dafd09
Orta
authored
1dafd09
View commit details
Copy full SHA for 1dafd09
View code at this point
Browse repository at this point
Commits on Jan 14, 2020
remove private named properties from rest and spread types (#35950)
Show description for 6e3ab15
ajafff
authored and
RyanCavanaugh
committed
6e3ab15
View commit details
Copy full SHA for 6e3ab15
View code at this point
Browse repository at this point
throw an error when no default export present (#35815)
a-tarasyuk
authored and
weswigham
committed
daf786e
View commit details
Copy full SHA for daf786e
View code at this point
Browse repository at this point
Commits on Jan 13, 2020
Handle Identifier declarations in getDeclarationSpaces (#36136)
weswigham
authored
69ab1d5
View commit details
Copy full SHA for 69ab1d5
View code at this point
Browse repository at this point
Commits on Jan 10, 2020
Handle invalid package.json typings fields when generating specifiers (#36137)
Show description for 0c3019e
sheetalkamat
authored
0c3019e
View commit details
Copy full SHA for 0c3019e
View code at this point
Browse repository at this point
Allow references to uninitialized ambient properties (#36112)
Show description for 13cddae
sandersn
authored
13cddae
View commit details
Copy full SHA for 13cddae
View code at this point
Browse repository at this point
Check combined intersection properties against target index signatures (#35143)
Show description for 357f715
ahejlsberg
authored
357f715
View commit details
Copy full SHA for 357f715
View code at this point
Browse repository at this point
Get jsdoc host from chained assignment (#36111)
Show description for 517d6ee
sandersn
authored
517d6ee
View commit details
Copy full SHA for 517d6ee
View code at this point
Browse repository at this point
Correctly resolve tags for function overloads (#30253)
Show description for 79dcd3d
jeanp413
authored and
sandersn
committed
79dcd3d
View commit details
Copy full SHA for 79dcd3d
View code at this point
Browse repository at this point
Commits on Jan 9, 2020
Fixes broken emit with useDefineForClassFields + private field (#35898)
Show description for 5fc917b
hikarino-my
authored and
sandersn
committed
5fc917b
View commit details
Copy full SHA for 5fc917b
View code at this point
Browse repository at this point
Fix crash in codefixes re: braces of class body (#36087)
Show description for 66b5c47
sandersn
authored
66b5c47
View commit details
Copy full SHA for 66b5c47
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
Fix narrowing of optional chains (#36089)
Show description for 0aab63b
ahejlsberg
authored
0aab63b
View commit details
Copy full SHA for 0aab63b
View code at this point
Browse repository at this point
Fixed unreported strict property initialization violations. (#35891)
dragomirtitian
authored and
RyanCavanaugh
committed
3e4578c
View commit details
Copy full SHA for 3e4578c
View code at this point
Browse repository at this point
Tweak the test and add more duplicate name assignment tests
Show description for ab1458a
elibarzilay
committed
ab1458a
View commit details
Copy full SHA for ab1458a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.