oxc/tasks/transform_conformance/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
..
constants.rs fix(transformer): TS namespace transform do not track var decl names (#3501) 2024-06-03 12:35:57 +00:00
lib.rs feat(transformer_conformance): skip some tests that are known to fail (#3293) 2024-05-15 22:06:00 +08:00
main.rs refactor(transformer/typescript): reimplementation of Enum conversion based on Babel (#3102) 2024-04-29 16:26:22 +08:00
test_case.rs chore(coverage, transformer_conformance): print all AST whether or not they are Typecript AST (#3556) 2024-06-06 15:45:20 +08:00