mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
The originalSource parameter to the SourceMapSource constructor is optional.
This commit is contained in:
committed by
Ron Buckton
parent
4a6f4f3b3d
commit
cb2615884b
Vendored
+4
-1
@@ -186,7 +186,10 @@ export class SourceMapSource extends Source implements SourceAndMapMixin {
|
||||
_innerSourceMap: RawSourceMap;
|
||||
|
||||
constructor(
|
||||
value: string, name: string, sourceMap: SourceMapGenerator | RawSourceMap, originalSource: string,
|
||||
value: string,
|
||||
name: string,
|
||||
sourceMap: SourceMapGenerator | RawSourceMap,
|
||||
originalSource?: string,
|
||||
innerSourceMap?: RawSourceMap
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user