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 }}
sachingill
/
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
transformsUpdateBaselines
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 21, 2016
Fixes emit for module/enum and single-line arrow functions.
rbuckton
committed
25998ae
View commit details
Copy full SHA for 25998ae
View code at this point
Browse repository at this point
Added environment variable to force experimental transformations.
rbuckton
committed
02ebfa5
View commit details
Copy full SHA for 02ebfa5
View code at this point
Browse repository at this point
Commits on Mar 19, 2016
Merge branch 'master' into transforms
rbuckton
committed
3c34498
View commit details
Copy full SHA for 3c34498
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
Adding sourceFiles to the Program emit callback
Show description for 8bf9da6
chuckjaz
committed
8bf9da6
View commit details
Copy full SHA for 8bf9da6
View code at this point
Browse repository at this point
Commits on Mar 12, 2016
add missing conditional check
anilanar
committed
8e35cdd
View commit details
Copy full SHA for 8e35cdd
View code at this point
Browse repository at this point
Fix #7397: Remove error checks for noEmit and out* compiler options combined.
anilanar
committed
cde06b6
View commit details
Copy full SHA for cde06b6
View code at this point
Browse repository at this point
Commits on Mar 10, 2016
Removed ModifiersArray
rbuckton
committed
99e6ad8
View commit details
Copy full SHA for 99e6ad8
View code at this point
Browse repository at this point
Moved modifier related flags to separate enum
rbuckton
committed
5b8cf96
View commit details
Copy full SHA for 5b8cf96
View code at this point
Browse repository at this point
Merge pull request #7264 from RyanCavanaugh/umd
Show description for 7d372bf
RyanCavanaugh
committed
7d372bf
View commit details
Copy full SHA for 7d372bf
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
UMD support
RyanCavanaugh
committed
44aa738
View commit details
Copy full SHA for 44aa738
View code at this point
Browse repository at this point
Commits on Mar 3, 2016
Concat declaration error so we report them
Kanchalai Tanglertsampan
committed
70d2674
View commit details
Copy full SHA for 70d2674
View code at this point
Browse repository at this point
Commits on Feb 24, 2016
address PR feedback: add comments
vladima
committed
e090043
View commit details
Copy full SHA for e090043
View code at this point
Browse repository at this point
avoid multiple passes over the program when computing diagnostics for the bundled emit
vladima
committed
8e77f40
View commit details
Copy full SHA for 8e77f40
View code at this point
Browse repository at this point
Commits on Feb 23, 2016
Make declarationDir invalid alongside out or outFile
masaeedu
committed
f251768
View commit details
Copy full SHA for f251768
View code at this point
Browse repository at this point
Added temporary compat flag to control emit output to fix tests
rbuckton
committed
e5cd8fe
View commit details
Copy full SHA for e5cd8fe
View code at this point
Browse repository at this point
Address PR feedback: expand ternary return into if block, add check to ensure proper options usage
masaeedu
committed
c8aedbf
View commit details
Copy full SHA for c8aedbf
View code at this point
Browse repository at this point
Merged some changes from other branches.
rbuckton
committed
6d27336
View commit details
Copy full SHA for 6d27336
View code at this point
Browse repository at this point
Commits on Feb 18, 2016
Rever change to EmitOutput.diagnostics
mhegazy
committed
353998a
View commit details
Copy full SHA for 353998a
View code at this point
Browse repository at this point
Commits on Feb 17, 2016
Fix lint errors
mhegazy
committed
2b52ae1
View commit details
Copy full SHA for 2b52ae1
View code at this point
Browse repository at this point
Port #7106 to master
mhegazy
committed
eed65a0
View commit details
Copy full SHA for eed65a0
View code at this point
Browse repository at this point
Commits on Feb 16, 2016
Merge pull request #7068 from Microsoft/relativeNamesInClassicResolution
Show description for 3820dfa
vladima
committed
3820dfa
View commit details
Copy full SHA for 3820dfa
View code at this point
Browse repository at this point
Commits on Feb 13, 2016
Fixed wording and updated tests
billti
committed
fe60490
View commit details
Copy full SHA for fe60490
View code at this point
Browse repository at this point
Set experimentalDecorators warning for JavaScript
billti
committed
ed7abcc
View commit details
Copy full SHA for ed7abcc
View code at this point
Browse repository at this point
Allow decorators in JavaScript files
billti
committed
f601e6d
View commit details
Copy full SHA for f601e6d
View code at this point
Browse repository at this point
classic resolution: don't perform folder walk if module name is relative
vladima
committed
9960064
View commit details
Copy full SHA for 9960064
View code at this point
Browse repository at this point
Commits on Feb 12, 2016
Fix fallback to classic resolution
billti
committed
e03a45a
View commit details
Copy full SHA for e03a45a
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Added module: none as an option
Show description for 9d008fe
billti
committed
9d008fe
View commit details
Copy full SHA for 9d008fe
View code at this point
Browse repository at this point
Dont default to CommonJS modules for ES6 target
Show description for 6a8ccd0
billti
committed
6a8ccd0
View commit details
Copy full SHA for 6a8ccd0
View code at this point
Browse repository at this point
Added back errors for module kind none
Show description for a370103
billti
committed
a370103
View commit details
Copy full SHA for a370103
View code at this point
Browse repository at this point
Removed errors for missing module specifier
Show description for bb28424
billti
committed
bb28424
View commit details
Copy full SHA for bb28424
View code at this point
Browse repository at this point
spelling fixes for src/compiler
Show description for 284b26f
jsoref
committed
284b26f
View commit details
Copy full SHA for 284b26f
View code at this point
Browse repository at this point
Commits on Feb 5, 2016
Cleanup and reorganization of node tests
rbuckton
committed
8bf176a
View commit details
Copy full SHA for 8bf176a
View code at this point
Browse repository at this point
Commits on Feb 2, 2016
do not error if typings for external library is empty .d.ts file
vladima
committed
fb99a66
View commit details
Copy full SHA for fb99a66
View code at this point
Browse repository at this point
Merge pull request #6803 from Microsoft/noDirExistsCheckInClassic
Show description for 555f35e
vladima
committed
555f35e
View commit details
Copy full SHA for 555f35e
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
fix linter issues
vladima
committed
1f1f4d2
View commit details
Copy full SHA for 1f1f4d2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.