esmodules-es6.js (11436B)
1 var webpack4Babel6EsmodulesEs6 = 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, { enumerable: true, get: getter }); 41 /******/ } 42 /******/ }; 43 /******/ 44 /******/ // define __esModule on exports 45 /******/ __webpack_require__.r = function(exports) { 46 /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { 47 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); 48 /******/ } 49 /******/ Object.defineProperty(exports, '__esModule', { value: true }); 50 /******/ }; 51 /******/ 52 /******/ // create a fake namespace object 53 /******/ // mode & 1: value is a module id, require it 54 /******/ // mode & 2: merge all properties of value into the ns 55 /******/ // mode & 4: return value when already ns object 56 /******/ // mode & 8|1: behave like require 57 /******/ __webpack_require__.t = function(value, mode) { 58 /******/ if(mode & 1) value = __webpack_require__(value); 59 /******/ if(mode & 8) return value; 60 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; 61 /******/ var ns = Object.create(null); 62 /******/ __webpack_require__.r(ns); 63 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); 64 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); 65 /******/ return ns; 66 /******/ }; 67 /******/ 68 /******/ // getDefaultExport function for compatibility with non-harmony modules 69 /******/ __webpack_require__.n = function(module) { 70 /******/ var getter = module && module.__esModule ? 71 /******/ function getDefault() { return module['default']; } : 72 /******/ function getModuleExports() { return module; }; 73 /******/ __webpack_require__.d(getter, 'a', getter); 74 /******/ return getter; 75 /******/ }; 76 /******/ 77 /******/ // Object.prototype.hasOwnProperty.call 78 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; 79 /******/ 80 /******/ // __webpack_public_path__ 81 /******/ __webpack_require__.p = ""; 82 /******/ 83 /******/ 84 /******/ // Load entry module and return exports 85 /******/ return __webpack_require__(__webpack_require__.s = "./input.js"); 86 /******/ }) 87 /************************************************************************/ 88 /******/ ({ 89 90 /***/ "./input.js": 91 /*!******************!*\ 92 !*** ./input.js ***! 93 \******************/ 94 /*! exports provided: default, example */ 95 /***/ (function(module, __webpack_exports__, __webpack_require__) { 96 97 "use strict"; 98 __webpack_require__.r(__webpack_exports__); 99 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return root; }); 100 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "example", function() { return example; }); 101 /* harmony import */ var _src_mod1__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./src/mod1 */ "./src/mod1.js"); 102 /* harmony import */ var _src_mod2__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./src/mod2 */ "./src/mod2.js"); 103 /* harmony import */ var _src_mod3__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./src/mod3 */ "./src/mod3.js"); 104 /* harmony import */ var _src_mod4__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./src/mod4 */ "./src/mod4.js"); 105 /* harmony import */ var _src_mod5__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./src/mod5 */ "./src/mod5.js"); 106 /* harmony import */ var _src_mod6__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./src/mod6 */ "./src/mod6.js"); 107 /* harmony import */ var _src_mod7__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./src/mod7 */ "./src/mod7.js"); 108 /* harmony import */ var _src_mod9__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./src/mod9 */ "./src/mod9.js"); 109 /* harmony import */ var _src_mod10__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./src/mod10 */ "./src/mod10.js"); 110 /* harmony import */ var _src_mod11__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./src/mod11 */ "./src/mod11.js"); 111 /* harmony import */ var _src_optimized_out__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./src/optimized-out */ "./src/optimized-out.js"); 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 Object(_src_optimized_out__WEBPACK_IMPORTED_MODULE_10__["default"])(); 127 128 function root() { 129 console.log("pause here", root); 130 131 console.log(_src_mod1__WEBPACK_IMPORTED_MODULE_0__["default"]); 132 console.log(_src_mod3__WEBPACK_IMPORTED_MODULE_2__["original"]); 133 console.log(_src_mod2__WEBPACK_IMPORTED_MODULE_1__["aNamed"]); 134 console.log(_src_mod2__WEBPACK_IMPORTED_MODULE_1__["aNamed"]); 135 console.log(_src_mod4__WEBPACK_IMPORTED_MODULE_3__); 136 137 try { 138 // None of these are callable in this code, but we still want to make sure 139 // they map properly even if the only reference is in a call expressions. 140 console.log(Object(_src_mod5__WEBPACK_IMPORTED_MODULE_4__["default"])()); 141 console.log(Object(_src_mod7__WEBPACK_IMPORTED_MODULE_6__["original"])()); 142 console.log(Object(_src_mod6__WEBPACK_IMPORTED_MODULE_5__["aNamed2"])()); 143 console.log(Object(_src_mod6__WEBPACK_IMPORTED_MODULE_5__["aNamed2"])()); 144 145 console.log(new _src_mod9__WEBPACK_IMPORTED_MODULE_7__["default"]()); 146 console.log(new _src_mod11__WEBPACK_IMPORTED_MODULE_9__["original"]()); 147 console.log(new _src_mod10__WEBPACK_IMPORTED_MODULE_8__["aNamed3"]()); 148 console.log(new _src_mod10__WEBPACK_IMPORTED_MODULE_8__["aNamed3"]()); 149 } catch (e) {} 150 } 151 152 function example() {} 153 154 /***/ }), 155 156 /***/ "./src/mod1.js": 157 /*!*********************!*\ 158 !*** ./src/mod1.js ***! 159 \*********************/ 160 /*! exports provided: default */ 161 /***/ (function(module, __webpack_exports__, __webpack_require__) { 162 163 "use strict"; 164 __webpack_require__.r(__webpack_exports__); 165 /* harmony default export */ __webpack_exports__["default"] = ("a-default"); 166 167 /***/ }), 168 169 /***/ "./src/mod10.js": 170 /*!**********************!*\ 171 !*** ./src/mod10.js ***! 172 \**********************/ 173 /*! exports provided: aNamed3 */ 174 /***/ (function(module, __webpack_exports__, __webpack_require__) { 175 176 "use strict"; 177 __webpack_require__.r(__webpack_exports__); 178 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed3", function() { return aNamed3; }); 179 const aNamed3 = "a-named3"; 180 181 /***/ }), 182 183 /***/ "./src/mod11.js": 184 /*!**********************!*\ 185 !*** ./src/mod11.js ***! 186 \**********************/ 187 /*! exports provided: original */ 188 /***/ (function(module, __webpack_exports__, __webpack_require__) { 189 190 "use strict"; 191 __webpack_require__.r(__webpack_exports__); 192 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "original", function() { return original; }); 193 const original = "an-original3"; 194 195 /***/ }), 196 197 /***/ "./src/mod2.js": 198 /*!*********************!*\ 199 !*** ./src/mod2.js ***! 200 \*********************/ 201 /*! exports provided: aNamed */ 202 /***/ (function(module, __webpack_exports__, __webpack_require__) { 203 204 "use strict"; 205 __webpack_require__.r(__webpack_exports__); 206 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed", function() { return aNamed; }); 207 const aNamed = "a-named"; 208 209 /***/ }), 210 211 /***/ "./src/mod3.js": 212 /*!*********************!*\ 213 !*** ./src/mod3.js ***! 214 \*********************/ 215 /*! exports provided: original */ 216 /***/ (function(module, __webpack_exports__, __webpack_require__) { 217 218 "use strict"; 219 __webpack_require__.r(__webpack_exports__); 220 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "original", function() { return original; }); 221 const original = "an-original"; 222 223 /***/ }), 224 225 /***/ "./src/mod4.js": 226 /*!*********************!*\ 227 !*** ./src/mod4.js ***! 228 \*********************/ 229 /*! exports provided: default, aNamed */ 230 /***/ (function(module, __webpack_exports__, __webpack_require__) { 231 232 "use strict"; 233 __webpack_require__.r(__webpack_exports__); 234 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed", function() { return aNamed; }); 235 /* harmony default export */ __webpack_exports__["default"] = ("a-default"); 236 const aNamed = "a-named"; 237 238 /***/ }), 239 240 /***/ "./src/mod5.js": 241 /*!*********************!*\ 242 !*** ./src/mod5.js ***! 243 \*********************/ 244 /*! exports provided: default */ 245 /***/ (function(module, __webpack_exports__, __webpack_require__) { 246 247 "use strict"; 248 __webpack_require__.r(__webpack_exports__); 249 /* harmony default export */ __webpack_exports__["default"] = ("a-default2"); 250 251 /***/ }), 252 253 /***/ "./src/mod6.js": 254 /*!*********************!*\ 255 !*** ./src/mod6.js ***! 256 \*********************/ 257 /*! exports provided: aNamed2 */ 258 /***/ (function(module, __webpack_exports__, __webpack_require__) { 259 260 "use strict"; 261 __webpack_require__.r(__webpack_exports__); 262 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed2", function() { return aNamed2; }); 263 const aNamed2 = "a-named2"; 264 265 /***/ }), 266 267 /***/ "./src/mod7.js": 268 /*!*********************!*\ 269 !*** ./src/mod7.js ***! 270 \*********************/ 271 /*! exports provided: original */ 272 /***/ (function(module, __webpack_exports__, __webpack_require__) { 273 274 "use strict"; 275 __webpack_require__.r(__webpack_exports__); 276 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "original", function() { return original; }); 277 const original = "an-original2"; 278 279 /***/ }), 280 281 /***/ "./src/mod9.js": 282 /*!*********************!*\ 283 !*** ./src/mod9.js ***! 284 \*********************/ 285 /*! exports provided: default */ 286 /***/ (function(module, __webpack_exports__, __webpack_require__) { 287 288 "use strict"; 289 __webpack_require__.r(__webpack_exports__); 290 /* harmony default export */ __webpack_exports__["default"] = ("a-default3"); 291 292 /***/ }), 293 294 /***/ "./src/optimized-out.js": 295 /*!******************************!*\ 296 !*** ./src/optimized-out.js ***! 297 \******************************/ 298 /*! exports provided: default */ 299 /***/ (function(module, __webpack_exports__, __webpack_require__) { 300 301 "use strict"; 302 __webpack_require__.r(__webpack_exports__); 303 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return optimizedOut; }); 304 function optimizedOut() {} 305 306 /***/ }) 307 308 /******/ })["default"]; 309 //# sourceMappingURL=esmodules-es6.js.map