esmodules-es6.js (7539B)
1 var webpack3EsmodulesEs6 = 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 98 99 100 Object(__WEBPACK_IMPORTED_MODULE_10__src_optimized_out__["a" /* default */])(); 101 102 function root() { 103 console.log("pause here", root); 104 105 console.log(__WEBPACK_IMPORTED_MODULE_0__src_mod1__["a" /* default */]); 106 console.log(__WEBPACK_IMPORTED_MODULE_2__src_mod3__["a" /* original */]); 107 console.log(__WEBPACK_IMPORTED_MODULE_1__src_mod2__["a" /* aNamed */]); 108 console.log(__WEBPACK_IMPORTED_MODULE_1__src_mod2__["a" /* aNamed */]); 109 console.log(__WEBPACK_IMPORTED_MODULE_3__src_mod4__); 110 111 try { 112 // None of these are callable in this code, but we still want to make sure 113 // they map properly even if the only reference is in a call expressions. 114 console.log(Object(__WEBPACK_IMPORTED_MODULE_4__src_mod5__["a" /* default */])()); 115 console.log(Object(__WEBPACK_IMPORTED_MODULE_6__src_mod7__["a" /* original */])()); 116 console.log(Object(__WEBPACK_IMPORTED_MODULE_5__src_mod6__["a" /* aNamed2 */])()); 117 console.log(Object(__WEBPACK_IMPORTED_MODULE_5__src_mod6__["a" /* aNamed2 */])()); 118 119 console.log(new __WEBPACK_IMPORTED_MODULE_7__src_mod9__["a" /* default */]()); 120 console.log(new __WEBPACK_IMPORTED_MODULE_9__src_mod11__["a" /* original */]()); 121 console.log(new __WEBPACK_IMPORTED_MODULE_8__src_mod10__["a" /* aNamed3 */]()); 122 console.log(new __WEBPACK_IMPORTED_MODULE_8__src_mod10__["a" /* aNamed3 */]()); 123 } catch (e) {} 124 } 125 126 function example(){} 127 128 129 /***/ }), 130 /* 1 */ 131 /***/ (function(module, __webpack_exports__, __webpack_require__) { 132 133 "use strict"; 134 /* harmony default export */ __webpack_exports__["a"] = ("a-default"); 135 136 137 /***/ }), 138 /* 2 */ 139 /***/ (function(module, __webpack_exports__, __webpack_require__) { 140 141 "use strict"; 142 const aNamed = "a-named"; 143 /* harmony export (immutable) */ __webpack_exports__["a"] = aNamed; 144 145 146 147 /***/ }), 148 /* 3 */ 149 /***/ (function(module, __webpack_exports__, __webpack_require__) { 150 151 "use strict"; 152 const original = "an-original"; 153 /* harmony export (immutable) */ __webpack_exports__["a"] = original; 154 155 156 157 /***/ }), 158 /* 4 */ 159 /***/ (function(module, __webpack_exports__, __webpack_require__) { 160 161 "use strict"; 162 Object.defineProperty(__webpack_exports__, "__esModule", { value: true }); 163 /* harmony default export */ __webpack_exports__["default"] = ("a-default"); 164 const aNamed = "a-named"; 165 /* harmony export (immutable) */ __webpack_exports__["aNamed"] = aNamed; 166 167 168 169 /***/ }), 170 /* 5 */ 171 /***/ (function(module, __webpack_exports__, __webpack_require__) { 172 173 "use strict"; 174 /* harmony default export */ __webpack_exports__["a"] = ("a-default2"); 175 176 177 /***/ }), 178 /* 6 */ 179 /***/ (function(module, __webpack_exports__, __webpack_require__) { 180 181 "use strict"; 182 const aNamed2 = "a-named2"; 183 /* harmony export (immutable) */ __webpack_exports__["a"] = aNamed2; 184 185 186 187 /***/ }), 188 /* 7 */ 189 /***/ (function(module, __webpack_exports__, __webpack_require__) { 190 191 "use strict"; 192 const original = "an-original2"; 193 /* harmony export (immutable) */ __webpack_exports__["a"] = original; 194 195 196 197 /***/ }), 198 /* 8 */ 199 /***/ (function(module, __webpack_exports__, __webpack_require__) { 200 201 "use strict"; 202 /* harmony default export */ __webpack_exports__["a"] = ("a-default3"); 203 204 205 /***/ }), 206 /* 9 */ 207 /***/ (function(module, __webpack_exports__, __webpack_require__) { 208 209 "use strict"; 210 const aNamed3 = "a-named3"; 211 /* harmony export (immutable) */ __webpack_exports__["a"] = aNamed3; 212 213 214 215 /***/ }), 216 /* 10 */ 217 /***/ (function(module, __webpack_exports__, __webpack_require__) { 218 219 "use strict"; 220 const original = "an-original3"; 221 /* harmony export (immutable) */ __webpack_exports__["a"] = original; 222 223 224 225 /***/ }), 226 /* 11 */ 227 /***/ (function(module, __webpack_exports__, __webpack_require__) { 228 229 "use strict"; 230 /* harmony export (immutable) */ __webpack_exports__["a"] = optimizedOut; 231 function optimizedOut() {} 232 233 234 /***/ }) 235 /******/ ])["default"]; 236 //# sourceMappingURL=esmodules-es6.js.map