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 }}
QualRay
/
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
sourceMapUpdatesForClasses
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 16, 2016
Merge branch 'transforms' into sourceMapUpdatesForClasses
rbuckton
committed
13fb37e
View commit details
Copy full SHA for 13fb37e
Browse repository at this point
Addesses a number of comment/sourcemap related issues
rbuckton
committed
6225a5a
View commit details
Copy full SHA for 6225a5a
Browse repository at this point
Commits on Apr 15, 2016
Merge pull request #8028 from Microsoft/fixLocationOfSuperCall
Show description for c997669
vladima
committed
c997669
View commit details
Copy full SHA for c997669
Browse repository at this point
use existing 'isSuperCallExpression' function
vladima
committed
487be62
View commit details
Copy full SHA for 487be62
Browse repository at this point
Merge branch 'master' into sourceMapUpdatesForClasses
rbuckton
committed
d2a7288
View commit details
Copy full SHA for d2a7288
Browse repository at this point
Merge branch 'transforms' into sourceMapUpdatesForClasses
rbuckton
committed
06bbe70
View commit details
Copy full SHA for 06bbe70
Browse repository at this point
Commits on Apr 14, 2016
Merge pull request #8095 from Microsoft/transformArrowComments
Show description for 1c06342
sheetalkamat
committed
1c06342
View commit details
Copy full SHA for 1c06342
Browse repository at this point
Fix the incorrectly assigned arrow expression trailing comments
Show description for 1061656
sheetalkamat
committed
1061656
View commit details
Copy full SHA for 1061656
Browse repository at this point
Merge branch 'transforms' into sourceMapUpdatesForClasses
rbuckton
committed
c735c36
View commit details
Copy full SHA for c735c36
Browse repository at this point
Merge pull request #8092 from Microsoft/transforms-unescape-destructured-identifiers
Show description for cefe39c
sandersn
committed
cefe39c
View commit details
Copy full SHA for cefe39c
Browse repository at this point
Add calls to unescapeIdentifier for destructured identifiers
sandersn
committed
0b89090
View commit details
Copy full SHA for 0b89090
Browse repository at this point
Merge pull request #8069 from Microsoft/transforms-capture-this-in-computed-property-names-in-arrow-functions
Show description for f13753d
sandersn
committed
f13753d
View commit details
Copy full SHA for f13753d
Browse repository at this point
Improve comment explaining ContainsLexicalThisInComputedPropertyName
sandersn
committed
0d5bf0e
View commit details
Copy full SHA for 0d5bf0e
Browse repository at this point
[Transforms] fix `_this = this` capture emitted before `"use strict"` directives in AMD module output (#7953)
Show description for d56ac44
yuit
committed
d56ac44
View commit details
Copy full SHA for d56ac44
Browse repository at this point
[Transforms] fix8038 and 8047 (#8071)
Show description for c21ff64
yuit
committed
c21ff64
View commit details
Copy full SHA for c21ff64
Browse repository at this point
[Transforms] fix Not correctly emitting local name for exported class (#8048)
Show description for 2c95ea9
yuit
committed
2c95ea9
View commit details
Copy full SHA for 2c95ea9
Browse repository at this point
Merge pull request #8070 from Microsoft/transforms-lowercase-mocha-tap
Show description for 86d7425
sandersn
committed
86d7425
View commit details
Copy full SHA for 86d7425
Browse repository at this point
Commits on Apr 13, 2016
Add explanatory comment when adding ContainsLexicalThisInComputedPropertyName
sandersn
committed
e5e8c6b
View commit details
Copy full SHA for e5e8c6b
Browse repository at this point
Fix case of mocha TAP -> tap
sandersn
committed
7bb3a5a
View commit details
Copy full SHA for 7bb3a5a
Browse repository at this point
Capture `this` in computed property names in arrow functions
sandersn
committed
8fa44c3
View commit details
Copy full SHA for 8fa44c3
Browse repository at this point
Merge pull request #8064 from Microsoft/trailingModuleComments
Show description for 02c8315
sheetalkamat
committed
02c8315
View commit details
Copy full SHA for 02c8315
Browse repository at this point
Merge pull request #8044 from Microsoft/elideNoValueExports
Show description for aff6698
vladima
committed
aff6698
View commit details
Copy full SHA for aff6698
Browse repository at this point
emit 'export *' for es6 only if module exports some value
vladima
committed
3de310a
View commit details
Copy full SHA for 3de310a
Browse repository at this point
[Transforms] updatebaseline (#8067)
Show description for f4066e5
yuit
committed
f4066e5
View commit details
Copy full SHA for f4066e5
Browse repository at this point
switch to use addPrologueDirectives function
vladima
committed
9c545c6
View commit details
Copy full SHA for 9c545c6
Browse repository at this point
Merge pull request #8068 from Microsoft/transform-function-and-import-conflict
Show description for da72357
sandersn
committed
da72357
View commit details
Copy full SHA for da72357
Browse repository at this point
Merge pull request #8035 from Microsoft/defaultClassName
Show description for 5458826
sheetalkamat
committed
5458826
View commit details
Copy full SHA for 5458826
Browse repository at this point
Set the end position of variable statement as -1 so the trailing comments are not emitted
sheetalkamat
committed
2e47f22
View commit details
Copy full SHA for 2e47f22
Browse repository at this point
Merge remote-tracking branch 'origin/transforms' into fixLocationOfSuperCall
vladima
committed
936ee66
View commit details
Copy full SHA for 936ee66
Browse repository at this point
Merge pull request #8034 from Microsoft/enumsComputedPropertyNames
Show description for 012d111
vladima
committed
012d111
View commit details
Copy full SHA for 012d111
Browse repository at this point
Revert changes from 5e308b9
sheetalkamat
committed
5ea6585
View commit details
Copy full SHA for 5ea6585
Browse repository at this point
Set LocalName flag for exported local then skip it
Show description for a721a22
sandersn
committed
a721a22
View commit details
Copy full SHA for a721a22
Browse repository at this point
Merge pull request #8049 from Microsoft/moduleNameInOutput
Show description for 6cea256
mhegazy
committed
6cea256
View commit details
Copy full SHA for 6cea256
Browse repository at this point
Merge branch 'transforms' into moduleNameInOutput
mhegazy
committed
5f66c87
View commit details
Copy full SHA for 5f66c87
Browse repository at this point
Merge pull request #8065 from Microsoft/removeCommas
Show description for 9d73220
mhegazy
committed
9d73220
View commit details
Copy full SHA for 9d73220
Browse repository at this point
Previous
Next
You can’t perform that action at this time.