libram 0.4.0 → 0.4.4

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 (103) hide show
  1. package/dist/Clan.js +268 -485
  2. package/dist/Copier.js +11 -48
  3. package/dist/Dungeon.js +77 -157
  4. package/dist/Kmail.d.ts +3 -1
  5. package/dist/Kmail.js +92 -243
  6. package/dist/Path.js +68 -120
  7. package/dist/ascend.js +153 -172
  8. package/dist/combat.d.ts +100 -4
  9. package/dist/combat.js +352 -387
  10. package/dist/console.js +13 -36
  11. package/dist/diet/index.d.ts +31 -0
  12. package/dist/diet/index.js +390 -0
  13. package/dist/diet/knapsack.d.ts +7 -0
  14. package/dist/diet/knapsack.js +119 -0
  15. package/dist/dungeons/Dreadsylvania.d.ts +4 -0
  16. package/dist/dungeons/Dreadsylvania.js +14 -0
  17. package/dist/dungeons/Dungeon.d.ts +28 -0
  18. package/dist/dungeons/Dungeon.js +99 -0
  19. package/dist/dungeons/Hobopolis.d.ts +4 -0
  20. package/dist/dungeons/Hobopolis.js +14 -0
  21. package/dist/dungeons/SlimeTube.d.ts +4 -0
  22. package/dist/dungeons/SlimeTube.js +14 -0
  23. package/dist/freerun.d.ts +16 -4
  24. package/dist/freerun.js +88 -99
  25. package/dist/index.d.ts +5 -1
  26. package/dist/index.js +22 -300
  27. package/dist/lib.d.ts +24 -0
  28. package/dist/lib.js +304 -488
  29. package/dist/logger.js +23 -63
  30. package/dist/maximize.js +289 -556
  31. package/dist/modifier.d.ts +4 -0
  32. package/dist/modifier.js +35 -46
  33. package/dist/modifierTypes.js +8 -22
  34. package/dist/mood.d.ts +5 -0
  35. package/dist/mood.js +260 -551
  36. package/dist/property.d.ts +2 -0
  37. package/dist/property.js +99 -242
  38. package/dist/propertyTypes.d.ts +4 -3
  39. package/dist/propertyTypes.js +1 -0
  40. package/dist/propertyTyping.d.ts +4 -3
  41. package/dist/propertyTyping.js +52 -59
  42. package/dist/resources/2007/CandyHearts.d.ts +9 -0
  43. package/dist/resources/2007/CandyHearts.js +24 -0
  44. package/dist/resources/2008/DivineFavors.d.ts +9 -0
  45. package/dist/resources/2008/DivineFavors.js +27 -0
  46. package/dist/resources/2009/Bandersnatch.js +37 -112
  47. package/dist/resources/2009/LoveSongs.d.ts +9 -0
  48. package/dist/resources/2009/LoveSongs.js +24 -0
  49. package/dist/resources/2009/SpookyPutty.js +20 -46
  50. package/dist/resources/2010/Brickos.d.ts +9 -0
  51. package/dist/resources/2010/Brickos.js +21 -0
  52. package/dist/resources/2010/CrownOfThrones.d.ts +18 -0
  53. package/dist/resources/2010/CrownOfThrones.js +550 -0
  54. package/dist/resources/2011/Gygaxian.d.ts +9 -0
  55. package/dist/resources/2011/Gygaxian.js +24 -0
  56. package/dist/resources/2011/ObtuseAngel.js +21 -63
  57. package/dist/resources/2012/RainDoh.js +14 -40
  58. package/dist/resources/2012/Resolutions.d.ts +9 -0
  59. package/dist/resources/2012/Resolutions.js +28 -0
  60. package/dist/resources/2013/Florist.d.ts +1 -0
  61. package/dist/resources/2013/Florist.js +137 -207
  62. package/dist/resources/2013/PulledTaffy.d.ts +9 -0
  63. package/dist/resources/2013/PulledTaffy.js +33 -0
  64. package/dist/resources/2014/DNALab.d.ts +47 -0
  65. package/dist/resources/2014/DNALab.js +154 -0
  66. package/dist/resources/2014/WinterGarden.js +15 -43
  67. package/dist/resources/2015/ChateauMantegna.js +52 -86
  68. package/dist/resources/2015/MayoClinic.d.ts +3 -0
  69. package/dist/resources/2015/MayoClinic.js +36 -65
  70. package/dist/resources/2016/SourceTerminal.d.ts +1 -0
  71. package/dist/resources/2016/SourceTerminal.js +114 -237
  72. package/dist/resources/2016/Witchess.js +33 -59
  73. package/dist/resources/2017/AsdonMartin.d.ts +27 -0
  74. package/dist/resources/2017/AsdonMartin.js +80 -0
  75. package/dist/resources/2017/TunnelOfLove.js +62 -111
  76. package/dist/resources/2018/SongBoom.js +32 -68
  77. package/dist/resources/2019/BeachComb.js +26 -44
  78. package/dist/resources/2019/Snapper.d.ts +28 -0
  79. package/dist/resources/2019/Snapper.js +69 -0
  80. package/dist/resources/2020/Guzzlr.d.ts +3 -0
  81. package/dist/resources/2020/Guzzlr.js +92 -163
  82. package/dist/resources/LibramSummon.d.ts +12 -0
  83. package/dist/resources/LibramSummon.js +66 -0
  84. package/dist/resources/index.d.ts +20 -14
  85. package/dist/resources/index.js +21 -100
  86. package/dist/resources/putty-likes.js +15 -30
  87. package/dist/ring-buffer.d.ts +24 -0
  88. package/dist/ring-buffer.js +135 -0
  89. package/dist/since.d.ts +1 -0
  90. package/dist/since.js +56 -112
  91. package/dist/template-string.js +40 -132
  92. package/dist/utils.d.ts +12 -0
  93. package/dist/utils.js +54 -123
  94. package/package.json +8 -3
  95. package/dist/libram-example-briefcase.js +0 -16073
  96. package/dist/libram-example-clan.js +0 -7050
  97. package/dist/libram-example-consult.js +0 -5032
  98. package/dist/libram-example-item.js +0 -2870
  99. package/dist/libram-example-kmail.js +0 -2065
  100. package/dist/libram-example-lib.js +0 -6369
  101. package/dist/libram-example-modifier.js +0 -4495
  102. package/dist/libram-example-props.js +0 -3996
  103. package/dist/libram-example-resources.js +0 -10461
@@ -1,4495 +0,0 @@
1
- (function(e, a) { for(var i in a) e[i] = a[i]; if(a.__esModule) Object.defineProperty(e, "__esModule", { value: true }); }(exports,
2
- /******/ (() => { // webpackBootstrap
3
- /******/ var __webpack_modules__ = ({
4
-
5
- /***/ "./examples/modifier.ts":
6
- /*!******************************!*
7
- !*** ./examples/modifier.ts ***!
8
- \******************************/
9
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10
-
11
- "use strict";
12
- __webpack_require__.r(__webpack_exports__);
13
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js");
14
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_0__);
15
- /* harmony import */ var _src__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../src */ "./src/modifier.ts");
16
- /* harmony import */ var _src__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../src */ "./src/template-string.ts");
17
- /* provided dependency */ var console = __webpack_require__(/*! ./src/console */ "./src/console.ts");
18
-
19
-
20
- var _templateObject, _templateObject2;
21
-
22
- function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
23
-
24
-
25
- console.log((0,_src__WEBPACK_IMPORTED_MODULE_1__.get)("Avatar", (0,_src__WEBPACK_IMPORTED_MODULE_2__.$effect)(_templateObject || (_templateObject = _taggedTemplateLiteral(["Pros Only"])))));
26
- console.log((0,_src__WEBPACK_IMPORTED_MODULE_1__.get)("Meat Drop"));
27
- console.log((0,_src__WEBPACK_IMPORTED_MODULE_1__.get)("Rollover Effect", (0,_src__WEBPACK_IMPORTED_MODULE_2__.$item)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["Royal scepter"])))));
28
-
29
- /***/ }),
30
-
31
- /***/ "./src/console.ts":
32
- /*!************************!*
33
- !*** ./src/console.ts ***!
34
- \************************/
35
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
36
-
37
- "use strict";
38
- __webpack_require__.r(__webpack_exports__);
39
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
40
- /* harmony export */ "log": () => /* binding */ log,
41
- /* harmony export */ "info": () => /* binding */ info,
42
- /* harmony export */ "warn": () => /* binding */ warn,
43
- /* harmony export */ "error": () => /* binding */ error
44
- /* harmony export */ });
45
- /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js");
46
- /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__);
47
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js");
48
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__);
49
- /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js");
50
- /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
51
- /* harmony import */ var kolmafia__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! kolmafia */ "kolmafia");
52
- /* harmony import */ var kolmafia__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(kolmafia__WEBPACK_IMPORTED_MODULE_3__);
53
-
54
-
55
-
56
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
57
-
58
- var logColor = color => function () {
59
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
60
- args[_key] = arguments[_key];
61
- }
62
-
63
- var output = args.map(x => x.toString()).join(" ");
64
-
65
- if (color) {
66
- (0,kolmafia__WEBPACK_IMPORTED_MODULE_3__.print)(output, color);
67
- } else {
68
- (0,kolmafia__WEBPACK_IMPORTED_MODULE_3__.print)(output);
69
- }
70
- };
71
-
72
- var log = logColor();
73
- var info = logColor("blue");
74
- var warn = logColor("red");
75
- var error = logColor("red");
76
-
77
- /***/ }),
78
-
79
- /***/ "./src/modifier.ts":
80
- /*!*************************!*
81
- !*** ./src/modifier.ts ***!
82
- \*************************/
83
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
84
-
85
- "use strict";
86
- __webpack_require__.r(__webpack_exports__);
87
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
88
- /* harmony export */ "get": () => /* binding */ get
89
- /* harmony export */ });
90
- /* harmony import */ var kolmafia__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! kolmafia */ "kolmafia");
91
- /* harmony import */ var kolmafia__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(kolmafia__WEBPACK_IMPORTED_MODULE_0__);
92
- /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./utils */ "./src/utils.ts");
93
- /* harmony import */ var _modifierTypes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./modifierTypes */ "./src/modifierTypes.ts");
94
-
95
-
96
-
97
- function get(name, subject) {
98
- if ((0,_utils__WEBPACK_IMPORTED_MODULE_1__.arrayContains)(name, _modifierTypes__WEBPACK_IMPORTED_MODULE_2__.booleanModifiers)) {
99
- return subject === undefined ? (0,kolmafia__WEBPACK_IMPORTED_MODULE_0__.booleanModifier)(name) : (0,kolmafia__WEBPACK_IMPORTED_MODULE_0__.booleanModifier)(subject, name);
100
- }
101
-
102
- if ((0,_utils__WEBPACK_IMPORTED_MODULE_1__.arrayContains)(name, _modifierTypes__WEBPACK_IMPORTED_MODULE_2__.classModifiers)) {
103
- return (0,kolmafia__WEBPACK_IMPORTED_MODULE_0__.classModifier)(subject, name);
104
- }
105
-
106
- if ((0,_utils__WEBPACK_IMPORTED_MODULE_1__.arrayContains)(name, _modifierTypes__WEBPACK_IMPORTED_MODULE_2__.effectModifiers)) {
107
- return (0,kolmafia__WEBPACK_IMPORTED_MODULE_0__.effectModifier)(subject, name);
108
- }
109
-
110
- if ((0,_utils__WEBPACK_IMPORTED_MODULE_1__.arrayContains)(name, _modifierTypes__WEBPACK_IMPORTED_MODULE_2__.monsterModifiers)) {
111
- return monsterModifier(subject, name);
112
- }
113
-
114
- if ((0,_utils__WEBPACK_IMPORTED_MODULE_1__.arrayContains)(name, _modifierTypes__WEBPACK_IMPORTED_MODULE_2__.numericModifiers)) {
115
- return subject === undefined ? (0,kolmafia__WEBPACK_IMPORTED_MODULE_0__.numericModifier)(name) : (0,kolmafia__WEBPACK_IMPORTED_MODULE_0__.numericModifier)(subject, name);
116
- }
117
-
118
- if ((0,_utils__WEBPACK_IMPORTED_MODULE_1__.arrayContains)(name, _modifierTypes__WEBPACK_IMPORTED_MODULE_2__.skillModifiers)) {
119
- return (0,kolmafia__WEBPACK_IMPORTED_MODULE_0__.skillModifier)(subject, name);
120
- }
121
-
122
- if ((0,_utils__WEBPACK_IMPORTED_MODULE_1__.arrayContains)(name, _modifierTypes__WEBPACK_IMPORTED_MODULE_2__.stringModifiers)) {
123
- return subject === undefined ? (0,kolmafia__WEBPACK_IMPORTED_MODULE_0__.stringModifier)(name) : (0,kolmafia__WEBPACK_IMPORTED_MODULE_0__.stringModifier)(subject, name);
124
- }
125
-
126
- if ((0,_utils__WEBPACK_IMPORTED_MODULE_1__.arrayContains)(name, _modifierTypes__WEBPACK_IMPORTED_MODULE_2__.statModifiers)) {
127
- return (0,kolmafia__WEBPACK_IMPORTED_MODULE_0__.statModifier)(subject, name);
128
- }
129
- }
130
-
131
- /***/ }),
132
-
133
- /***/ "./src/modifierTypes.ts":
134
- /*!******************************!*
135
- !*** ./src/modifierTypes.ts ***!
136
- \******************************/
137
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
138
-
139
- "use strict";
140
- __webpack_require__.r(__webpack_exports__);
141
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
142
- /* harmony export */ "booleanModifiers": () => /* binding */ booleanModifiers,
143
- /* harmony export */ "classModifiers": () => /* binding */ classModifiers,
144
- /* harmony export */ "numericModifiers": () => /* binding */ numericModifiers,
145
- /* harmony export */ "effectModifiers": () => /* binding */ effectModifiers,
146
- /* harmony export */ "monsterModifiers": () => /* binding */ monsterModifiers,
147
- /* harmony export */ "skillModifiers": () => /* binding */ skillModifiers,
148
- /* harmony export */ "statModifiers": () => /* binding */ statModifiers,
149
- /* harmony export */ "stringModifiers": () => /* binding */ stringModifiers
150
- /* harmony export */ });
151
- // THIS FILE IS AUTOMATICALLY GENERATED. See tools/parseModifiers.ts for more information
152
- var booleanModifiers = ["Softcore Only", "Single Equip", "Never Fumble", "Weakens Monster", "Free Pull", "Variable", "Nonstackable Watch", "Cold Immunity", "Hot Immunity", "Sleaze Immunity", "Spooky Immunity", "Stench Immunity", "Cold Vulnerability", "Hot Vulnerability", "Sleaze Vulnerability", "Spooky Vulnerability", "Stench Vulnerability", "Moxie Controls MP", "Moxie May Control MP", "Four Songs", "Adventure Underwater", "Underwater Familiar", "Generic", "Unarmed", "No Pull", "Lasts Until Rollover", "Attacks Can't Miss", "Pirate", "Breakable", "Drops Items", "Drops Meat"];
153
- var classModifiers = ["Class"];
154
- var numericModifiers = ["Familiar Weight", "Monster Level", "Combat Rate", "Initiative", "Experience", "Item Drop", "Meat Drop", "Damage Absorption", "Damage Reduction", "Cold Resistance", "Hot Resistance", "Sleaze Resistance", "Spooky Resistance", "Stench Resistance", "Mana Cost", "Moxie", "Moxie Percent", "Muscle", "Muscle Percent", "Mysticality", "Mysticality Percent", "Maximum HP", "Maximum HP Percent", "Maximum MP", "Maximum MP Percent", "Weapon Damage", "Ranged Damage", "Spell Damage", "Spell Damage Percent", "Cold Damage", "Hot Damage", "Sleaze Damage", "Spooky Damage", "Stench Damage", "Cold Spell Damage", "Hot Spell Damage", "Sleaze Spell Damage", "Spooky Spell Damage", "Stench Spell Damage", "Underwater Combat Rate", "Fumble", "HP Regen Min", "HP Regen Max", "MP Regen Min", "MP Regen Max", "Adventures", "Familiar Weight Percent", "Weapon Damage Percent", "Ranged Damage Percent", "Stackable Mana Cost", "Hobo Power", "Base Resting HP", "Resting HP Percent", "Bonus Resting HP", "Base Resting MP", "Resting MP Percent", "Bonus Resting MP", "Critical Hit Percent", "PvP Fights", "Volleyball", "Sombrero", "Leprechaun", "Fairy", "Meat Drop Penalty", "Hidden Familiar Weight", "Item Drop Penalty", "Initiative Penalty", "Food Drop", "Booze Drop", "Hat Drop", "Weapon Drop", "Offhand Drop", "Shirt Drop", "Pants Drop", "Accessory Drop", "Volleyball Effectiveness", "Sombrero Effectiveness", "Leprechaun Effectiveness", "Fairy Effectiveness", "Familiar Weight Cap", "Slime Resistance", "Slime Hates It", "Spell Critical Percent", "Muscle Experience", "Mysticality Experience", "Moxie Experience", "Effect Duration", "Candy Drop", "DB Combat Damage", "Sombrero Bonus", "Familiar Experience", "Sporadic Meat Drop", "Sporadic Item Drop", "Meat Bonus", "Pickpocket Chance", "Combat Mana Cost", "Muscle Experience Percent", "Mysticality Experience Percent", "Moxie Experience Percent", "Minstrel Level", "Muscle Limit", "Mysticality Limit", "Moxie Limit", "Song Duration", "Prismatic Damage", "Smithsness", "Supercold Resistance", "Reduce Enemy Defense", "Pool Skill", "Surgeonosity", "Familiar Damage", "Gear Drop", "Maximum Hooch", "Water Level", "Crimbot Outfit Power", "Familiar Tuning Muscle", "Familiar Tuning Mysticality", "Familiar Tuning Moxie", "Random Monster Modifiers", "Luck", "Othello Skill", "Disco Style", "Rollover Effect Duration", "Sixgun Damage", "Fishing Skill", "Additional Song", "Sprinkle Drop", "Absorb Adventures", "Absorb Stats", "Rubee Drop", "Kruegerand Drop", "WarBear Armor Penetration", "Clowniness", "Maximum PP", "Plumber Power", "Drippy Damage", "Drippy Resistance", "Energy", "Scrap", "Familiar Action Bonus", "Water"];
155
- var effectModifiers = ["Effect", "Rollover Effect"];
156
- var monsterModifiers = ["Avatar"];
157
- var skillModifiers = ["Skill"];
158
- var statModifiers = ["Plumber Stat"];
159
- var stringModifiers = ["Intrinsic Effect", "Equalize", "Wiki Name", "Modifiers", "Outfit", "Stat Tuning", "Equips On", "Familiar Effect", "Jiggle", "Equalize Muscle", "Equalize Mysticality", "Equalize Moxie", "Floor Buffed Muscle", "Floor Buffed Mysticality", "Floor Buffed Moxie"];
160
-
161
- /***/ }),
162
-
163
- /***/ "./src/template-string.ts":
164
- /*!********************************!*
165
- !*** ./src/template-string.ts ***!
166
- \********************************/
167
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
168
-
169
- "use strict";
170
- __webpack_require__.r(__webpack_exports__);
171
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
172
- /* harmony export */ "$bounty": () => /* binding */ $bounty,
173
- /* harmony export */ "$bounties": () => /* binding */ $bounties,
174
- /* harmony export */ "$class": () => /* binding */ $class,
175
- /* harmony export */ "$classes": () => /* binding */ $classes,
176
- /* harmony export */ "$coinmaster": () => /* binding */ $coinmaster,
177
- /* harmony export */ "$coinmasters": () => /* binding */ $coinmasters,
178
- /* harmony export */ "$effect": () => /* binding */ $effect,
179
- /* harmony export */ "$effects": () => /* binding */ $effects,
180
- /* harmony export */ "$element": () => /* binding */ $element,
181
- /* harmony export */ "$elements": () => /* binding */ $elements,
182
- /* harmony export */ "$familiar": () => /* binding */ $familiar,
183
- /* harmony export */ "$familiars": () => /* binding */ $familiars,
184
- /* harmony export */ "$item": () => /* binding */ $item,
185
- /* harmony export */ "$items": () => /* binding */ $items,
186
- /* harmony export */ "$location": () => /* binding */ $location,
187
- /* harmony export */ "$locations": () => /* binding */ $locations,
188
- /* harmony export */ "$monster": () => /* binding */ $monster,
189
- /* harmony export */ "$monsters": () => /* binding */ $monsters,
190
- /* harmony export */ "$phylum": () => /* binding */ $phylum,
191
- /* harmony export */ "$phyla": () => /* binding */ $phyla,
192
- /* harmony export */ "$servant": () => /* binding */ $servant,
193
- /* harmony export */ "$servants": () => /* binding */ $servants,
194
- /* harmony export */ "$skill": () => /* binding */ $skill,
195
- /* harmony export */ "$skills": () => /* binding */ $skills,
196
- /* harmony export */ "$slot": () => /* binding */ $slot,
197
- /* harmony export */ "$slots": () => /* binding */ $slots,
198
- /* harmony export */ "$stat": () => /* binding */ $stat,
199
- /* harmony export */ "$stats": () => /* binding */ $stats,
200
- /* harmony export */ "$thrall": () => /* binding */ $thrall,
201
- /* harmony export */ "$thralls": () => /* binding */ $thralls
202
- /* harmony export */ });
203
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js");
204
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_0__);
205
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js");
206
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_1__);
207
- /* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.string.split.js */ "./node_modules/core-js/modules/es.string.split.js");
208
- /* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_2__);
209
-
210
-
211
-
212
-
213
- var concatTemplateString = function concatTemplateString(literals) {
214
- for (var _len = arguments.length, placeholders = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
215
- placeholders[_key - 1] = arguments[_key];
216
- }
217
-
218
- return literals.reduce((acc, literal, i) => acc + literal + (placeholders[i] || ""), "");
219
- };
220
-
221
- var createSingleConstant = Type => function (literals) {
222
- for (var _len2 = arguments.length, placeholders = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
223
- placeholders[_key2 - 1] = arguments[_key2];
224
- }
225
-
226
- var input = concatTemplateString.apply(void 0, [literals].concat(placeholders));
227
- return Type.get(input);
228
- };
229
-
230
- var createPluralConstant = Type => function (literals) {
231
- for (var _len3 = arguments.length, placeholders = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) {
232
- placeholders[_key3 - 1] = arguments[_key3];
233
- }
234
-
235
- var input = concatTemplateString.apply(void 0, [literals].concat(placeholders));
236
-
237
- if (input === "") {
238
- return Type.all();
239
- }
240
-
241
- return Type.get(input.split(/\s*,\s*/));
242
- };
243
- /**
244
- * A Bounty specified by name.
245
- *
246
- * @category In-game constant
247
- */
248
-
249
-
250
- var $bounty = createSingleConstant(Bounty);
251
- /**
252
- * A list of Bounties specified by a comma-separated list of names.
253
- * For a list of all possible Bounties, leave the template string blank.
254
- *
255
- * @category In-game constant
256
- */
257
-
258
- var $bounties = createPluralConstant(Bounty);
259
- /**
260
- * A Class specified by name.
261
- *
262
- * @category In-game constant
263
- */
264
-
265
- var $class = createSingleConstant(Class);
266
- /**
267
- * A list of Classes specified by a comma-separated list of names.
268
- * For a list of all possible Classes, leave the template string blank.
269
- *
270
- * @category In-game constant
271
- */
272
-
273
- var $classes = createPluralConstant(Class);
274
- /**
275
- * A Coinmaster specified by name.
276
- *
277
- * @category In-game constant
278
- */
279
-
280
- var $coinmaster = createSingleConstant(Coinmaster);
281
- /**
282
- * A list of Coinmasters specified by a comma-separated list of names.
283
- * For a list of all possible Coinmasters, leave the template string blank.
284
- *
285
- * @category In-game constant
286
- */
287
-
288
- var $coinmasters = createPluralConstant(Coinmaster);
289
- /**
290
- * An Effect specified by name.
291
- *
292
- * @category In-game constant
293
- */
294
-
295
- var $effect = createSingleConstant(Effect);
296
- /**
297
- * A list of Effects specified by a comma-separated list of names.
298
- * For a list of all possible Effects, leave the template string blank.
299
- *
300
- * @category In-game constant
301
- */
302
-
303
- var $effects = createPluralConstant(Effect);
304
- /**
305
- * An Element specified by name.
306
- *
307
- * @category In-game constant
308
- */
309
-
310
- var $element = createSingleConstant(Element);
311
- /**
312
- * A list of Elements specified by a comma-separated list of names.
313
- * For a list of all possible Elements, leave the template string blank.
314
- *
315
- * @category In-game constant
316
- */
317
-
318
- var $elements = createPluralConstant(Element);
319
- /**
320
- * A Familiar specified by name.
321
- *
322
- * @category In-game constant
323
- */
324
-
325
- var $familiar = createSingleConstant(Familiar);
326
- /**
327
- * A list of Familiars specified by a comma-separated list of names.
328
- * For a list of all possible Familiars, leave the template string blank.
329
- *
330
- * @category In-game constant
331
- */
332
-
333
- var $familiars = createPluralConstant(Familiar);
334
- /**
335
- * An Item specified by name.
336
- *
337
- * @category In-game constant
338
- */
339
-
340
- var $item = createSingleConstant(Item);
341
- /**
342
- * A list of Items specified by a comma-separated list of names.
343
- * For a list of all possible Items, leave the template string blank.
344
- *
345
- * @category In-game constant
346
- */
347
-
348
- var $items = createPluralConstant(Item);
349
- /**
350
- * A Location specified by name.
351
- *
352
- * @category In-game constant
353
- */
354
-
355
- var $location = createSingleConstant(Location);
356
- /**
357
- * A list of Locations specified by a comma-separated list of names.
358
- * For a list of all possible Locations, leave the template string blank.
359
- *
360
- * @category In-game constant
361
- */
362
-
363
- var $locations = createPluralConstant(Location);
364
- /**
365
- * A Monster specified by name.
366
- *
367
- * @category In-game constant
368
- */
369
-
370
- var $monster = createSingleConstant(Monster);
371
- /**
372
- * A list of Monsters specified by a comma-separated list of names.
373
- * For a list of all possible Monsters, leave the template string blank.
374
- *
375
- * @category In-game constant
376
- */
377
-
378
- var $monsters = createPluralConstant(Monster);
379
- /**
380
- * A Phylum specified by name.
381
- *
382
- * @category In-game constant
383
- */
384
-
385
- var $phylum = createSingleConstant(Phylum);
386
- /**
387
- * A list of Phyla specified by a comma-separated list of names.
388
- * For a list of all possible Phyla, leave the template string blank.
389
- *
390
- * @category In-game constant
391
- */
392
-
393
- var $phyla = createPluralConstant(Phylum);
394
- /**
395
- * A Servant specified by name.
396
- *
397
- * @category In-game constant
398
- */
399
-
400
- var $servant = createSingleConstant(Servant);
401
- /**
402
- * A list of Servants specified by a comma-separated list of names.
403
- * For a list of all possible Servants, leave the template string blank.
404
- *
405
- * @category In-game constant
406
- */
407
-
408
- var $servants = createPluralConstant(Servant);
409
- /**
410
- * A Skill specified by name.
411
- *
412
- * @category In-game constant
413
- */
414
-
415
- var $skill = createSingleConstant(Skill);
416
- /**
417
- * A list of Skills specified by a comma-separated list of names.
418
- * For a list of all possible Skills, leave the template string blank.
419
- *
420
- * @category In-game constant
421
- */
422
-
423
- var $skills = createPluralConstant(Skill);
424
- /**
425
- * A Slot specified by name.
426
- *
427
- * @category In-game constant
428
- */
429
-
430
- var $slot = createSingleConstant(Slot);
431
- /**
432
- * A list of Slots specified by a comma-separated list of names.
433
- * For a list of all possible Slots, leave the template string blank.
434
- *
435
- * @category In-game constant
436
- */
437
-
438
- var $slots = createPluralConstant(Slot);
439
- /**
440
- * A Stat specified by name.
441
- *
442
- * @category In-game constant
443
- */
444
-
445
- var $stat = createSingleConstant(Stat);
446
- /**
447
- * A list of Stats specified by a comma-separated list of names.
448
- * For a list of all possible Stats, leave the template string blank.
449
- *
450
- * @category In-game constant
451
- */
452
-
453
- var $stats = createPluralConstant(Stat);
454
- /**
455
- * A Thrall specified by name.
456
- *
457
- * @category In-game constant
458
- */
459
-
460
- var $thrall = createSingleConstant(Thrall);
461
- /**
462
- * A list of Thralls specified by a comma-separated list of names.
463
- * For a list of all possible Thralls, leave the template string blank.
464
- *
465
- * @category In-game constant
466
- */
467
-
468
- var $thralls = createPluralConstant(Thrall);
469
-
470
- /***/ }),
471
-
472
- /***/ "./src/utils.ts":
473
- /*!**********************!*
474
- !*** ./src/utils.ts ***!
475
- \**********************/
476
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
477
-
478
- "use strict";
479
- __webpack_require__.r(__webpack_exports__);
480
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
481
- /* harmony export */ "notNull": () => /* binding */ notNull,
482
- /* harmony export */ "parseNumber": () => /* binding */ parseNumber,
483
- /* harmony export */ "clamp": () => /* binding */ clamp,
484
- /* harmony export */ "chunk": () => /* binding */ chunk,
485
- /* harmony export */ "arrayToCountedMap": () => /* binding */ arrayToCountedMap,
486
- /* harmony export */ "countedMapToArray": () => /* binding */ countedMapToArray,
487
- /* harmony export */ "countedMapToString": () => /* binding */ countedMapToString,
488
- /* harmony export */ "sum": () => /* binding */ sum,
489
- /* harmony export */ "sumNumbers": () => /* binding */ sumNumbers,
490
- /* harmony export */ "arrayContains": () => /* binding */ arrayContains
491
- /* harmony export */ });
492
- /* harmony import */ var core_js_modules_es_number_parse_int_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.number.parse-int.js */ "./node_modules/core-js/modules/es.number.parse-int.js");
493
- /* harmony import */ var core_js_modules_es_number_parse_int_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_parse_int_js__WEBPACK_IMPORTED_MODULE_0__);
494
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js");
495
- /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_1__);
496
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js");
497
- /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_2__);
498
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js");
499
- /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_3__);
500
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.array.iterator.js */ "./node_modules/core-js/modules/es.array.iterator.js");
501
- /* harmony import */ var core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_4__);
502
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js");
503
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_5__);
504
- /* harmony import */ var core_js_modules_es_array_flat_map_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.array.flat-map.js */ "./node_modules/core-js/modules/es.array.flat-map.js");
505
- /* harmony import */ var core_js_modules_es_array_flat_map_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_flat_map_js__WEBPACK_IMPORTED_MODULE_6__);
506
- /* harmony import */ var core_js_modules_es_array_unscopables_flat_map_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/es.array.unscopables.flat-map.js */ "./node_modules/core-js/modules/es.array.unscopables.flat-map.js");
507
- /* harmony import */ var core_js_modules_es_array_unscopables_flat_map_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_unscopables_flat_map_js__WEBPACK_IMPORTED_MODULE_7__);
508
- /* harmony import */ var core_js_modules_es_array_fill_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.array.fill.js */ "./node_modules/core-js/modules/es.array.fill.js");
509
- /* harmony import */ var core_js_modules_es_array_fill_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_fill_js__WEBPACK_IMPORTED_MODULE_8__);
510
- /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js");
511
- /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_9__);
512
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js");
513
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_10__);
514
- /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! core-js/modules/es.array.includes.js */ "./node_modules/core-js/modules/es.array.includes.js");
515
- /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_11__);
516
- /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! core-js/modules/es.string.includes.js */ "./node_modules/core-js/modules/es.string.includes.js");
517
- /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_12__);
518
- /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! core-js/modules/es.symbol.js */ "./node_modules/core-js/modules/es.symbol.js");
519
- /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_13__);
520
- /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! core-js/modules/es.symbol.description.js */ "./node_modules/core-js/modules/es.symbol.description.js");
521
- /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_14__);
522
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
523
-
524
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
525
-
526
- function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
527
-
528
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
529
-
530
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
531
-
532
- function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
533
-
534
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
535
-
536
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
537
-
538
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
539
-
540
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
541
-
542
-
543
-
544
-
545
-
546
-
547
-
548
-
549
-
550
-
551
-
552
-
553
-
554
-
555
-
556
-
557
- function notNull(value) {
558
- return value !== null;
559
- }
560
- function parseNumber(n) {
561
- return Number.parseInt(n.replace(/,/g, ""));
562
- }
563
- /**
564
- * Clamp a number between lower and upper bounds.
565
- *
566
- * @param n Number to clamp.
567
- * @param min Lower bound.
568
- * @param max Upper bound.
569
- */
570
-
571
- function clamp(n, min, max) {
572
- return Math.max(min, Math.min(max, n));
573
- }
574
- /**
575
- * Split an {@param array} into {@param chunkSize} sized chunks
576
- *
577
- * @param array Array to split
578
- * @param chunkSize Size of chunk
579
- */
580
-
581
- function chunk(array, chunkSize) {
582
- var result = [];
583
-
584
- for (var i = 0; i < array.length; i += chunkSize) {
585
- result.push(array.slice(i, i + chunkSize));
586
- }
587
-
588
- return result;
589
- }
590
- function arrayToCountedMap(array) {
591
- if (!Array.isArray(array)) return array;
592
- var map = new Map();
593
- array.forEach(item => {
594
- map.set(item, (map.get(item) || 0) + 1);
595
- });
596
- return map;
597
- }
598
- function countedMapToArray(map) {
599
- return _toConsumableArray(map).flatMap(_ref => {
600
- var _ref2 = _slicedToArray(_ref, 2),
601
- item = _ref2[0],
602
- quantity = _ref2[1];
603
-
604
- return Array(quantity).fill(item);
605
- });
606
- }
607
- function countedMapToString(map) {
608
- return _toConsumableArray(map).map(_ref3 => {
609
- var _ref4 = _slicedToArray(_ref3, 2),
610
- item = _ref4[0],
611
- quantity = _ref4[1];
612
-
613
- return "".concat(quantity, " x ").concat(item);
614
- }).join(", ");
615
- }
616
- /**
617
- * Sum an array of numbers.
618
- * @param addends Addends to sum.
619
- * @param mappingFunction function to turn elements into numbers
620
- */
621
-
622
- function sum(addends, mappingFunction) {
623
- return addends.reduce((subtotal, element) => subtotal + mappingFunction(element), 0);
624
- }
625
- function sumNumbers(addends) {
626
- return sum(addends, x => x);
627
- }
628
- /**
629
- * Checks if a given item is in a readonly array, acting as a typeguard.
630
- * @param item Needle
631
- * @param array Readonly array haystack
632
- * @returns Whether the item is in the array, and narrows the type of the item.
633
- */
634
-
635
- function arrayContains(item, array) {
636
- return array.includes(item);
637
- }
638
-
639
- /***/ }),
640
-
641
- /***/ "./node_modules/core-js/internals/a-function.js":
642
- /*!******************************************************!*
643
- !*** ./node_modules/core-js/internals/a-function.js ***!
644
- \******************************************************/
645
- /***/ ((module) => {
646
-
647
- module.exports = function (it) {
648
- if (typeof it != 'function') {
649
- throw TypeError(String(it) + ' is not a function');
650
- } return it;
651
- };
652
-
653
-
654
- /***/ }),
655
-
656
- /***/ "./node_modules/core-js/internals/a-possible-prototype.js":
657
- /*!****************************************************************!*
658
- !*** ./node_modules/core-js/internals/a-possible-prototype.js ***!
659
- \****************************************************************/
660
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
661
-
662
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
663
-
664
- module.exports = function (it) {
665
- if (!isObject(it) && it !== null) {
666
- throw TypeError("Can't set " + String(it) + ' as a prototype');
667
- } return it;
668
- };
669
-
670
-
671
- /***/ }),
672
-
673
- /***/ "./node_modules/core-js/internals/add-to-unscopables.js":
674
- /*!**************************************************************!*
675
- !*** ./node_modules/core-js/internals/add-to-unscopables.js ***!
676
- \**************************************************************/
677
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
678
-
679
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
680
- var create = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js");
681
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
682
-
683
- var UNSCOPABLES = wellKnownSymbol('unscopables');
684
- var ArrayPrototype = Array.prototype;
685
-
686
- // Array.prototype[@@unscopables]
687
- // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
688
- if (ArrayPrototype[UNSCOPABLES] == undefined) {
689
- definePropertyModule.f(ArrayPrototype, UNSCOPABLES, {
690
- configurable: true,
691
- value: create(null)
692
- });
693
- }
694
-
695
- // add a key to Array.prototype[@@unscopables]
696
- module.exports = function (key) {
697
- ArrayPrototype[UNSCOPABLES][key] = true;
698
- };
699
-
700
-
701
- /***/ }),
702
-
703
- /***/ "./node_modules/core-js/internals/advance-string-index.js":
704
- /*!****************************************************************!*
705
- !*** ./node_modules/core-js/internals/advance-string-index.js ***!
706
- \****************************************************************/
707
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
708
-
709
- "use strict";
710
-
711
- var charAt = __webpack_require__(/*! ../internals/string-multibyte */ "./node_modules/core-js/internals/string-multibyte.js").charAt;
712
-
713
- // `AdvanceStringIndex` abstract operation
714
- // https://tc39.es/ecma262/#sec-advancestringindex
715
- module.exports = function (S, index, unicode) {
716
- return index + (unicode ? charAt(S, index).length : 1);
717
- };
718
-
719
-
720
- /***/ }),
721
-
722
- /***/ "./node_modules/core-js/internals/an-object.js":
723
- /*!*****************************************************!*
724
- !*** ./node_modules/core-js/internals/an-object.js ***!
725
- \*****************************************************/
726
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
727
-
728
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
729
-
730
- module.exports = function (it) {
731
- if (!isObject(it)) {
732
- throw TypeError(String(it) + ' is not an object');
733
- } return it;
734
- };
735
-
736
-
737
- /***/ }),
738
-
739
- /***/ "./node_modules/core-js/internals/array-fill.js":
740
- /*!******************************************************!*
741
- !*** ./node_modules/core-js/internals/array-fill.js ***!
742
- \******************************************************/
743
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
744
-
745
- "use strict";
746
-
747
- var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
748
- var toAbsoluteIndex = __webpack_require__(/*! ../internals/to-absolute-index */ "./node_modules/core-js/internals/to-absolute-index.js");
749
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
750
-
751
- // `Array.prototype.fill` method implementation
752
- // https://tc39.es/ecma262/#sec-array.prototype.fill
753
- module.exports = function fill(value /* , start = 0, end = @length */) {
754
- var O = toObject(this);
755
- var length = toLength(O.length);
756
- var argumentsLength = arguments.length;
757
- var index = toAbsoluteIndex(argumentsLength > 1 ? arguments[1] : undefined, length);
758
- var end = argumentsLength > 2 ? arguments[2] : undefined;
759
- var endPos = end === undefined ? length : toAbsoluteIndex(end, length);
760
- while (endPos > index) O[index++] = value;
761
- return O;
762
- };
763
-
764
-
765
- /***/ }),
766
-
767
- /***/ "./node_modules/core-js/internals/array-includes.js":
768
- /*!**********************************************************!*
769
- !*** ./node_modules/core-js/internals/array-includes.js ***!
770
- \**********************************************************/
771
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
772
-
773
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
774
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
775
- var toAbsoluteIndex = __webpack_require__(/*! ../internals/to-absolute-index */ "./node_modules/core-js/internals/to-absolute-index.js");
776
-
777
- // `Array.prototype.{ indexOf, includes }` methods implementation
778
- var createMethod = function (IS_INCLUDES) {
779
- return function ($this, el, fromIndex) {
780
- var O = toIndexedObject($this);
781
- var length = toLength(O.length);
782
- var index = toAbsoluteIndex(fromIndex, length);
783
- var value;
784
- // Array#includes uses SameValueZero equality algorithm
785
- // eslint-disable-next-line no-self-compare -- NaN check
786
- if (IS_INCLUDES && el != el) while (length > index) {
787
- value = O[index++];
788
- // eslint-disable-next-line no-self-compare -- NaN check
789
- if (value != value) return true;
790
- // Array#indexOf ignores holes, Array#includes - not
791
- } else for (;length > index; index++) {
792
- if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
793
- } return !IS_INCLUDES && -1;
794
- };
795
- };
796
-
797
- module.exports = {
798
- // `Array.prototype.includes` method
799
- // https://tc39.es/ecma262/#sec-array.prototype.includes
800
- includes: createMethod(true),
801
- // `Array.prototype.indexOf` method
802
- // https://tc39.es/ecma262/#sec-array.prototype.indexof
803
- indexOf: createMethod(false)
804
- };
805
-
806
-
807
- /***/ }),
808
-
809
- /***/ "./node_modules/core-js/internals/array-iteration.js":
810
- /*!***********************************************************!*
811
- !*** ./node_modules/core-js/internals/array-iteration.js ***!
812
- \***********************************************************/
813
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
814
-
815
- var bind = __webpack_require__(/*! ../internals/function-bind-context */ "./node_modules/core-js/internals/function-bind-context.js");
816
- var IndexedObject = __webpack_require__(/*! ../internals/indexed-object */ "./node_modules/core-js/internals/indexed-object.js");
817
- var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
818
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
819
- var arraySpeciesCreate = __webpack_require__(/*! ../internals/array-species-create */ "./node_modules/core-js/internals/array-species-create.js");
820
-
821
- var push = [].push;
822
-
823
- // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation
824
- var createMethod = function (TYPE) {
825
- var IS_MAP = TYPE == 1;
826
- var IS_FILTER = TYPE == 2;
827
- var IS_SOME = TYPE == 3;
828
- var IS_EVERY = TYPE == 4;
829
- var IS_FIND_INDEX = TYPE == 6;
830
- var IS_FILTER_OUT = TYPE == 7;
831
- var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
832
- return function ($this, callbackfn, that, specificCreate) {
833
- var O = toObject($this);
834
- var self = IndexedObject(O);
835
- var boundFunction = bind(callbackfn, that, 3);
836
- var length = toLength(self.length);
837
- var index = 0;
838
- var create = specificCreate || arraySpeciesCreate;
839
- var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;
840
- var value, result;
841
- for (;length > index; index++) if (NO_HOLES || index in self) {
842
- value = self[index];
843
- result = boundFunction(value, index, O);
844
- if (TYPE) {
845
- if (IS_MAP) target[index] = result; // map
846
- else if (result) switch (TYPE) {
847
- case 3: return true; // some
848
- case 5: return value; // find
849
- case 6: return index; // findIndex
850
- case 2: push.call(target, value); // filter
851
- } else switch (TYPE) {
852
- case 4: return false; // every
853
- case 7: push.call(target, value); // filterOut
854
- }
855
- }
856
- }
857
- return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;
858
- };
859
- };
860
-
861
- module.exports = {
862
- // `Array.prototype.forEach` method
863
- // https://tc39.es/ecma262/#sec-array.prototype.foreach
864
- forEach: createMethod(0),
865
- // `Array.prototype.map` method
866
- // https://tc39.es/ecma262/#sec-array.prototype.map
867
- map: createMethod(1),
868
- // `Array.prototype.filter` method
869
- // https://tc39.es/ecma262/#sec-array.prototype.filter
870
- filter: createMethod(2),
871
- // `Array.prototype.some` method
872
- // https://tc39.es/ecma262/#sec-array.prototype.some
873
- some: createMethod(3),
874
- // `Array.prototype.every` method
875
- // https://tc39.es/ecma262/#sec-array.prototype.every
876
- every: createMethod(4),
877
- // `Array.prototype.find` method
878
- // https://tc39.es/ecma262/#sec-array.prototype.find
879
- find: createMethod(5),
880
- // `Array.prototype.findIndex` method
881
- // https://tc39.es/ecma262/#sec-array.prototype.findIndex
882
- findIndex: createMethod(6),
883
- // `Array.prototype.filterOut` method
884
- // https://github.com/tc39/proposal-array-filtering
885
- filterOut: createMethod(7)
886
- };
887
-
888
-
889
- /***/ }),
890
-
891
- /***/ "./node_modules/core-js/internals/array-method-has-species-support.js":
892
- /*!****************************************************************************!*
893
- !*** ./node_modules/core-js/internals/array-method-has-species-support.js ***!
894
- \****************************************************************************/
895
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
896
-
897
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
898
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
899
- var V8_VERSION = __webpack_require__(/*! ../internals/engine-v8-version */ "./node_modules/core-js/internals/engine-v8-version.js");
900
-
901
- var SPECIES = wellKnownSymbol('species');
902
-
903
- module.exports = function (METHOD_NAME) {
904
- // We can't use this feature detection in V8 since it causes
905
- // deoptimization and serious performance degradation
906
- // https://github.com/zloirock/core-js/issues/677
907
- return V8_VERSION >= 51 || !fails(function () {
908
- var array = [];
909
- var constructor = array.constructor = {};
910
- constructor[SPECIES] = function () {
911
- return { foo: 1 };
912
- };
913
- return array[METHOD_NAME](Boolean).foo !== 1;
914
- });
915
- };
916
-
917
-
918
- /***/ }),
919
-
920
- /***/ "./node_modules/core-js/internals/array-species-create.js":
921
- /*!****************************************************************!*
922
- !*** ./node_modules/core-js/internals/array-species-create.js ***!
923
- \****************************************************************/
924
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
925
-
926
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
927
- var isArray = __webpack_require__(/*! ../internals/is-array */ "./node_modules/core-js/internals/is-array.js");
928
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
929
-
930
- var SPECIES = wellKnownSymbol('species');
931
-
932
- // `ArraySpeciesCreate` abstract operation
933
- // https://tc39.es/ecma262/#sec-arrayspeciescreate
934
- module.exports = function (originalArray, length) {
935
- var C;
936
- if (isArray(originalArray)) {
937
- C = originalArray.constructor;
938
- // cross-realm fallback
939
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
940
- else if (isObject(C)) {
941
- C = C[SPECIES];
942
- if (C === null) C = undefined;
943
- }
944
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
945
- };
946
-
947
-
948
- /***/ }),
949
-
950
- /***/ "./node_modules/core-js/internals/classof-raw.js":
951
- /*!*******************************************************!*
952
- !*** ./node_modules/core-js/internals/classof-raw.js ***!
953
- \*******************************************************/
954
- /***/ ((module) => {
955
-
956
- var toString = {}.toString;
957
-
958
- module.exports = function (it) {
959
- return toString.call(it).slice(8, -1);
960
- };
961
-
962
-
963
- /***/ }),
964
-
965
- /***/ "./node_modules/core-js/internals/classof.js":
966
- /*!***************************************************!*
967
- !*** ./node_modules/core-js/internals/classof.js ***!
968
- \***************************************************/
969
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
970
-
971
- var TO_STRING_TAG_SUPPORT = __webpack_require__(/*! ../internals/to-string-tag-support */ "./node_modules/core-js/internals/to-string-tag-support.js");
972
- var classofRaw = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js");
973
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
974
-
975
- var TO_STRING_TAG = wellKnownSymbol('toStringTag');
976
- // ES3 wrong here
977
- var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
978
-
979
- // fallback for IE11 Script Access Denied error
980
- var tryGet = function (it, key) {
981
- try {
982
- return it[key];
983
- } catch (error) { /* empty */ }
984
- };
985
-
986
- // getting tag from ES6+ `Object.prototype.toString`
987
- module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
988
- var O, tag, result;
989
- return it === undefined ? 'Undefined' : it === null ? 'Null'
990
- // @@toStringTag case
991
- : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag
992
- // builtinTag case
993
- : CORRECT_ARGUMENTS ? classofRaw(O)
994
- // ES3 arguments fallback
995
- : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
996
- };
997
-
998
-
999
- /***/ }),
1000
-
1001
- /***/ "./node_modules/core-js/internals/copy-constructor-properties.js":
1002
- /*!***********************************************************************!*
1003
- !*** ./node_modules/core-js/internals/copy-constructor-properties.js ***!
1004
- \***********************************************************************/
1005
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1006
-
1007
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1008
- var ownKeys = __webpack_require__(/*! ../internals/own-keys */ "./node_modules/core-js/internals/own-keys.js");
1009
- var getOwnPropertyDescriptorModule = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js");
1010
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
1011
-
1012
- module.exports = function (target, source) {
1013
- var keys = ownKeys(source);
1014
- var defineProperty = definePropertyModule.f;
1015
- var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
1016
- for (var i = 0; i < keys.length; i++) {
1017
- var key = keys[i];
1018
- if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
1019
- }
1020
- };
1021
-
1022
-
1023
- /***/ }),
1024
-
1025
- /***/ "./node_modules/core-js/internals/correct-is-regexp-logic.js":
1026
- /*!*******************************************************************!*
1027
- !*** ./node_modules/core-js/internals/correct-is-regexp-logic.js ***!
1028
- \*******************************************************************/
1029
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1030
-
1031
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
1032
-
1033
- var MATCH = wellKnownSymbol('match');
1034
-
1035
- module.exports = function (METHOD_NAME) {
1036
- var regexp = /./;
1037
- try {
1038
- '/./'[METHOD_NAME](regexp);
1039
- } catch (error1) {
1040
- try {
1041
- regexp[MATCH] = false;
1042
- return '/./'[METHOD_NAME](regexp);
1043
- } catch (error2) { /* empty */ }
1044
- } return false;
1045
- };
1046
-
1047
-
1048
- /***/ }),
1049
-
1050
- /***/ "./node_modules/core-js/internals/correct-prototype-getter.js":
1051
- /*!********************************************************************!*
1052
- !*** ./node_modules/core-js/internals/correct-prototype-getter.js ***!
1053
- \********************************************************************/
1054
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1055
-
1056
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1057
-
1058
- module.exports = !fails(function () {
1059
- function F() { /* empty */ }
1060
- F.prototype.constructor = null;
1061
- // eslint-disable-next-line es/no-object-getprototypeof -- required for testing
1062
- return Object.getPrototypeOf(new F()) !== F.prototype;
1063
- });
1064
-
1065
-
1066
- /***/ }),
1067
-
1068
- /***/ "./node_modules/core-js/internals/create-iterator-constructor.js":
1069
- /*!***********************************************************************!*
1070
- !*** ./node_modules/core-js/internals/create-iterator-constructor.js ***!
1071
- \***********************************************************************/
1072
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1073
-
1074
- "use strict";
1075
-
1076
- var IteratorPrototype = __webpack_require__(/*! ../internals/iterators-core */ "./node_modules/core-js/internals/iterators-core.js").IteratorPrototype;
1077
- var create = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js");
1078
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
1079
- var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js");
1080
- var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
1081
-
1082
- var returnThis = function () { return this; };
1083
-
1084
- module.exports = function (IteratorConstructor, NAME, next) {
1085
- var TO_STRING_TAG = NAME + ' Iterator';
1086
- IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) });
1087
- setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);
1088
- Iterators[TO_STRING_TAG] = returnThis;
1089
- return IteratorConstructor;
1090
- };
1091
-
1092
-
1093
- /***/ }),
1094
-
1095
- /***/ "./node_modules/core-js/internals/create-non-enumerable-property.js":
1096
- /*!**************************************************************************!*
1097
- !*** ./node_modules/core-js/internals/create-non-enumerable-property.js ***!
1098
- \**************************************************************************/
1099
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1100
-
1101
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
1102
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
1103
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
1104
-
1105
- module.exports = DESCRIPTORS ? function (object, key, value) {
1106
- return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));
1107
- } : function (object, key, value) {
1108
- object[key] = value;
1109
- return object;
1110
- };
1111
-
1112
-
1113
- /***/ }),
1114
-
1115
- /***/ "./node_modules/core-js/internals/create-property-descriptor.js":
1116
- /*!**********************************************************************!*
1117
- !*** ./node_modules/core-js/internals/create-property-descriptor.js ***!
1118
- \**********************************************************************/
1119
- /***/ ((module) => {
1120
-
1121
- module.exports = function (bitmap, value) {
1122
- return {
1123
- enumerable: !(bitmap & 1),
1124
- configurable: !(bitmap & 2),
1125
- writable: !(bitmap & 4),
1126
- value: value
1127
- };
1128
- };
1129
-
1130
-
1131
- /***/ }),
1132
-
1133
- /***/ "./node_modules/core-js/internals/create-property.js":
1134
- /*!***********************************************************!*
1135
- !*** ./node_modules/core-js/internals/create-property.js ***!
1136
- \***********************************************************/
1137
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1138
-
1139
- "use strict";
1140
-
1141
- var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js");
1142
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
1143
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
1144
-
1145
- module.exports = function (object, key, value) {
1146
- var propertyKey = toPrimitive(key);
1147
- if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
1148
- else object[propertyKey] = value;
1149
- };
1150
-
1151
-
1152
- /***/ }),
1153
-
1154
- /***/ "./node_modules/core-js/internals/define-iterator.js":
1155
- /*!***********************************************************!*
1156
- !*** ./node_modules/core-js/internals/define-iterator.js ***!
1157
- \***********************************************************/
1158
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1159
-
1160
- "use strict";
1161
-
1162
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
1163
- var createIteratorConstructor = __webpack_require__(/*! ../internals/create-iterator-constructor */ "./node_modules/core-js/internals/create-iterator-constructor.js");
1164
- var getPrototypeOf = __webpack_require__(/*! ../internals/object-get-prototype-of */ "./node_modules/core-js/internals/object-get-prototype-of.js");
1165
- var setPrototypeOf = __webpack_require__(/*! ../internals/object-set-prototype-of */ "./node_modules/core-js/internals/object-set-prototype-of.js");
1166
- var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js");
1167
- var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js");
1168
- var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js");
1169
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
1170
- var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js");
1171
- var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
1172
- var IteratorsCore = __webpack_require__(/*! ../internals/iterators-core */ "./node_modules/core-js/internals/iterators-core.js");
1173
-
1174
- var IteratorPrototype = IteratorsCore.IteratorPrototype;
1175
- var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;
1176
- var ITERATOR = wellKnownSymbol('iterator');
1177
- var KEYS = 'keys';
1178
- var VALUES = 'values';
1179
- var ENTRIES = 'entries';
1180
-
1181
- var returnThis = function () { return this; };
1182
-
1183
- module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {
1184
- createIteratorConstructor(IteratorConstructor, NAME, next);
1185
-
1186
- var getIterationMethod = function (KIND) {
1187
- if (KIND === DEFAULT && defaultIterator) return defaultIterator;
1188
- if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND];
1189
- switch (KIND) {
1190
- case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };
1191
- case VALUES: return function values() { return new IteratorConstructor(this, KIND); };
1192
- case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };
1193
- } return function () { return new IteratorConstructor(this); };
1194
- };
1195
-
1196
- var TO_STRING_TAG = NAME + ' Iterator';
1197
- var INCORRECT_VALUES_NAME = false;
1198
- var IterablePrototype = Iterable.prototype;
1199
- var nativeIterator = IterablePrototype[ITERATOR]
1200
- || IterablePrototype['@@iterator']
1201
- || DEFAULT && IterablePrototype[DEFAULT];
1202
- var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);
1203
- var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;
1204
- var CurrentIteratorPrototype, methods, KEY;
1205
-
1206
- // fix native
1207
- if (anyNativeIterator) {
1208
- CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));
1209
- if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {
1210
- if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {
1211
- if (setPrototypeOf) {
1212
- setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);
1213
- } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') {
1214
- createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis);
1215
- }
1216
- }
1217
- // Set @@toStringTag to native iterators
1218
- setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);
1219
- if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;
1220
- }
1221
- }
1222
-
1223
- // fix Array.prototype.{ values, @@iterator }.name in V8 / FF
1224
- if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {
1225
- INCORRECT_VALUES_NAME = true;
1226
- defaultIterator = function values() { return nativeIterator.call(this); };
1227
- }
1228
-
1229
- // define iterator
1230
- if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {
1231
- createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator);
1232
- }
1233
- Iterators[NAME] = defaultIterator;
1234
-
1235
- // export additional methods
1236
- if (DEFAULT) {
1237
- methods = {
1238
- values: getIterationMethod(VALUES),
1239
- keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),
1240
- entries: getIterationMethod(ENTRIES)
1241
- };
1242
- if (FORCED) for (KEY in methods) {
1243
- if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
1244
- redefine(IterablePrototype, KEY, methods[KEY]);
1245
- }
1246
- } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
1247
- }
1248
-
1249
- return methods;
1250
- };
1251
-
1252
-
1253
- /***/ }),
1254
-
1255
- /***/ "./node_modules/core-js/internals/define-well-known-symbol.js":
1256
- /*!********************************************************************!*
1257
- !*** ./node_modules/core-js/internals/define-well-known-symbol.js ***!
1258
- \********************************************************************/
1259
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1260
-
1261
- var path = __webpack_require__(/*! ../internals/path */ "./node_modules/core-js/internals/path.js");
1262
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1263
- var wrappedWellKnownSymbolModule = __webpack_require__(/*! ../internals/well-known-symbol-wrapped */ "./node_modules/core-js/internals/well-known-symbol-wrapped.js");
1264
- var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f;
1265
-
1266
- module.exports = function (NAME) {
1267
- var Symbol = path.Symbol || (path.Symbol = {});
1268
- if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, {
1269
- value: wrappedWellKnownSymbolModule.f(NAME)
1270
- });
1271
- };
1272
-
1273
-
1274
- /***/ }),
1275
-
1276
- /***/ "./node_modules/core-js/internals/descriptors.js":
1277
- /*!*******************************************************!*
1278
- !*** ./node_modules/core-js/internals/descriptors.js ***!
1279
- \*******************************************************/
1280
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1281
-
1282
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1283
-
1284
- // Detect IE8's incomplete defineProperty implementation
1285
- module.exports = !fails(function () {
1286
- // eslint-disable-next-line es/no-object-defineproperty -- required for testing
1287
- return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
1288
- });
1289
-
1290
-
1291
- /***/ }),
1292
-
1293
- /***/ "./node_modules/core-js/internals/document-create-element.js":
1294
- /*!*******************************************************************!*
1295
- !*** ./node_modules/core-js/internals/document-create-element.js ***!
1296
- \*******************************************************************/
1297
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1298
-
1299
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1300
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
1301
-
1302
- var document = global.document;
1303
- // typeof document.createElement is 'object' in old IE
1304
- var EXISTS = isObject(document) && isObject(document.createElement);
1305
-
1306
- module.exports = function (it) {
1307
- return EXISTS ? document.createElement(it) : {};
1308
- };
1309
-
1310
-
1311
- /***/ }),
1312
-
1313
- /***/ "./node_modules/core-js/internals/engine-user-agent.js":
1314
- /*!*************************************************************!*
1315
- !*** ./node_modules/core-js/internals/engine-user-agent.js ***!
1316
- \*************************************************************/
1317
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1318
-
1319
- var getBuiltIn = __webpack_require__(/*! ../internals/get-built-in */ "./node_modules/core-js/internals/get-built-in.js");
1320
-
1321
- module.exports = getBuiltIn('navigator', 'userAgent') || '';
1322
-
1323
-
1324
- /***/ }),
1325
-
1326
- /***/ "./node_modules/core-js/internals/engine-v8-version.js":
1327
- /*!*************************************************************!*
1328
- !*** ./node_modules/core-js/internals/engine-v8-version.js ***!
1329
- \*************************************************************/
1330
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1331
-
1332
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1333
- var userAgent = __webpack_require__(/*! ../internals/engine-user-agent */ "./node_modules/core-js/internals/engine-user-agent.js");
1334
-
1335
- var process = global.process;
1336
- var versions = process && process.versions;
1337
- var v8 = versions && versions.v8;
1338
- var match, version;
1339
-
1340
- if (v8) {
1341
- match = v8.split('.');
1342
- version = match[0] < 4 ? 1 : match[0] + match[1];
1343
- } else if (userAgent) {
1344
- match = userAgent.match(/Edge\/(\d+)/);
1345
- if (!match || match[1] >= 74) {
1346
- match = userAgent.match(/Chrome\/(\d+)/);
1347
- if (match) version = match[1];
1348
- }
1349
- }
1350
-
1351
- module.exports = version && +version;
1352
-
1353
-
1354
- /***/ }),
1355
-
1356
- /***/ "./node_modules/core-js/internals/enum-bug-keys.js":
1357
- /*!*********************************************************!*
1358
- !*** ./node_modules/core-js/internals/enum-bug-keys.js ***!
1359
- \*********************************************************/
1360
- /***/ ((module) => {
1361
-
1362
- // IE8- don't enum bug keys
1363
- module.exports = [
1364
- 'constructor',
1365
- 'hasOwnProperty',
1366
- 'isPrototypeOf',
1367
- 'propertyIsEnumerable',
1368
- 'toLocaleString',
1369
- 'toString',
1370
- 'valueOf'
1371
- ];
1372
-
1373
-
1374
- /***/ }),
1375
-
1376
- /***/ "./node_modules/core-js/internals/export.js":
1377
- /*!**************************************************!*
1378
- !*** ./node_modules/core-js/internals/export.js ***!
1379
- \**************************************************/
1380
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1381
-
1382
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1383
- var getOwnPropertyDescriptor = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js").f;
1384
- var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js");
1385
- var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js");
1386
- var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js");
1387
- var copyConstructorProperties = __webpack_require__(/*! ../internals/copy-constructor-properties */ "./node_modules/core-js/internals/copy-constructor-properties.js");
1388
- var isForced = __webpack_require__(/*! ../internals/is-forced */ "./node_modules/core-js/internals/is-forced.js");
1389
-
1390
- /*
1391
- options.target - name of the target object
1392
- options.global - target is the global object
1393
- options.stat - export as static methods of target
1394
- options.proto - export as prototype methods of target
1395
- options.real - real prototype method for the `pure` version
1396
- options.forced - export even if the native feature is available
1397
- options.bind - bind methods to the target, required for the `pure` version
1398
- options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
1399
- options.unsafe - use the simple assignment of property instead of delete + defineProperty
1400
- options.sham - add a flag to not completely full polyfills
1401
- options.enumerable - export as enumerable property
1402
- options.noTargetGet - prevent calling a getter on target
1403
- */
1404
- module.exports = function (options, source) {
1405
- var TARGET = options.target;
1406
- var GLOBAL = options.global;
1407
- var STATIC = options.stat;
1408
- var FORCED, target, key, targetProperty, sourceProperty, descriptor;
1409
- if (GLOBAL) {
1410
- target = global;
1411
- } else if (STATIC) {
1412
- target = global[TARGET] || setGlobal(TARGET, {});
1413
- } else {
1414
- target = (global[TARGET] || {}).prototype;
1415
- }
1416
- if (target) for (key in source) {
1417
- sourceProperty = source[key];
1418
- if (options.noTargetGet) {
1419
- descriptor = getOwnPropertyDescriptor(target, key);
1420
- targetProperty = descriptor && descriptor.value;
1421
- } else targetProperty = target[key];
1422
- FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
1423
- // contained in target
1424
- if (!FORCED && targetProperty !== undefined) {
1425
- if (typeof sourceProperty === typeof targetProperty) continue;
1426
- copyConstructorProperties(sourceProperty, targetProperty);
1427
- }
1428
- // add a flag to not completely full polyfills
1429
- if (options.sham || (targetProperty && targetProperty.sham)) {
1430
- createNonEnumerableProperty(sourceProperty, 'sham', true);
1431
- }
1432
- // extend global
1433
- redefine(target, key, sourceProperty, options);
1434
- }
1435
- };
1436
-
1437
-
1438
- /***/ }),
1439
-
1440
- /***/ "./node_modules/core-js/internals/fails.js":
1441
- /*!*************************************************!*
1442
- !*** ./node_modules/core-js/internals/fails.js ***!
1443
- \*************************************************/
1444
- /***/ ((module) => {
1445
-
1446
- module.exports = function (exec) {
1447
- try {
1448
- return !!exec();
1449
- } catch (error) {
1450
- return true;
1451
- }
1452
- };
1453
-
1454
-
1455
- /***/ }),
1456
-
1457
- /***/ "./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js":
1458
- /*!******************************************************************************!*
1459
- !*** ./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js ***!
1460
- \******************************************************************************/
1461
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1462
-
1463
- "use strict";
1464
-
1465
- // TODO: Remove from `core-js@4` since it's moved to entry points
1466
- __webpack_require__(/*! ../modules/es.regexp.exec */ "./node_modules/core-js/modules/es.regexp.exec.js");
1467
- var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js");
1468
- var regexpExec = __webpack_require__(/*! ../internals/regexp-exec */ "./node_modules/core-js/internals/regexp-exec.js");
1469
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1470
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
1471
- var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js");
1472
-
1473
- var SPECIES = wellKnownSymbol('species');
1474
- var RegExpPrototype = RegExp.prototype;
1475
-
1476
- module.exports = function (KEY, exec, FORCED, SHAM) {
1477
- var SYMBOL = wellKnownSymbol(KEY);
1478
-
1479
- var DELEGATES_TO_SYMBOL = !fails(function () {
1480
- // String methods call symbol-named RegEp methods
1481
- var O = {};
1482
- O[SYMBOL] = function () { return 7; };
1483
- return ''[KEY](O) != 7;
1484
- });
1485
-
1486
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {
1487
- // Symbol-named RegExp methods call .exec
1488
- var execCalled = false;
1489
- var re = /a/;
1490
-
1491
- if (KEY === 'split') {
1492
- // We can't use real regex here since it causes deoptimization
1493
- // and serious performance degradation in V8
1494
- // https://github.com/zloirock/core-js/issues/306
1495
- re = {};
1496
- // RegExp[@@split] doesn't call the regex's exec method, but first creates
1497
- // a new one. We need to return the patched regex when creating the new one.
1498
- re.constructor = {};
1499
- re.constructor[SPECIES] = function () { return re; };
1500
- re.flags = '';
1501
- re[SYMBOL] = /./[SYMBOL];
1502
- }
1503
-
1504
- re.exec = function () { execCalled = true; return null; };
1505
-
1506
- re[SYMBOL]('');
1507
- return !execCalled;
1508
- });
1509
-
1510
- if (
1511
- !DELEGATES_TO_SYMBOL ||
1512
- !DELEGATES_TO_EXEC ||
1513
- FORCED
1514
- ) {
1515
- var nativeRegExpMethod = /./[SYMBOL];
1516
- var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
1517
- var $exec = regexp.exec;
1518
- if ($exec === regexpExec || $exec === RegExpPrototype.exec) {
1519
- if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
1520
- // The native String method already delegates to @@method (this
1521
- // polyfilled function), leasing to infinite recursion.
1522
- // We avoid it by directly calling the native @@method method.
1523
- return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
1524
- }
1525
- return { done: true, value: nativeMethod.call(str, regexp, arg2) };
1526
- }
1527
- return { done: false };
1528
- });
1529
-
1530
- redefine(String.prototype, KEY, methods[0]);
1531
- redefine(RegExpPrototype, SYMBOL, methods[1]);
1532
- }
1533
-
1534
- if (SHAM) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);
1535
- };
1536
-
1537
-
1538
- /***/ }),
1539
-
1540
- /***/ "./node_modules/core-js/internals/flatten-into-array.js":
1541
- /*!**************************************************************!*
1542
- !*** ./node_modules/core-js/internals/flatten-into-array.js ***!
1543
- \**************************************************************/
1544
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1545
-
1546
- "use strict";
1547
-
1548
- var isArray = __webpack_require__(/*! ../internals/is-array */ "./node_modules/core-js/internals/is-array.js");
1549
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
1550
- var bind = __webpack_require__(/*! ../internals/function-bind-context */ "./node_modules/core-js/internals/function-bind-context.js");
1551
-
1552
- // `FlattenIntoArray` abstract operation
1553
- // https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray
1554
- var flattenIntoArray = function (target, original, source, sourceLen, start, depth, mapper, thisArg) {
1555
- var targetIndex = start;
1556
- var sourceIndex = 0;
1557
- var mapFn = mapper ? bind(mapper, thisArg, 3) : false;
1558
- var element;
1559
-
1560
- while (sourceIndex < sourceLen) {
1561
- if (sourceIndex in source) {
1562
- element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex];
1563
-
1564
- if (depth > 0 && isArray(element)) {
1565
- targetIndex = flattenIntoArray(target, original, element, toLength(element.length), targetIndex, depth - 1) - 1;
1566
- } else {
1567
- if (targetIndex >= 0x1FFFFFFFFFFFFF) throw TypeError('Exceed the acceptable array length');
1568
- target[targetIndex] = element;
1569
- }
1570
-
1571
- targetIndex++;
1572
- }
1573
- sourceIndex++;
1574
- }
1575
- return targetIndex;
1576
- };
1577
-
1578
- module.exports = flattenIntoArray;
1579
-
1580
-
1581
- /***/ }),
1582
-
1583
- /***/ "./node_modules/core-js/internals/function-bind-context.js":
1584
- /*!*****************************************************************!*
1585
- !*** ./node_modules/core-js/internals/function-bind-context.js ***!
1586
- \*****************************************************************/
1587
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1588
-
1589
- var aFunction = __webpack_require__(/*! ../internals/a-function */ "./node_modules/core-js/internals/a-function.js");
1590
-
1591
- // optional / simple context binding
1592
- module.exports = function (fn, that, length) {
1593
- aFunction(fn);
1594
- if (that === undefined) return fn;
1595
- switch (length) {
1596
- case 0: return function () {
1597
- return fn.call(that);
1598
- };
1599
- case 1: return function (a) {
1600
- return fn.call(that, a);
1601
- };
1602
- case 2: return function (a, b) {
1603
- return fn.call(that, a, b);
1604
- };
1605
- case 3: return function (a, b, c) {
1606
- return fn.call(that, a, b, c);
1607
- };
1608
- }
1609
- return function (/* ...args */) {
1610
- return fn.apply(that, arguments);
1611
- };
1612
- };
1613
-
1614
-
1615
- /***/ }),
1616
-
1617
- /***/ "./node_modules/core-js/internals/get-built-in.js":
1618
- /*!********************************************************!*
1619
- !*** ./node_modules/core-js/internals/get-built-in.js ***!
1620
- \********************************************************/
1621
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1622
-
1623
- var path = __webpack_require__(/*! ../internals/path */ "./node_modules/core-js/internals/path.js");
1624
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1625
-
1626
- var aFunction = function (variable) {
1627
- return typeof variable == 'function' ? variable : undefined;
1628
- };
1629
-
1630
- module.exports = function (namespace, method) {
1631
- return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])
1632
- : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];
1633
- };
1634
-
1635
-
1636
- /***/ }),
1637
-
1638
- /***/ "./node_modules/core-js/internals/get-substitution.js":
1639
- /*!************************************************************!*
1640
- !*** ./node_modules/core-js/internals/get-substitution.js ***!
1641
- \************************************************************/
1642
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1643
-
1644
- var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
1645
-
1646
- var floor = Math.floor;
1647
- var replace = ''.replace;
1648
- var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
1649
- var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
1650
-
1651
- // `GetSubstitution` abstract operation
1652
- // https://tc39.es/ecma262/#sec-getsubstitution
1653
- module.exports = function (matched, str, position, captures, namedCaptures, replacement) {
1654
- var tailPos = position + matched.length;
1655
- var m = captures.length;
1656
- var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
1657
- if (namedCaptures !== undefined) {
1658
- namedCaptures = toObject(namedCaptures);
1659
- symbols = SUBSTITUTION_SYMBOLS;
1660
- }
1661
- return replace.call(replacement, symbols, function (match, ch) {
1662
- var capture;
1663
- switch (ch.charAt(0)) {
1664
- case '$': return '$';
1665
- case '&': return matched;
1666
- case '`': return str.slice(0, position);
1667
- case "'": return str.slice(tailPos);
1668
- case '<':
1669
- capture = namedCaptures[ch.slice(1, -1)];
1670
- break;
1671
- default: // \d\d?
1672
- var n = +ch;
1673
- if (n === 0) return match;
1674
- if (n > m) {
1675
- var f = floor(n / 10);
1676
- if (f === 0) return match;
1677
- if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
1678
- return match;
1679
- }
1680
- capture = captures[n - 1];
1681
- }
1682
- return capture === undefined ? '' : capture;
1683
- });
1684
- };
1685
-
1686
-
1687
- /***/ }),
1688
-
1689
- /***/ "./node_modules/core-js/internals/global.js":
1690
- /*!**************************************************!*
1691
- !*** ./node_modules/core-js/internals/global.js ***!
1692
- \**************************************************/
1693
- /***/ ((module) => {
1694
-
1695
- var check = function (it) {
1696
- return it && it.Math == Math && it;
1697
- };
1698
-
1699
- // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
1700
- module.exports =
1701
- // eslint-disable-next-line es/no-global-this -- safe
1702
- check(typeof globalThis == 'object' && globalThis) ||
1703
- check(typeof window == 'object' && window) ||
1704
- // eslint-disable-next-line no-restricted-globals -- safe
1705
- check(typeof self == 'object' && self) ||
1706
- check(typeof global == 'object' && global) ||
1707
- // eslint-disable-next-line no-new-func -- fallback
1708
- (function () { return this; })() || Function('return this')();
1709
-
1710
-
1711
- /***/ }),
1712
-
1713
- /***/ "./node_modules/core-js/internals/has.js":
1714
- /*!***********************************************!*
1715
- !*** ./node_modules/core-js/internals/has.js ***!
1716
- \***********************************************/
1717
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1718
-
1719
- var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
1720
-
1721
- var hasOwnProperty = {}.hasOwnProperty;
1722
-
1723
- module.exports = Object.hasOwn || function hasOwn(it, key) {
1724
- return hasOwnProperty.call(toObject(it), key);
1725
- };
1726
-
1727
-
1728
- /***/ }),
1729
-
1730
- /***/ "./node_modules/core-js/internals/hidden-keys.js":
1731
- /*!*******************************************************!*
1732
- !*** ./node_modules/core-js/internals/hidden-keys.js ***!
1733
- \*******************************************************/
1734
- /***/ ((module) => {
1735
-
1736
- module.exports = {};
1737
-
1738
-
1739
- /***/ }),
1740
-
1741
- /***/ "./node_modules/core-js/internals/html.js":
1742
- /*!************************************************!*
1743
- !*** ./node_modules/core-js/internals/html.js ***!
1744
- \************************************************/
1745
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1746
-
1747
- var getBuiltIn = __webpack_require__(/*! ../internals/get-built-in */ "./node_modules/core-js/internals/get-built-in.js");
1748
-
1749
- module.exports = getBuiltIn('document', 'documentElement');
1750
-
1751
-
1752
- /***/ }),
1753
-
1754
- /***/ "./node_modules/core-js/internals/ie8-dom-define.js":
1755
- /*!**********************************************************!*
1756
- !*** ./node_modules/core-js/internals/ie8-dom-define.js ***!
1757
- \**********************************************************/
1758
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1759
-
1760
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
1761
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1762
- var createElement = __webpack_require__(/*! ../internals/document-create-element */ "./node_modules/core-js/internals/document-create-element.js");
1763
-
1764
- // Thank's IE8 for his funny defineProperty
1765
- module.exports = !DESCRIPTORS && !fails(function () {
1766
- // eslint-disable-next-line es/no-object-defineproperty -- requied for testing
1767
- return Object.defineProperty(createElement('div'), 'a', {
1768
- get: function () { return 7; }
1769
- }).a != 7;
1770
- });
1771
-
1772
-
1773
- /***/ }),
1774
-
1775
- /***/ "./node_modules/core-js/internals/indexed-object.js":
1776
- /*!**********************************************************!*
1777
- !*** ./node_modules/core-js/internals/indexed-object.js ***!
1778
- \**********************************************************/
1779
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1780
-
1781
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1782
- var classof = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js");
1783
-
1784
- var split = ''.split;
1785
-
1786
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
1787
- module.exports = fails(function () {
1788
- // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
1789
- // eslint-disable-next-line no-prototype-builtins -- safe
1790
- return !Object('z').propertyIsEnumerable(0);
1791
- }) ? function (it) {
1792
- return classof(it) == 'String' ? split.call(it, '') : Object(it);
1793
- } : Object;
1794
-
1795
-
1796
- /***/ }),
1797
-
1798
- /***/ "./node_modules/core-js/internals/inspect-source.js":
1799
- /*!**********************************************************!*
1800
- !*** ./node_modules/core-js/internals/inspect-source.js ***!
1801
- \**********************************************************/
1802
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1803
-
1804
- var store = __webpack_require__(/*! ../internals/shared-store */ "./node_modules/core-js/internals/shared-store.js");
1805
-
1806
- var functionToString = Function.toString;
1807
-
1808
- // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
1809
- if (typeof store.inspectSource != 'function') {
1810
- store.inspectSource = function (it) {
1811
- return functionToString.call(it);
1812
- };
1813
- }
1814
-
1815
- module.exports = store.inspectSource;
1816
-
1817
-
1818
- /***/ }),
1819
-
1820
- /***/ "./node_modules/core-js/internals/internal-state.js":
1821
- /*!**********************************************************!*
1822
- !*** ./node_modules/core-js/internals/internal-state.js ***!
1823
- \**********************************************************/
1824
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1825
-
1826
- var NATIVE_WEAK_MAP = __webpack_require__(/*! ../internals/native-weak-map */ "./node_modules/core-js/internals/native-weak-map.js");
1827
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
1828
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
1829
- var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js");
1830
- var objectHas = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
1831
- var shared = __webpack_require__(/*! ../internals/shared-store */ "./node_modules/core-js/internals/shared-store.js");
1832
- var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js");
1833
- var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js");
1834
-
1835
- var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
1836
- var WeakMap = global.WeakMap;
1837
- var set, get, has;
1838
-
1839
- var enforce = function (it) {
1840
- return has(it) ? get(it) : set(it, {});
1841
- };
1842
-
1843
- var getterFor = function (TYPE) {
1844
- return function (it) {
1845
- var state;
1846
- if (!isObject(it) || (state = get(it)).type !== TYPE) {
1847
- throw TypeError('Incompatible receiver, ' + TYPE + ' required');
1848
- } return state;
1849
- };
1850
- };
1851
-
1852
- if (NATIVE_WEAK_MAP || shared.state) {
1853
- var store = shared.state || (shared.state = new WeakMap());
1854
- var wmget = store.get;
1855
- var wmhas = store.has;
1856
- var wmset = store.set;
1857
- set = function (it, metadata) {
1858
- if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);
1859
- metadata.facade = it;
1860
- wmset.call(store, it, metadata);
1861
- return metadata;
1862
- };
1863
- get = function (it) {
1864
- return wmget.call(store, it) || {};
1865
- };
1866
- has = function (it) {
1867
- return wmhas.call(store, it);
1868
- };
1869
- } else {
1870
- var STATE = sharedKey('state');
1871
- hiddenKeys[STATE] = true;
1872
- set = function (it, metadata) {
1873
- if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);
1874
- metadata.facade = it;
1875
- createNonEnumerableProperty(it, STATE, metadata);
1876
- return metadata;
1877
- };
1878
- get = function (it) {
1879
- return objectHas(it, STATE) ? it[STATE] : {};
1880
- };
1881
- has = function (it) {
1882
- return objectHas(it, STATE);
1883
- };
1884
- }
1885
-
1886
- module.exports = {
1887
- set: set,
1888
- get: get,
1889
- has: has,
1890
- enforce: enforce,
1891
- getterFor: getterFor
1892
- };
1893
-
1894
-
1895
- /***/ }),
1896
-
1897
- /***/ "./node_modules/core-js/internals/is-array.js":
1898
- /*!****************************************************!*
1899
- !*** ./node_modules/core-js/internals/is-array.js ***!
1900
- \****************************************************/
1901
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1902
-
1903
- var classof = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js");
1904
-
1905
- // `IsArray` abstract operation
1906
- // https://tc39.es/ecma262/#sec-isarray
1907
- // eslint-disable-next-line es/no-array-isarray -- safe
1908
- module.exports = Array.isArray || function isArray(arg) {
1909
- return classof(arg) == 'Array';
1910
- };
1911
-
1912
-
1913
- /***/ }),
1914
-
1915
- /***/ "./node_modules/core-js/internals/is-forced.js":
1916
- /*!*****************************************************!*
1917
- !*** ./node_modules/core-js/internals/is-forced.js ***!
1918
- \*****************************************************/
1919
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1920
-
1921
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
1922
-
1923
- var replacement = /#|\.prototype\./;
1924
-
1925
- var isForced = function (feature, detection) {
1926
- var value = data[normalize(feature)];
1927
- return value == POLYFILL ? true
1928
- : value == NATIVE ? false
1929
- : typeof detection == 'function' ? fails(detection)
1930
- : !!detection;
1931
- };
1932
-
1933
- var normalize = isForced.normalize = function (string) {
1934
- return String(string).replace(replacement, '.').toLowerCase();
1935
- };
1936
-
1937
- var data = isForced.data = {};
1938
- var NATIVE = isForced.NATIVE = 'N';
1939
- var POLYFILL = isForced.POLYFILL = 'P';
1940
-
1941
- module.exports = isForced;
1942
-
1943
-
1944
- /***/ }),
1945
-
1946
- /***/ "./node_modules/core-js/internals/is-object.js":
1947
- /*!*****************************************************!*
1948
- !*** ./node_modules/core-js/internals/is-object.js ***!
1949
- \*****************************************************/
1950
- /***/ ((module) => {
1951
-
1952
- module.exports = function (it) {
1953
- return typeof it === 'object' ? it !== null : typeof it === 'function';
1954
- };
1955
-
1956
-
1957
- /***/ }),
1958
-
1959
- /***/ "./node_modules/core-js/internals/is-pure.js":
1960
- /*!***************************************************!*
1961
- !*** ./node_modules/core-js/internals/is-pure.js ***!
1962
- \***************************************************/
1963
- /***/ ((module) => {
1964
-
1965
- module.exports = false;
1966
-
1967
-
1968
- /***/ }),
1969
-
1970
- /***/ "./node_modules/core-js/internals/is-regexp.js":
1971
- /*!*****************************************************!*
1972
- !*** ./node_modules/core-js/internals/is-regexp.js ***!
1973
- \*****************************************************/
1974
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1975
-
1976
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
1977
- var classof = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js");
1978
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
1979
-
1980
- var MATCH = wellKnownSymbol('match');
1981
-
1982
- // `IsRegExp` abstract operation
1983
- // https://tc39.es/ecma262/#sec-isregexp
1984
- module.exports = function (it) {
1985
- var isRegExp;
1986
- return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');
1987
- };
1988
-
1989
-
1990
- /***/ }),
1991
-
1992
- /***/ "./node_modules/core-js/internals/iterators-core.js":
1993
- /*!**********************************************************!*
1994
- !*** ./node_modules/core-js/internals/iterators-core.js ***!
1995
- \**********************************************************/
1996
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1997
-
1998
- "use strict";
1999
-
2000
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
2001
- var getPrototypeOf = __webpack_require__(/*! ../internals/object-get-prototype-of */ "./node_modules/core-js/internals/object-get-prototype-of.js");
2002
- var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js");
2003
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
2004
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
2005
- var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js");
2006
-
2007
- var ITERATOR = wellKnownSymbol('iterator');
2008
- var BUGGY_SAFARI_ITERATORS = false;
2009
-
2010
- var returnThis = function () { return this; };
2011
-
2012
- // `%IteratorPrototype%` object
2013
- // https://tc39.es/ecma262/#sec-%iteratorprototype%-object
2014
- var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;
2015
-
2016
- /* eslint-disable es/no-array-prototype-keys -- safe */
2017
- if ([].keys) {
2018
- arrayIterator = [].keys();
2019
- // Safari 8 has buggy iterators w/o `next`
2020
- if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;
2021
- else {
2022
- PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));
2023
- if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;
2024
- }
2025
- }
2026
-
2027
- var NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () {
2028
- var test = {};
2029
- // FF44- legacy iterators case
2030
- return IteratorPrototype[ITERATOR].call(test) !== test;
2031
- });
2032
-
2033
- if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};
2034
-
2035
- // `%IteratorPrototype%[@@iterator]()` method
2036
- // https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator
2037
- if ((!IS_PURE || NEW_ITERATOR_PROTOTYPE) && !has(IteratorPrototype, ITERATOR)) {
2038
- createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);
2039
- }
2040
-
2041
- module.exports = {
2042
- IteratorPrototype: IteratorPrototype,
2043
- BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS
2044
- };
2045
-
2046
-
2047
- /***/ }),
2048
-
2049
- /***/ "./node_modules/core-js/internals/iterators.js":
2050
- /*!*****************************************************!*
2051
- !*** ./node_modules/core-js/internals/iterators.js ***!
2052
- \*****************************************************/
2053
- /***/ ((module) => {
2054
-
2055
- module.exports = {};
2056
-
2057
-
2058
- /***/ }),
2059
-
2060
- /***/ "./node_modules/core-js/internals/native-symbol.js":
2061
- /*!*********************************************************!*
2062
- !*** ./node_modules/core-js/internals/native-symbol.js ***!
2063
- \*********************************************************/
2064
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2065
-
2066
- /* eslint-disable es/no-symbol -- required for testing */
2067
- var V8_VERSION = __webpack_require__(/*! ../internals/engine-v8-version */ "./node_modules/core-js/internals/engine-v8-version.js");
2068
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
2069
-
2070
- // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
2071
- module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
2072
- var symbol = Symbol();
2073
- // Chrome 38 Symbol has incorrect toString conversion
2074
- // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
2075
- return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
2076
- // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
2077
- !Symbol.sham && V8_VERSION && V8_VERSION < 41;
2078
- });
2079
-
2080
-
2081
- /***/ }),
2082
-
2083
- /***/ "./node_modules/core-js/internals/native-weak-map.js":
2084
- /*!***********************************************************!*
2085
- !*** ./node_modules/core-js/internals/native-weak-map.js ***!
2086
- \***********************************************************/
2087
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2088
-
2089
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
2090
- var inspectSource = __webpack_require__(/*! ../internals/inspect-source */ "./node_modules/core-js/internals/inspect-source.js");
2091
-
2092
- var WeakMap = global.WeakMap;
2093
-
2094
- module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
2095
-
2096
-
2097
- /***/ }),
2098
-
2099
- /***/ "./node_modules/core-js/internals/not-a-regexp.js":
2100
- /*!********************************************************!*
2101
- !*** ./node_modules/core-js/internals/not-a-regexp.js ***!
2102
- \********************************************************/
2103
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2104
-
2105
- var isRegExp = __webpack_require__(/*! ../internals/is-regexp */ "./node_modules/core-js/internals/is-regexp.js");
2106
-
2107
- module.exports = function (it) {
2108
- if (isRegExp(it)) {
2109
- throw TypeError("The method doesn't accept regular expressions");
2110
- } return it;
2111
- };
2112
-
2113
-
2114
- /***/ }),
2115
-
2116
- /***/ "./node_modules/core-js/internals/number-parse-int.js":
2117
- /*!************************************************************!*
2118
- !*** ./node_modules/core-js/internals/number-parse-int.js ***!
2119
- \************************************************************/
2120
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2121
-
2122
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
2123
- var trim = __webpack_require__(/*! ../internals/string-trim */ "./node_modules/core-js/internals/string-trim.js").trim;
2124
- var whitespaces = __webpack_require__(/*! ../internals/whitespaces */ "./node_modules/core-js/internals/whitespaces.js");
2125
-
2126
- var $parseInt = global.parseInt;
2127
- var hex = /^[+-]?0[Xx]/;
2128
- var FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22;
2129
-
2130
- // `parseInt` method
2131
- // https://tc39.es/ecma262/#sec-parseint-string-radix
2132
- module.exports = FORCED ? function parseInt(string, radix) {
2133
- var S = trim(String(string));
2134
- return $parseInt(S, (radix >>> 0) || (hex.test(S) ? 16 : 10));
2135
- } : $parseInt;
2136
-
2137
-
2138
- /***/ }),
2139
-
2140
- /***/ "./node_modules/core-js/internals/object-create.js":
2141
- /*!*********************************************************!*
2142
- !*** ./node_modules/core-js/internals/object-create.js ***!
2143
- \*********************************************************/
2144
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2145
-
2146
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
2147
- var defineProperties = __webpack_require__(/*! ../internals/object-define-properties */ "./node_modules/core-js/internals/object-define-properties.js");
2148
- var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js");
2149
- var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js");
2150
- var html = __webpack_require__(/*! ../internals/html */ "./node_modules/core-js/internals/html.js");
2151
- var documentCreateElement = __webpack_require__(/*! ../internals/document-create-element */ "./node_modules/core-js/internals/document-create-element.js");
2152
- var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js");
2153
-
2154
- var GT = '>';
2155
- var LT = '<';
2156
- var PROTOTYPE = 'prototype';
2157
- var SCRIPT = 'script';
2158
- var IE_PROTO = sharedKey('IE_PROTO');
2159
-
2160
- var EmptyConstructor = function () { /* empty */ };
2161
-
2162
- var scriptTag = function (content) {
2163
- return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;
2164
- };
2165
-
2166
- // Create object with fake `null` prototype: use ActiveX Object with cleared prototype
2167
- var NullProtoObjectViaActiveX = function (activeXDocument) {
2168
- activeXDocument.write(scriptTag(''));
2169
- activeXDocument.close();
2170
- var temp = activeXDocument.parentWindow.Object;
2171
- activeXDocument = null; // avoid memory leak
2172
- return temp;
2173
- };
2174
-
2175
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
2176
- var NullProtoObjectViaIFrame = function () {
2177
- // Thrash, waste and sodomy: IE GC bug
2178
- var iframe = documentCreateElement('iframe');
2179
- var JS = 'java' + SCRIPT + ':';
2180
- var iframeDocument;
2181
- iframe.style.display = 'none';
2182
- html.appendChild(iframe);
2183
- // https://github.com/zloirock/core-js/issues/475
2184
- iframe.src = String(JS);
2185
- iframeDocument = iframe.contentWindow.document;
2186
- iframeDocument.open();
2187
- iframeDocument.write(scriptTag('document.F=Object'));
2188
- iframeDocument.close();
2189
- return iframeDocument.F;
2190
- };
2191
-
2192
- // Check for document.domain and active x support
2193
- // No need to use active x approach when document.domain is not set
2194
- // see https://github.com/es-shims/es5-shim/issues/150
2195
- // variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346
2196
- // avoid IE GC bug
2197
- var activeXDocument;
2198
- var NullProtoObject = function () {
2199
- try {
2200
- /* global ActiveXObject -- old IE */
2201
- activeXDocument = document.domain && new ActiveXObject('htmlfile');
2202
- } catch (error) { /* ignore */ }
2203
- NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
2204
- var length = enumBugKeys.length;
2205
- while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
2206
- return NullProtoObject();
2207
- };
2208
-
2209
- hiddenKeys[IE_PROTO] = true;
2210
-
2211
- // `Object.create` method
2212
- // https://tc39.es/ecma262/#sec-object.create
2213
- module.exports = Object.create || function create(O, Properties) {
2214
- var result;
2215
- if (O !== null) {
2216
- EmptyConstructor[PROTOTYPE] = anObject(O);
2217
- result = new EmptyConstructor();
2218
- EmptyConstructor[PROTOTYPE] = null;
2219
- // add "__proto__" for Object.getPrototypeOf polyfill
2220
- result[IE_PROTO] = O;
2221
- } else result = NullProtoObject();
2222
- return Properties === undefined ? result : defineProperties(result, Properties);
2223
- };
2224
-
2225
-
2226
- /***/ }),
2227
-
2228
- /***/ "./node_modules/core-js/internals/object-define-properties.js":
2229
- /*!********************************************************************!*
2230
- !*** ./node_modules/core-js/internals/object-define-properties.js ***!
2231
- \********************************************************************/
2232
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2233
-
2234
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
2235
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
2236
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
2237
- var objectKeys = __webpack_require__(/*! ../internals/object-keys */ "./node_modules/core-js/internals/object-keys.js");
2238
-
2239
- // `Object.defineProperties` method
2240
- // https://tc39.es/ecma262/#sec-object.defineproperties
2241
- // eslint-disable-next-line es/no-object-defineproperties -- safe
2242
- module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {
2243
- anObject(O);
2244
- var keys = objectKeys(Properties);
2245
- var length = keys.length;
2246
- var index = 0;
2247
- var key;
2248
- while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);
2249
- return O;
2250
- };
2251
-
2252
-
2253
- /***/ }),
2254
-
2255
- /***/ "./node_modules/core-js/internals/object-define-property.js":
2256
- /*!******************************************************************!*
2257
- !*** ./node_modules/core-js/internals/object-define-property.js ***!
2258
- \******************************************************************/
2259
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2260
-
2261
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
2262
- var IE8_DOM_DEFINE = __webpack_require__(/*! ../internals/ie8-dom-define */ "./node_modules/core-js/internals/ie8-dom-define.js");
2263
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
2264
- var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js");
2265
-
2266
- // eslint-disable-next-line es/no-object-defineproperty -- safe
2267
- var $defineProperty = Object.defineProperty;
2268
-
2269
- // `Object.defineProperty` method
2270
- // https://tc39.es/ecma262/#sec-object.defineproperty
2271
- exports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {
2272
- anObject(O);
2273
- P = toPrimitive(P, true);
2274
- anObject(Attributes);
2275
- if (IE8_DOM_DEFINE) try {
2276
- return $defineProperty(O, P, Attributes);
2277
- } catch (error) { /* empty */ }
2278
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
2279
- if ('value' in Attributes) O[P] = Attributes.value;
2280
- return O;
2281
- };
2282
-
2283
-
2284
- /***/ }),
2285
-
2286
- /***/ "./node_modules/core-js/internals/object-get-own-property-descriptor.js":
2287
- /*!******************************************************************************!*
2288
- !*** ./node_modules/core-js/internals/object-get-own-property-descriptor.js ***!
2289
- \******************************************************************************/
2290
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2291
-
2292
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
2293
- var propertyIsEnumerableModule = __webpack_require__(/*! ../internals/object-property-is-enumerable */ "./node_modules/core-js/internals/object-property-is-enumerable.js");
2294
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
2295
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
2296
- var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js");
2297
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
2298
- var IE8_DOM_DEFINE = __webpack_require__(/*! ../internals/ie8-dom-define */ "./node_modules/core-js/internals/ie8-dom-define.js");
2299
-
2300
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
2301
- var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
2302
-
2303
- // `Object.getOwnPropertyDescriptor` method
2304
- // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
2305
- exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
2306
- O = toIndexedObject(O);
2307
- P = toPrimitive(P, true);
2308
- if (IE8_DOM_DEFINE) try {
2309
- return $getOwnPropertyDescriptor(O, P);
2310
- } catch (error) { /* empty */ }
2311
- if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);
2312
- };
2313
-
2314
-
2315
- /***/ }),
2316
-
2317
- /***/ "./node_modules/core-js/internals/object-get-own-property-names-external.js":
2318
- /*!**********************************************************************************!*
2319
- !*** ./node_modules/core-js/internals/object-get-own-property-names-external.js ***!
2320
- \**********************************************************************************/
2321
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2322
-
2323
- /* eslint-disable es/no-object-getownpropertynames -- safe */
2324
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
2325
- var $getOwnPropertyNames = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js").f;
2326
-
2327
- var toString = {}.toString;
2328
-
2329
- var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
2330
- ? Object.getOwnPropertyNames(window) : [];
2331
-
2332
- var getWindowNames = function (it) {
2333
- try {
2334
- return $getOwnPropertyNames(it);
2335
- } catch (error) {
2336
- return windowNames.slice();
2337
- }
2338
- };
2339
-
2340
- // fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
2341
- module.exports.f = function getOwnPropertyNames(it) {
2342
- return windowNames && toString.call(it) == '[object Window]'
2343
- ? getWindowNames(it)
2344
- : $getOwnPropertyNames(toIndexedObject(it));
2345
- };
2346
-
2347
-
2348
- /***/ }),
2349
-
2350
- /***/ "./node_modules/core-js/internals/object-get-own-property-names.js":
2351
- /*!*************************************************************************!*
2352
- !*** ./node_modules/core-js/internals/object-get-own-property-names.js ***!
2353
- \*************************************************************************/
2354
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2355
-
2356
- var internalObjectKeys = __webpack_require__(/*! ../internals/object-keys-internal */ "./node_modules/core-js/internals/object-keys-internal.js");
2357
- var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js");
2358
-
2359
- var hiddenKeys = enumBugKeys.concat('length', 'prototype');
2360
-
2361
- // `Object.getOwnPropertyNames` method
2362
- // https://tc39.es/ecma262/#sec-object.getownpropertynames
2363
- // eslint-disable-next-line es/no-object-getownpropertynames -- safe
2364
- exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
2365
- return internalObjectKeys(O, hiddenKeys);
2366
- };
2367
-
2368
-
2369
- /***/ }),
2370
-
2371
- /***/ "./node_modules/core-js/internals/object-get-own-property-symbols.js":
2372
- /*!***************************************************************************!*
2373
- !*** ./node_modules/core-js/internals/object-get-own-property-symbols.js ***!
2374
- \***************************************************************************/
2375
- /***/ ((__unused_webpack_module, exports) => {
2376
-
2377
- // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
2378
- exports.f = Object.getOwnPropertySymbols;
2379
-
2380
-
2381
- /***/ }),
2382
-
2383
- /***/ "./node_modules/core-js/internals/object-get-prototype-of.js":
2384
- /*!*******************************************************************!*
2385
- !*** ./node_modules/core-js/internals/object-get-prototype-of.js ***!
2386
- \*******************************************************************/
2387
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2388
-
2389
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
2390
- var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
2391
- var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js");
2392
- var CORRECT_PROTOTYPE_GETTER = __webpack_require__(/*! ../internals/correct-prototype-getter */ "./node_modules/core-js/internals/correct-prototype-getter.js");
2393
-
2394
- var IE_PROTO = sharedKey('IE_PROTO');
2395
- var ObjectPrototype = Object.prototype;
2396
-
2397
- // `Object.getPrototypeOf` method
2398
- // https://tc39.es/ecma262/#sec-object.getprototypeof
2399
- // eslint-disable-next-line es/no-object-getprototypeof -- safe
2400
- module.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) {
2401
- O = toObject(O);
2402
- if (has(O, IE_PROTO)) return O[IE_PROTO];
2403
- if (typeof O.constructor == 'function' && O instanceof O.constructor) {
2404
- return O.constructor.prototype;
2405
- } return O instanceof Object ? ObjectPrototype : null;
2406
- };
2407
-
2408
-
2409
- /***/ }),
2410
-
2411
- /***/ "./node_modules/core-js/internals/object-keys-internal.js":
2412
- /*!****************************************************************!*
2413
- !*** ./node_modules/core-js/internals/object-keys-internal.js ***!
2414
- \****************************************************************/
2415
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2416
-
2417
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
2418
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
2419
- var indexOf = __webpack_require__(/*! ../internals/array-includes */ "./node_modules/core-js/internals/array-includes.js").indexOf;
2420
- var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js");
2421
-
2422
- module.exports = function (object, names) {
2423
- var O = toIndexedObject(object);
2424
- var i = 0;
2425
- var result = [];
2426
- var key;
2427
- for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
2428
- // Don't enum bug & hidden keys
2429
- while (names.length > i) if (has(O, key = names[i++])) {
2430
- ~indexOf(result, key) || result.push(key);
2431
- }
2432
- return result;
2433
- };
2434
-
2435
-
2436
- /***/ }),
2437
-
2438
- /***/ "./node_modules/core-js/internals/object-keys.js":
2439
- /*!*******************************************************!*
2440
- !*** ./node_modules/core-js/internals/object-keys.js ***!
2441
- \*******************************************************/
2442
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2443
-
2444
- var internalObjectKeys = __webpack_require__(/*! ../internals/object-keys-internal */ "./node_modules/core-js/internals/object-keys-internal.js");
2445
- var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js");
2446
-
2447
- // `Object.keys` method
2448
- // https://tc39.es/ecma262/#sec-object.keys
2449
- // eslint-disable-next-line es/no-object-keys -- safe
2450
- module.exports = Object.keys || function keys(O) {
2451
- return internalObjectKeys(O, enumBugKeys);
2452
- };
2453
-
2454
-
2455
- /***/ }),
2456
-
2457
- /***/ "./node_modules/core-js/internals/object-property-is-enumerable.js":
2458
- /*!*************************************************************************!*
2459
- !*** ./node_modules/core-js/internals/object-property-is-enumerable.js ***!
2460
- \*************************************************************************/
2461
- /***/ ((__unused_webpack_module, exports) => {
2462
-
2463
- "use strict";
2464
-
2465
- var $propertyIsEnumerable = {}.propertyIsEnumerable;
2466
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
2467
- var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
2468
-
2469
- // Nashorn ~ JDK8 bug
2470
- var NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);
2471
-
2472
- // `Object.prototype.propertyIsEnumerable` method implementation
2473
- // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
2474
- exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
2475
- var descriptor = getOwnPropertyDescriptor(this, V);
2476
- return !!descriptor && descriptor.enumerable;
2477
- } : $propertyIsEnumerable;
2478
-
2479
-
2480
- /***/ }),
2481
-
2482
- /***/ "./node_modules/core-js/internals/object-set-prototype-of.js":
2483
- /*!*******************************************************************!*
2484
- !*** ./node_modules/core-js/internals/object-set-prototype-of.js ***!
2485
- \*******************************************************************/
2486
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2487
-
2488
- /* eslint-disable no-proto -- safe */
2489
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
2490
- var aPossiblePrototype = __webpack_require__(/*! ../internals/a-possible-prototype */ "./node_modules/core-js/internals/a-possible-prototype.js");
2491
-
2492
- // `Object.setPrototypeOf` method
2493
- // https://tc39.es/ecma262/#sec-object.setprototypeof
2494
- // Works with __proto__ only. Old v8 can't work with null proto objects.
2495
- // eslint-disable-next-line es/no-object-setprototypeof -- safe
2496
- module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
2497
- var CORRECT_SETTER = false;
2498
- var test = {};
2499
- var setter;
2500
- try {
2501
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
2502
- setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;
2503
- setter.call(test, []);
2504
- CORRECT_SETTER = test instanceof Array;
2505
- } catch (error) { /* empty */ }
2506
- return function setPrototypeOf(O, proto) {
2507
- anObject(O);
2508
- aPossiblePrototype(proto);
2509
- if (CORRECT_SETTER) setter.call(O, proto);
2510
- else O.__proto__ = proto;
2511
- return O;
2512
- };
2513
- }() : undefined);
2514
-
2515
-
2516
- /***/ }),
2517
-
2518
- /***/ "./node_modules/core-js/internals/object-to-string.js":
2519
- /*!************************************************************!*
2520
- !*** ./node_modules/core-js/internals/object-to-string.js ***!
2521
- \************************************************************/
2522
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2523
-
2524
- "use strict";
2525
-
2526
- var TO_STRING_TAG_SUPPORT = __webpack_require__(/*! ../internals/to-string-tag-support */ "./node_modules/core-js/internals/to-string-tag-support.js");
2527
- var classof = __webpack_require__(/*! ../internals/classof */ "./node_modules/core-js/internals/classof.js");
2528
-
2529
- // `Object.prototype.toString` method implementation
2530
- // https://tc39.es/ecma262/#sec-object.prototype.tostring
2531
- module.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {
2532
- return '[object ' + classof(this) + ']';
2533
- };
2534
-
2535
-
2536
- /***/ }),
2537
-
2538
- /***/ "./node_modules/core-js/internals/own-keys.js":
2539
- /*!****************************************************!*
2540
- !*** ./node_modules/core-js/internals/own-keys.js ***!
2541
- \****************************************************/
2542
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2543
-
2544
- var getBuiltIn = __webpack_require__(/*! ../internals/get-built-in */ "./node_modules/core-js/internals/get-built-in.js");
2545
- var getOwnPropertyNamesModule = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js");
2546
- var getOwnPropertySymbolsModule = __webpack_require__(/*! ../internals/object-get-own-property-symbols */ "./node_modules/core-js/internals/object-get-own-property-symbols.js");
2547
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
2548
-
2549
- // all object keys, includes non-enumerable and symbols
2550
- module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
2551
- var keys = getOwnPropertyNamesModule.f(anObject(it));
2552
- var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
2553
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
2554
- };
2555
-
2556
-
2557
- /***/ }),
2558
-
2559
- /***/ "./node_modules/core-js/internals/path.js":
2560
- /*!************************************************!*
2561
- !*** ./node_modules/core-js/internals/path.js ***!
2562
- \************************************************/
2563
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2564
-
2565
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
2566
-
2567
- module.exports = global;
2568
-
2569
-
2570
- /***/ }),
2571
-
2572
- /***/ "./node_modules/core-js/internals/redefine.js":
2573
- /*!****************************************************!*
2574
- !*** ./node_modules/core-js/internals/redefine.js ***!
2575
- \****************************************************/
2576
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2577
-
2578
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
2579
- var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js");
2580
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
2581
- var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js");
2582
- var inspectSource = __webpack_require__(/*! ../internals/inspect-source */ "./node_modules/core-js/internals/inspect-source.js");
2583
- var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js");
2584
-
2585
- var getInternalState = InternalStateModule.get;
2586
- var enforceInternalState = InternalStateModule.enforce;
2587
- var TEMPLATE = String(String).split('String');
2588
-
2589
- (module.exports = function (O, key, value, options) {
2590
- var unsafe = options ? !!options.unsafe : false;
2591
- var simple = options ? !!options.enumerable : false;
2592
- var noTargetGet = options ? !!options.noTargetGet : false;
2593
- var state;
2594
- if (typeof value == 'function') {
2595
- if (typeof key == 'string' && !has(value, 'name')) {
2596
- createNonEnumerableProperty(value, 'name', key);
2597
- }
2598
- state = enforceInternalState(value);
2599
- if (!state.source) {
2600
- state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
2601
- }
2602
- }
2603
- if (O === global) {
2604
- if (simple) O[key] = value;
2605
- else setGlobal(key, value);
2606
- return;
2607
- } else if (!unsafe) {
2608
- delete O[key];
2609
- } else if (!noTargetGet && O[key]) {
2610
- simple = true;
2611
- }
2612
- if (simple) O[key] = value;
2613
- else createNonEnumerableProperty(O, key, value);
2614
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
2615
- })(Function.prototype, 'toString', function toString() {
2616
- return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
2617
- });
2618
-
2619
-
2620
- /***/ }),
2621
-
2622
- /***/ "./node_modules/core-js/internals/regexp-exec-abstract.js":
2623
- /*!****************************************************************!*
2624
- !*** ./node_modules/core-js/internals/regexp-exec-abstract.js ***!
2625
- \****************************************************************/
2626
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2627
-
2628
- var classof = __webpack_require__(/*! ./classof-raw */ "./node_modules/core-js/internals/classof-raw.js");
2629
- var regexpExec = __webpack_require__(/*! ./regexp-exec */ "./node_modules/core-js/internals/regexp-exec.js");
2630
-
2631
- // `RegExpExec` abstract operation
2632
- // https://tc39.es/ecma262/#sec-regexpexec
2633
- module.exports = function (R, S) {
2634
- var exec = R.exec;
2635
- if (typeof exec === 'function') {
2636
- var result = exec.call(R, S);
2637
- if (typeof result !== 'object') {
2638
- throw TypeError('RegExp exec method returned something other than an Object or null');
2639
- }
2640
- return result;
2641
- }
2642
-
2643
- if (classof(R) !== 'RegExp') {
2644
- throw TypeError('RegExp#exec called on incompatible receiver');
2645
- }
2646
-
2647
- return regexpExec.call(R, S);
2648
- };
2649
-
2650
-
2651
-
2652
- /***/ }),
2653
-
2654
- /***/ "./node_modules/core-js/internals/regexp-exec.js":
2655
- /*!*******************************************************!*
2656
- !*** ./node_modules/core-js/internals/regexp-exec.js ***!
2657
- \*******************************************************/
2658
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2659
-
2660
- "use strict";
2661
-
2662
- /* eslint-disable regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
2663
- /* eslint-disable regexp/no-useless-quantifier -- testing */
2664
- var regexpFlags = __webpack_require__(/*! ../internals/regexp-flags */ "./node_modules/core-js/internals/regexp-flags.js");
2665
- var stickyHelpers = __webpack_require__(/*! ../internals/regexp-sticky-helpers */ "./node_modules/core-js/internals/regexp-sticky-helpers.js");
2666
- var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
2667
- var create = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js");
2668
- var getInternalState = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js").get;
2669
- var UNSUPPORTED_DOT_ALL = __webpack_require__(/*! ../internals/regexp-unsupported-dot-all */ "./node_modules/core-js/internals/regexp-unsupported-dot-all.js");
2670
- var UNSUPPORTED_NCG = __webpack_require__(/*! ../internals/regexp-unsupported-ncg */ "./node_modules/core-js/internals/regexp-unsupported-ncg.js");
2671
-
2672
- var nativeExec = RegExp.prototype.exec;
2673
- var nativeReplace = shared('native-string-replace', String.prototype.replace);
2674
-
2675
- var patchedExec = nativeExec;
2676
-
2677
- var UPDATES_LAST_INDEX_WRONG = (function () {
2678
- var re1 = /a/;
2679
- var re2 = /b*/g;
2680
- nativeExec.call(re1, 'a');
2681
- nativeExec.call(re2, 'a');
2682
- return re1.lastIndex !== 0 || re2.lastIndex !== 0;
2683
- })();
2684
-
2685
- var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;
2686
-
2687
- // nonparticipating capturing group, copied from es5-shim's String#split patch.
2688
- var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
2689
-
2690
- var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y || UNSUPPORTED_DOT_ALL || UNSUPPORTED_NCG;
2691
-
2692
- if (PATCH) {
2693
- // eslint-disable-next-line max-statements -- TODO
2694
- patchedExec = function exec(str) {
2695
- var re = this;
2696
- var state = getInternalState(re);
2697
- var raw = state.raw;
2698
- var result, reCopy, lastIndex, match, i, object, group;
2699
-
2700
- if (raw) {
2701
- raw.lastIndex = re.lastIndex;
2702
- result = patchedExec.call(raw, str);
2703
- re.lastIndex = raw.lastIndex;
2704
- return result;
2705
- }
2706
-
2707
- var groups = state.groups;
2708
- var sticky = UNSUPPORTED_Y && re.sticky;
2709
- var flags = regexpFlags.call(re);
2710
- var source = re.source;
2711
- var charsAdded = 0;
2712
- var strCopy = str;
2713
-
2714
- if (sticky) {
2715
- flags = flags.replace('y', '');
2716
- if (flags.indexOf('g') === -1) {
2717
- flags += 'g';
2718
- }
2719
-
2720
- strCopy = String(str).slice(re.lastIndex);
2721
- // Support anchored sticky behavior.
2722
- if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
2723
- source = '(?: ' + source + ')';
2724
- strCopy = ' ' + strCopy;
2725
- charsAdded++;
2726
- }
2727
- // ^(? + rx + ) is needed, in combination with some str slicing, to
2728
- // simulate the 'y' flag.
2729
- reCopy = new RegExp('^(?:' + source + ')', flags);
2730
- }
2731
-
2732
- if (NPCG_INCLUDED) {
2733
- reCopy = new RegExp('^' + source + '$(?!\\s)', flags);
2734
- }
2735
- if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
2736
-
2737
- match = nativeExec.call(sticky ? reCopy : re, strCopy);
2738
-
2739
- if (sticky) {
2740
- if (match) {
2741
- match.input = match.input.slice(charsAdded);
2742
- match[0] = match[0].slice(charsAdded);
2743
- match.index = re.lastIndex;
2744
- re.lastIndex += match[0].length;
2745
- } else re.lastIndex = 0;
2746
- } else if (UPDATES_LAST_INDEX_WRONG && match) {
2747
- re.lastIndex = re.global ? match.index + match[0].length : lastIndex;
2748
- }
2749
- if (NPCG_INCLUDED && match && match.length > 1) {
2750
- // Fix browsers whose `exec` methods don't consistently return `undefined`
2751
- // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
2752
- nativeReplace.call(match[0], reCopy, function () {
2753
- for (i = 1; i < arguments.length - 2; i++) {
2754
- if (arguments[i] === undefined) match[i] = undefined;
2755
- }
2756
- });
2757
- }
2758
-
2759
- if (match && groups) {
2760
- match.groups = object = create(null);
2761
- for (i = 0; i < groups.length; i++) {
2762
- group = groups[i];
2763
- object[group[0]] = match[group[1]];
2764
- }
2765
- }
2766
-
2767
- return match;
2768
- };
2769
- }
2770
-
2771
- module.exports = patchedExec;
2772
-
2773
-
2774
- /***/ }),
2775
-
2776
- /***/ "./node_modules/core-js/internals/regexp-flags.js":
2777
- /*!********************************************************!*
2778
- !*** ./node_modules/core-js/internals/regexp-flags.js ***!
2779
- \********************************************************/
2780
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2781
-
2782
- "use strict";
2783
-
2784
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
2785
-
2786
- // `RegExp.prototype.flags` getter implementation
2787
- // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
2788
- module.exports = function () {
2789
- var that = anObject(this);
2790
- var result = '';
2791
- if (that.global) result += 'g';
2792
- if (that.ignoreCase) result += 'i';
2793
- if (that.multiline) result += 'm';
2794
- if (that.dotAll) result += 's';
2795
- if (that.unicode) result += 'u';
2796
- if (that.sticky) result += 'y';
2797
- return result;
2798
- };
2799
-
2800
-
2801
- /***/ }),
2802
-
2803
- /***/ "./node_modules/core-js/internals/regexp-sticky-helpers.js":
2804
- /*!*****************************************************************!*
2805
- !*** ./node_modules/core-js/internals/regexp-sticky-helpers.js ***!
2806
- \*****************************************************************/
2807
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2808
-
2809
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
2810
-
2811
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
2812
- var RE = function (s, f) {
2813
- return RegExp(s, f);
2814
- };
2815
-
2816
- exports.UNSUPPORTED_Y = fails(function () {
2817
- var re = RE('a', 'y');
2818
- re.lastIndex = 2;
2819
- return re.exec('abcd') != null;
2820
- });
2821
-
2822
- exports.BROKEN_CARET = fails(function () {
2823
- // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
2824
- var re = RE('^r', 'gy');
2825
- re.lastIndex = 2;
2826
- return re.exec('str') != null;
2827
- });
2828
-
2829
-
2830
- /***/ }),
2831
-
2832
- /***/ "./node_modules/core-js/internals/regexp-unsupported-dot-all.js":
2833
- /*!**********************************************************************!*
2834
- !*** ./node_modules/core-js/internals/regexp-unsupported-dot-all.js ***!
2835
- \**********************************************************************/
2836
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2837
-
2838
- var fails = __webpack_require__(/*! ./fails */ "./node_modules/core-js/internals/fails.js");
2839
-
2840
- module.exports = fails(function () {
2841
- // babel-minify transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
2842
- var re = RegExp('.', (typeof '').charAt(0));
2843
- return !(re.dotAll && re.exec('\n') && re.flags === 's');
2844
- });
2845
-
2846
-
2847
- /***/ }),
2848
-
2849
- /***/ "./node_modules/core-js/internals/regexp-unsupported-ncg.js":
2850
- /*!******************************************************************!*
2851
- !*** ./node_modules/core-js/internals/regexp-unsupported-ncg.js ***!
2852
- \******************************************************************/
2853
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2854
-
2855
- var fails = __webpack_require__(/*! ./fails */ "./node_modules/core-js/internals/fails.js");
2856
-
2857
- module.exports = fails(function () {
2858
- // babel-minify transpiles RegExp('.', 'g') -> /./g and it causes SyntaxError
2859
- var re = RegExp('(?<a>b)', (typeof '').charAt(5));
2860
- return re.exec('b').groups.a !== 'b' ||
2861
- 'b'.replace(re, '$<a>c') !== 'bc';
2862
- });
2863
-
2864
-
2865
- /***/ }),
2866
-
2867
- /***/ "./node_modules/core-js/internals/require-object-coercible.js":
2868
- /*!********************************************************************!*
2869
- !*** ./node_modules/core-js/internals/require-object-coercible.js ***!
2870
- \********************************************************************/
2871
- /***/ ((module) => {
2872
-
2873
- // `RequireObjectCoercible` abstract operation
2874
- // https://tc39.es/ecma262/#sec-requireobjectcoercible
2875
- module.exports = function (it) {
2876
- if (it == undefined) throw TypeError("Can't call method on " + it);
2877
- return it;
2878
- };
2879
-
2880
-
2881
- /***/ }),
2882
-
2883
- /***/ "./node_modules/core-js/internals/set-global.js":
2884
- /*!******************************************************!*
2885
- !*** ./node_modules/core-js/internals/set-global.js ***!
2886
- \******************************************************/
2887
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2888
-
2889
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
2890
- var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js");
2891
-
2892
- module.exports = function (key, value) {
2893
- try {
2894
- createNonEnumerableProperty(global, key, value);
2895
- } catch (error) {
2896
- global[key] = value;
2897
- } return value;
2898
- };
2899
-
2900
-
2901
- /***/ }),
2902
-
2903
- /***/ "./node_modules/core-js/internals/set-to-string-tag.js":
2904
- /*!*************************************************************!*
2905
- !*** ./node_modules/core-js/internals/set-to-string-tag.js ***!
2906
- \*************************************************************/
2907
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2908
-
2909
- var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f;
2910
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
2911
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
2912
-
2913
- var TO_STRING_TAG = wellKnownSymbol('toStringTag');
2914
-
2915
- module.exports = function (it, TAG, STATIC) {
2916
- if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {
2917
- defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });
2918
- }
2919
- };
2920
-
2921
-
2922
- /***/ }),
2923
-
2924
- /***/ "./node_modules/core-js/internals/shared-key.js":
2925
- /*!******************************************************!*
2926
- !*** ./node_modules/core-js/internals/shared-key.js ***!
2927
- \******************************************************/
2928
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2929
-
2930
- var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
2931
- var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js");
2932
-
2933
- var keys = shared('keys');
2934
-
2935
- module.exports = function (key) {
2936
- return keys[key] || (keys[key] = uid(key));
2937
- };
2938
-
2939
-
2940
- /***/ }),
2941
-
2942
- /***/ "./node_modules/core-js/internals/shared-store.js":
2943
- /*!********************************************************!*
2944
- !*** ./node_modules/core-js/internals/shared-store.js ***!
2945
- \********************************************************/
2946
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2947
-
2948
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
2949
- var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js");
2950
-
2951
- var SHARED = '__core-js_shared__';
2952
- var store = global[SHARED] || setGlobal(SHARED, {});
2953
-
2954
- module.exports = store;
2955
-
2956
-
2957
- /***/ }),
2958
-
2959
- /***/ "./node_modules/core-js/internals/shared.js":
2960
- /*!**************************************************!*
2961
- !*** ./node_modules/core-js/internals/shared.js ***!
2962
- \**************************************************/
2963
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2964
-
2965
- var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js");
2966
- var store = __webpack_require__(/*! ../internals/shared-store */ "./node_modules/core-js/internals/shared-store.js");
2967
-
2968
- (module.exports = function (key, value) {
2969
- return store[key] || (store[key] = value !== undefined ? value : {});
2970
- })('versions', []).push({
2971
- version: '3.15.2',
2972
- mode: IS_PURE ? 'pure' : 'global',
2973
- copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
2974
- });
2975
-
2976
-
2977
- /***/ }),
2978
-
2979
- /***/ "./node_modules/core-js/internals/species-constructor.js":
2980
- /*!***************************************************************!*
2981
- !*** ./node_modules/core-js/internals/species-constructor.js ***!
2982
- \***************************************************************/
2983
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2984
-
2985
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
2986
- var aFunction = __webpack_require__(/*! ../internals/a-function */ "./node_modules/core-js/internals/a-function.js");
2987
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
2988
-
2989
- var SPECIES = wellKnownSymbol('species');
2990
-
2991
- // `SpeciesConstructor` abstract operation
2992
- // https://tc39.es/ecma262/#sec-speciesconstructor
2993
- module.exports = function (O, defaultConstructor) {
2994
- var C = anObject(O).constructor;
2995
- var S;
2996
- return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);
2997
- };
2998
-
2999
-
3000
- /***/ }),
3001
-
3002
- /***/ "./node_modules/core-js/internals/string-multibyte.js":
3003
- /*!************************************************************!*
3004
- !*** ./node_modules/core-js/internals/string-multibyte.js ***!
3005
- \************************************************************/
3006
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3007
-
3008
- var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
3009
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
3010
-
3011
- // `String.prototype.{ codePointAt, at }` methods implementation
3012
- var createMethod = function (CONVERT_TO_STRING) {
3013
- return function ($this, pos) {
3014
- var S = String(requireObjectCoercible($this));
3015
- var position = toInteger(pos);
3016
- var size = S.length;
3017
- var first, second;
3018
- if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
3019
- first = S.charCodeAt(position);
3020
- return first < 0xD800 || first > 0xDBFF || position + 1 === size
3021
- || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
3022
- ? CONVERT_TO_STRING ? S.charAt(position) : first
3023
- : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
3024
- };
3025
- };
3026
-
3027
- module.exports = {
3028
- // `String.prototype.codePointAt` method
3029
- // https://tc39.es/ecma262/#sec-string.prototype.codepointat
3030
- codeAt: createMethod(false),
3031
- // `String.prototype.at` method
3032
- // https://github.com/mathiasbynens/String.prototype.at
3033
- charAt: createMethod(true)
3034
- };
3035
-
3036
-
3037
- /***/ }),
3038
-
3039
- /***/ "./node_modules/core-js/internals/string-trim.js":
3040
- /*!*******************************************************!*
3041
- !*** ./node_modules/core-js/internals/string-trim.js ***!
3042
- \*******************************************************/
3043
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3044
-
3045
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
3046
- var whitespaces = __webpack_require__(/*! ../internals/whitespaces */ "./node_modules/core-js/internals/whitespaces.js");
3047
-
3048
- var whitespace = '[' + whitespaces + ']';
3049
- var ltrim = RegExp('^' + whitespace + whitespace + '*');
3050
- var rtrim = RegExp(whitespace + whitespace + '*$');
3051
-
3052
- // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
3053
- var createMethod = function (TYPE) {
3054
- return function ($this) {
3055
- var string = String(requireObjectCoercible($this));
3056
- if (TYPE & 1) string = string.replace(ltrim, '');
3057
- if (TYPE & 2) string = string.replace(rtrim, '');
3058
- return string;
3059
- };
3060
- };
3061
-
3062
- module.exports = {
3063
- // `String.prototype.{ trimLeft, trimStart }` methods
3064
- // https://tc39.es/ecma262/#sec-string.prototype.trimstart
3065
- start: createMethod(1),
3066
- // `String.prototype.{ trimRight, trimEnd }` methods
3067
- // https://tc39.es/ecma262/#sec-string.prototype.trimend
3068
- end: createMethod(2),
3069
- // `String.prototype.trim` method
3070
- // https://tc39.es/ecma262/#sec-string.prototype.trim
3071
- trim: createMethod(3)
3072
- };
3073
-
3074
-
3075
- /***/ }),
3076
-
3077
- /***/ "./node_modules/core-js/internals/to-absolute-index.js":
3078
- /*!*************************************************************!*
3079
- !*** ./node_modules/core-js/internals/to-absolute-index.js ***!
3080
- \*************************************************************/
3081
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3082
-
3083
- var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
3084
-
3085
- var max = Math.max;
3086
- var min = Math.min;
3087
-
3088
- // Helper for a popular repeating case of the spec:
3089
- // Let integer be ? ToInteger(index).
3090
- // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
3091
- module.exports = function (index, length) {
3092
- var integer = toInteger(index);
3093
- return integer < 0 ? max(integer + length, 0) : min(integer, length);
3094
- };
3095
-
3096
-
3097
- /***/ }),
3098
-
3099
- /***/ "./node_modules/core-js/internals/to-indexed-object.js":
3100
- /*!*************************************************************!*
3101
- !*** ./node_modules/core-js/internals/to-indexed-object.js ***!
3102
- \*************************************************************/
3103
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3104
-
3105
- // toObject with fallback for non-array-like ES3 strings
3106
- var IndexedObject = __webpack_require__(/*! ../internals/indexed-object */ "./node_modules/core-js/internals/indexed-object.js");
3107
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
3108
-
3109
- module.exports = function (it) {
3110
- return IndexedObject(requireObjectCoercible(it));
3111
- };
3112
-
3113
-
3114
- /***/ }),
3115
-
3116
- /***/ "./node_modules/core-js/internals/to-integer.js":
3117
- /*!******************************************************!*
3118
- !*** ./node_modules/core-js/internals/to-integer.js ***!
3119
- \******************************************************/
3120
- /***/ ((module) => {
3121
-
3122
- var ceil = Math.ceil;
3123
- var floor = Math.floor;
3124
-
3125
- // `ToInteger` abstract operation
3126
- // https://tc39.es/ecma262/#sec-tointeger
3127
- module.exports = function (argument) {
3128
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
3129
- };
3130
-
3131
-
3132
- /***/ }),
3133
-
3134
- /***/ "./node_modules/core-js/internals/to-length.js":
3135
- /*!*****************************************************!*
3136
- !*** ./node_modules/core-js/internals/to-length.js ***!
3137
- \*****************************************************/
3138
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3139
-
3140
- var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
3141
-
3142
- var min = Math.min;
3143
-
3144
- // `ToLength` abstract operation
3145
- // https://tc39.es/ecma262/#sec-tolength
3146
- module.exports = function (argument) {
3147
- return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
3148
- };
3149
-
3150
-
3151
- /***/ }),
3152
-
3153
- /***/ "./node_modules/core-js/internals/to-object.js":
3154
- /*!*****************************************************!*
3155
- !*** ./node_modules/core-js/internals/to-object.js ***!
3156
- \*****************************************************/
3157
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3158
-
3159
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
3160
-
3161
- // `ToObject` abstract operation
3162
- // https://tc39.es/ecma262/#sec-toobject
3163
- module.exports = function (argument) {
3164
- return Object(requireObjectCoercible(argument));
3165
- };
3166
-
3167
-
3168
- /***/ }),
3169
-
3170
- /***/ "./node_modules/core-js/internals/to-primitive.js":
3171
- /*!********************************************************!*
3172
- !*** ./node_modules/core-js/internals/to-primitive.js ***!
3173
- \********************************************************/
3174
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3175
-
3176
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
3177
-
3178
- // `ToPrimitive` abstract operation
3179
- // https://tc39.es/ecma262/#sec-toprimitive
3180
- // instead of the ES6 spec version, we didn't implement @@toPrimitive case
3181
- // and the second argument - flag - preferred type is a string
3182
- module.exports = function (input, PREFERRED_STRING) {
3183
- if (!isObject(input)) return input;
3184
- var fn, val;
3185
- if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
3186
- if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
3187
- if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
3188
- throw TypeError("Can't convert object to primitive value");
3189
- };
3190
-
3191
-
3192
- /***/ }),
3193
-
3194
- /***/ "./node_modules/core-js/internals/to-string-tag-support.js":
3195
- /*!*****************************************************************!*
3196
- !*** ./node_modules/core-js/internals/to-string-tag-support.js ***!
3197
- \*****************************************************************/
3198
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3199
-
3200
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
3201
-
3202
- var TO_STRING_TAG = wellKnownSymbol('toStringTag');
3203
- var test = {};
3204
-
3205
- test[TO_STRING_TAG] = 'z';
3206
-
3207
- module.exports = String(test) === '[object z]';
3208
-
3209
-
3210
- /***/ }),
3211
-
3212
- /***/ "./node_modules/core-js/internals/uid.js":
3213
- /*!***********************************************!*
3214
- !*** ./node_modules/core-js/internals/uid.js ***!
3215
- \***********************************************/
3216
- /***/ ((module) => {
3217
-
3218
- var id = 0;
3219
- var postfix = Math.random();
3220
-
3221
- module.exports = function (key) {
3222
- return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
3223
- };
3224
-
3225
-
3226
- /***/ }),
3227
-
3228
- /***/ "./node_modules/core-js/internals/use-symbol-as-uid.js":
3229
- /*!*************************************************************!*
3230
- !*** ./node_modules/core-js/internals/use-symbol-as-uid.js ***!
3231
- \*************************************************************/
3232
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3233
-
3234
- /* eslint-disable es/no-symbol -- required for testing */
3235
- var NATIVE_SYMBOL = __webpack_require__(/*! ../internals/native-symbol */ "./node_modules/core-js/internals/native-symbol.js");
3236
-
3237
- module.exports = NATIVE_SYMBOL
3238
- && !Symbol.sham
3239
- && typeof Symbol.iterator == 'symbol';
3240
-
3241
-
3242
- /***/ }),
3243
-
3244
- /***/ "./node_modules/core-js/internals/well-known-symbol-wrapped.js":
3245
- /*!*********************************************************************!*
3246
- !*** ./node_modules/core-js/internals/well-known-symbol-wrapped.js ***!
3247
- \*********************************************************************/
3248
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
3249
-
3250
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
3251
-
3252
- exports.f = wellKnownSymbol;
3253
-
3254
-
3255
- /***/ }),
3256
-
3257
- /***/ "./node_modules/core-js/internals/well-known-symbol.js":
3258
- /*!*************************************************************!*
3259
- !*** ./node_modules/core-js/internals/well-known-symbol.js ***!
3260
- \*************************************************************/
3261
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3262
-
3263
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
3264
- var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
3265
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
3266
- var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js");
3267
- var NATIVE_SYMBOL = __webpack_require__(/*! ../internals/native-symbol */ "./node_modules/core-js/internals/native-symbol.js");
3268
- var USE_SYMBOL_AS_UID = __webpack_require__(/*! ../internals/use-symbol-as-uid */ "./node_modules/core-js/internals/use-symbol-as-uid.js");
3269
-
3270
- var WellKnownSymbolsStore = shared('wks');
3271
- var Symbol = global.Symbol;
3272
- var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;
3273
-
3274
- module.exports = function (name) {
3275
- if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {
3276
- if (NATIVE_SYMBOL && has(Symbol, name)) {
3277
- WellKnownSymbolsStore[name] = Symbol[name];
3278
- } else {
3279
- WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
3280
- }
3281
- } return WellKnownSymbolsStore[name];
3282
- };
3283
-
3284
-
3285
- /***/ }),
3286
-
3287
- /***/ "./node_modules/core-js/internals/whitespaces.js":
3288
- /*!*******************************************************!*
3289
- !*** ./node_modules/core-js/internals/whitespaces.js ***!
3290
- \*******************************************************/
3291
- /***/ ((module) => {
3292
-
3293
- // a string of all valid unicode whitespaces
3294
- module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
3295
- '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
3296
-
3297
-
3298
- /***/ }),
3299
-
3300
- /***/ "./node_modules/core-js/modules/es.array.concat.js":
3301
- /*!*********************************************************!*
3302
- !*** ./node_modules/core-js/modules/es.array.concat.js ***!
3303
- \*********************************************************/
3304
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3305
-
3306
- "use strict";
3307
-
3308
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
3309
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
3310
- var isArray = __webpack_require__(/*! ../internals/is-array */ "./node_modules/core-js/internals/is-array.js");
3311
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
3312
- var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
3313
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
3314
- var createProperty = __webpack_require__(/*! ../internals/create-property */ "./node_modules/core-js/internals/create-property.js");
3315
- var arraySpeciesCreate = __webpack_require__(/*! ../internals/array-species-create */ "./node_modules/core-js/internals/array-species-create.js");
3316
- var arrayMethodHasSpeciesSupport = __webpack_require__(/*! ../internals/array-method-has-species-support */ "./node_modules/core-js/internals/array-method-has-species-support.js");
3317
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
3318
- var V8_VERSION = __webpack_require__(/*! ../internals/engine-v8-version */ "./node_modules/core-js/internals/engine-v8-version.js");
3319
-
3320
- var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
3321
- var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
3322
- var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
3323
-
3324
- // We can't use this feature detection in V8 since it causes
3325
- // deoptimization and serious performance degradation
3326
- // https://github.com/zloirock/core-js/issues/679
3327
- var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {
3328
- var array = [];
3329
- array[IS_CONCAT_SPREADABLE] = false;
3330
- return array.concat()[0] !== array;
3331
- });
3332
-
3333
- var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
3334
-
3335
- var isConcatSpreadable = function (O) {
3336
- if (!isObject(O)) return false;
3337
- var spreadable = O[IS_CONCAT_SPREADABLE];
3338
- return spreadable !== undefined ? !!spreadable : isArray(O);
3339
- };
3340
-
3341
- var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
3342
-
3343
- // `Array.prototype.concat` method
3344
- // https://tc39.es/ecma262/#sec-array.prototype.concat
3345
- // with adding support of @@isConcatSpreadable and @@species
3346
- $({ target: 'Array', proto: true, forced: FORCED }, {
3347
- // eslint-disable-next-line no-unused-vars -- required for `.length`
3348
- concat: function concat(arg) {
3349
- var O = toObject(this);
3350
- var A = arraySpeciesCreate(O, 0);
3351
- var n = 0;
3352
- var i, k, length, len, E;
3353
- for (i = -1, length = arguments.length; i < length; i++) {
3354
- E = i === -1 ? O : arguments[i];
3355
- if (isConcatSpreadable(E)) {
3356
- len = toLength(E.length);
3357
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
3358
- for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
3359
- } else {
3360
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
3361
- createProperty(A, n++, E);
3362
- }
3363
- }
3364
- A.length = n;
3365
- return A;
3366
- }
3367
- });
3368
-
3369
-
3370
- /***/ }),
3371
-
3372
- /***/ "./node_modules/core-js/modules/es.array.fill.js":
3373
- /*!*******************************************************!*
3374
- !*** ./node_modules/core-js/modules/es.array.fill.js ***!
3375
- \*******************************************************/
3376
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3377
-
3378
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
3379
- var fill = __webpack_require__(/*! ../internals/array-fill */ "./node_modules/core-js/internals/array-fill.js");
3380
- var addToUnscopables = __webpack_require__(/*! ../internals/add-to-unscopables */ "./node_modules/core-js/internals/add-to-unscopables.js");
3381
-
3382
- // `Array.prototype.fill` method
3383
- // https://tc39.es/ecma262/#sec-array.prototype.fill
3384
- $({ target: 'Array', proto: true }, {
3385
- fill: fill
3386
- });
3387
-
3388
- // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
3389
- addToUnscopables('fill');
3390
-
3391
-
3392
- /***/ }),
3393
-
3394
- /***/ "./node_modules/core-js/modules/es.array.flat-map.js":
3395
- /*!***********************************************************!*
3396
- !*** ./node_modules/core-js/modules/es.array.flat-map.js ***!
3397
- \***********************************************************/
3398
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3399
-
3400
- "use strict";
3401
-
3402
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
3403
- var flattenIntoArray = __webpack_require__(/*! ../internals/flatten-into-array */ "./node_modules/core-js/internals/flatten-into-array.js");
3404
- var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
3405
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
3406
- var aFunction = __webpack_require__(/*! ../internals/a-function */ "./node_modules/core-js/internals/a-function.js");
3407
- var arraySpeciesCreate = __webpack_require__(/*! ../internals/array-species-create */ "./node_modules/core-js/internals/array-species-create.js");
3408
-
3409
- // `Array.prototype.flatMap` method
3410
- // https://tc39.es/ecma262/#sec-array.prototype.flatmap
3411
- $({ target: 'Array', proto: true }, {
3412
- flatMap: function flatMap(callbackfn /* , thisArg */) {
3413
- var O = toObject(this);
3414
- var sourceLen = toLength(O.length);
3415
- var A;
3416
- aFunction(callbackfn);
3417
- A = arraySpeciesCreate(O, 0);
3418
- A.length = flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
3419
- return A;
3420
- }
3421
- });
3422
-
3423
-
3424
- /***/ }),
3425
-
3426
- /***/ "./node_modules/core-js/modules/es.array.includes.js":
3427
- /*!***********************************************************!*
3428
- !*** ./node_modules/core-js/modules/es.array.includes.js ***!
3429
- \***********************************************************/
3430
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3431
-
3432
- "use strict";
3433
-
3434
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
3435
- var $includes = __webpack_require__(/*! ../internals/array-includes */ "./node_modules/core-js/internals/array-includes.js").includes;
3436
- var addToUnscopables = __webpack_require__(/*! ../internals/add-to-unscopables */ "./node_modules/core-js/internals/add-to-unscopables.js");
3437
-
3438
- // `Array.prototype.includes` method
3439
- // https://tc39.es/ecma262/#sec-array.prototype.includes
3440
- $({ target: 'Array', proto: true }, {
3441
- includes: function includes(el /* , fromIndex = 0 */) {
3442
- return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
3443
- }
3444
- });
3445
-
3446
- // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
3447
- addToUnscopables('includes');
3448
-
3449
-
3450
- /***/ }),
3451
-
3452
- /***/ "./node_modules/core-js/modules/es.array.iterator.js":
3453
- /*!***********************************************************!*
3454
- !*** ./node_modules/core-js/modules/es.array.iterator.js ***!
3455
- \***********************************************************/
3456
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3457
-
3458
- "use strict";
3459
-
3460
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
3461
- var addToUnscopables = __webpack_require__(/*! ../internals/add-to-unscopables */ "./node_modules/core-js/internals/add-to-unscopables.js");
3462
- var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js");
3463
- var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js");
3464
- var defineIterator = __webpack_require__(/*! ../internals/define-iterator */ "./node_modules/core-js/internals/define-iterator.js");
3465
-
3466
- var ARRAY_ITERATOR = 'Array Iterator';
3467
- var setInternalState = InternalStateModule.set;
3468
- var getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);
3469
-
3470
- // `Array.prototype.entries` method
3471
- // https://tc39.es/ecma262/#sec-array.prototype.entries
3472
- // `Array.prototype.keys` method
3473
- // https://tc39.es/ecma262/#sec-array.prototype.keys
3474
- // `Array.prototype.values` method
3475
- // https://tc39.es/ecma262/#sec-array.prototype.values
3476
- // `Array.prototype[@@iterator]` method
3477
- // https://tc39.es/ecma262/#sec-array.prototype-@@iterator
3478
- // `CreateArrayIterator` internal method
3479
- // https://tc39.es/ecma262/#sec-createarrayiterator
3480
- module.exports = defineIterator(Array, 'Array', function (iterated, kind) {
3481
- setInternalState(this, {
3482
- type: ARRAY_ITERATOR,
3483
- target: toIndexedObject(iterated), // target
3484
- index: 0, // next index
3485
- kind: kind // kind
3486
- });
3487
- // `%ArrayIteratorPrototype%.next` method
3488
- // https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next
3489
- }, function () {
3490
- var state = getInternalState(this);
3491
- var target = state.target;
3492
- var kind = state.kind;
3493
- var index = state.index++;
3494
- if (!target || index >= target.length) {
3495
- state.target = undefined;
3496
- return { value: undefined, done: true };
3497
- }
3498
- if (kind == 'keys') return { value: index, done: false };
3499
- if (kind == 'values') return { value: target[index], done: false };
3500
- return { value: [index, target[index]], done: false };
3501
- }, 'values');
3502
-
3503
- // argumentsList[@@iterator] is %ArrayProto_values%
3504
- // https://tc39.es/ecma262/#sec-createunmappedargumentsobject
3505
- // https://tc39.es/ecma262/#sec-createmappedargumentsobject
3506
- Iterators.Arguments = Iterators.Array;
3507
-
3508
- // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
3509
- addToUnscopables('keys');
3510
- addToUnscopables('values');
3511
- addToUnscopables('entries');
3512
-
3513
-
3514
- /***/ }),
3515
-
3516
- /***/ "./node_modules/core-js/modules/es.array.map.js":
3517
- /*!******************************************************!*
3518
- !*** ./node_modules/core-js/modules/es.array.map.js ***!
3519
- \******************************************************/
3520
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3521
-
3522
- "use strict";
3523
-
3524
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
3525
- var $map = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").map;
3526
- var arrayMethodHasSpeciesSupport = __webpack_require__(/*! ../internals/array-method-has-species-support */ "./node_modules/core-js/internals/array-method-has-species-support.js");
3527
-
3528
- var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');
3529
-
3530
- // `Array.prototype.map` method
3531
- // https://tc39.es/ecma262/#sec-array.prototype.map
3532
- // with adding support of @@species
3533
- $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
3534
- map: function map(callbackfn /* , thisArg */) {
3535
- return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
3536
- }
3537
- });
3538
-
3539
-
3540
- /***/ }),
3541
-
3542
- /***/ "./node_modules/core-js/modules/es.array.slice.js":
3543
- /*!********************************************************!*
3544
- !*** ./node_modules/core-js/modules/es.array.slice.js ***!
3545
- \********************************************************/
3546
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3547
-
3548
- "use strict";
3549
-
3550
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
3551
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
3552
- var isArray = __webpack_require__(/*! ../internals/is-array */ "./node_modules/core-js/internals/is-array.js");
3553
- var toAbsoluteIndex = __webpack_require__(/*! ../internals/to-absolute-index */ "./node_modules/core-js/internals/to-absolute-index.js");
3554
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
3555
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
3556
- var createProperty = __webpack_require__(/*! ../internals/create-property */ "./node_modules/core-js/internals/create-property.js");
3557
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
3558
- var arrayMethodHasSpeciesSupport = __webpack_require__(/*! ../internals/array-method-has-species-support */ "./node_modules/core-js/internals/array-method-has-species-support.js");
3559
-
3560
- var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('slice');
3561
-
3562
- var SPECIES = wellKnownSymbol('species');
3563
- var nativeSlice = [].slice;
3564
- var max = Math.max;
3565
-
3566
- // `Array.prototype.slice` method
3567
- // https://tc39.es/ecma262/#sec-array.prototype.slice
3568
- // fallback for not array-like ES3 strings and DOM objects
3569
- $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
3570
- slice: function slice(start, end) {
3571
- var O = toIndexedObject(this);
3572
- var length = toLength(O.length);
3573
- var k = toAbsoluteIndex(start, length);
3574
- var fin = toAbsoluteIndex(end === undefined ? length : end, length);
3575
- // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible
3576
- var Constructor, result, n;
3577
- if (isArray(O)) {
3578
- Constructor = O.constructor;
3579
- // cross-realm fallback
3580
- if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) {
3581
- Constructor = undefined;
3582
- } else if (isObject(Constructor)) {
3583
- Constructor = Constructor[SPECIES];
3584
- if (Constructor === null) Constructor = undefined;
3585
- }
3586
- if (Constructor === Array || Constructor === undefined) {
3587
- return nativeSlice.call(O, k, fin);
3588
- }
3589
- }
3590
- result = new (Constructor === undefined ? Array : Constructor)(max(fin - k, 0));
3591
- for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]);
3592
- result.length = n;
3593
- return result;
3594
- }
3595
- });
3596
-
3597
-
3598
- /***/ }),
3599
-
3600
- /***/ "./node_modules/core-js/modules/es.array.unscopables.flat-map.js":
3601
- /*!***********************************************************************!*
3602
- !*** ./node_modules/core-js/modules/es.array.unscopables.flat-map.js ***!
3603
- \***********************************************************************/
3604
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3605
-
3606
- // this method was added to unscopables after implementation
3607
- // in popular engines, so it's moved to a separate module
3608
- var addToUnscopables = __webpack_require__(/*! ../internals/add-to-unscopables */ "./node_modules/core-js/internals/add-to-unscopables.js");
3609
-
3610
- // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
3611
- addToUnscopables('flatMap');
3612
-
3613
-
3614
- /***/ }),
3615
-
3616
- /***/ "./node_modules/core-js/modules/es.number.parse-int.js":
3617
- /*!*************************************************************!*
3618
- !*** ./node_modules/core-js/modules/es.number.parse-int.js ***!
3619
- \*************************************************************/
3620
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3621
-
3622
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
3623
- var parseInt = __webpack_require__(/*! ../internals/number-parse-int */ "./node_modules/core-js/internals/number-parse-int.js");
3624
-
3625
- // `Number.parseInt` method
3626
- // https://tc39.es/ecma262/#sec-number.parseint
3627
- // eslint-disable-next-line es/no-number-parseint -- required for testing
3628
- $({ target: 'Number', stat: true, forced: Number.parseInt != parseInt }, {
3629
- parseInt: parseInt
3630
- });
3631
-
3632
-
3633
- /***/ }),
3634
-
3635
- /***/ "./node_modules/core-js/modules/es.object.to-string.js":
3636
- /*!*************************************************************!*
3637
- !*** ./node_modules/core-js/modules/es.object.to-string.js ***!
3638
- \*************************************************************/
3639
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3640
-
3641
- var TO_STRING_TAG_SUPPORT = __webpack_require__(/*! ../internals/to-string-tag-support */ "./node_modules/core-js/internals/to-string-tag-support.js");
3642
- var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js");
3643
- var toString = __webpack_require__(/*! ../internals/object-to-string */ "./node_modules/core-js/internals/object-to-string.js");
3644
-
3645
- // `Object.prototype.toString` method
3646
- // https://tc39.es/ecma262/#sec-object.prototype.tostring
3647
- if (!TO_STRING_TAG_SUPPORT) {
3648
- redefine(Object.prototype, 'toString', toString, { unsafe: true });
3649
- }
3650
-
3651
-
3652
- /***/ }),
3653
-
3654
- /***/ "./node_modules/core-js/modules/es.regexp.exec.js":
3655
- /*!********************************************************!*
3656
- !*** ./node_modules/core-js/modules/es.regexp.exec.js ***!
3657
- \********************************************************/
3658
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3659
-
3660
- "use strict";
3661
-
3662
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
3663
- var exec = __webpack_require__(/*! ../internals/regexp-exec */ "./node_modules/core-js/internals/regexp-exec.js");
3664
-
3665
- // `RegExp.prototype.exec` method
3666
- // https://tc39.es/ecma262/#sec-regexp.prototype.exec
3667
- $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
3668
- exec: exec
3669
- });
3670
-
3671
-
3672
- /***/ }),
3673
-
3674
- /***/ "./node_modules/core-js/modules/es.regexp.to-string.js":
3675
- /*!*************************************************************!*
3676
- !*** ./node_modules/core-js/modules/es.regexp.to-string.js ***!
3677
- \*************************************************************/
3678
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3679
-
3680
- "use strict";
3681
-
3682
- var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js");
3683
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
3684
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
3685
- var flags = __webpack_require__(/*! ../internals/regexp-flags */ "./node_modules/core-js/internals/regexp-flags.js");
3686
-
3687
- var TO_STRING = 'toString';
3688
- var RegExpPrototype = RegExp.prototype;
3689
- var nativeToString = RegExpPrototype[TO_STRING];
3690
-
3691
- var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
3692
- // FF44- RegExp#toString has a wrong name
3693
- var INCORRECT_NAME = nativeToString.name != TO_STRING;
3694
-
3695
- // `RegExp.prototype.toString` method
3696
- // https://tc39.es/ecma262/#sec-regexp.prototype.tostring
3697
- if (NOT_GENERIC || INCORRECT_NAME) {
3698
- redefine(RegExp.prototype, TO_STRING, function toString() {
3699
- var R = anObject(this);
3700
- var p = String(R.source);
3701
- var rf = R.flags;
3702
- var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);
3703
- return '/' + p + '/' + f;
3704
- }, { unsafe: true });
3705
- }
3706
-
3707
-
3708
- /***/ }),
3709
-
3710
- /***/ "./node_modules/core-js/modules/es.string.includes.js":
3711
- /*!************************************************************!*
3712
- !*** ./node_modules/core-js/modules/es.string.includes.js ***!
3713
- \************************************************************/
3714
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3715
-
3716
- "use strict";
3717
-
3718
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
3719
- var notARegExp = __webpack_require__(/*! ../internals/not-a-regexp */ "./node_modules/core-js/internals/not-a-regexp.js");
3720
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
3721
- var correctIsRegExpLogic = __webpack_require__(/*! ../internals/correct-is-regexp-logic */ "./node_modules/core-js/internals/correct-is-regexp-logic.js");
3722
-
3723
- // `String.prototype.includes` method
3724
- // https://tc39.es/ecma262/#sec-string.prototype.includes
3725
- $({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {
3726
- includes: function includes(searchString /* , position = 0 */) {
3727
- return !!~String(requireObjectCoercible(this))
3728
- .indexOf(notARegExp(searchString), arguments.length > 1 ? arguments[1] : undefined);
3729
- }
3730
- });
3731
-
3732
-
3733
- /***/ }),
3734
-
3735
- /***/ "./node_modules/core-js/modules/es.string.replace.js":
3736
- /*!***********************************************************!*
3737
- !*** ./node_modules/core-js/modules/es.string.replace.js ***!
3738
- \***********************************************************/
3739
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3740
-
3741
- "use strict";
3742
-
3743
- var fixRegExpWellKnownSymbolLogic = __webpack_require__(/*! ../internals/fix-regexp-well-known-symbol-logic */ "./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js");
3744
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
3745
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
3746
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
3747
- var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js");
3748
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
3749
- var advanceStringIndex = __webpack_require__(/*! ../internals/advance-string-index */ "./node_modules/core-js/internals/advance-string-index.js");
3750
- var getSubstitution = __webpack_require__(/*! ../internals/get-substitution */ "./node_modules/core-js/internals/get-substitution.js");
3751
- var regExpExec = __webpack_require__(/*! ../internals/regexp-exec-abstract */ "./node_modules/core-js/internals/regexp-exec-abstract.js");
3752
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
3753
-
3754
- var REPLACE = wellKnownSymbol('replace');
3755
- var max = Math.max;
3756
- var min = Math.min;
3757
-
3758
- var maybeToString = function (it) {
3759
- return it === undefined ? it : String(it);
3760
- };
3761
-
3762
- // IE <= 11 replaces $0 with the whole match, as if it was $&
3763
- // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
3764
- var REPLACE_KEEPS_$0 = (function () {
3765
- // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing
3766
- return 'a'.replace(/./, '$0') === '$0';
3767
- })();
3768
-
3769
- // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string
3770
- var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
3771
- if (/./[REPLACE]) {
3772
- return /./[REPLACE]('a', '$0') === '';
3773
- }
3774
- return false;
3775
- })();
3776
-
3777
- var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
3778
- var re = /./;
3779
- re.exec = function () {
3780
- var result = [];
3781
- result.groups = { a: '7' };
3782
- return result;
3783
- };
3784
- return ''.replace(re, '$<a>') !== '7';
3785
- });
3786
-
3787
- // @@replace logic
3788
- fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNative) {
3789
- var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';
3790
-
3791
- return [
3792
- // `String.prototype.replace` method
3793
- // https://tc39.es/ecma262/#sec-string.prototype.replace
3794
- function replace(searchValue, replaceValue) {
3795
- var O = requireObjectCoercible(this);
3796
- var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];
3797
- return replacer !== undefined
3798
- ? replacer.call(searchValue, O, replaceValue)
3799
- : nativeReplace.call(String(O), searchValue, replaceValue);
3800
- },
3801
- // `RegExp.prototype[@@replace]` method
3802
- // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
3803
- function (string, replaceValue) {
3804
- if (
3805
- typeof replaceValue === 'string' &&
3806
- replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1 &&
3807
- replaceValue.indexOf('$<') === -1
3808
- ) {
3809
- var res = maybeCallNative(nativeReplace, this, string, replaceValue);
3810
- if (res.done) return res.value;
3811
- }
3812
-
3813
- var rx = anObject(this);
3814
- var S = String(string);
3815
-
3816
- var functionalReplace = typeof replaceValue === 'function';
3817
- if (!functionalReplace) replaceValue = String(replaceValue);
3818
-
3819
- var global = rx.global;
3820
- if (global) {
3821
- var fullUnicode = rx.unicode;
3822
- rx.lastIndex = 0;
3823
- }
3824
- var results = [];
3825
- while (true) {
3826
- var result = regExpExec(rx, S);
3827
- if (result === null) break;
3828
-
3829
- results.push(result);
3830
- if (!global) break;
3831
-
3832
- var matchStr = String(result[0]);
3833
- if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
3834
- }
3835
-
3836
- var accumulatedResult = '';
3837
- var nextSourcePosition = 0;
3838
- for (var i = 0; i < results.length; i++) {
3839
- result = results[i];
3840
-
3841
- var matched = String(result[0]);
3842
- var position = max(min(toInteger(result.index), S.length), 0);
3843
- var captures = [];
3844
- // NOTE: This is equivalent to
3845
- // captures = result.slice(1).map(maybeToString)
3846
- // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
3847
- // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
3848
- // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
3849
- for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
3850
- var namedCaptures = result.groups;
3851
- if (functionalReplace) {
3852
- var replacerArgs = [matched].concat(captures, position, S);
3853
- if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
3854
- var replacement = String(replaceValue.apply(undefined, replacerArgs));
3855
- } else {
3856
- replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
3857
- }
3858
- if (position >= nextSourcePosition) {
3859
- accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
3860
- nextSourcePosition = position + matched.length;
3861
- }
3862
- }
3863
- return accumulatedResult + S.slice(nextSourcePosition);
3864
- }
3865
- ];
3866
- }, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);
3867
-
3868
-
3869
- /***/ }),
3870
-
3871
- /***/ "./node_modules/core-js/modules/es.string.split.js":
3872
- /*!*********************************************************!*
3873
- !*** ./node_modules/core-js/modules/es.string.split.js ***!
3874
- \*********************************************************/
3875
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
3876
-
3877
- "use strict";
3878
-
3879
- var fixRegExpWellKnownSymbolLogic = __webpack_require__(/*! ../internals/fix-regexp-well-known-symbol-logic */ "./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js");
3880
- var isRegExp = __webpack_require__(/*! ../internals/is-regexp */ "./node_modules/core-js/internals/is-regexp.js");
3881
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
3882
- var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js");
3883
- var speciesConstructor = __webpack_require__(/*! ../internals/species-constructor */ "./node_modules/core-js/internals/species-constructor.js");
3884
- var advanceStringIndex = __webpack_require__(/*! ../internals/advance-string-index */ "./node_modules/core-js/internals/advance-string-index.js");
3885
- var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js");
3886
- var callRegExpExec = __webpack_require__(/*! ../internals/regexp-exec-abstract */ "./node_modules/core-js/internals/regexp-exec-abstract.js");
3887
- var regexpExec = __webpack_require__(/*! ../internals/regexp-exec */ "./node_modules/core-js/internals/regexp-exec.js");
3888
- var stickyHelpers = __webpack_require__(/*! ../internals/regexp-sticky-helpers */ "./node_modules/core-js/internals/regexp-sticky-helpers.js");
3889
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
3890
-
3891
- var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;
3892
- var arrayPush = [].push;
3893
- var min = Math.min;
3894
- var MAX_UINT32 = 0xFFFFFFFF;
3895
-
3896
- // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
3897
- // Weex JS has frozen built-in prototypes, so use try / catch wrapper
3898
- var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
3899
- // eslint-disable-next-line regexp/no-empty-group -- required for testing
3900
- var re = /(?:)/;
3901
- var originalExec = re.exec;
3902
- re.exec = function () { return originalExec.apply(this, arguments); };
3903
- var result = 'ab'.split(re);
3904
- return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
3905
- });
3906
-
3907
- // @@split logic
3908
- fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNative) {
3909
- var internalSplit;
3910
- if (
3911
- 'abbc'.split(/(b)*/)[1] == 'c' ||
3912
- // eslint-disable-next-line regexp/no-empty-group -- required for testing
3913
- 'test'.split(/(?:)/, -1).length != 4 ||
3914
- 'ab'.split(/(?:ab)*/).length != 2 ||
3915
- '.'.split(/(.?)(.?)/).length != 4 ||
3916
- // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing
3917
- '.'.split(/()()/).length > 1 ||
3918
- ''.split(/.?/).length
3919
- ) {
3920
- // based on es5-shim implementation, need to rework it
3921
- internalSplit = function (separator, limit) {
3922
- var string = String(requireObjectCoercible(this));
3923
- var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
3924
- if (lim === 0) return [];
3925
- if (separator === undefined) return [string];
3926
- // If `separator` is not a regex, use native split
3927
- if (!isRegExp(separator)) {
3928
- return nativeSplit.call(string, separator, lim);
3929
- }
3930
- var output = [];
3931
- var flags = (separator.ignoreCase ? 'i' : '') +
3932
- (separator.multiline ? 'm' : '') +
3933
- (separator.unicode ? 'u' : '') +
3934
- (separator.sticky ? 'y' : '');
3935
- var lastLastIndex = 0;
3936
- // Make `global` and avoid `lastIndex` issues by working with a copy
3937
- var separatorCopy = new RegExp(separator.source, flags + 'g');
3938
- var match, lastIndex, lastLength;
3939
- while (match = regexpExec.call(separatorCopy, string)) {
3940
- lastIndex = separatorCopy.lastIndex;
3941
- if (lastIndex > lastLastIndex) {
3942
- output.push(string.slice(lastLastIndex, match.index));
3943
- if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));
3944
- lastLength = match[0].length;
3945
- lastLastIndex = lastIndex;
3946
- if (output.length >= lim) break;
3947
- }
3948
- if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop
3949
- }
3950
- if (lastLastIndex === string.length) {
3951
- if (lastLength || !separatorCopy.test('')) output.push('');
3952
- } else output.push(string.slice(lastLastIndex));
3953
- return output.length > lim ? output.slice(0, lim) : output;
3954
- };
3955
- // Chakra, V8
3956
- } else if ('0'.split(undefined, 0).length) {
3957
- internalSplit = function (separator, limit) {
3958
- return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);
3959
- };
3960
- } else internalSplit = nativeSplit;
3961
-
3962
- return [
3963
- // `String.prototype.split` method
3964
- // https://tc39.es/ecma262/#sec-string.prototype.split
3965
- function split(separator, limit) {
3966
- var O = requireObjectCoercible(this);
3967
- var splitter = separator == undefined ? undefined : separator[SPLIT];
3968
- return splitter !== undefined
3969
- ? splitter.call(separator, O, limit)
3970
- : internalSplit.call(String(O), separator, limit);
3971
- },
3972
- // `RegExp.prototype[@@split]` method
3973
- // https://tc39.es/ecma262/#sec-regexp.prototype-@@split
3974
- //
3975
- // NOTE: This cannot be properly polyfilled in engines that don't support
3976
- // the 'y' flag.
3977
- function (string, limit) {
3978
- var res = maybeCallNative(internalSplit, this, string, limit, internalSplit !== nativeSplit);
3979
- if (res.done) return res.value;
3980
-
3981
- var rx = anObject(this);
3982
- var S = String(string);
3983
- var C = speciesConstructor(rx, RegExp);
3984
-
3985
- var unicodeMatching = rx.unicode;
3986
- var flags = (rx.ignoreCase ? 'i' : '') +
3987
- (rx.multiline ? 'm' : '') +
3988
- (rx.unicode ? 'u' : '') +
3989
- (UNSUPPORTED_Y ? 'g' : 'y');
3990
-
3991
- // ^(? + rx + ) is needed, in combination with some S slicing, to
3992
- // simulate the 'y' flag.
3993
- var splitter = new C(UNSUPPORTED_Y ? '^(?:' + rx.source + ')' : rx, flags);
3994
- var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
3995
- if (lim === 0) return [];
3996
- if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];
3997
- var p = 0;
3998
- var q = 0;
3999
- var A = [];
4000
- while (q < S.length) {
4001
- splitter.lastIndex = UNSUPPORTED_Y ? 0 : q;
4002
- var z = callRegExpExec(splitter, UNSUPPORTED_Y ? S.slice(q) : S);
4003
- var e;
4004
- if (
4005
- z === null ||
4006
- (e = min(toLength(splitter.lastIndex + (UNSUPPORTED_Y ? q : 0)), S.length)) === p
4007
- ) {
4008
- q = advanceStringIndex(S, q, unicodeMatching);
4009
- } else {
4010
- A.push(S.slice(p, q));
4011
- if (A.length === lim) return A;
4012
- for (var i = 1; i <= z.length - 1; i++) {
4013
- A.push(z[i]);
4014
- if (A.length === lim) return A;
4015
- }
4016
- q = p = e;
4017
- }
4018
- }
4019
- A.push(S.slice(p));
4020
- return A;
4021
- }
4022
- ];
4023
- }, !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC, UNSUPPORTED_Y);
4024
-
4025
-
4026
- /***/ }),
4027
-
4028
- /***/ "./node_modules/core-js/modules/es.symbol.description.js":
4029
- /*!***************************************************************!*
4030
- !*** ./node_modules/core-js/modules/es.symbol.description.js ***!
4031
- \***************************************************************/
4032
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
4033
-
4034
- "use strict";
4035
- // `Symbol.prototype.description` getter
4036
- // https://tc39.es/ecma262/#sec-symbol.prototype.description
4037
-
4038
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
4039
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
4040
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
4041
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
4042
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
4043
- var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f;
4044
- var copyConstructorProperties = __webpack_require__(/*! ../internals/copy-constructor-properties */ "./node_modules/core-js/internals/copy-constructor-properties.js");
4045
-
4046
- var NativeSymbol = global.Symbol;
4047
-
4048
- if (DESCRIPTORS && typeof NativeSymbol == 'function' && (!('description' in NativeSymbol.prototype) ||
4049
- // Safari 12 bug
4050
- NativeSymbol().description !== undefined
4051
- )) {
4052
- var EmptyStringDescriptionStore = {};
4053
- // wrap Symbol constructor for correct work with undefined description
4054
- var SymbolWrapper = function Symbol() {
4055
- var description = arguments.length < 1 || arguments[0] === undefined ? undefined : String(arguments[0]);
4056
- var result = this instanceof SymbolWrapper
4057
- ? new NativeSymbol(description)
4058
- // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'
4059
- : description === undefined ? NativeSymbol() : NativeSymbol(description);
4060
- if (description === '') EmptyStringDescriptionStore[result] = true;
4061
- return result;
4062
- };
4063
- copyConstructorProperties(SymbolWrapper, NativeSymbol);
4064
- var symbolPrototype = SymbolWrapper.prototype = NativeSymbol.prototype;
4065
- symbolPrototype.constructor = SymbolWrapper;
4066
-
4067
- var symbolToString = symbolPrototype.toString;
4068
- var native = String(NativeSymbol('test')) == 'Symbol(test)';
4069
- var regexp = /^Symbol\((.*)\)[^)]+$/;
4070
- defineProperty(symbolPrototype, 'description', {
4071
- configurable: true,
4072
- get: function description() {
4073
- var symbol = isObject(this) ? this.valueOf() : this;
4074
- var string = symbolToString.call(symbol);
4075
- if (has(EmptyStringDescriptionStore, symbol)) return '';
4076
- var desc = native ? string.slice(7, -1) : string.replace(regexp, '$1');
4077
- return desc === '' ? undefined : desc;
4078
- }
4079
- });
4080
-
4081
- $({ global: true, forced: true }, {
4082
- Symbol: SymbolWrapper
4083
- });
4084
- }
4085
-
4086
-
4087
- /***/ }),
4088
-
4089
- /***/ "./node_modules/core-js/modules/es.symbol.js":
4090
- /*!***************************************************!*
4091
- !*** ./node_modules/core-js/modules/es.symbol.js ***!
4092
- \***************************************************/
4093
- /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
4094
-
4095
- "use strict";
4096
-
4097
- var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js");
4098
- var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js");
4099
- var getBuiltIn = __webpack_require__(/*! ../internals/get-built-in */ "./node_modules/core-js/internals/get-built-in.js");
4100
- var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js");
4101
- var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js");
4102
- var NATIVE_SYMBOL = __webpack_require__(/*! ../internals/native-symbol */ "./node_modules/core-js/internals/native-symbol.js");
4103
- var USE_SYMBOL_AS_UID = __webpack_require__(/*! ../internals/use-symbol-as-uid */ "./node_modules/core-js/internals/use-symbol-as-uid.js");
4104
- var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js");
4105
- var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js");
4106
- var isArray = __webpack_require__(/*! ../internals/is-array */ "./node_modules/core-js/internals/is-array.js");
4107
- var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js");
4108
- var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js");
4109
- var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js");
4110
- var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js");
4111
- var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js");
4112
- var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js");
4113
- var nativeObjectCreate = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js");
4114
- var objectKeys = __webpack_require__(/*! ../internals/object-keys */ "./node_modules/core-js/internals/object-keys.js");
4115
- var getOwnPropertyNamesModule = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js");
4116
- var getOwnPropertyNamesExternal = __webpack_require__(/*! ../internals/object-get-own-property-names-external */ "./node_modules/core-js/internals/object-get-own-property-names-external.js");
4117
- var getOwnPropertySymbolsModule = __webpack_require__(/*! ../internals/object-get-own-property-symbols */ "./node_modules/core-js/internals/object-get-own-property-symbols.js");
4118
- var getOwnPropertyDescriptorModule = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js");
4119
- var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js");
4120
- var propertyIsEnumerableModule = __webpack_require__(/*! ../internals/object-property-is-enumerable */ "./node_modules/core-js/internals/object-property-is-enumerable.js");
4121
- var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js");
4122
- var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js");
4123
- var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js");
4124
- var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js");
4125
- var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js");
4126
- var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js");
4127
- var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js");
4128
- var wrappedWellKnownSymbolModule = __webpack_require__(/*! ../internals/well-known-symbol-wrapped */ "./node_modules/core-js/internals/well-known-symbol-wrapped.js");
4129
- var defineWellKnownSymbol = __webpack_require__(/*! ../internals/define-well-known-symbol */ "./node_modules/core-js/internals/define-well-known-symbol.js");
4130
- var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js");
4131
- var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js");
4132
- var $forEach = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").forEach;
4133
-
4134
- var HIDDEN = sharedKey('hidden');
4135
- var SYMBOL = 'Symbol';
4136
- var PROTOTYPE = 'prototype';
4137
- var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
4138
- var setInternalState = InternalStateModule.set;
4139
- var getInternalState = InternalStateModule.getterFor(SYMBOL);
4140
- var ObjectPrototype = Object[PROTOTYPE];
4141
- var $Symbol = global.Symbol;
4142
- var $stringify = getBuiltIn('JSON', 'stringify');
4143
- var nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
4144
- var nativeDefineProperty = definePropertyModule.f;
4145
- var nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;
4146
- var nativePropertyIsEnumerable = propertyIsEnumerableModule.f;
4147
- var AllSymbols = shared('symbols');
4148
- var ObjectPrototypeSymbols = shared('op-symbols');
4149
- var StringToSymbolRegistry = shared('string-to-symbol-registry');
4150
- var SymbolToStringRegistry = shared('symbol-to-string-registry');
4151
- var WellKnownSymbolsStore = shared('wks');
4152
- var QObject = global.QObject;
4153
- // Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
4154
- var USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;
4155
-
4156
- // fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687
4157
- var setSymbolDescriptor = DESCRIPTORS && fails(function () {
4158
- return nativeObjectCreate(nativeDefineProperty({}, 'a', {
4159
- get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; }
4160
- })).a != 7;
4161
- }) ? function (O, P, Attributes) {
4162
- var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, P);
4163
- if (ObjectPrototypeDescriptor) delete ObjectPrototype[P];
4164
- nativeDefineProperty(O, P, Attributes);
4165
- if (ObjectPrototypeDescriptor && O !== ObjectPrototype) {
4166
- nativeDefineProperty(ObjectPrototype, P, ObjectPrototypeDescriptor);
4167
- }
4168
- } : nativeDefineProperty;
4169
-
4170
- var wrap = function (tag, description) {
4171
- var symbol = AllSymbols[tag] = nativeObjectCreate($Symbol[PROTOTYPE]);
4172
- setInternalState(symbol, {
4173
- type: SYMBOL,
4174
- tag: tag,
4175
- description: description
4176
- });
4177
- if (!DESCRIPTORS) symbol.description = description;
4178
- return symbol;
4179
- };
4180
-
4181
- var isSymbol = USE_SYMBOL_AS_UID ? function (it) {
4182
- return typeof it == 'symbol';
4183
- } : function (it) {
4184
- return Object(it) instanceof $Symbol;
4185
- };
4186
-
4187
- var $defineProperty = function defineProperty(O, P, Attributes) {
4188
- if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes);
4189
- anObject(O);
4190
- var key = toPrimitive(P, true);
4191
- anObject(Attributes);
4192
- if (has(AllSymbols, key)) {
4193
- if (!Attributes.enumerable) {
4194
- if (!has(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, {}));
4195
- O[HIDDEN][key] = true;
4196
- } else {
4197
- if (has(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;
4198
- Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) });
4199
- } return setSymbolDescriptor(O, key, Attributes);
4200
- } return nativeDefineProperty(O, key, Attributes);
4201
- };
4202
-
4203
- var $defineProperties = function defineProperties(O, Properties) {
4204
- anObject(O);
4205
- var properties = toIndexedObject(Properties);
4206
- var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties));
4207
- $forEach(keys, function (key) {
4208
- if (!DESCRIPTORS || $propertyIsEnumerable.call(properties, key)) $defineProperty(O, key, properties[key]);
4209
- });
4210
- return O;
4211
- };
4212
-
4213
- var $create = function create(O, Properties) {
4214
- return Properties === undefined ? nativeObjectCreate(O) : $defineProperties(nativeObjectCreate(O), Properties);
4215
- };
4216
-
4217
- var $propertyIsEnumerable = function propertyIsEnumerable(V) {
4218
- var P = toPrimitive(V, true);
4219
- var enumerable = nativePropertyIsEnumerable.call(this, P);
4220
- if (this === ObjectPrototype && has(AllSymbols, P) && !has(ObjectPrototypeSymbols, P)) return false;
4221
- return enumerable || !has(this, P) || !has(AllSymbols, P) || has(this, HIDDEN) && this[HIDDEN][P] ? enumerable : true;
4222
- };
4223
-
4224
- var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) {
4225
- var it = toIndexedObject(O);
4226
- var key = toPrimitive(P, true);
4227
- if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return;
4228
- var descriptor = nativeGetOwnPropertyDescriptor(it, key);
4229
- if (descriptor && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) {
4230
- descriptor.enumerable = true;
4231
- }
4232
- return descriptor;
4233
- };
4234
-
4235
- var $getOwnPropertyNames = function getOwnPropertyNames(O) {
4236
- var names = nativeGetOwnPropertyNames(toIndexedObject(O));
4237
- var result = [];
4238
- $forEach(names, function (key) {
4239
- if (!has(AllSymbols, key) && !has(hiddenKeys, key)) result.push(key);
4240
- });
4241
- return result;
4242
- };
4243
-
4244
- var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
4245
- var IS_OBJECT_PROTOTYPE = O === ObjectPrototype;
4246
- var names = nativeGetOwnPropertyNames(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O));
4247
- var result = [];
4248
- $forEach(names, function (key) {
4249
- if (has(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || has(ObjectPrototype, key))) {
4250
- result.push(AllSymbols[key]);
4251
- }
4252
- });
4253
- return result;
4254
- };
4255
-
4256
- // `Symbol` constructor
4257
- // https://tc39.es/ecma262/#sec-symbol-constructor
4258
- if (!NATIVE_SYMBOL) {
4259
- $Symbol = function Symbol() {
4260
- if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor');
4261
- var description = !arguments.length || arguments[0] === undefined ? undefined : String(arguments[0]);
4262
- var tag = uid(description);
4263
- var setter = function (value) {
4264
- if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value);
4265
- if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
4266
- setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value));
4267
- };
4268
- if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });
4269
- return wrap(tag, description);
4270
- };
4271
-
4272
- redefine($Symbol[PROTOTYPE], 'toString', function toString() {
4273
- return getInternalState(this).tag;
4274
- });
4275
-
4276
- redefine($Symbol, 'withoutSetter', function (description) {
4277
- return wrap(uid(description), description);
4278
- });
4279
-
4280
- propertyIsEnumerableModule.f = $propertyIsEnumerable;
4281
- definePropertyModule.f = $defineProperty;
4282
- getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor;
4283
- getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames;
4284
- getOwnPropertySymbolsModule.f = $getOwnPropertySymbols;
4285
-
4286
- wrappedWellKnownSymbolModule.f = function (name) {
4287
- return wrap(wellKnownSymbol(name), name);
4288
- };
4289
-
4290
- if (DESCRIPTORS) {
4291
- // https://github.com/tc39/proposal-Symbol-description
4292
- nativeDefineProperty($Symbol[PROTOTYPE], 'description', {
4293
- configurable: true,
4294
- get: function description() {
4295
- return getInternalState(this).description;
4296
- }
4297
- });
4298
- if (!IS_PURE) {
4299
- redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });
4300
- }
4301
- }
4302
- }
4303
-
4304
- $({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {
4305
- Symbol: $Symbol
4306
- });
4307
-
4308
- $forEach(objectKeys(WellKnownSymbolsStore), function (name) {
4309
- defineWellKnownSymbol(name);
4310
- });
4311
-
4312
- $({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {
4313
- // `Symbol.for` method
4314
- // https://tc39.es/ecma262/#sec-symbol.for
4315
- 'for': function (key) {
4316
- var string = String(key);
4317
- if (has(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];
4318
- var symbol = $Symbol(string);
4319
- StringToSymbolRegistry[string] = symbol;
4320
- SymbolToStringRegistry[symbol] = string;
4321
- return symbol;
4322
- },
4323
- // `Symbol.keyFor` method
4324
- // https://tc39.es/ecma262/#sec-symbol.keyfor
4325
- keyFor: function keyFor(sym) {
4326
- if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol');
4327
- if (has(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];
4328
- },
4329
- useSetter: function () { USE_SETTER = true; },
4330
- useSimple: function () { USE_SETTER = false; }
4331
- });
4332
-
4333
- $({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {
4334
- // `Object.create` method
4335
- // https://tc39.es/ecma262/#sec-object.create
4336
- create: $create,
4337
- // `Object.defineProperty` method
4338
- // https://tc39.es/ecma262/#sec-object.defineproperty
4339
- defineProperty: $defineProperty,
4340
- // `Object.defineProperties` method
4341
- // https://tc39.es/ecma262/#sec-object.defineproperties
4342
- defineProperties: $defineProperties,
4343
- // `Object.getOwnPropertyDescriptor` method
4344
- // https://tc39.es/ecma262/#sec-object.getownpropertydescriptors
4345
- getOwnPropertyDescriptor: $getOwnPropertyDescriptor
4346
- });
4347
-
4348
- $({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {
4349
- // `Object.getOwnPropertyNames` method
4350
- // https://tc39.es/ecma262/#sec-object.getownpropertynames
4351
- getOwnPropertyNames: $getOwnPropertyNames,
4352
- // `Object.getOwnPropertySymbols` method
4353
- // https://tc39.es/ecma262/#sec-object.getownpropertysymbols
4354
- getOwnPropertySymbols: $getOwnPropertySymbols
4355
- });
4356
-
4357
- // Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
4358
- // https://bugs.chromium.org/p/v8/issues/detail?id=3443
4359
- $({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, {
4360
- getOwnPropertySymbols: function getOwnPropertySymbols(it) {
4361
- return getOwnPropertySymbolsModule.f(toObject(it));
4362
- }
4363
- });
4364
-
4365
- // `JSON.stringify` method behavior with symbols
4366
- // https://tc39.es/ecma262/#sec-json.stringify
4367
- if ($stringify) {
4368
- var FORCED_JSON_STRINGIFY = !NATIVE_SYMBOL || fails(function () {
4369
- var symbol = $Symbol();
4370
- // MS Edge converts symbol values to JSON as {}
4371
- return $stringify([symbol]) != '[null]'
4372
- // WebKit converts symbol values to JSON as null
4373
- || $stringify({ a: symbol }) != '{}'
4374
- // V8 throws on boxed symbols
4375
- || $stringify(Object(symbol)) != '{}';
4376
- });
4377
-
4378
- $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {
4379
- // eslint-disable-next-line no-unused-vars -- required for `.length`
4380
- stringify: function stringify(it, replacer, space) {
4381
- var args = [it];
4382
- var index = 1;
4383
- var $replacer;
4384
- while (arguments.length > index) args.push(arguments[index++]);
4385
- $replacer = replacer;
4386
- if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
4387
- if (!isArray(replacer)) replacer = function (key, value) {
4388
- if (typeof $replacer == 'function') value = $replacer.call(this, key, value);
4389
- if (!isSymbol(value)) return value;
4390
- };
4391
- args[1] = replacer;
4392
- return $stringify.apply(null, args);
4393
- }
4394
- });
4395
- }
4396
-
4397
- // `Symbol.prototype[@@toPrimitive]` method
4398
- // https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive
4399
- if (!$Symbol[PROTOTYPE][TO_PRIMITIVE]) {
4400
- createNonEnumerableProperty($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);
4401
- }
4402
- // `Symbol.prototype[@@toStringTag]` property
4403
- // https://tc39.es/ecma262/#sec-symbol.prototype-@@tostringtag
4404
- setToStringTag($Symbol, SYMBOL);
4405
-
4406
- hiddenKeys[HIDDEN] = true;
4407
-
4408
-
4409
- /***/ }),
4410
-
4411
- /***/ "kolmafia":
4412
- /*!***************************!*
4413
- !*** external "kolmafia" ***!
4414
- \***************************/
4415
- /***/ ((module) => {
4416
-
4417
- "use strict";
4418
- module.exports = require("kolmafia");;
4419
-
4420
- /***/ })
4421
-
4422
- /******/ });
4423
- /************************************************************************/
4424
- /******/ // The module cache
4425
- /******/ var __webpack_module_cache__ = {};
4426
- /******/
4427
- /******/ // The require function
4428
- /******/ function __webpack_require__(moduleId) {
4429
- /******/ // Check if module is in cache
4430
- /******/ if(__webpack_module_cache__[moduleId]) {
4431
- /******/ return __webpack_module_cache__[moduleId].exports;
4432
- /******/ }
4433
- /******/ // Create a new module (and put it into the cache)
4434
- /******/ var module = __webpack_module_cache__[moduleId] = {
4435
- /******/ // no module.id needed
4436
- /******/ // no module.loaded needed
4437
- /******/ exports: {}
4438
- /******/ };
4439
- /******/
4440
- /******/ // Execute the module function
4441
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
4442
- /******/
4443
- /******/ // Return the exports of the module
4444
- /******/ return module.exports;
4445
- /******/ }
4446
- /******/
4447
- /************************************************************************/
4448
- /******/ /* webpack/runtime/compat get default export */
4449
- /******/ (() => {
4450
- /******/ // getDefaultExport function for compatibility with non-harmony modules
4451
- /******/ __webpack_require__.n = (module) => {
4452
- /******/ var getter = module && module.__esModule ?
4453
- /******/ () => module['default'] :
4454
- /******/ () => module;
4455
- /******/ __webpack_require__.d(getter, { a: getter });
4456
- /******/ return getter;
4457
- /******/ };
4458
- /******/ })();
4459
- /******/
4460
- /******/ /* webpack/runtime/define property getters */
4461
- /******/ (() => {
4462
- /******/ // define getter functions for harmony exports
4463
- /******/ __webpack_require__.d = (exports, definition) => {
4464
- /******/ for(var key in definition) {
4465
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
4466
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
4467
- /******/ }
4468
- /******/ }
4469
- /******/ };
4470
- /******/ })();
4471
- /******/
4472
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
4473
- /******/ (() => {
4474
- /******/ __webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop)
4475
- /******/ })();
4476
- /******/
4477
- /******/ /* webpack/runtime/make namespace object */
4478
- /******/ (() => {
4479
- /******/ // define __esModule on exports
4480
- /******/ __webpack_require__.r = (exports) => {
4481
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
4482
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4483
- /******/ }
4484
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
4485
- /******/ };
4486
- /******/ })();
4487
- /******/
4488
- /************************************************************************/
4489
- /******/ // module exports must be returned from runtime so entry inlining is disabled
4490
- /******/ // startup
4491
- /******/ // Load entry module and return exports
4492
- /******/ return __webpack_require__("./examples/modifier.ts");
4493
- /******/ })()
4494
-
4495
- ));