mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix source-map/source-map-tests.ts
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/// <reference path="./source-map.d.ts" />
|
||||
|
||||
import SourceMap = require('source-map');
|
||||
|
||||
function testSourceMapConsumer() {
|
||||
@@ -162,4 +164,4 @@ function testSourceNode() {
|
||||
result = node.toStringWithSourceMap();
|
||||
result = node.toStringWithSourceMap(sos);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user