[][src]Function deno_cli::source_maps::apply_source_map

pub fn apply_source_map<G: SourceMapGetter>(
    v8_exception: &V8Exception,
    getter: &G
) -> V8Exception

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.