tor-browser

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

babel-bindings-with-flow.js (349B)


      1 var rollupBabel6BabelBindingsWithFlow = (function () {
      2  'use strict';
      3 
      4  var aNamed = "a-named";
      5 
      6  // Webpack doesn't map import declarations well, so doing this forces binding
      7 
      8  function root() {
      9    var value = aNamed;
     10 
     11    console.log("pause here", root, value);
     12  }
     13 
     14  return root;
     15 
     16 }());
     17 //# sourceMappingURL=babel-bindings-with-flow.js.map