soonjs 0.0.24 → 0.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +4 -4
- package/dist/index.d.ts +4 -0
- package/dist/index.js +104 -92
- package/dist/types.d.ts +1 -0
- package/dist/vite-plugin-soon-client.cjs +2 -2
- package/dist/vite-plugin-soon-client.js +14 -14
- package/dist/vite-plugin-soon-server.cjs +4 -1
- package/dist/vite-plugin-soon-server.js +4 -1
- package/package.json +1 -1
- /package/dist/deps/{acorn-vpnsvv0vl.js → acorn-63l42ciyb.js} +0 -0
- /package/dist/deps/{acorn-4bbswh3l6.js → acorn-anqp0uy6j.js} +0 -0
- /package/dist/deps/{angular-83zjjtd76.js → angular-6eqe81rmp.js} +0 -0
- /package/dist/deps/{angular-rxw0rdr8c.js → angular-zw5oic5ku.js} +0 -0
- /package/dist/deps/{babel-fw6tfzzbf.js → babel-4qh4iup2l.js} +0 -0
- /package/dist/deps/{babel-bp403m6zg.js → babel-ly0w2f9gt.js} +0 -0
- /package/dist/deps/{estree-gg8m4wsex.js → estree-9f8ovhtb1.js} +0 -0
- /package/dist/deps/{estree-8kj0he6rx.js → estree-zxumoq6qz.js} +0 -0
- /package/dist/deps/{flow-g4yga74xo.js → flow-niz9iy21e.js} +0 -0
- /package/dist/deps/{flow-6i0s1nbzq.js → flow-p4uemghmk.js} +0 -0
- /package/dist/deps/{glimmer-kwpa0i2hl.js → glimmer-6qbhhpyhp.js} +0 -0
- /package/dist/deps/{glimmer-41uyapmgd.js → glimmer-vvnfh71r6.js} +0 -0
- /package/dist/deps/{graphql-147kg788t.js → graphql-dgk8o6z8k.js} +0 -0
- /package/dist/deps/{graphql-k4vvtoaxx.js → graphql-dx88uylp4.js} +0 -0
- /package/dist/deps/{html-5plv0l5rz.js → html-awy57fcu4.js} +0 -0
- /package/dist/deps/{html-qgw95yt0p.js → html-gzei84ljz.js} +0 -0
- /package/dist/deps/{markdown-36u2qw6ev.js → markdown-d10pykzzv.js} +0 -0
- /package/dist/deps/{markdown-ctg3s4wvp.js → markdown-g9in9megz.js} +0 -0
- /package/dist/deps/{meriyah-icy3boh6d.js → meriyah-kcg8mxjpm.js} +0 -0
- /package/dist/deps/{meriyah-ejbnz31wa.js → meriyah-vfexh9fuw.js} +0 -0
- /package/dist/deps/{postcss-u5nb3hsle.js → postcss-bfwau6mgf.js} +0 -0
- /package/dist/deps/{postcss-d1ptsms6d.js → postcss-ggzdvxigr.js} +0 -0
- /package/dist/deps/{soon-id-96lbx7g47.js → soon-id-a6raaezni.js} +0 -0
- /package/dist/deps/{soon-id-j90jf02bq.js → soon-id-unm7ynfew.js} +0 -0
- /package/dist/deps/{typescript-ss2fqxu8g.js → typescript-4xb86hasm.js} +0 -0
- /package/dist/deps/{typescript-jp50r3t1c.js → typescript-zgna0nw0e.js} +0 -0
- /package/dist/deps/{yaml-16o42r2fx.js → yaml-8f94xxplf.js} +0 -0
- /package/dist/deps/{yaml-dcz0vkx91.js → yaml-zv7u9r84n.js} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";var vt=Object.defineProperty;var gt=(r,e,t)=>e in r?vt(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t;var x=(r,e,t)=>gt(r,typeof e!="symbol"?e+"":e,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const wt=require("stream"),J=require("./deps/soon-id-j90jf02bq.js"),St=require("util");var k={};Object.defineProperty(k,"__esModule",{value:!0});k.TokenData=void 0;k.parse=Te;k.compile=It;var bt=k.match=Ct;k.pathToRegexp=_t;const Et="/",nr=r=>r,At=new RegExp("^\\p{XID_Continue}$","u"),fe="https://git.new/pathToRegexpError",Pt={"!":"!","@":"@",";":";",",":",","*":"*","+":"+","?":"?","{":"{","}":"}"};function $t(r){const e=[...r],t=[];let n=0;for(;n<e.length;){const a=e[n],o=Pt[a];if(o){t.push({type:o,index:n++,value:a});continue}if(a==="\\"){t.push({type:"ESCAPED",index:n++,value:e[n++]});continue}if(a===":"){let i="";for(;At.test(e[++n]);)i+=e[n];if(!i)throw new TypeError(`Missing parameter name at ${n}`);t.push({type:"NAME",index:n,value:i});continue}if(a==="("){const i=n++;let f=1,l="";if(e[n]==="?")throw new TypeError(`Pattern cannot start with "?" at ${n}`);for(;n<e.length;){if(e[n]==="\\"){l+=e[n++]+e[n++];continue}if(e[n]===")"){if(f--,f===0){n++;break}}else if(e[n]==="("&&(f++,e[n+1]!=="?"))throw new TypeError(`Capturing groups are not allowed at ${n}`);l+=e[n++]}if(f)throw new TypeError(`Unbalanced pattern at ${i}`);if(!l)throw new TypeError(`Missing pattern at ${i}`);t.push({type:"PATTERN",index:n,value:l});continue}t.push({type:"CHAR",index:n,value:e[n++]})}return t.push({type:"END",index:n,value:""}),new xt(t)}class xt{constructor(e){this.tokens=e,this.index=0}peek(){return this.tokens[this.index]}tryConsume(e){const t=this.peek();if(t.type===e)return this.index++,t.value}consume(e){const t=this.tryConsume(e);if(t!==void 0)return t;const{type:n,index:a}=this.peek();throw new TypeError(`Unexpected ${n} at ${a}, expected ${e}: ${fe}`)}text(){let e="",t;for(;t=this.tryConsume("CHAR")||this.tryConsume("ESCAPED");)e+=t;return e}modifier(){return this.tryConsume("?")||this.tryConsume("*")||this.tryConsume("+")}}class pe{constructor(e,t){this.tokens=e,this.delimiter=t}}k.TokenData=pe;function Te(r,e={}){const{encodePath:t=nr,delimiter:n=t(Et)}=e,a=[],o=$t(r);let i=0;do{const f=o.text();f&&a.push(t(f));const l=o.tryConsume("NAME"),u=o.tryConsume("PATTERN");if(l||u){a.push({name:l||String(i++),pattern:u});const c=o.peek();if(c.type==="*")throw new TypeError(`Unexpected * at ${c.index}, you probably want \`/*\` or \`{/:foo}*\`: ${fe}`);continue}if(o.tryConsume("*")){a.push({name:String(i++),pattern:`(?:(?!${X(n)}).)*`,modifier:"*",separator:n});continue}if(o.tryConsume("{")){const c=o.text(),d=o.tryConsume("NAME"),y=o.tryConsume("PATTERN"),m=o.text(),g=o.tryConsume(";")&&o.text();o.consume("}");const b=o.modifier();a.push({name:d||(y?String(i++):""),prefix:t(c),suffix:t(m),pattern:y,modifier:b,separator:g});continue}o.consume("END");break}while(!0);return new pe(a,n)}function It(r,e={}){const t=r instanceof pe?r:Te(r,e);return Tt(t,e)}function Ot(r,e){if(typeof r=="string")return()=>r;const t=e||nr,n=r.modifier==="+"||r.modifier==="*",a=r.modifier==="?"||r.modifier==="*",{prefix:o="",suffix:i="",separator:f=i+o}=r;if(e&&n){const u=(p,c)=>{if(typeof p!="string")throw new TypeError(`Expected "${r.name}/${c}" to be a string`);return t(p)},s=p=>{if(!Array.isArray(p))throw new TypeError(`Expected "${r.name}" to be an array`);return p.length===0?"":o+p.map(u).join(f)+i};return a?p=>{const c=p[r.name];return c==null?"":c.length?s(c):""}:p=>{const c=p[r.name];return s(c)}}const l=u=>{if(typeof u!="string")throw new TypeError(`Expected "${r.name}" to be a string`);return o+t(u)+i};return a?u=>{const s=u[r.name];return s==null?"":l(s)}:u=>{const s=u[r.name];return l(s)}}function Tt(r,e){const{encode:t=encodeURIComponent,loose:n=!0,validate:a=!0,strict:o=!1}=e,i=Lr(e),f=ar(n,r.delimiter),l=qr(r,f,[],i,o),u=r.tokens.map((s,p)=>{const c=Ot(s,t);if(!a||typeof s=="string")return c;const d=new RegExp(`^${l[p]}$`,i);return y=>{const m=c(y);if(!d.test(m))throw new TypeError(`Invalid value for "${s.name}": ${JSON.stringify(m)}`);return m}});return function(p={}){let c="";for(const d of u)c+=d(p);return c}}function Ct(r,e={}){const{decode:t=decodeURIComponent,loose:n=!0}=e,a=r instanceof pe?r:Te(r,e),o=ar(n,a.delimiter),i=[],f=Wr(a,i,e),l=i.map(u=>{if(t&&(u.modifier==="+"||u.modifier==="*")){const{prefix:s="",suffix:p="",separator:c=p+s}=u,d=new RegExp(o(c),"g");return y=>y.split(d).map(t)}return t||nr});return function(s){const p=f.exec(s);if(!p)return!1;const{0:c,index:d}=p,y=Object.create(null);for(let m=1;m<p.length;m++){if(p[m]===void 0)continue;const g=i[m-1],b=l[m-1];y[g.name]=b(p[m])}return{path:c,index:d,params:y}}}function X(r){return r.replace(/([.+*?^${}()[\]|/\\])/g,"\\$1")}function Rt(r,e){const t=X(r);return e?`(?:${t})+(?!${t})`:t}function ar(r,e){if(!r)return X;const t=new RegExp(`(?:(?!${X(e)}).)+|(.)`,"g");return n=>n.replace(t,Rt)}function Lr(r){return r.sensitive?"":"i"}function Wr(r,e,t){const{trailing:n=!0,loose:a=!0,start:o=!0,end:i=!0,strict:f=!1}=t,l=Lr(t),u=ar(a,r.delimiter),s=qr(r,u,e,l,f);let p=o?"^":"";return p+=s.join(""),n&&(p+=`(?:${u(r.delimiter)})?`),p+=i?"$":`(?=${X(r.delimiter)}|$)`,new RegExp(p,l)}function qr(r,e,t,n,a){const o=`(?:(?!${X(r.delimiter)}).)+?`;let i="",f=!0;return r.tokens.map((l,u)=>{if(typeof l=="string")return i=l,e(l);const{prefix:s="",suffix:p="",separator:c=p+s,modifier:d=""}=l,y=e(s),m=e(p);if(l.name){const g=l.pattern?`(?:${l.pattern})`:o,b=Dt(g,l.name,n);if(f||(f=Me(b,s||i)),!f)throw new TypeError(`Ambiguous pattern for "${l.name}": ${fe}`);if(f=!a||Me(b,p),i="",t.push(l),d==="+"||d==="*"){const P=d==="*"?"?":"",h=e(c);if(!h)throw new TypeError(`Missing separator for "${l.name}": ${fe}`);if(f||(f=!a||Me(b,c)),!f)throw new TypeError(`Ambiguous pattern for "${l.name}" separator: ${fe}`);return f=!a,`(?:${y}(${g}(?:${h}${g})*)${m})${P}`}return`(?:${y}(${g})${m})${d}`}return`(?:${y}${m})${d}`})}function Dt(r,e,t){try{return new RegExp(`^${r}$`,t)}catch(n){throw new TypeError(`Invalid pattern for "${e}": ${n.message}`)}}function Me(r,e){return e?!r.test(e):!1}function _t(r,e={}){const t=r instanceof pe?r:Te(r,e),n=[],a=Wr(t,n,e);return Object.assign(a,{keys:n})}var Ce={};Object.defineProperty(Ce,"__esModule",{value:!0});Ce.Observable=void 0;const Gr=r=>!!Symbol[r],or=r=>Gr(r)?Symbol[r]:"@@"+r,Mt=or("iterator"),Qe=or("observable"),kr=or("species");function Pe(r,e){let t=r[e];if(t!=null){if(typeof t!="function")throw new TypeError(t+" is not a function");return t}}function ie(r){let e=r.constructor;return e!==void 0&&(e=e[kr],e===null&&(e=void 0)),e!==void 0?e:Re}function Nt(r){return r instanceof Re}function Y(r){Y.log?Y.log(r):setTimeout(()=>{throw r})}function Se(r){Promise.resolve().then(()=>{try{r()}catch(e){Y(e)}})}function zr(r){let e=r._cleanup;if(e!==void 0&&(r._cleanup=void 0,!!e))try{if(typeof e=="function")e();else{let t=Pe(e,"unsubscribe");t&&t.call(e)}}catch(t){Y(t)}}function je(r){r._observer=void 0,r._queue=void 0,r._state="closed"}function Bt(r){let e=r._queue;if(e){r._queue=void 0,r._state="ready";for(let t=0;t<e.length&&(Hr(r,e[t].type,e[t].value),r._state!=="closed");++t);}}function Hr(r,e,t){r._state="running";let n=r._observer;try{let a=Pe(n,e);switch(e){case"next":a&&a.call(n,t);break;case"error":if(je(r),a)a.call(n,t);else throw t;break;case"complete":je(r),a&&a.call(n);break}}catch(a){Y(a)}r._state==="closed"?zr(r):r._state==="running"&&(r._state="ready")}function Ne(r,e,t){if(r._state!=="closed"){if(r._state==="buffering"){r._queue.push({type:e,value:t});return}if(r._state!=="ready"){r._state="buffering",r._queue=[{type:e,value:t}],Se(()=>Bt(r));return}Hr(r,e,t)}}class Ut{constructor(e,t){this._cleanup=void 0,this._observer=e,this._queue=void 0,this._state="initializing";let n=this,a={get closed(){return n._state==="closed"},next(o){Ne(n,"next",o)},error(o){Ne(n,"error",o)},complete(){Ne(n,"complete")}};try{this._cleanup=t.call(void 0,a)}catch(o){a.error(o)}this._state==="initializing"&&(this._state="ready")}get closed(){return this._state==="closed"}unsubscribe(){this._state!=="closed"&&(je(this),zr(this))}}let Re=class be{constructor(e){if(!(this instanceof be))throw new TypeError("Observable cannot be called as a function");if(typeof e!="function")throw new TypeError("Observable initializer must be a function");this._subscriber=e}subscribe(e){return(typeof e!="object"||e===null)&&(e={next:e,error:arguments[1],complete:arguments[2]}),new Ut(e,this._subscriber)}forEach(e){return new Promise((t,n)=>{if(typeof e!="function"){n(new TypeError(e+" is not a function"));return}function a(){o.unsubscribe(),t()}let o=this.subscribe({next(i){try{e(i,a)}catch(f){n(f),o.unsubscribe()}},error:n,complete:t})})}map(e){if(typeof e!="function")throw new TypeError(e+" is not a function");let t=ie(this);return new t(n=>this.subscribe({next(a){try{a=e(a)}catch(o){return n.error(o)}n.next(a)},error(a){n.error(a)},complete(){n.complete()}}))}filter(e){if(typeof e!="function")throw new TypeError(e+" is not a function");let t=ie(this);return new t(n=>this.subscribe({next(a){try{if(!e(a))return}catch(o){return n.error(o)}n.next(a)},error(a){n.error(a)},complete(){n.complete()}}))}reduce(e){if(typeof e!="function")throw new TypeError(e+" is not a function");let t=ie(this),n=arguments.length>1,a=!1,i=arguments[1];return new t(f=>this.subscribe({next(l){let u=!a;if(a=!0,!u||n)try{i=e(i,l)}catch(s){return f.error(s)}else i=l},error(l){f.error(l)},complete(){if(!a&&!n)return f.error(new TypeError("Cannot reduce an empty sequence"));f.next(i),f.complete()}}))}async all(){let e=[];return await this.forEach(t=>e.push(t)),e}concat(...e){let t=ie(this);return new t(n=>{let a,o=0;function i(f){a=f.subscribe({next(l){n.next(l)},error(l){n.error(l)},complete(){o===e.length?(a=void 0,n.complete()):i(t.from(e[o++]))}})}return i(this),()=>{a&&(a.unsubscribe(),a=void 0)}})}flatMap(e){if(typeof e!="function")throw new TypeError(e+" is not a function");let t=ie(this);return new t(n=>{let a=[],o=this.subscribe({next(f){if(e)try{f=e(f)}catch(u){return n.error(u)}let l=t.from(f).subscribe({next(u){n.next(u)},error(u){n.error(u)},complete(){let u=a.indexOf(l);u>=0&&a.splice(u,1),i()}});a.push(l)},error(f){n.error(f)},complete(){i()}});function i(){o.closed&&a.length===0&&n.complete()}return()=>{a.forEach(f=>f.unsubscribe()),o.unsubscribe()}})}[Qe](){return this}static from(e){let t=typeof this=="function"?this:be;if(e==null)throw new TypeError(e+" is not an object");let n=Pe(e,Qe);if(n){let a=n.call(e);if(Object(a)!==a)throw new TypeError(a+" is not an object");return Nt(a)&&a.constructor===t?a:new t(o=>a.subscribe(o))}if(Gr("iterator")&&(n=Pe(e,Mt),n))return new t(a=>{Se(()=>{if(!a.closed){for(let o of n.call(e))if(a.next(o),a.closed)return;a.complete()}})});if(Array.isArray(e))return new t(a=>{Se(()=>{if(!a.closed){for(let o=0;o<e.length;++o)if(a.next(e[o]),a.closed)return;a.complete()}})});throw new TypeError(e+" is not observable")}static of(...e){let t=typeof this=="function"?this:be;return new t(n=>{Se(()=>{if(!n.closed){for(let a=0;a<e.length;++a)if(n.next(e[a]),n.closed)return;n.complete()}})})}static get[kr](){return this}};Ce.Observable=Re;Object.defineProperty(Re,Symbol("extensions"),{value:{symbol:Qe,hostReportError:Y},configurable:!0});var Ft=Ce.Observable;const ir=J.getDefaultExportFromCjs(Ft);var Lt=Error,Wt=EvalError,qt=RangeError,Gt=ReferenceError,Kr=SyntaxError,ye=TypeError,kt=URIError,zt=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},t=Symbol("test"),n=Object(t);if(typeof t=="string"||Object.prototype.toString.call(t)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var a=42;e[t]=a;for(t in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var o=Object.getOwnPropertySymbols(e);if(o.length!==1||o[0]!==t||!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var i=Object.getOwnPropertyDescriptor(e,t);if(i.value!==a||i.enumerable!==!0)return!1}return!0},mr=typeof Symbol<"u"&&Symbol,Ht=zt,Kt=function(){return typeof mr!="function"||typeof Symbol!="function"||typeof mr("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:Ht()},Be={__proto__:null,foo:{}},Vt=Object,Qt=function(){return{__proto__:Be}.foo===Be.foo&&!(Be instanceof Vt)},jt="Function.prototype.bind called on incompatible ",Jt=Object.prototype.toString,Xt=Math.max,Yt="[object Function]",hr=function(e,t){for(var n=[],a=0;a<e.length;a+=1)n[a]=e[a];for(var o=0;o<t.length;o+=1)n[o+e.length]=t[o];return n},Zt=function(e,t){for(var n=[],a=t,o=0;a<e.length;a+=1,o+=1)n[o]=e[a];return n},en=function(r,e){for(var t="",n=0;n<r.length;n+=1)t+=r[n],n+1<r.length&&(t+=e);return t},rn=function(e){var t=this;if(typeof t!="function"||Jt.apply(t)!==Yt)throw new TypeError(jt+t);for(var n=Zt(arguments,1),a,o=function(){if(this instanceof a){var s=t.apply(this,hr(n,arguments));return Object(s)===s?s:this}return t.apply(e,hr(n,arguments))},i=Xt(0,t.length-n.length),f=[],l=0;l<i;l++)f[l]="$"+l;if(a=Function("binder","return function ("+en(f,",")+"){ return binder.apply(this,arguments); }")(o),t.prototype){var u=function(){};u.prototype=t.prototype,a.prototype=new u,u.prototype=null}return a},tn=rn,lr=Function.prototype.bind||tn,nn=Function.prototype.call,an=Object.prototype.hasOwnProperty,on=lr,ln=on.call(nn,an),v,fn=Lt,un=Wt,cn=qt,sn=Gt,Z=Kr,j=ye,pn=kt,Vr=Function,Ue=function(r){try{return Vr('"use strict"; return ('+r+").constructor;")()}catch{}},q=Object.getOwnPropertyDescriptor;if(q)try{q({},"")}catch{q=null}var Fe=function(){throw new j},yn=q?function(){try{return arguments.callee,Fe}catch{try{return q(arguments,"callee").get}catch{return Fe}}}():Fe,K=Kt(),dn=Qt(),A=Object.getPrototypeOf||(dn?function(r){return r.__proto__}:null),Q={},mn=typeof Uint8Array>"u"||!A?v:A(Uint8Array),G={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?v:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?v:ArrayBuffer,"%ArrayIteratorPrototype%":K&&A?A([][Symbol.iterator]()):v,"%AsyncFromSyncIteratorPrototype%":v,"%AsyncFunction%":Q,"%AsyncGenerator%":Q,"%AsyncGeneratorFunction%":Q,"%AsyncIteratorPrototype%":Q,"%Atomics%":typeof Atomics>"u"?v:Atomics,"%BigInt%":typeof BigInt>"u"?v:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?v:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?v:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?v:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":fn,"%eval%":eval,"%EvalError%":un,"%Float32Array%":typeof Float32Array>"u"?v:Float32Array,"%Float64Array%":typeof Float64Array>"u"?v:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?v:FinalizationRegistry,"%Function%":Vr,"%GeneratorFunction%":Q,"%Int8Array%":typeof Int8Array>"u"?v:Int8Array,"%Int16Array%":typeof Int16Array>"u"?v:Int16Array,"%Int32Array%":typeof Int32Array>"u"?v:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":K&&A?A(A([][Symbol.iterator]())):v,"%JSON%":typeof JSON=="object"?JSON:v,"%Map%":typeof Map>"u"?v:Map,"%MapIteratorPrototype%":typeof Map>"u"||!K||!A?v:A(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?v:Promise,"%Proxy%":typeof Proxy>"u"?v:Proxy,"%RangeError%":cn,"%ReferenceError%":sn,"%Reflect%":typeof Reflect>"u"?v:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?v:Set,"%SetIteratorPrototype%":typeof Set>"u"||!K||!A?v:A(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?v:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":K&&A?A(""[Symbol.iterator]()):v,"%Symbol%":K?Symbol:v,"%SyntaxError%":Z,"%ThrowTypeError%":yn,"%TypedArray%":mn,"%TypeError%":j,"%Uint8Array%":typeof Uint8Array>"u"?v:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?v:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?v:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?v:Uint32Array,"%URIError%":pn,"%WeakMap%":typeof WeakMap>"u"?v:WeakMap,"%WeakRef%":typeof WeakRef>"u"?v:WeakRef,"%WeakSet%":typeof WeakSet>"u"?v:WeakSet};if(A)try{null.error}catch(r){var hn=A(A(r));G["%Error.prototype%"]=hn}var vn=function r(e){var t;if(e==="%AsyncFunction%")t=Ue("async function () {}");else if(e==="%GeneratorFunction%")t=Ue("function* () {}");else if(e==="%AsyncGeneratorFunction%")t=Ue("async function* () {}");else if(e==="%AsyncGenerator%"){var n=r("%AsyncGeneratorFunction%");n&&(t=n.prototype)}else if(e==="%AsyncIteratorPrototype%"){var a=r("%AsyncGenerator%");a&&A&&(t=A(a.prototype))}return G[e]=t,t},vr={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},de=lr,$e=ln,gn=de.call(Function.call,Array.prototype.concat),wn=de.call(Function.apply,Array.prototype.splice),gr=de.call(Function.call,String.prototype.replace),xe=de.call(Function.call,String.prototype.slice),Sn=de.call(Function.call,RegExp.prototype.exec),bn=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,En=/\\(\\)?/g,An=function(e){var t=xe(e,0,1),n=xe(e,-1);if(t==="%"&&n!=="%")throw new Z("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&t!=="%")throw new Z("invalid intrinsic syntax, expected opening `%`");var a=[];return gr(e,bn,function(o,i,f,l){a[a.length]=f?gr(l,En,"$1"):i||o}),a},Pn=function(e,t){var n=e,a;if($e(vr,n)&&(a=vr[n],n="%"+a[0]+"%"),$e(G,n)){var o=G[n];if(o===Q&&(o=vn(n)),typeof o>"u"&&!t)throw new j("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:a,name:n,value:o}}throw new Z("intrinsic "+e+" does not exist!")},te=function(e,t){if(typeof e!="string"||e.length===0)throw new j("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof t!="boolean")throw new j('"allowMissing" argument must be a boolean');if(Sn(/^%?[^%]*%?$/,e)===null)throw new Z("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=An(e),a=n.length>0?n[0]:"",o=Pn("%"+a+"%",t),i=o.name,f=o.value,l=!1,u=o.alias;u&&(a=u[0],wn(n,gn([0,1],u)));for(var s=1,p=!0;s<n.length;s+=1){var c=n[s],d=xe(c,0,1),y=xe(c,-1);if((d==='"'||d==="'"||d==="`"||y==='"'||y==="'"||y==="`")&&d!==y)throw new Z("property names with quotes must have matching quotes");if((c==="constructor"||!p)&&(l=!0),a+="."+c,i="%"+a+"%",$e(G,i))f=G[i];else if(f!=null){if(!(c in f)){if(!t)throw new j("base intrinsic for "+e+" exists, but the property is not available.");return}if(q&&s+1>=n.length){var m=q(f,c);p=!!m,p&&"get"in m&&!("originalValue"in m.get)?f=m.get:f=f[c]}else p=$e(f,c),f=f[c];p&&!l&&(G[i]=f)}}return f},Qr={exports:{}},Le,wr;function fr(){if(wr)return Le;wr=1;var r=te,e=r("%Object.defineProperty%",!0)||!1;if(e)try{e({},"a",{value:1})}catch{e=!1}return Le=e,Le}var $n=te,Ee=$n("%Object.getOwnPropertyDescriptor%",!0);if(Ee)try{Ee([],"length")}catch{Ee=null}var jr=Ee,Sr=fr(),xn=Kr,V=ye,br=jr,In=function(e,t,n){if(!e||typeof e!="object"&&typeof e!="function")throw new V("`obj` must be an object or a function`");if(typeof t!="string"&&typeof t!="symbol")throw new V("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new V("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new V("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new V("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new V("`loose`, if provided, must be a boolean");var a=arguments.length>3?arguments[3]:null,o=arguments.length>4?arguments[4]:null,i=arguments.length>5?arguments[5]:null,f=arguments.length>6?arguments[6]:!1,l=!!br&&br(e,t);if(Sr)Sr(e,t,{configurable:i===null&&l?l.configurable:!i,enumerable:a===null&&l?l.enumerable:!a,value:n,writable:o===null&&l?l.writable:!o});else if(f||!a&&!o&&!i)e[t]=n;else throw new xn("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},Je=fr(),Jr=function(){return!!Je};Jr.hasArrayLengthDefineBug=function(){if(!Je)return null;try{return Je([],"length",{value:1}).length!==1}catch{return!0}};var On=Jr,Tn=te,Er=In,Cn=On(),Ar=jr,Pr=ye,Rn=Tn("%Math.floor%"),Dn=function(e,t){if(typeof e!="function")throw new Pr("`fn` is not a function");if(typeof t!="number"||t<0||t>4294967295||Rn(t)!==t)throw new Pr("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],a=!0,o=!0;if("length"in e&&Ar){var i=Ar(e,"length");i&&!i.configurable&&(a=!1),i&&!i.writable&&(o=!1)}return(a||o||!n)&&(Cn?Er(e,"length",t,!0,!0):Er(e,"length",t)),e};(function(r){var e=lr,t=te,n=Dn,a=ye,o=t("%Function.prototype.apply%"),i=t("%Function.prototype.call%"),f=t("%Reflect.apply%",!0)||e.call(i,o),l=fr(),u=t("%Math.max%");r.exports=function(c){if(typeof c!="function")throw new a("a function is required");var d=f(e,i,arguments);return n(d,1+u(0,c.length-(arguments.length-1)),!0)};var s=function(){return f(e,o,arguments)};l?l(r.exports,"apply",{value:s}):r.exports.apply=s})(Qr);var _n=Qr.exports,Xr=te,Yr=_n,Mn=Yr(Xr("String.prototype.indexOf")),Nn=function(e,t){var n=Xr(e,!!t);return typeof n=="function"&&Mn(e,".prototype.")>-1?Yr(n):n},Bn=St.inspect,ur=typeof Map=="function"&&Map.prototype,We=Object.getOwnPropertyDescriptor&&ur?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Ie=ur&&We&&typeof We.get=="function"?We.get:null,$r=ur&&Map.prototype.forEach,cr=typeof Set=="function"&&Set.prototype,qe=Object.getOwnPropertyDescriptor&&cr?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Oe=cr&&qe&&typeof qe.get=="function"?qe.get:null,xr=cr&&Set.prototype.forEach,Un=typeof WeakMap=="function"&&WeakMap.prototype,ue=Un?WeakMap.prototype.has:null,Fn=typeof WeakSet=="function"&&WeakSet.prototype,ce=Fn?WeakSet.prototype.has:null,Ln=typeof WeakRef=="function"&&WeakRef.prototype,Ir=Ln?WeakRef.prototype.deref:null,Wn=Boolean.prototype.valueOf,qn=Object.prototype.toString,Gn=Function.prototype.toString,kn=String.prototype.match,sr=String.prototype.slice,B=String.prototype.replace,zn=String.prototype.toUpperCase,Or=String.prototype.toLowerCase,Zr=RegExp.prototype.test,Tr=Array.prototype.concat,C=Array.prototype.join,Hn=Array.prototype.slice,Cr=Math.floor,Xe=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Ge=Object.getOwnPropertySymbols,Ye=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,ee=typeof Symbol=="function"&&typeof Symbol.iterator=="object",$=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===ee||!0)?Symbol.toStringTag:null,et=Object.prototype.propertyIsEnumerable,Rr=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(r){return r.__proto__}:null);function Dr(r,e){if(r===1/0||r===-1/0||r!==r||r&&r>-1e3&&r<1e3||Zr.call(/e/,e))return e;var t=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof r=="number"){var n=r<0?-Cr(-r):Cr(r);if(n!==r){var a=String(n),o=sr.call(e,a.length+1);return B.call(a,t,"$&_")+"."+B.call(B.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return B.call(e,t,"$&_")}var Ze=Bn,_r=Ze.custom,Mr=tt(_r)?_r:null,Kn=function r(e,t,n,a){var o=t||{};if(N(o,"quoteStyle")&&o.quoteStyle!=="single"&&o.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(N(o,"maxStringLength")&&(typeof o.maxStringLength=="number"?o.maxStringLength<0&&o.maxStringLength!==1/0:o.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=N(o,"customInspect")?o.customInspect:!0;if(typeof i!="boolean"&&i!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(N(o,"indent")&&o.indent!==null&&o.indent!==" "&&!(parseInt(o.indent,10)===o.indent&&o.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(N(o,"numericSeparator")&&typeof o.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var f=o.numericSeparator;if(typeof e>"u")return"undefined";if(e===null)return"null";if(typeof e=="boolean")return e?"true":"false";if(typeof e=="string")return at(e,o);if(typeof e=="number"){if(e===0)return 1/0/e>0?"0":"-0";var l=String(e);return f?Dr(e,l):l}if(typeof e=="bigint"){var u=String(e)+"n";return f?Dr(e,u):u}var s=typeof o.depth>"u"?5:o.depth;if(typeof n>"u"&&(n=0),n>=s&&s>0&&typeof e=="object")return er(e)?"[Array]":"[Object]";var p=ca(o,n);if(typeof a>"u")a=[];else if(nt(a,e)>=0)return"[Circular]";function c(I,_,M){if(_&&(a=Hn.call(a),a.push(_)),M){var oe={depth:o.depth};return N(o,"quoteStyle")&&(oe.quoteStyle=o.quoteStyle),r(I,oe,n+1,a)}return r(I,o,n+1,a)}if(typeof e=="function"&&!Nr(e)){var d=ra(e),y=ve(e,c);return"[Function"+(d?": "+d:" (anonymous)")+"]"+(y.length>0?" { "+C.call(y,", ")+" }":"")}if(tt(e)){var m=ee?B.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):Ye.call(e);return typeof e=="object"&&!ee?le(m):m}if(la(e)){for(var g="<"+Or.call(String(e.nodeName)),b=e.attributes||[],P=0;P<b.length;P++)g+=" "+b[P].name+"="+rt(Vn(b[P].value),"double",o);return g+=">",e.childNodes&&e.childNodes.length&&(g+="..."),g+="</"+Or.call(String(e.nodeName))+">",g}if(er(e)){if(e.length===0)return"[]";var h=ve(e,c);return p&&!ua(h)?"["+rr(h,p)+"]":"[ "+C.call(h,", ")+" ]"}if(jn(e)){var R=ve(e,c);return!("cause"in Error.prototype)&&"cause"in e&&!et.call(e,"cause")?"{ ["+String(e)+"] "+C.call(Tr.call("[cause]: "+c(e.cause),R),", ")+" }":R.length===0?"["+String(e)+"]":"{ ["+String(e)+"] "+C.call(R,", ")+" }"}if(typeof e=="object"&&i){if(Mr&&typeof e[Mr]=="function"&&Ze)return Ze(e,{depth:s-n});if(i!=="symbol"&&typeof e.inspect=="function")return e.inspect()}if(ta(e)){var F=[];return $r&&$r.call(e,function(I,_){F.push(c(_,e,!0)+" => "+c(I,e))}),Br("Map",Ie.call(e),F,p)}if(oa(e)){var ae=[];return xr&&xr.call(e,function(I){ae.push(c(I,e))}),Br("Set",Oe.call(e),ae,p)}if(na(e))return ke("WeakMap");if(ia(e))return ke("WeakSet");if(aa(e))return ke("WeakRef");if(Xn(e))return le(c(Number(e)));if(Zn(e))return le(c(Xe.call(e)));if(Yn(e))return le(Wn.call(e));if(Jn(e))return le(c(String(e)));if(typeof window<"u"&&e===window)return"{ [object Window] }";if(typeof globalThis<"u"&&e===globalThis||typeof J.commonjsGlobal<"u"&&e===J.commonjsGlobal)return"{ [object globalThis] }";if(!Qn(e)&&!Nr(e)){var z=ve(e,c),me=Rr?Rr(e)===Object.prototype:e instanceof Object||e.constructor===Object,L=e instanceof Object?"":"null prototype",D=!me&&$&&Object(e)===e&&$ in e?sr.call(U(e),8,-1):L?"Object":"",he=me||typeof e.constructor!="function"?"":e.constructor.name?e.constructor.name+" ":"",H=he+(D||L?"["+C.call(Tr.call([],D||[],L||[]),": ")+"] ":"");return z.length===0?H+"{}":p?H+"{"+rr(z,p)+"}":H+"{ "+C.call(z,", ")+" }"}return String(e)};function rt(r,e,t){var n=(t.quoteStyle||e)==="double"?'"':"'";return n+r+n}function Vn(r){return B.call(String(r),/"/g,""")}function er(r){return U(r)==="[object Array]"&&(!$||!(typeof r=="object"&&$ in r))}function Qn(r){return U(r)==="[object Date]"&&(!$||!(typeof r=="object"&&$ in r))}function Nr(r){return U(r)==="[object RegExp]"&&(!$||!(typeof r=="object"&&$ in r))}function jn(r){return U(r)==="[object Error]"&&(!$||!(typeof r=="object"&&$ in r))}function Jn(r){return U(r)==="[object String]"&&(!$||!(typeof r=="object"&&$ in r))}function Xn(r){return U(r)==="[object Number]"&&(!$||!(typeof r=="object"&&$ in r))}function Yn(r){return U(r)==="[object Boolean]"&&(!$||!(typeof r=="object"&&$ in r))}function tt(r){if(ee)return r&&typeof r=="object"&&r instanceof Symbol;if(typeof r=="symbol")return!0;if(!r||typeof r!="object"||!Ye)return!1;try{return Ye.call(r),!0}catch{}return!1}function Zn(r){if(!r||typeof r!="object"||!Xe)return!1;try{return Xe.call(r),!0}catch{}return!1}var ea=Object.prototype.hasOwnProperty||function(r){return r in this};function N(r,e){return ea.call(r,e)}function U(r){return qn.call(r)}function ra(r){if(r.name)return r.name;var e=kn.call(Gn.call(r),/^function\s*([\w$]+)/);return e?e[1]:null}function nt(r,e){if(r.indexOf)return r.indexOf(e);for(var t=0,n=r.length;t<n;t++)if(r[t]===e)return t;return-1}function ta(r){if(!Ie||!r||typeof r!="object")return!1;try{Ie.call(r);try{Oe.call(r)}catch{return!0}return r instanceof Map}catch{}return!1}function na(r){if(!ue||!r||typeof r!="object")return!1;try{ue.call(r,ue);try{ce.call(r,ce)}catch{return!0}return r instanceof WeakMap}catch{}return!1}function aa(r){if(!Ir||!r||typeof r!="object")return!1;try{return Ir.call(r),!0}catch{}return!1}function oa(r){if(!Oe||!r||typeof r!="object")return!1;try{Oe.call(r);try{Ie.call(r)}catch{return!0}return r instanceof Set}catch{}return!1}function ia(r){if(!ce||!r||typeof r!="object")return!1;try{ce.call(r,ce);try{ue.call(r,ue)}catch{return!0}return r instanceof WeakSet}catch{}return!1}function la(r){return!r||typeof r!="object"?!1:typeof HTMLElement<"u"&&r instanceof HTMLElement?!0:typeof r.nodeName=="string"&&typeof r.getAttribute=="function"}function at(r,e){if(r.length>e.maxStringLength){var t=r.length-e.maxStringLength,n="... "+t+" more character"+(t>1?"s":"");return at(sr.call(r,0,e.maxStringLength),e)+n}var a=B.call(B.call(r,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,fa);return rt(a,"single",e)}function fa(r){var e=r.charCodeAt(0),t={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return t?"\\"+t:"\\x"+(e<16?"0":"")+zn.call(e.toString(16))}function le(r){return"Object("+r+")"}function ke(r){return r+" { ? }"}function Br(r,e,t,n){var a=n?rr(t,n):C.call(t,", ");return r+" ("+e+") {"+a+"}"}function ua(r){for(var e=0;e<r.length;e++)if(nt(r[e],`
|
|
2
|
-
`)>=0)return!1;return!0}function ca(r,e){var t;if(r.indent===" ")t=" ";else if(typeof r.indent=="number"&&r.indent>0)t=
|
|
3
|
-
`+e.prev+e.base;return t+
|
|
4
|
-
`+e.prev}function ve(r,e){var t=er(r),n=[];if(t){n.length=r.length;for(var a=0;a<r.length;a++)n[a]=N(r,a)?e(r[a],r):""}var o=typeof Ge=="function"?Ge(r):[],i;if(ee){i={};for(var f=0;f<o.length;f++)i["$"+o[f]]=o[f]}for(var l in r)N(r,l)&&(t&&String(Number(l))===l&&l<r.length||ee&&i["$"+l]instanceof Symbol||(Zr.call(/[^\w$]/,l)?n.push(e(l,r)+": "+e(r[l],r)):n.push(l+": "+e(r[l],r))));if(typeof Ge=="function")for(var u=0;u<o.length;u++)et.call(r,o[u])&&n.push("["+e(o[u])+"]: "+e(r[o[u]],r));return n}var ot=te,ne=Nn,sa=Kn,pa=ye,ge=ot("%WeakMap%",!0),we=ot("%Map%",!0),ya=ne("WeakMap.prototype.get",!0),da=ne("WeakMap.prototype.set",!0),ma=ne("WeakMap.prototype.has",!0),ha=ne("Map.prototype.get",!0),va=ne("Map.prototype.set",!0),ga=ne("Map.prototype.has",!0),pr=function(r,e){for(var t=r,n;(n=t.next)!==null;t=n)if(n.key===e)return t.next=n.next,n.next=r.next,r.next=n,n},wa=function(r,e){var t=pr(r,e);return t&&t.value},Sa=function(r,e,t){var n=pr(r,e);n?n.value=t:r.next={key:e,next:r.next,value:t}},ba=function(r,e){return!!pr(r,e)},Ea=function(){var e,t,n,a={assert:function(o){if(!a.has(o))throw new pa("Side channel does not contain "+sa(o))},get:function(o){if(ge&&o&&(typeof o=="object"||typeof o=="function")){if(e)return ya(e,o)}else if(we){if(t)return ha(t,o)}else if(n)return wa(n,o)},has:function(o){if(ge&&o&&(typeof o=="object"||typeof o=="function")){if(e)return ma(e,o)}else if(we){if(t)return ga(t,o)}else if(n)return ba(n,o);return!1},set:function(o,i){ge&&o&&(typeof o=="object"||typeof o=="function")?(e||(e=new ge),da(e,o,i)):we?(t||(t=new we),va(t,o,i)):(n||(n={key:{},next:null}),Sa(n,o,i))}};return a},Aa=String.prototype.replace,Pa=/%20/g,ze={RFC1738:"RFC1738",RFC3986:"RFC3986"},yr={default:ze.RFC3986,formatters:{RFC1738:function(r){return Aa.call(r,Pa,"+")},RFC3986:function(r){return String(r)}},RFC1738:ze.RFC1738,RFC3986:ze.RFC3986},$a=yr,He=Object.prototype.hasOwnProperty,W=Array.isArray,O=function(){for(var r=[],e=0;e<256;++e)r.push("%"+((e<16?"0":"")+e.toString(16)).toUpperCase());return r}(),xa=function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(W(n)){for(var a=[],o=0;o<n.length;++o)typeof n[o]<"u"&&a.push(n[o]);t.obj[t.prop]=a}}},it=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},a=0;a<e.length;++a)typeof e[a]<"u"&&(n[a]=e[a]);return n},Ia=function r(e,t,n){if(!t)return e;if(typeof t!="object"){if(W(e))e.push(t);else if(e&&typeof e=="object")(n&&(n.plainObjects||n.allowPrototypes)||!He.call(Object.prototype,t))&&(e[t]=!0);else return[e,t];return e}if(!e||typeof e!="object")return[e].concat(t);var a=e;return W(e)&&!W(t)&&(a=it(e,n)),W(e)&&W(t)?(t.forEach(function(o,i){if(He.call(e,i)){var f=e[i];f&&typeof f=="object"&&o&&typeof o=="object"?e[i]=r(f,o,n):e.push(o)}else e[i]=o}),e):Object.keys(t).reduce(function(o,i){var f=t[i];return He.call(o,i)?o[i]=r(o[i],f,n):o[i]=f,o},a)},Oa=function(e,t){return Object.keys(t).reduce(function(n,a){return n[a]=t[a],n},e)},Ta=function(r,e,t){var n=r.replace(/\+/g," ");if(t==="iso-8859-1")return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch{return n}},Ke=1024,Ca=function(e,t,n,a,o){if(e.length===0)return e;var i=e;if(typeof e=="symbol"?i=Symbol.prototype.toString.call(e):typeof e!="string"&&(i=String(e)),n==="iso-8859-1")return escape(i).replace(/%u[0-9a-f]{4}/gi,function(d){return"%26%23"+parseInt(d.slice(2),16)+"%3B"});for(var f="",l=0;l<i.length;l+=Ke){for(var u=i.length>=Ke?i.slice(l,l+Ke):i,s=[],p=0;p<u.length;++p){var c=u.charCodeAt(p);if(c===45||c===46||c===95||c===126||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||o===$a.RFC1738&&(c===40||c===41)){s[s.length]=u.charAt(p);continue}if(c<128){s[s.length]=O[c];continue}if(c<2048){s[s.length]=O[192|c>>6]+O[128|c&63];continue}if(c<55296||c>=57344){s[s.length]=O[224|c>>12]+O[128|c>>6&63]+O[128|c&63];continue}p+=1,c=65536+((c&1023)<<10|u.charCodeAt(p)&1023),s[s.length]=O[240|c>>18]+O[128|c>>12&63]+O[128|c>>6&63]+O[128|c&63]}f+=s.join("")}return f},Ra=function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],a=0;a<t.length;++a)for(var o=t[a],i=o.obj[o.prop],f=Object.keys(i),l=0;l<f.length;++l){var u=f[l],s=i[u];typeof s=="object"&&s!==null&&n.indexOf(s)===-1&&(t.push({obj:i,prop:u}),n.push(s))}return xa(t),e},Da=function(e){return Object.prototype.toString.call(e)==="[object RegExp]"},_a=function(e){return!e||typeof e!="object"?!1:!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},Ma=function(e,t){return[].concat(e,t)},Na=function(e,t){if(W(e)){for(var n=[],a=0;a<e.length;a+=1)n.push(t(e[a]));return n}return t(e)},lt={arrayToObject:it,assign:Oa,combine:Ma,compact:Ra,decode:Ta,encode:Ca,isBuffer:_a,isRegExp:Da,maybeMap:Na,merge:Ia},ft=Ea,Ae=lt,se=yr,Ba=Object.prototype.hasOwnProperty,ut={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},T=Array.isArray,Ua=Array.prototype.push,ct=function(r,e){Ua.apply(r,T(e)?e:[e])},Fa=Date.prototype.toISOString,Ur=se.default,E={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:Ae.encode,encodeValuesOnly:!1,format:Ur,formatter:se.formatters[Ur],indices:!1,serializeDate:function(e){return Fa.call(e)},skipNulls:!1,strictNullHandling:!1},La=function(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"||typeof e=="symbol"||typeof e=="bigint"},Ve={},Wa=function r(e,t,n,a,o,i,f,l,u,s,p,c,d,y,m,g,b,P){for(var h=e,R=P,F=0,ae=!1;(R=R.get(Ve))!==void 0&&!ae;){var z=R.get(e);if(F+=1,typeof z<"u"){if(z===F)throw new RangeError("Cyclic object value");ae=!0}typeof R.get(Ve)>"u"&&(F=0)}if(typeof s=="function"?h=s(t,h):h instanceof Date?h=d(h):n==="comma"&&T(h)&&(h=Ae.maybeMap(h,function(_e){return _e instanceof Date?d(_e):_e})),h===null){if(i)return u&&!g?u(t,E.encoder,b,"key",y):t;h=""}if(La(h)||Ae.isBuffer(h)){if(u){var me=g?t:u(t,E.encoder,b,"key",y);return[m(me)+"="+m(u(h,E.encoder,b,"value",y))]}return[m(t)+"="+m(String(h))]}var L=[];if(typeof h>"u")return L;var D;if(n==="comma"&&T(h))g&&u&&(h=Ae.maybeMap(h,u)),D=[{value:h.length>0?h.join(",")||null:void 0}];else if(T(s))D=s;else{var he=Object.keys(h);D=p?he.sort(p):he}var H=l?t.replace(/\./g,"%2E"):t,I=a&&T(h)&&h.length===1?H+"[]":H;if(o&&T(h)&&h.length===0)return I+"[]";for(var _=0;_<D.length;++_){var M=D[_],oe=typeof M=="object"&&typeof M.value<"u"?M.value:h[M];if(!(f&&oe===null)){var De=c&&l?M.replace(/\./g,"%2E"):M,ht=T(h)?typeof n=="function"?n(I,De):I:I+(c?"."+De:"["+De+"]");P.set(e,F);var dr=ft();dr.set(Ve,P),ct(L,r(oe,ht,n,a,o,i,f,l,n==="comma"&&g&&T(h)?null:u,s,p,c,d,y,m,g,b,dr))}}return L},qa=function(e){if(!e)return E;if(typeof e.allowEmptyArrays<"u"&&typeof e.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof e.encodeDotInKeys<"u"&&typeof e.encodeDotInKeys!="boolean")throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(e.encoder!==null&&typeof e.encoder<"u"&&typeof e.encoder!="function")throw new TypeError("Encoder has to be a function.");var t=e.charset||E.charset;if(typeof e.charset<"u"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=se.default;if(typeof e.format<"u"){if(!Ba.call(se.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var a=se.formatters[n],o=E.filter;(typeof e.filter=="function"||T(e.filter))&&(o=e.filter);var i;if(e.arrayFormat in ut?i=e.arrayFormat:"indices"in e?i=e.indices?"indices":"repeat":i=E.arrayFormat,"commaRoundTrip"in e&&typeof e.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var f=typeof e.allowDots>"u"?e.encodeDotInKeys===!0?!0:E.allowDots:!!e.allowDots;return{addQueryPrefix:typeof e.addQueryPrefix=="boolean"?e.addQueryPrefix:E.addQueryPrefix,allowDots:f,allowEmptyArrays:typeof e.allowEmptyArrays=="boolean"?!!e.allowEmptyArrays:E.allowEmptyArrays,arrayFormat:i,charset:t,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:E.charsetSentinel,commaRoundTrip:e.commaRoundTrip,delimiter:typeof e.delimiter>"u"?E.delimiter:e.delimiter,encode:typeof e.encode=="boolean"?e.encode:E.encode,encodeDotInKeys:typeof e.encodeDotInKeys=="boolean"?e.encodeDotInKeys:E.encodeDotInKeys,encoder:typeof e.encoder=="function"?e.encoder:E.encoder,encodeValuesOnly:typeof e.encodeValuesOnly=="boolean"?e.encodeValuesOnly:E.encodeValuesOnly,filter:o,format:n,formatter:a,serializeDate:typeof e.serializeDate=="function"?e.serializeDate:E.serializeDate,skipNulls:typeof e.skipNulls=="boolean"?e.skipNulls:E.skipNulls,sort:typeof e.sort=="function"?e.sort:null,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:E.strictNullHandling}},Ga=function(r,e){var t=r,n=qa(e),a,o;typeof n.filter=="function"?(o=n.filter,t=o("",t)):T(n.filter)&&(o=n.filter,a=o);var i=[];if(typeof t!="object"||t===null)return"";var f=ut[n.arrayFormat],l=f==="comma"&&n.commaRoundTrip;a||(a=Object.keys(t)),n.sort&&a.sort(n.sort);for(var u=ft(),s=0;s<a.length;++s){var p=a[s];n.skipNulls&&t[p]===null||ct(i,Wa(t[p],p,f,l,n.allowEmptyArrays,n.strictNullHandling,n.skipNulls,n.encodeDotInKeys,n.encode?n.encoder:null,n.filter,n.sort,n.allowDots,n.serializeDate,n.format,n.formatter,n.encodeValuesOnly,n.charset,u))}var c=i.join(n.delimiter),d=n.addQueryPrefix===!0?"?":"";return n.charsetSentinel&&(n.charset==="iso-8859-1"?d+="utf8=%26%2310003%3B&":d+="utf8=%E2%9C%93&"),c.length>0?d+c:""},re=lt,tr=Object.prototype.hasOwnProperty,ka=Array.isArray,S={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:re.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1},za=function(r){return r.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})},st=function(r,e){return r&&typeof r=="string"&&e.comma&&r.indexOf(",")>-1?r.split(","):r},Ha="utf8=%26%2310003%3B",Ka="utf8=%E2%9C%93",Va=function(e,t){var n={__proto__:null},a=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;a=a.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var o=t.parameterLimit===1/0?void 0:t.parameterLimit,i=a.split(t.delimiter,o),f=-1,l,u=t.charset;if(t.charsetSentinel)for(l=0;l<i.length;++l)i[l].indexOf("utf8=")===0&&(i[l]===Ka?u="utf-8":i[l]===Ha&&(u="iso-8859-1"),f=l,l=i.length);for(l=0;l<i.length;++l)if(l!==f){var s=i[l],p=s.indexOf("]="),c=p===-1?s.indexOf("="):p+1,d,y;c===-1?(d=t.decoder(s,S.decoder,u,"key"),y=t.strictNullHandling?null:""):(d=t.decoder(s.slice(0,c),S.decoder,u,"key"),y=re.maybeMap(st(s.slice(c+1),t),function(g){return t.decoder(g,S.decoder,u,"value")})),y&&t.interpretNumericEntities&&u==="iso-8859-1"&&(y=za(y)),s.indexOf("[]=")>-1&&(y=ka(y)?[y]:y);var m=tr.call(n,d);m&&t.duplicates==="combine"?n[d]=re.combine(n[d],y):(!m||t.duplicates==="last")&&(n[d]=y)}return n},Qa=function(r,e,t,n){for(var a=n?e:st(e,t),o=r.length-1;o>=0;--o){var i,f=r[o];if(f==="[]"&&t.parseArrays)i=t.allowEmptyArrays&&(a===""||t.strictNullHandling&&a===null)?[]:[].concat(a);else{i=t.plainObjects?Object.create(null):{};var l=f.charAt(0)==="["&&f.charAt(f.length-1)==="]"?f.slice(1,-1):f,u=t.decodeDotInKeys?l.replace(/%2E/g,"."):l,s=parseInt(u,10);!t.parseArrays&&u===""?i={0:a}:!isNaN(s)&&f!==u&&String(s)===u&&s>=0&&t.parseArrays&&s<=t.arrayLimit?(i=[],i[s]=a):u!=="__proto__"&&(i[u]=a)}a=i}return a},ja=function(e,t,n,a){if(e){var o=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,i=/(\[[^[\]]*])/,f=/(\[[^[\]]*])/g,l=n.depth>0&&i.exec(o),u=l?o.slice(0,l.index):o,s=[];if(u){if(!n.plainObjects&&tr.call(Object.prototype,u)&&!n.allowPrototypes)return;s.push(u)}for(var p=0;n.depth>0&&(l=f.exec(o))!==null&&p<n.depth;){if(p+=1,!n.plainObjects&&tr.call(Object.prototype,l[1].slice(1,-1))&&!n.allowPrototypes)return;s.push(l[1])}if(l){if(n.strictDepth===!0)throw new RangeError("Input depth exceeded depth option of "+n.depth+" and strictDepth is true");s.push("["+o.slice(l.index)+"]")}return Qa(s,t,n,a)}},Ja=function(e){if(!e)return S;if(typeof e.allowEmptyArrays<"u"&&typeof e.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof e.decodeDotInKeys<"u"&&typeof e.decodeDotInKeys!="boolean")throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(e.decoder!==null&&typeof e.decoder<"u"&&typeof e.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof e.charset<"u"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=typeof e.charset>"u"?S.charset:e.charset,n=typeof e.duplicates>"u"?S.duplicates:e.duplicates;if(n!=="combine"&&n!=="first"&&n!=="last")throw new TypeError("The duplicates option must be either combine, first, or last");var a=typeof e.allowDots>"u"?e.decodeDotInKeys===!0?!0:S.allowDots:!!e.allowDots;return{allowDots:a,allowEmptyArrays:typeof e.allowEmptyArrays=="boolean"?!!e.allowEmptyArrays:S.allowEmptyArrays,allowPrototypes:typeof e.allowPrototypes=="boolean"?e.allowPrototypes:S.allowPrototypes,allowSparse:typeof e.allowSparse=="boolean"?e.allowSparse:S.allowSparse,arrayLimit:typeof e.arrayLimit=="number"?e.arrayLimit:S.arrayLimit,charset:t,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:S.charsetSentinel,comma:typeof e.comma=="boolean"?e.comma:S.comma,decodeDotInKeys:typeof e.decodeDotInKeys=="boolean"?e.decodeDotInKeys:S.decodeDotInKeys,decoder:typeof e.decoder=="function"?e.decoder:S.decoder,delimiter:typeof e.delimiter=="string"||re.isRegExp(e.delimiter)?e.delimiter:S.delimiter,depth:typeof e.depth=="number"||e.depth===!1?+e.depth:S.depth,duplicates:n,ignoreQueryPrefix:e.ignoreQueryPrefix===!0,interpretNumericEntities:typeof e.interpretNumericEntities=="boolean"?e.interpretNumericEntities:S.interpretNumericEntities,parameterLimit:typeof e.parameterLimit=="number"?e.parameterLimit:S.parameterLimit,parseArrays:e.parseArrays!==!1,plainObjects:typeof e.plainObjects=="boolean"?e.plainObjects:S.plainObjects,strictDepth:typeof e.strictDepth=="boolean"?!!e.strictDepth:S.strictDepth,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:S.strictNullHandling}},Xa=function(r,e){var t=Ja(e);if(r===""||r===null||typeof r>"u")return t.plainObjects?Object.create(null):{};for(var n=typeof r=="string"?Va(r,t):r,a=t.plainObjects?Object.create(null):{},o=Object.keys(n),i=0;i<o.length;++i){var f=o[i],l=ja(f,n[f],t,typeof r=="string");a=re.merge(a,l,t)}return t.allowSparse===!0?a:re.compact(a)},Ya=Ga,Za=Xa,eo=yr,ro={formats:eo,parse:Za,stringify:Ya};const to=J.getDefaultExportFromCjs(ro);function Fr(r){if(!Array.isArray(r))throw new TypeError("Middleware stack must be an array!");for(const e of r)if(typeof e!="function")throw new TypeError("Middleware must be composed of functions!");return function(e,t){let n=-1;return a(0);function a(o){if(o<=n)return Promise.reject(new Error("next() called multiple times"));n=o;let i=r[o];if(o===r.length&&(i=t),!i)return Promise.resolve();try{return Promise.resolve(i(e,a.bind(null,o+1)))}catch(f){return Promise.reject(f)}}}}const w={app:null,appPending:!0,appCb:[],services:new Map,servicePending:new Map,serviceCb:new Map,config:null,configPending:!1,configCb:[]};async function no(r){if(w.config)return w.config;if(w.configPending)return new Promise(t=>{w.configCb.push(n=>t(n))});w.configPending=!0;const e=await r();return w.config=e,w.configCb.forEach(t=>t(e)),w.configCb=[],w.configPending=!1,e}class pt{constructor(e={},t){x(this,"options");x(this,"apis",[]);x(this,"middlewares",[]);x(this,"defaultMiddlewares",[async(e,t)=>{try{await t()}catch(n){e.res.body=n.message||""}}]);x(this,"api404");x(this,"fnMiddleware");x(this,"getId");x(this,"extensions",new Map);x(this,"onDestroyCbs",[]);x(this,"config");x(this,"apiList");this.options={...e,baseUrl:e.baseUrl??"/"},this.options.baseUrl=this.options.baseUrl.split("/").map(a=>encodeURIComponent(a)).join("/"),this.middlewares.push(...this.defaultMiddlewares),this.middlewares.push(...e.middlewares||[]);const n=((e==null?void 0:e.apis)??[]).sort((a,o)=>{const i=o.path.substr(-1,1),f=i==="*"?0:i==="/"?.1:.2,l=a.path.substr(-1,1),u=l==="*"?0:l==="/"?.1:.2;return o.path.split("/").length+f-(a.path.split("/").length+u)}).map(a=>({...a,method:a.method??(e==null?void 0:e.defaultMethod)??"post"}));this.apiList=n,this.apis=n.filter(a=>!a.disabled),this.api404={path:"*",method:"all",action:(a,o)=>{throw o.res.status=404,Error("Not Found")}},this.fnMiddleware=Fr(this.middlewares),this.getId=J.useSoonIdGen({workerId:e.workId}),this.init(t)}async init(e){var t,n,a,o;try{if(this.options.config){const i=await this.options.config();this.config=i}await((n=(t=this.options)==null?void 0:t.onInit)==null?void 0:n.call(t,this)),w.app=this,w.appPending=!1,w.appCb.forEach(i=>i(this)),await((o=(a=this.options)==null?void 0:a.onReady)==null?void 0:o.call(a,this)),e==null||e(null,this)}catch(i){e==null||e(i,this)}}async fetchRaw(e,t,n){var c,d;const a=(n==null?void 0:n.url)??e,o=new URL(a,"http://localhost"),i=this.getId(),f={baseUrl:this.options.baseUrl??"",headers:(n==null?void 0:n.headers)??{},method:(n==null?void 0:n.method)??this.options.defaultMethod??"post",body:(n==null?void 0:n.body)??t,params:{},path:o.pathname,queryString:n!=null&&n.query?"?"+to.stringify(n.query):o.search,query:(n==null?void 0:n.query)??Object.fromEntries(o.searchParams),url:a,reqId:i,requestId:i,ip:(n==null?void 0:n.ip)??"",namespace:(n==null?void 0:n.namespace)??"default"};let l=this.api404;for(let y=0;y<this.apis.length;y++){const m=this.apis[y];if((m.namespace??"default")===f.namespace&&(m.method==="all"||m.method===((d=(c=f.method)==null?void 0:c.toLowerCase)==null?void 0:d.call(c)))){const P=bt((this.options.baseUrl??"")+m.path,{loose:!1,trailing:!1})(f.path);if(P){f.params=P.params,l=m;break}}}const u={body:void 0,headers:{},status:200},s={app:this,currentAPI:l,req:f,request:f,reqId:i,requestId:i,res:u,response:u,platform:n==null?void 0:n.platform,config:this.config,meta:l.meta??{},service:{}},p=async()=>{var g,b;let y=f.body;if(l.bodySchema)if((g=l.bodySchema)!=null&&g.parse)try{y=l.bodySchema.parse(f.body)}catch(P){u.status=400;const h=(b=P==null?void 0:P.issues)==null?void 0:b[0];throw h&&(h.message=(h.path??[]).join(".")+" "+h.message),h?{...h,code:0}:new Error("参数错误")}else throw u.status=500,new Error("bodySchema must be ZodType");const m=await l.action(y,s);m!==void 0&&(u.body=m)};if(l.middlewares&&l.middlewares.length>0){const y=Fr(l.middlewares);await this.fnMiddleware(s,()=>y(s,p))}else await this.fnMiddleware(s,p);return s.res}async fetch(e,t,n){return(await this.fetchRaw(e,t,n)).body}mount(e,t){this.extensions.set(e,t)}get(e){return this.extensions.get(e)}onUnloadService(e){this.onDestroyCbs.push(e)}async unloadService(){return Promise.all(this.onDestroyCbs.map(e=>e==null?void 0:e()))}}const yt=Symbol("soon-api");function ao(r){const e={...r};return e._soon_symbol=yt,e}const dt=Symbol("soon-service");function oo(r){async function e(){var o;const t=r.service;let n=w.services.get(t);if(n)return n;if(w.servicePending.get(t)){let i=w.serviceCb.get(t);return i||(i=[],w.serviceCb.set(t,i)),new Promise(f=>{i.push(l=>f(l))})}return w.servicePending.set(t,!0),await new Promise(i=>{w.app?i(1):w.appCb.push(()=>i(1))}),n=await t(w.app),w.services.set(t,n),(o=w.serviceCb.get(t))==null||o.forEach(i=>i(n)),w.serviceCb.delete(t),w.servicePending.delete(t),n}return e._soon_symbol=dt,e.serviceName=(r==null?void 0:r.serviceName)??"",e.autoInject=(r==null?void 0:r.autoInject)??!1,e.enableClient=(r==null?void 0:r.enableClient)??!1,e}function io(r){return r}function lo(r){return async function(){return await no(r)}}async function fo(r){return await new Promise((e,t)=>{new pt(r,(n,a)=>{if(n){t(n);return}e(a)})})}class uo extends Error{constructor(t,n){super(t);x(this,"code");this.code=n}}class co extends Error{constructor(t,n){super(t);x(this,"status");this.status=n}}function so({pingTime:r=0,action:e}){let t=()=>null;const n=new ir(a=>{let o;r>0&&(o=setInterval(()=>{f.closed?clearInterval(o):a.next({event:"ping",message:`: ping
|
|
1
|
+
"use strict";var vt=Object.defineProperty;var gt=(r,e,t)=>e in r?vt(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t;var x=(r,e,t)=>gt(r,typeof e!="symbol"?e+"":e,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const wt=require("stream"),J=require("./deps/soon-id-unm7ynfew.js"),bt=require("util");var k={};Object.defineProperty(k,"__esModule",{value:!0});k.TokenData=void 0;k.parse=Ce;k.compile=It;var St=k.match=Ot;k.pathToRegexp=_t;const Et="/",nr=r=>r,At=new RegExp("^\\p{XID_Continue}$","u"),fe="https://git.new/pathToRegexpError",Pt={"!":"!","@":"@",";":";",",":",","*":"*","+":"+","?":"?","{":"{","}":"}"};function $t(r){const e=[...r],t=[];let n=0;for(;n<e.length;){const a=e[n],o=Pt[a];if(o){t.push({type:o,index:n++,value:a});continue}if(a==="\\"){t.push({type:"ESCAPED",index:n++,value:e[n++]});continue}if(a===":"){let i="";for(;At.test(e[++n]);)i+=e[n];if(!i)throw new TypeError(`Missing parameter name at ${n}`);t.push({type:"NAME",index:n,value:i});continue}if(a==="("){const i=n++;let f=1,l="";if(e[n]==="?")throw new TypeError(`Pattern cannot start with "?" at ${n}`);for(;n<e.length;){if(e[n]==="\\"){l+=e[n++]+e[n++];continue}if(e[n]===")"){if(f--,f===0){n++;break}}else if(e[n]==="("&&(f++,e[n+1]!=="?"))throw new TypeError(`Capturing groups are not allowed at ${n}`);l+=e[n++]}if(f)throw new TypeError(`Unbalanced pattern at ${i}`);if(!l)throw new TypeError(`Missing pattern at ${i}`);t.push({type:"PATTERN",index:n,value:l});continue}t.push({type:"CHAR",index:n,value:e[n++]})}return t.push({type:"END",index:n,value:""}),new xt(t)}class xt{constructor(e){this.tokens=e,this.index=0}peek(){return this.tokens[this.index]}tryConsume(e){const t=this.peek();if(t.type===e)return this.index++,t.value}consume(e){const t=this.tryConsume(e);if(t!==void 0)return t;const{type:n,index:a}=this.peek();throw new TypeError(`Unexpected ${n} at ${a}, expected ${e}: ${fe}`)}text(){let e="",t;for(;t=this.tryConsume("CHAR")||this.tryConsume("ESCAPED");)e+=t;return e}modifier(){return this.tryConsume("?")||this.tryConsume("*")||this.tryConsume("+")}}class pe{constructor(e,t){this.tokens=e,this.delimiter=t}}k.TokenData=pe;function Ce(r,e={}){const{encodePath:t=nr,delimiter:n=t(Et)}=e,a=[],o=$t(r);let i=0;do{const f=o.text();f&&a.push(t(f));const l=o.tryConsume("NAME"),u=o.tryConsume("PATTERN");if(l||u){a.push({name:l||String(i++),pattern:u});const c=o.peek();if(c.type==="*")throw new TypeError(`Unexpected * at ${c.index}, you probably want \`/*\` or \`{/:foo}*\`: ${fe}`);continue}if(o.tryConsume("*")){a.push({name:String(i++),pattern:`(?:(?!${X(n)}).)*`,modifier:"*",separator:n});continue}if(o.tryConsume("{")){const c=o.text(),d=o.tryConsume("NAME"),y=o.tryConsume("PATTERN"),m=o.text(),g=o.tryConsume(";")&&o.text();o.consume("}");const S=o.modifier();a.push({name:d||(y?String(i++):""),prefix:t(c),suffix:t(m),pattern:y,modifier:S,separator:g});continue}o.consume("END");break}while(!0);return new pe(a,n)}function It(r,e={}){const t=r instanceof pe?r:Ce(r,e);return Ct(t,e)}function Tt(r,e){if(typeof r=="string")return()=>r;const t=e||nr,n=r.modifier==="+"||r.modifier==="*",a=r.modifier==="?"||r.modifier==="*",{prefix:o="",suffix:i="",separator:f=i+o}=r;if(e&&n){const u=(p,c)=>{if(typeof p!="string")throw new TypeError(`Expected "${r.name}/${c}" to be a string`);return t(p)},s=p=>{if(!Array.isArray(p))throw new TypeError(`Expected "${r.name}" to be an array`);return p.length===0?"":o+p.map(u).join(f)+i};return a?p=>{const c=p[r.name];return c==null?"":c.length?s(c):""}:p=>{const c=p[r.name];return s(c)}}const l=u=>{if(typeof u!="string")throw new TypeError(`Expected "${r.name}" to be a string`);return o+t(u)+i};return a?u=>{const s=u[r.name];return s==null?"":l(s)}:u=>{const s=u[r.name];return l(s)}}function Ct(r,e){const{encode:t=encodeURIComponent,loose:n=!0,validate:a=!0,strict:o=!1}=e,i=Lr(e),f=ar(n,r.delimiter),l=qr(r,f,[],i,o),u=r.tokens.map((s,p)=>{const c=Tt(s,t);if(!a||typeof s=="string")return c;const d=new RegExp(`^${l[p]}$`,i);return y=>{const m=c(y);if(!d.test(m))throw new TypeError(`Invalid value for "${s.name}": ${JSON.stringify(m)}`);return m}});return function(p={}){let c="";for(const d of u)c+=d(p);return c}}function Ot(r,e={}){const{decode:t=decodeURIComponent,loose:n=!0}=e,a=r instanceof pe?r:Ce(r,e),o=ar(n,a.delimiter),i=[],f=Wr(a,i,e),l=i.map(u=>{if(t&&(u.modifier==="+"||u.modifier==="*")){const{prefix:s="",suffix:p="",separator:c=p+s}=u,d=new RegExp(o(c),"g");return y=>y.split(d).map(t)}return t||nr});return function(s){const p=f.exec(s);if(!p)return!1;const{0:c,index:d}=p,y=Object.create(null);for(let m=1;m<p.length;m++){if(p[m]===void 0)continue;const g=i[m-1],S=l[m-1];y[g.name]=S(p[m])}return{path:c,index:d,params:y}}}function X(r){return r.replace(/([.+*?^${}()[\]|/\\])/g,"\\$1")}function Rt(r,e){const t=X(r);return e?`(?:${t})+(?!${t})`:t}function ar(r,e){if(!r)return X;const t=new RegExp(`(?:(?!${X(e)}).)+|(.)`,"g");return n=>n.replace(t,Rt)}function Lr(r){return r.sensitive?"":"i"}function Wr(r,e,t){const{trailing:n=!0,loose:a=!0,start:o=!0,end:i=!0,strict:f=!1}=t,l=Lr(t),u=ar(a,r.delimiter),s=qr(r,u,e,l,f);let p=o?"^":"";return p+=s.join(""),n&&(p+=`(?:${u(r.delimiter)})?`),p+=i?"$":`(?=${X(r.delimiter)}|$)`,new RegExp(p,l)}function qr(r,e,t,n,a){const o=`(?:(?!${X(r.delimiter)}).)+?`;let i="",f=!0;return r.tokens.map((l,u)=>{if(typeof l=="string")return i=l,e(l);const{prefix:s="",suffix:p="",separator:c=p+s,modifier:d=""}=l,y=e(s),m=e(p);if(l.name){const g=l.pattern?`(?:${l.pattern})`:o,S=Dt(g,l.name,n);if(f||(f=Me(S,s||i)),!f)throw new TypeError(`Ambiguous pattern for "${l.name}": ${fe}`);if(f=!a||Me(S,p),i="",t.push(l),d==="+"||d==="*"){const P=d==="*"?"?":"",h=e(c);if(!h)throw new TypeError(`Missing separator for "${l.name}": ${fe}`);if(f||(f=!a||Me(S,c)),!f)throw new TypeError(`Ambiguous pattern for "${l.name}" separator: ${fe}`);return f=!a,`(?:${y}(${g}(?:${h}${g})*)${m})${P}`}return`(?:${y}(${g})${m})${d}`}return`(?:${y}${m})${d}`})}function Dt(r,e,t){try{return new RegExp(`^${r}$`,t)}catch(n){throw new TypeError(`Invalid pattern for "${e}": ${n.message}`)}}function Me(r,e){return e?!r.test(e):!1}function _t(r,e={}){const t=r instanceof pe?r:Ce(r,e),n=[],a=Wr(t,n,e);return Object.assign(a,{keys:n})}var Oe={};Object.defineProperty(Oe,"__esModule",{value:!0});Oe.Observable=void 0;const Gr=r=>!!Symbol[r],or=r=>Gr(r)?Symbol[r]:"@@"+r,Mt=or("iterator"),Qe=or("observable"),kr=or("species");function Pe(r,e){let t=r[e];if(t!=null){if(typeof t!="function")throw new TypeError(t+" is not a function");return t}}function ie(r){let e=r.constructor;return e!==void 0&&(e=e[kr],e===null&&(e=void 0)),e!==void 0?e:Re}function Nt(r){return r instanceof Re}function Y(r){Y.log?Y.log(r):setTimeout(()=>{throw r})}function be(r){Promise.resolve().then(()=>{try{r()}catch(e){Y(e)}})}function zr(r){let e=r._cleanup;if(e!==void 0&&(r._cleanup=void 0,!!e))try{if(typeof e=="function")e();else{let t=Pe(e,"unsubscribe");t&&t.call(e)}}catch(t){Y(t)}}function je(r){r._observer=void 0,r._queue=void 0,r._state="closed"}function Bt(r){let e=r._queue;if(e){r._queue=void 0,r._state="ready";for(let t=0;t<e.length&&(Hr(r,e[t].type,e[t].value),r._state!=="closed");++t);}}function Hr(r,e,t){r._state="running";let n=r._observer;try{let a=Pe(n,e);switch(e){case"next":a&&a.call(n,t);break;case"error":if(je(r),a)a.call(n,t);else throw t;break;case"complete":je(r),a&&a.call(n);break}}catch(a){Y(a)}r._state==="closed"?zr(r):r._state==="running"&&(r._state="ready")}function Ne(r,e,t){if(r._state!=="closed"){if(r._state==="buffering"){r._queue.push({type:e,value:t});return}if(r._state!=="ready"){r._state="buffering",r._queue=[{type:e,value:t}],be(()=>Bt(r));return}Hr(r,e,t)}}class Ut{constructor(e,t){this._cleanup=void 0,this._observer=e,this._queue=void 0,this._state="initializing";let n=this,a={get closed(){return n._state==="closed"},next(o){Ne(n,"next",o)},error(o){Ne(n,"error",o)},complete(){Ne(n,"complete")}};try{this._cleanup=t.call(void 0,a)}catch(o){a.error(o)}this._state==="initializing"&&(this._state="ready")}get closed(){return this._state==="closed"}unsubscribe(){this._state!=="closed"&&(je(this),zr(this))}}let Re=class Se{constructor(e){if(!(this instanceof Se))throw new TypeError("Observable cannot be called as a function");if(typeof e!="function")throw new TypeError("Observable initializer must be a function");this._subscriber=e}subscribe(e){return(typeof e!="object"||e===null)&&(e={next:e,error:arguments[1],complete:arguments[2]}),new Ut(e,this._subscriber)}forEach(e){return new Promise((t,n)=>{if(typeof e!="function"){n(new TypeError(e+" is not a function"));return}function a(){o.unsubscribe(),t()}let o=this.subscribe({next(i){try{e(i,a)}catch(f){n(f),o.unsubscribe()}},error:n,complete:t})})}map(e){if(typeof e!="function")throw new TypeError(e+" is not a function");let t=ie(this);return new t(n=>this.subscribe({next(a){try{a=e(a)}catch(o){return n.error(o)}n.next(a)},error(a){n.error(a)},complete(){n.complete()}}))}filter(e){if(typeof e!="function")throw new TypeError(e+" is not a function");let t=ie(this);return new t(n=>this.subscribe({next(a){try{if(!e(a))return}catch(o){return n.error(o)}n.next(a)},error(a){n.error(a)},complete(){n.complete()}}))}reduce(e){if(typeof e!="function")throw new TypeError(e+" is not a function");let t=ie(this),n=arguments.length>1,a=!1,i=arguments[1];return new t(f=>this.subscribe({next(l){let u=!a;if(a=!0,!u||n)try{i=e(i,l)}catch(s){return f.error(s)}else i=l},error(l){f.error(l)},complete(){if(!a&&!n)return f.error(new TypeError("Cannot reduce an empty sequence"));f.next(i),f.complete()}}))}async all(){let e=[];return await this.forEach(t=>e.push(t)),e}concat(...e){let t=ie(this);return new t(n=>{let a,o=0;function i(f){a=f.subscribe({next(l){n.next(l)},error(l){n.error(l)},complete(){o===e.length?(a=void 0,n.complete()):i(t.from(e[o++]))}})}return i(this),()=>{a&&(a.unsubscribe(),a=void 0)}})}flatMap(e){if(typeof e!="function")throw new TypeError(e+" is not a function");let t=ie(this);return new t(n=>{let a=[],o=this.subscribe({next(f){if(e)try{f=e(f)}catch(u){return n.error(u)}let l=t.from(f).subscribe({next(u){n.next(u)},error(u){n.error(u)},complete(){let u=a.indexOf(l);u>=0&&a.splice(u,1),i()}});a.push(l)},error(f){n.error(f)},complete(){i()}});function i(){o.closed&&a.length===0&&n.complete()}return()=>{a.forEach(f=>f.unsubscribe()),o.unsubscribe()}})}[Qe](){return this}static from(e){let t=typeof this=="function"?this:Se;if(e==null)throw new TypeError(e+" is not an object");let n=Pe(e,Qe);if(n){let a=n.call(e);if(Object(a)!==a)throw new TypeError(a+" is not an object");return Nt(a)&&a.constructor===t?a:new t(o=>a.subscribe(o))}if(Gr("iterator")&&(n=Pe(e,Mt),n))return new t(a=>{be(()=>{if(!a.closed){for(let o of n.call(e))if(a.next(o),a.closed)return;a.complete()}})});if(Array.isArray(e))return new t(a=>{be(()=>{if(!a.closed){for(let o=0;o<e.length;++o)if(a.next(e[o]),a.closed)return;a.complete()}})});throw new TypeError(e+" is not observable")}static of(...e){let t=typeof this=="function"?this:Se;return new t(n=>{be(()=>{if(!n.closed){for(let a=0;a<e.length;++a)if(n.next(e[a]),n.closed)return;n.complete()}})})}static get[kr](){return this}};Oe.Observable=Re;Object.defineProperty(Re,Symbol("extensions"),{value:{symbol:Qe,hostReportError:Y},configurable:!0});var Ft=Oe.Observable;const ir=J.getDefaultExportFromCjs(Ft);var Lt=Error,Wt=EvalError,qt=RangeError,Gt=ReferenceError,Kr=SyntaxError,ye=TypeError,kt=URIError,zt=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},t=Symbol("test"),n=Object(t);if(typeof t=="string"||Object.prototype.toString.call(t)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var a=42;e[t]=a;for(t in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var o=Object.getOwnPropertySymbols(e);if(o.length!==1||o[0]!==t||!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var i=Object.getOwnPropertyDescriptor(e,t);if(i.value!==a||i.enumerable!==!0)return!1}return!0},mr=typeof Symbol<"u"&&Symbol,Ht=zt,Kt=function(){return typeof mr!="function"||typeof Symbol!="function"||typeof mr("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:Ht()},Be={__proto__:null,foo:{}},Vt=Object,Qt=function(){return{__proto__:Be}.foo===Be.foo&&!(Be instanceof Vt)},jt="Function.prototype.bind called on incompatible ",Jt=Object.prototype.toString,Xt=Math.max,Yt="[object Function]",hr=function(e,t){for(var n=[],a=0;a<e.length;a+=1)n[a]=e[a];for(var o=0;o<t.length;o+=1)n[o+e.length]=t[o];return n},Zt=function(e,t){for(var n=[],a=t,o=0;a<e.length;a+=1,o+=1)n[o]=e[a];return n},en=function(r,e){for(var t="",n=0;n<r.length;n+=1)t+=r[n],n+1<r.length&&(t+=e);return t},rn=function(e){var t=this;if(typeof t!="function"||Jt.apply(t)!==Yt)throw new TypeError(jt+t);for(var n=Zt(arguments,1),a,o=function(){if(this instanceof a){var s=t.apply(this,hr(n,arguments));return Object(s)===s?s:this}return t.apply(e,hr(n,arguments))},i=Xt(0,t.length-n.length),f=[],l=0;l<i;l++)f[l]="$"+l;if(a=Function("binder","return function ("+en(f,",")+"){ return binder.apply(this,arguments); }")(o),t.prototype){var u=function(){};u.prototype=t.prototype,a.prototype=new u,u.prototype=null}return a},tn=rn,lr=Function.prototype.bind||tn,nn=Function.prototype.call,an=Object.prototype.hasOwnProperty,on=lr,ln=on.call(nn,an),v,fn=Lt,un=Wt,cn=qt,sn=Gt,Z=Kr,j=ye,pn=kt,Vr=Function,Ue=function(r){try{return Vr('"use strict"; return ('+r+").constructor;")()}catch{}},q=Object.getOwnPropertyDescriptor;if(q)try{q({},"")}catch{q=null}var Fe=function(){throw new j},yn=q?function(){try{return arguments.callee,Fe}catch{try{return q(arguments,"callee").get}catch{return Fe}}}():Fe,K=Kt(),dn=Qt(),A=Object.getPrototypeOf||(dn?function(r){return r.__proto__}:null),Q={},mn=typeof Uint8Array>"u"||!A?v:A(Uint8Array),G={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?v:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?v:ArrayBuffer,"%ArrayIteratorPrototype%":K&&A?A([][Symbol.iterator]()):v,"%AsyncFromSyncIteratorPrototype%":v,"%AsyncFunction%":Q,"%AsyncGenerator%":Q,"%AsyncGeneratorFunction%":Q,"%AsyncIteratorPrototype%":Q,"%Atomics%":typeof Atomics>"u"?v:Atomics,"%BigInt%":typeof BigInt>"u"?v:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?v:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?v:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?v:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":fn,"%eval%":eval,"%EvalError%":un,"%Float32Array%":typeof Float32Array>"u"?v:Float32Array,"%Float64Array%":typeof Float64Array>"u"?v:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?v:FinalizationRegistry,"%Function%":Vr,"%GeneratorFunction%":Q,"%Int8Array%":typeof Int8Array>"u"?v:Int8Array,"%Int16Array%":typeof Int16Array>"u"?v:Int16Array,"%Int32Array%":typeof Int32Array>"u"?v:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":K&&A?A(A([][Symbol.iterator]())):v,"%JSON%":typeof JSON=="object"?JSON:v,"%Map%":typeof Map>"u"?v:Map,"%MapIteratorPrototype%":typeof Map>"u"||!K||!A?v:A(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?v:Promise,"%Proxy%":typeof Proxy>"u"?v:Proxy,"%RangeError%":cn,"%ReferenceError%":sn,"%Reflect%":typeof Reflect>"u"?v:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?v:Set,"%SetIteratorPrototype%":typeof Set>"u"||!K||!A?v:A(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?v:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":K&&A?A(""[Symbol.iterator]()):v,"%Symbol%":K?Symbol:v,"%SyntaxError%":Z,"%ThrowTypeError%":yn,"%TypedArray%":mn,"%TypeError%":j,"%Uint8Array%":typeof Uint8Array>"u"?v:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?v:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?v:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?v:Uint32Array,"%URIError%":pn,"%WeakMap%":typeof WeakMap>"u"?v:WeakMap,"%WeakRef%":typeof WeakRef>"u"?v:WeakRef,"%WeakSet%":typeof WeakSet>"u"?v:WeakSet};if(A)try{null.error}catch(r){var hn=A(A(r));G["%Error.prototype%"]=hn}var vn=function r(e){var t;if(e==="%AsyncFunction%")t=Ue("async function () {}");else if(e==="%GeneratorFunction%")t=Ue("function* () {}");else if(e==="%AsyncGeneratorFunction%")t=Ue("async function* () {}");else if(e==="%AsyncGenerator%"){var n=r("%AsyncGeneratorFunction%");n&&(t=n.prototype)}else if(e==="%AsyncIteratorPrototype%"){var a=r("%AsyncGenerator%");a&&A&&(t=A(a.prototype))}return G[e]=t,t},vr={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},de=lr,$e=ln,gn=de.call(Function.call,Array.prototype.concat),wn=de.call(Function.apply,Array.prototype.splice),gr=de.call(Function.call,String.prototype.replace),xe=de.call(Function.call,String.prototype.slice),bn=de.call(Function.call,RegExp.prototype.exec),Sn=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,En=/\\(\\)?/g,An=function(e){var t=xe(e,0,1),n=xe(e,-1);if(t==="%"&&n!=="%")throw new Z("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&t!=="%")throw new Z("invalid intrinsic syntax, expected opening `%`");var a=[];return gr(e,Sn,function(o,i,f,l){a[a.length]=f?gr(l,En,"$1"):i||o}),a},Pn=function(e,t){var n=e,a;if($e(vr,n)&&(a=vr[n],n="%"+a[0]+"%"),$e(G,n)){var o=G[n];if(o===Q&&(o=vn(n)),typeof o>"u"&&!t)throw new j("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:a,name:n,value:o}}throw new Z("intrinsic "+e+" does not exist!")},te=function(e,t){if(typeof e!="string"||e.length===0)throw new j("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof t!="boolean")throw new j('"allowMissing" argument must be a boolean');if(bn(/^%?[^%]*%?$/,e)===null)throw new Z("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=An(e),a=n.length>0?n[0]:"",o=Pn("%"+a+"%",t),i=o.name,f=o.value,l=!1,u=o.alias;u&&(a=u[0],wn(n,gn([0,1],u)));for(var s=1,p=!0;s<n.length;s+=1){var c=n[s],d=xe(c,0,1),y=xe(c,-1);if((d==='"'||d==="'"||d==="`"||y==='"'||y==="'"||y==="`")&&d!==y)throw new Z("property names with quotes must have matching quotes");if((c==="constructor"||!p)&&(l=!0),a+="."+c,i="%"+a+"%",$e(G,i))f=G[i];else if(f!=null){if(!(c in f)){if(!t)throw new j("base intrinsic for "+e+" exists, but the property is not available.");return}if(q&&s+1>=n.length){var m=q(f,c);p=!!m,p&&"get"in m&&!("originalValue"in m.get)?f=m.get:f=f[c]}else p=$e(f,c),f=f[c];p&&!l&&(G[i]=f)}}return f},Qr={exports:{}},Le,wr;function fr(){if(wr)return Le;wr=1;var r=te,e=r("%Object.defineProperty%",!0)||!1;if(e)try{e({},"a",{value:1})}catch{e=!1}return Le=e,Le}var $n=te,Ee=$n("%Object.getOwnPropertyDescriptor%",!0);if(Ee)try{Ee([],"length")}catch{Ee=null}var jr=Ee,br=fr(),xn=Kr,V=ye,Sr=jr,In=function(e,t,n){if(!e||typeof e!="object"&&typeof e!="function")throw new V("`obj` must be an object or a function`");if(typeof t!="string"&&typeof t!="symbol")throw new V("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new V("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new V("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new V("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new V("`loose`, if provided, must be a boolean");var a=arguments.length>3?arguments[3]:null,o=arguments.length>4?arguments[4]:null,i=arguments.length>5?arguments[5]:null,f=arguments.length>6?arguments[6]:!1,l=!!Sr&&Sr(e,t);if(br)br(e,t,{configurable:i===null&&l?l.configurable:!i,enumerable:a===null&&l?l.enumerable:!a,value:n,writable:o===null&&l?l.writable:!o});else if(f||!a&&!o&&!i)e[t]=n;else throw new xn("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},Je=fr(),Jr=function(){return!!Je};Jr.hasArrayLengthDefineBug=function(){if(!Je)return null;try{return Je([],"length",{value:1}).length!==1}catch{return!0}};var Tn=Jr,Cn=te,Er=In,On=Tn(),Ar=jr,Pr=ye,Rn=Cn("%Math.floor%"),Dn=function(e,t){if(typeof e!="function")throw new Pr("`fn` is not a function");if(typeof t!="number"||t<0||t>4294967295||Rn(t)!==t)throw new Pr("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],a=!0,o=!0;if("length"in e&&Ar){var i=Ar(e,"length");i&&!i.configurable&&(a=!1),i&&!i.writable&&(o=!1)}return(a||o||!n)&&(On?Er(e,"length",t,!0,!0):Er(e,"length",t)),e};(function(r){var e=lr,t=te,n=Dn,a=ye,o=t("%Function.prototype.apply%"),i=t("%Function.prototype.call%"),f=t("%Reflect.apply%",!0)||e.call(i,o),l=fr(),u=t("%Math.max%");r.exports=function(c){if(typeof c!="function")throw new a("a function is required");var d=f(e,i,arguments);return n(d,1+u(0,c.length-(arguments.length-1)),!0)};var s=function(){return f(e,o,arguments)};l?l(r.exports,"apply",{value:s}):r.exports.apply=s})(Qr);var _n=Qr.exports,Xr=te,Yr=_n,Mn=Yr(Xr("String.prototype.indexOf")),Nn=function(e,t){var n=Xr(e,!!t);return typeof n=="function"&&Mn(e,".prototype.")>-1?Yr(n):n},Bn=bt.inspect,ur=typeof Map=="function"&&Map.prototype,We=Object.getOwnPropertyDescriptor&&ur?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Ie=ur&&We&&typeof We.get=="function"?We.get:null,$r=ur&&Map.prototype.forEach,cr=typeof Set=="function"&&Set.prototype,qe=Object.getOwnPropertyDescriptor&&cr?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Te=cr&&qe&&typeof qe.get=="function"?qe.get:null,xr=cr&&Set.prototype.forEach,Un=typeof WeakMap=="function"&&WeakMap.prototype,ue=Un?WeakMap.prototype.has:null,Fn=typeof WeakSet=="function"&&WeakSet.prototype,ce=Fn?WeakSet.prototype.has:null,Ln=typeof WeakRef=="function"&&WeakRef.prototype,Ir=Ln?WeakRef.prototype.deref:null,Wn=Boolean.prototype.valueOf,qn=Object.prototype.toString,Gn=Function.prototype.toString,kn=String.prototype.match,sr=String.prototype.slice,B=String.prototype.replace,zn=String.prototype.toUpperCase,Tr=String.prototype.toLowerCase,Zr=RegExp.prototype.test,Cr=Array.prototype.concat,O=Array.prototype.join,Hn=Array.prototype.slice,Or=Math.floor,Xe=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Ge=Object.getOwnPropertySymbols,Ye=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,ee=typeof Symbol=="function"&&typeof Symbol.iterator=="object",$=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===ee||!0)?Symbol.toStringTag:null,et=Object.prototype.propertyIsEnumerable,Rr=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(r){return r.__proto__}:null);function Dr(r,e){if(r===1/0||r===-1/0||r!==r||r&&r>-1e3&&r<1e3||Zr.call(/e/,e))return e;var t=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof r=="number"){var n=r<0?-Or(-r):Or(r);if(n!==r){var a=String(n),o=sr.call(e,a.length+1);return B.call(a,t,"$&_")+"."+B.call(B.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return B.call(e,t,"$&_")}var Ze=Bn,_r=Ze.custom,Mr=tt(_r)?_r:null,Kn=function r(e,t,n,a){var o=t||{};if(N(o,"quoteStyle")&&o.quoteStyle!=="single"&&o.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(N(o,"maxStringLength")&&(typeof o.maxStringLength=="number"?o.maxStringLength<0&&o.maxStringLength!==1/0:o.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=N(o,"customInspect")?o.customInspect:!0;if(typeof i!="boolean"&&i!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(N(o,"indent")&&o.indent!==null&&o.indent!==" "&&!(parseInt(o.indent,10)===o.indent&&o.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(N(o,"numericSeparator")&&typeof o.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var f=o.numericSeparator;if(typeof e>"u")return"undefined";if(e===null)return"null";if(typeof e=="boolean")return e?"true":"false";if(typeof e=="string")return at(e,o);if(typeof e=="number"){if(e===0)return 1/0/e>0?"0":"-0";var l=String(e);return f?Dr(e,l):l}if(typeof e=="bigint"){var u=String(e)+"n";return f?Dr(e,u):u}var s=typeof o.depth>"u"?5:o.depth;if(typeof n>"u"&&(n=0),n>=s&&s>0&&typeof e=="object")return er(e)?"[Array]":"[Object]";var p=ca(o,n);if(typeof a>"u")a=[];else if(nt(a,e)>=0)return"[Circular]";function c(I,_,M){if(_&&(a=Hn.call(a),a.push(_)),M){var oe={depth:o.depth};return N(o,"quoteStyle")&&(oe.quoteStyle=o.quoteStyle),r(I,oe,n+1,a)}return r(I,o,n+1,a)}if(typeof e=="function"&&!Nr(e)){var d=ra(e),y=ve(e,c);return"[Function"+(d?": "+d:" (anonymous)")+"]"+(y.length>0?" { "+O.call(y,", ")+" }":"")}if(tt(e)){var m=ee?B.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):Ye.call(e);return typeof e=="object"&&!ee?le(m):m}if(la(e)){for(var g="<"+Tr.call(String(e.nodeName)),S=e.attributes||[],P=0;P<S.length;P++)g+=" "+S[P].name+"="+rt(Vn(S[P].value),"double",o);return g+=">",e.childNodes&&e.childNodes.length&&(g+="..."),g+="</"+Tr.call(String(e.nodeName))+">",g}if(er(e)){if(e.length===0)return"[]";var h=ve(e,c);return p&&!ua(h)?"["+rr(h,p)+"]":"[ "+O.call(h,", ")+" ]"}if(jn(e)){var R=ve(e,c);return!("cause"in Error.prototype)&&"cause"in e&&!et.call(e,"cause")?"{ ["+String(e)+"] "+O.call(Cr.call("[cause]: "+c(e.cause),R),", ")+" }":R.length===0?"["+String(e)+"]":"{ ["+String(e)+"] "+O.call(R,", ")+" }"}if(typeof e=="object"&&i){if(Mr&&typeof e[Mr]=="function"&&Ze)return Ze(e,{depth:s-n});if(i!=="symbol"&&typeof e.inspect=="function")return e.inspect()}if(ta(e)){var F=[];return $r&&$r.call(e,function(I,_){F.push(c(_,e,!0)+" => "+c(I,e))}),Br("Map",Ie.call(e),F,p)}if(oa(e)){var ae=[];return xr&&xr.call(e,function(I){ae.push(c(I,e))}),Br("Set",Te.call(e),ae,p)}if(na(e))return ke("WeakMap");if(ia(e))return ke("WeakSet");if(aa(e))return ke("WeakRef");if(Xn(e))return le(c(Number(e)));if(Zn(e))return le(c(Xe.call(e)));if(Yn(e))return le(Wn.call(e));if(Jn(e))return le(c(String(e)));if(typeof window<"u"&&e===window)return"{ [object Window] }";if(typeof globalThis<"u"&&e===globalThis||typeof J.commonjsGlobal<"u"&&e===J.commonjsGlobal)return"{ [object globalThis] }";if(!Qn(e)&&!Nr(e)){var z=ve(e,c),me=Rr?Rr(e)===Object.prototype:e instanceof Object||e.constructor===Object,L=e instanceof Object?"":"null prototype",D=!me&&$&&Object(e)===e&&$ in e?sr.call(U(e),8,-1):L?"Object":"",he=me||typeof e.constructor!="function"?"":e.constructor.name?e.constructor.name+" ":"",H=he+(D||L?"["+O.call(Cr.call([],D||[],L||[]),": ")+"] ":"");return z.length===0?H+"{}":p?H+"{"+rr(z,p)+"}":H+"{ "+O.call(z,", ")+" }"}return String(e)};function rt(r,e,t){var n=(t.quoteStyle||e)==="double"?'"':"'";return n+r+n}function Vn(r){return B.call(String(r),/"/g,""")}function er(r){return U(r)==="[object Array]"&&(!$||!(typeof r=="object"&&$ in r))}function Qn(r){return U(r)==="[object Date]"&&(!$||!(typeof r=="object"&&$ in r))}function Nr(r){return U(r)==="[object RegExp]"&&(!$||!(typeof r=="object"&&$ in r))}function jn(r){return U(r)==="[object Error]"&&(!$||!(typeof r=="object"&&$ in r))}function Jn(r){return U(r)==="[object String]"&&(!$||!(typeof r=="object"&&$ in r))}function Xn(r){return U(r)==="[object Number]"&&(!$||!(typeof r=="object"&&$ in r))}function Yn(r){return U(r)==="[object Boolean]"&&(!$||!(typeof r=="object"&&$ in r))}function tt(r){if(ee)return r&&typeof r=="object"&&r instanceof Symbol;if(typeof r=="symbol")return!0;if(!r||typeof r!="object"||!Ye)return!1;try{return Ye.call(r),!0}catch{}return!1}function Zn(r){if(!r||typeof r!="object"||!Xe)return!1;try{return Xe.call(r),!0}catch{}return!1}var ea=Object.prototype.hasOwnProperty||function(r){return r in this};function N(r,e){return ea.call(r,e)}function U(r){return qn.call(r)}function ra(r){if(r.name)return r.name;var e=kn.call(Gn.call(r),/^function\s*([\w$]+)/);return e?e[1]:null}function nt(r,e){if(r.indexOf)return r.indexOf(e);for(var t=0,n=r.length;t<n;t++)if(r[t]===e)return t;return-1}function ta(r){if(!Ie||!r||typeof r!="object")return!1;try{Ie.call(r);try{Te.call(r)}catch{return!0}return r instanceof Map}catch{}return!1}function na(r){if(!ue||!r||typeof r!="object")return!1;try{ue.call(r,ue);try{ce.call(r,ce)}catch{return!0}return r instanceof WeakMap}catch{}return!1}function aa(r){if(!Ir||!r||typeof r!="object")return!1;try{return Ir.call(r),!0}catch{}return!1}function oa(r){if(!Te||!r||typeof r!="object")return!1;try{Te.call(r);try{Ie.call(r)}catch{return!0}return r instanceof Set}catch{}return!1}function ia(r){if(!ce||!r||typeof r!="object")return!1;try{ce.call(r,ce);try{ue.call(r,ue)}catch{return!0}return r instanceof WeakSet}catch{}return!1}function la(r){return!r||typeof r!="object"?!1:typeof HTMLElement<"u"&&r instanceof HTMLElement?!0:typeof r.nodeName=="string"&&typeof r.getAttribute=="function"}function at(r,e){if(r.length>e.maxStringLength){var t=r.length-e.maxStringLength,n="... "+t+" more character"+(t>1?"s":"");return at(sr.call(r,0,e.maxStringLength),e)+n}var a=B.call(B.call(r,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,fa);return rt(a,"single",e)}function fa(r){var e=r.charCodeAt(0),t={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return t?"\\"+t:"\\x"+(e<16?"0":"")+zn.call(e.toString(16))}function le(r){return"Object("+r+")"}function ke(r){return r+" { ? }"}function Br(r,e,t,n){var a=n?rr(t,n):O.call(t,", ");return r+" ("+e+") {"+a+"}"}function ua(r){for(var e=0;e<r.length;e++)if(nt(r[e],`
|
|
2
|
+
`)>=0)return!1;return!0}function ca(r,e){var t;if(r.indent===" ")t=" ";else if(typeof r.indent=="number"&&r.indent>0)t=O.call(Array(r.indent+1)," ");else return null;return{base:t,prev:O.call(Array(e+1),t)}}function rr(r,e){if(r.length===0)return"";var t=`
|
|
3
|
+
`+e.prev+e.base;return t+O.call(r,","+t)+`
|
|
4
|
+
`+e.prev}function ve(r,e){var t=er(r),n=[];if(t){n.length=r.length;for(var a=0;a<r.length;a++)n[a]=N(r,a)?e(r[a],r):""}var o=typeof Ge=="function"?Ge(r):[],i;if(ee){i={};for(var f=0;f<o.length;f++)i["$"+o[f]]=o[f]}for(var l in r)N(r,l)&&(t&&String(Number(l))===l&&l<r.length||ee&&i["$"+l]instanceof Symbol||(Zr.call(/[^\w$]/,l)?n.push(e(l,r)+": "+e(r[l],r)):n.push(l+": "+e(r[l],r))));if(typeof Ge=="function")for(var u=0;u<o.length;u++)et.call(r,o[u])&&n.push("["+e(o[u])+"]: "+e(r[o[u]],r));return n}var ot=te,ne=Nn,sa=Kn,pa=ye,ge=ot("%WeakMap%",!0),we=ot("%Map%",!0),ya=ne("WeakMap.prototype.get",!0),da=ne("WeakMap.prototype.set",!0),ma=ne("WeakMap.prototype.has",!0),ha=ne("Map.prototype.get",!0),va=ne("Map.prototype.set",!0),ga=ne("Map.prototype.has",!0),pr=function(r,e){for(var t=r,n;(n=t.next)!==null;t=n)if(n.key===e)return t.next=n.next,n.next=r.next,r.next=n,n},wa=function(r,e){var t=pr(r,e);return t&&t.value},ba=function(r,e,t){var n=pr(r,e);n?n.value=t:r.next={key:e,next:r.next,value:t}},Sa=function(r,e){return!!pr(r,e)},Ea=function(){var e,t,n,a={assert:function(o){if(!a.has(o))throw new pa("Side channel does not contain "+sa(o))},get:function(o){if(ge&&o&&(typeof o=="object"||typeof o=="function")){if(e)return ya(e,o)}else if(we){if(t)return ha(t,o)}else if(n)return wa(n,o)},has:function(o){if(ge&&o&&(typeof o=="object"||typeof o=="function")){if(e)return ma(e,o)}else if(we){if(t)return ga(t,o)}else if(n)return Sa(n,o);return!1},set:function(o,i){ge&&o&&(typeof o=="object"||typeof o=="function")?(e||(e=new ge),da(e,o,i)):we?(t||(t=new we),va(t,o,i)):(n||(n={key:{},next:null}),ba(n,o,i))}};return a},Aa=String.prototype.replace,Pa=/%20/g,ze={RFC1738:"RFC1738",RFC3986:"RFC3986"},yr={default:ze.RFC3986,formatters:{RFC1738:function(r){return Aa.call(r,Pa,"+")},RFC3986:function(r){return String(r)}},RFC1738:ze.RFC1738,RFC3986:ze.RFC3986},$a=yr,He=Object.prototype.hasOwnProperty,W=Array.isArray,T=function(){for(var r=[],e=0;e<256;++e)r.push("%"+((e<16?"0":"")+e.toString(16)).toUpperCase());return r}(),xa=function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(W(n)){for(var a=[],o=0;o<n.length;++o)typeof n[o]<"u"&&a.push(n[o]);t.obj[t.prop]=a}}},it=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},a=0;a<e.length;++a)typeof e[a]<"u"&&(n[a]=e[a]);return n},Ia=function r(e,t,n){if(!t)return e;if(typeof t!="object"){if(W(e))e.push(t);else if(e&&typeof e=="object")(n&&(n.plainObjects||n.allowPrototypes)||!He.call(Object.prototype,t))&&(e[t]=!0);else return[e,t];return e}if(!e||typeof e!="object")return[e].concat(t);var a=e;return W(e)&&!W(t)&&(a=it(e,n)),W(e)&&W(t)?(t.forEach(function(o,i){if(He.call(e,i)){var f=e[i];f&&typeof f=="object"&&o&&typeof o=="object"?e[i]=r(f,o,n):e.push(o)}else e[i]=o}),e):Object.keys(t).reduce(function(o,i){var f=t[i];return He.call(o,i)?o[i]=r(o[i],f,n):o[i]=f,o},a)},Ta=function(e,t){return Object.keys(t).reduce(function(n,a){return n[a]=t[a],n},e)},Ca=function(r,e,t){var n=r.replace(/\+/g," ");if(t==="iso-8859-1")return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch{return n}},Ke=1024,Oa=function(e,t,n,a,o){if(e.length===0)return e;var i=e;if(typeof e=="symbol"?i=Symbol.prototype.toString.call(e):typeof e!="string"&&(i=String(e)),n==="iso-8859-1")return escape(i).replace(/%u[0-9a-f]{4}/gi,function(d){return"%26%23"+parseInt(d.slice(2),16)+"%3B"});for(var f="",l=0;l<i.length;l+=Ke){for(var u=i.length>=Ke?i.slice(l,l+Ke):i,s=[],p=0;p<u.length;++p){var c=u.charCodeAt(p);if(c===45||c===46||c===95||c===126||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||o===$a.RFC1738&&(c===40||c===41)){s[s.length]=u.charAt(p);continue}if(c<128){s[s.length]=T[c];continue}if(c<2048){s[s.length]=T[192|c>>6]+T[128|c&63];continue}if(c<55296||c>=57344){s[s.length]=T[224|c>>12]+T[128|c>>6&63]+T[128|c&63];continue}p+=1,c=65536+((c&1023)<<10|u.charCodeAt(p)&1023),s[s.length]=T[240|c>>18]+T[128|c>>12&63]+T[128|c>>6&63]+T[128|c&63]}f+=s.join("")}return f},Ra=function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],a=0;a<t.length;++a)for(var o=t[a],i=o.obj[o.prop],f=Object.keys(i),l=0;l<f.length;++l){var u=f[l],s=i[u];typeof s=="object"&&s!==null&&n.indexOf(s)===-1&&(t.push({obj:i,prop:u}),n.push(s))}return xa(t),e},Da=function(e){return Object.prototype.toString.call(e)==="[object RegExp]"},_a=function(e){return!e||typeof e!="object"?!1:!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},Ma=function(e,t){return[].concat(e,t)},Na=function(e,t){if(W(e)){for(var n=[],a=0;a<e.length;a+=1)n.push(t(e[a]));return n}return t(e)},lt={arrayToObject:it,assign:Ta,combine:Ma,compact:Ra,decode:Ca,encode:Oa,isBuffer:_a,isRegExp:Da,maybeMap:Na,merge:Ia},ft=Ea,Ae=lt,se=yr,Ba=Object.prototype.hasOwnProperty,ut={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},C=Array.isArray,Ua=Array.prototype.push,ct=function(r,e){Ua.apply(r,C(e)?e:[e])},Fa=Date.prototype.toISOString,Ur=se.default,E={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:Ae.encode,encodeValuesOnly:!1,format:Ur,formatter:se.formatters[Ur],indices:!1,serializeDate:function(e){return Fa.call(e)},skipNulls:!1,strictNullHandling:!1},La=function(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"||typeof e=="symbol"||typeof e=="bigint"},Ve={},Wa=function r(e,t,n,a,o,i,f,l,u,s,p,c,d,y,m,g,S,P){for(var h=e,R=P,F=0,ae=!1;(R=R.get(Ve))!==void 0&&!ae;){var z=R.get(e);if(F+=1,typeof z<"u"){if(z===F)throw new RangeError("Cyclic object value");ae=!0}typeof R.get(Ve)>"u"&&(F=0)}if(typeof s=="function"?h=s(t,h):h instanceof Date?h=d(h):n==="comma"&&C(h)&&(h=Ae.maybeMap(h,function(_e){return _e instanceof Date?d(_e):_e})),h===null){if(i)return u&&!g?u(t,E.encoder,S,"key",y):t;h=""}if(La(h)||Ae.isBuffer(h)){if(u){var me=g?t:u(t,E.encoder,S,"key",y);return[m(me)+"="+m(u(h,E.encoder,S,"value",y))]}return[m(t)+"="+m(String(h))]}var L=[];if(typeof h>"u")return L;var D;if(n==="comma"&&C(h))g&&u&&(h=Ae.maybeMap(h,u)),D=[{value:h.length>0?h.join(",")||null:void 0}];else if(C(s))D=s;else{var he=Object.keys(h);D=p?he.sort(p):he}var H=l?t.replace(/\./g,"%2E"):t,I=a&&C(h)&&h.length===1?H+"[]":H;if(o&&C(h)&&h.length===0)return I+"[]";for(var _=0;_<D.length;++_){var M=D[_],oe=typeof M=="object"&&typeof M.value<"u"?M.value:h[M];if(!(f&&oe===null)){var De=c&&l?M.replace(/\./g,"%2E"):M,ht=C(h)?typeof n=="function"?n(I,De):I:I+(c?"."+De:"["+De+"]");P.set(e,F);var dr=ft();dr.set(Ve,P),ct(L,r(oe,ht,n,a,o,i,f,l,n==="comma"&&g&&C(h)?null:u,s,p,c,d,y,m,g,S,dr))}}return L},qa=function(e){if(!e)return E;if(typeof e.allowEmptyArrays<"u"&&typeof e.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof e.encodeDotInKeys<"u"&&typeof e.encodeDotInKeys!="boolean")throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(e.encoder!==null&&typeof e.encoder<"u"&&typeof e.encoder!="function")throw new TypeError("Encoder has to be a function.");var t=e.charset||E.charset;if(typeof e.charset<"u"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=se.default;if(typeof e.format<"u"){if(!Ba.call(se.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var a=se.formatters[n],o=E.filter;(typeof e.filter=="function"||C(e.filter))&&(o=e.filter);var i;if(e.arrayFormat in ut?i=e.arrayFormat:"indices"in e?i=e.indices?"indices":"repeat":i=E.arrayFormat,"commaRoundTrip"in e&&typeof e.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var f=typeof e.allowDots>"u"?e.encodeDotInKeys===!0?!0:E.allowDots:!!e.allowDots;return{addQueryPrefix:typeof e.addQueryPrefix=="boolean"?e.addQueryPrefix:E.addQueryPrefix,allowDots:f,allowEmptyArrays:typeof e.allowEmptyArrays=="boolean"?!!e.allowEmptyArrays:E.allowEmptyArrays,arrayFormat:i,charset:t,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:E.charsetSentinel,commaRoundTrip:e.commaRoundTrip,delimiter:typeof e.delimiter>"u"?E.delimiter:e.delimiter,encode:typeof e.encode=="boolean"?e.encode:E.encode,encodeDotInKeys:typeof e.encodeDotInKeys=="boolean"?e.encodeDotInKeys:E.encodeDotInKeys,encoder:typeof e.encoder=="function"?e.encoder:E.encoder,encodeValuesOnly:typeof e.encodeValuesOnly=="boolean"?e.encodeValuesOnly:E.encodeValuesOnly,filter:o,format:n,formatter:a,serializeDate:typeof e.serializeDate=="function"?e.serializeDate:E.serializeDate,skipNulls:typeof e.skipNulls=="boolean"?e.skipNulls:E.skipNulls,sort:typeof e.sort=="function"?e.sort:null,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:E.strictNullHandling}},Ga=function(r,e){var t=r,n=qa(e),a,o;typeof n.filter=="function"?(o=n.filter,t=o("",t)):C(n.filter)&&(o=n.filter,a=o);var i=[];if(typeof t!="object"||t===null)return"";var f=ut[n.arrayFormat],l=f==="comma"&&n.commaRoundTrip;a||(a=Object.keys(t)),n.sort&&a.sort(n.sort);for(var u=ft(),s=0;s<a.length;++s){var p=a[s];n.skipNulls&&t[p]===null||ct(i,Wa(t[p],p,f,l,n.allowEmptyArrays,n.strictNullHandling,n.skipNulls,n.encodeDotInKeys,n.encode?n.encoder:null,n.filter,n.sort,n.allowDots,n.serializeDate,n.format,n.formatter,n.encodeValuesOnly,n.charset,u))}var c=i.join(n.delimiter),d=n.addQueryPrefix===!0?"?":"";return n.charsetSentinel&&(n.charset==="iso-8859-1"?d+="utf8=%26%2310003%3B&":d+="utf8=%E2%9C%93&"),c.length>0?d+c:""},re=lt,tr=Object.prototype.hasOwnProperty,ka=Array.isArray,b={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:re.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1},za=function(r){return r.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})},st=function(r,e){return r&&typeof r=="string"&&e.comma&&r.indexOf(",")>-1?r.split(","):r},Ha="utf8=%26%2310003%3B",Ka="utf8=%E2%9C%93",Va=function(e,t){var n={__proto__:null},a=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;a=a.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var o=t.parameterLimit===1/0?void 0:t.parameterLimit,i=a.split(t.delimiter,o),f=-1,l,u=t.charset;if(t.charsetSentinel)for(l=0;l<i.length;++l)i[l].indexOf("utf8=")===0&&(i[l]===Ka?u="utf-8":i[l]===Ha&&(u="iso-8859-1"),f=l,l=i.length);for(l=0;l<i.length;++l)if(l!==f){var s=i[l],p=s.indexOf("]="),c=p===-1?s.indexOf("="):p+1,d,y;c===-1?(d=t.decoder(s,b.decoder,u,"key"),y=t.strictNullHandling?null:""):(d=t.decoder(s.slice(0,c),b.decoder,u,"key"),y=re.maybeMap(st(s.slice(c+1),t),function(g){return t.decoder(g,b.decoder,u,"value")})),y&&t.interpretNumericEntities&&u==="iso-8859-1"&&(y=za(y)),s.indexOf("[]=")>-1&&(y=ka(y)?[y]:y);var m=tr.call(n,d);m&&t.duplicates==="combine"?n[d]=re.combine(n[d],y):(!m||t.duplicates==="last")&&(n[d]=y)}return n},Qa=function(r,e,t,n){for(var a=n?e:st(e,t),o=r.length-1;o>=0;--o){var i,f=r[o];if(f==="[]"&&t.parseArrays)i=t.allowEmptyArrays&&(a===""||t.strictNullHandling&&a===null)?[]:[].concat(a);else{i=t.plainObjects?Object.create(null):{};var l=f.charAt(0)==="["&&f.charAt(f.length-1)==="]"?f.slice(1,-1):f,u=t.decodeDotInKeys?l.replace(/%2E/g,"."):l,s=parseInt(u,10);!t.parseArrays&&u===""?i={0:a}:!isNaN(s)&&f!==u&&String(s)===u&&s>=0&&t.parseArrays&&s<=t.arrayLimit?(i=[],i[s]=a):u!=="__proto__"&&(i[u]=a)}a=i}return a},ja=function(e,t,n,a){if(e){var o=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,i=/(\[[^[\]]*])/,f=/(\[[^[\]]*])/g,l=n.depth>0&&i.exec(o),u=l?o.slice(0,l.index):o,s=[];if(u){if(!n.plainObjects&&tr.call(Object.prototype,u)&&!n.allowPrototypes)return;s.push(u)}for(var p=0;n.depth>0&&(l=f.exec(o))!==null&&p<n.depth;){if(p+=1,!n.plainObjects&&tr.call(Object.prototype,l[1].slice(1,-1))&&!n.allowPrototypes)return;s.push(l[1])}if(l){if(n.strictDepth===!0)throw new RangeError("Input depth exceeded depth option of "+n.depth+" and strictDepth is true");s.push("["+o.slice(l.index)+"]")}return Qa(s,t,n,a)}},Ja=function(e){if(!e)return b;if(typeof e.allowEmptyArrays<"u"&&typeof e.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof e.decodeDotInKeys<"u"&&typeof e.decodeDotInKeys!="boolean")throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(e.decoder!==null&&typeof e.decoder<"u"&&typeof e.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof e.charset<"u"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=typeof e.charset>"u"?b.charset:e.charset,n=typeof e.duplicates>"u"?b.duplicates:e.duplicates;if(n!=="combine"&&n!=="first"&&n!=="last")throw new TypeError("The duplicates option must be either combine, first, or last");var a=typeof e.allowDots>"u"?e.decodeDotInKeys===!0?!0:b.allowDots:!!e.allowDots;return{allowDots:a,allowEmptyArrays:typeof e.allowEmptyArrays=="boolean"?!!e.allowEmptyArrays:b.allowEmptyArrays,allowPrototypes:typeof e.allowPrototypes=="boolean"?e.allowPrototypes:b.allowPrototypes,allowSparse:typeof e.allowSparse=="boolean"?e.allowSparse:b.allowSparse,arrayLimit:typeof e.arrayLimit=="number"?e.arrayLimit:b.arrayLimit,charset:t,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:b.charsetSentinel,comma:typeof e.comma=="boolean"?e.comma:b.comma,decodeDotInKeys:typeof e.decodeDotInKeys=="boolean"?e.decodeDotInKeys:b.decodeDotInKeys,decoder:typeof e.decoder=="function"?e.decoder:b.decoder,delimiter:typeof e.delimiter=="string"||re.isRegExp(e.delimiter)?e.delimiter:b.delimiter,depth:typeof e.depth=="number"||e.depth===!1?+e.depth:b.depth,duplicates:n,ignoreQueryPrefix:e.ignoreQueryPrefix===!0,interpretNumericEntities:typeof e.interpretNumericEntities=="boolean"?e.interpretNumericEntities:b.interpretNumericEntities,parameterLimit:typeof e.parameterLimit=="number"?e.parameterLimit:b.parameterLimit,parseArrays:e.parseArrays!==!1,plainObjects:typeof e.plainObjects=="boolean"?e.plainObjects:b.plainObjects,strictDepth:typeof e.strictDepth=="boolean"?!!e.strictDepth:b.strictDepth,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:b.strictNullHandling}},Xa=function(r,e){var t=Ja(e);if(r===""||r===null||typeof r>"u")return t.plainObjects?Object.create(null):{};for(var n=typeof r=="string"?Va(r,t):r,a=t.plainObjects?Object.create(null):{},o=Object.keys(n),i=0;i<o.length;++i){var f=o[i],l=ja(f,n[f],t,typeof r=="string");a=re.merge(a,l,t)}return t.allowSparse===!0?a:re.compact(a)},Ya=Ga,Za=Xa,eo=yr,ro={formats:eo,parse:Za,stringify:Ya};const to=J.getDefaultExportFromCjs(ro);function Fr(r){if(!Array.isArray(r))throw new TypeError("Middleware stack must be an array!");for(const e of r)if(typeof e!="function")throw new TypeError("Middleware must be composed of functions!");return function(e,t){let n=-1;return a(0);function a(o){if(o<=n)return Promise.reject(new Error("next() called multiple times"));n=o;let i=r[o];if(o===r.length&&(i=t),!i)return Promise.resolve();try{return Promise.resolve(i(e,a.bind(null,o+1)))}catch(f){return Promise.reject(f)}}}}const w={app:null,appPending:!0,appCb:[],services:new Map,servicePending:new Map,serviceCb:new Map,config:null,configPending:!1,configCb:[]};async function no(r){if(w.config)return w.config;if(w.configPending)return new Promise(t=>{w.configCb.push(n=>t(n))});w.configPending=!0;const e=await r();return w.config=e,w.configCb.forEach(t=>t(e)),w.configCb=[],w.configPending=!1,e}class pt{constructor(e={},t){x(this,"options");x(this,"apis",[]);x(this,"middlewares",[]);x(this,"defaultMiddlewares",[async(e,t)=>{try{await t()}catch(n){e.res.body=n.message||""}}]);x(this,"api404");x(this,"fnMiddleware");x(this,"getId");x(this,"extensions",new Map);x(this,"onDestroyCbs",[]);x(this,"config");x(this,"apiList");this.options={...e,baseUrl:e.baseUrl??"/"},this.options.baseUrl=this.options.baseUrl.split("/").map(a=>encodeURIComponent(a)).join("/"),this.middlewares.push(...this.defaultMiddlewares),this.middlewares.push(...e.middlewares||[]);const n=((e==null?void 0:e.apis)??[]).sort((a,o)=>{const i=o.path.substr(-1,1),f=i==="*"?0:i==="/"?.1:.2,l=a.path.substr(-1,1),u=l==="*"?0:l==="/"?.1:.2;return o.path.split("/").length+f-(a.path.split("/").length+u)}).map(a=>({...a,method:a.method??(e==null?void 0:e.defaultMethod)??"post"}));this.apiList=n,this.apis=n.filter(a=>!a.disabled),this.api404={path:"*",method:"all",action:(a,o)=>{throw o.res.status=404,Error("Not Found")}},this.fnMiddleware=Fr(this.middlewares),this.getId=J.useSoonIdGen({workerId:e.workId}),this.init(t)}async init(e){var t,n,a,o;try{if(this.options.config){const i=await this.options.config();this.config=i}await((n=(t=this.options)==null?void 0:t.onInit)==null?void 0:n.call(t,this)),w.app=this,w.appPending=!1,w.appCb.forEach(i=>i(this)),await((o=(a=this.options)==null?void 0:a.onReady)==null?void 0:o.call(a,this)),e==null||e(null,this)}catch(i){e==null||e(i,this)}}async fetchRaw(e,t,n){var c,d;const a=(n==null?void 0:n.url)??e,o=new URL(a,"http://localhost"),i=this.getId(),f={baseUrl:this.options.baseUrl??"",headers:(n==null?void 0:n.headers)??{},method:(n==null?void 0:n.method)??this.options.defaultMethod??"post",body:(n==null?void 0:n.body)??t,params:{},path:o.pathname,queryString:n!=null&&n.query?"?"+to.stringify(n.query):o.search,query:(n==null?void 0:n.query)??Object.fromEntries(o.searchParams),url:a,reqId:i,requestId:i,ip:(n==null?void 0:n.ip)??"",namespace:(n==null?void 0:n.namespace)??"default"};let l=this.api404;for(let y=0;y<this.apis.length;y++){const m=this.apis[y];if((m.namespace??"default")===f.namespace&&(m.method==="all"||m.method===((d=(c=f.method)==null?void 0:c.toLowerCase)==null?void 0:d.call(c)))){const P=St((this.options.baseUrl??"")+m.path,{loose:!1,trailing:!1})(f.path);if(P){f.params=P.params,l=m;break}}}const u={body:void 0,headers:{},status:200},s={app:this,currentAPI:l,req:f,request:f,reqId:i,requestId:i,res:u,response:u,platform:n==null?void 0:n.platform,config:this.config,meta:l.meta??{},service:{}},p=async()=>{var g,S;let y=f.body;if(l.bodySchema)if((g=l.bodySchema)!=null&&g.parse)try{y=l.bodySchema.parse(f.body)}catch(P){u.status=400;const h=(S=P==null?void 0:P.issues)==null?void 0:S[0];throw h&&(h.message=(h.path??[]).join(".")+" "+h.message),h?{...h,code:0}:new Error("参数错误")}else throw u.status=500,new Error("bodySchema must be ZodType");const m=await l.action(y,s);m!==void 0&&(u.body=m)};if(l.middlewares&&l.middlewares.length>0){const y=Fr(l.middlewares),m=async()=>await y(s,p);n!=null&&n.noPublicMiddleware?await m:await this.fnMiddleware(s,m)}else n!=null&&n.noPublicMiddleware?await this.fnMiddleware(s,p):await p();return s.res}async fetch(e,t,n){return(await this.fetchRaw(e,t,n)).body}async action(e,t,n){const a={...n??{},url:(n==null?void 0:n.url)??e,noPublicMiddleware:!0};return await this.fetch(e,t,a)}mount(e,t){this.extensions.set(e,t)}get(e){return this.extensions.get(e)}onUnloadService(e){this.onDestroyCbs.push(e)}async unloadService(){return Promise.all(this.onDestroyCbs.map(e=>e==null?void 0:e()))}get baseUrl(){return this.options.baseUrl??""}}const yt=Symbol("soon-api");function ao(r){const e={...r};return e._soon_symbol=yt,e}const dt=Symbol("soon-service");function oo(r){async function e(){var o;const t=r.service;let n=w.services.get(t);if(n)return n;if(w.servicePending.get(t)){let i=w.serviceCb.get(t);return i||(i=[],w.serviceCb.set(t,i)),new Promise(f=>{i.push(l=>f(l))})}return w.servicePending.set(t,!0),await new Promise(i=>{w.app?i(1):w.appCb.push(()=>i(1))}),n=await t(w.app),w.services.set(t,n),(o=w.serviceCb.get(t))==null||o.forEach(i=>i(n)),w.serviceCb.delete(t),w.servicePending.delete(t),n}return e._soon_symbol=dt,e.serviceName=(r==null?void 0:r.serviceName)??"",e.autoInject=(r==null?void 0:r.autoInject)??!1,e.enableClient=(r==null?void 0:r.enableClient)??!1,e}function io(r){return r}function lo(r){return async function(){return await no(r)}}async function fo(r){return await new Promise((e,t)=>{new pt(r,(n,a)=>{if(n){t(n);return}e(a)})})}class uo extends Error{constructor(t,n){super(t);x(this,"code");this.code=n}}class co extends Error{constructor(t,n){super(t);x(this,"status");this.status=n}}function so({pingTime:r=0,action:e}){let t=()=>null;const n=new ir(a=>{let o;r>0&&(o=setInterval(()=>{f.closed?clearInterval(o):a.next({event:"ping",message:`: ping
|
|
5
5
|
|
|
6
6
|
`})},r));const i=[],f={send(l){try{a.next({...l,message:`${l.event?`event: ${l.event}
|
|
7
7
|
`:""}data: ${typeof l.data=="string"?l.data:JSON.stringify(l.data)}
|
package/dist/index.d.ts
CHANGED
|
@@ -19,6 +19,8 @@ export interface Extensions {
|
|
|
19
19
|
export interface Namespace {
|
|
20
20
|
default: any;
|
|
21
21
|
}
|
|
22
|
+
export interface ApiMap {
|
|
23
|
+
}
|
|
22
24
|
export { Context, SoonFetchOptions };
|
|
23
25
|
export type ReturnRealType<T extends (...args: any) => any | Promise<(...args: any) => any>, R = ReturnType<T>> = R extends Promise<infer U> ? U : R;
|
|
24
26
|
export type ReturnConfig<ConfigDefine extends () => any, T = ReturnType<ConfigDefine>> = T extends Promise<infer U> ? U : T;
|
|
@@ -41,10 +43,12 @@ export declare class SoonApp {
|
|
|
41
43
|
*/
|
|
42
44
|
fetchRaw(url: string, body?: any, soonFetchOptions?: SoonFetchOptions): Promise<Response<any>>;
|
|
43
45
|
fetch(url: string, body?: any, soonFetchOptions?: SoonFetchOptions): Promise<any>;
|
|
46
|
+
action<T extends keyof ApiMap>(url: T, body?: ApiMap[T]['body'], soonFetchOptions?: Omit<SoonFetchOptions, 'noPublicMiddleware'>): Promise<Response<ApiMap[T]['action']['body']>>;
|
|
44
47
|
mount(extensionName: string, extension: any): void;
|
|
45
48
|
get<T extends keyof Extensions>(extensionName: T): Extensions[T];
|
|
46
49
|
onUnloadService(callback: () => void): void;
|
|
47
50
|
unloadService(): Promise<void[]>;
|
|
51
|
+
get baseUrl(): string;
|
|
48
52
|
}
|
|
49
53
|
export declare const soonApiSymbol: unique symbol;
|
|
50
54
|
/**
|