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.
- package/dist/Lock.js +8 -27
- package/dist/Logger.js +34 -85
- package/dist/Semaphore.js +8 -27
- package/dist/array.js +10 -48
- package/dist/bundle/index.js +424 -440
- package/dist/cli.d.ts +1 -31
- package/dist/cli.js +77 -32
- package/dist/compatible/Lock.js +8 -27
- package/dist/compatible/Logger.js +34 -85
- package/dist/compatible/Semaphore.js +8 -27
- package/dist/compatible/array.js +10 -48
- package/dist/compatible/cli.js +77 -32
- package/dist/compatible/constants.js +11 -29
- package/dist/compatible/context.js +29 -57
- package/dist/compatible/cookie.js +27 -58
- package/dist/compatible/data-transfer.js +29 -61
- package/dist/compatible/datetime.js +41 -68
- package/dist/compatible/domNode.js +27 -59
- package/dist/compatible/expression/evaluators.js +41 -60
- package/dist/compatible/expression/helper.js +8 -31
- package/dist/compatible/expression/index.js +45 -85
- package/dist/compatible/expression/indicator-functions.js +10 -44
- package/dist/compatible/filesystem.js +29 -57
- package/dist/compatible/function.js +8 -32
- package/dist/compatible/index.js +98 -115
- package/dist/compatible/indicators.js +10 -41
- package/dist/compatible/module.js +27 -50
- package/dist/compatible/number.js +10 -36
- package/dist/compatible/object.js +39 -65
- package/dist/compatible/process.js +27 -55
- package/dist/compatible/scope.js +58 -146
- package/dist/compatible/string.js +39 -68
- package/dist/compatible/test-helper.js +10 -35
- package/dist/compatible/utility.js +27 -55
- package/dist/constants.d.ts +31 -0
- package/dist/constants.js +11 -29
- package/dist/context.js +29 -57
- package/dist/cookie.js +27 -58
- package/dist/data-transfer.js +29 -61
- package/dist/datetime.js +41 -68
- package/dist/domNode.js +27 -59
- package/dist/expression/evaluators.js +41 -60
- package/dist/expression/helper.js +8 -31
- package/dist/expression/index.js +45 -85
- package/dist/expression/indicator-functions.js +10 -44
- package/dist/filesystem.js +29 -57
- package/dist/function.js +8 -32
- package/dist/index.js +98 -115
- package/dist/indicators.js +10 -41
- package/dist/module.js +27 -50
- package/dist/number.js +10 -36
- package/dist/object.js +39 -65
- package/dist/process.js +27 -55
- package/dist/scope.js +58 -146
- package/dist/string.d.ts +5 -4
- package/dist/string.js +39 -68
- package/dist/test-helper.js +10 -35
- package/dist/type.d.ts +1 -1
- package/dist/utility.js +27 -55
- package/package.json +4 -4
|
@@ -17,7 +17,7 @@ module.exports = x({ });
|
|
|
17
17
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
18
18
|
/* harmony export */ rq: function() { return /* binding */ CLASS_TO_TYPE_MAPPING; }
|
|
19
19
|
/* harmony export */ });
|
|
20
|
-
/* unused harmony exports DEFAULT_ENCODING, CLOSE_EVENT_NAMES, CONSOLE_METHODS, VALUE_COPY_SYMBOL, IGNORE_NULL_AND_UNDEFINED_SYMBOL, ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, KEY_CODES, KEYBOARD_CODES, LOCALES, PLAIN_OBJECT_PROTOTYPES, SPECIAL_REGEX_SEQUENCES, TRANSITION_END_EVENT_NAMES */
|
|
20
|
+
/* 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, KEY_CODES, KEYBOARD_CODES, LOCALES, PLAIN_OBJECT_PROTOTYPES, SPECIAL_REGEX_SEQUENCES, TRANSITION_END_EVENT_NAMES */
|
|
21
21
|
// #!/usr/bin/env babel-node
|
|
22
22
|
// -*- coding: utf-8 -*-
|
|
23
23
|
/** @module constants *//* !
|
|
@@ -33,7 +33,7 @@ module.exports = x({ });
|
|
|
33
33
|
naming 3.0 unported license.
|
|
34
34
|
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
35
35
|
endregion
|
|
36
|
-
*/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
|
+
*/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
|
|
37
37
|
// conversion.
|
|
38
38
|
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.
|
|
39
39
|
var ANIMATION_END_EVENT_NAMES="animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd";// String representation to object type name mapping.
|
|
@@ -354,46 +354,20 @@ module.exports = x({ });
|
|
|
354
354
|
/******/
|
|
355
355
|
/************************************************************************/
|
|
356
356
|
/******/ /* webpack/runtime/define property getters */
|
|
357
|
-
/******/
|
|
358
|
-
/******/
|
|
359
|
-
/******/
|
|
360
|
-
/******/ if(
|
|
361
|
-
/******/
|
|
362
|
-
/******/ while(i < definition.length) {
|
|
363
|
-
/******/ var key = definition[i++];
|
|
364
|
-
/******/ var binding = definition[i++];
|
|
365
|
-
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
366
|
-
/******/ if(binding === 0) {
|
|
367
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
368
|
-
/******/ } else {
|
|
369
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
370
|
-
/******/ }
|
|
371
|
-
/******/ } else if(binding === 0) { i++; }
|
|
372
|
-
/******/ }
|
|
373
|
-
/******/ } else {
|
|
374
|
-
/******/ for(var key in definition) {
|
|
375
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
376
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
377
|
-
/******/ }
|
|
378
|
-
/******/ }
|
|
357
|
+
/******/ // define getter/value functions for harmony exports
|
|
358
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
359
|
+
/******/ for(var key in definition) {
|
|
360
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
361
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
379
362
|
/******/ }
|
|
380
|
-
/******/ }
|
|
381
|
-
/******/ }
|
|
363
|
+
/******/ }
|
|
364
|
+
/******/ };
|
|
382
365
|
/******/
|
|
383
366
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
384
|
-
/******/
|
|
385
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
386
|
-
/******/ }();
|
|
367
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
|
|
387
368
|
/******/
|
|
388
369
|
/************************************************************************/
|
|
389
370
|
var __webpack_exports__ = {};
|
|
390
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
391
|
-
/* harmony export */ LI: function() { return /* binding */ round; },
|
|
392
|
-
/* harmony export */ RI: function() { return /* binding */ floor; },
|
|
393
|
-
/* harmony export */ W2: function() { return /* binding */ isNotANumber; },
|
|
394
|
-
/* harmony export */ mk: function() { return /* binding */ ceil; },
|
|
395
|
-
/* harmony export */ n$: function() { return /* binding */ getUTCTimestamp; }
|
|
396
|
-
/* harmony export */ });
|
|
397
371
|
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
398
372
|
/* harmony import */ var _object_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
|
|
399
373
|
// #!/usr/bin/env babel-node
|
|
@@ -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
|
|
@@ -453,9 +448,6 @@ result=object;if((0,_indicators_js__WEBPACK_IMPORTED_MODULE_3__/* .isPlainObject
|
|
|
453
448
|
/* 5 */
|
|
454
449
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
455
450
|
|
|
456
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
457
|
-
/* harmony export */ Lz: function() { return /* binding */ globalContext; }
|
|
458
|
-
/* harmony export */ });
|
|
459
451
|
/* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, NOOP, mockConsole */
|
|
460
452
|
/* unused harmony import specifier */ var CONSOLE_METHODS;
|
|
461
453
|
/* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
@@ -746,7 +738,11 @@ var _compile=compile(expression,options),error=_compile.error,originalScopeNames
|
|
|
746
738
|
* @param skipTagDelimitedParts - Indicates whether to, for example, ignore
|
|
747
739
|
* html tags via "['<', '>']" (the default).
|
|
748
740
|
* @returns Start and end index of matching range.
|
|
749
|
-
*/var findNormalizedMatchRange=function findNormalizedMatchRange(target,query,normalizer,skipTagDelimitedParts){if(normalizer===void 0){normalizer=function normalizer(value){return
|
|
741
|
+
*/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}/*
|
|
742
|
+
Skip positions the normalizer strips away (e.g. leading
|
|
743
|
+
whitespace), so the reported match index aligns with the real
|
|
744
|
+
character.
|
|
745
|
+
*/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};/**
|
|
750
746
|
* Fixes known encoding problems in given data.
|
|
751
747
|
* @param data - To process.
|
|
752
748
|
* @returns Processed data.
|
|
@@ -790,8 +786,9 @@ distanceMatrix[firstIndex-1][secondIndex-1]+indicator)}return distanceMatrix[sec
|
|
|
790
786
|
* @returns The formatted string.
|
|
791
787
|
*/var lowerCase=function lowerCase(string){return string.charAt(0).toLowerCase()+string.substring(1)};/**
|
|
792
788
|
* Wraps given mark strings in a given target with a given marker.
|
|
793
|
-
* @param target - String to search
|
|
794
|
-
* @param
|
|
789
|
+
* @param target - String to search in.
|
|
790
|
+
* @param givenSearchWords - String or regular expression or array of those to
|
|
791
|
+
* search for.
|
|
795
792
|
* @param givenOptions - Defines highlighting behavior.
|
|
796
793
|
* @param givenOptions.marker - HTML template string to mark.
|
|
797
794
|
* @param givenOptions.normalizer - Pure normalization function to use before
|
|
@@ -799,11 +796,11 @@ distanceMatrix[firstIndex-1][secondIndex-1]+indicator)}return distanceMatrix[sec
|
|
|
799
796
|
* @param givenOptions.skipTagDelimitedParts - Indicates whether to, for
|
|
800
797
|
* example, ignore html tags via "['<', '>']" (the default).
|
|
801
798
|
* @returns Processed result.
|
|
802
|
-
*/var mark=function mark(target,
|
|
799
|
+
*/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;/*
|
|
803
800
|
Search for matches as long there is enough target text remaining to
|
|
804
801
|
walk through.
|
|
805
802
|
*/for(var iteration=0;iteration<MAXIMAL_NUMBER_OF_ITERATIONS.value;iteration++){var nearestRange=null;var currentRange=void 0;// Find the nearest next matching word.
|
|
806
|
-
var _iterator7=_createForOfIteratorHelper(
|
|
803
|
+
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};/**
|
|
807
804
|
* Normalizes a given phone number for automatic dialing or comparison.
|
|
808
805
|
* @param value - Number to normalize.
|
|
809
806
|
* @param dialable - Indicates whether the result should be dialed or
|
|
@@ -962,63 +959,40 @@ module.exports = x({ });
|
|
|
962
959
|
/******/
|
|
963
960
|
/************************************************************************/
|
|
964
961
|
/******/ /* webpack/runtime/define property getters */
|
|
965
|
-
/******/
|
|
966
|
-
/******/
|
|
967
|
-
/******/
|
|
968
|
-
/******/ if(
|
|
969
|
-
/******/
|
|
970
|
-
/******/ while(i < definition.length) {
|
|
971
|
-
/******/ var key = definition[i++];
|
|
972
|
-
/******/ var binding = definition[i++];
|
|
973
|
-
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
974
|
-
/******/ if(binding === 0) {
|
|
975
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
976
|
-
/******/ } else {
|
|
977
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
978
|
-
/******/ }
|
|
979
|
-
/******/ } else if(binding === 0) { i++; }
|
|
980
|
-
/******/ }
|
|
981
|
-
/******/ } else {
|
|
982
|
-
/******/ for(var key in definition) {
|
|
983
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
984
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
985
|
-
/******/ }
|
|
986
|
-
/******/ }
|
|
962
|
+
/******/ // define getter/value functions for harmony exports
|
|
963
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
964
|
+
/******/ for(var key in definition) {
|
|
965
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
966
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
987
967
|
/******/ }
|
|
988
|
-
/******/ }
|
|
989
|
-
/******/ }
|
|
968
|
+
/******/ }
|
|
969
|
+
/******/ };
|
|
990
970
|
/******/
|
|
991
971
|
/******/ /* webpack/runtime/global */
|
|
992
|
-
/******/
|
|
993
|
-
/******/
|
|
994
|
-
/******/
|
|
995
|
-
/******/
|
|
996
|
-
/******/
|
|
997
|
-
/******/
|
|
998
|
-
/******/
|
|
999
|
-
/******/
|
|
1000
|
-
/******/ })();
|
|
1001
|
-
/******/ }();
|
|
972
|
+
/******/ __webpack_require__.g = (function() {
|
|
973
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
974
|
+
/******/ try {
|
|
975
|
+
/******/ return this || new Function('return this')();
|
|
976
|
+
/******/ } catch (e) {
|
|
977
|
+
/******/ if (typeof window === 'object') return window;
|
|
978
|
+
/******/ }
|
|
979
|
+
/******/ })();
|
|
1002
980
|
/******/
|
|
1003
981
|
/******/ /* webpack/runtime/harmony module decorator */
|
|
1004
|
-
/******/
|
|
1005
|
-
/******/
|
|
1006
|
-
/******/
|
|
1007
|
-
/******/
|
|
1008
|
-
/******/
|
|
1009
|
-
/******/
|
|
1010
|
-
/******/
|
|
1011
|
-
/******/
|
|
1012
|
-
/******/
|
|
1013
|
-
/******/
|
|
1014
|
-
/******/
|
|
1015
|
-
/******/ };
|
|
1016
|
-
/******/ }();
|
|
982
|
+
/******/ __webpack_require__.hmd = function(module) {
|
|
983
|
+
/******/ module = Object.create(module);
|
|
984
|
+
/******/ if (!module.children) module.children = [];
|
|
985
|
+
/******/ Object.defineProperty(module, 'exports', {
|
|
986
|
+
/******/ enumerable: true,
|
|
987
|
+
/******/ set: function() {
|
|
988
|
+
/******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
|
|
989
|
+
/******/ }
|
|
990
|
+
/******/ });
|
|
991
|
+
/******/ return module;
|
|
992
|
+
/******/ };
|
|
1017
993
|
/******/
|
|
1018
994
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
1019
|
-
/******/
|
|
1020
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
1021
|
-
/******/ }();
|
|
995
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
|
|
1022
996
|
/******/
|
|
1023
997
|
/************************************************************************/
|
|
1024
998
|
/******/
|
|
@@ -34,11 +34,6 @@ if(!Object.prototype.hasOwnProperty.call(globalContext,"console"))globalContext.
|
|
|
34
34
|
/***/ 2:
|
|
35
35
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
36
36
|
|
|
37
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
38
|
-
/* harmony export */ I5: function() { return /* binding */ optionalRequire; },
|
|
39
|
-
/* harmony export */ Sw: function() { return /* binding */ optionalImport; },
|
|
40
|
-
/* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
|
|
41
|
-
/* harmony export */ });
|
|
42
37
|
/* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
|
|
43
38
|
/* module decorator */ module = __webpack_require__.hmd(module);
|
|
44
39
|
// #!/usr/bin/env babel-node
|
|
@@ -160,63 +155,40 @@ module.exports = webpackEmptyContext;
|
|
|
160
155
|
/******/
|
|
161
156
|
/************************************************************************/
|
|
162
157
|
/******/ /* webpack/runtime/define property getters */
|
|
163
|
-
/******/
|
|
164
|
-
/******/
|
|
165
|
-
/******/
|
|
166
|
-
/******/ if(
|
|
167
|
-
/******/
|
|
168
|
-
/******/ while(i < definition.length) {
|
|
169
|
-
/******/ var key = definition[i++];
|
|
170
|
-
/******/ var binding = definition[i++];
|
|
171
|
-
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
172
|
-
/******/ if(binding === 0) {
|
|
173
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
174
|
-
/******/ } else {
|
|
175
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
176
|
-
/******/ }
|
|
177
|
-
/******/ } else if(binding === 0) { i++; }
|
|
178
|
-
/******/ }
|
|
179
|
-
/******/ } else {
|
|
180
|
-
/******/ for(var key in definition) {
|
|
181
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
182
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
183
|
-
/******/ }
|
|
184
|
-
/******/ }
|
|
158
|
+
/******/ // define getter/value functions for harmony exports
|
|
159
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
160
|
+
/******/ for(var key in definition) {
|
|
161
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
162
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
185
163
|
/******/ }
|
|
186
|
-
/******/ }
|
|
187
|
-
/******/ }
|
|
164
|
+
/******/ }
|
|
165
|
+
/******/ };
|
|
188
166
|
/******/
|
|
189
167
|
/******/ /* webpack/runtime/global */
|
|
190
|
-
/******/
|
|
191
|
-
/******/
|
|
192
|
-
/******/
|
|
193
|
-
/******/
|
|
194
|
-
/******/
|
|
195
|
-
/******/
|
|
196
|
-
/******/
|
|
197
|
-
/******/
|
|
198
|
-
/******/ })();
|
|
199
|
-
/******/ }();
|
|
168
|
+
/******/ __webpack_require__.g = (function() {
|
|
169
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
170
|
+
/******/ try {
|
|
171
|
+
/******/ return this || new Function('return this')();
|
|
172
|
+
/******/ } catch (e) {
|
|
173
|
+
/******/ if (typeof window === 'object') return window;
|
|
174
|
+
/******/ }
|
|
175
|
+
/******/ })();
|
|
200
176
|
/******/
|
|
201
177
|
/******/ /* webpack/runtime/harmony module decorator */
|
|
202
|
-
/******/
|
|
203
|
-
/******/
|
|
204
|
-
/******/
|
|
205
|
-
/******/
|
|
206
|
-
/******/
|
|
207
|
-
/******/
|
|
208
|
-
/******/
|
|
209
|
-
/******/
|
|
210
|
-
/******/
|
|
211
|
-
/******/
|
|
212
|
-
/******/
|
|
213
|
-
/******/ };
|
|
214
|
-
/******/ }();
|
|
178
|
+
/******/ __webpack_require__.hmd = function(module) {
|
|
179
|
+
/******/ module = Object.create(module);
|
|
180
|
+
/******/ if (!module.children) module.children = [];
|
|
181
|
+
/******/ Object.defineProperty(module, 'exports', {
|
|
182
|
+
/******/ enumerable: true,
|
|
183
|
+
/******/ set: function() {
|
|
184
|
+
/******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
|
|
185
|
+
/******/ }
|
|
186
|
+
/******/ });
|
|
187
|
+
/******/ return module;
|
|
188
|
+
/******/ };
|
|
215
189
|
/******/
|
|
216
190
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
217
|
-
/******/
|
|
218
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
219
|
-
/******/ }();
|
|
191
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
|
|
220
192
|
/******/
|
|
221
193
|
/************************************************************************/
|
|
222
194
|
/******/
|