oxc/crates/oxc_codegen
overlookmotel b8e67538f8 perf(codegen): u32 indexes in LineOffsetTable for source maps (#4641)
Oxc have a limit on size of source files of 4 GiB, so `u32` is sufficient to hold line and column offsets. Use `u32` for these values in `LineOffsetTable`, which reduces size of the type by 8 bytes.
2024-08-05 02:28:50 +00:00
..
examples refactor(sourcemap)!: avoid passing Results (#4541) 2024-07-30 04:23:49 +00:00
src perf(codegen): u32 indexes in LineOffsetTable for source maps (#4641) 2024-08-05 02:28:50 +00:00
tests/integration fix(codegen): enable more test cases (#4585) 2024-07-31 12:58:28 +00:00
Cargo.toml Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00
CHANGELOG.md Release crates v0.23.0 (#4595) 2024-08-01 16:55:41 +08:00