@swagger-api/apidom-parser-adapter-api-design-systems-json 0.78.0 → 0.80.0
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,14 @@
|
|
|
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
|
+
# [0.80.0](https://github.com/swagger-api/apidom/compare/v0.79.0...v0.80.0) (2023-10-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-json
|
|
9
|
+
|
|
10
|
+
# [0.79.0](https://github.com/swagger-api/apidom/compare/v0.78.0...v0.79.0) (2023-10-24)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-json
|
|
13
|
+
|
|
6
14
|
# [0.78.0](https://github.com/swagger-api/apidom/compare/v0.77.0...v0.78.0) (2023-10-17)
|
|
7
15
|
|
|
8
16
|
### Bug Fixes
|
|
@@ -14726,7 +14726,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14726
14726
|
/* harmony export */ mergeAll: () => (/* binding */ mergeAll),
|
|
14727
14727
|
/* harmony export */ visit: () => (/* binding */ visit)
|
|
14728
14728
|
/* harmony export */ });
|
|
14729
|
-
/* harmony import */ var _swagger_api_apidom_error__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14729
|
+
/* harmony import */ var _swagger_api_apidom_error__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9985);
|
|
14730
14730
|
|
|
14731
14731
|
|
|
14732
14732
|
/**
|
|
@@ -14997,7 +14997,9 @@ visitor, {
|
|
|
14997
14997
|
let result;
|
|
14998
14998
|
if (!Array.isArray(node)) {
|
|
14999
14999
|
if (!nodePredicate(node)) {
|
|
15000
|
-
throw new _swagger_api_apidom_error__WEBPACK_IMPORTED_MODULE_0__["default"](`Invalid AST Node: ${
|
|
15000
|
+
throw new _swagger_api_apidom_error__WEBPACK_IMPORTED_MODULE_0__["default"](`Invalid AST Node: ${String(node)}`, {
|
|
15001
|
+
node
|
|
15002
|
+
});
|
|
15001
15003
|
}
|
|
15002
15004
|
|
|
15003
15005
|
// cycle detected; skipping over a sub-tree to avoid recursion
|
|
@@ -15146,7 +15148,9 @@ visitor, {
|
|
|
15146
15148
|
let result;
|
|
15147
15149
|
if (!Array.isArray(node)) {
|
|
15148
15150
|
if (!nodePredicate(node)) {
|
|
15149
|
-
throw new _swagger_api_apidom_error__WEBPACK_IMPORTED_MODULE_0__["default"](`Invalid AST Node:
|
|
15151
|
+
throw new _swagger_api_apidom_error__WEBPACK_IMPORTED_MODULE_0__["default"](`Invalid AST Node: ${String(node)}`, {
|
|
15152
|
+
node
|
|
15153
|
+
});
|
|
15150
15154
|
}
|
|
15151
15155
|
|
|
15152
15156
|
// cycle detected; skipping over a sub-tree to avoid recursion
|
|
@@ -15228,7 +15232,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15228
15232
|
/* harmony export */ });
|
|
15229
15233
|
/* harmony import */ var _swagger_api_apidom_error__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9985);
|
|
15230
15234
|
|
|
15231
|
-
class CloneError extends _swagger_api_apidom_error__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
15235
|
+
class CloneError extends _swagger_api_apidom_error__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
15236
|
+
constructor(message, structuredOptions) {
|
|
15237
|
+
super(message, structuredOptions);
|
|
15238
|
+
if (typeof structuredOptions !== 'undefined') {
|
|
15239
|
+
this.value = structuredOptions.source;
|
|
15240
|
+
}
|
|
15241
|
+
}
|
|
15242
|
+
}
|
|
15232
15243
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (CloneError);
|
|
15233
15244
|
|
|
15234
15245
|
/***/ }),
|
|
@@ -15273,32 +15284,72 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15273
15284
|
/* harmony export */ cloneShallow: () => (/* binding */ cloneShallow)
|
|
15274
15285
|
/* harmony export */ });
|
|
15275
15286
|
/* harmony import */ var minim__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7952);
|
|
15276
|
-
/* harmony import */ var
|
|
15277
|
-
/* harmony import */ var
|
|
15287
|
+
/* harmony import */ var _predicates_index_mjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6903);
|
|
15288
|
+
/* harmony import */ var _errors_DeepCloneError_mjs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4646);
|
|
15278
15289
|
/* harmony import */ var _errors_ShallowCloneError_mjs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(219);
|
|
15279
15290
|
|
|
15280
15291
|
|
|
15281
15292
|
|
|
15282
15293
|
|
|
15283
|
-
const
|
|
15284
|
-
|
|
15285
|
-
|
|
15294
|
+
const cloneDeep = (value, options = {}) => {
|
|
15295
|
+
const {
|
|
15296
|
+
visited = new WeakMap()
|
|
15297
|
+
} = options;
|
|
15298
|
+
const passThroughOptions = {
|
|
15299
|
+
...options,
|
|
15300
|
+
visited
|
|
15301
|
+
};
|
|
15302
|
+
|
|
15303
|
+
// detect cycle and return memoized value
|
|
15304
|
+
if (visited.has(value)) {
|
|
15305
|
+
return visited.get(value);
|
|
15306
|
+
}
|
|
15307
|
+
if (value instanceof minim__WEBPACK_IMPORTED_MODULE_0__.KeyValuePair) {
|
|
15308
|
+
const {
|
|
15309
|
+
key,
|
|
15310
|
+
value: val
|
|
15311
|
+
} = value;
|
|
15312
|
+
const keyCopy = (0,_predicates_index_mjs__WEBPACK_IMPORTED_MODULE_1__.isElement)(key) ? cloneDeep(key, passThroughOptions) : key;
|
|
15313
|
+
const valueCopy = (0,_predicates_index_mjs__WEBPACK_IMPORTED_MODULE_1__.isElement)(val) ? cloneDeep(val, passThroughOptions) : val;
|
|
15314
|
+
const copy = new minim__WEBPACK_IMPORTED_MODULE_0__.KeyValuePair(keyCopy, valueCopy);
|
|
15315
|
+
visited.set(value, copy);
|
|
15316
|
+
return copy;
|
|
15286
15317
|
}
|
|
15287
|
-
return value;
|
|
15288
|
-
};
|
|
15289
|
-
const cloneDeep = value => {
|
|
15290
15318
|
if (value instanceof minim__WEBPACK_IMPORTED_MODULE_0__.ObjectSlice) {
|
|
15291
|
-
const
|
|
15292
|
-
|
|
15319
|
+
const mapper = element => cloneDeep(element, passThroughOptions);
|
|
15320
|
+
const items = [...value].map(mapper);
|
|
15321
|
+
const copy = new minim__WEBPACK_IMPORTED_MODULE_0__.ObjectSlice(items);
|
|
15322
|
+
visited.set(value, copy);
|
|
15323
|
+
return copy;
|
|
15293
15324
|
}
|
|
15294
15325
|
if (value instanceof minim__WEBPACK_IMPORTED_MODULE_0__.ArraySlice) {
|
|
15295
|
-
const
|
|
15296
|
-
|
|
15326
|
+
const mapper = element => cloneDeep(element, passThroughOptions);
|
|
15327
|
+
const items = [...value].map(mapper);
|
|
15328
|
+
const copy = new minim__WEBPACK_IMPORTED_MODULE_0__.ArraySlice(items);
|
|
15329
|
+
visited.set(value, copy);
|
|
15330
|
+
return copy;
|
|
15297
15331
|
}
|
|
15298
|
-
if (
|
|
15299
|
-
|
|
15332
|
+
if ((0,_predicates_index_mjs__WEBPACK_IMPORTED_MODULE_1__.isElement)(value)) {
|
|
15333
|
+
const copy = cloneShallow(value); // eslint-disable-line @typescript-eslint/no-use-before-define
|
|
15334
|
+
|
|
15335
|
+
visited.set(value, copy);
|
|
15336
|
+
if (value.content) {
|
|
15337
|
+
if ((0,_predicates_index_mjs__WEBPACK_IMPORTED_MODULE_1__.isElement)(value.content)) {
|
|
15338
|
+
copy.content = cloneDeep(value.content, passThroughOptions);
|
|
15339
|
+
} else if (value.content instanceof minim__WEBPACK_IMPORTED_MODULE_0__.KeyValuePair) {
|
|
15340
|
+
copy.content = cloneDeep(value.content, passThroughOptions);
|
|
15341
|
+
} else if (Array.isArray(value.content)) {
|
|
15342
|
+
const mapper = element => cloneDeep(element, passThroughOptions);
|
|
15343
|
+
copy.content = value.content.map(mapper);
|
|
15344
|
+
} else {
|
|
15345
|
+
copy.content = value.content;
|
|
15346
|
+
}
|
|
15347
|
+
} else {
|
|
15348
|
+
copy.content = value.content;
|
|
15349
|
+
}
|
|
15350
|
+
return copy;
|
|
15300
15351
|
}
|
|
15301
|
-
throw new
|
|
15352
|
+
throw new _errors_DeepCloneError_mjs__WEBPACK_IMPORTED_MODULE_2__["default"]("Value provided to cloneDeep function couldn't be cloned", {
|
|
15302
15353
|
value
|
|
15303
15354
|
});
|
|
15304
15355
|
};
|
|
@@ -15336,7 +15387,7 @@ const cloneShallowElement = element => {
|
|
|
15336
15387
|
if (element.attributes.length > 0) {
|
|
15337
15388
|
copy._attributes = cloneDeep(element.attributes);
|
|
15338
15389
|
}
|
|
15339
|
-
if ((0,
|
|
15390
|
+
if ((0,_predicates_index_mjs__WEBPACK_IMPORTED_MODULE_1__.isElement)(element.content)) {
|
|
15340
15391
|
const content = element.content;
|
|
15341
15392
|
copy.content = cloneShallowElement(content);
|
|
15342
15393
|
} else if (Array.isArray(element.content)) {
|
|
@@ -15360,7 +15411,7 @@ const cloneShallow = value => {
|
|
|
15360
15411
|
if (value instanceof minim__WEBPACK_IMPORTED_MODULE_0__.ArraySlice) {
|
|
15361
15412
|
return cloneShallowArraySlice(value);
|
|
15362
15413
|
}
|
|
15363
|
-
if ((0,
|
|
15414
|
+
if ((0,_predicates_index_mjs__WEBPACK_IMPORTED_MODULE_1__.isElement)(value)) {
|
|
15364
15415
|
return cloneShallowElement(value);
|
|
15365
15416
|
}
|
|
15366
15417
|
throw new _errors_ShallowCloneError_mjs__WEBPACK_IMPORTED_MODULE_3__["default"]("Value provided to cloneShallow function couldn't be cloned", {
|
|
@@ -15604,19 +15655,25 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15604
15655
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
15605
15656
|
/* harmony export */ isElementType: () => (/* binding */ isElementType)
|
|
15606
15657
|
/* harmony export */ });
|
|
15607
|
-
|
|
15608
|
-
|
|
15609
|
-
const
|
|
15610
|
-
|
|
15611
|
-
return (obj === null || obj === void 0 || (_obj$primitive = obj.primitive) === null || _obj$primitive === void 0 ? void 0 : _obj$primitive.call(obj)) === val;
|
|
15658
|
+
/* harmony import */ var minim__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7952);
|
|
15659
|
+
|
|
15660
|
+
const hasMethod = (name, element) => {
|
|
15661
|
+
return typeof element === 'object' && element !== null && name in element && typeof element[name] === 'function';
|
|
15612
15662
|
};
|
|
15613
|
-
const
|
|
15614
|
-
|
|
15615
|
-
|
|
15663
|
+
const hasBasicElementProps = element => typeof element === 'object' && element != null && '_storedElement' in element && typeof element._storedElement === 'string' &&
|
|
15664
|
+
// eslint-disable-line no-underscore-dangle
|
|
15665
|
+
'_content' in element;
|
|
15666
|
+
const primitiveEq = (val, element) => {
|
|
15667
|
+
if (typeof element === 'object' && element !== null && 'primitive' in element) {
|
|
15668
|
+
return typeof element.primitive === 'function' && element.primitive() === val;
|
|
15669
|
+
}
|
|
15670
|
+
return false;
|
|
15616
15671
|
};
|
|
15617
|
-
const
|
|
15672
|
+
const hasClass = (cls, element) => {
|
|
15673
|
+
return typeof element === 'object' && element !== null && 'classes' in element && (Array.isArray(element.classes) || element.classes instanceof minim__WEBPACK_IMPORTED_MODULE_0__.ArrayElement) && element.classes.includes(cls);
|
|
15674
|
+
};
|
|
15675
|
+
const isElementType = (name, element) => typeof element === 'object' && element !== null && 'element' in element && element.element === name;
|
|
15618
15676
|
const createPredicate = predicateCreator => {
|
|
15619
|
-
// @ts-ignore
|
|
15620
15677
|
return predicateCreator({
|
|
15621
15678
|
hasMethod,
|
|
15622
15679
|
hasBasicElementProps,
|
|
@@ -15767,8 +15824,7 @@ const isPrimitiveElement = element => {
|
|
|
15767
15824
|
return (0,_helpers_mjs__WEBPACK_IMPORTED_MODULE_1__.isElementType)('object', element) || (0,_helpers_mjs__WEBPACK_IMPORTED_MODULE_1__.isElementType)('array', element) || (0,_helpers_mjs__WEBPACK_IMPORTED_MODULE_1__.isElementType)('boolean', element) || (0,_helpers_mjs__WEBPACK_IMPORTED_MODULE_1__.isElementType)('number', element) || (0,_helpers_mjs__WEBPACK_IMPORTED_MODULE_1__.isElementType)('string', element) || (0,_helpers_mjs__WEBPACK_IMPORTED_MODULE_1__.isElementType)('null', element) || (0,_helpers_mjs__WEBPACK_IMPORTED_MODULE_1__.isElementType)('member', element);
|
|
15768
15825
|
};
|
|
15769
15826
|
const hasElementSourceMap = element => {
|
|
15770
|
-
|
|
15771
|
-
return isSourceMapElement(element === null || element === void 0 || (_element$meta = element.meta) === null || _element$meta === void 0 || (_element$meta$get = _element$meta.get) === null || _element$meta$get === void 0 ? void 0 : _element$meta$get.call(_element$meta, 'sourceMap'));
|
|
15827
|
+
return isSourceMapElement(element.meta.get('sourceMap'));
|
|
15772
15828
|
};
|
|
15773
15829
|
const includesSymbols = (symbols, element) => {
|
|
15774
15830
|
if (symbols.length === 0) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.apidomParserAdapterApiDesignSystemsJson=e():t.apidomParserAdapterApiDesignSystemsJson=e()}(self,(()=>(()=>{var t={42:(t,e,r)=>{"use strict";var n=r(5846);t.exports=n},6791:(t,e,r)=>{"use strict";r(4339),r(4242),r(4016),r(8939),r(5454);var n=r(7545);t.exports=n.AggregateError},6762:(t,e,r)=>{"use strict";t.exports=r(3028)},3028:(t,e,r)=>{"use strict";r(2752);var n=r(42);t.exports=n},6235:(t,e,r)=>{"use strict";var n=r(6447),s=r(9288),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(s(t)+" is not a function")}},7757:(t,e,r)=>{"use strict";var n=r(6447),s=String,i=TypeError;t.exports=function(t){if("object"==typeof t||n(t))return t;throw new i("Can't set "+s(t)+" as a prototype")}},7423:t=>{"use strict";t.exports=function(){}},1138:(t,e,r)=>{"use strict";var n=r(5744),s=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(s(t)+" is not an object")}},8180:(t,e,r)=>{"use strict";var n=r(101),s=r(7739),i=r(4104),o=function(t){return function(e,r,o){var a,c=n(e),u=i(c),l=s(o,u);if(t&&r!=r){for(;u>l;)if((a=c[l++])!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===r)return t||l||0;return!t&&-1}};t.exports={includes:o(!0),indexOf:o(!1)}},9272:(t,e,r)=>{"use strict";var n=r(4120),s=n({}.toString),i=n("".slice);t.exports=function(t){return i(s(t),8,-1)}},4696:(t,e,r)=>{"use strict";var n=r(3471),s=r(6447),i=r(9272),o=r(8182)("toStringTag"),a=Object,c="Arguments"===i(function(){return arguments}());t.exports=n?i:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=a(t),o))?r:c?i(e):"Object"===(n=i(e))&&s(e.callee)?"Arguments":n}},7987:(t,e,r)=>{"use strict";var n=r(4500),s=r(3011),i=r(5141),o=r(2760);t.exports=function(t,e,r){for(var a=s(e),c=o.f,u=i.f,l=0;l<a.length;l++){var p=a[l];n(t,p)||r&&n(r,p)||c(t,p,u(e,p))}}},4635:(t,e,r)=>{"use strict";var n=r(6192);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},7271:t=>{"use strict";t.exports=function(t,e){return{value:t,done:e}}},8711:(t,e,r)=>{"use strict";var n=r(69),s=r(2760),i=r(774);t.exports=n?function(t,e,r){return s.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},774:t=>{"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},9362:(t,e,r)=>{"use strict";var n=r(8711);t.exports=function(t,e,r,s){return s&&s.enumerable?t[e]=r:n(t,e,r),t}},5098:(t,e,r)=>{"use strict";var n=r(8576),s=Object.defineProperty;t.exports=function(t,e){try{s(n,t,{value:e,configurable:!0,writable:!0})}catch(r){n[t]=e}return e}},69:(t,e,r)=>{"use strict";var n=r(6192);t.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8382:t=>{"use strict";var e="object"==typeof document&&document.all,r=void 0===e&&void 0!==e;t.exports={all:e,IS_HTMLDDA:r}},7449:(t,e,r)=>{"use strict";var n=r(8576),s=r(5744),i=n.document,o=s(i)&&s(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},7365:t=>{"use strict";t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8989:t=>{"use strict";t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},4218:(t,e,r)=>{"use strict";var n,s,i=r(8576),o=r(8989),a=i.process,c=i.Deno,u=a&&a.versions||c&&c.version,l=u&&u.v8;l&&(s=(n=l.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!s&&o&&(!(n=o.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=o.match(/Chrome\/(\d+)/))&&(s=+n[1]),t.exports=s},2952:t=>{"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},4503:(t,e,r)=>{"use strict";var n=r(4120),s=Error,i=n("".replace),o=String(new s("zxcasd").stack),a=/\n\s*at [^:]*:[^\n]*/,c=a.test(o);t.exports=function(t,e){if(c&&"string"==typeof t&&!s.prepareStackTrace)for(;e--;)t=i(t,a,"");return t}},8266:(t,e,r)=>{"use strict";var n=r(8711),s=r(4503),i=r(274),o=Error.captureStackTrace;t.exports=function(t,e,r,a){i&&(o?o(t,e):n(t,"stack",s(r,a)))}},274:(t,e,r)=>{"use strict";var n=r(6192),s=r(774);t.exports=!n((function(){var t=new Error("a");return!("stack"in t)||(Object.defineProperty(t,"stack",s(1,7)),7!==t.stack)}))},3085:(t,e,r)=>{"use strict";var n=r(8576),s=r(6298),i=r(4914),o=r(6447),a=r(5141).f,c=r(9245),u=r(7545),l=r(8043),p=r(8711),f=r(4500),h=function(t){var e=function(r,n,i){if(this instanceof e){switch(arguments.length){case 0:return new t;case 1:return new t(r);case 2:return new t(r,n)}return new t(r,n,i)}return s(t,this,arguments)};return e.prototype=t.prototype,e};t.exports=function(t,e){var r,s,_,d,m,y,g,v,b,w=t.target,E=t.global,x=t.stat,j=t.proto,S=E?n:x?n[w]:(n[w]||{}).prototype,A=E?u:u[w]||p(u,w,{})[w],O=A.prototype;for(d in e)s=!(r=c(E?d:w+(x?".":"#")+d,t.forced))&&S&&f(S,d),y=A[d],s&&(g=t.dontCallGetSet?(b=a(S,d))&&b.value:S[d]),m=s&&g?g:e[d],s&&typeof y==typeof m||(v=t.bind&&s?l(m,n):t.wrap&&s?h(m):j&&o(m)?i(m):m,(t.sham||m&&m.sham||y&&y.sham)&&p(v,"sham",!0),p(A,d,v),j&&(f(u,_=w+"Prototype")||p(u,_,{}),p(u[_],d,m),t.real&&O&&(r||!O[d])&&p(O,d,m)))}},6192:t=>{"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},6298:(t,e,r)=>{"use strict";var n=r(2784),s=Function.prototype,i=s.apply,o=s.call;t.exports="object"==typeof Reflect&&Reflect.apply||(n?o.bind(i):function(){return o.apply(i,arguments)})},8043:(t,e,r)=>{"use strict";var n=r(4914),s=r(6235),i=r(2784),o=n(n.bind);t.exports=function(t,e){return s(t),void 0===e?t:i?o(t,e):function(){return t.apply(e,arguments)}}},2784:(t,e,r)=>{"use strict";var n=r(6192);t.exports=!n((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},8922:(t,e,r)=>{"use strict";var n=r(2784),s=Function.prototype.call;t.exports=n?s.bind(s):function(){return s.apply(s,arguments)}},2282:(t,e,r)=>{"use strict";var n=r(69),s=r(4500),i=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,a=s(i,"name"),c=a&&"something"===function(){}.name,u=a&&(!n||n&&o(i,"name").configurable);t.exports={EXISTS:a,PROPER:c,CONFIGURABLE:u}},6419:(t,e,r)=>{"use strict";var n=r(4120),s=r(6235);t.exports=function(t,e,r){try{return n(s(Object.getOwnPropertyDescriptor(t,e)[r]))}catch(t){}}},4914:(t,e,r)=>{"use strict";var n=r(9272),s=r(4120);t.exports=function(t){if("Function"===n(t))return s(t)}},4120:(t,e,r)=>{"use strict";var n=r(2784),s=Function.prototype,i=s.call,o=n&&s.bind.bind(i,i);t.exports=n?o:function(t){return function(){return i.apply(t,arguments)}}},150:(t,e,r)=>{"use strict";var n=r(7545),s=r(8576),i=r(6447),o=function(t){return i(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?o(n[t])||o(s[t]):n[t]&&n[t][e]||s[t]&&s[t][e]}},8703:(t,e,r)=>{"use strict";var n=r(4696),s=r(5037),i=r(5646),o=r(7771),a=r(8182)("iterator");t.exports=function(t){if(!i(t))return s(t,a)||s(t,"@@iterator")||o[n(t)]}},1669:(t,e,r)=>{"use strict";var n=r(8922),s=r(6235),i=r(1138),o=r(9288),a=r(8703),c=TypeError;t.exports=function(t,e){var r=arguments.length<2?a(t):e;if(s(r))return i(n(r,t));throw new c(o(t)+" is not iterable")}},5037:(t,e,r)=>{"use strict";var n=r(6235),s=r(5646);t.exports=function(t,e){var r=t[e];return s(r)?void 0:n(r)}},8576:function(t,e,r){"use strict";var n=function(t){return t&&t.Math===Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||function(){return this}()||this||Function("return this")()},4500:(t,e,r)=>{"use strict";var n=r(4120),s=r(1795),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(s(t),e)}},4535:t=>{"use strict";t.exports={}},7403:(t,e,r)=>{"use strict";var n=r(150);t.exports=n("document","documentElement")},188:(t,e,r)=>{"use strict";var n=r(69),s=r(6192),i=r(7449);t.exports=!n&&!s((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},2202:(t,e,r)=>{"use strict";var n=r(4120),s=r(6192),i=r(9272),o=Object,a=n("".split);t.exports=s((function(){return!o("z").propertyIsEnumerable(0)}))?function(t){return"String"===i(t)?a(t,""):o(t)}:o},2643:(t,e,r)=>{"use strict";var n=r(6447),s=r(5744),i=r(4469);t.exports=function(t,e,r){var o,a;return i&&n(o=e.constructor)&&o!==r&&s(a=o.prototype)&&a!==r.prototype&&i(t,a),t}},273:(t,e,r)=>{"use strict";var n=r(5744),s=r(8711);t.exports=function(t,e){n(e)&&"cause"in e&&s(t,"cause",e.cause)}},3326:(t,e,r)=>{"use strict";var n,s,i,o=r(5278),a=r(8576),c=r(5744),u=r(8711),l=r(4500),p=r(6434),f=r(9766),h=r(4535),_="Object already initialized",d=a.TypeError,m=a.WeakMap;if(o||p.state){var y=p.state||(p.state=new m);y.get=y.get,y.has=y.has,y.set=y.set,n=function(t,e){if(y.has(t))throw new d(_);return e.facade=t,y.set(t,e),e},s=function(t){return y.get(t)||{}},i=function(t){return y.has(t)}}else{var g=f("state");h[g]=!0,n=function(t,e){if(l(t,g))throw new d(_);return e.facade=t,u(t,g,e),e},s=function(t){return l(t,g)?t[g]:{}},i=function(t){return l(t,g)}}t.exports={set:n,get:s,has:i,enforce:function(t){return i(t)?s(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!c(e)||(r=s(e)).type!==t)throw new d("Incompatible receiver, "+t+" required");return r}}}},6109:(t,e,r)=>{"use strict";var n=r(8182),s=r(7771),i=n("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(s.Array===t||o[i]===t)}},6447:(t,e,r)=>{"use strict";var n=r(8382),s=n.all;t.exports=n.IS_HTMLDDA?function(t){return"function"==typeof t||t===s}:function(t){return"function"==typeof t}},9245:(t,e,r)=>{"use strict";var n=r(6192),s=r(6447),i=/#|\.prototype\./,o=function(t,e){var r=c[a(t)];return r===l||r!==u&&(s(e)?n(e):!!e)},a=o.normalize=function(t){return String(t).replace(i,".").toLowerCase()},c=o.data={},u=o.NATIVE="N",l=o.POLYFILL="P";t.exports=o},5646:t=>{"use strict";t.exports=function(t){return null==t}},5744:(t,e,r)=>{"use strict";var n=r(6447),s=r(8382),i=s.all;t.exports=s.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:n(t)||t===i}:function(t){return"object"==typeof t?null!==t:n(t)}},5546:t=>{"use strict";t.exports=!0},3236:(t,e,r)=>{"use strict";var n=r(150),s=r(6447),i=r(8902),o=r(615),a=Object;t.exports=o?function(t){return"symbol"==typeof t}:function(t){var e=n("Symbol");return s(e)&&i(e.prototype,a(t))}},3442:(t,e,r)=>{"use strict";var n=r(8043),s=r(8922),i=r(1138),o=r(9288),a=r(6109),c=r(4104),u=r(8902),l=r(1669),p=r(8703),f=r(6639),h=TypeError,_=function(t,e){this.stopped=t,this.result=e},d=_.prototype;t.exports=function(t,e,r){var m,y,g,v,b,w,E,x=r&&r.that,j=!(!r||!r.AS_ENTRIES),S=!(!r||!r.IS_RECORD),A=!(!r||!r.IS_ITERATOR),O=!(!r||!r.INTERRUPTED),P=n(e,x),k=function(t){return m&&f(m,"normal",t),new _(!0,t)},I=function(t){return j?(i(t),O?P(t[0],t[1],k):P(t[0],t[1])):O?P(t,k):P(t)};if(S)m=t.iterator;else if(A)m=t;else{if(!(y=p(t)))throw new h(o(t)+" is not iterable");if(a(y)){for(g=0,v=c(t);v>g;g++)if((b=I(t[g]))&&u(d,b))return b;return new _(!1)}m=l(t,y)}for(w=S?t.next:m.next;!(E=s(w,m)).done;){try{b=I(E.value)}catch(t){f(m,"throw",t)}if("object"==typeof b&&b&&u(d,b))return b}return new _(!1)}},6639:(t,e,r)=>{"use strict";var n=r(8922),s=r(1138),i=r(5037);t.exports=function(t,e,r){var o,a;s(t);try{if(!(o=i(t,"return"))){if("throw"===e)throw r;return r}o=n(o,t)}catch(t){a=!0,o=t}if("throw"===e)throw r;if(a)throw o;return s(o),r}},5695:(t,e,r)=>{"use strict";var n=r(4413).IteratorPrototype,s=r(2853),i=r(774),o=r(1284),a=r(7771),c=function(){return this};t.exports=function(t,e,r,u){var l=e+" Iterator";return t.prototype=s(n,{next:i(+!u,r)}),o(t,l,!1,!0),a[l]=c,t}},5297:(t,e,r)=>{"use strict";var n=r(3085),s=r(8922),i=r(5546),o=r(2282),a=r(6447),c=r(5695),u=r(9341),l=r(4469),p=r(1284),f=r(8711),h=r(9362),_=r(8182),d=r(7771),m=r(4413),y=o.PROPER,g=o.CONFIGURABLE,v=m.IteratorPrototype,b=m.BUGGY_SAFARI_ITERATORS,w=_("iterator"),E="keys",x="values",j="entries",S=function(){return this};t.exports=function(t,e,r,o,_,m,A){c(r,e,o);var O,P,k,I=function(t){if(t===_&&C)return C;if(!b&&t&&t in T)return T[t];switch(t){case E:case x:case j:return function(){return new r(this,t)}}return function(){return new r(this)}},N=e+" Iterator",M=!1,T=t.prototype,R=T[w]||T["@@iterator"]||_&&T[_],C=!b&&R||I(_),F="Array"===e&&T.entries||R;if(F&&(O=u(F.call(new t)))!==Object.prototype&&O.next&&(i||u(O)===v||(l?l(O,v):a(O[w])||h(O,w,S)),p(O,N,!0,!0),i&&(d[N]=S)),y&&_===x&&R&&R.name!==x&&(!i&&g?f(T,"name",x):(M=!0,C=function(){return s(R,this)})),_)if(P={values:I(x),keys:m?C:I(E),entries:I(j)},A)for(k in P)(b||M||!(k in T))&&h(T,k,P[k]);else n({target:e,proto:!0,forced:b||M},P);return i&&!A||T[w]===C||h(T,w,C,{name:_}),d[e]=C,P}},4413:(t,e,r)=>{"use strict";var n,s,i,o=r(6192),a=r(6447),c=r(5744),u=r(2853),l=r(9341),p=r(9362),f=r(8182),h=r(5546),_=f("iterator"),d=!1;[].keys&&("next"in(i=[].keys())?(s=l(l(i)))!==Object.prototype&&(n=s):d=!0),!c(n)||o((function(){var t={};return n[_].call(t)!==t}))?n={}:h&&(n=u(n)),a(n[_])||p(n,_,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:d}},7771:t=>{"use strict";t.exports={}},4104:(t,e,r)=>{"use strict";var n=r(8445);t.exports=function(t){return n(t.length)}},7679:t=>{"use strict";var e=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?r:e)(n)}},6016:(t,e,r)=>{"use strict";var n=r(4845);t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:n(t)}},2853:(t,e,r)=>{"use strict";var n,s=r(1138),i=r(1187),o=r(2952),a=r(4535),c=r(7403),u=r(7449),l=r(9766),p="prototype",f="script",h=l("IE_PROTO"),_=function(){},d=function(t){return"<"+f+">"+t+"</"+f+">"},m=function(t){t.write(d("")),t.close();var e=t.parentWindow.Object;return t=null,e},y=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,e,r;y="undefined"!=typeof document?document.domain&&n?m(n):(e=u("iframe"),r="java"+f+":",e.style.display="none",c.appendChild(e),e.src=String(r),(t=e.contentWindow.document).open(),t.write(d("document.F=Object")),t.close(),t.F):m(n);for(var s=o.length;s--;)delete y[p][o[s]];return y()};a[h]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(_[p]=s(t),r=new _,_[p]=null,r[h]=t):r=y(),void 0===e?r:i.f(r,e)}},1187:(t,e,r)=>{"use strict";var n=r(69),s=r(9600),i=r(2760),o=r(1138),a=r(101),c=r(7653);e.f=n&&!s?Object.defineProperties:function(t,e){o(t);for(var r,n=a(e),s=c(e),u=s.length,l=0;u>l;)i.f(t,r=s[l++],n[r]);return t}},2760:(t,e,r)=>{"use strict";var n=r(69),s=r(188),i=r(9600),o=r(1138),a=r(77),c=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,p="enumerable",f="configurable",h="writable";e.f=n?i?function(t,e,r){if(o(t),e=a(e),o(r),"function"==typeof t&&"prototype"===e&&"value"in r&&h in r&&!r[h]){var n=l(t,e);n&&n[h]&&(t[e]=r.value,r={configurable:f in r?r[f]:n[f],enumerable:p in r?r[p]:n[p],writable:!1})}return u(t,e,r)}:u:function(t,e,r){if(o(t),e=a(e),o(r),s)try{return u(t,e,r)}catch(t){}if("get"in r||"set"in r)throw new c("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},5141:(t,e,r)=>{"use strict";var n=r(69),s=r(8922),i=r(6007),o=r(774),a=r(101),c=r(77),u=r(4500),l=r(188),p=Object.getOwnPropertyDescriptor;e.f=n?p:function(t,e){if(t=a(t),e=c(e),l)try{return p(t,e)}catch(t){}if(u(t,e))return o(!s(i.f,t,e),t[e])}},2092:(t,e,r)=>{"use strict";var n=r(7934),s=r(2952).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,s)}},4750:(t,e)=>{"use strict";e.f=Object.getOwnPropertySymbols},9341:(t,e,r)=>{"use strict";var n=r(4500),s=r(6447),i=r(1795),o=r(9766),a=r(4635),c=o("IE_PROTO"),u=Object,l=u.prototype;t.exports=a?u.getPrototypeOf:function(t){var e=i(t);if(n(e,c))return e[c];var r=e.constructor;return s(r)&&e instanceof r?r.prototype:e instanceof u?l:null}},8902:(t,e,r)=>{"use strict";var n=r(4120);t.exports=n({}.isPrototypeOf)},7934:(t,e,r)=>{"use strict";var n=r(4120),s=r(4500),i=r(101),o=r(8180).indexOf,a=r(4535),c=n([].push);t.exports=function(t,e){var r,n=i(t),u=0,l=[];for(r in n)!s(a,r)&&s(n,r)&&c(l,r);for(;e.length>u;)s(n,r=e[u++])&&(~o(l,r)||c(l,r));return l}},7653:(t,e,r)=>{"use strict";var n=r(7934),s=r(2952);t.exports=Object.keys||function(t){return n(t,s)}},6007:(t,e)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,s=n&&!r.call({1:2},1);e.f=s?function(t){var e=n(this,t);return!!e&&e.enumerable}:r},4469:(t,e,r)=>{"use strict";var n=r(6419),s=r(1138),i=r(7757);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=n(Object.prototype,"__proto__","set"))(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return s(r),i(n),e?t(r,n):r.__proto__=n,r}}():void 0)},158:(t,e,r)=>{"use strict";var n=r(3471),s=r(4696);t.exports=n?{}.toString:function(){return"[object "+s(this)+"]"}},380:(t,e,r)=>{"use strict";var n=r(8922),s=r(6447),i=r(5744),o=TypeError;t.exports=function(t,e){var r,a;if("string"===e&&s(r=t.toString)&&!i(a=n(r,t)))return a;if(s(r=t.valueOf)&&!i(a=n(r,t)))return a;if("string"!==e&&s(r=t.toString)&&!i(a=n(r,t)))return a;throw new o("Can't convert object to primitive value")}},3011:(t,e,r)=>{"use strict";var n=r(150),s=r(4120),i=r(2092),o=r(4750),a=r(1138),c=s([].concat);t.exports=n("Reflect","ownKeys")||function(t){var e=i.f(a(t)),r=o.f;return r?c(e,r(t)):e}},7545:t=>{"use strict";t.exports={}},7656:(t,e,r)=>{"use strict";var n=r(2760).f;t.exports=function(t,e,r){r in t||n(t,r,{configurable:!0,get:function(){return e[r]},set:function(t){e[r]=t}})}},3209:(t,e,r)=>{"use strict";var n=r(5646),s=TypeError;t.exports=function(t){if(n(t))throw new s("Can't call method on "+t);return t}},1284:(t,e,r)=>{"use strict";var n=r(3471),s=r(2760).f,i=r(8711),o=r(4500),a=r(158),c=r(8182)("toStringTag");t.exports=function(t,e,r,u){if(t){var l=r?t:t.prototype;o(l,c)||s(l,c,{configurable:!0,value:e}),u&&!n&&i(l,"toString",a)}}},9766:(t,e,r)=>{"use strict";var n=r(8717),s=r(2759),i=n("keys");t.exports=function(t){return i[t]||(i[t]=s(t))}},6434:(t,e,r)=>{"use strict";var n=r(8576),s=r(5098),i="__core-js_shared__",o=n[i]||s(i,{});t.exports=o},8717:(t,e,r)=>{"use strict";var n=r(5546),s=r(6434);(t.exports=function(t,e){return s[t]||(s[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.33.0",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.33.0/LICENSE",source:"https://github.com/zloirock/core-js"})},863:(t,e,r)=>{"use strict";var n=r(4120),s=r(1941),i=r(4845),o=r(3209),a=n("".charAt),c=n("".charCodeAt),u=n("".slice),l=function(t){return function(e,r){var n,l,p=i(o(e)),f=s(r),h=p.length;return f<0||f>=h?t?"":void 0:(n=c(p,f))<55296||n>56319||f+1===h||(l=c(p,f+1))<56320||l>57343?t?a(p,f):n:t?u(p,f,f+2):l-56320+(n-55296<<10)+65536}};t.exports={codeAt:l(!1),charAt:l(!0)}},6770:(t,e,r)=>{"use strict";var n=r(4218),s=r(6192),i=r(8576).String;t.exports=!!Object.getOwnPropertySymbols&&!s((function(){var t=Symbol("symbol detection");return!i(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},7739:(t,e,r)=>{"use strict";var n=r(1941),s=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?s(r+e,0):i(r,e)}},101:(t,e,r)=>{"use strict";var n=r(2202),s=r(3209);t.exports=function(t){return n(s(t))}},1941:(t,e,r)=>{"use strict";var n=r(7679);t.exports=function(t){var e=+t;return e!=e||0===e?0:n(e)}},8445:(t,e,r)=>{"use strict";var n=r(1941),s=Math.min;t.exports=function(t){return t>0?s(n(t),9007199254740991):0}},1795:(t,e,r)=>{"use strict";var n=r(3209),s=Object;t.exports=function(t){return s(n(t))}},7888:(t,e,r)=>{"use strict";var n=r(8922),s=r(5744),i=r(3236),o=r(5037),a=r(380),c=r(8182),u=TypeError,l=c("toPrimitive");t.exports=function(t,e){if(!s(t)||i(t))return t;var r,c=o(t,l);if(c){if(void 0===e&&(e="default"),r=n(c,t,e),!s(r)||i(r))return r;throw new u("Can't convert object to primitive value")}return void 0===e&&(e="number"),a(t,e)}},77:(t,e,r)=>{"use strict";var n=r(7888),s=r(3236);t.exports=function(t){var e=n(t,"string");return s(e)?e:e+""}},3471:(t,e,r)=>{"use strict";var n={};n[r(8182)("toStringTag")]="z",t.exports="[object z]"===String(n)},4845:(t,e,r)=>{"use strict";var n=r(4696),s=String;t.exports=function(t){if("Symbol"===n(t))throw new TypeError("Cannot convert a Symbol value to a string");return s(t)}},9288:t=>{"use strict";var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},2759:(t,e,r)=>{"use strict";var n=r(4120),s=0,i=Math.random(),o=n(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+o(++s+i,36)}},615:(t,e,r)=>{"use strict";var n=r(6770);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},9600:(t,e,r)=>{"use strict";var n=r(69),s=r(6192);t.exports=n&&s((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},5278:(t,e,r)=>{"use strict";var n=r(8576),s=r(6447),i=n.WeakMap;t.exports=s(i)&&/native code/.test(String(i))},8182:(t,e,r)=>{"use strict";var n=r(8576),s=r(8717),i=r(4500),o=r(2759),a=r(6770),c=r(615),u=n.Symbol,l=s("wks"),p=c?u.for||u:u&&u.withoutSetter||o;t.exports=function(t){return i(l,t)||(l[t]=a&&i(u,t)?u[t]:p("Symbol."+t)),l[t]}},426:(t,e,r)=>{"use strict";var n=r(150),s=r(4500),i=r(8711),o=r(8902),a=r(4469),c=r(7987),u=r(7656),l=r(2643),p=r(6016),f=r(273),h=r(8266),_=r(69),d=r(5546);t.exports=function(t,e,r,m){var y="stackTraceLimit",g=m?2:1,v=t.split("."),b=v[v.length-1],w=n.apply(null,v);if(w){var E=w.prototype;if(!d&&s(E,"cause")&&delete E.cause,!r)return w;var x=n("Error"),j=e((function(t,e){var r=p(m?e:t,void 0),n=m?new w(t):new w;return void 0!==r&&i(n,"message",r),h(n,j,n.stack,2),this&&o(E,this)&&l(n,this,j),arguments.length>g&&f(n,arguments[g]),n}));if(j.prototype=E,"Error"!==b?a?a(j,x):c(j,x,{name:!0}):_&&y in w&&(u(j,w,y),u(j,w,"prepareStackTrace")),c(j,w),!d)try{E.name!==b&&i(E,"name",b),E.constructor=j}catch(t){}return j}}},4016:(t,e,r)=>{"use strict";var n=r(3085),s=r(150),i=r(6298),o=r(6192),a=r(426),c="AggregateError",u=s(c),l=!o((function(){return 1!==u([1]).errors[0]}))&&o((function(){return 7!==u([1],c,{cause:7}).cause}));n({global:!0,constructor:!0,arity:2,forced:l},{AggregateError:a(c,(function(t){return function(e,r){return i(t,this,arguments)}}),l,!0)})},3820:(t,e,r)=>{"use strict";var n=r(3085),s=r(8902),i=r(9341),o=r(4469),a=r(7987),c=r(2853),u=r(8711),l=r(774),p=r(273),f=r(8266),h=r(3442),_=r(6016),d=r(8182)("toStringTag"),m=Error,y=[].push,g=function(t,e){var r,n=s(v,this);o?r=o(new m,n?i(this):v):(r=n?this:c(v),u(r,d,"Error")),void 0!==e&&u(r,"message",_(e)),f(r,g,r.stack,1),arguments.length>2&&p(r,arguments[2]);var a=[];return h(t,y,{that:a}),u(r,"errors",a),r};o?o(g,m):a(g,m,{name:!0});var v=g.prototype=c(m.prototype,{constructor:l(1,g),message:l(1,""),name:l(1,"AggregateError")});n({global:!0,constructor:!0,arity:2},{AggregateError:g})},4242:(t,e,r)=>{"use strict";r(3820)},8939:(t,e,r)=>{"use strict";var n=r(101),s=r(7423),i=r(7771),o=r(3326),a=r(2760).f,c=r(5297),u=r(7271),l=r(5546),p=r(69),f="Array Iterator",h=o.set,_=o.getterFor(f);t.exports=c(Array,"Array",(function(t,e){h(this,{type:f,target:n(t),index:0,kind:e})}),(function(){var t=_(this),e=t.target,r=t.kind,n=t.index++;if(!e||n>=e.length)return t.target=void 0,u(void 0,!0);switch(r){case"keys":return u(n,!1);case"values":return u(e[n],!1)}return u([n,e[n]],!1)}),"values");var d=i.Arguments=i.Array;if(s("keys"),s("values"),s("entries"),!l&&p&&"values"!==d.name)try{a(d,"name",{value:"values"})}catch(t){}},4339:(t,e,r)=>{"use strict";var n=r(3085),s=r(8576),i=r(6298),o=r(426),a="WebAssembly",c=s[a],u=7!==new Error("e",{cause:7}).cause,l=function(t,e){var r={};r[t]=o(t,e,u),n({global:!0,constructor:!0,arity:1,forced:u},r)},p=function(t,e){if(c&&c[t]){var r={};r[t]=o(a+"."+t,e,u),n({target:a,stat:!0,constructor:!0,arity:1,forced:u},r)}};l("Error",(function(t){return function(e){return i(t,this,arguments)}})),l("EvalError",(function(t){return function(e){return i(t,this,arguments)}})),l("RangeError",(function(t){return function(e){return i(t,this,arguments)}})),l("ReferenceError",(function(t){return function(e){return i(t,this,arguments)}})),l("SyntaxError",(function(t){return function(e){return i(t,this,arguments)}})),l("TypeError",(function(t){return function(e){return i(t,this,arguments)}})),l("URIError",(function(t){return function(e){return i(t,this,arguments)}})),p("CompileError",(function(t){return function(e){return i(t,this,arguments)}})),p("LinkError",(function(t){return function(e){return i(t,this,arguments)}})),p("RuntimeError",(function(t){return function(e){return i(t,this,arguments)}}))},5454:(t,e,r)=>{"use strict";var n=r(863).charAt,s=r(4845),i=r(3326),o=r(5297),a=r(7271),c="String Iterator",u=i.set,l=i.getterFor(c);o(String,"String",(function(t){u(this,{type:c,string:s(t),index:0})}),(function(){var t,e=l(this),r=e.string,s=e.index;return s>=r.length?a(void 0,!0):(t=n(r,s),e.index+=t.length,a(t,!1))}))},2752:(t,e,r)=>{"use strict";r(4242)},162:(t,e,r)=>{"use strict";r(8939);var n=r(7365),s=r(8576),i=r(4696),o=r(8711),a=r(7771),c=r(8182)("toStringTag");for(var u in n){var l=s[u],p=l&&l.prototype;p&&i(p)!==c&&o(p,c,u),a[u]=a.Array}},5846:(t,e,r)=>{"use strict";r(2752);var n=r(6791);r(162),t.exports=n},9515:(t,e,r)=>{var n=r(8761)(r(7772),"DataView");t.exports=n},9612:(t,e,r)=>{var n=r(2118),s=r(6909),i=r(8138),o=r(4174),a=r(7942);function c(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,t.exports=c},235:(t,e,r)=>{var n=r(3945),s=r(1846),i=r(8028),o=r(2344),a=r(4769);function c(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,t.exports=c},326:(t,e,r)=>{var n=r(8761)(r(7772),"Map");t.exports=n},6738:(t,e,r)=>{var n=r(2411),s=r(6417),i=r(6928),o=r(9493),a=r(4150);function c(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,t.exports=c},1985:(t,e,r)=>{var n=r(8761)(r(7772),"Promise");t.exports=n},2143:(t,e,r)=>{var n=r(8761)(r(7772),"Set");t.exports=n},5386:(t,e,r)=>{var n=r(6738),s=r(2842),i=r(2482);function o(t){var e=-1,r=null==t?0:t.length;for(this.__data__=new n;++e<r;)this.add(t[e])}o.prototype.add=o.prototype.push=s,o.prototype.has=i,t.exports=o},6571:(t,e,r)=>{var n=r(235),s=r(5243),i=r(2858),o=r(4417),a=r(8605),c=r(1418);function u(t){var e=this.__data__=new n(t);this.size=e.size}u.prototype.clear=s,u.prototype.delete=i,u.prototype.get=o,u.prototype.has=a,u.prototype.set=c,t.exports=u},857:(t,e,r)=>{var n=r(7772).Symbol;t.exports=n},9162:(t,e,r)=>{var n=r(7772).Uint8Array;t.exports=n},3215:(t,e,r)=>{var n=r(8761)(r(7772),"WeakMap");t.exports=n},7552:t=>{t.exports=function(t,e){for(var r=-1,n=null==t?0:t.length,s=0,i=[];++r<n;){var o=t[r];e(o,r,t)&&(i[s++]=o)}return i}},1634:(t,e,r)=>{var n=r(6473),s=r(9631),i=r(6152),o=r(3226),a=r(9045),c=r(7598),u=Object.prototype.hasOwnProperty;t.exports=function(t,e){var r=i(t),l=!r&&s(t),p=!r&&!l&&o(t),f=!r&&!l&&!p&&c(t),h=r||l||p||f,_=h?n(t.length,String):[],d=_.length;for(var m in t)!e&&!u.call(t,m)||h&&("length"==m||p&&("offset"==m||"parent"==m)||f&&("buffer"==m||"byteLength"==m||"byteOffset"==m)||a(m,d))||_.push(m);return _}},5067:t=>{t.exports=function(t,e){for(var r=-1,n=e.length,s=t.length;++r<n;)t[s+r]=e[r];return t}},7064:t=>{t.exports=function(t,e){for(var r=-1,n=null==t?0:t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}},2218:(t,e,r)=>{var n=r(1225);t.exports=function(t,e){for(var r=t.length;r--;)if(n(t[r][0],e))return r;return-1}},1897:(t,e,r)=>{var n=r(5067),s=r(6152);t.exports=function(t,e,r){var i=e(t);return s(t)?i:n(i,r(t))}},3366:(t,e,r)=>{var n=r(857),s=r(2107),i=r(7157),o=n?n.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":o&&o in Object(t)?s(t):i(t)}},5183:(t,e,r)=>{var n=r(3366),s=r(5125);t.exports=function(t){return s(t)&&"[object Arguments]"==n(t)}},8746:(t,e,r)=>{var n=r(1952),s=r(5125);t.exports=function t(e,r,i,o,a){return e===r||(null==e||null==r||!s(e)&&!s(r)?e!=e&&r!=r:n(e,r,i,o,t,a))}},1952:(t,e,r)=>{var n=r(6571),s=r(4871),i=r(1491),o=r(7416),a=r(940),c=r(6152),u=r(3226),l=r(7598),p="[object Arguments]",f="[object Array]",h="[object Object]",_=Object.prototype.hasOwnProperty;t.exports=function(t,e,r,d,m,y){var g=c(t),v=c(e),b=g?f:a(t),w=v?f:a(e),E=(b=b==p?h:b)==h,x=(w=w==p?h:w)==h,j=b==w;if(j&&u(t)){if(!u(e))return!1;g=!0,E=!1}if(j&&!E)return y||(y=new n),g||l(t)?s(t,e,r,d,m,y):i(t,e,b,r,d,m,y);if(!(1&r)){var S=E&&_.call(t,"__wrapped__"),A=x&&_.call(e,"__wrapped__");if(S||A){var O=S?t.value():t,P=A?e.value():e;return y||(y=new n),m(O,P,r,d,y)}}return!!j&&(y||(y=new n),o(t,e,r,d,m,y))}},6840:(t,e,r)=>{var n=r(1049),s=r(7394),i=r(9259),o=r(7035),a=/^\[object .+?Constructor\]$/,c=Function.prototype,u=Object.prototype,l=c.toString,p=u.hasOwnProperty,f=RegExp("^"+l.call(p).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!i(t)||s(t))&&(n(t)?f:a).test(o(t))}},5522:(t,e,r)=>{var n=r(3366),s=r(1158),i=r(5125),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,t.exports=function(t){return i(t)&&s(t.length)&&!!o[n(t)]}},6411:(t,e,r)=>{var n=r(6001),s=r(4248),i=Object.prototype.hasOwnProperty;t.exports=function(t){if(!n(t))return s(t);var e=[];for(var r in Object(t))i.call(t,r)&&"constructor"!=r&&e.push(r);return e}},6473:t=>{t.exports=function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}},7826:t=>{t.exports=function(t){return function(e){return t(e)}}},9950:t=>{t.exports=function(t,e){return t.has(e)}},4019:(t,e,r)=>{var n=r(7772)["__core-js_shared__"];t.exports=n},4871:(t,e,r)=>{var n=r(5386),s=r(7064),i=r(9950);t.exports=function(t,e,r,o,a,c){var u=1&r,l=t.length,p=e.length;if(l!=p&&!(u&&p>l))return!1;var f=c.get(t),h=c.get(e);if(f&&h)return f==e&&h==t;var _=-1,d=!0,m=2&r?new n:void 0;for(c.set(t,e),c.set(e,t);++_<l;){var y=t[_],g=e[_];if(o)var v=u?o(g,y,_,e,t,c):o(y,g,_,t,e,c);if(void 0!==v){if(v)continue;d=!1;break}if(m){if(!s(e,(function(t,e){if(!i(m,e)&&(y===t||a(y,t,r,o,c)))return m.push(e)}))){d=!1;break}}else if(y!==g&&!a(y,g,r,o,c)){d=!1;break}}return c.delete(t),c.delete(e),d}},1491:(t,e,r)=>{var n=r(857),s=r(9162),i=r(1225),o=r(4871),a=r(5179),c=r(4207),u=n?n.prototype:void 0,l=u?u.valueOf:void 0;t.exports=function(t,e,r,n,u,p,f){switch(r){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!p(new s(t),new s(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var h=a;case"[object Set]":var _=1&n;if(h||(h=c),t.size!=e.size&&!_)return!1;var d=f.get(t);if(d)return d==e;n|=2,f.set(t,e);var m=o(h(t),h(e),n,u,p,f);return f.delete(t),m;case"[object Symbol]":if(l)return l.call(t)==l.call(e)}return!1}},7416:(t,e,r)=>{var n=r(3483),s=Object.prototype.hasOwnProperty;t.exports=function(t,e,r,i,o,a){var c=1&r,u=n(t),l=u.length;if(l!=n(e).length&&!c)return!1;for(var p=l;p--;){var f=u[p];if(!(c?f in e:s.call(e,f)))return!1}var h=a.get(t),_=a.get(e);if(h&&_)return h==e&&_==t;var d=!0;a.set(t,e),a.set(e,t);for(var m=c;++p<l;){var y=t[f=u[p]],g=e[f];if(i)var v=c?i(g,y,f,e,t,a):i(y,g,f,t,e,a);if(!(void 0===v?y===g||o(y,g,r,i,a):v)){d=!1;break}m||(m="constructor"==f)}if(d&&!m){var b=t.constructor,w=e.constructor;b==w||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof w&&w instanceof w||(d=!1)}return a.delete(t),a.delete(e),d}},1242:(t,e,r)=>{var n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;t.exports=n},3483:(t,e,r)=>{var n=r(1897),s=r(633),i=r(249);t.exports=function(t){return n(t,i,s)}},7937:(t,e,r)=>{var n=r(8304);t.exports=function(t,e){var r=t.__data__;return n(e)?r["string"==typeof e?"string":"hash"]:r.map}},8761:(t,e,r)=>{var n=r(6840),s=r(8109);t.exports=function(t,e){var r=s(t,e);return n(r)?r:void 0}},2107:(t,e,r)=>{var n=r(857),s=Object.prototype,i=s.hasOwnProperty,o=s.toString,a=n?n.toStringTag:void 0;t.exports=function(t){var e=i.call(t,a),r=t[a];try{t[a]=void 0;var n=!0}catch(t){}var s=o.call(t);return n&&(e?t[a]=r:delete t[a]),s}},633:(t,e,r)=>{var n=r(7552),s=r(981),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,a=o?function(t){return null==t?[]:(t=Object(t),n(o(t),(function(e){return i.call(t,e)})))}:s;t.exports=a},940:(t,e,r)=>{var n=r(9515),s=r(326),i=r(1985),o=r(2143),a=r(3215),c=r(3366),u=r(7035),l="[object Map]",p="[object Promise]",f="[object Set]",h="[object WeakMap]",_="[object DataView]",d=u(n),m=u(s),y=u(i),g=u(o),v=u(a),b=c;(n&&b(new n(new ArrayBuffer(1)))!=_||s&&b(new s)!=l||i&&b(i.resolve())!=p||o&&b(new o)!=f||a&&b(new a)!=h)&&(b=function(t){var e=c(t),r="[object Object]"==e?t.constructor:void 0,n=r?u(r):"";if(n)switch(n){case d:return _;case m:return l;case y:return p;case g:return f;case v:return h}return e}),t.exports=b},8109:t=>{t.exports=function(t,e){return null==t?void 0:t[e]}},2118:(t,e,r)=>{var n=r(9191);t.exports=function(){this.__data__=n?n(null):{},this.size=0}},6909:t=>{t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},8138:(t,e,r)=>{var n=r(9191),s=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(n){var r=e[t];return"__lodash_hash_undefined__"===r?void 0:r}return s.call(e,t)?e[t]:void 0}},4174:(t,e,r)=>{var n=r(9191),s=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return n?void 0!==e[t]:s.call(e,t)}},7942:(t,e,r)=>{var n=r(9191);t.exports=function(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=n&&void 0===e?"__lodash_hash_undefined__":e,this}},9045:t=>{var e=/^(?:0|[1-9]\d*)$/;t.exports=function(t,r){var n=typeof t;return!!(r=null==r?9007199254740991:r)&&("number"==n||"symbol"!=n&&e.test(t))&&t>-1&&t%1==0&&t<r}},8304:t=>{t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},7394:(t,e,r)=>{var n,s=r(4019),i=(n=/[^.]+$/.exec(s&&s.keys&&s.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";t.exports=function(t){return!!i&&i in t}},6001:t=>{var e=Object.prototype;t.exports=function(t){var r=t&&t.constructor;return t===("function"==typeof r&&r.prototype||e)}},3945:t=>{t.exports=function(){this.__data__=[],this.size=0}},1846:(t,e,r)=>{var n=r(2218),s=Array.prototype.splice;t.exports=function(t){var e=this.__data__,r=n(e,t);return!(r<0)&&(r==e.length-1?e.pop():s.call(e,r,1),--this.size,!0)}},8028:(t,e,r)=>{var n=r(2218);t.exports=function(t){var e=this.__data__,r=n(e,t);return r<0?void 0:e[r][1]}},2344:(t,e,r)=>{var n=r(2218);t.exports=function(t){return n(this.__data__,t)>-1}},4769:(t,e,r)=>{var n=r(2218);t.exports=function(t,e){var r=this.__data__,s=n(r,t);return s<0?(++this.size,r.push([t,e])):r[s][1]=e,this}},2411:(t,e,r)=>{var n=r(9612),s=r(235),i=r(326);t.exports=function(){this.size=0,this.__data__={hash:new n,map:new(i||s),string:new n}}},6417:(t,e,r)=>{var n=r(7937);t.exports=function(t){var e=n(this,t).delete(t);return this.size-=e?1:0,e}},6928:(t,e,r)=>{var n=r(7937);t.exports=function(t){return n(this,t).get(t)}},9493:(t,e,r)=>{var n=r(7937);t.exports=function(t){return n(this,t).has(t)}},4150:(t,e,r)=>{var n=r(7937);t.exports=function(t,e){var r=n(this,t),s=r.size;return r.set(t,e),this.size+=r.size==s?0:1,this}},5179:t=>{t.exports=function(t){var e=-1,r=Array(t.size);return t.forEach((function(t,n){r[++e]=[n,t]})),r}},9191:(t,e,r)=>{var n=r(8761)(Object,"create");t.exports=n},4248:(t,e,r)=>{var n=r(241)(Object.keys,Object);t.exports=n},4146:(t,e,r)=>{t=r.nmd(t);var n=r(1242),s=e&&!e.nodeType&&e,i=s&&t&&!t.nodeType&&t,o=i&&i.exports===s&&n.process,a=function(){try{var t=i&&i.require&&i.require("util").types;return t||o&&o.binding&&o.binding("util")}catch(t){}}();t.exports=a},7157:t=>{var e=Object.prototype.toString;t.exports=function(t){return e.call(t)}},241:t=>{t.exports=function(t,e){return function(r){return t(e(r))}}},7772:(t,e,r)=>{var n=r(1242),s="object"==typeof self&&self&&self.Object===Object&&self,i=n||s||Function("return this")();t.exports=i},2842:t=>{t.exports=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this}},2482:t=>{t.exports=function(t){return this.__data__.has(t)}},4207:t=>{t.exports=function(t){var e=-1,r=Array(t.size);return t.forEach((function(t){r[++e]=t})),r}},5243:(t,e,r)=>{var n=r(235);t.exports=function(){this.__data__=new n,this.size=0}},2858:t=>{t.exports=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r}},4417:t=>{t.exports=function(t){return this.__data__.get(t)}},8605:t=>{t.exports=function(t){return this.__data__.has(t)}},1418:(t,e,r)=>{var n=r(235),s=r(326),i=r(6738);t.exports=function(t,e){var r=this.__data__;if(r instanceof n){var o=r.__data__;if(!s||o.length<199)return o.push([t,e]),this.size=++r.size,this;r=this.__data__=new i(o)}return r.set(t,e),this.size=r.size,this}},7035:t=>{var e=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return e.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},1225:t=>{t.exports=function(t,e){return t===e||t!=t&&e!=e}},9631:(t,e,r)=>{var n=r(5183),s=r(5125),i=Object.prototype,o=i.hasOwnProperty,a=i.propertyIsEnumerable,c=n(function(){return arguments}())?n:function(t){return s(t)&&o.call(t,"callee")&&!a.call(t,"callee")};t.exports=c},6152:t=>{var e=Array.isArray;t.exports=e},7878:(t,e,r)=>{var n=r(1049),s=r(1158);t.exports=function(t){return null!=t&&s(t.length)&&!n(t)}},4335:(t,e,r)=>{var n=r(3366),s=r(5125);t.exports=function(t){return!0===t||!1===t||s(t)&&"[object Boolean]"==n(t)}},3226:(t,e,r)=>{t=r.nmd(t);var n=r(7772),s=r(6330),i=e&&!e.nodeType&&e,o=i&&t&&!t.nodeType&&t,a=o&&o.exports===i?n.Buffer:void 0,c=(a?a.isBuffer:void 0)||s;t.exports=c},8149:(t,e,r)=>{var n=r(8746);t.exports=function(t,e){return n(t,e)}},1049:(t,e,r)=>{var n=r(3366),s=r(9259);t.exports=function(t){if(!s(t))return!1;var e=n(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},1158:t=>{t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},5877:t=>{t.exports=function(t){return null===t}},537:(t,e,r)=>{var n=r(3366),s=r(5125);t.exports=function(t){return"number"==typeof t||s(t)&&"[object Number]"==n(t)}},9259:t=>{t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},5125:t=>{t.exports=function(t){return null!=t&&"object"==typeof t}},5505:(t,e,r)=>{var n=r(3366),s=r(6152),i=r(5125);t.exports=function(t){return"string"==typeof t||!s(t)&&i(t)&&"[object String]"==n(t)}},7598:(t,e,r)=>{var n=r(5522),s=r(7826),i=r(4146),o=i&&i.isTypedArray,a=o?s(o):n;t.exports=a},249:(t,e,r)=>{var n=r(1634),s=r(6411),i=r(7878);t.exports=function(t){return i(t)?n(t):s(t)}},1570:t=>{t.exports=function(t){if("function"!=typeof t)throw new TypeError("Expected a function");return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}},981:t=>{t.exports=function(){return[]}},6330:t=>{t.exports=function(){return!1}},1178:(t,e,r)=>{const n=r(1570);function s(t){return"string"==typeof t?e=>e.element===t:t.constructor&&t.extend?e=>e instanceof t:t}class i{constructor(t){this.elements=t||[]}toValue(){return this.elements.map((t=>t.toValue()))}map(t,e){return this.elements.map(t,e)}flatMap(t,e){return this.map(t,e).reduce(((t,e)=>t.concat(e)),[])}compactMap(t,e){const r=[];return this.forEach((n=>{const s=t.bind(e)(n);s&&r.push(s)})),r}filter(t,e){return t=s(t),new i(this.elements.filter(t,e))}reject(t,e){return t=s(t),new i(this.elements.filter(n(t),e))}find(t,e){return t=s(t),this.elements.find(t,e)}forEach(t,e){this.elements.forEach(t,e)}reduce(t,e){return this.elements.reduce(t,e)}includes(t){return this.elements.some((e=>e.equals(t)))}shift(){return this.elements.shift()}unshift(t){this.elements.unshift(this.refract(t))}push(t){return this.elements.push(this.refract(t)),this}add(t){this.push(t)}get(t){return this.elements[t]}getValue(t){const e=this.elements[t];if(e)return e.toValue()}get length(){return this.elements.length}get isEmpty(){return 0===this.elements.length}get first(){return this.elements[0]}}"undefined"!=typeof Symbol&&(i.prototype[Symbol.iterator]=function(){return this.elements[Symbol.iterator]()}),t.exports=i},3026:t=>{class e{constructor(t,e){this.key=t,this.value=e}clone(){const t=new e;return this.key&&(t.key=this.key.clone()),this.value&&(t.value=this.value.clone()),t}}t.exports=e},5140:(t,e,r)=>{const n=r(5877),s=r(5505),i=r(537),o=r(4335),a=r(9259),c=r(2947),u=r(3756);class l{constructor(t){this.elementMap={},this.elementDetection=[],this.Element=u.Element,this.KeyValuePair=u.KeyValuePair,t&&t.noDefault||this.useDefault(),this._attributeElementKeys=[],this._attributeElementArrayKeys=[]}use(t){return t.namespace&&t.namespace({base:this}),t.load&&t.load({base:this}),this}useDefault(){return this.register("null",u.NullElement).register("string",u.StringElement).register("number",u.NumberElement).register("boolean",u.BooleanElement).register("array",u.ArrayElement).register("object",u.ObjectElement).register("member",u.MemberElement).register("ref",u.RefElement).register("link",u.LinkElement),this.detect(n,u.NullElement,!1).detect(s,u.StringElement,!1).detect(i,u.NumberElement,!1).detect(o,u.BooleanElement,!1).detect(Array.isArray,u.ArrayElement,!1).detect(a,u.ObjectElement,!1),this}register(t,e){return this._elements=void 0,this.elementMap[t]=e,this}unregister(t){return this._elements=void 0,delete this.elementMap[t],this}detect(t,e,r){return void 0===r||r?this.elementDetection.unshift([t,e]):this.elementDetection.push([t,e]),this}toElement(t){if(t instanceof this.Element)return t;let e;for(let r=0;r<this.elementDetection.length;r+=1){const n=this.elementDetection[r][0],s=this.elementDetection[r][1];if(n(t)){e=new s(t);break}}return e}getElementClass(t){const e=this.elementMap[t];return void 0===e?this.Element:e}fromRefract(t){return this.serialiser.deserialise(t)}toRefract(t){return this.serialiser.serialise(t)}get elements(){return void 0===this._elements&&(this._elements={Element:this.Element},Object.keys(this.elementMap).forEach((t=>{const e=t[0].toUpperCase()+t.substr(1);this._elements[e]=this.elementMap[t]}))),this._elements}get serialiser(){return new c(this)}}c.prototype.Namespace=l,t.exports=l},3853:(t,e,r)=>{const n=r(1570),s=r(1178);class i extends s{map(t,e){return this.elements.map((r=>t.bind(e)(r.value,r.key,r)))}filter(t,e){return new i(this.elements.filter((r=>t.bind(e)(r.value,r.key,r))))}reject(t,e){return this.filter(n(t.bind(e)))}forEach(t,e){return this.elements.forEach(((r,n)=>{t.bind(e)(r.value,r.key,r,n)}))}keys(){return this.map(((t,e)=>e.toValue()))}values(){return this.map((t=>t.toValue()))}}t.exports=i},3756:(t,e,r)=>{const n=r(6420),s=r(4152),i=r(9542),o=r(3710),a=r(3312),c=r(1641),u=r(8858),l=r(3860),p=r(5202),f=r(2320),h=r(1178),_=r(3853),d=r(3026);function m(t){if(t instanceof n)return t;if("string"==typeof t)return new i(t);if("number"==typeof t)return new o(t);if("boolean"==typeof t)return new a(t);if(null===t)return new s;if(Array.isArray(t))return new c(t.map(m));if("object"==typeof t){return new l(t)}return t}n.prototype.ObjectElement=l,n.prototype.RefElement=f,n.prototype.MemberElement=u,n.prototype.refract=m,h.prototype.refract=m,t.exports={Element:n,NullElement:s,StringElement:i,NumberElement:o,BooleanElement:a,ArrayElement:c,MemberElement:u,ObjectElement:l,LinkElement:p,RefElement:f,refract:m,ArraySlice:h,ObjectSlice:_,KeyValuePair:d}},5202:(t,e,r)=>{const n=r(6420);t.exports=class extends n{constructor(t,e,r){super(t||[],e,r),this.element="link"}get relation(){return this.attributes.get("relation")}set relation(t){this.attributes.set("relation",t)}get href(){return this.attributes.get("href")}set href(t){this.attributes.set("href",t)}}},2320:(t,e,r)=>{const n=r(6420);t.exports=class extends n{constructor(t,e,r){super(t||[],e,r),this.element="ref",this.path||(this.path="element")}get path(){return this.attributes.get("path")}set path(t){this.attributes.set("path",t)}}},7952:(t,e,r)=>{const n=r(5140),s=r(3756);e.lS=n,e.KeyValuePair=r(3026),e.O4=s.ArraySlice,e.rm=s.ObjectSlice,e.W_=s.Element,e.RP=s.StringElement,e.VL=s.NumberElement,e.hh=s.BooleanElement,e.zr=s.NullElement,e.ON=s.ArrayElement,e.Sb=s.ObjectElement,e.c6=s.MemberElement,e.tK=s.RefElement,e.EA=s.LinkElement,e.Qc=s.refract,r(2947),r(8910)},1641:(t,e,r)=>{const n=r(1570),s=r(6420),i=r(1178);class o extends s{constructor(t,e,r){super(t||[],e,r),this.element="array"}primitive(){return"array"}get(t){return this.content[t]}getValue(t){const e=this.get(t);if(e)return e.toValue()}getIndex(t){return this.content[t]}set(t,e){return this.content[t]=this.refract(e),this}remove(t){const e=this.content.splice(t,1);return e.length?e[0]:null}map(t,e){return this.content.map(t,e)}flatMap(t,e){return this.map(t,e).reduce(((t,e)=>t.concat(e)),[])}compactMap(t,e){const r=[];return this.forEach((n=>{const s=t.bind(e)(n);s&&r.push(s)})),r}filter(t,e){return new i(this.content.filter(t,e))}reject(t,e){return this.filter(n(t),e)}reduce(t,e){let r,n;void 0!==e?(r=0,n=this.refract(e)):(r=1,n="object"===this.primitive()?this.first.value:this.first);for(let e=r;e<this.length;e+=1){const r=this.content[e];n="object"===this.primitive()?this.refract(t(n,r.value,r.key,r,this)):this.refract(t(n,r,e,this))}return n}forEach(t,e){this.content.forEach(((r,n)=>{t.bind(e)(r,this.refract(n))}))}shift(){return this.content.shift()}unshift(t){this.content.unshift(this.refract(t))}push(t){return this.content.push(this.refract(t)),this}add(t){this.push(t)}findElements(t,e){const r=e||{},n=!!r.recursive,s=void 0===r.results?[]:r.results;return this.forEach(((e,r,i)=>{n&&void 0!==e.findElements&&e.findElements(t,{results:s,recursive:n}),t(e,r,i)&&s.push(e)})),s}find(t){return new i(this.findElements(t,{recursive:!0}))}findByElement(t){return this.find((e=>e.element===t))}findByClass(t){return this.find((e=>e.classes.includes(t)))}getById(t){return this.find((e=>e.id.toValue()===t)).first}includes(t){return this.content.some((e=>e.equals(t)))}contains(t){return this.includes(t)}empty(){return new this.constructor([])}"fantasy-land/empty"(){return this.empty()}concat(t){return new this.constructor(this.content.concat(t.content))}"fantasy-land/concat"(t){return this.concat(t)}"fantasy-land/map"(t){return new this.constructor(this.map(t))}"fantasy-land/chain"(t){return this.map((e=>t(e)),this).reduce(((t,e)=>t.concat(e)),this.empty())}"fantasy-land/filter"(t){return new this.constructor(this.content.filter(t))}"fantasy-land/reduce"(t,e){return this.content.reduce(t,e)}get length(){return this.content.length}get isEmpty(){return 0===this.content.length}get first(){return this.getIndex(0)}get second(){return this.getIndex(1)}get last(){return this.getIndex(this.length-1)}}o.empty=function(){return new this},o["fantasy-land/empty"]=o.empty,"undefined"!=typeof Symbol&&(o.prototype[Symbol.iterator]=function(){return this.content[Symbol.iterator]()}),t.exports=o},3312:(t,e,r)=>{const n=r(6420);t.exports=class extends n{constructor(t,e,r){super(t,e,r),this.element="boolean"}primitive(){return"boolean"}}},6420:(t,e,r)=>{const n=r(8149),s=r(3026),i=r(1178);class o{constructor(t,e,r){e&&(this.meta=e),r&&(this.attributes=r),this.content=t}freeze(){Object.isFrozen(this)||(this._meta&&(this.meta.parent=this,this.meta.freeze()),this._attributes&&(this.attributes.parent=this,this.attributes.freeze()),this.children.forEach((t=>{t.parent=this,t.freeze()}),this),this.content&&Array.isArray(this.content)&&Object.freeze(this.content),Object.freeze(this))}primitive(){}clone(){const t=new this.constructor;return t.element=this.element,this.meta.length&&(t._meta=this.meta.clone()),this.attributes.length&&(t._attributes=this.attributes.clone()),this.content?this.content.clone?t.content=this.content.clone():Array.isArray(this.content)?t.content=this.content.map((t=>t.clone())):t.content=this.content:t.content=this.content,t}toValue(){return this.content instanceof o?this.content.toValue():this.content instanceof s?{key:this.content.key.toValue(),value:this.content.value?this.content.value.toValue():void 0}:this.content&&this.content.map?this.content.map((t=>t.toValue()),this):this.content}toRef(t){if(""===this.id.toValue())throw Error("Cannot create reference to an element that does not contain an ID");const e=new this.RefElement(this.id.toValue());return t&&(e.path=t),e}findRecursive(...t){if(arguments.length>1&&!this.isFrozen)throw new Error("Cannot find recursive with multiple element names without first freezing the element. Call `element.freeze()`");const e=t.pop();let r=new i;const n=(t,e)=>(t.push(e),t),o=(t,r)=>{r.element===e&&t.push(r);const i=r.findRecursive(e);return i&&i.reduce(n,t),r.content instanceof s&&(r.content.key&&o(t,r.content.key),r.content.value&&o(t,r.content.value)),t};return this.content&&(this.content.element&&o(r,this.content),Array.isArray(this.content)&&this.content.reduce(o,r)),t.isEmpty||(r=r.filter((e=>{let r=e.parents.map((t=>t.element));for(const e in t){const n=t[e],s=r.indexOf(n);if(-1===s)return!1;r=r.splice(0,s)}return!0}))),r}set(t){return this.content=t,this}equals(t){return n(this.toValue(),t)}getMetaProperty(t,e){if(!this.meta.hasKey(t)){if(this.isFrozen){const t=this.refract(e);return t.freeze(),t}this.meta.set(t,e)}return this.meta.get(t)}setMetaProperty(t,e){this.meta.set(t,e)}get element(){return this._storedElement||"element"}set element(t){this._storedElement=t}get content(){return this._content}set content(t){if(t instanceof o)this._content=t;else if(t instanceof i)this.content=t.elements;else if("string"==typeof t||"number"==typeof t||"boolean"==typeof t||"null"===t||null==t)this._content=t;else if(t instanceof s)this._content=t;else if(Array.isArray(t))this._content=t.map(this.refract);else{if("object"!=typeof t)throw new Error("Cannot set content to given value");this._content=Object.keys(t).map((e=>new this.MemberElement(e,t[e])))}}get meta(){if(!this._meta){if(this.isFrozen){const t=new this.ObjectElement;return t.freeze(),t}this._meta=new this.ObjectElement}return this._meta}set meta(t){t instanceof this.ObjectElement?this._meta=t:this.meta.set(t||{})}get attributes(){if(!this._attributes){if(this.isFrozen){const t=new this.ObjectElement;return t.freeze(),t}this._attributes=new this.ObjectElement}return this._attributes}set attributes(t){t instanceof this.ObjectElement?this._attributes=t:this.attributes.set(t||{})}get id(){return this.getMetaProperty("id","")}set id(t){this.setMetaProperty("id",t)}get classes(){return this.getMetaProperty("classes",[])}set classes(t){this.setMetaProperty("classes",t)}get title(){return this.getMetaProperty("title","")}set title(t){this.setMetaProperty("title",t)}get description(){return this.getMetaProperty("description","")}set description(t){this.setMetaProperty("description",t)}get links(){return this.getMetaProperty("links",[])}set links(t){this.setMetaProperty("links",t)}get isFrozen(){return Object.isFrozen(this)}get parents(){let{parent:t}=this;const e=new i;for(;t;)e.push(t),t=t.parent;return e}get children(){if(Array.isArray(this.content))return new i(this.content);if(this.content instanceof s){const t=new i([this.content.key]);return this.content.value&&t.push(this.content.value),t}return this.content instanceof o?new i([this.content]):new i}get recursiveChildren(){const t=new i;return this.children.forEach((e=>{t.push(e),e.recursiveChildren.forEach((e=>{t.push(e)}))})),t}}t.exports=o},8858:(t,e,r)=>{const n=r(3026),s=r(6420);t.exports=class extends s{constructor(t,e,r,s){super(new n,r,s),this.element="member",this.key=t,this.value=e}get key(){return this.content.key}set key(t){this.content.key=this.refract(t)}get value(){return this.content.value}set value(t){this.content.value=this.refract(t)}}},4152:(t,e,r)=>{const n=r(6420);t.exports=class extends n{constructor(t,e,r){super(t||null,e,r),this.element="null"}primitive(){return"null"}set(){return new Error("Cannot set the value of null")}}},3710:(t,e,r)=>{const n=r(6420);t.exports=class extends n{constructor(t,e,r){super(t,e,r),this.element="number"}primitive(){return"number"}}},3860:(t,e,r)=>{const n=r(1570),s=r(9259),i=r(1641),o=r(8858),a=r(3853);t.exports=class extends i{constructor(t,e,r){super(t||[],e,r),this.element="object"}primitive(){return"object"}toValue(){return this.content.reduce(((t,e)=>(t[e.key.toValue()]=e.value?e.value.toValue():void 0,t)),{})}get(t){const e=this.getMember(t);if(e)return e.value}getMember(t){if(void 0!==t)return this.content.find((e=>e.key.toValue()===t))}remove(t){let e=null;return this.content=this.content.filter((r=>r.key.toValue()!==t||(e=r,!1))),e}getKey(t){const e=this.getMember(t);if(e)return e.key}set(t,e){if(s(t))return Object.keys(t).forEach((e=>{this.set(e,t[e])})),this;const r=t,n=this.getMember(r);return n?n.value=e:this.content.push(new o(r,e)),this}keys(){return this.content.map((t=>t.key.toValue()))}values(){return this.content.map((t=>t.value.toValue()))}hasKey(t){return this.content.some((e=>e.key.equals(t)))}items(){return this.content.map((t=>[t.key.toValue(),t.value.toValue()]))}map(t,e){return this.content.map((r=>t.bind(e)(r.value,r.key,r)))}compactMap(t,e){const r=[];return this.forEach(((n,s,i)=>{const o=t.bind(e)(n,s,i);o&&r.push(o)})),r}filter(t,e){return new a(this.content).filter(t,e)}reject(t,e){return this.filter(n(t),e)}forEach(t,e){return this.content.forEach((r=>t.bind(e)(r.value,r.key,r)))}}},9542:(t,e,r)=>{const n=r(6420);t.exports=class extends n{constructor(t,e,r){super(t,e,r),this.element="string"}primitive(){return"string"}get length(){return this.content.length}}},8910:(t,e,r)=>{const n=r(2947);t.exports=class extends n{serialise(t){if(!(t instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${t}\` is not an Element instance`);let e;t._attributes&&t.attributes.get("variable")&&(e=t.attributes.get("variable"));const r={element:t.element};t._meta&&t._meta.length>0&&(r.meta=this.serialiseObject(t.meta));const n="enum"===t.element||-1!==t.attributes.keys().indexOf("enumerations");if(n){const e=this.enumSerialiseAttributes(t);e&&(r.attributes=e)}else if(t._attributes&&t._attributes.length>0){let{attributes:n}=t;n.get("metadata")&&(n=n.clone(),n.set("meta",n.get("metadata")),n.remove("metadata")),"member"===t.element&&e&&(n=n.clone(),n.remove("variable")),n.length>0&&(r.attributes=this.serialiseObject(n))}if(n)r.content=this.enumSerialiseContent(t,r);else if(this[`${t.element}SerialiseContent`])r.content=this[`${t.element}SerialiseContent`](t,r);else if(void 0!==t.content){let n;e&&t.content.key?(n=t.content.clone(),n.key.attributes.set("variable",e),n=this.serialiseContent(n)):n=this.serialiseContent(t.content),this.shouldSerialiseContent(t,n)&&(r.content=n)}else this.shouldSerialiseContent(t,t.content)&&t instanceof this.namespace.elements.Array&&(r.content=[]);return r}shouldSerialiseContent(t,e){return"parseResult"===t.element||"httpRequest"===t.element||"httpResponse"===t.element||"category"===t.element||"link"===t.element||void 0!==e&&(!Array.isArray(e)||0!==e.length)}refSerialiseContent(t,e){return delete e.attributes,{href:t.toValue(),path:t.path.toValue()}}sourceMapSerialiseContent(t){return t.toValue()}dataStructureSerialiseContent(t){return[this.serialiseContent(t.content)]}enumSerialiseAttributes(t){const e=t.attributes.clone(),r=e.remove("enumerations")||new this.namespace.elements.Array([]),n=e.get("default");let s=e.get("samples")||new this.namespace.elements.Array([]);if(n&&n.content&&(n.content.attributes&&n.content.attributes.remove("typeAttributes"),e.set("default",new this.namespace.elements.Array([n.content]))),s.forEach((t=>{t.content&&t.content.element&&t.content.attributes.remove("typeAttributes")})),t.content&&0!==r.length&&s.unshift(t.content),s=s.map((t=>t instanceof this.namespace.elements.Array?[t]:new this.namespace.elements.Array([t.content]))),s.length&&e.set("samples",s),e.length>0)return this.serialiseObject(e)}enumSerialiseContent(t){if(t._attributes){const e=t.attributes.get("enumerations");if(e&&e.length>0)return e.content.map((t=>{const e=t.clone();return e.attributes.remove("typeAttributes"),this.serialise(e)}))}if(t.content){const e=t.content.clone();return e.attributes.remove("typeAttributes"),[this.serialise(e)]}return[]}deserialise(t){if("string"==typeof t)return new this.namespace.elements.String(t);if("number"==typeof t)return new this.namespace.elements.Number(t);if("boolean"==typeof t)return new this.namespace.elements.Boolean(t);if(null===t)return new this.namespace.elements.Null;if(Array.isArray(t))return new this.namespace.elements.Array(t.map(this.deserialise,this));const e=this.namespace.getElementClass(t.element),r=new e;r.element!==t.element&&(r.element=t.element),t.meta&&this.deserialiseObject(t.meta,r.meta),t.attributes&&this.deserialiseObject(t.attributes,r.attributes);const n=this.deserialiseContent(t.content);if(void 0===n&&null!==r.content||(r.content=n),"enum"===r.element){r.content&&r.attributes.set("enumerations",r.content);let t=r.attributes.get("samples");if(r.attributes.remove("samples"),t){const n=t;t=new this.namespace.elements.Array,n.forEach((n=>{n.forEach((n=>{const s=new e(n);s.element=r.element,t.push(s)}))}));const s=t.shift();r.content=s?s.content:void 0,r.attributes.set("samples",t)}else r.content=void 0;let n=r.attributes.get("default");if(n&&n.length>0){n=n.get(0);const t=new e(n);t.element=r.element,r.attributes.set("default",t)}}else if("dataStructure"===r.element&&Array.isArray(r.content))[r.content]=r.content;else if("category"===r.element){const t=r.attributes.get("meta");t&&(r.attributes.set("metadata",t),r.attributes.remove("meta"))}else"member"===r.element&&r.key&&r.key._attributes&&r.key._attributes.getValue("variable")&&(r.attributes.set("variable",r.key.attributes.get("variable")),r.key.attributes.remove("variable"));return r}serialiseContent(t){if(t instanceof this.namespace.elements.Element)return this.serialise(t);if(t instanceof this.namespace.KeyValuePair){const e={key:this.serialise(t.key)};return t.value&&(e.value=this.serialise(t.value)),e}return t&&t.map?t.map(this.serialise,this):t}deserialiseContent(t){if(t){if(t.element)return this.deserialise(t);if(t.key){const e=new this.namespace.KeyValuePair(this.deserialise(t.key));return t.value&&(e.value=this.deserialise(t.value)),e}if(t.map)return t.map(this.deserialise,this)}return t}shouldRefract(t){return!!(t._attributes&&t.attributes.keys().length||t._meta&&t.meta.keys().length)||"enum"!==t.element&&(t.element!==t.primitive()||"member"===t.element)}convertKeyToRefract(t,e){return this.shouldRefract(e)?this.serialise(e):"enum"===e.element?this.serialiseEnum(e):"array"===e.element?e.map((e=>this.shouldRefract(e)||"default"===t?this.serialise(e):"array"===e.element||"object"===e.element||"enum"===e.element?e.children.map((t=>this.serialise(t))):e.toValue())):"object"===e.element?(e.content||[]).map(this.serialise,this):e.toValue()}serialiseEnum(t){return t.children.map((t=>this.serialise(t)))}serialiseObject(t){const e={};return t.forEach(((t,r)=>{if(t){const n=r.toValue();e[n]=this.convertKeyToRefract(n,t)}})),e}deserialiseObject(t,e){Object.keys(t).forEach((r=>{e.set(r,this.deserialise(t[r]))}))}}},2947:t=>{t.exports=class{constructor(t){this.namespace=t||new this.Namespace}serialise(t){if(!(t instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${t}\` is not an Element instance`);const e={element:t.element};t._meta&&t._meta.length>0&&(e.meta=this.serialiseObject(t.meta)),t._attributes&&t._attributes.length>0&&(e.attributes=this.serialiseObject(t.attributes));const r=this.serialiseContent(t.content);return void 0!==r&&(e.content=r),e}deserialise(t){if(!t.element)throw new Error("Given value is not an object containing an element name");const e=new(this.namespace.getElementClass(t.element));e.element!==t.element&&(e.element=t.element),t.meta&&this.deserialiseObject(t.meta,e.meta),t.attributes&&this.deserialiseObject(t.attributes,e.attributes);const r=this.deserialiseContent(t.content);return void 0===r&&null!==e.content||(e.content=r),e}serialiseContent(t){if(t instanceof this.namespace.elements.Element)return this.serialise(t);if(t instanceof this.namespace.KeyValuePair){const e={key:this.serialise(t.key)};return t.value&&(e.value=this.serialise(t.value)),e}if(t&&t.map){if(0===t.length)return;return t.map(this.serialise,this)}return t}deserialiseContent(t){if(t){if(t.element)return this.deserialise(t);if(t.key){const e=new this.namespace.KeyValuePair(this.deserialise(t.key));return t.value&&(e.value=this.deserialise(t.value)),e}if(t.map)return t.map(this.deserialise,this)}return t}serialiseObject(t){const e={};if(t.forEach(((t,r)=>{t&&(e[r.toValue()]=this.serialise(t))})),0!==Object.keys(e).length)return e}deserialiseObject(t,e){Object.keys(t).forEach((r=>{e.set(r,this.deserialise(t[r]))}))}}},6591:t=>{!function(){"use strict";var e,r,n,s,i,o="properties",a="deepProperties",c="propertyDescriptors",u="staticProperties",l="staticDeepProperties",p="staticPropertyDescriptors",f="configuration",h="deepConfiguration",_="deepProps",d="deepStatics",m="deepConf",y="initializers",g="methods",v="composers",b="compose";function w(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t):[])}function E(t,e){return Array.prototype.slice.call(arguments,2).reduce(t,e)}var x=E.bind(0,(function(t,e){if(e)for(var r=w(e),n=0;n<r.length;n+=1)Object.defineProperty(t,r[n],Object.getOwnPropertyDescriptor(e,r[n]));return t}));function j(t){return"function"==typeof t}function S(t){return t&&"object"==typeof t||j(t)}function A(t){return t&&"object"==typeof t&&t.__proto__==Object.prototype}var O=E.bind(0,(function t(r,n){if(n===e)return r;if(Array.isArray(n))return(Array.isArray(r)?r:[]).concat(n);if(!A(n))return n;for(var s,i,o=w(n),a=0;a<o.length;)s=o[a++],(i=Object.getOwnPropertyDescriptor(n,s)).hasOwnProperty("value")?i.value!==e&&(r[s]=t(A(r[s])||Array.isArray(n[s])?r[s]:{},n[s])):Object.defineProperty(r,s,i);return r}));function P(){return(r=Array.prototype.concat.apply([],arguments).filter((function(t,e,r){return j(t)&&r.indexOf(t)===e}))).length?r:e}function k(t,e){function n(r,n){S(e[r])&&(S(t[r])||(t[r]={}),(n||x)(t[r],e[r]))}function s(n){(r=P(t[n],e[n]))&&(t[n]=r)}return e&&S(e=e[b]||e)&&(n(g),n(o),n(a,O),n(c),n(u),n(l,O),n(p),n(f),n(h,O),s(y),s(v)),t}function I(){return function(t){return r=function t(r){var n,s,i=t[b]||{},u={__proto__:i[g]},l=i[y],p=Array.prototype.slice.apply(arguments),f=i[a];if(f&&O(u,f),(f=i[o])&&x(u,f),(f=i[c])&&Object.defineProperties(u,f),!l||!l.length)return u;for(r===e&&(r={}),i=0;i<l.length;)j(n=l[i++])&&(u=(s=n.call(u,r,{instance:u,stamp:t,args:p}))===e?u:s);return u},(n=t[l])&&O(r,n),(n=t[u])&&x(r,n),(n=t[p])&&Object.defineProperties(r,n),n=j(r[b])?r[b]:I,x(r[b]=function(){return n.apply(this,arguments)},t),r}(Array.prototype.concat.apply([this],arguments).reduce(k,{}))}function N(t){return j(t)&&j(t[b])}var M={};function T(t,i){return function(){return(s={})[t]=i.apply(e,Array.prototype.concat.apply([{}],arguments)),((r=this)&&r[b]||n).call(r,s)}}M[g]=T(g,x),M[o]=M.props=T(o,x),M[y]=M.init=T(y,P),M[v]=T(v,P),M[a]=M[_]=T(a,O),M[u]=M.statics=T(u,x),M[l]=M[d]=T(l,O),M[f]=M.conf=T(f,x),M[h]=M[m]=T(h,O),M[c]=T(c,x),M[p]=T(p,x),n=M[b]=x((function(){for(var t,w,E=0,j=[],A=arguments,k=this;E<A.length;)S(t=A[E++])&&j.push(N(t)?t:((s={})[g]=(w=t)[g]||e,n=w.props,s[o]=S((r=w[o])||n)?x({},n,r):e,s[y]=P(w.init,w[y]),s[v]=P(w[v]),n=w[_],s[a]=S((r=w[a])||n)?O({},n,r):e,s[c]=w[c],n=w.statics,s[u]=S((r=w[u])||n)?x({},n,r):e,n=w[d],s[l]=S((r=w[l])||n)?O({},n,r):e,r=w[p],s[p]=S((n=w.name&&{name:{value:w.name}})||r)?x({},r,n):e,n=w.conf,s[f]=S((r=w[f])||n)?x({},n,r):e,n=w[m],s[h]=S((r=w[h])||n)?O({},n,r):e,s));if(t=I.apply(k||i,j),k&&j.unshift(k),Array.isArray(A=t[b][v]))for(E=0;E<A.length;)t=N(k=A[E++]({stamp:t,composables:j}))?k:t;return t}),M),M.create=function(){return this.apply(e,arguments)},(s={})[u]=M,i=I(s),n[b]=n.bind(),n.version="4.3.2","object"!=typeof e?t.exports=n:self.stampit=n}()},9794:(t,e,r)=>{var n=void 0!==n?n:{},s=function(){var e,s="object"==typeof window?{currentScript:window.document.currentScript}:null;class i{constructor(){this.initialize()}initialize(){throw new Error("cannot construct a Parser before calling `init()`")}static init(o){return e||(n=Object.assign({},n,o),e=new Promise((e=>{var o,a={};for(o in n)n.hasOwnProperty(o)&&(a[o]=n[o]);var c,u,l,p,f=[],h="./this.program",_=function(t,e){throw e};l="object"==typeof window,p="function"==typeof importScripts,c="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,u=!l&&!c&&!p;var d,m,y,g,v,b="";c?(b=p?r(6287).dirname(b)+"/":"//",d=function(t,e){return g||(g=r(5530)),v||(v=r(6287)),t=v.normalize(t),g.readFileSync(t,e?null:"utf8")},y=function(t){var e=d(t,!0);return e.buffer||(e=new Uint8Array(e)),T(e.buffer),e},process.argv.length>1&&(h=process.argv[1].replace(/\\/g,"/")),f=process.argv.slice(2),t.exports=n,_=function(t){process.exit(t)},n.inspect=function(){return"[Emscripten Module object]"}):u?("undefined"!=typeof read&&(d=function(t){return read(t)}),y=function(t){var e;return"function"==typeof readbuffer?new Uint8Array(readbuffer(t)):(T("object"==typeof(e=read(t,"binary"))),e)},"undefined"!=typeof scriptArgs?f=scriptArgs:void 0!==arguments&&(f=arguments),"function"==typeof quit&&(_=function(t){quit(t)}),"undefined"!=typeof print&&("undefined"==typeof console&&(console={}),console.log=print,console.warn=console.error="undefined"!=typeof printErr?printErr:print)):(l||p)&&(p?b=self.location.href:void 0!==s&&s.currentScript&&(b=s.currentScript.src),b=0!==b.indexOf("blob:")?b.substr(0,b.lastIndexOf("/")+1):"",d=function(t){var e=new XMLHttpRequest;return e.open("GET",t,!1),e.send(null),e.responseText},p&&(y=function(t){var e=new XMLHttpRequest;return e.open("GET",t,!1),e.responseType="arraybuffer",e.send(null),new Uint8Array(e.response)}),m=function(t,e,r){var n=new XMLHttpRequest;n.open("GET",t,!0),n.responseType="arraybuffer",n.onload=function(){200==n.status||0==n.status&&n.response?e(n.response):r()},n.onerror=r,n.send(null)}),n.print||console.log.bind(console);var w=n.printErr||console.warn.bind(console);for(o in a)a.hasOwnProperty(o)&&(n[o]=a[o]);a=null,n.arguments&&(f=n.arguments),n.thisProgram&&(h=n.thisProgram),n.quit&&(_=n.quit);var E,x=16,j=[];function S(t,e){if(!E){E=new WeakMap;for(var r=0;r<J.length;r++){var n=J.get(r);n&&E.set(n,r)}}if(E.has(t))return E.get(t);var s=function(){if(j.length)return j.pop();try{J.grow(1)}catch(t){if(!(t instanceof RangeError))throw t;throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH."}return J.length-1}();try{J.set(s,t)}catch(r){if(!(r instanceof TypeError))throw r;var i=function(t,e){if("function"==typeof WebAssembly.Function){for(var r={i:"i32",j:"i64",f:"f32",d:"f64"},n={parameters:[],results:"v"==e[0]?[]:[r[e[0]]]},s=1;s<e.length;++s)n.parameters.push(r[e[s]]);return new WebAssembly.Function(n,t)}var i=[1,0,1,96],o=e.slice(0,1),a=e.slice(1),c={i:127,j:126,f:125,d:124};for(i.push(a.length),s=0;s<a.length;++s)i.push(c[a[s]]);"v"==o?i.push(0):i=i.concat([1,c[o]]),i[1]=i.length-2;var u=new Uint8Array([0,97,115,109,1,0,0,0].concat(i,[2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0])),l=new WebAssembly.Module(u);return new WebAssembly.Instance(l,{e:{f:t}}).exports.f}(t,e);J.set(s,i)}return E.set(t,s),s}var A,O=n.dynamicLibraries||[];n.wasmBinary&&(A=n.wasmBinary);var P,k=n.noExitRuntime||!0;function I(t,e,r,n){switch("*"===(r=r||"i8").charAt(r.length-1)&&(r="i32"),r){case"i1":case"i8":C[t>>0]=e;break;case"i16":q[t>>1]=e;break;case"i32":L[t>>2]=e;break;case"i64":lt=[e>>>0,(ut=e,+Math.abs(ut)>=1?ut>0?(0|Math.min(+Math.floor(ut/4294967296),4294967295))>>>0:~~+Math.ceil((ut-+(~~ut>>>0))/4294967296)>>>0:0)],L[t>>2]=lt[0],L[t+4>>2]=lt[1];break;case"float":$[t>>2]=e;break;case"double":V[t>>3]=e;break;default:at("invalid type for setValue: "+r)}}function N(t,e,r){switch("*"===(e=e||"i8").charAt(e.length-1)&&(e="i32"),e){case"i1":case"i8":return C[t>>0];case"i16":return q[t>>1];case"i32":case"i64":return L[t>>2];case"float":return $[t>>2];case"double":return V[t>>3];default:at("invalid type for getValue: "+e)}return null}"object"!=typeof WebAssembly&&at("no native wasm support detected");var M=!1;function T(t,e){t||at("Assertion failed: "+e)}var R,C,F,q,L,$,V,z="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;function B(t,e,r){for(var n=e+r,s=e;t[s]&&!(s>=n);)++s;if(s-e>16&&t.subarray&&z)return z.decode(t.subarray(e,s));for(var i="";e<s;){var o=t[e++];if(128&o){var a=63&t[e++];if(192!=(224&o)){var c=63&t[e++];if((o=224==(240&o)?(15&o)<<12|a<<6|c:(7&o)<<18|a<<12|c<<6|63&t[e++])<65536)i+=String.fromCharCode(o);else{var u=o-65536;i+=String.fromCharCode(55296|u>>10,56320|1023&u)}}else i+=String.fromCharCode((31&o)<<6|a)}else i+=String.fromCharCode(o)}return i}function D(t,e){return t?B(F,t,e):""}function U(t,e,r,n){if(!(n>0))return 0;for(var s=r,i=r+n-1,o=0;o<t.length;++o){var a=t.charCodeAt(o);if(a>=55296&&a<=57343&&(a=65536+((1023&a)<<10)|1023&t.charCodeAt(++o)),a<=127){if(r>=i)break;e[r++]=a}else if(a<=2047){if(r+1>=i)break;e[r++]=192|a>>6,e[r++]=128|63&a}else if(a<=65535){if(r+2>=i)break;e[r++]=224|a>>12,e[r++]=128|a>>6&63,e[r++]=128|63&a}else{if(r+3>=i)break;e[r++]=240|a>>18,e[r++]=128|a>>12&63,e[r++]=128|a>>6&63,e[r++]=128|63&a}}return e[r]=0,r-s}function W(t,e,r){return U(t,F,e,r)}function G(t){for(var e=0,r=0;r<t.length;++r){var n=t.charCodeAt(r);n>=55296&&n<=57343&&(n=65536+((1023&n)<<10)|1023&t.charCodeAt(++r)),n<=127?++e:e+=n<=2047?2:n<=65535?3:4}return e}function Z(t){var e=G(t)+1,r=Dt(e);return U(t,C,r,e),r}function K(t){R=t,n.HEAP8=C=new Int8Array(t),n.HEAP16=q=new Int16Array(t),n.HEAP32=L=new Int32Array(t),n.HEAPU8=F=new Uint8Array(t),n.HEAPU16=new Uint16Array(t),n.HEAPU32=new Uint32Array(t),n.HEAPF32=$=new Float32Array(t),n.HEAPF64=V=new Float64Array(t)}var H=n.INITIAL_MEMORY||33554432;(P=n.wasmMemory?n.wasmMemory:new WebAssembly.Memory({initial:H/65536,maximum:32768}))&&(R=P.buffer),H=R.byteLength,K(R);var J=new WebAssembly.Table({initial:17,element:"anyfunc"}),X=[],Y=[],Q=[],tt=[],et=!1,rt=0,nt=null,st=null;function it(t){rt++,n.monitorRunDependencies&&n.monitorRunDependencies(rt)}function ot(t){if(rt--,n.monitorRunDependencies&&n.monitorRunDependencies(rt),0==rt&&(null!==nt&&(clearInterval(nt),nt=null),st)){var e=st;st=null,e()}}function at(t){throw n.onAbort&&n.onAbort(t),w(t+=""),M=!0,t="abort("+t+"). Build with -s ASSERTIONS=1 for more info.",new WebAssembly.RuntimeError(t)}n.preloadedImages={},n.preloadedAudios={},n.preloadedWasm={};var ct,ut,lt;function pt(t){return t.startsWith("data:application/octet-stream;base64,")}function ft(t){return t.startsWith("file://")}function ht(t){try{if(t==ct&&A)return new Uint8Array(A);if(y)return y(t);throw"both async and sync fetching of the wasm failed"}catch(t){at(t)}}pt(ct="tree-sitter.wasm")||(ct=function(t){return n.locateFile?n.locateFile(t,b):b+t}(ct));var _t={},dt={get:function(t,e){return _t[e]||(_t[e]=new WebAssembly.Global({value:"i32",mutable:!0})),_t[e]}};function mt(t){for(;t.length>0;){var e=t.shift();if("function"!=typeof e){var r=e.func;"number"==typeof r?void 0===e.arg?J.get(r)():J.get(r)(e.arg):r(void 0===e.arg?null:e.arg)}else e(n)}}function yt(t){var e=0;function r(){for(var r=0,n=1;;){var s=t[e++];if(r+=(127&s)*n,n*=128,!(128&s))break}return r}if(t instanceof WebAssembly.Module){var n=WebAssembly.Module.customSections(t,"dylink");T(0!=n.length,"need dylink section"),t=new Int8Array(n[0])}else T(1836278016==new Uint32Array(new Uint8Array(t.subarray(0,24)).buffer)[0],"need to see wasm magic number"),T(0===t[8],"need the dylink section to be first"),e=9,r(),T(6===t[e]),T(t[++e]==="d".charCodeAt(0)),T(t[++e]==="y".charCodeAt(0)),T(t[++e]==="l".charCodeAt(0)),T(t[++e]==="i".charCodeAt(0)),T(t[++e]==="n".charCodeAt(0)),T(t[++e]==="k".charCodeAt(0)),e++;var s={};s.memorySize=r(),s.memoryAlign=r(),s.tableSize=r(),s.tableAlign=r();var i=r();s.neededDynlibs=[];for(var o=0;o<i;++o){var a=r(),c=t.subarray(e,e+a);e+=a;var u=B(c,0);s.neededDynlibs.push(u)}return s}var gt=0;function vt(){return k||gt>0}function bt(t){return 0==t.indexOf("dynCall_")||["stackAlloc","stackSave","stackRestore"].includes(t)?t:"_"+t}function wt(t,e){for(var r in t)if(t.hasOwnProperty(r)){Lt.hasOwnProperty(r)||(Lt[r]=t[r]);var s=bt(r);n.hasOwnProperty(s)||(n[s]=t[r])}}var Et={nextHandle:1,loadedLibs:{},loadedLibNames:{}};var xt=5250880;function jt(t){return["__cpp_exception","__wasm_apply_data_relocs","__dso_handle","__set_stack_limits"].includes(t)}function St(t,e){var r={};for(var n in t){var s=t[n];"object"==typeof s&&(s=s.value),"number"==typeof s&&(s+=e),r[n]=s}return function(t){for(var e in t)if(!jt(e)){var r=!1,n=t[e];e.startsWith("orig$")&&(e=e.split("$")[1],r=!0),_t[e]||(_t[e]=new WebAssembly.Global({value:"i32",mutable:!0})),(r||0==_t[e].value)&&("function"==typeof n?_t[e].value=S(n):"number"==typeof n?_t[e].value=n:w("unhandled export type for `"+e+"`: "+typeof n))}}(r),r}function At(t,e){var r,s;return e&&(r=Lt["orig$"+t]),r||(r=Lt[t]),r||(r=n[bt(t)]),!r&&t.startsWith("invoke_")&&(s=t.split("_")[1],r=function(){var t=zt();try{return function(t,e,r){return t.includes("j")?function(t,e,r){var s=n["dynCall_"+t];return r&&r.length?s.apply(null,[e].concat(r)):s.call(null,e)}(t,e,r):J.get(e).apply(null,r)}(s,arguments[0],Array.prototype.slice.call(arguments,1))}catch(e){if(Bt(t),e!==e+0&&"longjmp"!==e)throw e;Ut(1,0)}}),r}function Ot(t,e){var r=yt(t);function n(){var n=Math.pow(2,r.memoryAlign);n=Math.max(n,x);var s,i,o,a=(s=function(t){if(et)return $t(t);var e=xt,r=e+t+15&-16;return xt=r,_t.__heap_base.value=r,e}(r.memorySize+n),(i=n)||(i=x),Math.ceil(s/i)*i),c=J.length;J.grow(r.tableSize);for(var u=a;u<a+r.memorySize;u++)C[u]=0;for(u=c;u<c+r.tableSize;u++)J.set(u,null);var l=new Proxy({},{get:function(t,e){switch(e){case"__memory_base":return a;case"__table_base":return c}return e in Lt?Lt[e]:(e in t||(t[e]=function(){return r||(r=function(t){var e=At(t,!1);return e||(e=o[t]),e}(e)),r.apply(null,arguments)}),t[e]);var r}}),p={"GOT.mem":new Proxy({},dt),"GOT.func":new Proxy({},dt),env:l,wasi_snapshot_preview1:l};function f(t){for(var n=0;n<r.tableSize;n++){var s=J.get(c+n);s&&E.set(s,c+n)}o=St(t.exports,a),e.allowUndefined||kt();var i=o.__wasm_call_ctors;return i||(i=o.__post_instantiate),i&&(et?i():Y.push(i)),o}if(e.loadAsync){if(t instanceof WebAssembly.Module){var h=new WebAssembly.Instance(t,p);return Promise.resolve(f(h))}return WebAssembly.instantiate(t,p).then((function(t){return f(t.instance)}))}var _=t instanceof WebAssembly.Module?t:new WebAssembly.Module(t);return f(h=new WebAssembly.Instance(_,p))}return e.loadAsync?r.neededDynlibs.reduce((function(t,r){return t.then((function(){return Pt(r,e)}))}),Promise.resolve()).then((function(){return n()})):(r.neededDynlibs.forEach((function(t){Pt(t,e)})),n())}function Pt(t,e){"__main__"!=t||Et.loadedLibNames[t]||(Et.loadedLibs[-1]={refcount:1/0,name:"__main__",module:n.asm,global:!0},Et.loadedLibNames.__main__=-1),e=e||{global:!0,nodelete:!0};var r,s=Et.loadedLibNames[t];if(s)return r=Et.loadedLibs[s],e.global&&!r.global&&(r.global=!0,"loading"!==r.module&&wt(r.module)),e.nodelete&&r.refcount!==1/0&&(r.refcount=1/0),r.refcount++,e.loadAsync?Promise.resolve(s):s;function i(t){if(e.fs){var r=e.fs.readFile(t,{encoding:"binary"});return r instanceof Uint8Array||(r=new Uint8Array(r)),e.loadAsync?Promise.resolve(r):r}return e.loadAsync?(n=t,fetch(n,{credentials:"same-origin"}).then((function(t){if(!t.ok)throw"failed to load binary file at '"+n+"'";return t.arrayBuffer()})).then((function(t){return new Uint8Array(t)}))):y(t);var n}function o(){if(void 0!==n.preloadedWasm&&void 0!==n.preloadedWasm[t]){var r=n.preloadedWasm[t];return e.loadAsync?Promise.resolve(r):r}return e.loadAsync?i(t).then((function(t){return Ot(t,e)})):Ot(i(t),e)}function a(t){r.global&&wt(t),r.module=t}return s=Et.nextHandle++,r={refcount:e.nodelete?1/0:1,name:t,module:"loading",global:e.global},Et.loadedLibNames[t]=s,Et.loadedLibs[s]=r,e.loadAsync?o().then((function(t){return a(t),s})):(a(o()),s)}function kt(){for(var t in _t)if(0==_t[t].value){var e=At(t,!0);"function"==typeof e?_t[t].value=S(e,e.sig):"number"==typeof e?_t[t].value=e:T(!1,"bad export type for `"+t+"`: "+typeof e)}}n.___heap_base=xt;var It,Nt=new WebAssembly.Global({value:"i32",mutable:!0},5250880);function Mt(){at()}n._abort=Mt,Mt.sig="v",It=c?function(){var t=process.hrtime();return 1e3*t[0]+t[1]/1e6}:"undefined"!=typeof dateNow?dateNow:function(){return performance.now()};function Tt(t,e){var r;if(0===t)r=Date.now();else{if(1!==t&&4!==t)return 28,L[Vt()>>2]=28,-1;r=It()}return L[e>>2]=r/1e3|0,L[e+4>>2]=r%1e3*1e3*1e3|0,0}function Rt(t){try{return P.grow(t-R.byteLength+65535>>>16),K(P.buffer),1}catch(t){}}function Ct(t){Kt(t)}function Ft(t){}Tt.sig="iii",Ct.sig="vi",Ft.sig="vi";var qt,Lt={__heap_base:xt,__indirect_function_table:J,__memory_base:1024,__stack_pointer:Nt,__table_base:1,abort:Mt,clock_gettime:Tt,emscripten_memcpy_big:function(t,e,r){F.copyWithin(t,e,e+r)},emscripten_resize_heap:function(t){var e,r=F.length;if((t>>>=0)>2147483648)return!1;for(var n=1;n<=4;n*=2){var s=r*(1+.2/n);if(s=Math.min(s,t+100663296),Rt(Math.min(2147483648,((e=Math.max(t,s))%65536>0&&(e+=65536-e%65536),e))))return!0}return!1},exit:Ct,memory:P,setTempRet0:Ft,tree_sitter_log_callback:function(t,e){if(ue){const r=D(e);ue(r,0!==t)}},tree_sitter_parse_callback:function(t,e,r,n,s){var i=ce(e,{row:r,column:n});"string"==typeof i?(I(s,i.length,"i32"),function(t,e,r){if(void 0===r&&(r=2147483647),r<2)return 0;for(var n=(r-=2)<2*t.length?r/2:t.length,s=0;s<n;++s){var i=t.charCodeAt(s);q[e>>1]=i,e+=2}q[e>>1]=0}(i,t,10240)):I(s,0,"i32")}},$t=(function(){var t={env:Lt,wasi_snapshot_preview1:Lt,"GOT.mem":new Proxy(Lt,dt),"GOT.func":new Proxy(Lt,dt)};function e(t,e){var r=t.exports;r=St(r,1024),n.asm=r;var s,i=yt(e);i.neededDynlibs&&(O=i.neededDynlibs.concat(O)),wt(r),s=n.asm.__wasm_call_ctors,Y.unshift(s),ot()}function r(t){e(t.instance,t.module)}function s(e){return function(){if(!A&&(l||p)){if("function"==typeof fetch&&!ft(ct))return fetch(ct,{credentials:"same-origin"}).then((function(t){if(!t.ok)throw"failed to load wasm binary file at '"+ct+"'";return t.arrayBuffer()})).catch((function(){return ht(ct)}));if(m)return new Promise((function(t,e){m(ct,(function(e){t(new Uint8Array(e))}),e)}))}return Promise.resolve().then((function(){return ht(ct)}))}().then((function(e){return WebAssembly.instantiate(e,t)})).then(e,(function(t){w("failed to asynchronously prepare wasm: "+t),at(t)}))}if(it(),n.instantiateWasm)try{return n.instantiateWasm(t,e)}catch(t){return w("Module.instantiateWasm callback failed with error: "+t),!1}A||"function"!=typeof WebAssembly.instantiateStreaming||pt(ct)||ft(ct)||"function"!=typeof fetch?s(r):fetch(ct,{credentials:"same-origin"}).then((function(e){return WebAssembly.instantiateStreaming(e,t).then(r,(function(t){return w("wasm streaming compile failed: "+t),w("falling back to ArrayBuffer instantiation"),s(r)}))}))}(),n.___wasm_call_ctors=function(){return(n.___wasm_call_ctors=n.asm.__wasm_call_ctors).apply(null,arguments)},n._malloc=function(){return($t=n._malloc=n.asm.malloc).apply(null,arguments)}),Vt=(n._calloc=function(){return(n._calloc=n.asm.calloc).apply(null,arguments)},n._realloc=function(){return(n._realloc=n.asm.realloc).apply(null,arguments)},n._free=function(){return(n._free=n.asm.free).apply(null,arguments)},n._ts_language_symbol_count=function(){return(n._ts_language_symbol_count=n.asm.ts_language_symbol_count).apply(null,arguments)},n._ts_language_version=function(){return(n._ts_language_version=n.asm.ts_language_version).apply(null,arguments)},n._ts_language_field_count=function(){return(n._ts_language_field_count=n.asm.ts_language_field_count).apply(null,arguments)},n._ts_language_symbol_name=function(){return(n._ts_language_symbol_name=n.asm.ts_language_symbol_name).apply(null,arguments)},n._ts_language_symbol_for_name=function(){return(n._ts_language_symbol_for_name=n.asm.ts_language_symbol_for_name).apply(null,arguments)},n._ts_language_symbol_type=function(){return(n._ts_language_symbol_type=n.asm.ts_language_symbol_type).apply(null,arguments)},n._ts_language_field_name_for_id=function(){return(n._ts_language_field_name_for_id=n.asm.ts_language_field_name_for_id).apply(null,arguments)},n._memcpy=function(){return(n._memcpy=n.asm.memcpy).apply(null,arguments)},n._ts_parser_delete=function(){return(n._ts_parser_delete=n.asm.ts_parser_delete).apply(null,arguments)},n._ts_parser_reset=function(){return(n._ts_parser_reset=n.asm.ts_parser_reset).apply(null,arguments)},n._ts_parser_set_language=function(){return(n._ts_parser_set_language=n.asm.ts_parser_set_language).apply(null,arguments)},n._ts_parser_timeout_micros=function(){return(n._ts_parser_timeout_micros=n.asm.ts_parser_timeout_micros).apply(null,arguments)},n._ts_parser_set_timeout_micros=function(){return(n._ts_parser_set_timeout_micros=n.asm.ts_parser_set_timeout_micros).apply(null,arguments)},n._memmove=function(){return(n._memmove=n.asm.memmove).apply(null,arguments)},n._memcmp=function(){return(n._memcmp=n.asm.memcmp).apply(null,arguments)},n._ts_query_new=function(){return(n._ts_query_new=n.asm.ts_query_new).apply(null,arguments)},n._ts_query_delete=function(){return(n._ts_query_delete=n.asm.ts_query_delete).apply(null,arguments)},n._iswspace=function(){return(n._iswspace=n.asm.iswspace).apply(null,arguments)},n._iswalnum=function(){return(n._iswalnum=n.asm.iswalnum).apply(null,arguments)},n._ts_query_pattern_count=function(){return(n._ts_query_pattern_count=n.asm.ts_query_pattern_count).apply(null,arguments)},n._ts_query_capture_count=function(){return(n._ts_query_capture_count=n.asm.ts_query_capture_count).apply(null,arguments)},n._ts_query_string_count=function(){return(n._ts_query_string_count=n.asm.ts_query_string_count).apply(null,arguments)},n._ts_query_capture_name_for_id=function(){return(n._ts_query_capture_name_for_id=n.asm.ts_query_capture_name_for_id).apply(null,arguments)},n._ts_query_string_value_for_id=function(){return(n._ts_query_string_value_for_id=n.asm.ts_query_string_value_for_id).apply(null,arguments)},n._ts_query_predicates_for_pattern=function(){return(n._ts_query_predicates_for_pattern=n.asm.ts_query_predicates_for_pattern).apply(null,arguments)},n._ts_tree_copy=function(){return(n._ts_tree_copy=n.asm.ts_tree_copy).apply(null,arguments)},n._ts_tree_delete=function(){return(n._ts_tree_delete=n.asm.ts_tree_delete).apply(null,arguments)},n._ts_init=function(){return(n._ts_init=n.asm.ts_init).apply(null,arguments)},n._ts_parser_new_wasm=function(){return(n._ts_parser_new_wasm=n.asm.ts_parser_new_wasm).apply(null,arguments)},n._ts_parser_enable_logger_wasm=function(){return(n._ts_parser_enable_logger_wasm=n.asm.ts_parser_enable_logger_wasm).apply(null,arguments)},n._ts_parser_parse_wasm=function(){return(n._ts_parser_parse_wasm=n.asm.ts_parser_parse_wasm).apply(null,arguments)},n._ts_language_type_is_named_wasm=function(){return(n._ts_language_type_is_named_wasm=n.asm.ts_language_type_is_named_wasm).apply(null,arguments)},n._ts_language_type_is_visible_wasm=function(){return(n._ts_language_type_is_visible_wasm=n.asm.ts_language_type_is_visible_wasm).apply(null,arguments)},n._ts_tree_root_node_wasm=function(){return(n._ts_tree_root_node_wasm=n.asm.ts_tree_root_node_wasm).apply(null,arguments)},n._ts_tree_edit_wasm=function(){return(n._ts_tree_edit_wasm=n.asm.ts_tree_edit_wasm).apply(null,arguments)},n._ts_tree_get_changed_ranges_wasm=function(){return(n._ts_tree_get_changed_ranges_wasm=n.asm.ts_tree_get_changed_ranges_wasm).apply(null,arguments)},n._ts_tree_cursor_new_wasm=function(){return(n._ts_tree_cursor_new_wasm=n.asm.ts_tree_cursor_new_wasm).apply(null,arguments)},n._ts_tree_cursor_delete_wasm=function(){return(n._ts_tree_cursor_delete_wasm=n.asm.ts_tree_cursor_delete_wasm).apply(null,arguments)},n._ts_tree_cursor_reset_wasm=function(){return(n._ts_tree_cursor_reset_wasm=n.asm.ts_tree_cursor_reset_wasm).apply(null,arguments)},n._ts_tree_cursor_goto_first_child_wasm=function(){return(n._ts_tree_cursor_goto_first_child_wasm=n.asm.ts_tree_cursor_goto_first_child_wasm).apply(null,arguments)},n._ts_tree_cursor_goto_next_sibling_wasm=function(){return(n._ts_tree_cursor_goto_next_sibling_wasm=n.asm.ts_tree_cursor_goto_next_sibling_wasm).apply(null,arguments)},n._ts_tree_cursor_goto_parent_wasm=function(){return(n._ts_tree_cursor_goto_parent_wasm=n.asm.ts_tree_cursor_goto_parent_wasm).apply(null,arguments)},n._ts_tree_cursor_current_node_type_id_wasm=function(){return(n._ts_tree_cursor_current_node_type_id_wasm=n.asm.ts_tree_cursor_current_node_type_id_wasm).apply(null,arguments)},n._ts_tree_cursor_current_node_is_named_wasm=function(){return(n._ts_tree_cursor_current_node_is_named_wasm=n.asm.ts_tree_cursor_current_node_is_named_wasm).apply(null,arguments)},n._ts_tree_cursor_current_node_is_missing_wasm=function(){return(n._ts_tree_cursor_current_node_is_missing_wasm=n.asm.ts_tree_cursor_current_node_is_missing_wasm).apply(null,arguments)},n._ts_tree_cursor_current_node_id_wasm=function(){return(n._ts_tree_cursor_current_node_id_wasm=n.asm.ts_tree_cursor_current_node_id_wasm).apply(null,arguments)},n._ts_tree_cursor_start_position_wasm=function(){return(n._ts_tree_cursor_start_position_wasm=n.asm.ts_tree_cursor_start_position_wasm).apply(null,arguments)},n._ts_tree_cursor_end_position_wasm=function(){return(n._ts_tree_cursor_end_position_wasm=n.asm.ts_tree_cursor_end_position_wasm).apply(null,arguments)},n._ts_tree_cursor_start_index_wasm=function(){return(n._ts_tree_cursor_start_index_wasm=n.asm.ts_tree_cursor_start_index_wasm).apply(null,arguments)},n._ts_tree_cursor_end_index_wasm=function(){return(n._ts_tree_cursor_end_index_wasm=n.asm.ts_tree_cursor_end_index_wasm).apply(null,arguments)},n._ts_tree_cursor_current_field_id_wasm=function(){return(n._ts_tree_cursor_current_field_id_wasm=n.asm.ts_tree_cursor_current_field_id_wasm).apply(null,arguments)},n._ts_tree_cursor_current_node_wasm=function(){return(n._ts_tree_cursor_current_node_wasm=n.asm.ts_tree_cursor_current_node_wasm).apply(null,arguments)},n._ts_node_symbol_wasm=function(){return(n._ts_node_symbol_wasm=n.asm.ts_node_symbol_wasm).apply(null,arguments)},n._ts_node_child_count_wasm=function(){return(n._ts_node_child_count_wasm=n.asm.ts_node_child_count_wasm).apply(null,arguments)},n._ts_node_named_child_count_wasm=function(){return(n._ts_node_named_child_count_wasm=n.asm.ts_node_named_child_count_wasm).apply(null,arguments)},n._ts_node_child_wasm=function(){return(n._ts_node_child_wasm=n.asm.ts_node_child_wasm).apply(null,arguments)},n._ts_node_named_child_wasm=function(){return(n._ts_node_named_child_wasm=n.asm.ts_node_named_child_wasm).apply(null,arguments)},n._ts_node_child_by_field_id_wasm=function(){return(n._ts_node_child_by_field_id_wasm=n.asm.ts_node_child_by_field_id_wasm).apply(null,arguments)},n._ts_node_next_sibling_wasm=function(){return(n._ts_node_next_sibling_wasm=n.asm.ts_node_next_sibling_wasm).apply(null,arguments)},n._ts_node_prev_sibling_wasm=function(){return(n._ts_node_prev_sibling_wasm=n.asm.ts_node_prev_sibling_wasm).apply(null,arguments)},n._ts_node_next_named_sibling_wasm=function(){return(n._ts_node_next_named_sibling_wasm=n.asm.ts_node_next_named_sibling_wasm).apply(null,arguments)},n._ts_node_prev_named_sibling_wasm=function(){return(n._ts_node_prev_named_sibling_wasm=n.asm.ts_node_prev_named_sibling_wasm).apply(null,arguments)},n._ts_node_parent_wasm=function(){return(n._ts_node_parent_wasm=n.asm.ts_node_parent_wasm).apply(null,arguments)},n._ts_node_descendant_for_index_wasm=function(){return(n._ts_node_descendant_for_index_wasm=n.asm.ts_node_descendant_for_index_wasm).apply(null,arguments)},n._ts_node_named_descendant_for_index_wasm=function(){return(n._ts_node_named_descendant_for_index_wasm=n.asm.ts_node_named_descendant_for_index_wasm).apply(null,arguments)},n._ts_node_descendant_for_position_wasm=function(){return(n._ts_node_descendant_for_position_wasm=n.asm.ts_node_descendant_for_position_wasm).apply(null,arguments)},n._ts_node_named_descendant_for_position_wasm=function(){return(n._ts_node_named_descendant_for_position_wasm=n.asm.ts_node_named_descendant_for_position_wasm).apply(null,arguments)},n._ts_node_start_point_wasm=function(){return(n._ts_node_start_point_wasm=n.asm.ts_node_start_point_wasm).apply(null,arguments)},n._ts_node_end_point_wasm=function(){return(n._ts_node_end_point_wasm=n.asm.ts_node_end_point_wasm).apply(null,arguments)},n._ts_node_start_index_wasm=function(){return(n._ts_node_start_index_wasm=n.asm.ts_node_start_index_wasm).apply(null,arguments)},n._ts_node_end_index_wasm=function(){return(n._ts_node_end_index_wasm=n.asm.ts_node_end_index_wasm).apply(null,arguments)},n._ts_node_to_string_wasm=function(){return(n._ts_node_to_string_wasm=n.asm.ts_node_to_string_wasm).apply(null,arguments)},n._ts_node_children_wasm=function(){return(n._ts_node_children_wasm=n.asm.ts_node_children_wasm).apply(null,arguments)},n._ts_node_named_children_wasm=function(){return(n._ts_node_named_children_wasm=n.asm.ts_node_named_children_wasm).apply(null,arguments)},n._ts_node_descendants_of_type_wasm=function(){return(n._ts_node_descendants_of_type_wasm=n.asm.ts_node_descendants_of_type_wasm).apply(null,arguments)},n._ts_node_is_named_wasm=function(){return(n._ts_node_is_named_wasm=n.asm.ts_node_is_named_wasm).apply(null,arguments)},n._ts_node_has_changes_wasm=function(){return(n._ts_node_has_changes_wasm=n.asm.ts_node_has_changes_wasm).apply(null,arguments)},n._ts_node_has_error_wasm=function(){return(n._ts_node_has_error_wasm=n.asm.ts_node_has_error_wasm).apply(null,arguments)},n._ts_node_is_missing_wasm=function(){return(n._ts_node_is_missing_wasm=n.asm.ts_node_is_missing_wasm).apply(null,arguments)},n._ts_query_matches_wasm=function(){return(n._ts_query_matches_wasm=n.asm.ts_query_matches_wasm).apply(null,arguments)},n._ts_query_captures_wasm=function(){return(n._ts_query_captures_wasm=n.asm.ts_query_captures_wasm).apply(null,arguments)},n._iswdigit=function(){return(n._iswdigit=n.asm.iswdigit).apply(null,arguments)},n._iswalpha=function(){return(n._iswalpha=n.asm.iswalpha).apply(null,arguments)},n._iswlower=function(){return(n._iswlower=n.asm.iswlower).apply(null,arguments)},n._towupper=function(){return(n._towupper=n.asm.towupper).apply(null,arguments)},n.___errno_location=function(){return(Vt=n.___errno_location=n.asm.__errno_location).apply(null,arguments)}),zt=(n._memchr=function(){return(n._memchr=n.asm.memchr).apply(null,arguments)},n._strlen=function(){return(n._strlen=n.asm.strlen).apply(null,arguments)},n.stackSave=function(){return(zt=n.stackSave=n.asm.stackSave).apply(null,arguments)}),Bt=n.stackRestore=function(){return(Bt=n.stackRestore=n.asm.stackRestore).apply(null,arguments)},Dt=n.stackAlloc=function(){return(Dt=n.stackAlloc=n.asm.stackAlloc).apply(null,arguments)},Ut=n._setThrew=function(){return(Ut=n._setThrew=n.asm.setThrew).apply(null,arguments)};function Wt(t){this.name="ExitStatus",this.message="Program terminated with exit("+t+")",this.status=t}n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev=function(){return(n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev=n.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev).apply(null,arguments)},n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm=function(){return(n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm=n.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm).apply(null,arguments)},n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm=function(){return(n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm=n.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm).apply(null,arguments)},n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm=function(){return(n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm=n.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm).apply(null,arguments)},n.__ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm=function(){return(n.__ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm=n.asm._ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm).apply(null,arguments)},n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc=function(){return(n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc=n.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc).apply(null,arguments)},n.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev=function(){return(n.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev=n.asm._ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev).apply(null,arguments)},n.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw=function(){return(n.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw=n.asm._ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw).apply(null,arguments)},n.__Znwm=function(){return(n.__Znwm=n.asm._Znwm).apply(null,arguments)},n.__ZdlPv=function(){return(n.__ZdlPv=n.asm._ZdlPv).apply(null,arguments)},n.__ZNKSt3__220__vector_base_commonILb1EE20__throw_length_errorEv=function(){return(n.__ZNKSt3__220__vector_base_commonILb1EE20__throw_length_errorEv=n.asm._ZNKSt3__220__vector_base_commonILb1EE20__throw_length_errorEv).apply(null,arguments)},n._orig$ts_parser_timeout_micros=function(){return(n._orig$ts_parser_timeout_micros=n.asm.orig$ts_parser_timeout_micros).apply(null,arguments)},n._orig$ts_parser_set_timeout_micros=function(){return(n._orig$ts_parser_set_timeout_micros=n.asm.orig$ts_parser_set_timeout_micros).apply(null,arguments)},n.allocate=function(t,e){var r;return r=1==e?Dt(t.length):$t(t.length),t.subarray||t.slice?F.set(t,r):F.set(new Uint8Array(t),r),r},st=function t(){qt||Zt(),qt||(st=t)};var Gt=!1;function Zt(t){function e(){qt||(qt=!0,n.calledRun=!0,M||(et=!0,mt(Y),mt(Q),n.onRuntimeInitialized&&n.onRuntimeInitialized(),Ht&&function(t){var e=n._main;if(e){var r=(t=t||[]).length+1,s=Dt(4*(r+1));L[s>>2]=Z(h);for(var i=1;i<r;i++)L[(s>>2)+i]=Z(t[i-1]);L[(s>>2)+r]=0;try{Kt(e(r,s),!0)}catch(t){if(t instanceof Wt)return;if("unwind"==t)return;var o=t;t&&"object"==typeof t&&t.stack&&(o=[t,t.stack]),w("exception thrown: "+o),_(1,t)}}}(t),function(){if(n.postRun)for("function"==typeof n.postRun&&(n.postRun=[n.postRun]);n.postRun.length;)t=n.postRun.shift(),tt.unshift(t);var t;mt(tt)}()))}t=t||f,rt>0||!Gt&&(function(){if(O.length){if(!y)return it(),void O.reduce((function(t,e){return t.then((function(){return Pt(e,{loadAsync:!0,global:!0,nodelete:!0,allowUndefined:!0})}))}),Promise.resolve()).then((function(){ot(),kt()}));O.forEach((function(t){Pt(t,{global:!0,nodelete:!0,allowUndefined:!0})})),kt()}else kt()}(),Gt=!0,rt>0)||(function(){if(n.preRun)for("function"==typeof n.preRun&&(n.preRun=[n.preRun]);n.preRun.length;)t=n.preRun.shift(),X.unshift(t);var t;mt(X)}(),rt>0||(n.setStatus?(n.setStatus("Running..."),setTimeout((function(){setTimeout((function(){n.setStatus("")}),1),e()}),1)):e()))}function Kt(t,e){e&&vt()&&0===t||(vt()||(n.onExit&&n.onExit(t),M=!0),_(t,new Wt(t)))}if(n.run=Zt,n.preInit)for("function"==typeof n.preInit&&(n.preInit=[n.preInit]);n.preInit.length>0;)n.preInit.pop()();var Ht=!0;n.noInitialRun&&(Ht=!1),Zt();const Jt=n,Xt={},Yt=4,Qt=5*Yt,te=2*Yt,ee=2*Yt+2*te,re={row:0,column:0},ne=/[\w-.]*/g,se=/^_?tree_sitter_\w+/;var ie,oe,ae,ce,ue;class le{static init(){ae=Jt._ts_init(),ie=N(ae,"i32"),oe=N(ae+Yt,"i32")}initialize(){Jt._ts_parser_new_wasm(),this[0]=N(ae,"i32"),this[1]=N(ae+Yt,"i32")}delete(){Jt._ts_parser_delete(this[0]),Jt._free(this[1]),this[0]=0,this[1]=0}setLanguage(t){let e;if(t){if(t.constructor!==_e)throw new Error("Argument must be a Language");{e=t[0];const r=Jt._ts_language_version(e);if(r<oe||ie<r)throw new Error(`Incompatible language version ${r}. Compatibility range ${oe} through ${ie}.`)}}else e=0,t=null;return this.language=t,Jt._ts_parser_set_language(this[0],e),this}getLanguage(){return this.language}parse(t,e,r){if("string"==typeof t)ce=(e,r,n)=>t.slice(e,n);else{if("function"!=typeof t)throw new Error("Argument must be a string or a function");ce=t}this.logCallback?(ue=this.logCallback,Jt._ts_parser_enable_logger_wasm(this[0],1)):(ue=null,Jt._ts_parser_enable_logger_wasm(this[0],0));let n=0,s=0;if(r&&r.includedRanges){n=r.includedRanges.length;let t=s=Jt._calloc(n,ee);for(let e=0;e<n;e++)Ae(t,r.includedRanges[e]),t+=ee}const i=Jt._ts_parser_parse_wasm(this[0],this[1],e?e[0]:0,s,n);if(!i)throw ce=null,ue=null,new Error("Parsing failed");const o=new pe(Xt,i,this.language,ce);return ce=null,ue=null,o}reset(){Jt._ts_parser_reset(this[0])}setTimeoutMicros(t){Jt._ts_parser_set_timeout_micros(this[0],t)}getTimeoutMicros(){return Jt._ts_parser_timeout_micros(this[0])}setLogger(t){if(t){if("function"!=typeof t)throw new Error("Logger callback must be a function")}else t=null;return this.logCallback=t,this}getLogger(){return this.logCallback}}class pe{constructor(t,e,r,n){ge(t),this[0]=e,this.language=r,this.textCallback=n}copy(){const t=Jt._ts_tree_copy(this[0]);return new pe(Xt,t,this.language,this.textCallback)}delete(){Jt._ts_tree_delete(this[0]),this[0]=0}edit(t){!function(t){let e=ae;je(e,t.startPosition),je(e+=te,t.oldEndPosition),je(e+=te,t.newEndPosition),I(e+=te,t.startIndex,"i32"),I(e+=Yt,t.oldEndIndex,"i32"),I(e+=Yt,t.newEndIndex,"i32"),e+=Yt}(t),Jt._ts_tree_edit_wasm(this[0])}get rootNode(){return Jt._ts_tree_root_node_wasm(this[0]),we(this)}getLanguage(){return this.language}walk(){return this.rootNode.walk()}getChangedRanges(t){if(t.constructor!==pe)throw new TypeError("Argument must be a Tree");Jt._ts_tree_get_changed_ranges_wasm(this[0],t[0]);const e=N(ae,"i32"),r=N(ae+Yt,"i32"),n=new Array(e);if(e>0){let t=r;for(let r=0;r<e;r++)n[r]=Oe(t),t+=ee;Jt._free(r)}return n}}class fe{constructor(t,e){ge(t),this.tree=e}get typeId(){return be(this),Jt._ts_node_symbol_wasm(this.tree[0])}get type(){return this.tree.language.types[this.typeId]||"ERROR"}get endPosition(){return be(this),Jt._ts_node_end_point_wasm(this.tree[0]),Se(ae)}get endIndex(){return be(this),Jt._ts_node_end_index_wasm(this.tree[0])}get text(){return me(this.tree,this.startIndex,this.endIndex)}isNamed(){return be(this),1===Jt._ts_node_is_named_wasm(this.tree[0])}hasError(){return be(this),1===Jt._ts_node_has_error_wasm(this.tree[0])}hasChanges(){return be(this),1===Jt._ts_node_has_changes_wasm(this.tree[0])}isMissing(){return be(this),1===Jt._ts_node_is_missing_wasm(this.tree[0])}equals(t){return this.id===t.id}child(t){return be(this),Jt._ts_node_child_wasm(this.tree[0],t),we(this.tree)}namedChild(t){return be(this),Jt._ts_node_named_child_wasm(this.tree[0],t),we(this.tree)}childForFieldId(t){return be(this),Jt._ts_node_child_by_field_id_wasm(this.tree[0],t),we(this.tree)}childForFieldName(t){const e=this.tree.language.fields.indexOf(t);if(-1!==e)return this.childForFieldId(e)}get childCount(){return be(this),Jt._ts_node_child_count_wasm(this.tree[0])}get namedChildCount(){return be(this),Jt._ts_node_named_child_count_wasm(this.tree[0])}get firstChild(){return this.child(0)}get firstNamedChild(){return this.namedChild(0)}get lastChild(){return this.child(this.childCount-1)}get lastNamedChild(){return this.namedChild(this.namedChildCount-1)}get children(){if(!this._children){be(this),Jt._ts_node_children_wasm(this.tree[0]);const t=N(ae,"i32"),e=N(ae+Yt,"i32");if(this._children=new Array(t),t>0){let r=e;for(let e=0;e<t;e++)this._children[e]=we(this.tree,r),r+=Qt;Jt._free(e)}}return this._children}get namedChildren(){if(!this._namedChildren){be(this),Jt._ts_node_named_children_wasm(this.tree[0]);const t=N(ae,"i32"),e=N(ae+Yt,"i32");if(this._namedChildren=new Array(t),t>0){let r=e;for(let e=0;e<t;e++)this._namedChildren[e]=we(this.tree,r),r+=Qt;Jt._free(e)}}return this._namedChildren}descendantsOfType(t,e,r){Array.isArray(t)||(t=[t]),e||(e=re),r||(r=re);const n=[],s=this.tree.language.types;for(let e=0,r=s.length;e<r;e++)t.includes(s[e])&&n.push(e);const i=Jt._malloc(Yt*n.length);for(let t=0,e=n.length;t<e;t++)I(i+t*Yt,n[t],"i32");be(this),Jt._ts_node_descendants_of_type_wasm(this.tree[0],i,n.length,e.row,e.column,r.row,r.column);const o=N(ae,"i32"),a=N(ae+Yt,"i32"),c=new Array(o);if(o>0){let t=a;for(let e=0;e<o;e++)c[e]=we(this.tree,t),t+=Qt}return Jt._free(a),Jt._free(i),c}get nextSibling(){return be(this),Jt._ts_node_next_sibling_wasm(this.tree[0]),we(this.tree)}get previousSibling(){return be(this),Jt._ts_node_prev_sibling_wasm(this.tree[0]),we(this.tree)}get nextNamedSibling(){return be(this),Jt._ts_node_next_named_sibling_wasm(this.tree[0]),we(this.tree)}get previousNamedSibling(){return be(this),Jt._ts_node_prev_named_sibling_wasm(this.tree[0]),we(this.tree)}get parent(){return be(this),Jt._ts_node_parent_wasm(this.tree[0]),we(this.tree)}descendantForIndex(t,e=t){if("number"!=typeof t||"number"!=typeof e)throw new Error("Arguments must be numbers");be(this);let r=ae+Qt;return I(r,t,"i32"),I(r+Yt,e,"i32"),Jt._ts_node_descendant_for_index_wasm(this.tree[0]),we(this.tree)}namedDescendantForIndex(t,e=t){if("number"!=typeof t||"number"!=typeof e)throw new Error("Arguments must be numbers");be(this);let r=ae+Qt;return I(r,t,"i32"),I(r+Yt,e,"i32"),Jt._ts_node_named_descendant_for_index_wasm(this.tree[0]),we(this.tree)}descendantForPosition(t,e=t){if(!ve(t)||!ve(e))throw new Error("Arguments must be {row, column} objects");be(this);let r=ae+Qt;return je(r,t),je(r+te,e),Jt._ts_node_descendant_for_position_wasm(this.tree[0]),we(this.tree)}namedDescendantForPosition(t,e=t){if(!ve(t)||!ve(e))throw new Error("Arguments must be {row, column} objects");be(this);let r=ae+Qt;return je(r,t),je(r+te,e),Jt._ts_node_named_descendant_for_position_wasm(this.tree[0]),we(this.tree)}walk(){return be(this),Jt._ts_tree_cursor_new_wasm(this.tree[0]),new he(Xt,this.tree)}toString(){be(this);const t=Jt._ts_node_to_string_wasm(this.tree[0]),e=function(t){for(var e="";;){var r=F[t++>>0];if(!r)return e;e+=String.fromCharCode(r)}}(t);return Jt._free(t),e}}class he{constructor(t,e){ge(t),this.tree=e,xe(this)}delete(){Ee(this),Jt._ts_tree_cursor_delete_wasm(this.tree[0]),this[0]=this[1]=this[2]=0}reset(t){be(t),Ee(this,ae+Qt),Jt._ts_tree_cursor_reset_wasm(this.tree[0]),xe(this)}get nodeType(){return this.tree.language.types[this.nodeTypeId]||"ERROR"}get nodeTypeId(){return Ee(this),Jt._ts_tree_cursor_current_node_type_id_wasm(this.tree[0])}get nodeId(){return Ee(this),Jt._ts_tree_cursor_current_node_id_wasm(this.tree[0])}get nodeIsNamed(){return Ee(this),1===Jt._ts_tree_cursor_current_node_is_named_wasm(this.tree[0])}get nodeIsMissing(){return Ee(this),1===Jt._ts_tree_cursor_current_node_is_missing_wasm(this.tree[0])}get nodeText(){Ee(this);const t=Jt._ts_tree_cursor_start_index_wasm(this.tree[0]),e=Jt._ts_tree_cursor_end_index_wasm(this.tree[0]);return me(this.tree,t,e)}get startPosition(){return Ee(this),Jt._ts_tree_cursor_start_position_wasm(this.tree[0]),Se(ae)}get endPosition(){return Ee(this),Jt._ts_tree_cursor_end_position_wasm(this.tree[0]),Se(ae)}get startIndex(){return Ee(this),Jt._ts_tree_cursor_start_index_wasm(this.tree[0])}get endIndex(){return Ee(this),Jt._ts_tree_cursor_end_index_wasm(this.tree[0])}currentNode(){return Ee(this),Jt._ts_tree_cursor_current_node_wasm(this.tree[0]),we(this.tree)}currentFieldId(){return Ee(this),Jt._ts_tree_cursor_current_field_id_wasm(this.tree[0])}currentFieldName(){return this.tree.language.fields[this.currentFieldId()]}gotoFirstChild(){Ee(this);const t=Jt._ts_tree_cursor_goto_first_child_wasm(this.tree[0]);return xe(this),1===t}gotoNextSibling(){Ee(this);const t=Jt._ts_tree_cursor_goto_next_sibling_wasm(this.tree[0]);return xe(this),1===t}gotoParent(){Ee(this);const t=Jt._ts_tree_cursor_goto_parent_wasm(this.tree[0]);return xe(this),1===t}}class _e{constructor(t,e){ge(t),this[0]=e,this.types=new Array(Jt._ts_language_symbol_count(this[0]));for(let t=0,e=this.types.length;t<e;t++)Jt._ts_language_symbol_type(this[0],t)<2&&(this.types[t]=D(Jt._ts_language_symbol_name(this[0],t)));this.fields=new Array(Jt._ts_language_field_count(this[0])+1);for(let t=0,e=this.fields.length;t<e;t++){const e=Jt._ts_language_field_name_for_id(this[0],t);this.fields[t]=0!==e?D(e):null}}get version(){return Jt._ts_language_version(this[0])}get fieldCount(){return this.fields.length-1}fieldIdForName(t){const e=this.fields.indexOf(t);return-1!==e?e:null}fieldNameForId(t){return this.fields[t]||null}idForNodeType(t,e){const r=G(t),n=Jt._malloc(r+1);W(t,n,r+1);const s=Jt._ts_language_symbol_for_name(this[0],n,r,e);return Jt._free(n),s||null}get nodeTypeCount(){return Jt._ts_language_symbol_count(this[0])}nodeTypeForId(t){const e=Jt._ts_language_symbol_name(this[0],t);return e?D(e):null}nodeTypeIsNamed(t){return!!Jt._ts_language_type_is_named_wasm(this[0],t)}nodeTypeIsVisible(t){return!!Jt._ts_language_type_is_visible_wasm(this[0],t)}query(t){const e=G(t),r=Jt._malloc(e+1);W(t,r,e+1);const n=Jt._ts_query_new(this[0],r,e,ae,ae+Yt);if(!n){const e=N(ae+Yt,"i32"),n=D(r,N(ae,"i32")).length,s=t.substr(n,100).split("\n")[0];let i,o=s.match(ne)[0];switch(e){case 2:i=new RangeError(`Bad node name '${o}'`);break;case 3:i=new RangeError(`Bad field name '${o}'`);break;case 4:i=new RangeError(`Bad capture name @${o}`);break;case 5:i=new TypeError(`Bad pattern structure at offset ${n}: '${s}'...`),o="";break;default:i=new SyntaxError(`Bad syntax at offset ${n}: '${s}'...`),o=""}throw i.index=n,i.length=o.length,Jt._free(r),i}const s=Jt._ts_query_string_count(n),i=Jt._ts_query_capture_count(n),o=Jt._ts_query_pattern_count(n),a=new Array(i),c=new Array(s);for(let t=0;t<i;t++){const e=Jt._ts_query_capture_name_for_id(n,t,ae),r=N(ae,"i32");a[t]=D(e,r)}for(let t=0;t<s;t++){const e=Jt._ts_query_string_value_for_id(n,t,ae),r=N(ae,"i32");c[t]=D(e,r)}const u=new Array(o),l=new Array(o),p=new Array(o),f=new Array(o),h=new Array(o);for(let t=0;t<o;t++){const e=Jt._ts_query_predicates_for_pattern(n,t,ae),r=N(ae,"i32");f[t]=[],h[t]=[];const s=[];let i=e;for(let e=0;e<r;e++){const e=N(i,"i32"),r=N(i+=Yt,"i32");if(i+=Yt,1===e)s.push({type:"capture",name:a[r]});else if(2===e)s.push({type:"string",value:c[r]});else if(s.length>0){if("string"!==s[0].type)throw new Error("Predicates must begin with a literal value");const e=s[0].value;let r=!0;switch(e){case"not-eq?":r=!1;case"eq?":if(3!==s.length)throw new Error("Wrong number of arguments to `#eq?` predicate. Expected 2, got "+(s.length-1));if("capture"!==s[1].type)throw new Error(`First argument of \`#eq?\` predicate must be a capture. Got "${s[1].value}"`);if("capture"===s[2].type){const e=s[1].name,n=s[2].name;h[t].push((function(t){let s,i;for(const r of t)r.name===e&&(s=r.node),r.name===n&&(i=r.node);return void 0===s||void 0===i||s.text===i.text===r}))}else{const e=s[1].name,n=s[2].value;h[t].push((function(t){for(const s of t)if(s.name===e)return s.node.text===n===r;return!0}))}break;case"not-match?":r=!1;case"match?":if(3!==s.length)throw new Error(`Wrong number of arguments to \`#match?\` predicate. Expected 2, got ${s.length-1}.`);if("capture"!==s[1].type)throw new Error(`First argument of \`#match?\` predicate must be a capture. Got "${s[1].value}".`);if("string"!==s[2].type)throw new Error(`Second argument of \`#match?\` predicate must be a string. Got @${s[2].value}.`);const n=s[1].name,i=new RegExp(s[2].value);h[t].push((function(t){for(const e of t)if(e.name===n)return i.test(e.node.text)===r;return!0}));break;case"set!":if(s.length<2||s.length>3)throw new Error(`Wrong number of arguments to \`#set!\` predicate. Expected 1 or 2. Got ${s.length-1}.`);if(s.some((t=>"string"!==t.type)))throw new Error('Arguments to `#set!` predicate must be a strings.".');u[t]||(u[t]={}),u[t][s[1].value]=s[2]?s[2].value:null;break;case"is?":case"is-not?":if(s.length<2||s.length>3)throw new Error(`Wrong number of arguments to \`#${e}\` predicate. Expected 1 or 2. Got ${s.length-1}.`);if(s.some((t=>"string"!==t.type)))throw new Error(`Arguments to \`#${e}\` predicate must be a strings.".`);const o="is?"===e?l:p;o[t]||(o[t]={}),o[t][s[1].value]=s[2]?s[2].value:null;break;default:f[t].push({operator:e,operands:s.slice(1)})}s.length=0}}Object.freeze(u[t]),Object.freeze(l[t]),Object.freeze(p[t])}return Jt._free(r),new de(Xt,n,a,h,f,Object.freeze(u),Object.freeze(l),Object.freeze(p))}static load(t){let e;if(t instanceof Uint8Array)e=Promise.resolve(t);else{const n=t;if("undefined"!=typeof process&&process.versions&&process.versions.node){const t=r(5530);e=Promise.resolve(t.readFileSync(n))}else e=fetch(n).then((t=>t.arrayBuffer().then((e=>{if(t.ok)return new Uint8Array(e);{const r=new TextDecoder("utf-8").decode(e);throw new Error(`Language.load failed with status ${t.status}.\n\n${r}`)}}))))}const n="function"==typeof loadSideModule?loadSideModule:Ot;return e.then((t=>n(t,{loadAsync:!0}))).then((t=>{const e=Object.keys(t),r=e.find((t=>se.test(t)&&!t.includes("external_scanner_")));r||console.log(`Couldn't find language function in WASM file. Symbols:\n${JSON.stringify(e,null,2)}`);const n=t[r]();return new _e(Xt,n)}))}}class de{constructor(t,e,r,n,s,i,o,a){ge(t),this[0]=e,this.captureNames=r,this.textPredicates=n,this.predicates=s,this.setProperties=i,this.assertedProperties=o,this.refutedProperties=a,this.exceededMatchLimit=!1}delete(){Jt._ts_query_delete(this[0]),this[0]=0}matches(t,e,r,n){e||(e=re),r||(r=re),n||(n={});let s=n.matchLimit;if(void 0===s)s=0;else if("number"!=typeof s)throw new Error("Arguments must be numbers");be(t),Jt._ts_query_matches_wasm(this[0],t.tree[0],e.row,e.column,r.row,r.column,s);const i=N(ae,"i32"),o=N(ae+Yt,"i32"),a=N(ae+2*Yt,"i32"),c=new Array(i);this.exceededMatchLimit=!!a;let u=0,l=o;for(let e=0;e<i;e++){const r=N(l,"i32"),n=N(l+=Yt,"i32");l+=Yt;const s=new Array(n);if(l=ye(this,t.tree,l,s),this.textPredicates[r].every((t=>t(s)))){c[u++]={pattern:r,captures:s};const t=this.setProperties[r];t&&(c[e].setProperties=t);const n=this.assertedProperties[r];n&&(c[e].assertedProperties=n);const i=this.refutedProperties[r];i&&(c[e].refutedProperties=i)}}return c.length=u,Jt._free(o),c}captures(t,e,r,n){e||(e=re),r||(r=re),n||(n={});let s=n.matchLimit;if(void 0===s)s=0;else if("number"!=typeof s)throw new Error("Arguments must be numbers");be(t),Jt._ts_query_captures_wasm(this[0],t.tree[0],e.row,e.column,r.row,r.column,s);const i=N(ae,"i32"),o=N(ae+Yt,"i32"),a=N(ae+2*Yt,"i32"),c=[];this.exceededMatchLimit=!!a;const u=[];let l=o;for(let e=0;e<i;e++){const e=N(l,"i32"),r=N(l+=Yt,"i32"),n=N(l+=Yt,"i32");if(l+=Yt,u.length=r,l=ye(this,t.tree,l,u),this.textPredicates[e].every((t=>t(u)))){const t=u[n],r=this.setProperties[e];r&&(t.setProperties=r);const s=this.assertedProperties[e];s&&(t.assertedProperties=s);const i=this.refutedProperties[e];i&&(t.refutedProperties=i),c.push(t)}}return Jt._free(o),c}predicatesForPattern(t){return this.predicates[t]}didExceedMatchLimit(){return this.exceededMatchLimit}}function me(t,e,r){const n=r-e;let s=t.textCallback(e,null,r);for(e+=s.length;e<r;){const n=t.textCallback(e,null,r);if(!(n&&n.length>0))break;e+=n.length,s+=n}return e>r&&(s=s.slice(0,n)),s}function ye(t,e,r,n){for(let s=0,i=n.length;s<i;s++){const i=N(r,"i32"),o=we(e,r+=Yt);r+=Qt,n[s]={name:t.captureNames[i],node:o}}return r}function ge(t){if(t!==Xt)throw new Error("Illegal constructor")}function ve(t){return t&&"number"==typeof t.row&&"number"==typeof t.column}function be(t){let e=ae;I(e,t.id,"i32"),I(e+=Yt,t.startIndex,"i32"),I(e+=Yt,t.startPosition.row,"i32"),I(e+=Yt,t.startPosition.column,"i32"),I(e+=Yt,t[0],"i32")}function we(t,e=ae){const r=N(e,"i32");if(0===r)return null;const n=N(e+=Yt,"i32"),s=N(e+=Yt,"i32"),i=N(e+=Yt,"i32"),o=N(e+=Yt,"i32"),a=new fe(Xt,t);return a.id=r,a.startIndex=n,a.startPosition={row:s,column:i},a[0]=o,a}function Ee(t,e=ae){I(e+0*Yt,t[0],"i32"),I(e+1*Yt,t[1],"i32"),I(e+2*Yt,t[2],"i32")}function xe(t){t[0]=N(ae+0*Yt,"i32"),t[1]=N(ae+1*Yt,"i32"),t[2]=N(ae+2*Yt,"i32")}function je(t,e){I(t,e.row,"i32"),I(t+Yt,e.column,"i32")}function Se(t){return{row:N(t,"i32"),column:N(t+Yt,"i32")}}function Ae(t,e){je(t,e.startPosition),je(t+=te,e.endPosition),I(t+=te,e.startIndex,"i32"),I(t+=Yt,e.endIndex,"i32"),t+=Yt}function Oe(t){const e={};return e.startPosition=Se(t),t+=te,e.endPosition=Se(t),t+=te,e.startIndex=N(t,"i32"),t+=Yt,e.endIndex=N(t,"i32"),e}for(const t of Object.getOwnPropertyNames(le.prototype))Object.defineProperty(i.prototype,t,{value:le.prototype[t],enumerable:!1,writable:!1});i.Language=_e,n.onRuntimeInitialized=()=>{le.init(),e()}})))}}return i}();t.exports=s},5530:()=>{},6287:()=>{},1427:(t,e,r)=>{t.exports=r(6762)}},e={};function r(n){var s=e[n];if(void 0!==s)return s.exports;var i=e[n]={id:n,loaded:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.loaded=!0,i.exports}r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),(()=>{var t;r.g.importScripts&&(t=r.g.location+"");var e=r.g.document;if(!t&&e&&(e.currentScript&&(t=e.currentScript.src),!t)){var n=e.getElementsByTagName("script");if(n.length)for(var s=n.length-1;s>-1&&!t;)t=n[s--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),r.p=t})();var n={};return(()=>{"use strict";r.r(n),r.d(n,{detect:()=>oi,detectionRegExp:()=>ii,mediaTypes:()=>si,namespace:()=>ci,parse:()=>ai});var t={};r.r(t),r.d(t,{hasElementSourceMap:()=>rr,includesClasses:()=>sr,includesSymbols:()=>nr,isAnnotationElement:()=>Xe,isArrayElement:()=>Ze,isBooleanElement:()=>We,isCommentElement:()=>Ye,isElement:()=>ze,isLinkElement:()=>He,isMemberElement:()=>Ke,isNullElement:()=>Ue,isNumberElement:()=>De,isObjectElement:()=>Ge,isParseResultElement:()=>Qe,isPrimitiveElement:()=>er,isRefElement:()=>Je,isSourceMapElement:()=>tr,isStringElement:()=>Be});var e={};function s(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]}function i(t){return function e(r){return 0===arguments.length||s(r)?e:t.apply(this,arguments)}}function o(t){return function e(r,n){switch(arguments.length){case 0:return e;case 1:return s(r)?e:i((function(e){return t(r,e)}));default:return s(r)&&s(n)?e:s(r)?i((function(e){return t(e,n)})):s(n)?i((function(e){return t(r,e)})):t(r,n)}}}function a(t){return function e(r,n,a){switch(arguments.length){case 0:return e;case 1:return s(r)?e:o((function(e,n){return t(r,e,n)}));case 2:return s(r)&&s(n)?e:s(r)?o((function(e,r){return t(e,n,r)})):s(n)?o((function(e,n){return t(r,e,n)})):i((function(e){return t(r,n,e)}));default:return s(r)&&s(n)&&s(a)?e:s(r)&&s(n)?o((function(e,r){return t(e,r,a)})):s(r)&&s(a)?o((function(e,r){return t(e,n,r)})):s(n)&&s(a)?o((function(e,n){return t(r,e,n)})):s(r)?i((function(e){return t(e,n,a)})):s(n)?i((function(e){return t(r,e,a)})):s(a)?i((function(e){return t(r,n,e)})):t(r,n,a)}}}r.r(e),r.d(e,{isInfoElement:()=>zs,isMainElement:()=>Vs,isPrincipleElement:()=>Bs,isRequirementElement:()=>Ds,isRequirementLevelElement:()=>Us,isScenarioElement:()=>Ws,isStandardElement:()=>Gs,isStandardIdentifierElement:()=>Zs});const c=o((function(t,e){return null==e||e!=e?t:e})),u=Number.isInteger||function(t){return t<<0===t};function l(t){return"[object String]"===Object.prototype.toString.call(t)}const p=o((function(t,e){var r=t<0?e.length+t:t;return l(e)?e.charAt(r):e[r]}));const f=o((function(t,e){if(null!=e)return u(t)?p(t,e):e[t]}));const h=a((function(t,e,r){return c(t,f(e,r))}));var _=o((function(t,e){for(var r={},n={},s=0,i=t.length;s<i;)n[t[s]]=1,s+=1;for(var o in e)n.hasOwnProperty(o)||(r[o]=e[o]);return r}));const d=_;function m(t,e,r){for(var n=0,s=r.length;n<s;)e=t(e,r[n]),n+=1;return e}const y=Array.isArray||function(t){return null!=t&&t.length>=0&&"[object Array]"===Object.prototype.toString.call(t)};const g=i((function(t){return!!y(t)||!!t&&("object"==typeof t&&(!l(t)&&(0===t.length||t.length>0&&(t.hasOwnProperty(0)&&t.hasOwnProperty(t.length-1)))))}));var v="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function b(t,e,r){return function(n,s,i){if(g(i))return t(n,s,i);if(null==i)return s;if("function"==typeof i["fantasy-land/reduce"])return e(n,s,i,"fantasy-land/reduce");if(null!=i[v])return r(n,s,i[v]());if("function"==typeof i.next)return r(n,s,i);if("function"==typeof i.reduce)return e(n,s,i,"reduce");throw new TypeError("reduce: list must be array or iterable")}}function w(t,e,r){for(var n=r.next();!n.done;)e=t(e,n.value),n=r.next();return e}function E(t,e,r,n){return r[n](t,e)}const x=b(m,E,w);function j(t,e,r){return function(){if(0===arguments.length)return r();var n=arguments[arguments.length-1];if(!y(n)){for(var s=0;s<t.length;){if("function"==typeof n[t[s]])return n[t[s]].apply(n,Array.prototype.slice.call(arguments,0,-1));s+=1}if(function(t){return null!=t&&"function"==typeof t["@@transducer/step"]}(n))return e.apply(null,Array.prototype.slice.call(arguments,0,-1))(n)}return r.apply(this,arguments)}}function S(t,e){for(var r=0,n=e.length,s=Array(n);r<n;)s[r]=t(e[r]),r+=1;return s}const A=function(){return this.xf["@@transducer/init"]()},O=function(t){return this.xf["@@transducer/result"](t)};var P=function(){function t(t,e){this.xf=e,this.f=t}return t.prototype["@@transducer/init"]=A,t.prototype["@@transducer/result"]=O,t.prototype["@@transducer/step"]=function(t,e){return this.xf["@@transducer/step"](t,this.f(e))},t}();const k=function(t){return function(e){return new P(t,e)}};function I(t,e){switch(t){case 0:return function(){return e.apply(this,arguments)};case 1:return function(t){return e.apply(this,arguments)};case 2:return function(t,r){return e.apply(this,arguments)};case 3:return function(t,r,n){return e.apply(this,arguments)};case 4:return function(t,r,n,s){return e.apply(this,arguments)};case 5:return function(t,r,n,s,i){return e.apply(this,arguments)};case 6:return function(t,r,n,s,i,o){return e.apply(this,arguments)};case 7:return function(t,r,n,s,i,o,a){return e.apply(this,arguments)};case 8:return function(t,r,n,s,i,o,a,c){return e.apply(this,arguments)};case 9:return function(t,r,n,s,i,o,a,c,u){return e.apply(this,arguments)};case 10:return function(t,r,n,s,i,o,a,c,u,l){return e.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function N(t,e,r){return function(){for(var n=[],i=0,o=t,a=0,c=!1;a<e.length||i<arguments.length;){var u;a<e.length&&(!s(e[a])||i>=arguments.length)?u=e[a]:(u=arguments[i],i+=1),n[a]=u,s(u)?c=!0:o-=1,a+=1}return!c&&o<=0?r.apply(this,n):I(Math.max(0,o),N(t,n,r))}}const M=o((function(t,e){return 1===t?i(e):I(t,N(t,[],e))}));function T(t,e){return Object.prototype.hasOwnProperty.call(e,t)}var R=Object.prototype.toString;const C=function(){return"[object Arguments]"===R.call(arguments)?function(t){return"[object Arguments]"===R.call(t)}:function(t){return T("callee",t)}}();var F=!{toString:null}.propertyIsEnumerable("toString"),q=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],L=function(){return arguments.propertyIsEnumerable("length")}(),$=function(t,e){for(var r=0;r<t.length;){if(t[r]===e)return!0;r+=1}return!1},V="function"!=typeof Object.keys||L?i((function(t){if(Object(t)!==t)return[];var e,r,n=[],s=L&&C(t);for(e in t)!T(e,t)||s&&"length"===e||(n[n.length]=e);if(F)for(r=q.length-1;r>=0;)T(e=q[r],t)&&!$(n,e)&&(n[n.length]=e),r-=1;return n})):i((function(t){return Object(t)!==t?[]:Object.keys(t)}));const z=V;const B=o(j(["fantasy-land/map","map"],k,(function(t,e){switch(Object.prototype.toString.call(e)){case"[object Function]":return M(e.length,(function(){return t.call(this,e.apply(this,arguments))}));case"[object Object]":return m((function(r,n){return r[n]=t(e[n]),r}),{},z(e));default:return S(t,e)}})));const D=o((function(t,e){return"function"==typeof e["fantasy-land/ap"]?e["fantasy-land/ap"](t):"function"==typeof t.ap?t.ap(e):"function"==typeof t?function(r){return t(r)(e(r))}:x((function(t,r){return function(t,e){var r;e=e||[];var n=(t=t||[]).length,s=e.length,i=[];for(r=0;r<n;)i[i.length]=t[r],r+=1;for(r=0;r<s;)i[i.length]=e[r],r+=1;return i}(t,B(r,e))}),[],t)}));const U=o((function(t,e){var r=M(t,e);return M(t,(function(){return m(D,B(r,arguments[0]),Array.prototype.slice.call(arguments,1))}))}));const W=i((function(t){return U(t.length,t)}));const G=W(i((function(t){return!t})));function Z(t){for(var e,r=[];!(e=t.next()).done;)r.push(e.value);return r}function K(t,e,r){for(var n=0,s=r.length;n<s;){if(t(e,r[n]))return!0;n+=1}return!1}const H="function"==typeof Object.is?Object.is:function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e};const J=i((function(t){return null===t?"Null":void 0===t?"Undefined":Object.prototype.toString.call(t).slice(8,-1)}));function X(t,e,r,n){var s=Z(t);function i(t,e){return Y(t,e,r.slice(),n.slice())}return!K((function(t,e){return!K(i,e,t)}),Z(e),s)}function Y(t,e,r,n){if(H(t,e))return!0;var s,i,o=J(t);if(o!==J(e))return!1;if("function"==typeof t["fantasy-land/equals"]||"function"==typeof e["fantasy-land/equals"])return"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e)&&"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t);if("function"==typeof t.equals||"function"==typeof e.equals)return"function"==typeof t.equals&&t.equals(e)&&"function"==typeof e.equals&&e.equals(t);switch(o){case"Arguments":case"Array":case"Object":if("function"==typeof t.constructor&&"Promise"===(s=t.constructor,null==(i=String(s).match(/^function (\w*)/))?"":i[1]))return t===e;break;case"Boolean":case"Number":case"String":if(typeof t!=typeof e||!H(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!H(t.valueOf(),e.valueOf()))return!1;break;case"Error":return t.name===e.name&&t.message===e.message;case"RegExp":if(t.source!==e.source||t.global!==e.global||t.ignoreCase!==e.ignoreCase||t.multiline!==e.multiline||t.sticky!==e.sticky||t.unicode!==e.unicode)return!1}for(var a=r.length-1;a>=0;){if(r[a]===t)return n[a]===e;a-=1}switch(o){case"Map":return t.size===e.size&&X(t.entries(),e.entries(),r.concat([t]),n.concat([e]));case"Set":return t.size===e.size&&X(t.values(),e.values(),r.concat([t]),n.concat([e]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var c=z(t);if(c.length!==z(e).length)return!1;var u=r.concat([t]),l=n.concat([e]);for(a=c.length-1;a>=0;){var p=c[a];if(!T(p,e)||!Y(e[p],t[p],u,l))return!1;a-=1}return!0}const Q=o((function(t,e){return Y(t,e,[],[])}));const tt=i((function(t){return function(){return t}}));const et=tt(void 0);const rt=Q(et());const nt=G(rt);var st=r(7952);function it(t,e){return function(){return e.call(this,t.apply(this,arguments))}}function ot(t,e,r){for(var n=0,s=r.length;n<s;){if((e=t["@@transducer/step"](e,r[n]))&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}n+=1}return t["@@transducer/result"](e)}const at=o((function(t,e){return I(t.length,(function(){return t.apply(e,arguments)}))}));function ct(t,e,r){for(var n=r.next();!n.done;){if((e=t["@@transducer/step"](e,n.value))&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}n=r.next()}return t["@@transducer/result"](e)}function ut(t,e,r,n){return t["@@transducer/result"](r[n](at(t["@@transducer/step"],t),e))}const lt=b(ot,ut,ct);var pt=function(){function t(t){this.f=t}return t.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},t.prototype["@@transducer/result"]=function(t){return t},t.prototype["@@transducer/step"]=function(t,e){return this.f(t,e)},t}();const ft=a((function(t,e,r){return lt("function"==typeof t?new pt(t):t,e,r)}));function ht(t,e){return function(){var r=arguments.length;if(0===r)return e();var n=arguments[r-1];return y(n)||"function"!=typeof n[t]?e.apply(this,arguments):n[t].apply(n,Array.prototype.slice.call(arguments,0,r-1))}}const _t=a(ht("slice",(function(t,e,r){return Array.prototype.slice.call(r,t,e)})));const dt=i(ht("tail",_t(1,1/0)));function mt(){if(0===arguments.length)throw new Error("pipe requires at least one argument");return I(arguments[0].length,ft(it,arguments[0],dt(arguments)))}var yt=function(t,e){switch(arguments.length){case 0:return yt;case 1:return function e(r){return 0===arguments.length?e:H(t,r)};default:return H(t,e)}};const gt=yt;function vt(t,e){return function(t,e,r){var n,s;if("function"==typeof t.indexOf)switch(typeof e){case"number":if(0===e){for(n=1/e;r<t.length;){if(0===(s=t[r])&&1/s===n)return r;r+=1}return-1}if(e!=e){for(;r<t.length;){if("number"==typeof(s=t[r])&&s!=s)return r;r+=1}return-1}return t.indexOf(e,r);case"string":case"boolean":case"function":case"undefined":return t.indexOf(e,r);case"object":if(null===e)return t.indexOf(e,r)}for(;r<t.length;){if(Q(t[r],e))return r;r+=1}return-1}(e,t,0)>=0}function bt(t){return'"'+t.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\f/g,"\\f").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t").replace(/\v/g,"\\v").replace(/\0/g,"\\0").replace(/"/g,'\\"')+'"'}var wt=function(t){return(t<10?"0":"")+t};const Et="function"==typeof Date.prototype.toISOString?function(t){return t.toISOString()}:function(t){return t.getUTCFullYear()+"-"+wt(t.getUTCMonth()+1)+"-"+wt(t.getUTCDate())+"T"+wt(t.getUTCHours())+":"+wt(t.getUTCMinutes())+":"+wt(t.getUTCSeconds())+"."+(t.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function xt(t){return"[object Object]"===Object.prototype.toString.call(t)}var jt=function(){function t(t,e){this.xf=e,this.f=t}return t.prototype["@@transducer/init"]=A,t.prototype["@@transducer/result"]=O,t.prototype["@@transducer/step"]=function(t,e){return this.f(e)?this.xf["@@transducer/step"](t,e):t},t}();function St(t){return function(e){return new jt(t,e)}}const At=o(j(["fantasy-land/filter","filter"],St,(function(t,e){return xt(e)?m((function(r,n){return t(e[n])&&(r[n]=e[n]),r}),{},z(e)):function(t,e){for(var r=0,n=e.length,s=[];r<n;)t(e[r])&&(s[s.length]=e[r]),r+=1;return s}(t,e)})));const Ot=o((function(t,e){return At((r=t,function(){return!r.apply(this,arguments)}),e);var r}));function Pt(t,e){var r=function(r){var n=e.concat([t]);return vt(r,n)?"<Circular>":Pt(r,n)},n=function(t,e){return S((function(e){return bt(e)+": "+r(t[e])}),e.slice().sort())};switch(Object.prototype.toString.call(t)){case"[object Arguments]":return"(function() { return arguments; }("+S(r,t).join(", ")+"))";case"[object Array]":return"["+S(r,t).concat(n(t,Ot((function(t){return/^\d+$/.test(t)}),z(t)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof t?"new Boolean("+r(t.valueOf())+")":t.toString();case"[object Date]":return"new Date("+(isNaN(t.valueOf())?r(NaN):bt(Et(t)))+")";case"[object Map]":return"new Map("+r(Array.from(t))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof t?"new Number("+r(t.valueOf())+")":1/t==-1/0?"-0":t.toString(10);case"[object Set]":return"new Set("+r(Array.from(t).sort())+")";case"[object String]":return"object"==typeof t?"new String("+r(t.valueOf())+")":bt(t);case"[object Undefined]":return"undefined";default:if("function"==typeof t.toString){var s=t.toString();if("[object Object]"!==s)return s}return"{"+n(t,z(t)).join(", ")+"}"}}const kt=i((function(t){return Pt(t,[])}));const It=o((function(t,e){return t.map((function(t){for(var r,n=e,s=0;s<t.length;){if(null==n)return;r=t[s],n=u(r)?p(r,n):n[r],s+=1}return n}))}));const Nt=o((function(t,e){return It([t],e)[0]}));const Mt=a((function(t,e,r){return t(Nt(e,r))}));function Tt(t){var e=Object.prototype.toString.call(t);return"[object Function]"===e||"[object AsyncFunction]"===e||"[object GeneratorFunction]"===e||"[object AsyncGeneratorFunction]"===e}const Rt=o((function(t,e){return t&&e}));const Ct=o((function(t,e){return Tt(t)?function(){return t.apply(this,arguments)&&e.apply(this,arguments)}:W(Rt)(t,e)}));const Ft=Q(null);var qt=G(Ft);function Lt(t){return Lt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Lt(t)}const $t=M(1,Ct(qt,(function(t){return"object"===Lt(t)})));const Vt=o((function(t,e){if(t===e)return e;function r(t,e){if(t>e!=e>t)return e>t?e:t}var n=r(t,e);if(void 0!==n)return n;var s=r(typeof t,typeof e);if(void 0!==s)return s===typeof t?t:e;var i=kt(t),o=r(i,kt(e));return void 0!==o&&o===i?t:e}));const zt=o((function(t,e){return B(f(t),e)}));const Bt=i((function(t){return M(ft(Vt,0,zt("length",t)),(function(){for(var e=0,r=t.length;e<r;){if(t[e].apply(this,arguments))return!0;e+=1}return!1}))}));const Dt=M(1,mt(J,gt("GeneratorFunction")));const Ut=M(1,mt(J,gt("AsyncFunction")));const Wt=Bt([mt(J,gt("Function")),Dt,Ut]);var Gt=mt(J,gt("Object")),Zt=mt(kt,Q(kt(Object))),Kt=Mt(Ct(Wt,Zt),["constructor"]);const Ht=M(1,(function(t){if(!$t(t)||!Gt(t))return!1;var e=Object.getPrototypeOf(t);return!!Ft(e)||Kt(e)}));class Jt extends st.RP{constructor(t,e,r){super(t,e,r),this.element="annotation"}get code(){return this.attributes.get("code")}set code(t){this.attributes.set("code",t)}}const Xt=Jt;class Yt extends st.RP{constructor(t,e,r){super(t,e,r),this.element="comment"}}const Qt=Yt;class te extends st.ON{constructor(t,e,r){super(t,e,r),this.element="parseResult"}get api(){return this.children.filter((t=>t.classes.contains("api"))).first}get results(){return this.children.filter((t=>t.classes.contains("result")))}get result(){return this.results.first}get annotations(){return this.children.filter((t=>"annotation"===t.element))}get warnings(){return this.children.filter((t=>"annotation"===t.element&&t.classes.contains("warning")))}get errors(){return this.children.filter((t=>"annotation"===t.element&&t.classes.contains("error")))}get isEmpty(){return this.children.reject((t=>"annotation"===t.element)).isEmpty}replaceResult(t){const{result:e}=this;if(rt(e))return!1;const r=this.content.findIndex((t=>t===e));return-1!==r&&(this.content[r]=t,!0)}}const ee=te;class re extends st.ON{constructor(t,e,r){super(t,e,r),this.element="sourceMap"}get positionStart(){return this.children.filter((t=>t.classes.contains("position"))).get(0)}get positionEnd(){return this.children.filter((t=>t.classes.contains("position"))).get(1)}set position(t){if(null===t)return;const e=new st.ON([t.start.row,t.start.column,t.start.char]),r=new st.ON([t.end.row,t.end.column,t.end.char]);e.classes.push("position"),r.classes.push("position"),this.push(e).push(r)}}const ne=re;class se extends st.lS{constructor(){super(),this.register("annotation",Xt),this.register("comment",Qt),this.register("parseResult",ee),this.register("sourceMap",ne)}}const ie=new se,oe=t=>{const e=new se;return Ht(t)&&e.use(t),e},ae=ie;const ce=M(1,mt(J,gt("String"))),ue=r.p+"23aac571c96605dc25219087ad291441.wasm",le=globalThis.fetch;Wt(le)&&(globalThis.fetch=(...t)=>ce(t[0])&&t[0].endsWith("tree-sitter.wasm")?le.apply(globalThis,[ue,dt(t)]):le.apply(globalThis,t));var pe=r(9794);const fe=i((function(t){return null==t}));var he=o((function(t,e){return!fe(e)&&t in e}));const _e=he;var de=r(1427);const me=class extends de{constructor(t,e,r){if(super(t,e,r),this.name=this.constructor.name,"string"==typeof e&&(this.message=e),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(e).stack,Ht(r)&&_e("cause",r)&&!_e("cause",this)){const{cause:t}=r;this.cause=t,t instanceof Error&&_e("stack",t)&&(this.stack=`${this.stack}\nCAUSE: ${null==t?void 0:t.stack}`)}}};class ye extends Error{static[Symbol.hasInstance](t){return super[Symbol.hasInstance](t)||Function.prototype[Symbol.hasInstance].call(me,t)}constructor(t,e){if(super(t,e),this.name=this.constructor.name,"string"==typeof t&&(this.message=t),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(t).stack,Ht(e)&&_e("cause",e)&&!_e("cause",this)){const{cause:t}=e;this.cause=t,t instanceof Error&&_e("stack",t)&&(this.stack=`${this.stack}\nCAUSE: ${null==t?void 0:t.stack}`)}}}const ge=ye,ve=r.p+"13ee407b2f9bd26c94370902ddeb5bcf.wasm";let be=null,we=null;const Ee=async t=>{if(null===be&&null===we)we=pe.init().then((()=>pe.Language.load(ve))).then((t=>{const e=new pe;return e.setLanguage(t),e})).finally((()=>{we=null})),be=await we;else if(null===be&&null!==we)be=await we;else if(null===be)throw new ge("Error while initializing web-tree-sitter and loading tree-sitter-json grammar.");return be.parse(t)},xe=(t,e,r)=>{const n=t[e];if(null!=n){if(!r&&"function"==typeof n)return n;const t=r?n.leave:n.enter;if("function"==typeof t)return t}else{const n=r?t.leave:t.enter;if(null!=n){if("function"==typeof n)return n;const t=n[e];if("function"==typeof t)return t}}return null},je={},Se=t=>null==t?void 0:t.type,Ae=t=>"string"==typeof Se(t),Oe=t=>Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),Pe=(t,e,{keyMap:r=null,state:n={},breakSymbol:s=je,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=xe,nodeTypeGetter:c=Se,nodePredicate:u=Ae,nodeCloneFn:l=Oe,detectCycles:p=!0}={})=>{const f=r||{};let h,_,d=Array.isArray(t),m=[t],y=-1,g=[],v=t;const b=[],w=[];do{y+=1;const t=y===m.length;let r;const x=t&&0!==g.length;if(t){if(r=0===w.length?void 0:b.pop(),v=_,_=w.pop(),x)if(d){v=v.slice();let t=0;for(const[e,r]of g){const n=e-t;r===i?(v.splice(n,1),t+=1):v[n]=r}}else{v=l(v);for(const[t,e]of g)v[t]=e}y=h.index,m=h.keys,g=h.edits,d=h.inArray,h=h.prev}else if(_!==i&&void 0!==_){if(r=d?y:m[y],v=_[r],v===i||void 0===v)continue;b.push(r)}if(w.includes(v))continue;let j;if(!Array.isArray(v)){if(!u(v))throw new ge(`Invalid AST Node: ${JSON.stringify(v)}`);if(p&&w.includes(v)){b.pop();continue}const i=a(e,c(v),t);if(i){for(const[t,r]of Object.entries(n))e[t]=r;j=i.call(e,v,r,_,b,w)}if(j===s)break;if(j===o){if(!t){b.pop();continue}}else if(void 0!==j&&(g.push([r,j]),!t)){if(!u(j)){b.pop();continue}v=j}}var E;if(void 0===j&&x&&g.push([r,v]),!t)h={inArray:d,index:y,keys:m,edits:g,prev:h},d=Array.isArray(v),m=d?v:null!==(E=f[c(v)])&&void 0!==E?E:[],y=-1,g=[],_!==i&&void 0!==_&&w.push(_),_=v}while(void 0!==h);return 0!==g.length?g.at(-1)[1]:t};Pe[Symbol.for("nodejs.util.promisify.custom")]=async(t,e,{keyMap:r=null,state:n={},breakSymbol:s=je,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=xe,nodeTypeGetter:c=Se,nodePredicate:u=Ae,nodeCloneFn:l=Oe,detectCycles:p=!0}={})=>{const f=r||{};let h,_,d=Array.isArray(t),m=[t],y=-1,g=[],v=t;const b=[],w=[];do{y+=1;const t=y===m.length;let r;const x=t&&0!==g.length;if(t){if(r=0===w.length?void 0:b.pop(),v=_,_=w.pop(),x)if(d){v=v.slice();let t=0;for(const[e,r]of g){const n=e-t;r===i?(v.splice(n,1),t+=1):v[n]=r}}else{v=l(v);for(const[t,e]of g)v[t]=e}y=h.index,m=h.keys,g=h.edits,d=h.inArray,h=h.prev}else if(_!==i&&void 0!==_){if(r=d?y:m[y],v=_[r],v===i||void 0===v)continue;b.push(r)}let j;if(!Array.isArray(v)){if(!u(v))throw new ge(`Invalid AST Node: ${JSON.stringify(v)}`);if(p&&w.includes(v)){b.pop();continue}const i=a(e,c(v),t);if(i){for(const[t,r]of Object.entries(n))e[t]=r;j=await i.call(e,v,r,_,b,w)}if(j===s)break;if(j===o){if(!t){b.pop();continue}}else if(void 0!==j&&(g.push([r,j]),!t)){if(!u(j)){b.pop();continue}v=j}}var E;if(void 0===j&&x&&g.push([r,v]),!t)h={inArray:d,index:y,keys:m,edits:g,prev:h},d=Array.isArray(v),m=d?v:null!==(E=f[c(v)])&&void 0!==E?E:[],y=-1,g=[],_!==i&&void 0!==_&&w.push(_),_=v}while(void 0!==h);return 0!==g.length?g.at(-1)[1]:t};var ke=r(6591);const Ie=function(){return!1};var Ne=function(){function t(t,e){this.xf=e,this.f=t,this.all=!0}return t.prototype["@@transducer/init"]=A,t.prototype["@@transducer/result"]=function(t){return this.all&&(t=this.xf["@@transducer/step"](t,!0)),this.xf["@@transducer/result"](t)},t.prototype["@@transducer/step"]=function(t,e){var r;return this.f(e)||(this.all=!1,t=(r=this.xf["@@transducer/step"](t,!1))&&r["@@transducer/reduced"]?r:{"@@transducer/value":r,"@@transducer/reduced":!0}),t},t}();function Me(t){return function(e){return new Ne(t,e)}}const Te=o(j(["all"],Me,(function(t,e){for(var r=0;r<e.length;){if(!t(e[r]))return!1;r+=1}return!0})));const Re=i((function(t){return M(t.length,(function(e,r){var n=Array.prototype.slice.call(arguments,0);return n[0]=r,n[1]=e,t.apply(this,n)}))}))(o(vt)),Ce=(t,e)=>"function"==typeof(null==e?void 0:e[t]),Fe=t=>null!=t&&Object.prototype.hasOwnProperty.call(t,"_storedElement")&&Object.prototype.hasOwnProperty.call(t,"_content"),qe=(t,e)=>{var r;return(null==e||null===(r=e.primitive)||void 0===r?void 0:r.call(e))===t},Le=(t,e)=>{var r,n;return(null==e||null===(r=e.classes)||void 0===r||null===(n=r.includes)||void 0===n?void 0:n.call(r,t))||!1},$e=(t,e)=>(null==e?void 0:e.element)===t,Ve=t=>t({hasMethod:Ce,hasBasicElementProps:Fe,primitiveEq:qe,isElementType:$e,hasClass:Le}),ze=Ve((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof st.W_||t(r)&&e(void 0,r))),Be=Ve((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof st.RP||t(r)&&e("string",r))),De=Ve((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof st.VL||t(r)&&e("number",r))),Ue=Ve((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof st.zr||t(r)&&e("null",r))),We=Ve((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof st.hh||t(r)&&e("boolean",r))),Ge=Ve((({hasBasicElementProps:t,primitiveEq:e,hasMethod:r})=>n=>n instanceof st.Sb||t(n)&&e("object",n)&&r("keys",n)&&r("values",n)&&r("items",n))),Ze=Ve((({hasBasicElementProps:t,primitiveEq:e,hasMethod:r})=>n=>n instanceof st.ON&&!(n instanceof st.Sb)||t(n)&&e("array",n)&&r("push",n)&&r("unshift",n)&&r("map",n)&&r("reduce",n))),Ke=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof st.c6||t(n)&&e("member",n)&&r(void 0,n))),He=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof st.EA||t(n)&&e("link",n)&&r(void 0,n))),Je=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof st.tK||t(n)&&e("ref",n)&&r(void 0,n))),Xe=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof Xt||t(n)&&e("annotation",n)&&r("array",n))),Ye=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof Qt||t(n)&&e("comment",n)&&r("string",n))),Qe=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ee||t(n)&&e("parseResult",n)&&r("array",n))),tr=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ne||t(n)&&e("sourceMap",n)&&r("array",n))),er=t=>$e("object",t)||$e("array",t)||$e("boolean",t)||$e("number",t)||$e("string",t)||$e("null",t)||$e("member",t),rr=t=>{var e,r;return tr(null==t||null===(e=t.meta)||void 0===e||null===(r=e.get)||void 0===r?void 0:r.call(e,"sourceMap"))},nr=(t,e)=>{if(0===t.length)return!0;const r=e.attributes.get("symbols");return!!Ze(r)&&Te(Re(r.toValue()),t)},sr=(t,e)=>0===t.length||Te(Re(e.classes.toValue()),t);const ir=class extends ge{constructor(t,e){super(t,e),void 0!==e&&Object.assign(this,d(["cause"],e))}};const or=class extends ir{};const ar=class extends or{};const cr=class extends or{},ur=t=>"function"==typeof(null==t?void 0:t.clone)?t.clone():t,lr=t=>{if(t instanceof st.rm){const e=[...t].map(ur);return new st.rm(e)}if(t instanceof st.O4){const e=[...t].map(ur);return new st.O4(e)}if("function"==typeof(null==t?void 0:t.clone))return t.clone();throw new ar("Value provided to cloneDeep function couldn't be cloned",{value:t})};lr.safe=t=>{try{return lr(t)}catch{return t}};const pr=t=>{const{key:e,value:r}=t;return new st.KeyValuePair(e,r)},fr=t=>{const e=new t.constructor;if(e.element=t.element,t.meta.length>0&&(e._meta=lr(t.meta)),t.attributes.length>0&&(e._attributes=lr(t.attributes)),ze(t.content)){const r=t.content;e.content=fr(r)}else Array.isArray(t.content)?e.content=[...t.content]:t.content instanceof st.KeyValuePair?e.content=pr(t.content):e.content=t.content;return e},hr=t=>{if(t instanceof st.KeyValuePair)return pr(t);if(t instanceof st.rm)return(t=>{const e=[...t];return new st.rm(e)})(t);if(t instanceof st.O4)return(t=>{const e=[...t];return new st.O4(e)})(t);if(ze(t))return fr(t);throw new cr("Value provided to cloneShallow function couldn't be cloned",{value:t})};hr.safe=t=>{try{return hr(t)}catch{return t}};const _r=t=>Ge(t)?"ObjectElement":Ze(t)?"ArrayElement":Ke(t)?"MemberElement":Be(t)?"StringElement":We(t)?"BooleanElement":De(t)?"NumberElement":Ue(t)?"NullElement":He(t)?"LinkElement":Je(t)?"RefElement":void 0,dr=t=>ze(t)?hr(t):Oe(t),mr=mt(_r,ce),yr={ObjectElement:["content"],ArrayElement:["content"],MemberElement:["key","value"],StringElement:[],BooleanElement:[],NumberElement:[],NullElement:[],RefElement:[],LinkElement:[],Annotation:[],Comment:[],ParseResultElement:["content"],SourceMap:["content"]},gr=(ke({props:{result:[],predicate:Ie,returnOnTrue:void 0,returnOnFalse:void 0},init({predicate:t=this.predicate,returnOnTrue:e=this.returnOnTrue,returnOnFalse:r=this.returnOnFalse}={}){this.result=[],this.predicate=t,this.returnOnTrue=e,this.returnOnFalse=r},methods:{enter(t){return this.predicate(t)?(this.result.push(t),this.returnOnTrue):this.returnOnFalse}}}),(t,e,{keyMap:r=yr,...n}={})=>Pe(t,e,{keyMap:r,nodeTypeGetter:_r,nodePredicate:mr,nodeCloneFn:dr,...n}));gr[Symbol.for("nodejs.util.promisify.custom")]=async(t,e,{keyMap:r=yr,...n}={})=>Pe[Symbol.for("nodejs.util.promisify.custom")](t,e,{keyMap:r,nodeTypeGetter:_r,nodePredicate:mr,nodeCloneFn:dr,...n});const vr=_t(0,-1);const br=o((function(t,e){return t.apply(this,e)}));const wr=G(Wt);var Er=i((function(t){return null!=t&&"function"==typeof t["fantasy-land/empty"]?t["fantasy-land/empty"]():null!=t&&null!=t.constructor&&"function"==typeof t.constructor["fantasy-land/empty"]?t.constructor["fantasy-land/empty"]():null!=t&&"function"==typeof t.empty?t.empty():null!=t&&null!=t.constructor&&"function"==typeof t.constructor.empty?t.constructor.empty():y(t)?[]:l(t)?"":xt(t)?{}:C(t)?function(){return arguments}():function(t){var e=Object.prototype.toString.call(t);return"[object Uint8ClampedArray]"===e||"[object Int8Array]"===e||"[object Uint8Array]"===e||"[object Int16Array]"===e||"[object Uint16Array]"===e||"[object Int32Array]"===e||"[object Uint32Array]"===e||"[object Float32Array]"===e||"[object Float64Array]"===e||"[object BigInt64Array]"===e||"[object BigUint64Array]"===e}(t)?t.constructor.from(""):void 0}));const xr=Er;const jr=i((function(t){return null!=t&&Q(t,xr(t))}));const Sr=Ct(M(1,Wt(Array.isArray)?Array.isArray:mt(J,gt("Array"))),jr);const Ar=M(3,(function(t,e,r){var n=Nt(t,r),s=Nt(vr(t),r);if(!wr(n)&&!Sr(t)){var i=at(n,s);return br(i,e)}})),Or=()=>({predicates:{...t},namespace:ae}),Pr=(t,e,r={})=>{if(0===e.length)return t;const n=h(Or,"toolboxCreator",r),s=h({},"visitorOptions",r),i=h(_r,"nodeTypeGetter",s),o=n(),a=e.map((t=>t(o))),c=((t,{visitFnGetter:e=xe,nodeTypeGetter:r=Se}={})=>{const n=new Array(t.length).fill(null);return{enter(s,...i){for(let o=0;o<t.length;o+=1)if(null===n[o]){const a=e(t[o],r(s),!1);if("function"==typeof a){const e=a.call(t[o],s,...i);if(!1===e)n[o]=s;else if(e===je)n[o]=je;else if(void 0!==e)return e}}},leave(s,...i){for(let o=0;o<t.length;o+=1)if(null===n[o]){const a=e(t[o],r(s),!0);if("function"==typeof a){const e=a.call(t[o],s,...i);if(e===je)n[o]=je;else if(void 0!==e&&!1!==e)return e}}else n[o]===s&&(n[o]=null)}}})(a.map(h({},"visitor")),{nodeTypeGetter:i});a.forEach(Ar(["pre"],[]));const u=gr(t,c,s);return a.forEach(Ar(["post"],[])),u},kr=(t,{Type:e,plugins:r=[]})=>{const n=new e(t);return Pr(n,r,{toolboxCreator:Or,visitorOptions:{nodeTypeGetter:_r}})},Ir=t=>(e,r={})=>kr(e,{...r,Type:t});st.Sb.refract=Ir(st.Sb),st.ON.refract=Ir(st.ON),st.RP.refract=Ir(st.RP),st.hh.refract=Ir(st.hh),st.zr.refract=Ir(st.zr),st.VL.refract=Ir(st.VL),st.EA.refract=Ir(st.EA),st.tK.refract=Ir(st.tK),Xt.refract=Ir(Xt),Qt.refract=Ir(Qt),ee.refract=Ir(ee),ne.refract=Ir(ne);const Nr=class{hasError=!1;children=[];constructor(t){this.type=t.nodeType,this.startPosition=t.startPosition,this.endPosition=t.endPosition,this.startIndex=t.startIndex,this.endIndex=t.endIndex,this.text=t.nodeText,this.isNamed=t.nodeIsNamed,this.isMissing=t.nodeIsMissing}get keyNode(){if("pair"===this.type)return this.children.find((t=>"key"===t.fieldName))}get valueNode(){if("pair"===this.type)return this.children.find((t=>"value"===t.fieldName))}setFieldName(t){return"function"==typeof t.currentFieldName?this.fieldName=t.currentFieldName():this.fieldName=t.currentFieldName,this}setHasError(t){return"function"==typeof t.currentNode?this.hasError=t.currentNode().hasError():this.hasError=t.currentNode.hasError(),this}pushChildren(...t){this.children.push(...t)}},Mr=ke({props:{sourceMap:!1,annotations:[]},init(){this.annotations=[];const t=(t,e)=>{if(!this.sourceMap)return;const r=new ne,n=(t=>{const e=new st.ON([t.startPosition.row,t.startPosition.column,t.startIndex]),r=new st.ON([t.endPosition.row,t.endPosition.column,t.endIndex]);return e.classes.push("position"),r.classes.push("position"),[e,r]})(t);if(null!==n){const[t,e]=n;r.push(t),r.push(e)}r.astNode=t,e.meta.set("sourceMap",r)};this.enter=function(e){if(e instanceof Nr&&!e.isNamed&&e.isMissing){const r=e.type||e.text,n=new Xt(`(Missing ${r})`);n.classes.push("warning"),t(e,n),this.annotations.push(n)}return null},this.document=function(e){const r=new ee;return r._content=e.children,t(e,r),r},this.ParseResultElement={leave(t){const e=t.findElements(er);if(e.length>0){e[0].classes.push("result")}this.annotations.forEach((e=>{t.push(e)})),this.annotations=[]}},this.object=function(e){const r=new st.Sb;return r._content=e.children,t(e,r),r},this.array=function(e){const r=new st.ON;return r._content=e.children,t(e,r),r},this.pair=function(e){const r=new st.c6;return r.content.key=e.keyNode,r.content.value=e.valueNode,t(e,r),e.children.length>3&&e.children.filter((t=>"ERROR"===t.type)).forEach((t=>{this.ERROR(t,e,[],[e])})),r},this.string=function(e){const r=new st.RP(JSON.parse(e.text));return t(e,r),r},this.number=function(e){const r=new st.VL(Number(e.text));return t(e,r),r},this.null=function(e){const r=new st.zr;return t(e,r),r},this.true=function(e){const r=new st.hh(!0);return t(e,r),r},this.false=function(e){const r=new st.hh(!1);return t(e,r),r},this.ERROR=function(e,r,n,s){const i=!e.hasError,o=e.text,a=new Xt(i?`(Unexpected ${o})`:`(Error ${o})`);if(a.classes.push("error"),t(e,a),0===s.length){const t=new ee;return t.push(a),t}return this.annotations.push(a),null}}}),Tr=Mr;class Rr{constructor(t){this.cursor=t}document(){return new Nr(this.cursor)}object(){return new Nr(this.cursor).setFieldName(this.cursor)}array(){return new Nr(this.cursor).setFieldName(this.cursor)}pair(){return new Nr(this.cursor)}string(){return new Nr(this.cursor).setFieldName(this.cursor)}number(){return new Nr(this.cursor).setFieldName(this.cursor)}null(){return new Nr(this.cursor).setFieldName(this.cursor)}true(){return new Nr(this.cursor).setFieldName(this.cursor)}false(){return new Nr(this.cursor).setFieldName(this.cursor)}ERROR(){return new Nr(this.cursor).setHasError(this.cursor)}*[Symbol.iterator](){let t;if(t=this.cursor.nodeType in this?this[this.cursor.nodeType]():new Nr(this.cursor),this.cursor.gotoFirstChild()){const[e]=new Rr(this.cursor);for(t.pushChildren(e);this.cursor.gotoNextSibling();){const e=new Rr(this.cursor);t.pushChildren(...e)}this.cursor.gotoParent()}yield t}}const Cr=Rr,Fr={document:["children"],object:["children"],array:["children"],string:["children"],property:["children"],key:["children"],error:["children"],...yr},qr=t=>Qe(t)?"ParseResultElement":ze(t)?_r(t):Se(t),Lr=t=>ze(t)||Ae(t),$r=(t,{sourceMap:e=!1}={})=>{const r=Tr(),n=t.walk(),s=[...new Cr(n)].at(0);return Pe(s,r,{keyMap:Fr,nodeTypeGetter:qr,nodePredicate:Lr,state:{sourceMap:e}})},Vr=ke({statics:{type:"point"},props:{type:"point",row:null,column:null,char:null},init({row:t=null,column:e=null,char:r=null}={}){this.row=t,this.column=e,this.char=r}}),zr=ke({statics:{type:"position"},props:{type:"position",start:null,end:null},init({start:t=null,end:e=null}={}){this.start=t,this.end=e}}),Br=ke({props:{type:null,position:null,children:[]},init({children:t=[],position:e=null,isMissing:r=!1}={},{stamp:n={}}){this.type=n.type,this.isMissing=r,this.children=t,this.position=e},methods:{clone(){const t=Object.create(Object.getPrototypeOf(this));return Object.getOwnPropertyNames(this).forEach((e=>{const r=Object.getOwnPropertyDescriptor(this,e);Object.defineProperty(t,e,r)})),t}}}),Dr=ke(Br,{statics:{type:"literal"},props:{value:null},init({value:t=null}={}){this.value=t}});const Ur=p(0),Wr=ke(Br),Gr=ke(Wr,{statics:{type:"document"},methods:{get child(){return Ur(this.children)}}}),Zr=ke(Br,{statics:{type:"parseResult"},methods:{get rootNode(){return Ur(this.children)}}}),Kr=(t,e)=>(null==e?void 0:e.type)===t,Hr=(Kr.bind(void 0,"literal"),Kr.bind(void 0,"position"),Kr.bind(void 0,"point"),Kr.bind(void 0,"parseResult"),Kr.bind(void 0,"document"),Kr.bind(void 0,"string")),Jr=Kr.bind(void 0,"false"),Xr=Kr.bind(void 0,"true"),Yr=Kr.bind(void 0,"null"),Qr=Kr.bind(void 0,"number"),tn=Kr.bind(void 0,"array"),en=Kr.bind(void 0,"object"),rn=Kr.bind(void 0,"stringContent"),nn=Kr.bind(void 0,"escapeSequence"),sn=Kr.bind(void 0,"property"),on=Kr.bind(void 0,"key"),an=ke(Wr,{statics:{type:"object"},methods:{get properties(){return this.children.filter(sn)}}}),cn=ke(Wr,{statics:{type:"string"},methods:{get value(){return 1===this.children.length?this.children[0].value:this.children.filter((t=>rn(t)||nn(t))).reduce(((t,e)=>t+e.value),"")}}}),un=ke(cn,{statics:{type:"key"}}),ln=ke(Wr,{statics:{type:"property"},methods:{get key(){return this.children.find(on)},get value(){return this.children.find((t=>Jr(t)||Xr(t)||Yr(t)||Qr(t)||Hr(t)||tn(t)||en(t)))}}}),pn=ke(Wr,{statics:{type:"array"},methods:{get items(){return this.children.filter((t=>Jr(t)||Xr(t)||Yr(t)||Qr(t)||Hr(t)||tn(t)||en))}}}),fn=ke(Wr,{statics:{type:"value"},props:{value:null},init({value:t=null}={}){this.value=t}}),hn=ke(fn,{statics:{type:"stringContent"}}),_n=ke(fn,{statics:{type:"number"}}),dn=ke(fn,{statics:{type:"null"}}),mn=ke(fn,{statics:{type:"true"}}),yn=ke(fn,{statics:{type:"false"}}),gn=ke(Br,{statics:{type:"error"},props:{value:null,isUnexpected:!1},init({value:t=null,isUnexpected:e=!1}={}){this.value=t,this.isUnexpected=e}}),vn={document:["children"],object:["children"],array:["children"],string:["children"],property:["children"],key:["children"],error:["children"]},bn=ke({init(){const t=t=>{const e=Vr({row:t.startPosition.row,column:t.startPosition.column,char:t.startIndex}),r=Vr({row:t.endPosition.row,column:t.endPosition.column,char:t.endIndex});return zr({start:e,end:r})};this.enter=function(e){if(e instanceof Nr&&!e.isNamed){const r=t(e),n=e.type||e.text,{isMissing:s}=e;return Dr({value:n,position:r,isMissing:s})}},this.document={enter(e){const r=t(e);return Gr({children:e.children,position:r,isMissing:e.isMissing})},leave:t=>Zr({children:[t]})},this.object=function(e){const r=t(e);return an({children:e.children,position:r,isMissing:e.isMissing})},this.pair=function(e){const r=t(e),n=e.children.slice(1),{keyNode:s}=e,i=un({children:(null==s?void 0:s.children)||[],position:null!=s?t(s):null,isMissing:null!=s&&s.isMissing});return ln({children:[i,...n],position:r,isMissing:e.isMissing})},this.array=function(e){const r=t(e);return pn({children:e.children,position:r,isMissing:e.isMissing})},this.string=function(e){const r=t(e),n=hn({value:JSON.parse(e.text)});return cn({children:[n],position:r,isMissing:e.isMissing})},this.number=function(e){const r=t(e),n=e.text;return _n({value:n,position:r,isMissing:e.isMissing})},this.null=function(e){const r=t(e),n=e.text;return dn({value:n,position:r,isMissing:e.isMissing})},this.true=function(e){const r=t(e),n=e.text;return mn({value:n,position:r,isMissing:e.isMissing})},this.false=function(e){const r=t(e),n=e.text;return yn({value:n,position:r,isMissing:e.isMissing})},this.ERROR=function(e,r,n,s){const i=t(e),o=gn({children:e.children,position:i,isUnexpected:!e.hasError,isMissing:e.isMissing,value:e.text});return 0===s.length?Zr({children:[o]}):o}}}),wn=bn,En={[Zr.type]:["children"],[Gr.type]:["children"],[an.type]:["children"],[ln.type]:["children"],[pn.type]:["children"],[gn.type]:["children"],...yr},xn=t=>Qe(t)?"ParseResultElement":ze(t)?_r(t):Se(t),jn=t=>ze(t)||Ae(t),Sn=ke({props:{sourceMap:!1,annotations:[]},init(){this.annotation=[];const t=(t,e)=>{if(!this.sourceMap)return;const r=new ne;r.position=t.position,r.astNode=t,e.meta.set("sourceMap",r)};this.document=function(t){const e=new ee;return e._content=t.children,e},this.ParseResultElement={leave(t){const e=t.findElements(er);if(e.length>0){e[0].classes.push("result")}this.annotations.forEach((e=>{t.push(e)})),this.annotations=[]}},this.object=function(e){const r=new st.Sb;return r._content=e.children,t(e,r),r},this.property=function(e){const r=new st.c6;return r.content.key=e.key,r.content.value=e.value,t(e,r),e.children.length>3&&e.children.filter((t=>"error"===t.type)).forEach((t=>{this.error(t,e,[],[e])})),r},this.key=function(e){const r=new st.RP(e.value);return t(e,r),r},this.array=function(e){const r=new st.ON;return r._content=e.children,t(e,r),r},this.string=function(e){const r=new st.RP(e.value);return t(e,r),r},this.number=function(e){const r=new st.VL(Number(e.value));return t(e,r),r},this.null=function(e){const r=new st.zr;return t(e,r),r},this.true=function(e){const r=new st.hh(!0);return t(e,r),r},this.false=function(e){const r=new st.hh(!1);return t(e,r),r},this.literal=function(e){if(e.isMissing){const r=`(Missing ${e.value})`,n=new Xt(r);n.classes.push("warning"),t(e,n),this.annotations.push(n)}return null},this.error=function(e,r,n,s){const i=e.isUnexpected?`(Unexpected ${e.value})`:`(Error ${e.value})`,o=new Xt(i);if(o.classes.push("error"),t(e,o),0===s.length){const t=new ee;return t.push(o),t}return this.annotations.push(o),null}}}),An=Sn,On=(t,{sourceMap:e=!1}={})=>{const r=t.walk(),n=[...new Cr(r)].at(0),s=wn(),i=An(),o=Pe(n,s,{keyMap:vn,state:{sourceMap:e}});return Pe(o.rootNode,i,{keyMap:En,nodeTypeGetter:xn,nodePredicate:jn,state:{sourceMap:e}})},Pn=(oe(),/(?<true>^\s*true\s*$)|(?<false>^\s*false\s*$)|(?<null>^\s*null\s*$)|(?<number>^\s*\d+\s*$)|(?<object>^\s*{\s*)|(?<array>^\s*\[\s*)|(?<string>^\s*"(((?=\\)\\(["\\/bfnrt]|u[0-9a-fA-F]{4}))|[^"\\\x00-\x1F\x7F])*"\s*$)/);const kn=o((function(t,e){return m((function(r,n){return r[n]=t(e[n],n,e),r}),{},z(e))}));const In=o((function(t,e){if(0===t.length||fe(e))return!1;for(var r=e,n=0;n<t.length;){if(fe(r)||!T(t[n],r))return!1;r=r[t[n]],n+=1}return!0}));var Nn=o((function(t,e){return In([t],e)}));const Mn=Nn;const Tn=a((function(t,e,r){return t(f(e,r))}));const Rn=i((function(t){return M(t.length,t)}));const Cn=o((function(t,e){return M(t+1,(function(){var r=arguments[t];if(null!=r&&Tt(r[e]))return r[e].apply(r,Array.prototype.slice.call(arguments,0,t));throw new TypeError(kt(r)+' does not have a method named "'+e+'"')}))}));const Fn=Cn(1,"split");var qn=function(){function t(t,e){this.xf=e,this.f=t}return t.prototype["@@transducer/init"]=A,t.prototype["@@transducer/result"]=O,t.prototype["@@transducer/step"]=function(t,e){if(this.f){if(this.f(e))return t;this.f=null}return this.xf["@@transducer/step"](t,e)},t}();function Ln(t){return function(e){return new qn(t,e)}}const $n=o(j(["dropWhile"],Ln,(function(t,e){for(var r=0,n=e.length;r<n&&t(e[r]);)r+=1;return _t(r,1/0,e)})));const Vn=Cn(1,"join");const zn=Rn((function(t,e){return mt(Fn(""),$n(Re(t)),Vn(""))(e)})),Bn=(t,e)=>{const r=c(t,e);return kn((t=>{if(Ht(t)&&Mn("$ref",t)&&Tn(ce,"$ref",t)){const e=Nt(["$ref"],t),n=zn("#/",e);return Nt(n.split("/"),r)}return Ht(t)?Bn(t,r):t}),t)},Dn=ke({props:{element:null},methods:{copyMetaAndAttributes(t,e){rr(t)&&e.meta.set("sourceMap",t.meta.get("sourceMap"))}}}),Un=ke(Dn,{methods:{enter(t){return this.element=lr(t),je}}});const Wn=function(){return!0},Gn=t=>"string"==typeof(null==t?void 0:t.type)?t.type:_r(t),Zn={EphemeralObject:["content"],EphemeralArray:["content"],...yr},Kn=(t,e,{keyMap:r=Zn,...n}={})=>gr(t,e,{keyMap:r,nodeTypeGetter:Gn,nodePredicate:Wn,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...n});Kn[Symbol.for("nodejs.util.promisify.custom")]=async(t,{keyMap:e=Zn,...r}={})=>gr[Symbol.for("nodejs.util.promisify.custom")](t,visitor,{keyMap:e,nodeTypeGetter:Gn,nodePredicate:Wn,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...r});const Hn=class{type="EphemeralArray";content=[];reference=void 0;constructor(t){this.content=t,this.reference=[]}toReference(){return this.reference}toArray(){return this.reference.push(...this.content),this.reference}};const Jn=class{type="EphemeralObject";content=[];reference=void 0;constructor(t){this.content=t,this.reference={}}toReference(){return this.reference}toObject(){return Object.assign(this.reference,Object.fromEntries(this.content))}},Xn=ke.init((function(){const t=new WeakMap;this.BooleanElement=function(t){return t.toValue()},this.NumberElement=function(t){return t.toValue()},this.StringElement=function(t){return t.toValue()},this.NullElement=function(){return null},this.ObjectElement={enter(e){if(t.has(e))return t.get(e).toReference();const r=new Jn(e.content);return t.set(e,r),r}},this.EphemeralObject={leave:t=>t.toObject()},this.MemberElement={enter:t=>[t.key,t.value]},this.ArrayElement={enter(e){if(t.has(e))return t.get(e).toReference();const r=new Hn(e.content);return t.set(e,r),r}},this.EphemeralArray={leave:t=>t.toArray()}})),Yn=t=>ze(t)?Be(t)||De(t)||We(t)||Ue(t)?t.toValue():Kn(t,Xn()):t;const Qn=o((function(t,e){for(var r={},n=0;n<t.length;)t[n]in e&&(r[t[n]]=e[t[n]]),n+=1;return r})),ts=t=>{if(ze(t))return`${t.element.charAt(0).toUpperCase()+t.element.slice(1)}Element`},es={MainElement:["content"],InfoElement:["content"],PrincipleElement:["content"],StandardElement:["content"],ScenarioElement:["content"],RequirementElement:["content"],StandardIdentifierElement:["content"],RequirementLevelElement:[],...yr},rs=ke(Dn,{props:{specObj:null},init({specObj:t=this.specObj}){this.specObj=t},methods:{retrievePassingOptions(){return Qn(["namespace","specObj"],this)},retrieveFixedFields(t){const e=Nt(["visitors",...t,"fixedFields"],this.specObj);return"object"==typeof e&&null!==e?Object.keys(e):[]},retrieveVisitor(t){return Mt(Wt,["visitors",...t],this.specObj)?Nt(["visitors",...t],this.specObj):Nt(["visitors",...t,"$visitor"],this.specObj)},retrieveVisitorInstance(t,e={}){const r=this.retrievePassingOptions();return this.retrieveVisitor(t)({...r,...e})},toRefractedElement(t,e,r={}){const n=this.retrieveVisitorInstance(t,r),s=Object.getPrototypeOf(n);return rt(this.fallbackVisitorPrototype)&&(this.fallbackVisitorPrototype=Object.getPrototypeOf(this.retrieveVisitorInstance(["value"]))),this.fallbackVisitorPrototype===s?lr(e):(gr(e,n,{keyMap:es,...r,nodeTypeGetter:ts}),n.element)}}});class ns extends st.RP{constructor(t,e,r){super(t,e,r),this.element="requirementLevel"}}const ss=ns,is=ke(rs,Un,{methods:{StringElement(t){const e=new ss(Yn(t));return this.copyMetaAndAttributes(t,e),this.element=e,je}}});class os extends st.ON{constructor(t,e,r){super(t,e,r),this.element="standardIdentifier"}}const as=os,cs=ke(rs,Un,{init(){this.element=new as},methods:{ArrayElement(t){return t.forEach((t=>{const e=this.toRefractedElement(["document","objects","StandardIdentifier"],t);this.element.push(e)})),this.copyMetaAndAttributes(t,this.element),je}}});class us extends st.Sb{constructor(t,e,r){super(t,e,r),this.element="requirement"}get subject(){return this.get("subject")}set subject(t){this.set("subject",t)}get level(){return this.get("level")}set level(t){this.set("level",t)}get values(){return this.get("values")}set values(t){this.set("values",t)}get follows(){return this.get("follows")}set follows(t){this.set("follows",t)}}const ls=us;const ps=ke(rs,{props:{specPath:tt(et()),ignoredFields:[]},init({specPath:t=this.specPath,ignoredFields:e=this.ignoredFields}={}){this.specPath=t,this.ignoredFields=e},methods:{ObjectElement(t){const e=this.specPath(t),r=this.retrieveFixedFields(e);return t.forEach(((t,n,s)=>{if(Be(n)&&r.includes(Yn(n))&&!this.ignoredFields.includes(Yn(n))){const r=this.toRefractedElement([...e,"fixedFields",Yn(n)],t),i=new st.c6(lr(n),r);i.classes.push("fixed-field"),this.copyMetaAndAttributes(s,i),this.element.content.push(i)}else this.ignoredFields.includes(Yn(n))||this.element.content.push(lr(s))})),this.copyMetaAndAttributes(t,this.element),je}}}),fs=ke(ps,Un,{props:{specPath:tt(["document","objects","Requirement"])},init(){this.element=new ls}}),hs=Un,_s=Un;class ds extends st.Sb{constructor(t,e,r){super(t,e,r),this.element="scenario"}get description(){return this.get("description")}set description(t){this.set("description",t)}get when(){return this.get("when")}set when(t){this.set("when",t)}get then(){return this.get("then")}set then(t){this.set("then",t)}}const ms=ds,ys=ke(ps,Un,{props:{specPath:tt(["document","objects","Scenario"])},init(){this.element=new ms}}),gs=Un,vs=ke(rs,Un,{init(){this.element=new st.ON,this.element.classes.push("scenario-then")},methods:{ArrayElement(t){return t.forEach((t=>{const e=this.toRefractedElement(["document","objects","Requirement"],t);this.element.push(e)})),this.copyMetaAndAttributes(t,this.element),je}}});class bs extends st.Sb{constructor(t,e,r){super(t,e,r),this.element="standard"}get name(){return this.get("name")}set name(t){this.set("name",t)}get description(){return this.get("description")}set description(t){this.set("description",t)}get iri(){return this.get("iri")}set iri(t){this.set("iri",t)}get level(){return this.get("level")}set level(t){this.set("level",t)}}const ws=bs,Es=ke(ps,Un,{props:{specPath:tt(["document","objects","Standard"])},init(){this.element=new ws}}),xs=Un,js=Un,Ss=Un;class As extends st.Sb{constructor(t,e,r){super(t,e,r),this.element="principle"}get name(){return this.get("name")}set name(t){this.set("name",t)}get description(){return this.get("description")}set description(t){this.set("description",t)}get iri(){return this.get("iri")}set iri(t){this.set("iri",t)}get level(){return this.get("level")}set level(t){this.set("level",t)}}const Os=As,Ps=ke(ps,Un,{props:{specPath:tt(["document","objects","Principle"])},init(){this.element=new Os}}),ks=Un,Is=Un,Ns=Un;class Ms extends st.Sb{constructor(t,e,r){super(t,e,r),this.element="info"}get title(){return this.get("title")}set title(t){this.set("title",t)}get description(){return this.get("description")}set description(t){this.set("description",t)}}const Ts=Ms,Rs=ke(ps,Un,{props:{specPath:tt(["document","objects","Info"])},init(){this.element=new Ts}}),Cs=Un,Fs=Un;class qs extends st.Sb{constructor(t,e,r){super(t,e,r),this.element="main",this.classes.push("api")}get version(){return this.get("version")}set version(t){this.set("version",t)}get info(){return this.get("info")}set info(t){this.set("info",t)}get principles(){return this.get("principles")}set principles(t){this.set("principles",t)}get standards(){return this.get("standards")}set standards(t){this.set("standards",t)}get scenarios(){return this.get("scenarios")}set scenarios(t){this.set("scenarios",t)}}const Ls=qs,$s={visitors:{value:Un,document:{objects:{Main:{$visitor:ke(ps,Un,{props:{specPath:tt(["document","objects","Main"])},init(){this.element=new Ls}}),fixedFields:{version:Un,info:{$ref:"#/visitors/document/objects/Info"},principles:ke(rs,Un,{init(){this.element=new st.ON,this.element.classes.push("main-principles")},methods:{ArrayElement(t){return t.forEach((t=>{const e=this.toRefractedElement(["document","objects","Principle"],t);this.element.push(e)})),this.copyMetaAndAttributes(t,this.element),je}}}),standards:ke(rs,Un,{init(){this.element=new st.ON,this.element.classes.push("main-standards")},methods:{ArrayElement(t){return t.forEach((t=>{const e=this.toRefractedElement(["document","objects","Standard"],t);this.element.push(e)})),this.copyMetaAndAttributes(t,this.element),je}}}),scenarios:ke(rs,Un,{init(){this.element=new st.ON,this.element.classes.push("main-scenarios")},methods:{ArrayElement(t){return t.forEach((t=>{const e=this.toRefractedElement(["document","objects","Scenario"],t);this.element.push(e)})),this.copyMetaAndAttributes(t,this.element),je}}})}},Info:{$visitor:Rs,fixedFields:{title:Cs,description:Fs}},Principle:{$visitor:Ps,fixedFields:{name:ks,description:Is,iri:Ns,level:{$ref:"#/visitors/document/objects/RequirementLevel"}}},Standard:{$visitor:Es,fixedFields:{name:xs,description:js,level:{$ref:"#/visitors/document/objects/RequirementLevel"},iri:Ss}},Scenario:{$visitor:ys,fixedFields:{description:gs,when:{$ref:"#/visitors/document/objects/StandardIdentifier"},then:vs}},Requirement:{$visitor:fs,fixedFields:{subject:{$ref:"#/visitors/document/objects/StandardIdentifier"},level:{$ref:"#/visitors/document/objects/RequirementLevel"},values:hs,follows:_s}},StandardIdentifier:cs,RequirementLevel:is}}}},Vs=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof Ls||t(n)&&e("main",n)&&r("object",n))),zs=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof Ts||t(n)&&e("info",n)&&r("object",n))),Bs=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof Os||t(n)&&e("principle",n)&&r("object",n))),Ds=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ls||t(n)&&e("requirement",n)&&r("object",n))),Us=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ss||t(n)&&e("requirementLevel",n)&&r("string",n))),Ws=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ms||t(n)&&e("scenario",n)&&r("object",n))),Gs=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ws||t(n)&&e("standard",n)&&r("object",n))),Zs=Ve((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof as||t(n)&&e("standardIdentifier",n)&&r("array",n))),Ks={namespace:t=>{const{base:e}=t;return e.register("info",Ts),e.register("main",Ls),e.register("principle",Os),e.register("requirement",ls),e.register("requirementLevel",ss),e.register("scenario",ms),e.register("standard",ws),e.register("standardIdentifier",as),e}},Hs=()=>{const t=oe(Ks);return{predicates:{...e,isStringElement:Be},namespace:t}},Js=(t,{specPath:e=["visitors","document","objects","Main","$visitor"],plugins:r=[]}={})=>{const n=(0,st.Qc)(t),s=Bn($s),i=Ar(e,[],s);return gr(n,i,{state:{specObj:s}}),Pr(i.element,r,{toolboxCreator:Hs,visitorOptions:{keyMap:es,nodeTypeGetter:ts}})},Xs=t=>(e,r={})=>Js(e,{...r,specPath:t});Ls.refract=Xs(["visitors","document","objects","Main","$visitor"]),Ts.refract=Xs(["visitors","document","objects","Info","$visitor"]),Os.refract=Xs(["visitors","document","objects","Principle","$visitor"]),ls.refract=Xs(["visitors","document","objects","Requirement","$visitor"]),ss.refract=Xs(["visitors","document","objects","RequirementLevel","$visitor"]),ms.refract=Xs(["visitors","document","objects","Scenario","$visitor"]),ws.refract=Xs(["visitors","document","objects","Standards","$visitor"]),as.refract=Xs(["visitors","document","objects","StandardIdentifier","$visitor"]);const Ys=p(-1);const Qs=class extends ge{};const ti=class extends Qs{};const ei=class extends Array{unknownMediaType="application/octet-stream";filterByFormat(){throw new ti("filterByFormat method in MediaTypes class is not yet implemented.")}findBy(){throw new ti("findBy method in MediaTypes class is not yet implemented.")}latest(){throw new ti("latest method in MediaTypes class is not yet implemented.")}};class ri extends ei{filterByFormat(t="generic"){const e="generic"===t?"apidesignsystems;version":t;return this.filter((t=>t.includes(e)))}findBy(t="2021-05-07",e="generic"){const r="generic"===e?`apidesignsystems;version=${t}`:`apidesignsystems+${e};version=${t}`;return this.find((t=>t.includes(r)))||this.unknownMediaType}latest(t="generic"){return Ys(this.filterByFormat(t))}}const ni=new ri("application/vnd.aai.apidesignsystems;version=2021-05-07","application/vnd.aai.apidesignsystems+json;version=2021-05-07","application/vnd.aai.apidesignsystems+yaml;version=2021-05-07"),si=new ri(...ni.filterByFormat("generic"),...ni.filterByFormat("json")),ii=/"version"\s*:\s*"(?<version_json>2021-05-07)"/,oi=async t=>ii.test(t)&&await(async t=>{if(!Pn.test(t))return!1;try{return"ERROR"!==(await Ee(t)).rootNode.type}catch{return!1}})(t),ai=async(t,e={})=>{const r=h({},"refractorOpts",e),n=d(["refractorOpts"],e),s=await(async(t,{sourceMap:e=!1,syntacticAnalysis:r="direct"}={})=>{const n=await Ee(t);let s;return s="indirect"===r?On(n,{sourceMap:e}):$r(n,{sourceMap:e}),s})(t,n),{result:i}=s;if(nt(i)){const t=Ls.refract(i,r);t.classes.push("result"),s.replaceResult(t)}return s},ci=oe(Ks)})(),n})()));
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.apidomParserAdapterApiDesignSystemsJson=e():t.apidomParserAdapterApiDesignSystemsJson=e()}(self,(()=>(()=>{var t={42:(t,e,r)=>{"use strict";var n=r(5846);t.exports=n},6791:(t,e,r)=>{"use strict";r(4339),r(4242),r(4016),r(8939),r(5454);var n=r(7545);t.exports=n.AggregateError},6762:(t,e,r)=>{"use strict";t.exports=r(3028)},3028:(t,e,r)=>{"use strict";r(2752);var n=r(42);t.exports=n},6235:(t,e,r)=>{"use strict";var n=r(6447),s=r(9288),i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(s(t)+" is not a function")}},7757:(t,e,r)=>{"use strict";var n=r(6447),s=String,i=TypeError;t.exports=function(t){if("object"==typeof t||n(t))return t;throw new i("Can't set "+s(t)+" as a prototype")}},7423:t=>{"use strict";t.exports=function(){}},1138:(t,e,r)=>{"use strict";var n=r(5744),s=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw new i(s(t)+" is not an object")}},8180:(t,e,r)=>{"use strict";var n=r(101),s=r(7739),i=r(4104),o=function(t){return function(e,r,o){var a,c=n(e),u=i(c),l=s(o,u);if(t&&r!=r){for(;u>l;)if((a=c[l++])!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===r)return t||l||0;return!t&&-1}};t.exports={includes:o(!0),indexOf:o(!1)}},9272:(t,e,r)=>{"use strict";var n=r(4120),s=n({}.toString),i=n("".slice);t.exports=function(t){return i(s(t),8,-1)}},4696:(t,e,r)=>{"use strict";var n=r(3471),s=r(6447),i=r(9272),o=r(8182)("toStringTag"),a=Object,c="Arguments"===i(function(){return arguments}());t.exports=n?i:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=a(t),o))?r:c?i(e):"Object"===(n=i(e))&&s(e.callee)?"Arguments":n}},7987:(t,e,r)=>{"use strict";var n=r(4500),s=r(3011),i=r(5141),o=r(2760);t.exports=function(t,e,r){for(var a=s(e),c=o.f,u=i.f,l=0;l<a.length;l++){var f=a[l];n(t,f)||r&&n(r,f)||c(t,f,u(e,f))}}},4635:(t,e,r)=>{"use strict";var n=r(6192);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},7271:t=>{"use strict";t.exports=function(t,e){return{value:t,done:e}}},8711:(t,e,r)=>{"use strict";var n=r(69),s=r(2760),i=r(774);t.exports=n?function(t,e,r){return s.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},774:t=>{"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},9362:(t,e,r)=>{"use strict";var n=r(8711);t.exports=function(t,e,r,s){return s&&s.enumerable?t[e]=r:n(t,e,r),t}},5098:(t,e,r)=>{"use strict";var n=r(8576),s=Object.defineProperty;t.exports=function(t,e){try{s(n,t,{value:e,configurable:!0,writable:!0})}catch(r){n[t]=e}return e}},69:(t,e,r)=>{"use strict";var n=r(6192);t.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8382:t=>{"use strict";var e="object"==typeof document&&document.all,r=void 0===e&&void 0!==e;t.exports={all:e,IS_HTMLDDA:r}},7449:(t,e,r)=>{"use strict";var n=r(8576),s=r(5744),i=n.document,o=s(i)&&s(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},7365:t=>{"use strict";t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8989:t=>{"use strict";t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},4218:(t,e,r)=>{"use strict";var n,s,i=r(8576),o=r(8989),a=i.process,c=i.Deno,u=a&&a.versions||c&&c.version,l=u&&u.v8;l&&(s=(n=l.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!s&&o&&(!(n=o.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=o.match(/Chrome\/(\d+)/))&&(s=+n[1]),t.exports=s},2952:t=>{"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},4503:(t,e,r)=>{"use strict";var n=r(4120),s=Error,i=n("".replace),o=String(new s("zxcasd").stack),a=/\n\s*at [^:]*:[^\n]*/,c=a.test(o);t.exports=function(t,e){if(c&&"string"==typeof t&&!s.prepareStackTrace)for(;e--;)t=i(t,a,"");return t}},8266:(t,e,r)=>{"use strict";var n=r(8711),s=r(4503),i=r(274),o=Error.captureStackTrace;t.exports=function(t,e,r,a){i&&(o?o(t,e):n(t,"stack",s(r,a)))}},274:(t,e,r)=>{"use strict";var n=r(6192),s=r(774);t.exports=!n((function(){var t=new Error("a");return!("stack"in t)||(Object.defineProperty(t,"stack",s(1,7)),7!==t.stack)}))},3085:(t,e,r)=>{"use strict";var n=r(8576),s=r(6298),i=r(4914),o=r(6447),a=r(5141).f,c=r(9245),u=r(7545),l=r(8043),f=r(8711),p=r(4500),h=function(t){var e=function(r,n,i){if(this instanceof e){switch(arguments.length){case 0:return new t;case 1:return new t(r);case 2:return new t(r,n)}return new t(r,n,i)}return s(t,this,arguments)};return e.prototype=t.prototype,e};t.exports=function(t,e){var r,s,_,d,m,y,g,v,b,w=t.target,E=t.global,x=t.stat,j=t.proto,S=E?n:x?n[w]:(n[w]||{}).prototype,A=E?u:u[w]||f(u,w,{})[w],O=A.prototype;for(d in e)s=!(r=c(E?d:w+(x?".":"#")+d,t.forced))&&S&&p(S,d),y=A[d],s&&(g=t.dontCallGetSet?(b=a(S,d))&&b.value:S[d]),m=s&&g?g:e[d],s&&typeof y==typeof m||(v=t.bind&&s?l(m,n):t.wrap&&s?h(m):j&&o(m)?i(m):m,(t.sham||m&&m.sham||y&&y.sham)&&f(v,"sham",!0),f(A,d,v),j&&(p(u,_=w+"Prototype")||f(u,_,{}),f(u[_],d,m),t.real&&O&&(r||!O[d])&&f(O,d,m)))}},6192:t=>{"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},6298:(t,e,r)=>{"use strict";var n=r(2784),s=Function.prototype,i=s.apply,o=s.call;t.exports="object"==typeof Reflect&&Reflect.apply||(n?o.bind(i):function(){return o.apply(i,arguments)})},8043:(t,e,r)=>{"use strict";var n=r(4914),s=r(6235),i=r(2784),o=n(n.bind);t.exports=function(t,e){return s(t),void 0===e?t:i?o(t,e):function(){return t.apply(e,arguments)}}},2784:(t,e,r)=>{"use strict";var n=r(6192);t.exports=!n((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},8922:(t,e,r)=>{"use strict";var n=r(2784),s=Function.prototype.call;t.exports=n?s.bind(s):function(){return s.apply(s,arguments)}},2282:(t,e,r)=>{"use strict";var n=r(69),s=r(4500),i=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,a=s(i,"name"),c=a&&"something"===function(){}.name,u=a&&(!n||n&&o(i,"name").configurable);t.exports={EXISTS:a,PROPER:c,CONFIGURABLE:u}},6419:(t,e,r)=>{"use strict";var n=r(4120),s=r(6235);t.exports=function(t,e,r){try{return n(s(Object.getOwnPropertyDescriptor(t,e)[r]))}catch(t){}}},4914:(t,e,r)=>{"use strict";var n=r(9272),s=r(4120);t.exports=function(t){if("Function"===n(t))return s(t)}},4120:(t,e,r)=>{"use strict";var n=r(2784),s=Function.prototype,i=s.call,o=n&&s.bind.bind(i,i);t.exports=n?o:function(t){return function(){return i.apply(t,arguments)}}},150:(t,e,r)=>{"use strict";var n=r(7545),s=r(8576),i=r(6447),o=function(t){return i(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?o(n[t])||o(s[t]):n[t]&&n[t][e]||s[t]&&s[t][e]}},8703:(t,e,r)=>{"use strict";var n=r(4696),s=r(5037),i=r(5646),o=r(7771),a=r(8182)("iterator");t.exports=function(t){if(!i(t))return s(t,a)||s(t,"@@iterator")||o[n(t)]}},1669:(t,e,r)=>{"use strict";var n=r(8922),s=r(6235),i=r(1138),o=r(9288),a=r(8703),c=TypeError;t.exports=function(t,e){var r=arguments.length<2?a(t):e;if(s(r))return i(n(r,t));throw new c(o(t)+" is not iterable")}},5037:(t,e,r)=>{"use strict";var n=r(6235),s=r(5646);t.exports=function(t,e){var r=t[e];return s(r)?void 0:n(r)}},8576:function(t,e,r){"use strict";var n=function(t){return t&&t.Math===Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||function(){return this}()||this||Function("return this")()},4500:(t,e,r)=>{"use strict";var n=r(4120),s=r(1795),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(s(t),e)}},4535:t=>{"use strict";t.exports={}},7403:(t,e,r)=>{"use strict";var n=r(150);t.exports=n("document","documentElement")},188:(t,e,r)=>{"use strict";var n=r(69),s=r(6192),i=r(7449);t.exports=!n&&!s((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},2202:(t,e,r)=>{"use strict";var n=r(4120),s=r(6192),i=r(9272),o=Object,a=n("".split);t.exports=s((function(){return!o("z").propertyIsEnumerable(0)}))?function(t){return"String"===i(t)?a(t,""):o(t)}:o},2643:(t,e,r)=>{"use strict";var n=r(6447),s=r(5744),i=r(4469);t.exports=function(t,e,r){var o,a;return i&&n(o=e.constructor)&&o!==r&&s(a=o.prototype)&&a!==r.prototype&&i(t,a),t}},273:(t,e,r)=>{"use strict";var n=r(5744),s=r(8711);t.exports=function(t,e){n(e)&&"cause"in e&&s(t,"cause",e.cause)}},3326:(t,e,r)=>{"use strict";var n,s,i,o=r(5278),a=r(8576),c=r(5744),u=r(8711),l=r(4500),f=r(6434),p=r(9766),h=r(4535),_="Object already initialized",d=a.TypeError,m=a.WeakMap;if(o||f.state){var y=f.state||(f.state=new m);y.get=y.get,y.has=y.has,y.set=y.set,n=function(t,e){if(y.has(t))throw new d(_);return e.facade=t,y.set(t,e),e},s=function(t){return y.get(t)||{}},i=function(t){return y.has(t)}}else{var g=p("state");h[g]=!0,n=function(t,e){if(l(t,g))throw new d(_);return e.facade=t,u(t,g,e),e},s=function(t){return l(t,g)?t[g]:{}},i=function(t){return l(t,g)}}t.exports={set:n,get:s,has:i,enforce:function(t){return i(t)?s(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!c(e)||(r=s(e)).type!==t)throw new d("Incompatible receiver, "+t+" required");return r}}}},6109:(t,e,r)=>{"use strict";var n=r(8182),s=r(7771),i=n("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(s.Array===t||o[i]===t)}},6447:(t,e,r)=>{"use strict";var n=r(8382),s=n.all;t.exports=n.IS_HTMLDDA?function(t){return"function"==typeof t||t===s}:function(t){return"function"==typeof t}},9245:(t,e,r)=>{"use strict";var n=r(6192),s=r(6447),i=/#|\.prototype\./,o=function(t,e){var r=c[a(t)];return r===l||r!==u&&(s(e)?n(e):!!e)},a=o.normalize=function(t){return String(t).replace(i,".").toLowerCase()},c=o.data={},u=o.NATIVE="N",l=o.POLYFILL="P";t.exports=o},5646:t=>{"use strict";t.exports=function(t){return null==t}},5744:(t,e,r)=>{"use strict";var n=r(6447),s=r(8382),i=s.all;t.exports=s.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:n(t)||t===i}:function(t){return"object"==typeof t?null!==t:n(t)}},5546:t=>{"use strict";t.exports=!0},3236:(t,e,r)=>{"use strict";var n=r(150),s=r(6447),i=r(8902),o=r(615),a=Object;t.exports=o?function(t){return"symbol"==typeof t}:function(t){var e=n("Symbol");return s(e)&&i(e.prototype,a(t))}},3442:(t,e,r)=>{"use strict";var n=r(8043),s=r(8922),i=r(1138),o=r(9288),a=r(6109),c=r(4104),u=r(8902),l=r(1669),f=r(8703),p=r(6639),h=TypeError,_=function(t,e){this.stopped=t,this.result=e},d=_.prototype;t.exports=function(t,e,r){var m,y,g,v,b,w,E,x=r&&r.that,j=!(!r||!r.AS_ENTRIES),S=!(!r||!r.IS_RECORD),A=!(!r||!r.IS_ITERATOR),O=!(!r||!r.INTERRUPTED),P=n(e,x),k=function(t){return m&&p(m,"normal",t),new _(!0,t)},I=function(t){return j?(i(t),O?P(t[0],t[1],k):P(t[0],t[1])):O?P(t,k):P(t)};if(S)m=t.iterator;else if(A)m=t;else{if(!(y=f(t)))throw new h(o(t)+" is not iterable");if(a(y)){for(g=0,v=c(t);v>g;g++)if((b=I(t[g]))&&u(d,b))return b;return new _(!1)}m=l(t,y)}for(w=S?t.next:m.next;!(E=s(w,m)).done;){try{b=I(E.value)}catch(t){p(m,"throw",t)}if("object"==typeof b&&b&&u(d,b))return b}return new _(!1)}},6639:(t,e,r)=>{"use strict";var n=r(8922),s=r(1138),i=r(5037);t.exports=function(t,e,r){var o,a;s(t);try{if(!(o=i(t,"return"))){if("throw"===e)throw r;return r}o=n(o,t)}catch(t){a=!0,o=t}if("throw"===e)throw r;if(a)throw o;return s(o),r}},5695:(t,e,r)=>{"use strict";var n=r(4413).IteratorPrototype,s=r(2853),i=r(774),o=r(1284),a=r(7771),c=function(){return this};t.exports=function(t,e,r,u){var l=e+" Iterator";return t.prototype=s(n,{next:i(+!u,r)}),o(t,l,!1,!0),a[l]=c,t}},5297:(t,e,r)=>{"use strict";var n=r(3085),s=r(8922),i=r(5546),o=r(2282),a=r(6447),c=r(5695),u=r(9341),l=r(4469),f=r(1284),p=r(8711),h=r(9362),_=r(8182),d=r(7771),m=r(4413),y=o.PROPER,g=o.CONFIGURABLE,v=m.IteratorPrototype,b=m.BUGGY_SAFARI_ITERATORS,w=_("iterator"),E="keys",x="values",j="entries",S=function(){return this};t.exports=function(t,e,r,o,_,m,A){c(r,e,o);var O,P,k,I=function(t){if(t===_&&C)return C;if(!b&&t&&t in T)return T[t];switch(t){case E:case x:case j:return function(){return new r(this,t)}}return function(){return new r(this)}},N=e+" Iterator",M=!1,T=t.prototype,R=T[w]||T["@@iterator"]||_&&T[_],C=!b&&R||I(_),F="Array"===e&&T.entries||R;if(F&&(O=u(F.call(new t)))!==Object.prototype&&O.next&&(i||u(O)===v||(l?l(O,v):a(O[w])||h(O,w,S)),f(O,N,!0,!0),i&&(d[N]=S)),y&&_===x&&R&&R.name!==x&&(!i&&g?p(T,"name",x):(M=!0,C=function(){return s(R,this)})),_)if(P={values:I(x),keys:m?C:I(E),entries:I(j)},A)for(k in P)(b||M||!(k in T))&&h(T,k,P[k]);else n({target:e,proto:!0,forced:b||M},P);return i&&!A||T[w]===C||h(T,w,C,{name:_}),d[e]=C,P}},4413:(t,e,r)=>{"use strict";var n,s,i,o=r(6192),a=r(6447),c=r(5744),u=r(2853),l=r(9341),f=r(9362),p=r(8182),h=r(5546),_=p("iterator"),d=!1;[].keys&&("next"in(i=[].keys())?(s=l(l(i)))!==Object.prototype&&(n=s):d=!0),!c(n)||o((function(){var t={};return n[_].call(t)!==t}))?n={}:h&&(n=u(n)),a(n[_])||f(n,_,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:d}},7771:t=>{"use strict";t.exports={}},4104:(t,e,r)=>{"use strict";var n=r(8445);t.exports=function(t){return n(t.length)}},7679:t=>{"use strict";var e=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?r:e)(n)}},6016:(t,e,r)=>{"use strict";var n=r(4845);t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:n(t)}},2853:(t,e,r)=>{"use strict";var n,s=r(1138),i=r(1187),o=r(2952),a=r(4535),c=r(7403),u=r(7449),l=r(9766),f="prototype",p="script",h=l("IE_PROTO"),_=function(){},d=function(t){return"<"+p+">"+t+"</"+p+">"},m=function(t){t.write(d("")),t.close();var e=t.parentWindow.Object;return t=null,e},y=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,e,r;y="undefined"!=typeof document?document.domain&&n?m(n):(e=u("iframe"),r="java"+p+":",e.style.display="none",c.appendChild(e),e.src=String(r),(t=e.contentWindow.document).open(),t.write(d("document.F=Object")),t.close(),t.F):m(n);for(var s=o.length;s--;)delete y[f][o[s]];return y()};a[h]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(_[f]=s(t),r=new _,_[f]=null,r[h]=t):r=y(),void 0===e?r:i.f(r,e)}},1187:(t,e,r)=>{"use strict";var n=r(69),s=r(9600),i=r(2760),o=r(1138),a=r(101),c=r(7653);e.f=n&&!s?Object.defineProperties:function(t,e){o(t);for(var r,n=a(e),s=c(e),u=s.length,l=0;u>l;)i.f(t,r=s[l++],n[r]);return t}},2760:(t,e,r)=>{"use strict";var n=r(69),s=r(188),i=r(9600),o=r(1138),a=r(77),c=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,f="enumerable",p="configurable",h="writable";e.f=n?i?function(t,e,r){if(o(t),e=a(e),o(r),"function"==typeof t&&"prototype"===e&&"value"in r&&h in r&&!r[h]){var n=l(t,e);n&&n[h]&&(t[e]=r.value,r={configurable:p in r?r[p]:n[p],enumerable:f in r?r[f]:n[f],writable:!1})}return u(t,e,r)}:u:function(t,e,r){if(o(t),e=a(e),o(r),s)try{return u(t,e,r)}catch(t){}if("get"in r||"set"in r)throw new c("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},5141:(t,e,r)=>{"use strict";var n=r(69),s=r(8922),i=r(6007),o=r(774),a=r(101),c=r(77),u=r(4500),l=r(188),f=Object.getOwnPropertyDescriptor;e.f=n?f:function(t,e){if(t=a(t),e=c(e),l)try{return f(t,e)}catch(t){}if(u(t,e))return o(!s(i.f,t,e),t[e])}},2092:(t,e,r)=>{"use strict";var n=r(7934),s=r(2952).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,s)}},4750:(t,e)=>{"use strict";e.f=Object.getOwnPropertySymbols},9341:(t,e,r)=>{"use strict";var n=r(4500),s=r(6447),i=r(1795),o=r(9766),a=r(4635),c=o("IE_PROTO"),u=Object,l=u.prototype;t.exports=a?u.getPrototypeOf:function(t){var e=i(t);if(n(e,c))return e[c];var r=e.constructor;return s(r)&&e instanceof r?r.prototype:e instanceof u?l:null}},8902:(t,e,r)=>{"use strict";var n=r(4120);t.exports=n({}.isPrototypeOf)},7934:(t,e,r)=>{"use strict";var n=r(4120),s=r(4500),i=r(101),o=r(8180).indexOf,a=r(4535),c=n([].push);t.exports=function(t,e){var r,n=i(t),u=0,l=[];for(r in n)!s(a,r)&&s(n,r)&&c(l,r);for(;e.length>u;)s(n,r=e[u++])&&(~o(l,r)||c(l,r));return l}},7653:(t,e,r)=>{"use strict";var n=r(7934),s=r(2952);t.exports=Object.keys||function(t){return n(t,s)}},6007:(t,e)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,s=n&&!r.call({1:2},1);e.f=s?function(t){var e=n(this,t);return!!e&&e.enumerable}:r},4469:(t,e,r)=>{"use strict";var n=r(6419),s=r(1138),i=r(7757);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=n(Object.prototype,"__proto__","set"))(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return s(r),i(n),e?t(r,n):r.__proto__=n,r}}():void 0)},158:(t,e,r)=>{"use strict";var n=r(3471),s=r(4696);t.exports=n?{}.toString:function(){return"[object "+s(this)+"]"}},380:(t,e,r)=>{"use strict";var n=r(8922),s=r(6447),i=r(5744),o=TypeError;t.exports=function(t,e){var r,a;if("string"===e&&s(r=t.toString)&&!i(a=n(r,t)))return a;if(s(r=t.valueOf)&&!i(a=n(r,t)))return a;if("string"!==e&&s(r=t.toString)&&!i(a=n(r,t)))return a;throw new o("Can't convert object to primitive value")}},3011:(t,e,r)=>{"use strict";var n=r(150),s=r(4120),i=r(2092),o=r(4750),a=r(1138),c=s([].concat);t.exports=n("Reflect","ownKeys")||function(t){var e=i.f(a(t)),r=o.f;return r?c(e,r(t)):e}},7545:t=>{"use strict";t.exports={}},7656:(t,e,r)=>{"use strict";var n=r(2760).f;t.exports=function(t,e,r){r in t||n(t,r,{configurable:!0,get:function(){return e[r]},set:function(t){e[r]=t}})}},3209:(t,e,r)=>{"use strict";var n=r(5646),s=TypeError;t.exports=function(t){if(n(t))throw new s("Can't call method on "+t);return t}},1284:(t,e,r)=>{"use strict";var n=r(3471),s=r(2760).f,i=r(8711),o=r(4500),a=r(158),c=r(8182)("toStringTag");t.exports=function(t,e,r,u){if(t){var l=r?t:t.prototype;o(l,c)||s(l,c,{configurable:!0,value:e}),u&&!n&&i(l,"toString",a)}}},9766:(t,e,r)=>{"use strict";var n=r(8717),s=r(2759),i=n("keys");t.exports=function(t){return i[t]||(i[t]=s(t))}},6434:(t,e,r)=>{"use strict";var n=r(8576),s=r(5098),i="__core-js_shared__",o=n[i]||s(i,{});t.exports=o},8717:(t,e,r)=>{"use strict";var n=r(5546),s=r(6434);(t.exports=function(t,e){return s[t]||(s[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.33.0",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.33.0/LICENSE",source:"https://github.com/zloirock/core-js"})},863:(t,e,r)=>{"use strict";var n=r(4120),s=r(1941),i=r(4845),o=r(3209),a=n("".charAt),c=n("".charCodeAt),u=n("".slice),l=function(t){return function(e,r){var n,l,f=i(o(e)),p=s(r),h=f.length;return p<0||p>=h?t?"":void 0:(n=c(f,p))<55296||n>56319||p+1===h||(l=c(f,p+1))<56320||l>57343?t?a(f,p):n:t?u(f,p,p+2):l-56320+(n-55296<<10)+65536}};t.exports={codeAt:l(!1),charAt:l(!0)}},6770:(t,e,r)=>{"use strict";var n=r(4218),s=r(6192),i=r(8576).String;t.exports=!!Object.getOwnPropertySymbols&&!s((function(){var t=Symbol("symbol detection");return!i(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},7739:(t,e,r)=>{"use strict";var n=r(1941),s=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?s(r+e,0):i(r,e)}},101:(t,e,r)=>{"use strict";var n=r(2202),s=r(3209);t.exports=function(t){return n(s(t))}},1941:(t,e,r)=>{"use strict";var n=r(7679);t.exports=function(t){var e=+t;return e!=e||0===e?0:n(e)}},8445:(t,e,r)=>{"use strict";var n=r(1941),s=Math.min;t.exports=function(t){return t>0?s(n(t),9007199254740991):0}},1795:(t,e,r)=>{"use strict";var n=r(3209),s=Object;t.exports=function(t){return s(n(t))}},7888:(t,e,r)=>{"use strict";var n=r(8922),s=r(5744),i=r(3236),o=r(5037),a=r(380),c=r(8182),u=TypeError,l=c("toPrimitive");t.exports=function(t,e){if(!s(t)||i(t))return t;var r,c=o(t,l);if(c){if(void 0===e&&(e="default"),r=n(c,t,e),!s(r)||i(r))return r;throw new u("Can't convert object to primitive value")}return void 0===e&&(e="number"),a(t,e)}},77:(t,e,r)=>{"use strict";var n=r(7888),s=r(3236);t.exports=function(t){var e=n(t,"string");return s(e)?e:e+""}},3471:(t,e,r)=>{"use strict";var n={};n[r(8182)("toStringTag")]="z",t.exports="[object z]"===String(n)},4845:(t,e,r)=>{"use strict";var n=r(4696),s=String;t.exports=function(t){if("Symbol"===n(t))throw new TypeError("Cannot convert a Symbol value to a string");return s(t)}},9288:t=>{"use strict";var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},2759:(t,e,r)=>{"use strict";var n=r(4120),s=0,i=Math.random(),o=n(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+o(++s+i,36)}},615:(t,e,r)=>{"use strict";var n=r(6770);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},9600:(t,e,r)=>{"use strict";var n=r(69),s=r(6192);t.exports=n&&s((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},5278:(t,e,r)=>{"use strict";var n=r(8576),s=r(6447),i=n.WeakMap;t.exports=s(i)&&/native code/.test(String(i))},8182:(t,e,r)=>{"use strict";var n=r(8576),s=r(8717),i=r(4500),o=r(2759),a=r(6770),c=r(615),u=n.Symbol,l=s("wks"),f=c?u.for||u:u&&u.withoutSetter||o;t.exports=function(t){return i(l,t)||(l[t]=a&&i(u,t)?u[t]:f("Symbol."+t)),l[t]}},426:(t,e,r)=>{"use strict";var n=r(150),s=r(4500),i=r(8711),o=r(8902),a=r(4469),c=r(7987),u=r(7656),l=r(2643),f=r(6016),p=r(273),h=r(8266),_=r(69),d=r(5546);t.exports=function(t,e,r,m){var y="stackTraceLimit",g=m?2:1,v=t.split("."),b=v[v.length-1],w=n.apply(null,v);if(w){var E=w.prototype;if(!d&&s(E,"cause")&&delete E.cause,!r)return w;var x=n("Error"),j=e((function(t,e){var r=f(m?e:t,void 0),n=m?new w(t):new w;return void 0!==r&&i(n,"message",r),h(n,j,n.stack,2),this&&o(E,this)&&l(n,this,j),arguments.length>g&&p(n,arguments[g]),n}));if(j.prototype=E,"Error"!==b?a?a(j,x):c(j,x,{name:!0}):_&&y in w&&(u(j,w,y),u(j,w,"prepareStackTrace")),c(j,w),!d)try{E.name!==b&&i(E,"name",b),E.constructor=j}catch(t){}return j}}},4016:(t,e,r)=>{"use strict";var n=r(3085),s=r(150),i=r(6298),o=r(6192),a=r(426),c="AggregateError",u=s(c),l=!o((function(){return 1!==u([1]).errors[0]}))&&o((function(){return 7!==u([1],c,{cause:7}).cause}));n({global:!0,constructor:!0,arity:2,forced:l},{AggregateError:a(c,(function(t){return function(e,r){return i(t,this,arguments)}}),l,!0)})},3820:(t,e,r)=>{"use strict";var n=r(3085),s=r(8902),i=r(9341),o=r(4469),a=r(7987),c=r(2853),u=r(8711),l=r(774),f=r(273),p=r(8266),h=r(3442),_=r(6016),d=r(8182)("toStringTag"),m=Error,y=[].push,g=function(t,e){var r,n=s(v,this);o?r=o(new m,n?i(this):v):(r=n?this:c(v),u(r,d,"Error")),void 0!==e&&u(r,"message",_(e)),p(r,g,r.stack,1),arguments.length>2&&f(r,arguments[2]);var a=[];return h(t,y,{that:a}),u(r,"errors",a),r};o?o(g,m):a(g,m,{name:!0});var v=g.prototype=c(m.prototype,{constructor:l(1,g),message:l(1,""),name:l(1,"AggregateError")});n({global:!0,constructor:!0,arity:2},{AggregateError:g})},4242:(t,e,r)=>{"use strict";r(3820)},8939:(t,e,r)=>{"use strict";var n=r(101),s=r(7423),i=r(7771),o=r(3326),a=r(2760).f,c=r(5297),u=r(7271),l=r(5546),f=r(69),p="Array Iterator",h=o.set,_=o.getterFor(p);t.exports=c(Array,"Array",(function(t,e){h(this,{type:p,target:n(t),index:0,kind:e})}),(function(){var t=_(this),e=t.target,r=t.kind,n=t.index++;if(!e||n>=e.length)return t.target=void 0,u(void 0,!0);switch(r){case"keys":return u(n,!1);case"values":return u(e[n],!1)}return u([n,e[n]],!1)}),"values");var d=i.Arguments=i.Array;if(s("keys"),s("values"),s("entries"),!l&&f&&"values"!==d.name)try{a(d,"name",{value:"values"})}catch(t){}},4339:(t,e,r)=>{"use strict";var n=r(3085),s=r(8576),i=r(6298),o=r(426),a="WebAssembly",c=s[a],u=7!==new Error("e",{cause:7}).cause,l=function(t,e){var r={};r[t]=o(t,e,u),n({global:!0,constructor:!0,arity:1,forced:u},r)},f=function(t,e){if(c&&c[t]){var r={};r[t]=o(a+"."+t,e,u),n({target:a,stat:!0,constructor:!0,arity:1,forced:u},r)}};l("Error",(function(t){return function(e){return i(t,this,arguments)}})),l("EvalError",(function(t){return function(e){return i(t,this,arguments)}})),l("RangeError",(function(t){return function(e){return i(t,this,arguments)}})),l("ReferenceError",(function(t){return function(e){return i(t,this,arguments)}})),l("SyntaxError",(function(t){return function(e){return i(t,this,arguments)}})),l("TypeError",(function(t){return function(e){return i(t,this,arguments)}})),l("URIError",(function(t){return function(e){return i(t,this,arguments)}})),f("CompileError",(function(t){return function(e){return i(t,this,arguments)}})),f("LinkError",(function(t){return function(e){return i(t,this,arguments)}})),f("RuntimeError",(function(t){return function(e){return i(t,this,arguments)}}))},5454:(t,e,r)=>{"use strict";var n=r(863).charAt,s=r(4845),i=r(3326),o=r(5297),a=r(7271),c="String Iterator",u=i.set,l=i.getterFor(c);o(String,"String",(function(t){u(this,{type:c,string:s(t),index:0})}),(function(){var t,e=l(this),r=e.string,s=e.index;return s>=r.length?a(void 0,!0):(t=n(r,s),e.index+=t.length,a(t,!1))}))},2752:(t,e,r)=>{"use strict";r(4242)},162:(t,e,r)=>{"use strict";r(8939);var n=r(7365),s=r(8576),i=r(4696),o=r(8711),a=r(7771),c=r(8182)("toStringTag");for(var u in n){var l=s[u],f=l&&l.prototype;f&&i(f)!==c&&o(f,c,u),a[u]=a.Array}},5846:(t,e,r)=>{"use strict";r(2752);var n=r(6791);r(162),t.exports=n},9515:(t,e,r)=>{var n=r(8761)(r(7772),"DataView");t.exports=n},9612:(t,e,r)=>{var n=r(2118),s=r(6909),i=r(8138),o=r(4174),a=r(7942);function c(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,t.exports=c},235:(t,e,r)=>{var n=r(3945),s=r(1846),i=r(8028),o=r(2344),a=r(4769);function c(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,t.exports=c},326:(t,e,r)=>{var n=r(8761)(r(7772),"Map");t.exports=n},6738:(t,e,r)=>{var n=r(2411),s=r(6417),i=r(6928),o=r(9493),a=r(4150);function c(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e<r;){var n=t[e];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,t.exports=c},1985:(t,e,r)=>{var n=r(8761)(r(7772),"Promise");t.exports=n},2143:(t,e,r)=>{var n=r(8761)(r(7772),"Set");t.exports=n},5386:(t,e,r)=>{var n=r(6738),s=r(2842),i=r(2482);function o(t){var e=-1,r=null==t?0:t.length;for(this.__data__=new n;++e<r;)this.add(t[e])}o.prototype.add=o.prototype.push=s,o.prototype.has=i,t.exports=o},6571:(t,e,r)=>{var n=r(235),s=r(5243),i=r(2858),o=r(4417),a=r(8605),c=r(1418);function u(t){var e=this.__data__=new n(t);this.size=e.size}u.prototype.clear=s,u.prototype.delete=i,u.prototype.get=o,u.prototype.has=a,u.prototype.set=c,t.exports=u},857:(t,e,r)=>{var n=r(7772).Symbol;t.exports=n},9162:(t,e,r)=>{var n=r(7772).Uint8Array;t.exports=n},3215:(t,e,r)=>{var n=r(8761)(r(7772),"WeakMap");t.exports=n},7552:t=>{t.exports=function(t,e){for(var r=-1,n=null==t?0:t.length,s=0,i=[];++r<n;){var o=t[r];e(o,r,t)&&(i[s++]=o)}return i}},1634:(t,e,r)=>{var n=r(6473),s=r(9631),i=r(6152),o=r(3226),a=r(9045),c=r(7598),u=Object.prototype.hasOwnProperty;t.exports=function(t,e){var r=i(t),l=!r&&s(t),f=!r&&!l&&o(t),p=!r&&!l&&!f&&c(t),h=r||l||f||p,_=h?n(t.length,String):[],d=_.length;for(var m in t)!e&&!u.call(t,m)||h&&("length"==m||f&&("offset"==m||"parent"==m)||p&&("buffer"==m||"byteLength"==m||"byteOffset"==m)||a(m,d))||_.push(m);return _}},5067:t=>{t.exports=function(t,e){for(var r=-1,n=e.length,s=t.length;++r<n;)t[s+r]=e[r];return t}},7064:t=>{t.exports=function(t,e){for(var r=-1,n=null==t?0:t.length;++r<n;)if(e(t[r],r,t))return!0;return!1}},2218:(t,e,r)=>{var n=r(1225);t.exports=function(t,e){for(var r=t.length;r--;)if(n(t[r][0],e))return r;return-1}},1897:(t,e,r)=>{var n=r(5067),s=r(6152);t.exports=function(t,e,r){var i=e(t);return s(t)?i:n(i,r(t))}},3366:(t,e,r)=>{var n=r(857),s=r(2107),i=r(7157),o=n?n.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":o&&o in Object(t)?s(t):i(t)}},5183:(t,e,r)=>{var n=r(3366),s=r(5125);t.exports=function(t){return s(t)&&"[object Arguments]"==n(t)}},8746:(t,e,r)=>{var n=r(1952),s=r(5125);t.exports=function t(e,r,i,o,a){return e===r||(null==e||null==r||!s(e)&&!s(r)?e!=e&&r!=r:n(e,r,i,o,t,a))}},1952:(t,e,r)=>{var n=r(6571),s=r(4871),i=r(1491),o=r(7416),a=r(940),c=r(6152),u=r(3226),l=r(7598),f="[object Arguments]",p="[object Array]",h="[object Object]",_=Object.prototype.hasOwnProperty;t.exports=function(t,e,r,d,m,y){var g=c(t),v=c(e),b=g?p:a(t),w=v?p:a(e),E=(b=b==f?h:b)==h,x=(w=w==f?h:w)==h,j=b==w;if(j&&u(t)){if(!u(e))return!1;g=!0,E=!1}if(j&&!E)return y||(y=new n),g||l(t)?s(t,e,r,d,m,y):i(t,e,b,r,d,m,y);if(!(1&r)){var S=E&&_.call(t,"__wrapped__"),A=x&&_.call(e,"__wrapped__");if(S||A){var O=S?t.value():t,P=A?e.value():e;return y||(y=new n),m(O,P,r,d,y)}}return!!j&&(y||(y=new n),o(t,e,r,d,m,y))}},6840:(t,e,r)=>{var n=r(1049),s=r(7394),i=r(9259),o=r(7035),a=/^\[object .+?Constructor\]$/,c=Function.prototype,u=Object.prototype,l=c.toString,f=u.hasOwnProperty,p=RegExp("^"+l.call(f).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!i(t)||s(t))&&(n(t)?p:a).test(o(t))}},5522:(t,e,r)=>{var n=r(3366),s=r(1158),i=r(5125),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,t.exports=function(t){return i(t)&&s(t.length)&&!!o[n(t)]}},6411:(t,e,r)=>{var n=r(6001),s=r(4248),i=Object.prototype.hasOwnProperty;t.exports=function(t){if(!n(t))return s(t);var e=[];for(var r in Object(t))i.call(t,r)&&"constructor"!=r&&e.push(r);return e}},6473:t=>{t.exports=function(t,e){for(var r=-1,n=Array(t);++r<t;)n[r]=e(r);return n}},7826:t=>{t.exports=function(t){return function(e){return t(e)}}},9950:t=>{t.exports=function(t,e){return t.has(e)}},4019:(t,e,r)=>{var n=r(7772)["__core-js_shared__"];t.exports=n},4871:(t,e,r)=>{var n=r(5386),s=r(7064),i=r(9950);t.exports=function(t,e,r,o,a,c){var u=1&r,l=t.length,f=e.length;if(l!=f&&!(u&&f>l))return!1;var p=c.get(t),h=c.get(e);if(p&&h)return p==e&&h==t;var _=-1,d=!0,m=2&r?new n:void 0;for(c.set(t,e),c.set(e,t);++_<l;){var y=t[_],g=e[_];if(o)var v=u?o(g,y,_,e,t,c):o(y,g,_,t,e,c);if(void 0!==v){if(v)continue;d=!1;break}if(m){if(!s(e,(function(t,e){if(!i(m,e)&&(y===t||a(y,t,r,o,c)))return m.push(e)}))){d=!1;break}}else if(y!==g&&!a(y,g,r,o,c)){d=!1;break}}return c.delete(t),c.delete(e),d}},1491:(t,e,r)=>{var n=r(857),s=r(9162),i=r(1225),o=r(4871),a=r(5179),c=r(4207),u=n?n.prototype:void 0,l=u?u.valueOf:void 0;t.exports=function(t,e,r,n,u,f,p){switch(r){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!f(new s(t),new s(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var h=a;case"[object Set]":var _=1&n;if(h||(h=c),t.size!=e.size&&!_)return!1;var d=p.get(t);if(d)return d==e;n|=2,p.set(t,e);var m=o(h(t),h(e),n,u,f,p);return p.delete(t),m;case"[object Symbol]":if(l)return l.call(t)==l.call(e)}return!1}},7416:(t,e,r)=>{var n=r(3483),s=Object.prototype.hasOwnProperty;t.exports=function(t,e,r,i,o,a){var c=1&r,u=n(t),l=u.length;if(l!=n(e).length&&!c)return!1;for(var f=l;f--;){var p=u[f];if(!(c?p in e:s.call(e,p)))return!1}var h=a.get(t),_=a.get(e);if(h&&_)return h==e&&_==t;var d=!0;a.set(t,e),a.set(e,t);for(var m=c;++f<l;){var y=t[p=u[f]],g=e[p];if(i)var v=c?i(g,y,p,e,t,a):i(y,g,p,t,e,a);if(!(void 0===v?y===g||o(y,g,r,i,a):v)){d=!1;break}m||(m="constructor"==p)}if(d&&!m){var b=t.constructor,w=e.constructor;b==w||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof w&&w instanceof w||(d=!1)}return a.delete(t),a.delete(e),d}},1242:(t,e,r)=>{var n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;t.exports=n},3483:(t,e,r)=>{var n=r(1897),s=r(633),i=r(249);t.exports=function(t){return n(t,i,s)}},7937:(t,e,r)=>{var n=r(8304);t.exports=function(t,e){var r=t.__data__;return n(e)?r["string"==typeof e?"string":"hash"]:r.map}},8761:(t,e,r)=>{var n=r(6840),s=r(8109);t.exports=function(t,e){var r=s(t,e);return n(r)?r:void 0}},2107:(t,e,r)=>{var n=r(857),s=Object.prototype,i=s.hasOwnProperty,o=s.toString,a=n?n.toStringTag:void 0;t.exports=function(t){var e=i.call(t,a),r=t[a];try{t[a]=void 0;var n=!0}catch(t){}var s=o.call(t);return n&&(e?t[a]=r:delete t[a]),s}},633:(t,e,r)=>{var n=r(7552),s=r(981),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,a=o?function(t){return null==t?[]:(t=Object(t),n(o(t),(function(e){return i.call(t,e)})))}:s;t.exports=a},940:(t,e,r)=>{var n=r(9515),s=r(326),i=r(1985),o=r(2143),a=r(3215),c=r(3366),u=r(7035),l="[object Map]",f="[object Promise]",p="[object Set]",h="[object WeakMap]",_="[object DataView]",d=u(n),m=u(s),y=u(i),g=u(o),v=u(a),b=c;(n&&b(new n(new ArrayBuffer(1)))!=_||s&&b(new s)!=l||i&&b(i.resolve())!=f||o&&b(new o)!=p||a&&b(new a)!=h)&&(b=function(t){var e=c(t),r="[object Object]"==e?t.constructor:void 0,n=r?u(r):"";if(n)switch(n){case d:return _;case m:return l;case y:return f;case g:return p;case v:return h}return e}),t.exports=b},8109:t=>{t.exports=function(t,e){return null==t?void 0:t[e]}},2118:(t,e,r)=>{var n=r(9191);t.exports=function(){this.__data__=n?n(null):{},this.size=0}},6909:t=>{t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},8138:(t,e,r)=>{var n=r(9191),s=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(n){var r=e[t];return"__lodash_hash_undefined__"===r?void 0:r}return s.call(e,t)?e[t]:void 0}},4174:(t,e,r)=>{var n=r(9191),s=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return n?void 0!==e[t]:s.call(e,t)}},7942:(t,e,r)=>{var n=r(9191);t.exports=function(t,e){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=n&&void 0===e?"__lodash_hash_undefined__":e,this}},9045:t=>{var e=/^(?:0|[1-9]\d*)$/;t.exports=function(t,r){var n=typeof t;return!!(r=null==r?9007199254740991:r)&&("number"==n||"symbol"!=n&&e.test(t))&&t>-1&&t%1==0&&t<r}},8304:t=>{t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},7394:(t,e,r)=>{var n,s=r(4019),i=(n=/[^.]+$/.exec(s&&s.keys&&s.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";t.exports=function(t){return!!i&&i in t}},6001:t=>{var e=Object.prototype;t.exports=function(t){var r=t&&t.constructor;return t===("function"==typeof r&&r.prototype||e)}},3945:t=>{t.exports=function(){this.__data__=[],this.size=0}},1846:(t,e,r)=>{var n=r(2218),s=Array.prototype.splice;t.exports=function(t){var e=this.__data__,r=n(e,t);return!(r<0)&&(r==e.length-1?e.pop():s.call(e,r,1),--this.size,!0)}},8028:(t,e,r)=>{var n=r(2218);t.exports=function(t){var e=this.__data__,r=n(e,t);return r<0?void 0:e[r][1]}},2344:(t,e,r)=>{var n=r(2218);t.exports=function(t){return n(this.__data__,t)>-1}},4769:(t,e,r)=>{var n=r(2218);t.exports=function(t,e){var r=this.__data__,s=n(r,t);return s<0?(++this.size,r.push([t,e])):r[s][1]=e,this}},2411:(t,e,r)=>{var n=r(9612),s=r(235),i=r(326);t.exports=function(){this.size=0,this.__data__={hash:new n,map:new(i||s),string:new n}}},6417:(t,e,r)=>{var n=r(7937);t.exports=function(t){var e=n(this,t).delete(t);return this.size-=e?1:0,e}},6928:(t,e,r)=>{var n=r(7937);t.exports=function(t){return n(this,t).get(t)}},9493:(t,e,r)=>{var n=r(7937);t.exports=function(t){return n(this,t).has(t)}},4150:(t,e,r)=>{var n=r(7937);t.exports=function(t,e){var r=n(this,t),s=r.size;return r.set(t,e),this.size+=r.size==s?0:1,this}},5179:t=>{t.exports=function(t){var e=-1,r=Array(t.size);return t.forEach((function(t,n){r[++e]=[n,t]})),r}},9191:(t,e,r)=>{var n=r(8761)(Object,"create");t.exports=n},4248:(t,e,r)=>{var n=r(241)(Object.keys,Object);t.exports=n},4146:(t,e,r)=>{t=r.nmd(t);var n=r(1242),s=e&&!e.nodeType&&e,i=s&&t&&!t.nodeType&&t,o=i&&i.exports===s&&n.process,a=function(){try{var t=i&&i.require&&i.require("util").types;return t||o&&o.binding&&o.binding("util")}catch(t){}}();t.exports=a},7157:t=>{var e=Object.prototype.toString;t.exports=function(t){return e.call(t)}},241:t=>{t.exports=function(t,e){return function(r){return t(e(r))}}},7772:(t,e,r)=>{var n=r(1242),s="object"==typeof self&&self&&self.Object===Object&&self,i=n||s||Function("return this")();t.exports=i},2842:t=>{t.exports=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this}},2482:t=>{t.exports=function(t){return this.__data__.has(t)}},4207:t=>{t.exports=function(t){var e=-1,r=Array(t.size);return t.forEach((function(t){r[++e]=t})),r}},5243:(t,e,r)=>{var n=r(235);t.exports=function(){this.__data__=new n,this.size=0}},2858:t=>{t.exports=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r}},4417:t=>{t.exports=function(t){return this.__data__.get(t)}},8605:t=>{t.exports=function(t){return this.__data__.has(t)}},1418:(t,e,r)=>{var n=r(235),s=r(326),i=r(6738);t.exports=function(t,e){var r=this.__data__;if(r instanceof n){var o=r.__data__;if(!s||o.length<199)return o.push([t,e]),this.size=++r.size,this;r=this.__data__=new i(o)}return r.set(t,e),this.size=r.size,this}},7035:t=>{var e=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return e.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},1225:t=>{t.exports=function(t,e){return t===e||t!=t&&e!=e}},9631:(t,e,r)=>{var n=r(5183),s=r(5125),i=Object.prototype,o=i.hasOwnProperty,a=i.propertyIsEnumerable,c=n(function(){return arguments}())?n:function(t){return s(t)&&o.call(t,"callee")&&!a.call(t,"callee")};t.exports=c},6152:t=>{var e=Array.isArray;t.exports=e},7878:(t,e,r)=>{var n=r(1049),s=r(1158);t.exports=function(t){return null!=t&&s(t.length)&&!n(t)}},4335:(t,e,r)=>{var n=r(3366),s=r(5125);t.exports=function(t){return!0===t||!1===t||s(t)&&"[object Boolean]"==n(t)}},3226:(t,e,r)=>{t=r.nmd(t);var n=r(7772),s=r(6330),i=e&&!e.nodeType&&e,o=i&&t&&!t.nodeType&&t,a=o&&o.exports===i?n.Buffer:void 0,c=(a?a.isBuffer:void 0)||s;t.exports=c},8149:(t,e,r)=>{var n=r(8746);t.exports=function(t,e){return n(t,e)}},1049:(t,e,r)=>{var n=r(3366),s=r(9259);t.exports=function(t){if(!s(t))return!1;var e=n(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},1158:t=>{t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},5877:t=>{t.exports=function(t){return null===t}},537:(t,e,r)=>{var n=r(3366),s=r(5125);t.exports=function(t){return"number"==typeof t||s(t)&&"[object Number]"==n(t)}},9259:t=>{t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},5125:t=>{t.exports=function(t){return null!=t&&"object"==typeof t}},5505:(t,e,r)=>{var n=r(3366),s=r(6152),i=r(5125);t.exports=function(t){return"string"==typeof t||!s(t)&&i(t)&&"[object String]"==n(t)}},7598:(t,e,r)=>{var n=r(5522),s=r(7826),i=r(4146),o=i&&i.isTypedArray,a=o?s(o):n;t.exports=a},249:(t,e,r)=>{var n=r(1634),s=r(6411),i=r(7878);t.exports=function(t){return i(t)?n(t):s(t)}},1570:t=>{t.exports=function(t){if("function"!=typeof t)throw new TypeError("Expected a function");return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}},981:t=>{t.exports=function(){return[]}},6330:t=>{t.exports=function(){return!1}},1178:(t,e,r)=>{const n=r(1570);function s(t){return"string"==typeof t?e=>e.element===t:t.constructor&&t.extend?e=>e instanceof t:t}class i{constructor(t){this.elements=t||[]}toValue(){return this.elements.map((t=>t.toValue()))}map(t,e){return this.elements.map(t,e)}flatMap(t,e){return this.map(t,e).reduce(((t,e)=>t.concat(e)),[])}compactMap(t,e){const r=[];return this.forEach((n=>{const s=t.bind(e)(n);s&&r.push(s)})),r}filter(t,e){return t=s(t),new i(this.elements.filter(t,e))}reject(t,e){return t=s(t),new i(this.elements.filter(n(t),e))}find(t,e){return t=s(t),this.elements.find(t,e)}forEach(t,e){this.elements.forEach(t,e)}reduce(t,e){return this.elements.reduce(t,e)}includes(t){return this.elements.some((e=>e.equals(t)))}shift(){return this.elements.shift()}unshift(t){this.elements.unshift(this.refract(t))}push(t){return this.elements.push(this.refract(t)),this}add(t){this.push(t)}get(t){return this.elements[t]}getValue(t){const e=this.elements[t];if(e)return e.toValue()}get length(){return this.elements.length}get isEmpty(){return 0===this.elements.length}get first(){return this.elements[0]}}"undefined"!=typeof Symbol&&(i.prototype[Symbol.iterator]=function(){return this.elements[Symbol.iterator]()}),t.exports=i},3026:t=>{class e{constructor(t,e){this.key=t,this.value=e}clone(){const t=new e;return this.key&&(t.key=this.key.clone()),this.value&&(t.value=this.value.clone()),t}}t.exports=e},5140:(t,e,r)=>{const n=r(5877),s=r(5505),i=r(537),o=r(4335),a=r(9259),c=r(2947),u=r(3756);class l{constructor(t){this.elementMap={},this.elementDetection=[],this.Element=u.Element,this.KeyValuePair=u.KeyValuePair,t&&t.noDefault||this.useDefault(),this._attributeElementKeys=[],this._attributeElementArrayKeys=[]}use(t){return t.namespace&&t.namespace({base:this}),t.load&&t.load({base:this}),this}useDefault(){return this.register("null",u.NullElement).register("string",u.StringElement).register("number",u.NumberElement).register("boolean",u.BooleanElement).register("array",u.ArrayElement).register("object",u.ObjectElement).register("member",u.MemberElement).register("ref",u.RefElement).register("link",u.LinkElement),this.detect(n,u.NullElement,!1).detect(s,u.StringElement,!1).detect(i,u.NumberElement,!1).detect(o,u.BooleanElement,!1).detect(Array.isArray,u.ArrayElement,!1).detect(a,u.ObjectElement,!1),this}register(t,e){return this._elements=void 0,this.elementMap[t]=e,this}unregister(t){return this._elements=void 0,delete this.elementMap[t],this}detect(t,e,r){return void 0===r||r?this.elementDetection.unshift([t,e]):this.elementDetection.push([t,e]),this}toElement(t){if(t instanceof this.Element)return t;let e;for(let r=0;r<this.elementDetection.length;r+=1){const n=this.elementDetection[r][0],s=this.elementDetection[r][1];if(n(t)){e=new s(t);break}}return e}getElementClass(t){const e=this.elementMap[t];return void 0===e?this.Element:e}fromRefract(t){return this.serialiser.deserialise(t)}toRefract(t){return this.serialiser.serialise(t)}get elements(){return void 0===this._elements&&(this._elements={Element:this.Element},Object.keys(this.elementMap).forEach((t=>{const e=t[0].toUpperCase()+t.substr(1);this._elements[e]=this.elementMap[t]}))),this._elements}get serialiser(){return new c(this)}}c.prototype.Namespace=l,t.exports=l},3853:(t,e,r)=>{const n=r(1570),s=r(1178);class i extends s{map(t,e){return this.elements.map((r=>t.bind(e)(r.value,r.key,r)))}filter(t,e){return new i(this.elements.filter((r=>t.bind(e)(r.value,r.key,r))))}reject(t,e){return this.filter(n(t.bind(e)))}forEach(t,e){return this.elements.forEach(((r,n)=>{t.bind(e)(r.value,r.key,r,n)}))}keys(){return this.map(((t,e)=>e.toValue()))}values(){return this.map((t=>t.toValue()))}}t.exports=i},3756:(t,e,r)=>{const n=r(6420),s=r(4152),i=r(9542),o=r(3710),a=r(3312),c=r(1641),u=r(8858),l=r(3860),f=r(5202),p=r(2320),h=r(1178),_=r(3853),d=r(3026);function m(t){if(t instanceof n)return t;if("string"==typeof t)return new i(t);if("number"==typeof t)return new o(t);if("boolean"==typeof t)return new a(t);if(null===t)return new s;if(Array.isArray(t))return new c(t.map(m));if("object"==typeof t){return new l(t)}return t}n.prototype.ObjectElement=l,n.prototype.RefElement=p,n.prototype.MemberElement=u,n.prototype.refract=m,h.prototype.refract=m,t.exports={Element:n,NullElement:s,StringElement:i,NumberElement:o,BooleanElement:a,ArrayElement:c,MemberElement:u,ObjectElement:l,LinkElement:f,RefElement:p,refract:m,ArraySlice:h,ObjectSlice:_,KeyValuePair:d}},5202:(t,e,r)=>{const n=r(6420);t.exports=class extends n{constructor(t,e,r){super(t||[],e,r),this.element="link"}get relation(){return this.attributes.get("relation")}set relation(t){this.attributes.set("relation",t)}get href(){return this.attributes.get("href")}set href(t){this.attributes.set("href",t)}}},2320:(t,e,r)=>{const n=r(6420);t.exports=class extends n{constructor(t,e,r){super(t||[],e,r),this.element="ref",this.path||(this.path="element")}get path(){return this.attributes.get("path")}set path(t){this.attributes.set("path",t)}}},7952:(t,e,r)=>{const n=r(5140),s=r(3756);e.lS=n,e.KeyValuePair=r(3026),e.O4=s.ArraySlice,e.rm=s.ObjectSlice,e.W_=s.Element,e.RP=s.StringElement,e.VL=s.NumberElement,e.hh=s.BooleanElement,e.zr=s.NullElement,e.ON=s.ArrayElement,e.Sb=s.ObjectElement,e.c6=s.MemberElement,e.tK=s.RefElement,e.EA=s.LinkElement,e.Qc=s.refract,r(2947),r(8910)},1641:(t,e,r)=>{const n=r(1570),s=r(6420),i=r(1178);class o extends s{constructor(t,e,r){super(t||[],e,r),this.element="array"}primitive(){return"array"}get(t){return this.content[t]}getValue(t){const e=this.get(t);if(e)return e.toValue()}getIndex(t){return this.content[t]}set(t,e){return this.content[t]=this.refract(e),this}remove(t){const e=this.content.splice(t,1);return e.length?e[0]:null}map(t,e){return this.content.map(t,e)}flatMap(t,e){return this.map(t,e).reduce(((t,e)=>t.concat(e)),[])}compactMap(t,e){const r=[];return this.forEach((n=>{const s=t.bind(e)(n);s&&r.push(s)})),r}filter(t,e){return new i(this.content.filter(t,e))}reject(t,e){return this.filter(n(t),e)}reduce(t,e){let r,n;void 0!==e?(r=0,n=this.refract(e)):(r=1,n="object"===this.primitive()?this.first.value:this.first);for(let e=r;e<this.length;e+=1){const r=this.content[e];n="object"===this.primitive()?this.refract(t(n,r.value,r.key,r,this)):this.refract(t(n,r,e,this))}return n}forEach(t,e){this.content.forEach(((r,n)=>{t.bind(e)(r,this.refract(n))}))}shift(){return this.content.shift()}unshift(t){this.content.unshift(this.refract(t))}push(t){return this.content.push(this.refract(t)),this}add(t){this.push(t)}findElements(t,e){const r=e||{},n=!!r.recursive,s=void 0===r.results?[]:r.results;return this.forEach(((e,r,i)=>{n&&void 0!==e.findElements&&e.findElements(t,{results:s,recursive:n}),t(e,r,i)&&s.push(e)})),s}find(t){return new i(this.findElements(t,{recursive:!0}))}findByElement(t){return this.find((e=>e.element===t))}findByClass(t){return this.find((e=>e.classes.includes(t)))}getById(t){return this.find((e=>e.id.toValue()===t)).first}includes(t){return this.content.some((e=>e.equals(t)))}contains(t){return this.includes(t)}empty(){return new this.constructor([])}"fantasy-land/empty"(){return this.empty()}concat(t){return new this.constructor(this.content.concat(t.content))}"fantasy-land/concat"(t){return this.concat(t)}"fantasy-land/map"(t){return new this.constructor(this.map(t))}"fantasy-land/chain"(t){return this.map((e=>t(e)),this).reduce(((t,e)=>t.concat(e)),this.empty())}"fantasy-land/filter"(t){return new this.constructor(this.content.filter(t))}"fantasy-land/reduce"(t,e){return this.content.reduce(t,e)}get length(){return this.content.length}get isEmpty(){return 0===this.content.length}get first(){return this.getIndex(0)}get second(){return this.getIndex(1)}get last(){return this.getIndex(this.length-1)}}o.empty=function(){return new this},o["fantasy-land/empty"]=o.empty,"undefined"!=typeof Symbol&&(o.prototype[Symbol.iterator]=function(){return this.content[Symbol.iterator]()}),t.exports=o},3312:(t,e,r)=>{const n=r(6420);t.exports=class extends n{constructor(t,e,r){super(t,e,r),this.element="boolean"}primitive(){return"boolean"}}},6420:(t,e,r)=>{const n=r(8149),s=r(3026),i=r(1178);class o{constructor(t,e,r){e&&(this.meta=e),r&&(this.attributes=r),this.content=t}freeze(){Object.isFrozen(this)||(this._meta&&(this.meta.parent=this,this.meta.freeze()),this._attributes&&(this.attributes.parent=this,this.attributes.freeze()),this.children.forEach((t=>{t.parent=this,t.freeze()}),this),this.content&&Array.isArray(this.content)&&Object.freeze(this.content),Object.freeze(this))}primitive(){}clone(){const t=new this.constructor;return t.element=this.element,this.meta.length&&(t._meta=this.meta.clone()),this.attributes.length&&(t._attributes=this.attributes.clone()),this.content?this.content.clone?t.content=this.content.clone():Array.isArray(this.content)?t.content=this.content.map((t=>t.clone())):t.content=this.content:t.content=this.content,t}toValue(){return this.content instanceof o?this.content.toValue():this.content instanceof s?{key:this.content.key.toValue(),value:this.content.value?this.content.value.toValue():void 0}:this.content&&this.content.map?this.content.map((t=>t.toValue()),this):this.content}toRef(t){if(""===this.id.toValue())throw Error("Cannot create reference to an element that does not contain an ID");const e=new this.RefElement(this.id.toValue());return t&&(e.path=t),e}findRecursive(...t){if(arguments.length>1&&!this.isFrozen)throw new Error("Cannot find recursive with multiple element names without first freezing the element. Call `element.freeze()`");const e=t.pop();let r=new i;const n=(t,e)=>(t.push(e),t),o=(t,r)=>{r.element===e&&t.push(r);const i=r.findRecursive(e);return i&&i.reduce(n,t),r.content instanceof s&&(r.content.key&&o(t,r.content.key),r.content.value&&o(t,r.content.value)),t};return this.content&&(this.content.element&&o(r,this.content),Array.isArray(this.content)&&this.content.reduce(o,r)),t.isEmpty||(r=r.filter((e=>{let r=e.parents.map((t=>t.element));for(const e in t){const n=t[e],s=r.indexOf(n);if(-1===s)return!1;r=r.splice(0,s)}return!0}))),r}set(t){return this.content=t,this}equals(t){return n(this.toValue(),t)}getMetaProperty(t,e){if(!this.meta.hasKey(t)){if(this.isFrozen){const t=this.refract(e);return t.freeze(),t}this.meta.set(t,e)}return this.meta.get(t)}setMetaProperty(t,e){this.meta.set(t,e)}get element(){return this._storedElement||"element"}set element(t){this._storedElement=t}get content(){return this._content}set content(t){if(t instanceof o)this._content=t;else if(t instanceof i)this.content=t.elements;else if("string"==typeof t||"number"==typeof t||"boolean"==typeof t||"null"===t||null==t)this._content=t;else if(t instanceof s)this._content=t;else if(Array.isArray(t))this._content=t.map(this.refract);else{if("object"!=typeof t)throw new Error("Cannot set content to given value");this._content=Object.keys(t).map((e=>new this.MemberElement(e,t[e])))}}get meta(){if(!this._meta){if(this.isFrozen){const t=new this.ObjectElement;return t.freeze(),t}this._meta=new this.ObjectElement}return this._meta}set meta(t){t instanceof this.ObjectElement?this._meta=t:this.meta.set(t||{})}get attributes(){if(!this._attributes){if(this.isFrozen){const t=new this.ObjectElement;return t.freeze(),t}this._attributes=new this.ObjectElement}return this._attributes}set attributes(t){t instanceof this.ObjectElement?this._attributes=t:this.attributes.set(t||{})}get id(){return this.getMetaProperty("id","")}set id(t){this.setMetaProperty("id",t)}get classes(){return this.getMetaProperty("classes",[])}set classes(t){this.setMetaProperty("classes",t)}get title(){return this.getMetaProperty("title","")}set title(t){this.setMetaProperty("title",t)}get description(){return this.getMetaProperty("description","")}set description(t){this.setMetaProperty("description",t)}get links(){return this.getMetaProperty("links",[])}set links(t){this.setMetaProperty("links",t)}get isFrozen(){return Object.isFrozen(this)}get parents(){let{parent:t}=this;const e=new i;for(;t;)e.push(t),t=t.parent;return e}get children(){if(Array.isArray(this.content))return new i(this.content);if(this.content instanceof s){const t=new i([this.content.key]);return this.content.value&&t.push(this.content.value),t}return this.content instanceof o?new i([this.content]):new i}get recursiveChildren(){const t=new i;return this.children.forEach((e=>{t.push(e),e.recursiveChildren.forEach((e=>{t.push(e)}))})),t}}t.exports=o},8858:(t,e,r)=>{const n=r(3026),s=r(6420);t.exports=class extends s{constructor(t,e,r,s){super(new n,r,s),this.element="member",this.key=t,this.value=e}get key(){return this.content.key}set key(t){this.content.key=this.refract(t)}get value(){return this.content.value}set value(t){this.content.value=this.refract(t)}}},4152:(t,e,r)=>{const n=r(6420);t.exports=class extends n{constructor(t,e,r){super(t||null,e,r),this.element="null"}primitive(){return"null"}set(){return new Error("Cannot set the value of null")}}},3710:(t,e,r)=>{const n=r(6420);t.exports=class extends n{constructor(t,e,r){super(t,e,r),this.element="number"}primitive(){return"number"}}},3860:(t,e,r)=>{const n=r(1570),s=r(9259),i=r(1641),o=r(8858),a=r(3853);t.exports=class extends i{constructor(t,e,r){super(t||[],e,r),this.element="object"}primitive(){return"object"}toValue(){return this.content.reduce(((t,e)=>(t[e.key.toValue()]=e.value?e.value.toValue():void 0,t)),{})}get(t){const e=this.getMember(t);if(e)return e.value}getMember(t){if(void 0!==t)return this.content.find((e=>e.key.toValue()===t))}remove(t){let e=null;return this.content=this.content.filter((r=>r.key.toValue()!==t||(e=r,!1))),e}getKey(t){const e=this.getMember(t);if(e)return e.key}set(t,e){if(s(t))return Object.keys(t).forEach((e=>{this.set(e,t[e])})),this;const r=t,n=this.getMember(r);return n?n.value=e:this.content.push(new o(r,e)),this}keys(){return this.content.map((t=>t.key.toValue()))}values(){return this.content.map((t=>t.value.toValue()))}hasKey(t){return this.content.some((e=>e.key.equals(t)))}items(){return this.content.map((t=>[t.key.toValue(),t.value.toValue()]))}map(t,e){return this.content.map((r=>t.bind(e)(r.value,r.key,r)))}compactMap(t,e){const r=[];return this.forEach(((n,s,i)=>{const o=t.bind(e)(n,s,i);o&&r.push(o)})),r}filter(t,e){return new a(this.content).filter(t,e)}reject(t,e){return this.filter(n(t),e)}forEach(t,e){return this.content.forEach((r=>t.bind(e)(r.value,r.key,r)))}}},9542:(t,e,r)=>{const n=r(6420);t.exports=class extends n{constructor(t,e,r){super(t,e,r),this.element="string"}primitive(){return"string"}get length(){return this.content.length}}},8910:(t,e,r)=>{const n=r(2947);t.exports=class extends n{serialise(t){if(!(t instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${t}\` is not an Element instance`);let e;t._attributes&&t.attributes.get("variable")&&(e=t.attributes.get("variable"));const r={element:t.element};t._meta&&t._meta.length>0&&(r.meta=this.serialiseObject(t.meta));const n="enum"===t.element||-1!==t.attributes.keys().indexOf("enumerations");if(n){const e=this.enumSerialiseAttributes(t);e&&(r.attributes=e)}else if(t._attributes&&t._attributes.length>0){let{attributes:n}=t;n.get("metadata")&&(n=n.clone(),n.set("meta",n.get("metadata")),n.remove("metadata")),"member"===t.element&&e&&(n=n.clone(),n.remove("variable")),n.length>0&&(r.attributes=this.serialiseObject(n))}if(n)r.content=this.enumSerialiseContent(t,r);else if(this[`${t.element}SerialiseContent`])r.content=this[`${t.element}SerialiseContent`](t,r);else if(void 0!==t.content){let n;e&&t.content.key?(n=t.content.clone(),n.key.attributes.set("variable",e),n=this.serialiseContent(n)):n=this.serialiseContent(t.content),this.shouldSerialiseContent(t,n)&&(r.content=n)}else this.shouldSerialiseContent(t,t.content)&&t instanceof this.namespace.elements.Array&&(r.content=[]);return r}shouldSerialiseContent(t,e){return"parseResult"===t.element||"httpRequest"===t.element||"httpResponse"===t.element||"category"===t.element||"link"===t.element||void 0!==e&&(!Array.isArray(e)||0!==e.length)}refSerialiseContent(t,e){return delete e.attributes,{href:t.toValue(),path:t.path.toValue()}}sourceMapSerialiseContent(t){return t.toValue()}dataStructureSerialiseContent(t){return[this.serialiseContent(t.content)]}enumSerialiseAttributes(t){const e=t.attributes.clone(),r=e.remove("enumerations")||new this.namespace.elements.Array([]),n=e.get("default");let s=e.get("samples")||new this.namespace.elements.Array([]);if(n&&n.content&&(n.content.attributes&&n.content.attributes.remove("typeAttributes"),e.set("default",new this.namespace.elements.Array([n.content]))),s.forEach((t=>{t.content&&t.content.element&&t.content.attributes.remove("typeAttributes")})),t.content&&0!==r.length&&s.unshift(t.content),s=s.map((t=>t instanceof this.namespace.elements.Array?[t]:new this.namespace.elements.Array([t.content]))),s.length&&e.set("samples",s),e.length>0)return this.serialiseObject(e)}enumSerialiseContent(t){if(t._attributes){const e=t.attributes.get("enumerations");if(e&&e.length>0)return e.content.map((t=>{const e=t.clone();return e.attributes.remove("typeAttributes"),this.serialise(e)}))}if(t.content){const e=t.content.clone();return e.attributes.remove("typeAttributes"),[this.serialise(e)]}return[]}deserialise(t){if("string"==typeof t)return new this.namespace.elements.String(t);if("number"==typeof t)return new this.namespace.elements.Number(t);if("boolean"==typeof t)return new this.namespace.elements.Boolean(t);if(null===t)return new this.namespace.elements.Null;if(Array.isArray(t))return new this.namespace.elements.Array(t.map(this.deserialise,this));const e=this.namespace.getElementClass(t.element),r=new e;r.element!==t.element&&(r.element=t.element),t.meta&&this.deserialiseObject(t.meta,r.meta),t.attributes&&this.deserialiseObject(t.attributes,r.attributes);const n=this.deserialiseContent(t.content);if(void 0===n&&null!==r.content||(r.content=n),"enum"===r.element){r.content&&r.attributes.set("enumerations",r.content);let t=r.attributes.get("samples");if(r.attributes.remove("samples"),t){const n=t;t=new this.namespace.elements.Array,n.forEach((n=>{n.forEach((n=>{const s=new e(n);s.element=r.element,t.push(s)}))}));const s=t.shift();r.content=s?s.content:void 0,r.attributes.set("samples",t)}else r.content=void 0;let n=r.attributes.get("default");if(n&&n.length>0){n=n.get(0);const t=new e(n);t.element=r.element,r.attributes.set("default",t)}}else if("dataStructure"===r.element&&Array.isArray(r.content))[r.content]=r.content;else if("category"===r.element){const t=r.attributes.get("meta");t&&(r.attributes.set("metadata",t),r.attributes.remove("meta"))}else"member"===r.element&&r.key&&r.key._attributes&&r.key._attributes.getValue("variable")&&(r.attributes.set("variable",r.key.attributes.get("variable")),r.key.attributes.remove("variable"));return r}serialiseContent(t){if(t instanceof this.namespace.elements.Element)return this.serialise(t);if(t instanceof this.namespace.KeyValuePair){const e={key:this.serialise(t.key)};return t.value&&(e.value=this.serialise(t.value)),e}return t&&t.map?t.map(this.serialise,this):t}deserialiseContent(t){if(t){if(t.element)return this.deserialise(t);if(t.key){const e=new this.namespace.KeyValuePair(this.deserialise(t.key));return t.value&&(e.value=this.deserialise(t.value)),e}if(t.map)return t.map(this.deserialise,this)}return t}shouldRefract(t){return!!(t._attributes&&t.attributes.keys().length||t._meta&&t.meta.keys().length)||"enum"!==t.element&&(t.element!==t.primitive()||"member"===t.element)}convertKeyToRefract(t,e){return this.shouldRefract(e)?this.serialise(e):"enum"===e.element?this.serialiseEnum(e):"array"===e.element?e.map((e=>this.shouldRefract(e)||"default"===t?this.serialise(e):"array"===e.element||"object"===e.element||"enum"===e.element?e.children.map((t=>this.serialise(t))):e.toValue())):"object"===e.element?(e.content||[]).map(this.serialise,this):e.toValue()}serialiseEnum(t){return t.children.map((t=>this.serialise(t)))}serialiseObject(t){const e={};return t.forEach(((t,r)=>{if(t){const n=r.toValue();e[n]=this.convertKeyToRefract(n,t)}})),e}deserialiseObject(t,e){Object.keys(t).forEach((r=>{e.set(r,this.deserialise(t[r]))}))}}},2947:t=>{t.exports=class{constructor(t){this.namespace=t||new this.Namespace}serialise(t){if(!(t instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${t}\` is not an Element instance`);const e={element:t.element};t._meta&&t._meta.length>0&&(e.meta=this.serialiseObject(t.meta)),t._attributes&&t._attributes.length>0&&(e.attributes=this.serialiseObject(t.attributes));const r=this.serialiseContent(t.content);return void 0!==r&&(e.content=r),e}deserialise(t){if(!t.element)throw new Error("Given value is not an object containing an element name");const e=new(this.namespace.getElementClass(t.element));e.element!==t.element&&(e.element=t.element),t.meta&&this.deserialiseObject(t.meta,e.meta),t.attributes&&this.deserialiseObject(t.attributes,e.attributes);const r=this.deserialiseContent(t.content);return void 0===r&&null!==e.content||(e.content=r),e}serialiseContent(t){if(t instanceof this.namespace.elements.Element)return this.serialise(t);if(t instanceof this.namespace.KeyValuePair){const e={key:this.serialise(t.key)};return t.value&&(e.value=this.serialise(t.value)),e}if(t&&t.map){if(0===t.length)return;return t.map(this.serialise,this)}return t}deserialiseContent(t){if(t){if(t.element)return this.deserialise(t);if(t.key){const e=new this.namespace.KeyValuePair(this.deserialise(t.key));return t.value&&(e.value=this.deserialise(t.value)),e}if(t.map)return t.map(this.deserialise,this)}return t}serialiseObject(t){const e={};if(t.forEach(((t,r)=>{t&&(e[r.toValue()]=this.serialise(t))})),0!==Object.keys(e).length)return e}deserialiseObject(t,e){Object.keys(t).forEach((r=>{e.set(r,this.deserialise(t[r]))}))}}},6591:t=>{!function(){"use strict";var e,r,n,s,i,o="properties",a="deepProperties",c="propertyDescriptors",u="staticProperties",l="staticDeepProperties",f="staticPropertyDescriptors",p="configuration",h="deepConfiguration",_="deepProps",d="deepStatics",m="deepConf",y="initializers",g="methods",v="composers",b="compose";function w(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t):[])}function E(t,e){return Array.prototype.slice.call(arguments,2).reduce(t,e)}var x=E.bind(0,(function(t,e){if(e)for(var r=w(e),n=0;n<r.length;n+=1)Object.defineProperty(t,r[n],Object.getOwnPropertyDescriptor(e,r[n]));return t}));function j(t){return"function"==typeof t}function S(t){return t&&"object"==typeof t||j(t)}function A(t){return t&&"object"==typeof t&&t.__proto__==Object.prototype}var O=E.bind(0,(function t(r,n){if(n===e)return r;if(Array.isArray(n))return(Array.isArray(r)?r:[]).concat(n);if(!A(n))return n;for(var s,i,o=w(n),a=0;a<o.length;)s=o[a++],(i=Object.getOwnPropertyDescriptor(n,s)).hasOwnProperty("value")?i.value!==e&&(r[s]=t(A(r[s])||Array.isArray(n[s])?r[s]:{},n[s])):Object.defineProperty(r,s,i);return r}));function P(){return(r=Array.prototype.concat.apply([],arguments).filter((function(t,e,r){return j(t)&&r.indexOf(t)===e}))).length?r:e}function k(t,e){function n(r,n){S(e[r])&&(S(t[r])||(t[r]={}),(n||x)(t[r],e[r]))}function s(n){(r=P(t[n],e[n]))&&(t[n]=r)}return e&&S(e=e[b]||e)&&(n(g),n(o),n(a,O),n(c),n(u),n(l,O),n(f),n(p),n(h,O),s(y),s(v)),t}function I(){return function(t){return r=function t(r){var n,s,i=t[b]||{},u={__proto__:i[g]},l=i[y],f=Array.prototype.slice.apply(arguments),p=i[a];if(p&&O(u,p),(p=i[o])&&x(u,p),(p=i[c])&&Object.defineProperties(u,p),!l||!l.length)return u;for(r===e&&(r={}),i=0;i<l.length;)j(n=l[i++])&&(u=(s=n.call(u,r,{instance:u,stamp:t,args:f}))===e?u:s);return u},(n=t[l])&&O(r,n),(n=t[u])&&x(r,n),(n=t[f])&&Object.defineProperties(r,n),n=j(r[b])?r[b]:I,x(r[b]=function(){return n.apply(this,arguments)},t),r}(Array.prototype.concat.apply([this],arguments).reduce(k,{}))}function N(t){return j(t)&&j(t[b])}var M={};function T(t,i){return function(){return(s={})[t]=i.apply(e,Array.prototype.concat.apply([{}],arguments)),((r=this)&&r[b]||n).call(r,s)}}M[g]=T(g,x),M[o]=M.props=T(o,x),M[y]=M.init=T(y,P),M[v]=T(v,P),M[a]=M[_]=T(a,O),M[u]=M.statics=T(u,x),M[l]=M[d]=T(l,O),M[p]=M.conf=T(p,x),M[h]=M[m]=T(h,O),M[c]=T(c,x),M[f]=T(f,x),n=M[b]=x((function(){for(var t,w,E=0,j=[],A=arguments,k=this;E<A.length;)S(t=A[E++])&&j.push(N(t)?t:((s={})[g]=(w=t)[g]||e,n=w.props,s[o]=S((r=w[o])||n)?x({},n,r):e,s[y]=P(w.init,w[y]),s[v]=P(w[v]),n=w[_],s[a]=S((r=w[a])||n)?O({},n,r):e,s[c]=w[c],n=w.statics,s[u]=S((r=w[u])||n)?x({},n,r):e,n=w[d],s[l]=S((r=w[l])||n)?O({},n,r):e,r=w[f],s[f]=S((n=w.name&&{name:{value:w.name}})||r)?x({},r,n):e,n=w.conf,s[p]=S((r=w[p])||n)?x({},n,r):e,n=w[m],s[h]=S((r=w[h])||n)?O({},n,r):e,s));if(t=I.apply(k||i,j),k&&j.unshift(k),Array.isArray(A=t[b][v]))for(E=0;E<A.length;)t=N(k=A[E++]({stamp:t,composables:j}))?k:t;return t}),M),M.create=function(){return this.apply(e,arguments)},(s={})[u]=M,i=I(s),n[b]=n.bind(),n.version="4.3.2","object"!=typeof e?t.exports=n:self.stampit=n}()},9794:(t,e,r)=>{var n=void 0!==n?n:{},s=function(){var e,s="object"==typeof window?{currentScript:window.document.currentScript}:null;class i{constructor(){this.initialize()}initialize(){throw new Error("cannot construct a Parser before calling `init()`")}static init(o){return e||(n=Object.assign({},n,o),e=new Promise((e=>{var o,a={};for(o in n)n.hasOwnProperty(o)&&(a[o]=n[o]);var c,u,l,f,p=[],h="./this.program",_=function(t,e){throw e};l="object"==typeof window,f="function"==typeof importScripts,c="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,u=!l&&!c&&!f;var d,m,y,g,v,b="";c?(b=f?r(6287).dirname(b)+"/":"//",d=function(t,e){return g||(g=r(5530)),v||(v=r(6287)),t=v.normalize(t),g.readFileSync(t,e?null:"utf8")},y=function(t){var e=d(t,!0);return e.buffer||(e=new Uint8Array(e)),T(e.buffer),e},process.argv.length>1&&(h=process.argv[1].replace(/\\/g,"/")),p=process.argv.slice(2),t.exports=n,_=function(t){process.exit(t)},n.inspect=function(){return"[Emscripten Module object]"}):u?("undefined"!=typeof read&&(d=function(t){return read(t)}),y=function(t){var e;return"function"==typeof readbuffer?new Uint8Array(readbuffer(t)):(T("object"==typeof(e=read(t,"binary"))),e)},"undefined"!=typeof scriptArgs?p=scriptArgs:void 0!==arguments&&(p=arguments),"function"==typeof quit&&(_=function(t){quit(t)}),"undefined"!=typeof print&&("undefined"==typeof console&&(console={}),console.log=print,console.warn=console.error="undefined"!=typeof printErr?printErr:print)):(l||f)&&(f?b=self.location.href:void 0!==s&&s.currentScript&&(b=s.currentScript.src),b=0!==b.indexOf("blob:")?b.substr(0,b.lastIndexOf("/")+1):"",d=function(t){var e=new XMLHttpRequest;return e.open("GET",t,!1),e.send(null),e.responseText},f&&(y=function(t){var e=new XMLHttpRequest;return e.open("GET",t,!1),e.responseType="arraybuffer",e.send(null),new Uint8Array(e.response)}),m=function(t,e,r){var n=new XMLHttpRequest;n.open("GET",t,!0),n.responseType="arraybuffer",n.onload=function(){200==n.status||0==n.status&&n.response?e(n.response):r()},n.onerror=r,n.send(null)}),n.print||console.log.bind(console);var w=n.printErr||console.warn.bind(console);for(o in a)a.hasOwnProperty(o)&&(n[o]=a[o]);a=null,n.arguments&&(p=n.arguments),n.thisProgram&&(h=n.thisProgram),n.quit&&(_=n.quit);var E,x=16,j=[];function S(t,e){if(!E){E=new WeakMap;for(var r=0;r<X.length;r++){var n=X.get(r);n&&E.set(n,r)}}if(E.has(t))return E.get(t);var s=function(){if(j.length)return j.pop();try{X.grow(1)}catch(t){if(!(t instanceof RangeError))throw t;throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH."}return X.length-1}();try{X.set(s,t)}catch(r){if(!(r instanceof TypeError))throw r;var i=function(t,e){if("function"==typeof WebAssembly.Function){for(var r={i:"i32",j:"i64",f:"f32",d:"f64"},n={parameters:[],results:"v"==e[0]?[]:[r[e[0]]]},s=1;s<e.length;++s)n.parameters.push(r[e[s]]);return new WebAssembly.Function(n,t)}var i=[1,0,1,96],o=e.slice(0,1),a=e.slice(1),c={i:127,j:126,f:125,d:124};for(i.push(a.length),s=0;s<a.length;++s)i.push(c[a[s]]);"v"==o?i.push(0):i=i.concat([1,c[o]]),i[1]=i.length-2;var u=new Uint8Array([0,97,115,109,1,0,0,0].concat(i,[2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0])),l=new WebAssembly.Module(u);return new WebAssembly.Instance(l,{e:{f:t}}).exports.f}(t,e);X.set(s,i)}return E.set(t,s),s}var A,O=n.dynamicLibraries||[];n.wasmBinary&&(A=n.wasmBinary);var P,k=n.noExitRuntime||!0;function I(t,e,r,n){switch("*"===(r=r||"i8").charAt(r.length-1)&&(r="i32"),r){case"i1":case"i8":C[t>>0]=e;break;case"i16":q[t>>1]=e;break;case"i32":L[t>>2]=e;break;case"i64":lt=[e>>>0,(ut=e,+Math.abs(ut)>=1?ut>0?(0|Math.min(+Math.floor(ut/4294967296),4294967295))>>>0:~~+Math.ceil((ut-+(~~ut>>>0))/4294967296)>>>0:0)],L[t>>2]=lt[0],L[t+4>>2]=lt[1];break;case"float":$[t>>2]=e;break;case"double":V[t>>3]=e;break;default:at("invalid type for setValue: "+r)}}function N(t,e,r){switch("*"===(e=e||"i8").charAt(e.length-1)&&(e="i32"),e){case"i1":case"i8":return C[t>>0];case"i16":return q[t>>1];case"i32":case"i64":return L[t>>2];case"float":return $[t>>2];case"double":return V[t>>3];default:at("invalid type for getValue: "+e)}return null}"object"!=typeof WebAssembly&&at("no native wasm support detected");var M=!1;function T(t,e){t||at("Assertion failed: "+e)}var R,C,F,q,L,$,V,z="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;function B(t,e,r){for(var n=e+r,s=e;t[s]&&!(s>=n);)++s;if(s-e>16&&t.subarray&&z)return z.decode(t.subarray(e,s));for(var i="";e<s;){var o=t[e++];if(128&o){var a=63&t[e++];if(192!=(224&o)){var c=63&t[e++];if((o=224==(240&o)?(15&o)<<12|a<<6|c:(7&o)<<18|a<<12|c<<6|63&t[e++])<65536)i+=String.fromCharCode(o);else{var u=o-65536;i+=String.fromCharCode(55296|u>>10,56320|1023&u)}}else i+=String.fromCharCode((31&o)<<6|a)}else i+=String.fromCharCode(o)}return i}function D(t,e){return t?B(F,t,e):""}function U(t,e,r,n){if(!(n>0))return 0;for(var s=r,i=r+n-1,o=0;o<t.length;++o){var a=t.charCodeAt(o);if(a>=55296&&a<=57343&&(a=65536+((1023&a)<<10)|1023&t.charCodeAt(++o)),a<=127){if(r>=i)break;e[r++]=a}else if(a<=2047){if(r+1>=i)break;e[r++]=192|a>>6,e[r++]=128|63&a}else if(a<=65535){if(r+2>=i)break;e[r++]=224|a>>12,e[r++]=128|a>>6&63,e[r++]=128|63&a}else{if(r+3>=i)break;e[r++]=240|a>>18,e[r++]=128|a>>12&63,e[r++]=128|a>>6&63,e[r++]=128|63&a}}return e[r]=0,r-s}function W(t,e,r){return U(t,F,e,r)}function G(t){for(var e=0,r=0;r<t.length;++r){var n=t.charCodeAt(r);n>=55296&&n<=57343&&(n=65536+((1023&n)<<10)|1023&t.charCodeAt(++r)),n<=127?++e:e+=n<=2047?2:n<=65535?3:4}return e}function K(t){var e=G(t)+1,r=Dt(e);return U(t,C,r,e),r}function Z(t){R=t,n.HEAP8=C=new Int8Array(t),n.HEAP16=q=new Int16Array(t),n.HEAP32=L=new Int32Array(t),n.HEAPU8=F=new Uint8Array(t),n.HEAPU16=new Uint16Array(t),n.HEAPU32=new Uint32Array(t),n.HEAPF32=$=new Float32Array(t),n.HEAPF64=V=new Float64Array(t)}var H=n.INITIAL_MEMORY||33554432;(P=n.wasmMemory?n.wasmMemory:new WebAssembly.Memory({initial:H/65536,maximum:32768}))&&(R=P.buffer),H=R.byteLength,Z(R);var X=new WebAssembly.Table({initial:17,element:"anyfunc"}),J=[],Y=[],Q=[],tt=[],et=!1,rt=0,nt=null,st=null;function it(t){rt++,n.monitorRunDependencies&&n.monitorRunDependencies(rt)}function ot(t){if(rt--,n.monitorRunDependencies&&n.monitorRunDependencies(rt),0==rt&&(null!==nt&&(clearInterval(nt),nt=null),st)){var e=st;st=null,e()}}function at(t){throw n.onAbort&&n.onAbort(t),w(t+=""),M=!0,t="abort("+t+"). Build with -s ASSERTIONS=1 for more info.",new WebAssembly.RuntimeError(t)}n.preloadedImages={},n.preloadedAudios={},n.preloadedWasm={};var ct,ut,lt;function ft(t){return t.startsWith("data:application/octet-stream;base64,")}function pt(t){return t.startsWith("file://")}function ht(t){try{if(t==ct&&A)return new Uint8Array(A);if(y)return y(t);throw"both async and sync fetching of the wasm failed"}catch(t){at(t)}}ft(ct="tree-sitter.wasm")||(ct=function(t){return n.locateFile?n.locateFile(t,b):b+t}(ct));var _t={},dt={get:function(t,e){return _t[e]||(_t[e]=new WebAssembly.Global({value:"i32",mutable:!0})),_t[e]}};function mt(t){for(;t.length>0;){var e=t.shift();if("function"!=typeof e){var r=e.func;"number"==typeof r?void 0===e.arg?X.get(r)():X.get(r)(e.arg):r(void 0===e.arg?null:e.arg)}else e(n)}}function yt(t){var e=0;function r(){for(var r=0,n=1;;){var s=t[e++];if(r+=(127&s)*n,n*=128,!(128&s))break}return r}if(t instanceof WebAssembly.Module){var n=WebAssembly.Module.customSections(t,"dylink");T(0!=n.length,"need dylink section"),t=new Int8Array(n[0])}else T(1836278016==new Uint32Array(new Uint8Array(t.subarray(0,24)).buffer)[0],"need to see wasm magic number"),T(0===t[8],"need the dylink section to be first"),e=9,r(),T(6===t[e]),T(t[++e]==="d".charCodeAt(0)),T(t[++e]==="y".charCodeAt(0)),T(t[++e]==="l".charCodeAt(0)),T(t[++e]==="i".charCodeAt(0)),T(t[++e]==="n".charCodeAt(0)),T(t[++e]==="k".charCodeAt(0)),e++;var s={};s.memorySize=r(),s.memoryAlign=r(),s.tableSize=r(),s.tableAlign=r();var i=r();s.neededDynlibs=[];for(var o=0;o<i;++o){var a=r(),c=t.subarray(e,e+a);e+=a;var u=B(c,0);s.neededDynlibs.push(u)}return s}var gt=0;function vt(){return k||gt>0}function bt(t){return 0==t.indexOf("dynCall_")||["stackAlloc","stackSave","stackRestore"].includes(t)?t:"_"+t}function wt(t,e){for(var r in t)if(t.hasOwnProperty(r)){Lt.hasOwnProperty(r)||(Lt[r]=t[r]);var s=bt(r);n.hasOwnProperty(s)||(n[s]=t[r])}}var Et={nextHandle:1,loadedLibs:{},loadedLibNames:{}};var xt=5250880;function jt(t){return["__cpp_exception","__wasm_apply_data_relocs","__dso_handle","__set_stack_limits"].includes(t)}function St(t,e){var r={};for(var n in t){var s=t[n];"object"==typeof s&&(s=s.value),"number"==typeof s&&(s+=e),r[n]=s}return function(t){for(var e in t)if(!jt(e)){var r=!1,n=t[e];e.startsWith("orig$")&&(e=e.split("$")[1],r=!0),_t[e]||(_t[e]=new WebAssembly.Global({value:"i32",mutable:!0})),(r||0==_t[e].value)&&("function"==typeof n?_t[e].value=S(n):"number"==typeof n?_t[e].value=n:w("unhandled export type for `"+e+"`: "+typeof n))}}(r),r}function At(t,e){var r,s;return e&&(r=Lt["orig$"+t]),r||(r=Lt[t]),r||(r=n[bt(t)]),!r&&t.startsWith("invoke_")&&(s=t.split("_")[1],r=function(){var t=zt();try{return function(t,e,r){return t.includes("j")?function(t,e,r){var s=n["dynCall_"+t];return r&&r.length?s.apply(null,[e].concat(r)):s.call(null,e)}(t,e,r):X.get(e).apply(null,r)}(s,arguments[0],Array.prototype.slice.call(arguments,1))}catch(e){if(Bt(t),e!==e+0&&"longjmp"!==e)throw e;Ut(1,0)}}),r}function Ot(t,e){var r=yt(t);function n(){var n=Math.pow(2,r.memoryAlign);n=Math.max(n,x);var s,i,o,a=(s=function(t){if(et)return $t(t);var e=xt,r=e+t+15&-16;return xt=r,_t.__heap_base.value=r,e}(r.memorySize+n),(i=n)||(i=x),Math.ceil(s/i)*i),c=X.length;X.grow(r.tableSize);for(var u=a;u<a+r.memorySize;u++)C[u]=0;for(u=c;u<c+r.tableSize;u++)X.set(u,null);var l=new Proxy({},{get:function(t,e){switch(e){case"__memory_base":return a;case"__table_base":return c}return e in Lt?Lt[e]:(e in t||(t[e]=function(){return r||(r=function(t){var e=At(t,!1);return e||(e=o[t]),e}(e)),r.apply(null,arguments)}),t[e]);var r}}),f={"GOT.mem":new Proxy({},dt),"GOT.func":new Proxy({},dt),env:l,wasi_snapshot_preview1:l};function p(t){for(var n=0;n<r.tableSize;n++){var s=X.get(c+n);s&&E.set(s,c+n)}o=St(t.exports,a),e.allowUndefined||kt();var i=o.__wasm_call_ctors;return i||(i=o.__post_instantiate),i&&(et?i():Y.push(i)),o}if(e.loadAsync){if(t instanceof WebAssembly.Module){var h=new WebAssembly.Instance(t,f);return Promise.resolve(p(h))}return WebAssembly.instantiate(t,f).then((function(t){return p(t.instance)}))}var _=t instanceof WebAssembly.Module?t:new WebAssembly.Module(t);return p(h=new WebAssembly.Instance(_,f))}return e.loadAsync?r.neededDynlibs.reduce((function(t,r){return t.then((function(){return Pt(r,e)}))}),Promise.resolve()).then((function(){return n()})):(r.neededDynlibs.forEach((function(t){Pt(t,e)})),n())}function Pt(t,e){"__main__"!=t||Et.loadedLibNames[t]||(Et.loadedLibs[-1]={refcount:1/0,name:"__main__",module:n.asm,global:!0},Et.loadedLibNames.__main__=-1),e=e||{global:!0,nodelete:!0};var r,s=Et.loadedLibNames[t];if(s)return r=Et.loadedLibs[s],e.global&&!r.global&&(r.global=!0,"loading"!==r.module&&wt(r.module)),e.nodelete&&r.refcount!==1/0&&(r.refcount=1/0),r.refcount++,e.loadAsync?Promise.resolve(s):s;function i(t){if(e.fs){var r=e.fs.readFile(t,{encoding:"binary"});return r instanceof Uint8Array||(r=new Uint8Array(r)),e.loadAsync?Promise.resolve(r):r}return e.loadAsync?(n=t,fetch(n,{credentials:"same-origin"}).then((function(t){if(!t.ok)throw"failed to load binary file at '"+n+"'";return t.arrayBuffer()})).then((function(t){return new Uint8Array(t)}))):y(t);var n}function o(){if(void 0!==n.preloadedWasm&&void 0!==n.preloadedWasm[t]){var r=n.preloadedWasm[t];return e.loadAsync?Promise.resolve(r):r}return e.loadAsync?i(t).then((function(t){return Ot(t,e)})):Ot(i(t),e)}function a(t){r.global&&wt(t),r.module=t}return s=Et.nextHandle++,r={refcount:e.nodelete?1/0:1,name:t,module:"loading",global:e.global},Et.loadedLibNames[t]=s,Et.loadedLibs[s]=r,e.loadAsync?o().then((function(t){return a(t),s})):(a(o()),s)}function kt(){for(var t in _t)if(0==_t[t].value){var e=At(t,!0);"function"==typeof e?_t[t].value=S(e,e.sig):"number"==typeof e?_t[t].value=e:T(!1,"bad export type for `"+t+"`: "+typeof e)}}n.___heap_base=xt;var It,Nt=new WebAssembly.Global({value:"i32",mutable:!0},5250880);function Mt(){at()}n._abort=Mt,Mt.sig="v",It=c?function(){var t=process.hrtime();return 1e3*t[0]+t[1]/1e6}:"undefined"!=typeof dateNow?dateNow:function(){return performance.now()};function Tt(t,e){var r;if(0===t)r=Date.now();else{if(1!==t&&4!==t)return 28,L[Vt()>>2]=28,-1;r=It()}return L[e>>2]=r/1e3|0,L[e+4>>2]=r%1e3*1e3*1e3|0,0}function Rt(t){try{return P.grow(t-R.byteLength+65535>>>16),Z(P.buffer),1}catch(t){}}function Ct(t){Zt(t)}function Ft(t){}Tt.sig="iii",Ct.sig="vi",Ft.sig="vi";var qt,Lt={__heap_base:xt,__indirect_function_table:X,__memory_base:1024,__stack_pointer:Nt,__table_base:1,abort:Mt,clock_gettime:Tt,emscripten_memcpy_big:function(t,e,r){F.copyWithin(t,e,e+r)},emscripten_resize_heap:function(t){var e,r=F.length;if((t>>>=0)>2147483648)return!1;for(var n=1;n<=4;n*=2){var s=r*(1+.2/n);if(s=Math.min(s,t+100663296),Rt(Math.min(2147483648,((e=Math.max(t,s))%65536>0&&(e+=65536-e%65536),e))))return!0}return!1},exit:Ct,memory:P,setTempRet0:Ft,tree_sitter_log_callback:function(t,e){if(ue){const r=D(e);ue(r,0!==t)}},tree_sitter_parse_callback:function(t,e,r,n,s){var i=ce(e,{row:r,column:n});"string"==typeof i?(I(s,i.length,"i32"),function(t,e,r){if(void 0===r&&(r=2147483647),r<2)return 0;for(var n=(r-=2)<2*t.length?r/2:t.length,s=0;s<n;++s){var i=t.charCodeAt(s);q[e>>1]=i,e+=2}q[e>>1]=0}(i,t,10240)):I(s,0,"i32")}},$t=(function(){var t={env:Lt,wasi_snapshot_preview1:Lt,"GOT.mem":new Proxy(Lt,dt),"GOT.func":new Proxy(Lt,dt)};function e(t,e){var r=t.exports;r=St(r,1024),n.asm=r;var s,i=yt(e);i.neededDynlibs&&(O=i.neededDynlibs.concat(O)),wt(r),s=n.asm.__wasm_call_ctors,Y.unshift(s),ot()}function r(t){e(t.instance,t.module)}function s(e){return function(){if(!A&&(l||f)){if("function"==typeof fetch&&!pt(ct))return fetch(ct,{credentials:"same-origin"}).then((function(t){if(!t.ok)throw"failed to load wasm binary file at '"+ct+"'";return t.arrayBuffer()})).catch((function(){return ht(ct)}));if(m)return new Promise((function(t,e){m(ct,(function(e){t(new Uint8Array(e))}),e)}))}return Promise.resolve().then((function(){return ht(ct)}))}().then((function(e){return WebAssembly.instantiate(e,t)})).then(e,(function(t){w("failed to asynchronously prepare wasm: "+t),at(t)}))}if(it(),n.instantiateWasm)try{return n.instantiateWasm(t,e)}catch(t){return w("Module.instantiateWasm callback failed with error: "+t),!1}A||"function"!=typeof WebAssembly.instantiateStreaming||ft(ct)||pt(ct)||"function"!=typeof fetch?s(r):fetch(ct,{credentials:"same-origin"}).then((function(e){return WebAssembly.instantiateStreaming(e,t).then(r,(function(t){return w("wasm streaming compile failed: "+t),w("falling back to ArrayBuffer instantiation"),s(r)}))}))}(),n.___wasm_call_ctors=function(){return(n.___wasm_call_ctors=n.asm.__wasm_call_ctors).apply(null,arguments)},n._malloc=function(){return($t=n._malloc=n.asm.malloc).apply(null,arguments)}),Vt=(n._calloc=function(){return(n._calloc=n.asm.calloc).apply(null,arguments)},n._realloc=function(){return(n._realloc=n.asm.realloc).apply(null,arguments)},n._free=function(){return(n._free=n.asm.free).apply(null,arguments)},n._ts_language_symbol_count=function(){return(n._ts_language_symbol_count=n.asm.ts_language_symbol_count).apply(null,arguments)},n._ts_language_version=function(){return(n._ts_language_version=n.asm.ts_language_version).apply(null,arguments)},n._ts_language_field_count=function(){return(n._ts_language_field_count=n.asm.ts_language_field_count).apply(null,arguments)},n._ts_language_symbol_name=function(){return(n._ts_language_symbol_name=n.asm.ts_language_symbol_name).apply(null,arguments)},n._ts_language_symbol_for_name=function(){return(n._ts_language_symbol_for_name=n.asm.ts_language_symbol_for_name).apply(null,arguments)},n._ts_language_symbol_type=function(){return(n._ts_language_symbol_type=n.asm.ts_language_symbol_type).apply(null,arguments)},n._ts_language_field_name_for_id=function(){return(n._ts_language_field_name_for_id=n.asm.ts_language_field_name_for_id).apply(null,arguments)},n._memcpy=function(){return(n._memcpy=n.asm.memcpy).apply(null,arguments)},n._ts_parser_delete=function(){return(n._ts_parser_delete=n.asm.ts_parser_delete).apply(null,arguments)},n._ts_parser_reset=function(){return(n._ts_parser_reset=n.asm.ts_parser_reset).apply(null,arguments)},n._ts_parser_set_language=function(){return(n._ts_parser_set_language=n.asm.ts_parser_set_language).apply(null,arguments)},n._ts_parser_timeout_micros=function(){return(n._ts_parser_timeout_micros=n.asm.ts_parser_timeout_micros).apply(null,arguments)},n._ts_parser_set_timeout_micros=function(){return(n._ts_parser_set_timeout_micros=n.asm.ts_parser_set_timeout_micros).apply(null,arguments)},n._memmove=function(){return(n._memmove=n.asm.memmove).apply(null,arguments)},n._memcmp=function(){return(n._memcmp=n.asm.memcmp).apply(null,arguments)},n._ts_query_new=function(){return(n._ts_query_new=n.asm.ts_query_new).apply(null,arguments)},n._ts_query_delete=function(){return(n._ts_query_delete=n.asm.ts_query_delete).apply(null,arguments)},n._iswspace=function(){return(n._iswspace=n.asm.iswspace).apply(null,arguments)},n._iswalnum=function(){return(n._iswalnum=n.asm.iswalnum).apply(null,arguments)},n._ts_query_pattern_count=function(){return(n._ts_query_pattern_count=n.asm.ts_query_pattern_count).apply(null,arguments)},n._ts_query_capture_count=function(){return(n._ts_query_capture_count=n.asm.ts_query_capture_count).apply(null,arguments)},n._ts_query_string_count=function(){return(n._ts_query_string_count=n.asm.ts_query_string_count).apply(null,arguments)},n._ts_query_capture_name_for_id=function(){return(n._ts_query_capture_name_for_id=n.asm.ts_query_capture_name_for_id).apply(null,arguments)},n._ts_query_string_value_for_id=function(){return(n._ts_query_string_value_for_id=n.asm.ts_query_string_value_for_id).apply(null,arguments)},n._ts_query_predicates_for_pattern=function(){return(n._ts_query_predicates_for_pattern=n.asm.ts_query_predicates_for_pattern).apply(null,arguments)},n._ts_tree_copy=function(){return(n._ts_tree_copy=n.asm.ts_tree_copy).apply(null,arguments)},n._ts_tree_delete=function(){return(n._ts_tree_delete=n.asm.ts_tree_delete).apply(null,arguments)},n._ts_init=function(){return(n._ts_init=n.asm.ts_init).apply(null,arguments)},n._ts_parser_new_wasm=function(){return(n._ts_parser_new_wasm=n.asm.ts_parser_new_wasm).apply(null,arguments)},n._ts_parser_enable_logger_wasm=function(){return(n._ts_parser_enable_logger_wasm=n.asm.ts_parser_enable_logger_wasm).apply(null,arguments)},n._ts_parser_parse_wasm=function(){return(n._ts_parser_parse_wasm=n.asm.ts_parser_parse_wasm).apply(null,arguments)},n._ts_language_type_is_named_wasm=function(){return(n._ts_language_type_is_named_wasm=n.asm.ts_language_type_is_named_wasm).apply(null,arguments)},n._ts_language_type_is_visible_wasm=function(){return(n._ts_language_type_is_visible_wasm=n.asm.ts_language_type_is_visible_wasm).apply(null,arguments)},n._ts_tree_root_node_wasm=function(){return(n._ts_tree_root_node_wasm=n.asm.ts_tree_root_node_wasm).apply(null,arguments)},n._ts_tree_edit_wasm=function(){return(n._ts_tree_edit_wasm=n.asm.ts_tree_edit_wasm).apply(null,arguments)},n._ts_tree_get_changed_ranges_wasm=function(){return(n._ts_tree_get_changed_ranges_wasm=n.asm.ts_tree_get_changed_ranges_wasm).apply(null,arguments)},n._ts_tree_cursor_new_wasm=function(){return(n._ts_tree_cursor_new_wasm=n.asm.ts_tree_cursor_new_wasm).apply(null,arguments)},n._ts_tree_cursor_delete_wasm=function(){return(n._ts_tree_cursor_delete_wasm=n.asm.ts_tree_cursor_delete_wasm).apply(null,arguments)},n._ts_tree_cursor_reset_wasm=function(){return(n._ts_tree_cursor_reset_wasm=n.asm.ts_tree_cursor_reset_wasm).apply(null,arguments)},n._ts_tree_cursor_goto_first_child_wasm=function(){return(n._ts_tree_cursor_goto_first_child_wasm=n.asm.ts_tree_cursor_goto_first_child_wasm).apply(null,arguments)},n._ts_tree_cursor_goto_next_sibling_wasm=function(){return(n._ts_tree_cursor_goto_next_sibling_wasm=n.asm.ts_tree_cursor_goto_next_sibling_wasm).apply(null,arguments)},n._ts_tree_cursor_goto_parent_wasm=function(){return(n._ts_tree_cursor_goto_parent_wasm=n.asm.ts_tree_cursor_goto_parent_wasm).apply(null,arguments)},n._ts_tree_cursor_current_node_type_id_wasm=function(){return(n._ts_tree_cursor_current_node_type_id_wasm=n.asm.ts_tree_cursor_current_node_type_id_wasm).apply(null,arguments)},n._ts_tree_cursor_current_node_is_named_wasm=function(){return(n._ts_tree_cursor_current_node_is_named_wasm=n.asm.ts_tree_cursor_current_node_is_named_wasm).apply(null,arguments)},n._ts_tree_cursor_current_node_is_missing_wasm=function(){return(n._ts_tree_cursor_current_node_is_missing_wasm=n.asm.ts_tree_cursor_current_node_is_missing_wasm).apply(null,arguments)},n._ts_tree_cursor_current_node_id_wasm=function(){return(n._ts_tree_cursor_current_node_id_wasm=n.asm.ts_tree_cursor_current_node_id_wasm).apply(null,arguments)},n._ts_tree_cursor_start_position_wasm=function(){return(n._ts_tree_cursor_start_position_wasm=n.asm.ts_tree_cursor_start_position_wasm).apply(null,arguments)},n._ts_tree_cursor_end_position_wasm=function(){return(n._ts_tree_cursor_end_position_wasm=n.asm.ts_tree_cursor_end_position_wasm).apply(null,arguments)},n._ts_tree_cursor_start_index_wasm=function(){return(n._ts_tree_cursor_start_index_wasm=n.asm.ts_tree_cursor_start_index_wasm).apply(null,arguments)},n._ts_tree_cursor_end_index_wasm=function(){return(n._ts_tree_cursor_end_index_wasm=n.asm.ts_tree_cursor_end_index_wasm).apply(null,arguments)},n._ts_tree_cursor_current_field_id_wasm=function(){return(n._ts_tree_cursor_current_field_id_wasm=n.asm.ts_tree_cursor_current_field_id_wasm).apply(null,arguments)},n._ts_tree_cursor_current_node_wasm=function(){return(n._ts_tree_cursor_current_node_wasm=n.asm.ts_tree_cursor_current_node_wasm).apply(null,arguments)},n._ts_node_symbol_wasm=function(){return(n._ts_node_symbol_wasm=n.asm.ts_node_symbol_wasm).apply(null,arguments)},n._ts_node_child_count_wasm=function(){return(n._ts_node_child_count_wasm=n.asm.ts_node_child_count_wasm).apply(null,arguments)},n._ts_node_named_child_count_wasm=function(){return(n._ts_node_named_child_count_wasm=n.asm.ts_node_named_child_count_wasm).apply(null,arguments)},n._ts_node_child_wasm=function(){return(n._ts_node_child_wasm=n.asm.ts_node_child_wasm).apply(null,arguments)},n._ts_node_named_child_wasm=function(){return(n._ts_node_named_child_wasm=n.asm.ts_node_named_child_wasm).apply(null,arguments)},n._ts_node_child_by_field_id_wasm=function(){return(n._ts_node_child_by_field_id_wasm=n.asm.ts_node_child_by_field_id_wasm).apply(null,arguments)},n._ts_node_next_sibling_wasm=function(){return(n._ts_node_next_sibling_wasm=n.asm.ts_node_next_sibling_wasm).apply(null,arguments)},n._ts_node_prev_sibling_wasm=function(){return(n._ts_node_prev_sibling_wasm=n.asm.ts_node_prev_sibling_wasm).apply(null,arguments)},n._ts_node_next_named_sibling_wasm=function(){return(n._ts_node_next_named_sibling_wasm=n.asm.ts_node_next_named_sibling_wasm).apply(null,arguments)},n._ts_node_prev_named_sibling_wasm=function(){return(n._ts_node_prev_named_sibling_wasm=n.asm.ts_node_prev_named_sibling_wasm).apply(null,arguments)},n._ts_node_parent_wasm=function(){return(n._ts_node_parent_wasm=n.asm.ts_node_parent_wasm).apply(null,arguments)},n._ts_node_descendant_for_index_wasm=function(){return(n._ts_node_descendant_for_index_wasm=n.asm.ts_node_descendant_for_index_wasm).apply(null,arguments)},n._ts_node_named_descendant_for_index_wasm=function(){return(n._ts_node_named_descendant_for_index_wasm=n.asm.ts_node_named_descendant_for_index_wasm).apply(null,arguments)},n._ts_node_descendant_for_position_wasm=function(){return(n._ts_node_descendant_for_position_wasm=n.asm.ts_node_descendant_for_position_wasm).apply(null,arguments)},n._ts_node_named_descendant_for_position_wasm=function(){return(n._ts_node_named_descendant_for_position_wasm=n.asm.ts_node_named_descendant_for_position_wasm).apply(null,arguments)},n._ts_node_start_point_wasm=function(){return(n._ts_node_start_point_wasm=n.asm.ts_node_start_point_wasm).apply(null,arguments)},n._ts_node_end_point_wasm=function(){return(n._ts_node_end_point_wasm=n.asm.ts_node_end_point_wasm).apply(null,arguments)},n._ts_node_start_index_wasm=function(){return(n._ts_node_start_index_wasm=n.asm.ts_node_start_index_wasm).apply(null,arguments)},n._ts_node_end_index_wasm=function(){return(n._ts_node_end_index_wasm=n.asm.ts_node_end_index_wasm).apply(null,arguments)},n._ts_node_to_string_wasm=function(){return(n._ts_node_to_string_wasm=n.asm.ts_node_to_string_wasm).apply(null,arguments)},n._ts_node_children_wasm=function(){return(n._ts_node_children_wasm=n.asm.ts_node_children_wasm).apply(null,arguments)},n._ts_node_named_children_wasm=function(){return(n._ts_node_named_children_wasm=n.asm.ts_node_named_children_wasm).apply(null,arguments)},n._ts_node_descendants_of_type_wasm=function(){return(n._ts_node_descendants_of_type_wasm=n.asm.ts_node_descendants_of_type_wasm).apply(null,arguments)},n._ts_node_is_named_wasm=function(){return(n._ts_node_is_named_wasm=n.asm.ts_node_is_named_wasm).apply(null,arguments)},n._ts_node_has_changes_wasm=function(){return(n._ts_node_has_changes_wasm=n.asm.ts_node_has_changes_wasm).apply(null,arguments)},n._ts_node_has_error_wasm=function(){return(n._ts_node_has_error_wasm=n.asm.ts_node_has_error_wasm).apply(null,arguments)},n._ts_node_is_missing_wasm=function(){return(n._ts_node_is_missing_wasm=n.asm.ts_node_is_missing_wasm).apply(null,arguments)},n._ts_query_matches_wasm=function(){return(n._ts_query_matches_wasm=n.asm.ts_query_matches_wasm).apply(null,arguments)},n._ts_query_captures_wasm=function(){return(n._ts_query_captures_wasm=n.asm.ts_query_captures_wasm).apply(null,arguments)},n._iswdigit=function(){return(n._iswdigit=n.asm.iswdigit).apply(null,arguments)},n._iswalpha=function(){return(n._iswalpha=n.asm.iswalpha).apply(null,arguments)},n._iswlower=function(){return(n._iswlower=n.asm.iswlower).apply(null,arguments)},n._towupper=function(){return(n._towupper=n.asm.towupper).apply(null,arguments)},n.___errno_location=function(){return(Vt=n.___errno_location=n.asm.__errno_location).apply(null,arguments)}),zt=(n._memchr=function(){return(n._memchr=n.asm.memchr).apply(null,arguments)},n._strlen=function(){return(n._strlen=n.asm.strlen).apply(null,arguments)},n.stackSave=function(){return(zt=n.stackSave=n.asm.stackSave).apply(null,arguments)}),Bt=n.stackRestore=function(){return(Bt=n.stackRestore=n.asm.stackRestore).apply(null,arguments)},Dt=n.stackAlloc=function(){return(Dt=n.stackAlloc=n.asm.stackAlloc).apply(null,arguments)},Ut=n._setThrew=function(){return(Ut=n._setThrew=n.asm.setThrew).apply(null,arguments)};function Wt(t){this.name="ExitStatus",this.message="Program terminated with exit("+t+")",this.status=t}n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev=function(){return(n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev=n.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev).apply(null,arguments)},n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm=function(){return(n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm=n.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm).apply(null,arguments)},n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm=function(){return(n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm=n.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm).apply(null,arguments)},n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm=function(){return(n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm=n.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm).apply(null,arguments)},n.__ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm=function(){return(n.__ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm=n.asm._ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm).apply(null,arguments)},n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc=function(){return(n.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc=n.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc).apply(null,arguments)},n.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev=function(){return(n.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev=n.asm._ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev).apply(null,arguments)},n.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw=function(){return(n.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw=n.asm._ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw).apply(null,arguments)},n.__Znwm=function(){return(n.__Znwm=n.asm._Znwm).apply(null,arguments)},n.__ZdlPv=function(){return(n.__ZdlPv=n.asm._ZdlPv).apply(null,arguments)},n.__ZNKSt3__220__vector_base_commonILb1EE20__throw_length_errorEv=function(){return(n.__ZNKSt3__220__vector_base_commonILb1EE20__throw_length_errorEv=n.asm._ZNKSt3__220__vector_base_commonILb1EE20__throw_length_errorEv).apply(null,arguments)},n._orig$ts_parser_timeout_micros=function(){return(n._orig$ts_parser_timeout_micros=n.asm.orig$ts_parser_timeout_micros).apply(null,arguments)},n._orig$ts_parser_set_timeout_micros=function(){return(n._orig$ts_parser_set_timeout_micros=n.asm.orig$ts_parser_set_timeout_micros).apply(null,arguments)},n.allocate=function(t,e){var r;return r=1==e?Dt(t.length):$t(t.length),t.subarray||t.slice?F.set(t,r):F.set(new Uint8Array(t),r),r},st=function t(){qt||Kt(),qt||(st=t)};var Gt=!1;function Kt(t){function e(){qt||(qt=!0,n.calledRun=!0,M||(et=!0,mt(Y),mt(Q),n.onRuntimeInitialized&&n.onRuntimeInitialized(),Ht&&function(t){var e=n._main;if(e){var r=(t=t||[]).length+1,s=Dt(4*(r+1));L[s>>2]=K(h);for(var i=1;i<r;i++)L[(s>>2)+i]=K(t[i-1]);L[(s>>2)+r]=0;try{Zt(e(r,s),!0)}catch(t){if(t instanceof Wt)return;if("unwind"==t)return;var o=t;t&&"object"==typeof t&&t.stack&&(o=[t,t.stack]),w("exception thrown: "+o),_(1,t)}}}(t),function(){if(n.postRun)for("function"==typeof n.postRun&&(n.postRun=[n.postRun]);n.postRun.length;)t=n.postRun.shift(),tt.unshift(t);var t;mt(tt)}()))}t=t||p,rt>0||!Gt&&(function(){if(O.length){if(!y)return it(),void O.reduce((function(t,e){return t.then((function(){return Pt(e,{loadAsync:!0,global:!0,nodelete:!0,allowUndefined:!0})}))}),Promise.resolve()).then((function(){ot(),kt()}));O.forEach((function(t){Pt(t,{global:!0,nodelete:!0,allowUndefined:!0})})),kt()}else kt()}(),Gt=!0,rt>0)||(function(){if(n.preRun)for("function"==typeof n.preRun&&(n.preRun=[n.preRun]);n.preRun.length;)t=n.preRun.shift(),J.unshift(t);var t;mt(J)}(),rt>0||(n.setStatus?(n.setStatus("Running..."),setTimeout((function(){setTimeout((function(){n.setStatus("")}),1),e()}),1)):e()))}function Zt(t,e){e&&vt()&&0===t||(vt()||(n.onExit&&n.onExit(t),M=!0),_(t,new Wt(t)))}if(n.run=Kt,n.preInit)for("function"==typeof n.preInit&&(n.preInit=[n.preInit]);n.preInit.length>0;)n.preInit.pop()();var Ht=!0;n.noInitialRun&&(Ht=!1),Kt();const Xt=n,Jt={},Yt=4,Qt=5*Yt,te=2*Yt,ee=2*Yt+2*te,re={row:0,column:0},ne=/[\w-.]*/g,se=/^_?tree_sitter_\w+/;var ie,oe,ae,ce,ue;class le{static init(){ae=Xt._ts_init(),ie=N(ae,"i32"),oe=N(ae+Yt,"i32")}initialize(){Xt._ts_parser_new_wasm(),this[0]=N(ae,"i32"),this[1]=N(ae+Yt,"i32")}delete(){Xt._ts_parser_delete(this[0]),Xt._free(this[1]),this[0]=0,this[1]=0}setLanguage(t){let e;if(t){if(t.constructor!==_e)throw new Error("Argument must be a Language");{e=t[0];const r=Xt._ts_language_version(e);if(r<oe||ie<r)throw new Error(`Incompatible language version ${r}. Compatibility range ${oe} through ${ie}.`)}}else e=0,t=null;return this.language=t,Xt._ts_parser_set_language(this[0],e),this}getLanguage(){return this.language}parse(t,e,r){if("string"==typeof t)ce=(e,r,n)=>t.slice(e,n);else{if("function"!=typeof t)throw new Error("Argument must be a string or a function");ce=t}this.logCallback?(ue=this.logCallback,Xt._ts_parser_enable_logger_wasm(this[0],1)):(ue=null,Xt._ts_parser_enable_logger_wasm(this[0],0));let n=0,s=0;if(r&&r.includedRanges){n=r.includedRanges.length;let t=s=Xt._calloc(n,ee);for(let e=0;e<n;e++)Ae(t,r.includedRanges[e]),t+=ee}const i=Xt._ts_parser_parse_wasm(this[0],this[1],e?e[0]:0,s,n);if(!i)throw ce=null,ue=null,new Error("Parsing failed");const o=new fe(Jt,i,this.language,ce);return ce=null,ue=null,o}reset(){Xt._ts_parser_reset(this[0])}setTimeoutMicros(t){Xt._ts_parser_set_timeout_micros(this[0],t)}getTimeoutMicros(){return Xt._ts_parser_timeout_micros(this[0])}setLogger(t){if(t){if("function"!=typeof t)throw new Error("Logger callback must be a function")}else t=null;return this.logCallback=t,this}getLogger(){return this.logCallback}}class fe{constructor(t,e,r,n){ge(t),this[0]=e,this.language=r,this.textCallback=n}copy(){const t=Xt._ts_tree_copy(this[0]);return new fe(Jt,t,this.language,this.textCallback)}delete(){Xt._ts_tree_delete(this[0]),this[0]=0}edit(t){!function(t){let e=ae;je(e,t.startPosition),je(e+=te,t.oldEndPosition),je(e+=te,t.newEndPosition),I(e+=te,t.startIndex,"i32"),I(e+=Yt,t.oldEndIndex,"i32"),I(e+=Yt,t.newEndIndex,"i32"),e+=Yt}(t),Xt._ts_tree_edit_wasm(this[0])}get rootNode(){return Xt._ts_tree_root_node_wasm(this[0]),we(this)}getLanguage(){return this.language}walk(){return this.rootNode.walk()}getChangedRanges(t){if(t.constructor!==fe)throw new TypeError("Argument must be a Tree");Xt._ts_tree_get_changed_ranges_wasm(this[0],t[0]);const e=N(ae,"i32"),r=N(ae+Yt,"i32"),n=new Array(e);if(e>0){let t=r;for(let r=0;r<e;r++)n[r]=Oe(t),t+=ee;Xt._free(r)}return n}}class pe{constructor(t,e){ge(t),this.tree=e}get typeId(){return be(this),Xt._ts_node_symbol_wasm(this.tree[0])}get type(){return this.tree.language.types[this.typeId]||"ERROR"}get endPosition(){return be(this),Xt._ts_node_end_point_wasm(this.tree[0]),Se(ae)}get endIndex(){return be(this),Xt._ts_node_end_index_wasm(this.tree[0])}get text(){return me(this.tree,this.startIndex,this.endIndex)}isNamed(){return be(this),1===Xt._ts_node_is_named_wasm(this.tree[0])}hasError(){return be(this),1===Xt._ts_node_has_error_wasm(this.tree[0])}hasChanges(){return be(this),1===Xt._ts_node_has_changes_wasm(this.tree[0])}isMissing(){return be(this),1===Xt._ts_node_is_missing_wasm(this.tree[0])}equals(t){return this.id===t.id}child(t){return be(this),Xt._ts_node_child_wasm(this.tree[0],t),we(this.tree)}namedChild(t){return be(this),Xt._ts_node_named_child_wasm(this.tree[0],t),we(this.tree)}childForFieldId(t){return be(this),Xt._ts_node_child_by_field_id_wasm(this.tree[0],t),we(this.tree)}childForFieldName(t){const e=this.tree.language.fields.indexOf(t);if(-1!==e)return this.childForFieldId(e)}get childCount(){return be(this),Xt._ts_node_child_count_wasm(this.tree[0])}get namedChildCount(){return be(this),Xt._ts_node_named_child_count_wasm(this.tree[0])}get firstChild(){return this.child(0)}get firstNamedChild(){return this.namedChild(0)}get lastChild(){return this.child(this.childCount-1)}get lastNamedChild(){return this.namedChild(this.namedChildCount-1)}get children(){if(!this._children){be(this),Xt._ts_node_children_wasm(this.tree[0]);const t=N(ae,"i32"),e=N(ae+Yt,"i32");if(this._children=new Array(t),t>0){let r=e;for(let e=0;e<t;e++)this._children[e]=we(this.tree,r),r+=Qt;Xt._free(e)}}return this._children}get namedChildren(){if(!this._namedChildren){be(this),Xt._ts_node_named_children_wasm(this.tree[0]);const t=N(ae,"i32"),e=N(ae+Yt,"i32");if(this._namedChildren=new Array(t),t>0){let r=e;for(let e=0;e<t;e++)this._namedChildren[e]=we(this.tree,r),r+=Qt;Xt._free(e)}}return this._namedChildren}descendantsOfType(t,e,r){Array.isArray(t)||(t=[t]),e||(e=re),r||(r=re);const n=[],s=this.tree.language.types;for(let e=0,r=s.length;e<r;e++)t.includes(s[e])&&n.push(e);const i=Xt._malloc(Yt*n.length);for(let t=0,e=n.length;t<e;t++)I(i+t*Yt,n[t],"i32");be(this),Xt._ts_node_descendants_of_type_wasm(this.tree[0],i,n.length,e.row,e.column,r.row,r.column);const o=N(ae,"i32"),a=N(ae+Yt,"i32"),c=new Array(o);if(o>0){let t=a;for(let e=0;e<o;e++)c[e]=we(this.tree,t),t+=Qt}return Xt._free(a),Xt._free(i),c}get nextSibling(){return be(this),Xt._ts_node_next_sibling_wasm(this.tree[0]),we(this.tree)}get previousSibling(){return be(this),Xt._ts_node_prev_sibling_wasm(this.tree[0]),we(this.tree)}get nextNamedSibling(){return be(this),Xt._ts_node_next_named_sibling_wasm(this.tree[0]),we(this.tree)}get previousNamedSibling(){return be(this),Xt._ts_node_prev_named_sibling_wasm(this.tree[0]),we(this.tree)}get parent(){return be(this),Xt._ts_node_parent_wasm(this.tree[0]),we(this.tree)}descendantForIndex(t,e=t){if("number"!=typeof t||"number"!=typeof e)throw new Error("Arguments must be numbers");be(this);let r=ae+Qt;return I(r,t,"i32"),I(r+Yt,e,"i32"),Xt._ts_node_descendant_for_index_wasm(this.tree[0]),we(this.tree)}namedDescendantForIndex(t,e=t){if("number"!=typeof t||"number"!=typeof e)throw new Error("Arguments must be numbers");be(this);let r=ae+Qt;return I(r,t,"i32"),I(r+Yt,e,"i32"),Xt._ts_node_named_descendant_for_index_wasm(this.tree[0]),we(this.tree)}descendantForPosition(t,e=t){if(!ve(t)||!ve(e))throw new Error("Arguments must be {row, column} objects");be(this);let r=ae+Qt;return je(r,t),je(r+te,e),Xt._ts_node_descendant_for_position_wasm(this.tree[0]),we(this.tree)}namedDescendantForPosition(t,e=t){if(!ve(t)||!ve(e))throw new Error("Arguments must be {row, column} objects");be(this);let r=ae+Qt;return je(r,t),je(r+te,e),Xt._ts_node_named_descendant_for_position_wasm(this.tree[0]),we(this.tree)}walk(){return be(this),Xt._ts_tree_cursor_new_wasm(this.tree[0]),new he(Jt,this.tree)}toString(){be(this);const t=Xt._ts_node_to_string_wasm(this.tree[0]),e=function(t){for(var e="";;){var r=F[t++>>0];if(!r)return e;e+=String.fromCharCode(r)}}(t);return Xt._free(t),e}}class he{constructor(t,e){ge(t),this.tree=e,xe(this)}delete(){Ee(this),Xt._ts_tree_cursor_delete_wasm(this.tree[0]),this[0]=this[1]=this[2]=0}reset(t){be(t),Ee(this,ae+Qt),Xt._ts_tree_cursor_reset_wasm(this.tree[0]),xe(this)}get nodeType(){return this.tree.language.types[this.nodeTypeId]||"ERROR"}get nodeTypeId(){return Ee(this),Xt._ts_tree_cursor_current_node_type_id_wasm(this.tree[0])}get nodeId(){return Ee(this),Xt._ts_tree_cursor_current_node_id_wasm(this.tree[0])}get nodeIsNamed(){return Ee(this),1===Xt._ts_tree_cursor_current_node_is_named_wasm(this.tree[0])}get nodeIsMissing(){return Ee(this),1===Xt._ts_tree_cursor_current_node_is_missing_wasm(this.tree[0])}get nodeText(){Ee(this);const t=Xt._ts_tree_cursor_start_index_wasm(this.tree[0]),e=Xt._ts_tree_cursor_end_index_wasm(this.tree[0]);return me(this.tree,t,e)}get startPosition(){return Ee(this),Xt._ts_tree_cursor_start_position_wasm(this.tree[0]),Se(ae)}get endPosition(){return Ee(this),Xt._ts_tree_cursor_end_position_wasm(this.tree[0]),Se(ae)}get startIndex(){return Ee(this),Xt._ts_tree_cursor_start_index_wasm(this.tree[0])}get endIndex(){return Ee(this),Xt._ts_tree_cursor_end_index_wasm(this.tree[0])}currentNode(){return Ee(this),Xt._ts_tree_cursor_current_node_wasm(this.tree[0]),we(this.tree)}currentFieldId(){return Ee(this),Xt._ts_tree_cursor_current_field_id_wasm(this.tree[0])}currentFieldName(){return this.tree.language.fields[this.currentFieldId()]}gotoFirstChild(){Ee(this);const t=Xt._ts_tree_cursor_goto_first_child_wasm(this.tree[0]);return xe(this),1===t}gotoNextSibling(){Ee(this);const t=Xt._ts_tree_cursor_goto_next_sibling_wasm(this.tree[0]);return xe(this),1===t}gotoParent(){Ee(this);const t=Xt._ts_tree_cursor_goto_parent_wasm(this.tree[0]);return xe(this),1===t}}class _e{constructor(t,e){ge(t),this[0]=e,this.types=new Array(Xt._ts_language_symbol_count(this[0]));for(let t=0,e=this.types.length;t<e;t++)Xt._ts_language_symbol_type(this[0],t)<2&&(this.types[t]=D(Xt._ts_language_symbol_name(this[0],t)));this.fields=new Array(Xt._ts_language_field_count(this[0])+1);for(let t=0,e=this.fields.length;t<e;t++){const e=Xt._ts_language_field_name_for_id(this[0],t);this.fields[t]=0!==e?D(e):null}}get version(){return Xt._ts_language_version(this[0])}get fieldCount(){return this.fields.length-1}fieldIdForName(t){const e=this.fields.indexOf(t);return-1!==e?e:null}fieldNameForId(t){return this.fields[t]||null}idForNodeType(t,e){const r=G(t),n=Xt._malloc(r+1);W(t,n,r+1);const s=Xt._ts_language_symbol_for_name(this[0],n,r,e);return Xt._free(n),s||null}get nodeTypeCount(){return Xt._ts_language_symbol_count(this[0])}nodeTypeForId(t){const e=Xt._ts_language_symbol_name(this[0],t);return e?D(e):null}nodeTypeIsNamed(t){return!!Xt._ts_language_type_is_named_wasm(this[0],t)}nodeTypeIsVisible(t){return!!Xt._ts_language_type_is_visible_wasm(this[0],t)}query(t){const e=G(t),r=Xt._malloc(e+1);W(t,r,e+1);const n=Xt._ts_query_new(this[0],r,e,ae,ae+Yt);if(!n){const e=N(ae+Yt,"i32"),n=D(r,N(ae,"i32")).length,s=t.substr(n,100).split("\n")[0];let i,o=s.match(ne)[0];switch(e){case 2:i=new RangeError(`Bad node name '${o}'`);break;case 3:i=new RangeError(`Bad field name '${o}'`);break;case 4:i=new RangeError(`Bad capture name @${o}`);break;case 5:i=new TypeError(`Bad pattern structure at offset ${n}: '${s}'...`),o="";break;default:i=new SyntaxError(`Bad syntax at offset ${n}: '${s}'...`),o=""}throw i.index=n,i.length=o.length,Xt._free(r),i}const s=Xt._ts_query_string_count(n),i=Xt._ts_query_capture_count(n),o=Xt._ts_query_pattern_count(n),a=new Array(i),c=new Array(s);for(let t=0;t<i;t++){const e=Xt._ts_query_capture_name_for_id(n,t,ae),r=N(ae,"i32");a[t]=D(e,r)}for(let t=0;t<s;t++){const e=Xt._ts_query_string_value_for_id(n,t,ae),r=N(ae,"i32");c[t]=D(e,r)}const u=new Array(o),l=new Array(o),f=new Array(o),p=new Array(o),h=new Array(o);for(let t=0;t<o;t++){const e=Xt._ts_query_predicates_for_pattern(n,t,ae),r=N(ae,"i32");p[t]=[],h[t]=[];const s=[];let i=e;for(let e=0;e<r;e++){const e=N(i,"i32"),r=N(i+=Yt,"i32");if(i+=Yt,1===e)s.push({type:"capture",name:a[r]});else if(2===e)s.push({type:"string",value:c[r]});else if(s.length>0){if("string"!==s[0].type)throw new Error("Predicates must begin with a literal value");const e=s[0].value;let r=!0;switch(e){case"not-eq?":r=!1;case"eq?":if(3!==s.length)throw new Error("Wrong number of arguments to `#eq?` predicate. Expected 2, got "+(s.length-1));if("capture"!==s[1].type)throw new Error(`First argument of \`#eq?\` predicate must be a capture. Got "${s[1].value}"`);if("capture"===s[2].type){const e=s[1].name,n=s[2].name;h[t].push((function(t){let s,i;for(const r of t)r.name===e&&(s=r.node),r.name===n&&(i=r.node);return void 0===s||void 0===i||s.text===i.text===r}))}else{const e=s[1].name,n=s[2].value;h[t].push((function(t){for(const s of t)if(s.name===e)return s.node.text===n===r;return!0}))}break;case"not-match?":r=!1;case"match?":if(3!==s.length)throw new Error(`Wrong number of arguments to \`#match?\` predicate. Expected 2, got ${s.length-1}.`);if("capture"!==s[1].type)throw new Error(`First argument of \`#match?\` predicate must be a capture. Got "${s[1].value}".`);if("string"!==s[2].type)throw new Error(`Second argument of \`#match?\` predicate must be a string. Got @${s[2].value}.`);const n=s[1].name,i=new RegExp(s[2].value);h[t].push((function(t){for(const e of t)if(e.name===n)return i.test(e.node.text)===r;return!0}));break;case"set!":if(s.length<2||s.length>3)throw new Error(`Wrong number of arguments to \`#set!\` predicate. Expected 1 or 2. Got ${s.length-1}.`);if(s.some((t=>"string"!==t.type)))throw new Error('Arguments to `#set!` predicate must be a strings.".');u[t]||(u[t]={}),u[t][s[1].value]=s[2]?s[2].value:null;break;case"is?":case"is-not?":if(s.length<2||s.length>3)throw new Error(`Wrong number of arguments to \`#${e}\` predicate. Expected 1 or 2. Got ${s.length-1}.`);if(s.some((t=>"string"!==t.type)))throw new Error(`Arguments to \`#${e}\` predicate must be a strings.".`);const o="is?"===e?l:f;o[t]||(o[t]={}),o[t][s[1].value]=s[2]?s[2].value:null;break;default:p[t].push({operator:e,operands:s.slice(1)})}s.length=0}}Object.freeze(u[t]),Object.freeze(l[t]),Object.freeze(f[t])}return Xt._free(r),new de(Jt,n,a,h,p,Object.freeze(u),Object.freeze(l),Object.freeze(f))}static load(t){let e;if(t instanceof Uint8Array)e=Promise.resolve(t);else{const n=t;if("undefined"!=typeof process&&process.versions&&process.versions.node){const t=r(5530);e=Promise.resolve(t.readFileSync(n))}else e=fetch(n).then((t=>t.arrayBuffer().then((e=>{if(t.ok)return new Uint8Array(e);{const r=new TextDecoder("utf-8").decode(e);throw new Error(`Language.load failed with status ${t.status}.\n\n${r}`)}}))))}const n="function"==typeof loadSideModule?loadSideModule:Ot;return e.then((t=>n(t,{loadAsync:!0}))).then((t=>{const e=Object.keys(t),r=e.find((t=>se.test(t)&&!t.includes("external_scanner_")));r||console.log(`Couldn't find language function in WASM file. Symbols:\n${JSON.stringify(e,null,2)}`);const n=t[r]();return new _e(Jt,n)}))}}class de{constructor(t,e,r,n,s,i,o,a){ge(t),this[0]=e,this.captureNames=r,this.textPredicates=n,this.predicates=s,this.setProperties=i,this.assertedProperties=o,this.refutedProperties=a,this.exceededMatchLimit=!1}delete(){Xt._ts_query_delete(this[0]),this[0]=0}matches(t,e,r,n){e||(e=re),r||(r=re),n||(n={});let s=n.matchLimit;if(void 0===s)s=0;else if("number"!=typeof s)throw new Error("Arguments must be numbers");be(t),Xt._ts_query_matches_wasm(this[0],t.tree[0],e.row,e.column,r.row,r.column,s);const i=N(ae,"i32"),o=N(ae+Yt,"i32"),a=N(ae+2*Yt,"i32"),c=new Array(i);this.exceededMatchLimit=!!a;let u=0,l=o;for(let e=0;e<i;e++){const r=N(l,"i32"),n=N(l+=Yt,"i32");l+=Yt;const s=new Array(n);if(l=ye(this,t.tree,l,s),this.textPredicates[r].every((t=>t(s)))){c[u++]={pattern:r,captures:s};const t=this.setProperties[r];t&&(c[e].setProperties=t);const n=this.assertedProperties[r];n&&(c[e].assertedProperties=n);const i=this.refutedProperties[r];i&&(c[e].refutedProperties=i)}}return c.length=u,Xt._free(o),c}captures(t,e,r,n){e||(e=re),r||(r=re),n||(n={});let s=n.matchLimit;if(void 0===s)s=0;else if("number"!=typeof s)throw new Error("Arguments must be numbers");be(t),Xt._ts_query_captures_wasm(this[0],t.tree[0],e.row,e.column,r.row,r.column,s);const i=N(ae,"i32"),o=N(ae+Yt,"i32"),a=N(ae+2*Yt,"i32"),c=[];this.exceededMatchLimit=!!a;const u=[];let l=o;for(let e=0;e<i;e++){const e=N(l,"i32"),r=N(l+=Yt,"i32"),n=N(l+=Yt,"i32");if(l+=Yt,u.length=r,l=ye(this,t.tree,l,u),this.textPredicates[e].every((t=>t(u)))){const t=u[n],r=this.setProperties[e];r&&(t.setProperties=r);const s=this.assertedProperties[e];s&&(t.assertedProperties=s);const i=this.refutedProperties[e];i&&(t.refutedProperties=i),c.push(t)}}return Xt._free(o),c}predicatesForPattern(t){return this.predicates[t]}didExceedMatchLimit(){return this.exceededMatchLimit}}function me(t,e,r){const n=r-e;let s=t.textCallback(e,null,r);for(e+=s.length;e<r;){const n=t.textCallback(e,null,r);if(!(n&&n.length>0))break;e+=n.length,s+=n}return e>r&&(s=s.slice(0,n)),s}function ye(t,e,r,n){for(let s=0,i=n.length;s<i;s++){const i=N(r,"i32"),o=we(e,r+=Yt);r+=Qt,n[s]={name:t.captureNames[i],node:o}}return r}function ge(t){if(t!==Jt)throw new Error("Illegal constructor")}function ve(t){return t&&"number"==typeof t.row&&"number"==typeof t.column}function be(t){let e=ae;I(e,t.id,"i32"),I(e+=Yt,t.startIndex,"i32"),I(e+=Yt,t.startPosition.row,"i32"),I(e+=Yt,t.startPosition.column,"i32"),I(e+=Yt,t[0],"i32")}function we(t,e=ae){const r=N(e,"i32");if(0===r)return null;const n=N(e+=Yt,"i32"),s=N(e+=Yt,"i32"),i=N(e+=Yt,"i32"),o=N(e+=Yt,"i32"),a=new pe(Jt,t);return a.id=r,a.startIndex=n,a.startPosition={row:s,column:i},a[0]=o,a}function Ee(t,e=ae){I(e+0*Yt,t[0],"i32"),I(e+1*Yt,t[1],"i32"),I(e+2*Yt,t[2],"i32")}function xe(t){t[0]=N(ae+0*Yt,"i32"),t[1]=N(ae+1*Yt,"i32"),t[2]=N(ae+2*Yt,"i32")}function je(t,e){I(t,e.row,"i32"),I(t+Yt,e.column,"i32")}function Se(t){return{row:N(t,"i32"),column:N(t+Yt,"i32")}}function Ae(t,e){je(t,e.startPosition),je(t+=te,e.endPosition),I(t+=te,e.startIndex,"i32"),I(t+=Yt,e.endIndex,"i32"),t+=Yt}function Oe(t){const e={};return e.startPosition=Se(t),t+=te,e.endPosition=Se(t),t+=te,e.startIndex=N(t,"i32"),t+=Yt,e.endIndex=N(t,"i32"),e}for(const t of Object.getOwnPropertyNames(le.prototype))Object.defineProperty(i.prototype,t,{value:le.prototype[t],enumerable:!1,writable:!1});i.Language=_e,n.onRuntimeInitialized=()=>{le.init(),e()}})))}}return i}();t.exports=s},5530:()=>{},6287:()=>{},1427:(t,e,r)=>{t.exports=r(6762)}},e={};function r(n){var s=e[n];if(void 0!==s)return s.exports;var i=e[n]={id:n,loaded:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.loaded=!0,i.exports}r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),(()=>{var t;r.g.importScripts&&(t=r.g.location+"");var e=r.g.document;if(!t&&e&&(e.currentScript&&(t=e.currentScript.src),!t)){var n=e.getElementsByTagName("script");if(n.length)for(var s=n.length-1;s>-1&&!t;)t=n[s--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),r.p=t})();var n={};return(()=>{"use strict";r.r(n),r.d(n,{detect:()=>ii,detectionRegExp:()=>si,mediaTypes:()=>ni,namespace:()=>ai,parse:()=>oi});var t={};r.r(t),r.d(t,{hasElementSourceMap:()=>nr,includesClasses:()=>ir,includesSymbols:()=>sr,isAnnotationElement:()=>Ye,isArrayElement:()=>Ze,isBooleanElement:()=>Ge,isCommentElement:()=>Qe,isElement:()=>Be,isLinkElement:()=>Xe,isMemberElement:()=>He,isNullElement:()=>We,isNumberElement:()=>Ue,isObjectElement:()=>Ke,isParseResultElement:()=>tr,isPrimitiveElement:()=>rr,isRefElement:()=>Je,isSourceMapElement:()=>er,isStringElement:()=>De});var e={};function s(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]}function i(t){return function e(r){return 0===arguments.length||s(r)?e:t.apply(this,arguments)}}function o(t){return function e(r,n){switch(arguments.length){case 0:return e;case 1:return s(r)?e:i((function(e){return t(r,e)}));default:return s(r)&&s(n)?e:s(r)?i((function(e){return t(e,n)})):s(n)?i((function(e){return t(r,e)})):t(r,n)}}}function a(t){return function e(r,n,a){switch(arguments.length){case 0:return e;case 1:return s(r)?e:o((function(e,n){return t(r,e,n)}));case 2:return s(r)&&s(n)?e:s(r)?o((function(e,r){return t(e,n,r)})):s(n)?o((function(e,n){return t(r,e,n)})):i((function(e){return t(r,n,e)}));default:return s(r)&&s(n)&&s(a)?e:s(r)&&s(n)?o((function(e,r){return t(e,r,a)})):s(r)&&s(a)?o((function(e,r){return t(e,n,r)})):s(n)&&s(a)?o((function(e,n){return t(r,e,n)})):s(r)?i((function(e){return t(e,n,a)})):s(n)?i((function(e){return t(r,e,a)})):s(a)?i((function(e){return t(r,n,e)})):t(r,n,a)}}}r.r(e),r.d(e,{isInfoElement:()=>Vs,isMainElement:()=>$s,isPrincipleElement:()=>zs,isRequirementElement:()=>Bs,isRequirementLevelElement:()=>Ds,isScenarioElement:()=>Us,isStandardElement:()=>Ws,isStandardIdentifierElement:()=>Gs});const c=o((function(t,e){return null==e||e!=e?t:e})),u=Number.isInteger||function(t){return t<<0===t};function l(t){return"[object String]"===Object.prototype.toString.call(t)}const f=o((function(t,e){var r=t<0?e.length+t:t;return l(e)?e.charAt(r):e[r]}));const p=o((function(t,e){if(null!=e)return u(t)?f(t,e):e[t]}));const h=a((function(t,e,r){return c(t,p(e,r))}));var _=o((function(t,e){for(var r={},n={},s=0,i=t.length;s<i;)n[t[s]]=1,s+=1;for(var o in e)n.hasOwnProperty(o)||(r[o]=e[o]);return r}));const d=_;function m(t,e,r){for(var n=0,s=r.length;n<s;)e=t(e,r[n]),n+=1;return e}const y=Array.isArray||function(t){return null!=t&&t.length>=0&&"[object Array]"===Object.prototype.toString.call(t)};const g=i((function(t){return!!y(t)||!!t&&("object"==typeof t&&(!l(t)&&(0===t.length||t.length>0&&(t.hasOwnProperty(0)&&t.hasOwnProperty(t.length-1)))))}));var v="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function b(t,e,r){return function(n,s,i){if(g(i))return t(n,s,i);if(null==i)return s;if("function"==typeof i["fantasy-land/reduce"])return e(n,s,i,"fantasy-land/reduce");if(null!=i[v])return r(n,s,i[v]());if("function"==typeof i.next)return r(n,s,i);if("function"==typeof i.reduce)return e(n,s,i,"reduce");throw new TypeError("reduce: list must be array or iterable")}}function w(t,e,r){for(var n=r.next();!n.done;)e=t(e,n.value),n=r.next();return e}function E(t,e,r,n){return r[n](t,e)}const x=b(m,E,w);function j(t,e,r){return function(){if(0===arguments.length)return r();var n=arguments[arguments.length-1];if(!y(n)){for(var s=0;s<t.length;){if("function"==typeof n[t[s]])return n[t[s]].apply(n,Array.prototype.slice.call(arguments,0,-1));s+=1}if(function(t){return null!=t&&"function"==typeof t["@@transducer/step"]}(n))return e.apply(null,Array.prototype.slice.call(arguments,0,-1))(n)}return r.apply(this,arguments)}}function S(t,e){for(var r=0,n=e.length,s=Array(n);r<n;)s[r]=t(e[r]),r+=1;return s}const A=function(){return this.xf["@@transducer/init"]()},O=function(t){return this.xf["@@transducer/result"](t)};var P=function(){function t(t,e){this.xf=e,this.f=t}return t.prototype["@@transducer/init"]=A,t.prototype["@@transducer/result"]=O,t.prototype["@@transducer/step"]=function(t,e){return this.xf["@@transducer/step"](t,this.f(e))},t}();const k=function(t){return function(e){return new P(t,e)}};function I(t,e){switch(t){case 0:return function(){return e.apply(this,arguments)};case 1:return function(t){return e.apply(this,arguments)};case 2:return function(t,r){return e.apply(this,arguments)};case 3:return function(t,r,n){return e.apply(this,arguments)};case 4:return function(t,r,n,s){return e.apply(this,arguments)};case 5:return function(t,r,n,s,i){return e.apply(this,arguments)};case 6:return function(t,r,n,s,i,o){return e.apply(this,arguments)};case 7:return function(t,r,n,s,i,o,a){return e.apply(this,arguments)};case 8:return function(t,r,n,s,i,o,a,c){return e.apply(this,arguments)};case 9:return function(t,r,n,s,i,o,a,c,u){return e.apply(this,arguments)};case 10:return function(t,r,n,s,i,o,a,c,u,l){return e.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function N(t,e,r){return function(){for(var n=[],i=0,o=t,a=0,c=!1;a<e.length||i<arguments.length;){var u;a<e.length&&(!s(e[a])||i>=arguments.length)?u=e[a]:(u=arguments[i],i+=1),n[a]=u,s(u)?c=!0:o-=1,a+=1}return!c&&o<=0?r.apply(this,n):I(Math.max(0,o),N(t,n,r))}}const M=o((function(t,e){return 1===t?i(e):I(t,N(t,[],e))}));function T(t,e){return Object.prototype.hasOwnProperty.call(e,t)}var R=Object.prototype.toString;const C=function(){return"[object Arguments]"===R.call(arguments)?function(t){return"[object Arguments]"===R.call(t)}:function(t){return T("callee",t)}}();var F=!{toString:null}.propertyIsEnumerable("toString"),q=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],L=function(){return arguments.propertyIsEnumerable("length")}(),$=function(t,e){for(var r=0;r<t.length;){if(t[r]===e)return!0;r+=1}return!1},V="function"!=typeof Object.keys||L?i((function(t){if(Object(t)!==t)return[];var e,r,n=[],s=L&&C(t);for(e in t)!T(e,t)||s&&"length"===e||(n[n.length]=e);if(F)for(r=q.length-1;r>=0;)T(e=q[r],t)&&!$(n,e)&&(n[n.length]=e),r-=1;return n})):i((function(t){return Object(t)!==t?[]:Object.keys(t)}));const z=V;const B=o(j(["fantasy-land/map","map"],k,(function(t,e){switch(Object.prototype.toString.call(e)){case"[object Function]":return M(e.length,(function(){return t.call(this,e.apply(this,arguments))}));case"[object Object]":return m((function(r,n){return r[n]=t(e[n]),r}),{},z(e));default:return S(t,e)}})));const D=o((function(t,e){return"function"==typeof e["fantasy-land/ap"]?e["fantasy-land/ap"](t):"function"==typeof t.ap?t.ap(e):"function"==typeof t?function(r){return t(r)(e(r))}:x((function(t,r){return function(t,e){var r;e=e||[];var n=(t=t||[]).length,s=e.length,i=[];for(r=0;r<n;)i[i.length]=t[r],r+=1;for(r=0;r<s;)i[i.length]=e[r],r+=1;return i}(t,B(r,e))}),[],t)}));const U=o((function(t,e){var r=M(t,e);return M(t,(function(){return m(D,B(r,arguments[0]),Array.prototype.slice.call(arguments,1))}))}));const W=i((function(t){return U(t.length,t)}));const G=W(i((function(t){return!t})));function K(t){for(var e,r=[];!(e=t.next()).done;)r.push(e.value);return r}function Z(t,e,r){for(var n=0,s=r.length;n<s;){if(t(e,r[n]))return!0;n+=1}return!1}const H="function"==typeof Object.is?Object.is:function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e};const X=i((function(t){return null===t?"Null":void 0===t?"Undefined":Object.prototype.toString.call(t).slice(8,-1)}));function J(t,e,r,n){var s=K(t);function i(t,e){return Y(t,e,r.slice(),n.slice())}return!Z((function(t,e){return!Z(i,e,t)}),K(e),s)}function Y(t,e,r,n){if(H(t,e))return!0;var s,i,o=X(t);if(o!==X(e))return!1;if("function"==typeof t["fantasy-land/equals"]||"function"==typeof e["fantasy-land/equals"])return"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e)&&"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t);if("function"==typeof t.equals||"function"==typeof e.equals)return"function"==typeof t.equals&&t.equals(e)&&"function"==typeof e.equals&&e.equals(t);switch(o){case"Arguments":case"Array":case"Object":if("function"==typeof t.constructor&&"Promise"===(s=t.constructor,null==(i=String(s).match(/^function (\w*)/))?"":i[1]))return t===e;break;case"Boolean":case"Number":case"String":if(typeof t!=typeof e||!H(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!H(t.valueOf(),e.valueOf()))return!1;break;case"Error":return t.name===e.name&&t.message===e.message;case"RegExp":if(t.source!==e.source||t.global!==e.global||t.ignoreCase!==e.ignoreCase||t.multiline!==e.multiline||t.sticky!==e.sticky||t.unicode!==e.unicode)return!1}for(var a=r.length-1;a>=0;){if(r[a]===t)return n[a]===e;a-=1}switch(o){case"Map":return t.size===e.size&&J(t.entries(),e.entries(),r.concat([t]),n.concat([e]));case"Set":return t.size===e.size&&J(t.values(),e.values(),r.concat([t]),n.concat([e]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var c=z(t);if(c.length!==z(e).length)return!1;var u=r.concat([t]),l=n.concat([e]);for(a=c.length-1;a>=0;){var f=c[a];if(!T(f,e)||!Y(e[f],t[f],u,l))return!1;a-=1}return!0}const Q=o((function(t,e){return Y(t,e,[],[])}));const tt=i((function(t){return function(){return t}}));const et=tt(void 0);const rt=Q(et());const nt=G(rt);var st=r(7952);function it(t,e){return function(){return e.call(this,t.apply(this,arguments))}}function ot(t,e,r){for(var n=0,s=r.length;n<s;){if((e=t["@@transducer/step"](e,r[n]))&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}n+=1}return t["@@transducer/result"](e)}const at=o((function(t,e){return I(t.length,(function(){return t.apply(e,arguments)}))}));function ct(t,e,r){for(var n=r.next();!n.done;){if((e=t["@@transducer/step"](e,n.value))&&e["@@transducer/reduced"]){e=e["@@transducer/value"];break}n=r.next()}return t["@@transducer/result"](e)}function ut(t,e,r,n){return t["@@transducer/result"](r[n](at(t["@@transducer/step"],t),e))}const lt=b(ot,ut,ct);var ft=function(){function t(t){this.f=t}return t.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},t.prototype["@@transducer/result"]=function(t){return t},t.prototype["@@transducer/step"]=function(t,e){return this.f(t,e)},t}();const pt=a((function(t,e,r){return lt("function"==typeof t?new ft(t):t,e,r)}));function ht(t,e){return function(){var r=arguments.length;if(0===r)return e();var n=arguments[r-1];return y(n)||"function"!=typeof n[t]?e.apply(this,arguments):n[t].apply(n,Array.prototype.slice.call(arguments,0,r-1))}}const _t=a(ht("slice",(function(t,e,r){return Array.prototype.slice.call(r,t,e)})));const dt=i(ht("tail",_t(1,1/0)));function mt(){if(0===arguments.length)throw new Error("pipe requires at least one argument");return I(arguments[0].length,pt(it,arguments[0],dt(arguments)))}var yt=function(t,e){switch(arguments.length){case 0:return yt;case 1:return function e(r){return 0===arguments.length?e:H(t,r)};default:return H(t,e)}};const gt=yt;function vt(t,e){return function(t,e,r){var n,s;if("function"==typeof t.indexOf)switch(typeof e){case"number":if(0===e){for(n=1/e;r<t.length;){if(0===(s=t[r])&&1/s===n)return r;r+=1}return-1}if(e!=e){for(;r<t.length;){if("number"==typeof(s=t[r])&&s!=s)return r;r+=1}return-1}return t.indexOf(e,r);case"string":case"boolean":case"function":case"undefined":return t.indexOf(e,r);case"object":if(null===e)return t.indexOf(e,r)}for(;r<t.length;){if(Q(t[r],e))return r;r+=1}return-1}(e,t,0)>=0}function bt(t){return'"'+t.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\f/g,"\\f").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t").replace(/\v/g,"\\v").replace(/\0/g,"\\0").replace(/"/g,'\\"')+'"'}var wt=function(t){return(t<10?"0":"")+t};const Et="function"==typeof Date.prototype.toISOString?function(t){return t.toISOString()}:function(t){return t.getUTCFullYear()+"-"+wt(t.getUTCMonth()+1)+"-"+wt(t.getUTCDate())+"T"+wt(t.getUTCHours())+":"+wt(t.getUTCMinutes())+":"+wt(t.getUTCSeconds())+"."+(t.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function xt(t){return"[object Object]"===Object.prototype.toString.call(t)}var jt=function(){function t(t,e){this.xf=e,this.f=t}return t.prototype["@@transducer/init"]=A,t.prototype["@@transducer/result"]=O,t.prototype["@@transducer/step"]=function(t,e){return this.f(e)?this.xf["@@transducer/step"](t,e):t},t}();function St(t){return function(e){return new jt(t,e)}}const At=o(j(["fantasy-land/filter","filter"],St,(function(t,e){return xt(e)?m((function(r,n){return t(e[n])&&(r[n]=e[n]),r}),{},z(e)):function(t,e){for(var r=0,n=e.length,s=[];r<n;)t(e[r])&&(s[s.length]=e[r]),r+=1;return s}(t,e)})));const Ot=o((function(t,e){return At((r=t,function(){return!r.apply(this,arguments)}),e);var r}));function Pt(t,e){var r=function(r){var n=e.concat([t]);return vt(r,n)?"<Circular>":Pt(r,n)},n=function(t,e){return S((function(e){return bt(e)+": "+r(t[e])}),e.slice().sort())};switch(Object.prototype.toString.call(t)){case"[object Arguments]":return"(function() { return arguments; }("+S(r,t).join(", ")+"))";case"[object Array]":return"["+S(r,t).concat(n(t,Ot((function(t){return/^\d+$/.test(t)}),z(t)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof t?"new Boolean("+r(t.valueOf())+")":t.toString();case"[object Date]":return"new Date("+(isNaN(t.valueOf())?r(NaN):bt(Et(t)))+")";case"[object Map]":return"new Map("+r(Array.from(t))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof t?"new Number("+r(t.valueOf())+")":1/t==-1/0?"-0":t.toString(10);case"[object Set]":return"new Set("+r(Array.from(t).sort())+")";case"[object String]":return"object"==typeof t?"new String("+r(t.valueOf())+")":bt(t);case"[object Undefined]":return"undefined";default:if("function"==typeof t.toString){var s=t.toString();if("[object Object]"!==s)return s}return"{"+n(t,z(t)).join(", ")+"}"}}const kt=i((function(t){return Pt(t,[])}));const It=o((function(t,e){return t.map((function(t){for(var r,n=e,s=0;s<t.length;){if(null==n)return;r=t[s],n=u(r)?f(r,n):n[r],s+=1}return n}))}));const Nt=o((function(t,e){return It([t],e)[0]}));const Mt=a((function(t,e,r){return t(Nt(e,r))}));function Tt(t){var e=Object.prototype.toString.call(t);return"[object Function]"===e||"[object AsyncFunction]"===e||"[object GeneratorFunction]"===e||"[object AsyncGeneratorFunction]"===e}const Rt=o((function(t,e){return t&&e}));const Ct=o((function(t,e){return Tt(t)?function(){return t.apply(this,arguments)&&e.apply(this,arguments)}:W(Rt)(t,e)}));const Ft=Q(null);var qt=G(Ft);function Lt(t){return Lt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Lt(t)}const $t=M(1,Ct(qt,(function(t){return"object"===Lt(t)})));const Vt=o((function(t,e){if(t===e)return e;function r(t,e){if(t>e!=e>t)return e>t?e:t}var n=r(t,e);if(void 0!==n)return n;var s=r(typeof t,typeof e);if(void 0!==s)return s===typeof t?t:e;var i=kt(t),o=r(i,kt(e));return void 0!==o&&o===i?t:e}));const zt=o((function(t,e){return B(p(t),e)}));const Bt=i((function(t){return M(pt(Vt,0,zt("length",t)),(function(){for(var e=0,r=t.length;e<r;){if(t[e].apply(this,arguments))return!0;e+=1}return!1}))}));const Dt=M(1,mt(X,gt("GeneratorFunction")));const Ut=M(1,mt(X,gt("AsyncFunction")));const Wt=Bt([mt(X,gt("Function")),Dt,Ut]);var Gt=mt(X,gt("Object")),Kt=mt(kt,Q(kt(Object))),Zt=Mt(Ct(Wt,Kt),["constructor"]);const Ht=M(1,(function(t){if(!$t(t)||!Gt(t))return!1;var e=Object.getPrototypeOf(t);return!!Ft(e)||Zt(e)}));class Xt extends st.RP{constructor(t,e,r){super(t,e,r),this.element="annotation"}get code(){return this.attributes.get("code")}set code(t){this.attributes.set("code",t)}}const Jt=Xt;class Yt extends st.RP{constructor(t,e,r){super(t,e,r),this.element="comment"}}const Qt=Yt;class te extends st.ON{constructor(t,e,r){super(t,e,r),this.element="parseResult"}get api(){return this.children.filter((t=>t.classes.contains("api"))).first}get results(){return this.children.filter((t=>t.classes.contains("result")))}get result(){return this.results.first}get annotations(){return this.children.filter((t=>"annotation"===t.element))}get warnings(){return this.children.filter((t=>"annotation"===t.element&&t.classes.contains("warning")))}get errors(){return this.children.filter((t=>"annotation"===t.element&&t.classes.contains("error")))}get isEmpty(){return this.children.reject((t=>"annotation"===t.element)).isEmpty}replaceResult(t){const{result:e}=this;if(rt(e))return!1;const r=this.content.findIndex((t=>t===e));return-1!==r&&(this.content[r]=t,!0)}}const ee=te;class re extends st.ON{constructor(t,e,r){super(t,e,r),this.element="sourceMap"}get positionStart(){return this.children.filter((t=>t.classes.contains("position"))).get(0)}get positionEnd(){return this.children.filter((t=>t.classes.contains("position"))).get(1)}set position(t){if(null===t)return;const e=new st.ON([t.start.row,t.start.column,t.start.char]),r=new st.ON([t.end.row,t.end.column,t.end.char]);e.classes.push("position"),r.classes.push("position"),this.push(e).push(r)}}const ne=re;class se extends st.lS{constructor(){super(),this.register("annotation",Jt),this.register("comment",Qt),this.register("parseResult",ee),this.register("sourceMap",ne)}}const ie=new se,oe=t=>{const e=new se;return Ht(t)&&e.use(t),e},ae=ie;const ce=M(1,mt(X,gt("String"))),ue=r.p+"23aac571c96605dc25219087ad291441.wasm",le=globalThis.fetch;Wt(le)&&(globalThis.fetch=(...t)=>ce(t[0])&&t[0].endsWith("tree-sitter.wasm")?le.apply(globalThis,[ue,dt(t)]):le.apply(globalThis,t));var fe=r(9794);const pe=i((function(t){return null==t}));var he=o((function(t,e){return!pe(e)&&t in e}));const _e=he;var de=r(1427);const me=class extends de{constructor(t,e,r){if(super(t,e,r),this.name=this.constructor.name,"string"==typeof e&&(this.message=e),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(e).stack,Ht(r)&&_e("cause",r)&&!_e("cause",this)){const{cause:t}=r;this.cause=t,t instanceof Error&&_e("stack",t)&&(this.stack=`${this.stack}\nCAUSE: ${null==t?void 0:t.stack}`)}}};class ye extends Error{static[Symbol.hasInstance](t){return super[Symbol.hasInstance](t)||Function.prototype[Symbol.hasInstance].call(me,t)}constructor(t,e){if(super(t,e),this.name=this.constructor.name,"string"==typeof t&&(this.message=t),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(t).stack,Ht(e)&&_e("cause",e)&&!_e("cause",this)){const{cause:t}=e;this.cause=t,t instanceof Error&&_e("stack",t)&&(this.stack=`${this.stack}\nCAUSE: ${null==t?void 0:t.stack}`)}}}const ge=ye,ve=r.p+"13ee407b2f9bd26c94370902ddeb5bcf.wasm";let be=null,we=null;const Ee=async t=>{if(null===be&&null===we)we=fe.init().then((()=>fe.Language.load(ve))).then((t=>{const e=new fe;return e.setLanguage(t),e})).finally((()=>{we=null})),be=await we;else if(null===be&&null!==we)be=await we;else if(null===be)throw new ge("Error while initializing web-tree-sitter and loading tree-sitter-json grammar.");return be.parse(t)};const xe=class extends ge{constructor(t,e){super(t,e),void 0!==e&&Object.assign(this,d(["cause"],e))}},je=(t,e,r)=>{const n=t[e];if(null!=n){if(!r&&"function"==typeof n)return n;const t=r?n.leave:n.enter;if("function"==typeof t)return t}else{const n=r?t.leave:t.enter;if(null!=n){if("function"==typeof n)return n;const t=n[e];if("function"==typeof t)return t}}return null},Se={},Ae=t=>null==t?void 0:t.type,Oe=t=>"string"==typeof Ae(t),Pe=t=>Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),ke=(t,e,{keyMap:r=null,state:n={},breakSymbol:s=Se,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=je,nodeTypeGetter:c=Ae,nodePredicate:u=Oe,nodeCloneFn:l=Pe,detectCycles:f=!0}={})=>{const p=r||{};let h,_,d=Array.isArray(t),m=[t],y=-1,g=[],v=t;const b=[],w=[];do{y+=1;const t=y===m.length;let r;const x=t&&0!==g.length;if(t){if(r=0===w.length?void 0:b.pop(),v=_,_=w.pop(),x)if(d){v=v.slice();let t=0;for(const[e,r]of g){const n=e-t;r===i?(v.splice(n,1),t+=1):v[n]=r}}else{v=l(v);for(const[t,e]of g)v[t]=e}y=h.index,m=h.keys,g=h.edits,d=h.inArray,h=h.prev}else if(_!==i&&void 0!==_){if(r=d?y:m[y],v=_[r],v===i||void 0===v)continue;b.push(r)}if(w.includes(v))continue;let j;if(!Array.isArray(v)){if(!u(v))throw new xe(`Invalid AST Node: ${String(v)}`,{node:v});if(f&&w.includes(v)){b.pop();continue}const i=a(e,c(v),t);if(i){for(const[t,r]of Object.entries(n))e[t]=r;j=i.call(e,v,r,_,b,w)}if(j===s)break;if(j===o){if(!t){b.pop();continue}}else if(void 0!==j&&(g.push([r,j]),!t)){if(!u(j)){b.pop();continue}v=j}}var E;if(void 0===j&&x&&g.push([r,v]),!t)h={inArray:d,index:y,keys:m,edits:g,prev:h},d=Array.isArray(v),m=d?v:null!==(E=p[c(v)])&&void 0!==E?E:[],y=-1,g=[],_!==i&&void 0!==_&&w.push(_),_=v}while(void 0!==h);return 0!==g.length?g.at(-1)[1]:t};ke[Symbol.for("nodejs.util.promisify.custom")]=async(t,e,{keyMap:r=null,state:n={},breakSymbol:s=Se,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=je,nodeTypeGetter:c=Ae,nodePredicate:u=Oe,nodeCloneFn:l=Pe,detectCycles:f=!0}={})=>{const p=r||{};let h,_,d=Array.isArray(t),m=[t],y=-1,g=[],v=t;const b=[],w=[];do{y+=1;const t=y===m.length;let r;const x=t&&0!==g.length;if(t){if(r=0===w.length?void 0:b.pop(),v=_,_=w.pop(),x)if(d){v=v.slice();let t=0;for(const[e,r]of g){const n=e-t;r===i?(v.splice(n,1),t+=1):v[n]=r}}else{v=l(v);for(const[t,e]of g)v[t]=e}y=h.index,m=h.keys,g=h.edits,d=h.inArray,h=h.prev}else if(_!==i&&void 0!==_){if(r=d?y:m[y],v=_[r],v===i||void 0===v)continue;b.push(r)}let j;if(!Array.isArray(v)){if(!u(v))throw new xe(`Invalid AST Node: ${String(v)}`,{node:v});if(f&&w.includes(v)){b.pop();continue}const i=a(e,c(v),t);if(i){for(const[t,r]of Object.entries(n))e[t]=r;j=await i.call(e,v,r,_,b,w)}if(j===s)break;if(j===o){if(!t){b.pop();continue}}else if(void 0!==j&&(g.push([r,j]),!t)){if(!u(j)){b.pop();continue}v=j}}var E;if(void 0===j&&x&&g.push([r,v]),!t)h={inArray:d,index:y,keys:m,edits:g,prev:h},d=Array.isArray(v),m=d?v:null!==(E=p[c(v)])&&void 0!==E?E:[],y=-1,g=[],_!==i&&void 0!==_&&w.push(_),_=v}while(void 0!==h);return 0!==g.length?g.at(-1)[1]:t};var Ie=r(6591);const Ne=function(){return!1};var Me=function(){function t(t,e){this.xf=e,this.f=t,this.all=!0}return t.prototype["@@transducer/init"]=A,t.prototype["@@transducer/result"]=function(t){return this.all&&(t=this.xf["@@transducer/step"](t,!0)),this.xf["@@transducer/result"](t)},t.prototype["@@transducer/step"]=function(t,e){var r;return this.f(e)||(this.all=!1,t=(r=this.xf["@@transducer/step"](t,!1))&&r["@@transducer/reduced"]?r:{"@@transducer/value":r,"@@transducer/reduced":!0}),t},t}();function Te(t){return function(e){return new Me(t,e)}}const Re=o(j(["all"],Te,(function(t,e){for(var r=0;r<e.length;){if(!t(e[r]))return!1;r+=1}return!0})));const Ce=i((function(t){return M(t.length,(function(e,r){var n=Array.prototype.slice.call(arguments,0);return n[0]=r,n[1]=e,t.apply(this,n)}))}))(o(vt)),Fe=(t,e)=>"object"==typeof e&&null!==e&&t in e&&"function"==typeof e[t],qe=t=>"object"==typeof t&&null!=t&&"_storedElement"in t&&"string"==typeof t._storedElement&&"_content"in t,Le=(t,e)=>"object"==typeof e&&null!==e&&"primitive"in e&&("function"==typeof e.primitive&&e.primitive()===t),$e=(t,e)=>"object"==typeof e&&null!==e&&"classes"in e&&(Array.isArray(e.classes)||e.classes instanceof st.ON)&&e.classes.includes(t),Ve=(t,e)=>"object"==typeof e&&null!==e&&"element"in e&&e.element===t,ze=t=>t({hasMethod:Fe,hasBasicElementProps:qe,primitiveEq:Le,isElementType:Ve,hasClass:$e}),Be=ze((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof st.W_||t(r)&&e(void 0,r))),De=ze((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof st.RP||t(r)&&e("string",r))),Ue=ze((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof st.VL||t(r)&&e("number",r))),We=ze((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof st.zr||t(r)&&e("null",r))),Ge=ze((({hasBasicElementProps:t,primitiveEq:e})=>r=>r instanceof st.hh||t(r)&&e("boolean",r))),Ke=ze((({hasBasicElementProps:t,primitiveEq:e,hasMethod:r})=>n=>n instanceof st.Sb||t(n)&&e("object",n)&&r("keys",n)&&r("values",n)&&r("items",n))),Ze=ze((({hasBasicElementProps:t,primitiveEq:e,hasMethod:r})=>n=>n instanceof st.ON&&!(n instanceof st.Sb)||t(n)&&e("array",n)&&r("push",n)&&r("unshift",n)&&r("map",n)&&r("reduce",n))),He=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof st.c6||t(n)&&e("member",n)&&r(void 0,n))),Xe=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof st.EA||t(n)&&e("link",n)&&r(void 0,n))),Je=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof st.tK||t(n)&&e("ref",n)&&r(void 0,n))),Ye=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof Jt||t(n)&&e("annotation",n)&&r("array",n))),Qe=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof Qt||t(n)&&e("comment",n)&&r("string",n))),tr=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ee||t(n)&&e("parseResult",n)&&r("array",n))),er=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ne||t(n)&&e("sourceMap",n)&&r("array",n))),rr=t=>Ve("object",t)||Ve("array",t)||Ve("boolean",t)||Ve("number",t)||Ve("string",t)||Ve("null",t)||Ve("member",t),nr=t=>er(t.meta.get("sourceMap")),sr=(t,e)=>{if(0===t.length)return!0;const r=e.attributes.get("symbols");return!!Ze(r)&&Re(Ce(r.toValue()),t)},ir=(t,e)=>0===t.length||Re(Ce(e.classes.toValue()),t);const or=class extends xe{constructor(t,e){super(t,e),void 0!==e&&(this.value=e.source)}};const ar=class extends or{};const cr=class extends or{},ur=(t,e={})=>{const{visited:r=new WeakMap}=e,n={...e,visited:r};if(r.has(t))return r.get(t);if(t instanceof st.KeyValuePair){const{key:e,value:s}=t,i=Be(e)?ur(e,n):e,o=Be(s)?ur(s,n):s,a=new st.KeyValuePair(i,o);return r.set(t,a),a}if(t instanceof st.rm){const e=t=>ur(t,n),s=[...t].map(e),i=new st.rm(s);return r.set(t,i),i}if(t instanceof st.O4){const e=t=>ur(t,n),s=[...t].map(e),i=new st.O4(s);return r.set(t,i),i}if(Be(t)){const e=pr(t);if(r.set(t,e),t.content)if(Be(t.content))e.content=ur(t.content,n);else if(t.content instanceof st.KeyValuePair)e.content=ur(t.content,n);else if(Array.isArray(t.content)){const r=t=>ur(t,n);e.content=t.content.map(r)}else e.content=t.content;else e.content=t.content;return e}throw new ar("Value provided to cloneDeep function couldn't be cloned",{value:t})};ur.safe=t=>{try{return ur(t)}catch{return t}};const lr=t=>{const{key:e,value:r}=t;return new st.KeyValuePair(e,r)},fr=t=>{const e=new t.constructor;if(e.element=t.element,t.meta.length>0&&(e._meta=ur(t.meta)),t.attributes.length>0&&(e._attributes=ur(t.attributes)),Be(t.content)){const r=t.content;e.content=fr(r)}else Array.isArray(t.content)?e.content=[...t.content]:t.content instanceof st.KeyValuePair?e.content=lr(t.content):e.content=t.content;return e},pr=t=>{if(t instanceof st.KeyValuePair)return lr(t);if(t instanceof st.rm)return(t=>{const e=[...t];return new st.rm(e)})(t);if(t instanceof st.O4)return(t=>{const e=[...t];return new st.O4(e)})(t);if(Be(t))return fr(t);throw new cr("Value provided to cloneShallow function couldn't be cloned",{value:t})};pr.safe=t=>{try{return pr(t)}catch{return t}};const hr=t=>Ke(t)?"ObjectElement":Ze(t)?"ArrayElement":He(t)?"MemberElement":De(t)?"StringElement":Ge(t)?"BooleanElement":Ue(t)?"NumberElement":We(t)?"NullElement":Xe(t)?"LinkElement":Je(t)?"RefElement":void 0,_r=t=>Be(t)?pr(t):Pe(t),dr=mt(hr,ce),mr={ObjectElement:["content"],ArrayElement:["content"],MemberElement:["key","value"],StringElement:[],BooleanElement:[],NumberElement:[],NullElement:[],RefElement:[],LinkElement:[],Annotation:[],Comment:[],ParseResultElement:["content"],SourceMap:["content"]},yr=(Ie({props:{result:[],predicate:Ne,returnOnTrue:void 0,returnOnFalse:void 0},init({predicate:t=this.predicate,returnOnTrue:e=this.returnOnTrue,returnOnFalse:r=this.returnOnFalse}={}){this.result=[],this.predicate=t,this.returnOnTrue=e,this.returnOnFalse=r},methods:{enter(t){return this.predicate(t)?(this.result.push(t),this.returnOnTrue):this.returnOnFalse}}}),(t,e,{keyMap:r=mr,...n}={})=>ke(t,e,{keyMap:r,nodeTypeGetter:hr,nodePredicate:dr,nodeCloneFn:_r,...n}));yr[Symbol.for("nodejs.util.promisify.custom")]=async(t,e,{keyMap:r=mr,...n}={})=>ke[Symbol.for("nodejs.util.promisify.custom")](t,e,{keyMap:r,nodeTypeGetter:hr,nodePredicate:dr,nodeCloneFn:_r,...n});const gr=_t(0,-1);const vr=o((function(t,e){return t.apply(this,e)}));const br=G(Wt);var wr=i((function(t){return null!=t&&"function"==typeof t["fantasy-land/empty"]?t["fantasy-land/empty"]():null!=t&&null!=t.constructor&&"function"==typeof t.constructor["fantasy-land/empty"]?t.constructor["fantasy-land/empty"]():null!=t&&"function"==typeof t.empty?t.empty():null!=t&&null!=t.constructor&&"function"==typeof t.constructor.empty?t.constructor.empty():y(t)?[]:l(t)?"":xt(t)?{}:C(t)?function(){return arguments}():function(t){var e=Object.prototype.toString.call(t);return"[object Uint8ClampedArray]"===e||"[object Int8Array]"===e||"[object Uint8Array]"===e||"[object Int16Array]"===e||"[object Uint16Array]"===e||"[object Int32Array]"===e||"[object Uint32Array]"===e||"[object Float32Array]"===e||"[object Float64Array]"===e||"[object BigInt64Array]"===e||"[object BigUint64Array]"===e}(t)?t.constructor.from(""):void 0}));const Er=wr;const xr=i((function(t){return null!=t&&Q(t,Er(t))}));const jr=Ct(M(1,Wt(Array.isArray)?Array.isArray:mt(X,gt("Array"))),xr);const Sr=M(3,(function(t,e,r){var n=Nt(t,r),s=Nt(gr(t),r);if(!br(n)&&!jr(t)){var i=at(n,s);return vr(i,e)}})),Ar=()=>({predicates:{...t},namespace:ae}),Or=(t,e,r={})=>{if(0===e.length)return t;const n=h(Ar,"toolboxCreator",r),s=h({},"visitorOptions",r),i=h(hr,"nodeTypeGetter",s),o=n(),a=e.map((t=>t(o))),c=((t,{visitFnGetter:e=je,nodeTypeGetter:r=Ae}={})=>{const n=new Array(t.length).fill(null);return{enter(s,...i){for(let o=0;o<t.length;o+=1)if(null===n[o]){const a=e(t[o],r(s),!1);if("function"==typeof a){const e=a.call(t[o],s,...i);if(!1===e)n[o]=s;else if(e===Se)n[o]=Se;else if(void 0!==e)return e}}},leave(s,...i){for(let o=0;o<t.length;o+=1)if(null===n[o]){const a=e(t[o],r(s),!0);if("function"==typeof a){const e=a.call(t[o],s,...i);if(e===Se)n[o]=Se;else if(void 0!==e&&!1!==e)return e}}else n[o]===s&&(n[o]=null)}}})(a.map(h({},"visitor")),{nodeTypeGetter:i});a.forEach(Sr(["pre"],[]));const u=yr(t,c,s);return a.forEach(Sr(["post"],[])),u},Pr=(t,{Type:e,plugins:r=[]})=>{const n=new e(t);return Or(n,r,{toolboxCreator:Ar,visitorOptions:{nodeTypeGetter:hr}})},kr=t=>(e,r={})=>Pr(e,{...r,Type:t});st.Sb.refract=kr(st.Sb),st.ON.refract=kr(st.ON),st.RP.refract=kr(st.RP),st.hh.refract=kr(st.hh),st.zr.refract=kr(st.zr),st.VL.refract=kr(st.VL),st.EA.refract=kr(st.EA),st.tK.refract=kr(st.tK),Jt.refract=kr(Jt),Qt.refract=kr(Qt),ee.refract=kr(ee),ne.refract=kr(ne);const Ir=class{hasError=!1;children=[];constructor(t){this.type=t.nodeType,this.startPosition=t.startPosition,this.endPosition=t.endPosition,this.startIndex=t.startIndex,this.endIndex=t.endIndex,this.text=t.nodeText,this.isNamed=t.nodeIsNamed,this.isMissing=t.nodeIsMissing}get keyNode(){if("pair"===this.type)return this.children.find((t=>"key"===t.fieldName))}get valueNode(){if("pair"===this.type)return this.children.find((t=>"value"===t.fieldName))}setFieldName(t){return"function"==typeof t.currentFieldName?this.fieldName=t.currentFieldName():this.fieldName=t.currentFieldName,this}setHasError(t){return"function"==typeof t.currentNode?this.hasError=t.currentNode().hasError():this.hasError=t.currentNode.hasError(),this}pushChildren(...t){this.children.push(...t)}},Nr=Ie({props:{sourceMap:!1,annotations:[]},init(){this.annotations=[];const t=(t,e)=>{if(!this.sourceMap)return;const r=new ne,n=(t=>{const e=new st.ON([t.startPosition.row,t.startPosition.column,t.startIndex]),r=new st.ON([t.endPosition.row,t.endPosition.column,t.endIndex]);return e.classes.push("position"),r.classes.push("position"),[e,r]})(t);if(null!==n){const[t,e]=n;r.push(t),r.push(e)}r.astNode=t,e.meta.set("sourceMap",r)};this.enter=function(e){if(e instanceof Ir&&!e.isNamed&&e.isMissing){const r=e.type||e.text,n=new Jt(`(Missing ${r})`);n.classes.push("warning"),t(e,n),this.annotations.push(n)}return null},this.document=function(e){const r=new ee;return r._content=e.children,t(e,r),r},this.ParseResultElement={leave(t){const e=t.findElements(rr);if(e.length>0){e[0].classes.push("result")}this.annotations.forEach((e=>{t.push(e)})),this.annotations=[]}},this.object=function(e){const r=new st.Sb;return r._content=e.children,t(e,r),r},this.array=function(e){const r=new st.ON;return r._content=e.children,t(e,r),r},this.pair=function(e){const r=new st.c6;return r.content.key=e.keyNode,r.content.value=e.valueNode,t(e,r),e.children.length>3&&e.children.filter((t=>"ERROR"===t.type)).forEach((t=>{this.ERROR(t,e,[],[e])})),r},this.string=function(e){const r=new st.RP(JSON.parse(e.text));return t(e,r),r},this.number=function(e){const r=new st.VL(Number(e.text));return t(e,r),r},this.null=function(e){const r=new st.zr;return t(e,r),r},this.true=function(e){const r=new st.hh(!0);return t(e,r),r},this.false=function(e){const r=new st.hh(!1);return t(e,r),r},this.ERROR=function(e,r,n,s){const i=!e.hasError,o=e.text,a=new Jt(i?`(Unexpected ${o})`:`(Error ${o})`);if(a.classes.push("error"),t(e,a),0===s.length){const t=new ee;return t.push(a),t}return this.annotations.push(a),null}}}),Mr=Nr;class Tr{constructor(t){this.cursor=t}document(){return new Ir(this.cursor)}object(){return new Ir(this.cursor).setFieldName(this.cursor)}array(){return new Ir(this.cursor).setFieldName(this.cursor)}pair(){return new Ir(this.cursor)}string(){return new Ir(this.cursor).setFieldName(this.cursor)}number(){return new Ir(this.cursor).setFieldName(this.cursor)}null(){return new Ir(this.cursor).setFieldName(this.cursor)}true(){return new Ir(this.cursor).setFieldName(this.cursor)}false(){return new Ir(this.cursor).setFieldName(this.cursor)}ERROR(){return new Ir(this.cursor).setHasError(this.cursor)}*[Symbol.iterator](){let t;if(t=this.cursor.nodeType in this?this[this.cursor.nodeType]():new Ir(this.cursor),this.cursor.gotoFirstChild()){const[e]=new Tr(this.cursor);for(t.pushChildren(e);this.cursor.gotoNextSibling();){const e=new Tr(this.cursor);t.pushChildren(...e)}this.cursor.gotoParent()}yield t}}const Rr=Tr,Cr={document:["children"],object:["children"],array:["children"],string:["children"],property:["children"],key:["children"],error:["children"],...mr},Fr=t=>tr(t)?"ParseResultElement":Be(t)?hr(t):Ae(t),qr=t=>Be(t)||Oe(t),Lr=(t,{sourceMap:e=!1}={})=>{const r=Mr(),n=t.walk(),s=[...new Rr(n)].at(0);return ke(s,r,{keyMap:Cr,nodeTypeGetter:Fr,nodePredicate:qr,state:{sourceMap:e}})},$r=Ie({statics:{type:"point"},props:{type:"point",row:null,column:null,char:null},init({row:t=null,column:e=null,char:r=null}={}){this.row=t,this.column=e,this.char=r}}),Vr=Ie({statics:{type:"position"},props:{type:"position",start:null,end:null},init({start:t=null,end:e=null}={}){this.start=t,this.end=e}}),zr=Ie({props:{type:null,position:null,children:[]},init({children:t=[],position:e=null,isMissing:r=!1}={},{stamp:n={}}){this.type=n.type,this.isMissing=r,this.children=t,this.position=e},methods:{clone(){const t=Object.create(Object.getPrototypeOf(this));return Object.getOwnPropertyNames(this).forEach((e=>{const r=Object.getOwnPropertyDescriptor(this,e);Object.defineProperty(t,e,r)})),t}}}),Br=Ie(zr,{statics:{type:"literal"},props:{value:null},init({value:t=null}={}){this.value=t}});const Dr=f(0),Ur=Ie(zr),Wr=Ie(Ur,{statics:{type:"document"},methods:{get child(){return Dr(this.children)}}}),Gr=Ie(zr,{statics:{type:"parseResult"},methods:{get rootNode(){return Dr(this.children)}}}),Kr=(t,e)=>(null==e?void 0:e.type)===t,Zr=(Kr.bind(void 0,"literal"),Kr.bind(void 0,"position"),Kr.bind(void 0,"point"),Kr.bind(void 0,"parseResult"),Kr.bind(void 0,"document"),Kr.bind(void 0,"string")),Hr=Kr.bind(void 0,"false"),Xr=Kr.bind(void 0,"true"),Jr=Kr.bind(void 0,"null"),Yr=Kr.bind(void 0,"number"),Qr=Kr.bind(void 0,"array"),tn=Kr.bind(void 0,"object"),en=Kr.bind(void 0,"stringContent"),rn=Kr.bind(void 0,"escapeSequence"),nn=Kr.bind(void 0,"property"),sn=Kr.bind(void 0,"key"),on=Ie(Ur,{statics:{type:"object"},methods:{get properties(){return this.children.filter(nn)}}}),an=Ie(Ur,{statics:{type:"string"},methods:{get value(){return 1===this.children.length?this.children[0].value:this.children.filter((t=>en(t)||rn(t))).reduce(((t,e)=>t+e.value),"")}}}),cn=Ie(an,{statics:{type:"key"}}),un=Ie(Ur,{statics:{type:"property"},methods:{get key(){return this.children.find(sn)},get value(){return this.children.find((t=>Hr(t)||Xr(t)||Jr(t)||Yr(t)||Zr(t)||Qr(t)||tn(t)))}}}),ln=Ie(Ur,{statics:{type:"array"},methods:{get items(){return this.children.filter((t=>Hr(t)||Xr(t)||Jr(t)||Yr(t)||Zr(t)||Qr(t)||tn))}}}),fn=Ie(Ur,{statics:{type:"value"},props:{value:null},init({value:t=null}={}){this.value=t}}),pn=Ie(fn,{statics:{type:"stringContent"}}),hn=Ie(fn,{statics:{type:"number"}}),_n=Ie(fn,{statics:{type:"null"}}),dn=Ie(fn,{statics:{type:"true"}}),mn=Ie(fn,{statics:{type:"false"}}),yn=Ie(zr,{statics:{type:"error"},props:{value:null,isUnexpected:!1},init({value:t=null,isUnexpected:e=!1}={}){this.value=t,this.isUnexpected=e}}),gn={document:["children"],object:["children"],array:["children"],string:["children"],property:["children"],key:["children"],error:["children"]},vn=Ie({init(){const t=t=>{const e=$r({row:t.startPosition.row,column:t.startPosition.column,char:t.startIndex}),r=$r({row:t.endPosition.row,column:t.endPosition.column,char:t.endIndex});return Vr({start:e,end:r})};this.enter=function(e){if(e instanceof Ir&&!e.isNamed){const r=t(e),n=e.type||e.text,{isMissing:s}=e;return Br({value:n,position:r,isMissing:s})}},this.document={enter(e){const r=t(e);return Wr({children:e.children,position:r,isMissing:e.isMissing})},leave:t=>Gr({children:[t]})},this.object=function(e){const r=t(e);return on({children:e.children,position:r,isMissing:e.isMissing})},this.pair=function(e){const r=t(e),n=e.children.slice(1),{keyNode:s}=e,i=cn({children:(null==s?void 0:s.children)||[],position:null!=s?t(s):null,isMissing:null!=s&&s.isMissing});return un({children:[i,...n],position:r,isMissing:e.isMissing})},this.array=function(e){const r=t(e);return ln({children:e.children,position:r,isMissing:e.isMissing})},this.string=function(e){const r=t(e),n=pn({value:JSON.parse(e.text)});return an({children:[n],position:r,isMissing:e.isMissing})},this.number=function(e){const r=t(e),n=e.text;return hn({value:n,position:r,isMissing:e.isMissing})},this.null=function(e){const r=t(e),n=e.text;return _n({value:n,position:r,isMissing:e.isMissing})},this.true=function(e){const r=t(e),n=e.text;return dn({value:n,position:r,isMissing:e.isMissing})},this.false=function(e){const r=t(e),n=e.text;return mn({value:n,position:r,isMissing:e.isMissing})},this.ERROR=function(e,r,n,s){const i=t(e),o=yn({children:e.children,position:i,isUnexpected:!e.hasError,isMissing:e.isMissing,value:e.text});return 0===s.length?Gr({children:[o]}):o}}}),bn=vn,wn={[Gr.type]:["children"],[Wr.type]:["children"],[on.type]:["children"],[un.type]:["children"],[ln.type]:["children"],[yn.type]:["children"],...mr},En=t=>tr(t)?"ParseResultElement":Be(t)?hr(t):Ae(t),xn=t=>Be(t)||Oe(t),jn=Ie({props:{sourceMap:!1,annotations:[]},init(){this.annotation=[];const t=(t,e)=>{if(!this.sourceMap)return;const r=new ne;r.position=t.position,r.astNode=t,e.meta.set("sourceMap",r)};this.document=function(t){const e=new ee;return e._content=t.children,e},this.ParseResultElement={leave(t){const e=t.findElements(rr);if(e.length>0){e[0].classes.push("result")}this.annotations.forEach((e=>{t.push(e)})),this.annotations=[]}},this.object=function(e){const r=new st.Sb;return r._content=e.children,t(e,r),r},this.property=function(e){const r=new st.c6;return r.content.key=e.key,r.content.value=e.value,t(e,r),e.children.length>3&&e.children.filter((t=>"error"===t.type)).forEach((t=>{this.error(t,e,[],[e])})),r},this.key=function(e){const r=new st.RP(e.value);return t(e,r),r},this.array=function(e){const r=new st.ON;return r._content=e.children,t(e,r),r},this.string=function(e){const r=new st.RP(e.value);return t(e,r),r},this.number=function(e){const r=new st.VL(Number(e.value));return t(e,r),r},this.null=function(e){const r=new st.zr;return t(e,r),r},this.true=function(e){const r=new st.hh(!0);return t(e,r),r},this.false=function(e){const r=new st.hh(!1);return t(e,r),r},this.literal=function(e){if(e.isMissing){const r=`(Missing ${e.value})`,n=new Jt(r);n.classes.push("warning"),t(e,n),this.annotations.push(n)}return null},this.error=function(e,r,n,s){const i=e.isUnexpected?`(Unexpected ${e.value})`:`(Error ${e.value})`,o=new Jt(i);if(o.classes.push("error"),t(e,o),0===s.length){const t=new ee;return t.push(o),t}return this.annotations.push(o),null}}}),Sn=jn,An=(t,{sourceMap:e=!1}={})=>{const r=t.walk(),n=[...new Rr(r)].at(0),s=bn(),i=Sn(),o=ke(n,s,{keyMap:gn,state:{sourceMap:e}});return ke(o.rootNode,i,{keyMap:wn,nodeTypeGetter:En,nodePredicate:xn,state:{sourceMap:e}})},On=(oe(),/(?<true>^\s*true\s*$)|(?<false>^\s*false\s*$)|(?<null>^\s*null\s*$)|(?<number>^\s*\d+\s*$)|(?<object>^\s*{\s*)|(?<array>^\s*\[\s*)|(?<string>^\s*"(((?=\\)\\(["\\/bfnrt]|u[0-9a-fA-F]{4}))|[^"\\\x00-\x1F\x7F])*"\s*$)/);const Pn=o((function(t,e){return m((function(r,n){return r[n]=t(e[n],n,e),r}),{},z(e))}));const kn=o((function(t,e){if(0===t.length||pe(e))return!1;for(var r=e,n=0;n<t.length;){if(pe(r)||!T(t[n],r))return!1;r=r[t[n]],n+=1}return!0}));var In=o((function(t,e){return kn([t],e)}));const Nn=In;const Mn=a((function(t,e,r){return t(p(e,r))}));const Tn=i((function(t){return M(t.length,t)}));const Rn=o((function(t,e){return M(t+1,(function(){var r=arguments[t];if(null!=r&&Tt(r[e]))return r[e].apply(r,Array.prototype.slice.call(arguments,0,t));throw new TypeError(kt(r)+' does not have a method named "'+e+'"')}))}));const Cn=Rn(1,"split");var Fn=function(){function t(t,e){this.xf=e,this.f=t}return t.prototype["@@transducer/init"]=A,t.prototype["@@transducer/result"]=O,t.prototype["@@transducer/step"]=function(t,e){if(this.f){if(this.f(e))return t;this.f=null}return this.xf["@@transducer/step"](t,e)},t}();function qn(t){return function(e){return new Fn(t,e)}}const Ln=o(j(["dropWhile"],qn,(function(t,e){for(var r=0,n=e.length;r<n&&t(e[r]);)r+=1;return _t(r,1/0,e)})));const $n=Rn(1,"join");const Vn=Tn((function(t,e){return mt(Cn(""),Ln(Ce(t)),$n(""))(e)})),zn=(t,e)=>{const r=c(t,e);return Pn((t=>{if(Ht(t)&&Nn("$ref",t)&&Mn(ce,"$ref",t)){const e=Nt(["$ref"],t),n=Vn("#/",e);return Nt(n.split("/"),r)}return Ht(t)?zn(t,r):t}),t)},Bn=Ie({props:{element:null},methods:{copyMetaAndAttributes(t,e){nr(t)&&e.meta.set("sourceMap",t.meta.get("sourceMap"))}}}),Dn=Ie(Bn,{methods:{enter(t){return this.element=ur(t),Se}}});const Un=function(){return!0},Wn=t=>"string"==typeof(null==t?void 0:t.type)?t.type:hr(t),Gn={EphemeralObject:["content"],EphemeralArray:["content"],...mr},Kn=(t,e,{keyMap:r=Gn,...n}={})=>yr(t,e,{keyMap:r,nodeTypeGetter:Wn,nodePredicate:Un,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...n});Kn[Symbol.for("nodejs.util.promisify.custom")]=async(t,{keyMap:e=Gn,...r}={})=>yr[Symbol.for("nodejs.util.promisify.custom")](t,visitor,{keyMap:e,nodeTypeGetter:Wn,nodePredicate:Un,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...r});const Zn=class{type="EphemeralArray";content=[];reference=void 0;constructor(t){this.content=t,this.reference=[]}toReference(){return this.reference}toArray(){return this.reference.push(...this.content),this.reference}};const Hn=class{type="EphemeralObject";content=[];reference=void 0;constructor(t){this.content=t,this.reference={}}toReference(){return this.reference}toObject(){return Object.assign(this.reference,Object.fromEntries(this.content))}},Xn=Ie.init((function(){const t=new WeakMap;this.BooleanElement=function(t){return t.toValue()},this.NumberElement=function(t){return t.toValue()},this.StringElement=function(t){return t.toValue()},this.NullElement=function(){return null},this.ObjectElement={enter(e){if(t.has(e))return t.get(e).toReference();const r=new Hn(e.content);return t.set(e,r),r}},this.EphemeralObject={leave:t=>t.toObject()},this.MemberElement={enter:t=>[t.key,t.value]},this.ArrayElement={enter(e){if(t.has(e))return t.get(e).toReference();const r=new Zn(e.content);return t.set(e,r),r}},this.EphemeralArray={leave:t=>t.toArray()}})),Jn=t=>Be(t)?De(t)||Ue(t)||Ge(t)||We(t)?t.toValue():Kn(t,Xn()):t;const Yn=o((function(t,e){for(var r={},n=0;n<t.length;)t[n]in e&&(r[t[n]]=e[t[n]]),n+=1;return r})),Qn=t=>{if(Be(t))return`${t.element.charAt(0).toUpperCase()+t.element.slice(1)}Element`},ts={MainElement:["content"],InfoElement:["content"],PrincipleElement:["content"],StandardElement:["content"],ScenarioElement:["content"],RequirementElement:["content"],StandardIdentifierElement:["content"],RequirementLevelElement:[],...mr},es=Ie(Bn,{props:{specObj:null},init({specObj:t=this.specObj}){this.specObj=t},methods:{retrievePassingOptions(){return Yn(["namespace","specObj"],this)},retrieveFixedFields(t){const e=Nt(["visitors",...t,"fixedFields"],this.specObj);return"object"==typeof e&&null!==e?Object.keys(e):[]},retrieveVisitor(t){return Mt(Wt,["visitors",...t],this.specObj)?Nt(["visitors",...t],this.specObj):Nt(["visitors",...t,"$visitor"],this.specObj)},retrieveVisitorInstance(t,e={}){const r=this.retrievePassingOptions();return this.retrieveVisitor(t)({...r,...e})},toRefractedElement(t,e,r={}){const n=this.retrieveVisitorInstance(t,r),s=Object.getPrototypeOf(n);return rt(this.fallbackVisitorPrototype)&&(this.fallbackVisitorPrototype=Object.getPrototypeOf(this.retrieveVisitorInstance(["value"]))),this.fallbackVisitorPrototype===s?ur(e):(yr(e,n,{keyMap:ts,...r,nodeTypeGetter:Qn}),n.element)}}});class rs extends st.RP{constructor(t,e,r){super(t,e,r),this.element="requirementLevel"}}const ns=rs,ss=Ie(es,Dn,{methods:{StringElement(t){const e=new ns(Jn(t));return this.copyMetaAndAttributes(t,e),this.element=e,Se}}});class is extends st.ON{constructor(t,e,r){super(t,e,r),this.element="standardIdentifier"}}const os=is,as=Ie(es,Dn,{init(){this.element=new os},methods:{ArrayElement(t){return t.forEach((t=>{const e=this.toRefractedElement(["document","objects","StandardIdentifier"],t);this.element.push(e)})),this.copyMetaAndAttributes(t,this.element),Se}}});class cs extends st.Sb{constructor(t,e,r){super(t,e,r),this.element="requirement"}get subject(){return this.get("subject")}set subject(t){this.set("subject",t)}get level(){return this.get("level")}set level(t){this.set("level",t)}get values(){return this.get("values")}set values(t){this.set("values",t)}get follows(){return this.get("follows")}set follows(t){this.set("follows",t)}}const us=cs;const ls=Ie(es,{props:{specPath:tt(et()),ignoredFields:[]},init({specPath:t=this.specPath,ignoredFields:e=this.ignoredFields}={}){this.specPath=t,this.ignoredFields=e},methods:{ObjectElement(t){const e=this.specPath(t),r=this.retrieveFixedFields(e);return t.forEach(((t,n,s)=>{if(De(n)&&r.includes(Jn(n))&&!this.ignoredFields.includes(Jn(n))){const r=this.toRefractedElement([...e,"fixedFields",Jn(n)],t),i=new st.c6(ur(n),r);i.classes.push("fixed-field"),this.copyMetaAndAttributes(s,i),this.element.content.push(i)}else this.ignoredFields.includes(Jn(n))||this.element.content.push(ur(s))})),this.copyMetaAndAttributes(t,this.element),Se}}}),fs=Ie(ls,Dn,{props:{specPath:tt(["document","objects","Requirement"])},init(){this.element=new us}}),ps=Dn,hs=Dn;class _s extends st.Sb{constructor(t,e,r){super(t,e,r),this.element="scenario"}get description(){return this.get("description")}set description(t){this.set("description",t)}get when(){return this.get("when")}set when(t){this.set("when",t)}get then(){return this.get("then")}set then(t){this.set("then",t)}}const ds=_s,ms=Ie(ls,Dn,{props:{specPath:tt(["document","objects","Scenario"])},init(){this.element=new ds}}),ys=Dn,gs=Ie(es,Dn,{init(){this.element=new st.ON,this.element.classes.push("scenario-then")},methods:{ArrayElement(t){return t.forEach((t=>{const e=this.toRefractedElement(["document","objects","Requirement"],t);this.element.push(e)})),this.copyMetaAndAttributes(t,this.element),Se}}});class vs extends st.Sb{constructor(t,e,r){super(t,e,r),this.element="standard"}get name(){return this.get("name")}set name(t){this.set("name",t)}get description(){return this.get("description")}set description(t){this.set("description",t)}get iri(){return this.get("iri")}set iri(t){this.set("iri",t)}get level(){return this.get("level")}set level(t){this.set("level",t)}}const bs=vs,ws=Ie(ls,Dn,{props:{specPath:tt(["document","objects","Standard"])},init(){this.element=new bs}}),Es=Dn,xs=Dn,js=Dn;class Ss extends st.Sb{constructor(t,e,r){super(t,e,r),this.element="principle"}get name(){return this.get("name")}set name(t){this.set("name",t)}get description(){return this.get("description")}set description(t){this.set("description",t)}get iri(){return this.get("iri")}set iri(t){this.set("iri",t)}get level(){return this.get("level")}set level(t){this.set("level",t)}}const As=Ss,Os=Ie(ls,Dn,{props:{specPath:tt(["document","objects","Principle"])},init(){this.element=new As}}),Ps=Dn,ks=Dn,Is=Dn;class Ns extends st.Sb{constructor(t,e,r){super(t,e,r),this.element="info"}get title(){return this.get("title")}set title(t){this.set("title",t)}get description(){return this.get("description")}set description(t){this.set("description",t)}}const Ms=Ns,Ts=Ie(ls,Dn,{props:{specPath:tt(["document","objects","Info"])},init(){this.element=new Ms}}),Rs=Dn,Cs=Dn;class Fs extends st.Sb{constructor(t,e,r){super(t,e,r),this.element="main",this.classes.push("api")}get version(){return this.get("version")}set version(t){this.set("version",t)}get info(){return this.get("info")}set info(t){this.set("info",t)}get principles(){return this.get("principles")}set principles(t){this.set("principles",t)}get standards(){return this.get("standards")}set standards(t){this.set("standards",t)}get scenarios(){return this.get("scenarios")}set scenarios(t){this.set("scenarios",t)}}const qs=Fs,Ls={visitors:{value:Dn,document:{objects:{Main:{$visitor:Ie(ls,Dn,{props:{specPath:tt(["document","objects","Main"])},init(){this.element=new qs}}),fixedFields:{version:Dn,info:{$ref:"#/visitors/document/objects/Info"},principles:Ie(es,Dn,{init(){this.element=new st.ON,this.element.classes.push("main-principles")},methods:{ArrayElement(t){return t.forEach((t=>{const e=this.toRefractedElement(["document","objects","Principle"],t);this.element.push(e)})),this.copyMetaAndAttributes(t,this.element),Se}}}),standards:Ie(es,Dn,{init(){this.element=new st.ON,this.element.classes.push("main-standards")},methods:{ArrayElement(t){return t.forEach((t=>{const e=this.toRefractedElement(["document","objects","Standard"],t);this.element.push(e)})),this.copyMetaAndAttributes(t,this.element),Se}}}),scenarios:Ie(es,Dn,{init(){this.element=new st.ON,this.element.classes.push("main-scenarios")},methods:{ArrayElement(t){return t.forEach((t=>{const e=this.toRefractedElement(["document","objects","Scenario"],t);this.element.push(e)})),this.copyMetaAndAttributes(t,this.element),Se}}})}},Info:{$visitor:Ts,fixedFields:{title:Rs,description:Cs}},Principle:{$visitor:Os,fixedFields:{name:Ps,description:ks,iri:Is,level:{$ref:"#/visitors/document/objects/RequirementLevel"}}},Standard:{$visitor:ws,fixedFields:{name:Es,description:xs,level:{$ref:"#/visitors/document/objects/RequirementLevel"},iri:js}},Scenario:{$visitor:ms,fixedFields:{description:ys,when:{$ref:"#/visitors/document/objects/StandardIdentifier"},then:gs}},Requirement:{$visitor:fs,fixedFields:{subject:{$ref:"#/visitors/document/objects/StandardIdentifier"},level:{$ref:"#/visitors/document/objects/RequirementLevel"},values:ps,follows:hs}},StandardIdentifier:as,RequirementLevel:ss}}}},$s=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof qs||t(n)&&e("main",n)&&r("object",n))),Vs=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof Ms||t(n)&&e("info",n)&&r("object",n))),zs=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof As||t(n)&&e("principle",n)&&r("object",n))),Bs=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof us||t(n)&&e("requirement",n)&&r("object",n))),Ds=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ns||t(n)&&e("requirementLevel",n)&&r("string",n))),Us=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof ds||t(n)&&e("scenario",n)&&r("object",n))),Ws=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof bs||t(n)&&e("standard",n)&&r("object",n))),Gs=ze((({hasBasicElementProps:t,isElementType:e,primitiveEq:r})=>n=>n instanceof os||t(n)&&e("standardIdentifier",n)&&r("array",n))),Ks={namespace:t=>{const{base:e}=t;return e.register("info",Ms),e.register("main",qs),e.register("principle",As),e.register("requirement",us),e.register("requirementLevel",ns),e.register("scenario",ds),e.register("standard",bs),e.register("standardIdentifier",os),e}},Zs=()=>{const t=oe(Ks);return{predicates:{...e,isStringElement:De},namespace:t}},Hs=(t,{specPath:e=["visitors","document","objects","Main","$visitor"],plugins:r=[]}={})=>{const n=(0,st.Qc)(t),s=zn(Ls),i=Sr(e,[],s);return yr(n,i,{state:{specObj:s}}),Or(i.element,r,{toolboxCreator:Zs,visitorOptions:{keyMap:ts,nodeTypeGetter:Qn}})},Xs=t=>(e,r={})=>Hs(e,{...r,specPath:t});qs.refract=Xs(["visitors","document","objects","Main","$visitor"]),Ms.refract=Xs(["visitors","document","objects","Info","$visitor"]),As.refract=Xs(["visitors","document","objects","Principle","$visitor"]),us.refract=Xs(["visitors","document","objects","Requirement","$visitor"]),ns.refract=Xs(["visitors","document","objects","RequirementLevel","$visitor"]),ds.refract=Xs(["visitors","document","objects","Scenario","$visitor"]),bs.refract=Xs(["visitors","document","objects","Standards","$visitor"]),os.refract=Xs(["visitors","document","objects","StandardIdentifier","$visitor"]);const Js=f(-1);const Ys=class extends ge{};const Qs=class extends Ys{};const ti=class extends Array{unknownMediaType="application/octet-stream";filterByFormat(){throw new Qs("filterByFormat method in MediaTypes class is not yet implemented.")}findBy(){throw new Qs("findBy method in MediaTypes class is not yet implemented.")}latest(){throw new Qs("latest method in MediaTypes class is not yet implemented.")}};class ei extends ti{filterByFormat(t="generic"){const e="generic"===t?"apidesignsystems;version":t;return this.filter((t=>t.includes(e)))}findBy(t="2021-05-07",e="generic"){const r="generic"===e?`apidesignsystems;version=${t}`:`apidesignsystems+${e};version=${t}`;return this.find((t=>t.includes(r)))||this.unknownMediaType}latest(t="generic"){return Js(this.filterByFormat(t))}}const ri=new ei("application/vnd.aai.apidesignsystems;version=2021-05-07","application/vnd.aai.apidesignsystems+json;version=2021-05-07","application/vnd.aai.apidesignsystems+yaml;version=2021-05-07"),ni=new ei(...ri.filterByFormat("generic"),...ri.filterByFormat("json")),si=/"version"\s*:\s*"(?<version_json>2021-05-07)"/,ii=async t=>si.test(t)&&await(async t=>{if(!On.test(t))return!1;try{return"ERROR"!==(await Ee(t)).rootNode.type}catch{return!1}})(t),oi=async(t,e={})=>{const r=h({},"refractorOpts",e),n=d(["refractorOpts"],e),s=await(async(t,{sourceMap:e=!1,syntacticAnalysis:r="direct"}={})=>{const n=await Ee(t);let s;return s="indirect"===r?An(n,{sourceMap:e}):Lr(n,{sourceMap:e}),s})(t,n),{result:i}=s;if(nt(i)){const t=qs.refract(i,r);t.classes.push("result"),s.replaceResult(t)}return s},ai=oe(Ks)})(),n})()));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swagger-api/apidom-parser-adapter-api-design-systems-json",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.80.0",
|
|
4
4
|
"description": "Parser adapter for parsing JSON documents into API Design Systems namespace.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@babel/runtime-corejs3": "^7.20.7",
|
|
41
|
-
"@swagger-api/apidom-core": "^0.
|
|
42
|
-
"@swagger-api/apidom-ns-api-design-systems": "^0.
|
|
43
|
-
"@swagger-api/apidom-parser-adapter-json": "^0.
|
|
41
|
+
"@swagger-api/apidom-core": "^0.80.0",
|
|
42
|
+
"@swagger-api/apidom-ns-api-design-systems": "^0.80.0",
|
|
43
|
+
"@swagger-api/apidom-parser-adapter-json": "^0.80.0",
|
|
44
44
|
"@types/ramda": "~0.29.6",
|
|
45
45
|
"ramda": "~0.29.0",
|
|
46
46
|
"ramda-adjunct": "^4.0.0"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"README.md",
|
|
56
56
|
"CHANGELOG.md"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "c959dedb5900d9d6ec2ba64aebc30a999d61b696"
|
|
59
59
|
}
|