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

Properties

file?: string
mappings: SourceMapSegment[][]
names: string[]
sourceRoot?: string
sources: string[]
sourcesContent?: string[]
version: number
x_google_ignoreList?: number[]