diff options
Diffstat (limited to 'test/input/issue-1236/simple.js.map')
-rw-r--r-- | test/input/issue-1236/simple.js.map | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/input/issue-1236/simple.js.map b/test/input/issue-1236/simple.js.map new file mode 100644 index 00000000..28989e0f --- /dev/null +++ b/test/input/issue-1236/simple.js.map @@ -0,0 +1,8 @@ +{ + "version": 3, + "sources": ["index.js"], + "names": [], + "mappings": ";;AAAA,IAAI,MAAM,SAAN,GAAM;AAAA,SAAK,SAAS,CAAd;AAAA,CAAV;AACA,QAAQ,GAAR,CAAY,IAAI,KAAJ,CAAZ", + "file": "simple.js", + "sourcesContent": ["let foo = x => \"foo \" + x;\nconsole.log(foo(\"bar\"));"] +} |