oxc/crates/oxc_parser
overlookmotel 71898ffdd5
refactor(parser): move source length check into lexer (#2206)
This change makes little difference in itself, but moving the check into
the lexer will allow some optimizations in lexer using unsafe code which
depend on this invariant.
2024-01-29 22:29:02 +08:00
..
examples chore(clippy): enable undocumented_unsafe_blocks 2023-10-16 15:18:14 +08:00
src refactor(parser): move source length check into lexer (#2206) 2024-01-29 22:29:02 +08:00
Cargo.toml chore(deps): update cargo (#2138) 2024-01-23 14:48:04 +08:00