oxc/tasks/coverage/src
Dunqing 0007ee47be
chore(coverage, transformer_conformance): print all AST whether or not they are Typecript AST (#3556)
We have a conclusion that codegen will print whatever is in the AST,
instead of having an option to enable printing TypeScript syntax. I plan
to remove codegen's `enable_typescript` option after we strip out all
typescript AST in the transformer typescript plugin.

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-06-06 15:45:20 +08:00
..
runtime feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
babel.rs feat(transformer): support from_babel_options in TransformOptions (#3301) 2024-05-16 10:10:39 +00:00
codegen.rs chore(codegen): print typescript code for typescript files (#3515) 2024-06-03 10:05:08 +00: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 feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +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(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
suite.rs feat(tasks/coverage): turn on idempotency testing for transformer (#3470) 2024-05-30 22:15:32 +08:00
test262.rs refactor(coverage): replace yaml parsing with saphyr (#3144) 2024-04-30 22:49:39 +08:00
test262_meta.rs fix: fix some nightly warnings 2024-05-19 00:54:52 +08:00
transformer.rs chore(coverage, transformer_conformance): print all AST whether or not they are Typecript AST (#3556) 2024-06-06 15:45:20 +08:00
typescript.rs feat(coverage/transformer): handle @jsx option (#3553) 2024-06-06 05:34:22 +00:00