@speclynx/apidom-parser 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.2.3](https://github.com/speclynx/apidom/compare/v2.2.2...v2.2.3) (2026-01-26)
7
+
8
+ **Note:** Version bump only for package @speclynx/apidom-parser
9
+
6
10
  ## [2.2.2](https://github.com/speclynx/apidom/compare/v2.2.1...v2.2.2) (2026-01-23)
7
11
 
8
12
  **Note:** Version bump only for package @speclynx/apidom-parser
@@ -12,8 +12,8 @@ return /******/ (() => { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
- /***/ 131:
16
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
15
+ /***/ 131
16
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
17
17
 
18
18
  __webpack_require__.r(__webpack_exports__);
19
19
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -23,10 +23,10 @@ function _isObject(x) {
23
23
  return Object.prototype.toString.call(x) === '[object Object]';
24
24
  }
25
25
 
26
- /***/ }),
26
+ /***/ },
27
27
 
28
- /***/ 141:
29
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
28
+ /***/ 141
29
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
30
30
 
31
31
  __webpack_require__.r(__webpack_exports__);
32
32
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -36,10 +36,10 @@ function _isString(x) {
36
36
  return Object.prototype.toString.call(x) === '[object String]';
37
37
  }
38
38
 
39
- /***/ }),
39
+ /***/ },
40
40
 
41
- /***/ 397:
42
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
41
+ /***/ 397
42
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
43
43
 
44
44
  __webpack_require__.r(__webpack_exports__);
45
45
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -112,10 +112,10 @@ var map = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_1__["defa
112
112
  }));
113
113
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (map);
114
114
 
115
- /***/ }),
115
+ /***/ },
116
116
 
117
- /***/ 415:
118
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
117
+ /***/ 415
118
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
119
119
 
120
120
  __webpack_require__.r(__webpack_exports__);
121
121
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -127,10 +127,10 @@ function _functionName(f) {
127
127
  return match == null ? '' : match[1];
128
128
  }
129
129
 
130
- /***/ }),
130
+ /***/ },
131
131
 
132
- /***/ 497:
133
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
132
+ /***/ 497
133
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
134
134
 
135
135
  __webpack_require__.r(__webpack_exports__);
136
136
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -275,10 +275,10 @@ function _equals(a, b, stackA, stackB) {
275
275
  return true;
276
276
  }
277
277
 
278
- /***/ }),
278
+ /***/ },
279
279
 
280
- /***/ 560:
281
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
280
+ /***/ 560
281
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
282
282
 
283
283
  __webpack_require__.r(__webpack_exports__);
284
284
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -318,10 +318,10 @@ var bind = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_1__["def
318
318
  });
319
319
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (bind);
320
320
 
321
- /***/ }),
321
+ /***/ },
322
322
 
323
- /***/ 746:
324
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
323
+ /***/ 746
324
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
325
325
 
326
326
  __webpack_require__.r(__webpack_exports__);
327
327
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -335,10 +335,10 @@ __webpack_require__.r(__webpack_exports__);
335
335
  class UnsupportedOperationError extends _ApiDOMError_mjs__WEBPACK_IMPORTED_MODULE_0__["default"] {}
336
336
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (UnsupportedOperationError);
337
337
 
338
- /***/ }),
338
+ /***/ },
339
339
 
340
- /***/ 963:
341
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
340
+ /***/ 963
341
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
342
342
 
343
343
  __webpack_require__.r(__webpack_exports__);
344
344
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -381,10 +381,10 @@ var type = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["def
381
381
  });
382
382
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (type);
383
383
 
384
- /***/ }),
384
+ /***/ },
385
385
 
386
- /***/ 1003:
387
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
386
+ /***/ 1003
387
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
388
388
 
389
389
  __webpack_require__.r(__webpack_exports__);
390
390
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -394,10 +394,10 @@ function _isPlaceholder(a) {
394
394
  return a != null && typeof a === 'object' && a['@@functional/placeholder'] === true;
395
395
  }
396
396
 
397
- /***/ }),
397
+ /***/ },
398
398
 
399
- /***/ 1020:
400
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
399
+ /***/ 1020
400
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
401
401
 
402
402
  __webpack_require__.r(__webpack_exports__);
403
403
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -455,10 +455,10 @@ var anyPass = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["
455
455
  });
456
456
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (anyPass);
457
457
 
458
- /***/ }),
458
+ /***/ },
459
459
 
460
- /***/ 1111:
461
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
460
+ /***/ 1111
461
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
462
462
 
463
463
  __webpack_require__.r(__webpack_exports__);
464
464
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -478,10 +478,10 @@ function _objectIs(a, b) {
478
478
  }
479
479
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (typeof Object.is === 'function' ? Object.is : _objectIs);
480
480
 
481
- /***/ }),
481
+ /***/ },
482
482
 
483
- /***/ 1941:
484
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
483
+ /***/ 1941
484
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
485
485
 
486
486
  __webpack_require__.r(__webpack_exports__);
487
487
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -496,10 +496,10 @@ function _arrayFromIterator(iter) {
496
496
  return list;
497
497
  }
498
498
 
499
- /***/ }),
499
+ /***/ },
500
500
 
501
- /***/ 1950:
502
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
501
+ /***/ 1950
502
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
503
503
 
504
504
  __webpack_require__.r(__webpack_exports__);
505
505
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -511,10 +511,10 @@ function _quote(s) {
511
511
  return '"' + escaped.replace(/"/g, '\\"') + '"';
512
512
  }
513
513
 
514
- /***/ }),
514
+ /***/ },
515
515
 
516
- /***/ 2098:
517
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
516
+ /***/ 2098
517
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
518
518
 
519
519
  __webpack_require__.r(__webpack_exports__);
520
520
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -533,10 +533,10 @@ function _filterMap(fn, map) {
533
533
  return result;
534
534
  }
535
535
 
536
- /***/ }),
536
+ /***/ },
537
537
 
538
- /***/ 2243:
539
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
538
+ /***/ 2243
539
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
540
540
 
541
541
  __webpack_require__.r(__webpack_exports__);
542
542
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -598,10 +598,10 @@ function _indexOf(list, a, idx) {
598
598
  return -1;
599
599
  }
600
600
 
601
- /***/ }),
601
+ /***/ },
602
602
 
603
- /***/ 2275:
604
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
603
+ /***/ 2275
604
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
605
605
 
606
606
  __webpack_require__.r(__webpack_exports__);
607
607
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -627,10 +627,10 @@ class MediaTypes extends Array {
627
627
  }
628
628
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (MediaTypes);
629
629
 
630
- /***/ }),
630
+ /***/ },
631
631
 
632
- /***/ 2420:
633
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
632
+ /***/ 2420
633
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
634
634
 
635
635
  __webpack_require__.r(__webpack_exports__);
636
636
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -694,10 +694,10 @@ function _toString(x, seen) {
694
694
  }
695
695
  }
696
696
 
697
- /***/ }),
697
+ /***/ },
698
698
 
699
- /***/ 2459:
700
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
699
+ /***/ 2459
700
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
701
701
 
702
702
  __webpack_require__.r(__webpack_exports__);
703
703
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -745,10 +745,10 @@ function _curryN(length, received, fn) {
745
745
  };
746
746
  }
747
747
 
748
- /***/ }),
748
+ /***/ },
749
749
 
750
- /***/ 2572:
751
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
750
+ /***/ 2572
751
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
752
752
 
753
753
  __webpack_require__.r(__webpack_exports__);
754
754
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -811,10 +811,10 @@ var identical = function (a, b) {
811
811
  // to most properties of Window is forbidden.
812
812
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (identical);
813
813
 
814
- /***/ }),
814
+ /***/ },
815
815
 
816
- /***/ 2719:
817
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
816
+ /***/ 2719
817
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
818
818
 
819
819
  __webpack_require__.r(__webpack_exports__);
820
820
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -834,10 +834,10 @@ function _xArrayReduce(xf, acc, list) {
834
834
  return xf['@@transducer/result'](acc);
835
835
  }
836
836
 
837
- /***/ }),
837
+ /***/ },
838
838
 
839
- /***/ 3031:
840
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
839
+ /***/ 3031
840
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
841
841
 
842
842
  __webpack_require__.r(__webpack_exports__);
843
843
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -868,10 +868,10 @@ __webpack_require__.r(__webpack_exports__);
868
868
  var isUndefined = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])((0,_stubUndefined_js__WEBPACK_IMPORTED_MODULE_1__["default"])());
869
869
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isUndefined);
870
870
 
871
- /***/ }),
871
+ /***/ },
872
872
 
873
- /***/ 3143:
874
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
873
+ /***/ 3143
874
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
875
875
 
876
876
  __webpack_require__.r(__webpack_exports__);
877
877
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -886,10 +886,10 @@ __webpack_require__.r(__webpack_exports__);
886
886
  }
887
887
  });
888
888
 
889
- /***/ }),
889
+ /***/ },
890
890
 
891
- /***/ 3387:
892
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
891
+ /***/ 3387
892
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
893
893
 
894
894
  __webpack_require__.r(__webpack_exports__);
895
895
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -915,10 +915,10 @@ __webpack_require__.r(__webpack_exports__);
915
915
  var stubUndefined = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(void 0);
916
916
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (stubUndefined);
917
917
 
918
- /***/ }),
918
+ /***/ },
919
919
 
920
- /***/ 3437:
921
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
920
+ /***/ 3437
921
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
922
922
 
923
923
  __webpack_require__.r(__webpack_exports__);
924
924
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -938,10 +938,10 @@ class ApiDOMAggregateError extends AggregateError {
938
938
  }
939
939
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ApiDOMAggregateError);
940
940
 
941
- /***/ }),
941
+ /***/ },
942
942
 
943
- /***/ 3607:
944
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
943
+ /***/ 3607
944
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
945
945
 
946
946
  __webpack_require__.r(__webpack_exports__);
947
947
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -999,10 +999,10 @@ function _arity(n, fn) {
999
999
  }
1000
1000
  }
1001
1001
 
1002
- /***/ }),
1002
+ /***/ },
1003
1003
 
1004
- /***/ 3654:
1005
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1004
+ /***/ 3654
1005
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1006
1006
 
1007
1007
  __webpack_require__.r(__webpack_exports__);
1008
1008
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1043,10 +1043,10 @@ var equals = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["d
1043
1043
  });
1044
1044
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (equals);
1045
1045
 
1046
- /***/ }),
1046
+ /***/ },
1047
1047
 
1048
- /***/ 3834:
1049
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1048
+ /***/ 3834
1049
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1050
1050
 
1051
1051
  __webpack_require__.r(__webpack_exports__);
1052
1052
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1080,10 +1080,10 @@ __webpack_require__.r(__webpack_exports__);
1080
1080
  var isArray = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,_isFunction_js__WEBPACK_IMPORTED_MODULE_4__["default"])(Array.isArray) ? Array.isArray : (0,ramda__WEBPACK_IMPORTED_MODULE_2__["default"])(ramda__WEBPACK_IMPORTED_MODULE_3__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])('Array')));
1081
1081
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isArray);
1082
1082
 
1083
- /***/ }),
1083
+ /***/ },
1084
1084
 
1085
- /***/ 4099:
1086
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1085
+ /***/ 4099
1086
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1087
1087
 
1088
1088
  __webpack_require__.r(__webpack_exports__);
1089
1089
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1105,10 +1105,10 @@ __webpack_require__.r(__webpack_exports__);
1105
1105
  return val != null && val.length >= 0 && Object.prototype.toString.call(val) === '[object Array]';
1106
1106
  });
1107
1107
 
1108
- /***/ }),
1108
+ /***/ },
1109
1109
 
1110
- /***/ 4121:
1111
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1110
+ /***/ 4121
1111
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1112
1112
 
1113
1113
  __webpack_require__.r(__webpack_exports__);
1114
1114
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1124,10 +1124,10 @@ function _arrayReduce(reducer, acc, list) {
1124
1124
  return acc;
1125
1125
  }
1126
1126
 
1127
- /***/ }),
1127
+ /***/ },
1128
1128
 
1129
- /***/ 4212:
1130
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1129
+ /***/ 4212
1130
+ (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1131
1131
 
1132
1132
  __webpack_require__.r(__webpack_exports__);
1133
1133
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1156,10 +1156,10 @@ class ParserError extends _speclynx_apidom_error__WEBPACK_IMPORTED_MODULE_0__["d
1156
1156
  }
1157
1157
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ParserError);
1158
1158
 
1159
- /***/ }),
1159
+ /***/ },
1160
1160
 
1161
- /***/ 4333:
1162
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1161
+ /***/ 4333
1162
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1163
1163
 
1164
1164
  __webpack_require__.r(__webpack_exports__);
1165
1165
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1177,10 +1177,10 @@ function _includesWith(pred, x, list) {
1177
1177
  return false;
1178
1178
  }
1179
1179
 
1180
- /***/ }),
1180
+ /***/ },
1181
1181
 
1182
- /***/ 4334:
1183
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1182
+ /***/ 4334
1183
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1184
1184
 
1185
1185
  __webpack_require__.r(__webpack_exports__);
1186
1186
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1213,10 +1213,10 @@ function _createReduce(arrayReduce, methodReduce, iterableReduce) {
1213
1213
  };
1214
1214
  }
1215
1215
 
1216
- /***/ }),
1216
+ /***/ },
1217
1217
 
1218
- /***/ 4436:
1219
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1218
+ /***/ 4436
1219
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1220
1220
 
1221
1221
  __webpack_require__.r(__webpack_exports__);
1222
1222
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1228,10 +1228,10 @@ function _pipe(f, g) {
1228
1228
  };
1229
1229
  }
1230
1230
 
1231
- /***/ }),
1231
+ /***/ },
1232
1232
 
1233
- /***/ 4514:
1234
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1233
+ /***/ 4514
1234
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1235
1235
 
1236
1236
  __webpack_require__.r(__webpack_exports__);
1237
1237
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1256,10 +1256,10 @@ function _xwrap(fn) {
1256
1256
  return new XWrap(fn);
1257
1257
  }
1258
1258
 
1259
- /***/ }),
1259
+ /***/ },
1260
1260
 
1261
- /***/ 4620:
1262
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1261
+ /***/ 4620
1262
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1263
1263
 
1264
1264
  __webpack_require__.r(__webpack_exports__);
1265
1265
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1313,10 +1313,10 @@ var _isArrayLike = /*#__PURE__*/(0,_curry1_js__WEBPACK_IMPORTED_MODULE_0__["defa
1313
1313
  });
1314
1314
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_isArrayLike);
1315
1315
 
1316
- /***/ }),
1316
+ /***/ },
1317
1317
 
1318
- /***/ 4641:
1319
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1318
+ /***/ 4641
1319
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1320
1320
 
1321
1321
  __webpack_require__.r(__webpack_exports__);
1322
1322
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1342,10 +1342,10 @@ class ApiDOMStructuredError extends _ApiDOMError_mjs__WEBPACK_IMPORTED_MODULE_0_
1342
1342
  }
1343
1343
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ApiDOMStructuredError);
1344
1344
 
1345
- /***/ }),
1345
+ /***/ },
1346
1346
 
1347
- /***/ 4981:
1348
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1347
+ /***/ 4981
1348
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1349
1349
 
1350
1350
  __webpack_require__.r(__webpack_exports__);
1351
1351
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1400,10 +1400,10 @@ var max = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["defa
1400
1400
  });
1401
1401
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (max);
1402
1402
 
1403
- /***/ }),
1403
+ /***/ },
1404
1404
 
1405
- /***/ 5102:
1406
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1405
+ /***/ 5102
1406
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1407
1407
 
1408
1408
  __webpack_require__.r(__webpack_exports__);
1409
1409
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1434,10 +1434,10 @@ __webpack_require__.r(__webpack_exports__);
1434
1434
  var isString = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_2__["default"])(ramda__WEBPACK_IMPORTED_MODULE_3__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])('String')));
1435
1435
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isString);
1436
1436
 
1437
- /***/ }),
1437
+ /***/ },
1438
1438
 
1439
- /***/ 5121:
1440
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1439
+ /***/ 5121
1440
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1441
1441
 
1442
1442
  __webpack_require__.r(__webpack_exports__);
1443
1443
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1476,10 +1476,10 @@ var head = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["def
1476
1476
  });
1477
1477
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (head);
1478
1478
 
1479
- /***/ }),
1479
+ /***/ },
1480
1480
 
1481
- /***/ 5136:
1482
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1481
+ /***/ 5136
1482
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1483
1483
 
1484
1484
  __webpack_require__.r(__webpack_exports__);
1485
1485
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1490,10 +1490,10 @@ function _nth(offset, list) {
1490
1490
  return list[idx];
1491
1491
  }
1492
1492
 
1493
- /***/ }),
1493
+ /***/ },
1494
1494
 
1495
- /***/ 5722:
1496
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1495
+ /***/ 5722
1496
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1497
1497
 
1498
1498
  __webpack_require__.r(__webpack_exports__);
1499
1499
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1503,10 +1503,10 @@ function _has(prop, obj) {
1503
1503
  return Object.prototype.hasOwnProperty.call(obj, prop);
1504
1504
  }
1505
1505
 
1506
- /***/ }),
1506
+ /***/ },
1507
1507
 
1508
- /***/ 5855:
1509
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1508
+ /***/ 5855
1509
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1510
1510
 
1511
1511
  __webpack_require__.r(__webpack_exports__);
1512
1512
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1539,10 +1539,10 @@ __webpack_require__.r(__webpack_exports__);
1539
1539
  var isAsyncFunction = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_2__["default"])(ramda__WEBPACK_IMPORTED_MODULE_3__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])('AsyncFunction')));
1540
1540
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isAsyncFunction);
1541
1541
 
1542
- /***/ }),
1542
+ /***/ },
1543
1543
 
1544
- /***/ 5959:
1545
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1544
+ /***/ 5959
1545
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1546
1546
 
1547
1547
  __webpack_require__.r(__webpack_exports__);
1548
1548
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1580,10 +1580,10 @@ function _curry2(fn) {
1580
1580
  };
1581
1581
  }
1582
1582
 
1583
- /***/ }),
1583
+ /***/ },
1584
1584
 
1585
- /***/ 5969:
1586
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1585
+ /***/ 5969
1586
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1587
1587
 
1588
1588
  __webpack_require__.r(__webpack_exports__);
1589
1589
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1623,10 +1623,10 @@ var slice = /*#__PURE__*/(0,_internal_curry3_js__WEBPACK_IMPORTED_MODULE_1__["de
1623
1623
  }));
1624
1624
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (slice);
1625
1625
 
1626
- /***/ }),
1626
+ /***/ },
1627
1627
 
1628
- /***/ 6122:
1629
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1628
+ /***/ 6122
1629
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1630
1630
 
1631
1631
  __webpack_require__.r(__webpack_exports__);
1632
1632
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1656,10 +1656,10 @@ function _checkForMethod(methodname, fn) {
1656
1656
  };
1657
1657
  }
1658
1658
 
1659
- /***/ }),
1659
+ /***/ },
1660
1660
 
1661
- /***/ 6126:
1662
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1661
+ /***/ 6126
1662
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1663
1663
 
1664
1664
  __webpack_require__.r(__webpack_exports__);
1665
1665
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1685,10 +1685,10 @@ class ApiDOMError extends Error {
1685
1685
  }
1686
1686
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ApiDOMError);
1687
1687
 
1688
- /***/ }),
1688
+ /***/ },
1689
1689
 
1690
- /***/ 6265:
1691
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1690
+ /***/ 6265
1691
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1692
1692
 
1693
1693
  __webpack_require__.r(__webpack_exports__);
1694
1694
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1700,10 +1700,10 @@ function _includes(a, list) {
1700
1700
  return (0,_indexOf_js__WEBPACK_IMPORTED_MODULE_0__["default"])(list, a, 0) >= 0;
1701
1701
  }
1702
1702
 
1703
- /***/ }),
1703
+ /***/ },
1704
1704
 
1705
- /***/ 6390:
1706
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1705
+ /***/ 6390
1706
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1707
1707
 
1708
1708
  __webpack_require__.r(__webpack_exports__);
1709
1709
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1730,10 +1730,10 @@ var _xmap = function _xmap(f) {
1730
1730
  };
1731
1731
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_xmap);
1732
1732
 
1733
- /***/ }),
1733
+ /***/ },
1734
1734
 
1735
- /***/ 6561:
1736
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1735
+ /***/ 6561
1736
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1737
1737
 
1738
1738
  __webpack_require__.r(__webpack_exports__);
1739
1739
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1776,10 +1776,10 @@ __webpack_require__.r(__webpack_exports__);
1776
1776
  var tail = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_1__["default"])( /*#__PURE__*/(0,_internal_checkForMethod_js__WEBPACK_IMPORTED_MODULE_0__["default"])('tail', /*#__PURE__*/(0,_slice_js__WEBPACK_IMPORTED_MODULE_2__["default"])(1, Infinity)));
1777
1777
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (tail);
1778
1778
 
1779
- /***/ }),
1779
+ /***/ },
1780
1780
 
1781
- /***/ 6574:
1782
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1781
+ /***/ 6574
1782
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1783
1783
 
1784
1784
  __webpack_require__.r(__webpack_exports__);
1785
1785
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1798,10 +1798,10 @@ function _filter(fn, list) {
1798
1798
  return result;
1799
1799
  }
1800
1800
 
1801
- /***/ }),
1801
+ /***/ },
1802
1802
 
1803
- /***/ 6584:
1804
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1803
+ /***/ 6584
1804
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1805
1805
 
1806
1806
  __webpack_require__.r(__webpack_exports__);
1807
1807
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1818,10 +1818,10 @@ function _map(fn, functor) {
1818
1818
  return result;
1819
1819
  }
1820
1820
 
1821
- /***/ }),
1821
+ /***/ },
1822
1822
 
1823
- /***/ 6590:
1824
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1823
+ /***/ 6590
1824
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1825
1825
 
1826
1826
  __webpack_require__.r(__webpack_exports__);
1827
1827
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1839,10 +1839,10 @@ var _isArguments = /*#__PURE__*/function () {
1839
1839
  }();
1840
1840
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_isArguments);
1841
1841
 
1842
- /***/ }),
1842
+ /***/ },
1843
1843
 
1844
- /***/ 6738:
1845
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1844
+ /***/ 6738
1845
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1846
1846
 
1847
1847
  __webpack_require__.r(__webpack_exports__);
1848
1848
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1891,10 +1891,10 @@ function _dispatchable(methodNames, transducerCreator, fn) {
1891
1891
  };
1892
1892
  }
1893
1893
 
1894
- /***/ }),
1894
+ /***/ },
1895
1895
 
1896
- /***/ 6867:
1897
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1896
+ /***/ 6867
1897
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1898
1898
 
1899
1899
  __webpack_require__.r(__webpack_exports__);
1900
1900
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1933,10 +1933,10 @@ __webpack_require__.r(__webpack_exports__);
1933
1933
  var isFunction = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])([(0,ramda__WEBPACK_IMPORTED_MODULE_2__["default"])(ramda__WEBPACK_IMPORTED_MODULE_3__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])('Function')), _isGeneratorFunction_js__WEBPACK_IMPORTED_MODULE_4__["default"], _isAsyncFunction_js__WEBPACK_IMPORTED_MODULE_5__["default"]]);
1934
1934
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isFunction);
1935
1935
 
1936
- /***/ }),
1936
+ /***/ },
1937
1937
 
1938
- /***/ 7057:
1939
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1938
+ /***/ 7057
1939
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1940
1940
 
1941
1941
  __webpack_require__.r(__webpack_exports__);
1942
1942
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1954,10 +1954,10 @@ function _prop(p, obj) {
1954
1954
  }
1955
1955
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_prop);
1956
1956
 
1957
- /***/ }),
1957
+ /***/ },
1958
1958
 
1959
- /***/ 7117:
1960
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1959
+ /***/ 7117
1960
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1961
1961
 
1962
1962
  __webpack_require__.r(__webpack_exports__);
1963
1963
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1967,10 +1967,10 @@ function _isTransformer(obj) {
1967
1967
  return obj != null && typeof obj['@@transducer/step'] === 'function';
1968
1968
  }
1969
1969
 
1970
- /***/ }),
1970
+ /***/ },
1971
1971
 
1972
- /***/ 7444:
1973
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1972
+ /***/ 7444
1973
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
1974
1974
 
1975
1975
  __webpack_require__.r(__webpack_exports__);
1976
1976
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2012,10 +2012,10 @@ var reject = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_1__["d
2012
2012
  });
2013
2013
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (reject);
2014
2014
 
2015
- /***/ }),
2015
+ /***/ },
2016
2016
 
2017
- /***/ 7567:
2018
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2017
+ /***/ 7567
2018
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2019
2019
 
2020
2020
  __webpack_require__.r(__webpack_exports__);
2021
2021
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2061,10 +2061,10 @@ function pipe() {
2061
2061
  return (0,_internal_arity_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arguments[0].length, (0,_reduce_js__WEBPACK_IMPORTED_MODULE_2__["default"])(_internal_pipe_js__WEBPACK_IMPORTED_MODULE_1__["default"], arguments[0], (0,_tail_js__WEBPACK_IMPORTED_MODULE_3__["default"])(arguments)));
2062
2062
  }
2063
2063
 
2064
- /***/ }),
2064
+ /***/ },
2065
2065
 
2066
- /***/ 7700:
2067
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2066
+ /***/ 7700
2067
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2068
2068
 
2069
2069
  __webpack_require__.r(__webpack_exports__);
2070
2070
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2082,10 +2082,10 @@ __webpack_require__.r(__webpack_exports__);
2082
2082
  return n << 0 === n;
2083
2083
  });
2084
2084
 
2085
- /***/ }),
2085
+ /***/ },
2086
2086
 
2087
- /***/ 7783:
2088
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2087
+ /***/ 7783
2088
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2089
2089
 
2090
2090
  __webpack_require__.r(__webpack_exports__);
2091
2091
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2166,10 +2166,10 @@ var keys = typeof Object.keys === 'function' && !hasArgsEnumBug ? /*#__PURE__*/(
2166
2166
  });
2167
2167
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (keys);
2168
2168
 
2169
- /***/ }),
2169
+ /***/ },
2170
2170
 
2171
- /***/ 7797:
2172
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2171
+ /***/ 7797
2172
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2173
2173
 
2174
2174
  __webpack_require__.r(__webpack_exports__);
2175
2175
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2239,10 +2239,10 @@ var reduce = /*#__PURE__*/(0,_internal_curry3_js__WEBPACK_IMPORTED_MODULE_0__["d
2239
2239
  });
2240
2240
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (reduce);
2241
2241
 
2242
- /***/ }),
2242
+ /***/ },
2243
2243
 
2244
- /***/ 7940:
2245
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2244
+ /***/ 7940
2245
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2246
2246
 
2247
2247
  __webpack_require__.r(__webpack_exports__);
2248
2248
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2254,10 +2254,10 @@ function _complement(f) {
2254
2254
  };
2255
2255
  }
2256
2256
 
2257
- /***/ }),
2257
+ /***/ },
2258
2258
 
2259
- /***/ 8080:
2260
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2259
+ /***/ 8080
2260
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2261
2261
 
2262
2262
  __webpack_require__.r(__webpack_exports__);
2263
2263
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2283,10 +2283,10 @@ function _xfilter(f) {
2283
2283
  };
2284
2284
  }
2285
2285
 
2286
- /***/ }),
2286
+ /***/ },
2287
2287
 
2288
- /***/ 8397:
2289
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2288
+ /***/ 8397
2289
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2290
2290
 
2291
2291
  __webpack_require__.r(__webpack_exports__);
2292
2292
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2300,10 +2300,10 @@ __webpack_require__.r(__webpack_exports__);
2300
2300
  class NotImplementedError extends _UnsupportedOperationError_mjs__WEBPACK_IMPORTED_MODULE_0__["default"] {}
2301
2301
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (NotImplementedError);
2302
2302
 
2303
- /***/ }),
2303
+ /***/ },
2304
2304
 
2305
- /***/ 8477:
2306
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2305
+ /***/ 8477
2306
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2307
2307
 
2308
2308
  __webpack_require__.r(__webpack_exports__);
2309
2309
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2322,10 +2322,10 @@ var _toISOString = typeof Date.prototype.toISOString === 'function' ? function _
2322
2322
  };
2323
2323
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_toISOString);
2324
2324
 
2325
- /***/ }),
2325
+ /***/ },
2326
2326
 
2327
- /***/ 8481:
2328
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2327
+ /***/ 8481
2328
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2329
2329
 
2330
2330
  __webpack_require__.r(__webpack_exports__);
2331
2331
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2390,10 +2390,10 @@ var filter = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_1__["d
2390
2390
  }));
2391
2391
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (filter);
2392
2392
 
2393
- /***/ }),
2393
+ /***/ },
2394
2394
 
2395
- /***/ 8772:
2396
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2395
+ /***/ 8772
2396
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2397
2397
 
2398
2398
  __webpack_require__.r(__webpack_exports__);
2399
2399
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2403,10 +2403,10 @@ function _isMap(x) {
2403
2403
  return Object.prototype.toString.call(x) === '[object Map]';
2404
2404
  }
2405
2405
 
2406
- /***/ }),
2406
+ /***/ },
2407
2407
 
2408
- /***/ 8822:
2409
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2408
+ /***/ 8822
2409
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2410
2410
 
2411
2411
  __webpack_require__.r(__webpack_exports__);
2412
2412
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2442,10 +2442,10 @@ __webpack_require__.r(__webpack_exports__);
2442
2442
  var prop = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(_internal_prop_js__WEBPACK_IMPORTED_MODULE_1__["default"]);
2443
2443
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (prop);
2444
2444
 
2445
- /***/ }),
2445
+ /***/ },
2446
2446
 
2447
- /***/ 8938:
2448
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2447
+ /***/ 8938
2448
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2449
2449
 
2450
2450
  __webpack_require__.r(__webpack_exports__);
2451
2451
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2472,10 +2472,10 @@ function _curry1(fn) {
2472
2472
  };
2473
2473
  }
2474
2474
 
2475
- /***/ }),
2475
+ /***/ },
2476
2476
 
2477
- /***/ 9088:
2478
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2477
+ /***/ 9088
2478
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2479
2479
 
2480
2480
  __webpack_require__.r(__webpack_exports__);
2481
2481
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2531,10 +2531,10 @@ function _curry3(fn) {
2531
2531
  };
2532
2532
  }
2533
2533
 
2534
- /***/ }),
2534
+ /***/ },
2535
2535
 
2536
- /***/ 9271:
2537
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2536
+ /***/ 9271
2537
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2538
2538
 
2539
2539
  __webpack_require__.r(__webpack_exports__);
2540
2540
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2586,10 +2586,10 @@ var toString = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__[
2586
2586
  });
2587
2587
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (toString);
2588
2588
 
2589
- /***/ }),
2589
+ /***/ },
2590
2590
 
2591
- /***/ 9498:
2592
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2591
+ /***/ 9498
2592
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2593
2593
 
2594
2594
  __webpack_require__.r(__webpack_exports__);
2595
2595
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2624,10 +2624,10 @@ var always = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0__["d
2624
2624
  });
2625
2625
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (always);
2626
2626
 
2627
- /***/ }),
2627
+ /***/ },
2628
2628
 
2629
- /***/ 9590:
2630
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2629
+ /***/ 9590
2630
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2631
2631
 
2632
2632
  __webpack_require__.r(__webpack_exports__);
2633
2633
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2672,10 +2672,10 @@ var pluck = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_0__["de
2672
2672
  });
2673
2673
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (pluck);
2674
2674
 
2675
- /***/ }),
2675
+ /***/ },
2676
2676
 
2677
- /***/ 9702:
2678
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2677
+ /***/ 9702
2678
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2679
2679
 
2680
2680
  __webpack_require__.r(__webpack_exports__);
2681
2681
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2708,10 +2708,10 @@ __webpack_require__.r(__webpack_exports__);
2708
2708
  var isGeneratorFunction = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(1, (0,ramda__WEBPACK_IMPORTED_MODULE_2__["default"])(ramda__WEBPACK_IMPORTED_MODULE_3__["default"], (0,ramda__WEBPACK_IMPORTED_MODULE_1__["default"])('GeneratorFunction')));
2709
2709
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isGeneratorFunction);
2710
2710
 
2711
- /***/ }),
2711
+ /***/ },
2712
2712
 
2713
- /***/ 9728:
2714
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2713
+ /***/ 9728
2714
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2715
2715
 
2716
2716
  __webpack_require__.r(__webpack_exports__);
2717
2717
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2741,10 +2741,10 @@ function _xMethodReduce(xf, acc, obj, methodName) {
2741
2741
  var _xReduce = /*#__PURE__*/(0,_createReduce_js__WEBPACK_IMPORTED_MODULE_0__["default"])(_xArrayReduce_js__WEBPACK_IMPORTED_MODULE_1__["default"], _xMethodReduce, _xIterableReduce);
2742
2742
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_xReduce);
2743
2743
 
2744
- /***/ }),
2744
+ /***/ },
2745
2745
 
2746
- /***/ 9784:
2747
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2746
+ /***/ 9784
2747
+ (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
2748
2748
 
2749
2749
  __webpack_require__.r(__webpack_exports__);
2750
2750
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -2809,7 +2809,7 @@ var curryN = /*#__PURE__*/(0,_internal_curry2_js__WEBPACK_IMPORTED_MODULE_2__["d
2809
2809
  });
2810
2810
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (curryN);
2811
2811
 
2812
- /***/ })
2812
+ /***/ }
2813
2813
 
2814
2814
  /******/ });
2815
2815
  /************************************************************************/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speclynx/apidom-parser",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Parser consumes parser adapters and provides unified API for parsing.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -39,9 +39,9 @@
39
39
  "license": "Apache-2.0",
40
40
  "dependencies": {
41
41
  "@babel/runtime-corejs3": "^7.28.4",
42
- "@speclynx/apidom-core": "^2.2.2",
43
- "@speclynx/apidom-datamodel": "^2.2.2",
44
- "@speclynx/apidom-error": "^2.2.2",
42
+ "@speclynx/apidom-core": "^2.2.3",
43
+ "@speclynx/apidom-datamodel": "^2.2.3",
44
+ "@speclynx/apidom-error": "^2.2.3",
45
45
  "ramda": "~0.32.0",
46
46
  "ramda-adjunct": "^6.0.0"
47
47
  },
@@ -55,5 +55,5 @@
55
55
  "README.md",
56
56
  "CHANGELOG.md"
57
57
  ],
58
- "gitHead": "220dbc19c94e58d28ea05d05c4eaf2f5dc0c5fbc"
58
+ "gitHead": "e08f97d01904015b1cf621e093145fe55de0d02d"
59
59
  }