oxc/crates
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
..
oxc chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_allocator chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_ast feat(transformer/typescript): remove typescript ast nodes (#3559) 2024-06-07 05:04:22 +00:00
oxc_ast_macros chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_codegen feat(coverage): second transformer build does not print typescript (#3561) 2024-06-07 05:04:25 +00:00
oxc_diagnostics chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_index chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_js_regex
oxc_language_server fix: fix some nightly warnings 2024-05-19 00:54:52 +08:00
oxc_linter chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_macros refactor(macros): remove the redundant trie builder (#3415) 2024-05-26 08:00:05 +00:00
oxc_minifier chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_module_lexer chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_parser chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_prettier fix(parser): correctly parse cls.fn<C> = x (#3208) 2024-05-09 10:23:45 +08:00
oxc_semantic chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_sourcemap chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_span chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_syntax chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_transformer feat(transformer/typescript): remove typescript ast nodes (#3559) 2024-06-07 05:04:22 +00:00
oxc_traverse chore: regenerate changelogs with commit id and author 2024-06-07 01:22:28 +08:00
oxc_wasm chore: bump oxc-browserslist to 0.17.0 (#3495) 2024-06-01 15:06:34 +08:00