Packages
magic_string
1.0.0
Edit strings by byte offset and get a source map for free. A Gleam port of Rich Harris's magic-string.
Current section
Files
Jump to
Current section
Files
include/magic_string@position_index_PositionIndex.hrl
-record(position_index, {
source :: bitstring(),
line_starts :: list(integer()),
byte_len :: integer()
}).