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 }}
ilife5
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
types.ts
on
stringTypesCleanup
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 20, 2015
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
Commits on Nov 17, 2015
Clean up unnecessary comment annotations
rbuckton
committed
4be0095
View commit details
Copy full SHA for 4be0095
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
Commits on Nov 11, 2015
Use string literal types in the command line parser.
DanielRosenwasser
committed
527f465
View commit details
Copy full SHA for 527f465
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 #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
Merge pull request #5266 from Microsoft/javaScriptModules
Show description for ad61788
RyanCavanaugh
committed
ad61788
View commit details
Copy full SHA for ad61788
View code at this point
Browse repository at this point
Merge pull request #5185 from Microsoft/stringLiteralTypes
Show description for 9c28480
DanielRosenwasser
committed
9c28480
View commit details
Copy full SHA for 9c28480
View code at this point
Browse repository at this point
Commits on Nov 9, 2015
Merge pull request #5511 from Microsoft/skipDefaultLibCheckWithNoDefaultLib
Show description for 92d37c3
DanielRosenwasser
committed
92d37c3
View commit details
Copy full SHA for 92d37c3
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into javaScriptModules
Show description for 69ca1f2
RyanCavanaugh
committed
69ca1f2
View commit details
Copy full SHA for 69ca1f2
View code at this point
Browse repository at this point
Get rid of the concept of 'isDefaultLib'.
DanielRosenwasser
committed
cece441
View commit details
Copy full SHA for cece441
View code at this point
Browse repository at this point
Fixed comments.
DanielRosenwasser
committed
ea4e21d
View commit details
Copy full SHA for ea4e21d
View code at this point
Browse repository at this point
Merge branch 'master' into out-module-concat
weswigham
committed
cadf543
View commit details
Copy full SHA for cadf543
View code at this point
Browse repository at this point
Commits on Nov 8, 2015
do not report 'excess property error' if object literal pattern contains computed properties
vladima
committed
72723e9
View commit details
Copy full SHA for 72723e9
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
Merge branch 'master' into javaScriptModules
Show description for 3f4e5a4
RyanCavanaugh
committed
3f4e5a4
View commit details
Copy full SHA for 3f4e5a4
View code at this point
Browse repository at this point
Commits on Nov 6, 2015
Instantiate type parameter constraints with type parameter as 'this'
ahejlsberg
committed
eee211a
View commit details
Copy full SHA for eee211a
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
Commits on Nov 3, 2015
Merge branch 'master' into out-module-concat
weswigham
committed
6f97021
View commit details
Copy full SHA for 6f97021
View code at this point
Browse repository at this point
feedback from CR
weswigham
committed
265fb51
View commit details
Copy full SHA for 265fb51
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Merge branch 'master' into iFeelPrettyErr
DanielRosenwasser
committed
32b259e
View commit details
Copy full SHA for 32b259e
View code at this point
Browse repository at this point
Merge branch 'master' into iFeelPrettyErr
DanielRosenwasser
committed
e5f1053
View commit details
Copy full SHA for e5f1053
View code at this point
Browse repository at this point
Merge pull request #4788 from Microsoft/reachabilityChecks
Show description for fb15e9c
vladima
committed
fb15e9c
View commit details
Copy full SHA for fb15e9c
View code at this point
Browse repository at this point
Just name the option 'pretty' for now.
DanielRosenwasser
committed
654cbd9
View commit details
Copy full SHA for 654cbd9
View code at this point
Browse repository at this point
Commits on Oct 31, 2015
Merge branch 'master' into iFeelPrettyErr
DanielRosenwasser
committed
fa2e614
View commit details
Copy full SHA for fa2e614
View code at this point
Browse repository at this point
Commits on Oct 30, 2015
Merge branch 'master' into out-module-concat
weswigham
committed
70fba0b
View commit details
Copy full SHA for 70fba0b
View code at this point
Browse repository at this point
Merge branch 'master' into out-module-concat
weswigham
committed
6c81242
View commit details
Copy full SHA for 6c81242
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
remove 'path' suffix from FileMap methods
vladima
committed
534bb62
View commit details
Copy full SHA for 534bb62
View code at this point
Browse repository at this point
introduce Path as branded string type, switch FileMap to use Path
vladima
committed
e1b4f01
View commit details
Copy full SHA for e1b4f01
View code at this point
Browse repository at this point
merge with master
vladima
committed
3f11c0b
View commit details
Copy full SHA for 3f11c0b
View code at this point
Browse repository at this point
Commits on Oct 27, 2015
Merge pull request #5275 from Microsoft/fixCasingAndPathFormat
Show description for e811fec
vladima
committed
e811fec
View commit details
Copy full SHA for e811fec
View code at this point
Browse repository at this point
merge with master
vladima
committed
d2a11b5
View commit details
Copy full SHA for d2a11b5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.