oxc/tasks/coverage/src
Dunqing 5c8e16c976 feat(coverage): second transformer build does not print typescript (#3561)
Currently, we lack a test to check if the TS AST has been completely deleted. I have thought of a way to test it. Let's have our idempotency test print the TypeScript code the first time and the second time print the JavaScript code only. If the two results do not match, it means that there are still undeleted TS ASTs or other bugs. Since ideally the TS ASTs are completely deleted, the two results should be the same.
2024-06-07 05:04:25 +00: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 feat(coverage): second transformer build does not print typescript (#3561) 2024-06-07 05:04:25 +00:00
typescript.rs feat(coverage/transformer): handle @jsx option (#3553) 2024-06-06 05:34:22 +00:00