Expand description

A fast lookup cache for SourceMaps.

Structs

An original source file embedded in a SourceMapCache.
Iterator returned by SourceMapCache::files.
A resolved Source Location with file, line, column and scope information.
A cached SourceMap lookup index.
A structure that allows quick resolution of minified source position to the original source position it maps to.
An Error that can happen when building a SourceMapCache.
A line/column source position.

Enums

An Error that can happen when parsing a SourceMapCache.
The Result of a Scope lookup.
An Error that can happen when parsing a SourceMapCache.