Structs§
- The
ConcatSourceMapBuilder
is a helper to concat sourcemaps. - The
SourceMapBuilder
is a helper to generate sourcemap. - The
SourceViewToken
provider extrasource
andsource_content
value. - The
SourcemapVisualizer
is a helper for sourcemap testing. It print the mapping of original content and final content tokens. - The
Token
is used to generate vlqmappings
. - The
TokenChunk
used by encode tokens to vlq mappings at parallel. It is a slice ofSourceMap::tokens
, it is a unit of parallel.