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 }}
devoneonline
/
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
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 20, 2015
Fix the issue that the "out" path is not relative to the path of tsconfig.json
Zhengbo Li
committed
9ab6f41
View commit details
Copy full SHA for 9ab6f41
View code at this point
Browse repository at this point
Commits on Jun 18, 2015
Merge branch 'master' of https://github.com/Microsoft/TypeScript
JsonFreeman
committed
f2044a9
View commit details
Copy full SHA for f2044a9
View code at this point
Browse repository at this point
Merge branch 'release-1.5'
Show description for 111fdcb
JsonFreeman
committed
111fdcb
View commit details
Copy full SHA for 111fdcb
View code at this point
Browse repository at this point
Merge pull request #3565 from Microsoft/incrementalParserReuse
Show description for ae17c61
CyrusNajmabadi
committed
ae17c61
View commit details
Copy full SHA for ae17c61
View code at this point
Browse repository at this point
wrap host.getCanonicalFileName in arrow function
vladima
committed
3db5bbf
View commit details
Copy full SHA for 3db5bbf
View code at this point
Browse repository at this point
Fix incremental parsing issue.
Show description for 38a54bc
CyrusNajmabadi
committed
38a54bc
View commit details
Copy full SHA for 38a54bc
View code at this point
Browse repository at this point
Merge pull request #3555 from tinganho/typepredicateBug
Show description for 3cb44fb
JsonFreeman
committed
3cb44fb
View commit details
Copy full SHA for 3cb44fb
View code at this point
Browse repository at this point
Merge pull request #3498 from Microsoft/portFileMap
Show description for 937927a
vladima
committed
937927a
View commit details
Copy full SHA for 937927a
View code at this point
Browse repository at this point
Merge pull request #3530 from Microsoft/lessScanningDuringClassification
Show description for dd671ed
CyrusNajmabadi
committed
dd671ed
View commit details
Copy full SHA for dd671ed
View code at this point
Browse repository at this point
PR feedback.
CyrusNajmabadi
committed
c4f65f8
View commit details
Copy full SHA for c4f65f8
View code at this point
Browse repository at this point
Don't access diagnostics directly. Use the supported Program API for them.
CyrusNajmabadi
committed
3f40e47
View commit details
Copy full SHA for 3f40e47
View code at this point
Browse repository at this point
Merge branch 'master' into diagnosticCleanup2
Show description for febe320
CyrusNajmabadi
committed
febe320
View commit details
Copy full SHA for febe320
View code at this point
Browse repository at this point
Make it so all our diagnostics APIs return an independent set of diagnostics.
Show description for ef7d113
CyrusNajmabadi
committed
ef7d113
View commit details
Copy full SHA for ef7d113
View code at this point
Browse repository at this point
Don't use spread operator when pushing arrays onto other arrays.
Show description for ede80c1
CyrusNajmabadi
committed
ede80c1
View commit details
Copy full SHA for ede80c1
View code at this point
Browse repository at this point
PR feedback.
CyrusNajmabadi
committed
151306f
View commit details
Copy full SHA for 151306f
View code at this point
Browse repository at this point
Fixes type predicate crash bug
tinganho
committed
752e0ba
View commit details
Copy full SHA for 752e0ba
View code at this point
Browse repository at this point
Merge pull request #3545 from Microsoft/emitNamespaces
Show description for 6db4faf
mhegazy
committed
6db4faf
View commit details
Copy full SHA for 6db4faf
View code at this point
Browse repository at this point
Merge pull request #3542 from weswigham/jake-lssl
Show description for 7361d68
mhegazy
committed
7361d68
View commit details
Copy full SHA for 7361d68
View code at this point
Browse repository at this point
Merge pull request #3527 from piloopin/fix-intl.d.ts
Show description for 75e6071
mhegazy
committed
75e6071
View commit details
Copy full SHA for 75e6071
View code at this point
Browse repository at this point
feedback from pr #3542
weswigham
committed
9cc97f1
View commit details
Copy full SHA for 9cc97f1
View code at this point
Browse repository at this point
Emit declarations of namespaces correctelly
mhegazy
committed
3d224bd
View commit details
Copy full SHA for 3d224bd
View code at this point
Browse repository at this point
Commits on Jun 17, 2015
Merge pull request #3532 from Microsoft/exportSpecifierScoping
Show description for ab61bf2
JsonFreeman
committed
ab61bf2
View commit details
Copy full SHA for ab61bf2
View code at this point
Browse repository at this point
Merge branch 'master' into extendsExpressions
ahejlsberg
committed
26fd879
View commit details
Copy full SHA for 26fd879
View code at this point
Browse repository at this point
Addressing more CR feedback
ahejlsberg
committed
efcccaa
View commit details
Copy full SHA for efcccaa
View code at this point
Browse repository at this point
Addressing CR feedback
ahejlsberg
committed
d71af8a
View commit details
Copy full SHA for d71af8a
View code at this point
Browse repository at this point
Feedback form pr #3513
weswigham
committed
7390fe0
View commit details
Copy full SHA for 7390fe0
View code at this point
Browse repository at this point
Merge pull request #3524 from Microsoft/extendsNull
Show description for 33b0a56
ahejlsberg
committed
33b0a56
View commit details
Copy full SHA for 33b0a56
View code at this point
Browse repository at this point
Fix line endings in program.ts
mrcolbyrussell
committed
5f1fe37
View commit details
Copy full SHA for 5f1fe37
View code at this point
Browse repository at this point
Squueze perf in syntactic classification.
CyrusNajmabadi
committed
d206f62
View commit details
Copy full SHA for d206f62
View code at this point
Browse repository at this point
Make resolveName ignore export specifiers without calling getSymbol
JsonFreeman
committed
41e3973
View commit details
Copy full SHA for 41e3973
View code at this point
Browse repository at this point
Commits on Jun 16, 2015
Scan less during classification.
CyrusNajmabadi
committed
3bb7be9
View commit details
Copy full SHA for 3bb7be9
View code at this point
Browse repository at this point
changes that are non-breaking
Arthur Ozga
committed
1d5dcf0
View commit details
Copy full SHA for 1d5dcf0
View code at this point
Browse repository at this point
changed to '==' to '===', '!=' to '!=='
Arthur Ozga
committed
aed48ec
View commit details
Copy full SHA for aed48ec
View code at this point
Browse repository at this point
Fix Intl.DateTimeFormat.format and Int.NumberFormatOptions signature
piloopin
committed
6ee1890
View commit details
Copy full SHA for 6ee1890
View code at this point
Browse repository at this point
Use Object.create(null) in __extends when base is null
ahejlsberg
committed
3b5d73f
View commit details
Copy full SHA for 3b5d73f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.