oxc/crates/oxc_parser
overlookmotel 8376f15b9a
perf(parser): eat whitespace after line break (#2353)
Uses the `byte_search!` macro introduced in #2352 to consume whitespace after a line break.
2024-02-09 12:02:51 +08:00
..
examples chore(parser): add visitor example (#2271) 2024-02-02 17:08:00 +08:00
src perf(parser): eat whitespace after line break (#2353) 2024-02-09 12:02:51 +08:00
Cargo.toml perf(parser): lex identifiers as bytes not chars (#2352) 2024-02-09 12:01:30 +08:00