Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RawSourceMap

interface RawSourceMap {
file: string;
mappings: string;
names: string[];
sourceRoot?: string;
sources: string[];
sourcesContent?: string[];
version: number;
}

§Properties

§
file: string
[src]
§
mappings: string
[src]
§
names: string[]
[src]
§
sourceRoot?: string
[src]
§
sources: string[]
[src]
§
sourcesContent?: string[]
[src]
§
version: number
[src]