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 }}
magic-coder
/
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
on
transforms_fix7913
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 8, 2016
Address PR: preserve prologue directives location and make sure it is the first statement in the result statements array
Kanchalai Tanglertsampan
committed
a71bfab
View commit details
Copy full SHA for a71bfab
View code at this point
Browse repository at this point
Do not ensure that prologue-directive is added when using it when transforming function body
Yui T
committed
f2d8b81
View commit details
Copy full SHA for f2d8b81
View code at this point
Browse repository at this point
Fix 7913: emit prologue directives as a first statement in emitted AMD module
Yui T
committed
10ff641
View commit details
Copy full SHA for 10ff641
View code at this point
Browse repository at this point
Merge pull request #7940 from Microsoft/transforms-fix7914
Show description for f61e122
rbuckton
committed
f61e122
View commit details
Copy full SHA for f61e122
View code at this point
Browse repository at this point
Merge pull request #7948 from Microsoft/transforms-onByDefault
Show description for 86c45fb
rbuckton
committed
86c45fb
View commit details
Copy full SHA for 86c45fb
View code at this point
Browse repository at this point
Makes transforms the default
rbuckton
committed
1aa6992
View commit details
Copy full SHA for 1aa6992
View code at this point
Browse repository at this point
Merge pull request #7946 from Microsoft/transforms-dontBreakRunTestsBrowser
Show description for 774d961
rbuckton
committed
774d961
View commit details
Copy full SHA for 774d961
View code at this point
Browse repository at this point
Commits on Apr 7, 2016
Merge pull request #7944 from Microsoft/recordTempVariables
Show description for 2413e5e
vladima
committed
2413e5e
View commit details
Copy full SHA for 2413e5e
View code at this point
Browse repository at this point
Fixes issues that were causing runtests-browser to fail
rbuckton
committed
3507ed0
View commit details
Copy full SHA for 3507ed0
View code at this point
Browse repository at this point
Merge pull request #7941 from Microsoft/unusedImportsES6
Show description for aad3fc5
vladima
committed
aad3fc5
View commit details
Copy full SHA for aad3fc5
View code at this point
Browse repository at this point
record temp variable introduced in spread calls
vladima
committed
586404b
View commit details
Copy full SHA for 586404b
View code at this point
Browse repository at this point
Changed getDeclarationName to allow comments if requested
rbuckton
committed
cbc2452
View commit details
Copy full SHA for cbc2452
View code at this point
Browse repository at this point
elide unused imports in ES6 emit
vladima
committed
cc0cb58
View commit details
Copy full SHA for cc0cb58
View code at this point
Browse repository at this point
Merge pull request #7920 from Microsoft/exportWhenClassIsDecorated
Show description for ff0b349
DanielRosenwasser
committed
ff0b349
View commit details
Copy full SHA for ff0b349
View code at this point
Browse repository at this point
Merge pull request #7925 from Microsoft/correctStrictPrologueCheckToTransforms
Show description for 4446727
DanielRosenwasser
committed
4446727
View commit details
Copy full SHA for 4446727
View code at this point
Browse repository at this point
Emits class name with comments.
rbuckton
committed
9d2f0b3
View commit details
Copy full SHA for 9d2f0b3
View code at this point
Browse repository at this point
Merge pull request #7921 from Microsoft/unqualifiedEnumMembers
Show description for 5c6009c
vladima
committed
5c6009c
View commit details
Copy full SHA for 5c6009c
View code at this point
Browse repository at this point
Merge pull request #7919 from Microsoft/transforms-fix7878
Show description for 9b8436c
rbuckton
committed
9b8436c
View commit details
Copy full SHA for 9b8436c
View code at this point
Browse repository at this point
emit missing initializers for shorthand property assignments
vladima
committed
6076475
View commit details
Copy full SHA for 6076475
View code at this point
Browse repository at this point
Merge pull request #7923 from Microsoft/Fix7922
Show description for 843f229
mhegazy
committed
843f229
View commit details
Copy full SHA for 843f229
View code at this point
Browse repository at this point
Ensure that the entire contents are simply 'use strict'.
DanielRosenwasser
committed
1e18618
View commit details
Copy full SHA for 1e18618
View code at this point
Browse repository at this point
Ensure that the entire contents of the prologue are simply 'use strict'.
DanielRosenwasser
committed
2abc736
View commit details
Copy full SHA for 2abc736
View code at this point
Browse repository at this point
Fix #7922: Only bundle if module==AMD or module==System
mhegazy
committed
e592304
View commit details
Copy full SHA for e592304
View code at this point
Browse repository at this point
emit unqualified enum members as qualified
vladima
committed
0e0182c
View commit details
Copy full SHA for 0e0182c
View code at this point
Browse repository at this point
Merge pull request #7902 from Microsoft/blockScopedBindingsInForOf
Show description for 1317d23
vladima
committed
1317d23
View commit details
Copy full SHA for 1317d23
View code at this point
Browse repository at this point
Export the respective let binding when a decorated class is exported.
DanielRosenwasser
committed
42351a8
View commit details
Copy full SHA for 42351a8
View code at this point
Browse repository at this point
Merge pull request #7916 from Microsoft/transforms-fixClassNamesAndAutoParenForCall
Show description for c9c6e5a
rbuckton
committed
c9c6e5a
View commit details
Copy full SHA for c9c6e5a
View code at this point
Browse repository at this point
Revert to old emit for metadata. Also adds baselines support for transpiler tests.
Show description for 4ead44d
rbuckton
committed
4ead44d
View commit details
Copy full SHA for 4ead44d
View code at this point
Browse repository at this point
Merge pull request #7907 from Microsoft/extraFrom
Show description for 2f73857
DanielRosenwasser
committed
2f73857
View commit details
Copy full SHA for 2f73857
View code at this point
Browse repository at this point
Merge pull request #7915 from Microsoft/emitImportsAsConst
Show description for e439abf
DanielRosenwasser
committed
e439abf
View commit details
Copy full SHA for e439abf
View code at this point
Browse repository at this point
Merge pull request #7897 from Microsoft/shebangLine
Show description for 7d438a0
DanielRosenwasser
committed
7d438a0
View commit details
Copy full SHA for 7d438a0
View code at this point
Browse repository at this point
Merge pull request #7906 from Microsoft/blockScopedNamesForClasses
Show description for 8c9de1d
vladima
committed
8c9de1d
View commit details
Copy full SHA for 8c9de1d
View code at this point
Browse repository at this point
Merge pull request #7899 from Microsoft/nestedBlockScopeBindings
Show description for 8651647
vladima
committed
8651647
View commit details
Copy full SHA for 8651647
View code at this point
Browse repository at this point
Fixes extra _1 in class names and auto-parentheses for comma expression in call/new.
Show description for e29f9a5
rbuckton
committed
e29f9a5
View commit details
Copy full SHA for e29f9a5
View code at this point
Browse repository at this point
Emit imports as const declarations.
DanielRosenwasser
committed
b611123
View commit details
Copy full SHA for b611123
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.