Module source_map

Module source_map 

Source

Modules§

utils

Structs§

CrateMapWrapper
Wraps the DecodedMap struct so that it is Sync and Send.
OptionSourceMap
This is a transparent value type wrapping Option<SourceMap>.
OptionStringifiedSourceMap
This is a transparent value type wrapping Option<Rope>.
OriginalToken
An OriginalToken represents a region of the generated file that exists in user-authored source file.
RegularMapWrapper
Wraps the RegularMap struct so that it is Sync and Send.
SourceMap
Implements the source map specification as either a decoded or sectioned sourcemap.
SourceMapAsset
Represents the source map of an ecmascript asset.
SyntheticToken
A SyntheticToken represents a region of the generated file that was created by some build tool.
TokenWithSource
Tokens
This is a transparent value type wrapping Vec<Token>.

Enums§

Token
A token represents a mapping in a source map.

Traits§

GenerateSourceMap
Allows callers to generate source maps.