Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information