oxc/crates/oxc_parser
overlookmotel 9811c3a2c3
refactor(parser): name byte handler functions (#2301)
This PR solves the problem of lexer byte handlers all being called
`core::ops::function::FnOnce::call_once` in the flame graphs on
CodSpeed, by defining them as named functions instead of closures.

Pure refactor, no substantive changes.
2024-02-05 13:06:09 +08:00
..
examples
src refactor(parser): name byte handler functions (#2301) 2024-02-05 13:06:09 +08:00
Cargo.toml Publish crates v0.6.0 2024-02-03 22:35:30 +08:00