We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debugId
SourceMap
1 parent f9da43a commit 5d93dcfCopy full SHA for 5d93dcf
1 file changed
src/index.d.ts
@@ -53,6 +53,7 @@ export class SourceMap {
53
names: string[];
54
mappings: string;
55
x_google_ignoreList?: number[];
56
+ debugId?: string;
57
58
/**
59
* Returns the equivalent of `JSON.stringify(map)`
0 commit comments