-
-
Notifications
You must be signed in to change notification settings - Fork 477
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
test(transformer): script to amend Babel fixtures #7122
test(transformer): script to amend Babel fixtures #7122
Conversation
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. |
8dfe8ba
to
f559460
Compare
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
5e497b3
to
bc85b2b
Compare
7f0dd2c
to
eeeccba
Compare
bc85b2b
to
971c91a
Compare
eeeccba
to
3d4a890
Compare
3d4a890
to
8d1ea70
Compare
b4c5bea
to
8248e29
Compare
8248e29
to
2c34991
Compare
2c34991
to
25f2a20
Compare
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
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 fixtureoutput.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.