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
binder.ts
on
stringTypesCleanup
User selector
All users
Datepicker
All time
Commit history
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
Commits on Nov 17, 2015
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
clean residual state in binder and emitter, clean test data in version cache test
vladima
committed
33fc598
View commit details
Copy full SHA for 33fc598
View code at this point
Browse repository at this point
Commits on Nov 13, 2015
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 10, 2015
Merge pull request #5535 from Microsoft/computedPropertiesInDestructuringPR
Show description for 072e938
vladima
committed
072e938
View commit details
Copy full SHA for 072e938
View code at this point
Browse repository at this point
Commits on Nov 9, 2015
Fix merge problems from master
RyanCavanaugh
committed
e630ce2
View commit details
Copy full SHA for e630ce2
View code at this point
Browse repository at this point
Commits on Nov 7, 2015
Merge branch 'master' into javaScriptModules
Show description for 7dd1bf4
RyanCavanaugh
committed
7dd1bf4
View commit details
Copy full SHA for 7dd1bf4
View code at this point
Browse repository at this point
Commits on Nov 5, 2015
merge with master
vladima
committed
572db9c
View commit details
Copy full SHA for 572db9c
View code at this point
Browse repository at this point
Reword predicate to be more readable
sandersn
committed
57f7d7f
View commit details
Copy full SHA for 57f7d7f
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
allow computed properties in destructuring, treat computed properties with literal expressions similar to literal named properties
vladima
committed
db2b23d
View commit details
Copy full SHA for db2b23d
View code at this point
Browse repository at this point
fix lint: prefer const
weswigham
committed
8a93b48
View commit details
Copy full SHA for 8a93b48
View code at this point
Browse repository at this point
do not report 'unreachable code' on empty statements
vladima
committed
652a3a4
View commit details
Copy full SHA for 652a3a4
View code at this point
Browse repository at this point
Commits on Oct 22, 2015
defer allocation of error message text in binder
vladima
committed
7d09f26
View commit details
Copy full SHA for 7d09f26
View code at this point
Browse repository at this point
make binder singleton, inline bindWithReachabilityChecks
vladima
committed
2779352
View commit details
Copy full SHA for 2779352
View code at this point
Browse repository at this point
Commits on Oct 16, 2015
Address CR feedback
RyanCavanaugh
committed
2f7719b
View commit details
Copy full SHA for 2f7719b
View code at this point
Browse repository at this point
Commits on Oct 15, 2015
JavaScript LS scaffolding + JS module inference
RyanCavanaugh
committed
1a36fce
View commit details
Copy full SHA for 1a36fce
View code at this point
Browse repository at this point
Commits on Oct 13, 2015
addressed PR feedback, updated tests to suppress reachability errors where they are not needed
vladima
committed
bc02341
View commit details
Copy full SHA for bc02341
View code at this point
Browse repository at this point
Commits on Oct 11, 2015
Improved non-namespace overriding
Show description for ec2eac5
sandersn
committed
ec2eac5
View commit details
Copy full SHA for ec2eac5
View code at this point
Browse repository at this point
merge with master
vladima
committed
ebfcd25
View commit details
Copy full SHA for ebfcd25
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
Non-namespace merges override `valueDeclaration`
Show description for 9e8031c
sandersn
committed
9e8031c
View commit details
Copy full SHA for 9e8031c
View code at this point
Browse repository at this point
Add "A module cannot have multiple default exports." message for multiple "default" exports
MartyIX
committed
69ff6f5
View commit details
Copy full SHA for 69ff6f5
View code at this point
Browse repository at this point
Commits on Oct 3, 2015
updated command line options, accepted baselines
vladima
committed
f0f5a0d
View commit details
Copy full SHA for f0f5a0d
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
merge with master, fix linter issues
vladima
committed
ca0d580
View commit details
Copy full SHA for ca0d580
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
merge with master
vladima
committed
ae175d0
View commit details
Copy full SHA for ae175d0
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
Polymorphic "this" type
ahejlsberg
committed
9438a4b
View commit details
Copy full SHA for 9438a4b
View code at this point
Browse repository at this point
Commits on Sep 16, 2015
addressed PR feedback
vladima
committed
682c14c
View commit details
Copy full SHA for 682c14c
View code at this point
Browse repository at this point
Commits on Sep 15, 2015
addressed PR feedback
vladima
committed
beb1aa3
View commit details
Copy full SHA for beb1aa3
View code at this point
Browse repository at this point
Commits on Sep 14, 2015
initial revision of reachability checks in binder
vladima
committed
b62ef0d
View commit details
Copy full SHA for b62ef0d
View code at this point
Browse repository at this point
Commits on Aug 27, 2015
Add class expression if existed to classifiable-name map
Yui T
committed
bff8caa
View commit details
Copy full SHA for bff8caa
View code at this point
Browse repository at this point
Commits on Aug 10, 2015
Merge branch 'master' into JSDocCommentScaffolding
zhengbli
committed
b3f0a2a
View commit details
Copy full SHA for b3f0a2a
View code at this point
Browse repository at this point
Commits on Aug 6, 2015
simplified a conditional
Arthur Ozga
committed
400fc30
View commit details
Copy full SHA for 400fc30
View code at this point
Browse repository at this point
Commits on Aug 4, 2015
Conform lint of the future, unify quotations
weswigham
committed
91f0346
View commit details
Copy full SHA for 91f0346
View code at this point
Browse repository at this point
Commits on Jul 23, 2015
Merge branch 'master' into JSDocCommentScaffolding
Arthur Ozga
committed
5e0f1a6
View commit details
Copy full SHA for 5e0f1a6
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
treat modules that are merged with values as non-const-enum
vladima
committed
43347c7
View commit details
Copy full SHA for 43347c7
View code at this point
Browse repository at this point
Commits on Jul 17, 2015
Remove Garbage
Arthur Ozga
committed
558f1e3
View commit details
Copy full SHA for 558f1e3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.