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
transformers
on
transforms
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 9, 2016
Merge pull request #7972 from Microsoft/exportStarOfNonValues
Show description for 1e49a57
vladima
committed
1e49a57
View commit details
Copy full SHA for 1e49a57
View code at this point
Browse repository at this point
handle export default
vladima
committed
c0a89aa
View commit details
Copy full SHA for c0a89aa
View code at this point
Browse repository at this point
Commits on Apr 8, 2016
Merge pull request #7976 from Microsoft/transforms-skip-destructured-rest-params
Show description for 61fffb3
sandersn
committed
61fffb3
View commit details
Copy full SHA for 61fffb3
View code at this point
Browse repository at this point
Only emit rest param code for identifiers.
Show description for a282468
sandersn
committed
a282468
View commit details
Copy full SHA for a282468
View code at this point
Browse repository at this point
emit export star only if export will yield anything with value side
vladima
committed
43051ea
View commit details
Copy full SHA for 43051ea
View code at this point
Browse repository at this point
Fixes detached comment emit for constructors
rbuckton
committed
dc30aa3
View commit details
Copy full SHA for dc30aa3
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
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
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
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 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 #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 #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
Commits on Apr 6, 2016
Fix literal property names
rbuckton
committed
3daeba3
View commit details
Copy full SHA for 3daeba3
View code at this point
Browse repository at this point
treat classes as block scoped entities
vladima
committed
dfdfec9
View commit details
Copy full SHA for dfdfec9
View code at this point
Browse repository at this point
Fixes extra parens around yield downleveled from await
rbuckton
committed
4da09b7
View commit details
Copy full SHA for 4da09b7
View code at this point
Browse repository at this point
enable generated names for block-scoped binding in for-of
vladima
committed
f325a98
View commit details
Copy full SHA for f325a98
View code at this point
Browse repository at this point
fix scope tracking when converting loops
vladima
committed
1c162fa
View commit details
Copy full SHA for 1c162fa
View code at this point
Browse repository at this point
Fixes indentation of object literals with computed properties
rbuckton
committed
8988ea8
View commit details
Copy full SHA for 8988ea8
View code at this point
Browse repository at this point
Fixes comment emit for down-level accessor declarations.
rbuckton
committed
e3e45c5
View commit details
Copy full SHA for e3e45c5
View code at this point
Browse repository at this point
Commits on Apr 5, 2016
Additional fixes for React emit.
rbuckton
committed
0b2264c
View commit details
Copy full SHA for 0b2264c
View code at this point
Browse repository at this point
Merge pull request #7832 from Microsoft/transforms-fix-unittests
Show description for 3583e14
vladima
committed
3583e14
View commit details
Copy full SHA for 3583e14
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.