oxc/crates/oxc_parser
overlookmotel 78f8c2ce7f
perf(parser): lex JSXText with memchr (#2558)
Lexing JSXText only requires searching for 2 possible characters (`<`
and `{`), so can use `memchr`.
2024-03-01 22:26:53 +08:00
..
examples chore(parser): print both AST and errors in examples/parser 2024-02-26 23:20:46 +08:00
src perf(parser): lex JSXText with memchr (#2558) 2024-03-01 22:26:53 +08:00
Cargo.toml Publish crates v0.8.0 2024-02-26 19:01:51 +08:00