Crate oxc_sourcemap

Source

Structs§

ConcatSourceMapBuilder
The ConcatSourceMapBuilder is a helper to concat sourcemaps.
JSONSourceMap
See https://github.com/tc39/source-map/blob/1930e58ffabefe54038f7455759042c6e3dd590e/source-map-rev3.md.
SourceMap
SourceMapBuilder
The SourceMapBuilder is a helper to generate sourcemap.
SourceViewToken
The SourceViewToken provider extra source and source_content value.
SourcemapVisualizer
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 vlq mappings.
TokenChunk
The TokenChunk used by encode tokens to vlq mappings at parallel. It is a slice of SourceMap::tokens, it is a unit of parallel.

Enums§

Error