summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/sourcemapped/output/rollup-babel7/line-start-bindings-es6.js.map
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/debugger/test/mochitest/examples/sourcemapped/output/rollup-babel7/line-start-bindings-es6.js.map')
-rw-r--r--devtools/client/debugger/test/mochitest/examples/sourcemapped/output/rollup-babel7/line-start-bindings-es6.js.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/client/debugger/test/mochitest/examples/sourcemapped/output/rollup-babel7/line-start-bindings-es6.js.map b/devtools/client/debugger/test/mochitest/examples/sourcemapped/output/rollup-babel7/line-start-bindings-es6.js.map
new file mode 100644
index 0000000000..ee2efcc853
--- /dev/null
+++ b/devtools/client/debugger/test/mochitest/examples/sourcemapped/output/rollup-babel7/line-start-bindings-es6.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"line-start-bindings-es6.js","sources":["rollup-babel7://./line-start-bindings-es6/input.js"],"sourcesContent":["\nexport default function root() {\n function aFunc(){\n // Since these bindings are on their own linem, the mappings will\n // extend to the start of the line, rather than starting at the first\n // character of the binding.\n const {\n one,\n two\n } = {\n one: 1,\n two: 2,\n };\n\n // The 'this' binding here is also its own line, so the comment above\n // applies here too.\n this.thing = 4;\n\n console.log(\"pause here\", root);\n }\n\n aFunc.call({ });\n}\n"],"names":["root","aFunc","thing","console","log","call"],"mappings":";;;EACe,SAASA,IAAT,GAAgB;EAC7B,WAASC,KAAT,GAAgB;AACd,EAYA;;EACA,SAAKC,KAAL,GAAa,CAAb;EAEAC,YAAQC,GAAR,CAAY,YAAZ,EAA0BJ,IAA1B;EACD;;EAEDC,QAAMI,IAAN,CAAW,EAAX;EACD;;;;;;;;"} \ No newline at end of file