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 }}
johnangularjs
/
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
tsc.ts
on
codeCoverage
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 23, 2015
Minor clean up to make it more readable.
Paul van Brenk
committed
f8424d0
View commit details
Copy full SHA for f8424d0
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
Improve error message when encountering an invalid tsconfig.json file.
Paul van Brenk
committed
5c44a0f
View commit details
Copy full SHA for 5c44a0f
View code at this point
Browse repository at this point
Commits on Apr 21, 2015
expose the config file processing throught the LS and
Show description for 80ae52b
Paul van Brenk
committed
80ae52b
View commit details
Copy full SHA for 80ae52b
View code at this point
Browse repository at this point
Commits on Mar 27, 2015
Fix: File watchers not being disposed in -watch mode
ahejlsberg
committed
d15278b
View commit details
Copy full SHA for d15278b
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 13, 2015
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 8, 2015
Merge pull request #2245 from billti/ExportVersion
Show description for 24141f0
billti
committed
24141f0
View commit details
Copy full SHA for 24141f0
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
Address omitted return keyword.
CyrusNajmabadi
committed
a18934d
View commit details
Copy full SHA for a18934d
View code at this point
Browse repository at this point
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 6, 2015
Fix watch to honor tsconfig.json setting
billti
committed
02eb746
View commit details
Copy full SHA for 02eb746
View code at this point
Browse repository at this point
Commits on Mar 4, 2015
Revert "Run jake in interactive mode so output isn't lost."
DanielRosenwasser
committed
212aeb5
View commit details
Copy full SHA for 212aeb5
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
Merge pull request #2063 from jbondc/contrib
Show description for 35bfe4e
DanielRosenwasser
committed
35bfe4e
View commit details
Copy full SHA for 35bfe4e
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
Commits on Feb 19, 2015
CR feedback to use template strings.
CyrusNajmabadi
committed
990bbb2
View commit details
Copy full SHA for 990bbb2
View code at this point
Browse repository at this point
Perfsys no longer used
jbondc
committed
9ee494a
View commit details
Copy full SHA for 9ee494a
View code at this point
Browse repository at this point
Run jake in interactive mode so output isn't lost.
Show description for 97ffcc3
jbondc
committed
97ffcc3
View commit details
Copy full SHA for 97ffcc3
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Remove 'ZeroBased' from all APIs, now that all APIs are zero based.
CyrusNajmabadi
committed
124a77c
View commit details
Copy full SHA for 124a77c
View code at this point
Browse repository at this point
Remove one-based helper function.
CyrusNajmabadi
committed
1098e80
View commit details
Copy full SHA for 1098e80
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Rename our one-based methods to more clearly indicate that that's what base they use.
CyrusNajmabadi
committed
35b489d
View commit details
Copy full SHA for 35b489d
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
Fix time measurement
Yui T
committed
91a39dd
View commit details
Copy full SHA for 91a39dd
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
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
Simplify the code for actually compiling within tsc.
CyrusNajmabadi
committed
de30866
View commit details
Copy full SHA for de30866
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
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 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
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 pull request #1913 from Microsoft/internalDTS
Show description for fab351e
CyrusNajmabadi
committed
fab351e
View commit details
Copy full SHA for fab351e
View code at this point
Browse repository at this point
Provide an experimental flag that allows us to emit declarations except for nodes marked with '@internal'.
CyrusNajmabadi
committed
838b9b6
View commit details
Copy full SHA for 838b9b6
View code at this point
Browse repository at this point
merge with master
vladima
committed
288e38f
View commit details
Copy full SHA for 288e38f
View code at this point
Browse repository at this point
Commits on Jan 30, 2015
Bump version to 1.5.
DanielRosenwasser
committed
394d6f4
View commit details
Copy full SHA for 394d6f4
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 20, 2015
Simplified cache logic + better error message when JSON not supported
ahejlsberg
committed
fbfec8a
View commit details
Copy full SHA for fbfec8a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.