oxc/crates
2023-03-13 23:35:42 +08:00
..
oxc_allocator feat(parser): add lexer 2023-02-11 02:29:54 -08:00
oxc_ast refactor(lexer): change TokenValue::String(Atom) to TokenValue::String(&str) (#174) 2023-03-13 09:33:44 +08:00
oxc_cli fix(cli): lint_path should panic with proper error message 2023-03-12 13:16:20 +08:00
oxc_diagnostics feat(cli): do not print errors on files that looks like a minified file 2023-03-12 12:59:37 +08:00
oxc_linter feat(linter): check FunctionDeclaration in javascript 2023-03-13 23:35:42 +08:00
oxc_macros feat(linter): use only correctness rules for now 2023-03-11 22:36:58 +08:00
oxc_parser refactor(lexer): make TokenValue 8 bytes smaller by changing RegExp.pattern to &'a str (#175) 2023-03-13 23:20:52 +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 fix(semantic): fix symbol_size test 2023-03-10 23:28:51 -08:00
oxc_wasm chore(rust): bump deps 2023-03-11 23:26:45 +08:00