Skip to content

Commit 5d93dcf

Browse files
authored
feat: Include debugId in SourceMap types (#294)
1 parent f9da43a commit 5d93dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export class SourceMap {
5353
names: string[];
5454
mappings: string;
5555
x_google_ignoreList?: number[];
56+
debugId?: string;
5657

5758
/**
5859
* Returns the equivalent of `JSON.stringify(map)`

0 commit comments

Comments
 (0)