esmodules-es6.js (11429B)
1 var webpack4Babel7EsmodulesEs6 = 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 Object(_src_optimized_out__WEBPACK_IMPORTED_MODULE_10__["default"])(); 124 function root() { 125 console.log("pause here", root); 126 console.log(_src_mod1__WEBPACK_IMPORTED_MODULE_0__["default"]); 127 console.log(_src_mod3__WEBPACK_IMPORTED_MODULE_2__["original"]); 128 console.log(_src_mod2__WEBPACK_IMPORTED_MODULE_1__["aNamed"]); 129 console.log(_src_mod2__WEBPACK_IMPORTED_MODULE_1__["aNamed"]); 130 console.log(_src_mod4__WEBPACK_IMPORTED_MODULE_3__); 131 132 try { 133 // None of these are callable in this code, but we still want to make sure 134 // they map properly even if the only reference is in a call expressions. 135 console.log(Object(_src_mod5__WEBPACK_IMPORTED_MODULE_4__["default"])()); 136 console.log(Object(_src_mod7__WEBPACK_IMPORTED_MODULE_6__["original"])()); 137 console.log(Object(_src_mod6__WEBPACK_IMPORTED_MODULE_5__["aNamed2"])()); 138 console.log(Object(_src_mod6__WEBPACK_IMPORTED_MODULE_5__["aNamed2"])()); 139 console.log(new _src_mod9__WEBPACK_IMPORTED_MODULE_7__["default"]()); 140 console.log(new _src_mod11__WEBPACK_IMPORTED_MODULE_9__["original"]()); 141 console.log(new _src_mod10__WEBPACK_IMPORTED_MODULE_8__["aNamed3"]()); 142 console.log(new _src_mod10__WEBPACK_IMPORTED_MODULE_8__["aNamed3"]()); 143 } catch (e) {} 144 } 145 function example() {} 146 147 /***/ }), 148 149 /***/ "./src/mod1.js": 150 /*!*********************!*\ 151 !*** ./src/mod1.js ***! 152 \*********************/ 153 /*! exports provided: default */ 154 /***/ (function(module, __webpack_exports__, __webpack_require__) { 155 156 "use strict"; 157 __webpack_require__.r(__webpack_exports__); 158 /* harmony default export */ __webpack_exports__["default"] = ("a-default"); 159 160 /***/ }), 161 162 /***/ "./src/mod10.js": 163 /*!**********************!*\ 164 !*** ./src/mod10.js ***! 165 \**********************/ 166 /*! exports provided: aNamed3 */ 167 /***/ (function(module, __webpack_exports__, __webpack_require__) { 168 169 "use strict"; 170 __webpack_require__.r(__webpack_exports__); 171 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed3", function() { return aNamed3; }); 172 const aNamed3 = "a-named3"; 173 174 /***/ }), 175 176 /***/ "./src/mod11.js": 177 /*!**********************!*\ 178 !*** ./src/mod11.js ***! 179 \**********************/ 180 /*! exports provided: original */ 181 /***/ (function(module, __webpack_exports__, __webpack_require__) { 182 183 "use strict"; 184 __webpack_require__.r(__webpack_exports__); 185 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "original", function() { return original; }); 186 const original = "an-original3"; 187 188 /***/ }), 189 190 /***/ "./src/mod2.js": 191 /*!*********************!*\ 192 !*** ./src/mod2.js ***! 193 \*********************/ 194 /*! exports provided: aNamed */ 195 /***/ (function(module, __webpack_exports__, __webpack_require__) { 196 197 "use strict"; 198 __webpack_require__.r(__webpack_exports__); 199 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed", function() { return aNamed; }); 200 const aNamed = "a-named"; 201 202 /***/ }), 203 204 /***/ "./src/mod3.js": 205 /*!*********************!*\ 206 !*** ./src/mod3.js ***! 207 \*********************/ 208 /*! exports provided: original */ 209 /***/ (function(module, __webpack_exports__, __webpack_require__) { 210 211 "use strict"; 212 __webpack_require__.r(__webpack_exports__); 213 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "original", function() { return original; }); 214 const original = "an-original"; 215 216 /***/ }), 217 218 /***/ "./src/mod4.js": 219 /*!*********************!*\ 220 !*** ./src/mod4.js ***! 221 \*********************/ 222 /*! exports provided: default, aNamed */ 223 /***/ (function(module, __webpack_exports__, __webpack_require__) { 224 225 "use strict"; 226 __webpack_require__.r(__webpack_exports__); 227 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed", function() { return aNamed; }); 228 /* harmony default export */ __webpack_exports__["default"] = ("a-default"); 229 const aNamed = "a-named"; 230 231 /***/ }), 232 233 /***/ "./src/mod5.js": 234 /*!*********************!*\ 235 !*** ./src/mod5.js ***! 236 \*********************/ 237 /*! exports provided: default */ 238 /***/ (function(module, __webpack_exports__, __webpack_require__) { 239 240 "use strict"; 241 __webpack_require__.r(__webpack_exports__); 242 /* harmony default export */ __webpack_exports__["default"] = ("a-default2"); 243 244 /***/ }), 245 246 /***/ "./src/mod6.js": 247 /*!*********************!*\ 248 !*** ./src/mod6.js ***! 249 \*********************/ 250 /*! exports provided: aNamed2 */ 251 /***/ (function(module, __webpack_exports__, __webpack_require__) { 252 253 "use strict"; 254 __webpack_require__.r(__webpack_exports__); 255 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed2", function() { return aNamed2; }); 256 const aNamed2 = "a-named2"; 257 258 /***/ }), 259 260 /***/ "./src/mod7.js": 261 /*!*********************!*\ 262 !*** ./src/mod7.js ***! 263 \*********************/ 264 /*! exports provided: original */ 265 /***/ (function(module, __webpack_exports__, __webpack_require__) { 266 267 "use strict"; 268 __webpack_require__.r(__webpack_exports__); 269 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "original", function() { return original; }); 270 const original = "an-original2"; 271 272 /***/ }), 273 274 /***/ "./src/mod9.js": 275 /*!*********************!*\ 276 !*** ./src/mod9.js ***! 277 \*********************/ 278 /*! exports provided: default */ 279 /***/ (function(module, __webpack_exports__, __webpack_require__) { 280 281 "use strict"; 282 __webpack_require__.r(__webpack_exports__); 283 /* harmony default export */ __webpack_exports__["default"] = ("a-default3"); 284 285 /***/ }), 286 287 /***/ "./src/optimized-out.js": 288 /*!******************************!*\ 289 !*** ./src/optimized-out.js ***! 290 \******************************/ 291 /*! exports provided: default */ 292 /***/ (function(module, __webpack_exports__, __webpack_require__) { 293 294 "use strict"; 295 __webpack_require__.r(__webpack_exports__); 296 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return optimizedOut; }); 297 function optimizedOut() {} 298 299 /***/ }) 300 301 /******/ })["default"]; 302 //# sourceMappingURL=esmodules-es6.js.map