esmodules.js (7800B)
1 var webpack3Babel7Esmodules = 2 /******/ (function(modules) { // webpackBootstrap 3 /******/ // The module cache 4 /******/ var installedModules = {}; 5 /******/ 6 /******/ // The require function 7 /******/ function __webpack_require__(moduleId) { 8 /******/ 9 /******/ // Check if module is in cache 10 /******/ if(installedModules[moduleId]) { 11 /******/ return installedModules[moduleId].exports; 12 /******/ } 13 /******/ // Create a new module (and put it into the cache) 14 /******/ var module = installedModules[moduleId] = { 15 /******/ i: moduleId, 16 /******/ l: false, 17 /******/ exports: {} 18 /******/ }; 19 /******/ 20 /******/ // Execute the module function 21 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); 22 /******/ 23 /******/ // Flag the module as loaded 24 /******/ module.l = true; 25 /******/ 26 /******/ // Return the exports of the module 27 /******/ return module.exports; 28 /******/ } 29 /******/ 30 /******/ 31 /******/ // expose the modules object (__webpack_modules__) 32 /******/ __webpack_require__.m = modules; 33 /******/ 34 /******/ // expose the module cache 35 /******/ __webpack_require__.c = installedModules; 36 /******/ 37 /******/ // define getter function for harmony exports 38 /******/ __webpack_require__.d = function(exports, name, getter) { 39 /******/ if(!__webpack_require__.o(exports, name)) { 40 /******/ Object.defineProperty(exports, name, { 41 /******/ configurable: false, 42 /******/ enumerable: true, 43 /******/ get: getter 44 /******/ }); 45 /******/ } 46 /******/ }; 47 /******/ 48 /******/ // getDefaultExport function for compatibility with non-harmony modules 49 /******/ __webpack_require__.n = function(module) { 50 /******/ var getter = module && module.__esModule ? 51 /******/ function getDefault() { return module['default']; } : 52 /******/ function getModuleExports() { return module; }; 53 /******/ __webpack_require__.d(getter, 'a', getter); 54 /******/ return getter; 55 /******/ }; 56 /******/ 57 /******/ // Object.prototype.hasOwnProperty.call 58 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; 59 /******/ 60 /******/ // __webpack_public_path__ 61 /******/ __webpack_require__.p = ""; 62 /******/ 63 /******/ // Load entry module and return exports 64 /******/ return __webpack_require__(__webpack_require__.s = 0); 65 /******/ }) 66 /************************************************************************/ 67 /******/ ([ 68 /* 0 */ 69 /***/ (function(module, __webpack_exports__, __webpack_require__) { 70 71 "use strict"; 72 Object.defineProperty(__webpack_exports__, "__esModule", { value: true }); 73 /* harmony export (immutable) */ __webpack_exports__["default"] = root; 74 /* harmony export (immutable) */ __webpack_exports__["example"] = example; 75 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__src_mod1__ = __webpack_require__(1); 76 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__src_mod2__ = __webpack_require__(2); 77 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__src_mod3__ = __webpack_require__(3); 78 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__src_mod4__ = __webpack_require__(4); 79 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__src_mod5__ = __webpack_require__(5); 80 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__src_mod6__ = __webpack_require__(6); 81 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__src_mod7__ = __webpack_require__(7); 82 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__src_mod9__ = __webpack_require__(8); 83 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__src_mod10__ = __webpack_require__(9); 84 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__src_mod11__ = __webpack_require__(10); 85 /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__src_optimized_out__ = __webpack_require__(11); 86 87 88 89 90 91 92 93 94 95 96 97 Object(__WEBPACK_IMPORTED_MODULE_10__src_optimized_out__["a" /* default */])(); 98 function root() { 99 console.log("pause here", root); 100 console.log(__WEBPACK_IMPORTED_MODULE_0__src_mod1__["a" /* default */]); 101 console.log(__WEBPACK_IMPORTED_MODULE_2__src_mod3__["a" /* original */]); 102 console.log(__WEBPACK_IMPORTED_MODULE_1__src_mod2__["a" /* aNamed */]); 103 console.log(__WEBPACK_IMPORTED_MODULE_1__src_mod2__["a" /* aNamed */]); 104 console.log(__WEBPACK_IMPORTED_MODULE_3__src_mod4__); 105 106 try { 107 // None of these are callable in this code, but we still want to make sure 108 // they map properly even if the only reference is in a call expressions. 109 console.log(Object(__WEBPACK_IMPORTED_MODULE_4__src_mod5__["a" /* default */])()); 110 console.log(Object(__WEBPACK_IMPORTED_MODULE_6__src_mod7__["a" /* original */])()); 111 console.log(Object(__WEBPACK_IMPORTED_MODULE_5__src_mod6__["a" /* aNamed2 */])()); 112 console.log(Object(__WEBPACK_IMPORTED_MODULE_5__src_mod6__["a" /* aNamed2 */])()); 113 console.log(new __WEBPACK_IMPORTED_MODULE_7__src_mod9__["a" /* default */]()); 114 console.log(new __WEBPACK_IMPORTED_MODULE_9__src_mod11__["a" /* original */]()); 115 console.log(new __WEBPACK_IMPORTED_MODULE_8__src_mod10__["a" /* aNamed3 */]()); 116 console.log(new __WEBPACK_IMPORTED_MODULE_8__src_mod10__["a" /* aNamed3 */]()); 117 } catch (e) {} 118 } 119 function example() {} 120 121 /***/ }), 122 /* 1 */ 123 /***/ (function(module, __webpack_exports__, __webpack_require__) { 124 125 "use strict"; 126 /* harmony default export */ __webpack_exports__["a"] = ("a-default"); 127 128 /***/ }), 129 /* 2 */ 130 /***/ (function(module, __webpack_exports__, __webpack_require__) { 131 132 "use strict"; 133 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return aNamed; }); 134 var aNamed = "a-named"; 135 136 /***/ }), 137 /* 3 */ 138 /***/ (function(module, __webpack_exports__, __webpack_require__) { 139 140 "use strict"; 141 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return original; }); 142 var original = "an-original"; 143 144 /***/ }), 145 /* 4 */ 146 /***/ (function(module, __webpack_exports__, __webpack_require__) { 147 148 "use strict"; 149 Object.defineProperty(__webpack_exports__, "__esModule", { value: true }); 150 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed", function() { return aNamed; }); 151 /* harmony default export */ __webpack_exports__["default"] = ("a-default"); 152 var aNamed = "a-named"; 153 154 /***/ }), 155 /* 5 */ 156 /***/ (function(module, __webpack_exports__, __webpack_require__) { 157 158 "use strict"; 159 /* harmony default export */ __webpack_exports__["a"] = ("a-default2"); 160 161 /***/ }), 162 /* 6 */ 163 /***/ (function(module, __webpack_exports__, __webpack_require__) { 164 165 "use strict"; 166 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return aNamed2; }); 167 var aNamed2 = "a-named2"; 168 169 /***/ }), 170 /* 7 */ 171 /***/ (function(module, __webpack_exports__, __webpack_require__) { 172 173 "use strict"; 174 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return original; }); 175 var original = "an-original2"; 176 177 /***/ }), 178 /* 8 */ 179 /***/ (function(module, __webpack_exports__, __webpack_require__) { 180 181 "use strict"; 182 /* harmony default export */ __webpack_exports__["a"] = ("a-default3"); 183 184 /***/ }), 185 /* 9 */ 186 /***/ (function(module, __webpack_exports__, __webpack_require__) { 187 188 "use strict"; 189 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return aNamed3; }); 190 var aNamed3 = "a-named3"; 191 192 /***/ }), 193 /* 10 */ 194 /***/ (function(module, __webpack_exports__, __webpack_require__) { 195 196 "use strict"; 197 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return original; }); 198 var original = "an-original3"; 199 200 /***/ }), 201 /* 11 */ 202 /***/ (function(module, __webpack_exports__, __webpack_require__) { 203 204 "use strict"; 205 /* harmony export (immutable) */ __webpack_exports__["a"] = optimizedOut; 206 function optimizedOut() {} 207 208 /***/ }) 209 /******/ ])["default"]; 210 //# sourceMappingURL=esmodules.js.map