mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
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. |
||
|---|---|---|
| .. | ||
| autofix.yml | ||
| benchmark.yml | ||
| bloat.yml | ||
| cargo-llvm-lines.yml | ||
| ci.yml | ||
| ci_vscode.yml | ||
| codecov.yml | ||
| link-check.yml | ||
| lint-rules.yml | ||
| miri.yml | ||
| pr.yml | ||
| prepare_release_crates.yml | ||
| prepare_release_oxlint.yml | ||
| release_crates.yml | ||
| release_napi_parser.yml | ||
| release_napi_transform.yml | ||
| release_oxlint.yml | ||
| release_types.yml | ||
| release_vscode.yml | ||
| release_wasm.yml | ||
| reusable_prepare_release.yml | ||