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

SourceMap

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

§Properties

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