Skip to main content

Crate oxc_sourcemap

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.
OwnedSourceMap
An owned, lifetime-free source map.
SourceMap
A parsed source map.
SourceMapBuilder
Helper to build a SourceMap.
SourceMapParts
Owned destructured parts of a 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

Enums§

Error