mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 05:08:45 +00:00
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. |
||
|---|---|---|
| .. | ||
| annotation_comment.rs | ||
| binary_expr_visitor.rs | ||
| context.rs | ||
| gen.rs | ||
| lib.rs | ||
| operator.rs | ||
| sourcemap_builder.rs | ||