We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90bf6d commit c2b652aCopy full SHA for c2b652a
1 file changed
index.d.ts
@@ -35,7 +35,7 @@ export type SourceMapSegment =
35
export interface DecodedSourceMap {
36
file: string;
37
sources: string[];
38
- sourcesContent: string[];
+ sourcesContent: (string | null)[];
39
names: string[];
40
mappings: SourceMapSegment[][];
41
}
@@ -46,7 +46,7 @@ export class SourceMap {
46
version: number;
47
48
49
50
51
mappings: string;
52
0 commit comments