oxc/tasks
Dunqing 9ee962add8 feat(transformer): support from_babel_options in TransformOptions (#3301)
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
2024-05-16 10:10:39 +00:00
..
benchmark feat(sourcemap): add feature "sourcemap_concurrent" 2024-05-14 00:05:27 +08:00
common feat(transformer): support from_babel_options in TransformOptions (#3301) 2024-05-16 10:10:39 +00:00
coverage feat(transformer): support from_babel_options in TransformOptions (#3301) 2024-05-16 10:10:39 +00:00
javascript_globals chore: update Cargo.toml and deny.yaml 2024-03-05 16:31:05 +08:00
lint_rules chore(tasks/lint_rules): remove the now fixed @ts-expect-error 2024-05-07 23:21:12 +08:00
minsize chore(minsize): remove brotlic because it takes too long to compile (#2954) 2024-04-13 13:24:25 +08:00
prettier_conformance chore(deps): update dependency rust to v1.78.0 (#3151) 2024-05-03 00:01:42 +08:00
rulegen refactor(rulegen): clean up diagnostics 2024-05-12 00:34:11 +08:00
transform_conformance feat(transformer): support from_babel_options in TransformOptions (#3301) 2024-05-16 10:10:39 +00:00
libs.txt refactor(benchmark): use more complicated files (#1811) 2023-12-25 17:27:02 +08:00