mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
test(transformer): remove repeated code from fixtures updating script (#8287)
Pure refactor / tidy up. These 2 lines are repeated twice.
This commit is contained in:
parent
c8e48434c6
commit
cd0c2dc6f7
1 changed files with 0 additions and 2 deletions
|
|
@ -191,8 +191,6 @@ async function transform(inputPath, options) {
|
||||||
cwd: import.meta.dirname,
|
cwd: import.meta.dirname,
|
||||||
};
|
};
|
||||||
delete options.BABEL_8_BREAKING;
|
delete options.BABEL_8_BREAKING;
|
||||||
delete options.validateLogs;
|
|
||||||
delete options.SKIP_ON_PUBLISH;
|
|
||||||
delete options.SKIP_babel7plugins_babel8core;
|
delete options.SKIP_babel7plugins_babel8core;
|
||||||
delete options.minNodeVersion;
|
delete options.minNodeVersion;
|
||||||
delete options.validateLogs;
|
delete options.validateLogs;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue