-
Notifications
You must be signed in to change notification settings - Fork 12.8k
[Transforms] Fix emit static property declaration in classExpression for down-level and ES6 target #8630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with static initializers.
select acceptable baselines for 'transformations' branch
…Indentation Fixes indentation of class expression bodies
…ceInExternalModule Fixes emit for exported namespaces in external modules.
…ypeForExponentiation Fixed typo when computing transform flags for exponentation
…ines Accepts nominal baseline changes for some failing tests.
Fix incorrect emit for JSX/React
update baselines in unittests, fix linter issues
* Update baselines * Update project-baselines * Revert "Update project-baselines" This reverts commit eb16971. * Remove incorrect baseline
Fixes missing whitespace in modifiers
Additional fixes for JSX transforms
…ared in AST Fixes #7749
Correct export assignments for variables in transforms
[Transforms] Fix debug failure caused by merge.
[Transforms] Port #8201
[Transforms] Fix type reference directive tests by adding --module amd
* Do not emit leading comment of synthesized function expression in object literal property assignment * Update baselines
* Use original text (e.g unicode) from source text when emit parameter-property declaration * Update baseline
…tiesAndExportedModules [Transforms] Fixes for ShorthandPropertyAssignments and exported namespaces
* Update baselines * Add tests * Update baselines from merging with transforms
Accept transform baselines
Handel ImportEqualsDeclaration
…t declaration to require statement (#8321) * Fix emit comment in wrong location when transform export declaration to require statement * Add tests and baselines * Add tests and baselines * Update baselines
…8341) * Remove the assertion as the assumption is not correct * Add tests case and baselines
Update tests and baselines Update tests and baselines Update tests for downlevel emit Add tests and update baselines Add tests and baselines Update baselines Update baselines
…ts own static propertyDeclaration Wip: attempt to fix down-level emit of class-expression with static property Fix incorrect emit of referring to container classExpression inside its own static propertyDeclaration
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #8580 for both
target >= ES6
andtarget < ES6