Modules§
Structs§
- Crate
MapWrapper - Wraps the DecodedMap struct so that it is Sync and Send.
- Option
Source Map - This is a transparent value type wrapping
Option<SourceMap>
. - Option
Stringified Source Map - This is a transparent value type wrapping
Option<Rope>
. - Original
Token - An OriginalToken represents a region of the generated file that exists in user-authored source file.
- Regular
MapWrapper - Wraps the RegularMap struct so that it is Sync and Send.
- Source
Map - Implements the source map specification as either a decoded or sectioned sourcemap.
- Source
MapAsset - Represents the source map of an ecmascript asset.
- Synthetic
Token - A SyntheticToken represents a region of the generated file that was created by some build tool.
- Token
With Source - Tokens
- This is a transparent value type wrapping
Vec<Token>
.
Enums§
- Token
- A token represents a mapping in a source map.
Traits§
- Generate
Source Map - Allows callers to generate source maps.