oxc/crates
overlookmotel 27aaff2bef
refactor(syntax): ASCII tables static not const (#2128)
A small nit: `ASCII_CONTINUE` is used in multiple places, so it's
preferable that it's a `static` not a `const` so it only gets included
in the binary once, rather than once for each usage.

Only makes a tiny difference on benchmarks (~0.1 ms), but change seems
worthwhile anyway just to be more "good practice".
2024-01-22 21:49:54 +08:00
..
oxc Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_allocator Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_ast refactor(ast): rename RestElement to BindingRestElement (#2116) 2024-01-22 14:28:35 +08:00
oxc_cli feat(cli): disallow path pointing to parent directories (#2125) 2024-01-22 17:52:57 +08:00
oxc_codegen refactor(ast): rename RestElement to BindingRestElement (#2116) 2024-01-22 14:28:35 +08:00
oxc_diagnostics Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_index Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_js_regex
oxc_language_server refactor(linter): remove the LintSettings parameter from LintContext::new. (#2051) 2024-01-16 17:17:46 +08:00
oxc_linter feat(linter): linter-eslint-plugin-import/no-named-as-default (#2109) 2024-01-22 19:55:05 +08:00
oxc_macros feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
oxc_minifier fix(codegen): add parenthesis in binary expression by precedence (#2067) 2024-01-17 23:01:42 +08:00
oxc_parser refactor(ast): rename RestElement to BindingRestElement (#2116) 2024-01-22 14:28:35 +08:00
oxc_prettier refactor(ast): rename RestElement to BindingRestElement (#2116) 2024-01-22 14:28:35 +08:00
oxc_semantic refactor(ast): rename RestElement to BindingRestElement (#2116) 2024-01-22 14:28:35 +08:00
oxc_span Publish crates v0.5.0 2024-01-12 23:33:47 +08:00
oxc_syntax refactor(syntax): ASCII tables static not const (#2128) 2024-01-22 21:49:54 +08:00
oxc_transformer feat(transformer/typescript): improve function parameters name (#2079) 2024-01-19 13:50:10 +08:00
oxc_wasm refactor(linter): perfect the scope linter (#2092) 2024-01-20 10:46:35 +08:00