Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/source_map/source-map.d.ts>IndexedSourceMapConsumer

Port of mozilla / source-map to deno.
Latest
interface IndexedSourceMapConsumer
implements SourceMapConsumer
import { type IndexedSourceMapConsumer } from "https://deno.land/x/source_map@0.8.0-beta.1/source-map.d.ts";

Properties

sources: string[]
variable IndexedSourceMapConsumer
import { IndexedSourceMapConsumer } from "https://deno.land/x/source_map@0.8.0-beta.1/source-map.d.ts";

type

IndexedSourceMapConsumerConstructor