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
be24ab0 to
f4fda2d
Compare
1085f5b to
ed78070
Compare
ed78070 to
7c6f29b
Compare
2f069d1 to
7f0dd2c
Compare
This was referenced Nov 22, 2024
5e497b3 to
bc85b2b
Compare
7f0dd2c to
eeeccba
Compare
bc85b2b to
971c91a
Compare
eeeccba to
3d4a890
Compare
3d4a890 to
8d1ea70
Compare
b4c5bea to
8248e29
Compare
Boshen
reviewed
Nov 24, 2024
8248e29 to
2c34991
Compare
2c34991 to
25f2a20
Compare
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.
25f2a20 to
3b2a347
Compare
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.