clientnode 4.0.1507 → 4.0.1508
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Lock.js +27 -8
- package/dist/Logger.js +55 -27
- package/dist/Semaphore.js +27 -8
- package/dist/array.js +46 -8
- package/dist/bundle/index.js +429 -402
- package/dist/cli.js +27 -8
- package/dist/compatible/Lock.js +27 -8
- package/dist/compatible/Logger.js +55 -27
- package/dist/compatible/Semaphore.js +27 -8
- package/dist/compatible/array.js +46 -8
- package/dist/compatible/cli.js +27 -8
- package/dist/compatible/constants.js +27 -8
- package/dist/compatible/context.js +55 -27
- package/dist/compatible/cookie.js +58 -27
- package/dist/compatible/data-transfer.js +59 -27
- package/dist/compatible/datetime.js +58 -27
- package/dist/compatible/domNode.js +59 -27
- package/dist/compatible/expression/evaluators.js +50 -27
- package/dist/compatible/expression/helper.js +31 -8
- package/dist/compatible/expression/index.js +71 -27
- package/dist/compatible/expression/indicator-functions.js +42 -8
- package/dist/compatible/filesystem.js +55 -27
- package/dist/compatible/function.js +32 -8
- package/dist/compatible/index.js +63 -34
- package/dist/compatible/indicators.js +39 -8
- package/dist/compatible/module.js +50 -27
- package/dist/compatible/number.js +34 -8
- package/dist/compatible/object.js +58 -27
- package/dist/compatible/process.js +55 -27
- package/dist/compatible/scope.js +105 -34
- package/dist/compatible/string.js +61 -27
- package/dist/compatible/test-helper.js +33 -8
- package/dist/compatible/utility.js +55 -27
- package/dist/constants.js +27 -8
- package/dist/context.js +55 -27
- package/dist/cookie.js +58 -27
- package/dist/data-transfer.js +59 -27
- package/dist/datetime.js +58 -27
- package/dist/domNode.js +59 -27
- package/dist/expression/evaluators.js +50 -27
- package/dist/expression/helper.js +31 -8
- package/dist/expression/index.js +71 -27
- package/dist/expression/indicator-functions.js +42 -8
- package/dist/filesystem.js +55 -27
- package/dist/function.js +32 -8
- package/dist/index.js +63 -34
- package/dist/indicators.js +39 -8
- package/dist/module.js +50 -27
- package/dist/number.js +34 -8
- package/dist/object.js +58 -27
- package/dist/process.js +55 -27
- package/dist/scope.js +105 -34
- package/dist/string.js +61 -27
- package/dist/test-helper.js +33 -8
- package/dist/utility.js +55 -27
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -1862,6 +1862,10 @@ var result=scope;var index=0;var _iterator6=_createForOfIteratorHelper(path),_st
|
|
|
1862
1862
|
/* 20 */
|
|
1863
1863
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1864
1864
|
|
|
1865
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1866
|
+
/* harmony export */ b: function() { return /* binding */ viewArrayAsScope; },
|
|
1867
|
+
/* harmony export */ x: function() { return /* binding */ _viewObjectAsScope; }
|
|
1868
|
+
/* harmony export */ });
|
|
1865
1869
|
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
1866
1870
|
// #!/usr/bin/env babel-node
|
|
1867
1871
|
// -*- coding: utf-8 -*-
|
|
@@ -2801,49 +2805,74 @@ __webpack_require__.d(_utility_js__WEBPACK_IMPORTED_MODULE_12___namespace_object
|
|
|
2801
2805
|
/******/
|
|
2802
2806
|
/************************************************************************/
|
|
2803
2807
|
/******/ /* webpack/runtime/define property getters */
|
|
2804
|
-
/******/
|
|
2805
|
-
/******/
|
|
2806
|
-
/******/
|
|
2807
|
-
/******/ if(
|
|
2808
|
-
/******/
|
|
2808
|
+
/******/ !function() {
|
|
2809
|
+
/******/ // define getter/value functions for harmony exports
|
|
2810
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
2811
|
+
/******/ if(Array.isArray(definition)) {
|
|
2812
|
+
/******/ var i = 0;
|
|
2813
|
+
/******/ while(i < definition.length) {
|
|
2814
|
+
/******/ var key = definition[i++];
|
|
2815
|
+
/******/ var binding = definition[i++];
|
|
2816
|
+
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
2817
|
+
/******/ if(binding === 0) {
|
|
2818
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
2819
|
+
/******/ } else {
|
|
2820
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
2821
|
+
/******/ }
|
|
2822
|
+
/******/ } else if(binding === 0) { i++; }
|
|
2823
|
+
/******/ }
|
|
2824
|
+
/******/ } else {
|
|
2825
|
+
/******/ for(var key in definition) {
|
|
2826
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
2827
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
2828
|
+
/******/ }
|
|
2829
|
+
/******/ }
|
|
2809
2830
|
/******/ }
|
|
2810
|
-
/******/ }
|
|
2811
|
-
/******/ };
|
|
2831
|
+
/******/ };
|
|
2832
|
+
/******/ }();
|
|
2812
2833
|
/******/
|
|
2813
2834
|
/******/ /* webpack/runtime/global */
|
|
2814
|
-
/******/
|
|
2815
|
-
/******/
|
|
2816
|
-
/******/
|
|
2817
|
-
/******/
|
|
2818
|
-
/******/
|
|
2819
|
-
/******/
|
|
2820
|
-
/******/
|
|
2821
|
-
/******/
|
|
2835
|
+
/******/ !function() {
|
|
2836
|
+
/******/ __webpack_require__.g = (function() {
|
|
2837
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
2838
|
+
/******/ try {
|
|
2839
|
+
/******/ return this || new Function('return this')();
|
|
2840
|
+
/******/ } catch (e) {
|
|
2841
|
+
/******/ if (typeof window === 'object') return window;
|
|
2842
|
+
/******/ }
|
|
2843
|
+
/******/ })();
|
|
2844
|
+
/******/ }();
|
|
2822
2845
|
/******/
|
|
2823
2846
|
/******/ /* webpack/runtime/harmony module decorator */
|
|
2824
|
-
/******/
|
|
2825
|
-
/******/
|
|
2826
|
-
/******/
|
|
2827
|
-
/******/
|
|
2828
|
-
/******/
|
|
2829
|
-
/******/
|
|
2830
|
-
/******/
|
|
2831
|
-
/******/
|
|
2832
|
-
/******/
|
|
2833
|
-
/******/
|
|
2834
|
-
/******/
|
|
2847
|
+
/******/ !function() {
|
|
2848
|
+
/******/ __webpack_require__.hmd = function(module) {
|
|
2849
|
+
/******/ module = Object.create(module);
|
|
2850
|
+
/******/ if (!module.children) module.children = [];
|
|
2851
|
+
/******/ Object.defineProperty(module, 'exports', {
|
|
2852
|
+
/******/ enumerable: true,
|
|
2853
|
+
/******/ set: function() {
|
|
2854
|
+
/******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
|
|
2855
|
+
/******/ }
|
|
2856
|
+
/******/ });
|
|
2857
|
+
/******/ return module;
|
|
2858
|
+
/******/ };
|
|
2859
|
+
/******/ }();
|
|
2835
2860
|
/******/
|
|
2836
2861
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
2837
|
-
/******/
|
|
2862
|
+
/******/ !function() {
|
|
2863
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
2864
|
+
/******/ }();
|
|
2838
2865
|
/******/
|
|
2839
2866
|
/******/ /* webpack/runtime/make namespace object */
|
|
2840
|
-
/******/
|
|
2841
|
-
/******/
|
|
2842
|
-
/******/
|
|
2843
|
-
/******/
|
|
2844
|
-
/******/
|
|
2845
|
-
/******/
|
|
2846
|
-
/******/ };
|
|
2867
|
+
/******/ !function() {
|
|
2868
|
+
/******/ // define __esModule on exports
|
|
2869
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
2870
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
2871
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2872
|
+
/******/ }
|
|
2873
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
2874
|
+
/******/ };
|
|
2875
|
+
/******/ }();
|
|
2847
2876
|
/******/
|
|
2848
2877
|
/************************************************************************/
|
|
2849
2878
|
/******/
|
package/dist/indicators.js
CHANGED
|
@@ -355,20 +355,51 @@ module.exports = x({ });
|
|
|
355
355
|
/******/
|
|
356
356
|
/************************************************************************/
|
|
357
357
|
/******/ /* webpack/runtime/define property getters */
|
|
358
|
-
/******/
|
|
359
|
-
/******/
|
|
360
|
-
/******/
|
|
361
|
-
/******/ if(
|
|
362
|
-
/******/
|
|
358
|
+
/******/ !function() {
|
|
359
|
+
/******/ // define getter/value functions for harmony exports
|
|
360
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
361
|
+
/******/ if(Array.isArray(definition)) {
|
|
362
|
+
/******/ var i = 0;
|
|
363
|
+
/******/ while(i < definition.length) {
|
|
364
|
+
/******/ var key = definition[i++];
|
|
365
|
+
/******/ var binding = definition[i++];
|
|
366
|
+
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
367
|
+
/******/ if(binding === 0) {
|
|
368
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
369
|
+
/******/ } else {
|
|
370
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
371
|
+
/******/ }
|
|
372
|
+
/******/ } else if(binding === 0) { i++; }
|
|
373
|
+
/******/ }
|
|
374
|
+
/******/ } else {
|
|
375
|
+
/******/ for(var key in definition) {
|
|
376
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
377
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
378
|
+
/******/ }
|
|
379
|
+
/******/ }
|
|
363
380
|
/******/ }
|
|
364
|
-
/******/ }
|
|
365
|
-
/******/ };
|
|
381
|
+
/******/ };
|
|
382
|
+
/******/ }();
|
|
366
383
|
/******/
|
|
367
384
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
368
|
-
/******/
|
|
385
|
+
/******/ !function() {
|
|
386
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
387
|
+
/******/ }();
|
|
369
388
|
/******/
|
|
370
389
|
/************************************************************************/
|
|
371
390
|
var __webpack_exports__ = {};
|
|
391
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
392
|
+
/* harmony export */ GP: function() { return /* binding */ isAnyMatching; },
|
|
393
|
+
/* harmony export */ Gv: function() { return /* binding */ isObject; },
|
|
394
|
+
/* harmony export */ Qd: function() { return /* binding */ isPlainObject; },
|
|
395
|
+
/* harmony export */ Tn: function() { return /* binding */ isFunction; },
|
|
396
|
+
/* harmony export */ Xj: function() { return /* binding */ isArrayLike; },
|
|
397
|
+
/* harmony export */ jh: function() { return /* binding */ isMap; },
|
|
398
|
+
/* harmony export */ ju: function() { return /* binding */ isProxy; },
|
|
399
|
+
/* harmony export */ kf: function() { return /* binding */ isNumeric; },
|
|
400
|
+
/* harmony export */ l6: function() { return /* binding */ isWindow; },
|
|
401
|
+
/* harmony export */ vM: function() { return /* binding */ isSet; }
|
|
402
|
+
/* harmony export */ });
|
|
372
403
|
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
373
404
|
/* harmony import */ var _constants_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
374
405
|
/* harmony import */ var _object_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3);
|
package/dist/module.js
CHANGED
|
@@ -91,40 +91,63 @@ module.exports = webpackEmptyContext;
|
|
|
91
91
|
/******/
|
|
92
92
|
/************************************************************************/
|
|
93
93
|
/******/ /* webpack/runtime/define property getters */
|
|
94
|
-
/******/
|
|
95
|
-
/******/
|
|
96
|
-
/******/
|
|
97
|
-
/******/ if(
|
|
98
|
-
/******/
|
|
94
|
+
/******/ !function() {
|
|
95
|
+
/******/ // define getter/value functions for harmony exports
|
|
96
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
97
|
+
/******/ if(Array.isArray(definition)) {
|
|
98
|
+
/******/ var i = 0;
|
|
99
|
+
/******/ while(i < definition.length) {
|
|
100
|
+
/******/ var key = definition[i++];
|
|
101
|
+
/******/ var binding = definition[i++];
|
|
102
|
+
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
103
|
+
/******/ if(binding === 0) {
|
|
104
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
105
|
+
/******/ } else {
|
|
106
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
107
|
+
/******/ }
|
|
108
|
+
/******/ } else if(binding === 0) { i++; }
|
|
109
|
+
/******/ }
|
|
110
|
+
/******/ } else {
|
|
111
|
+
/******/ for(var key in definition) {
|
|
112
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
113
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
114
|
+
/******/ }
|
|
115
|
+
/******/ }
|
|
99
116
|
/******/ }
|
|
100
|
-
/******/ }
|
|
101
|
-
/******/ };
|
|
117
|
+
/******/ };
|
|
118
|
+
/******/ }();
|
|
102
119
|
/******/
|
|
103
120
|
/******/ /* webpack/runtime/global */
|
|
104
|
-
/******/
|
|
105
|
-
/******/
|
|
106
|
-
/******/
|
|
107
|
-
/******/
|
|
108
|
-
/******/
|
|
109
|
-
/******/
|
|
110
|
-
/******/
|
|
111
|
-
/******/
|
|
121
|
+
/******/ !function() {
|
|
122
|
+
/******/ __webpack_require__.g = (function() {
|
|
123
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
124
|
+
/******/ try {
|
|
125
|
+
/******/ return this || new Function('return this')();
|
|
126
|
+
/******/ } catch (e) {
|
|
127
|
+
/******/ if (typeof window === 'object') return window;
|
|
128
|
+
/******/ }
|
|
129
|
+
/******/ })();
|
|
130
|
+
/******/ }();
|
|
112
131
|
/******/
|
|
113
132
|
/******/ /* webpack/runtime/harmony module decorator */
|
|
114
|
-
/******/
|
|
115
|
-
/******/
|
|
116
|
-
/******/
|
|
117
|
-
/******/
|
|
118
|
-
/******/
|
|
119
|
-
/******/
|
|
120
|
-
/******/
|
|
121
|
-
/******/
|
|
122
|
-
/******/
|
|
123
|
-
/******/
|
|
124
|
-
/******/
|
|
133
|
+
/******/ !function() {
|
|
134
|
+
/******/ __webpack_require__.hmd = function(module) {
|
|
135
|
+
/******/ module = Object.create(module);
|
|
136
|
+
/******/ if (!module.children) module.children = [];
|
|
137
|
+
/******/ Object.defineProperty(module, 'exports', {
|
|
138
|
+
/******/ enumerable: true,
|
|
139
|
+
/******/ set: function() {
|
|
140
|
+
/******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
|
|
141
|
+
/******/ }
|
|
142
|
+
/******/ });
|
|
143
|
+
/******/ return module;
|
|
144
|
+
/******/ };
|
|
145
|
+
/******/ }();
|
|
125
146
|
/******/
|
|
126
147
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
127
|
-
/******/
|
|
148
|
+
/******/ !function() {
|
|
149
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
150
|
+
/******/ }();
|
|
128
151
|
/******/
|
|
129
152
|
/************************************************************************/
|
|
130
153
|
/******/
|
package/dist/number.js
CHANGED
|
@@ -354,20 +354,46 @@ module.exports = x({ });
|
|
|
354
354
|
/******/
|
|
355
355
|
/************************************************************************/
|
|
356
356
|
/******/ /* webpack/runtime/define property getters */
|
|
357
|
-
/******/
|
|
358
|
-
/******/
|
|
359
|
-
/******/
|
|
360
|
-
/******/ if(
|
|
361
|
-
/******/
|
|
357
|
+
/******/ !function() {
|
|
358
|
+
/******/ // define getter/value functions for harmony exports
|
|
359
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
360
|
+
/******/ if(Array.isArray(definition)) {
|
|
361
|
+
/******/ var i = 0;
|
|
362
|
+
/******/ while(i < definition.length) {
|
|
363
|
+
/******/ var key = definition[i++];
|
|
364
|
+
/******/ var binding = definition[i++];
|
|
365
|
+
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
366
|
+
/******/ if(binding === 0) {
|
|
367
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
368
|
+
/******/ } else {
|
|
369
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
370
|
+
/******/ }
|
|
371
|
+
/******/ } else if(binding === 0) { i++; }
|
|
372
|
+
/******/ }
|
|
373
|
+
/******/ } else {
|
|
374
|
+
/******/ for(var key in definition) {
|
|
375
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
376
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
377
|
+
/******/ }
|
|
378
|
+
/******/ }
|
|
362
379
|
/******/ }
|
|
363
|
-
/******/ }
|
|
364
|
-
/******/ };
|
|
380
|
+
/******/ };
|
|
381
|
+
/******/ }();
|
|
365
382
|
/******/
|
|
366
383
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
367
|
-
/******/
|
|
384
|
+
/******/ !function() {
|
|
385
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
386
|
+
/******/ }();
|
|
368
387
|
/******/
|
|
369
388
|
/************************************************************************/
|
|
370
389
|
var __webpack_exports__ = {};
|
|
390
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
391
|
+
/* harmony export */ LI: function() { return /* binding */ round; },
|
|
392
|
+
/* harmony export */ RI: function() { return /* binding */ floor; },
|
|
393
|
+
/* harmony export */ W2: function() { return /* binding */ isNotANumber; },
|
|
394
|
+
/* harmony export */ mk: function() { return /* binding */ ceil; },
|
|
395
|
+
/* harmony export */ n$: function() { return /* binding */ getUTCTimestamp; }
|
|
396
|
+
/* harmony export */ });
|
|
371
397
|
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
372
398
|
/* harmony import */ var _object_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
|
|
373
399
|
// #!/usr/bin/env babel-node
|
package/dist/object.js
CHANGED
|
@@ -50,6 +50,11 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
|
|
|
50
50
|
/* 2 */
|
|
51
51
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
52
52
|
|
|
53
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
54
|
+
/* harmony export */ I5: function() { return /* binding */ optionalRequire; },
|
|
55
|
+
/* harmony export */ Sw: function() { return /* binding */ optionalImport; },
|
|
56
|
+
/* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
|
|
57
|
+
/* harmony export */ });
|
|
53
58
|
/* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
|
|
54
59
|
/* module decorator */ module = __webpack_require__.hmd(module);
|
|
55
60
|
// #!/usr/bin/env babel-node
|
|
@@ -448,6 +453,9 @@ result=object;if((0,_indicators_js__WEBPACK_IMPORTED_MODULE_3__/* .isPlainObject
|
|
|
448
453
|
/* 5 */
|
|
449
454
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
450
455
|
|
|
456
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
457
|
+
/* harmony export */ Lz: function() { return /* binding */ globalContext; }
|
|
458
|
+
/* harmony export */ });
|
|
451
459
|
/* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, NOOP, mockConsole */
|
|
452
460
|
/* unused harmony import specifier */ var CONSOLE_METHODS;
|
|
453
461
|
/* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
@@ -959,40 +967,63 @@ module.exports = x({ });
|
|
|
959
967
|
/******/
|
|
960
968
|
/************************************************************************/
|
|
961
969
|
/******/ /* webpack/runtime/define property getters */
|
|
962
|
-
/******/
|
|
963
|
-
/******/
|
|
964
|
-
/******/
|
|
965
|
-
/******/ if(
|
|
966
|
-
/******/
|
|
970
|
+
/******/ !function() {
|
|
971
|
+
/******/ // define getter/value functions for harmony exports
|
|
972
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
973
|
+
/******/ if(Array.isArray(definition)) {
|
|
974
|
+
/******/ var i = 0;
|
|
975
|
+
/******/ while(i < definition.length) {
|
|
976
|
+
/******/ var key = definition[i++];
|
|
977
|
+
/******/ var binding = definition[i++];
|
|
978
|
+
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
979
|
+
/******/ if(binding === 0) {
|
|
980
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
981
|
+
/******/ } else {
|
|
982
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
983
|
+
/******/ }
|
|
984
|
+
/******/ } else if(binding === 0) { i++; }
|
|
985
|
+
/******/ }
|
|
986
|
+
/******/ } else {
|
|
987
|
+
/******/ for(var key in definition) {
|
|
988
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
989
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
990
|
+
/******/ }
|
|
991
|
+
/******/ }
|
|
967
992
|
/******/ }
|
|
968
|
-
/******/ }
|
|
969
|
-
/******/ };
|
|
993
|
+
/******/ };
|
|
994
|
+
/******/ }();
|
|
970
995
|
/******/
|
|
971
996
|
/******/ /* webpack/runtime/global */
|
|
972
|
-
/******/
|
|
973
|
-
/******/
|
|
974
|
-
/******/
|
|
975
|
-
/******/
|
|
976
|
-
/******/
|
|
977
|
-
/******/
|
|
978
|
-
/******/
|
|
979
|
-
/******/
|
|
997
|
+
/******/ !function() {
|
|
998
|
+
/******/ __webpack_require__.g = (function() {
|
|
999
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
1000
|
+
/******/ try {
|
|
1001
|
+
/******/ return this || new Function('return this')();
|
|
1002
|
+
/******/ } catch (e) {
|
|
1003
|
+
/******/ if (typeof window === 'object') return window;
|
|
1004
|
+
/******/ }
|
|
1005
|
+
/******/ })();
|
|
1006
|
+
/******/ }();
|
|
980
1007
|
/******/
|
|
981
1008
|
/******/ /* webpack/runtime/harmony module decorator */
|
|
982
|
-
/******/
|
|
983
|
-
/******/
|
|
984
|
-
/******/
|
|
985
|
-
/******/
|
|
986
|
-
/******/
|
|
987
|
-
/******/
|
|
988
|
-
/******/
|
|
989
|
-
/******/
|
|
990
|
-
/******/
|
|
991
|
-
/******/
|
|
992
|
-
/******/
|
|
1009
|
+
/******/ !function() {
|
|
1010
|
+
/******/ __webpack_require__.hmd = function(module) {
|
|
1011
|
+
/******/ module = Object.create(module);
|
|
1012
|
+
/******/ if (!module.children) module.children = [];
|
|
1013
|
+
/******/ Object.defineProperty(module, 'exports', {
|
|
1014
|
+
/******/ enumerable: true,
|
|
1015
|
+
/******/ set: function() {
|
|
1016
|
+
/******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
|
|
1017
|
+
/******/ }
|
|
1018
|
+
/******/ });
|
|
1019
|
+
/******/ return module;
|
|
1020
|
+
/******/ };
|
|
1021
|
+
/******/ }();
|
|
993
1022
|
/******/
|
|
994
1023
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
995
|
-
/******/
|
|
1024
|
+
/******/ !function() {
|
|
1025
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
1026
|
+
/******/ }();
|
|
996
1027
|
/******/
|
|
997
1028
|
/************************************************************************/
|
|
998
1029
|
/******/
|
package/dist/process.js
CHANGED
|
@@ -34,6 +34,11 @@ if(!Object.prototype.hasOwnProperty.call(globalContext,"console"))globalContext.
|
|
|
34
34
|
/***/ 2:
|
|
35
35
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
36
36
|
|
|
37
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
38
|
+
/* harmony export */ I5: function() { return /* binding */ optionalRequire; },
|
|
39
|
+
/* harmony export */ Sw: function() { return /* binding */ optionalImport; },
|
|
40
|
+
/* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
|
|
41
|
+
/* harmony export */ });
|
|
37
42
|
/* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
|
|
38
43
|
/* module decorator */ module = __webpack_require__.hmd(module);
|
|
39
44
|
// #!/usr/bin/env babel-node
|
|
@@ -155,40 +160,63 @@ module.exports = webpackEmptyContext;
|
|
|
155
160
|
/******/
|
|
156
161
|
/************************************************************************/
|
|
157
162
|
/******/ /* webpack/runtime/define property getters */
|
|
158
|
-
/******/
|
|
159
|
-
/******/
|
|
160
|
-
/******/
|
|
161
|
-
/******/ if(
|
|
162
|
-
/******/
|
|
163
|
+
/******/ !function() {
|
|
164
|
+
/******/ // define getter/value functions for harmony exports
|
|
165
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
166
|
+
/******/ if(Array.isArray(definition)) {
|
|
167
|
+
/******/ var i = 0;
|
|
168
|
+
/******/ while(i < definition.length) {
|
|
169
|
+
/******/ var key = definition[i++];
|
|
170
|
+
/******/ var binding = definition[i++];
|
|
171
|
+
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
172
|
+
/******/ if(binding === 0) {
|
|
173
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
174
|
+
/******/ } else {
|
|
175
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
176
|
+
/******/ }
|
|
177
|
+
/******/ } else if(binding === 0) { i++; }
|
|
178
|
+
/******/ }
|
|
179
|
+
/******/ } else {
|
|
180
|
+
/******/ for(var key in definition) {
|
|
181
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
182
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
183
|
+
/******/ }
|
|
184
|
+
/******/ }
|
|
163
185
|
/******/ }
|
|
164
|
-
/******/ }
|
|
165
|
-
/******/ };
|
|
186
|
+
/******/ };
|
|
187
|
+
/******/ }();
|
|
166
188
|
/******/
|
|
167
189
|
/******/ /* webpack/runtime/global */
|
|
168
|
-
/******/
|
|
169
|
-
/******/
|
|
170
|
-
/******/
|
|
171
|
-
/******/
|
|
172
|
-
/******/
|
|
173
|
-
/******/
|
|
174
|
-
/******/
|
|
175
|
-
/******/
|
|
190
|
+
/******/ !function() {
|
|
191
|
+
/******/ __webpack_require__.g = (function() {
|
|
192
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
193
|
+
/******/ try {
|
|
194
|
+
/******/ return this || new Function('return this')();
|
|
195
|
+
/******/ } catch (e) {
|
|
196
|
+
/******/ if (typeof window === 'object') return window;
|
|
197
|
+
/******/ }
|
|
198
|
+
/******/ })();
|
|
199
|
+
/******/ }();
|
|
176
200
|
/******/
|
|
177
201
|
/******/ /* webpack/runtime/harmony module decorator */
|
|
178
|
-
/******/
|
|
179
|
-
/******/
|
|
180
|
-
/******/
|
|
181
|
-
/******/
|
|
182
|
-
/******/
|
|
183
|
-
/******/
|
|
184
|
-
/******/
|
|
185
|
-
/******/
|
|
186
|
-
/******/
|
|
187
|
-
/******/
|
|
188
|
-
/******/
|
|
202
|
+
/******/ !function() {
|
|
203
|
+
/******/ __webpack_require__.hmd = function(module) {
|
|
204
|
+
/******/ module = Object.create(module);
|
|
205
|
+
/******/ if (!module.children) module.children = [];
|
|
206
|
+
/******/ Object.defineProperty(module, 'exports', {
|
|
207
|
+
/******/ enumerable: true,
|
|
208
|
+
/******/ set: function() {
|
|
209
|
+
/******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
|
|
210
|
+
/******/ }
|
|
211
|
+
/******/ });
|
|
212
|
+
/******/ return module;
|
|
213
|
+
/******/ };
|
|
214
|
+
/******/ }();
|
|
189
215
|
/******/
|
|
190
216
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
191
|
-
/******/
|
|
217
|
+
/******/ !function() {
|
|
218
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
219
|
+
/******/ }();
|
|
192
220
|
/******/
|
|
193
221
|
/************************************************************************/
|
|
194
222
|
/******/
|