oxc/crates
DonIsaac ddfa343475 perf(diagnostic): use Cow<'static, str> over String (#4175)
Allows us to use `&'static str` for  error and help messages without allocating them into `String`s.
2024-07-11 01:44:13 +00:00
..
oxc Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_allocator Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_ast feat(ast, ast_codegen): pass the scope_id to the enter_scope event. (#4168) 2024-07-10 15:19:23 +00:00
oxc_ast_macros Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_cfg fix(cfg): double resolution of labeled statements. (#4177) 2024-07-11 01:39:28 +00:00
oxc_codegen chore(codegen): add a for loop special case 2024-07-11 01:35:05 +08:00
oxc_diagnostics perf(diagnostic): use Cow<'static, str> over String (#4175) 2024-07-11 01:44:13 +00:00
oxc_index Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_isolated_declarations feat(ast, ast_codegen): pass the scope_id to the enter_scope event. (#4168) 2024-07-10 15:19:23 +00:00
oxc_js_regex chore: crates should only publish src and examples directory 2024-06-08 16:35:16 +08:00
oxc_language_server refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00
oxc_linter perf(diagnostic): use Cow<'static, str> over String (#4175) 2024-07-11 01:44:13 +00:00
oxc_macros chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_minifier feat(minifier): implement dce with var hoisting (#4160) 2024-07-10 11:03:21 +00:00
oxc_module_lexer Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_parser fix(lexer): incorrect lexing of large hex/octal/binary literals (#4072) 2024-07-10 16:39:10 +00:00
oxc_prettier refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00
oxc_semantic feat(ast, ast_codegen): pass the scope_id to the enter_scope event. (#4168) 2024-07-10 15:19:23 +00:00
oxc_sourcemap Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_span Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_syntax Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_transformer fix(ast): put decorators before everything else. (#4143) 2024-07-10 02:03:05 +00:00
oxc_traverse fix(ast): put decorators before everything else. (#4143) 2024-07-10 02:03:05 +00:00
oxc_wasm fix(wasm): codegen is broken due to preserve_parens(false) 2024-07-11 01:33:10 +08:00