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
core.ts
on
stringTypesCleanup
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 14, 2015
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 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
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
make emitter singleton, replace reading file properties with local access, use one constructor function for all nodes
vladima
committed
45746d1
View commit details
Copy full SHA for 45746d1
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
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
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 pull request #5358 from Microsoft/debugger
Show description for 6e78b9c
weswigham
committed
6e78b9c
View commit details
Copy full SHA for 6e78b9c
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 21, 2015
Add JS breakpoint into Debug.assert failure
Show description for 8658bf4
weswigham
committed
8658bf4
View commit details
Copy full SHA for 8658bf4
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
pre-initialize node fields in constructor
vladima
committed
7fc29d1
View commit details
Copy full SHA for 7fc29d1
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 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
Address code review at 5127
zhengbli
committed
3e37b31
View commit details
Copy full SHA for 3e37b31
View code at this point
Browse repository at this point
Address CR from 5127
zhengbli
committed
b7c93c0
View commit details
Copy full SHA for b7c93c0
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
Fix lint errors
zhengbli
committed
fcfc25e
View commit details
Copy full SHA for fcfc25e
View code at this point
Browse repository at this point
Address build errors
zhengbli
committed
6013968
View commit details
Copy full SHA for 6013968
View code at this point
Browse repository at this point
CR feedback
zhengbli
committed
002f0c0
View commit details
Copy full SHA for 002f0c0
View code at this point
Browse repository at this point
Merge pull request #5235 from Microsoft/fixDecoratorDiagostics
Show description for 21e30e0
mhegazy
committed
21e30e0
View commit details
Copy full SHA for 21e30e0
View code at this point
Browse repository at this point
Commits on Oct 13, 2015
Fixes #5104.
rbuckton
committed
0fa89ad
View commit details
Copy full SHA for 0fa89ad
View code at this point
Browse repository at this point
Commits on Oct 12, 2015
merge with master
vladima
committed
4ccf630
View commit details
Copy full SHA for 4ccf630
View code at this point
Browse repository at this point
Commits on Oct 5, 2015
Redesigned directory watchers
zhengbli
committed
7fa26ad
View commit details
Copy full SHA for 7fa26ad
View code at this point
Browse repository at this point
Commits on Sep 30, 2015
This is what zero linter errors feels like
weswigham
committed
b95e1ff
View commit details
Copy full SHA for b95e1ff
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
extend the list of extensions for module file names in node_modules folder
vladima
committed
d57ceb1
View commit details
Copy full SHA for d57ceb1
View code at this point
Browse repository at this point
Commits on Aug 25, 2015
Merge branch 'init' of https://github.com/tinganho/TypeScript into tinganho-init
Show description for f3d3661
mhegazy
committed
f3d3661
View commit details
Copy full SHA for f3d3661
View code at this point
Browse repository at this point
Addresses CR feedback
tinganho
committed
963ba19
View commit details
Copy full SHA for 963ba19
View code at this point
Browse repository at this point
Commits on Aug 17, 2015
Merge branch 'master' into reuseAndCache
vladima
committed
a88bfbd
View commit details
Copy full SHA for a88bfbd
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
merge with master
vladima
committed
6455b8e
View commit details
Copy full SHA for 6455b8e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.