mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
Speed up lexing JSX identifier continuations (i.e. after `-`), by searching for end of identifier byte-by-byte. Change does not register on benchmarks, only because benchmarks don't contain any `<Foo-Bar />` identifiers, so don't exercise this code path. |
||
|---|---|---|
| .. | ||
| oxc | ||
| oxc_allocator | ||
| oxc_ast | ||
| oxc_cli | ||
| oxc_codegen | ||
| oxc_diagnostics | ||
| oxc_index | ||
| oxc_js_regex | ||
| oxc_language_server | ||
| oxc_linter | ||
| oxc_macros | ||
| oxc_minifier | ||
| oxc_module_lexer | ||
| oxc_parser | ||
| oxc_prettier | ||
| oxc_semantic | ||
| oxc_span | ||
| oxc_syntax | ||
| oxc_transformer | ||
| oxc_wasm | ||