Skip to main content

Crate rolldown_sourcemap

Crate rolldown_sourcemap 

Source

Structs§

JSONSourceMap
See https://github.com/tc39/source-map/blob/1930e58ffabefe54038f7455759042c6e3dd590e/source-map-rev3.md.
OwnedSourceMap
An owned, lifetime-free source map.
SourceJoiner
SourceMapBuilder
Helper to build a SourceMap.
SourceMapSource
SourcemapVisualizer
The SourcemapVisualizer is a helper for sourcemap testing. It print the mapping of original content and final content tokens.

Traits§

Source

Functions§

adjust_sourcemap_dst_lines
Strips the first lines destination lines from the sourcemap, decrementing all remaining destination line numbers accordingly. Used to re-anchor a sourcemap after removing a prefix (e.g. a shebang line) from the generated code.
collapse_sourcemaps
empty_sourcemap
Builds an empty sourcemap with no tokens, sources, names, or contents.

Type Aliases§

SourceMap
Rolldown always stores and produces owned sourcemaps, so we alias the lifetime-parameterized oxc_sourcemap::SourceMap to its 'static form.