Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 71cffb9

Browse files
committedNov 12, 2016
update RawSourceMap to match most recent changes on DT
1 parent f97a3ac commit 71cffb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lib/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ export interface VinylFile {
2020
}
2121

2222
export interface RawSourceMap {
23-
file?: string;
23+
file: string;
2424
sourceRoot?: string;
25-
version: string;
25+
version: number;
2626
sources: string[];
2727
names: string[];
2828
sourcesContent?: string[];

0 commit comments

Comments
 (0)
Please sign in to comment.