aboutsummaryrefslogtreecommitdiff
path: root/test/input/issue-1236/simple.js.map
blob: 28989e0f19ecef8d2c3276812a4d66b492dd05b4 (about) (plain)
1
2
3
4
5
6
7
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\"));"]
}