test(transformer): script to amend Babel fixtures#7122
Merged
graphite-app[bot] merged 1 commit intomainfrom Nov 25, 2024
Merged
test(transformer): script to amend Babel fixtures#7122graphite-app[bot] merged 1 commit intomainfrom
graphite-app[bot] merged 1 commit intomainfrom
Conversation
Contributor
Your org has enabled the Graphite merge queue for merging into mainAdd the label “0-merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Member
Author
8dfe8ba to
f559460
Compare
This was referenced Nov 4, 2024
CodSpeed Performance ReportMerging #7122 will not alter performanceComparing Summary
|
80ea830 to
fac5042
Compare
f559460 to
5dde378
Compare
5dde378 to
3dfe91b
Compare
5dbd95a to
8f6d9bd
Compare
fdf277f to
7b2ad89
Compare
7b2ad89 to
e306f43
Compare
6de410a to
33ec4e6
Compare
This was referenced Nov 18, 2024
Merged
03d2dad to
2ce3a79
Compare
9af826a to
b1b4822
Compare
2ce3a79 to
82b8c74
Compare
b1b4822 to
75d160d
Compare
75d160d to
3ac608a
Compare
82b8c74 to
c335f92
Compare
3ac608a to
92335db
Compare
7b6eb47 to
db27b52
Compare
e0bcde3 to
234c7b9
Compare
db27b52 to
f402b33
Compare
f402b33 to
afb014a
Compare
d3109f0 to
dc1838a
Compare
This was referenced Nov 21, 2024
Boshen
reviewed
Nov 24, 2024
Contributor
Merge activity
|
Add a NodeJS script which amends Babel's fixtures in place to remove transform plugins which we don't support from `options.json` files. Where options are changed from the original, the script runs Babel transform with the new options to regenerate the fixture `output.js` files. Currently limited to transforming the fixtures for `babel-plugin-transform-class-properties` transform, but we can also enable it for other plugins if we wish in future, to get additional test coverage.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Add a NodeJS script which amends Babel's fixtures in place to remove transform plugins which we don't support from
options.jsonfiles. Where options are changed from the original, the script runs Babel transform with the new options to regenerate the fixtureoutput.jsfiles.Currently limited to transforming the fixtures for
babel-plugin-transform-class-propertiestransform, but we can also enable it for other plugins if we wish in future, to get additional test coverage.