oxc/crates/oxc_codegen/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
..
annotation_comment.rs feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
context.rs fix(codegen): format new expression + call expression with the correct parentheses (#2330) 2024-02-06 22:06:12 +08:00
gen.rs feat(coverage): second transformer build does not print typescript (#3561) 2024-06-07 05:04:25 +00:00
gen_ts.rs refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
lib.rs fix(codegen): print indentation before directive (#3512) 2024-06-05 16:32:12 +08:00
operator.rs
sourcemap_builder.rs refactor(sourcemap): using binary search to search original position (#3360) 2024-05-20 22:35:25 +08:00