Commits
Click on a commit to change the comparison rangeperf(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.1 year ago
by overlookmotel