oxc/crates
2023-03-09 01:27:14 -08:00
..
oxc_allocator feat(parser): add lexer 2023-02-11 02:29:54 -08:00
oxc_ast feat(linter): check StringLiteral in javascript 2023-03-09 01:27:14 -08:00
oxc_cli refactor: remove all declarations of const fn, which is useless for us 2023-03-07 21:29:47 +08:00
oxc_diagnostics feat(cli): parallelize diagnostics (#93) 2023-03-02 07:28:45 -08:00
oxc_linter feat(linter): check WithStatement in javascript 2023-03-09 01:27:14 -08:00
oxc_macros fix(oxc_macros): fix clippy warnings 2023-03-08 23:35:34 +08:00
oxc_parser perf(lexer): fine tune identifier checking with less redundant branches (#154) 2023-03-08 22:00:15 +08:00
oxc_printer refactor: remove all declarations of const fn, which is useless for us 2023-03-07 21:29:47 +08:00
oxc_semantic feat(linter): check WithStatement in javascript 2023-03-09 01:27:14 -08:00
oxc_wasm fix: fix wasm-pack build crash (#156) 2023-03-08 19:00:40 +08:00