oxc/crates/oxc_parser
Boshen 1886a5b838
perf(parser): reduce Token size from 16 to 12 bytes (#2010)
I also had to change how the string for private identifiers are built,
otherwise they will always be allocated.
2024-01-13 12:42:39 +08:00
..
examples chore(clippy): enable undocumented_unsafe_blocks 2023-10-16 15:18:14 +08:00
src perf(parser): reduce Token size from 16 to 12 bytes (#2010) 2024-01-13 12:42:39 +08:00
Cargo.toml Publish crates v0.5.0 2024-01-12 23:33:47 +08:00