oxc/crates/oxc_codegen
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
..
examples feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
src feat(coverage): second transformer build does not print typescript (#3561) 2024-06-07 05:04:25 +00:00
tests chore(oxc_codegen): Pass trivias reference instead of ownership in CommentGenRelated (#3529) 2024-06-04 23:21:06 +08:00
Cargo.toml Publish crates v0.13.3 (#3527) 2024-06-04 18:02:40 +08:00
CHANGELOG.md chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00