mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 21:58:36 +00:00
Move `BabelOptions` to Transformer. The `output.json` is a standard babel configuration. We can reuse BabelOptions to read [babel.config.json](https://babeljs.io/docs/configuration#babelconfigjson) or our configuration(maybe oxc.config.json) The current `from_babel_options` implementation is copied from the `transform_options` in `test_case.rs`, which I'll completely reimplement next |
||
|---|---|---|
| .. | ||
| diff.rs | ||
| lib.rs | ||
| request.rs | ||
| snapshot.rs | ||
| test_file.rs | ||