dts-linter 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/server.js DELETED
@@ -1,307 +0,0 @@
1
- #!/usr/bin/env node
2
- "use strict";var bB=Object.create;var qm=Object.defineProperty;var _B=Object.getOwnPropertyDescriptor;var SB=Object.getOwnPropertyNames;var NB=Object.getPrototypeOf,PB=Object.prototype.hasOwnProperty;var P=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),RB=(t,e)=>{for(var r in e)qm(t,r,{get:e[r],enumerable:!0})},EB=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of SB(e))!PB.call(t,i)&&i!==r&&qm(t,i,{get:()=>e[i],enumerable:!(n=_B(e,i))||n.enumerable});return t};var M=(t,e,r)=>(r=t!=null?bB(NB(t)):{},EB(e||!t||!t.__esModule?qm(r,"default",{value:t,enumerable:!0}):r,t));var zu=P(xt=>{"use strict";Object.defineProperty(xt,"__esModule",{value:!0});xt.thenable=xt.typedArray=xt.stringArray=xt.array=xt.func=xt.error=xt.number=xt.string=xt.boolean=void 0;function wB(t){return t===!0||t===!1}xt.boolean=wB;function US(t){return typeof t=="string"||t instanceof String}xt.string=US;function kB(t){return typeof t=="number"||t instanceof Number}xt.number=kB;function CB(t){return t instanceof Error}xt.error=CB;function HS(t){return typeof t=="function"}xt.func=HS;function VS(t){return Array.isArray(t)}xt.array=VS;function DB(t){return VS(t)&&t.every(e=>US(e))}xt.stringArray=DB;function AB(t,e){return Array.isArray(t)&&t.every(e)}xt.typedArray=AB;function IB(t){return t&&HS(t.then)}xt.thenable=IB});var Ro=P(ar=>{"use strict";Object.defineProperty(ar,"__esModule",{value:!0});ar.stringArray=ar.array=ar.func=ar.error=ar.number=ar.string=ar.boolean=void 0;function OB(t){return t===!0||t===!1}ar.boolean=OB;function zS(t){return typeof t=="string"||t instanceof String}ar.string=zS;function xB(t){return typeof t=="number"||t instanceof Number}ar.number=xB;function MB(t){return t instanceof Error}ar.error=MB;function qB(t){return typeof t=="function"}ar.func=qB;function WS(t){return Array.isArray(t)}ar.array=WS;function LB(t){return WS(t)&&t.every(e=>zS(e))}ar.stringArray=LB});var ag=P(ae=>{"use strict";Object.defineProperty(ae,"__esModule",{value:!0});ae.Message=ae.NotificationType9=ae.NotificationType8=ae.NotificationType7=ae.NotificationType6=ae.NotificationType5=ae.NotificationType4=ae.NotificationType3=ae.NotificationType2=ae.NotificationType1=ae.NotificationType0=ae.NotificationType=ae.RequestType9=ae.RequestType8=ae.RequestType7=ae.RequestType6=ae.RequestType5=ae.RequestType4=ae.RequestType3=ae.RequestType2=ae.RequestType1=ae.RequestType=ae.RequestType0=ae.AbstractMessageSignature=ae.ParameterStructures=ae.ResponseError=ae.ErrorCodes=void 0;var Ls=Ro(),Lm;(function(t){t.ParseError=-32700,t.InvalidRequest=-32600,t.MethodNotFound=-32601,t.InvalidParams=-32602,t.InternalError=-32603,t.jsonrpcReservedErrorRangeStart=-32099,t.serverErrorStart=-32099,t.MessageWriteError=-32099,t.MessageReadError=-32098,t.PendingResponseRejected=-32097,t.ConnectionInactive=-32096,t.ServerNotInitialized=-32002,t.UnknownErrorCode=-32001,t.jsonrpcReservedErrorRangeEnd=-32e3,t.serverErrorEnd=-32e3})(Lm||(ae.ErrorCodes=Lm={}));var $m=class t extends Error{constructor(e,r,n){super(r),this.code=Ls.number(e)?e:Lm.UnknownErrorCode,this.data=n,Object.setPrototypeOf(this,t.prototype)}toJson(){let e={code:this.code,message:this.message};return this.data!==void 0&&(e.data=this.data),e}};ae.ResponseError=$m;var Er=class t{constructor(e){this.kind=e}static is(e){return e===t.auto||e===t.byName||e===t.byPosition}toString(){return this.kind}};ae.ParameterStructures=Er;Er.auto=new Er("auto");Er.byPosition=new Er("byPosition");Er.byName=new Er("byName");var ft=class{constructor(e,r){this.method=e,this.numberOfParams=r}get parameterStructures(){return Er.auto}};ae.AbstractMessageSignature=ft;var Bm=class extends ft{constructor(e){super(e,0)}};ae.RequestType0=Bm;var Fm=class extends ft{constructor(e,r=Er.auto){super(e,1),this._parameterStructures=r}get parameterStructures(){return this._parameterStructures}};ae.RequestType=Fm;var jm=class extends ft{constructor(e,r=Er.auto){super(e,1),this._parameterStructures=r}get parameterStructures(){return this._parameterStructures}};ae.RequestType1=jm;var Um=class extends ft{constructor(e){super(e,2)}};ae.RequestType2=Um;var Hm=class extends ft{constructor(e){super(e,3)}};ae.RequestType3=Hm;var Vm=class extends ft{constructor(e){super(e,4)}};ae.RequestType4=Vm;var zm=class extends ft{constructor(e){super(e,5)}};ae.RequestType5=zm;var Wm=class extends ft{constructor(e){super(e,6)}};ae.RequestType6=Wm;var Gm=class extends ft{constructor(e){super(e,7)}};ae.RequestType7=Gm;var Ym=class extends ft{constructor(e){super(e,8)}};ae.RequestType8=Ym;var Km=class extends ft{constructor(e){super(e,9)}};ae.RequestType9=Km;var Xm=class extends ft{constructor(e,r=Er.auto){super(e,1),this._parameterStructures=r}get parameterStructures(){return this._parameterStructures}};ae.NotificationType=Xm;var Jm=class extends ft{constructor(e){super(e,0)}};ae.NotificationType0=Jm;var Qm=class extends ft{constructor(e,r=Er.auto){super(e,1),this._parameterStructures=r}get parameterStructures(){return this._parameterStructures}};ae.NotificationType1=Qm;var Zm=class extends ft{constructor(e){super(e,2)}};ae.NotificationType2=Zm;var eg=class extends ft{constructor(e){super(e,3)}};ae.NotificationType3=eg;var tg=class extends ft{constructor(e){super(e,4)}};ae.NotificationType4=tg;var rg=class extends ft{constructor(e){super(e,5)}};ae.NotificationType5=rg;var ng=class extends ft{constructor(e){super(e,6)}};ae.NotificationType6=ng;var ig=class extends ft{constructor(e){super(e,7)}};ae.NotificationType7=ig;var sg=class extends ft{constructor(e){super(e,8)}};ae.NotificationType8=sg;var og=class extends ft{constructor(e){super(e,9)}};ae.NotificationType9=og;var GS;(function(t){function e(i){let s=i;return s&&Ls.string(s.method)&&(Ls.string(s.id)||Ls.number(s.id))}t.isRequest=e;function r(i){let s=i;return s&&Ls.string(s.method)&&i.id===void 0}t.isNotification=r;function n(i){let s=i;return s&&(s.result!==void 0||!!s.error)&&(Ls.string(s.id)||Ls.number(s.id)||s.id===null)}t.isResponse=n})(GS||(ae.Message=GS={}))});var lg=P(Fi=>{"use strict";var YS;Object.defineProperty(Fi,"__esModule",{value:!0});Fi.LRUCache=Fi.LinkedMap=Fi.Touch=void 0;var cr;(function(t){t.None=0,t.First=1,t.AsOld=t.First,t.Last=2,t.AsNew=t.Last})(cr||(Fi.Touch=cr={}));var Wu=class{constructor(){this[YS]="LinkedMap",this._map=new Map,this._head=void 0,this._tail=void 0,this._size=0,this._state=0}clear(){this._map.clear(),this._head=void 0,this._tail=void 0,this._size=0,this._state++}isEmpty(){return!this._head&&!this._tail}get size(){return this._size}get first(){return this._head?.value}get last(){return this._tail?.value}has(e){return this._map.has(e)}get(e,r=cr.None){let n=this._map.get(e);if(n)return r!==cr.None&&this.touch(n,r),n.value}set(e,r,n=cr.None){let i=this._map.get(e);if(i)i.value=r,n!==cr.None&&this.touch(i,n);else{switch(i={key:e,value:r,next:void 0,previous:void 0},n){case cr.None:this.addItemLast(i);break;case cr.First:this.addItemFirst(i);break;case cr.Last:this.addItemLast(i);break;default:this.addItemLast(i);break}this._map.set(e,i),this._size++}return this}delete(e){return!!this.remove(e)}remove(e){let r=this._map.get(e);if(r)return this._map.delete(e),this.removeItem(r),this._size--,r.value}shift(){if(!this._head&&!this._tail)return;if(!this._head||!this._tail)throw new Error("Invalid list");let e=this._head;return this._map.delete(e.key),this.removeItem(e),this._size--,e.value}forEach(e,r){let n=this._state,i=this._head;for(;i;){if(r?e.bind(r)(i.value,i.key,this):e(i.value,i.key,this),this._state!==n)throw new Error("LinkedMap got modified during iteration.");i=i.next}}keys(){let e=this._state,r=this._head,n={[Symbol.iterator]:()=>n,next:()=>{if(this._state!==e)throw new Error("LinkedMap got modified during iteration.");if(r){let i={value:r.key,done:!1};return r=r.next,i}else return{value:void 0,done:!0}}};return n}values(){let e=this._state,r=this._head,n={[Symbol.iterator]:()=>n,next:()=>{if(this._state!==e)throw new Error("LinkedMap got modified during iteration.");if(r){let i={value:r.value,done:!1};return r=r.next,i}else return{value:void 0,done:!0}}};return n}entries(){let e=this._state,r=this._head,n={[Symbol.iterator]:()=>n,next:()=>{if(this._state!==e)throw new Error("LinkedMap got modified during iteration.");if(r){let i={value:[r.key,r.value],done:!1};return r=r.next,i}else return{value:void 0,done:!0}}};return n}[(YS=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}trimOld(e){if(e>=this.size)return;if(e===0){this.clear();return}let r=this._head,n=this.size;for(;r&&n>e;)this._map.delete(r.key),r=r.next,n--;this._head=r,this._size=n,r&&(r.previous=void 0),this._state++}addItemFirst(e){if(!this._head&&!this._tail)this._tail=e;else if(this._head)e.next=this._head,this._head.previous=e;else throw new Error("Invalid list");this._head=e,this._state++}addItemLast(e){if(!this._head&&!this._tail)this._head=e;else if(this._tail)e.previous=this._tail,this._tail.next=e;else throw new Error("Invalid list");this._tail=e,this._state++}removeItem(e){if(e===this._head&&e===this._tail)this._head=void 0,this._tail=void 0;else if(e===this._head){if(!e.next)throw new Error("Invalid list");e.next.previous=void 0,this._head=e.next}else if(e===this._tail){if(!e.previous)throw new Error("Invalid list");e.previous.next=void 0,this._tail=e.previous}else{let r=e.next,n=e.previous;if(!r||!n)throw new Error("Invalid list");r.previous=n,n.next=r}e.next=void 0,e.previous=void 0,this._state++}touch(e,r){if(!this._head||!this._tail)throw new Error("Invalid list");if(!(r!==cr.First&&r!==cr.Last)){if(r===cr.First){if(e===this._head)return;let n=e.next,i=e.previous;e===this._tail?(i.next=void 0,this._tail=i):(n.previous=i,i.next=n),e.previous=void 0,e.next=this._head,this._head.previous=e,this._head=e,this._state++}else if(r===cr.Last){if(e===this._tail)return;let n=e.next,i=e.previous;e===this._head?(n.previous=void 0,this._head=n):(n.previous=i,i.next=n),e.next=void 0,e.previous=this._tail,this._tail.next=e,this._tail=e,this._state++}}}toJSON(){let e=[];return this.forEach((r,n)=>{e.push([n,r])}),e}fromJSON(e){this.clear();for(let[r,n]of e)this.set(r,n)}};Fi.LinkedMap=Wu;var cg=class extends Wu{constructor(e,r=1){super(),this._limit=e,this._ratio=Math.min(Math.max(0,r),1)}get limit(){return this._limit}set limit(e){this._limit=e,this.checkTrim()}get ratio(){return this._ratio}set ratio(e){this._ratio=Math.min(Math.max(0,e),1),this.checkTrim()}get(e,r=cr.AsNew){return super.get(e,r)}peek(e){return super.get(e,cr.None)}set(e,r){return super.set(e,r,cr.Last),this.checkTrim(),this}checkTrim(){this.size>this._limit&&this.trimOld(Math.round(this._limit*this._ratio))}};Fi.LRUCache=cg});var XS=P(Gu=>{"use strict";Object.defineProperty(Gu,"__esModule",{value:!0});Gu.Disposable=void 0;var KS;(function(t){function e(r){return{dispose:r}}t.create=e})(KS||(Gu.Disposable=KS={}))});var ji=P(fg=>{"use strict";Object.defineProperty(fg,"__esModule",{value:!0});var ug;function dg(){if(ug===void 0)throw new Error("No runtime abstraction layer installed");return ug}(function(t){function e(r){if(r===void 0)throw new Error("No runtime abstraction layer provided");ug=r}t.install=e})(dg||(dg={}));fg.default=dg});var wo=P(Eo=>{"use strict";Object.defineProperty(Eo,"__esModule",{value:!0});Eo.Emitter=Eo.Event=void 0;var $B=ji(),JS;(function(t){let e={dispose(){}};t.None=function(){return e}})(JS||(Eo.Event=JS={}));var pg=class{add(e,r=null,n){this._callbacks||(this._callbacks=[],this._contexts=[]),this._callbacks.push(e),this._contexts.push(r),Array.isArray(n)&&n.push({dispose:()=>this.remove(e,r)})}remove(e,r=null){if(!this._callbacks)return;let n=!1;for(let i=0,s=this._callbacks.length;i<s;i++)if(this._callbacks[i]===e)if(this._contexts[i]===r){this._callbacks.splice(i,1),this._contexts.splice(i,1);return}else n=!0;if(n)throw new Error("When adding a listener with a context, you should remove it with the same context")}invoke(...e){if(!this._callbacks)return[];let r=[],n=this._callbacks.slice(0),i=this._contexts.slice(0);for(let s=0,o=n.length;s<o;s++)try{r.push(n[s].apply(i[s],e))}catch(a){(0,$B.default)().console.error(a)}return r}isEmpty(){return!this._callbacks||this._callbacks.length===0}dispose(){this._callbacks=void 0,this._contexts=void 0}},Yu=class t{constructor(e){this._options=e}get event(){return this._event||(this._event=(e,r,n)=>{this._callbacks||(this._callbacks=new pg),this._options&&this._options.onFirstListenerAdd&&this._callbacks.isEmpty()&&this._options.onFirstListenerAdd(this),this._callbacks.add(e,r);let i={dispose:()=>{this._callbacks&&(this._callbacks.remove(e,r),i.dispose=t._noop,this._options&&this._options.onLastListenerRemove&&this._callbacks.isEmpty()&&this._options.onLastListenerRemove(this))}};return Array.isArray(n)&&n.push(i),i}),this._event}fire(e){this._callbacks&&this._callbacks.invoke.call(this._callbacks,e)}dispose(){this._callbacks&&(this._callbacks.dispose(),this._callbacks=void 0)}};Eo.Emitter=Yu;Yu._noop=function(){}});var Ju=P(ko=>{"use strict";Object.defineProperty(ko,"__esModule",{value:!0});ko.CancellationTokenSource=ko.CancellationToken=void 0;var BB=ji(),FB=Ro(),hg=wo(),Ku;(function(t){t.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:hg.Event.None}),t.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:hg.Event.None});function e(r){let n=r;return n&&(n===t.None||n===t.Cancelled||FB.boolean(n.isCancellationRequested)&&!!n.onCancellationRequested)}t.is=e})(Ku||(ko.CancellationToken=Ku={}));var jB=Object.freeze(function(t,e){let r=(0,BB.default)().timer.setTimeout(t.bind(e),0);return{dispose(){r.dispose()}}}),Xu=class{constructor(){this._isCancelled=!1}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))}get isCancellationRequested(){return this._isCancelled}get onCancellationRequested(){return this._isCancelled?jB:(this._emitter||(this._emitter=new hg.Emitter),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=void 0)}},mg=class{get token(){return this._token||(this._token=new Xu),this._token}cancel(){this._token?this._token.cancel():this._token=Ku.Cancelled}dispose(){this._token?this._token instanceof Xu&&this._token.dispose():this._token=Ku.None}};ko.CancellationTokenSource=mg});var QS=P(Co=>{"use strict";Object.defineProperty(Co,"__esModule",{value:!0});Co.SharedArrayReceiverStrategy=Co.SharedArraySenderStrategy=void 0;var UB=Ju(),ac;(function(t){t.Continue=0,t.Cancelled=1})(ac||(ac={}));var gg=class{constructor(){this.buffers=new Map}enableCancellation(e){if(e.id===null)return;let r=new SharedArrayBuffer(4),n=new Int32Array(r,0,1);n[0]=ac.Continue,this.buffers.set(e.id,r),e.$cancellationData=r}async sendCancellation(e,r){let n=this.buffers.get(r);if(n===void 0)return;let i=new Int32Array(n,0,1);Atomics.store(i,0,ac.Cancelled)}cleanup(e){this.buffers.delete(e)}dispose(){this.buffers.clear()}};Co.SharedArraySenderStrategy=gg;var yg=class{constructor(e){this.data=new Int32Array(e,0,1)}get isCancellationRequested(){return Atomics.load(this.data,0)===ac.Cancelled}get onCancellationRequested(){throw new Error("Cancellation over SharedArrayBuffer doesn't support cancellation events")}},vg=class{constructor(e){this.token=new yg(e)}cancel(){}dispose(){}},Tg=class{constructor(){this.kind="request"}createCancellationTokenSource(e){let r=e.$cancellationData;return r===void 0?new UB.CancellationTokenSource:new vg(r)}};Co.SharedArrayReceiverStrategy=Tg});var _g=P(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});Qu.Semaphore=void 0;var HB=ji(),bg=class{constructor(e=1){if(e<=0)throw new Error("Capacity must be greater than 0");this._capacity=e,this._active=0,this._waiting=[]}lock(e){return new Promise((r,n)=>{this._waiting.push({thunk:e,resolve:r,reject:n}),this.runNext()})}get active(){return this._active}runNext(){this._waiting.length===0||this._active===this._capacity||(0,HB.default)().timer.setImmediate(()=>this.doRunNext())}doRunNext(){if(this._waiting.length===0||this._active===this._capacity)return;let e=this._waiting.shift();if(this._active++,this._active>this._capacity)throw new Error("To many thunks active");try{let r=e.thunk();r instanceof Promise?r.then(n=>{this._active--,e.resolve(n),this.runNext()},n=>{this._active--,e.reject(n),this.runNext()}):(this._active--,e.resolve(r),this.runNext())}catch(r){this._active--,e.reject(r),this.runNext()}}};Qu.Semaphore=bg});var eN=P(Ui=>{"use strict";Object.defineProperty(Ui,"__esModule",{value:!0});Ui.ReadableStreamMessageReader=Ui.AbstractMessageReader=Ui.MessageReader=void 0;var Ng=ji(),Do=Ro(),Sg=wo(),VB=_g(),ZS;(function(t){function e(r){let n=r;return n&&Do.func(n.listen)&&Do.func(n.dispose)&&Do.func(n.onError)&&Do.func(n.onClose)&&Do.func(n.onPartialMessage)}t.is=e})(ZS||(Ui.MessageReader=ZS={}));var Zu=class{constructor(){this.errorEmitter=new Sg.Emitter,this.closeEmitter=new Sg.Emitter,this.partialMessageEmitter=new Sg.Emitter}dispose(){this.errorEmitter.dispose(),this.closeEmitter.dispose()}get onError(){return this.errorEmitter.event}fireError(e){this.errorEmitter.fire(this.asError(e))}get onClose(){return this.closeEmitter.event}fireClose(){this.closeEmitter.fire(void 0)}get onPartialMessage(){return this.partialMessageEmitter.event}firePartialMessage(e){this.partialMessageEmitter.fire(e)}asError(e){return e instanceof Error?e:new Error(`Reader received error. Reason: ${Do.string(e.message)?e.message:"unknown"}`)}};Ui.AbstractMessageReader=Zu;var Pg;(function(t){function e(r){let n,i,s,o=new Map,a,c=new Map;if(r===void 0||typeof r=="string")n=r??"utf-8";else{if(n=r.charset??"utf-8",r.contentDecoder!==void 0&&(s=r.contentDecoder,o.set(s.name,s)),r.contentDecoders!==void 0)for(let l of r.contentDecoders)o.set(l.name,l);if(r.contentTypeDecoder!==void 0&&(a=r.contentTypeDecoder,c.set(a.name,a)),r.contentTypeDecoders!==void 0)for(let l of r.contentTypeDecoders)c.set(l.name,l)}return a===void 0&&(a=(0,Ng.default)().applicationJson.decoder,c.set(a.name,a)),{charset:n,contentDecoder:s,contentDecoders:o,contentTypeDecoder:a,contentTypeDecoders:c}}t.fromOptions=e})(Pg||(Pg={}));var Rg=class extends Zu{constructor(e,r){super(),this.readable=e,this.options=Pg.fromOptions(r),this.buffer=(0,Ng.default)().messageBuffer.create(this.options.charset),this._partialMessageTimeout=1e4,this.nextMessageLength=-1,this.messageToken=0,this.readSemaphore=new VB.Semaphore(1)}set partialMessageTimeout(e){this._partialMessageTimeout=e}get partialMessageTimeout(){return this._partialMessageTimeout}listen(e){this.nextMessageLength=-1,this.messageToken=0,this.partialMessageTimer=void 0,this.callback=e;let r=this.readable.onData(n=>{this.onData(n)});return this.readable.onError(n=>this.fireError(n)),this.readable.onClose(()=>this.fireClose()),r}onData(e){try{for(this.buffer.append(e);;){if(this.nextMessageLength===-1){let n=this.buffer.tryReadHeaders(!0);if(!n)return;let i=n.get("content-length");if(!i){this.fireError(new Error(`Header must provide a Content-Length property.
3
- ${JSON.stringify(Object.fromEntries(n))}`));return}let s=parseInt(i);if(isNaN(s)){this.fireError(new Error(`Content-Length value must be a number. Got ${i}`));return}this.nextMessageLength=s}let r=this.buffer.tryReadBody(this.nextMessageLength);if(r===void 0){this.setPartialMessageTimer();return}this.clearPartialMessageTimer(),this.nextMessageLength=-1,this.readSemaphore.lock(async()=>{let n=this.options.contentDecoder!==void 0?await this.options.contentDecoder.decode(r):r,i=await this.options.contentTypeDecoder.decode(n,this.options);this.callback(i)}).catch(n=>{this.fireError(n)})}}catch(r){this.fireError(r)}}clearPartialMessageTimer(){this.partialMessageTimer&&(this.partialMessageTimer.dispose(),this.partialMessageTimer=void 0)}setPartialMessageTimer(){this.clearPartialMessageTimer(),!(this._partialMessageTimeout<=0)&&(this.partialMessageTimer=(0,Ng.default)().timer.setTimeout((e,r)=>{this.partialMessageTimer=void 0,e===this.messageToken&&(this.firePartialMessage({messageToken:e,waitingTime:r}),this.setPartialMessageTimer())},this._partialMessageTimeout,this.messageToken,this._partialMessageTimeout))}};Ui.ReadableStreamMessageReader=Rg});var sN=P(Hi=>{"use strict";Object.defineProperty(Hi,"__esModule",{value:!0});Hi.WriteableStreamMessageWriter=Hi.AbstractMessageWriter=Hi.MessageWriter=void 0;var tN=ji(),cc=Ro(),zB=_g(),rN=wo(),WB="Content-Length: ",nN=`\r
4
- `,iN;(function(t){function e(r){let n=r;return n&&cc.func(n.dispose)&&cc.func(n.onClose)&&cc.func(n.onError)&&cc.func(n.write)}t.is=e})(iN||(Hi.MessageWriter=iN={}));var ed=class{constructor(){this.errorEmitter=new rN.Emitter,this.closeEmitter=new rN.Emitter}dispose(){this.errorEmitter.dispose(),this.closeEmitter.dispose()}get onError(){return this.errorEmitter.event}fireError(e,r,n){this.errorEmitter.fire([this.asError(e),r,n])}get onClose(){return this.closeEmitter.event}fireClose(){this.closeEmitter.fire(void 0)}asError(e){return e instanceof Error?e:new Error(`Writer received error. Reason: ${cc.string(e.message)?e.message:"unknown"}`)}};Hi.AbstractMessageWriter=ed;var Eg;(function(t){function e(r){return r===void 0||typeof r=="string"?{charset:r??"utf-8",contentTypeEncoder:(0,tN.default)().applicationJson.encoder}:{charset:r.charset??"utf-8",contentEncoder:r.contentEncoder,contentTypeEncoder:r.contentTypeEncoder??(0,tN.default)().applicationJson.encoder}}t.fromOptions=e})(Eg||(Eg={}));var wg=class extends ed{constructor(e,r){super(),this.writable=e,this.options=Eg.fromOptions(r),this.errorCount=0,this.writeSemaphore=new zB.Semaphore(1),this.writable.onError(n=>this.fireError(n)),this.writable.onClose(()=>this.fireClose())}async write(e){return this.writeSemaphore.lock(async()=>this.options.contentTypeEncoder.encode(e,this.options).then(n=>this.options.contentEncoder!==void 0?this.options.contentEncoder.encode(n):n).then(n=>{let i=[];return i.push(WB,n.byteLength.toString(),nN),i.push(nN),this.doWrite(e,i,n)},n=>{throw this.fireError(n),n}))}async doWrite(e,r,n){try{return await this.writable.write(r.join(""),"ascii"),this.writable.write(n)}catch(i){return this.handleError(i,e),Promise.reject(i)}}handleError(e,r){this.errorCount++,this.fireError(e,r,this.errorCount)}end(){this.writable.end()}};Hi.WriteableStreamMessageWriter=wg});var oN=P(td=>{"use strict";Object.defineProperty(td,"__esModule",{value:!0});td.AbstractMessageBuffer=void 0;var GB=13,YB=10,KB=`\r
5
- `,kg=class{constructor(e="utf-8"){this._encoding=e,this._chunks=[],this._totalLength=0}get encoding(){return this._encoding}append(e){let r=typeof e=="string"?this.fromString(e,this._encoding):e;this._chunks.push(r),this._totalLength+=r.byteLength}tryReadHeaders(e=!1){if(this._chunks.length===0)return;let r=0,n=0,i=0,s=0;e:for(;n<this._chunks.length;){let l=this._chunks[n];for(i=0;i<l.length;){switch(l[i]){case GB:switch(r){case 0:r=1;break;case 2:r=3;break;default:r=0}break;case YB:switch(r){case 1:r=2;break;case 3:r=4,i++;break e;default:r=0}break;default:r=0}i++}s+=l.byteLength,n++}if(r!==4)return;let o=this._read(s+i),a=new Map,c=this.toString(o,"ascii").split(KB);if(c.length<2)return a;for(let l=0;l<c.length-2;l++){let u=c[l],d=u.indexOf(":");if(d===-1)throw new Error(`Message header must separate key and value using ':'
6
- ${u}`);let f=u.substr(0,d),p=u.substr(d+1).trim();a.set(e?f.toLowerCase():f,p)}return a}tryReadBody(e){if(!(this._totalLength<e))return this._read(e)}get numberOfBytes(){return this._totalLength}_read(e){if(e===0)return this.emptyBuffer();if(e>this._totalLength)throw new Error("Cannot read so many bytes!");if(this._chunks[0].byteLength===e){let s=this._chunks[0];return this._chunks.shift(),this._totalLength-=e,this.asNative(s)}if(this._chunks[0].byteLength>e){let s=this._chunks[0],o=this.asNative(s,e);return this._chunks[0]=s.slice(e),this._totalLength-=e,o}let r=this.allocNative(e),n=0,i=0;for(;e>0;){let s=this._chunks[i];if(s.byteLength>e){let o=s.slice(0,e);r.set(o,n),n+=e,this._chunks[i]=s.slice(e),this._totalLength-=e,e-=e}else r.set(s,n),n+=s.byteLength,this._chunks.shift(),this._totalLength-=s.byteLength,e-=s.byteLength}return r}};td.AbstractMessageBuffer=kg});var dN=P(ye=>{"use strict";Object.defineProperty(ye,"__esModule",{value:!0});ye.createMessageConnection=ye.ConnectionOptions=ye.MessageStrategy=ye.CancellationStrategy=ye.CancellationSenderStrategy=ye.CancellationReceiverStrategy=ye.RequestCancellationReceiverStrategy=ye.IdCancellationReceiverStrategy=ye.ConnectionStrategy=ye.ConnectionError=ye.ConnectionErrors=ye.LogTraceNotification=ye.SetTraceNotification=ye.TraceFormat=ye.TraceValues=ye.Trace=ye.NullLogger=ye.ProgressType=ye.ProgressToken=void 0;var aN=ji(),_t=Ro(),de=ag(),cN=lg(),lc=wo(),Cg=Ju(),fc;(function(t){t.type=new de.NotificationType("$/cancelRequest")})(fc||(fc={}));var Dg;(function(t){function e(r){return typeof r=="string"||typeof r=="number"}t.is=e})(Dg||(ye.ProgressToken=Dg={}));var uc;(function(t){t.type=new de.NotificationType("$/progress")})(uc||(uc={}));var Ag=class{constructor(){}};ye.ProgressType=Ag;var Ig;(function(t){function e(r){return _t.func(r)}t.is=e})(Ig||(Ig={}));ye.NullLogger=Object.freeze({error:()=>{},warn:()=>{},info:()=>{},log:()=>{}});var ze;(function(t){t[t.Off=0]="Off",t[t.Messages=1]="Messages",t[t.Compact=2]="Compact",t[t.Verbose=3]="Verbose"})(ze||(ye.Trace=ze={}));var lN;(function(t){t.Off="off",t.Messages="messages",t.Compact="compact",t.Verbose="verbose"})(lN||(ye.TraceValues=lN={}));(function(t){function e(n){if(!_t.string(n))return t.Off;switch(n=n.toLowerCase(),n){case"off":return t.Off;case"messages":return t.Messages;case"compact":return t.Compact;case"verbose":return t.Verbose;default:return t.Off}}t.fromString=e;function r(n){switch(n){case t.Off:return"off";case t.Messages:return"messages";case t.Compact:return"compact";case t.Verbose:return"verbose";default:return"off"}}t.toString=r})(ze||(ye.Trace=ze={}));var Vr;(function(t){t.Text="text",t.JSON="json"})(Vr||(ye.TraceFormat=Vr={}));(function(t){function e(r){return _t.string(r)?(r=r.toLowerCase(),r==="json"?t.JSON:t.Text):t.Text}t.fromString=e})(Vr||(ye.TraceFormat=Vr={}));var Og;(function(t){t.type=new de.NotificationType("$/setTrace")})(Og||(ye.SetTraceNotification=Og={}));var rd;(function(t){t.type=new de.NotificationType("$/logTrace")})(rd||(ye.LogTraceNotification=rd={}));var dc;(function(t){t[t.Closed=1]="Closed",t[t.Disposed=2]="Disposed",t[t.AlreadyListening=3]="AlreadyListening"})(dc||(ye.ConnectionErrors=dc={}));var Ao=class t extends Error{constructor(e,r){super(r),this.code=e,Object.setPrototypeOf(this,t.prototype)}};ye.ConnectionError=Ao;var xg;(function(t){function e(r){let n=r;return n&&_t.func(n.cancelUndispatched)}t.is=e})(xg||(ye.ConnectionStrategy=xg={}));var nd;(function(t){function e(r){let n=r;return n&&(n.kind===void 0||n.kind==="id")&&_t.func(n.createCancellationTokenSource)&&(n.dispose===void 0||_t.func(n.dispose))}t.is=e})(nd||(ye.IdCancellationReceiverStrategy=nd={}));var Mg;(function(t){function e(r){let n=r;return n&&n.kind==="request"&&_t.func(n.createCancellationTokenSource)&&(n.dispose===void 0||_t.func(n.dispose))}t.is=e})(Mg||(ye.RequestCancellationReceiverStrategy=Mg={}));var id;(function(t){t.Message=Object.freeze({createCancellationTokenSource(r){return new Cg.CancellationTokenSource}});function e(r){return nd.is(r)||Mg.is(r)}t.is=e})(id||(ye.CancellationReceiverStrategy=id={}));var sd;(function(t){t.Message=Object.freeze({sendCancellation(r,n){return r.sendNotification(fc.type,{id:n})},cleanup(r){}});function e(r){let n=r;return n&&_t.func(n.sendCancellation)&&_t.func(n.cleanup)}t.is=e})(sd||(ye.CancellationSenderStrategy=sd={}));var od;(function(t){t.Message=Object.freeze({receiver:id.Message,sender:sd.Message});function e(r){let n=r;return n&&id.is(n.receiver)&&sd.is(n.sender)}t.is=e})(od||(ye.CancellationStrategy=od={}));var ad;(function(t){function e(r){let n=r;return n&&_t.func(n.handleMessage)}t.is=e})(ad||(ye.MessageStrategy=ad={}));var uN;(function(t){function e(r){let n=r;return n&&(od.is(n.cancellationStrategy)||xg.is(n.connectionStrategy)||ad.is(n.messageStrategy))}t.is=e})(uN||(ye.ConnectionOptions=uN={}));var Rn;(function(t){t[t.New=1]="New",t[t.Listening=2]="Listening",t[t.Closed=3]="Closed",t[t.Disposed=4]="Disposed"})(Rn||(Rn={}));function XB(t,e,r,n){let i=r!==void 0?r:ye.NullLogger,s=0,o=0,a=0,c="2.0",l,u=new Map,d,f=new Map,p=new Map,y,h=new cN.LinkedMap,v=new Map,S=new Set,_=new Map,T=ze.Off,R=Vr.Text,C,B=Rn.New,U=new lc.Emitter,H=new lc.Emitter,me=new lc.Emitter,Je=new lc.Emitter,Ft=new lc.Emitter,Ne=n&&n.cancellationStrategy?n.cancellationStrategy:od.Message;function Xr(E){if(E===null)throw new Error("Can't send requests with id null since the response can't be correlated.");return"req-"+E.toString()}function $i(E){return E===null?"res-unknown-"+(++a).toString():"res-"+E.toString()}function Cu(){return"not-"+(++o).toString()}function Mm(E,q){de.Message.isRequest(q)?E.set(Xr(q.id),q):de.Message.isResponse(q)?E.set($i(q.id),q):E.set(Cu(),q)}function Du(E){}function tc(){return B===Rn.Listening}function xs(){return B===Rn.Closed}function hi(){return B===Rn.Disposed}function bo(){(B===Rn.New||B===Rn.Listening)&&(B=Rn.Closed,H.fire(void 0))}function Ms(E){U.fire([E,void 0,void 0])}function Au(E){U.fire(E)}t.onClose(bo),t.onError(Ms),e.onClose(bo),e.onError(Au);function rc(){y||h.size===0||(y=(0,aN.default)().timer.setImmediate(()=>{y=void 0,Iu()}))}function nc(E){de.Message.isRequest(E)?xu(E):de.Message.isNotification(E)?qu(E):de.Message.isResponse(E)?Mu(E):_o(E)}function Iu(){if(h.size===0)return;let E=h.shift();try{let q=n?.messageStrategy;ad.is(q)?q.handleMessage(E,nc):nc(E)}finally{rc()}}let Ou=E=>{try{if(de.Message.isNotification(E)&&E.method===fc.type.method){let q=E.params.id,K=Xr(q),re=h.get(K);if(de.Message.isRequest(re)){let We=n?.connectionStrategy,dt=We&&We.cancelUndispatched?We.cancelUndispatched(re,Du):void 0;if(dt&&(dt.error!==void 0||dt.result!==void 0)){h.delete(K),_.delete(q),dt.id=re.id,qs(dt,E.method,Date.now()),e.write(dt).catch(()=>i.error("Sending response for canceled message failed."));return}}let Qe=_.get(q);if(Qe!==void 0){Qe.cancel(),So(E);return}else S.add(q)}Mm(h,E)}finally{rc()}};function xu(E){if(hi())return;function q(Pe,tt,Be){let Rt={jsonrpc:c,id:E.id};Pe instanceof de.ResponseError?Rt.error=Pe.toJson():Rt.result=Pe===void 0?null:Pe,qs(Rt,tt,Be),e.write(Rt).catch(()=>i.error("Sending response failed."))}function K(Pe,tt,Be){let Rt={jsonrpc:c,id:E.id,error:Pe.toJson()};qs(Rt,tt,Be),e.write(Rt).catch(()=>i.error("Sending response failed."))}function re(Pe,tt,Be){Pe===void 0&&(Pe=null);let Rt={jsonrpc:c,id:E.id,result:Pe};qs(Rt,tt,Be),e.write(Rt).catch(()=>i.error("Sending response failed."))}Bu(E);let Qe=u.get(E.method),We,dt;Qe&&(We=Qe.type,dt=Qe.handler);let Tt=Date.now();if(dt||l){let Pe=E.id??String(Date.now()),tt=nd.is(Ne.receiver)?Ne.receiver.createCancellationTokenSource(Pe):Ne.receiver.createCancellationTokenSource(E);E.id!==null&&S.has(E.id)&&tt.cancel(),E.id!==null&&_.set(Pe,tt);try{let Be;if(dt)if(E.params===void 0){if(We!==void 0&&We.numberOfParams!==0){K(new de.ResponseError(de.ErrorCodes.InvalidParams,`Request ${E.method} defines ${We.numberOfParams} params but received none.`),E.method,Tt);return}Be=dt(tt.token)}else if(Array.isArray(E.params)){if(We!==void 0&&We.parameterStructures===de.ParameterStructures.byName){K(new de.ResponseError(de.ErrorCodes.InvalidParams,`Request ${E.method} defines parameters by name but received parameters by position`),E.method,Tt);return}Be=dt(...E.params,tt.token)}else{if(We!==void 0&&We.parameterStructures===de.ParameterStructures.byPosition){K(new de.ResponseError(de.ErrorCodes.InvalidParams,`Request ${E.method} defines parameters by position but received parameters by name`),E.method,Tt);return}Be=dt(E.params,tt.token)}else l&&(Be=l(E.method,E.params,tt.token));let Rt=Be;Be?Rt.then?Rt.then(zt=>{_.delete(Pe),q(zt,E.method,Tt)},zt=>{_.delete(Pe),zt instanceof de.ResponseError?K(zt,E.method,Tt):zt&&_t.string(zt.message)?K(new de.ResponseError(de.ErrorCodes.InternalError,`Request ${E.method} failed with message: ${zt.message}`),E.method,Tt):K(new de.ResponseError(de.ErrorCodes.InternalError,`Request ${E.method} failed unexpectedly without providing any details.`),E.method,Tt)}):(_.delete(Pe),q(Be,E.method,Tt)):(_.delete(Pe),re(Be,E.method,Tt))}catch(Be){_.delete(Pe),Be instanceof de.ResponseError?q(Be,E.method,Tt):Be&&_t.string(Be.message)?K(new de.ResponseError(de.ErrorCodes.InternalError,`Request ${E.method} failed with message: ${Be.message}`),E.method,Tt):K(new de.ResponseError(de.ErrorCodes.InternalError,`Request ${E.method} failed unexpectedly without providing any details.`),E.method,Tt)}}else K(new de.ResponseError(de.ErrorCodes.MethodNotFound,`Unhandled method ${E.method}`),E.method,Tt)}function Mu(E){if(!hi())if(E.id===null)E.error?i.error(`Received response message without id: Error is:
7
- ${JSON.stringify(E.error,void 0,4)}`):i.error("Received response message without id. No further error information provided.");else{let q=E.id,K=v.get(q);if(Fu(E,K),K!==void 0){v.delete(q);try{if(E.error){let re=E.error;K.reject(new de.ResponseError(re.code,re.message,re.data))}else if(E.result!==void 0)K.resolve(E.result);else throw new Error("Should never happen.")}catch(re){re.message?i.error(`Response handler '${K.method}' failed with message: ${re.message}`):i.error(`Response handler '${K.method}' failed unexpectedly.`)}}}}function qu(E){if(hi())return;let q,K;if(E.method===fc.type.method){let re=E.params.id;S.delete(re),So(E);return}else{let re=f.get(E.method);re&&(K=re.handler,q=re.type)}if(K||d)try{if(So(E),K)if(E.params===void 0)q!==void 0&&q.numberOfParams!==0&&q.parameterStructures!==de.ParameterStructures.byName&&i.error(`Notification ${E.method} defines ${q.numberOfParams} params but received none.`),K();else if(Array.isArray(E.params)){let re=E.params;E.method===uc.type.method&&re.length===2&&Dg.is(re[0])?K({token:re[0],value:re[1]}):(q!==void 0&&(q.parameterStructures===de.ParameterStructures.byName&&i.error(`Notification ${E.method} defines parameters by name but received parameters by position`),q.numberOfParams!==E.params.length&&i.error(`Notification ${E.method} defines ${q.numberOfParams} params but received ${re.length} arguments`)),K(...re))}else q!==void 0&&q.parameterStructures===de.ParameterStructures.byPosition&&i.error(`Notification ${E.method} defines parameters by position but received parameters by name`),K(E.params);else d&&d(E.method,E.params)}catch(re){re.message?i.error(`Notification handler '${E.method}' failed with message: ${re.message}`):i.error(`Notification handler '${E.method}' failed unexpectedly.`)}else me.fire(E)}function _o(E){if(!E){i.error("Received empty message.");return}i.error(`Received message which is neither a response nor a notification message:
8
- ${JSON.stringify(E,null,4)}`);let q=E;if(_t.string(q.id)||_t.number(q.id)){let K=q.id,re=v.get(K);re&&re.reject(new Error("The received response has neither a result nor an error property."))}}function Sn(E){if(E!=null)switch(T){case ze.Verbose:return JSON.stringify(E,null,4);case ze.Compact:return JSON.stringify(E);default:return}}function Lu(E){if(!(T===ze.Off||!C))if(R===Vr.Text){let q;(T===ze.Verbose||T===ze.Compact)&&E.params&&(q=`Params: ${Sn(E.params)}
9
-
10
- `),C.log(`Sending request '${E.method} - (${E.id})'.`,q)}else mi("send-request",E)}function $u(E){if(!(T===ze.Off||!C))if(R===Vr.Text){let q;(T===ze.Verbose||T===ze.Compact)&&(E.params?q=`Params: ${Sn(E.params)}
11
-
12
- `:q=`No parameters provided.
13
-
14
- `),C.log(`Sending notification '${E.method}'.`,q)}else mi("send-notification",E)}function qs(E,q,K){if(!(T===ze.Off||!C))if(R===Vr.Text){let re;(T===ze.Verbose||T===ze.Compact)&&(E.error&&E.error.data?re=`Error data: ${Sn(E.error.data)}
15
-
16
- `:E.result?re=`Result: ${Sn(E.result)}
17
-
18
- `:E.error===void 0&&(re=`No result returned.
19
-
20
- `)),C.log(`Sending response '${q} - (${E.id})'. Processing request took ${Date.now()-K}ms`,re)}else mi("send-response",E)}function Bu(E){if(!(T===ze.Off||!C))if(R===Vr.Text){let q;(T===ze.Verbose||T===ze.Compact)&&E.params&&(q=`Params: ${Sn(E.params)}
21
-
22
- `),C.log(`Received request '${E.method} - (${E.id})'.`,q)}else mi("receive-request",E)}function So(E){if(!(T===ze.Off||!C||E.method===rd.type.method))if(R===Vr.Text){let q;(T===ze.Verbose||T===ze.Compact)&&(E.params?q=`Params: ${Sn(E.params)}
23
-
24
- `:q=`No parameters provided.
25
-
26
- `),C.log(`Received notification '${E.method}'.`,q)}else mi("receive-notification",E)}function Fu(E,q){if(!(T===ze.Off||!C))if(R===Vr.Text){let K;if((T===ze.Verbose||T===ze.Compact)&&(E.error&&E.error.data?K=`Error data: ${Sn(E.error.data)}
27
-
28
- `:E.result?K=`Result: ${Sn(E.result)}
29
-
30
- `:E.error===void 0&&(K=`No result returned.
31
-
32
- `)),q){let re=E.error?` Request failed: ${E.error.message} (${E.error.code}).`:"";C.log(`Received response '${q.method} - (${E.id})' in ${Date.now()-q.timerStart}ms.${re}`,K)}else C.log(`Received response ${E.id} without active response promise.`,K)}else mi("receive-response",E)}function mi(E,q){if(!C||T===ze.Off)return;let K={isLSPMessage:!0,type:E,message:q,timestamp:Date.now()};C.log(K)}function Bi(){if(xs())throw new Ao(dc.Closed,"Connection is closed.");if(hi())throw new Ao(dc.Disposed,"Connection is disposed.")}function ju(){if(tc())throw new Ao(dc.AlreadyListening,"Connection is already listening")}function Uu(){if(!tc())throw new Error("Call listen() first.")}function zn(E){return E===void 0?null:E}function ic(E){if(E!==null)return E}function sc(E){return E!=null&&!Array.isArray(E)&&typeof E=="object"}function No(E,q){switch(E){case de.ParameterStructures.auto:return sc(q)?ic(q):[zn(q)];case de.ParameterStructures.byName:if(!sc(q))throw new Error("Received parameters by name but param is not an object literal.");return ic(q);case de.ParameterStructures.byPosition:return[zn(q)];default:throw new Error(`Unknown parameter structure ${E.toString()}`)}}function oc(E,q){let K,re=E.numberOfParams;switch(re){case 0:K=void 0;break;case 1:K=No(E.parameterStructures,q[0]);break;default:K=[];for(let Qe=0;Qe<q.length&&Qe<re;Qe++)K.push(zn(q[Qe]));if(q.length<re)for(let Qe=q.length;Qe<re;Qe++)K.push(null);break}return K}let gi={sendNotification:(E,...q)=>{Bi();let K,re;if(_t.string(E)){K=E;let We=q[0],dt=0,Tt=de.ParameterStructures.auto;de.ParameterStructures.is(We)&&(dt=1,Tt=We);let Pe=q.length,tt=Pe-dt;switch(tt){case 0:re=void 0;break;case 1:re=No(Tt,q[dt]);break;default:if(Tt===de.ParameterStructures.byName)throw new Error(`Received ${tt} parameters for 'by Name' notification parameter structure.`);re=q.slice(dt,Pe).map(Be=>zn(Be));break}}else{let We=q;K=E.method,re=oc(E,We)}let Qe={jsonrpc:c,method:K,params:re};return $u(Qe),e.write(Qe).catch(We=>{throw i.error("Sending notification failed."),We})},onNotification:(E,q)=>{Bi();let K;return _t.func(E)?d=E:q&&(_t.string(E)?(K=E,f.set(E,{type:void 0,handler:q})):(K=E.method,f.set(E.method,{type:E,handler:q}))),{dispose:()=>{K!==void 0?f.delete(K):d=void 0}}},onProgress:(E,q,K)=>{if(p.has(q))throw new Error(`Progress handler for token ${q} already registered`);return p.set(q,K),{dispose:()=>{p.delete(q)}}},sendProgress:(E,q,K)=>gi.sendNotification(uc.type,{token:q,value:K}),onUnhandledProgress:Je.event,sendRequest:(E,...q)=>{Bi(),Uu();let K,re,Qe;if(_t.string(E)){K=E;let Pe=q[0],tt=q[q.length-1],Be=0,Rt=de.ParameterStructures.auto;de.ParameterStructures.is(Pe)&&(Be=1,Rt=Pe);let zt=q.length;Cg.CancellationToken.is(tt)&&(zt=zt-1,Qe=tt);let Hr=zt-Be;switch(Hr){case 0:re=void 0;break;case 1:re=No(Rt,q[Be]);break;default:if(Rt===de.ParameterStructures.byName)throw new Error(`Received ${Hr} parameters for 'by Name' request parameter structure.`);re=q.slice(Be,zt).map(Hu=>zn(Hu));break}}else{let Pe=q;K=E.method,re=oc(E,Pe);let tt=E.numberOfParams;Qe=Cg.CancellationToken.is(Pe[tt])?Pe[tt]:void 0}let We=s++,dt;Qe&&(dt=Qe.onCancellationRequested(()=>{let Pe=Ne.sender.sendCancellation(gi,We);return Pe===void 0?(i.log(`Received no promise from cancellation strategy when cancelling id ${We}`),Promise.resolve()):Pe.catch(()=>{i.log(`Sending cancellation messages for id ${We} failed`)})}));let Tt={jsonrpc:c,id:We,method:K,params:re};return Lu(Tt),typeof Ne.sender.enableCancellation=="function"&&Ne.sender.enableCancellation(Tt),new Promise(async(Pe,tt)=>{let Be=Hr=>{Pe(Hr),Ne.sender.cleanup(We),dt?.dispose()},Rt=Hr=>{tt(Hr),Ne.sender.cleanup(We),dt?.dispose()},zt={method:K,timerStart:Date.now(),resolve:Be,reject:Rt};try{await e.write(Tt),v.set(We,zt)}catch(Hr){throw i.error("Sending request failed."),zt.reject(new de.ResponseError(de.ErrorCodes.MessageWriteError,Hr.message?Hr.message:"Unknown reason")),Hr}})},onRequest:(E,q)=>{Bi();let K=null;return Ig.is(E)?(K=void 0,l=E):_t.string(E)?(K=null,q!==void 0&&(K=E,u.set(E,{handler:q,type:void 0}))):q!==void 0&&(K=E.method,u.set(E.method,{type:E,handler:q})),{dispose:()=>{K!==null&&(K!==void 0?u.delete(K):l=void 0)}}},hasPendingResponse:()=>v.size>0,trace:async(E,q,K)=>{let re=!1,Qe=Vr.Text;K!==void 0&&(_t.boolean(K)?re=K:(re=K.sendNotification||!1,Qe=K.traceFormat||Vr.Text)),T=E,R=Qe,T===ze.Off?C=void 0:C=q,re&&!xs()&&!hi()&&await gi.sendNotification(Og.type,{value:ze.toString(E)})},onError:U.event,onClose:H.event,onUnhandledNotification:me.event,onDispose:Ft.event,end:()=>{e.end()},dispose:()=>{if(hi())return;B=Rn.Disposed,Ft.fire(void 0);let E=new de.ResponseError(de.ErrorCodes.PendingResponseRejected,"Pending response rejected since connection got disposed");for(let q of v.values())q.reject(E);v=new Map,_=new Map,S=new Set,h=new cN.LinkedMap,_t.func(e.dispose)&&e.dispose(),_t.func(t.dispose)&&t.dispose()},listen:()=>{Bi(),ju(),B=Rn.Listening,t.listen(Ou)},inspect:()=>{(0,aN.default)().console.log("inspect")}};return gi.onNotification(rd.type,E=>{if(T===ze.Off||!C)return;let q=T===ze.Verbose||T===ze.Compact;C.log(E.message,q?E.verbose:void 0)}),gi.onNotification(uc.type,E=>{let q=p.get(E.token);q?q(E.value):Je.fire(E)}),gi}ye.createMessageConnection=XB});var cd=P(O=>{"use strict";Object.defineProperty(O,"__esModule",{value:!0});O.ProgressType=O.ProgressToken=O.createMessageConnection=O.NullLogger=O.ConnectionOptions=O.ConnectionStrategy=O.AbstractMessageBuffer=O.WriteableStreamMessageWriter=O.AbstractMessageWriter=O.MessageWriter=O.ReadableStreamMessageReader=O.AbstractMessageReader=O.MessageReader=O.SharedArrayReceiverStrategy=O.SharedArraySenderStrategy=O.CancellationToken=O.CancellationTokenSource=O.Emitter=O.Event=O.Disposable=O.LRUCache=O.Touch=O.LinkedMap=O.ParameterStructures=O.NotificationType9=O.NotificationType8=O.NotificationType7=O.NotificationType6=O.NotificationType5=O.NotificationType4=O.NotificationType3=O.NotificationType2=O.NotificationType1=O.NotificationType0=O.NotificationType=O.ErrorCodes=O.ResponseError=O.RequestType9=O.RequestType8=O.RequestType7=O.RequestType6=O.RequestType5=O.RequestType4=O.RequestType3=O.RequestType2=O.RequestType1=O.RequestType0=O.RequestType=O.Message=O.RAL=void 0;O.MessageStrategy=O.CancellationStrategy=O.CancellationSenderStrategy=O.CancellationReceiverStrategy=O.ConnectionError=O.ConnectionErrors=O.LogTraceNotification=O.SetTraceNotification=O.TraceFormat=O.TraceValues=O.Trace=void 0;var ct=ag();Object.defineProperty(O,"Message",{enumerable:!0,get:function(){return ct.Message}});Object.defineProperty(O,"RequestType",{enumerable:!0,get:function(){return ct.RequestType}});Object.defineProperty(O,"RequestType0",{enumerable:!0,get:function(){return ct.RequestType0}});Object.defineProperty(O,"RequestType1",{enumerable:!0,get:function(){return ct.RequestType1}});Object.defineProperty(O,"RequestType2",{enumerable:!0,get:function(){return ct.RequestType2}});Object.defineProperty(O,"RequestType3",{enumerable:!0,get:function(){return ct.RequestType3}});Object.defineProperty(O,"RequestType4",{enumerable:!0,get:function(){return ct.RequestType4}});Object.defineProperty(O,"RequestType5",{enumerable:!0,get:function(){return ct.RequestType5}});Object.defineProperty(O,"RequestType6",{enumerable:!0,get:function(){return ct.RequestType6}});Object.defineProperty(O,"RequestType7",{enumerable:!0,get:function(){return ct.RequestType7}});Object.defineProperty(O,"RequestType8",{enumerable:!0,get:function(){return ct.RequestType8}});Object.defineProperty(O,"RequestType9",{enumerable:!0,get:function(){return ct.RequestType9}});Object.defineProperty(O,"ResponseError",{enumerable:!0,get:function(){return ct.ResponseError}});Object.defineProperty(O,"ErrorCodes",{enumerable:!0,get:function(){return ct.ErrorCodes}});Object.defineProperty(O,"NotificationType",{enumerable:!0,get:function(){return ct.NotificationType}});Object.defineProperty(O,"NotificationType0",{enumerable:!0,get:function(){return ct.NotificationType0}});Object.defineProperty(O,"NotificationType1",{enumerable:!0,get:function(){return ct.NotificationType1}});Object.defineProperty(O,"NotificationType2",{enumerable:!0,get:function(){return ct.NotificationType2}});Object.defineProperty(O,"NotificationType3",{enumerable:!0,get:function(){return ct.NotificationType3}});Object.defineProperty(O,"NotificationType4",{enumerable:!0,get:function(){return ct.NotificationType4}});Object.defineProperty(O,"NotificationType5",{enumerable:!0,get:function(){return ct.NotificationType5}});Object.defineProperty(O,"NotificationType6",{enumerable:!0,get:function(){return ct.NotificationType6}});Object.defineProperty(O,"NotificationType7",{enumerable:!0,get:function(){return ct.NotificationType7}});Object.defineProperty(O,"NotificationType8",{enumerable:!0,get:function(){return ct.NotificationType8}});Object.defineProperty(O,"NotificationType9",{enumerable:!0,get:function(){return ct.NotificationType9}});Object.defineProperty(O,"ParameterStructures",{enumerable:!0,get:function(){return ct.ParameterStructures}});var qg=lg();Object.defineProperty(O,"LinkedMap",{enumerable:!0,get:function(){return qg.LinkedMap}});Object.defineProperty(O,"LRUCache",{enumerable:!0,get:function(){return qg.LRUCache}});Object.defineProperty(O,"Touch",{enumerable:!0,get:function(){return qg.Touch}});var JB=XS();Object.defineProperty(O,"Disposable",{enumerable:!0,get:function(){return JB.Disposable}});var fN=wo();Object.defineProperty(O,"Event",{enumerable:!0,get:function(){return fN.Event}});Object.defineProperty(O,"Emitter",{enumerable:!0,get:function(){return fN.Emitter}});var pN=Ju();Object.defineProperty(O,"CancellationTokenSource",{enumerable:!0,get:function(){return pN.CancellationTokenSource}});Object.defineProperty(O,"CancellationToken",{enumerable:!0,get:function(){return pN.CancellationToken}});var hN=QS();Object.defineProperty(O,"SharedArraySenderStrategy",{enumerable:!0,get:function(){return hN.SharedArraySenderStrategy}});Object.defineProperty(O,"SharedArrayReceiverStrategy",{enumerable:!0,get:function(){return hN.SharedArrayReceiverStrategy}});var Lg=eN();Object.defineProperty(O,"MessageReader",{enumerable:!0,get:function(){return Lg.MessageReader}});Object.defineProperty(O,"AbstractMessageReader",{enumerable:!0,get:function(){return Lg.AbstractMessageReader}});Object.defineProperty(O,"ReadableStreamMessageReader",{enumerable:!0,get:function(){return Lg.ReadableStreamMessageReader}});var $g=sN();Object.defineProperty(O,"MessageWriter",{enumerable:!0,get:function(){return $g.MessageWriter}});Object.defineProperty(O,"AbstractMessageWriter",{enumerable:!0,get:function(){return $g.AbstractMessageWriter}});Object.defineProperty(O,"WriteableStreamMessageWriter",{enumerable:!0,get:function(){return $g.WriteableStreamMessageWriter}});var QB=oN();Object.defineProperty(O,"AbstractMessageBuffer",{enumerable:!0,get:function(){return QB.AbstractMessageBuffer}});var er=dN();Object.defineProperty(O,"ConnectionStrategy",{enumerable:!0,get:function(){return er.ConnectionStrategy}});Object.defineProperty(O,"ConnectionOptions",{enumerable:!0,get:function(){return er.ConnectionOptions}});Object.defineProperty(O,"NullLogger",{enumerable:!0,get:function(){return er.NullLogger}});Object.defineProperty(O,"createMessageConnection",{enumerable:!0,get:function(){return er.createMessageConnection}});Object.defineProperty(O,"ProgressToken",{enumerable:!0,get:function(){return er.ProgressToken}});Object.defineProperty(O,"ProgressType",{enumerable:!0,get:function(){return er.ProgressType}});Object.defineProperty(O,"Trace",{enumerable:!0,get:function(){return er.Trace}});Object.defineProperty(O,"TraceValues",{enumerable:!0,get:function(){return er.TraceValues}});Object.defineProperty(O,"TraceFormat",{enumerable:!0,get:function(){return er.TraceFormat}});Object.defineProperty(O,"SetTraceNotification",{enumerable:!0,get:function(){return er.SetTraceNotification}});Object.defineProperty(O,"LogTraceNotification",{enumerable:!0,get:function(){return er.LogTraceNotification}});Object.defineProperty(O,"ConnectionErrors",{enumerable:!0,get:function(){return er.ConnectionErrors}});Object.defineProperty(O,"ConnectionError",{enumerable:!0,get:function(){return er.ConnectionError}});Object.defineProperty(O,"CancellationReceiverStrategy",{enumerable:!0,get:function(){return er.CancellationReceiverStrategy}});Object.defineProperty(O,"CancellationSenderStrategy",{enumerable:!0,get:function(){return er.CancellationSenderStrategy}});Object.defineProperty(O,"CancellationStrategy",{enumerable:!0,get:function(){return er.CancellationStrategy}});Object.defineProperty(O,"MessageStrategy",{enumerable:!0,get:function(){return er.MessageStrategy}});var ZB=ji();O.RAL=ZB.default});var yN=P(Ug=>{"use strict";Object.defineProperty(Ug,"__esModule",{value:!0});var mN=require("util"),vi=cd(),ld=class t extends vi.AbstractMessageBuffer{constructor(e="utf-8"){super(e)}emptyBuffer(){return t.emptyBuffer}fromString(e,r){return Buffer.from(e,r)}toString(e,r){return e instanceof Buffer?e.toString(r):new mN.TextDecoder(r).decode(e)}asNative(e,r){return r===void 0?e instanceof Buffer?e:Buffer.from(e):e instanceof Buffer?e.slice(0,r):Buffer.from(e,0,r)}allocNative(e){return Buffer.allocUnsafe(e)}};ld.emptyBuffer=Buffer.allocUnsafe(0);var Bg=class{constructor(e){this.stream=e}onClose(e){return this.stream.on("close",e),vi.Disposable.create(()=>this.stream.off("close",e))}onError(e){return this.stream.on("error",e),vi.Disposable.create(()=>this.stream.off("error",e))}onEnd(e){return this.stream.on("end",e),vi.Disposable.create(()=>this.stream.off("end",e))}onData(e){return this.stream.on("data",e),vi.Disposable.create(()=>this.stream.off("data",e))}},Fg=class{constructor(e){this.stream=e}onClose(e){return this.stream.on("close",e),vi.Disposable.create(()=>this.stream.off("close",e))}onError(e){return this.stream.on("error",e),vi.Disposable.create(()=>this.stream.off("error",e))}onEnd(e){return this.stream.on("end",e),vi.Disposable.create(()=>this.stream.off("end",e))}write(e,r){return new Promise((n,i)=>{let s=o=>{o==null?n():i(o)};typeof e=="string"?this.stream.write(e,r,s):this.stream.write(e,s)})}end(){this.stream.end()}},gN=Object.freeze({messageBuffer:Object.freeze({create:t=>new ld(t)}),applicationJson:Object.freeze({encoder:Object.freeze({name:"application/json",encode:(t,e)=>{try{return Promise.resolve(Buffer.from(JSON.stringify(t,void 0,0),e.charset))}catch(r){return Promise.reject(r)}}}),decoder:Object.freeze({name:"application/json",decode:(t,e)=>{try{return t instanceof Buffer?Promise.resolve(JSON.parse(t.toString(e.charset))):Promise.resolve(JSON.parse(new mN.TextDecoder(e.charset).decode(t)))}catch(r){return Promise.reject(r)}}})}),stream:Object.freeze({asReadableStream:t=>new Bg(t),asWritableStream:t=>new Fg(t)}),console,timer:Object.freeze({setTimeout(t,e,...r){let n=setTimeout(t,e,...r);return{dispose:()=>clearTimeout(n)}},setImmediate(t,...e){let r=setImmediate(t,...e);return{dispose:()=>clearImmediate(r)}},setInterval(t,e,...r){let n=setInterval(t,e,...r);return{dispose:()=>clearInterval(n)}}})});function jg(){return gN}(function(t){function e(){vi.RAL.install(gN)}t.install=e})(jg||(jg={}));Ug.default=jg});var Fs=P(Ce=>{"use strict";var eF=Ce&&Ce.__createBinding||(Object.create?function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}),tF=Ce&&Ce.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&eF(e,t,r)};Object.defineProperty(Ce,"__esModule",{value:!0});Ce.createMessageConnection=Ce.createServerSocketTransport=Ce.createClientSocketTransport=Ce.createServerPipeTransport=Ce.createClientPipeTransport=Ce.generateRandomPipeName=Ce.StreamMessageWriter=Ce.StreamMessageReader=Ce.SocketMessageWriter=Ce.SocketMessageReader=Ce.PortMessageWriter=Ce.PortMessageReader=Ce.IPCMessageWriter=Ce.IPCMessageReader=void 0;var Io=yN();Io.default.install();var vN=require("path"),rF=require("os"),nF=require("crypto"),fd=require("net"),zr=cd();tF(cd(),Ce);var Hg=class extends zr.AbstractMessageReader{constructor(e){super(),this.process=e;let r=this.process;r.on("error",n=>this.fireError(n)),r.on("close",()=>this.fireClose())}listen(e){return this.process.on("message",e),zr.Disposable.create(()=>this.process.off("message",e))}};Ce.IPCMessageReader=Hg;var Vg=class extends zr.AbstractMessageWriter{constructor(e){super(),this.process=e,this.errorCount=0;let r=this.process;r.on("error",n=>this.fireError(n)),r.on("close",()=>this.fireClose)}write(e){try{return typeof this.process.send=="function"&&this.process.send(e,void 0,void 0,r=>{r?(this.errorCount++,this.handleError(r,e)):this.errorCount=0}),Promise.resolve()}catch(r){return this.handleError(r,e),Promise.reject(r)}}handleError(e,r){this.errorCount++,this.fireError(e,r,this.errorCount)}end(){}};Ce.IPCMessageWriter=Vg;var zg=class extends zr.AbstractMessageReader{constructor(e){super(),this.onData=new zr.Emitter,e.on("close",()=>this.fireClose),e.on("error",r=>this.fireError(r)),e.on("message",r=>{this.onData.fire(r)})}listen(e){return this.onData.event(e)}};Ce.PortMessageReader=zg;var Wg=class extends zr.AbstractMessageWriter{constructor(e){super(),this.port=e,this.errorCount=0,e.on("close",()=>this.fireClose()),e.on("error",r=>this.fireError(r))}write(e){try{return this.port.postMessage(e),Promise.resolve()}catch(r){return this.handleError(r,e),Promise.reject(r)}}handleError(e,r){this.errorCount++,this.fireError(e,r,this.errorCount)}end(){}};Ce.PortMessageWriter=Wg;var $s=class extends zr.ReadableStreamMessageReader{constructor(e,r="utf-8"){super((0,Io.default)().stream.asReadableStream(e),r)}};Ce.SocketMessageReader=$s;var Bs=class extends zr.WriteableStreamMessageWriter{constructor(e,r){super((0,Io.default)().stream.asWritableStream(e),r),this.socket=e}dispose(){super.dispose(),this.socket.destroy()}};Ce.SocketMessageWriter=Bs;var ud=class extends zr.ReadableStreamMessageReader{constructor(e,r){super((0,Io.default)().stream.asReadableStream(e),r)}};Ce.StreamMessageReader=ud;var dd=class extends zr.WriteableStreamMessageWriter{constructor(e,r){super((0,Io.default)().stream.asWritableStream(e),r)}};Ce.StreamMessageWriter=dd;var TN=process.env.XDG_RUNTIME_DIR,iF=new Map([["linux",107],["darwin",103]]);function sF(){let t=(0,nF.randomBytes)(21).toString("hex");if(process.platform==="win32")return`\\\\.\\pipe\\vscode-jsonrpc-${t}-sock`;let e;TN?e=vN.join(TN,`vscode-ipc-${t}.sock`):e=vN.join(rF.tmpdir(),`vscode-${t}.sock`);let r=iF.get(process.platform);return r!==void 0&&e.length>r&&(0,Io.default)().console.warn(`WARNING: IPC handle "${e}" is longer than ${r} characters.`),e}Ce.generateRandomPipeName=sF;function oF(t,e="utf-8"){let r,n=new Promise((i,s)=>{r=i});return new Promise((i,s)=>{let o=(0,fd.createServer)(a=>{o.close(),r([new $s(a,e),new Bs(a,e)])});o.on("error",s),o.listen(t,()=>{o.removeListener("error",s),i({onConnected:()=>n})})})}Ce.createClientPipeTransport=oF;function aF(t,e="utf-8"){let r=(0,fd.createConnection)(t);return[new $s(r,e),new Bs(r,e)]}Ce.createServerPipeTransport=aF;function cF(t,e="utf-8"){let r,n=new Promise((i,s)=>{r=i});return new Promise((i,s)=>{let o=(0,fd.createServer)(a=>{o.close(),r([new $s(a,e),new Bs(a,e)])});o.on("error",s),o.listen(t,"127.0.0.1",()=>{o.removeListener("error",s),i({onConnected:()=>n})})})}Ce.createClientSocketTransport=cF;function lF(t,e="utf-8"){let r=(0,fd.createConnection)(t,"127.0.0.1");return[new $s(r,e),new Bs(r,e)]}Ce.createServerSocketTransport=lF;function uF(t){let e=t;return e.read!==void 0&&e.addListener!==void 0}function dF(t){let e=t;return e.write!==void 0&&e.addListener!==void 0}function fF(t,e,r,n){r||(r=zr.NullLogger);let i=uF(t)?new ud(t):t,s=dF(e)?new dd(e):e;return zr.ConnectionStrategy.is(n)&&(n={connectionStrategy:n}),(0,zr.createMessageConnection)(i,s,r,n)}Ce.createMessageConnection=fF});var Gg=P((i6,bN)=>{"use strict";bN.exports=Fs()});var hd=P((_N,pd)=>{(function(t){if(typeof pd=="object"&&typeof pd.exports=="object"){var e=t(require,_N);e!==void 0&&(pd.exports=e)}else typeof define=="function"&&define.amd&&define(["require","exports"],t)})(function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.TextDocument=e.EOL=e.WorkspaceFolder=e.InlineCompletionContext=e.SelectedCompletionInfo=e.InlineCompletionTriggerKind=e.InlineCompletionList=e.InlineCompletionItem=e.StringValue=e.InlayHint=e.InlayHintLabelPart=e.InlayHintKind=e.InlineValueContext=e.InlineValueEvaluatableExpression=e.InlineValueVariableLookup=e.InlineValueText=e.SemanticTokens=e.SemanticTokenModifiers=e.SemanticTokenTypes=e.SelectionRange=e.DocumentLink=e.FormattingOptions=e.CodeLens=e.CodeAction=e.CodeActionContext=e.CodeActionTriggerKind=e.CodeActionKind=e.DocumentSymbol=e.WorkspaceSymbol=e.SymbolInformation=e.SymbolTag=e.SymbolKind=e.DocumentHighlight=e.DocumentHighlightKind=e.SignatureInformation=e.ParameterInformation=e.Hover=e.MarkedString=e.CompletionList=e.CompletionItem=e.CompletionItemLabelDetails=e.InsertTextMode=e.InsertReplaceEdit=e.CompletionItemTag=e.InsertTextFormat=e.CompletionItemKind=e.MarkupContent=e.MarkupKind=e.TextDocumentItem=e.OptionalVersionedTextDocumentIdentifier=e.VersionedTextDocumentIdentifier=e.TextDocumentIdentifier=e.WorkspaceChange=e.WorkspaceEdit=e.DeleteFile=e.RenameFile=e.CreateFile=e.TextDocumentEdit=e.AnnotatedTextEdit=e.ChangeAnnotationIdentifier=e.ChangeAnnotation=e.TextEdit=e.Command=e.Diagnostic=e.CodeDescription=e.DiagnosticTag=e.DiagnosticSeverity=e.DiagnosticRelatedInformation=e.FoldingRange=e.FoldingRangeKind=e.ColorPresentation=e.ColorInformation=e.Color=e.LocationLink=e.Location=e.Range=e.Position=e.uinteger=e.integer=e.URI=e.DocumentUri=void 0;var r;(function(g){function w(k){return typeof k=="string"}g.is=w})(r||(e.DocumentUri=r={}));var n;(function(g){function w(k){return typeof k=="string"}g.is=w})(n||(e.URI=n={}));var i;(function(g){g.MIN_VALUE=-2147483648,g.MAX_VALUE=2147483647;function w(k){return typeof k=="number"&&g.MIN_VALUE<=k&&k<=g.MAX_VALUE}g.is=w})(i||(e.integer=i={}));var s;(function(g){g.MIN_VALUE=0,g.MAX_VALUE=2147483647;function w(k){return typeof k=="number"&&g.MIN_VALUE<=k&&k<=g.MAX_VALUE}g.is=w})(s||(e.uinteger=s={}));var o;(function(g){function w(b,m){return b===Number.MAX_VALUE&&(b=s.MAX_VALUE),m===Number.MAX_VALUE&&(m=s.MAX_VALUE),{line:b,character:m}}g.create=w;function k(b){var m=b;return A.objectLiteral(m)&&A.uinteger(m.line)&&A.uinteger(m.character)}g.is=k})(o||(e.Position=o={}));var a;(function(g){function w(b,m,D,L){if(A.uinteger(b)&&A.uinteger(m)&&A.uinteger(D)&&A.uinteger(L))return{start:o.create(b,m),end:o.create(D,L)};if(o.is(b)&&o.is(m))return{start:b,end:m};throw new Error("Range#create called with invalid arguments[".concat(b,", ").concat(m,", ").concat(D,", ").concat(L,"]"))}g.create=w;function k(b){var m=b;return A.objectLiteral(m)&&o.is(m.start)&&o.is(m.end)}g.is=k})(a||(e.Range=a={}));var c;(function(g){function w(b,m){return{uri:b,range:m}}g.create=w;function k(b){var m=b;return A.objectLiteral(m)&&a.is(m.range)&&(A.string(m.uri)||A.undefined(m.uri))}g.is=k})(c||(e.Location=c={}));var l;(function(g){function w(b,m,D,L){return{targetUri:b,targetRange:m,targetSelectionRange:D,originSelectionRange:L}}g.create=w;function k(b){var m=b;return A.objectLiteral(m)&&a.is(m.targetRange)&&A.string(m.targetUri)&&a.is(m.targetSelectionRange)&&(a.is(m.originSelectionRange)||A.undefined(m.originSelectionRange))}g.is=k})(l||(e.LocationLink=l={}));var u;(function(g){function w(b,m,D,L){return{red:b,green:m,blue:D,alpha:L}}g.create=w;function k(b){var m=b;return A.objectLiteral(m)&&A.numberRange(m.red,0,1)&&A.numberRange(m.green,0,1)&&A.numberRange(m.blue,0,1)&&A.numberRange(m.alpha,0,1)}g.is=k})(u||(e.Color=u={}));var d;(function(g){function w(b,m){return{range:b,color:m}}g.create=w;function k(b){var m=b;return A.objectLiteral(m)&&a.is(m.range)&&u.is(m.color)}g.is=k})(d||(e.ColorInformation=d={}));var f;(function(g){function w(b,m,D){return{label:b,textEdit:m,additionalTextEdits:D}}g.create=w;function k(b){var m=b;return A.objectLiteral(m)&&A.string(m.label)&&(A.undefined(m.textEdit)||C.is(m))&&(A.undefined(m.additionalTextEdits)||A.typedArray(m.additionalTextEdits,C.is))}g.is=k})(f||(e.ColorPresentation=f={}));var p;(function(g){g.Comment="comment",g.Imports="imports",g.Region="region"})(p||(e.FoldingRangeKind=p={}));var y;(function(g){function w(b,m,D,L,ge,Et){var at={startLine:b,endLine:m};return A.defined(D)&&(at.startCharacter=D),A.defined(L)&&(at.endCharacter=L),A.defined(ge)&&(at.kind=ge),A.defined(Et)&&(at.collapsedText=Et),at}g.create=w;function k(b){var m=b;return A.objectLiteral(m)&&A.uinteger(m.startLine)&&A.uinteger(m.startLine)&&(A.undefined(m.startCharacter)||A.uinteger(m.startCharacter))&&(A.undefined(m.endCharacter)||A.uinteger(m.endCharacter))&&(A.undefined(m.kind)||A.string(m.kind))}g.is=k})(y||(e.FoldingRange=y={}));var h;(function(g){function w(b,m){return{location:b,message:m}}g.create=w;function k(b){var m=b;return A.defined(m)&&c.is(m.location)&&A.string(m.message)}g.is=k})(h||(e.DiagnosticRelatedInformation=h={}));var v;(function(g){g.Error=1,g.Warning=2,g.Information=3,g.Hint=4})(v||(e.DiagnosticSeverity=v={}));var S;(function(g){g.Unnecessary=1,g.Deprecated=2})(S||(e.DiagnosticTag=S={}));var _;(function(g){function w(k){var b=k;return A.objectLiteral(b)&&A.string(b.href)}g.is=w})(_||(e.CodeDescription=_={}));var T;(function(g){function w(b,m,D,L,ge,Et){var at={range:b,message:m};return A.defined(D)&&(at.severity=D),A.defined(L)&&(at.code=L),A.defined(ge)&&(at.source=ge),A.defined(Et)&&(at.relatedInformation=Et),at}g.create=w;function k(b){var m,D=b;return A.defined(D)&&a.is(D.range)&&A.string(D.message)&&(A.number(D.severity)||A.undefined(D.severity))&&(A.integer(D.code)||A.string(D.code)||A.undefined(D.code))&&(A.undefined(D.codeDescription)||A.string((m=D.codeDescription)===null||m===void 0?void 0:m.href))&&(A.string(D.source)||A.undefined(D.source))&&(A.undefined(D.relatedInformation)||A.typedArray(D.relatedInformation,h.is))}g.is=k})(T||(e.Diagnostic=T={}));var R;(function(g){function w(b,m){for(var D=[],L=2;L<arguments.length;L++)D[L-2]=arguments[L];var ge={title:b,command:m};return A.defined(D)&&D.length>0&&(ge.arguments=D),ge}g.create=w;function k(b){var m=b;return A.defined(m)&&A.string(m.title)&&A.string(m.command)}g.is=k})(R||(e.Command=R={}));var C;(function(g){function w(D,L){return{range:D,newText:L}}g.replace=w;function k(D,L){return{range:{start:D,end:D},newText:L}}g.insert=k;function b(D){return{range:D,newText:""}}g.del=b;function m(D){var L=D;return A.objectLiteral(L)&&A.string(L.newText)&&a.is(L.range)}g.is=m})(C||(e.TextEdit=C={}));var B;(function(g){function w(b,m,D){var L={label:b};return m!==void 0&&(L.needsConfirmation=m),D!==void 0&&(L.description=D),L}g.create=w;function k(b){var m=b;return A.objectLiteral(m)&&A.string(m.label)&&(A.boolean(m.needsConfirmation)||m.needsConfirmation===void 0)&&(A.string(m.description)||m.description===void 0)}g.is=k})(B||(e.ChangeAnnotation=B={}));var U;(function(g){function w(k){var b=k;return A.string(b)}g.is=w})(U||(e.ChangeAnnotationIdentifier=U={}));var H;(function(g){function w(D,L,ge){return{range:D,newText:L,annotationId:ge}}g.replace=w;function k(D,L,ge){return{range:{start:D,end:D},newText:L,annotationId:ge}}g.insert=k;function b(D,L){return{range:D,newText:"",annotationId:L}}g.del=b;function m(D){var L=D;return C.is(L)&&(B.is(L.annotationId)||U.is(L.annotationId))}g.is=m})(H||(e.AnnotatedTextEdit=H={}));var me;(function(g){function w(b,m){return{textDocument:b,edits:m}}g.create=w;function k(b){var m=b;return A.defined(m)&&xs.is(m.textDocument)&&Array.isArray(m.edits)}g.is=k})(me||(e.TextDocumentEdit=me={}));var Je;(function(g){function w(b,m,D){var L={kind:"create",uri:b};return m!==void 0&&(m.overwrite!==void 0||m.ignoreIfExists!==void 0)&&(L.options=m),D!==void 0&&(L.annotationId=D),L}g.create=w;function k(b){var m=b;return m&&m.kind==="create"&&A.string(m.uri)&&(m.options===void 0||(m.options.overwrite===void 0||A.boolean(m.options.overwrite))&&(m.options.ignoreIfExists===void 0||A.boolean(m.options.ignoreIfExists)))&&(m.annotationId===void 0||U.is(m.annotationId))}g.is=k})(Je||(e.CreateFile=Je={}));var Ft;(function(g){function w(b,m,D,L){var ge={kind:"rename",oldUri:b,newUri:m};return D!==void 0&&(D.overwrite!==void 0||D.ignoreIfExists!==void 0)&&(ge.options=D),L!==void 0&&(ge.annotationId=L),ge}g.create=w;function k(b){var m=b;return m&&m.kind==="rename"&&A.string(m.oldUri)&&A.string(m.newUri)&&(m.options===void 0||(m.options.overwrite===void 0||A.boolean(m.options.overwrite))&&(m.options.ignoreIfExists===void 0||A.boolean(m.options.ignoreIfExists)))&&(m.annotationId===void 0||U.is(m.annotationId))}g.is=k})(Ft||(e.RenameFile=Ft={}));var Ne;(function(g){function w(b,m,D){var L={kind:"delete",uri:b};return m!==void 0&&(m.recursive!==void 0||m.ignoreIfNotExists!==void 0)&&(L.options=m),D!==void 0&&(L.annotationId=D),L}g.create=w;function k(b){var m=b;return m&&m.kind==="delete"&&A.string(m.uri)&&(m.options===void 0||(m.options.recursive===void 0||A.boolean(m.options.recursive))&&(m.options.ignoreIfNotExists===void 0||A.boolean(m.options.ignoreIfNotExists)))&&(m.annotationId===void 0||U.is(m.annotationId))}g.is=k})(Ne||(e.DeleteFile=Ne={}));var Xr;(function(g){function w(k){var b=k;return b&&(b.changes!==void 0||b.documentChanges!==void 0)&&(b.documentChanges===void 0||b.documentChanges.every(function(m){return A.string(m.kind)?Je.is(m)||Ft.is(m)||Ne.is(m):me.is(m)}))}g.is=w})(Xr||(e.WorkspaceEdit=Xr={}));var $i=function(){function g(w,k){this.edits=w,this.changeAnnotations=k}return g.prototype.insert=function(w,k,b){var m,D;if(b===void 0?m=C.insert(w,k):U.is(b)?(D=b,m=H.insert(w,k,b)):(this.assertChangeAnnotations(this.changeAnnotations),D=this.changeAnnotations.manage(b),m=H.insert(w,k,D)),this.edits.push(m),D!==void 0)return D},g.prototype.replace=function(w,k,b){var m,D;if(b===void 0?m=C.replace(w,k):U.is(b)?(D=b,m=H.replace(w,k,b)):(this.assertChangeAnnotations(this.changeAnnotations),D=this.changeAnnotations.manage(b),m=H.replace(w,k,D)),this.edits.push(m),D!==void 0)return D},g.prototype.delete=function(w,k){var b,m;if(k===void 0?b=C.del(w):U.is(k)?(m=k,b=H.del(w,k)):(this.assertChangeAnnotations(this.changeAnnotations),m=this.changeAnnotations.manage(k),b=H.del(w,m)),this.edits.push(b),m!==void 0)return m},g.prototype.add=function(w){this.edits.push(w)},g.prototype.all=function(){return this.edits},g.prototype.clear=function(){this.edits.splice(0,this.edits.length)},g.prototype.assertChangeAnnotations=function(w){if(w===void 0)throw new Error("Text edit change is not configured to manage change annotations.")},g}(),Cu=function(){function g(w){this._annotations=w===void 0?Object.create(null):w,this._counter=0,this._size=0}return g.prototype.all=function(){return this._annotations},Object.defineProperty(g.prototype,"size",{get:function(){return this._size},enumerable:!1,configurable:!0}),g.prototype.manage=function(w,k){var b;if(U.is(w)?b=w:(b=this.nextId(),k=w),this._annotations[b]!==void 0)throw new Error("Id ".concat(b," is already in use."));if(k===void 0)throw new Error("No annotation provided for id ".concat(b));return this._annotations[b]=k,this._size++,b},g.prototype.nextId=function(){return this._counter++,this._counter.toString()},g}(),Mm=function(){function g(w){var k=this;this._textEditChanges=Object.create(null),w!==void 0?(this._workspaceEdit=w,w.documentChanges?(this._changeAnnotations=new Cu(w.changeAnnotations),w.changeAnnotations=this._changeAnnotations.all(),w.documentChanges.forEach(function(b){if(me.is(b)){var m=new $i(b.edits,k._changeAnnotations);k._textEditChanges[b.textDocument.uri]=m}})):w.changes&&Object.keys(w.changes).forEach(function(b){var m=new $i(w.changes[b]);k._textEditChanges[b]=m})):this._workspaceEdit={}}return Object.defineProperty(g.prototype,"edit",{get:function(){return this.initDocumentChanges(),this._changeAnnotations!==void 0&&(this._changeAnnotations.size===0?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit},enumerable:!1,configurable:!0}),g.prototype.getTextEditChange=function(w){if(xs.is(w)){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var k={uri:w.uri,version:w.version},b=this._textEditChanges[k.uri];if(!b){var m=[],D={textDocument:k,edits:m};this._workspaceEdit.documentChanges.push(D),b=new $i(m,this._changeAnnotations),this._textEditChanges[k.uri]=b}return b}else{if(this.initChanges(),this._workspaceEdit.changes===void 0)throw new Error("Workspace edit is not configured for normal text edit changes.");var b=this._textEditChanges[w];if(!b){var m=[];this._workspaceEdit.changes[w]=m,b=new $i(m),this._textEditChanges[w]=b}return b}},g.prototype.initDocumentChanges=function(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._changeAnnotations=new Cu,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())},g.prototype.initChanges=function(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._workspaceEdit.changes=Object.create(null))},g.prototype.createFile=function(w,k,b){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var m;B.is(k)||U.is(k)?m=k:b=k;var D,L;if(m===void 0?D=Je.create(w,b):(L=U.is(m)?m:this._changeAnnotations.manage(m),D=Je.create(w,b,L)),this._workspaceEdit.documentChanges.push(D),L!==void 0)return L},g.prototype.renameFile=function(w,k,b,m){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var D;B.is(b)||U.is(b)?D=b:m=b;var L,ge;if(D===void 0?L=Ft.create(w,k,m):(ge=U.is(D)?D:this._changeAnnotations.manage(D),L=Ft.create(w,k,m,ge)),this._workspaceEdit.documentChanges.push(L),ge!==void 0)return ge},g.prototype.deleteFile=function(w,k,b){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var m;B.is(k)||U.is(k)?m=k:b=k;var D,L;if(m===void 0?D=Ne.create(w,b):(L=U.is(m)?m:this._changeAnnotations.manage(m),D=Ne.create(w,b,L)),this._workspaceEdit.documentChanges.push(D),L!==void 0)return L},g}();e.WorkspaceChange=Mm;var Du;(function(g){function w(b){return{uri:b}}g.create=w;function k(b){var m=b;return A.defined(m)&&A.string(m.uri)}g.is=k})(Du||(e.TextDocumentIdentifier=Du={}));var tc;(function(g){function w(b,m){return{uri:b,version:m}}g.create=w;function k(b){var m=b;return A.defined(m)&&A.string(m.uri)&&A.integer(m.version)}g.is=k})(tc||(e.VersionedTextDocumentIdentifier=tc={}));var xs;(function(g){function w(b,m){return{uri:b,version:m}}g.create=w;function k(b){var m=b;return A.defined(m)&&A.string(m.uri)&&(m.version===null||A.integer(m.version))}g.is=k})(xs||(e.OptionalVersionedTextDocumentIdentifier=xs={}));var hi;(function(g){function w(b,m,D,L){return{uri:b,languageId:m,version:D,text:L}}g.create=w;function k(b){var m=b;return A.defined(m)&&A.string(m.uri)&&A.string(m.languageId)&&A.integer(m.version)&&A.string(m.text)}g.is=k})(hi||(e.TextDocumentItem=hi={}));var bo;(function(g){g.PlainText="plaintext",g.Markdown="markdown";function w(k){var b=k;return b===g.PlainText||b===g.Markdown}g.is=w})(bo||(e.MarkupKind=bo={}));var Ms;(function(g){function w(k){var b=k;return A.objectLiteral(k)&&bo.is(b.kind)&&A.string(b.value)}g.is=w})(Ms||(e.MarkupContent=Ms={}));var Au;(function(g){g.Text=1,g.Method=2,g.Function=3,g.Constructor=4,g.Field=5,g.Variable=6,g.Class=7,g.Interface=8,g.Module=9,g.Property=10,g.Unit=11,g.Value=12,g.Enum=13,g.Keyword=14,g.Snippet=15,g.Color=16,g.File=17,g.Reference=18,g.Folder=19,g.EnumMember=20,g.Constant=21,g.Struct=22,g.Event=23,g.Operator=24,g.TypeParameter=25})(Au||(e.CompletionItemKind=Au={}));var rc;(function(g){g.PlainText=1,g.Snippet=2})(rc||(e.InsertTextFormat=rc={}));var nc;(function(g){g.Deprecated=1})(nc||(e.CompletionItemTag=nc={}));var Iu;(function(g){function w(b,m,D){return{newText:b,insert:m,replace:D}}g.create=w;function k(b){var m=b;return m&&A.string(m.newText)&&a.is(m.insert)&&a.is(m.replace)}g.is=k})(Iu||(e.InsertReplaceEdit=Iu={}));var Ou;(function(g){g.asIs=1,g.adjustIndentation=2})(Ou||(e.InsertTextMode=Ou={}));var xu;(function(g){function w(k){var b=k;return b&&(A.string(b.detail)||b.detail===void 0)&&(A.string(b.description)||b.description===void 0)}g.is=w})(xu||(e.CompletionItemLabelDetails=xu={}));var Mu;(function(g){function w(k){return{label:k}}g.create=w})(Mu||(e.CompletionItem=Mu={}));var qu;(function(g){function w(k,b){return{items:k||[],isIncomplete:!!b}}g.create=w})(qu||(e.CompletionList=qu={}));var _o;(function(g){function w(b){return b.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}g.fromPlainText=w;function k(b){var m=b;return A.string(m)||A.objectLiteral(m)&&A.string(m.language)&&A.string(m.value)}g.is=k})(_o||(e.MarkedString=_o={}));var Sn;(function(g){function w(k){var b=k;return!!b&&A.objectLiteral(b)&&(Ms.is(b.contents)||_o.is(b.contents)||A.typedArray(b.contents,_o.is))&&(k.range===void 0||a.is(k.range))}g.is=w})(Sn||(e.Hover=Sn={}));var Lu;(function(g){function w(k,b){return b?{label:k,documentation:b}:{label:k}}g.create=w})(Lu||(e.ParameterInformation=Lu={}));var $u;(function(g){function w(k,b){for(var m=[],D=2;D<arguments.length;D++)m[D-2]=arguments[D];var L={label:k};return A.defined(b)&&(L.documentation=b),A.defined(m)?L.parameters=m:L.parameters=[],L}g.create=w})($u||(e.SignatureInformation=$u={}));var qs;(function(g){g.Text=1,g.Read=2,g.Write=3})(qs||(e.DocumentHighlightKind=qs={}));var Bu;(function(g){function w(k,b){var m={range:k};return A.number(b)&&(m.kind=b),m}g.create=w})(Bu||(e.DocumentHighlight=Bu={}));var So;(function(g){g.File=1,g.Module=2,g.Namespace=3,g.Package=4,g.Class=5,g.Method=6,g.Property=7,g.Field=8,g.Constructor=9,g.Enum=10,g.Interface=11,g.Function=12,g.Variable=13,g.Constant=14,g.String=15,g.Number=16,g.Boolean=17,g.Array=18,g.Object=19,g.Key=20,g.Null=21,g.EnumMember=22,g.Struct=23,g.Event=24,g.Operator=25,g.TypeParameter=26})(So||(e.SymbolKind=So={}));var Fu;(function(g){g.Deprecated=1})(Fu||(e.SymbolTag=Fu={}));var mi;(function(g){function w(k,b,m,D,L){var ge={name:k,kind:b,location:{uri:D,range:m}};return L&&(ge.containerName=L),ge}g.create=w})(mi||(e.SymbolInformation=mi={}));var Bi;(function(g){function w(k,b,m,D){return D!==void 0?{name:k,kind:b,location:{uri:m,range:D}}:{name:k,kind:b,location:{uri:m}}}g.create=w})(Bi||(e.WorkspaceSymbol=Bi={}));var ju;(function(g){function w(b,m,D,L,ge,Et){var at={name:b,detail:m,kind:D,range:L,selectionRange:ge};return Et!==void 0&&(at.children=Et),at}g.create=w;function k(b){var m=b;return m&&A.string(m.name)&&A.number(m.kind)&&a.is(m.range)&&a.is(m.selectionRange)&&(m.detail===void 0||A.string(m.detail))&&(m.deprecated===void 0||A.boolean(m.deprecated))&&(m.children===void 0||Array.isArray(m.children))&&(m.tags===void 0||Array.isArray(m.tags))}g.is=k})(ju||(e.DocumentSymbol=ju={}));var Uu;(function(g){g.Empty="",g.QuickFix="quickfix",g.Refactor="refactor",g.RefactorExtract="refactor.extract",g.RefactorInline="refactor.inline",g.RefactorRewrite="refactor.rewrite",g.Source="source",g.SourceOrganizeImports="source.organizeImports",g.SourceFixAll="source.fixAll"})(Uu||(e.CodeActionKind=Uu={}));var zn;(function(g){g.Invoked=1,g.Automatic=2})(zn||(e.CodeActionTriggerKind=zn={}));var ic;(function(g){function w(b,m,D){var L={diagnostics:b};return m!=null&&(L.only=m),D!=null&&(L.triggerKind=D),L}g.create=w;function k(b){var m=b;return A.defined(m)&&A.typedArray(m.diagnostics,T.is)&&(m.only===void 0||A.typedArray(m.only,A.string))&&(m.triggerKind===void 0||m.triggerKind===zn.Invoked||m.triggerKind===zn.Automatic)}g.is=k})(ic||(e.CodeActionContext=ic={}));var sc;(function(g){function w(b,m,D){var L={title:b},ge=!0;return typeof m=="string"?(ge=!1,L.kind=m):R.is(m)?L.command=m:L.edit=m,ge&&D!==void 0&&(L.kind=D),L}g.create=w;function k(b){var m=b;return m&&A.string(m.title)&&(m.diagnostics===void 0||A.typedArray(m.diagnostics,T.is))&&(m.kind===void 0||A.string(m.kind))&&(m.edit!==void 0||m.command!==void 0)&&(m.command===void 0||R.is(m.command))&&(m.isPreferred===void 0||A.boolean(m.isPreferred))&&(m.edit===void 0||Xr.is(m.edit))}g.is=k})(sc||(e.CodeAction=sc={}));var No;(function(g){function w(b,m){var D={range:b};return A.defined(m)&&(D.data=m),D}g.create=w;function k(b){var m=b;return A.defined(m)&&a.is(m.range)&&(A.undefined(m.command)||R.is(m.command))}g.is=k})(No||(e.CodeLens=No={}));var oc;(function(g){function w(b,m){return{tabSize:b,insertSpaces:m}}g.create=w;function k(b){var m=b;return A.defined(m)&&A.uinteger(m.tabSize)&&A.boolean(m.insertSpaces)}g.is=k})(oc||(e.FormattingOptions=oc={}));var gi;(function(g){function w(b,m,D){return{range:b,target:m,data:D}}g.create=w;function k(b){var m=b;return A.defined(m)&&a.is(m.range)&&(A.undefined(m.target)||A.string(m.target))}g.is=k})(gi||(e.DocumentLink=gi={}));var E;(function(g){function w(b,m){return{range:b,parent:m}}g.create=w;function k(b){var m=b;return A.objectLiteral(m)&&a.is(m.range)&&(m.parent===void 0||g.is(m.parent))}g.is=k})(E||(e.SelectionRange=E={}));var q;(function(g){g.namespace="namespace",g.type="type",g.class="class",g.enum="enum",g.interface="interface",g.struct="struct",g.typeParameter="typeParameter",g.parameter="parameter",g.variable="variable",g.property="property",g.enumMember="enumMember",g.event="event",g.function="function",g.method="method",g.macro="macro",g.keyword="keyword",g.modifier="modifier",g.comment="comment",g.string="string",g.number="number",g.regexp="regexp",g.operator="operator",g.decorator="decorator"})(q||(e.SemanticTokenTypes=q={}));var K;(function(g){g.declaration="declaration",g.definition="definition",g.readonly="readonly",g.static="static",g.deprecated="deprecated",g.abstract="abstract",g.async="async",g.modification="modification",g.documentation="documentation",g.defaultLibrary="defaultLibrary"})(K||(e.SemanticTokenModifiers=K={}));var re;(function(g){function w(k){var b=k;return A.objectLiteral(b)&&(b.resultId===void 0||typeof b.resultId=="string")&&Array.isArray(b.data)&&(b.data.length===0||typeof b.data[0]=="number")}g.is=w})(re||(e.SemanticTokens=re={}));var Qe;(function(g){function w(b,m){return{range:b,text:m}}g.create=w;function k(b){var m=b;return m!=null&&a.is(m.range)&&A.string(m.text)}g.is=k})(Qe||(e.InlineValueText=Qe={}));var We;(function(g){function w(b,m,D){return{range:b,variableName:m,caseSensitiveLookup:D}}g.create=w;function k(b){var m=b;return m!=null&&a.is(m.range)&&A.boolean(m.caseSensitiveLookup)&&(A.string(m.variableName)||m.variableName===void 0)}g.is=k})(We||(e.InlineValueVariableLookup=We={}));var dt;(function(g){function w(b,m){return{range:b,expression:m}}g.create=w;function k(b){var m=b;return m!=null&&a.is(m.range)&&(A.string(m.expression)||m.expression===void 0)}g.is=k})(dt||(e.InlineValueEvaluatableExpression=dt={}));var Tt;(function(g){function w(b,m){return{frameId:b,stoppedLocation:m}}g.create=w;function k(b){var m=b;return A.defined(m)&&a.is(b.stoppedLocation)}g.is=k})(Tt||(e.InlineValueContext=Tt={}));var Pe;(function(g){g.Type=1,g.Parameter=2;function w(k){return k===1||k===2}g.is=w})(Pe||(e.InlayHintKind=Pe={}));var tt;(function(g){function w(b){return{value:b}}g.create=w;function k(b){var m=b;return A.objectLiteral(m)&&(m.tooltip===void 0||A.string(m.tooltip)||Ms.is(m.tooltip))&&(m.location===void 0||c.is(m.location))&&(m.command===void 0||R.is(m.command))}g.is=k})(tt||(e.InlayHintLabelPart=tt={}));var Be;(function(g){function w(b,m,D){var L={position:b,label:m};return D!==void 0&&(L.kind=D),L}g.create=w;function k(b){var m=b;return A.objectLiteral(m)&&o.is(m.position)&&(A.string(m.label)||A.typedArray(m.label,tt.is))&&(m.kind===void 0||Pe.is(m.kind))&&m.textEdits===void 0||A.typedArray(m.textEdits,C.is)&&(m.tooltip===void 0||A.string(m.tooltip)||Ms.is(m.tooltip))&&(m.paddingLeft===void 0||A.boolean(m.paddingLeft))&&(m.paddingRight===void 0||A.boolean(m.paddingRight))}g.is=k})(Be||(e.InlayHint=Be={}));var Rt;(function(g){function w(k){return{kind:"snippet",value:k}}g.createSnippet=w})(Rt||(e.StringValue=Rt={}));var zt;(function(g){function w(k,b,m,D){return{insertText:k,filterText:b,range:m,command:D}}g.create=w})(zt||(e.InlineCompletionItem=zt={}));var Hr;(function(g){function w(k){return{items:k}}g.create=w})(Hr||(e.InlineCompletionList=Hr={}));var Hu;(function(g){g.Invoked=0,g.Automatic=1})(Hu||(e.InlineCompletionTriggerKind=Hu={}));var LS;(function(g){function w(k,b){return{range:k,text:b}}g.create=w})(LS||(e.SelectedCompletionInfo=LS={}));var $S;(function(g){function w(k,b){return{triggerKind:k,selectedCompletionInfo:b}}g.create=w})($S||(e.InlineCompletionContext=$S={}));var BS;(function(g){function w(k){var b=k;return A.objectLiteral(b)&&n.is(b.uri)&&A.string(b.name)}g.is=w})(BS||(e.WorkspaceFolder=BS={})),e.EOL=[`
33
- `,`\r
34
- `,"\r"];var FS;(function(g){function w(D,L,ge,Et){return new TB(D,L,ge,Et)}g.create=w;function k(D){var L=D;return!!(A.defined(L)&&A.string(L.uri)&&(A.undefined(L.languageId)||A.string(L.languageId))&&A.uinteger(L.lineCount)&&A.func(L.getText)&&A.func(L.positionAt)&&A.func(L.offsetAt))}g.is=k;function b(D,L){for(var ge=D.getText(),Et=m(L,function(Po,Vu){var jS=Po.range.start.line-Vu.range.start.line;return jS===0?Po.range.start.character-Vu.range.start.character:jS}),at=ge.length,Nn=Et.length-1;Nn>=0;Nn--){var Pn=Et[Nn],yi=D.offsetAt(Pn.range.start),ke=D.offsetAt(Pn.range.end);if(ke<=at)ge=ge.substring(0,yi)+Pn.newText+ge.substring(ke,ge.length);else throw new Error("Overlapping edit");at=yi}return ge}g.applyEdits=b;function m(D,L){if(D.length<=1)return D;var ge=D.length/2|0,Et=D.slice(0,ge),at=D.slice(ge);m(Et,L),m(at,L);for(var Nn=0,Pn=0,yi=0;Nn<Et.length&&Pn<at.length;){var ke=L(Et[Nn],at[Pn]);ke<=0?D[yi++]=Et[Nn++]:D[yi++]=at[Pn++]}for(;Nn<Et.length;)D[yi++]=Et[Nn++];for(;Pn<at.length;)D[yi++]=at[Pn++];return D}})(FS||(e.TextDocument=FS={}));var TB=function(){function g(w,k,b,m){this._uri=w,this._languageId=k,this._version=b,this._content=m,this._lineOffsets=void 0}return Object.defineProperty(g.prototype,"uri",{get:function(){return this._uri},enumerable:!1,configurable:!0}),Object.defineProperty(g.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(g.prototype,"version",{get:function(){return this._version},enumerable:!1,configurable:!0}),g.prototype.getText=function(w){if(w){var k=this.offsetAt(w.start),b=this.offsetAt(w.end);return this._content.substring(k,b)}return this._content},g.prototype.update=function(w,k){this._content=w.text,this._version=k,this._lineOffsets=void 0},g.prototype.getLineOffsets=function(){if(this._lineOffsets===void 0){for(var w=[],k=this._content,b=!0,m=0;m<k.length;m++){b&&(w.push(m),b=!1);var D=k.charAt(m);b=D==="\r"||D===`
35
- `,D==="\r"&&m+1<k.length&&k.charAt(m+1)===`
36
- `&&m++}b&&k.length>0&&w.push(k.length),this._lineOffsets=w}return this._lineOffsets},g.prototype.positionAt=function(w){w=Math.max(Math.min(w,this._content.length),0);var k=this.getLineOffsets(),b=0,m=k.length;if(m===0)return o.create(0,w);for(;b<m;){var D=Math.floor((b+m)/2);k[D]>w?m=D:b=D+1}var L=b-1;return o.create(L,w-k[L])},g.prototype.offsetAt=function(w){var k=this.getLineOffsets();if(w.line>=k.length)return this._content.length;if(w.line<0)return 0;var b=k[w.line],m=w.line+1<k.length?k[w.line+1]:this._content.length;return Math.max(Math.min(b+w.character,m),b)},Object.defineProperty(g.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!1,configurable:!0}),g}(),A;(function(g){var w=Object.prototype.toString;function k(ke){return typeof ke<"u"}g.defined=k;function b(ke){return typeof ke>"u"}g.undefined=b;function m(ke){return ke===!0||ke===!1}g.boolean=m;function D(ke){return w.call(ke)==="[object String]"}g.string=D;function L(ke){return w.call(ke)==="[object Number]"}g.number=L;function ge(ke,Po,Vu){return w.call(ke)==="[object Number]"&&Po<=ke&&ke<=Vu}g.numberRange=ge;function Et(ke){return w.call(ke)==="[object Number]"&&-2147483648<=ke&&ke<=2147483647}g.integer=Et;function at(ke){return w.call(ke)==="[object Number]"&&0<=ke&&ke<=2147483647}g.uinteger=at;function Nn(ke){return w.call(ke)==="[object Function]"}g.func=Nn;function Pn(ke){return ke!==null&&typeof ke=="object"}g.objectLiteral=Pn;function yi(ke,Po){return Array.isArray(ke)&&ke.every(Po)}g.typedArray=yi})(A||(A={}))})});var bt=P(wr=>{"use strict";Object.defineProperty(wr,"__esModule",{value:!0});wr.ProtocolNotificationType=wr.ProtocolNotificationType0=wr.ProtocolRequestType=wr.ProtocolRequestType0=wr.RegistrationType=wr.MessageDirection=void 0;var Oo=Fs(),SN;(function(t){t.clientToServer="clientToServer",t.serverToClient="serverToClient",t.both="both"})(SN||(wr.MessageDirection=SN={}));var Yg=class{constructor(e){this.method=e}};wr.RegistrationType=Yg;var Kg=class extends Oo.RequestType0{constructor(e){super(e)}};wr.ProtocolRequestType0=Kg;var Xg=class extends Oo.RequestType{constructor(e){super(e,Oo.ParameterStructures.byName)}};wr.ProtocolRequestType=Xg;var Jg=class extends Oo.NotificationType0{constructor(e){super(e)}};wr.ProtocolNotificationType0=Jg;var Qg=class extends Oo.NotificationType{constructor(e){super(e,Oo.ParameterStructures.byName)}};wr.ProtocolNotificationType=Qg});var md=P(Mt=>{"use strict";Object.defineProperty(Mt,"__esModule",{value:!0});Mt.objectLiteral=Mt.typedArray=Mt.stringArray=Mt.array=Mt.func=Mt.error=Mt.number=Mt.string=Mt.boolean=void 0;function pF(t){return t===!0||t===!1}Mt.boolean=pF;function NN(t){return typeof t=="string"||t instanceof String}Mt.string=NN;function hF(t){return typeof t=="number"||t instanceof Number}Mt.number=hF;function mF(t){return t instanceof Error}Mt.error=mF;function gF(t){return typeof t=="function"}Mt.func=gF;function PN(t){return Array.isArray(t)}Mt.array=PN;function yF(t){return PN(t)&&t.every(e=>NN(e))}Mt.stringArray=yF;function vF(t,e){return Array.isArray(t)&&t.every(e)}Mt.typedArray=vF;function TF(t){return t!==null&&typeof t=="object"}Mt.objectLiteral=TF});var wN=P(gd=>{"use strict";Object.defineProperty(gd,"__esModule",{value:!0});gd.ImplementationRequest=void 0;var RN=bt(),EN;(function(t){t.method="textDocument/implementation",t.messageDirection=RN.MessageDirection.clientToServer,t.type=new RN.ProtocolRequestType(t.method)})(EN||(gd.ImplementationRequest=EN={}))});var DN=P(yd=>{"use strict";Object.defineProperty(yd,"__esModule",{value:!0});yd.TypeDefinitionRequest=void 0;var kN=bt(),CN;(function(t){t.method="textDocument/typeDefinition",t.messageDirection=kN.MessageDirection.clientToServer,t.type=new kN.ProtocolRequestType(t.method)})(CN||(yd.TypeDefinitionRequest=CN={}))});var ON=P(xo=>{"use strict";Object.defineProperty(xo,"__esModule",{value:!0});xo.DidChangeWorkspaceFoldersNotification=xo.WorkspaceFoldersRequest=void 0;var vd=bt(),AN;(function(t){t.method="workspace/workspaceFolders",t.messageDirection=vd.MessageDirection.serverToClient,t.type=new vd.ProtocolRequestType0(t.method)})(AN||(xo.WorkspaceFoldersRequest=AN={}));var IN;(function(t){t.method="workspace/didChangeWorkspaceFolders",t.messageDirection=vd.MessageDirection.clientToServer,t.type=new vd.ProtocolNotificationType(t.method)})(IN||(xo.DidChangeWorkspaceFoldersNotification=IN={}))});var qN=P(Td=>{"use strict";Object.defineProperty(Td,"__esModule",{value:!0});Td.ConfigurationRequest=void 0;var xN=bt(),MN;(function(t){t.method="workspace/configuration",t.messageDirection=xN.MessageDirection.serverToClient,t.type=new xN.ProtocolRequestType(t.method)})(MN||(Td.ConfigurationRequest=MN={}))});var BN=P(Mo=>{"use strict";Object.defineProperty(Mo,"__esModule",{value:!0});Mo.ColorPresentationRequest=Mo.DocumentColorRequest=void 0;var bd=bt(),LN;(function(t){t.method="textDocument/documentColor",t.messageDirection=bd.MessageDirection.clientToServer,t.type=new bd.ProtocolRequestType(t.method)})(LN||(Mo.DocumentColorRequest=LN={}));var $N;(function(t){t.method="textDocument/colorPresentation",t.messageDirection=bd.MessageDirection.clientToServer,t.type=new bd.ProtocolRequestType(t.method)})($N||(Mo.ColorPresentationRequest=$N={}))});var UN=P(qo=>{"use strict";Object.defineProperty(qo,"__esModule",{value:!0});qo.FoldingRangeRefreshRequest=qo.FoldingRangeRequest=void 0;var _d=bt(),FN;(function(t){t.method="textDocument/foldingRange",t.messageDirection=_d.MessageDirection.clientToServer,t.type=new _d.ProtocolRequestType(t.method)})(FN||(qo.FoldingRangeRequest=FN={}));var jN;(function(t){t.method="workspace/foldingRange/refresh",t.messageDirection=_d.MessageDirection.serverToClient,t.type=new _d.ProtocolRequestType0(t.method)})(jN||(qo.FoldingRangeRefreshRequest=jN={}))});var zN=P(Sd=>{"use strict";Object.defineProperty(Sd,"__esModule",{value:!0});Sd.DeclarationRequest=void 0;var HN=bt(),VN;(function(t){t.method="textDocument/declaration",t.messageDirection=HN.MessageDirection.clientToServer,t.type=new HN.ProtocolRequestType(t.method)})(VN||(Sd.DeclarationRequest=VN={}))});var YN=P(Nd=>{"use strict";Object.defineProperty(Nd,"__esModule",{value:!0});Nd.SelectionRangeRequest=void 0;var WN=bt(),GN;(function(t){t.method="textDocument/selectionRange",t.messageDirection=WN.MessageDirection.clientToServer,t.type=new WN.ProtocolRequestType(t.method)})(GN||(Nd.SelectionRangeRequest=GN={}))});var QN=P(Vi=>{"use strict";Object.defineProperty(Vi,"__esModule",{value:!0});Vi.WorkDoneProgressCancelNotification=Vi.WorkDoneProgressCreateRequest=Vi.WorkDoneProgress=void 0;var bF=Fs(),Pd=bt(),KN;(function(t){t.type=new bF.ProgressType;function e(r){return r===t.type}t.is=e})(KN||(Vi.WorkDoneProgress=KN={}));var XN;(function(t){t.method="window/workDoneProgress/create",t.messageDirection=Pd.MessageDirection.serverToClient,t.type=new Pd.ProtocolRequestType(t.method)})(XN||(Vi.WorkDoneProgressCreateRequest=XN={}));var JN;(function(t){t.method="window/workDoneProgress/cancel",t.messageDirection=Pd.MessageDirection.clientToServer,t.type=new Pd.ProtocolNotificationType(t.method)})(JN||(Vi.WorkDoneProgressCancelNotification=JN={}))});var rP=P(zi=>{"use strict";Object.defineProperty(zi,"__esModule",{value:!0});zi.CallHierarchyOutgoingCallsRequest=zi.CallHierarchyIncomingCallsRequest=zi.CallHierarchyPrepareRequest=void 0;var Lo=bt(),ZN;(function(t){t.method="textDocument/prepareCallHierarchy",t.messageDirection=Lo.MessageDirection.clientToServer,t.type=new Lo.ProtocolRequestType(t.method)})(ZN||(zi.CallHierarchyPrepareRequest=ZN={}));var eP;(function(t){t.method="callHierarchy/incomingCalls",t.messageDirection=Lo.MessageDirection.clientToServer,t.type=new Lo.ProtocolRequestType(t.method)})(eP||(zi.CallHierarchyIncomingCallsRequest=eP={}));var tP;(function(t){t.method="callHierarchy/outgoingCalls",t.messageDirection=Lo.MessageDirection.clientToServer,t.type=new Lo.ProtocolRequestType(t.method)})(tP||(zi.CallHierarchyOutgoingCallsRequest=tP={}))});var cP=P(kr=>{"use strict";Object.defineProperty(kr,"__esModule",{value:!0});kr.SemanticTokensRefreshRequest=kr.SemanticTokensRangeRequest=kr.SemanticTokensDeltaRequest=kr.SemanticTokensRequest=kr.SemanticTokensRegistrationType=kr.TokenFormat=void 0;var Ti=bt(),nP;(function(t){t.Relative="relative"})(nP||(kr.TokenFormat=nP={}));var pc;(function(t){t.method="textDocument/semanticTokens",t.type=new Ti.RegistrationType(t.method)})(pc||(kr.SemanticTokensRegistrationType=pc={}));var iP;(function(t){t.method="textDocument/semanticTokens/full",t.messageDirection=Ti.MessageDirection.clientToServer,t.type=new Ti.ProtocolRequestType(t.method),t.registrationMethod=pc.method})(iP||(kr.SemanticTokensRequest=iP={}));var sP;(function(t){t.method="textDocument/semanticTokens/full/delta",t.messageDirection=Ti.MessageDirection.clientToServer,t.type=new Ti.ProtocolRequestType(t.method),t.registrationMethod=pc.method})(sP||(kr.SemanticTokensDeltaRequest=sP={}));var oP;(function(t){t.method="textDocument/semanticTokens/range",t.messageDirection=Ti.MessageDirection.clientToServer,t.type=new Ti.ProtocolRequestType(t.method),t.registrationMethod=pc.method})(oP||(kr.SemanticTokensRangeRequest=oP={}));var aP;(function(t){t.method="workspace/semanticTokens/refresh",t.messageDirection=Ti.MessageDirection.serverToClient,t.type=new Ti.ProtocolRequestType0(t.method)})(aP||(kr.SemanticTokensRefreshRequest=aP={}))});var dP=P(Rd=>{"use strict";Object.defineProperty(Rd,"__esModule",{value:!0});Rd.ShowDocumentRequest=void 0;var lP=bt(),uP;(function(t){t.method="window/showDocument",t.messageDirection=lP.MessageDirection.serverToClient,t.type=new lP.ProtocolRequestType(t.method)})(uP||(Rd.ShowDocumentRequest=uP={}))});var hP=P(Ed=>{"use strict";Object.defineProperty(Ed,"__esModule",{value:!0});Ed.LinkedEditingRangeRequest=void 0;var fP=bt(),pP;(function(t){t.method="textDocument/linkedEditingRange",t.messageDirection=fP.MessageDirection.clientToServer,t.type=new fP.ProtocolRequestType(t.method)})(pP||(Ed.LinkedEditingRangeRequest=pP={}))});var SP=P(lr=>{"use strict";Object.defineProperty(lr,"__esModule",{value:!0});lr.WillDeleteFilesRequest=lr.DidDeleteFilesNotification=lr.DidRenameFilesNotification=lr.WillRenameFilesRequest=lr.DidCreateFilesNotification=lr.WillCreateFilesRequest=lr.FileOperationPatternKind=void 0;var Jr=bt(),mP;(function(t){t.file="file",t.folder="folder"})(mP||(lr.FileOperationPatternKind=mP={}));var gP;(function(t){t.method="workspace/willCreateFiles",t.messageDirection=Jr.MessageDirection.clientToServer,t.type=new Jr.ProtocolRequestType(t.method)})(gP||(lr.WillCreateFilesRequest=gP={}));var yP;(function(t){t.method="workspace/didCreateFiles",t.messageDirection=Jr.MessageDirection.clientToServer,t.type=new Jr.ProtocolNotificationType(t.method)})(yP||(lr.DidCreateFilesNotification=yP={}));var vP;(function(t){t.method="workspace/willRenameFiles",t.messageDirection=Jr.MessageDirection.clientToServer,t.type=new Jr.ProtocolRequestType(t.method)})(vP||(lr.WillRenameFilesRequest=vP={}));var TP;(function(t){t.method="workspace/didRenameFiles",t.messageDirection=Jr.MessageDirection.clientToServer,t.type=new Jr.ProtocolNotificationType(t.method)})(TP||(lr.DidRenameFilesNotification=TP={}));var bP;(function(t){t.method="workspace/didDeleteFiles",t.messageDirection=Jr.MessageDirection.clientToServer,t.type=new Jr.ProtocolNotificationType(t.method)})(bP||(lr.DidDeleteFilesNotification=bP={}));var _P;(function(t){t.method="workspace/willDeleteFiles",t.messageDirection=Jr.MessageDirection.clientToServer,t.type=new Jr.ProtocolRequestType(t.method)})(_P||(lr.WillDeleteFilesRequest=_P={}))});var wP=P(Wi=>{"use strict";Object.defineProperty(Wi,"__esModule",{value:!0});Wi.MonikerRequest=Wi.MonikerKind=Wi.UniquenessLevel=void 0;var NP=bt(),PP;(function(t){t.document="document",t.project="project",t.group="group",t.scheme="scheme",t.global="global"})(PP||(Wi.UniquenessLevel=PP={}));var RP;(function(t){t.$import="import",t.$export="export",t.local="local"})(RP||(Wi.MonikerKind=RP={}));var EP;(function(t){t.method="textDocument/moniker",t.messageDirection=NP.MessageDirection.clientToServer,t.type=new NP.ProtocolRequestType(t.method)})(EP||(Wi.MonikerRequest=EP={}))});var AP=P(Gi=>{"use strict";Object.defineProperty(Gi,"__esModule",{value:!0});Gi.TypeHierarchySubtypesRequest=Gi.TypeHierarchySupertypesRequest=Gi.TypeHierarchyPrepareRequest=void 0;var $o=bt(),kP;(function(t){t.method="textDocument/prepareTypeHierarchy",t.messageDirection=$o.MessageDirection.clientToServer,t.type=new $o.ProtocolRequestType(t.method)})(kP||(Gi.TypeHierarchyPrepareRequest=kP={}));var CP;(function(t){t.method="typeHierarchy/supertypes",t.messageDirection=$o.MessageDirection.clientToServer,t.type=new $o.ProtocolRequestType(t.method)})(CP||(Gi.TypeHierarchySupertypesRequest=CP={}));var DP;(function(t){t.method="typeHierarchy/subtypes",t.messageDirection=$o.MessageDirection.clientToServer,t.type=new $o.ProtocolRequestType(t.method)})(DP||(Gi.TypeHierarchySubtypesRequest=DP={}))});var xP=P(Bo=>{"use strict";Object.defineProperty(Bo,"__esModule",{value:!0});Bo.InlineValueRefreshRequest=Bo.InlineValueRequest=void 0;var wd=bt(),IP;(function(t){t.method="textDocument/inlineValue",t.messageDirection=wd.MessageDirection.clientToServer,t.type=new wd.ProtocolRequestType(t.method)})(IP||(Bo.InlineValueRequest=IP={}));var OP;(function(t){t.method="workspace/inlineValue/refresh",t.messageDirection=wd.MessageDirection.serverToClient,t.type=new wd.ProtocolRequestType0(t.method)})(OP||(Bo.InlineValueRefreshRequest=OP={}))});var $P=P(Yi=>{"use strict";Object.defineProperty(Yi,"__esModule",{value:!0});Yi.InlayHintRefreshRequest=Yi.InlayHintResolveRequest=Yi.InlayHintRequest=void 0;var Fo=bt(),MP;(function(t){t.method="textDocument/inlayHint",t.messageDirection=Fo.MessageDirection.clientToServer,t.type=new Fo.ProtocolRequestType(t.method)})(MP||(Yi.InlayHintRequest=MP={}));var qP;(function(t){t.method="inlayHint/resolve",t.messageDirection=Fo.MessageDirection.clientToServer,t.type=new Fo.ProtocolRequestType(t.method)})(qP||(Yi.InlayHintResolveRequest=qP={}));var LP;(function(t){t.method="workspace/inlayHint/refresh",t.messageDirection=Fo.MessageDirection.serverToClient,t.type=new Fo.ProtocolRequestType0(t.method)})(LP||(Yi.InlayHintRefreshRequest=LP={}))});var zP=P(Qr=>{"use strict";Object.defineProperty(Qr,"__esModule",{value:!0});Qr.DiagnosticRefreshRequest=Qr.WorkspaceDiagnosticRequest=Qr.DocumentDiagnosticRequest=Qr.DocumentDiagnosticReportKind=Qr.DiagnosticServerCancellationData=void 0;var VP=Fs(),_F=md(),jo=bt(),BP;(function(t){function e(r){let n=r;return n&&_F.boolean(n.retriggerRequest)}t.is=e})(BP||(Qr.DiagnosticServerCancellationData=BP={}));var FP;(function(t){t.Full="full",t.Unchanged="unchanged"})(FP||(Qr.DocumentDiagnosticReportKind=FP={}));var jP;(function(t){t.method="textDocument/diagnostic",t.messageDirection=jo.MessageDirection.clientToServer,t.type=new jo.ProtocolRequestType(t.method),t.partialResult=new VP.ProgressType})(jP||(Qr.DocumentDiagnosticRequest=jP={}));var UP;(function(t){t.method="workspace/diagnostic",t.messageDirection=jo.MessageDirection.clientToServer,t.type=new jo.ProtocolRequestType(t.method),t.partialResult=new VP.ProgressType})(UP||(Qr.WorkspaceDiagnosticRequest=UP={}));var HP;(function(t){t.method="workspace/diagnostic/refresh",t.messageDirection=jo.MessageDirection.serverToClient,t.type=new jo.ProtocolRequestType0(t.method)})(HP||(Qr.DiagnosticRefreshRequest=HP={}))});var QP=P(wt=>{"use strict";Object.defineProperty(wt,"__esModule",{value:!0});wt.DidCloseNotebookDocumentNotification=wt.DidSaveNotebookDocumentNotification=wt.DidChangeNotebookDocumentNotification=wt.NotebookCellArrayChange=wt.DidOpenNotebookDocumentNotification=wt.NotebookDocumentSyncRegistrationType=wt.NotebookDocument=wt.NotebookCell=wt.ExecutionSummary=wt.NotebookCellKind=void 0;var hc=hd(),En=md(),Wn=bt(),Zg;(function(t){t.Markup=1,t.Code=2;function e(r){return r===1||r===2}t.is=e})(Zg||(wt.NotebookCellKind=Zg={}));var ey;(function(t){function e(i,s){let o={executionOrder:i};return(s===!0||s===!1)&&(o.success=s),o}t.create=e;function r(i){let s=i;return En.objectLiteral(s)&&hc.uinteger.is(s.executionOrder)&&(s.success===void 0||En.boolean(s.success))}t.is=r;function n(i,s){return i===s?!0:i==null||s===null||s===void 0?!1:i.executionOrder===s.executionOrder&&i.success===s.success}t.equals=n})(ey||(wt.ExecutionSummary=ey={}));var kd;(function(t){function e(s,o){return{kind:s,document:o}}t.create=e;function r(s){let o=s;return En.objectLiteral(o)&&Zg.is(o.kind)&&hc.DocumentUri.is(o.document)&&(o.metadata===void 0||En.objectLiteral(o.metadata))}t.is=r;function n(s,o){let a=new Set;return s.document!==o.document&&a.add("document"),s.kind!==o.kind&&a.add("kind"),s.executionSummary!==o.executionSummary&&a.add("executionSummary"),(s.metadata!==void 0||o.metadata!==void 0)&&!i(s.metadata,o.metadata)&&a.add("metadata"),(s.executionSummary!==void 0||o.executionSummary!==void 0)&&!ey.equals(s.executionSummary,o.executionSummary)&&a.add("executionSummary"),a}t.diff=n;function i(s,o){if(s===o)return!0;if(s==null||o===null||o===void 0||typeof s!=typeof o||typeof s!="object")return!1;let a=Array.isArray(s),c=Array.isArray(o);if(a!==c)return!1;if(a&&c){if(s.length!==o.length)return!1;for(let l=0;l<s.length;l++)if(!i(s[l],o[l]))return!1}if(En.objectLiteral(s)&&En.objectLiteral(o)){let l=Object.keys(s),u=Object.keys(o);if(l.length!==u.length||(l.sort(),u.sort(),!i(l,u)))return!1;for(let d=0;d<l.length;d++){let f=l[d];if(!i(s[f],o[f]))return!1}}return!0}})(kd||(wt.NotebookCell=kd={}));var WP;(function(t){function e(n,i,s,o){return{uri:n,notebookType:i,version:s,cells:o}}t.create=e;function r(n){let i=n;return En.objectLiteral(i)&&En.string(i.uri)&&hc.integer.is(i.version)&&En.typedArray(i.cells,kd.is)}t.is=r})(WP||(wt.NotebookDocument=WP={}));var Uo;(function(t){t.method="notebookDocument/sync",t.messageDirection=Wn.MessageDirection.clientToServer,t.type=new Wn.RegistrationType(t.method)})(Uo||(wt.NotebookDocumentSyncRegistrationType=Uo={}));var GP;(function(t){t.method="notebookDocument/didOpen",t.messageDirection=Wn.MessageDirection.clientToServer,t.type=new Wn.ProtocolNotificationType(t.method),t.registrationMethod=Uo.method})(GP||(wt.DidOpenNotebookDocumentNotification=GP={}));var YP;(function(t){function e(n){let i=n;return En.objectLiteral(i)&&hc.uinteger.is(i.start)&&hc.uinteger.is(i.deleteCount)&&(i.cells===void 0||En.typedArray(i.cells,kd.is))}t.is=e;function r(n,i,s){let o={start:n,deleteCount:i};return s!==void 0&&(o.cells=s),o}t.create=r})(YP||(wt.NotebookCellArrayChange=YP={}));var KP;(function(t){t.method="notebookDocument/didChange",t.messageDirection=Wn.MessageDirection.clientToServer,t.type=new Wn.ProtocolNotificationType(t.method),t.registrationMethod=Uo.method})(KP||(wt.DidChangeNotebookDocumentNotification=KP={}));var XP;(function(t){t.method="notebookDocument/didSave",t.messageDirection=Wn.MessageDirection.clientToServer,t.type=new Wn.ProtocolNotificationType(t.method),t.registrationMethod=Uo.method})(XP||(wt.DidSaveNotebookDocumentNotification=XP={}));var JP;(function(t){t.method="notebookDocument/didClose",t.messageDirection=Wn.MessageDirection.clientToServer,t.type=new Wn.ProtocolNotificationType(t.method),t.registrationMethod=Uo.method})(JP||(wt.DidCloseNotebookDocumentNotification=JP={}))});var tR=P(Cd=>{"use strict";Object.defineProperty(Cd,"__esModule",{value:!0});Cd.InlineCompletionRequest=void 0;var ZP=bt(),eR;(function(t){t.method="textDocument/inlineCompletion",t.messageDirection=ZP.MessageDirection.clientToServer,t.type=new ZP.ProtocolRequestType(t.method)})(eR||(Cd.InlineCompletionRequest=eR={}))});var hE=P(N=>{"use strict";Object.defineProperty(N,"__esModule",{value:!0});N.WorkspaceSymbolRequest=N.CodeActionResolveRequest=N.CodeActionRequest=N.DocumentSymbolRequest=N.DocumentHighlightRequest=N.ReferencesRequest=N.DefinitionRequest=N.SignatureHelpRequest=N.SignatureHelpTriggerKind=N.HoverRequest=N.CompletionResolveRequest=N.CompletionRequest=N.CompletionTriggerKind=N.PublishDiagnosticsNotification=N.WatchKind=N.RelativePattern=N.FileChangeType=N.DidChangeWatchedFilesNotification=N.WillSaveTextDocumentWaitUntilRequest=N.WillSaveTextDocumentNotification=N.TextDocumentSaveReason=N.DidSaveTextDocumentNotification=N.DidCloseTextDocumentNotification=N.DidChangeTextDocumentNotification=N.TextDocumentContentChangeEvent=N.DidOpenTextDocumentNotification=N.TextDocumentSyncKind=N.TelemetryEventNotification=N.LogMessageNotification=N.ShowMessageRequest=N.ShowMessageNotification=N.MessageType=N.DidChangeConfigurationNotification=N.ExitNotification=N.ShutdownRequest=N.InitializedNotification=N.InitializeErrorCodes=N.InitializeRequest=N.WorkDoneProgressOptions=N.TextDocumentRegistrationOptions=N.StaticRegistrationOptions=N.PositionEncodingKind=N.FailureHandlingKind=N.ResourceOperationKind=N.UnregistrationRequest=N.RegistrationRequest=N.DocumentSelector=N.NotebookCellTextDocumentFilter=N.NotebookDocumentFilter=N.TextDocumentFilter=void 0;N.MonikerRequest=N.MonikerKind=N.UniquenessLevel=N.WillDeleteFilesRequest=N.DidDeleteFilesNotification=N.WillRenameFilesRequest=N.DidRenameFilesNotification=N.WillCreateFilesRequest=N.DidCreateFilesNotification=N.FileOperationPatternKind=N.LinkedEditingRangeRequest=N.ShowDocumentRequest=N.SemanticTokensRegistrationType=N.SemanticTokensRefreshRequest=N.SemanticTokensRangeRequest=N.SemanticTokensDeltaRequest=N.SemanticTokensRequest=N.TokenFormat=N.CallHierarchyPrepareRequest=N.CallHierarchyOutgoingCallsRequest=N.CallHierarchyIncomingCallsRequest=N.WorkDoneProgressCancelNotification=N.WorkDoneProgressCreateRequest=N.WorkDoneProgress=N.SelectionRangeRequest=N.DeclarationRequest=N.FoldingRangeRefreshRequest=N.FoldingRangeRequest=N.ColorPresentationRequest=N.DocumentColorRequest=N.ConfigurationRequest=N.DidChangeWorkspaceFoldersNotification=N.WorkspaceFoldersRequest=N.TypeDefinitionRequest=N.ImplementationRequest=N.ApplyWorkspaceEditRequest=N.ExecuteCommandRequest=N.PrepareRenameRequest=N.RenameRequest=N.PrepareSupportDefaultBehavior=N.DocumentOnTypeFormattingRequest=N.DocumentRangesFormattingRequest=N.DocumentRangeFormattingRequest=N.DocumentFormattingRequest=N.DocumentLinkResolveRequest=N.DocumentLinkRequest=N.CodeLensRefreshRequest=N.CodeLensResolveRequest=N.CodeLensRequest=N.WorkspaceSymbolResolveRequest=void 0;N.InlineCompletionRequest=N.DidCloseNotebookDocumentNotification=N.DidSaveNotebookDocumentNotification=N.DidChangeNotebookDocumentNotification=N.NotebookCellArrayChange=N.DidOpenNotebookDocumentNotification=N.NotebookDocumentSyncRegistrationType=N.NotebookDocument=N.NotebookCell=N.ExecutionSummary=N.NotebookCellKind=N.DiagnosticRefreshRequest=N.WorkspaceDiagnosticRequest=N.DocumentDiagnosticRequest=N.DocumentDiagnosticReportKind=N.DiagnosticServerCancellationData=N.InlayHintRefreshRequest=N.InlayHintResolveRequest=N.InlayHintRequest=N.InlineValueRefreshRequest=N.InlineValueRequest=N.TypeHierarchySupertypesRequest=N.TypeHierarchySubtypesRequest=N.TypeHierarchyPrepareRequest=void 0;var z=bt(),rR=hd(),Wt=md(),SF=wN();Object.defineProperty(N,"ImplementationRequest",{enumerable:!0,get:function(){return SF.ImplementationRequest}});var NF=DN();Object.defineProperty(N,"TypeDefinitionRequest",{enumerable:!0,get:function(){return NF.TypeDefinitionRequest}});var uE=ON();Object.defineProperty(N,"WorkspaceFoldersRequest",{enumerable:!0,get:function(){return uE.WorkspaceFoldersRequest}});Object.defineProperty(N,"DidChangeWorkspaceFoldersNotification",{enumerable:!0,get:function(){return uE.DidChangeWorkspaceFoldersNotification}});var PF=qN();Object.defineProperty(N,"ConfigurationRequest",{enumerable:!0,get:function(){return PF.ConfigurationRequest}});var dE=BN();Object.defineProperty(N,"DocumentColorRequest",{enumerable:!0,get:function(){return dE.DocumentColorRequest}});Object.defineProperty(N,"ColorPresentationRequest",{enumerable:!0,get:function(){return dE.ColorPresentationRequest}});var fE=UN();Object.defineProperty(N,"FoldingRangeRequest",{enumerable:!0,get:function(){return fE.FoldingRangeRequest}});Object.defineProperty(N,"FoldingRangeRefreshRequest",{enumerable:!0,get:function(){return fE.FoldingRangeRefreshRequest}});var RF=zN();Object.defineProperty(N,"DeclarationRequest",{enumerable:!0,get:function(){return RF.DeclarationRequest}});var EF=YN();Object.defineProperty(N,"SelectionRangeRequest",{enumerable:!0,get:function(){return EF.SelectionRangeRequest}});var sy=QN();Object.defineProperty(N,"WorkDoneProgress",{enumerable:!0,get:function(){return sy.WorkDoneProgress}});Object.defineProperty(N,"WorkDoneProgressCreateRequest",{enumerable:!0,get:function(){return sy.WorkDoneProgressCreateRequest}});Object.defineProperty(N,"WorkDoneProgressCancelNotification",{enumerable:!0,get:function(){return sy.WorkDoneProgressCancelNotification}});var oy=rP();Object.defineProperty(N,"CallHierarchyIncomingCallsRequest",{enumerable:!0,get:function(){return oy.CallHierarchyIncomingCallsRequest}});Object.defineProperty(N,"CallHierarchyOutgoingCallsRequest",{enumerable:!0,get:function(){return oy.CallHierarchyOutgoingCallsRequest}});Object.defineProperty(N,"CallHierarchyPrepareRequest",{enumerable:!0,get:function(){return oy.CallHierarchyPrepareRequest}});var Ho=cP();Object.defineProperty(N,"TokenFormat",{enumerable:!0,get:function(){return Ho.TokenFormat}});Object.defineProperty(N,"SemanticTokensRequest",{enumerable:!0,get:function(){return Ho.SemanticTokensRequest}});Object.defineProperty(N,"SemanticTokensDeltaRequest",{enumerable:!0,get:function(){return Ho.SemanticTokensDeltaRequest}});Object.defineProperty(N,"SemanticTokensRangeRequest",{enumerable:!0,get:function(){return Ho.SemanticTokensRangeRequest}});Object.defineProperty(N,"SemanticTokensRefreshRequest",{enumerable:!0,get:function(){return Ho.SemanticTokensRefreshRequest}});Object.defineProperty(N,"SemanticTokensRegistrationType",{enumerable:!0,get:function(){return Ho.SemanticTokensRegistrationType}});var wF=dP();Object.defineProperty(N,"ShowDocumentRequest",{enumerable:!0,get:function(){return wF.ShowDocumentRequest}});var kF=hP();Object.defineProperty(N,"LinkedEditingRangeRequest",{enumerable:!0,get:function(){return kF.LinkedEditingRangeRequest}});var js=SP();Object.defineProperty(N,"FileOperationPatternKind",{enumerable:!0,get:function(){return js.FileOperationPatternKind}});Object.defineProperty(N,"DidCreateFilesNotification",{enumerable:!0,get:function(){return js.DidCreateFilesNotification}});Object.defineProperty(N,"WillCreateFilesRequest",{enumerable:!0,get:function(){return js.WillCreateFilesRequest}});Object.defineProperty(N,"DidRenameFilesNotification",{enumerable:!0,get:function(){return js.DidRenameFilesNotification}});Object.defineProperty(N,"WillRenameFilesRequest",{enumerable:!0,get:function(){return js.WillRenameFilesRequest}});Object.defineProperty(N,"DidDeleteFilesNotification",{enumerable:!0,get:function(){return js.DidDeleteFilesNotification}});Object.defineProperty(N,"WillDeleteFilesRequest",{enumerable:!0,get:function(){return js.WillDeleteFilesRequest}});var ay=wP();Object.defineProperty(N,"UniquenessLevel",{enumerable:!0,get:function(){return ay.UniquenessLevel}});Object.defineProperty(N,"MonikerKind",{enumerable:!0,get:function(){return ay.MonikerKind}});Object.defineProperty(N,"MonikerRequest",{enumerable:!0,get:function(){return ay.MonikerRequest}});var cy=AP();Object.defineProperty(N,"TypeHierarchyPrepareRequest",{enumerable:!0,get:function(){return cy.TypeHierarchyPrepareRequest}});Object.defineProperty(N,"TypeHierarchySubtypesRequest",{enumerable:!0,get:function(){return cy.TypeHierarchySubtypesRequest}});Object.defineProperty(N,"TypeHierarchySupertypesRequest",{enumerable:!0,get:function(){return cy.TypeHierarchySupertypesRequest}});var pE=xP();Object.defineProperty(N,"InlineValueRequest",{enumerable:!0,get:function(){return pE.InlineValueRequest}});Object.defineProperty(N,"InlineValueRefreshRequest",{enumerable:!0,get:function(){return pE.InlineValueRefreshRequest}});var ly=$P();Object.defineProperty(N,"InlayHintRequest",{enumerable:!0,get:function(){return ly.InlayHintRequest}});Object.defineProperty(N,"InlayHintResolveRequest",{enumerable:!0,get:function(){return ly.InlayHintResolveRequest}});Object.defineProperty(N,"InlayHintRefreshRequest",{enumerable:!0,get:function(){return ly.InlayHintRefreshRequest}});var mc=zP();Object.defineProperty(N,"DiagnosticServerCancellationData",{enumerable:!0,get:function(){return mc.DiagnosticServerCancellationData}});Object.defineProperty(N,"DocumentDiagnosticReportKind",{enumerable:!0,get:function(){return mc.DocumentDiagnosticReportKind}});Object.defineProperty(N,"DocumentDiagnosticRequest",{enumerable:!0,get:function(){return mc.DocumentDiagnosticRequest}});Object.defineProperty(N,"WorkspaceDiagnosticRequest",{enumerable:!0,get:function(){return mc.WorkspaceDiagnosticRequest}});Object.defineProperty(N,"DiagnosticRefreshRequest",{enumerable:!0,get:function(){return mc.DiagnosticRefreshRequest}});var Gn=QP();Object.defineProperty(N,"NotebookCellKind",{enumerable:!0,get:function(){return Gn.NotebookCellKind}});Object.defineProperty(N,"ExecutionSummary",{enumerable:!0,get:function(){return Gn.ExecutionSummary}});Object.defineProperty(N,"NotebookCell",{enumerable:!0,get:function(){return Gn.NotebookCell}});Object.defineProperty(N,"NotebookDocument",{enumerable:!0,get:function(){return Gn.NotebookDocument}});Object.defineProperty(N,"NotebookDocumentSyncRegistrationType",{enumerable:!0,get:function(){return Gn.NotebookDocumentSyncRegistrationType}});Object.defineProperty(N,"DidOpenNotebookDocumentNotification",{enumerable:!0,get:function(){return Gn.DidOpenNotebookDocumentNotification}});Object.defineProperty(N,"NotebookCellArrayChange",{enumerable:!0,get:function(){return Gn.NotebookCellArrayChange}});Object.defineProperty(N,"DidChangeNotebookDocumentNotification",{enumerable:!0,get:function(){return Gn.DidChangeNotebookDocumentNotification}});Object.defineProperty(N,"DidSaveNotebookDocumentNotification",{enumerable:!0,get:function(){return Gn.DidSaveNotebookDocumentNotification}});Object.defineProperty(N,"DidCloseNotebookDocumentNotification",{enumerable:!0,get:function(){return Gn.DidCloseNotebookDocumentNotification}});var CF=tR();Object.defineProperty(N,"InlineCompletionRequest",{enumerable:!0,get:function(){return CF.InlineCompletionRequest}});var ty;(function(t){function e(r){let n=r;return Wt.string(n)||Wt.string(n.language)||Wt.string(n.scheme)||Wt.string(n.pattern)}t.is=e})(ty||(N.TextDocumentFilter=ty={}));var ry;(function(t){function e(r){let n=r;return Wt.objectLiteral(n)&&(Wt.string(n.notebookType)||Wt.string(n.scheme)||Wt.string(n.pattern))}t.is=e})(ry||(N.NotebookDocumentFilter=ry={}));var ny;(function(t){function e(r){let n=r;return Wt.objectLiteral(n)&&(Wt.string(n.notebook)||ry.is(n.notebook))&&(n.language===void 0||Wt.string(n.language))}t.is=e})(ny||(N.NotebookCellTextDocumentFilter=ny={}));var iy;(function(t){function e(r){if(!Array.isArray(r))return!1;for(let n of r)if(!Wt.string(n)&&!ty.is(n)&&!ny.is(n))return!1;return!0}t.is=e})(iy||(N.DocumentSelector=iy={}));var nR;(function(t){t.method="client/registerCapability",t.messageDirection=z.MessageDirection.serverToClient,t.type=new z.ProtocolRequestType(t.method)})(nR||(N.RegistrationRequest=nR={}));var iR;(function(t){t.method="client/unregisterCapability",t.messageDirection=z.MessageDirection.serverToClient,t.type=new z.ProtocolRequestType(t.method)})(iR||(N.UnregistrationRequest=iR={}));var sR;(function(t){t.Create="create",t.Rename="rename",t.Delete="delete"})(sR||(N.ResourceOperationKind=sR={}));var oR;(function(t){t.Abort="abort",t.Transactional="transactional",t.TextOnlyTransactional="textOnlyTransactional",t.Undo="undo"})(oR||(N.FailureHandlingKind=oR={}));var aR;(function(t){t.UTF8="utf-8",t.UTF16="utf-16",t.UTF32="utf-32"})(aR||(N.PositionEncodingKind=aR={}));var cR;(function(t){function e(r){let n=r;return n&&Wt.string(n.id)&&n.id.length>0}t.hasId=e})(cR||(N.StaticRegistrationOptions=cR={}));var lR;(function(t){function e(r){let n=r;return n&&(n.documentSelector===null||iy.is(n.documentSelector))}t.is=e})(lR||(N.TextDocumentRegistrationOptions=lR={}));var uR;(function(t){function e(n){let i=n;return Wt.objectLiteral(i)&&(i.workDoneProgress===void 0||Wt.boolean(i.workDoneProgress))}t.is=e;function r(n){let i=n;return i&&Wt.boolean(i.workDoneProgress)}t.hasWorkDoneProgress=r})(uR||(N.WorkDoneProgressOptions=uR={}));var dR;(function(t){t.method="initialize",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(dR||(N.InitializeRequest=dR={}));var fR;(function(t){t.unknownProtocolVersion=1})(fR||(N.InitializeErrorCodes=fR={}));var pR;(function(t){t.method="initialized",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolNotificationType(t.method)})(pR||(N.InitializedNotification=pR={}));var hR;(function(t){t.method="shutdown",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType0(t.method)})(hR||(N.ShutdownRequest=hR={}));var mR;(function(t){t.method="exit",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolNotificationType0(t.method)})(mR||(N.ExitNotification=mR={}));var gR;(function(t){t.method="workspace/didChangeConfiguration",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolNotificationType(t.method)})(gR||(N.DidChangeConfigurationNotification=gR={}));var yR;(function(t){t.Error=1,t.Warning=2,t.Info=3,t.Log=4,t.Debug=5})(yR||(N.MessageType=yR={}));var vR;(function(t){t.method="window/showMessage",t.messageDirection=z.MessageDirection.serverToClient,t.type=new z.ProtocolNotificationType(t.method)})(vR||(N.ShowMessageNotification=vR={}));var TR;(function(t){t.method="window/showMessageRequest",t.messageDirection=z.MessageDirection.serverToClient,t.type=new z.ProtocolRequestType(t.method)})(TR||(N.ShowMessageRequest=TR={}));var bR;(function(t){t.method="window/logMessage",t.messageDirection=z.MessageDirection.serverToClient,t.type=new z.ProtocolNotificationType(t.method)})(bR||(N.LogMessageNotification=bR={}));var _R;(function(t){t.method="telemetry/event",t.messageDirection=z.MessageDirection.serverToClient,t.type=new z.ProtocolNotificationType(t.method)})(_R||(N.TelemetryEventNotification=_R={}));var SR;(function(t){t.None=0,t.Full=1,t.Incremental=2})(SR||(N.TextDocumentSyncKind=SR={}));var NR;(function(t){t.method="textDocument/didOpen",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolNotificationType(t.method)})(NR||(N.DidOpenTextDocumentNotification=NR={}));var PR;(function(t){function e(n){let i=n;return i!=null&&typeof i.text=="string"&&i.range!==void 0&&(i.rangeLength===void 0||typeof i.rangeLength=="number")}t.isIncremental=e;function r(n){let i=n;return i!=null&&typeof i.text=="string"&&i.range===void 0&&i.rangeLength===void 0}t.isFull=r})(PR||(N.TextDocumentContentChangeEvent=PR={}));var RR;(function(t){t.method="textDocument/didChange",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolNotificationType(t.method)})(RR||(N.DidChangeTextDocumentNotification=RR={}));var ER;(function(t){t.method="textDocument/didClose",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolNotificationType(t.method)})(ER||(N.DidCloseTextDocumentNotification=ER={}));var wR;(function(t){t.method="textDocument/didSave",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolNotificationType(t.method)})(wR||(N.DidSaveTextDocumentNotification=wR={}));var kR;(function(t){t.Manual=1,t.AfterDelay=2,t.FocusOut=3})(kR||(N.TextDocumentSaveReason=kR={}));var CR;(function(t){t.method="textDocument/willSave",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolNotificationType(t.method)})(CR||(N.WillSaveTextDocumentNotification=CR={}));var DR;(function(t){t.method="textDocument/willSaveWaitUntil",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(DR||(N.WillSaveTextDocumentWaitUntilRequest=DR={}));var AR;(function(t){t.method="workspace/didChangeWatchedFiles",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolNotificationType(t.method)})(AR||(N.DidChangeWatchedFilesNotification=AR={}));var IR;(function(t){t.Created=1,t.Changed=2,t.Deleted=3})(IR||(N.FileChangeType=IR={}));var OR;(function(t){function e(r){let n=r;return Wt.objectLiteral(n)&&(rR.URI.is(n.baseUri)||rR.WorkspaceFolder.is(n.baseUri))&&Wt.string(n.pattern)}t.is=e})(OR||(N.RelativePattern=OR={}));var xR;(function(t){t.Create=1,t.Change=2,t.Delete=4})(xR||(N.WatchKind=xR={}));var MR;(function(t){t.method="textDocument/publishDiagnostics",t.messageDirection=z.MessageDirection.serverToClient,t.type=new z.ProtocolNotificationType(t.method)})(MR||(N.PublishDiagnosticsNotification=MR={}));var qR;(function(t){t.Invoked=1,t.TriggerCharacter=2,t.TriggerForIncompleteCompletions=3})(qR||(N.CompletionTriggerKind=qR={}));var LR;(function(t){t.method="textDocument/completion",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(LR||(N.CompletionRequest=LR={}));var $R;(function(t){t.method="completionItem/resolve",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})($R||(N.CompletionResolveRequest=$R={}));var BR;(function(t){t.method="textDocument/hover",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(BR||(N.HoverRequest=BR={}));var FR;(function(t){t.Invoked=1,t.TriggerCharacter=2,t.ContentChange=3})(FR||(N.SignatureHelpTriggerKind=FR={}));var jR;(function(t){t.method="textDocument/signatureHelp",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(jR||(N.SignatureHelpRequest=jR={}));var UR;(function(t){t.method="textDocument/definition",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(UR||(N.DefinitionRequest=UR={}));var HR;(function(t){t.method="textDocument/references",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(HR||(N.ReferencesRequest=HR={}));var VR;(function(t){t.method="textDocument/documentHighlight",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(VR||(N.DocumentHighlightRequest=VR={}));var zR;(function(t){t.method="textDocument/documentSymbol",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(zR||(N.DocumentSymbolRequest=zR={}));var WR;(function(t){t.method="textDocument/codeAction",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(WR||(N.CodeActionRequest=WR={}));var GR;(function(t){t.method="codeAction/resolve",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(GR||(N.CodeActionResolveRequest=GR={}));var YR;(function(t){t.method="workspace/symbol",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(YR||(N.WorkspaceSymbolRequest=YR={}));var KR;(function(t){t.method="workspaceSymbol/resolve",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(KR||(N.WorkspaceSymbolResolveRequest=KR={}));var XR;(function(t){t.method="textDocument/codeLens",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(XR||(N.CodeLensRequest=XR={}));var JR;(function(t){t.method="codeLens/resolve",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(JR||(N.CodeLensResolveRequest=JR={}));var QR;(function(t){t.method="workspace/codeLens/refresh",t.messageDirection=z.MessageDirection.serverToClient,t.type=new z.ProtocolRequestType0(t.method)})(QR||(N.CodeLensRefreshRequest=QR={}));var ZR;(function(t){t.method="textDocument/documentLink",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(ZR||(N.DocumentLinkRequest=ZR={}));var eE;(function(t){t.method="documentLink/resolve",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(eE||(N.DocumentLinkResolveRequest=eE={}));var tE;(function(t){t.method="textDocument/formatting",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(tE||(N.DocumentFormattingRequest=tE={}));var rE;(function(t){t.method="textDocument/rangeFormatting",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(rE||(N.DocumentRangeFormattingRequest=rE={}));var nE;(function(t){t.method="textDocument/rangesFormatting",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(nE||(N.DocumentRangesFormattingRequest=nE={}));var iE;(function(t){t.method="textDocument/onTypeFormatting",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(iE||(N.DocumentOnTypeFormattingRequest=iE={}));var sE;(function(t){t.Identifier=1})(sE||(N.PrepareSupportDefaultBehavior=sE={}));var oE;(function(t){t.method="textDocument/rename",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(oE||(N.RenameRequest=oE={}));var aE;(function(t){t.method="textDocument/prepareRename",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(aE||(N.PrepareRenameRequest=aE={}));var cE;(function(t){t.method="workspace/executeCommand",t.messageDirection=z.MessageDirection.clientToServer,t.type=new z.ProtocolRequestType(t.method)})(cE||(N.ExecuteCommandRequest=cE={}));var lE;(function(t){t.method="workspace/applyEdit",t.messageDirection=z.MessageDirection.serverToClient,t.type=new z.ProtocolRequestType("workspace/applyEdit")})(lE||(N.ApplyWorkspaceEditRequest=lE={}))});var gE=P(Dd=>{"use strict";Object.defineProperty(Dd,"__esModule",{value:!0});Dd.createProtocolConnection=void 0;var mE=Fs();function DF(t,e,r,n){return mE.ConnectionStrategy.is(n)&&(n={connectionStrategy:n}),(0,mE.createMessageConnection)(t,e,r,n)}Dd.createProtocolConnection=DF});var vE=P(Cr=>{"use strict";var AF=Cr&&Cr.__createBinding||(Object.create?function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}),Ad=Cr&&Cr.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&AF(e,t,r)};Object.defineProperty(Cr,"__esModule",{value:!0});Cr.LSPErrorCodes=Cr.createProtocolConnection=void 0;Ad(Fs(),Cr);Ad(hd(),Cr);Ad(bt(),Cr);Ad(hE(),Cr);var IF=gE();Object.defineProperty(Cr,"createProtocolConnection",{enumerable:!0,get:function(){return IF.createProtocolConnection}});var yE;(function(t){t.lspReservedErrorRangeStart=-32899,t.RequestFailed=-32803,t.ServerCancelled=-32802,t.ContentModified=-32801,t.RequestCancelled=-32800,t.lspReservedErrorRangeEnd=-32800})(yE||(Cr.LSPErrorCodes=yE={}))});var kt=P(Yn=>{"use strict";var OF=Yn&&Yn.__createBinding||(Object.create?function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}),TE=Yn&&Yn.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&OF(e,t,r)};Object.defineProperty(Yn,"__esModule",{value:!0});Yn.createProtocolConnection=void 0;var xF=Gg();TE(Gg(),Yn);TE(vE(),Yn);function MF(t,e,r,n){return(0,xF.createMessageConnection)(t,e,r,n)}Yn.createProtocolConnection=MF});var uy=P(Zr=>{"use strict";Object.defineProperty(Zr,"__esModule",{value:!0});Zr.generateUuid=Zr.parse=Zr.isUUID=Zr.v4=Zr.empty=void 0;var gc=class{constructor(e){this._value=e}asHex(){return this._value}equals(e){return this.asHex()===e.asHex()}},yc=class t extends gc{static _oneOf(e){return e[Math.floor(e.length*Math.random())]}static _randomHex(){return t._oneOf(t._chars)}constructor(){super([t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),"-",t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),"-","4",t._randomHex(),t._randomHex(),t._randomHex(),"-",t._oneOf(t._timeHighBits),t._randomHex(),t._randomHex(),t._randomHex(),"-",t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex(),t._randomHex()].join(""))}};yc._chars=["0","1","2","3","4","5","6","6","7","8","9","a","b","c","d","e","f"];yc._timeHighBits=["8","9","a","b"];Zr.empty=new gc("00000000-0000-0000-0000-000000000000");function bE(){return new yc}Zr.v4=bE;var qF=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function _E(t){return qF.test(t)}Zr.isUUID=_E;function LF(t){if(!_E(t))throw new Error("invalid uuid");return new gc(t)}Zr.parse=LF;function $F(){return bE().asHex()}Zr.generateUuid=$F});var SE=P(Xi=>{"use strict";Object.defineProperty(Xi,"__esModule",{value:!0});Xi.attachPartialResult=Xi.ProgressFeature=Xi.attachWorkDone=void 0;var Ki=kt(),BF=uy(),Us=class t{constructor(e,r){this._connection=e,this._token=r,t.Instances.set(this._token,this)}begin(e,r,n,i){let s={kind:"begin",title:e,percentage:r,message:n,cancellable:i};this._connection.sendProgress(Ki.WorkDoneProgress.type,this._token,s)}report(e,r){let n={kind:"report"};typeof e=="number"?(n.percentage=e,r!==void 0&&(n.message=r)):n.message=e,this._connection.sendProgress(Ki.WorkDoneProgress.type,this._token,n)}done(){t.Instances.delete(this._token),this._connection.sendProgress(Ki.WorkDoneProgress.type,this._token,{kind:"end"})}};Us.Instances=new Map;var Id=class extends Us{constructor(e,r){super(e,r),this._source=new Ki.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose(),super.done()}cancel(){this._source.cancel()}},vc=class{constructor(){}begin(){}report(){}done(){}},Od=class extends vc{constructor(){super(),this._source=new Ki.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose()}cancel(){this._source.cancel()}};function FF(t,e){if(e===void 0||e.workDoneToken===void 0)return new vc;let r=e.workDoneToken;return delete e.workDoneToken,new Us(t,r)}Xi.attachWorkDone=FF;var jF=t=>class extends t{constructor(){super(),this._progressSupported=!1}initialize(e){super.initialize(e),e?.window?.workDoneProgress===!0&&(this._progressSupported=!0,this.connection.onNotification(Ki.WorkDoneProgressCancelNotification.type,r=>{let n=Us.Instances.get(r.token);(n instanceof Id||n instanceof Od)&&n.cancel()}))}attachWorkDoneProgress(e){return e===void 0?new vc:new Us(this.connection,e)}createWorkDoneProgress(){if(this._progressSupported){let e=(0,BF.generateUuid)();return this.connection.sendRequest(Ki.WorkDoneProgressCreateRequest.type,{token:e}).then(()=>new Id(this.connection,e))}else return Promise.resolve(new Od)}};Xi.ProgressFeature=jF;var dy;(function(t){t.type=new Ki.ProgressType})(dy||(dy={}));var fy=class{constructor(e,r){this._connection=e,this._token=r}report(e){this._connection.sendProgress(dy.type,this._token,e)}};function UF(t,e){if(e===void 0||e.partialResultToken===void 0)return;let r=e.partialResultToken;return delete e.partialResultToken,new fy(t,r)}Xi.attachPartialResult=UF});var NE=P(xd=>{"use strict";Object.defineProperty(xd,"__esModule",{value:!0});xd.ConfigurationFeature=void 0;var HF=kt(),VF=zu(),zF=t=>class extends t{getConfiguration(e){return e?VF.string(e)?this._getConfiguration({section:e}):this._getConfiguration(e):this._getConfiguration({})}_getConfiguration(e){let r={items:Array.isArray(e)?e:[e]};return this.connection.sendRequest(HF.ConfigurationRequest.type,r).then(n=>Array.isArray(n)?Array.isArray(e)?n:n[0]:Array.isArray(e)?[]:null)}};xd.ConfigurationFeature=zF});var PE=P(qd=>{"use strict";Object.defineProperty(qd,"__esModule",{value:!0});qd.WorkspaceFoldersFeature=void 0;var Md=kt(),WF=t=>class extends t{constructor(){super(),this._notificationIsAutoRegistered=!1}initialize(e){super.initialize(e);let r=e.workspace;r&&r.workspaceFolders&&(this._onDidChangeWorkspaceFolders=new Md.Emitter,this.connection.onNotification(Md.DidChangeWorkspaceFoldersNotification.type,n=>{this._onDidChangeWorkspaceFolders.fire(n.event)}))}fillServerCapabilities(e){super.fillServerCapabilities(e);let r=e.workspace?.workspaceFolders?.changeNotifications;this._notificationIsAutoRegistered=r===!0||typeof r=="string"}getWorkspaceFolders(){return this.connection.sendRequest(Md.WorkspaceFoldersRequest.type)}get onDidChangeWorkspaceFolders(){if(!this._onDidChangeWorkspaceFolders)throw new Error("Client doesn't support sending workspace folder change events.");return!this._notificationIsAutoRegistered&&!this._unregistration&&(this._unregistration=this.connection.client.register(Md.DidChangeWorkspaceFoldersNotification.type)),this._onDidChangeWorkspaceFolders.event}};qd.WorkspaceFoldersFeature=WF});var RE=P(Ld=>{"use strict";Object.defineProperty(Ld,"__esModule",{value:!0});Ld.CallHierarchyFeature=void 0;var py=kt(),GF=t=>class extends t{get callHierarchy(){return{onPrepare:e=>this.connection.onRequest(py.CallHierarchyPrepareRequest.type,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),void 0)),onIncomingCalls:e=>{let r=py.CallHierarchyIncomingCallsRequest.type;return this.connection.onRequest(r,(n,i)=>e(n,i,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(r,n)))},onOutgoingCalls:e=>{let r=py.CallHierarchyOutgoingCallsRequest.type;return this.connection.onRequest(r,(n,i)=>e(n,i,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(r,n)))}}}};Ld.CallHierarchyFeature=GF});var my=P(Ji=>{"use strict";Object.defineProperty(Ji,"__esModule",{value:!0});Ji.SemanticTokensBuilder=Ji.SemanticTokensDiff=Ji.SemanticTokensFeature=void 0;var $d=kt(),YF=t=>class extends t{get semanticTokens(){return{refresh:()=>this.connection.sendRequest($d.SemanticTokensRefreshRequest.type),on:e=>{let r=$d.SemanticTokensRequest.type;return this.connection.onRequest(r,(n,i)=>e(n,i,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(r,n)))},onDelta:e=>{let r=$d.SemanticTokensDeltaRequest.type;return this.connection.onRequest(r,(n,i)=>e(n,i,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(r,n)))},onRange:e=>{let r=$d.SemanticTokensRangeRequest.type;return this.connection.onRequest(r,(n,i)=>e(n,i,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(r,n)))}}}};Ji.SemanticTokensFeature=YF;var Bd=class{constructor(e,r){this.originalSequence=e,this.modifiedSequence=r}computeDiff(){let e=this.originalSequence.length,r=this.modifiedSequence.length,n=0;for(;n<r&&n<e&&this.originalSequence[n]===this.modifiedSequence[n];)n++;if(n<r&&n<e){let i=e-1,s=r-1;for(;i>=n&&s>=n&&this.originalSequence[i]===this.modifiedSequence[s];)i--,s--;(i<n||s<n)&&(i++,s++);let o=i-n+1,a=this.modifiedSequence.slice(n,s+1);return a.length===1&&a[0]===this.originalSequence[i]?[{start:n,deleteCount:o-1}]:[{start:n,deleteCount:o,data:a}]}else return n<r?[{start:n,deleteCount:0,data:this.modifiedSequence.slice(n)}]:n<e?[{start:n,deleteCount:e-n}]:[]}};Ji.SemanticTokensDiff=Bd;var hy=class{constructor(){this._prevData=void 0,this.initialize()}initialize(){this._id=Date.now(),this._prevLine=0,this._prevChar=0,this._data=[],this._dataLen=0}push(e,r,n,i,s){let o=e,a=r;this._dataLen>0&&(o-=this._prevLine,o===0&&(a-=this._prevChar)),this._data[this._dataLen++]=o,this._data[this._dataLen++]=a,this._data[this._dataLen++]=n,this._data[this._dataLen++]=i,this._data[this._dataLen++]=s,this._prevLine=e,this._prevChar=r}get id(){return this._id.toString()}previousResult(e){this.id===e&&(this._prevData=this._data),this.initialize()}build(){return this._prevData=void 0,{resultId:this.id,data:this._data}}canBuildEdits(){return this._prevData!==void 0}buildEdits(){return this._prevData!==void 0?{resultId:this.id,edits:new Bd(this._prevData,this._data).computeDiff()}:this.build()}};Ji.SemanticTokensBuilder=hy});var EE=P(Fd=>{"use strict";Object.defineProperty(Fd,"__esModule",{value:!0});Fd.ShowDocumentFeature=void 0;var KF=kt(),XF=t=>class extends t{showDocument(e){return this.connection.sendRequest(KF.ShowDocumentRequest.type,e)}};Fd.ShowDocumentFeature=XF});var wE=P(jd=>{"use strict";Object.defineProperty(jd,"__esModule",{value:!0});jd.FileOperationsFeature=void 0;var Vo=kt(),JF=t=>class extends t{onDidCreateFiles(e){return this.connection.onNotification(Vo.DidCreateFilesNotification.type,r=>{e(r)})}onDidRenameFiles(e){return this.connection.onNotification(Vo.DidRenameFilesNotification.type,r=>{e(r)})}onDidDeleteFiles(e){return this.connection.onNotification(Vo.DidDeleteFilesNotification.type,r=>{e(r)})}onWillCreateFiles(e){return this.connection.onRequest(Vo.WillCreateFilesRequest.type,(r,n)=>e(r,n))}onWillRenameFiles(e){return this.connection.onRequest(Vo.WillRenameFilesRequest.type,(r,n)=>e(r,n))}onWillDeleteFiles(e){return this.connection.onRequest(Vo.WillDeleteFilesRequest.type,(r,n)=>e(r,n))}};jd.FileOperationsFeature=JF});var kE=P(Ud=>{"use strict";Object.defineProperty(Ud,"__esModule",{value:!0});Ud.LinkedEditingRangeFeature=void 0;var QF=kt(),ZF=t=>class extends t{onLinkedEditingRange(e){return this.connection.onRequest(QF.LinkedEditingRangeRequest.type,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),void 0))}};Ud.LinkedEditingRangeFeature=ZF});var CE=P(Hd=>{"use strict";Object.defineProperty(Hd,"__esModule",{value:!0});Hd.TypeHierarchyFeature=void 0;var gy=kt(),ej=t=>class extends t{get typeHierarchy(){return{onPrepare:e=>this.connection.onRequest(gy.TypeHierarchyPrepareRequest.type,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),void 0)),onSupertypes:e=>{let r=gy.TypeHierarchySupertypesRequest.type;return this.connection.onRequest(r,(n,i)=>e(n,i,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(r,n)))},onSubtypes:e=>{let r=gy.TypeHierarchySubtypesRequest.type;return this.connection.onRequest(r,(n,i)=>e(n,i,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(r,n)))}}}};Hd.TypeHierarchyFeature=ej});var AE=P(Vd=>{"use strict";Object.defineProperty(Vd,"__esModule",{value:!0});Vd.InlineValueFeature=void 0;var DE=kt(),tj=t=>class extends t{get inlineValue(){return{refresh:()=>this.connection.sendRequest(DE.InlineValueRefreshRequest.type),on:e=>this.connection.onRequest(DE.InlineValueRequest.type,(r,n)=>e(r,n,this.attachWorkDoneProgress(r)))}}};Vd.InlineValueFeature=tj});var OE=P(zd=>{"use strict";Object.defineProperty(zd,"__esModule",{value:!0});zd.FoldingRangeFeature=void 0;var IE=kt(),rj=t=>class extends t{get foldingRange(){return{refresh:()=>this.connection.sendRequest(IE.FoldingRangeRefreshRequest.type),on:e=>{let r=IE.FoldingRangeRequest.type;return this.connection.onRequest(r,(n,i)=>e(n,i,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(r,n)))}}}};zd.FoldingRangeFeature=rj});var xE=P(Wd=>{"use strict";Object.defineProperty(Wd,"__esModule",{value:!0});Wd.InlayHintFeature=void 0;var yy=kt(),nj=t=>class extends t{get inlayHint(){return{refresh:()=>this.connection.sendRequest(yy.InlayHintRefreshRequest.type),on:e=>this.connection.onRequest(yy.InlayHintRequest.type,(r,n)=>e(r,n,this.attachWorkDoneProgress(r))),resolve:e=>this.connection.onRequest(yy.InlayHintResolveRequest.type,(r,n)=>e(r,n))}}};Wd.InlayHintFeature=nj});var ME=P(Gd=>{"use strict";Object.defineProperty(Gd,"__esModule",{value:!0});Gd.DiagnosticFeature=void 0;var Tc=kt(),ij=t=>class extends t{get diagnostics(){return{refresh:()=>this.connection.sendRequest(Tc.DiagnosticRefreshRequest.type),on:e=>this.connection.onRequest(Tc.DocumentDiagnosticRequest.type,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(Tc.DocumentDiagnosticRequest.partialResult,r))),onWorkspace:e=>this.connection.onRequest(Tc.WorkspaceDiagnosticRequest.type,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(Tc.WorkspaceDiagnosticRequest.partialResult,r)))}}};Gd.DiagnosticFeature=ij});var Ty=P(Yd=>{"use strict";Object.defineProperty(Yd,"__esModule",{value:!0});Yd.TextDocuments=void 0;var Hs=kt(),vy=class{constructor(e){this._configuration=e,this._syncedDocuments=new Map,this._onDidChangeContent=new Hs.Emitter,this._onDidOpen=new Hs.Emitter,this._onDidClose=new Hs.Emitter,this._onDidSave=new Hs.Emitter,this._onWillSave=new Hs.Emitter}get onDidOpen(){return this._onDidOpen.event}get onDidChangeContent(){return this._onDidChangeContent.event}get onWillSave(){return this._onWillSave.event}onWillSaveWaitUntil(e){this._willSaveWaitUntil=e}get onDidSave(){return this._onDidSave.event}get onDidClose(){return this._onDidClose.event}get(e){return this._syncedDocuments.get(e)}all(){return Array.from(this._syncedDocuments.values())}keys(){return Array.from(this._syncedDocuments.keys())}listen(e){e.__textDocumentSync=Hs.TextDocumentSyncKind.Incremental;let r=[];return r.push(e.onDidOpenTextDocument(n=>{let i=n.textDocument,s=this._configuration.create(i.uri,i.languageId,i.version,i.text);this._syncedDocuments.set(i.uri,s);let o=Object.freeze({document:s});this._onDidOpen.fire(o),this._onDidChangeContent.fire(o)})),r.push(e.onDidChangeTextDocument(n=>{let i=n.textDocument,s=n.contentChanges;if(s.length===0)return;let{version:o}=i;if(o==null)throw new Error(`Received document change event for ${i.uri} without valid version identifier`);let a=this._syncedDocuments.get(i.uri);a!==void 0&&(a=this._configuration.update(a,s,o),this._syncedDocuments.set(i.uri,a),this._onDidChangeContent.fire(Object.freeze({document:a})))})),r.push(e.onDidCloseTextDocument(n=>{let i=this._syncedDocuments.get(n.textDocument.uri);i!==void 0&&(this._syncedDocuments.delete(n.textDocument.uri),this._onDidClose.fire(Object.freeze({document:i})))})),r.push(e.onWillSaveTextDocument(n=>{let i=this._syncedDocuments.get(n.textDocument.uri);i!==void 0&&this._onWillSave.fire(Object.freeze({document:i,reason:n.reason}))})),r.push(e.onWillSaveTextDocumentWaitUntil((n,i)=>{let s=this._syncedDocuments.get(n.textDocument.uri);return s!==void 0&&this._willSaveWaitUntil?this._willSaveWaitUntil(Object.freeze({document:s,reason:n.reason}),i):[]})),r.push(e.onDidSaveTextDocument(n=>{let i=this._syncedDocuments.get(n.textDocument.uri);i!==void 0&&this._onDidSave.fire(Object.freeze({document:i}))})),Hs.Disposable.create(()=>{r.forEach(n=>n.dispose())})}};Yd.TextDocuments=vy});var _y=P(zo=>{"use strict";Object.defineProperty(zo,"__esModule",{value:!0});zo.NotebookDocuments=zo.NotebookSyncFeature=void 0;var en=kt(),qE=Ty(),sj=t=>class extends t{get synchronization(){return{onDidOpenNotebookDocument:e=>this.connection.onNotification(en.DidOpenNotebookDocumentNotification.type,r=>{e(r)}),onDidChangeNotebookDocument:e=>this.connection.onNotification(en.DidChangeNotebookDocumentNotification.type,r=>{e(r)}),onDidSaveNotebookDocument:e=>this.connection.onNotification(en.DidSaveNotebookDocumentNotification.type,r=>{e(r)}),onDidCloseNotebookDocument:e=>this.connection.onNotification(en.DidCloseNotebookDocumentNotification.type,r=>{e(r)})}}};zo.NotebookSyncFeature=sj;var Kd=class t{onDidOpenTextDocument(e){return this.openHandler=e,en.Disposable.create(()=>{this.openHandler=void 0})}openTextDocument(e){this.openHandler&&this.openHandler(e)}onDidChangeTextDocument(e){return this.changeHandler=e,en.Disposable.create(()=>{this.changeHandler=e})}changeTextDocument(e){this.changeHandler&&this.changeHandler(e)}onDidCloseTextDocument(e){return this.closeHandler=e,en.Disposable.create(()=>{this.closeHandler=void 0})}closeTextDocument(e){this.closeHandler&&this.closeHandler(e)}onWillSaveTextDocument(){return t.NULL_DISPOSE}onWillSaveTextDocumentWaitUntil(){return t.NULL_DISPOSE}onDidSaveTextDocument(){return t.NULL_DISPOSE}};Kd.NULL_DISPOSE=Object.freeze({dispose:()=>{}});var by=class{constructor(e){e instanceof qE.TextDocuments?this._cellTextDocuments=e:this._cellTextDocuments=new qE.TextDocuments(e),this.notebookDocuments=new Map,this.notebookCellMap=new Map,this._onDidOpen=new en.Emitter,this._onDidChange=new en.Emitter,this._onDidSave=new en.Emitter,this._onDidClose=new en.Emitter}get cellTextDocuments(){return this._cellTextDocuments}getCellTextDocument(e){return this._cellTextDocuments.get(e.document)}getNotebookDocument(e){return this.notebookDocuments.get(e)}getNotebookCell(e){let r=this.notebookCellMap.get(e);return r&&r[0]}findNotebookDocumentForCell(e){let r=typeof e=="string"?e:e.document,n=this.notebookCellMap.get(r);return n&&n[1]}get onDidOpen(){return this._onDidOpen.event}get onDidSave(){return this._onDidSave.event}get onDidChange(){return this._onDidChange.event}get onDidClose(){return this._onDidClose.event}listen(e){let r=new Kd,n=[];return n.push(this.cellTextDocuments.listen(r)),n.push(e.notebooks.synchronization.onDidOpenNotebookDocument(i=>{this.notebookDocuments.set(i.notebookDocument.uri,i.notebookDocument);for(let s of i.cellTextDocuments)r.openTextDocument({textDocument:s});this.updateCellMap(i.notebookDocument),this._onDidOpen.fire(i.notebookDocument)})),n.push(e.notebooks.synchronization.onDidChangeNotebookDocument(i=>{let s=this.notebookDocuments.get(i.notebookDocument.uri);if(s===void 0)return;s.version=i.notebookDocument.version;let o=s.metadata,a=!1,c=i.change;c.metadata!==void 0&&(a=!0,s.metadata=c.metadata);let l=[],u=[],d=[],f=[];if(c.cells!==void 0){let S=c.cells;if(S.structure!==void 0){let _=S.structure.array;if(s.cells.splice(_.start,_.deleteCount,..._.cells!==void 0?_.cells:[]),S.structure.didOpen!==void 0)for(let T of S.structure.didOpen)r.openTextDocument({textDocument:T}),l.push(T.uri);if(S.structure.didClose)for(let T of S.structure.didClose)r.closeTextDocument({textDocument:T}),u.push(T.uri)}if(S.data!==void 0){let _=new Map(S.data.map(T=>[T.document,T]));for(let T=0;T<=s.cells.length;T++){let R=_.get(s.cells[T].document);if(R!==void 0){let C=s.cells.splice(T,1,R);if(d.push({old:C[0],new:R}),_.delete(R.document),_.size===0)break}}}if(S.textContent!==void 0)for(let _ of S.textContent)r.changeTextDocument({textDocument:_.document,contentChanges:_.changes}),f.push(_.document.uri)}this.updateCellMap(s);let p={notebookDocument:s};a&&(p.metadata={old:o,new:s.metadata});let y=[];for(let S of l)y.push(this.getNotebookCell(S));let h=[];for(let S of u)h.push(this.getNotebookCell(S));let v=[];for(let S of f)v.push(this.getNotebookCell(S));(y.length>0||h.length>0||d.length>0||v.length>0)&&(p.cells={added:y,removed:h,changed:{data:d,textContent:v}}),(p.metadata!==void 0||p.cells!==void 0)&&this._onDidChange.fire(p)})),n.push(e.notebooks.synchronization.onDidSaveNotebookDocument(i=>{let s=this.notebookDocuments.get(i.notebookDocument.uri);s!==void 0&&this._onDidSave.fire(s)})),n.push(e.notebooks.synchronization.onDidCloseNotebookDocument(i=>{let s=this.notebookDocuments.get(i.notebookDocument.uri);if(s!==void 0){this._onDidClose.fire(s);for(let o of i.cellTextDocuments)r.closeTextDocument({textDocument:o});this.notebookDocuments.delete(i.notebookDocument.uri);for(let o of s.cells)this.notebookCellMap.delete(o.document)}})),en.Disposable.create(()=>{n.forEach(i=>i.dispose())})}updateCellMap(e){for(let r of e.cells)this.notebookCellMap.set(r.document,[r,e])}};zo.NotebookDocuments=by});var LE=P(Xd=>{"use strict";Object.defineProperty(Xd,"__esModule",{value:!0});Xd.MonikerFeature=void 0;var oj=kt(),aj=t=>class extends t{get moniker(){return{on:e=>{let r=oj.MonikerRequest.type;return this.connection.onRequest(r,(n,i)=>e(n,i,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(r,n)))}}}};Xd.MonikerFeature=aj});var wy=P(Fe=>{"use strict";Object.defineProperty(Fe,"__esModule",{value:!0});Fe.createConnection=Fe.combineFeatures=Fe.combineNotebooksFeatures=Fe.combineLanguagesFeatures=Fe.combineWorkspaceFeatures=Fe.combineWindowFeatures=Fe.combineClientFeatures=Fe.combineTracerFeatures=Fe.combineTelemetryFeatures=Fe.combineConsoleFeatures=Fe._NotebooksImpl=Fe._LanguagesImpl=Fe.BulkUnregistration=Fe.BulkRegistration=Fe.ErrorMessageTracker=void 0;var X=kt(),tn=zu(),Ny=uy(),he=SE(),cj=NE(),lj=PE(),uj=RE(),dj=my(),fj=EE(),pj=wE(),hj=kE(),mj=CE(),gj=AE(),yj=OE(),vj=xE(),Tj=ME(),bj=_y(),_j=LE();function Sy(t){if(t!==null)return t}var Py=class{constructor(){this._messages=Object.create(null)}add(e){let r=this._messages[e];r||(r=0),r++,this._messages[e]=r}sendErrors(e){Object.keys(this._messages).forEach(r=>{e.window.showErrorMessage(r)})}};Fe.ErrorMessageTracker=Py;var Jd=class{constructor(){}rawAttach(e){this._rawConnection=e}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}fillServerCapabilities(e){}initialize(e){}error(e){this.send(X.MessageType.Error,e)}warn(e){this.send(X.MessageType.Warning,e)}info(e){this.send(X.MessageType.Info,e)}log(e){this.send(X.MessageType.Log,e)}debug(e){this.send(X.MessageType.Debug,e)}send(e,r){this._rawConnection&&this._rawConnection.sendNotification(X.LogMessageNotification.type,{type:e,message:r}).catch(()=>{(0,X.RAL)().console.error("Sending log message failed")})}},Ry=class{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}showErrorMessage(e,...r){let n={type:X.MessageType.Error,message:e,actions:r};return this.connection.sendRequest(X.ShowMessageRequest.type,n).then(Sy)}showWarningMessage(e,...r){let n={type:X.MessageType.Warning,message:e,actions:r};return this.connection.sendRequest(X.ShowMessageRequest.type,n).then(Sy)}showInformationMessage(e,...r){let n={type:X.MessageType.Info,message:e,actions:r};return this.connection.sendRequest(X.ShowMessageRequest.type,n).then(Sy)}},$E=(0,fj.ShowDocumentFeature)((0,he.ProgressFeature)(Ry)),BE;(function(t){function e(){return new Qd}t.create=e})(BE||(Fe.BulkRegistration=BE={}));var Qd=class{constructor(){this._registrations=[],this._registered=new Set}add(e,r){let n=tn.string(e)?e:e.method;if(this._registered.has(n))throw new Error(`${n} is already added to this registration`);let i=Ny.generateUuid();this._registrations.push({id:i,method:n,registerOptions:r||{}}),this._registered.add(n)}asRegistrationParams(){return{registrations:this._registrations}}},FE;(function(t){function e(){return new bc(void 0,[])}t.create=e})(FE||(Fe.BulkUnregistration=FE={}));var bc=class{constructor(e,r){this._connection=e,this._unregistrations=new Map,r.forEach(n=>{this._unregistrations.set(n.method,n)})}get isAttached(){return!!this._connection}attach(e){this._connection=e}add(e){this._unregistrations.set(e.method,e)}dispose(){let e=[];for(let n of this._unregistrations.values())e.push(n);let r={unregisterations:e};this._connection.sendRequest(X.UnregistrationRequest.type,r).catch(()=>{this._connection.console.info("Bulk unregistration failed.")})}disposeSingle(e){let r=tn.string(e)?e:e.method,n=this._unregistrations.get(r);if(!n)return!1;let i={unregisterations:[n]};return this._connection.sendRequest(X.UnregistrationRequest.type,i).then(()=>{this._unregistrations.delete(r)},s=>{this._connection.console.info(`Un-registering request handler for ${n.id} failed.`)}),!0}},Zd=class{attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}register(e,r,n){return e instanceof Qd?this.registerMany(e):e instanceof bc?this.registerSingle1(e,r,n):this.registerSingle2(e,r)}registerSingle1(e,r,n){let i=tn.string(r)?r:r.method,s=Ny.generateUuid(),o={registrations:[{id:s,method:i,registerOptions:n||{}}]};return e.isAttached||e.attach(this.connection),this.connection.sendRequest(X.RegistrationRequest.type,o).then(a=>(e.add({id:s,method:i}),e),a=>(this.connection.console.info(`Registering request handler for ${i} failed.`),Promise.reject(a)))}registerSingle2(e,r){let n=tn.string(e)?e:e.method,i=Ny.generateUuid(),s={registrations:[{id:i,method:n,registerOptions:r||{}}]};return this.connection.sendRequest(X.RegistrationRequest.type,s).then(o=>X.Disposable.create(()=>{this.unregisterSingle(i,n).catch(()=>{this.connection.console.info(`Un-registering capability with id ${i} failed.`)})}),o=>(this.connection.console.info(`Registering request handler for ${n} failed.`),Promise.reject(o)))}unregisterSingle(e,r){let n={unregisterations:[{id:e,method:r}]};return this.connection.sendRequest(X.UnregistrationRequest.type,n).catch(()=>{this.connection.console.info(`Un-registering request handler for ${e} failed.`)})}registerMany(e){let r=e.asRegistrationParams();return this.connection.sendRequest(X.RegistrationRequest.type,r).then(()=>new bc(this._connection,r.registrations.map(n=>({id:n.id,method:n.method}))),n=>(this.connection.console.info("Bulk registration failed."),Promise.reject(n)))}},Ey=class{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}applyEdit(e){function r(i){return i&&!!i.edit}let n=r(e)?e:{edit:e};return this.connection.sendRequest(X.ApplyWorkspaceEditRequest.type,n)}},jE=(0,pj.FileOperationsFeature)((0,lj.WorkspaceFoldersFeature)((0,cj.ConfigurationFeature)(Ey))),ef=class{constructor(){this._trace=X.Trace.Off}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}set trace(e){this._trace=e}log(e,r){this._trace!==X.Trace.Off&&this.connection.sendNotification(X.LogTraceNotification.type,{message:e,verbose:this._trace===X.Trace.Verbose?r:void 0}).catch(()=>{})}},tf=class{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}logEvent(e){this.connection.sendNotification(X.TelemetryEventNotification.type,e).catch(()=>{this.connection.console.log("Sending TelemetryEventNotification failed")})}},rf=class{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}attachWorkDoneProgress(e){return(0,he.attachWorkDone)(this.connection,e)}attachPartialResultProgress(e,r){return(0,he.attachPartialResult)(this.connection,r)}};Fe._LanguagesImpl=rf;var UE=(0,yj.FoldingRangeFeature)((0,_j.MonikerFeature)((0,Tj.DiagnosticFeature)((0,vj.InlayHintFeature)((0,gj.InlineValueFeature)((0,mj.TypeHierarchyFeature)((0,hj.LinkedEditingRangeFeature)((0,dj.SemanticTokensFeature)((0,uj.CallHierarchyFeature)(rf))))))))),nf=class{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}attachWorkDoneProgress(e){return(0,he.attachWorkDone)(this.connection,e)}attachPartialResultProgress(e,r){return(0,he.attachPartialResult)(this.connection,r)}};Fe._NotebooksImpl=nf;var HE=(0,bj.NotebookSyncFeature)(nf);function VE(t,e){return function(r){return e(t(r))}}Fe.combineConsoleFeatures=VE;function zE(t,e){return function(r){return e(t(r))}}Fe.combineTelemetryFeatures=zE;function WE(t,e){return function(r){return e(t(r))}}Fe.combineTracerFeatures=WE;function GE(t,e){return function(r){return e(t(r))}}Fe.combineClientFeatures=GE;function YE(t,e){return function(r){return e(t(r))}}Fe.combineWindowFeatures=YE;function KE(t,e){return function(r){return e(t(r))}}Fe.combineWorkspaceFeatures=KE;function XE(t,e){return function(r){return e(t(r))}}Fe.combineLanguagesFeatures=XE;function JE(t,e){return function(r){return e(t(r))}}Fe.combineNotebooksFeatures=JE;function Sj(t,e){function r(i,s,o){return i&&s?o(i,s):i||s}return{__brand:"features",console:r(t.console,e.console,VE),tracer:r(t.tracer,e.tracer,WE),telemetry:r(t.telemetry,e.telemetry,zE),client:r(t.client,e.client,GE),window:r(t.window,e.window,YE),workspace:r(t.workspace,e.workspace,KE),languages:r(t.languages,e.languages,XE),notebooks:r(t.notebooks,e.notebooks,JE)}}Fe.combineFeatures=Sj;function Nj(t,e,r){let n=r&&r.console?new(r.console(Jd)):new Jd,i=t(n);n.rawAttach(i);let s=r&&r.tracer?new(r.tracer(ef)):new ef,o=r&&r.telemetry?new(r.telemetry(tf)):new tf,a=r&&r.client?new(r.client(Zd)):new Zd,c=r&&r.window?new(r.window($E)):new $E,l=r&&r.workspace?new(r.workspace(jE)):new jE,u=r&&r.languages?new(r.languages(UE)):new UE,d=r&&r.notebooks?new(r.notebooks(HE)):new HE,f=[n,s,o,a,c,l,u,d];function p(_){return _ instanceof Promise?_:tn.thenable(_)?new Promise((T,R)=>{_.then(C=>T(C),C=>R(C))}):Promise.resolve(_)}let y,h,v,S={listen:()=>i.listen(),sendRequest:(_,...T)=>i.sendRequest(tn.string(_)?_:_.method,...T),onRequest:(_,T)=>i.onRequest(_,T),sendNotification:(_,T)=>{let R=tn.string(_)?_:_.method;return i.sendNotification(R,T)},onNotification:(_,T)=>i.onNotification(_,T),onProgress:i.onProgress,sendProgress:i.sendProgress,onInitialize:_=>(h=_,{dispose:()=>{h=void 0}}),onInitialized:_=>i.onNotification(X.InitializedNotification.type,_),onShutdown:_=>(y=_,{dispose:()=>{y=void 0}}),onExit:_=>(v=_,{dispose:()=>{v=void 0}}),get console(){return n},get telemetry(){return o},get tracer(){return s},get client(){return a},get window(){return c},get workspace(){return l},get languages(){return u},get notebooks(){return d},onDidChangeConfiguration:_=>i.onNotification(X.DidChangeConfigurationNotification.type,_),onDidChangeWatchedFiles:_=>i.onNotification(X.DidChangeWatchedFilesNotification.type,_),__textDocumentSync:void 0,onDidOpenTextDocument:_=>i.onNotification(X.DidOpenTextDocumentNotification.type,_),onDidChangeTextDocument:_=>i.onNotification(X.DidChangeTextDocumentNotification.type,_),onDidCloseTextDocument:_=>i.onNotification(X.DidCloseTextDocumentNotification.type,_),onWillSaveTextDocument:_=>i.onNotification(X.WillSaveTextDocumentNotification.type,_),onWillSaveTextDocumentWaitUntil:_=>i.onRequest(X.WillSaveTextDocumentWaitUntilRequest.type,_),onDidSaveTextDocument:_=>i.onNotification(X.DidSaveTextDocumentNotification.type,_),sendDiagnostics:_=>i.sendNotification(X.PublishDiagnosticsNotification.type,_),onHover:_=>i.onRequest(X.HoverRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),void 0)),onCompletion:_=>i.onRequest(X.CompletionRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onCompletionResolve:_=>i.onRequest(X.CompletionResolveRequest.type,_),onSignatureHelp:_=>i.onRequest(X.SignatureHelpRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),void 0)),onDeclaration:_=>i.onRequest(X.DeclarationRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onDefinition:_=>i.onRequest(X.DefinitionRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onTypeDefinition:_=>i.onRequest(X.TypeDefinitionRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onImplementation:_=>i.onRequest(X.ImplementationRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onReferences:_=>i.onRequest(X.ReferencesRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onDocumentHighlight:_=>i.onRequest(X.DocumentHighlightRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onDocumentSymbol:_=>i.onRequest(X.DocumentSymbolRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onWorkspaceSymbol:_=>i.onRequest(X.WorkspaceSymbolRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onWorkspaceSymbolResolve:_=>i.onRequest(X.WorkspaceSymbolResolveRequest.type,_),onCodeAction:_=>i.onRequest(X.CodeActionRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onCodeActionResolve:_=>i.onRequest(X.CodeActionResolveRequest.type,(T,R)=>_(T,R)),onCodeLens:_=>i.onRequest(X.CodeLensRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onCodeLensResolve:_=>i.onRequest(X.CodeLensResolveRequest.type,(T,R)=>_(T,R)),onDocumentFormatting:_=>i.onRequest(X.DocumentFormattingRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),void 0)),onDocumentRangeFormatting:_=>i.onRequest(X.DocumentRangeFormattingRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),void 0)),onDocumentOnTypeFormatting:_=>i.onRequest(X.DocumentOnTypeFormattingRequest.type,(T,R)=>_(T,R)),onRenameRequest:_=>i.onRequest(X.RenameRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),void 0)),onPrepareRename:_=>i.onRequest(X.PrepareRenameRequest.type,(T,R)=>_(T,R)),onDocumentLinks:_=>i.onRequest(X.DocumentLinkRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onDocumentLinkResolve:_=>i.onRequest(X.DocumentLinkResolveRequest.type,(T,R)=>_(T,R)),onDocumentColor:_=>i.onRequest(X.DocumentColorRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onColorPresentation:_=>i.onRequest(X.ColorPresentationRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onFoldingRanges:_=>i.onRequest(X.FoldingRangeRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onSelectionRanges:_=>i.onRequest(X.SelectionRangeRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),(0,he.attachPartialResult)(i,T))),onExecuteCommand:_=>i.onRequest(X.ExecuteCommandRequest.type,(T,R)=>_(T,R,(0,he.attachWorkDone)(i,T),void 0)),dispose:()=>i.dispose()};for(let _ of f)_.attach(S);return i.onRequest(X.InitializeRequest.type,_=>{e.initialize(_),tn.string(_.trace)&&(s.trace=X.Trace.fromString(_.trace));for(let T of f)T.initialize(_.capabilities);if(h){let T=h(_,new X.CancellationTokenSource().token,(0,he.attachWorkDone)(i,_),void 0);return p(T).then(R=>{if(R instanceof X.ResponseError)return R;let C=R;C||(C={capabilities:{}});let B=C.capabilities;B||(B={},C.capabilities=B),B.textDocumentSync===void 0||B.textDocumentSync===null?B.textDocumentSync=tn.number(S.__textDocumentSync)?S.__textDocumentSync:X.TextDocumentSyncKind.None:!tn.number(B.textDocumentSync)&&!tn.number(B.textDocumentSync.change)&&(B.textDocumentSync.change=tn.number(S.__textDocumentSync)?S.__textDocumentSync:X.TextDocumentSyncKind.None);for(let U of f)U.fillServerCapabilities(B);return C})}else{let T={capabilities:{textDocumentSync:X.TextDocumentSyncKind.None}};for(let R of f)R.fillServerCapabilities(T.capabilities);return T}}),i.onRequest(X.ShutdownRequest.type,()=>{if(e.shutdownReceived=!0,y)return y(new X.CancellationTokenSource().token)}),i.onNotification(X.ExitNotification.type,()=>{try{v&&v()}finally{e.shutdownReceived?e.exit(0):e.exit(1)}}),i.onNotification(X.SetTraceNotification.type,_=>{s.trace=X.Trace.fromString(_.value)}),S}Fe.createConnection=Nj});var QE=P(Dr=>{"use strict";Object.defineProperty(Dr,"__esModule",{value:!0});Dr.resolveModulePath=Dr.FileSystem=Dr.resolveGlobalYarnPath=Dr.resolveGlobalNodePath=Dr.resolve=Dr.uriToFilePath=void 0;var Pj=require("url"),wn=require("path"),ky=require("fs"),Iy=require("child_process");function Rj(t){let e=Pj.parse(t);if(e.protocol!=="file:"||!e.path)return;let r=e.path.split("/");for(var n=0,i=r.length;n<i;n++)r[n]=decodeURIComponent(r[n]);if(process.platform==="win32"&&r.length>1){let s=r[0],o=r[1];s.length===0&&o.length>1&&o[1]===":"&&r.shift()}return wn.normalize(r.join("/"))}Dr.uriToFilePath=Rj;function Cy(){return process.platform==="win32"}function sf(t,e,r,n){let i="NODE_PATH",s=["var p = process;","p.on('message',function(m){","if(m.c==='e'){","p.exit(0);","}","else if(m.c==='rs'){","try{","var r=require.resolve(m.a);","p.send({c:'r',s:true,r:r});","}","catch(err){","p.send({c:'r',s:false});","}","}","});"].join("");return new Promise((o,a)=>{let c=process.env,l=Object.create(null);Object.keys(c).forEach(u=>l[u]=c[u]),e&&ky.existsSync(e)&&(l[i]?l[i]=e+wn.delimiter+l[i]:l[i]=e,n&&n(`NODE_PATH value is: ${l[i]}`)),l.ELECTRON_RUN_AS_NODE="1";try{let u=(0,Iy.fork)("",[],{cwd:r,env:l,execArgv:["-e",s]});if(u.pid===void 0){a(new Error(`Starting process to resolve node module ${t} failed`));return}u.on("error",f=>{a(f)}),u.on("message",f=>{f.c==="r"&&(u.send({c:"e"}),f.s?o(f.r):a(new Error(`Failed to resolve module: ${t}`)))});let d={c:"rs",a:t};u.send(d)}catch(u){a(u)}})}Dr.resolve=sf;function Dy(t){let e="npm",r=Object.create(null);Object.keys(process.env).forEach(s=>r[s]=process.env[s]),r.NO_UPDATE_NOTIFIER="true";let n={encoding:"utf8",env:r};Cy()&&(e="npm.cmd",n.shell=!0);let i=()=>{};try{process.on("SIGPIPE",i);let s=(0,Iy.spawnSync)(e,["config","get","prefix"],n).stdout;if(!s){t&&t("'npm config get prefix' didn't return a value.");return}let o=s.trim();return t&&t(`'npm config get prefix' value is: ${o}`),o.length>0?Cy()?wn.join(o,"node_modules"):wn.join(o,"lib","node_modules"):void 0}catch{return}finally{process.removeListener("SIGPIPE",i)}}Dr.resolveGlobalNodePath=Dy;function Ej(t){let e="yarn",r={encoding:"utf8"};Cy()&&(e="yarn.cmd",r.shell=!0);let n=()=>{};try{process.on("SIGPIPE",n);let i=(0,Iy.spawnSync)(e,["global","dir","--json"],r),s=i.stdout;if(!s){t&&(t("'yarn global dir' didn't return a value."),i.stderr&&t(i.stderr));return}let o=s.trim().split(/\r?\n/);for(let a of o)try{let c=JSON.parse(a);if(c.type==="log")return wn.join(c.data,"node_modules")}catch{}return}catch{return}finally{process.removeListener("SIGPIPE",n)}}Dr.resolveGlobalYarnPath=Ej;var Ay;(function(t){let e;function r(){return e!==void 0||(process.platform==="win32"?e=!1:e=!ky.existsSync(__filename.toUpperCase())||!ky.existsSync(__filename.toLowerCase())),e}t.isCaseSensitive=r;function n(i,s){return r()?wn.normalize(s).indexOf(wn.normalize(i))===0:wn.normalize(s).toLowerCase().indexOf(wn.normalize(i).toLowerCase())===0}t.isParent=n})(Ay||(Dr.FileSystem=Ay={}));function wj(t,e,r,n){return r?(wn.isAbsolute(r)||(r=wn.join(t,r)),sf(e,r,r,n).then(i=>Ay.isParent(r,i)?i:Promise.reject(new Error(`Failed to load ${e} from node path location.`))).then(void 0,i=>sf(e,Dy(n),t,n))):sf(e,Dy(n),t,n)}Dr.resolveModulePath=wj});var Oy=P((fQ,ZE)=>{"use strict";ZE.exports=kt()});var ew=P(of=>{"use strict";Object.defineProperty(of,"__esModule",{value:!0});of.InlineCompletionFeature=void 0;var kj=kt(),Cj=t=>class extends t{get inlineCompletion(){return{on:e=>this.connection.onRequest(kj.InlineCompletionRequest.type,(r,n)=>e(r,n,this.attachWorkDoneProgress(r)))}}};of.InlineCompletionFeature=Cj});var nw=P(ur=>{"use strict";var Dj=ur&&ur.__createBinding||(Object.create?function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}),rw=ur&&ur.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&Dj(e,t,r)};Object.defineProperty(ur,"__esModule",{value:!0});ur.ProposedFeatures=ur.NotebookDocuments=ur.TextDocuments=ur.SemanticTokensBuilder=void 0;var Aj=my();Object.defineProperty(ur,"SemanticTokensBuilder",{enumerable:!0,get:function(){return Aj.SemanticTokensBuilder}});var Ij=ew();rw(kt(),ur);var Oj=Ty();Object.defineProperty(ur,"TextDocuments",{enumerable:!0,get:function(){return Oj.TextDocuments}});var xj=_y();Object.defineProperty(ur,"NotebookDocuments",{enumerable:!0,get:function(){return xj.NotebookDocuments}});rw(wy(),ur);var tw;(function(t){t.all={__brand:"features",languages:Ij.InlineCompletionFeature}})(tw||(ur.ProposedFeatures=tw={}))});var F=P(rn=>{"use strict";var Mj=rn&&rn.__createBinding||(Object.create?function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]}),aw=rn&&rn.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&Mj(e,t,r)};Object.defineProperty(rn,"__esModule",{value:!0});rn.createConnection=rn.Files=void 0;var iw=require("node:util"),xy=zu(),qj=wy(),_c=QE(),Vs=Oy();aw(Oy(),rn);aw(nw(),rn);var sw;(function(t){t.uriToFilePath=_c.uriToFilePath,t.resolveGlobalNodePath=_c.resolveGlobalNodePath,t.resolveGlobalYarnPath=_c.resolveGlobalYarnPath,t.resolve=_c.resolve,t.resolveModulePath=_c.resolveModulePath})(sw||(rn.Files=sw={}));var ow;function af(){if(ow!==void 0)try{ow.end()}catch{}}var Wo=!1,cw;function Lj(){let t="--clientProcessId";function e(r){try{let n=parseInt(r);isNaN(n)||(cw=setInterval(()=>{try{process.kill(n,0)}catch{af(),process.exit(Wo?0:1)}},3e3))}catch{}}for(let r=2;r<process.argv.length;r++){let n=process.argv[r];if(n===t&&r+1<process.argv.length){e(process.argv[r+1]);return}else{let i=n.split("=");i[0]===t&&e(i[1])}}}Lj();var $j={initialize:t=>{let e=t.processId;xy.number(e)&&cw===void 0&&setInterval(()=>{try{process.kill(e,0)}catch{process.exit(Wo?0:1)}},3e3)},get shutdownReceived(){return Wo},set shutdownReceived(t){Wo=t},exit:t=>{af(),process.exit(t)}};function Bj(t,e,r,n){let i,s,o,a;return t!==void 0&&t.__brand==="features"&&(i=t,t=e,e=r,r=n),Vs.ConnectionStrategy.is(t)||Vs.ConnectionOptions.is(t)?a=t:(s=t,o=e,a=r),Fj(s,o,a,i)}rn.createConnection=Bj;function Fj(t,e,r,n){let i=!1;if(!t&&!e&&process.argv.length>2){let c,l,u=process.argv.slice(2);for(let d=0;d<u.length;d++){let f=u[d];if(f==="--node-ipc"){t=new Vs.IPCMessageReader(process),e=new Vs.IPCMessageWriter(process);break}else if(f==="--stdio"){i=!0,t=process.stdin,e=process.stdout;break}else if(f==="--socket"){c=parseInt(u[d+1]);break}else if(f==="--pipe"){l=u[d+1];break}else{var s=f.split("=");if(s[0]==="--socket"){c=parseInt(s[1]);break}else if(s[0]==="--pipe"){l=s[1];break}}}if(c){let d=(0,Vs.createServerSocketTransport)(c);t=d[0],e=d[1]}else if(l){let d=(0,Vs.createServerPipeTransport)(l);t=d[0],e=d[1]}}var o="Use arguments of createConnection or set command line parameters: '--node-ipc', '--stdio' or '--socket={number}'";if(!t)throw new Error("Connection input stream is not set. "+o);if(!e)throw new Error("Connection output stream is not set. "+o);if(xy.func(t.read)&&xy.func(t.on)){let c=t;c.on("end",()=>{af(),process.exit(Wo?0:1)}),c.on("close",()=>{af(),process.exit(Wo?0:1)})}let a=c=>{let l=(0,Vs.createProtocolConnection)(t,e,c,r);return i&&jj(c),l};return(0,qj.createConnection)(a,$j,n)}function jj(t){function e(n){return n.map(i=>typeof i=="string"?i:(0,iw.inspect)(i)).join(" ")}let r=new Map;console.assert=function(i,...s){if(!i)if(s.length===0)t.error("Assertion failed");else{let[o,...a]=s;t.error(`Assertion failed: ${o} ${e(a)}`)}},console.count=function(i="default"){let s=String(i),o=r.get(s)??0;o+=1,r.set(s,o),t.log(`${s}: ${s}`)},console.countReset=function(i){i===void 0?r.clear():r.delete(String(i))},console.debug=function(...i){t.log(e(i))},console.dir=function(i,s){t.log((0,iw.inspect)(i,s))},console.log=function(...i){t.log(e(i))},console.error=function(...i){t.error(e(i))},console.trace=function(...i){let s=new Error().stack.replace(/(.+\n){2}/,""),o="Trace";i.length!==0&&(o+=`: ${e(i)}`),t.log(`${o}
37
- ${s}`)},console.warn=function(...i){t.warn(e(i))}}});var uw=P((yQ,lw)=>{"use strict";lw.exports=F()});var XI=P((wSe,KI)=>{"use strict";KI.exports=GI;function GI(t,e,r){t instanceof RegExp&&(t=WI(t,r)),e instanceof RegExp&&(e=WI(e,r));var n=YI(t,e,r);return n&&{start:n[0],end:n[1],pre:r.slice(0,n[0]),body:r.slice(n[0]+t.length,n[1]),post:r.slice(n[1]+e.length)}}function WI(t,e){var r=e.match(t);return r?r[0]:null}GI.range=YI;function YI(t,e,r){var n,i,s,o,a,c=r.indexOf(t),l=r.indexOf(e,c+1),u=c;if(c>=0&&l>0){if(t===e)return[c,l];for(n=[],s=r.length;u>=0&&!a;)u==c?(n.push(u),c=r.indexOf(t,u+1)):n.length==1?a=[n.pop(),l]:(i=n.pop(),i<s&&(s=i,o=l),l=r.indexOf(e,u+1)),u=c<l&&c>=0?c:l;n.length&&(a=[s,o])}return a}});var iO=P((kSe,nO)=>{var JI=XI();nO.exports=rH;var QI="\0SLASH"+Math.random()+"\0",ZI="\0OPEN"+Math.random()+"\0",Tv="\0CLOSE"+Math.random()+"\0",eO="\0COMMA"+Math.random()+"\0",tO="\0PERIOD"+Math.random()+"\0";function vv(t){return parseInt(t,10)==t?parseInt(t,10):t.charCodeAt(0)}function eH(t){return t.split("\\\\").join(QI).split("\\{").join(ZI).split("\\}").join(Tv).split("\\,").join(eO).split("\\.").join(tO)}function tH(t){return t.split(QI).join("\\").split(ZI).join("{").split(Tv).join("}").split(eO).join(",").split(tO).join(".")}function rO(t){if(!t)return[""];var e=[],r=JI("{","}",t);if(!r)return t.split(",");var n=r.pre,i=r.body,s=r.post,o=n.split(",");o[o.length-1]+="{"+i+"}";var a=rO(s);return s.length&&(o[o.length-1]+=a.shift(),o.push.apply(o,a)),e.push.apply(e,o),e}function rH(t){return t?(t.substr(0,2)==="{}"&&(t="\\{\\}"+t.substr(2)),Zc(eH(t),!0).map(tH)):[]}function nH(t){return"{"+t+"}"}function iH(t){return/^-?0\d/.test(t)}function sH(t,e){return t<=e}function oH(t,e){return t>=e}function Zc(t,e){var r=[],n=JI("{","}",t);if(!n)return[t];var i=n.pre,s=n.post.length?Zc(n.post,!1):[""];if(/\$$/.test(n.pre))for(var o=0;o<s.length;o++){var a=i+"{"+n.body+"}"+s[o];r.push(a)}else{var c=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(n.body),l=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(n.body),u=c||l,d=n.body.indexOf(",")>=0;if(!u&&!d)return n.post.match(/,(?!,).*\}/)?(t=n.pre+"{"+n.body+Tv+n.post,Zc(t)):[t];var f;if(u)f=n.body.split(/\.\./);else if(f=rO(n.body),f.length===1&&(f=Zc(f[0],!1).map(nH),f.length===1))return s.map(function(Je){return n.pre+f[0]+Je});var p;if(u){var y=vv(f[0]),h=vv(f[1]),v=Math.max(f[0].length,f[1].length),S=f.length==3?Math.abs(vv(f[2])):1,_=sH,T=h<y;T&&(S*=-1,_=oH);var R=f.some(iH);p=[];for(var C=y;_(C,h);C+=S){var B;if(l)B=String.fromCharCode(C),B==="\\"&&(B="");else if(B=String(C),R){var U=v-B.length;if(U>0){var H=new Array(U+1).join("0");C<0?B="-"+H+B.slice(1):B=H+B}}p.push(B)}}else{p=[];for(var me=0;me<f.length;me++)p.push.apply(p,Zc(f[me],!1))}for(var me=0;me<p.length;me++)for(var o=0;o<s.length;o++){var a=i+p[me]+s[o];(!e||u||a)&&r.push(a)}}return r}});var xe=P(ir=>{"use strict";var Lv=Symbol.for("yaml.alias"),zO=Symbol.for("yaml.document"),Xp=Symbol.for("yaml.map"),WO=Symbol.for("yaml.pair"),$v=Symbol.for("yaml.scalar"),Jp=Symbol.for("yaml.seq"),Ii=Symbol.for("yaml.node.type"),hV=t=>!!t&&typeof t=="object"&&t[Ii]===Lv,mV=t=>!!t&&typeof t=="object"&&t[Ii]===zO,gV=t=>!!t&&typeof t=="object"&&t[Ii]===Xp,yV=t=>!!t&&typeof t=="object"&&t[Ii]===WO,GO=t=>!!t&&typeof t=="object"&&t[Ii]===$v,vV=t=>!!t&&typeof t=="object"&&t[Ii]===Jp;function YO(t){if(t&&typeof t=="object")switch(t[Ii]){case Xp:case Jp:return!0}return!1}function TV(t){if(t&&typeof t=="object")switch(t[Ii]){case Lv:case Xp:case $v:case Jp:return!0}return!1}var bV=t=>(GO(t)||YO(t))&&!!t.anchor;ir.ALIAS=Lv;ir.DOC=zO;ir.MAP=Xp;ir.NODE_TYPE=Ii;ir.PAIR=WO;ir.SCALAR=$v;ir.SEQ=Jp;ir.hasAnchor=bV;ir.isAlias=hV;ir.isCollection=YO;ir.isDocument=mV;ir.isMap=gV;ir.isNode=TV;ir.isPair=yV;ir.isScalar=GO;ir.isSeq=vV});var ml=P(Bv=>{"use strict";var Ht=xe(),Lr=Symbol("break visit"),KO=Symbol("skip children"),ci=Symbol("remove node");function Qp(t,e){let r=XO(e);Ht.isDocument(t)?wa(null,t.contents,r,Object.freeze([t]))===ci&&(t.contents=null):wa(null,t,r,Object.freeze([]))}Qp.BREAK=Lr;Qp.SKIP=KO;Qp.REMOVE=ci;function wa(t,e,r,n){let i=JO(t,e,r,n);if(Ht.isNode(i)||Ht.isPair(i))return QO(t,n,i),wa(t,i,r,n);if(typeof i!="symbol"){if(Ht.isCollection(e)){n=Object.freeze(n.concat(e));for(let s=0;s<e.items.length;++s){let o=wa(s,e.items[s],r,n);if(typeof o=="number")s=o-1;else{if(o===Lr)return Lr;o===ci&&(e.items.splice(s,1),s-=1)}}}else if(Ht.isPair(e)){n=Object.freeze(n.concat(e));let s=wa("key",e.key,r,n);if(s===Lr)return Lr;s===ci&&(e.key=null);let o=wa("value",e.value,r,n);if(o===Lr)return Lr;o===ci&&(e.value=null)}}return i}async function Zp(t,e){let r=XO(e);Ht.isDocument(t)?await ka(null,t.contents,r,Object.freeze([t]))===ci&&(t.contents=null):await ka(null,t,r,Object.freeze([]))}Zp.BREAK=Lr;Zp.SKIP=KO;Zp.REMOVE=ci;async function ka(t,e,r,n){let i=await JO(t,e,r,n);if(Ht.isNode(i)||Ht.isPair(i))return QO(t,n,i),ka(t,i,r,n);if(typeof i!="symbol"){if(Ht.isCollection(e)){n=Object.freeze(n.concat(e));for(let s=0;s<e.items.length;++s){let o=await ka(s,e.items[s],r,n);if(typeof o=="number")s=o-1;else{if(o===Lr)return Lr;o===ci&&(e.items.splice(s,1),s-=1)}}}else if(Ht.isPair(e)){n=Object.freeze(n.concat(e));let s=await ka("key",e.key,r,n);if(s===Lr)return Lr;s===ci&&(e.key=null);let o=await ka("value",e.value,r,n);if(o===Lr)return Lr;o===ci&&(e.value=null)}}return i}function XO(t){return typeof t=="object"&&(t.Collection||t.Node||t.Value)?Object.assign({Alias:t.Node,Map:t.Node,Scalar:t.Node,Seq:t.Node},t.Value&&{Map:t.Value,Scalar:t.Value,Seq:t.Value},t.Collection&&{Map:t.Collection,Seq:t.Collection},t):t}function JO(t,e,r,n){if(typeof r=="function")return r(t,e,n);if(Ht.isMap(e))return r.Map?.(t,e,n);if(Ht.isSeq(e))return r.Seq?.(t,e,n);if(Ht.isPair(e))return r.Pair?.(t,e,n);if(Ht.isScalar(e))return r.Scalar?.(t,e,n);if(Ht.isAlias(e))return r.Alias?.(t,e,n)}function QO(t,e,r){let n=e[e.length-1];if(Ht.isCollection(n))n.items[t]=r;else if(Ht.isPair(n))t==="key"?n.key=r:n.value=r;else if(Ht.isDocument(n))n.contents=r;else{let i=Ht.isAlias(n)?"alias":"scalar";throw new Error(`Cannot replace node with ${i} parent`)}}Bv.visit=Qp;Bv.visitAsync=Zp});var Fv=P(ex=>{"use strict";var ZO=xe(),_V=ml(),SV={"!":"%21",",":"%2C","[":"%5B","]":"%5D","{":"%7B","}":"%7D"},NV=t=>t.replace(/[!,[\]{}]/g,e=>SV[e]),gl=class t{constructor(e,r){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},t.defaultYaml,e),this.tags=Object.assign({},t.defaultTags,r)}clone(){let e=new t(this.yaml,this.tags);return e.docStart=this.docStart,e}atDocument(){let e=new t(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:t.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},t.defaultTags);break}return e}add(e,r){this.atNextDocument&&(this.yaml={explicit:t.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},t.defaultTags),this.atNextDocument=!1);let n=e.trim().split(/[ \t]+/),i=n.shift();switch(i){case"%TAG":{if(n.length!==2&&(r(0,"%TAG directive should contain exactly two parts"),n.length<2))return!1;let[s,o]=n;return this.tags[s]=o,!0}case"%YAML":{if(this.yaml.explicit=!0,n.length!==1)return r(0,"%YAML directive should contain exactly one part"),!1;let[s]=n;if(s==="1.1"||s==="1.2")return this.yaml.version=s,!0;{let o=/^\d+\.\d+$/.test(s);return r(6,`Unsupported YAML version ${s}`,o),!1}}default:return r(0,`Unknown directive ${i}`,!0),!1}}tagName(e,r){if(e==="!")return"!";if(e[0]!=="!")return r(`Not a valid tag: ${e}`),null;if(e[1]==="<"){let o=e.slice(2,-1);return o==="!"||o==="!!"?(r(`Verbatim tags aren't resolved, so ${e} is invalid.`),null):(e[e.length-1]!==">"&&r("Verbatim tags must end with a >"),o)}let[,n,i]=e.match(/^(.*!)([^!]*)$/s);i||r(`The ${e} tag has no suffix`);let s=this.tags[n];if(s)try{return s+decodeURIComponent(i)}catch(o){return r(String(o)),null}return n==="!"?e:(r(`Could not resolve tag: ${e}`),null)}tagString(e){for(let[r,n]of Object.entries(this.tags))if(e.startsWith(n))return r+NV(e.substring(n.length));return e[0]==="!"?e:`!<${e}>`}toString(e){let r=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],n=Object.entries(this.tags),i;if(e&&n.length>0&&ZO.isNode(e.contents)){let s={};_V.visit(e.contents,(o,a)=>{ZO.isNode(a)&&a.tag&&(s[a.tag]=!0)}),i=Object.keys(s)}else i=[];for(let[s,o]of n)s==="!!"&&o==="tag:yaml.org,2002:"||(!e||i.some(a=>a.startsWith(o)))&&r.push(`%TAG ${s} ${o}`);return r.join(`
38
- `)}};gl.defaultYaml={explicit:!1,version:"1.2"};gl.defaultTags={"!!":"tag:yaml.org,2002:"};ex.Directives=gl});var eh=P(yl=>{"use strict";var tx=xe(),PV=ml();function RV(t){if(/[\x00-\x19\s,[\]{}]/.test(t)){let r=`Anchor must not contain whitespace or control characters: ${JSON.stringify(t)}`;throw new Error(r)}return!0}function rx(t){let e=new Set;return PV.visit(t,{Value(r,n){n.anchor&&e.add(n.anchor)}}),e}function nx(t,e){for(let r=1;;++r){let n=`${t}${r}`;if(!e.has(n))return n}}function EV(t,e){let r=[],n=new Map,i=null;return{onAnchor:s=>{r.push(s),i||(i=rx(t));let o=nx(e,i);return i.add(o),o},setAnchors:()=>{for(let s of r){let o=n.get(s);if(typeof o=="object"&&o.anchor&&(tx.isScalar(o.node)||tx.isCollection(o.node)))o.node.anchor=o.anchor;else{let a=new Error("Failed to resolve repeated object (this should not happen)");throw a.source=s,a}}},sourceObjects:n}}yl.anchorIsValid=RV;yl.anchorNames=rx;yl.createNodeAnchors=EV;yl.findNewAnchor=nx});var jv=P(ix=>{"use strict";function vl(t,e,r,n){if(n&&typeof n=="object")if(Array.isArray(n))for(let i=0,s=n.length;i<s;++i){let o=n[i],a=vl(t,n,String(i),o);a===void 0?delete n[i]:a!==o&&(n[i]=a)}else if(n instanceof Map)for(let i of Array.from(n.keys())){let s=n.get(i),o=vl(t,n,i,s);o===void 0?n.delete(i):o!==s&&n.set(i,o)}else if(n instanceof Set)for(let i of Array.from(n)){let s=vl(t,n,i,i);s===void 0?n.delete(i):s!==i&&(n.delete(i),n.add(s))}else for(let[i,s]of Object.entries(n)){let o=vl(t,n,i,s);o===void 0?delete n[i]:o!==s&&(n[i]=o)}return t.call(e,r,n)}ix.applyReviver=vl});var ms=P(ox=>{"use strict";var wV=xe();function sx(t,e,r){if(Array.isArray(t))return t.map((n,i)=>sx(n,String(i),r));if(t&&typeof t.toJSON=="function"){if(!r||!wV.hasAnchor(t))return t.toJSON(e,r);let n={aliasCount:0,count:1,res:void 0};r.anchors.set(t,n),r.onCreate=s=>{n.res=s,delete r.onCreate};let i=t.toJSON(e,r);return r.onCreate&&r.onCreate(i),i}return typeof t=="bigint"&&!r?.keep?Number(t):t}ox.toJS=sx});var th=P(cx=>{"use strict";var kV=jv(),ax=xe(),CV=ms(),Uv=class{constructor(e){Object.defineProperty(this,ax.NODE_TYPE,{value:e})}clone(){let e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(e.range=this.range.slice()),e}toJS(e,{mapAsMap:r,maxAliasCount:n,onAnchor:i,reviver:s}={}){if(!ax.isDocument(e))throw new TypeError("A document argument is required");let o={anchors:new Map,doc:e,keep:!0,mapAsMap:r===!0,mapKeyWarned:!1,maxAliasCount:typeof n=="number"?n:100},a=CV.toJS(this,"",o);if(typeof i=="function")for(let{count:c,res:l}of o.anchors.values())i(l,c);return typeof s=="function"?kV.applyReviver(s,{"":a},"",a):a}};cx.NodeBase=Uv});var Tl=P(ux=>{"use strict";var DV=eh(),lx=ml(),rh=xe(),AV=th(),IV=ms(),Hv=class extends AV.NodeBase{constructor(e){super(rh.ALIAS),this.source=e,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(e){let r;return lx.visit(e,{Node:(n,i)=>{if(i===this)return lx.visit.BREAK;i.anchor===this.source&&(r=i)}}),r}toJSON(e,r){if(!r)return{source:this.source};let{anchors:n,doc:i,maxAliasCount:s}=r,o=this.resolve(i);if(!o){let c=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(c)}let a=n.get(o);if(a||(IV.toJS(o,null,r),a=n.get(o)),!a||a.res===void 0){let c="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(c)}if(s>=0&&(a.count+=1,a.aliasCount===0&&(a.aliasCount=nh(i,o,n)),a.count*a.aliasCount>s)){let c="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(c)}return a.res}toString(e,r,n){let i=`*${this.source}`;if(e){if(DV.anchorIsValid(this.source),e.options.verifyAliasOrder&&!e.anchors.has(this.source)){let s=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(s)}if(e.implicitKey)return`${i} `}return i}};function nh(t,e,r){if(rh.isAlias(e)){let n=e.resolve(t),i=r&&n&&r.get(n);return i?i.count*i.aliasCount:0}else if(rh.isCollection(e)){let n=0;for(let i of e.items){let s=nh(t,i,r);s>n&&(n=s)}return n}else if(rh.isPair(e)){let n=nh(t,e.key,r),i=nh(t,e.value,r);return Math.max(n,i)}return 1}ux.Alias=Hv});var Lt=P(Vv=>{"use strict";var OV=xe(),xV=th(),MV=ms(),qV=t=>!t||typeof t!="function"&&typeof t!="object",gs=class extends xV.NodeBase{constructor(e){super(OV.SCALAR),this.value=e}toJSON(e,r){return r?.keep?this.value:MV.toJS(this.value,e,r)}toString(){return String(this.value)}};gs.BLOCK_FOLDED="BLOCK_FOLDED";gs.BLOCK_LITERAL="BLOCK_LITERAL";gs.PLAIN="PLAIN";gs.QUOTE_DOUBLE="QUOTE_DOUBLE";gs.QUOTE_SINGLE="QUOTE_SINGLE";Vv.Scalar=gs;Vv.isScalarValue=qV});var bl=P(fx=>{"use strict";var LV=Tl(),Qs=xe(),dx=Lt(),$V="tag:yaml.org,2002:";function BV(t,e,r){if(e){let n=r.filter(s=>s.tag===e),i=n.find(s=>!s.format)??n[0];if(!i)throw new Error(`Tag ${e} not found`);return i}return r.find(n=>n.identify?.(t)&&!n.format)}function FV(t,e,r){if(Qs.isDocument(t)&&(t=t.contents),Qs.isNode(t))return t;if(Qs.isPair(t)){let d=r.schema[Qs.MAP].createNode?.(r.schema,null,r);return d.items.push(t),d}(t instanceof String||t instanceof Number||t instanceof Boolean||typeof BigInt<"u"&&t instanceof BigInt)&&(t=t.valueOf());let{aliasDuplicateObjects:n,onAnchor:i,onTagObj:s,schema:o,sourceObjects:a}=r,c;if(n&&t&&typeof t=="object"){if(c=a.get(t),c)return c.anchor||(c.anchor=i(t)),new LV.Alias(c.anchor);c={anchor:null,node:null},a.set(t,c)}e?.startsWith("!!")&&(e=$V+e.slice(2));let l=BV(t,e,o.tags);if(!l){if(t&&typeof t.toJSON=="function"&&(t=t.toJSON()),!t||typeof t!="object"){let d=new dx.Scalar(t);return c&&(c.node=d),d}l=t instanceof Map?o[Qs.MAP]:Symbol.iterator in Object(t)?o[Qs.SEQ]:o[Qs.MAP]}s&&(s(l),delete r.onTagObj);let u=l?.createNode?l.createNode(r.schema,t,r):typeof l?.nodeClass?.from=="function"?l.nodeClass.from(r.schema,t,r):new dx.Scalar(t);return e?u.tag=e:l.default||(u.tag=l.tag),c&&(c.node=u),u}fx.createNode=FV});var sh=P(ih=>{"use strict";var jV=bl(),li=xe(),UV=th();function zv(t,e,r){let n=r;for(let i=e.length-1;i>=0;--i){let s=e[i];if(typeof s=="number"&&Number.isInteger(s)&&s>=0){let o=[];o[s]=n,n=o}else n=new Map([[s,n]])}return jV.createNode(n,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:t,sourceObjects:new Map})}var px=t=>t==null||typeof t=="object"&&!!t[Symbol.iterator]().next().done,Wv=class extends UV.NodeBase{constructor(e,r){super(e),Object.defineProperty(this,"schema",{value:r,configurable:!0,enumerable:!1,writable:!0})}clone(e){let r=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return e&&(r.schema=e),r.items=r.items.map(n=>li.isNode(n)||li.isPair(n)?n.clone(e):n),this.range&&(r.range=this.range.slice()),r}addIn(e,r){if(px(e))this.add(r);else{let[n,...i]=e,s=this.get(n,!0);if(li.isCollection(s))s.addIn(i,r);else if(s===void 0&&this.schema)this.set(n,zv(this.schema,i,r));else throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}}deleteIn(e){let[r,...n]=e;if(n.length===0)return this.delete(r);let i=this.get(r,!0);if(li.isCollection(i))return i.deleteIn(n);throw new Error(`Expected YAML collection at ${r}. Remaining path: ${n}`)}getIn(e,r){let[n,...i]=e,s=this.get(n,!0);return i.length===0?!r&&li.isScalar(s)?s.value:s:li.isCollection(s)?s.getIn(i,r):void 0}hasAllNullValues(e){return this.items.every(r=>{if(!li.isPair(r))return!1;let n=r.value;return n==null||e&&li.isScalar(n)&&n.value==null&&!n.commentBefore&&!n.comment&&!n.tag})}hasIn(e){let[r,...n]=e;if(n.length===0)return this.has(r);let i=this.get(r,!0);return li.isCollection(i)?i.hasIn(n):!1}setIn(e,r){let[n,...i]=e;if(i.length===0)this.set(n,r);else{let s=this.get(n,!0);if(li.isCollection(s))s.setIn(i,r);else if(s===void 0&&this.schema)this.set(n,zv(this.schema,i,r));else throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}}};ih.Collection=Wv;ih.collectionFromPath=zv;ih.isEmptyPath=px});var _l=P(oh=>{"use strict";var HV=t=>t.replace(/^(?!$)(?: $)?/gm,"#");function Gv(t,e){return/^\n+$/.test(t)?t.substring(1):e?t.replace(/^(?! *$)/gm,e):t}var VV=(t,e,r)=>t.endsWith(`
39
- `)?Gv(r,e):r.includes(`
40
- `)?`
41
- `+Gv(r,e):(t.endsWith(" ")?"":" ")+r;oh.indentComment=Gv;oh.lineComment=VV;oh.stringifyComment=HV});var mx=P(Sl=>{"use strict";var zV="flow",Yv="block",ah="quoted";function WV(t,e,r="flow",{indentAtStart:n,lineWidth:i=80,minContentWidth:s=20,onFold:o,onOverflow:a}={}){if(!i||i<0)return t;i<s&&(s=0);let c=Math.max(1+s,1+i-e.length);if(t.length<=c)return t;let l=[],u={},d=i-e.length;typeof n=="number"&&(n>i-Math.max(2,s)?l.push(0):d=i-n);let f,p,y=!1,h=-1,v=-1,S=-1;r===Yv&&(h=hx(t,h,e.length),h!==-1&&(d=h+c));for(let T;T=t[h+=1];){if(r===ah&&T==="\\"){switch(v=h,t[h+1]){case"x":h+=3;break;case"u":h+=5;break;case"U":h+=9;break;default:h+=1}S=h}if(T===`
42
- `)r===Yv&&(h=hx(t,h,e.length)),d=h+e.length+c,f=void 0;else{if(T===" "&&p&&p!==" "&&p!==`
43
- `&&p!==" "){let R=t[h+1];R&&R!==" "&&R!==`
44
- `&&R!==" "&&(f=h)}if(h>=d)if(f)l.push(f),d=f+c,f=void 0;else if(r===ah){for(;p===" "||p===" ";)p=T,T=t[h+=1],y=!0;let R=h>S+1?h-2:v-1;if(u[R])return t;l.push(R),u[R]=!0,d=R+c,f=void 0}else y=!0}p=T}if(y&&a&&a(),l.length===0)return t;o&&o();let _=t.slice(0,l[0]);for(let T=0;T<l.length;++T){let R=l[T],C=l[T+1]||t.length;R===0?_=`
45
- ${e}${t.slice(0,C)}`:(r===ah&&u[R]&&(_+=`${t[R]}\\`),_+=`
46
- ${e}${t.slice(R+1,C)}`)}return _}function hx(t,e,r){let n=e,i=e+1,s=t[i];for(;s===" "||s===" ";)if(e<i+r)s=t[++e];else{do s=t[++e];while(s&&s!==`
47
- `);n=e,i=e+1,s=t[i]}return n}Sl.FOLD_BLOCK=Yv;Sl.FOLD_FLOW=zV;Sl.FOLD_QUOTED=ah;Sl.foldFlowLines=WV});var Pl=P(gx=>{"use strict";var $n=Lt(),ys=mx(),lh=(t,e)=>({indentAtStart:e?t.indent.length:t.indentAtStart,lineWidth:t.options.lineWidth,minContentWidth:t.options.minContentWidth}),uh=t=>/^(%|---|\.\.\.)/m.test(t);function GV(t,e,r){if(!e||e<0)return!1;let n=e-r,i=t.length;if(i<=n)return!1;for(let s=0,o=0;s<i;++s)if(t[s]===`
48
- `){if(s-o>n)return!0;if(o=s+1,i-o<=n)return!1}return!0}function Nl(t,e){let r=JSON.stringify(t);if(e.options.doubleQuotedAsJSON)return r;let{implicitKey:n}=e,i=e.options.doubleQuotedMinMultiLineLength,s=e.indent||(uh(t)?" ":""),o="",a=0;for(let c=0,l=r[c];l;l=r[++c])if(l===" "&&r[c+1]==="\\"&&r[c+2]==="n"&&(o+=r.slice(a,c)+"\\ ",c+=1,a=c,l="\\"),l==="\\")switch(r[c+1]){case"u":{o+=r.slice(a,c);let u=r.substr(c+2,4);switch(u){case"0000":o+="\\0";break;case"0007":o+="\\a";break;case"000b":o+="\\v";break;case"001b":o+="\\e";break;case"0085":o+="\\N";break;case"00a0":o+="\\_";break;case"2028":o+="\\L";break;case"2029":o+="\\P";break;default:u.substr(0,2)==="00"?o+="\\x"+u.substr(2):o+=r.substr(c,6)}c+=5,a=c+1}break;case"n":if(n||r[c+2]==='"'||r.length<i)c+=1;else{for(o+=r.slice(a,c)+`
49
-
50
- `;r[c+2]==="\\"&&r[c+3]==="n"&&r[c+4]!=='"';)o+=`
51
- `,c+=2;o+=s,r[c+2]===" "&&(o+="\\"),c+=1,a=c+1}break;default:c+=1}return o=a?o+r.slice(a):r,n?o:ys.foldFlowLines(o,s,ys.FOLD_QUOTED,lh(e,!1))}function Kv(t,e){if(e.options.singleQuote===!1||e.implicitKey&&t.includes(`
52
- `)||/[ \t]\n|\n[ \t]/.test(t))return Nl(t,e);let r=e.indent||(uh(t)?" ":""),n="'"+t.replace(/'/g,"''").replace(/\n+/g,`$&
53
- ${r}`)+"'";return e.implicitKey?n:ys.foldFlowLines(n,r,ys.FOLD_FLOW,lh(e,!1))}function Ca(t,e){let{singleQuote:r}=e.options,n;if(r===!1)n=Nl;else{let i=t.includes('"'),s=t.includes("'");i&&!s?n=Kv:s&&!i?n=Nl:n=r?Kv:Nl}return n(t,e)}var Xv;try{Xv=new RegExp(`(^|(?<!
54
- ))
55
- +(?!
56
- |$)`,"g")}catch{Xv=/\n+(?!\n|$)/g}function ch({comment:t,type:e,value:r},n,i,s){let{blockQuote:o,commentString:a,lineWidth:c}=n.options;if(!o||/\n[\t ]+$/.test(r)||/^\s*$/.test(r))return Ca(r,n);let l=n.indent||(n.forceBlockIndent||uh(r)?" ":""),u=o==="literal"?!0:o==="folded"||e===$n.Scalar.BLOCK_FOLDED?!1:e===$n.Scalar.BLOCK_LITERAL?!0:!GV(r,c,l.length);if(!r)return u?`|
57
- `:`>
58
- `;let d,f;for(f=r.length;f>0;--f){let C=r[f-1];if(C!==`
59
- `&&C!==" "&&C!==" ")break}let p=r.substring(f),y=p.indexOf(`
60
- `);y===-1?d="-":r===p||y!==p.length-1?(d="+",s&&s()):d="",p&&(r=r.slice(0,-p.length),p[p.length-1]===`
61
- `&&(p=p.slice(0,-1)),p=p.replace(Xv,`$&${l}`));let h=!1,v,S=-1;for(v=0;v<r.length;++v){let C=r[v];if(C===" ")h=!0;else if(C===`
62
- `)S=v;else break}let _=r.substring(0,S<v?S+1:v);_&&(r=r.substring(_.length),_=_.replace(/\n+/g,`$&${l}`));let R=(h?l?"2":"1":"")+d;if(t&&(R+=" "+a(t.replace(/ ?[\r\n]+/g," ")),i&&i()),!u){let C=r.replace(/\n+/g,`
63
- $&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${l}`),B=!1,U=lh(n,!0);o!=="folded"&&e!==$n.Scalar.BLOCK_FOLDED&&(U.onOverflow=()=>{B=!0});let H=ys.foldFlowLines(`${_}${C}${p}`,l,ys.FOLD_BLOCK,U);if(!B)return`>${R}
64
- ${l}${H}`}return r=r.replace(/\n+/g,`$&${l}`),`|${R}
65
- ${l}${_}${r}${p}`}function YV(t,e,r,n){let{type:i,value:s}=t,{actualString:o,implicitKey:a,indent:c,indentStep:l,inFlow:u}=e;if(a&&s.includes(`
66
- `)||u&&/[[\]{},]/.test(s))return Ca(s,e);if(!s||/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(s))return a||u||!s.includes(`
67
- `)?Ca(s,e):ch(t,e,r,n);if(!a&&!u&&i!==$n.Scalar.PLAIN&&s.includes(`
68
- `))return ch(t,e,r,n);if(uh(s)){if(c==="")return e.forceBlockIndent=!0,ch(t,e,r,n);if(a&&c===l)return Ca(s,e)}let d=s.replace(/\n+/g,`$&
69
- ${c}`);if(o){let f=h=>h.default&&h.tag!=="tag:yaml.org,2002:str"&&h.test?.test(d),{compat:p,tags:y}=e.doc.schema;if(y.some(f)||p?.some(f))return Ca(s,e)}return a?d:ys.foldFlowLines(d,c,ys.FOLD_FLOW,lh(e,!1))}function KV(t,e,r,n){let{implicitKey:i,inFlow:s}=e,o=typeof t.value=="string"?t:Object.assign({},t,{value:String(t.value)}),{type:a}=t;a!==$n.Scalar.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(o.value)&&(a=$n.Scalar.QUOTE_DOUBLE);let c=u=>{switch(u){case $n.Scalar.BLOCK_FOLDED:case $n.Scalar.BLOCK_LITERAL:return i||s?Ca(o.value,e):ch(o,e,r,n);case $n.Scalar.QUOTE_DOUBLE:return Nl(o.value,e);case $n.Scalar.QUOTE_SINGLE:return Kv(o.value,e);case $n.Scalar.PLAIN:return YV(o,e,r,n);default:return null}},l=c(a);if(l===null){let{defaultKeyType:u,defaultStringType:d}=e.options,f=i&&u||d;if(l=c(f),l===null)throw new Error(`Unsupported default string type ${f}`)}return l}gx.stringifyString=KV});var Rl=P(Jv=>{"use strict";var XV=eh(),vs=xe(),JV=_l(),QV=Pl();function ZV(t,e){let r=Object.assign({blockQuote:!0,commentString:JV.stringifyComment,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trueStr:"true",verifyAliasOrder:!0},t.schema.toStringOptions,e),n;switch(r.collectionStyle){case"block":n=!1;break;case"flow":n=!0;break;default:n=null}return{anchors:new Set,doc:t,flowCollectionPadding:r.flowCollectionPadding?" ":"",indent:"",indentStep:typeof r.indent=="number"?" ".repeat(r.indent):" ",inFlow:n,options:r}}function ez(t,e){if(e.tag){let i=t.filter(s=>s.tag===e.tag);if(i.length>0)return i.find(s=>s.format===e.format)??i[0]}let r,n;if(vs.isScalar(e)){n=e.value;let i=t.filter(s=>s.identify?.(n));if(i.length>1){let s=i.filter(o=>o.test);s.length>0&&(i=s)}r=i.find(s=>s.format===e.format)??i.find(s=>!s.format)}else n=e,r=t.find(i=>i.nodeClass&&n instanceof i.nodeClass);if(!r){let i=n?.constructor?.name??typeof n;throw new Error(`Tag not resolved for ${i} value`)}return r}function tz(t,e,{anchors:r,doc:n}){if(!n.directives)return"";let i=[],s=(vs.isScalar(t)||vs.isCollection(t))&&t.anchor;s&&XV.anchorIsValid(s)&&(r.add(s),i.push(`&${s}`));let o=t.tag?t.tag:e.default?null:e.tag;return o&&i.push(n.directives.tagString(o)),i.join(" ")}function rz(t,e,r,n){if(vs.isPair(t))return t.toString(e,r,n);if(vs.isAlias(t)){if(e.doc.directives)return t.toString(e);if(e.resolvedAliases?.has(t))throw new TypeError("Cannot stringify circular structure without alias nodes");e.resolvedAliases?e.resolvedAliases.add(t):e.resolvedAliases=new Set([t]),t=t.resolve(e.doc)}let i,s=vs.isNode(t)?t:e.doc.createNode(t,{onTagObj:c=>i=c});i||(i=ez(e.doc.schema.tags,s));let o=tz(s,i,e);o.length>0&&(e.indentAtStart=(e.indentAtStart??0)+o.length+1);let a=typeof i.stringify=="function"?i.stringify(s,e,r,n):vs.isScalar(s)?QV.stringifyString(s,e,r,n):s.toString(e,r,n);return o?vs.isScalar(s)||a[0]==="{"||a[0]==="["?`${o} ${a}`:`${o}
70
- ${e.indent}${a}`:a}Jv.createStringifyContext=ZV;Jv.stringify=rz});var bx=P(Tx=>{"use strict";var Oi=xe(),yx=Lt(),vx=Rl(),El=_l();function nz({key:t,value:e},r,n,i){let{allNullValues:s,doc:o,indent:a,indentStep:c,options:{commentString:l,indentSeq:u,simpleKeys:d}}=r,f=Oi.isNode(t)&&t.comment||null;if(d){if(f)throw new Error("With simple keys, key nodes cannot have comments");if(Oi.isCollection(t)||!Oi.isNode(t)&&typeof t=="object"){let U="With simple keys, collection cannot be used as a key value";throw new Error(U)}}let p=!d&&(!t||f&&e==null&&!r.inFlow||Oi.isCollection(t)||(Oi.isScalar(t)?t.type===yx.Scalar.BLOCK_FOLDED||t.type===yx.Scalar.BLOCK_LITERAL:typeof t=="object"));r=Object.assign({},r,{allNullValues:!1,implicitKey:!p&&(d||!s),indent:a+c});let y=!1,h=!1,v=vx.stringify(t,r,()=>y=!0,()=>h=!0);if(!p&&!r.inFlow&&v.length>1024){if(d)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");p=!0}if(r.inFlow){if(s||e==null)return y&&n&&n(),v===""?"?":p?`? ${v}`:v}else if(s&&!d||e==null&&p)return v=`? ${v}`,f&&!y?v+=El.lineComment(v,r.indent,l(f)):h&&i&&i(),v;y&&(f=null),p?(f&&(v+=El.lineComment(v,r.indent,l(f))),v=`? ${v}
71
- ${a}:`):(v=`${v}:`,f&&(v+=El.lineComment(v,r.indent,l(f))));let S,_,T;Oi.isNode(e)?(S=!!e.spaceBefore,_=e.commentBefore,T=e.comment):(S=!1,_=null,T=null,e&&typeof e=="object"&&(e=o.createNode(e))),r.implicitKey=!1,!p&&!f&&Oi.isScalar(e)&&(r.indentAtStart=v.length+1),h=!1,!u&&c.length>=2&&!r.inFlow&&!p&&Oi.isSeq(e)&&!e.flow&&!e.tag&&!e.anchor&&(r.indent=r.indent.substring(2));let R=!1,C=vx.stringify(e,r,()=>R=!0,()=>h=!0),B=" ";if(f||S||_){if(B=S?`
72
- `:"",_){let U=l(_);B+=`
73
- ${El.indentComment(U,r.indent)}`}C===""&&!r.inFlow?B===`
74
- `&&(B=`
75
-
76
- `):B+=`
77
- ${r.indent}`}else if(!p&&Oi.isCollection(e)){let U=C[0],H=C.indexOf(`
78
- `),me=H!==-1,Je=r.inFlow??e.flow??e.items.length===0;if(me||!Je){let Ft=!1;if(me&&(U==="&"||U==="!")){let Ne=C.indexOf(" ");U==="&"&&Ne!==-1&&Ne<H&&C[Ne+1]==="!"&&(Ne=C.indexOf(" ",Ne+1)),(Ne===-1||H<Ne)&&(Ft=!0)}Ft||(B=`
79
- ${r.indent}`)}}else(C===""||C[0]===`
80
- `)&&(B="");return v+=B+C,r.inFlow?R&&n&&n():T&&!R?v+=El.lineComment(v,r.indent,l(T)):h&&i&&i(),v}Tx.stringifyPair=nz});var Zv=P(Qv=>{"use strict";function iz(t,...e){t==="debug"&&console.log(...e)}function sz(t,e){(t==="debug"||t==="warn")&&(typeof process<"u"&&process.emitWarning?process.emitWarning(e):console.warn(e))}Qv.debug=iz;Qv.warn=sz});var hh=P(ph=>{"use strict";var wl=xe(),_x=Lt(),dh="<<",fh={identify:t=>t===dh||typeof t=="symbol"&&t.description===dh,default:"key",tag:"tag:yaml.org,2002:merge",test:/^<<$/,resolve:()=>Object.assign(new _x.Scalar(Symbol(dh)),{addToJSMap:Sx}),stringify:()=>dh},oz=(t,e)=>(fh.identify(e)||wl.isScalar(e)&&(!e.type||e.type===_x.Scalar.PLAIN)&&fh.identify(e.value))&&t?.doc.schema.tags.some(r=>r.tag===fh.tag&&r.default);function Sx(t,e,r){if(r=t&&wl.isAlias(r)?r.resolve(t.doc):r,wl.isSeq(r))for(let n of r.items)eT(t,e,n);else if(Array.isArray(r))for(let n of r)eT(t,e,n);else eT(t,e,r)}function eT(t,e,r){let n=t&&wl.isAlias(r)?r.resolve(t.doc):r;if(!wl.isMap(n))throw new Error("Merge sources must be maps or map aliases");let i=n.toJSON(null,t,Map);for(let[s,o]of i)e instanceof Map?e.has(s)||e.set(s,o):e instanceof Set?e.add(s):Object.prototype.hasOwnProperty.call(e,s)||Object.defineProperty(e,s,{value:o,writable:!0,enumerable:!0,configurable:!0});return e}ph.addMergeToJSMap=Sx;ph.isMergeKey=oz;ph.merge=fh});var rT=P(Rx=>{"use strict";var az=Zv(),Nx=hh(),cz=Rl(),Px=xe(),tT=ms();function lz(t,e,{key:r,value:n}){if(Px.isNode(r)&&r.addToJSMap)r.addToJSMap(t,e,n);else if(Nx.isMergeKey(t,r))Nx.addMergeToJSMap(t,e,n);else{let i=tT.toJS(r,"",t);if(e instanceof Map)e.set(i,tT.toJS(n,i,t));else if(e instanceof Set)e.add(i);else{let s=uz(r,i,t),o=tT.toJS(n,s,t);s in e?Object.defineProperty(e,s,{value:o,writable:!0,enumerable:!0,configurable:!0}):e[s]=o}}return e}function uz(t,e,r){if(e===null)return"";if(typeof e!="object")return String(e);if(Px.isNode(t)&&r?.doc){let n=cz.createStringifyContext(r.doc,{});n.anchors=new Set;for(let s of r.anchors.keys())n.anchors.add(s.anchor);n.inFlow=!0,n.inStringifyKey=!0;let i=t.toString(n);if(!r.mapKeyWarned){let s=JSON.stringify(i);s.length>40&&(s=s.substring(0,36)+'..."'),az.warn(r.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${s}. Set mapAsMap: true to use object keys.`),r.mapKeyWarned=!0}return i}return JSON.stringify(e)}Rx.addPairToJSMap=lz});var Ts=P(nT=>{"use strict";var Ex=bl(),dz=bx(),fz=rT(),mh=xe();function pz(t,e,r){let n=Ex.createNode(t,void 0,r),i=Ex.createNode(e,void 0,r);return new gh(n,i)}var gh=class t{constructor(e,r=null){Object.defineProperty(this,mh.NODE_TYPE,{value:mh.PAIR}),this.key=e,this.value=r}clone(e){let{key:r,value:n}=this;return mh.isNode(r)&&(r=r.clone(e)),mh.isNode(n)&&(n=n.clone(e)),new t(r,n)}toJSON(e,r){let n=r?.mapAsMap?new Map:{};return fz.addPairToJSMap(r,n,this)}toString(e,r,n){return e?.doc?dz.stringifyPair(this,e,r,n):JSON.stringify(this)}};nT.Pair=gh;nT.createPair=pz});var iT=P(kx=>{"use strict";var Zs=xe(),wx=Rl(),yh=_l();function hz(t,e,r){return(e.inFlow??t.flow?gz:mz)(t,e,r)}function mz({comment:t,items:e},r,{blockItemPrefix:n,flowChars:i,itemIndent:s,onChompKeep:o,onComment:a}){let{indent:c,options:{commentString:l}}=r,u=Object.assign({},r,{indent:s,type:null}),d=!1,f=[];for(let y=0;y<e.length;++y){let h=e[y],v=null;if(Zs.isNode(h))!d&&h.spaceBefore&&f.push(""),vh(r,f,h.commentBefore,d),h.comment&&(v=h.comment);else if(Zs.isPair(h)){let _=Zs.isNode(h.key)?h.key:null;_&&(!d&&_.spaceBefore&&f.push(""),vh(r,f,_.commentBefore,d))}d=!1;let S=wx.stringify(h,u,()=>v=null,()=>d=!0);v&&(S+=yh.lineComment(S,s,l(v))),d&&v&&(d=!1),f.push(n+S)}let p;if(f.length===0)p=i.start+i.end;else{p=f[0];for(let y=1;y<f.length;++y){let h=f[y];p+=h?`
81
- ${c}${h}`:`
82
- `}}return t?(p+=`
83
- `+yh.indentComment(l(t),c),a&&a()):d&&o&&o(),p}function gz({items:t},e,{flowChars:r,itemIndent:n}){let{indent:i,indentStep:s,flowCollectionPadding:o,options:{commentString:a}}=e;n+=s;let c=Object.assign({},e,{indent:n,inFlow:!0,type:null}),l=!1,u=0,d=[];for(let y=0;y<t.length;++y){let h=t[y],v=null;if(Zs.isNode(h))h.spaceBefore&&d.push(""),vh(e,d,h.commentBefore,!1),h.comment&&(v=h.comment);else if(Zs.isPair(h)){let _=Zs.isNode(h.key)?h.key:null;_&&(_.spaceBefore&&d.push(""),vh(e,d,_.commentBefore,!1),_.comment&&(l=!0));let T=Zs.isNode(h.value)?h.value:null;T?(T.comment&&(v=T.comment),T.commentBefore&&(l=!0)):h.value==null&&_?.comment&&(v=_.comment)}v&&(l=!0);let S=wx.stringify(h,c,()=>v=null);y<t.length-1&&(S+=","),v&&(S+=yh.lineComment(S,n,a(v))),!l&&(d.length>u||S.includes(`
84
- `))&&(l=!0),d.push(S),u=d.length}let{start:f,end:p}=r;if(d.length===0)return f+p;if(!l){let y=d.reduce((h,v)=>h+v.length+2,2);l=e.options.lineWidth>0&&y>e.options.lineWidth}if(l){let y=f;for(let h of d)y+=h?`
85
- ${s}${i}${h}`:`
86
- `;return`${y}
87
- ${i}${p}`}else return`${f}${o}${d.join(" ")}${o}${p}`}function vh({indent:t,options:{commentString:e}},r,n,i){if(n&&i&&(n=n.replace(/^\n+/,"")),n){let s=yh.indentComment(e(n),t);r.push(s.trimStart())}}kx.stringifyCollection=hz});var _s=P(oT=>{"use strict";var yz=iT(),vz=rT(),Tz=sh(),bs=xe(),Th=Ts(),bz=Lt();function kl(t,e){let r=bs.isScalar(e)?e.value:e;for(let n of t)if(bs.isPair(n)&&(n.key===e||n.key===r||bs.isScalar(n.key)&&n.key.value===r))return n}var sT=class extends Tz.Collection{static get tagName(){return"tag:yaml.org,2002:map"}constructor(e){super(bs.MAP,e),this.items=[]}static from(e,r,n){let{keepUndefined:i,replacer:s}=n,o=new this(e),a=(c,l)=>{if(typeof s=="function")l=s.call(r,c,l);else if(Array.isArray(s)&&!s.includes(c))return;(l!==void 0||i)&&o.items.push(Th.createPair(c,l,n))};if(r instanceof Map)for(let[c,l]of r)a(c,l);else if(r&&typeof r=="object")for(let c of Object.keys(r))a(c,r[c]);return typeof e.sortMapEntries=="function"&&o.items.sort(e.sortMapEntries),o}add(e,r){let n;bs.isPair(e)?n=e:!e||typeof e!="object"||!("key"in e)?n=new Th.Pair(e,e?.value):n=new Th.Pair(e.key,e.value);let i=kl(this.items,n.key),s=this.schema?.sortMapEntries;if(i){if(!r)throw new Error(`Key ${n.key} already set`);bs.isScalar(i.value)&&bz.isScalarValue(n.value)?i.value.value=n.value:i.value=n.value}else if(s){let o=this.items.findIndex(a=>s(n,a)<0);o===-1?this.items.push(n):this.items.splice(o,0,n)}else this.items.push(n)}delete(e){let r=kl(this.items,e);return r?this.items.splice(this.items.indexOf(r),1).length>0:!1}get(e,r){let i=kl(this.items,e)?.value;return(!r&&bs.isScalar(i)?i.value:i)??void 0}has(e){return!!kl(this.items,e)}set(e,r){this.add(new Th.Pair(e,r),!0)}toJSON(e,r,n){let i=n?new n:r?.mapAsMap?new Map:{};r?.onCreate&&r.onCreate(i);for(let s of this.items)vz.addPairToJSMap(r,i,s);return i}toString(e,r,n){if(!e)return JSON.stringify(this);for(let i of this.items)if(!bs.isPair(i))throw new Error(`Map items must all be pairs; found ${JSON.stringify(i)} instead`);return!e.allNullValues&&this.hasAllNullValues(!1)&&(e=Object.assign({},e,{allNullValues:!0})),yz.stringifyCollection(this,e,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:e.indent||"",onChompKeep:n,onComment:r})}};oT.YAMLMap=sT;oT.findPair=kl});var Da=P(Dx=>{"use strict";var _z=xe(),Cx=_s(),Sz={collection:"map",default:!0,nodeClass:Cx.YAMLMap,tag:"tag:yaml.org,2002:map",resolve(t,e){return _z.isMap(t)||e("Expected a mapping for this tag"),t},createNode:(t,e,r)=>Cx.YAMLMap.from(t,e,r)};Dx.map=Sz});var Ss=P(Ax=>{"use strict";var Nz=bl(),Pz=iT(),Rz=sh(),_h=xe(),Ez=Lt(),wz=ms(),aT=class extends Rz.Collection{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(e){super(_h.SEQ,e),this.items=[]}add(e){this.items.push(e)}delete(e){let r=bh(e);return typeof r!="number"?!1:this.items.splice(r,1).length>0}get(e,r){let n=bh(e);if(typeof n!="number")return;let i=this.items[n];return!r&&_h.isScalar(i)?i.value:i}has(e){let r=bh(e);return typeof r=="number"&&r<this.items.length}set(e,r){let n=bh(e);if(typeof n!="number")throw new Error(`Expected a valid index, not ${e}.`);let i=this.items[n];_h.isScalar(i)&&Ez.isScalarValue(r)?i.value=r:this.items[n]=r}toJSON(e,r){let n=[];r?.onCreate&&r.onCreate(n);let i=0;for(let s of this.items)n.push(wz.toJS(s,String(i++),r));return n}toString(e,r,n){return e?Pz.stringifyCollection(this,e,{blockItemPrefix:"- ",flowChars:{start:"[",end:"]"},itemIndent:(e.indent||"")+" ",onChompKeep:n,onComment:r}):JSON.stringify(this)}static from(e,r,n){let{replacer:i}=n,s=new this(e);if(r&&Symbol.iterator in Object(r)){let o=0;for(let a of r){if(typeof i=="function"){let c=r instanceof Set?a:String(o++);a=i.call(r,c,a)}s.items.push(Nz.createNode(a,void 0,n))}}return s}};function bh(t){let e=_h.isScalar(t)?t.value:t;return e&&typeof e=="string"&&(e=Number(e)),typeof e=="number"&&Number.isInteger(e)&&e>=0?e:null}Ax.YAMLSeq=aT});var Aa=P(Ox=>{"use strict";var kz=xe(),Ix=Ss(),Cz={collection:"seq",default:!0,nodeClass:Ix.YAMLSeq,tag:"tag:yaml.org,2002:seq",resolve(t,e){return kz.isSeq(t)||e("Expected a sequence for this tag"),t},createNode:(t,e,r)=>Ix.YAMLSeq.from(t,e,r)};Ox.seq=Cz});var Cl=P(xx=>{"use strict";var Dz=Pl(),Az={identify:t=>typeof t=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:t=>t,stringify(t,e,r,n){return e=Object.assign({actualString:!0},e),Dz.stringifyString(t,e,r,n)}};xx.string=Az});var Sh=P(Lx=>{"use strict";var Mx=Lt(),qx={identify:t=>t==null,createNode:()=>new Mx.Scalar(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new Mx.Scalar(null),stringify:({source:t},e)=>typeof t=="string"&&qx.test.test(t)?t:e.options.nullStr};Lx.nullTag=qx});var cT=P(Bx=>{"use strict";var Iz=Lt(),$x={identify:t=>typeof t=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:t=>new Iz.Scalar(t[0]==="t"||t[0]==="T"),stringify({source:t,value:e},r){if(t&&$x.test.test(t)){let n=t[0]==="t"||t[0]==="T";if(e===n)return t}return e?r.options.trueStr:r.options.falseStr}};Bx.boolTag=$x});var Ia=P(Fx=>{"use strict";function Oz({format:t,minFractionDigits:e,tag:r,value:n}){if(typeof n=="bigint")return String(n);let i=typeof n=="number"?n:Number(n);if(!isFinite(i))return isNaN(i)?".nan":i<0?"-.inf":".inf";let s=JSON.stringify(n);if(!t&&e&&(!r||r==="tag:yaml.org,2002:float")&&/^\d/.test(s)){let o=s.indexOf(".");o<0&&(o=s.length,s+=".");let a=e-(s.length-o-1);for(;a-- >0;)s+="0"}return s}Fx.stringifyNumber=Oz});var uT=P(Nh=>{"use strict";var xz=Lt(),lT=Ia(),Mz={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:t=>t.slice(-3).toLowerCase()==="nan"?NaN:t[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:lT.stringifyNumber},qz={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:t=>parseFloat(t),stringify(t){let e=Number(t.value);return isFinite(e)?e.toExponential():lT.stringifyNumber(t)}},Lz={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(t){let e=new xz.Scalar(parseFloat(t)),r=t.indexOf(".");return r!==-1&&t[t.length-1]==="0"&&(e.minFractionDigits=t.length-r-1),e},stringify:lT.stringifyNumber};Nh.float=Lz;Nh.floatExp=qz;Nh.floatNaN=Mz});var fT=P(Rh=>{"use strict";var jx=Ia(),Ph=t=>typeof t=="bigint"||Number.isInteger(t),dT=(t,e,r,{intAsBigInt:n})=>n?BigInt(t):parseInt(t.substring(e),r);function Ux(t,e,r){let{value:n}=t;return Ph(n)&&n>=0?r+n.toString(e):jx.stringifyNumber(t)}var $z={identify:t=>Ph(t)&&t>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:(t,e,r)=>dT(t,2,8,r),stringify:t=>Ux(t,8,"0o")},Bz={identify:Ph,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:(t,e,r)=>dT(t,0,10,r),stringify:jx.stringifyNumber},Fz={identify:t=>Ph(t)&&t>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:(t,e,r)=>dT(t,2,16,r),stringify:t=>Ux(t,16,"0x")};Rh.int=Bz;Rh.intHex=Fz;Rh.intOct=$z});var Vx=P(Hx=>{"use strict";var jz=Da(),Uz=Sh(),Hz=Aa(),Vz=Cl(),zz=cT(),pT=uT(),hT=fT(),Wz=[jz.map,Hz.seq,Vz.string,Uz.nullTag,zz.boolTag,hT.intOct,hT.int,hT.intHex,pT.floatNaN,pT.floatExp,pT.float];Hx.schema=Wz});var Gx=P(Wx=>{"use strict";var Gz=Lt(),Yz=Da(),Kz=Aa();function zx(t){return typeof t=="bigint"||Number.isInteger(t)}var Eh=({value:t})=>JSON.stringify(t),Xz=[{identify:t=>typeof t=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:t=>t,stringify:Eh},{identify:t=>t==null,createNode:()=>new Gz.Scalar(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:Eh},{identify:t=>typeof t=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^true$|^false$/,resolve:t=>t==="true",stringify:Eh},{identify:zx,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(t,e,{intAsBigInt:r})=>r?BigInt(t):parseInt(t,10),stringify:({value:t})=>zx(t)?t.toString():JSON.stringify(t)},{identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:t=>parseFloat(t),stringify:Eh}],Jz={default:!0,tag:"",test:/^/,resolve(t,e){return e(`Unresolved plain scalar ${JSON.stringify(t)}`),t}},Qz=[Yz.map,Kz.seq].concat(Xz,Jz);Wx.schema=Qz});var gT=P(Yx=>{"use strict";var mT=Lt(),Zz=Pl(),e2={identify:t=>t instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve(t,e){if(typeof Buffer=="function")return Buffer.from(t,"base64");if(typeof atob=="function"){let r=atob(t.replace(/[\n\r]/g,"")),n=new Uint8Array(r.length);for(let i=0;i<r.length;++i)n[i]=r.charCodeAt(i);return n}else return e("This environment does not support reading binary tags; either Buffer or atob is required"),t},stringify({comment:t,type:e,value:r},n,i,s){let o=r,a;if(typeof Buffer=="function")a=o instanceof Buffer?o.toString("base64"):Buffer.from(o.buffer).toString("base64");else if(typeof btoa=="function"){let c="";for(let l=0;l<o.length;++l)c+=String.fromCharCode(o[l]);a=btoa(c)}else throw new Error("This environment does not support writing binary tags; either Buffer or btoa is required");if(e||(e=mT.Scalar.BLOCK_LITERAL),e!==mT.Scalar.QUOTE_DOUBLE){let c=Math.max(n.options.lineWidth-n.indent.length,n.options.minContentWidth),l=Math.ceil(a.length/c),u=new Array(l);for(let d=0,f=0;d<l;++d,f+=c)u[d]=a.substr(f,c);a=u.join(e===mT.Scalar.BLOCK_LITERAL?`
88
- `:" ")}return Zz.stringifyString({comment:t,type:e,value:a},n,i,s)}};Yx.binary=e2});var Ch=P(kh=>{"use strict";var wh=xe(),yT=Ts(),t2=Lt(),r2=Ss();function Kx(t,e){if(wh.isSeq(t))for(let r=0;r<t.items.length;++r){let n=t.items[r];if(!wh.isPair(n)){if(wh.isMap(n)){n.items.length>1&&e("Each pair must have its own sequence indicator");let i=n.items[0]||new yT.Pair(new t2.Scalar(null));if(n.commentBefore&&(i.key.commentBefore=i.key.commentBefore?`${n.commentBefore}
89
- ${i.key.commentBefore}`:n.commentBefore),n.comment){let s=i.value??i.key;s.comment=s.comment?`${n.comment}
90
- ${s.comment}`:n.comment}n=i}t.items[r]=wh.isPair(n)?n:new yT.Pair(n)}}else e("Expected a sequence for this tag");return t}function Xx(t,e,r){let{replacer:n}=r,i=new r2.YAMLSeq(t);i.tag="tag:yaml.org,2002:pairs";let s=0;if(e&&Symbol.iterator in Object(e))for(let o of e){typeof n=="function"&&(o=n.call(e,String(s++),o));let a,c;if(Array.isArray(o))if(o.length===2)a=o[0],c=o[1];else throw new TypeError(`Expected [key, value] tuple: ${o}`);else if(o&&o instanceof Object){let l=Object.keys(o);if(l.length===1)a=l[0],c=o[a];else throw new TypeError(`Expected tuple with one key, not ${l.length} keys`)}else a=o;i.items.push(yT.createPair(a,c,r))}return i}var n2={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:Kx,createNode:Xx};kh.createPairs=Xx;kh.pairs=n2;kh.resolvePairs=Kx});var bT=P(TT=>{"use strict";var Jx=xe(),vT=ms(),Dl=_s(),i2=Ss(),Qx=Ch(),eo=class t extends i2.YAMLSeq{constructor(){super(),this.add=Dl.YAMLMap.prototype.add.bind(this),this.delete=Dl.YAMLMap.prototype.delete.bind(this),this.get=Dl.YAMLMap.prototype.get.bind(this),this.has=Dl.YAMLMap.prototype.has.bind(this),this.set=Dl.YAMLMap.prototype.set.bind(this),this.tag=t.tag}toJSON(e,r){if(!r)return super.toJSON(e);let n=new Map;r?.onCreate&&r.onCreate(n);for(let i of this.items){let s,o;if(Jx.isPair(i)?(s=vT.toJS(i.key,"",r),o=vT.toJS(i.value,s,r)):s=vT.toJS(i,"",r),n.has(s))throw new Error("Ordered maps must not include duplicate keys");n.set(s,o)}return n}static from(e,r,n){let i=Qx.createPairs(e,r,n),s=new this;return s.items=i.items,s}};eo.tag="tag:yaml.org,2002:omap";var s2={collection:"seq",identify:t=>t instanceof Map,nodeClass:eo,default:!1,tag:"tag:yaml.org,2002:omap",resolve(t,e){let r=Qx.resolvePairs(t,e),n=[];for(let{key:i}of r.items)Jx.isScalar(i)&&(n.includes(i.value)?e(`Ordered maps must not include duplicate keys: ${i.value}`):n.push(i.value));return Object.assign(new eo,r)},createNode:(t,e,r)=>eo.from(t,e,r)};TT.YAMLOMap=eo;TT.omap=s2});var nM=P(_T=>{"use strict";var Zx=Lt();function eM({value:t,source:e},r){return e&&(t?tM:rM).test.test(e)?e:t?r.options.trueStr:r.options.falseStr}var tM={identify:t=>t===!0,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new Zx.Scalar(!0),stringify:eM},rM={identify:t=>t===!1,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new Zx.Scalar(!1),stringify:eM};_T.falseTag=rM;_T.trueTag=tM});var iM=P(Dh=>{"use strict";var o2=Lt(),ST=Ia(),a2={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:t=>t.slice(-3).toLowerCase()==="nan"?NaN:t[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:ST.stringifyNumber},c2={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:t=>parseFloat(t.replace(/_/g,"")),stringify(t){let e=Number(t.value);return isFinite(e)?e.toExponential():ST.stringifyNumber(t)}},l2={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(t){let e=new o2.Scalar(parseFloat(t.replace(/_/g,""))),r=t.indexOf(".");if(r!==-1){let n=t.substring(r+1).replace(/_/g,"");n[n.length-1]==="0"&&(e.minFractionDigits=n.length)}return e},stringify:ST.stringifyNumber};Dh.float=l2;Dh.floatExp=c2;Dh.floatNaN=a2});var oM=P(Il=>{"use strict";var sM=Ia(),Al=t=>typeof t=="bigint"||Number.isInteger(t);function Ah(t,e,r,{intAsBigInt:n}){let i=t[0];if((i==="-"||i==="+")&&(e+=1),t=t.substring(e).replace(/_/g,""),n){switch(r){case 2:t=`0b${t}`;break;case 8:t=`0o${t}`;break;case 16:t=`0x${t}`;break}let o=BigInt(t);return i==="-"?BigInt(-1)*o:o}let s=parseInt(t,r);return i==="-"?-1*s:s}function NT(t,e,r){let{value:n}=t;if(Al(n)){let i=n.toString(e);return n<0?"-"+r+i.substr(1):r+i}return sM.stringifyNumber(t)}var u2={identify:Al,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(t,e,r)=>Ah(t,2,2,r),stringify:t=>NT(t,2,"0b")},d2={identify:Al,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(t,e,r)=>Ah(t,1,8,r),stringify:t=>NT(t,8,"0")},f2={identify:Al,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(t,e,r)=>Ah(t,0,10,r),stringify:sM.stringifyNumber},p2={identify:Al,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(t,e,r)=>Ah(t,2,16,r),stringify:t=>NT(t,16,"0x")};Il.int=f2;Il.intBin=u2;Il.intHex=p2;Il.intOct=d2});var RT=P(PT=>{"use strict";var xh=xe(),Ih=Ts(),Oh=_s(),to=class t extends Oh.YAMLMap{constructor(e){super(e),this.tag=t.tag}add(e){let r;xh.isPair(e)?r=e:e&&typeof e=="object"&&"key"in e&&"value"in e&&e.value===null?r=new Ih.Pair(e.key,null):r=new Ih.Pair(e,null),Oh.findPair(this.items,r.key)||this.items.push(r)}get(e,r){let n=Oh.findPair(this.items,e);return!r&&xh.isPair(n)?xh.isScalar(n.key)?n.key.value:n.key:n}set(e,r){if(typeof r!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof r}`);let n=Oh.findPair(this.items,e);n&&!r?this.items.splice(this.items.indexOf(n),1):!n&&r&&this.items.push(new Ih.Pair(e))}toJSON(e,r){return super.toJSON(e,r,Set)}toString(e,r,n){if(!e)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},e,{allNullValues:!0}),r,n);throw new Error("Set items must all have null values")}static from(e,r,n){let{replacer:i}=n,s=new this(e);if(r&&Symbol.iterator in Object(r))for(let o of r)typeof i=="function"&&(o=i.call(r,o,o)),s.items.push(Ih.createPair(o,null,n));return s}};to.tag="tag:yaml.org,2002:set";var h2={collection:"map",identify:t=>t instanceof Set,nodeClass:to,default:!1,tag:"tag:yaml.org,2002:set",createNode:(t,e,r)=>to.from(t,e,r),resolve(t,e){if(xh.isMap(t)){if(t.hasAllNullValues(!0))return Object.assign(new to,t);e("Set items must all have null values")}else e("Expected a mapping for this tag");return t}};PT.YAMLSet=to;PT.set=h2});var wT=P(Mh=>{"use strict";var m2=Ia();function ET(t,e){let r=t[0],n=r==="-"||r==="+"?t.substring(1):t,i=o=>e?BigInt(o):Number(o),s=n.replace(/_/g,"").split(":").reduce((o,a)=>o*i(60)+i(a),i(0));return r==="-"?i(-1)*s:s}function aM(t){let{value:e}=t,r=o=>o;if(typeof e=="bigint")r=o=>BigInt(o);else if(isNaN(e)||!isFinite(e))return m2.stringifyNumber(t);let n="";e<0&&(n="-",e*=r(-1));let i=r(60),s=[e%i];return e<60?s.unshift(0):(e=(e-s[0])/i,s.unshift(e%i),e>=60&&(e=(e-s[0])/i,s.unshift(e))),n+s.map(o=>String(o).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}var g2={identify:t=>typeof t=="bigint"||Number.isInteger(t),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(t,e,{intAsBigInt:r})=>ET(t,r),stringify:aM},y2={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:t=>ET(t,!1),stringify:aM},cM={identify:t=>t instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(t){let e=t.match(cM.test);if(!e)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");let[,r,n,i,s,o,a]=e.map(Number),c=e[7]?Number((e[7]+"00").substr(1,3)):0,l=Date.UTC(r,n-1,i,s||0,o||0,a||0,c),u=e[8];if(u&&u!=="Z"){let d=ET(u,!1);Math.abs(d)<30&&(d*=60),l-=6e4*d}return new Date(l)},stringify:({value:t})=>t.toISOString().replace(/(T00:00:00)?\.000Z$/,"")};Mh.floatTime=y2;Mh.intTime=g2;Mh.timestamp=cM});var dM=P(uM=>{"use strict";var v2=Da(),T2=Sh(),b2=Aa(),_2=Cl(),S2=gT(),lM=nM(),kT=iM(),qh=oM(),N2=hh(),P2=bT(),R2=Ch(),E2=RT(),CT=wT(),w2=[v2.map,b2.seq,_2.string,T2.nullTag,lM.trueTag,lM.falseTag,qh.intBin,qh.intOct,qh.int,qh.intHex,kT.floatNaN,kT.floatExp,kT.float,S2.binary,N2.merge,P2.omap,R2.pairs,E2.set,CT.intTime,CT.floatTime,CT.timestamp];uM.schema=w2});var _M=P(IT=>{"use strict";var mM=Da(),k2=Sh(),gM=Aa(),C2=Cl(),D2=cT(),DT=uT(),AT=fT(),A2=Vx(),I2=Gx(),yM=gT(),Ol=hh(),vM=bT(),TM=Ch(),fM=dM(),bM=RT(),Lh=wT(),pM=new Map([["core",A2.schema],["failsafe",[mM.map,gM.seq,C2.string]],["json",I2.schema],["yaml11",fM.schema],["yaml-1.1",fM.schema]]),hM={binary:yM.binary,bool:D2.boolTag,float:DT.float,floatExp:DT.floatExp,floatNaN:DT.floatNaN,floatTime:Lh.floatTime,int:AT.int,intHex:AT.intHex,intOct:AT.intOct,intTime:Lh.intTime,map:mM.map,merge:Ol.merge,null:k2.nullTag,omap:vM.omap,pairs:TM.pairs,seq:gM.seq,set:bM.set,timestamp:Lh.timestamp},O2={"tag:yaml.org,2002:binary":yM.binary,"tag:yaml.org,2002:merge":Ol.merge,"tag:yaml.org,2002:omap":vM.omap,"tag:yaml.org,2002:pairs":TM.pairs,"tag:yaml.org,2002:set":bM.set,"tag:yaml.org,2002:timestamp":Lh.timestamp};function x2(t,e,r){let n=pM.get(e);if(n&&!t)return r&&!n.includes(Ol.merge)?n.concat(Ol.merge):n.slice();let i=n;if(!i)if(Array.isArray(t))i=[];else{let s=Array.from(pM.keys()).filter(o=>o!=="yaml11").map(o=>JSON.stringify(o)).join(", ");throw new Error(`Unknown schema "${e}"; use one of ${s} or define customTags array`)}if(Array.isArray(t))for(let s of t)i=i.concat(s);else typeof t=="function"&&(i=t(i.slice()));return r&&(i=i.concat(Ol.merge)),i.reduce((s,o)=>{let a=typeof o=="string"?hM[o]:o;if(!a){let c=JSON.stringify(o),l=Object.keys(hM).map(u=>JSON.stringify(u)).join(", ");throw new Error(`Unknown custom tag ${c}; use one of ${l}`)}return s.includes(a)||s.push(a),s},[])}IT.coreKnownTags=O2;IT.getTags=x2});var MT=P(SM=>{"use strict";var OT=xe(),M2=Da(),q2=Aa(),L2=Cl(),$h=_M(),$2=(t,e)=>t.key<e.key?-1:t.key>e.key?1:0,xT=class t{constructor({compat:e,customTags:r,merge:n,resolveKnownTags:i,schema:s,sortMapEntries:o,toStringDefaults:a}){this.compat=Array.isArray(e)?$h.getTags(e,"compat"):e?$h.getTags(null,e):null,this.name=typeof s=="string"&&s||"core",this.knownTags=i?$h.coreKnownTags:{},this.tags=$h.getTags(r,this.name,n),this.toStringOptions=a??null,Object.defineProperty(this,OT.MAP,{value:M2.map}),Object.defineProperty(this,OT.SCALAR,{value:L2.string}),Object.defineProperty(this,OT.SEQ,{value:q2.seq}),this.sortMapEntries=typeof o=="function"?o:o===!0?$2:null}clone(){let e=Object.create(t.prototype,Object.getOwnPropertyDescriptors(this));return e.tags=this.tags.slice(),e}};SM.Schema=xT});var PM=P(NM=>{"use strict";var B2=xe(),qT=Rl(),xl=_l();function F2(t,e){let r=[],n=e.directives===!0;if(e.directives!==!1&&t.directives){let c=t.directives.toString(t);c?(r.push(c),n=!0):t.directives.docStart&&(n=!0)}n&&r.push("---");let i=qT.createStringifyContext(t,e),{commentString:s}=i.options;if(t.commentBefore){r.length!==1&&r.unshift("");let c=s(t.commentBefore);r.unshift(xl.indentComment(c,""))}let o=!1,a=null;if(t.contents){if(B2.isNode(t.contents)){if(t.contents.spaceBefore&&n&&r.push(""),t.contents.commentBefore){let u=s(t.contents.commentBefore);r.push(xl.indentComment(u,""))}i.forceBlockIndent=!!t.comment,a=t.contents.comment}let c=a?void 0:()=>o=!0,l=qT.stringify(t.contents,i,()=>a=null,c);a&&(l+=xl.lineComment(l,"",s(a))),(l[0]==="|"||l[0]===">")&&r[r.length-1]==="---"?r[r.length-1]=`--- ${l}`:r.push(l)}else r.push(qT.stringify(t.contents,i));if(t.directives?.docEnd)if(t.comment){let c=s(t.comment);c.includes(`
91
- `)?(r.push("..."),r.push(xl.indentComment(c,""))):r.push(`... ${c}`)}else r.push("...");else{let c=t.comment;c&&o&&(c=c.replace(/^\n+/,"")),c&&((!o||a)&&r[r.length-1]!==""&&r.push(""),r.push(xl.indentComment(s(c),"")))}return r.join(`
92
- `)+`
93
- `}NM.stringifyDocument=F2});var Ml=P(RM=>{"use strict";var j2=Tl(),Oa=sh(),hn=xe(),U2=Ts(),H2=ms(),V2=MT(),z2=PM(),LT=eh(),W2=jv(),G2=bl(),$T=Fv(),BT=class t{constructor(e,r,n){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,hn.NODE_TYPE,{value:hn.DOC});let i=null;typeof r=="function"||Array.isArray(r)?i=r:n===void 0&&r&&(n=r,r=void 0);let s=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,stringKeys:!1,uniqueKeys:!0,version:"1.2"},n);this.options=s;let{version:o}=s;n?._directives?(this.directives=n._directives.atDocument(),this.directives.yaml.explicit&&(o=this.directives.yaml.version)):this.directives=new $T.Directives({version:o}),this.setSchema(o,n),this.contents=e===void 0?null:this.createNode(e,i,n)}clone(){let e=Object.create(t.prototype,{[hn.NODE_TYPE]:{value:hn.DOC}});return e.commentBefore=this.commentBefore,e.comment=this.comment,e.errors=this.errors.slice(),e.warnings=this.warnings.slice(),e.options=Object.assign({},this.options),this.directives&&(e.directives=this.directives.clone()),e.schema=this.schema.clone(),e.contents=hn.isNode(this.contents)?this.contents.clone(e.schema):this.contents,this.range&&(e.range=this.range.slice()),e}add(e){xa(this.contents)&&this.contents.add(e)}addIn(e,r){xa(this.contents)&&this.contents.addIn(e,r)}createAlias(e,r){if(!e.anchor){let n=LT.anchorNames(this);e.anchor=!r||n.has(r)?LT.findNewAnchor(r||"a",n):r}return new j2.Alias(e.anchor)}createNode(e,r,n){let i;if(typeof r=="function")e=r.call({"":e},"",e),i=r;else if(Array.isArray(r)){let v=_=>typeof _=="number"||_ instanceof String||_ instanceof Number,S=r.filter(v).map(String);S.length>0&&(r=r.concat(S)),i=r}else n===void 0&&r&&(n=r,r=void 0);let{aliasDuplicateObjects:s,anchorPrefix:o,flow:a,keepUndefined:c,onTagObj:l,tag:u}=n??{},{onAnchor:d,setAnchors:f,sourceObjects:p}=LT.createNodeAnchors(this,o||"a"),y={aliasDuplicateObjects:s??!0,keepUndefined:c??!1,onAnchor:d,onTagObj:l,replacer:i,schema:this.schema,sourceObjects:p},h=G2.createNode(e,u,y);return a&&hn.isCollection(h)&&(h.flow=!0),f(),h}createPair(e,r,n={}){let i=this.createNode(e,null,n),s=this.createNode(r,null,n);return new U2.Pair(i,s)}delete(e){return xa(this.contents)?this.contents.delete(e):!1}deleteIn(e){return Oa.isEmptyPath(e)?this.contents==null?!1:(this.contents=null,!0):xa(this.contents)?this.contents.deleteIn(e):!1}get(e,r){return hn.isCollection(this.contents)?this.contents.get(e,r):void 0}getIn(e,r){return Oa.isEmptyPath(e)?!r&&hn.isScalar(this.contents)?this.contents.value:this.contents:hn.isCollection(this.contents)?this.contents.getIn(e,r):void 0}has(e){return hn.isCollection(this.contents)?this.contents.has(e):!1}hasIn(e){return Oa.isEmptyPath(e)?this.contents!==void 0:hn.isCollection(this.contents)?this.contents.hasIn(e):!1}set(e,r){this.contents==null?this.contents=Oa.collectionFromPath(this.schema,[e],r):xa(this.contents)&&this.contents.set(e,r)}setIn(e,r){Oa.isEmptyPath(e)?this.contents=r:this.contents==null?this.contents=Oa.collectionFromPath(this.schema,Array.from(e),r):xa(this.contents)&&this.contents.setIn(e,r)}setSchema(e,r={}){typeof e=="number"&&(e=String(e));let n;switch(e){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new $T.Directives({version:"1.1"}),n={resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=e:this.directives=new $T.Directives({version:e}),n={resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,n=null;break;default:{let i=JSON.stringify(e);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${i}`)}}if(r.schema instanceof Object)this.schema=r.schema;else if(n)this.schema=new V2.Schema(Object.assign(n,r));else throw new Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:e,jsonArg:r,mapAsMap:n,maxAliasCount:i,onAnchor:s,reviver:o}={}){let a={anchors:new Map,doc:this,keep:!e,mapAsMap:n===!0,mapKeyWarned:!1,maxAliasCount:typeof i=="number"?i:100},c=H2.toJS(this.contents,r??"",a);if(typeof s=="function")for(let{count:l,res:u}of a.anchors.values())s(u,l);return typeof o=="function"?W2.applyReviver(o,{"":c},"",c):c}toJSON(e,r){return this.toJS({json:!0,jsonArg:e,mapAsMap:!1,onAnchor:r})}toString(e={}){if(this.errors.length>0)throw new Error("Document with errors cannot be stringified");if("indent"in e&&(!Number.isInteger(e.indent)||Number(e.indent)<=0)){let r=JSON.stringify(e.indent);throw new Error(`"indent" option must be a positive integer, not ${r}`)}return z2.stringifyDocument(this,e)}};function xa(t){if(hn.isCollection(t))return!0;throw new Error("Expected a YAML collection as document contents")}RM.Document=BT});var $l=P(Ll=>{"use strict";var ql=class extends Error{constructor(e,r,n,i){super(),this.name=e,this.code=n,this.message=i,this.pos=r}},FT=class extends ql{constructor(e,r,n){super("YAMLParseError",e,r,n)}},jT=class extends ql{constructor(e,r,n){super("YAMLWarning",e,r,n)}},Y2=(t,e)=>r=>{if(r.pos[0]===-1)return;r.linePos=r.pos.map(a=>e.linePos(a));let{line:n,col:i}=r.linePos[0];r.message+=` at line ${n}, column ${i}`;let s=i-1,o=t.substring(e.lineStarts[n-1],e.lineStarts[n]).replace(/[\n\r]+$/,"");if(s>=60&&o.length>80){let a=Math.min(s-39,o.length-79);o="\u2026"+o.substring(a),s-=a-1}if(o.length>80&&(o=o.substring(0,79)+"\u2026"),n>1&&/^ *$/.test(o.substring(0,s))){let a=t.substring(e.lineStarts[n-2],e.lineStarts[n-1]);a.length>80&&(a=a.substring(0,79)+`\u2026
94
- `),o=a+o}if(/[^ ]/.test(o)){let a=1,c=r.linePos[1];c&&c.line===n&&c.col>i&&(a=Math.max(1,Math.min(c.col-i,80-s)));let l=" ".repeat(s)+"^".repeat(a);r.message+=`:
95
-
96
- ${o}
97
- ${l}
98
- `}};Ll.YAMLError=ql;Ll.YAMLParseError=FT;Ll.YAMLWarning=jT;Ll.prettifyError=Y2});var Bl=P(EM=>{"use strict";function K2(t,{flow:e,indicator:r,next:n,offset:i,onError:s,parentIndent:o,startOnNewline:a}){let c=!1,l=a,u=a,d="",f="",p=!1,y=!1,h=null,v=null,S=null,_=null,T=null,R=null,C=null;for(let H of t)switch(y&&(H.type!=="space"&&H.type!=="newline"&&H.type!=="comma"&&s(H.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),y=!1),h&&(l&&H.type!=="comment"&&H.type!=="newline"&&s(h,"TAB_AS_INDENT","Tabs are not allowed as indentation"),h=null),H.type){case"space":!e&&(r!=="doc-start"||n?.type!=="flow-collection")&&H.source.includes(" ")&&(h=H),u=!0;break;case"comment":{u||s(H,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let me=H.source.substring(1)||" ";d?d+=f+me:d=me,f="",l=!1;break}case"newline":l?d?d+=H.source:c=!0:f+=H.source,l=!0,p=!0,(v||S)&&(_=H),u=!0;break;case"anchor":v&&s(H,"MULTIPLE_ANCHORS","A node can have at most one anchor"),H.source.endsWith(":")&&s(H.offset+H.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),v=H,C===null&&(C=H.offset),l=!1,u=!1,y=!0;break;case"tag":{S&&s(H,"MULTIPLE_TAGS","A node can have at most one tag"),S=H,C===null&&(C=H.offset),l=!1,u=!1,y=!0;break}case r:(v||S)&&s(H,"BAD_PROP_ORDER",`Anchors and tags must be after the ${H.source} indicator`),R&&s(H,"UNEXPECTED_TOKEN",`Unexpected ${H.source} in ${e??"collection"}`),R=H,l=r==="seq-item-ind"||r==="explicit-key-ind",u=!1;break;case"comma":if(e){T&&s(H,"UNEXPECTED_TOKEN",`Unexpected , in ${e}`),T=H,l=!1,u=!1;break}default:s(H,"UNEXPECTED_TOKEN",`Unexpected ${H.type} token`),l=!1,u=!1}let B=t[t.length-1],U=B?B.offset+B.source.length:i;return y&&n&&n.type!=="space"&&n.type!=="newline"&&n.type!=="comma"&&(n.type!=="scalar"||n.source!=="")&&s(n.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),h&&(l&&h.indent<=o||n?.type==="block-map"||n?.type==="block-seq")&&s(h,"TAB_AS_INDENT","Tabs are not allowed as indentation"),{comma:T,found:R,spaceBefore:c,comment:d,hasNewline:p,anchor:v,tag:S,newlineAfterProp:_,end:U,start:C??U}}EM.resolveProps=K2});var Bh=P(wM=>{"use strict";function UT(t){if(!t)return null;switch(t.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(t.source.includes(`
99
- `))return!0;if(t.end){for(let e of t.end)if(e.type==="newline")return!0}return!1;case"flow-collection":for(let e of t.items){for(let r of e.start)if(r.type==="newline")return!0;if(e.sep){for(let r of e.sep)if(r.type==="newline")return!0}if(UT(e.key)||UT(e.value))return!0}return!1;default:return!0}}wM.containsNewline=UT});var HT=P(kM=>{"use strict";var X2=Bh();function J2(t,e,r){if(e?.type==="flow-collection"){let n=e.end[0];n.indent===t&&(n.source==="]"||n.source==="}")&&X2.containsNewline(e)&&r(n,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}kM.flowIndentCheck=J2});var VT=P(DM=>{"use strict";var CM=xe();function Q2(t,e,r){let{uniqueKeys:n}=t.options;if(n===!1)return!1;let i=typeof n=="function"?n:(s,o)=>s===o||CM.isScalar(s)&&CM.isScalar(o)&&s.value===o.value;return e.some(s=>i(s.key,r))}DM.mapIncludes=Q2});var qM=P(MM=>{"use strict";var AM=Ts(),Z2=_s(),IM=Bl(),eW=Bh(),OM=HT(),tW=VT(),xM="All mapping items must start at the same column";function rW({composeNode:t,composeEmptyNode:e},r,n,i,s){let o=s?.nodeClass??Z2.YAMLMap,a=new o(r.schema);r.atRoot&&(r.atRoot=!1);let c=n.offset,l=null;for(let u of n.items){let{start:d,key:f,sep:p,value:y}=u,h=IM.resolveProps(d,{indicator:"explicit-key-ind",next:f??p?.[0],offset:c,onError:i,parentIndent:n.indent,startOnNewline:!0}),v=!h.found;if(v){if(f&&(f.type==="block-seq"?i(c,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in f&&f.indent!==n.indent&&i(c,"BAD_INDENT",xM)),!h.anchor&&!h.tag&&!p){l=h.end,h.comment&&(a.comment?a.comment+=`
100
- `+h.comment:a.comment=h.comment);continue}(h.newlineAfterProp||eW.containsNewline(f))&&i(f??d[d.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else h.found?.indent!==n.indent&&i(c,"BAD_INDENT",xM);r.atKey=!0;let S=h.end,_=f?t(r,f,h,i):e(r,S,d,null,h,i);r.schema.compat&&OM.flowIndentCheck(n.indent,f,i),r.atKey=!1,tW.mapIncludes(r,a.items,_)&&i(S,"DUPLICATE_KEY","Map keys must be unique");let T=IM.resolveProps(p??[],{indicator:"map-value-ind",next:y,offset:_.range[2],onError:i,parentIndent:n.indent,startOnNewline:!f||f.type==="block-scalar"});if(c=T.end,T.found){v&&(y?.type==="block-map"&&!T.hasNewline&&i(c,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),r.options.strict&&h.start<T.found.offset-1024&&i(_.range,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit block mapping key"));let R=y?t(r,y,T,i):e(r,c,p,null,T,i);r.schema.compat&&OM.flowIndentCheck(n.indent,y,i),c=R.range[2];let C=new AM.Pair(_,R);r.options.keepSourceTokens&&(C.srcToken=u),a.items.push(C)}else{v&&i(_.range,"MISSING_CHAR","Implicit map keys need to be followed by map values"),T.comment&&(_.comment?_.comment+=`
101
- `+T.comment:_.comment=T.comment);let R=new AM.Pair(_);r.options.keepSourceTokens&&(R.srcToken=u),a.items.push(R)}}return l&&l<c&&i(l,"IMPOSSIBLE","Map comment with trailing content"),a.range=[n.offset,c,l??c],a}MM.resolveBlockMap=rW});var $M=P(LM=>{"use strict";var nW=Ss(),iW=Bl(),sW=HT();function oW({composeNode:t,composeEmptyNode:e},r,n,i,s){let o=s?.nodeClass??nW.YAMLSeq,a=new o(r.schema);r.atRoot&&(r.atRoot=!1),r.atKey&&(r.atKey=!1);let c=n.offset,l=null;for(let{start:u,value:d}of n.items){let f=iW.resolveProps(u,{indicator:"seq-item-ind",next:d,offset:c,onError:i,parentIndent:n.indent,startOnNewline:!0});if(!f.found)if(f.anchor||f.tag||d)d&&d.type==="block-seq"?i(f.end,"BAD_INDENT","All sequence items must start at the same column"):i(c,"MISSING_CHAR","Sequence item without - indicator");else{l=f.end,f.comment&&(a.comment=f.comment);continue}let p=d?t(r,d,f,i):e(r,f.end,u,null,f,i);r.schema.compat&&sW.flowIndentCheck(n.indent,d,i),c=p.range[2],a.items.push(p)}return a.range=[n.offset,c,l??c],a}LM.resolveBlockSeq=oW});var Ma=P(BM=>{"use strict";function aW(t,e,r,n){let i="";if(t){let s=!1,o="";for(let a of t){let{source:c,type:l}=a;switch(l){case"space":s=!0;break;case"comment":{r&&!s&&n(a,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let u=c.substring(1)||" ";i?i+=o+u:i=u,o="";break}case"newline":i&&(o+=c),s=!0;break;default:n(a,"UNEXPECTED_TOKEN",`Unexpected ${l} at node end`)}e+=c.length}}return{comment:i,offset:e}}BM.resolveEnd=aW});var HM=P(UM=>{"use strict";var cW=xe(),lW=Ts(),FM=_s(),uW=Ss(),dW=Ma(),jM=Bl(),fW=Bh(),pW=VT(),zT="Block collections are not allowed within flow collections",WT=t=>t&&(t.type==="block-map"||t.type==="block-seq");function hW({composeNode:t,composeEmptyNode:e},r,n,i,s){let o=n.start.source==="{",a=o?"flow map":"flow sequence",c=s?.nodeClass??(o?FM.YAMLMap:uW.YAMLSeq),l=new c(r.schema);l.flow=!0;let u=r.atRoot;u&&(r.atRoot=!1),r.atKey&&(r.atKey=!1);let d=n.offset+n.start.source.length;for(let v=0;v<n.items.length;++v){let S=n.items[v],{start:_,key:T,sep:R,value:C}=S,B=jM.resolveProps(_,{flow:a,indicator:"explicit-key-ind",next:T??R?.[0],offset:d,onError:i,parentIndent:n.indent,startOnNewline:!1});if(!B.found){if(!B.anchor&&!B.tag&&!R&&!C){v===0&&B.comma?i(B.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${a}`):v<n.items.length-1&&i(B.start,"UNEXPECTED_TOKEN",`Unexpected empty item in ${a}`),B.comment&&(l.comment?l.comment+=`
102
- `+B.comment:l.comment=B.comment),d=B.end;continue}!o&&r.options.strict&&fW.containsNewline(T)&&i(T,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line")}if(v===0)B.comma&&i(B.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${a}`);else if(B.comma||i(B.start,"MISSING_CHAR",`Missing , between ${a} items`),B.comment){let U="";e:for(let H of _)switch(H.type){case"comma":case"space":break;case"comment":U=H.source.substring(1);break e;default:break e}if(U){let H=l.items[l.items.length-1];cW.isPair(H)&&(H=H.value??H.key),H.comment?H.comment+=`
103
- `+U:H.comment=U,B.comment=B.comment.substring(U.length+1)}}if(!o&&!R&&!B.found){let U=C?t(r,C,B,i):e(r,B.end,R,null,B,i);l.items.push(U),d=U.range[2],WT(C)&&i(U.range,"BLOCK_IN_FLOW",zT)}else{r.atKey=!0;let U=B.end,H=T?t(r,T,B,i):e(r,U,_,null,B,i);WT(T)&&i(H.range,"BLOCK_IN_FLOW",zT),r.atKey=!1;let me=jM.resolveProps(R??[],{flow:a,indicator:"map-value-ind",next:C,offset:H.range[2],onError:i,parentIndent:n.indent,startOnNewline:!1});if(me.found){if(!o&&!B.found&&r.options.strict){if(R)for(let Ne of R){if(Ne===me.found)break;if(Ne.type==="newline"){i(Ne,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line");break}}B.start<me.found.offset-1024&&i(me.found,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit flow sequence key")}}else C&&("source"in C&&C.source&&C.source[0]===":"?i(C,"MISSING_CHAR",`Missing space after : in ${a}`):i(me.start,"MISSING_CHAR",`Missing , or : between ${a} items`));let Je=C?t(r,C,me,i):me.found?e(r,me.end,R,null,me,i):null;Je?WT(C)&&i(Je.range,"BLOCK_IN_FLOW",zT):me.comment&&(H.comment?H.comment+=`
104
- `+me.comment:H.comment=me.comment);let Ft=new lW.Pair(H,Je);if(r.options.keepSourceTokens&&(Ft.srcToken=S),o){let Ne=l;pW.mapIncludes(r,Ne.items,H)&&i(U,"DUPLICATE_KEY","Map keys must be unique"),Ne.items.push(Ft)}else{let Ne=new FM.YAMLMap(r.schema);Ne.flow=!0,Ne.items.push(Ft);let Xr=(Je??H).range;Ne.range=[H.range[0],Xr[1],Xr[2]],l.items.push(Ne)}d=Je?Je.range[2]:me.end}}let f=o?"}":"]",[p,...y]=n.end,h=d;if(p&&p.source===f)h=p.offset+p.source.length;else{let v=a[0].toUpperCase()+a.substring(1),S=u?`${v} must end with a ${f}`:`${v} in block collection must be sufficiently indented and end with a ${f}`;i(d,u?"MISSING_CHAR":"BAD_INDENT",S),p&&p.source.length!==1&&y.unshift(p)}if(y.length>0){let v=dW.resolveEnd(y,h,r.options.strict,i);v.comment&&(l.comment?l.comment+=`
105
- `+v.comment:l.comment=v.comment),l.range=[n.offset,h,v.offset]}else l.range=[n.offset,h,h];return l}UM.resolveFlowCollection=hW});var zM=P(VM=>{"use strict";var mW=xe(),gW=Lt(),yW=_s(),vW=Ss(),TW=qM(),bW=$M(),_W=HM();function GT(t,e,r,n,i,s){let o=r.type==="block-map"?TW.resolveBlockMap(t,e,r,n,s):r.type==="block-seq"?bW.resolveBlockSeq(t,e,r,n,s):_W.resolveFlowCollection(t,e,r,n,s),a=o.constructor;return i==="!"||i===a.tagName?(o.tag=a.tagName,o):(i&&(o.tag=i),o)}function SW(t,e,r,n,i){let s=n.tag,o=s?e.directives.tagName(s.source,f=>i(s,"TAG_RESOLVE_FAILED",f)):null;if(r.type==="block-seq"){let{anchor:f,newlineAfterProp:p}=n,y=f&&s?f.offset>s.offset?f:s:f??s;y&&(!p||p.offset<y.offset)&&i(y,"MISSING_CHAR","Missing newline after block sequence props")}let a=r.type==="block-map"?"map":r.type==="block-seq"?"seq":r.start.source==="{"?"map":"seq";if(!s||!o||o==="!"||o===yW.YAMLMap.tagName&&a==="map"||o===vW.YAMLSeq.tagName&&a==="seq")return GT(t,e,r,i,o);let c=e.schema.tags.find(f=>f.tag===o&&f.collection===a);if(!c){let f=e.schema.knownTags[o];if(f&&f.collection===a)e.schema.tags.push(Object.assign({},f,{default:!1})),c=f;else return f?.collection?i(s,"BAD_COLLECTION_TYPE",`${f.tag} used for ${a} collection, but expects ${f.collection}`,!0):i(s,"TAG_RESOLVE_FAILED",`Unresolved tag: ${o}`,!0),GT(t,e,r,i,o)}let l=GT(t,e,r,i,o,c),u=c.resolve?.(l,f=>i(s,"TAG_RESOLVE_FAILED",f),e.options)??l,d=mW.isNode(u)?u:new gW.Scalar(u);return d.range=l.range,d.tag=o,c?.format&&(d.format=c.format),d}VM.composeCollection=SW});var KT=P(WM=>{"use strict";var YT=Lt();function NW(t,e,r){let n=e.offset,i=PW(e,t.options.strict,r);if(!i)return{value:"",type:null,comment:"",range:[n,n,n]};let s=i.mode===">"?YT.Scalar.BLOCK_FOLDED:YT.Scalar.BLOCK_LITERAL,o=e.source?RW(e.source):[],a=o.length;for(let h=o.length-1;h>=0;--h){let v=o[h][1];if(v===""||v==="\r")a=h;else break}if(a===0){let h=i.chomp==="+"&&o.length>0?`
106
- `.repeat(Math.max(1,o.length-1)):"",v=n+i.length;return e.source&&(v+=e.source.length),{value:h,type:s,comment:i.comment,range:[n,v,v]}}let c=e.indent+i.indent,l=e.offset+i.length,u=0;for(let h=0;h<a;++h){let[v,S]=o[h];if(S===""||S==="\r")i.indent===0&&v.length>c&&(c=v.length);else{v.length<c&&r(l+v.length,"MISSING_CHAR","Block scalars with more-indented leading empty lines must use an explicit indentation indicator"),i.indent===0&&(c=v.length),u=h,c===0&&!t.atRoot&&r(l,"BAD_INDENT","Block scalar values in collections must be indented");break}l+=v.length+S.length+1}for(let h=o.length-1;h>=a;--h)o[h][0].length>c&&(a=h+1);let d="",f="",p=!1;for(let h=0;h<u;++h)d+=o[h][0].slice(c)+`
107
- `;for(let h=u;h<a;++h){let[v,S]=o[h];l+=v.length+S.length+1;let _=S[S.length-1]==="\r";if(_&&(S=S.slice(0,-1)),S&&v.length<c){let R=`Block scalar lines must not be less indented than their ${i.indent?"explicit indentation indicator":"first line"}`;r(l-S.length-(_?2:1),"BAD_INDENT",R),v=""}s===YT.Scalar.BLOCK_LITERAL?(d+=f+v.slice(c)+S,f=`
108
- `):v.length>c||S[0]===" "?(f===" "?f=`
109
- `:!p&&f===`
110
- `&&(f=`
111
-
112
- `),d+=f+v.slice(c)+S,f=`
113
- `,p=!0):S===""?f===`
114
- `?d+=`
115
- `:f=`
116
- `:(d+=f+S,f=" ",p=!1)}switch(i.chomp){case"-":break;case"+":for(let h=a;h<o.length;++h)d+=`
117
- `+o[h][0].slice(c);d[d.length-1]!==`
118
- `&&(d+=`
119
- `);break;default:d+=`
120
- `}let y=n+i.length+e.source.length;return{value:d,type:s,comment:i.comment,range:[n,y,y]}}function PW({offset:t,props:e},r,n){if(e[0].type!=="block-scalar-header")return n(e[0],"IMPOSSIBLE","Block scalar header not found"),null;let{source:i}=e[0],s=i[0],o=0,a="",c=-1;for(let f=1;f<i.length;++f){let p=i[f];if(!a&&(p==="-"||p==="+"))a=p;else{let y=Number(p);!o&&y?o=y:c===-1&&(c=t+f)}}c!==-1&&n(c,"UNEXPECTED_TOKEN",`Block scalar header includes extra characters: ${i}`);let l=!1,u="",d=i.length;for(let f=1;f<e.length;++f){let p=e[f];switch(p.type){case"space":l=!0;case"newline":d+=p.source.length;break;case"comment":r&&!l&&n(p,"MISSING_CHAR","Comments must be separated from other tokens by white space characters"),d+=p.source.length,u=p.source.substring(1);break;case"error":n(p,"UNEXPECTED_TOKEN",p.message),d+=p.source.length;break;default:{let y=`Unexpected token in block scalar header: ${p.type}`;n(p,"UNEXPECTED_TOKEN",y);let h=p.source;h&&typeof h=="string"&&(d+=h.length)}}}return{mode:s,indent:o,chomp:a,comment:u,length:d}}function RW(t){let e=t.split(/\n( *)/),r=e[0],n=r.match(/^( *)/),s=[n?.[1]?[n[1],r.slice(n[1].length)]:["",r]];for(let o=1;o<e.length;o+=2)s.push([e[o],e[o+1]]);return s}WM.resolveBlockScalar=NW});var JT=P(YM=>{"use strict";var XT=Lt(),EW=Ma();function wW(t,e,r){let{offset:n,type:i,source:s,end:o}=t,a,c,l=(f,p,y)=>r(n+f,p,y);switch(i){case"scalar":a=XT.Scalar.PLAIN,c=kW(s,l);break;case"single-quoted-scalar":a=XT.Scalar.QUOTE_SINGLE,c=CW(s,l);break;case"double-quoted-scalar":a=XT.Scalar.QUOTE_DOUBLE,c=DW(s,l);break;default:return r(t,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${i}`),{value:"",type:null,comment:"",range:[n,n+s.length,n+s.length]}}let u=n+s.length,d=EW.resolveEnd(o,u,e,r);return{value:c,type:a,comment:d.comment,range:[n,u,d.offset]}}function kW(t,e){let r="";switch(t[0]){case" ":r="a tab character";break;case",":r="flow indicator character ,";break;case"%":r="directive indicator character %";break;case"|":case">":{r=`block scalar indicator ${t[0]}`;break}case"@":case"`":{r=`reserved character ${t[0]}`;break}}return r&&e(0,"BAD_SCALAR_START",`Plain value cannot start with ${r}`),GM(t)}function CW(t,e){return(t[t.length-1]!=="'"||t.length===1)&&e(t.length,"MISSING_CHAR","Missing closing 'quote"),GM(t.slice(1,-1)).replace(/''/g,"'")}function GM(t){let e,r;try{e=new RegExp(`(.*?)(?<![ ])[ ]*\r?
121
- `,"sy"),r=new RegExp(`[ ]*(.*?)(?:(?<![ ])[ ]*)?\r?
122
- `,"sy")}catch{e=/(.*?)[ \t]*\r?\n/sy,r=/[ \t]*(.*?)[ \t]*\r?\n/sy}let n=e.exec(t);if(!n)return t;let i=n[1],s=" ",o=e.lastIndex;for(r.lastIndex=o;n=r.exec(t);)n[1]===""?s===`
123
- `?i+=s:s=`
124
- `:(i+=s+n[1],s=" "),o=r.lastIndex;let a=/[ \t]*(.*)/sy;return a.lastIndex=o,n=a.exec(t),i+s+(n?.[1]??"")}function DW(t,e){let r="";for(let n=1;n<t.length-1;++n){let i=t[n];if(!(i==="\r"&&t[n+1]===`
125
- `))if(i===`
126
- `){let{fold:s,offset:o}=AW(t,n);r+=s,n=o}else if(i==="\\"){let s=t[++n],o=IW[s];if(o)r+=o;else if(s===`
127
- `)for(s=t[n+1];s===" "||s===" ";)s=t[++n+1];else if(s==="\r"&&t[n+1]===`
128
- `)for(s=t[++n+1];s===" "||s===" ";)s=t[++n+1];else if(s==="x"||s==="u"||s==="U"){let a={x:2,u:4,U:8}[s];r+=OW(t,n+1,a,e),n+=a}else{let a=t.substr(n-1,2);e(n-1,"BAD_DQ_ESCAPE",`Invalid escape sequence ${a}`),r+=a}}else if(i===" "||i===" "){let s=n,o=t[n+1];for(;o===" "||o===" ";)o=t[++n+1];o!==`
129
- `&&!(o==="\r"&&t[n+2]===`
130
- `)&&(r+=n>s?t.slice(s,n+1):i)}else r+=i}return(t[t.length-1]!=='"'||t.length===1)&&e(t.length,"MISSING_CHAR",'Missing closing "quote'),r}function AW(t,e){let r="",n=t[e+1];for(;(n===" "||n===" "||n===`
131
- `||n==="\r")&&!(n==="\r"&&t[e+2]!==`
132
- `);)n===`
133
- `&&(r+=`
134
- `),e+=1,n=t[e+1];return r||(r=" "),{fold:r,offset:e}}var IW={0:"\0",a:"\x07",b:"\b",e:"\x1B",f:"\f",n:`
135
- `,r:"\r",t:" ",v:"\v",N:"\x85",_:"\xA0",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function OW(t,e,r,n){let i=t.substr(e,r),o=i.length===r&&/^[0-9a-fA-F]+$/.test(i)?parseInt(i,16):NaN;if(isNaN(o)){let a=t.substr(e-2,r+2);return n(e-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${a}`),a}return String.fromCodePoint(o)}YM.resolveFlowScalar=wW});var JM=P(XM=>{"use strict";var ro=xe(),KM=Lt(),xW=KT(),MW=JT();function qW(t,e,r,n){let{value:i,type:s,comment:o,range:a}=e.type==="block-scalar"?xW.resolveBlockScalar(t,e,n):MW.resolveFlowScalar(e,t.options.strict,n),c=r?t.directives.tagName(r.source,d=>n(r,"TAG_RESOLVE_FAILED",d)):null,l;t.options.stringKeys&&t.atKey?l=t.schema[ro.SCALAR]:c?l=LW(t.schema,i,c,r,n):e.type==="scalar"?l=$W(t,i,e,n):l=t.schema[ro.SCALAR];let u;try{let d=l.resolve(i,f=>n(r??e,"TAG_RESOLVE_FAILED",f),t.options);u=ro.isScalar(d)?d:new KM.Scalar(d)}catch(d){let f=d instanceof Error?d.message:String(d);n(r??e,"TAG_RESOLVE_FAILED",f),u=new KM.Scalar(i)}return u.range=a,u.source=i,s&&(u.type=s),c&&(u.tag=c),l.format&&(u.format=l.format),o&&(u.comment=o),u}function LW(t,e,r,n,i){if(r==="!")return t[ro.SCALAR];let s=[];for(let a of t.tags)if(!a.collection&&a.tag===r)if(a.default&&a.test)s.push(a);else return a;for(let a of s)if(a.test?.test(e))return a;let o=t.knownTags[r];return o&&!o.collection?(t.tags.push(Object.assign({},o,{default:!1,test:void 0})),o):(i(n,"TAG_RESOLVE_FAILED",`Unresolved tag: ${r}`,r!=="tag:yaml.org,2002:str"),t[ro.SCALAR])}function $W({atKey:t,directives:e,schema:r},n,i,s){let o=r.tags.find(a=>(a.default===!0||t&&a.default==="key")&&a.test?.test(n))||r[ro.SCALAR];if(r.compat){let a=r.compat.find(c=>c.default&&c.test?.test(n))??r[ro.SCALAR];if(o.tag!==a.tag){let c=e.tagString(o.tag),l=e.tagString(a.tag),u=`Value may be parsed as either ${c} or ${l}`;s(i,"TAG_RESOLVE_FAILED",u,!0)}}return o}XM.composeScalar=qW});var ZM=P(QM=>{"use strict";function BW(t,e,r){if(e){r===null&&(r=e.length);for(let n=r-1;n>=0;--n){let i=e[n];switch(i.type){case"space":case"comment":case"newline":t-=i.source.length;continue}for(i=e[++n];i?.type==="space";)t+=i.source.length,i=e[++n];break}}return t}QM.emptyScalarPosition=BW});var rq=P(ZT=>{"use strict";var FW=Tl(),jW=xe(),UW=zM(),eq=JM(),HW=Ma(),VW=ZM(),zW={composeNode:tq,composeEmptyNode:QT};function tq(t,e,r,n){let i=t.atKey,{spaceBefore:s,comment:o,anchor:a,tag:c}=r,l,u=!0;switch(e.type){case"alias":l=WW(t,e,n),(a||c)&&n(e,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":l=eq.composeScalar(t,e,c,n),a&&(l.anchor=a.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":l=UW.composeCollection(zW,t,e,r,n),a&&(l.anchor=a.source.substring(1));break;default:{let d=e.type==="error"?e.message:`Unsupported token (type: ${e.type})`;n(e,"UNEXPECTED_TOKEN",d),l=QT(t,e.offset,void 0,null,r,n),u=!1}}return a&&l.anchor===""&&n(a,"BAD_ALIAS","Anchor cannot be an empty string"),i&&t.options.stringKeys&&(!jW.isScalar(l)||typeof l.value!="string"||l.tag&&l.tag!=="tag:yaml.org,2002:str")&&n(c??e,"NON_STRING_KEY","With stringKeys, all keys must be strings"),s&&(l.spaceBefore=!0),o&&(e.type==="scalar"&&e.source===""?l.comment=o:l.commentBefore=o),t.options.keepSourceTokens&&u&&(l.srcToken=e),l}function QT(t,e,r,n,{spaceBefore:i,comment:s,anchor:o,tag:a,end:c},l){let u={type:"scalar",offset:VW.emptyScalarPosition(e,r,n),indent:-1,source:""},d=eq.composeScalar(t,u,a,l);return o&&(d.anchor=o.source.substring(1),d.anchor===""&&l(o,"BAD_ALIAS","Anchor cannot be an empty string")),i&&(d.spaceBefore=!0),s&&(d.comment=s,d.range[2]=c),d}function WW({options:t},{offset:e,source:r,end:n},i){let s=new FW.Alias(r.substring(1));s.source===""&&i(e,"BAD_ALIAS","Alias cannot be an empty string"),s.source.endsWith(":")&&i(e+r.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);let o=e+r.length,a=HW.resolveEnd(n,o,t.strict,i);return s.range=[e,o,a.offset],a.comment&&(s.comment=a.comment),s}ZT.composeEmptyNode=QT;ZT.composeNode=tq});var sq=P(iq=>{"use strict";var GW=Ml(),nq=rq(),YW=Ma(),KW=Bl();function XW(t,e,{offset:r,start:n,value:i,end:s},o){let a=Object.assign({_directives:e},t),c=new GW.Document(void 0,a),l={atKey:!1,atRoot:!0,directives:c.directives,options:c.options,schema:c.schema},u=KW.resolveProps(n,{indicator:"doc-start",next:i??s?.[0],offset:r,onError:o,parentIndent:0,startOnNewline:!0});u.found&&(c.directives.docStart=!0,i&&(i.type==="block-map"||i.type==="block-seq")&&!u.hasNewline&&o(u.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),c.contents=i?nq.composeNode(l,i,u,o):nq.composeEmptyNode(l,u.end,n,null,u,o);let d=c.contents.range[2],f=YW.resolveEnd(s,d,!1,o);return f.comment&&(c.comment=f.comment),c.range=[r,d,f.offset],c}iq.composeDoc=XW});var tb=P(cq=>{"use strict";var JW=Fv(),QW=Ml(),Fl=$l(),oq=xe(),ZW=sq(),eG=Ma();function jl(t){if(typeof t=="number")return[t,t+1];if(Array.isArray(t))return t.length===2?t:[t[0],t[1]];let{offset:e,source:r}=t;return[e,e+(typeof r=="string"?r.length:1)]}function aq(t){let e="",r=!1,n=!1;for(let i=0;i<t.length;++i){let s=t[i];switch(s[0]){case"#":e+=(e===""?"":n?`
136
-
137
- `:`
138
- `)+(s.substring(1)||" "),r=!0,n=!1;break;case"%":t[i+1]?.[0]!=="#"&&(i+=1),r=!1;break;default:r||(n=!0),r=!1}}return{comment:e,afterEmptyLine:n}}var eb=class{constructor(e={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(r,n,i,s)=>{let o=jl(r);s?this.warnings.push(new Fl.YAMLWarning(o,n,i)):this.errors.push(new Fl.YAMLParseError(o,n,i))},this.directives=new JW.Directives({version:e.version||"1.2"}),this.options=e}decorate(e,r){let{comment:n,afterEmptyLine:i}=aq(this.prelude);if(n){let s=e.contents;if(r)e.comment=e.comment?`${e.comment}
139
- ${n}`:n;else if(i||e.directives.docStart||!s)e.commentBefore=n;else if(oq.isCollection(s)&&!s.flow&&s.items.length>0){let o=s.items[0];oq.isPair(o)&&(o=o.key);let a=o.commentBefore;o.commentBefore=a?`${n}
140
- ${a}`:n}else{let o=s.commentBefore;s.commentBefore=o?`${n}
141
- ${o}`:n}}r?(Array.prototype.push.apply(e.errors,this.errors),Array.prototype.push.apply(e.warnings,this.warnings)):(e.errors=this.errors,e.warnings=this.warnings),this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:aq(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(e,r=!1,n=-1){for(let i of e)yield*this.next(i);yield*this.end(r,n)}*next(e){switch(process.env.LOG_STREAM&&console.dir(e,{depth:null}),e.type){case"directive":this.directives.add(e.source,(r,n,i)=>{let s=jl(e);s[0]+=r,this.onError(s,"BAD_DIRECTIVE",n,i)}),this.prelude.push(e.source),this.atDirectives=!0;break;case"document":{let r=ZW.composeDoc(this.options,this.directives,e,this.onError);this.atDirectives&&!r.directives.docStart&&this.onError(e,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(r,!1),this.doc&&(yield this.doc),this.doc=r,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(e.source);break;case"error":{let r=e.source?`${e.message}: ${JSON.stringify(e.source)}`:e.message,n=new Fl.YAMLParseError(jl(e),"UNEXPECTED_TOKEN",r);this.atDirectives||!this.doc?this.errors.push(n):this.doc.errors.push(n);break}case"doc-end":{if(!this.doc){let n="Unexpected doc-end without preceding document";this.errors.push(new Fl.YAMLParseError(jl(e),"UNEXPECTED_TOKEN",n));break}this.doc.directives.docEnd=!0;let r=eG.resolveEnd(e.end,e.offset+e.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),r.comment){let n=this.doc.comment;this.doc.comment=n?`${n}
142
- ${r.comment}`:r.comment}this.doc.range[2]=r.offset;break}default:this.errors.push(new Fl.YAMLParseError(jl(e),"UNEXPECTED_TOKEN",`Unsupported token ${e.type}`))}}*end(e=!1,r=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(e){let n=Object.assign({_directives:this.directives},this.options),i=new QW.Document(void 0,n);this.atDirectives&&this.onError(r,"MISSING_CHAR","Missing directives-end indicator line"),i.range=[0,r,r],this.decorate(i,!1),yield i}}};cq.Composer=eb});var dq=P(Fh=>{"use strict";var tG=KT(),rG=JT(),nG=$l(),lq=Pl();function iG(t,e=!0,r){if(t){let n=(i,s,o)=>{let a=typeof i=="number"?i:Array.isArray(i)?i[0]:i.offset;if(r)r(a,s,o);else throw new nG.YAMLParseError([a,a+1],s,o)};switch(t.type){case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return rG.resolveFlowScalar(t,e,n);case"block-scalar":return tG.resolveBlockScalar({options:{strict:e}},t,n)}}return null}function sG(t,e){let{implicitKey:r=!1,indent:n,inFlow:i=!1,offset:s=-1,type:o="PLAIN"}=e,a=lq.stringifyString({type:o,value:t},{implicitKey:r,indent:n>0?" ".repeat(n):"",inFlow:i,options:{blockQuote:!0,lineWidth:-1}}),c=e.end??[{type:"newline",offset:-1,indent:n,source:`
143
- `}];switch(a[0]){case"|":case">":{let l=a.indexOf(`
144
- `),u=a.substring(0,l),d=a.substring(l+1)+`
145
- `,f=[{type:"block-scalar-header",offset:s,indent:n,source:u}];return uq(f,c)||f.push({type:"newline",offset:-1,indent:n,source:`
146
- `}),{type:"block-scalar",offset:s,indent:n,props:f,source:d}}case'"':return{type:"double-quoted-scalar",offset:s,indent:n,source:a,end:c};case"'":return{type:"single-quoted-scalar",offset:s,indent:n,source:a,end:c};default:return{type:"scalar",offset:s,indent:n,source:a,end:c}}}function oG(t,e,r={}){let{afterKey:n=!1,implicitKey:i=!1,inFlow:s=!1,type:o}=r,a="indent"in t?t.indent:null;if(n&&typeof a=="number"&&(a+=2),!o)switch(t.type){case"single-quoted-scalar":o="QUOTE_SINGLE";break;case"double-quoted-scalar":o="QUOTE_DOUBLE";break;case"block-scalar":{let l=t.props[0];if(l.type!=="block-scalar-header")throw new Error("Invalid block scalar header");o=l.source[0]===">"?"BLOCK_FOLDED":"BLOCK_LITERAL";break}default:o="PLAIN"}let c=lq.stringifyString({type:o,value:e},{implicitKey:i||a===null,indent:a!==null&&a>0?" ".repeat(a):"",inFlow:s,options:{blockQuote:!0,lineWidth:-1}});switch(c[0]){case"|":case">":aG(t,c);break;case'"':rb(t,c,"double-quoted-scalar");break;case"'":rb(t,c,"single-quoted-scalar");break;default:rb(t,c,"scalar")}}function aG(t,e){let r=e.indexOf(`
147
- `),n=e.substring(0,r),i=e.substring(r+1)+`
148
- `;if(t.type==="block-scalar"){let s=t.props[0];if(s.type!=="block-scalar-header")throw new Error("Invalid block scalar header");s.source=n,t.source=i}else{let{offset:s}=t,o="indent"in t?t.indent:-1,a=[{type:"block-scalar-header",offset:s,indent:o,source:n}];uq(a,"end"in t?t.end:void 0)||a.push({type:"newline",offset:-1,indent:o,source:`
149
- `});for(let c of Object.keys(t))c!=="type"&&c!=="offset"&&delete t[c];Object.assign(t,{type:"block-scalar",indent:o,props:a,source:i})}}function uq(t,e){if(e)for(let r of e)switch(r.type){case"space":case"comment":t.push(r);break;case"newline":return t.push(r),!0}return!1}function rb(t,e,r){switch(t.type){case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":t.type=r,t.source=e;break;case"block-scalar":{let n=t.props.slice(1),i=e.length;t.props[0].type==="block-scalar-header"&&(i-=t.props[0].source.length);for(let s of n)s.offset+=i;delete t.props,Object.assign(t,{type:r,source:e,end:n});break}case"block-map":case"block-seq":{let i={type:"newline",offset:t.offset+e.length,indent:t.indent,source:`
150
- `};delete t.items,Object.assign(t,{type:r,source:e,end:[i]});break}default:{let n="indent"in t?t.indent:-1,i="end"in t&&Array.isArray(t.end)?t.end.filter(s=>s.type==="space"||s.type==="comment"||s.type==="newline"):[];for(let s of Object.keys(t))s!=="type"&&s!=="offset"&&delete t[s];Object.assign(t,{type:r,indent:n,source:e,end:i})}}}Fh.createScalarToken=sG;Fh.resolveAsScalar=iG;Fh.setScalarValue=oG});var pq=P(fq=>{"use strict";var cG=t=>"type"in t?Uh(t):jh(t);function Uh(t){switch(t.type){case"block-scalar":{let e="";for(let r of t.props)e+=Uh(r);return e+t.source}case"block-map":case"block-seq":{let e="";for(let r of t.items)e+=jh(r);return e}case"flow-collection":{let e=t.start.source;for(let r of t.items)e+=jh(r);for(let r of t.end)e+=r.source;return e}case"document":{let e=jh(t);if(t.end)for(let r of t.end)e+=r.source;return e}default:{let e=t.source;if("end"in t&&t.end)for(let r of t.end)e+=r.source;return e}}}function jh({start:t,key:e,sep:r,value:n}){let i="";for(let s of t)i+=s.source;if(e&&(i+=Uh(e)),r)for(let s of r)i+=s.source;return n&&(i+=Uh(n)),i}fq.stringify=cG});var yq=P(gq=>{"use strict";var nb=Symbol("break visit"),lG=Symbol("skip children"),hq=Symbol("remove item");function no(t,e){"type"in t&&t.type==="document"&&(t={start:t.start,value:t.value}),mq(Object.freeze([]),t,e)}no.BREAK=nb;no.SKIP=lG;no.REMOVE=hq;no.itemAtPath=(t,e)=>{let r=t;for(let[n,i]of e){let s=r?.[n];if(s&&"items"in s)r=s.items[i];else return}return r};no.parentCollection=(t,e)=>{let r=no.itemAtPath(t,e.slice(0,-1)),n=e[e.length-1][0],i=r?.[n];if(i&&"items"in i)return i;throw new Error("Parent collection not found")};function mq(t,e,r){let n=r(e,t);if(typeof n=="symbol")return n;for(let i of["key","value"]){let s=e[i];if(s&&"items"in s){for(let o=0;o<s.items.length;++o){let a=mq(Object.freeze(t.concat([[i,o]])),s.items[o],r);if(typeof a=="number")o=a-1;else{if(a===nb)return nb;a===hq&&(s.items.splice(o,1),o-=1)}}typeof n=="function"&&i==="key"&&(n=n(e,t))}}return typeof n=="function"?n(e,t):n}gq.visit=no});var Hh=P($r=>{"use strict";var ib=dq(),uG=pq(),dG=yq(),sb="\uFEFF",ob="",ab="",cb="",fG=t=>!!t&&"items"in t,pG=t=>!!t&&(t.type==="scalar"||t.type==="single-quoted-scalar"||t.type==="double-quoted-scalar"||t.type==="block-scalar");function hG(t){switch(t){case sb:return"<BOM>";case ob:return"<DOC>";case ab:return"<FLOW_END>";case cb:return"<SCALAR>";default:return JSON.stringify(t)}}function mG(t){switch(t){case sb:return"byte-order-mark";case ob:return"doc-mode";case ab:return"flow-error-end";case cb:return"scalar";case"---":return"doc-start";case"...":return"doc-end";case"":case`
151
- `:case`\r
152
- `:return"newline";case"-":return"seq-item-ind";case"?":return"explicit-key-ind";case":":return"map-value-ind";case"{":return"flow-map-start";case"}":return"flow-map-end";case"[":return"flow-seq-start";case"]":return"flow-seq-end";case",":return"comma"}switch(t[0]){case" ":case" ":return"space";case"#":return"comment";case"%":return"directive-line";case"*":return"alias";case"&":return"anchor";case"!":return"tag";case"'":return"single-quoted-scalar";case'"':return"double-quoted-scalar";case"|":case">":return"block-scalar-header"}return null}$r.createScalarToken=ib.createScalarToken;$r.resolveAsScalar=ib.resolveAsScalar;$r.setScalarValue=ib.setScalarValue;$r.stringify=uG.stringify;$r.visit=dG.visit;$r.BOM=sb;$r.DOCUMENT=ob;$r.FLOW_END=ab;$r.SCALAR=cb;$r.isCollection=fG;$r.isScalar=pG;$r.prettyToken=hG;$r.tokenType=mG});var db=P(Tq=>{"use strict";var Ul=Hh();function Bn(t){switch(t){case void 0:case" ":case`
153
- `:case"\r":case" ":return!0;default:return!1}}var vq=new Set("0123456789ABCDEFabcdef"),gG=new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()"),Vh=new Set(",[]{}"),yG=new Set(` ,[]{}
154
- \r `),lb=t=>!t||yG.has(t),ub=class{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(e,r=!1){if(e){if(typeof e!="string")throw TypeError("source is not a string");this.buffer=this.buffer?this.buffer+e:e,this.lineEndPos=null}this.atEnd=!r;let n=this.next??"stream";for(;n&&(r||this.hasChars(1));)n=yield*this.parseNext(n)}atLineEnd(){let e=this.pos,r=this.buffer[e];for(;r===" "||r===" ";)r=this.buffer[++e];return!r||r==="#"||r===`
155
- `?!0:r==="\r"?this.buffer[e+1]===`
156
- `:!1}charAt(e){return this.buffer[this.pos+e]}continueScalar(e){let r=this.buffer[e];if(this.indentNext>0){let n=0;for(;r===" ";)r=this.buffer[++n+e];if(r==="\r"){let i=this.buffer[n+e+1];if(i===`
157
- `||!i&&!this.atEnd)return e+n+1}return r===`
158
- `||n>=this.indentNext||!r&&!this.atEnd?e+n:-1}if(r==="-"||r==="."){let n=this.buffer.substr(e,3);if((n==="---"||n==="...")&&Bn(this.buffer[e+3]))return-1}return e}getLine(){let e=this.lineEndPos;return(typeof e!="number"||e!==-1&&e<this.pos)&&(e=this.buffer.indexOf(`
159
- `,this.pos),this.lineEndPos=e),e===-1?this.atEnd?this.buffer.substring(this.pos):null:(this.buffer[e-1]==="\r"&&(e-=1),this.buffer.substring(this.pos,e))}hasChars(e){return this.pos+e<=this.buffer.length}setNext(e){return this.buffer=this.buffer.substring(this.pos),this.pos=0,this.lineEndPos=null,this.next=e,null}peek(e){return this.buffer.substr(this.pos,e)}*parseNext(e){switch(e){case"stream":return yield*this.parseStream();case"line-start":return yield*this.parseLineStart();case"block-start":return yield*this.parseBlockStart();case"doc":return yield*this.parseDocument();case"flow":return yield*this.parseFlowCollection();case"quoted-scalar":return yield*this.parseQuotedScalar();case"block-scalar":return yield*this.parseBlockScalar();case"plain-scalar":return yield*this.parsePlainScalar()}}*parseStream(){let e=this.getLine();if(e===null)return this.setNext("stream");if(e[0]===Ul.BOM&&(yield*this.pushCount(1),e=e.substring(1)),e[0]==="%"){let r=e.length,n=e.indexOf("#");for(;n!==-1;){let s=e[n-1];if(s===" "||s===" "){r=n-1;break}else n=e.indexOf("#",n+1)}for(;;){let s=e[r-1];if(s===" "||s===" ")r-=1;else break}let i=(yield*this.pushCount(r))+(yield*this.pushSpaces(!0));return yield*this.pushCount(e.length-i),this.pushNewline(),"stream"}if(this.atLineEnd()){let r=yield*this.pushSpaces(!0);return yield*this.pushCount(e.length-r),yield*this.pushNewline(),"stream"}return yield Ul.DOCUMENT,yield*this.parseLineStart()}*parseLineStart(){let e=this.charAt(0);if(!e&&!this.atEnd)return this.setNext("line-start");if(e==="-"||e==="."){if(!this.atEnd&&!this.hasChars(4))return this.setNext("line-start");let r=this.peek(3);if((r==="---"||r==="...")&&Bn(this.charAt(3)))return yield*this.pushCount(3),this.indentValue=0,this.indentNext=0,r==="---"?"doc":"stream"}return this.indentValue=yield*this.pushSpaces(!1),this.indentNext>this.indentValue&&!Bn(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){let[e,r]=this.peek(2);if(!r&&!this.atEnd)return this.setNext("block-start");if((e==="-"||e==="?"||e===":")&&Bn(r)){let n=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=n,yield*this.parseBlockStart()}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);let e=this.getLine();if(e===null)return this.setNext("doc");let r=yield*this.pushIndicators();switch(e[r]){case"#":yield*this.pushCount(e.length-r);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*this.pushCount(1),"doc";case"*":return yield*this.pushUntil(lb),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return r+=yield*this.parseBlockScalarHeader(),r+=yield*this.pushSpaces(!0),yield*this.pushCount(e.length-r),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let e,r,n=-1;do e=yield*this.pushNewline(),e>0?(r=yield*this.pushSpaces(!1),this.indentValue=n=r):r=0,r+=yield*this.pushSpaces(!0);while(e+r>0);let i=this.getLine();if(i===null)return this.setNext("flow");if((n!==-1&&n<this.indentNext&&i[0]!=="#"||n===0&&(i.startsWith("---")||i.startsWith("..."))&&Bn(i[3]))&&!(n===this.indentNext-1&&this.flowLevel===1&&(i[0]==="]"||i[0]==="}")))return this.flowLevel=0,yield Ul.FLOW_END,yield*this.parseLineStart();let s=0;for(;i[s]===",";)s+=yield*this.pushCount(1),s+=yield*this.pushSpaces(!0),this.flowKey=!1;switch(s+=yield*this.pushIndicators(),i[s]){case void 0:return"flow";case"#":return yield*this.pushCount(i.length-s),"flow";case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel+=1,"flow";case"}":case"]":return yield*this.pushCount(1),this.flowKey=!0,this.flowLevel-=1,this.flowLevel?"flow":"doc";case"*":return yield*this.pushUntil(lb),"flow";case'"':case"'":return this.flowKey=!0,yield*this.parseQuotedScalar();case":":{let o=this.charAt(1);if(this.flowKey||Bn(o)||o===",")return this.flowKey=!1,yield*this.pushCount(1),yield*this.pushSpaces(!0),"flow"}default:return this.flowKey=!1,yield*this.parsePlainScalar()}}*parseQuotedScalar(){let e=this.charAt(0),r=this.buffer.indexOf(e,this.pos+1);if(e==="'")for(;r!==-1&&this.buffer[r+1]==="'";)r=this.buffer.indexOf("'",r+2);else for(;r!==-1;){let s=0;for(;this.buffer[r-1-s]==="\\";)s+=1;if(s%2===0)break;r=this.buffer.indexOf('"',r+1)}let n=this.buffer.substring(0,r),i=n.indexOf(`
160
- `,this.pos);if(i!==-1){for(;i!==-1;){let s=this.continueScalar(i+1);if(s===-1)break;i=n.indexOf(`
161
- `,s)}i!==-1&&(r=i-(n[i-1]==="\r"?2:1))}if(r===-1){if(!this.atEnd)return this.setNext("quoted-scalar");r=this.buffer.length}return yield*this.pushToIndex(r+1,!1),this.flowLevel?"flow":"doc"}*parseBlockScalarHeader(){this.blockScalarIndent=-1,this.blockScalarKeep=!1;let e=this.pos;for(;;){let r=this.buffer[++e];if(r==="+")this.blockScalarKeep=!0;else if(r>"0"&&r<="9")this.blockScalarIndent=Number(r)-1;else if(r!=="-")break}return yield*this.pushUntil(r=>Bn(r)||r==="#")}*parseBlockScalar(){let e=this.pos-1,r=0,n;e:for(let s=this.pos;n=this.buffer[s];++s)switch(n){case" ":r+=1;break;case`
162
- `:e=s,r=0;break;case"\r":{let o=this.buffer[s+1];if(!o&&!this.atEnd)return this.setNext("block-scalar");if(o===`
163
- `)break}default:break e}if(!n&&!this.atEnd)return this.setNext("block-scalar");if(r>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=r:this.indentNext=this.blockScalarIndent+(this.indentNext===0?1:this.indentNext);do{let s=this.continueScalar(e+1);if(s===-1)break;e=this.buffer.indexOf(`
164
- `,s)}while(e!==-1);if(e===-1){if(!this.atEnd)return this.setNext("block-scalar");e=this.buffer.length}}let i=e+1;for(n=this.buffer[i];n===" ";)n=this.buffer[++i];if(n===" "){for(;n===" "||n===" "||n==="\r"||n===`
165
- `;)n=this.buffer[++i];e=i-1}else if(!this.blockScalarKeep)do{let s=e-1,o=this.buffer[s];o==="\r"&&(o=this.buffer[--s]);let a=s;for(;o===" ";)o=this.buffer[--s];if(o===`
166
- `&&s>=this.pos&&s+1+r>a)e=s;else break}while(!0);return yield Ul.SCALAR,yield*this.pushToIndex(e+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){let e=this.flowLevel>0,r=this.pos-1,n=this.pos-1,i;for(;i=this.buffer[++n];)if(i===":"){let s=this.buffer[n+1];if(Bn(s)||e&&Vh.has(s))break;r=n}else if(Bn(i)){let s=this.buffer[n+1];if(i==="\r"&&(s===`
167
- `?(n+=1,i=`
168
- `,s=this.buffer[n+1]):r=n),s==="#"||e&&Vh.has(s))break;if(i===`
169
- `){let o=this.continueScalar(n+1);if(o===-1)break;n=Math.max(n,o-2)}}else{if(e&&Vh.has(i))break;r=n}return!i&&!this.atEnd?this.setNext("plain-scalar"):(yield Ul.SCALAR,yield*this.pushToIndex(r+1,!0),e?"flow":"doc")}*pushCount(e){return e>0?(yield this.buffer.substr(this.pos,e),this.pos+=e,e):0}*pushToIndex(e,r){let n=this.buffer.slice(this.pos,e);return n?(yield n,this.pos+=n.length,n.length):(r&&(yield""),0)}*pushIndicators(){switch(this.charAt(0)){case"!":return(yield*this.pushTag())+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"&":return(yield*this.pushUntil(lb))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"-":case"?":case":":{let e=this.flowLevel>0,r=this.charAt(1);if(Bn(r)||e&&Vh.has(r))return e?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,(yield*this.pushCount(1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators())}}return 0}*pushTag(){if(this.charAt(1)==="<"){let e=this.pos+2,r=this.buffer[e];for(;!Bn(r)&&r!==">";)r=this.buffer[++e];return yield*this.pushToIndex(r===">"?e+1:e,!1)}else{let e=this.pos+1,r=this.buffer[e];for(;r;)if(gG.has(r))r=this.buffer[++e];else if(r==="%"&&vq.has(this.buffer[e+1])&&vq.has(this.buffer[e+2]))r=this.buffer[e+=3];else break;return yield*this.pushToIndex(e,!1)}}*pushNewline(){let e=this.buffer[this.pos];return e===`
170
- `?yield*this.pushCount(1):e==="\r"&&this.charAt(1)===`
171
- `?yield*this.pushCount(2):0}*pushSpaces(e){let r=this.pos-1,n;do n=this.buffer[++r];while(n===" "||e&&n===" ");let i=r-this.pos;return i>0&&(yield this.buffer.substr(this.pos,i),this.pos=r),i}*pushUntil(e){let r=this.pos,n=this.buffer[r];for(;!e(n);)n=this.buffer[++r];return yield*this.pushToIndex(r,!1)}};Tq.Lexer=ub});var pb=P(bq=>{"use strict";var fb=class{constructor(){this.lineStarts=[],this.addNewLine=e=>this.lineStarts.push(e),this.linePos=e=>{let r=0,n=this.lineStarts.length;for(;r<n;){let s=r+n>>1;this.lineStarts[s]<e?r=s+1:n=s}if(this.lineStarts[r]===e)return{line:r+1,col:1};if(r===0)return{line:0,col:e};let i=this.lineStarts[r-1];return{line:r,col:e-i+1}}}};bq.LineCounter=fb});var mb=P(Rq=>{"use strict";var _q=Hh(),vG=db();function io(t,e){for(let r=0;r<t.length;++r)if(t[r].type===e)return!0;return!1}function Sq(t){for(let e=0;e<t.length;++e)switch(t[e].type){case"space":case"comment":case"newline":break;default:return e}return-1}function Pq(t){switch(t?.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"flow-collection":return!0;default:return!1}}function zh(t){switch(t.type){case"document":return t.start;case"block-map":{let e=t.items[t.items.length-1];return e.sep??e.start}case"block-seq":return t.items[t.items.length-1].start;default:return[]}}function qa(t){if(t.length===0)return[];let e=t.length;e:for(;--e>=0;)switch(t[e].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;t[++e]?.type==="space";);return t.splice(e,t.length)}function Nq(t){if(t.start.type==="flow-seq-start")for(let e of t.items)e.sep&&!e.value&&!io(e.start,"explicit-key-ind")&&!io(e.sep,"map-value-ind")&&(e.key&&(e.value=e.key),delete e.key,Pq(e.value)?e.value.end?Array.prototype.push.apply(e.value.end,e.sep):e.value.end=e.sep:Array.prototype.push.apply(e.start,e.sep),delete e.sep)}var hb=class{constructor(e){this.atNewLine=!0,this.atScalar=!1,this.indent=0,this.offset=0,this.onKeyLine=!1,this.stack=[],this.source="",this.type="",this.lexer=new vG.Lexer,this.onNewLine=e}*parse(e,r=!1){this.onNewLine&&this.offset===0&&this.onNewLine(0);for(let n of this.lexer.lex(e,r))yield*this.next(n);r||(yield*this.end())}*next(e){if(this.source=e,process.env.LOG_TOKENS&&console.log("|",_q.prettyToken(e)),this.atScalar){this.atScalar=!1,yield*this.step(),this.offset+=e.length;return}let r=_q.tokenType(e);if(r)if(r==="scalar")this.atNewLine=!1,this.atScalar=!0,this.type="scalar";else{switch(this.type=r,yield*this.step(),r){case"newline":this.atNewLine=!0,this.indent=0,this.onNewLine&&this.onNewLine(this.offset+e.length);break;case"space":this.atNewLine&&e[0]===" "&&(this.indent+=e.length);break;case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":this.atNewLine&&(this.indent+=e.length);break;case"doc-mode":case"flow-error-end":return;default:this.atNewLine=!1}this.offset+=e.length}else{let n=`Not a YAML token: ${e}`;yield*this.pop({type:"error",offset:this.offset,message:n,source:e}),this.offset+=e.length}}*end(){for(;this.stack.length>0;)yield*this.pop()}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){let e=this.peek(1);if(this.type==="doc-end"&&(!e||e.type!=="doc-end")){for(;this.stack.length>0;)yield*this.pop();this.stack.push({type:"doc-end",offset:this.offset,source:this.source});return}if(!e)return yield*this.stream();switch(e.type){case"document":return yield*this.document(e);case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*this.scalar(e);case"block-scalar":return yield*this.blockScalar(e);case"block-map":return yield*this.blockMap(e);case"block-seq":return yield*this.blockSequence(e);case"flow-collection":return yield*this.flowCollection(e);case"doc-end":return yield*this.documentEnd(e)}yield*this.pop()}peek(e){return this.stack[this.stack.length-e]}*pop(e){let r=e??this.stack.pop();if(!r)yield{type:"error",offset:this.offset,source:"",message:"Tried to pop an empty stack"};else if(this.stack.length===0)yield r;else{let n=this.peek(1);switch(r.type==="block-scalar"?r.indent="indent"in n?n.indent:0:r.type==="flow-collection"&&n.type==="document"&&(r.indent=0),r.type==="flow-collection"&&Nq(r),n.type){case"document":n.value=r;break;case"block-scalar":n.props.push(r);break;case"block-map":{let i=n.items[n.items.length-1];if(i.value){n.items.push({start:[],key:r,sep:[]}),this.onKeyLine=!0;return}else if(i.sep)i.value=r;else{Object.assign(i,{key:r,sep:[]}),this.onKeyLine=!i.explicitKey;return}break}case"block-seq":{let i=n.items[n.items.length-1];i.value?n.items.push({start:[],value:r}):i.value=r;break}case"flow-collection":{let i=n.items[n.items.length-1];!i||i.value?n.items.push({start:[],key:r,sep:[]}):i.sep?i.value=r:Object.assign(i,{key:r,sep:[]});return}default:yield*this.pop(),yield*this.pop(r)}if((n.type==="document"||n.type==="block-map"||n.type==="block-seq")&&(r.type==="block-map"||r.type==="block-seq")){let i=r.items[r.items.length-1];i&&!i.sep&&!i.value&&i.start.length>0&&Sq(i.start)===-1&&(r.indent===0||i.start.every(s=>s.type!=="comment"||s.indent<r.indent))&&(n.type==="document"?n.end=i.start:n.items.push({start:i.start}),r.items.splice(-1,1))}}}*stream(){switch(this.type){case"directive-line":yield{type:"directive",offset:this.offset,source:this.source};return;case"byte-order-mark":case"space":case"comment":case"newline":yield this.sourceToken;return;case"doc-mode":case"doc-start":{let e={type:"document",offset:this.offset,start:[]};this.type==="doc-start"&&e.start.push(this.sourceToken),this.stack.push(e);return}}yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML stream`,source:this.source}}*document(e){if(e.value)return yield*this.lineEnd(e);switch(this.type){case"doc-start":{Sq(e.start)!==-1?(yield*this.pop(),yield*this.step()):e.start.push(this.sourceToken);return}case"anchor":case"tag":case"space":case"comment":case"newline":e.start.push(this.sourceToken);return}let r=this.startBlockValue(e);r?this.stack.push(r):yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML document`,source:this.source}}*scalar(e){if(this.type==="map-value-ind"){let r=zh(this.peek(2)),n=qa(r),i;e.end?(i=e.end,i.push(this.sourceToken),delete e.end):i=[this.sourceToken];let s={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:n,key:e,sep:i}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=s}else yield*this.lineEnd(e)}*blockScalar(e){switch(this.type){case"space":case"comment":case"newline":e.props.push(this.sourceToken);return;case"scalar":if(e.source=this.source,this.atNewLine=!0,this.indent=0,this.onNewLine){let r=this.source.indexOf(`
172
- `)+1;for(;r!==0;)this.onNewLine(this.offset+r),r=this.source.indexOf(`
173
- `,r)+1}yield*this.pop();break;default:yield*this.pop(),yield*this.step()}}*blockMap(e){let r=e.items[e.items.length-1];switch(this.type){case"newline":if(this.onKeyLine=!1,r.value){let n="end"in r.value?r.value.end:void 0;(Array.isArray(n)?n[n.length-1]:void 0)?.type==="comment"?n?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else r.sep?r.sep.push(this.sourceToken):r.start.push(this.sourceToken);return;case"space":case"comment":if(r.value)e.items.push({start:[this.sourceToken]});else if(r.sep)r.sep.push(this.sourceToken);else{if(this.atIndentedComment(r.start,e.indent)){let i=e.items[e.items.length-2]?.value?.end;if(Array.isArray(i)){Array.prototype.push.apply(i,r.start),i.push(this.sourceToken),e.items.pop();return}}r.start.push(this.sourceToken)}return}if(this.indent>=e.indent){let n=!this.onKeyLine&&this.indent===e.indent,i=n&&(r.sep||r.explicitKey)&&this.type!=="seq-item-ind",s=[];if(i&&r.sep&&!r.value){let o=[];for(let a=0;a<r.sep.length;++a){let c=r.sep[a];switch(c.type){case"newline":o.push(a);break;case"space":break;case"comment":c.indent>e.indent&&(o.length=0);break;default:o.length=0}}o.length>=2&&(s=r.sep.splice(o[1]))}switch(this.type){case"anchor":case"tag":i||r.value?(s.push(this.sourceToken),e.items.push({start:s}),this.onKeyLine=!0):r.sep?r.sep.push(this.sourceToken):r.start.push(this.sourceToken);return;case"explicit-key-ind":!r.sep&&!r.explicitKey?(r.start.push(this.sourceToken),r.explicitKey=!0):i||r.value?(s.push(this.sourceToken),e.items.push({start:s,explicitKey:!0})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken],explicitKey:!0}]}),this.onKeyLine=!0;return;case"map-value-ind":if(r.explicitKey)if(r.sep)if(r.value)e.items.push({start:[],key:null,sep:[this.sourceToken]});else if(io(r.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:s,key:null,sep:[this.sourceToken]}]});else if(Pq(r.key)&&!io(r.sep,"newline")){let o=qa(r.start),a=r.key,c=r.sep;c.push(this.sourceToken),delete r.key,delete r.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:o,key:a,sep:c}]})}else s.length>0?r.sep=r.sep.concat(s,this.sourceToken):r.sep.push(this.sourceToken);else if(io(r.start,"newline"))Object.assign(r,{key:null,sep:[this.sourceToken]});else{let o=qa(r.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:o,key:null,sep:[this.sourceToken]}]})}else r.sep?r.value||i?e.items.push({start:s,key:null,sep:[this.sourceToken]}):io(r.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):r.sep.push(this.sourceToken):Object.assign(r,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let o=this.flowScalar(this.type);i||r.value?(e.items.push({start:s,key:o,sep:[]}),this.onKeyLine=!0):r.sep?this.stack.push(o):(Object.assign(r,{key:o,sep:[]}),this.onKeyLine=!0);return}default:{let o=this.startBlockValue(e);if(o){n&&o.type!=="block-seq"&&e.items.push({start:s}),this.stack.push(o);return}}}}yield*this.pop(),yield*this.step()}*blockSequence(e){let r=e.items[e.items.length-1];switch(this.type){case"newline":if(r.value){let n="end"in r.value?r.value.end:void 0;(Array.isArray(n)?n[n.length-1]:void 0)?.type==="comment"?n?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else r.start.push(this.sourceToken);return;case"space":case"comment":if(r.value)e.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(r.start,e.indent)){let i=e.items[e.items.length-2]?.value?.end;if(Array.isArray(i)){Array.prototype.push.apply(i,r.start),i.push(this.sourceToken),e.items.pop();return}}r.start.push(this.sourceToken)}return;case"anchor":case"tag":if(r.value||this.indent<=e.indent)break;r.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==e.indent)break;r.value||io(r.start,"seq-item-ind")?e.items.push({start:[this.sourceToken]}):r.start.push(this.sourceToken);return}if(this.indent>e.indent){let n=this.startBlockValue(e);if(n){this.stack.push(n);return}}yield*this.pop(),yield*this.step()}*flowCollection(e){let r=e.items[e.items.length-1];if(this.type==="flow-error-end"){let n;do yield*this.pop(),n=this.peek(1);while(n&&n.type==="flow-collection")}else if(e.end.length===0){switch(this.type){case"comma":case"explicit-key-ind":!r||r.sep?e.items.push({start:[this.sourceToken]}):r.start.push(this.sourceToken);return;case"map-value-ind":!r||r.value?e.items.push({start:[],key:null,sep:[this.sourceToken]}):r.sep?r.sep.push(this.sourceToken):Object.assign(r,{key:null,sep:[this.sourceToken]});return;case"space":case"comment":case"newline":case"anchor":case"tag":!r||r.value?e.items.push({start:[this.sourceToken]}):r.sep?r.sep.push(this.sourceToken):r.start.push(this.sourceToken);return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let i=this.flowScalar(this.type);!r||r.value?e.items.push({start:[],key:i,sep:[]}):r.sep?this.stack.push(i):Object.assign(r,{key:i,sep:[]});return}case"flow-map-end":case"flow-seq-end":e.end.push(this.sourceToken);return}let n=this.startBlockValue(e);n?this.stack.push(n):(yield*this.pop(),yield*this.step())}else{let n=this.peek(2);if(n.type==="block-map"&&(this.type==="map-value-ind"&&n.indent===e.indent||this.type==="newline"&&!n.items[n.items.length-1].sep))yield*this.pop(),yield*this.step();else if(this.type==="map-value-ind"&&n.type!=="flow-collection"){let i=zh(n),s=qa(i);Nq(e);let o=e.end.splice(1,e.end.length);o.push(this.sourceToken);let a={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:s,key:e,sep:o}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=a}else yield*this.lineEnd(e)}}flowScalar(e){if(this.onNewLine){let r=this.source.indexOf(`
174
- `)+1;for(;r!==0;)this.onNewLine(this.offset+r),r=this.source.indexOf(`
175
- `,r)+1}return{type:e,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(e){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;let r=zh(e),n=qa(r);return n.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;let r=zh(e),n=qa(r);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(e,r){return this.type!=="comment"||this.indent<=r?!1:e.every(n=>n.type==="newline"||n.type==="space")}*documentEnd(e){this.type!=="doc-mode"&&(e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop()))}*lineEnd(e){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*this.pop(),yield*this.step();break;case"newline":this.onKeyLine=!1;case"space":case"comment":default:e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop())}}};Rq.Parser=hb});var Dq=P(Vl=>{"use strict";var Eq=tb(),TG=Ml(),Hl=$l(),bG=Zv(),_G=xe(),SG=pb(),wq=mb();function kq(t){let e=t.prettyErrors!==!1;return{lineCounter:t.lineCounter||e&&new SG.LineCounter||null,prettyErrors:e}}function NG(t,e={}){let{lineCounter:r,prettyErrors:n}=kq(e),i=new wq.Parser(r?.addNewLine),s=new Eq.Composer(e),o=Array.from(s.compose(i.parse(t)));if(n&&r)for(let a of o)a.errors.forEach(Hl.prettifyError(t,r)),a.warnings.forEach(Hl.prettifyError(t,r));return o.length>0?o:Object.assign([],{empty:!0},s.streamInfo())}function Cq(t,e={}){let{lineCounter:r,prettyErrors:n}=kq(e),i=new wq.Parser(r?.addNewLine),s=new Eq.Composer(e),o=null;for(let a of s.compose(i.parse(t),!0,t.length))if(!o)o=a;else if(o.options.logLevel!=="silent"){o.errors.push(new Hl.YAMLParseError(a.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}return n&&r&&(o.errors.forEach(Hl.prettifyError(t,r)),o.warnings.forEach(Hl.prettifyError(t,r))),o}function PG(t,e,r){let n;typeof e=="function"?n=e:r===void 0&&e&&typeof e=="object"&&(r=e);let i=Cq(t,r);if(!i)return null;if(i.warnings.forEach(s=>bG.warn(i.options.logLevel,s)),i.errors.length>0){if(i.options.logLevel!=="silent")throw i.errors[0];i.errors=[]}return i.toJS(Object.assign({reviver:n},r))}function RG(t,e,r){let n=null;if(typeof e=="function"||Array.isArray(e)?n=e:r===void 0&&e&&(r=e),typeof r=="string"&&(r=r.length),typeof r=="number"){let i=Math.round(r);r=i<1?void 0:i>8?{indent:8}:{indent:i}}if(t===void 0){let{keepUndefined:i}=r??e??{};if(!i)return}return _G.isDocument(t)&&!n?t.toString(r):new TG.Document(t,n,r).toString(r)}Vl.parse=PG;Vl.parseAllDocuments=NG;Vl.parseDocument=Cq;Vl.stringify=RG});var yb=P(Ge=>{"use strict";var EG=tb(),wG=Ml(),kG=MT(),gb=$l(),CG=Tl(),Ns=xe(),DG=Ts(),AG=Lt(),IG=_s(),OG=Ss(),xG=Hh(),MG=db(),qG=pb(),LG=mb(),Wh=Dq(),Aq=ml();Ge.Composer=EG.Composer;Ge.Document=wG.Document;Ge.Schema=kG.Schema;Ge.YAMLError=gb.YAMLError;Ge.YAMLParseError=gb.YAMLParseError;Ge.YAMLWarning=gb.YAMLWarning;Ge.Alias=CG.Alias;Ge.isAlias=Ns.isAlias;Ge.isCollection=Ns.isCollection;Ge.isDocument=Ns.isDocument;Ge.isMap=Ns.isMap;Ge.isNode=Ns.isNode;Ge.isPair=Ns.isPair;Ge.isScalar=Ns.isScalar;Ge.isSeq=Ns.isSeq;Ge.Pair=DG.Pair;Ge.Scalar=AG.Scalar;Ge.YAMLMap=IG.YAMLMap;Ge.YAMLSeq=OG.YAMLSeq;Ge.CST=xG;Ge.Lexer=MG.Lexer;Ge.LineCounter=qG.LineCounter;Ge.Parser=LG.Parser;Ge.parse=Wh.parse;Ge.parseAllDocuments=Wh.parseAllDocuments;Ge.parseDocument=Wh.parseDocument;Ge.stringify=Wh.stringify;Ge.visit=Aq.visit;Ge.visitAsync=Aq.visitAsync});var Gl=P(Le=>{"use strict";Object.defineProperty(Le,"__esModule",{value:!0});Le.regexpCode=Le.getEsmExportName=Le.getProperty=Le.safeStringify=Le.stringify=Le.strConcat=Le.addCodeArg=Le.str=Le._=Le.nil=Le._Code=Le.Name=Le.IDENTIFIER=Le._CodeOrName=void 0;var zl=class{};Le._CodeOrName=zl;Le.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var so=class extends zl{constructor(e){if(super(),!Le.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};Le.Name=so;var mn=class extends zl{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((r,n)=>(n instanceof so&&(r[n.str]=(r[n.str]||0)+1),r),{})}};Le._Code=mn;Le.nil=new mn("");function Iq(t,...e){let r=[t[0]],n=0;for(;n<e.length;)Tb(r,e[n]),r.push(t[++n]);return new mn(r)}Le._=Iq;var vb=new mn("+");function Oq(t,...e){let r=[Wl(t[0])],n=0;for(;n<e.length;)r.push(vb),Tb(r,e[n]),r.push(vb,Wl(t[++n]));return $G(r),new mn(r)}Le.str=Oq;function Tb(t,e){e instanceof mn?t.push(...e._items):e instanceof so?t.push(e):t.push(jG(e))}Le.addCodeArg=Tb;function $G(t){let e=1;for(;e<t.length-1;){if(t[e]===vb){let r=BG(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function BG(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof so||t[t.length-1]!=='"'?void 0:typeof e!="string"?`${t.slice(0,-1)}${e}"`:e[0]==='"'?t.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(t instanceof so))return`"${t}${e.slice(1)}`}function FG(t,e){return e.emptyStr()?t:t.emptyStr()?e:Oq`${t}${e}`}Le.strConcat=FG;function jG(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:Wl(Array.isArray(t)?t.join(","):t)}function UG(t){return new mn(Wl(t))}Le.stringify=UG;function Wl(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}Le.safeStringify=Wl;function HG(t){return typeof t=="string"&&Le.IDENTIFIER.test(t)?new mn(`.${t}`):Iq`[${t}]`}Le.getProperty=HG;function VG(t){if(typeof t=="string"&&Le.IDENTIFIER.test(t))return new mn(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}Le.getEsmExportName=VG;function zG(t){return new mn(t.toString())}Le.regexpCode=zG});var Sb=P(Fr=>{"use strict";Object.defineProperty(Fr,"__esModule",{value:!0});Fr.ValueScope=Fr.ValueScopeName=Fr.Scope=Fr.varKinds=Fr.UsedValueState=void 0;var Br=Gl(),bb=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Gh;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Gh||(Fr.UsedValueState=Gh={}));Fr.varKinds={const:new Br.Name("const"),let:new Br.Name("let"),var:new Br.Name("var")};var Yh=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof Br.Name?e:this.name(e)}name(e){return new Br.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};Fr.Scope=Yh;var Kh=class extends Br.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:n}){this.value=e,this.scopePath=(0,Br._)`.${new Br.Name(r)}[${n}]`}};Fr.ValueScopeName=Kh;var WG=(0,Br._)`\n`,_b=class extends Yh{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?WG:Br.nil}}get(){return this._scope}name(e){return new Kh(e,this._newName(e))}value(e,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let i=this.toName(e),{prefix:s}=i,o=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let u=a.get(o);if(u)return u}else a=this._values[s]=new Map;a.set(o,i);let c=this._scope[s]||(this._scope[s]=[]),l=c.length;return c[l]=r.ref,i.setValue(r,{property:s,itemIndex:l}),i}getValue(e,r){let n=this._values[e];if(n)return n.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Br._)`${e}${n.scopePath}`})}scopeCode(e=this._values,r,n){return this._reduceValues(e,i=>{if(i.value===void 0)throw new Error(`CodeGen: name "${i}" has no value`);return i.value.code},r,n)}_reduceValues(e,r,n={},i){let s=Br.nil;for(let o in e){let a=e[o];if(!a)continue;let c=n[o]=n[o]||new Map;a.forEach(l=>{if(c.has(l))return;c.set(l,Gh.Started);let u=r(l);if(u){let d=this.opts.es5?Fr.varKinds.var:Fr.varKinds.const;s=(0,Br._)`${s}${d} ${l} = ${u};${this.opts._n}`}else if(u=i?.(l))s=(0,Br._)`${s}${u}${this.opts._n}`;else throw new bb(l);c.set(l,Gh.Completed)})}return s}};Fr.ValueScope=_b});var Te=P(_e=>{"use strict";Object.defineProperty(_e,"__esModule",{value:!0});_e.or=_e.and=_e.not=_e.CodeGen=_e.operators=_e.varKinds=_e.ValueScopeName=_e.ValueScope=_e.Scope=_e.Name=_e.regexpCode=_e.stringify=_e.getProperty=_e.nil=_e.strConcat=_e.str=_e._=void 0;var Ae=Gl(),Fn=Sb(),Ps=Gl();Object.defineProperty(_e,"_",{enumerable:!0,get:function(){return Ps._}});Object.defineProperty(_e,"str",{enumerable:!0,get:function(){return Ps.str}});Object.defineProperty(_e,"strConcat",{enumerable:!0,get:function(){return Ps.strConcat}});Object.defineProperty(_e,"nil",{enumerable:!0,get:function(){return Ps.nil}});Object.defineProperty(_e,"getProperty",{enumerable:!0,get:function(){return Ps.getProperty}});Object.defineProperty(_e,"stringify",{enumerable:!0,get:function(){return Ps.stringify}});Object.defineProperty(_e,"regexpCode",{enumerable:!0,get:function(){return Ps.regexpCode}});Object.defineProperty(_e,"Name",{enumerable:!0,get:function(){return Ps.Name}});var Zh=Sb();Object.defineProperty(_e,"Scope",{enumerable:!0,get:function(){return Zh.Scope}});Object.defineProperty(_e,"ValueScope",{enumerable:!0,get:function(){return Zh.ValueScope}});Object.defineProperty(_e,"ValueScopeName",{enumerable:!0,get:function(){return Zh.ValueScopeName}});Object.defineProperty(_e,"varKinds",{enumerable:!0,get:function(){return Zh.varKinds}});_e.operators={GT:new Ae._Code(">"),GTE:new Ae._Code(">="),LT:new Ae._Code("<"),LTE:new Ae._Code("<="),EQ:new Ae._Code("==="),NEQ:new Ae._Code("!=="),NOT:new Ae._Code("!"),OR:new Ae._Code("||"),AND:new Ae._Code("&&"),ADD:new Ae._Code("+")};var xi=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},Nb=class extends xi{constructor(e,r,n){super(),this.varKind=e,this.name=r,this.rhs=n}render({es5:e,_n:r}){let n=e?Fn.varKinds.var:this.varKind,i=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${i};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=$a(this.rhs,e,r)),this}get names(){return this.rhs instanceof Ae._CodeOrName?this.rhs.names:{}}},Xh=class extends xi{constructor(e,r,n){super(),this.lhs=e,this.rhs=r,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof Ae.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=$a(this.rhs,e,r),this}get names(){let e=this.lhs instanceof Ae.Name?{}:{...this.lhs.names};return Qh(e,this.rhs)}},Pb=class extends Xh{constructor(e,r,n,i){super(e,n,i),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},Rb=class extends xi{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},Eb=class extends xi{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},wb=class extends xi{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},kb=class extends xi{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=$a(this.code,e,r),this}get names(){return this.code instanceof Ae._CodeOrName?this.code.names:{}}},Yl=class extends xi{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,n)=>r+n.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let n=e[r].optimizeNodes();Array.isArray(n)?e.splice(r,1,...n):n?e[r]=n:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:n}=this,i=n.length;for(;i--;){let s=n[i];s.optimizeNames(e,r)||(GG(e,s.names),n.splice(i,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>co(e,r.names),{})}},Mi=class extends Yl{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},Cb=class extends Yl{},La=class extends Mi{};La.kind="else";var oo=class t extends Mi{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new La(n):n}if(r)return e===!1?r instanceof t?r:r.nodes:this.nodes.length?this:new t(xq(e),r instanceof t?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=$a(this.condition,e,r),this}get names(){let e=super.names;return Qh(e,this.condition),this.else&&co(e,this.else.names),e}};oo.kind="if";var ao=class extends Mi{};ao.kind="for";var Db=class extends ao{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=$a(this.iteration,e,r),this}get names(){return co(super.names,this.iteration.names)}},Ab=class extends ao{constructor(e,r,n,i){super(),this.varKind=e,this.name=r,this.from=n,this.to=i}render(e){let r=e.es5?Fn.varKinds.var:this.varKind,{name:n,from:i,to:s}=this;return`for(${r} ${n}=${i}; ${n}<${s}; ${n}++)`+super.render(e)}get names(){let e=Qh(super.names,this.from);return Qh(e,this.to)}},Jh=class extends ao{constructor(e,r,n,i){super(),this.loop=e,this.varKind=r,this.name=n,this.iterable=i}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=$a(this.iterable,e,r),this}get names(){return co(super.names,this.iterable.names)}},Kl=class extends Mi{constructor(e,r,n){super(),this.name=e,this.args=r,this.async=n}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};Kl.kind="func";var Xl=class extends Yl{render(e){return"return "+super.render(e)}};Xl.kind="return";var Ib=class extends Mi{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var n,i;return super.optimizeNames(e,r),(n=this.catch)===null||n===void 0||n.optimizeNames(e,r),(i=this.finally)===null||i===void 0||i.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&co(e,this.catch.names),this.finally&&co(e,this.finally.names),e}},Jl=class extends Mi{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};Jl.kind="catch";var Ql=class extends Mi{render(e){return"finally"+super.render(e)}};Ql.kind="finally";var Ob=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
176
- `:""},this._extScope=e,this._scope=new Fn.Scope({parent:e}),this._nodes=[new Cb]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,r){let n=this._extScope.value(e,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,r){return this._extScope.getValue(e,r)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,r,n,i){let s=this._scope.toName(r);return n!==void 0&&i&&(this._constants[s.str]=n),this._leafNode(new Nb(e,s,n)),s}const(e,r,n){return this._def(Fn.varKinds.const,e,r,n)}let(e,r,n){return this._def(Fn.varKinds.let,e,r,n)}var(e,r,n){return this._def(Fn.varKinds.var,e,r,n)}assign(e,r,n){return this._leafNode(new Xh(e,r,n))}add(e,r){return this._leafNode(new Pb(e,_e.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==Ae.nil&&this._leafNode(new kb(e)),this}object(...e){let r=["{"];for(let[n,i]of e)r.length>1&&r.push(","),r.push(n),(n!==i||this.opts.es5)&&(r.push(":"),(0,Ae.addCodeArg)(r,i));return r.push("}"),new Ae._Code(r)}if(e,r,n){if(this._blockNode(new oo(e)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new oo(e))}else(){return this._elseNode(new La)}endIf(){return this._endBlockNode(oo,La)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new Db(e),r)}forRange(e,r,n,i,s=this.opts.es5?Fn.varKinds.var:Fn.varKinds.let){let o=this._scope.toName(e);return this._for(new Ab(s,o,r,n),()=>i(o))}forOf(e,r,n,i=Fn.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let o=r instanceof Ae.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,Ae._)`${o}.length`,a=>{this.var(s,(0,Ae._)`${o}[${a}]`),n(s)})}return this._for(new Jh("of",i,s,r),()=>n(s))}forIn(e,r,n,i=this.opts.es5?Fn.varKinds.var:Fn.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,Ae._)`Object.keys(${r})`,n);let s=this._scope.toName(e);return this._for(new Jh("in",i,s,r),()=>n(s))}endFor(){return this._endBlockNode(ao)}label(e){return this._leafNode(new Rb(e))}break(e){return this._leafNode(new Eb(e))}return(e){let r=new Xl;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(Xl)}try(e,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let i=new Ib;if(this._blockNode(i),this.code(e),r){let s=this.name("e");this._currNode=i.catch=new Jl(s),r(s)}return n&&(this._currNode=i.finally=new Ql,this.code(n)),this._endBlockNode(Jl,Ql)}throw(e){return this._leafNode(new wb(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||e!==void 0&&n!==e)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=Ae.nil,n,i){return this._blockNode(new Kl(e,r,n)),i&&this.code(i).endFunc(),this}endFunc(){return this._endBlockNode(Kl)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,r){let n=this._currNode;if(n instanceof e||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${e.kind}/${r.kind}`:e.kind}"`)}_elseNode(e){let r=this._currNode;if(!(r instanceof oo))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};_e.CodeGen=Ob;function co(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function Qh(t,e){return e instanceof Ae._CodeOrName?co(t,e.names):t}function $a(t,e,r){if(t instanceof Ae.Name)return n(t);if(!i(t))return t;return new Ae._Code(t._items.reduce((s,o)=>(o instanceof Ae.Name&&(o=n(o)),o instanceof Ae._Code?s.push(...o._items):s.push(o),s),[]));function n(s){let o=r[s.str];return o===void 0||e[s.str]!==1?s:(delete e[s.str],o)}function i(s){return s instanceof Ae._Code&&s._items.some(o=>o instanceof Ae.Name&&e[o.str]===1&&r[o.str]!==void 0)}}function GG(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function xq(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,Ae._)`!${xb(t)}`}_e.not=xq;var YG=Mq(_e.operators.AND);function KG(...t){return t.reduce(YG)}_e.and=KG;var XG=Mq(_e.operators.OR);function JG(...t){return t.reduce(XG)}_e.or=JG;function Mq(t){return(e,r)=>e===Ae.nil?r:r===Ae.nil?e:(0,Ae._)`${xb(e)} ${t} ${xb(r)}`}function xb(t){return t instanceof Ae.Name?t:(0,Ae._)`(${t})`}});var Ee=P(Se=>{"use strict";Object.defineProperty(Se,"__esModule",{value:!0});Se.checkStrictMode=Se.getErrorPath=Se.Type=Se.useFunc=Se.setEvaluated=Se.evaluatedPropsToName=Se.mergeEvaluated=Se.eachItem=Se.unescapeJsonPointer=Se.escapeJsonPointer=Se.escapeFragment=Se.unescapeFragment=Se.schemaRefOrVal=Se.schemaHasRulesButRef=Se.schemaHasRules=Se.checkUnknownRules=Se.alwaysValidSchema=Se.toHash=void 0;var ot=Te(),QG=Gl();function ZG(t){let e={};for(let r of t)e[r]=!0;return e}Se.toHash=ZG;function eY(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:($q(t,e),!Bq(e,t.self.RULES.all))}Se.alwaysValidSchema=eY;function $q(t,e=t.schema){let{opts:r,self:n}=t;if(!r.strictSchema||typeof e=="boolean")return;let i=n.RULES.keywords;for(let s in e)i[s]||Uq(t,`unknown keyword: "${s}"`)}Se.checkUnknownRules=$q;function Bq(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}Se.schemaHasRules=Bq;function tY(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}Se.schemaHasRulesButRef=tY;function rY({topSchemaRef:t,schemaPath:e},r,n,i){if(!i){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,ot._)`${r}`}return(0,ot._)`${t}${e}${(0,ot.getProperty)(n)}`}Se.schemaRefOrVal=rY;function nY(t){return Fq(decodeURIComponent(t))}Se.unescapeFragment=nY;function iY(t){return encodeURIComponent(qb(t))}Se.escapeFragment=iY;function qb(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}Se.escapeJsonPointer=qb;function Fq(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}Se.unescapeJsonPointer=Fq;function sY(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}Se.eachItem=sY;function qq({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:n}){return(i,s,o,a)=>{let c=o===void 0?s:o instanceof ot.Name?(s instanceof ot.Name?t(i,s,o):e(i,s,o),o):s instanceof ot.Name?(e(i,o,s),s):r(s,o);return a===ot.Name&&!(c instanceof ot.Name)?n(i,c):c}}Se.mergeEvaluated={props:qq({mergeNames:(t,e,r)=>t.if((0,ot._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,ot._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,ot._)`${r} || {}`).code((0,ot._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,ot._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,ot._)`${r} || {}`),Lb(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:jq}),items:qq({mergeNames:(t,e,r)=>t.if((0,ot._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,ot._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,ot._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,ot._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function jq(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,ot._)`{}`);return e!==void 0&&Lb(t,r,e),r}Se.evaluatedPropsToName=jq;function Lb(t,e,r){Object.keys(r).forEach(n=>t.assign((0,ot._)`${e}${(0,ot.getProperty)(n)}`,!0))}Se.setEvaluated=Lb;var Lq={};function oY(t,e){return t.scopeValue("func",{ref:e,code:Lq[e.code]||(Lq[e.code]=new QG._Code(e.code))})}Se.useFunc=oY;var Mb;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(Mb||(Se.Type=Mb={}));function aY(t,e,r){if(t instanceof ot.Name){let n=e===Mb.Num;return r?n?(0,ot._)`"[" + ${t} + "]"`:(0,ot._)`"['" + ${t} + "']"`:n?(0,ot._)`"/" + ${t}`:(0,ot._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,ot.getProperty)(t).toString():"/"+qb(t)}Se.getErrorPath=aY;function Uq(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}Se.checkStrictMode=Uq});var gn=P($b=>{"use strict";Object.defineProperty($b,"__esModule",{value:!0});var mr=Te(),cY={data:new mr.Name("data"),valCxt:new mr.Name("valCxt"),instancePath:new mr.Name("instancePath"),parentData:new mr.Name("parentData"),parentDataProperty:new mr.Name("parentDataProperty"),rootData:new mr.Name("rootData"),dynamicAnchors:new mr.Name("dynamicAnchors"),vErrors:new mr.Name("vErrors"),errors:new mr.Name("errors"),this:new mr.Name("this"),self:new mr.Name("self"),scope:new mr.Name("scope"),json:new mr.Name("json"),jsonPos:new mr.Name("jsonPos"),jsonLen:new mr.Name("jsonLen"),jsonPart:new mr.Name("jsonPart")};$b.default=cY});var Zl=P(gr=>{"use strict";Object.defineProperty(gr,"__esModule",{value:!0});gr.extendErrors=gr.resetErrorsCount=gr.reportExtraError=gr.reportError=gr.keyword$DataError=gr.keywordError=void 0;var Me=Te(),em=Ee(),Pr=gn();gr.keywordError={message:({keyword:t})=>(0,Me.str)`must pass "${t}" keyword validation`};gr.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,Me.str)`"${t}" keyword must be ${e} ($data)`:(0,Me.str)`"${t}" keyword is invalid ($data)`};function lY(t,e=gr.keywordError,r,n){let{it:i}=t,{gen:s,compositeRule:o,allErrors:a}=i,c=zq(t,e,r);n??(o||a)?Hq(s,c):Vq(i,(0,Me._)`[${c}]`)}gr.reportError=lY;function uY(t,e=gr.keywordError,r){let{it:n}=t,{gen:i,compositeRule:s,allErrors:o}=n,a=zq(t,e,r);Hq(i,a),s||o||Vq(n,Pr.default.vErrors)}gr.reportExtraError=uY;function dY(t,e){t.assign(Pr.default.errors,e),t.if((0,Me._)`${Pr.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,Me._)`${Pr.default.vErrors}.length`,e),()=>t.assign(Pr.default.vErrors,null)))}gr.resetErrorsCount=dY;function fY({gen:t,keyword:e,schemaValue:r,data:n,errsCount:i,it:s}){if(i===void 0)throw new Error("ajv implementation error");let o=t.name("err");t.forRange("i",i,Pr.default.errors,a=>{t.const(o,(0,Me._)`${Pr.default.vErrors}[${a}]`),t.if((0,Me._)`${o}.instancePath === undefined`,()=>t.assign((0,Me._)`${o}.instancePath`,(0,Me.strConcat)(Pr.default.instancePath,s.errorPath))),t.assign((0,Me._)`${o}.schemaPath`,(0,Me.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,Me._)`${o}.schema`,r),t.assign((0,Me._)`${o}.data`,n))})}gr.extendErrors=fY;function Hq(t,e){let r=t.const("err",e);t.if((0,Me._)`${Pr.default.vErrors} === null`,()=>t.assign(Pr.default.vErrors,(0,Me._)`[${r}]`),(0,Me._)`${Pr.default.vErrors}.push(${r})`),t.code((0,Me._)`${Pr.default.errors}++`)}function Vq(t,e){let{gen:r,validateName:n,schemaEnv:i}=t;i.$async?r.throw((0,Me._)`new ${t.ValidationError}(${e})`):(r.assign((0,Me._)`${n}.errors`,e),r.return(!1))}var lo={keyword:new Me.Name("keyword"),schemaPath:new Me.Name("schemaPath"),params:new Me.Name("params"),propertyName:new Me.Name("propertyName"),message:new Me.Name("message"),schema:new Me.Name("schema"),parentSchema:new Me.Name("parentSchema")};function zq(t,e,r){let{createErrors:n}=t.it;return n===!1?(0,Me._)`{}`:pY(t,e,r)}function pY(t,e,r={}){let{gen:n,it:i}=t,s=[hY(i,r),mY(t,r)];return gY(t,e,s),n.object(...s)}function hY({errorPath:t},{instancePath:e}){let r=e?(0,Me.str)`${t}${(0,em.getErrorPath)(e,em.Type.Str)}`:t;return[Pr.default.instancePath,(0,Me.strConcat)(Pr.default.instancePath,r)]}function mY({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:n}){let i=n?e:(0,Me.str)`${e}/${t}`;return r&&(i=(0,Me.str)`${i}${(0,em.getErrorPath)(r,em.Type.Str)}`),[lo.schemaPath,i]}function gY(t,{params:e,message:r},n){let{keyword:i,data:s,schemaValue:o,it:a}=t,{opts:c,propertyName:l,topSchemaRef:u,schemaPath:d}=a;n.push([lo.keyword,i],[lo.params,typeof e=="function"?e(t):e||(0,Me._)`{}`]),c.messages&&n.push([lo.message,typeof r=="function"?r(t):r]),c.verbose&&n.push([lo.schema,o],[lo.parentSchema,(0,Me._)`${u}${d}`],[Pr.default.data,s]),l&&n.push([lo.propertyName,l])}});var Gq=P(Ba=>{"use strict";Object.defineProperty(Ba,"__esModule",{value:!0});Ba.boolOrEmptySchema=Ba.topBoolOrEmptySchema=void 0;var yY=Zl(),vY=Te(),TY=gn(),bY={message:"boolean schema is false"};function _Y(t){let{gen:e,schema:r,validateName:n}=t;r===!1?Wq(t,!1):typeof r=="object"&&r.$async===!0?e.return(TY.default.data):(e.assign((0,vY._)`${n}.errors`,null),e.return(!0))}Ba.topBoolOrEmptySchema=_Y;function SY(t,e){let{gen:r,schema:n}=t;n===!1?(r.var(e,!1),Wq(t)):r.var(e,!0)}Ba.boolOrEmptySchema=SY;function Wq(t,e){let{gen:r,data:n}=t,i={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,yY.reportError)(i,bY,void 0,e)}});var Bb=P(Fa=>{"use strict";Object.defineProperty(Fa,"__esModule",{value:!0});Fa.getRules=Fa.isJSONType=void 0;var NY=["string","number","integer","boolean","null","object","array"],PY=new Set(NY);function RY(t){return typeof t=="string"&&PY.has(t)}Fa.isJSONType=RY;function EY(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}Fa.getRules=EY});var Fb=P(Rs=>{"use strict";Object.defineProperty(Rs,"__esModule",{value:!0});Rs.shouldUseRule=Rs.shouldUseGroup=Rs.schemaHasRulesForType=void 0;function wY({schema:t,self:e},r){let n=e.RULES.types[r];return n&&n!==!0&&Yq(t,n)}Rs.schemaHasRulesForType=wY;function Yq(t,e){return e.rules.some(r=>Kq(t,r))}Rs.shouldUseGroup=Yq;function Kq(t,e){var r;return t[e.keyword]!==void 0||((r=e.definition.implements)===null||r===void 0?void 0:r.some(n=>t[n]!==void 0))}Rs.shouldUseRule=Kq});var eu=P(yr=>{"use strict";Object.defineProperty(yr,"__esModule",{value:!0});yr.reportTypeError=yr.checkDataTypes=yr.checkDataType=yr.coerceAndCheckDataType=yr.getJSONTypes=yr.getSchemaTypes=yr.DataType=void 0;var kY=Bb(),CY=Fb(),DY=Zl(),be=Te(),Xq=Ee(),ja;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(ja||(yr.DataType=ja={}));function AY(t){let e=Jq(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}yr.getSchemaTypes=AY;function Jq(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(kY.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}yr.getJSONTypes=Jq;function IY(t,e){let{gen:r,data:n,opts:i}=t,s=OY(e,i.coerceTypes),o=e.length>0&&!(s.length===0&&e.length===1&&(0,CY.schemaHasRulesForType)(t,e[0]));if(o){let a=Ub(e,n,i.strictNumbers,ja.Wrong);r.if(a,()=>{s.length?xY(t,e,s):Hb(t)})}return o}yr.coerceAndCheckDataType=IY;var Qq=new Set(["string","number","integer","boolean","null"]);function OY(t,e){return e?t.filter(r=>Qq.has(r)||e==="array"&&r==="array"):[]}function xY(t,e,r){let{gen:n,data:i,opts:s}=t,o=n.let("dataType",(0,be._)`typeof ${i}`),a=n.let("coerced",(0,be._)`undefined`);s.coerceTypes==="array"&&n.if((0,be._)`${o} == 'object' && Array.isArray(${i}) && ${i}.length == 1`,()=>n.assign(i,(0,be._)`${i}[0]`).assign(o,(0,be._)`typeof ${i}`).if(Ub(e,i,s.strictNumbers),()=>n.assign(a,i))),n.if((0,be._)`${a} !== undefined`);for(let l of r)(Qq.has(l)||l==="array"&&s.coerceTypes==="array")&&c(l);n.else(),Hb(t),n.endIf(),n.if((0,be._)`${a} !== undefined`,()=>{n.assign(i,a),MY(t,a)});function c(l){switch(l){case"string":n.elseIf((0,be._)`${o} == "number" || ${o} == "boolean"`).assign(a,(0,be._)`"" + ${i}`).elseIf((0,be._)`${i} === null`).assign(a,(0,be._)`""`);return;case"number":n.elseIf((0,be._)`${o} == "boolean" || ${i} === null
177
- || (${o} == "string" && ${i} && ${i} == +${i})`).assign(a,(0,be._)`+${i}`);return;case"integer":n.elseIf((0,be._)`${o} === "boolean" || ${i} === null
178
- || (${o} === "string" && ${i} && ${i} == +${i} && !(${i} % 1))`).assign(a,(0,be._)`+${i}`);return;case"boolean":n.elseIf((0,be._)`${i} === "false" || ${i} === 0 || ${i} === null`).assign(a,!1).elseIf((0,be._)`${i} === "true" || ${i} === 1`).assign(a,!0);return;case"null":n.elseIf((0,be._)`${i} === "" || ${i} === 0 || ${i} === false`),n.assign(a,null);return;case"array":n.elseIf((0,be._)`${o} === "string" || ${o} === "number"
179
- || ${o} === "boolean" || ${i} === null`).assign(a,(0,be._)`[${i}]`)}}}function MY({gen:t,parentData:e,parentDataProperty:r},n){t.if((0,be._)`${e} !== undefined`,()=>t.assign((0,be._)`${e}[${r}]`,n))}function jb(t,e,r,n=ja.Correct){let i=n===ja.Correct?be.operators.EQ:be.operators.NEQ,s;switch(t){case"null":return(0,be._)`${e} ${i} null`;case"array":s=(0,be._)`Array.isArray(${e})`;break;case"object":s=(0,be._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=o((0,be._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=o();break;default:return(0,be._)`typeof ${e} ${i} ${t}`}return n===ja.Correct?s:(0,be.not)(s);function o(a=be.nil){return(0,be.and)((0,be._)`typeof ${e} == "number"`,a,r?(0,be._)`isFinite(${e})`:be.nil)}}yr.checkDataType=jb;function Ub(t,e,r,n){if(t.length===1)return jb(t[0],e,r,n);let i,s=(0,Xq.toHash)(t);if(s.array&&s.object){let o=(0,be._)`typeof ${e} != "object"`;i=s.null?o:(0,be._)`!${e} || ${o}`,delete s.null,delete s.array,delete s.object}else i=be.nil;s.number&&delete s.integer;for(let o in s)i=(0,be.and)(i,jb(o,e,r,n));return i}yr.checkDataTypes=Ub;var qY={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,be._)`{type: ${t}}`:(0,be._)`{type: ${e}}`};function Hb(t){let e=LY(t);(0,DY.reportError)(e,qY)}yr.reportTypeError=Hb;function LY(t){let{gen:e,data:r,schema:n}=t,i=(0,Xq.schemaRefOrVal)(t,n,"type");return{gen:e,keyword:"type",data:r,schema:n.type,schemaCode:i,schemaValue:i,parentSchema:n,params:{},it:t}}});var eL=P(tm=>{"use strict";Object.defineProperty(tm,"__esModule",{value:!0});tm.assignDefaults=void 0;var Ua=Te(),$Y=Ee();function BY(t,e){let{properties:r,items:n}=t.schema;if(e==="object"&&r)for(let i in r)Zq(t,i,r[i].default);else e==="array"&&Array.isArray(n)&&n.forEach((i,s)=>Zq(t,s,i.default))}tm.assignDefaults=BY;function Zq(t,e,r){let{gen:n,compositeRule:i,data:s,opts:o}=t;if(r===void 0)return;let a=(0,Ua._)`${s}${(0,Ua.getProperty)(e)}`;if(i){(0,$Y.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,Ua._)`${a} === undefined`;o.useDefaults==="empty"&&(c=(0,Ua._)`${c} || ${a} === null || ${a} === ""`),n.if(c,(0,Ua._)`${a} = ${(0,Ua.stringify)(r)}`)}});var yn=P(et=>{"use strict";Object.defineProperty(et,"__esModule",{value:!0});et.validateUnion=et.validateArray=et.usePattern=et.callValidateCode=et.schemaProperties=et.allSchemaProperties=et.noPropertyInData=et.propertyInData=et.isOwnProperty=et.hasPropFunc=et.reportMissingProp=et.checkMissingProp=et.checkReportMissingProp=void 0;var yt=Te(),Vb=Ee(),Es=gn(),FY=Ee();function jY(t,e){let{gen:r,data:n,it:i}=t;r.if(Wb(r,n,e,i.opts.ownProperties),()=>{t.setParams({missingProperty:(0,yt._)`${e}`},!0),t.error()})}et.checkReportMissingProp=jY;function UY({gen:t,data:e,it:{opts:r}},n,i){return(0,yt.or)(...n.map(s=>(0,yt.and)(Wb(t,e,s,r.ownProperties),(0,yt._)`${i} = ${s}`)))}et.checkMissingProp=UY;function HY(t,e){t.setParams({missingProperty:e},!0),t.error()}et.reportMissingProp=HY;function tL(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,yt._)`Object.prototype.hasOwnProperty`})}et.hasPropFunc=tL;function zb(t,e,r){return(0,yt._)`${tL(t)}.call(${e}, ${r})`}et.isOwnProperty=zb;function VY(t,e,r,n){let i=(0,yt._)`${e}${(0,yt.getProperty)(r)} !== undefined`;return n?(0,yt._)`${i} && ${zb(t,e,r)}`:i}et.propertyInData=VY;function Wb(t,e,r,n){let i=(0,yt._)`${e}${(0,yt.getProperty)(r)} === undefined`;return n?(0,yt.or)(i,(0,yt.not)(zb(t,e,r))):i}et.noPropertyInData=Wb;function rL(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}et.allSchemaProperties=rL;function zY(t,e){return rL(e).filter(r=>!(0,Vb.alwaysValidSchema)(t,e[r]))}et.schemaProperties=zY;function WY({schemaCode:t,data:e,it:{gen:r,topSchemaRef:n,schemaPath:i,errorPath:s},it:o},a,c,l){let u=l?(0,yt._)`${t}, ${e}, ${n}${i}`:e,d=[[Es.default.instancePath,(0,yt.strConcat)(Es.default.instancePath,s)],[Es.default.parentData,o.parentData],[Es.default.parentDataProperty,o.parentDataProperty],[Es.default.rootData,Es.default.rootData]];o.opts.dynamicRef&&d.push([Es.default.dynamicAnchors,Es.default.dynamicAnchors]);let f=(0,yt._)`${u}, ${r.object(...d)}`;return c!==yt.nil?(0,yt._)`${a}.call(${c}, ${f})`:(0,yt._)`${a}(${f})`}et.callValidateCode=WY;var GY=(0,yt._)`new RegExp`;function YY({gen:t,it:{opts:e}},r){let n=e.unicodeRegExp?"u":"",{regExp:i}=e.code,s=i(r,n);return t.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,yt._)`${i.code==="new RegExp"?GY:(0,FY.useFunc)(t,i)}(${r}, ${n})`})}et.usePattern=YY;function KY(t){let{gen:e,data:r,keyword:n,it:i}=t,s=e.name("valid");if(i.allErrors){let a=e.let("valid",!0);return o(()=>e.assign(a,!1)),a}return e.var(s,!0),o(()=>e.break()),s;function o(a){let c=e.const("len",(0,yt._)`${r}.length`);e.forRange("i",0,c,l=>{t.subschema({keyword:n,dataProp:l,dataPropType:Vb.Type.Num},s),e.if((0,yt.not)(s),a)})}}et.validateArray=KY;function XY(t){let{gen:e,schema:r,keyword:n,it:i}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,Vb.alwaysValidSchema)(i,c))&&!i.opts.unevaluated)return;let o=e.let("valid",!1),a=e.name("_valid");e.block(()=>r.forEach((c,l)=>{let u=t.subschema({keyword:n,schemaProp:l,compositeRule:!0},a);e.assign(o,(0,yt._)`${o} || ${a}`),t.mergeValidEvaluated(u,a)||e.if((0,yt.not)(o))})),t.result(o,()=>t.reset(),()=>t.error(!0))}et.validateUnion=XY});var sL=P(ui=>{"use strict";Object.defineProperty(ui,"__esModule",{value:!0});ui.validateKeywordUsage=ui.validSchemaType=ui.funcKeywordCode=ui.macroKeywordCode=void 0;var Rr=Te(),uo=gn(),JY=yn(),QY=Zl();function ZY(t,e){let{gen:r,keyword:n,schema:i,parentSchema:s,it:o}=t,a=e.macro.call(o.self,i,s,o),c=iL(r,n,a);o.opts.validateSchema!==!1&&o.self.validateSchema(a,!0);let l=r.name("valid");t.subschema({schema:a,schemaPath:Rr.nil,errSchemaPath:`${o.errSchemaPath}/${n}`,topSchemaRef:c,compositeRule:!0},l),t.pass(l,()=>t.error(!0))}ui.macroKeywordCode=ZY;function eK(t,e){var r;let{gen:n,keyword:i,schema:s,parentSchema:o,$data:a,it:c}=t;rK(c,e);let l=!a&&e.compile?e.compile.call(c.self,s,o,c):e.validate,u=iL(n,i,l),d=n.let("valid");t.block$data(d,f),t.ok((r=e.valid)!==null&&r!==void 0?r:d);function f(){if(e.errors===!1)h(),e.modifying&&nL(t),v(()=>t.error());else{let S=e.async?p():y();e.modifying&&nL(t),v(()=>tK(t,S))}}function p(){let S=n.let("ruleErrs",null);return n.try(()=>h((0,Rr._)`await `),_=>n.assign(d,!1).if((0,Rr._)`${_} instanceof ${c.ValidationError}`,()=>n.assign(S,(0,Rr._)`${_}.errors`),()=>n.throw(_))),S}function y(){let S=(0,Rr._)`${u}.errors`;return n.assign(S,null),h(Rr.nil),S}function h(S=e.async?(0,Rr._)`await `:Rr.nil){let _=c.opts.passContext?uo.default.this:uo.default.self,T=!("compile"in e&&!a||e.schema===!1);n.assign(d,(0,Rr._)`${S}${(0,JY.callValidateCode)(t,u,_,T)}`,e.modifying)}function v(S){var _;n.if((0,Rr.not)((_=e.valid)!==null&&_!==void 0?_:d),S)}}ui.funcKeywordCode=eK;function nL(t){let{gen:e,data:r,it:n}=t;e.if(n.parentData,()=>e.assign(r,(0,Rr._)`${n.parentData}[${n.parentDataProperty}]`))}function tK(t,e){let{gen:r}=t;r.if((0,Rr._)`Array.isArray(${e})`,()=>{r.assign(uo.default.vErrors,(0,Rr._)`${uo.default.vErrors} === null ? ${e} : ${uo.default.vErrors}.concat(${e})`).assign(uo.default.errors,(0,Rr._)`${uo.default.vErrors}.length`),(0,QY.extendErrors)(t)},()=>t.error())}function rK({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function iL(t,e,r){if(r===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,Rr.stringify)(r)})}function nK(t,e,r=!1){return!e.length||e.some(n=>n==="array"?Array.isArray(t):n==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==n||r&&typeof t>"u")}ui.validSchemaType=nK;function iK({schema:t,opts:e,self:r,errSchemaPath:n},i,s){if(Array.isArray(i.keyword)?!i.keyword.includes(s):i.keyword!==s)throw new Error("ajv implementation error");let o=i.dependencies;if(o?.some(a=>!Object.prototype.hasOwnProperty.call(t,a)))throw new Error(`parent schema must have dependencies of ${s}: ${o.join(",")}`);if(i.validateSchema&&!i.validateSchema(t[s])){let c=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(i.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}ui.validateKeywordUsage=iK});var aL=P(ws=>{"use strict";Object.defineProperty(ws,"__esModule",{value:!0});ws.extendSubschemaMode=ws.extendSubschemaData=ws.getSubschema=void 0;var di=Te(),oL=Ee();function sK(t,{keyword:e,schemaProp:r,schema:n,schemaPath:i,errSchemaPath:s,topSchemaRef:o}){if(e!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let a=t.schema[e];return r===void 0?{schema:a,schemaPath:(0,di._)`${t.schemaPath}${(0,di.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[r],schemaPath:(0,di._)`${t.schemaPath}${(0,di.getProperty)(e)}${(0,di.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,oL.escapeFragment)(r)}`}}if(n!==void 0){if(i===void 0||s===void 0||o===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:i,topSchemaRef:o,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}ws.getSubschema=sK;function oK(t,e,{dataProp:r,dataPropType:n,data:i,dataTypes:s,propertyName:o}){if(i!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(r!==void 0){let{errorPath:l,dataPathArr:u,opts:d}=e,f=a.let("data",(0,di._)`${e.data}${(0,di.getProperty)(r)}`,!0);c(f),t.errorPath=(0,di.str)`${l}${(0,oL.getErrorPath)(r,n,d.jsPropertySyntax)}`,t.parentDataProperty=(0,di._)`${r}`,t.dataPathArr=[...u,t.parentDataProperty]}if(i!==void 0){let l=i instanceof di.Name?i:a.let("data",i,!0);c(l),o!==void 0&&(t.propertyName=o)}s&&(t.dataTypes=s);function c(l){t.data=l,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,l]}}ws.extendSubschemaData=oK;function aK(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:n,createErrors:i,allErrors:s}){n!==void 0&&(t.compositeRule=n),i!==void 0&&(t.createErrors=i),s!==void 0&&(t.allErrors=s),t.jtdDiscriminator=e,t.jtdMetadata=r}ws.extendSubschemaMode=aK});var Gb=P((sRe,cL)=>{"use strict";cL.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var n,i,s;if(Array.isArray(e)){if(n=e.length,n!=r.length)return!1;for(i=n;i--!==0;)if(!t(e[i],r[i]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(s=Object.keys(e),n=s.length,n!==Object.keys(r).length)return!1;for(i=n;i--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[i]))return!1;for(i=n;i--!==0;){var o=s[i];if(!t(e[o],r[o]))return!1}return!0}return e!==e&&r!==r}});var uL=P((oRe,lL)=>{"use strict";var ks=lL.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var n=typeof r=="function"?r:r.pre||function(){},i=r.post||function(){};rm(e,n,i,t,"",t)};ks.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};ks.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};ks.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};ks.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function rm(t,e,r,n,i,s,o,a,c,l){if(n&&typeof n=="object"&&!Array.isArray(n)){e(n,i,s,o,a,c,l);for(var u in n){var d=n[u];if(Array.isArray(d)){if(u in ks.arrayKeywords)for(var f=0;f<d.length;f++)rm(t,e,r,d[f],i+"/"+u+"/"+f,s,i,u,n,f)}else if(u in ks.propsKeywords){if(d&&typeof d=="object")for(var p in d)rm(t,e,r,d[p],i+"/"+u+"/"+cK(p),s,i,u,n,p)}else(u in ks.keywords||t.allKeys&&!(u in ks.skipKeywords))&&rm(t,e,r,d,i+"/"+u,s,i,u,n)}r(n,i,s,o,a,c,l)}}function cK(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var tu=P(jr=>{"use strict";Object.defineProperty(jr,"__esModule",{value:!0});jr.getSchemaRefs=jr.resolveUrl=jr.normalizeId=jr._getFullPath=jr.getFullPath=jr.inlineRef=void 0;var lK=Ee(),uK=Gb(),dK=uL(),fK=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function pK(t,e=!0){return typeof t=="boolean"?!0:e===!0?!Yb(t):e?dL(t)<=e:!1}jr.inlineRef=pK;var hK=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Yb(t){for(let e in t){if(hK.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(Yb)||typeof r=="object"&&Yb(r))return!0}return!1}function dL(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!fK.has(r)&&(typeof t[r]=="object"&&(0,lK.eachItem)(t[r],n=>e+=dL(n)),e===1/0))return 1/0}return e}function fL(t,e="",r){r!==!1&&(e=Ha(e));let n=t.parse(e);return pL(t,n)}jr.getFullPath=fL;function pL(t,e){return t.serialize(e).split("#")[0]+"#"}jr._getFullPath=pL;var mK=/#\/?$/;function Ha(t){return t?t.replace(mK,""):""}jr.normalizeId=Ha;function gK(t,e,r){return r=Ha(r),t.resolve(e,r)}jr.resolveUrl=gK;var yK=/^[a-z_][-a-z0-9._]*$/i;function vK(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,i=Ha(t[r]||e),s={"":i},o=fL(n,i,!1),a={},c=new Set;return dK(t,{allKeys:!0},(d,f,p,y)=>{if(y===void 0)return;let h=o+f,v=s[y];typeof d[r]=="string"&&(v=S.call(this,d[r])),_.call(this,d.$anchor),_.call(this,d.$dynamicAnchor),s[f]=v;function S(T){let R=this.opts.uriResolver.resolve;if(T=Ha(v?R(v,T):T),c.has(T))throw u(T);c.add(T);let C=this.refs[T];return typeof C=="string"&&(C=this.refs[C]),typeof C=="object"?l(d,C.schema,T):T!==Ha(h)&&(T[0]==="#"?(l(d,a[T],T),a[T]=d):this.refs[T]=h),T}function _(T){if(typeof T=="string"){if(!yK.test(T))throw new Error(`invalid anchor "${T}"`);S.call(this,`#${T}`)}}}),a;function l(d,f,p){if(f!==void 0&&!uK(d,f))throw u(p)}function u(d){return new Error(`reference "${d}" resolves to more than one schema`)}}jr.getSchemaRefs=vK});var iu=P(Cs=>{"use strict";Object.defineProperty(Cs,"__esModule",{value:!0});Cs.getData=Cs.KeywordCxt=Cs.validateFunctionCode=void 0;var vL=Gq(),hL=eu(),Xb=Fb(),nm=eu(),TK=eL(),nu=sL(),Kb=aL(),oe=Te(),pe=gn(),bK=tu(),qi=Ee(),ru=Zl();function _K(t){if(_L(t)&&(SL(t),bL(t))){PK(t);return}TL(t,()=>(0,vL.topBoolOrEmptySchema)(t))}Cs.validateFunctionCode=_K;function TL({gen:t,validateName:e,schema:r,schemaEnv:n,opts:i},s){i.code.es5?t.func(e,(0,oe._)`${pe.default.data}, ${pe.default.valCxt}`,n.$async,()=>{t.code((0,oe._)`"use strict"; ${mL(r,i)}`),NK(t,i),t.code(s)}):t.func(e,(0,oe._)`${pe.default.data}, ${SK(i)}`,n.$async,()=>t.code(mL(r,i)).code(s))}function SK(t){return(0,oe._)`{${pe.default.instancePath}="", ${pe.default.parentData}, ${pe.default.parentDataProperty}, ${pe.default.rootData}=${pe.default.data}${t.dynamicRef?(0,oe._)`, ${pe.default.dynamicAnchors}={}`:oe.nil}}={}`}function NK(t,e){t.if(pe.default.valCxt,()=>{t.var(pe.default.instancePath,(0,oe._)`${pe.default.valCxt}.${pe.default.instancePath}`),t.var(pe.default.parentData,(0,oe._)`${pe.default.valCxt}.${pe.default.parentData}`),t.var(pe.default.parentDataProperty,(0,oe._)`${pe.default.valCxt}.${pe.default.parentDataProperty}`),t.var(pe.default.rootData,(0,oe._)`${pe.default.valCxt}.${pe.default.rootData}`),e.dynamicRef&&t.var(pe.default.dynamicAnchors,(0,oe._)`${pe.default.valCxt}.${pe.default.dynamicAnchors}`)},()=>{t.var(pe.default.instancePath,(0,oe._)`""`),t.var(pe.default.parentData,(0,oe._)`undefined`),t.var(pe.default.parentDataProperty,(0,oe._)`undefined`),t.var(pe.default.rootData,pe.default.data),e.dynamicRef&&t.var(pe.default.dynamicAnchors,(0,oe._)`{}`)})}function PK(t){let{schema:e,opts:r,gen:n}=t;TL(t,()=>{r.$comment&&e.$comment&&PL(t),CK(t),n.let(pe.default.vErrors,null),n.let(pe.default.errors,0),r.unevaluated&&RK(t),NL(t),IK(t)})}function RK(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,oe._)`${r}.evaluated`),e.if((0,oe._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,oe._)`${t.evaluated}.props`,(0,oe._)`undefined`)),e.if((0,oe._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,oe._)`${t.evaluated}.items`,(0,oe._)`undefined`))}function mL(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,oe._)`/*# sourceURL=${r} */`:oe.nil}function EK(t,e){if(_L(t)&&(SL(t),bL(t))){wK(t,e);return}(0,vL.boolOrEmptySchema)(t,e)}function bL({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let r in t)if(e.RULES.all[r])return!0;return!1}function _L(t){return typeof t.schema!="boolean"}function wK(t,e){let{schema:r,gen:n,opts:i}=t;i.$comment&&r.$comment&&PL(t),DK(t),AK(t);let s=n.const("_errs",pe.default.errors);NL(t,s),n.var(e,(0,oe._)`${s} === ${pe.default.errors}`)}function SL(t){(0,qi.checkUnknownRules)(t),kK(t)}function NL(t,e){if(t.opts.jtd)return gL(t,[],!1,e);let r=(0,hL.getSchemaTypes)(t.schema),n=(0,hL.coerceAndCheckDataType)(t,r);gL(t,r,!n,e)}function kK(t){let{schema:e,errSchemaPath:r,opts:n,self:i}=t;e.$ref&&n.ignoreKeywordsWithRef&&(0,qi.schemaHasRulesButRef)(e,i.RULES)&&i.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function CK(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,qi.checkStrictMode)(t,"default is ignored in the schema root")}function DK(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,bK.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function AK(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function PL({gen:t,schemaEnv:e,schema:r,errSchemaPath:n,opts:i}){let s=r.$comment;if(i.$comment===!0)t.code((0,oe._)`${pe.default.self}.logger.log(${s})`);else if(typeof i.$comment=="function"){let o=(0,oe.str)`${n}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,oe._)`${pe.default.self}.opts.$comment(${s}, ${o}, ${a}.schema)`)}}function IK(t){let{gen:e,schemaEnv:r,validateName:n,ValidationError:i,opts:s}=t;r.$async?e.if((0,oe._)`${pe.default.errors} === 0`,()=>e.return(pe.default.data),()=>e.throw((0,oe._)`new ${i}(${pe.default.vErrors})`)):(e.assign((0,oe._)`${n}.errors`,pe.default.vErrors),s.unevaluated&&OK(t),e.return((0,oe._)`${pe.default.errors} === 0`))}function OK({gen:t,evaluated:e,props:r,items:n}){r instanceof oe.Name&&t.assign((0,oe._)`${e}.props`,r),n instanceof oe.Name&&t.assign((0,oe._)`${e}.items`,n)}function gL(t,e,r,n){let{gen:i,schema:s,data:o,allErrors:a,opts:c,self:l}=t,{RULES:u}=l;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,qi.schemaHasRulesButRef)(s,u))){i.block(()=>EL(t,"$ref",u.all.$ref.definition));return}c.jtd||xK(t,e),i.block(()=>{for(let f of u.rules)d(f);d(u.post)});function d(f){(0,Xb.shouldUseGroup)(s,f)&&(f.type?(i.if((0,nm.checkDataType)(f.type,o,c.strictNumbers)),yL(t,f),e.length===1&&e[0]===f.type&&r&&(i.else(),(0,nm.reportTypeError)(t)),i.endIf()):yL(t,f),a||i.if((0,oe._)`${pe.default.errors} === ${n||0}`))}}function yL(t,e){let{gen:r,schema:n,opts:{useDefaults:i}}=t;i&&(0,TK.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,Xb.shouldUseRule)(n,s)&&EL(t,s.keyword,s.definition,e.type)})}function xK(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(MK(t,e),t.opts.allowUnionTypes||qK(t,e),LK(t,t.dataTypes))}function MK(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{RL(t.dataTypes,r)||Jb(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),BK(t,e)}}function qK(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Jb(t,"use allowUnionTypes to allow union type keyword")}function LK(t,e){let r=t.self.RULES.all;for(let n in r){let i=r[n];if(typeof i=="object"&&(0,Xb.shouldUseRule)(t.schema,i)){let{type:s}=i.definition;s.length&&!s.some(o=>$K(e,o))&&Jb(t,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function $K(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function RL(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function BK(t,e){let r=[];for(let n of t.dataTypes)RL(e,n)?r.push(n):e.includes("integer")&&n==="number"&&r.push("integer");t.dataTypes=r}function Jb(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,qi.checkStrictMode)(t,e,t.opts.strictTypes)}var im=class{constructor(e,r,n){if((0,nu.validateKeywordUsage)(e,r,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=r.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,qi.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",wL(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,nu.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=e.gen.const("_errs",pe.default.errors))}result(e,r,n){this.failResult((0,oe.not)(e),r,n)}failResult(e,r,n){this.gen.if(e),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,oe.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,oe._)`${r} !== undefined && (${(0,oe.or)(this.invalid$data(),e)})`)}error(e,r,n){if(r){this.setParams(r),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,r){(e?ru.reportExtraError:ru.reportError)(this,this.def.error,r)}$dataError(){(0,ru.reportError)(this,this.def.$dataError||ru.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,ru.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,n=oe.nil){this.gen.block(()=>{this.check$data(e,n),r()})}check$data(e=oe.nil,r=oe.nil){if(!this.$data)return;let{gen:n,schemaCode:i,schemaType:s,def:o}=this;n.if((0,oe.or)((0,oe._)`${i} === undefined`,r)),e!==oe.nil&&n.assign(e,!0),(s.length||o.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==oe.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:n,def:i,it:s}=this;return(0,oe.or)(o(),a());function o(){if(n.length){if(!(r instanceof oe.Name))throw new Error("ajv implementation error");let c=Array.isArray(n)?n:[n];return(0,oe._)`${(0,nm.checkDataTypes)(c,r,s.opts.strictNumbers,nm.DataType.Wrong)}`}return oe.nil}function a(){if(i.validateSchema){let c=e.scopeValue("validate$data",{ref:i.validateSchema});return(0,oe._)`!${c}(${r})`}return oe.nil}}subschema(e,r){let n=(0,Kb.getSubschema)(this.it,e);(0,Kb.extendSubschemaData)(n,this.it,e),(0,Kb.extendSubschemaMode)(n,e);let i={...this.it,...n,items:void 0,props:void 0};return EK(i,r),i}mergeEvaluated(e,r){let{it:n,gen:i}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=qi.mergeEvaluated.props(i,e.props,n.props,r)),n.items!==!0&&e.items!==void 0&&(n.items=qi.mergeEvaluated.items(i,e.items,n.items,r)))}mergeValidEvaluated(e,r){let{it:n,gen:i}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return i.if(r,()=>this.mergeEvaluated(e,oe.Name)),!0}};Cs.KeywordCxt=im;function EL(t,e,r,n){let i=new im(t,r,e);"code"in r?r.code(i,n):i.$data&&r.validate?(0,nu.funcKeywordCode)(i,r):"macro"in r?(0,nu.macroKeywordCode)(i,r):(r.compile||r.validate)&&(0,nu.funcKeywordCode)(i,r)}var FK=/^\/(?:[^~]|~0|~1)*$/,jK=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function wL(t,{dataLevel:e,dataNames:r,dataPathArr:n}){let i,s;if(t==="")return pe.default.rootData;if(t[0]==="/"){if(!FK.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);i=t,s=pe.default.rootData}else{let l=jK.exec(t);if(!l)throw new Error(`Invalid JSON-pointer: ${t}`);let u=+l[1];if(i=l[2],i==="#"){if(u>=e)throw new Error(c("property/index",u));return n[e-u]}if(u>e)throw new Error(c("data",u));if(s=r[e-u],!i)return s}let o=s,a=i.split("/");for(let l of a)l&&(s=(0,oe._)`${s}${(0,oe.getProperty)((0,qi.unescapeJsonPointer)(l))}`,o=(0,oe._)`${o} && ${s}`);return o;function c(l,u){return`Cannot access ${l} ${u} levels up, current level is ${e}`}}Cs.getData=wL});var sm=P(Zb=>{"use strict";Object.defineProperty(Zb,"__esModule",{value:!0});var Qb=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};Zb.default=Qb});var su=P(r_=>{"use strict";Object.defineProperty(r_,"__esModule",{value:!0});var e_=tu(),t_=class extends Error{constructor(e,r,n,i){super(i||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,e_.resolveUrl)(e,r,n),this.missingSchema=(0,e_.normalizeId)((0,e_.getFullPath)(e,this.missingRef))}};r_.default=t_});var ou=P(vn=>{"use strict";Object.defineProperty(vn,"__esModule",{value:!0});vn.resolveSchema=vn.getCompilingSchema=vn.resolveRef=vn.compileSchema=vn.SchemaEnv=void 0;var jn=Te(),UK=sm(),fo=gn(),Un=tu(),kL=Ee(),HK=iu(),Va=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let n;typeof e.schema=="object"&&(n=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,Un.normalizeId)(n?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=n?.$async,this.refs={}}};vn.SchemaEnv=Va;function i_(t){let e=CL.call(this,t);if(e)return e;let r=(0,Un.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:n,lines:i}=this.opts.code,{ownProperties:s}=this.opts,o=new jn.CodeGen(this.scope,{es5:n,lines:i,ownProperties:s}),a;t.$async&&(a=o.scopeValue("Error",{ref:UK.default,code:(0,jn._)`require("ajv/dist/runtime/validation_error").default`}));let c=o.scopeName("validate");t.validateName=c;let l={gen:o,allErrors:this.opts.allErrors,data:fo.default.data,parentData:fo.default.parentData,parentDataProperty:fo.default.parentDataProperty,dataNames:[fo.default.data],dataPathArr:[jn.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:o.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,jn.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:jn.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,jn._)`""`,opts:this.opts,self:this},u;try{this._compilations.add(t),(0,HK.validateFunctionCode)(l),o.optimize(this.opts.code.optimize);let d=o.toString();u=`${o.scopeRefs(fo.default.scope)}return ${d}`,this.opts.code.process&&(u=this.opts.code.process(u,t));let p=new Function(`${fo.default.self}`,`${fo.default.scope}`,u)(this,this.scope.get());if(this.scope.value(c,{ref:p}),p.errors=null,p.schema=t.schema,p.schemaEnv=t,t.$async&&(p.$async=!0),this.opts.code.source===!0&&(p.source={validateName:c,validateCode:d,scopeValues:o._values}),this.opts.unevaluated){let{props:y,items:h}=l;p.evaluated={props:y instanceof jn.Name?void 0:y,items:h instanceof jn.Name?void 0:h,dynamicProps:y instanceof jn.Name,dynamicItems:h instanceof jn.Name},p.source&&(p.source.evaluated=(0,jn.stringify)(p.evaluated))}return t.validate=p,t}catch(d){throw delete t.validate,delete t.validateName,u&&this.logger.error("Error compiling schema, function code:",u),d}finally{this._compilations.delete(t)}}vn.compileSchema=i_;function VK(t,e,r){var n;r=(0,Un.resolveUrl)(this.opts.uriResolver,e,r);let i=t.refs[r];if(i)return i;let s=GK.call(this,t,r);if(s===void 0){let o=(n=t.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;o&&(s=new Va({schema:o,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=zK.call(this,s)}vn.resolveRef=VK;function zK(t){return(0,Un.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:i_.call(this,t)}function CL(t){for(let e of this._compilations)if(WK(e,t))return e}vn.getCompilingSchema=CL;function WK(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function GK(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||om.call(this,t,e)}function om(t,e){let r=this.opts.uriResolver.parse(e),n=(0,Un._getFullPath)(this.opts.uriResolver,r),i=(0,Un.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&n===i)return n_.call(this,r,t);let s=(0,Un.normalizeId)(n),o=this.refs[s]||this.schemas[s];if(typeof o=="string"){let a=om.call(this,t,o);return typeof a?.schema!="object"?void 0:n_.call(this,r,a)}if(typeof o?.schema=="object"){if(o.validate||i_.call(this,o),s===(0,Un.normalizeId)(e)){let{schema:a}=o,{schemaId:c}=this.opts,l=a[c];return l&&(i=(0,Un.resolveUrl)(this.opts.uriResolver,i,l)),new Va({schema:a,schemaId:c,root:t,baseId:i})}return n_.call(this,r,o)}}vn.resolveSchema=om;var YK=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function n_(t,{baseId:e,schema:r,root:n}){var i;if(((i=t.fragment)===null||i===void 0?void 0:i[0])!=="/")return;for(let a of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,kL.unescapeFragment)(a)];if(c===void 0)return;r=c;let l=typeof r=="object"&&r[this.opts.schemaId];!YK.has(a)&&l&&(e=(0,Un.resolveUrl)(this.opts.uriResolver,e,l))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,kL.schemaHasRulesButRef)(r,this.RULES)){let a=(0,Un.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=om.call(this,n,a)}let{schemaId:o}=this.opts;if(s=s||new Va({schema:r,schemaId:o,root:n,baseId:e}),s.schema!==s.root.schema)return s}});var DL=P((fRe,KK)=>{KK.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var IL=P((pRe,AL)=>{"use strict";var XK={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};AL.exports={HEX:XK}});var FL=P((hRe,BL)=>{"use strict";var{HEX:JK}=IL(),QK=/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u;function qL(t){if($L(t,".")<3)return{host:t,isIPV4:!1};let e=t.match(QK)||[],[r]=e;return r?{host:e3(r,"."),isIPV4:!0}:{host:t,isIPV4:!1}}function s_(t,e=!1){let r="",n=!0;for(let i of t){if(JK[i]===void 0)return;i!=="0"&&n===!0&&(n=!1),n||(r+=i)}return e&&r.length===0&&(r="0"),r}function ZK(t){let e=0,r={error:!1,address:"",zone:""},n=[],i=[],s=!1,o=!1,a=!1;function c(){if(i.length){if(s===!1){let l=s_(i);if(l!==void 0)n.push(l);else return r.error=!0,!1}i.length=0}return!0}for(let l=0;l<t.length;l++){let u=t[l];if(!(u==="["||u==="]"))if(u===":"){if(o===!0&&(a=!0),!c())break;if(e++,n.push(":"),e>7){r.error=!0;break}l-1>=0&&t[l-1]===":"&&(o=!0);continue}else if(u==="%"){if(!c())break;s=!0}else{i.push(u);continue}}return i.length&&(s?r.zone=i.join(""):a?n.push(i.join("")):n.push(s_(i))),r.address=n.join(""),r}function LL(t){if($L(t,":")<2)return{host:t,isIPV6:!1};let e=ZK(t);if(e.error)return{host:t,isIPV6:!1};{let r=e.address,n=e.address;return e.zone&&(r+="%"+e.zone,n+="%25"+e.zone),{host:r,escapedHost:n,isIPV6:!0}}}function e3(t,e){let r="",n=!0,i=t.length;for(let s=0;s<i;s++){let o=t[s];o==="0"&&n?(s+1<=i&&t[s+1]===e||s+1===i)&&(r+=o,n=!1):(o===e?n=!0:n=!1,r+=o)}return r}function $L(t,e){let r=0;for(let n=0;n<t.length;n++)t[n]===e&&r++;return r}var OL=/^\.\.?\//u,xL=/^\/\.(?:\/|$)/u,ML=/^\/\.\.(?:\/|$)/u,t3=/^\/?(?:.|\n)*?(?=\/|$)/u;function r3(t){let e=[];for(;t.length;)if(t.match(OL))t=t.replace(OL,"");else if(t.match(xL))t=t.replace(xL,"/");else if(t.match(ML))t=t.replace(ML,"/"),e.pop();else if(t==="."||t==="..")t="";else{let r=t.match(t3);if(r){let n=r[0];t=t.slice(n.length),e.push(n)}else throw new Error("Unexpected dot segment condition")}return e.join("")}function n3(t,e){let r=e!==!0?escape:unescape;return t.scheme!==void 0&&(t.scheme=r(t.scheme)),t.userinfo!==void 0&&(t.userinfo=r(t.userinfo)),t.host!==void 0&&(t.host=r(t.host)),t.path!==void 0&&(t.path=r(t.path)),t.query!==void 0&&(t.query=r(t.query)),t.fragment!==void 0&&(t.fragment=r(t.fragment)),t}function i3(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let r=unescape(t.host),n=qL(r);if(n.isIPV4)r=n.host;else{let i=LL(n.host);i.isIPV6===!0?r=`[${i.escapedHost}]`:r=t.host}e.push(r)}return(typeof t.port=="number"||typeof t.port=="string")&&(e.push(":"),e.push(String(t.port))),e.length?e.join(""):void 0}BL.exports={recomposeAuthority:i3,normalizeComponentEncoding:n3,removeDotSegments:r3,normalizeIPv4:qL,normalizeIPv6:LL,stringArrayToHexStripped:s_}});var WL=P((mRe,zL)=>{"use strict";var s3=/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu,o3=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;function jL(t){return typeof t.secure=="boolean"?t.secure:String(t.scheme).toLowerCase()==="wss"}function UL(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function HL(t){let e=String(t.scheme).toLowerCase()==="https";return(t.port===(e?443:80)||t.port==="")&&(t.port=void 0),t.path||(t.path="/"),t}function a3(t){return t.secure=jL(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function c3(t){if((t.port===(jL(t)?443:80)||t.port==="")&&(t.port=void 0),typeof t.secure=="boolean"&&(t.scheme=t.secure?"wss":"ws",t.secure=void 0),t.resourceName){let[e,r]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=r,t.resourceName=void 0}return t.fragment=void 0,t}function l3(t,e){if(!t.path)return t.error="URN can not be parsed",t;let r=t.path.match(o3);if(r){let n=e.scheme||t.scheme||"urn";t.nid=r[1].toLowerCase(),t.nss=r[2];let i=`${n}:${e.nid||t.nid}`,s=o_[i];t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function u3(t,e){let r=e.scheme||t.scheme||"urn",n=t.nid.toLowerCase(),i=`${r}:${e.nid||n}`,s=o_[i];s&&(t=s.serialize(t,e));let o=t,a=t.nss;return o.path=`${n||e.nid}:${a}`,e.skipEscape=!0,o}function d3(t,e){let r=t;return r.uuid=r.nss,r.nss=void 0,!e.tolerant&&(!r.uuid||!s3.test(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function f3(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var VL={scheme:"http",domainHost:!0,parse:UL,serialize:HL},p3={scheme:"https",domainHost:VL.domainHost,parse:UL,serialize:HL},am={scheme:"ws",domainHost:!0,parse:a3,serialize:c3},h3={scheme:"wss",domainHost:am.domainHost,parse:am.parse,serialize:am.serialize},m3={scheme:"urn",parse:l3,serialize:u3,skipNormalize:!0},g3={scheme:"urn:uuid",parse:d3,serialize:f3,skipNormalize:!0},o_={http:VL,https:p3,ws:am,wss:h3,urn:m3,"urn:uuid":g3};zL.exports=o_});var YL=P((gRe,lm)=>{"use strict";var{normalizeIPv6:y3,normalizeIPv4:v3,removeDotSegments:au,recomposeAuthority:T3,normalizeComponentEncoding:cm}=FL(),a_=WL();function b3(t,e){return typeof t=="string"?t=fi(Li(t,e),e):typeof t=="object"&&(t=Li(fi(t,e),e)),t}function _3(t,e,r){let n=Object.assign({scheme:"null"},r),i=GL(Li(t,n),Li(e,n),n,!0);return fi(i,{...n,skipEscape:!0})}function GL(t,e,r,n){let i={};return n||(t=Li(fi(t,r),r),e=Li(fi(e,r),r)),r=r||{},!r.tolerant&&e.scheme?(i.scheme=e.scheme,i.userinfo=e.userinfo,i.host=e.host,i.port=e.port,i.path=au(e.path||""),i.query=e.query):(e.userinfo!==void 0||e.host!==void 0||e.port!==void 0?(i.userinfo=e.userinfo,i.host=e.host,i.port=e.port,i.path=au(e.path||""),i.query=e.query):(e.path?(e.path.charAt(0)==="/"?i.path=au(e.path):((t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)&&!t.path?i.path="/"+e.path:t.path?i.path=t.path.slice(0,t.path.lastIndexOf("/")+1)+e.path:i.path=e.path,i.path=au(i.path)),i.query=e.query):(i.path=t.path,e.query!==void 0?i.query=e.query:i.query=t.query),i.userinfo=t.userinfo,i.host=t.host,i.port=t.port),i.scheme=t.scheme),i.fragment=e.fragment,i}function S3(t,e,r){return typeof t=="string"?(t=unescape(t),t=fi(cm(Li(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=fi(cm(t,!0),{...r,skipEscape:!0})),typeof e=="string"?(e=unescape(e),e=fi(cm(Li(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=fi(cm(e,!0),{...r,skipEscape:!0})),t.toLowerCase()===e.toLowerCase()}function fi(t,e){let r={host:t.host,scheme:t.scheme,userinfo:t.userinfo,port:t.port,path:t.path,query:t.query,nid:t.nid,nss:t.nss,uuid:t.uuid,fragment:t.fragment,reference:t.reference,resourceName:t.resourceName,secure:t.secure,error:""},n=Object.assign({},e),i=[],s=a_[(n.scheme||r.scheme||"").toLowerCase()];s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&i.push(r.scheme,":");let o=T3(r);if(o!==void 0&&(n.reference!=="suffix"&&i.push("//"),i.push(o),r.path&&r.path.charAt(0)!=="/"&&i.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(a=au(a)),o===void 0&&(a=a.replace(/^\/\//u,"/%2F")),i.push(a)}return r.query!==void 0&&i.push("?",r.query),r.fragment!==void 0&&i.push("#",r.fragment),i.join("")}var N3=Array.from({length:127},(t,e)=>/[^!"$&'()*+,\-.;=_`a-z{}~]/u.test(String.fromCharCode(e)));function P3(t){let e=0;for(let r=0,n=t.length;r<n;++r)if(e=t.charCodeAt(r),e>126||N3[e])return!0;return!1}var R3=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Li(t,e){let r=Object.assign({},e),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},i=t.indexOf("%")!==-1,s=!1;r.reference==="suffix"&&(t=(r.scheme?r.scheme+":":"")+"//"+t);let o=t.match(R3);if(o){if(n.scheme=o[1],n.userinfo=o[3],n.host=o[4],n.port=parseInt(o[5],10),n.path=o[6]||"",n.query=o[7],n.fragment=o[8],isNaN(n.port)&&(n.port=o[5]),n.host){let c=v3(n.host);if(c.isIPV4===!1){let l=y3(c.host);n.host=l.host.toLowerCase(),s=l.isIPV6}else n.host=c.host,s=!0}n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let a=a_[(r.scheme||n.scheme||"").toLowerCase()];if(!r.unicodeSupport&&(!a||!a.unicodeSupport)&&n.host&&(r.domainHost||a&&a.domainHost)&&s===!1&&P3(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(c){n.error=n.error||"Host's domain name can not be converted to ASCII: "+c}(!a||a&&!a.skipNormalize)&&(i&&n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),i&&n.host!==void 0&&(n.host=unescape(n.host)),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),a&&a.parse&&a.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}var c_={SCHEMES:a_,normalize:b3,resolve:_3,resolveComponents:GL,equal:S3,serialize:fi,parse:Li};lm.exports=c_;lm.exports.default=c_;lm.exports.fastUri=c_});var XL=P(l_=>{"use strict";Object.defineProperty(l_,"__esModule",{value:!0});var KL=YL();KL.code='require("ajv/dist/runtime/uri").default';l_.default=KL});var i1=P(sr=>{"use strict";Object.defineProperty(sr,"__esModule",{value:!0});sr.CodeGen=sr.Name=sr.nil=sr.stringify=sr.str=sr._=sr.KeywordCxt=void 0;var E3=iu();Object.defineProperty(sr,"KeywordCxt",{enumerable:!0,get:function(){return E3.KeywordCxt}});var za=Te();Object.defineProperty(sr,"_",{enumerable:!0,get:function(){return za._}});Object.defineProperty(sr,"str",{enumerable:!0,get:function(){return za.str}});Object.defineProperty(sr,"stringify",{enumerable:!0,get:function(){return za.stringify}});Object.defineProperty(sr,"nil",{enumerable:!0,get:function(){return za.nil}});Object.defineProperty(sr,"Name",{enumerable:!0,get:function(){return za.Name}});Object.defineProperty(sr,"CodeGen",{enumerable:!0,get:function(){return za.CodeGen}});var w3=sm(),t1=su(),k3=Bb(),cu=ou(),C3=Te(),lu=tu(),um=eu(),d_=Ee(),JL=DL(),D3=XL(),r1=(t,e)=>new RegExp(t,e);r1.code="new RegExp";var A3=["removeAdditional","useDefaults","coerceTypes"],I3=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),O3={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},x3={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},QL=200;function M3(t){var e,r,n,i,s,o,a,c,l,u,d,f,p,y,h,v,S,_,T,R,C,B,U,H,me;let Je=t.strict,Ft=(e=t.code)===null||e===void 0?void 0:e.optimize,Ne=Ft===!0||Ft===void 0?1:Ft||0,Xr=(n=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:r1,$i=(i=t.uriResolver)!==null&&i!==void 0?i:D3.default;return{strictSchema:(o=(s=t.strictSchema)!==null&&s!==void 0?s:Je)!==null&&o!==void 0?o:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:Je)!==null&&c!==void 0?c:!0,strictTypes:(u=(l=t.strictTypes)!==null&&l!==void 0?l:Je)!==null&&u!==void 0?u:"log",strictTuples:(f=(d=t.strictTuples)!==null&&d!==void 0?d:Je)!==null&&f!==void 0?f:"log",strictRequired:(y=(p=t.strictRequired)!==null&&p!==void 0?p:Je)!==null&&y!==void 0?y:!1,code:t.code?{...t.code,optimize:Ne,regExp:Xr}:{optimize:Ne,regExp:Xr},loopRequired:(h=t.loopRequired)!==null&&h!==void 0?h:QL,loopEnum:(v=t.loopEnum)!==null&&v!==void 0?v:QL,meta:(S=t.meta)!==null&&S!==void 0?S:!0,messages:(_=t.messages)!==null&&_!==void 0?_:!0,inlineRefs:(T=t.inlineRefs)!==null&&T!==void 0?T:!0,schemaId:(R=t.schemaId)!==null&&R!==void 0?R:"$id",addUsedSchema:(C=t.addUsedSchema)!==null&&C!==void 0?C:!0,validateSchema:(B=t.validateSchema)!==null&&B!==void 0?B:!0,validateFormats:(U=t.validateFormats)!==null&&U!==void 0?U:!0,unicodeRegExp:(H=t.unicodeRegExp)!==null&&H!==void 0?H:!0,int32range:(me=t.int32range)!==null&&me!==void 0?me:!0,uriResolver:$i}}var uu=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...M3(e)};let{es5:r,lines:n}=this.opts.code;this.scope=new C3.ValueScope({scope:{},prefixes:I3,es5:r,lines:n}),this.logger=j3(e.logger);let i=e.validateFormats;e.validateFormats=!1,this.RULES=(0,k3.getRules)(),ZL.call(this,O3,e,"NOT SUPPORTED"),ZL.call(this,x3,e,"DEPRECATED","warn"),this._metaOpts=B3.call(this),e.formats&&L3.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&$3.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),q3.call(this),e.validateFormats=i}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:n}=this.opts,i=JL;n==="id"&&(i={...JL},i.id=i.$id,delete i.$id),r&&e&&this.addMetaSchema(i,i[n],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let n;if(typeof e=="string"){if(n=this.getSchema(e),!n)throw new Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let i=n(r);return"$async"in n||(this.errors=n.errors),i}compile(e,r){let n=this._addSchema(e,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return i.call(this,e,r);async function i(u,d){await s.call(this,u.$schema);let f=this._addSchema(u,d);return f.validate||o.call(this,f)}async function s(u){u&&!this.getSchema(u)&&await i.call(this,{$ref:u},!0)}async function o(u){try{return this._compileSchemaEnv(u)}catch(d){if(!(d instanceof t1.default))throw d;return a.call(this,d),await c.call(this,d.missingSchema),o.call(this,u)}}function a({missingSchema:u,missingRef:d}){if(this.refs[u])throw new Error(`AnySchema ${u} is loaded but ${d} cannot be resolved`)}async function c(u){let d=await l.call(this,u);this.refs[u]||await s.call(this,d.$schema),this.refs[u]||this.addSchema(d,u,r)}async function l(u){let d=this._loading[u];if(d)return d;try{return await(this._loading[u]=n(u))}finally{delete this._loading[u]}}}addSchema(e,r,n,i=this.opts.validateSchema){if(Array.isArray(e)){for(let o of e)this.addSchema(o,void 0,n,i);return this}let s;if(typeof e=="object"){let{schemaId:o}=this.opts;if(s=e[o],s!==void 0&&typeof s!="string")throw new Error(`schema ${o} must be string`)}return r=(0,lu.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(e,n,r,i,!0),this}addMetaSchema(e,r,n=this.opts.validateSchema){return this.addSchema(e,r,!0,n),this}validateSchema(e,r){if(typeof e=="boolean")return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let i=this.validate(n,e);if(!i&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return i}getSchema(e){let r;for(;typeof(r=e1.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:n}=this.opts,i=new cu.SchemaEnv({schema:{},schemaId:n});if(r=cu.resolveSchema.call(this,i,e),!r)return;this.refs[e]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=e1.call(this,e);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let r=e;this._cache.delete(r);let n=e[this.opts.schemaId];return n&&(n=(0,lu.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let r of e)this.addKeyword(r);return this}addKeyword(e,r){let n;if(typeof e=="string")n=e,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof e=="object"&&r===void 0){if(r=e,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(H3.call(this,n,r),!r)return(0,d_.eachItem)(n,s=>u_.call(this,s)),this;z3.call(this,r);let i={...r,type:(0,um.getJSONTypes)(r.type),schemaType:(0,um.getJSONTypes)(r.schemaType)};return(0,d_.eachItem)(n,i.type.length===0?s=>u_.call(this,s,i):s=>i.type.forEach(o=>u_.call(this,s,i,o))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let n of r.rules){let i=n.rules.findIndex(s=>s.keyword===e);i>=0&&n.rules.splice(i,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!e||e.length===0?"No errors":e.map(i=>`${n}${i.instancePath} ${i.message}`).reduce((i,s)=>i+r+s)}$dataMetaSchema(e,r){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let i of r){let s=i.split("/").slice(1),o=e;for(let a of s)o=o[a];for(let a in n){let c=n[a];if(typeof c!="object")continue;let{$data:l}=c.definition,u=o[a];l&&u&&(o[a]=n1(u))}}return e}_removeAllSchemas(e,r){for(let n in e){let i=e[n];(!r||r.test(n))&&(typeof i=="string"?delete e[n]:i&&!i.meta&&(this._cache.delete(i.schema),delete e[n]))}}_addSchema(e,r,n,i=this.opts.validateSchema,s=this.opts.addUsedSchema){let o,{schemaId:a}=this.opts;if(typeof e=="object")o=e[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(c!==void 0)return c;n=(0,lu.normalizeId)(o||n);let l=lu.getSchemaRefs.call(this,e,n);return c=new cu.SchemaEnv({schema:e,schemaId:a,meta:r,baseId:n,localRefs:l}),this._cache.set(c.schema,c),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=c),i&&this.validateSchema(e,!0),c}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):cu.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let r=this.opts;this.opts=this._metaOpts;try{cu.compileSchema.call(this,e)}finally{this.opts=r}}};uu.ValidationError=w3.default;uu.MissingRefError=t1.default;sr.default=uu;function ZL(t,e,r,n="error"){for(let i in t){let s=i;s in e&&this.logger[n](`${r}: option ${i}. ${t[s]}`)}}function e1(t){return t=(0,lu.normalizeId)(t),this.schemas[t]||this.refs[t]}function q3(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function L3(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function $3(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function B3(){let t={...this.opts};for(let e of A3)delete t[e];return t}var F3={log(){},warn(){},error(){}};function j3(t){if(t===!1)return F3;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var U3=/^[a-z_$][a-z0-9_$:-]*$/i;function H3(t,e){let{RULES:r}=this;if((0,d_.eachItem)(t,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!U3.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function u_(t,e,r){var n;let i=e?.post;if(r&&i)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,o=i?s.post:s.rules.find(({type:c})=>c===r);if(o||(o={type:r,rules:[]},s.rules.push(o)),s.keywords[t]=!0,!e)return;let a={keyword:t,definition:{...e,type:(0,um.getJSONTypes)(e.type),schemaType:(0,um.getJSONTypes)(e.schemaType)}};e.before?V3.call(this,o,a,e.before):o.rules.push(a),s.all[t]=a,(n=e.implements)===null||n===void 0||n.forEach(c=>this.addKeyword(c))}function V3(t,e,r){let n=t.rules.findIndex(i=>i.keyword===r);n>=0?t.rules.splice(n,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function z3(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=n1(e)),t.validateSchema=this.compile(e,!0))}var W3={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function n1(t){return{anyOf:[t,W3]}}});var s1=P(f_=>{"use strict";Object.defineProperty(f_,"__esModule",{value:!0});var G3={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};f_.default=G3});var pm=P(po=>{"use strict";Object.defineProperty(po,"__esModule",{value:!0});po.callRef=po.getValidate=void 0;var Y3=su(),o1=yn(),Ur=Te(),Wa=gn(),a1=ou(),dm=Ee(),K3={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:n}=t,{baseId:i,schemaEnv:s,validateName:o,opts:a,self:c}=n,{root:l}=s;if((r==="#"||r==="#/")&&i===l.baseId)return d();let u=a1.resolveRef.call(c,l,i,r);if(u===void 0)throw new Y3.default(n.opts.uriResolver,i,r);if(u instanceof a1.SchemaEnv)return f(u);return p(u);function d(){if(s===l)return fm(t,o,s,s.$async);let y=e.scopeValue("root",{ref:l});return fm(t,(0,Ur._)`${y}.validate`,l,l.$async)}function f(y){let h=c1(t,y);fm(t,h,y,y.$async)}function p(y){let h=e.scopeValue("schema",a.code.source===!0?{ref:y,code:(0,Ur.stringify)(y)}:{ref:y}),v=e.name("valid"),S=t.subschema({schema:y,dataTypes:[],schemaPath:Ur.nil,topSchemaRef:h,errSchemaPath:r},v);t.mergeEvaluated(S),t.ok(v)}}};function c1(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Ur._)`${r.scopeValue("wrapper",{ref:e})}.validate`}po.getValidate=c1;function fm(t,e,r,n){let{gen:i,it:s}=t,{allErrors:o,schemaEnv:a,opts:c}=s,l=c.passContext?Wa.default.this:Ur.nil;n?u():d();function u(){if(!a.$async)throw new Error("async schema referenced by sync schema");let y=i.let("valid");i.try(()=>{i.code((0,Ur._)`await ${(0,o1.callValidateCode)(t,e,l)}`),p(e),o||i.assign(y,!0)},h=>{i.if((0,Ur._)`!(${h} instanceof ${s.ValidationError})`,()=>i.throw(h)),f(h),o||i.assign(y,!1)}),t.ok(y)}function d(){t.result((0,o1.callValidateCode)(t,e,l),()=>p(e),()=>f(e))}function f(y){let h=(0,Ur._)`${y}.errors`;i.assign(Wa.default.vErrors,(0,Ur._)`${Wa.default.vErrors} === null ? ${h} : ${Wa.default.vErrors}.concat(${h})`),i.assign(Wa.default.errors,(0,Ur._)`${Wa.default.vErrors}.length`)}function p(y){var h;if(!s.opts.unevaluated)return;let v=(h=r?.validate)===null||h===void 0?void 0:h.evaluated;if(s.props!==!0)if(v&&!v.dynamicProps)v.props!==void 0&&(s.props=dm.mergeEvaluated.props(i,v.props,s.props));else{let S=i.var("props",(0,Ur._)`${y}.evaluated.props`);s.props=dm.mergeEvaluated.props(i,S,s.props,Ur.Name)}if(s.items!==!0)if(v&&!v.dynamicItems)v.items!==void 0&&(s.items=dm.mergeEvaluated.items(i,v.items,s.items));else{let S=i.var("items",(0,Ur._)`${y}.evaluated.items`);s.items=dm.mergeEvaluated.items(i,S,s.items,Ur.Name)}}}po.callRef=fm;po.default=K3});var l1=P(p_=>{"use strict";Object.defineProperty(p_,"__esModule",{value:!0});var X3=s1(),J3=pm(),Q3=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",X3.default,J3.default];p_.default=Q3});var u1=P(h_=>{"use strict";Object.defineProperty(h_,"__esModule",{value:!0});var hm=Te(),Ds=hm.operators,mm={maximum:{okStr:"<=",ok:Ds.LTE,fail:Ds.GT},minimum:{okStr:">=",ok:Ds.GTE,fail:Ds.LT},exclusiveMaximum:{okStr:"<",ok:Ds.LT,fail:Ds.GTE},exclusiveMinimum:{okStr:">",ok:Ds.GT,fail:Ds.LTE}},Z3={message:({keyword:t,schemaCode:e})=>(0,hm.str)`must be ${mm[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,hm._)`{comparison: ${mm[t].okStr}, limit: ${e}}`},eX={keyword:Object.keys(mm),type:"number",schemaType:"number",$data:!0,error:Z3,code(t){let{keyword:e,data:r,schemaCode:n}=t;t.fail$data((0,hm._)`${r} ${mm[e].fail} ${n} || isNaN(${r})`)}};h_.default=eX});var d1=P(m_=>{"use strict";Object.defineProperty(m_,"__esModule",{value:!0});var du=Te(),tX={message:({schemaCode:t})=>(0,du.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,du._)`{multipleOf: ${t}}`},rX={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:tX,code(t){let{gen:e,data:r,schemaCode:n,it:i}=t,s=i.opts.multipleOfPrecision,o=e.let("res"),a=s?(0,du._)`Math.abs(Math.round(${o}) - ${o}) > 1e-${s}`:(0,du._)`${o} !== parseInt(${o})`;t.fail$data((0,du._)`(${n} === 0 || (${o} = ${r}/${n}, ${a}))`)}};m_.default=rX});var p1=P(g_=>{"use strict";Object.defineProperty(g_,"__esModule",{value:!0});function f1(t){let e=t.length,r=0,n=0,i;for(;n<e;)r++,i=t.charCodeAt(n++),i>=55296&&i<=56319&&n<e&&(i=t.charCodeAt(n),(i&64512)===56320&&n++);return r}g_.default=f1;f1.code='require("ajv/dist/runtime/ucs2length").default'});var h1=P(y_=>{"use strict";Object.defineProperty(y_,"__esModule",{value:!0});var ho=Te(),nX=Ee(),iX=p1(),sX={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,ho.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,ho._)`{limit: ${t}}`},oX={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:sX,code(t){let{keyword:e,data:r,schemaCode:n,it:i}=t,s=e==="maxLength"?ho.operators.GT:ho.operators.LT,o=i.opts.unicode===!1?(0,ho._)`${r}.length`:(0,ho._)`${(0,nX.useFunc)(t.gen,iX.default)}(${r})`;t.fail$data((0,ho._)`${o} ${s} ${n}`)}};y_.default=oX});var m1=P(v_=>{"use strict";Object.defineProperty(v_,"__esModule",{value:!0});var aX=yn(),gm=Te(),cX={message:({schemaCode:t})=>(0,gm.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,gm._)`{pattern: ${t}}`},lX={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:cX,code(t){let{data:e,$data:r,schema:n,schemaCode:i,it:s}=t,o=s.opts.unicodeRegExp?"u":"",a=r?(0,gm._)`(new RegExp(${i}, ${o}))`:(0,aX.usePattern)(t,n);t.fail$data((0,gm._)`!${a}.test(${e})`)}};v_.default=lX});var g1=P(T_=>{"use strict";Object.defineProperty(T_,"__esModule",{value:!0});var fu=Te(),uX={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,fu.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,fu._)`{limit: ${t}}`},dX={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:uX,code(t){let{keyword:e,data:r,schemaCode:n}=t,i=e==="maxProperties"?fu.operators.GT:fu.operators.LT;t.fail$data((0,fu._)`Object.keys(${r}).length ${i} ${n}`)}};T_.default=dX});var y1=P(b_=>{"use strict";Object.defineProperty(b_,"__esModule",{value:!0});var pu=yn(),hu=Te(),fX=Ee(),pX={message:({params:{missingProperty:t}})=>(0,hu.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,hu._)`{missingProperty: ${t}}`},hX={keyword:"required",type:"object",schemaType:"array",$data:!0,error:pX,code(t){let{gen:e,schema:r,schemaCode:n,data:i,$data:s,it:o}=t,{opts:a}=o;if(!s&&r.length===0)return;let c=r.length>=a.loopRequired;if(o.allErrors?l():u(),a.strictRequired){let p=t.parentSchema.properties,{definedProperties:y}=t.it;for(let h of r)if(p?.[h]===void 0&&!y.has(h)){let v=o.schemaEnv.baseId+o.errSchemaPath,S=`required property "${h}" is not defined at "${v}" (strictRequired)`;(0,fX.checkStrictMode)(o,S,o.opts.strictRequired)}}function l(){if(c||s)t.block$data(hu.nil,d);else for(let p of r)(0,pu.checkReportMissingProp)(t,p)}function u(){let p=e.let("missing");if(c||s){let y=e.let("valid",!0);t.block$data(y,()=>f(p,y)),t.ok(y)}else e.if((0,pu.checkMissingProp)(t,r,p)),(0,pu.reportMissingProp)(t,p),e.else()}function d(){e.forOf("prop",n,p=>{t.setParams({missingProperty:p}),e.if((0,pu.noPropertyInData)(e,i,p,a.ownProperties),()=>t.error())})}function f(p,y){t.setParams({missingProperty:p}),e.forOf(p,n,()=>{e.assign(y,(0,pu.propertyInData)(e,i,p,a.ownProperties)),e.if((0,hu.not)(y),()=>{t.error(),e.break()})},hu.nil)}}};b_.default=hX});var v1=P(__=>{"use strict";Object.defineProperty(__,"__esModule",{value:!0});var mu=Te(),mX={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,mu.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,mu._)`{limit: ${t}}`},gX={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:mX,code(t){let{keyword:e,data:r,schemaCode:n}=t,i=e==="maxItems"?mu.operators.GT:mu.operators.LT;t.fail$data((0,mu._)`${r}.length ${i} ${n}`)}};__.default=gX});var ym=P(S_=>{"use strict";Object.defineProperty(S_,"__esModule",{value:!0});var T1=Gb();T1.code='require("ajv/dist/runtime/equal").default';S_.default=T1});var b1=P(P_=>{"use strict";Object.defineProperty(P_,"__esModule",{value:!0});var N_=eu(),or=Te(),yX=Ee(),vX=ym(),TX={message:({params:{i:t,j:e}})=>(0,or.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,or._)`{i: ${t}, j: ${e}}`},bX={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:TX,code(t){let{gen:e,data:r,$data:n,schema:i,parentSchema:s,schemaCode:o,it:a}=t;if(!n&&!i)return;let c=e.let("valid"),l=s.items?(0,N_.getSchemaTypes)(s.items):[];t.block$data(c,u,(0,or._)`${o} === false`),t.ok(c);function u(){let y=e.let("i",(0,or._)`${r}.length`),h=e.let("j");t.setParams({i:y,j:h}),e.assign(c,!0),e.if((0,or._)`${y} > 1`,()=>(d()?f:p)(y,h))}function d(){return l.length>0&&!l.some(y=>y==="object"||y==="array")}function f(y,h){let v=e.name("item"),S=(0,N_.checkDataTypes)(l,v,a.opts.strictNumbers,N_.DataType.Wrong),_=e.const("indices",(0,or._)`{}`);e.for((0,or._)`;${y}--;`,()=>{e.let(v,(0,or._)`${r}[${y}]`),e.if(S,(0,or._)`continue`),l.length>1&&e.if((0,or._)`typeof ${v} == "string"`,(0,or._)`${v} += "_"`),e.if((0,or._)`typeof ${_}[${v}] == "number"`,()=>{e.assign(h,(0,or._)`${_}[${v}]`),t.error(),e.assign(c,!1).break()}).code((0,or._)`${_}[${v}] = ${y}`)})}function p(y,h){let v=(0,yX.useFunc)(e,vX.default),S=e.name("outer");e.label(S).for((0,or._)`;${y}--;`,()=>e.for((0,or._)`${h} = ${y}; ${h}--;`,()=>e.if((0,or._)`${v}(${r}[${y}], ${r}[${h}])`,()=>{t.error(),e.assign(c,!1).break(S)})))}}};P_.default=bX});var _1=P(E_=>{"use strict";Object.defineProperty(E_,"__esModule",{value:!0});var R_=Te(),_X=Ee(),SX=ym(),NX={message:"must be equal to constant",params:({schemaCode:t})=>(0,R_._)`{allowedValue: ${t}}`},PX={keyword:"const",$data:!0,error:NX,code(t){let{gen:e,data:r,$data:n,schemaCode:i,schema:s}=t;n||s&&typeof s=="object"?t.fail$data((0,R_._)`!${(0,_X.useFunc)(e,SX.default)}(${r}, ${i})`):t.fail((0,R_._)`${s} !== ${r}`)}};E_.default=PX});var S1=P(w_=>{"use strict";Object.defineProperty(w_,"__esModule",{value:!0});var gu=Te(),RX=Ee(),EX=ym(),wX={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,gu._)`{allowedValues: ${t}}`},kX={keyword:"enum",schemaType:"array",$data:!0,error:wX,code(t){let{gen:e,data:r,$data:n,schema:i,schemaCode:s,it:o}=t;if(!n&&i.length===0)throw new Error("enum must have non-empty array");let a=i.length>=o.opts.loopEnum,c,l=()=>c??(c=(0,RX.useFunc)(e,EX.default)),u;if(a||n)u=e.let("valid"),t.block$data(u,d);else{if(!Array.isArray(i))throw new Error("ajv implementation error");let p=e.const("vSchema",s);u=(0,gu.or)(...i.map((y,h)=>f(p,h)))}t.pass(u);function d(){e.assign(u,!1),e.forOf("v",s,p=>e.if((0,gu._)`${l()}(${r}, ${p})`,()=>e.assign(u,!0).break()))}function f(p,y){let h=i[y];return typeof h=="object"&&h!==null?(0,gu._)`${l()}(${r}, ${p}[${y}])`:(0,gu._)`${r} === ${h}`}}};w_.default=kX});var N1=P(k_=>{"use strict";Object.defineProperty(k_,"__esModule",{value:!0});var CX=u1(),DX=d1(),AX=h1(),IX=m1(),OX=g1(),xX=y1(),MX=v1(),qX=b1(),LX=_1(),$X=S1(),BX=[CX.default,DX.default,AX.default,IX.default,OX.default,xX.default,MX.default,qX.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},LX.default,$X.default];k_.default=BX});var D_=P(yu=>{"use strict";Object.defineProperty(yu,"__esModule",{value:!0});yu.validateAdditionalItems=void 0;var mo=Te(),C_=Ee(),FX={message:({params:{len:t}})=>(0,mo.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,mo._)`{limit: ${t}}`},jX={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:FX,code(t){let{parentSchema:e,it:r}=t,{items:n}=e;if(!Array.isArray(n)){(0,C_.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}P1(t,n)}};function P1(t,e){let{gen:r,schema:n,data:i,keyword:s,it:o}=t;o.items=!0;let a=r.const("len",(0,mo._)`${i}.length`);if(n===!1)t.setParams({len:e.length}),t.pass((0,mo._)`${a} <= ${e.length}`);else if(typeof n=="object"&&!(0,C_.alwaysValidSchema)(o,n)){let l=r.var("valid",(0,mo._)`${a} <= ${e.length}`);r.if((0,mo.not)(l),()=>c(l)),t.ok(l)}function c(l){r.forRange("i",e.length,a,u=>{t.subschema({keyword:s,dataProp:u,dataPropType:C_.Type.Num},l),o.allErrors||r.if((0,mo.not)(l),()=>r.break())})}}yu.validateAdditionalItems=P1;yu.default=jX});var A_=P(vu=>{"use strict";Object.defineProperty(vu,"__esModule",{value:!0});vu.validateTuple=void 0;var R1=Te(),vm=Ee(),UX=yn(),HX={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return E1(t,"additionalItems",e);r.items=!0,!(0,vm.alwaysValidSchema)(r,e)&&t.ok((0,UX.validateArray)(t))}};function E1(t,e,r=t.schema){let{gen:n,parentSchema:i,data:s,keyword:o,it:a}=t;u(i),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=vm.mergeEvaluated.items(n,r.length,a.items));let c=n.name("valid"),l=n.const("len",(0,R1._)`${s}.length`);r.forEach((d,f)=>{(0,vm.alwaysValidSchema)(a,d)||(n.if((0,R1._)`${l} > ${f}`,()=>t.subschema({keyword:o,schemaProp:f,dataProp:f},c)),t.ok(c))});function u(d){let{opts:f,errSchemaPath:p}=a,y=r.length,h=y===d.minItems&&(y===d.maxItems||d[e]===!1);if(f.strictTuples&&!h){let v=`"${o}" is ${y}-tuple, but minItems or maxItems/${e} are not specified or different at path "${p}"`;(0,vm.checkStrictMode)(a,v,f.strictTuples)}}}vu.validateTuple=E1;vu.default=HX});var w1=P(I_=>{"use strict";Object.defineProperty(I_,"__esModule",{value:!0});var VX=A_(),zX={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,VX.validateTuple)(t,"items")};I_.default=zX});var C1=P(O_=>{"use strict";Object.defineProperty(O_,"__esModule",{value:!0});var k1=Te(),WX=Ee(),GX=yn(),YX=D_(),KX={message:({params:{len:t}})=>(0,k1.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,k1._)`{limit: ${t}}`},XX={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:KX,code(t){let{schema:e,parentSchema:r,it:n}=t,{prefixItems:i}=r;n.items=!0,!(0,WX.alwaysValidSchema)(n,e)&&(i?(0,YX.validateAdditionalItems)(t,i):t.ok((0,GX.validateArray)(t)))}};O_.default=XX});var D1=P(x_=>{"use strict";Object.defineProperty(x_,"__esModule",{value:!0});var Tn=Te(),Tm=Ee(),JX={message:({params:{min:t,max:e}})=>e===void 0?(0,Tn.str)`must contain at least ${t} valid item(s)`:(0,Tn.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,Tn._)`{minContains: ${t}}`:(0,Tn._)`{minContains: ${t}, maxContains: ${e}}`},QX={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:JX,code(t){let{gen:e,schema:r,parentSchema:n,data:i,it:s}=t,o,a,{minContains:c,maxContains:l}=n;s.opts.next?(o=c===void 0?1:c,a=l):o=1;let u=e.const("len",(0,Tn._)`${i}.length`);if(t.setParams({min:o,max:a}),a===void 0&&o===0){(0,Tm.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&o>a){(0,Tm.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,Tm.alwaysValidSchema)(s,r)){let h=(0,Tn._)`${u} >= ${o}`;a!==void 0&&(h=(0,Tn._)`${h} && ${u} <= ${a}`),t.pass(h);return}s.items=!0;let d=e.name("valid");a===void 0&&o===1?p(d,()=>e.if(d,()=>e.break())):o===0?(e.let(d,!0),a!==void 0&&e.if((0,Tn._)`${i}.length > 0`,f)):(e.let(d,!1),f()),t.result(d,()=>t.reset());function f(){let h=e.name("_valid"),v=e.let("count",0);p(h,()=>e.if(h,()=>y(v)))}function p(h,v){e.forRange("i",0,u,S=>{t.subschema({keyword:"contains",dataProp:S,dataPropType:Tm.Type.Num,compositeRule:!0},h),v()})}function y(h){e.code((0,Tn._)`${h}++`),a===void 0?e.if((0,Tn._)`${h} >= ${o}`,()=>e.assign(d,!0).break()):(e.if((0,Tn._)`${h} > ${a}`,()=>e.assign(d,!1).break()),o===1?e.assign(d,!0):e.if((0,Tn._)`${h} >= ${o}`,()=>e.assign(d,!0)))}}};x_.default=QX});var bm=P(pi=>{"use strict";Object.defineProperty(pi,"__esModule",{value:!0});pi.validateSchemaDeps=pi.validatePropertyDeps=pi.error=void 0;var M_=Te(),ZX=Ee(),Tu=yn();pi.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let n=e===1?"property":"properties";return(0,M_.str)`must have ${n} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:n}})=>(0,M_._)`{property: ${t},
180
- missingProperty: ${n},
181
- depsCount: ${e},
182
- deps: ${r}}`};var e4={keyword:"dependencies",type:"object",schemaType:"object",error:pi.error,code(t){let[e,r]=t4(t);A1(t,e),I1(t,r)}};function t4({schema:t}){let e={},r={};for(let n in t){if(n==="__proto__")continue;let i=Array.isArray(t[n])?e:r;i[n]=t[n]}return[e,r]}function A1(t,e=t.schema){let{gen:r,data:n,it:i}=t;if(Object.keys(e).length===0)return;let s=r.let("missing");for(let o in e){let a=e[o];if(a.length===0)continue;let c=(0,Tu.propertyInData)(r,n,o,i.opts.ownProperties);t.setParams({property:o,depsCount:a.length,deps:a.join(", ")}),i.allErrors?r.if(c,()=>{for(let l of a)(0,Tu.checkReportMissingProp)(t,l)}):(r.if((0,M_._)`${c} && (${(0,Tu.checkMissingProp)(t,a,s)})`),(0,Tu.reportMissingProp)(t,s),r.else())}}pi.validatePropertyDeps=A1;function I1(t,e=t.schema){let{gen:r,data:n,keyword:i,it:s}=t,o=r.name("valid");for(let a in e)(0,ZX.alwaysValidSchema)(s,e[a])||(r.if((0,Tu.propertyInData)(r,n,a,s.opts.ownProperties),()=>{let c=t.subschema({keyword:i,schemaProp:a},o);t.mergeValidEvaluated(c,o)},()=>r.var(o,!0)),t.ok(o))}pi.validateSchemaDeps=I1;pi.default=e4});var x1=P(q_=>{"use strict";Object.defineProperty(q_,"__esModule",{value:!0});var O1=Te(),r4=Ee(),n4={message:"property name must be valid",params:({params:t})=>(0,O1._)`{propertyName: ${t.propertyName}}`},i4={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:n4,code(t){let{gen:e,schema:r,data:n,it:i}=t;if((0,r4.alwaysValidSchema)(i,r))return;let s=e.name("valid");e.forIn("key",n,o=>{t.setParams({propertyName:o}),t.subschema({keyword:"propertyNames",data:o,dataTypes:["string"],propertyName:o,compositeRule:!0},s),e.if((0,O1.not)(s),()=>{t.error(!0),i.allErrors||e.break()})}),t.ok(s)}};q_.default=i4});var $_=P(L_=>{"use strict";Object.defineProperty(L_,"__esModule",{value:!0});var _m=yn(),Hn=Te(),s4=gn(),Sm=Ee(),o4={message:"must NOT have additional properties",params:({params:t})=>(0,Hn._)`{additionalProperty: ${t.additionalProperty}}`},a4={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:o4,code(t){let{gen:e,schema:r,parentSchema:n,data:i,errsCount:s,it:o}=t;if(!s)throw new Error("ajv implementation error");let{allErrors:a,opts:c}=o;if(o.props=!0,c.removeAdditional!=="all"&&(0,Sm.alwaysValidSchema)(o,r))return;let l=(0,_m.allSchemaProperties)(n.properties),u=(0,_m.allSchemaProperties)(n.patternProperties);d(),t.ok((0,Hn._)`${s} === ${s4.default.errors}`);function d(){e.forIn("key",i,v=>{!l.length&&!u.length?y(v):e.if(f(v),()=>y(v))})}function f(v){let S;if(l.length>8){let _=(0,Sm.schemaRefOrVal)(o,n.properties,"properties");S=(0,_m.isOwnProperty)(e,_,v)}else l.length?S=(0,Hn.or)(...l.map(_=>(0,Hn._)`${v} === ${_}`)):S=Hn.nil;return u.length&&(S=(0,Hn.or)(S,...u.map(_=>(0,Hn._)`${(0,_m.usePattern)(t,_)}.test(${v})`))),(0,Hn.not)(S)}function p(v){e.code((0,Hn._)`delete ${i}[${v}]`)}function y(v){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){p(v);return}if(r===!1){t.setParams({additionalProperty:v}),t.error(),a||e.break();return}if(typeof r=="object"&&!(0,Sm.alwaysValidSchema)(o,r)){let S=e.name("valid");c.removeAdditional==="failing"?(h(v,S,!1),e.if((0,Hn.not)(S),()=>{t.reset(),p(v)})):(h(v,S),a||e.if((0,Hn.not)(S),()=>e.break()))}}function h(v,S,_){let T={keyword:"additionalProperties",dataProp:v,dataPropType:Sm.Type.Str};_===!1&&Object.assign(T,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(T,S)}}};L_.default=a4});var L1=P(F_=>{"use strict";Object.defineProperty(F_,"__esModule",{value:!0});var c4=iu(),M1=yn(),B_=Ee(),q1=$_(),l4={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,parentSchema:n,data:i,it:s}=t;s.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&q1.default.code(new c4.KeywordCxt(s,q1.default,"additionalProperties"));let o=(0,M1.allSchemaProperties)(r);for(let d of o)s.definedProperties.add(d);s.opts.unevaluated&&o.length&&s.props!==!0&&(s.props=B_.mergeEvaluated.props(e,(0,B_.toHash)(o),s.props));let a=o.filter(d=>!(0,B_.alwaysValidSchema)(s,r[d]));if(a.length===0)return;let c=e.name("valid");for(let d of a)l(d)?u(d):(e.if((0,M1.propertyInData)(e,i,d,s.opts.ownProperties)),u(d),s.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(d),t.ok(c);function l(d){return s.opts.useDefaults&&!s.compositeRule&&r[d].default!==void 0}function u(d){t.subschema({keyword:"properties",schemaProp:d,dataProp:d},c)}}};F_.default=l4});var j1=P(j_=>{"use strict";Object.defineProperty(j_,"__esModule",{value:!0});var $1=yn(),Nm=Te(),B1=Ee(),F1=Ee(),u4={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,data:n,parentSchema:i,it:s}=t,{opts:o}=s,a=(0,$1.allSchemaProperties)(r),c=a.filter(h=>(0,B1.alwaysValidSchema)(s,r[h]));if(a.length===0||c.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let l=o.strictSchema&&!o.allowMatchingProperties&&i.properties,u=e.name("valid");s.props!==!0&&!(s.props instanceof Nm.Name)&&(s.props=(0,F1.evaluatedPropsToName)(e,s.props));let{props:d}=s;f();function f(){for(let h of a)l&&p(h),s.allErrors?y(h):(e.var(u,!0),y(h),e.if(u))}function p(h){for(let v in l)new RegExp(h).test(v)&&(0,B1.checkStrictMode)(s,`property ${v} matches pattern ${h} (use allowMatchingProperties)`)}function y(h){e.forIn("key",n,v=>{e.if((0,Nm._)`${(0,$1.usePattern)(t,h)}.test(${v})`,()=>{let S=c.includes(h);S||t.subschema({keyword:"patternProperties",schemaProp:h,dataProp:v,dataPropType:F1.Type.Str},u),s.opts.unevaluated&&d!==!0?e.assign((0,Nm._)`${d}[${v}]`,!0):!S&&!s.allErrors&&e.if((0,Nm.not)(u),()=>e.break())})})}}};j_.default=u4});var U1=P(U_=>{"use strict";Object.defineProperty(U_,"__esModule",{value:!0});var d4=Ee(),f4={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:n}=t;if((0,d4.alwaysValidSchema)(n,r)){t.fail();return}let i=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},i),t.failResult(i,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};U_.default=f4});var H1=P(H_=>{"use strict";Object.defineProperty(H_,"__esModule",{value:!0});var p4=yn(),h4={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:p4.validateUnion,error:{message:"must match a schema in anyOf"}};H_.default=h4});var V1=P(V_=>{"use strict";Object.defineProperty(V_,"__esModule",{value:!0});var Pm=Te(),m4=Ee(),g4={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,Pm._)`{passingSchemas: ${t.passing}}`},y4={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:g4,code(t){let{gen:e,schema:r,parentSchema:n,it:i}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(i.opts.discriminator&&n.discriminator)return;let s=r,o=e.let("valid",!1),a=e.let("passing",null),c=e.name("_valid");t.setParams({passing:a}),e.block(l),t.result(o,()=>t.reset(),()=>t.error(!0));function l(){s.forEach((u,d)=>{let f;(0,m4.alwaysValidSchema)(i,u)?e.var(c,!0):f=t.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},c),d>0&&e.if((0,Pm._)`${c} && ${o}`).assign(o,!1).assign(a,(0,Pm._)`[${a}, ${d}]`).else(),e.if(c,()=>{e.assign(o,!0),e.assign(a,d),f&&t.mergeEvaluated(f,Pm.Name)})})}}};V_.default=y4});var z1=P(z_=>{"use strict";Object.defineProperty(z_,"__esModule",{value:!0});var v4=Ee(),T4={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:r,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");let i=e.name("valid");r.forEach((s,o)=>{if((0,v4.alwaysValidSchema)(n,s))return;let a=t.subschema({keyword:"allOf",schemaProp:o},i);t.ok(i),t.mergeEvaluated(a)})}};z_.default=T4});var Y1=P(W_=>{"use strict";Object.defineProperty(W_,"__esModule",{value:!0});var Rm=Te(),G1=Ee(),b4={message:({params:t})=>(0,Rm.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,Rm._)`{failingKeyword: ${t.ifClause}}`},_4={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:b4,code(t){let{gen:e,parentSchema:r,it:n}=t;r.then===void 0&&r.else===void 0&&(0,G1.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let i=W1(n,"then"),s=W1(n,"else");if(!i&&!s)return;let o=e.let("valid",!0),a=e.name("_valid");if(c(),t.reset(),i&&s){let u=e.let("ifClause");t.setParams({ifClause:u}),e.if(a,l("then",u),l("else",u))}else i?e.if(a,l("then")):e.if((0,Rm.not)(a),l("else"));t.pass(o,()=>t.error(!0));function c(){let u=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);t.mergeEvaluated(u)}function l(u,d){return()=>{let f=t.subschema({keyword:u},a);e.assign(o,a),t.mergeValidEvaluated(f,o),d?e.assign(d,(0,Rm._)`${u}`):t.setParams({ifClause:u})}}}};function W1(t,e){let r=t.schema[e];return r!==void 0&&!(0,G1.alwaysValidSchema)(t,r)}W_.default=_4});var K1=P(G_=>{"use strict";Object.defineProperty(G_,"__esModule",{value:!0});var S4=Ee(),N4={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,S4.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};G_.default=N4});var X1=P(Y_=>{"use strict";Object.defineProperty(Y_,"__esModule",{value:!0});var P4=D_(),R4=w1(),E4=A_(),w4=C1(),k4=D1(),C4=bm(),D4=x1(),A4=$_(),I4=L1(),O4=j1(),x4=U1(),M4=H1(),q4=V1(),L4=z1(),$4=Y1(),B4=K1();function F4(t=!1){let e=[x4.default,M4.default,q4.default,L4.default,$4.default,B4.default,D4.default,A4.default,C4.default,I4.default,O4.default];return t?e.push(R4.default,w4.default):e.push(P4.default,E4.default),e.push(k4.default),e}Y_.default=F4});var J1=P(K_=>{"use strict";Object.defineProperty(K_,"__esModule",{value:!0});var Ot=Te(),j4={message:({schemaCode:t})=>(0,Ot.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,Ot._)`{format: ${t}}`},U4={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:j4,code(t,e){let{gen:r,data:n,$data:i,schema:s,schemaCode:o,it:a}=t,{opts:c,errSchemaPath:l,schemaEnv:u,self:d}=a;if(!c.validateFormats)return;i?f():p();function f(){let y=r.scopeValue("formats",{ref:d.formats,code:c.code.formats}),h=r.const("fDef",(0,Ot._)`${y}[${o}]`),v=r.let("fType"),S=r.let("format");r.if((0,Ot._)`typeof ${h} == "object" && !(${h} instanceof RegExp)`,()=>r.assign(v,(0,Ot._)`${h}.type || "string"`).assign(S,(0,Ot._)`${h}.validate`),()=>r.assign(v,(0,Ot._)`"string"`).assign(S,h)),t.fail$data((0,Ot.or)(_(),T()));function _(){return c.strictSchema===!1?Ot.nil:(0,Ot._)`${o} && !${S}`}function T(){let R=u.$async?(0,Ot._)`(${h}.async ? await ${S}(${n}) : ${S}(${n}))`:(0,Ot._)`${S}(${n})`,C=(0,Ot._)`(typeof ${S} == "function" ? ${R} : ${S}.test(${n}))`;return(0,Ot._)`${S} && ${S} !== true && ${v} === ${e} && !${C}`}}function p(){let y=d.formats[s];if(!y){_();return}if(y===!0)return;let[h,v,S]=T(y);h===e&&t.pass(R());function _(){if(c.strictSchema===!1){d.logger.warn(C());return}throw new Error(C());function C(){return`unknown format "${s}" ignored in schema at path "${l}"`}}function T(C){let B=C instanceof RegExp?(0,Ot.regexpCode)(C):c.code.formats?(0,Ot._)`${c.code.formats}${(0,Ot.getProperty)(s)}`:void 0,U=r.scopeValue("formats",{key:s,ref:C,code:B});return typeof C=="object"&&!(C instanceof RegExp)?[C.type||"string",C.validate,(0,Ot._)`${U}.validate`]:["string",C,U]}function R(){if(typeof y=="object"&&!(y instanceof RegExp)&&y.async){if(!u.$async)throw new Error("async format in sync schema");return(0,Ot._)`await ${S}(${n})`}return typeof v=="function"?(0,Ot._)`${S}(${n})`:(0,Ot._)`${S}.test(${n})`}}}};K_.default=U4});var Q1=P(X_=>{"use strict";Object.defineProperty(X_,"__esModule",{value:!0});var H4=J1(),V4=[H4.default];X_.default=V4});var Z1=P(Ga=>{"use strict";Object.defineProperty(Ga,"__esModule",{value:!0});Ga.contentVocabulary=Ga.metadataVocabulary=void 0;Ga.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Ga.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var t$=P(J_=>{"use strict";Object.defineProperty(J_,"__esModule",{value:!0});var z4=l1(),W4=N1(),G4=X1(),Y4=Q1(),e$=Z1(),K4=[z4.default,W4.default,(0,G4.default)(),Y4.default,e$.metadataVocabulary,e$.contentVocabulary];J_.default=K4});var Z_=P(bu=>{"use strict";Object.defineProperty(bu,"__esModule",{value:!0});bu.dynamicAnchor=void 0;var Q_=Te(),X4=gn(),r$=ou(),J4=pm(),Q4={keyword:"$dynamicAnchor",schemaType:"string",code:t=>n$(t,t.schema)};function n$(t,e){let{gen:r,it:n}=t;n.schemaEnv.root.dynamicAnchors[e]=!0;let i=(0,Q_._)`${X4.default.dynamicAnchors}${(0,Q_.getProperty)(e)}`,s=n.errSchemaPath==="#"?n.validateName:Z4(t);r.if((0,Q_._)`!${i}`,()=>r.assign(i,s))}bu.dynamicAnchor=n$;function Z4(t){let{schemaEnv:e,schema:r,self:n}=t.it,{root:i,baseId:s,localRefs:o,meta:a}=e.root,{schemaId:c}=n.opts,l=new r$.SchemaEnv({schema:r,schemaId:c,root:i,baseId:s,localRefs:o,meta:a});return r$.compileSchema.call(n,l),(0,J4.getValidate)(t,l)}bu.default=Q4});var eS=P(_u=>{"use strict";Object.defineProperty(_u,"__esModule",{value:!0});_u.dynamicRef=void 0;var i$=Te(),e9=gn(),s$=pm(),t9={keyword:"$dynamicRef",schemaType:"string",code:t=>o$(t,t.schema)};function o$(t,e){let{gen:r,keyword:n,it:i}=t;if(e[0]!=="#")throw new Error(`"${n}" only supports hash fragment reference`);let s=e.slice(1);if(i.allErrors)o();else{let c=r.let("valid",!1);o(c),t.ok(c)}function o(c){if(i.schemaEnv.root.dynamicAnchors[s]){let l=r.let("_v",(0,i$._)`${e9.default.dynamicAnchors}${(0,i$.getProperty)(s)}`);r.if(l,a(l,c),a(i.validateName,c))}else a(i.validateName,c)()}function a(c,l){return l?()=>r.block(()=>{(0,s$.callRef)(t,c),r.let(l,!0)}):()=>(0,s$.callRef)(t,c)}}_u.dynamicRef=o$;_u.default=t9});var a$=P(tS=>{"use strict";Object.defineProperty(tS,"__esModule",{value:!0});var r9=Z_(),n9=Ee(),i9={keyword:"$recursiveAnchor",schemaType:"boolean",code(t){t.schema?(0,r9.dynamicAnchor)(t,""):(0,n9.checkStrictMode)(t.it,"$recursiveAnchor: false is ignored")}};tS.default=i9});var c$=P(rS=>{"use strict";Object.defineProperty(rS,"__esModule",{value:!0});var s9=eS(),o9={keyword:"$recursiveRef",schemaType:"string",code:t=>(0,s9.dynamicRef)(t,t.schema)};rS.default=o9});var l$=P(nS=>{"use strict";Object.defineProperty(nS,"__esModule",{value:!0});var a9=Z_(),c9=eS(),l9=a$(),u9=c$(),d9=[a9.default,c9.default,l9.default,u9.default];nS.default=d9});var d$=P(iS=>{"use strict";Object.defineProperty(iS,"__esModule",{value:!0});var u$=bm(),f9={keyword:"dependentRequired",type:"object",schemaType:"object",error:u$.error,code:t=>(0,u$.validatePropertyDeps)(t)};iS.default=f9});var f$=P(sS=>{"use strict";Object.defineProperty(sS,"__esModule",{value:!0});var p9=bm(),h9={keyword:"dependentSchemas",type:"object",schemaType:"object",code:t=>(0,p9.validateSchemaDeps)(t)};sS.default=h9});var p$=P(oS=>{"use strict";Object.defineProperty(oS,"__esModule",{value:!0});var m9=Ee(),g9={keyword:["maxContains","minContains"],type:"array",schemaType:"number",code({keyword:t,parentSchema:e,it:r}){e.contains===void 0&&(0,m9.checkStrictMode)(r,`"${t}" without "contains" is ignored`)}};oS.default=g9});var h$=P(aS=>{"use strict";Object.defineProperty(aS,"__esModule",{value:!0});var y9=d$(),v9=f$(),T9=p$(),b9=[y9.default,v9.default,T9.default];aS.default=b9});var g$=P(cS=>{"use strict";Object.defineProperty(cS,"__esModule",{value:!0});var As=Te(),m$=Ee(),_9=gn(),S9={message:"must NOT have unevaluated properties",params:({params:t})=>(0,As._)`{unevaluatedProperty: ${t.unevaluatedProperty}}`},N9={keyword:"unevaluatedProperties",type:"object",schemaType:["boolean","object"],trackErrors:!0,error:S9,code(t){let{gen:e,schema:r,data:n,errsCount:i,it:s}=t;if(!i)throw new Error("ajv implementation error");let{allErrors:o,props:a}=s;a instanceof As.Name?e.if((0,As._)`${a} !== true`,()=>e.forIn("key",n,d=>e.if(l(a,d),()=>c(d)))):a!==!0&&e.forIn("key",n,d=>a===void 0?c(d):e.if(u(a,d),()=>c(d))),s.props=!0,t.ok((0,As._)`${i} === ${_9.default.errors}`);function c(d){if(r===!1){t.setParams({unevaluatedProperty:d}),t.error(),o||e.break();return}if(!(0,m$.alwaysValidSchema)(s,r)){let f=e.name("valid");t.subschema({keyword:"unevaluatedProperties",dataProp:d,dataPropType:m$.Type.Str},f),o||e.if((0,As.not)(f),()=>e.break())}}function l(d,f){return(0,As._)`!${d} || !${d}[${f}]`}function u(d,f){let p=[];for(let y in d)d[y]===!0&&p.push((0,As._)`${f} !== ${y}`);return(0,As.and)(...p)}}};cS.default=N9});var v$=P(lS=>{"use strict";Object.defineProperty(lS,"__esModule",{value:!0});var go=Te(),y$=Ee(),P9={message:({params:{len:t}})=>(0,go.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,go._)`{limit: ${t}}`},R9={keyword:"unevaluatedItems",type:"array",schemaType:["boolean","object"],error:P9,code(t){let{gen:e,schema:r,data:n,it:i}=t,s=i.items||0;if(s===!0)return;let o=e.const("len",(0,go._)`${n}.length`);if(r===!1)t.setParams({len:s}),t.fail((0,go._)`${o} > ${s}`);else if(typeof r=="object"&&!(0,y$.alwaysValidSchema)(i,r)){let c=e.var("valid",(0,go._)`${o} <= ${s}`);e.if((0,go.not)(c),()=>a(c,s)),t.ok(c)}i.items=!0;function a(c,l){e.forRange("i",l,o,u=>{t.subschema({keyword:"unevaluatedItems",dataProp:u,dataPropType:y$.Type.Num},c),i.allErrors||e.if((0,go.not)(c),()=>e.break())})}}};lS.default=R9});var T$=P(uS=>{"use strict";Object.defineProperty(uS,"__esModule",{value:!0});var E9=g$(),w9=v$(),k9=[E9.default,w9.default];uS.default=k9});var _$=P(Em=>{"use strict";Object.defineProperty(Em,"__esModule",{value:!0});Em.DiscrError=void 0;var b$;(function(t){t.Tag="tag",t.Mapping="mapping"})(b$||(Em.DiscrError=b$={}))});var N$=P(fS=>{"use strict";Object.defineProperty(fS,"__esModule",{value:!0});var Ya=Te(),dS=_$(),S$=ou(),C9=su(),D9=Ee(),A9={message:({params:{discrError:t,tagName:e}})=>t===dS.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,Ya._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},I9={keyword:"discriminator",type:"object",schemaType:"object",error:A9,code(t){let{gen:e,data:r,schema:n,parentSchema:i,it:s}=t,{oneOf:o}=i;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!o)throw new Error("discriminator: requires oneOf keyword");let c=e.let("valid",!1),l=e.const("tag",(0,Ya._)`${r}${(0,Ya.getProperty)(a)}`);e.if((0,Ya._)`typeof ${l} == "string"`,()=>u(),()=>t.error(!1,{discrError:dS.DiscrError.Tag,tag:l,tagName:a})),t.ok(c);function u(){let p=f();e.if(!1);for(let y in p)e.elseIf((0,Ya._)`${l} === ${y}`),e.assign(c,d(p[y]));e.else(),t.error(!1,{discrError:dS.DiscrError.Mapping,tag:l,tagName:a}),e.endIf()}function d(p){let y=e.name("valid"),h=t.subschema({keyword:"oneOf",schemaProp:p},y);return t.mergeEvaluated(h,Ya.Name),y}function f(){var p;let y={},h=S(i),v=!0;for(let R=0;R<o.length;R++){let C=o[R];if(C?.$ref&&!(0,D9.schemaHasRulesButRef)(C,s.self.RULES)){let U=C.$ref;if(C=S$.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,U),C instanceof S$.SchemaEnv&&(C=C.schema),C===void 0)throw new C9.default(s.opts.uriResolver,s.baseId,U)}let B=(p=C?.properties)===null||p===void 0?void 0:p[a];if(typeof B!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);v=v&&(h||S(C)),_(B,R)}if(!v)throw new Error(`discriminator: "${a}" must be required`);return y;function S({required:R}){return Array.isArray(R)&&R.includes(a)}function _(R,C){if(R.const)T(R.const,C);else if(R.enum)for(let B of R.enum)T(B,C);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function T(R,C){if(typeof R!="string"||R in y)throw new Error(`discriminator: "${a}" values must be unique strings`);y[R]=C}}}};fS.default=I9});var P$=P((gEe,O9)=>{O9.exports={$schema:"https://json-schema.org/draft/2019-09/schema",$id:"https://json-schema.org/draft/2019-09/schema",$vocabulary:{"https://json-schema.org/draft/2019-09/vocab/core":!0,"https://json-schema.org/draft/2019-09/vocab/applicator":!0,"https://json-schema.org/draft/2019-09/vocab/validation":!0,"https://json-schema.org/draft/2019-09/vocab/meta-data":!0,"https://json-schema.org/draft/2019-09/vocab/format":!1,"https://json-schema.org/draft/2019-09/vocab/content":!0},$recursiveAnchor:!0,title:"Core and Validation specifications meta-schema",allOf:[{$ref:"meta/core"},{$ref:"meta/applicator"},{$ref:"meta/validation"},{$ref:"meta/meta-data"},{$ref:"meta/format"},{$ref:"meta/content"}],type:["object","boolean"],properties:{definitions:{$comment:"While no longer an official keyword as it is replaced by $defs, this keyword is retained in the meta-schema to prevent incompatible extensions as it remains in common use.",type:"object",additionalProperties:{$recursiveRef:"#"},default:{}},dependencies:{$comment:'"dependencies" is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to "dependentSchemas" and "dependentRequired"',type:"object",additionalProperties:{anyOf:[{$recursiveRef:"#"},{$ref:"meta/validation#/$defs/stringArray"}]}}}}});var R$=P((yEe,x9)=>{x9.exports={$schema:"https://json-schema.org/draft/2019-09/schema",$id:"https://json-schema.org/draft/2019-09/meta/applicator",$vocabulary:{"https://json-schema.org/draft/2019-09/vocab/applicator":!0},$recursiveAnchor:!0,title:"Applicator vocabulary meta-schema",type:["object","boolean"],properties:{additionalItems:{$recursiveRef:"#"},unevaluatedItems:{$recursiveRef:"#"},items:{anyOf:[{$recursiveRef:"#"},{$ref:"#/$defs/schemaArray"}]},contains:{$recursiveRef:"#"},additionalProperties:{$recursiveRef:"#"},unevaluatedProperties:{$recursiveRef:"#"},properties:{type:"object",additionalProperties:{$recursiveRef:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$recursiveRef:"#"},propertyNames:{format:"regex"},default:{}},dependentSchemas:{type:"object",additionalProperties:{$recursiveRef:"#"}},propertyNames:{$recursiveRef:"#"},if:{$recursiveRef:"#"},then:{$recursiveRef:"#"},else:{$recursiveRef:"#"},allOf:{$ref:"#/$defs/schemaArray"},anyOf:{$ref:"#/$defs/schemaArray"},oneOf:{$ref:"#/$defs/schemaArray"},not:{$recursiveRef:"#"}},$defs:{schemaArray:{type:"array",minItems:1,items:{$recursiveRef:"#"}}}}});var E$=P((vEe,M9)=>{M9.exports={$schema:"https://json-schema.org/draft/2019-09/schema",$id:"https://json-schema.org/draft/2019-09/meta/content",$vocabulary:{"https://json-schema.org/draft/2019-09/vocab/content":!0},$recursiveAnchor:!0,title:"Content vocabulary meta-schema",type:["object","boolean"],properties:{contentMediaType:{type:"string"},contentEncoding:{type:"string"},contentSchema:{$recursiveRef:"#"}}}});var w$=P((TEe,q9)=>{q9.exports={$schema:"https://json-schema.org/draft/2019-09/schema",$id:"https://json-schema.org/draft/2019-09/meta/core",$vocabulary:{"https://json-schema.org/draft/2019-09/vocab/core":!0},$recursiveAnchor:!0,title:"Core vocabulary meta-schema",type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference",$comment:"Non-empty fragments not allowed.",pattern:"^[^#]*#?$"},$schema:{type:"string",format:"uri"},$anchor:{type:"string",pattern:"^[A-Za-z][-A-Za-z0-9.:_]*$"},$ref:{type:"string",format:"uri-reference"},$recursiveRef:{type:"string",format:"uri-reference"},$recursiveAnchor:{type:"boolean",default:!1},$vocabulary:{type:"object",propertyNames:{type:"string",format:"uri"},additionalProperties:{type:"boolean"}},$comment:{type:"string"},$defs:{type:"object",additionalProperties:{$recursiveRef:"#"},default:{}}}}});var k$=P((bEe,L9)=>{L9.exports={$schema:"https://json-schema.org/draft/2019-09/schema",$id:"https://json-schema.org/draft/2019-09/meta/format",$vocabulary:{"https://json-schema.org/draft/2019-09/vocab/format":!0},$recursiveAnchor:!0,title:"Format vocabulary meta-schema",type:["object","boolean"],properties:{format:{type:"string"}}}});var C$=P((_Ee,$9)=>{$9.exports={$schema:"https://json-schema.org/draft/2019-09/schema",$id:"https://json-schema.org/draft/2019-09/meta/meta-data",$vocabulary:{"https://json-schema.org/draft/2019-09/vocab/meta-data":!0},$recursiveAnchor:!0,title:"Meta-data vocabulary meta-schema",type:["object","boolean"],properties:{title:{type:"string"},description:{type:"string"},default:!0,deprecated:{type:"boolean",default:!1},readOnly:{type:"boolean",default:!1},writeOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0}}}});var D$=P((SEe,B9)=>{B9.exports={$schema:"https://json-schema.org/draft/2019-09/schema",$id:"https://json-schema.org/draft/2019-09/meta/validation",$vocabulary:{"https://json-schema.org/draft/2019-09/vocab/validation":!0},$recursiveAnchor:!0,title:"Validation vocabulary meta-schema",type:["object","boolean"],properties:{multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/$defs/nonNegativeInteger"},minLength:{$ref:"#/$defs/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},maxItems:{$ref:"#/$defs/nonNegativeInteger"},minItems:{$ref:"#/$defs/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},maxContains:{$ref:"#/$defs/nonNegativeInteger"},minContains:{$ref:"#/$defs/nonNegativeInteger",default:1},maxProperties:{$ref:"#/$defs/nonNegativeInteger"},minProperties:{$ref:"#/$defs/nonNegativeIntegerDefault0"},required:{$ref:"#/$defs/stringArray"},dependentRequired:{type:"object",additionalProperties:{$ref:"#/$defs/stringArray"}},const:!0,enum:{type:"array",items:!0},type:{anyOf:[{$ref:"#/$defs/simpleTypes"},{type:"array",items:{$ref:"#/$defs/simpleTypes"},minItems:1,uniqueItems:!0}]}},$defs:{nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{$ref:"#/$defs/nonNegativeInteger",default:0},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}}}});var A$=P(pS=>{"use strict";Object.defineProperty(pS,"__esModule",{value:!0});var F9=P$(),j9=R$(),U9=E$(),H9=w$(),V9=k$(),z9=C$(),W9=D$(),G9=["/properties"];function Y9(t){return[F9,j9,U9,H9,e(this,V9),z9,e(this,W9)].forEach(r=>this.addMetaSchema(r,void 0,!1)),this;function e(r,n){return t?r.$dataMetaSchema(n,G9):n}}pS.default=Y9});var I$=P((vt,mS)=>{"use strict";Object.defineProperty(vt,"__esModule",{value:!0});vt.MissingRefError=vt.ValidationError=vt.CodeGen=vt.Name=vt.nil=vt.stringify=vt.str=vt._=vt.KeywordCxt=vt.Ajv2019=void 0;var K9=i1(),X9=t$(),J9=l$(),Q9=h$(),Z9=T$(),eJ=N$(),tJ=A$(),hS="https://json-schema.org/draft/2019-09/schema",Ka=class extends K9.default{constructor(e={}){super({...e,dynamicRef:!0,next:!0,unevaluated:!0})}_addVocabularies(){super._addVocabularies(),this.addVocabulary(J9.default),X9.default.forEach(e=>this.addVocabulary(e)),this.addVocabulary(Q9.default),this.addVocabulary(Z9.default),this.opts.discriminator&&this.addKeyword(eJ.default)}_addDefaultMetaSchema(){super._addDefaultMetaSchema();let{$data:e,meta:r}=this.opts;r&&(tJ.default.call(this,e),this.refs["http://json-schema.org/schema"]=hS)}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(hS)?hS:void 0)}};vt.Ajv2019=Ka;mS.exports=vt=Ka;mS.exports.Ajv2019=Ka;Object.defineProperty(vt,"__esModule",{value:!0});vt.default=Ka;var rJ=iu();Object.defineProperty(vt,"KeywordCxt",{enumerable:!0,get:function(){return rJ.KeywordCxt}});var Xa=Te();Object.defineProperty(vt,"_",{enumerable:!0,get:function(){return Xa._}});Object.defineProperty(vt,"str",{enumerable:!0,get:function(){return Xa.str}});Object.defineProperty(vt,"stringify",{enumerable:!0,get:function(){return Xa.stringify}});Object.defineProperty(vt,"nil",{enumerable:!0,get:function(){return Xa.nil}});Object.defineProperty(vt,"Name",{enumerable:!0,get:function(){return Xa.Name}});Object.defineProperty(vt,"CodeGen",{enumerable:!0,get:function(){return Xa.CodeGen}});var nJ=sm();Object.defineProperty(vt,"ValidationError",{enumerable:!0,get:function(){return nJ.default}});var iJ=su();Object.defineProperty(vt,"MissingRefError",{enumerable:!0,get:function(){return iJ.default}})});var ec=require("path"),ut=M(uw());var cf=class t{constructor(e,r,n,i){this._uri=e,this._languageId=r,this._version=n,this._content=i,this._lineOffsets=void 0}get uri(){return this._uri}get languageId(){return this._languageId}get version(){return this._version}getText(e){if(e){let r=this.offsetAt(e.start),n=this.offsetAt(e.end);return this._content.substring(r,n)}return this._content}update(e,r){for(let n of e)if(t.isIncremental(n)){let i=fw(n.range),s=this.offsetAt(i.start),o=this.offsetAt(i.end);this._content=this._content.substring(0,s)+n.text+this._content.substring(o,this._content.length);let a=Math.max(i.start.line,0),c=Math.max(i.end.line,0),l=this._lineOffsets,u=dw(n.text,!1,s);if(c-a===u.length)for(let f=0,p=u.length;f<p;f++)l[f+a+1]=u[f];else u.length<1e4?l.splice(a+1,c-a,...u):this._lineOffsets=l=l.slice(0,a+1).concat(u,l.slice(c+1));let d=n.text.length-(o-s);if(d!==0)for(let f=a+1+u.length,p=l.length;f<p;f++)l[f]=l[f]+d}else if(t.isFull(n))this._content=n.text,this._lineOffsets=void 0;else throw new Error("Unknown change event received");this._version=r}getLineOffsets(){return this._lineOffsets===void 0&&(this._lineOffsets=dw(this._content,!0)),this._lineOffsets}positionAt(e){e=Math.max(Math.min(e,this._content.length),0);let r=this.getLineOffsets(),n=0,i=r.length;if(i===0)return{line:0,character:e};for(;n<i;){let o=Math.floor((n+i)/2);r[o]>e?i=o:n=o+1}let s=n-1;return{line:s,character:e-r[s]}}offsetAt(e){let r=this.getLineOffsets();if(e.line>=r.length)return this._content.length;if(e.line<0)return 0;let n=r[e.line],i=e.line+1<r.length?r[e.line+1]:this._content.length;return Math.max(Math.min(n+e.character,i),n)}get lineCount(){return this.getLineOffsets().length}static isIncremental(e){let r=e;return r!=null&&typeof r.text=="string"&&r.range!==void 0&&(r.rangeLength===void 0||typeof r.rangeLength=="number")}static isFull(e){let r=e;return r!=null&&typeof r.text=="string"&&r.range===void 0&&r.rangeLength===void 0}},Qi;(function(t){function e(i,s,o,a){return new cf(i,s,o,a)}t.create=e;function r(i,s,o){if(i instanceof cf)return i.update(s,o),i;throw new Error("TextDocument.update: document must be created by TextDocument.create")}t.update=r;function n(i,s){let o=i.getText(),a=My(s.map(Uj),(u,d)=>{let f=u.range.start.line-d.range.start.line;return f===0?u.range.start.character-d.range.start.character:f}),c=0,l=[];for(let u of a){let d=i.offsetAt(u.range.start);if(d<c)throw new Error("Overlapping edit");d>c&&l.push(o.substring(c,d)),u.newText.length&&l.push(u.newText),c=i.offsetAt(u.range.end)}return l.push(o.substr(c)),l.join("")}t.applyEdits=n})(Qi||(Qi={}));function My(t,e){if(t.length<=1)return t;let r=t.length/2|0,n=t.slice(0,r),i=t.slice(r);My(n,e),My(i,e);let s=0,o=0,a=0;for(;s<n.length&&o<i.length;)e(n[s],i[o])<=0?t[a++]=n[s++]:t[a++]=i[o++];for(;s<n.length;)t[a++]=n[s++];for(;o<i.length;)t[a++]=i[o++];return t}function dw(t,e,r=0){let n=e?[r]:[];for(let i=0;i<t.length;i++){let s=t.charCodeAt(i);(s===13||s===10)&&(s===13&&i+1<t.length&&t.charCodeAt(i+1)===10&&i++,n.push(r+i+1))}return n}function fw(t){let e=t.start,r=t.end;return e.line>r.line||e.line===r.line&&e.character>r.character?{start:r,end:e}:t}function Uj(t){let e=fw(t.range);return e!==t.range?{newText:t.newText,range:e}:t}var lf=["namespace","class","enum","interface","struct","typeParameter","type","parameter","variable","property","enumMember","decorator","event","function","method","macro","label","comment","string","keyword","number","regexp","operator"],uf=["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"];var Ly=M(require("url")),hw=require("crypto"),mw=require("path"),Sc=M(F());var qy=M(F());var Ar=M(F());var j=class{constructor(e){this._children=[];this.syntaxIssues=[];this.resetableIssues=[];this._fisrtToken=e?.start,this._lastToken=e?.end}get issues(){return[...this.syntaxIssues,...this.resetableIssues]}resetIssues(){this.resetableIssues=[],this.children.forEach(e=>e.resetIssues())}get serializeIssues(){return this.issues.map(e=>e())}get firstToken(){return this._fisrtToken??this._children[0].tokenIndexes.start}set firstToken(e){this._fisrtToken=e}get lastToken(){return this._lastToken??this._children.at(-1)?.lastToken??this.firstToken}set lastToken(e){this._lastToken=e}get uri(){return this.firstToken.uri}getTopMostAstNodeForFile(e){return fe(e,this.uri)?[this]:this.children.flatMap(r=>r.getTopMostAstNodeForFile(e))}get tokenIndexes(){return{start:this.firstToken,end:this.lastToken}}getDocumentSymbols(e){if(!this.docSymbolsMeta)return this.children.flatMap(n=>n.getDocumentSymbols(e)??[]);if(!fe(this.uri,e))return[];let r=ce(this);return[{name:this.docSymbolsMeta.name?this.docSymbolsMeta.name:"__UNSET__",kind:this.docSymbolsMeta.kind,range:r,selectionRange:r,children:[...this.children.flatMap(n=>n.getDocumentSymbols(e)??[])]}]}getWorkspaceSymbols(){if(!this.docSymbolsMeta)return this.children.flatMap(n=>n.getWorkspaceSymbols()??[]);let e=this.docSymbolsMeta.kind;if(![Ar.SymbolKind.File,Ar.SymbolKind.Class,Ar.SymbolKind.Constant].some(n=>n===e))return[];let r=ce(this);return[{location:Ar.Location.create(ve(this.uri),r),name:this.docSymbolsMeta.name?this.docSymbolsMeta.name:"__UNSET__",kind:this.docSymbolsMeta.kind},...this.children.flatMap(n=>n.getWorkspaceSymbols()??[]).filter(n=>n.kind===Ar.SymbolKind.File||n.kind===Ar.SymbolKind.Class||n.kind===Ar.SymbolKind.Constant)]}buildSemanticTokens(e){this._children.forEach(r=>r.buildSemanticTokens(e)),!(!this.semanticTokenType||!this.semanticTokenModifiers)&&e(bi(this.semanticTokenType),_i(this.semanticTokenModifiers),this.tokenIndexes)}get children(){return this._children}get allDescendants(){return this.allDescendantsCache??=[...this._children,...this._children.flatMap(e=>e.allDescendants)],this.allDescendantsCache}addChild(e){e&&(e.parentNode=this,this.children.push(e)),this.allDescendantsCache=void 0}isAncestorOf(e){return this.children.some(r=>r===e||r.isAncestorOf(e))}toPrettyString(e){return this.toString()}toString(e){return"TODO"}get range(){return Ar.Range.create(Ar.Position.create(this.firstToken.pos.line,this.firstToken.pos.col),Ar.Position.create(this.lastToken.pos.line,this.lastToken.pos.colEnd))}get serializeUri(){return ve(this.uri)}serialize(e){return{uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}};var we=class extends j{toJson(){return-1}resolve(e){return df(this.toString(),e)}evaluate(e){return Ie(this.resolve(e))}isTrue(e){return Ie(`!!(${this.resolve(e)})`)}toPrettyString(e){let r=this.evaluate(e);return`${r.toString()} /* ${this.toString()}${typeof r=="number"?` = 0x${r.toString(16)}`:""} */`}serialize(e){return{type:"EXPRESSION",value:this.toString(),evaluated:this.evaluate(e),uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}},Kn=class extends we{constructor(r,n,i){super();this.expression=r;this.wrapped=n;this.addChild(r),i&&(this.addChild(i.operator),this.addChild(i.expression),this.join=[],this.join?.push(i))}get firstToken(){return this.openBracket?this.openBracket:super.firstToken}get lastToken(){return this.closeBracket?this.closeBracket:super.lastToken}addExpression(r,n){this.addChild(r),this.addChild(n),this.join??=[],this.join?.push({operator:r,expression:n})}toString(){let r=this.children.map(n=>n.toString()).join(" ");return this.wrapped?`(${r})`:`${r}`}isTrue(r){let n=`(${this.children.map(i=>i instanceof we?i.resolve(r):i.toString()).join(" ")})`;return Ie(`!!${n}`)}};var Xn=class extends we{constructor(r,n,i){super(n);this.value=r;this.docSymbolsMeta={name:`param${i+1}`,kind:qy.SymbolKind.Variable},this.semanticTokenType="variable",this.semanticTokenModifiers="declaration"}toString(){return this.value}},kn=class extends we{constructor(r,n){super();this.functionName=r;this.params=n;this.addChild(r),this.params.forEach(i=>this.addChild(i))}getDocumentSymbols(r){return fe(this.uri,r)?[{name:this.functionName.name,kind:qy.SymbolKind.Function,range:ce(this),selectionRange:ce(this),children:this.params.flatMap(n=>n?.getDocumentSymbols(r)??[])}]:[]}toString(){return`${this.functionName.toString()}(${this.params.map(r=>r?.toString()??"<NULL>").join(",")})`}isTrue(r){return this.functionName.name==="defined"?!!(this.params.length===1&&this.params[0]&&r.has(this.params[0].value)):super.isTrue(r)}};var zs=(t,e,r=!0,n=!0)=>({start:{line:t?.pos.line??0,character:r?t?.pos.col??0:(t?.pos.col??0)+(t?.pos.len??0)},end:{line:e?.pos.line??0,character:n?(e?.pos.col??0)+(e?.pos.len??0):e?.pos.col??0}});var ce=t=>zs(t.tokenIndexes.start,t.tokenIndexes.end),gw=" ",yw=t=>{gw=t},Go=()=>gw,bi=t=>lf.findIndex(e=>e===t),_i=t=>uf.findIndex(e=>e===t),$y=(t,e,r)=>!fe(t.uri,e)||r.line<t.pos.line?!1:r.line>t.pos.line?!0:r.character>t.pos.colEnd,Hj=(t,e,r)=>fe(t.uri,e)?r.line<t.pos.line?!0:r.line>t.pos.line?!1:r.character<t.pos.col:!1,sn=(t,e,r)=>!!(fe(t.uri,e)&&t.tokenIndexes?.start&&t.tokenIndexes?.end&&(t.tokenIndexes.start.pos.line<r.line||t.tokenIndexes.start.pos.line===r.line&&t.tokenIndexes.start.pos.col<=r.character)&&(t.tokenIndexes.end.pos.line>r.line||t.tokenIndexes.end.pos.line===r.line&&t.tokenIndexes.end.pos.colEnd>=r.character)),vw=(t,e,r)=>!!(fe(t.uri,e)&&t.lastToken.value!==";"&&t.tokenIndexes?.start&&t.tokenIndexes?.end&&(t.tokenIndexes.start.pos.line===r.line||t.tokenIndexes.end.pos.line===r.line)&&r.character>=t.tokenIndexes.end.pos.colEnd),Tw=(t,e,r)=>{if(!t)return!1;let i=t.filter(s=>s.pos.line===r.line).at(-1);return i&&i.pos.col>=r.character?!1:e.tokenIndexes?.end===i};var Jn=(t,e,r)=>{let n=t,i=t;for(;i;)n=i,i=[...n.children].reverse().find(s=>sn(s,e,r));return n},Nc=(t,e,r)=>{let n=t,i=t;for(;i;)n=i,i=[...n.children].find(s=>Hj(s.lastToken,e,r));return n===t?void 0:n},Pc=(t,e,r)=>{let n=t,i=t;for(;i;)n=i,i=[...n.children].reverse().find(s=>$y(s.firstToken,e,r));return n===t?void 0:n},Y=(t,e,r=Sc.DiagnosticSeverity.Error,n=[],i=void 0,s=[],o,a)=>{let c={issues:Array.isArray(t)?t:[t],astElement:e,severity:r,linkedTo:n.map(d=>({ast:d,templateStrings:[]})),tags:i,templateStrings:s,edit:o,codeActionTitle:a},l,u=()=>(l??={severity:c.severity,range:ce(c.astElement),message:c.issues?c.issues.map(Wj).join(" or "):"",source:"devicetree",tags:c.tags,data:{firstToken:{pos:c.astElement.firstToken.pos,tokens:c.astElement.firstToken.tokens,value:c.astElement.firstToken.value},lastToken:{pos:c.astElement.lastToken.pos,tokens:c.astElement.lastToken.tokens,value:c.astElement.lastToken.value},issues:{type:"SyntaxIssue",items:c.issues,edit:c.edit,codeActionTitle:c.codeActionTitle}}},l);return c.astElement.syntaxIssues.push(u),{raw:c,diagnostic:u}},jt=(t,e,r=Sc.DiagnosticSeverity.Error,n=[],i=void 0,s=[],o,a,c=[])=>{let l={issues:Array.isArray(t)?t:[t],astElement:e,severity:r,linkedTo:n.map((f,p)=>({ast:f,templateStrings:c.at(p)??[]})),tags:i,templateStrings:s,edit:o,codeActionTitle:a},u,d=()=>(u??={severity:l.severity,range:ce(l.astElement),message:Gj(l),source:"devicetree",tags:l.tags,relatedInformation:[...l.linkedTo.map(f=>({message:l.issues.map(p=>Yj(p,f.templateStrings)).join(" or "),location:{uri:ve(f.ast.uri),range:ce(f.ast)}}))]},u);return l.astElement.resetableIssues.push(d),{raw:l,diagnostic:d}},$=(t,e,r=Sc.DiagnosticSeverity.Error,n=[],i=void 0,s=[],o,a)=>{let c={issues:Array.isArray(t)?t:[t],astElement:e,severity:r,linkedTo:n.map(d=>({ast:d,templateStrings:[]})),tags:i,templateStrings:s,edit:o,codeActionTitle:a},l,u=()=>(l??={severity:c.severity,range:ce(c.astElement),message:Kj(c),relatedInformation:[...c.linkedTo.map(d=>({message:c.issues.map(Xj).join(" or "),location:{uri:ve(d.ast.uri),range:ce(d.ast)}}))],source:"devicetree",tags:c.tags,data:{firstToken:{pos:c.astElement.firstToken.pos,tokens:c.astElement.firstToken.tokens,value:c.astElement.firstToken.value},lastToken:{pos:c.astElement.lastToken.pos,tokens:c.astElement.lastToken.tokens,value:c.astElement.lastToken.value},issues:{type:"StandardTypeIssue",items:c.issues,edit:c.edit,codeActionTitle:c.codeActionTitle}}},l);return c.astElement.resetableIssues.push(u),{raw:c,diagnostic:u}},bw=(t,e)=>[...t].sort((n,i)=>{let s=e.getSortKey(n),o=e.getSortKey(i);if(s===void 0||o===void 0)throw new Error("Sort keys must be set");if(s!==o)return s-o;if(!n.tokenIndexes?.end||!i.tokenIndexes?.end)throw new Error("Must have token indexes");return n.tokenIndexes.end.pos.line!==i.tokenIndexes.end.pos.line?n.tokenIndexes.end.pos.line-i.tokenIndexes.end.pos.line:n.tokenIndexes.end.pos.col-i.tokenIndexes.end.pos.col});async function St(t,e,r){let n=De(t.textDocument.uri);if(!e)return[];let i=performance.now(),o=(await e.getRuntime()).getDeepestAstNode(n,t.position),a=e.getSortKey(o?.ast);return console.log(`search: ${performance.now()-i}ms`),r(o,l=>{let u=t.position;return fe(l.uri,n)?!!(l.tokenIndexes?.end&&(l.tokenIndexes.end.pos.line<u.line||l.tokenIndexes.end.pos.line===u.line&&l.tokenIndexes.end.pos.colEnd<=u.character)):a!==void 0&&(e.getSortKey(l)??-1)<=a})}function G(t,e){return{start:t,end:e??t}}var V=(t,e)=>t?.tokens.some(r=>r===e),nt=(t,e=!1)=>r=>r?.value&&(e?t.toLowerCase()===r.value.toLowerCase():t===r.value)?"yes":Vj(t)(r),je=t=>e=>e?.tokens.some(r=>r===t)?"yes":"no",Vj=t=>e=>e?.value&&t.startsWith(e.value)?"partial":"no",Cn=(t,e)=>!!t&&!!e&&t.pos.line===e.pos.line&&fe(t.uri,e.uri),Gt=(t,e)=>t?.adjacentToken&&t.adjacentToken.value===e?.value||e?.adjacentToken&&e.adjacentToken.value===t?.value?!0:!!t&&!!e&&Cn(t,e)&&t.pos.colEnd===e.pos.col,hf=t=>t.map((e,r)=>({index:r,context:e,files:e.getContextFiles()})),on=(t,e,r,n)=>{if("id"in e){let s=t?.find(o=>o.id===e.id);return s||void 0}if("name"in e){let s=t?.find(o=>o.ctxNames.includes(e.name));return s||void 0}return r?.getContextFiles().find(s=>fe(s,e.uri))?r:hf(t).sort(s=>s.context.id===n?-1:0).find(s=>s.files.some(o=>fe(o,e.uri)))?.context},By=(t,e)=>hf(t).filter(n=>n.files.some(i=>fe(i,e))).map(n=>n.context),_w=t=>{let e=/^(\w+)\s+(.+)$/,r=/^(\w+)\(([^)]*)\)\s+(.+)$/,n=/^(\w+)\(([^)]*),\s*\.\.\.\)\s+(.+)$/,i;if(i=n.exec(t)){let[,,s,o]=i,a=s.split(",").map(c=>c.trim());return(...c)=>{let l=o;return a.forEach((u,d)=>{let f=new RegExp(`\\b${u}\\b`,"g");l=l.replace(f,c[d])}),l=l.replace(/__VA_ARGS__/g,c.slice(a.length).join(", ")),l}}else if(i=r.exec(t)){let[,,s,o]=i,a=s.split(",").map(c=>c.trim());return(...c)=>{let l=o;return a.forEach((u,d)=>{let f=new RegExp(`\\b${u}\\b`,"g");l=l.replace(f,c[d])}),l}}else if(i=e.exec(t)){let[,,s]=i;return s.trim()}},df=(t,e)=>{let r=o=>o.replace(/(\w+)\s*##\s*(\w+)/g,(a,c,l)=>c+l),n=o=>o.replace(/#(\w+)/g,(a,c)=>`"${c}"`),i=t,s;do s=i,i=r(s),i=n(i),i=i.replace(/\b(\w+)\(([^)]*)\)|\b(\w+)\b/g,(o,a,c,l)=>{if(a==="defined"){let u=c.split(",").map(d=>d.trim());return u[0]?e.get(u[0])?.resolver:u}else if(a&&typeof e.get(a)?.resolver=="function"){let u=c.split(",").map(d=>d.trim());return(e.get(a)?.resolver)(...u)}else if(l&&typeof e.get(l)?.resolver=="string")return e.get(l)?.resolver;return o});while(i!==s);return i};function zj(t){return t.replace(/'(.)'/g,(e,r)=>r.charCodeAt(0).toString()).replace(/(0x[a-f\d]+|\d+)[ul]*/gi,"$1")}function Ie(t){try{return(0,eval)(zj(t))}catch(e){console.log(e instanceof Error?e.message:e)}return t}var ve=t=>Ly.default.pathToFileURL(t).toString(),De=t=>rt(Ly.default.fileURLToPath(t)),fe=(t,e)=>!t||!e?!1:t===e,rt=t=>(0,mw.normalize)(process.platform==="win32"?t.toLowerCase():t),Si=t=>(0,hw.createHash)("sha256").update([rt(t.dtsFile),...t.includePaths.map(rt),...t.overlays.map(rt),t.bindingType,...t.zephyrBindings.map(rt),...t.deviceOrgBindingsMetaSchema.map(rt),...t.deviceOrgTreeBindings.map(rt)].join(":")).digest("hex"),Wj=t=>{switch(t){case 0:return"Expected value";case 1:return"Expected ';'";case 2:return"Expected '{'";case 3:return"Expected '}'";case 4:return"Expected '['";case 5:return"Expected ']'";case 12:return"Expected '>'";case 13:return"Expected '<'";case 16:return`Expected '"'`;case 17:return`Expected "'"\\`;case 24:return"Missing ':'";case 21:return"Missing '/'";case 26:return'Expected ")"';case 28:return'Missing ","';case 6:return"Expected property name";case 7:return"Expected node name";case 49:return"Node name shall start with a lower or upper case character";case 50:return"Node unit address should not start with 0x";case 51:return"Node unit address should not end with with ULL";case 8:return"Expected node address";case 9:return"Expected node path";case 48:return"Expected node path referance";case 10:return"Expected node reference";case 11:return"Expected root node name";case 14:return"Expected bytestring";case 15:return"Expected two digits for each byte in bytestring";case 20:return"Hex values are not allowed";case 18:return"Expected label name";case 19:return"Expected '/' at the start of a node path";case 23:return"Found ';' without a statement";case 25:return"Did you mean /delete-node/ or /delete-property/?";case 34:return"Did you mean /delete-node/?";case 35:return"Did you mean /delete-property/?";case 22:return"Unknown syntax";case 27:return"Expected expression";case 31:return"Expected macro identifier";case 30:return"Expected macro identifier or function like macro";case 29:return"White space is not allowed";case 32:return"Properties can only be defined in a node";case 33:return"Properties can only be deleted inside a node";case 36:return"Unable to resolve include";case 52:return"Unkown Node Address syntax";case 37:return"Expected start address";case 38:return"Expected end address";case 39:case 40:return"Expected 8|16|32|64";case 42:return"Unknown macro name";case 43:return"Expected function like macro";case 44:return"Macro expects less arguments";case 45:return"Macro expects more arguments";case 46:return"Missing #ENDIF";case 47:return"Block Unused";case 41:return"This syntax is not officially part of the DTS V0.4 standard"}},Gj=t=>t.issues.map(e=>{switch(e){case 0:return`Property "${t.templateStrings[0]}" is replaced by a later definition`;case 1:return"Cannot delete a property before it has been defined";case 2:return"Node name already defined";case 5:return"Cannot delete a node before it has been defined";case 3:return`No node with that reference "${t.templateStrings[0]}" has been defined`;case 8:return`No node with name "${t.templateStrings[0]}" could be found in "/${t.templateStrings[1]}".`;case 4:return`Label name "${t.templateStrings[0]}" already defined`;case 6:return`Property "${t.templateStrings[0]}" was deleted`;case 7:return`Node "${t.templateStrings[0]}" was deleted`;case 9:return`The following node "${t.templateStrings[1]}" shall be present in "${t.templateStrings[0]}" node.`;case 10:return`The following node "${t.templateStrings[0]}" address range collides with another node. Address start: "${t.templateStrings[1]}", end: "${t.templateStrings[2]}".`}}).join(" or "),Yj=(t,e)=>{switch(t){case 0:return"Property name already defined.";case 2:return"Defined here";case 4:return"Defined here";case 7:case 6:return"Deleted here";case 9:return"Node";case 10:return`Node "${e[0]}". Address start: "${e[1]}", end: "${e[2]}".`;default:return"TODO"}},Kj=t=>t.issues.map(e=>{switch(e){case 9:return`Only these value are allowed ${t.templateStrings[0]}`;case 1:return"INTRO should be empty";case 8:return"INTRO can only be assigned one value";case 5:return"INTRO should be assigned a U32";case 6:return"INTRO should be assigned a U64";case 7:return"INTRO should be assigned a 'property encoded array'";case 2:return"INTRO should be assigned a string";case 3:return"INTRO should be assigned a string list";case 4:return`INTRO expects ${t.templateStrings[1]} values`;case 0:return"INTRO is required";case 11:return"INTRO should be omitted";case 27:return"INTRO name is not permitted under this node";case 34:return"INTRO name is not defined in the type binding for this node";case 10:return"INTRO address value must match node address";case 12:return"INTRO should be 'cpu'";case 13:return"INTRO should be 'memory'";case 14:return"INTRO is deprecated and should not be used'";case 15:return`INTRO ${t.templateStrings[1]}'`;case 18:return"INTRO value must be unique in the entire Devicetree";case 19:return`INTRO should have format ${t.templateStrings[1]}`;case 16:return`INTRO requires property "${t.templateStrings[1]}" in node path "${t.templateStrings[2]}"`;case 17:return"Unable to resolve interrupt parent node";case 20:return`INTRO should have format ${t.templateStrings[1]}`;case 21:return"Node is disabled";case 22:return"Unable to resolve handle";case 23:return`Unable to find "${t.templateStrings[0]}" in ${t.templateStrings[1]}`;case 24:return t.templateStrings[0];case 25:return t.templateStrings[0];case 26:return t.templateStrings[0];case 28:return t.templateStrings[0];case 35:return"Unable to find mapping range for address";case 29:return`INTRO exceeds address space avalable for this mapping. The range ends at ${t.templateStrings[2]}, the node ends at ${t.templateStrings[1]}`;case 30:return"Map entry overlaps with others entries";case 31:return"Unable to match to a nexus map entry";case 32:return`Unknown node type "${t.templateStrings[0]}"`;case 33:return`Missing name for "${t.templateStrings[0]}" index ${t.templateStrings[1]}"`;case 36:return"Node address is missing";case 37:return`Binding should be used on bus type${t.templateStrings.length?"s":""}: ${t.templateStrings.join(" or ")}`}}).join(" or ").replace("INTRO",`Property "${t.templateStrings[0]}"`).replaceAll("INTRO ",""),Xj=t=>{switch(t){case 16:case 0:return"Node";case 15:return"Ignored reason";case 18:return"Conflicting properties";case 8:return"Additional value";case 21:return"Disabled by";case 29:return"Mapping range";case 30:return"Map entry";case 31:return"Nexus map entries";case 33:return"Names property";case 35:return"Range property";default:return"TODO"}},nn=(t,e)=>{let r=Math.max(t.length,e.length);for(let n=0;n<r;n++){let i=t[t.length-r+n]??0,s=e[e.length-r+n]??0;if(i<s)return-1;if(i>s)return 1}return 0},Zi=(t,e)=>{let r=Math.max(t.length,e.length),n=new Array(r).fill(0),i=0;for(let s=0;s<r;s++){let o=t[t.length-1-s]??0,a=e[e.length-1-s]??0,c=o+a+i;n[r-1-s]=c>>>0,i=c>4294967295?1:0}return i&&n.unshift(1),n},Jj=(t,e)=>{let r=Math.max(t.length,e.length),n=new Array(r).fill(0),i=0;for(let s=0;s<r;s++){let o=t[t.length-1-s]??0,a=e[e.length-1-s]??0;o-=i,o<a?(o+=4294967296,i=1):i=0,n[r-1-s]=o-a>>>0}for(;n.length>1&&n[0]===0;)n.shift();return n},Qj=(t,e)=>Zi(t,e),Sw=(t,e)=>{let r=[];for(let n of t){let i=n.childAddress,s=n.length,o=Zi(i,s);if(nn(e,i)>=0&&nn(e,o)<0){let a=Jj(e,i),c=n.parentAddress,l=Qj(c,a),u=Zi(c,s);r.push({start:l,end:u,ast:n.ast})}}return r};function Nw(t){return Array.isArray(t)&&Array.isArray(t[0])}function Rc(t){return!t||t instanceof kn?t:Rc(t.parentNode)}function Fy(t,e){let r=t.getText(),n=e.slice().sort((s,o)=>{let a=t.offsetAt(s.range.start),c=t.offsetAt(o.range.start);if(a!==c)return c-a;let l=t.offsetAt(s.range.end),u=t.offsetAt(o.range.end);if(l!==u)return u-l;let d=a===l&&s.newText.length>0,f=c===u&&o.newText.length>0;return d!==f?d?1:-1:0}),i=r;for(let s of n){let o=t.offsetAt(s.range.start),a=t.offsetAt(s.range.end);i=i.slice(0,o)+s.newText+i.slice(a)}return i}function pw(t,e){return t.line<e.line?-1:t.line>e.line?1:t.character<e.character?-1:t.character>e.character?1:0}function Pw(t,e){return pw(t.end,e.start)>0&&pw(t.start,e.end)<0}var Rw=(t,e)=>{let r=Ew(t,e),n=ww(t,e);r&&(t.topComment=r.comment),n&&(t.endComment=n.comment)},Ew=(t,e)=>{let r=e.find(i=>i.lastToken===t.firstToken.prevToken&&(i.lastToken.pos.line===t.firstToken.pos.line||i.lastToken.pos.line+1===t.firstToken.pos.line));if(!r)return;r.astAfterComment=t;let n=Ew(r,e);return n&&(n.comment.astAfterComment=t,r.astAfterComment=void 0),{comment:n?.comment??r,commentIsBefore:!0}},ww=(t,e)=>{let r=e.find(i=>i.firstToken.prevToken===t.lastToken&&i.firstToken.pos.line===t.lastToken.pos.line);if(!r)return;r.astBeforeComment=t;let n=ww(r,e);return n&&(n.comment.astBeforeComment=t,r.astBeforeComment=void 0),{comment:n?.comment??r,commentIsBefore:!1}},Yo=(t,e,r)=>{let n=[42,44,45,36];return r||n.push(52,32,8,49),t.severity===Sc.DiagnosticSeverity.Error&&fe(t.astElement.uri,e)&&!n.some(i=>t.issues.includes(i))};var Fc=require("fs"),FC=require("path"),ca=M(F());var Dn=M(F());var Iw=M(F());var kw=M(F());var ne=class extends j{constructor(r,n){super(n);this.value=r;this.semanticTokenType="string",this.semanticTokenModifiers="declaration",this.docSymbolsMeta={name:this.value,kind:kw.SymbolKind.String}}toString(){return`"${this.value.toString()}"`}toJson(){return this.value}serialize(){return{type:"STRING",value:this.value,uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}};var Dw=M(F());var Cw=M(F());var tr=class extends we{constructor(r,n){super(n);this.value=r;this.docSymbolsMeta={name:this.value.toString(),kind:Cw.SymbolKind.Number},this.semanticTokenType="number",this.semanticTokenModifiers="declaration"}toString(r){return this.value.toString(r)}toJson(){return this.value}toPrettyString(r){let n=this.evaluate(r);return`${n.toString()} /* ${typeof n=="number"?`0x${n.toString(16)}`:""} */`}serialize(){return{type:"NUMBER_VALUE",value:this.toString(),evaluated:this.value,uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}};var qt=class extends j{constructor(r){super();this.values=r;this.docSymbolsMeta={name:"Cell Array",kind:Dw.SymbolKind.Array},this.values.forEach(n=>this.addChild(n))}toString(){return`<${this.values.map(r=>r.toString()).join(" ")}>`}toPrettyString(r){return`<${this.values.map(n=>n.toPrettyString(r)).join(" ")}>`}toJson(){if(this.values.length===1)return this.values[0].value?.toJson();if(this.values.length===2&&this.values.every(r=>r.value instanceof tr)){let r=new ArrayBuffer(8),n=new DataView(r);return this.values.map(i=>i.value.value).forEach((i,s)=>{n.setUint32(s*4,i)}),n.getBigUint64(0)}return this.values.map(r=>r.value?.toJson()??NaN)}serialize(r){return{type:"ARRAY_VALUE",value:this.values.map(n=>n.value?.serialize(r)??null),uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}};var Aw=M(F());var Ni=class extends j{constructor(r){super();this.values=r;this.docSymbolsMeta={name:"Byte String Value",kind:Aw.SymbolKind.Array},this.values.forEach(n=>this.addChild(n))}toString(){return`[${this.values.map(r=>r.toString(16).padStart(2,"0")).join(" ")}]`}toJson(){return this.values.map(r=>r.value?.toJson()??NaN)}serialize(){return{type:"BYTESTRING",values:this.values.map(r=>r.value?{value:r.value.toString(16),range:r.value.range,evaluated:r.value.value}:null),uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}};var Ze=class extends j{constructor(r,n){super(n);this.name=r;this.semanticTokenType="property",this.semanticTokenModifiers="declaration"}toString(){return this.name}serialize(){return{value:this.name,uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}},Ye=class extends j{constructor(r,n=[]){super();this.propertyName=r;this.labels=n;this._values=void 0;this.docSymbolsMeta={name:this.propertyName?.name??"Unknown",kind:Iw.SymbolKind.Property},this.labels.forEach(i=>this.addChild(i)),this.addChild(r)}set values(r){if(this._values)throw new Error("Only one property name is allowed");this._values=r,this.addChild(r)}get values(){return this._values}get quickValues(){return this.values?.values.map(r=>r?r.value instanceof ne?r.value.value:r.value instanceof qt?r.value.values.map(n=>n.value instanceof tr?n.value.value:NaN):r.value instanceof Ni?r.value.values.map(n=>n.value?.value??NaN):NaN:null)}getFlatAstValues(){return this.values?.values.flatMap(r=>r?r.value instanceof ne?r.value:r.value instanceof qt?r.value.values.map(n=>n.value):r.value instanceof Ni?r.value.values.map(n=>n.value):r.value:null)}toString(){return`${this.propertyName?.toString()??"__UNSET__"}${this.assignOperatorToken?` = ${this._values?.values.map(r=>r?.toString()??"NULL").join(", ")??"NULL"}`:""};`}toPrettyString(r){return`${this.propertyName?.toString()??"__UNSET__"}${this.assignOperatorToken?` = ${this._values?.values.map(n=>n?.toPrettyString(r)??"NULL").join(", ")??"NULL"}`:""};`}serialize(r){return{name:this.propertyName?.serialize()??null,values:this.values?.values.map(n=>n?.value?.serialize(r)??null)??null,uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}};var Ow=M(F());var br=class extends j{constructor(r,n){super();this.keyword=n;this.addChild(n),this.docSymbolsMeta={name:r,kind:Ow.SymbolKind.Function}}};var Ir=class extends br{constructor(r){super("Delete Node",r);this._nodeNameOrRef=null}set nodeNameOrRef(r){if(this._nodeNameOrRef)throw new Error("Only one property name is allowed");this._nodeNameOrRef=r,this.addChild(r)}get nodeNameOrRef(){return this._nodeNameOrRef}};var ht=class extends br{constructor(r){super("Delete Property",r);this._propertyName=null}set propertyName(r){if(this._propertyName)throw new Error("Only only property name is allowed");this._propertyName=r,this.addChild(r)}get propertyName(){return this._propertyName}};var xw=M(F());var se=class extends j{constructor(r){super();this.label=r;this.docSymbolsMeta={name:`&${this.label?.value??"NULL"}`,kind:xw.SymbolKind.Key},this.addChild(r)}get value(){return this.label?.value}toString(){return`&${this.label?.value??"NULL"}`}toJson(){return-1}serialize(){return{type:"LABEL_REF",label:this.label?.toString()??null,nodePath:this.linksTo?.pathString??null,uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}};var lt=class t extends j{constructor(){super()}get path(){if(!this.pathName)return["__UNDEFINED__"];if(!this.parentNode||this instanceof Nt)return[this.pathName];if(!(this.parentNode instanceof t))return;let e=this.parentNode.path;return e?[...e,this.pathName]:[this.pathName]}get pathName(){}get nodes(){return this.children.filter(e=>e instanceof t)}get deleteNodes(){return this.children.filter(e=>e instanceof Ir)}addNodeChild(e){this.addChild(e)}},Nt=class extends lt{constructor(){super(),this.docSymbolsMeta={name:"/",kind:Dn.SymbolKind.Class}}get properties(){return this.children.filter(e=>e instanceof Ye)}get name(){return new He("/",G(this.firstToken))}get deleteProperties(){return this.children.filter(e=>e instanceof ht)}get nodes(){return this.children.filter(e=>e instanceof Ue)}get pathName(){return"/"}serialize(e){return{type:"ROOT",properties:this.properties.map(r=>r.serialize(e)),nodes:this.nodes.map(r=>r.serialize(e)),uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}},Yt=class extends lt{constructor(r=[]){super();this.labels=r;this._reference=null;this.docSymbolsMeta={name:"DTC Name",kind:Dn.SymbolKind.Class},r.forEach(n=>{super.addChild(n)})}get serializeIssues(){return[...this.issues,...this.reference?.issues??[]].map(r=>r())}set reference(r){if(this._reference)throw new Error("Only on label reference is allowed");this._reference=r;let n;r instanceof se?n=r.value:n=r?.path?.pathParts.at(-1)?.name??"DTC Name",this.docSymbolsMeta={name:n??"DTC Name",kind:Dn.SymbolKind.Class},this.addChild(r)}get path(){return this.resolveNodePath?this.resolveNodePath:super.path}get reference(){return this._reference}get nodes(){return this.children.filter(r=>r instanceof Ue)}get pathName(){if(this.reference instanceof se&&this.reference.label?.value)return`&${this.reference.label.value}`}get properties(){return this.children.filter(r=>r instanceof Ye)}get deleteProperties(){return this.children.filter(r=>r instanceof ht)}serialize(r){return{type:"REF",name:this.reference?.serialize()??null,properties:this.properties.map(n=>n.serialize(r)),nodes:this.nodes.map(n=>n.serialize(r)),uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}},Ue=class t extends lt{constructor(r=[],n){super();this.labels=r;this.omitIfNoRef=n;this._name=null;this.docSymbolsMeta={name:"DTC Name",kind:Dn.SymbolKind.Class},n&&this.addChild(n),r.forEach(i=>{this.addChild(i)})}get serializeIssues(){return[...this.issues,...this.name?.issues??[]].map(r=>r())}set name(r){if(this._name)throw new Error("Only on label reference is allowed");this._name=r,this.docSymbolsMeta={name:this._name?.toString()??"DTC Name",kind:Dn.SymbolKind.Class},this.addChild(r)}get name(){return this._name}get nodes(){return this.children.filter(r=>r instanceof t)}get pathName(){return this._name?.toString()}get properties(){return this.children.filter(r=>r instanceof Ye)}get deleteProperties(){return this.children.filter(r=>r instanceof ht)}serialize(r){return{type:"CHILD",name:this.name?.serialize()??null,properties:this.properties.map(n=>n.serialize(r)),nodes:this.nodes.map(n=>n.serialize(r)),uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}},Ec=class extends j{constructor(r,n){super(n);this.address=r;this.semanticTokenType="variable",this.semanticTokenModifiers="declaration"}toString(){return this.address?.map((r,n)=>r.toString(16).padStart(n?8:0,"0")).join("")??"NaN"}serialize(){return{address:this.address,uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}},He=class extends j{constructor(r,n,i){super(n);this.name=r;this._address=i;this.semanticTokenType="variable",this.semanticTokenModifiers="declaration"}get value(){return this.name}get address(){return this._address}set address(r){if(this._address)throw new Error("Address can only be set once");r&&(this.lastToken=void 0,this._address=r,r.forEach(n=>this.addChild(n)))}get fullAddress(){return this._address?[...this._address.flatMap(r=>r.address)]:void 0}toString(){return this._address!==void 0?`${this.name}@${this._address.map(r=>r.toString()).join(",")}`:this.name}buildSemanticTokens(r){if(!this.tokenIndexes?.start||!this.tokenIndexes.start.value)return;let n={...this.tokenIndexes.start,pos:{...this.tokenIndexes.start.pos,len:this.name.length}};r(bi("type"),_i("declaration"),{start:n,end:n}),this.address!==void 0&&this.address.forEach(i=>{r(bi("decorator"),_i("declaration"),{start:i.firstToken,end:i.lastToken}),i.buildSemanticTokens(r)})}get serializeIssues(){return[...this.issues,...this._address?.flatMap(r=>r.issues)??[]].map(r=>r())}serialize(){return{fullName:this.toString(),name:{name:this.name,uri:this.serializeUri,range:Dn.Range.create(Dn.Position.create(this.tokenIndexes.start.pos.line,this.tokenIndexes.start.pos.col),Dn.Position.create(this.tokenIndexes.start.pos.line,this.tokenIndexes.start.pos.colEnd)),issues:this.serializeIssues},address:this.address?.map(r=>r.serialize())??null,uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}};var un=M(F());var _r=class extends j{constructor(r,n,i,s){super();this.startLabels=r;this.value=n;this.endLabels=i;this.bits=s;this.startLabels.forEach(o=>{this.addChild(o)}),this.addChild(s),this.addChild(n),this.endLabels.forEach(o=>{this.addChild(o)})}toString(){return`${[this.value?.toString()??"NULL",...this.endLabels.map(r=>r.toString())].join(" ")}`}toPrettyString(r){return`${[this.value?.toPrettyString(r)??"NULL",...this.endLabels.map(n=>n.toString())].join(" ")}`}toJson(){return this.value?.toJson()}};var Ut=t=>t instanceof br?!0:t instanceof lt?!1:t.parentNode?Ut(t.parentNode):!1;var jy=t=>{if(t instanceof Ye)return t;if(!(t instanceof lt))return t.parentNode?jy(t.parentNode):void 0},Ws=t=>!t||t instanceof Ye?!1:t instanceof _r||Ws(t.parentNode),Ko=t=>[...t.map(e=>{if(e instanceof Ue||e instanceof Nt)return e.name;if(e instanceof Yt)return e.reference})].filter(e=>!!e),Uy=(t,e)=>e?e.parentNode===t||Uy(t,e.parentNode):!1;var Ke=M(F());var Mw=M(F());var An=class extends j{constructor(){super();this._pathParts=[]}addPath(r,n){this._pathParts.push(r),n&&this.addChild(n),this.addChild(r)}get pathParts(){return[...this._pathParts]}toString(){return this._pathParts.map(r=>r?.toString()??"<NULL>").join("/")}buildSemanticTokens(r){this._children.forEach(n=>{n instanceof He?n.buildSemanticTokens(r):r(bi("operator"),_i("declaration"),n.tokenIndexes)})}},it=class extends j{constructor(r){super();this.path=r;this.docSymbolsMeta={name:`/${this.path?.toString()??""}`,kind:Mw.SymbolKind.Namespace},this.addChild(r)}toString(){return`&${this.path?.toString()??"NULL"}`}toJson(){return-1}serialize(){return{type:"NODE_PATH",nodePath:this.path?.toString()??null,uri:this.serializeUri,range:this.range,issues:this.serializeIssues}}};var te=M(F());var qw=require("path"),mf=M(F());var Pi=class extends j{constructor(r,n){super();this.keyword=r;this.path=n;this.docSymbolsMeta={name:`Include ${n}`,kind:mf.SymbolKind.File},this.addChild(r),this.addChild(n)}get resolvedPath(){return this._resolvedPath}set resolvedPath(r){this.docSymbolsMeta={name:`Include ${r}`,kind:mf.SymbolKind.File},this._resolvedPath=r}},Xo=class extends j{constructor(r,n,i){super(i);this._path=r;this.relative=n;this.docSymbolsMeta={name:(0,qw.basename)(this.path),kind:mf.SymbolKind.File},this.semanticTokenType="string",this.semanticTokenModifiers="declaration"}get path(){return this.relative?this._path.slice(1,-1):this._path}};var an=class extends j{constructor(r){super();this.comments=r;r.forEach(this.addChild.bind(this))}toString(){return this.comments.map(r=>r.toString()).join(`
183
- `)}},cn=class extends j{constructor(e){super(e),this.semanticTokenType="comment",this.semanticTokenModifiers="documentation"}toString(){let e,r=this.firstToken,n="";for(;r!==this.lastToken;)n+=r?.value.padStart(r.value.length+(e?r.pos.col-e.pos.colEnd:0)," "),e=r,r=r?.nextToken;r&&(n+=r?.value.padStart(r.value.length+(e?r.pos.col-e.pos.colEnd:0)," "));let i=n.match(/^\s*(?:(?:\/\/|\/\*+)\s*)?(.*?)\s*(?:\*\/)?\s*$/s);return i?i[1]:""}};var Lw=M(F());var Ct=class extends we{constructor(r,n){super(n);this.name=r;this.docSymbolsMeta={name:this.name.toString(),kind:Lw.SymbolKind.Variable},this.semanticTokenType="macro",this.semanticTokenModifiers="declaration"}toString(){return this.name}};var kf=M(F());var Hy=M(F());var es=class extends j{constructor(r,n){super(n);this.label=r;this.docSymbolsMeta={name:this.label.value,kind:Hy.SymbolKind.Constant},this.semanticTokenType="variable",this.semanticTokenModifiers="declaration",this.addChild(r)}toString(){return`${this.label.toString()}:`}},rr=class extends j{constructor(r,n){super(n);this.value=r;this.docSymbolsMeta={name:this.value,kind:Hy.SymbolKind.Variable},this.semanticTokenType="variable",this.semanticTokenModifiers="declaration"}buildSemanticTokens(r){let n=this.parentNode;if(!(n instanceof se&&n.linksTo)){super.buildSemanticTokens(r);return}r(bi("type"),_i("declaration"),{start:this.firstToken,end:this.lastToken})}toString(){return`${this.value}`}};var mt=class extends j{constructor(e){super(e),this.semanticTokenType="keyword",this.semanticTokenModifiers="declaration"}};var $w=M(F());var gf=class extends j{constructor(r){super();this.values=r;this.docSymbolsMeta={name:"Values",kind:$w.SymbolKind.String},this.values.forEach(n=>this.addChild(n))}toString(){return this.values.map(r=>r?.toString()).join(",")}toJson(){return this.values.length===1?this.values[0]?.toJson():this.values.map(r=>r?.toJson())}};var Bw=M(F());var yf=class extends j{constructor(r){super();this.keyword=r;this.addChild(r),this.docSymbolsMeta={name:"DTS Document version",kind:Bw.SymbolKind.Function}}};var Qn=class extends j{constructor(r,n){super();this.value=r;this.labels=n;this.labels.forEach(i=>{this.addChild(i)}),this.addChild(this.value)}toString(r){return`${this.labels.map(n=>n.toString()).join(" ")}${this.value?.toString(r)??"NULL"}`}toPrettyString(r){return`${this.labels.map(n=>n.toString()).join(" ")}${this.value?.toPrettyString(r)??"NULL"}`}};var vf=class extends j{constructor(r,n){super(n);this.operator=r;this.semanticTokenType="operator",this.semanticTokenModifiers="declaration"}toString(){return this.operator}};var Fw=M(F());var Tf=class extends mt{toString(){return"..."}},Zn=class extends j{constructor(r,n){super();this.functionName=r;this.params=n;this.addChild(r),this.params.forEach(i=>this.addChild(i))}getDocumentSymbols(r){return fe(this.uri,r)?[{name:this.functionName.name,kind:Fw.SymbolKind.Function,range:ce(this),selectionRange:ce(this),children:this.params.flatMap(n=>n.getDocumentSymbols(r))}]:[]}toString(){return`${this.functionName}(${this.params.map(r=>r.toString()).join(",")})`}};var ts=class{constructor(){this.positionStack=[];this._issues=[];this.issueLengthPositionStack=[];this.moveEndOfLine=(e,r=!0)=>{let n=e.pos.line;if(this.currentToken?.pos.line!==n||!fe(this.currentToken?.uri,e.uri))return;let i=this.currentToken,s=i;for(;this.currentToken?.pos.line===n&&fe(this.currentToken?.uri,e.uri);)s=this.moveToNextToken;if(r){let o=new j(G(i,s));this._issues.push(Y(22,o))}return s};this.parsing=new Promise(e=>{setTimeout(()=>{this.parse().then(e)})})}reset(){this.issueLengthPositionStack=[],this.positionStack=[],this._issues=[]}get issues(){return this._issues}get stable(){return this.parsing}get done(){return this.peekIndex()>=this.tokens.length}get moveToNextToken(){let e=this.currentToken;if(e)return this.moveStackIndex(),e}enqueueToStack(){this.issueLengthPositionStack.push(this._issues.length),this.positionStack.push(this.peekIndex())}popStack(){let e=this.issueLengthPositionStack.pop()??0;e!==this._issues.length&&this._issues.splice(e),this.positionStack.pop()}mergeStack(){let e=this.issueLengthPositionStack.pop(),r=this.positionStack.pop();if(r===void 0||e===void 0)throw new Error("Index out of bounds");this.positionStack[this.positionStack.length-1]=r}peekIndex(e=1){let r=this.positionStack.at(-1*e);if(r===void 0)throw new Error("Index out of bounds");return r}get currentToken(){return this.tokens.at(this.peekIndex())}get prevToken(){let e=this.peekIndex()-1;if(e!==-1)return this.tokens[e]}moveStackIndex(){let e=this.positionStack.length-1;if(this.positionStack[e]===void 0)throw new Error("Index out of bounds");this.positionStack[e]!==this.tokens.length&&this.positionStack[e]++}checkConcurrentTokens(e){this.enqueueToStack();let r=[];return e.every(n=>{let i=this.currentToken,s=n(i),o=!1;return s!=="no"&&i&&(r.push(i),this.moveToNextToken,o=Gt(i,this.currentToken)),s==="yes"&&o}),this.mergeStack(),r}consumeAnyConcurrentTokens(e){this.enqueueToStack();let r=[],n,i=!0;for(;e.some(s=>s(this.currentToken)==="yes"&&i);)r.push(this.currentToken),n=this.moveToNextToken,i=Gt(n,this.currentToken);return this.mergeStack(),r}getDocumentSymbols(e){return this.allAstItems.flatMap(r=>r.getDocumentSymbols(e))}getWorkspaceSymbols(){return this.allAstItems.flatMap(e=>e.getWorkspaceSymbols())}buildSemanticTokens(e,r){let n=[],i=(s,o,a)=>{if(!a?.start||!a?.end||!fe(a.start.uri,r)||!fe(a.end.uri,r))return;let c=a.end.pos.colEnd-a.start.pos.col;n.push({line:a.start.pos.line,char:a.start.pos.col,length:a.end===a.start?a.end.pos.len:c,tokenType:s,tokenModifiers:o})};this.allAstItems.forEach(s=>{s.buildSemanticTokens(i)}),n.sort((s,o)=>s.line===o.line?s.char-o.char:s.line-o.line).forEach(s=>e.push(s.line,s.char,s.length,s.tokenType,s.tokenModifiers))}processCIdentifier(e,r){this.enqueueToStack();let n=this.consumeAnyConcurrentTokens([19,47,48].map(je));if(!n.length){this.popStack();return}let i=n.map(o=>o.value).join("");if(!i.match(/^[_A-Za-z]/)){this.popStack();return}let s=new Ct(i,G(n[0],n.at(-1)));return!r&&s.name!=="defined"&&(e.get(s.name)||this._issues.push(Y(42,s))),this.mergeStack(),s}isOperator(){this.enqueueToStack();let e=this.moveToNextToken;if(!e){this.popStack();return}let r=e,n;if(V(e,40)?(n="&",V(this.currentToken,40)&&(n="&&",r=this.moveToNextToken)):V(e,10)?(n="!",V(this.currentToken,0)&&(n="!=",r=this.moveToNextToken)):V(e,8)?(n="|",V(this.currentToken,8)&&(n="||",r=this.moveToNextToken)):V(e,9)?n="^":V(e,4)?(n=">",V(this.currentToken,4)?(n="<<",r=this.moveToNextToken):V(this.currentToken,0)&&(n=">=",r=this.moveToNextToken)):V(e,5)?(n="<",V(this.currentToken,5)?(n=">>",r=this.moveToNextToken):V(this.currentToken,0)&&(n="<=",r=this.moveToNextToken)):V(e,15)?n="+":V(e,16)?n="-":V(e,17)?n="*":V(e,13)?n="/":V(e,18)?n="%":V(e,46)?V(this.currentToken,46)&&(n="##",r=this.moveToNextToken):V(e,0)&&V(this.currentToken,0)&&(n="==",r=this.moveToNextToken),n){let i=new vf(n,G(e,r));return this.mergeStack(),i}this.popStack()}parseScopedBlock(e,r,n){this.enqueueToStack();let i=this.moveToNextToken;if(!i||!e(i)){this.popStack();return}let s=this.peekIndex(),o=()=>{this.positionStack[this.positionStack.length-1]=s},a=y=>y.flatMap(h=>"items"in h?a(h.items):h),c=[i],l=[],u=[];u[0]={rewind:o,tokens:[]};let d=this.currentToken;for(;d&&!r(d);){if(n?.(d)){let y=this.peekIndex()+1,h=()=>{this.positionStack[this.positionStack.length-1]=y};c.push(d),l.push(d),u[u.length]={rewind:h,tokens:[]}}else if(e(d)){let y=this.parseScopedBlock(e,r,n);y&&(c.push(y),u[u.length-1].tokens.push(...a(y.items))),d=this.currentToken;continue}else c.push(d),u[u.length-1].tokens.push(d);this.moveToNextToken,d=this.currentToken}let f=d;f&&r(f)&&(this.moveToNextToken,c.push(f));let p={startToken:i,items:c,splitTokens:u,endToken:f,separatorTokens:l};return this.mergeStack(),p}isFunctionCall(e){this.enqueueToStack();let r=this.processCIdentifier(e,!1);if(!r){this.popStack();return}if(!Gt(r.lastToken,this.currentToken)){this.popStack();return}let n=this.processMacroCallParams();if(!n){this.popStack();return}if(r.name==="defined")n.length>1?this._issues.push(Y(44,r)):n.length<1&&this._issues.push(Y(45,r));else{let s=e.get(r.name)?.macro;s&&(s?.identifier instanceof Zn?n.length>s.identifier.params.length?this._issues.push(Y(44,r,void 0,[s])):n.length<s.identifier.params.length&&this._issues.push(Y(45,r,void 0,[s])):this._issues.push(Y(43,r)))}let i=new kn(r,n);return i.lastToken=this.prevToken,this.mergeStack(),i}processHex(){this.enqueueToStack();let e=this.checkConcurrentTokens([nt("0"),nt("x",!0)]);if(e.length!==2){this.popStack();return}let r=this.consumeAnyConcurrentTokens([19,20].map(je));if(!r.length){this.popStack();return}let n=Number.parseInt(r.map(s=>s.value).join(""),16),i=new tr(n,G(e[0],r.at(-1)));return this.mergeStack(),i}processDec(e=!1){this.enqueueToStack();let r;e&&(V(this.currentToken,16)||V(this.currentToken,15))&&Gt(this.currentToken,this.currentToken?.nextToken)&&(r=this.moveToNextToken);let n=this.consumeAnyConcurrentTokens([19].map(je));if(!n.length){this.popStack();return}let i=Number.parseInt(n.map(o=>o.value).join(""),10);r&&V(r,16)&&(i=4294967295-i);let s=new tr(i,G(r??n[0],n.at(-1)));return this.mergeStack(),s}processEnclosedExpression(e){this.enqueueToStack();let r,n;if(V(this.currentToken,42)){let i;r=this.moveToNextToken,n=r;let s=this.processExpression(e,!0);return s&&(i=new Kn(s,!0),s=new Kn(i,!1),i.openBracket=r),V(this.currentToken,43)?(n=this.moveToNextToken,i&&(i.closeBracket=n)):this._issues.push(Y(26,new j(G(r)))),this.mergeStack(),s}this.popStack()}processExpression(e,r=!1){this.enqueueToStack();let n;if(n=this.processEnclosedExpression(e)||this.isFunctionCall(e)||this.processCIdentifier(e,!1)||this.processHex()||this.processDec(!0),!n){this.popStack();return}if(r){let i=this.isOperator();for(;i;){let s=this.processExpression(e);s?n instanceof Kn?n.addExpression(i,s):n=new Kn(n,!1,{operator:i,expression:s}):this._issues.push(Y(27,i)),i=this.isOperator()}}return this.mergeStack(),n}processMacroCallParams(){if(!V(this.currentToken,42))return;let e=this.parseScopedBlock(n=>!!V(n,42),n=>!!V(n,43),n=>!!V(n,24));return e?.items.length===2&&V(e.endToken,43)?[]:e?.splitTokens.map((n,i)=>{if(n.tokens.length===0)return null;let s=new Xn(n.tokens.map((o,a)=>{let c=o.value;return o.pos.line===n.tokens.at(a+1)?.pos.line?c=c.padEnd(n.tokens[a+1].pos.col-o.pos.col," "):o.value==="\\"&&(c=c.slice(0,-1)),c}).join(""),G(n.tokens[0],n.tokens.at(-1)),i);return s.splitToken=e.separatorTokens.at(i),s})}};var Wy=require("fs"),Zo=require("path"),xc=M(F());var Cc=require("fs");var Jo=class t{constructor(e,r){this.text=e;this.uri=r;this.inComment=!1;this.lineNumber=0;this.columnNumber=0;this._tokens=[];this.lines=this.text.replace(`\r
184
- `,`
185
- `).split(/\n/).map(n=>`${n}
186
- `),this.lines[this.lines.length-1]=this.lines[this.lines.length-1].slice(0,-1),e.endsWith(`
187
- `)&&this.lines.splice(-1,1),this.lexIt()}get tokens(){return this._tokens}isWhiteSpace(){return!!this.currentChar?.match(/\s/)}get endOfFile(){return this.isOnLastLine&&this.isOnLastCharOfLine}get isOnLastLine(){return this.lineNumber===this.lines.length-1}get isOnLastCharOfLine(){return this.lines[this.lineNumber].length<=this.columnNumber}moveToNextLine(){return this.isOnLastLine?!1:(this.columnNumber=0,this.lineNumber++,this.lines[this.lineNumber].length===0&&this.moveToNextLine(),!0)}moveOnLine(){return this.isOnLastCharOfLine?this.moveToNextLine():(this.columnNumber++,this.isOnLastCharOfLine&&this.moveToNextLine(),!0)}move(){return this.endOfFile?!1:this.moveOnLine()}get currentChar(){return this.endOfFile?null:this.lines[this.lineNumber].at(this.columnNumber)}static isSyntaxChar(e){return e==="^"||e==="~"||e==="|"||e==="!"||e==="\\"||e==="<"||e===">"||e===";"||e==="="||e==="/"||e==="{"||e==="}"||e==="["||e==="]"||e==="("||e===")"||e==="*"||e==="%"||e==="&"||e==="."||e===":"||e==="+"||e==="@"||e==="-"||e==="_"||e===","||e==="x"||e==="X"||e==="?"}getWord(){let e="";for(;!this.isWhiteSpace()&&(e.length&&!t.isSyntaxChar(this.currentChar)||!e.length);){if(e+=this.currentChar??"",e.length===1&&t.isSyntaxChar(this.currentChar)){this.move();break}let r=this.lineNumber;if(!this.move()||this.lineNumber!==r)return e}return e==="/"&&(this.currentChar==="*"||this.currentChar==="/")?(this.inComment=!0,this.currentChar==="/"&&(this.inCommentLineStart=this.lineNumber)):(this.inComment&&e==="*"&&this.currentChar==="/"||this.inCommentLineStart!==void 0&&this.lineNumber!==this.inCommentLineStart)&&(this.inComment=!1,this.inCommentLineStart=void 0),e}getString(e){let r=e,n;for(;this.currentChar!==e;){if(this.currentChar===`
188
- `){let a=this.lineNumber,c=this.columnNumber,l=r.length;this.pushToken({tokens:[21],value:r,pos:{col:c-l,line:a,len:l,colEnd:c},adjacentToken:n}),n=this._tokens.at(-1),r=""}else if(this.currentChar==="\\"){let a=this.lineNumber;if(r+=this.currentChar??"",this.move())a===this.lineNumber&&(r+=this.currentChar??"");else break}else r+=this.currentChar??"";if(!this.move())break}r+=e;let i=this.lineNumber,s=this.columnNumber+1,o=r.length;this.pushToken({tokens:[21],value:r,pos:{col:s-o,line:i,len:o,colEnd:s},adjacentToken:n}),this.move()}lexIt(){for(;!this.endOfFile&&(this.whiteSpace(),!this.endOfFile);){let e=this.getWord();e&&this.process(e)}}process(e){let r=this.isString(e)||this.isCDefine(e)||this.isCInclude(e)||this.isCLine(e)||this.isCUndef(e)||this.isCError(e)||this.isCPragma(e)||this.isCDefined(e)||this.isCIfDef(e)||this.isCIfNDef(e)||this.isCIf(e)||this.isCElIf(e)||this.isCElse(e)||this.isCEndIf(e)||this.isCFalse(e)||this.isCTrue(e)||this.isDigit(e)||this.isHexDigit(e)||this.isLetters(e)||this.isComma(e)||this.isBitwiseNot(e)||this.isBitwiseXOr(e)||this.isBitwiseOr(e)||this.isLogicalNot(e)||this.isGtSym(e)||this.isLtSym(e)||this.isSemicolon(e)||this.isColon(e)||this.isAssignOperator(e)||this.isForwardSlash(e)||this.isRoundOpen(e)||this.isRoundClose(e)||this.isCurlyOpen(e)||this.isCurlyClose(e)||this.isSquareOpen(e)||this.isSquareClose(e)||this.isBackSlash(e)||this.isMultiplicationOperator(e)||this.isModulusOperator(e)||this.isAmpersand(e)||this.isNegateOperator(e)||this.isAddOperator(e)||this.isQuestionMark(e)||this.isPeriod(e)||this.isHash(e)||this.isUnderScore(e)||this.isAt(e)||this.unknownToken(e);if(!r)throw new Error(`Lexer is not complete!!! Could not find token for "${e}"`);let n=this._tokens.at(-1);return r&&!n?.tokens.some(i=>i===21)&&n&&n.pos.len<e.length?this.process(e.slice(n.pos.len)):!0}whiteSpace(){for(;this.isWhiteSpace();)this.move()}pushToken(e){let r={...e,uri:this.uri},n=this._tokens.at(-1);r.prevToken=n,n&&(n.nextToken=r),this._tokens.push(r)}isLetters(e){let r=e.match(/^[A-Za-z]+/);return r?.[0]?(this.pushToken({tokens:[47],value:r?.[0],pos:this.generatePos(e,r?.[0])}),!0):!1}isDigit(e){let r=e.match(/^[0-9]/);return r?.[0]?(this.pushToken({tokens:[20,19],value:r[0],pos:this.generatePos(e,r[0])}),!0):!1}isHexDigit(e){let r=e.match(/^[A-Fa-f]/);return r?.[0]?(this.pushToken({tokens:[20,47],value:r[0],pos:this.generatePos(e,r[0])}),!0):!1}isCurlyOpen(e){let r="{";return e===r?(this.pushToken({tokens:[2],pos:this.generatePos(e,r),value:"{"}),!0):!1}isCurlyClose(e){let r="}";return e===r?(this.pushToken({tokens:[3],pos:this.generatePos(e,r),value:"}"}),!0):!1}isSemicolon(e){let r=";";return e===r?(this.pushToken({tokens:[1],pos:this.generatePos(e,r),value:r}),!0):!1}isColon(e){let r=":";return e===r?(this.pushToken({tokens:[50],pos:this.generatePos(e,r),value:r}),!0):!1}isHash(e){let r="#";return e.startsWith(r)?(this.pushToken({tokens:[46],pos:this.generatePos(e,r),value:r}),!0):!1}unknownToken(e){return this.pushToken({tokens:[41],pos:this.generatePos(e," "),value:e}),!0}isAssignOperator(e){let r="=";return e===r?(this.pushToken({tokens:[0],pos:this.generatePos(e,r),value:r}),!0):!1}isGtSym(e){let r=">";return e===r?(this.pushToken({tokens:[4],pos:this.generatePos(e,r),value:r}),!0):!1}isLtSym(e){let r="<";return e===r?(this.pushToken({tokens:[5],pos:this.generatePos(e,r),value:r}),!0):!1}isLogicalNot(e){let r="!";return e===r?(this.pushToken({tokens:[6],pos:this.generatePos(e,r),value:r}),!0):!1}isBitwiseOr(e){let r="|";return e===r?(this.pushToken({tokens:[8],pos:this.generatePos(e,r),value:r}),!0):!1}isBitwiseXOr(e){let r="^";return e===r?(this.pushToken({tokens:[9],pos:this.generatePos(e,r),value:r}),!0):!1}isAmpersand(e){let r="&";return e===r?(this.pushToken({tokens:[40,7],pos:this.generatePos(e,r),value:r}),!0):!1}isBitwiseNot(e){let r="~";return e===r?(this.pushToken({tokens:[10],pos:this.generatePos(e,r),value:r}),!0):!1}isRoundOpen(e){let r="(";return e===r?(this.pushToken({tokens:[42],pos:this.generatePos(e,r),value:r}),!0):!1}isRoundClose(e){let r=")";return e===r?(this.pushToken({tokens:[43],pos:this.generatePos(e,r),value:r}),!0):!1}isSquareOpen(e){let r="[";return e===r?(this.pushToken({tokens:[11],pos:this.generatePos(e,r),value:r}),!0):!1}isSquareClose(e){let r="]";return e===r?(this.pushToken({tokens:[12],pos:this.generatePos(e,r),value:r}),!0):!1}isComma(e){let r=",";return e===r?(this.pushToken({tokens:[24],pos:this.generatePos(e,r),value:r}),!0):!1}rewind(e){if(this.columnNumber+1<e.length)throw new Error("Error while rewinding");this.columnNumber-=e.length}isString(e){if(this.inComment)return!1;let r=e.match(/^["']/);return r?.[0]?(this.rewind(e.slice(1)),this.getString(r[0]),!0):!1}isForwardSlash(e){let r="/";return e===r?(this.pushToken({tokens:[13],pos:this.generatePos(e,r),value:"/"}),!0):!1}isBackSlash(e){let r="\\";return e===r?(this.pushToken({tokens:[14],pos:this.generatePos(e,r),value:"\\"}),!0):!1}isAddOperator(e){let r="+";return e===r?(this.pushToken({tokens:[15],pos:this.generatePos(e,r),value:r}),!0):!1}isQuestionMark(e){let r="?";return e===r?(this.pushToken({tokens:[44],pos:this.generatePos(e,r),value:r}),!0):!1}isPeriod(e){let r=".";return e===r?(this.pushToken({tokens:[45],pos:this.generatePos(e,r),value:r}),!0):!1}isNegateOperator(e){let r="-";return e===r?(this.pushToken({tokens:[16],pos:this.generatePos(e,r),value:r}),!0):!1}isUnderScore(e){let r="_";return e===r?(this.pushToken({tokens:[48],pos:this.generatePos(e,r),value:r}),!0):!1}isAt(e){let r="@";return e===r?(this.pushToken({tokens:[49],pos:this.generatePos(e,r),value:r}),!0):!1}isMultiplicationOperator(e){let r="*";return e===r?(this.pushToken({tokens:[17],pos:this.generatePos(e,r),value:r}),!0):!1}isModulusOperator(e){let r="%";return e===r?(this.pushToken({tokens:[18],pos:this.generatePos(e,r),value:r}),!0):!1}isCDefine(e){let r="#define";return e.toLowerCase()===r?(this.pushToken({tokens:[25],pos:this.generatePos(e,r),value:r}),!0):!1}isCInclude(e){let r="#include";return e.toLowerCase()===r?(this.pushToken({tokens:[26],pos:this.generatePos(e,r),value:r}),!0):!1}isCLine(e){let r="#line";return e.toLowerCase()===r?(this.pushToken({tokens:[27],pos:this.generatePos(e,r),value:r}),!0):!1}isCUndef(e){let r="#undef";return e.toLowerCase()===r?(this.pushToken({tokens:[28],pos:this.generatePos(e,r),value:r}),!0):!1}isCError(e){let r="#error";return e.toLowerCase()===r?(this.pushToken({tokens:[29],pos:this.generatePos(e,r),value:r}),!0):!1}isCPragma(e){let r="#pragma";return e.toLowerCase()===r?(this.pushToken({tokens:[30],pos:this.generatePos(e,r),value:r}),!0):!1}isCDefined(e){let r="#defined";return e.toLowerCase()===r?(this.pushToken({tokens:[31],pos:this.generatePos(e,r),value:r}),!0):!1}isCIf(e){let r="#if";return e.toLowerCase()===r?(this.pushToken({tokens:[32],pos:this.generatePos(e,r),value:r}),!0):!1}isCIfDef(e){let r="#ifdef";return e.toLowerCase()===r?(this.pushToken({tokens:[33],pos:this.generatePos(e,r),value:r}),!0):!1}isCIfNDef(e){let r="#ifndef";return e.toLowerCase()===r?(this.pushToken({tokens:[34],pos:this.generatePos(e,r),value:r}),!0):!1}isCElIf(e){let r="#elif";return e.toLowerCase()===r?(this.pushToken({tokens:[35],pos:this.generatePos(e,r),value:r}),!0):!1}isCElse(e){let r="#else";return e.toLowerCase()===r?(this.pushToken({tokens:[36],pos:this.generatePos(e,r),value:r}),!0):!1}isCEndIf(e){let r="#endif";return e.toLowerCase()===r?(this.pushToken({tokens:[37],pos:this.generatePos(e,r),value:r}),!0):!1}isCTrue(e){let r="true";return e==r?(this.pushToken({tokens:[38],value:r,pos:this.generatePos(e,r)}),!0):!1}isCFalse(e){let r="false";return e==r?(this.pushToken({tokens:[39],value:r,pos:this.generatePos(e,r)}),!0):!1}generatePos(e,r){let n=this.columnNumber-e.length;return{line:this.lineNumber,col:n,len:r.length,colEnd:n+r.length}}};var Vy,bf=class{constructor(){this.headerFiles=new Map;this.includeOwners=new WeakMap}getCPreprocessorParser(e,r,n,i){e=rt(e);let s=`${Array.from(n).map(l=>l[1].macro.toString()).join("::")}`,o=this.headerFiles.get(e)?.get(s);if(o)return o.reparse(n),o;console.log("No cpreprocess cache",e);let a=new Qo(e,r,n),c=this.includeOwners.get(a)??new Set;return c.add(i),this.includeOwners.set(a,c),this.headerFiles.has(e)||this.headerFiles.set(e,new Map),this.headerFiles.get(e)?.set(s,a),a}reset(e){e=rt(e);let r=this.headerFiles.get(e);r&&Array.from(r).forEach(n=>{n[1]&&(console.log("disposing cpreprocessor cache for",e),Array.from(this.includeOwners.get(n[1])??[]).forEach(this.reset.bind(this)),this.headerFiles.delete(e))})}};function kc(){return Vy??=new bf,Vy}function jw(){Vy=new bf}var zy,_f=class t{constructor(){this.fileMap=new Map}static clone(e){let r=e.map(n=>({...n}));return r.forEach((n,i)=>{n.prevToken=r[i-1],n.nextToken=r[i+1]}),r}needsRenew(e,r){return e=rt(e),this.fileMap.get(e)?.text!==r}getDocument(e,r){return Qi.create(e,"devicetree",0,r??this.fileMap.get(e)?.text??(0,Cc.readFileSync)(e).toString())}renewLexer(e,r){if(e=rt(e),kc().reset(e),!r&&!(0,Cc.existsSync)(e))return[];try{r??=(0,Cc.readFileSync)(e).toString();let n=new Jo(r,e);return this.fileMap.set(e,n),t.clone(n.tokens)}catch{}return[]}requestTokens(e,r){e=rt(e);let n=this.fileMap.get(e)?.tokens;return!n&&r?[...this.renewLexer(e)]:t.clone(n??[])}reset(e){e=rt(e),kc().reset(e),this.fileMap.delete(e)}};function Or(){return zy??=new _f,zy}function Uw(){zy=new _f}var Sf=class t extends ts{constructor(r,n=()=>Or().requestTokens(this.uri,!0)){super();this.uri=r;this.getTokens=n;this.comments=[];this.tokens=[]}cleanUpComments(){let r=[];for(let n=0;n<this.tokens.length;n++){let i=t.processBlockComment(this.tokens,n)||t.processLineComment(this.tokens,n);i&&(n=i.index,r.push(...i.tokenUsed),this.comments.push(i.comment))}r.reverse().forEach(n=>this.tokens.splice(n,1))}get allAstItems(){return this.comments}reset(){super.reset(),this.comments=[]}reparse(){return this.reset(),this.parse()}async parse(){this.tokens=this.getTokens(),this.cleanUpComments()}static processBlockComment(r,n){let i=[],s=()=>(i.push(n++),r[n]),o=()=>r[n],a=()=>r[n-1],c=o(),l=c;if(!c||!V(c,13)||(l=s(),!V(l,17)||c.pos.line!==l.pos.line||c.pos.col+1!==l.pos.col))return;let u=()=>!(!V(a(),17)||!V(o(),13)||!Gt(a(),o())),d=l.pos.line,f=c,p=[];l=s();do{if(o()?.pos.line!==d){let v=new cn(G(f,a()));p.push(v),d=o().pos.line??0,f=o()}l=s()}while(n<r.length&&!u());let y=new cn(G(f,o()));p.push(y);let h=new an(p);return s(),{comment:h,tokenUsed:i,index:n-1}}static processLineComment(r,n){let i=[];if(!V(r[n],13)||r.length===n+1||!V(r[n+1],13)||!Gt(r[n],r[n+1]))return;for(;r[n].pos.line===r.at(n+1)?.pos.line;)i.push(n++);return i.push(n++),{comment:new cn(G(r[i[0]],r[i.at(-1)])),tokenUsed:i,index:n-1}}};var Hw=M(F());var Nf=class extends j{constructor(r,n){super(r);this.content=n}toString(){let r=this.content.filter(n=>!V(n,14));return r.map((n,i)=>{let s=n.value;return n.pos.line===r.at(i+1)?.pos.line?s=s.padEnd(r[i+1].pos.col-n.pos.col," "):r.at(i+1)&&(s=s.padEnd(s.length+1," ")),s}).join("")}},Dc=class extends j{constructor(r,n,i){super();this.keyword=r;this.identifier=n;this.content=i;this.addChild(r),this.addChild(this.identifier),this.content&&this.addChild(this.content)}get name(){return this.identifier instanceof Ct?this.identifier.name:this.identifier.functionName.name}toString(){return this.toStringCache??=[this.identifier.toString(),...this.content?[this.content?.toString()]:[]].join(" "),this.toStringCache}toMarkupContent(){return{kind:Hw.MarkupKind.Markdown,value:["```cpp",`#define ${this.toString()}`,"```"].join(`
189
- `)}}};var Gs=class extends j{constructor(e){super(e)}},Ac=class extends j{constructor(r,n){super();this.keyword=r;this.content=n;this.active=!1;this.addChild(r)}},Ic=class extends Ac{constructor(r,n,i){super(r,i);this.identifier=n;this.addChild(n),this.addChild(i)}useBlock(r){return this.identifier&&r.has(this.identifier.name)}},Pf=class extends Ac{constructor(r,n,i){super(r,i);this.expression=n;this.addChild(n),this.addChild(i)}useBlock(r){return this.expression instanceof kn?this.expression.functionName.name==="defined"?this.expression&&r.has(this.expression.params.at(0)?.value??""):this.expression.isTrue(r):this.expression?.isTrue(r)}},Rf=class extends Ic{useBlock(e){return this.identifier&&!e.has(this.identifier.name)}},Oc=class extends Ac{};var rs=class extends j{constructor(r,n,i){super();this.ifDef=r;this.endIf=n;this.elseOption=i;this.addChild(r),i&&this.addChild(i),this.addChild(n)}getInValidTokenRange(r,n){let i=[],s=a=>n.findIndex(c=>c===a);if(!this.ifDef.identifier)return[{start:s(this.tokenIndexes.start),end:s(this.tokenIndexes.end)}];i.push({start:s(this.ifDef.tokenIndexes.start),end:s(this.ifDef.identifier.tokenIndexes.end)});let o=this.ifDef.useBlock(r);return o?this.ifDef.active=!0:this.elseOption&&(this.elseOption.active=!0),!o&&this.ifDef.content&&i.push({start:s(this.ifDef.content.tokenIndexes.start),end:s(this.ifDef.content.tokenIndexes.end)}),this.elseOption&&(i.push({start:s(this.elseOption.tokenIndexes.start),end:s(this.elseOption.keyword.tokenIndexes.end)}),o&&this.elseOption.content&&i.push({start:s(this.elseOption.content.tokenIndexes.start),end:s(this.elseOption.content.tokenIndexes.end)})),this.endIf&&i.push({start:s(this.endIf.tokenIndexes.start),end:s(this.endIf.tokenIndexes.end)}),i}},ns=class extends j{constructor(r,n,i){super();this.ifBlocks=r;this.endIf=n;this.elseOption=i;r.forEach(s=>this.addChild(s)),i&&this.addChild(i),this.addChild(n)}getInValidTokenRange(r,n){let i=[],s=a=>n.findIndex(c=>c===a),o=!1;return this.ifBlocks.forEach(a=>{i.push({start:s(a.tokenIndexes.start),end:s(a.expression?.tokenIndexes.end??a.keyword.tokenIndexes.end)}),!o&&a.useBlock(r)?(a.active=!0,o=!0):a.content&&i.push({start:s(a.content.tokenIndexes.start),end:s(a.content.tokenIndexes.end)})}),this.elseOption&&(i.push({start:s(this.elseOption.keyword.tokenIndexes.start),end:s(this.elseOption.keyword.tokenIndexes.end)}),o&&this.elseOption.content?i.push({start:s(this.elseOption.content.tokenIndexes.start),end:s(this.elseOption.content.tokenIndexes.end)}):this.elseOption.active=!0),this.endIf&&i.push({start:s(this.endIf.tokenIndexes.start),end:s(this.endIf.tokenIndexes.end)}),i}};var Qo=class extends ts{constructor(r,n,i,s,o){super();this.uri=r;this.incudes=n;this.getTokens=s;this.skipIncludes=o;this.tokens=[];this.nodes=[];this._comments=[];this.dtsIncludes=[];this.macroSnapShot=new Map;this.macros=new Map;this.macroStart=!1;i&&(Array.from(i).forEach(([a,c])=>this.macroSnapShot.set(a,c)),Array.from(i).forEach(([a,c])=>this.macros.set(a,c)))}get comments(){return this._comments}get currentToken(){let r=this.prevToken,n=Cn(r,this.tokens.at(this.peekIndex()))||!r||V(r,14)&&r.pos.line+1===this.tokens.at(this.peekIndex())?.pos.line;if(!(this.macroStart&&!n))return this.macroStart&&V(this.tokens.at(this.peekIndex()),14)?(this.moveStackIndex(),this.currentToken):this.tokens.at(this.peekIndex())}reset(r){super.reset(),this.macros.clear(),r?(this.macroSnapShot.clear(),Array.from(r).forEach(([n,i])=>this.macroSnapShot.set(n,i)),Array.from(r).forEach(([n,i])=>this.macros.set(n,i))):Array.from(this.macroSnapShot).forEach(([n,i])=>this.macros.set(n,i)),this.nodes=[],this.dtsIncludes=[]}async reparse(r){let n=this.stable;return this.parsing=new Promise(i=>{n.then(()=>{if(r&&r.size===this.macroSnapShot.size){let s=Array.from(r);if(Array.from(this.macroSnapShot).every(([o,a],c)=>{let[l,u]=s[c];return l===o&&u.macro.toString()===a.macro.toString()})){console.log("header file cache hit",this.uri),i();return}}this.reset(r),this.parse().then(i)})}),this.parsing}async parse(){let r=new Sf(this.uri,this.getTokens);if(await r.stable,this.tokens=r.tokens,this._comments=r.allAstItems,this.positionStack.push(0),this.tokens.length!==0){for(;!this.done;)await this.lineProcessor();if(this.positionStack.length!==1)throw new Error("Incorrect final stack size")}}async lineProcessor(){if(this.enqueueToStack(),!(!this.prevToken||this.prevToken.pos.line!==this.currentToken?.pos.line||!fe(this.prevToken.uri,this.currentToken.uri))){this.moveEndOfLine(this.prevToken,!1),this.mergeStack();return}let n=this.currentToken,i=await this.processInclude()||this.processDefinitions()||this.processUndef()||this.processIfDefBlocks();n&&this.moveEndOfLine(n,!!i),this.mergeStack()}processDefinitions(){this.enqueueToStack();let r=this.peekIndex(),n=this.moveToNextToken;if(!n||!V(n,25))return this.popStack(),!1;this.macroStart=!0;let i=new mt(G(n)),s=this.isFunctionDefinition()||this.processCIdentifier(this.macros,!0);if(!s)return this._issues.push(Y(30,i)),this.mergeStack(),this.macroStart=!1,!0;let o=this.consumeDefinitionContent(),a;o.length&&(a=new Nf(G(o[0],o.at(-1)),o));let c=new Dc(i,s,a);this.macros.set(c.name,{macro:c,resolver:_w(c.toString())}),this.nodes.push(c);let l=this.peekIndex();return this.tokens.splice(r,l-r),this.positionStack[this.positionStack.length-1]=r,this.mergeStack(),this.macroStart=!1,!0}processUndef(){this.enqueueToStack();let r=this.peekIndex(),n=this.moveToNextToken;if(!n||!V(n,28))return this.popStack(),!1;this.macroStart=!0;let i=new mt(G(n)),s=this.processCIdentifier(this.macros,!0);if(!s)return this._issues.push(Y(30,i)),this.mergeStack(),this.macroStart=!1,!0;let o=new Dc(i,s);this.macros.delete(s.name),this.nodes.push(o);let a=this.peekIndex();return this.tokens.splice(r,a-r),this.positionStack[this.positionStack.length-1]=r,this.mergeStack(),this.macroStart=!1,!0}consumeDefinitionContent(){let r=[];for(;this.currentToken;){let n=this.moveToNextToken;n&&r.push(n)}return r}isFunctionDefinition(){this.enqueueToStack();let r=this.processCIdentifier(this.macros,!0);if(!r){this.popStack();return}let n=this.moveToNextToken;if(!V(n,42)||!Gt(r.lastToken,n)){this.popStack();return}let i=[],s=this.processCIdentifier(this.macros,!0)||this.processVariadic();for(;s;)i.push(s),!V(this.currentToken,24)&&!V(this.currentToken,43)?this._issues.push(Y(28,s)):V(this.currentToken,43)||(n=this.moveToNextToken),s=this.processCIdentifier(this.macros,!0)||this.processVariadic();let o=new Zn(r,i);return V(this.currentToken,43)?(n=this.moveToNextToken,o.lastToken=n):(o.lastToken=this.prevToken,this._issues.push(Y(26,i.at(-1)??o))),this.mergeStack(),o}processVariadic(){this.enqueueToStack();let r=this.checkConcurrentTokens([je(45),je(45),je(45)]);if(r.length!==3){this.popStack();return}let n=new Tf(G(r[0],r.at(-1)));return this.mergeStack(),n}processIfDefBlocks(){let r=this.peekIndex(),n=this.parseScopedBlock(o=>!!o&&[33,34,32].some(a=>V(o,a))&&!Cn(o.prevToken,o),o=>!!o&&[37].some(a=>V(o,a))&&!Cn(o.prevToken,o),o=>!!o&&[36,35].some(a=>V(o,a))&&!Cn(o.prevToken,o));if(!n)return;let i;V(n.startToken,32)?i=this.processIfBlock(n,(o,a,c)=>new Pf(o,a??null,c)):i=this.processIfDefBlock(n,(o,a,c)=>V(n.startToken,33)?new Ic(o,a??null,c):new Rf(o,a??null,c)),this.nodes.push(i),i.getInValidTokenRange(this.macros,this.tokens).reverse().forEach(o=>{this.tokens.splice(o.start,o.end-o.start+1)}),[...i instanceof ns?i.ifBlocks:[i.ifDef],...i.elseOption?[i.elseOption]:[]].forEach(o=>{!o.active&&o.content&&this._issues.push(Y(47,o.content,xc.DiagnosticSeverity.Hint,[],[xc.DiagnosticTag.Unnecessary]))}),this.positionStack[this.positionStack.length-1]=r}processIfDefBlock(r,n){this.enqueueToStack(),this.macroStart=!0;let i=new mt(G(r.startToken));r.splitTokens[0].rewind();let s=this.processCIdentifier(this.macros,!0);s||this._issues.push(Y(31,i)),this.macroStart=!1;let o,a=s?.lastToken.nextToken??i.lastToken.nextToken;a&&r.splitTokens[0].tokens.find(f=>f===a)&&(o=new Gs(G(a,r.splitTokens[0].tokens.at(-1))));let c=n(i,s??null,o??null),l;if(r.splitTokens.length>1){let f=r.splitTokens[1].tokens[0].prevToken,p=new mt(G(f)),y;r.splitTokens[1].tokens.length&&(y=new Gs(G(r.splitTokens[1].tokens[0],r.splitTokens[1].tokens.at(-1)))),l=new Oc(p,y??null)}let u;r.endToken?u=new mt(G(r.endToken)):this._issues.push(Y(46,i));let d=new rs(c,u??null,l);return this.mergeStack(),d}processIfBlock(r,n){this.enqueueToStack();let i=new mt(G(r.startToken)),s=[],o;r.splitTokens.forEach((l,u)=>{l.rewind();let d=this.prevToken,f=new mt(G(d));this.macroStart=!0;let p=this.processExpression(this.macros,!0)||this.processCIdentifier(this.macros,!0);if(this.macroStart=!1,u===r.splitTokens.length-1&&V(d,36)){let h=d,v=new mt(G(h)),S;l.tokens.length&&(S=new Gs(G(l.tokens[0],l.tokens.at(-1)))),o=new Oc(v,S??null)}else{p||this._issues.push(Y(31,i));let h,v=p?.lastToken.nextToken??i.lastToken.nextToken;v&&l.tokens.find(_=>_===v)&&(h=new Gs(G(v,r.splitTokens[u].tokens.at(-1))));let S=n(f,p??null,h??null);s.push(S)}});let a;r.endToken?a=new mt(G(r.endToken)):this._issues.push(Y(46,i));let c=new ns(s,a??null,o);return this.mergeStack(),c}get allAstItems(){return[...this.dtsIncludes,...this.nodes,...this.comments]}resolveInclude(r){if(r.path.path)return r.path.relative?[(0,Zo.resolve)((0,Zo.dirname)(r.uri),r.path.path),...this.incudes.map(n=>(0,Zo.resolve)(n,r.path.path))].find(n=>(0,Wy.existsSync)(n)):this.incudes.map(n=>(0,Zo.resolve)(n,r.path.path)).find(n=>(0,Wy.existsSync)(n))}async processInclude(){this.enqueueToStack();let r=this.peekIndex(),n=this.currentToken;if(!n)return this.popStack(),!1;let i=n,s=n;if(V(n,26))this.moveToNextToken;else{let h=this.checkConcurrentTokens([je(13),nt("include"),je(13)]);if(h.length!==3)return this.popStack(),!1;i=h[0],s=h.at(-1)}let o=i,a=new mt(G(i,s));n=this.moveToNextToken;let c=n,l=!!V(n,21);if(!c||!l&&!V(n,5))return o&&this.moveEndOfLine(o),this.mergeStack(),!0;let u="";if(l)u=n?.value??"";else for(;this.currentToken?.pos.line===o.pos.line&&!V(this.currentToken,4);)u+=this.currentToken?.value??"",n=this.moveToNextToken;let d=new Xo(u,l,G(c,n)),f=new Pi(a,d);this.dtsIncludes.push(f),l||(this.currentToken?.pos.line!==o.pos.line||!V(this.currentToken,4)?this._issues.push(Y(12,f)):(n=this.moveToNextToken,d.lastToken=n)),this.mergeStack();let p=this.peekIndex(),y=this.resolveInclude(f);if(f.resolvedPath=y,y||this._issues.push(Y(36,f.path,xc.DiagnosticSeverity.Warning)),y&&!this.skipIncludes){Or().requestTokens(y,!0);let h=await kc().getCPreprocessorParser(y,this.incudes,this.macros,this.uri);await h.stable,this._issues.push(...h.issues),this.macros.clear(),Array.from(h.macros).forEach(([v,S])=>this.macros.set(v,S)),y.endsWith(".h")?this.tokens.splice(r,p-r):this.tokens.splice(r,p-r,...h.tokens),this.nodes.push(...h.nodes),this.dtsIncludes.push(...h.dtsIncludes)}else this.tokens.splice(r,p-r);return this.positionStack[this.positionStack.length-1]=r,!0}};var Vw=M(F());var Ef=class extends j{constructor(r,n,i){super();this.keyword=r;this.startAddress=n;this.endAddress=i;this.addChild(r),this.docSymbolsMeta={name:"Memreserve",kind:Vw.SymbolKind.Function},this.addChild(n),this.addChild(i)}toString(){return`/memreserve/ 0x${this.startAddress?.value?.toString(16)} 0x${this.endAddress?.value?.toString(16)}`}};var zw=M(F());var wf=class extends j{constructor(r,n){super();this.keyword=r;this.bitsSize=n;this.addChild(r),this.docSymbolsMeta={name:"bits",kind:zw.SymbolKind.Function},this.addChild(n)}toString(){return`/bits/ ${this.bitsSize?.value?.toString()}`}};var Ys=class extends ts{constructor(r,n,i,s,o){super();this.uri=r;this.incudes=n;this.tokens=[];this.others=[];this.rootDocument=new lt;this.unhandledStatements=new Nt;this.cPreprocessorParser=new Qo(this.uri,this.incudes,i,s,o)}get issues(){return[...this._issues,...this.cPreprocessorParser.issues]}getFiles(){return[this.uri,...this.cPreprocessorParser.dtsIncludes.flatMap(r=>r.resolvedPath).filter(r=>!!r)]}reset(){super.reset(),this.others=[],this.rootDocument=new lt,this._issues=[],this.unhandledStatements=new Nt}async reparse(){let r=performance.now(),n=this.stable;return this.parsing=new Promise(i=>{n.then(async()=>{this.reset(),await this.cPreprocessorParser.reparse(),await this.parse(),console.log("parsing",performance.now()-r),i()})}),this.parsing}async parse(){if(await this.cPreprocessorParser.stable,this.tokens=this.cPreprocessorParser.tokens,rt(this.uri).endsWith(".h")||(this.positionStack.push(0),this.tokens.length===0))return;let r=async()=>{if(!(this.isDtsDocumentVersion()||this.isMemreserve()||this.isRootNodeDefinition(this.rootDocument)||this.isDeleteNode(this.rootDocument,"Ref")||this.isChildNode(this.rootDocument,"Ref")||this.isProperty(this.unhandledStatements)||this.isDeleteProperty(this.unhandledStatements)||this.isChildNode(this.unhandledStatements,"Name"))){let s=this.moveToNextToken;if(s){let o=new j(G(s));this._issues.push(Y(22,o)),this.reportExtraEndStatements()}}};for(;!this.done;)await r();this.unhandledStatements.properties.forEach(s=>{this._issues.push(Y(32,s))}),this.unhandledStatements.deleteProperties.forEach(s=>{this._issues.push(Y(33,s))});let n=this.allAstItems.flatMap(s=>[s,...s.allDescendants]),i=this.cPreprocessorParser.comments;if(i.length&&n.forEach(s=>{(s instanceof lt||s instanceof Ye)&&Rw(s,i)}),this.positionStack.length!==1)throw new Error("Incorrect final stack size")}isRootNodeDefinition(r){this.enqueueToStack();let n=this.moveToNextToken,i=n,s=13;if(!n||!V(n,s))return this.popStack(),!1;if(i=this.moveToNextToken,s=2,!i||!V(i,s))return this.popStack(),!1;let o=new Nt;o.openScope=i,r.addNodeChild(o),this.processNode(o,"Name");let a=this.nodeEnd(o)??i;return o.firstToken=n,o.lastToken=a,this.mergeStack(),!0}nodeEnd(r){let n=this.currentToken;if(V(n,3))this.moveToNextToken;else{let i=this.prevToken;if(i){let s=new j(G(i));this._issues.push(Y(3,s))}return this.endStatement(!1)}return this.prevToken?.value==="}"&&(r.closeScope=this.prevToken),this.endStatement()}isNodeEnd(){return V(this.currentToken,3)||V(this.currentToken,1)}endStatement(r=!0){let n=this.currentToken;if(!V(n,1)){let i=this.prevToken;if(i&&r){let s=new j(G(this.prevToken));return this._issues.push(Y(1,s)),i}}return this.moveToNextToken,this.reportExtraEndStatements(),n}reportExtraEndStatements(){for(;V(this.currentToken,1);){let r=this.moveToNextToken;if(r){let n=new j(G(r));this._issues.push(Y(23,n))}}}processNode(r,n){if(this.done)return!1;let i=!1,s=!1;do{if(s=this.isChildNode(r,n)||this.isProperty(r)||this.isDeleteNode(r,n)||this.isDeleteProperty(r),!s&&!this.isNodeEnd()&&!this.done){let o=this.moveToNextToken;if(o){let a=new j(G(o));this._issues.push(Y(22,a)),this.reportExtraEndStatements()}}else if(this.done)break;i=i||s}while(!this.isNodeEnd());return i}processOptionalLabelAssign(r=!1){let n=[],i=this.isLabelAssign(r);for(;i;)n.push(i),i=this.isLabelAssign(r);return n}isChildNode(r,n){this.enqueueToStack();let i;n==="Name"&&(i=this.isOmitIfNoRefNode());let s=this.processOptionalLabelAssign(),o,a,c=n==="Ref"?new Yt(s):new Ue(s,i);if(n==="Ref"?(this.enqueueToStack(),a=this.processNodePathRef(),!a||!V(this.currentToken,2)?(this.popStack(),a=void 0):this.mergeStack(),a??=this.isLabelRef()):n==="Name"&&(o=this.isNodeName()),!a&&!o){if(!V(this.currentToken,2))return this.popStack(),!1;c.firstToken=this.currentToken,this._issues.push(Y(n==="Name"?[7]:[10,48,11],c))}let l=!1;if(a&&c instanceof Yt?(c.reference=a,l=!0):o&&c instanceof Ue&&(l=o.address!==void 0,c.name=o),V(this.currentToken,2)){c.openScope=this.moveToNextToken;let u=!1;do u=this.processNode(c,"Name");while(u);let d=this.nodeEnd(c);c.lastToken=d}else if(l){let u=a??o;u&&this._issues.push(Y(2,u))}else return this.popStack(),!1;return r.addNodeChild(c),this.mergeStack(),!0}processNodeAddress(){let r=this.prevToken;this.enqueueToStack();let n=this.checkConcurrentTokens([nt("0"),nt("x",!0)]);n.length!==2?(n=[],this.popStack()):(this._issues.push(Y(50,new j(G(n[0],n[1])),kf.DiagnosticSeverity.Warning)),r=n.at(-1),this.mergeStack());let i=this.consumeAnyConcurrentTokens([19,20,48].map(je)),s=c=>{c.length%8!==0&&(c=c.padStart(Math.ceil(c.length/8)*8,"0"));let l=[];for(let u=0;u<c.length;u+=8){let d=c.slice(u,u+8);l.push(parseInt(d,16)>>>0)}return l},o=i.length?s(i.filter(c=>c.value!=="_").map(c=>c.value).join("")):[NaN];if(r){if(o.some(c=>Number.isNaN(c))){let c=new j(G(r));this._issues.push(Y(8,c))}else if(!Number.isNaN(o)&&!Gt(r,i[0])){let c=new j(G(r,i.at(0)));this._issues.push(Y(29,c))}}return this.currentToken?.value.toUpperCase()==="ULL"&&(this._issues.push(Y(51,new j(G(this.currentToken)),kf.DiagnosticSeverity.Warning)),this.moveToNextToken),new Ec(o,G(n.at(0)??i[0]??this.prevToken,this.prevToken))}processNodeAddresses(r){this.enqueueToStack();let n=this.checkConcurrentTokens([je(49)]);if(n.length){if(!Gt(r.lastToken,n[0])){let a=new j(G(r.lastToken,n[0]));this._issues.push(Y(29,a))}let i=[],s=()=>{if(i.push(this.processNodeAddress()),V(this.currentToken,24)){if(this.prevToken&&!Gt(this.prevToken,this.currentToken)){let a=new j(G(this.prevToken,this.currentToken));this._issues.push(Y(29,a))}this.moveToNextToken,s()}};s();let o=this.currentToken;for(;!V(this.currentToken,2)&&!V(this.currentToken,1)&&!V(this.currentToken,3)&&Cn(this.currentToken,i.at(-1)?.lastToken);)this.moveToNextToken;if(o&&o!==this.currentToken){this._issues.push(Y(52,new j(G(o,this.currentToken))));let a=new Ec([],G(o,this.prevToken));i.push(a)}return this.mergeStack(),i}this.popStack()}isNodeName(){this.enqueueToStack();let r=this.consumeAnyConcurrentTokens([19,47,24,45,48,15,16].map(je));if(!r.length){this.popStack();return}let n=r.map(o=>o.value).join(""),i=new He(n,G(r[0],r.at(-1))),s=this.processNodeAddresses(i);return i.address=s,n.match(/^[A-Za-z]/)||this._issues.push(Y(49,i)),this.mergeStack(),i}isPropertyName(){this.enqueueToStack();let r=this.consumeAnyConcurrentTokens([19,47,24,45,48,15,16,44,46].map(je));if(!r.length){this.popStack();return}let n=new Ze(r.map(i=>i.value).join(""),G(r[0],r.at(-1)));return this.mergeStack(),n}isLabelName(){this.enqueueToStack();let r=this.consumeAnyConcurrentTokens([19,47,48].map(je));if(!r.length){this.popStack();return}let n=r.map(s=>s.value).join("");if(!n.match(/^[A-Za-z]/)){this.popStack();return}let i=new rr(n,G(r[0],r.at(-1)));return this.mergeStack(),i}isLabelAssign(r){this.enqueueToStack();let n=this.consumeAnyConcurrentTokens([19,47,48].map(je));if(!n.length){this.popStack();return}let i=n.map(c=>c.value).join("");if(!i.match(/^[A-Za-z]/)){this.popStack();return}let s=this.currentToken,o=s&&V(s,50),a=new es(new rr(i,G(n[0],n.at(-1))),G(n[0],o?s:n.at(-1)));if(o){let c=n.at(-1);c&&(s.pos.line!==a.firstToken.pos.line||s.pos.col!==c.pos.colEnd)&&this._issues.push(Y(29,new j(G(c,s)))),this.moveToNextToken}else if(r)this._issues.push(Y(24,a));else{this.popStack();return}return this.mergeStack(),a}isProperty(r){this.enqueueToStack();let n=this.processOptionalLabelAssign(),i=this.isPropertyName();if(!i)return this.popStack(),!1;if(V(this.currentToken,2)||V(this.currentToken,49))return this.popStack(),!1;let s=new Ye(i,n),o;V(this.currentToken,0)?(s.assignOperatorToken=this.moveToNextToken,o=this.processValue(),o?.values.filter(c=>!!c).length||this._issues.push(Y(0,s)),s.values=o??null):s.values=void 0;let a=this.endStatement();return s.lastToken=a,r.addNodeChild(s),this.mergeStack(),!0}isDtsDocumentVersion(){this.enqueueToStack();let r=this.checkConcurrentTokens([je(13),nt("d"),nt("ts"),je(16),nt("v"),nt("1")]);if(r.length!==6)return this.popStack(),!1;let n=r[0],i=n,s=new mt;s.firstToken=n;let o=new yf(s);if(this.others.push(o),V(this.currentToken,13))i=this.moveToNextToken;else return s.lastToken=r.at(-1),this._issues.push(Y(21,o)),this.mergeStack(),!0;return s.lastToken=i,o.lastToken=this.endStatement(),this.mergeStack(),!0}isMemreserve(){this.enqueueToStack();let r=this.checkConcurrentTokens([je(13),nt("memreserve")]);if(r.length!==2)return this.popStack(),!1;let n=new mt;n.firstToken=r[0];let s=r[0];V(this.currentToken,13)?(s=this.moveToNextToken,n.lastToken=s):(n.lastToken=r.at(-1),this._issues.push(Y(21,n)));let o=this.processHex()||this.processDec(),a=o&&(this.processHex()||this.processDec()),c=new Ef(n,o,a);return this.others.push(c),o||this._issues.push(Y(37,n)),a||this._issues.push(Y(38,o??n)),c.lastToken=this.endStatement(),this.mergeStack(),!0}processBits(){this.enqueueToStack();let r=this.checkConcurrentTokens([je(13),nt("b"),nt("its")]);if(r.length!==3){this.popStack();return}let n=new mt;n.firstToken=r[0];let s=r[0];V(this.currentToken,13)?(s=this.moveToNextToken,n.lastToken=s):(n.lastToken=r.at(-1),this._issues.push(Y(21,n)));let o=this.processDec(),a=new wf(n,o);return this.others.push(a),o?o.value!==8&&o.value!==16&&o.value!==32&&o.value!==64&&this._issues.push(Y(40,o)):this._issues.push(Y(39,n)),this._issues.push(Y(41,a,kf.DiagnosticSeverity.Warning)),this.mergeStack(),a}isOmitIfNoRefNode(){this.enqueueToStack();let r=this.checkConcurrentTokens([je(13),nt("omit"),je(16),nt("if"),je(16),nt("no"),je(16),nt("ref"),je(13)]);if(r.length!==9){this.popStack();return}let n=new mt(G(r[0],r.at(-1)));return this.mergeStack(),n}isDeleteNode(r,n){this.enqueueToStack();let i=this.checkConcurrentTokens([je(13),nt("d"),nt("e"),nt("lete"),je(16),nt("node")]);if(!i.length)return this.popStack(),!1;let s=i[0],o=s,a=new mt;if(a.firstToken=s,i.length===1&&!V(this.currentToken,2)){this._issues.push(Y(25,a)),a.lastToken=i.at(-1);let d=new Ir(a);return r.addNodeChild(d),this.mergeStack(),!0}let c=i.map(d=>d.value??"").join("");if(!"/delete-node/".startsWith(c)||c.endsWith("-"))return this.popStack(),!1;a.lastToken=i.at(-1),c!=="/delete-node"?this._issues.push(Y(c.startsWith("/delete-n")?34:25,a)):V(this.currentToken,13)?(o=this.moveToNextToken,a.lastToken=o):this._issues.push(Y(21,a));let l=new Ir(a);if(Cn(a.tokenIndexes?.end,s)){let d=this.processNodePathRef();d&&n==="Name"&&this._issues.push(Y(7,d));let f=d?void 0:this.isLabelRef();f&&n==="Name"&&this._issues.push(Y(7,f));let p=d||f?void 0:this.isNodeName();p&&n==="Ref"&&this._issues.push(Y(10,p)),!d&&!p&&!f&&this._issues.push(Y([7,10],l)),l.nodeNameOrRef=d??f??p??null}else n==="Name"?this._issues.push(Y(7,a)):n==="Ref"&&this._issues.push(Y(10,a));let u=this.endStatement();return l.lastToken=u,r.addNodeChild(l),this.mergeStack(),!0}isDeleteProperty(r){this.enqueueToStack();let n=this.checkConcurrentTokens([je(13),nt("d"),nt("e"),nt("lete"),je(16),nt("property")]);if(!n.length)return this.popStack(),!1;let i=n[0],s=i,o=new mt;if(o.firstToken=i,n.length===1&&!V(this.currentToken,2)){this._issues.push(Y(25,o)),o.lastToken=n.at(-1);let u=new ht(o);return r.addNodeChild(u),this.mergeStack(),!0}let a=n.map(u=>u.value??"").join("");if(!"/delete-property/".startsWith(a)||a.endsWith("-"))return this.popStack(),!1;o.lastToken=n.at(-1),a!=="/delete-property"?this._issues.push(Y(a.startsWith("/delete-p")?35:25,o)):V(this.currentToken,13)?(s=this.moveToNextToken,o.lastToken=s):this._issues.push(Y(21,o));let c=new ht(o);if(Cn(o.tokenIndexes?.end,i)){let u=this.isPropertyName();u||this._issues.push(Y(6,c)),c.propertyName=u??null}else this._issues.push(Y(6,o));let l=this.endStatement();return c.lastToken=l,r.addNodeChild(c),this.mergeStack(),!0}isNodePathRef(){this.enqueueToStack();let r=this.processOptionalLabelAssign(!0),n=this.processNodePathRef();if(!n){this.popStack();return}let i=[];this.currentToken&&this.currentToken.pos.line===this.currentToken.prevToken?.pos.line&&i.push(...this.processOptionalLabelAssign(!0));let s=new _r(r,n,i);return this.mergeStack(),s}processValue(){this.enqueueToStack();let n=(()=>{let s=()=>(this.processStringValue()||this.isNodePathRef()||this.isLabelRefValue()||this.arrayValues()||this.processByteStringValue()||this.isExpressionValue())??null,o=s();if(!o)return[];let a=[o];for(;!V(this.currentToken,1);){let c=this.prevToken,l=this.currentToken,u,d=V(this.currentToken,24);if(d)u=this.currentToken,this.moveToNextToken;else if(!Cn(this.prevToken,this.currentToken))break;let f=s();if(l&&f===null&&d){let y=new j(G(l,this.currentToken));this._issues.push(Y(0,y))}if(!d&&f===null)break;if(c&&!d&&f){let y=new j(G(c));this._issues.push(Y(28,y))}let p=a.at(-1);p&&(p.nextValueSeparator??=u),a.push(f)}return a})();if(n.length===0){this.popStack();return}return this.mergeStack(),new gf(n)}processStringValue(){this.enqueueToStack();let r=this.processOptionalLabelAssign(!0),n=this.consumeAnyConcurrentTokens([je(21)]);if(!n.length){this.popStack();return}if(n.some(l=>!l?.value))throw new Error("Token must have value");let i=n.map(l=>l.value).join(`
190
- `),s=i;s.match(/["']$/)&&(s=s.slice(1,-1));let o=new ne(s,G(n[0],n.at(-1)));i.match(/["']$/)||this._issues.push(Y(i.startsWith('"')?16:17,o));let a=[];this.currentToken&&this.currentToken.pos.line===this.currentToken.prevToken?.pos.line&&(a=this.processOptionalLabelAssign(!0));let c=new _r(r,o,a);return this.mergeStack(),c}arrayValues(){this.enqueueToStack();let r=this.processOptionalLabelAssign(!0),n=this.processBits(),i=this.currentToken;if(V(i,5))this.moveToNextToken;else{this.popStack();return}let s=this.processArrayValues()??null;s.openBracket=i;let o=this.processOptionalLabelAssign(!0)??[],a=new _r(r,s,o,n);if(!V(this.currentToken,4))this._issues.push(Y(12,a));else{let l=this.moveToNextToken;s&&(s.closeBracket=l)}let c=[];return this.currentToken&&this.currentToken.pos.line===this.currentToken.prevToken?.pos.line&&(c=this.processOptionalLabelAssign(!0)),this.mergeStack(),a.endLabels.push(...c),a.firstToken=i,a.lastToken=this.prevToken,a}processByteStringValue(){this.enqueueToStack();let r=this.processOptionalLabelAssign(!0),n=this.moveToNextToken,i=n;if(!V(i,11)){this.popStack();return}let s=this.processLabeledValue(()=>this.processHexString()),o=this.processOptionalLabelAssign(!0)??[];s.forEach(u=>{let d=0;u.value?.tokenIndexes?.start===u.value?.tokenIndexes?.end&&(d=u.value?.tokenIndexes?.start?.pos.len??0),d%2!==0&&this._issues.push(Y(15,u))});let a=new Ni(s??[]);a.openBracket=i,a.values.length===0&&(a.firstToken=n,this._issues.push(Y(14,a)));let c=new _r(r,a,o);V(this.currentToken,12)?a.closeBracket=this.moveToNextToken:this._issues.push(Y(5,c));let l=[];return this.currentToken&&this.currentToken.pos.line===this.currentToken.prevToken?.pos.line&&(l=this.processOptionalLabelAssign(!0)),this.mergeStack(),c.endLabels.push(...l),c.firstToken=n,a.lastToken=this.prevToken,c}processLabeledValue(r){this.enqueueToStack();let n=r(),i=[];if(!n)return this.popStack(),[];for(;n;)i=[...i,n],n=r();if(i){let s=r();s&&(i=[...i,s])}return this.mergeStack(),i}processArrayValues(){this.enqueueToStack();let r=this.processLabeledValue(()=>this.processRefValue(!1)||this.processLabeledHex(!1)||this.processLabeledDec(!1)||this.processLabeledExpression(!0,!1)),n=new qt(r);return r.length===0&&(n.firstToken=this.currentToken),this.mergeStack(),n}processLabeledHex(r){this.enqueueToStack();let n=this.processOptionalLabelAssign(r),i=this.processHex();if(!i){this.popStack();return}let s=new Qn(i,n);return this.mergeStack(),s}processHexString(){this.enqueueToStack();let r=this.processOptionalLabelAssign(!1),n=this.checkConcurrentTokens([20,20].map(je));if(!n.length){this.popStack();return}let i=Number.parseInt(n.map(a=>a.value).join(""),16),s=new tr(i,G(n[0],n.at(-1))),o=new Qn(s,r);return this.mergeStack(),o}processLabeledDec(r){this.enqueueToStack();let n=this.processOptionalLabelAssign(r),i=this.processDec();if(!i){this.popStack();return}let s=new Qn(i,n);return this.mergeStack(),s}processLabeledExpression(r=!0,n=r){this.enqueueToStack();let i=[];r&&(i=this.processOptionalLabelAssign(n));let s=this.processExpression(this.cPreprocessorParser.macros);if(!s){this.popStack();return}let o=new Qn(s,i);return this.mergeStack(),o}isExpressionValue(){this.enqueueToStack();let r=this.processOptionalLabelAssign(!1),n=this.processExpression(this.cPreprocessorParser.macros);if(!n){this.popStack();return}let i=this.processOptionalLabelAssign(!0),s=new _r(r,n,i);return this.mergeStack(),s}isLabelRef(){this.enqueueToStack();let r=this.currentToken;if(!r||!V(r,40)){this.popStack();return}else this.moveToNextToken;let n=this.isLabelName();if(!n){let s=new se(null);return this._issues.push(Y(18,new j(G(r)))),s.firstToken=r,this.mergeStack(),s}r&&(n.firstToken.pos.line!==r.pos.line||n.firstToken.pos.col!==r.pos.colEnd)&&this._issues.push(Y(29,new j(G(r,n.firstToken))));let i=new se(n);return i.firstToken=r,this.mergeStack(),i}isLabelRefValue(){this.enqueueToStack();let r=this.processOptionalLabelAssign(!0),n=this.isLabelRef();if(!n){this.popStack();return}let i=[];this.currentToken&&this.currentToken.pos.line===this.currentToken.prevToken?.pos.line&&(i=this.processOptionalLabelAssign(!0));let s=new _r(r,n,i);return this.mergeStack(),s}processRefValue(r){this.enqueueToStack();let n=this.processOptionalLabelAssign(r),i=this.currentToken;if(!i||!V(i,40)){this.popStack();return}let s=this.processNodePathRef();if(s!==void 0){let c=new Qn(s,n);return this.mergeStack(),c}let o=this.isLabelRef();if(o===void 0){this._issues.push(Y([18,9],new j(G(i))));let c=new Qn(null,n);return c.firstToken=n.at(0)?.firstToken??i,this.mergeStack(),c}let a=new Qn(o,n);return a.firstToken=n.at(0)?.firstToken??i,this.mergeStack(),a}processNodePath(r=!0,n=new An){this.enqueueToStack();let i;if(V(this.currentToken,13))i=this.moveToNextToken;else{if(!r){this.popStack();return}this.prevToken&&this._issues.push(Y(19,new j(G(this.prevToken))))}let s=this.isNodeName();if(s||this._issues.push(Y(7,new j(G(i??this.prevToken)))),n.addPath(s??null,i?new j(G(i)):void 0),r&&!i&&n.children.length===0){this.mergeStack();return}return this.processNodePath(!1,n),this.mergeStack(),n}processNodePathRef(){this.enqueueToStack();let r=this.moveToNextToken,n=r;if(!V(n,40)){this.popStack();return}let i=this.moveToNextToken;if(n=i,!V(n,2)){this.popStack();return}if(r&&!Gt(r,i)){let l=new j(G(r,i));this._issues.push(Y(29,l))}let s=this.processNodePath(),o=new it(s??null),a=this.currentToken??this.prevToken,c=a;return s?.children.forEach((l,u)=>{if(u===s?.children.length-1&&l&&c&&!Gt(l.lastToken,c)){this._issues.push(Y(29,new j(G(l.lastToken,c))));return}if(u===0&&i&&!Gt(i,l?.firstToken)){this._issues.push(Y(29,new j(G(i,l?.firstToken))));return}let d=s?.children[u+1];l&&d&&!Gt(l.lastToken,d.firstToken)&&this._issues.push(Y(29,new j(G(l.lastToken,d?.firstToken))))}),V(a,3)?this.moveToNextToken:this.prevToken&&this._issues.push(Y(3,new j(G(this.prevToken)))),o.firstToken=r,o.lastToken=a??this.prevToken,this.mergeStack(),o}get includes(){return this.allAstItems.filter(r=>r instanceof Pi)}get allAstItems(){return[...this.cPreprocessorParser.allAstItems,...this.rootDocument.children,...this.others,...this.unhandledStatements.properties,...this.unhandledStatements.deleteProperties,...this.unhandledStatements.nodes]}};var Zj=async(t,e,r)=>{let n=te.Position.create(t.pos.line,t.pos.col),i=r.find(s=>sn(s,e,n));if(i)return Jn(i,e,n)},Gy=t=>{if(t)return t instanceof lt?t:Gy(t?.parentNode)},ta=(t,e,r=0)=>{if(!e||!fe(e.uri,t)||!e.parentNode?.uri)return r;let n=Gy(e.parentNode);return ta(t,n,r+1)},eU=(t,e)=>async r=>{let n=t.filter(a=>!(a instanceof Pi)&&!(a instanceof cn)&&!(a instanceof an)&&!(a instanceof rs)),i=await Zj(r.firstToken,e,n);if(!i||i===r||r.allDescendants.some(a=>a===i))return{level:0};let s=Gy(i);return{level:ta(e,s),inAst:i}};async function Gw(t,e){let r=De(t.textDocument.uri),n=new Ys(r,[],void 0,()=>new Jo(e,r).tokens,!0);await n.stable;let i=n.issues.filter(s=>Yo(s.raw,r,!1));if(i?.length)throw new te.ResponseError(te.ErrorCodes.InternalError,"Unable to format. File has syntax issues.",i.map(s=>s.diagnostic()));return Yw(t,n.allAstItems,r,e.split(`
191
- `))}async function Yw(t,e,r,n){let i=eU(e,r),s=[];s.push(...(await Promise.all(e.flatMap(async a=>await Jw(t,a,r,i,n)))).flat()),t.options.trimTrailingWhitespace&&s.push(...nU(n,s));let o=tU(e,n);return o.length?s.filter(a=>!rU(a.range.start,o)):s}async function Yy(t,e,r){let n=r.split(`
192
- `),i=De(t.textDocument.uri),s=await e.getRuntime(),o=s.fileTopMostAsts(i);if(s.includes.filter(c=>fe(c.resolvedPath,i)).length>1){let c=[];o.forEach(l=>{c.some(u=>u.firstToken.pos.line===l.firstToken.pos.line&&u.firstToken.pos.col===l.firstToken.pos.col)||c.push(l)}),o=c}return Yw(t,o,i,n)}var tU=(t,e)=>{let r=te.Position.create(e.length-1,e.at(-1)?.length??0),n=[],i;return t.filter(o=>(o instanceof an||o instanceof cn)&&/^dts-format (on|off)$/.test(o.toString().trim())).sort((o,a)=>o.firstToken.pos.line-a.firstToken.pos.line).forEach(o=>{let a=o.toString().trim();if(a==="dts-format off")i={start:te.Position.create(o.firstToken.pos.line,o instanceof an?o.firstToken.pos.colEnd:0)};else if(a==="dts-format on"&&i){let c=te.Position.create(o.lastToken.pos.line,o instanceof an?o.lastToken.pos.colEnd-1:e[o.lastToken.pos.line-1].length);n.push(te.Range.create(i.start,c)),i=void 0}}),i&&n.push(te.Range.create(i.start,r)),n};function Ww(t,e){return t.line<e.line?-1:t.line>e.line?1:t.character<e.character?-1:t.character>e.character?1:0}var rU=(t,e)=>e.some(r=>Ww(t,r.start)>=0&&Ww(t,r.end)<=0),nU=(t,e)=>{let r=[];return t.forEach((n,i)=>{let s=n.trimEnd();if(s.length!==n.length){let o=te.Range.create(te.Position.create(i,s.length),te.Position.create(i,n.length));e.some(a=>Pw(o,a.range))||r.push(te.TextEdit.del(o))}}),r},Df=(t,e,r=1,n=!1,i=t.prevToken)=>{if(i){let s=t.pos.line-i.pos.line;if(s-r&&(s!==2&&r!==0||r===0||n))return te.TextEdit.replace(te.Range.create(te.Position.create(i.pos.line,i.pos.colEnd),te.Position.create(t.pos.line-(r?1:0),r?e[t.pos.line-(r?1:0)].length:t.pos.col)),"".padEnd(r-(n?1:0),`
193
- `))}else if(t.pos.line)return te.TextEdit.del(te.Range.create(te.Position.create(0,0),te.Position.create(t.pos.line,0)))},Kw=(t,e,r,n="")=>{let i=t.pos.line===t.prevToken?.pos.line;if(t.prevToken&&i)return te.TextEdit.replace(te.Range.create(te.Position.create(t.prevToken.pos.line,t.prevToken.pos.colEnd),te.Position.create(t.pos.line,t.pos.col)),`
194
- ${"".padStart(e*r.length,r)}${n}`)},Ky=(t,e,r,n,i="")=>{let s=`${"".padStart(e*r.length,r)}${i}`,o=te.Range.create(te.Position.create(t.pos.line,0),te.Position.create(t.pos.line,t.pos.col)),a=yU(n,o);return s===a?[]:[te.TextEdit.replace(te.Range.create(te.Position.create(t.pos.line,0),te.Position.create(t.pos.line,t.pos.col)),s)]},gt=(t,e,r=1,n=!1)=>{if(!t.nextToken)return[];if(t.nextToken?.pos.line!==t.pos.line){if(n)return[];let i=Df(t.nextToken,e,0);if(!i)throw new Error("remove new LinesEdit must be defined");return r&&(i.newText=`${"".padEnd(r," ")}${i.newText}`),[i]}return r===0?[te.TextEdit.del(te.Range.create(te.Position.create(t.pos.line,t.pos.colEnd),te.Position.create(t.nextToken.pos.line,t.nextToken.pos.col)))]:t.nextToken.pos.line===t.pos.line&&t.pos.colEnd===t.nextToken.pos.col?[te.TextEdit.insert(te.Position.create(t.nextToken.pos.line,t.nextToken.pos.col),"".padEnd(r," "))]:[te.TextEdit.replace(te.Range.create(te.Position.create(t.pos.line,t.pos.colEnd),te.Position.create(t.nextToken.pos.line,t.nextToken.pos.col)),"".padEnd(r," "))]},Mc=(t,e)=>t.slice(1).flatMap(r=>r.firstToken.prevToken?gt(r.firstToken.prevToken,e):[]),iU=async(t,e,r,n,i,s,o)=>{if(!fe(e.uri,r))return[];let a=[];if(a.push(...Wr(e.firstToken,n,i,s,void 0,e.firstToken.prevToken?.value==="{"&&!e.topComment||e.topComment?1:2,!0)),e instanceof Ue||e instanceof Yt)if(a.push(...Mc(e.labels,s)),e instanceof Ue){e.labels.length&&e.name&&e.name.firstToken.prevToken&&a.push(...gt(e.name.firstToken.prevToken,s));let c=e.name&&e.openScope?gt(e.name.lastToken,s):[];a.push(...c)}else{e.labels.length&&e.reference?.firstToken.prevToken&&a.push(...gt(e.reference.firstToken.prevToken,s));let c=e.reference&&e.openScope?gt(e.reference.lastToken,s):[];a.push(...c)}else e instanceof Nt&&e.firstToken.value==="/"&&e.openScope&&a.push(...gt(e.firstToken,s,1));return a.push(...(await Promise.all(e.children.flatMap(c=>Jw(t,c,r,o,s,n+1)))).flat()),e.closeScope&&(e.openScope&&e.closeScope.prevToken===e.openScope?a.push(...gt(e.openScope,s,0)):a.push(...Wr(e.closeScope,n,i,s,void 0,1,!0))),e.lastToken.value===";"&&e.closeScope&&a.push(...qc(e.closeScope,e.lastToken)),a},sU=(t,e,r,n,i,s)=>{let o=[];if(o.push(...Mc(e.labels,s)),e.labels.length&&e.value?.firstToken.prevToken&&o.push(...gt(e.value.firstToken.prevToken,s)),e.firstToken.prevToken)if(e.firstToken.pos.line!==e.firstToken.prevToken?.pos.line&&e.firstToken.prevToken!==i){let a=Df(e.firstToken,s,1,!0);a&&o.push(a),o.push(...Ky(e.firstToken,r,n.singleIndent,s,ea(n,t+4)))}else o.push(...gt(e.firstToken.prevToken,s,i&&e.firstToken.prevToken===i?0:1));return e.value instanceof we&&o.push(...Cf(e.value,s,r,n,t+4)),o},oU=(t,e,r,n,i)=>{let s=[];return e instanceof qt||e instanceof Ni?e.openBracket&&e.openBracket?.nextToken===e.closeBracket?s.push(...gt(e.openBracket,i,0)):(s.push(...e.values.flatMap(o=>sU(t,o,r,n,e.openBracket,i))),e.closeBracket?.prevToken&&s.push(...gt(e.closeBracket.prevToken,i,e.closeBracket.prevToken===e.values.at(-1)?.lastToken?0:1))):e instanceof we&&s.push(...Cf(e,i,r,n,t)),s},Cf=(t,e,r,n,i)=>t instanceof kn?aU(t,e):t instanceof Kn?cU(t,e,r,n,i):[],aU=(t,e)=>{let r=[];return r.push(...gt(t.functionName.lastToken,e,0)),t.params.forEach((n,i)=>{n?.firstToken.prevToken&&r.push(...gt(n?.firstToken.prevToken,e,i?1:0)),n?.splitToken&&r.push(...qc(n.lastToken,n.splitToken))}),t.lastToken.value===")"&&t.lastToken.prevToken&&r.push(...gt(t.lastToken.prevToken,e,0)),r},cU=(t,e,r,n,i)=>{let s=[];return t.openBracket&&t.openBracket.nextToken&&(t.openBracket.pos.line===t.openBracket.nextToken.pos.line?s.push(...gt(t.openBracket,e,0)):s.push(...Wr(t.openBracket,r,n.singleIndent,e,ea(n,i)))),s.push(...Cf(t.expression,e,r,n,i)),t.join?.forEach(o=>{o.operator.firstToken.prevToken&&s.push(...gt(o.operator.firstToken.prevToken,e)),o.expression.firstToken.prevToken?.pos.line===o.expression.firstToken.pos.line?s.push(...gt(o.expression.firstToken.prevToken,e)):s.push(...Wr(o.expression.firstToken,r,n.singleIndent,e,ea(n,i))),s.push(...Cf(o.expression,e,r,n,i))}),!t.join?.length&&!(t.expression instanceof Kn)&&(t.expression instanceof kn||t.expression instanceof Ct)&&(t.openBracket&&s.push(te.TextEdit.del(te.Range.create(te.Position.create(t.openBracket.pos.line,t.openBracket.pos.col),te.Position.create(t.openBracket.pos.line,t.openBracket.pos.colEnd)))),t.closeBracket&&s.push(te.TextEdit.del(te.Range.create(te.Position.create(t.closeBracket.pos.line,t.closeBracket.pos.col),te.Position.create(t.closeBracket.pos.line,t.closeBracket.pos.colEnd))))),t.closeBracket&&t.closeBracket.prevToken&&s.push(...gt(t.closeBracket.prevToken,e,0)),s},lU=(t,e,r,n,i)=>{let s=[];return s.push(...Mc(e.startLabels,i)),s.push(...oU(t,e.value,r,n,i)),s.push(...Mc(e.endLabels,i)),s},ea=(t,e)=>{if(t.insertSpaces)return"".padStart(e," ");let r=Math.floor(e/t.tabSize),n=e%t.tabSize;return`${"".padStart(r," ")}${"".padStart(n," ")}`},uU=(t,e,r,n,i,s)=>{let o=[];return e.values.forEach((a,c)=>{if(!a)return[];let l=a.firstToken.prevToken,u=c?e.values.at(c-1):void 0;if(l)if(l.pos.line===a.firstToken.pos.line)if(l.value===","&&u?.lastToken.pos.line!==a.firstToken.pos.line&&l.prevToken?.pos.line!==a.firstToken.pos.line){let d=Kw(a.firstToken,r,n.singleIndent,ea(n,t+3));d&&o.push(d)}else o.push(...gt(l,i,1));else if(s&&a.firstToken.prevToken===s)o.push(...gt(s,i));else{let d=Df(a.firstToken,i,1,!0);d&&o.push(d),o.push(...Ky(a.firstToken,r,n.singleIndent,i,ea(n,t+3)))}o.push(...lU(t,a,r,n,i)),a.nextValueSeparator&&o.push(...qc(a.lastToken,a.nextValueSeparator))}),o},dU=(t,e,r,n,i)=>{if(!fe(t.uri,i))return[];let s=[];return s.push(...Wr(t.firstToken,e,r.singleIndent,n,void 0,void 0,t.firstToken.prevToken?.value==="{")),s.push(...Mc(t.labels,n)),t.labels.length&&t.propertyName?.firstToken.prevToken&&s.push(...gt(t.propertyName.firstToken.prevToken,n)),t.values&&(t.propertyName&&s.push(...gt(t.propertyName?.lastToken,n)),s.push(...uU(t.propertyName?.name.length??0,t.values,e,r,n,t.assignOperatorToken))),t.lastToken.value===";"&&s.push(...qc(t.children.at(-1).lastToken,t.lastToken)),s},Wr=(t,e,r,n,i,s,o)=>{let a=[],c=Kw(t,e,r,i);if(c)a.push(c);else{let l=Df(t,n,s,o);l&&a.push(l),a.push(...Ky(t,e,r,n,i))}return a},qc=(t,e)=>t.pos.line===e.pos.line&&t.pos.colEnd+1===e.pos.colEnd?[]:t.nextToken===e?[te.TextEdit.replace(te.Range.create(te.Position.create(t.pos.line,t.pos.colEnd),te.Position.create(e.pos.line,e.pos.colEnd)),e.value)]:[te.TextEdit.insert(te.Position.create(t.pos.line,t.pos.colEnd),e.value),te.TextEdit.del(te.Range.create(te.Position.create(e.prevToken?.pos.line??e.pos.line,e.prevToken?.pos.colEnd??e.pos.col),te.Position.create(e.pos.line,e.pos.colEnd)))],fU=(t,e,r,n)=>{let i=[];i.push(...Wr(t.firstToken,e,r,n));let s=gt(t.keyword.lastToken,n);return i.push(...s),t.lastToken.value===";"&&i.push(...qc(t.children.at(-1).lastToken,t.lastToken)),i},pU=(t,e,r,n,i)=>{if(r===void 0)return[];if(!fe(t.uri,e))return[];let s=[];s.push(...Wr(t.firstToken,r.level,n,i));let o=gt(t.keyword.lastToken,i);return s.push(...o),s},hU=(t,e,r,n,i)=>t.comments.length===1&&t.firstToken.pos.line===t.firstToken.prevToken?.pos.line?[]:t.comments.flatMap((s,o)=>mU(s,t,e,r,n,o?o===t.comments.length-1?"last":"comment":"first",i)),Xw=(t,e,r="")=>{let n=e?jy(e):void 0;if(!n)return r;let i=Ws(e),s=n.propertyName?.name.length??0;return`${`${ea(t,s+(i?4:3)+(r.length-r.trimStart().length))}`}${r.trimStart()}`},mU=(t,e,r,n,i,s,o)=>{if(!t.firstToken.prevToken)return Wr(t.firstToken,r?.level??0,n,i);if(t.firstToken.pos.line===t.firstToken.prevToken?.pos.line)return gt(t.firstToken.prevToken,i,1);if(r===void 0)return[];let a,c;s==="first"&&!e.astBeforeComment&&e.astAfterComment instanceof lt&&(a=!0,c=e.firstToken.prevToken?.value==="{"?1:2);let l=[],u="",d=t.toString();switch(s==="last"&&d.trim()!==""&&t.lastToken.prevToken&&(s="comment",l.push(...Wr(t.lastToken.prevToken,r?.level??0,n,i," "))),s){case"comment":u=t.firstToken.value==="*"?" ":" * ";break;case"first":break;case"last":u=" ";break}return r?.inAst instanceof lt?l.push(...Wr(t.firstToken,r?.level??0,n,i,u,c,a)):l.push(...Wr(t.firstToken,r?.level??0,n,i,Xw(o,r?.inAst,u),c,a)),l},gU=(t,e,r,n,i)=>{if(!t.firstToken.prevToken)return Wr(t.firstToken,e?.level??0,r,n);if(t.firstToken.pos.line===t.firstToken.prevToken.pos.line)return[];let o,a;return!t.astBeforeComment&&t.astAfterComment instanceof lt&&(o=!0,a=t.firstToken.prevToken?.value==="{"?1:2),Wr(t.firstToken,e?.level??0,r,n,Xw(i,e?.inAst),a,o)},Jw=async(t,e,r,n,i,s=0)=>{let o=t.options.tabSize,a=t.options.insertSpaces,c=a?"".padStart(o," "):" ",l={tabSize:o,insertSpaces:a,singleIndent:c};return yw(c),e instanceof lt?iU(t,e,r,s,c,i,n):e instanceof Ye?dU(e,s,l,i,r):e instanceof br?fU(e,s,c,i):e instanceof Pi?pU(e,r,await n(e),c,i):e instanceof cn?gU(e,await n(e),c,i,l):e instanceof an?hU(e,await n(e),c,i,l):[]};function yU(t,e){let r=t[e.start.line],n=t[e.end.line];if(e.start.line===e.end.line)return r.substring(e.start.character,e.end.character);let i=t.slice(e.start.line+1,e.end.line);return[r.substring(e.start.character),...i,n.substring(0,e.end.character)].join(`
195
- `)}function vU(t){switch(t){case"EMPTY":return"EMPTY";case"U32":return"U32";case"U64":return"U64";case"STRING":return"STRING";case"PROP_ENCODED_ARRAY":return"PROP_ENCODED_ARRAY";case"STRINGLIST":return"STRINGLIST";case"BYTESTRING":return"BYTESTRING";case"ANY":return"ANY";case"UNKNOWN":return"UNKNOWN"}}var J=class{constructor(e,r,n="optional",i=void 0,s,o){this.name=e;this.type=r;this.def=i;this.additionalTypeCheck=o;this.hideAutoComplete=!1;this.list=!1;this.onHover=()=>({kind:Ke.MarkupKind.Markdown,value:["### Type","**DTS native type** ",`${this.type.map(e=>e.types.map(vU).join(" or ")).join(",")}
196
-
197
- `,...this.bindingType?["**Binding type** ",`${this.bindingType}
198
-
199
- `]:[],...this.description?["### Description",this.description.join(`
200
-
201
- `)]:[],...this.examples?["### Example",this.examples.join(`
202
-
203
- `)]:[]].join(`
204
- `)});this.signatureArgsCyclic=!1;typeof n!="function"?this.required=()=>n:this.required=n,typeof s!="function"?(this.allowedValues=s,this.values=()=>s===void 0?i?[i]:[]:i&&s.indexOf(i)===-1?[i,...s]:s):this.values=s}getNameMatch(e){return typeof this.name=="string"?this.name===e:this.name.test(e)}validateProperty(e,r,n,i){let s=this.required(r);if(i){if(s==="omitted")return[$(11,i.ast,Ke.DiagnosticSeverity.Error,void 0,[],[n])]}else{if(s==="required"){let l=e.getOrderedNodeAst(r),u=Ko(l),d="";if(this.type.length===1&&this.type[0].types.length===1)switch(this.type[0].types[0]){case"U32":case"U64":case"PROP_ENCODED_ARRAY":d=` = <${n==="reg"&&r.address?r.address.map(f=>`0x${f.toString(16)}`).join(" "):""}>`;break;case"STRING":case"STRINGLIST":d=' = ""';break;case"BYTESTRING":d=" = []";break}return[...l.map((f,p)=>{let y=f.openScope??u[p].lastToken;return $(0,u[p],Ke.DiagnosticSeverity.Error,[],[],[n],Ke.TextEdit.insert(Ke.Position.create(y.pos.line,y.pos.col+1),`
205
- ${"".padEnd(ta(u[p].uri,f)*Go().length,Go())}${n}${d};`))})]}return[]}let o=TU(i),a=[],c=(l,u,d)=>{if(d??=i.ast,!(l.some(p=>p==u)||l.some(p=>p=="STRINGLIST")&&(u==="STRING"||u==="STRINGLIST")||l.some(p=>p=="PROP_ENCODED_ARRAY")&&(u==="U32"||u==="U64"))){let p=[];l.forEach(y=>{switch(y){case"EMPTY":p.push(1);break;case"STRING":p.push(2);break;case"STRINGLIST":p.push(3);break;case"U32":p.push(5);break;case"U64":p.push(6);break;case"PROP_ENCODED_ARRAY":p.push(7);break}}),p.length&&a.push($(p,d,Ke.DiagnosticSeverity.Error,[],[],[i.name]))}};if(this.type[0].types.some(l=>l==="ANY"))return[];if(this.type.length>1){let l=this.type;!this.list&&this.type.length!==o.length?a.push($(4,i.ast.values??i.ast,Ke.DiagnosticSeverity.Error,[],[],[n,this.type.length.toString()])):o.forEach((u,d)=>{l[0].types.every(f=>f!==u)&&a.push($(3,i.ast.values?.values[d]??i.ast))})}else{this.type[0].types.some(u=>u==="STRINGLIST")?o.some(u=>c(["STRINGLIST"],u,i.ast.values?.values[0]?.value)):this.list||this.type.length===1&&this.type[0].types.filter(u=>u!=="EMPTY").every(u=>u==="PROP_ENCODED_ARRAY")?o.some(u=>c(this.type[0].types,u,i.ast.values?.values[0]?.value)):o.length>1&&this.type[0].types.some(u=>u!=="EMPTY")?a.push($(8,i.ast.propertyName??i.ast,Ke.DiagnosticSeverity.Error,(i.ast.values?.values.slice(1)??[]).filter(u=>!!u),[],[i.name])):o.length===1&&c(this.type[0].types,o[0],i.ast.values?.values[0]?.value);let l=this.values(i);if(a.length===0&&(a.push(...this.additionalTypeCheck?.(i,e.context.macros)??[]),l.length&&this.type[0].types.some(u=>u==="STRING"))){let u=i.ast.values?.values[0]?.value;l.some(d=>u.value===d)||a.push($(9,i.ast.values?.values[0]?.value??i.ast,Ke.DiagnosticSeverity.Error,[],[],[this.values(i).map(d=>`'${d}'`).join(" or ")]))}}return a}getPropertyCompletionItems(e,r,n){let i=this.type.at(r);return i?.types.some(s=>s==="STRING")?e.ast.values?.values&&e.ast.values.values?.length>1?[]:this.values(e).map(s=>({label:`"${s}"`,kind:Ke.CompletionItemKind.Variable,sortText:s===this.def?`A${s}`:`Z${s}`,insertText:n?`${s}`:`"${s}"`})):i?.types.some(s=>s==="U32"||s==="U64")?this.values(e).map(s=>({label:`<${s}>`,kind:Ke.CompletionItemKind.Variable,sortText:s===this.def?`A${s}`:`Z${s}`,insertText:n?`${s}`:`<${s}>`})):[]}},TU=t=>t.ast.values?t.ast.values.values.map(e=>bU(e)):["EMPTY"],bU=t=>t?t.value instanceof ne?"STRING":t.value instanceof qt?t.value.values.length===1?"U32":t.value.values.length===2?"U64":"PROP_ENCODED_ARRAY":t.value instanceof se||t.value instanceof it?"U32":"BYTESTRING":"UNKNOWN",Lc=class{constructor(){this.extends=new Set}},Pt=class extends Lc{constructor(r=()=>[]){super();this.additionalValidations=r;this.#e=[];this.noMismatchPropertiesAllowed=!1;this.warnMismatchProperties=!1}#e;#t;getIssue(r,n){let i=[];if(n.disabled){let a=n.getProperty("status");return[...n.definitions,...n.referencedBy].forEach(c=>i.push($(21,c,Ke.DiagnosticSeverity.Hint,[...a?.ast?[a?.ast]:[]],[Ke.DiagnosticTag.Unnecessary]))),i}let s=new Set,o=this.properties.flatMap(a=>{if(a.name==="reg"&&a.required(n)==="required"&&!n.address&&n.property.find(u=>u.name==="reg")){let u=n.regArray(r.context.macros)?.at(0)?.startAddress.map(d=>d.toString(16)).join(",");i.push($(36,n.definitions.at(-1).name??n.definitions.at(-1),Ke.DiagnosticSeverity.Error,n.definitions.slice(0,-1).map(d=>d.name??d),[],[],u?n.definitions.filter(d=>!!d.name).map(d=>Ke.TextEdit.insert(Ke.Position.create(d.name.lastToken.pos.line,d.name.lastToken.pos.colEnd),`@${u}`)):void 0,"Add Node Address"))}if(typeof a.name=="string"){let u=n.getProperty(a.name);return u&&s.add(u),a.validateProperty(r,n,a.name,u)}let c=n.property.filter(u=>a.getNameMatch(u.name));c.forEach(u=>s.add(u));let l=this.properties.filter(u=>u!==a)??[];return l.length&&c.some(u=>l.some(d=>d.getNameMatch(u.name)))?[]:c.flatMap(u=>a.validateProperty(r,n,u.name,u))});return s.size!==n.property.length&&(this.noMismatchPropertiesAllowed||this.warnMismatchProperties)&&n.property.filter(c=>!s.has(c)).forEach(c=>{i.push($(this.warnMismatchProperties?34:27,c.ast,this.warnMismatchProperties?Ke.DiagnosticSeverity.Warning:Ke.DiagnosticSeverity.Error,[],[],[c.name],Ke.TextEdit.del(zs(c.ast.firstToken.prevToken,c.ast.lastToken,!1))))}),[...i,...o,...this.additionalValidations(r,n)]}get properties(){return this.#e}addProperty(r){Array.isArray(r)?r.forEach(n=>this.#e.push(n)):this.#e.push(r),this.#e.sort((n,i)=>typeof n.name=="string"&&typeof i.name=="string"||typeof n.name!="string"&&typeof i.name!="string"?0:typeof n.name=="string"?-1:1)}get childNodeType(){return this.#t}set childNodeType(r){r&&(this.#t=n=>{let i=r(n);return i.bindingsPath=this.bindingsPath,i})}getOnPropertyHover(r){let n=this.properties.find(i=>i.getNameMatch(r));return n?.onHover.bind(n)()}getSignatureHelp(r,n,i,s){let o=this.properties.find(f=>f.getNameMatch(r.name)),a=o?.signatureArgs;if(!o||!a)return;let c=r.getArgumentIndex(i),l=r.getArgumentIndex(s),d=r.getArgumentIndex(n)??l??(c!==void 0?c+1:void 0);if(Nw(a)){let f=0;if(d!==void 0){let p=d,y=d?a.findIndex(h=>f<=p&&h.length+f>p?!0:(f+=h.length,!1)):void 0;y!==void 0&&(y>1&&(d=d-a.slice(0,y-1).reduce((h,v)=>h+v.length,0)),a=a.slice(y?y-1:0,y+2))}return{signatures:[Ke.SignatureInformation.create(`${r.name} = ${a.map(p=>`<${p.map(y=>y.label).join(" ")}>`).join(`,
206
- `)};`,this.description,...a.flat())],activeSignature:0,activeParameter:d}}return o.signatureArgsCyclic&&d&&(d=d%a.length),{signatures:[Ke.SignatureInformation.create(`${r.name} = <${a.map(f=>f.label).join(" ")}>;`,this.description,...a)],activeSignature:0,activeParameter:d}}getPropertyListCompletionItems(r){return this.properties.filter(n=>!n.hideAutoComplete&&n.required(r)!=="omitted"&&typeof n.name=="string").map(n=>{let i=r&&n.required(r),s=!!r.property.some(a=>n.getNameMatch(a.name)),o="a";return i==="required"?o=s?"Y":"!":o=s?"Z":"B",{label:`${n.name}`,kind:Ke.CompletionItemKind.Property,sortText:`${o}${n.name}`}})??[]}};var Oe=t=>{if(!t?.values.some(e=>!(e?.value instanceof qt)))return t?.values.flatMap(e=>e.value.values.map(r=>r.value))??[]};var qe=(t,e,r,n)=>{let i=t.ast.values?.values.at(e)?.value;if(i instanceof qt){let s=i.values.at(r);if(s?.value instanceof we){let o=s.value.evaluate(n);if(typeof o=="number")return o}}},ln=(t,e,r=0)=>{if(t instanceof _r){if(t?.value instanceof qt){let n=t.value.values.at(r);if(n?.value instanceof tr)return e.getPhandle(n.value.value);if(n?.value instanceof se)return n.value.linksTo;if(n?.value instanceof it)return n.value.path?.pathParts.at(-1)?.linksTo}}else{if(t instanceof tr)return e.getPhandle(t.value);if(t instanceof se)return t.linksTo;if(t instanceof it)return t.path?.pathParts.at(-1)?.linksTo}},W=t=>Array.isArray(t)?[{types:t}]:[{types:[t]}];var Qw=()=>{let t=new J("compatible",W("STRINGLIST"));return t.description=["The compatible property value consists of one or more strings that define the specific programming model for the device. This list of strings should be used by a client program for device driver selection. The property value consists of a concatenated list of null terminated strings, from most specific to most general. They allow a device to express its compatibility with a family of similar devices, potentially allowing a single device driver to match against several devices.",'The recommended format is "manufacturer, model", where manufacturer is a string describing the name of the manufacturer (such as a stock ticker symbol), and model specifies the model number.',"The compatible string should consist only of lowercase letters, digits and dashes, and should start with a letter. A single comma is typically only used following a vendor prefix. Underscores should not be used."],t.examples=['```devicetree\ncompatible = "fsl,mpc8641", "ns16550";\n```',"In this example, an operating system would first try to locate a device driver that supported fsl, mpc8641. If a driver was not found, it would then try to locate a driver that supported the more general ns 16550 device type."],t};var ra=M(F());var Zw=()=>{let t=new J("device_type",W("STRING"),"optional",void 0,e=>e.parent.name==="cpu"||e.parent.name==="memory"?[e.parent.name]:[],e=>{if(e.parent.name==="cpu"||e.parent.name==="memory"){let r=e.ast.values?.values.at(0)?.value;if(r instanceof ne&&r.value!==e.parent.name)return e.parent.name==="cpu"?[$(12,e.ast,ra.DiagnosticSeverity.Error,[],[],[e.name])]:[$(13,e.ast,ra.DiagnosticSeverity.Error,[],[],[e.name])]}return t.required(e.parent)!=="required"?[$(14,e.ast,ra.DiagnosticSeverity.Hint,[],[ra.DiagnosticTag.Deprecated],[e.name])]:[]});return t.description=["The device_type property was used in IEEE 1275 to describe the device's FCode programming model. Because DTSpec does not have FCode, new use of the property is deprecated, and it should be included only on cpu and memory nodes for compatibility with IEEE 1275-derived devicetrees."],t};var ek=()=>{let t=new J("#interrupt-cells",W("U32"));return t.description=["The #interrupt-cells property defines the number of cells required to encode an interrupt specifier for an interrupt domain."],t};var tk=()=>{let t=new J("interrupt-controller",W("EMPTY"),"optional");return t.description=["The presence of an interrupt-controller property defines a node as an interrupt controller node."],t};var rk=()=>{let t=new J("interrupt-parent",W("U32"));return t.description=["Because the hierarchy of the nodes in the interrupt tree might not match the devicetree, the interrupt-parent property is available to make the definition of an interrupt parent explicit. The value is the phandle to the interrupt parent. If this property is missing from a device, its interrupt parent is assumed to be its devicetree parent."],t};var Ri=M(F());var nk=()=>{let t=new J("interrupts",W("PROP_ENCODED_ARRAY"),"optional",void 0,void 0,(e,r)=>{let n=[],i=Oe(e.ast.values);if(!i)return n;let s=e.parent;if(s.getProperty("interrupts-extended"))return n;let o=s.interruptsParent;if(!o?.parentInterruptNode)return o?.interruptParent?(n.push($(17,o.interruptParent.ast.values?.values.at(0)?.value??o.interruptParent.ast)),n):(n.push($(16,e.ast,Ri.DiagnosticSeverity.Error,[...e.parent.nodeNameOrLabelRef],[],[e.name,"interrupt-parent",e.parent.pathString])),n);let{parentInterruptNode:a}=o,c=a.getProperty("#interrupt-cells");if(!c)return n.push($(16,e.ast,Ri.DiagnosticSeverity.Error,[...a.nodeNameOrLabelRef],[],[e.name,"#interrupt-cells",a.pathString])),n;let l=qe(c,0,0,r);if(!l)return n;let u=[...Array.from({length:l},(y,h)=>`Interrupt${l>1?h:""}`)];t.signatureArgs=u.map(y=>Ri.ParameterInformation.create(y));let d=a.getProperty("interrupt-map"),f=s.parent?.getProperty("#address-cells");if(d&&!f&&n.push($(16,e.ast.propertyName??e.ast,Ri.DiagnosticSeverity.Error,[...e.parent.nodeNameOrLabelRef],[],[e.name,"#address-cells",s.parent?.pathString??"/"])),!c)return n.push($(16,e.ast,Ri.DiagnosticSeverity.Error,[...a.nodeNameOrLabelRef],[],[e.name,"#interrupt-cells",a.pathString])),n;let p=0;for(;p<i.length;){let y=i.length-p;if(l>y)return n.push($(19,i.at(-1),Ri.DiagnosticSeverity.Error,[],[],[e.name,`<${[...Array.from({length:l},()=>"Interrupt")].join(" ")}> `])),n;let h=i.slice(p,p+l),v=s.mappedReg(r)?.at(0)?.startAddress,S={mappingValuesAst:h,target:a};if(e.nexusMapsTo.push(S),d&&v){let _=a.getNexusMapEntyMatch("interrupt",r,h,v);_?.match?S.mapItem=_.match:n.push($(31,_.entry,Ri.DiagnosticSeverity.Error,[d.ast]))}h.every(_=>_ instanceof we)&&a.interrupControlerMapping.push({expressions:h,node:s,property:e}),p+=l}return n});return t.description=["The interrupts property of a device node defines the interrupt or interrupts that are generated by the device.The value of the interrupts property consists of an arbitrary number of interrupt specifiers. The format of an interrupt specifier is defined by the binding of the interrupt domain root.","interrupts is overridden by the interrupts-extended property and normally only one or the other should be used."],t.examples=["A common definition of an interrupt specifier in an open PIC-compatible interrupt domain consists of two cells; an interrupt number and level/sense information. See the following example, which defines a single interrupt specifier, with an interrupt number of OxA and level/sense encoding of 8.","```devicetree\ninterrupts = <0xA 8>;\n```"],t};var Ei=M(F());var ik=()=>{let t=new J("interrupts-extended",W("PROP_ENCODED_ARRAY"),"optional",void 0,void 0,(e,r)=>{let n=[],i=e.parent,s=i.getProperty("interrupts");s&&n.push($(15,s.ast,Ei.DiagnosticSeverity.Warning,[e.ast],[],[s.name,"is ignored when 'interrupts-extended' is used"]));let o=i.getProperty("interrupt-parent");o&&n.push($(15,o.ast,Ei.DiagnosticSeverity.Warning,[e.ast],[],[o.name,"is ignored when 'interrupts-extended' is used"]));let a=i.root,c=Oe(e.ast.values);if(!c?.length)return[];let l=0,u=0,d=[];for(;l<c.length;){let f=ln(c[l],a);if(!f)return n.push($(17,c[l],Ei.DiagnosticSeverity.Error)),n;let p=f.getProperty("#interrupt-cells");if(!p){n.push($(16,e.ast,Ei.DiagnosticSeverity.Error,[...f.nodeNameOrLabelRef],[],[e.name,"#interrupt-cells",f.pathString]));break}let y=qe(p,0,0,r);if(y==null)return n;let h=c.length-l-1;if(d.push([`${u}_phandel`,...Array.from({length:y},(R,C)=>`${u}_interrupt${y>1?C:""}`)]),y>h)return n.push($(19,c.at(-1),Ei.DiagnosticSeverity.Error,[],[],[e.name,`<${d.at(-1).join(" ")}>`])),n;let v=c.slice(l+1,l+1+y),S=f.getProperty("interrupt-map"),_={mappingValuesAst:v,target:f};e.nexusMapsTo.push(_);let T=i.mappedReg(r)?.at(0)?.startAddress;if(S&&T){let R=f.getNexusMapEntyMatch("interrupt",r,v,T);R?.match?_.mapItem=R.match:n.push($(31,R.entry,Ei.DiagnosticSeverity.Error,[S.ast]))}v.every(R=>R instanceof we)&&f.interrupControlerMapping.push({expressions:v,node:i,property:e}),l+=y+1,u++}return d.push([`${u}_phandel`,`${u}_interrupt...`]),t.signatureArgs=d.map(f=>f.map(p=>Ei.ParameterInformation.create(p))),n});return t.description=["The interrupts-extended property lists the interrupts) generated by a device. interrupts-extended should be used instead of interrupts when a device is connected to multiple interrupt controllers as it encodes a parent phandle with each interrupt specifier.","The interrupts and interrupts-extended properties are mutually exclusive. A device node should use one or the other, but not both. Using both is only permissible when required for compatibility with software that does not understand interrupts-extended. If both interrupts-extended and interrupts are present then interrupts-extended takes precedence."],t.examples=["This example shows how a device with two interrupt outputs connected to two separate interrupt controllers would describe the connection using an interrupts-extended property. pic is an interrupt controller with an #interrupt-cells specifier of 2, while gic is an interrupt controller with an #interrupts-cells specifier of 1.","```devicetree\ninterrupts-extended = <&pic OXA 8>, <&gic Oxda>;\n```"],t};var sk=()=>{let t=new J("dma-noncoherent",W("EMPTY"));return t.description=["For architectures which are by default coherent for 1/O, the dma-noncoherent property is used to indicate a device is not capable of coherent DMA operations. Some architectures have non-coherent DMA by default and this property is not applicable."],t};var ok=()=>{let t=new J("dma-coherent",W("EMPTY"));return t.description=["For architectures which are by default non-coherent for I/O, the dma-coherent property is used to indicate a device is capable of coherent DMA operations. Some architectures have coherent DMA by default and this property is not applicable."],t};var Af=M(F());var ak=()=>{let t=new J("dma-ranges",W(["EMPTY","PROP_ENCODED_ARRAY"]),"optional",void 0,void 0,(e,r)=>{let n=[],i=e.parent.sizeCells(r),s=e.parent.addressCells(r),o=e.parent.parentAddressCells(r),a=[...Array.from({length:s},(l,u)=>`child-bus-address${s>1?u:""}`),...Array.from({length:o},(l,u)=>`parent-bus-address${o>1?u:""}`),...Array.from({length:i},(l,u)=>`length${i>1?u:""}`)];t.signatureArgs=a.map(l=>Af.ParameterInformation.create(l)),t.signatureArgsCyclic=!0;let c=Oe(e.ast.values);return c?.length?((c.length===0||c.length%(s+o+i)!==0)&&n.push($(19,c.at(c.length-c.length%(s+o+i))??e.ast,Af.DiagnosticSeverity.Error,[],[],[e.name,`<${[...Array.from({length:s},()=>"child-bus-address"),...Array.from({length:o},()=>"parent-bus-address"),...Array.from({length:i},()=>"length")].join(" ")}>`])),n):[]});return t.description=["The dma-ranges property is used to describe the direct memory access (DMA) structure of a memory-mapped bus whose devicetree parent can be accessed from DMA operations originating from the bus. It provides a means of defining a mapping or translation between the physical address space of the bus and the physical address space of the parent of the bus.","The format of the value of the dma-ranges property is an arbitrary number of triplets of (child-bus-address, parent-bus-address, length). Each triplet specified describes a contiguous DMA address range.","- The child-bus-address is a physical address within the child bus' address space. The number of cells to represent the address depends on the bus and can be determined from the #address-cells of this node (the node in which the dma-ranges property appears).","- The parent-bus-address is a physical address within the parent bus' address space. The number of cells to represent the parent address is bus dependent and can be determined from the #address-cells property of the node that defines the parent's address space.","- The length specifies the size of the range in the child's address space. The number of cells to represent the size can be determined from the #size-cells of this node (the node in which the dma-ranges property appears)."],t};var na=M(F());var If=()=>{let t=new J("ranges",W(["EMPTY","PROP_ENCODED_ARRAY"]),"optional",void 0,void 0,(e,r)=>{let n=[],i=e.parent.sizeCells(r),s=e.parent.addressCells(r),o=e.parent.parentAddressCells(r),a=[...Array.from({length:s},(l,u)=>`child-bus-address${s>1?u:""}`),...Array.from({length:o},(l,u)=>`parent-bus-address${o>1?u:""}`),...Array.from({length:i},(l,u)=>`length${i>1?u:""}`)];t.signatureArgs=a.map(l=>na.ParameterInformation.create(l)),t.signatureArgsCyclic=!0;let c=Oe(e.ast.values);return c?.length?((c.length===0||c.length%(s+o+i)!==0)&&n.push($(19,c.at(c.length-c.length%(s+o+i))??e.ast,na.DiagnosticSeverity.Error,[],[],[e.name,`<${[...Array.from({length:s},()=>"child-bus-address"),...Array.from({length:o},()=>"parent-bus-address"),...Array.from({length:o},()=>"length")].join(" ")}>`])),n.length===0&&e.parent.nodes.forEach(l=>{let u=l.getProperty("reg");u&&l.mappedReg(r)?.forEach(d=>{if(d.missingMapping){let f=l.parent?.getProperty("ranges");n.push($(35,d.regAst,na.DiagnosticSeverity.Warning,f?[f.ast]:[]));return}!d?.mappingEnd||!d.mappedAst||d.inMappingRange||n.push($(29,d.regAst,na.DiagnosticSeverity.Warning,[d.mappedAst],[],[u.name,`0x${d.endAddress.map((f,p)=>f.toString(16).padStart(p?8:0,"0")).join("")}`,`0x${d.mappingEnd.map((f,p)=>f.toString(16).padStart(p?8:0,"0")).join("")}`]))})}),n):[]});return t.description=["The ranges property provides a means of defining a mapping or translation between the address space of the bus (the child address space) and the address space of the bus node's parent (the parent address space).","The format of the value of the ranges property is an arbitrary number of triplets of (child-bus-address, parent-bus-address, length)","- The child-bus-address is a physical address within the child bus' address space. The number of cells to represent the address is bus dependent and can be determined from the #address-cells of this node (the node in which the ranges property appears).","- The parent-bus-address is a physical address within the parent bus' address space. The number of cells to represent the parent address is bus dependent and can be determined from the #address-cells property of the node that defines the parent's address space.","- The length specifies the size of the range in the child's address space. The number of cells to represent the size can be determined from the #size-cells of this node (the node in which the ranges property appears).","If the property is defined with an < empty> value, it specifies that the parent and child address space is identical, and no address translation is required.","If the property is not present in a bus node, it is assumed that no mapping exists between children of the node and the parent address space."],t.examples=["Address Translation Example:",["```devicetree",`soc {
207
- compatible = "simple-bus";
208
- #address-cells = <1>;
209
- #size-cells = <1>;
210
- ranges = <0x0 0xe0000000 0x00100000>;
211
- serial@4600 {
212
- device_type = "serial";
213
- compatible = "ns16550";
214
- reg = <0x4600 0x100>;
215
- clock-frequency = <0>;
216
- interrupts = <0xA 0x8>;
217
- interrupt-parent = <&ipic>;
218
- };
219
- };`,"```"].join(`
220
- `),"The soc node specifies a ranges property of",["```devicetree","<Ox0 Oxe0000000 0x00100000>;","```"].join(`
221
- `),"This property value specifies that for a 1024 KB range of address space, a child node addressed at physical OxO maps to a parent address of physical 0xe0000000. With this mapping, the serial device node can be addressed by a load or store at address 0xe0004600, an offset of 0x4600 (specified in reg) plus the 0xe0000000 mapping specified in ranges."],t};var ck=()=>{let t=new J("virtual-reg",W("U32"));return t.description=["The virtual-res property specifies an effective address that maps to the first physical address specified in the reg property of the device node. This property enables boot programs to provide client programs with virtual-to-physical mappings that have been set up."],t};var $c=M(F());var lk=()=>{let t=new J("reg",W("PROP_ENCODED_ARRAY"),e=>e.address!==void 0?"required":"omitted",void 0,void 0,(e,r)=>{let n=[],i=e.parent.parentSizeCells(r),s=e.parent.parentAddressCells(r),o=[...Array.from({length:s},(l,u)=>`address${s>1?u:""}`),...Array.from({length:i},(l,u)=>`size${i>1?u:""}`)];t.signatureArgs=o.map(l=>$c.ParameterInformation.create(l)),t.signatureArgsCyclic=!0;let a=Oe(e.ast.values);if(!a)return[];if(a.length===0||a.length%(i+s)!==0)return n.push($(19,a.at(a.length-a.length%(i+s))??e.ast,$c.DiagnosticSeverity.Error,[],[],[e.name,`<${[...Array.from({length:s},()=>"address"),...Array.from({length:i},()=>"size")].join(" ")}>`])),n;let c=a.slice(0,s).map((l,u)=>qe(e,0,u,r)??0);if(e.parent.address&&nn(e.parent.address,c)!==0){let l=e.ast.values?.values.at(0)?.value?.values?.at(0),u=e.ast.values?.values.at(0)?.value?.values?.at(s-1),d=l&&u?new j(G(l.firstToken,u.lastToken)):void 0;n.push($(10,d??e.ast.values??e.ast,$c.DiagnosticSeverity.Error,[],[],[e.name]))}return n});return t.examples=["Suppose a device within a system-on-a-chip had two blocks of registers, a 32-byte block at offset 0x3000 in the SOC and a 256-byte block at offset OxFE00. The reg property would be encoded as follows (assuming #address-cells and #size-cells values of 1):","```devicetree\nreg = <0x3000 0x20 0xFE00 0x100>;\n```"],t};var Of=()=>new J("#size-cells",W("U32"),"optional",1);var xf=()=>{let t=new J("#address-cells",W("U32"),"optional",2);return t.description=["The #address-cells and #size-cells properties may be used in any device node that has children in the devicetree hierarchy and describes how child device nodes should be addressed. The #address-cells property defines the number of <u32> cells used to encode the address field in a child node's reg property. The #size-cells property defines the number of <u32 > cells used to encode the size field in a child node's reg property.","The #address-cells and #size-cells properties are not inherited from ancestors in the devicetree. They shall be explicitly defined.","A DTSpec-compliant boot program shall supply #address-cells and #size-cells on all nodes that have children.","If missing, a client program should assume a default value of 2 for #address-cells, and a value of 1 for #size-cells."],t.examples=["See the following devicetree excerpt:",["```devicetree",`SOC {
222
- #address-cells = <1>;
223
- #size-cells = <1>;
224
- serial@4600 {
225
- compatible = "ns16550";
226
- reg = <0x4600 0x100>;
227
- clock-frequency = <0>;
228
- interrupts = <0xA 0x8>;
229
- interrupt-parent = <&ipic>;
230
- };
231
- };`,"```"].join(`
232
- `),"In this example, the #address-cells and #size-cells properties of the soc node are both set to 1. This setting specifies that one cell is required to represent an address and one cell is required to represent the size of nodes that are children of this node.","The serial device reg property necessarily follows this specification set in the parent (soc) node\u2014 the address is represented by a single cell (0x4600), and the size is represented by a single cell (0x100)."],t};var uk=()=>{let t=new J("status",W("STRING"),"optional","okay",["okay","disabled","reserved","fail","fail-sss"]);return t.description=[`The status property indicates the operational status of a device.
233
- The lack of a status property should betreated as if the property existed with the value of "okay"`],t};var dk=M(F());var fk=()=>{let t=new J("phandle",W("U32"),"optional",void 0,void 0,(e,r)=>{let n=qe(e,0,0,r);if(n){let i=e.parent.root.getAllPhandle(n);if(i.length>1&&i.at(-1)===e.parent)return[$(18,e.ast.values?.values.at(0)??e.ast,dk.DiagnosticSeverity.Error,i.slice(0,-1).flatMap(s=>s.getProperty("phandle")?.ast).filter(s=>!!s),[],[e.name])]}return[]});return t.description=["The phandle property specifies a numerical identifier for a node that is unique within the devicetree. The phandle property value is used by other nodes that need to refer to the node associated with the property."],t.examples=["See the following devicetree excerpt:",["```devicetree",`pic@10000000 {
234
- phandle = <1>;
235
- interrupt-controller;
236
- reg = <0x10000000 0x100>;
237
- };`,"```"].join(`
238
- `),"A phandle value of 1 is defined. Another device node could reference the pic node with a phandle value of 1:",["```devicetree",`another-device-node {
239
- interrupt-parent = <1>;
240
- };`,"```"].join(`
241
- `)],t};var pk=()=>{let t=new J("model",W("STRING"));return t.description=["The model property value is a <string> that specifies the manufacturer's model number of the device.",'The recommended format is: "manufacturer, model" , where manufacturer is a string describing the name of the manufacturer (such as a stock ticker symbol), and model specifies the model number.'],t.examples=['```devicetree\nmodel = "{sl, MPC8349EMITX" ;\n```'],t};var Mf=M(F());var hk=()=>{let t=new J("name",W("STRING"),"optional",void 0,void 0,e=>[$(14,e.ast,Mf.DiagnosticSeverity.Warning,[],[Mf.DiagnosticTag.Deprecated],[e.name])]);return t.hideAutoComplete=!0,t};var In=M(F());var mk=()=>{let t=new J("interrupt-map",W("PROP_ENCODED_ARRAY"),"optional",void 0,void 0,(e,r)=>{let n=[],i=e.parent,s=e.parent.root,o=Oe(e.ast.values);if(!o?.length)return[];i.getProperty("#address-cells")||n.push($(16,e.ast,In.DiagnosticSeverity.Error,[...e.parent.nodeNameOrLabelRef],[],[e.name,"#address-cells",i.pathString]));let c=i.getProperty("#interrupt-cells");if(!c)return n.push($(16,e.ast,In.DiagnosticSeverity.Error,[...i.nodeNameOrLabelRef],[],[e.name,"#interrupt-cells",`/${i.path.slice(1).join("/")}`])),n;let l=i.addressCells(r),u=qe(c,0,0,r),d={};if(u==null)return n;let f=0,p=[],y=0,h=0;for(;f<o.length;){if(p.push([...Array.from({length:l},(U,H)=>`${y}_ChildAddr${l>1?H:""}`),...Array.from({length:u},(U,H)=>`${y}_ChildIntrpt${u>1?H:""}`),`${y}_IntrptParent`,`${y}_ParentAddr...`,`${y}_ParentIntrpt...`]),f+l+u>=o.length){let U=f+l+u;n.push($(20,o[o.length-1],In.DiagnosticSeverity.Error,[],[],[e.name,`after the last value of ${p.at(-1).slice((o.length-h)%U===0?U:(o.length-h)%U).join(" ")}`]));break}let v=new j(G(o.at(f).firstToken,o.at(l+u+f-1).lastToken)),S="";for(let U=f;U<l+u+f;U++){let H=o[U];S+=`${H instanceof we?H.evaluate(r).toString():H.toString()}:`}d[S]??=[],d[S].push(v),f+=l+u;let _=l+u+1;if(o.length<f+1){n.push($(20,o[o.length-1],In.DiagnosticSeverity.Error,[],[],[e.name,`after the last value of ${p.at(-1).slice((o.length-h)%_===0?_:(o.length-h)%_).join(" ")}`]));break}let T=ln(o[f],s);if(!T){n.push($(17,o[f],In.DiagnosticSeverity.Error));break}let R=T.addressCells(r),C=T.getProperty("#interrupt-cells");if(!C){n.push($(16,o[f],In.DiagnosticSeverity.Error,[...T.nodeNameOrLabelRef],[],[e.name,"#interrupt-cells",`/${i.path.slice(1).join("/")}`]));break}f++;let B=qe(C,0,0,r);if(B==null)break;if(p.splice(-1,1,[...Array.from({length:l},(U,H)=>`${y}_ChildAddr${l>1?H:""}`),...Array.from({length:u},(U,H)=>`${y}_ChildIntrpt${u>1?H:""}`),`${y}_IntrptParent`,...Array.from({length:R},(U,H)=>`${y}_ParentAddr${R>1?H:""}`),...Array.from({length:B},(U,H)=>`${y}_ParentIntrpt${B>1?H:""}`)]),f+=R+B,o.length<f){let U=l+u+1+R+B;n.push($(20,o[o.length-1],In.DiagnosticSeverity.Error,[],[],[e.name,`after the last value of ${p.at(-1).slice((o.length-h)%U===0?U:(o.length-h)%U).join(" ")}`]));break}h=f,y++}if(p.push([...Array.from({length:l},(v,S)=>`${y}_ChildAddr${l>1?S:""}`),...Array.from({length:u},(v,S)=>`${y}_ChildIntrpt${u>1?S:""}`),`${y}_IntrptParent`,`${y}_ParentAddr...`,`${y}_ParentIntrpt...`]),t.signatureArgs=p.map(v=>v.map(S=>In.ParameterInformation.create(S))),!e.ast.values)return[];for(let v=0;v<e.ast.values.values.length;v++){let S=e.ast.values.values.at(v);if(S&&(n.length||u==null||!(S.value instanceof qt)))return n}return Object.values(d).forEach(v=>{v.length>1&&n.push($(30,v[v.length-1],In.DiagnosticSeverity.Error,v.slice(0,-1)))}),n});return t.description=["An interrupt-map is a property on a nexus node that bridges one interrupt domain with a set of parent interrupt domains and specifies how interrupt specifiers in the child domain are mapped to their respective parent domains.","The interrupt map is a table where each row is a mapping entry consisting of five components: child unit address, child interrupt specifier, interrupt-parent, parent unit address, parent interrupt specifier.","- child unit address: The unit address of the child node being mapped. The number of 32-bit cells required to specify this is described by the #address-cells property of the bus node on which the child is located.","- child interrupt specifier: The interrupt specifier of the child node being mapped. The number of 32-bit cells required to specify this component is described by the #interrupt-cells property of this node-the nexus node containing the interrupt-map property.","- interrupt-parent: A single <phandle > value that points to the interrupt parent to which the child domain is being mapped.","- parent unit address: The unit address in the domain of the interrupt parent. The number of 32-bit cells required to specify this address is described by the #address-cells property of the node pointed to by the interrupt-parent field.","- parent interrupt specifier: The interrupt specifier in the parent domain. The number of 32-bit cells required to specify this component is described by the #interrupt-cells property of the node pointed to by the interrupt-parent field.","Lookups are performed on the interrupt mapping table by matching a unit-address/interrupt specifier pair against the child components in the interrupt-map. Because some fields in the unit interrupt specifier may not be relevant, a mask is applied before the lookup is done. This mask is defined in the interrupt-map-mask property","Note: Both the child node and the interrupt parent node are required to have #address-cells and #interrupt-cells properties defined. If a unit address component is not required ,#address-cells shall be explicitly defined to be zero."],t};var gk;(function(t){function e(r){return typeof r=="string"}t.is=e})(gk||(gk={}));var Xy;(function(t){function e(r){return typeof r=="string"}t.is=e})(Xy||(Xy={}));var yk;(function(t){t.MIN_VALUE=-2147483648,t.MAX_VALUE=2147483647;function e(r){return typeof r=="number"&&t.MIN_VALUE<=r&&r<=t.MAX_VALUE}t.is=e})(yk||(yk={}));var qf;(function(t){t.MIN_VALUE=0,t.MAX_VALUE=2147483647;function e(r){return typeof r=="number"&&t.MIN_VALUE<=r&&r<=t.MAX_VALUE}t.is=e})(qf||(qf={}));var Gr;(function(t){function e(n,i){return n===Number.MAX_VALUE&&(n=qf.MAX_VALUE),i===Number.MAX_VALUE&&(i=qf.MAX_VALUE),{line:n,character:i}}t.create=e;function r(n){let i=n;return I.objectLiteral(i)&&I.uinteger(i.line)&&I.uinteger(i.character)}t.is=r})(Gr||(Gr={}));var Dt;(function(t){function e(n,i,s,o){if(I.uinteger(n)&&I.uinteger(i)&&I.uinteger(s)&&I.uinteger(o))return{start:Gr.create(n,i),end:Gr.create(s,o)};if(Gr.is(n)&&Gr.is(i))return{start:n,end:i};throw new Error(`Range#create called with invalid arguments[${n}, ${i}, ${s}, ${o}]`)}t.create=e;function r(n){let i=n;return I.objectLiteral(i)&&Gr.is(i.start)&&Gr.is(i.end)}t.is=r})(Dt||(Dt={}));var Lf;(function(t){function e(n,i){return{uri:n,range:i}}t.create=e;function r(n){let i=n;return I.objectLiteral(i)&&Dt.is(i.range)&&(I.string(i.uri)||I.undefined(i.uri))}t.is=r})(Lf||(Lf={}));var vk;(function(t){function e(n,i,s,o){return{targetUri:n,targetRange:i,targetSelectionRange:s,originSelectionRange:o}}t.create=e;function r(n){let i=n;return I.objectLiteral(i)&&Dt.is(i.targetRange)&&I.string(i.targetUri)&&Dt.is(i.targetSelectionRange)&&(Dt.is(i.originSelectionRange)||I.undefined(i.originSelectionRange))}t.is=r})(vk||(vk={}));var Jy;(function(t){function e(n,i,s,o){return{red:n,green:i,blue:s,alpha:o}}t.create=e;function r(n){let i=n;return I.objectLiteral(i)&&I.numberRange(i.red,0,1)&&I.numberRange(i.green,0,1)&&I.numberRange(i.blue,0,1)&&I.numberRange(i.alpha,0,1)}t.is=r})(Jy||(Jy={}));var Tk;(function(t){function e(n,i){return{range:n,color:i}}t.create=e;function r(n){let i=n;return I.objectLiteral(i)&&Dt.is(i.range)&&Jy.is(i.color)}t.is=r})(Tk||(Tk={}));var bk;(function(t){function e(n,i,s){return{label:n,textEdit:i,additionalTextEdits:s}}t.create=e;function r(n){let i=n;return I.objectLiteral(i)&&I.string(i.label)&&(I.undefined(i.textEdit)||sa.is(i))&&(I.undefined(i.additionalTextEdits)||I.typedArray(i.additionalTextEdits,sa.is))}t.is=r})(bk||(bk={}));var _k;(function(t){t.Comment="comment",t.Imports="imports",t.Region="region"})(_k||(_k={}));var Sk;(function(t){function e(n,i,s,o,a,c){let l={startLine:n,endLine:i};return I.defined(s)&&(l.startCharacter=s),I.defined(o)&&(l.endCharacter=o),I.defined(a)&&(l.kind=a),I.defined(c)&&(l.collapsedText=c),l}t.create=e;function r(n){let i=n;return I.objectLiteral(i)&&I.uinteger(i.startLine)&&I.uinteger(i.startLine)&&(I.undefined(i.startCharacter)||I.uinteger(i.startCharacter))&&(I.undefined(i.endCharacter)||I.uinteger(i.endCharacter))&&(I.undefined(i.kind)||I.string(i.kind))}t.is=r})(Sk||(Sk={}));var Qy;(function(t){function e(n,i){return{location:n,message:i}}t.create=e;function r(n){let i=n;return I.defined(i)&&Lf.is(i.location)&&I.string(i.message)}t.is=r})(Qy||(Qy={}));var xr;(function(t){t.Error=1,t.Warning=2,t.Information=3,t.Hint=4})(xr||(xr={}));var Nk;(function(t){t.Unnecessary=1,t.Deprecated=2})(Nk||(Nk={}));var Pk;(function(t){function e(r){let n=r;return I.objectLiteral(n)&&I.string(n.href)}t.is=e})(Pk||(Pk={}));var $f;(function(t){function e(n,i,s,o,a,c){let l={range:n,message:i};return I.defined(s)&&(l.severity=s),I.defined(o)&&(l.code=o),I.defined(a)&&(l.source=a),I.defined(c)&&(l.relatedInformation=c),l}t.create=e;function r(n){var i;let s=n;return I.defined(s)&&Dt.is(s.range)&&I.string(s.message)&&(I.number(s.severity)||I.undefined(s.severity))&&(I.integer(s.code)||I.string(s.code)||I.undefined(s.code))&&(I.undefined(s.codeDescription)||I.string((i=s.codeDescription)===null||i===void 0?void 0:i.href))&&(I.string(s.source)||I.undefined(s.source))&&(I.undefined(s.relatedInformation)||I.typedArray(s.relatedInformation,Qy.is))}t.is=r})($f||($f={}));var ia;(function(t){function e(n,i,...s){let o={title:n,command:i};return I.defined(s)&&s.length>0&&(o.arguments=s),o}t.create=e;function r(n){let i=n;return I.defined(i)&&I.string(i.title)&&I.string(i.command)}t.is=r})(ia||(ia={}));var sa;(function(t){function e(s,o){return{range:s,newText:o}}t.replace=e;function r(s,o){return{range:{start:s,end:s},newText:o}}t.insert=r;function n(s){return{range:s,newText:""}}t.del=n;function i(s){let o=s;return I.objectLiteral(o)&&I.string(o.newText)&&Dt.is(o.range)}t.is=i})(sa||(sa={}));var Zy;(function(t){function e(n,i,s){let o={label:n};return i!==void 0&&(o.needsConfirmation=i),s!==void 0&&(o.description=s),o}t.create=e;function r(n){let i=n;return I.objectLiteral(i)&&I.string(i.label)&&(I.boolean(i.needsConfirmation)||i.needsConfirmation===void 0)&&(I.string(i.description)||i.description===void 0)}t.is=r})(Zy||(Zy={}));var oa;(function(t){function e(r){let n=r;return I.string(n)}t.is=e})(oa||(oa={}));var Rk;(function(t){function e(s,o,a){return{range:s,newText:o,annotationId:a}}t.replace=e;function r(s,o,a){return{range:{start:s,end:s},newText:o,annotationId:a}}t.insert=r;function n(s,o){return{range:s,newText:"",annotationId:o}}t.del=n;function i(s){let o=s;return sa.is(o)&&(Zy.is(o.annotationId)||oa.is(o.annotationId))}t.is=i})(Rk||(Rk={}));var ev;(function(t){function e(n,i){return{textDocument:n,edits:i}}t.create=e;function r(n){let i=n;return I.defined(i)&&sv.is(i.textDocument)&&Array.isArray(i.edits)}t.is=r})(ev||(ev={}));var tv;(function(t){function e(n,i,s){let o={kind:"create",uri:n};return i!==void 0&&(i.overwrite!==void 0||i.ignoreIfExists!==void 0)&&(o.options=i),s!==void 0&&(o.annotationId=s),o}t.create=e;function r(n){let i=n;return i&&i.kind==="create"&&I.string(i.uri)&&(i.options===void 0||(i.options.overwrite===void 0||I.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||I.boolean(i.options.ignoreIfExists)))&&(i.annotationId===void 0||oa.is(i.annotationId))}t.is=r})(tv||(tv={}));var rv;(function(t){function e(n,i,s,o){let a={kind:"rename",oldUri:n,newUri:i};return s!==void 0&&(s.overwrite!==void 0||s.ignoreIfExists!==void 0)&&(a.options=s),o!==void 0&&(a.annotationId=o),a}t.create=e;function r(n){let i=n;return i&&i.kind==="rename"&&I.string(i.oldUri)&&I.string(i.newUri)&&(i.options===void 0||(i.options.overwrite===void 0||I.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||I.boolean(i.options.ignoreIfExists)))&&(i.annotationId===void 0||oa.is(i.annotationId))}t.is=r})(rv||(rv={}));var nv;(function(t){function e(n,i,s){let o={kind:"delete",uri:n};return i!==void 0&&(i.recursive!==void 0||i.ignoreIfNotExists!==void 0)&&(o.options=i),s!==void 0&&(o.annotationId=s),o}t.create=e;function r(n){let i=n;return i&&i.kind==="delete"&&I.string(i.uri)&&(i.options===void 0||(i.options.recursive===void 0||I.boolean(i.options.recursive))&&(i.options.ignoreIfNotExists===void 0||I.boolean(i.options.ignoreIfNotExists)))&&(i.annotationId===void 0||oa.is(i.annotationId))}t.is=r})(nv||(nv={}));var iv;(function(t){function e(r){let n=r;return n&&(n.changes!==void 0||n.documentChanges!==void 0)&&(n.documentChanges===void 0||n.documentChanges.every(i=>I.string(i.kind)?tv.is(i)||rv.is(i)||nv.is(i):ev.is(i)))}t.is=e})(iv||(iv={}));var Ek;(function(t){function e(n){return{uri:n}}t.create=e;function r(n){let i=n;return I.defined(i)&&I.string(i.uri)}t.is=r})(Ek||(Ek={}));var wk;(function(t){function e(n,i){return{uri:n,version:i}}t.create=e;function r(n){let i=n;return I.defined(i)&&I.string(i.uri)&&I.integer(i.version)}t.is=r})(wk||(wk={}));var sv;(function(t){function e(n,i){return{uri:n,version:i}}t.create=e;function r(n){let i=n;return I.defined(i)&&I.string(i.uri)&&(i.version===null||I.integer(i.version))}t.is=r})(sv||(sv={}));var kk;(function(t){function e(n,i,s,o){return{uri:n,languageId:i,version:s,text:o}}t.create=e;function r(n){let i=n;return I.defined(i)&&I.string(i.uri)&&I.string(i.languageId)&&I.integer(i.version)&&I.string(i.text)}t.is=r})(kk||(kk={}));var is;(function(t){t.PlainText="plaintext",t.Markdown="markdown";function e(r){let n=r;return n===t.PlainText||n===t.Markdown}t.is=e})(is||(is={}));var Bc;(function(t){function e(r){let n=r;return I.objectLiteral(r)&&is.is(n.kind)&&I.string(n.value)}t.is=e})(Bc||(Bc={}));var Ck;(function(t){t.Text=1,t.Method=2,t.Function=3,t.Constructor=4,t.Field=5,t.Variable=6,t.Class=7,t.Interface=8,t.Module=9,t.Property=10,t.Unit=11,t.Value=12,t.Enum=13,t.Keyword=14,t.Snippet=15,t.Color=16,t.File=17,t.Reference=18,t.Folder=19,t.EnumMember=20,t.Constant=21,t.Struct=22,t.Event=23,t.Operator=24,t.TypeParameter=25})(Ck||(Ck={}));var Dk;(function(t){t.PlainText=1,t.Snippet=2})(Dk||(Dk={}));var Ak;(function(t){t.Deprecated=1})(Ak||(Ak={}));var Ik;(function(t){function e(n,i,s){return{newText:n,insert:i,replace:s}}t.create=e;function r(n){let i=n;return i&&I.string(i.newText)&&Dt.is(i.insert)&&Dt.is(i.replace)}t.is=r})(Ik||(Ik={}));var Ok;(function(t){t.asIs=1,t.adjustIndentation=2})(Ok||(Ok={}));var xk;(function(t){function e(r){let n=r;return n&&(I.string(n.detail)||n.detail===void 0)&&(I.string(n.description)||n.description===void 0)}t.is=e})(xk||(xk={}));var Mk;(function(t){function e(r){return{label:r}}t.create=e})(Mk||(Mk={}));var qk;(function(t){function e(r,n){return{items:r||[],isIncomplete:!!n}}t.create=e})(qk||(qk={}));var Bf;(function(t){function e(n){return n.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}t.fromPlainText=e;function r(n){let i=n;return I.string(i)||I.objectLiteral(i)&&I.string(i.language)&&I.string(i.value)}t.is=r})(Bf||(Bf={}));var Lk;(function(t){function e(r){let n=r;return!!n&&I.objectLiteral(n)&&(Bc.is(n.contents)||Bf.is(n.contents)||I.typedArray(n.contents,Bf.is))&&(r.range===void 0||Dt.is(r.range))}t.is=e})(Lk||(Lk={}));var Mr;(function(t){function e(r,n){return n?{label:r,documentation:n}:{label:r}}t.create=e})(Mr||(Mr={}));var $k;(function(t){function e(r,n,...i){let s={label:r};return I.defined(n)&&(s.documentation=n),I.defined(i)?s.parameters=i:s.parameters=[],s}t.create=e})($k||($k={}));var Bk;(function(t){t.Text=1,t.Read=2,t.Write=3})(Bk||(Bk={}));var Fk;(function(t){function e(r,n){let i={range:r};return I.number(n)&&(i.kind=n),i}t.create=e})(Fk||(Fk={}));var jk;(function(t){t.File=1,t.Module=2,t.Namespace=3,t.Package=4,t.Class=5,t.Method=6,t.Property=7,t.Field=8,t.Constructor=9,t.Enum=10,t.Interface=11,t.Function=12,t.Variable=13,t.Constant=14,t.String=15,t.Number=16,t.Boolean=17,t.Array=18,t.Object=19,t.Key=20,t.Null=21,t.EnumMember=22,t.Struct=23,t.Event=24,t.Operator=25,t.TypeParameter=26})(jk||(jk={}));var Uk;(function(t){t.Deprecated=1})(Uk||(Uk={}));var Hk;(function(t){function e(r,n,i,s,o){let a={name:r,kind:n,location:{uri:s,range:i}};return o&&(a.containerName=o),a}t.create=e})(Hk||(Hk={}));var Vk;(function(t){function e(r,n,i,s){return s!==void 0?{name:r,kind:n,location:{uri:i,range:s}}:{name:r,kind:n,location:{uri:i}}}t.create=e})(Vk||(Vk={}));var zk;(function(t){function e(n,i,s,o,a,c){let l={name:n,detail:i,kind:s,range:o,selectionRange:a};return c!==void 0&&(l.children=c),l}t.create=e;function r(n){let i=n;return i&&I.string(i.name)&&I.number(i.kind)&&Dt.is(i.range)&&Dt.is(i.selectionRange)&&(i.detail===void 0||I.string(i.detail))&&(i.deprecated===void 0||I.boolean(i.deprecated))&&(i.children===void 0||Array.isArray(i.children))&&(i.tags===void 0||Array.isArray(i.tags))}t.is=r})(zk||(zk={}));var Wk;(function(t){t.Empty="",t.QuickFix="quickfix",t.Refactor="refactor",t.RefactorExtract="refactor.extract",t.RefactorInline="refactor.inline",t.RefactorRewrite="refactor.rewrite",t.Source="source",t.SourceOrganizeImports="source.organizeImports",t.SourceFixAll="source.fixAll"})(Wk||(Wk={}));var Ff;(function(t){t.Invoked=1,t.Automatic=2})(Ff||(Ff={}));var Gk;(function(t){function e(n,i,s){let o={diagnostics:n};return i!=null&&(o.only=i),s!=null&&(o.triggerKind=s),o}t.create=e;function r(n){let i=n;return I.defined(i)&&I.typedArray(i.diagnostics,$f.is)&&(i.only===void 0||I.typedArray(i.only,I.string))&&(i.triggerKind===void 0||i.triggerKind===Ff.Invoked||i.triggerKind===Ff.Automatic)}t.is=r})(Gk||(Gk={}));var Yk;(function(t){function e(n,i,s){let o={title:n},a=!0;return typeof i=="string"?(a=!1,o.kind=i):ia.is(i)?o.command=i:o.edit=i,a&&s!==void 0&&(o.kind=s),o}t.create=e;function r(n){let i=n;return i&&I.string(i.title)&&(i.diagnostics===void 0||I.typedArray(i.diagnostics,$f.is))&&(i.kind===void 0||I.string(i.kind))&&(i.edit!==void 0||i.command!==void 0)&&(i.command===void 0||ia.is(i.command))&&(i.isPreferred===void 0||I.boolean(i.isPreferred))&&(i.edit===void 0||iv.is(i.edit))}t.is=r})(Yk||(Yk={}));var Kk;(function(t){function e(n,i){let s={range:n};return I.defined(i)&&(s.data=i),s}t.create=e;function r(n){let i=n;return I.defined(i)&&Dt.is(i.range)&&(I.undefined(i.command)||ia.is(i.command))}t.is=r})(Kk||(Kk={}));var Xk;(function(t){function e(n,i){return{tabSize:n,insertSpaces:i}}t.create=e;function r(n){let i=n;return I.defined(i)&&I.uinteger(i.tabSize)&&I.boolean(i.insertSpaces)}t.is=r})(Xk||(Xk={}));var Jk;(function(t){function e(n,i,s){return{range:n,target:i,data:s}}t.create=e;function r(n){let i=n;return I.defined(i)&&Dt.is(i.range)&&(I.undefined(i.target)||I.string(i.target))}t.is=r})(Jk||(Jk={}));var Qk;(function(t){function e(n,i){return{range:n,parent:i}}t.create=e;function r(n){let i=n;return I.objectLiteral(i)&&Dt.is(i.range)&&(i.parent===void 0||t.is(i.parent))}t.is=r})(Qk||(Qk={}));var Zk;(function(t){t.namespace="namespace",t.type="type",t.class="class",t.enum="enum",t.interface="interface",t.struct="struct",t.typeParameter="typeParameter",t.parameter="parameter",t.variable="variable",t.property="property",t.enumMember="enumMember",t.event="event",t.function="function",t.method="method",t.macro="macro",t.keyword="keyword",t.modifier="modifier",t.comment="comment",t.string="string",t.number="number",t.regexp="regexp",t.operator="operator",t.decorator="decorator"})(Zk||(Zk={}));var eC;(function(t){t.declaration="declaration",t.definition="definition",t.readonly="readonly",t.static="static",t.deprecated="deprecated",t.abstract="abstract",t.async="async",t.modification="modification",t.documentation="documentation",t.defaultLibrary="defaultLibrary"})(eC||(eC={}));var tC;(function(t){function e(r){let n=r;return I.objectLiteral(n)&&(n.resultId===void 0||typeof n.resultId=="string")&&Array.isArray(n.data)&&(n.data.length===0||typeof n.data[0]=="number")}t.is=e})(tC||(tC={}));var rC;(function(t){function e(n,i){return{range:n,text:i}}t.create=e;function r(n){let i=n;return i!=null&&Dt.is(i.range)&&I.string(i.text)}t.is=r})(rC||(rC={}));var nC;(function(t){function e(n,i,s){return{range:n,variableName:i,caseSensitiveLookup:s}}t.create=e;function r(n){let i=n;return i!=null&&Dt.is(i.range)&&I.boolean(i.caseSensitiveLookup)&&(I.string(i.variableName)||i.variableName===void 0)}t.is=r})(nC||(nC={}));var iC;(function(t){function e(n,i){return{range:n,expression:i}}t.create=e;function r(n){let i=n;return i!=null&&Dt.is(i.range)&&(I.string(i.expression)||i.expression===void 0)}t.is=r})(iC||(iC={}));var sC;(function(t){function e(n,i){return{frameId:n,stoppedLocation:i}}t.create=e;function r(n){let i=n;return I.defined(i)&&Dt.is(n.stoppedLocation)}t.is=r})(sC||(sC={}));var ov;(function(t){t.Type=1,t.Parameter=2;function e(r){return r===1||r===2}t.is=e})(ov||(ov={}));var av;(function(t){function e(n){return{value:n}}t.create=e;function r(n){let i=n;return I.objectLiteral(i)&&(i.tooltip===void 0||I.string(i.tooltip)||Bc.is(i.tooltip))&&(i.location===void 0||Lf.is(i.location))&&(i.command===void 0||ia.is(i.command))}t.is=r})(av||(av={}));var oC;(function(t){function e(n,i,s){let o={position:n,label:i};return s!==void 0&&(o.kind=s),o}t.create=e;function r(n){let i=n;return I.objectLiteral(i)&&Gr.is(i.position)&&(I.string(i.label)||I.typedArray(i.label,av.is))&&(i.kind===void 0||ov.is(i.kind))&&i.textEdits===void 0||I.typedArray(i.textEdits,sa.is)&&(i.tooltip===void 0||I.string(i.tooltip)||Bc.is(i.tooltip))&&(i.paddingLeft===void 0||I.boolean(i.paddingLeft))&&(i.paddingRight===void 0||I.boolean(i.paddingRight))}t.is=r})(oC||(oC={}));var aC;(function(t){function e(r){return{kind:"snippet",value:r}}t.createSnippet=e})(aC||(aC={}));var cC;(function(t){function e(r,n,i,s){return{insertText:r,filterText:n,range:i,command:s}}t.create=e})(cC||(cC={}));var lC;(function(t){function e(r){return{items:r}}t.create=e})(lC||(lC={}));var uC;(function(t){t.Invoked=0,t.Automatic=1})(uC||(uC={}));var dC;(function(t){function e(r,n){return{range:r,text:n}}t.create=e})(dC||(dC={}));var fC;(function(t){function e(r,n){return{triggerKind:r,selectedCompletionInfo:n}}t.create=e})(fC||(fC={}));var pC;(function(t){function e(r){let n=r;return I.objectLiteral(n)&&Xy.is(n.uri)&&I.string(n.name)}t.is=e})(pC||(pC={}));var hC;(function(t){function e(s,o,a,c){return new cv(s,o,a,c)}t.create=e;function r(s){let o=s;return!!(I.defined(o)&&I.string(o.uri)&&(I.undefined(o.languageId)||I.string(o.languageId))&&I.uinteger(o.lineCount)&&I.func(o.getText)&&I.func(o.positionAt)&&I.func(o.offsetAt))}t.is=r;function n(s,o){let a=s.getText(),c=i(o,(u,d)=>{let f=u.range.start.line-d.range.start.line;return f===0?u.range.start.character-d.range.start.character:f}),l=a.length;for(let u=c.length-1;u>=0;u--){let d=c[u],f=s.offsetAt(d.range.start),p=s.offsetAt(d.range.end);if(p<=l)a=a.substring(0,f)+d.newText+a.substring(p,a.length);else throw new Error("Overlapping edit");l=f}return a}t.applyEdits=n;function i(s,o){if(s.length<=1)return s;let a=s.length/2|0,c=s.slice(0,a),l=s.slice(a);i(c,o),i(l,o);let u=0,d=0,f=0;for(;u<c.length&&d<l.length;)o(c[u],l[d])<=0?s[f++]=c[u++]:s[f++]=l[d++];for(;u<c.length;)s[f++]=c[u++];for(;d<l.length;)s[f++]=l[d++];return s}})(hC||(hC={}));var cv=class{constructor(e,r,n,i){this._uri=e,this._languageId=r,this._version=n,this._content=i,this._lineOffsets=void 0}get uri(){return this._uri}get languageId(){return this._languageId}get version(){return this._version}getText(e){if(e){let r=this.offsetAt(e.start),n=this.offsetAt(e.end);return this._content.substring(r,n)}return this._content}update(e,r){this._content=e.text,this._version=r,this._lineOffsets=void 0}getLineOffsets(){if(this._lineOffsets===void 0){let e=[],r=this._content,n=!0;for(let i=0;i<r.length;i++){n&&(e.push(i),n=!1);let s=r.charAt(i);n=s==="\r"||s===`
242
- `,s==="\r"&&i+1<r.length&&r.charAt(i+1)===`
243
- `&&i++}n&&r.length>0&&e.push(r.length),this._lineOffsets=e}return this._lineOffsets}positionAt(e){e=Math.max(Math.min(e,this._content.length),0);let r=this.getLineOffsets(),n=0,i=r.length;if(i===0)return Gr.create(0,e);for(;n<i;){let o=Math.floor((n+i)/2);r[o]>e?i=o:n=o+1}let s=n-1;return Gr.create(s,e-r[s])}offsetAt(e){let r=this.getLineOffsets();if(e.line>=r.length)return this._content.length;if(e.line<0)return 0;let n=r[e.line],i=e.line+1<r.length?r[e.line+1]:this._content.length;return Math.max(Math.min(n+e.character,i),n)}get lineCount(){return this.getLineOffsets().length}},I;(function(t){let e=Object.prototype.toString;function r(p){return typeof p<"u"}t.defined=r;function n(p){return typeof p>"u"}t.undefined=n;function i(p){return p===!0||p===!1}t.boolean=i;function s(p){return e.call(p)==="[object String]"}t.string=s;function o(p){return e.call(p)==="[object Number]"}t.number=o;function a(p,y,h){return e.call(p)==="[object Number]"&&y<=p&&p<=h}t.numberRange=a;function c(p){return e.call(p)==="[object Number]"&&-2147483648<=p&&p<=2147483647}t.integer=c;function l(p){return e.call(p)==="[object Number]"&&0<=p&&p<=2147483647}t.uinteger=l;function u(p){return e.call(p)==="[object Function]"}t.func=u;function d(p){return p!==null&&typeof p=="object"}t.objectLiteral=d;function f(p,y){return Array.isArray(p)&&p.every(y)}t.typedArray=f})(I||(I={}));var mC=()=>{let t=new J("interrupt-map-mask",W("PROP_ENCODED_ARRAY"),"optional",void 0,void 0,(e,r)=>{let n=[],i=e.parent,s=Oe(e.ast.values);if(!s?.length)return[];let o=i.getProperty("#interrupt-cells");if(!o)return n;let a=i.addressCells(r),c=qe(o,0,0,r);if(c==null)return n;let l=[...Array.from({length:a},(u,d)=>`AddressMask${a>1?d:""}`),...Array.from({length:c},(u,d)=>`InterruptMask${c>1?d:""}`)];return t.signatureArgs=l.map(u=>Mr.create(u)),s.length!==a+c&&n.push($(19,e.ast.values??e.ast,xr.Error,[],[],[e.name,`<${[...Array.from({length:a},()=>"AddressMask"),...Array.from({length:c},()=>"InterruptMask")].join(" ")}>`])),n});return t.description=["An interrupt-map-mask property is specified for a nexus node in the interrupt tree. This property specifies a mask that is ANDed with the incoming unit interrupt specifier being looked up in the table specified in the interrupt-mapproperty."],t};var ei=M(F());var gC=()=>{let t=new J(/^(?!interrupt-|no-).*?-map$/,W("PROP_ENCODED_ARRAY"),"optional",void 0,void 0,(e,r)=>{let n=e.name.split("-map",1)[0],i=[],s=e.parent,o=e.parent.root,a=s.getProperty(`#${n}-cells`);if(!a)return i.push($(16,e.ast,ei.DiagnosticSeverity.Error,[...s.nodeNameOrLabelRef],[],[e.name,`#${n}-cells`,`/${s.path.slice(1).join("/")}`])),i;let c=qe(a,0,0,r);if(c==null)return i;let l=Oe(e.ast.values);if(!l?.length)return[];let u={},d=0,f=0,p=[],y=0;for(;d<l.length;){if(p.push([...Array.from({length:c},(R,C)=>`${y}_Interrupt${c>1?C:""}`),`${y}_SpecifierParent`,`${y}_ParentSpecifier...`]),d+c>=l.length){let R=d+c;i.push($(20,l[l.length-1],ei.DiagnosticSeverity.Error,[],[],[e.name,`after the last value of ${p.at(-1).slice((l.length-f)%R===0?R:(l.length-f)%R).join(" ")}`]));break}let h=new j(G(l.at(d).firstToken,l.at(c+d-1)?.lastToken)),v="";for(let R=d;R<c+d;R++){let C=l[R];v+=`${C instanceof we?C.evaluate(r).toString():C.toString()}:`}if(u[v]??=[],u[v].push(h),d+=c,l.length<d+1){let R=c+1;i.push($(20,l[l.length-1],ei.DiagnosticSeverity.Error,[],[],[e.name,`after the last value of ${p.at(-1).slice((l.length-f)%R===0?R:(l.length-f)%R).join(" ")}`]));break}let S=ln(l[d],o);if(!S){i.push($(17,l[d],ei.DiagnosticSeverity.Error));break}let _=S.getProperty(`#${n}-cells`);if(!_)return i.push($(16,l[d],ei.DiagnosticSeverity.Error,[...S.nodeNameOrLabelRef],[],[e.name,`#${n}-cells`,`/${s.path.slice(1).join("/")}`])),i;d++;let T=qe(_,0,0,r);if(T==null)break;if(p.splice(-1,1,[...Array.from({length:c},(R,C)=>`${y}_ChildSpecifier${c>1?C:""}`),`${y}_SpecifierParent`,...Array.from({length:T},(R,C)=>`${y}_ParentSpecifier${T>1?C:""}`)]),d+=T,l.length<d){let R=c+1+T;i.push($(20,l[l.length-1],ei.DiagnosticSeverity.Error,[],[],[e.name,`after the last value of ${p.at(-1).slice((l.length-f)%R===0?R:(l.length-f)%R).join(" ")}`]));break}f=d,y++}return p.push([...Array.from({length:c},(h,v)=>`${y}_Interrupt${c>1?v:""}`),`${y}_SpecifierParent`,`${y}_ParentSpecifier...`]),t.signatureArgs=p.map(h=>h.map(v=>ei.ParameterInformation.create(v))),Object.values(u).forEach(h=>{h.length>1&&i.push($(30,h[h.length-1],ei.DiagnosticSeverity.Error,h.slice(0,-1)))}),i});return t.description=["A `\u2039specifier>-map` is a property in a nexus node that bridges one specifier domain with a set of parent specifier domains and describes how specifiers in the child domain are mapped to their respective parent domains.","The map is a table where each row is a mapping entry consisting of three components: child specifier, specifier parent, and parent specifier.","- child specifier The specifier of the child node being mapped. The number of 32-bit cells required to specify this component is described by the `#<specifier>-cells` property of this node-the nexus node containing the \u2039specifier>-map property.","- Specifier parent A single <phandle > value that points to the specifier parent to which the child domain is being mapped.","- Parent specifier: The specifier in the parent domain. The number of 32-bit cells required to specify this component is described by the `#<specifier>-cells` property of the specifier parent node.","Lookups are performed on the mapping table by matching a specifier against the child specifier in the map. Because some fields in the specifier may not be relevant or need to be modified, a mask is applied before the lookup is done. This mask is defined in the `<specifier>-map-mask` property","Similarly, when the specifier is mapped, some fields in the unit specifier may need to be kept unmodified and passed through from the child node to the parent node. In this case, a `<specifier>-map-pass-thru` property may be specified to apply a mask to the child specifier and copy any bits that match to the parent unit specifier."],t.list=!0,t};var yC=()=>{let t=new J(/^(?!interrupt-).*?-map-mask$/,W("PROP_ENCODED_ARRAY"),"optional",void 0,void 0,(e,r)=>{let n=[],i=e.parent,s=Oe(e.ast.values);if(!s?.length)return[];let o=e.name.split("-map",1)[0],a=i.getProperty(`#${o}-cells`);if(!a)return n;let c=qe(a,0,0,r);if(c==null)return n;let l=[...Array.from({length:c},(u,d)=>`mask${c>1?d:""}`)];return t.signatureArgs=l.map(u=>Mr.create(u)),s.length!==c&&n.push($(19,e.ast.values??e.ast,xr.Error,[],[],[e.name,`<${[...Array.from({length:c},()=>"mask")].join(" ")}>`])),n});return t.description=["A `<specifier>-map-mask` property may be specified for a nexus node. This property specifies a mask that is ANDed with the child unit specifier being looked up in the table specified in the `<specifier>-map` property. If this propertyis notspecified, the maskis assumedto be a mask with all bits set."],t};var vC=()=>{let t=new J(/^(?!interrupt-).*?-map-pass-thru$/,W("PROP_ENCODED_ARRAY"),"optional",void 0,void 0,(e,r)=>{let n=[],i=e.parent,s=Oe(e.ast.values);if(!s?.length)return[];let o=e.name.split("-map",1)[0],a=i.getProperty(`#${o}-cells`);if(!a)return n;let c=qe(a,0,0,r);if(c==null)return n;let l=[...Array.from({length:c},(u,d)=>`mask${c>1?d:""}`)];return t.signatureArgs=l.map(u=>Mr.create(u)),s.length!==c&&n.push($(19,e.ast.values??e.ast,xr.Error,[],[],[e.name,`<${[...Array.from({length:c},()=>"mask")].join(" ")}>`])),n});return t.description=["A `<specifier>-map-pass-thru` property may be specified for a nexus node. This property specifies a mask that is applied to the child unit specifier being looked up in the table specified in the `<specifier>-map` property. Any matching bits in the child unit specifier are copied over to the parent specifier. If this property is not specified, the mask isassumedtobe amaskwithno bits set."],t};var TC=()=>{let t=new J(/^(?!#(?:address-|interrupt-|size-)).*-cells$/,W("U32"));return t.list=!0,t.description=["The `#<specifier>-cells` propertydefines the number of cells required to encode a specifier for adomain."],t};function dr(){let t=new Pt;return t.addProperty([Qw(),pk(),fk(),uk(),xf(),Of(),lk(),ck(),If(),ak(),ok(),sk(),hk(),Zw(),nk(),rk(),ik(),ek(),tk(),mk(),mC(),gC(),yC(),vC(),TC()]),t}var bC=()=>{let t=new J("chassis-type",W("STRING"),"optional",void 0,["desktop","laptop","convertible","server","tablet","handset","watch","embedded"]);return t.description=["Specifies a string that identifies the form-factor of the system."],t};var _C=()=>{let t=new J("serial-number",W("STRING"),"optional");return t.description=[`Specifies a string representing the device\u2019s se-
244
- rialnumber.`],t};function SC(){let t=dr();t.noMismatchPropertiesAllowed=!0;let e=t.properties.find(s=>s.name==="#address-cells");e.required=()=>"required";let r=t.properties.find(s=>s.name==="#size-cells");r.required=()=>"required";let n=t.properties.find(s=>s.name==="model");n.required=()=>"required";let i=t.properties.find(s=>s.name==="compatible");return i.required=()=>"required",t.addProperty([bC(),_C()]),t}var ss=M(F());function NC(){let t=new Pt((r,n)=>{let i=[];return n.parent?.name!=="/"&&i.push($(26,n.definitions[0],ss.DiagnosticSeverity.Error,n.definitions.slice(1),[],["Aliases node can only be added to a root node"])),n.nodes.forEach(s=>{s.definitions.forEach(o=>{i.push($(26,o,ss.DiagnosticSeverity.Error,[],[],["Aliases node can not have child nodes"],ss.TextEdit.del(zs(o.firstToken.prevToken,o.lastToken,!1)),"Delete Node"))})}),i});t.noMismatchPropertiesAllowed=!0;let e=new J(/^[-A-Za-z0-9]+$/,W(["STRING","U32"]),void 0,void 0,void 0,r=>{let n=[],i=r.ast.quickValues;if(i?.length===1&&typeof i[0]=="string"){if(!i[0].startsWith("/"))return n.push($(23,r.ast.values??r.ast,ss.DiagnosticSeverity.Error,[],[],[i[0],r.name])),n;if(i[0].trim().endsWith("/"))return n.push($(23,r.ast.values??r.ast,ss.DiagnosticSeverity.Error,[],[],["",i[0]])),n;let s=r.parent.root,o=i[0].split("/").slice(1);for(;o[0];){let a=s,c=o.splice(0,1)[0],[l,u]=c.split("@"),d=u?.split(",").map(f=>Number.parseInt(f,16));if(s=l?a.getNode(l,d,!1):void 0,!s){n.push($(23,r.ast.values??r.ast,ss.DiagnosticSeverity.Error,[],[],[l,a.fullName]));break}}}return n});return e.description=["Each property of the /aliases node defines an alias."],t.addProperty([e]),t}function PC(){let t=dr();t.noMismatchPropertiesAllowed=!0;let e=t.properties.find(r=>r.name==="reg");return e.required=()=>"required",t}var EC=M(F());var RC=(t,e,r)=>{let n=t?.(e,r)??[],i=e.parent.root.getProperty(e.name),s=i?qe(i,0,0,r):void 0,o=e.parent.getProperty(e.name);return(o?qe(o,0,0,r):void 0)!==s&&n.push($(28,e.ast,EC.DiagnosticSeverity.Error,[...i?.ast?[i.ast]:[]],void 0,[`${e.name} value in this node must match value of root node`])),n};function wC(){let t=new Pt;t.noMismatchPropertiesAllowed=!0;let e=xf(),r=e?.additionalTypeCheck;e.additionalTypeCheck=(o,a)=>RC(r,o,a),e.required=()=>"required";let n=Of(),i=n?.additionalTypeCheck;n.additionalTypeCheck=(o,a)=>RC(i,o,a),n.required=()=>"required";let s=If();return s.required=()=>"required",s.type=W("EMPTY"),s.additionalTypeCheck=void 0,t.addProperty([e,n,s]),t}var kC=M(F());function CC(){let t=dr();t.additionalValidations=(i,s)=>{let o=[];return s.parent?.name!=="/"&&o.push($(26,s.definitions[0],kC.DiagnosticSeverity.Error,s.definitions.slice(1),[],["Chosen node can only be added to a root node"])),o};let e=new J("bootargs",W("STRING"));e.description=[`A string that specifies the boot arguments for
245
- theclientprogram. Thevaluecouldpotentially
246
- be a null string if no boot arguments are re-
247
- quired.`];let r=new J("stdout-path ",W("STRING"));r.description=[`A string that specifies the full path to the node
248
- representingthedevicetobeusedforbootcon-
249
- soleoutput. Ifthecharacter\u201C:\u201Dispresentinthe
250
- valueit terminates thepath. Thevalue maybe
251
- an alias. If the stdin-path property is not spec-
252
- ified, stdout-path should be assumed to define
253
- theinput device.`];let n=new J("stdin-path ",W("STRING"));return n.description=[`A string that specifies the boot arguments for
254
- theclientprogram. Thevaluecouldpotentially
255
- be a null string if no boot arguments are re-
256
- quired.`],t.addProperty([e,r,n]),t}var lv=M(F());function DC(){let t=dr();t.additionalValidations=(i,s)=>s.parent?.name!=="/"?[$(26,s.definitions[0],lv.DiagnosticSeverity.Error,s.definitions.slice(1),[],["Cpus node can only be added to a root node"])]:[];let e=t.properties.find(i=>i.name==="#address-cells");e.required=()=>"required";let r=t.properties.find(i=>i.name==="#size-cells");r.required=()=>"required";let n=r?.additionalTypeCheck;return r.additionalTypeCheck=(i,s)=>{let o=n?.(i,s)??[],a=i.parent.getProperty(i.name);return(a?qe(a,0,0,s):void 0)!==0&&o.push($(28,i.ast,lv.DiagnosticSeverity.Error,void 0,void 0,[`${i.name} value in cpus node must be '0'`])),o},t}var AC=M(F());function IC(){let t=dr();t.additionalValidations=(n,i)=>i.parent?.name!=="cpus"?[$(26,i.definitions[0],AC.DiagnosticSeverity.Error,i.definitions.slice(1),[],["`cpu` node can only be a child of `cpus` node"])]:[];let e=t.properties.find(n=>n.name==="device_type");e.required=()=>"required";let r=t.properties.find(n=>n.name==="reg");return r.required=()=>"required",r.description=[`The value of reg is a \u2039prop-encoded-array> that defines a unique CPU/thread id for the
257
- CP U/threads represented by the CPU node.
258
- If a CPU supports more than one thread (i.e. multiple streams of execution) the reg property is an array with 1 element per thread.
259
- The #address-cells on the /cpus node specifies how many cells each element of the array takes. Software can determine the number of threads by dividing the size of reg by the parent node's #address-cells.
260
- If a CPU/thread can be the target of an external interrupt the reg property value must be a unique CPU/thread id that is addressable by the interrupt controller.
261
- If a CPU/thread cannot be the target of an external interrupt, then reg must be unique and out of bounds of the range addressed by the interrupt controller
262
- If a CPU/thread's PIR (pending interrupt reg-ister) is modifiable, a client program should modify PIR to match the reg property value.
263
- If PIR cannot be modified and the PIR value is distinct from the interrupt controller number space, the CPUs binding may define a binding-specific representation of PIR values if desired.`],t}var OC=()=>{let t=new J("alignment",W("PROP_ENCODED_ARRAY"),"optional",void 0,[],(e,r)=>{let n=[],i=Oe(e.ast.values),s=e.parent.sizeCells(r),o=[...Array.from({length:s},(a,c)=>`size${s>1?c:""}`)];return t.signatureArgs=o.map(a=>Mr.create(a)),i?.length!==s&&n.push($(19,e.ast.values??e.ast,xr.Error,[],[],[e.name,`<${Array.from({length:e.parent.sizeCells(r)},()=>"size")}>`])),n});return t.description=["Address boundary for alignment of allocation."],t};var xC=()=>{let t=new J("alloc-ranges",W("PROP_ENCODED_ARRAY"),"optional",void 0,[],(e,r)=>{let n=[],i=e.parent.addressCells(r),s=e.parent.sizeCells(r),o=[...Array.from({length:i},(c,l)=>`address${i>1?l:""}`),...Array.from({length:s},(c,l)=>`size${s>1?l:""}`)];t.signatureArgs=o.map(c=>Mr.create(c)),t.signatureArgsCyclic=!0;let a=Oe(e.ast.values);return a?((a.length===0||a.length%(i+s)!==0)&&n.push($(19,a.at(a.length-a.length%(s+i))??e.ast,xr.Error,[],[],[e.name,`<${[...Array.from({length:i},()=>"address"),...Array.from({length:s},()=>"size")].join(" ")}>`])),n):[]});return t.description=["Specifies regions of memory that are acceptable to allocate from"],t};var MC=()=>{let t=new J("no-map",W("EMPTY"),"optional");return t.description=[`Indicates the operating system must not create a virtual mapping of the region as part of its standard mapping of system memory, nor permit speculative access to it under
264
- any circumstances other than under the control of the device driver using the region.`],t};var qC=()=>{let t=new J("reusable",W("EMPTY"),"optional");return t.description=["The operating system can use the memory in this region with the limitation that the device driver(s) owning the region need to be able to reclaim it back. Typically that means that the operating system can use that region to store volatile or cached data that can be otherwise regenerated or migrated elsewhere."],t};var LC=()=>{let t=new J("size",W("PROP_ENCODED_ARRAY"),"optional",void 0,[],(e,r)=>{let n=[],i=Oe(e.ast.values),s=e.parent.sizeCells(r),o=[...Array.from({length:s},(a,c)=>`size${s>1?c:""}`)];return t.signatureArgs=o.map(a=>Mr.create(a)),i?.length!==e.parent.sizeCells(r)&&n.push($(19,e.ast.values??e.ast,xr.Error,[],[],[e.name,`<${Array.from({length:s},()=>"size")}>`])),n});return t.description=["Size in bytes of memory to reserve for dynamically allocated regions."],t};function $C(){let t=dr(),e=t.properties.find(r=>r.name==="reg");return e.required=()=>"optional",t.addProperty([LC(),OC(),xC(),MC(),qC()]),t}function os(t){switch(t?.name){case"/":return SC();case"aliases":return NC();case"memory":return PC();case"reserved-memory":return wC();case"chosen":return CC();case"cpus":return DC();case"cpu":return IC()}return t?.parent?.name==="reserved-memory"?$C():dr()}var Q=class t{constructor(e,r,n,i=null){this.bindingLoader=e;this.name=r;this.address=n;this.parent=i;this.referencedBy=[];this.definitions=[];this._properties=[];this._deletedProperties=[];this._deletedNodes=[];this.deletes=[];this._nodes=[];this.linkedNodeNamePaths=[];this.linkedRefLabels=[];this.interrupControlerMapping=[];this.spesifierNexusMapping=[];this.missingBinding=[];i?.addNode(this)}static toJson(e){let r={};return e.property.forEach(n=>r[n.name]=n.ast.values?.toJson()??!0),e.nodes.forEach(n=>r[n.fullName]=t.toJson(n)),r}get disabled(){return this.getProperty("status")?.ast.quickValues?.at(0)==="disabled"}get nodeTypes(){if(this._nodeTypes)return this._nodeTypes;let e=this.parent?.nodeType?.childNodeType?.(this);return e?(this._nodeTypes=[e],this._nodeTypes):(this._nodeTypes=this.bindingLoader?.getNodeTypes(this).type??[os(this)],this._nodeTypes)}get nodeType(){return this.nodeTypes.find(e=>!e.onBus||this.parent?.nodeType?.bus?.some(r=>r===e.onBus))}isChildOf(e){return this.parent?this.parent===e?!0:this.parent.isChildOf(e):!1}getReferenceBy(e){return this.referencedBy.some(r=>r===e)?this:[...this._nodes,...this._deletedNodes.map(r=>r.node)].map(r=>r.getReferenceBy(e)).find(r=>r)}get nodeNameOrLabelRef(){return Ko([...this.definitions,...this.referencedBy])}getDeepestAstNode(e,r){let n=[...this.definitions,...this.referencedBy].find(i=>sn(i,e,r));if(n){let i=this.deletes.map(c=>({item:this,ast:Jn(c,e,r),beforeAst:Pc(c,e,r),afterAst:Nc(c,e,r)})).find(c=>sn(c.ast,e,r));if(i)return i;let s=[...this._properties.flatMap(c=>[c,...c.allReplaced]),...this._deletedProperties.flatMap(c=>[c.property,...c.property.allReplaced])].map(c=>({item:c,ast:c.ast})).find(c=>sn(c.ast,e,r)||c.ast.lastToken.value!==";"&&vw(c.ast,e,r));if(s)return s.item.getDeepestAstNode(e,r);let o=[...this._nodes,...this._deletedNodes.map(c=>c.node)].map(c=>c.getDeepestAstNode(e,r)).find(c=>c);if(o)return o;let a=Jn(n,e,r);return{item:this,ast:a,beforeAst:Pc(a,e,r),afterAst:Nc(a,e,r)}}}get labels(){return[...this.referencedBy.flatMap(e=>e.labels),...this.definitions.filter(e=>e instanceof Ue).flatMap(e=>e.labels)]}get labelsMapped(){return this.labels.map(e=>({label:e,owner:this}))}get allBindingsProperties(){return[...this.property.filter(e=>e.name==="compatible"),...this._nodes.flatMap(e=>e.allBindingsProperties)]}get allDescendantsLabels(){return[...this.labels,...this._nodes.flatMap(e=>e.allDescendantsLabels)]}get allDescendantsLabelsMapped(){return[...this.labelsMapped,...this.property.flatMap(e=>e.labelsMapped),...this._nodes.flatMap(e=>e.allDescendantsLabelsMapped)]}getOverlappinNodeAddressesIssues(e){return this._nodes.filter(r=>!r.disabled).flatMap(r=>{let n=r.regArray(e),i=this._nodes.filter(s=>s!==r&&!s.disabled);return n?.flatMap(s=>{let o=i.flatMap(a=>a.regArray(e)?.filter(c=>nn(c.startAddress,s.endAddress)<0&&nn(s.startAddress,c.endAddress)<0).flatMap(c=>({reg:c,node:a}))).filter(a=>!!a);return o.length?jt(10,s.ast,un.DiagnosticSeverity.Information,o.map(a=>a.reg.ast),void 0,[r.fullName,`0x${s.startAddress.map((a,c)=>a.toString(16).padStart(c?8:0,"0")).join("")}`,`0x${s.endAddress.map((a,c)=>a.toString(16).padStart(c?8:0,"0")).join("")}`],void 0,void 0,o.map(a=>[a.node.fullName,`0x${a.reg.startAddress.map((c,l)=>c.toString(16).padStart(l?8:0,"0")).join("")}`,`0x${a.reg.endAddress.map((c,l)=>c.toString(16).padStart(l?8:0,"0")).join("")}`])):[]})??[]})}getIssues(e){let r=[...this.property.flatMap(n=>n.issues),...this._nodes.flatMap(n=>n.getIssues(e)),...this._deletedNodes.flatMap(n=>n.node.getIssues(e)),...this.deletedPropertiesIssues,...this.deletedNodesIssues,...this.missingBinding,...this.getOverlappinNodeAddressesIssues(e)];return this.name==="/"&&this.definitions.length&&(this._nodes.some(n=>n.name==="cpus")||r.push(jt(9,this.definitions.at(-1).name??new j(G(this.definitions.at(-1).firstToken)),un.DiagnosticSeverity.Error,this.definitions.slice(0,-1),void 0,["/","cpus"]))),r}get deletedPropertiesIssues(){return[...this._deletedProperties.flatMap(e=>[jt(6,e.property.ast,un.DiagnosticSeverity.Hint,[e.by],[un.DiagnosticTag.Deprecated],[e.property.name]),...e.property.allReplaced.map(r=>jt(6,r.ast,un.DiagnosticSeverity.Hint,[e.by],[un.DiagnosticTag.Deprecated],[e.property.name])),...e.property.issues])]}get deletedNodesIssues(){return this._deletedNodes.flatMap(e=>[...[...e.node.definitions.filter(r=>r instanceof Ue),...e.node.referencedBy].flatMap(r=>{let n;return r instanceof Ue?n=r.name.toString():r.reference instanceof se?n=r.reference.label.value:n=r.reference.path.pathParts.at(-1).name,jt(7,r,un.DiagnosticSeverity.Hint,[e.by],[un.DiagnosticTag.Deprecated],[n])})])}get path(){return this.parent?[...this.parent.path,this.fullName]:[this.fullName]}get pathString(){return`/${this.path.slice(1).join("/")}`}get property(){return this._properties}get deletedProperties(){return this._deletedProperties}get nodes(){return this._nodes}get deletedNodes(){return this._deletedNodes}get propertyNames(){return this._properties.map(e=>e.name)}hasNode(e,r){return this._nodes.some(n=>n.name===e&&(n.address===r||n.address?.every((i,s)=>r?.at(s)===i)))}hasProperty(e){return this._properties.some(r=>r.name===e)}getProperty(e){return this._properties.find(r=>r.name===e)}deleteNode(e,r,n){let i=this._nodes.findIndex(s=>s.name===e&&(s.address===n||n?.every((o,a)=>s.address?.at(a)===o)));i!==-1&&(this._deletedNodes.push({node:this._nodes[i],by:r}),this._nodes.splice(i,1))}get root(){return this.parent?this.parent.root:this}getAllPhandle(e){let r=this.getProperty("phandle")?.ast.values?.values.at(0)?.value;if(r instanceof qt){let n=r.values[0].value;if(n instanceof tr&&n.value===e)return[this,...this._nodes.flatMap(i=>i.getAllPhandle(e))]}return this._nodes.flatMap(n=>n.getAllPhandle(e))}getPhandle(e){let r=this.getProperty("phandle")?.ast.values?.values.at(0)?.value;if(r instanceof qt){let n=r.values[0].value;if(n instanceof tr&&n.value===e)return this}return this._nodes.flatMap(n=>n.getPhandle(e)).find(n=>!!n)}getNode(e,r,n=!0){let i=n||!!r||this._nodes.filter(o=>o.name===e).length>1,s=this._nodes.findIndex(o=>o.name===e&&(!i||o.address===r||o.address?.every((a,c)=>r?.at(c)===a)));if(s!==-1)return this._nodes[s]}deleteProperty(e,r){let n=this._properties.findIndex(i=>i.name===e);n!==-1&&(this._deletedProperties.push({property:this._properties[n],by:r}),this._properties.splice(n,1))}addNode(e){this._nodes.push(e)}addProperty(e){let r=this._properties.findIndex(n=>n.name===e.name);if(r===-1)this._properties.push(e);else{let n=this._properties.splice(r,1)[0];this._properties.push(e),e.replaces=n,n.replacedBy=e}if(e.name==="compatible")if(this.bindingLoader){let n=this.bindingLoader.getNodeTypes(this);this._nodeTypes=n.type,this.missingBinding.push(...n.issues)}else this._nodeTypes=[os(this)]}getChild(e,r=!0){let n=[...e];n.splice(0,1);let i=n[0].split("@"),s=i[0],o=i[1]!==void 0?i[1].split(",").map(c=>Number.parseInt(c,16)):void 0,a=this.getNode(s,o,r);return n.length===1||!a?a:a.getChild(n)}getChildFromScope(e,r){if(e.length===1&&e[0]===this.fullName)return this;if(e[0]!==this.fullName)return;let n=[...e];return n.splice(0,1),[...this._nodes,...this._deletedNodes.filter(s=>!r(s.by)).map(s=>s.node)].find(s=>s.fullName===n[0])?.getChildFromScope(n,r)}get fullName(){return this.address!==void 0?`${this.name}@${this.address.map(e=>e.toString(16)).join(",")}`:this.name}#e;regArray(e){if(this.#e!==void 0)return this.#e;let r=this.getProperty("reg");if(!r){this.#e=null;return}let n=this.parentAddressCells(e),i=this.parentSizeCells(e),s=[],o=Oe(r.ast.values)?.reverse();for(;o?.length;){let a=Array.from({length:n}).map(()=>o.pop()),c=Array.from({length:i}).map(()=>o.pop());if(![...a,...c].every(f=>f instanceof we))continue;let l=a.map(f=>f.evaluate(e)),u=c.map(f=>f.evaluate(e)),d=a.at(0)?.firstToken;!d||![...l,...u].every(f=>typeof f=="number")||s.push({startAddress:l,endAddress:Zi(l,u),size:u,ast:new j(G(d,c.at(-1)?.lastToken??a.at(-1)?.lastToken))})}return this.#e=s,this.#e}#t;rangeMap(e){if(this.#t!==void 0)return this.#t;let r=this.getProperty("ranges");if(!r){this.#t=null;return}let n=this.sizeCells(e),i=this.addressCells(e),s=this.parentAddressCells(e),o=[],a=Oe(r.ast.values)?.reverse();for(;a?.length;){let c=Array.from({length:i}).map(()=>a.pop()),l=Array.from({length:s}).map(()=>a.pop()),u=Array.from({length:n}).map(()=>a.pop());if(![...c,...l,...u].every(h=>h instanceof we))continue;let d=c.map(h=>h.evaluate(e)),f=l.map(h=>h.evaluate(e)),p=u.map(h=>h.evaluate(e)),y=c.at(0)?.firstToken;!y||![...d,...f,...p].every(h=>typeof h=="number")||o.push({childAddress:d,parentAddress:f,length:p,ast:new j(G(y,u.at(-1).lastToken))})}return this.#t=o,this.#t}#i;dmaRangeMap(e){if(this.#i!==void 0)return this.#i;let r=this.getProperty("dma-ranges");if(!r){this.#i=null;return}let n=this.sizeCells(e),i=this.addressCells(e),s=this.parentAddressCells(e),o=[],a=Oe(r.ast.values)?.reverse();for(;a?.length;){let c=Array.from({length:i}).map(()=>a.pop()),l=Array.from({length:s}).map(()=>a.pop()),u=Array.from({length:n}).map(()=>a.pop());if(![...c,...l,...u].every(h=>h instanceof we))continue;let d=c.map(h=>h.evaluate(e)),f=l.map(h=>h.evaluate(e)),p=u.map(h=>h.evaluate(e)),y=c.at(0)?.firstToken;!y||![...d,...f,...p].every(h=>typeof h=="number")||o.push({childAddress:d,parentAddress:f,length:p,ast:new j(G(y,u.at(-1).lastToken))})}return this.#i=o,this.#i}parentAddressCells(e){return this.parent?.addressCells(e)??2}parentSizeCells(e){return this.parent?.sizeCells(e)??1}#r;addressCells(e){if(this.#r!==void 0)return this.#r;let r=this?.getProperty("#address-cells");return this.#r=r?qe(r,0,0,e)??2:2,this.#r}#o;sizeCells(e){if(this.#o!==void 0)return this.#o;let r=this.getProperty("#size-cells");return this.#o=r?qe(r,0,0,e)??1:1,this.#o}#f;mappedReg(e){if(this.#f!==void 0)return this.#f;let r=this.parent?.rangeMap(e),n=this.regArray(e);return this.#f=n?.flatMap(i=>{let s=i.startAddress,o=i.size,a=Zi(s,o),c={startAddress:s,startAddressRaw:s,size:o,endAddress:a,endAddressRaw:a,inMappingRange:!1,regAst:i.ast,missingMapping:!1};if(!r)return[c];let l=Sw(r,s);return l.length?l.map(u=>(c.mappedAst=u.ast,c.startAddress=u.start,c.endAddress=Zi(u.start,o),c.inMappingRange=nn(c.endAddress,u.end)<=0,c.mappingEnd=u.end,{...c,mappedAst:u.ast,startAddress:u.start,endAddress:Zi(u.start,o),inMappingRange:nn(c.endAddress,u.end)<=0,mappingEnd:u.end})):(c.missingMapping=!0,[c])}).sort((i,s)=>nn(i.endAddress,s.endAddress))??[],this.#f}get interruptsParent(){if(this.getProperty("interrupts-extended"))return null;let e=this.bindingLoader?.type==="Zephyr",r=this.getProperty("interrupt-parent"),n=r?ln(r?.ast.values?.values.at(0),this.root):e?void 0:this.parent;return!e||r?{interruptParent:r,parentInterruptNode:n??null}:n?{interruptParent:r,parentInterruptNode:n??null}:this.parent?this.parent.interruptsParent:{parentInterruptNode:this}}getNexusMapEntyMatch(e,r,n,i=[]){let s=new j(G(n[0].firstToken,n.at(-1).lastToken)),o=this.getNexusMap(e,r);if(o){let a=[...i.map((l,u)=>l&(o.mapMask.at(u)??4294967295)),...n.map((l,u)=>{let d=l instanceof we?l.evaluate(r):l;return(typeof d=="number"?d&(o.mapMask.at(u+i.length)??4294967295):d).toString()})].join(":"),c=o.map.find(l=>l.mappingValues.map(u=>(u instanceof we?u.evaluate(r):u).toString()).join(":")===a);return{entry:s,match:c}}return{entry:s}}getNexusMap(e,r){let n=this.getProperty(`${e}-map`),i=Oe(n?.ast.values);if(!i?.length)return;let s=this.root,o=this.getProperty(`#${e}-cells`);if(!o)return;let a=qe(o,0,0,r);if(a==null)return;e==="interrupt"&&(a+=this.addressCells(r));let c=[],l=0;for(;l<i.length;){let f=i.slice(l,a+l);if(l+=a,i.length<l+1)break;let p=ln(i[l],s);if(!p)break;let y=p.getProperty(`#${e}-cells`);if(!y)return;l++;let h=qe(y,0,0,r);if(h==null||(e==="interrupt"&&(h+=p.addressCells(r)),l+=h,i.length<l))break;let v=i.slice(l-h,l);c.push({mappingValues:f,node:p,parentValues:v})}let u=this.getProperty(`${e}-map-mask`);return{mapMask:Array.from({length:a}).map((f,p)=>(u?qe(u,0,p,r):void 0)??4294967295),map:c}}uniqueLabels(){return Array.from(new Set(this.labels.map(e=>e.toString())))}toTooltipString(e){return`${this.uniqueLabels().join(" ")}${this.labels.length?" ":""}${this.fullName} {${this.property.length?`
265
- `:""}${this.property.map(r=>r.toPrettyString(e)).join(`
266
- `)}${this.nodes.length?`
267
- ${this.nodes.map(r=>`${r.fullName}{ /* ... */ };`).join(`
268
- `)}`:""}
269
- };`}toMarkupContent(e){return{kind:un.MarkupKind.Markdown,value:["### Path",this.pathString,"### Current State","```devicetree",this.toTooltipString(e),"```",...this.nodeType?.maintainers?["### Maintainers",...this.nodeType?.maintainers??[]]:[],...this.nodeType?.description?["### Description",this.nodeType?.description]:[],...this.nodeType?.examples?["### Examples","```devicetree",...this.nodeType?.examples??[],"```"]:[]].join(`
270
- `)}}toFullString(e,r=1){let n=this.definitions.some(s=>s instanceof Ue&&s.omitIfNoRef),i=n&&this.linkedRefLabels.length===0&&this.linkedNodeNamePaths.length===0;return i?`/* /omit-if-no-ref/ ${this.labels.map(s=>s.toString()).join(" ")}${this.labels.length?" ":""}${this.fullName} {${this.property.length?`
271
- ${" ".repeat(r)}`:""}${this.property.map(s=>s.toString()).join(`
272
- ${" ".repeat(r)}`)}${this.nodes.length?`
273
- ${" ".repeat(r)}${this.nodes.map(s=>`${s.fullName}{ ... };`).join(`
274
- ${" ".repeat(r)}`)}`:""}
275
- ${" ".repeat(r-1)}}; */`:`${i?"/* /omit-if-no-ref/ ":n?`/* /omit-if-no-ref/ */
276
- ${" ".repeat(r-1)}`:""}${this.uniqueLabels()}${this.labels.length?" ":""}${this.fullName} {${this.property.length?`
277
- ${" ".repeat(r)}`:""}${this.property.map(s=>s.toPrettyString(e)).join(`
278
- ${" ".repeat(r)}`)}${this.nodes.length?`
279
- ${" ".repeat(r)}${this.nodes.map(s=>s.toFullString(e,r+1)).join(`
280
- ${" ".repeat(r)}`)}`:""}
281
- ${" ".repeat(r-1)}}; ${i?" */":""}`}serialize(e){let r=this.mappedReg(e),n=[...this.definitions,...this.referencedBy],i=this.nodeType;return{nodeType:i instanceof Pt?{...this.nodeType,extends:Array.from(this.nodeType?.extends??[]),properties:i.properties.map(s=>({name:typeof s.name=="string"?s.name:s.name.toString(),allowedValues:s.allowedValues,type:s.type,description:s.description?.join(`
282
- `)}))}:void 0,issues:n.flatMap(s=>s.serializeIssues),path:this.pathString,disabled:this.disabled,name:this.fullName,labels:this.labels.map(s=>s.label.value),nodes:n.map(s=>s.serialize(e)),properties:this.property.map(s=>({...s.ast.serialize(e),nexusMapEnty:s.nexusMapsTo.map(o=>({mappingValuesAst:o.mappingValuesAst.map(a=>a.serialize(e)),specifierSpace:o.specifierSpace,target:o.target.pathString,mapItem:o.mapItem?{parentValues:o.mapItem?.parentValues.map(a=>a.serialize(e)),target:o.mapItem.node.pathString,mappingValues:o.mapItem.mappingValues.map(a=>a.serialize(e))}:void 0}))})),childNodes:this.nodes.map(s=>s.serialize(e)),reg:r?.map(s=>({mappedStartAddress:s?.startAddress,mappedEndAddress:s?.endAddress,startAddress:s?.startAddressRaw,endAddress:s?.endAddressRaw,size:s?.size,inMappingRange:s?.inMappingRange})),interruptControllerMappings:this.interrupControlerMapping.map(s=>({cells:s.expressions.map(o=>o.serialize(e)),path:s.node.pathString,property:s.property.ast.serialize(e)})),specifierNexusMappings:this.spesifierNexusMapping.map(s=>({cells:s.expressions.map(o=>o.serialize(e)),path:s.node.pathString,property:s.property.ast.serialize(e)}))}}};var aa=M(F());var Xe=class{constructor(e,r){this.ast=e;this.parent=r;this.nexusMapsTo=[]}getDeepestAstNode(e,r){let n=Jn(this.ast,e,r);return this.ast.assignOperatorToken&&$y(this.ast.assignOperatorToken,e,r)?{item:this,ast:n,beforeAst:Pc(this.ast,e,r),afterAst:Nc(this.ast,e,r)}:{item:this,ast:n}}get name(){return this.ast.propertyName?.name??"[UNSET]"}get labels(){return this.ast.allDescendants.filter(e=>e instanceof es)}get labelsMapped(){return this.labels.map(e=>({label:e,owner:this.ast.labels.some(r=>r===e)?this:null}))}getArgumentIndex(e){if(!e)return;let r=this.ast.getFlatAstValues()?.findIndex(n=>n===e||n?.isAncestorOf(e));return r===-1?void 0:r}get issues(){return this.replacedIssues}get replacedIssues(){return[...this.replaces?.replacedIssues??[],...this.replaces?[jt(0,this.replaces.ast,aa.DiagnosticSeverity.Hint,[this.ast],[aa.DiagnosticTag.Unnecessary],[this.name])]:[]]}onHover(){if(this.nexusMapsTo.length)return{kind:aa.MarkupKind.Markdown,value:["### Nexus mappings",...this.nexusMapsTo.filter(e=>!!e.mapItem).flatMap(e=>["```",`${this.name} = <... ${e.mappingValuesAst.map(r=>r.toString()).join(" ")} ...> maps to <... ${e.mapItem.mappingValues.map(r=>r.toString()).join(" ")} ...>;`,"```",`[Mapping (${e.mappingValuesAst.map(r=>r.toString()).join(" ")})](${`${e.mapItem.mappingValues[0].uri}#L${e.mapItem.mappingValues[0].firstToken.pos.line+1}`})`])].join(`
283
- `)}}get allReplaced(){return this.replaces?[this.replaces,...this.replaces.allReplaced]:[]}toString(){return this.ast.toString()}toPrettyString(e){return this.ast.toPrettyString(e)}};var BC=M(F());var ti=class t{constructor(e){this.context=e;this.comments=[];this.includes=[];this.roots=[];this.references=[];this.unlinkedDeletes=[];this.unlinkedRefNodes=[];this.globalDeletes=[];this.rootNode=new Q(this.context.bindingLoader,"/");this.labelsUsedCache=new Map;this.fileTopMostAstCache=new Map}fileTopMostAsts(e){let r=this.fileTopMostAstCache.get(e);if(r)return r;let n=[...this.context.parser.cPreprocessorParser.allAstItems,...this.roots,...this.references,...this.unlinkedDeletes,...this.unlinkedRefNodes,...this.globalDeletes,...this.context.overlayParsers.flatMap(i=>[...i.cPreprocessorParser.allAstItems,...i.unhandledStatements.children]),...this.context.parser.unhandledStatements.children].flatMap(i=>i.getTopMostAstNodeForFile(e));return this.fileTopMostAstCache.set(e,n),n}getDeepestAstNode(e,r){let i=this.fileTopMostAsts(e).find(s=>sn(s,e,r)||Tw(Or().requestTokens(e,!1),s,r));if(i instanceof Yt){let o=this.rootNode.getReferenceBy(i)?.getDeepestAstNode(e,r);return o?{...o,runtime:this}:{item:null,runtime:this,ast:Jn(i,e,r)}}else if(i instanceof Nt&&i.path){let s=this.rootNode.getDeepestAstNode(e,r);return s?{...s,runtime:this}:void 0}else if(i instanceof Ue&&i.path){let s=t.getNodeFromPath(i.path.slice(1),this.rootNode)?.getDeepestAstNode(e,r);return s?{...s,runtime:this}:void 0}else if(i)return{runtime:this,item:null,ast:Jn(i,e,r)}}static getNodeFromPath(e,r,n=!0){if(e.length===0)return r;let i=e[0].split("@"),s=i[0],a=i.at(1)?.split(",").map(u=>Number.parseInt(u,16)),c=e.slice(1),l=r.getNode(s,a,n);return l?t.getNodeFromPath(c,l,n):void 0}resolvePath(e,r){if(!e.at(0)?.startsWith("&"))return e;let n=this.labelsUsedCache.get(e[0].slice(1));return n||(r??=this.rootNode.allDescendantsLabels,r.find(s=>s.label.value===e.at(0)?.slice(1)&&s.parentNode instanceof lt)?.lastLinkedTo?.path)}get issues(){return[...this.labelIssues(),...this.rootNode.getIssues(this.context.macros)]}labelIssues(){let e=[],r=new Map;return this.rootNode.allDescendantsLabelsMapped.forEach(n=>{r.has(n.label.label.value)?r.get(n.label.label.value)?.push(n):r.set(n.label.label.value,[n])}),Array.from(r).forEach(n=>{let i=n[1];if(i.length>1){let s=i.find(a=>a.owner instanceof Q);(!i.every(a=>a&&a.owner===s?.owner)||!s)&&e.push(jt(4,i.at(0).label,BC.DiagnosticSeverity.Error,i.slice(1).map(a=>a.label),[],[i.at(0).label.label.value]))}}),e}get typesIssues(){let e=r=>[...r.nodeType?.getIssue(this,r)??[],...r.nodes.flatMap(n=>e(n))];return this.typesIssuesCache??=e(this.rootNode),this.typesIssuesCache}getOrderedNodeAst(e){return bw([...e.definitions,...e.referencedBy],this.context)}};var jf=class t{constructor(e,r){this.settings=e;this.bindingLoader=r;this._issues=[];this.overlayParsers=[];this.overlays=[];this.ctxNames_=new Set;this.sortKeys=new WeakMap;let n={includePaths:[],overlays:[],zephyrBindings:[],deviceOrgTreeBindings:[],deviceOrgBindingsMetaSchema:[],...e,ctxName:e.ctxName??(0,FC.basename)(e.dtsFile),lockRenameEdits:[]};this.overlays=n.overlays,this.overlays.filter(Fc.existsSync),this.parser=new Ys(n.dtsFile,n.includePaths),this.ctxNames_.add(n.ctxName),this.id=Si(n),this.parser.stable.then(()=>{this.overlayParsers=this.overlays?.map(i=>new Ys(i,n.includePaths,this.parser.cPreprocessorParser.macros))??[]})}get macros(){return[this.parser,...this.overlayParsers].at(-1).cPreprocessorParser.macros}get ctxNames(){return Array.from(this.ctxNames_)}addCtxName(e){this.ctxNames_.add(e)}removeCtxName(e){this.ctxNames_.delete(e)}async getContextIssues(){return[...(await this.getRuntime()).issues,...this._issues]}async getFileTree(){let e=new Map,r=i=>({file:i,includes:(e.get(i)??[]).map(s=>r(s.resolvedPath??s.path))});return(await this.getRuntime()).includes.forEach(i=>{let s=e.get(i.uri);s||(s=[],e.set(i.uri,s)),s.push({path:i.path.path,resolvedPath:i.resolvedPath})}),{mainDtsPath:r(this.parser.uri),overlays:this.overlays.map(r)}}async stable(){await Promise.all([this.parser.stable,...this.overlayParsers.map(e=>e.stable)])}async getRuntime(){return await this.stable(),this._runtime??=this.evaluate(),this._runtime}getContextFiles(){return[...this.overlayParsers.flatMap(e=>e.getFiles()),...this.parser.getFiles()]}isInContext(e){return this.getContextFiles().some(r=>fe(r,e))}getUriParser(e){let r=this.overlayParsers.find(n=>n.getFiles().some(i=>fe(i,e)));return r??=this.parser.getFiles().some(n=>fe(n,e))?this.parser:void 0,r}async getAllParsers(){return await this.stable(),[this.parser,...this.overlayParsers]}async getDocumentLinks(e,r){if(!this.isInContext(e))return[];let i=(await this.getRuntime()).rootNode.allBindingsProperties.filter(s=>fe(s.ast.uri,e)&&(!r||sn(s.ast,e,r))).flatMap(s=>s.ast.values?.values.flatMap(o=>{let c=s.parent?.nodeTypes.find(l=>o?.value instanceof ne&&l.compatible===o.value.value);return c?{range:ce(o.value),target:ve(c.bindingsPath)}:void 0})).filter(s=>s)??[];return[...this.parser.cPreprocessorParser.dtsIncludes.filter(s=>fe(s.uri,e)&&(!r||sn(s,e,r))).map(s=>{let o=this.parser.cPreprocessorParser.resolveInclude(s);if(o)return{range:ce(s.path),target:ve(o)}}).filter(s=>s)??[],...i]}linkPropertiesLabelsAndNodePaths(e){let r=s=>[...s.property,...s.nodes.flatMap(r)],n=r(e.rootNode),i=e.rootNode.allDescendantsLabels;n.forEach(s=>s.ast.allDescendants.forEach(o=>{if(o instanceof se){let a=e.resolvePath([`&${o.label?.value}`],i);if(a){let c=e.rootNode.getChild(a);o.linksTo=c,c?.linkedRefLabels.push(o)}else o.value&&this._issues.push(jt(3,o,ca.DiagnosticSeverity.Error,[],[],[o.value]))}else o instanceof An&&this.linkNodePath(o,e.rootNode)}))}linkNodePath(e,r){let n=r,i=e.pathParts;for(let s=0;s<i.length&&i[s];s++){let o=!1,a=i[s];if(a){let c=n?.getNode(a.name,a.fullAddress,!1);a.linksTo=c,!o&&!c&&(o=!0,this._issues.push(jt(8,a,ca.DiagnosticSeverity.Error,[],[],[a.toString(),`${e.pathParts.filter(l=>l?.linksTo).map(l=>l?.toString()).join("/")}`]))),c?.linkedNodeNamePaths.push(a),n=c}else break}}async reevaluate(e){let r=this.getUriParser(e);return r?(this.sortKeys=new WeakMap,await r.reparse(),this._runtime=this.evaluate(),this._runtime):this._runtime}getSortKey(e){if(e)return this.sortKeys.get(e.firstToken)}async evaluate(){let e=performance.now();await this.stable();let r=new ti(this);this._issues=[],this.parser.rootDocument.resetIssues(),this.processRoot(this.parser.rootDocument,r);for(let n=0;n<this.overlayParsers.length;n++)this.overlayParsers[n].rootDocument.resetIssues(),this.processRoot(this.overlayParsers[n].rootDocument,r);return r.includes=this.parser.includes,r.comments=this.parser.cPreprocessorParser.allAstItems.filter(n=>n instanceof cn),(await this.getAllParsers()).flatMap(n=>n.tokens).forEach((n,i)=>this.sortKeys.set(n,i)),this.linkPropertiesLabelsAndNodePaths(r),console.log(`(ID: ${this.id}) evaluate`,performance.now()-e),r}processRoot(e,r){for(let n=0;n<e.children.length;n++){let i=e.children[n];this.processChild(i,r.rootNode,r)}}processChild(e,r,n){e instanceof lt?this.processDtcBaseNode(e,r,n):e instanceof Ye?this.processDtcProperty(e,r,n):e instanceof Ir?this.processDeleteNode(e,r,n):e instanceof ht&&this.processDeleteProperty(e,r,n)}checkNodeUniqueNames(e,r){let n=(o,a)=>o.some(c=>c.name===a.name&&(c.address===void 0||a.fullAddress===void 0||nn(c.address,a.fullAddress)===0)),i=r.nodes.map(o=>({name:o.name,address:o.address})),s=[];e.children.forEach(o=>{if(o instanceof Ue&&o.name)n(s.map(a=>({name:a.name,address:a.fullAddress})),o.name)&&this._issues.push(jt(2,o.name)),s.push(o.name);else if(o instanceof Ir&&o.nodeNameOrRef instanceof He){let a=o.nodeNameOrRef;n(i,a)&&(s=s.filter(c=>n(s.map(l=>({name:l.name,address:l.fullAddress})),c)))}})}getCompileCommands(){if(!(!this.settings.compileCommands||!(0,Fc.existsSync)(this.settings.compileCommands)))return JSON.parse((0,Fc.readFileSync)(this.settings.compileCommands).toString())}processDtcBaseNode(e,r,n){e instanceof Nt?this.processDtcRootNode(e,n):e instanceof Ue?this.processDtcChildNode(e,r,n):e instanceof Yt&&this.processDtcRefNode(e,n)}processDtcRootNode(e,r){r.roots.push(e),r.rootNode.definitions.push(e),this.checkNodeUniqueNames(e,r.rootNode),e.children.forEach(n=>this.processChild(n,r.rootNode,r))}processDtcChildNode(e,r,n){if(e.name?.name){let i=e.path?n.resolvePath(e.path):void 0,o=(i?n.rootNode.getChild(i):void 0)??new Q(this.bindingLoader,e.name.name,e.name.fullAddress,r);o.definitions.push(e),e.labels.forEach(a=>a.lastLinkedTo=o),r=o,this.checkNodeUniqueNames(e,o)}e.children.forEach(i=>this.processChild(i,r,n))}processDtcRefNodeLabelRef(e,r,n){let i,s=e.resolveNodePath??(e.pathName?n.resolvePath([e.pathName]):void 0);return s?(e.resolveNodePath??=[...s],i=n.rootNode.getChild(s),r.linksTo=i,e.labels.forEach(o=>o.lastLinkedTo=i),i?.linkedRefLabels.push(r),i?.referencedBy.push(e),e.labels.forEach(o=>{n.labelsUsedCache.set(o.label.value,s)}),i?(n.references.push(e),this.checkNodeUniqueNames(e,i)):n.unlinkedRefNodes.push(e)):(this._issues.push(jt(3,r,ca.DiagnosticSeverity.Error,[],[],[r.label?.value??""])),n.unlinkedRefNodes.push(e)),i}processDtcRefNodeNodePathRef(e,r,n){let i;r.path&&this.linkNodePath(r.path,n.rootNode);let o=r.path?.pathParts.at(-1)?.linksTo?.path;return o?(e.resolveNodePath??=o,i=n.rootNode.getChild(o),e.labels.forEach(a=>a.lastLinkedTo=i),i?.referencedBy.push(e),e.labels.forEach(a=>{n.labelsUsedCache.set(a.label.value,o)}),i?(n.references.push(e),this.checkNodeUniqueNames(e,i)):n.unlinkedRefNodes.push(e)):n.unlinkedRefNodes.push(e),i}processDtcRefNode(e,r){let n;e.reference?e.reference instanceof se?n=this.processDtcRefNodeLabelRef(e,e.reference,r):n=this.processDtcRefNodeNodePathRef(e,e.reference,r):r.unlinkedRefNodes.push(e),e.children.forEach(i=>this.processChild(i,n??new Q(this.bindingLoader,""),r))}processDtcProperty(e,r,n){e.propertyName?.name&&r.addProperty(new Xe(e,r)),e.children.forEach(i=>this.processChild(i,r,n))}processDeleteNode(e,r,n){if(e.nodeNameOrRef instanceof He&&e.nodeNameOrRef.value){if(e.parentNode?.parentNode)if(!r.hasNode(e.nodeNameOrRef.name,e.nodeNameOrRef.fullAddress))this._issues.push(jt(5,e.nodeNameOrRef));else{r.deletes.push(e);let i=r.getNode(e.nodeNameOrRef.name,e.nodeNameOrRef.fullAddress);e.nodeNameOrRef.linksTo=i,r.deleteNode(e.nodeNameOrRef.name,e,e.nodeNameOrRef.fullAddress),i?.labels.forEach(s=>{n.labelsUsedCache.delete(s.label.value)})}}else if(e.nodeNameOrRef instanceof se&&e.nodeNameOrRef.value){let i=n.resolvePath([`&${e.nodeNameOrRef.value}`]),s;i?(s=n.rootNode.getChild(i),r.deletes.push(e),e.nodeNameOrRef.linksTo=s,s?.labels.forEach(o=>{n.labelsUsedCache.delete(o.label.value)}),s?.linkedRefLabels.push(e.nodeNameOrRef),s?.parent?.deleteNode(s.name,e,s.address),e.parentNode instanceof lt&&!e.parentNode.pathName&&n.globalDeletes.push(e)):(n.unlinkedDeletes.push(e),this._issues.push(jt(3,e.nodeNameOrRef,ca.DiagnosticSeverity.Error,[],[],[e.nodeNameOrRef.value])))}else if(e.nodeNameOrRef instanceof it&&e.nodeNameOrRef.path&&!e.nodeNameOrRef.path.pathParts.some(i=>!i)){let i=n.rootNode,s=e.nodeNameOrRef.path.pathParts;for(let c=0;c<s.length&&s[c];c++){let l=s[c];if(l){let u=i?.getNode(l.name,l.fullAddress,!1);l.linksTo=u,u?.linkedNodeNamePaths.push(l),i=u}}let o=e.nodeNameOrRef.path.pathParts.find(c=>c&&!c.linksTo),a=e.nodeNameOrRef.path.pathParts.at(-1)?.linksTo;a||(n.unlinkedDeletes.push(e),o&&this._issues.push(jt(8,o,ca.DiagnosticSeverity.Error,[],[],[o.toString(),`${e.nodeNameOrRef.path.pathParts.filter(c=>c?.linksTo).map(c=>c?.toString()).join("/")}`]))),r.deletes.push(e),a?.labels.forEach(c=>{n.labelsUsedCache.delete(c.label.value)}),a?.parent?.deleteNode(a.name,e,a.address),e.parentNode instanceof lt&&!e.parentNode.pathName&&n.globalDeletes.push(e)}else n.unlinkedDeletes.push(e);e.children.forEach(i=>this.processChild(i,r,n))}processDeleteProperty(e,r,n){e.propertyName?.name&&!r.hasProperty(e.propertyName.name)?this._issues.push(jt(1,e.propertyName)):e.propertyName?.name&&(r.deletes.push(e),r.deleteProperty(e.propertyName.name,e)),e.children.forEach(i=>this.processChild(i,r,n))}static#e(e,r,n){let i=n.get(r);i||(i=[],n.set(r,i)),i.push(e)}async getSyntaxIssues(e=new Map,r){return(await this.getAllParsers()).forEach(n=>{r?n.issues.filter(i=>r(i.raw)).forEach(i=>t.#e(i.diagnostic(),i.raw.astElement.uri,e)):n.issues.forEach(i=>t.#e(i.diagnostic(),i.raw.astElement.uri,e))}),e}async getDiagnostics(){let e=new Map;try{return await this.getSyntaxIssues(e),(await this.getContextIssues()??[]).forEach(i=>t.#e(i.diagnostic(),i.raw.astElement.uri,e)),(await this.getRuntime())?.typesIssues.forEach(i=>t.#e(i.diagnostic(),i.raw.astElement.uri,e)),e}catch(r){throw console.error(r),r}}async toFullString(){return`/dts-v1/;
284
- ${(await this.getRuntime()).rootNode.toFullString((await this.getAllParsers()).at(-1).cPreprocessorParser.macros)}`}async serialize(){return await this.stable,await this.getDiagnostics(),(await this?.getRuntime())?.rootNode.serialize((await this.getAllParsers()).at(-1).cPreprocessorParser.macros)}};var jC=require("fs"),la=require("path"),At=M(F());function _U(t){if(!t||!(t.ast instanceof Xo))return[];let e=n=>n.flatMap(i=>{try{return(0,jC.readdirSync)(i,{withFileTypes:!0,recursive:!0}).filter(s=>s.name.toLowerCase().endsWith(".dtsi")||s.name.toLowerCase().endsWith(".h")).map(s=>({label:`${(0,la.join)((0,la.relative)(i,s.parentPath),s.name)}`,kind:At.CompletionItemKind.File}))}catch{return[]}});if(t.ast.relative)return e([(0,la.dirname)(t.ast.uri)]);let r=t.runtime.context.settings.includePaths??[];return e(r)}var Uf=(t,e)=>[...t.labels.filter(e),...t.deletedNodes.filter(r=>!e(r.by)).flatMap(r=>Uf(r.node,e)),...t.nodes.flatMap(r=>Uf(r,e))],uv=(t,e)=>[...t.labels,...t.deletedNodes.filter(r=>!e(r.by)).flatMap(r=>uv(r.node,e)),...t.nodes.flatMap(r=>uv(r,e))];function SU(t,e){if(!t||!(t.item instanceof Xe)||!(t.ast instanceof se))return[];let r=i=>uv(i,e),n=new Map;return r(t.runtime.rootNode).forEach(i=>n.set(i.label.value,i)),Array.from(n).map(([,i])=>({label:`${i.label.value}`,kind:At.CompletionItemKind.Method,documentation:i.lastLinkedTo?.toMarkupContent(t.runtime.context.macros)}))}function NU(t,e){if(!t||t.item!==null||!(t.ast instanceof se)||!(t.ast.parentNode instanceof Yt))return[];let r=n=>Uf(n,e).filter(i=>e(i));return[...Array.from(new Set(r(t.runtime.rootNode).map(n=>n.label.value))).map(n=>({label:n,insertText:t.ast.lastToken.nextToken?.value==="{"?n:`${n} {
285
- $1
286
- };`,kind:At.CompletionItemKind.Value,insertTextFormat:At.InsertTextFormat.Snippet}))]}function PU(t,e){let r=s=>s?s.parentNode instanceof Yt||s.parentNode instanceof Nt||s.parentNode instanceof Ue?!1:r(s.parentNode):!0;if(!t||t.item!==null||!Ut(t.ast)||!r(t.ast))return[];let n=s=>Uf(s,e).filter(o=>e(o));if(t.ast instanceof mt)return n(t.runtime.rootNode).length?[{label:"/delete-node/",insertText:"/delete-node/ $1;",kind:At.CompletionItemKind.Keyword,insertTextFormat:At.InsertTextFormat.Snippet,sortText:"~"}]:t.runtime.rootNode.nodes.length?[{label:"/delete-node/ &{}",insertText:"/delete-node/ {/$1};",kind:At.CompletionItemKind.Keyword,insertTextFormat:At.InsertTextFormat.Snippet,sortText:"~"}]:[];let i=new Map;return n(t.runtime.rootNode).forEach(s=>i.set(s.label.value,s)),Array.from(i).map(([,s])=>({label:t.ast instanceof se?`${s.label.value}`:`&${s.label.value}`,kind:At.CompletionItemKind.Variable,documentation:s.lastLinkedTo?.toMarkupContent(t.runtime.context.macros)}))}function RU(t,e){if(!t||!(t.item instanceof Q)||t.item===null||t.beforeAst&&(!(t.beforeAst?.parentNode instanceof br)||t.beforeAst?.parentNode instanceof ht))return[];let r=n=>[...n.nodes,...n.deletedNodes.filter(i=>!e(i.by)).map(i=>i.node)].flatMap(i=>({node:i,astNodes:i.definitions.filter(s=>s instanceof Ue)})).filter(i=>i.astNodes.some(e));return t.ast instanceof He||t.ast instanceof Ir||t.beforeAst?.parentNode instanceof Ir?r(t.item).map(n=>({label:`${n.astNodes.at(0)?.name?.toString()}`,kind:At.CompletionItemKind.Variable,documentation:n.node.toMarkupContent(t.runtime.context.macros)})):r(t.item).length?[{label:"/delete-node/",kind:At.CompletionItemKind.Keyword,insertTextFormat:At.InsertTextFormat.Snippet,sortText:"~"}]:[]}function EU(t,e){if(!t||!(t.item instanceof Q)||t.beforeAst&&(!(t.beforeAst?.parentNode instanceof br)||t.beforeAst?.parentNode instanceof Ir))return[];let r=n=>[...n.property,...n.deletedProperties.filter(i=>!e(i.by)).map(i=>i.property)].flatMap(i=>[i,...i.allReplaced]).filter(i=>e(i.ast));if(t.ast instanceof Ze||t.ast instanceof ht||t.beforeAst?.parentNode instanceof ht){let n=new Map;return r(t.item).forEach(i=>n.set(i.name,i)),Array.from(n).map(([,i])=>({label:`${i.name}`,kind:At.CompletionItemKind.Variable,documentation:i.ast.toPrettyString(t.runtime.context.macros)}))}return r(t.item).length?[{label:"/delete-property/",insertText:"/delete-property/$1;",kind:At.CompletionItemKind.Keyword,sortText:"~",insertTextFormat:At.InsertTextFormat.Snippet}]:[]}function wU(t,e){let r=t?.ast instanceof An?t.ast:t?.ast.parentNode;if(!t||!r||!(r instanceof An))return[];let n=r.pathParts.slice(0,-1);if(n.some(o=>!o))return[];let i=n.map(o=>o.toString());return(()=>{let o=t.runtime.rootNode.getChildFromScope(["/",...i],e);return[...o?.nodes.filter(a=>!Ut(t.ast)||a.definitions.some(e))??[],...o?.deletedNodes.filter(a=>!e(a.by)).map(a=>a.node)??[]]})().map(o=>({label:`/${[...i,o.fullName].join("/")}`,kind:At.CompletionItemKind.Variable,documentation:o.toMarkupContent(t.runtime.context.macros)}))}function kU(t){return!t||!(t.item instanceof Xe&&t.item.ast.assignOperatorToken)||t.ast instanceof ne?[]:!Ws(t?.ast)&&!(t.ast instanceof Ye&&t.item.ast.values===null)&&!Ws(t.beforeAst)&&!Ws(t.afterAst)?[]:t.item.parent.nodeType instanceof Pt?Array.from([t.runtime.context.parser,...t.runtime.context.overlayParsers].at(-1)?.cPreprocessorParser.macros??[]).map(([,n])=>n.macro.identifier instanceof Zn?{label:`${n.macro.identifier.toString()}`,insertText:`${n.macro.name}(${n.macro.identifier.params.map((i,s)=>i instanceof Ct?`$${s+1}`:"").join(", ")})`,kind:At.CompletionItemKind.Function,sortText:`~${n.macro.name}`,insertTextFormat:At.InsertTextFormat.Snippet}:{label:n.macro.identifier.name,kind:At.CompletionItemKind.Variable,sortText:`~${n.macro.name}`}):[]}async function UC(t,e){return St(t,e,(r,n)=>[...EU(r,n),...RU(r,n),...PU(r,n),...wU(r,n),...NU(r,n),...SU(r,n),..._U(r),...kU(r)])}var Sp=M(F());var VC=require("child_process");var dv=t=>/[A-Za-z0-9_]/.test(t);function CU(t,e){let r=[];for(let n=0;n<e;n++){let i=t[n];i==="("?r.push(n):i===")"&&r.pop()}return r.length?r[r.length-1]:void 0}function HC(t,e){let r=1;for(let n=e+1;n<t.length;n++){let i=t[n];if(i==="(")r++;else if(i===")"&&(r--,r===0))return n}}function zC(t,e,r){let n=[],i=0,s=!1,o=!1,a=e;for(let f=e;f<r;f++){let p=t[f];if(p==="'"&&!o)s=!s;else if(p==='"'&&!s)o=!o;else if(!s&&!o){if(p==="(")i++;else if(p===")")i--;else if(p===","&&i===0){let y=a,h=f,v=y,S=h;for(;v<S&&/\s/.test(t[v]);)v++;for(;S>v&&/\s/.test(t[S-1]);)S--;n.push({start:y,end:h,text:t.slice(v,S)}),a=f+1}}}let c=a,l=r,u=c,d=l;for(;u<d&&/\s/.test(t[u]);)u++;for(;d>u&&/\s/.test(t[d-1]);)d--;return n.push({start:c,end:l,text:t.slice(u,d)}),n}function fv(t){let e=t.trim(),r=/^([A-Za-z_][A-Za-z0-9_]*)\s*\(([\s\S]*)\)$/.exec(e);if(!r)return{macro:e};let n=r[1],i=r[2],s=zC(i,0,i.length),o={macro:n,args:[]};return o.args=s.map(a=>{let c=fv(a.text);return c.parent=o,c}),o}function wi(t,e){let r=t.getText(),n=t.offsetAt(e),i=n,s=n;for(;i>0&&dv(r[i-1]);)i--;for(;s<r.length&&dv(r[s]);)s++;if(r[s]==="("){let v=HC(r,s);v!==void 0&&(s=v+1)}let o=r.slice(i,s),a=o.trim().length?fv(o):void 0,c=CU(r,n);if(c===void 0)return a;let l=HC(r,c);if(l===void 0||!(c<n&&n<=l))return a;let u=c,d=u;for(;d>0&&dv(r[d-1]);)d--;let f=r.slice(d,u);if(!f)return a;let p=zC(r,c+1,l),y={macro:f,args:[]};y.args=p.map(v=>{let S=fv(v.text);return S.parent=y,S});let h=-1;for(let v=0;v<p.length;v++){let S=p[v];if(n>=S.start&&n<=S.end){h=v;break}}if(h>=0){let v=y.args[h];return v.argIndexInParent=h,v}return y}function DU(t,e,r){let i=t.getText().split(/\r?\n/),s=new RegExp(`^\\s*#\\s*define\\s+(${e})\\b(\\s*\\([^)]*\\))?\\s*(.*)$`);for(let o=Math.min(r.line,i.length-1);o>=0;o--){let a=i[o],c=s.exec(a);if(c){let l=a.indexOf(c[0]),u=a.indexOf(c[3],l);return Gr.create(o,u>=0?u:a.length)}}}async function as(t,e,r,n){let i=WC(t,e,r);if(i)return i;let s=await IU(e,n,De(t.uri));if(s)return[s,r]}function WC(t,e,r){if(e.startsWith("DT_"))return;let n=DU(t,e,r);if(!n)return;let i=wi(t,n);if(i)return[i,n]}var AU=(t,e)=>new Promise(r=>{let n=(0,VC.spawn)(t,e,{stdio:["ignore","pipe","pipe"]}),i="";n.stdout.on("data",s=>{i+=s.toString()}),n.on("close",s=>{r(s?"":i)})});async function IU(t,e,r){let n=e.getCompileCommands()?.find(s=>fe(s.file,r));if(!n)return;let i=`${n.command.replace(/-(o|c)\s+\S+/g,"")} -E -dM ${n.file}`;try{let[s,...o]=i.split(" "),a=await AU(s,o.filter(u=>!!u)),c=Qi.create(`macros://${n.file}`,"devicetree",0,a),l=WC(c,t,c.positionAt(a.length-1));if(l)return l[0]}catch(s){console.error(s)}}function ee(t){return t.toLowerCase().replace(/[@,-\.]/g,"_")}var jc=M(F());async function GC({macro:t,context:e}){if(t.macro&&"DT_ALIAS".startsWith(t.macro))return[{label:"DT_ALIAS(...)",insertText:"DT_ALIAS($1)",kind:jc.CompletionItemKind.Function,insertTextFormat:jc.InsertTextFormat.Snippet}];if(t.parent?.macro!=="DT_ALIAS"||t.argIndexInParent!==0)return[];let r=await e.getRuntime();return r.rootNode.getNode("aliases")?.property.map(n=>{let i=n.ast.getFlatAstValues()?.at(0),s;return i instanceof se?s=i.linksTo:i instanceof An&&(s=i.pathParts.at(-1)?.linksTo),{label:ee(n.name),kind:jc.CompletionItemKind.Property,documentation:s?.toMarkupContent(r.context.macros)}})??[]}var Uc=M(F());async function fr(t,e,r){if(!t)return;let i=t?.property.find(s=>ee(s.name)===e)?.ast.getFlatAstValues();return i?.length===0?!0:i?.map(s=>{if(s instanceof it)return s.path?.pathParts.at(-1)?.linksTo;if(s instanceof se)return s.linksTo;if(s instanceof ne)return s.value;if(s instanceof we){let o=s.evaluate(r.macros);return typeof o=="number"?o:s.toString()}})}async function Hf({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_PROP"||s?.length!==2)return;let o=await i({document:t,macro:s[0],context:r,position:n});return o?fr(o,s[1].macro,r):void 0}async function YC(t,e){let r=await Hf(t,e);if(typeof r=="boolean")return;let n=r?.at(0);if(r?.length===1&&n instanceof Q)return n}async function KC(t,e,r,n){if(r=typeof r=="number"?r:Ie(r),typeof r!="number")return;let i=await fr(t,e,n);if(i===!0)return!0;if(!i)return;let s=i.at(r);if(s)return i.length===1&&i[0]instanceof Q?i[0]:s}async function Vf({document:t,macro:e,context:r,position:n},i){if(!(e.macro!=="DT_PROP_BY_IDX"||e.args?.length!==3))return KC(await i({document:t,macro:e.args[0],context:r,position:n}),e.args[1].macro,e.args[2].macro,r)}async function XC(t,e){let r=await Vf(t,e);if(typeof r!="boolean"&&r instanceof Q)return r}async function qr(t,{document:e,context:r,macro:n,position:i},s){return t||(await s({document:e,macro:n,context:r,position:i})??n.macro)}async function zf(t,e,r,n){return qr(await fr(t,e,r.context),r,n)}async function ua({document:t,macro:e,context:r,position:n},i){if(e.macro!=="DT_PROP_OR"||e.args?.length!==3)return;let[s,o,a]=e.args,c=await i({document:t,macro:s,context:r,position:n});return await zf(c,o.macro,{macro:a,document:t,context:r,position:n},i)}async function JC(t,e){let r=await ua(t,e);if(r instanceof Q)return r;if(typeof r=="boolean")return;let n=r?.at(0);if(r?.length===1&&n instanceof Q)return n}async function QC(t){let e=t?.nodeType?.onBus,r=t?.parent?.nodeType?.bus;return t&&r?.length&&r?.some(n=>n===e)?t.parent??void 0:void 0}async function Wf(t,e){let r=t.macro.args;if(t.macro.macro!=="DT_BUS"||r?.length!==1)return;let n=await e({...t,macro:r[0]});return await QC(n)}async function Gf(t,e){let r=(await t.getRuntime()).rootNode.getChild(["/","chosen"]);if(!r)return;let s=r?.property.find(o=>ee(o.name)===e)?.ast.getFlatAstValues()?.at(0);if(s instanceof se)return s.linksTo;if(s instanceof it)return s.path?.pathParts.at(-1)?.linksTo}async function Yf(t){let e=t.macro.args;if(!(t.macro.macro!=="DT_CHOSEN"||e?.length!==1))return await Gf(t.context,e[0].macro)}async function Kf(t,e){let r=await e?.getRuntime();if(r){let n=ti.getNodeFromPath(["aliases"],r.rootNode,!0),i=n?.property.find(o=>ee(o.name)===t);if(!i)return;let s=i.ast.getFlatAstValues();return s?.[0]instanceof ne?n=r.rootNode.getChild(s[0].value.split("/")):s?.[0]instanceof se?n=s[0].linksTo:s?.[0]instanceof it&&(n=s[0].path?.pathParts.at(-1)?.linksTo),n}}async function Xf({macro:t,context:e}){if(!(t.macro!=="DT_ALIAS"||t.args?.length!==1))return Kf(t.args[0].macro,e)}async function ZC(t,e){return t?.nodes.find(r=>ee(r.name)===e)}async function Jf({document:t,macro:e,context:r,position:n},i){if(e.macro!=="DT_CHILD"||e.args?.length!==2)return;let s=await i({document:t,macro:e.args[0],context:r,position:n});return ZC(s,e.args[1].macro)}var pv=(t,e)=>t.nodes.filter(r=>!r.disabled&&r.nodeType).flatMap(r=>[r.nodeType.compatible,...Array.from(r.nodeType.extends)].filter(n=>!!n).map(n=>ee(n)).includes(e)?[r,...pv(r,e)]:pv(r,e));async function eD(t,e){let r=await e?.getRuntime();if(r)return pv(r.rootNode,t)}async function hv({macro:t,context:e}){if(!(t.macro!=="DT_COMPAT_GET_ANY_STATUS_OKAY"||t.args?.length!==1))return eD(t.args[0].macro,e)}async function tD(t){return(await hv(t))?.at(0)}async function rD(t){return t?.parent?.parent??void 0}async function Qf({document:t,macro:e,context:r,position:n},i){if(e.macro!=="DT_GPARENT"||e.args?.length!==1)return;let s=await i({document:t,macro:e.args[0],context:r,position:n});return rD(s)}var mv=(t,e)=>t.nodes.filter(r=>r.nodeType).sort((r,n)=>r.disabled===n.disabled?0:r.disabled?1:-1).flatMap(r=>[r.nodeType.compatible,...Array.from(r.nodeType.extends)].filter(n=>!!n).map(n=>ee(n)).includes(e)?[r,...mv(r,e)]:mv(r,e));async function nD(t,e,r){let n=await r?.getRuntime();if(n)return mv(n.rootNode,e).at(t)}async function Zf({macro:t,context:e}){if(t.macro!=="DT_INST"||t.args?.length!==2)return;let r=Ie(t.args[0].macro);if(typeof r=="number")return nD(r,t.args[1].macro,e)}async function iD(t,e){let r=await e?.getRuntime(),n=r?.resolvePath([`&${t.trim()}`]);if(r&&n)return ti.getNodeFromPath(n.slice(1),r.rootNode,!0)}async function ep({macro:t,context:e}){if(!(t.macro!=="DT_NODELABEL"||t.args?.length!==1))return iD(t.args[0].macro,e)}async function sD(t){return t?.parent??void 0}async function tp({document:t,macro:e,context:r,position:n},i){if(e.macro!=="DT_PARENT"||e.args?.length!==1)return;let s=await i({document:t,macro:e.args[0],context:r,position:n});return sD(s)}var oD=(t,e)=>{if(!e.length)return t;let r=e.splice(0,1)[0],n=t.nodes.find(i=>ee(i.fullName)===r);return n?oD(n,e):void 0};async function rp(t,e){let r=await e?.getRuntime();if(r)return oD(r.rootNode,t)}async function np({macro:t,context:e}){let r=t.args;if(!(t.macro!=="DT_PATH"||!r?.length))return rp(r.map(n=>n.macro),e)}async function ip({macro:t,context:e}){let r=t.args;if(!(t.macro!=="DT_ROOT"||r?.length))return(await e.getRuntime()).rootNode}async function da(t,e,r){let n=t?.property.find(c=>ee(c.name)===e);if(!n)return;let i=n?.ast.quickValues?.at(r),s=n.parent.nodeType;if(Array.isArray(i)||!s||!(s instanceof Pt))return;let a=s.properties.find(c=>c.getNameMatch(n.name))?.values(n).findIndex(c=>c===i)??-1;return a===-1?void 0:a}async function sp(t,e,r,n,i){return qr(await da(t,e,r),n,i)}async function op({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_ENUM_IDX_BY_IDX_OR"||s?.length!==4)return;let o=await i({document:t,macro:s[0],context:r,position:n}),a=Ie(s[2].macro);if(typeof a=="number")return await sp(o,s[1].macro,a,{macro:s[3],document:t,context:r,position:n},i)}async function ap({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_ENUM_IDX_OR"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n});return await sp(o,s[1].macro,0,{macro:s[2],document:t,context:r,position:n},i)}async function cs(t,e,r,n,i){let s=t?.property.find(d=>ee(d.name)===e),o=s?.parent.nodeType;if(!o||!(o instanceof Pt))return;if(typeof r=="string"){let d=s.nexusMapsTo.at(0)?.specifierSpace;if(r=(d?s.parent.getProperty(`${d}-names`)?.ast.quickValues:void 0)?.findIndex(p=>typeof p=="string"&&p.toLowerCase()===r)??-1,r===-1)return}let a=s.nexusMapsTo.at(r),l=a?.target.nodeType?.cellsValues?.find(d=>a.specifierSpace&&d.specifier===a.specifierSpace)?.values?.indexOf(n);if(l===void 0||l===-1)return;let u=a?.mappingValuesAst.at(l);if(u instanceof we){let d=u.evaluate(i.macros);return typeof d!="number"?u.toString():d}}async function fa(t,e,r,n,i,s){return qr(await cs(t,e,r,n,i.context),i,s)}async function cp({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_PHA_BY_IDX_OR"||s?.length!==5)return;let o=await i({document:t,macro:s[0],context:r,position:n}),a=Ie(s[2].macro);if(typeof a=="number")return fa(o,s[1].macro,a,s[3].macro,{macro:s[4],document:t,context:r,position:n},i)}async function lp({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_PHA_BY_NAME_OR"||s?.length!==5)return;let o=await i({document:t,macro:s[0],context:r,position:n});return fa(o,s[1].macro,s[2].macro,s[3].macro,{macro:s[4],document:t,context:r,position:n},i)}async function ri(t,e,r=0){let n=t?.property.find(s=>ee(s.name)===e);if(r=typeof r=="number"?r:Ie(r??"0"),typeof r!="number")return;let i=n?.ast.getFlatAstValues()?.at(r);if(i instanceof se)return i.linksTo;if(i instanceof it)return i.path?.pathParts.at(-1)?.linksTo}async function ls({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_PHANDLE"||s?.length!==2)return;let o=await i({document:t,macro:s[0],context:r,position:n});return ri(o,s[1].macro,0)}async function ni({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_PHANDLE_BY_IDX"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n});return ri(o,s[1].macro,s.at(2)?.macro)}async function aD(t,e,r){let n=t?.property.find(l=>ee(l.name)===e);if(!n)return;let i=n.parent.nodeType;if(!i||!(i instanceof Pt))return;let s=n.nexusMapsTo.at(0)?.specifierSpace,a=(s?n.parent.getProperty(`${s}-names`)?.ast.quickValues:void 0)?.findIndex(l=>typeof l=="string"&&l.toLowerCase()===r)??-1;return a===-1?void 0:n.nexusMapsTo.at(a)?.target}async function up({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_PHANDLE_BY_NAME"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n});return await aD(o,s[1].macro,s[2].macro)}async function dp({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_PHA_OR"||s?.length!==4)return;let o=await i({document:t,macro:s[0],context:r,position:n});return fa(o,s[1].macro,0,s[2].macro,{macro:s[3],document:t,context:r,position:n},i)}async function fp({document:t,macro:e,context:r,position:n},i){if(e.macro!=="DT_PROP_BY_PHANDLE_IDX_OR"||e.args?.length!==5)return;let s=await ri(await i({document:t,macro:e.args[0],context:r,position:n}),e.args[1].macro,e.args[2].macro);return zf(s,e.args[3].macro,{macro:e.args[4],document:t,context:r,position:n},i)}async function pp(t,e){if(!t)return;let r=t?.property.find(n=>ee(n.name)===e);return r?.nexusMapsTo.length?r.nexusMapsTo.length:r?.ast.getFlatAstValues()?.length}async function cD(t,e,r,n){if(t)return qr(await pp(t,e),r,n)}async function hp({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_PROP_LEN_OR"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n});return o?cD(o,s[1].macro,{macro:s[2],document:t,context:r,position:n},i):void 0}async function pa(t,e){if(!t)return;let n=t?.property.find(i=>ee(i.name)===e)?.ast.getFlatAstValues();if(n?.length===1&&n[0]instanceof ne)return ee(n[0].value)}async function lD(t,e,r,n){if(t)return qr(await pa(t,e),r,n)}async function mp({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_STRING_TOKEN_OR"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n});return lD(o,s[1].macro,{document:t,macro:s[2],context:r,position:n},i)}async function gp(t,e){if(!t)return;let n=t?.property.find(i=>ee(i.name)===e)?.ast.getFlatAstValues();if(n?.length===1&&n[0]instanceof ne)return n[0].value}async function uD(t,e,r,n){if(t)return qr(await gp(t,e),r,n)}async function yp({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_STRING_UNQUOTED_OR"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n});return uD(o,s[1].macro,{document:t,macro:s[2],context:r,position:n},i)}async function vp(t,e){return(await pa(t,e))?.toUpperCase()}async function dD(t,e,r,n){if(t)return qr(await vp(t,e),r,n)}async function Tp({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_STRING_UPPER_TOKEN_OR"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n});return dD(o,s[1].macro,{document:t,macro:s[2],context:r,position:n},i)}function On(t){return async(e,r)=>{let n=await t(e,r);if(n instanceof Q)return n}}async function x({macro:t,document:e,context:r,position:n}){["DT_ALIAS","DT_NODELABEL"].some(a=>a===t.parent?.macro)||t.parent?.macro==="DT_CHILD"&&t.argIndexInParent===1?t=t.parent:t.parent?.macro==="DT_HAS_ALIAS"?(t=t.parent,t.macro="DT_ALIAS"):t.parent?.macro==="DT_PATH"&&(t.parent.args=t.parent.args?.slice(0,(t.argIndexInParent??0)+1)??[],t=t.parent);let s=await[Wf,Yf,Xf,Jf,tD,Qf,Zf,ep,tp,np,ls,ni,up,XC,YC,JC,ip,On(op),On(ap),On(cp),On(lp),On(dp),On(fp),On(hp),On(ua),On(mp),On(yp),On(Tp)].reduce((a,c)=>a.then(l=>l||c({macro:t,document:e,context:r,position:n},x)),Promise.resolve(void 0));if(s)return Array.isArray(s)?s.at(0):s;let o=await as(e,t.macro,n,r);if(o)return x({document:e,macro:o[0],context:r,position:n})}async function fD({macro:t,document:e,context:r,position:n}){return t.macro&&t.macro&&"DT_CHILD".startsWith(t.macro)?[{label:"DT_CHILD(...)",insertText:"DT_CHILD($1, $2)",kind:Uc.CompletionItemKind.Function,insertTextFormat:Uc.InsertTextFormat.Snippet}]:t.parent?.macro!=="DT_CHILD"||t.argIndexInParent!==1||!t.parent.args?.length?[]:(await x({document:e,macro:t.parent.args[0],context:r,position:n}))?.nodes.map(s=>({label:ee(s.fullName),kind:Uc.CompletionItemKind.Class,documentation:s.toMarkupContent(r.macros)}))??[]}var Hc=M(F());function pD({macro:t,context:e}){return t.macro&&"DT_COMPAT_GET_ANY_STATUS_OKAY".startsWith(t.macro)?[{label:"DT_COMPAT_GET_ANY_STATUS_OKAY(...)",insertText:"DT_COMPAT_GET_ANY_STATUS_OKAY($1)",kind:Hc.CompletionItemKind.Function,insertTextFormat:Hc.InsertTextFormat.Snippet}]:t.parent?.macro!=="DT_COMPAT_GET_ANY_STATUS_OKAY"||t.argIndexInParent!==0?[]:e.bindingLoader?.getBindings().map(r=>({label:ee(r),kind:Hc.CompletionItemKind.Property}))??[]}var Vc=M(F());function hD({macro:t,context:e}){return t.macro&&"DT_INST".startsWith(t.macro)?[{label:"DT_INST(...)",insertText:"DT_INST($1, $2)",kind:Vc.CompletionItemKind.Function,insertTextFormat:Vc.InsertTextFormat.Snippet}]:t.parent?.macro!=="DT_INST"||t.argIndexInParent!==1?[]:e.bindingLoader?.getBindings().map(r=>({label:ee(r),kind:Vc.CompletionItemKind.Property}))??[]}var zc=M(F());async function mD({macro:t,context:e}){if(t.macro&&"DT_NODELABEL".startsWith(t.macro))return[{label:"DT_NODELABEL(...)",insertText:"DT_NODELABEL($1)",kind:zc.CompletionItemKind.Function,insertTextFormat:zc.InsertTextFormat.Snippet}];let r=await e.getRuntime();return t.parent?.macro!=="DT_NODELABEL"||t.argIndexInParent!==0?[]:await Promise.all(r.rootNode.allDescendantsLabels.map(async n=>({label:n.label.value,kind:zc.CompletionItemKind.Property,documentation:n.lastLinkedTo?.toMarkupContent(r.context.macros)}))??[])}var Wc=M(F());async function gD({macro:t,context:e}){return t.macro&&t.macro&&"DT_PATH".startsWith(t.macro)?[{label:"DT_PATH(...)",insertText:"DT_PATH($1)",kind:Wc.CompletionItemKind.Function,insertTextFormat:Wc.InsertTextFormat.Snippet}]:t.parent?.macro!=="DT_PATH"||!t.parent.args?.length?[]:(await rp(t.parent.args.slice(0,-1).map(n=>n.macro),e))?.nodes.map(n=>({label:ee(n.fullName),kind:Wc.CompletionItemKind.Class,documentation:n.toMarkupContent(e.macros)}))??[]}var yD=M(F());async function vD({macro:t,context:e}){if(t.macro&&t.macro&&"DT_ROOT".startsWith(t.macro)){let r=await e.getRuntime();return[{label:"DT_ROOT",kind:yD.CompletionItemKind.Class,documentation:r.rootNode.toMarkupContent(r.context.macros)}]}return[]}var bp=M(F());function TD({macro:t}){return t.macro&&t.macro&&"DT_SAME_NODE".startsWith(t.macro)?[{label:"DT_SAME_NODE(...)",insertText:"DT_SAME_NODE($1, $2)",kind:bp.CompletionItemKind.Snippet,insertTextFormat:bp.InsertTextFormat.Snippet}]:[]}var Gc=M(F());async function Z({macro:t,document:e,position:r,context:n},i,s,o,a,c=l=>x({document:e,macro:l,context:n,position:r})){if(t.macro&&t.macro&&i.startsWith(t.macro))return[{label:`${i}(...)`,insertText:`${i}(${Array(o).map((d,f)=>`${f+1}`).join(", ")})`,kind:Gc.CompletionItemKind.Function,insertTextFormat:Gc.InsertTextFormat.Snippet}];if(t.parent?.macro!==i||t.argIndexInParent!==s||!t.parent.args?.length)return[];let l=await c(t.parent.args[0]);return(a?l?.property.filter(a):l?.property)?.map(d=>({label:ee(d.name),kind:Gc.CompletionItemKind.Property,documentation:d.toPrettyString(n.macros)}))??[]}async function bD(t){return Z(t,"DT_ENUM_HAS_VALUE",1,3)}async function _D(t){return Z(t,"DT_ENUM_HAS_VALUE_BY_IDX",1,4)}async function SD(t){return Z(t,"DT_ENUM_IDX",1,2)}async function ND(t){return Z(t,"DT_ENUM_IDX_BY_IDX",1,3)}async function PD(t){return Z(t,"DT_ENUM_IDX_BY_IDX_OR",1,4)}async function RD(t){return Z(t,"DT_ENUM_IDX_OR",1,3)}var ED=M(F());async function ki({macro:t,document:e,context:r,position:n},i,s,o){if(t.parent?.macro!==i||t.argIndexInParent!==s||!t.parent.args?.length)return[];let c=(await x({document:e,macro:t.parent.args[0],context:r,position:n}))?.property.find(f=>ee(f.name)===t.parent?.args?.at(1)?.macro),l=0;if(typeof o=="string"){let f=c?.nexusMapsTo.at(0)?.specifierSpace;if(l=(f?c.parent.getProperty(`${f}-names`)?.ast.quickValues:void 0)?.findIndex(y=>typeof y=="string"&&y.toLowerCase()===o)??-1,l===-1)return[]}let u=c?.nexusMapsTo.at(l);return u?.target.nodeType?.cellsValues?.find(f=>u.specifierSpace&&f.specifier===u.specifierSpace)?.values.map(f=>({label:ee(f),kind:ED.CompletionItemKind.Property}))??[]}async function wD(t){return t.macro.argIndexInParent===2?ki(t,"DT_PHA",2,0):Z(t,"DT_PHA",1,3,e=>!!e.nexusMapsTo.length)}var kD=M(F());async function OU({document:t,macro:e,position:r,context:n},i){if(e.parent?.macro!==i||!e.parent.args?.length)return[];let o=(await x({document:t,macro:e.parent.args[0],context:n,position:r}))?.property.find(a=>ee(a.name)===e.parent?.args?.at(1)?.macro);return Array(o?.nexusMapsTo.length??0)?.map((a,c)=>({label:c.toString(),kind:kD.CompletionItemKind.Property}))??[]}async function CD(t){if(t.macro.argIndexInParent===2)return OU(t,"DT_PHA_BY_IDX");if(t.macro.argIndexInParent===3){let e=t.macro.parent?.args?Ie(t.macro.parent.args[2].macro):void 0;return typeof e!="number"?[]:ki(t,"DT_PHA_BY_IDX",3,e)}return Z(t,"DT_PHA_BY_IDX",1,3,e=>!!e.nexusMapsTo.length)}var DD=M(F());async function Yc({document:t,macro:e,context:r,position:n},i){if(e.parent?.macro!==i||!e.parent.args?.length)return[];let o=(await x({document:t,macro:e.parent.args[0],context:r,position:n}))?.property.find(l=>ee(l.name)===e.parent?.args?.at(1)?.macro),a=o?.nexusMapsTo.at(0)?.specifierSpace;return(a?o.parent.getProperty(`${a}-names`)?.ast.quickValues:void 0)?.filter(l=>typeof l=="string")?.map(l=>({label:l,kind:DD.CompletionItemKind.Property}))??[]}async function AD(t){let{macro:e}=t;return e.argIndexInParent===2?Yc(t,"DT_PHA_BY_NAME"):e.argIndexInParent===3?e.parent?.args?.[2]?.macro?ki(t,"DT_PHA_BY_NAME",3,e.parent.args[2].macro):[]:Z(t,"DT_PHA_BY_NAME",1,3,r=>!!r.nexusMapsTo.length)}async function ID(t){let{macro:e}=t;return e.argIndexInParent===2?Yc(t,"DT_PHA_BY_NAME_OR"):e.argIndexInParent===3?e.parent?.args?.[2]?.macro?ki(t,"DT_PHA_BY_NAME_OR",3,e.parent.args[2].macro):[]:Z(t,"DT_PHA_BY_NAME_OR",1,3,r=>!!r.nexusMapsTo.length)}async function OD(t){let{macro:e}=t;return e.argIndexInParent===2?ki(t,"DT_PHA_OR",2,0):Z(t,"DT_PHA_OR",1,3,r=>!!r.nexusMapsTo.length)}async function _p(t){return Z(t,"DT_PHANDLE",1,2,e=>!!e.ast.getFlatAstValues()?.some(r=>r instanceof se||r instanceof it))}async function ha(t){return Z(t,"DT_PHANDLE_BY_IDX",1,3,e=>!!e.ast.getFlatAstValues()?.some(r=>r instanceof se||r instanceof it))}async function xD(t){let{macro:e}=t;return e.argIndexInParent===2?Yc(t,"DT_PHANDLE_BY_NAME"):Z(t,"DT_PHANDLE_BY_NAME",1,3,r=>!!r.ast.getFlatAstValues()?.some(n=>n instanceof se||n instanceof it))}async function MD(t){return Z(t,"DT_PROP",1,2,e=>!e.nexusMapsTo.length)}async function qD(t){return Z(t,"DT_PROP_BY_IDX",1,3,e=>!e.nexusMapsTo.length)}async function LD(t){let{macro:e}=t;return(e.argIndexInParent===1||e.argIndexInParent===2)&&e.parent?.macro==="DT_PROP_BY_PHANDLE_IDX"?ha({...t,macro:{...e,parent:e.parent?{...e.parent,macro:"DT_PHANDLE_BY_IDX"}:void 0}}):Z(t,"DT_PROP_BY_PHANDLE_IDX",3,4,r=>!r.nexusMapsTo.length,()=>ni({...t,macro:{macro:"DT_PHANDLE_BY_IDX",args:e.parent?.args?.slice(0,3)}},x))}async function $D(t){let{macro:e}=t;return e.argIndexInParent===1&&e.parent?.macro==="DT_PROP_BY_PHANDLE"?_p({...t,macro:{...e,parent:e.parent?{...e.parent,macro:"DT_PHANDLE"}:void 0}}):Z(t,"DT_PROP_BY_PHANDLE",2,3,r=>!r.nexusMapsTo.length,()=>ls({...t,macro:{macro:"DT_PHANDLE",args:e.parent?.args?.slice(0,2)}},x))}async function BD(t){let{macro:e}=t;return(e.argIndexInParent===1||e.argIndexInParent===2)&&e.parent?.macro==="DT_PROP_BY_PHANDLE_IDX_OR"?ha({...t,macro:{...e,parent:e.parent?{...e.parent,macro:"DT_PHANDLE_BY_IDX"}:void 0}}):Z(t,"DT_PROP_BY_PHANDLE_IDX_OR",3,5,r=>!r.nexusMapsTo.length,()=>ni({...t,macro:{macro:"DT_PHANDLE_BY_IDX",args:e.parent?.args?.slice(0,3)}},x))}async function FD(t){return Z(t,"DT_PROP_HAS_IDX",1,3,e=>!e.nexusMapsTo.length)}async function jD(t){return Z(t,"DT_PROP_HAS_NAME",1,3,e=>!e.nexusMapsTo.length)}async function UD(t){return Z(t,"DT_PROP_LAST",1,2,e=>!e.nexusMapsTo.length)}async function HD(t){return Z(t,"DT_PROP_LEN",1,2,e=>!e.nexusMapsTo.length)}async function VD(t){return Z(t,"DT_PROP_LEN_OR",1,2,e=>!e.nexusMapsTo.length)}async function zD(t){return Z(t,"DT_PROP_OR",1,2,e=>!e.nexusMapsTo.length)}async function WD(t){return Z(t,"DT_STRING_TOKEN",1,2,e=>{let r=e.ast.getFlatAstValues();return r?.length===1&&r[0]instanceof ne})}async function GD(t){return Z(t,"DT_STRING_TOKEN_BY_IDX",1,3,e=>{let r=e.ast.getFlatAstValues();return!!r?.length&&r.every(n=>n instanceof ne)})}async function YD(t){return Z(t,"DT_STRING_TOKEN_OR",1,3,e=>{let r=e.ast.getFlatAstValues();return r?.length===1&&r[0]instanceof ne})}async function KD(t){return Z(t,"DT_STRING_UNQUOTED",1,2,e=>{let r=e.ast.getFlatAstValues();return r?.length===1&&r[0]instanceof ne})}async function XD(t){return Z(t,"DT_STRING_UNQUOTED_BY_IDX",1,3,e=>{let r=e.ast.getFlatAstValues();return!!r?.length&&r.every(n=>n instanceof ne)})}async function JD(t){return Z(t,"DT_STRING_UNQUOTED_OR",1,3,e=>{let r=e.ast.getFlatAstValues();return r?.length===1&&r[0]instanceof ne})}async function QD(t){return Z(t,"DT_STRING_UPPER_TOKEN",1,2,e=>{let r=e.ast.getFlatAstValues();return r?.length===1&&r[0]instanceof ne})}async function ZD(t){return Z(t,"DT_STRING_UPPER_TOKEN_BY_IDX",1,3,e=>{let r=e.ast.getFlatAstValues();return!!r?.length&&r.every(n=>n instanceof ne)})}async function eA(t){return Z(t,"DT_STRING_UPPER_TOKEN_OR",1,3,e=>{let r=e.ast.getFlatAstValues();return r?.length===1&&r[0]instanceof ne})}var Kc=M(F());async function tA({macro:t,context:e}){return t.parent?.macro==="DT_ON_BUS"&&t.argIndexInParent===1?e.bindingLoader?.getBusTypes().map(r=>({label:ee(r),kind:Kc.CompletionItemKind.Enum}))??[]:t.macro&&"DT_ON_BUS".startsWith(t.macro)?[{label:"DT_ON_BUS(...)",insertText:"DT_ON_BUS($1, $2)",kind:Kc.CompletionItemKind.Function,insertTextFormat:Kc.InsertTextFormat.Snippet}]:[]}async function rA(t){return Z(t,"DT_CHOSEN",0,1,void 0,async()=>(await t.context.getRuntime()).rootNode.getChild(["/","chosen"]))}async function nA(t){return Z(t,"DT_HAS_CHOSEN",0,1,void 0,async()=>(await t.context.getRuntime()).rootNode.getChild(["/","chosen"]))}var xU=["DT_BUS","DT_CHILD_NUM","DT_CHILD_NUM_STATUS_OKAY","DT_GPARENT","DT_HAS_ALIAS","DT_NODE_CHILD_IDX","DT_NODE_FULL_NAME","DT_NODE_FULL_NAME_TOKEN","DT_NODE_FULL_NAME_UNQUOTED","DT_NODE_FULL_NAME_UPPER_TOKEN","DT_NODE_HASH","DT_NODE_PATH","DT_NODELABEL_STRING_ARRAY","DT_PARENT"];async function iA(t,e,r){if(!r)return[];let n=wi(r,t.position);return n?(await Promise.all([tA,rA,nA,GC,fD,pD,hD,MU,mD,gD,vD,TD,_D,bD,ND,PD,SD,RD,CD,AD,ID,wD,ha,xD,_p,OD,qD,$D,LD,BD,MD,FD,jD,UD,HD,VD,zD,WD,GD,YD,KD,XD,JD,QD,ZD,eA].flatMap(async i=>await i({document:r,context:e,macro:n,position:t.position})))).flat():[]}function MU({macro:t}){return t.macro?xU.filter(e=>e.startsWith(t.macro)).map(e=>({label:`${e}(...)`,insertText:`${e}($1)`,kind:Sp.CompletionItemKind.Function,insertTextFormat:Sp.InsertTextFormat.Snippet})):[]}var ii=M(F());function qU(t){if(!t||t.item===null||!(t.ast instanceof Ze))return[];let e=n=>n.replacedBy?e(n.replacedBy):n,r=n=>[n.ast,...n.allReplaced.map(i=>i.ast),n.parent.deletedProperties.find(i=>i.property===n)?.by??[]].map(i=>{if(i instanceof Ye)return ii.Location.create(ve(i.uri),ce(i.propertyName??i));if(i instanceof ht)return ii.Location.create(ve(i.uri),ce(i.propertyName??i))}).filter(i=>i);if(t.item instanceof Xe&&t.ast instanceof Ze)return r(e(t.item));if(t.item instanceof Q&&t.ast instanceof Ze&&t.ast.parentNode instanceof ht){let n=t.item.deletedProperties.find(i=>i.by===t.ast.parentNode)?.property;if(n)return r(n)}return[]}function LU(t){if(!t)return[];let e=r=>{let i=t.runtime.rootNode.getNode("aliases")?.property.filter(o=>{let a=o.ast.quickValues;if(a?.length===1&&typeof a[0]=="string"&&t.runtime.rootNode.getChild(a[0].split("/"))===r)return!0}).map(o=>o.ast)??[],s=r.parent?.deletedNodes.filter(o=>o.node===r&&(o.by.nodeNameOrRef instanceof He?o.by.nodeNameOrRef!==t.ast:!r.linkedRefLabels.some(a=>a!==t.ast))).map(o=>o.by.nodeNameOrRef)??[];return[...i,...r.linkedRefLabels,...r.linkedNodeNamePaths,...r.definitions,...s].map(o=>{if(o instanceof Nt)return ii.Location.create(ve(o.uri),ce(o.name??o));if(o instanceof Ue)return ii.Location.create(ve(o.uri),ce(o.name??o));if(o instanceof He)return ii.Location.create(ve(o.uri),ce(o));if(o instanceof He)return ii.Location.create(ve(o.uri),ce(o));if(o instanceof se)return ii.Location.create(ve(o.uri),ce(o.label??o));if(o instanceof Ye)return ii.Location.create(ve((o.values??o)?.uri),ce(o.values??o))}).filter(o=>o)};if(t.item instanceof Q&&!Ut(t.ast))return e(t.item);if(t.ast instanceof rr&&t.ast.parentNode instanceof se&&t.ast.parentNode.linksTo)return e(t.ast.parentNode.linksTo);if(t.ast instanceof He&&t.ast.linksTo)return Ut(t.ast)?[...e(t.ast.linksTo),ii.Location.create(ve(t.ast.uri),ce(t.ast))]:e(t.ast.linksTo);if(t?.ast instanceof ne&&t.item instanceof Xe&&t.item.parent.name==="aliases"){let r=t.runtime.rootNode.getChild(t.ast.value.split("/"));if(r)return e(r)}return[]}async function sA(t,e){return St(t,e,r=>[...LU(r),...qU(r)])}var Ci=M(F());function oA(t){if(!t||t.item===null||!(t.ast instanceof Ze))return[];let e=n=>n.replacedBy?e(n.replacedBy):n,r=n=>[n.ast,...n.allReplaced.map(i=>i.ast),n.parent.deletedProperties.find(i=>i.property===n)?.by??[]].map(i=>{if((i instanceof Ye||i instanceof ht)&&i.propertyName)return Ci.Location.create(ve(i.uri),ce(i.propertyName))}).filter(i=>i);if(t.item instanceof Xe&&t.ast instanceof Ze)return r(e(t.item));if(t.item instanceof Q&&t.ast instanceof Ze&&t.ast.parentNode instanceof ht){let n=t.item.deletedProperties.find(i=>i.by===t.ast.parentNode)?.property;if(n)return r(n)}return[]}function aA(t,e){if(!e||!(e.ast instanceof rr))return[];"newName"in t&&(e.ast.parentNode instanceof se&&t.newName.startsWith("&")?t.newName=t.newName.slice(1):e.ast.parentNode instanceof es&&t.newName.endsWith(":")&&(t.newName=t.newName.slice(0,-1)));let r=e.ast.value,n=i=>[...i.definitions.filter(s=>s instanceof Ue).flatMap(s=>s.labels.map(o=>o.label)),...i.referencedBy.flatMap(s=>s.labels.map(o=>o.label)),...i.linkedRefLabels.map(s=>s.label)].filter(s=>s?.value===r).map(s=>{if(s)return Ci.Location.create(ve(s.uri),ce(s))}).filter(s=>s);return e.item instanceof Q&&!Ut(e.ast)?n(e.item):e.ast instanceof rr&&e.ast.parentNode instanceof se&&e.ast.parentNode.linksTo?n(e.ast.parentNode.linksTo):[]}function cA(t){if(!t||!(t.ast instanceof He))return[];let e=r=>{let i=t.runtime.rootNode.getNode("aliases")?.property.filter(o=>{let a=o.ast.quickValues;if(a?.length===1&&typeof a[0]=="string"){let c=t.runtime.rootNode.getChild(a[0].split("/"));if(c?.isChildOf(r)||c===r)return!0}}).map(o=>o.ast)??[],s=r.parent?.deletedNodes.filter(o=>o.node===r&&o.by.nodeNameOrRef!==t.ast).map(o=>o.by.nodeNameOrRef)??[];return[...i,...r.linkedNodeNamePaths,...r.definitions,...s].map(o=>{if(o instanceof Ue&&o.name)return Ci.Location.create(ve(o.uri),ce(o.name));if(o instanceof He)return Ci.Location.create(ve(o.uri),ce(o));if(o instanceof Ye&&o.values?.values[0]?.value&&o.values?.values[0]?.value instanceof ne){let a=o.values.values[0].value,c=ce(a),l=a.value.split("/"),u=r.path,d=l.slice(0,u.length-1).join("/").length+1,f=a.value.length-l.slice(0,u.length).join("/").length;return c.start.character+=1+d,c.end.character-=1+f,Ci.Location.create(ve(o.values.values[0].uri),c)}}).filter(o=>o)};return t.item instanceof Q&&!Ut(t.ast)?e(t.item):t.ast instanceof He&&t.ast.linksTo?Ut(t.ast)?[...e(t.ast.linksTo),Ci.Location.create(ve(t.ast.uri),ce(t.ast))]:e(t.ast.linksTo):[]}async function lA(t,e){let r={};return(await St(t,e,i=>[...cA(i),...aA(t,i),...oA(i)])).forEach(i=>{r[i.uri]??=[],r[i.uri].push(Ci.TextEdit.replace(i.range,t.newName))}),{changes:r}}async function uA(t,e){let r=await St(t,e,n=>[...cA(n),...aA(t,n),...oA(n)]);if(r.some(n=>e?.settings.lockRenameEdits?.some(i=>De(n.uri).startsWith(i))))throw new Error('Path is locked by user setting "lockRenameEdits"');return{defaultBehavior:!!r.length}}var ma=M(F());var Np=t=>[...t.definitions,...t.referencedBy].map(e=>{if(e instanceof Nt)return ma.Location.create(ve(e.uri),ce(e));if(e instanceof Ue)return ma.Location.create(ve(e.uri),ce(e));if(e instanceof Yt)return ma.Location.create(ve(e.uri),ce(e))}).filter(e=>e),fA=t=>t.replacedBy?fA(t.replacedBy):t,dA=t=>[t.ast,...t.allReplaced.map(e=>e.ast)].map(e=>{if(e instanceof Ye)return ma.Location.create(ve(e.uri),ce(e.propertyName??e))}).filter(e=>e);function $U(t){if(!t||t.item===null||!(t.ast instanceof Ze))return[];if(t.item instanceof Xe&&t.ast instanceof Ze)return dA(fA(t.item));if(t.item instanceof Q&&t.ast instanceof Ze&&t.ast.parentNode instanceof ht){let e=t.item.deletedProperties.find(r=>r.by===t.ast.parentNode)?.property;if(e)return dA(e)}return[]}function BU(t){if(!t)return[];if(t.item instanceof Q&&!Ut(t.ast))return Np(t.item);if(t.ast instanceof rr&&t.ast.parentNode instanceof se&&t.ast.parentNode.linksTo)return Np(t.ast.parentNode.linksTo);if(t.ast instanceof He&&t.ast.linksTo)return Np(t.ast.linksTo);if(t?.ast instanceof ne&&t.item instanceof Xe&&t.item.parent.name==="aliases"){let e=t.runtime.rootNode.getChild(t.ast.value.split("/"));if(e)return Np(e)}return[]}function FU(t){if(t?.ast instanceof Ct||t?.ast instanceof Xn){let e=t.runtime.context.parser.cPreprocessorParser.macros.get(t.ast instanceof Ct?t.ast.name:t.ast.value);if(e)return[ma.Location.create(ve(e.macro.uri),ce(e.macro.identifier))]}return[]}async function pA(t,e){return St(t,e,r=>[...BU(r),...$U(r),...FU(r)])}var Xc=M(F());var us=t=>{let e=t.definitions.at(0);return e?Xc.Location.create(ve(e.uri),ce(e)):void 0},Pp=t=>t.replaces?Pp(t.replaces):t,Rp=t=>{let e=Pp(t);return e?Xc.Location.create(ve(e.ast.uri),ce(e.ast)):void 0};function jU(t){if(!t||t.item===null||!(t.ast instanceof Ze))return;let e=r=>Xc.Location.create(ve(r.ast.uri),ce(r.ast.propertyName??r.ast));if(t.item instanceof Xe&&t.ast instanceof Ze)return e(Pp(t.item));if(t.item instanceof Q&&t.ast instanceof Ze&&t.ast.parentNode instanceof ht){let r=t.item.deletedProperties.find(n=>n.by===t.ast.parentNode)?.property;if(r)return e(Pp(r))}}function UU(t){if(t){if(t.item instanceof Q&&!Ut(t.ast))return us(t.item);if(t.ast instanceof rr&&t.ast.parentNode instanceof se&&t.ast.parentNode.linksTo)return us(t.ast.parentNode.linksTo);if(t.ast instanceof He&&t.ast.linksTo)return us(t.ast.linksTo);if(t?.ast instanceof ne&&t.item instanceof Xe&&t.item.parent.name==="aliases"){let e=t.runtime.rootNode.getChild(t.ast.value.split("/"));if(e)return us(e)}}}function HU(t){if(t?.ast instanceof Ct||t?.ast instanceof Xn){let e=t.runtime.context.parser.cPreprocessorParser.macros.get(t.ast instanceof Ct?t.ast.name:t.ast.value);if(e)return Xc.Location.create(ve(e.macro.uri),ce(e.macro.identifier))}}async function hA(t,e){return(await St(t,e,r=>[UU(r)||jU(r)||HU(r)])).at(0)}var VU=["DT_PROP","DT_PROP_LEN","DT_PROP_LEN_OR","DT_PROP_HAS_IDX","DT_PROP_HAS_NAME","DT_PROP_BY_IDX","DT_PROP_LAST","DT_PROP_OR","DT_ENUM_IDX_BY_IDX","DT_ENUM_IDX","DT_ENUM_IDX_BY_IDX_OR","DT_ENUM_IDX_OR","DT_ENUM_HAS_VALUE_BY_IDX","DT_ENUM_HAS_VALUE","DT_STRING_TOKEN","DT_STRING_TOKEN_OR","DT_STRING_UPPER_TOKEN","DT_STRING_UPPER_TOKEN_OR","DT_STRING_UNQUOTED","DT_STRING_UNQUOTED_OR","DT_STRING_TOKEN_BY_IDX","DT_STRING_UPPER_TOKEN_BY_IDX","DT_STRING_UNQUOTED_BY_IDX","DT_PROP_BY_PHANDLE_IDX","DT_PROP_BY_PHANDLE_IDX_OR","DT_PROP_BY_PHANDLE","DT_PHA_BY_IDX","DT_PHA_BY_IDX_OR","DT_PHA","DT_PHA_OR","DT_PHA_BY_NAME","DT_PHA_BY_NAME_OR","DT_PHANDLE_BY_NAME","DT_PHANDLE_BY_IDX","DT_PHANDLE"];async function Ep({macro:t,document:e,context:r,position:n}){if(VU.some(i=>i===t.parent?.macro)&&t.argIndexInParent===1&&t.parent?.args?.[0])return(await x({document:e,context:r,position:n,macro:t.parent.args[0]}))?.property.find(s=>ee(s.name)===t.macro);if(["DT_PROP_BY_PHANDLE"].some(i=>i===t.parent?.macro)&&t.argIndexInParent===2&&t.parent?.args?.[0]&&t.parent?.args?.[1])return(await ls({document:e,context:r,position:n,macro:{macro:"DT_PHANDLE",args:t.parent.args.slice(0,2)}},x))?.property.find(s=>ee(s.name)===t.macro);if(["DT_PROP_BY_PHANDLE_IDX","DT_PROP_BY_PHANDLE_IDX_OR"].some(i=>i===t.parent?.macro)&&t.argIndexInParent===3&&t.parent?.args?.[0]&&t.parent?.args?.[1]&&t.parent?.args?.[3])return(await ni({document:e,context:r,position:n,macro:{macro:"DT_PHANDLE_BY_IDX",args:t.parent.args.slice(0,3)}},x))?.property.find(s=>ee(s.name)===t.macro);if(["DT_CHOSEN","DT_HAS_CHOSEN"].some(i=>i===t.parent?.macro)&&t.argIndexInParent===0&&t.parent?.args?.[0])return(await r.getRuntime()).rootNode.getChild(["/","chosen"])?.property.find(i=>ee(i.name)===t.macro)}async function mA(t,e,r){if(!r)return;let n=wi(r,t.position);return gA(n,t.position,e,r)}async function gA(t,e,r,n){if(!t?.macro)return;let i=await x({document:n,macro:t,context:r,position:e});if(i)return us(i);let s=await Ep({document:n,macro:t,context:r,position:e});if(s)return Rp(s);let o=await as(n,t.macro,e,r);if(o)return gA(o[0],o[1],r,n)}async function yA(t,e,r){if(!r)return;let n=wi(r,t.position);return vA(n,t.position,e,r)}async function vA(t,e,r,n){if(!t?.macro)return;let i=await x({document:n,macro:t,context:r,position:e});if(i)return us(i);let s=await Ep({document:n,macro:t,context:r,position:e});if(s)return Rp(s);let o=await as(n,t.macro,e,r);if(o)return vA(o[0],o[1],r,n)}var le=M(F());var zU=(t,e,r,n,i)=>{switch(r){case 1:return[{title:"Add semicolon",diagnostics:[n],kind:le.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.insert(le.Position.create(n.range.end.line,n.range.end.character),";")]}}}];case 2:return[{title:"Add open curly",diagnostics:[n],kind:le.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.insert(le.Position.create(n.range.end.line,n.range.end.character)," {")]}}}];case 29:return[{title:"Remove white space",diagnostics:[n],kind:le.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.replace(le.Range.create(le.Position.create(n.range.start.line,t.pos.colEnd),le.Position.create(n.range.end.line,e.pos.col)),"")]}}}];case 3:return[{title:"Add close curly",diagnostics:[n],kind:le.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.insert(le.Position.create(n.range.end.line,n.range.end.character),"}")]}}}];case 19:return[{title:"Add '/'",diagnostics:[n],kind:le.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.insert(le.Position.create(n.range.end.line,n.range.end.character),"/")]}}}];case 28:return[{title:"Add comma",diagnostics:[n],kind:le.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.insert(le.Position.create(n.range.end.line,n.range.end.character),",")]}}}];case 21:return[{title:"Add '/'",diagnostics:[n],kind:le.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.insert(le.Position.create(n.range.end.line,n.range.end.character),"/")]}}}];case 23:return[{title:"Remove ';'",diagnostics:[n],kind:le.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.del(n.range)]}}}];case 34:return[{title:"Complete Keyword '/delete-node/",diagnostics:[n],kind:le.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.replace(n.range,"/delete-node/")]}}}];case 35:return[{title:"Complete Keyword '/delete-property/",diagnostics:[n],kind:le.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.replace(n.range,"/delete-property/")]}}}];case 25:return[{title:"Complete Keyword '/delete-property/",diagnostics:[n],kind:le.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.replace(n.range,"/delete-property/")]}}},{title:"Complete Keyword '/delete-node/",diagnostics:[n],kind:le.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.replace(n.range,"/delete-node/")]}}}];case 12:return[{title:"Add '>'",diagnostics:[n],kind:le.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[le.TextEdit.insert(le.Position.create(n.range.end.line,n.range.end.character),">")]}}}];default:return}},WU=(t,e,r,n,i)=>{if(!n?.length)return[];switch(t){case 0:return[{title:i??`Add Property "${n[0].newText.split("=",1)[0].replace(";","").trim()}"`,diagnostics:[e],kind:le.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[r]:n}}}];case 27:return[{title:i??"Remove Property",diagnostics:[e],kind:le.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[r]:n}}}];case 26:return[{title:i??"TODO",diagnostics:[e],kind:le.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[r]:n}}}];case 36:return[{title:i??"TODO",diagnostics:[e],kind:le.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[r]:n}}}];case 25:return n?[{title:i??"TODO",diagnostics:[e],kind:le.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[r]:n}}}]:[];default:return}};function TA(t){let e=t.context.diagnostics.flatMap(a=>{let c=a.data;switch(c?.issues.type){case"SyntaxIssue":return c?.issues.items.flatMap(l=>zU(c.firstToken,c.lastToken,l,a,t.textDocument.uri));case"StandardTypeIssue":return c?.issues.items.flatMap(l=>WU(l,a,t.textDocument.uri,c.issues.edit?Array.isArray(c.issues.edit)?c.issues.edit:[c.issues.edit]:void 0,c.issues.codeActionTitle))}}).filter(a=>!!a),r=e.filter(a=>a.kind===le.CodeActionKind.SourceFixAll),n=e.filter(a=>a.title.startsWith("Add Property")),i=e.filter(a=>a.kind!==le.CodeActionKind.SourceFixAll),s=r.flatMap(a=>a.edit?.changes?.[t.textDocument.uri]??[]),o=new Map;return n.forEach(a=>{let c=a.edit.changes[t.textDocument.uri][0],l=c.range.start.line,u=c.range.start.character;o.has(`${l}:${u}`)||o.set(`${l}:${u}`,[]),o.get(`${l}:${u}`)?.push(c)}),[...i,...r.map(a=>({...a,kind:le.CodeActionKind.QuickFix})),...s.length?[{title:"Fix All",kind:le.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[t.textDocument.uri]:s}}}]:[],...Array.from(o.values()).flatMap(a=>a.length>1?{title:"Add All Missing Properties",kind:le.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[t.textDocument.uri]:a}}}:[])]}var bA=M(F());var wp=t=>!t||t instanceof Ye?!1:t instanceof _r||wp(t.parentNode);function GU(t){if(!t||!(t.item instanceof Xe&&t.item.ast.assignOperatorToken))return[];let e=wp(t?.ast);if(!e&&!(t.ast instanceof Ye&&t.item.ast.values===null)&&!wp(t.beforeAst)&&!wp(t.afterAst))return[];let r=-1;if(t.item.ast.values===null?r=0:r=(t.item.ast.values?.values.findIndex(i=>i&&Uy(i,t.beforeAst))??-1)+1,r===-1&&(r=0),t.item.name==="compatible"){let s=t.item.parent.nodeTypes.filter(c=>c).at(-1),o=t.item.ast.quickValues,a;return s instanceof Pt&&s.extends.size&&(a=Array.from(s.extends).filter(c=>!o||!o.includes(c))),o?.filter(c=>c)?.length&&!a?[]:(a??=t.runtime.context.bindingLoader?.getBindings()??[],a.filter(c=>!o||!o.includes(c)).map(c=>({label:`"${c}"`,kind:bA.CompletionItemKind.Variable,insertText:e?c:`"${c}"`})))}let n=t.item.parent.nodeType;return n instanceof Pt?n.properties.find(i=>i.name===t.item?.name)?.getPropertyCompletionItems(t.item,r,e)??[]:[]}function YU(t){if(!t||!(t.item instanceof Xe&&t.ast instanceof Ze&&t.item.ast.values==null||t.item instanceof Q)||Ut(t.ast)||t.beforeAst?.parentNode instanceof br)return[];let e=r=>r.nodeType?.getPropertyListCompletionItems(r)??[];return t.item instanceof Xe?e(t.item.parent):e(t.item)}async function _A(t,e){return St(t,e,r=>[...GU(r),...YU(r)])}var kp=M(F());async function KU(t){if(t?.ast instanceof Ct||t?.ast instanceof Xn){let e=t.runtime.context.parser.cPreprocessorParser.macros.get(t?.ast instanceof Ct?t.ast.name:t.ast.value);if(e){let r=Rc(t.ast),n=(await t.runtime.context.getAllParsers()).at(-1);if(r){let i=r?.evaluate(n.cPreprocessorParser.macros);return{contents:{kind:kp.MarkupKind.Markdown,value:["```cpp",`#define ${e.macro.toString()} // = ${i}${typeof i=="number"?` (0x${i.toString(16)})`:""}`,"```"].join(`
287
- `)},range:ce(t.ast)}}return{contents:{kind:kp.MarkupKind.Markdown,value:["```cpp",`#define ${e.macro.toString()} // = ${t.ast?.evaluate(n.cPreprocessorParser.macros)}`,"```"].join(`
288
- `)},range:ce(t.ast)}}}}async function XU(t){if(!t)return;let e=(await t.runtime.context.getAllParsers()).at(-1);if(t?.ast instanceof He){let r=t.ast.linksTo;if(r)return{contents:r.toMarkupContent(e.cPreprocessorParser.macros),range:ce(t.ast)}}if(t?.ast.parentNode instanceof se){let r=t.ast.parentNode.linksTo;if(r)return{contents:r.toMarkupContent(e.cPreprocessorParser.macros),range:ce(t.ast)}}if(t?.ast instanceof ne&&t.item instanceof Xe&&t.item.parent.name==="aliases"){let r=t.runtime.rootNode.getChild(t.ast.value.split("/"));if(r)return{contents:r.toMarkupContent(e.cPreprocessorParser.macros),range:ce(t.ast)}}if(t?.item instanceof Q)return{contents:t.item.toMarkupContent(e.cPreprocessorParser.macros),range:ce(t.ast)}}function JU(t){if(t?.item instanceof Xe&&t.ast instanceof Ze){let e=t.item.onHover(),r=t.item.parent.nodeType?.getOnPropertyHover(t.item.name);if(e||r)return{contents:{kind:kp.MarkupKind.Markdown,value:`${e?.value??""}
289
- ${r?.value??""}`},range:ce(t.ast)}}}function SA(t,e){return St(t,e,async r=>[await XU(r)||JU(r)||await KU(r)])}async function NA(t){let e=await Xf(t);if(e)return{contents:e.toMarkupContent(t.context.macros)}}async function PA(t){let e=await Jf(t,x);if(e)return{contents:e.toMarkupContent(t.context.macros)}}var wA=M(F());async function RA(t){return t?.nodes.length??0}async function EA({document:t,macro:e,context:r,position:n},i){if(e.macro!=="DT_CHILD_NUM"||e.args?.length!==1)return;let s=await i({document:t,macro:e.args[0],context:r,position:n});return RA(s)}async function kA(t){let e=await EA(t,x);return e!==void 0?{contents:{kind:wA.MarkupKind.Markdown,value:e.toString()}}:void 0}async function CA(t){let e=await hv(t);if(e)return e?.length?{contents:{kind:is.Markdown,value:e.map((r,n)=>{let i=r.toMarkupContent(t.context.macros);return`## Node ${n+1}
290
-
291
- ${i.value}
292
- `}).join(`
293
-
294
- `)}}:{contents:{kind:is.Markdown,value:`No node matched compat ${t.macro.args[0].macro}`}}}async function DA(t){let e=await Qf(t,x);if(e)return{contents:e.toMarkupContent(t.context.macros)}}async function AA(t,e){return!!await Kf(t,e)}async function IA({macro:t,context:e}){if(!(t.macro!=="DT_HAS_ALIAS"||t.args?.length!==1))return AA(t.args[0].macro,e)}async function OA(t){let e=await IA(t);if(e!==void 0)return{contents:{kind:is.Markdown,value:e?"1":"0"}}}var MA=M(F());async function Jc(t,e){if(t)switch(e){case"Unquoted":return t.fullName;case"Quoted":return`"${t.fullName}"`;case"Token":return ee(t.fullName);case"Upper Token":return ee(t.fullName).toUpperCase()}}async function xA({document:t,macro:e,context:r,position:n},i){if(e.args?.length!==1)return;let s=await i({document:t,macro:e.args[0],context:r,position:n});switch(e.macro){case"DT_NODE_FULL_NAME":return Jc(s,"Quoted");case"DT_NODE_FULL_NAME_TOKEN":return Jc(s,"Token");case"DT_NODE_FULL_NAME_UNQUOTED":return Jc(s,"Unquoted");case"DT_NODE_FULL_NAME_UPPER_TOKEN":return Jc(s,"Upper Token")}}async function qA(t){let e=await xA(t,x);if(e)return{contents:{kind:MA.MarkupKind.Markdown,value:e}}}var BA=M(F());async function LA(t){return t?.pathString}async function $A({document:t,macro:e,context:r,position:n},i){if(e.macro!=="DT_NODE_PATH"||e.args?.length!==1)return;let s=await i({document:t,macro:e.args[0],context:r,position:n});return LA(s)}async function FA(t){let e=await $A(t,x);if(e)return{contents:{kind:BA.MarkupKind.Markdown,value:`"${e}"`}}}async function jA(t){let e=await ep(t);if(e)return{contents:e.toMarkupContent(t.context.macros)}}var VA=M(F());async function UA(t){return t?.labels.map(e=>e.label)}async function HA({document:t,macro:e,context:r,position:n},i){if(e.macro!=="DT_NODELABEL_STRING_ARRAY"||e.args?.length!==1)return;let s=await i({document:t,macro:e.args[0],context:r,position:n});return UA(s)}async function zA(t){let e=await HA(t,x);if(e)return{contents:{kind:VA.MarkupKind.Markdown,value:`{ ${e.map(r=>`"${r}"`).join(", ")} }`}}}async function WA(t){let e=await tp(t,x);if(e)return{contents:e.toMarkupContent(t.context.macros)}}async function GA(t){let e=await np(t);if(e)return{contents:e.toMarkupContent(t.context.macros)}}var KA=M(F());async function YA({document:t,macro:e,context:r,position:n},i){if(e.macro!=="DT_SAME_NODE"||e.args?.length!==2)return;if(await r?.getRuntime()){let o=await i({document:t,macro:e.args[0],context:r,position:n}),a=await i({document:t,macro:e.args[1],context:r,position:n});return!!a&&!!o&&a===o}}async function XA(t){let e=await YA(t,x);if(e!==void 0)return{contents:{kind:KA.MarkupKind.Markdown,value:e?"1":"0"}}}var QA=M(F());async function JA({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_ENUM_IDX_BY_IDX"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n}),a=Ie(s[2].macro);if(typeof a=="number")return await da(o,s[1].macro,a)}async function ZA(t){let e=await JA(t,x);return e?{contents:{kind:QA.MarkupKind.Markdown,value:e.toString()}}:void 0}var t0=M(F());async function e0({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_PHA_BY_IDX"||s?.length!==4)return;let o=await i({document:t,macro:s[0],context:r,position:n}),a=Ie(s[2].macro);if(typeof a=="number")return cs(o,s[1].macro,a,s[3].macro,r)}async function r0(t){let e=await e0(t,x);return e?{contents:{kind:t0.MarkupKind.Markdown,value:e.toString()}}:void 0}async function n0(t){let e=await ni(t,x);if(e)return{contents:e.toMarkupContent(t.context.macros)}}async function i0(t){let e=await up(t,x);if(e)return{contents:e.toMarkupContent(t.context.macros)}}var Qc=M(F());async function st(t,e){if(e){if(typeof e=="boolean")return{contents:{kind:Qc.MarkupKind.Markdown,value:e?"1":"0"}};if(typeof e=="string")return{contents:{kind:Qc.MarkupKind.Markdown,value:e}};if(e instanceof Q)return{contents:e.toMarkupContent(t.macros)};if(e.length===1&&e[0]instanceof Q)return{contents:e[0].toMarkupContent(t.macros)};if(e.every(r=>typeof r=="number"))return{contents:{kind:Qc.MarkupKind.Markdown,value:e.length===1?e[0].toString():`{${e.join(", ")}}`}};if(e.every(r=>typeof r=="string"))return{contents:{kind:Qc.MarkupKind.Markdown,value:e.length===1?`"${e[0]}"`:`{${e.map(r=>`"${r}"`).join(", ")}}`}}}}async function s0(t){let e=await Hf(t,x);return st(t.context,e)}var gv=M(F());async function o0(t){let e=await Vf(t,x);if(e===!0)return{contents:{kind:gv.MarkupKind.Markdown,value:"1"}};if(e)return e instanceof Q?{contents:e.toMarkupContent(t.context.macros)}:{contents:{kind:gv.MarkupKind.Markdown,value:e.toString()}}}async function a0(t){let e=await ua(t,x);return st(t.context,e)}async function c0({document:t,macro:e,context:r,position:n},i){if(e.macro!=="DT_PROP_BY_PHANDLE_IDX"||e.args?.length!==4)return;let s=await ri(await i({document:t,macro:e.args[0],context:r,position:n}),e.args[1].macro,e.args[2].macro);return await fr(s,e.args[3].macro,r)}async function l0(t){return st(t.context,await c0(t,x))}async function u0(t){let e=await ip(t);if(e)return{contents:e.toMarkupContent(t.context.macros)}}var p0=M(F());async function d0(t){return t?.nodes.filter(e=>!e.disabled).length??0}async function f0({document:t,macro:e,context:r,position:n},i){if(e.macro!=="DT_CHILD_NUM_STATUS_OKAY"||e.args?.length!==1)return;let s=await i({document:t,macro:e.args[0],context:r,position:n});return d0(s)}async function h0(t){let e=await f0(t,x);return e!==void 0?{contents:{kind:p0.MarkupKind.Markdown,value:e.toString()}}:void 0}async function m0(t){let e=await ls(t,x);if(e)return{contents:e.toMarkupContent(t.context.macros)}}var y0=M(F());async function g0({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_PHA"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n});return cs(o,s[1].macro,0,s[2].macro,r)}async function v0(t){let e=await g0(t,x);return e?{contents:{kind:y0.MarkupKind.Markdown,value:e.toString()}}:void 0}var T0=M(F());async function b0(t){let e=await cp(t,x);return e instanceof Q?st(t.context,e):e?{contents:{kind:T0.MarkupKind.Markdown,value:e.toString()}}:void 0}var S0=M(F());async function _0({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_PHA_BY_NAME"||s?.length!==4)return;let o=await i({document:t,macro:s[0],context:r,position:n});return cs(o,s[1].macro,s[2].macro,s[3].macro,r)}async function N0(t){let e=await _0(t,x);return e?{contents:{kind:S0.MarkupKind.Markdown,value:e.toString()}}:void 0}var P0=M(F());async function R0(t){let e=await lp(t,x);return e instanceof Q?st(t.context,e):e?{contents:{kind:P0.MarkupKind.Markdown,value:e.toString()}}:void 0}var E0=M(F());async function w0(t){let e=await dp(t,x);return e instanceof Q?st(t.context,e):e?{contents:{kind:E0.MarkupKind.Markdown,value:e.toString()}}:void 0}var k0=M(F());async function C0(t){let e=await op(t,x);return e instanceof Q?st(t.context,e):e?{contents:{kind:k0.MarkupKind.Markdown,value:e.toString()}}:void 0}var A0=M(F());async function D0({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_ENUM_IDX"||s?.length!==2)return;let o=await i({document:t,macro:s[0],context:r,position:n});return await da(o,s[1].macro,0)}async function I0(t){let e=await D0(t,x);return e?{contents:{kind:A0.MarkupKind.Markdown,value:e.toString()}}:void 0}var O0=M(F());async function x0(t){let e=await ap(t,x);return e instanceof Q?st(t.context,e):e?{contents:{kind:O0.MarkupKind.Markdown,value:e.toString()}}:void 0}async function M0({document:t,macro:e,context:r,position:n},i){if(e.macro!=="DT_PROP_BY_PHANDLE"||e.args?.length!==3)return;let s=await ri(await i({document:t,macro:e.args[0],context:r,position:n}),e.args[1].macro);return fr(s,e.args[2].macro,r)}async function q0(t){return st(t.context,await M0(t,x))}async function L0(t){return st(t.context,await fp(t,x))}var F0=M(F());var $0=M(require("util"));async function Cp(t,e,r,n){let i=t?.property.find(o=>ee(o.name)===e);if(!i)return;let s=i?.ast.quickValues?.at(r);if(s!==void 0)return $0.default.isDeepStrictEqual(Ie(n),s)}async function B0({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_ENUM_HAS_VALUE"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n});return await Cp(o,s[1].macro,0,s[2].macro)}async function j0(t){let e=await B0(t,x);return e!==void 0?{contents:{kind:F0.MarkupKind.Markdown,value:e?"1":"0"}}:void 0}var H0=M(F());async function U0({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_ENUM_HAS_VALUE_BY_IDX"||s?.length!==4)return;let o=await i({document:t,macro:s[0],context:r,position:n}),a=Ie(s[2].macro);if(typeof a=="number")return await Cp(o,s[1].macro,a,s[3].macro)}async function V0(t){let e=await U0(t,x);return e!==void 0?{contents:{kind:H0.MarkupKind.Markdown,value:e?"1":"0"}}:void 0}var G0=M(F());async function z0(t,e,r,n){let i=await fr(t,e,n);if(i===void 0)return!1;if(r=typeof r=="number"?r:Ie(r??"0"),typeof r=="number")return Array.isArray(i)?i.length<r:r===0}async function W0({document:t,macro:e,context:r,position:n},i){let s=e.args;return e.macro!=="DT_PROP_HAS_IDX"||s?.length!==3?void 0:!!await z0(await i({document:t,macro:s[0],context:r,position:n}),s[1].macro,s[2].macro,r)}async function Y0(t){let e=await W0(t,x);return e===void 0?void 0:{contents:{kind:G0.MarkupKind.Markdown,value:e?"1":"0"}}}var J0=M(F());async function K0(t,e,r,n){let i=t?.property.find(u=>ee(u.name)===e),s=i?.parent.nodeType;if(!s||!(s instanceof Pt)||await fr(t,e,n)===void 0)return;let a=i.nexusMapsTo.at(0)?.specifierSpace,l=(a?i.parent.getProperty(`${a}-names`)?.ast.quickValues:void 0)?.findIndex(u=>typeof u=="string"&&u.toLowerCase()===r)??-1;return l===-1?void 0:l}async function X0({document:t,macro:e,context:r,position:n},i){let s=e.args;return e.macro!=="DT_PROP_HAS_NAME"||s?.length!==3?void 0:!!await K0(await i({document:t,macro:s[0],context:r,position:n}),s[1].macro,s[2].macro,r)}async function Q0(t){let e=await X0(t,x);return e===void 0?void 0:{contents:{kind:J0.MarkupKind.Markdown,value:e?"1":"0"}}}async function Z0(t){let e=await Zf(t);if(e)return{contents:e.toMarkupContent(t.context.macros)}}var tI=M(F());async function eI({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_PROP_LEN"||s?.length!==2)return;let o=await i({document:t,macro:s[0],context:r,position:n});return o?pp(o,s[1].macro):void 0}async function rI(t){let e=await eI(t,x);return e?{contents:{kind:tI.MarkupKind.Markdown,value:e.toString()}}:void 0}var nI=M(F());async function iI(t){let e=await hp(t,x);return e instanceof Q?st(t.context,e):e?{contents:{kind:nI.MarkupKind.Markdown,value:e.toString()}}:void 0}var yv=M(F());async function sI(t,e,r){let n=await fr(t,e,r);if(n===!0)return!0;if(!n)return;let i=n.at(-1);if(i)return n.length===1&&n[0]instanceof Q?n[0]:i}async function oI({document:t,macro:e,context:r,position:n},i){if(!(e.macro!=="DT_PROP_LAST"||e.args?.length!==2))return sI(await i({document:t,macro:e.args[0],context:r,position:n}),e.args[1].macro,r)}async function aI(t){let e=await oI(t,x);if(e===!0)return{contents:{kind:yv.MarkupKind.Markdown,value:"1"}};if(e)return e instanceof Q?{contents:e.toMarkupContent(t.context.macros)}:{contents:{kind:yv.MarkupKind.Markdown,value:e.toString()}}}var lI=M(F());async function cI({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_STRING_TOKEN"||s?.length!==2)return;let o=await i({document:t,macro:s[0],context:r,position:n});return o?pa(o,s[1].macro):void 0}async function uI(t){let e=await cI(t,x);if(e)return{contents:{kind:lI.MarkupKind.Markdown,value:e.toString()}}}var fI=M(F());async function Dp(t,e,r){if(!t)return;let i=t?.property.find(s=>ee(s.name)===e)?.ast.getFlatAstValues();if(!(!i||i.length<=1)&&i[r]instanceof ne)return ee(i[r].value)}async function dI({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_STRING_TOKEN_BY_IDX"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n}),a=Ie(s[2].macro);if(typeof a=="number")return o?Dp(o,s[1].macro,a):void 0}async function pI(t){let e=await dI(t,x);if(e)return{contents:{kind:fI.MarkupKind.Markdown,value:e.toString()}}}var hI=M(F());async function mI(t){let e=await mp(t,x);if(e)return e instanceof Q?st(t.context,e):{contents:{kind:hI.MarkupKind.Markdown,value:e.toString()}}}var vI=M(F());async function gI(t,e,r){if(!t)return;let i=t?.property.find(s=>ee(s.name)===e)?.ast.getFlatAstValues();if(!(!i||i.length<=1)&&i[r]instanceof ne)return i[r].value}async function yI({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_STRING_UNQUOTED_BY_IDX"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n}),a=Ie(s[2].macro);if(typeof a=="number")return o?gI(o,s[1].macro,a):void 0}async function TI(t){let e=await yI(t,x);if(e)return{contents:{kind:vI.MarkupKind.Markdown,value:e.toString()}}}var _I=M(F());async function bI({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_STRING_UNQUOTED"||s?.length!==2)return;let o=await i({document:t,macro:s[0],context:r,position:n});return o?gp(o,s[1].macro):void 0}async function SI(t){let e=await bI(t,x);if(e)return{contents:{kind:_I.MarkupKind.Markdown,value:e.toString()}}}var NI=M(F());async function PI(t){let e=await yp(t,x);if(e)return e instanceof Q?st(t.context,e):{contents:{kind:NI.MarkupKind.Markdown,value:e.toString()}}}var wI=M(F());async function RI(t,e,r){return(await Dp(t,e,r))?.toUpperCase()}async function EI({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_STRING_UPPER_TOKEN_BY_IDX"||s?.length!==3)return;let o=await i({document:t,macro:s[0],context:r,position:n}),a=Ie(s[2].macro);if(typeof a=="number")return o?RI(o,s[1].macro,a):void 0}async function kI(t){let e=await EI(t,x);if(e)return{contents:{kind:wI.MarkupKind.Markdown,value:e.toString()}}}var DI=M(F());async function CI({document:t,macro:e,context:r,position:n},i){let s=e.args;if(e.macro!=="DT_STRING_UPPER_TOKEN"||s?.length!==2)return;let o=await i({document:t,macro:s[0],context:r,position:n});return o?vp(o,s[1].macro):void 0}async function AI(t){let e=await CI(t,x);if(e)return{contents:{kind:DI.MarkupKind.Markdown,value:e.toString()}}}var II=M(F());async function OI(t){let e=await Tp(t,x);if(e)return e instanceof Q?st(t.context,e):{contents:{kind:II.MarkupKind.Markdown,value:e.toString()}}}async function xI(t){let e=await Wf(t,x);return e?{contents:e.toMarkupContent(t.context.macros)}:void 0}var LI=M(F());async function MI(t,e){if(!t)return;let r=t.nodeType?.onBus;return r?ee(r)===e:!1}async function qI(t,e){let r=t.macro.args;if(t.macro.macro!=="DT_ON_BUS"||r?.length!==2)return;let n=await e({...t,macro:r[0]});return await MI(n,r[1].macro)}async function $I(t){let e=await qI(t,x);return e!==void 0?{contents:{kind:LI.MarkupKind.Markdown,value:e?"1":"0"}}:void 0}async function BI(t){let e=await Yf(t);return e?{contents:e.toMarkupContent(t.context.macros)}:void 0}var UI=M(F());async function FI(t,e){return!!await Gf(t,e)}async function jI(t){let e=t.macro.args;if(!(t.macro.macro!=="DT_HAS_CHOSEN"||e?.length!==1))return await FI(t.context,e[0].macro)}async function HI(t){let e=await jI(t);return e!==void 0?{contents:{kind:UI.MarkupKind.Markdown,value:e?"1":"0"}}:void 0}async function QU(t){return[xI,$I,BI,HI,NA,PA,kA,h0,CA,DA,OA,Z0,u0,GA,FA,qA,jA,zA,WA,XA].reduce((e,r)=>e.then(n=>n||r(t)),Promise.resolve(void 0))}async function ZU(t){return[V0,j0,ZA,C0,I0,x0,r0,b0,N0,R0,v0,n0,i0,m0,w0,o0,q0,l0,L0,Y0,Q0,s0,aI,rI,iI,a0,pI,uI,mI,TI,SI,PI,kI,AI,OI].reduce((e,r)=>e.then(n=>n||r(t)),Promise.resolve(void 0))}async function VI(t,e,r){if(!r)return;let n=wi(r,t.position);return zI(n,t.position,e,r)}async function zI(t,e,r,n){if(!t?.macro)return;let i=await QU({position:e,context:r,document:n,macro:t})||await ZU({position:e,context:r,document:n,macro:t});if(i)return i;let s=await x({document:n,macro:t,context:r,position:e});if(s)return{contents:s.toMarkupContent(r.macros)};let o=await as(n,t.macro,e,r);if(o)return zI(o[0],o[1],r,n)}var yS=require("path"),vS=require("fs");var fO=M(iO(),1);var el=t=>{if(typeof t!="string")throw new TypeError("invalid pattern");if(t.length>65536)throw new TypeError("pattern is too long")};var aH={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},tl=t=>t.replace(/[[\]\\-]/g,"\\$&"),cH=t=>t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),sO=t=>t.join(""),oO=(t,e)=>{let r=e;if(t.charAt(r)!=="[")throw new Error("not in a brace expression");let n=[],i=[],s=r+1,o=!1,a=!1,c=!1,l=!1,u=r,d="";e:for(;s<t.length;){let h=t.charAt(s);if((h==="!"||h==="^")&&s===r+1){l=!0,s++;continue}if(h==="]"&&o&&!c){u=s+1;break}if(o=!0,h==="\\"&&!c){c=!0,s++;continue}if(h==="["&&!c){for(let[v,[S,_,T]]of Object.entries(aH))if(t.startsWith(v,s)){if(d)return["$.",!1,t.length-r,!0];s+=v.length,T?i.push(S):n.push(S),a=a||_;continue e}}if(c=!1,d){h>d?n.push(tl(d)+"-"+tl(h)):h===d&&n.push(tl(h)),d="",s++;continue}if(t.startsWith("-]",s+1)){n.push(tl(h+"-")),s+=2;continue}if(t.startsWith("-",s+1)){d=h,s+=2;continue}n.push(tl(h)),s++}if(u<s)return["",!1,0,!1];if(!n.length&&!i.length)return["$.",!1,t.length-r,!0];if(i.length===0&&n.length===1&&/^\\?.$/.test(n[0])&&!l){let h=n[0].length===2?n[0].slice(-1):n[0];return[cH(h),!1,u-r,!1]}let f="["+(l?"^":"")+sO(n)+"]",p="["+(l?"":"^")+sO(i)+"]";return[n.length&&i.length?"("+f+"|"+p+")":n.length?f:p,a,u-r,!0]};var xn=(t,{windowsPathsNoEscape:e=!1}={})=>e?t.replace(/\[([^\/\\])\]/g,"$1"):t.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1");var lH=new Set(["!","?","+","*","@"]),aO=t=>lH.has(t),uH="(?!(?:^|/)\\.\\.?(?:$|/))",Ap="(?!\\.)",dH=new Set(["[","."]),fH=new Set(["..","."]),pH=new Set("().*{}+?[]^$\\!"),hH=t=>t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),bv="[^/]",cO=bv+"*?",lO=bv+"+?",ga=class t{type;#e;#t;#i=!1;#r=[];#o;#f;#l;#d=!1;#a;#c;#s=!1;constructor(e,r,n={}){this.type=e,e&&(this.#t=!0),this.#o=r,this.#e=this.#o?this.#o.#e:this,this.#a=this.#e===this?n:this.#e.#a,this.#l=this.#e===this?[]:this.#e.#l,e==="!"&&!this.#e.#d&&this.#l.push(this),this.#f=this.#o?this.#o.#r.length:0}get hasMagic(){if(this.#t!==void 0)return this.#t;for(let e of this.#r)if(typeof e!="string"&&(e.type||e.hasMagic))return this.#t=!0;return this.#t}toString(){return this.#c!==void 0?this.#c:this.type?this.#c=this.type+"("+this.#r.map(e=>String(e)).join("|")+")":this.#c=this.#r.map(e=>String(e)).join("")}#y(){if(this!==this.#e)throw new Error("should only call on root");if(this.#d)return this;this.toString(),this.#d=!0;let e;for(;e=this.#l.pop();){if(e.type!=="!")continue;let r=e,n=r.#o;for(;n;){for(let i=r.#f+1;!n.type&&i<n.#r.length;i++)for(let s of e.#r){if(typeof s=="string")throw new Error("string part in extglob AST??");s.copyIn(n.#r[i])}r=n,n=r.#o}}return this}push(...e){for(let r of e)if(r!==""){if(typeof r!="string"&&!(r instanceof t&&r.#o===this))throw new Error("invalid part: "+r);this.#r.push(r)}}toJSON(){let e=this.type===null?this.#r.slice().map(r=>typeof r=="string"?r:r.toJSON()):[this.type,...this.#r.map(r=>r.toJSON())];return this.isStart()&&!this.type&&e.unshift([]),this.isEnd()&&(this===this.#e||this.#e.#d&&this.#o?.type==="!")&&e.push({}),e}isStart(){if(this.#e===this)return!0;if(!this.#o?.isStart())return!1;if(this.#f===0)return!0;let e=this.#o;for(let r=0;r<this.#f;r++){let n=e.#r[r];if(!(n instanceof t&&n.type==="!"))return!1}return!0}isEnd(){if(this.#e===this||this.#o?.type==="!")return!0;if(!this.#o?.isEnd())return!1;if(!this.type)return this.#o?.isEnd();let e=this.#o?this.#o.#r.length:0;return this.#f===e-1}copyIn(e){typeof e=="string"?this.push(e):this.push(e.clone(this))}clone(e){let r=new t(this.type,e);for(let n of this.#r)r.copyIn(n);return r}static#v(e,r,n,i){let s=!1,o=!1,a=-1,c=!1;if(r.type===null){let p=n,y="";for(;p<e.length;){let h=e.charAt(p++);if(s||h==="\\"){s=!s,y+=h;continue}if(o){p===a+1?(h==="^"||h==="!")&&(c=!0):h==="]"&&!(p===a+2&&c)&&(o=!1),y+=h;continue}else if(h==="["){o=!0,a=p,c=!1,y+=h;continue}if(!i.noext&&aO(h)&&e.charAt(p)==="("){r.push(y),y="";let v=new t(h,r);p=t.#v(e,v,p,i),r.push(v);continue}y+=h}return r.push(y),p}let l=n+1,u=new t(null,r),d=[],f="";for(;l<e.length;){let p=e.charAt(l++);if(s||p==="\\"){s=!s,f+=p;continue}if(o){l===a+1?(p==="^"||p==="!")&&(c=!0):p==="]"&&!(l===a+2&&c)&&(o=!1),f+=p;continue}else if(p==="["){o=!0,a=l,c=!1,f+=p;continue}if(aO(p)&&e.charAt(l)==="("){u.push(f),f="";let y=new t(p,u);u.push(y),l=t.#v(e,y,l,i);continue}if(p==="|"){u.push(f),f="",d.push(u),u=new t(null,r);continue}if(p===")")return f===""&&r.#r.length===0&&(r.#s=!0),u.push(f),f="",r.push(...d,u),l;f+=p}return r.type=null,r.#t=void 0,r.#r=[e.substring(n-1)],l}static fromGlob(e,r={}){let n=new t(null,void 0,r);return t.#v(e,n,0,r),n}toMMPattern(){if(this!==this.#e)return this.#e.toMMPattern();let e=this.toString(),[r,n,i,s]=this.toRegExpSource();if(!(i||this.#t||this.#a.nocase&&!this.#a.nocaseMagicOnly&&e.toUpperCase()!==e.toLowerCase()))return n;let a=(this.#a.nocase?"i":"")+(s?"u":"");return Object.assign(new RegExp(`^${r}$`,a),{_src:r,_glob:e})}get options(){return this.#a}toRegExpSource(e){let r=e??!!this.#a.dot;if(this.#e===this&&this.#y(),!this.type){let c=this.isStart()&&this.isEnd(),l=this.#r.map(p=>{let[y,h,v,S]=typeof p=="string"?t.#p(p,this.#t,c):p.toRegExpSource(e);return this.#t=this.#t||v,this.#i=this.#i||S,y}).join(""),u="";if(this.isStart()&&typeof this.#r[0]=="string"&&!(this.#r.length===1&&fH.has(this.#r[0]))){let y=dH,h=r&&y.has(l.charAt(0))||l.startsWith("\\.")&&y.has(l.charAt(2))||l.startsWith("\\.\\.")&&y.has(l.charAt(4)),v=!r&&!e&&y.has(l.charAt(0));u=h?uH:v?Ap:""}let d="";return this.isEnd()&&this.#e.#d&&this.#o?.type==="!"&&(d="(?:$|\\/)"),[u+l+d,xn(l),this.#t=!!this.#t,this.#i]}let n=this.type==="*"||this.type==="+",i=this.type==="!"?"(?:(?!(?:":"(?:",s=this.#h(r);if(this.isStart()&&this.isEnd()&&!s&&this.type!=="!"){let c=this.toString();return this.#r=[c],this.type=null,this.#t=void 0,[c,xn(this.toString()),!1,!1]}let o=!n||e||r||!Ap?"":this.#h(!0);o===s&&(o=""),o&&(s=`(?:${s})(?:${o})*?`);let a="";if(this.type==="!"&&this.#s)a=(this.isStart()&&!r?Ap:"")+lO;else{let c=this.type==="!"?"))"+(this.isStart()&&!r&&!e?Ap:"")+cO+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&o?")":this.type==="*"&&o?")?":`)${this.type}`;a=i+s+c}return[a,xn(s),this.#t=!!this.#t,this.#i]}#h(e){return this.#r.map(r=>{if(typeof r=="string")throw new Error("string type in extglob ast??");let[n,i,s,o]=r.toRegExpSource(e);return this.#i=this.#i||o,n}).filter(r=>!(this.isStart()&&this.isEnd())||!!r).join("|")}static#p(e,r,n=!1){let i=!1,s="",o=!1;for(let a=0;a<e.length;a++){let c=e.charAt(a);if(i){i=!1,s+=(pH.has(c)?"\\":"")+c;continue}if(c==="\\"){a===e.length-1?s+="\\\\":i=!0;continue}if(c==="["){let[l,u,d,f]=oO(e,a);if(d){s+=l,o=o||u,a+=d-1,r=r||f;continue}}if(c==="*"){n&&e==="*"?s+=lO:s+=cO,r=!0;continue}if(c==="?"){s+=bv,r=!0;continue}s+=hH(c)}return[s,xn(e),!!r,o]}};var ya=(t,{windowsPathsNoEscape:e=!1}={})=>e?t.replace(/[?*()[\]]/g,"[$&]"):t.replace(/[?*()[\]\\]/g,"\\$&");var Sr=(t,e,r={})=>(el(e),!r.nocomment&&e.charAt(0)==="#"?!1:new Yr(e,r).match(t)),mH=/^\*+([^+@!?\*\[\(]*)$/,gH=t=>e=>!e.startsWith(".")&&e.endsWith(t),yH=t=>e=>e.endsWith(t),vH=t=>(t=t.toLowerCase(),e=>!e.startsWith(".")&&e.toLowerCase().endsWith(t)),TH=t=>(t=t.toLowerCase(),e=>e.toLowerCase().endsWith(t)),bH=/^\*+\.\*+$/,_H=t=>!t.startsWith(".")&&t.includes("."),SH=t=>t!=="."&&t!==".."&&t.includes("."),NH=/^\.\*+$/,PH=t=>t!=="."&&t!==".."&&t.startsWith("."),RH=/^\*+$/,EH=t=>t.length!==0&&!t.startsWith("."),wH=t=>t.length!==0&&t!=="."&&t!=="..",kH=/^\?+([^+@!?\*\[\(]*)?$/,CH=([t,e=""])=>{let r=pO([t]);return e?(e=e.toLowerCase(),n=>r(n)&&n.toLowerCase().endsWith(e)):r},DH=([t,e=""])=>{let r=hO([t]);return e?(e=e.toLowerCase(),n=>r(n)&&n.toLowerCase().endsWith(e)):r},AH=([t,e=""])=>{let r=hO([t]);return e?n=>r(n)&&n.endsWith(e):r},IH=([t,e=""])=>{let r=pO([t]);return e?n=>r(n)&&n.endsWith(e):r},pO=([t])=>{let e=t.length;return r=>r.length===e&&!r.startsWith(".")},hO=([t])=>{let e=t.length;return r=>r.length===e&&r!=="."&&r!==".."},mO=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",uO={win32:{sep:"\\"},posix:{sep:"/"}},OH=mO==="win32"?uO.win32.sep:uO.posix.sep;Sr.sep=OH;var nr=Symbol("globstar **");Sr.GLOBSTAR=nr;var xH="[^/]",MH=xH+"*?",qH="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",LH="(?:(?!(?:\\/|^)\\.).)*?",$H=(t,e={})=>r=>Sr(r,t,e);Sr.filter=$H;var dn=(t,e={})=>Object.assign({},t,e),BH=t=>{if(!t||typeof t!="object"||!Object.keys(t).length)return Sr;let e=Sr;return Object.assign((n,i,s={})=>e(n,i,dn(t,s)),{Minimatch:class extends e.Minimatch{constructor(i,s={}){super(i,dn(t,s))}static defaults(i){return e.defaults(dn(t,i)).Minimatch}},AST:class extends e.AST{constructor(i,s,o={}){super(i,s,dn(t,o))}static fromGlob(i,s={}){return e.AST.fromGlob(i,dn(t,s))}},unescape:(n,i={})=>e.unescape(n,dn(t,i)),escape:(n,i={})=>e.escape(n,dn(t,i)),filter:(n,i={})=>e.filter(n,dn(t,i)),defaults:n=>e.defaults(dn(t,n)),makeRe:(n,i={})=>e.makeRe(n,dn(t,i)),braceExpand:(n,i={})=>e.braceExpand(n,dn(t,i)),match:(n,i,s={})=>e.match(n,i,dn(t,s)),sep:e.sep,GLOBSTAR:nr})};Sr.defaults=BH;var gO=(t,e={})=>(el(t),e.nobrace||!/\{(?:(?!\{).)*\}/.test(t)?[t]:(0,fO.default)(t));Sr.braceExpand=gO;var FH=(t,e={})=>new Yr(t,e).makeRe();Sr.makeRe=FH;var jH=(t,e,r={})=>{let n=new Yr(e,r);return t=t.filter(i=>n.match(i)),n.options.nonull&&!t.length&&t.push(e),t};Sr.match=jH;var dO=/[?*]|[+@!]\(.*?\)|\[|\]/,UH=t=>t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Yr=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(e,r={}){el(e),r=r||{},this.options=r,this.pattern=e,this.platform=r.platform||mO,this.isWindows=this.platform==="win32",this.windowsPathsNoEscape=!!r.windowsPathsNoEscape||r.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!r.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!r.nonegate,this.comment=!1,this.empty=!1,this.partial=!!r.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=r.windowsNoMagicRoot!==void 0?r.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let e of this.set)for(let r of e)if(typeof r!="string")return!0;return!1}debug(...e){}make(){let e=this.pattern,r=this.options;if(!r.nocomment&&e.charAt(0)==="#"){this.comment=!0;return}if(!e){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],r.debug&&(this.debug=(...s)=>console.error(...s)),this.debug(this.pattern,this.globSet);let n=this.globSet.map(s=>this.slashSplit(s));this.globParts=this.preprocess(n),this.debug(this.pattern,this.globParts);let i=this.globParts.map((s,o,a)=>{if(this.isWindows&&this.windowsNoMagicRoot){let c=s[0]===""&&s[1]===""&&(s[2]==="?"||!dO.test(s[2]))&&!dO.test(s[3]),l=/^[a-z]:/i.test(s[0]);if(c)return[...s.slice(0,4),...s.slice(4).map(u=>this.parse(u))];if(l)return[s[0],...s.slice(1).map(u=>this.parse(u))]}return s.map(c=>this.parse(c))});if(this.debug(this.pattern,i),this.set=i.filter(s=>s.indexOf(!1)===-1),this.isWindows)for(let s=0;s<this.set.length;s++){let o=this.set[s];o[0]===""&&o[1]===""&&this.globParts[s][2]==="?"&&typeof o[3]=="string"&&/^[a-z]:$/i.test(o[3])&&(o[2]="?")}this.debug(this.pattern,this.set)}preprocess(e){if(this.options.noglobstar)for(let n=0;n<e.length;n++)for(let i=0;i<e[n].length;i++)e[n][i]==="**"&&(e[n][i]="*");let{optimizationLevel:r=1}=this.options;return r>=2?(e=this.firstPhasePreProcess(e),e=this.secondPhasePreProcess(e)):r>=1?e=this.levelOneOptimize(e):e=this.adjascentGlobstarOptimize(e),e}adjascentGlobstarOptimize(e){return e.map(r=>{let n=-1;for(;(n=r.indexOf("**",n+1))!==-1;){let i=n;for(;r[i+1]==="**";)i++;i!==n&&r.splice(n,i-n)}return r})}levelOneOptimize(e){return e.map(r=>(r=r.reduce((n,i)=>{let s=n[n.length-1];return i==="**"&&s==="**"?n:i===".."&&s&&s!==".."&&s!=="."&&s!=="**"?(n.pop(),n):(n.push(i),n)},[]),r.length===0?[""]:r))}levelTwoFileOptimize(e){Array.isArray(e)||(e=this.slashSplit(e));let r=!1;do{if(r=!1,!this.preserveMultipleSlashes){for(let i=1;i<e.length-1;i++){let s=e[i];i===1&&s===""&&e[0]===""||(s==="."||s==="")&&(r=!0,e.splice(i,1),i--)}e[0]==="."&&e.length===2&&(e[1]==="."||e[1]==="")&&(r=!0,e.pop())}let n=0;for(;(n=e.indexOf("..",n+1))!==-1;){let i=e[n-1];i&&i!=="."&&i!==".."&&i!=="**"&&(r=!0,e.splice(n-1,2),n-=2)}}while(r);return e.length===0?[""]:e}firstPhasePreProcess(e){let r=!1;do{r=!1;for(let n of e){let i=-1;for(;(i=n.indexOf("**",i+1))!==-1;){let o=i;for(;n[o+1]==="**";)o++;o>i&&n.splice(i+1,o-i);let a=n[i+1],c=n[i+2],l=n[i+3];if(a!==".."||!c||c==="."||c===".."||!l||l==="."||l==="..")continue;r=!0,n.splice(i,1);let u=n.slice(0);u[i]="**",e.push(u),i--}if(!this.preserveMultipleSlashes){for(let o=1;o<n.length-1;o++){let a=n[o];o===1&&a===""&&n[0]===""||(a==="."||a==="")&&(r=!0,n.splice(o,1),o--)}n[0]==="."&&n.length===2&&(n[1]==="."||n[1]==="")&&(r=!0,n.pop())}let s=0;for(;(s=n.indexOf("..",s+1))!==-1;){let o=n[s-1];if(o&&o!=="."&&o!==".."&&o!=="**"){r=!0;let c=s===1&&n[s+1]==="**"?["."]:[];n.splice(s-1,2,...c),n.length===0&&n.push(""),s-=2}}}}while(r);return e}secondPhasePreProcess(e){for(let r=0;r<e.length-1;r++)for(let n=r+1;n<e.length;n++){let i=this.partsMatch(e[r],e[n],!this.preserveMultipleSlashes);if(i){e[r]=[],e[n]=i;break}}return e.filter(r=>r.length)}partsMatch(e,r,n=!1){let i=0,s=0,o=[],a="";for(;i<e.length&&s<r.length;)if(e[i]===r[s])o.push(a==="b"?r[s]:e[i]),i++,s++;else if(n&&e[i]==="**"&&r[s]===e[i+1])o.push(e[i]),i++;else if(n&&r[s]==="**"&&e[i]===r[s+1])o.push(r[s]),s++;else if(e[i]==="*"&&r[s]&&(this.options.dot||!r[s].startsWith("."))&&r[s]!=="**"){if(a==="b")return!1;a="a",o.push(e[i]),i++,s++}else if(r[s]==="*"&&e[i]&&(this.options.dot||!e[i].startsWith("."))&&e[i]!=="**"){if(a==="a")return!1;a="b",o.push(r[s]),i++,s++}else return!1;return e.length===r.length&&o}parseNegate(){if(this.nonegate)return;let e=this.pattern,r=!1,n=0;for(let i=0;i<e.length&&e.charAt(i)==="!";i++)r=!r,n++;n&&(this.pattern=e.slice(n)),this.negate=r}matchOne(e,r,n=!1){let i=this.options;if(this.isWindows){let h=typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0]),v=!h&&e[0]===""&&e[1]===""&&e[2]==="?"&&/^[a-z]:$/i.test(e[3]),S=typeof r[0]=="string"&&/^[a-z]:$/i.test(r[0]),_=!S&&r[0]===""&&r[1]===""&&r[2]==="?"&&typeof r[3]=="string"&&/^[a-z]:$/i.test(r[3]),T=v?3:h?0:void 0,R=_?3:S?0:void 0;if(typeof T=="number"&&typeof R=="number"){let[C,B]=[e[T],r[R]];C.toLowerCase()===B.toLowerCase()&&(r[R]=C,R>T?r=r.slice(R):T>R&&(e=e.slice(T)))}}let{optimizationLevel:s=1}=this.options;s>=2&&(e=this.levelTwoFileOptimize(e)),this.debug("matchOne",this,{file:e,pattern:r}),this.debug("matchOne",e.length,r.length);for(var o=0,a=0,c=e.length,l=r.length;o<c&&a<l;o++,a++){this.debug("matchOne loop");var u=r[a],d=e[o];if(this.debug(r,u,d),u===!1)return!1;if(u===nr){this.debug("GLOBSTAR",[r,u,d]);var f=o,p=a+1;if(p===l){for(this.debug("** at the end");o<c;o++)if(e[o]==="."||e[o]===".."||!i.dot&&e[o].charAt(0)===".")return!1;return!0}for(;f<c;){var y=e[f];if(this.debug(`
295
- globstar while`,e,f,r,p,y),this.matchOne(e.slice(f),r.slice(p),n))return this.debug("globstar found match!",f,c,y),!0;if(y==="."||y===".."||!i.dot&&y.charAt(0)==="."){this.debug("dot detected!",e,f,r,p);break}this.debug("globstar swallow a segment, and continue"),f++}return!!(n&&(this.debug(`
296
- >>> no match, partial?`,e,f,r,p),f===c))}let h;if(typeof u=="string"?(h=d===u,this.debug("string match",u,d,h)):(h=u.test(d),this.debug("pattern match",u,d,h)),!h)return!1}if(o===c&&a===l)return!0;if(o===c)return n;if(a===l)return o===c-1&&e[o]==="";throw new Error("wtf?")}braceExpand(){return gO(this.pattern,this.options)}parse(e){el(e);let r=this.options;if(e==="**")return nr;if(e==="")return"";let n,i=null;(n=e.match(RH))?i=r.dot?wH:EH:(n=e.match(mH))?i=(r.nocase?r.dot?TH:vH:r.dot?yH:gH)(n[1]):(n=e.match(kH))?i=(r.nocase?r.dot?DH:CH:r.dot?AH:IH)(n):(n=e.match(bH))?i=r.dot?SH:_H:(n=e.match(NH))&&(i=PH);let s=ga.fromGlob(e,this.options).toMMPattern();return i&&typeof s=="object"&&Reflect.defineProperty(s,"test",{value:i}),s}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let e=this.set;if(!e.length)return this.regexp=!1,this.regexp;let r=this.options,n=r.noglobstar?MH:r.dot?qH:LH,i=new Set(r.nocase?["i"]:[]),s=e.map(c=>{let l=c.map(u=>{if(u instanceof RegExp)for(let d of u.flags.split(""))i.add(d);return typeof u=="string"?UH(u):u===nr?nr:u._src});return l.forEach((u,d)=>{let f=l[d+1],p=l[d-1];u!==nr||p===nr||(p===void 0?f!==void 0&&f!==nr?l[d+1]="(?:\\/|"+n+"\\/)?"+f:l[d]=n:f===void 0?l[d-1]=p+"(?:\\/|"+n+")?":f!==nr&&(l[d-1]=p+"(?:\\/|\\/"+n+"\\/)"+f,l[d+1]=nr))}),l.filter(u=>u!==nr).join("/")}).join("|"),[o,a]=e.length>1?["(?:",")"]:["",""];s="^"+o+s+a+"$",this.negate&&(s="^(?!"+s+").+$");try{this.regexp=new RegExp(s,[...i].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,r=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&r)return!0;let n=this.options;this.isWindows&&(e=e.split("\\").join("/"));let i=this.slashSplit(e);this.debug(this.pattern,"split",i);let s=this.set;this.debug(this.pattern,"set",s);let o=i[i.length-1];if(!o)for(let a=i.length-2;!o&&a>=0;a--)o=i[a];for(let a=0;a<s.length;a++){let c=s[a],l=i;if(n.matchBase&&c.length===1&&(l=[o]),this.matchOne(l,c,r))return n.flipNegate?!0:!this.negate}return n.flipNegate?!1:this.negate}static defaults(e){return Sr.defaults(e).Minimatch}};Sr.AST=ga;Sr.Minimatch=Yr;Sr.escape=ya;Sr.unescape=xn;var FO=require("node:url");var va=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,vO=new Set,_v=typeof process=="object"&&process?process:{},TO=(t,e,r,n)=>{typeof _v.emitWarning=="function"?_v.emitWarning(t,e,r,n):console.error(`[${r}] ${e}: ${t}`)},Ip=globalThis.AbortController,yO=globalThis.AbortSignal;if(typeof Ip>"u"){yO=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(n,i){this._onabort.push(i)}},Ip=class{constructor(){e()}signal=new yO;abort(n){if(!this.signal.aborted){this.signal.reason=n,this.signal.aborted=!0;for(let i of this.signal._onabort)i(n);this.signal.onabort?.(n)}}};let t=_v.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=()=>{t&&(t=!1,TO("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",e))}}var HH=t=>!vO.has(t),YSe=Symbol("type"),ds=t=>t&&t===Math.floor(t)&&t>0&&isFinite(t),bO=t=>ds(t)?t<=Math.pow(2,8)?Uint8Array:t<=Math.pow(2,16)?Uint16Array:t<=Math.pow(2,32)?Uint32Array:t<=Number.MAX_SAFE_INTEGER?Ta:null:null,Ta=class extends Array{constructor(e){super(e),this.fill(0)}},Sv=class t{heap;length;static#e=!1;static create(e){let r=bO(e);if(!r)return[];t.#e=!0;let n=new t(e,r);return t.#e=!1,n}constructor(e,r){if(!t.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new r(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}},rl=class t{#e;#t;#i;#r;#o;#f;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#l;#d;#a;#c;#s;#y;#v;#h;#p;#N;#g;#P;#R;#b;#_;#S;#m;static unsafeExposeInternals(e){return{starts:e.#R,ttls:e.#b,sizes:e.#P,keyMap:e.#a,keyList:e.#c,valList:e.#s,next:e.#y,prev:e.#v,get head(){return e.#h},get tail(){return e.#p},free:e.#N,isBackgroundFetch:r=>e.#u(r),backgroundFetch:(r,n,i,s)=>e.#$(r,n,i,s),moveToTail:r=>e.#F(r),indexes:r=>e.#w(r),rindexes:r=>e.#k(r),isStale:r=>e.#T(r)}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#d}get size(){return this.#l}get fetchMethod(){return this.#o}get memoMethod(){return this.#f}get dispose(){return this.#i}get disposeAfter(){return this.#r}constructor(e){let{max:r=0,ttl:n,ttlResolution:i=1,ttlAutopurge:s,updateAgeOnGet:o,updateAgeOnHas:a,allowStale:c,dispose:l,disposeAfter:u,noDisposeOnSet:d,noUpdateTTL:f,maxSize:p=0,maxEntrySize:y=0,sizeCalculation:h,fetchMethod:v,memoMethod:S,noDeleteOnFetchRejection:_,noDeleteOnStaleGet:T,allowStaleOnFetchRejection:R,allowStaleOnFetchAbort:C,ignoreFetchAbort:B}=e;if(r!==0&&!ds(r))throw new TypeError("max option must be a nonnegative integer");let U=r?bO(r):Array;if(!U)throw new Error("invalid max value: "+r);if(this.#e=r,this.#t=p,this.maxEntrySize=y||this.#t,this.sizeCalculation=h,this.sizeCalculation){if(!this.#t&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(S!==void 0&&typeof S!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#f=S,v!==void 0&&typeof v!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#o=v,this.#S=!!v,this.#a=new Map,this.#c=new Array(r).fill(void 0),this.#s=new Array(r).fill(void 0),this.#y=new U(r),this.#v=new U(r),this.#h=0,this.#p=0,this.#N=Sv.create(r),this.#l=0,this.#d=0,typeof l=="function"&&(this.#i=l),typeof u=="function"?(this.#r=u,this.#g=[]):(this.#r=void 0,this.#g=void 0),this.#_=!!this.#i,this.#m=!!this.#r,this.noDisposeOnSet=!!d,this.noUpdateTTL=!!f,this.noDeleteOnFetchRejection=!!_,this.allowStaleOnFetchRejection=!!R,this.allowStaleOnFetchAbort=!!C,this.ignoreFetchAbort=!!B,this.maxEntrySize!==0){if(this.#t!==0&&!ds(this.#t))throw new TypeError("maxSize must be a positive integer if specified");if(!ds(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#D()}if(this.allowStale=!!c,this.noDeleteOnStaleGet=!!T,this.updateAgeOnGet=!!o,this.updateAgeOnHas=!!a,this.ttlResolution=ds(i)||i===0?i:1,this.ttlAutopurge=!!s,this.ttl=n||0,this.ttl){if(!ds(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#C()}if(this.#e===0&&this.ttl===0&&this.#t===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#t){let H="LRU_CACHE_UNBOUNDED";HH(H)&&(vO.add(H),TO("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",H,t))}}getRemainingTTL(e){return this.#a.has(e)?1/0:0}#C(){let e=new Ta(this.#e),r=new Ta(this.#e);this.#b=e,this.#R=r,this.#I=(s,o,a=va.now())=>{if(r[s]=o!==0?a:0,e[s]=o,o!==0&&this.ttlAutopurge){let c=setTimeout(()=>{this.#T(s)&&this.#A(this.#c[s],"expire")},o+1);c.unref&&c.unref()}},this.#E=s=>{r[s]=e[s]!==0?va.now():0},this.#n=(s,o)=>{if(e[o]){let a=e[o],c=r[o];if(!a||!c)return;s.ttl=a,s.start=c,s.now=n||i();let l=s.now-c;s.remainingTTL=a-l}};let n=0,i=()=>{let s=va.now();if(this.ttlResolution>0){n=s;let o=setTimeout(()=>n=0,this.ttlResolution);o.unref&&o.unref()}return s};this.getRemainingTTL=s=>{let o=this.#a.get(s);if(o===void 0)return 0;let a=e[o],c=r[o];if(!a||!c)return 1/0;let l=(n||i())-c;return a-l},this.#T=s=>{let o=r[s],a=e[s];return!!a&&!!o&&(n||i())-o>a}}#E=()=>{};#n=()=>{};#I=()=>{};#T=()=>!1;#D(){let e=new Ta(this.#e);this.#d=0,this.#P=e,this.#O=r=>{this.#d-=e[r],e[r]=0},this.#M=(r,n,i,s)=>{if(this.#u(n))return 0;if(!ds(i))if(s){if(typeof s!="function")throw new TypeError("sizeCalculation must be a function");if(i=s(n,r),!ds(i))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return i},this.#x=(r,n,i)=>{if(e[r]=n,this.#t){let s=this.#t-e[r];for(;this.#d>s;)this.#L(!0)}this.#d+=e[r],i&&(i.entrySize=n,i.totalCalculatedSize=this.#d)}}#O=e=>{};#x=(e,r,n)=>{};#M=(e,r,n,i)=>{if(n||i)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#w({allowStale:e=this.allowStale}={}){if(this.#l)for(let r=this.#p;!(!this.#q(r)||((e||!this.#T(r))&&(yield r),r===this.#h));)r=this.#v[r]}*#k({allowStale:e=this.allowStale}={}){if(this.#l)for(let r=this.#h;!(!this.#q(r)||((e||!this.#T(r))&&(yield r),r===this.#p));)r=this.#y[r]}#q(e){return e!==void 0&&this.#a.get(this.#c[e])===e}*entries(){for(let e of this.#w())this.#s[e]!==void 0&&this.#c[e]!==void 0&&!this.#u(this.#s[e])&&(yield[this.#c[e],this.#s[e]])}*rentries(){for(let e of this.#k())this.#s[e]!==void 0&&this.#c[e]!==void 0&&!this.#u(this.#s[e])&&(yield[this.#c[e],this.#s[e]])}*keys(){for(let e of this.#w()){let r=this.#c[e];r!==void 0&&!this.#u(this.#s[e])&&(yield r)}}*rkeys(){for(let e of this.#k()){let r=this.#c[e];r!==void 0&&!this.#u(this.#s[e])&&(yield r)}}*values(){for(let e of this.#w())this.#s[e]!==void 0&&!this.#u(this.#s[e])&&(yield this.#s[e])}*rvalues(){for(let e of this.#k())this.#s[e]!==void 0&&!this.#u(this.#s[e])&&(yield this.#s[e])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(e,r={}){for(let n of this.#w()){let i=this.#s[n],s=this.#u(i)?i.__staleWhileFetching:i;if(s!==void 0&&e(s,this.#c[n],this))return this.get(this.#c[n],r)}}forEach(e,r=this){for(let n of this.#w()){let i=this.#s[n],s=this.#u(i)?i.__staleWhileFetching:i;s!==void 0&&e.call(r,s,this.#c[n],this)}}rforEach(e,r=this){for(let n of this.#k()){let i=this.#s[n],s=this.#u(i)?i.__staleWhileFetching:i;s!==void 0&&e.call(r,s,this.#c[n],this)}}purgeStale(){let e=!1;for(let r of this.#k({allowStale:!0}))this.#T(r)&&(this.#A(this.#c[r],"expire"),e=!0);return e}info(e){let r=this.#a.get(e);if(r===void 0)return;let n=this.#s[r],i=this.#u(n)?n.__staleWhileFetching:n;if(i===void 0)return;let s={value:i};if(this.#b&&this.#R){let o=this.#b[r],a=this.#R[r];if(o&&a){let c=o-(va.now()-a);s.ttl=c,s.start=Date.now()}}return this.#P&&(s.size=this.#P[r]),s}dump(){let e=[];for(let r of this.#w({allowStale:!0})){let n=this.#c[r],i=this.#s[r],s=this.#u(i)?i.__staleWhileFetching:i;if(s===void 0||n===void 0)continue;let o={value:s};if(this.#b&&this.#R){o.ttl=this.#b[r];let a=va.now()-this.#R[r];o.start=Math.floor(Date.now()-a)}this.#P&&(o.size=this.#P[r]),e.unshift([n,o])}return e}load(e){this.clear();for(let[r,n]of e){if(n.start){let i=Date.now()-n.start;n.start=va.now()-i}this.set(r,n.value,n)}}set(e,r,n={}){if(r===void 0)return this.delete(e),this;let{ttl:i=this.ttl,start:s,noDisposeOnSet:o=this.noDisposeOnSet,sizeCalculation:a=this.sizeCalculation,status:c}=n,{noUpdateTTL:l=this.noUpdateTTL}=n,u=this.#M(e,r,n.size||0,a);if(this.maxEntrySize&&u>this.maxEntrySize)return c&&(c.set="miss",c.maxEntrySizeExceeded=!0),this.#A(e,"set"),this;let d=this.#l===0?void 0:this.#a.get(e);if(d===void 0)d=this.#l===0?this.#p:this.#N.length!==0?this.#N.pop():this.#l===this.#e?this.#L(!1):this.#l,this.#c[d]=e,this.#s[d]=r,this.#a.set(e,d),this.#y[this.#p]=d,this.#v[d]=this.#p,this.#p=d,this.#l++,this.#x(d,u,c),c&&(c.set="add"),l=!1;else{this.#F(d);let f=this.#s[d];if(r!==f){if(this.#S&&this.#u(f)){f.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:p}=f;p!==void 0&&!o&&(this.#_&&this.#i?.(p,e,"set"),this.#m&&this.#g?.push([p,e,"set"]))}else o||(this.#_&&this.#i?.(f,e,"set"),this.#m&&this.#g?.push([f,e,"set"]));if(this.#O(d),this.#x(d,u,c),this.#s[d]=r,c){c.set="replace";let p=f&&this.#u(f)?f.__staleWhileFetching:f;p!==void 0&&(c.oldValue=p)}}else c&&(c.set="update")}if(i!==0&&!this.#b&&this.#C(),this.#b&&(l||this.#I(d,i,s),c&&this.#n(c,d)),!o&&this.#m&&this.#g){let f=this.#g,p;for(;p=f?.shift();)this.#r?.(...p)}return this}pop(){try{for(;this.#l;){let e=this.#s[this.#h];if(this.#L(!0),this.#u(e)){if(e.__staleWhileFetching)return e.__staleWhileFetching}else if(e!==void 0)return e}}finally{if(this.#m&&this.#g){let e=this.#g,r;for(;r=e?.shift();)this.#r?.(...r)}}}#L(e){let r=this.#h,n=this.#c[r],i=this.#s[r];return this.#S&&this.#u(i)?i.__abortController.abort(new Error("evicted")):(this.#_||this.#m)&&(this.#_&&this.#i?.(i,n,"evict"),this.#m&&this.#g?.push([i,n,"evict"])),this.#O(r),e&&(this.#c[r]=void 0,this.#s[r]=void 0,this.#N.push(r)),this.#l===1?(this.#h=this.#p=0,this.#N.length=0):this.#h=this.#y[r],this.#a.delete(n),this.#l--,r}has(e,r={}){let{updateAgeOnHas:n=this.updateAgeOnHas,status:i}=r,s=this.#a.get(e);if(s!==void 0){let o=this.#s[s];if(this.#u(o)&&o.__staleWhileFetching===void 0)return!1;if(this.#T(s))i&&(i.has="stale",this.#n(i,s));else return n&&this.#E(s),i&&(i.has="hit",this.#n(i,s)),!0}else i&&(i.has="miss");return!1}peek(e,r={}){let{allowStale:n=this.allowStale}=r,i=this.#a.get(e);if(i===void 0||!n&&this.#T(i))return;let s=this.#s[i];return this.#u(s)?s.__staleWhileFetching:s}#$(e,r,n,i){let s=r===void 0?void 0:this.#s[r];if(this.#u(s))return s;let o=new Ip,{signal:a}=n;a?.addEventListener("abort",()=>o.abort(a.reason),{signal:o.signal});let c={signal:o.signal,options:n,context:i},l=(h,v=!1)=>{let{aborted:S}=o.signal,_=n.ignoreFetchAbort&&h!==void 0;if(n.status&&(S&&!v?(n.status.fetchAborted=!0,n.status.fetchError=o.signal.reason,_&&(n.status.fetchAbortIgnored=!0)):n.status.fetchResolved=!0),S&&!_&&!v)return d(o.signal.reason);let T=p;return this.#s[r]===p&&(h===void 0?T.__staleWhileFetching?this.#s[r]=T.__staleWhileFetching:this.#A(e,"fetch"):(n.status&&(n.status.fetchUpdated=!0),this.set(e,h,c.options))),h},u=h=>(n.status&&(n.status.fetchRejected=!0,n.status.fetchError=h),d(h)),d=h=>{let{aborted:v}=o.signal,S=v&&n.allowStaleOnFetchAbort,_=S||n.allowStaleOnFetchRejection,T=_||n.noDeleteOnFetchRejection,R=p;if(this.#s[r]===p&&(!T||R.__staleWhileFetching===void 0?this.#A(e,"fetch"):S||(this.#s[r]=R.__staleWhileFetching)),_)return n.status&&R.__staleWhileFetching!==void 0&&(n.status.returnedStale=!0),R.__staleWhileFetching;if(R.__returned===R)throw h},f=(h,v)=>{let S=this.#o?.(e,s,c);S&&S instanceof Promise&&S.then(_=>h(_===void 0?void 0:_),v),o.signal.addEventListener("abort",()=>{(!n.ignoreFetchAbort||n.allowStaleOnFetchAbort)&&(h(void 0),n.allowStaleOnFetchAbort&&(h=_=>l(_,!0)))})};n.status&&(n.status.fetchDispatched=!0);let p=new Promise(f).then(l,u),y=Object.assign(p,{__abortController:o,__staleWhileFetching:s,__returned:void 0});return r===void 0?(this.set(e,y,{...c.options,status:void 0}),r=this.#a.get(e)):this.#s[r]=y,y}#u(e){if(!this.#S)return!1;let r=e;return!!r&&r instanceof Promise&&r.hasOwnProperty("__staleWhileFetching")&&r.__abortController instanceof Ip}async fetch(e,r={}){let{allowStale:n=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,ttl:o=this.ttl,noDisposeOnSet:a=this.noDisposeOnSet,size:c=0,sizeCalculation:l=this.sizeCalculation,noUpdateTTL:u=this.noUpdateTTL,noDeleteOnFetchRejection:d=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:f=this.allowStaleOnFetchRejection,ignoreFetchAbort:p=this.ignoreFetchAbort,allowStaleOnFetchAbort:y=this.allowStaleOnFetchAbort,context:h,forceRefresh:v=!1,status:S,signal:_}=r;if(!this.#S)return S&&(S.fetch="get"),this.get(e,{allowStale:n,updateAgeOnGet:i,noDeleteOnStaleGet:s,status:S});let T={allowStale:n,updateAgeOnGet:i,noDeleteOnStaleGet:s,ttl:o,noDisposeOnSet:a,size:c,sizeCalculation:l,noUpdateTTL:u,noDeleteOnFetchRejection:d,allowStaleOnFetchRejection:f,allowStaleOnFetchAbort:y,ignoreFetchAbort:p,status:S,signal:_},R=this.#a.get(e);if(R===void 0){S&&(S.fetch="miss");let C=this.#$(e,R,T,h);return C.__returned=C}else{let C=this.#s[R];if(this.#u(C)){let Je=n&&C.__staleWhileFetching!==void 0;return S&&(S.fetch="inflight",Je&&(S.returnedStale=!0)),Je?C.__staleWhileFetching:C.__returned=C}let B=this.#T(R);if(!v&&!B)return S&&(S.fetch="hit"),this.#F(R),i&&this.#E(R),S&&this.#n(S,R),C;let U=this.#$(e,R,T,h),me=U.__staleWhileFetching!==void 0&&n;return S&&(S.fetch=B?"stale":"refresh",me&&B&&(S.returnedStale=!0)),me?U.__staleWhileFetching:U.__returned=U}}async forceFetch(e,r={}){let n=await this.fetch(e,r);if(n===void 0)throw new Error("fetch() returned undefined");return n}memo(e,r={}){let n=this.#f;if(!n)throw new Error("no memoMethod provided to constructor");let{context:i,forceRefresh:s,...o}=r,a=this.get(e,o);if(!s&&a!==void 0)return a;let c=n(e,a,{options:o,context:i});return this.set(e,c,o),c}get(e,r={}){let{allowStale:n=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,status:o}=r,a=this.#a.get(e);if(a!==void 0){let c=this.#s[a],l=this.#u(c);return o&&this.#n(o,a),this.#T(a)?(o&&(o.get="stale"),l?(o&&n&&c.__staleWhileFetching!==void 0&&(o.returnedStale=!0),n?c.__staleWhileFetching:void 0):(s||this.#A(e,"expire"),o&&n&&(o.returnedStale=!0),n?c:void 0)):(o&&(o.get="hit"),l?c.__staleWhileFetching:(this.#F(a),i&&this.#E(a),c))}else o&&(o.get="miss")}#B(e,r){this.#v[r]=e,this.#y[e]=r}#F(e){e!==this.#p&&(e===this.#h?this.#h=this.#y[e]:this.#B(this.#v[e],this.#y[e]),this.#B(this.#p,e),this.#p=e)}delete(e){return this.#A(e,"delete")}#A(e,r){let n=!1;if(this.#l!==0){let i=this.#a.get(e);if(i!==void 0)if(n=!0,this.#l===1)this.#j(r);else{this.#O(i);let s=this.#s[i];if(this.#u(s)?s.__abortController.abort(new Error("deleted")):(this.#_||this.#m)&&(this.#_&&this.#i?.(s,e,r),this.#m&&this.#g?.push([s,e,r])),this.#a.delete(e),this.#c[i]=void 0,this.#s[i]=void 0,i===this.#p)this.#p=this.#v[i];else if(i===this.#h)this.#h=this.#y[i];else{let o=this.#v[i];this.#y[o]=this.#y[i];let a=this.#y[i];this.#v[a]=this.#v[i]}this.#l--,this.#N.push(i)}}if(this.#m&&this.#g?.length){let i=this.#g,s;for(;s=i?.shift();)this.#r?.(...s)}return n}clear(){return this.#j("delete")}#j(e){for(let r of this.#k({allowStale:!0})){let n=this.#s[r];if(this.#u(n))n.__abortController.abort(new Error("deleted"));else{let i=this.#c[r];this.#_&&this.#i?.(n,i,e),this.#m&&this.#g?.push([n,i,e])}}if(this.#a.clear(),this.#s.fill(void 0),this.#c.fill(void 0),this.#b&&this.#R&&(this.#b.fill(0),this.#R.fill(0)),this.#P&&this.#P.fill(0),this.#h=0,this.#p=0,this.#N.length=0,this.#d=0,this.#l=0,this.#m&&this.#g){let r=this.#g,n;for(;n=r?.shift();)this.#r?.(...n)}}};var Sa=require("node:path"),DO=require("node:url"),ai=require("fs"),ZH=M(require("node:fs"),1),hs=require("node:fs/promises");var Bp=require("node:events"),Cv=M(require("node:stream"),1),RO=require("node:string_decoder"),_O=typeof process=="object"&&process?process:{stdout:null,stderr:null},VH=t=>!!t&&typeof t=="object"&&(t instanceof ps||t instanceof Cv.default||zH(t)||WH(t)),zH=t=>!!t&&typeof t=="object"&&t instanceof Bp.EventEmitter&&typeof t.pipe=="function"&&t.pipe!==Cv.default.Writable.prototype.pipe,WH=t=>!!t&&typeof t=="object"&&t instanceof Bp.EventEmitter&&typeof t.write=="function"&&typeof t.end=="function",Di=Symbol("EOF"),Ai=Symbol("maybeEmitEnd"),fs=Symbol("emittedEnd"),Op=Symbol("emittingEnd"),nl=Symbol("emittedError"),xp=Symbol("closed"),SO=Symbol("read"),Mp=Symbol("flush"),NO=Symbol("flushChunk"),Mn=Symbol("encoding"),ba=Symbol("decoder"),Kt=Symbol("flowing"),il=Symbol("paused"),_a=Symbol("resume"),Xt=Symbol("buffer"),Nr=Symbol("pipes"),Jt=Symbol("bufferLength"),Nv=Symbol("bufferPush"),qp=Symbol("bufferShift"),pr=Symbol("objectMode"),It=Symbol("destroyed"),Pv=Symbol("error"),Rv=Symbol("emitData"),PO=Symbol("emitEnd"),Ev=Symbol("emitEnd2"),si=Symbol("async"),wv=Symbol("abort"),Lp=Symbol("aborted"),sl=Symbol("signal"),Ks=Symbol("dataListeners"),Kr=Symbol("discarded"),ol=t=>Promise.resolve().then(t),GH=t=>t(),YH=t=>t==="end"||t==="finish"||t==="prefinish",KH=t=>t instanceof ArrayBuffer||!!t&&typeof t=="object"&&t.constructor&&t.constructor.name==="ArrayBuffer"&&t.byteLength>=0,XH=t=>!Buffer.isBuffer(t)&&ArrayBuffer.isView(t),$p=class{src;dest;opts;ondrain;constructor(e,r,n){this.src=e,this.dest=r,this.opts=n,this.ondrain=()=>e[_a](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(e){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},kv=class extends $p{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(e,r,n){super(e,r,n),this.proxyErrors=i=>r.emit("error",i),e.on("error",this.proxyErrors)}},JH=t=>!!t.objectMode,QH=t=>!t.objectMode&&!!t.encoding&&t.encoding!=="buffer",ps=class extends Bp.EventEmitter{[Kt]=!1;[il]=!1;[Nr]=[];[Xt]=[];[pr];[Mn];[si];[ba];[Di]=!1;[fs]=!1;[Op]=!1;[xp]=!1;[nl]=null;[Jt]=0;[It]=!1;[sl];[Lp]=!1;[Ks]=0;[Kr]=!1;writable=!0;readable=!0;constructor(...e){let r=e[0]||{};if(super(),r.objectMode&&typeof r.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");JH(r)?(this[pr]=!0,this[Mn]=null):QH(r)?(this[Mn]=r.encoding,this[pr]=!1):(this[pr]=!1,this[Mn]=null),this[si]=!!r.async,this[ba]=this[Mn]?new RO.StringDecoder(this[Mn]):null,r&&r.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[Xt]}),r&&r.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[Nr]});let{signal:n}=r;n&&(this[sl]=n,n.aborted?this[wv]():n.addEventListener("abort",()=>this[wv]()))}get bufferLength(){return this[Jt]}get encoding(){return this[Mn]}set encoding(e){throw new Error("Encoding must be set at instantiation time")}setEncoding(e){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[pr]}set objectMode(e){throw new Error("objectMode must be set at instantiation time")}get async(){return this[si]}set async(e){this[si]=this[si]||!!e}[wv](){this[Lp]=!0,this.emit("abort",this[sl]?.reason),this.destroy(this[sl]?.reason)}get aborted(){return this[Lp]}set aborted(e){}write(e,r,n){if(this[Lp])return!1;if(this[Di])throw new Error("write after end");if(this[It])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof r=="function"&&(n=r,r="utf8"),r||(r="utf8");let i=this[si]?ol:GH;if(!this[pr]&&!Buffer.isBuffer(e)){if(XH(e))e=Buffer.from(e.buffer,e.byteOffset,e.byteLength);else if(KH(e))e=Buffer.from(e);else if(typeof e!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[pr]?(this[Kt]&&this[Jt]!==0&&this[Mp](!0),this[Kt]?this.emit("data",e):this[Nv](e),this[Jt]!==0&&this.emit("readable"),n&&i(n),this[Kt]):e.length?(typeof e=="string"&&!(r===this[Mn]&&!this[ba]?.lastNeed)&&(e=Buffer.from(e,r)),Buffer.isBuffer(e)&&this[Mn]&&(e=this[ba].write(e)),this[Kt]&&this[Jt]!==0&&this[Mp](!0),this[Kt]?this.emit("data",e):this[Nv](e),this[Jt]!==0&&this.emit("readable"),n&&i(n),this[Kt]):(this[Jt]!==0&&this.emit("readable"),n&&i(n),this[Kt])}read(e){if(this[It])return null;if(this[Kr]=!1,this[Jt]===0||e===0||e&&e>this[Jt])return this[Ai](),null;this[pr]&&(e=null),this[Xt].length>1&&!this[pr]&&(this[Xt]=[this[Mn]?this[Xt].join(""):Buffer.concat(this[Xt],this[Jt])]);let r=this[SO](e||null,this[Xt][0]);return this[Ai](),r}[SO](e,r){if(this[pr])this[qp]();else{let n=r;e===n.length||e===null?this[qp]():typeof n=="string"?(this[Xt][0]=n.slice(e),r=n.slice(0,e),this[Jt]-=e):(this[Xt][0]=n.subarray(e),r=n.subarray(0,e),this[Jt]-=e)}return this.emit("data",r),!this[Xt].length&&!this[Di]&&this.emit("drain"),r}end(e,r,n){return typeof e=="function"&&(n=e,e=void 0),typeof r=="function"&&(n=r,r="utf8"),e!==void 0&&this.write(e,r),n&&this.once("end",n),this[Di]=!0,this.writable=!1,(this[Kt]||!this[il])&&this[Ai](),this}[_a](){this[It]||(!this[Ks]&&!this[Nr].length&&(this[Kr]=!0),this[il]=!1,this[Kt]=!0,this.emit("resume"),this[Xt].length?this[Mp]():this[Di]?this[Ai]():this.emit("drain"))}resume(){return this[_a]()}pause(){this[Kt]=!1,this[il]=!0,this[Kr]=!1}get destroyed(){return this[It]}get flowing(){return this[Kt]}get paused(){return this[il]}[Nv](e){this[pr]?this[Jt]+=1:this[Jt]+=e.length,this[Xt].push(e)}[qp](){return this[pr]?this[Jt]-=1:this[Jt]-=this[Xt][0].length,this[Xt].shift()}[Mp](e=!1){do;while(this[NO](this[qp]())&&this[Xt].length);!e&&!this[Xt].length&&!this[Di]&&this.emit("drain")}[NO](e){return this.emit("data",e),this[Kt]}pipe(e,r){if(this[It])return e;this[Kr]=!1;let n=this[fs];return r=r||{},e===_O.stdout||e===_O.stderr?r.end=!1:r.end=r.end!==!1,r.proxyErrors=!!r.proxyErrors,n?r.end&&e.end():(this[Nr].push(r.proxyErrors?new kv(this,e,r):new $p(this,e,r)),this[si]?ol(()=>this[_a]()):this[_a]()),e}unpipe(e){let r=this[Nr].find(n=>n.dest===e);r&&(this[Nr].length===1?(this[Kt]&&this[Ks]===0&&(this[Kt]=!1),this[Nr]=[]):this[Nr].splice(this[Nr].indexOf(r),1),r.unpipe())}addListener(e,r){return this.on(e,r)}on(e,r){let n=super.on(e,r);if(e==="data")this[Kr]=!1,this[Ks]++,!this[Nr].length&&!this[Kt]&&this[_a]();else if(e==="readable"&&this[Jt]!==0)super.emit("readable");else if(YH(e)&&this[fs])super.emit(e),this.removeAllListeners(e);else if(e==="error"&&this[nl]){let i=r;this[si]?ol(()=>i.call(this,this[nl])):i.call(this,this[nl])}return n}removeListener(e,r){return this.off(e,r)}off(e,r){let n=super.off(e,r);return e==="data"&&(this[Ks]=this.listeners("data").length,this[Ks]===0&&!this[Kr]&&!this[Nr].length&&(this[Kt]=!1)),n}removeAllListeners(e){let r=super.removeAllListeners(e);return(e==="data"||e===void 0)&&(this[Ks]=0,!this[Kr]&&!this[Nr].length&&(this[Kt]=!1)),r}get emittedEnd(){return this[fs]}[Ai](){!this[Op]&&!this[fs]&&!this[It]&&this[Xt].length===0&&this[Di]&&(this[Op]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[xp]&&this.emit("close"),this[Op]=!1)}emit(e,...r){let n=r[0];if(e!=="error"&&e!=="close"&&e!==It&&this[It])return!1;if(e==="data")return!this[pr]&&!n?!1:this[si]?(ol(()=>this[Rv](n)),!0):this[Rv](n);if(e==="end")return this[PO]();if(e==="close"){if(this[xp]=!0,!this[fs]&&!this[It])return!1;let s=super.emit("close");return this.removeAllListeners("close"),s}else if(e==="error"){this[nl]=n,super.emit(Pv,n);let s=!this[sl]||this.listeners("error").length?super.emit("error",n):!1;return this[Ai](),s}else if(e==="resume"){let s=super.emit("resume");return this[Ai](),s}else if(e==="finish"||e==="prefinish"){let s=super.emit(e);return this.removeAllListeners(e),s}let i=super.emit(e,...r);return this[Ai](),i}[Rv](e){for(let n of this[Nr])n.dest.write(e)===!1&&this.pause();let r=this[Kr]?!1:super.emit("data",e);return this[Ai](),r}[PO](){return this[fs]?!1:(this[fs]=!0,this.readable=!1,this[si]?(ol(()=>this[Ev]()),!0):this[Ev]())}[Ev](){if(this[ba]){let r=this[ba].end();if(r){for(let n of this[Nr])n.dest.write(r);this[Kr]||super.emit("data",r)}}for(let r of this[Nr])r.end();let e=super.emit("end");return this.removeAllListeners("end"),e}async collect(){let e=Object.assign([],{dataLength:0});this[pr]||(e.dataLength=0);let r=this.promise();return this.on("data",n=>{e.push(n),this[pr]||(e.dataLength+=n.length)}),await r,e}async concat(){if(this[pr])throw new Error("cannot concat in objectMode");let e=await this.collect();return this[Mn]?e.join(""):Buffer.concat(e,e.dataLength)}async promise(){return new Promise((e,r)=>{this.on(It,()=>r(new Error("stream destroyed"))),this.on("error",n=>r(n)),this.on("end",()=>e())})}[Symbol.asyncIterator](){this[Kr]=!1;let e=!1,r=async()=>(this.pause(),e=!0,{value:void 0,done:!0});return{next:()=>{if(e)return r();let i=this.read();if(i!==null)return Promise.resolve({done:!1,value:i});if(this[Di])return r();let s,o,a=d=>{this.off("data",c),this.off("end",l),this.off(It,u),r(),o(d)},c=d=>{this.off("error",a),this.off("end",l),this.off(It,u),this.pause(),s({value:d,done:!!this[Di]})},l=()=>{this.off("error",a),this.off("data",c),this.off(It,u),r(),s({done:!0,value:void 0})},u=()=>a(new Error("stream destroyed"));return new Promise((d,f)=>{o=f,s=d,this.once(It,u),this.once("error",a),this.once("end",l),this.once("data",c)})},throw:r,return:r,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[Kr]=!1;let e=!1,r=()=>(this.pause(),this.off(Pv,r),this.off(It,r),this.off("end",r),e=!0,{done:!0,value:void 0}),n=()=>{if(e)return r();let i=this.read();return i===null?r():{done:!1,value:i}};return this.once("end",r),this.once(Pv,r),this.once(It,r),{next:n,throw:r,return:r,[Symbol.iterator](){return this}}}destroy(e){if(this[It])return e?this.emit("error",e):this.emit(It),this;this[It]=!0,this[Kr]=!0,this[Xt].length=0,this[Jt]=0;let r=this;return typeof r.close=="function"&&!this[xp]&&r.close(),e?this.emit("error",e):this.emit(It),this}static get isStream(){return VH}};var eV=ai.realpathSync.native,cl={lstatSync:ai.lstatSync,readdir:ai.readdir,readdirSync:ai.readdirSync,readlinkSync:ai.readlinkSync,realpathSync:eV,promises:{lstat:hs.lstat,readdir:hs.readdir,readlink:hs.readlink,realpath:hs.realpath}},AO=t=>!t||t===cl||t===ZH?cl:{...cl,...t,promises:{...cl.promises,...t.promises||{}}},IO=/^\\\\\?\\([a-z]:)\\?$/i,tV=t=>t.replace(/\//g,"\\").replace(IO,"$1\\"),rV=/[\\\/]/,pn=0,OO=1,xO=2,oi=4,MO=6,qO=8,Xs=10,LO=12,fn=15,al=~fn,Dv=16,EO=32,ll=64,qn=128,Fp=256,Up=512,wO=ll|qn|Up,nV=1023,Av=t=>t.isFile()?qO:t.isDirectory()?oi:t.isSymbolicLink()?Xs:t.isCharacterDevice()?xO:t.isBlockDevice()?MO:t.isSocket()?LO:t.isFIFO()?OO:pn,kO=new Map,ul=t=>{let e=kO.get(t);if(e)return e;let r=t.normalize("NFKD");return kO.set(t,r),r},CO=new Map,jp=t=>{let e=CO.get(t);if(e)return e;let r=ul(t.toLowerCase());return CO.set(t,r),r},Hp=class extends rl{constructor(){super({max:256})}},Iv=class extends rl{constructor(e=16*1024){super({maxSize:e,sizeCalculation:r=>r.length+1})}},$O=Symbol("PathScurry setAsCwd"),hr=class{name;root;roots;parent;nocase;isCWD=!1;#e;#t;get dev(){return this.#t}#i;get mode(){return this.#i}#r;get nlink(){return this.#r}#o;get uid(){return this.#o}#f;get gid(){return this.#f}#l;get rdev(){return this.#l}#d;get blksize(){return this.#d}#a;get ino(){return this.#a}#c;get size(){return this.#c}#s;get blocks(){return this.#s}#y;get atimeMs(){return this.#y}#v;get mtimeMs(){return this.#v}#h;get ctimeMs(){return this.#h}#p;get birthtimeMs(){return this.#p}#N;get atime(){return this.#N}#g;get mtime(){return this.#g}#P;get ctime(){return this.#P}#R;get birthtime(){return this.#R}#b;#_;#S;#m;#C;#E;#n;#I;#T;#D;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(e,r=pn,n,i,s,o,a){this.name=e,this.#b=s?jp(e):ul(e),this.#n=r&nV,this.nocase=s,this.roots=i,this.root=n||this,this.#I=o,this.#S=a.fullpath,this.#C=a.relative,this.#E=a.relativePosix,this.parent=a.parent,this.parent?this.#e=this.parent.#e:this.#e=AO(a.fs)}depth(){return this.#_!==void 0?this.#_:this.parent?this.#_=this.parent.depth()+1:this.#_=0}childrenCache(){return this.#I}resolve(e){if(!e)return this;let r=this.getRootString(e),i=e.substring(r.length).split(this.splitSep);return r?this.getRoot(r).#O(i):this.#O(i)}#O(e){let r=this;for(let n of e)r=r.child(n);return r}children(){let e=this.#I.get(this);if(e)return e;let r=Object.assign([],{provisional:0});return this.#I.set(this,r),this.#n&=~Dv,r}child(e,r){if(e===""||e===".")return this;if(e==="..")return this.parent||this;let n=this.children(),i=this.nocase?jp(e):ul(e);for(let c of n)if(c.#b===i)return c;let s=this.parent?this.sep:"",o=this.#S?this.#S+s+e:void 0,a=this.newChild(e,pn,{...r,parent:this,fullpath:o});return this.canReaddir()||(a.#n|=qn),n.push(a),a}relative(){if(this.isCWD)return"";if(this.#C!==void 0)return this.#C;let e=this.name,r=this.parent;if(!r)return this.#C=this.name;let n=r.relative();return n+(!n||!r.parent?"":this.sep)+e}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#E!==void 0)return this.#E;let e=this.name,r=this.parent;if(!r)return this.#E=this.fullpathPosix();let n=r.relativePosix();return n+(!n||!r.parent?"":"/")+e}fullpath(){if(this.#S!==void 0)return this.#S;let e=this.name,r=this.parent;if(!r)return this.#S=this.name;let i=r.fullpath()+(r.parent?this.sep:"")+e;return this.#S=i}fullpathPosix(){if(this.#m!==void 0)return this.#m;if(this.sep==="/")return this.#m=this.fullpath();if(!this.parent){let i=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(i)?this.#m=`//?/${i}`:this.#m=i}let e=this.parent,r=e.fullpathPosix(),n=r+(!r||!e.parent?"":"/")+this.name;return this.#m=n}isUnknown(){return(this.#n&fn)===pn}isType(e){return this[`is${e}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#n&fn)===qO}isDirectory(){return(this.#n&fn)===oi}isCharacterDevice(){return(this.#n&fn)===xO}isBlockDevice(){return(this.#n&fn)===MO}isFIFO(){return(this.#n&fn)===OO}isSocket(){return(this.#n&fn)===LO}isSymbolicLink(){return(this.#n&Xs)===Xs}lstatCached(){return this.#n&EO?this:void 0}readlinkCached(){return this.#T}realpathCached(){return this.#D}readdirCached(){let e=this.children();return e.slice(0,e.provisional)}canReadlink(){if(this.#T)return!0;if(!this.parent)return!1;let e=this.#n&fn;return!(e!==pn&&e!==Xs||this.#n&Fp||this.#n&qn)}calledReaddir(){return!!(this.#n&Dv)}isENOENT(){return!!(this.#n&qn)}isNamed(e){return this.nocase?this.#b===jp(e):this.#b===ul(e)}async readlink(){let e=this.#T;if(e)return e;if(this.canReadlink()&&this.parent)try{let r=await this.#e.promises.readlink(this.fullpath()),n=(await this.parent.realpath())?.resolve(r);if(n)return this.#T=n}catch(r){this.#u(r.code);return}}readlinkSync(){let e=this.#T;if(e)return e;if(this.canReadlink()&&this.parent)try{let r=this.#e.readlinkSync(this.fullpath()),n=this.parent.realpathSync()?.resolve(r);if(n)return this.#T=n}catch(r){this.#u(r.code);return}}#x(e){this.#n|=Dv;for(let r=e.provisional;r<e.length;r++){let n=e[r];n&&n.#M()}}#M(){this.#n&qn||(this.#n=(this.#n|qn)&al,this.#w())}#w(){let e=this.children();e.provisional=0;for(let r of e)r.#M()}#k(){this.#n|=Up,this.#q()}#q(){if(this.#n&ll)return;let e=this.#n;(e&fn)===oi&&(e&=al),this.#n=e|ll,this.#w()}#L(e=""){e==="ENOTDIR"||e==="EPERM"?this.#q():e==="ENOENT"?this.#M():this.children().provisional=0}#$(e=""){e==="ENOTDIR"?this.parent.#q():e==="ENOENT"&&this.#M()}#u(e=""){let r=this.#n;r|=Fp,e==="ENOENT"&&(r|=qn),(e==="EINVAL"||e==="UNKNOWN")&&(r&=al),this.#n=r,e==="ENOTDIR"&&this.parent&&this.parent.#q()}#B(e,r){return this.#A(e,r)||this.#F(e,r)}#F(e,r){let n=Av(e),i=this.newChild(e.name,n,{parent:this}),s=i.#n&fn;return s!==oi&&s!==Xs&&s!==pn&&(i.#n|=ll),r.unshift(i),r.provisional++,i}#A(e,r){for(let n=r.provisional;n<r.length;n++){let i=r[n];if((this.nocase?jp(e.name):ul(e.name))===i.#b)return this.#j(e,i,n,r)}}#j(e,r,n,i){let s=r.name;return r.#n=r.#n&al|Av(e),s!==e.name&&(r.name=e.name),n!==i.provisional&&(n===i.length-1?i.pop():i.splice(n,1),i.unshift(r)),i.provisional++,r}async lstat(){if((this.#n&qn)===0)try{return this.#z(await this.#e.promises.lstat(this.fullpath())),this}catch(e){this.#$(e.code)}}lstatSync(){if((this.#n&qn)===0)try{return this.#z(this.#e.lstatSync(this.fullpath())),this}catch(e){this.#$(e.code)}}#z(e){let{atime:r,atimeMs:n,birthtime:i,birthtimeMs:s,blksize:o,blocks:a,ctime:c,ctimeMs:l,dev:u,gid:d,ino:f,mode:p,mtime:y,mtimeMs:h,nlink:v,rdev:S,size:_,uid:T}=e;this.#N=r,this.#y=n,this.#R=i,this.#p=s,this.#d=o,this.#s=a,this.#P=c,this.#h=l,this.#t=u,this.#f=d,this.#a=f,this.#i=p,this.#g=y,this.#v=h,this.#r=v,this.#l=S,this.#c=_,this.#o=T;let R=Av(e);this.#n=this.#n&al|R|EO,R!==pn&&R!==oi&&R!==Xs&&(this.#n|=ll)}#H=[];#V=!1;#W(e){this.#V=!1;let r=this.#H.slice();this.#H.length=0,r.forEach(n=>n(null,e))}readdirCB(e,r=!1){if(!this.canReaddir()){r?e(null,[]):queueMicrotask(()=>e(null,[]));return}let n=this.children();if(this.calledReaddir()){let s=n.slice(0,n.provisional);r?e(null,s):queueMicrotask(()=>e(null,s));return}if(this.#H.push(e),this.#V)return;this.#V=!0;let i=this.fullpath();this.#e.readdir(i,{withFileTypes:!0},(s,o)=>{if(s)this.#L(s.code),n.provisional=0;else{for(let a of o)this.#B(a,n);this.#x(n)}this.#W(n.slice(0,n.provisional))})}#U;async readdir(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let r=this.fullpath();if(this.#U)await this.#U;else{let n=()=>{};this.#U=new Promise(i=>n=i);try{for(let i of await this.#e.promises.readdir(r,{withFileTypes:!0}))this.#B(i,e);this.#x(e)}catch(i){this.#L(i.code),e.provisional=0}this.#U=void 0,n()}return e.slice(0,e.provisional)}readdirSync(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let r=this.fullpath();try{for(let n of this.#e.readdirSync(r,{withFileTypes:!0}))this.#B(n,e);this.#x(e)}catch(n){this.#L(n.code),e.provisional=0}return e.slice(0,e.provisional)}canReaddir(){if(this.#n&wO)return!1;let e=fn&this.#n;return e===pn||e===oi||e===Xs}shouldWalk(e,r){return(this.#n&oi)===oi&&!(this.#n&wO)&&!e.has(this)&&(!r||r(this))}async realpath(){if(this.#D)return this.#D;if(!((Up|Fp|qn)&this.#n))try{let e=await this.#e.promises.realpath(this.fullpath());return this.#D=this.resolve(e)}catch{this.#k()}}realpathSync(){if(this.#D)return this.#D;if(!((Up|Fp|qn)&this.#n))try{let e=this.#e.realpathSync(this.fullpath());return this.#D=this.resolve(e)}catch{this.#k()}}[$O](e){if(e===this)return;e.isCWD=!1,this.isCWD=!0;let r=new Set([]),n=[],i=this;for(;i&&i.parent;)r.add(i),i.#C=n.join(this.sep),i.#E=n.join("/"),i=i.parent,n.push("..");for(i=e;i&&i.parent&&!r.has(i);)i.#C=void 0,i.#E=void 0,i=i.parent}},Vp=class t extends hr{sep="\\";splitSep=rV;constructor(e,r=pn,n,i,s,o,a){super(e,r,n,i,s,o,a)}newChild(e,r=pn,n={}){return new t(e,r,this.root,this.roots,this.nocase,this.childrenCache(),n)}getRootString(e){return Sa.win32.parse(e).root}getRoot(e){if(e=tV(e.toUpperCase()),e===this.root.name)return this.root;for(let[r,n]of Object.entries(this.roots))if(this.sameRoot(e,r))return this.roots[e]=n;return this.roots[e]=new Na(e,this).root}sameRoot(e,r=this.root.name){return e=e.toUpperCase().replace(/\//g,"\\").replace(IO,"$1\\"),e===r}},zp=class t extends hr{splitSep="/";sep="/";constructor(e,r=pn,n,i,s,o,a){super(e,r,n,i,s,o,a)}getRootString(e){return e.startsWith("/")?"/":""}getRoot(e){return this.root}newChild(e,r=pn,n={}){return new t(e,r,this.root,this.roots,this.nocase,this.childrenCache(),n)}},Wp=class{root;rootPath;roots;cwd;#e;#t;#i;nocase;#r;constructor(e=process.cwd(),r,n,{nocase:i,childrenCacheSize:s=16*1024,fs:o=cl}={}){this.#r=AO(o),(e instanceof URL||e.startsWith("file://"))&&(e=(0,DO.fileURLToPath)(e));let a=r.resolve(e);this.roots=Object.create(null),this.rootPath=this.parseRootPath(a),this.#e=new Hp,this.#t=new Hp,this.#i=new Iv(s);let c=a.substring(this.rootPath.length).split(n);if(c.length===1&&!c[0]&&c.pop(),i===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=i,this.root=this.newRoot(this.#r),this.roots[this.rootPath]=this.root;let l=this.root,u=c.length-1,d=r.sep,f=this.rootPath,p=!1;for(let y of c){let h=u--;l=l.child(y,{relative:new Array(h).fill("..").join(d),relativePosix:new Array(h).fill("..").join("/"),fullpath:f+=(p?"":d)+y}),p=!0}this.cwd=l}depth(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.depth()}childrenCache(){return this.#i}resolve(...e){let r="";for(let s=e.length-1;s>=0;s--){let o=e[s];if(!(!o||o===".")&&(r=r?`${o}/${r}`:o,this.isAbsolute(o)))break}let n=this.#e.get(r);if(n!==void 0)return n;let i=this.cwd.resolve(r).fullpath();return this.#e.set(r,i),i}resolvePosix(...e){let r="";for(let s=e.length-1;s>=0;s--){let o=e[s];if(!(!o||o===".")&&(r=r?`${o}/${r}`:o,this.isAbsolute(o)))break}let n=this.#t.get(r);if(n!==void 0)return n;let i=this.cwd.resolve(r).fullpathPosix();return this.#t.set(r,i),i}relative(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relative()}relativePosix(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relativePosix()}basename(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.name}dirname(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),(e.parent||e).fullpath()}async readdir(e=this.cwd,r={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(r=e,e=this.cwd);let{withFileTypes:n}=r;if(e.canReaddir()){let i=await e.readdir();return n?i:i.map(s=>s.name)}else return[]}readdirSync(e=this.cwd,r={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(r=e,e=this.cwd);let{withFileTypes:n=!0}=r;return e.canReaddir()?n?e.readdirSync():e.readdirSync().map(i=>i.name):[]}async lstat(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstat()}lstatSync(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstatSync()}async readlink(e=this.cwd,{withFileTypes:r}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(r=e.withFileTypes,e=this.cwd);let n=await e.readlink();return r?n:n?.fullpath()}readlinkSync(e=this.cwd,{withFileTypes:r}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(r=e.withFileTypes,e=this.cwd);let n=e.readlinkSync();return r?n:n?.fullpath()}async realpath(e=this.cwd,{withFileTypes:r}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(r=e.withFileTypes,e=this.cwd);let n=await e.realpath();return r?n:n?.fullpath()}realpathSync(e=this.cwd,{withFileTypes:r}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(r=e.withFileTypes,e=this.cwd);let n=e.realpathSync();return r?n:n?.fullpath()}async walk(e=this.cwd,r={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(r=e,e=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r,a=[];(!s||s(e))&&a.push(n?e:e.fullpath());let c=new Set,l=(d,f)=>{c.add(d),d.readdirCB((p,y)=>{if(p)return f(p);let h=y.length;if(!h)return f();let v=()=>{--h===0&&f()};for(let S of y)(!s||s(S))&&a.push(n?S:S.fullpath()),i&&S.isSymbolicLink()?S.realpath().then(_=>_?.isUnknown()?_.lstat():_).then(_=>_?.shouldWalk(c,o)?l(_,v):v()):S.shouldWalk(c,o)?l(S,v):v()},!0)},u=e;return new Promise((d,f)=>{l(u,p=>{if(p)return f(p);d(a)})})}walkSync(e=this.cwd,r={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(r=e,e=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r,a=[];(!s||s(e))&&a.push(n?e:e.fullpath());let c=new Set([e]);for(let l of c){let u=l.readdirSync();for(let d of u){(!s||s(d))&&a.push(n?d:d.fullpath());let f=d;if(d.isSymbolicLink()){if(!(i&&(f=d.realpathSync())))continue;f.isUnknown()&&f.lstatSync()}f.shouldWalk(c,o)&&c.add(f)}}return a}[Symbol.asyncIterator](){return this.iterate()}iterate(e=this.cwd,r={}){return typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(r=e,e=this.cwd),this.stream(e,r)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(e=this.cwd,r={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(r=e,e=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r;(!s||s(e))&&(yield n?e:e.fullpath());let a=new Set([e]);for(let c of a){let l=c.readdirSync();for(let u of l){(!s||s(u))&&(yield n?u:u.fullpath());let d=u;if(u.isSymbolicLink()){if(!(i&&(d=u.realpathSync())))continue;d.isUnknown()&&d.lstatSync()}d.shouldWalk(a,o)&&a.add(d)}}}stream(e=this.cwd,r={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(r=e,e=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r,a=new ps({objectMode:!0});(!s||s(e))&&a.write(n?e:e.fullpath());let c=new Set,l=[e],u=0,d=()=>{let f=!1;for(;!f;){let p=l.shift();if(!p){u===0&&a.end();return}u++,c.add(p);let y=(v,S,_=!1)=>{if(v)return a.emit("error",v);if(i&&!_){let T=[];for(let R of S)R.isSymbolicLink()&&T.push(R.realpath().then(C=>C?.isUnknown()?C.lstat():C));if(T.length){Promise.all(T).then(()=>y(null,S,!0));return}}for(let T of S)T&&(!s||s(T))&&(a.write(n?T:T.fullpath())||(f=!0));u--;for(let T of S){let R=T.realpathCached()||T;R.shouldWalk(c,o)&&l.push(R)}f&&!a.flowing?a.once("drain",d):h||d()},h=!0;p.readdirCB(y,!0),h=!1}};return d(),a}streamSync(e=this.cwd,r={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof hr||(r=e,e=this.cwd);let{withFileTypes:n=!0,follow:i=!1,filter:s,walkFilter:o}=r,a=new ps({objectMode:!0}),c=new Set;(!s||s(e))&&a.write(n?e:e.fullpath());let l=[e],u=0,d=()=>{let f=!1;for(;!f;){let p=l.shift();if(!p){u===0&&a.end();return}u++,c.add(p);let y=p.readdirSync();for(let h of y)(!s||s(h))&&(a.write(n?h:h.fullpath())||(f=!0));u--;for(let h of y){let v=h;if(h.isSymbolicLink()){if(!(i&&(v=h.realpathSync())))continue;v.isUnknown()&&v.lstatSync()}v.shouldWalk(c,o)&&l.push(v)}}f&&!a.flowing&&a.once("drain",d)};return d(),a}chdir(e=this.cwd){let r=this.cwd;this.cwd=typeof e=="string"?this.cwd.resolve(e):e,this.cwd[$O](r)}},Na=class extends Wp{sep="\\";constructor(e=process.cwd(),r={}){let{nocase:n=!0}=r;super(e,Sa.win32,"\\",{...r,nocase:n}),this.nocase=n;for(let i=this.cwd;i;i=i.parent)i.nocase=this.nocase}parseRootPath(e){return Sa.win32.parse(e).root.toUpperCase()}newRoot(e){return new Vp(this.rootPath,oi,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")||e.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(e)}},Pa=class extends Wp{sep="/";constructor(e=process.cwd(),r={}){let{nocase:n=!1}=r;super(e,Sa.posix,"/",{...r,nocase:n}),this.nocase=n}parseRootPath(e){return"/"}newRoot(e){return new zp(this.rootPath,oi,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")}},dl=class extends Pa{constructor(e=process.cwd(),r={}){let{nocase:n=!0}=r;super(e,{...r,nocase:n})}},ZSe=process.platform==="win32"?Vp:zp,BO=process.platform==="win32"?Na:process.platform==="darwin"?dl:Pa;var iV=t=>t.length>=1,sV=t=>t.length>=1,Ra=class t{#e;#t;#i;length;#r;#o;#f;#l;#d;#a;#c=!0;constructor(e,r,n,i){if(!iV(e))throw new TypeError("empty pattern list");if(!sV(r))throw new TypeError("empty glob list");if(r.length!==e.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=e.length,n<0||n>=this.length)throw new TypeError("index out of range");if(this.#e=e,this.#t=r,this.#i=n,this.#r=i,this.#i===0){if(this.isUNC()){let[s,o,a,c,...l]=this.#e,[u,d,f,p,...y]=this.#t;l[0]===""&&(l.shift(),y.shift());let h=[s,o,a,c,""].join("/"),v=[u,d,f,p,""].join("/");this.#e=[h,...l],this.#t=[v,...y],this.length=this.#e.length}else if(this.isDrive()||this.isAbsolute()){let[s,...o]=this.#e,[a,...c]=this.#t;o[0]===""&&(o.shift(),c.shift());let l=s+"/",u=a+"/";this.#e=[l,...o],this.#t=[u,...c],this.length=this.#e.length}}}pattern(){return this.#e[this.#i]}isString(){return typeof this.#e[this.#i]=="string"}isGlobstar(){return this.#e[this.#i]===nr}isRegExp(){return this.#e[this.#i]instanceof RegExp}globString(){return this.#f=this.#f||(this.#i===0?this.isAbsolute()?this.#t[0]+this.#t.slice(1).join("/"):this.#t.join("/"):this.#t.slice(this.#i).join("/"))}hasMore(){return this.length>this.#i+1}rest(){return this.#o!==void 0?this.#o:this.hasMore()?(this.#o=new t(this.#e,this.#t,this.#i+1,this.#r),this.#o.#a=this.#a,this.#o.#d=this.#d,this.#o.#l=this.#l,this.#o):this.#o=null}isUNC(){let e=this.#e;return this.#d!==void 0?this.#d:this.#d=this.#r==="win32"&&this.#i===0&&e[0]===""&&e[1]===""&&typeof e[2]=="string"&&!!e[2]&&typeof e[3]=="string"&&!!e[3]}isDrive(){let e=this.#e;return this.#l!==void 0?this.#l:this.#l=this.#r==="win32"&&this.#i===0&&this.length>1&&typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0])}isAbsolute(){let e=this.#e;return this.#a!==void 0?this.#a:this.#a=e[0]===""&&e.length>1||this.isDrive()||this.isUNC()}root(){let e=this.#e[0];return typeof e=="string"&&this.isAbsolute()&&this.#i===0?e:""}checkFollowGlobstar(){return!(this.#i===0||!this.isGlobstar()||!this.#c)}markFollowGlobstar(){return this.#i===0||!this.isGlobstar()||!this.#c?!1:(this.#c=!1,!0)}};var oV=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Ea=class{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(e,{nobrace:r,nocase:n,noext:i,noglobstar:s,platform:o=oV}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=o,this.mmopts={dot:!0,nobrace:r,nocase:n,noext:i,noglobstar:s,optimizationLevel:2,platform:o,nocomment:!0,nonegate:!0};for(let a of e)this.add(a)}add(e){let r=new Yr(e,this.mmopts);for(let n=0;n<r.set.length;n++){let i=r.set[n],s=r.globParts[n];if(!i||!s)throw new Error("invalid pattern object");for(;i[0]==="."&&s[0]===".";)i.shift(),s.shift();let o=new Ra(i,s,0,this.platform),a=new Yr(o.globString(),this.mmopts),c=s[s.length-1]==="**",l=o.isAbsolute();l?this.absolute.push(a):this.relative.push(a),c&&(l?this.absoluteChildren.push(a):this.relativeChildren.push(a))}}ignored(e){let r=e.fullpath(),n=`${r}/`,i=e.relative()||".",s=`${i}/`;for(let o of this.relative)if(o.match(i)||o.match(s))return!0;for(let o of this.absolute)if(o.match(r)||o.match(n))return!0;return!1}childrenIgnored(e){let r=e.fullpath()+"/",n=(e.relative()||".")+"/";for(let i of this.relativeChildren)if(i.match(n))return!0;for(let i of this.absoluteChildren)if(i.match(r))return!0;return!1}};var Ov=class t{store;constructor(e=new Map){this.store=e}copy(){return new t(new Map(this.store))}hasWalked(e,r){return this.store.get(e.fullpath())?.has(r.globString())}storeWalked(e,r){let n=e.fullpath(),i=this.store.get(n);i?i.add(r.globString()):this.store.set(n,new Set([r.globString()]))}},xv=class{store=new Map;add(e,r,n){let i=(r?2:0)|(n?1:0),s=this.store.get(e);this.store.set(e,s===void 0?i:i&s)}entries(){return[...this.store.entries()].map(([e,r])=>[e,!!(r&2),!!(r&1)])}},Mv=class{store=new Map;add(e,r){if(!e.canReaddir())return;let n=this.store.get(e);n?n.find(i=>i.globString()===r.globString())||n.push(r):this.store.set(e,[r])}get(e){let r=this.store.get(e);if(!r)throw new Error("attempting to walk unknown path");return r}entries(){return this.keys().map(e=>[e,this.store.get(e)])}keys(){return[...this.store.keys()].filter(e=>e.canReaddir())}},fl=class t{hasWalkedCache;matches=new xv;subwalks=new Mv;patterns;follow;dot;opts;constructor(e,r){this.opts=e,this.follow=!!e.follow,this.dot=!!e.dot,this.hasWalkedCache=r?r.copy():new Ov}processPatterns(e,r){this.patterns=r;let n=r.map(i=>[e,i]);for(let[i,s]of n){this.hasWalkedCache.storeWalked(i,s);let o=s.root(),a=s.isAbsolute()&&this.opts.absolute!==!1;if(o){i=i.resolve(o==="/"&&this.opts.root!==void 0?this.opts.root:o);let d=s.rest();if(d)s=d;else{this.matches.add(i,!0,!1);continue}}if(i.isENOENT())continue;let c,l,u=!1;for(;typeof(c=s.pattern())=="string"&&(l=s.rest());)i=i.resolve(c),s=l,u=!0;if(c=s.pattern(),l=s.rest(),u){if(this.hasWalkedCache.hasWalked(i,s))continue;this.hasWalkedCache.storeWalked(i,s)}if(typeof c=="string"){let d=c===".."||c===""||c===".";this.matches.add(i.resolve(c),a,d);continue}else if(c===nr){(!i.isSymbolicLink()||this.follow||s.checkFollowGlobstar())&&this.subwalks.add(i,s);let d=l?.pattern(),f=l?.rest();if(!l||(d===""||d===".")&&!f)this.matches.add(i,a,d===""||d===".");else if(d===".."){let p=i.parent||i;f?this.hasWalkedCache.hasWalked(p,f)||this.subwalks.add(p,f):this.matches.add(p,a,!0)}}else c instanceof RegExp&&this.subwalks.add(i,s)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new t(this.opts,this.hasWalkedCache)}filterEntries(e,r){let n=this.subwalks.get(e),i=this.child();for(let s of r)for(let o of n){let a=o.isAbsolute(),c=o.pattern(),l=o.rest();c===nr?i.testGlobstar(s,o,l,a):c instanceof RegExp?i.testRegExp(s,c,l,a):i.testString(s,c,l,a)}return i}testGlobstar(e,r,n,i){if((this.dot||!e.name.startsWith("."))&&(r.hasMore()||this.matches.add(e,i,!1),e.canReaddir()&&(this.follow||!e.isSymbolicLink()?this.subwalks.add(e,r):e.isSymbolicLink()&&(n&&r.checkFollowGlobstar()?this.subwalks.add(e,n):r.markFollowGlobstar()&&this.subwalks.add(e,r)))),n){let s=n.pattern();if(typeof s=="string"&&s!==".."&&s!==""&&s!==".")this.testString(e,s,n.rest(),i);else if(s===".."){let o=e.parent||e;this.subwalks.add(o,n)}else s instanceof RegExp&&this.testRegExp(e,s,n.rest(),i)}}testRegExp(e,r,n,i){r.test(e.name)&&(n?this.subwalks.add(e,n):this.matches.add(e,i,!1))}testString(e,r,n,i){e.isNamed(r)&&(n?this.subwalks.add(e,n):this.matches.add(e,i,!1))}};var aV=(t,e)=>typeof t=="string"?new Ea([t],e):Array.isArray(t)?new Ea(t,e):t,Gp=class{path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#e=[];#t;#i;signal;maxDepth;includeChildMatches;constructor(e,r,n){if(this.patterns=e,this.path=r,this.opts=n,this.#i=!n.posix&&n.platform==="win32"?"\\":"/",this.includeChildMatches=n.includeChildMatches!==!1,(n.ignore||!this.includeChildMatches)&&(this.#t=aV(n.ignore??[],n),!this.includeChildMatches&&typeof this.#t.add!="function")){let i="cannot ignore child matches, ignore lacks add() method.";throw new Error(i)}this.maxDepth=n.maxDepth||1/0,n.signal&&(this.signal=n.signal,this.signal.addEventListener("abort",()=>{this.#e.length=0}))}#r(e){return this.seen.has(e)||!!this.#t?.ignored?.(e)}#o(e){return!!this.#t?.childrenIgnored?.(e)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let e;for(;!this.paused&&(e=this.#e.shift());)e()}onResume(e){this.signal?.aborted||(this.paused?this.#e.push(e):e())}async matchCheck(e,r){if(r&&this.opts.nodir)return;let n;if(this.opts.realpath){if(n=e.realpathCached()||await e.realpath(),!n)return;e=n}let s=e.isUnknown()||this.opts.stat?await e.lstat():e;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let o=await s.realpath();o&&(o.isUnknown()||this.opts.stat)&&await o.lstat()}return this.matchCheckTest(s,r)}matchCheckTest(e,r){return e&&(this.maxDepth===1/0||e.depth()<=this.maxDepth)&&(!r||e.canReaddir())&&(!this.opts.nodir||!e.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!e.isSymbolicLink()||!e.realpathCached()?.isDirectory())&&!this.#r(e)?e:void 0}matchCheckSync(e,r){if(r&&this.opts.nodir)return;let n;if(this.opts.realpath){if(n=e.realpathCached()||e.realpathSync(),!n)return;e=n}let s=e.isUnknown()||this.opts.stat?e.lstatSync():e;if(this.opts.follow&&this.opts.nodir&&s?.isSymbolicLink()){let o=s.realpathSync();o&&(o?.isUnknown()||this.opts.stat)&&o.lstatSync()}return this.matchCheckTest(s,r)}matchFinish(e,r){if(this.#r(e))return;if(!this.includeChildMatches&&this.#t?.add){let s=`${e.relativePosix()}/**`;this.#t.add(s)}let n=this.opts.absolute===void 0?r:this.opts.absolute;this.seen.add(e);let i=this.opts.mark&&e.isDirectory()?this.#i:"";if(this.opts.withFileTypes)this.matchEmit(e);else if(n){let s=this.opts.posix?e.fullpathPosix():e.fullpath();this.matchEmit(s+i)}else{let s=this.opts.posix?e.relativePosix():e.relative(),o=this.opts.dotRelative&&!s.startsWith(".."+this.#i)?"."+this.#i:"";this.matchEmit(s?o+s+i:"."+i)}}async match(e,r,n){let i=await this.matchCheck(e,n);i&&this.matchFinish(i,r)}matchSync(e,r,n){let i=this.matchCheckSync(e,n);i&&this.matchFinish(i,r)}walkCB(e,r,n){this.signal?.aborted&&n(),this.walkCB2(e,r,new fl(this.opts),n)}walkCB2(e,r,n,i){if(this.#o(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2(e,r,n,i));return}n.processPatterns(e,r);let s=1,o=()=>{--s===0&&i()};for(let[a,c,l]of n.matches.entries())this.#r(a)||(s++,this.match(a,c,l).then(()=>o()));for(let a of n.subwalkTargets()){if(this.maxDepth!==1/0&&a.depth()>=this.maxDepth)continue;s++;let c=a.readdirCached();a.calledReaddir()?this.walkCB3(a,c,n,o):a.readdirCB((l,u)=>this.walkCB3(a,u,n,o),!0)}o()}walkCB3(e,r,n,i){n=n.filterEntries(e,r);let s=1,o=()=>{--s===0&&i()};for(let[a,c,l]of n.matches.entries())this.#r(a)||(s++,this.match(a,c,l).then(()=>o()));for(let[a,c]of n.subwalks.entries())s++,this.walkCB2(a,c,n.child(),o);o()}walkCBSync(e,r,n){this.signal?.aborted&&n(),this.walkCB2Sync(e,r,new fl(this.opts),n)}walkCB2Sync(e,r,n,i){if(this.#o(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2Sync(e,r,n,i));return}n.processPatterns(e,r);let s=1,o=()=>{--s===0&&i()};for(let[a,c,l]of n.matches.entries())this.#r(a)||this.matchSync(a,c,l);for(let a of n.subwalkTargets()){if(this.maxDepth!==1/0&&a.depth()>=this.maxDepth)continue;s++;let c=a.readdirSync();this.walkCB3Sync(a,c,n,o)}o()}walkCB3Sync(e,r,n,i){n=n.filterEntries(e,r);let s=1,o=()=>{--s===0&&i()};for(let[a,c,l]of n.matches.entries())this.#r(a)||this.matchSync(a,c,l);for(let[a,c]of n.subwalks.entries())s++,this.walkCB2Sync(a,c,n.child(),o);o()}},pl=class extends Gp{matches=new Set;constructor(e,r,n){super(e,r,n)}matchEmit(e){this.matches.add(e)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise((e,r)=>{this.walkCB(this.path,this.patterns,()=>{this.signal?.aborted?r(this.signal.reason):e(this.matches)})}),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>{if(this.signal?.aborted)throw this.signal.reason}),this.matches}},hl=class extends Gp{results;constructor(e,r,n){super(e,r,n),this.results=new ps({signal:this.signal,objectMode:!0}),this.results.on("drain",()=>this.resume()),this.results.on("resume",()=>this.resume())}matchEmit(e){this.results.write(e),this.results.flowing||this.pause()}stream(){let e=this.path;return e.isUnknown()?e.lstat().then(()=>{this.walkCB(e,this.patterns,()=>this.results.end())}):this.walkCB(e,this.patterns,()=>this.results.end()),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>this.results.end()),this.results}};var cV=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Ln=class{absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(e,r){if(!r)throw new TypeError("glob options required");if(this.withFileTypes=!!r.withFileTypes,this.signal=r.signal,this.follow=!!r.follow,this.dot=!!r.dot,this.dotRelative=!!r.dotRelative,this.nodir=!!r.nodir,this.mark=!!r.mark,r.cwd?(r.cwd instanceof URL||r.cwd.startsWith("file://"))&&(r.cwd=(0,FO.fileURLToPath)(r.cwd)):this.cwd="",this.cwd=r.cwd||"",this.root=r.root,this.magicalBraces=!!r.magicalBraces,this.nobrace=!!r.nobrace,this.noext=!!r.noext,this.realpath=!!r.realpath,this.absolute=r.absolute,this.includeChildMatches=r.includeChildMatches!==!1,this.noglobstar=!!r.noglobstar,this.matchBase=!!r.matchBase,this.maxDepth=typeof r.maxDepth=="number"?r.maxDepth:1/0,this.stat=!!r.stat,this.ignore=r.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof e=="string"&&(e=[e]),this.windowsPathsNoEscape=!!r.windowsPathsNoEscape||r.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(e=e.map(c=>c.replace(/\\/g,"/"))),this.matchBase){if(r.noglobstar)throw new TypeError("base matching requires globstar");e=e.map(c=>c.includes("/")?c:`./**/${c}`)}if(this.pattern=e,this.platform=r.platform||cV,this.opts={...r,platform:this.platform},r.scurry){if(this.scurry=r.scurry,r.nocase!==void 0&&r.nocase!==r.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let c=r.platform==="win32"?Na:r.platform==="darwin"?dl:r.platform?Pa:BO;this.scurry=new c(this.cwd,{nocase:r.nocase,fs:r.fs})}this.nocase=this.scurry.nocase;let n=this.platform==="darwin"||this.platform==="win32",i={...r,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:n,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},s=this.pattern.map(c=>new Yr(c,i)),[o,a]=s.reduce((c,l)=>(c[0].push(...l.set),c[1].push(...l.globParts),c),[[],[]]);this.patterns=o.map((c,l)=>{let u=a[l];if(!u)throw new Error("invalid pattern object");return new Ra(c,u,0,this.platform)})}async walk(){return[...await new pl(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new pl(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new hl(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new hl(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}};var qv=(t,e={})=>{Array.isArray(t)||(t=[t]);for(let r of t)if(new Yr(r,e).hasMagic())return!0;return!1};function Yp(t,e={}){return new Ln(t,e).streamSync()}function UO(t,e={}){return new Ln(t,e).stream()}function HO(t,e={}){return new Ln(t,e).walkSync()}async function jO(t,e={}){return new Ln(t,e).walk()}function Kp(t,e={}){return new Ln(t,e).iterateSync()}function VO(t,e={}){return new Ln(t,e).iterate()}var lV=Yp,uV=Object.assign(UO,{sync:Yp}),dV=Kp,fV=Object.assign(VO,{sync:Kp}),pV=Object.assign(HO,{stream:Yp,iterate:Kp}),Js=Object.assign(jO,{glob:jO,globSync:HO,sync:pV,globStream:UO,stream:uV,globStreamSync:Yp,streamSync:lV,globIterate:VO,iterate:fV,globIterateSync:Kp,iterateSync:dV,Glob:Ln,hasMagic:qv,escape:ya,unescape:xn});Js.glob=Js;var TS=M(yb()),M$=M(I$());var gS={};RB(gS,{$id:()=>oJ,$schema:()=>sJ,default:()=>dJ,definitions:()=>cJ,properties:()=>uJ,title:()=>aJ,type:()=>lJ});var sJ="http://json-schema.org/draft-07/schema#",oJ="http://json-schema.org/draft-07/schema#",aJ="Core schema meta-schema",cJ={schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},lJ=["object","boolean"],uJ={$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},dJ={$schema:sJ,$id:oJ,title:aJ,definitions:cJ,type:lJ,properties:uJ,default:!0};var Vt=M(F());var wm=class extends Lc{constructor(r,n){super();this.ajv=r;this.schemaKey=n;this.validate=this.ajv.getSchema(this.schemaKey)}getIssue(r,n){let i=[];if(n.disabled){let o=n.getProperty("status");return[...n.definitions,...n.referencedBy].forEach(a=>i.push($(21,a,Vt.DiagnosticSeverity.Hint,[...o?.ast?[o?.ast]:[]],[Vt.DiagnosticTag.Unnecessary]))),i}let s=Q.toJson(n);try{this.validate?(this.validate(s),this.validate.errors&&(this.validate.errors.forEach(o=>i.push(...fJ(r,o,n,this.schemaKey))),console.log(this.schemaKey,`${n.pathString}`,this.validate.errors,s))):console.log("no validate")}catch(o){console.log(this.schemaKey,`${n.pathString}`,this.schemaKey,o)}return i}getOnPropertyHover(r){let n=(this.validate?.schema).properties?.[r];if(n&&typeof n=="object"&&"description"in n)return{kind:Vt.MarkupKind.Markdown,value:[...n.description?["### Description",Array.isArray(n.description)?n.description.join(`
297
-
298
- `):n.description]:[]].join(`
299
- `)}}getSignatureHelp(){}getPropertyListCompletionItems(r){let n=Object.keys((this.validate?.schema).properties),i=(this.validate?.schema).required;return n.map(s=>{let o=r&&i.some(l=>l===s),a=!!r.property.some(l=>s===l.name),c="a";return o?c=a?"Y":"!":c=a?"Z":"B",{label:`${s}`,kind:Vt.CompletionItemKind.Property,sortText:`${c}${s}`}})??[]}},fJ=(t,e,r,n)=>{let i=pJ(r,e.instancePath),s=i.node;if(e.keyword==="additionalProperties"){let o=s.getProperty(e.params.additionalProperty);return o?[$(25,o.ast,Vt.DiagnosticSeverity.Error,[],[],[`Node "${s.name}" ${e.message}: ${o.name}`],Vt.TextEdit.del(zs(o.ast.firstToken.prevToken,o.ast.lastToken,!1)),"Remove property")]:[]}else if(e.keyword==="type"){let o=s.getProperty(e.instancePath.split("/")[1]);return o?[$(25,o.ast,Vt.DiagnosticSeverity.Error,[],[],[`"${o.name}" ${e.message??"NO MESSAGE"}`])]:(console.warn("unable to find property in node",e),[])}else if(e.keyword==="required"){let o=e.params.missingProperty,a=t.getOrderedNodeAst(s),c=Ko(a);return a.map((l,u)=>{let d=l.openScope??c[u].lastToken;return $(0,c[u],Vt.DiagnosticSeverity.Error,[],[],[o],Vt.TextEdit.insert(Vt.Position.create(d.pos.line,d.pos.col+1),`
300
- ${"".padEnd(ta(c[u].uri,l)*Go().length,Go())}${o};`))})}else if(e.keyword==="const"){let o=i.property;return o?[$(25,o.ast,Vt.DiagnosticSeverity.Error,[],[],[`Property "${o.name}" ${e.message}: ${e.params.allowedValue}`])]:[]}else if(e.keyword==="enum"){let o=i.property;return o?[$(25,o.ast,Vt.DiagnosticSeverity.Error,[],[],[`Property "${o.name}" ${e.message}:
301
- ${e.params.allowedValues.join(`
302
- `)}
303
- ${n}`])]:[]}else if(e.keyword==="maxItems"||e.keyword==="minItems"){let o=s.getProperty(e.instancePath.split("/").at(-1)??"");return o?[$(25,o.ast,Vt.DiagnosticSeverity.Error,[],[],[`Property "${o.name}" ${e.message}`])]:[]}return i.property?[$(25,i.property.ast,void 0,void 0,void 0,[`${e.message??"NO MESSAGE"}:
304
- ${JSON.stringify(e)}
305
- ${n}`])]:[$(25,i.node.definitions[0]instanceof Nt?i.node.definitions[0]:i.node.definitions[0].name??i.node.definitions[0],void 0,void 0,void 0,[`${e.message??"NO MESSAGE"}:
306
- ${JSON.stringify(e)}
307
- ${n}`])]},pJ=(t,e)=>O$(t,e.split("/").filter(r=>r)),O$=(t,e)=>{if(e.length===0)return{node:t,remainingInstancePath:""};let r=e[0].split("@"),n=r[0],i=r.at(1)?.split(",").map(o=>Number.parseInt(o,16)),s=t.getNode(n,i);return s?O$(s,e.slice(1)):{node:t,property:t.getProperty(e[0]),remainingInstancePath:e.slice(1).join("/")}};var bS=class t{constructor(){this.schemaIdValidators=new Map;this.ajvMap=new Map}static getNodeCompatible(e){let n=e.getProperty("compatible")?.ast.values;if(!n?.values.some(i=>!(i?.value instanceof ne)))return n?.values.map(i=>(i?.value).value)}parseMetaSchema(e,r){Js.sync("**/*.yaml",{cwd:e}).forEach(i=>{i=(0,yS.resolve)(e,i);try{let s=TS.default.parse((0,vS.readFileSync)(i,"utf-8"));r.addMetaSchema(s),this.schemaIdValidators.set(s.$id,i)}catch{}})}parseBindings(e,r){Js.sync("**/*.yaml",{cwd:e}).forEach(i=>{i=(0,yS.resolve)(e,i);try{let s=TS.default.parse((0,vS.readFileSync)(i,"utf-8"));r.addSchema(s),this.schemaIdValidators.set(s.$id,i)}catch(s){console.warn(i,s.message)}})}getNodeTypes(e,r,n){let i=`${e.join(";")}::${r.join(";")}`,s=this.ajvMap.get(i);return s||(s=new M$.default({strict:!1,strictSchema:!1,strictNumbers:!1}),s.addMetaSchema(gS),this.ajvMap.set(i,s),e.forEach(c=>this.parseMetaSchema(c,s)),r.forEach(c=>this.parseBindings(c,s))),t.getNodeCompatible(n)?.map(c=>{try{let l=Array.from(this.schemaIdValidators.keys()).find(f=>f.endsWith(`/${c}.yaml#`));if(!l)return;let u=new wm(s,l);u.bindingsPath=this.schemaIdValidators.get(l),u.compatible=c;let d=s.getSchema(l);return u.description=(d?.schema).description,u.examples=(d?.schema).examples,u.maintainers=(d?.schema).maintainers,u}catch(l){console.warn(l.message)}}).filter(c=>c)??[]}getBindings(){return Array.from(this.schemaIdValidators.keys())}},x$,_S=()=>(x$??=new bS,x$);var Su=require("path"),U$=require("fs"),H$=M(require("path")),V$=M(yb());var $t=M(F());var q$=()=>{let t=new J("nonposted-mmio",W("EMPTY"),"optional");return t.description=["Specifies that direct children of this bus should use non-posted memory accesses (i.e. a non-posted mapping mode) for MMIO ranges."],t};function L$(){let t=dr();t.noMismatchPropertiesAllowed=!0;let e=t.properties.find(n=>n.name==="compatible");e.required=()=>"required";let r=t.properties.find(n=>n.name==="ranges");return r.required=()=>"required",t.addProperty(q$()),t}var $$=t=>{switch(t){case"string":return W("STRING");case"int":return W("U32");case"boolean":return W("EMPTY");case"array":return W("PROP_ENCODED_ARRAY");case"uint8-array":return W("BYTESTRING");case"string-array":return W("STRINGLIST");case"phandle":return W("U32");case"phandles":return W("PROP_ENCODED_ARRAY");case"phandle-array":return W("PROP_ENCODED_ARRAY");case"path":return W(["STRING","U32"]);case"compound":return W("ANY")}},B$=(t,e)=>{switch(t){case"string":return typeof e=="string"?e:void 0;case"int":return typeof e=="number"?e:void 0;case"boolean":return;case"array":return Array.isArray(e)&&e.every(r=>typeof r=="number")?e:void 0;case"uint8-array":return Array.isArray(e)&&e.every(r=>typeof r=="number")?e:void 0;case"string-array":return Array.isArray(e)&&e.every(r=>typeof r=="string")?e:void 0;case"phandle":return;case"phandles":return;case"phandle-array":return;case"path":return;case"compound":return}},km=(t,e)=>{if(e.extends??=[],e=e.include.reduce((r,n)=>{let i=t.find(s=>(0,Su.basename)(s.filePath)===n.name);if(i){let s=n["property-blocklist"],o=n["property-allowlist"];return e.extends?.push(...r.include.map(a=>(0,Su.basename)(a.name,".yaml"))),r.include=r.include.filter(a=>a!==n),hJ(t,i,r,s,o)??r}return console.warn(`Unable to find ${n.name}`),r},e),e["child-binding"]&&(e["child-binding"].include=z$(e["child-binding"].include),e["child-binding"]=km(t,e["child-binding"])),!e.include.length)return e},hJ=(t,e,r,n=[],i)=>{let s=km(t,e),o=km(t,r);if(!s||!o)return;let a=new Set;Object.keys(s?.properties??{}).forEach(f=>a.add(f)),Object.keys(o?.properties??{}).forEach(f=>a.add(f));let c={};Array.from(a).forEach(f=>{let p=n?.some(h=>h===f)||i&&!i.some(h=>h===f)?{}:s.properties?.[f]??{},y=o.properties?.[f]??{};c={...c,[f]:{...p,...y}}}),o.properties=c,o.extends??=[],o.extends.push(...s.extends??[]);let l=new Set;return Object.keys(s).filter(f=>f.endsWith("-cells")).forEach(f=>l.add(f)),Object.keys(s).filter(f=>f.endsWith("-cells")).forEach(f=>l.add(f)),Array.from(l).forEach(f=>{let p=s[f]??[],y=o[f]??[];o[f]=Array.from([...p,...y])}),o["on-bus"]??=s["on-bus"],o.bus?o.bus.push(...s.bus??[]):o.bus=s.bus,o},z$=t=>t?typeof t=="string"?[{name:t}]:t.map(e=>typeof e!="string"?e:{name:e}):[],SS=class t{constructor(){this.typeCache=new Map;this.processedFolders=new Set;this.zephyrBindingCache=new Map}static getCompatibleKeys(e,r){return!r||!r.nodeType?.bus?.length?[e]:[...r.nodeType.bus.map(n=>`${e}::${n}`),e]}static getNodeCompatible(e){let i=e.getProperty("compatible")?.ast.values?.values.filter(s=>s&&s.value instanceof ne);if(i?.length)return i.map(s=>s?.value?{name:s.value.value,ast:s.value}:void 0)}getNodeTypes(e,r){let n=t.getNodeCompatible(e)?.filter(a=>a);if(!n?.length){if(e.name==="zephyr,user"){let a=r.split(":"),l=Array.from(this.zephyrBindingCache.keys()).filter(d=>a.some(f=>d.startsWith(f))).flatMap(d=>this.zephyrBindingCache.get(d)).find(d=>d.filePath.endsWith("/base.yaml")),u=l?NS(l,e):void 0;if(u){u.warnMismatchProperties=!1;let d=u.properties.find(f=>f.name==="compatible");d&&(d.required=()=>"optional")}return{type:[u??os(e)],issues:[]}}return{type:[os(e)],issues:[]}}let i=n.flatMap(a=>t.getCompatibleKeys(a.name,e.parent).map(c=>this.typeCache.get(r)?.get(c)?.(e)).filter(c=>!!c)),s=this.getBusTypes(),o=n.flatMap(a=>{let c=t.getCompatibleKeys(a.name,e.parent).some(l=>this.typeCache.get(r)?.has(l));if(!c){let l=s.filter(u=>this.typeCache.get(r)?.has(`${a.name}::${u}`));if(l.length)return $(37,a.ast,$t.DiagnosticSeverity.Error,[],[],l)}return c?[]:[$(32,a.ast,$t.DiagnosticSeverity.Hint,[],[$t.DiagnosticTag.Unnecessary],[a.name])]});return{type:i.length?i:[os(e)],issues:o}}loadTypeAndCache(e,r){e=Array.isArray(e)?e:[e];let n=e.filter(o=>this.processedFolders.has(o)).flatMap(o=>Array.from(this.zephyrBindingCache.entries()).flatMap(([a,c])=>a.startsWith(o)?[c]:[]));n.push(...e.filter(o=>!this.processedFolders.has(o)).flatMap(o=>(this.processedFolders.add(o),Js.sync("**/*.yaml",{cwd:o,ignore:"test/*"}).map(c=>{if(c=(0,Su.resolve)(o,c),this.zephyrBindingCache.has(c))return this.zephyrBindingCache.get(c);try{let l=V$.default.parse((0,U$.readFileSync)(c,"utf-8")),u=z$(l?.include),d={...l,bus:l.bus?Array.isArray(l.bus)?l.bus:[l.bus]:void 0,include:u,rawInclude:[...u],filePath:c};return this.zephyrBindingCache.set(c,d),d}catch(l){console.warn(l)}}).filter(c=>!!c))));let i=n.map(o=>km(n,o)).filter(o=>!!o&&!o.include.length),s=this.typeCache.get(r);s||(s=new Map,s.set("simple-bus",()=>L$()),this.typeCache.set(r,s)),mJ(i,s)}getBindings(e){return Array.from(this.typeCache.get(e)?.keys()??[]).map(r=>r.split("::",1)[0])}getBusTypes(){let e=Array.from(this.zephyrBindingCache.values()).flatMap(r=>r.bus?.filter(n=>!!n)??[]).filter(r=>!!r);return Array.from(new Set(e))}getDocumentLinks(e,r){let n=this.zephyrBindingCache.get(De(e.uri));if(!n)return[];let i=e.getText();return n.rawInclude.map(o=>{let c=new RegExp(o.name).exec(i);if(c){let l=e.positionAt(c.index),u=e.positionAt(c.index+c[0].length),d=Array.from(this.zephyrBindingCache.keys()).find(f=>f.endsWith(`${H$.default.sep}${o.name}`)&&r.some(p=>f.startsWith(p)));return d?{range:$t.Range.create(l,u),target:ve(d)}:void 0}}).filter(o=>!!o)}},F$,Ja=()=>(F$??=new SS,F$),mJ=(t,e)=>t.forEach(r=>{r.compatible&&e.set(r["on-bus"]?`${r.compatible}::${r["on-bus"]}`:r.compatible,n=>NS(r,n))}),NS=(t,e)=>{let r=os(e);r.compatible=t.compatible,r.description=t.description,r.bindingsPath=t.filePath,r.bus=typeof t.bus=="string"?[t.bus]:Array.from(new Set(t.bus)),r.onBus=t["on-bus"],t.extends?.forEach(s=>r.extends.add(s)),r.warnMismatchProperties=!0;let i=Object.keys(t).filter(s=>s.endsWith("-cells")).map(s=>({specifier:s.replace(/-cells$/,""),values:t[s]}));if(t.properties&&Object.keys(t.properties).forEach(s=>{let o=t.properties[s];gJ(r,s,o),r.cellsValues=i}),t["child-binding"]){let s=t["child-binding"];r.childNodeType=o=>NS(s,o)}return r},gJ=(t,e,r)=>{let n=t.properties.find(i=>i.getNameMatch(e));if(n&&typeof n.name=="string"){n.required=()=>r.required?"required":"optional",n.values=()=>r.enum??[],n.constValue=B$(r.type,r.const),n.bindingType=r.type;let i=n.additionalTypeCheck;n.additionalTypeCheck=(s,o)=>[...j$(r,e,n)(s,o),...i?.(s,o)??[]]}else{let i=r.type==="compound"?n?.type:$$(r.type);i??=$$(r.type);let s=new J(e,i,r.required?"required":"optional",void 0,r.enum);s.additionalTypeCheck=(o,a)=>{let c=[...n?.additionalTypeCheck?.(o,a)??[],...j$(r,e,s)(o,a)];return s.signatureArgs??=n?.signatureArgs,s.signatureArgsCyclic??=!!n?.signatureArgsCyclic,c},s.description=r.description?[r.description]:n?.description,s.bindingType=r.type,s.constValue=B$(r.type,r.const),t.addProperty(s)}},j$=(t,e,r)=>{let n=t;return(i,s)=>{let o=i.parent.root,a=[];if(n.const){let l=i.ast.quickValues;if(l?.length==1){let u=Array.isArray(n.const)?n.const:[n.const];Array.isArray(l[0])&&u.length===l[0].length&&l[0].every((f,p)=>typeof f=="number"&&Number.isNaN(f)||u[p]===f)||a.push($(24,i.ast.values??i.ast,$t.DiagnosticSeverity.Error,[],[],[`Binding expects values to be "${n.type}" with value: ${n.const}`]))}}if(n.deprecated&&a.push($(14,i.ast,$t.DiagnosticSeverity.Warning,[],[$t.DiagnosticTag.Deprecated],[i.name])),(n.type==="phandle"||n.type==="phandles"||n.type==="path")&&Oe(i.ast.values)?.forEach(u=>{ln(u,o)||a.push($(22,u,$t.DiagnosticSeverity.Error))}),n.type==="path"&&i.ast.values?.values.at(0)?.value instanceof ne){let l=i.ast.values?.values.at(0)?.value,u=[];l.value.split("/").every(d=>{let f=o.getNode(d);return f?u.push(d):a.push($(23,l,$t.DiagnosticSeverity.Error,[],[],[d,`/${u.join("/")}`])),!f})}let c=i.name.match(/^(.*)-(\d+)$/);if(n.type==="phandles"&&c){let l="";e.endsWith("-gpios")?l="gpio":l=n["specifier-space"]??c[1];let u=Number.parseInt(c[2],10),d=i.parent.getProperty(`${l}-names`);d&&(d.ast.quickValues?.at(u)||a.push($(33,i.ast,$t.DiagnosticSeverity.Warning,[d.ast],[],[i.name,u.toString()])))}if(n.type==="phandle-array"){let l=Oe(i.ast.values),u=0,d=[],f=0;for(;l&&u<l.length;){let p=l.at(u),y=ln(p,o);if(!y){a.push($(22,p??i.ast,$t.DiagnosticSeverity.Error));break}let h="";e.endsWith("-gpios")?h="gpio":h=n["specifier-space"]??e.slice(0,-1);let v=y.getProperty(`#${h}-cells`);if(!v){a.push($(16,i.ast,$t.DiagnosticSeverity.Error,[...y.nodeNameOrLabelRef],[],[i.name,`#${h}-cells`,`/${y.path.slice(1).join("/")}`]));break}let S=v?qe(v,0,0,s)??0:0,_=y.nodeType?.cellsValues?.find(U=>U.specifier===h)?.values;if(d.push([`${f}_phandel`,..._?.map(U=>`${f}_${U}`)??[],...Array.from({length:S-(_?.length??0)},(U,H)=>`${f}_cell${S-(_?.length??0)?H:""}`)]),1+S>l.length-u){a.push($(19,p??i.ast,$t.DiagnosticSeverity.Error,[],[],[i.name,`<${d.at(-1).join(" ")}>`]));break}u+=1+S;let T=l.slice(u-S,u),R={mappingValuesAst:T,specifierSpace:h,target:y};i.nexusMapsTo.push(R);let C=y.getProperty(`${h}-map`);if(C){let U=y.getNexusMapEntyMatch(h,s,T);U?.match?R.mapItem=U.match:a.push($(31,U.entry,$t.DiagnosticSeverity.Error,[C.ast]))}T.every(U=>U instanceof we)&&y.spesifierNexusMapping.push({expressions:T,node:i.parent,property:i});let B=i.parent.getProperty(`${h}-names`);p&&B&&(B.ast.quickValues?.at(f)||a.push($(33,new j(G(p.firstToken,l.at(u-1)?.lastToken)),$t.DiagnosticSeverity.Warning,[B.ast],[],[i.name,f.toString()]))),f++}d.push([`${f}_phandel`,`${f}_cell...`]),r.signatureArgs=d.map(p=>p.map(y=>$t.ParameterInformation.create(y)))}return a}};var W$=(t,e)=>{let r=t.zephyrBindings.join(":");return e==="Zephyr"&&Ja().loadTypeAndCache(t.zephyrBindings,r),{files:t,type:e,getNodeTypes:n=>{switch(e){case"Zephyr":return Ja().getNodeTypes(n,r);case"DevicetreeOrg":return{type:_S().getNodeTypes(t.deviceOrgBindingsMetaSchema,t.deviceOrgTreeBindings,n),issues:[]}}},getBindings:()=>{switch(e){case"Zephyr":return Ja().getBindings(r);case"DevicetreeOrg":return _S().getBindings()}},getBusTypes:()=>{switch(e){case"Zephyr":return Ja().getBusTypes();case"DevicetreeOrg":return[]}},getDocumentLinks(n){if(!n)return[];switch(e){case"Zephyr":return Ja().getDocumentLinks(n,t.zephyrBindings);case"DevicetreeOrg":return[]}}}};var Cm=M(F());var yJ=t=>!t.lastToken.prevToken||!t.lastToken.prevToken.prevToken?[]:[{startLine:t.firstToken.pos.line,startCharacter:t.firstToken.pos.col,endLine:t.lastToken.prevToken.prevToken.pos.line,endCharacter:t.lastToken.prevToken.prevToken.pos.col,kind:Cm.FoldingRangeKind.Comment}],PS=t=>!t.openScope||!t.closeScope?.prevToken?t.nodes.flatMap(PS):[{startLine:t.openScope.pos.line,startCharacter:t.openScope.pos.col,endLine:t.closeScope.prevToken.pos.line,endCharacter:t.closeScope.prevToken.pos.col,kind:Cm.FoldingRangeKind.Region},...t.nodes.flatMap(PS)],G$=t=>{let e=[];return[...t instanceof ns?t.ifBlocks.map(r=>({start:(r.expression??r.keyword).lastToken,end:r.content?.lastToken??(r.expression??r.keyword).lastToken})):[{start:(t.ifDef.identifier??t.ifDef.keyword).lastToken,end:t.ifDef.content?.lastToken}],t.elseOption?{start:t.elseOption.keyword.lastToken,end:t.elseOption.content?.lastToken}:null].forEach(r=>{!r||!r.end||e.push({startLine:r.start.pos.line,startCharacter:r.start.pos.col,endLine:r.end.pos.line,endCharacter:r.end.pos.colEnd,kind:Cm.FoldingRangeKind.Region})}),e},vJ=t=>t instanceof lt?PS(t):t instanceof rs||t instanceof ns?G$(t):t instanceof an?yJ(t):[];function Y$(t,e){return e.allAstItems.flatMap(r=>[r,...r.allDescendants]).filter(r=>fe(r.uri,t)).flatMap(vJ)}var vo=M(F());function TJ(t){if(!t||!(t.ast instanceof He)&&!(t.ast instanceof rr))return[];let e=r=>r.nodeType?.bindingsPath?[vo.Location.create(ve(r.nodeType.bindingsPath),vo.Range.create(vo.Position.create(0,0),vo.Position.create(0,0)))]:[];return t.item instanceof Q&&!Ut(t.ast)?e(t.item):t.ast instanceof rr&&t.ast.parentNode instanceof se&&t.ast.parentNode.linksTo?e(t.ast.parentNode.linksTo):t.ast instanceof He&&t.ast.linksTo?e(t.ast.linksTo):[]}async function K$(t,e){return St(t,e,r=>[...TJ(r)])}var Am=require("fs");var bJ=(t,e)=>{Or().reset(t),Or().requestTokens(t,!0),e(t)},Dm=class{constructor(e,r,n){this.file=e;this.cb=r;this.hasDocumentOpen=n}#e=0;watch(){if(this.count++,this.count===1){console.log("create watch for",this.file);let e=this.file,r=this.cb;this.onChange=()=>{if(this.hasDocumentOpen(e)){console.log("skipping on change document is open",e);return}console.log("onChange",e),bJ(e,r)},(0,Am.watchFile)(e,this.onChange)}}unwatch(){this.count===1&&(console.log("dispose watch for",this.file),(0,Am.unwatchFile)(this.file,this.onChange),this.onChange=void 0),this.count--}get count(){return this.#e}set count(e){this.#e=e,e<0&&(this.#e=0,console.warn("unwatching an un watched file",this.file))}};var Qt=M(require("path")),RS=require("fs");var Vn=t=>{if(t)return Array.isArray(t)?t:[t]},_J=t=>({...t,deviceOrgBindingsMetaSchema:Vn(t.deviceOrgBindingsMetaSchema),deviceOrgTreeBindings:Vn(t.deviceOrgTreeBindings),includePaths:Vn(t.includePaths),lockRenameEdits:Vn(t.lockRenameEdits),zephyrBindings:Vn(t.zephyrBindings),overlays:Vn(t.overlays)}),X$=t=>({...t,defaultDeviceOrgBindingsMetaSchema:Vn(t.defaultDeviceOrgBindingsMetaSchema),defaultDeviceOrgTreeBindings:Vn(t.defaultDeviceOrgTreeBindings),defaultIncludePaths:Vn(t.defaultIncludePaths),defaultLockRenameEdits:Vn(t.defaultLockRenameEdits),defaultZephyrBindings:Vn(t.defaultZephyrBindings),contexts:t.contexts?.map(_J)}),bn=async(t,e)=>(e&&(t=t.replaceAll("${workspaceFolder}",e)),t),To={defaultBindingType:"Zephyr",defaultZephyrBindings:[],defaultIncludePaths:[],defaultDeviceOrgBindingsMetaSchema:[],defaultDeviceOrgTreeBindings:[],contexts:[],defaultLockRenameEdits:[],allowAdhocContexts:!0,autoChangeContext:!0},ES=async(t,e,r)=>{let n=(t.cwd?await bn(t.cwd,r):void 0)??e.cwd,i=await Promise.all((t.includePaths??e.defaultIncludePaths).map(p=>bn(p,r))),s=await Promise.all((t.zephyrBindings??e.defaultZephyrBindings).map(p=>bn(p,r))),o=t.bindingType??e.defaultBindingType,a=await Promise.all((t.deviceOrgTreeBindings??e.defaultDeviceOrgTreeBindings).map(p=>bn(p,r))),c=await Promise.all((t.deviceOrgBindingsMetaSchema??e.defaultDeviceOrgBindingsMetaSchema).map(p=>bn(p,r))),l=await Promise.all((t.lockRenameEdits??e.defaultLockRenameEdits).map(p=>bn(p,r)));n&&o==="Zephyr"&&(!s||s.length===0)&&(s=["./zephyr/dts/bindings"]);let u=t.dtsFile,d=t.overlays??[],f=t.compileCommands;return n&&(s=s.map(p=>(0,Qt.resolve)(n,p)).filter(p=>(0,RS.existsSync)(p)),a=a?.map(p=>(0,Qt.resolve)(n,p)),c=c.map(p=>(0,Qt.resolve)(n,p)),i=i.map(p=>(0,Qt.resolve)(n,p)),u=(0,Qt.resolve)(n,u),d=d.map(p=>(0,Qt.resolve)(n,p)),l=l.map(p=>(0,Qt.resolve)(n,p)),f=f?(0,Qt.resolve)(n,f):void 0),{ctxName:t.ctxName??(0,Qt.basename)(u),cwd:n?rt(n):void 0,includePaths:i.map(rt),zephyrBindings:s.map(rt),bindingType:o,deviceOrgTreeBindings:a.map(rt),deviceOrgBindingsMetaSchema:c.map(rt),dtsFile:rt(u),overlays:d.map(rt),lockRenameEdits:l.map(rt),compileCommands:f?rt(f):void 0}},Nu=async(t,e)=>{let r=t.cwd?await bn(t.cwd,e):void 0,n=t.defaultBindingType,i=t.defaultDeviceOrgBindingsMetaSchema=await Promise.all((t.defaultDeviceOrgBindingsMetaSchema??[]).map(d=>bn(d,e))),s=t.defaultDeviceOrgTreeBindings=await Promise.all((t.defaultDeviceOrgTreeBindings??[]).map(d=>bn(d,e))),o=t.defaultIncludePaths=await Promise.all((t.defaultIncludePaths??[]).map(d=>bn(d,e))),a=t.defaultZephyrBindings=await Promise.all((t.defaultZephyrBindings??[]).map(d=>bn(d,e))),c=t.defaultLockRenameEdits=await Promise.all((t.defaultLockRenameEdits??[]).map(d=>bn(d,e)));r&&(o=t.defaultIncludePaths=(t.defaultIncludePaths??[]).map(d=>(0,Qt.resolve)(r,d)),n==="Zephyr"&&!t.defaultZephyrBindings&&(a=["./zephyr/dts/bindings"]),a=a.map(d=>(0,Qt.resolve)(r,d)),i=i.map(d=>(0,Qt.resolve)(r,d)),s=(t.defaultDeviceOrgTreeBindings??[]).map(d=>(0,Qt.resolve)(r,d)),c=c.map(d=>(0,Qt.resolve)(r,d)));let l={cwd:r,defaultDeviceOrgBindingsMetaSchema:i,defaultDeviceOrgTreeBindings:s,defaultIncludePaths:o,defaultZephyrBindings:a,defaultLockRenameEdits:c,defaultBindingType:n,autoChangeContext:t.autoChangeContext??To.autoChangeContext,allowAdhocContexts:t.allowAdhocContexts??To.allowAdhocContexts},u=(await Promise.all(t.contexts?.map(d=>ES(d,l,e))??[])).filter(d=>[d.dtsFile,...d.overlays].every(f=>(0,RS.existsSync)(f)&&Qt.default.isAbsolute(f)));return{...l,contexts:u}};var J$=t=>`DT_PROP(${wS(t.parent)}, ${t.name.replaceAll("-","_")}))`,Q$=t=>t.parent.labels.map(e=>`DT_PROP(DT_NODELABEL(${e.label.toString()}), ${t.name.replaceAll("-","_")})`);var wS=t=>`DT_PATH(${t.path.slice(1).map(e=>e.replace("@","_").replaceAll("-","_")).join(",")})`,Z$=t=>t.labels.map(e=>`DT_NODELABEL(${e.label.toString()})`),eB=t=>{let e=[];return ti.getNodeFromPath(["aliases"],t.root)?.property.filter(i=>{if(i.ast.quickValues?.at(0)===t.pathString)return!0;let s=i.ast.values?.values.at(0)?.value;if(s instanceof se&&s.linksTo===t||s instanceof it&&s.path?.pathParts.at(-1)?.linksTo===t)return!0})?.forEach(i=>e.push(`DT_ALIAS(${i.name.replaceAll("-","_")})`)),e};function SJ(t,e){if(!t||!(t.item instanceof Xe)||!(t.ast instanceof Ze))return[];let r=[];return e.settings.bindingType==="Zephyr"&&(r.push({type:"dt_zephyr_macro_prop_node_path",data:J$(t.item)}),Q$(t.item).forEach(n=>{r.push({type:"dt_zephyr_macro_prop_node_label",data:n})})),r}function NJ(t,e){if(!t||t.item===null)return[];let r;if(t.item instanceof Q?r=t.item:t.ast.parentNode instanceof se&&t.ast.parentNode.linksTo?r=t.ast.parentNode.linksTo:t.ast instanceof He&&t.ast.linksTo&&(r=t.ast.linksTo),!r)return[];let n=[{type:"path",data:r.pathString}];return e.settings.bindingType==="Zephyr"&&(Z$(r).forEach(i=>{n.push({type:"dt_zephyr_macro_node_label",data:i})}),n.push({type:"dt_zephyr_macro_node_path",data:wS(r)}),eB(r).forEach(i=>{n.push({type:"dt_zephyr_macro_prop_node_alias",data:i})})),n}async function tB(t,e){return e?St(t,e,r=>[...NJ(r,e),...SJ(r,e)]):[]}var rB=M(F());function PJ(t){return!t||!(t.item instanceof Xe)?void 0:t.item.parent.nodeType?.getSignatureHelp?.(t.item,t.ast,t.beforeAst,t.afterAst)}async function RJ(t){let e=Rc(t?.ast);if(!e||!e.params.length||!t?.ast||t.ast===e.functionName)return;let n=(await t.runtime.context.getAllParsers()).at(-1).cPreprocessorParser.macros.get(e.functionName.name)?.macro.identifier;if(!n||!(n instanceof Zn))return;let i=n.params.map(o=>({label:o instanceof Ct?o.name:"..."})),s=e.params.find(o=>o&&(t.ast===o||o.isAncestorOf(t.ast)));return s??=t.afterAst?e.params.find(o=>o&&(t.afterAst===o||o.isAncestorOf(t.afterAst))):void 0,s??=t.beforeAst?e.params.find(o=>o&&(t.beforeAst===o||o.isAncestorOf(t.beforeAst))):void 0,{signatures:[rB.SignatureInformation.create(`${e.functionName.name}(${i.map(o=>o.label).join(", ")})`,void 0,...i.flat())],activeSignature:0,activeParameter:s?e.params.indexOf(s):void 0}}async function nB(t,e){if(e)return(await St(t,e,async r=>[await RJ(r)||PJ(r)])).at(0)}var iB=require("timers"),sB=require("events");var kS=class extends sB.EventEmitter{constructor(e=3e3,r=1e3){super(),this.thresholdBytes=e*1024*1024,this.interval=(0,iB.setInterval)(()=>{let n=process.memoryUsage().heapUsed;n>this.thresholdBytes&&this.emit("thresholdExceeded",{usedMb:(n/1024/1024).toFixed(2),thresholdMb:e})},r)}stop(){clearInterval(this.interval)}},EJ=new kS(3e3),oB=()=>{EJ.on("thresholdExceeded",({usedMb:t,thresholdMb:e})=>{console.warn(`[HeapMonitor] Heap usage exceeded ${e}MB: ${t}MB used`),Uw(),jw()})};var Ve=[],ue,Za,Im=new WeakMap,Pu=new Map;oB();var cB=t=>{t.getContextFiles().forEach(e=>{Pu.has(e)||Pu.set(e,new Dm(e,xS,r=>!!Om(r))),Pu.get(e)?.watch()})},IS=async t=>{let e=Ve.indexOf(t);if(e===-1)return;xm(t,void 0,!0),Im.delete(t),console.log(`(ID: ${t.id}) cleaning Context for [${t.ctxNames.join(",")}]`);let r=await Os(t);if(ie.sendNotification("devicetree/contextDeleted",{ctxNames:t.ctxNames.map(n=>n.toString()),id:t.id,...await t.getFileTree(),settings:t.settings,active:ue===t,type:r.type}),Ve.splice(e,1),await qS(),t===ue&&(ue=void 0,Ve.length)){let n=Za?on(Ve,{uri:Za}):void 0;n??=Ve[0],console.log("Active context was deleted. Forcing active to",n.id),await Zt({id:n.id},!0)}t.getContextFiles().map(n=>Pu.get(n)?.unwatch())},wJ=t=>{let e=Im.get(t);if(!e?.abort.signal.aborted)return Promise.all([e?.promise,t.getRuntime()])},$e=async()=>{await Promise.all(Ve.map(wJ))},OS=async t=>(await lB()).indexOf(t)!==-1,lB=async()=>{let t=await uB();return Ve.filter(e=>!t.some(r=>r===e))},uB=async()=>{let t=await AS();return Ve.filter(e=>t.contexts.find(r=>Si(r)===e.id))},kJ=async()=>{let t=await OJ();return Ve.filter(e=>t.contexts.find(r=>Si(r)===e.id))},CJ=async t=>(await kJ()).indexOf(t)!==-1,DJ=async(t,e)=>{if(t===e)return!0;let r=(await t.getAllParsers()).flatMap(i=>i.cPreprocessorParser.dtsIncludes).filter(i=>i.resolvedPath),n=(await e.getAllParsers()).flatMap(i=>i.cPreprocessorParser.dtsIncludes).filter(i=>i.resolvedPath);return n.some(i=>fe(i.resolvedPath,t.parser.uri))&&r.length?r.every(i=>n.some(s=>s.resolvedPath===i.resolvedPath&&s.firstToken.pos.col===i.firstToken.pos.col&&s.firstToken.pos.len===i.firstToken.pos.len&&s.firstToken.pos.line===i.firstToken.pos.line&&s.lastToken.pos.col===i.lastToken.pos.col&&s.lastToken.pos.len===i.lastToken.pos.len&&s.lastToken.pos.line===i.lastToken.pos.line)):e.getContextFiles().some(i=>fe(i,t.parser.uri))},AJ=async t=>{if(!await OS(t))return;let e=await lB(),r=await uB(),n=await hf(e);if(Ve.indexOf(t)===-1)return;let i=await Promise.all(n.flatMap(a=>[...r,...e.filter(c=>c!==a.context)].map(async c=>({context:a.context,same:await DJ(a.context,c)})))),s=t.getContextFiles(),o=n.filter(a=>i.some(c=>c.context===a.context&&c.same)||a.context!==t&&fe(a.context.parser.uri,t.parser.uri)&&s.some(c=>c&&a.files.indexOf(c)!==-1)).map(a=>a.context);o.length&&await Promise.all(o.map(IS))},ie=(0,ut.createConnection)(ut.ProposedFeatures.all),vr=new ut.TextDocuments(Qi),dB=!1,CS=!1,fB=!1,pB=!1,hB=!1,DS;ie.onInitialize(t=>{DS=t.workspaceFolders??[],ie.console.log(`[Server(${process.pid}) ${DS?.at(0)?.uri} Version 0.5.1 ] Started and initialize received`);let e=t.capabilities;dB=!!(e.workspace&&e.workspace.configuration),CS=!!(e.workspace&&e.workspace.workspaceFolders),fB=!!e.workspace?.diagnostics?.refreshSupport,pB=!!e.workspace?.semanticTokens?.refreshSupport,hB=!!e.workspace?.foldingRange?.refreshSupport;let r={capabilities:{typeDefinitionProvider:!0,workspaceSymbolProvider:!0,textDocumentSync:ut.TextDocumentSyncKind.Incremental,renameProvider:{prepareProvider:!0},completionProvider:{resolveProvider:!0,triggerCharacters:["&","="," ",'"',"(",","]},codeActionProvider:{codeActionKinds:[ut.CodeActionKind.QuickFix,ut.CodeActionKind.SourceFixAll]},documentSymbolProvider:!0,semanticTokensProvider:{legend:{tokenTypes:lf,tokenModifiers:uf},full:!0},documentLinkProvider:{resolveProvider:!1},foldingRangeProvider:!0,definitionProvider:!0,declarationProvider:!0,referencesProvider:!0,documentFormattingProvider:!0,hoverProvider:!0,signatureHelpProvider:{triggerCharacters:["<","("],retriggerCharacters:[" ",","]}}};return CS&&(r.capabilities.workspace={workspaceFolders:{changeNotifications:!0,supported:!0}}),r});ie.onInitialized(()=>{dB&&ie.client.register(ut.DidChangeConfigurationNotification.type,{}),CS&&ie.workspace.onDidChangeWorkspaceFolders(async t=>{ie.console.log("Workspace folder change event received"),await ku()})});var IJ=async()=>{let t=mB();return t={...To,...t},Nu(t,await wu())},AS=async()=>{let t=MJ();return t={...To,...t},Nu(t,await wu())},OJ=async()=>{let t=qJ();return t={...To,...t},Nu(t,await wu())},Eu=async()=>{let t=xJ();return t={...To,...t},Nu(t,await wu())},wu=async()=>(await ie.workspace.getWorkspaceFolders()??DS)?.map(e=>De(e.uri))?.at(0),aB=async t=>{let e=on(Ve,{id:Si(t)});if(e)return e.ctxNames.includes(t.ctxName)||console.log(`(ID: ${e.id}) Adding name ${t.ctxName} for [${e.ctxNames.join(",")}]`),e.addCtxName(t.ctxName),e;let r=Si(t);console.log(`(ID: ${r}) New context [${t.ctxName}]`),console.log(`(ID: ${r}) Settings: ${JSON.stringify(t,void 0," ")}`);let n=(0,ec.join)((0,ec.dirname)(t.dtsFile),"dts","bindings"),i=new jf(t,t.bindingType?W$({zephyrBindings:t.zephyrBindings?[n,...t.zephyrBindings]:[n],deviceOrgBindingsMetaSchema:t.deviceOrgBindingsMetaSchema??[],deviceOrgTreeBindings:t.deviceOrgTreeBindings??[]},t.bindingType):void 0);Ve.push(i),await i.stable(),cB(i);let s=await Os(i);return ie.sendNotification("devicetree/contextCreated",{ctxNames:i.ctxNames.map(o=>o.toString()),id:i.id,...await i.getFileTree(),settings:i.settings,active:i===ue,type:s.type}),await AJ(i),await qS(),i},ku=async()=>{let t=await AS(),e=await Eu();e.allowAdhocContexts||(e=await AS());let r=e.contexts.map(Si),n=Ve.filter(i=>!r.includes(i.id));await Promise.all(n.map(IS)),await t.contexts?.reduce((i,s)=>i.then(async()=>{await aB(s)}),Promise.resolve()),e.allowAdhocContexts&&await(await IJ()).contexts?.reduce((s,o)=>s.then(async()=>{on(Ve,{uri:o.dtsFile})||await aB(o)}),Promise.resolve()),Za?await Zt({uri:Za}):!ue&&Ve.length&&(console.log(`No active context using first context (ID: ${Ve[0].id}) [${Ve[0].ctxNames.join(",")}]`),await Zt({id:Ve[0].id}))},_n,Is,Ru=new Map,Qa=new Map,xJ=()=>!Is&&!_n?void 0:{...Is,..._n,contexts:[..._n?.contexts??[],...Array.from(Qa.values()),...Array.from(Ru.values())]},mB=()=>!Is&&!_n?void 0:{...Is,..._n,contexts:[...Array.from(Ru.values())]},MJ=()=>!Is&&!_n?void 0:{...Is,..._n,contexts:[..._n?.contexts??[],...Array.from(Qa.values())]},qJ=()=>!Is&&!_n?void 0:{..._n,contexts:[..._n?.contexts??[]]};function LJ(t){let e={...t};for(let r in e)e[r]===null&&delete e[r];return e}var gB=async()=>{let t=await Eu();console.log("Resolved settings",JSON.stringify(t,void 0," ")),ie.sendNotification("devicetree/settingsChanged",t),await ku(),$e().then(()=>{fB&&ie.languages.diagnostics.refresh()})},yB=()=>{let t=ue?.getContextFiles();Array.from(vr.keys()).filter(Bt).forEach(e=>{t?.some(r=>fe(r,De(e)))||ie.sendDiagnostics({uri:e,version:vr.get(e)?.version,diagnostics:[{severity:ut.DiagnosticSeverity.Information,range:ut.Range.create(ut.Position.create(0,0),ut.Position.create(0,0)),message:"File not in active context",source:"devicetree"}]})})},xS=async t=>{let e=By(Ve,t);if(e.length)e.sort((r,n)=>r===ue?-1:n===ue?1:0).forEach(r=>{Im.get(r)?.abort.abort();let n=new AbortController,i=new Promise(s=>{setTimeout(async()=>{if(n.signal.aborted){s();return}let o=performance.now(),a=ue===r,c=a?vB(r):[],l=r.getContextFiles();await r.reevaluate(t),cB(r),l.forEach(u=>Pu.get(u)?.unwatch()),a&&MS(r).then(u=>{let d=u.items.map(f=>({uri:f.uri,version:f.version??void 0,diagnostics:f.items}));xm(r,c.filter(f=>d.every(p=>p.uri!==f.uri))),d.forEach(f=>{ie.sendDiagnostics(f)})}),r.serialize().then(async u=>{let[d,f]=await Promise.all([Os(r),r.getFileTree()]),p={node:u,ctx:{ctxNames:r.ctxNames.map(y=>y.toString()),id:r.id,...f,settings:r.settings,active:a,type:d.type}};ue===r&&ie.sendNotification("devicetree/activeContextStableNotification",p),ie.sendNotification("devicetree/contextStableNotification",p)}),s(),console.log("reevaluate",performance.now()-o)},50)});Im.set(r,{abort:n,promise:i})});else{if((await Eu()).allowAdhocContexts===!1)return;await ku(),await Zt({uri:t})}},$J=t=>vr.keys().find(e=>fe(De(e),t)),Om=t=>{let e=$J(t);if(e)return vr.get(e)},vB=t=>t.getContextFiles().map(e=>({uri:ve(e),version:Om(e)?.version,diagnostics:[]})),xm=async(t,e=vB(t),r=!1)=>{!r&&t!==ue||await Promise.all(e.filter(n=>t===ue||!ue?.getContextFiles().some(i=>fe(De(n.uri),i))).map(n=>ie.sendDiagnostics({uri:n.uri,version:vr.get(n.uri)?.version,diagnostics:[]})))},MS=async t=>{await t.stable();let e=performance.now(),r=await t.getDiagnostics(),n=t.getContextFiles().map(i=>({uri:ve(i),kind:ut.DocumentDiagnosticReportKind.Full,items:r.get(i)??[],version:Om(i)?.version??null}));return console.log(`(ID: ${t.id})`,"workspace diagnostics",`[${t.ctxNames.join(",")}]`,performance.now()-e),{items:[...n]}},qS=async()=>{let t=await Promise.all(Ve.map(Os));console.log("======== Context List ========"),t.forEach(e=>{console.log(`(ID: ${e.ctx.id}) [${e.ctx.ctxNames.join(",")}]`,`[${e.type}]`,ue===e.ctx?" [ACTIVE]":"")}),console.log("==============================")},Os=async t=>{let e=await OS(t),r=!e&&await CJ(t);return{ctx:t,type:e?"Ad Hoc":r?"User":"3rd Party"}},Zt=async(t,e=!1)=>{if("uri"in t){if(!Bt(t.uri))return!1;Za=t.uri,console.log("Active File Uri",Za)}let r=await Eu();if(await $e(),ue&&!e&&!r.autoChangeContext||!e&&ue?.getContextFiles().find(s=>"uri"in t&&fe(s,t.uri)))return!1;let n=ue,i=on(Ve,t);return n!==i&&(n&&xm(n),ue=i,i?(Os(i).then(async s=>{let o=await i.getFileTree();!i||i!==ue&&!Ve.includes(i)||ie.sendNotification("devicetree/newActiveContext",{ctxNames:i.ctxNames.map(a=>a.toString()),id:i.id,...o,settings:i.settings,active:ue===i,type:s.type})}),MS(i).then(s=>{s.items.map(o=>({uri:o.uri,version:o.version??void 0,diagnostics:o.items})).forEach(o=>{ie.sendDiagnostics(o)})}),await qS()):ie.sendNotification("devicetree/newActiveContext",void 0)),hB&&ie.languages.foldingRange.refresh(),pB&&ie.languages.semanticTokens.refresh(),yB(),!0},Bt=t=>[".dts",".dtsi",".dtso",".overlay"].some(e=>t.endsWith(e));vr.listen(ie);vr.onDidClose(async t=>{let e=De(t.document.uri);if(!Bt(e))return;let r=By(Ve,e);if(r.length===0){Ru.delete(e),ie.sendDiagnostics({uri:t.document.uri,version:vr.get(t.document.uri)?.version,diagnostics:[]});return}await Promise.all(r.map(async n=>{(n?.getContextFiles()??[]).filter(o=>o!==e).some(o=>Om(o))?ue?.getContextFiles().some(o=>fe(o,e))||ie.sendDiagnostics({uri:t.document.uri,version:vr.get(t.document.uri)?.version,diagnostics:[]}):await OS(n)?(await IS(n),Ru.delete(n.settings.dtsFile)):xm(n)}))});vr.onDidOpen(async t=>{let e=De(t.document.uri);if(!Bt(e))return;await $e(),yB();let r=on(Ve,{uri:e});if(r)r!==ue&&await Zt({id:r.id});else{let n={ctxName:(0,ec.basename)(e),dtsFile:e};Ru.set(e,n),await xS(e)}});vr.onDidChangeContent(async t=>{let e=De(t.document.uri);if(!Bt(e))return;let r=t.document.getText(),n=Or();n.needsRenew(e,r)&&(console.log("Content changed"),n.renewLexer(e,r),await xS(e))});ie.onDidChangeConfiguration(async t=>{t?.settings?.devicetree&&(_n=X$(LJ(t.settings.devicetree)),console.log("Configuration changed",JSON.stringify(t,void 0," ")),await gB())});ie.listen();ie.languages.diagnostics.onWorkspace(async()=>{await $e();let t=ue;return t?MS(t):{items:[]}});ie.onDidChangeWatchedFiles(t=>{ie.console.log("We received a file change event")});ie.onCompletion(async t=>{let e=De(t.textDocument.uri);if((e.endsWith(".c")||e.endsWith(".cpp"))&&ue&&ue.bindingLoader?.type==="Zephyr")return iA(t,ue,vr.get(t.textDocument.uri));if(!Bt(e))return[];await $e(),Zt({uri:e});let r=Tr(e);return r?[...await UC(t,r),...await _A(t,r)]:[]});ie.onCompletionResolve(t=>t);var Tr=t=>{let e=mB();return on(Ve,{uri:t},ue,e?.preferredContext)};ie.onDocumentSymbol(async t=>{let e=De(t.textDocument.uri);if(!Bt(e))return[];await $e();let r=Tr(e);return r?r.getUriParser(e)?.getDocumentSymbols(e):[]});ie.onWorkspaceSymbol(async()=>{await $e();let t=ue;return t?(await t.getAllParsers()).flatMap(e=>e.getWorkspaceSymbols()):[]});ie.languages.semanticTokens.on(async t=>{let e=De(t.textDocument.uri);if(!Bt(e))return{data:[]};try{await $e();let r=Tr(e),n=new ut.SemanticTokensBuilder,i=r?.isInContext(e);return!r||!i?{data:[]}:((await r.getAllParsers()).forEach(s=>s.buildSemanticTokens(n,e)),n.build())}catch(r){throw console.log(r),r}});ie.onDocumentLinks(async t=>{await $e();let e=De(t.textDocument.uri);return Bt(e)?Tr(e)?.getDocumentLinks(e):e.endsWith(".yaml")&&ue?ue.bindingLoader?.getDocumentLinks?.(vr.get(t.textDocument.uri))??[]:[]});ie.onPrepareRename(async t=>{let e=De(t.textDocument.uri);if(!Bt(e))return;await $e(),Zt({uri:e});let r=Tr(e);return uA(t,r)});ie.onRenameRequest(async t=>{let e=De(t.textDocument.uri);if(!Bt(e))return;await $e(),Zt({uri:e});let r=Tr(e);return lA(t,r)});ie.onReferences(async t=>{let e=De(t.textDocument.uri);if(!Bt(e))return;await $e(),Zt({uri:e});let r=Tr(e);return sA(t,r)});ie.onDefinition(async t=>{let e=De(t.textDocument.uri);if((e.endsWith(".c")||e.endsWith(".cpp"))&&ue&&ue.bindingLoader?.type==="Zephyr")return mA(t,ue,vr.get(t.textDocument.uri));if(!Bt(e))return;await $e(),Zt({uri:e});let r=Tr(e),n=(await r?.getDocumentLinks(e,t.position))?.filter(i=>i.target).map(i=>ut.Location.create(i.target,i.range))??[];return n.length?n:pA(t,r)});ie.onDeclaration(async t=>{let e=De(t.textDocument.uri);if((e.endsWith(".c")||e.endsWith(".cpp"))&&ue&&ue.bindingLoader?.type==="Zephyr")return yA(t,ue,vr.get(t.textDocument.uri));if(!Bt(e))return;await $e(),Zt({uri:e});let r=Tr(e);return hA(t,r)});ie.onCodeAction(async t=>{let e=De(t.textDocument.uri);if(Bt(e))return TA(t)});ie.onDocumentFormatting(async t=>{let e=De(t.textDocument.uri);if(!Bt(e))return;await $e(),Zt({uri:e});let r=Tr(e);return r?(await r.getSyntaxIssues(void 0,i=>Yo(i,e,!1))).get(e)?.length?[]:Yy(t,r,Or().getDocument(e).getText()):[]});ie.onHover(async t=>{let e=De(t.textDocument.uri);if((e.endsWith(".c")||e.endsWith(".cpp"))&&ue&&ue.bindingLoader?.type==="Zephyr")return VI(t,ue,vr.get(t.textDocument.uri));if(!Bt(e))return;await $e();let r=Tr(e);return(await SA(t,r)).at(0)});ie.onFoldingRanges(async t=>{let e=De(t.textDocument.uri);if(!Bt(e))return;await $e();let r=Tr(e),n=r?.isInContext(e);if(!r||!n)return[];let i=(await r.getAllParsers()).find(s=>s.getFiles().some(o=>o===e));return i?Y$(e,i):[]});ie.onTypeDefinition(async t=>{let e=De(t.textDocument.uri);if(!Bt(e))return;await $e(),Zt({uri:e});let r=Tr(e);return K$(t,r)});ie.onSignatureHelp(async t=>{let e=De(t.textDocument.uri);if(!Bt(e))return;await $e(),Zt({uri:e});let r=Tr(e);return nB(t,r)});ie.onRequest("devicetree/getContexts",async()=>(await $e(),Promise.all(Ve.map(async t=>{let e=await Os(t);return{ctxNames:t.ctxNames.map(r=>r.toString()),id:t.id,...await t.getFileTree(),settings:t.settings,active:ue===t,type:e.type}}))));ie.onRequest("devicetree/setActive",async t=>(await $e(),console.log("devicetree/setActive",t),await Zt(t,!0)));ie.onRequest("devicetree/getActiveContext",async()=>{if(await $e(),console.log("devicetree/getActiveContext"),!ue)return;let t=await Os(ue);return ue?{ctxNames:ue.ctxNames.map(e=>e.toString()),id:ue.id,...await ue.getFileTree(),settings:ue.settings,active:!0,type:t.type}:void 0});ie.onRequest("devicetree/setDefaultSettings",async t=>{await $e(),Is=t,console.log("Integration Settings",t),await gB()});ie.onRequest("devicetree/requestContext",async t=>{await $e();let e=await Eu(),r=await ES(t,e,await wu());console.log("devicetree/requestContext",r);let n=Si(r),i=Array.from(Qa).find(([,a])=>a.ctxName===t.ctxName);if(i){let a=i[0].split(":",1)[0];on(Ve,{name:t.ctxName.toString()})?.removeCtxName(t.ctxName),console.log(`Removing integration context with ID ${a} and name ${t.ctxName}`),Qa.delete(i[0])}Qa.set(`${n}:${t.ctxName}`,t),await ku();let s=Ve.find(a=>a.id===n);if(!s)throw new Error("Failed to create context");let o=await Os(s);return{ctxNames:s.ctxNames.map(a=>a.toString()),id:n,...await s.getFileTree(),settings:s.settings,active:!0,type:o.type}});ie.onRequest("devicetree/removeContext",async({id:t,name:e})=>{await $e(),Qa.delete(`${t}:${e}`);let r=on(Ve,{id:t});if(r){if(r.removeCtxName(e),r.ctxNames.length){console.log("Context will not be deleted as it is still in use by others");return}await ku()}});ie.onRequest("devicetree/compiledDtsOutput",async t=>(await $e(),t?on(Ve,{id:t})?.toFullString():void 0));ie.onRequest("devicetree/serializedContext",async t=>(await $e(),t?on(Ve,{id:t})?.serialize():void 0));ie.onRequest("devicetree/activePath",async t=>{if(await $e(),!ue)return;let e=r=>{if(r?.item)return r.item instanceof Q?{nodePath:r.item.pathString}:{nodePath:r.item.parent.pathString,propertyName:r.item.name}};return(await St(t,ue,r=>[e(r)])).at(0)});ie.onRequest("devicetree/customActions",async t=>(await $e(),tB(t,ue)));ie.onRequest("devicetree/activeFileUri",async t=>{await $e(),Zt({uri:t})});var BJ=async(t,e,r)=>{if((await e.getSyntaxIssues(void 0,a=>Yo(a,r,!1))).get(r)?.length)throw new Error("Unable to format. Files has syntax issues.");let i=Or().getDocument(r),s=await Yy(t,e,i.getText());return s.length===0?void 0:Fy(i,s)};ie.onRequest("devicetree/formattingText",async t=>{await $e();let e=De(t.textDocument.uri),r=Tr(e);if(r)return Zt({uri:e}),BJ(t,r,e);let n=Or().getDocument(e,t.text),i=await Gw(t,n.getText());return i.length===0?n.getText():Fy(n,i)});ie.onRequest("devicetree/diagnosticIssues",async({uri:t,full:e})=>{await $e();let r=De(t);Zt({uri:r});let n=Tr(r);if(!n)return[];let i=e?(await n.getDiagnostics()).get(r):(await n.getSyntaxIssues(void 0,s=>Yo(s,r,!!e))).get(r);if(i?.length)return i});ie.onRequest("devicetree/evalMacros",async({macros:t,ctxId:e})=>{await $e();let r=on(Ve,{id:e});return r?t.map(n=>{let i=df(n,r.macros),s=Ie(i);return{macro:n,evaluated:typeof s=="number"?s:i}}):[]});