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
services
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
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 12, 2015
added missing check if file is specified
vladima
committed
4720c35
View commit details
Copy full SHA for 4720c35
View code at this point
Browse repository at this point
Commits on Nov 11, 2015
Merge pull request #5583 from basarat/ls/jsxSemantic
Show description for 0c96d7b
mhegazy
committed
0c96d7b
View commit details
Copy full SHA for 0c96d7b
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
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
tsx : support tags in language service semantic tokenizer
basarat
committed
cfc6ed2
View commit details
Copy full SHA for cfc6ed2
View code at this point
Browse repository at this point
Commits on Nov 9, 2015
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
Use ts.indexOf instead of Array.prototype.indexOf
Show description for 4ca24bf
mihailik
committed
4ca24bf
View commit details
Copy full SHA for 4ca24bf
View code at this point
Browse repository at this point
Commits on Nov 7, 2015
remove nodeConstructors array, replace it with single local
vladima
committed
3f1596b
View commit details
Copy full SHA for 3f1596b
View code at this point
Browse repository at this point
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
Add getCurrentDirectory to call to createDocumentRegistry
mhegazy
committed
c0bb2ea
View commit details
Copy full SHA for c0bb2ea
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 2, 2015
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
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
FileMap now internally stores absolute normalized file names
vladima
committed
93e942a
View commit details
Copy full SHA for 93e942a
View code at this point
Browse repository at this point
Commits on Oct 27, 2015
merge with master
vladima
committed
d2a11b5
View commit details
Copy full SHA for d2a11b5
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
Merge pull request #5273 from Microsoft/shortenLocMessages
Show description for dababb1
paulvanbrenk
committed
dababb1
View commit details
Copy full SHA for dababb1
View code at this point
Browse repository at this point
Commits on Oct 22, 2015
merge with master
vladima
committed
f96980d
View commit details
Copy full SHA for f96980d
View code at this point
Browse repository at this point
Commits on Oct 21, 2015
Merge pull request #5355 from Microsoft/initFieldsInConstructor
Show description for 9afc2b3
vladima
committed
9afc2b3
View commit details
Copy full SHA for 9afc2b3
View code at this point
Browse repository at this point
initialize fields from constructor parameters
vladima
committed
7c064af
View commit details
Copy full SHA for 7c064af
View code at this point
Browse repository at this point
do not indent token if its start line matches end line of previous token\trivia
vladima
committed
912e49b
View commit details
Copy full SHA for 912e49b
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
Merge remote-tracking branch 'upstream/master' into javaScriptModules
RyanCavanaugh
committed
eda6eca
View commit details
Copy full SHA for eda6eca
View code at this point
Browse repository at this point
Commits on Oct 17, 2015
Remove obsolute AMD logic from reference preprocessing in services
RyanCavanaugh
committed
61b7100
View commit details
Copy full SHA for 61b7100
View code at this point
Browse repository at this point
Commits on Oct 16, 2015
Merge branch 'master' into reachabilityChecks
vladima
committed
7b12617
View commit details
Copy full SHA for 7b12617
View code at this point
Browse repository at this point
Commits on Oct 15, 2015
Shorten the key we use for the loc message.
Paul van Brenk
committed
4cd62de
View commit details
Copy full SHA for 4cd62de
View code at this point
Browse repository at this point
Merge pull request #5127 from zhengbli/newAddDirectoryWatcher
Show description for 8864b06
Zhengbo Li
committed
8864b06
View commit details
Copy full SHA for 8864b06
View code at this point
Browse repository at this point
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 14, 2015
CR feedback
zhengbli
committed
002f0c0
View commit details
Copy full SHA for 002f0c0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.