tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

esmodules-es6.js (7534B)


      1 var webpack3Babel6EsmodulesEs6 =
      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 /* 1 */
    130 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    131 
    132 "use strict";
    133 /* harmony default export */ __webpack_exports__["a"] = ("a-default");
    134 
    135 /***/ }),
    136 /* 2 */
    137 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    138 
    139 "use strict";
    140 const aNamed = "a-named";
    141 /* harmony export (immutable) */ __webpack_exports__["a"] = aNamed;
    142 
    143 
    144 /***/ }),
    145 /* 3 */
    146 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    147 
    148 "use strict";
    149 const original = "an-original";
    150 /* harmony export (immutable) */ __webpack_exports__["a"] = original;
    151 
    152 
    153 /***/ }),
    154 /* 4 */
    155 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    156 
    157 "use strict";
    158 Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
    159 /* harmony default export */ __webpack_exports__["default"] = ("a-default");
    160 const aNamed = "a-named";
    161 /* harmony export (immutable) */ __webpack_exports__["aNamed"] = aNamed;
    162 
    163 
    164 /***/ }),
    165 /* 5 */
    166 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    167 
    168 "use strict";
    169 /* harmony default export */ __webpack_exports__["a"] = ("a-default2");
    170 
    171 /***/ }),
    172 /* 6 */
    173 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    174 
    175 "use strict";
    176 const aNamed2 = "a-named2";
    177 /* harmony export (immutable) */ __webpack_exports__["a"] = aNamed2;
    178 
    179 
    180 /***/ }),
    181 /* 7 */
    182 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    183 
    184 "use strict";
    185 const original = "an-original2";
    186 /* harmony export (immutable) */ __webpack_exports__["a"] = original;
    187 
    188 
    189 /***/ }),
    190 /* 8 */
    191 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    192 
    193 "use strict";
    194 /* harmony default export */ __webpack_exports__["a"] = ("a-default3");
    195 
    196 /***/ }),
    197 /* 9 */
    198 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    199 
    200 "use strict";
    201 const aNamed3 = "a-named3";
    202 /* harmony export (immutable) */ __webpack_exports__["a"] = aNamed3;
    203 
    204 
    205 /***/ }),
    206 /* 10 */
    207 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    208 
    209 "use strict";
    210 const original = "an-original3";
    211 /* harmony export (immutable) */ __webpack_exports__["a"] = original;
    212 
    213 
    214 /***/ }),
    215 /* 11 */
    216 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    217 
    218 "use strict";
    219 /* harmony export (immutable) */ __webpack_exports__["a"] = optimizedOut;
    220 function optimizedOut() {}
    221 
    222 /***/ })
    223 /******/ ])["default"];
    224 //# sourceMappingURL=esmodules-es6.js.map