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
Branch selector
transformsUpdateBaselines
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 2, 2016
Update baselines
Kanchalai Tanglertsampan
committed
29086eb
View commit details
Copy full SHA for 29086eb
Browse repository at this point
Commits on Mar 31, 2016
Merge pull request #7740 from Microsoft/transforms-fixTemplateEmit
Show description for 5048aef
rbuckton
committed
5048aef
View commit details
Copy full SHA for 5048aef
Browse repository at this point
PR Feedback
rbuckton
committed
033864b
View commit details
Copy full SHA for 033864b
Browse repository at this point
Updated a few baselines
rbuckton
committed
fe13cdc
View commit details
Copy full SHA for fe13cdc
Browse repository at this point
Adjusts emit for templates
rbuckton
committed
78cdb2d
View commit details
Copy full SHA for 78cdb2d
Browse repository at this point
Commits on Mar 30, 2016
Merge pull request #7736 from Microsoft/transforms-fixModuleEnum
Show description for 92826cd
rbuckton
committed
92826cd
View commit details
Copy full SHA for 92826cd
Browse repository at this point
Fix emit for modules and enums.
rbuckton
committed
d647f89
View commit details
Copy full SHA for d647f89
Browse repository at this point
Commits on Mar 29, 2016
Fix issue with destructuring in for..of
rbuckton
committed
36257ec
View commit details
Copy full SHA for 36257ec
Browse repository at this point
Merge pull request #7693 from Microsoft/transforms-block-scoped-bindings
Show description for 3989d23
vladima
committed
3989d23
View commit details
Copy full SHA for 3989d23
Browse repository at this point
addressed PR feedback
vladima
committed
5d8d3b8
View commit details
Copy full SHA for 5d8d3b8
Browse repository at this point
Commits on Mar 28, 2016
fix comment
vladima
committed
646daac
View commit details
Copy full SHA for 646daac
Browse repository at this point
Merge pull request #7707 from Microsoft/transforms-unary-operators-system
Show description for 6ba0285
vladima
committed
6ba0285
View commit details
Copy full SHA for 6ba0285
Browse repository at this point
do not treat class declarations as nodes that start lexical environment
vladima
committed
f052334
View commit details
Copy full SHA for f052334
Browse repository at this point
fix emit for unary operators on exported variables in system modules
vladima
committed
8ebe081
View commit details
Copy full SHA for 8ebe081
Browse repository at this point
Commits on Mar 26, 2016
Merge pull request #7694 from Microsoft/transforms-fixDebugErrors
Show description for 5880029
rbuckton
committed
5880029
View commit details
Copy full SHA for 5880029
Browse repository at this point
Fix remaining debug failures.
rbuckton
committed
46e4c63
View commit details
Copy full SHA for 46e4c63
Browse repository at this point
accepted baselines
vladima
committed
8e1d5d9
View commit details
Copy full SHA for 8e1d5d9
Browse repository at this point
added support for captured block scoped bindings
vladima
committed
564e134
View commit details
Copy full SHA for 564e134
Browse repository at this point
Commits on Mar 25, 2016
Changed emit for decorator metadata
rbuckton
committed
734f161
View commit details
Copy full SHA for 734f161
Browse repository at this point
Merge pull request #7681 from Microsoft/transforms-fixES6ImportElision
Show description for 6e86b13
rbuckton
committed
6e86b13
View commit details
Copy full SHA for 6e86b13
Browse repository at this point
Fixes elision of import declarations in ES6 modules.
rbuckton
committed
6ba1961
View commit details
Copy full SHA for 6ba1961
Browse repository at this point
Elides functions with invalid bodies.
rbuckton
committed
816467c
View commit details
Copy full SHA for 816467c
Browse repository at this point
Fix async method with super
rbuckton
committed
e504699
View commit details
Copy full SHA for e504699
Browse repository at this point
Commits on Mar 24, 2016
Fixed multiline block for async functions
rbuckton
committed
5443d30
View commit details
Copy full SHA for 5443d30
Browse repository at this point
Merge pull request #7675 from Microsoft/transforms-fixTypeErrors
Show description for af4580b
rbuckton
committed
af4580b
View commit details
Copy full SHA for af4580b
Browse repository at this point
Fixed minor difference in string literal emit for AMD modules
rbuckton
committed
b60cf99
View commit details
Copy full SHA for b60cf99
Browse repository at this point
Do not always add sourceURL for browser tests
rbuckton
committed
e78b64b
View commit details
Copy full SHA for e78b64b
Browse repository at this point
Fixes the various TypeErrors coming from some transforms.
rbuckton
committed
975e821
View commit details
Copy full SHA for 975e821
Browse repository at this point
Commits on Mar 23, 2016
Fixes generated names and some formatting in system modules.
rbuckton
committed
bcb180a
View commit details
Copy full SHA for bcb180a
Browse repository at this point
Fix import binding substitution for AMD/CJS
rbuckton
committed
284dacd
View commit details
Copy full SHA for 284dacd
Browse repository at this point
Modified createIdentifier to track originalKeywordKind
rbuckton
committed
7f51f7c
View commit details
Copy full SHA for 7f51f7c
Browse repository at this point
Commits on Mar 22, 2016
Fix extra slice in array with spread
rbuckton
committed
63cf58b
View commit details
Copy full SHA for 63cf58b
Browse repository at this point
Fix missing commas in binding pattern emit.
rbuckton
committed
0f9bccd
View commit details
Copy full SHA for 0f9bccd
Browse repository at this point
Merge branch 'transforms' of https://github.com/Microsoft/TypeScript into transforms
rbuckton
committed
f02a13d
View commit details
Copy full SHA for f02a13d
Browse repository at this point
Fix unnecessary parens for omitted expressions and trailing commas in spread arrays
rbuckton
committed
1ecbc51
View commit details
Copy full SHA for 1ecbc51
Browse repository at this point
Previous
Next
You can’t perform that action at this time.