Skip to content

Commit

Permalink
feat: Include debugId in SourceMap types (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish authored Nov 26, 2024
1 parent f9da43a commit 5d93dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export class SourceMap {
names: string[];
mappings: string;
x_google_ignoreList?: number[];
debugId?: string;

/**
* Returns the equivalent of `JSON.stringify(map)`
Expand Down

0 comments on commit 5d93dcf

Please sign in to comment.