oxc/crates/oxc_parser
overlookmotel e68ed628b8 refactor(parser): convert lexer byte handler for | to a single match (#4575)
Same as #4573 and #4574. Convert lexer's byte handler for `|` to a single match rather than multiple `next_ascii_byte_eq` calls.
2024-07-31 03:33:00 +00:00
..
examples refactor(ast): pass final ScopeFlags into visit_function (#4283) 2024-07-16 07:22:07 +00:00
src refactor(parser): convert lexer byte handler for | to a single match (#4575) 2024-07-31 03:33:00 +00:00
Cargo.toml Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
CHANGELOG.md Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00