mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +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 |
||
|---|---|---|
| .. | ||
| runtime | ||
| babel.rs | ||
| codegen.rs | ||
| lib.rs | ||
| main.rs | ||
| minifier.rs | ||
| misc.rs | ||
| prettier.rs | ||
| sourcemap.rs | ||
| suite.rs | ||
| test262.rs | ||
| test262_meta.rs | ||
| transformer.rs | ||
| typescript.rs | ||