clientnode 4.0.1463 → 4.0.1465

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.
Files changed (65) hide show
  1. package/dist/Logger.js +9 -123
  2. package/dist/array.js +82 -192
  3. package/dist/bundle/Logger.js +9 -123
  4. package/dist/bundle/array.js +82 -192
  5. package/dist/bundle/context.js +6 -103
  6. package/dist/bundle/cookie.js +7 -110
  7. package/dist/bundle/data-transfer.js +10 -135
  8. package/dist/bundle/datetime.js +10 -132
  9. package/dist/bundle/domNode.js +9 -123
  10. package/dist/bundle/expression/evaluators.js +12 -150
  11. package/dist/bundle/expression/index.js +13 -158
  12. package/dist/bundle/expression/indicator-functions.js +63 -162
  13. package/dist/bundle/filesystem.js +7 -111
  14. package/dist/bundle/index.js +29 -271
  15. package/dist/bundle/indicators.js +86 -181
  16. package/dist/bundle/module.js +8 -97
  17. package/dist/bundle/number.js +58 -154
  18. package/dist/bundle/object.js +10 -134
  19. package/dist/bundle/process.js +7 -110
  20. package/dist/bundle/scope.js +18 -191
  21. package/dist/bundle/string.js +10 -130
  22. package/dist/bundle/test-helper.js +195 -340
  23. package/dist/bundle/utility.js +8 -115
  24. package/dist/compatible/Logger.js +9 -123
  25. package/dist/compatible/array.js +82 -192
  26. package/dist/compatible/context.js +6 -103
  27. package/dist/compatible/cookie.js +7 -110
  28. package/dist/compatible/data-transfer.js +10 -135
  29. package/dist/compatible/datetime.js +10 -132
  30. package/dist/compatible/domNode.js +9 -123
  31. package/dist/compatible/expression/evaluators.js +12 -150
  32. package/dist/compatible/expression/index.js +13 -158
  33. package/dist/compatible/expression/indicator-functions.js +63 -162
  34. package/dist/compatible/filesystem.js +7 -111
  35. package/dist/compatible/index.js +29 -271
  36. package/dist/compatible/indicators.js +86 -181
  37. package/dist/compatible/module.js +8 -97
  38. package/dist/compatible/number.js +58 -154
  39. package/dist/compatible/object.js +10 -134
  40. package/dist/compatible/process.js +7 -110
  41. package/dist/compatible/scope.js +18 -191
  42. package/dist/compatible/string.js +10 -130
  43. package/dist/compatible/test-helper.js +195 -340
  44. package/dist/compatible/utility.js +8 -115
  45. package/dist/context.js +6 -103
  46. package/dist/cookie.js +7 -110
  47. package/dist/data-transfer.js +10 -135
  48. package/dist/datetime.js +10 -132
  49. package/dist/domNode.js +9 -123
  50. package/dist/expression/evaluators.js +12 -150
  51. package/dist/expression/index.js +13 -158
  52. package/dist/expression/indicator-functions.js +63 -162
  53. package/dist/filesystem.js +7 -111
  54. package/dist/index.js +29 -271
  55. package/dist/indicators.js +86 -181
  56. package/dist/module.d.ts +1 -0
  57. package/dist/module.js +8 -97
  58. package/dist/number.js +58 -154
  59. package/dist/object.js +10 -134
  60. package/dist/process.js +7 -110
  61. package/dist/scope.js +18 -191
  62. package/dist/string.js +10 -130
  63. package/dist/test-helper.js +195 -340
  64. package/dist/utility.js +8 -115
  65. package/package.json +3 -3
@@ -1,7 +1,16 @@
1
1
  if(typeof window==='undefined'||window===null)var window=(typeof global==='undefined'||global===null)?{}:global;import * as __WEBPACK_EXTERNAL_MODULE_core_js_modules_es_array_includes_js_66c3fd7d__ from "core-js/modules/es.array.includes.js";
2
- /******/ var __webpack_modules__ = ({
2
+ /******/ var __webpack_modules__ = ([
3
+ /* 0 */
4
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
5
+
6
+ var x = function(y) {
7
+ var x = {}; __webpack_require__.d(x, y); return x
8
+ }
9
+ var y = function(x) { return function() { return x; }; }
10
+ module.exports = x({ });
3
11
 
4
- /***/ 1:
12
+ /***/ }),
13
+ /* 1 */
5
14
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
15
 
7
16
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -33,55 +42,11 @@ var SPECIAL_REGEX_SEQUENCES=(/* unused pure expression or super */ null && (["-"
33
42
  var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd";
34
43
 
35
44
  /***/ }),
45
+ /* 2 */,
46
+ /* 3 */,
47
+ /* 4 */
48
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
36
49
 
37
- /***/ 14:
38
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
39
-
40
- __webpack_require__.a(module, async function (__webpack_handle_async_dependencies__, __webpack_async_result__) { try {
41
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
42
- /* harmony export */ $y: function() { return /* binding */ isSwitchExpression; },
43
- /* harmony export */ G3: function() { return /* binding */ isCondition; },
44
- /* harmony export */ Gc: function() { return /* binding */ isAndExpression; },
45
- /* harmony export */ HK: function() { return /* binding */ isConcatExpression; },
46
- /* harmony export */ MP: function() { return /* binding */ isIfExpression; },
47
- /* harmony export */ YG: function() { return /* binding */ isOperation; },
48
- /* harmony export */ Z9: function() { return /* binding */ isMappingExpression; },
49
- /* harmony export */ ZI: function() { return /* binding */ isArrayContainsExpression; },
50
- /* harmony export */ bF: function() { return /* binding */ isUnaryOperation; },
51
- /* harmony export */ bQ: function() { return /* binding */ isSpecificExpression; },
52
- /* harmony export */ cB: function() { return /* binding */ isSelector; },
53
- /* harmony export */ g6: function() { return /* binding */ isOrExpression; },
54
- /* harmony export */ ml: function() { return /* binding */ isValue; }
55
- /* harmony export */ });
56
- /* harmony import */ var _indicators_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4);
57
- var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_indicators_js__WEBPACK_IMPORTED_MODULE_0__]);
58
- var __webpack_async_dependencies_result__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__);
59
- _indicators_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_async_dependencies_result__[0];
60
- // #!/usr/bin/env babel-node
61
- // -*- coding: utf-8 -*-
62
- /* !
63
- region header
64
- [Project page](https://torben.website/clientnode)
65
-
66
- Copyright Torben Sickert (info["~at~"]torben.website) 16.12.2012
67
-
68
- License
69
- -------
70
-
71
- This library written by Torben Sickert stands under a creative commons
72
- naming 3.0 unported license.
73
- See https://creativecommons.org/licenses/by/3.0/deed.de
74
- endregion
75
- */function _createForOfIteratorHelper(r,e){var t="undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(!t){if(Array.isArray(r)||(t=_unsupportedIterableToArray(r))||e&&r&&"number"==typeof r.length){t&&(r=t);var _n=0,F=function F(){};return{s:F,n:function n(){return _n>=r.length?{done:!0}:{done:!1,value:r[_n++]}},e:function e(r){throw r},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,u=!1;return{s:function s(){t=t.call(r)},n:function n(){var r=t.next();return a=r.done,r},e:function e(r){u=!0,o=r},f:function f(){try{a||null==t.return||t.return()}finally{if(u)throw o}}}}function _unsupportedIterableToArray(r,a){if(r){if("string"==typeof r)return _arrayLikeToArray(r,a);var t={}.toString.call(r).slice(8,-1);return"Object"===t&&r.constructor&&(t=r.constructor.name),"Map"===t||"Set"===t?Array.from(r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,a):void 0}}function _arrayLikeToArray(r,a){(null==a||a>r.length)&&(a=r.length);for(var e=0,n=Array(a);e<a;e++)n[e]=r[e];return n}var isSpecificExpression=function isSpecificExpression(expression,indicatorKey,properties){if(properties===void 0){properties=[]}if(!((0,_indicators_js__WEBPACK_IMPORTED_MODULE_0__/* .isPlainObject */ .Qd)(expression)&&Object.prototype.hasOwnProperty.call(expression,indicatorKey)))return false;var _iterator=_createForOfIteratorHelper(properties),_step;try{for(_iterator.s();!(_step=_iterator.n()).done;){var name=_step.value;if(!Object.prototype.hasOwnProperty.call(expression,name))return false}}catch(err){_iterator.e(err)}finally{_iterator.f()}return true};var isCondition=function isCondition(expression){return isSpecificExpression(expression,"$comparator",["value1","value2"])};var isAndExpression=function isAndExpression(expression){return isSpecificExpression(expression,"$and")};var isOrExpression=function isOrExpression(expression){return isSpecificExpression(expression,"$or")};var isConcatExpression=function isConcatExpression(expression){return isSpecificExpression(expression,"$concat")};var isMappingExpression=function isMappingExpression(expression){return isSpecificExpression(expression,"$mapping",["data"])};var isOperation=function isOperation(expression){return isSpecificExpression(expression,"$operator",["operand1","operand2"])};var isUnaryOperation=function isUnaryOperation(expression){return isSpecificExpression(expression,"$operator",["operand"])};var isIfExpression=function isIfExpression(expression){return isSpecificExpression(expression,"$if")};var isSwitchExpression=function isSwitchExpression(expression){return isSpecificExpression(expression,"$switch")};var isSelector=function isSelector(expression){return isSpecificExpression(expression,"$select")};var isArrayContainsExpression=function isArrayContainsExpression(expression){return isSpecificExpression(expression,"$arrayContains")};var isValue=function isValue(expression){return!(isSelector(expression)||isCondition(expression)||isUnaryOperation(expression)||isOperation(expression)||isAndExpression(expression)||isOrExpression(expression)||isConcatExpression(expression)||isMappingExpression(expression)||isIfExpression(expression)||isSwitchExpression(expression)||isArrayContainsExpression(expression))};
76
- __webpack_async_result__();
77
- } catch(e) { __webpack_async_result__(e); } });
78
-
79
- /***/ }),
80
-
81
- /***/ 4:
82
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
83
-
84
- __webpack_require__.a(module, async function (__webpack_handle_async_dependencies__, __webpack_async_result__) { try {
85
50
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
86
51
  /* harmony export */ Qd: function() { return /* binding */ isPlainObject; }
87
52
  /* harmony export */ });
@@ -157,23 +122,9 @@ __webpack_require__.a(module, async function (__webpack_handle_async_dependencie
157
122
  * @returns Value "true" if given object is a function and "false"
158
123
  * otherwise.
159
124
  */var isFunction=function isFunction(value){return Boolean(value)&&["[object AsyncFunction]","[object Function]"].includes({}.toString.call(value))};
160
- __webpack_async_result__();
161
- } catch(e) { __webpack_async_result__(e); } });
162
-
163
- /***/ }),
164
-
165
- /***/ 0:
166
- /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
167
-
168
- var x = function(y) {
169
- var x = {}; __webpack_require__.d(x, y); return x
170
- }
171
- var y = function(x) { return function() { return x; }; }
172
- module.exports = x({ });
173
125
 
174
126
  /***/ })
175
-
176
- /******/ });
127
+ /******/ ]);
177
128
  /************************************************************************/
178
129
  /******/ // The module cache
179
130
  /******/ var __webpack_module_cache__ = {};
@@ -200,82 +151,6 @@ module.exports = x({ });
200
151
  /******/ }
201
152
  /******/
202
153
  /************************************************************************/
203
- /******/ /* webpack/runtime/async module */
204
- /******/ !function() {
205
- /******/ var hasSymbol = typeof Symbol === "function";
206
- /******/ var webpackQueues = hasSymbol ? Symbol("webpack queues") : "__webpack_queues__";
207
- /******/ var webpackExports = hasSymbol ? Symbol("webpack exports") : "__webpack_exports__";
208
- /******/ var webpackError = hasSymbol ? Symbol("webpack error") : "__webpack_error__";
209
- /******/
210
- /******/ var resolveQueue = function(queue) {
211
- /******/ if(queue && queue.d < 1) {
212
- /******/ queue.d = 1;
213
- /******/ queue.forEach(function(fn) { fn.r--; });
214
- /******/ queue.forEach(function(fn) { fn.r-- ? fn.r++ : fn(); });
215
- /******/ }
216
- /******/ }
217
- /******/ var wrapDeps = function(deps) { return deps.map(function(dep) {
218
- /******/ if(dep !== null && typeof dep === "object") {
219
- /******/
220
- /******/ if(dep[webpackQueues]) return dep;
221
- /******/ if(dep.then) {
222
- /******/ var queue = [];
223
- /******/ queue.d = 0;
224
- /******/ dep.then(function(r) {
225
- /******/ obj[webpackExports] = r;
226
- /******/ resolveQueue(queue);
227
- /******/ }, function(e) {
228
- /******/ obj[webpackError] = e;
229
- /******/ resolveQueue(queue);
230
- /******/ });
231
- /******/ var obj = {};
232
- /******/
233
- /******/ obj[webpackQueues] = function(fn) { fn(queue); };
234
- /******/ return obj;
235
- /******/ }
236
- /******/ }
237
- /******/ var ret = {};
238
- /******/ ret[webpackQueues] = function() {};
239
- /******/ ret[webpackExports] = dep;
240
- /******/ return ret;
241
- /******/ }); };
242
- /******/ __webpack_require__.a = function(module, body, hasAwait) {
243
- /******/ var queue;
244
- /******/ hasAwait && ((queue = []).d = -1);
245
- /******/ var depQueues = new Set();
246
- /******/ var exports = module.exports;
247
- /******/ var currentDeps;
248
- /******/ var outerResolve;
249
- /******/ var reject;
250
- /******/ var promise = new Promise(function(resolve, rej) {
251
- /******/ reject = rej;
252
- /******/ outerResolve = resolve;
253
- /******/ });
254
- /******/ promise[webpackExports] = exports;
255
- /******/ promise[webpackQueues] = function(fn) { queue && fn(queue), depQueues.forEach(fn), promise["catch"](function() {}); };
256
- /******/ module.exports = promise;
257
- /******/ var handle = function(deps) {
258
- /******/ currentDeps = wrapDeps(deps);
259
- /******/ var fn;
260
- /******/ var getResult = function() { return currentDeps.map(function(d) {
261
- /******/
262
- /******/ if(d[webpackError]) throw d[webpackError];
263
- /******/ return d[webpackExports];
264
- /******/ }); }
265
- /******/ var promise = new Promise(function(resolve) {
266
- /******/ fn = function() { resolve(getResult); };
267
- /******/ fn.r = 0;
268
- /******/ var fnQueue = function(q) { q !== queue && !depQueues.has(q) && (depQueues.add(q), q && !q.d && (fn.r++, q.push(fn))); };
269
- /******/ currentDeps.map(function(dep) { dep[webpackQueues](fnQueue); });
270
- /******/ });
271
- /******/ return fn.r ? promise : getResult();
272
- /******/ }
273
- /******/ var done = function(err) { (err ? reject(promise[webpackError] = err) : outerResolve(exports)), resolveQueue(queue); }
274
- /******/ body(handle, done);
275
- /******/ queue && queue.d < 0 && (queue.d = 0);
276
- /******/ };
277
- /******/ }();
278
- /******/
279
154
  /******/ /* webpack/runtime/define property getters */
280
155
  /******/ !function() {
281
156
  /******/ // define getter/value functions for harmony exports
@@ -309,24 +184,50 @@ module.exports = x({ });
309
184
  /******/ }();
310
185
  /******/
311
186
  /************************************************************************/
312
- /******/
313
- /******/ // startup
314
- /******/ // Load entry module and return exports
315
- /******/ // This entry module used 'module' so it can't be inlined
316
- /******/ var __webpack_exports__ = __webpack_require__(14);
317
- /******/ __webpack_exports__ = await __webpack_exports__;
318
- /******/ var __webpack_exports__isAndExpression = __webpack_exports__.Gc;
319
- /******/ var __webpack_exports__isArrayContainsExpression = __webpack_exports__.ZI;
320
- /******/ var __webpack_exports__isConcatExpression = __webpack_exports__.HK;
321
- /******/ var __webpack_exports__isCondition = __webpack_exports__.G3;
322
- /******/ var __webpack_exports__isIfExpression = __webpack_exports__.MP;
323
- /******/ var __webpack_exports__isMappingExpression = __webpack_exports__.Z9;
324
- /******/ var __webpack_exports__isOperation = __webpack_exports__.YG;
325
- /******/ var __webpack_exports__isOrExpression = __webpack_exports__.g6;
326
- /******/ var __webpack_exports__isSelector = __webpack_exports__.cB;
327
- /******/ var __webpack_exports__isSpecificExpression = __webpack_exports__.bQ;
328
- /******/ var __webpack_exports__isSwitchExpression = __webpack_exports__.$y;
329
- /******/ var __webpack_exports__isUnaryOperation = __webpack_exports__.bF;
330
- /******/ var __webpack_exports__isValue = __webpack_exports__.ml;
331
- /******/ export { __webpack_exports__isAndExpression as isAndExpression, __webpack_exports__isArrayContainsExpression as isArrayContainsExpression, __webpack_exports__isConcatExpression as isConcatExpression, __webpack_exports__isCondition as isCondition, __webpack_exports__isIfExpression as isIfExpression, __webpack_exports__isMappingExpression as isMappingExpression, __webpack_exports__isOperation as isOperation, __webpack_exports__isOrExpression as isOrExpression, __webpack_exports__isSelector as isSelector, __webpack_exports__isSpecificExpression as isSpecificExpression, __webpack_exports__isSwitchExpression as isSwitchExpression, __webpack_exports__isUnaryOperation as isUnaryOperation, __webpack_exports__isValue as isValue };
332
- /******/
187
+ var __webpack_exports__ = {};
188
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
189
+ /* harmony export */ $y: function() { return /* binding */ isSwitchExpression; },
190
+ /* harmony export */ G3: function() { return /* binding */ isCondition; },
191
+ /* harmony export */ Gc: function() { return /* binding */ isAndExpression; },
192
+ /* harmony export */ HK: function() { return /* binding */ isConcatExpression; },
193
+ /* harmony export */ MP: function() { return /* binding */ isIfExpression; },
194
+ /* harmony export */ YG: function() { return /* binding */ isOperation; },
195
+ /* harmony export */ Z9: function() { return /* binding */ isMappingExpression; },
196
+ /* harmony export */ ZI: function() { return /* binding */ isArrayContainsExpression; },
197
+ /* harmony export */ bF: function() { return /* binding */ isUnaryOperation; },
198
+ /* harmony export */ bQ: function() { return /* binding */ isSpecificExpression; },
199
+ /* harmony export */ cB: function() { return /* binding */ isSelector; },
200
+ /* harmony export */ g6: function() { return /* binding */ isOrExpression; },
201
+ /* harmony export */ ml: function() { return /* binding */ isValue; }
202
+ /* harmony export */ });
203
+ /* harmony import */ var _indicators_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4);
204
+ // #!/usr/bin/env babel-node
205
+ // -*- coding: utf-8 -*-
206
+ /* !
207
+ region header
208
+ [Project page](https://torben.website/clientnode)
209
+
210
+ Copyright Torben Sickert (info["~at~"]torben.website) 16.12.2012
211
+
212
+ License
213
+ -------
214
+
215
+ This library written by Torben Sickert stands under a creative commons
216
+ naming 3.0 unported license.
217
+ See https://creativecommons.org/licenses/by/3.0/deed.de
218
+ endregion
219
+ */function _createForOfIteratorHelper(r,e){var t="undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(!t){if(Array.isArray(r)||(t=_unsupportedIterableToArray(r))||e&&r&&"number"==typeof r.length){t&&(r=t);var _n=0,F=function F(){};return{s:F,n:function n(){return _n>=r.length?{done:!0}:{done:!1,value:r[_n++]}},e:function e(r){throw r},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,u=!1;return{s:function s(){t=t.call(r)},n:function n(){var r=t.next();return a=r.done,r},e:function e(r){u=!0,o=r},f:function f(){try{a||null==t.return||t.return()}finally{if(u)throw o}}}}function _unsupportedIterableToArray(r,a){if(r){if("string"==typeof r)return _arrayLikeToArray(r,a);var t={}.toString.call(r).slice(8,-1);return"Object"===t&&r.constructor&&(t=r.constructor.name),"Map"===t||"Set"===t?Array.from(r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,a):void 0}}function _arrayLikeToArray(r,a){(null==a||a>r.length)&&(a=r.length);for(var e=0,n=Array(a);e<a;e++)n[e]=r[e];return n}var isSpecificExpression=function isSpecificExpression(expression,indicatorKey,properties){if(properties===void 0){properties=[]}if(!((0,_indicators_js__WEBPACK_IMPORTED_MODULE_0__/* .isPlainObject */ .Qd)(expression)&&Object.prototype.hasOwnProperty.call(expression,indicatorKey)))return false;var _iterator=_createForOfIteratorHelper(properties),_step;try{for(_iterator.s();!(_step=_iterator.n()).done;){var name=_step.value;if(!Object.prototype.hasOwnProperty.call(expression,name))return false}}catch(err){_iterator.e(err)}finally{_iterator.f()}return true};var isCondition=function isCondition(expression){return isSpecificExpression(expression,"$comparator",["value1","value2"])};var isAndExpression=function isAndExpression(expression){return isSpecificExpression(expression,"$and")};var isOrExpression=function isOrExpression(expression){return isSpecificExpression(expression,"$or")};var isConcatExpression=function isConcatExpression(expression){return isSpecificExpression(expression,"$concat")};var isMappingExpression=function isMappingExpression(expression){return isSpecificExpression(expression,"$mapping",["data"])};var isOperation=function isOperation(expression){return isSpecificExpression(expression,"$operator",["operand1","operand2"])};var isUnaryOperation=function isUnaryOperation(expression){return isSpecificExpression(expression,"$operator",["operand"])};var isIfExpression=function isIfExpression(expression){return isSpecificExpression(expression,"$if")};var isSwitchExpression=function isSwitchExpression(expression){return isSpecificExpression(expression,"$switch")};var isSelector=function isSelector(expression){return isSpecificExpression(expression,"$select")};var isArrayContainsExpression=function isArrayContainsExpression(expression){return isSpecificExpression(expression,"$arrayContains")};var isValue=function isValue(expression){return!(isSelector(expression)||isCondition(expression)||isUnaryOperation(expression)||isOperation(expression)||isAndExpression(expression)||isOrExpression(expression)||isConcatExpression(expression)||isMappingExpression(expression)||isIfExpression(expression)||isSwitchExpression(expression)||isArrayContainsExpression(expression))};
220
+ var __webpack_exports__isAndExpression = __webpack_exports__.Gc;
221
+ var __webpack_exports__isArrayContainsExpression = __webpack_exports__.ZI;
222
+ var __webpack_exports__isConcatExpression = __webpack_exports__.HK;
223
+ var __webpack_exports__isCondition = __webpack_exports__.G3;
224
+ var __webpack_exports__isIfExpression = __webpack_exports__.MP;
225
+ var __webpack_exports__isMappingExpression = __webpack_exports__.Z9;
226
+ var __webpack_exports__isOperation = __webpack_exports__.YG;
227
+ var __webpack_exports__isOrExpression = __webpack_exports__.g6;
228
+ var __webpack_exports__isSelector = __webpack_exports__.cB;
229
+ var __webpack_exports__isSpecificExpression = __webpack_exports__.bQ;
230
+ var __webpack_exports__isSwitchExpression = __webpack_exports__.$y;
231
+ var __webpack_exports__isUnaryOperation = __webpack_exports__.bF;
232
+ var __webpack_exports__isValue = __webpack_exports__.ml;
233
+ export { __webpack_exports__isAndExpression as isAndExpression, __webpack_exports__isArrayContainsExpression as isArrayContainsExpression, __webpack_exports__isConcatExpression as isConcatExpression, __webpack_exports__isCondition as isCondition, __webpack_exports__isIfExpression as isIfExpression, __webpack_exports__isMappingExpression as isMappingExpression, __webpack_exports__isOperation as isOperation, __webpack_exports__isOrExpression as isOrExpression, __webpack_exports__isSelector as isSelector, __webpack_exports__isSpecificExpression as isSpecificExpression, __webpack_exports__isSwitchExpression as isSwitchExpression, __webpack_exports__isUnaryOperation as isUnaryOperation, __webpack_exports__isValue as isValue };
@@ -45,13 +45,12 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
45
45
  /* 2 */
46
46
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
47
47
 
48
- __webpack_require__.a(module, async function (__webpack_handle_async_dependencies__, __webpack_async_result__) { try {
49
48
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
50
49
  /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
51
50
  /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
52
51
  /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
53
52
  /* harmony export */ });
54
- /* unused harmony exports isImportSyntaxSupported, currentRequire, clearRequireCache, isolatedRequire */
53
+ /* unused harmony exports isImportSyntaxSupported, currentRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
55
54
  /* module decorator */ module = __webpack_require__.hmd(module);
56
55
  // #!/usr/bin/env babel-node
57
56
  // -*- coding: utf-8 -*-
@@ -68,40 +67,23 @@ __webpack_require__.a(module, async function (__webpack_handle_async_dependencie
68
67
  naming 3.0 unported license.
69
68
  See https://creativecommons.org/licenses/by/3.0/deed.de
70
69
  endregion
71
- */function _defaults(e,r){for(var t=Object.getOwnPropertyNames(r),o=0;o<t.length;o++){var n=t[o],a=Object.getOwnPropertyDescriptor(r,n);a&&a.configurable&&void 0===e[n]&&Object.defineProperty(e,n,a)}return e}function _regenerator(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var e,t,r="function"==typeof Symbol?Symbol:{},n=r.iterator||"@@iterator",o=r.toStringTag||"@@toStringTag";function i(r,n,o,i){var c=n&&n.prototype instanceof Generator?n:Generator,u=Object.create(c.prototype);return _regeneratorDefine2(u,"_invoke",function(r,n,o){var i,c,u,f=0,p=o||[],y=!1,G={p:0,n:0,v:e,a:d,f:d.bind(e,4),d:function d(t,r){return i=t,c=0,u=e,G.n=r,a}};function d(r,n){for(c=r,u=n,t=0;!y&&f&&!o&&t<p.length;t++){var o,i=p[t],d=G.p,l=i[2];r>3?(o=l===n)&&(u=i[(c=i[4])?5:(c=3,3)],i[4]=i[5]=e):i[0]<=d&&((o=r<2&&d<i[1])?(c=0,G.v=n,G.n=i[1]):d<l&&(o=r<3||i[0]>n||n>l)&&(i[4]=r,i[5]=n,G.n=l,c=0))}if(o||r>1)return a;throw y=!0,n}return function(o,p,l){if(f>1)throw TypeError("Generator is already running");for(y&&1===p&&d(p,l),c=p,u=l;(t=c<2?e:u)||!y;){i||(c?c<3?(c>1&&(G.n=-1),d(c,u)):G.n=u:G.v=u);try{if(f=2,i){if(c||(o="next"),t=i[o]){if(!(t=t.call(i,u)))throw TypeError("iterator result is not an object");if(!t.done)return t;u=t.value,c<2&&(c=0)}else 1===c&&(t=i.return)&&t.call(i),c<2&&(u=TypeError("The iterator does not provide a '"+o+"' method"),c=1);i=e}else if((t=(y=G.n<0)?u:r.call(n,G))!==a)break}catch(t){i=e,c=1,u=t}finally{f=1}}return{value:t,done:y}}}(r,o,i),!0),u}var a={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}t=Object.getPrototypeOf;var c=[][n]?t(t([][n]())):(_regeneratorDefine2(t={},n,function(){return this}),t),u=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(c);function f(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,GeneratorFunctionPrototype):(_defaults(e,GeneratorFunctionPrototype),_regeneratorDefine2(e,o,"GeneratorFunction")),e.prototype=Object.create(u),e}return GeneratorFunction.prototype=GeneratorFunctionPrototype,_regeneratorDefine2(u,"constructor",GeneratorFunctionPrototype),_regeneratorDefine2(GeneratorFunctionPrototype,"constructor",GeneratorFunction),GeneratorFunction.displayName="GeneratorFunction",_regeneratorDefine2(GeneratorFunctionPrototype,o,"GeneratorFunction"),_regeneratorDefine2(u),_regeneratorDefine2(u,o,"Generator"),_regeneratorDefine2(u,n,function(){return this}),_regeneratorDefine2(u,"toString",function(){return"[object Generator]"}),(_regenerator=function _regenerator(){return{w:i,m:f}})()}function _regeneratorDefine2(e,r,n,t){var i=Object.defineProperty;try{i({},"",{})}catch(e){i=0}_regeneratorDefine2=function _regeneratorDefine(e,r,n,t){function o(r,n){_regeneratorDefine2(e,r,function(e){return this._invoke(r,n,e)})}r?i?i(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:(o("next",0),o("throw",1),o("return",2))},_regeneratorDefine2(e,r,n,t)}function asyncGeneratorStep(n,t,e,r,o,a,c){try{var i=n[a](c),u=i.value}catch(n){return void e(n)}i.done?t(u):Promise.resolve(u).then(r,o)}function _asyncToGenerator(n){return function(){var t=this,e=arguments;return new Promise(function(r,o){var a=n.apply(t,e);function _next(n){asyncGeneratorStep(a,r,o,_next,_throw,"next",n)}function _throw(n){asyncGeneratorStep(a,r,o,_next,_throw,"throw",n)}_next(void 0)})}}function _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(r,a){if(r){if("string"==typeof r)return _arrayLikeToArray(r,a);var t={}.toString.call(r).slice(8,-1);return"Object"===t&&r.constructor&&(t=r.constructor.name),"Map"===t||"Set"===t?Array.from(r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,a):void 0}}function _arrayLikeToArray(r,a){(null==a||a>r.length)&&(a=r.length);for(var e=0,n=Array(a);e<a;e++)n[e]=r[e];return n}function _iterableToArrayLimit(r,l){var t=null==r?null:"undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(null!=t){var e,n,i,u,a=[],f=!0,o=!1;try{if(i=(t=t.call(r)).next,0===l){if(Object(t)!==t)return;f=!1}else for(;!(f=(e=i.call(t)).done)&&(a.push(e.value),a.length!==l);f=!0);}catch(r){o=!0,n=r}finally{try{if(!f&&null!=t.return&&(u=t.return(),Object(u)!==u))return}finally{if(o)throw n}}return a}}function _arrayWithHoles(r){if(Array.isArray(r))return r}var determineGlobalContext=function determineGlobalContext(){if(typeof globalThis==="undefined"){if(typeof window==="undefined"){if(typeof __webpack_require__.g==="undefined")return false?0:module;if(Object.prototype.hasOwnProperty.call(__webpack_require__.g,"window"))return __webpack_require__.g.window;return __webpack_require__.g}return window}return globalThis};var globalContext=determineGlobalContext();// Make preprocessed import function available at runtime.
72
- var isImportSyntaxSupported=function isImportSyntaxSupported(){try{// eslint-disable-next-line @typescript-eslint/no-implied-eval
73
- new Function("import(\"data:text/javascript,\")");return true}catch(_unused){return false}};// Make preprocessed require function available at runtime.
74
- var customRequire=typeof globalContext.require==="undefined"?null:globalContext.require;if(!customRequire&&isImportSyntaxSupported())try{var _await$Function=/*
75
- eslint-disable
76
- @typescript-eslint/no-implied-eval,
77
- @typescript-eslint/no-unsafe-call
78
- */await new Function("return import(\"node:module\")")(),createRequire=_await$Function.createRequire;/*
79
- eslint-enable
80
- @typescript-eslint/no-implied-eval,
81
- @typescript-eslint/no-unsafe-call
82
- */// eslint-disable-next-line @typescript-eslint/no-unsafe-call
83
- customRequire=createRequire("file:///__w/clientnode/clientnode/src/module.ts")}catch(_unused2){// Ignore error.
84
- }var currentRequire=customRequire;var optionalRequire=function optionalRequire(id){try{return currentRequire?currentRequire(id):null}catch(_unused3){return null}};var clearRequireCache=function clearRequireCache(cache){if(cache===void 0){cache=(currentRequire===null||currentRequire===void 0?void 0:currentRequire.cache)||__webpack_require__.c}var backup={};for(var _i=0,_Object$entries=Object.entries(cache);_i<_Object$entries.length;_i++){var _Object$entries$_i=_slicedToArray(_Object$entries[_i],2),key=_Object$entries$_i[0],_module=_Object$entries$_i[1];backup[key]=_module;delete cache[key]}return backup};var restoreRequireCache=function restoreRequireCache(cache,backup){if(cache===void 0){cache=(currentRequire===null||currentRequire===void 0?void 0:currentRequire.cache)||__webpack_require__.c}clearRequireCache();for(var _i2=0,_Object$entries2=Object.entries(backup);_i2<_Object$entries2.length;_i2++){var _Object$entries2$_i=_slicedToArray(_Object$entries2[_i2],2),key=_Object$entries2$_i[0],_module2=_Object$entries2$_i[1];cache[key]=_module2}};var isolatedRequire=function isolatedRequire(path,requireFunction){if(requireFunction===void 0){requireFunction=currentRequire||__webpack_require__(6)}var backup=clearRequireCache(requireFunction.cache);try{return requireFunction(path);// eslint-disable-next-line no-useless-catch
85
- }catch(error){throw error}finally{restoreRequireCache(requireFunction.cache,backup)}};var optionalImport=/*#__PURE__*/function(){var _optionalImport=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(id,options){var _t,_t2;return _regenerator().w(function(_context){while(1)switch(_context.p=_context.n){case 0:if(options===void 0){options={}}_context.p=1;if(!isImportSyntaxSupported()){_context.n=3;break}_context.n=2;return new Function("options","return import('".concat(id,"', options)"))(options);case 2:_t=_context.v;_context.n=5;break;case 3:_context.n=4;return Promise.resolve(null);case 4:_t=_context.v;case 5:return _context.a(2,_t);case 6:_context.p=6;_t2=_context.v;_context.n=7;return Promise.resolve(null);case 7:return _context.a(2,_context.v)}},_callee,null,[[1,6]])}));function optionalImport(_x,_x2){return _optionalImport.apply(this,arguments)}return optionalImport}();
86
- __webpack_async_result__();
87
- } catch(e) { __webpack_async_result__(e); } }, 1);
70
+ */function _defaults(e,r){for(var t=Object.getOwnPropertyNames(r),o=0;o<t.length;o++){var n=t[o],a=Object.getOwnPropertyDescriptor(r,n);a&&a.configurable&&void 0===e[n]&&Object.defineProperty(e,n,a)}return e}function _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(r,a){if(r){if("string"==typeof r)return _arrayLikeToArray(r,a);var t={}.toString.call(r).slice(8,-1);return"Object"===t&&r.constructor&&(t=r.constructor.name),"Map"===t||"Set"===t?Array.from(r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,a):void 0}}function _arrayLikeToArray(r,a){(null==a||a>r.length)&&(a=r.length);for(var e=0,n=Array(a);e<a;e++)n[e]=r[e];return n}function _iterableToArrayLimit(r,l){var t=null==r?null:"undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(null!=t){var e,n,i,u,a=[],f=!0,o=!1;try{if(i=(t=t.call(r)).next,0===l){if(Object(t)!==t)return;f=!1}else for(;!(f=(e=i.call(t)).done)&&(a.push(e.value),a.length!==l);f=!0);}catch(r){o=!0,n=r}finally{try{if(!f&&null!=t.return&&(u=t.return(),Object(u)!==u))return}finally{if(o)throw n}}return a}}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _regenerator(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var e,t,r="function"==typeof Symbol?Symbol:{},n=r.iterator||"@@iterator",o=r.toStringTag||"@@toStringTag";function i(r,n,o,i){var c=n&&n.prototype instanceof Generator?n:Generator,u=Object.create(c.prototype);return _regeneratorDefine2(u,"_invoke",function(r,n,o){var i,c,u,f=0,p=o||[],y=!1,G={p:0,n:0,v:e,a:d,f:d.bind(e,4),d:function d(t,r){return i=t,c=0,u=e,G.n=r,a}};function d(r,n){for(c=r,u=n,t=0;!y&&f&&!o&&t<p.length;t++){var o,i=p[t],d=G.p,l=i[2];r>3?(o=l===n)&&(u=i[(c=i[4])?5:(c=3,3)],i[4]=i[5]=e):i[0]<=d&&((o=r<2&&d<i[1])?(c=0,G.v=n,G.n=i[1]):d<l&&(o=r<3||i[0]>n||n>l)&&(i[4]=r,i[5]=n,G.n=l,c=0))}if(o||r>1)return a;throw y=!0,n}return function(o,p,l){if(f>1)throw TypeError("Generator is already running");for(y&&1===p&&d(p,l),c=p,u=l;(t=c<2?e:u)||!y;){i||(c?c<3?(c>1&&(G.n=-1),d(c,u)):G.n=u:G.v=u);try{if(f=2,i){if(c||(o="next"),t=i[o]){if(!(t=t.call(i,u)))throw TypeError("iterator result is not an object");if(!t.done)return t;u=t.value,c<2&&(c=0)}else 1===c&&(t=i.return)&&t.call(i),c<2&&(u=TypeError("The iterator does not provide a '"+o+"' method"),c=1);i=e}else if((t=(y=G.n<0)?u:r.call(n,G))!==a)break}catch(t){i=e,c=1,u=t}finally{f=1}}return{value:t,done:y}}}(r,o,i),!0),u}var a={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}t=Object.getPrototypeOf;var c=[][n]?t(t([][n]())):(_regeneratorDefine2(t={},n,function(){return this}),t),u=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(c);function f(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,GeneratorFunctionPrototype):(_defaults(e,GeneratorFunctionPrototype),_regeneratorDefine2(e,o,"GeneratorFunction")),e.prototype=Object.create(u),e}return GeneratorFunction.prototype=GeneratorFunctionPrototype,_regeneratorDefine2(u,"constructor",GeneratorFunctionPrototype),_regeneratorDefine2(GeneratorFunctionPrototype,"constructor",GeneratorFunction),GeneratorFunction.displayName="GeneratorFunction",_regeneratorDefine2(GeneratorFunctionPrototype,o,"GeneratorFunction"),_regeneratorDefine2(u),_regeneratorDefine2(u,o,"Generator"),_regeneratorDefine2(u,n,function(){return this}),_regeneratorDefine2(u,"toString",function(){return"[object Generator]"}),(_regenerator=function _regenerator(){return{w:i,m:f}})()}function _regeneratorDefine2(e,r,n,t){var i=Object.defineProperty;try{i({},"",{})}catch(e){i=0}_regeneratorDefine2=function _regeneratorDefine(e,r,n,t){function o(r,n){_regeneratorDefine2(e,r,function(e){return this._invoke(r,n,e)})}r?i?i(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:(o("next",0),o("throw",1),o("return",2))},_regeneratorDefine2(e,r,n,t)}function asyncGeneratorStep(n,t,e,r,o,a,c){try{var i=n[a](c),u=i.value}catch(n){return void e(n)}i.done?t(u):Promise.resolve(u).then(r,o)}function _asyncToGenerator(n){return function(){var t=this,e=arguments;return new Promise(function(r,o){var a=n.apply(t,e);function _next(n){asyncGeneratorStep(a,r,o,_next,_throw,"next",n)}function _throw(n){asyncGeneratorStep(a,r,o,_next,_throw,"throw",n)}_next(void 0)})}}var determineGlobalContext=function determineGlobalContext(){if(typeof globalThis==="undefined"){if(typeof window==="undefined"){if(typeof __webpack_require__.g==="undefined")return false?0:module;if(Object.prototype.hasOwnProperty.call(__webpack_require__.g,"window"))return __webpack_require__.g.window;return __webpack_require__.g}return window}return globalThis};var globalContext=determineGlobalContext();var isImportSyntaxSupported=function isImportSyntaxSupported(){try{// eslint-disable-next-line @typescript-eslint/no-implied-eval
71
+ new Function("import(\"data:text/javascript,\")");return true}catch(_unused){return false}};var currentRequire=typeof globalContext.require==="undefined"?null:globalContext.require;// Make preprocessed require function available at runtime.
72
+ var getCurrentRequire=/*#__PURE__*/(/* unused pure expression or super */ null && (function(){var _getCurrentRequire=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(){var _yield$Function,createRequire,_t;return _regenerator().w(function(_context){while(1)switch(_context.p=_context.n){case 0:if(!currentRequire){_context.n=1;break}return _context.a(2,currentRequire);case 1:_context.p=1;_context.n=2;return new Function("return import(\"node:module\")")();case 2:_yield$Function=_context.v;createRequire=_yield$Function.createRequire;return _context.a(2,createRequire("file:///__w/clientnode/clientnode/src/module.ts"));case 3:_context.p=3;_t=_context.v;console.error(_t);return _context.a(2,null)}},_callee,null,[[1,3]])}));function getCurrentRequire(){return _getCurrentRequire.apply(this,arguments)}return getCurrentRequire}()));var optionalRequire=function optionalRequire(id){try{return currentRequire?currentRequire(id):null}catch(_unused2){return null}};var clearRequireCache=function clearRequireCache(cache){if(cache===void 0){cache=(currentRequire===null||currentRequire===void 0?void 0:currentRequire.cache)||__webpack_require__.c}var backup={};for(var _i=0,_Object$entries=Object.entries(cache);_i<_Object$entries.length;_i++){var _Object$entries$_i=_slicedToArray(_Object$entries[_i],2),key=_Object$entries$_i[0],_module=_Object$entries$_i[1];backup[key]=_module;delete cache[key]}return backup};var restoreRequireCache=function restoreRequireCache(cache,backup){if(cache===void 0){cache=(currentRequire===null||currentRequire===void 0?void 0:currentRequire.cache)||__webpack_require__.c}clearRequireCache();for(var _i2=0,_Object$entries2=Object.entries(backup);_i2<_Object$entries2.length;_i2++){var _Object$entries2$_i=_slicedToArray(_Object$entries2[_i2],2),key=_Object$entries2$_i[0],_module2=_Object$entries2$_i[1];cache[key]=_module2}};var isolatedRequire=function isolatedRequire(path,requireFunction){if(requireFunction===void 0){requireFunction=currentRequire||__webpack_require__(6)}var backup=clearRequireCache(requireFunction.cache);try{return requireFunction(path);// eslint-disable-next-line no-useless-catch
73
+ }catch(error){throw error}finally{restoreRequireCache(requireFunction.cache,backup)}};var optionalImport=/*#__PURE__*/function(){var _optionalImport=_asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(id,options){var _t2,_t3;return _regenerator().w(function(_context2){while(1)switch(_context2.p=_context2.n){case 0:if(options===void 0){options={}}_context2.p=1;if(!isImportSyntaxSupported()){_context2.n=3;break}_context2.n=2;return new Function("options","return import('".concat(id,"', options)"))(options);case 2:_t2=_context2.v;_context2.n=5;break;case 3:_context2.n=4;return Promise.resolve(null);case 4:_t2=_context2.v;case 5:return _context2.a(2,_t2);case 6:_context2.p=6;_t3=_context2.v;_context2.n=7;return Promise.resolve(null);case 7:return _context2.a(2,_context2.v)}},_callee2,null,[[1,6]])}));function optionalImport(_x,_x2){return _optionalImport.apply(this,arguments)}return optionalImport}();
88
74
 
89
75
  /***/ }),
90
76
  /* 3 */,
91
77
  /* 4 */,
92
78
  /* 5 */
93
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
79
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
94
80
 
95
- __webpack_require__.a(module, async function (__webpack_handle_async_dependencies__, __webpack_async_result__) { try {
96
81
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
97
82
  /* harmony export */ tE: function() { return /* binding */ NOOP; }
98
83
  /* harmony export */ });
99
84
  /* unused harmony exports globalContext, setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, mockConsole */
100
85
  /* unused harmony import specifier */ var CONSOLE_METHODS;
101
86
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
102
- var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_module_js__WEBPACK_IMPORTED_MODULE_0__]);
103
- var __webpack_async_dependencies_result__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__);
104
- _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_async_dependencies_result__[0];
105
87
  // #!/usr/bin/env babel-node
106
88
  // -*- coding: utf-8 -*-
107
89
  /** @module context *//* !
@@ -121,8 +103,6 @@ _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_async_dependencies_result__[
121
103
  var NOOP=function NOOP(){// Do nothing.
122
104
  };var mockConsole=function mockConsole(){// Avoid errors in browsers that lack a console.
123
105
  if(!Object.prototype.hasOwnProperty.call(globalContext,"console"))globalContext.console={};if(!globalContext.console)globalContext.console={};var _iterator=_createForOfIteratorHelper(CONSOLE_METHODS),_step;try{for(_iterator.s();!(_step=_iterator.n()).done;){var methodName=_step.value;if(!(methodName in globalContext.console))globalContext.console[methodName]=NOOP}}catch(err){_iterator.e(err)}finally{_iterator.f()}};
124
- __webpack_async_result__();
125
- } catch(e) { __webpack_async_result__(e); } });
126
106
 
127
107
  /***/ }),
128
108
  /* 6 */
@@ -145,9 +125,8 @@ module.exports = webpackEmptyContext;
145
125
  /* 10 */,
146
126
  /* 11 */,
147
127
  /* 12 */
148
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
128
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
149
129
 
150
- __webpack_require__.a(module, async function (__webpack_handle_async_dependencies__, __webpack_async_result__) { try {
151
130
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
152
131
  /* harmony export */ L5: function() { return /* binding */ importFilesystemAPI; },
153
132
  /* harmony export */ VW: function() { return /* binding */ imports; },
@@ -166,10 +145,6 @@ __webpack_require__.a(module, async function (__webpack_handle_async_dependencie
166
145
  /* harmony import */ var _constants_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
167
146
  /* harmony import */ var _context_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5);
168
147
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2);
169
- var __webpack_async_dependencies__ = __webpack_handle_async_dependencies__([_context_js__WEBPACK_IMPORTED_MODULE_2__, _module_js__WEBPACK_IMPORTED_MODULE_3__]);
170
- var __webpack_async_dependencies_result__ = (__webpack_async_dependencies__.then ? (await __webpack_async_dependencies__)() : __webpack_async_dependencies__);
171
- _context_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_async_dependencies_result__[0];
172
- _module_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_async_dependencies_result__[1];
173
148
  // #!/usr/bin/env babel-node
174
149
  // -*- coding: utf-8 -*-
175
150
  /** @module filesystem *//* !
@@ -277,8 +252,6 @@ try{mkdirSync(targetPath)}catch(error){if(error.code!=="EEXIST")throw error}for(
277
252
  NOTE: Directories have to be iterated first to potentially
278
253
  avoid deeper iterations.
279
254
  */files.sort(function(firstFile,secondFile){var _firstFile$stats2,_secondFile$stats4;if((_firstFile$stats2=firstFile.stats)!==null&&_firstFile$stats2!==void 0&&_firstFile$stats2.isDirectory()){var _secondFile$stats3;if((_secondFile$stats3=secondFile.stats)!==null&&_secondFile$stats3!==void 0&&_secondFile$stats3.isDirectory())return 0;return-1}if((_secondFile$stats4=secondFile.stats)!==null&&_secondFile$stats4!==void 0&&_secondFile$stats4.isDirectory())return 1;return 0});var _iterator4=_createForOfIteratorHelper(files),_step4;try{for(_iterator4.s();!(_step4=_iterator4.n()).done;){var _file$stats2;var file=_step4.value;finalFiles.push(file);var result=callback(file);if(result===null)break;if(result!==false&&(_file$stats2=file.stats)!==null&&_file$stats2!==void 0&&_file$stats2.isDirectory())finalFiles=finalFiles.concat(_walkDirectoryRecursivelySync(file.path,callback,options))}}catch(err){_iterator4.e(err)}finally{_iterator4.f()}}return finalFiles};
280
- __webpack_async_result__();
281
- } catch(e) { __webpack_async_result__(e); } });
282
255
 
283
256
  /***/ })
284
257
  /******/ ]);
@@ -314,82 +287,6 @@ __webpack_async_result__();
314
287
  /******/ __webpack_require__.c = __webpack_module_cache__;
315
288
  /******/
316
289
  /************************************************************************/
317
- /******/ /* webpack/runtime/async module */
318
- /******/ !function() {
319
- /******/ var hasSymbol = typeof Symbol === "function";
320
- /******/ var webpackQueues = hasSymbol ? Symbol("webpack queues") : "__webpack_queues__";
321
- /******/ var webpackExports = hasSymbol ? Symbol("webpack exports") : "__webpack_exports__";
322
- /******/ var webpackError = hasSymbol ? Symbol("webpack error") : "__webpack_error__";
323
- /******/
324
- /******/ var resolveQueue = function(queue) {
325
- /******/ if(queue && queue.d < 1) {
326
- /******/ queue.d = 1;
327
- /******/ queue.forEach(function(fn) { fn.r--; });
328
- /******/ queue.forEach(function(fn) { fn.r-- ? fn.r++ : fn(); });
329
- /******/ }
330
- /******/ }
331
- /******/ var wrapDeps = function(deps) { return deps.map(function(dep) {
332
- /******/ if(dep !== null && typeof dep === "object") {
333
- /******/
334
- /******/ if(dep[webpackQueues]) return dep;
335
- /******/ if(dep.then) {
336
- /******/ var queue = [];
337
- /******/ queue.d = 0;
338
- /******/ dep.then(function(r) {
339
- /******/ obj[webpackExports] = r;
340
- /******/ resolveQueue(queue);
341
- /******/ }, function(e) {
342
- /******/ obj[webpackError] = e;
343
- /******/ resolveQueue(queue);
344
- /******/ });
345
- /******/ var obj = {};
346
- /******/
347
- /******/ obj[webpackQueues] = function(fn) { fn(queue); };
348
- /******/ return obj;
349
- /******/ }
350
- /******/ }
351
- /******/ var ret = {};
352
- /******/ ret[webpackQueues] = function() {};
353
- /******/ ret[webpackExports] = dep;
354
- /******/ return ret;
355
- /******/ }); };
356
- /******/ __webpack_require__.a = function(module, body, hasAwait) {
357
- /******/ var queue;
358
- /******/ hasAwait && ((queue = []).d = -1);
359
- /******/ var depQueues = new Set();
360
- /******/ var exports = module.exports;
361
- /******/ var currentDeps;
362
- /******/ var outerResolve;
363
- /******/ var reject;
364
- /******/ var promise = new Promise(function(resolve, rej) {
365
- /******/ reject = rej;
366
- /******/ outerResolve = resolve;
367
- /******/ });
368
- /******/ promise[webpackExports] = exports;
369
- /******/ promise[webpackQueues] = function(fn) { queue && fn(queue), depQueues.forEach(fn), promise["catch"](function() {}); };
370
- /******/ module.exports = promise;
371
- /******/ var handle = function(deps) {
372
- /******/ currentDeps = wrapDeps(deps);
373
- /******/ var fn;
374
- /******/ var getResult = function() { return currentDeps.map(function(d) {
375
- /******/
376
- /******/ if(d[webpackError]) throw d[webpackError];
377
- /******/ return d[webpackExports];
378
- /******/ }); }
379
- /******/ var promise = new Promise(function(resolve) {
380
- /******/ fn = function() { resolve(getResult); };
381
- /******/ fn.r = 0;
382
- /******/ var fnQueue = function(q) { q !== queue && !depQueues.has(q) && (depQueues.add(q), q && !q.d && (fn.r++, q.push(fn))); };
383
- /******/ currentDeps.map(function(dep) { dep[webpackQueues](fnQueue); });
384
- /******/ });
385
- /******/ return fn.r ? promise : getResult();
386
- /******/ }
387
- /******/ var done = function(err) { (err ? reject(promise[webpackError] = err) : outerResolve(exports)), resolveQueue(queue); }
388
- /******/ body(handle, done);
389
- /******/ queue && queue.d < 0 && (queue.d = 0);
390
- /******/ };
391
- /******/ }();
392
- /******/
393
290
  /******/ /* webpack/runtime/define property getters */
394
291
  /******/ !function() {
395
292
  /******/ // define getter/value functions for harmony exports
@@ -455,7 +352,6 @@ __webpack_async_result__();
455
352
  /******/ // startup
456
353
  /******/ // Load entry module and return exports
457
354
  /******/ var __webpack_exports__ = __webpack_require__(12);
458
- /******/ __webpack_exports__ = await __webpack_exports__;
459
355
  /******/ var __webpack_exports__copyDirectoryRecursive = __webpack_exports__.vX;
460
356
  /******/ var __webpack_exports__copyDirectoryRecursiveSync = __webpack_exports__.uD;
461
357
  /******/ var __webpack_exports__copyFile = __webpack_exports__.m3;