clientnode 4.0.1507 → 4.0.1509

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 (56) hide show
  1. package/dist/Lock.js +27 -8
  2. package/dist/Logger.js +55 -27
  3. package/dist/Semaphore.js +27 -8
  4. package/dist/array.js +46 -8
  5. package/dist/bundle/index.js +429 -402
  6. package/dist/cli.js +27 -8
  7. package/dist/compatible/Lock.js +27 -8
  8. package/dist/compatible/Logger.js +55 -27
  9. package/dist/compatible/Semaphore.js +27 -8
  10. package/dist/compatible/array.js +46 -8
  11. package/dist/compatible/cli.js +27 -8
  12. package/dist/compatible/constants.js +27 -8
  13. package/dist/compatible/context.js +55 -27
  14. package/dist/compatible/cookie.js +58 -27
  15. package/dist/compatible/data-transfer.js +59 -27
  16. package/dist/compatible/datetime.js +58 -27
  17. package/dist/compatible/domNode.js +59 -27
  18. package/dist/compatible/expression/evaluators.js +50 -27
  19. package/dist/compatible/expression/helper.js +31 -8
  20. package/dist/compatible/expression/index.js +71 -27
  21. package/dist/compatible/expression/indicator-functions.js +42 -8
  22. package/dist/compatible/filesystem.js +55 -27
  23. package/dist/compatible/function.js +32 -8
  24. package/dist/compatible/index.js +63 -34
  25. package/dist/compatible/indicators.js +39 -8
  26. package/dist/compatible/module.js +50 -27
  27. package/dist/compatible/number.js +34 -8
  28. package/dist/compatible/object.js +58 -27
  29. package/dist/compatible/process.js +55 -27
  30. package/dist/compatible/scope.js +105 -34
  31. package/dist/compatible/string.js +61 -27
  32. package/dist/compatible/test-helper.js +33 -8
  33. package/dist/compatible/utility.js +55 -27
  34. package/dist/constants.js +27 -8
  35. package/dist/context.js +55 -27
  36. package/dist/cookie.js +58 -27
  37. package/dist/data-transfer.js +59 -27
  38. package/dist/datetime.js +58 -27
  39. package/dist/domNode.js +59 -27
  40. package/dist/expression/evaluators.js +50 -27
  41. package/dist/expression/helper.js +31 -8
  42. package/dist/expression/index.js +71 -27
  43. package/dist/expression/indicator-functions.js +42 -8
  44. package/dist/filesystem.js +55 -27
  45. package/dist/function.js +32 -8
  46. package/dist/index.js +63 -34
  47. package/dist/indicators.js +39 -8
  48. package/dist/module.js +50 -27
  49. package/dist/number.js +34 -8
  50. package/dist/object.js +58 -27
  51. package/dist/process.js +55 -27
  52. package/dist/scope.js +105 -34
  53. package/dist/string.js +61 -27
  54. package/dist/test-helper.js +33 -8
  55. package/dist/utility.js +55 -27
  56. package/package.json +4 -3
package/dist/domNode.js CHANGED
@@ -4,6 +4,10 @@ if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='u
4
4
  /***/ 5:
5
5
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6
6
 
7
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
8
+ /* harmony export */ Lz: function() { return /* binding */ globalContext; },
9
+ /* harmony export */ tE: function() { return /* binding */ NOOP; }
10
+ /* harmony export */ });
7
11
  /* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, mockConsole */
8
12
  /* unused harmony import specifier */ var CONSOLE_METHODS;
9
13
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
@@ -229,6 +233,11 @@ for(var _i6=0,_Array$from=Array.from(domNode.childNodes);_i6<_Array$from.length;
229
233
  /***/ 2:
230
234
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
231
235
 
236
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
237
+ /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
238
+ /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
239
+ /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
240
+ /* harmony export */ });
232
241
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
233
242
  /* module decorator */ module = __webpack_require__.hmd(module);
234
243
  // #!/usr/bin/env babel-node
@@ -385,40 +394,63 @@ module.exports = x({ });
385
394
  /******/
386
395
  /************************************************************************/
387
396
  /******/ /* webpack/runtime/define property getters */
388
- /******/ // define getter/value functions for harmony exports
389
- /******/ __webpack_require__.d = function(exports, definition) {
390
- /******/ for(var key in definition) {
391
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
392
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
397
+ /******/ !function() {
398
+ /******/ // define getter/value functions for harmony exports
399
+ /******/ __webpack_require__.d = function(exports, definition) {
400
+ /******/ if(Array.isArray(definition)) {
401
+ /******/ var i = 0;
402
+ /******/ while(i < definition.length) {
403
+ /******/ var key = definition[i++];
404
+ /******/ var binding = definition[i++];
405
+ /******/ if(!__webpack_require__.o(exports, key)) {
406
+ /******/ if(binding === 0) {
407
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
408
+ /******/ } else {
409
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
410
+ /******/ }
411
+ /******/ } else if(binding === 0) { i++; }
412
+ /******/ }
413
+ /******/ } else {
414
+ /******/ for(var key in definition) {
415
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
416
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
417
+ /******/ }
418
+ /******/ }
393
419
  /******/ }
394
- /******/ }
395
- /******/ };
420
+ /******/ };
421
+ /******/ }();
396
422
  /******/
397
423
  /******/ /* webpack/runtime/global */
398
- /******/ __webpack_require__.g = (function() {
399
- /******/ if (typeof globalThis === 'object') return globalThis;
400
- /******/ try {
401
- /******/ return this || new Function('return this')();
402
- /******/ } catch (e) {
403
- /******/ if (typeof window === 'object') return window;
404
- /******/ }
405
- /******/ })();
424
+ /******/ !function() {
425
+ /******/ __webpack_require__.g = (function() {
426
+ /******/ if (typeof globalThis === 'object') return globalThis;
427
+ /******/ try {
428
+ /******/ return this || new Function('return this')();
429
+ /******/ } catch (e) {
430
+ /******/ if (typeof window === 'object') return window;
431
+ /******/ }
432
+ /******/ })();
433
+ /******/ }();
406
434
  /******/
407
435
  /******/ /* webpack/runtime/harmony module decorator */
408
- /******/ __webpack_require__.hmd = function(module) {
409
- /******/ module = Object.create(module);
410
- /******/ if (!module.children) module.children = [];
411
- /******/ Object.defineProperty(module, 'exports', {
412
- /******/ enumerable: true,
413
- /******/ set: function() {
414
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
415
- /******/ }
416
- /******/ });
417
- /******/ return module;
418
- /******/ };
436
+ /******/ !function() {
437
+ /******/ __webpack_require__.hmd = function(module) {
438
+ /******/ module = Object.create(module);
439
+ /******/ if (!module.children) module.children = [];
440
+ /******/ Object.defineProperty(module, 'exports', {
441
+ /******/ enumerable: true,
442
+ /******/ set: function() {
443
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
444
+ /******/ }
445
+ /******/ });
446
+ /******/ return module;
447
+ /******/ };
448
+ /******/ }();
419
449
  /******/
420
450
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
421
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
451
+ /******/ !function() {
452
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
453
+ /******/ }();
422
454
  /******/
423
455
  /************************************************************************/
424
456
  /******/
@@ -1075,40 +1075,63 @@ var result=scope;var index=0;var _iterator6=_createForOfIteratorHelper(path),_st
1075
1075
  /******/
1076
1076
  /************************************************************************/
1077
1077
  /******/ /* webpack/runtime/define property getters */
1078
- /******/ // define getter/value functions for harmony exports
1079
- /******/ __webpack_require__.d = function(exports, definition) {
1080
- /******/ for(var key in definition) {
1081
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1082
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1078
+ /******/ !function() {
1079
+ /******/ // define getter/value functions for harmony exports
1080
+ /******/ __webpack_require__.d = function(exports, definition) {
1081
+ /******/ if(Array.isArray(definition)) {
1082
+ /******/ var i = 0;
1083
+ /******/ while(i < definition.length) {
1084
+ /******/ var key = definition[i++];
1085
+ /******/ var binding = definition[i++];
1086
+ /******/ if(!__webpack_require__.o(exports, key)) {
1087
+ /******/ if(binding === 0) {
1088
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
1089
+ /******/ } else {
1090
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
1091
+ /******/ }
1092
+ /******/ } else if(binding === 0) { i++; }
1093
+ /******/ }
1094
+ /******/ } else {
1095
+ /******/ for(var key in definition) {
1096
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1097
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1098
+ /******/ }
1099
+ /******/ }
1083
1100
  /******/ }
1084
- /******/ }
1085
- /******/ };
1101
+ /******/ };
1102
+ /******/ }();
1086
1103
  /******/
1087
1104
  /******/ /* webpack/runtime/global */
1088
- /******/ __webpack_require__.g = (function() {
1089
- /******/ if (typeof globalThis === 'object') return globalThis;
1090
- /******/ try {
1091
- /******/ return this || new Function('return this')();
1092
- /******/ } catch (e) {
1093
- /******/ if (typeof window === 'object') return window;
1094
- /******/ }
1095
- /******/ })();
1105
+ /******/ !function() {
1106
+ /******/ __webpack_require__.g = (function() {
1107
+ /******/ if (typeof globalThis === 'object') return globalThis;
1108
+ /******/ try {
1109
+ /******/ return this || new Function('return this')();
1110
+ /******/ } catch (e) {
1111
+ /******/ if (typeof window === 'object') return window;
1112
+ /******/ }
1113
+ /******/ })();
1114
+ /******/ }();
1096
1115
  /******/
1097
1116
  /******/ /* webpack/runtime/harmony module decorator */
1098
- /******/ __webpack_require__.hmd = function(module) {
1099
- /******/ module = Object.create(module);
1100
- /******/ if (!module.children) module.children = [];
1101
- /******/ Object.defineProperty(module, 'exports', {
1102
- /******/ enumerable: true,
1103
- /******/ set: function() {
1104
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1105
- /******/ }
1106
- /******/ });
1107
- /******/ return module;
1108
- /******/ };
1117
+ /******/ !function() {
1118
+ /******/ __webpack_require__.hmd = function(module) {
1119
+ /******/ module = Object.create(module);
1120
+ /******/ if (!module.children) module.children = [];
1121
+ /******/ Object.defineProperty(module, 'exports', {
1122
+ /******/ enumerable: true,
1123
+ /******/ set: function() {
1124
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1125
+ /******/ }
1126
+ /******/ });
1127
+ /******/ return module;
1128
+ /******/ };
1129
+ /******/ }();
1109
1130
  /******/
1110
1131
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
1111
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
1132
+ /******/ !function() {
1133
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
1134
+ /******/ }();
1112
1135
  /******/
1113
1136
  /************************************************************************/
1114
1137
  /******/
@@ -38,20 +38,43 @@ module.exports = x({ });
38
38
  /******/
39
39
  /************************************************************************/
40
40
  /******/ /* webpack/runtime/define property getters */
41
- /******/ // define getter/value functions for harmony exports
42
- /******/ __webpack_require__.d = function(exports, definition) {
43
- /******/ for(var key in definition) {
44
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
45
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
41
+ /******/ !function() {
42
+ /******/ // define getter/value functions for harmony exports
43
+ /******/ __webpack_require__.d = function(exports, definition) {
44
+ /******/ if(Array.isArray(definition)) {
45
+ /******/ var i = 0;
46
+ /******/ while(i < definition.length) {
47
+ /******/ var key = definition[i++];
48
+ /******/ var binding = definition[i++];
49
+ /******/ if(!__webpack_require__.o(exports, key)) {
50
+ /******/ if(binding === 0) {
51
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
52
+ /******/ } else {
53
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
54
+ /******/ }
55
+ /******/ } else if(binding === 0) { i++; }
56
+ /******/ }
57
+ /******/ } else {
58
+ /******/ for(var key in definition) {
59
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
60
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
61
+ /******/ }
62
+ /******/ }
46
63
  /******/ }
47
- /******/ }
48
- /******/ };
64
+ /******/ };
65
+ /******/ }();
49
66
  /******/
50
67
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
51
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
68
+ /******/ !function() {
69
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
70
+ /******/ }();
52
71
  /******/
53
72
  /************************************************************************/
54
73
  var __webpack_exports__ = {};
74
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
75
+ /* harmony export */ b: function() { return /* binding */ viewArrayAsScope; },
76
+ /* harmony export */ x: function() { return /* binding */ _viewObjectAsScope; }
77
+ /* harmony export */ });
55
78
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
56
79
  // #!/usr/bin/env babel-node
57
80
  // -*- coding: utf-8 -*-
@@ -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
@@ -342,6 +347,15 @@ result=object;if((0,_indicators_js__WEBPACK_IMPORTED_MODULE_3__/* .isPlainObject
342
347
  /* 4 */
343
348
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
344
349
 
350
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
351
+ /* harmony export */ Gv: function() { return /* binding */ isObject; },
352
+ /* harmony export */ Qd: function() { return /* binding */ isPlainObject; },
353
+ /* harmony export */ Tn: function() { return /* binding */ isFunction; },
354
+ /* harmony export */ jh: function() { return /* binding */ isMap; },
355
+ /* harmony export */ ju: function() { return /* binding */ isProxy; },
356
+ /* harmony export */ kf: function() { return /* binding */ isNumeric; },
357
+ /* harmony export */ vM: function() { return /* binding */ isSet; }
358
+ /* harmony export */ });
345
359
  /* unused harmony exports isWindow, isArrayLike, isAnyMatching */
346
360
  /* unused harmony import specifier */ var determineType;
347
361
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
@@ -424,6 +438,9 @@ result=object;if((0,_indicators_js__WEBPACK_IMPORTED_MODULE_3__/* .isPlainObject
424
438
  /* 5 */
425
439
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
426
440
 
441
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
442
+ /* harmony export */ Lz: function() { return /* binding */ globalContext; }
443
+ /* harmony export */ });
427
444
  /* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, NOOP, mockConsole */
428
445
  /* unused harmony import specifier */ var CONSOLE_METHODS;
429
446
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
@@ -1028,6 +1045,10 @@ var result=scope;var index=0;var _iterator6=_createForOfIteratorHelper(path),_st
1028
1045
  /* 20 */
1029
1046
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1030
1047
 
1048
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1049
+ /* harmony export */ b: function() { return /* binding */ viewArrayAsScope; },
1050
+ /* harmony export */ x: function() { return /* binding */ _viewObjectAsScope; }
1051
+ /* harmony export */ });
1031
1052
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1032
1053
  // #!/usr/bin/env babel-node
1033
1054
  // -*- coding: utf-8 -*-
@@ -1161,40 +1182,63 @@ return viewArrayAsScope(value,childrenPropertyNames,propertyReferenceKeys)}if(va
1161
1182
  /******/
1162
1183
  /************************************************************************/
1163
1184
  /******/ /* webpack/runtime/define property getters */
1164
- /******/ // define getter/value functions for harmony exports
1165
- /******/ __webpack_require__.d = function(exports, definition) {
1166
- /******/ for(var key in definition) {
1167
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1168
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1185
+ /******/ !function() {
1186
+ /******/ // define getter/value functions for harmony exports
1187
+ /******/ __webpack_require__.d = function(exports, definition) {
1188
+ /******/ if(Array.isArray(definition)) {
1189
+ /******/ var i = 0;
1190
+ /******/ while(i < definition.length) {
1191
+ /******/ var key = definition[i++];
1192
+ /******/ var binding = definition[i++];
1193
+ /******/ if(!__webpack_require__.o(exports, key)) {
1194
+ /******/ if(binding === 0) {
1195
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
1196
+ /******/ } else {
1197
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
1198
+ /******/ }
1199
+ /******/ } else if(binding === 0) { i++; }
1200
+ /******/ }
1201
+ /******/ } else {
1202
+ /******/ for(var key in definition) {
1203
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1204
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1205
+ /******/ }
1206
+ /******/ }
1169
1207
  /******/ }
1170
- /******/ }
1171
- /******/ };
1208
+ /******/ };
1209
+ /******/ }();
1172
1210
  /******/
1173
1211
  /******/ /* webpack/runtime/global */
1174
- /******/ __webpack_require__.g = (function() {
1175
- /******/ if (typeof globalThis === 'object') return globalThis;
1176
- /******/ try {
1177
- /******/ return this || new Function('return this')();
1178
- /******/ } catch (e) {
1179
- /******/ if (typeof window === 'object') return window;
1180
- /******/ }
1181
- /******/ })();
1212
+ /******/ !function() {
1213
+ /******/ __webpack_require__.g = (function() {
1214
+ /******/ if (typeof globalThis === 'object') return globalThis;
1215
+ /******/ try {
1216
+ /******/ return this || new Function('return this')();
1217
+ /******/ } catch (e) {
1218
+ /******/ if (typeof window === 'object') return window;
1219
+ /******/ }
1220
+ /******/ })();
1221
+ /******/ }();
1182
1222
  /******/
1183
1223
  /******/ /* webpack/runtime/harmony module decorator */
1184
- /******/ __webpack_require__.hmd = function(module) {
1185
- /******/ module = Object.create(module);
1186
- /******/ if (!module.children) module.children = [];
1187
- /******/ Object.defineProperty(module, 'exports', {
1188
- /******/ enumerable: true,
1189
- /******/ set: function() {
1190
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1191
- /******/ }
1192
- /******/ });
1193
- /******/ return module;
1194
- /******/ };
1224
+ /******/ !function() {
1225
+ /******/ __webpack_require__.hmd = function(module) {
1226
+ /******/ module = Object.create(module);
1227
+ /******/ if (!module.children) module.children = [];
1228
+ /******/ Object.defineProperty(module, 'exports', {
1229
+ /******/ enumerable: true,
1230
+ /******/ set: function() {
1231
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1232
+ /******/ }
1233
+ /******/ });
1234
+ /******/ return module;
1235
+ /******/ };
1236
+ /******/ }();
1195
1237
  /******/
1196
1238
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
1197
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
1239
+ /******/ !function() {
1240
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
1241
+ /******/ }();
1198
1242
  /******/
1199
1243
  /************************************************************************/
1200
1244
  /******/
@@ -156,20 +156,54 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
156
156
  /******/
157
157
  /************************************************************************/
158
158
  /******/ /* webpack/runtime/define property getters */
159
- /******/ // define getter/value functions for harmony exports
160
- /******/ __webpack_require__.d = function(exports, definition) {
161
- /******/ for(var key in definition) {
162
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
163
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
159
+ /******/ !function() {
160
+ /******/ // define getter/value functions for harmony exports
161
+ /******/ __webpack_require__.d = function(exports, definition) {
162
+ /******/ if(Array.isArray(definition)) {
163
+ /******/ var i = 0;
164
+ /******/ while(i < definition.length) {
165
+ /******/ var key = definition[i++];
166
+ /******/ var binding = definition[i++];
167
+ /******/ if(!__webpack_require__.o(exports, key)) {
168
+ /******/ if(binding === 0) {
169
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
170
+ /******/ } else {
171
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
172
+ /******/ }
173
+ /******/ } else if(binding === 0) { i++; }
174
+ /******/ }
175
+ /******/ } else {
176
+ /******/ for(var key in definition) {
177
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
178
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
179
+ /******/ }
180
+ /******/ }
164
181
  /******/ }
165
- /******/ }
166
- /******/ };
182
+ /******/ };
183
+ /******/ }();
167
184
  /******/
168
185
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
169
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
186
+ /******/ !function() {
187
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
188
+ /******/ }();
170
189
  /******/
171
190
  /************************************************************************/
172
191
  var __webpack_exports__ = {};
192
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
193
+ /* harmony export */ $y: function() { return /* binding */ isSwitchExpression; },
194
+ /* harmony export */ G3: function() { return /* binding */ isCondition; },
195
+ /* harmony export */ Gc: function() { return /* binding */ isAndExpression; },
196
+ /* harmony export */ HK: function() { return /* binding */ isConcatExpression; },
197
+ /* harmony export */ MP: function() { return /* binding */ isIfExpression; },
198
+ /* harmony export */ YG: function() { return /* binding */ isOperation; },
199
+ /* harmony export */ Z9: function() { return /* binding */ isMappingExpression; },
200
+ /* harmony export */ ZI: function() { return /* binding */ isArrayContainsExpression; },
201
+ /* harmony export */ bF: function() { return /* binding */ isUnaryOperation; },
202
+ /* harmony export */ bQ: function() { return /* binding */ isSpecificExpression; },
203
+ /* harmony export */ cB: function() { return /* binding */ isSelector; },
204
+ /* harmony export */ g6: function() { return /* binding */ isOrExpression; },
205
+ /* harmony export */ ml: function() { return /* binding */ isValue; }
206
+ /* harmony export */ });
173
207
  /* harmony import */ var _indicators_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4);
174
208
  // #!/usr/bin/env babel-node
175
209
  // -*- coding: utf-8 -*-
@@ -45,6 +45,11 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
45
45
  /* 2 */
46
46
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
47
47
 
48
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
49
+ /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
50
+ /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
51
+ /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
52
+ /* harmony export */ });
48
53
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
49
54
  /* module decorator */ module = __webpack_require__.hmd(module);
50
55
  // #!/usr/bin/env babel-node
@@ -288,40 +293,63 @@ try{mkdirSync(targetPath)}catch(error){if(error.code!=="EEXIST")throw error}for(
288
293
  /******/
289
294
  /************************************************************************/
290
295
  /******/ /* webpack/runtime/define property getters */
291
- /******/ // define getter/value functions for harmony exports
292
- /******/ __webpack_require__.d = function(exports, definition) {
293
- /******/ for(var key in definition) {
294
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
295
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
296
+ /******/ !function() {
297
+ /******/ // define getter/value functions for harmony exports
298
+ /******/ __webpack_require__.d = function(exports, definition) {
299
+ /******/ if(Array.isArray(definition)) {
300
+ /******/ var i = 0;
301
+ /******/ while(i < definition.length) {
302
+ /******/ var key = definition[i++];
303
+ /******/ var binding = definition[i++];
304
+ /******/ if(!__webpack_require__.o(exports, key)) {
305
+ /******/ if(binding === 0) {
306
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
307
+ /******/ } else {
308
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
309
+ /******/ }
310
+ /******/ } else if(binding === 0) { i++; }
311
+ /******/ }
312
+ /******/ } else {
313
+ /******/ for(var key in definition) {
314
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
315
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
316
+ /******/ }
317
+ /******/ }
296
318
  /******/ }
297
- /******/ }
298
- /******/ };
319
+ /******/ };
320
+ /******/ }();
299
321
  /******/
300
322
  /******/ /* webpack/runtime/global */
301
- /******/ __webpack_require__.g = (function() {
302
- /******/ if (typeof globalThis === 'object') return globalThis;
303
- /******/ try {
304
- /******/ return this || new Function('return this')();
305
- /******/ } catch (e) {
306
- /******/ if (typeof window === 'object') return window;
307
- /******/ }
308
- /******/ })();
323
+ /******/ !function() {
324
+ /******/ __webpack_require__.g = (function() {
325
+ /******/ if (typeof globalThis === 'object') return globalThis;
326
+ /******/ try {
327
+ /******/ return this || new Function('return this')();
328
+ /******/ } catch (e) {
329
+ /******/ if (typeof window === 'object') return window;
330
+ /******/ }
331
+ /******/ })();
332
+ /******/ }();
309
333
  /******/
310
334
  /******/ /* webpack/runtime/harmony module decorator */
311
- /******/ __webpack_require__.hmd = function(module) {
312
- /******/ module = Object.create(module);
313
- /******/ if (!module.children) module.children = [];
314
- /******/ Object.defineProperty(module, 'exports', {
315
- /******/ enumerable: true,
316
- /******/ set: function() {
317
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
318
- /******/ }
319
- /******/ });
320
- /******/ return module;
321
- /******/ };
335
+ /******/ !function() {
336
+ /******/ __webpack_require__.hmd = function(module) {
337
+ /******/ module = Object.create(module);
338
+ /******/ if (!module.children) module.children = [];
339
+ /******/ Object.defineProperty(module, 'exports', {
340
+ /******/ enumerable: true,
341
+ /******/ set: function() {
342
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
343
+ /******/ }
344
+ /******/ });
345
+ /******/ return module;
346
+ /******/ };
347
+ /******/ }();
322
348
  /******/
323
349
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
324
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
350
+ /******/ !function() {
351
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
352
+ /******/ }();
325
353
  /******/
326
354
  /************************************************************************/
327
355
  /******/
package/dist/function.js CHANGED
@@ -38,20 +38,44 @@ module.exports = x({ });
38
38
  /******/
39
39
  /************************************************************************/
40
40
  /******/ /* webpack/runtime/define property getters */
41
- /******/ // define getter/value functions for harmony exports
42
- /******/ __webpack_require__.d = function(exports, definition) {
43
- /******/ for(var key in definition) {
44
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
45
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
41
+ /******/ !function() {
42
+ /******/ // define getter/value functions for harmony exports
43
+ /******/ __webpack_require__.d = function(exports, definition) {
44
+ /******/ if(Array.isArray(definition)) {
45
+ /******/ var i = 0;
46
+ /******/ while(i < definition.length) {
47
+ /******/ var key = definition[i++];
48
+ /******/ var binding = definition[i++];
49
+ /******/ if(!__webpack_require__.o(exports, key)) {
50
+ /******/ if(binding === 0) {
51
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
52
+ /******/ } else {
53
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
54
+ /******/ }
55
+ /******/ } else if(binding === 0) { i++; }
56
+ /******/ }
57
+ /******/ } else {
58
+ /******/ for(var key in definition) {
59
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
60
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
61
+ /******/ }
62
+ /******/ }
46
63
  /******/ }
47
- /******/ }
48
- /******/ };
64
+ /******/ };
65
+ /******/ }();
49
66
  /******/
50
67
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
51
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
68
+ /******/ !function() {
69
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
70
+ /******/ }();
52
71
  /******/
53
72
  /************************************************************************/
54
73
  var __webpack_exports__ = {};
74
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
75
+ /* harmony export */ D_: function() { return /* binding */ identity; },
76
+ /* harmony export */ Gj: function() { return /* binding */ _getParameterNames; },
77
+ /* harmony export */ gH: function() { return /* binding */ invertArrayFilter; }
78
+ /* harmony export */ });
55
79
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
56
80
  // #!/usr/bin/env babel-node
57
81
  // -*- coding: utf-8 -*-