oxc/crates/oxc_parser
overlookmotel c4fa738312
perf(parser): consume single-line comments faster (#2374)
Use `byte_search!` macro to consume single-line comments.

Would be a lot simpler if didn't have to deal with irregular line breaks. Damn you Unicode!
2024-02-10 11:02:30 +08:00
..
examples chore(parser): add visitor example (#2271) 2024-02-02 17:08:00 +08:00
src perf(parser): consume single-line comments faster (#2374) 2024-02-10 11:02:30 +08:00
Cargo.toml Publish crates v0.7.0 2024-02-09 23:01:12 +08:00