[][src]Module deno_cli::source_maps

This mod provides functions to remap a deno::V8Exception based on a source map

Structs

SourceMap

Traits

SourceMapGetter

Functions

apply_source_map

Apply a source map to a V8Exception, returning a V8Exception where the filenames, the lines and the columns point to their original source location, not their transpiled location if applicable.

get_orig_position

Type Definitions

CachedMaps

Cached filename lookups. The key can be None if a previous lookup failed to find a SourceMap.