clientnode 4.0.1504 → 4.0.1506

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 (60) hide show
  1. package/dist/Lock.js +8 -27
  2. package/dist/Logger.js +34 -85
  3. package/dist/Semaphore.js +8 -27
  4. package/dist/array.js +10 -48
  5. package/dist/bundle/index.js +424 -440
  6. package/dist/cli.d.ts +1 -31
  7. package/dist/cli.js +77 -32
  8. package/dist/compatible/Lock.js +8 -27
  9. package/dist/compatible/Logger.js +34 -85
  10. package/dist/compatible/Semaphore.js +8 -27
  11. package/dist/compatible/array.js +10 -48
  12. package/dist/compatible/cli.js +77 -32
  13. package/dist/compatible/constants.js +11 -29
  14. package/dist/compatible/context.js +29 -57
  15. package/dist/compatible/cookie.js +27 -58
  16. package/dist/compatible/data-transfer.js +29 -61
  17. package/dist/compatible/datetime.js +41 -68
  18. package/dist/compatible/domNode.js +27 -59
  19. package/dist/compatible/expression/evaluators.js +41 -60
  20. package/dist/compatible/expression/helper.js +8 -31
  21. package/dist/compatible/expression/index.js +45 -85
  22. package/dist/compatible/expression/indicator-functions.js +10 -44
  23. package/dist/compatible/filesystem.js +29 -57
  24. package/dist/compatible/function.js +8 -32
  25. package/dist/compatible/index.js +98 -115
  26. package/dist/compatible/indicators.js +10 -41
  27. package/dist/compatible/module.js +27 -50
  28. package/dist/compatible/number.js +10 -36
  29. package/dist/compatible/object.js +39 -65
  30. package/dist/compatible/process.js +27 -55
  31. package/dist/compatible/scope.js +58 -146
  32. package/dist/compatible/string.js +39 -68
  33. package/dist/compatible/test-helper.js +10 -35
  34. package/dist/compatible/utility.js +27 -55
  35. package/dist/constants.d.ts +31 -0
  36. package/dist/constants.js +11 -29
  37. package/dist/context.js +29 -57
  38. package/dist/cookie.js +27 -58
  39. package/dist/data-transfer.js +29 -61
  40. package/dist/datetime.js +41 -68
  41. package/dist/domNode.js +27 -59
  42. package/dist/expression/evaluators.js +41 -60
  43. package/dist/expression/helper.js +8 -31
  44. package/dist/expression/index.js +45 -85
  45. package/dist/expression/indicator-functions.js +10 -44
  46. package/dist/filesystem.js +29 -57
  47. package/dist/function.js +8 -32
  48. package/dist/index.js +98 -115
  49. package/dist/indicators.js +10 -41
  50. package/dist/module.js +27 -50
  51. package/dist/number.js +10 -36
  52. package/dist/object.js +39 -65
  53. package/dist/process.js +27 -55
  54. package/dist/scope.js +58 -146
  55. package/dist/string.d.ts +5 -4
  56. package/dist/string.js +39 -68
  57. package/dist/test-helper.js +10 -35
  58. package/dist/type.d.ts +1 -1
  59. package/dist/utility.js +27 -55
  60. package/package.json +4 -4
@@ -21,7 +21,7 @@ module.exports = x({ });
21
21
  /* harmony export */ p_: function() { return /* binding */ IGNORE_NULL_AND_UNDEFINED_SYMBOL; },
22
22
  /* harmony export */ rq: function() { return /* binding */ CLASS_TO_TYPE_MAPPING; }
23
23
  /* harmony export */ });
24
- /* unused harmony exports DEFAULT_ENCODING, CLOSE_EVENT_NAMES, CONSOLE_METHODS, ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, KEY_CODES, KEYBOARD_CODES, LOCALES, TRANSITION_END_EVENT_NAMES */
24
+ /* unused harmony exports CLI_COLOR, DEFAULT_ENCODING, CLOSE_EVENT_NAMES, CONSOLE_METHODS, ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, KEY_CODES, KEYBOARD_CODES, LOCALES, TRANSITION_END_EVENT_NAMES */
25
25
  // #!/usr/bin/env babel-node
26
26
  // -*- coding: utf-8 -*-
27
27
  /** @module constants *//* !
@@ -37,7 +37,7 @@ module.exports = x({ });
37
37
  naming 3.0 unported license.
38
38
  See https://creativecommons.org/licenses/by/3.0/deed.de
39
39
  endregion
40
- */var DEFAULT_ENCODING="utf8";var CLOSE_EVENT_NAMES=(/* unused pure expression or super */ null && (["close","exit","SIGINT","SIGTERM","SIGQUIT","uncaughtException"]));var CONSOLE_METHODS=(/* unused pure expression or super */ null && (["debug","error","info","log","warn"]));var VALUE_COPY_SYMBOL=Symbol.for("clientnodeValue");var IGNORE_NULL_AND_UNDEFINED_SYMBOL=Symbol.for("clientnodeIgnoreNullAndUndefined");// Lists all known abbreviation for proper camel case to delimited and back
40
+ */var CLI_COLOR=(/* unused pure expression or super */ null && ({black:"\x1B[30m",blink:"\x1B[5m",blue:"\x1B[0;34m",bold:"\x1B[1m",cyan:"\x1B[36m",darkGray:"\x1B[0;90m",default:"\x1B[0m",dim:"\x1B[2m",green:"\x1B[32m",invert:"\x1B[7m",invisible:"\x1B[8m",lightBlue:"\x1B[0;94m",lightCyan:"\x1B[0;96m",lightGray:"\x1B[0;37m",lightGreen:"\x1B[0;92m",lightMagenta:"\x1B[0;95m",lightRed:"\x1B[0;91m",lightYellow:"\x1B[0;93m",magenta:"\x1B[35m",nodim:"\x1B[22m",noblink:"\x1B[25m",nobold:"\x1B[21m",noinvert:"\x1B[27m",noinvisible:"\x1B[28m",nounderline:"\x1B[24m",red:"\x1B[31m",underline:"\x1B[4m",white:"\x1B[37m",yellow:"\x1B[33m"}));var DEFAULT_ENCODING="utf8";var CLOSE_EVENT_NAMES=(/* unused pure expression or super */ null && (["close","exit","SIGINT","SIGTERM","SIGQUIT","uncaughtException"]));var CONSOLE_METHODS=(/* unused pure expression or super */ null && (["debug","error","info","log","warn"]));var VALUE_COPY_SYMBOL=Symbol.for("clientnodeValue");var IGNORE_NULL_AND_UNDEFINED_SYMBOL=Symbol.for("clientnodeIgnoreNullAndUndefined");// Lists all known abbreviation for proper camel case to delimited and back
41
41
  // conversion.
42
42
  var ABBREVIATIONS=(/* unused pure expression or super */ null && (["html","id","url","us","de","api","href"]));// Saves a string with all css3 browser specific animation end event names.
43
43
  var ANIMATION_END_EVENT_NAMES="animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd";// String representation to object type name mapping.
@@ -50,11 +50,6 @@ 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 */ });
58
53
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
59
54
  /* module decorator */ module = __webpack_require__.hmd(module);
60
55
  // #!/usr/bin/env babel-node
@@ -347,15 +342,6 @@ result=object;if((0,_indicators_js__WEBPACK_IMPORTED_MODULE_3__/* .isPlainObject
347
342
  /* 4 */
348
343
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
349
344
 
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 */ });
359
345
  /* unused harmony exports isWindow, isArrayLike, isAnyMatching */
360
346
  /* unused harmony import specifier */ var determineType;
361
347
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
@@ -438,9 +424,6 @@ result=object;if((0,_indicators_js__WEBPACK_IMPORTED_MODULE_3__/* .isPlainObject
438
424
  /* 5 */
439
425
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
440
426
 
441
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
442
- /* harmony export */ Lz: function() { return /* binding */ globalContext; }
443
- /* harmony export */ });
444
427
  /* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, NOOP, mockConsole */
445
428
  /* unused harmony import specifier */ var CONSOLE_METHODS;
446
429
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
@@ -731,7 +714,11 @@ var _compile=compile(expression,options),error=_compile.error,originalScopeNames
731
714
  * @param skipTagDelimitedParts - Indicates whether to, for example, ignore
732
715
  * html tags via "['<', '>']" (the default).
733
716
  * @returns Start and end index of matching range.
734
- */var findNormalizedMatchRange=function findNormalizedMatchRange(target,query,normalizer,skipTagDelimitedParts){if(normalizer===void 0){normalizer=function normalizer(value){return String(value).toLowerCase()}}if(skipTagDelimitedParts===void 0){skipTagDelimitedParts=["<",">"]}var normalizedQuery=normalizer(query);var normalizedTarget=normalizer(target);var stringTarget=typeof target==="string"?target:normalizedTarget;if(normalizedTarget&&normalizedQuery){var inTag=false;for(var index=0;index<stringTarget.length;index+=1){if(inTag){if(Array.isArray(skipTagDelimitedParts)&&stringTarget.charAt(index)===skipTagDelimitedParts[1])inTag=false;continue}if(Array.isArray(skipTagDelimitedParts)&&stringTarget.charAt(index)===skipTagDelimitedParts[0]){inTag=true;continue}if(normalizer(stringTarget.substring(index)).startsWith(normalizedQuery)){if(normalizedQuery.length===1)return[index,index+1];for(var subIndex=stringTarget.length;subIndex>index;subIndex-=1)if(!normalizer(stringTarget.substring(index,subIndex)).startsWith(normalizedQuery))return[index,subIndex+1]}}}return null};/**
717
+ */var findNormalizedMatchRange=function findNormalizedMatchRange(target,query,normalizer,skipTagDelimitedParts){if(normalizer===void 0){normalizer=function normalizer(value){return typeof value==="string"?value.trim().toLowerCase():value}}if(skipTagDelimitedParts===void 0){skipTagDelimitedParts=["<",">"]}var normalizedQuery=normalizer(query);var stringNormalizedQuery;if(typeof normalizedQuery==="string")stringNormalizedQuery=normalizedQuery;else{var match=target.match(normalizedQuery);stringNormalizedQuery=match?match[0]:""}if(!stringNormalizedQuery)return null;var normalizedTarget=normalizer(target);if(!normalizedTarget)return null;var stringTarget=typeof target==="string"?target:normalizedTarget;var inTag=false;for(var index=0;index<stringTarget.length;index+=1){if(inTag){if(Array.isArray(skipTagDelimitedParts)&&stringTarget.charAt(index)===skipTagDelimitedParts[1])inTag=false;continue}if(Array.isArray(skipTagDelimitedParts)&&stringTarget.charAt(index)===skipTagDelimitedParts[0]){inTag=true;continue}/*
718
+ Skip positions the normalizer strips away (e.g. leading
719
+ whitespace), so the reported match index aligns with the real
720
+ character.
721
+ */if(!normalizer(stringTarget.charAt(index)))continue;if(normalizer(stringTarget.substring(index)).startsWith(stringNormalizedQuery)){if(stringNormalizedQuery.length===1)return[index,index+1];for(var subIndex=stringTarget.length;subIndex>index;subIndex-=1)if(!normalizer(stringTarget.substring(index,subIndex)).startsWith(stringNormalizedQuery))return[index,subIndex+1]}}return null};/**
735
722
  * Fixes known encoding problems in given data.
736
723
  * @param data - To process.
737
724
  * @returns Processed data.
@@ -775,8 +762,9 @@ distanceMatrix[firstIndex-1][secondIndex-1]+indicator)}return distanceMatrix[sec
775
762
  * @returns The formatted string.
776
763
  */var lowerCase=function lowerCase(string){return string.charAt(0).toLowerCase()+string.substring(1)};/**
777
764
  * Wraps given mark strings in a given target with a given marker.
778
- * @param target - String to search for marker.
779
- * @param givenWords - String or array of strings to search in target for.
765
+ * @param target - String to search in.
766
+ * @param givenSearchWords - String or regular expression or array of those to
767
+ * search for.
780
768
  * @param givenOptions - Defines highlighting behavior.
781
769
  * @param givenOptions.marker - HTML template string to mark.
782
770
  * @param givenOptions.normalizer - Pure normalization function to use before
@@ -784,11 +772,11 @@ distanceMatrix[firstIndex-1][secondIndex-1]+indicator)}return distanceMatrix[sec
784
772
  * @param givenOptions.skipTagDelimitedParts - Indicates whether to, for
785
773
  * example, ignore html tags via "['<', '>']" (the default).
786
774
  * @returns Processed result.
787
- */var mark=function mark(target,givenWords,givenOptions){if(givenOptions===void 0){givenOptions={}}if(typeof target==="string"&&givenWords!==null&&givenWords!==void 0&&givenWords.length){var options=_objectSpread({marker:"<span class=\"tools-mark\">{1}</span>",normalizer:function normalizer(value){return String(value).toLowerCase()},skipTagDelimitedParts:["<",">"]},givenOptions);target=target.trim();var markedTarget=[];var words=[].concat(givenWords);var index=0;var _iterator6=_createForOfIteratorHelper(words),_step6;try{for(_iterator6.s();!(_step6=_iterator6.n()).done;){var _word=_step6.value;words[index]=options.normalizer(_word).trim();index+=1}}catch(err){_iterator6.e(err)}finally{_iterator6.f()}var restTarget=target;var offset=0;/*
775
+ */var mark=function mark(target,givenSearchWords,givenOptions){if(givenOptions===void 0){givenOptions={}}if(typeof target==="string"&&(Array.isArray(givenSearchWords)&&givenSearchWords.length||givenSearchWords instanceof RegExp||typeof givenSearchWords==="string"&&givenSearchWords.length)){var options=_objectSpread({marker:"<span class=\"tools-mark\">{1}</span>",normalizer:function normalizer(value){return typeof value==="string"?value.trim().toLowerCase():value},skipTagDelimitedParts:["<",">"]},givenOptions);target=target.trim();var markedTarget=[];var searchWords=[].concat(givenSearchWords);var index=0;var _iterator6=_createForOfIteratorHelper(searchWords),_step6;try{for(_iterator6.s();!(_step6=_iterator6.n()).done;){var _word=_step6.value;searchWords[index]=options.normalizer(_word);index+=1}}catch(err){_iterator6.e(err)}finally{_iterator6.f()}var restTarget=target;var offset=0;/*
788
776
  Search for matches as long there is enough target text remaining to
789
777
  walk through.
790
778
  */for(var iteration=0;iteration<MAXIMAL_NUMBER_OF_ITERATIONS.value;iteration++){var nearestRange=null;var currentRange=void 0;// Find the nearest next matching word.
791
- var _iterator7=_createForOfIteratorHelper(words),_step7;try{for(_iterator7.s();!(_step7=_iterator7.n()).done;){var word=_step7.value;currentRange=findNormalizedMatchRange(restTarget,word,options.normalizer,options.skipTagDelimitedParts);if(currentRange&&(!nearestRange||currentRange[0]<nearestRange[0]))nearestRange=currentRange}}catch(err){_iterator7.e(err)}finally{_iterator7.f()}if(nearestRange){if(nearestRange[0]>0)markedTarget.push(target.substring(offset,offset+nearestRange[0]));markedTarget.push(typeof options.marker==="string"?format(options.marker,target.substring(offset+nearestRange[0],offset+nearestRange[1])):options.marker(target.substring(offset+nearestRange[0],offset+nearestRange[1]),markedTarget));offset+=nearestRange[1];restTarget=target.substring(offset)}else{if(restTarget.length)markedTarget.push(restTarget);break}}return typeof options.marker==="string"?markedTarget.join(""):markedTarget}return target};/**
779
+ var _iterator7=_createForOfIteratorHelper(searchWords),_step7;try{for(_iterator7.s();!(_step7=_iterator7.n()).done;){var word=_step7.value;currentRange=findNormalizedMatchRange(restTarget,word,options.normalizer,options.skipTagDelimitedParts);if(currentRange&&(!nearestRange||currentRange[0]<nearestRange[0]))nearestRange=currentRange}}catch(err){_iterator7.e(err)}finally{_iterator7.f()}if(nearestRange){if(nearestRange[0]>0)markedTarget.push(target.substring(offset,offset+nearestRange[0]));markedTarget.push(typeof options.marker==="string"?format(options.marker,target.substring(offset+nearestRange[0],offset+nearestRange[1])):options.marker(target.substring(offset+nearestRange[0],offset+nearestRange[1]),markedTarget));offset+=nearestRange[1];restTarget=target.substring(offset)}else{if(restTarget.length)markedTarget.push(restTarget);break}}return typeof options.marker==="string"?markedTarget.join(""):markedTarget}return target};/**
792
780
  * Normalizes a given phone number for automatic dialing or comparison.
793
781
  * @param value - Number to normalize.
794
782
  * @param dialable - Indicates whether the result should be dialed or
@@ -958,8 +946,7 @@ module.exports = x({ });
958
946
  /* 16 */,
959
947
  /* 17 */,
960
948
  /* 18 */,
961
- /* 19 */,
962
- /* 20 */
949
+ /* 19 */
963
950
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
964
951
 
965
952
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1038,13 +1025,9 @@ var result=scope;var index=0;var _iterator6=_createForOfIteratorHelper(path),_st
1038
1025
  */var evaluateSelector=function evaluateSelector(selector,scope,options){if(scope===void 0){scope={}}if(options===void 0){options={}}var _evaluateSelectorUnti=evaluateSelectorUntilLastObject(selector,scope,options),_evaluateSelectorUnti2=_slicedToArray(_evaluateSelectorUnti,2),lastObject=_evaluateSelectorUnti2[0],lastKey=_evaluateSelectorUnti2[1];if(lastKey==="")return scope;if((0,_index_js__WEBPACK_IMPORTED_MODULE_0__/* .isFunction */ .Tn)(lastKey))return lastKey(lastObject);if(Object.prototype.hasOwnProperty.call(lastObject,lastKey))return lastObject[lastKey];return options.skipMissingLevel?lastObject:undefined};var evaluateCondition=function evaluateCondition(condition,scope,options){var value1=evaluateExpression(condition.value1,scope,options);var value2=evaluateExpression(condition.value2,scope,options);switch(condition.$comparator){case"==":return (0,_index_js__WEBPACK_IMPORTED_MODULE_1__/* .equals */ .aI)(value1,value2);case"!=":return!(0,_index_js__WEBPACK_IMPORTED_MODULE_1__/* .equals */ .aI)(value1,value2);case"<":return value1<value2;case"<=":return value1<=value2;case">":return value1>value2;case">=":return value1>=value2}};var evaluateUnaryOperation=function evaluateUnaryOperation(operation,scope,options){var operand=evaluateExpression(operation.operand,scope,options);switch(operation.$operator){case"!":return!operand;case"!!":return Boolean(operand)}};var evaluateOperation=function evaluateOperation(operation,scope,options){var operand1=evaluateExpression(operation.operand1,scope,options);var operand2=evaluateExpression(operation.operand2,scope,options);switch(operation.$operator){case"+":return operand1+operand2;case"-":return operand1-operand2;case"*":return operand1*operand2;case"**":return Math.pow(operand1,operand2);case"/":return operand1/operand2}};var evaluateOptionalThen=function evaluateOptionalThen(expression,scope,options){if(typeof expression.then==="undefined")return undefined;return evaluateExpression(expression.then,scope,options)};var evaluateIf=function evaluateIf(expression,scope,options){if(evaluateExpression(expression.$if,scope,options))return evaluateOptionalThen(expression,scope,options);return typeof expression.else==="undefined"?undefined:evaluateExpression(expression.else,scope)};var evaluateSwitch=function evaluateSwitch(expression,scope,options){var value=evaluateExpression(expression.$switch,scope);var _iterator7=_createForOfIteratorHelper(expression.caseExpressions),_step7;try{for(_iterator7.s();!(_step7=_iterator7.n()).done;){var caseExpression=_step7.value;if(value===evaluateExpression(caseExpression.$case,scope,options))return evaluateOptionalThen(caseExpression,scope,options)}}catch(err){_iterator7.e(err)}finally{_iterator7.f()}if(typeof expression.default!=="undefined")return evaluateExpression(expression.default,scope,options);return undefined};var evaluateAnd=function evaluateAnd(expression,scope,options){var _iterator8=_createForOfIteratorHelper(expression.$and),_step8;try{for(_iterator8.s();!(_step8=_iterator8.n()).done;){var condition=_step8.value;if(!evaluateExpression(condition,scope,options))return false}}catch(err){_iterator8.e(err)}finally{_iterator8.f()}return true};var evaluateOr=function evaluateOr(expression,scope,options){var _iterator9=_createForOfIteratorHelper(expression.$or),_step9;try{for(_iterator9.s();!(_step9=_iterator9.n()).done;){var condition=_step9.value;if(evaluateExpression(condition,scope,options))return true}}catch(err){_iterator9.e(err)}finally{_iterator9.f()}return false};var evaluateConcat=function evaluateConcat(expression,scope,options){var result=[];var isArray=false;var _iterator0=_createForOfIteratorHelper(expression.$concat),_step0;try{for(_iterator0.s();!(_step0=_iterator0.n()).done;){var item=_step0.value;var value=evaluateExpression(item,scope,options);if(Array.isArray(value))isArray=true;result=result.concat(value)}}catch(err){_iterator0.e(err)}finally{_iterator0.f()}return isArray?result:result.join("")};var evaluateMapping=function evaluateMapping(expression,scope,options){var givenData=evaluateExpression(expression.data,scope,options);var normalizedGivenData=[];if(Array.isArray(givenData))normalizedGivenData=givenData;else for(var _i=0,_Object$entries=Object.entries(givenData);_i<_Object$entries.length;_i++){var _Object$entries$_i=_slicedToArray(_Object$entries[_i],2),key=_Object$entries$_i[0],value=_Object$entries$_i[1];normalizedGivenData.push(_objectSpread(_objectSpread({},value),{},{$key:key}))}var result=[];var _iterator1=_createForOfIteratorHelper(normalizedGivenData),_step1;try{for(_iterator1.s();!(_step1=_iterator1.n()).done;){var item=_step1.value;var _value={};for(var _i2=0,_Object$entries2=Object.entries(expression.$mapping);_i2<_Object$entries2.length;_i2++){var _Object$entries2$_i=_slicedToArray(_Object$entries2[_i2],2),sourceName=_Object$entries2$_i[0],targetName=_Object$entries2$_i[1];if(Object.prototype.hasOwnProperty.call(item,sourceName))_value[targetName]=item[sourceName]}result.push(_value)}}catch(err){_iterator1.e(err)}finally{_iterator1.f()}return result};var evaluateArrayContains=function evaluateArrayContains(expression,scope,options){var array=scope;if(expression.$arrayContains.target!=null)array=evaluateExpression(expression.$arrayContains.target,scope,options);var value=evaluateExpression(expression.$arrayContains.value,scope,options);var key=evaluateExpression(expression.$arrayContains.key,scope,options);if(!Array.isArray(array))return false;return array.some(function(item){if(typeof key==="string"&&(0,_index_js__WEBPACK_IMPORTED_MODULE_0__/* .isPlainObject */ .Qd)(item)&&Object.prototype.hasOwnProperty.call(item,key)){var record=item;return record[key]===value}return item===value})};function evaluateExpression(expression,scope,options){if(scope===void 0){scope={}}if(options===void 0){options={}}if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isSelector */ .cB)(expression))return evaluateSelector(expression.$select,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isCondition */ .G3)(expression))return evaluateCondition(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isUnaryOperation */ .bF)(expression))return evaluateUnaryOperation(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isOperation */ .YG)(expression))return evaluateOperation(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isOrExpression */ .g6)(expression))return evaluateOr(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isAndExpression */ .Gc)(expression))return evaluateAnd(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isConcatExpression */ .HK)(expression))return evaluateConcat(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isMappingExpression */ .Z9)(expression))return evaluateMapping(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isIfExpression */ .MP)(expression))return evaluateIf(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isSwitchExpression */ .$y)(expression))return evaluateSwitch(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isArrayContainsExpression */ .ZI)(expression))return evaluateArrayContains(expression,scope,options);return expression}/* harmony default export */ __webpack_exports__.Ay = (evaluateExpression);
1039
1026
 
1040
1027
  /***/ }),
1041
- /* 21 */
1028
+ /* 20 */
1042
1029
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1043
1030
 
1044
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1045
- /* harmony export */ b: function() { return /* binding */ viewArrayAsScope; },
1046
- /* harmony export */ x: function() { return /* binding */ _viewObjectAsScope; }
1047
- /* harmony export */ });
1048
1031
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1049
1032
  // #!/usr/bin/env babel-node
1050
1033
  // -*- coding: utf-8 -*-
@@ -1084,7 +1067,7 @@ return viewArrayAsScope(value,childrenPropertyNames,propertyReferenceKeys)}if(va
1084
1067
  */}return value}return undefined},set:function set(target,name,value){if(Object.prototype.hasOwnProperty.call(target,name))if(Object.prototype.hasOwnProperty.call(target,name)){target[name]=value;return true}return false}})};
1085
1068
 
1086
1069
  /***/ }),
1087
- /* 22 */
1070
+ /* 21 */
1088
1071
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1089
1072
 
1090
1073
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1123,8 +1106,8 @@ return viewArrayAsScope(value,childrenPropertyNames,propertyReferenceKeys)}if(va
1123
1106
  /* harmony export */ xk: function() { return /* reexport safe */ _helper_js__WEBPACK_IMPORTED_MODULE_1__.x; },
1124
1107
  /* harmony export */ yf: function() { return /* reexport safe */ _evaluators_js__WEBPACK_IMPORTED_MODULE_0__.yf; }
1125
1108
  /* harmony export */ });
1126
- /* harmony import */ var _evaluators_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20);
1127
- /* harmony import */ var _helper_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(21);
1109
+ /* harmony import */ var _evaluators_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19);
1110
+ /* harmony import */ var _helper_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(20);
1128
1111
  /* harmony import */ var _indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(14);
1129
1112
  // #!/usr/bin/env babel-node
1130
1113
  // -*- coding: utf-8 -*-
@@ -1178,70 +1161,47 @@ return viewArrayAsScope(value,childrenPropertyNames,propertyReferenceKeys)}if(va
1178
1161
  /******/
1179
1162
  /************************************************************************/
1180
1163
  /******/ /* webpack/runtime/define property getters */
1181
- /******/ !function() {
1182
- /******/ // define getter/value functions for harmony exports
1183
- /******/ __webpack_require__.d = function(exports, definition) {
1184
- /******/ if(Array.isArray(definition)) {
1185
- /******/ var i = 0;
1186
- /******/ while(i < definition.length) {
1187
- /******/ var key = definition[i++];
1188
- /******/ var binding = definition[i++];
1189
- /******/ if(!__webpack_require__.o(exports, key)) {
1190
- /******/ if(binding === 0) {
1191
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
1192
- /******/ } else {
1193
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
1194
- /******/ }
1195
- /******/ } else if(binding === 0) { i++; }
1196
- /******/ }
1197
- /******/ } else {
1198
- /******/ for(var key in definition) {
1199
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1200
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1201
- /******/ }
1202
- /******/ }
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] });
1203
1169
  /******/ }
1204
- /******/ };
1205
- /******/ }();
1170
+ /******/ }
1171
+ /******/ };
1206
1172
  /******/
1207
1173
  /******/ /* webpack/runtime/global */
1208
- /******/ !function() {
1209
- /******/ __webpack_require__.g = (function() {
1210
- /******/ if (typeof globalThis === 'object') return globalThis;
1211
- /******/ try {
1212
- /******/ return this || new Function('return this')();
1213
- /******/ } catch (e) {
1214
- /******/ if (typeof window === 'object') return window;
1215
- /******/ }
1216
- /******/ })();
1217
- /******/ }();
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
+ /******/ })();
1218
1182
  /******/
1219
1183
  /******/ /* webpack/runtime/harmony module decorator */
1220
- /******/ !function() {
1221
- /******/ __webpack_require__.hmd = function(module) {
1222
- /******/ module = Object.create(module);
1223
- /******/ if (!module.children) module.children = [];
1224
- /******/ Object.defineProperty(module, 'exports', {
1225
- /******/ enumerable: true,
1226
- /******/ set: function() {
1227
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1228
- /******/ }
1229
- /******/ });
1230
- /******/ return module;
1231
- /******/ };
1232
- /******/ }();
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
+ /******/ };
1233
1195
  /******/
1234
1196
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
1235
- /******/ !function() {
1236
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
1237
- /******/ }();
1197
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
1238
1198
  /******/
1239
1199
  /************************************************************************/
1240
1200
  /******/
1241
1201
  /******/ // module cache are used so entry inlining is disabled
1242
1202
  /******/ // startup
1243
1203
  /******/ // Load entry module and return exports
1244
- /******/ var __webpack_exports__ = __webpack_require__(22);
1204
+ /******/ var __webpack_exports__ = __webpack_require__(21);
1245
1205
  /******/ var __webpack_exports__DEFAULT_OPTIONS = __webpack_exports__.lp;
1246
1206
  /******/ var __webpack_exports__NO_ITEM_FOUND_SYMBOL = __webpack_exports__.YN;
1247
1207
  /******/ var __webpack_exports__SELECTOR_KEY_NAMES = __webpack_exports__.fG;
@@ -16,7 +16,7 @@ module.exports = x({ });
16
16
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
17
17
  /* harmony export */ jE: function() { return /* binding */ PLAIN_OBJECT_PROTOTYPES; }
18
18
  /* harmony export */ });
19
- /* unused harmony exports DEFAULT_ENCODING, CLOSE_EVENT_NAMES, CONSOLE_METHODS, VALUE_COPY_SYMBOL, IGNORE_NULL_AND_UNDEFINED_SYMBOL, ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, CLASS_TO_TYPE_MAPPING, KEY_CODES, KEYBOARD_CODES, LOCALES, SPECIAL_REGEX_SEQUENCES, TRANSITION_END_EVENT_NAMES */
19
+ /* unused harmony exports CLI_COLOR, DEFAULT_ENCODING, CLOSE_EVENT_NAMES, CONSOLE_METHODS, VALUE_COPY_SYMBOL, IGNORE_NULL_AND_UNDEFINED_SYMBOL, ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, CLASS_TO_TYPE_MAPPING, KEY_CODES, KEYBOARD_CODES, LOCALES, SPECIAL_REGEX_SEQUENCES, TRANSITION_END_EVENT_NAMES */
20
20
  // #!/usr/bin/env babel-node
21
21
  // -*- coding: utf-8 -*-
22
22
  /** @module constants *//* !
@@ -32,7 +32,7 @@ module.exports = x({ });
32
32
  naming 3.0 unported license.
33
33
  See https://creativecommons.org/licenses/by/3.0/deed.de
34
34
  endregion
35
- */var DEFAULT_ENCODING="utf8";var CLOSE_EVENT_NAMES=(/* unused pure expression or super */ null && (["close","exit","SIGINT","SIGTERM","SIGQUIT","uncaughtException"]));var CONSOLE_METHODS=(/* unused pure expression or super */ null && (["debug","error","info","log","warn"]));var VALUE_COPY_SYMBOL=Symbol.for("clientnodeValue");var IGNORE_NULL_AND_UNDEFINED_SYMBOL=Symbol.for("clientnodeIgnoreNullAndUndefined");// Lists all known abbreviation for proper camel case to delimited and back
35
+ */var CLI_COLOR=(/* unused pure expression or super */ null && ({black:"\x1B[30m",blink:"\x1B[5m",blue:"\x1B[0;34m",bold:"\x1B[1m",cyan:"\x1B[36m",darkGray:"\x1B[0;90m",default:"\x1B[0m",dim:"\x1B[2m",green:"\x1B[32m",invert:"\x1B[7m",invisible:"\x1B[8m",lightBlue:"\x1B[0;94m",lightCyan:"\x1B[0;96m",lightGray:"\x1B[0;37m",lightGreen:"\x1B[0;92m",lightMagenta:"\x1B[0;95m",lightRed:"\x1B[0;91m",lightYellow:"\x1B[0;93m",magenta:"\x1B[35m",nodim:"\x1B[22m",noblink:"\x1B[25m",nobold:"\x1B[21m",noinvert:"\x1B[27m",noinvisible:"\x1B[28m",nounderline:"\x1B[24m",red:"\x1B[31m",underline:"\x1B[4m",white:"\x1B[37m",yellow:"\x1B[33m"}));var DEFAULT_ENCODING="utf8";var CLOSE_EVENT_NAMES=(/* unused pure expression or super */ null && (["close","exit","SIGINT","SIGTERM","SIGQUIT","uncaughtException"]));var CONSOLE_METHODS=(/* unused pure expression or super */ null && (["debug","error","info","log","warn"]));var VALUE_COPY_SYMBOL=Symbol.for("clientnodeValue");var IGNORE_NULL_AND_UNDEFINED_SYMBOL=Symbol.for("clientnodeIgnoreNullAndUndefined");// Lists all known abbreviation for proper camel case to delimited and back
36
36
  // conversion.
37
37
  var ABBREVIATIONS=(/* unused pure expression or super */ null && (["html","id","url","us","de","api","href"]));// Saves a string with all css3 browser specific animation end event names.
38
38
  var ANIMATION_END_EVENT_NAMES="animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd";// String representation to object type name mapping.
@@ -156,54 +156,20 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
156
156
  /******/
157
157
  /************************************************************************/
158
158
  /******/ /* webpack/runtime/define property getters */
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
- /******/ }
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] });
181
164
  /******/ }
182
- /******/ };
183
- /******/ }();
165
+ /******/ }
166
+ /******/ };
184
167
  /******/
185
168
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
186
- /******/ !function() {
187
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
188
- /******/ }();
169
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
189
170
  /******/
190
171
  /************************************************************************/
191
172
  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 */ });
207
173
  /* harmony import */ var _indicators_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4);
208
174
  // #!/usr/bin/env babel-node
209
175
  // -*- coding: utf-8 -*-
@@ -16,7 +16,7 @@ module.exports = x({ });
16
16
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
17
17
  /* harmony export */ uJ: function() { return /* binding */ DEFAULT_ENCODING; }
18
18
  /* harmony export */ });
19
- /* unused harmony exports CLOSE_EVENT_NAMES, CONSOLE_METHODS, VALUE_COPY_SYMBOL, IGNORE_NULL_AND_UNDEFINED_SYMBOL, ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, CLASS_TO_TYPE_MAPPING, KEY_CODES, KEYBOARD_CODES, LOCALES, PLAIN_OBJECT_PROTOTYPES, SPECIAL_REGEX_SEQUENCES, TRANSITION_END_EVENT_NAMES */
19
+ /* unused harmony exports CLI_COLOR, CLOSE_EVENT_NAMES, CONSOLE_METHODS, VALUE_COPY_SYMBOL, IGNORE_NULL_AND_UNDEFINED_SYMBOL, ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, CLASS_TO_TYPE_MAPPING, KEY_CODES, KEYBOARD_CODES, LOCALES, PLAIN_OBJECT_PROTOTYPES, SPECIAL_REGEX_SEQUENCES, TRANSITION_END_EVENT_NAMES */
20
20
  // #!/usr/bin/env babel-node
21
21
  // -*- coding: utf-8 -*-
22
22
  /** @module constants *//* !
@@ -32,7 +32,7 @@ module.exports = x({ });
32
32
  naming 3.0 unported license.
33
33
  See https://creativecommons.org/licenses/by/3.0/deed.de
34
34
  endregion
35
- */var DEFAULT_ENCODING="utf8";var CLOSE_EVENT_NAMES=(/* unused pure expression or super */ null && (["close","exit","SIGINT","SIGTERM","SIGQUIT","uncaughtException"]));var CONSOLE_METHODS=(/* unused pure expression or super */ null && (["debug","error","info","log","warn"]));var VALUE_COPY_SYMBOL=Symbol.for("clientnodeValue");var IGNORE_NULL_AND_UNDEFINED_SYMBOL=Symbol.for("clientnodeIgnoreNullAndUndefined");// Lists all known abbreviation for proper camel case to delimited and back
35
+ */var CLI_COLOR=(/* unused pure expression or super */ null && ({black:"\x1B[30m",blink:"\x1B[5m",blue:"\x1B[0;34m",bold:"\x1B[1m",cyan:"\x1B[36m",darkGray:"\x1B[0;90m",default:"\x1B[0m",dim:"\x1B[2m",green:"\x1B[32m",invert:"\x1B[7m",invisible:"\x1B[8m",lightBlue:"\x1B[0;94m",lightCyan:"\x1B[0;96m",lightGray:"\x1B[0;37m",lightGreen:"\x1B[0;92m",lightMagenta:"\x1B[0;95m",lightRed:"\x1B[0;91m",lightYellow:"\x1B[0;93m",magenta:"\x1B[35m",nodim:"\x1B[22m",noblink:"\x1B[25m",nobold:"\x1B[21m",noinvert:"\x1B[27m",noinvisible:"\x1B[28m",nounderline:"\x1B[24m",red:"\x1B[31m",underline:"\x1B[4m",white:"\x1B[37m",yellow:"\x1B[33m"}));var DEFAULT_ENCODING="utf8";var CLOSE_EVENT_NAMES=(/* unused pure expression or super */ null && (["close","exit","SIGINT","SIGTERM","SIGQUIT","uncaughtException"]));var CONSOLE_METHODS=(/* unused pure expression or super */ null && (["debug","error","info","log","warn"]));var VALUE_COPY_SYMBOL=Symbol.for("clientnodeValue");var IGNORE_NULL_AND_UNDEFINED_SYMBOL=Symbol.for("clientnodeIgnoreNullAndUndefined");// Lists all known abbreviation for proper camel case to delimited and back
36
36
  // conversion.
37
37
  var ABBREVIATIONS=(/* unused pure expression or super */ null && (["html","id","url","us","de","api","href"]));// Saves a string with all css3 browser specific animation end event names.
38
38
  var ANIMATION_END_EVENT_NAMES="animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd";// String representation to object type name mapping.
@@ -45,11 +45,6 @@ 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 */ });
53
48
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
54
49
  /* module decorator */ module = __webpack_require__.hmd(module);
55
50
  // #!/usr/bin/env babel-node
@@ -293,63 +288,40 @@ try{mkdirSync(targetPath)}catch(error){if(error.code!=="EEXIST")throw error}for(
293
288
  /******/
294
289
  /************************************************************************/
295
290
  /******/ /* webpack/runtime/define property getters */
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
- /******/ }
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] });
318
296
  /******/ }
319
- /******/ };
320
- /******/ }();
297
+ /******/ }
298
+ /******/ };
321
299
  /******/
322
300
  /******/ /* webpack/runtime/global */
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
- /******/ }();
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
+ /******/ })();
333
309
  /******/
334
310
  /******/ /* webpack/runtime/harmony module decorator */
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
- /******/ }();
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
+ /******/ };
348
322
  /******/
349
323
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
350
- /******/ !function() {
351
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
352
- /******/ }();
324
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
353
325
  /******/
354
326
  /************************************************************************/
355
327
  /******/
@@ -38,44 +38,20 @@ module.exports = x({ });
38
38
  /******/
39
39
  /************************************************************************/
40
40
  /******/ /* webpack/runtime/define property getters */
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
- /******/ }
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] });
63
46
  /******/ }
64
- /******/ };
65
- /******/ }();
47
+ /******/ }
48
+ /******/ };
66
49
  /******/
67
50
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
68
- /******/ !function() {
69
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
70
- /******/ }();
51
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
71
52
  /******/
72
53
  /************************************************************************/
73
54
  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 */ });
79
55
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
80
56
  // #!/usr/bin/env babel-node
81
57
  // -*- coding: utf-8 -*-