Structs§
- Concat
Source MapBuilder - The
ConcatSourceMapBuilder
is a helper to concat sourcemaps. - JSON
Source Map - See https://github.com/tc39/source-map/blob/1930e58ffabefe54038f7455759042c6e3dd590e/source-map-rev3.md.
- Source
Map - Source
MapBuilder - The
SourceMapBuilder
is a helper to generate sourcemap. - Source
View Token - The
SourceViewToken
provider extrasource
andsource_content
value. - Sourcemap
Visualizer - The
SourcemapVisualizer
is a helper for sourcemap testing. It print the mapping of original content and final content tokens. - Token
- The
Token
is used to generate vlqmappings
. - Token
Chunk - The
TokenChunk
used by encode tokens to vlq mappings at parallel. It is a slice ofSourceMap::tokens
, it is a unit of parallel.