mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
test(transformer): enable fixture overrides for logical-assignment-operators transform (#7758)
Enable overriding Babel's fixtures for logical assignment operators transform.
This commit is contained in:
parent
e48769a45d
commit
8f8b4c31ad
1 changed files with 4 additions and 1 deletions
|
|
@ -17,7 +17,10 @@ import assert from 'assert';
|
|||
import { copyFile, readdir, readFile, rename, writeFile } from 'fs/promises';
|
||||
import { extname, join as pathJoin } from 'path';
|
||||
|
||||
const PACKAGES = ['babel-plugin-transform-class-properties'];
|
||||
const PACKAGES = [
|
||||
'babel-plugin-transform-class-properties',
|
||||
'babel-plugin-transform-logical-assignment-operators',
|
||||
];
|
||||
const FILTER_OUT_PRESETS = ['env'];
|
||||
const FILTER_OUT_PLUGINS = [
|
||||
'transform-classes',
|
||||
|
|
|
|||
Loading…
Reference in a new issue