oxc/tasks/coverage/src
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
..
runtime refactor(sourcemap): change sourcemap name to take a reference (#2779) 2024-03-23 21:40:05 +08:00
babel.rs feat(transformer): support from_babel_options in TransformOptions (#3301) 2024-05-16 10:10:39 +00:00
codegen.rs refactor(sourcemap): change sourcemap name to take a reference (#2779) 2024-03-23 21:40:05 +08:00
lib.rs refactor(coverage): replace yaml parsing with saphyr (#3144) 2024-04-30 22:49:39 +08:00
main.rs feat(coverage): add transformer to prevent crashes (#2970) 2024-04-14 18:52:51 +08:00
minifier.rs refactor(sourcemap): change sourcemap name to take a reference (#2779) 2024-03-23 21:40:05 +08:00
misc.rs feat(task): support run async in suite (#1973) 2024-01-11 14:54:30 +08:00
prettier.rs refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00
sourcemap.rs feat: add oxc sourcemap crate (#2825) 2024-03-28 19:36:38 +08:00
suite.rs chore(tasks): add commit sha to snapshots to make sure submodules are not outdated (#3267) 2024-05-14 10:18:00 +00:00
test262.rs refactor(coverage): replace yaml parsing with saphyr (#3144) 2024-04-30 22:49:39 +08:00
test262_meta.rs refactor(coverage): replace yaml parsing with saphyr (#3144) 2024-04-30 22:49:39 +08:00
transformer.rs refactor(transformer): remove the requirement of Semantic (#3140) 2024-04-30 12:48:21 +08:00
typescript.rs feat(task): support run async in suite (#1973) 2024-01-11 14:54:30 +08:00