mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
Speed up building the line tables for source maps, using same kind of techniques as have been using in the lexer: * Iterate byte-by-byte not char-by-char (`chars` iterator is slow). * Fast path for ASCII (common case). |
||
|---|---|---|
| .. | ||
| 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_parser | ||
| oxc_prettier | ||
| oxc_semantic | ||
| oxc_span | ||
| oxc_syntax | ||
| oxc_transformer | ||
| oxc_wasm | ||