dts-linter 0.0.0-beta9 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +153 -1
- package/dist/dts-linter.js +137 -56
- package/dist/server.js +205 -210
- package/package.json +5 -3
package/dist/server.js
CHANGED
|
@@ -1,190 +1,198 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
"use strict";var wM=Object.create;var Op=Object.defineProperty;var kM=Object.getOwnPropertyDescriptor;var NM=Object.getOwnPropertyNames;var PM=Object.getPrototypeOf,RM=Object.prototype.hasOwnProperty;var k=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),CM=(t,e)=>{for(var n in e)Op(t,n,{get:e[n],enumerable:!0})},DM=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of NM(e))!RM.call(t,i)&&i!==n&&Op(t,i,{get:()=>e[i],enumerable:!(r=kM(e,i))||r.enumerable});return t};var K=(t,e,n)=>(n=t!=null?wM(PM(t)):{},DM(e||!t||!t.__esModule?Op(n,"default",{value:t,enumerable:!0}):n,t));var au=k(Nt=>{"use strict";Object.defineProperty(Nt,"__esModule",{value:!0});Nt.thenable=Nt.typedArray=Nt.stringArray=Nt.array=Nt.func=Nt.error=Nt.number=Nt.string=Nt.boolean=void 0;function AM(t){return t===!0||t===!1}Nt.boolean=AM;function LS(t){return typeof t=="string"||t instanceof String}Nt.string=LS;function OM(t){return typeof t=="number"||t instanceof Number}Nt.number=OM;function IM(t){return t instanceof Error}Nt.error=IM;function $S(t){return typeof t=="function"}Nt.func=$S;function qS(t){return Array.isArray(t)}Nt.array=qS;function xM(t){return qS(t)&&t.every(e=>LS(e))}Nt.stringArray=xM;function MM(t,e){return Array.isArray(t)&&t.every(e)}Nt.typedArray=MM;function LM(t){return t&&$S(t.then)}Nt.thenable=LM});var io=k(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.stringArray=Zt.array=Zt.func=Zt.error=Zt.number=Zt.string=Zt.boolean=void 0;function $M(t){return t===!0||t===!1}Zt.boolean=$M;function jS(t){return typeof t=="string"||t instanceof String}Zt.string=jS;function qM(t){return typeof t=="number"||t instanceof Number}Zt.number=qM;function jM(t){return t instanceof Error}Zt.error=jM;function FM(t){return typeof t=="function"}Zt.func=FM;function FS(t){return Array.isArray(t)}Zt.array=FS;function BM(t){return FS(t)&&t.every(e=>jS(e))}Zt.stringArray=BM});var rm=k(Z=>{"use strict";Object.defineProperty(Z,"__esModule",{value:!0});Z.Message=Z.NotificationType9=Z.NotificationType8=Z.NotificationType7=Z.NotificationType6=Z.NotificationType5=Z.NotificationType4=Z.NotificationType3=Z.NotificationType2=Z.NotificationType1=Z.NotificationType0=Z.NotificationType=Z.RequestType9=Z.RequestType8=Z.RequestType7=Z.RequestType6=Z.RequestType5=Z.RequestType4=Z.RequestType3=Z.RequestType2=Z.RequestType1=Z.RequestType=Z.RequestType0=Z.AbstractMessageSignature=Z.ParameterStructures=Z.ResponseError=Z.ErrorCodes=void 0;var gs=io(),Ip;(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})(Ip||(Z.ErrorCodes=Ip={}));var xp=class t extends Error{constructor(e,n,r){super(n),this.code=gs.number(e)?e:Ip.UnknownErrorCode,this.data=r,Object.setPrototypeOf(this,t.prototype)}toJson(){let e={code:this.code,message:this.message};return this.data!==void 0&&(e.data=this.data),e}};Z.ResponseError=xp;var bn=class t{constructor(e){this.kind=e}static is(e){return e===t.auto||e===t.byName||e===t.byPosition}toString(){return this.kind}};Z.ParameterStructures=bn;bn.auto=new bn("auto");bn.byPosition=new bn("byPosition");bn.byName=new bn("byName");var st=class{constructor(e,n){this.method=e,this.numberOfParams=n}get parameterStructures(){return bn.auto}};Z.AbstractMessageSignature=st;var Mp=class extends st{constructor(e){super(e,0)}};Z.RequestType0=Mp;var Lp=class extends st{constructor(e,n=bn.auto){super(e,1),this._parameterStructures=n}get parameterStructures(){return this._parameterStructures}};Z.RequestType=Lp;var $p=class extends st{constructor(e,n=bn.auto){super(e,1),this._parameterStructures=n}get parameterStructures(){return this._parameterStructures}};Z.RequestType1=$p;var qp=class extends st{constructor(e){super(e,2)}};Z.RequestType2=qp;var jp=class extends st{constructor(e){super(e,3)}};Z.RequestType3=jp;var Fp=class extends st{constructor(e){super(e,4)}};Z.RequestType4=Fp;var Bp=class extends st{constructor(e){super(e,5)}};Z.RequestType5=Bp;var Up=class extends st{constructor(e){super(e,6)}};Z.RequestType6=Up;var Vp=class extends st{constructor(e){super(e,7)}};Z.RequestType7=Vp;var zp=class extends st{constructor(e){super(e,8)}};Z.RequestType8=zp;var Wp=class extends st{constructor(e){super(e,9)}};Z.RequestType9=Wp;var Hp=class extends st{constructor(e,n=bn.auto){super(e,1),this._parameterStructures=n}get parameterStructures(){return this._parameterStructures}};Z.NotificationType=Hp;var Gp=class extends st{constructor(e){super(e,0)}};Z.NotificationType0=Gp;var Yp=class extends st{constructor(e,n=bn.auto){super(e,1),this._parameterStructures=n}get parameterStructures(){return this._parameterStructures}};Z.NotificationType1=Yp;var Kp=class extends st{constructor(e){super(e,2)}};Z.NotificationType2=Kp;var Xp=class extends st{constructor(e){super(e,3)}};Z.NotificationType3=Xp;var Jp=class extends st{constructor(e){super(e,4)}};Z.NotificationType4=Jp;var Qp=class extends st{constructor(e){super(e,5)}};Z.NotificationType5=Qp;var Zp=class extends st{constructor(e){super(e,6)}};Z.NotificationType6=Zp;var em=class extends st{constructor(e){super(e,7)}};Z.NotificationType7=em;var tm=class extends st{constructor(e){super(e,8)}};Z.NotificationType8=tm;var nm=class extends st{constructor(e){super(e,9)}};Z.NotificationType9=nm;var BS;(function(t){function e(i){let s=i;return s&&gs.string(s.method)&&(gs.string(s.id)||gs.number(s.id))}t.isRequest=e;function n(i){let s=i;return s&&gs.string(s.method)&&i.id===void 0}t.isNotification=n;function r(i){let s=i;return s&&(s.result!==void 0||!!s.error)&&(gs.string(s.id)||gs.number(s.id)||s.id===null)}t.isResponse=r})(BS||(Z.Message=BS={}))});var sm=k(Ni=>{"use strict";var US;Object.defineProperty(Ni,"__esModule",{value:!0});Ni.LRUCache=Ni.LinkedMap=Ni.Touch=void 0;var en;(function(t){t.None=0,t.First=1,t.AsOld=t.First,t.Last=2,t.AsNew=t.Last})(en||(Ni.Touch=en={}));var cu=class{constructor(){this[US]="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,n=en.None){let r=this._map.get(e);if(r)return n!==en.None&&this.touch(r,n),r.value}set(e,n,r=en.None){let i=this._map.get(e);if(i)i.value=n,r!==en.None&&this.touch(i,r);else{switch(i={key:e,value:n,next:void 0,previous:void 0},r){case en.None:this.addItemLast(i);break;case en.First:this.addItemFirst(i);break;case en.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 n=this._map.get(e);if(n)return this._map.delete(e),this.removeItem(n),this._size--,n.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,n){let r=this._state,i=this._head;for(;i;){if(n?e.bind(n)(i.value,i.key,this):e(i.value,i.key,this),this._state!==r)throw new Error("LinkedMap got modified during iteration.");i=i.next}}keys(){let e=this._state,n=this._head,r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==e)throw new Error("LinkedMap got modified during iteration.");if(n){let i={value:n.key,done:!1};return n=n.next,i}else return{value:void 0,done:!0}}};return r}values(){let e=this._state,n=this._head,r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==e)throw new Error("LinkedMap got modified during iteration.");if(n){let i={value:n.value,done:!1};return n=n.next,i}else return{value:void 0,done:!0}}};return r}entries(){let e=this._state,n=this._head,r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==e)throw new Error("LinkedMap got modified during iteration.");if(n){let i={value:[n.key,n.value],done:!1};return n=n.next,i}else return{value:void 0,done:!0}}};return r}[(US=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}trimOld(e){if(e>=this.size)return;if(e===0){this.clear();return}let n=this._head,r=this.size;for(;n&&r>e;)this._map.delete(n.key),n=n.next,r--;this._head=n,this._size=r,n&&(n.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 n=e.next,r=e.previous;if(!n||!r)throw new Error("Invalid list");n.previous=r,r.next=n}e.next=void 0,e.previous=void 0,this._state++}touch(e,n){if(!this._head||!this._tail)throw new Error("Invalid list");if(!(n!==en.First&&n!==en.Last)){if(n===en.First){if(e===this._head)return;let r=e.next,i=e.previous;e===this._tail?(i.next=void 0,this._tail=i):(r.previous=i,i.next=r),e.previous=void 0,e.next=this._head,this._head.previous=e,this._head=e,this._state++}else if(n===en.Last){if(e===this._tail)return;let r=e.next,i=e.previous;e===this._head?(r.previous=void 0,this._head=r):(r.previous=i,i.next=r),e.next=void 0,e.previous=this._tail,this._tail.next=e,this._tail=e,this._state++}}}toJSON(){let e=[];return this.forEach((n,r)=>{e.push([r,n])}),e}fromJSON(e){this.clear();for(let[n,r]of e)this.set(n,r)}};Ni.LinkedMap=cu;var im=class extends cu{constructor(e,n=1){super(),this._limit=e,this._ratio=Math.min(Math.max(0,n),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,n=en.AsNew){return super.get(e,n)}peek(e){return super.get(e,en.None)}set(e,n){return super.set(e,n,en.Last),this.checkTrim(),this}checkTrim(){this.size>this._limit&&this.trimOld(Math.round(this._limit*this._ratio))}};Ni.LRUCache=im});var zS=k(lu=>{"use strict";Object.defineProperty(lu,"__esModule",{value:!0});lu.Disposable=void 0;var VS;(function(t){function e(n){return{dispose:n}}t.create=e})(VS||(lu.Disposable=VS={}))});var Pi=k(cm=>{"use strict";Object.defineProperty(cm,"__esModule",{value:!0});var om;function am(){if(om===void 0)throw new Error("No runtime abstraction layer installed");return om}(function(t){function e(n){if(n===void 0)throw new Error("No runtime abstraction layer provided");om=n}t.install=e})(am||(am={}));cm.default=am});var oo=k(so=>{"use strict";Object.defineProperty(so,"__esModule",{value:!0});so.Emitter=so.Event=void 0;var UM=Pi(),WS;(function(t){let e={dispose(){}};t.None=function(){return e}})(WS||(so.Event=WS={}));var lm=class{add(e,n=null,r){this._callbacks||(this._callbacks=[],this._contexts=[]),this._callbacks.push(e),this._contexts.push(n),Array.isArray(r)&&r.push({dispose:()=>this.remove(e,n)})}remove(e,n=null){if(!this._callbacks)return;let r=!1;for(let i=0,s=this._callbacks.length;i<s;i++)if(this._callbacks[i]===e)if(this._contexts[i]===n){this._callbacks.splice(i,1),this._contexts.splice(i,1);return}else r=!0;if(r)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 n=[],r=this._callbacks.slice(0),i=this._contexts.slice(0);for(let s=0,o=r.length;s<o;s++)try{n.push(r[s].apply(i[s],e))}catch(a){(0,UM.default)().console.error(a)}return n}isEmpty(){return!this._callbacks||this._callbacks.length===0}dispose(){this._callbacks=void 0,this._contexts=void 0}},uu=class t{constructor(e){this._options=e}get event(){return this._event||(this._event=(e,n,r)=>{this._callbacks||(this._callbacks=new lm),this._options&&this._options.onFirstListenerAdd&&this._callbacks.isEmpty()&&this._options.onFirstListenerAdd(this),this._callbacks.add(e,n);let i={dispose:()=>{this._callbacks&&(this._callbacks.remove(e,n),i.dispose=t._noop,this._options&&this._options.onLastListenerRemove&&this._callbacks.isEmpty()&&this._options.onLastListenerRemove(this))}};return Array.isArray(r)&&r.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)}};so.Emitter=uu;uu._noop=function(){}});var hu=k(ao=>{"use strict";Object.defineProperty(ao,"__esModule",{value:!0});ao.CancellationTokenSource=ao.CancellationToken=void 0;var VM=Pi(),zM=io(),um=oo(),du;(function(t){t.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:um.Event.None}),t.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:um.Event.None});function e(n){let r=n;return r&&(r===t.None||r===t.Cancelled||zM.boolean(r.isCancellationRequested)&&!!r.onCancellationRequested)}t.is=e})(du||(ao.CancellationToken=du={}));var WM=Object.freeze(function(t,e){let n=(0,VM.default)().timer.setTimeout(t.bind(e),0);return{dispose(){n.dispose()}}}),fu=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?WM:(this._emitter||(this._emitter=new um.Emitter),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=void 0)}},dm=class{get token(){return this._token||(this._token=new fu),this._token}cancel(){this._token?this._token.cancel():this._token=du.Cancelled}dispose(){this._token?this._token instanceof fu&&this._token.dispose():this._token=du.None}};ao.CancellationTokenSource=dm});var HS=k(co=>{"use strict";Object.defineProperty(co,"__esModule",{value:!0});co.SharedArrayReceiverStrategy=co.SharedArraySenderStrategy=void 0;var HM=hu(),Ma;(function(t){t.Continue=0,t.Cancelled=1})(Ma||(Ma={}));var fm=class{constructor(){this.buffers=new Map}enableCancellation(e){if(e.id===null)return;let n=new SharedArrayBuffer(4),r=new Int32Array(n,0,1);r[0]=Ma.Continue,this.buffers.set(e.id,n),e.$cancellationData=n}async sendCancellation(e,n){let r=this.buffers.get(n);if(r===void 0)return;let i=new Int32Array(r,0,1);Atomics.store(i,0,Ma.Cancelled)}cleanup(e){this.buffers.delete(e)}dispose(){this.buffers.clear()}};co.SharedArraySenderStrategy=fm;var hm=class{constructor(e){this.data=new Int32Array(e,0,1)}get isCancellationRequested(){return Atomics.load(this.data,0)===Ma.Cancelled}get onCancellationRequested(){throw new Error("Cancellation over SharedArrayBuffer doesn't support cancellation events")}},pm=class{constructor(e){this.token=new hm(e)}cancel(){}dispose(){}},mm=class{constructor(){this.kind="request"}createCancellationTokenSource(e){let n=e.$cancellationData;return n===void 0?new HM.CancellationTokenSource:new pm(n)}};co.SharedArrayReceiverStrategy=mm});var ym=k(pu=>{"use strict";Object.defineProperty(pu,"__esModule",{value:!0});pu.Semaphore=void 0;var GM=Pi(),gm=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((n,r)=>{this._waiting.push({thunk:e,resolve:n,reject:r}),this.runNext()})}get active(){return this._active}runNext(){this._waiting.length===0||this._active===this._capacity||(0,GM.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 n=e.thunk();n instanceof Promise?n.then(r=>{this._active--,e.resolve(r),this.runNext()},r=>{this._active--,e.reject(r),this.runNext()}):(this._active--,e.resolve(n),this.runNext())}catch(n){this._active--,e.reject(n),this.runNext()}}};pu.Semaphore=gm});var YS=k(Ri=>{"use strict";Object.defineProperty(Ri,"__esModule",{value:!0});Ri.ReadableStreamMessageReader=Ri.AbstractMessageReader=Ri.MessageReader=void 0;var bm=Pi(),lo=io(),vm=oo(),YM=ym(),GS;(function(t){function e(n){let r=n;return r&&lo.func(r.listen)&&lo.func(r.dispose)&&lo.func(r.onError)&&lo.func(r.onClose)&&lo.func(r.onPartialMessage)}t.is=e})(GS||(Ri.MessageReader=GS={}));var mu=class{constructor(){this.errorEmitter=new vm.Emitter,this.closeEmitter=new vm.Emitter,this.partialMessageEmitter=new vm.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: ${lo.string(e.message)?e.message:"unknown"}`)}};Ri.AbstractMessageReader=mu;var Tm;(function(t){function e(n){let r,i,s,o=new Map,a,c=new Map;if(n===void 0||typeof n=="string")r=n??"utf-8";else{if(r=n.charset??"utf-8",n.contentDecoder!==void 0&&(s=n.contentDecoder,o.set(s.name,s)),n.contentDecoders!==void 0)for(let l of n.contentDecoders)o.set(l.name,l);if(n.contentTypeDecoder!==void 0&&(a=n.contentTypeDecoder,c.set(a.name,a)),n.contentTypeDecoders!==void 0)for(let l of n.contentTypeDecoders)c.set(l.name,l)}return a===void 0&&(a=(0,bm.default)().applicationJson.decoder,c.set(a.name,a)),{charset:r,contentDecoder:s,contentDecoders:o,contentTypeDecoder:a,contentTypeDecoders:c}}t.fromOptions=e})(Tm||(Tm={}));var Sm=class extends mu{constructor(e,n){super(),this.readable=e,this.options=Tm.fromOptions(n),this.buffer=(0,bm.default)().messageBuffer.create(this.options.charset),this._partialMessageTimeout=1e4,this.nextMessageLength=-1,this.messageToken=0,this.readSemaphore=new YM.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 n=this.readable.onData(r=>{this.onData(r)});return this.readable.onError(r=>this.fireError(r)),this.readable.onClose(()=>this.fireClose()),n}onData(e){try{for(this.buffer.append(e);;){if(this.nextMessageLength===-1){let r=this.buffer.tryReadHeaders(!0);if(!r)return;let i=r.get("content-length");if(!i){this.fireError(new Error(`Header must provide a Content-Length property.
|
|
3
|
-
${JSON.stringify(Object.fromEntries(
|
|
4
|
-
`,
|
|
5
|
-
`,
|
|
6
|
-
${u}`);let f=u.substr(0,d),
|
|
7
|
-
${JSON.stringify(
|
|
8
|
-
${JSON.stringify(
|
|
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
9
|
|
|
10
|
-
`),C.log(`Sending request '${
|
|
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
11
|
|
|
12
|
-
`:
|
|
12
|
+
`:q=`No parameters provided.
|
|
13
13
|
|
|
14
|
-
`),C.log(`Sending notification '${
|
|
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
15
|
|
|
16
|
-
`:
|
|
16
|
+
`:E.result?re=`Result: ${Sn(E.result)}
|
|
17
17
|
|
|
18
|
-
`:
|
|
18
|
+
`:E.error===void 0&&(re=`No result returned.
|
|
19
19
|
|
|
20
|
-
`)),C.log(`Sending response '${
|
|
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
21
|
|
|
22
|
-
`),C.log(`Received request '${
|
|
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
23
|
|
|
24
|
-
`:
|
|
24
|
+
`:q=`No parameters provided.
|
|
25
25
|
|
|
26
|
-
`),C.log(`Received notification '${
|
|
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
27
|
|
|
28
|
-
`:
|
|
28
|
+
`:E.result?K=`Result: ${Sn(E.result)}
|
|
29
29
|
|
|
30
|
-
`:
|
|
30
|
+
`:E.error===void 0&&(K=`No result returned.
|
|
31
31
|
|
|
32
|
-
`)),M){let X=N.error?` Request failed: ${N.error.message} (${N.error.code}).`:"";C.log(`Received response '${M.method} - (${N.id})' in ${Date.now()-M.timerStart}ms.${X}`,H)}else C.log(`Received response ${N.id} without active response promise.`,H)}else ri("receive-response",N)}function ri(N,M){if(!C||b===Me.Off)return;let H={isLSPMessage:!0,type:N,message:M,timestamp:Date.now()};C.log(H)}function ki(){if(hs())throw new uo(ja.Closed,"Connection is closed.");if(ni())throw new uo(ja.Disposed,"Connection is disposed.")}function ru(){if(Ca())throw new uo(ja.AlreadyListening,"Connection is already listening")}function iu(){if(!Ca())throw new Error("Call listen() first.")}function Mr(N){return N===void 0?null:N}function Oa(N){if(N!==null)return N}function Ia(N){return N!=null&&!Array.isArray(N)&&typeof N=="object"}function no(N,M){switch(N){case re.ParameterStructures.auto:return Ia(M)?Oa(M):[Mr(M)];case re.ParameterStructures.byName:if(!Ia(M))throw new Error("Received parameters by name but param is not an object literal.");return Oa(M);case re.ParameterStructures.byPosition:return[Mr(M)];default:throw new Error(`Unknown parameter structure ${N.toString()}`)}}function xa(N,M){let H,X=N.numberOfParams;switch(X){case 0:H=void 0;break;case 1:H=no(N.parameterStructures,M[0]);break;default:H=[];for(let We=0;We<M.length&&We<X;We++)H.push(Mr(M[We]));if(M.length<X)for(let We=M.length;We<X;We++)H.push(null);break}return H}let ii={sendNotification:(N,...M)=>{ki();let H,X;if(pt.string(N)){H=N;let qe=M[0],it=0,dt=re.ParameterStructures.auto;re.ParameterStructures.is(qe)&&(it=1,dt=qe);let ve=M.length,Ke=ve-it;switch(Ke){case 0:X=void 0;break;case 1:X=no(dt,M[it]);break;default:if(dt===re.ParameterStructures.byName)throw new Error(`Received ${Ke} parameters for 'by Name' notification parameter structure.`);X=M.slice(it,ve).map(De=>Mr(De));break}}else{let qe=M;H=N.method,X=xa(N,qe)}let We={jsonrpc:c,method:H,params:X};return eu(We),e.write(We).catch(qe=>{throw i.error("Sending notification failed."),qe})},onNotification:(N,M)=>{ki();let H;return pt.func(N)?d=N:M&&(pt.string(N)?(H=N,f.set(N,{type:void 0,handler:M})):(H=N.method,f.set(N.method,{type:N,handler:M}))),{dispose:()=>{H!==void 0?f.delete(H):d=void 0}}},onProgress:(N,M,H)=>{if(h.has(M))throw new Error(`Progress handler for token ${M} already registered`);return h.set(M,H),{dispose:()=>{h.delete(M)}}},sendProgress:(N,M,H)=>ii.sendNotification(qa.type,{token:M,value:H}),onUnhandledProgress:ze.event,sendRequest:(N,...M)=>{ki(),iu();let H,X,We;if(pt.string(N)){H=N;let ve=M[0],Ke=M[M.length-1],De=0,yt=re.ParameterStructures.auto;re.ParameterStructures.is(ve)&&(De=1,yt=ve);let $t=M.length;km.CancellationToken.is(Ke)&&($t=$t-1,We=Ke);let xn=$t-De;switch(xn){case 0:X=void 0;break;case 1:X=no(yt,M[De]);break;default:if(yt===re.ParameterStructures.byName)throw new Error(`Received ${xn} parameters for 'by Name' request parameter structure.`);X=M.slice(De,$t).map(su=>Mr(su));break}}else{let ve=M;H=N.method,X=xa(N,ve);let Ke=N.numberOfParams;We=km.CancellationToken.is(ve[Ke])?ve[Ke]:void 0}let qe=s++,it;We&&(it=We.onCancellationRequested(()=>{let ve=ye.sender.sendCancellation(ii,qe);return ve===void 0?(i.log(`Received no promise from cancellation strategy when cancelling id ${qe}`),Promise.resolve()):ve.catch(()=>{i.log(`Sending cancellation messages for id ${qe} failed`)})}));let dt={jsonrpc:c,id:qe,method:H,params:X};return Zl(dt),typeof ye.sender.enableCancellation=="function"&&ye.sender.enableCancellation(dt),new Promise(async(ve,Ke)=>{let De=xn=>{ve(xn),ye.sender.cleanup(qe),it?.dispose()},yt=xn=>{Ke(xn),ye.sender.cleanup(qe),it?.dispose()},$t={method:H,timerStart:Date.now(),resolve:De,reject:yt};try{await e.write(dt),T.set(qe,$t)}catch(xn){throw i.error("Sending request failed."),$t.reject(new re.ResponseError(re.ErrorCodes.MessageWriteError,xn.message?xn.message:"Unknown reason")),xn}})},onRequest:(N,M)=>{ki();let H=null;return Rm.is(N)?(H=void 0,l=N):pt.string(N)?(H=null,M!==void 0&&(H=N,u.set(N,{handler:M,type:void 0}))):M!==void 0&&(H=N.method,u.set(N.method,{type:N,handler:M})),{dispose:()=>{H!==null&&(H!==void 0?u.delete(H):l=void 0)}}},hasPendingResponse:()=>T.size>0,trace:async(N,M,H)=>{let X=!1,We=Mn.Text;H!==void 0&&(pt.boolean(H)?X=H:(X=H.sendNotification||!1,We=H.traceFormat||Mn.Text)),b=N,w=We,b===Me.Off?C=void 0:C=M,X&&!hs()&&!ni()&&await ii.sendNotification(Cm.type,{value:Me.toString(N)})},onError:B.event,onClose:j.event,onUnhandledNotification:ce.event,onDispose:Dt.event,end:()=>{e.end()},dispose:()=>{if(ni())return;x=pr.Disposed,Dt.fire(void 0);let N=new re.ResponseError(re.ErrorCodes.PendingResponseRejected,"Pending response rejected since connection got disposed");for(let M of T.values())M.reject(N);T=new Map,v=new Map,_=new Set,p=new n_.LinkedMap,pt.func(e.dispose)&&e.dispose(),pt.func(t.dispose)&&t.dispose()},listen:()=>{ki(),ru(),x=pr.Listening,t.listen(Kl)},inspect:()=>{(0,t_.default)().console.log("inspect")}};return ii.onNotification(vu.type,N=>{if(b===Me.Off||!C)return;let M=b===Me.Verbose||b===Me.Compact;C.log(N.message,M?N.verbose:void 0)}),ii.onNotification(qa.type,N=>{let M=h.get(N.token);M?M(N.value):ze.fire(N)}),ii}ue.createMessageConnection=e1});var wu=k(I=>{"use strict";Object.defineProperty(I,"__esModule",{value:!0});I.ProgressType=I.ProgressToken=I.createMessageConnection=I.NullLogger=I.ConnectionOptions=I.ConnectionStrategy=I.AbstractMessageBuffer=I.WriteableStreamMessageWriter=I.AbstractMessageWriter=I.MessageWriter=I.ReadableStreamMessageReader=I.AbstractMessageReader=I.MessageReader=I.SharedArrayReceiverStrategy=I.SharedArraySenderStrategy=I.CancellationToken=I.CancellationTokenSource=I.Emitter=I.Event=I.Disposable=I.LRUCache=I.Touch=I.LinkedMap=I.ParameterStructures=I.NotificationType9=I.NotificationType8=I.NotificationType7=I.NotificationType6=I.NotificationType5=I.NotificationType4=I.NotificationType3=I.NotificationType2=I.NotificationType1=I.NotificationType0=I.NotificationType=I.ErrorCodes=I.ResponseError=I.RequestType9=I.RequestType8=I.RequestType7=I.RequestType6=I.RequestType5=I.RequestType4=I.RequestType3=I.RequestType2=I.RequestType1=I.RequestType0=I.RequestType=I.Message=I.RAL=void 0;I.MessageStrategy=I.CancellationStrategy=I.CancellationSenderStrategy=I.CancellationReceiverStrategy=I.ConnectionError=I.ConnectionErrors=I.LogTraceNotification=I.SetTraceNotification=I.TraceFormat=I.TraceValues=I.Trace=void 0;var et=rm();Object.defineProperty(I,"Message",{enumerable:!0,get:function(){return et.Message}});Object.defineProperty(I,"RequestType",{enumerable:!0,get:function(){return et.RequestType}});Object.defineProperty(I,"RequestType0",{enumerable:!0,get:function(){return et.RequestType0}});Object.defineProperty(I,"RequestType1",{enumerable:!0,get:function(){return et.RequestType1}});Object.defineProperty(I,"RequestType2",{enumerable:!0,get:function(){return et.RequestType2}});Object.defineProperty(I,"RequestType3",{enumerable:!0,get:function(){return et.RequestType3}});Object.defineProperty(I,"RequestType4",{enumerable:!0,get:function(){return et.RequestType4}});Object.defineProperty(I,"RequestType5",{enumerable:!0,get:function(){return et.RequestType5}});Object.defineProperty(I,"RequestType6",{enumerable:!0,get:function(){return et.RequestType6}});Object.defineProperty(I,"RequestType7",{enumerable:!0,get:function(){return et.RequestType7}});Object.defineProperty(I,"RequestType8",{enumerable:!0,get:function(){return et.RequestType8}});Object.defineProperty(I,"RequestType9",{enumerable:!0,get:function(){return et.RequestType9}});Object.defineProperty(I,"ResponseError",{enumerable:!0,get:function(){return et.ResponseError}});Object.defineProperty(I,"ErrorCodes",{enumerable:!0,get:function(){return et.ErrorCodes}});Object.defineProperty(I,"NotificationType",{enumerable:!0,get:function(){return et.NotificationType}});Object.defineProperty(I,"NotificationType0",{enumerable:!0,get:function(){return et.NotificationType0}});Object.defineProperty(I,"NotificationType1",{enumerable:!0,get:function(){return et.NotificationType1}});Object.defineProperty(I,"NotificationType2",{enumerable:!0,get:function(){return et.NotificationType2}});Object.defineProperty(I,"NotificationType3",{enumerable:!0,get:function(){return et.NotificationType3}});Object.defineProperty(I,"NotificationType4",{enumerable:!0,get:function(){return et.NotificationType4}});Object.defineProperty(I,"NotificationType5",{enumerable:!0,get:function(){return et.NotificationType5}});Object.defineProperty(I,"NotificationType6",{enumerable:!0,get:function(){return et.NotificationType6}});Object.defineProperty(I,"NotificationType7",{enumerable:!0,get:function(){return et.NotificationType7}});Object.defineProperty(I,"NotificationType8",{enumerable:!0,get:function(){return et.NotificationType8}});Object.defineProperty(I,"NotificationType9",{enumerable:!0,get:function(){return et.NotificationType9}});Object.defineProperty(I,"ParameterStructures",{enumerable:!0,get:function(){return et.ParameterStructures}});var Om=sm();Object.defineProperty(I,"LinkedMap",{enumerable:!0,get:function(){return Om.LinkedMap}});Object.defineProperty(I,"LRUCache",{enumerable:!0,get:function(){return Om.LRUCache}});Object.defineProperty(I,"Touch",{enumerable:!0,get:function(){return Om.Touch}});var t1=zS();Object.defineProperty(I,"Disposable",{enumerable:!0,get:function(){return t1.Disposable}});var o_=oo();Object.defineProperty(I,"Event",{enumerable:!0,get:function(){return o_.Event}});Object.defineProperty(I,"Emitter",{enumerable:!0,get:function(){return o_.Emitter}});var a_=hu();Object.defineProperty(I,"CancellationTokenSource",{enumerable:!0,get:function(){return a_.CancellationTokenSource}});Object.defineProperty(I,"CancellationToken",{enumerable:!0,get:function(){return a_.CancellationToken}});var c_=HS();Object.defineProperty(I,"SharedArraySenderStrategy",{enumerable:!0,get:function(){return c_.SharedArraySenderStrategy}});Object.defineProperty(I,"SharedArrayReceiverStrategy",{enumerable:!0,get:function(){return c_.SharedArrayReceiverStrategy}});var Im=YS();Object.defineProperty(I,"MessageReader",{enumerable:!0,get:function(){return Im.MessageReader}});Object.defineProperty(I,"AbstractMessageReader",{enumerable:!0,get:function(){return Im.AbstractMessageReader}});Object.defineProperty(I,"ReadableStreamMessageReader",{enumerable:!0,get:function(){return Im.ReadableStreamMessageReader}});var xm=ZS();Object.defineProperty(I,"MessageWriter",{enumerable:!0,get:function(){return xm.MessageWriter}});Object.defineProperty(I,"AbstractMessageWriter",{enumerable:!0,get:function(){return xm.AbstractMessageWriter}});Object.defineProperty(I,"WriteableStreamMessageWriter",{enumerable:!0,get:function(){return xm.WriteableStreamMessageWriter}});var n1=e_();Object.defineProperty(I,"AbstractMessageBuffer",{enumerable:!0,get:function(){return n1.AbstractMessageBuffer}});var Vt=s_();Object.defineProperty(I,"ConnectionStrategy",{enumerable:!0,get:function(){return Vt.ConnectionStrategy}});Object.defineProperty(I,"ConnectionOptions",{enumerable:!0,get:function(){return Vt.ConnectionOptions}});Object.defineProperty(I,"NullLogger",{enumerable:!0,get:function(){return Vt.NullLogger}});Object.defineProperty(I,"createMessageConnection",{enumerable:!0,get:function(){return Vt.createMessageConnection}});Object.defineProperty(I,"ProgressToken",{enumerable:!0,get:function(){return Vt.ProgressToken}});Object.defineProperty(I,"ProgressType",{enumerable:!0,get:function(){return Vt.ProgressType}});Object.defineProperty(I,"Trace",{enumerable:!0,get:function(){return Vt.Trace}});Object.defineProperty(I,"TraceValues",{enumerable:!0,get:function(){return Vt.TraceValues}});Object.defineProperty(I,"TraceFormat",{enumerable:!0,get:function(){return Vt.TraceFormat}});Object.defineProperty(I,"SetTraceNotification",{enumerable:!0,get:function(){return Vt.SetTraceNotification}});Object.defineProperty(I,"LogTraceNotification",{enumerable:!0,get:function(){return Vt.LogTraceNotification}});Object.defineProperty(I,"ConnectionErrors",{enumerable:!0,get:function(){return Vt.ConnectionErrors}});Object.defineProperty(I,"ConnectionError",{enumerable:!0,get:function(){return Vt.ConnectionError}});Object.defineProperty(I,"CancellationReceiverStrategy",{enumerable:!0,get:function(){return Vt.CancellationReceiverStrategy}});Object.defineProperty(I,"CancellationSenderStrategy",{enumerable:!0,get:function(){return Vt.CancellationSenderStrategy}});Object.defineProperty(I,"CancellationStrategy",{enumerable:!0,get:function(){return Vt.CancellationStrategy}});Object.defineProperty(I,"MessageStrategy",{enumerable:!0,get:function(){return Vt.MessageStrategy}});var r1=Pi();I.RAL=r1.default});var d_=k(qm=>{"use strict";Object.defineProperty(qm,"__esModule",{value:!0});var l_=require("util"),oi=wu(),ku=class t extends oi.AbstractMessageBuffer{constructor(e="utf-8"){super(e)}emptyBuffer(){return t.emptyBuffer}fromString(e,n){return Buffer.from(e,n)}toString(e,n){return e instanceof Buffer?e.toString(n):new l_.TextDecoder(n).decode(e)}asNative(e,n){return n===void 0?e instanceof Buffer?e:Buffer.from(e):e instanceof Buffer?e.slice(0,n):Buffer.from(e,0,n)}allocNative(e){return Buffer.allocUnsafe(e)}};ku.emptyBuffer=Buffer.allocUnsafe(0);var Mm=class{constructor(e){this.stream=e}onClose(e){return this.stream.on("close",e),oi.Disposable.create(()=>this.stream.off("close",e))}onError(e){return this.stream.on("error",e),oi.Disposable.create(()=>this.stream.off("error",e))}onEnd(e){return this.stream.on("end",e),oi.Disposable.create(()=>this.stream.off("end",e))}onData(e){return this.stream.on("data",e),oi.Disposable.create(()=>this.stream.off("data",e))}},Lm=class{constructor(e){this.stream=e}onClose(e){return this.stream.on("close",e),oi.Disposable.create(()=>this.stream.off("close",e))}onError(e){return this.stream.on("error",e),oi.Disposable.create(()=>this.stream.off("error",e))}onEnd(e){return this.stream.on("end",e),oi.Disposable.create(()=>this.stream.off("end",e))}write(e,n){return new Promise((r,i)=>{let s=o=>{o==null?r():i(o)};typeof e=="string"?this.stream.write(e,n,s):this.stream.write(e,s)})}end(){this.stream.end()}},u_=Object.freeze({messageBuffer:Object.freeze({create:t=>new ku(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(n){return Promise.reject(n)}}}),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 l_.TextDecoder(e.charset).decode(t)))}catch(n){return Promise.reject(n)}}})}),stream:Object.freeze({asReadableStream:t=>new Mm(t),asWritableStream:t=>new Lm(t)}),console,timer:Object.freeze({setTimeout(t,e,...n){let r=setTimeout(t,e,...n);return{dispose:()=>clearTimeout(r)}},setImmediate(t,...e){let n=setImmediate(t,...e);return{dispose:()=>clearImmediate(n)}},setInterval(t,e,...n){let r=setInterval(t,e,...n);return{dispose:()=>clearInterval(r)}}})});function $m(){return u_}(function(t){function e(){oi.RAL.install(u_)}t.install=e})($m||($m={}));qm.default=$m});var bs=k(_e=>{"use strict";var i1=_e&&_e.__createBinding||(Object.create?function(t,e,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){r===void 0&&(r=n),t[r]=e[n]}),s1=_e&&_e.__exportStar||function(t,e){for(var n in t)n!=="default"&&!Object.prototype.hasOwnProperty.call(e,n)&&i1(e,t,n)};Object.defineProperty(_e,"__esModule",{value:!0});_e.createMessageConnection=_e.createServerSocketTransport=_e.createClientSocketTransport=_e.createServerPipeTransport=_e.createClientPipeTransport=_e.generateRandomPipeName=_e.StreamMessageWriter=_e.StreamMessageReader=_e.SocketMessageWriter=_e.SocketMessageReader=_e.PortMessageWriter=_e.PortMessageReader=_e.IPCMessageWriter=_e.IPCMessageReader=void 0;var fo=d_();fo.default.install();var f_=require("path"),o1=require("os"),a1=require("crypto"),Ru=require("net"),Ln=wu();s1(wu(),_e);var jm=class extends Ln.AbstractMessageReader{constructor(e){super(),this.process=e;let n=this.process;n.on("error",r=>this.fireError(r)),n.on("close",()=>this.fireClose())}listen(e){return this.process.on("message",e),Ln.Disposable.create(()=>this.process.off("message",e))}};_e.IPCMessageReader=jm;var Fm=class extends Ln.AbstractMessageWriter{constructor(e){super(),this.process=e,this.errorCount=0;let n=this.process;n.on("error",r=>this.fireError(r)),n.on("close",()=>this.fireClose)}write(e){try{return typeof this.process.send=="function"&&this.process.send(e,void 0,void 0,n=>{n?(this.errorCount++,this.handleError(n,e)):this.errorCount=0}),Promise.resolve()}catch(n){return this.handleError(n,e),Promise.reject(n)}}handleError(e,n){this.errorCount++,this.fireError(e,n,this.errorCount)}end(){}};_e.IPCMessageWriter=Fm;var Bm=class extends Ln.AbstractMessageReader{constructor(e){super(),this.onData=new Ln.Emitter,e.on("close",()=>this.fireClose),e.on("error",n=>this.fireError(n)),e.on("message",n=>{this.onData.fire(n)})}listen(e){return this.onData.event(e)}};_e.PortMessageReader=Bm;var Um=class extends Ln.AbstractMessageWriter{constructor(e){super(),this.port=e,this.errorCount=0,e.on("close",()=>this.fireClose()),e.on("error",n=>this.fireError(n))}write(e){try{return this.port.postMessage(e),Promise.resolve()}catch(n){return this.handleError(n,e),Promise.reject(n)}}handleError(e,n){this.errorCount++,this.fireError(e,n,this.errorCount)}end(){}};_e.PortMessageWriter=Um;var ys=class extends Ln.ReadableStreamMessageReader{constructor(e,n="utf-8"){super((0,fo.default)().stream.asReadableStream(e),n)}};_e.SocketMessageReader=ys;var vs=class extends Ln.WriteableStreamMessageWriter{constructor(e,n){super((0,fo.default)().stream.asWritableStream(e),n),this.socket=e}dispose(){super.dispose(),this.socket.destroy()}};_e.SocketMessageWriter=vs;var Nu=class extends Ln.ReadableStreamMessageReader{constructor(e,n){super((0,fo.default)().stream.asReadableStream(e),n)}};_e.StreamMessageReader=Nu;var Pu=class extends Ln.WriteableStreamMessageWriter{constructor(e,n){super((0,fo.default)().stream.asWritableStream(e),n)}};_e.StreamMessageWriter=Pu;var h_=process.env.XDG_RUNTIME_DIR,c1=new Map([["linux",107],["darwin",103]]);function l1(){let t=(0,a1.randomBytes)(21).toString("hex");if(process.platform==="win32")return`\\\\.\\pipe\\vscode-jsonrpc-${t}-sock`;let e;h_?e=f_.join(h_,`vscode-ipc-${t}.sock`):e=f_.join(o1.tmpdir(),`vscode-${t}.sock`);let n=c1.get(process.platform);return n!==void 0&&e.length>n&&(0,fo.default)().console.warn(`WARNING: IPC handle "${e}" is longer than ${n} characters.`),e}_e.generateRandomPipeName=l1;function u1(t,e="utf-8"){let n,r=new Promise((i,s)=>{n=i});return new Promise((i,s)=>{let o=(0,Ru.createServer)(a=>{o.close(),n([new ys(a,e),new vs(a,e)])});o.on("error",s),o.listen(t,()=>{o.removeListener("error",s),i({onConnected:()=>r})})})}_e.createClientPipeTransport=u1;function d1(t,e="utf-8"){let n=(0,Ru.createConnection)(t);return[new ys(n,e),new vs(n,e)]}_e.createServerPipeTransport=d1;function f1(t,e="utf-8"){let n,r=new Promise((i,s)=>{n=i});return new Promise((i,s)=>{let o=(0,Ru.createServer)(a=>{o.close(),n([new ys(a,e),new vs(a,e)])});o.on("error",s),o.listen(t,"127.0.0.1",()=>{o.removeListener("error",s),i({onConnected:()=>r})})})}_e.createClientSocketTransport=f1;function h1(t,e="utf-8"){let n=(0,Ru.createConnection)(t,"127.0.0.1");return[new ys(n,e),new vs(n,e)]}_e.createServerSocketTransport=h1;function p1(t){let e=t;return e.read!==void 0&&e.addListener!==void 0}function m1(t){let e=t;return e.write!==void 0&&e.addListener!==void 0}function g1(t,e,n,r){n||(n=Ln.NullLogger);let i=p1(t)?new Nu(t):t,s=m1(e)?new Pu(e):e;return Ln.ConnectionStrategy.is(r)&&(r={connectionStrategy:r}),(0,Ln.createMessageConnection)(i,s,n,r)}_e.createMessageConnection=g1});var Vm=k((n3,p_)=>{"use strict";p_.exports=bs()});var Du=k((m_,Cu)=>{(function(t){if(typeof Cu=="object"&&typeof Cu.exports=="object"){var e=t(require,m_);e!==void 0&&(Cu.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 n;(function(g){function P(R){return typeof R=="string"}g.is=P})(n||(e.DocumentUri=n={}));var r;(function(g){function P(R){return typeof R=="string"}g.is=P})(r||(e.URI=r={}));var i;(function(g){g.MIN_VALUE=-2147483648,g.MAX_VALUE=2147483647;function P(R){return typeof R=="number"&&g.MIN_VALUE<=R&&R<=g.MAX_VALUE}g.is=P})(i||(e.integer=i={}));var s;(function(g){g.MIN_VALUE=0,g.MAX_VALUE=2147483647;function P(R){return typeof R=="number"&&g.MIN_VALUE<=R&&R<=g.MAX_VALUE}g.is=P})(s||(e.uinteger=s={}));var o;(function(g){function P(S,m){return S===Number.MAX_VALUE&&(S=s.MAX_VALUE),m===Number.MAX_VALUE&&(m=s.MAX_VALUE),{line:S,character:m}}g.create=P;function R(S){var m=S;return A.objectLiteral(m)&&A.uinteger(m.line)&&A.uinteger(m.character)}g.is=R})(o||(e.Position=o={}));var a;(function(g){function P(S,m,D,L){if(A.uinteger(S)&&A.uinteger(m)&&A.uinteger(D)&&A.uinteger(L))return{start:o.create(S,m),end:o.create(D,L)};if(o.is(S)&&o.is(m))return{start:S,end:m};throw new Error("Range#create called with invalid arguments[".concat(S,", ").concat(m,", ").concat(D,", ").concat(L,"]"))}g.create=P;function R(S){var m=S;return A.objectLiteral(m)&&o.is(m.start)&&o.is(m.end)}g.is=R})(a||(e.Range=a={}));var c;(function(g){function P(S,m){return{uri:S,range:m}}g.create=P;function R(S){var m=S;return A.objectLiteral(m)&&a.is(m.range)&&(A.string(m.uri)||A.undefined(m.uri))}g.is=R})(c||(e.Location=c={}));var l;(function(g){function P(S,m,D,L){return{targetUri:S,targetRange:m,targetSelectionRange:D,originSelectionRange:L}}g.create=P;function R(S){var m=S;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=R})(l||(e.LocationLink=l={}));var u;(function(g){function P(S,m,D,L){return{red:S,green:m,blue:D,alpha:L}}g.create=P;function R(S){var m=S;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=R})(u||(e.Color=u={}));var d;(function(g){function P(S,m){return{range:S,color:m}}g.create=P;function R(S){var m=S;return A.objectLiteral(m)&&a.is(m.range)&&u.is(m.color)}g.is=R})(d||(e.ColorInformation=d={}));var f;(function(g){function P(S,m,D){return{label:S,textEdit:m,additionalTextEdits:D}}g.create=P;function R(S){var m=S;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=R})(f||(e.ColorPresentation=f={}));var h;(function(g){g.Comment="comment",g.Imports="imports",g.Region="region"})(h||(e.FoldingRangeKind=h={}));var y;(function(g){function P(S,m,D,L,le,vt){var Ze={startLine:S,endLine:m};return A.defined(D)&&(Ze.startCharacter=D),A.defined(L)&&(Ze.endCharacter=L),A.defined(le)&&(Ze.kind=le),A.defined(vt)&&(Ze.collapsedText=vt),Ze}g.create=P;function R(S){var m=S;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=R})(y||(e.FoldingRange=y={}));var p;(function(g){function P(S,m){return{location:S,message:m}}g.create=P;function R(S){var m=S;return A.defined(m)&&c.is(m.location)&&A.string(m.message)}g.is=R})(p||(e.DiagnosticRelatedInformation=p={}));var T;(function(g){g.Error=1,g.Warning=2,g.Information=3,g.Hint=4})(T||(e.DiagnosticSeverity=T={}));var _;(function(g){g.Unnecessary=1,g.Deprecated=2})(_||(e.DiagnosticTag=_={}));var v;(function(g){function P(R){var S=R;return A.objectLiteral(S)&&A.string(S.href)}g.is=P})(v||(e.CodeDescription=v={}));var b;(function(g){function P(S,m,D,L,le,vt){var Ze={range:S,message:m};return A.defined(D)&&(Ze.severity=D),A.defined(L)&&(Ze.code=L),A.defined(le)&&(Ze.source=le),A.defined(vt)&&(Ze.relatedInformation=vt),Ze}g.create=P;function R(S){var m,D=S;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,p.is))}g.is=R})(b||(e.Diagnostic=b={}));var w;(function(g){function P(S,m){for(var D=[],L=2;L<arguments.length;L++)D[L-2]=arguments[L];var le={title:S,command:m};return A.defined(D)&&D.length>0&&(le.arguments=D),le}g.create=P;function R(S){var m=S;return A.defined(m)&&A.string(m.title)&&A.string(m.command)}g.is=R})(w||(e.Command=w={}));var C;(function(g){function P(D,L){return{range:D,newText:L}}g.replace=P;function R(D,L){return{range:{start:D,end:D},newText:L}}g.insert=R;function S(D){return{range:D,newText:""}}g.del=S;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 x;(function(g){function P(S,m,D){var L={label:S};return m!==void 0&&(L.needsConfirmation=m),D!==void 0&&(L.description=D),L}g.create=P;function R(S){var m=S;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=R})(x||(e.ChangeAnnotation=x={}));var B;(function(g){function P(R){var S=R;return A.string(S)}g.is=P})(B||(e.ChangeAnnotationIdentifier=B={}));var j;(function(g){function P(D,L,le){return{range:D,newText:L,annotationId:le}}g.replace=P;function R(D,L,le){return{range:{start:D,end:D},newText:L,annotationId:le}}g.insert=R;function S(D,L){return{range:D,newText:"",annotationId:L}}g.del=S;function m(D){var L=D;return C.is(L)&&(x.is(L.annotationId)||B.is(L.annotationId))}g.is=m})(j||(e.AnnotatedTextEdit=j={}));var ce;(function(g){function P(S,m){return{textDocument:S,edits:m}}g.create=P;function R(S){var m=S;return A.defined(m)&&hs.is(m.textDocument)&&Array.isArray(m.edits)}g.is=R})(ce||(e.TextDocumentEdit=ce={}));var ze;(function(g){function P(S,m,D){var L={kind:"create",uri:S};return m!==void 0&&(m.overwrite!==void 0||m.ignoreIfExists!==void 0)&&(L.options=m),D!==void 0&&(L.annotationId=D),L}g.create=P;function R(S){var m=S;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||B.is(m.annotationId))}g.is=R})(ze||(e.CreateFile=ze={}));var Dt;(function(g){function P(S,m,D,L){var le={kind:"rename",oldUri:S,newUri:m};return D!==void 0&&(D.overwrite!==void 0||D.ignoreIfExists!==void 0)&&(le.options=D),L!==void 0&&(le.annotationId=L),le}g.create=P;function R(S){var m=S;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||B.is(m.annotationId))}g.is=R})(Dt||(e.RenameFile=Dt={}));var ye;(function(g){function P(S,m,D){var L={kind:"delete",uri:S};return m!==void 0&&(m.recursive!==void 0||m.ignoreIfNotExists!==void 0)&&(L.options=m),D!==void 0&&(L.annotationId=D),L}g.create=P;function R(S){var m=S;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||B.is(m.annotationId))}g.is=R})(ye||(e.DeleteFile=ye={}));var Un;(function(g){function P(R){var S=R;return S&&(S.changes!==void 0||S.documentChanges!==void 0)&&(S.documentChanges===void 0||S.documentChanges.every(function(m){return A.string(m.kind)?ze.is(m)||Dt.is(m)||ye.is(m):ce.is(m)}))}g.is=P})(Un||(e.WorkspaceEdit=Un={}));var wi=function(){function g(P,R){this.edits=P,this.changeAnnotations=R}return g.prototype.insert=function(P,R,S){var m,D;if(S===void 0?m=C.insert(P,R):B.is(S)?(D=S,m=j.insert(P,R,S)):(this.assertChangeAnnotations(this.changeAnnotations),D=this.changeAnnotations.manage(S),m=j.insert(P,R,D)),this.edits.push(m),D!==void 0)return D},g.prototype.replace=function(P,R,S){var m,D;if(S===void 0?m=C.replace(P,R):B.is(S)?(D=S,m=j.replace(P,R,S)):(this.assertChangeAnnotations(this.changeAnnotations),D=this.changeAnnotations.manage(S),m=j.replace(P,R,D)),this.edits.push(m),D!==void 0)return D},g.prototype.delete=function(P,R){var S,m;if(R===void 0?S=C.del(P):B.is(R)?(m=R,S=j.del(P,R)):(this.assertChangeAnnotations(this.changeAnnotations),m=this.changeAnnotations.manage(R),S=j.del(P,m)),this.edits.push(S),m!==void 0)return m},g.prototype.add=function(P){this.edits.push(P)},g.prototype.all=function(){return this.edits},g.prototype.clear=function(){this.edits.splice(0,this.edits.length)},g.prototype.assertChangeAnnotations=function(P){if(P===void 0)throw new Error("Text edit change is not configured to manage change annotations.")},g}(),Wl=function(){function g(P){this._annotations=P===void 0?Object.create(null):P,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(P,R){var S;if(B.is(P)?S=P:(S=this.nextId(),R=P),this._annotations[S]!==void 0)throw new Error("Id ".concat(S," is already in use."));if(R===void 0)throw new Error("No annotation provided for id ".concat(S));return this._annotations[S]=R,this._size++,S},g.prototype.nextId=function(){return this._counter++,this._counter.toString()},g}(),Ap=function(){function g(P){var R=this;this._textEditChanges=Object.create(null),P!==void 0?(this._workspaceEdit=P,P.documentChanges?(this._changeAnnotations=new Wl(P.changeAnnotations),P.changeAnnotations=this._changeAnnotations.all(),P.documentChanges.forEach(function(S){if(ce.is(S)){var m=new wi(S.edits,R._changeAnnotations);R._textEditChanges[S.textDocument.uri]=m}})):P.changes&&Object.keys(P.changes).forEach(function(S){var m=new wi(P.changes[S]);R._textEditChanges[S]=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(P){if(hs.is(P)){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var R={uri:P.uri,version:P.version},S=this._textEditChanges[R.uri];if(!S){var m=[],D={textDocument:R,edits:m};this._workspaceEdit.documentChanges.push(D),S=new wi(m,this._changeAnnotations),this._textEditChanges[R.uri]=S}return S}else{if(this.initChanges(),this._workspaceEdit.changes===void 0)throw new Error("Workspace edit is not configured for normal text edit changes.");var S=this._textEditChanges[P];if(!S){var m=[];this._workspaceEdit.changes[P]=m,S=new wi(m),this._textEditChanges[P]=S}return S}},g.prototype.initDocumentChanges=function(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._changeAnnotations=new Wl,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(P,R,S){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var m;x.is(R)||B.is(R)?m=R:S=R;var D,L;if(m===void 0?D=ze.create(P,S):(L=B.is(m)?m:this._changeAnnotations.manage(m),D=ze.create(P,S,L)),this._workspaceEdit.documentChanges.push(D),L!==void 0)return L},g.prototype.renameFile=function(P,R,S,m){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var D;x.is(S)||B.is(S)?D=S:m=S;var L,le;if(D===void 0?L=Dt.create(P,R,m):(le=B.is(D)?D:this._changeAnnotations.manage(D),L=Dt.create(P,R,m,le)),this._workspaceEdit.documentChanges.push(L),le!==void 0)return le},g.prototype.deleteFile=function(P,R,S){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var m;x.is(R)||B.is(R)?m=R:S=R;var D,L;if(m===void 0?D=ye.create(P,S):(L=B.is(m)?m:this._changeAnnotations.manage(m),D=ye.create(P,S,L)),this._workspaceEdit.documentChanges.push(D),L!==void 0)return L},g}();e.WorkspaceChange=Ap;var Hl;(function(g){function P(S){return{uri:S}}g.create=P;function R(S){var m=S;return A.defined(m)&&A.string(m.uri)}g.is=R})(Hl||(e.TextDocumentIdentifier=Hl={}));var Ca;(function(g){function P(S,m){return{uri:S,version:m}}g.create=P;function R(S){var m=S;return A.defined(m)&&A.string(m.uri)&&A.integer(m.version)}g.is=R})(Ca||(e.VersionedTextDocumentIdentifier=Ca={}));var hs;(function(g){function P(S,m){return{uri:S,version:m}}g.create=P;function R(S){var m=S;return A.defined(m)&&A.string(m.uri)&&(m.version===null||A.integer(m.version))}g.is=R})(hs||(e.OptionalVersionedTextDocumentIdentifier=hs={}));var ni;(function(g){function P(S,m,D,L){return{uri:S,languageId:m,version:D,text:L}}g.create=P;function R(S){var m=S;return A.defined(m)&&A.string(m.uri)&&A.string(m.languageId)&&A.integer(m.version)&&A.string(m.text)}g.is=R})(ni||(e.TextDocumentItem=ni={}));var Zs;(function(g){g.PlainText="plaintext",g.Markdown="markdown";function P(R){var S=R;return S===g.PlainText||S===g.Markdown}g.is=P})(Zs||(e.MarkupKind=Zs={}));var ps;(function(g){function P(R){var S=R;return A.objectLiteral(R)&&Zs.is(S.kind)&&A.string(S.value)}g.is=P})(ps||(e.MarkupContent=ps={}));var Gl;(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})(Gl||(e.CompletionItemKind=Gl={}));var Da;(function(g){g.PlainText=1,g.Snippet=2})(Da||(e.InsertTextFormat=Da={}));var Aa;(function(g){g.Deprecated=1})(Aa||(e.CompletionItemTag=Aa={}));var Yl;(function(g){function P(S,m,D){return{newText:S,insert:m,replace:D}}g.create=P;function R(S){var m=S;return m&&A.string(m.newText)&&a.is(m.insert)&&a.is(m.replace)}g.is=R})(Yl||(e.InsertReplaceEdit=Yl={}));var Kl;(function(g){g.asIs=1,g.adjustIndentation=2})(Kl||(e.InsertTextMode=Kl={}));var Xl;(function(g){function P(R){var S=R;return S&&(A.string(S.detail)||S.detail===void 0)&&(A.string(S.description)||S.description===void 0)}g.is=P})(Xl||(e.CompletionItemLabelDetails=Xl={}));var Jl;(function(g){function P(R){return{label:R}}g.create=P})(Jl||(e.CompletionItem=Jl={}));var Ql;(function(g){function P(R,S){return{items:R||[],isIncomplete:!!S}}g.create=P})(Ql||(e.CompletionList=Ql={}));var eo;(function(g){function P(S){return S.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}g.fromPlainText=P;function R(S){var m=S;return A.string(m)||A.objectLiteral(m)&&A.string(m.language)&&A.string(m.value)}g.is=R})(eo||(e.MarkedString=eo={}));var dr;(function(g){function P(R){var S=R;return!!S&&A.objectLiteral(S)&&(ps.is(S.contents)||eo.is(S.contents)||A.typedArray(S.contents,eo.is))&&(R.range===void 0||a.is(R.range))}g.is=P})(dr||(e.Hover=dr={}));var Zl;(function(g){function P(R,S){return S?{label:R,documentation:S}:{label:R}}g.create=P})(Zl||(e.ParameterInformation=Zl={}));var eu;(function(g){function P(R,S){for(var m=[],D=2;D<arguments.length;D++)m[D-2]=arguments[D];var L={label:R};return A.defined(S)&&(L.documentation=S),A.defined(m)?L.parameters=m:L.parameters=[],L}g.create=P})(eu||(e.SignatureInformation=eu={}));var ms;(function(g){g.Text=1,g.Read=2,g.Write=3})(ms||(e.DocumentHighlightKind=ms={}));var tu;(function(g){function P(R,S){var m={range:R};return A.number(S)&&(m.kind=S),m}g.create=P})(tu||(e.DocumentHighlight=tu={}));var to;(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})(to||(e.SymbolKind=to={}));var nu;(function(g){g.Deprecated=1})(nu||(e.SymbolTag=nu={}));var ri;(function(g){function P(R,S,m,D,L){var le={name:R,kind:S,location:{uri:D,range:m}};return L&&(le.containerName=L),le}g.create=P})(ri||(e.SymbolInformation=ri={}));var ki;(function(g){function P(R,S,m,D){return D!==void 0?{name:R,kind:S,location:{uri:m,range:D}}:{name:R,kind:S,location:{uri:m}}}g.create=P})(ki||(e.WorkspaceSymbol=ki={}));var ru;(function(g){function P(S,m,D,L,le,vt){var Ze={name:S,detail:m,kind:D,range:L,selectionRange:le};return vt!==void 0&&(Ze.children=vt),Ze}g.create=P;function R(S){var m=S;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=R})(ru||(e.DocumentSymbol=ru={}));var iu;(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"})(iu||(e.CodeActionKind=iu={}));var Mr;(function(g){g.Invoked=1,g.Automatic=2})(Mr||(e.CodeActionTriggerKind=Mr={}));var Oa;(function(g){function P(S,m,D){var L={diagnostics:S};return m!=null&&(L.only=m),D!=null&&(L.triggerKind=D),L}g.create=P;function R(S){var m=S;return A.defined(m)&&A.typedArray(m.diagnostics,b.is)&&(m.only===void 0||A.typedArray(m.only,A.string))&&(m.triggerKind===void 0||m.triggerKind===Mr.Invoked||m.triggerKind===Mr.Automatic)}g.is=R})(Oa||(e.CodeActionContext=Oa={}));var Ia;(function(g){function P(S,m,D){var L={title:S},le=!0;return typeof m=="string"?(le=!1,L.kind=m):w.is(m)?L.command=m:L.edit=m,le&&D!==void 0&&(L.kind=D),L}g.create=P;function R(S){var m=S;return m&&A.string(m.title)&&(m.diagnostics===void 0||A.typedArray(m.diagnostics,b.is))&&(m.kind===void 0||A.string(m.kind))&&(m.edit!==void 0||m.command!==void 0)&&(m.command===void 0||w.is(m.command))&&(m.isPreferred===void 0||A.boolean(m.isPreferred))&&(m.edit===void 0||Un.is(m.edit))}g.is=R})(Ia||(e.CodeAction=Ia={}));var no;(function(g){function P(S,m){var D={range:S};return A.defined(m)&&(D.data=m),D}g.create=P;function R(S){var m=S;return A.defined(m)&&a.is(m.range)&&(A.undefined(m.command)||w.is(m.command))}g.is=R})(no||(e.CodeLens=no={}));var xa;(function(g){function P(S,m){return{tabSize:S,insertSpaces:m}}g.create=P;function R(S){var m=S;return A.defined(m)&&A.uinteger(m.tabSize)&&A.boolean(m.insertSpaces)}g.is=R})(xa||(e.FormattingOptions=xa={}));var ii;(function(g){function P(S,m,D){return{range:S,target:m,data:D}}g.create=P;function R(S){var m=S;return A.defined(m)&&a.is(m.range)&&(A.undefined(m.target)||A.string(m.target))}g.is=R})(ii||(e.DocumentLink=ii={}));var N;(function(g){function P(S,m){return{range:S,parent:m}}g.create=P;function R(S){var m=S;return A.objectLiteral(m)&&a.is(m.range)&&(m.parent===void 0||g.is(m.parent))}g.is=R})(N||(e.SelectionRange=N={}));var M;(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"})(M||(e.SemanticTokenTypes=M={}));var H;(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"})(H||(e.SemanticTokenModifiers=H={}));var X;(function(g){function P(R){var S=R;return A.objectLiteral(S)&&(S.resultId===void 0||typeof S.resultId=="string")&&Array.isArray(S.data)&&(S.data.length===0||typeof S.data[0]=="number")}g.is=P})(X||(e.SemanticTokens=X={}));var We;(function(g){function P(S,m){return{range:S,text:m}}g.create=P;function R(S){var m=S;return m!=null&&a.is(m.range)&&A.string(m.text)}g.is=R})(We||(e.InlineValueText=We={}));var qe;(function(g){function P(S,m,D){return{range:S,variableName:m,caseSensitiveLookup:D}}g.create=P;function R(S){var m=S;return m!=null&&a.is(m.range)&&A.boolean(m.caseSensitiveLookup)&&(A.string(m.variableName)||m.variableName===void 0)}g.is=R})(qe||(e.InlineValueVariableLookup=qe={}));var it;(function(g){function P(S,m){return{range:S,expression:m}}g.create=P;function R(S){var m=S;return m!=null&&a.is(m.range)&&(A.string(m.expression)||m.expression===void 0)}g.is=R})(it||(e.InlineValueEvaluatableExpression=it={}));var dt;(function(g){function P(S,m){return{frameId:S,stoppedLocation:m}}g.create=P;function R(S){var m=S;return A.defined(m)&&a.is(S.stoppedLocation)}g.is=R})(dt||(e.InlineValueContext=dt={}));var ve;(function(g){g.Type=1,g.Parameter=2;function P(R){return R===1||R===2}g.is=P})(ve||(e.InlayHintKind=ve={}));var Ke;(function(g){function P(S){return{value:S}}g.create=P;function R(S){var m=S;return A.objectLiteral(m)&&(m.tooltip===void 0||A.string(m.tooltip)||ps.is(m.tooltip))&&(m.location===void 0||c.is(m.location))&&(m.command===void 0||w.is(m.command))}g.is=R})(Ke||(e.InlayHintLabelPart=Ke={}));var De;(function(g){function P(S,m,D){var L={position:S,label:m};return D!==void 0&&(L.kind=D),L}g.create=P;function R(S){var m=S;return A.objectLiteral(m)&&o.is(m.position)&&(A.string(m.label)||A.typedArray(m.label,Ke.is))&&(m.kind===void 0||ve.is(m.kind))&&m.textEdits===void 0||A.typedArray(m.textEdits,C.is)&&(m.tooltip===void 0||A.string(m.tooltip)||ps.is(m.tooltip))&&(m.paddingLeft===void 0||A.boolean(m.paddingLeft))&&(m.paddingRight===void 0||A.boolean(m.paddingRight))}g.is=R})(De||(e.InlayHint=De={}));var yt;(function(g){function P(R){return{kind:"snippet",value:R}}g.createSnippet=P})(yt||(e.StringValue=yt={}));var $t;(function(g){function P(R,S,m,D){return{insertText:R,filterText:S,range:m,command:D}}g.create=P})($t||(e.InlineCompletionItem=$t={}));var xn;(function(g){function P(R){return{items:R}}g.create=P})(xn||(e.InlineCompletionList=xn={}));var su;(function(g){g.Invoked=0,g.Automatic=1})(su||(e.InlineCompletionTriggerKind=su={}));var AS;(function(g){function P(R,S){return{range:R,text:S}}g.create=P})(AS||(e.SelectedCompletionInfo=AS={}));var OS;(function(g){function P(R,S){return{triggerKind:R,selectedCompletionInfo:S}}g.create=P})(OS||(e.InlineCompletionContext=OS={}));var IS;(function(g){function P(R){var S=R;return A.objectLiteral(S)&&r.is(S.uri)&&A.string(S.name)}g.is=P})(IS||(e.WorkspaceFolder=IS={})),e.EOL=[`
|
|
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
33
|
`,`\r
|
|
34
|
-
`,"\r"];var
|
|
35
|
-
`,D==="\r"&&m+1<
|
|
36
|
-
`&&m++}S&&R.length>0&&P.push(R.length),this._lineOffsets=P}return this._lineOffsets},g.prototype.positionAt=function(P){P=Math.max(Math.min(P,this._content.length),0);var R=this.getLineOffsets(),S=0,m=R.length;if(m===0)return o.create(0,P);for(;S<m;){var D=Math.floor((S+m)/2);R[D]>P?m=D:S=D+1}var L=S-1;return o.create(L,P-R[L])},g.prototype.offsetAt=function(P){var R=this.getLineOffsets();if(P.line>=R.length)return this._content.length;if(P.line<0)return 0;var S=R[P.line],m=P.line+1<R.length?R[P.line+1]:this._content.length;return Math.max(Math.min(S+P.character,m),S)},Object.defineProperty(g.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!1,configurable:!0}),g}(),A;(function(g){var P=Object.prototype.toString;function R(Se){return typeof Se<"u"}g.defined=R;function S(Se){return typeof Se>"u"}g.undefined=S;function m(Se){return Se===!0||Se===!1}g.boolean=m;function D(Se){return P.call(Se)==="[object String]"}g.string=D;function L(Se){return P.call(Se)==="[object Number]"}g.number=L;function le(Se,ro,ou){return P.call(Se)==="[object Number]"&&ro<=Se&&Se<=ou}g.numberRange=le;function vt(Se){return P.call(Se)==="[object Number]"&&-2147483648<=Se&&Se<=2147483647}g.integer=vt;function Ze(Se){return P.call(Se)==="[object Number]"&&0<=Se&&Se<=2147483647}g.uinteger=Ze;function fr(Se){return P.call(Se)==="[object Function]"}g.func=fr;function hr(Se){return Se!==null&&typeof Se=="object"}g.objectLiteral=hr;function si(Se,ro){return Array.isArray(Se)&&Se.every(ro)}g.typedArray=si})(A||(A={}))})});var ft=k(Tn=>{"use strict";Object.defineProperty(Tn,"__esModule",{value:!0});Tn.ProtocolNotificationType=Tn.ProtocolNotificationType0=Tn.ProtocolRequestType=Tn.ProtocolRequestType0=Tn.RegistrationType=Tn.MessageDirection=void 0;var ho=bs(),g_;(function(t){t.clientToServer="clientToServer",t.serverToClient="serverToClient",t.both="both"})(g_||(Tn.MessageDirection=g_={}));var zm=class{constructor(e){this.method=e}};Tn.RegistrationType=zm;var Wm=class extends ho.RequestType0{constructor(e){super(e)}};Tn.ProtocolRequestType0=Wm;var Hm=class extends ho.RequestType{constructor(e){super(e,ho.ParameterStructures.byName)}};Tn.ProtocolRequestType=Hm;var Gm=class extends ho.NotificationType0{constructor(e){super(e)}};Tn.ProtocolNotificationType0=Gm;var Ym=class extends ho.NotificationType{constructor(e){super(e,ho.ParameterStructures.byName)}};Tn.ProtocolNotificationType=Ym});var Au=k(Pt=>{"use strict";Object.defineProperty(Pt,"__esModule",{value:!0});Pt.objectLiteral=Pt.typedArray=Pt.stringArray=Pt.array=Pt.func=Pt.error=Pt.number=Pt.string=Pt.boolean=void 0;function y1(t){return t===!0||t===!1}Pt.boolean=y1;function y_(t){return typeof t=="string"||t instanceof String}Pt.string=y_;function v1(t){return typeof t=="number"||t instanceof Number}Pt.number=v1;function b1(t){return t instanceof Error}Pt.error=b1;function T1(t){return typeof t=="function"}Pt.func=T1;function v_(t){return Array.isArray(t)}Pt.array=v_;function S1(t){return v_(t)&&t.every(e=>y_(e))}Pt.stringArray=S1;function _1(t,e){return Array.isArray(t)&&t.every(e)}Pt.typedArray=_1;function E1(t){return t!==null&&typeof t=="object"}Pt.objectLiteral=E1});var S_=k(Ou=>{"use strict";Object.defineProperty(Ou,"__esModule",{value:!0});Ou.ImplementationRequest=void 0;var b_=ft(),T_;(function(t){t.method="textDocument/implementation",t.messageDirection=b_.MessageDirection.clientToServer,t.type=new b_.ProtocolRequestType(t.method)})(T_||(Ou.ImplementationRequest=T_={}))});var w_=k(Iu=>{"use strict";Object.defineProperty(Iu,"__esModule",{value:!0});Iu.TypeDefinitionRequest=void 0;var __=ft(),E_;(function(t){t.method="textDocument/typeDefinition",t.messageDirection=__.MessageDirection.clientToServer,t.type=new __.ProtocolRequestType(t.method)})(E_||(Iu.TypeDefinitionRequest=E_={}))});var P_=k(po=>{"use strict";Object.defineProperty(po,"__esModule",{value:!0});po.DidChangeWorkspaceFoldersNotification=po.WorkspaceFoldersRequest=void 0;var xu=ft(),k_;(function(t){t.method="workspace/workspaceFolders",t.messageDirection=xu.MessageDirection.serverToClient,t.type=new xu.ProtocolRequestType0(t.method)})(k_||(po.WorkspaceFoldersRequest=k_={}));var N_;(function(t){t.method="workspace/didChangeWorkspaceFolders",t.messageDirection=xu.MessageDirection.clientToServer,t.type=new xu.ProtocolNotificationType(t.method)})(N_||(po.DidChangeWorkspaceFoldersNotification=N_={}))});var D_=k(Mu=>{"use strict";Object.defineProperty(Mu,"__esModule",{value:!0});Mu.ConfigurationRequest=void 0;var R_=ft(),C_;(function(t){t.method="workspace/configuration",t.messageDirection=R_.MessageDirection.serverToClient,t.type=new R_.ProtocolRequestType(t.method)})(C_||(Mu.ConfigurationRequest=C_={}))});var I_=k(mo=>{"use strict";Object.defineProperty(mo,"__esModule",{value:!0});mo.ColorPresentationRequest=mo.DocumentColorRequest=void 0;var Lu=ft(),A_;(function(t){t.method="textDocument/documentColor",t.messageDirection=Lu.MessageDirection.clientToServer,t.type=new Lu.ProtocolRequestType(t.method)})(A_||(mo.DocumentColorRequest=A_={}));var O_;(function(t){t.method="textDocument/colorPresentation",t.messageDirection=Lu.MessageDirection.clientToServer,t.type=new Lu.ProtocolRequestType(t.method)})(O_||(mo.ColorPresentationRequest=O_={}))});var L_=k(go=>{"use strict";Object.defineProperty(go,"__esModule",{value:!0});go.FoldingRangeRefreshRequest=go.FoldingRangeRequest=void 0;var $u=ft(),x_;(function(t){t.method="textDocument/foldingRange",t.messageDirection=$u.MessageDirection.clientToServer,t.type=new $u.ProtocolRequestType(t.method)})(x_||(go.FoldingRangeRequest=x_={}));var M_;(function(t){t.method="workspace/foldingRange/refresh",t.messageDirection=$u.MessageDirection.serverToClient,t.type=new $u.ProtocolRequestType0(t.method)})(M_||(go.FoldingRangeRefreshRequest=M_={}))});var j_=k(qu=>{"use strict";Object.defineProperty(qu,"__esModule",{value:!0});qu.DeclarationRequest=void 0;var $_=ft(),q_;(function(t){t.method="textDocument/declaration",t.messageDirection=$_.MessageDirection.clientToServer,t.type=new $_.ProtocolRequestType(t.method)})(q_||(qu.DeclarationRequest=q_={}))});var U_=k(ju=>{"use strict";Object.defineProperty(ju,"__esModule",{value:!0});ju.SelectionRangeRequest=void 0;var F_=ft(),B_;(function(t){t.method="textDocument/selectionRange",t.messageDirection=F_.MessageDirection.clientToServer,t.type=new F_.ProtocolRequestType(t.method)})(B_||(ju.SelectionRangeRequest=B_={}))});var H_=k(Di=>{"use strict";Object.defineProperty(Di,"__esModule",{value:!0});Di.WorkDoneProgressCancelNotification=Di.WorkDoneProgressCreateRequest=Di.WorkDoneProgress=void 0;var w1=bs(),Fu=ft(),V_;(function(t){t.type=new w1.ProgressType;function e(n){return n===t.type}t.is=e})(V_||(Di.WorkDoneProgress=V_={}));var z_;(function(t){t.method="window/workDoneProgress/create",t.messageDirection=Fu.MessageDirection.serverToClient,t.type=new Fu.ProtocolRequestType(t.method)})(z_||(Di.WorkDoneProgressCreateRequest=z_={}));var W_;(function(t){t.method="window/workDoneProgress/cancel",t.messageDirection=Fu.MessageDirection.clientToServer,t.type=new Fu.ProtocolNotificationType(t.method)})(W_||(Di.WorkDoneProgressCancelNotification=W_={}))});var X_=k(Ai=>{"use strict";Object.defineProperty(Ai,"__esModule",{value:!0});Ai.CallHierarchyOutgoingCallsRequest=Ai.CallHierarchyIncomingCallsRequest=Ai.CallHierarchyPrepareRequest=void 0;var yo=ft(),G_;(function(t){t.method="textDocument/prepareCallHierarchy",t.messageDirection=yo.MessageDirection.clientToServer,t.type=new yo.ProtocolRequestType(t.method)})(G_||(Ai.CallHierarchyPrepareRequest=G_={}));var Y_;(function(t){t.method="callHierarchy/incomingCalls",t.messageDirection=yo.MessageDirection.clientToServer,t.type=new yo.ProtocolRequestType(t.method)})(Y_||(Ai.CallHierarchyIncomingCallsRequest=Y_={}));var K_;(function(t){t.method="callHierarchy/outgoingCalls",t.messageDirection=yo.MessageDirection.clientToServer,t.type=new yo.ProtocolRequestType(t.method)})(K_||(Ai.CallHierarchyOutgoingCallsRequest=K_={}))});var nE=k(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.SemanticTokensRefreshRequest=Sn.SemanticTokensRangeRequest=Sn.SemanticTokensDeltaRequest=Sn.SemanticTokensRequest=Sn.SemanticTokensRegistrationType=Sn.TokenFormat=void 0;var ai=ft(),J_;(function(t){t.Relative="relative"})(J_||(Sn.TokenFormat=J_={}));var Ba;(function(t){t.method="textDocument/semanticTokens",t.type=new ai.RegistrationType(t.method)})(Ba||(Sn.SemanticTokensRegistrationType=Ba={}));var Q_;(function(t){t.method="textDocument/semanticTokens/full",t.messageDirection=ai.MessageDirection.clientToServer,t.type=new ai.ProtocolRequestType(t.method),t.registrationMethod=Ba.method})(Q_||(Sn.SemanticTokensRequest=Q_={}));var Z_;(function(t){t.method="textDocument/semanticTokens/full/delta",t.messageDirection=ai.MessageDirection.clientToServer,t.type=new ai.ProtocolRequestType(t.method),t.registrationMethod=Ba.method})(Z_||(Sn.SemanticTokensDeltaRequest=Z_={}));var eE;(function(t){t.method="textDocument/semanticTokens/range",t.messageDirection=ai.MessageDirection.clientToServer,t.type=new ai.ProtocolRequestType(t.method),t.registrationMethod=Ba.method})(eE||(Sn.SemanticTokensRangeRequest=eE={}));var tE;(function(t){t.method="workspace/semanticTokens/refresh",t.messageDirection=ai.MessageDirection.serverToClient,t.type=new ai.ProtocolRequestType0(t.method)})(tE||(Sn.SemanticTokensRefreshRequest=tE={}))});var sE=k(Bu=>{"use strict";Object.defineProperty(Bu,"__esModule",{value:!0});Bu.ShowDocumentRequest=void 0;var rE=ft(),iE;(function(t){t.method="window/showDocument",t.messageDirection=rE.MessageDirection.serverToClient,t.type=new rE.ProtocolRequestType(t.method)})(iE||(Bu.ShowDocumentRequest=iE={}))});var cE=k(Uu=>{"use strict";Object.defineProperty(Uu,"__esModule",{value:!0});Uu.LinkedEditingRangeRequest=void 0;var oE=ft(),aE;(function(t){t.method="textDocument/linkedEditingRange",t.messageDirection=oE.MessageDirection.clientToServer,t.type=new oE.ProtocolRequestType(t.method)})(aE||(Uu.LinkedEditingRangeRequest=aE={}))});var gE=k(tn=>{"use strict";Object.defineProperty(tn,"__esModule",{value:!0});tn.WillDeleteFilesRequest=tn.DidDeleteFilesNotification=tn.DidRenameFilesNotification=tn.WillRenameFilesRequest=tn.DidCreateFilesNotification=tn.WillCreateFilesRequest=tn.FileOperationPatternKind=void 0;var Vn=ft(),lE;(function(t){t.file="file",t.folder="folder"})(lE||(tn.FileOperationPatternKind=lE={}));var uE;(function(t){t.method="workspace/willCreateFiles",t.messageDirection=Vn.MessageDirection.clientToServer,t.type=new Vn.ProtocolRequestType(t.method)})(uE||(tn.WillCreateFilesRequest=uE={}));var dE;(function(t){t.method="workspace/didCreateFiles",t.messageDirection=Vn.MessageDirection.clientToServer,t.type=new Vn.ProtocolNotificationType(t.method)})(dE||(tn.DidCreateFilesNotification=dE={}));var fE;(function(t){t.method="workspace/willRenameFiles",t.messageDirection=Vn.MessageDirection.clientToServer,t.type=new Vn.ProtocolRequestType(t.method)})(fE||(tn.WillRenameFilesRequest=fE={}));var hE;(function(t){t.method="workspace/didRenameFiles",t.messageDirection=Vn.MessageDirection.clientToServer,t.type=new Vn.ProtocolNotificationType(t.method)})(hE||(tn.DidRenameFilesNotification=hE={}));var pE;(function(t){t.method="workspace/didDeleteFiles",t.messageDirection=Vn.MessageDirection.clientToServer,t.type=new Vn.ProtocolNotificationType(t.method)})(pE||(tn.DidDeleteFilesNotification=pE={}));var mE;(function(t){t.method="workspace/willDeleteFiles",t.messageDirection=Vn.MessageDirection.clientToServer,t.type=new Vn.ProtocolRequestType(t.method)})(mE||(tn.WillDeleteFilesRequest=mE={}))});var SE=k(Oi=>{"use strict";Object.defineProperty(Oi,"__esModule",{value:!0});Oi.MonikerRequest=Oi.MonikerKind=Oi.UniquenessLevel=void 0;var yE=ft(),vE;(function(t){t.document="document",t.project="project",t.group="group",t.scheme="scheme",t.global="global"})(vE||(Oi.UniquenessLevel=vE={}));var bE;(function(t){t.$import="import",t.$export="export",t.local="local"})(bE||(Oi.MonikerKind=bE={}));var TE;(function(t){t.method="textDocument/moniker",t.messageDirection=yE.MessageDirection.clientToServer,t.type=new yE.ProtocolRequestType(t.method)})(TE||(Oi.MonikerRequest=TE={}))});var kE=k(Ii=>{"use strict";Object.defineProperty(Ii,"__esModule",{value:!0});Ii.TypeHierarchySubtypesRequest=Ii.TypeHierarchySupertypesRequest=Ii.TypeHierarchyPrepareRequest=void 0;var vo=ft(),_E;(function(t){t.method="textDocument/prepareTypeHierarchy",t.messageDirection=vo.MessageDirection.clientToServer,t.type=new vo.ProtocolRequestType(t.method)})(_E||(Ii.TypeHierarchyPrepareRequest=_E={}));var EE;(function(t){t.method="typeHierarchy/supertypes",t.messageDirection=vo.MessageDirection.clientToServer,t.type=new vo.ProtocolRequestType(t.method)})(EE||(Ii.TypeHierarchySupertypesRequest=EE={}));var wE;(function(t){t.method="typeHierarchy/subtypes",t.messageDirection=vo.MessageDirection.clientToServer,t.type=new vo.ProtocolRequestType(t.method)})(wE||(Ii.TypeHierarchySubtypesRequest=wE={}))});var RE=k(bo=>{"use strict";Object.defineProperty(bo,"__esModule",{value:!0});bo.InlineValueRefreshRequest=bo.InlineValueRequest=void 0;var Vu=ft(),NE;(function(t){t.method="textDocument/inlineValue",t.messageDirection=Vu.MessageDirection.clientToServer,t.type=new Vu.ProtocolRequestType(t.method)})(NE||(bo.InlineValueRequest=NE={}));var PE;(function(t){t.method="workspace/inlineValue/refresh",t.messageDirection=Vu.MessageDirection.serverToClient,t.type=new Vu.ProtocolRequestType0(t.method)})(PE||(bo.InlineValueRefreshRequest=PE={}))});var OE=k(xi=>{"use strict";Object.defineProperty(xi,"__esModule",{value:!0});xi.InlayHintRefreshRequest=xi.InlayHintResolveRequest=xi.InlayHintRequest=void 0;var To=ft(),CE;(function(t){t.method="textDocument/inlayHint",t.messageDirection=To.MessageDirection.clientToServer,t.type=new To.ProtocolRequestType(t.method)})(CE||(xi.InlayHintRequest=CE={}));var DE;(function(t){t.method="inlayHint/resolve",t.messageDirection=To.MessageDirection.clientToServer,t.type=new To.ProtocolRequestType(t.method)})(DE||(xi.InlayHintResolveRequest=DE={}));var AE;(function(t){t.method="workspace/inlayHint/refresh",t.messageDirection=To.MessageDirection.serverToClient,t.type=new To.ProtocolRequestType0(t.method)})(AE||(xi.InlayHintRefreshRequest=AE={}))});var jE=k(zn=>{"use strict";Object.defineProperty(zn,"__esModule",{value:!0});zn.DiagnosticRefreshRequest=zn.WorkspaceDiagnosticRequest=zn.DocumentDiagnosticRequest=zn.DocumentDiagnosticReportKind=zn.DiagnosticServerCancellationData=void 0;var qE=bs(),k1=Au(),So=ft(),IE;(function(t){function e(n){let r=n;return r&&k1.boolean(r.retriggerRequest)}t.is=e})(IE||(zn.DiagnosticServerCancellationData=IE={}));var xE;(function(t){t.Full="full",t.Unchanged="unchanged"})(xE||(zn.DocumentDiagnosticReportKind=xE={}));var ME;(function(t){t.method="textDocument/diagnostic",t.messageDirection=So.MessageDirection.clientToServer,t.type=new So.ProtocolRequestType(t.method),t.partialResult=new qE.ProgressType})(ME||(zn.DocumentDiagnosticRequest=ME={}));var LE;(function(t){t.method="workspace/diagnostic",t.messageDirection=So.MessageDirection.clientToServer,t.type=new So.ProtocolRequestType(t.method),t.partialResult=new qE.ProgressType})(LE||(zn.WorkspaceDiagnosticRequest=LE={}));var $E;(function(t){t.method="workspace/diagnostic/refresh",t.messageDirection=So.MessageDirection.serverToClient,t.type=new So.ProtocolRequestType0(t.method)})($E||(zn.DiagnosticRefreshRequest=$E={}))});var HE=k(bt=>{"use strict";Object.defineProperty(bt,"__esModule",{value:!0});bt.DidCloseNotebookDocumentNotification=bt.DidSaveNotebookDocumentNotification=bt.DidChangeNotebookDocumentNotification=bt.NotebookCellArrayChange=bt.DidOpenNotebookDocumentNotification=bt.NotebookDocumentSyncRegistrationType=bt.NotebookDocument=bt.NotebookCell=bt.ExecutionSummary=bt.NotebookCellKind=void 0;var Ua=Du(),mr=Au(),Lr=ft(),Km;(function(t){t.Markup=1,t.Code=2;function e(n){return n===1||n===2}t.is=e})(Km||(bt.NotebookCellKind=Km={}));var Xm;(function(t){function e(i,s){let o={executionOrder:i};return(s===!0||s===!1)&&(o.success=s),o}t.create=e;function n(i){let s=i;return mr.objectLiteral(s)&&Ua.uinteger.is(s.executionOrder)&&(s.success===void 0||mr.boolean(s.success))}t.is=n;function r(i,s){return i===s?!0:i==null||s===null||s===void 0?!1:i.executionOrder===s.executionOrder&&i.success===s.success}t.equals=r})(Xm||(bt.ExecutionSummary=Xm={}));var zu;(function(t){function e(s,o){return{kind:s,document:o}}t.create=e;function n(s){let o=s;return mr.objectLiteral(o)&&Km.is(o.kind)&&Ua.DocumentUri.is(o.document)&&(o.metadata===void 0||mr.objectLiteral(o.metadata))}t.is=n;function r(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)&&!Xm.equals(s.executionSummary,o.executionSummary)&&a.add("executionSummary"),a}t.diff=r;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(mr.objectLiteral(s)&&mr.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}})(zu||(bt.NotebookCell=zu={}));var FE;(function(t){function e(r,i,s,o){return{uri:r,notebookType:i,version:s,cells:o}}t.create=e;function n(r){let i=r;return mr.objectLiteral(i)&&mr.string(i.uri)&&Ua.integer.is(i.version)&&mr.typedArray(i.cells,zu.is)}t.is=n})(FE||(bt.NotebookDocument=FE={}));var _o;(function(t){t.method="notebookDocument/sync",t.messageDirection=Lr.MessageDirection.clientToServer,t.type=new Lr.RegistrationType(t.method)})(_o||(bt.NotebookDocumentSyncRegistrationType=_o={}));var BE;(function(t){t.method="notebookDocument/didOpen",t.messageDirection=Lr.MessageDirection.clientToServer,t.type=new Lr.ProtocolNotificationType(t.method),t.registrationMethod=_o.method})(BE||(bt.DidOpenNotebookDocumentNotification=BE={}));var UE;(function(t){function e(r){let i=r;return mr.objectLiteral(i)&&Ua.uinteger.is(i.start)&&Ua.uinteger.is(i.deleteCount)&&(i.cells===void 0||mr.typedArray(i.cells,zu.is))}t.is=e;function n(r,i,s){let o={start:r,deleteCount:i};return s!==void 0&&(o.cells=s),o}t.create=n})(UE||(bt.NotebookCellArrayChange=UE={}));var VE;(function(t){t.method="notebookDocument/didChange",t.messageDirection=Lr.MessageDirection.clientToServer,t.type=new Lr.ProtocolNotificationType(t.method),t.registrationMethod=_o.method})(VE||(bt.DidChangeNotebookDocumentNotification=VE={}));var zE;(function(t){t.method="notebookDocument/didSave",t.messageDirection=Lr.MessageDirection.clientToServer,t.type=new Lr.ProtocolNotificationType(t.method),t.registrationMethod=_o.method})(zE||(bt.DidSaveNotebookDocumentNotification=zE={}));var WE;(function(t){t.method="notebookDocument/didClose",t.messageDirection=Lr.MessageDirection.clientToServer,t.type=new Lr.ProtocolNotificationType(t.method),t.registrationMethod=_o.method})(WE||(bt.DidCloseNotebookDocumentNotification=WE={}))});var KE=k(Wu=>{"use strict";Object.defineProperty(Wu,"__esModule",{value:!0});Wu.InlineCompletionRequest=void 0;var GE=ft(),YE;(function(t){t.method="textDocument/inlineCompletion",t.messageDirection=GE.MessageDirection.clientToServer,t.type=new GE.ProtocolRequestType(t.method)})(YE||(Wu.InlineCompletionRequest=YE={}))});var ck=k(E=>{"use strict";Object.defineProperty(E,"__esModule",{value:!0});E.WorkspaceSymbolRequest=E.CodeActionResolveRequest=E.CodeActionRequest=E.DocumentSymbolRequest=E.DocumentHighlightRequest=E.ReferencesRequest=E.DefinitionRequest=E.SignatureHelpRequest=E.SignatureHelpTriggerKind=E.HoverRequest=E.CompletionResolveRequest=E.CompletionRequest=E.CompletionTriggerKind=E.PublishDiagnosticsNotification=E.WatchKind=E.RelativePattern=E.FileChangeType=E.DidChangeWatchedFilesNotification=E.WillSaveTextDocumentWaitUntilRequest=E.WillSaveTextDocumentNotification=E.TextDocumentSaveReason=E.DidSaveTextDocumentNotification=E.DidCloseTextDocumentNotification=E.DidChangeTextDocumentNotification=E.TextDocumentContentChangeEvent=E.DidOpenTextDocumentNotification=E.TextDocumentSyncKind=E.TelemetryEventNotification=E.LogMessageNotification=E.ShowMessageRequest=E.ShowMessageNotification=E.MessageType=E.DidChangeConfigurationNotification=E.ExitNotification=E.ShutdownRequest=E.InitializedNotification=E.InitializeErrorCodes=E.InitializeRequest=E.WorkDoneProgressOptions=E.TextDocumentRegistrationOptions=E.StaticRegistrationOptions=E.PositionEncodingKind=E.FailureHandlingKind=E.ResourceOperationKind=E.UnregistrationRequest=E.RegistrationRequest=E.DocumentSelector=E.NotebookCellTextDocumentFilter=E.NotebookDocumentFilter=E.TextDocumentFilter=void 0;E.MonikerRequest=E.MonikerKind=E.UniquenessLevel=E.WillDeleteFilesRequest=E.DidDeleteFilesNotification=E.WillRenameFilesRequest=E.DidRenameFilesNotification=E.WillCreateFilesRequest=E.DidCreateFilesNotification=E.FileOperationPatternKind=E.LinkedEditingRangeRequest=E.ShowDocumentRequest=E.SemanticTokensRegistrationType=E.SemanticTokensRefreshRequest=E.SemanticTokensRangeRequest=E.SemanticTokensDeltaRequest=E.SemanticTokensRequest=E.TokenFormat=E.CallHierarchyPrepareRequest=E.CallHierarchyOutgoingCallsRequest=E.CallHierarchyIncomingCallsRequest=E.WorkDoneProgressCancelNotification=E.WorkDoneProgressCreateRequest=E.WorkDoneProgress=E.SelectionRangeRequest=E.DeclarationRequest=E.FoldingRangeRefreshRequest=E.FoldingRangeRequest=E.ColorPresentationRequest=E.DocumentColorRequest=E.ConfigurationRequest=E.DidChangeWorkspaceFoldersNotification=E.WorkspaceFoldersRequest=E.TypeDefinitionRequest=E.ImplementationRequest=E.ApplyWorkspaceEditRequest=E.ExecuteCommandRequest=E.PrepareRenameRequest=E.RenameRequest=E.PrepareSupportDefaultBehavior=E.DocumentOnTypeFormattingRequest=E.DocumentRangesFormattingRequest=E.DocumentRangeFormattingRequest=E.DocumentFormattingRequest=E.DocumentLinkResolveRequest=E.DocumentLinkRequest=E.CodeLensRefreshRequest=E.CodeLensResolveRequest=E.CodeLensRequest=E.WorkspaceSymbolResolveRequest=void 0;E.InlineCompletionRequest=E.DidCloseNotebookDocumentNotification=E.DidSaveNotebookDocumentNotification=E.DidChangeNotebookDocumentNotification=E.NotebookCellArrayChange=E.DidOpenNotebookDocumentNotification=E.NotebookDocumentSyncRegistrationType=E.NotebookDocument=E.NotebookCell=E.ExecutionSummary=E.NotebookCellKind=E.DiagnosticRefreshRequest=E.WorkspaceDiagnosticRequest=E.DocumentDiagnosticRequest=E.DocumentDiagnosticReportKind=E.DiagnosticServerCancellationData=E.InlayHintRefreshRequest=E.InlayHintResolveRequest=E.InlayHintRequest=E.InlineValueRefreshRequest=E.InlineValueRequest=E.TypeHierarchySupertypesRequest=E.TypeHierarchySubtypesRequest=E.TypeHierarchyPrepareRequest=void 0;var U=ft(),XE=Du(),qt=Au(),N1=S_();Object.defineProperty(E,"ImplementationRequest",{enumerable:!0,get:function(){return N1.ImplementationRequest}});var P1=w_();Object.defineProperty(E,"TypeDefinitionRequest",{enumerable:!0,get:function(){return P1.TypeDefinitionRequest}});var ik=P_();Object.defineProperty(E,"WorkspaceFoldersRequest",{enumerable:!0,get:function(){return ik.WorkspaceFoldersRequest}});Object.defineProperty(E,"DidChangeWorkspaceFoldersNotification",{enumerable:!0,get:function(){return ik.DidChangeWorkspaceFoldersNotification}});var R1=D_();Object.defineProperty(E,"ConfigurationRequest",{enumerable:!0,get:function(){return R1.ConfigurationRequest}});var sk=I_();Object.defineProperty(E,"DocumentColorRequest",{enumerable:!0,get:function(){return sk.DocumentColorRequest}});Object.defineProperty(E,"ColorPresentationRequest",{enumerable:!0,get:function(){return sk.ColorPresentationRequest}});var ok=L_();Object.defineProperty(E,"FoldingRangeRequest",{enumerable:!0,get:function(){return ok.FoldingRangeRequest}});Object.defineProperty(E,"FoldingRangeRefreshRequest",{enumerable:!0,get:function(){return ok.FoldingRangeRefreshRequest}});var C1=j_();Object.defineProperty(E,"DeclarationRequest",{enumerable:!0,get:function(){return C1.DeclarationRequest}});var D1=U_();Object.defineProperty(E,"SelectionRangeRequest",{enumerable:!0,get:function(){return D1.SelectionRangeRequest}});var tg=H_();Object.defineProperty(E,"WorkDoneProgress",{enumerable:!0,get:function(){return tg.WorkDoneProgress}});Object.defineProperty(E,"WorkDoneProgressCreateRequest",{enumerable:!0,get:function(){return tg.WorkDoneProgressCreateRequest}});Object.defineProperty(E,"WorkDoneProgressCancelNotification",{enumerable:!0,get:function(){return tg.WorkDoneProgressCancelNotification}});var ng=X_();Object.defineProperty(E,"CallHierarchyIncomingCallsRequest",{enumerable:!0,get:function(){return ng.CallHierarchyIncomingCallsRequest}});Object.defineProperty(E,"CallHierarchyOutgoingCallsRequest",{enumerable:!0,get:function(){return ng.CallHierarchyOutgoingCallsRequest}});Object.defineProperty(E,"CallHierarchyPrepareRequest",{enumerable:!0,get:function(){return ng.CallHierarchyPrepareRequest}});var Eo=nE();Object.defineProperty(E,"TokenFormat",{enumerable:!0,get:function(){return Eo.TokenFormat}});Object.defineProperty(E,"SemanticTokensRequest",{enumerable:!0,get:function(){return Eo.SemanticTokensRequest}});Object.defineProperty(E,"SemanticTokensDeltaRequest",{enumerable:!0,get:function(){return Eo.SemanticTokensDeltaRequest}});Object.defineProperty(E,"SemanticTokensRangeRequest",{enumerable:!0,get:function(){return Eo.SemanticTokensRangeRequest}});Object.defineProperty(E,"SemanticTokensRefreshRequest",{enumerable:!0,get:function(){return Eo.SemanticTokensRefreshRequest}});Object.defineProperty(E,"SemanticTokensRegistrationType",{enumerable:!0,get:function(){return Eo.SemanticTokensRegistrationType}});var A1=sE();Object.defineProperty(E,"ShowDocumentRequest",{enumerable:!0,get:function(){return A1.ShowDocumentRequest}});var O1=cE();Object.defineProperty(E,"LinkedEditingRangeRequest",{enumerable:!0,get:function(){return O1.LinkedEditingRangeRequest}});var Ts=gE();Object.defineProperty(E,"FileOperationPatternKind",{enumerable:!0,get:function(){return Ts.FileOperationPatternKind}});Object.defineProperty(E,"DidCreateFilesNotification",{enumerable:!0,get:function(){return Ts.DidCreateFilesNotification}});Object.defineProperty(E,"WillCreateFilesRequest",{enumerable:!0,get:function(){return Ts.WillCreateFilesRequest}});Object.defineProperty(E,"DidRenameFilesNotification",{enumerable:!0,get:function(){return Ts.DidRenameFilesNotification}});Object.defineProperty(E,"WillRenameFilesRequest",{enumerable:!0,get:function(){return Ts.WillRenameFilesRequest}});Object.defineProperty(E,"DidDeleteFilesNotification",{enumerable:!0,get:function(){return Ts.DidDeleteFilesNotification}});Object.defineProperty(E,"WillDeleteFilesRequest",{enumerable:!0,get:function(){return Ts.WillDeleteFilesRequest}});var rg=SE();Object.defineProperty(E,"UniquenessLevel",{enumerable:!0,get:function(){return rg.UniquenessLevel}});Object.defineProperty(E,"MonikerKind",{enumerable:!0,get:function(){return rg.MonikerKind}});Object.defineProperty(E,"MonikerRequest",{enumerable:!0,get:function(){return rg.MonikerRequest}});var ig=kE();Object.defineProperty(E,"TypeHierarchyPrepareRequest",{enumerable:!0,get:function(){return ig.TypeHierarchyPrepareRequest}});Object.defineProperty(E,"TypeHierarchySubtypesRequest",{enumerable:!0,get:function(){return ig.TypeHierarchySubtypesRequest}});Object.defineProperty(E,"TypeHierarchySupertypesRequest",{enumerable:!0,get:function(){return ig.TypeHierarchySupertypesRequest}});var ak=RE();Object.defineProperty(E,"InlineValueRequest",{enumerable:!0,get:function(){return ak.InlineValueRequest}});Object.defineProperty(E,"InlineValueRefreshRequest",{enumerable:!0,get:function(){return ak.InlineValueRefreshRequest}});var sg=OE();Object.defineProperty(E,"InlayHintRequest",{enumerable:!0,get:function(){return sg.InlayHintRequest}});Object.defineProperty(E,"InlayHintResolveRequest",{enumerable:!0,get:function(){return sg.InlayHintResolveRequest}});Object.defineProperty(E,"InlayHintRefreshRequest",{enumerable:!0,get:function(){return sg.InlayHintRefreshRequest}});var Va=jE();Object.defineProperty(E,"DiagnosticServerCancellationData",{enumerable:!0,get:function(){return Va.DiagnosticServerCancellationData}});Object.defineProperty(E,"DocumentDiagnosticReportKind",{enumerable:!0,get:function(){return Va.DocumentDiagnosticReportKind}});Object.defineProperty(E,"DocumentDiagnosticRequest",{enumerable:!0,get:function(){return Va.DocumentDiagnosticRequest}});Object.defineProperty(E,"WorkspaceDiagnosticRequest",{enumerable:!0,get:function(){return Va.WorkspaceDiagnosticRequest}});Object.defineProperty(E,"DiagnosticRefreshRequest",{enumerable:!0,get:function(){return Va.DiagnosticRefreshRequest}});var $r=HE();Object.defineProperty(E,"NotebookCellKind",{enumerable:!0,get:function(){return $r.NotebookCellKind}});Object.defineProperty(E,"ExecutionSummary",{enumerable:!0,get:function(){return $r.ExecutionSummary}});Object.defineProperty(E,"NotebookCell",{enumerable:!0,get:function(){return $r.NotebookCell}});Object.defineProperty(E,"NotebookDocument",{enumerable:!0,get:function(){return $r.NotebookDocument}});Object.defineProperty(E,"NotebookDocumentSyncRegistrationType",{enumerable:!0,get:function(){return $r.NotebookDocumentSyncRegistrationType}});Object.defineProperty(E,"DidOpenNotebookDocumentNotification",{enumerable:!0,get:function(){return $r.DidOpenNotebookDocumentNotification}});Object.defineProperty(E,"NotebookCellArrayChange",{enumerable:!0,get:function(){return $r.NotebookCellArrayChange}});Object.defineProperty(E,"DidChangeNotebookDocumentNotification",{enumerable:!0,get:function(){return $r.DidChangeNotebookDocumentNotification}});Object.defineProperty(E,"DidSaveNotebookDocumentNotification",{enumerable:!0,get:function(){return $r.DidSaveNotebookDocumentNotification}});Object.defineProperty(E,"DidCloseNotebookDocumentNotification",{enumerable:!0,get:function(){return $r.DidCloseNotebookDocumentNotification}});var I1=KE();Object.defineProperty(E,"InlineCompletionRequest",{enumerable:!0,get:function(){return I1.InlineCompletionRequest}});var Jm;(function(t){function e(n){let r=n;return qt.string(r)||qt.string(r.language)||qt.string(r.scheme)||qt.string(r.pattern)}t.is=e})(Jm||(E.TextDocumentFilter=Jm={}));var Qm;(function(t){function e(n){let r=n;return qt.objectLiteral(r)&&(qt.string(r.notebookType)||qt.string(r.scheme)||qt.string(r.pattern))}t.is=e})(Qm||(E.NotebookDocumentFilter=Qm={}));var Zm;(function(t){function e(n){let r=n;return qt.objectLiteral(r)&&(qt.string(r.notebook)||Qm.is(r.notebook))&&(r.language===void 0||qt.string(r.language))}t.is=e})(Zm||(E.NotebookCellTextDocumentFilter=Zm={}));var eg;(function(t){function e(n){if(!Array.isArray(n))return!1;for(let r of n)if(!qt.string(r)&&!Jm.is(r)&&!Zm.is(r))return!1;return!0}t.is=e})(eg||(E.DocumentSelector=eg={}));var JE;(function(t){t.method="client/registerCapability",t.messageDirection=U.MessageDirection.serverToClient,t.type=new U.ProtocolRequestType(t.method)})(JE||(E.RegistrationRequest=JE={}));var QE;(function(t){t.method="client/unregisterCapability",t.messageDirection=U.MessageDirection.serverToClient,t.type=new U.ProtocolRequestType(t.method)})(QE||(E.UnregistrationRequest=QE={}));var ZE;(function(t){t.Create="create",t.Rename="rename",t.Delete="delete"})(ZE||(E.ResourceOperationKind=ZE={}));var ew;(function(t){t.Abort="abort",t.Transactional="transactional",t.TextOnlyTransactional="textOnlyTransactional",t.Undo="undo"})(ew||(E.FailureHandlingKind=ew={}));var tw;(function(t){t.UTF8="utf-8",t.UTF16="utf-16",t.UTF32="utf-32"})(tw||(E.PositionEncodingKind=tw={}));var nw;(function(t){function e(n){let r=n;return r&&qt.string(r.id)&&r.id.length>0}t.hasId=e})(nw||(E.StaticRegistrationOptions=nw={}));var rw;(function(t){function e(n){let r=n;return r&&(r.documentSelector===null||eg.is(r.documentSelector))}t.is=e})(rw||(E.TextDocumentRegistrationOptions=rw={}));var iw;(function(t){function e(r){let i=r;return qt.objectLiteral(i)&&(i.workDoneProgress===void 0||qt.boolean(i.workDoneProgress))}t.is=e;function n(r){let i=r;return i&&qt.boolean(i.workDoneProgress)}t.hasWorkDoneProgress=n})(iw||(E.WorkDoneProgressOptions=iw={}));var sw;(function(t){t.method="initialize",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(sw||(E.InitializeRequest=sw={}));var ow;(function(t){t.unknownProtocolVersion=1})(ow||(E.InitializeErrorCodes=ow={}));var aw;(function(t){t.method="initialized",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolNotificationType(t.method)})(aw||(E.InitializedNotification=aw={}));var cw;(function(t){t.method="shutdown",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType0(t.method)})(cw||(E.ShutdownRequest=cw={}));var lw;(function(t){t.method="exit",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolNotificationType0(t.method)})(lw||(E.ExitNotification=lw={}));var uw;(function(t){t.method="workspace/didChangeConfiguration",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolNotificationType(t.method)})(uw||(E.DidChangeConfigurationNotification=uw={}));var dw;(function(t){t.Error=1,t.Warning=2,t.Info=3,t.Log=4,t.Debug=5})(dw||(E.MessageType=dw={}));var fw;(function(t){t.method="window/showMessage",t.messageDirection=U.MessageDirection.serverToClient,t.type=new U.ProtocolNotificationType(t.method)})(fw||(E.ShowMessageNotification=fw={}));var hw;(function(t){t.method="window/showMessageRequest",t.messageDirection=U.MessageDirection.serverToClient,t.type=new U.ProtocolRequestType(t.method)})(hw||(E.ShowMessageRequest=hw={}));var pw;(function(t){t.method="window/logMessage",t.messageDirection=U.MessageDirection.serverToClient,t.type=new U.ProtocolNotificationType(t.method)})(pw||(E.LogMessageNotification=pw={}));var mw;(function(t){t.method="telemetry/event",t.messageDirection=U.MessageDirection.serverToClient,t.type=new U.ProtocolNotificationType(t.method)})(mw||(E.TelemetryEventNotification=mw={}));var gw;(function(t){t.None=0,t.Full=1,t.Incremental=2})(gw||(E.TextDocumentSyncKind=gw={}));var yw;(function(t){t.method="textDocument/didOpen",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolNotificationType(t.method)})(yw||(E.DidOpenTextDocumentNotification=yw={}));var vw;(function(t){function e(r){let i=r;return i!=null&&typeof i.text=="string"&&i.range!==void 0&&(i.rangeLength===void 0||typeof i.rangeLength=="number")}t.isIncremental=e;function n(r){let i=r;return i!=null&&typeof i.text=="string"&&i.range===void 0&&i.rangeLength===void 0}t.isFull=n})(vw||(E.TextDocumentContentChangeEvent=vw={}));var bw;(function(t){t.method="textDocument/didChange",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolNotificationType(t.method)})(bw||(E.DidChangeTextDocumentNotification=bw={}));var Tw;(function(t){t.method="textDocument/didClose",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolNotificationType(t.method)})(Tw||(E.DidCloseTextDocumentNotification=Tw={}));var Sw;(function(t){t.method="textDocument/didSave",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolNotificationType(t.method)})(Sw||(E.DidSaveTextDocumentNotification=Sw={}));var _w;(function(t){t.Manual=1,t.AfterDelay=2,t.FocusOut=3})(_w||(E.TextDocumentSaveReason=_w={}));var Ew;(function(t){t.method="textDocument/willSave",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolNotificationType(t.method)})(Ew||(E.WillSaveTextDocumentNotification=Ew={}));var ww;(function(t){t.method="textDocument/willSaveWaitUntil",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(ww||(E.WillSaveTextDocumentWaitUntilRequest=ww={}));var kw;(function(t){t.method="workspace/didChangeWatchedFiles",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolNotificationType(t.method)})(kw||(E.DidChangeWatchedFilesNotification=kw={}));var Nw;(function(t){t.Created=1,t.Changed=2,t.Deleted=3})(Nw||(E.FileChangeType=Nw={}));var Pw;(function(t){function e(n){let r=n;return qt.objectLiteral(r)&&(XE.URI.is(r.baseUri)||XE.WorkspaceFolder.is(r.baseUri))&&qt.string(r.pattern)}t.is=e})(Pw||(E.RelativePattern=Pw={}));var Rw;(function(t){t.Create=1,t.Change=2,t.Delete=4})(Rw||(E.WatchKind=Rw={}));var Cw;(function(t){t.method="textDocument/publishDiagnostics",t.messageDirection=U.MessageDirection.serverToClient,t.type=new U.ProtocolNotificationType(t.method)})(Cw||(E.PublishDiagnosticsNotification=Cw={}));var Dw;(function(t){t.Invoked=1,t.TriggerCharacter=2,t.TriggerForIncompleteCompletions=3})(Dw||(E.CompletionTriggerKind=Dw={}));var Aw;(function(t){t.method="textDocument/completion",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Aw||(E.CompletionRequest=Aw={}));var Ow;(function(t){t.method="completionItem/resolve",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Ow||(E.CompletionResolveRequest=Ow={}));var Iw;(function(t){t.method="textDocument/hover",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Iw||(E.HoverRequest=Iw={}));var xw;(function(t){t.Invoked=1,t.TriggerCharacter=2,t.ContentChange=3})(xw||(E.SignatureHelpTriggerKind=xw={}));var Mw;(function(t){t.method="textDocument/signatureHelp",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Mw||(E.SignatureHelpRequest=Mw={}));var Lw;(function(t){t.method="textDocument/definition",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Lw||(E.DefinitionRequest=Lw={}));var $w;(function(t){t.method="textDocument/references",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})($w||(E.ReferencesRequest=$w={}));var qw;(function(t){t.method="textDocument/documentHighlight",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(qw||(E.DocumentHighlightRequest=qw={}));var jw;(function(t){t.method="textDocument/documentSymbol",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(jw||(E.DocumentSymbolRequest=jw={}));var Fw;(function(t){t.method="textDocument/codeAction",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Fw||(E.CodeActionRequest=Fw={}));var Bw;(function(t){t.method="codeAction/resolve",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Bw||(E.CodeActionResolveRequest=Bw={}));var Uw;(function(t){t.method="workspace/symbol",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Uw||(E.WorkspaceSymbolRequest=Uw={}));var Vw;(function(t){t.method="workspaceSymbol/resolve",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Vw||(E.WorkspaceSymbolResolveRequest=Vw={}));var zw;(function(t){t.method="textDocument/codeLens",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(zw||(E.CodeLensRequest=zw={}));var Ww;(function(t){t.method="codeLens/resolve",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Ww||(E.CodeLensResolveRequest=Ww={}));var Hw;(function(t){t.method="workspace/codeLens/refresh",t.messageDirection=U.MessageDirection.serverToClient,t.type=new U.ProtocolRequestType0(t.method)})(Hw||(E.CodeLensRefreshRequest=Hw={}));var Gw;(function(t){t.method="textDocument/documentLink",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Gw||(E.DocumentLinkRequest=Gw={}));var Yw;(function(t){t.method="documentLink/resolve",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Yw||(E.DocumentLinkResolveRequest=Yw={}));var Kw;(function(t){t.method="textDocument/formatting",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Kw||(E.DocumentFormattingRequest=Kw={}));var Xw;(function(t){t.method="textDocument/rangeFormatting",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Xw||(E.DocumentRangeFormattingRequest=Xw={}));var Jw;(function(t){t.method="textDocument/rangesFormatting",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Jw||(E.DocumentRangesFormattingRequest=Jw={}));var Qw;(function(t){t.method="textDocument/onTypeFormatting",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(Qw||(E.DocumentOnTypeFormattingRequest=Qw={}));var Zw;(function(t){t.Identifier=1})(Zw||(E.PrepareSupportDefaultBehavior=Zw={}));var ek;(function(t){t.method="textDocument/rename",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(ek||(E.RenameRequest=ek={}));var tk;(function(t){t.method="textDocument/prepareRename",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(tk||(E.PrepareRenameRequest=tk={}));var nk;(function(t){t.method="workspace/executeCommand",t.messageDirection=U.MessageDirection.clientToServer,t.type=new U.ProtocolRequestType(t.method)})(nk||(E.ExecuteCommandRequest=nk={}));var rk;(function(t){t.method="workspace/applyEdit",t.messageDirection=U.MessageDirection.serverToClient,t.type=new U.ProtocolRequestType("workspace/applyEdit")})(rk||(E.ApplyWorkspaceEditRequest=rk={}))});var uk=k(Hu=>{"use strict";Object.defineProperty(Hu,"__esModule",{value:!0});Hu.createProtocolConnection=void 0;var lk=bs();function x1(t,e,n,r){return lk.ConnectionStrategy.is(r)&&(r={connectionStrategy:r}),(0,lk.createMessageConnection)(t,e,n,r)}Hu.createProtocolConnection=x1});var fk=k(_n=>{"use strict";var M1=_n&&_n.__createBinding||(Object.create?function(t,e,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){r===void 0&&(r=n),t[r]=e[n]}),Gu=_n&&_n.__exportStar||function(t,e){for(var n in t)n!=="default"&&!Object.prototype.hasOwnProperty.call(e,n)&&M1(e,t,n)};Object.defineProperty(_n,"__esModule",{value:!0});_n.LSPErrorCodes=_n.createProtocolConnection=void 0;Gu(bs(),_n);Gu(Du(),_n);Gu(ft(),_n);Gu(ck(),_n);var L1=uk();Object.defineProperty(_n,"createProtocolConnection",{enumerable:!0,get:function(){return L1.createProtocolConnection}});var dk;(function(t){t.lspReservedErrorRangeStart=-32899,t.RequestFailed=-32803,t.ServerCancelled=-32802,t.ContentModified=-32801,t.RequestCancelled=-32800,t.lspReservedErrorRangeEnd=-32800})(dk||(_n.LSPErrorCodes=dk={}))});var Tt=k(qr=>{"use strict";var $1=qr&&qr.__createBinding||(Object.create?function(t,e,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){r===void 0&&(r=n),t[r]=e[n]}),hk=qr&&qr.__exportStar||function(t,e){for(var n in t)n!=="default"&&!Object.prototype.hasOwnProperty.call(e,n)&&$1(e,t,n)};Object.defineProperty(qr,"__esModule",{value:!0});qr.createProtocolConnection=void 0;var q1=Vm();hk(Vm(),qr);hk(fk(),qr);function j1(t,e,n,r){return(0,q1.createMessageConnection)(t,e,n,r)}qr.createProtocolConnection=j1});var og=k(Wn=>{"use strict";Object.defineProperty(Wn,"__esModule",{value:!0});Wn.generateUuid=Wn.parse=Wn.isUUID=Wn.v4=Wn.empty=void 0;var za=class{constructor(e){this._value=e}asHex(){return this._value}equals(e){return this.asHex()===e.asHex()}},Wa=class t extends za{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(""))}};Wa._chars=["0","1","2","3","4","5","6","6","7","8","9","a","b","c","d","e","f"];Wa._timeHighBits=["8","9","a","b"];Wn.empty=new za("00000000-0000-0000-0000-000000000000");function pk(){return new Wa}Wn.v4=pk;var F1=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function mk(t){return F1.test(t)}Wn.isUUID=mk;function B1(t){if(!mk(t))throw new Error("invalid uuid");return new za(t)}Wn.parse=B1;function U1(){return pk().asHex()}Wn.generateUuid=U1});var gk=k(Li=>{"use strict";Object.defineProperty(Li,"__esModule",{value:!0});Li.attachPartialResult=Li.ProgressFeature=Li.attachWorkDone=void 0;var Mi=Tt(),V1=og(),Ss=class t{constructor(e,n){this._connection=e,this._token=n,t.Instances.set(this._token,this)}begin(e,n,r,i){let s={kind:"begin",title:e,percentage:n,message:r,cancellable:i};this._connection.sendProgress(Mi.WorkDoneProgress.type,this._token,s)}report(e,n){let r={kind:"report"};typeof e=="number"?(r.percentage=e,n!==void 0&&(r.message=n)):r.message=e,this._connection.sendProgress(Mi.WorkDoneProgress.type,this._token,r)}done(){t.Instances.delete(this._token),this._connection.sendProgress(Mi.WorkDoneProgress.type,this._token,{kind:"end"})}};Ss.Instances=new Map;var Yu=class extends Ss{constructor(e,n){super(e,n),this._source=new Mi.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose(),super.done()}cancel(){this._source.cancel()}},Ha=class{constructor(){}begin(){}report(){}done(){}},Ku=class extends Ha{constructor(){super(),this._source=new Mi.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose()}cancel(){this._source.cancel()}};function z1(t,e){if(e===void 0||e.workDoneToken===void 0)return new Ha;let n=e.workDoneToken;return delete e.workDoneToken,new Ss(t,n)}Li.attachWorkDone=z1;var W1=t=>class extends t{constructor(){super(),this._progressSupported=!1}initialize(e){super.initialize(e),e?.window?.workDoneProgress===!0&&(this._progressSupported=!0,this.connection.onNotification(Mi.WorkDoneProgressCancelNotification.type,n=>{let r=Ss.Instances.get(n.token);(r instanceof Yu||r instanceof Ku)&&r.cancel()}))}attachWorkDoneProgress(e){return e===void 0?new Ha:new Ss(this.connection,e)}createWorkDoneProgress(){if(this._progressSupported){let e=(0,V1.generateUuid)();return this.connection.sendRequest(Mi.WorkDoneProgressCreateRequest.type,{token:e}).then(()=>new Yu(this.connection,e))}else return Promise.resolve(new Ku)}};Li.ProgressFeature=W1;var ag;(function(t){t.type=new Mi.ProgressType})(ag||(ag={}));var cg=class{constructor(e,n){this._connection=e,this._token=n}report(e){this._connection.sendProgress(ag.type,this._token,e)}};function H1(t,e){if(e===void 0||e.partialResultToken===void 0)return;let n=e.partialResultToken;return delete e.partialResultToken,new cg(t,n)}Li.attachPartialResult=H1});var yk=k(Xu=>{"use strict";Object.defineProperty(Xu,"__esModule",{value:!0});Xu.ConfigurationFeature=void 0;var G1=Tt(),Y1=au(),K1=t=>class extends t{getConfiguration(e){return e?Y1.string(e)?this._getConfiguration({section:e}):this._getConfiguration(e):this._getConfiguration({})}_getConfiguration(e){let n={items:Array.isArray(e)?e:[e]};return this.connection.sendRequest(G1.ConfigurationRequest.type,n).then(r=>Array.isArray(r)?Array.isArray(e)?r:r[0]:Array.isArray(e)?[]:null)}};Xu.ConfigurationFeature=K1});var vk=k(Qu=>{"use strict";Object.defineProperty(Qu,"__esModule",{value:!0});Qu.WorkspaceFoldersFeature=void 0;var Ju=Tt(),X1=t=>class extends t{constructor(){super(),this._notificationIsAutoRegistered=!1}initialize(e){super.initialize(e);let n=e.workspace;n&&n.workspaceFolders&&(this._onDidChangeWorkspaceFolders=new Ju.Emitter,this.connection.onNotification(Ju.DidChangeWorkspaceFoldersNotification.type,r=>{this._onDidChangeWorkspaceFolders.fire(r.event)}))}fillServerCapabilities(e){super.fillServerCapabilities(e);let n=e.workspace?.workspaceFolders?.changeNotifications;this._notificationIsAutoRegistered=n===!0||typeof n=="string"}getWorkspaceFolders(){return this.connection.sendRequest(Ju.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(Ju.DidChangeWorkspaceFoldersNotification.type)),this._onDidChangeWorkspaceFolders.event}};Qu.WorkspaceFoldersFeature=X1});var bk=k(Zu=>{"use strict";Object.defineProperty(Zu,"__esModule",{value:!0});Zu.CallHierarchyFeature=void 0;var lg=Tt(),J1=t=>class extends t{get callHierarchy(){return{onPrepare:e=>this.connection.onRequest(lg.CallHierarchyPrepareRequest.type,(n,r)=>e(n,r,this.attachWorkDoneProgress(n),void 0)),onIncomingCalls:e=>{let n=lg.CallHierarchyIncomingCallsRequest.type;return this.connection.onRequest(n,(r,i)=>e(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onOutgoingCalls:e=>{let n=lg.CallHierarchyOutgoingCallsRequest.type;return this.connection.onRequest(n,(r,i)=>e(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Zu.CallHierarchyFeature=J1});var dg=k($i=>{"use strict";Object.defineProperty($i,"__esModule",{value:!0});$i.SemanticTokensBuilder=$i.SemanticTokensDiff=$i.SemanticTokensFeature=void 0;var ed=Tt(),Q1=t=>class extends t{get semanticTokens(){return{refresh:()=>this.connection.sendRequest(ed.SemanticTokensRefreshRequest.type),on:e=>{let n=ed.SemanticTokensRequest.type;return this.connection.onRequest(n,(r,i)=>e(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onDelta:e=>{let n=ed.SemanticTokensDeltaRequest.type;return this.connection.onRequest(n,(r,i)=>e(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onRange:e=>{let n=ed.SemanticTokensRangeRequest.type;return this.connection.onRequest(n,(r,i)=>e(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};$i.SemanticTokensFeature=Q1;var td=class{constructor(e,n){this.originalSequence=e,this.modifiedSequence=n}computeDiff(){let e=this.originalSequence.length,n=this.modifiedSequence.length,r=0;for(;r<n&&r<e&&this.originalSequence[r]===this.modifiedSequence[r];)r++;if(r<n&&r<e){let i=e-1,s=n-1;for(;i>=r&&s>=r&&this.originalSequence[i]===this.modifiedSequence[s];)i--,s--;(i<r||s<r)&&(i++,s++);let o=i-r+1,a=this.modifiedSequence.slice(r,s+1);return a.length===1&&a[0]===this.originalSequence[i]?[{start:r,deleteCount:o-1}]:[{start:r,deleteCount:o,data:a}]}else return r<n?[{start:r,deleteCount:0,data:this.modifiedSequence.slice(r)}]:r<e?[{start:r,deleteCount:e-r}]:[]}};$i.SemanticTokensDiff=td;var ug=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,n,r,i,s){let o=e,a=n;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++]=r,this._data[this._dataLen++]=i,this._data[this._dataLen++]=s,this._prevLine=e,this._prevChar=n}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 td(this._prevData,this._data).computeDiff()}:this.build()}};$i.SemanticTokensBuilder=ug});var Tk=k(nd=>{"use strict";Object.defineProperty(nd,"__esModule",{value:!0});nd.ShowDocumentFeature=void 0;var Z1=Tt(),eL=t=>class extends t{showDocument(e){return this.connection.sendRequest(Z1.ShowDocumentRequest.type,e)}};nd.ShowDocumentFeature=eL});var Sk=k(rd=>{"use strict";Object.defineProperty(rd,"__esModule",{value:!0});rd.FileOperationsFeature=void 0;var wo=Tt(),tL=t=>class extends t{onDidCreateFiles(e){return this.connection.onNotification(wo.DidCreateFilesNotification.type,n=>{e(n)})}onDidRenameFiles(e){return this.connection.onNotification(wo.DidRenameFilesNotification.type,n=>{e(n)})}onDidDeleteFiles(e){return this.connection.onNotification(wo.DidDeleteFilesNotification.type,n=>{e(n)})}onWillCreateFiles(e){return this.connection.onRequest(wo.WillCreateFilesRequest.type,(n,r)=>e(n,r))}onWillRenameFiles(e){return this.connection.onRequest(wo.WillRenameFilesRequest.type,(n,r)=>e(n,r))}onWillDeleteFiles(e){return this.connection.onRequest(wo.WillDeleteFilesRequest.type,(n,r)=>e(n,r))}};rd.FileOperationsFeature=tL});var _k=k(id=>{"use strict";Object.defineProperty(id,"__esModule",{value:!0});id.LinkedEditingRangeFeature=void 0;var nL=Tt(),rL=t=>class extends t{onLinkedEditingRange(e){return this.connection.onRequest(nL.LinkedEditingRangeRequest.type,(n,r)=>e(n,r,this.attachWorkDoneProgress(n),void 0))}};id.LinkedEditingRangeFeature=rL});var Ek=k(sd=>{"use strict";Object.defineProperty(sd,"__esModule",{value:!0});sd.TypeHierarchyFeature=void 0;var fg=Tt(),iL=t=>class extends t{get typeHierarchy(){return{onPrepare:e=>this.connection.onRequest(fg.TypeHierarchyPrepareRequest.type,(n,r)=>e(n,r,this.attachWorkDoneProgress(n),void 0)),onSupertypes:e=>{let n=fg.TypeHierarchySupertypesRequest.type;return this.connection.onRequest(n,(r,i)=>e(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onSubtypes:e=>{let n=fg.TypeHierarchySubtypesRequest.type;return this.connection.onRequest(n,(r,i)=>e(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};sd.TypeHierarchyFeature=iL});var kk=k(od=>{"use strict";Object.defineProperty(od,"__esModule",{value:!0});od.InlineValueFeature=void 0;var wk=Tt(),sL=t=>class extends t{get inlineValue(){return{refresh:()=>this.connection.sendRequest(wk.InlineValueRefreshRequest.type),on:e=>this.connection.onRequest(wk.InlineValueRequest.type,(n,r)=>e(n,r,this.attachWorkDoneProgress(n)))}}};od.InlineValueFeature=sL});var Pk=k(ad=>{"use strict";Object.defineProperty(ad,"__esModule",{value:!0});ad.FoldingRangeFeature=void 0;var Nk=Tt(),oL=t=>class extends t{get foldingRange(){return{refresh:()=>this.connection.sendRequest(Nk.FoldingRangeRefreshRequest.type),on:e=>{let n=Nk.FoldingRangeRequest.type;return this.connection.onRequest(n,(r,i)=>e(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};ad.FoldingRangeFeature=oL});var Rk=k(cd=>{"use strict";Object.defineProperty(cd,"__esModule",{value:!0});cd.InlayHintFeature=void 0;var hg=Tt(),aL=t=>class extends t{get inlayHint(){return{refresh:()=>this.connection.sendRequest(hg.InlayHintRefreshRequest.type),on:e=>this.connection.onRequest(hg.InlayHintRequest.type,(n,r)=>e(n,r,this.attachWorkDoneProgress(n))),resolve:e=>this.connection.onRequest(hg.InlayHintResolveRequest.type,(n,r)=>e(n,r))}}};cd.InlayHintFeature=aL});var Ck=k(ld=>{"use strict";Object.defineProperty(ld,"__esModule",{value:!0});ld.DiagnosticFeature=void 0;var Ga=Tt(),cL=t=>class extends t{get diagnostics(){return{refresh:()=>this.connection.sendRequest(Ga.DiagnosticRefreshRequest.type),on:e=>this.connection.onRequest(Ga.DocumentDiagnosticRequest.type,(n,r)=>e(n,r,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(Ga.DocumentDiagnosticRequest.partialResult,n))),onWorkspace:e=>this.connection.onRequest(Ga.WorkspaceDiagnosticRequest.type,(n,r)=>e(n,r,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(Ga.WorkspaceDiagnosticRequest.partialResult,n)))}}};ld.DiagnosticFeature=cL});var mg=k(ud=>{"use strict";Object.defineProperty(ud,"__esModule",{value:!0});ud.TextDocuments=void 0;var _s=Tt(),pg=class{constructor(e){this._configuration=e,this._syncedDocuments=new Map,this._onDidChangeContent=new _s.Emitter,this._onDidOpen=new _s.Emitter,this._onDidClose=new _s.Emitter,this._onDidSave=new _s.Emitter,this._onWillSave=new _s.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=_s.TextDocumentSyncKind.Incremental;let n=[];return n.push(e.onDidOpenTextDocument(r=>{let i=r.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)})),n.push(e.onDidChangeTextDocument(r=>{let i=r.textDocument,s=r.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})))})),n.push(e.onDidCloseTextDocument(r=>{let i=this._syncedDocuments.get(r.textDocument.uri);i!==void 0&&(this._syncedDocuments.delete(r.textDocument.uri),this._onDidClose.fire(Object.freeze({document:i})))})),n.push(e.onWillSaveTextDocument(r=>{let i=this._syncedDocuments.get(r.textDocument.uri);i!==void 0&&this._onWillSave.fire(Object.freeze({document:i,reason:r.reason}))})),n.push(e.onWillSaveTextDocumentWaitUntil((r,i)=>{let s=this._syncedDocuments.get(r.textDocument.uri);return s!==void 0&&this._willSaveWaitUntil?this._willSaveWaitUntil(Object.freeze({document:s,reason:r.reason}),i):[]})),n.push(e.onDidSaveTextDocument(r=>{let i=this._syncedDocuments.get(r.textDocument.uri);i!==void 0&&this._onDidSave.fire(Object.freeze({document:i}))})),_s.Disposable.create(()=>{n.forEach(r=>r.dispose())})}};ud.TextDocuments=pg});var yg=k(ko=>{"use strict";Object.defineProperty(ko,"__esModule",{value:!0});ko.NotebookDocuments=ko.NotebookSyncFeature=void 0;var Hn=Tt(),Dk=mg(),lL=t=>class extends t{get synchronization(){return{onDidOpenNotebookDocument:e=>this.connection.onNotification(Hn.DidOpenNotebookDocumentNotification.type,n=>{e(n)}),onDidChangeNotebookDocument:e=>this.connection.onNotification(Hn.DidChangeNotebookDocumentNotification.type,n=>{e(n)}),onDidSaveNotebookDocument:e=>this.connection.onNotification(Hn.DidSaveNotebookDocumentNotification.type,n=>{e(n)}),onDidCloseNotebookDocument:e=>this.connection.onNotification(Hn.DidCloseNotebookDocumentNotification.type,n=>{e(n)})}}};ko.NotebookSyncFeature=lL;var dd=class t{onDidOpenTextDocument(e){return this.openHandler=e,Hn.Disposable.create(()=>{this.openHandler=void 0})}openTextDocument(e){this.openHandler&&this.openHandler(e)}onDidChangeTextDocument(e){return this.changeHandler=e,Hn.Disposable.create(()=>{this.changeHandler=e})}changeTextDocument(e){this.changeHandler&&this.changeHandler(e)}onDidCloseTextDocument(e){return this.closeHandler=e,Hn.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}};dd.NULL_DISPOSE=Object.freeze({dispose:()=>{}});var gg=class{constructor(e){e instanceof Dk.TextDocuments?this._cellTextDocuments=e:this._cellTextDocuments=new Dk.TextDocuments(e),this.notebookDocuments=new Map,this.notebookCellMap=new Map,this._onDidOpen=new Hn.Emitter,this._onDidChange=new Hn.Emitter,this._onDidSave=new Hn.Emitter,this._onDidClose=new Hn.Emitter}get cellTextDocuments(){return this._cellTextDocuments}getCellTextDocument(e){return this._cellTextDocuments.get(e.document)}getNotebookDocument(e){return this.notebookDocuments.get(e)}getNotebookCell(e){let n=this.notebookCellMap.get(e);return n&&n[0]}findNotebookDocumentForCell(e){let n=typeof e=="string"?e:e.document,r=this.notebookCellMap.get(n);return r&&r[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 n=new dd,r=[];return r.push(this.cellTextDocuments.listen(n)),r.push(e.notebooks.synchronization.onDidOpenNotebookDocument(i=>{this.notebookDocuments.set(i.notebookDocument.uri,i.notebookDocument);for(let s of i.cellTextDocuments)n.openTextDocument({textDocument:s});this.updateCellMap(i.notebookDocument),this._onDidOpen.fire(i.notebookDocument)})),r.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 _=c.cells;if(_.structure!==void 0){let v=_.structure.array;if(s.cells.splice(v.start,v.deleteCount,...v.cells!==void 0?v.cells:[]),_.structure.didOpen!==void 0)for(let b of _.structure.didOpen)n.openTextDocument({textDocument:b}),l.push(b.uri);if(_.structure.didClose)for(let b of _.structure.didClose)n.closeTextDocument({textDocument:b}),u.push(b.uri)}if(_.data!==void 0){let v=new Map(_.data.map(b=>[b.document,b]));for(let b=0;b<=s.cells.length;b++){let w=v.get(s.cells[b].document);if(w!==void 0){let C=s.cells.splice(b,1,w);if(d.push({old:C[0],new:w}),v.delete(w.document),v.size===0)break}}}if(_.textContent!==void 0)for(let v of _.textContent)n.changeTextDocument({textDocument:v.document,contentChanges:v.changes}),f.push(v.document.uri)}this.updateCellMap(s);let h={notebookDocument:s};a&&(h.metadata={old:o,new:s.metadata});let y=[];for(let _ of l)y.push(this.getNotebookCell(_));let p=[];for(let _ of u)p.push(this.getNotebookCell(_));let T=[];for(let _ of f)T.push(this.getNotebookCell(_));(y.length>0||p.length>0||d.length>0||T.length>0)&&(h.cells={added:y,removed:p,changed:{data:d,textContent:T}}),(h.metadata!==void 0||h.cells!==void 0)&&this._onDidChange.fire(h)})),r.push(e.notebooks.synchronization.onDidSaveNotebookDocument(i=>{let s=this.notebookDocuments.get(i.notebookDocument.uri);s!==void 0&&this._onDidSave.fire(s)})),r.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)n.closeTextDocument({textDocument:o});this.notebookDocuments.delete(i.notebookDocument.uri);for(let o of s.cells)this.notebookCellMap.delete(o.document)}})),Hn.Disposable.create(()=>{r.forEach(i=>i.dispose())})}updateCellMap(e){for(let n of e.cells)this.notebookCellMap.set(n.document,[n,e])}};ko.NotebookDocuments=gg});var Ak=k(fd=>{"use strict";Object.defineProperty(fd,"__esModule",{value:!0});fd.MonikerFeature=void 0;var uL=Tt(),dL=t=>class extends t{get moniker(){return{on:e=>{let n=uL.MonikerRequest.type;return this.connection.onRequest(n,(r,i)=>e(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};fd.MonikerFeature=dL});var Eg=k(Ae=>{"use strict";Object.defineProperty(Ae,"__esModule",{value:!0});Ae.createConnection=Ae.combineFeatures=Ae.combineNotebooksFeatures=Ae.combineLanguagesFeatures=Ae.combineWorkspaceFeatures=Ae.combineWindowFeatures=Ae.combineClientFeatures=Ae.combineTracerFeatures=Ae.combineTelemetryFeatures=Ae.combineConsoleFeatures=Ae._NotebooksImpl=Ae._LanguagesImpl=Ae.BulkUnregistration=Ae.BulkRegistration=Ae.ErrorMessageTracker=void 0;var G=Tt(),Gn=au(),bg=og(),ae=gk(),fL=yk(),hL=vk(),pL=bk(),mL=dg(),gL=Tk(),yL=Sk(),vL=_k(),bL=Ek(),TL=kk(),SL=Pk(),_L=Rk(),EL=Ck(),wL=yg(),kL=Ak();function vg(t){if(t!==null)return t}var Tg=class{constructor(){this._messages=Object.create(null)}add(e){let n=this._messages[e];n||(n=0),n++,this._messages[e]=n}sendErrors(e){Object.keys(this._messages).forEach(n=>{e.window.showErrorMessage(n)})}};Ae.ErrorMessageTracker=Tg;var hd=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(G.MessageType.Error,e)}warn(e){this.send(G.MessageType.Warning,e)}info(e){this.send(G.MessageType.Info,e)}log(e){this.send(G.MessageType.Log,e)}debug(e){this.send(G.MessageType.Debug,e)}send(e,n){this._rawConnection&&this._rawConnection.sendNotification(G.LogMessageNotification.type,{type:e,message:n}).catch(()=>{(0,G.RAL)().console.error("Sending log message failed")})}},Sg=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,...n){let r={type:G.MessageType.Error,message:e,actions:n};return this.connection.sendRequest(G.ShowMessageRequest.type,r).then(vg)}showWarningMessage(e,...n){let r={type:G.MessageType.Warning,message:e,actions:n};return this.connection.sendRequest(G.ShowMessageRequest.type,r).then(vg)}showInformationMessage(e,...n){let r={type:G.MessageType.Info,message:e,actions:n};return this.connection.sendRequest(G.ShowMessageRequest.type,r).then(vg)}},Ok=(0,gL.ShowDocumentFeature)((0,ae.ProgressFeature)(Sg)),Ik;(function(t){function e(){return new pd}t.create=e})(Ik||(Ae.BulkRegistration=Ik={}));var pd=class{constructor(){this._registrations=[],this._registered=new Set}add(e,n){let r=Gn.string(e)?e:e.method;if(this._registered.has(r))throw new Error(`${r} is already added to this registration`);let i=bg.generateUuid();this._registrations.push({id:i,method:r,registerOptions:n||{}}),this._registered.add(r)}asRegistrationParams(){return{registrations:this._registrations}}},xk;(function(t){function e(){return new Ya(void 0,[])}t.create=e})(xk||(Ae.BulkUnregistration=xk={}));var Ya=class{constructor(e,n){this._connection=e,this._unregistrations=new Map,n.forEach(r=>{this._unregistrations.set(r.method,r)})}get isAttached(){return!!this._connection}attach(e){this._connection=e}add(e){this._unregistrations.set(e.method,e)}dispose(){let e=[];for(let r of this._unregistrations.values())e.push(r);let n={unregisterations:e};this._connection.sendRequest(G.UnregistrationRequest.type,n).catch(()=>{this._connection.console.info("Bulk unregistration failed.")})}disposeSingle(e){let n=Gn.string(e)?e:e.method,r=this._unregistrations.get(n);if(!r)return!1;let i={unregisterations:[r]};return this._connection.sendRequest(G.UnregistrationRequest.type,i).then(()=>{this._unregistrations.delete(n)},s=>{this._connection.console.info(`Un-registering request handler for ${r.id} failed.`)}),!0}},md=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,n,r){return e instanceof pd?this.registerMany(e):e instanceof Ya?this.registerSingle1(e,n,r):this.registerSingle2(e,n)}registerSingle1(e,n,r){let i=Gn.string(n)?n:n.method,s=bg.generateUuid(),o={registrations:[{id:s,method:i,registerOptions:r||{}}]};return e.isAttached||e.attach(this.connection),this.connection.sendRequest(G.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,n){let r=Gn.string(e)?e:e.method,i=bg.generateUuid(),s={registrations:[{id:i,method:r,registerOptions:n||{}}]};return this.connection.sendRequest(G.RegistrationRequest.type,s).then(o=>G.Disposable.create(()=>{this.unregisterSingle(i,r).catch(()=>{this.connection.console.info(`Un-registering capability with id ${i} failed.`)})}),o=>(this.connection.console.info(`Registering request handler for ${r} failed.`),Promise.reject(o)))}unregisterSingle(e,n){let r={unregisterations:[{id:e,method:n}]};return this.connection.sendRequest(G.UnregistrationRequest.type,r).catch(()=>{this.connection.console.info(`Un-registering request handler for ${e} failed.`)})}registerMany(e){let n=e.asRegistrationParams();return this.connection.sendRequest(G.RegistrationRequest.type,n).then(()=>new Ya(this._connection,n.registrations.map(r=>({id:r.id,method:r.method}))),r=>(this.connection.console.info("Bulk registration failed."),Promise.reject(r)))}},_g=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 n(i){return i&&!!i.edit}let r=n(e)?e:{edit:e};return this.connection.sendRequest(G.ApplyWorkspaceEditRequest.type,r)}},Mk=(0,yL.FileOperationsFeature)((0,hL.WorkspaceFoldersFeature)((0,fL.ConfigurationFeature)(_g))),gd=class{constructor(){this._trace=G.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,n){this._trace!==G.Trace.Off&&this.connection.sendNotification(G.LogTraceNotification.type,{message:e,verbose:this._trace===G.Trace.Verbose?n:void 0}).catch(()=>{})}},yd=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(G.TelemetryEventNotification.type,e).catch(()=>{this.connection.console.log("Sending TelemetryEventNotification failed")})}},vd=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,ae.attachWorkDone)(this.connection,e)}attachPartialResultProgress(e,n){return(0,ae.attachPartialResult)(this.connection,n)}};Ae._LanguagesImpl=vd;var Lk=(0,SL.FoldingRangeFeature)((0,kL.MonikerFeature)((0,EL.DiagnosticFeature)((0,_L.InlayHintFeature)((0,TL.InlineValueFeature)((0,bL.TypeHierarchyFeature)((0,vL.LinkedEditingRangeFeature)((0,mL.SemanticTokensFeature)((0,pL.CallHierarchyFeature)(vd))))))))),bd=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,ae.attachWorkDone)(this.connection,e)}attachPartialResultProgress(e,n){return(0,ae.attachPartialResult)(this.connection,n)}};Ae._NotebooksImpl=bd;var $k=(0,wL.NotebookSyncFeature)(bd);function qk(t,e){return function(n){return e(t(n))}}Ae.combineConsoleFeatures=qk;function jk(t,e){return function(n){return e(t(n))}}Ae.combineTelemetryFeatures=jk;function Fk(t,e){return function(n){return e(t(n))}}Ae.combineTracerFeatures=Fk;function Bk(t,e){return function(n){return e(t(n))}}Ae.combineClientFeatures=Bk;function Uk(t,e){return function(n){return e(t(n))}}Ae.combineWindowFeatures=Uk;function Vk(t,e){return function(n){return e(t(n))}}Ae.combineWorkspaceFeatures=Vk;function zk(t,e){return function(n){return e(t(n))}}Ae.combineLanguagesFeatures=zk;function Wk(t,e){return function(n){return e(t(n))}}Ae.combineNotebooksFeatures=Wk;function NL(t,e){function n(i,s,o){return i&&s?o(i,s):i||s}return{__brand:"features",console:n(t.console,e.console,qk),tracer:n(t.tracer,e.tracer,Fk),telemetry:n(t.telemetry,e.telemetry,jk),client:n(t.client,e.client,Bk),window:n(t.window,e.window,Uk),workspace:n(t.workspace,e.workspace,Vk),languages:n(t.languages,e.languages,zk),notebooks:n(t.notebooks,e.notebooks,Wk)}}Ae.combineFeatures=NL;function PL(t,e,n){let r=n&&n.console?new(n.console(hd)):new hd,i=t(r);r.rawAttach(i);let s=n&&n.tracer?new(n.tracer(gd)):new gd,o=n&&n.telemetry?new(n.telemetry(yd)):new yd,a=n&&n.client?new(n.client(md)):new md,c=n&&n.window?new(n.window(Ok)):new Ok,l=n&&n.workspace?new(n.workspace(Mk)):new Mk,u=n&&n.languages?new(n.languages(Lk)):new Lk,d=n&&n.notebooks?new(n.notebooks($k)):new $k,f=[r,s,o,a,c,l,u,d];function h(v){return v instanceof Promise?v:Gn.thenable(v)?new Promise((b,w)=>{v.then(C=>b(C),C=>w(C))}):Promise.resolve(v)}let y,p,T,_={listen:()=>i.listen(),sendRequest:(v,...b)=>i.sendRequest(Gn.string(v)?v:v.method,...b),onRequest:(v,b)=>i.onRequest(v,b),sendNotification:(v,b)=>{let w=Gn.string(v)?v:v.method;return i.sendNotification(w,b)},onNotification:(v,b)=>i.onNotification(v,b),onProgress:i.onProgress,sendProgress:i.sendProgress,onInitialize:v=>(p=v,{dispose:()=>{p=void 0}}),onInitialized:v=>i.onNotification(G.InitializedNotification.type,v),onShutdown:v=>(y=v,{dispose:()=>{y=void 0}}),onExit:v=>(T=v,{dispose:()=>{T=void 0}}),get console(){return r},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:v=>i.onNotification(G.DidChangeConfigurationNotification.type,v),onDidChangeWatchedFiles:v=>i.onNotification(G.DidChangeWatchedFilesNotification.type,v),__textDocumentSync:void 0,onDidOpenTextDocument:v=>i.onNotification(G.DidOpenTextDocumentNotification.type,v),onDidChangeTextDocument:v=>i.onNotification(G.DidChangeTextDocumentNotification.type,v),onDidCloseTextDocument:v=>i.onNotification(G.DidCloseTextDocumentNotification.type,v),onWillSaveTextDocument:v=>i.onNotification(G.WillSaveTextDocumentNotification.type,v),onWillSaveTextDocumentWaitUntil:v=>i.onRequest(G.WillSaveTextDocumentWaitUntilRequest.type,v),onDidSaveTextDocument:v=>i.onNotification(G.DidSaveTextDocumentNotification.type,v),sendDiagnostics:v=>i.sendNotification(G.PublishDiagnosticsNotification.type,v),onHover:v=>i.onRequest(G.HoverRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),void 0)),onCompletion:v=>i.onRequest(G.CompletionRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onCompletionResolve:v=>i.onRequest(G.CompletionResolveRequest.type,v),onSignatureHelp:v=>i.onRequest(G.SignatureHelpRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),void 0)),onDeclaration:v=>i.onRequest(G.DeclarationRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onDefinition:v=>i.onRequest(G.DefinitionRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onTypeDefinition:v=>i.onRequest(G.TypeDefinitionRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onImplementation:v=>i.onRequest(G.ImplementationRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onReferences:v=>i.onRequest(G.ReferencesRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onDocumentHighlight:v=>i.onRequest(G.DocumentHighlightRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onDocumentSymbol:v=>i.onRequest(G.DocumentSymbolRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onWorkspaceSymbol:v=>i.onRequest(G.WorkspaceSymbolRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onWorkspaceSymbolResolve:v=>i.onRequest(G.WorkspaceSymbolResolveRequest.type,v),onCodeAction:v=>i.onRequest(G.CodeActionRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onCodeActionResolve:v=>i.onRequest(G.CodeActionResolveRequest.type,(b,w)=>v(b,w)),onCodeLens:v=>i.onRequest(G.CodeLensRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onCodeLensResolve:v=>i.onRequest(G.CodeLensResolveRequest.type,(b,w)=>v(b,w)),onDocumentFormatting:v=>i.onRequest(G.DocumentFormattingRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),void 0)),onDocumentRangeFormatting:v=>i.onRequest(G.DocumentRangeFormattingRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),void 0)),onDocumentOnTypeFormatting:v=>i.onRequest(G.DocumentOnTypeFormattingRequest.type,(b,w)=>v(b,w)),onRenameRequest:v=>i.onRequest(G.RenameRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),void 0)),onPrepareRename:v=>i.onRequest(G.PrepareRenameRequest.type,(b,w)=>v(b,w)),onDocumentLinks:v=>i.onRequest(G.DocumentLinkRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onDocumentLinkResolve:v=>i.onRequest(G.DocumentLinkResolveRequest.type,(b,w)=>v(b,w)),onDocumentColor:v=>i.onRequest(G.DocumentColorRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onColorPresentation:v=>i.onRequest(G.ColorPresentationRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onFoldingRanges:v=>i.onRequest(G.FoldingRangeRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onSelectionRanges:v=>i.onRequest(G.SelectionRangeRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),(0,ae.attachPartialResult)(i,b))),onExecuteCommand:v=>i.onRequest(G.ExecuteCommandRequest.type,(b,w)=>v(b,w,(0,ae.attachWorkDone)(i,b),void 0)),dispose:()=>i.dispose()};for(let v of f)v.attach(_);return i.onRequest(G.InitializeRequest.type,v=>{e.initialize(v),Gn.string(v.trace)&&(s.trace=G.Trace.fromString(v.trace));for(let b of f)b.initialize(v.capabilities);if(p){let b=p(v,new G.CancellationTokenSource().token,(0,ae.attachWorkDone)(i,v),void 0);return h(b).then(w=>{if(w instanceof G.ResponseError)return w;let C=w;C||(C={capabilities:{}});let x=C.capabilities;x||(x={},C.capabilities=x),x.textDocumentSync===void 0||x.textDocumentSync===null?x.textDocumentSync=Gn.number(_.__textDocumentSync)?_.__textDocumentSync:G.TextDocumentSyncKind.None:!Gn.number(x.textDocumentSync)&&!Gn.number(x.textDocumentSync.change)&&(x.textDocumentSync.change=Gn.number(_.__textDocumentSync)?_.__textDocumentSync:G.TextDocumentSyncKind.None);for(let B of f)B.fillServerCapabilities(x);return C})}else{let b={capabilities:{textDocumentSync:G.TextDocumentSyncKind.None}};for(let w of f)w.fillServerCapabilities(b.capabilities);return b}}),i.onRequest(G.ShutdownRequest.type,()=>{if(e.shutdownReceived=!0,y)return y(new G.CancellationTokenSource().token)}),i.onNotification(G.ExitNotification.type,()=>{try{T&&T()}finally{e.shutdownReceived?e.exit(0):e.exit(1)}}),i.onNotification(G.SetTraceNotification.type,v=>{s.trace=G.Trace.fromString(v.value)}),_}Ae.createConnection=PL});var Hk=k(En=>{"use strict";Object.defineProperty(En,"__esModule",{value:!0});En.resolveModulePath=En.FileSystem=En.resolveGlobalYarnPath=En.resolveGlobalNodePath=En.resolve=En.uriToFilePath=void 0;var RL=require("url"),gr=require("path"),wg=require("fs"),Rg=require("child_process");function CL(t){let e=RL.parse(t);if(e.protocol!=="file:"||!e.path)return;let n=e.path.split("/");for(var r=0,i=n.length;r<i;r++)n[r]=decodeURIComponent(n[r]);if(process.platform==="win32"&&n.length>1){let s=n[0],o=n[1];s.length===0&&o.length>1&&o[1]===":"&&n.shift()}return gr.normalize(n.join("/"))}En.uriToFilePath=CL;function kg(){return process.platform==="win32"}function Td(t,e,n,r){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&&wg.existsSync(e)&&(l[i]?l[i]=e+gr.delimiter+l[i]:l[i]=e,r&&r(`NODE_PATH value is: ${l[i]}`)),l.ELECTRON_RUN_AS_NODE="1";try{let u=(0,Rg.fork)("",[],{cwd:n,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)}})}En.resolve=Td;function Ng(t){let e="npm",n=Object.create(null);Object.keys(process.env).forEach(s=>n[s]=process.env[s]),n.NO_UPDATE_NOTIFIER="true";let r={encoding:"utf8",env:n};kg()&&(e="npm.cmd",r.shell=!0);let i=()=>{};try{process.on("SIGPIPE",i);let s=(0,Rg.spawnSync)(e,["config","get","prefix"],r).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?kg()?gr.join(o,"node_modules"):gr.join(o,"lib","node_modules"):void 0}catch{return}finally{process.removeListener("SIGPIPE",i)}}En.resolveGlobalNodePath=Ng;function DL(t){let e="yarn",n={encoding:"utf8"};kg()&&(e="yarn.cmd",n.shell=!0);let r=()=>{};try{process.on("SIGPIPE",r);let i=(0,Rg.spawnSync)(e,["global","dir","--json"],n),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 gr.join(c.data,"node_modules")}catch{}return}catch{return}finally{process.removeListener("SIGPIPE",r)}}En.resolveGlobalYarnPath=DL;var Pg;(function(t){let e;function n(){return e!==void 0||(process.platform==="win32"?e=!1:e=!wg.existsSync(__filename.toUpperCase())||!wg.existsSync(__filename.toLowerCase())),e}t.isCaseSensitive=n;function r(i,s){return n()?gr.normalize(s).indexOf(gr.normalize(i))===0:gr.normalize(s).toLowerCase().indexOf(gr.normalize(i).toLowerCase())===0}t.isParent=r})(Pg||(En.FileSystem=Pg={}));function AL(t,e,n,r){return n?(gr.isAbsolute(n)||(n=gr.join(t,n)),Td(e,n,n,r).then(i=>Pg.isParent(n,i)?i:Promise.reject(new Error(`Failed to load ${e} from node path location.`))).then(void 0,i=>Td(e,Ng(r),t,r))):Td(e,Ng(r),t,r)}En.resolveModulePath=AL});var Cg=k((uX,Gk)=>{"use strict";Gk.exports=Tt()});var Yk=k(Sd=>{"use strict";Object.defineProperty(Sd,"__esModule",{value:!0});Sd.InlineCompletionFeature=void 0;var OL=Tt(),IL=t=>class extends t{get inlineCompletion(){return{on:e=>this.connection.onRequest(OL.InlineCompletionRequest.type,(n,r)=>e(n,r,this.attachWorkDoneProgress(n)))}}};Sd.InlineCompletionFeature=IL});var Jk=k(nn=>{"use strict";var xL=nn&&nn.__createBinding||(Object.create?function(t,e,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){r===void 0&&(r=n),t[r]=e[n]}),Xk=nn&&nn.__exportStar||function(t,e){for(var n in t)n!=="default"&&!Object.prototype.hasOwnProperty.call(e,n)&&xL(e,t,n)};Object.defineProperty(nn,"__esModule",{value:!0});nn.ProposedFeatures=nn.NotebookDocuments=nn.TextDocuments=nn.SemanticTokensBuilder=void 0;var ML=dg();Object.defineProperty(nn,"SemanticTokensBuilder",{enumerable:!0,get:function(){return ML.SemanticTokensBuilder}});var LL=Yk();Xk(Tt(),nn);var $L=mg();Object.defineProperty(nn,"TextDocuments",{enumerable:!0,get:function(){return $L.TextDocuments}});var qL=yg();Object.defineProperty(nn,"NotebookDocuments",{enumerable:!0,get:function(){return qL.NotebookDocuments}});Xk(Eg(),nn);var Kk;(function(t){t.all={__brand:"features",languages:LL.InlineCompletionFeature}})(Kk||(nn.ProposedFeatures=Kk={}))});var J=k(Yn=>{"use strict";var jL=Yn&&Yn.__createBinding||(Object.create?function(t,e,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(e,n);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[n]}}),Object.defineProperty(t,r,i)}:function(t,e,n,r){r===void 0&&(r=n),t[r]=e[n]}),tN=Yn&&Yn.__exportStar||function(t,e){for(var n in t)n!=="default"&&!Object.prototype.hasOwnProperty.call(e,n)&&jL(e,t,n)};Object.defineProperty(Yn,"__esModule",{value:!0});Yn.createConnection=Yn.Files=void 0;var Qk=require("node:util"),Dg=au(),FL=Eg(),Ka=Hk(),Es=Cg();tN(Cg(),Yn);tN(Jk(),Yn);var Zk;(function(t){t.uriToFilePath=Ka.uriToFilePath,t.resolveGlobalNodePath=Ka.resolveGlobalNodePath,t.resolveGlobalYarnPath=Ka.resolveGlobalYarnPath,t.resolve=Ka.resolve,t.resolveModulePath=Ka.resolveModulePath})(Zk||(Yn.Files=Zk={}));var eN;function _d(){if(eN!==void 0)try{eN.end()}catch{}}var No=!1,nN;function BL(){let t="--clientProcessId";function e(n){try{let r=parseInt(n);isNaN(r)||(nN=setInterval(()=>{try{process.kill(r,0)}catch{_d(),process.exit(No?0:1)}},3e3))}catch{}}for(let n=2;n<process.argv.length;n++){let r=process.argv[n];if(r===t&&n+1<process.argv.length){e(process.argv[n+1]);return}else{let i=r.split("=");i[0]===t&&e(i[1])}}}BL();var UL={initialize:t=>{let e=t.processId;Dg.number(e)&&nN===void 0&&setInterval(()=>{try{process.kill(e,0)}catch{process.exit(No?0:1)}},3e3)},get shutdownReceived(){return No},set shutdownReceived(t){No=t},exit:t=>{_d(),process.exit(t)}};function VL(t,e,n,r){let i,s,o,a;return t!==void 0&&t.__brand==="features"&&(i=t,t=e,e=n,n=r),Es.ConnectionStrategy.is(t)||Es.ConnectionOptions.is(t)?a=t:(s=t,o=e,a=n),zL(s,o,a,i)}Yn.createConnection=VL;function zL(t,e,n,r){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 Es.IPCMessageReader(process),e=new Es.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,Es.createServerSocketTransport)(c);t=d[0],e=d[1]}else if(l){let d=(0,Es.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(Dg.func(t.read)&&Dg.func(t.on)){let c=t;c.on("end",()=>{_d(),process.exit(No?0:1)}),c.on("close",()=>{_d(),process.exit(No?0:1)})}let a=c=>{let l=(0,Es.createProtocolConnection)(t,e,c,n);return i&&WL(c),l};return(0,FL.createConnection)(a,UL,r)}function WL(t){function e(r){return r.map(i=>typeof i=="string"?i:(0,Qk.inspect)(i)).join(" ")}let n=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=n.get(s)??0;o+=1,n.set(s,o),t.log(`${s}: ${s}`)},console.countReset=function(i){i===void 0?n.clear():n.delete(String(i))},console.debug=function(...i){t.log(e(i))},console.dir=function(i,s){t.log((0,Qk.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
|
|
38
|
-
`)}};
|
|
39
|
-
`)?
|
|
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
40
|
`)?`
|
|
41
|
-
`+
|
|
42
|
-
`)
|
|
43
|
-
`&&
|
|
44
|
-
`&&
|
|
45
|
-
${e}${t.slice(0,C)}`:(
|
|
46
|
-
${e}${t.slice(
|
|
47
|
-
`);
|
|
48
|
-
`){if(s-o>
|
|
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
49
|
|
|
50
|
-
`;
|
|
51
|
-
`,c+=2;o+=s,
|
|
52
|
-
`)||/[ \t]\n|\n[ \t]/.test(t))return
|
|
53
|
-
${
|
|
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
54
|
))
|
|
55
55
|
+(?!
|
|
56
|
-
|$)`,"g")}catch{
|
|
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
57
|
`:`>
|
|
58
|
-
`;let d,f;for(f=
|
|
59
|
-
`&&C!==" "&&C!==" ")break}let
|
|
60
|
-
`);y===-1?d="-":
|
|
61
|
-
`&&(
|
|
62
|
-
`)
|
|
63
|
-
$&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${l}`),
|
|
64
|
-
${l}${
|
|
65
|
-
${l}${
|
|
66
|
-
`)||u&&/[[\]{},]/.test(s))return
|
|
67
|
-
`)?
|
|
68
|
-
`))return
|
|
69
|
-
${c}`);if(o){let f=
|
|
70
|
-
${e.indent}${a}`:a}
|
|
71
|
-
${a}:`):(
|
|
72
|
-
`:"",
|
|
73
|
-
${
|
|
74
|
-
`&&(
|
|
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
75
|
|
|
76
|
-
`):
|
|
77
|
-
${
|
|
78
|
-
`),
|
|
79
|
-
${
|
|
80
|
-
`)&&(
|
|
81
|
-
${c}${
|
|
82
|
-
`}}return t?(
|
|
83
|
-
`+
|
|
84
|
-
`))&&(l=!0),d.push(
|
|
85
|
-
${s}${i}${
|
|
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
86
|
`;return`${y}
|
|
87
|
-
${i}${
|
|
88
|
-
`:" ")}return
|
|
89
|
-
${i.key.commentBefore}`:
|
|
90
|
-
${s.comment}`:r.comment}r=i}t.items[n]=nh.isPair(r)?r:new Uy.Pair(r)}}else e("Expected a sequence for this tag");return t}function Q0(t,e,n){let{replacer:r}=n,i=new Lj.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 r=="function"&&(o=r.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(Uy.createPair(a,c,n))}return i}var $j={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:J0,createNode:Q0};rh.createPairs=Q0;rh.pairs=$j;rh.resolvePairs=J0});var Wy=k(zy=>{"use strict";var Z0=Ne(),Vy=zi(),Ac=Xi(),qj=Ji(),eC=ih(),Ds=class t extends qj.YAMLSeq{constructor(){super(),this.add=Ac.YAMLMap.prototype.add.bind(this),this.delete=Ac.YAMLMap.prototype.delete.bind(this),this.get=Ac.YAMLMap.prototype.get.bind(this),this.has=Ac.YAMLMap.prototype.has.bind(this),this.set=Ac.YAMLMap.prototype.set.bind(this),this.tag=t.tag}toJSON(e,n){if(!n)return super.toJSON(e);let r=new Map;n?.onCreate&&n.onCreate(r);for(let i of this.items){let s,o;if(Z0.isPair(i)?(s=Vy.toJS(i.key,"",n),o=Vy.toJS(i.value,s,n)):s=Vy.toJS(i,"",n),r.has(s))throw new Error("Ordered maps must not include duplicate keys");r.set(s,o)}return r}static from(e,n,r){let i=eC.createPairs(e,n,r),s=new this;return s.items=i.items,s}};Ds.tag="tag:yaml.org,2002:omap";var jj={collection:"seq",identify:t=>t instanceof Map,nodeClass:Ds,default:!1,tag:"tag:yaml.org,2002:omap",resolve(t,e){let n=eC.resolvePairs(t,e),r=[];for(let{key:i}of n.items)Z0.isScalar(i)&&(r.includes(i.value)?e(`Ordered maps must not include duplicate keys: ${i.value}`):r.push(i.value));return Object.assign(new Ds,n)},createNode:(t,e,n)=>Ds.from(t,e,n)};zy.YAMLOMap=Ds;zy.omap=jj});var sC=k(Hy=>{"use strict";var tC=Ct();function nC({value:t,source:e},n){return e&&(t?rC:iC).test.test(e)?e:t?n.options.trueStr:n.options.falseStr}var rC={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 tC.Scalar(!0),stringify:nC},iC={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 tC.Scalar(!1),stringify:nC};Hy.falseTag=iC;Hy.trueTag=rC});var oC=k(sh=>{"use strict";var Fj=Ct(),Gy=Xo(),Bj={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:Gy.stringifyNumber},Uj={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():Gy.stringifyNumber(t)}},Vj={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 Fj.Scalar(parseFloat(t.replace(/_/g,""))),n=t.indexOf(".");if(n!==-1){let r=t.substring(n+1).replace(/_/g,"");r[r.length-1]==="0"&&(e.minFractionDigits=r.length)}return e},stringify:Gy.stringifyNumber};sh.float=Vj;sh.floatExp=Uj;sh.floatNaN=Bj});var cC=k(Ic=>{"use strict";var aC=Xo(),Oc=t=>typeof t=="bigint"||Number.isInteger(t);function oh(t,e,n,{intAsBigInt:r}){let i=t[0];if((i==="-"||i==="+")&&(e+=1),t=t.substring(e).replace(/_/g,""),r){switch(n){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,n);return i==="-"?-1*s:s}function Yy(t,e,n){let{value:r}=t;if(Oc(r)){let i=r.toString(e);return r<0?"-"+n+i.substr(1):n+i}return aC.stringifyNumber(t)}var zj={identify:Oc,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(t,e,n)=>oh(t,2,2,n),stringify:t=>Yy(t,2,"0b")},Wj={identify:Oc,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(t,e,n)=>oh(t,1,8,n),stringify:t=>Yy(t,8,"0")},Hj={identify:Oc,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(t,e,n)=>oh(t,0,10,n),stringify:aC.stringifyNumber},Gj={identify:Oc,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(t,e,n)=>oh(t,2,16,n),stringify:t=>Yy(t,16,"0x")};Ic.int=Hj;Ic.intBin=zj;Ic.intHex=Gj;Ic.intOct=Wj});var Xy=k(Ky=>{"use strict";var lh=Ne(),ah=Yi(),ch=Xi(),As=class t extends ch.YAMLMap{constructor(e){super(e),this.tag=t.tag}add(e){let n;lh.isPair(e)?n=e:e&&typeof e=="object"&&"key"in e&&"value"in e&&e.value===null?n=new ah.Pair(e.key,null):n=new ah.Pair(e,null),ch.findPair(this.items,n.key)||this.items.push(n)}get(e,n){let r=ch.findPair(this.items,e);return!n&&lh.isPair(r)?lh.isScalar(r.key)?r.key.value:r.key:r}set(e,n){if(typeof n!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof n}`);let r=ch.findPair(this.items,e);r&&!n?this.items.splice(this.items.indexOf(r),1):!r&&n&&this.items.push(new ah.Pair(e))}toJSON(e,n){return super.toJSON(e,n,Set)}toString(e,n,r){if(!e)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},e,{allNullValues:!0}),n,r);throw new Error("Set items must all have null values")}static from(e,n,r){let{replacer:i}=r,s=new this(e);if(n&&Symbol.iterator in Object(n))for(let o of n)typeof i=="function"&&(o=i.call(n,o,o)),s.items.push(ah.createPair(o,null,r));return s}};As.tag="tag:yaml.org,2002:set";var Yj={collection:"map",identify:t=>t instanceof Set,nodeClass:As,default:!1,tag:"tag:yaml.org,2002:set",createNode:(t,e,n)=>As.from(t,e,n),resolve(t,e){if(lh.isMap(t)){if(t.hasAllNullValues(!0))return Object.assign(new As,t);e("Set items must all have null values")}else e("Expected a mapping for this tag");return t}};Ky.YAMLSet=As;Ky.set=Yj});var Qy=k(uh=>{"use strict";var Kj=Xo();function Jy(t,e){let n=t[0],r=n==="-"||n==="+"?t.substring(1):t,i=o=>e?BigInt(o):Number(o),s=r.replace(/_/g,"").split(":").reduce((o,a)=>o*i(60)+i(a),i(0));return n==="-"?i(-1)*s:s}function lC(t){let{value:e}=t,n=o=>o;if(typeof e=="bigint")n=o=>BigInt(o);else if(isNaN(e)||!isFinite(e))return Kj.stringifyNumber(t);let r="";e<0&&(r="-",e*=n(-1));let i=n(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))),r+s.map(o=>String(o).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}var Xj={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:n})=>Jy(t,n),stringify:lC},Jj={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=>Jy(t,!1),stringify:lC},uC={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(uC.test);if(!e)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");let[,n,r,i,s,o,a]=e.map(Number),c=e[7]?Number((e[7]+"00").substr(1,3)):0,l=Date.UTC(n,r-1,i,s||0,o||0,a||0,c),u=e[8];if(u&&u!=="Z"){let d=Jy(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$/,"")};uh.floatTime=Jj;uh.intTime=Xj;uh.timestamp=uC});var hC=k(fC=>{"use strict";var Qj=Yo(),Zj=Jf(),eF=Ko(),tF=Dc(),nF=By(),dC=sC(),Zy=oC(),dh=cC(),rF=Vf(),iF=Wy(),sF=ih(),oF=Xy(),ev=Qy(),aF=[Qj.map,eF.seq,tF.string,Zj.nullTag,dC.trueTag,dC.falseTag,dh.intBin,dh.intOct,dh.int,dh.intHex,Zy.floatNaN,Zy.floatExp,Zy.float,nF.binary,rF.merge,iF.omap,sF.pairs,oF.set,ev.intTime,ev.floatTime,ev.timestamp];fC.schema=aF});var EC=k(rv=>{"use strict";var yC=Yo(),cF=Jf(),vC=Ko(),lF=Dc(),uF=Iy(),tv=My(),nv=$y(),dF=H0(),fF=K0(),bC=By(),xc=Vf(),TC=Wy(),SC=ih(),pC=hC(),_C=Xy(),fh=Qy(),mC=new Map([["core",dF.schema],["failsafe",[yC.map,vC.seq,lF.string]],["json",fF.schema],["yaml11",pC.schema],["yaml-1.1",pC.schema]]),gC={binary:bC.binary,bool:uF.boolTag,float:tv.float,floatExp:tv.floatExp,floatNaN:tv.floatNaN,floatTime:fh.floatTime,int:nv.int,intHex:nv.intHex,intOct:nv.intOct,intTime:fh.intTime,map:yC.map,merge:xc.merge,null:cF.nullTag,omap:TC.omap,pairs:SC.pairs,seq:vC.seq,set:_C.set,timestamp:fh.timestamp},hF={"tag:yaml.org,2002:binary":bC.binary,"tag:yaml.org,2002:merge":xc.merge,"tag:yaml.org,2002:omap":TC.omap,"tag:yaml.org,2002:pairs":SC.pairs,"tag:yaml.org,2002:set":_C.set,"tag:yaml.org,2002:timestamp":fh.timestamp};function pF(t,e,n){let r=mC.get(e);if(r&&!t)return n&&!r.includes(xc.merge)?r.concat(xc.merge):r.slice();let i=r;if(!i)if(Array.isArray(t))i=[];else{let s=Array.from(mC.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 n&&(i=i.concat(xc.merge)),i.reduce((s,o)=>{let a=typeof o=="string"?gC[o]:o;if(!a){let c=JSON.stringify(o),l=Object.keys(gC).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},[])}rv.coreKnownTags=hF;rv.getTags=pF});var ov=k(wC=>{"use strict";var iv=Ne(),mF=Yo(),gF=Ko(),yF=Dc(),hh=EC(),vF=(t,e)=>t.key<e.key?-1:t.key>e.key?1:0,sv=class t{constructor({compat:e,customTags:n,merge:r,resolveKnownTags:i,schema:s,sortMapEntries:o,toStringDefaults:a}){this.compat=Array.isArray(e)?hh.getTags(e,"compat"):e?hh.getTags(null,e):null,this.name=typeof s=="string"&&s||"core",this.knownTags=i?hh.coreKnownTags:{},this.tags=hh.getTags(n,this.name,r),this.toStringOptions=a??null,Object.defineProperty(this,iv.MAP,{value:mF.map}),Object.defineProperty(this,iv.SCALAR,{value:yF.string}),Object.defineProperty(this,iv.SEQ,{value:gF.seq}),this.sortMapEntries=typeof o=="function"?o:o===!0?vF:null}clone(){let e=Object.create(t.prototype,Object.getOwnPropertyDescriptors(this));return e.tags=this.tags.slice(),e}};wC.Schema=sv});var NC=k(kC=>{"use strict";var bF=Ne(),av=Nc(),Mc=_c();function TF(t,e){let n=[],r=e.directives===!0;if(e.directives!==!1&&t.directives){let c=t.directives.toString(t);c?(n.push(c),r=!0):t.directives.docStart&&(r=!0)}r&&n.push("---");let i=av.createStringifyContext(t,e),{commentString:s}=i.options;if(t.commentBefore){n.length!==1&&n.unshift("");let c=s(t.commentBefore);n.unshift(Mc.indentComment(c,""))}let o=!1,a=null;if(t.contents){if(bF.isNode(t.contents)){if(t.contents.spaceBefore&&r&&n.push(""),t.contents.commentBefore){let u=s(t.contents.commentBefore);n.push(Mc.indentComment(u,""))}i.forceBlockIndent=!!t.comment,a=t.contents.comment}let c=a?void 0:()=>o=!0,l=av.stringify(t.contents,i,()=>a=null,c);a&&(l+=Mc.lineComment(l,"",s(a))),(l[0]==="|"||l[0]===">")&&n[n.length-1]==="---"?n[n.length-1]=`--- ${l}`:n.push(l)}else n.push(av.stringify(t.contents,i));if(t.directives?.docEnd)if(t.comment){let c=s(t.comment);c.includes(`
|
|
91
|
-
`)?(
|
|
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
92
|
`)+`
|
|
93
|
-
`}
|
|
94
|
-
`),o=a+o}if(/[^ ]/.test(o)){let a=1,c=
|
|
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
95
|
|
|
96
96
|
${o}
|
|
97
97
|
${l}
|
|
98
|
-
`}};
|
|
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
|
|
100
|
-
`+
|
|
101
|
-
`+
|
|
102
|
-
`+
|
|
103
|
-
`+
|
|
104
|
-
`+
|
|
105
|
-
`+
|
|
106
|
-
`.repeat(Math.max(1,o.length-1)):"",
|
|
107
|
-
`;for(let
|
|
108
|
-
`):
|
|
109
|
-
`:!
|
|
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
110
|
`&&(f=`
|
|
111
111
|
|
|
112
|
-
`),d+=f+
|
|
113
|
-
`,
|
|
112
|
+
`),d+=f+v.slice(c)+S,f=`
|
|
113
|
+
`,p=!0):S===""?f===`
|
|
114
114
|
`?d+=`
|
|
115
115
|
`:f=`
|
|
116
|
-
`:(d+=f+
|
|
117
|
-
`+o[
|
|
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
118
|
`&&(d+=`
|
|
119
119
|
`);break;default:d+=`
|
|
120
|
-
`}let y=
|
|
121
|
-
`,"sy"),
|
|
122
|
-
`,"sy")}catch{e=/(.*?)[ \t]*\r?\n/sy,
|
|
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
123
|
`?i+=s:s=`
|
|
124
|
-
`:(i+=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
125
|
`))if(i===`
|
|
126
|
-
`){let{fold:s,offset:o}=
|
|
127
|
-
`)for(s=t[
|
|
128
|
-
`)for(s=t[++
|
|
129
|
-
`&&!(o==="\r"&&t[
|
|
130
|
-
`)&&(n
|
|
131
|
-
`||
|
|
132
|
-
`);)
|
|
133
|
-
`&&(
|
|
134
|
-
`),e+=1,
|
|
135
|
-
`,r:"\r",t:" ",v:"\v",N:"\x85",_:"\xA0",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function
|
|
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
136
|
|
|
137
137
|
`:`
|
|
138
|
-
`)+(s.substring(1)||" "),
|
|
139
|
-
${
|
|
140
|
-
${a}`:
|
|
141
|
-
${o}`:
|
|
142
|
-
${
|
|
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
143
|
`}];switch(a[0]){case"|":case">":{let l=a.indexOf(`
|
|
144
144
|
`),u=a.substring(0,l),d=a.substring(l+1)+`
|
|
145
|
-
`,f=[{type:"block-scalar-header",offset:s,indent:
|
|
146
|
-
`}),{type:"block-scalar",offset:s,indent:
|
|
147
|
-
`),
|
|
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=
|
|
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
|
|
150
|
-
`};delete t.items,Object.assign(t,{type:
|
|
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
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}
|
|
153
|
-
`:case"\r":case" ":return!0;default:return!1}}var
|
|
154
|
-
\r `),
|
|
155
|
-
`?!0:
|
|
156
|
-
`:!1}charAt(e){return this.buffer[this.pos+e]}continueScalar(e){let
|
|
157
|
-
`||!i&&!this.atEnd)return e+
|
|
158
|
-
`||
|
|
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]===
|
|
160
|
-
`,this.pos);if(i!==-1){for(;i!==-1;){let s=this.continueScalar(i+1);if(s===-1)break;i=
|
|
161
|
-
`,s)}i!==-1&&(
|
|
162
|
-
`:e=s,
|
|
163
|
-
`)break}default:break e}if(!
|
|
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(
|
|
165
|
-
`;)
|
|
166
|
-
`&&s>=this.pos&&s+1+
|
|
167
|
-
`?(
|
|
168
|
-
`,s=this.buffer[
|
|
169
|
-
`){let o=this.continueScalar(
|
|
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
170
|
`?yield*this.pushCount(1):e==="\r"&&this.charAt(1)===`
|
|
171
|
-
`?yield*this.pushCount(2):0}*pushSpaces(e){let
|
|
172
|
-
`)+1;for(;
|
|
173
|
-
`,
|
|
174
|
-
`)+1;for(;
|
|
175
|
-
`,n)+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 n=Th(e),r=ea(n);return r.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:r,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;let n=Th(e),r=ea(n);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:r,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(e,n){return this.type!=="comment"||this.indent<=n?!1:e.every(r=>r.type==="newline"||r.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())}}};PD.Parser=jv});var OD=k(Wc=>{"use strict";var RD=Nv(),ZB=Lc(),zc=jc(),eU=wy(),tU=Ne(),nU=qv(),CD=Fv();function DD(t){let e=t.prettyErrors!==!1;return{lineCounter:t.lineCounter||e&&new nU.LineCounter||null,prettyErrors:e}}function rU(t,e={}){let{lineCounter:n,prettyErrors:r}=DD(e),i=new CD.Parser(n?.addNewLine),s=new RD.Composer(e),o=Array.from(s.compose(i.parse(t)));if(r&&n)for(let a of o)a.errors.forEach(zc.prettifyError(t,n)),a.warnings.forEach(zc.prettifyError(t,n));return o.length>0?o:Object.assign([],{empty:!0},s.streamInfo())}function AD(t,e={}){let{lineCounter:n,prettyErrors:r}=DD(e),i=new CD.Parser(n?.addNewLine),s=new RD.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 zc.YAMLParseError(a.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}return r&&n&&(o.errors.forEach(zc.prettifyError(t,n)),o.warnings.forEach(zc.prettifyError(t,n))),o}function iU(t,e,n){let r;typeof e=="function"?r=e:n===void 0&&e&&typeof e=="object"&&(n=e);let i=AD(t,n);if(!i)return null;if(i.warnings.forEach(s=>eU.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:r},n))}function sU(t,e,n){let r=null;if(typeof e=="function"||Array.isArray(e)?r=e:n===void 0&&e&&(n=e),typeof n=="string"&&(n=n.length),typeof n=="number"){let i=Math.round(n);n=i<1?void 0:i>8?{indent:8}:{indent:i}}if(t===void 0){let{keepUndefined:i}=n??e??{};if(!i)return}return tU.isDocument(t)&&!r?t.toString(n):new ZB.Document(t,r,n).toString(n)}Wc.parse=iU;Wc.parseAllDocuments=rU;Wc.parseDocument=AD;Wc.stringify=sU});var Uv=k(Fe=>{"use strict";var oU=Nv(),aU=Lc(),cU=ov(),Bv=jc(),lU=Tc(),Qi=Ne(),uU=Yi(),dU=Ct(),fU=Xi(),hU=Ji(),pU=vh(),mU=Lv(),gU=qv(),yU=Fv(),Sh=OD(),ID=gc();Fe.Composer=oU.Composer;Fe.Document=aU.Document;Fe.Schema=cU.Schema;Fe.YAMLError=Bv.YAMLError;Fe.YAMLParseError=Bv.YAMLParseError;Fe.YAMLWarning=Bv.YAMLWarning;Fe.Alias=lU.Alias;Fe.isAlias=Qi.isAlias;Fe.isCollection=Qi.isCollection;Fe.isDocument=Qi.isDocument;Fe.isMap=Qi.isMap;Fe.isNode=Qi.isNode;Fe.isPair=Qi.isPair;Fe.isScalar=Qi.isScalar;Fe.isSeq=Qi.isSeq;Fe.Pair=uU.Pair;Fe.Scalar=dU.Scalar;Fe.YAMLMap=fU.YAMLMap;Fe.YAMLSeq=hU.YAMLSeq;Fe.CST=pU;Fe.Lexer=mU.Lexer;Fe.LineCounter=gU.LineCounter;Fe.Parser=yU.Parser;Fe.parse=Sh.parse;Fe.parseAllDocuments=Sh.parseAllDocuments;Fe.parseDocument=Sh.parseDocument;Fe.stringify=Sh.stringify;Fe.visit=ID.visit;Fe.visitAsync=ID.visitAsync});var qD=k((Iie,$D)=>{"use strict";$D.exports=MD;function MD(t,e,n){t instanceof RegExp&&(t=xD(t,n)),e instanceof RegExp&&(e=xD(e,n));var r=LD(t,e,n);return r&&{start:r[0],end:r[1],pre:n.slice(0,r[0]),body:n.slice(r[0]+t.length,r[1]),post:n.slice(r[1]+e.length)}}function xD(t,e){var n=e.match(t);return n?n[0]:null}MD.range=LD;function LD(t,e,n){var r,i,s,o,a,c=n.indexOf(t),l=n.indexOf(e,c+1),u=c;if(c>=0&&l>0){if(t===e)return[c,l];for(r=[],s=n.length;u>=0&&!a;)u==c?(r.push(u),c=n.indexOf(t,u+1)):r.length==1?a=[r.pop(),l]:(i=r.pop(),i<s&&(s=i,o=l),l=n.indexOf(e,u+1)),u=c<l&&c>=0?c:l;r.length&&(a=[s,o])}return a}});var HD=k((xie,WD)=>{var jD=qD();WD.exports=TU;var FD="\0SLASH"+Math.random()+"\0",BD="\0OPEN"+Math.random()+"\0",zv="\0CLOSE"+Math.random()+"\0",UD="\0COMMA"+Math.random()+"\0",VD="\0PERIOD"+Math.random()+"\0";function Vv(t){return parseInt(t,10)==t?parseInt(t,10):t.charCodeAt(0)}function vU(t){return t.split("\\\\").join(FD).split("\\{").join(BD).split("\\}").join(zv).split("\\,").join(UD).split("\\.").join(VD)}function bU(t){return t.split(FD).join("\\").split(BD).join("{").split(zv).join("}").split(UD).join(",").split(VD).join(".")}function zD(t){if(!t)return[""];var e=[],n=jD("{","}",t);if(!n)return t.split(",");var r=n.pre,i=n.body,s=n.post,o=r.split(",");o[o.length-1]+="{"+i+"}";var a=zD(s);return s.length&&(o[o.length-1]+=a.shift(),o.push.apply(o,a)),e.push.apply(e,o),e}function TU(t){return t?(t.substr(0,2)==="{}"&&(t="\\{\\}"+t.substr(2)),Hc(vU(t),!0).map(bU)):[]}function SU(t){return"{"+t+"}"}function _U(t){return/^-?0\d/.test(t)}function EU(t,e){return t<=e}function wU(t,e){return t>=e}function Hc(t,e){var n=[],r=jD("{","}",t);if(!r)return[t];var i=r.pre,s=r.post.length?Hc(r.post,!1):[""];if(/\$$/.test(r.pre))for(var o=0;o<s.length;o++){var a=i+"{"+r.body+"}"+s[o];n.push(a)}else{var c=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(r.body),l=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(r.body),u=c||l,d=r.body.indexOf(",")>=0;if(!u&&!d)return r.post.match(/,.*\}/)?(t=r.pre+"{"+r.body+zv+r.post,Hc(t)):[t];var f;if(u)f=r.body.split(/\.\./);else if(f=zD(r.body),f.length===1&&(f=Hc(f[0],!1).map(SU),f.length===1))return s.map(function(ze){return r.pre+f[0]+ze});var h;if(u){var y=Vv(f[0]),p=Vv(f[1]),T=Math.max(f[0].length,f[1].length),_=f.length==3?Math.abs(Vv(f[2])):1,v=EU,b=p<y;b&&(_*=-1,v=wU);var w=f.some(_U);h=[];for(var C=y;v(C,p);C+=_){var x;if(l)x=String.fromCharCode(C),x==="\\"&&(x="");else if(x=String(C),w){var B=T-x.length;if(B>0){var j=new Array(B+1).join("0");C<0?x="-"+j+x.slice(1):x=j+x}}h.push(x)}}else{h=[];for(var ce=0;ce<f.length;ce++)h.push.apply(h,Hc(f[ce],!1))}for(var ce=0;ce<h.length;ce++)for(var o=0;o<s.length;o++){var a=i+h[ce]+s[o];(!e||u||a)&&n.push(a)}}return n}});var ul=k(Ce=>{"use strict";Object.defineProperty(Ce,"__esModule",{value:!0});Ce.regexpCode=Ce.getEsmExportName=Ce.getProperty=Ce.safeStringify=Ce.stringify=Ce.strConcat=Ce.addCodeArg=Ce.str=Ce._=Ce.nil=Ce._Code=Ce.Name=Ce.IDENTIFIER=Ce._CodeOrName=void 0;var cl=class{};Ce._CodeOrName=cl;Ce.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var qs=class extends cl{constructor(e){if(super(),!Ce.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}}};Ce.Name=qs;var ir=class extends cl{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((n,r)=>`${n}${r}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((n,r)=>(r instanceof qs&&(n[r.str]=(n[r.str]||0)+1),n),{})}};Ce._Code=ir;Ce.nil=new ir("");function IA(t,...e){let n=[t[0]],r=0;for(;r<e.length;)lb(n,e[r]),n.push(t[++r]);return new ir(n)}Ce._=IA;var cb=new ir("+");function xA(t,...e){let n=[ll(t[0])],r=0;for(;r<e.length;)n.push(cb),lb(n,e[r]),n.push(cb,ll(t[++r]));return OV(n),new ir(n)}Ce.str=xA;function lb(t,e){e instanceof ir?t.push(...e._items):e instanceof qs?t.push(e):t.push(MV(e))}Ce.addCodeArg=lb;function OV(t){let e=1;for(;e<t.length-1;){if(t[e]===cb){let n=IV(t[e-1],t[e+1]);if(n!==void 0){t.splice(e-1,3,n);continue}t[e++]="+"}e++}}function IV(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof qs||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 qs))return`"${t}${e.slice(1)}`}function xV(t,e){return e.emptyStr()?t:t.emptyStr()?e:xA`${t}${e}`}Ce.strConcat=xV;function MV(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:ll(Array.isArray(t)?t.join(","):t)}function LV(t){return new ir(ll(t))}Ce.stringify=LV;function ll(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}Ce.safeStringify=ll;function $V(t){return typeof t=="string"&&Ce.IDENTIFIER.test(t)?new ir(`.${t}`):IA`[${t}]`}Ce.getProperty=$V;function qV(t){if(typeof t=="string"&&Ce.IDENTIFIER.test(t))return new ir(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}Ce.getEsmExportName=qV;function jV(t){return new ir(t.toString())}Ce.regexpCode=jV});var fb=k(An=>{"use strict";Object.defineProperty(An,"__esModule",{value:!0});An.ValueScope=An.ValueScopeName=An.Scope=An.varKinds=An.UsedValueState=void 0;var Dn=ul(),ub=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},Bh;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(Bh||(An.UsedValueState=Bh={}));An.varKinds={const:new Dn.Name("const"),let:new Dn.Name("let"),var:new Dn.Name("var")};var Uh=class{constructor({prefixes:e,parent:n}={}){this._names={},this._prefixes=e,this._parent=n}toName(e){return e instanceof Dn.Name?e:this.name(e)}name(e){return new Dn.Name(this._newName(e))}_newName(e){let n=this._names[e]||this._nameGroup(e);return`${e}${n.index++}`}_nameGroup(e){var n,r;if(!((r=(n=this._parent)===null||n===void 0?void 0:n._prefixes)===null||r===void 0)&&r.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}}};An.Scope=Uh;var Vh=class extends Dn.Name{constructor(e,n){super(n),this.prefix=e}setValue(e,{property:n,itemIndex:r}){this.value=e,this.scopePath=(0,Dn._)`.${new Dn.Name(n)}[${r}]`}};An.ValueScopeName=Vh;var FV=(0,Dn._)`\n`,db=class extends Uh{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?FV:Dn.nil}}get(){return this._scope}name(e){return new Vh(e,this._newName(e))}value(e,n){var r;if(n.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let i=this.toName(e),{prefix:s}=i,o=(r=n.key)!==null&&r!==void 0?r:n.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]=n.ref,i.setValue(n,{property:s,itemIndex:l}),i}getValue(e,n){let r=this._values[e];if(r)return r.get(n)}scopeRefs(e,n=this._values){return this._reduceValues(n,r=>{if(r.scopePath===void 0)throw new Error(`CodeGen: name "${r}" has no value`);return(0,Dn._)`${e}${r.scopePath}`})}scopeCode(e=this._values,n,r){return this._reduceValues(e,i=>{if(i.value===void 0)throw new Error(`CodeGen: name "${i}" has no value`);return i.value.code},n,r)}_reduceValues(e,n,r={},i){let s=Dn.nil;for(let o in e){let a=e[o];if(!a)continue;let c=r[o]=r[o]||new Map;a.forEach(l=>{if(c.has(l))return;c.set(l,Bh.Started);let u=n(l);if(u){let d=this.opts.es5?An.varKinds.var:An.varKinds.const;s=(0,Dn._)`${s}${d} ${l} = ${u};${this.opts._n}`}else if(u=i?.(l))s=(0,Dn._)`${s}${u}${this.opts._n}`;else throw new ub(l);c.set(l,Bh.Completed)})}return s}};An.ValueScope=db});var fe=k(me=>{"use strict";Object.defineProperty(me,"__esModule",{value:!0});me.or=me.and=me.not=me.CodeGen=me.operators=me.varKinds=me.ValueScopeName=me.ValueScope=me.Scope=me.Name=me.regexpCode=me.stringify=me.getProperty=me.nil=me.strConcat=me.str=me._=void 0;var Ee=ul(),Cr=fb(),rs=ul();Object.defineProperty(me,"_",{enumerable:!0,get:function(){return rs._}});Object.defineProperty(me,"str",{enumerable:!0,get:function(){return rs.str}});Object.defineProperty(me,"strConcat",{enumerable:!0,get:function(){return rs.strConcat}});Object.defineProperty(me,"nil",{enumerable:!0,get:function(){return rs.nil}});Object.defineProperty(me,"getProperty",{enumerable:!0,get:function(){return rs.getProperty}});Object.defineProperty(me,"stringify",{enumerable:!0,get:function(){return rs.stringify}});Object.defineProperty(me,"regexpCode",{enumerable:!0,get:function(){return rs.regexpCode}});Object.defineProperty(me,"Name",{enumerable:!0,get:function(){return rs.Name}});var Gh=fb();Object.defineProperty(me,"Scope",{enumerable:!0,get:function(){return Gh.Scope}});Object.defineProperty(me,"ValueScope",{enumerable:!0,get:function(){return Gh.ValueScope}});Object.defineProperty(me,"ValueScopeName",{enumerable:!0,get:function(){return Gh.ValueScopeName}});Object.defineProperty(me,"varKinds",{enumerable:!0,get:function(){return Gh.varKinds}});me.operators={GT:new Ee._Code(">"),GTE:new Ee._Code(">="),LT:new Ee._Code("<"),LTE:new Ee._Code("<="),EQ:new Ee._Code("==="),NEQ:new Ee._Code("!=="),NOT:new Ee._Code("!"),OR:new Ee._Code("||"),AND:new Ee._Code("&&"),ADD:new Ee._Code("+")};var Ti=class{optimizeNodes(){return this}optimizeNames(e,n){return this}},hb=class extends Ti{constructor(e,n,r){super(),this.varKind=e,this.name=n,this.rhs=r}render({es5:e,_n:n}){let r=e?Cr.varKinds.var:this.varKind,i=this.rhs===void 0?"":` = ${this.rhs}`;return`${r} ${this.name}${i};`+n}optimizeNames(e,n){if(e[this.name.str])return this.rhs&&(this.rhs=ha(this.rhs,e,n)),this}get names(){return this.rhs instanceof Ee._CodeOrName?this.rhs.names:{}}},zh=class extends Ti{constructor(e,n,r){super(),this.lhs=e,this.rhs=n,this.sideEffects=r}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,n){if(!(this.lhs instanceof Ee.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=ha(this.rhs,e,n),this}get names(){let e=this.lhs instanceof Ee.Name?{}:{...this.lhs.names};return Hh(e,this.rhs)}},pb=class extends zh{constructor(e,n,r,i){super(e,r,i),this.op=n}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},mb=class extends Ti{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},gb=class extends Ti{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},yb=class extends Ti{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},vb=class extends Ti{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,n){return this.code=ha(this.code,e,n),this}get names(){return this.code instanceof Ee._CodeOrName?this.code.names:{}}},dl=class extends Ti{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((n,r)=>n+r.render(e),"")}optimizeNodes(){let{nodes:e}=this,n=e.length;for(;n--;){let r=e[n].optimizeNodes();Array.isArray(r)?e.splice(n,1,...r):r?e[n]=r:e.splice(n,1)}return e.length>0?this:void 0}optimizeNames(e,n){let{nodes:r}=this,i=r.length;for(;i--;){let s=r[i];s.optimizeNames(e,n)||(BV(e,s.names),r.splice(i,1))}return r.length>0?this:void 0}get names(){return this.nodes.reduce((e,n)=>Bs(e,n.names),{})}},Si=class extends dl{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},bb=class extends dl{},fa=class extends Si{};fa.kind="else";var js=class t extends Si{constructor(e,n){super(n),this.condition=e}render(e){let n=`if(${this.condition})`+super.render(e);return this.else&&(n+="else "+this.else.render(e)),n}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let n=this.else;if(n){let r=n.optimizeNodes();n=this.else=Array.isArray(r)?new fa(r):r}if(n)return e===!1?n instanceof t?n:n.nodes:this.nodes.length?this:new t(MA(e),n instanceof t?[n]:n.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,n){var r;if(this.else=(r=this.else)===null||r===void 0?void 0:r.optimizeNames(e,n),!!(super.optimizeNames(e,n)||this.else))return this.condition=ha(this.condition,e,n),this}get names(){let e=super.names;return Hh(e,this.condition),this.else&&Bs(e,this.else.names),e}};js.kind="if";var Fs=class extends Si{};Fs.kind="for";var Tb=class extends Fs{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,n){if(super.optimizeNames(e,n))return this.iteration=ha(this.iteration,e,n),this}get names(){return Bs(super.names,this.iteration.names)}},Sb=class extends Fs{constructor(e,n,r,i){super(),this.varKind=e,this.name=n,this.from=r,this.to=i}render(e){let n=e.es5?Cr.varKinds.var:this.varKind,{name:r,from:i,to:s}=this;return`for(${n} ${r}=${i}; ${r}<${s}; ${r}++)`+super.render(e)}get names(){let e=Hh(super.names,this.from);return Hh(e,this.to)}},Wh=class extends Fs{constructor(e,n,r,i){super(),this.loop=e,this.varKind=n,this.name=r,this.iterable=i}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,n){if(super.optimizeNames(e,n))return this.iterable=ha(this.iterable,e,n),this}get names(){return Bs(super.names,this.iterable.names)}},fl=class extends Si{constructor(e,n,r){super(),this.name=e,this.args=n,this.async=r}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};fl.kind="func";var hl=class extends dl{render(e){return"return "+super.render(e)}};hl.kind="return";var _b=class extends Si{render(e){let n="try"+super.render(e);return this.catch&&(n+=this.catch.render(e)),this.finally&&(n+=this.finally.render(e)),n}optimizeNodes(){var e,n;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(n=this.finally)===null||n===void 0||n.optimizeNodes(),this}optimizeNames(e,n){var r,i;return super.optimizeNames(e,n),(r=this.catch)===null||r===void 0||r.optimizeNames(e,n),(i=this.finally)===null||i===void 0||i.optimizeNames(e,n),this}get names(){let e=super.names;return this.catch&&Bs(e,this.catch.names),this.finally&&Bs(e,this.finally.names),e}},pl=class extends Si{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};pl.kind="catch";var ml=class extends Si{render(e){return"finally"+super.render(e)}};ml.kind="finally";var Eb=class{constructor(e,n={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...n,_n:n.lines?`
|
|
176
|
-
`:""},this._extScope=e,this._scope=new Cr.Scope({parent:e}),this._nodes=[new bb]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,n){let r=this._extScope.value(e,n);return(this._values[r.prefix]||(this._values[r.prefix]=new Set)).add(r),r}getScopeValue(e,n){return this._extScope.getValue(e,n)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,n,r,i){let s=this._scope.toName(n);return r!==void 0&&i&&(this._constants[s.str]=r),this._leafNode(new hb(e,s,r)),s}const(e,n,r){return this._def(Cr.varKinds.const,e,n,r)}let(e,n,r){return this._def(Cr.varKinds.let,e,n,r)}var(e,n,r){return this._def(Cr.varKinds.var,e,n,r)}assign(e,n,r){return this._leafNode(new zh(e,n,r))}add(e,n){return this._leafNode(new pb(e,me.operators.ADD,n))}code(e){return typeof e=="function"?e():e!==Ee.nil&&this._leafNode(new vb(e)),this}object(...e){let n=["{"];for(let[r,i]of e)n.length>1&&n.push(","),n.push(r),(r!==i||this.opts.es5)&&(n.push(":"),(0,Ee.addCodeArg)(n,i));return n.push("}"),new Ee._Code(n)}if(e,n,r){if(this._blockNode(new js(e)),n&&r)this.code(n).else().code(r).endIf();else if(n)this.code(n).endIf();else if(r)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new js(e))}else(){return this._elseNode(new fa)}endIf(){return this._endBlockNode(js,fa)}_for(e,n){return this._blockNode(e),n&&this.code(n).endFor(),this}for(e,n){return this._for(new Tb(e),n)}forRange(e,n,r,i,s=this.opts.es5?Cr.varKinds.var:Cr.varKinds.let){let o=this._scope.toName(e);return this._for(new Sb(s,o,n,r),()=>i(o))}forOf(e,n,r,i=Cr.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let o=n instanceof Ee.Name?n:this.var("_arr",n);return this.forRange("_i",0,(0,Ee._)`${o}.length`,a=>{this.var(s,(0,Ee._)`${o}[${a}]`),r(s)})}return this._for(new Wh("of",i,s,n),()=>r(s))}forIn(e,n,r,i=this.opts.es5?Cr.varKinds.var:Cr.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,Ee._)`Object.keys(${n})`,r);let s=this._scope.toName(e);return this._for(new Wh("in",i,s,n),()=>r(s))}endFor(){return this._endBlockNode(Fs)}label(e){return this._leafNode(new mb(e))}break(e){return this._leafNode(new gb(e))}return(e){let n=new hl;if(this._blockNode(n),this.code(e),n.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(hl)}try(e,n,r){if(!n&&!r)throw new Error('CodeGen: "try" without "catch" and "finally"');let i=new _b;if(this._blockNode(i),this.code(e),n){let s=this.name("e");this._currNode=i.catch=new pl(s),n(s)}return r&&(this._currNode=i.finally=new ml,this.code(r)),this._endBlockNode(pl,ml)}throw(e){return this._leafNode(new yb(e))}block(e,n){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(n),this}endBlock(e){let n=this._blockStarts.pop();if(n===void 0)throw new Error("CodeGen: not in self-balancing block");let r=this._nodes.length-n;if(r<0||e!==void 0&&r!==e)throw new Error(`CodeGen: wrong number of nodes: ${r} vs ${e} expected`);return this._nodes.length=n,this}func(e,n=Ee.nil,r,i){return this._blockNode(new fl(e,n,r)),i&&this.code(i).endFunc(),this}endFunc(){return this._endBlockNode(fl)}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,n){let r=this._currNode;if(r instanceof e||n&&r instanceof n)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${n?`${e.kind}/${n.kind}`:e.kind}"`)}_elseNode(e){let n=this._currNode;if(!(n instanceof js))throw new Error('CodeGen: "else" without "if"');return this._currNode=n.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let n=this._nodes;n[n.length-1]=e}};me.CodeGen=Eb;function Bs(t,e){for(let n in e)t[n]=(t[n]||0)+(e[n]||0);return t}function Hh(t,e){return e instanceof Ee._CodeOrName?Bs(t,e.names):t}function ha(t,e,n){if(t instanceof Ee.Name)return r(t);if(!i(t))return t;return new Ee._Code(t._items.reduce((s,o)=>(o instanceof Ee.Name&&(o=r(o)),o instanceof Ee._Code?s.push(...o._items):s.push(o),s),[]));function r(s){let o=n[s.str];return o===void 0||e[s.str]!==1?s:(delete e[s.str],o)}function i(s){return s instanceof Ee._Code&&s._items.some(o=>o instanceof Ee.Name&&e[o.str]===1&&n[o.str]!==void 0)}}function BV(t,e){for(let n in e)t[n]=(t[n]||0)-(e[n]||0)}function MA(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,Ee._)`!${wb(t)}`}me.not=MA;var UV=LA(me.operators.AND);function VV(...t){return t.reduce(UV)}me.and=VV;var zV=LA(me.operators.OR);function WV(...t){return t.reduce(zV)}me.or=WV;function LA(t){return(e,n)=>e===Ee.nil?n:n===Ee.nil?e:(0,Ee._)`${wb(e)} ${t} ${wb(n)}`}function wb(t){return t instanceof Ee.Name?t:(0,Ee._)`(${t})`}});var Te=k(ge=>{"use strict";Object.defineProperty(ge,"__esModule",{value:!0});ge.checkStrictMode=ge.getErrorPath=ge.Type=ge.useFunc=ge.setEvaluated=ge.evaluatedPropsToName=ge.mergeEvaluated=ge.eachItem=ge.unescapeJsonPointer=ge.escapeJsonPointer=ge.escapeFragment=ge.unescapeFragment=ge.schemaRefOrVal=ge.schemaHasRulesButRef=ge.schemaHasRules=ge.checkUnknownRules=ge.alwaysValidSchema=ge.toHash=void 0;var Je=fe(),HV=ul();function GV(t){let e={};for(let n of t)e[n]=!0;return e}ge.toHash=GV;function YV(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(jA(t,e),!FA(e,t.self.RULES.all))}ge.alwaysValidSchema=YV;function jA(t,e=t.schema){let{opts:n,self:r}=t;if(!n.strictSchema||typeof e=="boolean")return;let i=r.RULES.keywords;for(let s in e)i[s]||VA(t,`unknown keyword: "${s}"`)}ge.checkUnknownRules=jA;function FA(t,e){if(typeof t=="boolean")return!t;for(let n in t)if(e[n])return!0;return!1}ge.schemaHasRules=FA;function KV(t,e){if(typeof t=="boolean")return!t;for(let n in t)if(n!=="$ref"&&e.all[n])return!0;return!1}ge.schemaHasRulesButRef=KV;function XV({topSchemaRef:t,schemaPath:e},n,r,i){if(!i){if(typeof n=="number"||typeof n=="boolean")return n;if(typeof n=="string")return(0,Je._)`${n}`}return(0,Je._)`${t}${e}${(0,Je.getProperty)(r)}`}ge.schemaRefOrVal=XV;function JV(t){return BA(decodeURIComponent(t))}ge.unescapeFragment=JV;function QV(t){return encodeURIComponent(Nb(t))}ge.escapeFragment=QV;function Nb(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}ge.escapeJsonPointer=Nb;function BA(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}ge.unescapeJsonPointer=BA;function ZV(t,e){if(Array.isArray(t))for(let n of t)e(n);else e(t)}ge.eachItem=ZV;function $A({mergeNames:t,mergeToName:e,mergeValues:n,resultToName:r}){return(i,s,o,a)=>{let c=o===void 0?s:o instanceof Je.Name?(s instanceof Je.Name?t(i,s,o):e(i,s,o),o):s instanceof Je.Name?(e(i,o,s),s):n(s,o);return a===Je.Name&&!(c instanceof Je.Name)?r(i,c):c}}ge.mergeEvaluated={props:$A({mergeNames:(t,e,n)=>t.if((0,Je._)`${n} !== true && ${e} !== undefined`,()=>{t.if((0,Je._)`${e} === true`,()=>t.assign(n,!0),()=>t.assign(n,(0,Je._)`${n} || {}`).code((0,Je._)`Object.assign(${n}, ${e})`))}),mergeToName:(t,e,n)=>t.if((0,Je._)`${n} !== true`,()=>{e===!0?t.assign(n,!0):(t.assign(n,(0,Je._)`${n} || {}`),Pb(t,n,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:UA}),items:$A({mergeNames:(t,e,n)=>t.if((0,Je._)`${n} !== true && ${e} !== undefined`,()=>t.assign(n,(0,Je._)`${e} === true ? true : ${n} > ${e} ? ${n} : ${e}`)),mergeToName:(t,e,n)=>t.if((0,Je._)`${n} !== true`,()=>t.assign(n,e===!0?!0:(0,Je._)`${n} > ${e} ? ${n} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function UA(t,e){if(e===!0)return t.var("props",!0);let n=t.var("props",(0,Je._)`{}`);return e!==void 0&&Pb(t,n,e),n}ge.evaluatedPropsToName=UA;function Pb(t,e,n){Object.keys(n).forEach(r=>t.assign((0,Je._)`${e}${(0,Je.getProperty)(r)}`,!0))}ge.setEvaluated=Pb;var qA={};function e2(t,e){return t.scopeValue("func",{ref:e,code:qA[e.code]||(qA[e.code]=new HV._Code(e.code))})}ge.useFunc=e2;var kb;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(kb||(ge.Type=kb={}));function t2(t,e,n){if(t instanceof Je.Name){let r=e===kb.Num;return n?r?(0,Je._)`"[" + ${t} + "]"`:(0,Je._)`"['" + ${t} + "']"`:r?(0,Je._)`"/" + ${t}`:(0,Je._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return n?(0,Je.getProperty)(t).toString():"/"+Nb(t)}ge.getErrorPath=t2;function VA(t,e,n=t.opts.strictSchema){if(n){if(e=`strict mode: ${e}`,n===!0)throw new Error(e);t.self.logger.warn(e)}}ge.checkStrictMode=VA});var sr=k(Rb=>{"use strict";Object.defineProperty(Rb,"__esModule",{value:!0});var cn=fe(),n2={data:new cn.Name("data"),valCxt:new cn.Name("valCxt"),instancePath:new cn.Name("instancePath"),parentData:new cn.Name("parentData"),parentDataProperty:new cn.Name("parentDataProperty"),rootData:new cn.Name("rootData"),dynamicAnchors:new cn.Name("dynamicAnchors"),vErrors:new cn.Name("vErrors"),errors:new cn.Name("errors"),this:new cn.Name("this"),self:new cn.Name("self"),scope:new cn.Name("scope"),json:new cn.Name("json"),jsonPos:new cn.Name("jsonPos"),jsonLen:new cn.Name("jsonLen"),jsonPart:new cn.Name("jsonPart")};Rb.default=n2});var gl=k(ln=>{"use strict";Object.defineProperty(ln,"__esModule",{value:!0});ln.extendErrors=ln.resetErrorsCount=ln.reportExtraError=ln.reportError=ln.keyword$DataError=ln.keywordError=void 0;var Pe=fe(),Yh=Te(),yn=sr();ln.keywordError={message:({keyword:t})=>(0,Pe.str)`must pass "${t}" keyword validation`};ln.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,Pe.str)`"${t}" keyword must be ${e} ($data)`:(0,Pe.str)`"${t}" keyword is invalid ($data)`};function r2(t,e=ln.keywordError,n,r){let{it:i}=t,{gen:s,compositeRule:o,allErrors:a}=i,c=HA(t,e,n);r??(o||a)?zA(s,c):WA(i,(0,Pe._)`[${c}]`)}ln.reportError=r2;function i2(t,e=ln.keywordError,n){let{it:r}=t,{gen:i,compositeRule:s,allErrors:o}=r,a=HA(t,e,n);zA(i,a),s||o||WA(r,yn.default.vErrors)}ln.reportExtraError=i2;function s2(t,e){t.assign(yn.default.errors,e),t.if((0,Pe._)`${yn.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,Pe._)`${yn.default.vErrors}.length`,e),()=>t.assign(yn.default.vErrors,null)))}ln.resetErrorsCount=s2;function o2({gen:t,keyword:e,schemaValue:n,data:r,errsCount:i,it:s}){if(i===void 0)throw new Error("ajv implementation error");let o=t.name("err");t.forRange("i",i,yn.default.errors,a=>{t.const(o,(0,Pe._)`${yn.default.vErrors}[${a}]`),t.if((0,Pe._)`${o}.instancePath === undefined`,()=>t.assign((0,Pe._)`${o}.instancePath`,(0,Pe.strConcat)(yn.default.instancePath,s.errorPath))),t.assign((0,Pe._)`${o}.schemaPath`,(0,Pe.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,Pe._)`${o}.schema`,n),t.assign((0,Pe._)`${o}.data`,r))})}ln.extendErrors=o2;function zA(t,e){let n=t.const("err",e);t.if((0,Pe._)`${yn.default.vErrors} === null`,()=>t.assign(yn.default.vErrors,(0,Pe._)`[${n}]`),(0,Pe._)`${yn.default.vErrors}.push(${n})`),t.code((0,Pe._)`${yn.default.errors}++`)}function WA(t,e){let{gen:n,validateName:r,schemaEnv:i}=t;i.$async?n.throw((0,Pe._)`new ${t.ValidationError}(${e})`):(n.assign((0,Pe._)`${r}.errors`,e),n.return(!1))}var Us={keyword:new Pe.Name("keyword"),schemaPath:new Pe.Name("schemaPath"),params:new Pe.Name("params"),propertyName:new Pe.Name("propertyName"),message:new Pe.Name("message"),schema:new Pe.Name("schema"),parentSchema:new Pe.Name("parentSchema")};function HA(t,e,n){let{createErrors:r}=t.it;return r===!1?(0,Pe._)`{}`:a2(t,e,n)}function a2(t,e,n={}){let{gen:r,it:i}=t,s=[c2(i,n),l2(t,n)];return u2(t,e,s),r.object(...s)}function c2({errorPath:t},{instancePath:e}){let n=e?(0,Pe.str)`${t}${(0,Yh.getErrorPath)(e,Yh.Type.Str)}`:t;return[yn.default.instancePath,(0,Pe.strConcat)(yn.default.instancePath,n)]}function l2({keyword:t,it:{errSchemaPath:e}},{schemaPath:n,parentSchema:r}){let i=r?e:(0,Pe.str)`${e}/${t}`;return n&&(i=(0,Pe.str)`${i}${(0,Yh.getErrorPath)(n,Yh.Type.Str)}`),[Us.schemaPath,i]}function u2(t,{params:e,message:n},r){let{keyword:i,data:s,schemaValue:o,it:a}=t,{opts:c,propertyName:l,topSchemaRef:u,schemaPath:d}=a;r.push([Us.keyword,i],[Us.params,typeof e=="function"?e(t):e||(0,Pe._)`{}`]),c.messages&&r.push([Us.message,typeof n=="function"?n(t):n]),c.verbose&&r.push([Us.schema,o],[Us.parentSchema,(0,Pe._)`${u}${d}`],[yn.default.data,s]),l&&r.push([Us.propertyName,l])}});var YA=k(pa=>{"use strict";Object.defineProperty(pa,"__esModule",{value:!0});pa.boolOrEmptySchema=pa.topBoolOrEmptySchema=void 0;var d2=gl(),f2=fe(),h2=sr(),p2={message:"boolean schema is false"};function m2(t){let{gen:e,schema:n,validateName:r}=t;n===!1?GA(t,!1):typeof n=="object"&&n.$async===!0?e.return(h2.default.data):(e.assign((0,f2._)`${r}.errors`,null),e.return(!0))}pa.topBoolOrEmptySchema=m2;function g2(t,e){let{gen:n,schema:r}=t;r===!1?(n.var(e,!1),GA(t)):n.var(e,!0)}pa.boolOrEmptySchema=g2;function GA(t,e){let{gen:n,data:r}=t,i={gen:n,keyword:"false schema",data:r,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,d2.reportError)(i,p2,void 0,e)}});var Cb=k(ma=>{"use strict";Object.defineProperty(ma,"__esModule",{value:!0});ma.getRules=ma.isJSONType=void 0;var y2=["string","number","integer","boolean","null","object","array"],v2=new Set(y2);function b2(t){return typeof t=="string"&&v2.has(t)}ma.isJSONType=b2;function T2(){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:{}}}ma.getRules=T2});var Db=k(is=>{"use strict";Object.defineProperty(is,"__esModule",{value:!0});is.shouldUseRule=is.shouldUseGroup=is.schemaHasRulesForType=void 0;function S2({schema:t,self:e},n){let r=e.RULES.types[n];return r&&r!==!0&&KA(t,r)}is.schemaHasRulesForType=S2;function KA(t,e){return e.rules.some(n=>XA(t,n))}is.shouldUseGroup=KA;function XA(t,e){var n;return t[e.keyword]!==void 0||((n=e.definition.implements)===null||n===void 0?void 0:n.some(r=>t[r]!==void 0))}is.shouldUseRule=XA});var yl=k(un=>{"use strict";Object.defineProperty(un,"__esModule",{value:!0});un.reportTypeError=un.checkDataTypes=un.checkDataType=un.coerceAndCheckDataType=un.getJSONTypes=un.getSchemaTypes=un.DataType=void 0;var _2=Cb(),E2=Db(),w2=gl(),he=fe(),JA=Te(),ga;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(ga||(un.DataType=ga={}));function k2(t){let e=QA(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}un.getSchemaTypes=k2;function QA(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(_2.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}un.getJSONTypes=QA;function N2(t,e){let{gen:n,data:r,opts:i}=t,s=P2(e,i.coerceTypes),o=e.length>0&&!(s.length===0&&e.length===1&&(0,E2.schemaHasRulesForType)(t,e[0]));if(o){let a=Ob(e,r,i.strictNumbers,ga.Wrong);n.if(a,()=>{s.length?R2(t,e,s):Ib(t)})}return o}un.coerceAndCheckDataType=N2;var ZA=new Set(["string","number","integer","boolean","null"]);function P2(t,e){return e?t.filter(n=>ZA.has(n)||e==="array"&&n==="array"):[]}function R2(t,e,n){let{gen:r,data:i,opts:s}=t,o=r.let("dataType",(0,he._)`typeof ${i}`),a=r.let("coerced",(0,he._)`undefined`);s.coerceTypes==="array"&&r.if((0,he._)`${o} == 'object' && Array.isArray(${i}) && ${i}.length == 1`,()=>r.assign(i,(0,he._)`${i}[0]`).assign(o,(0,he._)`typeof ${i}`).if(Ob(e,i,s.strictNumbers),()=>r.assign(a,i))),r.if((0,he._)`${a} !== undefined`);for(let l of n)(ZA.has(l)||l==="array"&&s.coerceTypes==="array")&&c(l);r.else(),Ib(t),r.endIf(),r.if((0,he._)`${a} !== undefined`,()=>{r.assign(i,a),C2(t,a)});function c(l){switch(l){case"string":r.elseIf((0,he._)`${o} == "number" || ${o} == "boolean"`).assign(a,(0,he._)`"" + ${i}`).elseIf((0,he._)`${i} === null`).assign(a,(0,he._)`""`);return;case"number":r.elseIf((0,he._)`${o} == "boolean" || ${i} === null
|
|
177
|
-
|| (${o} == "string" && ${i} && ${i} == +${i})`).assign(a,(0,
|
|
178
|
-
|| (${o} === "string" && ${i} && ${i} == +${i} && !(${i} % 1))`).assign(a,(0,
|
|
179
|
-
|| ${o} === "boolean" || ${i} === null`).assign(a,(0,he._)`[${i}]`)}}}function C2({gen:t,parentData:e,parentDataProperty:n},r){t.if((0,he._)`${e} !== undefined`,()=>t.assign((0,he._)`${e}[${n}]`,r))}function Ab(t,e,n,r=ga.Correct){let i=r===ga.Correct?he.operators.EQ:he.operators.NEQ,s;switch(t){case"null":return(0,he._)`${e} ${i} null`;case"array":s=(0,he._)`Array.isArray(${e})`;break;case"object":s=(0,he._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=o((0,he._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=o();break;default:return(0,he._)`typeof ${e} ${i} ${t}`}return r===ga.Correct?s:(0,he.not)(s);function o(a=he.nil){return(0,he.and)((0,he._)`typeof ${e} == "number"`,a,n?(0,he._)`isFinite(${e})`:he.nil)}}un.checkDataType=Ab;function Ob(t,e,n,r){if(t.length===1)return Ab(t[0],e,n,r);let i,s=(0,JA.toHash)(t);if(s.array&&s.object){let o=(0,he._)`typeof ${e} != "object"`;i=s.null?o:(0,he._)`!${e} || ${o}`,delete s.null,delete s.array,delete s.object}else i=he.nil;s.number&&delete s.integer;for(let o in s)i=(0,he.and)(i,Ab(o,e,n,r));return i}un.checkDataTypes=Ob;var D2={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,he._)`{type: ${t}}`:(0,he._)`{type: ${e}}`};function Ib(t){let e=A2(t);(0,w2.reportError)(e,D2)}un.reportTypeError=Ib;function A2(t){let{gen:e,data:n,schema:r}=t,i=(0,JA.schemaRefOrVal)(t,r,"type");return{gen:e,keyword:"type",data:n,schema:r.type,schemaCode:i,schemaValue:i,parentSchema:r,params:{},it:t}}});var tO=k(Kh=>{"use strict";Object.defineProperty(Kh,"__esModule",{value:!0});Kh.assignDefaults=void 0;var ya=fe(),O2=Te();function I2(t,e){let{properties:n,items:r}=t.schema;if(e==="object"&&n)for(let i in n)eO(t,i,n[i].default);else e==="array"&&Array.isArray(r)&&r.forEach((i,s)=>eO(t,s,i.default))}Kh.assignDefaults=I2;function eO(t,e,n){let{gen:r,compositeRule:i,data:s,opts:o}=t;if(n===void 0)return;let a=(0,ya._)`${s}${(0,ya.getProperty)(e)}`;if(i){(0,O2.checkStrictMode)(t,`default is ignored for: ${a}`);return}let c=(0,ya._)`${a} === undefined`;o.useDefaults==="empty"&&(c=(0,ya._)`${c} || ${a} === null || ${a} === ""`),r.if(c,(0,ya._)`${a} = ${(0,ya.stringify)(n)}`)}});var or=k(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.validateUnion=Ye.validateArray=Ye.usePattern=Ye.callValidateCode=Ye.schemaProperties=Ye.allSchemaProperties=Ye.noPropertyInData=Ye.propertyInData=Ye.isOwnProperty=Ye.hasPropFunc=Ye.reportMissingProp=Ye.checkMissingProp=Ye.checkReportMissingProp=void 0;var lt=fe(),xb=Te(),ss=sr(),x2=Te();function M2(t,e){let{gen:n,data:r,it:i}=t;n.if(Lb(n,r,e,i.opts.ownProperties),()=>{t.setParams({missingProperty:(0,lt._)`${e}`},!0),t.error()})}Ye.checkReportMissingProp=M2;function L2({gen:t,data:e,it:{opts:n}},r,i){return(0,lt.or)(...r.map(s=>(0,lt.and)(Lb(t,e,s,n.ownProperties),(0,lt._)`${i} = ${s}`)))}Ye.checkMissingProp=L2;function $2(t,e){t.setParams({missingProperty:e},!0),t.error()}Ye.reportMissingProp=$2;function nO(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,lt._)`Object.prototype.hasOwnProperty`})}Ye.hasPropFunc=nO;function Mb(t,e,n){return(0,lt._)`${nO(t)}.call(${e}, ${n})`}Ye.isOwnProperty=Mb;function q2(t,e,n,r){let i=(0,lt._)`${e}${(0,lt.getProperty)(n)} !== undefined`;return r?(0,lt._)`${i} && ${Mb(t,e,n)}`:i}Ye.propertyInData=q2;function Lb(t,e,n,r){let i=(0,lt._)`${e}${(0,lt.getProperty)(n)} === undefined`;return r?(0,lt.or)(i,(0,lt.not)(Mb(t,e,n))):i}Ye.noPropertyInData=Lb;function rO(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}Ye.allSchemaProperties=rO;function j2(t,e){return rO(e).filter(n=>!(0,xb.alwaysValidSchema)(t,e[n]))}Ye.schemaProperties=j2;function F2({schemaCode:t,data:e,it:{gen:n,topSchemaRef:r,schemaPath:i,errorPath:s},it:o},a,c,l){let u=l?(0,lt._)`${t}, ${e}, ${r}${i}`:e,d=[[ss.default.instancePath,(0,lt.strConcat)(ss.default.instancePath,s)],[ss.default.parentData,o.parentData],[ss.default.parentDataProperty,o.parentDataProperty],[ss.default.rootData,ss.default.rootData]];o.opts.dynamicRef&&d.push([ss.default.dynamicAnchors,ss.default.dynamicAnchors]);let f=(0,lt._)`${u}, ${n.object(...d)}`;return c!==lt.nil?(0,lt._)`${a}.call(${c}, ${f})`:(0,lt._)`${a}(${f})`}Ye.callValidateCode=F2;var B2=(0,lt._)`new RegExp`;function U2({gen:t,it:{opts:e}},n){let r=e.unicodeRegExp?"u":"",{regExp:i}=e.code,s=i(n,r);return t.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,lt._)`${i.code==="new RegExp"?B2:(0,x2.useFunc)(t,i)}(${n}, ${r})`})}Ye.usePattern=U2;function V2(t){let{gen:e,data:n,keyword:r,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,lt._)`${n}.length`);e.forRange("i",0,c,l=>{t.subschema({keyword:r,dataProp:l,dataPropType:xb.Type.Num},s),e.if((0,lt.not)(s),a)})}}Ye.validateArray=V2;function z2(t){let{gen:e,schema:n,keyword:r,it:i}=t;if(!Array.isArray(n))throw new Error("ajv implementation error");if(n.some(c=>(0,xb.alwaysValidSchema)(i,c))&&!i.opts.unevaluated)return;let o=e.let("valid",!1),a=e.name("_valid");e.block(()=>n.forEach((c,l)=>{let u=t.subschema({keyword:r,schemaProp:l,compositeRule:!0},a);e.assign(o,(0,lt._)`${o} || ${a}`),t.mergeValidEvaluated(u,a)||e.if((0,lt.not)(o))})),t.result(o,()=>t.reset(),()=>t.error(!0))}Ye.validateUnion=z2});var oO=k(Qr=>{"use strict";Object.defineProperty(Qr,"__esModule",{value:!0});Qr.validateKeywordUsage=Qr.validSchemaType=Qr.funcKeywordCode=Qr.macroKeywordCode=void 0;var vn=fe(),Vs=sr(),W2=or(),H2=gl();function G2(t,e){let{gen:n,keyword:r,schema:i,parentSchema:s,it:o}=t,a=e.macro.call(o.self,i,s,o),c=sO(n,r,a);o.opts.validateSchema!==!1&&o.self.validateSchema(a,!0);let l=n.name("valid");t.subschema({schema:a,schemaPath:vn.nil,errSchemaPath:`${o.errSchemaPath}/${r}`,topSchemaRef:c,compositeRule:!0},l),t.pass(l,()=>t.error(!0))}Qr.macroKeywordCode=G2;function Y2(t,e){var n;let{gen:r,keyword:i,schema:s,parentSchema:o,$data:a,it:c}=t;X2(c,e);let l=!a&&e.compile?e.compile.call(c.self,s,o,c):e.validate,u=sO(r,i,l),d=r.let("valid");t.block$data(d,f),t.ok((n=e.valid)!==null&&n!==void 0?n:d);function f(){if(e.errors===!1)p(),e.modifying&&iO(t),T(()=>t.error());else{let _=e.async?h():y();e.modifying&&iO(t),T(()=>K2(t,_))}}function h(){let _=r.let("ruleErrs",null);return r.try(()=>p((0,vn._)`await `),v=>r.assign(d,!1).if((0,vn._)`${v} instanceof ${c.ValidationError}`,()=>r.assign(_,(0,vn._)`${v}.errors`),()=>r.throw(v))),_}function y(){let _=(0,vn._)`${u}.errors`;return r.assign(_,null),p(vn.nil),_}function p(_=e.async?(0,vn._)`await `:vn.nil){let v=c.opts.passContext?Vs.default.this:Vs.default.self,b=!("compile"in e&&!a||e.schema===!1);r.assign(d,(0,vn._)`${_}${(0,W2.callValidateCode)(t,u,v,b)}`,e.modifying)}function T(_){var v;r.if((0,vn.not)((v=e.valid)!==null&&v!==void 0?v:d),_)}}Qr.funcKeywordCode=Y2;function iO(t){let{gen:e,data:n,it:r}=t;e.if(r.parentData,()=>e.assign(n,(0,vn._)`${r.parentData}[${r.parentDataProperty}]`))}function K2(t,e){let{gen:n}=t;n.if((0,vn._)`Array.isArray(${e})`,()=>{n.assign(Vs.default.vErrors,(0,vn._)`${Vs.default.vErrors} === null ? ${e} : ${Vs.default.vErrors}.concat(${e})`).assign(Vs.default.errors,(0,vn._)`${Vs.default.vErrors}.length`),(0,H2.extendErrors)(t)},()=>t.error())}function X2({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function sO(t,e,n){if(n===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof n=="function"?{ref:n}:{ref:n,code:(0,vn.stringify)(n)})}function J2(t,e,n=!1){return!e.length||e.some(r=>r==="array"?Array.isArray(t):r==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==r||n&&typeof t>"u")}Qr.validSchemaType=J2;function Q2({schema:t,opts:e,self:n,errSchemaPath:r},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 "${r}": `+n.errorsText(i.validateSchema.errors);if(e.validateSchema==="log")n.logger.error(c);else throw new Error(c)}}Qr.validateKeywordUsage=Q2});var cO=k(os=>{"use strict";Object.defineProperty(os,"__esModule",{value:!0});os.extendSubschemaMode=os.extendSubschemaData=os.getSubschema=void 0;var Zr=fe(),aO=Te();function Z2(t,{keyword:e,schemaProp:n,schema:r,schemaPath:i,errSchemaPath:s,topSchemaRef:o}){if(e!==void 0&&r!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let a=t.schema[e];return n===void 0?{schema:a,schemaPath:(0,Zr._)`${t.schemaPath}${(0,Zr.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:a[n],schemaPath:(0,Zr._)`${t.schemaPath}${(0,Zr.getProperty)(e)}${(0,Zr.getProperty)(n)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,aO.escapeFragment)(n)}`}}if(r!==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:r,schemaPath:i,topSchemaRef:o,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}os.getSubschema=Z2;function ez(t,e,{dataProp:n,dataPropType:r,data:i,dataTypes:s,propertyName:o}){if(i!==void 0&&n!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=e;if(n!==void 0){let{errorPath:l,dataPathArr:u,opts:d}=e,f=a.let("data",(0,Zr._)`${e.data}${(0,Zr.getProperty)(n)}`,!0);c(f),t.errorPath=(0,Zr.str)`${l}${(0,aO.getErrorPath)(n,r,d.jsPropertySyntax)}`,t.parentDataProperty=(0,Zr._)`${n}`,t.dataPathArr=[...u,t.parentDataProperty]}if(i!==void 0){let l=i instanceof Zr.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]}}os.extendSubschemaData=ez;function tz(t,{jtdDiscriminator:e,jtdMetadata:n,compositeRule:r,createErrors:i,allErrors:s}){r!==void 0&&(t.compositeRule=r),i!==void 0&&(t.createErrors=i),s!==void 0&&(t.allErrors=s),t.jtdDiscriminator=e,t.jtdMetadata=n}os.extendSubschemaMode=tz});var $b=k((Gse,lO)=>{"use strict";lO.exports=function t(e,n){if(e===n)return!0;if(e&&n&&typeof e=="object"&&typeof n=="object"){if(e.constructor!==n.constructor)return!1;var r,i,s;if(Array.isArray(e)){if(r=e.length,r!=n.length)return!1;for(i=r;i--!==0;)if(!t(e[i],n[i]))return!1;return!0}if(e.constructor===RegExp)return e.source===n.source&&e.flags===n.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===n.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===n.toString();if(s=Object.keys(e),r=s.length,r!==Object.keys(n).length)return!1;for(i=r;i--!==0;)if(!Object.prototype.hasOwnProperty.call(n,s[i]))return!1;for(i=r;i--!==0;){var o=s[i];if(!t(e[o],n[o]))return!1}return!0}return e!==e&&n!==n}});var dO=k((Yse,uO)=>{"use strict";var as=uO.exports=function(t,e,n){typeof e=="function"&&(n=e,e={}),n=e.cb||n;var r=typeof n=="function"?n:n.pre||function(){},i=n.post||function(){};Xh(e,r,i,t,"",t)};as.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};as.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};as.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};as.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 Xh(t,e,n,r,i,s,o,a,c,l){if(r&&typeof r=="object"&&!Array.isArray(r)){e(r,i,s,o,a,c,l);for(var u in r){var d=r[u];if(Array.isArray(d)){if(u in as.arrayKeywords)for(var f=0;f<d.length;f++)Xh(t,e,n,d[f],i+"/"+u+"/"+f,s,i,u,r,f)}else if(u in as.propsKeywords){if(d&&typeof d=="object")for(var h in d)Xh(t,e,n,d[h],i+"/"+u+"/"+nz(h),s,i,u,r,h)}else(u in as.keywords||t.allKeys&&!(u in as.skipKeywords))&&Xh(t,e,n,d,i+"/"+u,s,i,u,r)}n(r,i,s,o,a,c,l)}}function nz(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var vl=k(On=>{"use strict";Object.defineProperty(On,"__esModule",{value:!0});On.getSchemaRefs=On.resolveUrl=On.normalizeId=On._getFullPath=On.getFullPath=On.inlineRef=void 0;var rz=Te(),iz=$b(),sz=dO(),oz=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function az(t,e=!0){return typeof t=="boolean"?!0:e===!0?!qb(t):e?fO(t)<=e:!1}On.inlineRef=az;var cz=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function qb(t){for(let e in t){if(cz.has(e))return!0;let n=t[e];if(Array.isArray(n)&&n.some(qb)||typeof n=="object"&&qb(n))return!0}return!1}function fO(t){let e=0;for(let n in t){if(n==="$ref")return 1/0;if(e++,!oz.has(n)&&(typeof t[n]=="object"&&(0,rz.eachItem)(t[n],r=>e+=fO(r)),e===1/0))return 1/0}return e}function hO(t,e="",n){n!==!1&&(e=va(e));let r=t.parse(e);return pO(t,r)}On.getFullPath=hO;function pO(t,e){return t.serialize(e).split("#")[0]+"#"}On._getFullPath=pO;var lz=/#\/?$/;function va(t){return t?t.replace(lz,""):""}On.normalizeId=va;function uz(t,e,n){return n=va(n),t.resolve(e,n)}On.resolveUrl=uz;var dz=/^[a-z_][-a-z0-9._]*$/i;function fz(t,e){if(typeof t=="boolean")return{};let{schemaId:n,uriResolver:r}=this.opts,i=va(t[n]||e),s={"":i},o=hO(r,i,!1),a={},c=new Set;return sz(t,{allKeys:!0},(d,f,h,y)=>{if(y===void 0)return;let p=o+f,T=s[y];typeof d[n]=="string"&&(T=_.call(this,d[n])),v.call(this,d.$anchor),v.call(this,d.$dynamicAnchor),s[f]=T;function _(b){let w=this.opts.uriResolver.resolve;if(b=va(T?w(T,b):b),c.has(b))throw u(b);c.add(b);let C=this.refs[b];return typeof C=="string"&&(C=this.refs[C]),typeof C=="object"?l(d,C.schema,b):b!==va(p)&&(b[0]==="#"?(l(d,a[b],b),a[b]=d):this.refs[b]=p),b}function v(b){if(typeof b=="string"){if(!dz.test(b))throw new Error(`invalid anchor "${b}"`);_.call(this,`#${b}`)}}}),a;function l(d,f,h){if(f!==void 0&&!iz(d,f))throw u(h)}function u(d){return new Error(`reference "${d}" resolves to more than one schema`)}}On.getSchemaRefs=fz});var Sl=k(cs=>{"use strict";Object.defineProperty(cs,"__esModule",{value:!0});cs.getData=cs.KeywordCxt=cs.validateFunctionCode=void 0;var bO=YA(),mO=yl(),Fb=Db(),Jh=yl(),hz=tO(),Tl=oO(),jb=cO(),Q=fe(),oe=sr(),pz=vl(),_i=Te(),bl=gl();function mz(t){if(_O(t)&&(EO(t),SO(t))){vz(t);return}TO(t,()=>(0,bO.topBoolOrEmptySchema)(t))}cs.validateFunctionCode=mz;function TO({gen:t,validateName:e,schema:n,schemaEnv:r,opts:i},s){i.code.es5?t.func(e,(0,Q._)`${oe.default.data}, ${oe.default.valCxt}`,r.$async,()=>{t.code((0,Q._)`"use strict"; ${gO(n,i)}`),yz(t,i),t.code(s)}):t.func(e,(0,Q._)`${oe.default.data}, ${gz(i)}`,r.$async,()=>t.code(gO(n,i)).code(s))}function gz(t){return(0,Q._)`{${oe.default.instancePath}="", ${oe.default.parentData}, ${oe.default.parentDataProperty}, ${oe.default.rootData}=${oe.default.data}${t.dynamicRef?(0,Q._)`, ${oe.default.dynamicAnchors}={}`:Q.nil}}={}`}function yz(t,e){t.if(oe.default.valCxt,()=>{t.var(oe.default.instancePath,(0,Q._)`${oe.default.valCxt}.${oe.default.instancePath}`),t.var(oe.default.parentData,(0,Q._)`${oe.default.valCxt}.${oe.default.parentData}`),t.var(oe.default.parentDataProperty,(0,Q._)`${oe.default.valCxt}.${oe.default.parentDataProperty}`),t.var(oe.default.rootData,(0,Q._)`${oe.default.valCxt}.${oe.default.rootData}`),e.dynamicRef&&t.var(oe.default.dynamicAnchors,(0,Q._)`${oe.default.valCxt}.${oe.default.dynamicAnchors}`)},()=>{t.var(oe.default.instancePath,(0,Q._)`""`),t.var(oe.default.parentData,(0,Q._)`undefined`),t.var(oe.default.parentDataProperty,(0,Q._)`undefined`),t.var(oe.default.rootData,oe.default.data),e.dynamicRef&&t.var(oe.default.dynamicAnchors,(0,Q._)`{}`)})}function vz(t){let{schema:e,opts:n,gen:r}=t;TO(t,()=>{n.$comment&&e.$comment&&kO(t),Ez(t),r.let(oe.default.vErrors,null),r.let(oe.default.errors,0),n.unevaluated&&bz(t),wO(t),Nz(t)})}function bz(t){let{gen:e,validateName:n}=t;t.evaluated=e.const("evaluated",(0,Q._)`${n}.evaluated`),e.if((0,Q._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,Q._)`${t.evaluated}.props`,(0,Q._)`undefined`)),e.if((0,Q._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,Q._)`${t.evaluated}.items`,(0,Q._)`undefined`))}function gO(t,e){let n=typeof t=="object"&&t[e.schemaId];return n&&(e.code.source||e.code.process)?(0,Q._)`/*# sourceURL=${n} */`:Q.nil}function Tz(t,e){if(_O(t)&&(EO(t),SO(t))){Sz(t,e);return}(0,bO.boolOrEmptySchema)(t,e)}function SO({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let n in t)if(e.RULES.all[n])return!0;return!1}function _O(t){return typeof t.schema!="boolean"}function Sz(t,e){let{schema:n,gen:r,opts:i}=t;i.$comment&&n.$comment&&kO(t),wz(t),kz(t);let s=r.const("_errs",oe.default.errors);wO(t,s),r.var(e,(0,Q._)`${s} === ${oe.default.errors}`)}function EO(t){(0,_i.checkUnknownRules)(t),_z(t)}function wO(t,e){if(t.opts.jtd)return yO(t,[],!1,e);let n=(0,mO.getSchemaTypes)(t.schema),r=(0,mO.coerceAndCheckDataType)(t,n);yO(t,n,!r,e)}function _z(t){let{schema:e,errSchemaPath:n,opts:r,self:i}=t;e.$ref&&r.ignoreKeywordsWithRef&&(0,_i.schemaHasRulesButRef)(e,i.RULES)&&i.logger.warn(`$ref: keywords ignored in schema at path "${n}"`)}function Ez(t){let{schema:e,opts:n}=t;e.default!==void 0&&n.useDefaults&&n.strictSchema&&(0,_i.checkStrictMode)(t,"default is ignored in the schema root")}function wz(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,pz.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function kz(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function kO({gen:t,schemaEnv:e,schema:n,errSchemaPath:r,opts:i}){let s=n.$comment;if(i.$comment===!0)t.code((0,Q._)`${oe.default.self}.logger.log(${s})`);else if(typeof i.$comment=="function"){let o=(0,Q.str)`${r}/$comment`,a=t.scopeValue("root",{ref:e.root});t.code((0,Q._)`${oe.default.self}.opts.$comment(${s}, ${o}, ${a}.schema)`)}}function Nz(t){let{gen:e,schemaEnv:n,validateName:r,ValidationError:i,opts:s}=t;n.$async?e.if((0,Q._)`${oe.default.errors} === 0`,()=>e.return(oe.default.data),()=>e.throw((0,Q._)`new ${i}(${oe.default.vErrors})`)):(e.assign((0,Q._)`${r}.errors`,oe.default.vErrors),s.unevaluated&&Pz(t),e.return((0,Q._)`${oe.default.errors} === 0`))}function Pz({gen:t,evaluated:e,props:n,items:r}){n instanceof Q.Name&&t.assign((0,Q._)`${e}.props`,n),r instanceof Q.Name&&t.assign((0,Q._)`${e}.items`,r)}function yO(t,e,n,r){let{gen:i,schema:s,data:o,allErrors:a,opts:c,self:l}=t,{RULES:u}=l;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,_i.schemaHasRulesButRef)(s,u))){i.block(()=>PO(t,"$ref",u.all.$ref.definition));return}c.jtd||Rz(t,e),i.block(()=>{for(let f of u.rules)d(f);d(u.post)});function d(f){(0,Fb.shouldUseGroup)(s,f)&&(f.type?(i.if((0,Jh.checkDataType)(f.type,o,c.strictNumbers)),vO(t,f),e.length===1&&e[0]===f.type&&n&&(i.else(),(0,Jh.reportTypeError)(t)),i.endIf()):vO(t,f),a||i.if((0,Q._)`${oe.default.errors} === ${r||0}`))}}function vO(t,e){let{gen:n,schema:r,opts:{useDefaults:i}}=t;i&&(0,hz.assignDefaults)(t,e.type),n.block(()=>{for(let s of e.rules)(0,Fb.shouldUseRule)(r,s)&&PO(t,s.keyword,s.definition,e.type)})}function Rz(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(Cz(t,e),t.opts.allowUnionTypes||Dz(t,e),Az(t,t.dataTypes))}function Cz(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(n=>{NO(t.dataTypes,n)||Bb(t,`type "${n}" not allowed by context "${t.dataTypes.join(",")}"`)}),Iz(t,e)}}function Dz(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&Bb(t,"use allowUnionTypes to allow union type keyword")}function Az(t,e){let n=t.self.RULES.all;for(let r in n){let i=n[r];if(typeof i=="object"&&(0,Fb.shouldUseRule)(t.schema,i)){let{type:s}=i.definition;s.length&&!s.some(o=>Oz(e,o))&&Bb(t,`missing type "${s.join(",")}" for keyword "${r}"`)}}}function Oz(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function NO(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function Iz(t,e){let n=[];for(let r of t.dataTypes)NO(e,r)?n.push(r):e.includes("integer")&&r==="number"&&n.push("integer");t.dataTypes=n}function Bb(t,e){let n=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${n}" (strictTypes)`,(0,_i.checkStrictMode)(t,e,t.opts.strictTypes)}var Qh=class{constructor(e,n,r){if((0,Tl.validateKeywordUsage)(e,n,r),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=r,this.data=e.data,this.schema=e.schema[r],this.$data=n.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,_i.schemaRefOrVal)(e,this.schema,r,this.$data),this.schemaType=n.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=n,this.$data)this.schemaCode=e.gen.const("vSchema",RO(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Tl.validSchemaType)(this.schema,n.schemaType,n.allowUndefined))throw new Error(`${r} value must be ${JSON.stringify(n.schemaType)}`);("code"in n?n.trackErrors:n.errors!==!1)&&(this.errsCount=e.gen.const("_errs",oe.default.errors))}result(e,n,r){this.failResult((0,Q.not)(e),n,r)}failResult(e,n,r){this.gen.if(e),r?r():this.error(),n?(this.gen.else(),n(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,n){this.failResult((0,Q.not)(e),void 0,n)}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:n}=this;this.fail((0,Q._)`${n} !== undefined && (${(0,Q.or)(this.invalid$data(),e)})`)}error(e,n,r){if(n){this.setParams(n),this._error(e,r),this.setParams({});return}this._error(e,r)}_error(e,n){(e?bl.reportExtraError:bl.reportError)(this,this.def.error,n)}$dataError(){(0,bl.reportError)(this,this.def.$dataError||bl.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,bl.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,n){n?Object.assign(this.params,e):this.params=e}block$data(e,n,r=Q.nil){this.gen.block(()=>{this.check$data(e,r),n()})}check$data(e=Q.nil,n=Q.nil){if(!this.$data)return;let{gen:r,schemaCode:i,schemaType:s,def:o}=this;r.if((0,Q.or)((0,Q._)`${i} === undefined`,n)),e!==Q.nil&&r.assign(e,!0),(s.length||o.validateSchema)&&(r.elseIf(this.invalid$data()),this.$dataError(),e!==Q.nil&&r.assign(e,!1)),r.else()}invalid$data(){let{gen:e,schemaCode:n,schemaType:r,def:i,it:s}=this;return(0,Q.or)(o(),a());function o(){if(r.length){if(!(n instanceof Q.Name))throw new Error("ajv implementation error");let c=Array.isArray(r)?r:[r];return(0,Q._)`${(0,Jh.checkDataTypes)(c,n,s.opts.strictNumbers,Jh.DataType.Wrong)}`}return Q.nil}function a(){if(i.validateSchema){let c=e.scopeValue("validate$data",{ref:i.validateSchema});return(0,Q._)`!${c}(${n})`}return Q.nil}}subschema(e,n){let r=(0,jb.getSubschema)(this.it,e);(0,jb.extendSubschemaData)(r,this.it,e),(0,jb.extendSubschemaMode)(r,e);let i={...this.it,...r,items:void 0,props:void 0};return Tz(i,n),i}mergeEvaluated(e,n){let{it:r,gen:i}=this;r.opts.unevaluated&&(r.props!==!0&&e.props!==void 0&&(r.props=_i.mergeEvaluated.props(i,e.props,r.props,n)),r.items!==!0&&e.items!==void 0&&(r.items=_i.mergeEvaluated.items(i,e.items,r.items,n)))}mergeValidEvaluated(e,n){let{it:r,gen:i}=this;if(r.opts.unevaluated&&(r.props!==!0||r.items!==!0))return i.if(n,()=>this.mergeEvaluated(e,Q.Name)),!0}};cs.KeywordCxt=Qh;function PO(t,e,n,r){let i=new Qh(t,n,e);"code"in n?n.code(i,r):i.$data&&n.validate?(0,Tl.funcKeywordCode)(i,n):"macro"in n?(0,Tl.macroKeywordCode)(i,n):(n.compile||n.validate)&&(0,Tl.funcKeywordCode)(i,n)}var xz=/^\/(?:[^~]|~0|~1)*$/,Mz=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function RO(t,{dataLevel:e,dataNames:n,dataPathArr:r}){let i,s;if(t==="")return oe.default.rootData;if(t[0]==="/"){if(!xz.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);i=t,s=oe.default.rootData}else{let l=Mz.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 r[e-u]}if(u>e)throw new Error(c("data",u));if(s=n[e-u],!i)return s}let o=s,a=i.split("/");for(let l of a)l&&(s=(0,Q._)`${s}${(0,Q.getProperty)((0,_i.unescapeJsonPointer)(l))}`,o=(0,Q._)`${o} && ${s}`);return o;function c(l,u){return`Cannot access ${l} ${u} levels up, current level is ${e}`}}cs.getData=RO});var Zh=k(Vb=>{"use strict";Object.defineProperty(Vb,"__esModule",{value:!0});var Ub=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};Vb.default=Ub});var _l=k(Hb=>{"use strict";Object.defineProperty(Hb,"__esModule",{value:!0});var zb=vl(),Wb=class extends Error{constructor(e,n,r,i){super(i||`can't resolve reference ${r} from id ${n}`),this.missingRef=(0,zb.resolveUrl)(e,n,r),this.missingSchema=(0,zb.normalizeId)((0,zb.getFullPath)(e,this.missingRef))}};Hb.default=Wb});var El=k(ar=>{"use strict";Object.defineProperty(ar,"__esModule",{value:!0});ar.resolveSchema=ar.getCompilingSchema=ar.resolveRef=ar.compileSchema=ar.SchemaEnv=void 0;var Dr=fe(),Lz=Zh(),zs=sr(),Ar=vl(),CO=Te(),$z=Sl(),ba=class{constructor(e){var n;this.refs={},this.dynamicAnchors={};let r;typeof e.schema=="object"&&(r=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(n=e.baseId)!==null&&n!==void 0?n:(0,Ar.normalizeId)(r?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=r?.$async,this.refs={}}};ar.SchemaEnv=ba;function Yb(t){let e=DO.call(this,t);if(e)return e;let n=(0,Ar.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:r,lines:i}=this.opts.code,{ownProperties:s}=this.opts,o=new Dr.CodeGen(this.scope,{es5:r,lines:i,ownProperties:s}),a;t.$async&&(a=o.scopeValue("Error",{ref:Lz.default,code:(0,Dr._)`require("ajv/dist/runtime/validation_error").default`}));let c=o.scopeName("validate");t.validateName=c;let l={gen:o,allErrors:this.opts.allErrors,data:zs.default.data,parentData:zs.default.parentData,parentDataProperty:zs.default.parentDataProperty,dataNames:[zs.default.data],dataPathArr:[Dr.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:o.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,Dr.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:a,schema:t.schema,schemaEnv:t,rootId:n,baseId:t.baseId||n,schemaPath:Dr.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,Dr._)`""`,opts:this.opts,self:this},u;try{this._compilations.add(t),(0,$z.validateFunctionCode)(l),o.optimize(this.opts.code.optimize);let d=o.toString();u=`${o.scopeRefs(zs.default.scope)}return ${d}`,this.opts.code.process&&(u=this.opts.code.process(u,t));let h=new Function(`${zs.default.self}`,`${zs.default.scope}`,u)(this,this.scope.get());if(this.scope.value(c,{ref:h}),h.errors=null,h.schema=t.schema,h.schemaEnv=t,t.$async&&(h.$async=!0),this.opts.code.source===!0&&(h.source={validateName:c,validateCode:d,scopeValues:o._values}),this.opts.unevaluated){let{props:y,items:p}=l;h.evaluated={props:y instanceof Dr.Name?void 0:y,items:p instanceof Dr.Name?void 0:p,dynamicProps:y instanceof Dr.Name,dynamicItems:p instanceof Dr.Name},h.source&&(h.source.evaluated=(0,Dr.stringify)(h.evaluated))}return t.validate=h,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)}}ar.compileSchema=Yb;function qz(t,e,n){var r;n=(0,Ar.resolveUrl)(this.opts.uriResolver,e,n);let i=t.refs[n];if(i)return i;let s=Bz.call(this,t,n);if(s===void 0){let o=(r=t.localRefs)===null||r===void 0?void 0:r[n],{schemaId:a}=this.opts;o&&(s=new ba({schema:o,schemaId:a,root:t,baseId:e}))}if(s!==void 0)return t.refs[n]=jz.call(this,s)}ar.resolveRef=qz;function jz(t){return(0,Ar.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:Yb.call(this,t)}function DO(t){for(let e of this._compilations)if(Fz(e,t))return e}ar.getCompilingSchema=DO;function Fz(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function Bz(t,e){let n;for(;typeof(n=this.refs[e])=="string";)e=n;return n||this.schemas[e]||ep.call(this,t,e)}function ep(t,e){let n=this.opts.uriResolver.parse(e),r=(0,Ar._getFullPath)(this.opts.uriResolver,n),i=(0,Ar.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&r===i)return Gb.call(this,n,t);let s=(0,Ar.normalizeId)(r),o=this.refs[s]||this.schemas[s];if(typeof o=="string"){let a=ep.call(this,t,o);return typeof a?.schema!="object"?void 0:Gb.call(this,n,a)}if(typeof o?.schema=="object"){if(o.validate||Yb.call(this,o),s===(0,Ar.normalizeId)(e)){let{schema:a}=o,{schemaId:c}=this.opts,l=a[c];return l&&(i=(0,Ar.resolveUrl)(this.opts.uriResolver,i,l)),new ba({schema:a,schemaId:c,root:t,baseId:i})}return Gb.call(this,n,o)}}ar.resolveSchema=ep;var Uz=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function Gb(t,{baseId:e,schema:n,root:r}){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 n=="boolean")return;let c=n[(0,CO.unescapeFragment)(a)];if(c===void 0)return;n=c;let l=typeof n=="object"&&n[this.opts.schemaId];!Uz.has(a)&&l&&(e=(0,Ar.resolveUrl)(this.opts.uriResolver,e,l))}let s;if(typeof n!="boolean"&&n.$ref&&!(0,CO.schemaHasRulesButRef)(n,this.RULES)){let a=(0,Ar.resolveUrl)(this.opts.uriResolver,e,n.$ref);s=ep.call(this,r,a)}let{schemaId:o}=this.opts;if(s=s||new ba({schema:n,schemaId:o,root:r,baseId:e}),s.schema!==s.root.schema)return s}});var AO=k((eoe,Vz)=>{Vz.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 IO=k((toe,OO)=>{"use strict";var zz={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};OO.exports={HEX:zz}});var BO=k((noe,FO)=>{"use strict";var{HEX:Wz}=IO(),Hz=/^(?:(?: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 $O(t){if(jO(t,".")<3)return{host:t,isIPV4:!1};let e=t.match(Hz)||[],[n]=e;return n?{host:Yz(n,"."),isIPV4:!0}:{host:t,isIPV4:!1}}function Kb(t,e=!1){let n="",r=!0;for(let i of t){if(Wz[i]===void 0)return;i!=="0"&&r===!0&&(r=!1),r||(n+=i)}return e&&n.length===0&&(n="0"),n}function Gz(t){let e=0,n={error:!1,address:"",zone:""},r=[],i=[],s=!1,o=!1,a=!1;function c(){if(i.length){if(s===!1){let l=Kb(i);if(l!==void 0)r.push(l);else return n.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++,r.push(":"),e>7){n.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?n.zone=i.join(""):a?r.push(i.join("")):r.push(Kb(i))),n.address=r.join(""),n}function qO(t){if(jO(t,":")<2)return{host:t,isIPV6:!1};let e=Gz(t);if(e.error)return{host:t,isIPV6:!1};{let n=e.address,r=e.address;return e.zone&&(n+="%"+e.zone,r+="%25"+e.zone),{host:n,escapedHost:r,isIPV6:!0}}}function Yz(t,e){let n="",r=!0,i=t.length;for(let s=0;s<i;s++){let o=t[s];o==="0"&&r?(s+1<=i&&t[s+1]===e||s+1===i)&&(n+=o,r=!1):(o===e?r=!0:r=!1,n+=o)}return n}function jO(t,e){let n=0;for(let r=0;r<t.length;r++)t[r]===e&&n++;return n}var xO=/^\.\.?\//u,MO=/^\/\.(?:\/|$)/u,LO=/^\/\.\.(?:\/|$)/u,Kz=/^\/?(?:.|\n)*?(?=\/|$)/u;function Xz(t){let e=[];for(;t.length;)if(t.match(xO))t=t.replace(xO,"");else if(t.match(MO))t=t.replace(MO,"/");else if(t.match(LO))t=t.replace(LO,"/"),e.pop();else if(t==="."||t==="..")t="";else{let n=t.match(Kz);if(n){let r=n[0];t=t.slice(r.length),e.push(r)}else throw new Error("Unexpected dot segment condition")}return e.join("")}function Jz(t,e){let n=e!==!0?escape:unescape;return t.scheme!==void 0&&(t.scheme=n(t.scheme)),t.userinfo!==void 0&&(t.userinfo=n(t.userinfo)),t.host!==void 0&&(t.host=n(t.host)),t.path!==void 0&&(t.path=n(t.path)),t.query!==void 0&&(t.query=n(t.query)),t.fragment!==void 0&&(t.fragment=n(t.fragment)),t}function Qz(t){let e=[];if(t.userinfo!==void 0&&(e.push(t.userinfo),e.push("@")),t.host!==void 0){let n=unescape(t.host),r=$O(n);if(r.isIPV4)n=r.host;else{let i=qO(r.host);i.isIPV6===!0?n=`[${i.escapedHost}]`:n=t.host}e.push(n)}return(typeof t.port=="number"||typeof t.port=="string")&&(e.push(":"),e.push(String(t.port))),e.length?e.join(""):void 0}FO.exports={recomposeAuthority:Qz,normalizeComponentEncoding:Jz,removeDotSegments:Xz,normalizeIPv4:$O,normalizeIPv6:qO,stringArrayToHexStripped:Kb}});var GO=k((roe,HO)=>{"use strict";var Zz=/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu,eW=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;function UO(t){return typeof t.secure=="boolean"?t.secure:String(t.scheme).toLowerCase()==="wss"}function VO(t){return t.host||(t.error=t.error||"HTTP URIs must have a host."),t}function zO(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 tW(t){return t.secure=UO(t),t.resourceName=(t.path||"/")+(t.query?"?"+t.query:""),t.path=void 0,t.query=void 0,t}function nW(t){if((t.port===(UO(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,n]=t.resourceName.split("?");t.path=e&&e!=="/"?e:void 0,t.query=n,t.resourceName=void 0}return t.fragment=void 0,t}function rW(t,e){if(!t.path)return t.error="URN can not be parsed",t;let n=t.path.match(eW);if(n){let r=e.scheme||t.scheme||"urn";t.nid=n[1].toLowerCase(),t.nss=n[2];let i=`${r}:${e.nid||t.nid}`,s=Xb[i];t.path=void 0,s&&(t=s.parse(t,e))}else t.error=t.error||"URN can not be parsed.";return t}function iW(t,e){let n=e.scheme||t.scheme||"urn",r=t.nid.toLowerCase(),i=`${n}:${e.nid||r}`,s=Xb[i];s&&(t=s.serialize(t,e));let o=t,a=t.nss;return o.path=`${r||e.nid}:${a}`,e.skipEscape=!0,o}function sW(t,e){let n=t;return n.uuid=n.nss,n.nss=void 0,!e.tolerant&&(!n.uuid||!Zz.test(n.uuid))&&(n.error=n.error||"UUID is not valid."),n}function oW(t){let e=t;return e.nss=(t.uuid||"").toLowerCase(),e}var WO={scheme:"http",domainHost:!0,parse:VO,serialize:zO},aW={scheme:"https",domainHost:WO.domainHost,parse:VO,serialize:zO},tp={scheme:"ws",domainHost:!0,parse:tW,serialize:nW},cW={scheme:"wss",domainHost:tp.domainHost,parse:tp.parse,serialize:tp.serialize},lW={scheme:"urn",parse:rW,serialize:iW,skipNormalize:!0},uW={scheme:"urn:uuid",parse:sW,serialize:oW,skipNormalize:!0},Xb={http:WO,https:aW,ws:tp,wss:cW,urn:lW,"urn:uuid":uW};HO.exports=Xb});var KO=k((ioe,rp)=>{"use strict";var{normalizeIPv6:dW,normalizeIPv4:fW,removeDotSegments:wl,recomposeAuthority:hW,normalizeComponentEncoding:np}=BO(),Jb=GO();function pW(t,e){return typeof t=="string"?t=ei(Ei(t,e),e):typeof t=="object"&&(t=Ei(ei(t,e),e)),t}function mW(t,e,n){let r=Object.assign({scheme:"null"},n),i=YO(Ei(t,r),Ei(e,r),r,!0);return ei(i,{...r,skipEscape:!0})}function YO(t,e,n,r){let i={};return r||(t=Ei(ei(t,n),n),e=Ei(ei(e,n),n)),n=n||{},!n.tolerant&&e.scheme?(i.scheme=e.scheme,i.userinfo=e.userinfo,i.host=e.host,i.port=e.port,i.path=wl(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=wl(e.path||""),i.query=e.query):(e.path?(e.path.charAt(0)==="/"?i.path=wl(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=wl(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 gW(t,e,n){return typeof t=="string"?(t=unescape(t),t=ei(np(Ei(t,n),!0),{...n,skipEscape:!0})):typeof t=="object"&&(t=ei(np(t,!0),{...n,skipEscape:!0})),typeof e=="string"?(e=unescape(e),e=ei(np(Ei(e,n),!0),{...n,skipEscape:!0})):typeof e=="object"&&(e=ei(np(e,!0),{...n,skipEscape:!0})),t.toLowerCase()===e.toLowerCase()}function ei(t,e){let n={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:""},r=Object.assign({},e),i=[],s=Jb[(r.scheme||n.scheme||"").toLowerCase()];s&&s.serialize&&s.serialize(n,r),n.path!==void 0&&(r.skipEscape?n.path=unescape(n.path):(n.path=escape(n.path),n.scheme!==void 0&&(n.path=n.path.split("%3A").join(":")))),r.reference!=="suffix"&&n.scheme&&i.push(n.scheme,":");let o=hW(n);if(o!==void 0&&(r.reference!=="suffix"&&i.push("//"),i.push(o),n.path&&n.path.charAt(0)!=="/"&&i.push("/")),n.path!==void 0){let a=n.path;!r.absolutePath&&(!s||!s.absolutePath)&&(a=wl(a)),o===void 0&&(a=a.replace(/^\/\//u,"/%2F")),i.push(a)}return n.query!==void 0&&i.push("?",n.query),n.fragment!==void 0&&i.push("#",n.fragment),i.join("")}var yW=Array.from({length:127},(t,e)=>/[^!"$&'()*+,\-.;=_`a-z{}~]/u.test(String.fromCharCode(e)));function vW(t){let e=0;for(let n=0,r=t.length;n<r;++n)if(e=t.charCodeAt(n),e>126||yW[e])return!0;return!1}var bW=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function Ei(t,e){let n=Object.assign({},e),r={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},i=t.indexOf("%")!==-1,s=!1;n.reference==="suffix"&&(t=(n.scheme?n.scheme+":":"")+"//"+t);let o=t.match(bW);if(o){if(r.scheme=o[1],r.userinfo=o[3],r.host=o[4],r.port=parseInt(o[5],10),r.path=o[6]||"",r.query=o[7],r.fragment=o[8],isNaN(r.port)&&(r.port=o[5]),r.host){let c=fW(r.host);if(c.isIPV4===!1){let l=dW(c.host);r.host=l.host.toLowerCase(),s=l.isIPV6}else r.host=c.host,s=!0}r.scheme===void 0&&r.userinfo===void 0&&r.host===void 0&&r.port===void 0&&r.query===void 0&&!r.path?r.reference="same-document":r.scheme===void 0?r.reference="relative":r.fragment===void 0?r.reference="absolute":r.reference="uri",n.reference&&n.reference!=="suffix"&&n.reference!==r.reference&&(r.error=r.error||"URI is not a "+n.reference+" reference.");let a=Jb[(n.scheme||r.scheme||"").toLowerCase()];if(!n.unicodeSupport&&(!a||!a.unicodeSupport)&&r.host&&(n.domainHost||a&&a.domainHost)&&s===!1&&vW(r.host))try{r.host=URL.domainToASCII(r.host.toLowerCase())}catch(c){r.error=r.error||"Host's domain name can not be converted to ASCII: "+c}(!a||a&&!a.skipNormalize)&&(i&&r.scheme!==void 0&&(r.scheme=unescape(r.scheme)),i&&r.host!==void 0&&(r.host=unescape(r.host)),r.path&&(r.path=escape(unescape(r.path))),r.fragment&&(r.fragment=encodeURI(decodeURIComponent(r.fragment)))),a&&a.parse&&a.parse(r,n)}else r.error=r.error||"URI can not be parsed.";return r}var Qb={SCHEMES:Jb,normalize:pW,resolve:mW,resolveComponents:YO,equal:gW,serialize:ei,parse:Ei};rp.exports=Qb;rp.exports.default=Qb;rp.exports.fastUri=Qb});var JO=k(Zb=>{"use strict";Object.defineProperty(Zb,"__esModule",{value:!0});var XO=KO();XO.code='require("ajv/dist/runtime/uri").default';Zb.default=XO});var sI=k(Kt=>{"use strict";Object.defineProperty(Kt,"__esModule",{value:!0});Kt.CodeGen=Kt.Name=Kt.nil=Kt.stringify=Kt.str=Kt._=Kt.KeywordCxt=void 0;var TW=Sl();Object.defineProperty(Kt,"KeywordCxt",{enumerable:!0,get:function(){return TW.KeywordCxt}});var Ta=fe();Object.defineProperty(Kt,"_",{enumerable:!0,get:function(){return Ta._}});Object.defineProperty(Kt,"str",{enumerable:!0,get:function(){return Ta.str}});Object.defineProperty(Kt,"stringify",{enumerable:!0,get:function(){return Ta.stringify}});Object.defineProperty(Kt,"nil",{enumerable:!0,get:function(){return Ta.nil}});Object.defineProperty(Kt,"Name",{enumerable:!0,get:function(){return Ta.Name}});Object.defineProperty(Kt,"CodeGen",{enumerable:!0,get:function(){return Ta.CodeGen}});var SW=Zh(),nI=_l(),_W=Cb(),kl=El(),EW=fe(),Nl=vl(),ip=yl(),tT=Te(),QO=AO(),wW=JO(),rI=(t,e)=>new RegExp(t,e);rI.code="new RegExp";var kW=["removeAdditional","useDefaults","coerceTypes"],NW=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),PW={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."},RW={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},ZO=200;function CW(t){var e,n,r,i,s,o,a,c,l,u,d,f,h,y,p,T,_,v,b,w,C,x,B,j,ce;let ze=t.strict,Dt=(e=t.code)===null||e===void 0?void 0:e.optimize,ye=Dt===!0||Dt===void 0?1:Dt||0,Un=(r=(n=t.code)===null||n===void 0?void 0:n.regExp)!==null&&r!==void 0?r:rI,wi=(i=t.uriResolver)!==null&&i!==void 0?i:wW.default;return{strictSchema:(o=(s=t.strictSchema)!==null&&s!==void 0?s:ze)!==null&&o!==void 0?o:!0,strictNumbers:(c=(a=t.strictNumbers)!==null&&a!==void 0?a:ze)!==null&&c!==void 0?c:!0,strictTypes:(u=(l=t.strictTypes)!==null&&l!==void 0?l:ze)!==null&&u!==void 0?u:"log",strictTuples:(f=(d=t.strictTuples)!==null&&d!==void 0?d:ze)!==null&&f!==void 0?f:"log",strictRequired:(y=(h=t.strictRequired)!==null&&h!==void 0?h:ze)!==null&&y!==void 0?y:!1,code:t.code?{...t.code,optimize:ye,regExp:Un}:{optimize:ye,regExp:Un},loopRequired:(p=t.loopRequired)!==null&&p!==void 0?p:ZO,loopEnum:(T=t.loopEnum)!==null&&T!==void 0?T:ZO,meta:(_=t.meta)!==null&&_!==void 0?_:!0,messages:(v=t.messages)!==null&&v!==void 0?v:!0,inlineRefs:(b=t.inlineRefs)!==null&&b!==void 0?b:!0,schemaId:(w=t.schemaId)!==null&&w!==void 0?w:"$id",addUsedSchema:(C=t.addUsedSchema)!==null&&C!==void 0?C:!0,validateSchema:(x=t.validateSchema)!==null&&x!==void 0?x:!0,validateFormats:(B=t.validateFormats)!==null&&B!==void 0?B:!0,unicodeRegExp:(j=t.unicodeRegExp)!==null&&j!==void 0?j:!0,int32range:(ce=t.int32range)!==null&&ce!==void 0?ce:!0,uriResolver:wi}}var Pl=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...CW(e)};let{es5:n,lines:r}=this.opts.code;this.scope=new EW.ValueScope({scope:{},prefixes:NW,es5:n,lines:r}),this.logger=MW(e.logger);let i=e.validateFormats;e.validateFormats=!1,this.RULES=(0,_W.getRules)(),eI.call(this,PW,e,"NOT SUPPORTED"),eI.call(this,RW,e,"DEPRECATED","warn"),this._metaOpts=IW.call(this),e.formats&&AW.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&OW.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),DW.call(this),e.validateFormats=i}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:n,schemaId:r}=this.opts,i=QO;r==="id"&&(i={...QO},i.id=i.$id,delete i.$id),n&&e&&this.addMetaSchema(i,i[r],!1)}defaultMeta(){let{meta:e,schemaId:n}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[n]||e:void 0}validate(e,n){let r;if(typeof e=="string"){if(r=this.getSchema(e),!r)throw new Error(`no schema with key or ref "${e}"`)}else r=this.compile(e);let i=r(n);return"$async"in r||(this.errors=r.errors),i}compile(e,n){let r=this._addSchema(e,n);return r.validate||this._compileSchemaEnv(r)}compileAsync(e,n){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:r}=this.opts;return i.call(this,e,n);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 nI.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,n)}async function l(u){let d=this._loading[u];if(d)return d;try{return await(this._loading[u]=r(u))}finally{delete this._loading[u]}}}addSchema(e,n,r,i=this.opts.validateSchema){if(Array.isArray(e)){for(let o of e)this.addSchema(o,void 0,r,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 n=(0,Nl.normalizeId)(n||s),this._checkUnique(n),this.schemas[n]=this._addSchema(e,r,n,i,!0),this}addMetaSchema(e,n,r=this.opts.validateSchema){return this.addSchema(e,n,!0,r),this}validateSchema(e,n){if(typeof e=="boolean")return!0;let r;if(r=e.$schema,r!==void 0&&typeof r!="string")throw new Error("$schema must be a string");if(r=r||this.opts.defaultMeta||this.defaultMeta(),!r)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let i=this.validate(r,e);if(!i&&n){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 n;for(;typeof(n=tI.call(this,e))=="string";)e=n;if(n===void 0){let{schemaId:r}=this.opts,i=new kl.SchemaEnv({schema:{},schemaId:r});if(n=kl.resolveSchema.call(this,i,e),!n)return;this.refs[e]=n}return n.validate||this._compileSchemaEnv(n)}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 n=tI.call(this,e);return typeof n=="object"&&this._cache.delete(n.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let n=e;this._cache.delete(n);let r=e[this.opts.schemaId];return r&&(r=(0,Nl.normalizeId)(r),delete this.schemas[r],delete this.refs[r]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let n of e)this.addKeyword(n);return this}addKeyword(e,n){let r;if(typeof e=="string")r=e,typeof n=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),n.keyword=r);else if(typeof e=="object"&&n===void 0){if(n=e,r=n.keyword,Array.isArray(r)&&!r.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if($W.call(this,r,n),!n)return(0,tT.eachItem)(r,s=>eT.call(this,s)),this;jW.call(this,n);let i={...n,type:(0,ip.getJSONTypes)(n.type),schemaType:(0,ip.getJSONTypes)(n.schemaType)};return(0,tT.eachItem)(r,i.type.length===0?s=>eT.call(this,s,i):s=>i.type.forEach(o=>eT.call(this,s,i,o))),this}getKeyword(e){let n=this.RULES.all[e];return typeof n=="object"?n.definition:!!n}removeKeyword(e){let{RULES:n}=this;delete n.keywords[e],delete n.all[e];for(let r of n.rules){let i=r.rules.findIndex(s=>s.keyword===e);i>=0&&r.rules.splice(i,1)}return this}addFormat(e,n){return typeof n=="string"&&(n=new RegExp(n)),this.formats[e]=n,this}errorsText(e=this.errors,{separator:n=", ",dataVar:r="data"}={}){return!e||e.length===0?"No errors":e.map(i=>`${r}${i.instancePath} ${i.message}`).reduce((i,s)=>i+n+s)}$dataMetaSchema(e,n){let r=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let i of n){let s=i.split("/").slice(1),o=e;for(let a of s)o=o[a];for(let a in r){let c=r[a];if(typeof c!="object")continue;let{$data:l}=c.definition,u=o[a];l&&u&&(o[a]=iI(u))}}return e}_removeAllSchemas(e,n){for(let r in e){let i=e[r];(!n||n.test(r))&&(typeof i=="string"?delete e[r]:i&&!i.meta&&(this._cache.delete(i.schema),delete e[r]))}}_addSchema(e,n,r,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;r=(0,Nl.normalizeId)(o||r);let l=Nl.getSchemaRefs.call(this,e,r);return c=new kl.SchemaEnv({schema:e,schemaId:a,meta:n,baseId:r,localRefs:l}),this._cache.set(c.schema,c),s&&!r.startsWith("#")&&(r&&this._checkUnique(r),this.refs[r]=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):kl.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let n=this.opts;this.opts=this._metaOpts;try{kl.compileSchema.call(this,e)}finally{this.opts=n}}};Pl.ValidationError=SW.default;Pl.MissingRefError=nI.default;Kt.default=Pl;function eI(t,e,n,r="error"){for(let i in t){let s=i;s in e&&this.logger[r](`${n}: option ${i}. ${t[s]}`)}}function tI(t){return t=(0,Nl.normalizeId)(t),this.schemas[t]||this.refs[t]}function DW(){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 AW(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function OW(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 n=t[e];n.keyword||(n.keyword=e),this.addKeyword(n)}}function IW(){let t={...this.opts};for(let e of kW)delete t[e];return t}var xW={log(){},warn(){},error(){}};function MW(t){if(t===!1)return xW;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 LW=/^[a-z_$][a-z0-9_$:-]*$/i;function $W(t,e){let{RULES:n}=this;if((0,tT.eachItem)(t,r=>{if(n.keywords[r])throw new Error(`Keyword ${r} is already defined`);if(!LW.test(r))throw new Error(`Keyword ${r} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function eT(t,e,n){var r;let i=e?.post;if(n&&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===n);if(o||(o={type:n,rules:[]},s.rules.push(o)),s.keywords[t]=!0,!e)return;let a={keyword:t,definition:{...e,type:(0,ip.getJSONTypes)(e.type),schemaType:(0,ip.getJSONTypes)(e.schemaType)}};e.before?qW.call(this,o,a,e.before):o.rules.push(a),s.all[t]=a,(r=e.implements)===null||r===void 0||r.forEach(c=>this.addKeyword(c))}function qW(t,e,n){let r=t.rules.findIndex(i=>i.keyword===n);r>=0?t.rules.splice(r,0,e):(t.rules.push(e),this.logger.warn(`rule ${n} is not defined`))}function jW(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=iI(e)),t.validateSchema=this.compile(e,!0))}var FW={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function iI(t){return{anyOf:[t,FW]}}});var oI=k(nT=>{"use strict";Object.defineProperty(nT,"__esModule",{value:!0});var BW={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};nT.default=BW});var ap=k(Ws=>{"use strict";Object.defineProperty(Ws,"__esModule",{value:!0});Ws.callRef=Ws.getValidate=void 0;var UW=_l(),aI=or(),In=fe(),Sa=sr(),cI=El(),sp=Te(),VW={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:n,it:r}=t,{baseId:i,schemaEnv:s,validateName:o,opts:a,self:c}=r,{root:l}=s;if((n==="#"||n==="#/")&&i===l.baseId)return d();let u=cI.resolveRef.call(c,l,i,n);if(u===void 0)throw new UW.default(r.opts.uriResolver,i,n);if(u instanceof cI.SchemaEnv)return f(u);return h(u);function d(){if(s===l)return op(t,o,s,s.$async);let y=e.scopeValue("root",{ref:l});return op(t,(0,In._)`${y}.validate`,l,l.$async)}function f(y){let p=lI(t,y);op(t,p,y,y.$async)}function h(y){let p=e.scopeValue("schema",a.code.source===!0?{ref:y,code:(0,In.stringify)(y)}:{ref:y}),T=e.name("valid"),_=t.subschema({schema:y,dataTypes:[],schemaPath:In.nil,topSchemaRef:p,errSchemaPath:n},T);t.mergeEvaluated(_),t.ok(T)}}};function lI(t,e){let{gen:n}=t;return e.validate?n.scopeValue("validate",{ref:e.validate}):(0,In._)`${n.scopeValue("wrapper",{ref:e})}.validate`}Ws.getValidate=lI;function op(t,e,n,r){let{gen:i,it:s}=t,{allErrors:o,schemaEnv:a,opts:c}=s,l=c.passContext?Sa.default.this:In.nil;r?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,In._)`await ${(0,aI.callValidateCode)(t,e,l)}`),h(e),o||i.assign(y,!0)},p=>{i.if((0,In._)`!(${p} instanceof ${s.ValidationError})`,()=>i.throw(p)),f(p),o||i.assign(y,!1)}),t.ok(y)}function d(){t.result((0,aI.callValidateCode)(t,e,l),()=>h(e),()=>f(e))}function f(y){let p=(0,In._)`${y}.errors`;i.assign(Sa.default.vErrors,(0,In._)`${Sa.default.vErrors} === null ? ${p} : ${Sa.default.vErrors}.concat(${p})`),i.assign(Sa.default.errors,(0,In._)`${Sa.default.vErrors}.length`)}function h(y){var p;if(!s.opts.unevaluated)return;let T=(p=n?.validate)===null||p===void 0?void 0:p.evaluated;if(s.props!==!0)if(T&&!T.dynamicProps)T.props!==void 0&&(s.props=sp.mergeEvaluated.props(i,T.props,s.props));else{let _=i.var("props",(0,In._)`${y}.evaluated.props`);s.props=sp.mergeEvaluated.props(i,_,s.props,In.Name)}if(s.items!==!0)if(T&&!T.dynamicItems)T.items!==void 0&&(s.items=sp.mergeEvaluated.items(i,T.items,s.items));else{let _=i.var("items",(0,In._)`${y}.evaluated.items`);s.items=sp.mergeEvaluated.items(i,_,s.items,In.Name)}}}Ws.callRef=op;Ws.default=VW});var uI=k(rT=>{"use strict";Object.defineProperty(rT,"__esModule",{value:!0});var zW=oI(),WW=ap(),HW=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",zW.default,WW.default];rT.default=HW});var dI=k(iT=>{"use strict";Object.defineProperty(iT,"__esModule",{value:!0});var cp=fe(),ls=cp.operators,lp={maximum:{okStr:"<=",ok:ls.LTE,fail:ls.GT},minimum:{okStr:">=",ok:ls.GTE,fail:ls.LT},exclusiveMaximum:{okStr:"<",ok:ls.LT,fail:ls.GTE},exclusiveMinimum:{okStr:">",ok:ls.GT,fail:ls.LTE}},GW={message:({keyword:t,schemaCode:e})=>(0,cp.str)`must be ${lp[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,cp._)`{comparison: ${lp[t].okStr}, limit: ${e}}`},YW={keyword:Object.keys(lp),type:"number",schemaType:"number",$data:!0,error:GW,code(t){let{keyword:e,data:n,schemaCode:r}=t;t.fail$data((0,cp._)`${n} ${lp[e].fail} ${r} || isNaN(${n})`)}};iT.default=YW});var fI=k(sT=>{"use strict";Object.defineProperty(sT,"__esModule",{value:!0});var Rl=fe(),KW={message:({schemaCode:t})=>(0,Rl.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,Rl._)`{multipleOf: ${t}}`},XW={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:KW,code(t){let{gen:e,data:n,schemaCode:r,it:i}=t,s=i.opts.multipleOfPrecision,o=e.let("res"),a=s?(0,Rl._)`Math.abs(Math.round(${o}) - ${o}) > 1e-${s}`:(0,Rl._)`${o} !== parseInt(${o})`;t.fail$data((0,Rl._)`(${r} === 0 || (${o} = ${n}/${r}, ${a}))`)}};sT.default=XW});var pI=k(oT=>{"use strict";Object.defineProperty(oT,"__esModule",{value:!0});function hI(t){let e=t.length,n=0,r=0,i;for(;r<e;)n++,i=t.charCodeAt(r++),i>=55296&&i<=56319&&r<e&&(i=t.charCodeAt(r),(i&64512)===56320&&r++);return n}oT.default=hI;hI.code='require("ajv/dist/runtime/ucs2length").default'});var mI=k(aT=>{"use strict";Object.defineProperty(aT,"__esModule",{value:!0});var Hs=fe(),JW=Te(),QW=pI(),ZW={message({keyword:t,schemaCode:e}){let n=t==="maxLength"?"more":"fewer";return(0,Hs.str)`must NOT have ${n} than ${e} characters`},params:({schemaCode:t})=>(0,Hs._)`{limit: ${t}}`},eH={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:ZW,code(t){let{keyword:e,data:n,schemaCode:r,it:i}=t,s=e==="maxLength"?Hs.operators.GT:Hs.operators.LT,o=i.opts.unicode===!1?(0,Hs._)`${n}.length`:(0,Hs._)`${(0,JW.useFunc)(t.gen,QW.default)}(${n})`;t.fail$data((0,Hs._)`${o} ${s} ${r}`)}};aT.default=eH});var gI=k(cT=>{"use strict";Object.defineProperty(cT,"__esModule",{value:!0});var tH=or(),up=fe(),nH={message:({schemaCode:t})=>(0,up.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,up._)`{pattern: ${t}}`},rH={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:nH,code(t){let{data:e,$data:n,schema:r,schemaCode:i,it:s}=t,o=s.opts.unicodeRegExp?"u":"",a=n?(0,up._)`(new RegExp(${i}, ${o}))`:(0,tH.usePattern)(t,r);t.fail$data((0,up._)`!${a}.test(${e})`)}};cT.default=rH});var yI=k(lT=>{"use strict";Object.defineProperty(lT,"__esModule",{value:!0});var Cl=fe(),iH={message({keyword:t,schemaCode:e}){let n=t==="maxProperties"?"more":"fewer";return(0,Cl.str)`must NOT have ${n} than ${e} properties`},params:({schemaCode:t})=>(0,Cl._)`{limit: ${t}}`},sH={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:iH,code(t){let{keyword:e,data:n,schemaCode:r}=t,i=e==="maxProperties"?Cl.operators.GT:Cl.operators.LT;t.fail$data((0,Cl._)`Object.keys(${n}).length ${i} ${r}`)}};lT.default=sH});var vI=k(uT=>{"use strict";Object.defineProperty(uT,"__esModule",{value:!0});var Dl=or(),Al=fe(),oH=Te(),aH={message:({params:{missingProperty:t}})=>(0,Al.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Al._)`{missingProperty: ${t}}`},cH={keyword:"required",type:"object",schemaType:"array",$data:!0,error:aH,code(t){let{gen:e,schema:n,schemaCode:r,data:i,$data:s,it:o}=t,{opts:a}=o;if(!s&&n.length===0)return;let c=n.length>=a.loopRequired;if(o.allErrors?l():u(),a.strictRequired){let h=t.parentSchema.properties,{definedProperties:y}=t.it;for(let p of n)if(h?.[p]===void 0&&!y.has(p)){let T=o.schemaEnv.baseId+o.errSchemaPath,_=`required property "${p}" is not defined at "${T}" (strictRequired)`;(0,oH.checkStrictMode)(o,_,o.opts.strictRequired)}}function l(){if(c||s)t.block$data(Al.nil,d);else for(let h of n)(0,Dl.checkReportMissingProp)(t,h)}function u(){let h=e.let("missing");if(c||s){let y=e.let("valid",!0);t.block$data(y,()=>f(h,y)),t.ok(y)}else e.if((0,Dl.checkMissingProp)(t,n,h)),(0,Dl.reportMissingProp)(t,h),e.else()}function d(){e.forOf("prop",r,h=>{t.setParams({missingProperty:h}),e.if((0,Dl.noPropertyInData)(e,i,h,a.ownProperties),()=>t.error())})}function f(h,y){t.setParams({missingProperty:h}),e.forOf(h,r,()=>{e.assign(y,(0,Dl.propertyInData)(e,i,h,a.ownProperties)),e.if((0,Al.not)(y),()=>{t.error(),e.break()})},Al.nil)}}};uT.default=cH});var bI=k(dT=>{"use strict";Object.defineProperty(dT,"__esModule",{value:!0});var Ol=fe(),lH={message({keyword:t,schemaCode:e}){let n=t==="maxItems"?"more":"fewer";return(0,Ol.str)`must NOT have ${n} than ${e} items`},params:({schemaCode:t})=>(0,Ol._)`{limit: ${t}}`},uH={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:lH,code(t){let{keyword:e,data:n,schemaCode:r}=t,i=e==="maxItems"?Ol.operators.GT:Ol.operators.LT;t.fail$data((0,Ol._)`${n}.length ${i} ${r}`)}};dT.default=uH});var dp=k(fT=>{"use strict";Object.defineProperty(fT,"__esModule",{value:!0});var TI=$b();TI.code='require("ajv/dist/runtime/equal").default';fT.default=TI});var SI=k(pT=>{"use strict";Object.defineProperty(pT,"__esModule",{value:!0});var hT=yl(),Xt=fe(),dH=Te(),fH=dp(),hH={message:({params:{i:t,j:e}})=>(0,Xt.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Xt._)`{i: ${t}, j: ${e}}`},pH={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:hH,code(t){let{gen:e,data:n,$data:r,schema:i,parentSchema:s,schemaCode:o,it:a}=t;if(!r&&!i)return;let c=e.let("valid"),l=s.items?(0,hT.getSchemaTypes)(s.items):[];t.block$data(c,u,(0,Xt._)`${o} === false`),t.ok(c);function u(){let y=e.let("i",(0,Xt._)`${n}.length`),p=e.let("j");t.setParams({i:y,j:p}),e.assign(c,!0),e.if((0,Xt._)`${y} > 1`,()=>(d()?f:h)(y,p))}function d(){return l.length>0&&!l.some(y=>y==="object"||y==="array")}function f(y,p){let T=e.name("item"),_=(0,hT.checkDataTypes)(l,T,a.opts.strictNumbers,hT.DataType.Wrong),v=e.const("indices",(0,Xt._)`{}`);e.for((0,Xt._)`;${y}--;`,()=>{e.let(T,(0,Xt._)`${n}[${y}]`),e.if(_,(0,Xt._)`continue`),l.length>1&&e.if((0,Xt._)`typeof ${T} == "string"`,(0,Xt._)`${T} += "_"`),e.if((0,Xt._)`typeof ${v}[${T}] == "number"`,()=>{e.assign(p,(0,Xt._)`${v}[${T}]`),t.error(),e.assign(c,!1).break()}).code((0,Xt._)`${v}[${T}] = ${y}`)})}function h(y,p){let T=(0,dH.useFunc)(e,fH.default),_=e.name("outer");e.label(_).for((0,Xt._)`;${y}--;`,()=>e.for((0,Xt._)`${p} = ${y}; ${p}--;`,()=>e.if((0,Xt._)`${T}(${n}[${y}], ${n}[${p}])`,()=>{t.error(),e.assign(c,!1).break(_)})))}}};pT.default=pH});var _I=k(gT=>{"use strict";Object.defineProperty(gT,"__esModule",{value:!0});var mT=fe(),mH=Te(),gH=dp(),yH={message:"must be equal to constant",params:({schemaCode:t})=>(0,mT._)`{allowedValue: ${t}}`},vH={keyword:"const",$data:!0,error:yH,code(t){let{gen:e,data:n,$data:r,schemaCode:i,schema:s}=t;r||s&&typeof s=="object"?t.fail$data((0,mT._)`!${(0,mH.useFunc)(e,gH.default)}(${n}, ${i})`):t.fail((0,mT._)`${s} !== ${n}`)}};gT.default=vH});var EI=k(yT=>{"use strict";Object.defineProperty(yT,"__esModule",{value:!0});var Il=fe(),bH=Te(),TH=dp(),SH={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Il._)`{allowedValues: ${t}}`},_H={keyword:"enum",schemaType:"array",$data:!0,error:SH,code(t){let{gen:e,data:n,$data:r,schema:i,schemaCode:s,it:o}=t;if(!r&&i.length===0)throw new Error("enum must have non-empty array");let a=i.length>=o.opts.loopEnum,c,l=()=>c??(c=(0,bH.useFunc)(e,TH.default)),u;if(a||r)u=e.let("valid"),t.block$data(u,d);else{if(!Array.isArray(i))throw new Error("ajv implementation error");let h=e.const("vSchema",s);u=(0,Il.or)(...i.map((y,p)=>f(h,p)))}t.pass(u);function d(){e.assign(u,!1),e.forOf("v",s,h=>e.if((0,Il._)`${l()}(${n}, ${h})`,()=>e.assign(u,!0).break()))}function f(h,y){let p=i[y];return typeof p=="object"&&p!==null?(0,Il._)`${l()}(${n}, ${h}[${y}])`:(0,Il._)`${n} === ${p}`}}};yT.default=_H});var wI=k(vT=>{"use strict";Object.defineProperty(vT,"__esModule",{value:!0});var EH=dI(),wH=fI(),kH=mI(),NH=gI(),PH=yI(),RH=vI(),CH=bI(),DH=SI(),AH=_I(),OH=EI(),IH=[EH.default,wH.default,kH.default,NH.default,PH.default,RH.default,CH.default,DH.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},AH.default,OH.default];vT.default=IH});var TT=k(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});xl.validateAdditionalItems=void 0;var Gs=fe(),bT=Te(),xH={message:({params:{len:t}})=>(0,Gs.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Gs._)`{limit: ${t}}`},MH={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:xH,code(t){let{parentSchema:e,it:n}=t,{items:r}=e;if(!Array.isArray(r)){(0,bT.checkStrictMode)(n,'"additionalItems" is ignored when "items" is not an array of schemas');return}kI(t,r)}};function kI(t,e){let{gen:n,schema:r,data:i,keyword:s,it:o}=t;o.items=!0;let a=n.const("len",(0,Gs._)`${i}.length`);if(r===!1)t.setParams({len:e.length}),t.pass((0,Gs._)`${a} <= ${e.length}`);else if(typeof r=="object"&&!(0,bT.alwaysValidSchema)(o,r)){let l=n.var("valid",(0,Gs._)`${a} <= ${e.length}`);n.if((0,Gs.not)(l),()=>c(l)),t.ok(l)}function c(l){n.forRange("i",e.length,a,u=>{t.subschema({keyword:s,dataProp:u,dataPropType:bT.Type.Num},l),o.allErrors||n.if((0,Gs.not)(l),()=>n.break())})}}xl.validateAdditionalItems=kI;xl.default=MH});var ST=k(Ml=>{"use strict";Object.defineProperty(Ml,"__esModule",{value:!0});Ml.validateTuple=void 0;var NI=fe(),fp=Te(),LH=or(),$H={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:n}=t;if(Array.isArray(e))return PI(t,"additionalItems",e);n.items=!0,!(0,fp.alwaysValidSchema)(n,e)&&t.ok((0,LH.validateArray)(t))}};function PI(t,e,n=t.schema){let{gen:r,parentSchema:i,data:s,keyword:o,it:a}=t;u(i),a.opts.unevaluated&&n.length&&a.items!==!0&&(a.items=fp.mergeEvaluated.items(r,n.length,a.items));let c=r.name("valid"),l=r.const("len",(0,NI._)`${s}.length`);n.forEach((d,f)=>{(0,fp.alwaysValidSchema)(a,d)||(r.if((0,NI._)`${l} > ${f}`,()=>t.subschema({keyword:o,schemaProp:f,dataProp:f},c)),t.ok(c))});function u(d){let{opts:f,errSchemaPath:h}=a,y=n.length,p=y===d.minItems&&(y===d.maxItems||d[e]===!1);if(f.strictTuples&&!p){let T=`"${o}" is ${y}-tuple, but minItems or maxItems/${e} are not specified or different at path "${h}"`;(0,fp.checkStrictMode)(a,T,f.strictTuples)}}}Ml.validateTuple=PI;Ml.default=$H});var RI=k(_T=>{"use strict";Object.defineProperty(_T,"__esModule",{value:!0});var qH=ST(),jH={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,qH.validateTuple)(t,"items")};_T.default=jH});var DI=k(ET=>{"use strict";Object.defineProperty(ET,"__esModule",{value:!0});var CI=fe(),FH=Te(),BH=or(),UH=TT(),VH={message:({params:{len:t}})=>(0,CI.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,CI._)`{limit: ${t}}`},zH={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:VH,code(t){let{schema:e,parentSchema:n,it:r}=t,{prefixItems:i}=n;r.items=!0,!(0,FH.alwaysValidSchema)(r,e)&&(i?(0,UH.validateAdditionalItems)(t,i):t.ok((0,BH.validateArray)(t)))}};ET.default=zH});var AI=k(wT=>{"use strict";Object.defineProperty(wT,"__esModule",{value:!0});var cr=fe(),hp=Te(),WH={message:({params:{min:t,max:e}})=>e===void 0?(0,cr.str)`must contain at least ${t} valid item(s)`:(0,cr.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,cr._)`{minContains: ${t}}`:(0,cr._)`{minContains: ${t}, maxContains: ${e}}`},HH={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:WH,code(t){let{gen:e,schema:n,parentSchema:r,data:i,it:s}=t,o,a,{minContains:c,maxContains:l}=r;s.opts.next?(o=c===void 0?1:c,a=l):o=1;let u=e.const("len",(0,cr._)`${i}.length`);if(t.setParams({min:o,max:a}),a===void 0&&o===0){(0,hp.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&o>a){(0,hp.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,hp.alwaysValidSchema)(s,n)){let p=(0,cr._)`${u} >= ${o}`;a!==void 0&&(p=(0,cr._)`${p} && ${u} <= ${a}`),t.pass(p);return}s.items=!0;let d=e.name("valid");a===void 0&&o===1?h(d,()=>e.if(d,()=>e.break())):o===0?(e.let(d,!0),a!==void 0&&e.if((0,cr._)`${i}.length > 0`,f)):(e.let(d,!1),f()),t.result(d,()=>t.reset());function f(){let p=e.name("_valid"),T=e.let("count",0);h(p,()=>e.if(p,()=>y(T)))}function h(p,T){e.forRange("i",0,u,_=>{t.subschema({keyword:"contains",dataProp:_,dataPropType:hp.Type.Num,compositeRule:!0},p),T()})}function y(p){e.code((0,cr._)`${p}++`),a===void 0?e.if((0,cr._)`${p} >= ${o}`,()=>e.assign(d,!0).break()):(e.if((0,cr._)`${p} > ${a}`,()=>e.assign(d,!1).break()),o===1?e.assign(d,!0):e.if((0,cr._)`${p} >= ${o}`,()=>e.assign(d,!0)))}}};wT.default=HH});var pp=k(ti=>{"use strict";Object.defineProperty(ti,"__esModule",{value:!0});ti.validateSchemaDeps=ti.validatePropertyDeps=ti.error=void 0;var kT=fe(),GH=Te(),Ll=or();ti.error={message:({params:{property:t,depsCount:e,deps:n}})=>{let r=e===1?"property":"properties";return(0,kT.str)`must have ${r} ${n} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:n,missingProperty:r}})=>(0,kT._)`{property: ${t},
|
|
180
|
-
missingProperty: ${
|
|
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
181
|
depsCount: ${e},
|
|
182
|
-
deps: ${n}}`};var YH={keyword:"dependencies",type:"object",schemaType:"object",error:ti.error,code(t){let[e,n]=KH(t);OI(t,e),II(t,n)}};function KH({schema:t}){let e={},n={};for(let r in t){if(r==="__proto__")continue;let i=Array.isArray(t[r])?e:n;i[r]=t[r]}return[e,n]}function OI(t,e=t.schema){let{gen:n,data:r,it:i}=t;if(Object.keys(e).length===0)return;let s=n.let("missing");for(let o in e){let a=e[o];if(a.length===0)continue;let c=(0,Ll.propertyInData)(n,r,o,i.opts.ownProperties);t.setParams({property:o,depsCount:a.length,deps:a.join(", ")}),i.allErrors?n.if(c,()=>{for(let l of a)(0,Ll.checkReportMissingProp)(t,l)}):(n.if((0,kT._)`${c} && (${(0,Ll.checkMissingProp)(t,a,s)})`),(0,Ll.reportMissingProp)(t,s),n.else())}}ti.validatePropertyDeps=OI;function II(t,e=t.schema){let{gen:n,data:r,keyword:i,it:s}=t,o=n.name("valid");for(let a in e)(0,GH.alwaysValidSchema)(s,e[a])||(n.if((0,Ll.propertyInData)(n,r,a,s.opts.ownProperties),()=>{let c=t.subschema({keyword:i,schemaProp:a},o);t.mergeValidEvaluated(c,o)},()=>n.var(o,!0)),t.ok(o))}ti.validateSchemaDeps=II;ti.default=YH});var MI=k(NT=>{"use strict";Object.defineProperty(NT,"__esModule",{value:!0});var xI=fe(),XH=Te(),JH={message:"property name must be valid",params:({params:t})=>(0,xI._)`{propertyName: ${t.propertyName}}`},QH={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:JH,code(t){let{gen:e,schema:n,data:r,it:i}=t;if((0,XH.alwaysValidSchema)(i,n))return;let s=e.name("valid");e.forIn("key",r,o=>{t.setParams({propertyName:o}),t.subschema({keyword:"propertyNames",data:o,dataTypes:["string"],propertyName:o,compositeRule:!0},s),e.if((0,xI.not)(s),()=>{t.error(!0),i.allErrors||e.break()})}),t.ok(s)}};NT.default=QH});var RT=k(PT=>{"use strict";Object.defineProperty(PT,"__esModule",{value:!0});var mp=or(),Or=fe(),ZH=sr(),gp=Te(),eG={message:"must NOT have additional properties",params:({params:t})=>(0,Or._)`{additionalProperty: ${t.additionalProperty}}`},tG={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:eG,code(t){let{gen:e,schema:n,parentSchema:r,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,gp.alwaysValidSchema)(o,n))return;let l=(0,mp.allSchemaProperties)(r.properties),u=(0,mp.allSchemaProperties)(r.patternProperties);d(),t.ok((0,Or._)`${s} === ${ZH.default.errors}`);function d(){e.forIn("key",i,T=>{!l.length&&!u.length?y(T):e.if(f(T),()=>y(T))})}function f(T){let _;if(l.length>8){let v=(0,gp.schemaRefOrVal)(o,r.properties,"properties");_=(0,mp.isOwnProperty)(e,v,T)}else l.length?_=(0,Or.or)(...l.map(v=>(0,Or._)`${T} === ${v}`)):_=Or.nil;return u.length&&(_=(0,Or.or)(_,...u.map(v=>(0,Or._)`${(0,mp.usePattern)(t,v)}.test(${T})`))),(0,Or.not)(_)}function h(T){e.code((0,Or._)`delete ${i}[${T}]`)}function y(T){if(c.removeAdditional==="all"||c.removeAdditional&&n===!1){h(T);return}if(n===!1){t.setParams({additionalProperty:T}),t.error(),a||e.break();return}if(typeof n=="object"&&!(0,gp.alwaysValidSchema)(o,n)){let _=e.name("valid");c.removeAdditional==="failing"?(p(T,_,!1),e.if((0,Or.not)(_),()=>{t.reset(),h(T)})):(p(T,_),a||e.if((0,Or.not)(_),()=>e.break()))}}function p(T,_,v){let b={keyword:"additionalProperties",dataProp:T,dataPropType:gp.Type.Str};v===!1&&Object.assign(b,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(b,_)}}};PT.default=tG});var qI=k(DT=>{"use strict";Object.defineProperty(DT,"__esModule",{value:!0});var nG=Sl(),LI=or(),CT=Te(),$I=RT(),rG={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:n,parentSchema:r,data:i,it:s}=t;s.opts.removeAdditional==="all"&&r.additionalProperties===void 0&&$I.default.code(new nG.KeywordCxt(s,$I.default,"additionalProperties"));let o=(0,LI.allSchemaProperties)(n);for(let d of o)s.definedProperties.add(d);s.opts.unevaluated&&o.length&&s.props!==!0&&(s.props=CT.mergeEvaluated.props(e,(0,CT.toHash)(o),s.props));let a=o.filter(d=>!(0,CT.alwaysValidSchema)(s,n[d]));if(a.length===0)return;let c=e.name("valid");for(let d of a)l(d)?u(d):(e.if((0,LI.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&&n[d].default!==void 0}function u(d){t.subschema({keyword:"properties",schemaProp:d,dataProp:d},c)}}};DT.default=rG});var UI=k(AT=>{"use strict";Object.defineProperty(AT,"__esModule",{value:!0});var jI=or(),yp=fe(),FI=Te(),BI=Te(),iG={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:n,data:r,parentSchema:i,it:s}=t,{opts:o}=s,a=(0,jI.allSchemaProperties)(n),c=a.filter(p=>(0,FI.alwaysValidSchema)(s,n[p]));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 yp.Name)&&(s.props=(0,BI.evaluatedPropsToName)(e,s.props));let{props:d}=s;f();function f(){for(let p of a)l&&h(p),s.allErrors?y(p):(e.var(u,!0),y(p),e.if(u))}function h(p){for(let T in l)new RegExp(p).test(T)&&(0,FI.checkStrictMode)(s,`property ${T} matches pattern ${p} (use allowMatchingProperties)`)}function y(p){e.forIn("key",r,T=>{e.if((0,yp._)`${(0,jI.usePattern)(t,p)}.test(${T})`,()=>{let _=c.includes(p);_||t.subschema({keyword:"patternProperties",schemaProp:p,dataProp:T,dataPropType:BI.Type.Str},u),s.opts.unevaluated&&d!==!0?e.assign((0,yp._)`${d}[${T}]`,!0):!_&&!s.allErrors&&e.if((0,yp.not)(u),()=>e.break())})})}}};AT.default=iG});var VI=k(OT=>{"use strict";Object.defineProperty(OT,"__esModule",{value:!0});var sG=Te(),oG={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:n,it:r}=t;if((0,sG.alwaysValidSchema)(r,n)){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"}};OT.default=oG});var zI=k(IT=>{"use strict";Object.defineProperty(IT,"__esModule",{value:!0});var aG=or(),cG={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:aG.validateUnion,error:{message:"must match a schema in anyOf"}};IT.default=cG});var WI=k(xT=>{"use strict";Object.defineProperty(xT,"__esModule",{value:!0});var vp=fe(),lG=Te(),uG={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,vp._)`{passingSchemas: ${t.passing}}`},dG={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:uG,code(t){let{gen:e,schema:n,parentSchema:r,it:i}=t;if(!Array.isArray(n))throw new Error("ajv implementation error");if(i.opts.discriminator&&r.discriminator)return;let s=n,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,lG.alwaysValidSchema)(i,u)?e.var(c,!0):f=t.subschema({keyword:"oneOf",schemaProp:d,compositeRule:!0},c),d>0&&e.if((0,vp._)`${c} && ${o}`).assign(o,!1).assign(a,(0,vp._)`[${a}, ${d}]`).else(),e.if(c,()=>{e.assign(o,!0),e.assign(a,d),f&&t.mergeEvaluated(f,vp.Name)})})}}};xT.default=dG});var HI=k(MT=>{"use strict";Object.defineProperty(MT,"__esModule",{value:!0});var fG=Te(),hG={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:n,it:r}=t;if(!Array.isArray(n))throw new Error("ajv implementation error");let i=e.name("valid");n.forEach((s,o)=>{if((0,fG.alwaysValidSchema)(r,s))return;let a=t.subschema({keyword:"allOf",schemaProp:o},i);t.ok(i),t.mergeEvaluated(a)})}};MT.default=hG});var KI=k(LT=>{"use strict";Object.defineProperty(LT,"__esModule",{value:!0});var bp=fe(),YI=Te(),pG={message:({params:t})=>(0,bp.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,bp._)`{failingKeyword: ${t.ifClause}}`},mG={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:pG,code(t){let{gen:e,parentSchema:n,it:r}=t;n.then===void 0&&n.else===void 0&&(0,YI.checkStrictMode)(r,'"if" without "then" and "else" is ignored');let i=GI(r,"then"),s=GI(r,"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,bp.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,bp._)`${u}`):t.setParams({ifClause:u})}}}};function GI(t,e){let n=t.schema[e];return n!==void 0&&!(0,YI.alwaysValidSchema)(t,n)}LT.default=mG});var XI=k($T=>{"use strict";Object.defineProperty($T,"__esModule",{value:!0});var gG=Te(),yG={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:n}){e.if===void 0&&(0,gG.checkStrictMode)(n,`"${t}" without "if" is ignored`)}};$T.default=yG});var JI=k(qT=>{"use strict";Object.defineProperty(qT,"__esModule",{value:!0});var vG=TT(),bG=RI(),TG=ST(),SG=DI(),_G=AI(),EG=pp(),wG=MI(),kG=RT(),NG=qI(),PG=UI(),RG=VI(),CG=zI(),DG=WI(),AG=HI(),OG=KI(),IG=XI();function xG(t=!1){let e=[RG.default,CG.default,DG.default,AG.default,OG.default,IG.default,wG.default,kG.default,EG.default,NG.default,PG.default];return t?e.push(bG.default,SG.default):e.push(vG.default,TG.default),e.push(_G.default),e}qT.default=xG});var QI=k(jT=>{"use strict";Object.defineProperty(jT,"__esModule",{value:!0});var kt=fe(),MG={message:({schemaCode:t})=>(0,kt.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,kt._)`{format: ${t}}`},LG={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:MG,code(t,e){let{gen:n,data:r,$data:i,schema:s,schemaCode:o,it:a}=t,{opts:c,errSchemaPath:l,schemaEnv:u,self:d}=a;if(!c.validateFormats)return;i?f():h();function f(){let y=n.scopeValue("formats",{ref:d.formats,code:c.code.formats}),p=n.const("fDef",(0,kt._)`${y}[${o}]`),T=n.let("fType"),_=n.let("format");n.if((0,kt._)`typeof ${p} == "object" && !(${p} instanceof RegExp)`,()=>n.assign(T,(0,kt._)`${p}.type || "string"`).assign(_,(0,kt._)`${p}.validate`),()=>n.assign(T,(0,kt._)`"string"`).assign(_,p)),t.fail$data((0,kt.or)(v(),b()));function v(){return c.strictSchema===!1?kt.nil:(0,kt._)`${o} && !${_}`}function b(){let w=u.$async?(0,kt._)`(${p}.async ? await ${_}(${r}) : ${_}(${r}))`:(0,kt._)`${_}(${r})`,C=(0,kt._)`(typeof ${_} == "function" ? ${w} : ${_}.test(${r}))`;return(0,kt._)`${_} && ${_} !== true && ${T} === ${e} && !${C}`}}function h(){let y=d.formats[s];if(!y){v();return}if(y===!0)return;let[p,T,_]=b(y);p===e&&t.pass(w());function v(){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 b(C){let x=C instanceof RegExp?(0,kt.regexpCode)(C):c.code.formats?(0,kt._)`${c.code.formats}${(0,kt.getProperty)(s)}`:void 0,B=n.scopeValue("formats",{key:s,ref:C,code:x});return typeof C=="object"&&!(C instanceof RegExp)?[C.type||"string",C.validate,(0,kt._)`${B}.validate`]:["string",C,B]}function w(){if(typeof y=="object"&&!(y instanceof RegExp)&&y.async){if(!u.$async)throw new Error("async format in sync schema");return(0,kt._)`await ${_}(${r})`}return typeof T=="function"?(0,kt._)`${_}(${r})`:(0,kt._)`${_}.test(${r})`}}}};jT.default=LG});var ZI=k(FT=>{"use strict";Object.defineProperty(FT,"__esModule",{value:!0});var $G=QI(),qG=[$G.default];FT.default=qG});var ex=k(_a=>{"use strict";Object.defineProperty(_a,"__esModule",{value:!0});_a.contentVocabulary=_a.metadataVocabulary=void 0;_a.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];_a.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var nx=k(BT=>{"use strict";Object.defineProperty(BT,"__esModule",{value:!0});var jG=uI(),FG=wI(),BG=JI(),UG=ZI(),tx=ex(),VG=[jG.default,FG.default,(0,BG.default)(),UG.default,tx.metadataVocabulary,tx.contentVocabulary];BT.default=VG});var VT=k($l=>{"use strict";Object.defineProperty($l,"__esModule",{value:!0});$l.dynamicAnchor=void 0;var UT=fe(),zG=sr(),rx=El(),WG=ap(),HG={keyword:"$dynamicAnchor",schemaType:"string",code:t=>ix(t,t.schema)};function ix(t,e){let{gen:n,it:r}=t;r.schemaEnv.root.dynamicAnchors[e]=!0;let i=(0,UT._)`${zG.default.dynamicAnchors}${(0,UT.getProperty)(e)}`,s=r.errSchemaPath==="#"?r.validateName:GG(t);n.if((0,UT._)`!${i}`,()=>n.assign(i,s))}$l.dynamicAnchor=ix;function GG(t){let{schemaEnv:e,schema:n,self:r}=t.it,{root:i,baseId:s,localRefs:o,meta:a}=e.root,{schemaId:c}=r.opts,l=new rx.SchemaEnv({schema:n,schemaId:c,root:i,baseId:s,localRefs:o,meta:a});return rx.compileSchema.call(r,l),(0,WG.getValidate)(t,l)}$l.default=HG});var zT=k(ql=>{"use strict";Object.defineProperty(ql,"__esModule",{value:!0});ql.dynamicRef=void 0;var sx=fe(),YG=sr(),ox=ap(),KG={keyword:"$dynamicRef",schemaType:"string",code:t=>ax(t,t.schema)};function ax(t,e){let{gen:n,keyword:r,it:i}=t;if(e[0]!=="#")throw new Error(`"${r}" only supports hash fragment reference`);let s=e.slice(1);if(i.allErrors)o();else{let c=n.let("valid",!1);o(c),t.ok(c)}function o(c){if(i.schemaEnv.root.dynamicAnchors[s]){let l=n.let("_v",(0,sx._)`${YG.default.dynamicAnchors}${(0,sx.getProperty)(s)}`);n.if(l,a(l,c),a(i.validateName,c))}else a(i.validateName,c)()}function a(c,l){return l?()=>n.block(()=>{(0,ox.callRef)(t,c),n.let(l,!0)}):()=>(0,ox.callRef)(t,c)}}ql.dynamicRef=ax;ql.default=KG});var cx=k(WT=>{"use strict";Object.defineProperty(WT,"__esModule",{value:!0});var XG=VT(),JG=Te(),QG={keyword:"$recursiveAnchor",schemaType:"boolean",code(t){t.schema?(0,XG.dynamicAnchor)(t,""):(0,JG.checkStrictMode)(t.it,"$recursiveAnchor: false is ignored")}};WT.default=QG});var lx=k(HT=>{"use strict";Object.defineProperty(HT,"__esModule",{value:!0});var ZG=zT(),eY={keyword:"$recursiveRef",schemaType:"string",code:t=>(0,ZG.dynamicRef)(t,t.schema)};HT.default=eY});var ux=k(GT=>{"use strict";Object.defineProperty(GT,"__esModule",{value:!0});var tY=VT(),nY=zT(),rY=cx(),iY=lx(),sY=[tY.default,nY.default,rY.default,iY.default];GT.default=sY});var fx=k(YT=>{"use strict";Object.defineProperty(YT,"__esModule",{value:!0});var dx=pp(),oY={keyword:"dependentRequired",type:"object",schemaType:"object",error:dx.error,code:t=>(0,dx.validatePropertyDeps)(t)};YT.default=oY});var hx=k(KT=>{"use strict";Object.defineProperty(KT,"__esModule",{value:!0});var aY=pp(),cY={keyword:"dependentSchemas",type:"object",schemaType:"object",code:t=>(0,aY.validateSchemaDeps)(t)};KT.default=cY});var px=k(XT=>{"use strict";Object.defineProperty(XT,"__esModule",{value:!0});var lY=Te(),uY={keyword:["maxContains","minContains"],type:"array",schemaType:"number",code({keyword:t,parentSchema:e,it:n}){e.contains===void 0&&(0,lY.checkStrictMode)(n,`"${t}" without "contains" is ignored`)}};XT.default=uY});var mx=k(JT=>{"use strict";Object.defineProperty(JT,"__esModule",{value:!0});var dY=fx(),fY=hx(),hY=px(),pY=[dY.default,fY.default,hY.default];JT.default=pY});var yx=k(QT=>{"use strict";Object.defineProperty(QT,"__esModule",{value:!0});var us=fe(),gx=Te(),mY=sr(),gY={message:"must NOT have unevaluated properties",params:({params:t})=>(0,us._)`{unevaluatedProperty: ${t.unevaluatedProperty}}`},yY={keyword:"unevaluatedProperties",type:"object",schemaType:["boolean","object"],trackErrors:!0,error:gY,code(t){let{gen:e,schema:n,data:r,errsCount:i,it:s}=t;if(!i)throw new Error("ajv implementation error");let{allErrors:o,props:a}=s;a instanceof us.Name?e.if((0,us._)`${a} !== true`,()=>e.forIn("key",r,d=>e.if(l(a,d),()=>c(d)))):a!==!0&&e.forIn("key",r,d=>a===void 0?c(d):e.if(u(a,d),()=>c(d))),s.props=!0,t.ok((0,us._)`${i} === ${mY.default.errors}`);function c(d){if(n===!1){t.setParams({unevaluatedProperty:d}),t.error(),o||e.break();return}if(!(0,gx.alwaysValidSchema)(s,n)){let f=e.name("valid");t.subschema({keyword:"unevaluatedProperties",dataProp:d,dataPropType:gx.Type.Str},f),o||e.if((0,us.not)(f),()=>e.break())}}function l(d,f){return(0,us._)`!${d} || !${d}[${f}]`}function u(d,f){let h=[];for(let y in d)d[y]===!0&&h.push((0,us._)`${f} !== ${y}`);return(0,us.and)(...h)}}};QT.default=yY});var bx=k(ZT=>{"use strict";Object.defineProperty(ZT,"__esModule",{value:!0});var Ys=fe(),vx=Te(),vY={message:({params:{len:t}})=>(0,Ys.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,Ys._)`{limit: ${t}}`},bY={keyword:"unevaluatedItems",type:"array",schemaType:["boolean","object"],error:vY,code(t){let{gen:e,schema:n,data:r,it:i}=t,s=i.items||0;if(s===!0)return;let o=e.const("len",(0,Ys._)`${r}.length`);if(n===!1)t.setParams({len:s}),t.fail((0,Ys._)`${o} > ${s}`);else if(typeof n=="object"&&!(0,vx.alwaysValidSchema)(i,n)){let c=e.var("valid",(0,Ys._)`${o} <= ${s}`);e.if((0,Ys.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:vx.Type.Num},c),i.allErrors||e.if((0,Ys.not)(c),()=>e.break())})}}};ZT.default=bY});var Tx=k(eS=>{"use strict";Object.defineProperty(eS,"__esModule",{value:!0});var TY=yx(),SY=bx(),_Y=[TY.default,SY.default];eS.default=_Y});var _x=k(Tp=>{"use strict";Object.defineProperty(Tp,"__esModule",{value:!0});Tp.DiscrError=void 0;var Sx;(function(t){t.Tag="tag",t.Mapping="mapping"})(Sx||(Tp.DiscrError=Sx={}))});var wx=k(nS=>{"use strict";Object.defineProperty(nS,"__esModule",{value:!0});var Ea=fe(),tS=_x(),Ex=El(),EY=_l(),wY=Te(),kY={message:({params:{discrError:t,tagName:e}})=>t===tS.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:n}})=>(0,Ea._)`{error: ${t}, tag: ${n}, tagValue: ${e}}`},NY={keyword:"discriminator",type:"object",schemaType:"object",error:kY,code(t){let{gen:e,data:n,schema:r,parentSchema:i,it:s}=t,{oneOf:o}=i;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=r.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(r.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,Ea._)`${n}${(0,Ea.getProperty)(a)}`);e.if((0,Ea._)`typeof ${l} == "string"`,()=>u(),()=>t.error(!1,{discrError:tS.DiscrError.Tag,tag:l,tagName:a})),t.ok(c);function u(){let h=f();e.if(!1);for(let y in h)e.elseIf((0,Ea._)`${l} === ${y}`),e.assign(c,d(h[y]));e.else(),t.error(!1,{discrError:tS.DiscrError.Mapping,tag:l,tagName:a}),e.endIf()}function d(h){let y=e.name("valid"),p=t.subschema({keyword:"oneOf",schemaProp:h},y);return t.mergeEvaluated(p,Ea.Name),y}function f(){var h;let y={},p=_(i),T=!0;for(let w=0;w<o.length;w++){let C=o[w];if(C?.$ref&&!(0,wY.schemaHasRulesButRef)(C,s.self.RULES)){let B=C.$ref;if(C=Ex.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,B),C instanceof Ex.SchemaEnv&&(C=C.schema),C===void 0)throw new EY.default(s.opts.uriResolver,s.baseId,B)}let x=(h=C?.properties)===null||h===void 0?void 0:h[a];if(typeof x!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);T=T&&(p||_(C)),v(x,w)}if(!T)throw new Error(`discriminator: "${a}" must be required`);return y;function _({required:w}){return Array.isArray(w)&&w.includes(a)}function v(w,C){if(w.const)b(w.const,C);else if(w.enum)for(let x of w.enum)b(x,C);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function b(w,C){if(typeof w!="string"||w in y)throw new Error(`discriminator: "${a}" values must be unique strings`);y[w]=C}}}};nS.default=NY});var kx=k((iae,PY)=>{PY.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 Nx=k((sae,RY)=>{RY.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 Px=k((oae,CY)=>{CY.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 Rx=k((aae,DY)=>{DY.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 Cx=k((cae,AY)=>{AY.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 Dx=k((lae,OY)=>{OY.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 Ax=k((uae,IY)=>{IY.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 Ox=k(rS=>{"use strict";Object.defineProperty(rS,"__esModule",{value:!0});var xY=kx(),MY=Nx(),LY=Px(),$Y=Rx(),qY=Cx(),jY=Dx(),FY=Ax(),BY=["/properties"];function UY(t){return[xY,MY,LY,$Y,e(this,qY),jY,e(this,FY)].forEach(n=>this.addMetaSchema(n,void 0,!1)),this;function e(n,r){return t?n.$dataMetaSchema(r,BY):r}}rS.default=UY});var Ix=k((ut,sS)=>{"use strict";Object.defineProperty(ut,"__esModule",{value:!0});ut.MissingRefError=ut.ValidationError=ut.CodeGen=ut.Name=ut.nil=ut.stringify=ut.str=ut._=ut.KeywordCxt=ut.Ajv2019=void 0;var VY=sI(),zY=nx(),WY=ux(),HY=mx(),GY=Tx(),YY=wx(),KY=Ox(),iS="https://json-schema.org/draft/2019-09/schema",wa=class extends VY.default{constructor(e={}){super({...e,dynamicRef:!0,next:!0,unevaluated:!0})}_addVocabularies(){super._addVocabularies(),this.addVocabulary(WY.default),zY.default.forEach(e=>this.addVocabulary(e)),this.addVocabulary(HY.default),this.addVocabulary(GY.default),this.opts.discriminator&&this.addKeyword(YY.default)}_addDefaultMetaSchema(){super._addDefaultMetaSchema();let{$data:e,meta:n}=this.opts;n&&(KY.default.call(this,e),this.refs["http://json-schema.org/schema"]=iS)}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(iS)?iS:void 0)}};ut.Ajv2019=wa;sS.exports=ut=wa;sS.exports.Ajv2019=wa;Object.defineProperty(ut,"__esModule",{value:!0});ut.default=wa;var XY=Sl();Object.defineProperty(ut,"KeywordCxt",{enumerable:!0,get:function(){return XY.KeywordCxt}});var ka=fe();Object.defineProperty(ut,"_",{enumerable:!0,get:function(){return ka._}});Object.defineProperty(ut,"str",{enumerable:!0,get:function(){return ka.str}});Object.defineProperty(ut,"stringify",{enumerable:!0,get:function(){return ka.stringify}});Object.defineProperty(ut,"nil",{enumerable:!0,get:function(){return ka.nil}});Object.defineProperty(ut,"Name",{enumerable:!0,get:function(){return ka.Name}});Object.defineProperty(ut,"CodeGen",{enumerable:!0,get:function(){return ka.CodeGen}});var JY=Zh();Object.defineProperty(ut,"ValidationError",{enumerable:!0,get:function(){return JY.default}});var QY=_l();Object.defineProperty(ut,"MissingRefError",{enumerable:!0,get:function(){return QY.default}})});var Qe=K(iN());var Ed=class t{constructor(e,n,r,i){this._uri=e,this._languageId=n,this._version=r,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 n=this.offsetAt(e.start),r=this.offsetAt(e.end);return this._content.substring(n,r)}return this._content}update(e,n){for(let r of e)if(t.isIncremental(r)){let i=oN(r.range),s=this.offsetAt(i.start),o=this.offsetAt(i.end);this._content=this._content.substring(0,s)+r.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=sN(r.text,!1,s);if(c-a===u.length)for(let f=0,h=u.length;f<h;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=r.text.length-(o-s);if(d!==0)for(let f=a+1+u.length,h=l.length;f<h;f++)l[f]=l[f]+d}else if(t.isFull(r))this._content=r.text,this._lineOffsets=void 0;else throw new Error("Unknown change event received");this._version=n}getLineOffsets(){return this._lineOffsets===void 0&&(this._lineOffsets=sN(this._content,!0)),this._lineOffsets}positionAt(e){e=Math.max(Math.min(e,this._content.length),0);let n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return{line:0,character:e};for(;r<i;){let o=Math.floor((r+i)/2);n[o]>e?i=o:r=o+1}let s=r-1;return{line:s,character:e-n[s]}}offsetAt(e){let n=this.getLineOffsets();if(e.line>=n.length)return this._content.length;if(e.line<0)return 0;let r=n[e.line],i=e.line+1<n.length?n[e.line+1]:this._content.length;return Math.max(Math.min(r+e.character,i),r)}get lineCount(){return this.getLineOffsets().length}static isIncremental(e){let n=e;return n!=null&&typeof n.text=="string"&&n.range!==void 0&&(n.rangeLength===void 0||typeof n.rangeLength=="number")}static isFull(e){let n=e;return n!=null&&typeof n.text=="string"&&n.range===void 0&&n.rangeLength===void 0}},Po;(function(t){function e(i,s,o,a){return new Ed(i,s,o,a)}t.create=e;function n(i,s,o){if(i instanceof Ed)return i.update(s,o),i;throw new Error("TextDocument.update: document must be created by TextDocument.create")}t.update=n;function r(i,s){let o=i.getText(),a=Ag(s.map(HL),(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=r})(Po||(Po={}));function Ag(t,e){if(t.length<=1)return t;let n=t.length/2|0,r=t.slice(0,n),i=t.slice(n);Ag(r,e),Ag(i,e);let s=0,o=0,a=0;for(;s<r.length&&o<i.length;)e(r[s],i[o])<=0?t[a++]=r[s++]:t[a++]=i[o++];for(;s<r.length;)t[a++]=r[s++];for(;o<i.length;)t[a++]=i[o++];return t}function sN(t,e,n=0){let r=e?[n]:[];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++,r.push(n+i+1))}return r}function oN(t){let e=t.start,n=t.end;return e.line>n.line||e.line===n.line&&e.character>n.character?{start:n,end:e}:t}function HL(t){let e=oN(t.range);return e!==t.range?{newText:t.newText,range:e}:t}var wd=["namespace","class","enum","interface","struct","typeParameter","type","parameter","variable","property","enumMember","decorator","event","function","method","macro","label","comment","string","keyword","number","regexp","operator"],kd=["declaration","definition","readonly","static","deprecated","abstract","async","modification","documentation","defaultLibrary"];var Vd=K(J());var xg=K(require("url")),lN=require("crypto"),uN=require("path");var Ig=K(J());var rn=class{constructor(e,n,r){this.uri=e;this.range=n;this.issues=r}},Nd=class extends rn{constructor(n,r,i,s){super(r,i,s);this.value=n;this.type="STRING"}},Pd=class extends rn{constructor(n,r,i,s){super(r,i,s);this.values=n;this.type="BYTESTRING"}},Rd=class extends rn{constructor(n,r,i,s){super(r,i,s);this.value=n;this.type="ARRAY_VALUE"}},Cd=class extends rn{constructor(n,r,i,s,o){super(i,s,o);this.label=n;this.nodePath=r;this.type="LABEL_REF"}},Dd=class extends rn{constructor(n,r,i,s){super(r,i,s);this.nodePath=n;this.type="NODE_PATH"}},Ad=class extends rn{constructor(n,r,i,s,o){super(i,s,o);this.value=n;this.evaluated=r}},Od=class extends Ad{constructor(n,r,i,s,o){super(n,r,i,s,o);this.type="NUMBER_VALUE"}},Id=class extends Ad{constructor(n,r,i,s,o){super(n,r,i,s,o);this.type="EXPRESSION"}},xd=class extends rn{constructor(n,r,i,s){super(r,i,s);this.value=n}},Md=class extends rn{constructor(n,r,i,s,o){super(i,s,o);this.name=n;this.values=r}},Ld=class extends rn{constructor(n,r,i,s){super(r,i,s);this.address=n}},$d=class extends rn{constructor(n,r,i,s,o,a){super(s,o,a);this.fullName=n;this.name=r;this.address=i}},qd=class extends rn{constructor(n,r,i,s){super(r,i,s);this.name=n}};var Xa=class extends rn{constructor(n,r,i,s,o,a,c){super(o,a,c);this.type=n;this.name=r;this.properties=i;this.nodes=s}},jd=class extends Xa{constructor(e,n,r,i,s,o){super("REF",e,n,r,i,s,o)}},Fd=class extends Xa{constructor(e,n,r,i,s){super("ROOT",null,e,n,r,i,s)}},Bd=class extends Xa{constructor(e,n,r,i,s,o){super("CHILD",e,n,r,i,s,o)}};var wn=K(J()),q=class{constructor(e){this._children=[];this.issues=[];this._fisrtToken=e?.start,this._lastToken=e?.end}addIssue(e){this.issues.push(e)}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 se(e,this.uri)?[this]:this.children.flatMap(n=>n.getTopMostAstNodeForFile(e))}get tokenIndexes(){return{start:this.firstToken,end:this.lastToken}}getDocumentSymbols(e){if(!this.docSymbolsMeta)return this.children.flatMap(r=>r.getDocumentSymbols(e)??[]);if(!se(this.uri,e))return[];let n=te(this);return[{name:this.docSymbolsMeta.name?this.docSymbolsMeta.name:"__UNSET__",kind:this.docSymbolsMeta.kind,range:n,selectionRange:n,children:[...this.children.flatMap(r=>r.getDocumentSymbols(e)??[])]}]}getWorkspaceSymbols(){if(!this.docSymbolsMeta)return this.children.flatMap(r=>r.getWorkspaceSymbols()??[]);let e=this.docSymbolsMeta.kind;if(![wn.SymbolKind.File,wn.SymbolKind.Class,wn.SymbolKind.Constant].some(r=>r===e))return[];let n=te(this);return[{location:wn.Location.create(pe(this.uri),n),name:this.docSymbolsMeta.name?this.docSymbolsMeta.name:"__UNSET__",kind:this.docSymbolsMeta.kind},...this.children.flatMap(r=>r.getWorkspaceSymbols()??[]).filter(r=>r.kind===wn.SymbolKind.File||r.kind===wn.SymbolKind.Class||r.kind===wn.SymbolKind.Constant)]}buildSemanticTokens(e){this._children.forEach(n=>n.buildSemanticTokens(e)),!(!this.semanticTokenType||!this.semanticTokenModifiers)&&e(ci(this.semanticTokenType),li(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(n=>n===e||n.isAncestorOf(e))}toPrettyString(e){return this.toString()}toString(e){return"TODO"}get range(){return wn.Range.create(wn.Position.create(this.firstToken.pos.line,this.firstToken.pos.col),wn.Position.create(this.lastToken.pos.line,this.lastToken.pos.colEnd))}serialize(e){return new rn(this.uri,this.range,this.serializeIssues)}};function GL(t){return t.replace(/'(.)'/g,(e,n)=>n.charCodeAt(0).toString()).replace(/(0x[a-f\d]+|\d+)[ul]*/gi,"$1")}function Og(t){try{return(0,eval)(GL(t))}catch(e){console.log(e)}return t}var tt=class extends q{toJson(){return-1}resolve(e){return aN(this.toString(),e)}evaluate(e){return Og(this.resolve(e))}isTrue(e){return Og(`!!(${this.resolve(e)})`)}toPrettyString(e){let n=this.evaluate(e);return`${n.toString()} /* ${this.toString()}${typeof n=="number"?` = 0x${n.toString(16)}`:""} */`}serialize(e){return new Id(this.toString(),this.evaluate(e),this.uri,this.range,this.serializeIssues)}},ui=class extends tt{constructor(n,r,i){super();this.expression=n;this.wrapped=r;this.join=i;this.addChild(n),i&&(this.addChild(i.operator),this.addChild(i.expression))}get firstToken(){return this.openBracket?this.openBracket:super.firstToken}get lastToken(){return this.closeBracket?this.closeBracket:super.lastToken}addExpression(n,r){this.addChild(n),this.addChild(r)}toString(){let n=this.children.map(r=>r.toString()).join(" ");return this.wrapped?`(${n})`:`${n}`}isTrue(n){let r=`(${this.children.map(i=>i instanceof tt?i.resolve(n):i.toString()).join(" ")})`;return Og(`!!${r}`)}};var jr=class extends tt{constructor(n,r,i){super(r);this.value=n;this.docSymbolsMeta={name:`param${i+1}`,kind:Ig.SymbolKind.Variable},this.semanticTokenType="variable",this.semanticTokenModifiers="declaration"}toString(){return this.value}},Fr=class extends tt{constructor(n,r){super();this.functionName=n;this.params=r;this.addChild(n),this.params.forEach(i=>this.addChild(i))}getDocumentSymbols(n){return se(this.uri,n)?[{name:this.functionName.name,kind:Ig.SymbolKind.Function,range:te(this),selectionRange:te(this),children:this.params.flatMap(r=>r?.getDocumentSymbols(n)??[])}]:[]}toString(){return`${this.functionName.toString()}(${this.params.map(n=>n?.toString()??"<NULL>").join(",")})`}isTrue(n){return this.functionName.name==="defined"?!!(this.params.length===1&&this.params[0]&&n.has(this.params[0].value)):super.isTrue(n)}};var ws=(t,e,n=!0,r=!0)=>({start:{line:t?.pos.line??0,character:n?t?.pos.col??0:(t?.pos.col??0)+(t?.pos.len??0)},end:{line:e?.pos.line??0,character:r?(e?.pos.col??0)+(e?.pos.len??0):e?.pos.col??0}});var te=t=>ws(t.tokenIndexes.start,t.tokenIndexes.end),dN=" ",fN=t=>{dN=t},Ro=()=>dN,ci=t=>wd.findIndex(e=>e===t),li=t=>kd.findIndex(e=>e===t),Mg=(t,e,n)=>!se(t.uri,e)||n.line<t.pos.line?!1:n.line>t.pos.line?!0:n.character>t.pos.colEnd,YL=(t,e,n)=>se(t.uri,e)?n.line<t.pos.line?!0:n.line>t.pos.line?!1:n.character<t.pos.col:!1,Xn=(t,e,n)=>!!(se(t.uri,e)&&t.tokenIndexes?.start&&t.tokenIndexes?.end&&(t.tokenIndexes.start.pos.line<n.line||t.tokenIndexes.start.pos.line===n.line&&t.tokenIndexes.start.pos.col<=n.character)&&(t.tokenIndexes.end.pos.line>n.line||t.tokenIndexes.end.pos.line===n.line&&t.tokenIndexes.end.pos.colEnd>=n.character)),hN=(t,e,n)=>!!(se(t.uri,e)&&t.lastToken.value!==";"&&t.tokenIndexes?.start&&t.tokenIndexes?.end&&(t.tokenIndexes.start.pos.line===n.line||t.tokenIndexes.end.pos.line===n.line)&&n.character>=t.tokenIndexes.end.pos.colEnd),pN=(t,e,n)=>{if(!t)return!1;let i=t.filter(s=>s.pos.line===n.line).at(-1);return i&&i.pos.col>=n.character?!1:e.tokenIndexes?.end===i};var Br=(t,e,n)=>{let r=t,i=t;for(;i;)r=i,i=[...r.children].reverse().find(s=>Xn(s,e,n));return r},Qa=(t,e,n)=>{let r=t,i=t;for(;i;)r=i,i=[...r.children].find(s=>YL(s.lastToken,e,n));return r===t?void 0:r},Za=(t,e,n)=>{let r=t,i=t;for(;i;)r=i,i=[...r.children].reverse().find(s=>Mg(s.firstToken,e,n));return r===t?void 0:r},W=(t,e,n=Vd.DiagnosticSeverity.Error,r=[],i=void 0,s=[],o,a)=>{let c={issues:Array.isArray(t)?t:[t],astElement:e,severity:n,linkedTo:r.map(d=>({ast:d,templateStrings:[]})),tags:i,templateStrings:s,edit:o,codeActionTitle:a},l,u=()=>(l??={severity:c.severity,range:te(c.astElement),message:c.issues?c.issues.map(XL).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.issues.push(u),{raw:c,diagnostic:u}},At=(t,e,n=Vd.DiagnosticSeverity.Error,r=[],i=void 0,s=[],o,a,c=[])=>{let l={issues:Array.isArray(t)?t:[t],astElement:e,severity:n,linkedTo:r.map((f,h)=>({ast:f,templateStrings:c.at(h)??[]})),tags:i,templateStrings:s,edit:o,codeActionTitle:a},u,d=()=>(u??={severity:l.severity,range:te(l.astElement),message:JL(l),source:"devicetree",tags:l.tags,relatedInformation:[...l.linkedTo.map(f=>({message:l.issues.map(h=>QL(h,f.templateStrings)).join(" or "),location:{uri:pe(f.ast.uri),range:te(f.ast)}}))]},u);return l.astElement.issues.push(d),{raw:l,diagnostic:d}},$=(t,e,n=Vd.DiagnosticSeverity.Error,r=[],i=void 0,s=[],o,a)=>{let c={issues:Array.isArray(t)?t:[t],astElement:e,severity:n,linkedTo:r.map(d=>({ast:d,templateStrings:[]})),tags:i,templateStrings:s,edit:o,codeActionTitle:a},l,u=()=>(l??={severity:c.severity,range:te(c.astElement),message:ZL(c),relatedInformation:[...c.linkedTo.map(d=>({message:c.issues.map(e$).join(" or "),location:{uri:pe(d.ast.uri),range:te(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.issues.push(u),{raw:c,diagnostic:u}},mN=(t,e)=>[...t].sort((r,i)=>{let s=e.getSortKey(r),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(!r.tokenIndexes?.end||!i.tokenIndexes?.end)throw new Error("Must have token indexes");return r.tokenIndexes.end.pos.line!==i.tokenIndexes.end.pos.line?r.tokenIndexes.end.pos.line-i.tokenIndexes.end.pos.line:r.tokenIndexes.end.pos.col-i.tokenIndexes.end.pos.col});async function St(t,e,n){let r=Ue(t.textDocument.uri);if(!e)return[];let i=performance.now(),o=(await e.getRuntime()).getDeepestAstNode(r,t.position),a=e.getSortKey(o?.ast);return console.log(`search: ${performance.now()-i}ms`),n(o,l=>{let u=t.position;return se(l.uri,r)?!!(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 z(t,e){return{start:t,end:e??t}}var F=(t,e)=>t?.tokens.some(n=>n===e),Xe=(t,e=!1)=>n=>n?.value&&(e?t.toLowerCase()===n.value.toLowerCase():t===n.value)?"yes":KL(t)(n),Oe=t=>e=>e?.tokens.some(n=>n===t)?"yes":"no",KL=t=>e=>e?.value&&t.startsWith(e.value)?"partial":"no",yr=(t,e)=>!!t&&!!e&&t.pos.line===e.pos.line&&se(t.uri,e.uri),zt=(t,e)=>t?.adjacentToken&&t.adjacentToken.value===e?.value||e?.adjacentToken&&e.adjacentToken.value===t?.value?!0:!!t&&!!e&&yr(t,e)&&t.pos.colEnd===e.pos.col,zd=t=>t.map((e,n)=>({index:n,context:e,files:e.getContextFiles()})),vr=(t,e,n,r)=>{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 n?.getContextFiles().find(s=>se(s,e.uri))?n:zd(t).sort(s=>s.context.id===r?-1:0).find(s=>s.files.some(o=>se(o,e.uri)))?.context},Lg=(t,e)=>zd(t).filter(r=>r.files.some(i=>se(i,e))).map(r=>r.context),gN=t=>{let e=/^(\w+)\s+(.+)$/,n=/^(\w+)\(([^)]*)\)\s+(.+)$/,r=/^(\w+)\(([^)]*),\s*\.\.\.\)\s+(.+)$/,i;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=l.replace(/__VA_ARGS__/g,c.slice(a.length).join(", ")),l}}else 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}}else if(i=e.exec(t)){let[,,s]=i;return s.trim()}},aN=(t,e)=>{let n=o=>o.replace(/(\w+)\s*##\s*(\w+)/g,(a,c,l)=>c+l),r=o=>o.replace(/#(\w+)/g,(a,c)=>`"${c}"`),i=t,s;do s=i,i=n(s),i=r(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},pe=t=>xg.default.pathToFileURL(t).toString(),Ue=t=>nt(xg.default.fileURLToPath(t)),se=(t,e)=>!t||!e?!1:t===e,nt=t=>(0,uN.normalize)(process.platform==="win32"?t.toLowerCase():t),di=t=>(0,lN.createHash)("sha256").update([nt(t.dtsFile),...t.includePaths.map(nt),...t.overlays.map(nt),t.bindingType,...t.zephyrBindings.map(nt),...t.deviceOrgBindingsMetaSchema.map(nt),...t.deviceOrgTreeBindings.map(nt)].join(":")).digest("hex"),XL=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"}},JL=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 "),QL=(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"}},ZL=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]}"`}}).join(" or ").replace("INTRO",`Property "${t.templateStrings[0]}"`).replaceAll("INTRO ",""),e$=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"}},Kn=(t,e)=>{let n=Math.max(t.length,e.length);for(let r=0;r<n;r++){let i=t[t.length-n+r]??0,s=e[e.length-n+r]??0;if(i<s)return-1;if(i>s)return 1}return 0},qi=(t,e)=>{let n=Math.max(t.length,e.length),r=new Array(n).fill(0),i=0;for(let s=0;s<n;s++){let o=t[t.length-1-s]??0,a=e[e.length-1-s]??0,c=o+a+i;r[n-1-s]=c>>>0,i=c>4294967295?1:0}return i&&r.unshift(1),r},t$=(t,e)=>{let n=Math.max(t.length,e.length),r=new Array(n).fill(0),i=0;for(let s=0;s<n;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,r[n-1-s]=o-a>>>0}for(;r.length>1&&r[0]===0;)r.shift();return r},n$=(t,e)=>qi(t,e),yN=(t,e)=>{let n=[];for(let r of t){let i=r.childAddress,s=r.length,o=qi(i,s);if(Kn(e,i)>=0&&Kn(e,o)<0){let a=t$(e,i),c=r.parentAddress,l=n$(c,a),u=qi(c,s);n.push({start:l,end:u,ast:r.ast})}}return n};function vN(t){return Array.isArray(t)&&Array.isArray(t[0])}function ec(t){return!t||t instanceof Fr?t:ec(t.parentNode)}function bN(t,e){let n=t.getText(),r=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=n;for(let s of r){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 cN(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 TN(t,e){return cN(t.end,e.start)>0&&cN(t.start,e.end)<0}var br=K(J());var kN=K(J());var SN=K(J());var je=class extends q{constructor(n,r){super(r);this.value=n;this.semanticTokenType="string",this.semanticTokenModifiers="declaration",this.docSymbolsMeta={name:this.value,kind:SN.SymbolKind.String}}toString(){return`"${this.value.toString()}"`}toJson(){return this.value}serialize(){return new Nd(this.value,this.uri,this.range,this.serializeIssues)}};var EN=K(J());var _N=K(J());var Wt=class extends tt{constructor(n,r){super(r);this.value=n;this.docSymbolsMeta={name:this.value.toString(),kind:_N.SymbolKind.Number},this.semanticTokenType="number",this.semanticTokenModifiers="declaration"}toString(n){return this.value.toString(n)}toJson(){return this.value}toPrettyString(n){let r=this.evaluate(n);return`${r.toString()} /* ${typeof r=="number"?`0x${r.toString(16)}`:""} */`}serialize(){return new Od(this.value.toString(),this.value,this.uri,this.range,this.serializeIssues)}};var Rt=class extends q{constructor(n){super();this.values=n;this.docSymbolsMeta={name:"Cell Array",kind:EN.SymbolKind.Array},this.values.forEach(r=>this.addChild(r))}toString(){return`<${this.values.map(n=>n.toString()).join(" ")}>`}toPrettyString(n){return`<${this.values.map(r=>r.toPrettyString(n)).join(" ")}>`}toJson(){if(this.values.length===1)return this.values[0].value?.toJson();if(this.values.length===2&&this.values.every(n=>n.value instanceof Wt)){let n=new ArrayBuffer(8),r=new DataView(n);return this.values.map(i=>i.value.value).forEach((i,s)=>{r.setUint32(s*4,i)}),r.getBigUint64(0)}return this.values.map(n=>n.value?.toJson()??NaN)}serialize(n){let r=this.values.map(i=>i.value?.serialize(n)??null);return new Rd(r,this.uri,this.range,this.serializeIssues)}};var wN=K(J());var fi=class extends q{constructor(n){super();this.values=n;this.docSymbolsMeta={name:"Byte String Value",kind:wN.SymbolKind.Array},this.values.forEach(r=>this.addChild(r))}toString(){return`[${this.values.map(n=>n.toString(16).padStart(2,"0")).join(" ")}]`}toJson(){return this.values.map(n=>n.value?.toJson()??NaN)}serialize(){return new Pd(this.values.map(n=>n.value?{value:n.value.toString(16),range:n.value.range,evaluated:n.value.value}:null),this.uri,this.range,this.serializeIssues)}};var He=class extends q{constructor(n,r){super(r);this.name=n;this.semanticTokenType="property",this.semanticTokenModifiers="declaration"}toString(){return this.name}serialize(){return new xd(this.name,this.uri,this.range,this.serializeIssues)}},Ge=class extends q{constructor(n,r=[]){super();this.propertyName=n;this.labels=r;this._values=void 0;this.docSymbolsMeta={name:this.propertyName?.name??"Unknown",kind:kN.SymbolKind.Property},this.labels.forEach(i=>this.addChild(i)),this.addChild(n)}set values(n){if(this._values)throw new Error("Only one property name is allowed");this._values=n,this.addChild(n)}get values(){return this._values}get quickValues(){return this.values?.values.map(n=>n?n.value instanceof je?n.value.value:n.value instanceof Rt?n.value.values.map(r=>r.value instanceof Wt?r.value.value:NaN):n.value instanceof fi?n.value.values.map(r=>r.value?.value??NaN):NaN:null)}getFlatAstValues(){return this.values?.values.flatMap(n=>n?n.value instanceof je?n.value:n.value instanceof Rt?n.value.values.map(r=>r.value):n.value instanceof fi?n.value.values.map(r=>r.value):n.value:null)}toString(){return`${this.propertyName?.toString()??"__UNSET__"}${this.assignOperatorToken?` = ${this._values?.values.map(n=>n?.toString()??"NULL").join(", ")??"NULL"}`:""};`}toPrettyString(n){return`${this.propertyName?.toString()??"__UNSET__"}${this.assignOperatorToken?` = ${this._values?.values.map(r=>r?.toPrettyString(n)??"NULL").join(", ")??"NULL"}`:""};`}serialize(n){return new Md(this.propertyName?.serialize()??null,this.values?.values.map(r=>r?.value?.serialize(n)??null)??null,this.uri,this.range,this.serializeIssues)}};var NN=K(J()),fn=class extends q{constructor(n,r){super();this.keyword=r;this.addChild(r),this.docSymbolsMeta={name:n,kind:NN.SymbolKind.Function}}};var kn=class extends fn{constructor(n){super("Delete Node",n);this._nodeNameOrRef=null}set nodeNameOrRef(n){if(this._nodeNameOrRef)throw new Error("Only one property name is allowed");this._nodeNameOrRef=n,this.addChild(n)}get nodeNameOrRef(){return this._nodeNameOrRef}};var at=class extends fn{constructor(n){super("Delete Property",n);this._propertyName=null}set propertyName(n){if(this._propertyName)throw new Error("Only only property name is allowed");this._propertyName=n,this.addChild(n)}get propertyName(){return this._propertyName}};var PN=K(J());var de=class extends q{constructor(n){super();this.label=n;this.docSymbolsMeta={name:`&${this.label?.value??"NULL"}`,kind:PN.SymbolKind.Key},this.addChild(n)}get value(){return this.label?.value}toString(){return`&${this.label?.value??"NULL"}`}toJson(){return-1}serialize(){return new Cd(this.label?.toString()??null,this.linksTo?.pathString??null,this.uri,this.range,this.serializeIssues)}};var mt=class t extends q{constructor(){super()}get path(){if(!this.pathName)return["__UNDEFINED__"];if(!this.parentNode||this instanceof gt)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 kn)}addNodeChild(e){this.addChild(e)}},gt=class extends mt{constructor(){super(),this.docSymbolsMeta={name:"/",kind:br.SymbolKind.Class}}get properties(){return this.children.filter(e=>e instanceof Ge)}get name(){return new xe("/",z(this.firstToken))}get deleteProperties(){return this.children.filter(e=>e instanceof at)}get nodes(){return this.children.filter(e=>e instanceof Ie)}get pathName(){return"/"}serialize(e){return new Fd(this.properties.map(n=>n.serialize(e)),this.nodes.map(n=>n.serialize(e)),this.uri,this.range,this.serializeIssues)}},jt=class extends mt{constructor(n=[]){super();this.labels=n;this._reference=null;this.docSymbolsMeta={name:"DTC Name",kind:br.SymbolKind.Class},n.forEach(r=>{super.addChild(r)})}get serializeIssues(){return[...this.issues,...this.reference?.issues??[]].map(n=>n())}set reference(n){if(this._reference)throw new Error("Only on label reference is allowed");this._reference=n;let r;n instanceof de?r=n.value:r=n?.path?.pathParts.at(-1)?.name??"DTC Name",this.docSymbolsMeta={name:r??"DTC Name",kind:br.SymbolKind.Class},this.addChild(n)}get path(){return this.resolveNodePath?this.resolveNodePath:super.path}get reference(){return this._reference}get nodes(){return this.children.filter(n=>n instanceof Ie)}get pathName(){if(this.reference instanceof de&&this.reference.label?.value)return`&${this.reference.label.value}`}get properties(){return this.children.filter(n=>n instanceof Ge)}get deleteProperties(){return this.children.filter(n=>n instanceof at)}serialize(n){return new jd(this.reference?.serialize()??null,this.properties.map(r=>r.serialize(n)),this.nodes.map(r=>r.serialize(n)),this.uri,this.range,this.serializeIssues)}},Ie=class t extends mt{constructor(n=[],r){super();this.labels=n;this.omitIfNoRef=r;this._name=null;this.docSymbolsMeta={name:"DTC Name",kind:br.SymbolKind.Class},r&&this.addChild(r),n.forEach(i=>{this.addChild(i)})}get serializeIssues(){return[...this.issues,...this.name?.issues??[]].map(n=>n())}set name(n){if(this._name)throw new Error("Only on label reference is allowed");this._name=n,this.docSymbolsMeta={name:this._name?.toString()??"DTC Name",kind:br.SymbolKind.Class},this.addChild(n)}get name(){return this._name}get nodes(){return this.children.filter(n=>n instanceof t)}get pathName(){return this._name?.toString()}get properties(){return this.children.filter(n=>n instanceof Ge)}get deleteProperties(){return this.children.filter(n=>n instanceof at)}serialize(n){return new Bd(this.name?.serialize()??null,this.properties.map(r=>r.serialize(n)),this.nodes.map(r=>r.serialize(n)),this.uri,this.range,this.serializeIssues)}},tc=class extends q{constructor(n,r){super(r);this.address=n;this.semanticTokenType="variable",this.semanticTokenModifiers="declaration"}toString(){return this.address?.map((n,r)=>n.toString(16).padStart(r?8:0,"0")).join("")??"NaN"}serialize(){return new Ld(this.address,this.uri,this.range,this.serializeIssues)}},xe=class extends q{constructor(n,r,i){super(r);this.name=n;this._address=i;this.semanticTokenType="variable",this.semanticTokenModifiers="declaration"}get value(){return this.name}get address(){return this._address}set address(n){if(this._address)throw new Error("Address can only be set once");n&&(this.lastToken=void 0,this._address=n,n.forEach(r=>this.addChild(r)))}get fullAddress(){return this._address?[...this._address.flatMap(n=>n.address)]:void 0}toString(){return this._address!==void 0?`${this.name}@${this._address.map(n=>n.toString()).join(",")}`:this.name}buildSemanticTokens(n){if(!this.tokenIndexes?.start||!this.tokenIndexes.start.value)return;let r={...this.tokenIndexes.start,pos:{...this.tokenIndexes.start.pos,len:this.name.length}};n(ci("type"),li("declaration"),{start:r,end:r}),this.address!==void 0&&this.address.forEach(i=>{n(ci("decorator"),li("declaration"),{start:i.firstToken,end:i.lastToken}),i.buildSemanticTokens(n)})}get serializeIssues(){return[...this.issues,...this._address?.flatMap(n=>n.issues)??[]].map(n=>n())}serialize(){return new $d(this.toString(),new qd(this.name,this.uri,br.Range.create(br.Position.create(this.tokenIndexes.start.pos.line,this.tokenIndexes.start.pos.col),br.Position.create(this.tokenIndexes.start.pos.line,this.tokenIndexes.start.pos.colEnd)),[]),this.address?.map(n=>n.serialize())??null,this.uri,this.range,this.serializeIssues)}};var Zn=K(J());var hn=class extends q{constructor(n,r,i,s){super();this.startLabels=n;this.value=r;this.endLabels=i;this.bits=s;this.startLabels.forEach(o=>{this.addChild(o)}),this.addChild(s),this.addChild(r),this.endLabels.forEach(o=>{this.addChild(o)})}toString(){return`${[this.value?.toString()??"NULL",...this.endLabels.map(n=>n.toString())].join(" ")}`}toPrettyString(n){return`${[this.value?.toPrettyString(n)??"NULL",...this.endLabels.map(r=>r.toString())].join(" ")}`}toJson(){return this.value?.toJson()}};var Ot=t=>t instanceof fn?!0:t instanceof mt?!1:t.parentNode?Ot(t.parentNode):!1;var $g=t=>{if(t instanceof Ge)return t;if(!(t instanceof mt))return t.parentNode?$g(t.parentNode):void 0},ks=t=>!t||t instanceof Ge?!1:t instanceof hn||ks(t.parentNode),Co=t=>[...t.map(e=>{if(e instanceof Ie||e instanceof gt)return e.name;if(e instanceof jt)return e.reference})].filter(e=>!!e),qg=(t,e)=>e?e.parentNode===t||qg(t,e.parentNode):!1;var rt=K(J());var RN=K(J());var hi=class extends q{constructor(){super();this._pathParts=[]}addPath(n,r){this._pathParts.push(n),r&&this.addChild(r),this.addChild(n)}get pathParts(){return[...this._pathParts]}toString(){return this._pathParts.map(n=>n?.toString()??"<NULL>").join("/")}buildSemanticTokens(n){this._children.forEach(r=>{r instanceof xe?r.buildSemanticTokens(n):n(ci("operator"),li("declaration"),r.tokenIndexes)})}},$n=class extends q{constructor(n){super();this.path=n;this.docSymbolsMeta={name:`/${this.path?.toString()??""}`,kind:RN.SymbolKind.Namespace},this.addChild(n)}toString(){return`&${this.path?.toString()??"NULL"}`}toJson(){return-1}serialize(){return new Dd(this.path?.toString()??null,this.uri,this.range,this.serializeIssues)}};var ne=K(J());var Wd=K(J());var CN=require("path"),pi=class extends q{constructor(n,r){super();this.keyword=n;this.path=r;this.docSymbolsMeta={name:`Include ${r}`,kind:Wd.SymbolKind.File},this.addChild(n),this.addChild(r)}get resolvedPath(){return this._resolvedPath}set resolvedPath(n){this.docSymbolsMeta={name:`Include ${n}`,kind:Wd.SymbolKind.File},this._resolvedPath=n}},Do=class extends q{constructor(n,r,i){super(i);this._path=n;this.relative=r;this.docSymbolsMeta={name:(0,CN.basename)(this.path),kind:Wd.SymbolKind.File},this.semanticTokenType="string",this.semanticTokenModifiers="declaration"}get path(){return this.relative?this._path.slice(1,-1):this._path}};var Jn=class extends q{constructor(n){super();this.comments=n;n.forEach(this.addChild.bind(this))}toString(){return this.comments.map(n=>n.toString()).join(`
|
|
183
|
-
`)}},Qn=class extends q{constructor(e){super(e),this.semanticTokenType="comment",this.semanticTokenModifiers="documentation"}toString(){let e,n=this.firstToken,r="";for(;n!==this.lastToken;)r+=n?.value.padStart(n.value.length+(e?n.pos.col-e.pos.colEnd:0)," "),e=n,n=n?.nextToken;n&&(r+=n?.value.padStart(n.value.length+(e?n.pos.col-e.pos.colEnd:0)," "));let i=r.match(/^\s*(?:(?:\/\/|\/\*+)\s*)?(.*?)\s*(?:\*\/)?\s*$/s);return i?i[1]:""}};var r$=async(t,e,n)=>{let r=ne.Position.create(t.pos.line,t.pos.col),i=n.find(s=>Xn(s,e,r));if(i)return Br(i,e,r)},jg=t=>{if(t)return t instanceof mt?t:jg(t?.parentNode)},Ao=(t,e,n=0)=>{if(!e||!se(e.uri,t)||!e.parentNode?.uri)return n;let r=jg(e.parentNode);return Ao(t,r,n+1)},i$=(t,e)=>async n=>{let r=t.filter(a=>!(a instanceof pi)&&!(a instanceof Qn)&&!(a instanceof Jn)),i=await r$(n.firstToken,e,r);if(!i||i===n||n.allDescendants.some(a=>a===i))return{level:0};let s=jg(i);return{level:Ao(e,s),inAst:i}};async function Fg(t,e,n){let r=n.split(`
|
|
184
|
-
|
|
185
|
-
`)
|
|
186
|
-
|
|
187
|
-
`)}
|
|
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(",")}
|
|
188
196
|
|
|
189
197
|
`,...this.bindingType?["**Binding type** ",`${this.bindingType}
|
|
190
198
|
|
|
@@ -193,9 +201,9 @@ ${"".padStart(e*n.length,n)}${r}`)},Bg=(t,e,n,r,i="")=>{let s=`${"".padStart(e*n
|
|
|
193
201
|
`)]:[],...this.examples?["### Example",this.examples.join(`
|
|
194
202
|
|
|
195
203
|
`)]:[]].join(`
|
|
196
|
-
`)});this.signatureArgsCyclic=!1;typeof
|
|
197
|
-
${"".padEnd(
|
|
198
|
-
`)};`,this.description,...a.flat())],activeSignature:0,activeParameter:d}}return o.signatureArgsCyclic&&d&&(d=d%a.length),{signatures:[rt.SignatureInformation.create(`${n.name} = <${a.map(f=>f.label).join(" ")}>;`,this.description,...a)],activeSignature:0,activeParameter:d}}getPropertyListCompletionItems(n){return this.properties.filter(r=>!r.hideAutoComplete&&r.required(n)!=="omitted"&&typeof r.name=="string").map(r=>{let i=n&&r.required(n),s=!!n.property.some(a=>r.getNameMatch(a.name)),o="a";return i==="required"?o=s?"Y":"!":o=s?"Z":"B",{label:`${r.name}`,kind:rt.CompletionItemKind.Property,sortText:`${o}${r.name}`}})??[]}};var we=t=>{if(!t?.values.some(e=>!(e?.value instanceof Rt)))return t?.values.flatMap(e=>e.value.values.map(n=>n.value))??[]};var Re=(t,e,n,r)=>{let i=t.ast.values?.values.at(e)?.value;if(i instanceof Rt){let s=i.values.at(n);if(s?.value instanceof tt){let o=s.value.evaluate(r);if(typeof o=="number")return o}}},qn=(t,e,n=0)=>{if(t instanceof hn){if(t?.value instanceof Rt){let r=t.value.values.at(n);if(r?.value instanceof Wt)return e.getPhandle(r.value.value);if(r?.value instanceof de)return r.value.linksTo;if(r?.value instanceof $n)return r.value.path?.pathParts.at(-1)?.linksTo}}else{if(t instanceof Wt)return e.getPhandle(t.value);if(t instanceof de)return t.linksTo;if(t instanceof $n)return t.path?.pathParts.at(-1)?.linksTo}},V=t=>Array.isArray(t)?[{types:t}]:[{types:[t]}];var xN=()=>{let t=new Y("compatible",V("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 Oo=K(J()),MN=()=>{let t=new Y("device_type",V("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 n=e.ast.values?.values.at(0)?.value;if(n instanceof je&&n.value!==e.parent.name)return e.parent.name==="cpu"?[$(12,e.ast,Oo.DiagnosticSeverity.Error,[],[],[e.name])]:[$(13,e.ast,Oo.DiagnosticSeverity.Error,[],[],[e.name])]}return t.required(e.parent)!=="required"?[$(14,e.ast,Oo.DiagnosticSeverity.Hint,[],[Oo.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 LN=()=>{let t=new Y("#interrupt-cells",V("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 $N=()=>{let t=new Y("interrupt-controller",V("EMPTY"),"optional");return t.description=["The presence of an interrupt-controller property defines a node as an interrupt controller node."],t};var qN=()=>{let t=new Y("interrupt-parent",V("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 ji=K(J()),jN=()=>{let t=new Y("interrupts",V("PROP_ENCODED_ARRAY"),"optional",void 0,void 0,(e,n)=>{let r=[],i=we(e.ast.values);if(!i)return r;let s=e.parent,o=s.getProperty("interrupt-parent"),a=s.root,c=o?qn(o?.ast.values?.values.at(0),a):s.parent;if(!c)return o?(r.push($(17,o.ast.values?.values.at(0)?.value??o.ast)),r):(r.push($(16,e.ast,ji.DiagnosticSeverity.Error,[...e.parent.nodeNameOrLabelRef],[],[e.name,"interrupt-parent",e.parent.pathString])),r);let l=c.getProperty("#interrupt-cells");if(!l)return r;let u=Re(l,0,0,n);if(!u)return r;let d=[...Array.from({length:u},(p,T)=>`Interrupt${u>1?T:""}`)];t.signatureArgs=d.map(p=>ji.ParameterInformation.create(p));let f=c.getProperty("interrupt-map"),h=s.parent?.getProperty("#address-cells");f&&!h&&r.push($(16,e.ast.propertyName??e.ast,ji.DiagnosticSeverity.Error,[...e.parent.nodeNameOrLabelRef],[],[e.name,"#address-cells",s.parent.pathString]));let y=0;for(;y<i.length;){if(!l){r.push($(16,e.ast,ji.DiagnosticSeverity.Error,[...c.nodeNameOrLabelRef],[],[e.name,"#interrupt-cells",c.pathString]));break}let p=i.length-y;if(u>p)return r.push($(19,i.at(-1),ji.DiagnosticSeverity.Error,[],[],[e.name,`<${[...Array.from({length:u},()=>"Interrupt")].join(" ")}> `])),r;let T=i.slice(y,y+u),_=s.mappedReg(n)?.at(0)?.startAddress;if(f&&_){let v=c.getNexusMapEntyMatch("interrupt",n,T,_);v?.match?e.nexusMapsTo.push({mappingValuesAst:T,mapItem:v.match}):r.push($(31,v.entry,ji.DiagnosticSeverity.Error,[f.ast]))}y+=u}return r});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 Ur=K(J()),FN=()=>{let t=new Y("interrupts-extended",V("PROP_ENCODED_ARRAY"),"optional",void 0,void 0,(e,n)=>{let r=[],i=e.parent,s=i.getProperty("interrupts");s&&r.push($(15,s.ast,Ur.DiagnosticSeverity.Warning,[e.ast],[],[s.name,"is ignored when 'interrupts-extended' is used"]));let o=i.getProperty("interrupt-parent");o&&r.push($(15,o.ast,Ur.DiagnosticSeverity.Warning,[e.ast],[],[o.name,"is ignored when 'interrupts-extended' is used"]));let a=i.root,c=we(e.ast.values);if(!c?.length)return[];let l=0,u=0,d=[];for(;l<c.length;){let f=qn(c[l],a);if(!f)return r.push($(17,c[l],Ur.DiagnosticSeverity.Error)),r;let h=f.getProperty("#interrupt-cells");if(!h){r.push($(16,e.ast,Ur.DiagnosticSeverity.Error,[...f.nodeNameOrLabelRef],[],[e.name,"#interrupt-cells",f.pathString]));break}f?.getProperty("#address-cells")||r.push($(16,e.ast,Ur.DiagnosticSeverity.Error,[...e.parent.nodeNameOrLabelRef],[],[e.name,"#address-cells",f.pathString]));let p=Re(h,0,0,n);if(p==null)return r;let T=c.length-l-1;if(d.push([`${u}_phandel`,...Array.from({length:p},(w,C)=>`${u}_interrupt${p>1?C:""}`)]),p>T)return r.push($(19,c.at(-1),Ur.DiagnosticSeverity.Error,[],[],[e.name,`<${d.at(-1).join(" ")}>`])),r;let _=c.slice(l+1,l+1+p),v=f.getProperty("interrupt-map"),b=i.mappedReg(n)?.at(0)?.startAddress;if(v&&b){let w=f.getNexusMapEntyMatch("interrupt",n,_,b);w?.match?e.nexusMapsTo.push({mappingValuesAst:_,mapItem:w.match}):r.push($(31,w.entry,Ur.DiagnosticSeverity.Error,[v.ast]))}l+=p+1,u++}return d.push([`${u}_phandel`,`${u}_interrupt...`]),t.signatureArgs=d.map(f=>f.map(h=>Ur.ParameterInformation.create(h))),r});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 BN=()=>{let t=new Y("dma-noncoherent",V("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 UN=()=>{let t=new Y("dma-coherent",V("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 Kd=K(J()),VN=()=>{let t=new Y("dma-ranges",V(["EMPTY","PROP_ENCODED_ARRAY"]),"optional",void 0,void 0,(e,n)=>{let r=[],i=we(e.ast.values);if(!i?.length)return[];let s=e.parent.sizeCells(n),o=e.parent.addressCells(n),a=e.parent.parentAddressCells(n),c=[...Array.from({length:o},(l,u)=>`child-bus-address${o>1?u:""}`),...Array.from({length:a},(l,u)=>`parent-bus-address${a>1?u:""}`),...Array.from({length:s},(l,u)=>`length${s>1?u:""}`)];return t.signatureArgs=c.map(l=>Kd.ParameterInformation.create(l)),t.signatureArgsCyclic=!0,(i.length===0||i.length%(o+a+s)!==0)&&r.push($(19,i.at(i.length-i.length%(o+a+s))??e.ast,Kd.DiagnosticSeverity.Error,[],[],[e.name,`<${[...Array.from({length:o},()=>"child-bus-address"),...Array.from({length:a},()=>"parent-bus-address"),...Array.from({length:s},()=>"length")].join(" ")}>`])),r});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 Io=K(J()),Xd=()=>{let t=new Y("ranges",V(["EMPTY","PROP_ENCODED_ARRAY"]),"optional",void 0,void 0,(e,n)=>{let r=[],i=we(e.ast.values);if(!i?.length)return[];let s=e.parent.sizeCells(n),o=e.parent.addressCells(n),a=e.parent.parentAddressCells(n),c=[...Array.from({length:o},(l,u)=>`child-bus-address${o>1?u:""}`),...Array.from({length:a},(l,u)=>`parent-bus-address${a>1?u:""}`),...Array.from({length:s},(l,u)=>`length${s>1?u:""}`)];return t.signatureArgs=c.map(l=>Io.ParameterInformation.create(l)),t.signatureArgsCyclic=!0,(i.length===0||i.length%(o+a+s)!==0)&&r.push($(19,i.at(i.length-i.length%(o+a+s))??e.ast,Io.DiagnosticSeverity.Error,[],[],[e.name,`<${[...Array.from({length:o},()=>"child-bus-address"),...Array.from({length:a},()=>"parent-bus-address"),...Array.from({length:a},()=>"length")].join(" ")}>`])),r.length===0&&e.parent.nodes.forEach(l=>{let u=l.getProperty("reg");u&&l.mappedReg(n)?.forEach(d=>{if(d.missingMapping){let f=l.parent?.getProperty("ranges");r.push($(35,d.regAst,Io.DiagnosticSeverity.Warning,f?[f.ast]:[]));return}!d?.mappingEnd||!d.mappedAst||d.inMappingRange||r.push($(29,d.regAst,Io.DiagnosticSeverity.Warning,[d.mappedAst],[],[u.name,`0x${d.endAddress.map((f,h)=>f.toString(16).padStart(h?8:0,"0")).join("")}`,`0x${d.mappingEnd.map((f,h)=>f.toString(16).padStart(h?8:0,"0")).join("")}`]))})}),r});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 {
|
|
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 {
|
|
199
207
|
compatible = "simple-bus";
|
|
200
208
|
#address-cells = <1>;
|
|
201
209
|
#size-cells = <1>;
|
|
@@ -210,7 +218,7 @@ ${"".padEnd(Ao(u[h].uri,f)*Ro().length,Ro())}${r}${d};`))})]}return[]}let o=E$(i
|
|
|
210
218
|
};
|
|
211
219
|
};`,"```"].join(`
|
|
212
220
|
`),"The soc node specifies a ranges property of",["```devicetree","<Ox0 Oxe0000000 0x00100000>;","```"].join(`
|
|
213
|
-
`),"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
|
|
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 {
|
|
214
222
|
#address-cells = <1>;
|
|
215
223
|
#size-cells = <1>;
|
|
216
224
|
serial@4600 {
|
|
@@ -221,8 +229,8 @@ ${"".padEnd(Ao(u[h].uri,f)*Ro().length,Ro())}${r}${d};`))})]}return[]}let o=E$(i
|
|
|
221
229
|
interrupt-parent = <&ipic>;
|
|
222
230
|
};
|
|
223
231
|
};`,"```"].join(`
|
|
224
|
-
`),"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
|
|
225
|
-
The lack of a status property should betreated as if the property existed with the value of "okay"`],t};var
|
|
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 {
|
|
226
234
|
phandle = <1>;
|
|
227
235
|
interrupt-controller;
|
|
228
236
|
reg = <0x10000000 0x100>;
|
|
@@ -230,83 +238,70 @@ ${"".padEnd(Ao(u[h].uri,f)*Ro().length,Ro())}${r}${d};`))})]}return[]}let o=E$(i
|
|
|
230
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 {
|
|
231
239
|
interrupt-parent = <1>;
|
|
232
240
|
};`,"```"].join(`
|
|
233
|
-
`)],t};var KN=()=>{let t=new Y("model",V("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 Zd=K(J()),XN=()=>{let t=new Y("name",V("STRING"),"optional",void 0,void 0,e=>[$(14,e.ast,Zd.DiagnosticSeverity.Warning,[],[Zd.DiagnosticTag.Deprecated],[e.name])]);return t.hideAutoComplete=!0,t};var Sr=K(J());var JN=()=>{let t=new Y("interrupt-map",V("PROP_ENCODED_ARRAY"),"optional",void 0,void 0,(e,n)=>{let r=[],i=e.parent,s=e.parent.root,o=we(e.ast.values);if(!o?.length)return[];i.getProperty("#address-cells")||r.push($(16,e.ast,Sr.DiagnosticSeverity.Error,[...e.parent.nodeNameOrLabelRef],[],[e.name,"#address-cells",i.pathString]));let c=i.getProperty("#interrupt-cells");if(!c)return r.push($(16,e.ast,Sr.DiagnosticSeverity.Error,[...i.nodeNameOrLabelRef],[],[e.name,"#interrupt-cells",`/${i.path.slice(1).join("/")}`])),r;let l=i.addressCells(n),u=Re(c,0,0,n),d={};if(u==null)return r;let f=0,h=[],y=0,p=0;for(;f<o.length;){if(h.push([...Array.from({length:l},(B,j)=>`${y}_ChildAddr${l>1?j:""}`),...Array.from({length:u},(B,j)=>`${y}_ChildIntrpt${u>1?j:""}`),`${y}_IntrptParent`,`${y}_ParentAddr...`,`${y}_ParentIntrpt...`]),f+l+u>=o.length){let B=f+l+u;r.push($(20,o[o.length-1],Sr.DiagnosticSeverity.Error,[],[],[e.name,`after the last value of ${h.at(-1).slice((o.length-p)%B===0?B:(o.length-p)%B).join(" ")}`]));break}let T=new q(z(o.at(f).firstToken,o.at(l+u+f-1).lastToken)),_="";for(let B=f;B<l+u+f;B++){let j=o[B];_+=`${j instanceof tt?j.evaluate(n).toString():j.toString()}:`}d[_]??=[],d[_].push(T),f+=l+u;let v=l+u+1;if(o.length<f+1){r.push($(20,o[o.length-1],Sr.DiagnosticSeverity.Error,[],[],[e.name,`after the last value of ${h.at(-1).slice((o.length-p)%v===0?v:(o.length-p)%v).join(" ")}`]));break}let b=qn(o[f],s);if(!b){r.push($(17,o[f],Sr.DiagnosticSeverity.Error));break}let w=b.addressCells(n),C=b.getProperty("#interrupt-cells");if(!C){r.push($(16,o[f],Sr.DiagnosticSeverity.Error,[...b.nodeNameOrLabelRef],[],[e.name,"#interrupt-cells",`/${i.path.slice(1).join("/")}`]));break}f++;let x=Re(C,0,0,n);if(x==null)break;if(h.splice(-1,1,[...Array.from({length:l},(B,j)=>`${y}_ChildAddr${l>1?j:""}`),...Array.from({length:u},(B,j)=>`${y}_ChildIntrpt${u>1?j:""}`),`${y}_IntrptParent`,...Array.from({length:w},(B,j)=>`${y}_ParentAddr${w>1?j:""}`),...Array.from({length:x},(B,j)=>`${y}_ParentIntrpt${x>1?j:""}`)]),f+=w+x,o.length<f){let B=l+u+1+w+x;r.push($(20,o[o.length-1],Sr.DiagnosticSeverity.Error,[],[],[e.name,`after the last value of ${h.at(-1).slice((o.length-p)%B===0?B:(o.length-p)%B).join(" ")}`]));break}p=f,y++}if(h.push([...Array.from({length:l},(T,_)=>`${y}_ChildAddr${l>1?_:""}`),...Array.from({length:u},(T,_)=>`${y}_ChildIntrpt${u>1?_:""}`),`${y}_IntrptParent`,`${y}_ParentAddr...`,`${y}_ParentIntrpt...`]),t.signatureArgs=h.map(T=>T.map(_=>Sr.ParameterInformation.create(_))),!e.ast.values)return[];for(let T=0;T<e.ast.values.values.length;T++){let _=e.ast.values.values.at(T);if(_&&(r.length||u==null||!(_.value instanceof Rt)))return r}return Object.values(d).forEach(T=>{T.length>1&&r.push($(30,T[T.length-1],Sr.DiagnosticSeverity.Error,T.slice(0,-1)))}),r});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 QN;(function(t){function e(n){return typeof n=="string"}t.is=e})(QN||(QN={}));var Ug;(function(t){function e(n){return typeof n=="string"}t.is=e})(Ug||(Ug={}));var ZN;(function(t){t.MIN_VALUE=-2147483648,t.MAX_VALUE=2147483647;function e(n){return typeof n=="number"&&t.MIN_VALUE<=n&&n<=t.MAX_VALUE}t.is=e})(ZN||(ZN={}));var ef;(function(t){t.MIN_VALUE=0,t.MAX_VALUE=2147483647;function e(n){return typeof n=="number"&&t.MIN_VALUE<=n&&n<=t.MAX_VALUE}t.is=e})(ef||(ef={}));var _r;(function(t){function e(r,i){return r===Number.MAX_VALUE&&(r=ef.MAX_VALUE),i===Number.MAX_VALUE&&(i=ef.MAX_VALUE),{line:r,character:i}}t.create=e;function n(r){let i=r;return O.objectLiteral(i)&&O.uinteger(i.line)&&O.uinteger(i.character)}t.is=n})(_r||(_r={}));var _t;(function(t){function e(r,i,s,o){if(O.uinteger(r)&&O.uinteger(i)&&O.uinteger(s)&&O.uinteger(o))return{start:_r.create(r,i),end:_r.create(s,o)};if(_r.is(r)&&_r.is(i))return{start:r,end:i};throw new Error(`Range#create called with invalid arguments[${r}, ${i}, ${s}, ${o}]`)}t.create=e;function n(r){let i=r;return O.objectLiteral(i)&&_r.is(i.start)&&_r.is(i.end)}t.is=n})(_t||(_t={}));var tf;(function(t){function e(r,i){return{uri:r,range:i}}t.create=e;function n(r){let i=r;return O.objectLiteral(i)&&_t.is(i.range)&&(O.string(i.uri)||O.undefined(i.uri))}t.is=n})(tf||(tf={}));var eP;(function(t){function e(r,i,s,o){return{targetUri:r,targetRange:i,targetSelectionRange:s,originSelectionRange:o}}t.create=e;function n(r){let i=r;return O.objectLiteral(i)&&_t.is(i.targetRange)&&O.string(i.targetUri)&&_t.is(i.targetSelectionRange)&&(_t.is(i.originSelectionRange)||O.undefined(i.originSelectionRange))}t.is=n})(eP||(eP={}));var Vg;(function(t){function e(r,i,s,o){return{red:r,green:i,blue:s,alpha:o}}t.create=e;function n(r){let i=r;return O.objectLiteral(i)&&O.numberRange(i.red,0,1)&&O.numberRange(i.green,0,1)&&O.numberRange(i.blue,0,1)&&O.numberRange(i.alpha,0,1)}t.is=n})(Vg||(Vg={}));var tP;(function(t){function e(r,i){return{range:r,color:i}}t.create=e;function n(r){let i=r;return O.objectLiteral(i)&&_t.is(i.range)&&Vg.is(i.color)}t.is=n})(tP||(tP={}));var nP;(function(t){function e(r,i,s){return{label:r,textEdit:i,additionalTextEdits:s}}t.create=e;function n(r){let i=r;return O.objectLiteral(i)&&O.string(i.label)&&(O.undefined(i.textEdit)||Mo.is(i))&&(O.undefined(i.additionalTextEdits)||O.typedArray(i.additionalTextEdits,Mo.is))}t.is=n})(nP||(nP={}));var rP;(function(t){t.Comment="comment",t.Imports="imports",t.Region="region"})(rP||(rP={}));var iP;(function(t){function e(r,i,s,o,a,c){let l={startLine:r,endLine:i};return O.defined(s)&&(l.startCharacter=s),O.defined(o)&&(l.endCharacter=o),O.defined(a)&&(l.kind=a),O.defined(c)&&(l.collapsedText=c),l}t.create=e;function n(r){let i=r;return O.objectLiteral(i)&&O.uinteger(i.startLine)&&O.uinteger(i.startLine)&&(O.undefined(i.startCharacter)||O.uinteger(i.startCharacter))&&(O.undefined(i.endCharacter)||O.uinteger(i.endCharacter))&&(O.undefined(i.kind)||O.string(i.kind))}t.is=n})(iP||(iP={}));var zg;(function(t){function e(r,i){return{location:r,message:i}}t.create=e;function n(r){let i=r;return O.defined(i)&&tf.is(i.location)&&O.string(i.message)}t.is=n})(zg||(zg={}));var Nn;(function(t){t.Error=1,t.Warning=2,t.Information=3,t.Hint=4})(Nn||(Nn={}));var sP;(function(t){t.Unnecessary=1,t.Deprecated=2})(sP||(sP={}));var oP;(function(t){function e(n){let r=n;return O.objectLiteral(r)&&O.string(r.href)}t.is=e})(oP||(oP={}));var nf;(function(t){function e(r,i,s,o,a,c){let l={range:r,message:i};return O.defined(s)&&(l.severity=s),O.defined(o)&&(l.code=o),O.defined(a)&&(l.source=a),O.defined(c)&&(l.relatedInformation=c),l}t.create=e;function n(r){var i;let s=r;return O.defined(s)&&_t.is(s.range)&&O.string(s.message)&&(O.number(s.severity)||O.undefined(s.severity))&&(O.integer(s.code)||O.string(s.code)||O.undefined(s.code))&&(O.undefined(s.codeDescription)||O.string((i=s.codeDescription)===null||i===void 0?void 0:i.href))&&(O.string(s.source)||O.undefined(s.source))&&(O.undefined(s.relatedInformation)||O.typedArray(s.relatedInformation,zg.is))}t.is=n})(nf||(nf={}));var xo;(function(t){function e(r,i,...s){let o={title:r,command:i};return O.defined(s)&&s.length>0&&(o.arguments=s),o}t.create=e;function n(r){let i=r;return O.defined(i)&&O.string(i.title)&&O.string(i.command)}t.is=n})(xo||(xo={}));var Mo;(function(t){function e(s,o){return{range:s,newText:o}}t.replace=e;function n(s,o){return{range:{start:s,end:s},newText:o}}t.insert=n;function r(s){return{range:s,newText:""}}t.del=r;function i(s){let o=s;return O.objectLiteral(o)&&O.string(o.newText)&&_t.is(o.range)}t.is=i})(Mo||(Mo={}));var Wg;(function(t){function e(r,i,s){let o={label:r};return i!==void 0&&(o.needsConfirmation=i),s!==void 0&&(o.description=s),o}t.create=e;function n(r){let i=r;return O.objectLiteral(i)&&O.string(i.label)&&(O.boolean(i.needsConfirmation)||i.needsConfirmation===void 0)&&(O.string(i.description)||i.description===void 0)}t.is=n})(Wg||(Wg={}));var Lo;(function(t){function e(n){let r=n;return O.string(r)}t.is=e})(Lo||(Lo={}));var aP;(function(t){function e(s,o,a){return{range:s,newText:o,annotationId:a}}t.replace=e;function n(s,o,a){return{range:{start:s,end:s},newText:o,annotationId:a}}t.insert=n;function r(s,o){return{range:s,newText:"",annotationId:o}}t.del=r;function i(s){let o=s;return Mo.is(o)&&(Wg.is(o.annotationId)||Lo.is(o.annotationId))}t.is=i})(aP||(aP={}));var Hg;(function(t){function e(r,i){return{textDocument:r,edits:i}}t.create=e;function n(r){let i=r;return O.defined(i)&&Jg.is(i.textDocument)&&Array.isArray(i.edits)}t.is=n})(Hg||(Hg={}));var Gg;(function(t){function e(r,i,s){let o={kind:"create",uri:r};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 n(r){let i=r;return i&&i.kind==="create"&&O.string(i.uri)&&(i.options===void 0||(i.options.overwrite===void 0||O.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||O.boolean(i.options.ignoreIfExists)))&&(i.annotationId===void 0||Lo.is(i.annotationId))}t.is=n})(Gg||(Gg={}));var Yg;(function(t){function e(r,i,s,o){let a={kind:"rename",oldUri:r,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 n(r){let i=r;return i&&i.kind==="rename"&&O.string(i.oldUri)&&O.string(i.newUri)&&(i.options===void 0||(i.options.overwrite===void 0||O.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||O.boolean(i.options.ignoreIfExists)))&&(i.annotationId===void 0||Lo.is(i.annotationId))}t.is=n})(Yg||(Yg={}));var Kg;(function(t){function e(r,i,s){let o={kind:"delete",uri:r};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 n(r){let i=r;return i&&i.kind==="delete"&&O.string(i.uri)&&(i.options===void 0||(i.options.recursive===void 0||O.boolean(i.options.recursive))&&(i.options.ignoreIfNotExists===void 0||O.boolean(i.options.ignoreIfNotExists)))&&(i.annotationId===void 0||Lo.is(i.annotationId))}t.is=n})(Kg||(Kg={}));var Xg;(function(t){function e(n){let r=n;return r&&(r.changes!==void 0||r.documentChanges!==void 0)&&(r.documentChanges===void 0||r.documentChanges.every(i=>O.string(i.kind)?Gg.is(i)||Yg.is(i)||Kg.is(i):Hg.is(i)))}t.is=e})(Xg||(Xg={}));var cP;(function(t){function e(r){return{uri:r}}t.create=e;function n(r){let i=r;return O.defined(i)&&O.string(i.uri)}t.is=n})(cP||(cP={}));var lP;(function(t){function e(r,i){return{uri:r,version:i}}t.create=e;function n(r){let i=r;return O.defined(i)&&O.string(i.uri)&&O.integer(i.version)}t.is=n})(lP||(lP={}));var Jg;(function(t){function e(r,i){return{uri:r,version:i}}t.create=e;function n(r){let i=r;return O.defined(i)&&O.string(i.uri)&&(i.version===null||O.integer(i.version))}t.is=n})(Jg||(Jg={}));var uP;(function(t){function e(r,i,s,o){return{uri:r,languageId:i,version:s,text:o}}t.create=e;function n(r){let i=r;return O.defined(i)&&O.string(i.uri)&&O.string(i.languageId)&&O.integer(i.version)&&O.string(i.text)}t.is=n})(uP||(uP={}));var Qg;(function(t){t.PlainText="plaintext",t.Markdown="markdown";function e(n){let r=n;return r===t.PlainText||r===t.Markdown}t.is=e})(Qg||(Qg={}));var oc;(function(t){function e(n){let r=n;return O.objectLiteral(n)&&Qg.is(r.kind)&&O.string(r.value)}t.is=e})(oc||(oc={}));var dP;(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})(dP||(dP={}));var fP;(function(t){t.PlainText=1,t.Snippet=2})(fP||(fP={}));var hP;(function(t){t.Deprecated=1})(hP||(hP={}));var pP;(function(t){function e(r,i,s){return{newText:r,insert:i,replace:s}}t.create=e;function n(r){let i=r;return i&&O.string(i.newText)&&_t.is(i.insert)&&_t.is(i.replace)}t.is=n})(pP||(pP={}));var mP;(function(t){t.asIs=1,t.adjustIndentation=2})(mP||(mP={}));var gP;(function(t){function e(n){let r=n;return r&&(O.string(r.detail)||r.detail===void 0)&&(O.string(r.description)||r.description===void 0)}t.is=e})(gP||(gP={}));var yP;(function(t){function e(n){return{label:n}}t.create=e})(yP||(yP={}));var vP;(function(t){function e(n,r){return{items:n||[],isIncomplete:!!r}}t.create=e})(vP||(vP={}));var rf;(function(t){function e(r){return r.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}t.fromPlainText=e;function n(r){let i=r;return O.string(i)||O.objectLiteral(i)&&O.string(i.language)&&O.string(i.value)}t.is=n})(rf||(rf={}));var bP;(function(t){function e(n){let r=n;return!!r&&O.objectLiteral(r)&&(oc.is(r.contents)||rf.is(r.contents)||O.typedArray(r.contents,rf.is))&&(n.range===void 0||_t.is(n.range))}t.is=e})(bP||(bP={}));var Pn;(function(t){function e(n,r){return r?{label:n,documentation:r}:{label:n}}t.create=e})(Pn||(Pn={}));var TP;(function(t){function e(n,r,...i){let s={label:n};return O.defined(r)&&(s.documentation=r),O.defined(i)?s.parameters=i:s.parameters=[],s}t.create=e})(TP||(TP={}));var SP;(function(t){t.Text=1,t.Read=2,t.Write=3})(SP||(SP={}));var _P;(function(t){function e(n,r){let i={range:n};return O.number(r)&&(i.kind=r),i}t.create=e})(_P||(_P={}));var EP;(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})(EP||(EP={}));var wP;(function(t){t.Deprecated=1})(wP||(wP={}));var kP;(function(t){function e(n,r,i,s,o){let a={name:n,kind:r,location:{uri:s,range:i}};return o&&(a.containerName=o),a}t.create=e})(kP||(kP={}));var NP;(function(t){function e(n,r,i,s){return s!==void 0?{name:n,kind:r,location:{uri:i,range:s}}:{name:n,kind:r,location:{uri:i}}}t.create=e})(NP||(NP={}));var PP;(function(t){function e(r,i,s,o,a,c){let l={name:r,detail:i,kind:s,range:o,selectionRange:a};return c!==void 0&&(l.children=c),l}t.create=e;function n(r){let i=r;return i&&O.string(i.name)&&O.number(i.kind)&&_t.is(i.range)&&_t.is(i.selectionRange)&&(i.detail===void 0||O.string(i.detail))&&(i.deprecated===void 0||O.boolean(i.deprecated))&&(i.children===void 0||Array.isArray(i.children))&&(i.tags===void 0||Array.isArray(i.tags))}t.is=n})(PP||(PP={}));var RP;(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"})(RP||(RP={}));var sf;(function(t){t.Invoked=1,t.Automatic=2})(sf||(sf={}));var CP;(function(t){function e(r,i,s){let o={diagnostics:r};return i!=null&&(o.only=i),s!=null&&(o.triggerKind=s),o}t.create=e;function n(r){let i=r;return O.defined(i)&&O.typedArray(i.diagnostics,nf.is)&&(i.only===void 0||O.typedArray(i.only,O.string))&&(i.triggerKind===void 0||i.triggerKind===sf.Invoked||i.triggerKind===sf.Automatic)}t.is=n})(CP||(CP={}));var DP;(function(t){function e(r,i,s){let o={title:r},a=!0;return typeof i=="string"?(a=!1,o.kind=i):xo.is(i)?o.command=i:o.edit=i,a&&s!==void 0&&(o.kind=s),o}t.create=e;function n(r){let i=r;return i&&O.string(i.title)&&(i.diagnostics===void 0||O.typedArray(i.diagnostics,nf.is))&&(i.kind===void 0||O.string(i.kind))&&(i.edit!==void 0||i.command!==void 0)&&(i.command===void 0||xo.is(i.command))&&(i.isPreferred===void 0||O.boolean(i.isPreferred))&&(i.edit===void 0||Xg.is(i.edit))}t.is=n})(DP||(DP={}));var AP;(function(t){function e(r,i){let s={range:r};return O.defined(i)&&(s.data=i),s}t.create=e;function n(r){let i=r;return O.defined(i)&&_t.is(i.range)&&(O.undefined(i.command)||xo.is(i.command))}t.is=n})(AP||(AP={}));var OP;(function(t){function e(r,i){return{tabSize:r,insertSpaces:i}}t.create=e;function n(r){let i=r;return O.defined(i)&&O.uinteger(i.tabSize)&&O.boolean(i.insertSpaces)}t.is=n})(OP||(OP={}));var IP;(function(t){function e(r,i,s){return{range:r,target:i,data:s}}t.create=e;function n(r){let i=r;return O.defined(i)&&_t.is(i.range)&&(O.undefined(i.target)||O.string(i.target))}t.is=n})(IP||(IP={}));var xP;(function(t){function e(r,i){return{range:r,parent:i}}t.create=e;function n(r){let i=r;return O.objectLiteral(i)&&_t.is(i.range)&&(i.parent===void 0||t.is(i.parent))}t.is=n})(xP||(xP={}));var MP;(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"})(MP||(MP={}));var LP;(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"})(LP||(LP={}));var $P;(function(t){function e(n){let r=n;return O.objectLiteral(r)&&(r.resultId===void 0||typeof r.resultId=="string")&&Array.isArray(r.data)&&(r.data.length===0||typeof r.data[0]=="number")}t.is=e})($P||($P={}));var qP;(function(t){function e(r,i){return{range:r,text:i}}t.create=e;function n(r){let i=r;return i!=null&&_t.is(i.range)&&O.string(i.text)}t.is=n})(qP||(qP={}));var jP;(function(t){function e(r,i,s){return{range:r,variableName:i,caseSensitiveLookup:s}}t.create=e;function n(r){let i=r;return i!=null&&_t.is(i.range)&&O.boolean(i.caseSensitiveLookup)&&(O.string(i.variableName)||i.variableName===void 0)}t.is=n})(jP||(jP={}));var FP;(function(t){function e(r,i){return{range:r,expression:i}}t.create=e;function n(r){let i=r;return i!=null&&_t.is(i.range)&&(O.string(i.expression)||i.expression===void 0)}t.is=n})(FP||(FP={}));var BP;(function(t){function e(r,i){return{frameId:r,stoppedLocation:i}}t.create=e;function n(r){let i=r;return O.defined(i)&&_t.is(r.stoppedLocation)}t.is=n})(BP||(BP={}));var Zg;(function(t){t.Type=1,t.Parameter=2;function e(n){return n===1||n===2}t.is=e})(Zg||(Zg={}));var ey;(function(t){function e(r){return{value:r}}t.create=e;function n(r){let i=r;return O.objectLiteral(i)&&(i.tooltip===void 0||O.string(i.tooltip)||oc.is(i.tooltip))&&(i.location===void 0||tf.is(i.location))&&(i.command===void 0||xo.is(i.command))}t.is=n})(ey||(ey={}));var UP;(function(t){function e(r,i,s){let o={position:r,label:i};return s!==void 0&&(o.kind=s),o}t.create=e;function n(r){let i=r;return O.objectLiteral(i)&&_r.is(i.position)&&(O.string(i.label)||O.typedArray(i.label,ey.is))&&(i.kind===void 0||Zg.is(i.kind))&&i.textEdits===void 0||O.typedArray(i.textEdits,Mo.is)&&(i.tooltip===void 0||O.string(i.tooltip)||oc.is(i.tooltip))&&(i.paddingLeft===void 0||O.boolean(i.paddingLeft))&&(i.paddingRight===void 0||O.boolean(i.paddingRight))}t.is=n})(UP||(UP={}));var VP;(function(t){function e(n){return{kind:"snippet",value:n}}t.createSnippet=e})(VP||(VP={}));var zP;(function(t){function e(n,r,i,s){return{insertText:n,filterText:r,range:i,command:s}}t.create=e})(zP||(zP={}));var WP;(function(t){function e(n){return{items:n}}t.create=e})(WP||(WP={}));var HP;(function(t){t.Invoked=0,t.Automatic=1})(HP||(HP={}));var GP;(function(t){function e(n,r){return{range:n,text:r}}t.create=e})(GP||(GP={}));var YP;(function(t){function e(n,r){return{triggerKind:n,selectedCompletionInfo:r}}t.create=e})(YP||(YP={}));var KP;(function(t){function e(n){let r=n;return O.objectLiteral(r)&&Ug.is(r.uri)&&O.string(r.name)}t.is=e})(KP||(KP={}));var XP;(function(t){function e(s,o,a,c){return new ty(s,o,a,c)}t.create=e;function n(s){let o=s;return!!(O.defined(o)&&O.string(o.uri)&&(O.undefined(o.languageId)||O.string(o.languageId))&&O.uinteger(o.lineCount)&&O.func(o.getText)&&O.func(o.positionAt)&&O.func(o.offsetAt))}t.is=n;function r(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),h=s.offsetAt(d.range.end);if(h<=l)a=a.substring(0,f)+d.newText+a.substring(h,a.length);else throw new Error("Overlapping edit");l=f}return a}t.applyEdits=r;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}})(XP||(XP={}));var ty=class{constructor(e,n,r,i){this._uri=e,this._languageId=n,this._version=r,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 n=this.offsetAt(e.start),r=this.offsetAt(e.end);return this._content.substring(n,r)}return this._content}update(e,n){this._content=e.text,this._version=n,this._lineOffsets=void 0}getLineOffsets(){if(this._lineOffsets===void 0){let e=[],n=this._content,r=!0;for(let i=0;i<n.length;i++){r&&(e.push(i),r=!1);let s=n.charAt(i);r=s==="\r"||s===`
|
|
234
|
-
`,s==="\r"&&i+1<
|
|
235
|
-
`&&i++}r
|
|
236
|
-
rialnumber.`],t};function
|
|
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
|
|
237
245
|
theclientprogram. Thevaluecouldpotentially
|
|
238
246
|
be a null string if no boot arguments are re-
|
|
239
|
-
quired.`];let
|
|
247
|
+
quired.`];let r=new J("stdout-path ",W("STRING"));r.description=[`A string that specifies the full path to the node
|
|
240
248
|
representingthedevicetobeusedforbootcon-
|
|
241
249
|
soleoutput. Ifthecharacter\u201C:\u201Dispresentinthe
|
|
242
250
|
valueit terminates thepath. Thevalue maybe
|
|
243
251
|
an alias. If the stdin-path property is not spec-
|
|
244
252
|
ified, stdout-path should be assumed to define
|
|
245
|
-
theinput device.`];let
|
|
253
|
+
theinput device.`];let n=new J("stdin-path ",W("STRING"));return n.description=[`A string that specifies the boot arguments for
|
|
246
254
|
theclientprogram. Thevaluecouldpotentially
|
|
247
255
|
be a null string if no boot arguments are re-
|
|
248
|
-
quired.`],t.addProperty([e,n
|
|
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
|
|
249
257
|
CP U/threads represented by the CPU node.
|
|
250
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.
|
|
251
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.
|
|
252
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.
|
|
253
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
|
|
254
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.
|
|
255
|
-
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
|
|
256
|
-
any circumstances other than under the control of the device driver using the region.`],t};var vR=()=>{let t=new Y("reusable",V("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 bR=()=>{let t=new Y("size",V("PROP_ENCODED_ARRAY"),"optional",void 0,[],(e,n)=>{let r=[],i=we(e.ast.values),s=e.parent.sizeCells(n),o=[...Array.from({length:s},(a,c)=>`size${s>1?c:""}`)];return t.signatureArgs=o.map(a=>Pn.create(a)),i?.length!==e.parent.sizeCells(n)&&r.push($(19,e.ast.values??e.ast,Nn.Error,[],[],[e.name,`<${Array.from({length:s},()=>"size")}>`])),r});return t.description=["Size in bytes of memory to reserve for dynamically allocated regions."],t};function TR(){let t=sn(),e=t.properties.find(n=>n.name==="reg");return e.required=()=>"optional",t.addProperty([bR(),mR(),gR(),yR(),vR()]),t}function Ns(t){switch(t?.name){case"/":return iR();case"aliases":return sR();case"memory":return oR();case"reserved-memory":return lR();case"chosen":return dR();case"cpus":return fR();case"cpu":return pR()}return t?.parent?.name==="reserved-memory"?TR():sn()}var ke=class t{constructor(e,n,r,i=null){this.bindingLoader=e;this.name=n;this.address=r;this.parent=i;this.referencedBy=[];this.definitions=[];this._properties=[];this._deletedProperties=[];this._deletedNodes=[];this.deletes=[];this._nodes=[];this.linkedNodeNamePaths=[];this.linkedRefLabels=[];this.missingBinding=[];i?.addNode(this)}static toJson(e){let n={};return e.property.forEach(r=>n[r.name]=r.ast.values?.toJson()??!0),e.nodes.forEach(r=>n[r.fullName]=t.toJson(r)),n}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=[Ns(this)],this._nodeTypes)}get nodeType(){return this.nodeTypes.find(e=>!e.onBus||this.parent?.nodeType?.bus?.some(n=>n===e.onBus))}isChildOf(e){return this.parent?this.parent===e?!0:this.parent.isChildOf(e):!1}getReferenceBy(e){return this.referencedBy.some(n=>n===e)?this:[...this._nodes,...this._deletedNodes.map(n=>n.node)].map(n=>n.getReferenceBy(e)).find(n=>n)}get nodeNameOrLabelRef(){return Co([...this.definitions,...this.referencedBy])}getDeepestAstNode(e,n){let r=[...this.definitions,...this.referencedBy].find(i=>Xn(i,e,n));if(r){let i=this.deletes.map(c=>({item:this,ast:Br(c,e,n),beforeAst:Za(c,e,n),afterAst:Qa(c,e,n)})).find(c=>Xn(c.ast,e,n));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=>Xn(c.ast,e,n)||c.ast.lastToken.value!==";"&&hN(c.ast,e,n));if(s)return s.item.getDeepestAstNode(e,n);let o=[...this._nodes,...this._deletedNodes.map(c=>c.node)].map(c=>c.getDeepestAstNode(e,n)).find(c=>c);if(o)return o;let a=Br(r,e,n);return{item:this,ast:a,beforeAst:Za(a,e,n),afterAst:Qa(a,e,n)}}}get labels(){return[...this.referencedBy.flatMap(e=>e.labels),...this.definitions.filter(e=>e instanceof Ie).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(n=>!n.disabled).flatMap(n=>{let r=n.regArray(e),i=this._nodes.filter(s=>s!==n&&!s.disabled);return r?.flatMap(s=>{let o=i.flatMap(a=>a.regArray(e)?.filter(c=>Kn(c.startAddress,s.endAddress)<0&&Kn(s.startAddress,c.endAddress)<0).flatMap(c=>({reg:c,node:a}))).filter(a=>!!a);return o.length?At(10,n.getProperty("reg")?.ast.values??n.definitions.at(-1).name??new q(z(n.definitions.at(-1).firstToken)),Zn.DiagnosticSeverity.Information,o.map(a=>a.reg.ast),void 0,[n.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 n=[...this.property.flatMap(r=>r.issues),...this._nodes.flatMap(r=>r.getIssues(e)),...this._deletedNodes.flatMap(r=>r.node.getIssues(e)),...this.deletedPropertiesIssues,...this.deletedNodesIssues,...this.missingBinding,...this.getOverlappinNodeAddressesIssues(e)];return this.name==="/"&&this.definitions.length&&(this._nodes.some(r=>r.name==="cpus")||n.push(At(9,this.definitions.at(-1).name??new q(z(this.definitions.at(-1).firstToken)),Zn.DiagnosticSeverity.Error,this.definitions.slice(0,-1),void 0,["/","cpus"]))),n}get deletedPropertiesIssues(){return[...this._deletedProperties.flatMap(e=>[At(6,e.property.ast,Zn.DiagnosticSeverity.Hint,[e.by],[Zn.DiagnosticTag.Deprecated],[e.property.name]),...e.property.allReplaced.map(n=>At(6,n.ast,Zn.DiagnosticSeverity.Hint,[e.by],[Zn.DiagnosticTag.Deprecated],[e.property.name])),...e.property.issues])]}get deletedNodesIssues(){return this._deletedNodes.flatMap(e=>[...[...e.node.definitions.filter(n=>n instanceof Ie),...e.node.referencedBy].flatMap(n=>{let r;return n instanceof Ie?r=n.name.toString():n.reference instanceof de?r=n.reference.label.value:r=n.reference.path.pathParts.at(-1).name,At(7,n,Zn.DiagnosticSeverity.Hint,[e.by],[Zn.DiagnosticTag.Deprecated],[r])})])}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,n){return this._nodes.some(r=>r.name===e&&(r.address===n||r.address?.every((i,s)=>n?.at(s)===i)))}hasProperty(e){return this._properties.some(n=>n.name===e)}getProperty(e){return this._properties.find(n=>n.name===e)}deleteNode(e,n,r){let i=this._nodes.findIndex(s=>s.name===e&&(s.address===r||r?.every((o,a)=>s.address?.at(a)===o)));i!==-1&&(this._deletedNodes.push({node:this._nodes[i],by:n}),this._nodes.splice(i,1))}get root(){return this.parent?this.parent.root:this}getAllPhandle(e){let n=this.getProperty("phandle")?.ast.values?.values.at(0)?.value;if(n instanceof Rt){let r=n.values[0].value;if(r instanceof Wt&&r.value===e)return[this,...this._nodes.flatMap(i=>i.getAllPhandle(e))]}return this._nodes.flatMap(r=>r.getAllPhandle(e))}getPhandle(e){let n=this.getProperty("phandle")?.ast.values?.values.at(0)?.value;if(n instanceof Rt){let r=n.values[0].value;if(r instanceof Wt&&r.value===e)return this}return this._nodes.flatMap(r=>r.getPhandle(e)).find(r=>!!r)}getNode(e,n,r=!0){let i=r||!!n||this._nodes.filter(o=>o.name===e).length>1,s=this._nodes.findIndex(o=>o.name===e&&(!i||o.address===n||o.address?.every((a,c)=>n?.at(c)===a)));if(s!==-1)return this._nodes[s]}deleteProperty(e,n){let r=this._properties.findIndex(i=>i.name===e);r!==-1&&(this._deletedProperties.push({property:this._properties[r],by:n}),this._properties.splice(r,1))}addNode(e){this._nodes.push(e)}addProperty(e){let n=this._properties.findIndex(r=>r.name===e.name);if(n===-1)this._properties.push(e);else{let r=this._properties.splice(n,1)[0];this._properties.push(e),e.replaces=r,r.replacedBy=e}e.name==="compatible"&&(this.bindingLoader?this.bindingLoader.getNodeTypes(this).then(r=>{this._nodeTypes=r.type,this.missingBinding.push(...r.issues)}):this._nodeTypes=[Ns(this)])}getChild(e,n=!0){let r=[...e];r.splice(0,1);let i=r[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,n);return r.length===1||!a?a:a.getChild(r)}getChildFromScope(e,n){if(e.length===1&&e[0]===this.fullName)return this;if(e[0]!==this.fullName)return;let r=[...e];return r.splice(0,1),[...this._nodes,...this._deletedNodes.filter(s=>!n(s.by)).map(s=>s.node)].find(s=>s.fullName===r[0])?.getChildFromScope(r,n)}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 n=this.getProperty("reg");if(!n){this.#e=null;return}let r=this.parentAddressCells(e),i=this.parentSizeCells(e),s=[],o=we(n.ast.values)?.reverse();for(;o?.length;){let a=Array.from({length:r}).map(()=>o.pop()),c=Array.from({length:i}).map(()=>o.pop());if(![...a,...c].every(d=>d instanceof tt))continue;let l=a.map(d=>d.evaluate(e)),u=c.map(d=>d.evaluate(e));[...l,...u].every(d=>typeof d=="number")&&s.push({startAddress:l,endAddress:qi(l,u),size:u,ast:new q(z(a[0].firstToken,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 n=this.getProperty("ranges");if(!n){this.#t=null;return}let r=this.sizeCells(e),i=this.addressCells(e),s=this.parentAddressCells(e),o=[],a=we(n.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:r}).map(()=>a.pop());if(![...c,...l,...u].every(y=>y instanceof tt))continue;let d=c.map(y=>y.evaluate(e)),f=l.map(y=>y.evaluate(e)),h=u.map(y=>y.evaluate(e));[...d,...f,...h].every(y=>typeof y=="number")&&o.push({childAddress:d,parentAddress:f,length:h,ast:new q(z(c[0].firstToken,u.at(-1).lastToken))})}return this.#t=o,this.#t}#i;dmaRangeMap(e){if(this.#i!==void 0)return this.#i;let n=this.getProperty("dma-ranges");if(!n){this.#i=null;return}let r=this.sizeCells(e),i=this.addressCells(e),s=this.parentAddressCells(e),o=[],a=we(n.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:r}).map(()=>a.pop());if(![...c,...l,...u].every(y=>y instanceof tt))continue;let d=c.map(y=>y.evaluate(e)),f=l.map(y=>y.evaluate(e)),h=u.map(y=>y.evaluate(e));[...d,...f,...h].every(y=>typeof y=="number")&&o.push({childAddress:d,parentAddress:f,length:h,ast:new q(z(c[0].firstToken,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}#n;addressCells(e){if(this.#n!==void 0)return this.#n;let n=this?.getProperty("#address-cells");return this.#n=n?Re(n,0,0,e)??2:2,this.#n}#o;sizeCells(e){if(this.#o!==void 0)return this.#o;let n=this.getProperty("#size-cells");return this.#o=n?Re(n,0,0,e)??1:1,this.#o}#f;mappedReg(e){if(this.#f!==void 0)return this.#f;let n=this.parent?.rangeMap(e),r=this.regArray(e);return this.#f=r?.flatMap(i=>{let s=i.startAddress,o=i.size,a=qi(s,o),c={startAddress:s,startAddressRaw:s,size:o,endAddress:a,endAddressRaw:a,inMappingRange:!1,regAst:i.ast,missingMapping:!1};if(!n)return[c];let l=yN(n,s);return l.length?l.map(u=>(c.mappedAst=u.ast,c.startAddress=u.start,c.endAddress=qi(u.start,o),c.inMappingRange=Kn(c.endAddress,u.end)<=0,c.mappingEnd=u.end,{...c,mappedAst:u.ast,startAddress:u.start,endAddress:qi(u.start,o),inMappingRange:Kn(c.endAddress,u.end)<=0,mappingEnd:u.end})):(c.missingMapping=!0,[c])}).sort((i,s)=>Kn(i.endAddress,s.endAddress))??[],this.#f}getNexusMapEntyMatch(e,n,r,i=[]){let s=new q(z(r[0].firstToken,r.at(-1).lastToken)),o=this.getNexusMap(e,n);if(o){let a=[...i.map((l,u)=>l&(o.mapMask.at(u)??4294967295)),...r.map((l,u)=>{let d=l instanceof tt?l.evaluate(n):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 tt?u.evaluate(n):u).toString()).join(":")===a);return{entry:s,match:c}}return{entry:s}}getNexusMap(e,n){let r=this.getProperty(`${e}-map`),i=we(r?.ast.values);if(!i?.length)return;let s=this.root,o=this.getProperty(`#${e}-cells`);if(!o)return;let a=Re(o,0,0,n);if(a==null)return;e==="interrupt"&&(a+=this.addressCells(n));let c=[],l=0;for(;l<i.length;){let f=i.slice(l,a+l);if(l+=a,i.length<l+1)break;let h=qn(i[l],s);if(!h)break;let y=h.getProperty(`#${e}-cells`);if(!y)return;l++;let p=Re(y,0,0,n);if(p==null||(e==="interrupt"&&(p+=h.addressCells(n)),l+=p,i.length<l))break;let T=i.slice(l-p,l);c.push({mappingValues:f,node:h,parentValues:T})}let u=this.getProperty(`${e}-map-mask`);return{mapMask:Array.from({length:a}).map((f,h)=>(u?Re(u,0,h,n):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?`
|
|
257
|
-
`:""}${this.property.map(
|
|
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(`
|
|
258
266
|
`)}${this.nodes.length?`
|
|
259
|
-
${this.nodes.map(
|
|
267
|
+
${this.nodes.map(r=>`${r.fullName}{ /* ... */ };`).join(`
|
|
260
268
|
`)}`:""}
|
|
261
|
-
};`}toMarkupContent(e){return{kind:
|
|
262
|
-
`)}}toFullString(e,
|
|
263
|
-
${" ".repeat(
|
|
264
|
-
${" ".repeat(
|
|
265
|
-
${" ".repeat(
|
|
266
|
-
${" ".repeat(
|
|
267
|
-
${" ".repeat(
|
|
268
|
-
${" ".repeat(
|
|
269
|
-
${" ".repeat(
|
|
270
|
-
${" ".repeat(
|
|
271
|
-
${" ".repeat(
|
|
272
|
-
${" ".repeat(
|
|
273
|
-
${" ".repeat(
|
|
274
|
-
`)}}
|
|
275
|
-
`,`
|
|
276
|
-
`).
|
|
277
|
-
`),this.lines[this.lines.length-1]=this.lines[this.lines.length-1].slice(0,-1),e.endsWith(`
|
|
278
|
-
`)&&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==="?"}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 n=this.lineNumber;if(!this.move()||this.lineNumber!==n)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 n=e,r;for(;this.currentChar!==e;){if(this.currentChar===`
|
|
279
|
-
`){let a=this.lineNumber,c=this.columnNumber,l=n.length;this.pushToken({tokens:[21],value:n,pos:{col:c-l,line:a,len:l,colEnd:c},adjacentToken:r}),r=this._tokens.at(-1),n=""}else if(this.currentChar==="\\"){let a=this.lineNumber;if(n+=this.currentChar??"",this.move())a===this.lineNumber&&(n+=this.currentChar??"");else break}else n+=this.currentChar??"";if(!this.move())break}n+=e;let i=this.lineNumber,s=this.columnNumber+1,o=n.length;this.pushToken({tokens:[21],value:n,pos:{col:s-o,line:i,len:o,colEnd:s},adjacentToken:r}),this.move()}lexIt(){for(;!this.endOfFile&&(this.whiteSpace(),!this.endOfFile);){let e=this.getWord();e&&this.process(e)}}process(e){let n=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(!n)throw new Error(`Lexer is not complete!!! Could not find token for "${e}"`);let r=this._tokens.at(-1);return n&&!r?.tokens.some(i=>i===21)&&r&&r.pos.len<e.length?this.process(e.slice(r.pos.len)):!0}whiteSpace(){for(;this.isWhiteSpace();)this.move()}pushToken(e){let n={...e,uri:this.uri},r=this._tokens.at(-1);n.prevToken=r,r&&(r.nextToken=n),this._tokens.push(n)}isLetters(e){let n=e.match(/^[A-Za-z]+/);return n?.[0]?(this.pushToken({tokens:[47],value:n?.[0],pos:this.generatePos(e,n?.[0])}),!0):!1}isDigit(e){let n=e.match(/^[0-9]/);return n?.[0]?(this.pushToken({tokens:[20,19],value:n[0],pos:this.generatePos(e,n[0])}),!0):!1}isHexDigit(e){let n=e.match(/^[A-Fa-f]/);return n?.[0]?(this.pushToken({tokens:[20,47],value:n[0],pos:this.generatePos(e,n[0])}),!0):!1}isCurlyOpen(e){let n="{";return e===n?(this.pushToken({tokens:[2],pos:this.generatePos(e,n),value:"{"}),!0):!1}isCurlyClose(e){let n="}";return e===n?(this.pushToken({tokens:[3],pos:this.generatePos(e,n),value:"}"}),!0):!1}isSemicolon(e){let n=";";return e===n?(this.pushToken({tokens:[1],pos:this.generatePos(e,n),value:n}),!0):!1}isColon(e){let n=":";return e===n?(this.pushToken({tokens:[50],pos:this.generatePos(e,n),value:n}),!0):!1}isHash(e){let n="#";return e.startsWith(n)?(this.pushToken({tokens:[46],pos:this.generatePos(e,n),value:n}),!0):!1}unknownToken(e){return this.pushToken({tokens:[41],pos:this.generatePos(e," "),value:e}),!0}isAssignOperator(e){let n="=";return e===n?(this.pushToken({tokens:[0],pos:this.generatePos(e,n),value:n}),!0):!1}isGtSym(e){let n=">";return e===n?(this.pushToken({tokens:[4],pos:this.generatePos(e,n),value:n}),!0):!1}isLtSym(e){let n="<";return e===n?(this.pushToken({tokens:[5],pos:this.generatePos(e,n),value:n}),!0):!1}isLogicalNot(e){let n="!";return e===n?(this.pushToken({tokens:[6],pos:this.generatePos(e,n),value:n}),!0):!1}isBitwiseOr(e){let n="|";return e===n?(this.pushToken({tokens:[8],pos:this.generatePos(e,n),value:n}),!0):!1}isBitwiseXOr(e){let n="^";return e===n?(this.pushToken({tokens:[9],pos:this.generatePos(e,n),value:n}),!0):!1}isAmpersand(e){let n="&";return e===n?(this.pushToken({tokens:[40,7],pos:this.generatePos(e,n),value:n}),!0):!1}isBitwiseNot(e){let n="~";return e===n?(this.pushToken({tokens:[10],pos:this.generatePos(e,n),value:n}),!0):!1}isRoundOpen(e){let n="(";return e===n?(this.pushToken({tokens:[42],pos:this.generatePos(e,n),value:n}),!0):!1}isRoundClose(e){let n=")";return e===n?(this.pushToken({tokens:[43],pos:this.generatePos(e,n),value:n}),!0):!1}isSquareOpen(e){let n="[";return e===n?(this.pushToken({tokens:[11],pos:this.generatePos(e,n),value:n}),!0):!1}isSquareClose(e){let n="]";return e===n?(this.pushToken({tokens:[12],pos:this.generatePos(e,n),value:n}),!0):!1}isComma(e){let n=",";return e===n?(this.pushToken({tokens:[24],pos:this.generatePos(e,n),value:n}),!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 n=e.match(/^["']/);return n?.[0]?(this.rewind(e.slice(1)),this.getString(n[0]),!0):!1}isForwardSlash(e){let n="/";return e===n?(this.pushToken({tokens:[13],pos:this.generatePos(e,n),value:"/"}),!0):!1}isBackSlash(e){let n="\\";return e===n?(this.pushToken({tokens:[14],pos:this.generatePos(e,n),value:"\\"}),!0):!1}isAddOperator(e){let n="+";return e===n?(this.pushToken({tokens:[15],pos:this.generatePos(e,n),value:n}),!0):!1}isQuestionMark(e){let n="?";return e===n?(this.pushToken({tokens:[44],pos:this.generatePos(e,n),value:n}),!0):!1}isPeriod(e){let n=".";return e===n?(this.pushToken({tokens:[45],pos:this.generatePos(e,n),value:n}),!0):!1}isNegateOperator(e){let n="-";return e===n?(this.pushToken({tokens:[16],pos:this.generatePos(e,n),value:n}),!0):!1}isUnderScore(e){let n="_";return e===n?(this.pushToken({tokens:[48],pos:this.generatePos(e,n),value:n}),!0):!1}isAt(e){let n="@";return e===n?(this.pushToken({tokens:[49],pos:this.generatePos(e,n),value:n}),!0):!1}isMultiplicationOperator(e){let n="*";return e===n?(this.pushToken({tokens:[17],pos:this.generatePos(e,n),value:n}),!0):!1}isModulusOperator(e){let n="%";return e===n?(this.pushToken({tokens:[18],pos:this.generatePos(e,n),value:n}),!0):!1}isCDefine(e){let n="#define";return e.toLowerCase()===n?(this.pushToken({tokens:[25],pos:this.generatePos(e,n),value:n}),!0):!1}isCInclude(e){let n="#include";return e.toLowerCase()===n?(this.pushToken({tokens:[26],pos:this.generatePos(e,n),value:n}),!0):!1}isCLine(e){let n="#line";return e.toLowerCase()===n?(this.pushToken({tokens:[27],pos:this.generatePos(e,n),value:n}),!0):!1}isCUndef(e){let n="#undef";return e.toLowerCase()===n?(this.pushToken({tokens:[28],pos:this.generatePos(e,n),value:n}),!0):!1}isCError(e){let n="#error";return e.toLowerCase()===n?(this.pushToken({tokens:[29],pos:this.generatePos(e,n),value:n}),!0):!1}isCPragma(e){let n="#pragma";return e.toLowerCase()===n?(this.pushToken({tokens:[30],pos:this.generatePos(e,n),value:n}),!0):!1}isCDefined(e){let n="#defined";return e.toLowerCase()===n?(this.pushToken({tokens:[31],pos:this.generatePos(e,n),value:n}),!0):!1}isCIf(e){let n="#if";return e.toLowerCase()===n?(this.pushToken({tokens:[32],pos:this.generatePos(e,n),value:n}),!0):!1}isCIfDef(e){let n="#ifdef";return e.toLowerCase()===n?(this.pushToken({tokens:[33],pos:this.generatePos(e,n),value:n}),!0):!1}isCIfNDef(e){let n="#ifndef";return e.toLowerCase()===n?(this.pushToken({tokens:[34],pos:this.generatePos(e,n),value:n}),!0):!1}isCElIf(e){let n="#elif";return e.toLowerCase()===n?(this.pushToken({tokens:[35],pos:this.generatePos(e,n),value:n}),!0):!1}isCElse(e){let n="#else";return e.toLowerCase()===n?(this.pushToken({tokens:[36],pos:this.generatePos(e,n),value:n}),!0):!1}isCEndIf(e){let n="#endif";return e.toLowerCase()===n?(this.pushToken({tokens:[37],pos:this.generatePos(e,n),value:n}),!0):!1}isCTrue(e){let n="true";return e==n?(this.pushToken({tokens:[38],value:n,pos:this.generatePos(e,n)}),!0):!1}isCFalse(e){let n="false";return e==n?(this.pushToken({tokens:[39],value:n,pos:this.generatePos(e,n)}),!0):!1}generatePos(e,n){let r=this.columnNumber-e.length;return{line:this.lineNumber,col:r,len:n.length,colEnd:r+n.length}}};var ct=class extends q{constructor(e){super(e),this.semanticTokenType="keyword",this.semanticTokenModifiers="declaration"}};var iy=require("fs"),jo=require("path");var SR=K(J());var It=class extends tt{constructor(n,r){super(r);this.name=n;this.docSymbolsMeta={name:this.name.toString(),kind:SR.SymbolKind.Variable},this.semanticTokenType="macro",this.semanticTokenModifiers="declaration"}toString(){return this.name}};var af=class extends q{constructor(n,r){super(r);this.operator=n;this.semanticTokenType="operator",this.semanticTokenModifiers="declaration"}toString(){return this.operator}};var _R=K(J());var cf=class extends ct{toString(){return"..."}},zr=class extends q{constructor(n,r){super();this.functionName=n;this.params=r;this.addChild(n),this.params.forEach(i=>this.addChild(i))}getDocumentSymbols(n){return se(this.uri,n)?[{name:this.functionName.name,kind:_R.SymbolKind.Function,range:te(this),selectionRange:te(this),children:this.params.flatMap(r=>r.getDocumentSymbols(n))}]:[]}toString(){return`${this.functionName}(${this.params.map(n=>n.toString()).join(",")})`}};var Ui=class{constructor(){this.positionStack=[];this._issues=[];this.issueLengthPositionStack=[];this.moveEndOfLine=(e,n=!0)=>{let r=e.pos.line;if(this.currentToken?.pos.line!==r||!se(this.currentToken?.uri,e.uri))return;let i=this.currentToken,s=i;for(;this.currentToken?.pos.line===r&&se(this.currentToken?.uri,e.uri);)s=this.moveToNextToken;if(n){let o=new q(z(i,s));this._issues.push(W(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(),n=this.positionStack.pop();if(n===void 0||e===void 0)throw new Error("Index out of bounds");this.positionStack[this.positionStack.length-1]=n}peekIndex(e=1){let n=this.positionStack.at(-1*e);if(n===void 0)throw new Error("Index out of bounds");return n}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 n=[];return e.every(r=>{let i=this.currentToken,s=r(i),o=!1;return s!=="no"&&i&&(n.push(i),this.moveToNextToken,o=zt(i,this.currentToken)),s==="yes"&&o}),this.mergeStack(),n}consumeAnyConcurrentTokens(e){this.enqueueToStack();let n=[],r,i=!0;for(;e.some(s=>s(this.currentToken)==="yes"&&i);)n.push(this.currentToken),r=this.currentToken,this.moveToNextToken,i=zt(r,this.currentToken);return this.mergeStack(),n}getDocumentSymbols(e){return this.allAstItems.flatMap(n=>n.getDocumentSymbols(e))}getWorkspaceSymbols(){return this.allAstItems.flatMap(e=>e.getWorkspaceSymbols())}buildSemanticTokens(e,n){let r=[],i=(s,o,a)=>{if(!a?.start||!a?.end||!se(a.start.uri,n)||!se(a.end.uri,n))return;let c=a.end.pos.colEnd-a.start.pos.col;r.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)}),r.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,n){this.enqueueToStack();let r=this.consumeAnyConcurrentTokens([19,47,48].map(Oe));if(!r.length){this.popStack();return}let i=r.map(o=>o.value).join("");if(!i.match(/^[_A-Za-z]/)){this.popStack();return}let s=new It(i,z(r[0],r.at(-1)));return!n&&s.name!=="defined"&&(e.get(s.name)||this._issues.push(W(42,s))),this.mergeStack(),s}isOperator(){this.enqueueToStack();let e=this.moveToNextToken;if(!e){this.popStack();return}let n=e,r;if(F(e,40)?(r="&",F(this.currentToken,40)&&(r="&&",n=this.moveToNextToken)):F(e,10)?(r="!",F(this.currentToken,0)&&(r="!=",n=this.moveToNextToken)):F(e,8)?(r="|",F(this.currentToken,8)&&(r="||",n=this.moveToNextToken)):F(e,9)?r="^":F(e,4)?(r=">",F(this.currentToken,4)?(r="<<",n=this.moveToNextToken):F(this.currentToken,0)&&(r=">=",n=this.moveToNextToken)):F(e,5)?(r="<",F(this.currentToken,5)?(r=">>",n=this.moveToNextToken):F(this.currentToken,0)&&(r="<=",n=this.moveToNextToken)):F(e,15)?r="+":F(e,16)?r="-":F(e,17)?r="*":F(e,13)?r="/":F(e,18)?r="%":F(e,46)?F(this.currentToken,46)&&(r="##",n=this.moveToNextToken):F(e,0)&&F(this.currentToken,0)&&(r="==",n=this.moveToNextToken),r){let i=new af(r,z(e,n));return this.mergeStack(),i}this.popStack()}parseScopedBlock(e,n,r){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(p=>"items"in p?a(p.items):p),c=[i],l=[],u=[];u[0]={rewind:o,tokens:[]};let d=this.currentToken;for(;d&&!n(d);){if(r?.(d)){let y=this.peekIndex()+1,p=()=>{this.positionStack[this.positionStack.length-1]=y};c.push(d),l.push(d),u[u.length]={rewind:p,tokens:[]}}else if(e(d)){let y=this.parseScopedBlock(e,n,r);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&&n(f)&&(this.moveToNextToken,c.push(f));let h={startToken:i,items:c,splitTokens:u,endToken:f,separatorTokens:l};return this.mergeStack(),h}isFunctionCall(e){this.enqueueToStack();let n=this.processCIdentifier(e,!1);if(!n){this.popStack();return}let r=this.processMacroCallParams();if(!r){this.popStack();return}if(n.name==="defined")r.length>1?this._issues.push(W(44,n)):r.length<1&&this._issues.push(W(45,n));else{let s=e.get(n.name)?.macro;s&&(s?.identifier instanceof zr?r.length>s.identifier.params.length?this._issues.push(W(44,n,void 0,[s])):r.length<s.identifier.params.length&&this._issues.push(W(45,n,void 0,[s])):this._issues.push(W(43,n)))}let i=new Fr(n,r);return i.lastToken=this.prevToken,this.mergeStack(),i}processHex(){this.enqueueToStack();let e=this.checkConcurrentTokens([Xe("0"),Xe("x",!0)]);if(e.length!==2){this.popStack();return}let n=this.consumeAnyConcurrentTokens([19,20].map(Oe));if(!n.length){this.popStack();return}let r=Number.parseInt(n.map(s=>s.value).join(""),16),i=new Wt(r,z(e[0],n.at(-1)));return this.mergeStack(),i}processDec(e=!1){this.enqueueToStack();let n;e&&(F(this.currentToken,16)||F(this.currentToken,15))&&zt(this.currentToken,this.currentToken?.nextToken)&&(n=this.moveToNextToken);let r=this.consumeAnyConcurrentTokens([19].map(Oe));if(!r.length){this.popStack();return}let i=Number.parseInt(r.map(o=>o.value).join(""),10);n&&F(n,16)&&(i=4294967295-i);let s=new Wt(i,z(n??r[0],r.at(-1)));return this.mergeStack(),s}processEnclosedExpression(e){this.enqueueToStack();let n,r;if(F(this.currentToken,42)){let i;n=this.moveToNextToken,r=n;let s=this.processExpression(e,!0);return s&&(i=new ui(s,!0),s=new ui(i,!1),i.openBracket=n),F(this.currentToken,43)?(r=this.moveToNextToken,i&&(i.closeBracket=r)):this._issues.push(W(26,new q(z(n)))),this.mergeStack(),s}this.popStack()}processExpression(e,n=!1){this.enqueueToStack();let r;if(r=this.processEnclosedExpression(e)||this.isFunctionCall(e)||this.processCIdentifier(e,!1)||this.processHex()||this.processDec(!0),!r){this.popStack();return}if(n){let i=this.isOperator();for(;i;){let s=this.processExpression(e);s?r instanceof ui?r.addExpression(i,s):r=new ui(r,!1,{operator:i,expression:s}):this._issues.push(W(27,i)),i=this.isOperator()}}return this.mergeStack(),r}processMacroCallParams(){if(!F(this.currentToken,42))return;let e=this.parseScopedBlock(r=>!!F(r,42),r=>!!F(r,43),r=>!!F(r,24));return e?.items.length===2&&F(e.endToken,43)?[]:e?.splitTokens.map((r,i)=>{if(r.tokens.length===0)return null;let s=new jr(r.tokens.map((o,a)=>{let c=o.value;return o.pos.line===r.tokens.at(a+1)?.pos.line?c=c.padEnd(r.tokens[a+1].pos.col-o.pos.col," "):o.value==="\\"&&(c=c.slice(0,-1)),c}).join(""),z(r.tokens[0],r.tokens.at(-1)),i);return s.splitToken=e.separatorTokens.at(i),s})}};var lf=class t extends Ui{constructor(n){super();this.uri=n;this.comments=[];this.tokens=[]}cleanUpComments(){let n=[];for(let r=0;r<this.tokens.length;r++){let i=t.processBlockComment(this.tokens,r)||t.processLineComment(this.tokens,r);i&&(r=i.index,n.push(...i.tokenUsed),this.comments.push(i.comment))}n.reverse().forEach(r=>this.tokens.splice(r,1))}get allAstItems(){return this.comments}reset(){super.reset(),this.comments=[]}reparse(){return this.reset(),this.parse()}async parse(){this.tokens=jn().requestTokens(this.uri,!0),this.cleanUpComments()}static processBlockComment(n,r){let i=[],s=()=>(i.push(r++),n[r]),o=()=>n[r],a=()=>n[r-1],c=o(),l=c;if(!c||!F(c,13)||(l=s(),!F(l,17)||c.pos.line!==l.pos.line||c.pos.col+1!==l.pos.col))return;let u=()=>!(!F(a(),17)||!F(o(),13)||!zt(a(),o())),d=l.pos.line,f=c,h=[];l=s();do{if(o()?.pos.line!==d){let T=new Qn(z(f,a()));h.push(T),d=o().pos.line??0,f=o()}l=s()}while(r<n.length&&!u());let y=new Qn(z(f,o()));h.push(y);let p=new Jn(h);return s(),{comment:p,tokenUsed:i,index:r-1}}static processLineComment(n,r){let i=[];if(!F(n[r],13)||n.length===r+1||!F(n[r+1],13)||!zt(n[r],n[r+1]))return;for(;n[r].pos.line===n.at(r+1)?.pos.line;)i.push(r++);return i.push(r++),{comment:new Qn(z(n[i[0]],n[i.at(-1)])),tokenUsed:i,index:r-1}}};var ER=K(J()),uf=class extends q{constructor(n,r){super(n);this.content=r}toString(){let n=this.content.filter(r=>!F(r,14));return n.map((r,i)=>{let s=r.value;return r.pos.line===n.at(i+1)?.pos.line?s=s.padEnd(n[i+1].pos.col-r.pos.col," "):n.at(i+1)&&(s=s.padEnd(s.length+1," ")),s}).join("")}},cc=class extends q{constructor(n,r,i){super();this.keyword=n;this.identifier=r;this.content=i;this.addChild(n),this.addChild(this.identifier),this.content&&this.addChild(this.content)}get name(){return this.identifier instanceof It?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:ER.MarkupKind.Markdown,value:["```cpp",`#define ${this.toString()}`,"```"].join(`
|
|
280
|
-
`)}}};var Ps=class extends q{constructor(e){super(e)}},lc=class extends q{constructor(n,r){super();this.keyword=n;this.content=r;this.active=!1;this.addChild(n)}},uc=class extends lc{constructor(n,r,i){super(n,i);this.identifier=r;this.addChild(r),this.addChild(i)}useBlock(n){return this.identifier&&n.has(this.identifier.name)}},df=class extends lc{constructor(n,r,i){super(n,i);this.expression=r;this.addChild(r),this.addChild(i)}useBlock(n){return this.expression instanceof Fr?this.expression.functionName.name==="defined"?this.expression&&n.has(this.expression.params.at(0)?.value??""):this.expression.isTrue(n):this.expression?.isTrue(n)}},ff=class extends uc{useBlock(e){return this.identifier&&!e.has(this.identifier.name)}},dc=class extends lc{};var qo=class extends q{constructor(n,r,i){super();this.ifDef=n;this.endIf=r;this.elseOption=i;this.addChild(n),i&&this.addChild(i),this.addChild(r)}getInValidTokenRange(n,r){let i=[],s=a=>r.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(n);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}},Vi=class extends q{constructor(n,r,i){super();this.ifBlocks=n;this.endIf=r;this.elseOption=i;n.forEach(s=>this.addChild(s)),i&&this.addChild(i),this.addChild(r)}getInValidTokenRange(n,r){let i=[],s=a=>r.findIndex(c=>c===a),o=!1;return this.ifBlocks.forEach((a,c)=>{i.push({start:s(a.tokenIndexes.start),end:s(a.expression?.tokenIndexes.end??a.keyword.tokenIndexes.end)}),!o&&a.useBlock(n)?(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 fc=K(J());var Fo=class extends Ui{constructor(n,r,i){super();this.uri=n;this.incudes=r;this.tokens=[];this.nodes=[];this.dtsIncludes=[];this.macroSnapShot=new Map;this.macros=new Map;this.macroStart=!1;i&&(Array.from(i).forEach(([s,o])=>this.macroSnapShot.set(s,o)),Array.from(i).forEach(([s,o])=>this.macros.set(s,o)))}get currentToken(){let n=this.prevToken,r=yr(n,this.tokens.at(this.peekIndex()))||!n||F(n,14)&&n.pos.line+1===this.tokens.at(this.peekIndex())?.pos.line;if(!(this.macroStart&&!r))return this.macroStart&&F(this.tokens.at(this.peekIndex()),14)?(this.moveStackIndex(),this.currentToken):this.tokens.at(this.peekIndex())}reset(n){super.reset(),this.macros.clear(),n?(this.macroSnapShot.clear(),Array.from(n).forEach(([r,i])=>this.macroSnapShot.set(r,i)),Array.from(n).forEach(([r,i])=>this.macros.set(r,i))):Array.from(this.macroSnapShot).forEach(([r,i])=>this.macros.set(r,i)),this.nodes=[],this.dtsIncludes=[]}async reparse(n){let r=this.stable;return this.parsing=new Promise(i=>{r.then(()=>{if(n&&n.size===this.macroSnapShot.size){let s=Array.from(n);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(n),this.parse().then(i)})}),this.parsing}async parse(){let n=new lf(this.uri);if(await n.stable,this.tokens=n.tokens,this.nodes.push(...n.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||!se(this.prevToken.uri,this.currentToken.uri))){this.moveEndOfLine(this.prevToken,!1),this.mergeStack();return}let r=this.currentToken,i=await this.processInclude()||this.processDefinitions()||this.processUndef()||this.processIfDefBlocks();r&&this.moveEndOfLine(r,!!i),this.mergeStack()}processDefinitions(){this.enqueueToStack();let n=this.peekIndex(),r=this.moveToNextToken;if(!r||!F(r,25))return this.popStack(),!1;this.macroStart=!0;let i=new ct(z(r)),s=this.isFunctionDefinition()||this.processCIdentifier(this.macros,!0);if(!s)return this._issues.push(W(30,i)),this.mergeStack(),this.macroStart=!1,!0;let o=this.consumeDefinitionContent(),a;o.length&&(a=new uf(z(o[0],o.at(-1)),o));let c=new cc(i,s,a);this.macros.set(c.name,{macro:c,resolver:gN(c.toString())}),this.nodes.push(c);let l=this.peekIndex();return this.tokens.splice(n,l-n),this.positionStack[this.positionStack.length-1]=n,this.mergeStack(),this.macroStart=!1,!0}processUndef(){this.enqueueToStack();let n=this.peekIndex(),r=this.moveToNextToken;if(!r||!F(r,28))return this.popStack(),!1;this.macroStart=!0;let i=new ct(z(r)),s=this.processCIdentifier(this.macros,!0);if(!s)return this._issues.push(W(30,i)),this.mergeStack(),this.macroStart=!1,!0;let o=new cc(i,s);this.macros.delete(s.name),this.nodes.push(o);let a=this.peekIndex();return this.tokens.splice(n,a-n),this.positionStack[this.positionStack.length-1]=n,this.mergeStack(),this.macroStart=!1,!0}consumeDefinitionContent(){let n=[];for(;this.currentToken;){let r=this.moveToNextToken;r&&n.push(r)}return n}isFunctionDefinition(){this.enqueueToStack();let n=this.processCIdentifier(this.macros,!0);if(!n){this.popStack();return}let r=this.moveToNextToken;if(!F(r,42)||!zt(n.lastToken,r)){this.popStack();return}let i=[],s=this.processCIdentifier(this.macros,!0)||this.processVariadic();for(;s;)i.push(s),!F(this.currentToken,24)&&!F(this.currentToken,43)?this._issues.push(W(28,s)):F(this.currentToken,43)||(r=this.moveToNextToken),s=this.processCIdentifier(this.macros,!0)||this.processVariadic();let o=new zr(n,i);return F(this.currentToken,43)?(r=this.moveToNextToken,o.lastToken=r):(o.lastToken=this.prevToken,this._issues.push(W(26,i.at(-1)??o))),this.mergeStack(),o}processVariadic(){this.enqueueToStack();let n=this.checkConcurrentTokens([Oe(45),Oe(45),Oe(45)]);if(n.length!==3){this.popStack();return}let r=new cf(z(n[0],n.at(-1)));return this.mergeStack(),r}processIfDefBlocks(){let n=this.peekIndex(),r=this.parseScopedBlock(o=>!!o&&[33,34,32].some(a=>F(o,a))&&!yr(o.prevToken,o),o=>!!o&&[37].some(a=>F(o,a))&&!yr(o.prevToken,o),o=>!!o&&[36,35].some(a=>F(o,a))&&!yr(o.prevToken,o));if(!r)return;let i;F(r.startToken,32)?i=this.processIfBlock(r,(o,a,c)=>new df(o,a??null,c)):i=this.processIfDefBlock(r,(o,a,c)=>F(r.startToken,33)?new uc(o,a??null,c):new ff(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 Vi?i.ifBlocks:[i.ifDef],...i.elseOption?[i.elseOption]:[]].forEach(o=>{!o.active&&o.content&&this._issues.push(W(47,o.content,fc.DiagnosticSeverity.Hint,[],[fc.DiagnosticTag.Unnecessary]))}),this.positionStack[this.positionStack.length-1]=n}processIfDefBlock(n,r){this.enqueueToStack(),this.macroStart=!0;let i=new ct(z(n.startToken));n.splitTokens[0].rewind();let s=this.processCIdentifier(this.macros,!0);s||this._issues.push(W(31,i)),this.macroStart=!1;let o,a=s?.lastToken.nextToken??i.lastToken.nextToken;a&&n.splitTokens[0].tokens.find(f=>f===a)&&(o=new Ps(z(a,n.splitTokens[0].tokens.at(-1))));let c=r(i,s??null,o??null),l;if(n.splitTokens.length>1){let f=n.splitTokens[1].tokens[0].prevToken,h=new ct(z(f)),y;n.splitTokens[1].tokens.length&&(y=new Ps(z(n.splitTokens[1].tokens[0],n.splitTokens[1].tokens.at(-1)))),l=new dc(h,y??null)}let u;n.endToken?u=new ct(z(n.endToken)):this._issues.push(W(46,i));let d=new qo(c,u??null,l);return this.mergeStack(),d}processIfBlock(n,r){this.enqueueToStack();let i=new ct(z(n.startToken)),s=[],o;n.splitTokens.forEach((l,u)=>{l.rewind();let d=this.prevToken,f=new ct(z(d));this.macroStart=!0;let h=this.processExpression(this.macros,!0)||this.processCIdentifier(this.macros,!0);if(this.macroStart=!1,u===n.splitTokens.length-1&&F(d,36)){let p=d,T=new ct(z(p)),_;l.tokens.length&&(_=new Ps(z(l.tokens[0],l.tokens.at(-1)))),o=new dc(T,_??null)}else{h||this._issues.push(W(31,i));let p,T=h?.lastToken.nextToken??i.lastToken.nextToken;T&&l.tokens.find(v=>v===T)&&(p=new Ps(z(T,n.splitTokens[u].tokens.at(-1))));let _=r(f,h??null,p??null);s.push(_)}});let a;n.endToken?a=new ct(z(n.endToken)):this._issues.push(W(46,i));let c=new Vi(s,a??null,o);return this.mergeStack(),c}get allAstItems(){return[...this.dtsIncludes,...this.nodes]}resolveInclude(n){if(n.path.path)return n.path.relative?[(0,jo.resolve)((0,jo.dirname)(n.uri),n.path.path),...this.incudes.map(r=>(0,jo.resolve)(r,n.path.path))].find(r=>(0,iy.existsSync)(r)):this.incudes.map(r=>(0,jo.resolve)(r,n.path.path)).find(r=>(0,iy.existsSync)(r))}async processInclude(){this.enqueueToStack();let n=this.peekIndex(),r=this.currentToken;if(!r)return this.popStack(),!1;let i=r,s=r;if(F(r,26))this.moveToNextToken;else{let p=this.checkConcurrentTokens([Oe(13),Xe("include"),Oe(13)]);if(p.length!==3)return this.popStack(),!1;i=p[0],s=p.at(-1)}let o=i,a=new ct(z(i,s));r=this.moveToNextToken;let c=r,l=!!F(r,21);if(!c||!l&&!F(r,5))return o&&this.moveEndOfLine(o),this.mergeStack(),!0;let u="";if(l)u=r?.value??"";else for(;this.currentToken?.pos.line===o.pos.line&&!F(this.currentToken,4);)u+=this.currentToken?.value??"",r=this.moveToNextToken;let d=new Do(u,l,z(c,r)),f=new pi(a,d);this.dtsIncludes.push(f),l||(this.currentToken?.pos.line!==o.pos.line||!F(this.currentToken,4)?this._issues.push(W(12,f)):(r=this.moveToNextToken,d.lastToken=r)),this.mergeStack();let h=this.peekIndex(),y=this.resolveInclude(f);if(f.resolvedPath=y,y||this._issues.push(W(36,f.path,fc.DiagnosticSeverity.Warning)),y){jn().requestTokens(y,!0);let p=await hc().getCPreprocessorParser(y,this.incudes,this.macros,this.uri);await p.stable,this._issues.push(...p.issues),this.macros.clear(),Array.from(p.macros).forEach(([T,_])=>this.macros.set(T,_)),y.endsWith(".h")?this.tokens.splice(n,h-n):this.tokens.splice(n,h-n,...p.tokens),this.nodes.push(...p.nodes),this.dtsIncludes.push(...p.dtsIncludes)}else this.tokens.splice(n,h-n);return this.positionStack[this.positionStack.length-1]=n,!0}};var sy,hf=class{constructor(){this.headerFiles=new Map;this.includeOwners=new WeakMap}getCPreprocessorParser(e,n,r,i){e=nt(e);let s=`${Array.from(r).map(l=>l[1].macro.toString()).join("::")}`,o=this.headerFiles.get(e)?.get(s);if(o)return o.reparse(r),o;console.log("No cpreprocess cache",e);let a=new Fo(e,n,r),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=nt(e);let n=this.headerFiles.get(e);n&&Array.from(n).forEach(r=>{r[1]&&(console.log("disposing cpreprocessor cache for",e),Array.from(this.includeOwners.get(r[1])??[]).forEach(this.reset.bind(this)),this.headerFiles.delete(e))})}};function hc(){return sy??=new hf,sy}function wR(){sy=new hf}var oy,pf=class t{constructor(){this.fileMap=new Map}static clone(e){let n=e.map(r=>({...r}));return n.forEach((r,i)=>{r.prevToken=n[i-1],r.nextToken=n[i+1]}),n}needsRenew(e,n){return e=nt(e),this.fileMap.get(e)?.text!==n}getDocument(e){return Po.create(e,"devicetree",0,this.fileMap.get(e)?.text??(0,pc.readFileSync)(e).toString())}renewLexer(e,n){if(e=nt(e),hc().reset(e),!e||!(0,pc.existsSync)(e))return[];try{n??=(0,pc.readFileSync)(e).toString();let r=new of(n,e);return this.fileMap.set(e,r),t.clone(r.tokens)}catch{}return[]}requestTokens(e,n){e=nt(e);let r=this.fileMap.get(e)?.tokens;return!r&&n?[...this.renewLexer(e)]:t.clone(r??[])}reset(e){e=nt(e),hc().reset(e),this.fileMap.delete(e)}};function jn(){return oy??=new pf,oy}function kR(){oy=new pf}var Bo=class t{constructor(e){this.context=e;this.comments=[];this.includes=[];this.roots=[];this.references=[];this.unlinkedDeletes=[];this.unlinkedRefNodes=[];this.globalDeletes=[];this.rootNode=new ke(this.context.bindingLoader,"/");this.labelsUsedCache=new Map;this.fileTopMostAstCache=new Map}fileTopMostAsts(e){let n=this.fileTopMostAstCache.get(e);if(n)return n;let r=[...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,r),r}getDeepestAstNode(e,n){let i=this.fileTopMostAsts(e).find(s=>Xn(s,e,n)||pN(jn().requestTokens(e,!1),s,n));if(i instanceof jt){let o=this.rootNode.getReferenceBy(i)?.getDeepestAstNode(e,n);return o?{...o,runtime:this}:{item:null,runtime:this,ast:Br(i,e,n)}}else if(i instanceof gt&&i.path){let s=this.rootNode.getDeepestAstNode(e,n);return s?{...s,runtime:this}:void 0}else if(i instanceof Ie&&i.path){let s=t.getNodeFromPath(i.path.slice(1),this.rootNode)?.getDeepestAstNode(e,n);return s?{...s,runtime:this}:void 0}else if(i)return{runtime:this,item:null,ast:Br(i,e,n)}}static getNodeFromPath(e,n,r=!0){if(e.length===0)return n;let i=e[0].split("@"),s=i[0],a=i.at(1)?.split(",").map(u=>Number.parseInt(u,16)),c=e.slice(1),l=n.getNode(s,a,r);return l?t.getNodeFromPath(c,l,r):void 0}resolvePath(e,n){if(!e.at(0)?.startsWith("&"))return e;let r=this.labelsUsedCache.get(e[0].slice(1));return r||(n??=this.rootNode.allDescendantsLabels,n.find(s=>s.label.value===e.at(0)?.slice(1)&&s.parentNode instanceof mt)?.lastLinkedTo?.path)}get issues(){return[...this.labelIssues(),...this.rootNode.getIssues(this.context.macros)]}labelIssues(){let e=[],n=new Map;return this.rootNode.allDescendantsLabelsMapped.forEach(r=>{n.has(r.label.label.value)?n.get(r.label.label.value)?.push(r):n.set(r.label.label.value,[r])}),Array.from(n).forEach(r=>{let i=r[1];if(i.length>1){let s=i.find(a=>a.owner instanceof ke);(!i.every(a=>a&&a.owner===s?.owner)||!s)&&e.push(At(4,i.at(0).label,NR.DiagnosticSeverity.Error,i.slice(1).map(a=>a.label),[],[i.at(0).label.label.value]))}}),e}get typesIssues(){let e=n=>[...n.nodeType?.getIssue(this,n)??[],...n.nodes.flatMap(r=>e(r))];return this.typesIssuesCache??=e(this.rootNode),this.typesIssuesCache}getOrderedNodeAst(e){return mN([...e.definitions,...e.referencedBy],this.context)}};var PR=K(J()),mf=class extends q{constructor(n){super();this.values=n;this.docSymbolsMeta={name:"Values",kind:PR.SymbolKind.String},this.values.forEach(r=>this.addChild(r))}toString(){return this.values.map(n=>n?.toString()).join(",")}toJson(){return this.values.length===1?this.values[0]?.toJson():this.values.map(n=>n?.toJson())}};var RR=K(J()),gf=class extends q{constructor(n){super();this.keyword=n;this.addChild(n),this.docSymbolsMeta={name:"DTS Document version",kind:RR.SymbolKind.Function}}};var Wr=class extends q{constructor(n,r){super();this.value=n;this.labels=r;this.labels.forEach(i=>{this.addChild(i)}),this.addChild(this.value)}toString(n){return`${this.labels.map(r=>r.toString()).join(" ")}${this.value?.toString(n)??"NULL"}`}toPrettyString(n){return`${this.labels.map(r=>r.toString()).join(" ")}${this.value?.toPrettyString(n)??"NULL"}`}};var CR=K(J()),yf=class extends q{constructor(n,r,i){super();this.keyword=n;this.startAddress=r;this.endAddress=i;this.addChild(n),this.docSymbolsMeta={name:"Memreserve",kind:CR.SymbolKind.Function},this.addChild(r),this.addChild(i)}toString(){return`/memreserve/ 0x${this.startAddress?.value?.toString(16)} 0x${this.endAddress?.value?.toString(16)}`}};var DR=K(J()),vf=class extends q{constructor(n,r){super();this.keyword=n;this.bitsSize=r;this.addChild(n),this.docSymbolsMeta={name:"bits",kind:DR.SymbolKind.Function},this.addChild(r)}toString(){return`/bits/ ${this.bitsSize?.value?.toString()}`}};var bf=K(J()),mc=class extends Ui{constructor(n,r,i){super();this.uri=n;this.incudes=r;this.tokens=[];this.others=[];this.rootDocument=new mt;this.unhandledStatements=new gt;this.cPreprocessorParser=new Fo(this.uri,this.incudes,i)}get issues(){return[...this._issues,...this.cPreprocessorParser.issues]}getFiles(){return[this.uri,...this.cPreprocessorParser.dtsIncludes.flatMap(n=>n.resolvedPath).filter(n=>!!n)]}reset(){super.reset(),this.others=[],this.rootDocument=new mt,this._issues=[],this.unhandledStatements=new gt}async reparse(){let n=performance.now(),r=this.stable;return this.parsing=new Promise(i=>{r.then(async()=>{this.reset(),await this.cPreprocessorParser.reparse(),await this.parse(),console.log("parsing",performance.now()-n),i()})}),this.parsing}async parse(){let n=performance.now();if(await this.cPreprocessorParser.stable,this.tokens=this.cPreprocessorParser.tokens,nt(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 i=this.moveToNextToken;if(i){let s=new q(z(i));this._issues.push(W(22,s)),this.reportExtraEndStatements()}}};for(;!this.done;)await r();if(this.unhandledStatements.properties.forEach(i=>{this._issues.push(W(32,i))}),this.unhandledStatements.deleteProperties.forEach(i=>{this._issues.push(W(33,i))}),this.positionStack.length!==1)throw new Error("Incorrect final stack size")}isRootNodeDefinition(n){this.enqueueToStack();let r=this.moveToNextToken,i=r,s=13;if(!r||!F(r,s))return this.popStack(),!1;if(i=this.moveToNextToken,s=2,!i||!F(i,s))return this.popStack(),!1;let o=new gt;o.openScope=i,n.addNodeChild(o),this.processNode(o,"Name");let a=this.nodeEnd(o)??i;return o.firstToken=r,o.lastToken=a,this.mergeStack(),!0}nodeEnd(n){let r=this.currentToken;if(F(r,3))this.moveToNextToken;else{let i=this.prevToken;if(i){let s=new q(z(i));this._issues.push(W(3,s))}return this.endStatement(!1)}return this.prevToken?.value==="}"&&(n.closeScope=this.prevToken),this.endStatement()}isNodeEnd(){return F(this.currentToken,3)||F(this.currentToken,1)}endStatement(n=!0){let r=this.currentToken;if(!F(r,1)){let i=this.prevToken;if(i&&n){let s=new q(z(this.prevToken));return this._issues.push(W(1,s)),i}}return this.moveToNextToken,this.reportExtraEndStatements(),r}reportExtraEndStatements(){for(;F(this.currentToken,1);){let n=this.moveToNextToken;if(n){let r=new q(z(n));this._issues.push(W(23,r))}}}processNode(n,r){if(this.done)return!1;let i=!1,s=!1;do{if(s=this.isChildNode(n,r)||this.isProperty(n)||this.isDeleteNode(n,r)||this.isDeleteProperty(n),!s&&!this.isNodeEnd()&&!this.done){let o=this.moveToNextToken;if(o){let a=new q(z(o));this._issues.push(W(22,a)),this.reportExtraEndStatements()}}else if(this.done)break;i=i||s}while(!this.isNodeEnd());return i}processOptionalLabelAssign(n=!1){let r=[],i=this.isLabelAssign(n);for(;i;)r.push(i),i=this.isLabelAssign(n);return r}isChildNode(n,r){this.enqueueToStack();let i;r==="Name"&&(i=this.isOmitIfNoRefNode());let s=this.processOptionalLabelAssign(),o,a,c=r==="Ref"?new jt(s):new Ie(s,i);if(r==="Ref"?(this.enqueueToStack(),a=this.processNodePathRef(),!a||!F(this.currentToken,2)?(this.popStack(),a=void 0):this.mergeStack(),a??=this.isLabelRef()):r==="Name"&&(o=this.isNodeName()),!a&&!o){if(!F(this.currentToken,2))return this.popStack(),!1;c.firstToken=this.currentToken,this._issues.push(W(r==="Name"?[7]:[10,48,11],c))}let l=!1;if(a&&c instanceof jt?(c.reference=a,l=!0):o&&c instanceof Ie&&(l=o.address!==void 0,c.name=o),F(this.currentToken,2)){this.moveToNextToken,c.openScope=this.prevToken;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(W(2,u))}else return this.popStack(),!1;return n.addNodeChild(c),this.mergeStack(),!0}processNodeAddress(){let n=this.prevToken;this.enqueueToStack();let r=this.checkConcurrentTokens([Xe("0"),Xe("x",!0)]);r.length!==2?(r=[],this.popStack()):(this._issues.push(W(50,new q(z(r[0],r[1])),bf.DiagnosticSeverity.Warning)),n=r.at(-1),this.mergeStack());let i=this.consumeAnyConcurrentTokens([19,20,48].map(Oe)),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(n){if(o.some(c=>Number.isNaN(c))){let c=new q(z(n));this._issues.push(W(8,c))}else if(!Number.isNaN(o)&&!zt(n,i[0])){let c=new q(z(n,i.at(0)));this._issues.push(W(29,c))}}return this.currentToken?.value.toUpperCase()==="ULL"&&(this._issues.push(W(51,new q(z(this.currentToken)),bf.DiagnosticSeverity.Warning)),this.moveToNextToken),new tc(o,z(r.at(0)??i[0]??this.prevToken,this.prevToken))}processNodeAddresses(n){this.enqueueToStack();let r=this.checkConcurrentTokens([Oe(49)]);if(r.length){if(!zt(n.lastToken,r[0])){let a=new q(z(n.lastToken,r[0]));this._issues.push(W(29,a))}let i=[],s=()=>{if(i.push(this.processNodeAddress()),F(this.currentToken,24)){if(this.prevToken&&!zt(this.prevToken,this.currentToken)){let a=new q(z(this.prevToken,this.currentToken));this._issues.push(W(29,a))}this.moveToNextToken,s()}};s();let o=this.currentToken;for(;!F(this.currentToken,2)&&!F(this.currentToken,1)&&!F(this.currentToken,3)&&yr(this.currentToken,i.at(-1)?.lastToken);)this.moveToNextToken;if(o&&o!==this.currentToken){this._issues.push(W(52,new q(z(o,this.currentToken))));let a=new tc([],z(o,this.prevToken));i.push(a)}return this.mergeStack(),i}this.popStack()}isNodeName(){this.enqueueToStack();let n=this.consumeAnyConcurrentTokens([19,47,24,45,48,15,16].map(Oe));if(!n.length){this.popStack();return}let r=n.map(o=>o.value).join(""),i=new xe(r,z(n[0],n.at(-1))),s=this.processNodeAddresses(i);return i.address=s,r.match(/^[A-Za-z]/)||this._issues.push(W(49,i)),this.mergeStack(),i}isPropertyName(){this.enqueueToStack();let n=this.consumeAnyConcurrentTokens([19,47,24,45,48,15,16,44,46].map(Oe));if(!n.length){this.popStack();return}let r=new He(n.map(i=>i.value).join(""),z(n[0],n.at(-1)));return this.mergeStack(),r}isLabelName(){this.enqueueToStack();let n=this.consumeAnyConcurrentTokens([19,47,48].map(Oe));if(!n.length){this.popStack();return}let r=n.map(s=>s.value).join("");if(!r.match(/^[A-Za-z]/)){this.popStack();return}let i=new Ht(r,z(n[0],n.at(-1)));return this.mergeStack(),i}isLabelAssign(n){this.enqueueToStack();let r=this.consumeAnyConcurrentTokens([19,47,48].map(Oe));if(!r.length){this.popStack();return}let i=r.map(c=>c.value).join("");if(!i.match(/^[A-Za-z]/)){this.popStack();return}let s=this.currentToken,o=s&&F(s,50),a=new Bi(new Ht(i,z(r[0],r.at(-1))),z(r[0],o?s:r.at(-1)));if(o){let c=r.at(-1);c&&(s.pos.line!==a.firstToken.pos.line||s.pos.col!==c.pos.colEnd)&&this._issues.push(W(29,new q(z(c,s)))),this.moveToNextToken}else if(n)this._issues.push(W(24,a));else{this.popStack();return}return this.mergeStack(),a}isProperty(n){this.enqueueToStack();let r=this.processOptionalLabelAssign(),i=this.isPropertyName();if(!i)return this.popStack(),!1;if(F(this.currentToken,2)||F(this.currentToken,49))return this.popStack(),!1;let s=new Ge(i,r),o;F(this.currentToken,0)?(s.assignOperatorToken=this.currentToken,this.moveToNextToken,o=this.processValue(),o?.values.filter(c=>!!c).length||this._issues.push(W(0,s)),s.values=o??null):s.values=void 0;let a=this.endStatement();return s.lastToken=a,n.addNodeChild(s),this.mergeStack(),!0}isDtsDocumentVersion(){this.enqueueToStack();let n=this.checkConcurrentTokens([Oe(13),Xe("d"),Xe("ts"),Oe(16),Xe("v"),Xe("1")]);if(n.length!==6)return this.popStack(),!1;let r=n[0],i=r,s=new ct;s.firstToken=r;let o=new gf(s);if(this.others.push(o),F(this.currentToken,13))i=this.moveToNextToken;else return s.lastToken=n.at(-1),this._issues.push(W(21,o)),this.mergeStack(),!0;return s.lastToken=i,o.lastToken=this.endStatement(),this.mergeStack(),!0}isMemreserve(){this.enqueueToStack();let n=this.checkConcurrentTokens([Oe(13),Xe("memreserve")]);if(n.length!==2)return this.popStack(),!1;let r=new ct;r.firstToken=n[0];let s=n[0];F(this.currentToken,13)?(s=this.moveToNextToken,r.lastToken=s):(r.lastToken=n.at(-1),this._issues.push(W(21,r)));let o=this.processHex()||this.processDec(),a=o&&(this.processHex()||this.processDec()),c=new yf(r,o,a);return this.others.push(c),o||this._issues.push(W(37,r)),a||this._issues.push(W(38,o??r)),c.lastToken=this.endStatement(),this.mergeStack(),!0}processBits(){this.enqueueToStack();let n=this.checkConcurrentTokens([Oe(13),Xe("b"),Xe("its")]);if(n.length!==3){this.popStack();return}let r=new ct;r.firstToken=n[0];let s=n[0];F(this.currentToken,13)?(s=this.moveToNextToken,r.lastToken=s):(r.lastToken=n.at(-1),this._issues.push(W(21,r)));let o=this.processDec(),a=new vf(r,o);return this.others.push(a),o?o.value!==8&&o.value!==16&&o.value!==32&&o.value!==64&&this._issues.push(W(40,o)):this._issues.push(W(39,r)),this._issues.push(W(41,a,bf.DiagnosticSeverity.Warning)),this.mergeStack(),a}isOmitIfNoRefNode(){this.enqueueToStack();let n=this.checkConcurrentTokens([Oe(13),Xe("omit"),Oe(16),Xe("if"),Oe(16),Xe("no"),Oe(16),Xe("ref"),Oe(13)]);if(n.length!==9){this.popStack();return}let r=new ct(z(n[0],n.at(-1)));return this.mergeStack(),r}isDeleteNode(n,r){this.enqueueToStack();let i=this.checkConcurrentTokens([Oe(13),Xe("d"),Xe("e"),Xe("lete"),Oe(16),Xe("node")]);if(!i.length)return this.popStack(),!1;let s=i[0],o=s,a=new ct;if(a.firstToken=s,i.length===1&&!F(this.currentToken,2)){this._issues.push(W(25,a)),a.lastToken=i.at(-1);let d=new kn(a);return n.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(W(c.startsWith("/delete-n")?34:25,a)):F(this.currentToken,13)?(o=this.moveToNextToken,a.lastToken=o):this._issues.push(W(21,a));let l=new kn(a);if(yr(a.tokenIndexes?.end,s)){let d=this.processNodePathRef();d&&r==="Name"&&this._issues.push(W(7,d));let f=d?void 0:this.isLabelRef();f&&r==="Name"&&this._issues.push(W(7,f));let h=d||f?void 0:this.isNodeName();h&&r==="Ref"&&this._issues.push(W(10,h)),!d&&!h&&!f&&this._issues.push(W([7,10],l)),l.nodeNameOrRef=d??f??h??null}else r==="Name"?this._issues.push(W(7,a)):r==="Ref"&&this._issues.push(W(10,a));let u=this.endStatement();return l.lastToken=u,n.addNodeChild(l),this.mergeStack(),!0}isDeleteProperty(n){this.enqueueToStack();let r=this.checkConcurrentTokens([Oe(13),Xe("d"),Xe("e"),Xe("lete"),Oe(16),Xe("property")]);if(!r.length)return this.popStack(),!1;let i=r[0],s=i,o=new ct;if(o.firstToken=i,r.length===1&&!F(this.currentToken,2)){this._issues.push(W(25,o)),o.lastToken=r.at(-1);let u=new at(o);return n.addNodeChild(u),this.mergeStack(),!0}let a=r.map(u=>u.value??"").join("");if(!"/delete-property/".startsWith(a)||a.endsWith("-"))return this.popStack(),!1;o.lastToken=r.at(-1),a!=="/delete-property"?this._issues.push(W(a.startsWith("/delete-p")?35:25,o)):F(this.currentToken,13)?(s=this.moveToNextToken,o.lastToken=s):this._issues.push(W(21,o));let c=new at(o);if(yr(o.tokenIndexes?.end,i)){let u=this.isPropertyName();u||this._issues.push(W(6,c)),c.propertyName=u??null}else this._issues.push(W(6,o));let l=this.endStatement();return c.lastToken=l,n.addNodeChild(c),this.mergeStack(),!0}isNodePathRef(){this.enqueueToStack();let n=this.processOptionalLabelAssign(!0),r=this.processNodePathRef();if(!r){this.popStack();return}let i=[];this.currentToken&&this.currentToken.pos.line===this.currentToken.prevToken?.pos.line&&i.push(...this.processOptionalLabelAssign(!0));let s=new hn(n,r,i);return this.mergeStack(),s}processValue(){this.enqueueToStack();let r=(()=>{let s=()=>(this.processStringValue()||this.isNodePathRef()||this.isLabelRefValue()||this.arrayValues()||this.processByteStringValue()||this.isExpressionValue())??null,o=s();if(!o)return[];let a=[o];for(;!F(this.currentToken,1);){let c=this.prevToken,l=this.currentToken,u,d=F(this.currentToken,24);if(d)u=this.currentToken,this.moveToNextToken;else if(!yr(this.prevToken,this.currentToken))break;let f=s();if(l&&f===null&&d){let y=new q(z(l,this.currentToken));this._issues.push(W(0,y))}if(!d&&f===null)break;if(c&&!d&&f){let y=new q(z(c));this._issues.push(W(28,y))}let h=a.at(-1);h&&(h.nextValueSeparator??=u),a.push(f)}return a})();if(r.length===0){this.popStack();return}return this.mergeStack(),new mf(r)}processStringValue(){this.enqueueToStack();let n=this.processOptionalLabelAssign(!0),r=this.consumeAnyConcurrentTokens([Oe(21)]);if(!r.length){this.popStack();return}if(r.some(l=>!l?.value))throw new Error("Token must have value");let i=r.map(l=>l.value).join(`
|
|
281
|
-
`),s=i;s.match(/["']$/)&&(s=s.slice(1,-1));let o=new je(s,z(r[0],r.at(-1)));i.match(/["']$/)||this._issues.push(W(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 hn(n,o,a);return this.mergeStack(),c}arrayValues(){this.enqueueToStack();let n=this.processOptionalLabelAssign(!0),r=this.processBits(),i=this.currentToken;if(F(i,5))this.moveToNextToken;else{this.popStack();return}let s=this.processArrayValues()??null;s.openBracket=i;let o=this.processOptionalLabelAssign(!0)??[],a=new hn(n,s,o,r);F(this.currentToken,4)?(s&&(s.closeBracket=this.currentToken),this.moveToNextToken):this._issues.push(W(12,a));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 n=this.processOptionalLabelAssign(!0),r=this.moveToNextToken,i=r;if(!F(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(W(15,u))});let a=new fi(s??[]);a.openBracket=i,a.values.length===0&&(a.firstToken=r,this._issues.push(W(14,a)));let c=new hn(n,a,o);F(this.currentToken,12)?a.closeBracket=this.moveToNextToken:this._issues.push(W(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=r,a.lastToken=this.prevToken,c}processLabeledValue(n){this.enqueueToStack();let r=n(),i=[];if(!r)return this.popStack(),[];for(;r;)i=[...i,r],r=n();if(i){let s=n();s&&(i=[...i,s])}return this.mergeStack(),i}processArrayValues(){this.enqueueToStack();let n=this.processLabeledValue(()=>this.processRefValue(!1)||this.processLabeledHex(!1)||this.processLabeledDec(!1)||this.processLabeledExpression(!0,!1)),r=new Rt(n);return n.length===0&&(r.firstToken=this.currentToken),this.mergeStack(),r}processLabeledHex(n){this.enqueueToStack();let r=this.processOptionalLabelAssign(n),i=this.processHex();if(!i){this.popStack();return}let s=new Wr(i,r);return this.mergeStack(),s}processHexString(){this.enqueueToStack();let n=this.processOptionalLabelAssign(!1),r=this.checkConcurrentTokens([20,20].map(Oe));if(!r.length){this.popStack();return}let i=Number.parseInt(r.map(a=>a.value).join(""),16),s=new Wt(i,z(r[0],r.at(-1))),o=new Wr(s,n);return this.mergeStack(),o}processLabeledDec(n){this.enqueueToStack();let r=this.processOptionalLabelAssign(n),i=this.processDec();if(!i){this.popStack();return}let s=new Wr(i,r);return this.mergeStack(),s}processLabeledExpression(n=!0,r=n){this.enqueueToStack();let i=[];n&&(i=this.processOptionalLabelAssign(r));let s=this.processExpression(this.cPreprocessorParser.macros);if(!s){this.popStack();return}let o=new Wr(s,i);return this.mergeStack(),o}isExpressionValue(){this.enqueueToStack();let n=this.processOptionalLabelAssign(!1),r=this.processExpression(this.cPreprocessorParser.macros);if(!r){this.popStack();return}let i=this.processOptionalLabelAssign(!0),s=new hn(n,r,i);return this.mergeStack(),s}isLabelRef(){this.enqueueToStack();let n=this.currentToken;if(!n||!F(n,40)){this.popStack();return}else this.moveToNextToken;let r=this.isLabelName();if(!r){let s=new de(null);return this._issues.push(W(18,new q(z(n)))),s.firstToken=n,this.mergeStack(),s}n&&(r.firstToken.pos.line!==n.pos.line||r.firstToken.pos.col!==n.pos.colEnd)&&this._issues.push(W(29,new q(z(n,r.firstToken))));let i=new de(r);return i.firstToken=n,this.mergeStack(),i}isLabelRefValue(){this.enqueueToStack();let n=this.processOptionalLabelAssign(!0),r=this.isLabelRef();if(!r){this.popStack();return}let i=[];this.currentToken&&this.currentToken.pos.line===this.currentToken.prevToken?.pos.line&&(i=this.processOptionalLabelAssign(!0));let s=new hn(n,r,i);return this.mergeStack(),s}processRefValue(n){this.enqueueToStack();let r=this.processOptionalLabelAssign(n),i=this.currentToken;if(!i||!F(i,40)){this.popStack();return}let s=this.processNodePathRef();if(s!==void 0){let c=new Wr(s,r);return this.mergeStack(),c}let o=this.isLabelRef();if(o===void 0){this._issues.push(W([18,9],new q(z(i))));let c=new Wr(null,r);return c.firstToken=r.at(0)?.firstToken??i,this.mergeStack(),c}let a=new Wr(o,r);return a.firstToken=r.at(0)?.firstToken??i,this.mergeStack(),a}processNodePath(n=!0,r=new hi){this.enqueueToStack();let i;if(F(this.currentToken,13))i=this.moveToNextToken;else{if(!n){this.popStack();return}this.prevToken&&this._issues.push(W(19,new q(z(this.prevToken))))}let s=this.isNodeName();if(s||this._issues.push(W(7,new q(z(i??this.prevToken)))),r.addPath(s??null,i?new q(z(i)):void 0),n&&!i&&r.children.length===0){this.mergeStack();return}return this.processNodePath(!1,r),this.mergeStack(),r}processNodePathRef(){this.enqueueToStack();let n=this.moveToNextToken,r=n;if(!F(r,40)){this.popStack();return}let i=this.moveToNextToken;if(r=i,!F(r,2)){this.popStack();return}if(n&&!zt(n,i)){let l=new q(z(n,i));this._issues.push(W(29,l))}let s=this.processNodePath(),o=new $n(s??null),a=this.currentToken??this.prevToken,c=a;return s?.children.forEach((l,u)=>{if(u===s?.children.length-1&&l&&c&&!zt(l.lastToken,c)){this._issues.push(W(29,new q(z(l.lastToken,c))));return}if(u===0&&i&&!zt(i,l?.firstToken)){this._issues.push(W(29,new q(z(i,l?.firstToken))));return}let d=s?.children[u+1];l&&d&&!zt(l.lastToken,d.firstToken)&&this._issues.push(W(29,new q(z(l.lastToken,d?.firstToken))))}),F(a,3)?this.moveToNextToken:this.prevToken&&this._issues.push(W(3,new q(z(this.prevToken)))),o.firstToken=n,o.lastToken=a??this.prevToken,this.mergeStack(),o}get includes(){return this.allAstItems.filter(n=>n instanceof pi)}get allAstItems(){return[...this.cPreprocessorParser.allAstItems,...this.rootDocument.children,...this.others,...this.unhandledStatements.properties,...this.unhandledStatements.deleteProperties]}};var Uo=K(J());var AR=require("fs");var OR=require("path"),Tf=class t{constructor(e,n){this.settings=e;this.bindingLoader=n;this._issues=[];this.overlayParsers=[];this.overlays=[];this.ctxNames_=new Set;this.sortKeys=new WeakMap;let r={includePaths:[],overlays:[],zephyrBindings:[],deviceOrgTreeBindings:[],deviceOrgBindingsMetaSchema:[],...e,ctxName:e.ctxName??(0,OR.basename)(e.dtsFile),lockRenameEdits:[]};this.overlays=r.overlays,this.overlays.filter(AR.existsSync),this.parser=new mc(r.dtsFile,r.includePaths),this.ctxNames_.add(r.ctxName),this.id=di(r),this.parser.stable.then(()=>{this.overlayParsers=this.overlays?.map(i=>new mc(i,r.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,n=i=>({file:i,includes:(e.get(i)??[]).map(s=>n(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:n(this.parser.uri),overlays:this.overlays.map(n)}}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(n=>se(n,e))}getUriParser(e){let n=this.overlayParsers.find(r=>r.getFiles().some(i=>se(i,e)));return n??=this.parser.getFiles().some(r=>se(r,e))?this.parser:void 0,n}async getAllParsers(){return await this.stable(),[this.parser,...this.overlayParsers]}async getDocumentLinks(e,n){if(!this.isInContext(e))return[];let i=(await this.getRuntime()).rootNode.allBindingsProperties.filter(s=>se(s.ast.uri,e)&&(!n||Xn(s.ast,e,n))).flatMap(s=>s.ast.values?.values.flatMap(o=>{let c=s.parent?.nodeTypes.find(l=>o?.value instanceof je&&l.compatible===o.value.value);return c?{range:te(o.value),target:pe(c.bindingsPath)}:void 0})).filter(s=>s)??[];return[...this.parser.cPreprocessorParser.dtsIncludes.filter(s=>se(s.uri,e)&&(!n||Xn(s,e,n))).map(s=>{let o=this.parser.cPreprocessorParser.resolveInclude(s);if(o)return{range:te(s.path),target:pe(o)}}).filter(s=>s)??[],...i]}linkPropertiesLabelsAndNodePaths(e){let n=s=>[...s.property,...s.nodes.flatMap(n)],r=n(e.rootNode),i=e.rootNode.allDescendantsLabels;r.forEach(s=>s.ast.allDescendants.forEach(o=>{if(o instanceof de){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(At(3,o,Uo.DiagnosticSeverity.Error,[],[],[o.value]))}else o instanceof hi&&this.linkNodePath(o,e.rootNode)}))}linkNodePath(e,n){let r=n,i=e.pathParts;for(let s=0;s<i.length&&i[s];s++){let o=!1,a=i[s];if(a){let c=r?.getNode(a.name,a.fullAddress,!1);a.linksTo=c,!o&&!c&&(o=!0,this._issues.push(At(8,a,Uo.DiagnosticSeverity.Error,[],[],[a.toString(),`${e.pathParts.filter(l=>l?.linksTo).map(l=>l?.toString()).join("/")}`]))),c?.linkedNodeNamePaths.push(a),r=c}else break}}async reevaluate(e){let n=this.getUriParser(e);return n?(this.sortKeys=new WeakMap,await n.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 n=new Bo(this);this._issues=[],this.processRoot(this.parser.rootDocument,n);for(let r=0;r<this.overlayParsers.length;r++)this.processRoot(this.overlayParsers[r].rootDocument,n);return n.includes=this.parser.includes,n.comments=this.parser.cPreprocessorParser.allAstItems.filter(r=>r instanceof Qn),(await this.getAllParsers()).flatMap(r=>r.tokens).forEach((r,i)=>this.sortKeys.set(r,i)),this.linkPropertiesLabelsAndNodePaths(n),console.log(`(ID: ${this.id}) evaluate`,performance.now()-e),n}processRoot(e,n){for(let r=0;r<e.children.length;r++){let i=e.children[r];this.processChild(i,n.rootNode,n)}}processChild(e,n,r){e instanceof mt?this.processDtcBaseNode(e,n,r):e instanceof Ge?this.processDtcProperty(e,n,r):e instanceof kn?this.processDeleteNode(e,n,r):e instanceof at&&this.processDeleteProperty(e,n,r)}checkNodeUniqueNames(e,n){let r=(o,a)=>o.some(c=>c.name===a.name&&(c.address===void 0||a.fullAddress===void 0||Kn(c.address,a.fullAddress)===0)),i=n.nodes.map(o=>({name:o.name,address:o.address})),s=[];e.children.forEach(o=>{if(o instanceof Ie&&o.name)r(s.map(a=>({name:a.name,address:a.fullAddress})),o.name)&&this._issues.push(At(2,o.name)),s.push(o.name);else if(o instanceof kn&&o.nodeNameOrRef instanceof xe){let a=o.nodeNameOrRef;r(i,a)&&(s=s.filter(c=>r(s.map(l=>({name:l.name,address:l.fullAddress})),c)))}})}processDtcBaseNode(e,n,r){e instanceof gt?this.processDtcRootNode(e,r):e instanceof Ie?this.processDtcChildNode(e,n,r):e instanceof jt&&this.processDtcRefNode(e,r)}processDtcRootNode(e,n){n.roots.push(e),n.rootNode.definitions.push(e),this.checkNodeUniqueNames(e,n.rootNode),e.children.forEach(r=>this.processChild(r,n.rootNode,n))}processDtcChildNode(e,n,r){if(e.name?.name){let i=e.path?r.resolvePath(e.path):void 0,o=(i?r.rootNode.getChild(i):void 0)??new ke(this.bindingLoader,e.name.name,e.name.fullAddress,n);o.definitions.push(e),e.labels.forEach(a=>a.lastLinkedTo=o),n=o,this.checkNodeUniqueNames(e,o)}e.children.forEach(i=>this.processChild(i,n,r))}processDtcRefNodeLabelRef(e,n,r){let i,s=e.resolveNodePath??(e.pathName?r.resolvePath([e.pathName]):void 0);return s?(e.resolveNodePath??=[...s],i=r.rootNode.getChild(s),n.linksTo=i,e.labels.forEach(o=>o.lastLinkedTo=i),i?.linkedRefLabels.push(n),i?.referencedBy.push(e),e.labels.forEach(o=>{r.labelsUsedCache.set(o.label.value,s)}),i?(r.references.push(e),this.checkNodeUniqueNames(e,i)):r.unlinkedRefNodes.push(e)):(this._issues.push(At(3,n,Uo.DiagnosticSeverity.Error,[],[],[n.label?.value??""])),r.unlinkedRefNodes.push(e)),i}processDtcRefNodeNodePathRef(e,n,r){let i;n.path&&this.linkNodePath(n.path,r.rootNode);let o=n.path?.pathParts.at(-1)?.linksTo?.path;return o?(e.resolveNodePath??=o,i=r.rootNode.getChild(o),e.labels.forEach(a=>a.lastLinkedTo=i),i?.referencedBy.push(e),e.labels.forEach(a=>{r.labelsUsedCache.set(a.label.value,o)}),i?(r.references.push(e),this.checkNodeUniqueNames(e,i)):r.unlinkedRefNodes.push(e)):r.unlinkedRefNodes.push(e),i}processDtcRefNode(e,n){let r;e.reference?e.reference instanceof de?r=this.processDtcRefNodeLabelRef(e,e.reference,n):r=this.processDtcRefNodeNodePathRef(e,e.reference,n):n.unlinkedRefNodes.push(e),e.children.forEach(i=>this.processChild(i,r??new ke(this.bindingLoader,""),n))}processDtcProperty(e,n,r){e.propertyName?.name&&n.addProperty(new Ve(e,n)),e.children.forEach(i=>this.processChild(i,n,r))}processDeleteNode(e,n,r){if(e.nodeNameOrRef instanceof xe&&e.nodeNameOrRef.value){if(e.parentNode?.parentNode)if(!n.hasNode(e.nodeNameOrRef.name,e.nodeNameOrRef.fullAddress))this._issues.push(At(5,e.nodeNameOrRef));else{n.deletes.push(e);let i=n.getNode(e.nodeNameOrRef.name,e.nodeNameOrRef.fullAddress);e.nodeNameOrRef.linksTo=i,n.deleteNode(e.nodeNameOrRef.name,e,e.nodeNameOrRef.fullAddress),i?.labels.forEach(s=>{r.labelsUsedCache.delete(s.label.value)})}}else if(e.nodeNameOrRef instanceof de&&e.nodeNameOrRef.value){let i=r.resolvePath([`&${e.nodeNameOrRef.value}`]),s;i?(s=r.rootNode.getChild(i),n.deletes.push(e),e.nodeNameOrRef.linksTo=s,s?.labels.forEach(o=>{r.labelsUsedCache.delete(o.label.value)}),s?.linkedRefLabels.push(e.nodeNameOrRef),s?.parent?.deleteNode(s.name,e,s.address),e.parentNode instanceof mt&&!e.parentNode.pathName&&r.globalDeletes.push(e)):(r.unlinkedDeletes.push(e),this._issues.push(At(3,e.nodeNameOrRef,Uo.DiagnosticSeverity.Error,[],[],[e.nodeNameOrRef.value])))}else if(e.nodeNameOrRef instanceof $n&&e.nodeNameOrRef.path&&!e.nodeNameOrRef.path.pathParts.some(i=>!i)){let i=r.rootNode,s=e.nodeNameOrRef.path.pathParts;for(let l=0;l<s.length&&s[l];l++){let u=s[l];if(u){let d=i?.getNode(u.name,u.fullAddress,!1);u.linksTo=d,d?.linkedNodeNamePaths.push(u),i=d}}let o=e.nodeNameOrRef.path.pathParts.every(l=>l),a=e.nodeNameOrRef.path.pathParts.find(l=>l&&!l.linksTo),c=e.nodeNameOrRef.path.pathParts.at(-1)?.linksTo;c||(r.unlinkedDeletes.push(e),a&&this._issues.push(At(8,a,Uo.DiagnosticSeverity.Error,[],[],[a.toString(),`${e.nodeNameOrRef.path.pathParts.filter(l=>l?.linksTo).map(l=>l?.toString()).join("/")}`]))),n.deletes.push(e),c?.labels.forEach(l=>{r.labelsUsedCache.delete(l.label.value)}),c?.parent?.deleteNode(c.name,e,c.address),e.parentNode instanceof mt&&!e.parentNode.pathName&&r.globalDeletes.push(e)}else r.unlinkedDeletes.push(e);e.children.forEach(i=>this.processChild(i,n,r))}processDeleteProperty(e,n,r){e.propertyName?.name&&!n.hasProperty(e.propertyName.name)?this._issues.push(At(1,e.propertyName)):e.propertyName?.name&&(n.deletes.push(e),n.deleteProperty(e.propertyName.name,e)),e.children.forEach(i=>this.processChild(i,n,r))}static#e(e,n,r){let i=r.get(n);i||(i=[],r.set(n,i)),i.push(e)}async getSyntaxIssues(e=new Map,n){return(await this.getAllParsers()).forEach(r=>{n?r.issues.filter(i=>n(i.raw)).forEach(i=>t.#e(i.diagnostic(),i.raw.astElement.uri,e)):r.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(n){throw console.error(n),n}}async toFullString(){return`/dts-v1/;
|
|
282
|
-
${(await this.getRuntime()).rootNode.toFullString((await this.getAllParsers()).at(-1).cPreprocessorParser.macros)}`}async serialize(){return(await this?.getRuntime())?.rootNode.serialize((await this.getAllParsers()).at(-1).cPreprocessorParser.macros)}};var Et=K(J());var IR=require("fs"),Vo=require("path");function k$(t){if(!t||!(t.ast instanceof Do))return[];let e=r=>r.flatMap(i=>(0,IR.readdirSync)(i,{withFileTypes:!0,recursive:!0}).filter(s=>s.name.toLowerCase().endsWith(".dtsi")||s.name.toLowerCase().endsWith(".h")).map(s=>({label:`${(0,Vo.join)((0,Vo.relative)(i,s.parentPath),s.name)}`,kind:Et.CompletionItemKind.File})));if(t.ast.relative)return e([(0,Vo.dirname)(t.ast.uri)]);let n=t.runtime.context.settings.includePaths??[];return e(n)}var Sf=(t,e)=>[...t.labels.filter(e),...t.deletedNodes.filter(n=>!e(n.by)).flatMap(n=>Sf(n.node,e)),...t.nodes.flatMap(n=>Sf(n,e))],ay=(t,e)=>[...t.labels,...t.deletedNodes.filter(n=>!e(n.by)).flatMap(n=>ay(n.node,e)),...t.nodes.flatMap(n=>ay(n,e))];function N$(t,e){if(!t||!(t.item instanceof Ve)||!(t.ast instanceof de))return[];let n=r=>ay(r,e);return Array.from(new Set(n(t.runtime.rootNode).map(r=>r.label.value))).map(r=>({label:`${r}`,kind:Et.CompletionItemKind.Method}))}function P$(t,e){if(!t||t.item!==null||!(t.ast instanceof de)||!(t.ast.parentNode instanceof jt))return[];let n=r=>Sf(r,e).filter(i=>e(i));return[...Array.from(new Set(n(t.runtime.rootNode).map(r=>r.label.value))).map(r=>({label:r,insertText:`${r} {
|
|
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} {
|
|
283
285
|
$1
|
|
284
|
-
};`,kind:Et.CompletionItemKind.Value,insertTextFormat:Et.InsertTextFormat.Snippet}))]}function R$(t,e){let n=i=>i?i.parentNode instanceof jt||i.parentNode instanceof gt||i.parentNode instanceof Ie?!1:n(i.parentNode):!0;if(!t||t.item!==null||!Ot(t.ast)||!n(t.ast))return[];let r=i=>Sf(i,e).filter(s=>e(s));return t.ast instanceof ct?r(t.runtime.rootNode).length?[{label:"/delete-node/",insertText:"/delete-node/ $1;",kind:Et.CompletionItemKind.Keyword,insertTextFormat:Et.InsertTextFormat.Snippet,sortText:"~"}]:t.runtime.rootNode.nodes.length?[{label:"/delete-node/ &{}",insertText:"/delete-node/ {/$1};",kind:Et.CompletionItemKind.Keyword,insertTextFormat:Et.InsertTextFormat.Snippet,sortText:"~"}]:[]:Array.from(new Set(r(t.runtime.rootNode).map(i=>i.label.value))).map(i=>({label:t.ast instanceof de?`${i}`:`&${i}`,kind:Et.CompletionItemKind.Variable}))}function C$(t,e){if(!t||!(t.item instanceof ke)||t.item===null||t.beforeAst&&(!(t.beforeAst?.parentNode instanceof fn)||t.beforeAst?.parentNode instanceof at))return[];let n=r=>[...r.nodes,...r.deletedNodes.filter(i=>!e(i.by)).map(i=>i.node)].flatMap(i=>i.definitions.filter(s=>s instanceof Ie)).filter(i=>e(i));return t.ast instanceof xe||t.ast instanceof kn||t.beforeAst?.parentNode instanceof kn?Array.from(new Set(n(t.item).map(r=>r.name?.toString()))).map(r=>({label:`${r}`,kind:Et.CompletionItemKind.Variable})):n(t.item).length?[{label:"/delete-node/",kind:Et.CompletionItemKind.Keyword,insertTextFormat:Et.InsertTextFormat.Snippet,sortText:"~"}]:[]}function D$(t,e){if(!t||!(t.item instanceof ke)||t.beforeAst&&(!(t.beforeAst?.parentNode instanceof fn)||t.beforeAst?.parentNode instanceof kn))return[];let n=r=>[...r.property,...r.deletedProperties.filter(i=>!e(i.by)).map(i=>i.property)].flatMap(i=>[i,...i.allReplaced]).filter(i=>e(i.ast));return t.ast instanceof He||t.ast instanceof at||t.beforeAst?.parentNode instanceof at?Array.from(new Set(n(t.item).map(r=>r.name))).map(r=>({label:`${r}`,kind:Et.CompletionItemKind.Variable})):n(t.item).length?[{label:"/delete-property/",insertText:"/delete-property/$1;",kind:Et.CompletionItemKind.Keyword,sortText:"~",insertTextFormat:Et.InsertTextFormat.Snippet}]:[]}function A$(t,e){let n=t?.ast instanceof hi?t.ast:t?.ast.parentNode;if(!t||!n||!(n instanceof hi))return[];let r=n.pathParts.slice(0,-1);if(r.some(o=>!o))return[];let i=r.map(o=>o.toString());return(()=>{let o=t.runtime.rootNode.getChildFromScope(["/",...i],e);return[...o?.nodes.filter(a=>!Ot(t.ast)||a.definitions.some(e))??[],...o?.deletedNodes.filter(a=>!e(a.by)).map(a=>a.node)??[]].map(a=>a.fullName)??[]})().map(o=>({label:`/${[...i,o].join("/")}`,kind:Et.CompletionItemKind.Variable}))}function O$(t){return!t||!(t.item instanceof Ve&&t.item.ast.assignOperatorToken)||t.ast instanceof je?[]:!ks(t?.ast)&&!(t.ast instanceof Ge&&t.item.ast.values===null)&&!ks(t.beforeAst)&&!ks(t.afterAst)?[]:t.item.parent.nodeType instanceof pn?Array.from([t.runtime.context.parser,...t.runtime.context.overlayParsers].at(-1)?.cPreprocessorParser.macros??[]).map(([r,i])=>i.macro.identifier instanceof zr?{label:`${i.macro.identifier.toString()}`,insertText:`${i.macro.name}(${i.macro.identifier.params.map((s,o)=>s instanceof It?`$${o+1}`:"").join(", ")})`,kind:Et.CompletionItemKind.Function,sortText:`~${i.macro.name}`,insertTextFormat:Et.InsertTextFormat.Snippet}:{label:i.macro.identifier.name,kind:Et.CompletionItemKind.Variable,sortText:`~${i.macro.name}`}):[]}async function xR(t,e){return St(t,e,(n,r)=>[...D$(n,r),...C$(n,r),...R$(n,r),...A$(n,r),...P$(n,r),...N$(n,r),...k$(n),...O$(n)])}var Hr=K(J());function I$(t){if(!t||t.item===null||!(t.ast instanceof He))return[];let e=r=>r.replacedBy?e(r.replacedBy):r,n=r=>[r.ast,...r.allReplaced.map(i=>i.ast),r.parent.deletedProperties.find(i=>i.property===r)?.by??[]].map(i=>{if(i instanceof Ge)return Hr.Location.create(pe(i.uri),te(i.propertyName??i));if(i instanceof at)return Hr.Location.create(pe(i.uri),te(i.propertyName??i))}).filter(i=>i);if(t.item instanceof Ve&&t.ast instanceof He)return n(e(t.item));if(t.item instanceof ke&&t.ast instanceof He&&t.ast.parentNode instanceof at){let r=t.item.deletedProperties.find(i=>i.by===t.ast.parentNode)?.property;if(r)return n(r)}return[]}function x$(t){if(!t)return[];let e=n=>{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("/"))===n)return!0}).map(o=>o.ast)??[],s=n.parent?.deletedNodes.filter(o=>o.node===n&&(o.by.nodeNameOrRef instanceof xe?o.by.nodeNameOrRef!==t.ast:!n.linkedRefLabels.some(a=>a!==t.ast))).map(o=>o.by.nodeNameOrRef)??[];return[...i,...n.linkedRefLabels,...n.linkedNodeNamePaths,...n.definitions,...s].map(o=>{if(o instanceof gt)return Hr.Location.create(pe(o.uri),te(o.name??o));if(o instanceof Ie)return Hr.Location.create(pe(o.uri),te(o.name??o));if(o instanceof xe)return Hr.Location.create(pe(o.uri),te(o));if(o instanceof xe)return Hr.Location.create(pe(o.uri),te(o));if(o instanceof de)return Hr.Location.create(pe(o.uri),te(o.label??o));if(o instanceof Ge)return Hr.Location.create(pe((o.values??o)?.uri),te(o.values??o))}).filter(o=>o)};if(t.item instanceof ke&&!Ot(t.ast))return e(t.item);if(t.ast instanceof Ht&&t.ast.parentNode instanceof de&&t.ast.parentNode.linksTo)return e(t.ast.parentNode.linksTo);if(t.ast instanceof xe&&t.ast.linksTo)return Ot(t.ast)?[...e(t.ast.linksTo),Hr.Location.create(pe(t.ast.uri),te(t.ast))]:e(t.ast.linksTo);if(t?.ast instanceof je&&t.item instanceof Ve&&t.item.parent.name==="aliases"){let n=t.runtime.rootNode.getChild(t.ast.value.split("/"));if(n)return e(n)}return[]}async function MR(t,e){return St(t,e,n=>[...x$(n),...I$(n)])}var mi=K(J());function LR(t){if(!t||t.item===null||!(t.ast instanceof He))return[];let e=r=>r.replacedBy?e(r.replacedBy):r,n=r=>[r.ast,...r.allReplaced.map(i=>i.ast),r.parent.deletedProperties.find(i=>i.property===r)?.by??[]].map(i=>{if((i instanceof Ge||i instanceof at)&&i.propertyName)return mi.Location.create(pe(i.uri),te(i.propertyName))}).filter(i=>i);if(t.item instanceof Ve&&t.ast instanceof He)return n(e(t.item));if(t.item instanceof ke&&t.ast instanceof He&&t.ast.parentNode instanceof at){let r=t.item.deletedProperties.find(i=>i.by===t.ast.parentNode)?.property;if(r)return n(r)}return[]}function $R(t,e){if(!e||!(e.ast instanceof Ht))return[];"newName"in t&&(e.ast.parentNode instanceof de&&t.newName.startsWith("&")?t.newName=t.newName.slice(1):e.ast.parentNode instanceof Bi&&t.newName.endsWith(":")&&(t.newName=t.newName.slice(0,-1)));let n=e.ast.value,r=i=>[...i.definitions.filter(s=>s instanceof Ie).flatMap(s=>s.labels.map(o=>o.label)),...i.linkedRefLabels.map(s=>s.label)].filter(s=>s?.value===n).map(s=>{if(s)return mi.Location.create(pe(s.uri),te(s))}).filter(s=>s);return e.item instanceof ke&&!Ot(e.ast)?r(e.item):e.ast instanceof Ht&&e.ast.parentNode instanceof de&&e.ast.parentNode.linksTo?r(e.ast.parentNode.linksTo):[]}function qR(t){if(!t||!(t.ast instanceof xe))return[];let e=n=>{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(n)||c===n)return!0}}).map(o=>o.ast)??[],s=n.parent?.deletedNodes.filter(o=>o.node===n&&o.by.nodeNameOrRef!==t.ast).map(o=>o.by.nodeNameOrRef)??[];return[...i,...n.linkedNodeNamePaths,...n.definitions,...s].map(o=>{if(o instanceof Ie&&o.name)return mi.Location.create(pe(o.uri),te(o.name));if(o instanceof xe)return mi.Location.create(pe(o.uri),te(o));if(o instanceof Ge&&o.values?.values[0]?.value&&o.values?.values[0]?.value instanceof je){let a=o.values.values[0].value,c=te(a),l=a.value.split("/"),u=n.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,mi.Location.create(pe(o.values.values[0].uri),c)}}).filter(o=>o)};return t.item instanceof ke&&!Ot(t.ast)?e(t.item):t.ast instanceof xe&&t.ast.linksTo?Ot(t.ast)?[...e(t.ast.linksTo),mi.Location.create(pe(t.ast.uri),te(t.ast))]:e(t.ast.linksTo):[]}async function jR(t,e){let n={};return(await St(t,e,i=>[...qR(i),...$R(t,i),...LR(i)])).forEach(i=>{n[i.uri]??=[],n[i.uri].push(mi.TextEdit.replace(i.range,t.newName))}),{changes:n}}async function FR(t,e){let n=await St(t,e,r=>[...qR(r),...$R(t,r),...LR(r)]);if(n.some(r=>e?.settings.lockRenameEdits?.some(i=>Ue(r.uri).startsWith(i))))throw new Error('Path is locked by user setting "lockRenameEdits"');return{defaultBehavior:!!n.length}}var zo=K(J());function M$(t){if(!t||t.item===null||!(t.ast instanceof He))return[];let e=r=>r.replacedBy?e(r.replacedBy):r,n=r=>[r.ast,...r.allReplaced.map(i=>i.ast)].map(i=>{if(i instanceof Ge)return zo.Location.create(pe(i.uri),te(i.propertyName??i))}).filter(i=>i);if(t.item instanceof Ve&&t.ast instanceof He)return n(e(t.item));if(t.item instanceof ke&&t.ast instanceof He&&t.ast.parentNode instanceof at){let r=t.item.deletedProperties.find(i=>i.by===t.ast.parentNode)?.property;if(r)return n(r)}return[]}function L$(t){if(!t)return[];let e=n=>[...n.definitions,...n.referencedBy].map(r=>{if(r instanceof gt)return zo.Location.create(pe(r.uri),te(r));if(r instanceof Ie)return zo.Location.create(pe(r.uri),te(r));if(r instanceof jt)return zo.Location.create(pe(r.uri),te(r))}).filter(r=>r);if(t.item instanceof ke&&!Ot(t.ast))return e(t.item);if(t.ast instanceof Ht&&t.ast.parentNode instanceof de&&t.ast.parentNode.linksTo)return e(t.ast.parentNode.linksTo);if(t.ast instanceof xe&&t.ast.linksTo)return e(t.ast.linksTo);if(t?.ast instanceof je&&t.item instanceof Ve&&t.item.parent.name==="aliases"){let n=t.runtime.rootNode.getChild(t.ast.value.split("/"));if(n)return e(n)}return[]}function $$(t){if(t?.ast instanceof It||t?.ast instanceof jr){let e=t.runtime.context.parser.cPreprocessorParser.macros.get(t.ast instanceof It?t.ast.name:t.ast.value);if(e)return[zo.Location.create(pe(e.macro.uri),te(e.macro.identifier))]}return[]}async function BR(t,e){return St(t,e,n=>[...L$(n),...M$(n),...$$(n)])}var _f=K(J());function q$(t){if(!t||t.item===null||!(t.ast instanceof He))return;let e=r=>r.replaces?e(r.replaces):r,n=r=>_f.Location.create(pe(r.ast.uri),te(r.ast.propertyName??r.ast));if(t.item instanceof Ve&&t.ast instanceof He)return n(e(t.item));if(t.item instanceof ke&&t.ast instanceof He&&t.ast.parentNode instanceof at){let r=t.item.deletedProperties.find(i=>i.by===t.ast.parentNode)?.property;if(r)return n(e(r))}}function j$(t){if(!t)return;let e=n=>{let r=n.definitions.at(0);return r?_f.Location.create(pe(r.uri),te(r)):void 0};if(t.item instanceof ke&&!Ot(t.ast))return e(t.item);if(t.ast instanceof Ht&&t.ast.parentNode instanceof de&&t.ast.parentNode.linksTo)return e(t.ast.parentNode.linksTo);if(t.ast instanceof xe&&t.ast.linksTo)return e(t.ast.linksTo);if(t?.ast instanceof je&&t.item instanceof Ve&&t.item.parent.name==="aliases"){let n=t.runtime.rootNode.getChild(t.ast.value.split("/"));if(n)return e(n)}}function F$(t){if(t?.ast instanceof It||t?.ast instanceof jr){let e=t.runtime.context.parser.cPreprocessorParser.macros.get(t.ast instanceof It?t.ast.name:t.ast.value);if(e)return _f.Location.create(pe(e.macro.uri),te(e.macro.identifier))}}async function UR(t,e){return(await St(t,e,n=>[j$(n)||q$(n)||F$(n)])).at(0)}var ie=K(J());var B$=(t,e,n,r,i)=>{switch(n){case 1:return[{title:"Add semicolon",diagnostics:[r],kind:ie.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.insert(ie.Position.create(r.range.end.line,r.range.end.character),";")]}}}];case 2:return[{title:"Add open curly",diagnostics:[r],kind:ie.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.insert(ie.Position.create(r.range.end.line,r.range.end.character)," {")]}}}];case 29:return[{title:"Remove white space",diagnostics:[r],kind:ie.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.replace(ie.Range.create(ie.Position.create(r.range.start.line,t.pos.colEnd),ie.Position.create(r.range.end.line,e.pos.col)),"")]}}}];case 3:return[{title:"Add close curly",diagnostics:[r],kind:ie.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.insert(ie.Position.create(r.range.end.line,r.range.end.character),"}")]}}}];case 19:return[{title:"Add '/'",diagnostics:[r],kind:ie.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.insert(ie.Position.create(r.range.end.line,r.range.end.character),"/")]}}}];case 28:return[{title:"Add comma",diagnostics:[r],kind:ie.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.insert(ie.Position.create(r.range.end.line,r.range.end.character),",")]}}}];case 21:return[{title:"Add '/'",diagnostics:[r],kind:ie.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.insert(ie.Position.create(r.range.end.line,r.range.end.character),"/")]}}}];case 23:return[{title:"Remove ';'",diagnostics:[r],kind:ie.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.del(r.range)]}}}];case 34:return[{title:"Complete Keyword '/delete-node/",diagnostics:[r],kind:ie.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.replace(r.range,"/delete-node/")]}}}];case 35:return[{title:"Complete Keyword '/delete-property/",diagnostics:[r],kind:ie.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.replace(r.range,"/delete-property/")]}}}];case 25:return[{title:"Complete Keyword '/delete-property/",diagnostics:[r],kind:ie.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.replace(r.range,"/delete-property/")]}}},{title:"Complete Keyword '/delete-node/",diagnostics:[r],kind:ie.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.replace(r.range,"/delete-node/")]}}}];case 12:return[{title:"Add '>'",diagnostics:[r],kind:ie.CodeActionKind.SourceFixAll,isPreferred:!0,edit:{changes:{[i]:[ie.TextEdit.insert(ie.Position.create(r.range.end.line,r.range.end.character),">")]}}}];default:return}},U$=(t,e,n,r,i)=>{if(!r)return[];switch(t){case 0:return[{title:i??`Add Property "${r.newText.split("=",1)[0].replace(";","").trim()}"`,diagnostics:[e],kind:ie.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[n]:[r]}}}];case 27:return[{title:i??"Remove Property",diagnostics:[e],kind:ie.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[n]:[r]}}}];case 26:return[{title:i??"TODO",diagnostics:[e],kind:ie.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[n]:[r]}}}];case 25:return r?[{title:i??"TODO",diagnostics:[e],kind:ie.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[n]:[r]}}}]:[];default:return}};function VR(t){let e=t.context.diagnostics.flatMap(a=>{let c=a.data;switch(c?.issues.type){case"SyntaxIssue":return c?.issues.items.flatMap(l=>B$(c.firstToken,c.lastToken,l,a,t.textDocument.uri));case"StandardTypeIssue":return c?.issues.items.flatMap(l=>U$(l,a,t.textDocument.uri,c.issues.edit,c.issues.codeActionTitle))}}).filter(a=>!!a),n=e.filter(a=>a.kind===ie.CodeActionKind.SourceFixAll),r=e.filter(a=>a.title.startsWith("Add Property")),i=e.filter(a=>a.kind!==ie.CodeActionKind.SourceFixAll),s=n.flatMap(a=>a.edit?.changes?.[t.textDocument.uri]??[]),o=new Map;return r.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,...n.map(a=>({...a,kind:ie.CodeActionKind.QuickFix})),...s.length?[{title:"Fix All",kind:ie.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:ie.CodeActionKind.QuickFix,isPreferred:!0,edit:{changes:{[t.textDocument.uri]:a}}}:[])]}var zR=K(J());var Ef=t=>!t||t instanceof Ge?!1:t instanceof hn||Ef(t.parentNode);function V$(t){if(!t||!(t.item instanceof Ve&&t.item.ast.assignOperatorToken))return[];let e=Ef(t?.ast);if(!e&&!(t.ast instanceof Ge&&t.item.ast.values===null)&&!Ef(t.beforeAst)&&!Ef(t.afterAst))return[];let n=-1;if(t.item.ast.values===null?n=0:n=(t.item.ast.values?.values.findIndex(i=>i&&qg(i,t.beforeAst))??-1)+1,n===-1&&(n=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 pn&&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:zR.CompletionItemKind.Variable,insertText:e?c:`"${c}"`})))}let r=t.item.parent.nodeType;return r instanceof pn?r.properties.find(i=>i.name===t.item?.name)?.getPropertyCompletionItems(t.item,n,e)??[]:[]}function z$(t){if(!t||!(t.item instanceof Ve&&t.ast instanceof He&&t.item.ast.values==null||t.item instanceof ke)||Ot(t.ast)||t.beforeAst?.parentNode instanceof fn)return[];let e=n=>n.nodeType?.getPropertyListCompletionItems(n)??[];return t.item instanceof Ve?e(t.item.parent):e(t.item)}async function WR(t,e){return St(t,e,n=>[...V$(n),...z$(n)])}var wf=K(J());async function W$(t){if(t?.ast instanceof It||t?.ast instanceof jr){let e=t.runtime.context.parser.cPreprocessorParser.macros.get(t?.ast instanceof It?t.ast.name:t.ast.value);if(e){let n=ec(t.ast),r=(await t.runtime.context.getAllParsers()).at(-1);if(n){let i=n?.evaluate(r.cPreprocessorParser.macros);return{contents:{kind:wf.MarkupKind.Markdown,value:["```cpp",`#define ${e.macro.toString()} // = ${i}${typeof i=="number"?` (0x${i.toString(16)})`:""}`,"```"].join(`
|
|
285
|
-
`)},range:
|
|
286
|
-
`)},range:
|
|
287
|
-
${n?.value??""}`},range:te(t.ast)}}}function HR(t,e){return St(t,e,async n=>[await H$(n)||G$(n)||await W$(n)])}var aS=K(Uv());var eA=K(HD(),1);var Gc=t=>{if(typeof t!="string")throw new TypeError("invalid pattern");if(t.length>65536)throw new TypeError("pattern is too long")};var kU={"[: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]},Yc=t=>t.replace(/[[\]\\-]/g,"\\$&"),NU=t=>t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),GD=t=>t.join(""),YD=(t,e)=>{let n=e;if(t.charAt(n)!=="[")throw new Error("not in a brace expression");let r=[],i=[],s=n+1,o=!1,a=!1,c=!1,l=!1,u=n,d="";e:for(;s<t.length;){let p=t.charAt(s);if((p==="!"||p==="^")&&s===n+1){l=!0,s++;continue}if(p==="]"&&o&&!c){u=s+1;break}if(o=!0,p==="\\"&&!c){c=!0,s++;continue}if(p==="["&&!c){for(let[T,[_,v,b]]of Object.entries(kU))if(t.startsWith(T,s)){if(d)return["$.",!1,t.length-n,!0];s+=T.length,b?i.push(_):r.push(_),a=a||v;continue e}}if(c=!1,d){p>d?r.push(Yc(d)+"-"+Yc(p)):p===d&&r.push(Yc(p)),d="",s++;continue}if(t.startsWith("-]",s+1)){r.push(Yc(p+"-")),s+=2;continue}if(t.startsWith("-",s+1)){d=p,s+=2;continue}r.push(Yc(p)),s++}if(u<s)return["",!1,0,!1];if(!r.length&&!i.length)return["$.",!1,t.length-n,!0];if(i.length===0&&r.length===1&&/^\\?.$/.test(r[0])&&!l){let p=r[0].length===2?r[0].slice(-1):r[0];return[NU(p),!1,u-n,!1]}let f="["+(l?"^":"")+GD(r)+"]",h="["+(l?"":"^")+GD(i)+"]";return[r.length&&i.length?"("+f+"|"+h+")":r.length?f:h,a,u-n,!0]};var kr=(t,{windowsPathsNoEscape:e=!1}={})=>e?t.replace(/\[([^\/\\])\]/g,"$1"):t.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1");var PU=new Set(["!","?","+","*","@"]),KD=t=>PU.has(t),RU="(?!(?:^|/)\\.\\.?(?:$|/))",_h="(?!\\.)",CU=new Set(["[","."]),DU=new Set(["..","."]),AU=new Set("().*{}+?[]^$\\!"),OU=t=>t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Wv="[^/]",XD=Wv+"*?",JD=Wv+"+?",ta=class t{type;#e;#t;#i=!1;#n=[];#o;#f;#l;#d=!1;#a;#c;#s=!1;constructor(e,n,r={}){this.type=e,e&&(this.#t=!0),this.#o=n,this.#e=this.#o?this.#o.#e:this,this.#a=this.#e===this?r: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.#n.length:0}get hasMagic(){if(this.#t!==void 0)return this.#t;for(let e of this.#n)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.#n.map(e=>String(e)).join("|")+")":this.#c=this.#n.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 n=e,r=n.#o;for(;r;){for(let i=n.#f+1;!r.type&&i<r.#n.length;i++)for(let s of e.#n){if(typeof s=="string")throw new Error("string part in extglob AST??");s.copyIn(r.#n[i])}n=r,r=n.#o}}return this}push(...e){for(let n of e)if(n!==""){if(typeof n!="string"&&!(n instanceof t&&n.#o===this))throw new Error("invalid part: "+n);this.#n.push(n)}}toJSON(){let e=this.type===null?this.#n.slice().map(n=>typeof n=="string"?n:n.toJSON()):[this.type,...this.#n.map(n=>n.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 n=0;n<this.#f;n++){let r=e.#n[n];if(!(r instanceof t&&r.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.#n.length:0;return this.#f===e-1}copyIn(e){typeof e=="string"?this.push(e):this.push(e.clone(this))}clone(e){let n=new t(this.type,e);for(let r of this.#n)n.copyIn(r);return n}static#v(e,n,r,i){let s=!1,o=!1,a=-1,c=!1;if(n.type===null){let h=r,y="";for(;h<e.length;){let p=e.charAt(h++);if(s||p==="\\"){s=!s,y+=p;continue}if(o){h===a+1?(p==="^"||p==="!")&&(c=!0):p==="]"&&!(h===a+2&&c)&&(o=!1),y+=p;continue}else if(p==="["){o=!0,a=h,c=!1,y+=p;continue}if(!i.noext&&KD(p)&&e.charAt(h)==="("){n.push(y),y="";let T=new t(p,n);h=t.#v(e,T,h,i),n.push(T);continue}y+=p}return n.push(y),h}let l=r+1,u=new t(null,n),d=[],f="";for(;l<e.length;){let h=e.charAt(l++);if(s||h==="\\"){s=!s,f+=h;continue}if(o){l===a+1?(h==="^"||h==="!")&&(c=!0):h==="]"&&!(l===a+2&&c)&&(o=!1),f+=h;continue}else if(h==="["){o=!0,a=l,c=!1,f+=h;continue}if(KD(h)&&e.charAt(l)==="("){u.push(f),f="";let y=new t(h,u);u.push(y),l=t.#v(e,y,l,i);continue}if(h==="|"){u.push(f),f="",d.push(u),u=new t(null,n);continue}if(h===")")return f===""&&n.#n.length===0&&(n.#s=!0),u.push(f),f="",n.push(...d,u),l;f+=h}return n.type=null,n.#t=void 0,n.#n=[e.substring(r-1)],l}static fromGlob(e,n={}){let r=new t(null,void 0,n);return t.#v(e,r,0,n),r}toMMPattern(){if(this!==this.#e)return this.#e.toMMPattern();let e=this.toString(),[n,r,i,s]=this.toRegExpSource();if(!(i||this.#t||this.#a.nocase&&!this.#a.nocaseMagicOnly&&e.toUpperCase()!==e.toLowerCase()))return r;let a=(this.#a.nocase?"i":"")+(s?"u":"");return Object.assign(new RegExp(`^${n}$`,a),{_src:n,_glob:e})}get options(){return this.#a}toRegExpSource(e){let n=e??!!this.#a.dot;if(this.#e===this&&this.#y(),!this.type){let c=this.isStart()&&this.isEnd(),l=this.#n.map(h=>{let[y,p,T,_]=typeof h=="string"?t.#h(h,this.#t,c):h.toRegExpSource(e);return this.#t=this.#t||T,this.#i=this.#i||_,y}).join(""),u="";if(this.isStart()&&typeof this.#n[0]=="string"&&!(this.#n.length===1&&DU.has(this.#n[0]))){let y=CU,p=n&&y.has(l.charAt(0))||l.startsWith("\\.")&&y.has(l.charAt(2))||l.startsWith("\\.\\.")&&y.has(l.charAt(4)),T=!n&&!e&&y.has(l.charAt(0));u=p?RU:T?_h:""}let d="";return this.isEnd()&&this.#e.#d&&this.#o?.type==="!"&&(d="(?:$|\\/)"),[u+l+d,kr(l),this.#t=!!this.#t,this.#i]}let r=this.type==="*"||this.type==="+",i=this.type==="!"?"(?:(?!(?:":"(?:",s=this.#p(n);if(this.isStart()&&this.isEnd()&&!s&&this.type!=="!"){let c=this.toString();return this.#n=[c],this.type=null,this.#t=void 0,[c,kr(this.toString()),!1,!1]}let o=!r||e||n||!_h?"":this.#p(!0);o===s&&(o=""),o&&(s=`(?:${s})(?:${o})*?`);let a="";if(this.type==="!"&&this.#s)a=(this.isStart()&&!n?_h:"")+JD;else{let c=this.type==="!"?"))"+(this.isStart()&&!n&&!e?_h:"")+XD+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&o?")":this.type==="*"&&o?")?":`)${this.type}`;a=i+s+c}return[a,kr(s),this.#t=!!this.#t,this.#i]}#p(e){return this.#n.map(n=>{if(typeof n=="string")throw new Error("string type in extglob ast??");let[r,i,s,o]=n.toRegExpSource(e);return this.#i=this.#i||o,r}).filter(n=>!(this.isStart()&&this.isEnd())||!!n).join("|")}static#h(e,n,r=!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+=(AU.has(c)?"\\":"")+c;continue}if(c==="\\"){a===e.length-1?s+="\\\\":i=!0;continue}if(c==="["){let[l,u,d,f]=YD(e,a);if(d){s+=l,o=o||u,a+=d-1,n=n||f;continue}}if(c==="*"){r&&e==="*"?s+=JD:s+=XD,n=!0;continue}if(c==="?"){s+=Wv,n=!0;continue}s+=OU(c)}return[s,kr(e),!!n,o]}};var na=(t,{windowsPathsNoEscape:e=!1}={})=>e?t.replace(/[?*()[\]]/g,"[$&]"):t.replace(/[?*()[\]\\]/g,"\\$&");var mn=(t,e,n={})=>(Gc(e),!n.nocomment&&e.charAt(0)==="#"?!1:new Fn(e,n).match(t)),IU=/^\*+([^+@!?\*\[\(]*)$/,xU=t=>e=>!e.startsWith(".")&&e.endsWith(t),MU=t=>e=>e.endsWith(t),LU=t=>(t=t.toLowerCase(),e=>!e.startsWith(".")&&e.toLowerCase().endsWith(t)),$U=t=>(t=t.toLowerCase(),e=>e.toLowerCase().endsWith(t)),qU=/^\*+\.\*+$/,jU=t=>!t.startsWith(".")&&t.includes("."),FU=t=>t!=="."&&t!==".."&&t.includes("."),BU=/^\.\*+$/,UU=t=>t!=="."&&t!==".."&&t.startsWith("."),VU=/^\*+$/,zU=t=>t.length!==0&&!t.startsWith("."),WU=t=>t.length!==0&&t!=="."&&t!=="..",HU=/^\?+([^+@!?\*\[\(]*)?$/,GU=([t,e=""])=>{let n=tA([t]);return e?(e=e.toLowerCase(),r=>n(r)&&r.toLowerCase().endsWith(e)):n},YU=([t,e=""])=>{let n=nA([t]);return e?(e=e.toLowerCase(),r=>n(r)&&r.toLowerCase().endsWith(e)):n},KU=([t,e=""])=>{let n=nA([t]);return e?r=>n(r)&&r.endsWith(e):n},XU=([t,e=""])=>{let n=tA([t]);return e?r=>n(r)&&r.endsWith(e):n},tA=([t])=>{let e=t.length;return n=>n.length===e&&!n.startsWith(".")},nA=([t])=>{let e=t.length;return n=>n.length===e&&n!=="."&&n!==".."},rA=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",QD={win32:{sep:"\\"},posix:{sep:"/"}},JU=rA==="win32"?QD.win32.sep:QD.posix.sep;mn.sep=JU;var Yt=Symbol("globstar **");mn.GLOBSTAR=Yt;var QU="[^/]",ZU=QU+"*?",eV="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",tV="(?:(?!(?:\\/|^)\\.).)*?",nV=(t,e={})=>n=>mn(n,t,e);mn.filter=nV;var tr=(t,e={})=>Object.assign({},t,e),rV=t=>{if(!t||typeof t!="object"||!Object.keys(t).length)return mn;let e=mn;return Object.assign((r,i,s={})=>e(r,i,tr(t,s)),{Minimatch:class extends e.Minimatch{constructor(i,s={}){super(i,tr(t,s))}static defaults(i){return e.defaults(tr(t,i)).Minimatch}},AST:class extends e.AST{constructor(i,s,o={}){super(i,s,tr(t,o))}static fromGlob(i,s={}){return e.AST.fromGlob(i,tr(t,s))}},unescape:(r,i={})=>e.unescape(r,tr(t,i)),escape:(r,i={})=>e.escape(r,tr(t,i)),filter:(r,i={})=>e.filter(r,tr(t,i)),defaults:r=>e.defaults(tr(t,r)),makeRe:(r,i={})=>e.makeRe(r,tr(t,i)),braceExpand:(r,i={})=>e.braceExpand(r,tr(t,i)),match:(r,i,s={})=>e.match(r,i,tr(t,s)),sep:e.sep,GLOBSTAR:Yt})};mn.defaults=rV;var iA=(t,e={})=>(Gc(t),e.nobrace||!/\{(?:(?!\{).)*\}/.test(t)?[t]:(0,eA.default)(t));mn.braceExpand=iA;var iV=(t,e={})=>new Fn(t,e).makeRe();mn.makeRe=iV;var sV=(t,e,n={})=>{let r=new Fn(e,n);return t=t.filter(i=>r.match(i)),r.options.nonull&&!t.length&&t.push(e),t};mn.match=sV;var ZD=/[?*]|[+@!]\(.*?\)|\[|\]/,oV=t=>t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Fn=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(e,n={}){Gc(e),n=n||{},this.options=n,this.pattern=e,this.platform=n.platform||rA,this.isWindows=this.platform==="win32",this.windowsPathsNoEscape=!!n.windowsPathsNoEscape||n.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!n.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!n.nonegate,this.comment=!1,this.empty=!1,this.partial=!!n.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=n.windowsNoMagicRoot!==void 0?n.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 n of e)if(typeof n!="string")return!0;return!1}debug(...e){}make(){let e=this.pattern,n=this.options;if(!n.nocomment&&e.charAt(0)==="#"){this.comment=!0;return}if(!e){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],n.debug&&(this.debug=(...s)=>console.error(...s)),this.debug(this.pattern,this.globSet);let r=this.globSet.map(s=>this.slashSplit(s));this.globParts=this.preprocess(r),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]==="?"||!ZD.test(s[2]))&&!ZD.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 r=0;r<e.length;r++)for(let i=0;i<e[r].length;i++)e[r][i]==="**"&&(e[r][i]="*");let{optimizationLevel:n=1}=this.options;return n>=2?(e=this.firstPhasePreProcess(e),e=this.secondPhasePreProcess(e)):n>=1?e=this.levelOneOptimize(e):e=this.adjascentGlobstarOptimize(e),e}adjascentGlobstarOptimize(e){return e.map(n=>{let r=-1;for(;(r=n.indexOf("**",r+1))!==-1;){let i=r;for(;n[i+1]==="**";)i++;i!==r&&n.splice(r,i-r)}return n})}levelOneOptimize(e){return e.map(n=>(n=n.reduce((r,i)=>{let s=r[r.length-1];return i==="**"&&s==="**"?r:i===".."&&s&&s!==".."&&s!=="."&&s!=="**"?(r.pop(),r):(r.push(i),r)},[]),n.length===0?[""]:n))}levelTwoFileOptimize(e){Array.isArray(e)||(e=this.slashSplit(e));let n=!1;do{if(n=!1,!this.preserveMultipleSlashes){for(let i=1;i<e.length-1;i++){let s=e[i];i===1&&s===""&&e[0]===""||(s==="."||s==="")&&(n=!0,e.splice(i,1),i--)}e[0]==="."&&e.length===2&&(e[1]==="."||e[1]==="")&&(n=!0,e.pop())}let r=0;for(;(r=e.indexOf("..",r+1))!==-1;){let i=e[r-1];i&&i!=="."&&i!==".."&&i!=="**"&&(n=!0,e.splice(r-1,2),r-=2)}}while(n);return e.length===0?[""]:e}firstPhasePreProcess(e){let n=!1;do{n=!1;for(let r of e){let i=-1;for(;(i=r.indexOf("**",i+1))!==-1;){let o=i;for(;r[o+1]==="**";)o++;o>i&&r.splice(i+1,o-i);let a=r[i+1],c=r[i+2],l=r[i+3];if(a!==".."||!c||c==="."||c===".."||!l||l==="."||l==="..")continue;n=!0,r.splice(i,1);let u=r.slice(0);u[i]="**",e.push(u),i--}if(!this.preserveMultipleSlashes){for(let o=1;o<r.length-1;o++){let a=r[o];o===1&&a===""&&r[0]===""||(a==="."||a==="")&&(n=!0,r.splice(o,1),o--)}r[0]==="."&&r.length===2&&(r[1]==="."||r[1]==="")&&(n=!0,r.pop())}let s=0;for(;(s=r.indexOf("..",s+1))!==-1;){let o=r[s-1];if(o&&o!=="."&&o!==".."&&o!=="**"){n=!0;let c=s===1&&r[s+1]==="**"?["."]:[];r.splice(s-1,2,...c),r.length===0&&r.push(""),s-=2}}}}while(n);return e}secondPhasePreProcess(e){for(let n=0;n<e.length-1;n++)for(let r=n+1;r<e.length;r++){let i=this.partsMatch(e[n],e[r],!this.preserveMultipleSlashes);if(i){e[n]=[],e[r]=i;break}}return e.filter(n=>n.length)}partsMatch(e,n,r=!1){let i=0,s=0,o=[],a="";for(;i<e.length&&s<n.length;)if(e[i]===n[s])o.push(a==="b"?n[s]:e[i]),i++,s++;else if(r&&e[i]==="**"&&n[s]===e[i+1])o.push(e[i]),i++;else if(r&&n[s]==="**"&&e[i]===n[s+1])o.push(n[s]),s++;else if(e[i]==="*"&&n[s]&&(this.options.dot||!n[s].startsWith("."))&&n[s]!=="**"){if(a==="b")return!1;a="a",o.push(e[i]),i++,s++}else if(n[s]==="*"&&e[i]&&(this.options.dot||!e[i].startsWith("."))&&e[i]!=="**"){if(a==="a")return!1;a="b",o.push(n[s]),i++,s++}else return!1;return e.length===n.length&&o}parseNegate(){if(this.nonegate)return;let e=this.pattern,n=!1,r=0;for(let i=0;i<e.length&&e.charAt(i)==="!";i++)n=!n,r++;r&&(this.pattern=e.slice(r)),this.negate=n}matchOne(e,n,r=!1){let i=this.options;if(this.isWindows){let p=typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0]),T=!p&&e[0]===""&&e[1]===""&&e[2]==="?"&&/^[a-z]:$/i.test(e[3]),_=typeof n[0]=="string"&&/^[a-z]:$/i.test(n[0]),v=!_&&n[0]===""&&n[1]===""&&n[2]==="?"&&typeof n[3]=="string"&&/^[a-z]:$/i.test(n[3]),b=T?3:p?0:void 0,w=v?3:_?0:void 0;if(typeof b=="number"&&typeof w=="number"){let[C,x]=[e[b],n[w]];C.toLowerCase()===x.toLowerCase()&&(n[w]=C,w>b?n=n.slice(w):b>w&&(e=e.slice(b)))}}let{optimizationLevel:s=1}=this.options;s>=2&&(e=this.levelTwoFileOptimize(e)),this.debug("matchOne",this,{file:e,pattern:n}),this.debug("matchOne",e.length,n.length);for(var o=0,a=0,c=e.length,l=n.length;o<c&&a<l;o++,a++){this.debug("matchOne loop");var u=n[a],d=e[o];if(this.debug(n,u,d),u===!1)return!1;if(u===Yt){this.debug("GLOBSTAR",[n,u,d]);var f=o,h=a+1;if(h===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(`
|
|
288
|
-
globstar while`,e,f,n,h,y),this.matchOne(e.slice(f),n.slice(h),r))return this.debug("globstar found match!",f,c,y),!0;if(y==="."||y===".."||!i.dot&&y.charAt(0)==="."){this.debug("dot detected!",e,f,n,h);break}this.debug("globstar swallow a segment, and continue"),f++}return!!(r&&(this.debug(`
|
|
289
|
-
>>> no match, partial?`,e,f,n,h),f===c))}let p;if(typeof u=="string"?(p=d===u,this.debug("string match",u,d,p)):(p=u.test(d),this.debug("pattern match",u,d,p)),!p)return!1}if(o===c&&a===l)return!0;if(o===c)return r;if(a===l)return o===c-1&&e[o]==="";throw new Error("wtf?")}braceExpand(){return iA(this.pattern,this.options)}parse(e){Gc(e);let n=this.options;if(e==="**")return Yt;if(e==="")return"";let r,i=null;(r=e.match(VU))?i=n.dot?WU:zU:(r=e.match(IU))?i=(n.nocase?n.dot?$U:LU:n.dot?MU:xU)(r[1]):(r=e.match(HU))?i=(n.nocase?n.dot?YU:GU:n.dot?KU:XU)(r):(r=e.match(qU))?i=n.dot?FU:jU:(r=e.match(BU))&&(i=UU);let s=ta.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 n=this.options,r=n.noglobstar?ZU:n.dot?eV:tV,i=new Set(n.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"?oV(u):u===Yt?Yt:u._src});return l.forEach((u,d)=>{let f=l[d+1],h=l[d-1];u!==Yt||h===Yt||(h===void 0?f!==void 0&&f!==Yt?l[d+1]="(?:\\/|"+r+"\\/)?"+f:l[d]=r:f===void 0?l[d-1]=h+"(?:\\/|"+r+")?":f!==Yt&&(l[d-1]=h+"(?:\\/|\\/"+r+"\\/)"+f,l[d+1]=Yt))}),l.filter(u=>u!==Yt).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,n=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&n)return!0;let r=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(r.matchBase&&c.length===1&&(l=[o]),this.matchOne(l,c,n))return r.flipNegate?!0:!this.negate}return r.flipNegate?!1:this.negate}static defaults(e){return mn.defaults(e).Minimatch}};mn.AST=ta;mn.Minimatch=Fn;mn.escape=na;mn.unescape=kr;var RA=require("node:url");var ra=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,oA=new Set,Hv=typeof process=="object"&&process?process:{},aA=(t,e,n,r)=>{typeof Hv.emitWarning=="function"?Hv.emitWarning(t,e,n,r):console.error(`[${n}] ${e}: ${t}`)},Eh=globalThis.AbortController,sA=globalThis.AbortSignal;if(typeof Eh>"u"){sA=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(r,i){this._onabort.push(i)}},Eh=class{constructor(){e()}signal=new sA;abort(r){if(!this.signal.aborted){this.signal.reason=r,this.signal.aborted=!0;for(let i of this.signal._onabort)i(r);this.signal.onabort?.(r)}}};let t=Hv.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=()=>{t&&(t=!1,aA("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 aV=t=>!oA.has(t),ese=Symbol("type"),Zi=t=>t&&t===Math.floor(t)&&t>0&&isFinite(t),cA=t=>Zi(t)?t<=Math.pow(2,8)?Uint8Array:t<=Math.pow(2,16)?Uint16Array:t<=Math.pow(2,32)?Uint32Array:t<=Number.MAX_SAFE_INTEGER?ia:null:null,ia=class extends Array{constructor(e){super(e),this.fill(0)}},Gv=class t{heap;length;static#e=!1;static create(e){let n=cA(e);if(!n)return[];t.#e=!0;let r=new t(e,n);return t.#e=!1,r}constructor(e,n){if(!t.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new n(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}},Kc=class t{#e;#t;#i;#n;#o;#f;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#l;#d;#a;#c;#s;#y;#v;#p;#h;#E;#g;#w;#k;#T;#S;#_;#m;static unsafeExposeInternals(e){return{starts:e.#k,ttls:e.#T,sizes:e.#w,keyMap:e.#a,keyList:e.#c,valList:e.#s,next:e.#y,prev:e.#v,get head(){return e.#p},get tail(){return e.#h},free:e.#E,isBackgroundFetch:n=>e.#u(n),backgroundFetch:(n,r,i,s)=>e.#q(n,r,i,s),moveToTail:n=>e.#F(n),indexes:n=>e.#P(n),rindexes:n=>e.#R(n),isStale:n=>e.#b(n)}}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.#n}constructor(e){let{max:n=0,ttl:r,ttlResolution:i=1,ttlAutopurge:s,updateAgeOnGet:o,updateAgeOnHas:a,allowStale:c,dispose:l,disposeAfter:u,noDisposeOnSet:d,noUpdateTTL:f,maxSize:h=0,maxEntrySize:y=0,sizeCalculation:p,fetchMethod:T,memoMethod:_,noDeleteOnFetchRejection:v,noDeleteOnStaleGet:b,allowStaleOnFetchRejection:w,allowStaleOnFetchAbort:C,ignoreFetchAbort:x}=e;if(n!==0&&!Zi(n))throw new TypeError("max option must be a nonnegative integer");let B=n?cA(n):Array;if(!B)throw new Error("invalid max value: "+n);if(this.#e=n,this.#t=h,this.maxEntrySize=y||this.#t,this.sizeCalculation=p,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(_!==void 0&&typeof _!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#f=_,T!==void 0&&typeof T!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#o=T,this.#_=!!T,this.#a=new Map,this.#c=new Array(n).fill(void 0),this.#s=new Array(n).fill(void 0),this.#y=new B(n),this.#v=new B(n),this.#p=0,this.#h=0,this.#E=Gv.create(n),this.#l=0,this.#d=0,typeof l=="function"&&(this.#i=l),typeof u=="function"?(this.#n=u,this.#g=[]):(this.#n=void 0,this.#g=void 0),this.#S=!!this.#i,this.#m=!!this.#n,this.noDisposeOnSet=!!d,this.noUpdateTTL=!!f,this.noDeleteOnFetchRejection=!!v,this.allowStaleOnFetchRejection=!!w,this.allowStaleOnFetchAbort=!!C,this.ignoreFetchAbort=!!x,this.maxEntrySize!==0){if(this.#t!==0&&!Zi(this.#t))throw new TypeError("maxSize must be a positive integer if specified");if(!Zi(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#D()}if(this.allowStale=!!c,this.noDeleteOnStaleGet=!!b,this.updateAgeOnGet=!!o,this.updateAgeOnHas=!!a,this.ttlResolution=Zi(i)||i===0?i:1,this.ttlAutopurge=!!s,this.ttl=r||0,this.ttl){if(!Zi(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 j="LRU_CACHE_UNBOUNDED";aV(j)&&(oA.add(j),aA("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",j,t))}}getRemainingTTL(e){return this.#a.has(e)?1/0:0}#C(){let e=new ia(this.#e),n=new ia(this.#e);this.#T=e,this.#k=n,this.#O=(s,o,a=ra.now())=>{if(n[s]=o!==0?a:0,e[s]=o,o!==0&&this.ttlAutopurge){let c=setTimeout(()=>{this.#b(s)&&this.#A(this.#c[s],"expire")},o+1);c.unref&&c.unref()}},this.#N=s=>{n[s]=e[s]!==0?ra.now():0},this.#r=(s,o)=>{if(e[o]){let a=e[o],c=n[o];if(!a||!c)return;s.ttl=a,s.start=c,s.now=r||i();let l=s.now-c;s.remainingTTL=a-l}};let r=0,i=()=>{let s=ra.now();if(this.ttlResolution>0){r=s;let o=setTimeout(()=>r=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=n[o];if(!a||!c)return 1/0;let l=(r||i())-c;return a-l},this.#b=s=>{let o=n[s],a=e[s];return!!a&&!!o&&(r||i())-o>a}}#N=()=>{};#r=()=>{};#O=()=>{};#b=()=>!1;#D(){let e=new ia(this.#e);this.#d=0,this.#w=e,this.#I=n=>{this.#d-=e[n],e[n]=0},this.#M=(n,r,i,s)=>{if(this.#u(r))return 0;if(!Zi(i))if(s){if(typeof s!="function")throw new TypeError("sizeCalculation must be a function");if(i=s(r,n),!Zi(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=(n,r,i)=>{if(e[n]=r,this.#t){let s=this.#t-e[n];for(;this.#d>s;)this.#$(!0)}this.#d+=e[n],i&&(i.entrySize=r,i.totalCalculatedSize=this.#d)}}#I=e=>{};#x=(e,n,r)=>{};#M=(e,n,r,i)=>{if(r||i)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#P({allowStale:e=this.allowStale}={}){if(this.#l)for(let n=this.#h;!(!this.#L(n)||((e||!this.#b(n))&&(yield n),n===this.#p));)n=this.#v[n]}*#R({allowStale:e=this.allowStale}={}){if(this.#l)for(let n=this.#p;!(!this.#L(n)||((e||!this.#b(n))&&(yield n),n===this.#h));)n=this.#y[n]}#L(e){return e!==void 0&&this.#a.get(this.#c[e])===e}*entries(){for(let e of this.#P())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.#R())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.#P()){let n=this.#c[e];n!==void 0&&!this.#u(this.#s[e])&&(yield n)}}*rkeys(){for(let e of this.#R()){let n=this.#c[e];n!==void 0&&!this.#u(this.#s[e])&&(yield n)}}*values(){for(let e of this.#P())this.#s[e]!==void 0&&!this.#u(this.#s[e])&&(yield this.#s[e])}*rvalues(){for(let e of this.#R())this.#s[e]!==void 0&&!this.#u(this.#s[e])&&(yield this.#s[e])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(e,n={}){for(let r of this.#P()){let i=this.#s[r],s=this.#u(i)?i.__staleWhileFetching:i;if(s!==void 0&&e(s,this.#c[r],this))return this.get(this.#c[r],n)}}forEach(e,n=this){for(let r of this.#P()){let i=this.#s[r],s=this.#u(i)?i.__staleWhileFetching:i;s!==void 0&&e.call(n,s,this.#c[r],this)}}rforEach(e,n=this){for(let r of this.#R()){let i=this.#s[r],s=this.#u(i)?i.__staleWhileFetching:i;s!==void 0&&e.call(n,s,this.#c[r],this)}}purgeStale(){let e=!1;for(let n of this.#R({allowStale:!0}))this.#b(n)&&(this.#A(this.#c[n],"expire"),e=!0);return e}info(e){let n=this.#a.get(e);if(n===void 0)return;let r=this.#s[n],i=this.#u(r)?r.__staleWhileFetching:r;if(i===void 0)return;let s={value:i};if(this.#T&&this.#k){let o=this.#T[n],a=this.#k[n];if(o&&a){let c=o-(ra.now()-a);s.ttl=c,s.start=Date.now()}}return this.#w&&(s.size=this.#w[n]),s}dump(){let e=[];for(let n of this.#P({allowStale:!0})){let r=this.#c[n],i=this.#s[n],s=this.#u(i)?i.__staleWhileFetching:i;if(s===void 0||r===void 0)continue;let o={value:s};if(this.#T&&this.#k){o.ttl=this.#T[n];let a=ra.now()-this.#k[n];o.start=Math.floor(Date.now()-a)}this.#w&&(o.size=this.#w[n]),e.unshift([r,o])}return e}load(e){this.clear();for(let[n,r]of e){if(r.start){let i=Date.now()-r.start;r.start=ra.now()-i}this.set(n,r.value,r)}}set(e,n,r={}){if(n===void 0)return this.delete(e),this;let{ttl:i=this.ttl,start:s,noDisposeOnSet:o=this.noDisposeOnSet,sizeCalculation:a=this.sizeCalculation,status:c}=r,{noUpdateTTL:l=this.noUpdateTTL}=r,u=this.#M(e,n,r.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.#h:this.#E.length!==0?this.#E.pop():this.#l===this.#e?this.#$(!1):this.#l,this.#c[d]=e,this.#s[d]=n,this.#a.set(e,d),this.#y[this.#h]=d,this.#v[d]=this.#h,this.#h=d,this.#l++,this.#x(d,u,c),c&&(c.set="add"),l=!1;else{this.#F(d);let f=this.#s[d];if(n!==f){if(this.#_&&this.#u(f)){f.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:h}=f;h!==void 0&&!o&&(this.#S&&this.#i?.(h,e,"set"),this.#m&&this.#g?.push([h,e,"set"]))}else o||(this.#S&&this.#i?.(f,e,"set"),this.#m&&this.#g?.push([f,e,"set"]));if(this.#I(d),this.#x(d,u,c),this.#s[d]=n,c){c.set="replace";let h=f&&this.#u(f)?f.__staleWhileFetching:f;h!==void 0&&(c.oldValue=h)}}else c&&(c.set="update")}if(i!==0&&!this.#T&&this.#C(),this.#T&&(l||this.#O(d,i,s),c&&this.#r(c,d)),!o&&this.#m&&this.#g){let f=this.#g,h;for(;h=f?.shift();)this.#n?.(...h)}return this}pop(){try{for(;this.#l;){let e=this.#s[this.#p];if(this.#$(!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,n;for(;n=e?.shift();)this.#n?.(...n)}}}#$(e){let n=this.#p,r=this.#c[n],i=this.#s[n];return this.#_&&this.#u(i)?i.__abortController.abort(new Error("evicted")):(this.#S||this.#m)&&(this.#S&&this.#i?.(i,r,"evict"),this.#m&&this.#g?.push([i,r,"evict"])),this.#I(n),e&&(this.#c[n]=void 0,this.#s[n]=void 0,this.#E.push(n)),this.#l===1?(this.#p=this.#h=0,this.#E.length=0):this.#p=this.#y[n],this.#a.delete(r),this.#l--,n}has(e,n={}){let{updateAgeOnHas:r=this.updateAgeOnHas,status:i}=n,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.#b(s))i&&(i.has="stale",this.#r(i,s));else return r&&this.#N(s),i&&(i.has="hit",this.#r(i,s)),!0}else i&&(i.has="miss");return!1}peek(e,n={}){let{allowStale:r=this.allowStale}=n,i=this.#a.get(e);if(i===void 0||!r&&this.#b(i))return;let s=this.#s[i];return this.#u(s)?s.__staleWhileFetching:s}#q(e,n,r,i){let s=n===void 0?void 0:this.#s[n];if(this.#u(s))return s;let o=new Eh,{signal:a}=r;a?.addEventListener("abort",()=>o.abort(a.reason),{signal:o.signal});let c={signal:o.signal,options:r,context:i},l=(p,T=!1)=>{let{aborted:_}=o.signal,v=r.ignoreFetchAbort&&p!==void 0;if(r.status&&(_&&!T?(r.status.fetchAborted=!0,r.status.fetchError=o.signal.reason,v&&(r.status.fetchAbortIgnored=!0)):r.status.fetchResolved=!0),_&&!v&&!T)return d(o.signal.reason);let b=h;return this.#s[n]===h&&(p===void 0?b.__staleWhileFetching?this.#s[n]=b.__staleWhileFetching:this.#A(e,"fetch"):(r.status&&(r.status.fetchUpdated=!0),this.set(e,p,c.options))),p},u=p=>(r.status&&(r.status.fetchRejected=!0,r.status.fetchError=p),d(p)),d=p=>{let{aborted:T}=o.signal,_=T&&r.allowStaleOnFetchAbort,v=_||r.allowStaleOnFetchRejection,b=v||r.noDeleteOnFetchRejection,w=h;if(this.#s[n]===h&&(!b||w.__staleWhileFetching===void 0?this.#A(e,"fetch"):_||(this.#s[n]=w.__staleWhileFetching)),v)return r.status&&w.__staleWhileFetching!==void 0&&(r.status.returnedStale=!0),w.__staleWhileFetching;if(w.__returned===w)throw p},f=(p,T)=>{let _=this.#o?.(e,s,c);_&&_ instanceof Promise&&_.then(v=>p(v===void 0?void 0:v),T),o.signal.addEventListener("abort",()=>{(!r.ignoreFetchAbort||r.allowStaleOnFetchAbort)&&(p(void 0),r.allowStaleOnFetchAbort&&(p=v=>l(v,!0)))})};r.status&&(r.status.fetchDispatched=!0);let h=new Promise(f).then(l,u),y=Object.assign(h,{__abortController:o,__staleWhileFetching:s,__returned:void 0});return n===void 0?(this.set(e,y,{...c.options,status:void 0}),n=this.#a.get(e)):this.#s[n]=y,y}#u(e){if(!this.#_)return!1;let n=e;return!!n&&n instanceof Promise&&n.hasOwnProperty("__staleWhileFetching")&&n.__abortController instanceof Eh}async fetch(e,n={}){let{allowStale:r=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:h=this.ignoreFetchAbort,allowStaleOnFetchAbort:y=this.allowStaleOnFetchAbort,context:p,forceRefresh:T=!1,status:_,signal:v}=n;if(!this.#_)return _&&(_.fetch="get"),this.get(e,{allowStale:r,updateAgeOnGet:i,noDeleteOnStaleGet:s,status:_});let b={allowStale:r,updateAgeOnGet:i,noDeleteOnStaleGet:s,ttl:o,noDisposeOnSet:a,size:c,sizeCalculation:l,noUpdateTTL:u,noDeleteOnFetchRejection:d,allowStaleOnFetchRejection:f,allowStaleOnFetchAbort:y,ignoreFetchAbort:h,status:_,signal:v},w=this.#a.get(e);if(w===void 0){_&&(_.fetch="miss");let C=this.#q(e,w,b,p);return C.__returned=C}else{let C=this.#s[w];if(this.#u(C)){let ze=r&&C.__staleWhileFetching!==void 0;return _&&(_.fetch="inflight",ze&&(_.returnedStale=!0)),ze?C.__staleWhileFetching:C.__returned=C}let x=this.#b(w);if(!T&&!x)return _&&(_.fetch="hit"),this.#F(w),i&&this.#N(w),_&&this.#r(_,w),C;let B=this.#q(e,w,b,p),ce=B.__staleWhileFetching!==void 0&&r;return _&&(_.fetch=x?"stale":"refresh",ce&&x&&(_.returnedStale=!0)),ce?B.__staleWhileFetching:B.__returned=B}}async forceFetch(e,n={}){let r=await this.fetch(e,n);if(r===void 0)throw new Error("fetch() returned undefined");return r}memo(e,n={}){let r=this.#f;if(!r)throw new Error("no memoMethod provided to constructor");let{context:i,forceRefresh:s,...o}=n,a=this.get(e,o);if(!s&&a!==void 0)return a;let c=r(e,a,{options:o,context:i});return this.set(e,c,o),c}get(e,n={}){let{allowStale:r=this.allowStale,updateAgeOnGet:i=this.updateAgeOnGet,noDeleteOnStaleGet:s=this.noDeleteOnStaleGet,status:o}=n,a=this.#a.get(e);if(a!==void 0){let c=this.#s[a],l=this.#u(c);return o&&this.#r(o,a),this.#b(a)?(o&&(o.get="stale"),l?(o&&r&&c.__staleWhileFetching!==void 0&&(o.returnedStale=!0),r?c.__staleWhileFetching:void 0):(s||this.#A(e,"expire"),o&&r&&(o.returnedStale=!0),r?c:void 0)):(o&&(o.get="hit"),l?c.__staleWhileFetching:(this.#F(a),i&&this.#N(a),c))}else o&&(o.get="miss")}#j(e,n){this.#v[n]=e,this.#y[e]=n}#F(e){e!==this.#h&&(e===this.#p?this.#p=this.#y[e]:this.#j(this.#v[e],this.#y[e]),this.#j(this.#h,e),this.#h=e)}delete(e){return this.#A(e,"delete")}#A(e,n){let r=!1;if(this.#l!==0){let i=this.#a.get(e);if(i!==void 0)if(r=!0,this.#l===1)this.#B(n);else{this.#I(i);let s=this.#s[i];if(this.#u(s)?s.__abortController.abort(new Error("deleted")):(this.#S||this.#m)&&(this.#S&&this.#i?.(s,e,n),this.#m&&this.#g?.push([s,e,n])),this.#a.delete(e),this.#c[i]=void 0,this.#s[i]=void 0,i===this.#h)this.#h=this.#v[i];else if(i===this.#p)this.#p=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.#E.push(i)}}if(this.#m&&this.#g?.length){let i=this.#g,s;for(;s=i?.shift();)this.#n?.(...s)}return r}clear(){return this.#B("delete")}#B(e){for(let n of this.#R({allowStale:!0})){let r=this.#s[n];if(this.#u(r))r.__abortController.abort(new Error("deleted"));else{let i=this.#c[n];this.#S&&this.#i?.(r,i,e),this.#m&&this.#g?.push([r,i,e])}}if(this.#a.clear(),this.#s.fill(void 0),this.#c.fill(void 0),this.#T&&this.#k&&(this.#T.fill(0),this.#k.fill(0)),this.#w&&this.#w.fill(0),this.#p=0,this.#h=0,this.#E.length=0,this.#d=0,this.#l=0,this.#m&&this.#g){let n=this.#g,r;for(;r=n?.shift();)this.#n?.(...r)}}};var aa=require("node:path"),vA=require("node:url"),Jr=require("fs"),yV=K(require("node:fs"),1),ns=require("node:fs/promises");var Dh=require("node:events"),eb=K(require("node:stream"),1),hA=require("node:string_decoder"),lA=typeof process=="object"&&process?process:{stdout:null,stderr:null},cV=t=>!!t&&typeof t=="object"&&(t instanceof ts||t instanceof eb.default||lV(t)||uV(t)),lV=t=>!!t&&typeof t=="object"&&t instanceof Dh.EventEmitter&&typeof t.pipe=="function"&&t.pipe!==eb.default.Writable.prototype.pipe,uV=t=>!!t&&typeof t=="object"&&t instanceof Dh.EventEmitter&&typeof t.write=="function"&&typeof t.end=="function",vi=Symbol("EOF"),bi=Symbol("maybeEmitEnd"),es=Symbol("emittedEnd"),wh=Symbol("emittingEnd"),Xc=Symbol("emittedError"),kh=Symbol("closed"),uA=Symbol("read"),Nh=Symbol("flush"),dA=Symbol("flushChunk"),Nr=Symbol("encoding"),sa=Symbol("decoder"),Ft=Symbol("flowing"),Jc=Symbol("paused"),oa=Symbol("resume"),Bt=Symbol("buffer"),gn=Symbol("pipes"),Ut=Symbol("bufferLength"),Yv=Symbol("bufferPush"),Ph=Symbol("bufferShift"),on=Symbol("objectMode"),wt=Symbol("destroyed"),Kv=Symbol("error"),Xv=Symbol("emitData"),fA=Symbol("emitEnd"),Jv=Symbol("emitEnd2"),Kr=Symbol("async"),Qv=Symbol("abort"),Rh=Symbol("aborted"),Qc=Symbol("signal"),Ms=Symbol("dataListeners"),Bn=Symbol("discarded"),Zc=t=>Promise.resolve().then(t),dV=t=>t(),fV=t=>t==="end"||t==="finish"||t==="prefinish",hV=t=>t instanceof ArrayBuffer||!!t&&typeof t=="object"&&t.constructor&&t.constructor.name==="ArrayBuffer"&&t.byteLength>=0,pV=t=>!Buffer.isBuffer(t)&&ArrayBuffer.isView(t),Ch=class{src;dest;opts;ondrain;constructor(e,n,r){this.src=e,this.dest=n,this.opts=r,this.ondrain=()=>e[oa](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(e){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},Zv=class extends Ch{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(e,n,r){super(e,n,r),this.proxyErrors=i=>n.emit("error",i),e.on("error",this.proxyErrors)}},mV=t=>!!t.objectMode,gV=t=>!t.objectMode&&!!t.encoding&&t.encoding!=="buffer",ts=class extends Dh.EventEmitter{[Ft]=!1;[Jc]=!1;[gn]=[];[Bt]=[];[on];[Nr];[Kr];[sa];[vi]=!1;[es]=!1;[wh]=!1;[kh]=!1;[Xc]=null;[Ut]=0;[wt]=!1;[Qc];[Rh]=!1;[Ms]=0;[Bn]=!1;writable=!0;readable=!0;constructor(...e){let n=e[0]||{};if(super(),n.objectMode&&typeof n.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");mV(n)?(this[on]=!0,this[Nr]=null):gV(n)?(this[Nr]=n.encoding,this[on]=!1):(this[on]=!1,this[Nr]=null),this[Kr]=!!n.async,this[sa]=this[Nr]?new hA.StringDecoder(this[Nr]):null,n&&n.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[Bt]}),n&&n.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[gn]});let{signal:r}=n;r&&(this[Qc]=r,r.aborted?this[Qv]():r.addEventListener("abort",()=>this[Qv]()))}get bufferLength(){return this[Ut]}get encoding(){return this[Nr]}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[on]}set objectMode(e){throw new Error("objectMode must be set at instantiation time")}get async(){return this[Kr]}set async(e){this[Kr]=this[Kr]||!!e}[Qv](){this[Rh]=!0,this.emit("abort",this[Qc]?.reason),this.destroy(this[Qc]?.reason)}get aborted(){return this[Rh]}set aborted(e){}write(e,n,r){if(this[Rh])return!1;if(this[vi])throw new Error("write after end");if(this[wt])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof n=="function"&&(r=n,n="utf8"),n||(n="utf8");let i=this[Kr]?Zc:dV;if(!this[on]&&!Buffer.isBuffer(e)){if(pV(e))e=Buffer.from(e.buffer,e.byteOffset,e.byteLength);else if(hV(e))e=Buffer.from(e);else if(typeof e!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[on]?(this[Ft]&&this[Ut]!==0&&this[Nh](!0),this[Ft]?this.emit("data",e):this[Yv](e),this[Ut]!==0&&this.emit("readable"),r&&i(r),this[Ft]):e.length?(typeof e=="string"&&!(n===this[Nr]&&!this[sa]?.lastNeed)&&(e=Buffer.from(e,n)),Buffer.isBuffer(e)&&this[Nr]&&(e=this[sa].write(e)),this[Ft]&&this[Ut]!==0&&this[Nh](!0),this[Ft]?this.emit("data",e):this[Yv](e),this[Ut]!==0&&this.emit("readable"),r&&i(r),this[Ft]):(this[Ut]!==0&&this.emit("readable"),r&&i(r),this[Ft])}read(e){if(this[wt])return null;if(this[Bn]=!1,this[Ut]===0||e===0||e&&e>this[Ut])return this[bi](),null;this[on]&&(e=null),this[Bt].length>1&&!this[on]&&(this[Bt]=[this[Nr]?this[Bt].join(""):Buffer.concat(this[Bt],this[Ut])]);let n=this[uA](e||null,this[Bt][0]);return this[bi](),n}[uA](e,n){if(this[on])this[Ph]();else{let r=n;e===r.length||e===null?this[Ph]():typeof r=="string"?(this[Bt][0]=r.slice(e),n=r.slice(0,e),this[Ut]-=e):(this[Bt][0]=r.subarray(e),n=r.subarray(0,e),this[Ut]-=e)}return this.emit("data",n),!this[Bt].length&&!this[vi]&&this.emit("drain"),n}end(e,n,r){return typeof e=="function"&&(r=e,e=void 0),typeof n=="function"&&(r=n,n="utf8"),e!==void 0&&this.write(e,n),r&&this.once("end",r),this[vi]=!0,this.writable=!1,(this[Ft]||!this[Jc])&&this[bi](),this}[oa](){this[wt]||(!this[Ms]&&!this[gn].length&&(this[Bn]=!0),this[Jc]=!1,this[Ft]=!0,this.emit("resume"),this[Bt].length?this[Nh]():this[vi]?this[bi]():this.emit("drain"))}resume(){return this[oa]()}pause(){this[Ft]=!1,this[Jc]=!0,this[Bn]=!1}get destroyed(){return this[wt]}get flowing(){return this[Ft]}get paused(){return this[Jc]}[Yv](e){this[on]?this[Ut]+=1:this[Ut]+=e.length,this[Bt].push(e)}[Ph](){return this[on]?this[Ut]-=1:this[Ut]-=this[Bt][0].length,this[Bt].shift()}[Nh](e=!1){do;while(this[dA](this[Ph]())&&this[Bt].length);!e&&!this[Bt].length&&!this[vi]&&this.emit("drain")}[dA](e){return this.emit("data",e),this[Ft]}pipe(e,n){if(this[wt])return e;this[Bn]=!1;let r=this[es];return n=n||{},e===lA.stdout||e===lA.stderr?n.end=!1:n.end=n.end!==!1,n.proxyErrors=!!n.proxyErrors,r?n.end&&e.end():(this[gn].push(n.proxyErrors?new Zv(this,e,n):new Ch(this,e,n)),this[Kr]?Zc(()=>this[oa]()):this[oa]()),e}unpipe(e){let n=this[gn].find(r=>r.dest===e);n&&(this[gn].length===1?(this[Ft]&&this[Ms]===0&&(this[Ft]=!1),this[gn]=[]):this[gn].splice(this[gn].indexOf(n),1),n.unpipe())}addListener(e,n){return this.on(e,n)}on(e,n){let r=super.on(e,n);if(e==="data")this[Bn]=!1,this[Ms]++,!this[gn].length&&!this[Ft]&&this[oa]();else if(e==="readable"&&this[Ut]!==0)super.emit("readable");else if(fV(e)&&this[es])super.emit(e),this.removeAllListeners(e);else if(e==="error"&&this[Xc]){let i=n;this[Kr]?Zc(()=>i.call(this,this[Xc])):i.call(this,this[Xc])}return r}removeListener(e,n){return this.off(e,n)}off(e,n){let r=super.off(e,n);return e==="data"&&(this[Ms]=this.listeners("data").length,this[Ms]===0&&!this[Bn]&&!this[gn].length&&(this[Ft]=!1)),r}removeAllListeners(e){let n=super.removeAllListeners(e);return(e==="data"||e===void 0)&&(this[Ms]=0,!this[Bn]&&!this[gn].length&&(this[Ft]=!1)),n}get emittedEnd(){return this[es]}[bi](){!this[wh]&&!this[es]&&!this[wt]&&this[Bt].length===0&&this[vi]&&(this[wh]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[kh]&&this.emit("close"),this[wh]=!1)}emit(e,...n){let r=n[0];if(e!=="error"&&e!=="close"&&e!==wt&&this[wt])return!1;if(e==="data")return!this[on]&&!r?!1:this[Kr]?(Zc(()=>this[Xv](r)),!0):this[Xv](r);if(e==="end")return this[fA]();if(e==="close"){if(this[kh]=!0,!this[es]&&!this[wt])return!1;let s=super.emit("close");return this.removeAllListeners("close"),s}else if(e==="error"){this[Xc]=r,super.emit(Kv,r);let s=!this[Qc]||this.listeners("error").length?super.emit("error",r):!1;return this[bi](),s}else if(e==="resume"){let s=super.emit("resume");return this[bi](),s}else if(e==="finish"||e==="prefinish"){let s=super.emit(e);return this.removeAllListeners(e),s}let i=super.emit(e,...n);return this[bi](),i}[Xv](e){for(let r of this[gn])r.dest.write(e)===!1&&this.pause();let n=this[Bn]?!1:super.emit("data",e);return this[bi](),n}[fA](){return this[es]?!1:(this[es]=!0,this.readable=!1,this[Kr]?(Zc(()=>this[Jv]()),!0):this[Jv]())}[Jv](){if(this[sa]){let n=this[sa].end();if(n){for(let r of this[gn])r.dest.write(n);this[Bn]||super.emit("data",n)}}for(let n of this[gn])n.end();let e=super.emit("end");return this.removeAllListeners("end"),e}async collect(){let e=Object.assign([],{dataLength:0});this[on]||(e.dataLength=0);let n=this.promise();return this.on("data",r=>{e.push(r),this[on]||(e.dataLength+=r.length)}),await n,e}async concat(){if(this[on])throw new Error("cannot concat in objectMode");let e=await this.collect();return this[Nr]?e.join(""):Buffer.concat(e,e.dataLength)}async promise(){return new Promise((e,n)=>{this.on(wt,()=>n(new Error("stream destroyed"))),this.on("error",r=>n(r)),this.on("end",()=>e())})}[Symbol.asyncIterator](){this[Bn]=!1;let e=!1,n=async()=>(this.pause(),e=!0,{value:void 0,done:!0});return{next:()=>{if(e)return n();let i=this.read();if(i!==null)return Promise.resolve({done:!1,value:i});if(this[vi])return n();let s,o,a=d=>{this.off("data",c),this.off("end",l),this.off(wt,u),n(),o(d)},c=d=>{this.off("error",a),this.off("end",l),this.off(wt,u),this.pause(),s({value:d,done:!!this[vi]})},l=()=>{this.off("error",a),this.off("data",c),this.off(wt,u),n(),s({done:!0,value:void 0})},u=()=>a(new Error("stream destroyed"));return new Promise((d,f)=>{o=f,s=d,this.once(wt,u),this.once("error",a),this.once("end",l),this.once("data",c)})},throw:n,return:n,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[Bn]=!1;let e=!1,n=()=>(this.pause(),this.off(Kv,n),this.off(wt,n),this.off("end",n),e=!0,{done:!0,value:void 0}),r=()=>{if(e)return n();let i=this.read();return i===null?n():{done:!1,value:i}};return this.once("end",n),this.once(Kv,n),this.once(wt,n),{next:r,throw:n,return:n,[Symbol.iterator](){return this}}}destroy(e){if(this[wt])return e?this.emit("error",e):this.emit(wt),this;this[wt]=!0,this[Bn]=!0,this[Bt].length=0,this[Ut]=0;let n=this;return typeof n.close=="function"&&!this[kh]&&n.close(),e?this.emit("error",e):this.emit(wt),this}static get isStream(){return cV}};var vV=Jr.realpathSync.native,tl={lstatSync:Jr.lstatSync,readdir:Jr.readdir,readdirSync:Jr.readdirSync,readlinkSync:Jr.readlinkSync,realpathSync:vV,promises:{lstat:ns.lstat,readdir:ns.readdir,readlink:ns.readlink,realpath:ns.realpath}},bA=t=>!t||t===tl||t===yV?tl:{...tl,...t,promises:{...tl.promises,...t.promises||{}}},TA=/^\\\\\?\\([a-z]:)\\?$/i,bV=t=>t.replace(/\//g,"\\").replace(TA,"$1\\"),TV=/[\\\/]/,rr=0,SA=1,_A=2,Xr=4,EA=6,wA=8,Ls=10,kA=12,nr=15,el=~nr,tb=16,pA=32,nl=64,Pr=128,Ah=256,Ih=512,mA=nl|Pr|Ih,SV=1023,nb=t=>t.isFile()?wA:t.isDirectory()?Xr:t.isSymbolicLink()?Ls:t.isCharacterDevice()?_A:t.isBlockDevice()?EA:t.isSocket()?kA:t.isFIFO()?SA:rr,gA=new Map,rl=t=>{let e=gA.get(t);if(e)return e;let n=t.normalize("NFKD");return gA.set(t,n),n},yA=new Map,Oh=t=>{let e=yA.get(t);if(e)return e;let n=rl(t.toLowerCase());return yA.set(t,n),n},xh=class extends Kc{constructor(){super({max:256})}},rb=class extends Kc{constructor(e=16*1024){super({maxSize:e,sizeCalculation:n=>n.length+1})}},NA=Symbol("PathScurry setAsCwd"),an=class{name;root;roots;parent;nocase;isCWD=!1;#e;#t;get dev(){return this.#t}#i;get mode(){return this.#i}#n;get nlink(){return this.#n}#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}#p;get ctimeMs(){return this.#p}#h;get birthtimeMs(){return this.#h}#E;get atime(){return this.#E}#g;get mtime(){return this.#g}#w;get ctime(){return this.#w}#k;get birthtime(){return this.#k}#T;#S;#_;#m;#C;#N;#r;#O;#b;#D;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(e,n=rr,r,i,s,o,a){this.name=e,this.#T=s?Oh(e):rl(e),this.#r=n&SV,this.nocase=s,this.roots=i,this.root=r||this,this.#O=o,this.#_=a.fullpath,this.#C=a.relative,this.#N=a.relativePosix,this.parent=a.parent,this.parent?this.#e=this.parent.#e:this.#e=bA(a.fs)}depth(){return this.#S!==void 0?this.#S:this.parent?this.#S=this.parent.depth()+1:this.#S=0}childrenCache(){return this.#O}resolve(e){if(!e)return this;let n=this.getRootString(e),i=e.substring(n.length).split(this.splitSep);return n?this.getRoot(n).#I(i):this.#I(i)}#I(e){let n=this;for(let r of e)n=n.child(r);return n}children(){let e=this.#O.get(this);if(e)return e;let n=Object.assign([],{provisional:0});return this.#O.set(this,n),this.#r&=~tb,n}child(e,n){if(e===""||e===".")return this;if(e==="..")return this.parent||this;let r=this.children(),i=this.nocase?Oh(e):rl(e);for(let c of r)if(c.#T===i)return c;let s=this.parent?this.sep:"",o=this.#_?this.#_+s+e:void 0,a=this.newChild(e,rr,{...n,parent:this,fullpath:o});return this.canReaddir()||(a.#r|=Pr),r.push(a),a}relative(){if(this.isCWD)return"";if(this.#C!==void 0)return this.#C;let e=this.name,n=this.parent;if(!n)return this.#C=this.name;let r=n.relative();return r+(!r||!n.parent?"":this.sep)+e}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#N!==void 0)return this.#N;let e=this.name,n=this.parent;if(!n)return this.#N=this.fullpathPosix();let r=n.relativePosix();return r+(!r||!n.parent?"":"/")+e}fullpath(){if(this.#_!==void 0)return this.#_;let e=this.name,n=this.parent;if(!n)return this.#_=this.name;let i=n.fullpath()+(n.parent?this.sep:"")+e;return this.#_=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,n=e.fullpathPosix(),r=n+(!n||!e.parent?"":"/")+this.name;return this.#m=r}isUnknown(){return(this.#r&nr)===rr}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.#r&nr)===wA}isDirectory(){return(this.#r&nr)===Xr}isCharacterDevice(){return(this.#r&nr)===_A}isBlockDevice(){return(this.#r&nr)===EA}isFIFO(){return(this.#r&nr)===SA}isSocket(){return(this.#r&nr)===kA}isSymbolicLink(){return(this.#r&Ls)===Ls}lstatCached(){return this.#r&pA?this:void 0}readlinkCached(){return this.#b}realpathCached(){return this.#D}readdirCached(){let e=this.children();return e.slice(0,e.provisional)}canReadlink(){if(this.#b)return!0;if(!this.parent)return!1;let e=this.#r&nr;return!(e!==rr&&e!==Ls||this.#r&Ah||this.#r&Pr)}calledReaddir(){return!!(this.#r&tb)}isENOENT(){return!!(this.#r&Pr)}isNamed(e){return this.nocase?this.#T===Oh(e):this.#T===rl(e)}async readlink(){let e=this.#b;if(e)return e;if(this.canReadlink()&&this.parent)try{let n=await this.#e.promises.readlink(this.fullpath()),r=(await this.parent.realpath())?.resolve(n);if(r)return this.#b=r}catch(n){this.#u(n.code);return}}readlinkSync(){let e=this.#b;if(e)return e;if(this.canReadlink()&&this.parent)try{let n=this.#e.readlinkSync(this.fullpath()),r=this.parent.realpathSync()?.resolve(n);if(r)return this.#b=r}catch(n){this.#u(n.code);return}}#x(e){this.#r|=tb;for(let n=e.provisional;n<e.length;n++){let r=e[n];r&&r.#M()}}#M(){this.#r&Pr||(this.#r=(this.#r|Pr)&el,this.#P())}#P(){let e=this.children();e.provisional=0;for(let n of e)n.#M()}#R(){this.#r|=Ih,this.#L()}#L(){if(this.#r&nl)return;let e=this.#r;(e&nr)===Xr&&(e&=el),this.#r=e|nl,this.#P()}#$(e=""){e==="ENOTDIR"||e==="EPERM"?this.#L():e==="ENOENT"?this.#M():this.children().provisional=0}#q(e=""){e==="ENOTDIR"?this.parent.#L():e==="ENOENT"&&this.#M()}#u(e=""){let n=this.#r;n|=Ah,e==="ENOENT"&&(n|=Pr),(e==="EINVAL"||e==="UNKNOWN")&&(n&=el),this.#r=n,e==="ENOTDIR"&&this.parent&&this.parent.#L()}#j(e,n){return this.#A(e,n)||this.#F(e,n)}#F(e,n){let r=nb(e),i=this.newChild(e.name,r,{parent:this}),s=i.#r&nr;return s!==Xr&&s!==Ls&&s!==rr&&(i.#r|=nl),n.unshift(i),n.provisional++,i}#A(e,n){for(let r=n.provisional;r<n.length;r++){let i=n[r];if((this.nocase?Oh(e.name):rl(e.name))===i.#T)return this.#B(e,i,r,n)}}#B(e,n,r,i){let s=n.name;return n.#r=n.#r&el|nb(e),s!==e.name&&(n.name=e.name),r!==i.provisional&&(r===i.length-1?i.pop():i.splice(r,1),i.unshift(n)),i.provisional++,n}async lstat(){if((this.#r&Pr)===0)try{return this.#W(await this.#e.promises.lstat(this.fullpath())),this}catch(e){this.#q(e.code)}}lstatSync(){if((this.#r&Pr)===0)try{return this.#W(this.#e.lstatSync(this.fullpath())),this}catch(e){this.#q(e.code)}}#W(e){let{atime:n,atimeMs:r,birthtime:i,birthtimeMs:s,blksize:o,blocks:a,ctime:c,ctimeMs:l,dev:u,gid:d,ino:f,mode:h,mtime:y,mtimeMs:p,nlink:T,rdev:_,size:v,uid:b}=e;this.#E=n,this.#y=r,this.#k=i,this.#h=s,this.#d=o,this.#s=a,this.#w=c,this.#p=l,this.#t=u,this.#f=d,this.#a=f,this.#i=h,this.#g=y,this.#v=p,this.#n=T,this.#l=_,this.#c=v,this.#o=b;let w=nb(e);this.#r=this.#r&el|w|pA,w!==rr&&w!==Xr&&w!==Ls&&(this.#r|=nl)}#V=[];#z=!1;#H(e){this.#z=!1;let n=this.#V.slice();this.#V.length=0,n.forEach(r=>r(null,e))}readdirCB(e,n=!1){if(!this.canReaddir()){n?e(null,[]):queueMicrotask(()=>e(null,[]));return}let r=this.children();if(this.calledReaddir()){let s=r.slice(0,r.provisional);n?e(null,s):queueMicrotask(()=>e(null,s));return}if(this.#V.push(e),this.#z)return;this.#z=!0;let i=this.fullpath();this.#e.readdir(i,{withFileTypes:!0},(s,o)=>{if(s)this.#$(s.code),r.provisional=0;else{for(let a of o)this.#j(a,r);this.#x(r)}this.#H(r.slice(0,r.provisional))})}#U;async readdir(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let n=this.fullpath();if(this.#U)await this.#U;else{let r=()=>{};this.#U=new Promise(i=>r=i);try{for(let i of await this.#e.promises.readdir(n,{withFileTypes:!0}))this.#j(i,e);this.#x(e)}catch(i){this.#$(i.code),e.provisional=0}this.#U=void 0,r()}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 n=this.fullpath();try{for(let r of this.#e.readdirSync(n,{withFileTypes:!0}))this.#j(r,e);this.#x(e)}catch(r){this.#$(r.code),e.provisional=0}return e.slice(0,e.provisional)}canReaddir(){if(this.#r&mA)return!1;let e=nr&this.#r;return e===rr||e===Xr||e===Ls}shouldWalk(e,n){return(this.#r&Xr)===Xr&&!(this.#r&mA)&&!e.has(this)&&(!n||n(this))}async realpath(){if(this.#D)return this.#D;if(!((Ih|Ah|Pr)&this.#r))try{let e=await this.#e.promises.realpath(this.fullpath());return this.#D=this.resolve(e)}catch{this.#R()}}realpathSync(){if(this.#D)return this.#D;if(!((Ih|Ah|Pr)&this.#r))try{let e=this.#e.realpathSync(this.fullpath());return this.#D=this.resolve(e)}catch{this.#R()}}[NA](e){if(e===this)return;e.isCWD=!1,this.isCWD=!0;let n=new Set([]),r=[],i=this;for(;i&&i.parent;)n.add(i),i.#C=r.join(this.sep),i.#N=r.join("/"),i=i.parent,r.push("..");for(i=e;i&&i.parent&&!n.has(i);)i.#C=void 0,i.#N=void 0,i=i.parent}},Mh=class t extends an{sep="\\";splitSep=TV;constructor(e,n=rr,r,i,s,o,a){super(e,n,r,i,s,o,a)}newChild(e,n=rr,r={}){return new t(e,n,this.root,this.roots,this.nocase,this.childrenCache(),r)}getRootString(e){return aa.win32.parse(e).root}getRoot(e){if(e=bV(e.toUpperCase()),e===this.root.name)return this.root;for(let[n,r]of Object.entries(this.roots))if(this.sameRoot(e,n))return this.roots[e]=r;return this.roots[e]=new ca(e,this).root}sameRoot(e,n=this.root.name){return e=e.toUpperCase().replace(/\//g,"\\").replace(TA,"$1\\"),e===n}},Lh=class t extends an{splitSep="/";sep="/";constructor(e,n=rr,r,i,s,o,a){super(e,n,r,i,s,o,a)}getRootString(e){return e.startsWith("/")?"/":""}getRoot(e){return this.root}newChild(e,n=rr,r={}){return new t(e,n,this.root,this.roots,this.nocase,this.childrenCache(),r)}},$h=class{root;rootPath;roots;cwd;#e;#t;#i;nocase;#n;constructor(e=process.cwd(),n,r,{nocase:i,childrenCacheSize:s=16*1024,fs:o=tl}={}){this.#n=bA(o),(e instanceof URL||e.startsWith("file://"))&&(e=(0,vA.fileURLToPath)(e));let a=n.resolve(e);this.roots=Object.create(null),this.rootPath=this.parseRootPath(a),this.#e=new xh,this.#t=new xh,this.#i=new rb(s);let c=a.substring(this.rootPath.length).split(r);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.#n),this.roots[this.rootPath]=this.root;let l=this.root,u=c.length-1,d=n.sep,f=this.rootPath,h=!1;for(let y of c){let p=u--;l=l.child(y,{relative:new Array(p).fill("..").join(d),relativePosix:new Array(p).fill("..").join("/"),fullpath:f+=(h?"":d)+y}),h=!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 n="";for(let s=e.length-1;s>=0;s--){let o=e[s];if(!(!o||o===".")&&(n=n?`${o}/${n}`:o,this.isAbsolute(o)))break}let r=this.#e.get(n);if(r!==void 0)return r;let i=this.cwd.resolve(n).fullpath();return this.#e.set(n,i),i}resolvePosix(...e){let n="";for(let s=e.length-1;s>=0;s--){let o=e[s];if(!(!o||o===".")&&(n=n?`${o}/${n}`:o,this.isAbsolute(o)))break}let r=this.#t.get(n);if(r!==void 0)return r;let i=this.cwd.resolve(n).fullpathPosix();return this.#t.set(n,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,n={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof an||(n=e,e=this.cwd);let{withFileTypes:r}=n;if(e.canReaddir()){let i=await e.readdir();return r?i:i.map(s=>s.name)}else return[]}readdirSync(e=this.cwd,n={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof an||(n=e,e=this.cwd);let{withFileTypes:r=!0}=n;return e.canReaddir()?r?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:n}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof an||(n=e.withFileTypes,e=this.cwd);let r=await e.readlink();return n?r:r?.fullpath()}readlinkSync(e=this.cwd,{withFileTypes:n}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof an||(n=e.withFileTypes,e=this.cwd);let r=e.readlinkSync();return n?r:r?.fullpath()}async realpath(e=this.cwd,{withFileTypes:n}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof an||(n=e.withFileTypes,e=this.cwd);let r=await e.realpath();return n?r:r?.fullpath()}realpathSync(e=this.cwd,{withFileTypes:n}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof an||(n=e.withFileTypes,e=this.cwd);let r=e.realpathSync();return n?r:r?.fullpath()}async walk(e=this.cwd,n={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof an||(n=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:o}=n,a=[];(!s||s(e))&&a.push(r?e:e.fullpath());let c=new Set,l=(d,f)=>{c.add(d),d.readdirCB((h,y)=>{if(h)return f(h);let p=y.length;if(!p)return f();let T=()=>{--p===0&&f()};for(let _ of y)(!s||s(_))&&a.push(r?_:_.fullpath()),i&&_.isSymbolicLink()?_.realpath().then(v=>v?.isUnknown()?v.lstat():v).then(v=>v?.shouldWalk(c,o)?l(v,T):T()):_.shouldWalk(c,o)?l(_,T):T()},!0)},u=e;return new Promise((d,f)=>{l(u,h=>{if(h)return f(h);d(a)})})}walkSync(e=this.cwd,n={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof an||(n=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:o}=n,a=[];(!s||s(e))&&a.push(r?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(r?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,n={}){return typeof e=="string"?e=this.cwd.resolve(e):e instanceof an||(n=e,e=this.cwd),this.stream(e,n)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(e=this.cwd,n={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof an||(n=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:o}=n;(!s||s(e))&&(yield r?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 r?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,n={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof an||(n=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:o}=n,a=new ts({objectMode:!0});(!s||s(e))&&a.write(r?e:e.fullpath());let c=new Set,l=[e],u=0,d=()=>{let f=!1;for(;!f;){let h=l.shift();if(!h){u===0&&a.end();return}u++,c.add(h);let y=(T,_,v=!1)=>{if(T)return a.emit("error",T);if(i&&!v){let b=[];for(let w of _)w.isSymbolicLink()&&b.push(w.realpath().then(C=>C?.isUnknown()?C.lstat():C));if(b.length){Promise.all(b).then(()=>y(null,_,!0));return}}for(let b of _)b&&(!s||s(b))&&(a.write(r?b:b.fullpath())||(f=!0));u--;for(let b of _){let w=b.realpathCached()||b;w.shouldWalk(c,o)&&l.push(w)}f&&!a.flowing?a.once("drain",d):p||d()},p=!0;h.readdirCB(y,!0),p=!1}};return d(),a}streamSync(e=this.cwd,n={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof an||(n=e,e=this.cwd);let{withFileTypes:r=!0,follow:i=!1,filter:s,walkFilter:o}=n,a=new ts({objectMode:!0}),c=new Set;(!s||s(e))&&a.write(r?e:e.fullpath());let l=[e],u=0,d=()=>{let f=!1;for(;!f;){let h=l.shift();if(!h){u===0&&a.end();return}u++,c.add(h);let y=h.readdirSync();for(let p of y)(!s||s(p))&&(a.write(r?p:p.fullpath())||(f=!0));u--;for(let p of y){let T=p;if(p.isSymbolicLink()){if(!(i&&(T=p.realpathSync())))continue;T.isUnknown()&&T.lstatSync()}T.shouldWalk(c,o)&&l.push(T)}}f&&!a.flowing&&a.once("drain",d)};return d(),a}chdir(e=this.cwd){let n=this.cwd;this.cwd=typeof e=="string"?this.cwd.resolve(e):e,this.cwd[NA](n)}},ca=class extends $h{sep="\\";constructor(e=process.cwd(),n={}){let{nocase:r=!0}=n;super(e,aa.win32,"\\",{...n,nocase:r}),this.nocase=r;for(let i=this.cwd;i;i=i.parent)i.nocase=this.nocase}parseRootPath(e){return aa.win32.parse(e).root.toUpperCase()}newRoot(e){return new Mh(this.rootPath,Xr,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")||e.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(e)}},la=class extends $h{sep="/";constructor(e=process.cwd(),n={}){let{nocase:r=!1}=n;super(e,aa.posix,"/",{...n,nocase:r}),this.nocase=r}parseRootPath(e){return"/"}newRoot(e){return new Lh(this.rootPath,Xr,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")}},il=class extends la{constructor(e=process.cwd(),n={}){let{nocase:r=!0}=n;super(e,{...n,nocase:r})}},sse=process.platform==="win32"?Mh:Lh,PA=process.platform==="win32"?ca:process.platform==="darwin"?il:la;var _V=t=>t.length>=1,EV=t=>t.length>=1,ua=class t{#e;#t;#i;length;#n;#o;#f;#l;#d;#a;#c=!0;constructor(e,n,r,i){if(!_V(e))throw new TypeError("empty pattern list");if(!EV(n))throw new TypeError("empty glob list");if(n.length!==e.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=e.length,r<0||r>=this.length)throw new TypeError("index out of range");if(this.#e=e,this.#t=n,this.#i=r,this.#n=i,this.#i===0){if(this.isUNC()){let[s,o,a,c,...l]=this.#e,[u,d,f,h,...y]=this.#t;l[0]===""&&(l.shift(),y.shift());let p=[s,o,a,c,""].join("/"),T=[u,d,f,h,""].join("/");this.#e=[p,...l],this.#t=[T,...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]===Yt}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.#n),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.#n==="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.#n==="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 wV=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",da=class{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(e,{nobrace:n,nocase:r,noext:i,noglobstar:s,platform:o=wV}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=o,this.mmopts={dot:!0,nobrace:n,nocase:r,noext:i,noglobstar:s,optimizationLevel:2,platform:o,nocomment:!0,nonegate:!0};for(let a of e)this.add(a)}add(e){let n=new Fn(e,this.mmopts);for(let r=0;r<n.set.length;r++){let i=n.set[r],s=n.globParts[r];if(!i||!s)throw new Error("invalid pattern object");for(;i[0]==="."&&s[0]===".";)i.shift(),s.shift();let o=new ua(i,s,0,this.platform),a=new Fn(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 n=e.fullpath(),r=`${n}/`,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(n)||o.match(r))return!0;return!1}childrenIgnored(e){let n=e.fullpath()+"/",r=(e.relative()||".")+"/";for(let i of this.relativeChildren)if(i.match(r))return!0;for(let i of this.absoluteChildren)if(i.match(n))return!0;return!1}};var ib=class t{store;constructor(e=new Map){this.store=e}copy(){return new t(new Map(this.store))}hasWalked(e,n){return this.store.get(e.fullpath())?.has(n.globString())}storeWalked(e,n){let r=e.fullpath(),i=this.store.get(r);i?i.add(n.globString()):this.store.set(r,new Set([n.globString()]))}},sb=class{store=new Map;add(e,n,r){let i=(n?2:0)|(r?1:0),s=this.store.get(e);this.store.set(e,s===void 0?i:i&s)}entries(){return[...this.store.entries()].map(([e,n])=>[e,!!(n&2),!!(n&1)])}},ob=class{store=new Map;add(e,n){if(!e.canReaddir())return;let r=this.store.get(e);r?r.find(i=>i.globString()===n.globString())||r.push(n):this.store.set(e,[n])}get(e){let n=this.store.get(e);if(!n)throw new Error("attempting to walk unknown path");return n}entries(){return this.keys().map(e=>[e,this.store.get(e)])}keys(){return[...this.store.keys()].filter(e=>e.canReaddir())}},sl=class t{hasWalkedCache;matches=new sb;subwalks=new ob;patterns;follow;dot;opts;constructor(e,n){this.opts=e,this.follow=!!e.follow,this.dot=!!e.dot,this.hasWalkedCache=n?n.copy():new ib}processPatterns(e,n){this.patterns=n;let r=n.map(i=>[e,i]);for(let[i,s]of r){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===Yt){(!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 h=i.parent||i;f?this.hasWalkedCache.hasWalked(h,f)||this.subwalks.add(h,f):this.matches.add(h,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,n){let r=this.subwalks.get(e),i=this.child();for(let s of n)for(let o of r){let a=o.isAbsolute(),c=o.pattern(),l=o.rest();c===Yt?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,n,r,i){if((this.dot||!e.name.startsWith("."))&&(n.hasMore()||this.matches.add(e,i,!1),e.canReaddir()&&(this.follow||!e.isSymbolicLink()?this.subwalks.add(e,n):e.isSymbolicLink()&&(r&&n.checkFollowGlobstar()?this.subwalks.add(e,r):n.markFollowGlobstar()&&this.subwalks.add(e,n)))),r){let s=r.pattern();if(typeof s=="string"&&s!==".."&&s!==""&&s!==".")this.testString(e,s,r.rest(),i);else if(s===".."){let o=e.parent||e;this.subwalks.add(o,r)}else s instanceof RegExp&&this.testRegExp(e,s,r.rest(),i)}}testRegExp(e,n,r,i){n.test(e.name)&&(r?this.subwalks.add(e,r):this.matches.add(e,i,!1))}testString(e,n,r,i){e.isNamed(n)&&(r?this.subwalks.add(e,r):this.matches.add(e,i,!1))}};var kV=(t,e)=>typeof t=="string"?new da([t],e):Array.isArray(t)?new da(t,e):t,qh=class{path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#e=[];#t;#i;signal;maxDepth;includeChildMatches;constructor(e,n,r){if(this.patterns=e,this.path=n,this.opts=r,this.#i=!r.posix&&r.platform==="win32"?"\\":"/",this.includeChildMatches=r.includeChildMatches!==!1,(r.ignore||!this.includeChildMatches)&&(this.#t=kV(r.ignore??[],r),!this.includeChildMatches&&typeof this.#t.add!="function")){let i="cannot ignore child matches, ignore lacks add() method.";throw new Error(i)}this.maxDepth=r.maxDepth||1/0,r.signal&&(this.signal=r.signal,this.signal.addEventListener("abort",()=>{this.#e.length=0}))}#n(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,n){if(n&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||await e.realpath(),!r)return;e=r}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,n)}matchCheckTest(e,n){return e&&(this.maxDepth===1/0||e.depth()<=this.maxDepth)&&(!n||e.canReaddir())&&(!this.opts.nodir||!e.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!e.isSymbolicLink()||!e.realpathCached()?.isDirectory())&&!this.#n(e)?e:void 0}matchCheckSync(e,n){if(n&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||e.realpathSync(),!r)return;e=r}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,n)}matchFinish(e,n){if(this.#n(e))return;if(!this.includeChildMatches&&this.#t?.add){let s=`${e.relativePosix()}/**`;this.#t.add(s)}let r=this.opts.absolute===void 0?n: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(r){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,n,r){let i=await this.matchCheck(e,r);i&&this.matchFinish(i,n)}matchSync(e,n,r){let i=this.matchCheckSync(e,r);i&&this.matchFinish(i,n)}walkCB(e,n,r){this.signal?.aborted&&r(),this.walkCB2(e,n,new sl(this.opts),r)}walkCB2(e,n,r,i){if(this.#o(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2(e,n,r,i));return}r.processPatterns(e,n);let s=1,o=()=>{--s===0&&i()};for(let[a,c,l]of r.matches.entries())this.#n(a)||(s++,this.match(a,c,l).then(()=>o()));for(let a of r.subwalkTargets()){if(this.maxDepth!==1/0&&a.depth()>=this.maxDepth)continue;s++;let c=a.readdirCached();a.calledReaddir()?this.walkCB3(a,c,r,o):a.readdirCB((l,u)=>this.walkCB3(a,u,r,o),!0)}o()}walkCB3(e,n,r,i){r=r.filterEntries(e,n);let s=1,o=()=>{--s===0&&i()};for(let[a,c,l]of r.matches.entries())this.#n(a)||(s++,this.match(a,c,l).then(()=>o()));for(let[a,c]of r.subwalks.entries())s++,this.walkCB2(a,c,r.child(),o);o()}walkCBSync(e,n,r){this.signal?.aborted&&r(),this.walkCB2Sync(e,n,new sl(this.opts),r)}walkCB2Sync(e,n,r,i){if(this.#o(e))return i();if(this.signal?.aborted&&i(),this.paused){this.onResume(()=>this.walkCB2Sync(e,n,r,i));return}r.processPatterns(e,n);let s=1,o=()=>{--s===0&&i()};for(let[a,c,l]of r.matches.entries())this.#n(a)||this.matchSync(a,c,l);for(let a of r.subwalkTargets()){if(this.maxDepth!==1/0&&a.depth()>=this.maxDepth)continue;s++;let c=a.readdirSync();this.walkCB3Sync(a,c,r,o)}o()}walkCB3Sync(e,n,r,i){r=r.filterEntries(e,n);let s=1,o=()=>{--s===0&&i()};for(let[a,c,l]of r.matches.entries())this.#n(a)||this.matchSync(a,c,l);for(let[a,c]of r.subwalks.entries())s++,this.walkCB2Sync(a,c,r.child(),o);o()}},ol=class extends qh{matches=new Set;constructor(e,n,r){super(e,n,r)}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,n)=>{this.walkCB(this.path,this.patterns,()=>{this.signal?.aborted?n(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}},al=class extends qh{results;constructor(e,n,r){super(e,n,r),this.results=new ts({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 NV=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Rr=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,n){if(!n)throw new TypeError("glob options required");if(this.withFileTypes=!!n.withFileTypes,this.signal=n.signal,this.follow=!!n.follow,this.dot=!!n.dot,this.dotRelative=!!n.dotRelative,this.nodir=!!n.nodir,this.mark=!!n.mark,n.cwd?(n.cwd instanceof URL||n.cwd.startsWith("file://"))&&(n.cwd=(0,RA.fileURLToPath)(n.cwd)):this.cwd="",this.cwd=n.cwd||"",this.root=n.root,this.magicalBraces=!!n.magicalBraces,this.nobrace=!!n.nobrace,this.noext=!!n.noext,this.realpath=!!n.realpath,this.absolute=n.absolute,this.includeChildMatches=n.includeChildMatches!==!1,this.noglobstar=!!n.noglobstar,this.matchBase=!!n.matchBase,this.maxDepth=typeof n.maxDepth=="number"?n.maxDepth:1/0,this.stat=!!n.stat,this.ignore=n.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof e=="string"&&(e=[e]),this.windowsPathsNoEscape=!!n.windowsPathsNoEscape||n.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(e=e.map(c=>c.replace(/\\/g,"/"))),this.matchBase){if(n.noglobstar)throw new TypeError("base matching requires globstar");e=e.map(c=>c.includes("/")?c:`./**/${c}`)}if(this.pattern=e,this.platform=n.platform||NV,this.opts={...n,platform:this.platform},n.scurry){if(this.scurry=n.scurry,n.nocase!==void 0&&n.nocase!==n.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let c=n.platform==="win32"?ca:n.platform==="darwin"?il:n.platform?la:PA;this.scurry=new c(this.cwd,{nocase:n.nocase,fs:n.fs})}this.nocase=this.scurry.nocase;let r=this.platform==="darwin"||this.platform==="win32",i={...n,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:r,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 Fn(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 ua(c,u,0,this.platform)})}async walk(){return[...await new ol(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 ol(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 al(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 al(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 ab=(t,e={})=>{Array.isArray(t)||(t=[t]);for(let n of t)if(new Fn(n,e).hasMagic())return!0;return!1};function jh(t,e={}){return new Rr(t,e).streamSync()}function DA(t,e={}){return new Rr(t,e).stream()}function AA(t,e={}){return new Rr(t,e).walkSync()}async function CA(t,e={}){return new Rr(t,e).walk()}function Fh(t,e={}){return new Rr(t,e).iterateSync()}function OA(t,e={}){return new Rr(t,e).iterate()}var PV=jh,RV=Object.assign(DA,{sync:jh}),CV=Fh,DV=Object.assign(OA,{sync:Fh}),AV=Object.assign(AA,{stream:jh,iterate:Fh}),$s=Object.assign(CA,{glob:CA,globSync:AA,sync:AV,globStream:DA,stream:RV,globStreamSync:jh,streamSync:PV,globIterate:OA,iterate:DV,globIterateSync:Fh,iterateSync:CV,Glob:Rr,hasMagic:ab,escape:na,unescape:kr});$s.glob=$s;var cS=require("path"),lS=require("fs");var Lx=K(Ix());var oS={};CM(oS,{$id:()=>eK,$schema:()=>ZY,default:()=>sK,definitions:()=>nK,properties:()=>iK,title:()=>tK,type:()=>rK});var ZY="http://json-schema.org/draft-07/schema#",eK="http://json-schema.org/draft-07/schema#",tK="Core schema meta-schema",nK={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:[]}},rK=["object","boolean"],iK={$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:"#"}},sK={$schema:ZY,$id:eK,title:tK,definitions:nK,type:rK,properties:iK,default:!0};var Mt=K(J());var Sp=class extends ic{constructor(n,r){super();this.ajv=n;this.schemaKey=r;this.validate=this.ajv.getSchema(this.schemaKey)}getIssue(n,r){let i=[];if(r.disabled){let o=r.getProperty("status");return[...r.definitions,...r.referencedBy].forEach(a=>i.push($(21,a,Mt.DiagnosticSeverity.Hint,[...o?.ast?[o?.ast]:[]],[Mt.DiagnosticTag.Unnecessary]))),i}let s=ke.toJson(r);try{this.validate?(this.validate(s),this.validate.errors&&(this.validate.errors.forEach(o=>i.push(...oK(n,o,r,this.schemaKey))),console.log(this.schemaKey,`${r.pathString}`,this.validate.errors,s))):console.log("no validate")}catch(o){console.log(this.schemaKey,`${r.pathString}`,this.schemaKey,o)}return i}getOnPropertyHover(n){let r=(this.validate?.schema).properties?.[n];if(r&&typeof r=="object"&&"description"in r)return{kind:Mt.MarkupKind.Markdown,value:[...r.description?["### Description",Array.isArray(r.description)?r.description.join(`
|
|
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
290
|
|
|
291
|
-
|
|
292
|
-
`
|
|
293
|
-
|
|
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}:
|
|
294
301
|
${e.params.allowedValues.join(`
|
|
295
302
|
`)}
|
|
296
|
-
${
|
|
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"}:
|
|
297
304
|
${JSON.stringify(e)}
|
|
298
|
-
${
|
|
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"}:
|
|
299
306
|
${JSON.stringify(e)}
|
|
300
|
-
${r}`])]},aK=(t,e)=>xx(t,e.split("/").filter(n=>n)),xx=(t,e)=>{if(e.length===0)return{node:t,remainingInstancePath:""};let n=e[0].split("@"),r=n[0],i=n.at(1)?.split(",").map(o=>Number.parseInt(o,16)),s=t.getNode(r,i);return s?xx(s,e.slice(1)):{node:t,property:t.getProperty(e[0]),remainingInstancePath:e.slice(1).join("/")}};var uS=class t{constructor(){this.schemaIdValidators=new Map;this.ajvMap=new Map}static getNodeCompatible(e){let r=e.getProperty("compatible")?.ast.values;if(!r?.values.some(i=>!(i?.value instanceof je)))return r?.values.map(i=>(i?.value).value)}parseMetaSchema(e,n){$s.sync("**/*.yaml",{cwd:e}).forEach(i=>{i=(0,cS.resolve)(e,i);try{let s=aS.default.parse((0,lS.readFileSync)(i,"utf-8"));n.addMetaSchema(s),this.schemaIdValidators.set(s.$id,i)}catch{}})}parseBindings(e,n){$s.sync("**/*.yaml",{cwd:e}).forEach(i=>{i=(0,cS.resolve)(e,i);try{let s=aS.default.parse((0,lS.readFileSync)(i,"utf-8"));n.addSchema(s),this.schemaIdValidators.set(s.$id,i)}catch(s){console.warn(i,s.message)}})}getNodeTypes(e,n,r){let i=`${e.join(";")}::${n.join(";")}`,s=this.ajvMap.get(i);return s||(s=new Lx.default({strict:!1,strictSchema:!1,strictNumbers:!1}),s.addMetaSchema(oS),this.ajvMap.set(i,s),e.forEach(c=>this.parseMetaSchema(c,s)),n.forEach(c=>this.parseBindings(c,s))),t.getNodeCompatible(r)?.map(c=>{try{let l=Array.from(this.schemaIdValidators.keys()).find(f=>f.endsWith(`/${c}.yaml#`));if(!l)return;let u=new Sp(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())}},Mx,dS=()=>(Mx??=new uS,Mx);var Vx=K(Uv());var Na=require("path"),zx=require("fs");var Jt=K(J());var $x=()=>{let t=new Y("nonposted-mmio",V("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 qx(){let t=sn();t.noMismatchPropertiesAllowed=!0;let e=t.properties.find(r=>r.name==="compatible");e.required=()=>"required";let n=t.properties.find(r=>r.name==="ranges");return n.required=()=>"required",t.addProperty($x()),t}var jx=t=>{switch(t){case"string":return V("STRING");case"int":return V("U32");case"boolean":return V("EMPTY");case"array":return V("PROP_ENCODED_ARRAY");case"uint8-array":return V("BYTESTRING");case"string-array":return V("STRINGLIST");case"phandle":return V("U32");case"phandles":return V("PROP_ENCODED_ARRAY");case"phandle-array":return V("PROP_ENCODED_ARRAY");case"path":return V(["STRING","U32"]);case"compound":return V("ANY")}},Fx=(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(n=>typeof n=="number")?e:void 0;case"uint8-array":return Array.isArray(e)&&e.every(n=>typeof n=="number")?e:void 0;case"string-array":return Array.isArray(e)&&e.every(n=>typeof n=="string")?e:void 0;case"phandle":return;case"phandles":return;case"phandle-array":return;case"path":return;case"compound":return}},_p=(t,e)=>{if(e.extends??=[],e=e.include.reduce((n,r)=>{let i=t.find(s=>(0,Na.basename)(s.filePath)===r.name);if(i){let s=r["property-blocklist"],o=r["property-allowlist"];return e.extends?.push(...n.include.map(a=>(0,Na.basename)(a.name,".yaml"))),n.include=n.include.filter(a=>a!==r),cK(t,i,n,s,o)??n}return console.warn(`Unable to find ${r}`),n},e),e["child-binding"]&&(e["child-binding"].include=Wx(e["child-binding"].include),e["child-binding"]=_p(t,e["child-binding"])),!e.include.length)return e},cK=(t,e,n,r=[],i)=>{let s=_p(t,e),o=_p(t,n);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 h=r?.some(p=>p===f)||i&&!i.some(p=>p===f)?{}:s.properties?.[f]??{},y=o.properties?.[f]??{};c={...c,[f]:{...h,...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 h=s[f]??[],y=o[f]??[];o[f]=Array.from([...h,...y])}),o},Wx=t=>t?typeof t=="string"?[{name:t}]:t.map(e=>typeof e!="string"?e:{name:e}):[],fS=class t{constructor(){this.typeCache=new Map;this.processedFolders=new Set;this.zephyrBindingCache=new Map}static getNodeCompatible(e){let i=e.getProperty("compatible")?.ast.values?.values.filter(s=>s&&s.value instanceof je);if(i?.length)return i.map(s=>s?.value?{name:s.value.value,ast:s.value}:void 0)}getNodeTypes(e,n,r){let i=t.getNodeCompatible(n)?.filter(a=>a);if(!i)return{type:[Ns(n)],issues:[]};this.loadTypeAndCache(e,r);let s=i.map(a=>this.typeCache.get(r)?.get(a.name)?.(n)).filter(a=>a),o=i.flatMap(a=>!a||this.typeCache.get(r)?.has(a.name)?[]:[$(32,a.ast,Jt.DiagnosticSeverity.Hint,[],[Jt.DiagnosticTag.Unnecessary],[a.name])]);return{type:s.length?s:[Ns(n)],issues:o}}loadTypeAndCache(e,n){e=Array.isArray(e)?e:[e];let r=e.filter(o=>this.processedFolders.has(o)).flatMap(o=>Array.from(this.zephyrBindingCache.entries()).flatMap(([a,c])=>a.startsWith(o)?[c]:[]));r.push(...e.filter(o=>!this.processedFolders.has(o)).flatMap(o=>(this.processedFolders.add(o),$s.sync("**/*.yaml",{cwd:o,ignore:"test/*"}).map(c=>{if(c=(0,Na.resolve)(o,c),this.zephyrBindingCache.has(c))return this.zephyrBindingCache.get(c);try{let l=Vx.default.parse((0,zx.readFileSync)(c,"utf-8")),u={...l,compatible:l.compatible??(0,Na.basename)(c,".yaml"),include:Wx(l?.include),filePath:c};return this.zephyrBindingCache.set(c,u),u}catch(l){console.warn(l)}}).filter(c=>!!c))));let i=r.map(o=>_p(r,o)).filter(o=>!!o&&!o.include.length),s=this.typeCache.get(n);s||(s=new Map,s.set("simple-bus",()=>qx()),this.typeCache.set(n,s)),lK(i,s)}getBindings(e){return Array.from(this.typeCache.get(e)?.keys()??[])}},Bx,hS=()=>(Bx??=new fS,Bx),lK=(t,e)=>t.forEach(n=>{n.compatible&&e.set(n.compatible,r=>Hx(n,r))}),Hx=(t,e)=>{let n=Ns(e);n.compatible=t.compatible,n.description=t.description,n.bindingsPath=t.filePath,n.bus=typeof t.bus=="string"?[t.bus]:t.bus,n.onBus=t["on-bus"],t.extends?.forEach(s=>n.extends.add(s)),n.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];uK(n,s,o),n.cellsValues=i}),t["child-binding"]){let s=t["child-binding"];n.childNodeType=o=>Hx(s,o)}return n},uK=(t,e,n)=>{let r=t.properties.find(i=>i.getNameMatch(e));if(r&&typeof r.name=="string"){r.required=()=>n.required?"required":"optional",r.values=()=>n.enum??[],r.constValue=Fx(n.type,n.const),r.bindingType=n.type;let i=r.additionalTypeCheck;r.additionalTypeCheck=(s,o)=>[...Ux(n,e,r)(s,o),...i?.(s,o)??[]]}else{let i=n.type==="compound"?r?.type:jx(n.type);i??=jx(n.type);let s=new Y(e,i,n.required?"required":"optional",void 0,n.enum);s.additionalTypeCheck=(o,a)=>{let c=[...r?.additionalTypeCheck?.(o,a)??[],...Ux(n,e,s)(o,a)];return s.signatureArgs??=r?.signatureArgs,s.signatureArgsCyclic??=!!r?.signatureArgsCyclic,c},s.description=n.description?[n.description]:r?.description,s.bindingType=n.type,s.constValue=Fx(n.type,n.const),t.addProperty(s)}},Ux=(t,e,n)=>{let r=t;return(i,s)=>{let o=i.parent.root,a=[];if(r.const){let l=i.ast.quickValues;if(l?.length==1){let u=Array.isArray(r.const)?r.const:[r.const];Array.isArray(l[0])&&u.length===l[0].length&&l[0].every((f,h)=>typeof f=="number"&&Number.isNaN(f)||u[h]===f)||a.push($(24,i.ast.values??i.ast,Jt.DiagnosticSeverity.Error,[],[],[`Binding expects values to be "${r.type}" with value: ${r.const}`]))}}if(r.deprecated&&a.push($(14,i.ast,Jt.DiagnosticSeverity.Warning,[],[Jt.DiagnosticTag.Deprecated],[i.name])),(r.type==="phandle"||r.type==="phandles"||r.type==="path")&&we(i.ast.values)?.forEach(u=>{qn(u,o)||a.push($(22,u,Jt.DiagnosticSeverity.Error))}),r.type==="path"&&i.ast.values?.values.at(0)?.value instanceof je){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,Jt.DiagnosticSeverity.Error,[],[],[d,`/${u.join("/")}`])),!f})}let c=i.name.match(/^(.*)-(\d+)$/);if(r.type==="phandles"&&c){let l="";e.endsWith("-gpios")?l="gpio":l=r["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,Jt.DiagnosticSeverity.Warning,[d.ast],[],[i.name,u.toString()])))}if(r.type==="phandle-array"){let l=we(i.ast.values),u=0,d=[],f=0;for(;l&&u<l.length;){let h=l.at(u),y=qn(h,o);if(!y){a.push($(22,h??i.ast,Jt.DiagnosticSeverity.Error));break}let p="";e.endsWith("-gpios")?p="gpio":p=r["specifier-space"]??e.slice(0,-1);let T=y.getProperty(`#${p}-cells`);if(!T){a.push($(16,i.ast,Jt.DiagnosticSeverity.Error,[...y.nodeNameOrLabelRef],[],[i.name,`#${p}-cells`,`/${y.path.slice(1).join("/")}`]));break}let _=T?Re(T,0,0,s)??0:0,v=y.nodeType?.cellsValues?.find(x=>x.specifier===p)?.values;if(d.push([`${f}_phandel`,...v?.map(x=>`${f}_${x}`)??[],...Array.from({length:_-(v?.length??0)},(x,B)=>`${f}_cell${_-(v?.length??0)?B:""}`)]),1+_>l.length-u){a.push($(19,h??i.ast,Jt.DiagnosticSeverity.Error,[],[],[i.name,`<${d.at(-1).join(" ")}>`]));break}u+=1+_;let b=l.slice(u-_,u),w=y.getProperty(`${p}-map`);if(w){let x=y.getNexusMapEntyMatch(p,s,b);x?.match?i.nexusMapsTo.push({mappingValuesAst:b,mapItem:x.match}):a.push($(31,x.entry,Jt.DiagnosticSeverity.Error,[w.ast]))}let C=i.parent.getProperty(`${p}-names`);h&&C&&(C.ast.quickValues?.at(f)||a.push($(33,new q(z(h.firstToken,l.at(u-1)?.lastToken)),Jt.DiagnosticSeverity.Warning,[C.ast],[],[i.name,f.toString()]))),f++}d.push([`${f}_phandel`,`${f}_cell...`]),n.signatureArgs=d.map(h=>h.map(y=>Jt.ParameterInformation.create(y)))}return a}};var Gx=(t,e)=>{let n=t.zephyrBindings.join(":");return{files:t,type:e,getNodeTypes:async r=>{switch(e){case"Zephyr":return hS().getNodeTypes(t.zephyrBindings,r,n);case"DevicetreeOrg":return{type:dS().getNodeTypes(t.deviceOrgBindingsMetaSchema,t.deviceOrgTreeBindings,r),issues:[]}}},getBindings:()=>{switch(e){case"Zephyr":return hS().getBindings(n);case"DevicetreeOrg":return dS().getBindings()}}}};var Ep=K(J());var dK=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:Ep.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:Ep.FoldingRangeKind.Region},...t.nodes.flatMap(pS)],Yx=t=>{let e=[];return[...t instanceof Vi?t.ifBlocks.map(n=>({start:(n.expression??n.keyword).lastToken,end:n.content?.lastToken??(n.expression??n.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(n=>{!n||!n.end||e.push({startLine:n.start.pos.line,startCharacter:n.start.pos.col,endLine:n.end.pos.line,endCharacter:n.end.pos.colEnd,kind:Ep.FoldingRangeKind.Region})}),e},fK=t=>t instanceof mt?pS(t):t instanceof qo||t instanceof Vi?Yx(t):t instanceof Jn?dK(t):[];function Kx(t,e){return e.allAstItems.flatMap(n=>[n,...n.allDescendants]).filter(n=>se(n.uri,t)).flatMap(fK)}var Xs=K(J());function hK(t){if(!t||!(t.ast instanceof xe)&&!(t.ast instanceof Ht))return[];let e=n=>n.nodeType?.bindingsPath?[Xs.Location.create(pe(n.nodeType.bindingsPath),Xs.Range.create(Xs.Position.create(0,0),Xs.Position.create(0,0)))]:[];return t.item instanceof ke&&!Ot(t.ast)?e(t.item):t.ast instanceof Ht&&t.ast.parentNode instanceof de&&t.ast.parentNode.linksTo?e(t.ast.parentNode.linksTo):t.ast instanceof xe&&t.ast.linksTo?e(t.ast.linksTo):[]}async function Xx(t,e){return St(t,e,n=>[...hK(n)])}var kp=require("fs");var pK=(t,e)=>{jn().reset(t),jn().requestTokens(t,!0),e(t)},wp=class{constructor(e,n,r){this.file=e;this.cb=n;this.hasDocumentOpen=r;this.count=0}watch(){if(this.count++,this.count===1){console.log("create watch for",this.file);let e=this.file,n=this.cb;this.onChange=()=>{if(this.hasDocumentOpen(e)){console.log("skipping on change document is open",e);return}console.log("onChange",e),pK(e,n)},(0,kp.watchFile)(e,this.onChange)}}unwatch(){this.count--,this.count===0&&(console.log("dispose watch for",this.file),(0,kp.unwatchFile)(this.file,this.onChange),this.onChange=void 0)}};var Qt=K(require("path")),mS=require("fs");var Ir=t=>{if(t)return Array.isArray(t)?t:[t]},mK=t=>({...t,deviceOrgBindingsMetaSchema:Ir(t.deviceOrgBindingsMetaSchema),deviceOrgTreeBindings:Ir(t.deviceOrgTreeBindings),includePaths:Ir(t.includePaths),lockRenameEdits:Ir(t.lockRenameEdits),zephyrBindings:Ir(t.zephyrBindings),overlays:Ir(t.overlays)}),Jx=t=>({...t,defaultDeviceOrgBindingsMetaSchema:Ir(t.defaultDeviceOrgBindingsMetaSchema),defaultDeviceOrgTreeBindings:Ir(t.defaultDeviceOrgTreeBindings),defaultIncludePaths:Ir(t.defaultIncludePaths),defaultLockRenameEdits:Ir(t.defaultLockRenameEdits),defaultZephyrBindings:Ir(t.defaultZephyrBindings),contexts:t.contexts?.map(mK)}),lr=async(t,e)=>(e&&(t=t.replaceAll("${workspaceFolder}",e)),t),Js={defaultBindingType:"Zephyr",defaultZephyrBindings:[],defaultIncludePaths:[],defaultDeviceOrgBindingsMetaSchema:[],defaultDeviceOrgTreeBindings:[],contexts:[],defaultLockRenameEdits:[],allowAdhocContexts:!0,autoChangeContext:!0},gS=async(t,e,n)=>{let r=(t.cwd?await lr(t.cwd,n):void 0)??e.cwd,i=await Promise.all((t.includePaths??e.defaultIncludePaths).map(f=>lr(f,n))),s=await Promise.all((t.zephyrBindings??e.defaultZephyrBindings).map(f=>lr(f,n))),o=t.bindingType??e.defaultBindingType,a=await Promise.all((t.deviceOrgTreeBindings??e.defaultDeviceOrgTreeBindings).map(f=>lr(f,n))),c=await Promise.all((t.deviceOrgBindingsMetaSchema??e.defaultDeviceOrgBindingsMetaSchema).map(f=>lr(f,n))),l=await Promise.all((t.lockRenameEdits??e.defaultLockRenameEdits).map(f=>lr(f,n)));r&&o==="Zephyr"&&(!s||s.length===0)&&(s=["./zephyr/dts/bindings"]);let u=t.dtsFile,d=t.overlays??[];return r&&(s=s.map(f=>(0,Qt.resolve)(r,f)).filter(f=>(0,mS.existsSync)(f)),a=a?.map(f=>(0,Qt.resolve)(r,f)),c=c.map(f=>(0,Qt.resolve)(r,f)),i=i.map(f=>(0,Qt.resolve)(r,f)),u=(0,Qt.resolve)(r,u),d=d.map(f=>(0,Qt.resolve)(r,f)),l=l.map(f=>(0,Qt.resolve)(r,f))),{ctxName:t.ctxName??(0,Qt.basename)(u),cwd:r?nt(r):void 0,includePaths:i.map(nt),zephyrBindings:s.map(nt),bindingType:o,deviceOrgTreeBindings:a.map(nt),deviceOrgBindingsMetaSchema:c.map(nt),dtsFile:nt(u),overlays:d.map(nt),lockRenameEdits:l.map(nt)}},jl=async(t,e)=>{let n=t.cwd?await lr(t.cwd,e):void 0,r=t.defaultBindingType,i=t.defaultDeviceOrgBindingsMetaSchema=await Promise.all((t.defaultDeviceOrgBindingsMetaSchema??[]).map(d=>lr(d,e))),s=t.defaultDeviceOrgTreeBindings=await Promise.all((t.defaultDeviceOrgTreeBindings??[]).map(d=>lr(d,e))),o=t.defaultIncludePaths=await Promise.all((t.defaultIncludePaths??[]).map(d=>lr(d,e))),a=t.defaultZephyrBindings=await Promise.all((t.defaultZephyrBindings??[]).map(d=>lr(d,e))),c=t.defaultLockRenameEdits=await Promise.all((t.defaultLockRenameEdits??[]).map(d=>lr(d,e)));n&&(o=t.defaultIncludePaths=(t.defaultIncludePaths??[]).map(d=>(0,Qt.resolve)(n,d)),r==="Zephyr"&&!t.defaultZephyrBindings&&(a=["./zephyr/dts/bindings"]),a=a.map(d=>(0,Qt.resolve)(n,d)),i=i.map(d=>(0,Qt.resolve)(n,d)),s=(t.defaultDeviceOrgTreeBindings??[]).map(d=>(0,Qt.resolve)(n,d)),c=c.map(d=>(0,Qt.resolve)(n,d)));let l={cwd:n,defaultDeviceOrgBindingsMetaSchema:i,defaultDeviceOrgTreeBindings:s,defaultIncludePaths:o,defaultZephyrBindings:a,defaultLockRenameEdits:c,defaultBindingType:r,autoChangeContext:t.autoChangeContext??Js.autoChangeContext,allowAdhocContexts:t.allowAdhocContexts??Js.allowAdhocContexts},u=(await Promise.all(t.contexts?.map(d=>gS(d,l,e))??[])).filter(d=>[d.dtsFile,...d.overlays].every(f=>(0,mS.existsSync)(f)&&Qt.default.isAbsolute(f)));return{...l,contexts:u}};var fs=require("path");var Qx=t=>`DT_PROP(${yS(t.parent)}, ${t.name.replaceAll("-","_")}))`,Zx=t=>t.parent.labels.map(e=>`DT_PROP(DT_NODELABEL(${e.label.toString()}), ${t.name.replaceAll("-","_")})`);var yS=t=>`DT_PATH(${t.path.slice(1).map(e=>e.replace("@","_").replaceAll("-","_")).join(",")})`,eM=t=>t.labels.map(e=>`DT_NODELABEL(${e.label.toString()})`),tM=t=>{let e=[];return Bo.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 de&&s.linksTo===t||s instanceof $n&&s.path?.pathParts.at(-1)?.linksTo===t)return!0})?.forEach(i=>e.push(`DT_ALIAS(${i.name.replaceAll("-","_")})`)),e};function gK(t,e){if(!t||!(t.item instanceof Ve)||!(t.ast instanceof He))return[];let n=[];if(e.settings.bindingType==="Zephyr"){n.push({type:"dt_zephyr_macro_prop_node_path",data:Qx(t.item)});let r=t.item;Zx(t.item).forEach(i=>{n.push({type:"dt_zephyr_macro_prop_node_label",data:i})})}return n}function yK(t,e){if(!t||t.item===null)return[];let n;if(t.item instanceof ke?n=t.item:t.ast.parentNode instanceof de&&t.ast.parentNode.linksTo?n=t.ast.parentNode.linksTo:t.ast instanceof xe&&t.ast.linksTo&&(n=t.ast.linksTo),!n)return[];let r=[{type:"path",data:n.pathString}];return e.settings.bindingType==="Zephyr"&&(eM(n).forEach(i=>{r.push({type:"dt_zephyr_macro_node_label",data:i})}),r.push({type:"dt_zephyr_macro_node_path",data:yS(n)}),tM(n).forEach(i=>{r.push({type:"dt_zephyr_macro_prop_node_alias",data:i})})),r}async function nM(t,e){return e?St(t,e,n=>[...yK(n,e),...gK(n,e)]):[]}var rM=K(J());function vK(t){return!t||!(t.item instanceof Ve)?void 0:t.item.parent.nodeType?.getSignatureHelp?.(t.item,t.ast,t.beforeAst,t.afterAst)}async function bK(t){let e=ec(t?.ast);if(!e||!e.params.length||!t?.ast||t.ast===e.functionName)return;let r=(await t.runtime.context.getAllParsers()).at(-1).cPreprocessorParser.macros.get(e.functionName.name)?.macro.identifier;if(!r||!(r instanceof zr))return;let i=r.params.map(o=>({label:o instanceof It?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:[rM.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 iM(t,e){if(e)return(await St(t,e,async n=>[await bK(n)||vK(n)])).at(0)}var Fl=class{diff(e,n,r={}){let i;typeof r=="function"?(i=r,r={}):"callback"in r&&(i=r.callback);let s=this.castInput(e,r),o=this.castInput(n,r),a=this.removeEmpty(this.tokenize(s,r)),c=this.removeEmpty(this.tokenize(o,r));return this.diffWithOptionsObj(a,c,r,i)}diffWithOptionsObj(e,n,r,i){var s;let o=v=>{if(v=this.postProcess(v,r),i){setTimeout(function(){i(v)},0);return}else return v},a=n.length,c=e.length,l=1,u=a+c;r.maxEditLength!=null&&(u=Math.min(u,r.maxEditLength));let d=(s=r.timeout)!==null&&s!==void 0?s:1/0,f=Date.now()+d,h=[{oldPos:-1,lastComponent:void 0}],y=this.extractCommon(h[0],n,e,0,r);if(h[0].oldPos+1>=c&&y+1>=a)return o(this.buildValues(h[0].lastComponent,n,e));let p=-1/0,T=1/0,_=()=>{for(let v=Math.max(p,-l);v<=Math.min(T,l);v+=2){let b,w=h[v-1],C=h[v+1];w&&(h[v-1]=void 0);let x=!1;if(C){let j=C.oldPos-v;x=C&&0<=j&&j<a}let B=w&&w.oldPos+1<c;if(!x&&!B){h[v]=void 0;continue}if(!B||x&&w.oldPos<C.oldPos?b=this.addToPath(C,!0,!1,0,r):b=this.addToPath(w,!1,!0,1,r),y=this.extractCommon(b,n,e,v,r),b.oldPos+1>=c&&y+1>=a)return o(this.buildValues(b.lastComponent,n,e))||!0;h[v]=b,b.oldPos+1>=c&&(T=Math.min(T,v-1)),y+1>=a&&(p=Math.max(p,v+1))}l++};if(i)(function v(){setTimeout(function(){if(l>u||Date.now()>f)return i(void 0);_()||v()},0)})();else for(;l<=u&&Date.now()<=f;){let v=_();if(v)return v}}addToPath(e,n,r,i,s){let o=e.lastComponent;return o&&!s.oneChangePerToken&&o.added===n&&o.removed===r?{oldPos:e.oldPos+i,lastComponent:{count:o.count+1,added:n,removed:r,previousComponent:o.previousComponent}}:{oldPos:e.oldPos+i,lastComponent:{count:1,added:n,removed:r,previousComponent:o}}}extractCommon(e,n,r,i,s){let o=n.length,a=r.length,c=e.oldPos,l=c-i,u=0;for(;l+1<o&&c+1<a&&this.equals(r[c+1],n[l+1],s);)l++,c++,u++,s.oneChangePerToken&&(e.lastComponent={count:1,previousComponent:e.lastComponent,added:!1,removed:!1});return u&&!s.oneChangePerToken&&(e.lastComponent={count:u,previousComponent:e.lastComponent,added:!1,removed:!1}),e.oldPos=c,l}equals(e,n,r){return r.comparator?r.comparator(e,n):e===n||!!r.ignoreCase&&e.toLowerCase()===n.toLowerCase()}removeEmpty(e){let n=[];for(let r=0;r<e.length;r++)e[r]&&n.push(e[r]);return n}castInput(e,n){return e}tokenize(e,n){return Array.from(e)}join(e){return e.join("")}postProcess(e,n){return e}get useLongestToken(){return!1}buildValues(e,n,r){let i=[],s;for(;e;)i.push(e),s=e.previousComponent,delete e.previousComponent,e=s;i.reverse();let o=i.length,a=0,c=0,l=0;for(;a<o;a++){let u=i[a];if(u.removed)u.value=this.join(r.slice(l,l+u.count)),l+=u.count;else{if(!u.added&&this.useLongestToken){let d=n.slice(c,c+u.count);d=d.map(function(f,h){let y=r[l+h];return y.length>f.length?y:f}),u.value=this.join(d)}else u.value=this.join(n.slice(c,c+u.count));c+=u.count,u.added||(l+=u.count)}}return i}};var vS=class extends Fl{constructor(){super(...arguments),this.tokenize=SK}equals(e,n,r){return r.ignoreWhitespace?((!r.newlineIsToken||!e.includes(`
|
|
301
|
-
`))&&(e=e.trim()),(!r.newlineIsToken||!n.includes(`
|
|
302
|
-
`))&&(n=n.trim())):r.ignoreNewlineAtEof&&!r.newlineIsToken&&(e.endsWith(`
|
|
303
|
-
`)&&(e=e.slice(0,-1)),n.endsWith(`
|
|
304
|
-
`)&&(n=n.slice(0,-1))),super.equals(e,n,r)}},TK=new vS;function bS(t,e,n){return TK.diff(t,e,n)}function SK(t,e){e.stripTrailingCr&&(t=t.replace(/\r\n/g,`
|
|
305
|
-
`));let n=[],r=t.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(let i=0;i<r.length;i++){let s=r[i];i%2&&!e.newlineIsToken?n[n.length-1]+=s:n.push(s)}return n}function TS(t,e,n,r,i,s,o){let a;o?typeof o=="function"?a={callback:o}:a=o:a={},typeof a.context>"u"&&(a.context=4);let c=a.context;if(a.newlineIsToken)throw new Error("newlineIsToken may not be used with patch-generation functions, only with diffing functions");if(a.callback){let{callback:u}=a;bS(n,r,Object.assign(Object.assign({},a),{callback:d=>{let f=l(d);u(f)}}))}else return l(bS(n,r,a));function l(u){if(!u)return;u.push({value:"",lines:[]});function d(v){return v.map(function(b){return" "+b})}let f=[],h=0,y=0,p=[],T=1,_=1;for(let v=0;v<u.length;v++){let b=u[v],w=b.lines||_K(b.value);if(b.lines=w,b.added||b.removed){if(!h){let C=u[v-1];h=T,y=_,C&&(p=c>0?d(C.lines.slice(-c)):[],h-=p.length,y-=p.length)}for(let C of w)p.push((b.added?"+":"-")+C);b.added?_+=w.length:T+=w.length}else{if(h)if(w.length<=c*2&&v<u.length-2)for(let C of d(w))p.push(C);else{let C=Math.min(w.length,c);for(let B of d(w.slice(0,C)))p.push(B);let x={oldStart:h,oldLines:T-h+C,newStart:y,newLines:_-y+C,lines:p};f.push(x),h=0,y=0,p=[]}T+=w.length,_+=w.length}}for(let v of f)for(let b=0;b<v.lines.length;b++)v.lines[b].endsWith(`
|
|
306
|
-
`)?v.lines[b]=v.lines[b].slice(0,-1):(v.lines.splice(b+1,0,"\"),b++);return{oldFileName:t,newFileName:e,oldHeader:i,newHeader:s,hunks:f}}}function Np(t){if(Array.isArray(t))return t.map(Np).join(`
|
|
307
|
-
`);let e=[];t.oldFileName==t.newFileName&&e.push("Index: "+t.oldFileName),e.push("==================================================================="),e.push("--- "+t.oldFileName+(typeof t.oldHeader>"u"?"":" "+t.oldHeader)),e.push("+++ "+t.newFileName+(typeof t.newHeader>"u"?"":" "+t.newHeader));for(let n=0;n<t.hunks.length;n++){let r=t.hunks[n];r.oldLines===0&&(r.oldStart-=1),r.newLines===0&&(r.newStart-=1),e.push("@@ -"+r.oldStart+","+r.oldLines+" +"+r.newStart+","+r.newLines+" @@");for(let i of r.lines)e.push(i)}return e.join(`
|
|
308
|
-
`)+`
|
|
309
|
-
`}function sM(t,e,n,r,i,s,o){if(typeof o=="function"&&(o={callback:o}),o?.callback){let{callback:a}=o;TS(t,e,n,r,i,s,Object.assign(Object.assign({},o),{callback:c=>{a(c?Np(c):void 0)}}))}else{let a=TS(t,e,n,r,i,s,o);return a?Np(a):void 0}}function SS(t,e,n,r,i,s){return sM(t,t,e,n,r,i,s)}function _K(t){let e=t.endsWith(`
|
|
310
|
-
`),n=t.split(`
|
|
311
|
-
`).map(r=>r+`
|
|
312
|
-
`);return e?n.pop():n.push(n.pop().slice(0,-1)),n}var oM=require("timers"),aM=require("events");var _S=class extends aM.EventEmitter{constructor(e=3e3,n=1e3){super(),this.thresholdBytes=e*1024*1024,this.interval=(0,oM.setInterval)(()=>{let r=process.memoryUsage().heapUsed;r>this.thresholdBytes&&this.emit("thresholdExceeded",{usedMb:(r/1024/1024).toFixed(2),thresholdMb:e})},n)}stop(){clearInterval(this.interval)}},EK=new _S(3e3),cM=()=>{EK.on("thresholdExceeded",({usedMb:t,thresholdMb:e})=>{console.warn(`[HeapMonitor] Heap usage exceeded ${e}MB: ${t}MB used`),kR(),wR()})};var Le=[],Be,Ra,Rp=new WeakMap,Pp=new Map;cM();var uM=async t=>{await t.stable(),t.getContextFiles().forEach(e=>{Pp.has(e)||Pp.set(e,new wp(e,RS,n=>!!Cp(n))),Pp.get(e)?.watch()})},NS=async t=>{let e=Le.indexOf(t);if(e===-1)return;Dp(t,void 0,!0),Rp.delete(t),console.log(`(ID: ${t.id}) cleaning Context for [${t.ctxNames.join(",")}]`);let n=await Qs(t);if(ee.sendNotification("devicetree/contextDeleted",{ctxNames:t.ctxNames.map(r=>r.toString()),id:t.id,...await t.getFileTree(),settings:t.settings,active:Be===t,type:n.type}),Le.splice(e,1),await DS(),t===Be&&(Be=void 0,Le.length)){let r=Ra?vr(Le,{uri:Ra}):void 0;r??=Le[0],console.log("Active context was deleted. Forcing active to",r.id),await Lt({id:r.id},!0)}dM(t)},dM=async t=>{await t.stable(),t.getContextFiles().forEach(e=>Pp.get(e)?.unwatch())},wK=t=>{let e=Rp.get(t);if(!e?.abort.signal.aborted)return Promise.all([e?.promise,t.getRuntime()])},$e=async()=>{await Promise.all(Le.map(wK))},PS=async t=>(await fM()).indexOf(t)!==-1,fM=async()=>{let t=await hM();return Le.filter(e=>!t.some(n=>n===e))},hM=async()=>{let t=await kS();return Le.filter(e=>t.contexts.find(n=>di(n)===e.id))},kK=async()=>{let t=await DK();return Le.filter(e=>t.contexts.find(n=>di(n)===e.id))},NK=async t=>(await kK()).indexOf(t)!==-1,PK=async(t,e)=>{if(t===e)return!0;let n=(await t.getAllParsers()).flatMap(i=>i.cPreprocessorParser.dtsIncludes).filter(i=>i.resolvedPath),r=(await e.getAllParsers()).flatMap(i=>i.cPreprocessorParser.dtsIncludes).filter(i=>i.resolvedPath);return r.some(i=>se(i.resolvedPath,t.parser.uri))&&n.length?n.every(i=>r.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=>se(i,t.parser.uri))},RK=async t=>{if(!await PS(t))return;let e=await fM(),n=await hM(),r=await zd(e);if(Le.indexOf(t)===-1)return;let i=await Promise.all(r.flatMap(a=>[...n,...e.filter(c=>c!==a.context)].map(async c=>({context:a.context,same:await PK(a.context,c)})))),s=t.getContextFiles(),o=r.filter(a=>i.some(c=>c.context===a.context&&c.same)||a.context!==t&&se(a.context.parser.uri,t.parser.uri)&&s.some(c=>c&&a.files.indexOf(c)!==-1)).map(a=>a.context);o.length&&o.forEach(NS)},ee=(0,Qe.createConnection)(Qe.ProposedFeatures.all),xr=new Qe.TextDocuments(Po),pM=!1,ES=!1,mM=!1,gM=!1,yM=!1,wS;ee.onInitialize(t=>{wS=t.workspaceFolders??[],ee.console.log(`[Server(${process.pid}) ${wS?.at(0)?.uri} Version 0.4.9 ] Started and initialize received`);let e=t.capabilities;pM=!!(e.workspace&&e.workspace.configuration),ES=!!(e.workspace&&e.workspace.workspaceFolders),mM=!!e.workspace?.diagnostics?.refreshSupport,gM=!!e.workspace?.semanticTokens?.refreshSupport,yM=!!e.workspace?.foldingRange?.refreshSupport;let n={capabilities:{typeDefinitionProvider:!0,workspaceSymbolProvider:!0,textDocumentSync:Qe.TextDocumentSyncKind.Incremental,renameProvider:{prepareProvider:!0},completionProvider:{resolveProvider:!0,triggerCharacters:["&","="," ",'"']},codeActionProvider:{codeActionKinds:[Qe.CodeActionKind.QuickFix,Qe.CodeActionKind.SourceFixAll]},documentSymbolProvider:!0,semanticTokensProvider:{legend:{tokenTypes:wd,tokenModifiers:kd},full:!0},documentLinkProvider:{resolveProvider:!1},foldingRangeProvider:!0,definitionProvider:!0,declarationProvider:!0,referencesProvider:!0,documentFormattingProvider:!0,hoverProvider:!0,signatureHelpProvider:{triggerCharacters:["<","("],retriggerCharacters:[" ",","]}}};return ES&&(n.capabilities.workspace={workspaceFolders:{changeNotifications:!0,supported:!0}}),n});ee.onInitialized(()=>{pM&&ee.client.register(Qe.DidChangeConfigurationNotification.type,{}),ES&&ee.workspace.onDidChangeWorkspaceFolders(async t=>{ee.console.log("Workspace folder change event received"),await zl()})});var CK=async()=>{let t=vM();return t={...Js,...t},jl(t,await Vl())},kS=async()=>{let t=IK();return t={...Js,...t},jl(t,await Vl())},DK=async()=>{let t=xK();return t={...Js,...t},jl(t,await Vl())},Ul=async()=>{let t=OK();return t={...Js,...t},jl(t,await Vl())},AK=new Map,Vl=async()=>(await ee.workspace.getWorkspaceFolders()??wS)?.map(e=>Ue(e.uri))?.at(0),lM=async t=>{let e=vr(Le,{id:di(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 n=di(t);console.log(`(ID: ${n}) New context [${t.ctxName}]`),console.log(`(ID: ${n}) Settings: ${JSON.stringify(t,void 0," ")}`);let r=(0,fs.join)((0,fs.dirname)(t.dtsFile),"dts","bindings"),i=new Tf(t,t.bindingType?Gx({zephyrBindings:t.zephyrBindings?[r,...t.zephyrBindings]:[r],deviceOrgBindingsMetaSchema:t.deviceOrgBindingsMetaSchema??[],deviceOrgTreeBindings:t.deviceOrgTreeBindings??[]},t.bindingType):void 0);Le.push(i),uM(i),await i.stable();let s=await Qs(i);return ee.sendNotification("devicetree/contextCreated",{ctxNames:i.ctxNames.map(o=>o.toString()),id:i.id,...await i.getFileTree(),settings:i.settings,active:i===Be,type:s.type}),await RK(i),await DS(),i},zl=async()=>{let t=await kS(),e=await Ul();e.allowAdhocContexts||(e=await kS());let n=e.contexts.map(di);Le.filter(i=>!n.includes(i.id)).forEach(NS),await t.contexts?.reduce((i,s)=>i.then(async()=>{await lM(s)}),Promise.resolve()),e.allowAdhocContexts&&await(await CK()).contexts?.reduce((s,o)=>s.then(async()=>{vr(Le,{uri:o.dtsFile})||await lM(o)}),Promise.resolve()),Ra?await Lt({uri:Ra}):!Be&&Le.length&&(console.log(`No active context using first context (ID: ${Le[0].id}) [${Le[0].ctxNames.join(",")}]`),await Lt({id:Le[0].id}))},ur,ds,Bl=new Map,Pa=new Map,OK=()=>!ds&&!ur?void 0:{...ds,...ur,contexts:[...ur?.contexts??[],...Array.from(Pa.values()),...Array.from(Bl.values())]},vM=()=>!ds&&!ur?void 0:{...ds,...ur,contexts:[...Array.from(Bl.values())]},IK=()=>!ds&&!ur?void 0:{...ds,...ur,contexts:[...ur?.contexts??[],...Array.from(Pa.values())]},xK=()=>!ds&&!ur?void 0:{...ur,contexts:[...ur?.contexts??[]]};function MK(t){let e={...t};for(let n in e)e[n]===null&&delete e[n];return e}var bM=async()=>{let t=await Ul();console.log("Resolved settings",JSON.stringify(t,void 0," ")),ee.sendNotification("devicetree/settingsChanged",t),await zl(),$e().then(()=>{mM&&ee.languages.diagnostics.refresh()})};ee.onDidChangeConfiguration(async t=>{t?.settings?.devicetree&&(ur=Jx(MK(t.settings.devicetree)),console.log("Configuration changed",JSON.stringify(t,void 0," ")),await bM())});var TM=()=>{let t=Be?.getContextFiles();Array.from(xr.keys()).forEach(e=>{t?.some(n=>se(n,Ue(e)))||ee.sendDiagnostics({uri:e,version:xr.get(e)?.version,diagnostics:[{severity:Qe.DiagnosticSeverity.Information,range:Qe.Range.create(Qe.Position.create(0,0),Qe.Position.create(0,0)),message:"File not in active context",source:"devicetree"}]})})},RS=async t=>{let e=Lg(Le,t);if(e.length)e.forEach(n=>{Rp.get(n)?.abort.abort();let r=new AbortController,i=new Promise(s=>{setTimeout(async()=>{if(r.signal.aborted){s();return}let o=performance.now(),a=Be===n,c=a?SM(n):[];dM(n),await n.reevaluate(t),uM(n),a&&CS(n).then(l=>{let u=l.items.map(d=>({uri:d.uri,version:d.version??void 0,diagnostics:d.items}));Dp(n,c.filter(d=>u.every(f=>f.uri!==d.uri))),u.forEach(d=>{ee.sendDiagnostics(d)})}),s(),console.log("reevaluate",performance.now()-o)},50)});Rp.set(n,{abort:r,promise:i})});else{if((await Ul()).allowAdhocContexts===!1)return;await zl(),await Lt({uri:t})}},LK=t=>xr.keys().find(e=>se(Ue(e),t)),Cp=t=>{let e=LK(t);if(e)return xr.get(e)},SM=t=>t.getContextFiles().map(e=>({uri:pe(e),version:Cp(e)?.version,diagnostics:[]})),Dp=async(t,e=SM(t),n=!1)=>{!n&&t!==Be||await Promise.all(e.filter(r=>t===Be||!Be?.getContextFiles().some(i=>se(Ue(r.uri),i))).map(r=>ee.sendDiagnostics({uri:r.uri,version:xr.get(r.uri)?.version,diagnostics:[]})))},CS=async t=>{await t.stable();let e=performance.now(),n=await t.getDiagnostics(),r=t.getContextFiles().map(i=>({uri:pe(i),kind:Qe.DocumentDiagnosticReportKind.Full,items:n.get(i)??[],version:Cp(i)?.version??null}));return console.log(`(ID: ${t.id})`,"workspace diagnostics",`[${t.ctxNames.join(",")}]`,performance.now()-e),{items:[...r]}},DS=async()=>{let t=await Promise.all(Le.map(Qs));console.log("======== Context List ========"),t.forEach(e=>{console.log(`(ID: ${e.ctx.id}) [${e.ctx.ctxNames.join(",")}]`,`[${e.type}]`,Be===e.ctx?" [ACTIVE]":"")}),console.log("==============================")},Qs=async t=>{let e=await PS(t),n=!e&&await NK(t);return{ctx:t,type:e?"Ad Hoc":n?"User":"3rd Party"}},Lt=async(t,e=!1)=>{"uri"in t&&(Ra=t.uri,console.log("Active File Uri",Ra));let n=await Ul();if(await $e(),Be&&!e&&!n.autoChangeContext||!e&&Be?.getContextFiles().find(s=>"uri"in t&&se(s,t.uri)))return!1;let r=Be,i=vr(Le,t);return r!==i&&(r&&Dp(r),Be=i,i?(Qs(i).then(async s=>{let o=await i.getFileTree();!i||i!==Be&&!Le.includes(i)||ee.sendNotification("devicetree/newActiveContext",{ctxNames:i.ctxNames.map(a=>a.toString()),id:i.id,...o,settings:i.settings,active:Be===i,type:s.type})}),CS(i).then(s=>{s.items.map(o=>({uri:o.uri,version:o.version??void 0,diagnostics:o.items})).forEach(o=>{ee.sendDiagnostics(o)})}),await DS()):ee.sendNotification("devicetree/newActiveContext",void 0)),yM&&ee.languages.foldingRange.refresh(),gM&&ee.languages.semanticTokens.refresh(),TM(),!0};xr.listen(ee);xr.onDidClose(async t=>{let e=Ue(t.document.uri),n=Lg(Le,e);if(n.length===0){Bl.delete(e),ee.sendDiagnostics({uri:t.document.uri,version:xr.get(t.document.uri)?.version,diagnostics:[]});return}await Promise.all(n.map(async r=>{(r?.getContextFiles()??[]).filter(o=>o!==e).some(o=>Cp(o))?Be?.getContextFiles().some(o=>se(o,e))||ee.sendDiagnostics({uri:t.document.uri,version:xr.get(t.document.uri)?.version,diagnostics:[]}):await PS(r)?(NS(r),Bl.delete(r.settings.dtsFile)):Dp(r)})),AK.delete(t.document.uri)});xr.onDidOpen(async t=>{await $e(),TM();let e=Ue(t.document.uri),n=vr(Le,{uri:e});if(n)n!==Be&&await Lt({id:n.id});else{let r={ctxName:(0,fs.basename)(e),dtsFile:e};Bl.set(e,r),await RS(e)}});xr.onDidChangeContent(async t=>{let e=Ue(t.document.uri),n=t.document.getText(),r=jn();r.needsRenew(e,n)&&(console.log("Content changed"),r.renewLexer(e,n),await RS(e))});ee.listen();ee.languages.diagnostics.onWorkspace(async()=>{await $e();let t=Be;return t?CS(t):{items:[]}});ee.onDidChangeWatchedFiles(t=>{ee.console.log("We received a file change event")});ee.onCompletion(async t=>{await $e();let e=Ue(t.textDocument.uri);Lt({uri:e});let n=dn(e);return n?[...await xR(t,n),...await WR(t,n)]:[]});ee.onCompletionResolve(t=>t);var dn=t=>{let e=vM();return vr(Le,{uri:t},Be,e?.preferredContext)};ee.onDocumentSymbol(async t=>{await $e();let e=Ue(t.textDocument.uri),n=dn(e);return n?n.getUriParser(e)?.getDocumentSymbols(e):[]});ee.onWorkspaceSymbol(async()=>{await $e();let t=Be;return t?(await t.getAllParsers()).flatMap(e=>e.getWorkspaceSymbols()):[]});ee.languages.semanticTokens.on(async t=>{try{await $e();let e=Ue(t.textDocument.uri),n=dn(e),r=new Qe.SemanticTokensBuilder,i=n?.isInContext(e);return!n||!i?{data:[]}:((await n.getAllParsers()).forEach(s=>s.buildSemanticTokens(r,e)),r.build())}catch(e){throw console.log(e),e}});ee.onDocumentLinks(async t=>{await $e();let e=Ue(t.textDocument.uri);return dn(e)?.getDocumentLinks(e)});ee.onPrepareRename(async t=>{await $e();let e=Ue(t.textDocument.uri);Lt({uri:e});let n=dn(e);return FR(t,n)});ee.onRenameRequest(async t=>{await $e();let e=Ue(t.textDocument.uri);Lt({uri:e});let n=dn(e);return jR(t,n)});ee.onReferences(async t=>{await $e();let e=Ue(t.textDocument.uri);Lt({uri:e});let n=dn(e);return MR(t,n)});ee.onDefinition(async t=>{await $e();let e=Ue(t.textDocument.uri);Lt({uri:e});let n=dn(e),r=(await n?.getDocumentLinks(e,t.position))?.filter(i=>i.target).map(i=>Qe.Location.create(i.target,i.range))??[];return r.length?r:BR(t,n)});ee.onDeclaration(async t=>{await $e();let e=Ue(t.textDocument.uri);Lt({uri:e});let n=dn(e);return UR(t,n)});ee.onCodeAction(async t=>VR(t));ee.onDocumentFormatting(async t=>{await $e();let e=Ue(t.textDocument.uri);Lt({uri:e});let n=dn(e);return n?Fg(t,n,jn().getDocument(e).getText()):[]});ee.onHover(async t=>{await $e();let e=Ue(t.textDocument.uri),n=dn(e);return(await HR(t,n)).at(0)});ee.onFoldingRanges(async t=>{await $e();let e=Ue(t.textDocument.uri),n=dn(e),r=n?.isInContext(e);if(!n||!r)return[];let i=(await n.getAllParsers()).find(s=>s.getFiles().some(o=>o===e));return i?Kx(e,i):[]});ee.onTypeDefinition(async t=>{await $e();let e=Ue(t.textDocument.uri);Lt({uri:e});let n=dn(e);return Xx(t,n)});ee.onSignatureHelp(async t=>{await $e();let e=Ue(t.textDocument.uri);Lt({uri:e});let n=dn(e);return iM(t,n)});ee.onRequest("devicetree/getContexts",async()=>(await $e(),Promise.all(Le.map(async t=>{let e=await Qs(t);return{ctxNames:t.ctxNames.map(n=>n.toString()),id:t.id,...await t.getFileTree(),settings:t.settings,active:Be===t,type:e.type}}))));ee.onRequest("devicetree/setActive",async t=>(await $e(),console.log("devicetree/setActive",t),await Lt(t,!0)));ee.onRequest("devicetree/getActiveContext",async t=>{if(await $e(),console.log("devicetree/getActiveContext",t),await Lt({id:t},!0),!Be)return;let e=await Qs(Be);return Be?{ctxNames:Be.ctxNames.map(n=>n.toString()),id:t,...await Be.getFileTree(),settings:Be.settings,active:!0,type:e.type}:void 0});ee.onRequest("devicetree/setDefaultSettings",async t=>{await $e(),ds=t,console.log("Integration Settings",t),await bM()});ee.onRequest("devicetree/requestContext",async t=>{await $e();let e=await Ul(),n=await gS(t,e,await Vl());console.log("devicetree/requestContext",n);let r=di(n),i=Array.from(Pa).find(([,a])=>a.ctxName===t.ctxName);if(i){let a=i[0].split(":",1)[0];vr(Le,{name:t.ctxName.toString()})?.removeCtxName(t.ctxName),console.log(`Removing integration context with ID ${a} and name ${t.ctxName}`),Pa.delete(i[0])}Pa.set(`${r}:${t.ctxName}`,t),await zl();let s=Le.find(a=>a.id===r);if(!s)throw new Error("Failed to create context");let o=await Qs(s);return{ctxNames:s.ctxNames.map(a=>a.toString()),id:r,...await s.getFileTree(),settings:s.settings,active:!0,type:o.type}});ee.onRequest("devicetree/removeContext",async({id:t,name:e})=>{await $e(),Pa.delete(`${t}:${e}`);let n=vr(Le,{id:t});if(n){if(n.removeCtxName(e),n.ctxNames.length){console.log("Context will not be deleted as it is still in use by others");return}await zl()}});ee.onRequest("devicetree/compiledDtsOutput",async t=>(await $e(),t?vr(Le,{id:t})?.toFullString():void 0));ee.onRequest("devicetree/serializedContext",async t=>(await $e(),t?vr(Le,{id:t})?.serialize():void 0));ee.onRequest("devicetree/customActions",async t=>(await $e(),nM(t,Be)));ee.onRequest("devicetree/activeFileUri",async t=>{await $e(),Lt({uri:t})});var _M=(t,e,n)=>{let r=[42,44,45,36];return n||r.push(52,32,8,49),t.severity===Qe.DiagnosticSeverity.Error&&se(t.astElement.uri,e)&&!r.some(i=>t.issues.includes(i))},$K=async t=>{await $e();let e=Ue(t.textDocument.uri);Lt({uri:e});let n=dn(e);if(!n)return[];if((await n.getSyntaxIssues(void 0,l=>_M(l,e,!1))).get(e)?.length)throw new Error("Unable to format. Files has sytnax issues.");let i=jn().getDocument(e),s=i.getText(),o=await Fg(t,n,i.getText());if(o.length===0)return;let a=bN(i,o);if(a===i.getText())return;let c=(0,fs.relative)(n.settings.cwd??process.cwd(),e);return SS(`a/${c}`,s,a)};ee.onRequest("devicetree/formattingDiff",$K);ee.onRequest("devicetree/diagnosticIssues",async({uri:t,full:e})=>{await $e();let n=Ue(t);Lt({uri:n});let r=dn(n);if(!r)return[];let i=e?(await r.getDiagnostics()).get(n):(await r.getSyntaxIssues(void 0,s=>_M(s,n,!!e))).get(n);if(i?.length)return i});
|
|
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}}):[]});
|