Modules§
Structs§
- Crate
Index Wrapper - Crate
MapWrapper - Wraps the DecodedMap struct so that it is Sync and Send.
- Crate
Section Wrapper - Inner
Source Map - A regular source map covers an entire file.
- 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.
- Sectioned
Source Map - A sectioned source map contains many (possibly recursive) maps covering different regions of the file.
- Source
MapAsset - Represents the source map of an ecmascript asset.
- Source
MapSection - A section of a larger sectioned source map, which applies at source positions >= the offset (until the next section starts).
- 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§
- Source
Map - Implements the source map specification as either a decoded or sectioned sourcemap.
- Token
- A token represents a mapping in a source map.
Traits§
- Generate
Source Map - Allows callers to generate source maps.