diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2021-03-12 19:40:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 03:40:49 +0800 |
commit | 3b5d5014e09f0158a46e1729f36b5cdf7e7fd0ee (patch) | |
tree | c2d5fd5fee3d39190f0cd31793473e1605a9d15e /test/input/issue-3040 | |
parent | c36c3cb47053fc83b984d3a37eb3036d6df26cbe (diff) | |
download | tracifyjs-3b5d5014e09f0158a46e1729f36b5cdf7e7fd0ee.tar.gz tracifyjs-3b5d5014e09f0158a46e1729f36b5cdf7e7fd0ee.zip |
implement `annotations` (#4763)
Diffstat (limited to 'test/input/issue-3040')
-rw-r--r-- | test/input/issue-3040/input.js.map | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/test/input/issue-3040/input.js.map b/test/input/issue-3040/input.js.map index ed37190a..285e7688 100644 --- a/test/input/issue-3040/input.js.map +++ b/test/input/issue-3040/input.js.map @@ -1,11 +1,11 @@ -{
- "version": 3,
- "sources": [
- "input.js"
- ],
- "names": [],
- "mappings": ";;;;;;;;;;;;;;eAAc,OAAO,CAAC,KAAD,C;IAAd,G,YAAA,G;;gBACS,OAAO,CAAC,OAAD,C;IAAhB,K,aAAA,K;;AAEP,GAAG,CAAC,CAAJ,OAAA,GAAG,qBAAM,GAAG,CAAC,CAAJ,CAAM,KAAK,CAAC,CAAZ,CAAN,EAAH",
- "sourcesContent": [
- "const {foo} = require(\"bar\");\nconst {hello} = require(\"world\");\n\nfoo.x(...foo.y(hello.z));\n"
- ]
-}
+{ + "version": 3, + "sources": [ + "input.js" + ], + "names": [], + "mappings": ";;;;;;;;;;;;;;eAAc,OAAO,CAAC,KAAD,C;IAAd,G,YAAA,G;;gBACS,OAAO,CAAC,OAAD,C;IAAhB,K,aAAA,K;;AAEP,GAAG,CAAC,CAAJ,OAAA,GAAG,qBAAM,GAAG,CAAC,CAAJ,CAAM,KAAK,CAAC,CAAZ,CAAN,EAAH", + "sourcesContent": [ + "const {foo} = require(\"bar\");\nconst {hello} = require(\"world\");\n\nfoo.x(...foo.y(hello.z));\n" + ] +} |