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 }}
java08800
/
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
Branch selector
awaited
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 5, 2018
Inline 'Awaitable' into 'Awaited'
rbuckton
committed
76ee139
View commit details
Copy full SHA for 76ee139
Browse repository at this point
Minor cleanup and some related tests
rbuckton
committed
0bf0bf6
View commit details
Copy full SHA for 0bf0bf6
Browse repository at this point
Commits on Feb 4, 2018
Add Awaited<T> to core library
rbuckton
committed
c4d7e48
View commit details
Copy full SHA for c4d7e48
Browse repository at this point
Commits on Feb 3, 2018
Merge pull request #21496 from Microsoft/inferTypes
Show description for 3ef1b56
ahejlsberg
authored
3ef1b56
View commit details
Copy full SHA for 3ef1b56
Browse repository at this point
Merge pull request #21316 from Microsoft/conditionalTypes
Show description for c4485bc
ahejlsberg
authored
c4485bc
View commit details
Copy full SHA for c4485bc
Browse repository at this point
Properly classify output text in emitter
ahejlsberg
committed
4ae8445
View commit details
Copy full SHA for 4ae8445
Browse repository at this point
Accept new baselines
ahejlsberg
committed
04260d6
View commit details
Copy full SHA for 04260d6
Browse repository at this point
Add tests
ahejlsberg
committed
a712344
View commit details
Copy full SHA for a712344
Browse repository at this point
Resolve to type in true branch for 'never extends never'
ahejlsberg
committed
7bb8cfe
View commit details
Copy full SHA for 7bb8cfe
Browse repository at this point
Merge branch 'conditionalTypes' into inferTypes
ahejlsberg
committed
7034d67
View commit details
Copy full SHA for 7034d67
Browse repository at this point
Merge branch 'master' into conditionalTypes
Show description for d4dc67a
ahejlsberg
committed
d4dc67a
View commit details
Copy full SHA for d4dc67a
Browse repository at this point
Only apply global augmentations before globals are available (#21563)
Show description for 89de4c9
weswigham
authored
89de4c9
View commit details
Copy full SHA for 89de4c9
Browse repository at this point
Accept new user test baselines (#21576)
weswigham
authored
b3cc65d
View commit details
Copy full SHA for b3cc65d
Browse repository at this point
Commits on Feb 2, 2018
Array.concat now takes ConcatArray, not ReadonlyArray (#21462)
Show description for be0fcd5
sandersn
authored
be0fcd5
View commit details
Copy full SHA for be0fcd5
Browse repository at this point
Collect import helper needs during module info gathering (#21567)
Show description for 2c3b693
weswigham
authored
2c3b693
View commit details
Copy full SHA for 2c3b693
Browse repository at this point
Support exclamationToken in updateProperty and createProperty (#21577)
Andy
authored
567fba2
View commit details
Copy full SHA for 567fba2
Browse repository at this point
Merge pull request #21573 from Microsoft/optimizeUnionIntersection
Show description for 79d2772
ahejlsberg
authored
79d2772
View commit details
Copy full SHA for 79d2772
Browse repository at this point
Assert `exportingModuleSymbol` is defined (#21340)
Show description for 78f217b
Andy
authored
78f217b
View commit details
Copy full SHA for 78f217b
Browse repository at this point
Leverage existing function for choosing spread validity (#21564)
weswigham
authored
b3ec8cc
View commit details
Copy full SHA for b3ec8cc
Browse repository at this point
Initialize more common properties in Symbol constructor
ahejlsberg
committed
06c28ea
View commit details
Copy full SHA for 06c28ea
Browse repository at this point
Optimize creation of union and intersection types
ahejlsberg
committed
2047558
View commit details
Copy full SHA for 2047558
Browse repository at this point
Enable CFA on this keyword unconditionally (#21490)
weswigham
authored
8b81d19
View commit details
Copy full SHA for 8b81d19
Browse repository at this point
Commits on Feb 1, 2018
Merge pull request #21559 from Microsoft/fix21543
Show description for 06c5d39
rbuckton
authored
06c5d39
View commit details
Copy full SHA for 06c5d39
Browse repository at this point
Create import helpers for named imports if they contain default imports (#21550)
weswigham
authored
aa5272d
View commit details
Copy full SHA for aa5272d
Browse repository at this point
Fix over-aggressive transformation of super properties
rbuckton
committed
94b2d40
View commit details
Copy full SHA for 94b2d40
Browse repository at this point
Add formik to the user suite (#21381)
Show description for 421c927
weswigham
authored
421c927
View commit details
Copy full SHA for 421c927
Browse repository at this point
Rework how default vs local name selection is done to be more correct (#21526)
weswigham
authored
a33dae3
View commit details
Copy full SHA for a33dae3
Browse repository at this point
Allow boolean literals to be generated from contextual types again (#21503)
Show description for 058b2f7
weswigham
authored
058b2f7
View commit details
Copy full SHA for 058b2f7
Browse repository at this point
Merge pull request #21545 from Microsoft/logMoreSysInfo
Show description for 2447696
sheetalkamat
authored
2447696
View commit details
Copy full SHA for 2447696
Browse repository at this point
Log more info about compilation
sheetalkamat
committed
f943121
View commit details
Copy full SHA for f943121
Browse repository at this point
Fix minor typos in documentation (#21538)
AdityaDaflapurkar
authored and
mhegazy
committed
39d78b7
View commit details
Copy full SHA for 39d78b7
Browse repository at this point
Improve debug failure for failed node cast (#21539)
Andy
authored
477cba5
View commit details
Copy full SHA for 477cba5
Browse repository at this point
Merge pull request #21537 from Microsoft/donotClearScreenWithDiagnostics
Show description for 1fb3593
sheetalkamat
authored
1fb3593
View commit details
Copy full SHA for 1fb3593
Browse repository at this point
Merge pull request #21379 from amcasey/HighlightingAssert
Show description for 0297289
amcasey
authored
0297289
View commit details
Copy full SHA for 0297289
Browse repository at this point
Do not clear console in watch mode if --diagnostics or --extendedDiagnostics is specified
sheetalkamat
committed
d4c8436
View commit details
Copy full SHA for d4c8436
Browse repository at this point
Previous
Next
You can’t perform that action at this time.