Skip to content

Commit

Permalink
Merge 1fdf029 into 7a26340
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-borzov committed Nov 15, 2019
2 parents 7a26340 + 1fdf029 commit d669f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source-map.d.ts
Expand Up @@ -58,7 +58,7 @@ export interface NullableMappedPosition {
}

export interface MappingItem {
source: string;
source: string | null;
generatedLine: number;
generatedColumn: number;
lastGeneratedColumn: number | null;
Expand Down

0 comments on commit d669f49

Please sign in to comment.