Expand description
A fast lookup cache for SourceMaps.
Structs§
- File
- An original source file embedded in a
SourceMapCache
. - Files
- Iterator returned by
SourceMapCache::files
. - Source
Location - A resolved Source Location with file, line, column and scope information.
- Source
MapCache - A cached SourceMap lookup index.
- Source
MapCache Writer - A structure that allows quick resolution of minified source position to the original source position it maps to.
- Source
MapCache Writer Error - An Error that can happen when building a
SourceMapCache
. - Source
Position - A line/column source position.
Enums§
- Error
- An Error that can happen when parsing a
SourceMapCache
. - Scope
Lookup Result - The Result of a Scope lookup.
- Source
MapCache Error - An Error that can happen when parsing a
SourceMapCache
.