@swagger-api/apidom-parser-adapter-json 0.69.3 → 0.70.1
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 +8 -0
- package/dist/3055f0c5f4843ded29b10894f35a54d2.wasm +0 -0
- package/dist/{7c7ca323880d9fa6e48d1d1b2e78e140.wasm → 6d9fed5aefa3863691924a69721182bc.wasm} +0 -0
- package/dist/apidom-parser-adapter-json.browser.js +400 -500
- package/dist/apidom-parser-adapter-json.browser.min.js +1 -1
- package/package.json +11 -11
- package/wasm/tree-sitter-json.wasm +0 -0
- package/dist/fba0b3cc0d7ee926ea482deee298a5fe.wasm +0 -0
|
@@ -17,9 +17,9 @@ return /******/ (() => { // webpackBootstrap
|
|
|
17
17
|
"use strict";
|
|
18
18
|
__webpack_require__.r(__webpack_exports__);
|
|
19
19
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
20
|
-
/* harmony export */
|
|
21
|
-
/* harmony export */
|
|
22
|
-
/* harmony export */
|
|
20
|
+
/* harmony export */ detectionRegExp: () => (/* binding */ detectionRegExp),
|
|
21
|
+
/* harmony export */ mediaTypes: () => (/* reexport safe */ _media_types__WEBPACK_IMPORTED_MODULE_0__["default"]),
|
|
22
|
+
/* harmony export */ namespace: () => (/* binding */ namespace)
|
|
23
23
|
/* harmony export */ });
|
|
24
24
|
/* harmony import */ var _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(25941);
|
|
25
25
|
/* harmony import */ var _media_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(24989);
|
|
@@ -88,7 +88,7 @@ const analyze = async source => {
|
|
|
88
88
|
"use strict";
|
|
89
89
|
__webpack_require__.r(__webpack_exports__);
|
|
90
90
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
91
|
-
/* harmony export */
|
|
91
|
+
/* harmony export */ JSONMediaTypes: () => (/* binding */ JSONMediaTypes),
|
|
92
92
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
93
93
|
/* harmony export */ });
|
|
94
94
|
/* harmony import */ var _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(40324);
|
|
@@ -405,7 +405,7 @@ const analyze = function (cst) {
|
|
|
405
405
|
__webpack_require__.r(__webpack_exports__);
|
|
406
406
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
407
407
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
408
|
-
/* harmony export */
|
|
408
|
+
/* harmony export */ keyMap: () => (/* binding */ keyMap)
|
|
409
409
|
/* harmony export */ });
|
|
410
410
|
/* harmony import */ var stampit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(86591);
|
|
411
411
|
/* harmony import */ var stampit__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(stampit__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -616,9 +616,9 @@ const CstVisitor = stampit__WEBPACK_IMPORTED_MODULE_0___default()({
|
|
|
616
616
|
__webpack_require__.r(__webpack_exports__);
|
|
617
617
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
618
618
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
619
|
-
/* harmony export */
|
|
620
|
-
/* harmony export */
|
|
621
|
-
/* harmony export */
|
|
619
|
+
/* harmony export */ getNodeType: () => (/* binding */ getNodeType),
|
|
620
|
+
/* harmony export */ isNode: () => (/* binding */ isNode),
|
|
621
|
+
/* harmony export */ keyMap: () => (/* binding */ keyMap)
|
|
622
622
|
/* harmony export */ });
|
|
623
623
|
/* harmony import */ var _babel_runtime_corejs3_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28936);
|
|
624
624
|
/* harmony import */ var stampit__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(86591);
|
|
@@ -1009,62 +1009,6 @@ var WrappedWellKnownSymbolModule = __webpack_require__(89207);
|
|
|
1009
1009
|
module.exports = WrappedWellKnownSymbolModule.f('toPrimitive');
|
|
1010
1010
|
|
|
1011
1011
|
|
|
1012
|
-
/***/ }),
|
|
1013
|
-
|
|
1014
|
-
/***/ 75159:
|
|
1015
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1016
|
-
|
|
1017
|
-
module.exports = __webpack_require__(32747);
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
/***/ }),
|
|
1021
|
-
|
|
1022
|
-
/***/ 8026:
|
|
1023
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1024
|
-
|
|
1025
|
-
module.exports = __webpack_require__(90229);
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
/***/ }),
|
|
1029
|
-
|
|
1030
|
-
/***/ 61903:
|
|
1031
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1032
|
-
|
|
1033
|
-
module.exports = __webpack_require__(75090);
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
/***/ }),
|
|
1037
|
-
|
|
1038
|
-
/***/ 60902:
|
|
1039
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1040
|
-
|
|
1041
|
-
module.exports = __webpack_require__(45483);
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
/***/ }),
|
|
1045
|
-
|
|
1046
|
-
/***/ 59256:
|
|
1047
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1048
|
-
|
|
1049
|
-
module.exports = __webpack_require__(82185);
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
/***/ }),
|
|
1053
|
-
|
|
1054
|
-
/***/ 95659:
|
|
1055
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1056
|
-
|
|
1057
|
-
module.exports = __webpack_require__(39982);
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
/***/ }),
|
|
1061
|
-
|
|
1062
|
-
/***/ 93698:
|
|
1063
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1064
|
-
|
|
1065
|
-
module.exports = __webpack_require__(88241);
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
1012
|
/***/ }),
|
|
1069
1013
|
|
|
1070
1014
|
/***/ 32747:
|
|
@@ -2128,7 +2072,7 @@ module.exports = function (V, P) {
|
|
|
2128
2072
|
/***/ }),
|
|
2129
2073
|
|
|
2130
2074
|
/***/ 98576:
|
|
2131
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__)
|
|
2075
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
2132
2076
|
|
|
2133
2077
|
var check = function (it) {
|
|
2134
2078
|
return it && it.Math == Math && it;
|
|
@@ -2143,7 +2087,7 @@ module.exports =
|
|
|
2143
2087
|
check(typeof self == 'object' && self) ||
|
|
2144
2088
|
check(typeof __webpack_require__.g == 'object' && __webpack_require__.g) ||
|
|
2145
2089
|
// eslint-disable-next-line no-new-func -- fallback
|
|
2146
|
-
(function () { return this; })() || Function('return this')();
|
|
2090
|
+
(function () { return this; })() || this || Function('return this')();
|
|
2147
2091
|
|
|
2148
2092
|
|
|
2149
2093
|
/***/ }),
|
|
@@ -3245,10 +3189,10 @@ var store = __webpack_require__(46434);
|
|
|
3245
3189
|
(module.exports = function (key, value) {
|
|
3246
3190
|
return store[key] || (store[key] = value !== undefined ? value : {});
|
|
3247
3191
|
})('versions', []).push({
|
|
3248
|
-
version: '3.30.
|
|
3192
|
+
version: '3.30.2',
|
|
3249
3193
|
mode: IS_PURE ? 'pure' : 'global',
|
|
3250
3194
|
copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
|
|
3251
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.30.
|
|
3195
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.30.2/LICENSE',
|
|
3252
3196
|
source: 'https://github.com/zloirock/core-js'
|
|
3253
3197
|
});
|
|
3254
3198
|
|
|
@@ -3304,13 +3248,18 @@ module.exports = {
|
|
|
3304
3248
|
/* eslint-disable es/no-symbol -- required for testing */
|
|
3305
3249
|
var V8_VERSION = __webpack_require__(14218);
|
|
3306
3250
|
var fails = __webpack_require__(76192);
|
|
3251
|
+
var global = __webpack_require__(98576);
|
|
3252
|
+
|
|
3253
|
+
var $String = global.String;
|
|
3307
3254
|
|
|
3308
3255
|
// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
|
|
3309
3256
|
module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
3310
3257
|
var symbol = Symbol();
|
|
3311
3258
|
// Chrome 38 Symbol has incorrect toString conversion
|
|
3312
3259
|
// `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
|
|
3313
|
-
|
|
3260
|
+
// nb: Do not call `String` directly to avoid this being optimized out to `symbol+''` which will,
|
|
3261
|
+
// of course, fail.
|
|
3262
|
+
return !$String(symbol) || !(Object(symbol) instanceof Symbol) ||
|
|
3314
3263
|
// Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
|
|
3315
3264
|
!Symbol.sham && V8_VERSION && V8_VERSION < 41;
|
|
3316
3265
|
});
|
|
@@ -4811,7 +4760,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4811
4760
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4812
4761
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
4813
4762
|
/* harmony export */ });
|
|
4814
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (__webpack_require__.p + "
|
|
4763
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (__webpack_require__.p + "6d9fed5aefa3863691924a69721182bc.wasm");
|
|
4815
4764
|
|
|
4816
4765
|
/***/ }),
|
|
4817
4766
|
|
|
@@ -11124,7 +11073,7 @@ var stubUndefined = (0,ramda__WEBPACK_IMPORTED_MODULE_0__.always)(void 0); // es
|
|
|
11124
11073
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
11125
11074
|
|
|
11126
11075
|
var __dirname = "/";
|
|
11127
|
-
var Module=void 0!==Module?Module:{},TreeSitter=function(){var e,t="object"==typeof window?{currentScript:window.document.currentScript}:null;class Parser{constructor(){this.initialize()}initialize(){throw new Error("cannot construct a Parser before calling `init()`")}static init(r){return e||(Module=Object.assign({},Module,r),e=new Promise(e=>{var r,n={};for(r in Module)Module.hasOwnProperty(r)&&(n[r]=Module[r]);var o,s,_=[],a="./this.program",i=function(e,t){throw t},u=!1,l=!1;u="object"==typeof window,l="function"==typeof importScripts,o="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,s=!u&&!o&&!l;var d,c,m,f,p,h="";o?(h=l?(__webpack_require__(56287).dirname)(h)+"/":__dirname+"/",d=function(e,t){return f||(f=__webpack_require__(65530)),p||(p=__webpack_require__(56287)),e=p.normalize(e),f.readFileSync(e,t?null:"utf8")},m=function(e){var t=d(e,!0);return t.buffer||(t=new Uint8Array(t)),k(t.buffer),t},process.argv.length>1&&(a=process.argv[1].replace(/\\/g,"/")),_=process.argv.slice(2), true&&(module.exports=Module),i=function(e){process.exit(e)},Module.inspect=function(){return"[Emscripten Module object]"}):s?("undefined"!=typeof read&&(d=function(e){return read(e)}),m=function(e){var t;return"function"==typeof readbuffer?new Uint8Array(readbuffer(e)):(k("object"==typeof(t=read(e,"binary"))),t)},"undefined"!=typeof scriptArgs?_=scriptArgs:void 0!==arguments&&(_=arguments),"function"==typeof quit&&(i=function(e){quit(e)}),"undefined"!=typeof print&&("undefined"==typeof console&&(console={}),console.log=print,console.warn=console.error="undefined"!=typeof printErr?printErr:print)):(u||l)&&(l?h=self.location.href:void 0!==t&&t.currentScript&&(h=t.currentScript.src),h=0!==h.indexOf("blob:")?h.substr(0,h.lastIndexOf("/")+1):"",d=function(e){var t=new XMLHttpRequest;return t.open("GET",e,!1),t.send(null),t.responseText},l&&(m=function(e){var t=new XMLHttpRequest;return t.open("GET",e,!1),t.responseType="arraybuffer",t.send(null),new Uint8Array(t.response)}),c=function(e,t,r){var n=new XMLHttpRequest;n.open("GET",e,!0),n.responseType="arraybuffer",n.onload=function(){200==n.status||0==n.status&&n.response?t(n.response):r()},n.onerror=r,n.send(null)});Module.print||console.log.bind(console);var g=Module.printErr||console.warn.bind(console);for(r in n)n.hasOwnProperty(r)&&(Module[r]=n[r]);n=null,Module.arguments&&(_=Module.arguments),Module.thisProgram&&(a=Module.thisProgram),Module.quit&&(i=Module.quit);var w=16;var M,y=[];function b(e,t){if(!M){M=new WeakMap;for(var r=0;r<K.length;r++){var n=K.get(r);n&&M.set(n,r)}}if(M.has(e))return M.get(e);var o=function(){if(y.length)return y.pop();try{K.grow(1)}catch(e){if(!(e instanceof RangeError))throw e;throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH."}return K.length-1}();try{K.set(o,e)}catch(r){if(!(r instanceof TypeError))throw r;var s=function(e,t){if("function"==typeof WebAssembly.Function){for(var r={i:"i32",j:"i64",f:"f32",d:"f64"},n={parameters:[],results:"v"==t[0]?[]:[r[t[0]]]},o=1;o<t.length;++o)n.parameters.push(r[t[o]]);return new WebAssembly.Function(n,e)}var s=[1,0,1,96],_=t.slice(0,1),a=t.slice(1),i={i:127,j:126,f:125,d:124};for(s.push(a.length),o=0;o<a.length;++o)s.push(i[a[o]]);"v"==_?s.push(0):s=s.concat([1,i[_]]),s[1]=s.length-2;var u=new Uint8Array([0,97,115,109,1,0,0,0].concat(s,[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:e}}).exports.f}(e,t);K.set(o,s)}return M.set(e,o),o}var v,E=function(e){e},S=Module.dynamicLibraries||[];Module.wasmBinary&&(v=Module.wasmBinary);var I,A=Module.noExitRuntime||!0;function x(e,t,r,n){switch("*"===(r=r||"i8").charAt(r.length-1)&&(r="i32"),r){case"i1":case"i8":q[e>>0]=t;break;case"i16":R[e>>1]=t;break;case"i32":W[e>>2]=t;break;case"i64":ie=[t>>>0,(ae=t,+Math.abs(ae)>=1?ae>0?(0|Math.min(+Math.floor(ae/4294967296),4294967295))>>>0:~~+Math.ceil((ae-+(~~ae>>>0))/4294967296)>>>0:0)],W[e>>2]=ie[0],W[e+4>>2]=ie[1];break;case"float":L[e>>2]=t;break;case"double":O[e>>3]=t;break;default:se("invalid type for setValue: "+r)}}function N(e,t,r){switch("*"===(t=t||"i8").charAt(t.length-1)&&(t="i32"),t){case"i1":case"i8":return q[e>>0];case"i16":return R[e>>1];case"i32":case"i64":return W[e>>2];case"float":return L[e>>2];case"double":return O[e>>3];default:se("invalid type for getValue: "+t)}return null}"object"!=typeof WebAssembly&&se("no native wasm support detected");var P=!1;function k(e,t){e||se("Assertion failed: "+t)}var F=1;var C,q,T,R,W,L,O,j="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;function $(e,t,r){for(var n=t+r,o=t;e[o]&&!(o>=n);)++o;if(o-t>16&&e.subarray&&j)return j.decode(e.subarray(t,o));for(var s="";t<o;){var _=e[t++];if(128&_){var a=63&e[t++];if(192!=(224&_)){var i=63&e[t++];if((_=224==(240&_)?(15&_)<<12|a<<6|i:(7&_)<<18|a<<12|i<<6|63&e[t++])<65536)s+=String.fromCharCode(_);else{var u=_-65536;s+=String.fromCharCode(55296|u>>10,56320|1023&u)}}else s+=String.fromCharCode((31&_)<<6|a)}else s+=String.fromCharCode(_)}return s}function Z(e,t){return e?$(T,e,t):""}function D(e,t,r,n){if(!(n>0))return 0;for(var o=r,s=r+n-1,_=0;_<e.length;++_){var a=e.charCodeAt(_);if(a>=55296&&a<=57343)a=65536+((1023&a)<<10)|1023&e.charCodeAt(++_);if(a<=127){if(r>=s)break;t[r++]=a}else if(a<=2047){if(r+1>=s)break;t[r++]=192|a>>6,t[r++]=128|63&a}else if(a<=65535){if(r+2>=s)break;t[r++]=224|a>>12,t[r++]=128|a>>6&63,t[r++]=128|63&a}else{if(r+3>=s)break;t[r++]=240|a>>18,t[r++]=128|a>>12&63,t[r++]=128|a>>6&63,t[r++]=128|63&a}}return t[r]=0,r-o}function z(e,t,r){return D(e,T,t,r)}function U(e){for(var t=0,r=0;r<e.length;++r){var n=e.charCodeAt(r);n>=55296&&n<=57343&&(n=65536+((1023&n)<<10)|1023&e.charCodeAt(++r)),n<=127?++t:t+=n<=2047?2:n<=65535?3:4}return t}function H(e){var t=U(e)+1,r=Be(t);return D(e,q,r,t),r}function G(e){C=e,Module.HEAP8=q=new Int8Array(e),Module.HEAP16=R=new Int16Array(e),Module.HEAP32=W=new Int32Array(e),Module.HEAPU8=T=new Uint8Array(e),Module.HEAPU16=new Uint16Array(e),Module.HEAPU32=new Uint32Array(e),Module.HEAPF32=L=new Float32Array(e),Module.HEAPF64=O=new Float64Array(e)}var B=Module.INITIAL_MEMORY||33554432;(I=Module.wasmMemory?Module.wasmMemory:new WebAssembly.Memory({initial:B/65536,maximum:32768}))&&(C=I.buffer),B=C.byteLength,G(C);var K=new WebAssembly.Table({initial:20,element:"anyfunc"}),V=[],X=[],Q=[],J=[],Y=!1;var ee=0,te=null,re=null;function ne(e){ee++,Module.monitorRunDependencies&&Module.monitorRunDependencies(ee)}function oe(e){if(ee--,Module.monitorRunDependencies&&Module.monitorRunDependencies(ee),0==ee&&(null!==te&&(clearInterval(te),te=null),re)){var t=re;re=null,t()}}function se(e){throw Module.onAbort&&Module.onAbort(e),g(e+=""),P=!0,1,e="abort("+e+"). Build with -s ASSERTIONS=1 for more info.",new WebAssembly.RuntimeError(e)}Module.preloadedImages={},Module.preloadedAudios={},Module.preloadedWasm={};var _e,ae,ie,ue="data:application/octet-stream;base64,";function le(e){return e.startsWith(ue)}function de(e){return e.startsWith("file://")}function ce(e){try{if(e==_e&&v)return new Uint8Array(v);if(m)return m(e);throw"both async and sync fetching of the wasm failed"}catch(e){se(e)}}le(_e="tree-sitter.wasm")||(_e=function(e){return Module.locateFile?Module.locateFile(e,h):h+e}(_e));var me={},fe={get:function(e,t){return me[t]||(me[t]=new WebAssembly.Global({value:"i32",mutable:!0})),me[t]}};function pe(e){for(;e.length>0;){var t=e.shift();if("function"!=typeof t){var r=t.func;"number"==typeof r?void 0===t.arg?K.get(r)():K.get(r)(t.arg):r(void 0===t.arg?null:t.arg)}else t(Module)}}function he(e){var t=0;function r(){for(var r=0,n=1;;){var o=e[t++];if(r+=(127&o)*n,n*=128,!(128&o))break}return r}if(e instanceof WebAssembly.Module){var n=WebAssembly.Module.customSections(e,"dylink");k(0!=n.length,"need dylink section"),e=new Int8Array(n[0])}else{k(1836278016==new Uint32Array(new Uint8Array(e.subarray(0,24)).buffer)[0],"need to see wasm magic number"),k(0===e[8],"need the dylink section to be first"),t=9,r(),k(6===e[t]),k(e[++t]==="d".charCodeAt(0)),k(e[++t]==="y".charCodeAt(0)),k(e[++t]==="l".charCodeAt(0)),k(e[++t]==="i".charCodeAt(0)),k(e[++t]==="n".charCodeAt(0)),k(e[++t]==="k".charCodeAt(0)),t++}var o={};o.memorySize=r(),o.memoryAlign=r(),o.tableSize=r(),o.tableAlign=r();var s=r();o.neededDynlibs=[];for(var _=0;_<s;++_){var a=r(),i=e.subarray(t,t+a);t+=a;var u=$(i,0);o.neededDynlibs.push(u)}return o}var ge=0;function we(){return A||ge>0}function Me(e){return 0==e.indexOf("dynCall_")||["stackAlloc","stackSave","stackRestore"].includes(e)?e:"_"+e}function ye(e,t){for(var r in e)if(e.hasOwnProperty(r)){De.hasOwnProperty(r)||(De[r]=e[r]);var n=Me(r);Module.hasOwnProperty(n)||(Module[n]=e[r])}}var be={nextHandle:1,loadedLibs:{},loadedLibNames:{}};function ve(e,t,r){return e.includes("j")?function(e,t,r){var n=Module["dynCall_"+e];return r&&r.length?n.apply(null,[t].concat(r)):n.call(null,t)}(e,t,r):K.get(t).apply(null,r)}var Ee=5251072;function Se(e){return["__cpp_exception","__wasm_apply_data_relocs","__dso_handle","__set_stack_limits"].includes(e)}function Ie(e,t){var r={};for(var n in e){var o=e[n];"object"==typeof o&&(o=o.value),"number"==typeof o&&(o+=t),r[n]=o}return function(e){for(var t in e)if(!Se(t)){var r=!1,n=e[t];t.startsWith("orig$")&&(t=t.split("$")[1],r=!0),me[t]||(me[t]=new WebAssembly.Global({value:"i32",mutable:!0})),(r||0==me[t].value)&&("function"==typeof n?me[t].value=b(n):"number"==typeof n?me[t].value=n:g("unhandled export type for `"+t+"`: "+typeof n))}}(r),r}function Ae(e,t){var r,n;return t&&(r=De["orig$"+e]),r||(r=De[e]),r||(r=Module[Me(e)]),!r&&e.startsWith("invoke_")&&(n=e.split("_")[1],r=function(){var e=He();try{return ve(n,arguments[0],Array.prototype.slice.call(arguments,1))}catch(t){if(Ge(e),t!==t+0&&"longjmp"!==t)throw t;Ke(1,0)}}),r}function xe(e,t){var r=he(e);function n(){var n=Math.pow(2,r.memoryAlign);n=Math.max(n,w);var o,s,_,a=(o=function(e){if(Y)return ze(e);var t=Ee,r=t+e+15&-16;return Ee=r,me.__heap_base.value=r,t}(r.memorySize+n),(s=n)||(s=w),Math.ceil(o/s)*s),i=K.length;K.grow(r.tableSize);for(var u=a;u<a+r.memorySize;u++)q[u]=0;for(u=i;u<i+r.tableSize;u++)K.set(u,null);var l=new Proxy({},{get:function(e,t){switch(t){case"__memory_base":return a;case"__table_base":return i}if(t in De)return De[t];var r;t in e||(e[t]=function(){return r||(r=function(e){var t=Ae(e,!1);return t||(t=_[e]),t}(t)),r.apply(null,arguments)});return e[t]}}),d={"GOT.mem":new Proxy({},fe),"GOT.func":new Proxy({},fe),env:l,wasi_snapshot_preview1:l};function c(e){for(var n=0;n<r.tableSize;n++){var o=K.get(i+n);o&&M.set(o,i+n)}_=Ie(e.exports,a),t.allowUndefined||Pe();var s=_.__wasm_call_ctors;return s||(s=_.__post_instantiate),s&&(Y?s():X.push(s)),_}if(t.loadAsync){if(e instanceof WebAssembly.Module){var m=new WebAssembly.Instance(e,d);return Promise.resolve(c(m))}return WebAssembly.instantiate(e,d).then(function(e){return c(e.instance)})}var f=e instanceof WebAssembly.Module?e:new WebAssembly.Module(e);return c(m=new WebAssembly.Instance(f,d))}return t.loadAsync?r.neededDynlibs.reduce(function(e,r){return e.then(function(){return Ne(r,t)})},Promise.resolve()).then(function(){return n()}):(r.neededDynlibs.forEach(function(e){Ne(e,t)}),n())}function Ne(e,t){"__main__"!=e||be.loadedLibNames[e]||(be.loadedLibs[-1]={refcount:1/0,name:"__main__",module:Module.asm,global:!0},be.loadedLibNames.__main__=-1),t=t||{global:!0,nodelete:!0};var r,n=be.loadedLibNames[e];if(n)return r=be.loadedLibs[n],t.global&&!r.global&&(r.global=!0,"loading"!==r.module&&ye(r.module)),t.nodelete&&r.refcount!==1/0&&(r.refcount=1/0),r.refcount++,t.loadAsync?Promise.resolve(n):n;function o(e){if(t.fs){var r=t.fs.readFile(e,{encoding:"binary"});return r instanceof Uint8Array||(r=new Uint8Array(r)),t.loadAsync?Promise.resolve(r):r}return t.loadAsync?(n=e,fetch(n,{credentials:"same-origin"}).then(function(e){if(!e.ok)throw"failed to load binary file at '"+n+"'";return e.arrayBuffer()}).then(function(e){return new Uint8Array(e)})):m(e);var n}function s(){if(void 0!==Module.preloadedWasm&&void 0!==Module.preloadedWasm[e]){var r=Module.preloadedWasm[e];return t.loadAsync?Promise.resolve(r):r}return t.loadAsync?o(e).then(function(e){return xe(e,t)}):xe(o(e),t)}function _(e){r.global&&ye(e),r.module=e}return n=be.nextHandle++,r={refcount:t.nodelete?1/0:1,name:e,module:"loading",global:t.global},be.loadedLibNames[e]=n,be.loadedLibs[n]=r,t.loadAsync?s().then(function(e){return _(e),n}):(_(s()),n)}function Pe(){for(var e in me)if(0==me[e].value){var t=Ae(e,!0);"function"==typeof t?me[e].value=b(t,t.sig):"number"==typeof t?me[e].value=t:k(!1,"bad export type for `"+e+"`: "+typeof t)}}Module.___heap_base=Ee;var ke,Fe=new WebAssembly.Global({value:"i32",mutable:!0},5251072);function Ce(){se()}Module._abort=Ce,Ce.sig="v",ke=o?function(){var e=process.hrtime();return 1e3*e[0]+e[1]/1e6}:"undefined"!=typeof dateNow?dateNow:function(){return performance.now()};var qe=!0;function Te(e,t){var r,n;if(0===e)r=Date.now();else{if(1!==e&&4!==e||!qe)return n=28,W[Ue()>>2]=n,-1;r=ke()}return W[t>>2]=r/1e3|0,W[t+4>>2]=r%1e3*1e3*1e3|0,0}function Re(e){try{return I.grow(e-C.byteLength+65535>>>16),G(I.buffer),1}catch(e){}}function We(e){Je(e)}Te.sig="iii",We.sig="vi";var Le={mappings:{},DEFAULT_POLLMASK:5,umask:511,calculateAt:function(e,t,r){if("/"===t[0])return t;var n;if(-100===e)n=FS.cwd();else{var o=FS.getStream(e);if(!o)throw new FS.ErrnoError(8);n=o.path}if(0==t.length){if(!r)throw new FS.ErrnoError(44);return n}return PATH.join2(n,t)},doStat:function(e,t,r){try{var n=e(t)}catch(e){if(e&&e.node&&PATH.normalize(t)!==PATH.normalize(FS.getPath(e.node)))return-54;throw e}return W[r>>2]=n.dev,W[r+4>>2]=0,W[r+8>>2]=n.ino,W[r+12>>2]=n.mode,W[r+16>>2]=n.nlink,W[r+20>>2]=n.uid,W[r+24>>2]=n.gid,W[r+28>>2]=n.rdev,W[r+32>>2]=0,ie=[n.size>>>0,(ae=n.size,+Math.abs(ae)>=1?ae>0?(0|Math.min(+Math.floor(ae/4294967296),4294967295))>>>0:~~+Math.ceil((ae-+(~~ae>>>0))/4294967296)>>>0:0)],W[r+40>>2]=ie[0],W[r+44>>2]=ie[1],W[r+48>>2]=4096,W[r+52>>2]=n.blocks,W[r+56>>2]=n.atime.getTime()/1e3|0,W[r+60>>2]=0,W[r+64>>2]=n.mtime.getTime()/1e3|0,W[r+68>>2]=0,W[r+72>>2]=n.ctime.getTime()/1e3|0,W[r+76>>2]=0,ie=[n.ino>>>0,(ae=n.ino,+Math.abs(ae)>=1?ae>0?(0|Math.min(+Math.floor(ae/4294967296),4294967295))>>>0:~~+Math.ceil((ae-+(~~ae>>>0))/4294967296)>>>0:0)],W[r+80>>2]=ie[0],W[r+84>>2]=ie[1],0},doMsync:function(e,t,r,n,o){var s=T.slice(e,e+r);FS.msync(t,s,o,r,n)},doMkdir:function(e,t){return"/"===(e=PATH.normalize(e))[e.length-1]&&(e=e.substr(0,e.length-1)),FS.mkdir(e,t,0),0},doMknod:function(e,t,r){switch(61440&t){case 32768:case 8192:case 24576:case 4096:case 49152:break;default:return-28}return FS.mknod(e,t,r),0},doReadlink:function(e,t,r){if(r<=0)return-28;var n=FS.readlink(e),o=Math.min(r,U(n)),s=q[t+o];return z(n,t,r+1),q[t+o]=s,o},doAccess:function(e,t){if(-8&t)return-28;var r;if(!(r=FS.lookupPath(e,{follow:!0}).node))return-44;var n="";return 4&t&&(n+="r"),2&t&&(n+="w"),1&t&&(n+="x"),n&&FS.nodePermissions(r,n)?-2:0},doDup:function(e,t,r){var n=FS.getStream(r);return n&&FS.close(n),FS.open(e,t,0,r,r).fd},doReadv:function(e,t,r,n){for(var o=0,s=0;s<r;s++){var _=W[t+8*s>>2],a=W[t+(8*s+4)>>2],i=FS.read(e,q,_,a,n);if(i<0)return-1;if(o+=i,i<a)break}return o},doWritev:function(e,t,r,n){for(var o=0,s=0;s<r;s++){var _=W[t+8*s>>2],a=W[t+(8*s+4)>>2],i=FS.write(e,q,_,a,n);if(i<0)return-1;o+=i}return o},varargs:void 0,get:function(){return Le.varargs+=4,W[Le.varargs-4>>2]},getStr:function(e){return Z(e)},getStreamFromFD:function(e){var t=FS.getStream(e);if(!t)throw new FS.ErrnoError(8);return t},get64:function(e,t){return e}};function Oe(e){try{var t=Le.getStreamFromFD(e);return FS.close(t),0}catch(e){return"undefined"!=typeof FS&&e instanceof FS.ErrnoError||se(e),e.errno}}function je(e,t,r,n){try{var o=Le.getStreamFromFD(e),s=Le.doWritev(o,t,r);return W[n>>2]=s,0}catch(e){return"undefined"!=typeof FS&&e instanceof FS.ErrnoError||se(e),e.errno}}function $e(e){E(e)}Oe.sig="ii",je.sig="iiiii",$e.sig="vi";var Ze,De={__heap_base:Ee,__indirect_function_table:K,__memory_base:1024,__stack_pointer:Fe,__table_base:1,abort:Ce,clock_gettime:Te,emscripten_memcpy_big:function(e,t,r){T.copyWithin(e,t,t+r)},emscripten_resize_heap:function(e){var t,r,n=T.length;if((e>>>=0)>2147483648)return!1;for(var o=1;o<=4;o*=2){var s=n*(1+.2/o);if(s=Math.min(s,e+100663296),Re(Math.min(2147483648,((t=Math.max(e,s))%(r=65536)>0&&(t+=r-t%r),t))))return!0}return!1},exit:We,fd_close:Oe,fd_seek:function(e,t,r,n,o){try{var s=Le.getStreamFromFD(e),_=4294967296*r+(t>>>0);return _<=-9007199254740992||_>=9007199254740992?-61:(FS.llseek(s,_,n),ie=[s.position>>>0,(ae=s.position,+Math.abs(ae)>=1?ae>0?(0|Math.min(+Math.floor(ae/4294967296),4294967295))>>>0:~~+Math.ceil((ae-+(~~ae>>>0))/4294967296)>>>0:0)],W[o>>2]=ie[0],W[o+4>>2]=ie[1],s.getdents&&0===_&&0===n&&(s.getdents=null),0)}catch(e){return"undefined"!=typeof FS&&e instanceof FS.ErrnoError||se(e),e.errno}},fd_write:je,memory:I,setTempRet0:$e,tree_sitter_log_callback:function(e,t){if(pt){const r=Z(t);pt(r,0!==e)}},tree_sitter_parse_callback:function(e,t,r,n,o){var s=ft(t,{row:r,column:n});"string"==typeof s?(x(o,s.length,"i32"),function(e,t,r){if(void 0===r&&(r=2147483647),r<2)return 0;for(var n=(r-=2)<2*e.length?r/2:e.length,o=0;o<n;++o){var s=e.charCodeAt(o);R[t>>1]=s,t+=2}R[t>>1]=0}(s,e,10240)):x(o,0,"i32")}},ze=(function(){var e={env:De,wasi_snapshot_preview1:De,"GOT.mem":new Proxy(De,fe),"GOT.func":new Proxy(De,fe)};function t(e,t){var r=e.exports;r=Ie(r,1024),Module.asm=r;var n,o=he(t);o.neededDynlibs&&(S=o.neededDynlibs.concat(S)),ye(r),n=Module.asm.__wasm_call_ctors,X.unshift(n),oe()}function r(e){t(e.instance,e.module)}function n(t){return function(){if(!v&&(u||l)){if("function"==typeof fetch&&!de(_e))return fetch(_e,{credentials:"same-origin"}).then(function(e){if(!e.ok)throw"failed to load wasm binary file at '"+_e+"'";return e.arrayBuffer()}).catch(function(){return ce(_e)});if(c)return new Promise(function(e,t){c(_e,function(t){e(new Uint8Array(t))},t)})}return Promise.resolve().then(function(){return ce(_e)})}().then(function(t){return WebAssembly.instantiate(t,e)}).then(t,function(e){g("failed to asynchronously prepare wasm: "+e),se(e)})}if(ne(),Module.instantiateWasm)try{return Module.instantiateWasm(e,t)}catch(e){return g("Module.instantiateWasm callback failed with error: "+e),!1}v||"function"!=typeof WebAssembly.instantiateStreaming||le(_e)||de(_e)||"function"!=typeof fetch?n(r):fetch(_e,{credentials:"same-origin"}).then(function(t){return WebAssembly.instantiateStreaming(t,e).then(r,function(e){return g("wasm streaming compile failed: "+e),g("falling back to ArrayBuffer instantiation"),n(r)})})}(),Module.___wasm_call_ctors=function(){return(Module.___wasm_call_ctors=Module.asm.__wasm_call_ctors).apply(null,arguments)},Module._malloc=function(){return(ze=Module._malloc=Module.asm.malloc).apply(null,arguments)}),Ue=(Module._calloc=function(){return(Module._calloc=Module.asm.calloc).apply(null,arguments)},Module._realloc=function(){return(Module._realloc=Module.asm.realloc).apply(null,arguments)},Module._free=function(){return(Module._free=Module.asm.free).apply(null,arguments)},Module._ts_language_symbol_count=function(){return(Module._ts_language_symbol_count=Module.asm.ts_language_symbol_count).apply(null,arguments)},Module._ts_language_version=function(){return(Module._ts_language_version=Module.asm.ts_language_version).apply(null,arguments)},Module._ts_language_field_count=function(){return(Module._ts_language_field_count=Module.asm.ts_language_field_count).apply(null,arguments)},Module._ts_language_symbol_name=function(){return(Module._ts_language_symbol_name=Module.asm.ts_language_symbol_name).apply(null,arguments)},Module._ts_language_symbol_for_name=function(){return(Module._ts_language_symbol_for_name=Module.asm.ts_language_symbol_for_name).apply(null,arguments)},Module._ts_language_symbol_type=function(){return(Module._ts_language_symbol_type=Module.asm.ts_language_symbol_type).apply(null,arguments)},Module._ts_language_field_name_for_id=function(){return(Module._ts_language_field_name_for_id=Module.asm.ts_language_field_name_for_id).apply(null,arguments)},Module._memcpy=function(){return(Module._memcpy=Module.asm.memcpy).apply(null,arguments)},Module._ts_parser_delete=function(){return(Module._ts_parser_delete=Module.asm.ts_parser_delete).apply(null,arguments)},Module._ts_parser_reset=function(){return(Module._ts_parser_reset=Module.asm.ts_parser_reset).apply(null,arguments)},Module._ts_parser_set_language=function(){return(Module._ts_parser_set_language=Module.asm.ts_parser_set_language).apply(null,arguments)},Module._ts_parser_timeout_micros=function(){return(Module._ts_parser_timeout_micros=Module.asm.ts_parser_timeout_micros).apply(null,arguments)},Module._ts_parser_set_timeout_micros=function(){return(Module._ts_parser_set_timeout_micros=Module.asm.ts_parser_set_timeout_micros).apply(null,arguments)},Module._memmove=function(){return(Module._memmove=Module.asm.memmove).apply(null,arguments)},Module._memcmp=function(){return(Module._memcmp=Module.asm.memcmp).apply(null,arguments)},Module._ts_query_new=function(){return(Module._ts_query_new=Module.asm.ts_query_new).apply(null,arguments)},Module._ts_query_delete=function(){return(Module._ts_query_delete=Module.asm.ts_query_delete).apply(null,arguments)},Module._iswspace=function(){return(Module._iswspace=Module.asm.iswspace).apply(null,arguments)},Module._iswalnum=function(){return(Module._iswalnum=Module.asm.iswalnum).apply(null,arguments)},Module._ts_query_pattern_count=function(){return(Module._ts_query_pattern_count=Module.asm.ts_query_pattern_count).apply(null,arguments)},Module._ts_query_capture_count=function(){return(Module._ts_query_capture_count=Module.asm.ts_query_capture_count).apply(null,arguments)},Module._ts_query_string_count=function(){return(Module._ts_query_string_count=Module.asm.ts_query_string_count).apply(null,arguments)},Module._ts_query_capture_name_for_id=function(){return(Module._ts_query_capture_name_for_id=Module.asm.ts_query_capture_name_for_id).apply(null,arguments)},Module._ts_query_string_value_for_id=function(){return(Module._ts_query_string_value_for_id=Module.asm.ts_query_string_value_for_id).apply(null,arguments)},Module._ts_query_predicates_for_pattern=function(){return(Module._ts_query_predicates_for_pattern=Module.asm.ts_query_predicates_for_pattern).apply(null,arguments)},Module._ts_tree_copy=function(){return(Module._ts_tree_copy=Module.asm.ts_tree_copy).apply(null,arguments)},Module._ts_tree_delete=function(){return(Module._ts_tree_delete=Module.asm.ts_tree_delete).apply(null,arguments)},Module._ts_init=function(){return(Module._ts_init=Module.asm.ts_init).apply(null,arguments)},Module._ts_parser_new_wasm=function(){return(Module._ts_parser_new_wasm=Module.asm.ts_parser_new_wasm).apply(null,arguments)},Module._ts_parser_enable_logger_wasm=function(){return(Module._ts_parser_enable_logger_wasm=Module.asm.ts_parser_enable_logger_wasm).apply(null,arguments)},Module._ts_parser_parse_wasm=function(){return(Module._ts_parser_parse_wasm=Module.asm.ts_parser_parse_wasm).apply(null,arguments)},Module._ts_language_type_is_named_wasm=function(){return(Module._ts_language_type_is_named_wasm=Module.asm.ts_language_type_is_named_wasm).apply(null,arguments)},Module._ts_language_type_is_visible_wasm=function(){return(Module._ts_language_type_is_visible_wasm=Module.asm.ts_language_type_is_visible_wasm).apply(null,arguments)},Module._ts_tree_root_node_wasm=function(){return(Module._ts_tree_root_node_wasm=Module.asm.ts_tree_root_node_wasm).apply(null,arguments)},Module._ts_tree_edit_wasm=function(){return(Module._ts_tree_edit_wasm=Module.asm.ts_tree_edit_wasm).apply(null,arguments)},Module._ts_tree_get_changed_ranges_wasm=function(){return(Module._ts_tree_get_changed_ranges_wasm=Module.asm.ts_tree_get_changed_ranges_wasm).apply(null,arguments)},Module._ts_tree_cursor_new_wasm=function(){return(Module._ts_tree_cursor_new_wasm=Module.asm.ts_tree_cursor_new_wasm).apply(null,arguments)},Module._ts_tree_cursor_delete_wasm=function(){return(Module._ts_tree_cursor_delete_wasm=Module.asm.ts_tree_cursor_delete_wasm).apply(null,arguments)},Module._ts_tree_cursor_reset_wasm=function(){return(Module._ts_tree_cursor_reset_wasm=Module.asm.ts_tree_cursor_reset_wasm).apply(null,arguments)},Module._ts_tree_cursor_goto_first_child_wasm=function(){return(Module._ts_tree_cursor_goto_first_child_wasm=Module.asm.ts_tree_cursor_goto_first_child_wasm).apply(null,arguments)},Module._ts_tree_cursor_goto_next_sibling_wasm=function(){return(Module._ts_tree_cursor_goto_next_sibling_wasm=Module.asm.ts_tree_cursor_goto_next_sibling_wasm).apply(null,arguments)},Module._ts_tree_cursor_goto_parent_wasm=function(){return(Module._ts_tree_cursor_goto_parent_wasm=Module.asm.ts_tree_cursor_goto_parent_wasm).apply(null,arguments)},Module._ts_tree_cursor_current_node_type_id_wasm=function(){return(Module._ts_tree_cursor_current_node_type_id_wasm=Module.asm.ts_tree_cursor_current_node_type_id_wasm).apply(null,arguments)},Module._ts_tree_cursor_current_node_is_named_wasm=function(){return(Module._ts_tree_cursor_current_node_is_named_wasm=Module.asm.ts_tree_cursor_current_node_is_named_wasm).apply(null,arguments)},Module._ts_tree_cursor_current_node_is_missing_wasm=function(){return(Module._ts_tree_cursor_current_node_is_missing_wasm=Module.asm.ts_tree_cursor_current_node_is_missing_wasm).apply(null,arguments)},Module._ts_tree_cursor_current_node_id_wasm=function(){return(Module._ts_tree_cursor_current_node_id_wasm=Module.asm.ts_tree_cursor_current_node_id_wasm).apply(null,arguments)},Module._ts_tree_cursor_start_position_wasm=function(){return(Module._ts_tree_cursor_start_position_wasm=Module.asm.ts_tree_cursor_start_position_wasm).apply(null,arguments)},Module._ts_tree_cursor_end_position_wasm=function(){return(Module._ts_tree_cursor_end_position_wasm=Module.asm.ts_tree_cursor_end_position_wasm).apply(null,arguments)},Module._ts_tree_cursor_start_index_wasm=function(){return(Module._ts_tree_cursor_start_index_wasm=Module.asm.ts_tree_cursor_start_index_wasm).apply(null,arguments)},Module._ts_tree_cursor_end_index_wasm=function(){return(Module._ts_tree_cursor_end_index_wasm=Module.asm.ts_tree_cursor_end_index_wasm).apply(null,arguments)},Module._ts_tree_cursor_current_field_id_wasm=function(){return(Module._ts_tree_cursor_current_field_id_wasm=Module.asm.ts_tree_cursor_current_field_id_wasm).apply(null,arguments)},Module._ts_tree_cursor_current_node_wasm=function(){return(Module._ts_tree_cursor_current_node_wasm=Module.asm.ts_tree_cursor_current_node_wasm).apply(null,arguments)},Module._ts_node_symbol_wasm=function(){return(Module._ts_node_symbol_wasm=Module.asm.ts_node_symbol_wasm).apply(null,arguments)},Module._ts_node_child_count_wasm=function(){return(Module._ts_node_child_count_wasm=Module.asm.ts_node_child_count_wasm).apply(null,arguments)},Module._ts_node_named_child_count_wasm=function(){return(Module._ts_node_named_child_count_wasm=Module.asm.ts_node_named_child_count_wasm).apply(null,arguments)},Module._ts_node_child_wasm=function(){return(Module._ts_node_child_wasm=Module.asm.ts_node_child_wasm).apply(null,arguments)},Module._ts_node_named_child_wasm=function(){return(Module._ts_node_named_child_wasm=Module.asm.ts_node_named_child_wasm).apply(null,arguments)},Module._ts_node_child_by_field_id_wasm=function(){return(Module._ts_node_child_by_field_id_wasm=Module.asm.ts_node_child_by_field_id_wasm).apply(null,arguments)},Module._ts_node_next_sibling_wasm=function(){return(Module._ts_node_next_sibling_wasm=Module.asm.ts_node_next_sibling_wasm).apply(null,arguments)},Module._ts_node_prev_sibling_wasm=function(){return(Module._ts_node_prev_sibling_wasm=Module.asm.ts_node_prev_sibling_wasm).apply(null,arguments)},Module._ts_node_next_named_sibling_wasm=function(){return(Module._ts_node_next_named_sibling_wasm=Module.asm.ts_node_next_named_sibling_wasm).apply(null,arguments)},Module._ts_node_prev_named_sibling_wasm=function(){return(Module._ts_node_prev_named_sibling_wasm=Module.asm.ts_node_prev_named_sibling_wasm).apply(null,arguments)},Module._ts_node_parent_wasm=function(){return(Module._ts_node_parent_wasm=Module.asm.ts_node_parent_wasm).apply(null,arguments)},Module._ts_node_descendant_for_index_wasm=function(){return(Module._ts_node_descendant_for_index_wasm=Module.asm.ts_node_descendant_for_index_wasm).apply(null,arguments)},Module._ts_node_named_descendant_for_index_wasm=function(){return(Module._ts_node_named_descendant_for_index_wasm=Module.asm.ts_node_named_descendant_for_index_wasm).apply(null,arguments)},Module._ts_node_descendant_for_position_wasm=function(){return(Module._ts_node_descendant_for_position_wasm=Module.asm.ts_node_descendant_for_position_wasm).apply(null,arguments)},Module._ts_node_named_descendant_for_position_wasm=function(){return(Module._ts_node_named_descendant_for_position_wasm=Module.asm.ts_node_named_descendant_for_position_wasm).apply(null,arguments)},Module._ts_node_start_point_wasm=function(){return(Module._ts_node_start_point_wasm=Module.asm.ts_node_start_point_wasm).apply(null,arguments)},Module._ts_node_end_point_wasm=function(){return(Module._ts_node_end_point_wasm=Module.asm.ts_node_end_point_wasm).apply(null,arguments)},Module._ts_node_start_index_wasm=function(){return(Module._ts_node_start_index_wasm=Module.asm.ts_node_start_index_wasm).apply(null,arguments)},Module._ts_node_end_index_wasm=function(){return(Module._ts_node_end_index_wasm=Module.asm.ts_node_end_index_wasm).apply(null,arguments)},Module._ts_node_to_string_wasm=function(){return(Module._ts_node_to_string_wasm=Module.asm.ts_node_to_string_wasm).apply(null,arguments)},Module._ts_node_children_wasm=function(){return(Module._ts_node_children_wasm=Module.asm.ts_node_children_wasm).apply(null,arguments)},Module._ts_node_named_children_wasm=function(){return(Module._ts_node_named_children_wasm=Module.asm.ts_node_named_children_wasm).apply(null,arguments)},Module._ts_node_descendants_of_type_wasm=function(){return(Module._ts_node_descendants_of_type_wasm=Module.asm.ts_node_descendants_of_type_wasm).apply(null,arguments)},Module._ts_node_is_named_wasm=function(){return(Module._ts_node_is_named_wasm=Module.asm.ts_node_is_named_wasm).apply(null,arguments)},Module._ts_node_has_changes_wasm=function(){return(Module._ts_node_has_changes_wasm=Module.asm.ts_node_has_changes_wasm).apply(null,arguments)},Module._ts_node_has_error_wasm=function(){return(Module._ts_node_has_error_wasm=Module.asm.ts_node_has_error_wasm).apply(null,arguments)},Module._ts_node_is_missing_wasm=function(){return(Module._ts_node_is_missing_wasm=Module.asm.ts_node_is_missing_wasm).apply(null,arguments)},Module._ts_query_matches_wasm=function(){return(Module._ts_query_matches_wasm=Module.asm.ts_query_matches_wasm).apply(null,arguments)},Module._ts_query_captures_wasm=function(){return(Module._ts_query_captures_wasm=Module.asm.ts_query_captures_wasm).apply(null,arguments)},Module._iswdigit=function(){return(Module._iswdigit=Module.asm.iswdigit).apply(null,arguments)},Module._iswalpha=function(){return(Module._iswalpha=Module.asm.iswalpha).apply(null,arguments)},Module._iswlower=function(){return(Module._iswlower=Module.asm.iswlower).apply(null,arguments)},Module._towupper=function(){return(Module._towupper=Module.asm.towupper).apply(null,arguments)},Module.___errno_location=function(){return(Ue=Module.___errno_location=Module.asm.__errno_location).apply(null,arguments)}),He=(Module._memchr=function(){return(Module._memchr=Module.asm.memchr).apply(null,arguments)},Module._strlen=function(){return(Module._strlen=Module.asm.strlen).apply(null,arguments)},Module.stackSave=function(){return(He=Module.stackSave=Module.asm.stackSave).apply(null,arguments)}),Ge=Module.stackRestore=function(){return(Ge=Module.stackRestore=Module.asm.stackRestore).apply(null,arguments)},Be=Module.stackAlloc=function(){return(Be=Module.stackAlloc=Module.asm.stackAlloc).apply(null,arguments)},Ke=Module._setThrew=function(){return(Ke=Module._setThrew=Module.asm.setThrew).apply(null,arguments)};Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev=function(){return(Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev=Module.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev).apply(null,arguments)},Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm=function(){return(Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm=Module.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm).apply(null,arguments)},Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm=function(){return(Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm=Module.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm).apply(null,arguments)},Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm=function(){return(Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm=Module.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm).apply(null,arguments)},Module.__ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm=function(){return(Module.__ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm=Module.asm._ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm).apply(null,arguments)},Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc=function(){return(Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc=Module.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc).apply(null,arguments)},Module.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev=function(){return(Module.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev=Module.asm._ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev).apply(null,arguments)},Module.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw=function(){return(Module.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw=Module.asm._ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw).apply(null,arguments)},Module.__Znwm=function(){return(Module.__Znwm=Module.asm._Znwm).apply(null,arguments)},Module.__ZdlPv=function(){return(Module.__ZdlPv=Module.asm._ZdlPv).apply(null,arguments)},Module.dynCall_jiji=function(){return(Module.dynCall_jiji=Module.asm.dynCall_jiji).apply(null,arguments)},Module._orig$ts_parser_timeout_micros=function(){return(Module._orig$ts_parser_timeout_micros=Module.asm.orig$ts_parser_timeout_micros).apply(null,arguments)},Module._orig$ts_parser_set_timeout_micros=function(){return(Module._orig$ts_parser_set_timeout_micros=Module.asm.orig$ts_parser_set_timeout_micros).apply(null,arguments)};function Ve(e){this.name="ExitStatus",this.message="Program terminated with exit("+e+")",this.status=e}Module.allocate=function(e,t){var r;return r=t==F?Be(e.length):ze(e.length),e.subarray||e.slice?T.set(e,r):T.set(new Uint8Array(e),r),r};re=function e(){Ze||Qe(),Ze||(re=e)};var Xe=!1;function Qe(e){function t(){Ze||(Ze=!0,Module.calledRun=!0,P||(Y=!0,pe(X),pe(Q),Module.onRuntimeInitialized&&Module.onRuntimeInitialized(),Ye&&function(e){var t=Module._main;if(t){var r=(e=e||[]).length+1,n=Be(4*(r+1));W[n>>2]=H(a);for(var o=1;o<r;o++)W[(n>>2)+o]=H(e[o-1]);W[(n>>2)+r]=0;try{Je(t(r,n),!0)}catch(e){if(e instanceof Ve)return;if("unwind"==e)return;var s=e;e&&"object"==typeof e&&e.stack&&(s=[e,e.stack]),g("exception thrown: "+s),i(1,e)}finally{!0}}}(e),function(){if(Module.postRun)for("function"==typeof Module.postRun&&(Module.postRun=[Module.postRun]);Module.postRun.length;)e=Module.postRun.shift(),J.unshift(e);var e;pe(J)}()))}e=e||_,ee>0||!Xe&&(function(){if(S.length){if(!m)return ne(),void S.reduce(function(e,t){return e.then(function(){return Ne(t,{loadAsync:!0,global:!0,nodelete:!0,allowUndefined:!0})})},Promise.resolve()).then(function(){oe(),Pe()});S.forEach(function(e){Ne(e,{global:!0,nodelete:!0,allowUndefined:!0})}),Pe()}else Pe()}(),Xe=!0,ee>0)||(!function(){if(Module.preRun)for("function"==typeof Module.preRun&&(Module.preRun=[Module.preRun]);Module.preRun.length;)e=Module.preRun.shift(),V.unshift(e);var e;pe(V)}(),ee>0||(Module.setStatus?(Module.setStatus("Running..."),setTimeout(function(){setTimeout(function(){Module.setStatus("")},1),t()},1)):t()))}function Je(e,t){e,t&&we()&&0===e||(we()||(!0,Module.onExit&&Module.onExit(e),P=!0),i(e,new Ve(e)))}if(Module.run=Qe,Module.preInit)for("function"==typeof Module.preInit&&(Module.preInit=[Module.preInit]);Module.preInit.length>0;)Module.preInit.pop()();var Ye=!0;Module.noInitialRun&&(Ye=!1),Qe();const et=Module,tt={},rt=4,nt=5*rt,ot=2*rt,st=2*rt+2*ot,_t={row:0,column:0},at=/[\w-.]*/g,it=1,ut=2,lt=/^_?tree_sitter_\w+/;var dt,ct,mt,ft,pt;class ParserImpl{static init(){mt=et._ts_init(),dt=N(mt,"i32"),ct=N(mt+rt,"i32")}initialize(){et._ts_parser_new_wasm(),this[0]=N(mt,"i32"),this[1]=N(mt+rt,"i32")}delete(){et._ts_parser_delete(this[0]),et._free(this[1]),this[0]=0,this[1]=0}setLanguage(e){let t;if(e){if(e.constructor!==Language)throw new Error("Argument must be a Language");{t=e[0];const r=et._ts_language_version(t);if(r<ct||dt<r)throw new Error(`Incompatible language version ${r}. `+`Compatibility range ${ct} through ${dt}.`)}}else t=0,e=null;return this.language=e,et._ts_parser_set_language(this[0],t),this}getLanguage(){return this.language}parse(e,t,r){if("string"==typeof e)ft=((t,r,n)=>e.slice(t,n));else{if("function"!=typeof e)throw new Error("Argument must be a string or a function");ft=e}this.logCallback?(pt=this.logCallback,et._ts_parser_enable_logger_wasm(this[0],1)):(pt=null,et._ts_parser_enable_logger_wasm(this[0],0));let n=0,o=0;if(r&&r.includedRanges){n=r.includedRanges.length;let e=o=et._calloc(n,st);for(let t=0;t<n;t++)At(e,r.includedRanges[t]),e+=st}const s=et._ts_parser_parse_wasm(this[0],this[1],t?t[0]:0,o,n);if(!s)throw ft=null,pt=null,new Error("Parsing failed");const _=new Tree(tt,s,this.language,ft);return ft=null,pt=null,_}reset(){et._ts_parser_reset(this[0])}setTimeoutMicros(e){et._ts_parser_set_timeout_micros(this[0],e)}getTimeoutMicros(){return et._ts_parser_timeout_micros(this[0])}setLogger(e){if(e){if("function"!=typeof e)throw new Error("Logger callback must be a function")}else e=null;return this.logCallback=e,this}getLogger(){return this.logCallback}}class Tree{constructor(e,t,r,n){wt(e),this[0]=t,this.language=r,this.textCallback=n}copy(){const e=et._ts_tree_copy(this[0]);return new Tree(tt,e,this.language,this.textCallback)}delete(){et._ts_tree_delete(this[0]),this[0]=0}edit(e){!function(e){let t=mt;St(t,e.startPosition),St(t+=ot,e.oldEndPosition),St(t+=ot,e.newEndPosition),x(t+=ot,e.startIndex,"i32"),x(t+=rt,e.oldEndIndex,"i32"),x(t+=rt,e.newEndIndex,"i32"),t+=rt}(e),et._ts_tree_edit_wasm(this[0])}get rootNode(){return et._ts_tree_root_node_wasm(this[0]),bt(this)}getLanguage(){return this.language}walk(){return this.rootNode.walk()}getChangedRanges(e){if(e.constructor!==Tree)throw new TypeError("Argument must be a Tree");et._ts_tree_get_changed_ranges_wasm(this[0],e[0]);const t=N(mt,"i32"),r=N(mt+rt,"i32"),n=new Array(t);if(t>0){let e=r;for(let r=0;r<t;r++)n[r]=xt(e),e+=st;et._free(r)}return n}}class Node{constructor(e,t){wt(e),this.tree=t}get typeId(){return yt(this),et._ts_node_symbol_wasm(this.tree[0])}get type(){return this.tree.language.types[this.typeId]||"ERROR"}get endPosition(){return yt(this),et._ts_node_end_point_wasm(this.tree[0]),It(mt)}get endIndex(){return yt(this),et._ts_node_end_index_wasm(this.tree[0])}get text(){return ht(this.tree,this.startIndex,this.endIndex)}isNamed(){return yt(this),1===et._ts_node_is_named_wasm(this.tree[0])}hasError(){return yt(this),1===et._ts_node_has_error_wasm(this.tree[0])}hasChanges(){return yt(this),1===et._ts_node_has_changes_wasm(this.tree[0])}isMissing(){return yt(this),1===et._ts_node_is_missing_wasm(this.tree[0])}equals(e){return this.id===e.id}child(e){return yt(this),et._ts_node_child_wasm(this.tree[0],e),bt(this.tree)}namedChild(e){return yt(this),et._ts_node_named_child_wasm(this.tree[0],e),bt(this.tree)}childForFieldId(e){return yt(this),et._ts_node_child_by_field_id_wasm(this.tree[0],e),bt(this.tree)}childForFieldName(e){const t=this.tree.language.fields.indexOf(e);if(-1!==t)return this.childForFieldId(t)}get childCount(){return yt(this),et._ts_node_child_count_wasm(this.tree[0])}get namedChildCount(){return yt(this),et._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){yt(this),et._ts_node_children_wasm(this.tree[0]);const e=N(mt,"i32"),t=N(mt+rt,"i32");if(this._children=new Array(e),e>0){let r=t;for(let t=0;t<e;t++)this._children[t]=bt(this.tree,r),r+=nt;et._free(t)}}return this._children}get namedChildren(){if(!this._namedChildren){yt(this),et._ts_node_named_children_wasm(this.tree[0]);const e=N(mt,"i32"),t=N(mt+rt,"i32");if(this._namedChildren=new Array(e),e>0){let r=t;for(let t=0;t<e;t++)this._namedChildren[t]=bt(this.tree,r),r+=nt;et._free(t)}}return this._namedChildren}descendantsOfType(e,t,r){Array.isArray(e)||(e=[e]),t||(t=_t),r||(r=_t);const n=[],o=this.tree.language.types;for(let t=0,r=o.length;t<r;t++)e.includes(o[t])&&n.push(t);const s=et._malloc(rt*n.length);for(let e=0,t=n.length;e<t;e++)x(s+e*rt,n[e],"i32");yt(this),et._ts_node_descendants_of_type_wasm(this.tree[0],s,n.length,t.row,t.column,r.row,r.column);const _=N(mt,"i32"),a=N(mt+rt,"i32"),i=new Array(_);if(_>0){let e=a;for(let t=0;t<_;t++)i[t]=bt(this.tree,e),e+=nt}return et._free(a),et._free(s),i}get nextSibling(){return yt(this),et._ts_node_next_sibling_wasm(this.tree[0]),bt(this.tree)}get previousSibling(){return yt(this),et._ts_node_prev_sibling_wasm(this.tree[0]),bt(this.tree)}get nextNamedSibling(){return yt(this),et._ts_node_next_named_sibling_wasm(this.tree[0]),bt(this.tree)}get previousNamedSibling(){return yt(this),et._ts_node_prev_named_sibling_wasm(this.tree[0]),bt(this.tree)}get parent(){return yt(this),et._ts_node_parent_wasm(this.tree[0]),bt(this.tree)}descendantForIndex(e,t=e){if("number"!=typeof e||"number"!=typeof t)throw new Error("Arguments must be numbers");yt(this);let r=mt+nt;return x(r,e,"i32"),x(r+rt,t,"i32"),et._ts_node_descendant_for_index_wasm(this.tree[0]),bt(this.tree)}namedDescendantForIndex(e,t=e){if("number"!=typeof e||"number"!=typeof t)throw new Error("Arguments must be numbers");yt(this);let r=mt+nt;return x(r,e,"i32"),x(r+rt,t,"i32"),et._ts_node_named_descendant_for_index_wasm(this.tree[0]),bt(this.tree)}descendantForPosition(e,t=e){if(!Mt(e)||!Mt(t))throw new Error("Arguments must be {row, column} objects");yt(this);let r=mt+nt;return St(r,e),St(r+ot,t),et._ts_node_descendant_for_position_wasm(this.tree[0]),bt(this.tree)}namedDescendantForPosition(e,t=e){if(!Mt(e)||!Mt(t))throw new Error("Arguments must be {row, column} objects");yt(this);let r=mt+nt;return St(r,e),St(r+ot,t),et._ts_node_named_descendant_for_position_wasm(this.tree[0]),bt(this.tree)}walk(){return yt(this),et._ts_tree_cursor_new_wasm(this.tree[0]),new TreeCursor(tt,this.tree)}toString(){yt(this);const e=et._ts_node_to_string_wasm(this.tree[0]),t=function(e){for(var t="";;){var r=T[e++>>0];if(!r)return t;t+=String.fromCharCode(r)}}(e);return et._free(e),t}}class TreeCursor{constructor(e,t){wt(e),this.tree=t,Et(this)}delete(){vt(this),et._ts_tree_cursor_delete_wasm(this.tree[0]),this[0]=this[1]=this[2]=0}reset(e){yt(e),vt(this,mt+nt),et._ts_tree_cursor_reset_wasm(this.tree[0]),Et(this)}get nodeType(){return this.tree.language.types[this.nodeTypeId]||"ERROR"}get nodeTypeId(){return vt(this),et._ts_tree_cursor_current_node_type_id_wasm(this.tree[0])}get nodeId(){return vt(this),et._ts_tree_cursor_current_node_id_wasm(this.tree[0])}get nodeIsNamed(){return vt(this),1===et._ts_tree_cursor_current_node_is_named_wasm(this.tree[0])}get nodeIsMissing(){return vt(this),1===et._ts_tree_cursor_current_node_is_missing_wasm(this.tree[0])}get nodeText(){vt(this);const e=et._ts_tree_cursor_start_index_wasm(this.tree[0]),t=et._ts_tree_cursor_end_index_wasm(this.tree[0]);return ht(this.tree,e,t)}get startPosition(){return vt(this),et._ts_tree_cursor_start_position_wasm(this.tree[0]),It(mt)}get endPosition(){return vt(this),et._ts_tree_cursor_end_position_wasm(this.tree[0]),It(mt)}get startIndex(){return vt(this),et._ts_tree_cursor_start_index_wasm(this.tree[0])}get endIndex(){return vt(this),et._ts_tree_cursor_end_index_wasm(this.tree[0])}currentNode(){return vt(this),et._ts_tree_cursor_current_node_wasm(this.tree[0]),bt(this.tree)}currentFieldId(){return vt(this),et._ts_tree_cursor_current_field_id_wasm(this.tree[0])}currentFieldName(){return this.tree.language.fields[this.currentFieldId()]}gotoFirstChild(){vt(this);const e=et._ts_tree_cursor_goto_first_child_wasm(this.tree[0]);return Et(this),1===e}gotoNextSibling(){vt(this);const e=et._ts_tree_cursor_goto_next_sibling_wasm(this.tree[0]);return Et(this),1===e}gotoParent(){vt(this);const e=et._ts_tree_cursor_goto_parent_wasm(this.tree[0]);return Et(this),1===e}}class Language{constructor(e,t){wt(e),this[0]=t,this.types=new Array(et._ts_language_symbol_count(this[0]));for(let e=0,t=this.types.length;e<t;e++)et._ts_language_symbol_type(this[0],e)<2&&(this.types[e]=Z(et._ts_language_symbol_name(this[0],e)));this.fields=new Array(et._ts_language_field_count(this[0])+1);for(let e=0,t=this.fields.length;e<t;e++){const t=et._ts_language_field_name_for_id(this[0],e);this.fields[e]=0!==t?Z(t):null}}get version(){return et._ts_language_version(this[0])}get fieldCount(){return this.fields.length-1}fieldIdForName(e){const t=this.fields.indexOf(e);return-1!==t?t:null}fieldNameForId(e){return this.fields[e]||null}idForNodeType(e,t){const r=U(e),n=et._malloc(r+1);z(e,n,r+1);const o=et._ts_language_symbol_for_name(this[0],n,r,t);return et._free(n),o||null}get nodeTypeCount(){return et._ts_language_symbol_count(this[0])}nodeTypeForId(e){const t=et._ts_language_symbol_name(this[0],e);return t?Z(t):null}nodeTypeIsNamed(e){return!!et._ts_language_type_is_named_wasm(this[0],e)}nodeTypeIsVisible(e){return!!et._ts_language_type_is_visible_wasm(this[0],e)}query(e){const t=U(e),r=et._malloc(t+1);z(e,r,t+1);const n=et._ts_query_new(this[0],r,t,mt,mt+rt);if(!n){const t=N(mt+rt,"i32"),n=Z(r,N(mt,"i32")).length,o=e.substr(n,100).split("\n")[0];let s,_=o.match(at)[0];switch(t){case 2:s=new RangeError(`Bad node name '${_}'`);break;case 3:s=new RangeError(`Bad field name '${_}'`);break;case 4:s=new RangeError(`Bad capture name @${_}`);break;case 5:s=new TypeError(`Bad pattern structure at offset ${n}: '${o}'...`),_="";break;default:s=new SyntaxError(`Bad syntax at offset ${n}: '${o}'...`),_=""}throw s.index=n,s.length=_.length,et._free(r),s}const o=et._ts_query_string_count(n),s=et._ts_query_capture_count(n),_=et._ts_query_pattern_count(n),a=new Array(s),i=new Array(o);for(let e=0;e<s;e++){const t=et._ts_query_capture_name_for_id(n,e,mt),r=N(mt,"i32");a[e]=Z(t,r)}for(let e=0;e<o;e++){const t=et._ts_query_string_value_for_id(n,e,mt),r=N(mt,"i32");i[e]=Z(t,r)}const u=new Array(_),l=new Array(_),d=new Array(_),c=new Array(_),m=new Array(_);for(let e=0;e<_;e++){const t=et._ts_query_predicates_for_pattern(n,e,mt),r=N(mt,"i32");c[e]=[],m[e]=[];const o=[];let s=t;for(let t=0;t<r;t++){const t=N(s,"i32"),r=N(s+=rt,"i32");if(s+=rt,t===it)o.push({type:"capture",name:a[r]});else if(t===ut)o.push({type:"string",value:i[r]});else if(o.length>0){if("string"!==o[0].type)throw new Error("Predicates must begin with a literal value");const t=o[0].value;let r=!0;switch(t){case"not-eq?":r=!1;case"eq?":if(3!==o.length)throw new Error(`Wrong number of arguments to \`#eq?\` predicate. Expected 2, got ${o.length-1}`);if("capture"!==o[1].type)throw new Error(`First argument of \`#eq?\` predicate must be a capture. Got "${o[1].value}"`);if("capture"===o[2].type){const t=o[1].name,n=o[2].name;m[e].push(function(e){let o,s;for(const r of e)r.name===t&&(o=r.node),r.name===n&&(s=r.node);return void 0===o||void 0===s||o.text===s.text===r})}else{const t=o[1].name,n=o[2].value;m[e].push(function(e){for(const o of e)if(o.name===t)return o.node.text===n===r;return!0})}break;case"not-match?":r=!1;case"match?":if(3!==o.length)throw new Error(`Wrong number of arguments to \`#match?\` predicate. Expected 2, got ${o.length-1}.`);if("capture"!==o[1].type)throw new Error(`First argument of \`#match?\` predicate must be a capture. Got "${o[1].value}".`);if("string"!==o[2].type)throw new Error(`Second argument of \`#match?\` predicate must be a string. Got @${o[2].value}.`);const n=o[1].name,s=new RegExp(o[2].value);m[e].push(function(e){for(const t of e)if(t.name===n)return s.test(t.node.text)===r;return!0});break;case"set!":if(o.length<2||o.length>3)throw new Error(`Wrong number of arguments to \`#set!\` predicate. Expected 1 or 2. Got ${o.length-1}.`);if(o.some(e=>"string"!==e.type))throw new Error('Arguments to `#set!` predicate must be a strings.".');u[e]||(u[e]={}),u[e][o[1].value]=o[2]?o[2].value:null;break;case"is?":case"is-not?":if(o.length<2||o.length>3)throw new Error(`Wrong number of arguments to \`#${t}\` predicate. Expected 1 or 2. Got ${o.length-1}.`);if(o.some(e=>"string"!==e.type))throw new Error(`Arguments to \`#${t}\` predicate must be a strings.".`);const _="is?"===t?l:d;_[e]||(_[e]={}),_[e][o[1].value]=o[2]?o[2].value:null;break;default:c[e].push({operator:t,operands:o.slice(1)})}o.length=0}}Object.freeze(u[e]),Object.freeze(l[e]),Object.freeze(d[e])}return et._free(r),new Query(tt,n,a,m,c,Object.freeze(u),Object.freeze(l),Object.freeze(d))}static load(e){let t;if(e instanceof Uint8Array)t=Promise.resolve(e);else{const r=e;if("undefined"!=typeof process&&process.versions&&process.versions.node){const e=__webpack_require__(65530);t=Promise.resolve(e.readFileSync(r))}else t=fetch(r).then(e=>e.arrayBuffer().then(t=>{if(e.ok)return new Uint8Array(t);{const r=new TextDecoder("utf-8").decode(t);throw new Error(`Language.load failed with status ${e.status}.\n\n${r}`)}}))}const r="function"==typeof loadSideModule?loadSideModule:xe;return t.then(e=>r(e,{loadAsync:!0})).then(e=>{const t=Object.keys(e),r=t.find(e=>lt.test(e)&&!e.includes("external_scanner_"));r||console.log(`Couldn't find language function in WASM file. Symbols:\n${JSON.stringify(t,null,2)}`);const n=e[r]();return new Language(tt,n)})}}class Query{constructor(e,t,r,n,o,s,_,a){wt(e),this[0]=t,this.captureNames=r,this.textPredicates=n,this.predicates=o,this.setProperties=s,this.assertedProperties=_,this.refutedProperties=a,this.exceededMatchLimit=!1}delete(){et._ts_query_delete(this[0]),this[0]=0}matches(e,t,r,n){t||(t=_t),r||(r=_t),n||(n={});let o=n.matchLimit;if(void 0===o)o=0;else if("number"!=typeof o)throw new Error("Arguments must be numbers");yt(e),et._ts_query_matches_wasm(this[0],e.tree[0],t.row,t.column,r.row,r.column,o);const s=N(mt,"i32"),_=N(mt+rt,"i32"),a=N(mt+2*rt,"i32"),i=new Array(s);this.exceededMatchLimit=!!a;let u=0,l=_;for(let t=0;t<s;t++){const r=N(l,"i32"),n=N(l+=rt,"i32");l+=rt;const o=new Array(n);if(l=gt(this,e.tree,l,o),this.textPredicates[r].every(e=>e(o))){i[u++]={pattern:r,captures:o};const e=this.setProperties[r];e&&(i[t].setProperties=e);const n=this.assertedProperties[r];n&&(i[t].assertedProperties=n);const s=this.refutedProperties[r];s&&(i[t].refutedProperties=s)}}return i.length=u,et._free(_),i}captures(e,t,r,n){t||(t=_t),r||(r=_t),n||(n={});let o=n.matchLimit;if(void 0===o)o=0;else if("number"!=typeof o)throw new Error("Arguments must be numbers");yt(e),et._ts_query_captures_wasm(this[0],e.tree[0],t.row,t.column,r.row,r.column,o);const s=N(mt,"i32"),_=N(mt+rt,"i32"),a=N(mt+2*rt,"i32"),i=[];this.exceededMatchLimit=!!a;const u=[];let l=_;for(let t=0;t<s;t++){const t=N(l,"i32"),r=N(l+=rt,"i32"),n=N(l+=rt,"i32");if(l+=rt,u.length=r,l=gt(this,e.tree,l,u),this.textPredicates[t].every(e=>e(u))){const e=u[n],r=this.setProperties[t];r&&(e.setProperties=r);const o=this.assertedProperties[t];o&&(e.assertedProperties=o);const s=this.refutedProperties[t];s&&(e.refutedProperties=s),i.push(e)}}return et._free(_),i}predicatesForPattern(e){return this.predicates[e]}didExceedMatchLimit(){return this.exceededMatchLimit}}function ht(e,t,r){const n=r-t;let o=e.textCallback(t,null,r);for(t+=o.length;t<r;){const n=e.textCallback(t,null,r);if(!(n&&n.length>0))break;t+=n.length,o+=n}return t>r&&(o=o.slice(0,n)),o}function gt(e,t,r,n){for(let o=0,s=n.length;o<s;o++){const s=N(r,"i32"),_=bt(t,r+=rt);r+=nt,n[o]={name:e.captureNames[s],node:_}}return r}function wt(e){if(e!==tt)throw new Error("Illegal constructor")}function Mt(e){return e&&"number"==typeof e.row&&"number"==typeof e.column}function yt(e){let t=mt;x(t,e.id,"i32"),x(t+=rt,e.startIndex,"i32"),x(t+=rt,e.startPosition.row,"i32"),x(t+=rt,e.startPosition.column,"i32"),x(t+=rt,e[0],"i32")}function bt(e,t=mt){const r=N(t,"i32");if(0===r)return null;const n=N(t+=rt,"i32"),o=N(t+=rt,"i32"),s=N(t+=rt,"i32"),_=N(t+=rt,"i32"),a=new Node(tt,e);return a.id=r,a.startIndex=n,a.startPosition={row:o,column:s},a[0]=_,a}function vt(e,t=mt){x(t+0*rt,e[0],"i32"),x(t+1*rt,e[1],"i32"),x(t+2*rt,e[2],"i32")}function Et(e){e[0]=N(mt+0*rt,"i32"),e[1]=N(mt+1*rt,"i32"),e[2]=N(mt+2*rt,"i32")}function St(e,t){x(e,t.row,"i32"),x(e+rt,t.column,"i32")}function It(e){return{row:N(e,"i32"),column:N(e+rt,"i32")}}function At(e,t){St(e,t.startPosition),St(e+=ot,t.endPosition),x(e+=ot,t.startIndex,"i32"),x(e+=rt,t.endIndex,"i32"),e+=rt}function xt(e){const t={};return t.startPosition=It(e),e+=ot,t.endPosition=It(e),e+=ot,t.startIndex=N(e,"i32"),e+=rt,t.endIndex=N(e,"i32"),t}for(const e of Object.getOwnPropertyNames(ParserImpl.prototype))Object.defineProperty(Parser.prototype,e,{value:ParserImpl.prototype[e],enumerable:!1,writable:!1});Parser.Language=Language,Module.onRuntimeInitialized=(()=>{ParserImpl.init(),e()})}))}}return Parser}(); true&&(module.exports=TreeSitter);
|
|
11076
|
+
var Module=void 0!==Module?Module:{},TreeSitter=function(){var initPromise,document="object"==typeof window?{currentScript:window.document.currentScript}:null;class Parser{constructor(){this.initialize()}initialize(){throw new Error("cannot construct a Parser before calling `init()`")}static init(moduleOptions){return initPromise||(Module=Object.assign({},Module,moduleOptions),initPromise=new Promise((resolveInitPromise=>{var moduleOverrides=Object.assign({},Module),arguments_=[],thisProgram="./this.program",quit_=(e,t)=>{throw t},ENVIRONMENT_IS_WEB="object"==typeof window,ENVIRONMENT_IS_WORKER="function"==typeof importScripts,ENVIRONMENT_IS_NODE="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,scriptDirectory="",read_,readAsync,readBinary,setWindowTitle;function locateFile(e){return Module.locateFile?Module.locateFile(e,scriptDirectory):scriptDirectory+e}function logExceptionOnExit(e){if(e instanceof ExitStatus)return;err("exiting due to exception: "+e)}if(ENVIRONMENT_IS_NODE){var fs=__webpack_require__(65530),nodePath=__webpack_require__(56287);scriptDirectory=ENVIRONMENT_IS_WORKER?nodePath.dirname(scriptDirectory)+"/":__dirname+"/",read_=(e,t)=>(e=isFileURI(e)?new URL(e):nodePath.normalize(e),fs.readFileSync(e,t?void 0:"utf8")),readBinary=e=>{var t=read_(e,!0);return t.buffer||(t=new Uint8Array(t)),t},readAsync=(e,t,r)=>{e=isFileURI(e)?new URL(e):nodePath.normalize(e),fs.readFile(e,(function(e,_){e?r(e):t(_.buffer)}))},process.argv.length>1&&(thisProgram=process.argv[1].replace(/\\/g,"/")),arguments_=process.argv.slice(2), true&&(module.exports=Module),quit_=(e,t)=>{if(keepRuntimeAlive())throw process.exitCode=e,t;logExceptionOnExit(t),process.exit(e)},Module.inspect=function(){return"[Emscripten Module object]"}}else(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)&&(ENVIRONMENT_IS_WORKER?scriptDirectory=self.location.href:void 0!==document&&document.currentScript&&(scriptDirectory=document.currentScript.src),scriptDirectory=0!==scriptDirectory.indexOf("blob:")?scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1):"",read_=e=>{var t=new XMLHttpRequest;return t.open("GET",e,!1),t.send(null),t.responseText},ENVIRONMENT_IS_WORKER&&(readBinary=e=>{var t=new XMLHttpRequest;return t.open("GET",e,!1),t.responseType="arraybuffer",t.send(null),new Uint8Array(t.response)}),readAsync=(e,t,r)=>{var _=new XMLHttpRequest;_.open("GET",e,!0),_.responseType="arraybuffer",_.onload=()=>{200==_.status||0==_.status&&_.response?t(_.response):r()},_.onerror=r,_.send(null)},setWindowTitle=e=>document.title=e);var out=Module.print||console.log.bind(console),err=Module.printErr||console.warn.bind(console);Object.assign(Module,moduleOverrides),moduleOverrides=null,Module.arguments&&(arguments_=Module.arguments),Module.thisProgram&&(thisProgram=Module.thisProgram),Module.quit&&(quit_=Module.quit);var STACK_ALIGN=16,dynamicLibraries=Module.dynamicLibraries||[],wasmBinary;Module.wasmBinary&&(wasmBinary=Module.wasmBinary);var noExitRuntime=Module.noExitRuntime||!0,wasmMemory;"object"!=typeof WebAssembly&&abort("no native wasm support detected");var ABORT=!1,EXITSTATUS,UTF8Decoder="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function UTF8ArrayToString(e,t,r){for(var _=t+r,n=t;e[n]&&!(n>=_);)++n;if(n-t>16&&e.buffer&&UTF8Decoder)return UTF8Decoder.decode(e.subarray(t,n));for(var s="";t<n;){var a=e[t++];if(128&a){var o=63&e[t++];if(192!=(224&a)){var i=63&e[t++];if((a=224==(240&a)?(15&a)<<12|o<<6|i:(7&a)<<18|o<<12|i<<6|63&e[t++])<65536)s+=String.fromCharCode(a);else{var l=a-65536;s+=String.fromCharCode(55296|l>>10,56320|1023&l)}}else s+=String.fromCharCode((31&a)<<6|o)}else s+=String.fromCharCode(a)}return s}function UTF8ToString(e,t){return e?UTF8ArrayToString(HEAPU8,e,t):""}function stringToUTF8Array(e,t,r,_){if(!(_>0))return 0;for(var n=r,s=r+_-1,a=0;a<e.length;++a){var o=e.charCodeAt(a);if(o>=55296&&o<=57343)o=65536+((1023&o)<<10)|1023&e.charCodeAt(++a);if(o<=127){if(r>=s)break;t[r++]=o}else if(o<=2047){if(r+1>=s)break;t[r++]=192|o>>6,t[r++]=128|63&o}else if(o<=65535){if(r+2>=s)break;t[r++]=224|o>>12,t[r++]=128|o>>6&63,t[r++]=128|63&o}else{if(r+3>=s)break;t[r++]=240|o>>18,t[r++]=128|o>>12&63,t[r++]=128|o>>6&63,t[r++]=128|63&o}}return t[r]=0,r-n}function stringToUTF8(e,t,r){return stringToUTF8Array(e,HEAPU8,t,r)}function lengthBytesUTF8(e){for(var t=0,r=0;r<e.length;++r){var _=e.charCodeAt(r);_<=127?t++:_<=2047?t+=2:_>=55296&&_<=57343?(t+=4,++r):t+=3}return t}function updateGlobalBufferAndViews(e){buffer=e,Module.HEAP8=HEAP8=new Int8Array(e),Module.HEAP16=HEAP16=new Int16Array(e),Module.HEAP32=HEAP32=new Int32Array(e),Module.HEAPU8=HEAPU8=new Uint8Array(e),Module.HEAPU16=HEAPU16=new Uint16Array(e),Module.HEAPU32=HEAPU32=new Uint32Array(e),Module.HEAPF32=HEAPF32=new Float32Array(e),Module.HEAPF64=HEAPF64=new Float64Array(e)}var INITIAL_MEMORY=Module.INITIAL_MEMORY||33554432;wasmMemory=Module.wasmMemory?Module.wasmMemory:new WebAssembly.Memory({initial:INITIAL_MEMORY/65536,maximum:32768}),wasmMemory&&(buffer=wasmMemory.buffer),INITIAL_MEMORY=buffer.byteLength,updateGlobalBufferAndViews(buffer);var wasmTable=new WebAssembly.Table({initial:20,element:"anyfunc"}),__ATPRERUN__=[],__ATINIT__=[],__ATMAIN__=[],__ATPOSTRUN__=[],__RELOC_FUNCS__=[],runtimeInitialized=!1;function keepRuntimeAlive(){return noExitRuntime}function preRun(){if(Module.preRun)for("function"==typeof Module.preRun&&(Module.preRun=[Module.preRun]);Module.preRun.length;)addOnPreRun(Module.preRun.shift());callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=!0,callRuntimeCallbacks(__RELOC_FUNCS__),callRuntimeCallbacks(__ATINIT__)}function preMain(){callRuntimeCallbacks(__ATMAIN__)}function postRun(){if(Module.postRun)for("function"==typeof Module.postRun&&(Module.postRun=[Module.postRun]);Module.postRun.length;)addOnPostRun(Module.postRun.shift());callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(e){__ATPRERUN__.unshift(e)}function addOnInit(e){__ATINIT__.unshift(e)}function addOnPostRun(e){__ATPOSTRUN__.unshift(e)}var runDependencies=0,runDependencyWatcher=null,dependenciesFulfilled=null;function addRunDependency(e){runDependencies++,Module.monitorRunDependencies&&Module.monitorRunDependencies(runDependencies)}function removeRunDependency(e){if(runDependencies--,Module.monitorRunDependencies&&Module.monitorRunDependencies(runDependencies),0==runDependencies&&(null!==runDependencyWatcher&&(clearInterval(runDependencyWatcher),runDependencyWatcher=null),dependenciesFulfilled)){var t=dependenciesFulfilled;dependenciesFulfilled=null,t()}}function abort(e){throw Module.onAbort&&Module.onAbort(e),err(e="Aborted("+e+")"),ABORT=!0,EXITSTATUS=1,e+=". Build with -sASSERTIONS for more info.",new WebAssembly.RuntimeError(e)}var dataURIPrefix="data:application/octet-stream;base64,",wasmBinaryFile,tempDouble,tempI64;function isDataURI(e){return e.startsWith(dataURIPrefix)}function isFileURI(e){return e.startsWith("file://")}function getBinary(e){try{if(e==wasmBinaryFile&&wasmBinary)return new Uint8Array(wasmBinary);if(readBinary)return readBinary(e);throw"both async and sync fetching of the wasm failed"}catch(e){abort(e)}}function getBinaryPromise(){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)){if("function"==typeof fetch&&!isFileURI(wasmBinaryFile))return fetch(wasmBinaryFile,{credentials:"same-origin"}).then((function(e){if(!e.ok)throw"failed to load wasm binary file at '"+wasmBinaryFile+"'";return e.arrayBuffer()})).catch((function(){return getBinary(wasmBinaryFile)}));if(readAsync)return new Promise((function(e,t){readAsync(wasmBinaryFile,(function(t){e(new Uint8Array(t))}),t)}))}return Promise.resolve().then((function(){return getBinary(wasmBinaryFile)}))}function createWasm(){var e={env:asmLibraryArg,wasi_snapshot_preview1:asmLibraryArg,"GOT.mem":new Proxy(asmLibraryArg,GOTHandler),"GOT.func":new Proxy(asmLibraryArg,GOTHandler)};function t(e,t){var r=e.exports;r=relocateExports(r,1024);var _=getDylinkMetadata(t);_.neededDynlibs&&(dynamicLibraries=_.neededDynlibs.concat(dynamicLibraries)),mergeLibSymbols(r,"main"),Module.asm=r,addOnInit(Module.asm.__wasm_call_ctors),__RELOC_FUNCS__.push(Module.asm.__wasm_apply_data_relocs),removeRunDependency("wasm-instantiate")}function r(e){t(e.instance,e.module)}function _(t){return getBinaryPromise().then((function(t){return WebAssembly.instantiate(t,e)})).then((function(e){return e})).then(t,(function(e){err("failed to asynchronously prepare wasm: "+e),abort(e)}))}if(addRunDependency("wasm-instantiate"),Module.instantiateWasm)try{return Module.instantiateWasm(e,t)}catch(e){return err("Module.instantiateWasm callback failed with error: "+e),!1}return wasmBinary||"function"!=typeof WebAssembly.instantiateStreaming||isDataURI(wasmBinaryFile)||isFileURI(wasmBinaryFile)||ENVIRONMENT_IS_NODE||"function"!=typeof fetch?_(r):fetch(wasmBinaryFile,{credentials:"same-origin"}).then((function(t){return WebAssembly.instantiateStreaming(t,e).then(r,(function(e){return err("wasm streaming compile failed: "+e),err("falling back to ArrayBuffer instantiation"),_(r)}))})),{}}wasmBinaryFile="tree-sitter.wasm",isDataURI(wasmBinaryFile)||(wasmBinaryFile=locateFile(wasmBinaryFile));var ASM_CONSTS={};function ExitStatus(e){this.name="ExitStatus",this.message="Program terminated with exit("+e+")",this.status=e}var GOT={},CurrentModuleWeakSymbols=new Set([]),GOTHandler={get:function(e,t){var r=GOT[t];return r||(r=GOT[t]=new WebAssembly.Global({value:"i32",mutable:!0})),CurrentModuleWeakSymbols.has(t)||(r.required=!0),r}};function callRuntimeCallbacks(e){for(;e.length>0;)e.shift()(Module)}function getDylinkMetadata(e){var t=0,r=0;function _(){for(var r=0,_=1;;){var n=e[t++];if(r+=(127&n)*_,_*=128,!(128&n))break}return r}function n(){var r=_();return UTF8ArrayToString(e,(t+=r)-r,r)}function s(e,t){if(e)throw new Error(t)}var a="dylink.0";if(e instanceof WebAssembly.Module){var o=WebAssembly.Module.customSections(e,a);0===o.length&&(a="dylink",o=WebAssembly.Module.customSections(e,a)),s(0===o.length,"need dylink section"),r=(e=new Uint8Array(o[0])).length}else{s(!(1836278016==new Uint32Array(new Uint8Array(e.subarray(0,24)).buffer)[0]),"need to see wasm magic number"),s(0!==e[8],"need the dylink section to be first"),t=9;var i=_();r=t+i,a=n()}var l={neededDynlibs:[],tlsExports:new Set,weakImports:new Set};if("dylink"==a){l.memorySize=_(),l.memoryAlign=_(),l.tableSize=_(),l.tableAlign=_();for(var u=_(),d=0;d<u;++d){var c=n();l.neededDynlibs.push(c)}}else{s("dylink.0"!==a);for(;t<r;){var m=e[t++],p=_();if(1===m)l.memorySize=_(),l.memoryAlign=_(),l.tableSize=_(),l.tableAlign=_();else if(2===m)for(u=_(),d=0;d<u;++d)c=n(),l.neededDynlibs.push(c);else if(3===m)for(var f=_();f--;){var h=n();256&_()&&l.tlsExports.add(h)}else if(4===m)for(f=_();f--;){n(),h=n();1==(3&_())&&l.weakImports.add(h)}else t+=p}}return l}function getValue(e,t="i8"){switch(t.endsWith("*")&&(t="*"),t){case"i1":case"i8":return HEAP8[e>>0];case"i16":return HEAP16[e>>1];case"i32":case"i64":return HEAP32[e>>2];case"float":return HEAPF32[e>>2];case"double":return HEAPF64[e>>3];case"*":return HEAPU32[e>>2];default:abort("invalid type for getValue: "+t)}return null}function asmjsMangle(e){return 0==e.indexOf("dynCall_")||["stackAlloc","stackSave","stackRestore","getTempRet0","setTempRet0"].includes(e)?e:"_"+e}function mergeLibSymbols(e,t){for(var r in e)if(e.hasOwnProperty(r)){asmLibraryArg.hasOwnProperty(r)||(asmLibraryArg[r]=e[r]);var _=asmjsMangle(r);Module.hasOwnProperty(_)||(Module[_]=e[r]),"__main_argc_argv"==r&&(Module._main=e[r])}}var LDSO={loadedLibsByName:{},loadedLibsByHandle:{}};function dynCallLegacy(e,t,r){var _=Module["dynCall_"+e];return r&&r.length?_.apply(null,[t].concat(r)):_.call(null,t)}var wasmTableMirror=[];function getWasmTableEntry(e){var t=wasmTableMirror[e];return t||(e>=wasmTableMirror.length&&(wasmTableMirror.length=e+1),wasmTableMirror[e]=t=wasmTable.get(e)),t}function dynCall(e,t,r){return e.includes("j")?dynCallLegacy(e,t,r):getWasmTableEntry(t).apply(null,r)}function createInvokeFunction(e){return function(){var t=stackSave();try{return dynCall(e,arguments[0],Array.prototype.slice.call(arguments,1))}catch(e){if(stackRestore(t),e!==e+0)throw e;_setThrew(1,0)}}}var ___heap_base=78144;function zeroMemory(e,t){return HEAPU8.fill(0,e,e+t),e}function getMemory(e){if(runtimeInitialized)return zeroMemory(_malloc(e),e);var t=___heap_base,r=t+e+15&-16;return ___heap_base=r,GOT.__heap_base.value=r,t}function isInternalSym(e){return["__cpp_exception","__c_longjmp","__wasm_apply_data_relocs","__dso_handle","__tls_size","__tls_align","__set_stack_limits","_emscripten_tls_init","__wasm_init_tls","__wasm_call_ctors","__start_em_asm","__stop_em_asm"].includes(e)}function uleb128Encode(e,t){e<128?t.push(e):t.push(e%128|128,e>>7)}function sigToWasmTypes(e){for(var t={i:"i32",j:"i32",f:"f32",d:"f64",p:"i32"},r={parameters:[],results:"v"==e[0]?[]:[t[e[0]]]},_=1;_<e.length;++_)r.parameters.push(t[e[_]]),"j"===e[_]&&r.parameters.push("i32");return r}function generateFuncType(e,t){var r=e.slice(0,1),_=e.slice(1),n={i:127,p:127,j:126,f:125,d:124};t.push(96),uleb128Encode(_.length,t);for(var s=0;s<_.length;++s)t.push(n[_[s]]);"v"==r?t.push(0):t.push(1,n[r])}function convertJsFunctionToWasm(e,t){if("function"==typeof WebAssembly.Function)return new WebAssembly.Function(sigToWasmTypes(t),e);var r=[1];generateFuncType(t,r);var _=[0,97,115,109,1,0,0,0,1];uleb128Encode(r.length,_),_.push.apply(_,r),_.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);var n=new WebAssembly.Module(new Uint8Array(_));return new WebAssembly.Instance(n,{e:{f:e}}).exports.f}function updateTableMap(e,t){if(functionsInTableMap)for(var r=e;r<e+t;r++){var _=getWasmTableEntry(r);_&&functionsInTableMap.set(_,r)}}var functionsInTableMap=void 0,freeTableIndexes=[];function getEmptyTableSlot(){if(freeTableIndexes.length)return freeTableIndexes.pop();try{wasmTable.grow(1)}catch(e){if(!(e instanceof RangeError))throw e;throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH."}return wasmTable.length-1}function setWasmTableEntry(e,t){wasmTable.set(e,t),wasmTableMirror[e]=wasmTable.get(e)}function addFunction(e,t){if(functionsInTableMap||(functionsInTableMap=new WeakMap,updateTableMap(0,wasmTable.length)),functionsInTableMap.has(e))return functionsInTableMap.get(e);var r=getEmptyTableSlot();try{setWasmTableEntry(r,e)}catch(_){if(!(_ instanceof TypeError))throw _;setWasmTableEntry(r,convertJsFunctionToWasm(e,t))}return functionsInTableMap.set(e,r),r}function updateGOT(e,t){for(var r in e)if(!isInternalSym(r)){var _=e[r];r.startsWith("orig$")&&(r=r.split("$")[1],t=!0),GOT[r]||(GOT[r]=new WebAssembly.Global({value:"i32",mutable:!0})),(t||0==GOT[r].value)&&("function"==typeof _?GOT[r].value=addFunction(_):"number"==typeof _?GOT[r].value=_:err("unhandled export type for `"+r+"`: "+typeof _))}}function relocateExports(e,t,r){var _={};for(var n in e){var s=e[n];"object"==typeof s&&(s=s.value),"number"==typeof s&&(s+=t),_[n]=s}return updateGOT(_,r),_}function resolveGlobalSymbol(e,t){var r;return t&&(r=asmLibraryArg["orig$"+e]),r||(r=asmLibraryArg[e])&&r.stub&&(r=void 0),r||(r=Module[asmjsMangle(e)]),!r&&e.startsWith("invoke_")&&(r=createInvokeFunction(e.split("_")[1])),r}function alignMemory(e,t){return Math.ceil(e/t)*t}function loadWebAssemblyModule(binary,flags,handle){var metadata=getDylinkMetadata(binary);function loadModule(){var firstLoad=!handle||!HEAP8[handle+12>>0];if(firstLoad){var memAlign=Math.pow(2,metadata.memoryAlign);memAlign=Math.max(memAlign,STACK_ALIGN);var memoryBase=metadata.memorySize?alignMemory(getMemory(metadata.memorySize+memAlign),memAlign):0,tableBase=metadata.tableSize?wasmTable.length:0;handle&&(HEAP8[handle+12>>0]=1,HEAPU32[handle+16>>2]=memoryBase,HEAP32[handle+20>>2]=metadata.memorySize,HEAPU32[handle+24>>2]=tableBase,HEAP32[handle+28>>2]=metadata.tableSize)}else memoryBase=HEAPU32[handle+16>>2],tableBase=HEAPU32[handle+24>>2];var tableGrowthNeeded=tableBase+metadata.tableSize-wasmTable.length,moduleExports;function resolveSymbol(e){var t=resolveGlobalSymbol(e,!1);return t||(t=moduleExports[e]),t}tableGrowthNeeded>0&&wasmTable.grow(tableGrowthNeeded);var proxyHandler={get:function(e,t){switch(t){case"__memory_base":return memoryBase;case"__table_base":return tableBase}if(t in asmLibraryArg)return asmLibraryArg[t];var r;t in e||(e[t]=function(){return r||(r=resolveSymbol(t)),r.apply(null,arguments)});return e[t]}},proxy=new Proxy({},proxyHandler),info={"GOT.mem":new Proxy({},GOTHandler),"GOT.func":new Proxy({},GOTHandler),env:proxy,wasi_snapshot_preview1:proxy};function postInstantiation(instance){function addEmAsm(addr,body){for(var args=[],arity=0;arity<16&&-1!=body.indexOf("$"+arity);arity++)args.push("$"+arity);args=args.join(",");var func="("+args+" ) => { "+body+"};";ASM_CONSTS[start]=eval(func)}if(updateTableMap(tableBase,metadata.tableSize),moduleExports=relocateExports(instance.exports,memoryBase),flags.allowUndefined||reportUndefinedSymbols(),"__start_em_asm"in moduleExports)for(var start=moduleExports.__start_em_asm,stop=moduleExports.__stop_em_asm;start<stop;){var jsString=UTF8ToString(start);addEmAsm(start,jsString),start=HEAPU8.indexOf(0,start)+1}var applyRelocs=moduleExports.__wasm_apply_data_relocs;applyRelocs&&(runtimeInitialized?applyRelocs():__RELOC_FUNCS__.push(applyRelocs));var init=moduleExports.__wasm_call_ctors;return init&&(runtimeInitialized?init():__ATINIT__.push(init)),moduleExports}if(flags.loadAsync){if(binary instanceof WebAssembly.Module){var instance=new WebAssembly.Instance(binary,info);return Promise.resolve(postInstantiation(instance))}return WebAssembly.instantiate(binary,info).then((function(e){return postInstantiation(e.instance)}))}var module=binary instanceof WebAssembly.Module?binary:new WebAssembly.Module(binary),instance=new WebAssembly.Instance(module,info);return postInstantiation(instance)}return CurrentModuleWeakSymbols=metadata.weakImports,flags.loadAsync?metadata.neededDynlibs.reduce((function(e,t){return e.then((function(){return loadDynamicLibrary(t,flags)}))}),Promise.resolve()).then((function(){return loadModule()})):(metadata.neededDynlibs.forEach((function(e){loadDynamicLibrary(e,flags)})),loadModule())}function loadDynamicLibrary(e,t,r){t=t||{global:!0,nodelete:!0};var _=LDSO.loadedLibsByName[e];if(_)return t.global&&!_.global&&(_.global=!0,"loading"!==_.module&&mergeLibSymbols(_.module,e)),t.nodelete&&_.refcount!==1/0&&(_.refcount=1/0),_.refcount++,r&&(LDSO.loadedLibsByHandle[r]=_),!t.loadAsync||Promise.resolve(!0);function n(e){if(t.fs&&t.fs.findObject(e)){var r=t.fs.readFile(e,{encoding:"binary"});return r instanceof Uint8Array||(r=new Uint8Array(r)),t.loadAsync?Promise.resolve(r):r}if(e=locateFile(e),t.loadAsync)return new Promise((function(t,r){readAsync(e,(e=>t(new Uint8Array(e))),r)}));if(!readBinary)throw new Error(e+": file not found, and synchronous loading of external files is not available");return readBinary(e)}function s(){if("undefined"!=typeof preloadedWasm&&preloadedWasm[e]){var _=preloadedWasm[e];return t.loadAsync?Promise.resolve(_):_}return t.loadAsync?n(e).then((function(e){return loadWebAssemblyModule(e,t,r)})):loadWebAssemblyModule(n(e),t,r)}function a(t){_.global&&mergeLibSymbols(t,e),_.module=t}return _={refcount:t.nodelete?1/0:1,name:e,module:"loading",global:t.global},LDSO.loadedLibsByName[e]=_,r&&(LDSO.loadedLibsByHandle[r]=_),t.loadAsync?s().then((function(e){return a(e),!0})):(a(s()),!0)}function reportUndefinedSymbols(){for(var e in GOT)if(0==GOT[e].value){var t=resolveGlobalSymbol(e,!0);if(!t&&!GOT[e].required)continue;if("function"==typeof t)GOT[e].value=addFunction(t,t.sig);else{if("number"!=typeof t)throw new Error("bad export type for `"+e+"`: "+typeof t);GOT[e].value=t}}}function preloadDylibs(){dynamicLibraries.length?(addRunDependency("preloadDylibs"),dynamicLibraries.reduce((function(e,t){return e.then((function(){return loadDynamicLibrary(t,{loadAsync:!0,global:!0,nodelete:!0,allowUndefined:!0})}))}),Promise.resolve()).then((function(){reportUndefinedSymbols(),removeRunDependency("preloadDylibs")}))):reportUndefinedSymbols()}function setValue(e,t,r="i8"){switch(r.endsWith("*")&&(r="*"),r){case"i1":case"i8":HEAP8[e>>0]=t;break;case"i16":HEAP16[e>>1]=t;break;case"i32":HEAP32[e>>2]=t;break;case"i64":tempI64=[t>>>0,(tempDouble=t,+Math.abs(tempDouble)>=1?tempDouble>0?(0|Math.min(+Math.floor(tempDouble/4294967296),4294967295))>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[e>>2]=tempI64[0],HEAP32[e+4>>2]=tempI64[1];break;case"float":HEAPF32[e>>2]=t;break;case"double":HEAPF64[e>>3]=t;break;case"*":HEAPU32[e>>2]=t;break;default:abort("invalid type for setValue: "+r)}}var ___memory_base=new WebAssembly.Global({value:"i32",mutable:!1},1024),___stack_pointer=new WebAssembly.Global({value:"i32",mutable:!0},78144),___table_base=new WebAssembly.Global({value:"i32",mutable:!1},1),nowIsMonotonic=!0,_emscripten_get_now;function __emscripten_get_now_is_monotonic(){return nowIsMonotonic}function _abort(){abort("")}function _emscripten_date_now(){return Date.now()}function _emscripten_memcpy_big(e,t,r){HEAPU8.copyWithin(e,t,t+r)}function getHeapMax(){return 2147483648}function emscripten_realloc_buffer(e){try{return wasmMemory.grow(e-buffer.byteLength+65535>>>16),updateGlobalBufferAndViews(wasmMemory.buffer),1}catch(e){}}function _emscripten_resize_heap(e){var t=HEAPU8.length;e>>>=0;var r=getHeapMax();if(e>r)return!1;for(var _=1;_<=4;_*=2){var n=t*(1+.2/_);if(n=Math.min(n,e+100663296),emscripten_realloc_buffer(Math.min(r,(s=Math.max(e,n))+((a=65536)-s%a)%a)))return!0}var s,a;return!1}__emscripten_get_now_is_monotonic.sig="i",Module._abort=_abort,_abort.sig="v",_emscripten_date_now.sig="d",_emscripten_get_now=ENVIRONMENT_IS_NODE?()=>{var e=process.hrtime();return 1e3*e[0]+e[1]/1e6}:()=>performance.now(),_emscripten_get_now.sig="d",_emscripten_memcpy_big.sig="vppp",_emscripten_resize_heap.sig="ip";var SYSCALLS={DEFAULT_POLLMASK:5,calculateAt:function(e,t,r){if(PATH.isAbs(t))return t;var _;-100===e?_=FS.cwd():_=SYSCALLS.getStreamFromFD(e).path;if(0==t.length){if(!r)throw new FS.ErrnoError(44);return _}return PATH.join2(_,t)},doStat:function(e,t,r){try{var _=e(t)}catch(e){if(e&&e.node&&PATH.normalize(t)!==PATH.normalize(FS.getPath(e.node)))return-54;throw e}HEAP32[r>>2]=_.dev,HEAP32[r+8>>2]=_.ino,HEAP32[r+12>>2]=_.mode,HEAPU32[r+16>>2]=_.nlink,HEAP32[r+20>>2]=_.uid,HEAP32[r+24>>2]=_.gid,HEAP32[r+28>>2]=_.rdev,tempI64=[_.size>>>0,(tempDouble=_.size,+Math.abs(tempDouble)>=1?tempDouble>0?(0|Math.min(+Math.floor(tempDouble/4294967296),4294967295))>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[r+40>>2]=tempI64[0],HEAP32[r+44>>2]=tempI64[1],HEAP32[r+48>>2]=4096,HEAP32[r+52>>2]=_.blocks;var n=_.atime.getTime(),s=_.mtime.getTime(),a=_.ctime.getTime();return tempI64=[Math.floor(n/1e3)>>>0,(tempDouble=Math.floor(n/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(0|Math.min(+Math.floor(tempDouble/4294967296),4294967295))>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[r+56>>2]=tempI64[0],HEAP32[r+60>>2]=tempI64[1],HEAPU32[r+64>>2]=n%1e3*1e3,tempI64=[Math.floor(s/1e3)>>>0,(tempDouble=Math.floor(s/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(0|Math.min(+Math.floor(tempDouble/4294967296),4294967295))>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[r+72>>2]=tempI64[0],HEAP32[r+76>>2]=tempI64[1],HEAPU32[r+80>>2]=s%1e3*1e3,tempI64=[Math.floor(a/1e3)>>>0,(tempDouble=Math.floor(a/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(0|Math.min(+Math.floor(tempDouble/4294967296),4294967295))>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[r+88>>2]=tempI64[0],HEAP32[r+92>>2]=tempI64[1],HEAPU32[r+96>>2]=a%1e3*1e3,tempI64=[_.ino>>>0,(tempDouble=_.ino,+Math.abs(tempDouble)>=1?tempDouble>0?(0|Math.min(+Math.floor(tempDouble/4294967296),4294967295))>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[r+104>>2]=tempI64[0],HEAP32[r+108>>2]=tempI64[1],0},doMsync:function(e,t,r,_,n){if(!FS.isFile(t.node.mode))throw new FS.ErrnoError(43);if(2&_)return 0;var s=HEAPU8.slice(e,e+r);FS.msync(t,s,n,r,_)},varargs:void 0,get:function(){return SYSCALLS.varargs+=4,HEAP32[SYSCALLS.varargs-4>>2]},getStr:function(e){return UTF8ToString(e)},getStreamFromFD:function(e){var t=FS.getStream(e);if(!t)throw new FS.ErrnoError(8);return t}};function _proc_exit(e){EXITSTATUS=e,keepRuntimeAlive()||(Module.onExit&&Module.onExit(e),ABORT=!0),quit_(e,new ExitStatus(e))}function exitJS(e,t){EXITSTATUS=e,_proc_exit(e)}_proc_exit.sig="vi";var _exit=exitJS;function _fd_close(e){try{var t=SYSCALLS.getStreamFromFD(e);return FS.close(t),0}catch(e){if("undefined"==typeof FS||!(e instanceof FS.ErrnoError))throw e;return e.errno}}function convertI32PairToI53Checked(e,t){return t+2097152>>>0<4194305-!!e?(e>>>0)+4294967296*t:NaN}function _fd_seek(e,t,r,_,n){try{var s=convertI32PairToI53Checked(t,r);if(isNaN(s))return 61;var a=SYSCALLS.getStreamFromFD(e);return FS.llseek(a,s,_),tempI64=[a.position>>>0,(tempDouble=a.position,+Math.abs(tempDouble)>=1?tempDouble>0?(0|Math.min(+Math.floor(tempDouble/4294967296),4294967295))>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[n>>2]=tempI64[0],HEAP32[n+4>>2]=tempI64[1],a.getdents&&0===s&&0===_&&(a.getdents=null),0}catch(e){if("undefined"==typeof FS||!(e instanceof FS.ErrnoError))throw e;return e.errno}}function doWritev(e,t,r,_){for(var n=0,s=0;s<r;s++){var a=HEAPU32[t>>2],o=HEAPU32[t+4>>2];t+=8;var i=FS.write(e,HEAP8,a,o,_);if(i<0)return-1;n+=i,void 0!==_&&(_+=i)}return n}function _fd_write(e,t,r,_){try{var n=doWritev(SYSCALLS.getStreamFromFD(e),t,r);return HEAPU32[_>>2]=n,0}catch(e){if("undefined"==typeof FS||!(e instanceof FS.ErrnoError))throw e;return e.errno}}function _tree_sitter_log_callback(e,t){if(currentLogCallback){const r=UTF8ToString(t);currentLogCallback(r,0!==e)}}function _tree_sitter_parse_callback(e,t,r,_,n){var s=currentParseCallback(t,{row:r,column:_});"string"==typeof s?(setValue(n,s.length,"i32"),stringToUTF16(s,e,10240)):setValue(n,0,"i32")}function handleException(e){if(e instanceof ExitStatus||"unwind"==e)return EXITSTATUS;quit_(1,e)}function allocateUTF8OnStack(e){var t=lengthBytesUTF8(e)+1,r=stackAlloc(t);return stringToUTF8Array(e,HEAP8,r,t),r}function stringToUTF16(e,t,r){if(void 0===r&&(r=2147483647),r<2)return 0;for(var _=t,n=(r-=2)<2*e.length?r/2:e.length,s=0;s<n;++s){var a=e.charCodeAt(s);HEAP16[t>>1]=a,t+=2}return HEAP16[t>>1]=0,t-_}function AsciiToString(e){for(var t="";;){var r=HEAPU8[e++>>0];if(!r)return t;t+=String.fromCharCode(r)}}_exit.sig="vi",_fd_close.sig="ii",_fd_seek.sig="iijip",_fd_write.sig="iippp";var asmLibraryArg={__heap_base:___heap_base,__indirect_function_table:wasmTable,__memory_base:___memory_base,__stack_pointer:___stack_pointer,__table_base:___table_base,_emscripten_get_now_is_monotonic:__emscripten_get_now_is_monotonic,abort:_abort,emscripten_get_now:_emscripten_get_now,emscripten_memcpy_big:_emscripten_memcpy_big,emscripten_resize_heap:_emscripten_resize_heap,exit:_exit,fd_close:_fd_close,fd_seek:_fd_seek,fd_write:_fd_write,memory:wasmMemory,tree_sitter_log_callback:_tree_sitter_log_callback,tree_sitter_parse_callback:_tree_sitter_parse_callback},asm=createWasm(),___wasm_call_ctors=Module.___wasm_call_ctors=function(){return(___wasm_call_ctors=Module.___wasm_call_ctors=Module.asm.__wasm_call_ctors).apply(null,arguments)},___wasm_apply_data_relocs=Module.___wasm_apply_data_relocs=function(){return(___wasm_apply_data_relocs=Module.___wasm_apply_data_relocs=Module.asm.__wasm_apply_data_relocs).apply(null,arguments)},_malloc=Module._malloc=function(){return(_malloc=Module._malloc=Module.asm.malloc).apply(null,arguments)},_calloc=Module._calloc=function(){return(_calloc=Module._calloc=Module.asm.calloc).apply(null,arguments)},_realloc=Module._realloc=function(){return(_realloc=Module._realloc=Module.asm.realloc).apply(null,arguments)},_free=Module._free=function(){return(_free=Module._free=Module.asm.free).apply(null,arguments)},_ts_language_symbol_count=Module._ts_language_symbol_count=function(){return(_ts_language_symbol_count=Module._ts_language_symbol_count=Module.asm.ts_language_symbol_count).apply(null,arguments)},_ts_language_version=Module._ts_language_version=function(){return(_ts_language_version=Module._ts_language_version=Module.asm.ts_language_version).apply(null,arguments)},_ts_language_field_count=Module._ts_language_field_count=function(){return(_ts_language_field_count=Module._ts_language_field_count=Module.asm.ts_language_field_count).apply(null,arguments)},_ts_language_symbol_name=Module._ts_language_symbol_name=function(){return(_ts_language_symbol_name=Module._ts_language_symbol_name=Module.asm.ts_language_symbol_name).apply(null,arguments)},_ts_language_symbol_for_name=Module._ts_language_symbol_for_name=function(){return(_ts_language_symbol_for_name=Module._ts_language_symbol_for_name=Module.asm.ts_language_symbol_for_name).apply(null,arguments)},_ts_language_symbol_type=Module._ts_language_symbol_type=function(){return(_ts_language_symbol_type=Module._ts_language_symbol_type=Module.asm.ts_language_symbol_type).apply(null,arguments)},_ts_language_field_name_for_id=Module._ts_language_field_name_for_id=function(){return(_ts_language_field_name_for_id=Module._ts_language_field_name_for_id=Module.asm.ts_language_field_name_for_id).apply(null,arguments)},_memset=Module._memset=function(){return(_memset=Module._memset=Module.asm.memset).apply(null,arguments)},_memcpy=Module._memcpy=function(){return(_memcpy=Module._memcpy=Module.asm.memcpy).apply(null,arguments)},_ts_parser_delete=Module._ts_parser_delete=function(){return(_ts_parser_delete=Module._ts_parser_delete=Module.asm.ts_parser_delete).apply(null,arguments)},_ts_parser_reset=Module._ts_parser_reset=function(){return(_ts_parser_reset=Module._ts_parser_reset=Module.asm.ts_parser_reset).apply(null,arguments)},_ts_parser_set_language=Module._ts_parser_set_language=function(){return(_ts_parser_set_language=Module._ts_parser_set_language=Module.asm.ts_parser_set_language).apply(null,arguments)},_ts_parser_timeout_micros=Module._ts_parser_timeout_micros=function(){return(_ts_parser_timeout_micros=Module._ts_parser_timeout_micros=Module.asm.ts_parser_timeout_micros).apply(null,arguments)},_ts_parser_set_timeout_micros=Module._ts_parser_set_timeout_micros=function(){return(_ts_parser_set_timeout_micros=Module._ts_parser_set_timeout_micros=Module.asm.ts_parser_set_timeout_micros).apply(null,arguments)},_memmove=Module._memmove=function(){return(_memmove=Module._memmove=Module.asm.memmove).apply(null,arguments)},_memcmp=Module._memcmp=function(){return(_memcmp=Module._memcmp=Module.asm.memcmp).apply(null,arguments)},_ts_query_new=Module._ts_query_new=function(){return(_ts_query_new=Module._ts_query_new=Module.asm.ts_query_new).apply(null,arguments)},_ts_query_delete=Module._ts_query_delete=function(){return(_ts_query_delete=Module._ts_query_delete=Module.asm.ts_query_delete).apply(null,arguments)},_iswspace=Module._iswspace=function(){return(_iswspace=Module._iswspace=Module.asm.iswspace).apply(null,arguments)},_iswalnum=Module._iswalnum=function(){return(_iswalnum=Module._iswalnum=Module.asm.iswalnum).apply(null,arguments)},_ts_query_pattern_count=Module._ts_query_pattern_count=function(){return(_ts_query_pattern_count=Module._ts_query_pattern_count=Module.asm.ts_query_pattern_count).apply(null,arguments)},_ts_query_capture_count=Module._ts_query_capture_count=function(){return(_ts_query_capture_count=Module._ts_query_capture_count=Module.asm.ts_query_capture_count).apply(null,arguments)},_ts_query_string_count=Module._ts_query_string_count=function(){return(_ts_query_string_count=Module._ts_query_string_count=Module.asm.ts_query_string_count).apply(null,arguments)},_ts_query_capture_name_for_id=Module._ts_query_capture_name_for_id=function(){return(_ts_query_capture_name_for_id=Module._ts_query_capture_name_for_id=Module.asm.ts_query_capture_name_for_id).apply(null,arguments)},_ts_query_string_value_for_id=Module._ts_query_string_value_for_id=function(){return(_ts_query_string_value_for_id=Module._ts_query_string_value_for_id=Module.asm.ts_query_string_value_for_id).apply(null,arguments)},_ts_query_predicates_for_pattern=Module._ts_query_predicates_for_pattern=function(){return(_ts_query_predicates_for_pattern=Module._ts_query_predicates_for_pattern=Module.asm.ts_query_predicates_for_pattern).apply(null,arguments)},_ts_tree_copy=Module._ts_tree_copy=function(){return(_ts_tree_copy=Module._ts_tree_copy=Module.asm.ts_tree_copy).apply(null,arguments)},_ts_tree_delete=Module._ts_tree_delete=function(){return(_ts_tree_delete=Module._ts_tree_delete=Module.asm.ts_tree_delete).apply(null,arguments)},_ts_init=Module._ts_init=function(){return(_ts_init=Module._ts_init=Module.asm.ts_init).apply(null,arguments)},_ts_parser_new_wasm=Module._ts_parser_new_wasm=function(){return(_ts_parser_new_wasm=Module._ts_parser_new_wasm=Module.asm.ts_parser_new_wasm).apply(null,arguments)},_ts_parser_enable_logger_wasm=Module._ts_parser_enable_logger_wasm=function(){return(_ts_parser_enable_logger_wasm=Module._ts_parser_enable_logger_wasm=Module.asm.ts_parser_enable_logger_wasm).apply(null,arguments)},_ts_parser_parse_wasm=Module._ts_parser_parse_wasm=function(){return(_ts_parser_parse_wasm=Module._ts_parser_parse_wasm=Module.asm.ts_parser_parse_wasm).apply(null,arguments)},_ts_language_type_is_named_wasm=Module._ts_language_type_is_named_wasm=function(){return(_ts_language_type_is_named_wasm=Module._ts_language_type_is_named_wasm=Module.asm.ts_language_type_is_named_wasm).apply(null,arguments)},_ts_language_type_is_visible_wasm=Module._ts_language_type_is_visible_wasm=function(){return(_ts_language_type_is_visible_wasm=Module._ts_language_type_is_visible_wasm=Module.asm.ts_language_type_is_visible_wasm).apply(null,arguments)},_ts_tree_root_node_wasm=Module._ts_tree_root_node_wasm=function(){return(_ts_tree_root_node_wasm=Module._ts_tree_root_node_wasm=Module.asm.ts_tree_root_node_wasm).apply(null,arguments)},_ts_tree_edit_wasm=Module._ts_tree_edit_wasm=function(){return(_ts_tree_edit_wasm=Module._ts_tree_edit_wasm=Module.asm.ts_tree_edit_wasm).apply(null,arguments)},_ts_tree_get_changed_ranges_wasm=Module._ts_tree_get_changed_ranges_wasm=function(){return(_ts_tree_get_changed_ranges_wasm=Module._ts_tree_get_changed_ranges_wasm=Module.asm.ts_tree_get_changed_ranges_wasm).apply(null,arguments)},_ts_tree_cursor_new_wasm=Module._ts_tree_cursor_new_wasm=function(){return(_ts_tree_cursor_new_wasm=Module._ts_tree_cursor_new_wasm=Module.asm.ts_tree_cursor_new_wasm).apply(null,arguments)},_ts_tree_cursor_delete_wasm=Module._ts_tree_cursor_delete_wasm=function(){return(_ts_tree_cursor_delete_wasm=Module._ts_tree_cursor_delete_wasm=Module.asm.ts_tree_cursor_delete_wasm).apply(null,arguments)},_ts_tree_cursor_reset_wasm=Module._ts_tree_cursor_reset_wasm=function(){return(_ts_tree_cursor_reset_wasm=Module._ts_tree_cursor_reset_wasm=Module.asm.ts_tree_cursor_reset_wasm).apply(null,arguments)},_ts_tree_cursor_goto_first_child_wasm=Module._ts_tree_cursor_goto_first_child_wasm=function(){return(_ts_tree_cursor_goto_first_child_wasm=Module._ts_tree_cursor_goto_first_child_wasm=Module.asm.ts_tree_cursor_goto_first_child_wasm).apply(null,arguments)},_ts_tree_cursor_goto_next_sibling_wasm=Module._ts_tree_cursor_goto_next_sibling_wasm=function(){return(_ts_tree_cursor_goto_next_sibling_wasm=Module._ts_tree_cursor_goto_next_sibling_wasm=Module.asm.ts_tree_cursor_goto_next_sibling_wasm).apply(null,arguments)},_ts_tree_cursor_goto_parent_wasm=Module._ts_tree_cursor_goto_parent_wasm=function(){return(_ts_tree_cursor_goto_parent_wasm=Module._ts_tree_cursor_goto_parent_wasm=Module.asm.ts_tree_cursor_goto_parent_wasm).apply(null,arguments)},_ts_tree_cursor_current_node_type_id_wasm=Module._ts_tree_cursor_current_node_type_id_wasm=function(){return(_ts_tree_cursor_current_node_type_id_wasm=Module._ts_tree_cursor_current_node_type_id_wasm=Module.asm.ts_tree_cursor_current_node_type_id_wasm).apply(null,arguments)},_ts_tree_cursor_current_node_is_named_wasm=Module._ts_tree_cursor_current_node_is_named_wasm=function(){return(_ts_tree_cursor_current_node_is_named_wasm=Module._ts_tree_cursor_current_node_is_named_wasm=Module.asm.ts_tree_cursor_current_node_is_named_wasm).apply(null,arguments)},_ts_tree_cursor_current_node_is_missing_wasm=Module._ts_tree_cursor_current_node_is_missing_wasm=function(){return(_ts_tree_cursor_current_node_is_missing_wasm=Module._ts_tree_cursor_current_node_is_missing_wasm=Module.asm.ts_tree_cursor_current_node_is_missing_wasm).apply(null,arguments)},_ts_tree_cursor_current_node_id_wasm=Module._ts_tree_cursor_current_node_id_wasm=function(){return(_ts_tree_cursor_current_node_id_wasm=Module._ts_tree_cursor_current_node_id_wasm=Module.asm.ts_tree_cursor_current_node_id_wasm).apply(null,arguments)},_ts_tree_cursor_start_position_wasm=Module._ts_tree_cursor_start_position_wasm=function(){return(_ts_tree_cursor_start_position_wasm=Module._ts_tree_cursor_start_position_wasm=Module.asm.ts_tree_cursor_start_position_wasm).apply(null,arguments)},_ts_tree_cursor_end_position_wasm=Module._ts_tree_cursor_end_position_wasm=function(){return(_ts_tree_cursor_end_position_wasm=Module._ts_tree_cursor_end_position_wasm=Module.asm.ts_tree_cursor_end_position_wasm).apply(null,arguments)},_ts_tree_cursor_start_index_wasm=Module._ts_tree_cursor_start_index_wasm=function(){return(_ts_tree_cursor_start_index_wasm=Module._ts_tree_cursor_start_index_wasm=Module.asm.ts_tree_cursor_start_index_wasm).apply(null,arguments)},_ts_tree_cursor_end_index_wasm=Module._ts_tree_cursor_end_index_wasm=function(){return(_ts_tree_cursor_end_index_wasm=Module._ts_tree_cursor_end_index_wasm=Module.asm.ts_tree_cursor_end_index_wasm).apply(null,arguments)},_ts_tree_cursor_current_field_id_wasm=Module._ts_tree_cursor_current_field_id_wasm=function(){return(_ts_tree_cursor_current_field_id_wasm=Module._ts_tree_cursor_current_field_id_wasm=Module.asm.ts_tree_cursor_current_field_id_wasm).apply(null,arguments)},_ts_tree_cursor_current_node_wasm=Module._ts_tree_cursor_current_node_wasm=function(){return(_ts_tree_cursor_current_node_wasm=Module._ts_tree_cursor_current_node_wasm=Module.asm.ts_tree_cursor_current_node_wasm).apply(null,arguments)},_ts_node_symbol_wasm=Module._ts_node_symbol_wasm=function(){return(_ts_node_symbol_wasm=Module._ts_node_symbol_wasm=Module.asm.ts_node_symbol_wasm).apply(null,arguments)},_ts_node_child_count_wasm=Module._ts_node_child_count_wasm=function(){return(_ts_node_child_count_wasm=Module._ts_node_child_count_wasm=Module.asm.ts_node_child_count_wasm).apply(null,arguments)},_ts_node_named_child_count_wasm=Module._ts_node_named_child_count_wasm=function(){return(_ts_node_named_child_count_wasm=Module._ts_node_named_child_count_wasm=Module.asm.ts_node_named_child_count_wasm).apply(null,arguments)},_ts_node_child_wasm=Module._ts_node_child_wasm=function(){return(_ts_node_child_wasm=Module._ts_node_child_wasm=Module.asm.ts_node_child_wasm).apply(null,arguments)},_ts_node_named_child_wasm=Module._ts_node_named_child_wasm=function(){return(_ts_node_named_child_wasm=Module._ts_node_named_child_wasm=Module.asm.ts_node_named_child_wasm).apply(null,arguments)},_ts_node_child_by_field_id_wasm=Module._ts_node_child_by_field_id_wasm=function(){return(_ts_node_child_by_field_id_wasm=Module._ts_node_child_by_field_id_wasm=Module.asm.ts_node_child_by_field_id_wasm).apply(null,arguments)},_ts_node_next_sibling_wasm=Module._ts_node_next_sibling_wasm=function(){return(_ts_node_next_sibling_wasm=Module._ts_node_next_sibling_wasm=Module.asm.ts_node_next_sibling_wasm).apply(null,arguments)},_ts_node_prev_sibling_wasm=Module._ts_node_prev_sibling_wasm=function(){return(_ts_node_prev_sibling_wasm=Module._ts_node_prev_sibling_wasm=Module.asm.ts_node_prev_sibling_wasm).apply(null,arguments)},_ts_node_next_named_sibling_wasm=Module._ts_node_next_named_sibling_wasm=function(){return(_ts_node_next_named_sibling_wasm=Module._ts_node_next_named_sibling_wasm=Module.asm.ts_node_next_named_sibling_wasm).apply(null,arguments)},_ts_node_prev_named_sibling_wasm=Module._ts_node_prev_named_sibling_wasm=function(){return(_ts_node_prev_named_sibling_wasm=Module._ts_node_prev_named_sibling_wasm=Module.asm.ts_node_prev_named_sibling_wasm).apply(null,arguments)},_ts_node_parent_wasm=Module._ts_node_parent_wasm=function(){return(_ts_node_parent_wasm=Module._ts_node_parent_wasm=Module.asm.ts_node_parent_wasm).apply(null,arguments)},_ts_node_descendant_for_index_wasm=Module._ts_node_descendant_for_index_wasm=function(){return(_ts_node_descendant_for_index_wasm=Module._ts_node_descendant_for_index_wasm=Module.asm.ts_node_descendant_for_index_wasm).apply(null,arguments)},_ts_node_named_descendant_for_index_wasm=Module._ts_node_named_descendant_for_index_wasm=function(){return(_ts_node_named_descendant_for_index_wasm=Module._ts_node_named_descendant_for_index_wasm=Module.asm.ts_node_named_descendant_for_index_wasm).apply(null,arguments)},_ts_node_descendant_for_position_wasm=Module._ts_node_descendant_for_position_wasm=function(){return(_ts_node_descendant_for_position_wasm=Module._ts_node_descendant_for_position_wasm=Module.asm.ts_node_descendant_for_position_wasm).apply(null,arguments)},_ts_node_named_descendant_for_position_wasm=Module._ts_node_named_descendant_for_position_wasm=function(){return(_ts_node_named_descendant_for_position_wasm=Module._ts_node_named_descendant_for_position_wasm=Module.asm.ts_node_named_descendant_for_position_wasm).apply(null,arguments)},_ts_node_start_point_wasm=Module._ts_node_start_point_wasm=function(){return(_ts_node_start_point_wasm=Module._ts_node_start_point_wasm=Module.asm.ts_node_start_point_wasm).apply(null,arguments)},_ts_node_end_point_wasm=Module._ts_node_end_point_wasm=function(){return(_ts_node_end_point_wasm=Module._ts_node_end_point_wasm=Module.asm.ts_node_end_point_wasm).apply(null,arguments)},_ts_node_start_index_wasm=Module._ts_node_start_index_wasm=function(){return(_ts_node_start_index_wasm=Module._ts_node_start_index_wasm=Module.asm.ts_node_start_index_wasm).apply(null,arguments)},_ts_node_end_index_wasm=Module._ts_node_end_index_wasm=function(){return(_ts_node_end_index_wasm=Module._ts_node_end_index_wasm=Module.asm.ts_node_end_index_wasm).apply(null,arguments)},_ts_node_to_string_wasm=Module._ts_node_to_string_wasm=function(){return(_ts_node_to_string_wasm=Module._ts_node_to_string_wasm=Module.asm.ts_node_to_string_wasm).apply(null,arguments)},_ts_node_children_wasm=Module._ts_node_children_wasm=function(){return(_ts_node_children_wasm=Module._ts_node_children_wasm=Module.asm.ts_node_children_wasm).apply(null,arguments)},_ts_node_named_children_wasm=Module._ts_node_named_children_wasm=function(){return(_ts_node_named_children_wasm=Module._ts_node_named_children_wasm=Module.asm.ts_node_named_children_wasm).apply(null,arguments)},_ts_node_descendants_of_type_wasm=Module._ts_node_descendants_of_type_wasm=function(){return(_ts_node_descendants_of_type_wasm=Module._ts_node_descendants_of_type_wasm=Module.asm.ts_node_descendants_of_type_wasm).apply(null,arguments)},_ts_node_is_named_wasm=Module._ts_node_is_named_wasm=function(){return(_ts_node_is_named_wasm=Module._ts_node_is_named_wasm=Module.asm.ts_node_is_named_wasm).apply(null,arguments)},_ts_node_has_changes_wasm=Module._ts_node_has_changes_wasm=function(){return(_ts_node_has_changes_wasm=Module._ts_node_has_changes_wasm=Module.asm.ts_node_has_changes_wasm).apply(null,arguments)},_ts_node_has_error_wasm=Module._ts_node_has_error_wasm=function(){return(_ts_node_has_error_wasm=Module._ts_node_has_error_wasm=Module.asm.ts_node_has_error_wasm).apply(null,arguments)},_ts_node_is_missing_wasm=Module._ts_node_is_missing_wasm=function(){return(_ts_node_is_missing_wasm=Module._ts_node_is_missing_wasm=Module.asm.ts_node_is_missing_wasm).apply(null,arguments)},_ts_query_matches_wasm=Module._ts_query_matches_wasm=function(){return(_ts_query_matches_wasm=Module._ts_query_matches_wasm=Module.asm.ts_query_matches_wasm).apply(null,arguments)},_ts_query_captures_wasm=Module._ts_query_captures_wasm=function(){return(_ts_query_captures_wasm=Module._ts_query_captures_wasm=Module.asm.ts_query_captures_wasm).apply(null,arguments)},___cxa_atexit=Module.___cxa_atexit=function(){return(___cxa_atexit=Module.___cxa_atexit=Module.asm.__cxa_atexit).apply(null,arguments)},_iswdigit=Module._iswdigit=function(){return(_iswdigit=Module._iswdigit=Module.asm.iswdigit).apply(null,arguments)},_iswalpha=Module._iswalpha=function(){return(_iswalpha=Module._iswalpha=Module.asm.iswalpha).apply(null,arguments)},_iswlower=Module._iswlower=function(){return(_iswlower=Module._iswlower=Module.asm.iswlower).apply(null,arguments)},_memchr=Module._memchr=function(){return(_memchr=Module._memchr=Module.asm.memchr).apply(null,arguments)},_strlen=Module._strlen=function(){return(_strlen=Module._strlen=Module.asm.strlen).apply(null,arguments)},_towupper=Module._towupper=function(){return(_towupper=Module._towupper=Module.asm.towupper).apply(null,arguments)},_setThrew=Module._setThrew=function(){return(_setThrew=Module._setThrew=Module.asm.setThrew).apply(null,arguments)},stackSave=Module.stackSave=function(){return(stackSave=Module.stackSave=Module.asm.stackSave).apply(null,arguments)},stackRestore=Module.stackRestore=function(){return(stackRestore=Module.stackRestore=Module.asm.stackRestore).apply(null,arguments)},stackAlloc=Module.stackAlloc=function(){return(stackAlloc=Module.stackAlloc=Module.asm.stackAlloc).apply(null,arguments)},__Znwm=Module.__Znwm=function(){return(__Znwm=Module.__Znwm=Module.asm._Znwm).apply(null,arguments)},__ZdlPv=Module.__ZdlPv=function(){return(__ZdlPv=Module.__ZdlPv=Module.asm._ZdlPv).apply(null,arguments)},__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev=Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev=function(){return(__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev=Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev=Module.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev).apply(null,arguments)},__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm=Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm=function(){return(__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm=Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm=Module.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9__grow_byEmmmmmm).apply(null,arguments)},__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm=Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm=function(){return(__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm=Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm=Module.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcm).apply(null,arguments)},__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm=Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm=function(){return(__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm=Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm=Module.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7reserveEm).apply(null,arguments)},__ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm=Module.__ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm=function(){return(__ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm=Module.__ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm=Module.asm._ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm).apply(null,arguments)},__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc=Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc=function(){return(__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc=Module.__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc=Module.asm._ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc).apply(null,arguments)},__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev=Module.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev=function(){return(__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev=Module.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev=Module.asm._ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev).apply(null,arguments)},__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw=Module.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw=function(){return(__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw=Module.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw=Module.asm._ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE9push_backEw).apply(null,arguments)},__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6resizeEmw=Module.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6resizeEmw=function(){return(__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6resizeEmw=Module.__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6resizeEmw=Module.asm._ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6resizeEmw).apply(null,arguments)},dynCall_jiji=Module.dynCall_jiji=function(){return(dynCall_jiji=Module.dynCall_jiji=Module.asm.dynCall_jiji).apply(null,arguments)},_orig$ts_parser_timeout_micros=Module._orig$ts_parser_timeout_micros=function(){return(_orig$ts_parser_timeout_micros=Module._orig$ts_parser_timeout_micros=Module.asm.orig$ts_parser_timeout_micros).apply(null,arguments)},_orig$ts_parser_set_timeout_micros=Module._orig$ts_parser_set_timeout_micros=function(){return(_orig$ts_parser_set_timeout_micros=Module._orig$ts_parser_set_timeout_micros=Module.asm.orig$ts_parser_set_timeout_micros).apply(null,arguments)},calledRun;function callMain(e){var t=Module._main;if(t){(e=e||[]).unshift(thisProgram);var r=e.length,_=stackAlloc(4*(r+1)),n=_>>2;e.forEach((e=>{HEAP32[n++]=allocateUTF8OnStack(e)})),HEAP32[n]=0;try{var s=t(r,_);return exitJS(s,!0),s}catch(e){return handleException(e)}}}Module.AsciiToString=AsciiToString,Module.stringToUTF16=stringToUTF16,dependenciesFulfilled=function e(){calledRun||run(),calledRun||(dependenciesFulfilled=e)};var dylibsLoaded=!1;function run(e){function t(){calledRun||(calledRun=!0,Module.calledRun=!0,ABORT||(initRuntime(),preMain(),Module.onRuntimeInitialized&&Module.onRuntimeInitialized(),shouldRunNow&&callMain(e),postRun()))}e=e||arguments_,runDependencies>0||!dylibsLoaded&&(preloadDylibs(),dylibsLoaded=!0,runDependencies>0)||(preRun(),runDependencies>0||(Module.setStatus?(Module.setStatus("Running..."),setTimeout((function(){setTimeout((function(){Module.setStatus("")}),1),t()}),1)):t()))}if(Module.preInit)for("function"==typeof Module.preInit&&(Module.preInit=[Module.preInit]);Module.preInit.length>0;)Module.preInit.pop()();var shouldRunNow=!0;Module.noInitialRun&&(shouldRunNow=!1),run();const C=Module,INTERNAL={},SIZE_OF_INT=4,SIZE_OF_NODE=5*SIZE_OF_INT,SIZE_OF_POINT=2*SIZE_OF_INT,SIZE_OF_RANGE=2*SIZE_OF_INT+2*SIZE_OF_POINT,ZERO_POINT={row:0,column:0},QUERY_WORD_REGEX=/[\w-.]*/g,PREDICATE_STEP_TYPE_CAPTURE=1,PREDICATE_STEP_TYPE_STRING=2,LANGUAGE_FUNCTION_REGEX=/^_?tree_sitter_\w+/;var VERSION,MIN_COMPATIBLE_VERSION,TRANSFER_BUFFER,currentParseCallback,currentLogCallback;class ParserImpl{static init(){TRANSFER_BUFFER=C._ts_init(),VERSION=getValue(TRANSFER_BUFFER,"i32"),MIN_COMPATIBLE_VERSION=getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32")}initialize(){C._ts_parser_new_wasm(),this[0]=getValue(TRANSFER_BUFFER,"i32"),this[1]=getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32")}delete(){C._ts_parser_delete(this[0]),C._free(this[1]),this[0]=0,this[1]=0}setLanguage(e){let t;if(e){if(e.constructor!==Language)throw new Error("Argument must be a Language");{t=e[0];const r=C._ts_language_version(t);if(r<MIN_COMPATIBLE_VERSION||VERSION<r)throw new Error(`Incompatible language version ${r}. Compatibility range ${MIN_COMPATIBLE_VERSION} through ${VERSION}.`)}}else t=0,e=null;return this.language=e,C._ts_parser_set_language(this[0],t),this}getLanguage(){return this.language}parse(e,t,r){if("string"==typeof e)currentParseCallback=(t,r,_)=>e.slice(t,_);else{if("function"!=typeof e)throw new Error("Argument must be a string or a function");currentParseCallback=e}this.logCallback?(currentLogCallback=this.logCallback,C._ts_parser_enable_logger_wasm(this[0],1)):(currentLogCallback=null,C._ts_parser_enable_logger_wasm(this[0],0));let _=0,n=0;if(r&&r.includedRanges){_=r.includedRanges.length,n=C._calloc(_,SIZE_OF_RANGE);let e=n;for(let t=0;t<_;t++)marshalRange(e,r.includedRanges[t]),e+=SIZE_OF_RANGE}const s=C._ts_parser_parse_wasm(this[0],this[1],t?t[0]:0,n,_);if(!s)throw currentParseCallback=null,currentLogCallback=null,new Error("Parsing failed");const a=new Tree(INTERNAL,s,this.language,currentParseCallback);return currentParseCallback=null,currentLogCallback=null,a}reset(){C._ts_parser_reset(this[0])}setTimeoutMicros(e){C._ts_parser_set_timeout_micros(this[0],e)}getTimeoutMicros(){return C._ts_parser_timeout_micros(this[0])}setLogger(e){if(e){if("function"!=typeof e)throw new Error("Logger callback must be a function")}else e=null;return this.logCallback=e,this}getLogger(){return this.logCallback}}class Tree{constructor(e,t,r,_){assertInternal(e),this[0]=t,this.language=r,this.textCallback=_}copy(){const e=C._ts_tree_copy(this[0]);return new Tree(INTERNAL,e,this.language,this.textCallback)}delete(){C._ts_tree_delete(this[0]),this[0]=0}edit(e){marshalEdit(e),C._ts_tree_edit_wasm(this[0])}get rootNode(){return C._ts_tree_root_node_wasm(this[0]),unmarshalNode(this)}getLanguage(){return this.language}walk(){return this.rootNode.walk()}getChangedRanges(e){if(e.constructor!==Tree)throw new TypeError("Argument must be a Tree");C._ts_tree_get_changed_ranges_wasm(this[0],e[0]);const t=getValue(TRANSFER_BUFFER,"i32"),r=getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),_=new Array(t);if(t>0){let e=r;for(let r=0;r<t;r++)_[r]=unmarshalRange(e),e+=SIZE_OF_RANGE;C._free(r)}return _}}class Node{constructor(e,t){assertInternal(e),this.tree=t}get typeId(){return marshalNode(this),C._ts_node_symbol_wasm(this.tree[0])}get type(){return this.tree.language.types[this.typeId]||"ERROR"}get endPosition(){return marshalNode(this),C._ts_node_end_point_wasm(this.tree[0]),unmarshalPoint(TRANSFER_BUFFER)}get endIndex(){return marshalNode(this),C._ts_node_end_index_wasm(this.tree[0])}get text(){return getText(this.tree,this.startIndex,this.endIndex)}isNamed(){return marshalNode(this),1===C._ts_node_is_named_wasm(this.tree[0])}hasError(){return marshalNode(this),1===C._ts_node_has_error_wasm(this.tree[0])}hasChanges(){return marshalNode(this),1===C._ts_node_has_changes_wasm(this.tree[0])}isMissing(){return marshalNode(this),1===C._ts_node_is_missing_wasm(this.tree[0])}equals(e){return this.id===e.id}child(e){return marshalNode(this),C._ts_node_child_wasm(this.tree[0],e),unmarshalNode(this.tree)}namedChild(e){return marshalNode(this),C._ts_node_named_child_wasm(this.tree[0],e),unmarshalNode(this.tree)}childForFieldId(e){return marshalNode(this),C._ts_node_child_by_field_id_wasm(this.tree[0],e),unmarshalNode(this.tree)}childForFieldName(e){const t=this.tree.language.fields.indexOf(e);if(-1!==t)return this.childForFieldId(t)}get childCount(){return marshalNode(this),C._ts_node_child_count_wasm(this.tree[0])}get namedChildCount(){return marshalNode(this),C._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){marshalNode(this),C._ts_node_children_wasm(this.tree[0]);const e=getValue(TRANSFER_BUFFER,"i32"),t=getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32");if(this._children=new Array(e),e>0){let r=t;for(let t=0;t<e;t++)this._children[t]=unmarshalNode(this.tree,r),r+=SIZE_OF_NODE;C._free(t)}}return this._children}get namedChildren(){if(!this._namedChildren){marshalNode(this),C._ts_node_named_children_wasm(this.tree[0]);const e=getValue(TRANSFER_BUFFER,"i32"),t=getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32");if(this._namedChildren=new Array(e),e>0){let r=t;for(let t=0;t<e;t++)this._namedChildren[t]=unmarshalNode(this.tree,r),r+=SIZE_OF_NODE;C._free(t)}}return this._namedChildren}descendantsOfType(e,t,r){Array.isArray(e)||(e=[e]),t||(t=ZERO_POINT),r||(r=ZERO_POINT);const _=[],n=this.tree.language.types;for(let t=0,r=n.length;t<r;t++)e.includes(n[t])&&_.push(t);const s=C._malloc(SIZE_OF_INT*_.length);for(let e=0,t=_.length;e<t;e++)setValue(s+e*SIZE_OF_INT,_[e],"i32");marshalNode(this),C._ts_node_descendants_of_type_wasm(this.tree[0],s,_.length,t.row,t.column,r.row,r.column);const a=getValue(TRANSFER_BUFFER,"i32"),o=getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),i=new Array(a);if(a>0){let e=o;for(let t=0;t<a;t++)i[t]=unmarshalNode(this.tree,e),e+=SIZE_OF_NODE}return C._free(o),C._free(s),i}get nextSibling(){return marshalNode(this),C._ts_node_next_sibling_wasm(this.tree[0]),unmarshalNode(this.tree)}get previousSibling(){return marshalNode(this),C._ts_node_prev_sibling_wasm(this.tree[0]),unmarshalNode(this.tree)}get nextNamedSibling(){return marshalNode(this),C._ts_node_next_named_sibling_wasm(this.tree[0]),unmarshalNode(this.tree)}get previousNamedSibling(){return marshalNode(this),C._ts_node_prev_named_sibling_wasm(this.tree[0]),unmarshalNode(this.tree)}get parent(){return marshalNode(this),C._ts_node_parent_wasm(this.tree[0]),unmarshalNode(this.tree)}descendantForIndex(e,t=e){if("number"!=typeof e||"number"!=typeof t)throw new Error("Arguments must be numbers");marshalNode(this);let r=TRANSFER_BUFFER+SIZE_OF_NODE;return setValue(r,e,"i32"),setValue(r+SIZE_OF_INT,t,"i32"),C._ts_node_descendant_for_index_wasm(this.tree[0]),unmarshalNode(this.tree)}namedDescendantForIndex(e,t=e){if("number"!=typeof e||"number"!=typeof t)throw new Error("Arguments must be numbers");marshalNode(this);let r=TRANSFER_BUFFER+SIZE_OF_NODE;return setValue(r,e,"i32"),setValue(r+SIZE_OF_INT,t,"i32"),C._ts_node_named_descendant_for_index_wasm(this.tree[0]),unmarshalNode(this.tree)}descendantForPosition(e,t=e){if(!isPoint(e)||!isPoint(t))throw new Error("Arguments must be {row, column} objects");marshalNode(this);let r=TRANSFER_BUFFER+SIZE_OF_NODE;return marshalPoint(r,e),marshalPoint(r+SIZE_OF_POINT,t),C._ts_node_descendant_for_position_wasm(this.tree[0]),unmarshalNode(this.tree)}namedDescendantForPosition(e,t=e){if(!isPoint(e)||!isPoint(t))throw new Error("Arguments must be {row, column} objects");marshalNode(this);let r=TRANSFER_BUFFER+SIZE_OF_NODE;return marshalPoint(r,e),marshalPoint(r+SIZE_OF_POINT,t),C._ts_node_named_descendant_for_position_wasm(this.tree[0]),unmarshalNode(this.tree)}walk(){return marshalNode(this),C._ts_tree_cursor_new_wasm(this.tree[0]),new TreeCursor(INTERNAL,this.tree)}toString(){marshalNode(this);const e=C._ts_node_to_string_wasm(this.tree[0]),t=AsciiToString(e);return C._free(e),t}}class TreeCursor{constructor(e,t){assertInternal(e),this.tree=t,unmarshalTreeCursor(this)}delete(){marshalTreeCursor(this),C._ts_tree_cursor_delete_wasm(this.tree[0]),this[0]=this[1]=this[2]=0}reset(e){marshalNode(e),marshalTreeCursor(this,TRANSFER_BUFFER+SIZE_OF_NODE),C._ts_tree_cursor_reset_wasm(this.tree[0]),unmarshalTreeCursor(this)}get nodeType(){return this.tree.language.types[this.nodeTypeId]||"ERROR"}get nodeTypeId(){return marshalTreeCursor(this),C._ts_tree_cursor_current_node_type_id_wasm(this.tree[0])}get nodeId(){return marshalTreeCursor(this),C._ts_tree_cursor_current_node_id_wasm(this.tree[0])}get nodeIsNamed(){return marshalTreeCursor(this),1===C._ts_tree_cursor_current_node_is_named_wasm(this.tree[0])}get nodeIsMissing(){return marshalTreeCursor(this),1===C._ts_tree_cursor_current_node_is_missing_wasm(this.tree[0])}get nodeText(){marshalTreeCursor(this);const e=C._ts_tree_cursor_start_index_wasm(this.tree[0]),t=C._ts_tree_cursor_end_index_wasm(this.tree[0]);return getText(this.tree,e,t)}get startPosition(){return marshalTreeCursor(this),C._ts_tree_cursor_start_position_wasm(this.tree[0]),unmarshalPoint(TRANSFER_BUFFER)}get endPosition(){return marshalTreeCursor(this),C._ts_tree_cursor_end_position_wasm(this.tree[0]),unmarshalPoint(TRANSFER_BUFFER)}get startIndex(){return marshalTreeCursor(this),C._ts_tree_cursor_start_index_wasm(this.tree[0])}get endIndex(){return marshalTreeCursor(this),C._ts_tree_cursor_end_index_wasm(this.tree[0])}currentNode(){return marshalTreeCursor(this),C._ts_tree_cursor_current_node_wasm(this.tree[0]),unmarshalNode(this.tree)}currentFieldId(){return marshalTreeCursor(this),C._ts_tree_cursor_current_field_id_wasm(this.tree[0])}currentFieldName(){return this.tree.language.fields[this.currentFieldId()]}gotoFirstChild(){marshalTreeCursor(this);const e=C._ts_tree_cursor_goto_first_child_wasm(this.tree[0]);return unmarshalTreeCursor(this),1===e}gotoNextSibling(){marshalTreeCursor(this);const e=C._ts_tree_cursor_goto_next_sibling_wasm(this.tree[0]);return unmarshalTreeCursor(this),1===e}gotoParent(){marshalTreeCursor(this);const e=C._ts_tree_cursor_goto_parent_wasm(this.tree[0]);return unmarshalTreeCursor(this),1===e}}class Language{constructor(e,t){assertInternal(e),this[0]=t,this.types=new Array(C._ts_language_symbol_count(this[0]));for(let e=0,t=this.types.length;e<t;e++)C._ts_language_symbol_type(this[0],e)<2&&(this.types[e]=UTF8ToString(C._ts_language_symbol_name(this[0],e)));this.fields=new Array(C._ts_language_field_count(this[0])+1);for(let e=0,t=this.fields.length;e<t;e++){const t=C._ts_language_field_name_for_id(this[0],e);this.fields[e]=0!==t?UTF8ToString(t):null}}get version(){return C._ts_language_version(this[0])}get fieldCount(){return this.fields.length-1}fieldIdForName(e){const t=this.fields.indexOf(e);return-1!==t?t:null}fieldNameForId(e){return this.fields[e]||null}idForNodeType(e,t){const r=lengthBytesUTF8(e),_=C._malloc(r+1);stringToUTF8(e,_,r+1);const n=C._ts_language_symbol_for_name(this[0],_,r,t);return C._free(_),n||null}get nodeTypeCount(){return C._ts_language_symbol_count(this[0])}nodeTypeForId(e){const t=C._ts_language_symbol_name(this[0],e);return t?UTF8ToString(t):null}nodeTypeIsNamed(e){return!!C._ts_language_type_is_named_wasm(this[0],e)}nodeTypeIsVisible(e){return!!C._ts_language_type_is_visible_wasm(this[0],e)}query(e){const t=lengthBytesUTF8(e),r=C._malloc(t+1);stringToUTF8(e,r,t+1);const _=C._ts_query_new(this[0],r,t,TRANSFER_BUFFER,TRANSFER_BUFFER+SIZE_OF_INT);if(!_){const t=getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),_=UTF8ToString(r,getValue(TRANSFER_BUFFER,"i32")).length,n=e.substr(_,100).split("\n")[0];let s,a=n.match(QUERY_WORD_REGEX)[0];switch(t){case 2:s=new RangeError(`Bad node name '${a}'`);break;case 3:s=new RangeError(`Bad field name '${a}'`);break;case 4:s=new RangeError(`Bad capture name @${a}`);break;case 5:s=new TypeError(`Bad pattern structure at offset ${_}: '${n}'...`),a="";break;default:s=new SyntaxError(`Bad syntax at offset ${_}: '${n}'...`),a=""}throw s.index=_,s.length=a.length,C._free(r),s}const n=C._ts_query_string_count(_),s=C._ts_query_capture_count(_),a=C._ts_query_pattern_count(_),o=new Array(s),i=new Array(n);for(let e=0;e<s;e++){const t=C._ts_query_capture_name_for_id(_,e,TRANSFER_BUFFER),r=getValue(TRANSFER_BUFFER,"i32");o[e]=UTF8ToString(t,r)}for(let e=0;e<n;e++){const t=C._ts_query_string_value_for_id(_,e,TRANSFER_BUFFER),r=getValue(TRANSFER_BUFFER,"i32");i[e]=UTF8ToString(t,r)}const l=new Array(a),u=new Array(a),d=new Array(a),c=new Array(a),m=new Array(a);for(let e=0;e<a;e++){const t=C._ts_query_predicates_for_pattern(_,e,TRANSFER_BUFFER),r=getValue(TRANSFER_BUFFER,"i32");c[e]=[],m[e]=[];const n=[];let s=t;for(let t=0;t<r;t++){const t=getValue(s,"i32");s+=SIZE_OF_INT;const r=getValue(s,"i32");if(s+=SIZE_OF_INT,t===PREDICATE_STEP_TYPE_CAPTURE)n.push({type:"capture",name:o[r]});else if(t===PREDICATE_STEP_TYPE_STRING)n.push({type:"string",value:i[r]});else if(n.length>0){if("string"!==n[0].type)throw new Error("Predicates must begin with a literal value");const t=n[0].value;let r=!0;switch(t){case"not-eq?":r=!1;case"eq?":if(3!==n.length)throw new Error("Wrong number of arguments to `#eq?` predicate. Expected 2, got "+(n.length-1));if("capture"!==n[1].type)throw new Error(`First argument of \`#eq?\` predicate must be a capture. Got "${n[1].value}"`);if("capture"===n[2].type){const t=n[1].name,_=n[2].name;m[e].push((function(e){let n,s;for(const r of e)r.name===t&&(n=r.node),r.name===_&&(s=r.node);return void 0===n||void 0===s||n.text===s.text===r}))}else{const t=n[1].name,_=n[2].value;m[e].push((function(e){for(const n of e)if(n.name===t)return n.node.text===_===r;return!0}))}break;case"not-match?":r=!1;case"match?":if(3!==n.length)throw new Error(`Wrong number of arguments to \`#match?\` predicate. Expected 2, got ${n.length-1}.`);if("capture"!==n[1].type)throw new Error(`First argument of \`#match?\` predicate must be a capture. Got "${n[1].value}".`);if("string"!==n[2].type)throw new Error(`Second argument of \`#match?\` predicate must be a string. Got @${n[2].value}.`);const _=n[1].name,s=new RegExp(n[2].value);m[e].push((function(e){for(const t of e)if(t.name===_)return s.test(t.node.text)===r;return!0}));break;case"set!":if(n.length<2||n.length>3)throw new Error(`Wrong number of arguments to \`#set!\` predicate. Expected 1 or 2. Got ${n.length-1}.`);if(n.some((e=>"string"!==e.type)))throw new Error('Arguments to `#set!` predicate must be a strings.".');l[e]||(l[e]={}),l[e][n[1].value]=n[2]?n[2].value:null;break;case"is?":case"is-not?":if(n.length<2||n.length>3)throw new Error(`Wrong number of arguments to \`#${t}\` predicate. Expected 1 or 2. Got ${n.length-1}.`);if(n.some((e=>"string"!==e.type)))throw new Error(`Arguments to \`#${t}\` predicate must be a strings.".`);const a="is?"===t?u:d;a[e]||(a[e]={}),a[e][n[1].value]=n[2]?n[2].value:null;break;default:c[e].push({operator:t,operands:n.slice(1)})}n.length=0}}Object.freeze(l[e]),Object.freeze(u[e]),Object.freeze(d[e])}return C._free(r),new Query(INTERNAL,_,o,m,c,Object.freeze(l),Object.freeze(u),Object.freeze(d))}static load(e){let t;if(e instanceof Uint8Array)t=Promise.resolve(e);else{const r=e;if("undefined"!=typeof process&&process.versions&&process.versions.node){const e=__webpack_require__(65530);t=Promise.resolve(e.readFileSync(r))}else t=fetch(r).then((e=>e.arrayBuffer().then((t=>{if(e.ok)return new Uint8Array(t);{const r=new TextDecoder("utf-8").decode(t);throw new Error(`Language.load failed with status ${e.status}.\n\n${r}`)}}))))}const r="function"==typeof loadSideModule?loadSideModule:loadWebAssemblyModule;return t.then((e=>r(e,{loadAsync:!0}))).then((e=>{const t=Object.keys(e),r=t.find((e=>LANGUAGE_FUNCTION_REGEX.test(e)&&!e.includes("external_scanner_")));r||console.log(`Couldn't find language function in WASM file. Symbols:\n${JSON.stringify(t,null,2)}`);const _=e[r]();return new Language(INTERNAL,_)}))}}class Query{constructor(e,t,r,_,n,s,a,o){assertInternal(e),this[0]=t,this.captureNames=r,this.textPredicates=_,this.predicates=n,this.setProperties=s,this.assertedProperties=a,this.refutedProperties=o,this.exceededMatchLimit=!1}delete(){C._ts_query_delete(this[0]),this[0]=0}matches(e,t,r,_){t||(t=ZERO_POINT),r||(r=ZERO_POINT),_||(_={});let n=_.matchLimit;if(void 0===n)n=0;else if("number"!=typeof n)throw new Error("Arguments must be numbers");marshalNode(e),C._ts_query_matches_wasm(this[0],e.tree[0],t.row,t.column,r.row,r.column,n);const s=getValue(TRANSFER_BUFFER,"i32"),a=getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),o=getValue(TRANSFER_BUFFER+2*SIZE_OF_INT,"i32"),i=new Array(s);this.exceededMatchLimit=!!o;let l=0,u=a;for(let t=0;t<s;t++){const r=getValue(u,"i32");u+=SIZE_OF_INT;const _=getValue(u,"i32");u+=SIZE_OF_INT;const n=new Array(_);if(u=unmarshalCaptures(this,e.tree,u,n),this.textPredicates[r].every((e=>e(n)))){i[l++]={pattern:r,captures:n};const e=this.setProperties[r];e&&(i[t].setProperties=e);const _=this.assertedProperties[r];_&&(i[t].assertedProperties=_);const s=this.refutedProperties[r];s&&(i[t].refutedProperties=s)}}return i.length=l,C._free(a),i}captures(e,t,r,_){t||(t=ZERO_POINT),r||(r=ZERO_POINT),_||(_={});let n=_.matchLimit;if(void 0===n)n=0;else if("number"!=typeof n)throw new Error("Arguments must be numbers");marshalNode(e),C._ts_query_captures_wasm(this[0],e.tree[0],t.row,t.column,r.row,r.column,n);const s=getValue(TRANSFER_BUFFER,"i32"),a=getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),o=getValue(TRANSFER_BUFFER+2*SIZE_OF_INT,"i32"),i=[];this.exceededMatchLimit=!!o;const l=[];let u=a;for(let t=0;t<s;t++){const t=getValue(u,"i32");u+=SIZE_OF_INT;const r=getValue(u,"i32");u+=SIZE_OF_INT;const _=getValue(u,"i32");if(u+=SIZE_OF_INT,l.length=r,u=unmarshalCaptures(this,e.tree,u,l),this.textPredicates[t].every((e=>e(l)))){const e=l[_],r=this.setProperties[t];r&&(e.setProperties=r);const n=this.assertedProperties[t];n&&(e.assertedProperties=n);const s=this.refutedProperties[t];s&&(e.refutedProperties=s),i.push(e)}}return C._free(a),i}predicatesForPattern(e){return this.predicates[e]}didExceedMatchLimit(){return this.exceededMatchLimit}}function getText(e,t,r){const _=r-t;let n=e.textCallback(t,null,r);for(t+=n.length;t<r;){const _=e.textCallback(t,null,r);if(!(_&&_.length>0))break;t+=_.length,n+=_}return t>r&&(n=n.slice(0,_)),n}function unmarshalCaptures(e,t,r,_){for(let n=0,s=_.length;n<s;n++){const s=getValue(r,"i32"),a=unmarshalNode(t,r+=SIZE_OF_INT);r+=SIZE_OF_NODE,_[n]={name:e.captureNames[s],node:a}}return r}function assertInternal(e){if(e!==INTERNAL)throw new Error("Illegal constructor")}function isPoint(e){return e&&"number"==typeof e.row&&"number"==typeof e.column}function marshalNode(e){let t=TRANSFER_BUFFER;setValue(t,e.id,"i32"),t+=SIZE_OF_INT,setValue(t,e.startIndex,"i32"),t+=SIZE_OF_INT,setValue(t,e.startPosition.row,"i32"),t+=SIZE_OF_INT,setValue(t,e.startPosition.column,"i32"),t+=SIZE_OF_INT,setValue(t,e[0],"i32")}function unmarshalNode(e,t=TRANSFER_BUFFER){const r=getValue(t,"i32");if(0===r)return null;const _=getValue(t+=SIZE_OF_INT,"i32"),n=getValue(t+=SIZE_OF_INT,"i32"),s=getValue(t+=SIZE_OF_INT,"i32"),a=getValue(t+=SIZE_OF_INT,"i32"),o=new Node(INTERNAL,e);return o.id=r,o.startIndex=_,o.startPosition={row:n,column:s},o[0]=a,o}function marshalTreeCursor(e,t=TRANSFER_BUFFER){setValue(t+0*SIZE_OF_INT,e[0],"i32"),setValue(t+1*SIZE_OF_INT,e[1],"i32"),setValue(t+2*SIZE_OF_INT,e[2],"i32")}function unmarshalTreeCursor(e){e[0]=getValue(TRANSFER_BUFFER+0*SIZE_OF_INT,"i32"),e[1]=getValue(TRANSFER_BUFFER+1*SIZE_OF_INT,"i32"),e[2]=getValue(TRANSFER_BUFFER+2*SIZE_OF_INT,"i32")}function marshalPoint(e,t){setValue(e,t.row,"i32"),setValue(e+SIZE_OF_INT,t.column,"i32")}function unmarshalPoint(e){return{row:getValue(e,"i32"),column:getValue(e+SIZE_OF_INT,"i32")}}function marshalRange(e,t){marshalPoint(e,t.startPosition),marshalPoint(e+=SIZE_OF_POINT,t.endPosition),setValue(e+=SIZE_OF_POINT,t.startIndex,"i32"),setValue(e+=SIZE_OF_INT,t.endIndex,"i32"),e+=SIZE_OF_INT}function unmarshalRange(e){const t={};return t.startPosition=unmarshalPoint(e),e+=SIZE_OF_POINT,t.endPosition=unmarshalPoint(e),e+=SIZE_OF_POINT,t.startIndex=getValue(e,"i32"),e+=SIZE_OF_INT,t.endIndex=getValue(e,"i32"),t}function marshalEdit(e){let t=TRANSFER_BUFFER;marshalPoint(t,e.startPosition),t+=SIZE_OF_POINT,marshalPoint(t,e.oldEndPosition),t+=SIZE_OF_POINT,marshalPoint(t,e.newEndPosition),t+=SIZE_OF_POINT,setValue(t,e.startIndex,"i32"),t+=SIZE_OF_INT,setValue(t,e.oldEndIndex,"i32"),t+=SIZE_OF_INT,setValue(t,e.newEndIndex,"i32"),t+=SIZE_OF_INT}for(const e of Object.getOwnPropertyNames(ParserImpl.prototype))Object.defineProperty(Parser.prototype,e,{value:ParserImpl.prototype[e],enumerable:!1,writable:!1});Parser.Language=Language,Module.onRuntimeInitialized=()=>{ParserImpl.init(),resolveInitPromise()}})))}}return Parser}(); true&&(module.exports=TreeSitter);
|
|
11128
11077
|
|
|
11129
11078
|
|
|
11130
11079
|
/***/ }),
|
|
@@ -11143,55 +11092,6 @@ var Module=void 0!==Module?Module:{},TreeSitter=function(){var e,t="object"==typ
|
|
|
11143
11092
|
|
|
11144
11093
|
/***/ }),
|
|
11145
11094
|
|
|
11146
|
-
/***/ 26405:
|
|
11147
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
11148
|
-
|
|
11149
|
-
module.exports = __webpack_require__(75159);
|
|
11150
|
-
|
|
11151
|
-
/***/ }),
|
|
11152
|
-
|
|
11153
|
-
/***/ 49800:
|
|
11154
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
11155
|
-
|
|
11156
|
-
module.exports = __webpack_require__(8026);
|
|
11157
|
-
|
|
11158
|
-
/***/ }),
|
|
11159
|
-
|
|
11160
|
-
/***/ 24463:
|
|
11161
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
11162
|
-
|
|
11163
|
-
module.exports = __webpack_require__(61903);
|
|
11164
|
-
|
|
11165
|
-
/***/ }),
|
|
11166
|
-
|
|
11167
|
-
/***/ 25575:
|
|
11168
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
11169
|
-
|
|
11170
|
-
module.exports = __webpack_require__(60902);
|
|
11171
|
-
|
|
11172
|
-
/***/ }),
|
|
11173
|
-
|
|
11174
|
-
/***/ 57829:
|
|
11175
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
11176
|
-
|
|
11177
|
-
module.exports = __webpack_require__(59256);
|
|
11178
|
-
|
|
11179
|
-
/***/ }),
|
|
11180
|
-
|
|
11181
|
-
/***/ 92876:
|
|
11182
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
11183
|
-
|
|
11184
|
-
module.exports = __webpack_require__(95659);
|
|
11185
|
-
|
|
11186
|
-
/***/ }),
|
|
11187
|
-
|
|
11188
|
-
/***/ 92903:
|
|
11189
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
11190
|
-
|
|
11191
|
-
module.exports = __webpack_require__(93698);
|
|
11192
|
-
|
|
11193
|
-
/***/ }),
|
|
11194
|
-
|
|
11195
11095
|
/***/ 28936:
|
|
11196
11096
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
11197
11097
|
|
|
@@ -11200,14 +11100,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11200
11100
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11201
11101
|
/* harmony export */ "default": () => (/* binding */ _defineProperty)
|
|
11202
11102
|
/* harmony export */ });
|
|
11203
|
-
/* harmony import */ var
|
|
11204
|
-
/* harmony import */ var
|
|
11103
|
+
/* harmony import */ var core_js_pure_features_object_define_property_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(90229);
|
|
11104
|
+
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(52329);
|
|
11205
11105
|
|
|
11206
11106
|
|
|
11207
11107
|
function _defineProperty(obj, key, value) {
|
|
11208
|
-
key = (0,
|
|
11108
|
+
key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
|
|
11209
11109
|
if (key in obj) {
|
|
11210
|
-
|
|
11110
|
+
core_js_pure_features_object_define_property_js__WEBPACK_IMPORTED_MODULE_1__(obj, key, {
|
|
11211
11111
|
value: value,
|
|
11212
11112
|
enumerable: true,
|
|
11213
11113
|
configurable: true,
|
|
@@ -11229,21 +11129,21 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11229
11129
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11230
11130
|
/* harmony export */ "default": () => (/* binding */ _objectWithoutProperties)
|
|
11231
11131
|
/* harmony export */ });
|
|
11232
|
-
/* harmony import */ var
|
|
11233
|
-
/* harmony import */ var
|
|
11234
|
-
/* harmony import */ var
|
|
11132
|
+
/* harmony import */ var core_js_pure_features_object_get_own_property_symbols_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(75090);
|
|
11133
|
+
/* harmony import */ var core_js_pure_features_instance_index_of_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(32747);
|
|
11134
|
+
/* harmony import */ var _objectWithoutPropertiesLoose_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(56940);
|
|
11235
11135
|
|
|
11236
11136
|
|
|
11237
11137
|
|
|
11238
11138
|
function _objectWithoutProperties(source, excluded) {
|
|
11239
11139
|
if (source == null) return {};
|
|
11240
|
-
var target = (0,
|
|
11140
|
+
var target = (0,_objectWithoutPropertiesLoose_js__WEBPACK_IMPORTED_MODULE_0__["default"])(source, excluded);
|
|
11241
11141
|
var key, i;
|
|
11242
|
-
if (
|
|
11243
|
-
var sourceSymbolKeys =
|
|
11142
|
+
if (core_js_pure_features_object_get_own_property_symbols_js__WEBPACK_IMPORTED_MODULE_1__) {
|
|
11143
|
+
var sourceSymbolKeys = core_js_pure_features_object_get_own_property_symbols_js__WEBPACK_IMPORTED_MODULE_1__(source);
|
|
11244
11144
|
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
|
11245
11145
|
key = sourceSymbolKeys[i];
|
|
11246
|
-
if (
|
|
11146
|
+
if (core_js_pure_features_instance_index_of_js__WEBPACK_IMPORTED_MODULE_2__(excluded).call(excluded, key) >= 0) continue;
|
|
11247
11147
|
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
11248
11148
|
target[key] = source[key];
|
|
11249
11149
|
}
|
|
@@ -11261,18 +11161,18 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11261
11161
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11262
11162
|
/* harmony export */ "default": () => (/* binding */ _objectWithoutPropertiesLoose)
|
|
11263
11163
|
/* harmony export */ });
|
|
11264
|
-
/* harmony import */ var
|
|
11265
|
-
/* harmony import */ var
|
|
11164
|
+
/* harmony import */ var core_js_pure_features_object_keys_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(45483);
|
|
11165
|
+
/* harmony import */ var core_js_pure_features_instance_index_of_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(32747);
|
|
11266
11166
|
|
|
11267
11167
|
|
|
11268
11168
|
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
11269
11169
|
if (source == null) return {};
|
|
11270
11170
|
var target = {};
|
|
11271
|
-
var sourceKeys =
|
|
11171
|
+
var sourceKeys = core_js_pure_features_object_keys_js__WEBPACK_IMPORTED_MODULE_0__(source);
|
|
11272
11172
|
var key, i;
|
|
11273
11173
|
for (i = 0; i < sourceKeys.length; i++) {
|
|
11274
11174
|
key = sourceKeys[i];
|
|
11275
|
-
if (
|
|
11175
|
+
if (core_js_pure_features_instance_index_of_js__WEBPACK_IMPORTED_MODULE_1__(excluded).call(excluded, key) >= 0) continue;
|
|
11276
11176
|
target[key] = source[key];
|
|
11277
11177
|
}
|
|
11278
11178
|
return target;
|
|
@@ -11289,12 +11189,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11289
11189
|
/* harmony export */ "default": () => (/* binding */ _toPrimitive)
|
|
11290
11190
|
/* harmony export */ });
|
|
11291
11191
|
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99361);
|
|
11292
|
-
/* harmony import */ var
|
|
11192
|
+
/* harmony import */ var core_js_pure_features_symbol_to_primitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(88241);
|
|
11293
11193
|
|
|
11294
11194
|
|
|
11295
11195
|
function _toPrimitive(input, hint) {
|
|
11296
11196
|
if ((0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(input) !== "object" || input === null) return input;
|
|
11297
|
-
var prim = input[
|
|
11197
|
+
var prim = input[core_js_pure_features_symbol_to_primitive_js__WEBPACK_IMPORTED_MODULE_1__];
|
|
11298
11198
|
if (prim !== undefined) {
|
|
11299
11199
|
var res = prim.call(input, hint || "default");
|
|
11300
11200
|
if ((0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(res) !== "object") return res;
|
|
@@ -11313,13 +11213,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11313
11213
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11314
11214
|
/* harmony export */ "default": () => (/* binding */ _toPropertyKey)
|
|
11315
11215
|
/* harmony export */ });
|
|
11316
|
-
/* harmony import */ var
|
|
11317
|
-
/* harmony import */ var
|
|
11216
|
+
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(99361);
|
|
11217
|
+
/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27430);
|
|
11318
11218
|
|
|
11319
11219
|
|
|
11320
11220
|
function _toPropertyKey(arg) {
|
|
11321
|
-
var key = (0,
|
|
11322
|
-
return (0,
|
|
11221
|
+
var key = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arg, "string");
|
|
11222
|
+
return (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(key) === "symbol" ? key : String(key);
|
|
11323
11223
|
}
|
|
11324
11224
|
|
|
11325
11225
|
/***/ }),
|
|
@@ -11332,17 +11232,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11332
11232
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11333
11233
|
/* harmony export */ "default": () => (/* binding */ _typeof)
|
|
11334
11234
|
/* harmony export */ });
|
|
11335
|
-
/* harmony import */ var
|
|
11336
|
-
/* harmony import */ var
|
|
11235
|
+
/* harmony import */ var core_js_pure_features_symbol_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(82185);
|
|
11236
|
+
/* harmony import */ var core_js_pure_features_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39982);
|
|
11337
11237
|
|
|
11338
11238
|
|
|
11339
11239
|
function _typeof(obj) {
|
|
11340
11240
|
"@babel/helpers - typeof";
|
|
11341
11241
|
|
|
11342
|
-
return _typeof = "function" == typeof
|
|
11242
|
+
return _typeof = "function" == typeof core_js_pure_features_symbol_index_js__WEBPACK_IMPORTED_MODULE_0__ && "symbol" == typeof core_js_pure_features_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_1__ ? function (obj) {
|
|
11343
11243
|
return typeof obj;
|
|
11344
11244
|
} : function (obj) {
|
|
11345
|
-
return obj && "function" == typeof
|
|
11245
|
+
return obj && "function" == typeof core_js_pure_features_symbol_index_js__WEBPACK_IMPORTED_MODULE_0__ && obj.constructor === core_js_pure_features_symbol_index_js__WEBPACK_IMPORTED_MODULE_0__ && obj !== core_js_pure_features_symbol_index_js__WEBPACK_IMPORTED_MODULE_0__.prototype ? "symbol" : typeof obj;
|
|
11346
11246
|
}, _typeof(obj);
|
|
11347
11247
|
}
|
|
11348
11248
|
|
|
@@ -11501,7 +11401,7 @@ const ParseResult = stampit__WEBPACK_IMPORTED_MODULE_0__(_Node_js__WEBPACK_IMPOR
|
|
|
11501
11401
|
"use strict";
|
|
11502
11402
|
__webpack_require__.r(__webpack_exports__);
|
|
11503
11403
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11504
|
-
/* harmony export */
|
|
11404
|
+
/* harmony export */ Point: () => (/* binding */ Point),
|
|
11505
11405
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
11506
11406
|
/* harmony export */ });
|
|
11507
11407
|
/* harmony import */ var stampit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(86591);
|
|
@@ -11886,18 +11786,18 @@ const JsonValue = stampit__WEBPACK_IMPORTED_MODULE_0__(_JsonNode_js__WEBPACK_IMP
|
|
|
11886
11786
|
"use strict";
|
|
11887
11787
|
__webpack_require__.r(__webpack_exports__);
|
|
11888
11788
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11889
|
-
/* harmony export */
|
|
11890
|
-
/* harmony export */
|
|
11891
|
-
/* harmony export */
|
|
11892
|
-
/* harmony export */
|
|
11893
|
-
/* harmony export */
|
|
11894
|
-
/* harmony export */
|
|
11895
|
-
/* harmony export */
|
|
11896
|
-
/* harmony export */
|
|
11897
|
-
/* harmony export */
|
|
11898
|
-
/* harmony export */
|
|
11899
|
-
/* harmony export */
|
|
11900
|
-
/* harmony export */
|
|
11789
|
+
/* harmony export */ isArray: () => (/* binding */ isArray),
|
|
11790
|
+
/* harmony export */ isDocument: () => (/* binding */ isDocument),
|
|
11791
|
+
/* harmony export */ isEscapeSequence: () => (/* binding */ isEscapeSequence),
|
|
11792
|
+
/* harmony export */ isFalse: () => (/* binding */ isFalse),
|
|
11793
|
+
/* harmony export */ isKey: () => (/* binding */ isKey),
|
|
11794
|
+
/* harmony export */ isNull: () => (/* binding */ isNull),
|
|
11795
|
+
/* harmony export */ isNumber: () => (/* binding */ isNumber),
|
|
11796
|
+
/* harmony export */ isObject: () => (/* binding */ isObject),
|
|
11797
|
+
/* harmony export */ isProperty: () => (/* binding */ isProperty),
|
|
11798
|
+
/* harmony export */ isString: () => (/* binding */ isString),
|
|
11799
|
+
/* harmony export */ isStringContent: () => (/* binding */ isStringContent),
|
|
11800
|
+
/* harmony export */ isTrue: () => (/* binding */ isTrue)
|
|
11901
11801
|
/* harmony export */ });
|
|
11902
11802
|
/* harmony import */ var _predicates_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(57500);
|
|
11903
11803
|
|
|
@@ -11922,11 +11822,11 @@ const isKey = _predicates_js__WEBPACK_IMPORTED_MODULE_0__.isNodeType.bind(undefi
|
|
|
11922
11822
|
"use strict";
|
|
11923
11823
|
__webpack_require__.r(__webpack_exports__);
|
|
11924
11824
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11925
|
-
/* harmony export */
|
|
11926
|
-
/* harmony export */
|
|
11927
|
-
/* harmony export */
|
|
11928
|
-
/* harmony export */
|
|
11929
|
-
/* harmony export */
|
|
11825
|
+
/* harmony export */ isLiteral: () => (/* binding */ isLiteral),
|
|
11826
|
+
/* harmony export */ isNodeType: () => (/* binding */ isNodeType),
|
|
11827
|
+
/* harmony export */ isParseResult: () => (/* binding */ isParseResult),
|
|
11828
|
+
/* harmony export */ isPoint: () => (/* binding */ isPoint),
|
|
11829
|
+
/* harmony export */ isPosition: () => (/* binding */ isPosition)
|
|
11930
11830
|
/* harmony export */ });
|
|
11931
11831
|
const isNodeType = (type, node) => (node === null || node === void 0 ? void 0 : node.type) === type;
|
|
11932
11832
|
const isLiteral = isNodeType.bind(undefined, 'literal');
|
|
@@ -11942,12 +11842,12 @@ const isParseResult = isNodeType.bind(undefined, 'parseResult');
|
|
|
11942
11842
|
"use strict";
|
|
11943
11843
|
__webpack_require__.r(__webpack_exports__);
|
|
11944
11844
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11945
|
-
/* harmony export */
|
|
11946
|
-
/* harmony export */
|
|
11947
|
-
/* harmony export */
|
|
11948
|
-
/* harmony export */
|
|
11949
|
-
/* harmony export */
|
|
11950
|
-
/* harmony export */
|
|
11845
|
+
/* harmony export */ BREAK: () => (/* binding */ BREAK),
|
|
11846
|
+
/* harmony export */ getNodeType: () => (/* binding */ getNodeType),
|
|
11847
|
+
/* harmony export */ getVisitFn: () => (/* binding */ getVisitFn),
|
|
11848
|
+
/* harmony export */ isNode: () => (/* binding */ isNode),
|
|
11849
|
+
/* harmony export */ mergeAll: () => (/* binding */ mergeAll),
|
|
11850
|
+
/* harmony export */ visit: () => (/* binding */ visit)
|
|
11951
11851
|
/* harmony export */ });
|
|
11952
11852
|
/**
|
|
11953
11853
|
* SPDX-FileCopyrightText: Copyright (c) GraphQL Contributors
|
|
@@ -12627,8 +12527,8 @@ class MediaTypes extends Array {
|
|
|
12627
12527
|
"use strict";
|
|
12628
12528
|
__webpack_require__.r(__webpack_exports__);
|
|
12629
12529
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12630
|
-
/* harmony export */
|
|
12631
|
-
/* harmony export */
|
|
12530
|
+
/* harmony export */ Namespace: () => (/* binding */ Namespace),
|
|
12531
|
+
/* harmony export */ createNamespace: () => (/* binding */ createNamespace),
|
|
12632
12532
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
12633
12533
|
/* harmony export */ });
|
|
12634
12534
|
/* harmony import */ var minim__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67952);
|
|
@@ -12671,7 +12571,7 @@ const createNamespace = namespacePlugin => {
|
|
|
12671
12571
|
__webpack_require__.r(__webpack_exports__);
|
|
12672
12572
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12673
12573
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
12674
|
-
/* harmony export */
|
|
12574
|
+
/* harmony export */ isElementType: () => (/* binding */ isElementType)
|
|
12675
12575
|
/* harmony export */ });
|
|
12676
12576
|
const hasMethod = (name, obj) => typeof (obj === null || obj === void 0 ? void 0 : obj[name]) === 'function';
|
|
12677
12577
|
const hasBasicElementProps = element => element != null && Object.prototype.hasOwnProperty.call(element, '_storedElement') && Object.prototype.hasOwnProperty.call(element, '_content');
|
|
@@ -12704,24 +12604,24 @@ const createPredicate = predicateCreator => {
|
|
|
12704
12604
|
"use strict";
|
|
12705
12605
|
__webpack_require__.r(__webpack_exports__);
|
|
12706
12606
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12707
|
-
/* harmony export */
|
|
12708
|
-
/* harmony export */
|
|
12709
|
-
/* harmony export */
|
|
12710
|
-
/* harmony export */
|
|
12711
|
-
/* harmony export */
|
|
12712
|
-
/* harmony export */
|
|
12713
|
-
/* harmony export */
|
|
12714
|
-
/* harmony export */
|
|
12715
|
-
/* harmony export */
|
|
12716
|
-
/* harmony export */
|
|
12717
|
-
/* harmony export */
|
|
12718
|
-
/* harmony export */
|
|
12719
|
-
/* harmony export */
|
|
12720
|
-
/* harmony export */
|
|
12721
|
-
/* harmony export */
|
|
12722
|
-
/* harmony export */
|
|
12723
|
-
/* harmony export */
|
|
12724
|
-
/* harmony export */
|
|
12607
|
+
/* harmony export */ hasElementSourceMap: () => (/* binding */ hasElementSourceMap),
|
|
12608
|
+
/* harmony export */ includesClasses: () => (/* binding */ includesClasses),
|
|
12609
|
+
/* harmony export */ includesSymbols: () => (/* binding */ includesSymbols),
|
|
12610
|
+
/* harmony export */ isAnnotationElement: () => (/* binding */ isAnnotationElement),
|
|
12611
|
+
/* harmony export */ isArrayElement: () => (/* binding */ isArrayElement),
|
|
12612
|
+
/* harmony export */ isBooleanElement: () => (/* binding */ isBooleanElement),
|
|
12613
|
+
/* harmony export */ isCommentElement: () => (/* binding */ isCommentElement),
|
|
12614
|
+
/* harmony export */ isElement: () => (/* binding */ isElement),
|
|
12615
|
+
/* harmony export */ isLinkElement: () => (/* binding */ isLinkElement),
|
|
12616
|
+
/* harmony export */ isMemberElement: () => (/* binding */ isMemberElement),
|
|
12617
|
+
/* harmony export */ isNullElement: () => (/* binding */ isNullElement),
|
|
12618
|
+
/* harmony export */ isNumberElement: () => (/* binding */ isNumberElement),
|
|
12619
|
+
/* harmony export */ isObjectElement: () => (/* binding */ isObjectElement),
|
|
12620
|
+
/* harmony export */ isParseResultElement: () => (/* binding */ isParseResultElement),
|
|
12621
|
+
/* harmony export */ isPrimitiveElement: () => (/* binding */ isPrimitiveElement),
|
|
12622
|
+
/* harmony export */ isRefElement: () => (/* binding */ isRefElement),
|
|
12623
|
+
/* harmony export */ isSourceMapElement: () => (/* binding */ isSourceMapElement),
|
|
12624
|
+
/* harmony export */ isStringElement: () => (/* binding */ isStringElement)
|
|
12725
12625
|
/* harmony export */ });
|
|
12726
12626
|
/* harmony import */ var minim__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67952);
|
|
12727
12627
|
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(13776);
|
|
@@ -12878,7 +12778,7 @@ const includesClasses = (classes, element) => {
|
|
|
12878
12778
|
"use strict";
|
|
12879
12779
|
__webpack_require__.r(__webpack_exports__);
|
|
12880
12780
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12881
|
-
/* harmony export */
|
|
12781
|
+
/* harmony export */ createRefractor: () => (/* binding */ createRefractor),
|
|
12882
12782
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
12883
12783
|
/* harmony export */ });
|
|
12884
12784
|
/* harmony import */ var _babel_runtime_corejs3_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28936);
|
|
@@ -12949,7 +12849,7 @@ const createRefractor = Type => function (value) {
|
|
|
12949
12849
|
"use strict";
|
|
12950
12850
|
__webpack_require__.r(__webpack_exports__);
|
|
12951
12851
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12952
|
-
/* harmony export */
|
|
12852
|
+
/* harmony export */ dispatchPlugins: () => (/* binding */ dispatchPlugins)
|
|
12953
12853
|
/* harmony export */ });
|
|
12954
12854
|
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(13776);
|
|
12955
12855
|
/* harmony import */ var ramda_adjunct__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(80037);
|
|
@@ -12985,18 +12885,18 @@ const dispatchPlugins = function (element, plugins) {
|
|
|
12985
12885
|
"use strict";
|
|
12986
12886
|
__webpack_require__.r(__webpack_exports__);
|
|
12987
12887
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12988
|
-
/* harmony export */
|
|
12989
|
-
/* harmony export */
|
|
12990
|
-
/* harmony export */
|
|
12991
|
-
/* harmony export */
|
|
12992
|
-
/* harmony export */
|
|
12993
|
-
/* harmony export */
|
|
12994
|
-
/* harmony export */
|
|
12995
|
-
/* harmony export */
|
|
12996
|
-
/* harmony export */
|
|
12997
|
-
/* harmony export */
|
|
12998
|
-
/* harmony export */
|
|
12999
|
-
/* harmony export */
|
|
12888
|
+
/* harmony export */ AnnotationElement: () => (/* reexport safe */ _elements_Annotation_js__WEBPACK_IMPORTED_MODULE_2__["default"]),
|
|
12889
|
+
/* harmony export */ ArrayElement: () => (/* reexport safe */ minim__WEBPACK_IMPORTED_MODULE_0__.ArrayElement),
|
|
12890
|
+
/* harmony export */ BooleanElement: () => (/* reexport safe */ minim__WEBPACK_IMPORTED_MODULE_0__.BooleanElement),
|
|
12891
|
+
/* harmony export */ CommentElement: () => (/* reexport safe */ _elements_Comment_js__WEBPACK_IMPORTED_MODULE_3__["default"]),
|
|
12892
|
+
/* harmony export */ LinkElement: () => (/* reexport safe */ minim__WEBPACK_IMPORTED_MODULE_0__.LinkElement),
|
|
12893
|
+
/* harmony export */ NullElement: () => (/* reexport safe */ minim__WEBPACK_IMPORTED_MODULE_0__.NullElement),
|
|
12894
|
+
/* harmony export */ NumberElement: () => (/* reexport safe */ minim__WEBPACK_IMPORTED_MODULE_0__.NumberElement),
|
|
12895
|
+
/* harmony export */ ObjectElement: () => (/* reexport safe */ minim__WEBPACK_IMPORTED_MODULE_0__.ObjectElement),
|
|
12896
|
+
/* harmony export */ ParseResultElement: () => (/* reexport safe */ _elements_ParseResult_js__WEBPACK_IMPORTED_MODULE_4__["default"]),
|
|
12897
|
+
/* harmony export */ RefElement: () => (/* reexport safe */ minim__WEBPACK_IMPORTED_MODULE_0__.RefElement),
|
|
12898
|
+
/* harmony export */ SourceMapElement: () => (/* reexport safe */ _elements_SourceMap_js__WEBPACK_IMPORTED_MODULE_5__["default"]),
|
|
12899
|
+
/* harmony export */ StringElement: () => (/* reexport safe */ minim__WEBPACK_IMPORTED_MODULE_0__.StringElement)
|
|
13000
12900
|
/* harmony export */ });
|
|
13001
12901
|
/* harmony import */ var minim__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67952);
|
|
13002
12902
|
/* harmony import */ var _elements_Annotation_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(47861);
|
|
@@ -13078,21 +12978,21 @@ const createToolbox = () => {
|
|
|
13078
12978
|
"use strict";
|
|
13079
12979
|
__webpack_require__.r(__webpack_exports__);
|
|
13080
12980
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
13081
|
-
/* harmony export */
|
|
13082
|
-
/* harmony export */
|
|
13083
|
-
/* harmony export */
|
|
13084
|
-
/* harmony export */
|
|
13085
|
-
/* harmony export */
|
|
13086
|
-
/* harmony export */
|
|
13087
|
-
/* harmony export */
|
|
12981
|
+
/* harmony export */ BREAK: () => (/* reexport safe */ _swagger_api_apidom_ast__WEBPACK_IMPORTED_MODULE_3__.BREAK),
|
|
12982
|
+
/* harmony export */ PredicateVisitor: () => (/* binding */ PredicateVisitor),
|
|
12983
|
+
/* harmony export */ getNodeType: () => (/* binding */ getNodeType),
|
|
12984
|
+
/* harmony export */ isNode: () => (/* binding */ isNode),
|
|
12985
|
+
/* harmony export */ keyMapDefault: () => (/* binding */ keyMapDefault),
|
|
12986
|
+
/* harmony export */ mergeAllVisitors: () => (/* reexport safe */ _swagger_api_apidom_ast__WEBPACK_IMPORTED_MODULE_3__.mergeAll),
|
|
12987
|
+
/* harmony export */ visit: () => (/* binding */ visit)
|
|
13088
12988
|
/* harmony export */ });
|
|
13089
12989
|
/* harmony import */ var _babel_runtime_corejs3_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28936);
|
|
13090
|
-
/* harmony import */ var
|
|
13091
|
-
/* harmony import */ var
|
|
13092
|
-
/* harmony import */ var
|
|
13093
|
-
/* harmony import */ var
|
|
13094
|
-
/* harmony import */ var
|
|
13095
|
-
/* harmony import */ var
|
|
12990
|
+
/* harmony import */ var _babel_runtime_corejs3_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(39210);
|
|
12991
|
+
/* harmony import */ var stampit__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(86591);
|
|
12992
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(13776);
|
|
12993
|
+
/* harmony import */ var ramda_adjunct__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(25992);
|
|
12994
|
+
/* harmony import */ var _swagger_api_apidom_ast__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(49925);
|
|
12995
|
+
/* harmony import */ var _predicates_index_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(80512);
|
|
13096
12996
|
|
|
13097
12997
|
|
|
13098
12998
|
const _excluded = ["keyMap"],
|
|
@@ -13135,12 +13035,12 @@ const getNodeType = element => {
|
|
|
13135
13035
|
* There is a problem with naming visitor methods described here: https://github.com/babel/babel/discussions/12874
|
|
13136
13036
|
*/
|
|
13137
13037
|
/* eslint-disable no-nested-ternary */
|
|
13138
|
-
return (0,
|
|
13038
|
+
return (0,_predicates_index_js__WEBPACK_IMPORTED_MODULE_4__.isObjectElement)(element) ? 'ObjectElement' : (0,_predicates_index_js__WEBPACK_IMPORTED_MODULE_4__.isArrayElement)(element) ? 'ArrayElement' : (0,_predicates_index_js__WEBPACK_IMPORTED_MODULE_4__.isMemberElement)(element) ? 'MemberElement' : (0,_predicates_index_js__WEBPACK_IMPORTED_MODULE_4__.isStringElement)(element) ? 'StringElement' : (0,_predicates_index_js__WEBPACK_IMPORTED_MODULE_4__.isBooleanElement)(element) ? 'BooleanElement' : (0,_predicates_index_js__WEBPACK_IMPORTED_MODULE_4__.isNumberElement)(element) ? 'NumberElement' : (0,_predicates_index_js__WEBPACK_IMPORTED_MODULE_4__.isNullElement)(element) ? 'NullElement' : (0,_predicates_index_js__WEBPACK_IMPORTED_MODULE_4__.isLinkElement)(element) ? 'LinkElement' : (0,_predicates_index_js__WEBPACK_IMPORTED_MODULE_4__.isRefElement)(element) ? 'RefElement' : undefined;
|
|
13139
13039
|
/* eslint-enable */
|
|
13140
13040
|
};
|
|
13141
13041
|
|
|
13142
13042
|
// isNode :: Node -> Boolean
|
|
13143
|
-
const isNode = (0,
|
|
13043
|
+
const isNode = (0,ramda__WEBPACK_IMPORTED_MODULE_2__.pipe)(getNodeType, ramda_adjunct__WEBPACK_IMPORTED_MODULE_5__["default"]);
|
|
13144
13044
|
const keyMapDefault = {
|
|
13145
13045
|
ObjectElement: ['content'],
|
|
13146
13046
|
ArrayElement: ['content'],
|
|
@@ -13156,10 +13056,10 @@ const keyMapDefault = {
|
|
|
13156
13056
|
ParseResultElement: ['content'],
|
|
13157
13057
|
SourceMap: ['content']
|
|
13158
13058
|
};
|
|
13159
|
-
const PredicateVisitor =
|
|
13059
|
+
const PredicateVisitor = stampit__WEBPACK_IMPORTED_MODULE_1__({
|
|
13160
13060
|
props: {
|
|
13161
13061
|
result: [],
|
|
13162
|
-
predicate:
|
|
13062
|
+
predicate: ramda__WEBPACK_IMPORTED_MODULE_2__.F,
|
|
13163
13063
|
returnOnTrue: undefined,
|
|
13164
13064
|
returnOnFalse: undefined
|
|
13165
13065
|
},
|
|
@@ -13196,9 +13096,9 @@ visitor) {
|
|
|
13196
13096
|
let {
|
|
13197
13097
|
keyMap = keyMapDefault
|
|
13198
13098
|
} = _ref,
|
|
13199
|
-
rest = (0,
|
|
13099
|
+
rest = (0,_babel_runtime_corejs3_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_6__["default"])(_ref, _excluded);
|
|
13200
13100
|
// @ts-ignore
|
|
13201
|
-
return (0,
|
|
13101
|
+
return (0,_swagger_api_apidom_ast__WEBPACK_IMPORTED_MODULE_3__.visit)(root, visitor, _objectSpread({
|
|
13202
13102
|
// @ts-ignore
|
|
13203
13103
|
keyMap,
|
|
13204
13104
|
// @ts-ignore
|
|
@@ -13215,9 +13115,9 @@ visitor) {
|
|
|
13215
13115
|
let {
|
|
13216
13116
|
keyMap = keyMapDefault
|
|
13217
13117
|
} = _ref2,
|
|
13218
|
-
rest = (0,
|
|
13118
|
+
rest = (0,_babel_runtime_corejs3_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_6__["default"])(_ref2, _excluded2);
|
|
13219
13119
|
// @ts-ignore
|
|
13220
|
-
return
|
|
13120
|
+
return _swagger_api_apidom_ast__WEBPACK_IMPORTED_MODULE_3__.visit[Symbol.for('nodejs.util.promisify.custom')](root, visitor, _objectSpread({
|
|
13221
13121
|
// @ts-ignore
|
|
13222
13122
|
keyMap,
|
|
13223
13123
|
// @ts-ignore
|
|
@@ -18058,271 +17958,271 @@ var includes =
|
|
|
18058
17958
|
"use strict";
|
|
18059
17959
|
__webpack_require__.r(__webpack_exports__);
|
|
18060
17960
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
18061
|
-
/* harmony export */
|
|
18062
|
-
/* harmony export */
|
|
18063
|
-
/* harmony export */
|
|
18064
|
-
/* harmony export */
|
|
18065
|
-
/* harmony export */
|
|
18066
|
-
/* harmony export */
|
|
18067
|
-
/* harmony export */
|
|
18068
|
-
/* harmony export */
|
|
18069
|
-
/* harmony export */
|
|
18070
|
-
/* harmony export */
|
|
18071
|
-
/* harmony export */
|
|
18072
|
-
/* harmony export */
|
|
18073
|
-
/* harmony export */
|
|
18074
|
-
/* harmony export */
|
|
18075
|
-
/* harmony export */
|
|
18076
|
-
/* harmony export */
|
|
18077
|
-
/* harmony export */
|
|
18078
|
-
/* harmony export */
|
|
18079
|
-
/* harmony export */
|
|
18080
|
-
/* harmony export */
|
|
18081
|
-
/* harmony export */
|
|
18082
|
-
/* harmony export */
|
|
18083
|
-
/* harmony export */
|
|
18084
|
-
/* harmony export */
|
|
18085
|
-
/* harmony export */
|
|
18086
|
-
/* harmony export */
|
|
18087
|
-
/* harmony export */
|
|
18088
|
-
/* harmony export */
|
|
18089
|
-
/* harmony export */
|
|
18090
|
-
/* harmony export */
|
|
18091
|
-
/* harmony export */
|
|
18092
|
-
/* harmony export */
|
|
18093
|
-
/* harmony export */
|
|
18094
|
-
/* harmony export */
|
|
18095
|
-
/* harmony export */
|
|
18096
|
-
/* harmony export */
|
|
18097
|
-
/* harmony export */
|
|
18098
|
-
/* harmony export */
|
|
18099
|
-
/* harmony export */
|
|
18100
|
-
/* harmony export */
|
|
18101
|
-
/* harmony export */
|
|
18102
|
-
/* harmony export */
|
|
18103
|
-
/* harmony export */
|
|
18104
|
-
/* harmony export */
|
|
18105
|
-
/* harmony export */
|
|
18106
|
-
/* harmony export */
|
|
18107
|
-
/* harmony export */
|
|
18108
|
-
/* harmony export */
|
|
18109
|
-
/* harmony export */
|
|
18110
|
-
/* harmony export */
|
|
18111
|
-
/* harmony export */
|
|
18112
|
-
/* harmony export */
|
|
18113
|
-
/* harmony export */
|
|
18114
|
-
/* harmony export */
|
|
18115
|
-
/* harmony export */
|
|
18116
|
-
/* harmony export */
|
|
18117
|
-
/* harmony export */
|
|
18118
|
-
/* harmony export */
|
|
18119
|
-
/* harmony export */
|
|
18120
|
-
/* harmony export */
|
|
18121
|
-
/* harmony export */
|
|
18122
|
-
/* harmony export */
|
|
18123
|
-
/* harmony export */
|
|
18124
|
-
/* harmony export */
|
|
18125
|
-
/* harmony export */
|
|
18126
|
-
/* harmony export */
|
|
18127
|
-
/* harmony export */
|
|
18128
|
-
/* harmony export */
|
|
18129
|
-
/* harmony export */
|
|
18130
|
-
/* harmony export */
|
|
18131
|
-
/* harmony export */
|
|
18132
|
-
/* harmony export */
|
|
18133
|
-
/* harmony export */
|
|
18134
|
-
/* harmony export */
|
|
18135
|
-
/* harmony export */
|
|
18136
|
-
/* harmony export */
|
|
18137
|
-
/* harmony export */
|
|
18138
|
-
/* harmony export */
|
|
18139
|
-
/* harmony export */
|
|
18140
|
-
/* harmony export */
|
|
18141
|
-
/* harmony export */
|
|
18142
|
-
/* harmony export */
|
|
18143
|
-
/* harmony export */
|
|
18144
|
-
/* harmony export */
|
|
18145
|
-
/* harmony export */
|
|
18146
|
-
/* harmony export */
|
|
18147
|
-
/* harmony export */
|
|
18148
|
-
/* harmony export */
|
|
18149
|
-
/* harmony export */
|
|
18150
|
-
/* harmony export */
|
|
18151
|
-
/* harmony export */
|
|
18152
|
-
/* harmony export */
|
|
18153
|
-
/* harmony export */
|
|
18154
|
-
/* harmony export */
|
|
18155
|
-
/* harmony export */
|
|
18156
|
-
/* harmony export */
|
|
18157
|
-
/* harmony export */
|
|
18158
|
-
/* harmony export */
|
|
18159
|
-
/* harmony export */
|
|
18160
|
-
/* harmony export */
|
|
18161
|
-
/* harmony export */
|
|
18162
|
-
/* harmony export */
|
|
18163
|
-
/* harmony export */
|
|
18164
|
-
/* harmony export */
|
|
18165
|
-
/* harmony export */
|
|
18166
|
-
/* harmony export */
|
|
18167
|
-
/* harmony export */
|
|
18168
|
-
/* harmony export */
|
|
18169
|
-
/* harmony export */
|
|
18170
|
-
/* harmony export */
|
|
18171
|
-
/* harmony export */
|
|
18172
|
-
/* harmony export */
|
|
18173
|
-
/* harmony export */
|
|
18174
|
-
/* harmony export */
|
|
18175
|
-
/* harmony export */
|
|
18176
|
-
/* harmony export */
|
|
18177
|
-
/* harmony export */
|
|
18178
|
-
/* harmony export */
|
|
18179
|
-
/* harmony export */
|
|
18180
|
-
/* harmony export */
|
|
18181
|
-
/* harmony export */
|
|
18182
|
-
/* harmony export */
|
|
18183
|
-
/* harmony export */
|
|
18184
|
-
/* harmony export */
|
|
18185
|
-
/* harmony export */
|
|
18186
|
-
/* harmony export */
|
|
18187
|
-
/* harmony export */
|
|
18188
|
-
/* harmony export */
|
|
18189
|
-
/* harmony export */
|
|
18190
|
-
/* harmony export */
|
|
18191
|
-
/* harmony export */
|
|
18192
|
-
/* harmony export */
|
|
18193
|
-
/* harmony export */
|
|
18194
|
-
/* harmony export */
|
|
18195
|
-
/* harmony export */
|
|
18196
|
-
/* harmony export */
|
|
18197
|
-
/* harmony export */
|
|
18198
|
-
/* harmony export */
|
|
18199
|
-
/* harmony export */
|
|
18200
|
-
/* harmony export */
|
|
18201
|
-
/* harmony export */
|
|
18202
|
-
/* harmony export */
|
|
18203
|
-
/* harmony export */
|
|
18204
|
-
/* harmony export */
|
|
18205
|
-
/* harmony export */
|
|
18206
|
-
/* harmony export */
|
|
18207
|
-
/* harmony export */
|
|
18208
|
-
/* harmony export */
|
|
18209
|
-
/* harmony export */
|
|
18210
|
-
/* harmony export */
|
|
18211
|
-
/* harmony export */
|
|
18212
|
-
/* harmony export */
|
|
18213
|
-
/* harmony export */
|
|
18214
|
-
/* harmony export */
|
|
18215
|
-
/* harmony export */
|
|
18216
|
-
/* harmony export */
|
|
18217
|
-
/* harmony export */
|
|
18218
|
-
/* harmony export */
|
|
18219
|
-
/* harmony export */
|
|
18220
|
-
/* harmony export */
|
|
18221
|
-
/* harmony export */
|
|
18222
|
-
/* harmony export */
|
|
18223
|
-
/* harmony export */
|
|
18224
|
-
/* harmony export */
|
|
18225
|
-
/* harmony export */
|
|
18226
|
-
/* harmony export */
|
|
18227
|
-
/* harmony export */
|
|
18228
|
-
/* harmony export */
|
|
18229
|
-
/* harmony export */
|
|
18230
|
-
/* harmony export */
|
|
18231
|
-
/* harmony export */
|
|
18232
|
-
/* harmony export */
|
|
18233
|
-
/* harmony export */
|
|
18234
|
-
/* harmony export */
|
|
18235
|
-
/* harmony export */
|
|
18236
|
-
/* harmony export */
|
|
18237
|
-
/* harmony export */
|
|
18238
|
-
/* harmony export */
|
|
18239
|
-
/* harmony export */
|
|
18240
|
-
/* harmony export */
|
|
18241
|
-
/* harmony export */
|
|
18242
|
-
/* harmony export */
|
|
18243
|
-
/* harmony export */
|
|
18244
|
-
/* harmony export */
|
|
18245
|
-
/* harmony export */
|
|
18246
|
-
/* harmony export */
|
|
18247
|
-
/* harmony export */
|
|
18248
|
-
/* harmony export */
|
|
18249
|
-
/* harmony export */
|
|
18250
|
-
/* harmony export */
|
|
18251
|
-
/* harmony export */
|
|
18252
|
-
/* harmony export */
|
|
18253
|
-
/* harmony export */
|
|
18254
|
-
/* harmony export */
|
|
18255
|
-
/* harmony export */
|
|
18256
|
-
/* harmony export */
|
|
18257
|
-
/* harmony export */
|
|
18258
|
-
/* harmony export */
|
|
18259
|
-
/* harmony export */
|
|
18260
|
-
/* harmony export */
|
|
18261
|
-
/* harmony export */
|
|
18262
|
-
/* harmony export */
|
|
18263
|
-
/* harmony export */
|
|
18264
|
-
/* harmony export */
|
|
18265
|
-
/* harmony export */
|
|
18266
|
-
/* harmony export */
|
|
18267
|
-
/* harmony export */
|
|
18268
|
-
/* harmony export */
|
|
18269
|
-
/* harmony export */
|
|
18270
|
-
/* harmony export */
|
|
18271
|
-
/* harmony export */
|
|
18272
|
-
/* harmony export */
|
|
18273
|
-
/* harmony export */
|
|
18274
|
-
/* harmony export */
|
|
18275
|
-
/* harmony export */
|
|
18276
|
-
/* harmony export */
|
|
18277
|
-
/* harmony export */
|
|
18278
|
-
/* harmony export */
|
|
18279
|
-
/* harmony export */
|
|
18280
|
-
/* harmony export */
|
|
18281
|
-
/* harmony export */
|
|
18282
|
-
/* harmony export */
|
|
18283
|
-
/* harmony export */
|
|
18284
|
-
/* harmony export */
|
|
18285
|
-
/* harmony export */
|
|
18286
|
-
/* harmony export */
|
|
18287
|
-
/* harmony export */
|
|
18288
|
-
/* harmony export */
|
|
18289
|
-
/* harmony export */
|
|
18290
|
-
/* harmony export */
|
|
18291
|
-
/* harmony export */
|
|
18292
|
-
/* harmony export */
|
|
18293
|
-
/* harmony export */
|
|
18294
|
-
/* harmony export */
|
|
18295
|
-
/* harmony export */
|
|
18296
|
-
/* harmony export */
|
|
18297
|
-
/* harmony export */
|
|
18298
|
-
/* harmony export */
|
|
18299
|
-
/* harmony export */
|
|
18300
|
-
/* harmony export */
|
|
18301
|
-
/* harmony export */
|
|
18302
|
-
/* harmony export */
|
|
18303
|
-
/* harmony export */
|
|
18304
|
-
/* harmony export */
|
|
18305
|
-
/* harmony export */
|
|
18306
|
-
/* harmony export */
|
|
18307
|
-
/* harmony export */
|
|
18308
|
-
/* harmony export */
|
|
18309
|
-
/* harmony export */
|
|
18310
|
-
/* harmony export */
|
|
18311
|
-
/* harmony export */
|
|
18312
|
-
/* harmony export */
|
|
18313
|
-
/* harmony export */
|
|
18314
|
-
/* harmony export */
|
|
18315
|
-
/* harmony export */
|
|
18316
|
-
/* harmony export */
|
|
18317
|
-
/* harmony export */
|
|
18318
|
-
/* harmony export */
|
|
18319
|
-
/* harmony export */
|
|
18320
|
-
/* harmony export */
|
|
18321
|
-
/* harmony export */
|
|
18322
|
-
/* harmony export */
|
|
18323
|
-
/* harmony export */
|
|
18324
|
-
/* harmony export */
|
|
18325
|
-
/* harmony export */
|
|
17961
|
+
/* harmony export */ F: () => (/* reexport safe */ _F_js__WEBPACK_IMPORTED_MODULE_0__["default"]),
|
|
17962
|
+
/* harmony export */ T: () => (/* reexport safe */ _T_js__WEBPACK_IMPORTED_MODULE_1__["default"]),
|
|
17963
|
+
/* harmony export */ __: () => (/* reexport safe */ _js__WEBPACK_IMPORTED_MODULE_2__["default"]),
|
|
17964
|
+
/* harmony export */ add: () => (/* reexport safe */ _add_js__WEBPACK_IMPORTED_MODULE_3__["default"]),
|
|
17965
|
+
/* harmony export */ addIndex: () => (/* reexport safe */ _addIndex_js__WEBPACK_IMPORTED_MODULE_4__["default"]),
|
|
17966
|
+
/* harmony export */ addIndexRight: () => (/* reexport safe */ _addIndexRight_js__WEBPACK_IMPORTED_MODULE_5__["default"]),
|
|
17967
|
+
/* harmony export */ adjust: () => (/* reexport safe */ _adjust_js__WEBPACK_IMPORTED_MODULE_6__["default"]),
|
|
17968
|
+
/* harmony export */ all: () => (/* reexport safe */ _all_js__WEBPACK_IMPORTED_MODULE_7__["default"]),
|
|
17969
|
+
/* harmony export */ allPass: () => (/* reexport safe */ _allPass_js__WEBPACK_IMPORTED_MODULE_8__["default"]),
|
|
17970
|
+
/* harmony export */ always: () => (/* reexport safe */ _always_js__WEBPACK_IMPORTED_MODULE_9__["default"]),
|
|
17971
|
+
/* harmony export */ and: () => (/* reexport safe */ _and_js__WEBPACK_IMPORTED_MODULE_10__["default"]),
|
|
17972
|
+
/* harmony export */ andThen: () => (/* reexport safe */ _andThen_js__WEBPACK_IMPORTED_MODULE_223__["default"]),
|
|
17973
|
+
/* harmony export */ any: () => (/* reexport safe */ _any_js__WEBPACK_IMPORTED_MODULE_11__["default"]),
|
|
17974
|
+
/* harmony export */ anyPass: () => (/* reexport safe */ _anyPass_js__WEBPACK_IMPORTED_MODULE_12__["default"]),
|
|
17975
|
+
/* harmony export */ ap: () => (/* reexport safe */ _ap_js__WEBPACK_IMPORTED_MODULE_13__["default"]),
|
|
17976
|
+
/* harmony export */ aperture: () => (/* reexport safe */ _aperture_js__WEBPACK_IMPORTED_MODULE_14__["default"]),
|
|
17977
|
+
/* harmony export */ append: () => (/* reexport safe */ _append_js__WEBPACK_IMPORTED_MODULE_15__["default"]),
|
|
17978
|
+
/* harmony export */ apply: () => (/* reexport safe */ _apply_js__WEBPACK_IMPORTED_MODULE_16__["default"]),
|
|
17979
|
+
/* harmony export */ applySpec: () => (/* reexport safe */ _applySpec_js__WEBPACK_IMPORTED_MODULE_17__["default"]),
|
|
17980
|
+
/* harmony export */ applyTo: () => (/* reexport safe */ _applyTo_js__WEBPACK_IMPORTED_MODULE_18__["default"]),
|
|
17981
|
+
/* harmony export */ ascend: () => (/* reexport safe */ _ascend_js__WEBPACK_IMPORTED_MODULE_19__["default"]),
|
|
17982
|
+
/* harmony export */ assoc: () => (/* reexport safe */ _assoc_js__WEBPACK_IMPORTED_MODULE_20__["default"]),
|
|
17983
|
+
/* harmony export */ assocPath: () => (/* reexport safe */ _assocPath_js__WEBPACK_IMPORTED_MODULE_21__["default"]),
|
|
17984
|
+
/* harmony export */ binary: () => (/* reexport safe */ _binary_js__WEBPACK_IMPORTED_MODULE_22__["default"]),
|
|
17985
|
+
/* harmony export */ bind: () => (/* reexport safe */ _bind_js__WEBPACK_IMPORTED_MODULE_23__["default"]),
|
|
17986
|
+
/* harmony export */ both: () => (/* reexport safe */ _both_js__WEBPACK_IMPORTED_MODULE_24__["default"]),
|
|
17987
|
+
/* harmony export */ call: () => (/* reexport safe */ _call_js__WEBPACK_IMPORTED_MODULE_25__["default"]),
|
|
17988
|
+
/* harmony export */ chain: () => (/* reexport safe */ _chain_js__WEBPACK_IMPORTED_MODULE_26__["default"]),
|
|
17989
|
+
/* harmony export */ clamp: () => (/* reexport safe */ _clamp_js__WEBPACK_IMPORTED_MODULE_27__["default"]),
|
|
17990
|
+
/* harmony export */ clone: () => (/* reexport safe */ _clone_js__WEBPACK_IMPORTED_MODULE_28__["default"]),
|
|
17991
|
+
/* harmony export */ collectBy: () => (/* reexport safe */ _collectBy_js__WEBPACK_IMPORTED_MODULE_29__["default"]),
|
|
17992
|
+
/* harmony export */ comparator: () => (/* reexport safe */ _comparator_js__WEBPACK_IMPORTED_MODULE_30__["default"]),
|
|
17993
|
+
/* harmony export */ complement: () => (/* reexport safe */ _complement_js__WEBPACK_IMPORTED_MODULE_31__["default"]),
|
|
17994
|
+
/* harmony export */ compose: () => (/* reexport safe */ _compose_js__WEBPACK_IMPORTED_MODULE_32__["default"]),
|
|
17995
|
+
/* harmony export */ composeWith: () => (/* reexport safe */ _composeWith_js__WEBPACK_IMPORTED_MODULE_33__["default"]),
|
|
17996
|
+
/* harmony export */ concat: () => (/* reexport safe */ _concat_js__WEBPACK_IMPORTED_MODULE_34__["default"]),
|
|
17997
|
+
/* harmony export */ cond: () => (/* reexport safe */ _cond_js__WEBPACK_IMPORTED_MODULE_35__["default"]),
|
|
17998
|
+
/* harmony export */ construct: () => (/* reexport safe */ _construct_js__WEBPACK_IMPORTED_MODULE_36__["default"]),
|
|
17999
|
+
/* harmony export */ constructN: () => (/* reexport safe */ _constructN_js__WEBPACK_IMPORTED_MODULE_37__["default"]),
|
|
18000
|
+
/* harmony export */ converge: () => (/* reexport safe */ _converge_js__WEBPACK_IMPORTED_MODULE_38__["default"]),
|
|
18001
|
+
/* harmony export */ count: () => (/* reexport safe */ _count_js__WEBPACK_IMPORTED_MODULE_39__["default"]),
|
|
18002
|
+
/* harmony export */ countBy: () => (/* reexport safe */ _countBy_js__WEBPACK_IMPORTED_MODULE_40__["default"]),
|
|
18003
|
+
/* harmony export */ curry: () => (/* reexport safe */ _curry_js__WEBPACK_IMPORTED_MODULE_41__["default"]),
|
|
18004
|
+
/* harmony export */ curryN: () => (/* reexport safe */ _curryN_js__WEBPACK_IMPORTED_MODULE_42__["default"]),
|
|
18005
|
+
/* harmony export */ dec: () => (/* reexport safe */ _dec_js__WEBPACK_IMPORTED_MODULE_43__["default"]),
|
|
18006
|
+
/* harmony export */ defaultTo: () => (/* reexport safe */ _defaultTo_js__WEBPACK_IMPORTED_MODULE_44__["default"]),
|
|
18007
|
+
/* harmony export */ descend: () => (/* reexport safe */ _descend_js__WEBPACK_IMPORTED_MODULE_45__["default"]),
|
|
18008
|
+
/* harmony export */ difference: () => (/* reexport safe */ _difference_js__WEBPACK_IMPORTED_MODULE_46__["default"]),
|
|
18009
|
+
/* harmony export */ differenceWith: () => (/* reexport safe */ _differenceWith_js__WEBPACK_IMPORTED_MODULE_47__["default"]),
|
|
18010
|
+
/* harmony export */ dissoc: () => (/* reexport safe */ _dissoc_js__WEBPACK_IMPORTED_MODULE_48__["default"]),
|
|
18011
|
+
/* harmony export */ dissocPath: () => (/* reexport safe */ _dissocPath_js__WEBPACK_IMPORTED_MODULE_49__["default"]),
|
|
18012
|
+
/* harmony export */ divide: () => (/* reexport safe */ _divide_js__WEBPACK_IMPORTED_MODULE_50__["default"]),
|
|
18013
|
+
/* harmony export */ drop: () => (/* reexport safe */ _drop_js__WEBPACK_IMPORTED_MODULE_51__["default"]),
|
|
18014
|
+
/* harmony export */ dropLast: () => (/* reexport safe */ _dropLast_js__WEBPACK_IMPORTED_MODULE_52__["default"]),
|
|
18015
|
+
/* harmony export */ dropLastWhile: () => (/* reexport safe */ _dropLastWhile_js__WEBPACK_IMPORTED_MODULE_53__["default"]),
|
|
18016
|
+
/* harmony export */ dropRepeats: () => (/* reexport safe */ _dropRepeats_js__WEBPACK_IMPORTED_MODULE_54__["default"]),
|
|
18017
|
+
/* harmony export */ dropRepeatsBy: () => (/* reexport safe */ _dropRepeatsBy_js__WEBPACK_IMPORTED_MODULE_55__["default"]),
|
|
18018
|
+
/* harmony export */ dropRepeatsWith: () => (/* reexport safe */ _dropRepeatsWith_js__WEBPACK_IMPORTED_MODULE_56__["default"]),
|
|
18019
|
+
/* harmony export */ dropWhile: () => (/* reexport safe */ _dropWhile_js__WEBPACK_IMPORTED_MODULE_57__["default"]),
|
|
18020
|
+
/* harmony export */ either: () => (/* reexport safe */ _either_js__WEBPACK_IMPORTED_MODULE_58__["default"]),
|
|
18021
|
+
/* harmony export */ empty: () => (/* reexport safe */ _empty_js__WEBPACK_IMPORTED_MODULE_59__["default"]),
|
|
18022
|
+
/* harmony export */ endsWith: () => (/* reexport safe */ _endsWith_js__WEBPACK_IMPORTED_MODULE_60__["default"]),
|
|
18023
|
+
/* harmony export */ eqBy: () => (/* reexport safe */ _eqBy_js__WEBPACK_IMPORTED_MODULE_61__["default"]),
|
|
18024
|
+
/* harmony export */ eqProps: () => (/* reexport safe */ _eqProps_js__WEBPACK_IMPORTED_MODULE_62__["default"]),
|
|
18025
|
+
/* harmony export */ equals: () => (/* reexport safe */ _equals_js__WEBPACK_IMPORTED_MODULE_63__["default"]),
|
|
18026
|
+
/* harmony export */ evolve: () => (/* reexport safe */ _evolve_js__WEBPACK_IMPORTED_MODULE_64__["default"]),
|
|
18027
|
+
/* harmony export */ filter: () => (/* reexport safe */ _filter_js__WEBPACK_IMPORTED_MODULE_65__["default"]),
|
|
18028
|
+
/* harmony export */ find: () => (/* reexport safe */ _find_js__WEBPACK_IMPORTED_MODULE_66__["default"]),
|
|
18029
|
+
/* harmony export */ findIndex: () => (/* reexport safe */ _findIndex_js__WEBPACK_IMPORTED_MODULE_67__["default"]),
|
|
18030
|
+
/* harmony export */ findLast: () => (/* reexport safe */ _findLast_js__WEBPACK_IMPORTED_MODULE_68__["default"]),
|
|
18031
|
+
/* harmony export */ findLastIndex: () => (/* reexport safe */ _findLastIndex_js__WEBPACK_IMPORTED_MODULE_69__["default"]),
|
|
18032
|
+
/* harmony export */ flatten: () => (/* reexport safe */ _flatten_js__WEBPACK_IMPORTED_MODULE_70__["default"]),
|
|
18033
|
+
/* harmony export */ flip: () => (/* reexport safe */ _flip_js__WEBPACK_IMPORTED_MODULE_71__["default"]),
|
|
18034
|
+
/* harmony export */ forEach: () => (/* reexport safe */ _forEach_js__WEBPACK_IMPORTED_MODULE_72__["default"]),
|
|
18035
|
+
/* harmony export */ forEachObjIndexed: () => (/* reexport safe */ _forEachObjIndexed_js__WEBPACK_IMPORTED_MODULE_73__["default"]),
|
|
18036
|
+
/* harmony export */ fromPairs: () => (/* reexport safe */ _fromPairs_js__WEBPACK_IMPORTED_MODULE_74__["default"]),
|
|
18037
|
+
/* harmony export */ groupBy: () => (/* reexport safe */ _groupBy_js__WEBPACK_IMPORTED_MODULE_75__["default"]),
|
|
18038
|
+
/* harmony export */ groupWith: () => (/* reexport safe */ _groupWith_js__WEBPACK_IMPORTED_MODULE_76__["default"]),
|
|
18039
|
+
/* harmony export */ gt: () => (/* reexport safe */ _gt_js__WEBPACK_IMPORTED_MODULE_77__["default"]),
|
|
18040
|
+
/* harmony export */ gte: () => (/* reexport safe */ _gte_js__WEBPACK_IMPORTED_MODULE_78__["default"]),
|
|
18041
|
+
/* harmony export */ has: () => (/* reexport safe */ _has_js__WEBPACK_IMPORTED_MODULE_79__["default"]),
|
|
18042
|
+
/* harmony export */ hasIn: () => (/* reexport safe */ _hasIn_js__WEBPACK_IMPORTED_MODULE_80__["default"]),
|
|
18043
|
+
/* harmony export */ hasPath: () => (/* reexport safe */ _hasPath_js__WEBPACK_IMPORTED_MODULE_81__["default"]),
|
|
18044
|
+
/* harmony export */ head: () => (/* reexport safe */ _head_js__WEBPACK_IMPORTED_MODULE_82__["default"]),
|
|
18045
|
+
/* harmony export */ identical: () => (/* reexport safe */ _identical_js__WEBPACK_IMPORTED_MODULE_83__["default"]),
|
|
18046
|
+
/* harmony export */ identity: () => (/* reexport safe */ _identity_js__WEBPACK_IMPORTED_MODULE_84__["default"]),
|
|
18047
|
+
/* harmony export */ ifElse: () => (/* reexport safe */ _ifElse_js__WEBPACK_IMPORTED_MODULE_85__["default"]),
|
|
18048
|
+
/* harmony export */ inc: () => (/* reexport safe */ _inc_js__WEBPACK_IMPORTED_MODULE_86__["default"]),
|
|
18049
|
+
/* harmony export */ includes: () => (/* reexport safe */ _includes_js__WEBPACK_IMPORTED_MODULE_87__["default"]),
|
|
18050
|
+
/* harmony export */ indexBy: () => (/* reexport safe */ _indexBy_js__WEBPACK_IMPORTED_MODULE_88__["default"]),
|
|
18051
|
+
/* harmony export */ indexOf: () => (/* reexport safe */ _indexOf_js__WEBPACK_IMPORTED_MODULE_89__["default"]),
|
|
18052
|
+
/* harmony export */ init: () => (/* reexport safe */ _init_js__WEBPACK_IMPORTED_MODULE_90__["default"]),
|
|
18053
|
+
/* harmony export */ innerJoin: () => (/* reexport safe */ _innerJoin_js__WEBPACK_IMPORTED_MODULE_91__["default"]),
|
|
18054
|
+
/* harmony export */ insert: () => (/* reexport safe */ _insert_js__WEBPACK_IMPORTED_MODULE_92__["default"]),
|
|
18055
|
+
/* harmony export */ insertAll: () => (/* reexport safe */ _insertAll_js__WEBPACK_IMPORTED_MODULE_93__["default"]),
|
|
18056
|
+
/* harmony export */ intersection: () => (/* reexport safe */ _intersection_js__WEBPACK_IMPORTED_MODULE_94__["default"]),
|
|
18057
|
+
/* harmony export */ intersperse: () => (/* reexport safe */ _intersperse_js__WEBPACK_IMPORTED_MODULE_95__["default"]),
|
|
18058
|
+
/* harmony export */ into: () => (/* reexport safe */ _into_js__WEBPACK_IMPORTED_MODULE_96__["default"]),
|
|
18059
|
+
/* harmony export */ invert: () => (/* reexport safe */ _invert_js__WEBPACK_IMPORTED_MODULE_97__["default"]),
|
|
18060
|
+
/* harmony export */ invertObj: () => (/* reexport safe */ _invertObj_js__WEBPACK_IMPORTED_MODULE_98__["default"]),
|
|
18061
|
+
/* harmony export */ invoker: () => (/* reexport safe */ _invoker_js__WEBPACK_IMPORTED_MODULE_99__["default"]),
|
|
18062
|
+
/* harmony export */ is: () => (/* reexport safe */ _is_js__WEBPACK_IMPORTED_MODULE_100__["default"]),
|
|
18063
|
+
/* harmony export */ isEmpty: () => (/* reexport safe */ _isEmpty_js__WEBPACK_IMPORTED_MODULE_101__["default"]),
|
|
18064
|
+
/* harmony export */ isNil: () => (/* reexport safe */ _isNil_js__WEBPACK_IMPORTED_MODULE_102__["default"]),
|
|
18065
|
+
/* harmony export */ isNotNil: () => (/* reexport safe */ _isNotNil_js__WEBPACK_IMPORTED_MODULE_103__["default"]),
|
|
18066
|
+
/* harmony export */ join: () => (/* reexport safe */ _join_js__WEBPACK_IMPORTED_MODULE_104__["default"]),
|
|
18067
|
+
/* harmony export */ juxt: () => (/* reexport safe */ _juxt_js__WEBPACK_IMPORTED_MODULE_105__["default"]),
|
|
18068
|
+
/* harmony export */ keys: () => (/* reexport safe */ _keys_js__WEBPACK_IMPORTED_MODULE_106__["default"]),
|
|
18069
|
+
/* harmony export */ keysIn: () => (/* reexport safe */ _keysIn_js__WEBPACK_IMPORTED_MODULE_107__["default"]),
|
|
18070
|
+
/* harmony export */ last: () => (/* reexport safe */ _last_js__WEBPACK_IMPORTED_MODULE_108__["default"]),
|
|
18071
|
+
/* harmony export */ lastIndexOf: () => (/* reexport safe */ _lastIndexOf_js__WEBPACK_IMPORTED_MODULE_109__["default"]),
|
|
18072
|
+
/* harmony export */ length: () => (/* reexport safe */ _length_js__WEBPACK_IMPORTED_MODULE_110__["default"]),
|
|
18073
|
+
/* harmony export */ lens: () => (/* reexport safe */ _lens_js__WEBPACK_IMPORTED_MODULE_111__["default"]),
|
|
18074
|
+
/* harmony export */ lensIndex: () => (/* reexport safe */ _lensIndex_js__WEBPACK_IMPORTED_MODULE_112__["default"]),
|
|
18075
|
+
/* harmony export */ lensPath: () => (/* reexport safe */ _lensPath_js__WEBPACK_IMPORTED_MODULE_113__["default"]),
|
|
18076
|
+
/* harmony export */ lensProp: () => (/* reexport safe */ _lensProp_js__WEBPACK_IMPORTED_MODULE_114__["default"]),
|
|
18077
|
+
/* harmony export */ lift: () => (/* reexport safe */ _lift_js__WEBPACK_IMPORTED_MODULE_115__["default"]),
|
|
18078
|
+
/* harmony export */ liftN: () => (/* reexport safe */ _liftN_js__WEBPACK_IMPORTED_MODULE_116__["default"]),
|
|
18079
|
+
/* harmony export */ lt: () => (/* reexport safe */ _lt_js__WEBPACK_IMPORTED_MODULE_117__["default"]),
|
|
18080
|
+
/* harmony export */ lte: () => (/* reexport safe */ _lte_js__WEBPACK_IMPORTED_MODULE_118__["default"]),
|
|
18081
|
+
/* harmony export */ map: () => (/* reexport safe */ _map_js__WEBPACK_IMPORTED_MODULE_119__["default"]),
|
|
18082
|
+
/* harmony export */ mapAccum: () => (/* reexport safe */ _mapAccum_js__WEBPACK_IMPORTED_MODULE_120__["default"]),
|
|
18083
|
+
/* harmony export */ mapAccumRight: () => (/* reexport safe */ _mapAccumRight_js__WEBPACK_IMPORTED_MODULE_121__["default"]),
|
|
18084
|
+
/* harmony export */ mapObjIndexed: () => (/* reexport safe */ _mapObjIndexed_js__WEBPACK_IMPORTED_MODULE_122__["default"]),
|
|
18085
|
+
/* harmony export */ match: () => (/* reexport safe */ _match_js__WEBPACK_IMPORTED_MODULE_123__["default"]),
|
|
18086
|
+
/* harmony export */ mathMod: () => (/* reexport safe */ _mathMod_js__WEBPACK_IMPORTED_MODULE_124__["default"]),
|
|
18087
|
+
/* harmony export */ max: () => (/* reexport safe */ _max_js__WEBPACK_IMPORTED_MODULE_125__["default"]),
|
|
18088
|
+
/* harmony export */ maxBy: () => (/* reexport safe */ _maxBy_js__WEBPACK_IMPORTED_MODULE_126__["default"]),
|
|
18089
|
+
/* harmony export */ mean: () => (/* reexport safe */ _mean_js__WEBPACK_IMPORTED_MODULE_127__["default"]),
|
|
18090
|
+
/* harmony export */ median: () => (/* reexport safe */ _median_js__WEBPACK_IMPORTED_MODULE_128__["default"]),
|
|
18091
|
+
/* harmony export */ memoizeWith: () => (/* reexport safe */ _memoizeWith_js__WEBPACK_IMPORTED_MODULE_129__["default"]),
|
|
18092
|
+
/* harmony export */ mergeAll: () => (/* reexport safe */ _mergeAll_js__WEBPACK_IMPORTED_MODULE_130__["default"]),
|
|
18093
|
+
/* harmony export */ mergeDeepLeft: () => (/* reexport safe */ _mergeDeepLeft_js__WEBPACK_IMPORTED_MODULE_131__["default"]),
|
|
18094
|
+
/* harmony export */ mergeDeepRight: () => (/* reexport safe */ _mergeDeepRight_js__WEBPACK_IMPORTED_MODULE_132__["default"]),
|
|
18095
|
+
/* harmony export */ mergeDeepWith: () => (/* reexport safe */ _mergeDeepWith_js__WEBPACK_IMPORTED_MODULE_133__["default"]),
|
|
18096
|
+
/* harmony export */ mergeDeepWithKey: () => (/* reexport safe */ _mergeDeepWithKey_js__WEBPACK_IMPORTED_MODULE_134__["default"]),
|
|
18097
|
+
/* harmony export */ mergeLeft: () => (/* reexport safe */ _mergeLeft_js__WEBPACK_IMPORTED_MODULE_135__["default"]),
|
|
18098
|
+
/* harmony export */ mergeRight: () => (/* reexport safe */ _mergeRight_js__WEBPACK_IMPORTED_MODULE_136__["default"]),
|
|
18099
|
+
/* harmony export */ mergeWith: () => (/* reexport safe */ _mergeWith_js__WEBPACK_IMPORTED_MODULE_137__["default"]),
|
|
18100
|
+
/* harmony export */ mergeWithKey: () => (/* reexport safe */ _mergeWithKey_js__WEBPACK_IMPORTED_MODULE_138__["default"]),
|
|
18101
|
+
/* harmony export */ min: () => (/* reexport safe */ _min_js__WEBPACK_IMPORTED_MODULE_139__["default"]),
|
|
18102
|
+
/* harmony export */ minBy: () => (/* reexport safe */ _minBy_js__WEBPACK_IMPORTED_MODULE_140__["default"]),
|
|
18103
|
+
/* harmony export */ modify: () => (/* reexport safe */ _modify_js__WEBPACK_IMPORTED_MODULE_141__["default"]),
|
|
18104
|
+
/* harmony export */ modifyPath: () => (/* reexport safe */ _modifyPath_js__WEBPACK_IMPORTED_MODULE_142__["default"]),
|
|
18105
|
+
/* harmony export */ modulo: () => (/* reexport safe */ _modulo_js__WEBPACK_IMPORTED_MODULE_143__["default"]),
|
|
18106
|
+
/* harmony export */ move: () => (/* reexport safe */ _move_js__WEBPACK_IMPORTED_MODULE_144__["default"]),
|
|
18107
|
+
/* harmony export */ multiply: () => (/* reexport safe */ _multiply_js__WEBPACK_IMPORTED_MODULE_145__["default"]),
|
|
18108
|
+
/* harmony export */ nAry: () => (/* reexport safe */ _nAry_js__WEBPACK_IMPORTED_MODULE_146__["default"]),
|
|
18109
|
+
/* harmony export */ negate: () => (/* reexport safe */ _negate_js__WEBPACK_IMPORTED_MODULE_148__["default"]),
|
|
18110
|
+
/* harmony export */ none: () => (/* reexport safe */ _none_js__WEBPACK_IMPORTED_MODULE_149__["default"]),
|
|
18111
|
+
/* harmony export */ not: () => (/* reexport safe */ _not_js__WEBPACK_IMPORTED_MODULE_150__["default"]),
|
|
18112
|
+
/* harmony export */ nth: () => (/* reexport safe */ _nth_js__WEBPACK_IMPORTED_MODULE_151__["default"]),
|
|
18113
|
+
/* harmony export */ nthArg: () => (/* reexport safe */ _nthArg_js__WEBPACK_IMPORTED_MODULE_152__["default"]),
|
|
18114
|
+
/* harmony export */ o: () => (/* reexport safe */ _o_js__WEBPACK_IMPORTED_MODULE_153__["default"]),
|
|
18115
|
+
/* harmony export */ objOf: () => (/* reexport safe */ _objOf_js__WEBPACK_IMPORTED_MODULE_154__["default"]),
|
|
18116
|
+
/* harmony export */ of: () => (/* reexport safe */ _of_js__WEBPACK_IMPORTED_MODULE_155__["default"]),
|
|
18117
|
+
/* harmony export */ omit: () => (/* reexport safe */ _omit_js__WEBPACK_IMPORTED_MODULE_156__["default"]),
|
|
18118
|
+
/* harmony export */ on: () => (/* reexport safe */ _on_js__WEBPACK_IMPORTED_MODULE_157__["default"]),
|
|
18119
|
+
/* harmony export */ once: () => (/* reexport safe */ _once_js__WEBPACK_IMPORTED_MODULE_158__["default"]),
|
|
18120
|
+
/* harmony export */ or: () => (/* reexport safe */ _or_js__WEBPACK_IMPORTED_MODULE_159__["default"]),
|
|
18121
|
+
/* harmony export */ otherwise: () => (/* reexport safe */ _otherwise_js__WEBPACK_IMPORTED_MODULE_160__["default"]),
|
|
18122
|
+
/* harmony export */ over: () => (/* reexport safe */ _over_js__WEBPACK_IMPORTED_MODULE_161__["default"]),
|
|
18123
|
+
/* harmony export */ pair: () => (/* reexport safe */ _pair_js__WEBPACK_IMPORTED_MODULE_162__["default"]),
|
|
18124
|
+
/* harmony export */ partial: () => (/* reexport safe */ _partial_js__WEBPACK_IMPORTED_MODULE_163__["default"]),
|
|
18125
|
+
/* harmony export */ partialObject: () => (/* reexport safe */ _partialObject_js__WEBPACK_IMPORTED_MODULE_147__["default"]),
|
|
18126
|
+
/* harmony export */ partialRight: () => (/* reexport safe */ _partialRight_js__WEBPACK_IMPORTED_MODULE_164__["default"]),
|
|
18127
|
+
/* harmony export */ partition: () => (/* reexport safe */ _partition_js__WEBPACK_IMPORTED_MODULE_165__["default"]),
|
|
18128
|
+
/* harmony export */ path: () => (/* reexport safe */ _path_js__WEBPACK_IMPORTED_MODULE_166__["default"]),
|
|
18129
|
+
/* harmony export */ pathEq: () => (/* reexport safe */ _pathEq_js__WEBPACK_IMPORTED_MODULE_168__["default"]),
|
|
18130
|
+
/* harmony export */ pathOr: () => (/* reexport safe */ _pathOr_js__WEBPACK_IMPORTED_MODULE_169__["default"]),
|
|
18131
|
+
/* harmony export */ pathSatisfies: () => (/* reexport safe */ _pathSatisfies_js__WEBPACK_IMPORTED_MODULE_170__["default"]),
|
|
18132
|
+
/* harmony export */ paths: () => (/* reexport safe */ _paths_js__WEBPACK_IMPORTED_MODULE_167__["default"]),
|
|
18133
|
+
/* harmony export */ pick: () => (/* reexport safe */ _pick_js__WEBPACK_IMPORTED_MODULE_171__["default"]),
|
|
18134
|
+
/* harmony export */ pickAll: () => (/* reexport safe */ _pickAll_js__WEBPACK_IMPORTED_MODULE_172__["default"]),
|
|
18135
|
+
/* harmony export */ pickBy: () => (/* reexport safe */ _pickBy_js__WEBPACK_IMPORTED_MODULE_173__["default"]),
|
|
18136
|
+
/* harmony export */ pipe: () => (/* reexport safe */ _pipe_js__WEBPACK_IMPORTED_MODULE_174__["default"]),
|
|
18137
|
+
/* harmony export */ pipeWith: () => (/* reexport safe */ _pipeWith_js__WEBPACK_IMPORTED_MODULE_175__["default"]),
|
|
18138
|
+
/* harmony export */ pluck: () => (/* reexport safe */ _pluck_js__WEBPACK_IMPORTED_MODULE_176__["default"]),
|
|
18139
|
+
/* harmony export */ prepend: () => (/* reexport safe */ _prepend_js__WEBPACK_IMPORTED_MODULE_177__["default"]),
|
|
18140
|
+
/* harmony export */ product: () => (/* reexport safe */ _product_js__WEBPACK_IMPORTED_MODULE_178__["default"]),
|
|
18141
|
+
/* harmony export */ project: () => (/* reexport safe */ _project_js__WEBPACK_IMPORTED_MODULE_179__["default"]),
|
|
18142
|
+
/* harmony export */ promap: () => (/* reexport safe */ _promap_js__WEBPACK_IMPORTED_MODULE_180__["default"]),
|
|
18143
|
+
/* harmony export */ prop: () => (/* reexport safe */ _prop_js__WEBPACK_IMPORTED_MODULE_181__["default"]),
|
|
18144
|
+
/* harmony export */ propEq: () => (/* reexport safe */ _propEq_js__WEBPACK_IMPORTED_MODULE_182__["default"]),
|
|
18145
|
+
/* harmony export */ propIs: () => (/* reexport safe */ _propIs_js__WEBPACK_IMPORTED_MODULE_183__["default"]),
|
|
18146
|
+
/* harmony export */ propOr: () => (/* reexport safe */ _propOr_js__WEBPACK_IMPORTED_MODULE_184__["default"]),
|
|
18147
|
+
/* harmony export */ propSatisfies: () => (/* reexport safe */ _propSatisfies_js__WEBPACK_IMPORTED_MODULE_185__["default"]),
|
|
18148
|
+
/* harmony export */ props: () => (/* reexport safe */ _props_js__WEBPACK_IMPORTED_MODULE_186__["default"]),
|
|
18149
|
+
/* harmony export */ range: () => (/* reexport safe */ _range_js__WEBPACK_IMPORTED_MODULE_187__["default"]),
|
|
18150
|
+
/* harmony export */ reduce: () => (/* reexport safe */ _reduce_js__WEBPACK_IMPORTED_MODULE_188__["default"]),
|
|
18151
|
+
/* harmony export */ reduceBy: () => (/* reexport safe */ _reduceBy_js__WEBPACK_IMPORTED_MODULE_189__["default"]),
|
|
18152
|
+
/* harmony export */ reduceRight: () => (/* reexport safe */ _reduceRight_js__WEBPACK_IMPORTED_MODULE_190__["default"]),
|
|
18153
|
+
/* harmony export */ reduceWhile: () => (/* reexport safe */ _reduceWhile_js__WEBPACK_IMPORTED_MODULE_191__["default"]),
|
|
18154
|
+
/* harmony export */ reduced: () => (/* reexport safe */ _reduced_js__WEBPACK_IMPORTED_MODULE_192__["default"]),
|
|
18155
|
+
/* harmony export */ reject: () => (/* reexport safe */ _reject_js__WEBPACK_IMPORTED_MODULE_193__["default"]),
|
|
18156
|
+
/* harmony export */ remove: () => (/* reexport safe */ _remove_js__WEBPACK_IMPORTED_MODULE_194__["default"]),
|
|
18157
|
+
/* harmony export */ repeat: () => (/* reexport safe */ _repeat_js__WEBPACK_IMPORTED_MODULE_195__["default"]),
|
|
18158
|
+
/* harmony export */ replace: () => (/* reexport safe */ _replace_js__WEBPACK_IMPORTED_MODULE_196__["default"]),
|
|
18159
|
+
/* harmony export */ reverse: () => (/* reexport safe */ _reverse_js__WEBPACK_IMPORTED_MODULE_197__["default"]),
|
|
18160
|
+
/* harmony export */ scan: () => (/* reexport safe */ _scan_js__WEBPACK_IMPORTED_MODULE_198__["default"]),
|
|
18161
|
+
/* harmony export */ sequence: () => (/* reexport safe */ _sequence_js__WEBPACK_IMPORTED_MODULE_199__["default"]),
|
|
18162
|
+
/* harmony export */ set: () => (/* reexport safe */ _set_js__WEBPACK_IMPORTED_MODULE_200__["default"]),
|
|
18163
|
+
/* harmony export */ slice: () => (/* reexport safe */ _slice_js__WEBPACK_IMPORTED_MODULE_201__["default"]),
|
|
18164
|
+
/* harmony export */ sort: () => (/* reexport safe */ _sort_js__WEBPACK_IMPORTED_MODULE_202__["default"]),
|
|
18165
|
+
/* harmony export */ sortBy: () => (/* reexport safe */ _sortBy_js__WEBPACK_IMPORTED_MODULE_203__["default"]),
|
|
18166
|
+
/* harmony export */ sortWith: () => (/* reexport safe */ _sortWith_js__WEBPACK_IMPORTED_MODULE_204__["default"]),
|
|
18167
|
+
/* harmony export */ split: () => (/* reexport safe */ _split_js__WEBPACK_IMPORTED_MODULE_205__["default"]),
|
|
18168
|
+
/* harmony export */ splitAt: () => (/* reexport safe */ _splitAt_js__WEBPACK_IMPORTED_MODULE_206__["default"]),
|
|
18169
|
+
/* harmony export */ splitEvery: () => (/* reexport safe */ _splitEvery_js__WEBPACK_IMPORTED_MODULE_207__["default"]),
|
|
18170
|
+
/* harmony export */ splitWhen: () => (/* reexport safe */ _splitWhen_js__WEBPACK_IMPORTED_MODULE_208__["default"]),
|
|
18171
|
+
/* harmony export */ splitWhenever: () => (/* reexport safe */ _splitWhenever_js__WEBPACK_IMPORTED_MODULE_209__["default"]),
|
|
18172
|
+
/* harmony export */ startsWith: () => (/* reexport safe */ _startsWith_js__WEBPACK_IMPORTED_MODULE_210__["default"]),
|
|
18173
|
+
/* harmony export */ subtract: () => (/* reexport safe */ _subtract_js__WEBPACK_IMPORTED_MODULE_211__["default"]),
|
|
18174
|
+
/* harmony export */ sum: () => (/* reexport safe */ _sum_js__WEBPACK_IMPORTED_MODULE_212__["default"]),
|
|
18175
|
+
/* harmony export */ swap: () => (/* reexport safe */ _swap_js__WEBPACK_IMPORTED_MODULE_213__["default"]),
|
|
18176
|
+
/* harmony export */ symmetricDifference: () => (/* reexport safe */ _symmetricDifference_js__WEBPACK_IMPORTED_MODULE_214__["default"]),
|
|
18177
|
+
/* harmony export */ symmetricDifferenceWith: () => (/* reexport safe */ _symmetricDifferenceWith_js__WEBPACK_IMPORTED_MODULE_215__["default"]),
|
|
18178
|
+
/* harmony export */ tail: () => (/* reexport safe */ _tail_js__WEBPACK_IMPORTED_MODULE_216__["default"]),
|
|
18179
|
+
/* harmony export */ take: () => (/* reexport safe */ _take_js__WEBPACK_IMPORTED_MODULE_217__["default"]),
|
|
18180
|
+
/* harmony export */ takeLast: () => (/* reexport safe */ _takeLast_js__WEBPACK_IMPORTED_MODULE_218__["default"]),
|
|
18181
|
+
/* harmony export */ takeLastWhile: () => (/* reexport safe */ _takeLastWhile_js__WEBPACK_IMPORTED_MODULE_219__["default"]),
|
|
18182
|
+
/* harmony export */ takeWhile: () => (/* reexport safe */ _takeWhile_js__WEBPACK_IMPORTED_MODULE_220__["default"]),
|
|
18183
|
+
/* harmony export */ tap: () => (/* reexport safe */ _tap_js__WEBPACK_IMPORTED_MODULE_221__["default"]),
|
|
18184
|
+
/* harmony export */ test: () => (/* reexport safe */ _test_js__WEBPACK_IMPORTED_MODULE_222__["default"]),
|
|
18185
|
+
/* harmony export */ thunkify: () => (/* reexport safe */ _thunkify_js__WEBPACK_IMPORTED_MODULE_264__["default"]),
|
|
18186
|
+
/* harmony export */ times: () => (/* reexport safe */ _times_js__WEBPACK_IMPORTED_MODULE_224__["default"]),
|
|
18187
|
+
/* harmony export */ toLower: () => (/* reexport safe */ _toLower_js__WEBPACK_IMPORTED_MODULE_225__["default"]),
|
|
18188
|
+
/* harmony export */ toPairs: () => (/* reexport safe */ _toPairs_js__WEBPACK_IMPORTED_MODULE_226__["default"]),
|
|
18189
|
+
/* harmony export */ toPairsIn: () => (/* reexport safe */ _toPairsIn_js__WEBPACK_IMPORTED_MODULE_227__["default"]),
|
|
18190
|
+
/* harmony export */ toString: () => (/* reexport safe */ _toString_js__WEBPACK_IMPORTED_MODULE_228__["default"]),
|
|
18191
|
+
/* harmony export */ toUpper: () => (/* reexport safe */ _toUpper_js__WEBPACK_IMPORTED_MODULE_229__["default"]),
|
|
18192
|
+
/* harmony export */ transduce: () => (/* reexport safe */ _transduce_js__WEBPACK_IMPORTED_MODULE_230__["default"]),
|
|
18193
|
+
/* harmony export */ transpose: () => (/* reexport safe */ _transpose_js__WEBPACK_IMPORTED_MODULE_231__["default"]),
|
|
18194
|
+
/* harmony export */ traverse: () => (/* reexport safe */ _traverse_js__WEBPACK_IMPORTED_MODULE_232__["default"]),
|
|
18195
|
+
/* harmony export */ trim: () => (/* reexport safe */ _trim_js__WEBPACK_IMPORTED_MODULE_233__["default"]),
|
|
18196
|
+
/* harmony export */ tryCatch: () => (/* reexport safe */ _tryCatch_js__WEBPACK_IMPORTED_MODULE_234__["default"]),
|
|
18197
|
+
/* harmony export */ type: () => (/* reexport safe */ _type_js__WEBPACK_IMPORTED_MODULE_235__["default"]),
|
|
18198
|
+
/* harmony export */ unapply: () => (/* reexport safe */ _unapply_js__WEBPACK_IMPORTED_MODULE_236__["default"]),
|
|
18199
|
+
/* harmony export */ unary: () => (/* reexport safe */ _unary_js__WEBPACK_IMPORTED_MODULE_237__["default"]),
|
|
18200
|
+
/* harmony export */ uncurryN: () => (/* reexport safe */ _uncurryN_js__WEBPACK_IMPORTED_MODULE_238__["default"]),
|
|
18201
|
+
/* harmony export */ unfold: () => (/* reexport safe */ _unfold_js__WEBPACK_IMPORTED_MODULE_239__["default"]),
|
|
18202
|
+
/* harmony export */ union: () => (/* reexport safe */ _union_js__WEBPACK_IMPORTED_MODULE_240__["default"]),
|
|
18203
|
+
/* harmony export */ unionWith: () => (/* reexport safe */ _unionWith_js__WEBPACK_IMPORTED_MODULE_241__["default"]),
|
|
18204
|
+
/* harmony export */ uniq: () => (/* reexport safe */ _uniq_js__WEBPACK_IMPORTED_MODULE_242__["default"]),
|
|
18205
|
+
/* harmony export */ uniqBy: () => (/* reexport safe */ _uniqBy_js__WEBPACK_IMPORTED_MODULE_243__["default"]),
|
|
18206
|
+
/* harmony export */ uniqWith: () => (/* reexport safe */ _uniqWith_js__WEBPACK_IMPORTED_MODULE_244__["default"]),
|
|
18207
|
+
/* harmony export */ unless: () => (/* reexport safe */ _unless_js__WEBPACK_IMPORTED_MODULE_245__["default"]),
|
|
18208
|
+
/* harmony export */ unnest: () => (/* reexport safe */ _unnest_js__WEBPACK_IMPORTED_MODULE_246__["default"]),
|
|
18209
|
+
/* harmony export */ until: () => (/* reexport safe */ _until_js__WEBPACK_IMPORTED_MODULE_247__["default"]),
|
|
18210
|
+
/* harmony export */ unwind: () => (/* reexport safe */ _unwind_js__WEBPACK_IMPORTED_MODULE_248__["default"]),
|
|
18211
|
+
/* harmony export */ update: () => (/* reexport safe */ _update_js__WEBPACK_IMPORTED_MODULE_249__["default"]),
|
|
18212
|
+
/* harmony export */ useWith: () => (/* reexport safe */ _useWith_js__WEBPACK_IMPORTED_MODULE_250__["default"]),
|
|
18213
|
+
/* harmony export */ values: () => (/* reexport safe */ _values_js__WEBPACK_IMPORTED_MODULE_251__["default"]),
|
|
18214
|
+
/* harmony export */ valuesIn: () => (/* reexport safe */ _valuesIn_js__WEBPACK_IMPORTED_MODULE_252__["default"]),
|
|
18215
|
+
/* harmony export */ view: () => (/* reexport safe */ _view_js__WEBPACK_IMPORTED_MODULE_253__["default"]),
|
|
18216
|
+
/* harmony export */ when: () => (/* reexport safe */ _when_js__WEBPACK_IMPORTED_MODULE_254__["default"]),
|
|
18217
|
+
/* harmony export */ where: () => (/* reexport safe */ _where_js__WEBPACK_IMPORTED_MODULE_255__["default"]),
|
|
18218
|
+
/* harmony export */ whereAny: () => (/* reexport safe */ _whereAny_js__WEBPACK_IMPORTED_MODULE_256__["default"]),
|
|
18219
|
+
/* harmony export */ whereEq: () => (/* reexport safe */ _whereEq_js__WEBPACK_IMPORTED_MODULE_257__["default"]),
|
|
18220
|
+
/* harmony export */ without: () => (/* reexport safe */ _without_js__WEBPACK_IMPORTED_MODULE_258__["default"]),
|
|
18221
|
+
/* harmony export */ xor: () => (/* reexport safe */ _xor_js__WEBPACK_IMPORTED_MODULE_259__["default"]),
|
|
18222
|
+
/* harmony export */ xprod: () => (/* reexport safe */ _xprod_js__WEBPACK_IMPORTED_MODULE_260__["default"]),
|
|
18223
|
+
/* harmony export */ zip: () => (/* reexport safe */ _zip_js__WEBPACK_IMPORTED_MODULE_261__["default"]),
|
|
18224
|
+
/* harmony export */ zipObj: () => (/* reexport safe */ _zipObj_js__WEBPACK_IMPORTED_MODULE_262__["default"]),
|
|
18225
|
+
/* harmony export */ zipWith: () => (/* reexport safe */ _zipWith_js__WEBPACK_IMPORTED_MODULE_263__["default"])
|
|
18326
18226
|
/* harmony export */ });
|
|
18327
18227
|
/* harmony import */ var _F_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25561);
|
|
18328
18228
|
/* harmony import */ var _T_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2335);
|
|
@@ -31464,7 +31364,7 @@ var zipWith =
|
|
|
31464
31364
|
/******/ };
|
|
31465
31365
|
/******/
|
|
31466
31366
|
/******/ // Execute the module function
|
|
31467
|
-
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
31367
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
31468
31368
|
/******/
|
|
31469
31369
|
/******/ // Flag the module as loaded
|
|
31470
31370
|
/******/ module.loaded = true;
|
|
@@ -31565,15 +31465,15 @@ var __webpack_exports__ = {};
|
|
|
31565
31465
|
"use strict";
|
|
31566
31466
|
__webpack_require__.r(__webpack_exports__);
|
|
31567
31467
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
31568
|
-
/* harmony export */
|
|
31569
|
-
/* harmony export */
|
|
31570
|
-
/* harmony export */
|
|
31571
|
-
/* harmony export */
|
|
31572
|
-
/* harmony export */
|
|
31573
|
-
/* harmony export */
|
|
31574
|
-
/* harmony export */
|
|
31575
|
-
/* harmony export */
|
|
31576
|
-
/* harmony export */
|
|
31468
|
+
/* harmony export */ detect: () => (/* binding */ detect),
|
|
31469
|
+
/* harmony export */ detectionRegExp: () => (/* reexport safe */ _adapter__WEBPACK_IMPORTED_MODULE_1__.detectionRegExp),
|
|
31470
|
+
/* harmony export */ lexicalAnalysis: () => (/* reexport safe */ _lexical_analysis_browser__WEBPACK_IMPORTED_MODULE_2__["default"]),
|
|
31471
|
+
/* harmony export */ mediaTypes: () => (/* reexport safe */ _adapter__WEBPACK_IMPORTED_MODULE_0__["default"]),
|
|
31472
|
+
/* harmony export */ namespace: () => (/* reexport safe */ _adapter__WEBPACK_IMPORTED_MODULE_1__.namespace),
|
|
31473
|
+
/* harmony export */ parse: () => (/* binding */ parse),
|
|
31474
|
+
/* harmony export */ syntacticAnalysis: () => (/* reexport safe */ _syntactic_analysis_direct__WEBPACK_IMPORTED_MODULE_3__["default"]),
|
|
31475
|
+
/* harmony export */ syntacticAnalysisDirect: () => (/* reexport safe */ _syntactic_analysis_direct__WEBPACK_IMPORTED_MODULE_3__["default"]),
|
|
31476
|
+
/* harmony export */ syntacticAnalysisIndirect: () => (/* reexport safe */ _syntactic_analysis_indirect__WEBPACK_IMPORTED_MODULE_4__["default"])
|
|
31577
31477
|
/* harmony export */ });
|
|
31578
31478
|
/* harmony import */ var _lexical_analysis_browser__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(36955);
|
|
31579
31479
|
/* harmony import */ var _syntactic_analysis_direct__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(83968);
|