mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add toJSON method to signature (#11682)
This commit is contained in:
committed by
Masahiro Wakame
parent
2a447aaeb0
commit
50e013312b
1
source-map/source-map.d.ts
vendored
1
source-map/source-map.d.ts
vendored
@@ -66,6 +66,7 @@ declare namespace SourceMap {
|
||||
public setSourceContent(sourceFile: string, sourceContent: string): void;
|
||||
public applySourceMap(sourceMapConsumer: SourceMapConsumer, sourceFile?: string, sourceMapPath?: string): void;
|
||||
public toString(): string;
|
||||
public toJSON(): RawSourceMap;
|
||||
}
|
||||
|
||||
class SourceNode {
|
||||
|
||||
Reference in New Issue
Block a user