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
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 }}
HZongLin
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 21, 2018
Distribute indexes of indexed access types first (#27243)
weswigham
authored
219bb44
View commit details
Copy full SHA for 219bb44
Browse repository at this point
Commits on Sep 20, 2018
Add release-3.1 to covered branches (#27253)
weswigham
authored
2b607a6
View commit details
Copy full SHA for 2b607a6
Browse repository at this point
Set parent pointers on manufactured reference for property initialization check (#27246)
weswigham
authored
b56854a
View commit details
Copy full SHA for b56854a
Browse repository at this point
convertToAsyncFunction: Use ReadonlyArray / ReadonlyMap where possible (#27190)
Andy
authored
5f563c9
View commit details
Copy full SHA for 5f563c9
Browse repository at this point
Limit inference from apparent types to one level deep (#27225)
Show description for 928bff9
weswigham
authored
928bff9
View commit details
Copy full SHA for 928bff9
Browse repository at this point
Commits on Sep 19, 2018
Fix error message for class type in JSDoc missing type arguments (#27222)
Andy
authored
67d8263
View commit details
Copy full SHA for 67d8263
Browse repository at this point
Add GDPR annotations (#27217)
Show description for 80045ca
sandersn
authored
80045ca
View commit details
Copy full SHA for 80045ca
Browse repository at this point
Merge pull request #22776 from amcasey/GH22607
Show description for eaf6c69
amcasey
authored
eaf6c69
View commit details
Copy full SHA for eaf6c69
Browse repository at this point
Update user baselines (#27213)
TypeScript Bot
authored and
sandersn
committed
6ac38fe
View commit details
Copy full SHA for 6ac38fe
Browse repository at this point
Commits on Sep 18, 2018
Only report expando use-before-def for identical control flow containers (#27199)
sandersn
authored
90d3f8b
View commit details
Copy full SHA for 90d3f8b
Browse repository at this point
Merge pull request #27195 from Microsoft/projectReferenceInputDetection
Show description for 089b86a
sheetalkamat
authored
089b86a
View commit details
Copy full SHA for 089b86a
Browse repository at this point
Merge branch 'master' into projectReferenceInputDetection
sheetalkamat
committed
3c6c32b
View commit details
Copy full SHA for 3c6c32b
Browse repository at this point
Merge pull request #27172 from Microsoft/moduleResolutionWithOutDir
Show description for 865b3e7
sheetalkamat
authored
865b3e7
View commit details
Copy full SHA for 865b3e7
Browse repository at this point
Merge pull request #27196 from Microsoft/declarationAndComposite
Show description for 86f8ab1
sheetalkamat
authored
86f8ab1
View commit details
Copy full SHA for 86f8ab1
Browse repository at this point
Ensure all the usages of compilerOptions.declaration take into account compilerOptions.composite if needed.
sheetalkamat
committed
4c04725
View commit details
Copy full SHA for 4c04725
Browse repository at this point
Add codefix to generate types for untyped module (#26588)
Andy
authored
c57ff08
View commit details
Copy full SHA for c57ff08
Browse repository at this point
Detect the input file of referenced project with fileNames from parsed command
Show description for 0d5aeee
sheetalkamat
committed
0d5aeee
View commit details
Copy full SHA for 0d5aeee
Browse repository at this point
Merge pull request #27175 from a-tarasyuk/bug/error-using-declaration-dir-with-composite
Show description for 7852cf7
sheetalkamat
authored
7852cf7
View commit details
Copy full SHA for 7852cf7
Browse repository at this point
Merge pull request #27188 from uniqueiniquity/miscAsyncFixes
Show description for cd28af0
uniqueiniquity
authored
cd28af0
View commit details
Copy full SHA for cd28af0
Browse repository at this point
Merge pull request #27176 from a-tarasyuk/bug/26786-no-error-when-using-allowjs-with-composite
Show description for 4009d16
sheetalkamat
authored
4009d16
View commit details
Copy full SHA for 4009d16
Browse repository at this point
Thread typesMapLocation down to the ProjectService
Show description for 1bcb491
amcasey
committed
1bcb491
View commit details
Copy full SHA for 1bcb491
Browse repository at this point
Update test name
Benjamin Lichtman
committed
b850b3b
View commit details
Copy full SHA for b850b3b
Browse repository at this point
Clean up for type precision and clarity
Benjamin Lichtman
committed
b484370
View commit details
Copy full SHA for b484370
Browse repository at this point
Merge pull request #27157 from Microsoft/fixEmptyObjectFalsiness
Show description for 6adb9d1
ahejlsberg
authored
6adb9d1
View commit details
Copy full SHA for 6adb9d1
Browse repository at this point
Merge pull request #27156 from uniqueiniquity/promisesAndUnderscores
Show description for e40ce24
uniqueiniquity
authored
e40ce24
View commit details
Copy full SHA for e40ce24
Browse repository at this point
Merge branch 'master' into fixEmptyObjectFalsiness
ahejlsberg
committed
c0eb742
View commit details
Copy full SHA for c0eb742
Browse repository at this point
use getEmitDeclarations helper
a-tarasyuk
committed
5b5af23
View commit details
Copy full SHA for 5b5af23
Browse repository at this point
allow using declarationDir with composite option
a-tarasyuk
committed
d111178
View commit details
Copy full SHA for d111178
Browse repository at this point
deny using allowJs option with composite
a-tarasyuk
committed
c510df1
View commit details
Copy full SHA for c510df1
Browse repository at this point
Use originalFileName (fileName of input project reference file) to resolve module/typereferences/reference paths in it instead of output decl file path
Show description for d51b8d9
sheetalkamat
committed
d51b8d9
View commit details
Copy full SHA for d51b8d9
Browse repository at this point
Add traceResolution option to build options
sheetalkamat
committed
b6d9084
View commit details
Copy full SHA for b6d9084
Browse repository at this point
Merge pull request #27170 from weswigham/fix-build-assert
Show description for 83fe1ea
sheetalkamat
authored
83fe1ea
View commit details
Copy full SHA for 83fe1ea
Browse repository at this point
Implement readDirectory on the watch mode CompilerHost
weswigham
committed
e7cf999
View commit details
Copy full SHA for e7cf999
Browse repository at this point
Commits on Sep 17, 2018
Elaborate into arrow return expressions and array types (#27040)
Show description for f6321bf
weswigham
authored
f6321bf
View commit details
Copy full SHA for f6321bf
Browse repository at this point
Merge branch 'master' into promisesAndUnderscores
uniqueiniquity
authored
0cb9fd6
View commit details
Copy full SHA for 0cb9fd6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.