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
tests
cases
unittests
on
stringTypesCleanup
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 17, 2015
addressed PR feedback
vladima
committed
a26d89d
View commit details
Copy full SHA for a26d89d
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 16, 2015
use normalized absolute file names when doing consistency check
vladima
committed
078ed3f
View commit details
Copy full SHA for 078ed3f
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 6, 2015
Don't look for .js files when resolving node modules
RyanCavanaugh
committed
d880d4f
View commit details
Copy full SHA for d880d4f
View code at this point
Browse repository at this point
Commits on Nov 1, 2015
Use regex for repacing comments content.
Show description for 638e4b7
sarod
committed
638e4b7
View commit details
Copy full SHA for 638e4b7
View code at this point
Browse repository at this point
Commits on Oct 31, 2015
New commit using TS scanner.
Show description for 00b389d
sarod
committed
00b389d
View commit details
Copy full SHA for 00b389d
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
Fix handling of escaped characters in string
sarod
committed
f5e73ab
View commit details
Copy full SHA for f5e73ab
View code at this point
Browse repository at this point
Allow comments in tsconfig.json issue #4987
sarod
committed
b60d88f
View commit details
Copy full SHA for b60d88f
View code at this point
Browse repository at this point
Commits on Oct 27, 2015
addressed PR feedback (change command line flag description), added tests
vladima
committed
f5d4aa7
View commit details
Copy full SHA for f5d4aa7
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 15, 2015
use absolute path as key to store files, correctly handle scenarios when file names differ only in casing
vladima
committed
b8a3564
View commit details
Copy full SHA for b8a3564
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 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 7, 2015
address PR feedback
vladima
committed
fb1d2cf
View commit details
Copy full SHA for fb1d2cf
View code at this point
Browse repository at this point
transpile text as tsx if jsx option is specified
vladima
committed
75af4f7
View commit details
Copy full SHA for 75af4f7
View code at this point
Browse repository at this point
Commits on Oct 6, 2015
more test fixes
zhengbli
committed
9ed5b4c
View commit details
Copy full SHA for 9ed5b4c
View code at this point
Browse repository at this point
Commits on Sep 29, 2015
Merge pull request #4989 from Microsoft/relativeModuleNamesInImports
Show description for bfa390e
vladima
committed
bfa390e
View commit details
Copy full SHA for bfa390e
View code at this point
Browse repository at this point
Commits on Sep 27, 2015
harden the implementation of Program.getSourceFile to handle all relative file names correctly
vladima
committed
e53646a
View commit details
Copy full SHA for e53646a
View code at this point
Browse repository at this point
record resolution for relative file name if file was found via absolute name
vladima
committed
dae5a62
View commit details
Copy full SHA for dae5a62
View code at this point
Browse repository at this point
Commits on Sep 25, 2015
Put AMD dependency list inline with define call in UMD modules
Show description for f396904
csnover
committed
f396904
View commit details
Copy full SHA for f396904
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 Sep 15, 2015
handeles -> handles
DanielRosenwasser
committed
ad8bcfa
View commit details
Copy full SHA for ad8bcfa
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
resolve merge conflicts, update tests
vladima
committed
a880be1
View commit details
Copy full SHA for a880be1
View code at this point
Browse repository at this point
Check if imported file is a proper external module
vladima
committed
98f3163
View commit details
Copy full SHA for 98f3163
View code at this point
Browse repository at this point
reattach file diagnostics for modified files when reusing program structure
vladima
committed
4b5c2fe
View commit details
Copy full SHA for 4b5c2fe
View code at this point
Browse repository at this point
Commits on Sep 10, 2015
Fix #4727: prerocess `export import` declarations correctelly
mhegazy
committed
7e17396
View commit details
Copy full SHA for 7e17396
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
allow backslashes in fileName argument of the transpile function
vladima
committed
e484305
View commit details
Copy full SHA for e484305
View code at this point
Browse repository at this point
Commits on Aug 24, 2015
Merge branch 'master' into moduleResolutionStrategies
Show description for ab6fe49
mhegazy
committed
ab6fe49
View commit details
Copy full SHA for ab6fe49
View code at this point
Browse repository at this point
Added test for transpilation with emitting of metadata and decorator
sheetalkamat
committed
2defe94
View commit details
Copy full SHA for 2defe94
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
use \r\n as default new line in transpile
vladima
committed
8cc7953
View commit details
Copy full SHA for 8cc7953
View code at this point
Browse repository at this point
simplify module resolution tests
vladima
committed
4f25efb
View commit details
Copy full SHA for 4f25efb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.