tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

line-start-bindings-es6.js.map (899B)


      1 {"version":3,"file":"line-start-bindings-es6.js","sources":["rollup-babel6://./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;EAWA;EACA;EACA,SAAKC,KAAL,GAAa,CAAb;;EAEAC,YAAQC,GAAR,CAAY,YAAZ,EAA0BJ,IAA1B;EACD;;EAEDC,QAAMI,IAAN,CAAW,EAAX;EACD;;;;;;;;"}