oxc/crates
IWANABETHATGUY 0cdb45a1ff
feat(oxc_codegen): preserve annotate comment (#3465)
1. Copy tests from
efa3dd2d8e/internal/bundler_tests/bundler_dce_test.go (L3833-L3971)
2. Add option to preserve annotate comment like `/* #__NO_SIDE_EFFECTS__
*/` and `/* #__PURE__ */`
2024-05-30 15:25:23 +08:00
..
oxc Release crates v0.13.1 2024-05-22 16:50:30 +08:00
oxc_allocator Release crates v0.13.1 2024-05-22 16:50:30 +08:00
oxc_ast feat(linter): add oxc/no-const-enum rule (#3435) 2024-05-28 22:50:54 +08:00
oxc_ast_macros Release crates v0.13.1 2024-05-22 16:50:30 +08:00
oxc_codegen feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
oxc_diagnostics Release crates v0.13.1 2024-05-22 16:50:30 +08:00
oxc_index Release crates v0.13.1 2024-05-22 16:50:30 +08:00
oxc_js_regex refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_language_server fix: fix some nightly warnings 2024-05-19 00:54:52 +08:00
oxc_linter feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
oxc_macros refactor(macros): remove the redundant trie builder (#3415) 2024-05-26 08:00:05 +00:00
oxc_minifier feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
oxc_module_lexer Release crates v0.13.1 2024-05-22 16:50:30 +08:00
oxc_parser chore(parser): code comment for cold trampoline function (#3467) 2024-05-30 01:11:00 +01:00
oxc_prettier fix(parser): correctly parse cls.fn<C> = x (#3208) 2024-05-09 10:23:45 +08:00
oxc_semantic refactor(semantic): use a simpler way to resolve reference for ReferenceFlag::Type (#3430) 2024-05-27 22:43:52 +08:00
oxc_sourcemap chore(sourcemap): make JSONSourceMap fileds public (#3385) 2024-05-22 20:15:24 +08:00
oxc_span feat(atom): get &str from Atom<'a> with lifetime of 'a (#3420) 2024-05-27 09:05:33 +08:00
oxc_syntax Release crates v0.13.1 2024-05-22 16:50:30 +08:00
oxc_transformer feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00
oxc_traverse chore(traverse): code comments - edit comment to outline a better way to generate UIDs (#3434) 2024-05-27 22:52:46 +08:00
oxc_wasm feat(oxc_codegen): preserve annotate comment (#3465) 2024-05-30 15:25:23 +08:00