Crate symbolic_sourcemapcache

Source
Expand description

A fast lookup cache for SourceMaps.

Structs§

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

Enums§

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