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 }}
charreal
/
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
spreadOperatorSourceMap
User selector
All users
Datepicker
All time
Commit history
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
Simplify the createProgram API.
Show description for 2a1d78d
CyrusNajmabadi
committed
2a1d78d
View commit details
Copy full SHA for 2a1d78d
View code at this point
Browse repository at this point
Simplify the API for emitting code from the Program instance.
CyrusNajmabadi
committed
bb307f8
View commit details
Copy full SHA for bb307f8
View code at this point
Browse repository at this point
Do not publicly expose a way on a Program instance to get typecheckers with differing behavior.
Show description for b6d083f
CyrusNajmabadi
committed
b6d083f
View commit details
Copy full SHA for b6d083f
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Hide the diagnostic producing methods from TypeChecker.
Show description for 5b049fe
CyrusNajmabadi
committed
5b049fe
View commit details
Copy full SHA for 5b049fe
View code at this point
Browse repository at this point
Fix spelling of 'Filename' to be 'FileName'.
CyrusNajmabadi
committed
95702a8
View commit details
Copy full SHA for 95702a8
View code at this point
Browse repository at this point
Commits on Feb 3, 2015
merge with master
vladima
committed
288e38f
View commit details
Copy full SHA for 288e38f
View code at this point
Browse repository at this point
Merge branch 'master' into LSAPICleanup
mhegazy
committed
d6bd9f7
View commit details
Copy full SHA for d6bd9f7
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Emit even in the presence of parse errors.
CyrusNajmabadi
committed
d66e70a
View commit details
Copy full SHA for d66e70a
View code at this point
Browse repository at this point
Remove the concept of early errors from the compiler.
Show description for dd8d353
CyrusNajmabadi
committed
dd8d353
View commit details
Copy full SHA for dd8d353
View code at this point
Browse repository at this point
Commits on Jan 31, 2015
Fix #1871 by ensuring the at we get the canonical filename before we check the extension
mhegazy
committed
0ce51e6
View commit details
Copy full SHA for 0ce51e6
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
Merge branch 'master' into LSAPICleanup
Show description for 04d8f5a
mhegazy
committed
04d8f5a
View commit details
Copy full SHA for 04d8f5a
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
Rename existing import declaration to ImportEqualsDeclaration
sheetalkamat
committed
e058189
View commit details
Copy full SHA for e058189
View code at this point
Browse repository at this point
Respond to code review comments
mhegazy
committed
0257ace
View commit details
Copy full SHA for 0257ace
View code at this point
Browse repository at this point
Commits on Jan 22, 2015
resolve merge conflicts
vladima
committed
ad42afc
View commit details
Copy full SHA for ad42afc
View code at this point
Browse repository at this point
Commits on Jan 16, 2015
move getSyntacticDiagnostics out of SourceFile
vladima
committed
c40977c
View commit details
Copy full SHA for c40977c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.