From 4fd210018df1910dadf0c0e853fa9c787691ac82 Mon Sep 17 00:00:00 2001 From: vvakame Date: Sat, 29 Aug 2015 00:40:00 +0900 Subject: [PATCH] fix convert-source-map/convert-source-map-tests.ts --- convert-source-map/convert-source-map-tests.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/convert-source-map/convert-source-map-tests.ts b/convert-source-map/convert-source-map-tests.ts index a89cfb712..1701e0065 100644 --- a/convert-source-map/convert-source-map-tests.ts +++ b/convert-source-map/convert-source-map-tests.ts @@ -1,3 +1,5 @@ +/// + import convert = require("convert-source-map"); var json = convert @@ -10,4 +12,4 @@ var modified = convert .toJSON(); console.log(json); -console.log(modified); \ No newline at end of file +console.log(modified);