Skip to content

Commit

Permalink
update source map interface
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Dec 22, 2017
1 parent b9654af commit 12d960e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.d.ts
Expand Up @@ -11,11 +11,12 @@ export interface SourceMapOptions {
}

export interface SourceMap {
version: string;
file: string;
sources: string[];
sourcesContent: string;
sourcesContent: string[];
names: string[];
mappings: string[];
mappings: string;

toString(): string;
toUrl(): string;
Expand Down

0 comments on commit 12d960e

Please sign in to comment.