lex-and-nonlex.js (488B)
1 var rollupBabel6LexAndNonlex = (function () { 2 'use strict'; 3 4 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } 5 6 function root() { 7 function someHelper() { 8 console.log("pause here", root, Thing); 9 } 10 11 var Thing = function Thing() { 12 _classCallCheck(this, Thing); 13 }; 14 15 someHelper(); 16 } 17 18 return root; 19 20 }()); 21 //# sourceMappingURL=lex-and-nonlex.js.map