oxc/crates
2023-04-10 22:13:41 +08:00
..
oxc_allocator Release 0.0.1 2023-03-30 23:37:25 +08:00
oxc_ast fix(parser): fix crashing on empty ParenthesizedExpression with comments (#263) 2023-04-06 17:16:15 +08:00
oxc_cli feat(cli): add --threads 1 option for rayon to use only 1 threads 2023-04-10 22:13:41 +08:00
oxc_diagnostics Release oxc_diagnostics@0.0.4 2023-04-05 21:11:12 +08:00
oxc_linter refactor(linter,semantic): move syntax check from linter to semantic (#272) 2023-04-10 12:23:53 +08:00
oxc_macros chore(linter) move bad_bitwise_operator to restriction category 2023-04-05 14:29:32 +08:00
oxc_minifier deps: fix versions depending on each other 2023-03-30 23:59:41 +08:00
oxc_parser fix(parser): fix panic in unexpected token 2023-04-10 21:57:31 +08:00
oxc_printer Release 0.0.3 2023-04-02 16:59:15 +08:00
oxc_semantic refactor(linter,semantic): move syntax check from linter to semantic (#272) 2023-04-10 12:23:53 +08:00
oxc_wasm refactor(ast): make serde an optional feature (#236) 2023-04-01 17:12:23 +08:00