oxc/crates/oxc_parser
overlookmotel 7fe2a2f681 perf(parser): do not copy comments (#4067)
Follow-on from #4045. `.from_iter()` copies the `Vec` of comments into another `Vec` before converting to a boxed slice. This copy is unnecessary - just convert direct.
2024-07-06 09:56:41 +00:00
..
examples chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
src perf(parser): do not copy comments (#4067) 2024-07-06 09:56:41 +00:00
Cargo.toml Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00
CHANGELOG.md Release crates v0.17.0 (#4059) 2024-07-05 15:46:50 +08:00