oxc/crates
2025-01-14 19:12:23 +08:00
..
oxc release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00
oxc_allocator release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00
oxc_ast feat(ast)!: remove unused and not useful ContentHash (#8483) 2025-01-14 09:53:27 +00:00
oxc_ast_macros release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00
oxc_cfg release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00
oxc_codegen refactor(codegen): remove match_expression! (#8450) 2025-01-13 00:04:58 +08:00
oxc_data_structures release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00
oxc_diagnostics release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00
oxc_ecmascript fix(minifier): fix incorrect null.toString() and 1n.toString() (#8464) 2025-01-13 15:08:49 +00:00
oxc_estree release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00
oxc_isolated_declarations fix(isolated-declarations): retain declare declarations when they are exported (#8477) 2025-01-14 05:27:18 +00:00
oxc_language_server chore(deps): update dependency rust to v1.84.0 (#8391) 2025-01-09 18:11:17 +00:00
oxc_linter refactor(linter): move rule prefer-each from vitest to jest + remapping (#8448) 2025-01-14 17:41:41 +08:00
oxc_macros test(linter): use plugin name instead of category for finding rule (#8353) 2025-01-09 10:48:11 +08:00
oxc_mangler perf(mangler): allocate base54 name without heap allocation (#8472) 2025-01-14 10:36:21 +08:00
oxc_minifier fix(minifier): do not convert while to fors in DCE (#8484) 2025-01-14 10:01:35 +00:00
oxc_napi release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00
oxc_parser release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00
oxc_prettier refactor(prettier): Verify current implementation with refactoring (#8412) 2025-01-10 17:31:33 +08:00
oxc_regular_expression feat(ast)!: remove unused and not useful ContentHash (#8483) 2025-01-14 09:53:27 +00:00
oxc_semantic release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00
oxc_span refactor(span): rename Atom::new_const method (#8480) 2025-01-14 17:16:32 +08:00
oxc_syntax feat(ast)!: remove unused and not useful ContentHash (#8483) 2025-01-14 09:53:27 +00:00
oxc_transformer fix(transformer/typescript): retain TSImportEqualsDeclaration when it is exported 2025-01-14 19:12:23 +08:00
oxc_traverse release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00
oxc_wasm feat(napi/minify): implement napi (#8478) 2025-01-14 08:55:55 +00:00