oxc/crates/oxc_parser
Boshen f3a7d5a026 feat(ast): add RegExpFlags bitflag for storing regex flags
This reduces `TokenValue` from 56 to 40 bytes, `Token` from 72 to 56 bytes.
2023-02-21 18:22:15 +08:00
..
examples feat(oxc_parser): allow filename as option in examples/simple.rs 2023-02-12 15:57:40 +08:00
src feat(ast): add RegExpFlags bitflag for storing regex flags 2023-02-21 18:22:15 +08:00
Cargo.toml Revert "perf(lexer): use portable-SIMD to speed up multiline comment scanning" 2023-02-17 14:50:42 +08:00