aboutsummaryrefslogtreecommitdiff
path: root/test/input/issue-3040
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2021-03-12 19:40:49 +0000
committerGitHub <noreply@github.com>2021-03-13 03:40:49 +0800
commit3b5d5014e09f0158a46e1729f36b5cdf7e7fd0ee (patch)
treec2d5fd5fee3d39190f0cd31793473e1605a9d15e /test/input/issue-3040
parentc36c3cb47053fc83b984d3a37eb3036d6df26cbe (diff)
downloadtracifyjs-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.map22
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"
+ ]
+}