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 }}
uberreact
/
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
program.ts
on
useDecoratorsInShims
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 31, 2015
Merge pull request #2550 from Microsoft/separateCompilation
Show description for f239bbc
vladima
committed
f239bbc
View commit details
Copy full SHA for f239bbc
View code at this point
Browse repository at this point
do not include declaration files in 'is external module' check
vladima
committed
c885f59
View commit details
Copy full SHA for c885f59
View code at this point
Browse repository at this point
addressed CR feedback, accepted baselines
vladima
committed
4b7e6cf
View commit details
Copy full SHA for 4b7e6cf
View code at this point
Browse repository at this point
Commits on Mar 26, 2015
update version in program
mhegazy
committed
83e8910
View commit details
Copy full SHA for 83e8910
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Moved findConfigFile to program.ts. Addressed pull request comments.
steveluc
committed
4848207
View commit details
Copy full SHA for 4848207
View code at this point
Browse repository at this point
Commits on Mar 20, 2015
Don't actually emit declarations when we just want the diagnostics for them.
CyrusNajmabadi
committed
791a0e4
View commit details
Copy full SHA for 791a0e4
View code at this point
Browse repository at this point
Commits on Mar 19, 2015
No emit should happen if there are declaration errors and noEmitOnErrors is specified.
CyrusNajmabadi
committed
85d71b2
View commit details
Copy full SHA for 85d71b2
View code at this point
Browse repository at this point
Commits on Mar 18, 2015
Expose setParentNodes on createCompilerHost
mhegazy
committed
7462915
View commit details
Copy full SHA for 7462915
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Merge branch 'master' into es6ImportExportEmit
mhegazy
committed
a06ce61
View commit details
Copy full SHA for a06ce61
View code at this point
Browse repository at this point
Merge branch 'master' into cleanupDiagnostics
Show description for ad75193
ahejlsberg
committed
ad75193
View commit details
Copy full SHA for ad75193
View code at this point
Browse repository at this point
Commits on Mar 15, 2015
Merge branch 'master' into es6ImportExportEmit
Show description for b6a6d85
mhegazy
committed
b6a6d85
View commit details
Copy full SHA for b6a6d85
View code at this point
Browse repository at this point
Commits on Mar 13, 2015
Use 'let' in the ompiler layer.
CyrusNajmabadi
committed
2e8eb4e
View commit details
Copy full SHA for 2e8eb4e
View code at this point
Browse repository at this point
Clean up diagnostic timers and -diagnostic output
ahejlsberg
committed
c4b0302
View commit details
Copy full SHA for c4b0302
View code at this point
Browse repository at this point
Commits on Mar 12, 2015
Fix the checks with language version to use default es3
sheetalkamat
authored and
mhegazy
committed
4b75484
View commit details
Copy full SHA for 4b75484
View code at this point
Browse repository at this point
Report error if module gen target is specified in es6
Show description for b52d9ec
mhegazy
committed
b52d9ec
View commit details
Copy full SHA for b52d9ec
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
Added description to version exports
billti
committed
a6816fc
View commit details
Copy full SHA for a6816fc
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
Made the 'version' string an exported property
billti
committed
da5caf5
View commit details
Copy full SHA for da5caf5
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
Never use the entire span of a function declaration or function expression when reporting a checker error.
CyrusNajmabadi
committed
d3fbebf
View commit details
Copy full SHA for d3fbebf
View code at this point
Browse repository at this point
Commits on Feb 26, 2015
Print times in a manner more consistent with the 1.3 compiler.
Show description for 0be6459
CyrusNajmabadi
committed
0be6459
View commit details
Copy full SHA for 0be6459
View code at this point
Browse repository at this point
Ensure that the cost for typechecking is not billed to the emit portion of the compiler.
CyrusNajmabadi
committed
a020a43
View commit details
Copy full SHA for a020a43
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
Support for ES6 export declarations (except export default and export *)
ahejlsberg
committed
79be0a7
View commit details
Copy full SHA for 79be0a7
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
Checking of ES6 import declarations
ahejlsberg
committed
e47f64c
View commit details
Copy full SHA for e47f64c
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
CommonJS emit for ES6 import declarations
ahejlsberg
committed
69bd059
View commit details
Copy full SHA for 69bd059
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Merge branch 'master' into es6importcheck
Show description for 7bd14a7
ahejlsberg
committed
7bd14a7
View commit details
Copy full SHA for 7bd14a7
View code at this point
Browse repository at this point
Process ES6 imports when creating program
ahejlsberg
committed
35583e6
View commit details
Copy full SHA for 35583e6
View code at this point
Browse repository at this point
CR feedback.
CyrusNajmabadi
committed
c77f732
View commit details
Copy full SHA for c77f732
View code at this point
Browse repository at this point
Commits on Feb 5, 2015
Simplify the API for emitting and reporting exit statuses to callers.
CyrusNajmabadi
committed
66a363f
View commit details
Copy full SHA for 66a363f
View code at this point
Browse repository at this point
Emit both javascript and declarations in the presence of errors (*unless* -noEmitOnError is specified).
CyrusNajmabadi
committed
b0061c1
View commit details
Copy full SHA for b0061c1
View code at this point
Browse repository at this point
Remove unnecessary diagnostics split on SourceFile.
CyrusNajmabadi
committed
ea4e3de
View commit details
Copy full SHA for ea4e3de
View code at this point
Browse repository at this point
Simplify code for getting diagnostics in the Program.
CyrusNajmabadi
committed
c1dfdaa
View commit details
Copy full SHA for c1dfdaa
View code at this point
Browse repository at this point
Change the API for getting diagnostics so that all calls go through a Program instance.
CyrusNajmabadi
committed
337a99f
View commit details
Copy full SHA for 337a99f
View code at this point
Browse repository at this point
Remove dependency from the typechecker to the compiler host.
Show description for b12be3d
CyrusNajmabadi
committed
b12be3d
View commit details
Copy full SHA for b12be3d
View code at this point
Browse repository at this point
Track performance statistics in the ts module.
Show description for 28c1a23
CyrusNajmabadi
committed
28c1a23
View commit details
Copy full SHA for 28c1a23
View code at this point
Browse repository at this point
Use a diagnostics collection inside the program instance.
CyrusNajmabadi
committed
3cadb3c
View commit details
Copy full SHA for 3cadb3c
View code at this point
Browse repository at this point
Remove 'isEmitBlocked' from the program API.
Show description for 476c824
CyrusNajmabadi
committed
476c824
View commit details
Copy full SHA for 476c824
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.