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@codec_Segment.hrl
-record(segment, {
gen_line :: integer(),
gen_col :: integer(),
source_idx :: integer(),
orig_line :: integer(),
orig_col :: integer()
}).