oxc/crates/oxc_syntax
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
..
src refactor(syntax): ASCII tables static not const (#2128) 2024-01-22 21:49:54 +08:00
Cargo.toml Publish crates v0.5.0 2024-01-12 23:33:47 +08:00