babel-bindings-with-flow.js (347B)
1 var rollupBabel7BabelBindingsWithFlow = (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 function root() { 8 var value = aNamed; 9 console.log("pause here", root, value); 10 } 11 12 return root; 13 14 }()); 15 //# sourceMappingURL=babel-bindings-with-flow.js.map