mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
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". |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||