Blame view

unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map 6.08 KB
a2408fc3f   BigBoss   init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
  {"version":3,"sources":["webpack:///webpack/bootstrap"],"names":[],"mappings":";QAAA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA;QACA,QAAQ,oBAAoB;QAC5B;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA,iBAAiB,4BAA4B;QAC7C;QACA;QACA,kBAAkB,2BAA2B;QAC7C;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;;QAEA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;;;QAGA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA,0CAA0C,gCAAgC;QAC1E;QACA;;QAEA;QACA;QACA;QACA,wDAAwD,kBAAkB;QAC1E;QACA,iDAAiD,cAAc;QAC/D;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,yCAAyC,iCAAiC;QAC1E,gHAAgH,mBAAmB,EAAE;QACrI;QACA;;QAEA;QACA;QACA;QACA,2BAA2B,0BAA0B,EAAE;QACvD,iCAAiC,eAAe;QAChD;QACA;QACA;;QAEA;QACA,sDAAsD,+DAA+D;;QAErH;QACA;;QAEA;QACA;QACA;QACA;QACA,gBAAgB,uBAAuB;QACvC;;;QAGA;QACA","file":"common/runtime.js","sourcesContent":[" \t// install a JSONP callback for chunk loading
   \tfunction webpackJsonpCallback(data) {
   \t\tvar chunkIds = data[0];
   \t\tvar moreModules = data[1];
   \t\tvar executeModules = data[2];
  
   \t\t// add \"moreModules\" to the modules object,
   \t\t// then flag all \"chunkIds\" as loaded and fire callback
   \t\tvar moduleId, chunkId, i = 0, resolves = [];
   \t\tfor(;i < chunkIds.length; i++) {
   \t\t\tchunkId = chunkIds[i];
   \t\t\tif(installedChunks[chunkId]) {
   \t\t\t\tresolves.push(installedChunks[chunkId][0]);
   \t\t\t}
   \t\t\tinstalledChunks[chunkId] = 0;
   \t\t}
   \t\tfor(moduleId in moreModules) {
   \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
   \t\t\t\tmodules[moduleId] = moreModules[moduleId];
   \t\t\t}
   \t\t}
   \t\tif(parentJsonpFunction) parentJsonpFunction(data);
  
   \t\twhile(resolves.length) {
   \t\t\tresolves.shift()();
   \t\t}
  
   \t\t// add entry modules from loaded chunk to deferred list
   \t\tdeferredModules.push.apply(deferredModules, executeModules || []);
  
   \t\t// run deferred modules when all chunks ready
   \t\treturn checkDeferredModules();
   \t};
   \tfunction checkDeferredModules() {
   \t\tvar result;
   \t\tfor(var i = 0; i < deferredModules.length; i++) {
   \t\t\tvar deferredModule = deferredModules[i];
   \t\t\tvar fulfilled = true;
   \t\t\tfor(var j = 1; j < deferredModule.length; j++) {
   \t\t\t\tvar depId = deferredModule[j];
   \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;
   \t\t\t}
   \t\t\tif(fulfilled) {
   \t\t\t\tdeferredModules.splice(i--, 1);
   \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);
   \t\t\t}
   \t\t}
   \t\treturn result;
   \t}
  
   \t// The module cache
   \tvar installedModules = {};
  
   \t// object to store loaded and loading chunks
   \t// undefined = chunk not loaded, null = chunk preloaded/prefetched
   \t// Promise = chunk loading, 0 = chunk loaded
   \tvar installedChunks = {
   \t\t\"common/runtime\": 0
   \t};
  
   \tvar deferredModules = [];
  
   \t// The require function
   \tfunction __webpack_require__(moduleId) {
  
   \t\t// Check if module is in cache
   \t\tif(installedModules[moduleId]) {
   \t\t\treturn installedModules[moduleId].exports;
   \t\t}
   \t\t// Create a new module (and put it into the cache)
   \t\tvar module = installedModules[moduleId] = {
   \t\t\ti: moduleId,
   \t\t\tl: false,
   \t\t\texports: {}
   \t\t};
  
   \t\t// Execute the module function
   \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  
   \t\t// Flag the module as loaded
   \t\tmodule.l = true;
  
   \t\t// Return the exports of the module
   \t\treturn module.exports;
   \t}
  
  
   \t// expose the modules object (__webpack_modules__)
   \t__webpack_require__.m = modules;
  
   \t// expose the module cache
   \t__webpack_require__.c = installedModules;
  
   \t// define getter function for harmony exports
   \t__webpack_require__.d = function(exports, name, getter) {
   \t\tif(!__webpack_require__.o(exports, name)) {
   \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });
   \t\t}
   \t};
  
   \t// define __esModule on exports
   \t__webpack_require__.r = function(exports) {
   \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
   \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
   \t\t}
   \t\tObject.defineProperty(exports, '__esModule', { value: true });
   \t};
  
   \t// create a fake namespace object
   \t// mode & 1: value is a module id, require it
   \t// mode & 2: merge all properties of value into the ns
   \t// mode & 4: return value when already ns object
   \t// mode & 8|1: behave like require
   \t__webpack_require__.t = function(value, mode) {
   \t\tif(mode & 1) value = __webpack_require__(value);
   \t\tif(mode & 8) return value;
   \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
   \t\tvar ns = Object.create(null);
   \t\t__webpack_require__.r(ns);
   \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });
   \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
   \t\treturn ns;
   \t};
  
   \t// getDefaultExport function for compatibility with non-harmony modules
   \t__webpack_require__.n = function(module) {
   \t\tvar getter = module && module.__esModule ?
   \t\t\tfunction getDefault() { return module['default']; } :
   \t\t\tfunction getModuleExports() { return module; };
   \t\t__webpack_require__.d(getter, 'a', getter);
   \t\treturn getter;
   \t};
  
   \t// Object.prototype.hasOwnProperty.call
   \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
  
   \t// __webpack_public_path__
   \t__webpack_require__.p = \"/\";
  
   \tvar jsonpArray = global[\"webpackJsonp\"] = global[\"webpackJsonp\"] || [];
   \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
   \tjsonpArray.push = webpackJsonpCallback;
   \tjsonpArray = jsonpArray.slice();
   \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
   \tvar parentJsonpFunction = oldJsonpFunction;
  
  
   \t// run deferred modules from other chunks
   \tcheckDeferredModules();
  "],"sourceRoot":""}