Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method BasicSourceMapConsumer.fromSourceMap
import { BasicSourceMapConsumer } from "https://deno.land/x/source_map@0.8.0-beta.1/lib/source-map-consumer.js";

Create a BasicSourceMapConsumer from a SourceMapGenerator.

Parameters

aSourceMap

aSourceMap The source map that will be consumed.

aSourceMapURL

aSourceMapURL The URL at which the source map can be found (optional)