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 }}
yulingchen
/
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
Breadcrumbs
History for
TypeScript
src
compiler
checker.ts
on
stringTypesCleanup
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 20, 2015
Minor change to getStringLiteralType
rbuckton
committed
9b0231d
View commit details
Copy full SHA for 9b0231d
View code at this point
Browse repository at this point
Adds StringLiteralType to SyntaxKind to disambiguate string literals in a type position.
rbuckton
committed
f5b8619
View commit details
Copy full SHA for f5b8619
View code at this point
Browse repository at this point
Commits on Nov 19, 2015
Merge pull request #5719 from Microsoft/typesCleanup2
Show description for 7d6100b
rbuckton
committed
7d6100b
View commit details
Copy full SHA for 7d6100b
View code at this point
Browse repository at this point
Merge pull request #5626 from weswigham/type-guard-narrowing
Show description for b1c8245
weswigham
committed
b1c8245
View commit details
Copy full SHA for b1c8245
View code at this point
Browse repository at this point
Commits on Nov 18, 2015
Merge pull request #5706 from Microsoft/nameResolutionForParameters
Show description for 5e84ed3
vladima
committed
5e84ed3
View commit details
Copy full SHA for 5e84ed3
View code at this point
Browse repository at this point
Commits on Nov 17, 2015
disallow references to function locals from return type annotations
vladima
committed
31039a3
View commit details
Copy full SHA for 31039a3
View code at this point
Browse repository at this point
Merge branch 'master' into type-guard-narrowing
weswigham
committed
321bb9a
View commit details
Copy full SHA for 321bb9a
View code at this point
Browse repository at this point
do not resolve parameters/type parameters if it is requested from restricted locations
vladima
committed
e0a8af0
View commit details
Copy full SHA for e0a8af0
View code at this point
Browse repository at this point
Merge pull request #5597 from Microsoft/typesCleanup
Show description for 20347ad
rbuckton
committed
20347ad
View commit details
Copy full SHA for 20347ad
View code at this point
Browse repository at this point
Adds ThisType to SyntaxKind, to distinguish between a 'this' expression and a 'this' type. Needed for transforms
rbuckton
committed
443abe6
View commit details
Copy full SHA for 443abe6
View code at this point
Browse repository at this point
When constructing signature, include parameter symbol instead of property symbol of parameter-property declaration
Show description for a275dab
sheetalkamat
committed
a275dab
View commit details
Copy full SHA for a275dab
View code at this point
Browse repository at this point
Commits on Nov 14, 2015
do not crash when variable and function declarations collide
vladima
committed
e49e552
View commit details
Copy full SHA for e49e552
View code at this point
Browse repository at this point
fix many lints
weswigham
committed
e41bfd1
View commit details
Copy full SHA for e41bfd1
View code at this point
Browse repository at this point
Commits on Nov 13, 2015
Merge pull request #5662 from Microsoft/overloadsAndMergedDeclarations
Show description for 531e096
vladima
committed
531e096
View commit details
Copy full SHA for 531e096
View code at this point
Browse repository at this point
do not crash if overloads cannot be merged under one symbol
vladima
committed
07626cb
View commit details
Copy full SHA for 07626cb
View code at this point
Browse repository at this point
ignore undefined type guards
weswigham
committed
16d80eb
View commit details
Copy full SHA for 16d80eb
View code at this point
Browse repository at this point
test, first pass at a fix
weswigham
committed
346253a
View commit details
Copy full SHA for 346253a
View code at this point
Browse repository at this point
Merge pull request #5193 from Microsoft/namespace-before-ambient-derived-class-finds-heritage
Show description for 7743d20
sandersn
committed
7743d20
View commit details
Copy full SHA for 7743d20
View code at this point
Browse repository at this point
Commits on Nov 12, 2015
always check statements in case clause
vladima
committed
ebd1b87
View commit details
Copy full SHA for ebd1b87
View code at this point
Browse repository at this point
Commits on Nov 11, 2015
add condition to bail at containing level
weswigham
committed
472afc4
View commit details
Copy full SHA for 472afc4
View code at this point
Browse repository at this point
loosen walk up containers, add extra test
weswigham
committed
6c29ddf
View commit details
Copy full SHA for 6c29ddf
View code at this point
Browse repository at this point
Merge pull request #5442 from weswigham/empty-set
Show description for b3f0a71
weswigham
committed
b3f0a71
View commit details
Copy full SHA for b3f0a71
View code at this point
Browse repository at this point
Merge pull request #5615 from Microsoft/getContextualTypeServices
Show description for beb998b
DanielRosenwasser
committed
beb998b
View commit details
Copy full SHA for beb998b
View code at this point
Browse repository at this point
Merge pull request #5569 from mihailik/patch-2
Show description for 00aa3c8
mhegazy
committed
00aa3c8
View commit details
Copy full SHA for 00aa3c8
View code at this point
Browse repository at this point
Merge pull request #5588 from Microsoft/reexport-default-export
Show description for c1ea85f
sandersn
committed
c1ea85f
View commit details
Copy full SHA for c1ea85f
View code at this point
Browse repository at this point
Use 'getContextualType' for 'getContextualType'.
DanielRosenwasser
committed
87230bc
View commit details
Copy full SHA for 87230bc
View code at this point
Browse repository at this point
Remove now-unused function
Show description for 9472c0b
sandersn
committed
9472c0b
View commit details
Copy full SHA for 9472c0b
View code at this point
Browse repository at this point
Merge pull request #5607 from Microsoft/fixTypeApparentization
Show description for 9c1796f
DanielRosenwasser
committed
9c1796f
View commit details
Copy full SHA for 9c1796f
View code at this point
Browse repository at this point
Move export default check before module merge one
Show description for e62603b
sandersn
committed
e62603b
View commit details
Copy full SHA for e62603b
View code at this point
Browse repository at this point
Added to comment.
DanielRosenwasser
committed
b93394a
View commit details
Copy full SHA for b93394a
View code at this point
Browse repository at this point
Only get the apparent type when necessary.
DanielRosenwasser
committed
9d3d49d
View commit details
Copy full SHA for 9d3d49d
View code at this point
Browse repository at this point
Commits on Nov 10, 2015
Merge branch 'master' into typesCleanup
rbuckton
committed
5ac4b78
View commit details
Copy full SHA for 5ac4b78
View code at this point
Browse repository at this point
Cleanup of types
rbuckton
committed
79b7146
View commit details
Copy full SHA for 79b7146
View code at this point
Browse repository at this point
Merge pull request #5575 from Microsoft/apply-captured-outer-type-parameters
Show description for c289106
sandersn
committed
c289106
View commit details
Copy full SHA for c289106
View code at this point
Browse repository at this point
Change back from jsdoc comment.
sandersn
committed
f3d2963
View commit details
Copy full SHA for f3d2963
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.