@redocly/openapi-language-server 0.9.9 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +30 -9
- package/lib/index.js +65 -61
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -1,91 +1,95 @@
|
|
|
1
|
-
var
|
|
1
|
+
var bb=Object.create;var ei=Object.defineProperty;var vb=Object.getOwnPropertyDescriptor;var Pb=Object.getOwnPropertyNames;var xb=Object.getPrototypeOf,_b=Object.prototype.hasOwnProperty;var Pl=(e,t,n)=>()=>{if(n)throw n[0];try{return e&&(t=e(e=0)),t}catch(r){throw n=[r],r}};var R=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(n){throw t=0,n}},ys=(e,t)=>{for(var n in t)ei(e,n,{get:t[n],enumerable:!0})},Zr=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Pb(t))!_b.call(e,i)&&i!==n&&ei(e,i,{get:()=>t[i],enumerable:!(r=vb(t,i))||r.enumerable});return e},bs=(e,t,n)=>(Zr(e,t,"default"),n&&Zr(n,t,"default")),Ae=(e,t,n)=>(n=e!=null?bb(xb(e)):{},Zr(t||!e||!e.__esModule?ei(n,"default",{value:e,enumerable:!0}):n,e)),ti=e=>Zr(ei({},"__esModule",{value:!0}),e);var qt=R(ye=>{"use strict";Object.defineProperty(ye,"__esModule",{value:!0});ye.isYAMLNode=ye.isNodesEqual=ye.newMap=ye.newSeq=ye.newItems=ye.newScalar=ye.newAnchorRef=ye.newMapping=ye.Kind=void 0;var bt;(function(e){e[e.SCALAR=0]="SCALAR",e[e.MAPPING=1]="MAPPING",e[e.MAP=2]="MAP",e[e.SEQ=3]="SEQ",e[e.ANCHOR_REF=4]="ANCHOR_REF",e[e.INCLUDE_REF=5]="INCLUDE_REF"})(bt=ye.Kind||(ye.Kind={}));function Tb(e,t,n=2){var r=t?t.endPosition:e.endPosition+1,i={key:e,value:t,nodeIndent:n,startPosition:e.startPosition,endPosition:r,kind:bt.MAPPING,parent:null,errors:[]};return i}ye.newMapping=Tb;function wb(e,t,n,r,i=2){return{errors:[],referencesAnchor:e,value:r,nodeIndent:i,startPosition:t,endPosition:n,kind:bt.ANCHOR_REF,parent:null}}ye.newAnchorRef=wb;function Sb(e="",t=2){let n={errors:[],startPosition:-1,endPosition:-1,value:""+e,nodeIndent:t,kind:bt.SCALAR,parent:null,doubleQuoted:!1,rawValue:""+e};return typeof e!="string"&&(n.valueObject=e),n}ye.newScalar=Sb;function Tl(){return{errors:[],startPosition:-1,endPosition:-1,nodeIndent:2,items:[],kind:bt.SEQ,parent:null}}ye.newItems=Tl;function kb(){return Tl()}ye.newSeq=kb;function Ab(e,t=2){return{errors:[],startPosition:-1,endPosition:-1,nodeIndent:t,mappings:e||[],kind:bt.MAP,parent:null}}ye.newMap=Ab;function br(e,t){if(!e||!t||e.kind!==t.kind)return!1;if(e.kind===bt.SCALAR)return e.value===t.value;if(e.kind===bt.SEQ){let n=e,r=t;if(n.items.length!==r.items.length)return!1;for(let i=0;i<n.items.length;i++){let o=n.items[i],s=r.items[i];if(!br(o,s))return!1}return!0}if(e.kind===bt.MAP){let n=e,r=t;if(n.mappings.length!==r.mappings.length)return!1;for(let i of n.mappings){let o=i.key,s=i.value,a=r.mappings.find(c=>br(o,c.key));if(a){if(!br(s,a.value))return!1}else return!1}return!0}if(bt.MAPPING===e.kind){let n=e,r=t;return br(n.key,r.key)}return!1}ye.isNodesEqual=br;function Eb(e){return e.startPosition!==void 0&&e.endPosition!==void 0&&e.kind!==void 0}ye.isYAMLNode=Eb});var ln=R(He=>{"use strict";Object.defineProperty(He,"__esModule",{value:!0});He.isNegativeZero=He.repeat=He.extend=He.toArray=He.isObject=He.isNothing=void 0;function wl(e){return typeof e>"u"||e===null}He.isNothing=wl;function Nb(e){return typeof e=="object"&&e!==null}He.isObject=Nb;function qb(e){return Array.isArray(e)?e:wl(e)?[]:[e]}He.toArray=qb;function Ob(e,t){var n,r,i,o;if(t)for(o=Object.keys(t),n=0,r=o.length;n<r;n+=1)i=o[n],e[i]=t[i];return e}He.extend=Ob;function Mb(e,t){var n="",r;for(r=0;r<t;r+=1)n+=e;return n}He.repeat=Mb;function Lb(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}He.isNegativeZero=Lb});var kn=R((wT,Sl)=>{"use strict";var ii=class e{constructor(t,n=null,r=!1){this.name="YAMLException",this.reason=t,this.mark=n,this.message=this.toString(!1),this.isWarning=r}static isInstance(t){if(t!=null&&t.getClassIdentifier&&typeof t.getClassIdentifier=="function"){for(let n of t.getClassIdentifier())if(n==e.CLASS_IDENTIFIER)return!0}return!1}getClassIdentifier(){var t=[];return t.concat(e.CLASS_IDENTIFIER)}toString(t=!1){var n;return n="JS-YAML: "+(this.reason||"(unknown reason)"),!t&&this.mark&&(n+=" "+this.mark.toString()),n}};ii.CLASS_IDENTIFIER="yaml-ast-parser.YAMLException";Sl.exports=ii});var El=R((ST,Al)=>{"use strict";var kl=ln(),Cs=class{constructor(t,n,r,i,o){this.name=t,this.buffer=n,this.position=r,this.line=i,this.column=o}getSnippet(t=0,n=75){var r,i,o,s,a;if(!this.buffer)return null;for(t=t||4,n=n||75,r="",i=this.position;i>0&&`\0\r
|
|
2
2
|
\x85\u2028\u2029`.indexOf(this.buffer.charAt(i-1))===-1;)if(i-=1,this.position-i>n/2-1){r=" ... ",i+=5;break}for(o="",s=this.position;s<this.buffer.length&&`\0\r
|
|
3
|
-
\x85\u2028\u2029`.indexOf(this.buffer.charAt(s))===-1;)if(s+=1,s-this.position>n/2-1){o=" ... ",s-=5;break}return a=this.buffer.slice(i,s),
|
|
4
|
-
`+
|
|
5
|
-
`+n)),r}};
|
|
6
|
-
\r`;function
|
|
7
|
-
`:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"\x85":e===95?"\xA0":e===76?"\u2028":e===80?"\u2029":""}function
|
|
8
|
-
`){e.position--,e.position==i&&(e.position+=1);return}if(o=="\r"){e.position--,e.position==i&&(e.position+=1);return}e.position++}}}function
|
|
9
|
-
`,n-1))}function
|
|
10
|
-
`,a):i===
|
|
11
|
-
`);break}for(r?
|
|
12
|
-
`,a+1)):c?(c=!1,m.value+=
|
|
13
|
-
`,a+1)):a===0?o&&(m.value+=" "):m.value+=
|
|
14
|
-
`,a):o&&(m.value+=
|
|
15
|
-
`,a+1)),o=!0,a=0,n=e.position;!
|
|
16
|
-
`){y&&v--;break}if(T!=" "&&T!=" ")break;v--}return m.endPosition=v,m.rawValue=e.input.substring(m.startPosition,m.endPosition),!0}function
|
|
17
|
-
`),e.charCodeAt(0)===65279&&(e=e.slice(1)));var r=new
|
|
18
|
-
`)break}}let s=r.documents,a=s.length;a>0&&(s[a-1].endPosition=n);for(let c of s)c.errors=r.errors,c.startPosition>c.endPosition&&(c.startPosition=c.endPosition);return s}function
|
|
3
|
+
\x85\u2028\u2029`.indexOf(this.buffer.charAt(s))===-1;)if(s+=1,s-this.position>n/2-1){o=" ... ",s-=5;break}return a=this.buffer.slice(i,s),kl.repeat(" ",t)+r+a+o+`
|
|
4
|
+
`+kl.repeat(" ",t+this.position-i+r.length)+"^"}toString(t=!0){var n,r="";return this.name&&(r+='in "'+this.name+'" '),r+="at line "+(this.line+1)+", column "+(this.column+1),t||(n=this.getSnippet(),n&&(r+=`:
|
|
5
|
+
`+n)),r}};Al.exports=Cs});var Ee=R(oi=>{"use strict";Object.defineProperty(oi,"__esModule",{value:!0});oi.Type=void 0;var Nl=kn(),jb=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],Ib=["scalar","sequence","mapping"];function Fb(e){var t={};return e!==null&&Object.keys(e).forEach(function(n){e[n].forEach(function(r){t[String(r)]=n})}),t}var Rs=class{constructor(t,n){if(n=n||{},Object.keys(n).forEach(function(r){if(jb.indexOf(r)===-1)throw new Nl('Unknown option "'+r+'" is met in definition of "'+t+'" YAML type.')}),this.tag=t,this.kind=n.kind||null,this.resolve=n.resolve||function(){return!0},this.construct=n.construct||function(r){return r},this.instanceOf=n.instanceOf||null,this.predicate=n.predicate||null,this.represent=n.represent||null,this.defaultStyle=n.defaultStyle||null,this.styleAliases=Fb(n.styleAliases||null),Ib.indexOf(this.kind)===-1)throw new Nl('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}};oi.Type=Rs});var An=R(ai=>{"use strict";Object.defineProperty(ai,"__esModule",{value:!0});ai.Schema=void 0;var ql=ln(),si=kn(),Ub=Ee();function Ds(e,t,n){var r=[];return e.include.forEach(function(i){n=Ds(i,t,n)}),e[t].forEach(function(i){n.forEach(function(o,s){o.tag===i.tag&&r.push(s)}),n.push(i)}),n.filter(function(i,o){return r.indexOf(o)===-1})}function Wb(){var e={},t,n;function r(i){e[i.tag]=i}for(t=0,n=arguments.length;t<n;t+=1)arguments[t].forEach(r);return e}var Ht=class{constructor(t){this.include=t.include||[],this.implicit=t.implicit||[],this.explicit=t.explicit||[],this.implicit.forEach(function(n){if(n.loadKind&&n.loadKind!=="scalar")throw new si("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.")}),this.compiledImplicit=Ds(this,"implicit",[]),this.compiledExplicit=Ds(this,"explicit",[]),this.compiledTypeMap=Wb(this.compiledImplicit,this.compiledExplicit)}};ai.Schema=Ht;Ht.DEFAULT=null;Ht.create=function(...t){var n,r;switch(t.length){case 1:n=Ht.DEFAULT,r=t[0];break;case 2:n=t[0],r=t[1];break;default:throw new si("Wrong number of arguments for Schema.create function")}if(n=ql.toArray(n),r=ql.toArray(r),!n.every(function(i){return i instanceof Ht}))throw new si("Specified list of super schemas (or a single Schema object) contains a non-Schema object.");if(!r.every(function(i){return i instanceof Ub.Type}))throw new si("Specified list of YAML types (or a single Type object) contains a non-Type object.");return new Ht({include:n,explicit:r})}});var Ml=R((ET,Ol)=>{"use strict";var Hb=Ee();Ol.exports=new Hb.Type("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}})});var jl=R((NT,Ll)=>{"use strict";var Bb=Ee();Ll.exports=new Bb.Type("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}})});var Fl=R((qT,Il)=>{"use strict";var zb=Ee();Il.exports=new zb.Type("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}})});var Wl=R((OT,Ul)=>{"use strict";var $b=An();Ul.exports=new $b.Schema({explicit:[Ml(),jl(),Fl()]})});var zl=R((MT,Bl)=>{"use strict";var Yb=Ee(),Hl=qt();function Vb(e){let t=Hl.isYAMLNode(e)?e.value:e;if(t===null)return!0;var n=t.length;return n===1&&t==="~"||n===4&&(t==="null"||t==="Null"||t==="NULL")}function Kb(e){return Hl.isYAMLNode(e)?e:null}function Gb(e){return e===null}Bl.exports=new Yb.Type("tag:yaml.org,2002:null",{kind:"scalar",resolve:Vb,construct:Kb,predicate:Gb,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})});var Vl=R((LT,Yl)=>{"use strict";var Qb=Ee(),$l=qt();function Jb(e){let t=$l.isYAMLNode(e)?e.value:e;if(t===null)return!1;var n=t.length;return n===4&&(t==="true"||t==="True"||t==="TRUE")||n===5&&(t==="false"||t==="False"||t==="FALSE")}function Xb(e){return $l.isYAMLNode(e)?e:e==="true"||e==="True"||e==="TRUE"}function Zb(e){return Object.prototype.toString.call(e)==="[object Boolean]"}Yl.exports=new Qb.Type("tag:yaml.org,2002:bool",{kind:"scalar",resolve:Jb,construct:Xb,predicate:Zb,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"})});var Ql=R((jT,Gl)=>{"use strict";var ev=ln(),tv=Ee(),Kl=qt();function nv(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function rv(e){return 48<=e&&e<=55}function iv(e){return 48<=e&&e<=57}function ov(e){let t=Kl.isYAMLNode(e)?e.value:e;if(t===null)return!1;var n=t.length,r=0,i=!1,o;if(!n)return!1;if(o=t[r],(o==="-"||o==="+")&&(o=t[++r]),o==="0"){if(r+1===n)return!0;if(o=t[++r],o==="b"){for(r++;r<n;r++)if(o=t[r],o!=="_"){if(o!=="0"&&o!=="1")return!1;i=!0}return i}if(o==="x"){for(r++;r<n;r++)if(o=t[r],o!=="_"){if(!nv(t.charCodeAt(r)))return!1;i=!0}return i}for(;r<n;r++)if(o=t[r],o!=="_"){if(!rv(t.charCodeAt(r)))return!1;i=!0}return i}for(;r<n;r++)if(o=t[r],o!=="_"){if(o===":")break;if(!iv(t.charCodeAt(r)))return!1;i=!0}return i?o!==":"?!0:/^(:[0-5]?[0-9])+$/.test(t.slice(r)):!1}function sv(e){if(Kl.isYAMLNode(e))return e;var t=e,n=1,r,i,o=[];return t.indexOf("_")!==-1&&(t=t.replace(/_/g,"")),r=t[0],(r==="-"||r==="+")&&(r==="-"&&(n=-1),t=t.slice(1),r=t[0]),t==="0"?0:r==="0"?t[1]==="b"?n*parseInt(t.slice(2),2):t[1]==="x"?n*parseInt(t,16):n*parseInt(t,8):t.indexOf(":")!==-1?(t.split(":").forEach(function(s){o.unshift(parseInt(s,10))}),t=0,i=1,o.forEach(function(s){t+=s*i,i*=60}),n*t):n*parseInt(t,10)}function av(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!ev.isNegativeZero(e)}Gl.exports=new tv.Type("tag:yaml.org,2002:int",{kind:"scalar",resolve:ov,construct:sv,predicate:av,represent:{binary:function(e){return"0b"+e.toString(2)},octal:function(e){return"0"+e.toString(8)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return"0x"+e.toString(16).toUpperCase()}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})});var ep=R((IT,Zl)=>{"use strict";var Jl=ln(),cv=Ee(),Xl=qt(),uv=new RegExp("-?(0|[1-9][0-9]*)(.[0-9]*)?([eE][-+]?[0-9]+)?|^0$|^[-+]?.(inf|Inf|INF)$|^.(nan|NaN|NAN)$");function lv(e){let t=Xl.isYAMLNode(e)?e.value:e;return!(t===null||!uv.test(t))}function pv(e){if(Xl.isYAMLNode(e))return e;var t,n,r,i;return t=e.replace(/_/g,"").toLowerCase(),n=t[0]==="-"?-1:1,i=[],0<="+-".indexOf(t[0])&&(t=t.slice(1)),t===".inf"?n===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:t===".nan"?NaN:0<=t.indexOf(":")?(t.split(":").forEach(function(o){i.unshift(parseFloat(o,10))}),t=0,r=1,i.forEach(function(o){t+=o*r,r*=60}),n*t):n*parseFloat(t,10)}function dv(e,t){if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(Jl.isNegativeZero(e))return"-0.0";return e.toString(10)}function fv(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||Jl.isNegativeZero(e))}Zl.exports=new cv.Type("tag:yaml.org,2002:float",{kind:"scalar",resolve:lv,construct:pv,predicate:fv,represent:dv,defaultStyle:"lowercase"})});var np=R((FT,tp)=>{"use strict";var gv=An();tp.exports=new gv.Schema({include:[Wl()],implicit:[zl(),Vl(),Ql(),ep()]})});var ip=R((UT,rp)=>{"use strict";var mv=An();rp.exports=new mv.Schema({include:[np()]})});var ap=R((WT,sp)=>{"use strict";var hv=Ee(),op=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?)?$");function yv(e){if(e===null)return!1;var t,n,r,i,o,s,a,c=0,u=null,d,m,v;return t=op.exec(e),t!==null}function bv(e){var t,n,r,i,o,s,a,c=0,u=null,d,m,v;if(t=op.exec(e),t===null)throw new Error("Date resolve error");if(n=+t[1],r=+t[2]-1,i=+t[3],!t[4])return new Date(Date.UTC(n,r,i));if(o=+t[4],s=+t[5],a=+t[6],t[7]){for(c=t[7].slice(0,3);c.length<3;)c=c+"0";c=+c}return t[9]&&(d=+t[10],m=+(t[11]||0),u=(d*60+m)*6e4,t[9]==="-"&&(u=-u)),v=new Date(Date.UTC(n,r,i,o,s,a,c)),u&&v.setTime(v.getTime()-u),v}function vv(e){return e.toISOString()}sp.exports=new hv.Type("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:yv,construct:bv,instanceOf:Date,represent:vv})});var up=R((HT,cp)=>{"use strict";var Pv=Ee();function xv(e){return e==="<<"||e===null}cp.exports=new Pv.Type("tag:yaml.org,2002:merge",{kind:"scalar",resolve:xv})});var lp={};ys(lp,{default:()=>_v});var _v,pp=Pl(()=>{_v={}});var fp=R((BT,dp)=>{"use strict";var ci=(pp(),ti(lp)).Buffer,Cv=Ee(),Ts=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
6
|
+
\r`;function Rv(e){if(e===null)return!1;var t,n,r=0,i=0,o=e.length,s=Ts;for(n=0;n<o;n++)if(t=s.indexOf(e.charAt(n)),!(t>64)){if(t<0)return!1;r+=6}return r%8===0}function Dv(e){var t,n,r,i=e.replace(/[\r\n=]/g,""),o=i.length,s=Ts,a=0,c=[];for(n=0;n<o;n++)n%4===0&&n&&(c.push(a>>16&255),c.push(a>>8&255),c.push(a&255)),a=a<<6|s.indexOf(i.charAt(n));return r=o%4*6,r===0?(c.push(a>>16&255),c.push(a>>8&255),c.push(a&255)):r===18?(c.push(a>>10&255),c.push(a>>2&255)):r===12&&c.push(a>>4&255),ci?new ci(c):c}function Tv(e){var t="",n=0,r,i,o=e.length,s=Ts;for(r=0;r<o;r++)r%3===0&&r&&(t+=s[n>>18&63],t+=s[n>>12&63],t+=s[n>>6&63],t+=s[n&63]),n=(n<<8)+e[r];return i=o%3,i===0?(t+=s[n>>18&63],t+=s[n>>12&63],t+=s[n>>6&63],t+=s[n&63]):i===2?(t+=s[n>>10&63],t+=s[n>>4&63],t+=s[n<<2&63],t+=s[64]):i===1&&(t+=s[n>>2&63],t+=s[n<<4&63],t+=s[64],t+=s[64]),t}function wv(e){return ci&&ci.isBuffer(e)}dp.exports=new Cv.Type("tag:yaml.org,2002:binary",{kind:"scalar",resolve:Rv,construct:Dv,predicate:wv,represent:Tv})});var mp=R((zT,gp)=>{"use strict";var Sv=Ee(),kv=Object.prototype.hasOwnProperty,Av=Object.prototype.toString;function Ev(e){if(e===null)return!0;var t=[],n,r,i,o,s,a=e;for(n=0,r=a.length;n<r;n+=1){if(i=a[n],s=!1,Av.call(i)!=="[object Object]")return!1;for(o in i)if(kv.call(i,o))if(!s)s=!0;else return!1;if(!s)return!1;if(t.indexOf(o)===-1)t.push(o);else return!1}return!0}function Nv(e){return e!==null?e:[]}gp.exports=new Sv.Type("tag:yaml.org,2002:omap",{kind:"sequence",resolve:Ev,construct:Nv})});var yp=R(($T,hp)=>{"use strict";var qv=Ee(),ws=qt(),Ov=Object.prototype.toString;function Mv(e){if(e===null)return!0;if(e.kind!=ws.Kind.SEQ)return!1;var t,n,r,i,o,s=e.items;for(t=0,n=s.length;t<n;t+=1)if(r=s[t],Ov.call(r)!=="[object Object]"||!Array.isArray(r.mappings)||r.mappings.length!==1)return!1;return!0}function Lv(e){if(e===null||!Array.isArray(e.items))return[];let t,n,r,i,o=e.items;for(i=ws.newItems(),i.parent=e.parent,i.startPosition=e.startPosition,i.endPosition=e.endPosition,t=0,n=o.length;t<n;t+=1){let a=o[t].mappings[0],c=ws.newItems();c.parent=i,c.startPosition=a.key.startPosition,c.endPosition=a.value.startPosition,a.key.parent=c,a.value.parent=c,c.items=[a.key,a.value],i.items.push(c)}return i}hp.exports=new qv.Type("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:Mv,construct:Lv})});var vp=R((YT,bp)=>{"use strict";var jv=Ee(),Iv=qt();function Fv(e){return e===null?!0:e.kind==Iv.Kind.MAP}function Uv(e){return e!==null?e:{}}bp.exports=new jv.Type("tag:yaml.org,2002:set",{kind:"mapping",resolve:Fv,construct:Uv})});var ui=R((VT,Pp)=>{"use strict";var Wv=An(),Hv=new Wv.Schema({include:[ip()],implicit:[ap(),up()],explicit:[fp(),mp(),yp(),vp()]});Pp.exports=Hv});var _p=R((KT,xp)=>{"use strict";var Bv=Ee();function zv(){return!0}function $v(){}function Yv(){return""}function Vv(e){return typeof e>"u"}xp.exports=new Bv.Type("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:zv,construct:$v,predicate:Vv,represent:Yv})});var Rp=R((GT,Cp)=>{"use strict";var Kv=Ee();function Gv(e){if(e===null||e.length===0)return!1;var t=e,n=/\/([gim]*)$/.exec(e),r="";if(t[0]==="/"){if(n&&(r=n[1]),r.length>3||t[t.length-r.length-1]!=="/")return!1;t=t.slice(1,t.length-r.length-1)}try{var i=new RegExp(t,r);return!0}catch{return!1}}function Qv(e){var t=e,n=/\/([gim]*)$/.exec(e),r="";return t[0]==="/"&&(n&&(r=n[1]),t=t.slice(1,t.length-r.length-1)),new RegExp(t,r)}function Jv(e){var t="/"+e.source+"/";return e.global&&(t+="g"),e.multiline&&(t+="m"),e.ignoreCase&&(t+="i"),t}function Xv(e){return Object.prototype.toString.call(e)==="[object RegExp]"}Cp.exports=new Kv.Type("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:Gv,construct:Qv,predicate:Xv,represent:Jv})});var Ss=R((QT,wp)=>{"use strict";var Dp=An(),Tp=new Dp.Schema({include:[ui()],explicit:[_p(),Rp()]});Dp.Schema.DEFAULT=Tp;wp.exports=Tp});var Up=R((vt,Pr)=>{"use strict";Object.defineProperty(vt,"__esModule",{value:!0});vt.safeLoad=vt.safeLoadAll=vt.load=vt.loadAll=void 0;var ze=qt(),Bt=ln(),Ls=kn(),js=El(),Ep=ui(),Zv=Ss(),di=Object.prototype.hasOwnProperty,li=1,Np=2,qp=3,pi=4,ks=1,eP=2,Sp=3,tP=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,nP=/[\x85\u2028\u2029]/,rP=/[,\[\]\{\}]/,Op=/^(?:!|!!|![a-z\-]+!)$/i,Mp=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function pt(e){return e===10||e===13}function dn(e){return e===9||e===32}function Be(e){return e===9||e===32||e===10||e===13}function En(e){return e===44||e===91||e===93||e===123||e===125}function iP(e){var t;return 48<=e&&e<=57?e-48:(t=e|32,97<=t&&t<=102?t-97+10:-1)}function oP(e){return e===120?2:e===117?4:e===85?8:0}function sP(e){return 48<=e&&e<=57?e-48:-1}function aP(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
|
|
7
|
+
`:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"\x85":e===95?"\xA0":e===76?"\u2028":e===80?"\u2029":""}function cP(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}var As=new Array(256),Es=new Array(256),Lp=new Array(256),Ns=new Array(256);for(tt=0;tt<256;tt++)Ns[tt]=Es[tt]=aP(tt),As[tt]=Es[tt]?1:0,Lp[tt]=1,As[tt]||(Ns[tt]="\\"+String.fromCharCode(tt));var tt,qs=class{constructor(t,n){this.errorMap={},this.errors=[],this.lines=[],this.input=t,this.filename=n.filename||null,this.schema=n.schema||Zv,this.onWarning=n.onWarning||null,this.legacy=n.legacy||!1,this.allowAnyEscape=n.allowAnyEscape||!1,this.ignoreDuplicateKeys=n.ignoreDuplicateKeys||!1,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}};function Is(e,t,n=!1){return new Ls(t,new js(e.filename,e.input,e.position,e.line,e.position-e.lineStart),n)}function Os(e,t,n,r=!1,i=!1){var o=uP(e,t);if(o){var s=n+t;if(!e.errorMap[s]){var a=new js(e.filename,e.input,t,o.line,t-o.start);i&&(a.toLineEnd=!0);var c=new Ls(n,a,r);e.errors.push(c)}}}function H(e,t){var n=Is(e,t),r=n.message+n.mark.position;if(!e.errorMap[r]){e.errors.push(n),e.errorMap[r]=1;for(var i=e.position;;){if(e.position>=e.input.length-1)return;var o=e.input.charAt(e.position);if(o==`
|
|
8
|
+
`){e.position--,e.position==i&&(e.position+=1);return}if(o=="\r"){e.position--,e.position==i&&(e.position+=1);return}e.position++}}}function Ms(e,t){var n=Is(e,t);e.onWarning&&e.onWarning.call(null,n)}var kp={YAML:function(t,n,r){var i,o,s;t.version!==null&&H(t,"duplication of %YAML directive"),r.length!==1&&H(t,"YAML directive accepts exactly one argument"),i=/^([0-9]+)\.([0-9]+)$/.exec(r[0]),i===null&&H(t,"ill-formed argument of the YAML directive"),o=parseInt(i[1],10),s=parseInt(i[2],10),o!==1&&H(t,"found incompatible YAML document (version 1.2 is required)"),t.version=r[0],t.checkLineBreaks=s<2,s!==2&&H(t,"found incompatible YAML document (version 1.2 is required)")},TAG:function(t,n,r){var i,o;r.length!==2&&H(t,"TAG directive accepts exactly two arguments"),i=r[0],o=r[1],Op.test(i)||H(t,"ill-formed tag handle (first argument) of the TAG directive"),di.call(t.tagMap,i)&&H(t,'there is a previously declared suffix for "'+i+'" tag handle'),Mp.test(o)||H(t,"ill-formed tag prefix (second argument) of the TAG directive"),t.tagMap[i]=o}};function zt(e,t,n,r){var i,o,s,a,c=e.result;if(c.startPosition==-1&&(c.startPosition=t),t<=n){if(a=e.input.slice(t,n),r)for(i=0,o=a.length;i<o;i+=1)s=a.charCodeAt(i),s===9||32<=s&&s<=1114111||H(e,"expected valid JSON character");else tP.test(a)&&H(e,"the stream contains non-printable characters");c.value+=a,c.endPosition=n}}function pn(e,t,n,r,i,o){if(r!=null){var s=i?i.endPosition:r.endPosition;!i&&e.input.charAt(s)===":"&&s++,t===null&&(t={startPosition:r.startPosition,endPosition:s,parent:null,errors:[],mappings:[],kind:ze.Kind.MAP,nodeIndent:o});var a=ze.newMapping(r,i,o);return a.parent=t,r.parent=a,i==null?a.endPosition=r.endPosition:i.parent=a,!e.ignoreDuplicateKeys&&t.mappings.forEach(c=>{ze.isNodesEqual(c,a)&&(Os(e,a.key.startPosition,"duplicate key"),Os(e,c.key.startPosition,"duplicate key"))}),t.mappings.push(a),t.endPosition=s,t}}function Fs(e){var t;t=e.input.charCodeAt(e.position),t===10?e.position++:t===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):H(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.lines.push({start:e.lineStart,line:e.line})}function uP(e,t){for(var n,r=0;r<e.lines.length&&!(e.lines[r].start>t);r++)n=e.lines[r];return n||{start:0,line:0}}function le(e,t,n,r=!1){for(var i=0,o=e.input.charCodeAt(e.position);o!==0;){for(;dn(o);)o===9&&e.errors.push(Is(e,"Using tabs can lead to unpredictable results",!0)),o=e.input.charCodeAt(++e.position);if(t&&o===35)do o=e.input.charCodeAt(++e.position);while(o!==10&&o!==13&&o!==0);if(pt(o))for(Fs(e),o=e.input.charCodeAt(e.position),i++,e.lineIndent=0;o===32;)e.lineIndent++,o=e.input.charCodeAt(++e.position);else break}return n!==-1&&i!==0&&e.lineIndent<n&&Ms(e,"deficient indentation"),i}function vr(e){var t=e.position,n;return n=e.input.charCodeAt(t),!!((n===45||n===46)&&e.input.charCodeAt(t+1)===n&&e.input.charCodeAt(t+2)===n&&(t+=3,n=e.input.charCodeAt(t),n===0||Be(n)))}function Us(e,t,n){n===1?t.value+=" ":n>1&&(t.value+=Bt.repeat(`
|
|
9
|
+
`,n-1))}function lP(e,t,n){var r,i,o,s,a,c,u,d,m=e.kind,v=e.result,y,T=ze.newScalar("",t);if(T.plainScalar=!0,e.result=T,y=e.input.charCodeAt(e.position),Be(y)||En(y)||y===35||y===38||y===42||y===33||y===124||y===62||y===39||y===34||y===37||y===64||y===96)return e.result.startPosition=e.position-1,e.result.endPosition=e.position-1,!1;if((y===63||y===45)&&(i=e.input.charCodeAt(e.position+1),Be(i)||n&&En(i)))return!1;for(e.kind="scalar",o=s=e.position,a=!1;y!==0;){if(y===58){if(i=e.input.charCodeAt(e.position+1),Be(i)||n&&En(i))break}else if(y===35){if(r=e.input.charCodeAt(e.position-1),Be(r))break}else{if(e.position===e.lineStart&&vr(e)||n&&En(y))break;if(pt(y))if(c=e.line,u=e.lineStart,d=e.lineIndent,le(e,!1,-1),e.lineIndent>=t){a=!0,y=e.input.charCodeAt(e.position);continue}else{e.position=s,e.line=c,e.lineStart=u,e.lineIndent=d;break}}if(a&&(zt(e,o,s,!1),Us(e,T,e.line-c),o=s=e.position,a=!1),dn(y)||(s=e.position+1),y=e.input.charCodeAt(++e.position),e.position>=e.input.length)return!1}return zt(e,o,s,!1),e.result.startPosition!=-1?(T.rawValue=e.input.substring(T.startPosition,T.endPosition),e.result.endPosition=le(e,!1,-1)?e.position-1:e.position,!0):(e.kind=m,e.result=v,!1)}function pP(e,t){var n,r,i;if(n=e.input.charCodeAt(e.position),n!==39)return!1;var o=ze.newScalar("",t);for(o.singleQuoted=!0,e.kind="scalar",e.result=o,o.startPosition=e.position,e.position++,r=i=e.position;(n=e.input.charCodeAt(e.position))!==0;)if(n===39)if(zt(e,r,e.position,!0),n=e.input.charCodeAt(++e.position),o.endPosition=e.position,n===39)r=i=e.position,e.position++;else return!0;else pt(n)?(zt(e,r,i,!0),Us(e,o,le(e,!1,t)),r=i=e.position):e.position===e.lineStart&&vr(e)?H(e,"unexpected end of the document within a single quoted scalar"):(e.position++,i=e.position,o.endPosition=e.position);H(e,"unexpected end of the stream within a single quoted scalar")}function dP(e,t){var n,r,i,o,s,a,c;if(c=e.input.charCodeAt(e.position),c!==34)return!1;e.kind="scalar";var u=ze.newScalar("",t);for(u.doubleQuoted=!0,e.result=u,u.startPosition=e.position,e.position++,n=r=e.position;(c=e.input.charCodeAt(e.position))!==0;){if(c===34)return zt(e,n,e.position,!0),e.position++,u.endPosition=e.position,u.rawValue=e.input.substring(u.startPosition,u.endPosition),!0;if(c===92){if(zt(e,n,e.position,!0),c=e.input.charCodeAt(++e.position),pt(c))le(e,!1,t);else if(c<256&&(e.allowAnyEscape?Lp[c]:As[c]))u.value+=e.allowAnyEscape?Ns[c]:Es[c],e.position++;else if((s=oP(c))>0){for(i=s,o=0;i>0;i--)c=e.input.charCodeAt(++e.position),(s=iP(c))>=0?o=(o<<4)+s:H(e,"expected hexadecimal character");u.value+=cP(o),e.position++}else H(e,"unknown escape sequence");n=r=e.position}else pt(c)?(zt(e,n,r,!0),Us(e,u,le(e,!1,t)),n=r=e.position):e.position===e.lineStart&&vr(e)?H(e,"unexpected end of the document within a double quoted scalar"):(e.position++,r=e.position)}H(e,"unexpected end of the stream within a double quoted scalar")}function fP(e,t){var n=!0,r,i=e.tag,o,s=e.anchor,a,c,u,d,m,v,y,T,I;if(I=e.input.charCodeAt(e.position),I===91)c=93,m=!1,o=ze.newItems(),o.startPosition=e.position;else if(I===123)c=125,m=!0,o=ze.newMap(null,t),o.startPosition=e.position;else return!1;for(e.anchor!==null&&(o.anchorId=e.anchor,e.anchorMap[e.anchor]=o),I=e.input.charCodeAt(++e.position);I!==0;){if(le(e,!0,t),I=e.input.charCodeAt(e.position),I===c)return e.position++,e.tag=i,e.anchor=s,e.kind=m?"mapping":"sequence",e.result=o,o.endPosition=e.position,!0;if(!n){var G=e.position;H(e,"missed comma between flow collection entries"),e.position=G+1}if(y=v=T=null,u=d=!1,I===63&&(a=e.input.charCodeAt(e.position+1),Be(a)&&(u=d=!0,e.position++,le(e,!0,t))),r=e.line,Nn(e,t,li,!1,!0),y=e.tag,v=e.result,le(e,!0,t),I=e.input.charCodeAt(e.position),(d||e.line===r)&&I===58&&(u=!0,I=e.input.charCodeAt(++e.position),le(e,!0,t),Nn(e,t,li,!1,!0),T=e.result),m)pn(e,o,y,v,T,t);else if(u){var U=pn(e,null,y,v,T,t);U.parent=o,o.items.push(U)}else v&&(v.parent=o),o.items.push(v);o.endPosition=e.position+1,le(e,!0,t),I=e.input.charCodeAt(e.position),I===44?(n=!0,I=e.input.charCodeAt(++e.position)):n=!1}H(e,"unexpected end of the stream within a flow collection")}function gP(e,t){var n,r,i=ks,o=!1,s=t,a=0,c=!1,u,d;if(d=e.input.charCodeAt(e.position),d===124)r=!1;else if(d===62)r=!0;else return!1;var m=ze.newScalar("",t);for(e.kind="scalar",e.result=m,m.startPosition=e.position;d!==0;)if(d=e.input.charCodeAt(++e.position),d===43||d===45)ks===i?i=d===43?Sp:eP:H(e,"repeat of a chomping mode identifier");else if((u=sP(d))>=0)u===0?H(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):o?H(e,"repeat of an indentation width identifier"):(s=t+u-1,o=!0);else break;if(dn(d)){do d=e.input.charCodeAt(++e.position);while(dn(d));if(d===35)do d=e.input.charCodeAt(++e.position);while(!pt(d)&&d!==0)}for(;d!==0;){for(Fs(e),e.lineIndent=0,d=e.input.charCodeAt(e.position);(!o||e.lineIndent<s)&&d===32;)e.lineIndent++,d=e.input.charCodeAt(++e.position);if(!o&&e.lineIndent>s&&(s=e.lineIndent),pt(d)){a++;continue}if(e.lineIndent<s){i===Sp?m.value+=Bt.repeat(`
|
|
10
|
+
`,a):i===ks&&o&&(m.value+=`
|
|
11
|
+
`);break}for(r?dn(d)?(c=!0,m.value+=Bt.repeat(`
|
|
12
|
+
`,a+1)):c?(c=!1,m.value+=Bt.repeat(`
|
|
13
|
+
`,a+1)):a===0?o&&(m.value+=" "):m.value+=Bt.repeat(`
|
|
14
|
+
`,a):o&&(m.value+=Bt.repeat(`
|
|
15
|
+
`,a+1)),o=!0,a=0,n=e.position;!pt(d)&&d!==0;)d=e.input.charCodeAt(++e.position);zt(e,n,e.position,!1)}m.endPosition=e.position;for(var v=e.position-1,y=!1;;){var T=e.input[v];if(T=="\r"||T==`
|
|
16
|
+
`){y&&v--;break}if(T!=" "&&T!=" ")break;v--}return m.endPosition=v,m.rawValue=e.input.substring(m.startPosition,m.endPosition),!0}function Ap(e,t){var n,r=e.tag,i=e.anchor,o=ze.newItems(),s,a=!1,c;for(e.anchor!==null&&(o.anchorId=e.anchor,e.anchorMap[e.anchor]=o),o.startPosition=e.position,c=e.input.charCodeAt(e.position);c!==0&&!(c!==45||(s=e.input.charCodeAt(e.position+1),!Be(s)));){if(a=!0,e.position++,le(e,!0,-1)&&e.lineIndent<=t){o.items.push(null),c=e.input.charCodeAt(e.position);continue}if(n=e.line,Nn(e,t,qp,!1,!0),e.result&&(e.result.parent=o,o.items.push(e.result)),o.endPosition=le(e,!0,t,!0)?e.position-1:e.position,c=e.input.charCodeAt(e.position),(e.line===n||e.lineIndent>t)&&c!==0)H(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break}return a?(e.tag=r,e.anchor=i,e.kind="sequence",e.result=o,!0):!1}function mP(e,t,n){var r,i,o,s=e.tag,a=e.anchor,c=ze.newMap(null,t),u=null,d=null,m=null,v=!1,y=!1,T;for(c.startPosition=e.position,e.anchor!==null&&(c.anchorId=e.anchor,e.anchorMap[e.anchor]=c),T=e.input.charCodeAt(e.position);T!==0;){if(r=e.input.charCodeAt(e.position+1),o=e.line,(T===63||T===58)&&Be(r))T===63?(v&&(pn(e,c,u,d,null,t),u=d=m=null),y=!0,v=!0,i=!0):v?(v=!1,i=!0):H(e,"incomplete explicit mapping pair; a key node is missed"),e.position+=1,T=r;else if(Nn(e,n,Np,!1,!0))if(e.line===o){for(T=e.input.charCodeAt(e.position);dn(T);)T=e.input.charCodeAt(++e.position);if(T===58)T=e.input.charCodeAt(++e.position),Be(T)||H(e,"a whitespace character is expected after the key-value separator within a block mapping"),v&&(pn(e,c,u,d,null,t),u=d=m=null),y=!0,v=!1,i=!1,u=e.tag,d=e.result;else{if(e.position==e.lineStart&&vr(e))break;if(y)H(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=s,e.anchor=a,!0}}else if(y){for(H(e,"can not read a block mapping entry; a multiline key may not be an implicit key");e.position>0;)if(T=e.input.charCodeAt(--e.position),pt(T)){e.position++;break}d=e.result,d.value=e.input.substring(e.result.startPosition,e.position-1),d.rawValue=d.value,d.endPosition=e.position-1,pn(e,c,u,d,null,t)}else return e.tag=s,e.anchor=a,!0;else break;if(e.line===o||e.lineIndent>t){let I=e.line;Nn(e,t,pi,!0,i)?(le(e,!0,t),v?d=e.result:(m=e.result,m.endPosition=e.line===I?e.position:e.position-1)):d&&(d.endPosition=e.line===I?e.position:e.position-1),v||(pn(e,c,u,d,m,t),u=d=m=null),le(e,!0,-1),T=e.input.charCodeAt(e.position)}if(e.lineIndent>t&&T!==0)H(e,"bad indentation of a mapping entry"+e.position),T=e.input.charCodeAt(++e.position),le(e,!0,-1);else if(e.lineIndent<t)break}return v&&pn(e,c,u,d,null,t),y&&(e.tag=s,e.anchor=a,e.kind="mapping",e.result=c),y}function hP(e){var t,n=!1,r=!1,i,o,s;if(s=e.input.charCodeAt(e.position),s!==33)return!1;if(e.tag!==null&&H(e,"duplication of a tag property"),s=e.input.charCodeAt(++e.position),s===60?(n=!0,s=e.input.charCodeAt(++e.position)):s===33?(r=!0,i="!!",s=e.input.charCodeAt(++e.position)):i="!",t=e.position,n){do s=e.input.charCodeAt(++e.position);while(s!==0&&s!==62);e.position<e.length?(o=e.input.slice(t,e.position),s=e.input.charCodeAt(++e.position)):H(e,"unexpected end of the stream within a verbatim tag")}else{for(;s!==0&&!Be(s);)s===33&&(r?H(e,"tag suffix cannot contain exclamation marks"):(i=e.input.slice(t-1,e.position+1),Op.test(i)||H(e,"named tag handle cannot contain such characters"),r=!0,t=e.position+1)),s=e.input.charCodeAt(++e.position);o=e.input.slice(t,e.position),rP.test(o)&&H(e,"tag suffix cannot contain flow indicator characters")}return o&&!Mp.test(o)&&H(e,"tag name cannot contain such characters: "+o),n?e.tag=o:di.call(e.tagMap,i)?e.tag=e.tagMap[i]+o:i==="!"?e.tag="!"+o:i==="!!"?e.tag="tag:yaml.org,2002:"+o:H(e,'undeclared tag handle "'+i+'"'),!0}function yP(e){var t,n;if(n=e.input.charCodeAt(e.position),n!==38)return!1;for(e.anchor!==null&&H(e,"duplication of an anchor property"),n=e.input.charCodeAt(++e.position),t=e.position;n!==0&&!Be(n)&&!En(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&H(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function bP(e){var t,n,r=e.length,i=e.input,o;if(o=e.input.charCodeAt(e.position),o!==42)return!1;for(o=e.input.charCodeAt(++e.position),t=e.position;o!==0&&!Be(o)&&!En(o);)o=e.input.charCodeAt(++e.position);return e.position<=t&&(H(e,"name of an alias node must contain at least one character"),e.position=t+1),n=e.input.slice(t,e.position),e.anchorMap.hasOwnProperty(n)||(H(e,'unidentified alias "'+n+'"'),e.position<=t&&(e.position=t+1)),e.result=ze.newAnchorRef(n,t,e.position,e.anchorMap[n],0),le(e,!0,-1),!0}function Nn(e,t,n,r,i){var o,s,a,c=1,u=!1,d=!1,m,v,y,T,I,G;e.tag=null,e.anchor=null,e.kind=null,e.result=null,o=s=a=pi===n||qp===n,r&&le(e,!0,-1)&&(u=!0,e.lineIndent>t?c=1:e.lineIndent===t?c=0:e.lineIndent<t&&(c=-1));let U=e.position;if(c===1)for(;hP(e)||yP(e);)le(e,!0,-1)?(u=!0,a=o,e.lineIndent>t?c=1:e.lineIndent===t?c=0:e.lineIndent<t&&(c=-1)):a=!1;if(a&&(a=u||i),(c===1||pi===n)&&(li===n||Np===n?T=t:T=t+1,I=e.position-e.lineStart,c===1?a&&(Ap(e,I)||mP(e,I,T))||fP(e,T)?d=!0:(s&&gP(e,T)||pP(e,T)||dP(e,T)?d=!0:bP(e)?(d=!0,(e.tag!==null||e.anchor!==null)&&H(e,"alias node should not have any properties")):lP(e,T,li===n)&&(d=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result,e.result.anchorId=e.anchor)):c===0&&(d=a&&Ap(e,I))),e.tag!==null&&e.tag!=="!")if(e.tag=="!include")e.result||(e.result=ze.newScalar("",I),e.result.startPosition=e.position,e.result.endPosition=e.position,H(e,"!include without value")),e.result.kind=ze.Kind.INCLUDE_REF;else if(e.tag==="?")for(m=0,v=e.implicitTypes.length;m<v;m+=1){y=e.implicitTypes[m];var h=e.result.value;if(y.resolve(h)){e.result.valueObject=y.construct(e.result.value),e.tag=y.tag,e.anchor!==null&&(e.result.anchorId=e.anchor,e.anchorMap[e.anchor]=e.result);break}}else di.call(e.typeMap,e.tag)?(y=e.typeMap[e.tag],e.result!==null&&y.kind!==e.kind&&(!y.additionalKinds||y.additionalKinds&&y.additionalKinds.indexOf(e.kind)===-1)&&H(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+y.kind+'", not "'+e.kind+'"'),y.resolve(e.result)?(e.result=y.construct(e.result),e.anchor!==null&&(e.result.anchorId=e.anchor,e.anchorMap[e.anchor]=e.result)):H(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")):Os(e,U,"unknown tag <"+e.tag+">",!1,!0);return e.tag!==null||e.anchor!==null||d}function vP(e){var t=e.position,n,r,i,o=!1,s;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap={},e.anchorMap={};(s=e.input.charCodeAt(e.position))!==0&&(le(e,!0,-1),s=e.input.charCodeAt(e.position),!(e.lineIndent>0||s!==37));){for(o=!0,s=e.input.charCodeAt(++e.position),n=e.position;s!==0&&!Be(s);)s=e.input.charCodeAt(++e.position);for(r=e.input.slice(n,e.position),i=[],r.length<1&&H(e,"directive name must not be less than one character in length");s!==0;){for(;dn(s);)s=e.input.charCodeAt(++e.position);if(s===35){do s=e.input.charCodeAt(++e.position);while(s!==0&&!pt(s));break}if(pt(s))break;for(n=e.position;s!==0&&!Be(s);)s=e.input.charCodeAt(++e.position);i.push(e.input.slice(n,e.position))}s!==0&&Fs(e),di.call(kp,r)?kp[r](e,r,i):(Ms(e,'unknown document directive "'+r+'"'),e.position++)}if(le(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,le(e,!0,-1)):o&&H(e,"directives end mark is expected"),Nn(e,e.lineIndent-1,pi,!1,!0),le(e,!0,-1),e.checkLineBreaks&&nP.test(e.input.slice(t,e.position))&&Ms(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&vr(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,le(e,!0,-1));return}if(e.position<e.length-1)H(e,"end of the stream or a document separator is expected");else return}function jp(e,t){e=String(e),t=t||{};let n=e.length;n!==0&&(e.charCodeAt(n-1)!==10&&e.charCodeAt(n-1)!==13&&(e+=`
|
|
17
|
+
`),e.charCodeAt(0)===65279&&(e=e.slice(1)));var r=new qs(e,t);for(r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;){var i=r.position;if(vP(r),r.position<=i)for(;r.position<r.length-1;r.position++){var o=r.input.charAt(r.position);if(o==`
|
|
18
|
+
`)break}}let s=r.documents,a=s.length;a>0&&(s[a-1].endPosition=n);for(let c of s)c.errors=r.errors,c.startPosition>c.endPosition&&(c.startPosition=c.endPosition);return s}function Ws(e,t,n={}){var r=jp(e,n),i,o;for(i=0,o=r.length;i<o;i+=1)t(r[i])}vt.loadAll=Ws;function Hs(e,t={}){var n=jp(e,t),r,i;if(n.length!==0){if(n.length===1)return n[0];var o=new Ls("expected a single document in the stream, but found more");return o.mark=new js("","",0,0,0),o.mark.position=n[0].endPosition,n[0].errors.push(o),n[0]}}vt.load=Hs;function Ip(e,t,n={}){Ws(e,t,Bt.extend({schema:Ep},n))}vt.safeLoadAll=Ip;function Fp(e,t={}){return Hs(e,Bt.extend({schema:Ep},t))}vt.safeLoad=Fp;Pr.exports.loadAll=Ws;Pr.exports.load=Hs;Pr.exports.safeLoadAll=Ip;Pr.exports.safeLoad=Fp});var Vp=R(qn=>{"use strict";Object.defineProperty(qn,"__esModule",{value:!0});qn.safeDump=qn.dump=void 0;var xr=ln(),Ks=kn(),PP=Ss(),xP=ui(),Gs=Object.prototype.toString,zp=Object.prototype.hasOwnProperty,_P=9,fn=10,CP=13,Bs=32,RP=33,zs=34,DP=35,TP=37,wP=38,$s=39,SP=42,kP=44,AP=45,EP=58,NP=62,qP=63,OP=64,MP=91,LP=93,jP=96,IP=123,FP=124,UP=125,Te={};Te[0]="\\0";Te[7]="\\a";Te[8]="\\b";Te[9]="\\t";Te[10]="\\n";Te[11]="\\v";Te[12]="\\f";Te[13]="\\r";Te[27]="\\e";Te[34]='\\"';Te[92]="\\\\";Te[133]="\\N";Te[160]="\\_";Te[8232]="\\L";Te[8233]="\\P";var WP=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function HP(e,t){var n,r,i,o,s,a,c;if(t===null)return{};for(n={},r=Object.keys(t),i=0,o=r.length;i<o;i+=1)s=r[i],a=String(t[s]),s.slice(0,2)==="!!"&&(s="tag:yaml.org,2002:"+s.slice(2)),c=e.compiledTypeMap[s],c&&zp.call(c.styleAliases,a)&&(a=c.styleAliases[a]),n[s]=a;return n}function BP(e){var t,n,r;if(t=e.toString(16).toUpperCase(),e<=255)n="x",r=2;else if(e<=65535)n="u",r=4;else if(e<=4294967295)n="U",r=8;else throw new Ks("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+n+xr.repeat("0",r-t.length)+t}function zP(e){this.schema=e.schema||PP,this.indent=Math.max(1,e.indent||2),this.skipInvalid=e.skipInvalid||!1,this.flowLevel=xr.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=HP(this.schema,e.styles||null),this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function Wp(e,t){for(var n=xr.repeat(" ",t),r=0,i=-1,o="",s,a=e.length;r<a;)i=e.indexOf(`
|
|
19
19
|
`,r),i===-1?(s=e.slice(r),r=a):(s=e.slice(r,i+1),r=i+1),s.length&&s!==`
|
|
20
|
-
`&&(o+=n),o+=s;return o}function
|
|
21
|
-
`+
|
|
22
|
-
`+
|
|
23
|
-
`+
|
|
20
|
+
`&&(o+=n),o+=s;return o}function Ys(e,t){return`
|
|
21
|
+
`+xr.repeat(" ",e.indent*t)}function $P(e,t){var n,r,i;for(n=0,r=e.implicitTypes.length;n<r;n+=1)if(i=e.implicitTypes[n],i.resolve(t))return!0;return!1}function fi(e){this.source=e,this.result="",this.checkpoint=0}fi.prototype.takeUpTo=function(e){var t;if(e<this.checkpoint)throw t=new Error("position should be > checkpoint"),t.position=e,t.checkpoint=this.checkpoint,t;return this.result+=this.source.slice(this.checkpoint,e),this.checkpoint=e,this};fi.prototype.escapeChar=function(){var e,t;return e=this.source.charCodeAt(this.checkpoint),t=Te[e]||BP(e),this.result+=t,this.checkpoint+=1,this};fi.prototype.finish=function(){this.source.length>this.checkpoint&&this.takeUpTo(this.source.length)};function YP(e,t,n){var r,i,o,s,a,c,u,d,m,v,y,T,I,G,U,h,g,S,Y,Z,ut;if(t.length===0){e.dump="''";return}if(t.indexOf("!include")==0){e.dump=""+t;return}if(t.indexOf("!$$$novalue")==0){e.dump="";return}if(WP.indexOf(t)!==-1){e.dump="'"+t+"'";return}for(r=!0,i=t.length?t.charCodeAt(0):0,o=Bs===i||Bs===t.charCodeAt(t.length-1),(AP===i||qP===i||OP===i||jP===i)&&(r=!1),o?(r=!1,s=!1,a=!1):(s=!0,a=!0),c=!0,u=new fi(t),d=!1,m=0,v=0,y=e.indent*n,T=80,y<40?T-=y:T=40,G=0;G<t.length;G++){if(I=t.charCodeAt(G),r)if(!KP(I))r=!1;else continue;c&&I===$s&&(c=!1),U=Te[I],h=$p(I),!(!U&&!h)&&(I!==fn&&I!==zs&&I!==$s?(s=!1,a=!1):I===fn&&(d=!0,c=!1,G>0&&(g=t.charCodeAt(G-1),g===Bs&&(a=!1,s=!1)),s&&(S=G-m,m=G,S>v&&(v=S))),I!==zs&&(c=!1),u.takeUpTo(G),u.escapeChar())}if(r&&$P(e,t)&&(r=!1),Y="",(s||a)&&(Z=0,t.charCodeAt(t.length-1)===fn&&(Z+=1,t.charCodeAt(t.length-2)===fn&&(Z+=1)),Z===0?Y="-":Z===2&&(Y="+")),a&&v<T&&(s=!1),d||(a=!1),r)e.dump=t;else if(c)e.dump="'"+t+"'";else if(s)ut=VP(t,T),e.dump=">"+Y+`
|
|
22
|
+
`+Wp(ut,y);else if(a)Y||(t=t.replace(/\n$/,"")),e.dump="|"+Y+`
|
|
23
|
+
`+Wp(t,y);else if(u)u.finish(),e.dump='"'+u.result+'"';else throw new Error("Failed to dump scalar value")}function VP(e,t){var n="",r=0,i=e.length,o=/\n+$/.exec(e),s;for(o&&(i=o.index+1);r<i;)s=e.indexOf(`
|
|
24
24
|
`,r),s>i||s===-1?(n&&(n+=`
|
|
25
25
|
|
|
26
|
-
`),n+=
|
|
26
|
+
`),n+=Hp(e.slice(r,i),t),r=i):(n&&(n+=`
|
|
27
27
|
|
|
28
|
-
`),n+=
|
|
29
|
-
`&&(n+=o[0]),n}function
|
|
28
|
+
`),n+=Hp(e.slice(r,s),t),r=s+1);return o&&o[0]!==`
|
|
29
|
+
`&&(n+=o[0]),n}function Hp(e,t){if(e==="")return e;for(var n=/[^\s] [^\s]/g,r="",i=0,o=0,s=n.exec(e),a,c,u;s;)a=s.index,a-o>t&&(i!==o?c=i:c=a,r&&(r+=`
|
|
30
30
|
`),u=e.slice(o,c),r+=u,o=c+1),i=a+1,s=n.exec(e);return r&&(r+=`
|
|
31
31
|
`),o!==i&&e.length-o>t?r+=e.slice(o,i)+`
|
|
32
|
-
`+e.slice(i+1):r+=e.slice(o),r}function
|
|
33
|
-
`:"")+e.dump)):(
|
|
34
|
-
`:"")+e.dump)):(
|
|
35
|
-
`:""}Nn.dump=zp;function jP(e,t){return zp(e,Pr.extend({schema:rP},t))}Nn.safeDump=jP});var $p=R(Qe=>{"use strict";Object.defineProperty(Qe,"__esModule",{value:!0});Qe.determineScalarType=Qe.ScalarType=Qe.parseYamlFloat=Qe.parseYamlInteger=Qe.parseYamlBoolean=void 0;function LP(e){if(["true","True","TRUE"].lastIndexOf(e)>=0)return!0;if(["false","False","FALSE"].lastIndexOf(e)>=0)return!1;throw`Invalid boolean "${e}"`}Qe.parseYamlBoolean=LP;function IP(e){return e.lastIndexOf("0o",0)===0?parseInt(e.substring(2),8):parseInt(e)}function FP(e){let t=IP(e);if(isNaN(t))throw`Invalid integer "${e}"`;return t}Qe.parseYamlInteger=FP;function UP(e){if([".nan",".NaN",".NAN"].lastIndexOf(e)>=0)return NaN;let n=/^([-+])?(?:\.inf|\.Inf|\.INF)$/.exec(e);if(n)return n[1]==="-"?-1/0:1/0;let r=parseFloat(e);if(!isNaN(r))return r;throw`Invalid float "${e}"`}Qe.parseYamlFloat=UP;var qt;(function(e){e[e.null=0]="null",e[e.bool=1]="bool",e[e.int=2]="int",e[e.float=3]="float",e[e.string=4]="string"})(qt=Qe.ScalarType||(Qe.ScalarType={}));function WP(e){if(e===void 0)return qt.null;if(e.doubleQuoted||!e.plainScalar||e.singleQuoted)return qt.string;let t=e.value;if(["null","Null","NULL","~",""].indexOf(t)>=0||t==null)return qt.null;if(["true","True","TRUE","false","False","FALSE"].indexOf(t)>=0)return qt.bool;let n=/^[-+]?[0-9]+$/,r=/^0o[0-7]+$/,i=/^0x[0-9a-fA-F]+$/;if(n.test(t)||r.test(t)||i.test(t))return qt.int;let o=/^[-+]?(\.[0-9]+|[0-9]+(\.[0-9]*)?)([eE][-+]?[0-9]+)?$/,s=/^[-+]?(\.inf|\.Inf|\.INF)$/;return o.test(t)||s.test(t)||[".nan",".NaN",".NAN"].indexOf(t)>=0?qt.float:qt.string}Qe.determineScalarType=WP});var qn=R(be=>{"use strict";var HP=be&&be.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),Vp=be&&be.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&HP(t,e,n)};Object.defineProperty(be,"__esModule",{value:!0});be.safeDump=be.dump=be.safeLoadAll=be.safeLoad=be.loadAll=be.load=void 0;var gi=Lp();Object.defineProperty(be,"load",{enumerable:!0,get:function(){return gi.load}});Object.defineProperty(be,"loadAll",{enumerable:!0,get:function(){return gi.loadAll}});Object.defineProperty(be,"safeLoad",{enumerable:!0,get:function(){return gi.safeLoad}});Object.defineProperty(be,"safeLoadAll",{enumerable:!0,get:function(){return gi.safeLoadAll}});var Yp=Bp();Object.defineProperty(be,"dump",{enumerable:!0,get:function(){return Yp.dump}});Object.defineProperty(be,"safeDump",{enumerable:!0,get:function(){return Yp.safeDump}});be.YAMLException=Sn();Vp(Nt(),be);Vp($p(),be)});var Ln=R(Me=>{"use strict";Object.defineProperty(Me,"__esModule",{value:!0});Me.stringArray=Me.array=Me.func=Me.error=Me.number=Me.string=Me.boolean=void 0;function x0(e){return e===!0||e===!1}Me.boolean=x0;function Yd(e){return typeof e=="string"||e instanceof String}Me.string=Yd;function C0(e){return typeof e=="number"||e instanceof Number}Me.number=C0;function R0(e){return e instanceof Error}Me.error=R0;function D0(e){return typeof e=="function"}Me.func=D0;function Gd(e){return Array.isArray(e)}Me.array=Gd;function T0(e){return Gd(e)&&e.every(t=>Yd(t))}Me.stringArray=T0});var Sa=R(F=>{"use strict";Object.defineProperty(F,"__esModule",{value:!0});F.Message=F.NotificationType9=F.NotificationType8=F.NotificationType7=F.NotificationType6=F.NotificationType5=F.NotificationType4=F.NotificationType3=F.NotificationType2=F.NotificationType1=F.NotificationType0=F.NotificationType=F.RequestType9=F.RequestType8=F.RequestType7=F.RequestType6=F.RequestType5=F.RequestType4=F.RequestType3=F.RequestType2=F.RequestType1=F.RequestType=F.RequestType0=F.AbstractMessageSignature=F.ParameterStructures=F.ResponseError=F.ErrorCodes=void 0;var yn=Ln(),ia;(function(e){e.ParseError=-32700,e.InvalidRequest=-32600,e.MethodNotFound=-32601,e.InvalidParams=-32602,e.InternalError=-32603,e.jsonrpcReservedErrorRangeStart=-32099,e.serverErrorStart=-32099,e.MessageWriteError=-32099,e.MessageReadError=-32098,e.PendingResponseRejected=-32097,e.ConnectionInactive=-32096,e.ServerNotInitialized=-32002,e.UnknownErrorCode=-32001,e.jsonrpcReservedErrorRangeEnd=-32e3,e.serverErrorEnd=-32e3})(ia||(F.ErrorCodes=ia={}));var oa=class e extends Error{constructor(t,n,r){super(n),this.code=yn.number(t)?t:ia.UnknownErrorCode,this.data=r,Object.setPrototypeOf(this,e.prototype)}toJson(){let t={code:this.code,message:this.message};return this.data!==void 0&&(t.data=this.data),t}};F.ResponseError=oa;var $e=class e{constructor(t){this.kind=t}static is(t){return t===e.auto||t===e.byName||t===e.byPosition}toString(){return this.kind}};F.ParameterStructures=$e;$e.auto=new $e("auto");$e.byPosition=new $e("byPosition");$e.byName=new $e("byName");var se=class{constructor(t,n){this.method=t,this.numberOfParams=n}get parameterStructures(){return $e.auto}};F.AbstractMessageSignature=se;var sa=class extends se{constructor(t){super(t,0)}};F.RequestType0=sa;var aa=class extends se{constructor(t,n=$e.auto){super(t,1),this._parameterStructures=n}get parameterStructures(){return this._parameterStructures}};F.RequestType=aa;var ca=class extends se{constructor(t,n=$e.auto){super(t,1),this._parameterStructures=n}get parameterStructures(){return this._parameterStructures}};F.RequestType1=ca;var ua=class extends se{constructor(t){super(t,2)}};F.RequestType2=ua;var la=class extends se{constructor(t){super(t,3)}};F.RequestType3=la;var pa=class extends se{constructor(t){super(t,4)}};F.RequestType4=pa;var da=class extends se{constructor(t){super(t,5)}};F.RequestType5=da;var fa=class extends se{constructor(t){super(t,6)}};F.RequestType6=fa;var ga=class extends se{constructor(t){super(t,7)}};F.RequestType7=ga;var ma=class extends se{constructor(t){super(t,8)}};F.RequestType8=ma;var ha=class extends se{constructor(t){super(t,9)}};F.RequestType9=ha;var ya=class extends se{constructor(t,n=$e.auto){super(t,1),this._parameterStructures=n}get parameterStructures(){return this._parameterStructures}};F.NotificationType=ya;var ba=class extends se{constructor(t){super(t,0)}};F.NotificationType0=ba;var va=class extends se{constructor(t,n=$e.auto){super(t,1),this._parameterStructures=n}get parameterStructures(){return this._parameterStructures}};F.NotificationType1=va;var Pa=class extends se{constructor(t){super(t,2)}};F.NotificationType2=Pa;var _a=class extends se{constructor(t){super(t,3)}};F.NotificationType3=_a;var xa=class extends se{constructor(t){super(t,4)}};F.NotificationType4=xa;var Ca=class extends se{constructor(t){super(t,5)}};F.NotificationType5=Ca;var Ra=class extends se{constructor(t){super(t,6)}};F.NotificationType6=Ra;var Da=class extends se{constructor(t){super(t,7)}};F.NotificationType7=Da;var Ta=class extends se{constructor(t){super(t,8)}};F.NotificationType8=Ta;var wa=class extends se{constructor(t){super(t,9)}};F.NotificationType9=wa;var Kd;(function(e){function t(i){let o=i;return o&&yn.string(o.method)&&(yn.string(o.id)||yn.number(o.id))}e.isRequest=t;function n(i){let o=i;return o&&yn.string(o.method)&&i.id===void 0}e.isNotification=n;function r(i){let o=i;return o&&(o.result!==void 0||!!o.error)&&(yn.string(o.id)||yn.number(o.id)||o.id===null)}e.isResponse=r})(Kd||(F.Message=Kd={}))});var Aa=R($t=>{"use strict";var Qd;Object.defineProperty($t,"__esModule",{value:!0});$t.LRUCache=$t.LinkedMap=$t.Touch=void 0;var je;(function(e){e.None=0,e.First=1,e.AsOld=e.First,e.Last=2,e.AsNew=e.Last})(je||($t.Touch=je={}));var qi=class{constructor(){this[Qd]="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(t){return this._map.has(t)}get(t,n=je.None){let r=this._map.get(t);if(r)return n!==je.None&&this.touch(r,n),r.value}set(t,n,r=je.None){let i=this._map.get(t);if(i)i.value=n,r!==je.None&&this.touch(i,r);else{switch(i={key:t,value:n,next:void 0,previous:void 0},r){case je.None:this.addItemLast(i);break;case je.First:this.addItemFirst(i);break;case je.Last:this.addItemLast(i);break;default:this.addItemLast(i);break}this._map.set(t,i),this._size++}return this}delete(t){return!!this.remove(t)}remove(t){let n=this._map.get(t);if(n)return this._map.delete(t),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 t=this._head;return this._map.delete(t.key),this.removeItem(t),this._size--,t.value}forEach(t,n){let r=this._state,i=this._head;for(;i;){if(n?t.bind(n)(i.value,i.key,this):t(i.value,i.key,this),this._state!==r)throw new Error("LinkedMap got modified during iteration.");i=i.next}}keys(){let t=this._state,n=this._head,r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==t)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 t=this._state,n=this._head,r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==t)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 t=this._state,n=this._head,r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==t)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}[(Qd=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}trimOld(t){if(t>=this.size)return;if(t===0){this.clear();return}let n=this._head,r=this.size;for(;n&&r>t;)this._map.delete(n.key),n=n.next,r--;this._head=n,this._size=r,n&&(n.previous=void 0),this._state++}addItemFirst(t){if(!this._head&&!this._tail)this._tail=t;else if(this._head)t.next=this._head,this._head.previous=t;else throw new Error("Invalid list");this._head=t,this._state++}addItemLast(t){if(!this._head&&!this._tail)this._head=t;else if(this._tail)t.previous=this._tail,this._tail.next=t;else throw new Error("Invalid list");this._tail=t,this._state++}removeItem(t){if(t===this._head&&t===this._tail)this._head=void 0,this._tail=void 0;else if(t===this._head){if(!t.next)throw new Error("Invalid list");t.next.previous=void 0,this._head=t.next}else if(t===this._tail){if(!t.previous)throw new Error("Invalid list");t.previous.next=void 0,this._tail=t.previous}else{let n=t.next,r=t.previous;if(!n||!r)throw new Error("Invalid list");n.previous=r,r.next=n}t.next=void 0,t.previous=void 0,this._state++}touch(t,n){if(!this._head||!this._tail)throw new Error("Invalid list");if(!(n!==je.First&&n!==je.Last)){if(n===je.First){if(t===this._head)return;let r=t.next,i=t.previous;t===this._tail?(i.next=void 0,this._tail=i):(r.previous=i,i.next=r),t.previous=void 0,t.next=this._head,this._head.previous=t,this._head=t,this._state++}else if(n===je.Last){if(t===this._tail)return;let r=t.next,i=t.previous;t===this._head?(r.previous=void 0,this._head=r):(r.previous=i,i.next=r),t.next=void 0,t.previous=this._tail,this._tail.next=t,this._tail=t,this._state++}}}toJSON(){let t=[];return this.forEach((n,r)=>{t.push([r,n])}),t}fromJSON(t){this.clear();for(let[n,r]of t)this.set(n,r)}};$t.LinkedMap=qi;var ka=class extends qi{constructor(t,n=1){super(),this._limit=t,this._ratio=Math.min(Math.max(0,n),1)}get limit(){return this._limit}set limit(t){this._limit=t,this.checkTrim()}get ratio(){return this._ratio}set ratio(t){this._ratio=Math.min(Math.max(0,t),1),this.checkTrim()}get(t,n=je.AsNew){return super.get(t,n)}peek(t){return super.get(t,je.None)}set(t,n){return super.set(t,n,je.Last),this.checkTrim(),this}checkTrim(){this.size>this._limit&&this.trimOld(Math.round(this._limit*this._ratio))}};$t.LRUCache=ka});var Xd=R(Oi=>{"use strict";Object.defineProperty(Oi,"__esModule",{value:!0});Oi.Disposable=void 0;var Jd;(function(e){function t(n){return{dispose:n}}e.create=t})(Jd||(Oi.Disposable=Jd={}))});var Vt=R(qa=>{"use strict";Object.defineProperty(qa,"__esModule",{value:!0});var Ea;function Na(){if(Ea===void 0)throw new Error("No runtime abstraction layer installed");return Ea}(function(e){function t(n){if(n===void 0)throw new Error("No runtime abstraction layer provided");Ea=n}e.install=t})(Na||(Na={}));qa.default=Na});var Fn=R(In=>{"use strict";Object.defineProperty(In,"__esModule",{value:!0});In.Emitter=In.Event=void 0;var w0=Vt(),Zd;(function(e){let t={dispose(){}};e.None=function(){return t}})(Zd||(In.Event=Zd={}));var Oa=class{add(t,n=null,r){this._callbacks||(this._callbacks=[],this._contexts=[]),this._callbacks.push(t),this._contexts.push(n),Array.isArray(r)&&r.push({dispose:()=>this.remove(t,n)})}remove(t,n=null){if(!this._callbacks)return;let r=!1;for(let i=0,o=this._callbacks.length;i<o;i++)if(this._callbacks[i]===t)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(...t){if(!this._callbacks)return[];let n=[],r=this._callbacks.slice(0),i=this._contexts.slice(0);for(let o=0,s=r.length;o<s;o++)try{n.push(r[o].apply(i[o],t))}catch(a){(0,w0.default)().console.error(a)}return n}isEmpty(){return!this._callbacks||this._callbacks.length===0}dispose(){this._callbacks=void 0,this._contexts=void 0}},Mi=class e{constructor(t){this._options=t}get event(){return this._event||(this._event=(t,n,r)=>{this._callbacks||(this._callbacks=new Oa),this._options&&this._options.onFirstListenerAdd&&this._callbacks.isEmpty()&&this._options.onFirstListenerAdd(this),this._callbacks.add(t,n);let i={dispose:()=>{this._callbacks&&(this._callbacks.remove(t,n),i.dispose=e._noop,this._options&&this._options.onLastListenerRemove&&this._callbacks.isEmpty()&&this._options.onLastListenerRemove(this))}};return Array.isArray(r)&&r.push(i),i}),this._event}fire(t){this._callbacks&&this._callbacks.invoke.call(this._callbacks,t)}dispose(){this._callbacks&&(this._callbacks.dispose(),this._callbacks=void 0)}};In.Emitter=Mi;Mi._noop=function(){}});var Ii=R(Un=>{"use strict";Object.defineProperty(Un,"__esModule",{value:!0});Un.CancellationTokenSource=Un.CancellationToken=void 0;var S0=Vt(),k0=Ln(),Ma=Fn(),ji;(function(e){e.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:Ma.Event.None}),e.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:Ma.Event.None});function t(n){let r=n;return r&&(r===e.None||r===e.Cancelled||k0.boolean(r.isCancellationRequested)&&!!r.onCancellationRequested)}e.is=t})(ji||(Un.CancellationToken=ji={}));var A0=Object.freeze(function(e,t){let n=(0,S0.default)().timer.setTimeout(e.bind(t),0);return{dispose(){n.dispose()}}}),Li=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?A0:(this._emitter||(this._emitter=new Ma.Emitter),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=void 0)}},ja=class{get token(){return this._token||(this._token=new Li),this._token}cancel(){this._token?this._token.cancel():this._token=ji.Cancelled}dispose(){this._token?this._token instanceof Li&&this._token.dispose():this._token=ji.None}};Un.CancellationTokenSource=ja});var ef=R(Wn=>{"use strict";Object.defineProperty(Wn,"__esModule",{value:!0});Wn.SharedArrayReceiverStrategy=Wn.SharedArraySenderStrategy=void 0;var E0=Ii(),Rr;(function(e){e.Continue=0,e.Cancelled=1})(Rr||(Rr={}));var La=class{constructor(){this.buffers=new Map}enableCancellation(t){if(t.id===null)return;let n=new SharedArrayBuffer(4),r=new Int32Array(n,0,1);r[0]=Rr.Continue,this.buffers.set(t.id,n),t.$cancellationData=n}async sendCancellation(t,n){let r=this.buffers.get(n);if(r===void 0)return;let i=new Int32Array(r,0,1);Atomics.store(i,0,Rr.Cancelled)}cleanup(t){this.buffers.delete(t)}dispose(){this.buffers.clear()}};Wn.SharedArraySenderStrategy=La;var Ia=class{constructor(t){this.data=new Int32Array(t,0,1)}get isCancellationRequested(){return Atomics.load(this.data,0)===Rr.Cancelled}get onCancellationRequested(){throw new Error("Cancellation over SharedArrayBuffer doesn't support cancellation events")}},Fa=class{constructor(t){this.token=new Ia(t)}cancel(){}dispose(){}},Ua=class{constructor(){this.kind="request"}createCancellationTokenSource(t){let n=t.$cancellationData;return n===void 0?new E0.CancellationTokenSource:new Fa(n)}};Wn.SharedArrayReceiverStrategy=Ua});var Ha=R(Fi=>{"use strict";Object.defineProperty(Fi,"__esModule",{value:!0});Fi.Semaphore=void 0;var N0=Vt(),Wa=class{constructor(t=1){if(t<=0)throw new Error("Capacity must be greater than 0");this._capacity=t,this._active=0,this._waiting=[]}lock(t){return new Promise((n,r)=>{this._waiting.push({thunk:t,resolve:n,reject:r}),this.runNext()})}get active(){return this._active}runNext(){this._waiting.length===0||this._active===this._capacity||(0,N0.default)().timer.setImmediate(()=>this.doRunNext())}doRunNext(){if(this._waiting.length===0||this._active===this._capacity)return;let t=this._waiting.shift();if(this._active++,this._active>this._capacity)throw new Error("To many thunks active");try{let n=t.thunk();n instanceof Promise?n.then(r=>{this._active--,t.resolve(r),this.runNext()},r=>{this._active--,t.reject(r),this.runNext()}):(this._active--,t.resolve(n),this.runNext())}catch(n){this._active--,t.reject(n),this.runNext()}}};Fi.Semaphore=Wa});var nf=R(Yt=>{"use strict";Object.defineProperty(Yt,"__esModule",{value:!0});Yt.ReadableStreamMessageReader=Yt.AbstractMessageReader=Yt.MessageReader=void 0;var Ba=Vt(),Hn=Ln(),za=Fn(),q0=Ha(),tf;(function(e){function t(n){let r=n;return r&&Hn.func(r.listen)&&Hn.func(r.dispose)&&Hn.func(r.onError)&&Hn.func(r.onClose)&&Hn.func(r.onPartialMessage)}e.is=t})(tf||(Yt.MessageReader=tf={}));var Ui=class{constructor(){this.errorEmitter=new za.Emitter,this.closeEmitter=new za.Emitter,this.partialMessageEmitter=new za.Emitter}dispose(){this.errorEmitter.dispose(),this.closeEmitter.dispose()}get onError(){return this.errorEmitter.event}fireError(t){this.errorEmitter.fire(this.asError(t))}get onClose(){return this.closeEmitter.event}fireClose(){this.closeEmitter.fire(void 0)}get onPartialMessage(){return this.partialMessageEmitter.event}firePartialMessage(t){this.partialMessageEmitter.fire(t)}asError(t){return t instanceof Error?t:new Error(`Reader received error. Reason: ${Hn.string(t.message)?t.message:"unknown"}`)}};Yt.AbstractMessageReader=Ui;var $a;(function(e){function t(n){let r,i,o,s=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&&(o=n.contentDecoder,s.set(o.name,o)),n.contentDecoders!==void 0)for(let u of n.contentDecoders)s.set(u.name,u);if(n.contentTypeDecoder!==void 0&&(a=n.contentTypeDecoder,c.set(a.name,a)),n.contentTypeDecoders!==void 0)for(let u of n.contentTypeDecoders)c.set(u.name,u)}return a===void 0&&(a=(0,Ba.default)().applicationJson.decoder,c.set(a.name,a)),{charset:r,contentDecoder:o,contentDecoders:s,contentTypeDecoder:a,contentTypeDecoders:c}}e.fromOptions=t})($a||($a={}));var Va=class extends Ui{constructor(t,n){super(),this.readable=t,this.options=$a.fromOptions(n),this.buffer=(0,Ba.default)().messageBuffer.create(this.options.charset),this._partialMessageTimeout=1e4,this.nextMessageLength=-1,this.messageToken=0,this.readSemaphore=new q0.Semaphore(1)}set partialMessageTimeout(t){this._partialMessageTimeout=t}get partialMessageTimeout(){return this._partialMessageTimeout}listen(t){this.nextMessageLength=-1,this.messageToken=0,this.partialMessageTimer=void 0,this.callback=t;let n=this.readable.onData(r=>{this.onData(r)});return this.readable.onError(r=>this.fireError(r)),this.readable.onClose(()=>this.fireClose()),n}onData(t){try{for(this.buffer.append(t);;){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.
|
|
36
|
-
${JSON.stringify(Object.fromEntries(r))}`));return}let o=parseInt(i);if(isNaN(o)){this.fireError(new Error(`Content-Length value must be a number. Got ${i}`));return}this.nextMessageLength=o}let n=this.buffer.tryReadBody(this.nextMessageLength);if(n===void 0){this.setPartialMessageTimer();return}this.clearPartialMessageTimer(),this.nextMessageLength=-1,this.readSemaphore.lock(async()=>{let r=this.options.contentDecoder!==void 0?await this.options.contentDecoder.decode(n):n,i=await this.options.contentTypeDecoder.decode(r,this.options);this.callback(i)}).catch(r=>{this.fireError(r)})}}catch(n){this.fireError(n)}}clearPartialMessageTimer(){this.partialMessageTimer&&(this.partialMessageTimer.dispose(),this.partialMessageTimer=void 0)}setPartialMessageTimer(){this.clearPartialMessageTimer(),!(this._partialMessageTimeout<=0)&&(this.partialMessageTimer=(0,
|
|
37
|
-
`,
|
|
38
|
-
`,
|
|
39
|
-
${d}`);let v=d.substr(0,m),y=d.substr(m+1).trim();a.set(t?v.toLowerCase():v,y)}return a}tryReadBody(t){if(!(this._totalLength<t))return this._read(t)}get numberOfBytes(){return this._totalLength}_read(t){if(t===0)return this.emptyBuffer();if(t>this._totalLength)throw new Error("Cannot read so many bytes!");if(this._chunks[0].byteLength===t){let o=this._chunks[0];return this._chunks.shift(),this._totalLength-=t,this.asNative(o)}if(this._chunks[0].byteLength>t){let o=this._chunks[0],s=this.asNative(o,t);return this._chunks[0]=o.slice(t),this._totalLength-=t,s}let n=this.allocNative(t),r=0,i=0;for(;t>0;){let o=this._chunks[i];if(o.byteLength>t){let s=o.slice(0,t);n.set(s,r),r+=t,this._chunks[i]=o.slice(t),this._totalLength-=t,t-=t}else n.set(o,r),r+=o.byteLength,this._chunks.shift(),this._totalLength-=o.byteLength,t-=o.byteLength}return n}};Hi.AbstractMessageBuffer=
|
|
40
|
-
${JSON.stringify(p.error,void 0,4)}`):i.error("Received response message without id. No further error information provided.");else{let
|
|
41
|
-
${JSON.stringify(p,null,4)}`);let
|
|
32
|
+
`+e.slice(i+1):r+=e.slice(o),r}function KP(e){return _P!==e&&fn!==e&&CP!==e&&kP!==e&&MP!==e&&LP!==e&&IP!==e&&UP!==e&&DP!==e&&wP!==e&&SP!==e&&RP!==e&&FP!==e&&NP!==e&&$s!==e&&zs!==e&&TP!==e&&EP!==e&&!Te[e]&&!$p(e)}function $p(e){return!(32<=e&&e<=126||e===133||160<=e&&e<=55295||57344<=e&&e<=65533||65536<=e&&e<=1114111)}function GP(e,t,n){var r="",i=e.tag,o,s;for(o=0,s=n.length;o<s;o+=1)gn(e,t,n[o],!1,!1)&&(o!==0&&(r+=", "),r+=e.dump);e.tag=i,e.dump="["+r+"]"}function QP(e,t,n,r){var i="",o=e.tag,s,a;for(s=0,a=n.length;s<a;s+=1)gn(e,t+1,n[s],!0,!0)&&((!r||s!==0)&&(i+=Ys(e,t)),i+="- "+e.dump);e.tag=o,e.dump=i||"[]"}function JP(e,t,n){var r="",i=e.tag,o=Object.keys(n),s,a,c,u,d;for(s=0,a=o.length;s<a;s+=1)d="",s!==0&&(d+=", "),c=o[s],u=n[c],gn(e,t,c,!1,!1)&&(e.dump.length>1024&&(d+="? "),d+=e.dump+": ",gn(e,t,u,!1,!1)&&(d+=e.dump,r+=d));e.tag=i,e.dump="{"+r+"}"}function XP(e,t,n,r){var i="",o=e.tag,s=Object.keys(n),a,c,u,d,m,v;for(a=0,c=s.length;a<c;a+=1)v="",(!r||a!==0)&&(v+=Ys(e,t)),u=s[a],d=n[u],gn(e,t+1,u,!0,!0)&&(m=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,m&&(e.dump&&fn===e.dump.charCodeAt(0)?v+="?":v+="? "),v+=e.dump,m&&(v+=Ys(e,t)),gn(e,t+1,d,!0,m)&&(e.dump&&fn===e.dump.charCodeAt(0)?v+=":":v+=": ",v+=e.dump,i+=v));e.tag=o,e.dump=i||"{}"}function Bp(e,t,n){var r,i,o,s,a,c;for(i=n?e.explicitTypes:e.implicitTypes,o=0,s=i.length;o<s;o+=1)if(a=i[o],(a.instanceOf||a.predicate)&&(!a.instanceOf||typeof t=="object"&&t instanceof a.instanceOf)&&(!a.predicate||a.predicate(t))){if(e.tag=n?a.tag:"?",a.represent){if(c=e.styleMap[a.tag]||a.defaultStyle,Gs.call(a.represent)==="[object Function]")r=a.represent(t,c);else if(zp.call(a.represent,c))r=a.represent[c](t,c);else throw new Ks("!<"+a.tag+'> tag resolver accepts not "'+c+'" style');e.dump=r}return!0}return!1}function gn(e,t,n,r,i){e.tag=null,e.dump=n,Bp(e,n,!1)||Bp(e,n,!0);var o=Gs.call(e.dump);r&&(r=0>e.flowLevel||e.flowLevel>t),(e.tag!==null&&e.tag!=="?"||e.indent!==2&&t>0)&&(i=!1);var s=o==="[object Object]"||o==="[object Array]",a,c;if(s&&(a=e.duplicates.indexOf(n),c=a!==-1),c&&e.usedDuplicates[a])e.dump="*ref_"+a;else{if(s&&c&&!e.usedDuplicates[a]&&(e.usedDuplicates[a]=!0),o==="[object Object]")r&&Object.keys(e.dump).length!==0?(XP(e,t,e.dump,i),c&&(e.dump="&ref_"+a+(t===0?`
|
|
33
|
+
`:"")+e.dump)):(JP(e,t,e.dump),c&&(e.dump="&ref_"+a+" "+e.dump));else if(o==="[object Array]")r&&e.dump.length!==0?(QP(e,t,e.dump,i),c&&(e.dump="&ref_"+a+(t===0?`
|
|
34
|
+
`:"")+e.dump)):(GP(e,t,e.dump),c&&(e.dump="&ref_"+a+" "+e.dump));else if(o==="[object String]")e.tag!=="?"&&YP(e,e.dump,t);else{if(e.skipInvalid)return!1;throw new Ks("unacceptable kind of an object to dump "+o)}e.tag!==null&&e.tag!=="?"&&(e.dump="!<"+e.tag+"> "+e.dump)}return!0}function ZP(e,t){var n=[],r=[],i,o;for(Vs(e,n,r),i=0,o=r.length;i<o;i+=1)t.duplicates.push(n[r[i]]);t.usedDuplicates=new Array(o)}function Vs(e,t,n){var r=Gs.call(e),i,o,s;if(e!==null&&typeof e=="object")if(o=t.indexOf(e),o!==-1)n.indexOf(o)===-1&&n.push(o);else if(t.push(e),Array.isArray(e))for(o=0,s=e.length;o<s;o+=1)Vs(e[o],t,n);else for(i=Object.keys(e),o=0,s=i.length;o<s;o+=1)Vs(e[i[o]],t,n)}function Yp(e,t){t=t||{};var n=new zP(t);return ZP(e,n),gn(n,0,e,!0,!0)?n.dump+`
|
|
35
|
+
`:""}qn.dump=Yp;function ex(e,t){return Yp(e,xr.extend({schema:xP},t))}qn.safeDump=ex});var Kp=R(Je=>{"use strict";Object.defineProperty(Je,"__esModule",{value:!0});Je.determineScalarType=Je.ScalarType=Je.parseYamlFloat=Je.parseYamlInteger=Je.parseYamlBoolean=void 0;function tx(e){if(["true","True","TRUE"].lastIndexOf(e)>=0)return!0;if(["false","False","FALSE"].lastIndexOf(e)>=0)return!1;throw`Invalid boolean "${e}"`}Je.parseYamlBoolean=tx;function nx(e){return e.lastIndexOf("0o",0)===0?parseInt(e.substring(2),8):parseInt(e)}function rx(e){let t=nx(e);if(isNaN(t))throw`Invalid integer "${e}"`;return t}Je.parseYamlInteger=rx;function ix(e){if([".nan",".NaN",".NAN"].lastIndexOf(e)>=0)return NaN;let n=/^([-+])?(?:\.inf|\.Inf|\.INF)$/.exec(e);if(n)return n[1]==="-"?-1/0:1/0;let r=parseFloat(e);if(!isNaN(r))return r;throw`Invalid float "${e}"`}Je.parseYamlFloat=ix;var Ot;(function(e){e[e.null=0]="null",e[e.bool=1]="bool",e[e.int=2]="int",e[e.float=3]="float",e[e.string=4]="string"})(Ot=Je.ScalarType||(Je.ScalarType={}));function ox(e){if(e===void 0)return Ot.null;if(e.doubleQuoted||!e.plainScalar||e.singleQuoted)return Ot.string;let t=e.value;if(["null","Null","NULL","~",""].indexOf(t)>=0||t==null)return Ot.null;if(["true","True","TRUE","false","False","FALSE"].indexOf(t)>=0)return Ot.bool;let n=/^[-+]?[0-9]+$/,r=/^0o[0-7]+$/,i=/^0x[0-9a-fA-F]+$/;if(n.test(t)||r.test(t)||i.test(t))return Ot.int;let o=/^[-+]?(\.[0-9]+|[0-9]+(\.[0-9]*)?)([eE][-+]?[0-9]+)?$/,s=/^[-+]?(\.inf|\.Inf|\.INF)$/;return o.test(t)||s.test(t)||[".nan",".NaN",".NAN"].indexOf(t)>=0?Ot.float:Ot.string}Je.determineScalarType=ox});var On=R(be=>{"use strict";var sx=be&&be.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),Gp=be&&be.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&sx(t,e,n)};Object.defineProperty(be,"__esModule",{value:!0});be.safeDump=be.dump=be.safeLoadAll=be.safeLoad=be.loadAll=be.load=void 0;var gi=Up();Object.defineProperty(be,"load",{enumerable:!0,get:function(){return gi.load}});Object.defineProperty(be,"loadAll",{enumerable:!0,get:function(){return gi.loadAll}});Object.defineProperty(be,"safeLoad",{enumerable:!0,get:function(){return gi.safeLoad}});Object.defineProperty(be,"safeLoadAll",{enumerable:!0,get:function(){return gi.safeLoadAll}});var Qp=Vp();Object.defineProperty(be,"dump",{enumerable:!0,get:function(){return Qp.dump}});Object.defineProperty(be,"safeDump",{enumerable:!0,get:function(){return Qp.safeDump}});be.YAMLException=kn();Gp(qt(),be);Gp(Kp(),be)});var jn=R(Me=>{"use strict";Object.defineProperty(Me,"__esModule",{value:!0});Me.stringArray=Me.array=Me.func=Me.error=Me.number=Me.string=Me.boolean=void 0;function W0(e){return e===!0||e===!1}Me.boolean=W0;function Jd(e){return typeof e=="string"||e instanceof String}Me.string=Jd;function H0(e){return typeof e=="number"||e instanceof Number}Me.number=H0;function B0(e){return e instanceof Error}Me.error=B0;function z0(e){return typeof e=="function"}Me.func=z0;function Xd(e){return Array.isArray(e)}Me.array=Xd;function $0(e){return Xd(e)&&e.every(t=>Jd(t))}Me.stringArray=$0});var Aa=R(F=>{"use strict";Object.defineProperty(F,"__esModule",{value:!0});F.Message=F.NotificationType9=F.NotificationType8=F.NotificationType7=F.NotificationType6=F.NotificationType5=F.NotificationType4=F.NotificationType3=F.NotificationType2=F.NotificationType1=F.NotificationType0=F.NotificationType=F.RequestType9=F.RequestType8=F.RequestType7=F.RequestType6=F.RequestType5=F.RequestType4=F.RequestType3=F.RequestType2=F.RequestType1=F.RequestType=F.RequestType0=F.AbstractMessageSignature=F.ParameterStructures=F.ResponseError=F.ErrorCodes=void 0;var bn=jn(),sa;(function(e){e.ParseError=-32700,e.InvalidRequest=-32600,e.MethodNotFound=-32601,e.InvalidParams=-32602,e.InternalError=-32603,e.jsonrpcReservedErrorRangeStart=-32099,e.serverErrorStart=-32099,e.MessageWriteError=-32099,e.MessageReadError=-32098,e.PendingResponseRejected=-32097,e.ConnectionInactive=-32096,e.ServerNotInitialized=-32002,e.UnknownErrorCode=-32001,e.jsonrpcReservedErrorRangeEnd=-32e3,e.serverErrorEnd=-32e3})(sa||(F.ErrorCodes=sa={}));var aa=class e extends Error{constructor(t,n,r){super(n),this.code=bn.number(t)?t:sa.UnknownErrorCode,this.data=r,Object.setPrototypeOf(this,e.prototype)}toJson(){let t={code:this.code,message:this.message};return this.data!==void 0&&(t.data=this.data),t}};F.ResponseError=aa;var $e=class e{constructor(t){this.kind=t}static is(t){return t===e.auto||t===e.byName||t===e.byPosition}toString(){return this.kind}};F.ParameterStructures=$e;$e.auto=new $e("auto");$e.byPosition=new $e("byPosition");$e.byName=new $e("byName");var se=class{constructor(t,n){this.method=t,this.numberOfParams=n}get parameterStructures(){return $e.auto}};F.AbstractMessageSignature=se;var ca=class extends se{constructor(t){super(t,0)}};F.RequestType0=ca;var ua=class extends se{constructor(t,n=$e.auto){super(t,1),this._parameterStructures=n}get parameterStructures(){return this._parameterStructures}};F.RequestType=ua;var la=class extends se{constructor(t,n=$e.auto){super(t,1),this._parameterStructures=n}get parameterStructures(){return this._parameterStructures}};F.RequestType1=la;var pa=class extends se{constructor(t){super(t,2)}};F.RequestType2=pa;var da=class extends se{constructor(t){super(t,3)}};F.RequestType3=da;var fa=class extends se{constructor(t){super(t,4)}};F.RequestType4=fa;var ga=class extends se{constructor(t){super(t,5)}};F.RequestType5=ga;var ma=class extends se{constructor(t){super(t,6)}};F.RequestType6=ma;var ha=class extends se{constructor(t){super(t,7)}};F.RequestType7=ha;var ya=class extends se{constructor(t){super(t,8)}};F.RequestType8=ya;var ba=class extends se{constructor(t){super(t,9)}};F.RequestType9=ba;var va=class extends se{constructor(t,n=$e.auto){super(t,1),this._parameterStructures=n}get parameterStructures(){return this._parameterStructures}};F.NotificationType=va;var Pa=class extends se{constructor(t){super(t,0)}};F.NotificationType0=Pa;var xa=class extends se{constructor(t,n=$e.auto){super(t,1),this._parameterStructures=n}get parameterStructures(){return this._parameterStructures}};F.NotificationType1=xa;var _a=class extends se{constructor(t){super(t,2)}};F.NotificationType2=_a;var Ca=class extends se{constructor(t){super(t,3)}};F.NotificationType3=Ca;var Ra=class extends se{constructor(t){super(t,4)}};F.NotificationType4=Ra;var Da=class extends se{constructor(t){super(t,5)}};F.NotificationType5=Da;var Ta=class extends se{constructor(t){super(t,6)}};F.NotificationType6=Ta;var wa=class extends se{constructor(t){super(t,7)}};F.NotificationType7=wa;var Sa=class extends se{constructor(t){super(t,8)}};F.NotificationType8=Sa;var ka=class extends se{constructor(t){super(t,9)}};F.NotificationType9=ka;var Zd;(function(e){function t(i){let o=i;return o&&bn.string(o.method)&&(bn.string(o.id)||bn.number(o.id))}e.isRequest=t;function n(i){let o=i;return o&&bn.string(o.method)&&i.id===void 0}e.isNotification=n;function r(i){let o=i;return o&&(o.result!==void 0||!!o.error)&&(bn.string(o.id)||bn.number(o.id)||o.id===null)}e.isResponse=r})(Zd||(F.Message=Zd={}))});var Na=R(Kt=>{"use strict";var ef;Object.defineProperty(Kt,"__esModule",{value:!0});Kt.LRUCache=Kt.LinkedMap=Kt.Touch=void 0;var Le;(function(e){e.None=0,e.First=1,e.AsOld=e.First,e.Last=2,e.AsNew=e.Last})(Le||(Kt.Touch=Le={}));var qi=class{constructor(){this[ef]="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(t){return this._map.has(t)}get(t,n=Le.None){let r=this._map.get(t);if(r)return n!==Le.None&&this.touch(r,n),r.value}set(t,n,r=Le.None){let i=this._map.get(t);if(i)i.value=n,r!==Le.None&&this.touch(i,r);else{switch(i={key:t,value:n,next:void 0,previous:void 0},r){case Le.None:this.addItemLast(i);break;case Le.First:this.addItemFirst(i);break;case Le.Last:this.addItemLast(i);break;default:this.addItemLast(i);break}this._map.set(t,i),this._size++}return this}delete(t){return!!this.remove(t)}remove(t){let n=this._map.get(t);if(n)return this._map.delete(t),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 t=this._head;return this._map.delete(t.key),this.removeItem(t),this._size--,t.value}forEach(t,n){let r=this._state,i=this._head;for(;i;){if(n?t.bind(n)(i.value,i.key,this):t(i.value,i.key,this),this._state!==r)throw new Error("LinkedMap got modified during iteration.");i=i.next}}keys(){let t=this._state,n=this._head,r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==t)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 t=this._state,n=this._head,r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==t)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 t=this._state,n=this._head,r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==t)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}[(ef=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}trimOld(t){if(t>=this.size)return;if(t===0){this.clear();return}let n=this._head,r=this.size;for(;n&&r>t;)this._map.delete(n.key),n=n.next,r--;this._head=n,this._size=r,n&&(n.previous=void 0),this._state++}addItemFirst(t){if(!this._head&&!this._tail)this._tail=t;else if(this._head)t.next=this._head,this._head.previous=t;else throw new Error("Invalid list");this._head=t,this._state++}addItemLast(t){if(!this._head&&!this._tail)this._head=t;else if(this._tail)t.previous=this._tail,this._tail.next=t;else throw new Error("Invalid list");this._tail=t,this._state++}removeItem(t){if(t===this._head&&t===this._tail)this._head=void 0,this._tail=void 0;else if(t===this._head){if(!t.next)throw new Error("Invalid list");t.next.previous=void 0,this._head=t.next}else if(t===this._tail){if(!t.previous)throw new Error("Invalid list");t.previous.next=void 0,this._tail=t.previous}else{let n=t.next,r=t.previous;if(!n||!r)throw new Error("Invalid list");n.previous=r,r.next=n}t.next=void 0,t.previous=void 0,this._state++}touch(t,n){if(!this._head||!this._tail)throw new Error("Invalid list");if(!(n!==Le.First&&n!==Le.Last)){if(n===Le.First){if(t===this._head)return;let r=t.next,i=t.previous;t===this._tail?(i.next=void 0,this._tail=i):(r.previous=i,i.next=r),t.previous=void 0,t.next=this._head,this._head.previous=t,this._head=t,this._state++}else if(n===Le.Last){if(t===this._tail)return;let r=t.next,i=t.previous;t===this._head?(r.previous=void 0,this._head=r):(r.previous=i,i.next=r),t.next=void 0,t.previous=this._tail,this._tail.next=t,this._tail=t,this._state++}}}toJSON(){let t=[];return this.forEach((n,r)=>{t.push([r,n])}),t}fromJSON(t){this.clear();for(let[n,r]of t)this.set(n,r)}};Kt.LinkedMap=qi;var Ea=class extends qi{constructor(t,n=1){super(),this._limit=t,this._ratio=Math.min(Math.max(0,n),1)}get limit(){return this._limit}set limit(t){this._limit=t,this.checkTrim()}get ratio(){return this._ratio}set ratio(t){this._ratio=Math.min(Math.max(0,t),1),this.checkTrim()}get(t,n=Le.AsNew){return super.get(t,n)}peek(t){return super.get(t,Le.None)}set(t,n){return super.set(t,n,Le.Last),this.checkTrim(),this}checkTrim(){this.size>this._limit&&this.trimOld(Math.round(this._limit*this._ratio))}};Kt.LRUCache=Ea});var nf=R(Oi=>{"use strict";Object.defineProperty(Oi,"__esModule",{value:!0});Oi.Disposable=void 0;var tf;(function(e){function t(n){return{dispose:n}}e.create=t})(tf||(Oi.Disposable=tf={}))});var Gt=R(Ma=>{"use strict";Object.defineProperty(Ma,"__esModule",{value:!0});var qa;function Oa(){if(qa===void 0)throw new Error("No runtime abstraction layer installed");return qa}(function(e){function t(n){if(n===void 0)throw new Error("No runtime abstraction layer provided");qa=n}e.install=t})(Oa||(Oa={}));Ma.default=Oa});var Fn=R(In=>{"use strict";Object.defineProperty(In,"__esModule",{value:!0});In.Emitter=In.Event=void 0;var Y0=Gt(),rf;(function(e){let t={dispose(){}};e.None=function(){return t}})(rf||(In.Event=rf={}));var La=class{add(t,n=null,r){this._callbacks||(this._callbacks=[],this._contexts=[]),this._callbacks.push(t),this._contexts.push(n),Array.isArray(r)&&r.push({dispose:()=>this.remove(t,n)})}remove(t,n=null){if(!this._callbacks)return;let r=!1;for(let i=0,o=this._callbacks.length;i<o;i++)if(this._callbacks[i]===t)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(...t){if(!this._callbacks)return[];let n=[],r=this._callbacks.slice(0),i=this._contexts.slice(0);for(let o=0,s=r.length;o<s;o++)try{n.push(r[o].apply(i[o],t))}catch(a){(0,Y0.default)().console.error(a)}return n}isEmpty(){return!this._callbacks||this._callbacks.length===0}dispose(){this._callbacks=void 0,this._contexts=void 0}},Mi=class e{constructor(t){this._options=t}get event(){return this._event||(this._event=(t,n,r)=>{this._callbacks||(this._callbacks=new La),this._options&&this._options.onFirstListenerAdd&&this._callbacks.isEmpty()&&this._options.onFirstListenerAdd(this),this._callbacks.add(t,n);let i={dispose:()=>{this._callbacks&&(this._callbacks.remove(t,n),i.dispose=e._noop,this._options&&this._options.onLastListenerRemove&&this._callbacks.isEmpty()&&this._options.onLastListenerRemove(this))}};return Array.isArray(r)&&r.push(i),i}),this._event}fire(t){this._callbacks&&this._callbacks.invoke.call(this._callbacks,t)}dispose(){this._callbacks&&(this._callbacks.dispose(),this._callbacks=void 0)}};In.Emitter=Mi;Mi._noop=function(){}});var Ii=R(Un=>{"use strict";Object.defineProperty(Un,"__esModule",{value:!0});Un.CancellationTokenSource=Un.CancellationToken=void 0;var V0=Gt(),K0=jn(),ja=Fn(),Li;(function(e){e.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:ja.Event.None}),e.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:ja.Event.None});function t(n){let r=n;return r&&(r===e.None||r===e.Cancelled||K0.boolean(r.isCancellationRequested)&&!!r.onCancellationRequested)}e.is=t})(Li||(Un.CancellationToken=Li={}));var G0=Object.freeze(function(e,t){let n=(0,V0.default)().timer.setTimeout(e.bind(t),0);return{dispose(){n.dispose()}}}),ji=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?G0:(this._emitter||(this._emitter=new ja.Emitter),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=void 0)}},Ia=class{get token(){return this._token||(this._token=new ji),this._token}cancel(){this._token?this._token.cancel():this._token=Li.Cancelled}dispose(){this._token?this._token instanceof ji&&this._token.dispose():this._token=Li.None}};Un.CancellationTokenSource=Ia});var of=R(Wn=>{"use strict";Object.defineProperty(Wn,"__esModule",{value:!0});Wn.SharedArrayReceiverStrategy=Wn.SharedArraySenderStrategy=void 0;var Q0=Ii(),Dr;(function(e){e.Continue=0,e.Cancelled=1})(Dr||(Dr={}));var Fa=class{constructor(){this.buffers=new Map}enableCancellation(t){if(t.id===null)return;let n=new SharedArrayBuffer(4),r=new Int32Array(n,0,1);r[0]=Dr.Continue,this.buffers.set(t.id,n),t.$cancellationData=n}async sendCancellation(t,n){let r=this.buffers.get(n);if(r===void 0)return;let i=new Int32Array(r,0,1);Atomics.store(i,0,Dr.Cancelled)}cleanup(t){this.buffers.delete(t)}dispose(){this.buffers.clear()}};Wn.SharedArraySenderStrategy=Fa;var Ua=class{constructor(t){this.data=new Int32Array(t,0,1)}get isCancellationRequested(){return Atomics.load(this.data,0)===Dr.Cancelled}get onCancellationRequested(){throw new Error("Cancellation over SharedArrayBuffer doesn't support cancellation events")}},Wa=class{constructor(t){this.token=new Ua(t)}cancel(){}dispose(){}},Ha=class{constructor(){this.kind="request"}createCancellationTokenSource(t){let n=t.$cancellationData;return n===void 0?new Q0.CancellationTokenSource:new Wa(n)}};Wn.SharedArrayReceiverStrategy=Ha});var za=R(Fi=>{"use strict";Object.defineProperty(Fi,"__esModule",{value:!0});Fi.Semaphore=void 0;var J0=Gt(),Ba=class{constructor(t=1){if(t<=0)throw new Error("Capacity must be greater than 0");this._capacity=t,this._active=0,this._waiting=[]}lock(t){return new Promise((n,r)=>{this._waiting.push({thunk:t,resolve:n,reject:r}),this.runNext()})}get active(){return this._active}runNext(){this._waiting.length===0||this._active===this._capacity||(0,J0.default)().timer.setImmediate(()=>this.doRunNext())}doRunNext(){if(this._waiting.length===0||this._active===this._capacity)return;let t=this._waiting.shift();if(this._active++,this._active>this._capacity)throw new Error("To many thunks active");try{let n=t.thunk();n instanceof Promise?n.then(r=>{this._active--,t.resolve(r),this.runNext()},r=>{this._active--,t.reject(r),this.runNext()}):(this._active--,t.resolve(n),this.runNext())}catch(n){this._active--,t.reject(n),this.runNext()}}};Fi.Semaphore=Ba});var af=R(Qt=>{"use strict";Object.defineProperty(Qt,"__esModule",{value:!0});Qt.ReadableStreamMessageReader=Qt.AbstractMessageReader=Qt.MessageReader=void 0;var Ya=Gt(),Hn=jn(),$a=Fn(),X0=za(),sf;(function(e){function t(n){let r=n;return r&&Hn.func(r.listen)&&Hn.func(r.dispose)&&Hn.func(r.onError)&&Hn.func(r.onClose)&&Hn.func(r.onPartialMessage)}e.is=t})(sf||(Qt.MessageReader=sf={}));var Ui=class{constructor(){this.errorEmitter=new $a.Emitter,this.closeEmitter=new $a.Emitter,this.partialMessageEmitter=new $a.Emitter}dispose(){this.errorEmitter.dispose(),this.closeEmitter.dispose()}get onError(){return this.errorEmitter.event}fireError(t){this.errorEmitter.fire(this.asError(t))}get onClose(){return this.closeEmitter.event}fireClose(){this.closeEmitter.fire(void 0)}get onPartialMessage(){return this.partialMessageEmitter.event}firePartialMessage(t){this.partialMessageEmitter.fire(t)}asError(t){return t instanceof Error?t:new Error(`Reader received error. Reason: ${Hn.string(t.message)?t.message:"unknown"}`)}};Qt.AbstractMessageReader=Ui;var Va;(function(e){function t(n){let r,i,o,s=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&&(o=n.contentDecoder,s.set(o.name,o)),n.contentDecoders!==void 0)for(let u of n.contentDecoders)s.set(u.name,u);if(n.contentTypeDecoder!==void 0&&(a=n.contentTypeDecoder,c.set(a.name,a)),n.contentTypeDecoders!==void 0)for(let u of n.contentTypeDecoders)c.set(u.name,u)}return a===void 0&&(a=(0,Ya.default)().applicationJson.decoder,c.set(a.name,a)),{charset:r,contentDecoder:o,contentDecoders:s,contentTypeDecoder:a,contentTypeDecoders:c}}e.fromOptions=t})(Va||(Va={}));var Ka=class extends Ui{constructor(t,n){super(),this.readable=t,this.options=Va.fromOptions(n),this.buffer=(0,Ya.default)().messageBuffer.create(this.options.charset),this._partialMessageTimeout=1e4,this.nextMessageLength=-1,this.messageToken=0,this.readSemaphore=new X0.Semaphore(1)}set partialMessageTimeout(t){this._partialMessageTimeout=t}get partialMessageTimeout(){return this._partialMessageTimeout}listen(t){this.nextMessageLength=-1,this.messageToken=0,this.partialMessageTimer=void 0,this.callback=t;let n=this.readable.onData(r=>{this.onData(r)});return this.readable.onError(r=>this.fireError(r)),this.readable.onClose(()=>this.fireClose()),n}onData(t){try{for(this.buffer.append(t);;){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.
|
|
36
|
+
${JSON.stringify(Object.fromEntries(r))}`));return}let o=parseInt(i);if(isNaN(o)){this.fireError(new Error(`Content-Length value must be a number. Got ${i}`));return}this.nextMessageLength=o}let n=this.buffer.tryReadBody(this.nextMessageLength);if(n===void 0){this.setPartialMessageTimer();return}this.clearPartialMessageTimer(),this.nextMessageLength=-1,this.readSemaphore.lock(async()=>{let r=this.options.contentDecoder!==void 0?await this.options.contentDecoder.decode(n):n,i=await this.options.contentTypeDecoder.decode(r,this.options);this.callback(i)}).catch(r=>{this.fireError(r)})}}catch(n){this.fireError(n)}}clearPartialMessageTimer(){this.partialMessageTimer&&(this.partialMessageTimer.dispose(),this.partialMessageTimer=void 0)}setPartialMessageTimer(){this.clearPartialMessageTimer(),!(this._partialMessageTimeout<=0)&&(this.partialMessageTimer=(0,Ya.default)().timer.setTimeout((t,n)=>{this.partialMessageTimer=void 0,t===this.messageToken&&(this.firePartialMessage({messageToken:t,waitingTime:n}),this.setPartialMessageTimer())},this._partialMessageTimeout,this.messageToken,this._partialMessageTimeout))}};Qt.ReadableStreamMessageReader=Ka});var df=R(Jt=>{"use strict";Object.defineProperty(Jt,"__esModule",{value:!0});Jt.WriteableStreamMessageWriter=Jt.AbstractMessageWriter=Jt.MessageWriter=void 0;var cf=Gt(),Tr=jn(),Z0=za(),uf=Fn(),eC="Content-Length: ",lf=`\r
|
|
37
|
+
`,pf;(function(e){function t(n){let r=n;return r&&Tr.func(r.dispose)&&Tr.func(r.onClose)&&Tr.func(r.onError)&&Tr.func(r.write)}e.is=t})(pf||(Jt.MessageWriter=pf={}));var Wi=class{constructor(){this.errorEmitter=new uf.Emitter,this.closeEmitter=new uf.Emitter}dispose(){this.errorEmitter.dispose(),this.closeEmitter.dispose()}get onError(){return this.errorEmitter.event}fireError(t,n,r){this.errorEmitter.fire([this.asError(t),n,r])}get onClose(){return this.closeEmitter.event}fireClose(){this.closeEmitter.fire(void 0)}asError(t){return t instanceof Error?t:new Error(`Writer received error. Reason: ${Tr.string(t.message)?t.message:"unknown"}`)}};Jt.AbstractMessageWriter=Wi;var Ga;(function(e){function t(n){return n===void 0||typeof n=="string"?{charset:n??"utf-8",contentTypeEncoder:(0,cf.default)().applicationJson.encoder}:{charset:n.charset??"utf-8",contentEncoder:n.contentEncoder,contentTypeEncoder:n.contentTypeEncoder??(0,cf.default)().applicationJson.encoder}}e.fromOptions=t})(Ga||(Ga={}));var Qa=class extends Wi{constructor(t,n){super(),this.writable=t,this.options=Ga.fromOptions(n),this.errorCount=0,this.writeSemaphore=new Z0.Semaphore(1),this.writable.onError(r=>this.fireError(r)),this.writable.onClose(()=>this.fireClose())}async write(t){return this.writeSemaphore.lock(async()=>this.options.contentTypeEncoder.encode(t,this.options).then(r=>this.options.contentEncoder!==void 0?this.options.contentEncoder.encode(r):r).then(r=>{let i=[];return i.push(eC,r.byteLength.toString(),lf),i.push(lf),this.doWrite(t,i,r)},r=>{throw this.fireError(r),r}))}async doWrite(t,n,r){try{return await this.writable.write(n.join(""),"ascii"),this.writable.write(r)}catch(i){return this.handleError(i,t),Promise.reject(i)}}handleError(t,n){this.errorCount++,this.fireError(t,n,this.errorCount)}end(){this.writable.end()}};Jt.WriteableStreamMessageWriter=Qa});var ff=R(Hi=>{"use strict";Object.defineProperty(Hi,"__esModule",{value:!0});Hi.AbstractMessageBuffer=void 0;var tC=13,nC=10,rC=`\r
|
|
38
|
+
`,Ja=class{constructor(t="utf-8"){this._encoding=t,this._chunks=[],this._totalLength=0}get encoding(){return this._encoding}append(t){let n=typeof t=="string"?this.fromString(t,this._encoding):t;this._chunks.push(n),this._totalLength+=n.byteLength}tryReadHeaders(t=!1){if(this._chunks.length===0)return;let n=0,r=0,i=0,o=0;e:for(;r<this._chunks.length;){let u=this._chunks[r];for(i=0;i<u.length;){switch(u[i]){case tC:switch(n){case 0:n=1;break;case 2:n=3;break;default:n=0}break;case nC:switch(n){case 1:n=2;break;case 3:n=4,i++;break e;default:n=0}break;default:n=0}i++}o+=u.byteLength,r++}if(n!==4)return;let s=this._read(o+i),a=new Map,c=this.toString(s,"ascii").split(rC);if(c.length<2)return a;for(let u=0;u<c.length-2;u++){let d=c[u],m=d.indexOf(":");if(m===-1)throw new Error(`Message header must separate key and value using ':'
|
|
39
|
+
${d}`);let v=d.substr(0,m),y=d.substr(m+1).trim();a.set(t?v.toLowerCase():v,y)}return a}tryReadBody(t){if(!(this._totalLength<t))return this._read(t)}get numberOfBytes(){return this._totalLength}_read(t){if(t===0)return this.emptyBuffer();if(t>this._totalLength)throw new Error("Cannot read so many bytes!");if(this._chunks[0].byteLength===t){let o=this._chunks[0];return this._chunks.shift(),this._totalLength-=t,this.asNative(o)}if(this._chunks[0].byteLength>t){let o=this._chunks[0],s=this.asNative(o,t);return this._chunks[0]=o.slice(t),this._totalLength-=t,s}let n=this.allocNative(t),r=0,i=0;for(;t>0;){let o=this._chunks[i];if(o.byteLength>t){let s=o.slice(0,t);n.set(s,r),r+=t,this._chunks[i]=o.slice(t),this._totalLength-=t,t-=t}else n.set(o,r),r+=o.byteLength,this._chunks.shift(),this._totalLength-=o.byteLength,t-=o.byteLength}return n}};Hi.AbstractMessageBuffer=Ja});var bf=R(z=>{"use strict";Object.defineProperty(z,"__esModule",{value:!0});z.createMessageConnection=z.ConnectionOptions=z.MessageStrategy=z.CancellationStrategy=z.CancellationSenderStrategy=z.CancellationReceiverStrategy=z.RequestCancellationReceiverStrategy=z.IdCancellationReceiverStrategy=z.ConnectionStrategy=z.ConnectionError=z.ConnectionErrors=z.LogTraceNotification=z.SetTraceNotification=z.TraceFormat=z.TraceValues=z.Trace=z.NullLogger=z.ProgressType=z.ProgressToken=void 0;var gf=Gt(),pe=jn(),W=Aa(),mf=Na(),wr=Fn(),Xa=Ii(),Ar;(function(e){e.type=new W.NotificationType("$/cancelRequest")})(Ar||(Ar={}));var Za;(function(e){function t(n){return typeof n=="string"||typeof n=="number"}e.is=t})(Za||(z.ProgressToken=Za={}));var Sr;(function(e){e.type=new W.NotificationType("$/progress")})(Sr||(Sr={}));var ec=class{constructor(){}};z.ProgressType=ec;var tc;(function(e){function t(n){return pe.func(n)}e.is=t})(tc||(tc={}));z.NullLogger=Object.freeze({error:()=>{},warn:()=>{},info:()=>{},log:()=>{}});var X;(function(e){e[e.Off=0]="Off",e[e.Messages=1]="Messages",e[e.Compact=2]="Compact",e[e.Verbose=3]="Verbose"})(X||(z.Trace=X={}));var hf;(function(e){e.Off="off",e.Messages="messages",e.Compact="compact",e.Verbose="verbose"})(hf||(z.TraceValues=hf={}));(function(e){function t(r){if(!pe.string(r))return e.Off;switch(r=r.toLowerCase(),r){case"off":return e.Off;case"messages":return e.Messages;case"compact":return e.Compact;case"verbose":return e.Verbose;default:return e.Off}}e.fromString=t;function n(r){switch(r){case e.Off:return"off";case e.Messages:return"messages";case e.Compact:return"compact";case e.Verbose:return"verbose";default:return"off"}}e.toString=n})(X||(z.Trace=X={}));var Ze;(function(e){e.Text="text",e.JSON="json"})(Ze||(z.TraceFormat=Ze={}));(function(e){function t(n){return pe.string(n)?(n=n.toLowerCase(),n==="json"?e.JSON:e.Text):e.Text}e.fromString=t})(Ze||(z.TraceFormat=Ze={}));var nc;(function(e){e.type=new W.NotificationType("$/setTrace")})(nc||(z.SetTraceNotification=nc={}));var Bi;(function(e){e.type=new W.NotificationType("$/logTrace")})(Bi||(z.LogTraceNotification=Bi={}));var kr;(function(e){e[e.Closed=1]="Closed",e[e.Disposed=2]="Disposed",e[e.AlreadyListening=3]="AlreadyListening"})(kr||(z.ConnectionErrors=kr={}));var Bn=class e extends Error{constructor(t,n){super(n),this.code=t,Object.setPrototypeOf(this,e.prototype)}};z.ConnectionError=Bn;var rc;(function(e){function t(n){let r=n;return r&&pe.func(r.cancelUndispatched)}e.is=t})(rc||(z.ConnectionStrategy=rc={}));var zi;(function(e){function t(n){let r=n;return r&&(r.kind===void 0||r.kind==="id")&&pe.func(r.createCancellationTokenSource)&&(r.dispose===void 0||pe.func(r.dispose))}e.is=t})(zi||(z.IdCancellationReceiverStrategy=zi={}));var ic;(function(e){function t(n){let r=n;return r&&r.kind==="request"&&pe.func(r.createCancellationTokenSource)&&(r.dispose===void 0||pe.func(r.dispose))}e.is=t})(ic||(z.RequestCancellationReceiverStrategy=ic={}));var $i;(function(e){e.Message=Object.freeze({createCancellationTokenSource(n){return new Xa.CancellationTokenSource}});function t(n){return zi.is(n)||ic.is(n)}e.is=t})($i||(z.CancellationReceiverStrategy=$i={}));var Yi;(function(e){e.Message=Object.freeze({sendCancellation(n,r){return n.sendNotification(Ar.type,{id:r})},cleanup(n){}});function t(n){let r=n;return r&&pe.func(r.sendCancellation)&&pe.func(r.cleanup)}e.is=t})(Yi||(z.CancellationSenderStrategy=Yi={}));var Vi;(function(e){e.Message=Object.freeze({receiver:$i.Message,sender:Yi.Message});function t(n){let r=n;return r&&$i.is(r.receiver)&&Yi.is(r.sender)}e.is=t})(Vi||(z.CancellationStrategy=Vi={}));var Ki;(function(e){function t(n){let r=n;return r&&pe.func(r.handleMessage)}e.is=t})(Ki||(z.MessageStrategy=Ki={}));var yf;(function(e){function t(n){let r=n;return r&&(Vi.is(r.cancellationStrategy)||rc.is(r.connectionStrategy)||Ki.is(r.messageStrategy))}e.is=t})(yf||(z.ConnectionOptions=yf={}));var gt;(function(e){e[e.New=1]="New",e[e.Listening=2]="Listening",e[e.Closed=3]="Closed",e[e.Disposed=4]="Disposed"})(gt||(gt={}));function iC(e,t,n,r){let i=n!==void 0?n:z.NullLogger,o=0,s=0,a=0,c="2.0",u,d=new Map,m,v=new Map,y=new Map,T,I=new mf.LinkedMap,G=new Map,U=new Set,h=new Map,g=X.Off,S=Ze.Text,Y,Z=gt.New,ut=new wr.Emitter,Ut=new wr.Emitter,cn=new wr.Emitter,Tn=new wr.Emitter,k=new wr.Emitter,b=r&&r.cancellationStrategy?r.cancellationStrategy:Vi.Message;function O(p){if(p===null)throw new Error("Can't send requests with id null since the response can't be correlated.");return"req-"+p.toString()}function M(p){return p===null?"res-unknown-"+(++a).toString():"res-"+p.toString()}function x(){return"not-"+(++s).toString()}function C(p,_){W.Message.isRequest(_)?p.set(O(_.id),_):W.Message.isResponse(_)?p.set(M(_.id),_):p.set(x(),_)}function D(p){}function q(){return Z===gt.Listening}function L(){return Z===gt.Closed}function N(){return Z===gt.Disposed}function $(){(Z===gt.New||Z===gt.Listening)&&(Z=gt.Closed,Ut.fire(void 0))}function V(p){ut.fire([p,void 0,void 0])}function De(p){ut.fire(p)}e.onClose($),e.onError(V),t.onClose($),t.onError(De);function ne(){T||I.size===0||(T=(0,gf.default)().timer.setImmediate(()=>{T=void 0,un()}))}function lt(p){W.Message.isRequest(p)?ab(p):W.Message.isNotification(p)?ub(p):W.Message.isResponse(p)?cb(p):p?.type?.startsWith("redocly/")||lb(p)}function un(){if(I.size===0)return;let p=I.shift();try{let _=r?.messageStrategy;Ki.is(_)?_.handleMessage(p,lt):lt(p)}finally{ne()}}let sb=p=>{try{if(W.Message.isNotification(p)&&p.method===Ar.type.method){let _=p.params.id,A=O(_),j=I.get(A);if(W.Message.isRequest(j)){let re=r?.connectionStrategy,de=re&&re.cancelUndispatched?re.cancelUndispatched(j,D):void 0;if(de&&(de.error!==void 0||de.result!==void 0)){I.delete(A),h.delete(_),de.id=j.id,Xr(de,p.method,Date.now()),t.write(de).catch(()=>i.error("Sending response for canceled message failed."));return}}let oe=h.get(_);if(oe!==void 0){oe.cancel(),ms(p);return}else U.add(_)}C(I,p)}finally{ne()}};function ab(p){if(N())return;function _(Q,ue,ee){let Ce={jsonrpc:c,id:p.id};Q instanceof W.ResponseError?Ce.error=Q.toJson():Ce.result=Q===void 0?null:Q,Xr(Ce,ue,ee),t.write(Ce).catch(()=>i.error("Sending response failed."))}function A(Q,ue,ee){let Ce={jsonrpc:c,id:p.id,error:Q.toJson()};Xr(Ce,ue,ee),t.write(Ce).catch(()=>i.error("Sending response failed."))}function j(Q,ue,ee){Q===void 0&&(Q=null);let Ce={jsonrpc:c,id:p.id,result:Q};Xr(Ce,ue,ee),t.write(Ce).catch(()=>i.error("Sending response failed."))}fb(p);let oe=d.get(p.method),re,de;oe&&(re=oe.type,de=oe.handler);let he=Date.now();if(de||u){let Q=p.id??String(Date.now()),ue=zi.is(b.receiver)?b.receiver.createCancellationTokenSource(Q):b.receiver.createCancellationTokenSource(p);p.id!==null&&U.has(p.id)&&ue.cancel(),p.id!==null&&h.set(Q,ue);try{let ee;if(de)if(p.params===void 0){if(re!==void 0&&re.numberOfParams!==0){A(new W.ResponseError(W.ErrorCodes.InvalidParams,`Request ${p.method} defines ${re.numberOfParams} params but received none.`),p.method,he);return}ee=de(ue.token)}else if(Array.isArray(p.params)){if(re!==void 0&&re.parameterStructures===W.ParameterStructures.byName){A(new W.ResponseError(W.ErrorCodes.InvalidParams,`Request ${p.method} defines parameters by name but received parameters by position`),p.method,he);return}ee=de(...p.params,ue.token)}else{if(re!==void 0&&re.parameterStructures===W.ParameterStructures.byPosition){A(new W.ResponseError(W.ErrorCodes.InvalidParams,`Request ${p.method} defines parameters by position but received parameters by name`),p.method,he);return}ee=de(p.params,ue.token)}else u&&(ee=u(p.method,p.params,ue.token));let Ce=ee;ee?Ce.then?Ce.then(Fe=>{h.delete(Q),_(Fe,p.method,he)},Fe=>{h.delete(Q),Fe instanceof W.ResponseError?A(Fe,p.method,he):Fe&&pe.string(Fe.message)?A(new W.ResponseError(W.ErrorCodes.InternalError,`Request ${p.method} failed with message: ${Fe.message}`),p.method,he):A(new W.ResponseError(W.ErrorCodes.InternalError,`Request ${p.method} failed unexpectedly without providing any details.`),p.method,he)}):(h.delete(Q),_(ee,p.method,he)):(h.delete(Q),j(ee,p.method,he))}catch(ee){h.delete(Q),ee instanceof W.ResponseError?_(ee,p.method,he):ee&&pe.string(ee.message)?A(new W.ResponseError(W.ErrorCodes.InternalError,`Request ${p.method} failed with message: ${ee.message}`),p.method,he):A(new W.ResponseError(W.ErrorCodes.InternalError,`Request ${p.method} failed unexpectedly without providing any details.`),p.method,he)}}else A(new W.ResponseError(W.ErrorCodes.MethodNotFound,`Unhandled method ${p.method}`),p.method,he)}function cb(p){if(!N())if(p.id===null)p.error?i.error(`Received response message without id: Error is:
|
|
40
|
+
${JSON.stringify(p.error,void 0,4)}`):i.error("Received response message without id. No further error information provided.");else{let _=p.id,A=G.get(_);if(gb(p,A),A!==void 0){G.delete(_);try{if(p.error){let j=p.error;A.reject(new W.ResponseError(j.code,j.message,j.data))}else if(p.result!==void 0)A.resolve(p.result);else throw new Error("Should never happen.")}catch(j){j.message?i.error(`Response handler '${A.method}' failed with message: ${j.message}`):i.error(`Response handler '${A.method}' failed unexpectedly.`)}}}}function ub(p){if(N())return;let _,A;if(p.method===Ar.type.method){let j=p.params.id;U.delete(j),ms(p);return}else{let j=v.get(p.method);j&&(A=j.handler,_=j.type)}if(A||m)try{if(ms(p),A)if(p.params===void 0)_!==void 0&&_.numberOfParams!==0&&_.parameterStructures!==W.ParameterStructures.byName&&i.error(`Notification ${p.method} defines ${_.numberOfParams} params but received none.`),A();else if(Array.isArray(p.params)){let j=p.params;p.method===Sr.type.method&&j.length===2&&Za.is(j[0])?A({token:j[0],value:j[1]}):(_!==void 0&&(_.parameterStructures===W.ParameterStructures.byName&&i.error(`Notification ${p.method} defines parameters by name but received parameters by position`),_.numberOfParams!==p.params.length&&i.error(`Notification ${p.method} defines ${_.numberOfParams} params but received ${j.length} arguments`)),A(...j))}else _!==void 0&&_.parameterStructures===W.ParameterStructures.byPosition&&i.error(`Notification ${p.method} defines parameters by position but received parameters by name`),A(p.params);else m&&m(p.method,p.params)}catch(j){j.message?i.error(`Notification handler '${p.method}' failed with message: ${j.message}`):i.error(`Notification handler '${p.method}' failed unexpectedly.`)}else cn.fire(p)}function lb(p){if(!p){i.error("Received empty message.");return}i.error(`Received message which is neither a response nor a notification message:
|
|
41
|
+
${JSON.stringify(p,null,4)}`);let _=p;if(pe.string(_.id)||pe.number(_.id)){let A=_.id,j=G.get(A);j&&j.reject(new Error("The received response has neither a result nor an error property."))}}function Wt(p){if(p!=null)switch(g){case X.Verbose:return JSON.stringify(p,null,4);case X.Compact:return JSON.stringify(p);default:return}}function pb(p){if(!(g===X.Off||!Y))if(S===Ze.Text){let _;(g===X.Verbose||g===X.Compact)&&p.params&&(_=`Params: ${Wt(p.params)}
|
|
42
42
|
|
|
43
|
-
`),
|
|
43
|
+
`),Y.log(`Sending request '${p.method} - (${p.id})'.`,_)}else wn("send-request",p)}function db(p){if(!(g===X.Off||!Y))if(S===Ze.Text){let _;(g===X.Verbose||g===X.Compact)&&(p.params?_=`Params: ${Wt(p.params)}
|
|
44
44
|
|
|
45
|
-
`:
|
|
45
|
+
`:_=`No parameters provided.
|
|
46
46
|
|
|
47
|
-
`),
|
|
47
|
+
`),Y.log(`Sending notification '${p.method}'.`,_)}else wn("send-notification",p)}function Xr(p,_,A){if(!(g===X.Off||!Y))if(S===Ze.Text){let j;(g===X.Verbose||g===X.Compact)&&(p.error&&p.error.data?j=`Error data: ${Wt(p.error.data)}
|
|
48
48
|
|
|
49
|
-
`:p.result?
|
|
49
|
+
`:p.result?j=`Result: ${Wt(p.result)}
|
|
50
50
|
|
|
51
|
-
`:p.error===void 0&&(
|
|
51
|
+
`:p.error===void 0&&(j=`No result returned.
|
|
52
52
|
|
|
53
|
-
`)),
|
|
53
|
+
`)),Y.log(`Sending response '${_} - (${p.id})'. Processing request took ${Date.now()-A}ms`,j)}else wn("send-response",p)}function fb(p){if(!(g===X.Off||!Y))if(S===Ze.Text){let _;(g===X.Verbose||g===X.Compact)&&p.params&&(_=`Params: ${Wt(p.params)}
|
|
54
54
|
|
|
55
|
-
`),
|
|
55
|
+
`),Y.log(`Received request '${p.method} - (${p.id})'.`,_)}else wn("receive-request",p)}function ms(p){if(!(g===X.Off||!Y||p.method===Bi.type.method))if(S===Ze.Text){let _;(g===X.Verbose||g===X.Compact)&&(p.params?_=`Params: ${Wt(p.params)}
|
|
56
56
|
|
|
57
|
-
`:
|
|
57
|
+
`:_=`No parameters provided.
|
|
58
58
|
|
|
59
|
-
`),
|
|
59
|
+
`),Y.log(`Received notification '${p.method}'.`,_)}else wn("receive-notification",p)}function gb(p,_){if(!(g===X.Off||!Y))if(S===Ze.Text){let A;if((g===X.Verbose||g===X.Compact)&&(p.error&&p.error.data?A=`Error data: ${Wt(p.error.data)}
|
|
60
60
|
|
|
61
|
-
`:p.result?A=`Result: ${
|
|
61
|
+
`:p.result?A=`Result: ${Wt(p.result)}
|
|
62
62
|
|
|
63
63
|
`:p.error===void 0&&(A=`No result returned.
|
|
64
64
|
|
|
65
|
-
`)),x){let L=p.error?` Request failed: ${p.error.message} (${p.error.code}).`:"";V.log(`Received response '${x.method} - (${p.id})' in ${Date.now()-x.timerStart}ms.${L}`,A)}else V.log(`Received response ${p.id} without active response promise.`,A)}else Tn("receive-response",p)}function Tn(p,x){if(!V||g===X.Off)return;let A={isLSPMessage:!0,type:p,message:x,timestamp:Date.now()};V.log(A)}function dr(){if(j())throw new zn(Sr.Closed,"Connection is closed.");if(N())throw new zn(Sr.Disposed,"Connection is disposed.")}function Jy(){if(q())throw new zn(Sr.AlreadyListening,"Connection is already listening")}function Xy(){if(!q())throw new Error("Call listen() first.")}function fr(p){return p===void 0?null:p}function gl(p){if(p!==null)return p}function ml(p){return p!=null&&!Array.isArray(p)&&typeof p=="object"}function gs(p,x){switch(p){case W.ParameterStructures.auto:return ml(x)?gl(x):[fr(x)];case W.ParameterStructures.byName:if(!ml(x))throw new Error("Received parameters by name but param is not an object literal.");return gl(x);case W.ParameterStructures.byPosition:return[fr(x)];default:throw new Error(`Unknown parameter structure ${p.toString()}`)}}function hl(p,x){let A,L=p.numberOfParams;switch(L){case 0:A=void 0;break;case 1:A=gs(p.parameterStructures,x[0]);break;default:A=[];for(let oe=0;oe<x.length&&oe<L;oe++)A.push(fr(x[oe]));if(x.length<L)for(let oe=x.length;oe<L;oe++)A.push(null);break}return A}let wn={sendNotification:(p,...x)=>{dr();let A,L;if(pe.string(p)){A=p;let re=x[0],de=0,he=W.ParameterStructures.auto;W.ParameterStructures.is(re)&&(de=1,he=re);let Q=x.length,ue=Q-de;switch(ue){case 0:L=void 0;break;case 1:L=gs(he,x[de]);break;default:if(he===W.ParameterStructures.byName)throw new Error(`Received ${ue} parameters for 'by Name' notification parameter structure.`);L=x.slice(de,Q).map(ee=>fr(ee));break}}else{let re=x;A=p.method,L=hl(p,re)}let oe={jsonrpc:c,method:A,params:L};return Gy(oe),t.write(oe).catch(re=>{throw i.error("Sending notification failed."),re})},onNotification:(p,x)=>{dr();let A;return pe.func(p)?m=p:x&&(pe.string(p)?(A=p,v.set(p,{type:void 0,handler:x})):(A=p.method,v.set(p.method,{type:p,handler:x}))),{dispose:()=>{A!==void 0?v.delete(A):m=void 0}}},onProgress:(p,x,A)=>{if(y.has(x))throw new Error(`Progress handler for token ${x} already registered`);return y.set(x,A),{dispose:()=>{y.delete(x)}}},sendProgress:(p,x,A)=>wn.sendNotification(wr.type,{token:x,value:A}),onUnhandledProgress:Dn.event,sendRequest:(p,...x)=>{dr(),Xy();let A,L,oe;if(pe.string(p)){A=p;let Q=x[0],ue=x[x.length-1],ee=0,Ce=W.ParameterStructures.auto;W.ParameterStructures.is(Q)&&(ee=1,Ce=Q);let Fe=x.length;Qa.CancellationToken.is(ue)&&(Fe=Fe-1,oe=ue);let yt=Fe-ee;switch(yt){case 0:L=void 0;break;case 1:L=gs(Ce,x[ee]);break;default:if(Ce===W.ParameterStructures.byName)throw new Error(`Received ${yt} parameters for 'by Name' request parameter structure.`);L=x.slice(ee,Fe).map(Zy=>fr(Zy));break}}else{let Q=x;A=p.method,L=hl(p,Q);let ue=p.numberOfParams;oe=Qa.CancellationToken.is(Q[ue])?Q[ue]:void 0}let re=o++,de;oe&&(de=oe.onCancellationRequested(()=>{let Q=b.sender.sendCancellation(wn,re);return Q===void 0?(i.log(`Received no promise from cancellation strategy when cancelling id ${re}`),Promise.resolve()):Q.catch(()=>{i.log(`Sending cancellation messages for id ${re} failed`)})}));let he={jsonrpc:c,id:re,method:A,params:L};return Yy(he),typeof b.sender.enableCancellation=="function"&&b.sender.enableCancellation(he),new Promise(async(Q,ue)=>{let ee=yt=>{Q(yt),b.sender.cleanup(re),de?.dispose()},Ce=yt=>{ue(yt),b.sender.cleanup(re),de?.dispose()},Fe={method:A,timerStart:Date.now(),resolve:ee,reject:Ce};try{await t.write(he),K.set(re,Fe)}catch(yt){throw i.error("Sending request failed."),Fe.reject(new W.ResponseError(W.ErrorCodes.MessageWriteError,yt.message?yt.message:"Unknown reason")),yt}})},onRequest:(p,x)=>{dr();let A=null;return Za.is(p)?(A=void 0,u=p):pe.string(p)?(A=null,x!==void 0&&(A=p,d.set(p,{handler:x,type:void 0}))):x!==void 0&&(A=p.method,d.set(p.method,{type:p,handler:x})),{dispose:()=>{A!==null&&(A!==void 0?d.delete(A):u=void 0)}}},hasPendingResponse:()=>K.size>0,trace:async(p,x,A)=>{let L=!1,oe=Xe.Text;A!==void 0&&(pe.boolean(A)?L=A:(L=A.sendNotification||!1,oe=A.traceFormat||Xe.Text)),g=p,S=oe,g===X.Off?V=void 0:V=x,L&&!j()&&!N()&&await wn.sendNotification(ec.type,{value:X.toString(p)})},onError:ct.event,onClose:It.event,onUnhandledNotification:an.event,onDispose:k.event,end:()=>{t.end()},dispose:()=>{if(N())return;Z=ft.Disposed,k.fire(void 0);let p=new W.ResponseError(W.ErrorCodes.PendingResponseRejected,"Pending response rejected since connection got disposed");for(let x of K.values())x.reject(p);K=new Map,h=new Map,U=new Set,I=new pf.LinkedMap,pe.func(t.dispose)&&t.dispose(),pe.func(e.dispose)&&e.dispose()},listen:()=>{dr(),Jy(),Z=ft.Listening,e.listen(Hy)},inspect:()=>{(0,lf.default)().console.log("inspect")}};return wn.onNotification(zi.type,p=>{if(g===X.Off||!V)return;let x=g===X.Verbose||g===X.Compact;V.log(p.message,x?p.verbose:void 0)}),wn.onNotification(wr.type,p=>{let x=y.get(p.token);x?x(p.value):Dn.fire(p)}),wn}B.createMessageConnection=F0});var Ki=R(P=>{"use strict";Object.defineProperty(P,"__esModule",{value:!0});P.ProgressType=P.ProgressToken=P.createMessageConnection=P.NullLogger=P.ConnectionOptions=P.ConnectionStrategy=P.AbstractMessageBuffer=P.WriteableStreamMessageWriter=P.AbstractMessageWriter=P.MessageWriter=P.ReadableStreamMessageReader=P.AbstractMessageReader=P.MessageReader=P.SharedArrayReceiverStrategy=P.SharedArraySenderStrategy=P.CancellationToken=P.CancellationTokenSource=P.Emitter=P.Event=P.Disposable=P.LRUCache=P.Touch=P.LinkedMap=P.ParameterStructures=P.NotificationType9=P.NotificationType8=P.NotificationType7=P.NotificationType6=P.NotificationType5=P.NotificationType4=P.NotificationType3=P.NotificationType2=P.NotificationType1=P.NotificationType0=P.NotificationType=P.ErrorCodes=P.ResponseError=P.RequestType9=P.RequestType8=P.RequestType7=P.RequestType6=P.RequestType5=P.RequestType4=P.RequestType3=P.RequestType2=P.RequestType1=P.RequestType0=P.RequestType=P.Message=P.RAL=void 0;P.MessageStrategy=P.CancellationStrategy=P.CancellationSenderStrategy=P.CancellationReceiverStrategy=P.ConnectionError=P.ConnectionErrors=P.LogTraceNotification=P.SetTraceNotification=P.TraceFormat=P.TraceValues=P.Trace=void 0;var ie=Sa();Object.defineProperty(P,"Message",{enumerable:!0,get:function(){return ie.Message}});Object.defineProperty(P,"RequestType",{enumerable:!0,get:function(){return ie.RequestType}});Object.defineProperty(P,"RequestType0",{enumerable:!0,get:function(){return ie.RequestType0}});Object.defineProperty(P,"RequestType1",{enumerable:!0,get:function(){return ie.RequestType1}});Object.defineProperty(P,"RequestType2",{enumerable:!0,get:function(){return ie.RequestType2}});Object.defineProperty(P,"RequestType3",{enumerable:!0,get:function(){return ie.RequestType3}});Object.defineProperty(P,"RequestType4",{enumerable:!0,get:function(){return ie.RequestType4}});Object.defineProperty(P,"RequestType5",{enumerable:!0,get:function(){return ie.RequestType5}});Object.defineProperty(P,"RequestType6",{enumerable:!0,get:function(){return ie.RequestType6}});Object.defineProperty(P,"RequestType7",{enumerable:!0,get:function(){return ie.RequestType7}});Object.defineProperty(P,"RequestType8",{enumerable:!0,get:function(){return ie.RequestType8}});Object.defineProperty(P,"RequestType9",{enumerable:!0,get:function(){return ie.RequestType9}});Object.defineProperty(P,"ResponseError",{enumerable:!0,get:function(){return ie.ResponseError}});Object.defineProperty(P,"ErrorCodes",{enumerable:!0,get:function(){return ie.ErrorCodes}});Object.defineProperty(P,"NotificationType",{enumerable:!0,get:function(){return ie.NotificationType}});Object.defineProperty(P,"NotificationType0",{enumerable:!0,get:function(){return ie.NotificationType0}});Object.defineProperty(P,"NotificationType1",{enumerable:!0,get:function(){return ie.NotificationType1}});Object.defineProperty(P,"NotificationType2",{enumerable:!0,get:function(){return ie.NotificationType2}});Object.defineProperty(P,"NotificationType3",{enumerable:!0,get:function(){return ie.NotificationType3}});Object.defineProperty(P,"NotificationType4",{enumerable:!0,get:function(){return ie.NotificationType4}});Object.defineProperty(P,"NotificationType5",{enumerable:!0,get:function(){return ie.NotificationType5}});Object.defineProperty(P,"NotificationType6",{enumerable:!0,get:function(){return ie.NotificationType6}});Object.defineProperty(P,"NotificationType7",{enumerable:!0,get:function(){return ie.NotificationType7}});Object.defineProperty(P,"NotificationType8",{enumerable:!0,get:function(){return ie.NotificationType8}});Object.defineProperty(P,"NotificationType9",{enumerable:!0,get:function(){return ie.NotificationType9}});Object.defineProperty(P,"ParameterStructures",{enumerable:!0,get:function(){return ie.ParameterStructures}});var rc=Aa();Object.defineProperty(P,"LinkedMap",{enumerable:!0,get:function(){return rc.LinkedMap}});Object.defineProperty(P,"LRUCache",{enumerable:!0,get:function(){return rc.LRUCache}});Object.defineProperty(P,"Touch",{enumerable:!0,get:function(){return rc.Touch}});var U0=Xd();Object.defineProperty(P,"Disposable",{enumerable:!0,get:function(){return U0.Disposable}});var mf=Fn();Object.defineProperty(P,"Event",{enumerable:!0,get:function(){return mf.Event}});Object.defineProperty(P,"Emitter",{enumerable:!0,get:function(){return mf.Emitter}});var hf=Ii();Object.defineProperty(P,"CancellationTokenSource",{enumerable:!0,get:function(){return hf.CancellationTokenSource}});Object.defineProperty(P,"CancellationToken",{enumerable:!0,get:function(){return hf.CancellationToken}});var yf=ef();Object.defineProperty(P,"SharedArraySenderStrategy",{enumerable:!0,get:function(){return yf.SharedArraySenderStrategy}});Object.defineProperty(P,"SharedArrayReceiverStrategy",{enumerable:!0,get:function(){return yf.SharedArrayReceiverStrategy}});var ic=nf();Object.defineProperty(P,"MessageReader",{enumerable:!0,get:function(){return ic.MessageReader}});Object.defineProperty(P,"AbstractMessageReader",{enumerable:!0,get:function(){return ic.AbstractMessageReader}});Object.defineProperty(P,"ReadableStreamMessageReader",{enumerable:!0,get:function(){return ic.ReadableStreamMessageReader}});var oc=cf();Object.defineProperty(P,"MessageWriter",{enumerable:!0,get:function(){return oc.MessageWriter}});Object.defineProperty(P,"AbstractMessageWriter",{enumerable:!0,get:function(){return oc.AbstractMessageWriter}});Object.defineProperty(P,"WriteableStreamMessageWriter",{enumerable:!0,get:function(){return oc.WriteableStreamMessageWriter}});var W0=uf();Object.defineProperty(P,"AbstractMessageBuffer",{enumerable:!0,get:function(){return W0.AbstractMessageBuffer}});var Ee=gf();Object.defineProperty(P,"ConnectionStrategy",{enumerable:!0,get:function(){return Ee.ConnectionStrategy}});Object.defineProperty(P,"ConnectionOptions",{enumerable:!0,get:function(){return Ee.ConnectionOptions}});Object.defineProperty(P,"NullLogger",{enumerable:!0,get:function(){return Ee.NullLogger}});Object.defineProperty(P,"createMessageConnection",{enumerable:!0,get:function(){return Ee.createMessageConnection}});Object.defineProperty(P,"ProgressToken",{enumerable:!0,get:function(){return Ee.ProgressToken}});Object.defineProperty(P,"ProgressType",{enumerable:!0,get:function(){return Ee.ProgressType}});Object.defineProperty(P,"Trace",{enumerable:!0,get:function(){return Ee.Trace}});Object.defineProperty(P,"TraceValues",{enumerable:!0,get:function(){return Ee.TraceValues}});Object.defineProperty(P,"TraceFormat",{enumerable:!0,get:function(){return Ee.TraceFormat}});Object.defineProperty(P,"SetTraceNotification",{enumerable:!0,get:function(){return Ee.SetTraceNotification}});Object.defineProperty(P,"LogTraceNotification",{enumerable:!0,get:function(){return Ee.LogTraceNotification}});Object.defineProperty(P,"ConnectionErrors",{enumerable:!0,get:function(){return Ee.ConnectionErrors}});Object.defineProperty(P,"ConnectionError",{enumerable:!0,get:function(){return Ee.ConnectionError}});Object.defineProperty(P,"CancellationReceiverStrategy",{enumerable:!0,get:function(){return Ee.CancellationReceiverStrategy}});Object.defineProperty(P,"CancellationSenderStrategy",{enumerable:!0,get:function(){return Ee.CancellationSenderStrategy}});Object.defineProperty(P,"CancellationStrategy",{enumerable:!0,get:function(){return Ee.CancellationStrategy}});Object.defineProperty(P,"MessageStrategy",{enumerable:!0,get:function(){return Ee.MessageStrategy}});var H0=Vt();P.RAL=H0.default});var vf=R(uc=>{"use strict";Object.defineProperty(uc,"__esModule",{value:!0});var Rt=Ki(),Qi=class e extends Rt.AbstractMessageBuffer{constructor(t="utf-8"){super(t),this.asciiDecoder=new TextDecoder("ascii")}emptyBuffer(){return e.emptyBuffer}fromString(t,n){return new TextEncoder().encode(t)}toString(t,n){return n==="ascii"?this.asciiDecoder.decode(t):new TextDecoder(n).decode(t)}asNative(t,n){return n===void 0?t:t.slice(0,n)}allocNative(t){return new Uint8Array(t)}};Qi.emptyBuffer=new Uint8Array(0);var sc=class{constructor(t){this.socket=t,this._onData=new Rt.Emitter,this._messageListener=n=>{n.data.arrayBuffer().then(i=>{this._onData.fire(new Uint8Array(i))},()=>{(0,Rt.RAL)().console.error("Converting blob to array buffer failed.")})},this.socket.addEventListener("message",this._messageListener)}onClose(t){return this.socket.addEventListener("close",t),Rt.Disposable.create(()=>this.socket.removeEventListener("close",t))}onError(t){return this.socket.addEventListener("error",t),Rt.Disposable.create(()=>this.socket.removeEventListener("error",t))}onEnd(t){return this.socket.addEventListener("end",t),Rt.Disposable.create(()=>this.socket.removeEventListener("end",t))}onData(t){return this._onData.event(t)}},ac=class{constructor(t){this.socket=t}onClose(t){return this.socket.addEventListener("close",t),Rt.Disposable.create(()=>this.socket.removeEventListener("close",t))}onError(t){return this.socket.addEventListener("error",t),Rt.Disposable.create(()=>this.socket.removeEventListener("error",t))}onEnd(t){return this.socket.addEventListener("end",t),Rt.Disposable.create(()=>this.socket.removeEventListener("end",t))}write(t,n){if(typeof t=="string"){if(n!==void 0&&n!=="utf-8")throw new Error(`In a Browser environments only utf-8 text encoding is supported. But got encoding: ${n}`);this.socket.send(t)}else this.socket.send(t);return Promise.resolve()}end(){this.socket.close()}},z0=new TextEncoder,bf=Object.freeze({messageBuffer:Object.freeze({create:e=>new Qi(e)}),applicationJson:Object.freeze({encoder:Object.freeze({name:"application/json",encode:(e,t)=>{if(t.charset!=="utf-8")throw new Error(`In a Browser environments only utf-8 text encoding is supported. But got encoding: ${t.charset}`);return Promise.resolve(z0.encode(JSON.stringify(e,void 0,0)))}}),decoder:Object.freeze({name:"application/json",decode:(e,t)=>{if(!(e instanceof Uint8Array))throw new Error("In a Browser environments only Uint8Arrays are supported.");return Promise.resolve(JSON.parse(new TextDecoder(t.charset).decode(e)))}})}),stream:Object.freeze({asReadableStream:e=>new sc(e),asWritableStream:e=>new ac(e)}),console,timer:Object.freeze({setTimeout(e,t,...n){let r=setTimeout(e,t,...n);return{dispose:()=>clearTimeout(r)}},setImmediate(e,...t){let n=setTimeout(e,0,...t);return{dispose:()=>clearTimeout(n)}},setInterval(e,t,...n){let r=setInterval(e,t,...n);return{dispose:()=>clearInterval(r)}}})});function cc(){return bf}(function(e){function t(){Rt.RAL.install(bf)}e.install=t})(cc||(cc={}));uc.default=cc});var bn=R(Ze=>{"use strict";var B0=Ze&&Ze.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),$0=Ze&&Ze.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&B0(t,e,n)};Object.defineProperty(Ze,"__esModule",{value:!0});Ze.createMessageConnection=Ze.BrowserMessageWriter=Ze.BrowserMessageReader=void 0;var V0=vf();V0.default.install();var Bn=Ki();$0(Ki(),Ze);var lc=class extends Bn.AbstractMessageReader{constructor(t){super(),this._onData=new Bn.Emitter,this._messageListener=n=>{this._onData.fire(n.data)},t.addEventListener("error",n=>this.fireError(n)),t.onmessage=this._messageListener}listen(t){return this._onData.event(t)}};Ze.BrowserMessageReader=lc;var pc=class extends Bn.AbstractMessageWriter{constructor(t){super(),this.port=t,this.errorCount=0,t.addEventListener("error",n=>this.fireError(n))}write(t){try{return this.port.postMessage(t),Promise.resolve()}catch(n){return this.handleError(n,t),Promise.reject(n)}}handleError(t,n){this.errorCount++,this.fireError(t,n,this.errorCount)}end(){}};Ze.BrowserMessageWriter=pc;function Y0(e,t,n,r){return n===void 0&&(n=Bn.NullLogger),Bn.ConnectionStrategy.is(r)&&(r={connectionStrategy:r}),(0,Bn.createMessageConnection)(e,t,n,r)}Ze.createMessageConnection=Y0});var dc=R((Cw,Pf)=>{"use strict";Pf.exports=bn()});var oo={};ms(oo,{AnnotatedTextEdit:()=>Mt,ChangeAnnotation:()=>vn,ChangeAnnotationIdentifier:()=>Ne,CodeAction:()=>Yc,CodeActionContext:()=>Vc,CodeActionKind:()=>$c,CodeActionTriggerKind:()=>jr,CodeDescription:()=>xc,CodeLens:()=>Gc,Color:()=>Xi,ColorInformation:()=>hc,ColorPresentation:()=>yc,Command:()=>Pn,CompletionItem:()=>qc,CompletionItemKind:()=>wc,CompletionItemLabelDetails:()=>Nc,CompletionItemTag:()=>kc,CompletionList:()=>Oc,CreateFile:()=>Vn,DeleteFile:()=>Gn,Diagnostic:()=>Nr,DiagnosticRelatedInformation:()=>Zi,DiagnosticSeverity:()=>Pc,DiagnosticTag:()=>_c,DocumentHighlight:()=>Fc,DocumentHighlightKind:()=>Ic,DocumentLink:()=>Qc,DocumentSymbol:()=>Bc,DocumentUri:()=>fc,EOL:()=>G0,FoldingRange:()=>vc,FoldingRangeKind:()=>bc,FormattingOptions:()=>Kc,Hover:()=>Mc,InlayHint:()=>ou,InlayHintKind:()=>ro,InlayHintLabelPart:()=>io,InlineCompletionContext:()=>pu,InlineCompletionItem:()=>au,InlineCompletionList:()=>cu,InlineCompletionTriggerKind:()=>uu,InlineValueContext:()=>iu,InlineValueEvaluatableExpression:()=>ru,InlineValueText:()=>tu,InlineValueVariableLookup:()=>nu,InsertReplaceEdit:()=>Ac,InsertTextFormat:()=>Sc,InsertTextMode:()=>Ec,Location:()=>Er,LocationLink:()=>mc,MarkedString:()=>Mr,MarkupContent:()=>Kn,MarkupKind:()=>no,OptionalVersionedTextDocumentIdentifier:()=>Or,ParameterInformation:()=>jc,Position:()=>nt,Range:()=>fe,RenameFile:()=>Yn,SelectedCompletionInfo:()=>lu,SelectionRange:()=>Jc,SemanticTokenModifiers:()=>Zc,SemanticTokenTypes:()=>Xc,SemanticTokens:()=>eu,SignatureInformation:()=>Lc,StringValue:()=>su,SymbolInformation:()=>Hc,SymbolKind:()=>Uc,SymbolTag:()=>Wc,TextDocument:()=>fu,TextDocumentEdit:()=>qr,TextDocumentIdentifier:()=>Rc,TextDocumentItem:()=>Tc,TextEdit:()=>Dt,URI:()=>Ji,VersionedTextDocumentIdentifier:()=>Dc,WorkspaceChange:()=>Cc,WorkspaceEdit:()=>eo,WorkspaceFolder:()=>du,WorkspaceSymbol:()=>zc,integer:()=>gc,uinteger:()=>Ar});var fc,Ji,gc,Ar,nt,fe,Er,mc,Xi,hc,yc,bc,vc,Zi,Pc,_c,xc,Nr,Pn,Dt,vn,Ne,Mt,qr,Vn,Yn,Gn,eo,$n,to,Cc,Rc,Dc,Or,Tc,no,Kn,wc,Sc,kc,Ac,Ec,Nc,qc,Oc,Mr,Mc,jc,Lc,Ic,Fc,Uc,Wc,Hc,zc,Bc,$c,jr,Vc,Yc,Gc,Kc,Qc,Jc,Xc,Zc,eu,tu,nu,ru,iu,ro,io,ou,su,au,cu,uu,lu,pu,du,G0,fu,gu,f,so=yl(()=>{"use strict";(function(e){function t(n){return typeof n=="string"}e.is=t})(fc||(fc={}));(function(e){function t(n){return typeof n=="string"}e.is=t})(Ji||(Ji={}));(function(e){e.MIN_VALUE=-2147483648,e.MAX_VALUE=2147483647;function t(n){return typeof n=="number"&&e.MIN_VALUE<=n&&n<=e.MAX_VALUE}e.is=t})(gc||(gc={}));(function(e){e.MIN_VALUE=0,e.MAX_VALUE=2147483647;function t(n){return typeof n=="number"&&e.MIN_VALUE<=n&&n<=e.MAX_VALUE}e.is=t})(Ar||(Ar={}));(function(e){function t(r,i){return r===Number.MAX_VALUE&&(r=Ar.MAX_VALUE),i===Number.MAX_VALUE&&(i=Ar.MAX_VALUE),{line:r,character:i}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&f.uinteger(i.line)&&f.uinteger(i.character)}e.is=n})(nt||(nt={}));(function(e){function t(r,i,o,s){if(f.uinteger(r)&&f.uinteger(i)&&f.uinteger(o)&&f.uinteger(s))return{start:nt.create(r,i),end:nt.create(o,s)};if(nt.is(r)&&nt.is(i))return{start:r,end:i};throw new Error(`Range#create called with invalid arguments[${r}, ${i}, ${o}, ${s}]`)}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&nt.is(i.start)&&nt.is(i.end)}e.is=n})(fe||(fe={}));(function(e){function t(r,i){return{uri:r,range:i}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&fe.is(i.range)&&(f.string(i.uri)||f.undefined(i.uri))}e.is=n})(Er||(Er={}));(function(e){function t(r,i,o,s){return{targetUri:r,targetRange:i,targetSelectionRange:o,originSelectionRange:s}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&fe.is(i.targetRange)&&f.string(i.targetUri)&&fe.is(i.targetSelectionRange)&&(fe.is(i.originSelectionRange)||f.undefined(i.originSelectionRange))}e.is=n})(mc||(mc={}));(function(e){function t(r,i,o,s){return{red:r,green:i,blue:o,alpha:s}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&f.numberRange(i.red,0,1)&&f.numberRange(i.green,0,1)&&f.numberRange(i.blue,0,1)&&f.numberRange(i.alpha,0,1)}e.is=n})(Xi||(Xi={}));(function(e){function t(r,i){return{range:r,color:i}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&fe.is(i.range)&&Xi.is(i.color)}e.is=n})(hc||(hc={}));(function(e){function t(r,i,o){return{label:r,textEdit:i,additionalTextEdits:o}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&f.string(i.label)&&(f.undefined(i.textEdit)||Dt.is(i))&&(f.undefined(i.additionalTextEdits)||f.typedArray(i.additionalTextEdits,Dt.is))}e.is=n})(yc||(yc={}));(function(e){e.Comment="comment",e.Imports="imports",e.Region="region"})(bc||(bc={}));(function(e){function t(r,i,o,s,a,c){let u={startLine:r,endLine:i};return f.defined(o)&&(u.startCharacter=o),f.defined(s)&&(u.endCharacter=s),f.defined(a)&&(u.kind=a),f.defined(c)&&(u.collapsedText=c),u}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&f.uinteger(i.startLine)&&f.uinteger(i.startLine)&&(f.undefined(i.startCharacter)||f.uinteger(i.startCharacter))&&(f.undefined(i.endCharacter)||f.uinteger(i.endCharacter))&&(f.undefined(i.kind)||f.string(i.kind))}e.is=n})(vc||(vc={}));(function(e){function t(r,i){return{location:r,message:i}}e.create=t;function n(r){let i=r;return f.defined(i)&&Er.is(i.location)&&f.string(i.message)}e.is=n})(Zi||(Zi={}));(function(e){e.Error=1,e.Warning=2,e.Information=3,e.Hint=4})(Pc||(Pc={}));(function(e){e.Unnecessary=1,e.Deprecated=2})(_c||(_c={}));(function(e){function t(n){let r=n;return f.objectLiteral(r)&&f.string(r.href)}e.is=t})(xc||(xc={}));(function(e){function t(r,i,o,s,a,c){let u={range:r,message:i};return f.defined(o)&&(u.severity=o),f.defined(s)&&(u.code=s),f.defined(a)&&(u.source=a),f.defined(c)&&(u.relatedInformation=c),u}e.create=t;function n(r){var i;let o=r;return f.defined(o)&&fe.is(o.range)&&f.string(o.message)&&(f.number(o.severity)||f.undefined(o.severity))&&(f.integer(o.code)||f.string(o.code)||f.undefined(o.code))&&(f.undefined(o.codeDescription)||f.string((i=o.codeDescription)===null||i===void 0?void 0:i.href))&&(f.string(o.source)||f.undefined(o.source))&&(f.undefined(o.relatedInformation)||f.typedArray(o.relatedInformation,Zi.is))}e.is=n})(Nr||(Nr={}));(function(e){function t(r,i,...o){let s={title:r,command:i};return f.defined(o)&&o.length>0&&(s.arguments=o),s}e.create=t;function n(r){let i=r;return f.defined(i)&&f.string(i.title)&&f.string(i.command)}e.is=n})(Pn||(Pn={}));(function(e){function t(o,s){return{range:o,newText:s}}e.replace=t;function n(o,s){return{range:{start:o,end:o},newText:s}}e.insert=n;function r(o){return{range:o,newText:""}}e.del=r;function i(o){let s=o;return f.objectLiteral(s)&&f.string(s.newText)&&fe.is(s.range)}e.is=i})(Dt||(Dt={}));(function(e){function t(r,i,o){let s={label:r};return i!==void 0&&(s.needsConfirmation=i),o!==void 0&&(s.description=o),s}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&f.string(i.label)&&(f.boolean(i.needsConfirmation)||i.needsConfirmation===void 0)&&(f.string(i.description)||i.description===void 0)}e.is=n})(vn||(vn={}));(function(e){function t(n){let r=n;return f.string(r)}e.is=t})(Ne||(Ne={}));(function(e){function t(o,s,a){return{range:o,newText:s,annotationId:a}}e.replace=t;function n(o,s,a){return{range:{start:o,end:o},newText:s,annotationId:a}}e.insert=n;function r(o,s){return{range:o,newText:"",annotationId:s}}e.del=r;function i(o){let s=o;return Dt.is(s)&&(vn.is(s.annotationId)||Ne.is(s.annotationId))}e.is=i})(Mt||(Mt={}));(function(e){function t(r,i){return{textDocument:r,edits:i}}e.create=t;function n(r){let i=r;return f.defined(i)&&Or.is(i.textDocument)&&Array.isArray(i.edits)}e.is=n})(qr||(qr={}));(function(e){function t(r,i,o){let s={kind:"create",uri:r};return i!==void 0&&(i.overwrite!==void 0||i.ignoreIfExists!==void 0)&&(s.options=i),o!==void 0&&(s.annotationId=o),s}e.create=t;function n(r){let i=r;return i&&i.kind==="create"&&f.string(i.uri)&&(i.options===void 0||(i.options.overwrite===void 0||f.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||f.boolean(i.options.ignoreIfExists)))&&(i.annotationId===void 0||Ne.is(i.annotationId))}e.is=n})(Vn||(Vn={}));(function(e){function t(r,i,o,s){let a={kind:"rename",oldUri:r,newUri:i};return o!==void 0&&(o.overwrite!==void 0||o.ignoreIfExists!==void 0)&&(a.options=o),s!==void 0&&(a.annotationId=s),a}e.create=t;function n(r){let i=r;return i&&i.kind==="rename"&&f.string(i.oldUri)&&f.string(i.newUri)&&(i.options===void 0||(i.options.overwrite===void 0||f.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||f.boolean(i.options.ignoreIfExists)))&&(i.annotationId===void 0||Ne.is(i.annotationId))}e.is=n})(Yn||(Yn={}));(function(e){function t(r,i,o){let s={kind:"delete",uri:r};return i!==void 0&&(i.recursive!==void 0||i.ignoreIfNotExists!==void 0)&&(s.options=i),o!==void 0&&(s.annotationId=o),s}e.create=t;function n(r){let i=r;return i&&i.kind==="delete"&&f.string(i.uri)&&(i.options===void 0||(i.options.recursive===void 0||f.boolean(i.options.recursive))&&(i.options.ignoreIfNotExists===void 0||f.boolean(i.options.ignoreIfNotExists)))&&(i.annotationId===void 0||Ne.is(i.annotationId))}e.is=n})(Gn||(Gn={}));(function(e){function t(n){let r=n;return r&&(r.changes!==void 0||r.documentChanges!==void 0)&&(r.documentChanges===void 0||r.documentChanges.every(i=>f.string(i.kind)?Vn.is(i)||Yn.is(i)||Gn.is(i):qr.is(i)))}e.is=t})(eo||(eo={}));$n=class{constructor(t,n){this.edits=t,this.changeAnnotations=n}insert(t,n,r){let i,o;if(r===void 0?i=Dt.insert(t,n):Ne.is(r)?(o=r,i=Mt.insert(t,n,r)):(this.assertChangeAnnotations(this.changeAnnotations),o=this.changeAnnotations.manage(r),i=Mt.insert(t,n,o)),this.edits.push(i),o!==void 0)return o}replace(t,n,r){let i,o;if(r===void 0?i=Dt.replace(t,n):Ne.is(r)?(o=r,i=Mt.replace(t,n,r)):(this.assertChangeAnnotations(this.changeAnnotations),o=this.changeAnnotations.manage(r),i=Mt.replace(t,n,o)),this.edits.push(i),o!==void 0)return o}delete(t,n){let r,i;if(n===void 0?r=Dt.del(t):Ne.is(n)?(i=n,r=Mt.del(t,n)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(n),r=Mt.del(t,i)),this.edits.push(r),i!==void 0)return i}add(t){this.edits.push(t)}all(){return this.edits}clear(){this.edits.splice(0,this.edits.length)}assertChangeAnnotations(t){if(t===void 0)throw new Error("Text edit change is not configured to manage change annotations.")}},to=class{constructor(t){this._annotations=t===void 0?Object.create(null):t,this._counter=0,this._size=0}all(){return this._annotations}get size(){return this._size}manage(t,n){let r;if(Ne.is(t)?r=t:(r=this.nextId(),n=t),this._annotations[r]!==void 0)throw new Error(`Id ${r} is already in use.`);if(n===void 0)throw new Error(`No annotation provided for id ${r}`);return this._annotations[r]=n,this._size++,r}nextId(){return this._counter++,this._counter.toString()}},Cc=class{constructor(t){this._textEditChanges=Object.create(null),t!==void 0?(this._workspaceEdit=t,t.documentChanges?(this._changeAnnotations=new to(t.changeAnnotations),t.changeAnnotations=this._changeAnnotations.all(),t.documentChanges.forEach(n=>{if(qr.is(n)){let r=new $n(n.edits,this._changeAnnotations);this._textEditChanges[n.textDocument.uri]=r}})):t.changes&&Object.keys(t.changes).forEach(n=>{let r=new $n(t.changes[n]);this._textEditChanges[n]=r})):this._workspaceEdit={}}get edit(){return this.initDocumentChanges(),this._changeAnnotations!==void 0&&(this._changeAnnotations.size===0?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit}getTextEditChange(t){if(Or.is(t)){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");let n={uri:t.uri,version:t.version},r=this._textEditChanges[n.uri];if(!r){let i=[],o={textDocument:n,edits:i};this._workspaceEdit.documentChanges.push(o),r=new $n(i,this._changeAnnotations),this._textEditChanges[n.uri]=r}return r}else{if(this.initChanges(),this._workspaceEdit.changes===void 0)throw new Error("Workspace edit is not configured for normal text edit changes.");let n=this._textEditChanges[t];if(!n){let r=[];this._workspaceEdit.changes[t]=r,n=new $n(r),this._textEditChanges[t]=n}return n}}initDocumentChanges(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._changeAnnotations=new to,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())}initChanges(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._workspaceEdit.changes=Object.create(null))}createFile(t,n,r){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");let i;vn.is(n)||Ne.is(n)?i=n:r=n;let o,s;if(i===void 0?o=Vn.create(t,r):(s=Ne.is(i)?i:this._changeAnnotations.manage(i),o=Vn.create(t,r,s)),this._workspaceEdit.documentChanges.push(o),s!==void 0)return s}renameFile(t,n,r,i){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");let o;vn.is(r)||Ne.is(r)?o=r:i=r;let s,a;if(o===void 0?s=Yn.create(t,n,i):(a=Ne.is(o)?o:this._changeAnnotations.manage(o),s=Yn.create(t,n,i,a)),this._workspaceEdit.documentChanges.push(s),a!==void 0)return a}deleteFile(t,n,r){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");let i;vn.is(n)||Ne.is(n)?i=n:r=n;let o,s;if(i===void 0?o=Gn.create(t,r):(s=Ne.is(i)?i:this._changeAnnotations.manage(i),o=Gn.create(t,r,s)),this._workspaceEdit.documentChanges.push(o),s!==void 0)return s}};(function(e){function t(r){return{uri:r}}e.create=t;function n(r){let i=r;return f.defined(i)&&f.string(i.uri)}e.is=n})(Rc||(Rc={}));(function(e){function t(r,i){return{uri:r,version:i}}e.create=t;function n(r){let i=r;return f.defined(i)&&f.string(i.uri)&&f.integer(i.version)}e.is=n})(Dc||(Dc={}));(function(e){function t(r,i){return{uri:r,version:i}}e.create=t;function n(r){let i=r;return f.defined(i)&&f.string(i.uri)&&(i.version===null||f.integer(i.version))}e.is=n})(Or||(Or={}));(function(e){function t(r,i,o,s){return{uri:r,languageId:i,version:o,text:s}}e.create=t;function n(r){let i=r;return f.defined(i)&&f.string(i.uri)&&f.string(i.languageId)&&f.integer(i.version)&&f.string(i.text)}e.is=n})(Tc||(Tc={}));(function(e){e.PlainText="plaintext",e.Markdown="markdown";function t(n){let r=n;return r===e.PlainText||r===e.Markdown}e.is=t})(no||(no={}));(function(e){function t(n){let r=n;return f.objectLiteral(n)&&no.is(r.kind)&&f.string(r.value)}e.is=t})(Kn||(Kn={}));(function(e){e.Text=1,e.Method=2,e.Function=3,e.Constructor=4,e.Field=5,e.Variable=6,e.Class=7,e.Interface=8,e.Module=9,e.Property=10,e.Unit=11,e.Value=12,e.Enum=13,e.Keyword=14,e.Snippet=15,e.Color=16,e.File=17,e.Reference=18,e.Folder=19,e.EnumMember=20,e.Constant=21,e.Struct=22,e.Event=23,e.Operator=24,e.TypeParameter=25})(wc||(wc={}));(function(e){e.PlainText=1,e.Snippet=2})(Sc||(Sc={}));(function(e){e.Deprecated=1})(kc||(kc={}));(function(e){function t(r,i,o){return{newText:r,insert:i,replace:o}}e.create=t;function n(r){let i=r;return i&&f.string(i.newText)&&fe.is(i.insert)&&fe.is(i.replace)}e.is=n})(Ac||(Ac={}));(function(e){e.asIs=1,e.adjustIndentation=2})(Ec||(Ec={}));(function(e){function t(n){let r=n;return r&&(f.string(r.detail)||r.detail===void 0)&&(f.string(r.description)||r.description===void 0)}e.is=t})(Nc||(Nc={}));(function(e){function t(n){return{label:n}}e.create=t})(qc||(qc={}));(function(e){function t(n,r){return{items:n||[],isIncomplete:!!r}}e.create=t})(Oc||(Oc={}));(function(e){function t(r){return r.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}e.fromPlainText=t;function n(r){let i=r;return f.string(i)||f.objectLiteral(i)&&f.string(i.language)&&f.string(i.value)}e.is=n})(Mr||(Mr={}));(function(e){function t(n){let r=n;return!!r&&f.objectLiteral(r)&&(Kn.is(r.contents)||Mr.is(r.contents)||f.typedArray(r.contents,Mr.is))&&(n.range===void 0||fe.is(n.range))}e.is=t})(Mc||(Mc={}));(function(e){function t(n,r){return r?{label:n,documentation:r}:{label:n}}e.create=t})(jc||(jc={}));(function(e){function t(n,r,...i){let o={label:n};return f.defined(r)&&(o.documentation=r),f.defined(i)?o.parameters=i:o.parameters=[],o}e.create=t})(Lc||(Lc={}));(function(e){e.Text=1,e.Read=2,e.Write=3})(Ic||(Ic={}));(function(e){function t(n,r){let i={range:n};return f.number(r)&&(i.kind=r),i}e.create=t})(Fc||(Fc={}));(function(e){e.File=1,e.Module=2,e.Namespace=3,e.Package=4,e.Class=5,e.Method=6,e.Property=7,e.Field=8,e.Constructor=9,e.Enum=10,e.Interface=11,e.Function=12,e.Variable=13,e.Constant=14,e.String=15,e.Number=16,e.Boolean=17,e.Array=18,e.Object=19,e.Key=20,e.Null=21,e.EnumMember=22,e.Struct=23,e.Event=24,e.Operator=25,e.TypeParameter=26})(Uc||(Uc={}));(function(e){e.Deprecated=1})(Wc||(Wc={}));(function(e){function t(n,r,i,o,s){let a={name:n,kind:r,location:{uri:o,range:i}};return s&&(a.containerName=s),a}e.create=t})(Hc||(Hc={}));(function(e){function t(n,r,i,o){return o!==void 0?{name:n,kind:r,location:{uri:i,range:o}}:{name:n,kind:r,location:{uri:i}}}e.create=t})(zc||(zc={}));(function(e){function t(r,i,o,s,a,c){let u={name:r,detail:i,kind:o,range:s,selectionRange:a};return c!==void 0&&(u.children=c),u}e.create=t;function n(r){let i=r;return i&&f.string(i.name)&&f.number(i.kind)&&fe.is(i.range)&&fe.is(i.selectionRange)&&(i.detail===void 0||f.string(i.detail))&&(i.deprecated===void 0||f.boolean(i.deprecated))&&(i.children===void 0||Array.isArray(i.children))&&(i.tags===void 0||Array.isArray(i.tags))}e.is=n})(Bc||(Bc={}));(function(e){e.Empty="",e.QuickFix="quickfix",e.Refactor="refactor",e.RefactorExtract="refactor.extract",e.RefactorInline="refactor.inline",e.RefactorRewrite="refactor.rewrite",e.Source="source",e.SourceOrganizeImports="source.organizeImports",e.SourceFixAll="source.fixAll"})($c||($c={}));(function(e){e.Invoked=1,e.Automatic=2})(jr||(jr={}));(function(e){function t(r,i,o){let s={diagnostics:r};return i!=null&&(s.only=i),o!=null&&(s.triggerKind=o),s}e.create=t;function n(r){let i=r;return f.defined(i)&&f.typedArray(i.diagnostics,Nr.is)&&(i.only===void 0||f.typedArray(i.only,f.string))&&(i.triggerKind===void 0||i.triggerKind===jr.Invoked||i.triggerKind===jr.Automatic)}e.is=n})(Vc||(Vc={}));(function(e){function t(r,i,o){let s={title:r},a=!0;return typeof i=="string"?(a=!1,s.kind=i):Pn.is(i)?s.command=i:s.edit=i,a&&o!==void 0&&(s.kind=o),s}e.create=t;function n(r){let i=r;return i&&f.string(i.title)&&(i.diagnostics===void 0||f.typedArray(i.diagnostics,Nr.is))&&(i.kind===void 0||f.string(i.kind))&&(i.edit!==void 0||i.command!==void 0)&&(i.command===void 0||Pn.is(i.command))&&(i.isPreferred===void 0||f.boolean(i.isPreferred))&&(i.edit===void 0||eo.is(i.edit))}e.is=n})(Yc||(Yc={}));(function(e){function t(r,i){let o={range:r};return f.defined(i)&&(o.data=i),o}e.create=t;function n(r){let i=r;return f.defined(i)&&fe.is(i.range)&&(f.undefined(i.command)||Pn.is(i.command))}e.is=n})(Gc||(Gc={}));(function(e){function t(r,i){return{tabSize:r,insertSpaces:i}}e.create=t;function n(r){let i=r;return f.defined(i)&&f.uinteger(i.tabSize)&&f.boolean(i.insertSpaces)}e.is=n})(Kc||(Kc={}));(function(e){function t(r,i,o){return{range:r,target:i,data:o}}e.create=t;function n(r){let i=r;return f.defined(i)&&fe.is(i.range)&&(f.undefined(i.target)||f.string(i.target))}e.is=n})(Qc||(Qc={}));(function(e){function t(r,i){return{range:r,parent:i}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&fe.is(i.range)&&(i.parent===void 0||e.is(i.parent))}e.is=n})(Jc||(Jc={}));(function(e){e.namespace="namespace",e.type="type",e.class="class",e.enum="enum",e.interface="interface",e.struct="struct",e.typeParameter="typeParameter",e.parameter="parameter",e.variable="variable",e.property="property",e.enumMember="enumMember",e.event="event",e.function="function",e.method="method",e.macro="macro",e.keyword="keyword",e.modifier="modifier",e.comment="comment",e.string="string",e.number="number",e.regexp="regexp",e.operator="operator",e.decorator="decorator"})(Xc||(Xc={}));(function(e){e.declaration="declaration",e.definition="definition",e.readonly="readonly",e.static="static",e.deprecated="deprecated",e.abstract="abstract",e.async="async",e.modification="modification",e.documentation="documentation",e.defaultLibrary="defaultLibrary"})(Zc||(Zc={}));(function(e){function t(n){let r=n;return f.objectLiteral(r)&&(r.resultId===void 0||typeof r.resultId=="string")&&Array.isArray(r.data)&&(r.data.length===0||typeof r.data[0]=="number")}e.is=t})(eu||(eu={}));(function(e){function t(r,i){return{range:r,text:i}}e.create=t;function n(r){let i=r;return i!=null&&fe.is(i.range)&&f.string(i.text)}e.is=n})(tu||(tu={}));(function(e){function t(r,i,o){return{range:r,variableName:i,caseSensitiveLookup:o}}e.create=t;function n(r){let i=r;return i!=null&&fe.is(i.range)&&f.boolean(i.caseSensitiveLookup)&&(f.string(i.variableName)||i.variableName===void 0)}e.is=n})(nu||(nu={}));(function(e){function t(r,i){return{range:r,expression:i}}e.create=t;function n(r){let i=r;return i!=null&&fe.is(i.range)&&(f.string(i.expression)||i.expression===void 0)}e.is=n})(ru||(ru={}));(function(e){function t(r,i){return{frameId:r,stoppedLocation:i}}e.create=t;function n(r){let i=r;return f.defined(i)&&fe.is(r.stoppedLocation)}e.is=n})(iu||(iu={}));(function(e){e.Type=1,e.Parameter=2;function t(n){return n===1||n===2}e.is=t})(ro||(ro={}));(function(e){function t(r){return{value:r}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&(i.tooltip===void 0||f.string(i.tooltip)||Kn.is(i.tooltip))&&(i.location===void 0||Er.is(i.location))&&(i.command===void 0||Pn.is(i.command))}e.is=n})(io||(io={}));(function(e){function t(r,i,o){let s={position:r,label:i};return o!==void 0&&(s.kind=o),s}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&nt.is(i.position)&&(f.string(i.label)||f.typedArray(i.label,io.is))&&(i.kind===void 0||ro.is(i.kind))&&i.textEdits===void 0||f.typedArray(i.textEdits,Dt.is)&&(i.tooltip===void 0||f.string(i.tooltip)||Kn.is(i.tooltip))&&(i.paddingLeft===void 0||f.boolean(i.paddingLeft))&&(i.paddingRight===void 0||f.boolean(i.paddingRight))}e.is=n})(ou||(ou={}));(function(e){function t(n){return{kind:"snippet",value:n}}e.createSnippet=t})(su||(su={}));(function(e){function t(n,r,i,o){return{insertText:n,filterText:r,range:i,command:o}}e.create=t})(au||(au={}));(function(e){function t(n){return{items:n}}e.create=t})(cu||(cu={}));(function(e){e.Invoked=0,e.Automatic=1})(uu||(uu={}));(function(e){function t(n,r){return{range:n,text:r}}e.create=t})(lu||(lu={}));(function(e){function t(n,r){return{triggerKind:n,selectedCompletionInfo:r}}e.create=t})(pu||(pu={}));(function(e){function t(n){let r=n;return f.objectLiteral(r)&&Ji.is(r.uri)&&f.string(r.name)}e.is=t})(du||(du={}));G0=[`
|
|
65
|
+
`)),_){let j=p.error?` Request failed: ${p.error.message} (${p.error.code}).`:"";Y.log(`Received response '${_.method} - (${p.id})' in ${Date.now()-_.timerStart}ms.${j}`,A)}else Y.log(`Received response ${p.id} without active response promise.`,A)}else wn("receive-response",p)}function wn(p,_){if(!Y||g===X.Off)return;let A={isLSPMessage:!0,type:p,message:_,timestamp:Date.now()};Y.log(A)}function fr(){if(L())throw new Bn(kr.Closed,"Connection is closed.");if(N())throw new Bn(kr.Disposed,"Connection is disposed.")}function mb(){if(q())throw new Bn(kr.AlreadyListening,"Connection is already listening")}function hb(){if(!q())throw new Error("Call listen() first.")}function gr(p){return p===void 0?null:p}function yl(p){if(p!==null)return p}function bl(p){return p!=null&&!Array.isArray(p)&&typeof p=="object"}function hs(p,_){switch(p){case W.ParameterStructures.auto:return bl(_)?yl(_):[gr(_)];case W.ParameterStructures.byName:if(!bl(_))throw new Error("Received parameters by name but param is not an object literal.");return yl(_);case W.ParameterStructures.byPosition:return[gr(_)];default:throw new Error(`Unknown parameter structure ${p.toString()}`)}}function vl(p,_){let A,j=p.numberOfParams;switch(j){case 0:A=void 0;break;case 1:A=hs(p.parameterStructures,_[0]);break;default:A=[];for(let oe=0;oe<_.length&&oe<j;oe++)A.push(gr(_[oe]));if(_.length<j)for(let oe=_.length;oe<j;oe++)A.push(null);break}return A}let Sn={sendNotification:(p,..._)=>{fr();let A,j;if(pe.string(p)){A=p;let re=_[0],de=0,he=W.ParameterStructures.auto;W.ParameterStructures.is(re)&&(de=1,he=re);let Q=_.length,ue=Q-de;switch(ue){case 0:j=void 0;break;case 1:j=hs(he,_[de]);break;default:if(he===W.ParameterStructures.byName)throw new Error(`Received ${ue} parameters for 'by Name' notification parameter structure.`);j=_.slice(de,Q).map(ee=>gr(ee));break}}else{let re=_;A=p.method,j=vl(p,re)}let oe={jsonrpc:c,method:A,params:j};return db(oe),t.write(oe).catch(re=>{throw i.error("Sending notification failed."),re})},onNotification:(p,_)=>{fr();let A;return pe.func(p)?m=p:_&&(pe.string(p)?(A=p,v.set(p,{type:void 0,handler:_})):(A=p.method,v.set(p.method,{type:p,handler:_}))),{dispose:()=>{A!==void 0?v.delete(A):m=void 0}}},onProgress:(p,_,A)=>{if(y.has(_))throw new Error(`Progress handler for token ${_} already registered`);return y.set(_,A),{dispose:()=>{y.delete(_)}}},sendProgress:(p,_,A)=>Sn.sendNotification(Sr.type,{token:_,value:A}),onUnhandledProgress:Tn.event,sendRequest:(p,..._)=>{fr(),hb();let A,j,oe;if(pe.string(p)){A=p;let Q=_[0],ue=_[_.length-1],ee=0,Ce=W.ParameterStructures.auto;W.ParameterStructures.is(Q)&&(ee=1,Ce=Q);let Fe=_.length;Xa.CancellationToken.is(ue)&&(Fe=Fe-1,oe=ue);let yt=Fe-ee;switch(yt){case 0:j=void 0;break;case 1:j=hs(Ce,_[ee]);break;default:if(Ce===W.ParameterStructures.byName)throw new Error(`Received ${yt} parameters for 'by Name' request parameter structure.`);j=_.slice(ee,Fe).map(yb=>gr(yb));break}}else{let Q=_;A=p.method,j=vl(p,Q);let ue=p.numberOfParams;oe=Xa.CancellationToken.is(Q[ue])?Q[ue]:void 0}let re=o++,de;oe&&(de=oe.onCancellationRequested(()=>{let Q=b.sender.sendCancellation(Sn,re);return Q===void 0?(i.log(`Received no promise from cancellation strategy when cancelling id ${re}`),Promise.resolve()):Q.catch(()=>{i.log(`Sending cancellation messages for id ${re} failed`)})}));let he={jsonrpc:c,id:re,method:A,params:j};return pb(he),typeof b.sender.enableCancellation=="function"&&b.sender.enableCancellation(he),new Promise(async(Q,ue)=>{let ee=yt=>{Q(yt),b.sender.cleanup(re),de?.dispose()},Ce=yt=>{ue(yt),b.sender.cleanup(re),de?.dispose()},Fe={method:A,timerStart:Date.now(),resolve:ee,reject:Ce};try{await t.write(he),G.set(re,Fe)}catch(yt){throw i.error("Sending request failed."),Fe.reject(new W.ResponseError(W.ErrorCodes.MessageWriteError,yt.message?yt.message:"Unknown reason")),yt}})},onRequest:(p,_)=>{fr();let A=null;return tc.is(p)?(A=void 0,u=p):pe.string(p)?(A=null,_!==void 0&&(A=p,d.set(p,{handler:_,type:void 0}))):_!==void 0&&(A=p.method,d.set(p.method,{type:p,handler:_})),{dispose:()=>{A!==null&&(A!==void 0?d.delete(A):u=void 0)}}},hasPendingResponse:()=>G.size>0,trace:async(p,_,A)=>{let j=!1,oe=Ze.Text;A!==void 0&&(pe.boolean(A)?j=A:(j=A.sendNotification||!1,oe=A.traceFormat||Ze.Text)),g=p,S=oe,g===X.Off?Y=void 0:Y=_,j&&!L()&&!N()&&await Sn.sendNotification(nc.type,{value:X.toString(p)})},onError:ut.event,onClose:Ut.event,onUnhandledNotification:cn.event,onDispose:k.event,end:()=>{t.end()},dispose:()=>{if(N())return;Z=gt.Disposed,k.fire(void 0);let p=new W.ResponseError(W.ErrorCodes.PendingResponseRejected,"Pending response rejected since connection got disposed");for(let _ of G.values())_.reject(p);G=new Map,h=new Map,U=new Set,I=new mf.LinkedMap,pe.func(t.dispose)&&t.dispose(),pe.func(e.dispose)&&e.dispose()},listen:()=>{fr(),mb(),Z=gt.Listening,e.listen(sb)},inspect:()=>{(0,gf.default)().console.log("inspect")}};return Sn.onNotification(Bi.type,p=>{if(g===X.Off||!Y)return;let _=g===X.Verbose||g===X.Compact;Y.log(p.message,_?p.verbose:void 0)}),Sn.onNotification(Sr.type,p=>{let _=y.get(p.token);_?_(p.value):Tn.fire(p)}),Sn}z.createMessageConnection=iC});var Gi=R(P=>{"use strict";Object.defineProperty(P,"__esModule",{value:!0});P.ProgressType=P.ProgressToken=P.createMessageConnection=P.NullLogger=P.ConnectionOptions=P.ConnectionStrategy=P.AbstractMessageBuffer=P.WriteableStreamMessageWriter=P.AbstractMessageWriter=P.MessageWriter=P.ReadableStreamMessageReader=P.AbstractMessageReader=P.MessageReader=P.SharedArrayReceiverStrategy=P.SharedArraySenderStrategy=P.CancellationToken=P.CancellationTokenSource=P.Emitter=P.Event=P.Disposable=P.LRUCache=P.Touch=P.LinkedMap=P.ParameterStructures=P.NotificationType9=P.NotificationType8=P.NotificationType7=P.NotificationType6=P.NotificationType5=P.NotificationType4=P.NotificationType3=P.NotificationType2=P.NotificationType1=P.NotificationType0=P.NotificationType=P.ErrorCodes=P.ResponseError=P.RequestType9=P.RequestType8=P.RequestType7=P.RequestType6=P.RequestType5=P.RequestType4=P.RequestType3=P.RequestType2=P.RequestType1=P.RequestType0=P.RequestType=P.Message=P.RAL=void 0;P.MessageStrategy=P.CancellationStrategy=P.CancellationSenderStrategy=P.CancellationReceiverStrategy=P.ConnectionError=P.ConnectionErrors=P.LogTraceNotification=P.SetTraceNotification=P.TraceFormat=P.TraceValues=P.Trace=void 0;var ie=Aa();Object.defineProperty(P,"Message",{enumerable:!0,get:function(){return ie.Message}});Object.defineProperty(P,"RequestType",{enumerable:!0,get:function(){return ie.RequestType}});Object.defineProperty(P,"RequestType0",{enumerable:!0,get:function(){return ie.RequestType0}});Object.defineProperty(P,"RequestType1",{enumerable:!0,get:function(){return ie.RequestType1}});Object.defineProperty(P,"RequestType2",{enumerable:!0,get:function(){return ie.RequestType2}});Object.defineProperty(P,"RequestType3",{enumerable:!0,get:function(){return ie.RequestType3}});Object.defineProperty(P,"RequestType4",{enumerable:!0,get:function(){return ie.RequestType4}});Object.defineProperty(P,"RequestType5",{enumerable:!0,get:function(){return ie.RequestType5}});Object.defineProperty(P,"RequestType6",{enumerable:!0,get:function(){return ie.RequestType6}});Object.defineProperty(P,"RequestType7",{enumerable:!0,get:function(){return ie.RequestType7}});Object.defineProperty(P,"RequestType8",{enumerable:!0,get:function(){return ie.RequestType8}});Object.defineProperty(P,"RequestType9",{enumerable:!0,get:function(){return ie.RequestType9}});Object.defineProperty(P,"ResponseError",{enumerable:!0,get:function(){return ie.ResponseError}});Object.defineProperty(P,"ErrorCodes",{enumerable:!0,get:function(){return ie.ErrorCodes}});Object.defineProperty(P,"NotificationType",{enumerable:!0,get:function(){return ie.NotificationType}});Object.defineProperty(P,"NotificationType0",{enumerable:!0,get:function(){return ie.NotificationType0}});Object.defineProperty(P,"NotificationType1",{enumerable:!0,get:function(){return ie.NotificationType1}});Object.defineProperty(P,"NotificationType2",{enumerable:!0,get:function(){return ie.NotificationType2}});Object.defineProperty(P,"NotificationType3",{enumerable:!0,get:function(){return ie.NotificationType3}});Object.defineProperty(P,"NotificationType4",{enumerable:!0,get:function(){return ie.NotificationType4}});Object.defineProperty(P,"NotificationType5",{enumerable:!0,get:function(){return ie.NotificationType5}});Object.defineProperty(P,"NotificationType6",{enumerable:!0,get:function(){return ie.NotificationType6}});Object.defineProperty(P,"NotificationType7",{enumerable:!0,get:function(){return ie.NotificationType7}});Object.defineProperty(P,"NotificationType8",{enumerable:!0,get:function(){return ie.NotificationType8}});Object.defineProperty(P,"NotificationType9",{enumerable:!0,get:function(){return ie.NotificationType9}});Object.defineProperty(P,"ParameterStructures",{enumerable:!0,get:function(){return ie.ParameterStructures}});var oc=Na();Object.defineProperty(P,"LinkedMap",{enumerable:!0,get:function(){return oc.LinkedMap}});Object.defineProperty(P,"LRUCache",{enumerable:!0,get:function(){return oc.LRUCache}});Object.defineProperty(P,"Touch",{enumerable:!0,get:function(){return oc.Touch}});var oC=nf();Object.defineProperty(P,"Disposable",{enumerable:!0,get:function(){return oC.Disposable}});var vf=Fn();Object.defineProperty(P,"Event",{enumerable:!0,get:function(){return vf.Event}});Object.defineProperty(P,"Emitter",{enumerable:!0,get:function(){return vf.Emitter}});var Pf=Ii();Object.defineProperty(P,"CancellationTokenSource",{enumerable:!0,get:function(){return Pf.CancellationTokenSource}});Object.defineProperty(P,"CancellationToken",{enumerable:!0,get:function(){return Pf.CancellationToken}});var xf=of();Object.defineProperty(P,"SharedArraySenderStrategy",{enumerable:!0,get:function(){return xf.SharedArraySenderStrategy}});Object.defineProperty(P,"SharedArrayReceiverStrategy",{enumerable:!0,get:function(){return xf.SharedArrayReceiverStrategy}});var sc=af();Object.defineProperty(P,"MessageReader",{enumerable:!0,get:function(){return sc.MessageReader}});Object.defineProperty(P,"AbstractMessageReader",{enumerable:!0,get:function(){return sc.AbstractMessageReader}});Object.defineProperty(P,"ReadableStreamMessageReader",{enumerable:!0,get:function(){return sc.ReadableStreamMessageReader}});var ac=df();Object.defineProperty(P,"MessageWriter",{enumerable:!0,get:function(){return ac.MessageWriter}});Object.defineProperty(P,"AbstractMessageWriter",{enumerable:!0,get:function(){return ac.AbstractMessageWriter}});Object.defineProperty(P,"WriteableStreamMessageWriter",{enumerable:!0,get:function(){return ac.WriteableStreamMessageWriter}});var sC=ff();Object.defineProperty(P,"AbstractMessageBuffer",{enumerable:!0,get:function(){return sC.AbstractMessageBuffer}});var Ne=bf();Object.defineProperty(P,"ConnectionStrategy",{enumerable:!0,get:function(){return Ne.ConnectionStrategy}});Object.defineProperty(P,"ConnectionOptions",{enumerable:!0,get:function(){return Ne.ConnectionOptions}});Object.defineProperty(P,"NullLogger",{enumerable:!0,get:function(){return Ne.NullLogger}});Object.defineProperty(P,"createMessageConnection",{enumerable:!0,get:function(){return Ne.createMessageConnection}});Object.defineProperty(P,"ProgressToken",{enumerable:!0,get:function(){return Ne.ProgressToken}});Object.defineProperty(P,"ProgressType",{enumerable:!0,get:function(){return Ne.ProgressType}});Object.defineProperty(P,"Trace",{enumerable:!0,get:function(){return Ne.Trace}});Object.defineProperty(P,"TraceValues",{enumerable:!0,get:function(){return Ne.TraceValues}});Object.defineProperty(P,"TraceFormat",{enumerable:!0,get:function(){return Ne.TraceFormat}});Object.defineProperty(P,"SetTraceNotification",{enumerable:!0,get:function(){return Ne.SetTraceNotification}});Object.defineProperty(P,"LogTraceNotification",{enumerable:!0,get:function(){return Ne.LogTraceNotification}});Object.defineProperty(P,"ConnectionErrors",{enumerable:!0,get:function(){return Ne.ConnectionErrors}});Object.defineProperty(P,"ConnectionError",{enumerable:!0,get:function(){return Ne.ConnectionError}});Object.defineProperty(P,"CancellationReceiverStrategy",{enumerable:!0,get:function(){return Ne.CancellationReceiverStrategy}});Object.defineProperty(P,"CancellationSenderStrategy",{enumerable:!0,get:function(){return Ne.CancellationSenderStrategy}});Object.defineProperty(P,"CancellationStrategy",{enumerable:!0,get:function(){return Ne.CancellationStrategy}});Object.defineProperty(P,"MessageStrategy",{enumerable:!0,get:function(){return Ne.MessageStrategy}});var aC=Gt();P.RAL=aC.default});var Cf=R(pc=>{"use strict";Object.defineProperty(pc,"__esModule",{value:!0});var Rt=Gi(),Qi=class e extends Rt.AbstractMessageBuffer{constructor(t="utf-8"){super(t),this.asciiDecoder=new TextDecoder("ascii")}emptyBuffer(){return e.emptyBuffer}fromString(t,n){return new TextEncoder().encode(t)}toString(t,n){return n==="ascii"?this.asciiDecoder.decode(t):new TextDecoder(n).decode(t)}asNative(t,n){return n===void 0?t:t.slice(0,n)}allocNative(t){return new Uint8Array(t)}};Qi.emptyBuffer=new Uint8Array(0);var cc=class{constructor(t){this.socket=t,this._onData=new Rt.Emitter,this._messageListener=n=>{n.data.arrayBuffer().then(i=>{this._onData.fire(new Uint8Array(i))},()=>{(0,Rt.RAL)().console.error("Converting blob to array buffer failed.")})},this.socket.addEventListener("message",this._messageListener)}onClose(t){return this.socket.addEventListener("close",t),Rt.Disposable.create(()=>this.socket.removeEventListener("close",t))}onError(t){return this.socket.addEventListener("error",t),Rt.Disposable.create(()=>this.socket.removeEventListener("error",t))}onEnd(t){return this.socket.addEventListener("end",t),Rt.Disposable.create(()=>this.socket.removeEventListener("end",t))}onData(t){return this._onData.event(t)}},uc=class{constructor(t){this.socket=t}onClose(t){return this.socket.addEventListener("close",t),Rt.Disposable.create(()=>this.socket.removeEventListener("close",t))}onError(t){return this.socket.addEventListener("error",t),Rt.Disposable.create(()=>this.socket.removeEventListener("error",t))}onEnd(t){return this.socket.addEventListener("end",t),Rt.Disposable.create(()=>this.socket.removeEventListener("end",t))}write(t,n){if(typeof t=="string"){if(n!==void 0&&n!=="utf-8")throw new Error(`In a Browser environments only utf-8 text encoding is supported. But got encoding: ${n}`);this.socket.send(t)}else this.socket.send(t);return Promise.resolve()}end(){this.socket.close()}},cC=new TextEncoder,_f=Object.freeze({messageBuffer:Object.freeze({create:e=>new Qi(e)}),applicationJson:Object.freeze({encoder:Object.freeze({name:"application/json",encode:(e,t)=>{if(t.charset!=="utf-8")throw new Error(`In a Browser environments only utf-8 text encoding is supported. But got encoding: ${t.charset}`);return Promise.resolve(cC.encode(JSON.stringify(e,void 0,0)))}}),decoder:Object.freeze({name:"application/json",decode:(e,t)=>{if(!(e instanceof Uint8Array))throw new Error("In a Browser environments only Uint8Arrays are supported.");return Promise.resolve(JSON.parse(new TextDecoder(t.charset).decode(e)))}})}),stream:Object.freeze({asReadableStream:e=>new cc(e),asWritableStream:e=>new uc(e)}),console,timer:Object.freeze({setTimeout(e,t,...n){let r=setTimeout(e,t,...n);return{dispose:()=>clearTimeout(r)}},setImmediate(e,...t){let n=setTimeout(e,0,...t);return{dispose:()=>clearTimeout(n)}},setInterval(e,t,...n){let r=setInterval(e,t,...n);return{dispose:()=>clearInterval(r)}}})});function lc(){return _f}(function(e){function t(){Rt.RAL.install(_f)}e.install=t})(lc||(lc={}));pc.default=lc});var vn=R(et=>{"use strict";var uC=et&&et.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),lC=et&&et.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&uC(t,e,n)};Object.defineProperty(et,"__esModule",{value:!0});et.createMessageConnection=et.BrowserMessageWriter=et.BrowserMessageReader=void 0;var pC=Cf();pC.default.install();var zn=Gi();lC(Gi(),et);var dc=class extends zn.AbstractMessageReader{constructor(t){super(),this._onData=new zn.Emitter,this._messageListener=n=>{this._onData.fire(n.data)},t.addEventListener("error",n=>this.fireError(n)),t.onmessage=this._messageListener}listen(t){return this._onData.event(t)}};et.BrowserMessageReader=dc;var fc=class extends zn.AbstractMessageWriter{constructor(t){super(),this.port=t,this.errorCount=0,t.addEventListener("error",n=>this.fireError(n))}write(t){try{return this.port.postMessage(t),Promise.resolve()}catch(n){return this.handleError(n,t),Promise.reject(n)}}handleError(t,n){this.errorCount++,this.fireError(t,n,this.errorCount)}end(){}};et.BrowserMessageWriter=fc;function dC(e,t,n,r){return n===void 0&&(n=zn.NullLogger),zn.ConnectionStrategy.is(r)&&(r={connectionStrategy:r}),(0,zn.createMessageConnection)(e,t,n,r)}et.createMessageConnection=dC});var gc=R((Hw,Rf)=>{"use strict";Rf.exports=vn()});var oo={};ys(oo,{AnnotatedTextEdit:()=>Lt,ChangeAnnotation:()=>Pn,ChangeAnnotationIdentifier:()=>qe,CodeAction:()=>Gc,CodeActionContext:()=>Kc,CodeActionKind:()=>Vc,CodeActionTriggerKind:()=>jr,CodeDescription:()=>Rc,CodeLens:()=>Qc,Color:()=>Xi,ColorInformation:()=>bc,ColorPresentation:()=>vc,Command:()=>xn,CompletionItem:()=>Mc,CompletionItemKind:()=>kc,CompletionItemLabelDetails:()=>Oc,CompletionItemTag:()=>Ec,CompletionList:()=>Lc,CreateFile:()=>Yn,DeleteFile:()=>Kn,Diagnostic:()=>qr,DiagnosticRelatedInformation:()=>Zi,DiagnosticSeverity:()=>_c,DiagnosticTag:()=>Cc,DocumentHighlight:()=>Wc,DocumentHighlightKind:()=>Uc,DocumentLink:()=>Xc,DocumentSymbol:()=>Yc,DocumentUri:()=>mc,EOL:()=>fC,FoldingRange:()=>xc,FoldingRangeKind:()=>Pc,FormattingOptions:()=>Jc,Hover:()=>jc,InlayHint:()=>au,InlayHintKind:()=>ro,InlayHintLabelPart:()=>io,InlineCompletionContext:()=>fu,InlineCompletionItem:()=>uu,InlineCompletionList:()=>lu,InlineCompletionTriggerKind:()=>pu,InlineValueContext:()=>su,InlineValueEvaluatableExpression:()=>ou,InlineValueText:()=>ru,InlineValueVariableLookup:()=>iu,InsertReplaceEdit:()=>Nc,InsertTextFormat:()=>Ac,InsertTextMode:()=>qc,Location:()=>Nr,LocationLink:()=>yc,MarkedString:()=>Lr,MarkupContent:()=>Gn,MarkupKind:()=>no,OptionalVersionedTextDocumentIdentifier:()=>Mr,ParameterInformation:()=>Ic,Position:()=>rt,Range:()=>fe,RenameFile:()=>Vn,SelectedCompletionInfo:()=>du,SelectionRange:()=>Zc,SemanticTokenModifiers:()=>tu,SemanticTokenTypes:()=>eu,SemanticTokens:()=>nu,SignatureInformation:()=>Fc,StringValue:()=>cu,SymbolInformation:()=>zc,SymbolKind:()=>Hc,SymbolTag:()=>Bc,TextDocument:()=>mu,TextDocumentEdit:()=>Or,TextDocumentIdentifier:()=>Tc,TextDocumentItem:()=>Sc,TextEdit:()=>Dt,URI:()=>Ji,VersionedTextDocumentIdentifier:()=>wc,WorkspaceChange:()=>Dc,WorkspaceEdit:()=>eo,WorkspaceFolder:()=>gu,WorkspaceSymbol:()=>$c,integer:()=>hc,uinteger:()=>Er});var mc,Ji,hc,Er,rt,fe,Nr,yc,Xi,bc,vc,Pc,xc,Zi,_c,Cc,Rc,qr,xn,Dt,Pn,qe,Lt,Or,Yn,Vn,Kn,eo,$n,to,Dc,Tc,wc,Mr,Sc,no,Gn,kc,Ac,Ec,Nc,qc,Oc,Mc,Lc,Lr,jc,Ic,Fc,Uc,Wc,Hc,Bc,zc,$c,Yc,Vc,jr,Kc,Gc,Qc,Jc,Xc,Zc,eu,tu,nu,ru,iu,ou,su,ro,io,au,cu,uu,lu,pu,du,fu,gu,fC,mu,hu,f,so=Pl(()=>{"use strict";(function(e){function t(n){return typeof n=="string"}e.is=t})(mc||(mc={}));(function(e){function t(n){return typeof n=="string"}e.is=t})(Ji||(Ji={}));(function(e){e.MIN_VALUE=-2147483648,e.MAX_VALUE=2147483647;function t(n){return typeof n=="number"&&e.MIN_VALUE<=n&&n<=e.MAX_VALUE}e.is=t})(hc||(hc={}));(function(e){e.MIN_VALUE=0,e.MAX_VALUE=2147483647;function t(n){return typeof n=="number"&&e.MIN_VALUE<=n&&n<=e.MAX_VALUE}e.is=t})(Er||(Er={}));(function(e){function t(r,i){return r===Number.MAX_VALUE&&(r=Er.MAX_VALUE),i===Number.MAX_VALUE&&(i=Er.MAX_VALUE),{line:r,character:i}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&f.uinteger(i.line)&&f.uinteger(i.character)}e.is=n})(rt||(rt={}));(function(e){function t(r,i,o,s){if(f.uinteger(r)&&f.uinteger(i)&&f.uinteger(o)&&f.uinteger(s))return{start:rt.create(r,i),end:rt.create(o,s)};if(rt.is(r)&&rt.is(i))return{start:r,end:i};throw new Error(`Range#create called with invalid arguments[${r}, ${i}, ${o}, ${s}]`)}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&rt.is(i.start)&&rt.is(i.end)}e.is=n})(fe||(fe={}));(function(e){function t(r,i){return{uri:r,range:i}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&fe.is(i.range)&&(f.string(i.uri)||f.undefined(i.uri))}e.is=n})(Nr||(Nr={}));(function(e){function t(r,i,o,s){return{targetUri:r,targetRange:i,targetSelectionRange:o,originSelectionRange:s}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&fe.is(i.targetRange)&&f.string(i.targetUri)&&fe.is(i.targetSelectionRange)&&(fe.is(i.originSelectionRange)||f.undefined(i.originSelectionRange))}e.is=n})(yc||(yc={}));(function(e){function t(r,i,o,s){return{red:r,green:i,blue:o,alpha:s}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&f.numberRange(i.red,0,1)&&f.numberRange(i.green,0,1)&&f.numberRange(i.blue,0,1)&&f.numberRange(i.alpha,0,1)}e.is=n})(Xi||(Xi={}));(function(e){function t(r,i){return{range:r,color:i}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&fe.is(i.range)&&Xi.is(i.color)}e.is=n})(bc||(bc={}));(function(e){function t(r,i,o){return{label:r,textEdit:i,additionalTextEdits:o}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&f.string(i.label)&&(f.undefined(i.textEdit)||Dt.is(i))&&(f.undefined(i.additionalTextEdits)||f.typedArray(i.additionalTextEdits,Dt.is))}e.is=n})(vc||(vc={}));(function(e){e.Comment="comment",e.Imports="imports",e.Region="region"})(Pc||(Pc={}));(function(e){function t(r,i,o,s,a,c){let u={startLine:r,endLine:i};return f.defined(o)&&(u.startCharacter=o),f.defined(s)&&(u.endCharacter=s),f.defined(a)&&(u.kind=a),f.defined(c)&&(u.collapsedText=c),u}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&f.uinteger(i.startLine)&&f.uinteger(i.startLine)&&(f.undefined(i.startCharacter)||f.uinteger(i.startCharacter))&&(f.undefined(i.endCharacter)||f.uinteger(i.endCharacter))&&(f.undefined(i.kind)||f.string(i.kind))}e.is=n})(xc||(xc={}));(function(e){function t(r,i){return{location:r,message:i}}e.create=t;function n(r){let i=r;return f.defined(i)&&Nr.is(i.location)&&f.string(i.message)}e.is=n})(Zi||(Zi={}));(function(e){e.Error=1,e.Warning=2,e.Information=3,e.Hint=4})(_c||(_c={}));(function(e){e.Unnecessary=1,e.Deprecated=2})(Cc||(Cc={}));(function(e){function t(n){let r=n;return f.objectLiteral(r)&&f.string(r.href)}e.is=t})(Rc||(Rc={}));(function(e){function t(r,i,o,s,a,c){let u={range:r,message:i};return f.defined(o)&&(u.severity=o),f.defined(s)&&(u.code=s),f.defined(a)&&(u.source=a),f.defined(c)&&(u.relatedInformation=c),u}e.create=t;function n(r){var i;let o=r;return f.defined(o)&&fe.is(o.range)&&f.string(o.message)&&(f.number(o.severity)||f.undefined(o.severity))&&(f.integer(o.code)||f.string(o.code)||f.undefined(o.code))&&(f.undefined(o.codeDescription)||f.string((i=o.codeDescription)===null||i===void 0?void 0:i.href))&&(f.string(o.source)||f.undefined(o.source))&&(f.undefined(o.relatedInformation)||f.typedArray(o.relatedInformation,Zi.is))}e.is=n})(qr||(qr={}));(function(e){function t(r,i,...o){let s={title:r,command:i};return f.defined(o)&&o.length>0&&(s.arguments=o),s}e.create=t;function n(r){let i=r;return f.defined(i)&&f.string(i.title)&&f.string(i.command)}e.is=n})(xn||(xn={}));(function(e){function t(o,s){return{range:o,newText:s}}e.replace=t;function n(o,s){return{range:{start:o,end:o},newText:s}}e.insert=n;function r(o){return{range:o,newText:""}}e.del=r;function i(o){let s=o;return f.objectLiteral(s)&&f.string(s.newText)&&fe.is(s.range)}e.is=i})(Dt||(Dt={}));(function(e){function t(r,i,o){let s={label:r};return i!==void 0&&(s.needsConfirmation=i),o!==void 0&&(s.description=o),s}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&f.string(i.label)&&(f.boolean(i.needsConfirmation)||i.needsConfirmation===void 0)&&(f.string(i.description)||i.description===void 0)}e.is=n})(Pn||(Pn={}));(function(e){function t(n){let r=n;return f.string(r)}e.is=t})(qe||(qe={}));(function(e){function t(o,s,a){return{range:o,newText:s,annotationId:a}}e.replace=t;function n(o,s,a){return{range:{start:o,end:o},newText:s,annotationId:a}}e.insert=n;function r(o,s){return{range:o,newText:"",annotationId:s}}e.del=r;function i(o){let s=o;return Dt.is(s)&&(Pn.is(s.annotationId)||qe.is(s.annotationId))}e.is=i})(Lt||(Lt={}));(function(e){function t(r,i){return{textDocument:r,edits:i}}e.create=t;function n(r){let i=r;return f.defined(i)&&Mr.is(i.textDocument)&&Array.isArray(i.edits)}e.is=n})(Or||(Or={}));(function(e){function t(r,i,o){let s={kind:"create",uri:r};return i!==void 0&&(i.overwrite!==void 0||i.ignoreIfExists!==void 0)&&(s.options=i),o!==void 0&&(s.annotationId=o),s}e.create=t;function n(r){let i=r;return i&&i.kind==="create"&&f.string(i.uri)&&(i.options===void 0||(i.options.overwrite===void 0||f.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||f.boolean(i.options.ignoreIfExists)))&&(i.annotationId===void 0||qe.is(i.annotationId))}e.is=n})(Yn||(Yn={}));(function(e){function t(r,i,o,s){let a={kind:"rename",oldUri:r,newUri:i};return o!==void 0&&(o.overwrite!==void 0||o.ignoreIfExists!==void 0)&&(a.options=o),s!==void 0&&(a.annotationId=s),a}e.create=t;function n(r){let i=r;return i&&i.kind==="rename"&&f.string(i.oldUri)&&f.string(i.newUri)&&(i.options===void 0||(i.options.overwrite===void 0||f.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||f.boolean(i.options.ignoreIfExists)))&&(i.annotationId===void 0||qe.is(i.annotationId))}e.is=n})(Vn||(Vn={}));(function(e){function t(r,i,o){let s={kind:"delete",uri:r};return i!==void 0&&(i.recursive!==void 0||i.ignoreIfNotExists!==void 0)&&(s.options=i),o!==void 0&&(s.annotationId=o),s}e.create=t;function n(r){let i=r;return i&&i.kind==="delete"&&f.string(i.uri)&&(i.options===void 0||(i.options.recursive===void 0||f.boolean(i.options.recursive))&&(i.options.ignoreIfNotExists===void 0||f.boolean(i.options.ignoreIfNotExists)))&&(i.annotationId===void 0||qe.is(i.annotationId))}e.is=n})(Kn||(Kn={}));(function(e){function t(n){let r=n;return r&&(r.changes!==void 0||r.documentChanges!==void 0)&&(r.documentChanges===void 0||r.documentChanges.every(i=>f.string(i.kind)?Yn.is(i)||Vn.is(i)||Kn.is(i):Or.is(i)))}e.is=t})(eo||(eo={}));$n=class{constructor(t,n){this.edits=t,this.changeAnnotations=n}insert(t,n,r){let i,o;if(r===void 0?i=Dt.insert(t,n):qe.is(r)?(o=r,i=Lt.insert(t,n,r)):(this.assertChangeAnnotations(this.changeAnnotations),o=this.changeAnnotations.manage(r),i=Lt.insert(t,n,o)),this.edits.push(i),o!==void 0)return o}replace(t,n,r){let i,o;if(r===void 0?i=Dt.replace(t,n):qe.is(r)?(o=r,i=Lt.replace(t,n,r)):(this.assertChangeAnnotations(this.changeAnnotations),o=this.changeAnnotations.manage(r),i=Lt.replace(t,n,o)),this.edits.push(i),o!==void 0)return o}delete(t,n){let r,i;if(n===void 0?r=Dt.del(t):qe.is(n)?(i=n,r=Lt.del(t,n)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(n),r=Lt.del(t,i)),this.edits.push(r),i!==void 0)return i}add(t){this.edits.push(t)}all(){return this.edits}clear(){this.edits.splice(0,this.edits.length)}assertChangeAnnotations(t){if(t===void 0)throw new Error("Text edit change is not configured to manage change annotations.")}},to=class{constructor(t){this._annotations=t===void 0?Object.create(null):t,this._counter=0,this._size=0}all(){return this._annotations}get size(){return this._size}manage(t,n){let r;if(qe.is(t)?r=t:(r=this.nextId(),n=t),this._annotations[r]!==void 0)throw new Error(`Id ${r} is already in use.`);if(n===void 0)throw new Error(`No annotation provided for id ${r}`);return this._annotations[r]=n,this._size++,r}nextId(){return this._counter++,this._counter.toString()}},Dc=class{constructor(t){this._textEditChanges=Object.create(null),t!==void 0?(this._workspaceEdit=t,t.documentChanges?(this._changeAnnotations=new to(t.changeAnnotations),t.changeAnnotations=this._changeAnnotations.all(),t.documentChanges.forEach(n=>{if(Or.is(n)){let r=new $n(n.edits,this._changeAnnotations);this._textEditChanges[n.textDocument.uri]=r}})):t.changes&&Object.keys(t.changes).forEach(n=>{let r=new $n(t.changes[n]);this._textEditChanges[n]=r})):this._workspaceEdit={}}get edit(){return this.initDocumentChanges(),this._changeAnnotations!==void 0&&(this._changeAnnotations.size===0?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit}getTextEditChange(t){if(Mr.is(t)){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");let n={uri:t.uri,version:t.version},r=this._textEditChanges[n.uri];if(!r){let i=[],o={textDocument:n,edits:i};this._workspaceEdit.documentChanges.push(o),r=new $n(i,this._changeAnnotations),this._textEditChanges[n.uri]=r}return r}else{if(this.initChanges(),this._workspaceEdit.changes===void 0)throw new Error("Workspace edit is not configured for normal text edit changes.");let n=this._textEditChanges[t];if(!n){let r=[];this._workspaceEdit.changes[t]=r,n=new $n(r),this._textEditChanges[t]=n}return n}}initDocumentChanges(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._changeAnnotations=new to,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())}initChanges(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._workspaceEdit.changes=Object.create(null))}createFile(t,n,r){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");let i;Pn.is(n)||qe.is(n)?i=n:r=n;let o,s;if(i===void 0?o=Yn.create(t,r):(s=qe.is(i)?i:this._changeAnnotations.manage(i),o=Yn.create(t,r,s)),this._workspaceEdit.documentChanges.push(o),s!==void 0)return s}renameFile(t,n,r,i){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");let o;Pn.is(r)||qe.is(r)?o=r:i=r;let s,a;if(o===void 0?s=Vn.create(t,n,i):(a=qe.is(o)?o:this._changeAnnotations.manage(o),s=Vn.create(t,n,i,a)),this._workspaceEdit.documentChanges.push(s),a!==void 0)return a}deleteFile(t,n,r){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");let i;Pn.is(n)||qe.is(n)?i=n:r=n;let o,s;if(i===void 0?o=Kn.create(t,r):(s=qe.is(i)?i:this._changeAnnotations.manage(i),o=Kn.create(t,r,s)),this._workspaceEdit.documentChanges.push(o),s!==void 0)return s}};(function(e){function t(r){return{uri:r}}e.create=t;function n(r){let i=r;return f.defined(i)&&f.string(i.uri)}e.is=n})(Tc||(Tc={}));(function(e){function t(r,i){return{uri:r,version:i}}e.create=t;function n(r){let i=r;return f.defined(i)&&f.string(i.uri)&&f.integer(i.version)}e.is=n})(wc||(wc={}));(function(e){function t(r,i){return{uri:r,version:i}}e.create=t;function n(r){let i=r;return f.defined(i)&&f.string(i.uri)&&(i.version===null||f.integer(i.version))}e.is=n})(Mr||(Mr={}));(function(e){function t(r,i,o,s){return{uri:r,languageId:i,version:o,text:s}}e.create=t;function n(r){let i=r;return f.defined(i)&&f.string(i.uri)&&f.string(i.languageId)&&f.integer(i.version)&&f.string(i.text)}e.is=n})(Sc||(Sc={}));(function(e){e.PlainText="plaintext",e.Markdown="markdown";function t(n){let r=n;return r===e.PlainText||r===e.Markdown}e.is=t})(no||(no={}));(function(e){function t(n){let r=n;return f.objectLiteral(n)&&no.is(r.kind)&&f.string(r.value)}e.is=t})(Gn||(Gn={}));(function(e){e.Text=1,e.Method=2,e.Function=3,e.Constructor=4,e.Field=5,e.Variable=6,e.Class=7,e.Interface=8,e.Module=9,e.Property=10,e.Unit=11,e.Value=12,e.Enum=13,e.Keyword=14,e.Snippet=15,e.Color=16,e.File=17,e.Reference=18,e.Folder=19,e.EnumMember=20,e.Constant=21,e.Struct=22,e.Event=23,e.Operator=24,e.TypeParameter=25})(kc||(kc={}));(function(e){e.PlainText=1,e.Snippet=2})(Ac||(Ac={}));(function(e){e.Deprecated=1})(Ec||(Ec={}));(function(e){function t(r,i,o){return{newText:r,insert:i,replace:o}}e.create=t;function n(r){let i=r;return i&&f.string(i.newText)&&fe.is(i.insert)&&fe.is(i.replace)}e.is=n})(Nc||(Nc={}));(function(e){e.asIs=1,e.adjustIndentation=2})(qc||(qc={}));(function(e){function t(n){let r=n;return r&&(f.string(r.detail)||r.detail===void 0)&&(f.string(r.description)||r.description===void 0)}e.is=t})(Oc||(Oc={}));(function(e){function t(n){return{label:n}}e.create=t})(Mc||(Mc={}));(function(e){function t(n,r){return{items:n||[],isIncomplete:!!r}}e.create=t})(Lc||(Lc={}));(function(e){function t(r){return r.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}e.fromPlainText=t;function n(r){let i=r;return f.string(i)||f.objectLiteral(i)&&f.string(i.language)&&f.string(i.value)}e.is=n})(Lr||(Lr={}));(function(e){function t(n){let r=n;return!!r&&f.objectLiteral(r)&&(Gn.is(r.contents)||Lr.is(r.contents)||f.typedArray(r.contents,Lr.is))&&(n.range===void 0||fe.is(n.range))}e.is=t})(jc||(jc={}));(function(e){function t(n,r){return r?{label:n,documentation:r}:{label:n}}e.create=t})(Ic||(Ic={}));(function(e){function t(n,r,...i){let o={label:n};return f.defined(r)&&(o.documentation=r),f.defined(i)?o.parameters=i:o.parameters=[],o}e.create=t})(Fc||(Fc={}));(function(e){e.Text=1,e.Read=2,e.Write=3})(Uc||(Uc={}));(function(e){function t(n,r){let i={range:n};return f.number(r)&&(i.kind=r),i}e.create=t})(Wc||(Wc={}));(function(e){e.File=1,e.Module=2,e.Namespace=3,e.Package=4,e.Class=5,e.Method=6,e.Property=7,e.Field=8,e.Constructor=9,e.Enum=10,e.Interface=11,e.Function=12,e.Variable=13,e.Constant=14,e.String=15,e.Number=16,e.Boolean=17,e.Array=18,e.Object=19,e.Key=20,e.Null=21,e.EnumMember=22,e.Struct=23,e.Event=24,e.Operator=25,e.TypeParameter=26})(Hc||(Hc={}));(function(e){e.Deprecated=1})(Bc||(Bc={}));(function(e){function t(n,r,i,o,s){let a={name:n,kind:r,location:{uri:o,range:i}};return s&&(a.containerName=s),a}e.create=t})(zc||(zc={}));(function(e){function t(n,r,i,o){return o!==void 0?{name:n,kind:r,location:{uri:i,range:o}}:{name:n,kind:r,location:{uri:i}}}e.create=t})($c||($c={}));(function(e){function t(r,i,o,s,a,c){let u={name:r,detail:i,kind:o,range:s,selectionRange:a};return c!==void 0&&(u.children=c),u}e.create=t;function n(r){let i=r;return i&&f.string(i.name)&&f.number(i.kind)&&fe.is(i.range)&&fe.is(i.selectionRange)&&(i.detail===void 0||f.string(i.detail))&&(i.deprecated===void 0||f.boolean(i.deprecated))&&(i.children===void 0||Array.isArray(i.children))&&(i.tags===void 0||Array.isArray(i.tags))}e.is=n})(Yc||(Yc={}));(function(e){e.Empty="",e.QuickFix="quickfix",e.Refactor="refactor",e.RefactorExtract="refactor.extract",e.RefactorInline="refactor.inline",e.RefactorRewrite="refactor.rewrite",e.Source="source",e.SourceOrganizeImports="source.organizeImports",e.SourceFixAll="source.fixAll"})(Vc||(Vc={}));(function(e){e.Invoked=1,e.Automatic=2})(jr||(jr={}));(function(e){function t(r,i,o){let s={diagnostics:r};return i!=null&&(s.only=i),o!=null&&(s.triggerKind=o),s}e.create=t;function n(r){let i=r;return f.defined(i)&&f.typedArray(i.diagnostics,qr.is)&&(i.only===void 0||f.typedArray(i.only,f.string))&&(i.triggerKind===void 0||i.triggerKind===jr.Invoked||i.triggerKind===jr.Automatic)}e.is=n})(Kc||(Kc={}));(function(e){function t(r,i,o){let s={title:r},a=!0;return typeof i=="string"?(a=!1,s.kind=i):xn.is(i)?s.command=i:s.edit=i,a&&o!==void 0&&(s.kind=o),s}e.create=t;function n(r){let i=r;return i&&f.string(i.title)&&(i.diagnostics===void 0||f.typedArray(i.diagnostics,qr.is))&&(i.kind===void 0||f.string(i.kind))&&(i.edit!==void 0||i.command!==void 0)&&(i.command===void 0||xn.is(i.command))&&(i.isPreferred===void 0||f.boolean(i.isPreferred))&&(i.edit===void 0||eo.is(i.edit))}e.is=n})(Gc||(Gc={}));(function(e){function t(r,i){let o={range:r};return f.defined(i)&&(o.data=i),o}e.create=t;function n(r){let i=r;return f.defined(i)&&fe.is(i.range)&&(f.undefined(i.command)||xn.is(i.command))}e.is=n})(Qc||(Qc={}));(function(e){function t(r,i){return{tabSize:r,insertSpaces:i}}e.create=t;function n(r){let i=r;return f.defined(i)&&f.uinteger(i.tabSize)&&f.boolean(i.insertSpaces)}e.is=n})(Jc||(Jc={}));(function(e){function t(r,i,o){return{range:r,target:i,data:o}}e.create=t;function n(r){let i=r;return f.defined(i)&&fe.is(i.range)&&(f.undefined(i.target)||f.string(i.target))}e.is=n})(Xc||(Xc={}));(function(e){function t(r,i){return{range:r,parent:i}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&fe.is(i.range)&&(i.parent===void 0||e.is(i.parent))}e.is=n})(Zc||(Zc={}));(function(e){e.namespace="namespace",e.type="type",e.class="class",e.enum="enum",e.interface="interface",e.struct="struct",e.typeParameter="typeParameter",e.parameter="parameter",e.variable="variable",e.property="property",e.enumMember="enumMember",e.event="event",e.function="function",e.method="method",e.macro="macro",e.keyword="keyword",e.modifier="modifier",e.comment="comment",e.string="string",e.number="number",e.regexp="regexp",e.operator="operator",e.decorator="decorator"})(eu||(eu={}));(function(e){e.declaration="declaration",e.definition="definition",e.readonly="readonly",e.static="static",e.deprecated="deprecated",e.abstract="abstract",e.async="async",e.modification="modification",e.documentation="documentation",e.defaultLibrary="defaultLibrary"})(tu||(tu={}));(function(e){function t(n){let r=n;return f.objectLiteral(r)&&(r.resultId===void 0||typeof r.resultId=="string")&&Array.isArray(r.data)&&(r.data.length===0||typeof r.data[0]=="number")}e.is=t})(nu||(nu={}));(function(e){function t(r,i){return{range:r,text:i}}e.create=t;function n(r){let i=r;return i!=null&&fe.is(i.range)&&f.string(i.text)}e.is=n})(ru||(ru={}));(function(e){function t(r,i,o){return{range:r,variableName:i,caseSensitiveLookup:o}}e.create=t;function n(r){let i=r;return i!=null&&fe.is(i.range)&&f.boolean(i.caseSensitiveLookup)&&(f.string(i.variableName)||i.variableName===void 0)}e.is=n})(iu||(iu={}));(function(e){function t(r,i){return{range:r,expression:i}}e.create=t;function n(r){let i=r;return i!=null&&fe.is(i.range)&&(f.string(i.expression)||i.expression===void 0)}e.is=n})(ou||(ou={}));(function(e){function t(r,i){return{frameId:r,stoppedLocation:i}}e.create=t;function n(r){let i=r;return f.defined(i)&&fe.is(r.stoppedLocation)}e.is=n})(su||(su={}));(function(e){e.Type=1,e.Parameter=2;function t(n){return n===1||n===2}e.is=t})(ro||(ro={}));(function(e){function t(r){return{value:r}}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&(i.tooltip===void 0||f.string(i.tooltip)||Gn.is(i.tooltip))&&(i.location===void 0||Nr.is(i.location))&&(i.command===void 0||xn.is(i.command))}e.is=n})(io||(io={}));(function(e){function t(r,i,o){let s={position:r,label:i};return o!==void 0&&(s.kind=o),s}e.create=t;function n(r){let i=r;return f.objectLiteral(i)&&rt.is(i.position)&&(f.string(i.label)||f.typedArray(i.label,io.is))&&(i.kind===void 0||ro.is(i.kind))&&i.textEdits===void 0||f.typedArray(i.textEdits,Dt.is)&&(i.tooltip===void 0||f.string(i.tooltip)||Gn.is(i.tooltip))&&(i.paddingLeft===void 0||f.boolean(i.paddingLeft))&&(i.paddingRight===void 0||f.boolean(i.paddingRight))}e.is=n})(au||(au={}));(function(e){function t(n){return{kind:"snippet",value:n}}e.createSnippet=t})(cu||(cu={}));(function(e){function t(n,r,i,o){return{insertText:n,filterText:r,range:i,command:o}}e.create=t})(uu||(uu={}));(function(e){function t(n){return{items:n}}e.create=t})(lu||(lu={}));(function(e){e.Invoked=0,e.Automatic=1})(pu||(pu={}));(function(e){function t(n,r){return{range:n,text:r}}e.create=t})(du||(du={}));(function(e){function t(n,r){return{triggerKind:n,selectedCompletionInfo:r}}e.create=t})(fu||(fu={}));(function(e){function t(n){let r=n;return f.objectLiteral(r)&&Ji.is(r.uri)&&f.string(r.name)}e.is=t})(gu||(gu={}));fC=[`
|
|
66
66
|
`,`\r
|
|
67
|
-
`,"\r"];(function(e){function t(o,s,a,c){return new
|
|
67
|
+
`,"\r"];(function(e){function t(o,s,a,c){return new hu(o,s,a,c)}e.create=t;function n(o){let s=o;return!!(f.defined(s)&&f.string(s.uri)&&(f.undefined(s.languageId)||f.string(s.languageId))&&f.uinteger(s.lineCount)&&f.func(s.getText)&&f.func(s.positionAt)&&f.func(s.offsetAt))}e.is=n;function r(o,s){let a=o.getText(),c=i(s,(d,m)=>{let v=d.range.start.line-m.range.start.line;return v===0?d.range.start.character-m.range.start.character:v}),u=a.length;for(let d=c.length-1;d>=0;d--){let m=c[d],v=o.offsetAt(m.range.start),y=o.offsetAt(m.range.end);if(y<=u)a=a.substring(0,v)+m.newText+a.substring(y,a.length);else throw new Error("Overlapping edit");u=v}return a}e.applyEdits=r;function i(o,s){if(o.length<=1)return o;let a=o.length/2|0,c=o.slice(0,a),u=o.slice(a);i(c,s),i(u,s);let d=0,m=0,v=0;for(;d<c.length&&m<u.length;)s(c[d],u[m])<=0?o[v++]=c[d++]:o[v++]=u[m++];for(;d<c.length;)o[v++]=c[d++];for(;m<u.length;)o[v++]=u[m++];return o}})(mu||(mu={}));hu=class{constructor(t,n,r,i){this._uri=t,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(t){if(t){let n=this.offsetAt(t.start),r=this.offsetAt(t.end);return this._content.substring(n,r)}return this._content}update(t,n){this._content=t.text,this._version=n,this._lineOffsets=void 0}getLineOffsets(){if(this._lineOffsets===void 0){let t=[],n=this._content,r=!0;for(let i=0;i<n.length;i++){r&&(t.push(i),r=!1);let o=n.charAt(i);r=o==="\r"||o===`
|
|
68
68
|
`,o==="\r"&&i+1<n.length&&n.charAt(i+1)===`
|
|
69
|
-
`&&i++}r&&n.length>0&&t.push(n.length),this._lineOffsets=t}return this._lineOffsets}positionAt(t){t=Math.max(Math.min(t,this._content.length),0);let n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return nt.create(0,t);for(;r<i;){let s=Math.floor((r+i)/2);n[s]>t?i=s:r=s+1}let o=r-1;return nt.create(o,t-n[o])}offsetAt(t){let n=this.getLineOffsets();if(t.line>=n.length)return this._content.length;if(t.line<0)return 0;let r=n[t.line],i=t.line+1<n.length?n[t.line+1]:this._content.length;return Math.max(Math.min(r+t.character,i),r)}get lineCount(){return this.getLineOffsets().length}};(function(e){let t=Object.prototype.toString;function n(y){return typeof y<"u"}e.defined=n;function r(y){return typeof y>"u"}e.undefined=r;function i(y){return y===!0||y===!1}e.boolean=i;function o(y){return t.call(y)==="[object String]"}e.string=o;function s(y){return t.call(y)==="[object Number]"}e.number=s;function a(y,T,I){return t.call(y)==="[object Number]"&&T<=y&&y<=I}e.numberRange=a;function c(y){return t.call(y)==="[object Number]"&&-2147483648<=y&&y<=2147483647}e.integer=c;function u(y){return t.call(y)==="[object Number]"&&0<=y&&y<=2147483647}e.uinteger=u;function d(y){return t.call(y)==="[object Function]"}e.func=d;function m(y){return y!==null&&typeof y=="object"}e.objectLiteral=m;function v(y,T){return Array.isArray(y)&&y.every(T)}e.typedArray=v})(f||(f={}))});var ce=R(Ve=>{"use strict";Object.defineProperty(Ve,"__esModule",{value:!0});Ve.ProtocolNotificationType=Ve.ProtocolNotificationType0=Ve.ProtocolRequestType=Ve.ProtocolRequestType0=Ve.RegistrationType=Ve.MessageDirection=void 0;var Qn=bn(),_f;(function(e){e.clientToServer="clientToServer",e.serverToClient="serverToClient",e.both="both"})(_f||(Ve.MessageDirection=_f={}));var mu=class{constructor(t){this.method=t}};Ve.RegistrationType=mu;var hu=class extends Qn.RequestType0{constructor(t){super(t)}};Ve.ProtocolRequestType0=hu;var yu=class extends Qn.RequestType{constructor(t){super(t,Qn.ParameterStructures.byName)}};Ve.ProtocolRequestType=yu;var bu=class extends Qn.NotificationType0{constructor(t){super(t)}};Ve.ProtocolNotificationType0=bu;var vu=class extends Qn.NotificationType{constructor(t){super(t,Qn.ParameterStructures.byName)}};Ve.ProtocolNotificationType=vu});var ao=R(_e=>{"use strict";Object.defineProperty(_e,"__esModule",{value:!0});_e.objectLiteral=_e.typedArray=_e.stringArray=_e.array=_e.func=_e.error=_e.number=_e.string=_e.boolean=void 0;function K0(e){return e===!0||e===!1}_e.boolean=K0;function xf(e){return typeof e=="string"||e instanceof String}_e.string=xf;function Q0(e){return typeof e=="number"||e instanceof Number}_e.number=Q0;function J0(e){return e instanceof Error}_e.error=J0;function X0(e){return typeof e=="function"}_e.func=X0;function Cf(e){return Array.isArray(e)}_e.array=Cf;function Z0(e){return Cf(e)&&e.every(t=>xf(t))}_e.stringArray=Z0;function eC(e,t){return Array.isArray(e)&&e.every(t)}_e.typedArray=eC;function tC(e){return e!==null&&typeof e=="object"}_e.objectLiteral=tC});var Tf=R(co=>{"use strict";Object.defineProperty(co,"__esModule",{value:!0});co.ImplementationRequest=void 0;var Rf=ce(),Df;(function(e){e.method="textDocument/implementation",e.messageDirection=Rf.MessageDirection.clientToServer,e.type=new Rf.ProtocolRequestType(e.method)})(Df||(co.ImplementationRequest=Df={}))});var kf=R(uo=>{"use strict";Object.defineProperty(uo,"__esModule",{value:!0});uo.TypeDefinitionRequest=void 0;var wf=ce(),Sf;(function(e){e.method="textDocument/typeDefinition",e.messageDirection=wf.MessageDirection.clientToServer,e.type=new wf.ProtocolRequestType(e.method)})(Sf||(uo.TypeDefinitionRequest=Sf={}))});var Nf=R(Jn=>{"use strict";Object.defineProperty(Jn,"__esModule",{value:!0});Jn.DidChangeWorkspaceFoldersNotification=Jn.WorkspaceFoldersRequest=void 0;var lo=ce(),Af;(function(e){e.method="workspace/workspaceFolders",e.messageDirection=lo.MessageDirection.serverToClient,e.type=new lo.ProtocolRequestType0(e.method)})(Af||(Jn.WorkspaceFoldersRequest=Af={}));var Ef;(function(e){e.method="workspace/didChangeWorkspaceFolders",e.messageDirection=lo.MessageDirection.clientToServer,e.type=new lo.ProtocolNotificationType(e.method)})(Ef||(Jn.DidChangeWorkspaceFoldersNotification=Ef={}))});var Mf=R(po=>{"use strict";Object.defineProperty(po,"__esModule",{value:!0});po.ConfigurationRequest=void 0;var qf=ce(),Of;(function(e){e.method="workspace/configuration",e.messageDirection=qf.MessageDirection.serverToClient,e.type=new qf.ProtocolRequestType(e.method)})(Of||(po.ConfigurationRequest=Of={}))});var If=R(Xn=>{"use strict";Object.defineProperty(Xn,"__esModule",{value:!0});Xn.ColorPresentationRequest=Xn.DocumentColorRequest=void 0;var fo=ce(),jf;(function(e){e.method="textDocument/documentColor",e.messageDirection=fo.MessageDirection.clientToServer,e.type=new fo.ProtocolRequestType(e.method)})(jf||(Xn.DocumentColorRequest=jf={}));var Lf;(function(e){e.method="textDocument/colorPresentation",e.messageDirection=fo.MessageDirection.clientToServer,e.type=new fo.ProtocolRequestType(e.method)})(Lf||(Xn.ColorPresentationRequest=Lf={}))});var Wf=R(Zn=>{"use strict";Object.defineProperty(Zn,"__esModule",{value:!0});Zn.FoldingRangeRefreshRequest=Zn.FoldingRangeRequest=void 0;var go=ce(),Ff;(function(e){e.method="textDocument/foldingRange",e.messageDirection=go.MessageDirection.clientToServer,e.type=new go.ProtocolRequestType(e.method)})(Ff||(Zn.FoldingRangeRequest=Ff={}));var Uf;(function(e){e.method="workspace/foldingRange/refresh",e.messageDirection=go.MessageDirection.serverToClient,e.type=new go.ProtocolRequestType0(e.method)})(Uf||(Zn.FoldingRangeRefreshRequest=Uf={}))});var Bf=R(mo=>{"use strict";Object.defineProperty(mo,"__esModule",{value:!0});mo.DeclarationRequest=void 0;var Hf=ce(),zf;(function(e){e.method="textDocument/declaration",e.messageDirection=Hf.MessageDirection.clientToServer,e.type=new Hf.ProtocolRequestType(e.method)})(zf||(mo.DeclarationRequest=zf={}))});var Yf=R(ho=>{"use strict";Object.defineProperty(ho,"__esModule",{value:!0});ho.SelectionRangeRequest=void 0;var $f=ce(),Vf;(function(e){e.method="textDocument/selectionRange",e.messageDirection=$f.MessageDirection.clientToServer,e.type=new $f.ProtocolRequestType(e.method)})(Vf||(ho.SelectionRangeRequest=Vf={}))});var Jf=R(Kt=>{"use strict";Object.defineProperty(Kt,"__esModule",{value:!0});Kt.WorkDoneProgressCancelNotification=Kt.WorkDoneProgressCreateRequest=Kt.WorkDoneProgress=void 0;var nC=bn(),yo=ce(),Gf;(function(e){e.type=new nC.ProgressType;function t(n){return n===e.type}e.is=t})(Gf||(Kt.WorkDoneProgress=Gf={}));var Kf;(function(e){e.method="window/workDoneProgress/create",e.messageDirection=yo.MessageDirection.serverToClient,e.type=new yo.ProtocolRequestType(e.method)})(Kf||(Kt.WorkDoneProgressCreateRequest=Kf={}));var Qf;(function(e){e.method="window/workDoneProgress/cancel",e.messageDirection=yo.MessageDirection.clientToServer,e.type=new yo.ProtocolNotificationType(e.method)})(Qf||(Kt.WorkDoneProgressCancelNotification=Qf={}))});var tg=R(Qt=>{"use strict";Object.defineProperty(Qt,"__esModule",{value:!0});Qt.CallHierarchyOutgoingCallsRequest=Qt.CallHierarchyIncomingCallsRequest=Qt.CallHierarchyPrepareRequest=void 0;var er=ce(),Xf;(function(e){e.method="textDocument/prepareCallHierarchy",e.messageDirection=er.MessageDirection.clientToServer,e.type=new er.ProtocolRequestType(e.method)})(Xf||(Qt.CallHierarchyPrepareRequest=Xf={}));var Zf;(function(e){e.method="callHierarchy/incomingCalls",e.messageDirection=er.MessageDirection.clientToServer,e.type=new er.ProtocolRequestType(e.method)})(Zf||(Qt.CallHierarchyIncomingCallsRequest=Zf={}));var eg;(function(e){e.method="callHierarchy/outgoingCalls",e.messageDirection=er.MessageDirection.clientToServer,e.type=new er.ProtocolRequestType(e.method)})(eg||(Qt.CallHierarchyOutgoingCallsRequest=eg={}))});var ag=R(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.SemanticTokensRefreshRequest=Ye.SemanticTokensRangeRequest=Ye.SemanticTokensDeltaRequest=Ye.SemanticTokensRequest=Ye.SemanticTokensRegistrationType=Ye.TokenFormat=void 0;var jt=ce(),ng;(function(e){e.Relative="relative"})(ng||(Ye.TokenFormat=ng={}));var Lr;(function(e){e.method="textDocument/semanticTokens",e.type=new jt.RegistrationType(e.method)})(Lr||(Ye.SemanticTokensRegistrationType=Lr={}));var rg;(function(e){e.method="textDocument/semanticTokens/full",e.messageDirection=jt.MessageDirection.clientToServer,e.type=new jt.ProtocolRequestType(e.method),e.registrationMethod=Lr.method})(rg||(Ye.SemanticTokensRequest=rg={}));var ig;(function(e){e.method="textDocument/semanticTokens/full/delta",e.messageDirection=jt.MessageDirection.clientToServer,e.type=new jt.ProtocolRequestType(e.method),e.registrationMethod=Lr.method})(ig||(Ye.SemanticTokensDeltaRequest=ig={}));var og;(function(e){e.method="textDocument/semanticTokens/range",e.messageDirection=jt.MessageDirection.clientToServer,e.type=new jt.ProtocolRequestType(e.method),e.registrationMethod=Lr.method})(og||(Ye.SemanticTokensRangeRequest=og={}));var sg;(function(e){e.method="workspace/semanticTokens/refresh",e.messageDirection=jt.MessageDirection.serverToClient,e.type=new jt.ProtocolRequestType0(e.method)})(sg||(Ye.SemanticTokensRefreshRequest=sg={}))});var lg=R(bo=>{"use strict";Object.defineProperty(bo,"__esModule",{value:!0});bo.ShowDocumentRequest=void 0;var cg=ce(),ug;(function(e){e.method="window/showDocument",e.messageDirection=cg.MessageDirection.serverToClient,e.type=new cg.ProtocolRequestType(e.method)})(ug||(bo.ShowDocumentRequest=ug={}))});var fg=R(vo=>{"use strict";Object.defineProperty(vo,"__esModule",{value:!0});vo.LinkedEditingRangeRequest=void 0;var pg=ce(),dg;(function(e){e.method="textDocument/linkedEditingRange",e.messageDirection=pg.MessageDirection.clientToServer,e.type=new pg.ProtocolRequestType(e.method)})(dg||(vo.LinkedEditingRangeRequest=dg={}))});var _g=R(Le=>{"use strict";Object.defineProperty(Le,"__esModule",{value:!0});Le.WillDeleteFilesRequest=Le.DidDeleteFilesNotification=Le.DidRenameFilesNotification=Le.WillRenameFilesRequest=Le.DidCreateFilesNotification=Le.WillCreateFilesRequest=Le.FileOperationPatternKind=void 0;var rt=ce(),gg;(function(e){e.file="file",e.folder="folder"})(gg||(Le.FileOperationPatternKind=gg={}));var mg;(function(e){e.method="workspace/willCreateFiles",e.messageDirection=rt.MessageDirection.clientToServer,e.type=new rt.ProtocolRequestType(e.method)})(mg||(Le.WillCreateFilesRequest=mg={}));var hg;(function(e){e.method="workspace/didCreateFiles",e.messageDirection=rt.MessageDirection.clientToServer,e.type=new rt.ProtocolNotificationType(e.method)})(hg||(Le.DidCreateFilesNotification=hg={}));var yg;(function(e){e.method="workspace/willRenameFiles",e.messageDirection=rt.MessageDirection.clientToServer,e.type=new rt.ProtocolRequestType(e.method)})(yg||(Le.WillRenameFilesRequest=yg={}));var bg;(function(e){e.method="workspace/didRenameFiles",e.messageDirection=rt.MessageDirection.clientToServer,e.type=new rt.ProtocolNotificationType(e.method)})(bg||(Le.DidRenameFilesNotification=bg={}));var vg;(function(e){e.method="workspace/didDeleteFiles",e.messageDirection=rt.MessageDirection.clientToServer,e.type=new rt.ProtocolNotificationType(e.method)})(vg||(Le.DidDeleteFilesNotification=vg={}));var Pg;(function(e){e.method="workspace/willDeleteFiles",e.messageDirection=rt.MessageDirection.clientToServer,e.type=new rt.ProtocolRequestType(e.method)})(Pg||(Le.WillDeleteFilesRequest=Pg={}))});var Tg=R(Jt=>{"use strict";Object.defineProperty(Jt,"__esModule",{value:!0});Jt.MonikerRequest=Jt.MonikerKind=Jt.UniquenessLevel=void 0;var xg=ce(),Cg;(function(e){e.document="document",e.project="project",e.group="group",e.scheme="scheme",e.global="global"})(Cg||(Jt.UniquenessLevel=Cg={}));var Rg;(function(e){e.$import="import",e.$export="export",e.local="local"})(Rg||(Jt.MonikerKind=Rg={}));var Dg;(function(e){e.method="textDocument/moniker",e.messageDirection=xg.MessageDirection.clientToServer,e.type=new xg.ProtocolRequestType(e.method)})(Dg||(Jt.MonikerRequest=Dg={}))});var Ag=R(Xt=>{"use strict";Object.defineProperty(Xt,"__esModule",{value:!0});Xt.TypeHierarchySubtypesRequest=Xt.TypeHierarchySupertypesRequest=Xt.TypeHierarchyPrepareRequest=void 0;var tr=ce(),wg;(function(e){e.method="textDocument/prepareTypeHierarchy",e.messageDirection=tr.MessageDirection.clientToServer,e.type=new tr.ProtocolRequestType(e.method)})(wg||(Xt.TypeHierarchyPrepareRequest=wg={}));var Sg;(function(e){e.method="typeHierarchy/supertypes",e.messageDirection=tr.MessageDirection.clientToServer,e.type=new tr.ProtocolRequestType(e.method)})(Sg||(Xt.TypeHierarchySupertypesRequest=Sg={}));var kg;(function(e){e.method="typeHierarchy/subtypes",e.messageDirection=tr.MessageDirection.clientToServer,e.type=new tr.ProtocolRequestType(e.method)})(kg||(Xt.TypeHierarchySubtypesRequest=kg={}))});var qg=R(nr=>{"use strict";Object.defineProperty(nr,"__esModule",{value:!0});nr.InlineValueRefreshRequest=nr.InlineValueRequest=void 0;var Po=ce(),Eg;(function(e){e.method="textDocument/inlineValue",e.messageDirection=Po.MessageDirection.clientToServer,e.type=new Po.ProtocolRequestType(e.method)})(Eg||(nr.InlineValueRequest=Eg={}));var Ng;(function(e){e.method="workspace/inlineValue/refresh",e.messageDirection=Po.MessageDirection.serverToClient,e.type=new Po.ProtocolRequestType0(e.method)})(Ng||(nr.InlineValueRefreshRequest=Ng={}))});var Lg=R(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.InlayHintRefreshRequest=Zt.InlayHintResolveRequest=Zt.InlayHintRequest=void 0;var rr=ce(),Og;(function(e){e.method="textDocument/inlayHint",e.messageDirection=rr.MessageDirection.clientToServer,e.type=new rr.ProtocolRequestType(e.method)})(Og||(Zt.InlayHintRequest=Og={}));var Mg;(function(e){e.method="inlayHint/resolve",e.messageDirection=rr.MessageDirection.clientToServer,e.type=new rr.ProtocolRequestType(e.method)})(Mg||(Zt.InlayHintResolveRequest=Mg={}));var jg;(function(e){e.method="workspace/inlayHint/refresh",e.messageDirection=rr.MessageDirection.serverToClient,e.type=new rr.ProtocolRequestType0(e.method)})(jg||(Zt.InlayHintRefreshRequest=jg={}))});var Bg=R(it=>{"use strict";Object.defineProperty(it,"__esModule",{value:!0});it.DiagnosticRefreshRequest=it.WorkspaceDiagnosticRequest=it.DocumentDiagnosticRequest=it.DocumentDiagnosticReportKind=it.DiagnosticServerCancellationData=void 0;var zg=bn(),rC=ao(),ir=ce(),Ig;(function(e){function t(n){let r=n;return r&&rC.boolean(r.retriggerRequest)}e.is=t})(Ig||(it.DiagnosticServerCancellationData=Ig={}));var Fg;(function(e){e.Full="full",e.Unchanged="unchanged"})(Fg||(it.DocumentDiagnosticReportKind=Fg={}));var Ug;(function(e){e.method="textDocument/diagnostic",e.messageDirection=ir.MessageDirection.clientToServer,e.type=new ir.ProtocolRequestType(e.method),e.partialResult=new zg.ProgressType})(Ug||(it.DocumentDiagnosticRequest=Ug={}));var Wg;(function(e){e.method="workspace/diagnostic",e.messageDirection=ir.MessageDirection.clientToServer,e.type=new ir.ProtocolRequestType(e.method),e.partialResult=new zg.ProgressType})(Wg||(it.WorkspaceDiagnosticRequest=Wg={}));var Hg;(function(e){e.method="workspace/diagnostic/refresh",e.messageDirection=ir.MessageDirection.serverToClient,e.type=new ir.ProtocolRequestType0(e.method)})(Hg||(it.DiagnosticRefreshRequest=Hg={}))});var Jg=R(ge=>{"use strict";Object.defineProperty(ge,"__esModule",{value:!0});ge.DidCloseNotebookDocumentNotification=ge.DidSaveNotebookDocumentNotification=ge.DidChangeNotebookDocumentNotification=ge.NotebookCellArrayChange=ge.DidOpenNotebookDocumentNotification=ge.NotebookDocumentSyncRegistrationType=ge.NotebookDocument=ge.NotebookCell=ge.ExecutionSummary=ge.NotebookCellKind=void 0;var Ir=(so(),ti(oo)),gt=ao(),Tt=ce(),Pu;(function(e){e.Markup=1,e.Code=2;function t(n){return n===1||n===2}e.is=t})(Pu||(ge.NotebookCellKind=Pu={}));var _u;(function(e){function t(i,o){let s={executionOrder:i};return(o===!0||o===!1)&&(s.success=o),s}e.create=t;function n(i){let o=i;return gt.objectLiteral(o)&&Ir.uinteger.is(o.executionOrder)&&(o.success===void 0||gt.boolean(o.success))}e.is=n;function r(i,o){return i===o?!0:i==null||o===null||o===void 0?!1:i.executionOrder===o.executionOrder&&i.success===o.success}e.equals=r})(_u||(ge.ExecutionSummary=_u={}));var _o;(function(e){function t(o,s){return{kind:o,document:s}}e.create=t;function n(o){let s=o;return gt.objectLiteral(s)&&Pu.is(s.kind)&&Ir.DocumentUri.is(s.document)&&(s.metadata===void 0||gt.objectLiteral(s.metadata))}e.is=n;function r(o,s){let a=new Set;return o.document!==s.document&&a.add("document"),o.kind!==s.kind&&a.add("kind"),o.executionSummary!==s.executionSummary&&a.add("executionSummary"),(o.metadata!==void 0||s.metadata!==void 0)&&!i(o.metadata,s.metadata)&&a.add("metadata"),(o.executionSummary!==void 0||s.executionSummary!==void 0)&&!_u.equals(o.executionSummary,s.executionSummary)&&a.add("executionSummary"),a}e.diff=r;function i(o,s){if(o===s)return!0;if(o==null||s===null||s===void 0||typeof o!=typeof s||typeof o!="object")return!1;let a=Array.isArray(o),c=Array.isArray(s);if(a!==c)return!1;if(a&&c){if(o.length!==s.length)return!1;for(let u=0;u<o.length;u++)if(!i(o[u],s[u]))return!1}if(gt.objectLiteral(o)&>.objectLiteral(s)){let u=Object.keys(o),d=Object.keys(s);if(u.length!==d.length||(u.sort(),d.sort(),!i(u,d)))return!1;for(let m=0;m<u.length;m++){let v=u[m];if(!i(o[v],s[v]))return!1}}return!0}})(_o||(ge.NotebookCell=_o={}));var $g;(function(e){function t(r,i,o,s){return{uri:r,notebookType:i,version:o,cells:s}}e.create=t;function n(r){let i=r;return gt.objectLiteral(i)&>.string(i.uri)&&Ir.integer.is(i.version)&>.typedArray(i.cells,_o.is)}e.is=n})($g||(ge.NotebookDocument=$g={}));var or;(function(e){e.method="notebookDocument/sync",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.RegistrationType(e.method)})(or||(ge.NotebookDocumentSyncRegistrationType=or={}));var Vg;(function(e){e.method="notebookDocument/didOpen",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Vg||(ge.DidOpenNotebookDocumentNotification=Vg={}));var Yg;(function(e){function t(r){let i=r;return gt.objectLiteral(i)&&Ir.uinteger.is(i.start)&&Ir.uinteger.is(i.deleteCount)&&(i.cells===void 0||gt.typedArray(i.cells,_o.is))}e.is=t;function n(r,i,o){let s={start:r,deleteCount:i};return o!==void 0&&(s.cells=o),s}e.create=n})(Yg||(ge.NotebookCellArrayChange=Yg={}));var Gg;(function(e){e.method="notebookDocument/didChange",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Gg||(ge.DidChangeNotebookDocumentNotification=Gg={}));var Kg;(function(e){e.method="notebookDocument/didSave",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Kg||(ge.DidSaveNotebookDocumentNotification=Kg={}));var Qg;(function(e){e.method="notebookDocument/didClose",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Qg||(ge.DidCloseNotebookDocumentNotification=Qg={}))});var em=R(xo=>{"use strict";Object.defineProperty(xo,"__esModule",{value:!0});xo.InlineCompletionRequest=void 0;var Xg=ce(),Zg;(function(e){e.method="textDocument/inlineCompletion",e.messageDirection=Xg.MessageDirection.clientToServer,e.type=new Xg.ProtocolRequestType(e.method)})(Zg||(xo.InlineCompletionRequest=Zg={}))});var fh=R(l=>{"use strict";Object.defineProperty(l,"__esModule",{value:!0});l.WorkspaceSymbolRequest=l.CodeActionResolveRequest=l.CodeActionRequest=l.DocumentSymbolRequest=l.DocumentHighlightRequest=l.ReferencesRequest=l.DefinitionRequest=l.SignatureHelpRequest=l.SignatureHelpTriggerKind=l.HoverRequest=l.CompletionResolveRequest=l.CompletionRequest=l.CompletionTriggerKind=l.PublishDiagnosticsNotification=l.WatchKind=l.RelativePattern=l.FileChangeType=l.DidChangeWatchedFilesNotification=l.WillSaveTextDocumentWaitUntilRequest=l.WillSaveTextDocumentNotification=l.TextDocumentSaveReason=l.DidSaveTextDocumentNotification=l.DidCloseTextDocumentNotification=l.DidChangeTextDocumentNotification=l.TextDocumentContentChangeEvent=l.DidOpenTextDocumentNotification=l.TextDocumentSyncKind=l.TelemetryEventNotification=l.LogMessageNotification=l.ShowMessageRequest=l.ShowMessageNotification=l.MessageType=l.DidChangeConfigurationNotification=l.ExitNotification=l.ShutdownRequest=l.InitializedNotification=l.InitializeErrorCodes=l.InitializeRequest=l.WorkDoneProgressOptions=l.TextDocumentRegistrationOptions=l.StaticRegistrationOptions=l.PositionEncodingKind=l.FailureHandlingKind=l.ResourceOperationKind=l.UnregistrationRequest=l.RegistrationRequest=l.DocumentSelector=l.NotebookCellTextDocumentFilter=l.NotebookDocumentFilter=l.TextDocumentFilter=void 0;l.MonikerRequest=l.MonikerKind=l.UniquenessLevel=l.WillDeleteFilesRequest=l.DidDeleteFilesNotification=l.WillRenameFilesRequest=l.DidRenameFilesNotification=l.WillCreateFilesRequest=l.DidCreateFilesNotification=l.FileOperationPatternKind=l.LinkedEditingRangeRequest=l.ShowDocumentRequest=l.SemanticTokensRegistrationType=l.SemanticTokensRefreshRequest=l.SemanticTokensRangeRequest=l.SemanticTokensDeltaRequest=l.SemanticTokensRequest=l.TokenFormat=l.CallHierarchyPrepareRequest=l.CallHierarchyOutgoingCallsRequest=l.CallHierarchyIncomingCallsRequest=l.WorkDoneProgressCancelNotification=l.WorkDoneProgressCreateRequest=l.WorkDoneProgress=l.SelectionRangeRequest=l.DeclarationRequest=l.FoldingRangeRefreshRequest=l.FoldingRangeRequest=l.ColorPresentationRequest=l.DocumentColorRequest=l.ConfigurationRequest=l.DidChangeWorkspaceFoldersNotification=l.WorkspaceFoldersRequest=l.TypeDefinitionRequest=l.ImplementationRequest=l.ApplyWorkspaceEditRequest=l.ExecuteCommandRequest=l.PrepareRenameRequest=l.RenameRequest=l.PrepareSupportDefaultBehavior=l.DocumentOnTypeFormattingRequest=l.DocumentRangesFormattingRequest=l.DocumentRangeFormattingRequest=l.DocumentFormattingRequest=l.DocumentLinkResolveRequest=l.DocumentLinkRequest=l.CodeLensRefreshRequest=l.CodeLensResolveRequest=l.CodeLensRequest=l.WorkspaceSymbolResolveRequest=void 0;l.InlineCompletionRequest=l.DidCloseNotebookDocumentNotification=l.DidSaveNotebookDocumentNotification=l.DidChangeNotebookDocumentNotification=l.NotebookCellArrayChange=l.DidOpenNotebookDocumentNotification=l.NotebookDocumentSyncRegistrationType=l.NotebookDocument=l.NotebookCell=l.ExecutionSummary=l.NotebookCellKind=l.DiagnosticRefreshRequest=l.WorkspaceDiagnosticRequest=l.DocumentDiagnosticRequest=l.DocumentDiagnosticReportKind=l.DiagnosticServerCancellationData=l.InlayHintRefreshRequest=l.InlayHintResolveRequest=l.InlayHintRequest=l.InlineValueRefreshRequest=l.InlineValueRequest=l.TypeHierarchySupertypesRequest=l.TypeHierarchySubtypesRequest=l.TypeHierarchyPrepareRequest=void 0;var w=ce(),tm=(so(),ti(oo)),Se=ao(),iC=Tf();Object.defineProperty(l,"ImplementationRequest",{enumerable:!0,get:function(){return iC.ImplementationRequest}});var oC=kf();Object.defineProperty(l,"TypeDefinitionRequest",{enumerable:!0,get:function(){return oC.TypeDefinitionRequest}});var uh=Nf();Object.defineProperty(l,"WorkspaceFoldersRequest",{enumerable:!0,get:function(){return uh.WorkspaceFoldersRequest}});Object.defineProperty(l,"DidChangeWorkspaceFoldersNotification",{enumerable:!0,get:function(){return uh.DidChangeWorkspaceFoldersNotification}});var sC=Mf();Object.defineProperty(l,"ConfigurationRequest",{enumerable:!0,get:function(){return sC.ConfigurationRequest}});var lh=If();Object.defineProperty(l,"DocumentColorRequest",{enumerable:!0,get:function(){return lh.DocumentColorRequest}});Object.defineProperty(l,"ColorPresentationRequest",{enumerable:!0,get:function(){return lh.ColorPresentationRequest}});var ph=Wf();Object.defineProperty(l,"FoldingRangeRequest",{enumerable:!0,get:function(){return ph.FoldingRangeRequest}});Object.defineProperty(l,"FoldingRangeRefreshRequest",{enumerable:!0,get:function(){return ph.FoldingRangeRefreshRequest}});var aC=Bf();Object.defineProperty(l,"DeclarationRequest",{enumerable:!0,get:function(){return aC.DeclarationRequest}});var cC=Yf();Object.defineProperty(l,"SelectionRangeRequest",{enumerable:!0,get:function(){return cC.SelectionRangeRequest}});var Tu=Jf();Object.defineProperty(l,"WorkDoneProgress",{enumerable:!0,get:function(){return Tu.WorkDoneProgress}});Object.defineProperty(l,"WorkDoneProgressCreateRequest",{enumerable:!0,get:function(){return Tu.WorkDoneProgressCreateRequest}});Object.defineProperty(l,"WorkDoneProgressCancelNotification",{enumerable:!0,get:function(){return Tu.WorkDoneProgressCancelNotification}});var wu=tg();Object.defineProperty(l,"CallHierarchyIncomingCallsRequest",{enumerable:!0,get:function(){return wu.CallHierarchyIncomingCallsRequest}});Object.defineProperty(l,"CallHierarchyOutgoingCallsRequest",{enumerable:!0,get:function(){return wu.CallHierarchyOutgoingCallsRequest}});Object.defineProperty(l,"CallHierarchyPrepareRequest",{enumerable:!0,get:function(){return wu.CallHierarchyPrepareRequest}});var sr=ag();Object.defineProperty(l,"TokenFormat",{enumerable:!0,get:function(){return sr.TokenFormat}});Object.defineProperty(l,"SemanticTokensRequest",{enumerable:!0,get:function(){return sr.SemanticTokensRequest}});Object.defineProperty(l,"SemanticTokensDeltaRequest",{enumerable:!0,get:function(){return sr.SemanticTokensDeltaRequest}});Object.defineProperty(l,"SemanticTokensRangeRequest",{enumerable:!0,get:function(){return sr.SemanticTokensRangeRequest}});Object.defineProperty(l,"SemanticTokensRefreshRequest",{enumerable:!0,get:function(){return sr.SemanticTokensRefreshRequest}});Object.defineProperty(l,"SemanticTokensRegistrationType",{enumerable:!0,get:function(){return sr.SemanticTokensRegistrationType}});var uC=lg();Object.defineProperty(l,"ShowDocumentRequest",{enumerable:!0,get:function(){return uC.ShowDocumentRequest}});var lC=fg();Object.defineProperty(l,"LinkedEditingRangeRequest",{enumerable:!0,get:function(){return lC.LinkedEditingRangeRequest}});var _n=_g();Object.defineProperty(l,"FileOperationPatternKind",{enumerable:!0,get:function(){return _n.FileOperationPatternKind}});Object.defineProperty(l,"DidCreateFilesNotification",{enumerable:!0,get:function(){return _n.DidCreateFilesNotification}});Object.defineProperty(l,"WillCreateFilesRequest",{enumerable:!0,get:function(){return _n.WillCreateFilesRequest}});Object.defineProperty(l,"DidRenameFilesNotification",{enumerable:!0,get:function(){return _n.DidRenameFilesNotification}});Object.defineProperty(l,"WillRenameFilesRequest",{enumerable:!0,get:function(){return _n.WillRenameFilesRequest}});Object.defineProperty(l,"DidDeleteFilesNotification",{enumerable:!0,get:function(){return _n.DidDeleteFilesNotification}});Object.defineProperty(l,"WillDeleteFilesRequest",{enumerable:!0,get:function(){return _n.WillDeleteFilesRequest}});var Su=Tg();Object.defineProperty(l,"UniquenessLevel",{enumerable:!0,get:function(){return Su.UniquenessLevel}});Object.defineProperty(l,"MonikerKind",{enumerable:!0,get:function(){return Su.MonikerKind}});Object.defineProperty(l,"MonikerRequest",{enumerable:!0,get:function(){return Su.MonikerRequest}});var ku=Ag();Object.defineProperty(l,"TypeHierarchyPrepareRequest",{enumerable:!0,get:function(){return ku.TypeHierarchyPrepareRequest}});Object.defineProperty(l,"TypeHierarchySubtypesRequest",{enumerable:!0,get:function(){return ku.TypeHierarchySubtypesRequest}});Object.defineProperty(l,"TypeHierarchySupertypesRequest",{enumerable:!0,get:function(){return ku.TypeHierarchySupertypesRequest}});var dh=qg();Object.defineProperty(l,"InlineValueRequest",{enumerable:!0,get:function(){return dh.InlineValueRequest}});Object.defineProperty(l,"InlineValueRefreshRequest",{enumerable:!0,get:function(){return dh.InlineValueRefreshRequest}});var Au=Lg();Object.defineProperty(l,"InlayHintRequest",{enumerable:!0,get:function(){return Au.InlayHintRequest}});Object.defineProperty(l,"InlayHintResolveRequest",{enumerable:!0,get:function(){return Au.InlayHintResolveRequest}});Object.defineProperty(l,"InlayHintRefreshRequest",{enumerable:!0,get:function(){return Au.InlayHintRefreshRequest}});var Fr=Bg();Object.defineProperty(l,"DiagnosticServerCancellationData",{enumerable:!0,get:function(){return Fr.DiagnosticServerCancellationData}});Object.defineProperty(l,"DocumentDiagnosticReportKind",{enumerable:!0,get:function(){return Fr.DocumentDiagnosticReportKind}});Object.defineProperty(l,"DocumentDiagnosticRequest",{enumerable:!0,get:function(){return Fr.DocumentDiagnosticRequest}});Object.defineProperty(l,"WorkspaceDiagnosticRequest",{enumerable:!0,get:function(){return Fr.WorkspaceDiagnosticRequest}});Object.defineProperty(l,"DiagnosticRefreshRequest",{enumerable:!0,get:function(){return Fr.DiagnosticRefreshRequest}});var wt=Jg();Object.defineProperty(l,"NotebookCellKind",{enumerable:!0,get:function(){return wt.NotebookCellKind}});Object.defineProperty(l,"ExecutionSummary",{enumerable:!0,get:function(){return wt.ExecutionSummary}});Object.defineProperty(l,"NotebookCell",{enumerable:!0,get:function(){return wt.NotebookCell}});Object.defineProperty(l,"NotebookDocument",{enumerable:!0,get:function(){return wt.NotebookDocument}});Object.defineProperty(l,"NotebookDocumentSyncRegistrationType",{enumerable:!0,get:function(){return wt.NotebookDocumentSyncRegistrationType}});Object.defineProperty(l,"DidOpenNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidOpenNotebookDocumentNotification}});Object.defineProperty(l,"NotebookCellArrayChange",{enumerable:!0,get:function(){return wt.NotebookCellArrayChange}});Object.defineProperty(l,"DidChangeNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidChangeNotebookDocumentNotification}});Object.defineProperty(l,"DidSaveNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidSaveNotebookDocumentNotification}});Object.defineProperty(l,"DidCloseNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidCloseNotebookDocumentNotification}});var pC=em();Object.defineProperty(l,"InlineCompletionRequest",{enumerable:!0,get:function(){return pC.InlineCompletionRequest}});var xu;(function(e){function t(n){let r=n;return Se.string(r)||Se.string(r.language)||Se.string(r.scheme)||Se.string(r.pattern)}e.is=t})(xu||(l.TextDocumentFilter=xu={}));var Cu;(function(e){function t(n){let r=n;return Se.objectLiteral(r)&&(Se.string(r.notebookType)||Se.string(r.scheme)||Se.string(r.pattern))}e.is=t})(Cu||(l.NotebookDocumentFilter=Cu={}));var Ru;(function(e){function t(n){let r=n;return Se.objectLiteral(r)&&(Se.string(r.notebook)||Cu.is(r.notebook))&&(r.language===void 0||Se.string(r.language))}e.is=t})(Ru||(l.NotebookCellTextDocumentFilter=Ru={}));var Du;(function(e){function t(n){if(!Array.isArray(n))return!1;for(let r of n)if(!Se.string(r)&&!xu.is(r)&&!Ru.is(r))return!1;return!0}e.is=t})(Du||(l.DocumentSelector=Du={}));var nm;(function(e){e.method="client/registerCapability",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType(e.method)})(nm||(l.RegistrationRequest=nm={}));var rm;(function(e){e.method="client/unregisterCapability",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType(e.method)})(rm||(l.UnregistrationRequest=rm={}));var im;(function(e){e.Create="create",e.Rename="rename",e.Delete="delete"})(im||(l.ResourceOperationKind=im={}));var om;(function(e){e.Abort="abort",e.Transactional="transactional",e.TextOnlyTransactional="textOnlyTransactional",e.Undo="undo"})(om||(l.FailureHandlingKind=om={}));var sm;(function(e){e.UTF8="utf-8",e.UTF16="utf-16",e.UTF32="utf-32"})(sm||(l.PositionEncodingKind=sm={}));var am;(function(e){function t(n){let r=n;return r&&Se.string(r.id)&&r.id.length>0}e.hasId=t})(am||(l.StaticRegistrationOptions=am={}));var cm;(function(e){function t(n){let r=n;return r&&(r.documentSelector===null||Du.is(r.documentSelector))}e.is=t})(cm||(l.TextDocumentRegistrationOptions=cm={}));var um;(function(e){function t(r){let i=r;return Se.objectLiteral(i)&&(i.workDoneProgress===void 0||Se.boolean(i.workDoneProgress))}e.is=t;function n(r){let i=r;return i&&Se.boolean(i.workDoneProgress)}e.hasWorkDoneProgress=n})(um||(l.WorkDoneProgressOptions=um={}));var lm;(function(e){e.method="initialize",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(lm||(l.InitializeRequest=lm={}));var pm;(function(e){e.unknownProtocolVersion=1})(pm||(l.InitializeErrorCodes=pm={}));var dm;(function(e){e.method="initialized",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(dm||(l.InitializedNotification=dm={}));var fm;(function(e){e.method="shutdown",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType0(e.method)})(fm||(l.ShutdownRequest=fm={}));var gm;(function(e){e.method="exit",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType0(e.method)})(gm||(l.ExitNotification=gm={}));var mm;(function(e){e.method="workspace/didChangeConfiguration",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(mm||(l.DidChangeConfigurationNotification=mm={}));var hm;(function(e){e.Error=1,e.Warning=2,e.Info=3,e.Log=4,e.Debug=5})(hm||(l.MessageType=hm={}));var ym;(function(e){e.method="window/showMessage",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(ym||(l.ShowMessageNotification=ym={}));var bm;(function(e){e.method="window/showMessageRequest",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType(e.method)})(bm||(l.ShowMessageRequest=bm={}));var vm;(function(e){e.method="window/logMessage",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(vm||(l.LogMessageNotification=vm={}));var Pm;(function(e){e.method="telemetry/event",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(Pm||(l.TelemetryEventNotification=Pm={}));var _m;(function(e){e.None=0,e.Full=1,e.Incremental=2})(_m||(l.TextDocumentSyncKind=_m={}));var xm;(function(e){e.method="textDocument/didOpen",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(xm||(l.DidOpenTextDocumentNotification=xm={}));var Cm;(function(e){function t(r){let i=r;return i!=null&&typeof i.text=="string"&&i.range!==void 0&&(i.rangeLength===void 0||typeof i.rangeLength=="number")}e.isIncremental=t;function n(r){let i=r;return i!=null&&typeof i.text=="string"&&i.range===void 0&&i.rangeLength===void 0}e.isFull=n})(Cm||(l.TextDocumentContentChangeEvent=Cm={}));var Rm;(function(e){e.method="textDocument/didChange",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Rm||(l.DidChangeTextDocumentNotification=Rm={}));var Dm;(function(e){e.method="textDocument/didClose",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Dm||(l.DidCloseTextDocumentNotification=Dm={}));var Tm;(function(e){e.method="textDocument/didSave",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Tm||(l.DidSaveTextDocumentNotification=Tm={}));var wm;(function(e){e.Manual=1,e.AfterDelay=2,e.FocusOut=3})(wm||(l.TextDocumentSaveReason=wm={}));var Sm;(function(e){e.method="textDocument/willSave",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Sm||(l.WillSaveTextDocumentNotification=Sm={}));var km;(function(e){e.method="textDocument/willSaveWaitUntil",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(km||(l.WillSaveTextDocumentWaitUntilRequest=km={}));var Am;(function(e){e.method="workspace/didChangeWatchedFiles",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Am||(l.DidChangeWatchedFilesNotification=Am={}));var Em;(function(e){e.Created=1,e.Changed=2,e.Deleted=3})(Em||(l.FileChangeType=Em={}));var Nm;(function(e){function t(n){let r=n;return Se.objectLiteral(r)&&(tm.URI.is(r.baseUri)||tm.WorkspaceFolder.is(r.baseUri))&&Se.string(r.pattern)}e.is=t})(Nm||(l.RelativePattern=Nm={}));var qm;(function(e){e.Create=1,e.Change=2,e.Delete=4})(qm||(l.WatchKind=qm={}));var Om;(function(e){e.method="textDocument/publishDiagnostics",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(Om||(l.PublishDiagnosticsNotification=Om={}));var Mm;(function(e){e.Invoked=1,e.TriggerCharacter=2,e.TriggerForIncompleteCompletions=3})(Mm||(l.CompletionTriggerKind=Mm={}));var jm;(function(e){e.method="textDocument/completion",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(jm||(l.CompletionRequest=jm={}));var Lm;(function(e){e.method="completionItem/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Lm||(l.CompletionResolveRequest=Lm={}));var Im;(function(e){e.method="textDocument/hover",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Im||(l.HoverRequest=Im={}));var Fm;(function(e){e.Invoked=1,e.TriggerCharacter=2,e.ContentChange=3})(Fm||(l.SignatureHelpTriggerKind=Fm={}));var Um;(function(e){e.method="textDocument/signatureHelp",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Um||(l.SignatureHelpRequest=Um={}));var Wm;(function(e){e.method="textDocument/definition",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Wm||(l.DefinitionRequest=Wm={}));var Hm;(function(e){e.method="textDocument/references",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Hm||(l.ReferencesRequest=Hm={}));var zm;(function(e){e.method="textDocument/documentHighlight",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(zm||(l.DocumentHighlightRequest=zm={}));var Bm;(function(e){e.method="textDocument/documentSymbol",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Bm||(l.DocumentSymbolRequest=Bm={}));var $m;(function(e){e.method="textDocument/codeAction",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})($m||(l.CodeActionRequest=$m={}));var Vm;(function(e){e.method="codeAction/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Vm||(l.CodeActionResolveRequest=Vm={}));var Ym;(function(e){e.method="workspace/symbol",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Ym||(l.WorkspaceSymbolRequest=Ym={}));var Gm;(function(e){e.method="workspaceSymbol/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Gm||(l.WorkspaceSymbolResolveRequest=Gm={}));var Km;(function(e){e.method="textDocument/codeLens",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Km||(l.CodeLensRequest=Km={}));var Qm;(function(e){e.method="codeLens/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Qm||(l.CodeLensResolveRequest=Qm={}));var Jm;(function(e){e.method="workspace/codeLens/refresh",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType0(e.method)})(Jm||(l.CodeLensRefreshRequest=Jm={}));var Xm;(function(e){e.method="textDocument/documentLink",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Xm||(l.DocumentLinkRequest=Xm={}));var Zm;(function(e){e.method="documentLink/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Zm||(l.DocumentLinkResolveRequest=Zm={}));var eh;(function(e){e.method="textDocument/formatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(eh||(l.DocumentFormattingRequest=eh={}));var th;(function(e){e.method="textDocument/rangeFormatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(th||(l.DocumentRangeFormattingRequest=th={}));var nh;(function(e){e.method="textDocument/rangesFormatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(nh||(l.DocumentRangesFormattingRequest=nh={}));var rh;(function(e){e.method="textDocument/onTypeFormatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(rh||(l.DocumentOnTypeFormattingRequest=rh={}));var ih;(function(e){e.Identifier=1})(ih||(l.PrepareSupportDefaultBehavior=ih={}));var oh;(function(e){e.method="textDocument/rename",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(oh||(l.RenameRequest=oh={}));var sh;(function(e){e.method="textDocument/prepareRename",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(sh||(l.PrepareRenameRequest=sh={}));var ah;(function(e){e.method="workspace/executeCommand",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(ah||(l.ExecuteCommandRequest=ah={}));var ch;(function(e){e.method="workspace/applyEdit",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType("workspace/applyEdit")})(ch||(l.ApplyWorkspaceEditRequest=ch={}))});var mh=R(Co=>{"use strict";Object.defineProperty(Co,"__esModule",{value:!0});Co.createProtocolConnection=void 0;var gh=bn();function dC(e,t,n,r){return gh.ConnectionStrategy.is(r)&&(r={connectionStrategy:r}),(0,gh.createMessageConnection)(e,t,n,r)}Co.createProtocolConnection=dC});var yh=R(Ge=>{"use strict";var fC=Ge&&Ge.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),Ro=Ge&&Ge.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&fC(t,e,n)};Object.defineProperty(Ge,"__esModule",{value:!0});Ge.LSPErrorCodes=Ge.createProtocolConnection=void 0;Ro(bn(),Ge);Ro((so(),ti(oo)),Ge);Ro(ce(),Ge);Ro(fh(),Ge);var gC=mh();Object.defineProperty(Ge,"createProtocolConnection",{enumerable:!0,get:function(){return gC.createProtocolConnection}});var hh;(function(e){e.lspReservedErrorRangeStart=-32899,e.RequestFailed=-32803,e.ServerCancelled=-32802,e.ContentModified=-32801,e.RequestCancelled=-32800,e.lspReservedErrorRangeEnd=-32800})(hh||(Ge.LSPErrorCodes=hh={}))});var ve=R(St=>{"use strict";var mC=St&&St.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),bh=St&&St.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&mC(t,e,n)};Object.defineProperty(St,"__esModule",{value:!0});St.createProtocolConnection=void 0;var hC=dc();bh(dc(),St);bh(yh(),St);function yC(e,t,n,r){return(0,hC.createMessageConnection)(e,t,n,r)}St.createProtocolConnection=yC});var Nu=R(en=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});en.SemanticTokensBuilder=en.SemanticTokensDiff=en.SemanticTokensFeature=void 0;var Do=ve(),bC=e=>class extends e{get semanticTokens(){return{refresh:()=>this.connection.sendRequest(Do.SemanticTokensRefreshRequest.type),on:t=>{let n=Do.SemanticTokensRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onDelta:t=>{let n=Do.SemanticTokensDeltaRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onRange:t=>{let n=Do.SemanticTokensRangeRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};en.SemanticTokensFeature=bC;var To=class{constructor(t,n){this.originalSequence=t,this.modifiedSequence=n}computeDiff(){let t=this.originalSequence.length,n=this.modifiedSequence.length,r=0;for(;r<n&&r<t&&this.originalSequence[r]===this.modifiedSequence[r];)r++;if(r<n&&r<t){let i=t-1,o=n-1;for(;i>=r&&o>=r&&this.originalSequence[i]===this.modifiedSequence[o];)i--,o--;(i<r||o<r)&&(i++,o++);let s=i-r+1,a=this.modifiedSequence.slice(r,o+1);return a.length===1&&a[0]===this.originalSequence[i]?[{start:r,deleteCount:s-1}]:[{start:r,deleteCount:s,data:a}]}else return r<n?[{start:r,deleteCount:0,data:this.modifiedSequence.slice(r)}]:r<t?[{start:r,deleteCount:t-r}]:[]}};en.SemanticTokensDiff=To;var Eu=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(t,n,r,i,o){let s=t,a=n;this._dataLen>0&&(s-=this._prevLine,s===0&&(a-=this._prevChar)),this._data[this._dataLen++]=s,this._data[this._dataLen++]=a,this._data[this._dataLen++]=r,this._data[this._dataLen++]=i,this._data[this._dataLen++]=o,this._prevLine=t,this._prevChar=n}get id(){return this._id.toString()}previousResult(t){this.id===t&&(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 To(this._prevData,this._data).computeDiff()}:this.build()}};en.SemanticTokensBuilder=Eu});var vh=R(wo=>{"use strict";Object.defineProperty(wo,"__esModule",{value:!0});wo.InlineCompletionFeature=void 0;var vC=ve(),PC=e=>class extends e{get inlineCompletion(){return{on:t=>this.connection.onRequest(vC.InlineCompletionRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n)))}}};wo.InlineCompletionFeature=PC});var Ou=R(So=>{"use strict";Object.defineProperty(So,"__esModule",{value:!0});So.TextDocuments=void 0;var xn=ve(),qu=class{constructor(t){this._configuration=t,this._syncedDocuments=new Map,this._onDidChangeContent=new xn.Emitter,this._onDidOpen=new xn.Emitter,this._onDidClose=new xn.Emitter,this._onDidSave=new xn.Emitter,this._onWillSave=new xn.Emitter}get onDidOpen(){return this._onDidOpen.event}get onDidChangeContent(){return this._onDidChangeContent.event}get onWillSave(){return this._onWillSave.event}onWillSaveWaitUntil(t){this._willSaveWaitUntil=t}get onDidSave(){return this._onDidSave.event}get onDidClose(){return this._onDidClose.event}get(t){return this._syncedDocuments.get(t)}all(){return Array.from(this._syncedDocuments.values())}keys(){return Array.from(this._syncedDocuments.keys())}listen(t){t.__textDocumentSync=xn.TextDocumentSyncKind.Incremental;let n=[];return n.push(t.onDidOpenTextDocument(r=>{let i=r.textDocument,o=this._configuration.create(i.uri,i.languageId,i.version,i.text);this._syncedDocuments.set(i.uri,o);let s=Object.freeze({document:o});this._onDidOpen.fire(s),this._onDidChangeContent.fire(s)})),n.push(t.onDidChangeTextDocument(r=>{let i=r.textDocument,o=r.contentChanges;if(o.length===0)return;let{version:s}=i;if(s==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,o,s),this._syncedDocuments.set(i.uri,a),this._onDidChangeContent.fire(Object.freeze({document:a})))})),n.push(t.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(t.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(t.onWillSaveTextDocumentWaitUntil((r,i)=>{let o=this._syncedDocuments.get(r.textDocument.uri);return o!==void 0&&this._willSaveWaitUntil?this._willSaveWaitUntil(Object.freeze({document:o,reason:r.reason}),i):[]})),n.push(t.onDidSaveTextDocument(r=>{let i=this._syncedDocuments.get(r.textDocument.uri);i!==void 0&&this._onDidSave.fire(Object.freeze({document:i}))})),xn.Disposable.create(()=>{n.forEach(r=>r.dispose())})}};So.TextDocuments=qu});var ju=R(ar=>{"use strict";Object.defineProperty(ar,"__esModule",{value:!0});ar.NotebookDocuments=ar.NotebookSyncFeature=void 0;var ot=ve(),Ph=Ou(),_C=e=>class extends e{get synchronization(){return{onDidOpenNotebookDocument:t=>this.connection.onNotification(ot.DidOpenNotebookDocumentNotification.type,n=>{t(n)}),onDidChangeNotebookDocument:t=>this.connection.onNotification(ot.DidChangeNotebookDocumentNotification.type,n=>{t(n)}),onDidSaveNotebookDocument:t=>this.connection.onNotification(ot.DidSaveNotebookDocumentNotification.type,n=>{t(n)}),onDidCloseNotebookDocument:t=>this.connection.onNotification(ot.DidCloseNotebookDocumentNotification.type,n=>{t(n)})}}};ar.NotebookSyncFeature=_C;var ko=class e{onDidOpenTextDocument(t){return this.openHandler=t,ot.Disposable.create(()=>{this.openHandler=void 0})}openTextDocument(t){this.openHandler&&this.openHandler(t)}onDidChangeTextDocument(t){return this.changeHandler=t,ot.Disposable.create(()=>{this.changeHandler=t})}changeTextDocument(t){this.changeHandler&&this.changeHandler(t)}onDidCloseTextDocument(t){return this.closeHandler=t,ot.Disposable.create(()=>{this.closeHandler=void 0})}closeTextDocument(t){this.closeHandler&&this.closeHandler(t)}onWillSaveTextDocument(){return e.NULL_DISPOSE}onWillSaveTextDocumentWaitUntil(){return e.NULL_DISPOSE}onDidSaveTextDocument(){return e.NULL_DISPOSE}};ko.NULL_DISPOSE=Object.freeze({dispose:()=>{}});var Mu=class{constructor(t){t instanceof Ph.TextDocuments?this._cellTextDocuments=t:this._cellTextDocuments=new Ph.TextDocuments(t),this.notebookDocuments=new Map,this.notebookCellMap=new Map,this._onDidOpen=new ot.Emitter,this._onDidChange=new ot.Emitter,this._onDidSave=new ot.Emitter,this._onDidClose=new ot.Emitter}get cellTextDocuments(){return this._cellTextDocuments}getCellTextDocument(t){return this._cellTextDocuments.get(t.document)}getNotebookDocument(t){return this.notebookDocuments.get(t)}getNotebookCell(t){let n=this.notebookCellMap.get(t);return n&&n[0]}findNotebookDocumentForCell(t){let n=typeof t=="string"?t:t.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(t){let n=new ko,r=[];return r.push(this.cellTextDocuments.listen(n)),r.push(t.notebooks.synchronization.onDidOpenNotebookDocument(i=>{this.notebookDocuments.set(i.notebookDocument.uri,i.notebookDocument);for(let o of i.cellTextDocuments)n.openTextDocument({textDocument:o});this.updateCellMap(i.notebookDocument),this._onDidOpen.fire(i.notebookDocument)})),r.push(t.notebooks.synchronization.onDidChangeNotebookDocument(i=>{let o=this.notebookDocuments.get(i.notebookDocument.uri);if(o===void 0)return;o.version=i.notebookDocument.version;let s=o.metadata,a=!1,c=i.change;c.metadata!==void 0&&(a=!0,o.metadata=c.metadata);let u=[],d=[],m=[],v=[];if(c.cells!==void 0){let U=c.cells;if(U.structure!==void 0){let h=U.structure.array;if(o.cells.splice(h.start,h.deleteCount,...h.cells!==void 0?h.cells:[]),U.structure.didOpen!==void 0)for(let g of U.structure.didOpen)n.openTextDocument({textDocument:g}),u.push(g.uri);if(U.structure.didClose)for(let g of U.structure.didClose)n.closeTextDocument({textDocument:g}),d.push(g.uri)}if(U.data!==void 0){let h=new Map(U.data.map(g=>[g.document,g]));for(let g=0;g<=o.cells.length;g++){let S=h.get(o.cells[g].document);if(S!==void 0){let V=o.cells.splice(g,1,S);if(m.push({old:V[0],new:S}),h.delete(S.document),h.size===0)break}}}if(U.textContent!==void 0)for(let h of U.textContent)n.changeTextDocument({textDocument:h.document,contentChanges:h.changes}),v.push(h.document.uri)}this.updateCellMap(o);let y={notebookDocument:o};a&&(y.metadata={old:s,new:o.metadata});let T=[];for(let U of u)T.push(this.getNotebookCell(U));let I=[];for(let U of d)I.push(this.getNotebookCell(U));let K=[];for(let U of v)K.push(this.getNotebookCell(U));(T.length>0||I.length>0||m.length>0||K.length>0)&&(y.cells={added:T,removed:I,changed:{data:m,textContent:K}}),(y.metadata!==void 0||y.cells!==void 0)&&this._onDidChange.fire(y)})),r.push(t.notebooks.synchronization.onDidSaveNotebookDocument(i=>{let o=this.notebookDocuments.get(i.notebookDocument.uri);o!==void 0&&this._onDidSave.fire(o)})),r.push(t.notebooks.synchronization.onDidCloseNotebookDocument(i=>{let o=this.notebookDocuments.get(i.notebookDocument.uri);if(o!==void 0){this._onDidClose.fire(o);for(let s of i.cellTextDocuments)n.closeTextDocument({textDocument:s});this.notebookDocuments.delete(i.notebookDocument.uri);for(let s of o.cells)this.notebookCellMap.delete(s.document)}})),ot.Disposable.create(()=>{r.forEach(i=>i.dispose())})}updateCellMap(t){for(let n of t.cells)this.notebookCellMap.set(n.document,[n,t])}};ar.NotebookDocuments=Mu});var Lu=R(xe=>{"use strict";Object.defineProperty(xe,"__esModule",{value:!0});xe.thenable=xe.typedArray=xe.stringArray=xe.array=xe.func=xe.error=xe.number=xe.string=xe.boolean=void 0;function xC(e){return e===!0||e===!1}xe.boolean=xC;function _h(e){return typeof e=="string"||e instanceof String}xe.string=_h;function CC(e){return typeof e=="number"||e instanceof Number}xe.number=CC;function RC(e){return e instanceof Error}xe.error=RC;function xh(e){return typeof e=="function"}xe.func=xh;function Ch(e){return Array.isArray(e)}xe.array=Ch;function DC(e){return Ch(e)&&e.every(t=>_h(t))}xe.stringArray=DC;function TC(e,t){return Array.isArray(e)&&e.every(t)}xe.typedArray=TC;function wC(e){return e&&xh(e.then)}xe.thenable=wC});var Iu=R(st=>{"use strict";Object.defineProperty(st,"__esModule",{value:!0});st.generateUuid=st.parse=st.isUUID=st.v4=st.empty=void 0;var Ur=class{constructor(t){this._value=t}asHex(){return this._value}equals(t){return this.asHex()===t.asHex()}},Wr=class e extends Ur{static _oneOf(t){return t[Math.floor(t.length*Math.random())]}static _randomHex(){return e._oneOf(e._chars)}constructor(){super([e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),"-",e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),"-","4",e._randomHex(),e._randomHex(),e._randomHex(),"-",e._oneOf(e._timeHighBits),e._randomHex(),e._randomHex(),e._randomHex(),"-",e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex()].join(""))}};Wr._chars=["0","1","2","3","4","5","6","6","7","8","9","a","b","c","d","e","f"];Wr._timeHighBits=["8","9","a","b"];st.empty=new Ur("00000000-0000-0000-0000-000000000000");function Rh(){return new Wr}st.v4=Rh;var SC=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Dh(e){return SC.test(e)}st.isUUID=Dh;function kC(e){if(!Dh(e))throw new Error("invalid uuid");return new Ur(e)}st.parse=kC;function AC(){return Rh().asHex()}st.generateUuid=AC});var Th=R(nn=>{"use strict";Object.defineProperty(nn,"__esModule",{value:!0});nn.attachPartialResult=nn.ProgressFeature=nn.attachWorkDone=void 0;var tn=ve(),EC=Iu(),Cn=class e{constructor(t,n){this._connection=t,this._token=n,e.Instances.set(this._token,this)}begin(t,n,r,i){let o={kind:"begin",title:t,percentage:n,message:r,cancellable:i};this._connection.sendProgress(tn.WorkDoneProgress.type,this._token,o)}report(t,n){let r={kind:"report"};typeof t=="number"?(r.percentage=t,n!==void 0&&(r.message=n)):r.message=t,this._connection.sendProgress(tn.WorkDoneProgress.type,this._token,r)}done(){e.Instances.delete(this._token),this._connection.sendProgress(tn.WorkDoneProgress.type,this._token,{kind:"end"})}};Cn.Instances=new Map;var Ao=class extends Cn{constructor(t,n){super(t,n),this._source=new tn.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose(),super.done()}cancel(){this._source.cancel()}},Hr=class{constructor(){}begin(){}report(){}done(){}},Eo=class extends Hr{constructor(){super(),this._source=new tn.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose()}cancel(){this._source.cancel()}};function NC(e,t){if(t===void 0||t.workDoneToken===void 0)return new Hr;let n=t.workDoneToken;return delete t.workDoneToken,new Cn(e,n)}nn.attachWorkDone=NC;var qC=e=>class extends e{constructor(){super(),this._progressSupported=!1}initialize(t){super.initialize(t),t?.window?.workDoneProgress===!0&&(this._progressSupported=!0,this.connection.onNotification(tn.WorkDoneProgressCancelNotification.type,n=>{let r=Cn.Instances.get(n.token);(r instanceof Ao||r instanceof Eo)&&r.cancel()}))}attachWorkDoneProgress(t){return t===void 0?new Hr:new Cn(this.connection,t)}createWorkDoneProgress(){if(this._progressSupported){let t=(0,EC.generateUuid)();return this.connection.sendRequest(tn.WorkDoneProgressCreateRequest.type,{token:t}).then(()=>new Ao(this.connection,t))}else return Promise.resolve(new Eo)}};nn.ProgressFeature=qC;var Fu;(function(e){e.type=new tn.ProgressType})(Fu||(Fu={}));var Uu=class{constructor(t,n){this._connection=t,this._token=n}report(t){this._connection.sendProgress(Fu.type,this._token,t)}};function OC(e,t){if(t===void 0||t.partialResultToken===void 0)return;let n=t.partialResultToken;return delete t.partialResultToken,new Uu(e,n)}nn.attachPartialResult=OC});var wh=R(No=>{"use strict";Object.defineProperty(No,"__esModule",{value:!0});No.ConfigurationFeature=void 0;var MC=ve(),jC=Lu(),LC=e=>class extends e{getConfiguration(t){return t?jC.string(t)?this._getConfiguration({section:t}):this._getConfiguration(t):this._getConfiguration({})}_getConfiguration(t){let n={items:Array.isArray(t)?t:[t]};return this.connection.sendRequest(MC.ConfigurationRequest.type,n).then(r=>Array.isArray(r)?Array.isArray(t)?r:r[0]:Array.isArray(t)?[]:null)}};No.ConfigurationFeature=LC});var Sh=R(Oo=>{"use strict";Object.defineProperty(Oo,"__esModule",{value:!0});Oo.WorkspaceFoldersFeature=void 0;var qo=ve(),IC=e=>class extends e{constructor(){super(),this._notificationIsAutoRegistered=!1}initialize(t){super.initialize(t);let n=t.workspace;n&&n.workspaceFolders&&(this._onDidChangeWorkspaceFolders=new qo.Emitter,this.connection.onNotification(qo.DidChangeWorkspaceFoldersNotification.type,r=>{this._onDidChangeWorkspaceFolders.fire(r.event)}))}fillServerCapabilities(t){super.fillServerCapabilities(t);let n=t.workspace?.workspaceFolders?.changeNotifications;this._notificationIsAutoRegistered=n===!0||typeof n=="string"}getWorkspaceFolders(){return this.connection.sendRequest(qo.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(qo.DidChangeWorkspaceFoldersNotification.type)),this._onDidChangeWorkspaceFolders.event}};Oo.WorkspaceFoldersFeature=IC});var kh=R(Mo=>{"use strict";Object.defineProperty(Mo,"__esModule",{value:!0});Mo.CallHierarchyFeature=void 0;var Wu=ve(),FC=e=>class extends e{get callHierarchy(){return{onPrepare:t=>this.connection.onRequest(Wu.CallHierarchyPrepareRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),void 0)),onIncomingCalls:t=>{let n=Wu.CallHierarchyIncomingCallsRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onOutgoingCalls:t=>{let n=Wu.CallHierarchyOutgoingCallsRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Mo.CallHierarchyFeature=FC});var Ah=R(jo=>{"use strict";Object.defineProperty(jo,"__esModule",{value:!0});jo.ShowDocumentFeature=void 0;var UC=ve(),WC=e=>class extends e{showDocument(t){return this.connection.sendRequest(UC.ShowDocumentRequest.type,t)}};jo.ShowDocumentFeature=WC});var Eh=R(Lo=>{"use strict";Object.defineProperty(Lo,"__esModule",{value:!0});Lo.FileOperationsFeature=void 0;var cr=ve(),HC=e=>class extends e{onDidCreateFiles(t){return this.connection.onNotification(cr.DidCreateFilesNotification.type,n=>{t(n)})}onDidRenameFiles(t){return this.connection.onNotification(cr.DidRenameFilesNotification.type,n=>{t(n)})}onDidDeleteFiles(t){return this.connection.onNotification(cr.DidDeleteFilesNotification.type,n=>{t(n)})}onWillCreateFiles(t){return this.connection.onRequest(cr.WillCreateFilesRequest.type,(n,r)=>t(n,r))}onWillRenameFiles(t){return this.connection.onRequest(cr.WillRenameFilesRequest.type,(n,r)=>t(n,r))}onWillDeleteFiles(t){return this.connection.onRequest(cr.WillDeleteFilesRequest.type,(n,r)=>t(n,r))}};Lo.FileOperationsFeature=HC});var Nh=R(Io=>{"use strict";Object.defineProperty(Io,"__esModule",{value:!0});Io.LinkedEditingRangeFeature=void 0;var zC=ve(),BC=e=>class extends e{onLinkedEditingRange(t){return this.connection.onRequest(zC.LinkedEditingRangeRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),void 0))}};Io.LinkedEditingRangeFeature=BC});var qh=R(Fo=>{"use strict";Object.defineProperty(Fo,"__esModule",{value:!0});Fo.TypeHierarchyFeature=void 0;var Hu=ve(),$C=e=>class extends e{get typeHierarchy(){return{onPrepare:t=>this.connection.onRequest(Hu.TypeHierarchyPrepareRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),void 0)),onSupertypes:t=>{let n=Hu.TypeHierarchySupertypesRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onSubtypes:t=>{let n=Hu.TypeHierarchySubtypesRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Fo.TypeHierarchyFeature=$C});var Mh=R(Uo=>{"use strict";Object.defineProperty(Uo,"__esModule",{value:!0});Uo.InlineValueFeature=void 0;var Oh=ve(),VC=e=>class extends e{get inlineValue(){return{refresh:()=>this.connection.sendRequest(Oh.InlineValueRefreshRequest.type),on:t=>this.connection.onRequest(Oh.InlineValueRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n)))}}};Uo.InlineValueFeature=VC});var Lh=R(Wo=>{"use strict";Object.defineProperty(Wo,"__esModule",{value:!0});Wo.FoldingRangeFeature=void 0;var jh=ve(),YC=e=>class extends e{get foldingRange(){return{refresh:()=>this.connection.sendRequest(jh.FoldingRangeRefreshRequest.type),on:t=>{let n=jh.FoldingRangeRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Wo.FoldingRangeFeature=YC});var Ih=R(Ho=>{"use strict";Object.defineProperty(Ho,"__esModule",{value:!0});Ho.InlayHintFeature=void 0;var zu=ve(),GC=e=>class extends e{get inlayHint(){return{refresh:()=>this.connection.sendRequest(zu.InlayHintRefreshRequest.type),on:t=>this.connection.onRequest(zu.InlayHintRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n))),resolve:t=>this.connection.onRequest(zu.InlayHintResolveRequest.type,(n,r)=>t(n,r))}}};Ho.InlayHintFeature=GC});var Fh=R(zo=>{"use strict";Object.defineProperty(zo,"__esModule",{value:!0});zo.DiagnosticFeature=void 0;var zr=ve(),KC=e=>class extends e{get diagnostics(){return{refresh:()=>this.connection.sendRequest(zr.DiagnosticRefreshRequest.type),on:t=>this.connection.onRequest(zr.DocumentDiagnosticRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(zr.DocumentDiagnosticRequest.partialResult,n))),onWorkspace:t=>this.connection.onRequest(zr.WorkspaceDiagnosticRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(zr.WorkspaceDiagnosticRequest.partialResult,n)))}}};zo.DiagnosticFeature=KC});var Uh=R(Bo=>{"use strict";Object.defineProperty(Bo,"__esModule",{value:!0});Bo.MonikerFeature=void 0;var QC=ve(),JC=e=>class extends e{get moniker(){return{on:t=>{let n=QC.MonikerRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Bo.MonikerFeature=JC});var ty=R(J=>{"use strict";Object.defineProperty(J,"__esModule",{value:!0});J.createConnection=J.combineFeatures=J.combineNotebooksFeatures=J.combineLanguagesFeatures=J.combineWorkspaceFeatures=J.combineWindowFeatures=J.combineClientFeatures=J.combineTracerFeatures=J.combineTelemetryFeatures=J.combineConsoleFeatures=J._NotebooksImpl=J._LanguagesImpl=J.BulkUnregistration=J.BulkRegistration=J.ErrorMessageTracker=void 0;var E=ve(),at=Lu(),$u=Iu(),z=Th(),XC=wh(),ZC=Sh(),eR=kh(),tR=Nu(),nR=Ah(),rR=Eh(),iR=Nh(),oR=qh(),sR=Mh(),aR=Lh(),cR=Ih(),uR=Fh(),lR=ju(),pR=Uh();function Bu(e){if(e!==null)return e}var Vu=class{constructor(){this._messages=Object.create(null)}add(t){let n=this._messages[t];n||(n=0),n++,this._messages[t]=n}sendErrors(t){Object.keys(this._messages).forEach(n=>{t.window.showErrorMessage(n)})}};J.ErrorMessageTracker=Vu;var $o=class{constructor(){}rawAttach(t){this._rawConnection=t}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}fillServerCapabilities(t){}initialize(t){}error(t){this.send(E.MessageType.Error,t)}warn(t){this.send(E.MessageType.Warning,t)}info(t){this.send(E.MessageType.Info,t)}log(t){this.send(E.MessageType.Log,t)}debug(t){this.send(E.MessageType.Debug,t)}send(t,n){this._rawConnection&&this._rawConnection.sendNotification(E.LogMessageNotification.type,{type:t,message:n}).catch(()=>{(0,E.RAL)().console.error("Sending log message failed")})}},Yu=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}showErrorMessage(t,...n){let r={type:E.MessageType.Error,message:t,actions:n};return this.connection.sendRequest(E.ShowMessageRequest.type,r).then(Bu)}showWarningMessage(t,...n){let r={type:E.MessageType.Warning,message:t,actions:n};return this.connection.sendRequest(E.ShowMessageRequest.type,r).then(Bu)}showInformationMessage(t,...n){let r={type:E.MessageType.Info,message:t,actions:n};return this.connection.sendRequest(E.ShowMessageRequest.type,r).then(Bu)}},Wh=(0,nR.ShowDocumentFeature)((0,z.ProgressFeature)(Yu)),Hh;(function(e){function t(){return new Vo}e.create=t})(Hh||(J.BulkRegistration=Hh={}));var Vo=class{constructor(){this._registrations=[],this._registered=new Set}add(t,n){let r=at.string(t)?t:t.method;if(this._registered.has(r))throw new Error(`${r} is already added to this registration`);let i=$u.generateUuid();this._registrations.push({id:i,method:r,registerOptions:n||{}}),this._registered.add(r)}asRegistrationParams(){return{registrations:this._registrations}}},zh;(function(e){function t(){return new Br(void 0,[])}e.create=t})(zh||(J.BulkUnregistration=zh={}));var Br=class{constructor(t,n){this._connection=t,this._unregistrations=new Map,n.forEach(r=>{this._unregistrations.set(r.method,r)})}get isAttached(){return!!this._connection}attach(t){this._connection=t}add(t){this._unregistrations.set(t.method,t)}dispose(){let t=[];for(let r of this._unregistrations.values())t.push(r);let n={unregisterations:t};this._connection.sendRequest(E.UnregistrationRequest.type,n).catch(()=>{this._connection.console.info("Bulk unregistration failed.")})}disposeSingle(t){let n=at.string(t)?t:t.method,r=this._unregistrations.get(n);if(!r)return!1;let i={unregisterations:[r]};return this._connection.sendRequest(E.UnregistrationRequest.type,i).then(()=>{this._unregistrations.delete(n)},o=>{this._connection.console.info(`Un-registering request handler for ${r.id} failed.`)}),!0}},Yo=class{attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}register(t,n,r){return t instanceof Vo?this.registerMany(t):t instanceof Br?this.registerSingle1(t,n,r):this.registerSingle2(t,n)}registerSingle1(t,n,r){let i=at.string(n)?n:n.method,o=$u.generateUuid(),s={registrations:[{id:o,method:i,registerOptions:r||{}}]};return t.isAttached||t.attach(this.connection),this.connection.sendRequest(E.RegistrationRequest.type,s).then(a=>(t.add({id:o,method:i}),t),a=>(this.connection.console.info(`Registering request handler for ${i} failed.`),Promise.reject(a)))}registerSingle2(t,n){let r=at.string(t)?t:t.method,i=$u.generateUuid(),o={registrations:[{id:i,method:r,registerOptions:n||{}}]};return this.connection.sendRequest(E.RegistrationRequest.type,o).then(s=>E.Disposable.create(()=>{this.unregisterSingle(i,r).catch(()=>{this.connection.console.info(`Un-registering capability with id ${i} failed.`)})}),s=>(this.connection.console.info(`Registering request handler for ${r} failed.`),Promise.reject(s)))}unregisterSingle(t,n){let r={unregisterations:[{id:t,method:n}]};return this.connection.sendRequest(E.UnregistrationRequest.type,r).catch(()=>{this.connection.console.info(`Un-registering request handler for ${t} failed.`)})}registerMany(t){let n=t.asRegistrationParams();return this.connection.sendRequest(E.RegistrationRequest.type,n).then(()=>new Br(this._connection,n.registrations.map(r=>({id:r.id,method:r.method}))),r=>(this.connection.console.info("Bulk registration failed."),Promise.reject(r)))}},Gu=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}applyEdit(t){function n(i){return i&&!!i.edit}let r=n(t)?t:{edit:t};return this.connection.sendRequest(E.ApplyWorkspaceEditRequest.type,r)}},Bh=(0,rR.FileOperationsFeature)((0,ZC.WorkspaceFoldersFeature)((0,XC.ConfigurationFeature)(Gu))),Go=class{constructor(){this._trace=E.Trace.Off}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}set trace(t){this._trace=t}log(t,n){this._trace!==E.Trace.Off&&this.connection.sendNotification(E.LogTraceNotification.type,{message:t,verbose:this._trace===E.Trace.Verbose?n:void 0}).catch(()=>{})}},Ko=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}logEvent(t){this.connection.sendNotification(E.TelemetryEventNotification.type,t).catch(()=>{this.connection.console.log("Sending TelemetryEventNotification failed")})}},Qo=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}attachWorkDoneProgress(t){return(0,z.attachWorkDone)(this.connection,t)}attachPartialResultProgress(t,n){return(0,z.attachPartialResult)(this.connection,n)}};J._LanguagesImpl=Qo;var $h=(0,aR.FoldingRangeFeature)((0,pR.MonikerFeature)((0,uR.DiagnosticFeature)((0,cR.InlayHintFeature)((0,sR.InlineValueFeature)((0,oR.TypeHierarchyFeature)((0,iR.LinkedEditingRangeFeature)((0,tR.SemanticTokensFeature)((0,eR.CallHierarchyFeature)(Qo))))))))),Jo=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}attachWorkDoneProgress(t){return(0,z.attachWorkDone)(this.connection,t)}attachPartialResultProgress(t,n){return(0,z.attachPartialResult)(this.connection,n)}};J._NotebooksImpl=Jo;var Vh=(0,lR.NotebookSyncFeature)(Jo);function Yh(e,t){return function(n){return t(e(n))}}J.combineConsoleFeatures=Yh;function Gh(e,t){return function(n){return t(e(n))}}J.combineTelemetryFeatures=Gh;function Kh(e,t){return function(n){return t(e(n))}}J.combineTracerFeatures=Kh;function Qh(e,t){return function(n){return t(e(n))}}J.combineClientFeatures=Qh;function Jh(e,t){return function(n){return t(e(n))}}J.combineWindowFeatures=Jh;function Xh(e,t){return function(n){return t(e(n))}}J.combineWorkspaceFeatures=Xh;function Zh(e,t){return function(n){return t(e(n))}}J.combineLanguagesFeatures=Zh;function ey(e,t){return function(n){return t(e(n))}}J.combineNotebooksFeatures=ey;function dR(e,t){function n(i,o,s){return i&&o?s(i,o):i||o}return{__brand:"features",console:n(e.console,t.console,Yh),tracer:n(e.tracer,t.tracer,Kh),telemetry:n(e.telemetry,t.telemetry,Gh),client:n(e.client,t.client,Qh),window:n(e.window,t.window,Jh),workspace:n(e.workspace,t.workspace,Xh),languages:n(e.languages,t.languages,Zh),notebooks:n(e.notebooks,t.notebooks,ey)}}J.combineFeatures=dR;function fR(e,t,n){let r=n&&n.console?new(n.console($o)):new $o,i=e(r);r.rawAttach(i);let o=n&&n.tracer?new(n.tracer(Go)):new Go,s=n&&n.telemetry?new(n.telemetry(Ko)):new Ko,a=n&&n.client?new(n.client(Yo)):new Yo,c=n&&n.window?new(n.window(Wh)):new Wh,u=n&&n.workspace?new(n.workspace(Bh)):new Bh,d=n&&n.languages?new(n.languages($h)):new $h,m=n&&n.notebooks?new(n.notebooks(Vh)):new Vh,v=[r,o,s,a,c,u,d,m];function y(h){return h instanceof Promise?h:at.thenable(h)?new Promise((g,S)=>{h.then(V=>g(V),V=>S(V))}):Promise.resolve(h)}let T,I,K,U={listen:()=>i.listen(),sendRequest:(h,...g)=>i.sendRequest(at.string(h)?h:h.method,...g),onRequest:(h,g)=>i.onRequest(h,g),sendNotification:(h,g)=>{let S=at.string(h)?h:h.method;return i.sendNotification(S,g)},onNotification:(h,g)=>i.onNotification(h,g),onProgress:i.onProgress,sendProgress:i.sendProgress,onInitialize:h=>(I=h,{dispose:()=>{I=void 0}}),onInitialized:h=>i.onNotification(E.InitializedNotification.type,h),onShutdown:h=>(T=h,{dispose:()=>{T=void 0}}),onExit:h=>(K=h,{dispose:()=>{K=void 0}}),get console(){return r},get telemetry(){return s},get tracer(){return o},get client(){return a},get window(){return c},get workspace(){return u},get languages(){return d},get notebooks(){return m},onDidChangeConfiguration:h=>i.onNotification(E.DidChangeConfigurationNotification.type,h),onDidChangeWatchedFiles:h=>i.onNotification(E.DidChangeWatchedFilesNotification.type,h),__textDocumentSync:void 0,onDidOpenTextDocument:h=>i.onNotification(E.DidOpenTextDocumentNotification.type,h),onDidChangeTextDocument:h=>i.onNotification(E.DidChangeTextDocumentNotification.type,h),onDidCloseTextDocument:h=>i.onNotification(E.DidCloseTextDocumentNotification.type,h),onWillSaveTextDocument:h=>i.onNotification(E.WillSaveTextDocumentNotification.type,h),onWillSaveTextDocumentWaitUntil:h=>i.onRequest(E.WillSaveTextDocumentWaitUntilRequest.type,h),onDidSaveTextDocument:h=>i.onNotification(E.DidSaveTextDocumentNotification.type,h),sendDiagnostics:h=>i.sendNotification(E.PublishDiagnosticsNotification.type,h),onHover:h=>i.onRequest(E.HoverRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),void 0)),onCompletion:h=>i.onRequest(E.CompletionRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onCompletionResolve:h=>i.onRequest(E.CompletionResolveRequest.type,h),onSignatureHelp:h=>i.onRequest(E.SignatureHelpRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),void 0)),onDeclaration:h=>i.onRequest(E.DeclarationRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onDefinition:h=>i.onRequest(E.DefinitionRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onTypeDefinition:h=>i.onRequest(E.TypeDefinitionRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onImplementation:h=>i.onRequest(E.ImplementationRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onReferences:h=>i.onRequest(E.ReferencesRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onDocumentHighlight:h=>i.onRequest(E.DocumentHighlightRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onDocumentSymbol:h=>i.onRequest(E.DocumentSymbolRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onWorkspaceSymbol:h=>i.onRequest(E.WorkspaceSymbolRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onWorkspaceSymbolResolve:h=>i.onRequest(E.WorkspaceSymbolResolveRequest.type,h),onCodeAction:h=>i.onRequest(E.CodeActionRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onCodeActionResolve:h=>i.onRequest(E.CodeActionResolveRequest.type,(g,S)=>h(g,S)),onCodeLens:h=>i.onRequest(E.CodeLensRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onCodeLensResolve:h=>i.onRequest(E.CodeLensResolveRequest.type,(g,S)=>h(g,S)),onDocumentFormatting:h=>i.onRequest(E.DocumentFormattingRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),void 0)),onDocumentRangeFormatting:h=>i.onRequest(E.DocumentRangeFormattingRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),void 0)),onDocumentOnTypeFormatting:h=>i.onRequest(E.DocumentOnTypeFormattingRequest.type,(g,S)=>h(g,S)),onRenameRequest:h=>i.onRequest(E.RenameRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),void 0)),onPrepareRename:h=>i.onRequest(E.PrepareRenameRequest.type,(g,S)=>h(g,S)),onDocumentLinks:h=>i.onRequest(E.DocumentLinkRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onDocumentLinkResolve:h=>i.onRequest(E.DocumentLinkResolveRequest.type,(g,S)=>h(g,S)),onDocumentColor:h=>i.onRequest(E.DocumentColorRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onColorPresentation:h=>i.onRequest(E.ColorPresentationRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onFoldingRanges:h=>i.onRequest(E.FoldingRangeRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onSelectionRanges:h=>i.onRequest(E.SelectionRangeRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),(0,z.attachPartialResult)(i,g))),onExecuteCommand:h=>i.onRequest(E.ExecuteCommandRequest.type,(g,S)=>h(g,S,(0,z.attachWorkDone)(i,g),void 0)),dispose:()=>i.dispose()};for(let h of v)h.attach(U);return i.onRequest(E.InitializeRequest.type,h=>{t.initialize(h),at.string(h.trace)&&(o.trace=E.Trace.fromString(h.trace));for(let g of v)g.initialize(h.capabilities);if(I){let g=I(h,new E.CancellationTokenSource().token,(0,z.attachWorkDone)(i,h),void 0);return y(g).then(S=>{if(S instanceof E.ResponseError)return S;let V=S;V||(V={capabilities:{}});let Z=V.capabilities;Z||(Z={},V.capabilities=Z),Z.textDocumentSync===void 0||Z.textDocumentSync===null?Z.textDocumentSync=at.number(U.__textDocumentSync)?U.__textDocumentSync:E.TextDocumentSyncKind.None:!at.number(Z.textDocumentSync)&&!at.number(Z.textDocumentSync.change)&&(Z.textDocumentSync.change=at.number(U.__textDocumentSync)?U.__textDocumentSync:E.TextDocumentSyncKind.None);for(let ct of v)ct.fillServerCapabilities(Z);return V})}else{let g={capabilities:{textDocumentSync:E.TextDocumentSyncKind.None}};for(let S of v)S.fillServerCapabilities(g.capabilities);return g}}),i.onRequest(E.ShutdownRequest.type,()=>{if(t.shutdownReceived=!0,T)return T(new E.CancellationTokenSource().token)}),i.onNotification(E.ExitNotification.type,()=>{try{K&&K()}finally{t.shutdownReceived?t.exit(0):t.exit(1)}}),i.onNotification(E.SetTraceNotification.type,h=>{o.trace=E.Trace.fromString(h.value)}),U}J.createConnection=fR});var Ku=R(Ie=>{"use strict";var gR=Ie&&Ie.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),ry=Ie&&Ie.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&gR(t,e,n)};Object.defineProperty(Ie,"__esModule",{value:!0});Ie.ProposedFeatures=Ie.NotebookDocuments=Ie.TextDocuments=Ie.SemanticTokensBuilder=void 0;var mR=Nu();Object.defineProperty(Ie,"SemanticTokensBuilder",{enumerable:!0,get:function(){return mR.SemanticTokensBuilder}});var hR=vh();ry(ve(),Ie);var yR=Ou();Object.defineProperty(Ie,"TextDocuments",{enumerable:!0,get:function(){return yR.TextDocuments}});var bR=ju();Object.defineProperty(Ie,"NotebookDocuments",{enumerable:!0,get:function(){return bR.NotebookDocuments}});ry(ty(),Ie);var ny;(function(e){e.all={__brand:"features",languages:hR.InlineCompletionFeature}})(ny||(Ie.ProposedFeatures=ny={}))});var oy=R((OS,iy)=>{"use strict";iy.exports=ve()});var Zo=R(kt=>{"use strict";var vR=kt&&kt.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),ay=kt&&kt.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&vR(t,e,n)};Object.defineProperty(kt,"__esModule",{value:!0});kt.createConnection=void 0;var Xo=Ku();ay(oy(),kt);ay(Ku(),kt);var sy=!1,PR={initialize:e=>{},get shutdownReceived(){return sy},set shutdownReceived(e){sy=e},exit:e=>{}};function _R(e,t,n,r){let i,o,s,a;e!==void 0&&e.__brand==="features"&&(i=e,e=t,t=n,n=r),Xo.ConnectionStrategy.is(e)||Xo.ConnectionOptions.is(e)?a=e:(o=e,s=t,a=n);let c=u=>(0,Xo.createProtocolConnection)(o,s,u,a);return(0,Xo.createConnection)(c,PR,i)}kt.createConnection=_R});var rn=R((jS,cy)=>{"use strict";cy.exports=Zo()});var fl=R((Nk,Ry)=>{"use strict";function At(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function Cy(e,t){for(var n="",r=0,i=-1,o=0,s,a=0;a<=e.length;++a){if(a<e.length)s=e.charCodeAt(a);else{if(s===47)break;s=47}if(s===47){if(!(i===a-1||o===1))if(i!==a-1&&o===2){if(n.length<2||r!==2||n.charCodeAt(n.length-1)!==46||n.charCodeAt(n.length-2)!==46){if(n.length>2){var c=n.lastIndexOf("/");if(c!==n.length-1){c===-1?(n="",r=0):(n=n.slice(0,c),r=n.length-1-n.lastIndexOf("/")),i=a,o=0;continue}}else if(n.length===2||n.length===1){n="",r=0,i=a,o=0;continue}}t&&(n.length>0?n+="/..":n="..",r=2)}else n.length>0?n+="/"+e.slice(i+1,a):n=e.slice(i+1,a),r=a-i-1;i=a,o=0}else s===46&&o!==-1?++o:o=-1}return n}function xD(e,t){var n=t.dir||t.root,r=t.base||(t.name||"")+(t.ext||"");return n?n===t.root?n+r:n+e+r:r}var pr={resolve:function(){for(var t="",n=!1,r,i=arguments.length-1;i>=-1&&!n;i--){var o;i>=0?o=arguments[i]:(r===void 0&&(r=process.cwd()),o=r),At(o),o.length!==0&&(t=o+"/"+t,n=o.charCodeAt(0)===47)}return t=Cy(t,!n),n?t.length>0?"/"+t:"/":t.length>0?t:"."},normalize:function(t){if(At(t),t.length===0)return".";var n=t.charCodeAt(0)===47,r=t.charCodeAt(t.length-1)===47;return t=Cy(t,!n),t.length===0&&!n&&(t="."),t.length>0&&r&&(t+="/"),n?"/"+t:t},isAbsolute:function(t){return At(t),t.length>0&&t.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var t,n=0;n<arguments.length;++n){var r=arguments[n];At(r),r.length>0&&(t===void 0?t=r:t+="/"+r)}return t===void 0?".":pr.normalize(t)},relative:function(t,n){if(At(t),At(n),t===n||(t=pr.resolve(t),n=pr.resolve(n),t===n))return"";for(var r=1;r<t.length&&t.charCodeAt(r)===47;++r);for(var i=t.length,o=i-r,s=1;s<n.length&&n.charCodeAt(s)===47;++s);for(var a=n.length,c=a-s,u=o<c?o:c,d=-1,m=0;m<=u;++m){if(m===u){if(c>u){if(n.charCodeAt(s+m)===47)return n.slice(s+m+1);if(m===0)return n.slice(s+m)}else o>u&&(t.charCodeAt(r+m)===47?d=m:m===0&&(d=0));break}var v=t.charCodeAt(r+m),y=n.charCodeAt(s+m);if(v!==y)break;v===47&&(d=m)}var T="";for(m=r+d+1;m<=i;++m)(m===i||t.charCodeAt(m)===47)&&(T.length===0?T+="..":T+="/..");return T.length>0?T+n.slice(s+d):(s+=d,n.charCodeAt(s)===47&&++s,n.slice(s))},_makeLong:function(t){return t},dirname:function(t){if(At(t),t.length===0)return".";for(var n=t.charCodeAt(0),r=n===47,i=-1,o=!0,s=t.length-1;s>=1;--s)if(n=t.charCodeAt(s),n===47){if(!o){i=s;break}}else o=!1;return i===-1?r?"/":".":r&&i===1?"//":t.slice(0,i)},basename:function(t,n){if(n!==void 0&&typeof n!="string")throw new TypeError('"ext" argument must be a string');At(t);var r=0,i=-1,o=!0,s;if(n!==void 0&&n.length>0&&n.length<=t.length){if(n.length===t.length&&n===t)return"";var a=n.length-1,c=-1;for(s=t.length-1;s>=0;--s){var u=t.charCodeAt(s);if(u===47){if(!o){r=s+1;break}}else c===-1&&(o=!1,c=s+1),a>=0&&(u===n.charCodeAt(a)?--a===-1&&(i=s):(a=-1,i=c))}return r===i?i=c:i===-1&&(i=t.length),t.slice(r,i)}else{for(s=t.length-1;s>=0;--s)if(t.charCodeAt(s)===47){if(!o){r=s+1;break}}else i===-1&&(o=!1,i=s+1);return i===-1?"":t.slice(r,i)}},extname:function(t){At(t);for(var n=-1,r=0,i=-1,o=!0,s=0,a=t.length-1;a>=0;--a){var c=t.charCodeAt(a);if(c===47){if(!o){r=a+1;break}continue}i===-1&&(o=!1,i=a+1),c===46?n===-1?n=a:s!==1&&(s=1):n!==-1&&(s=-1)}return n===-1||i===-1||s===0||s===1&&n===i-1&&n===r+1?"":t.slice(n,i)},format:function(t){if(t===null||typeof t!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof t);return xD("/",t)},parse:function(t){At(t);var n={root:"",dir:"",base:"",ext:"",name:""};if(t.length===0)return n;var r=t.charCodeAt(0),i=r===47,o;i?(n.root="/",o=1):o=0;for(var s=-1,a=0,c=-1,u=!0,d=t.length-1,m=0;d>=o;--d){if(r=t.charCodeAt(d),r===47){if(!u){a=d+1;break}continue}c===-1&&(u=!1,c=d+1),r===46?s===-1?s=d:m!==1&&(m=1):s!==-1&&(m=-1)}return s===-1||c===-1||m===0||m===1&&s===c-1&&s===a+1?c!==-1&&(a===0&&i?n.base=n.name=t.slice(1,c):n.base=n.name=t.slice(a,c)):(a===0&&i?(n.name=t.slice(1,s),n.base=t.slice(1,c)):(n.name=t.slice(a,s),n.base=t.slice(a,c)),n.ext=t.slice(s,c)),a>0?n.dir=t.slice(0,a-1):i&&(n.dir="/"),n},sep:"/",delimiter:":",win32:null,posix:null};pr.posix=pr;Ry.exports=pr});import{createConfig as Jp,loadConfig as $P,loadIgnoreConfig as VP,DEFAULT_CONFIG as YP,IGNORE_FILE as GP}from"@redocly/openapi-core";var bl;(()=>{"use strict";var e={975:k=>{function b(_){if(typeof _!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(_))}function O(_,C){for(var D,q="",j=0,N=-1,$=0,Y=0;Y<=_.length;++Y){if(Y<_.length)D=_.charCodeAt(Y);else{if(D===47)break;D=47}if(D===47){if(!(N===Y-1||$===1))if(N!==Y-1&&$===2){if(q.length<2||j!==2||q.charCodeAt(q.length-1)!==46||q.charCodeAt(q.length-2)!==46){if(q.length>2){var De=q.lastIndexOf("/");if(De!==q.length-1){De===-1?(q="",j=0):j=(q=q.slice(0,De)).length-1-q.lastIndexOf("/"),N=Y,$=0;continue}}else if(q.length===2||q.length===1){q="",j=0,N=Y,$=0;continue}}C&&(q.length>0?q+="/..":q="..",j=2)}else q.length>0?q+="/"+_.slice(N+1,Y):q=_.slice(N+1,Y),j=Y-N-1;N=Y,$=0}else D===46&&$!==-1?++$:$=-1}return q}var M={resolve:function(){for(var _,C="",D=!1,q=arguments.length-1;q>=-1&&!D;q--){var j;q>=0?j=arguments[q]:(_===void 0&&(_=process.cwd()),j=_),b(j),j.length!==0&&(C=j+"/"+C,D=j.charCodeAt(0)===47)}return C=O(C,!D),D?C.length>0?"/"+C:"/":C.length>0?C:"."},normalize:function(_){if(b(_),_.length===0)return".";var C=_.charCodeAt(0)===47,D=_.charCodeAt(_.length-1)===47;return(_=O(_,!C)).length!==0||C||(_="."),_.length>0&&D&&(_+="/"),C?"/"+_:_},isAbsolute:function(_){return b(_),_.length>0&&_.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var _,C=0;C<arguments.length;++C){var D=arguments[C];b(D),D.length>0&&(_===void 0?_=D:_+="/"+D)}return _===void 0?".":M.normalize(_)},relative:function(_,C){if(b(_),b(C),_===C||(_=M.resolve(_))===(C=M.resolve(C)))return"";for(var D=1;D<_.length&&_.charCodeAt(D)===47;++D);for(var q=_.length,j=q-D,N=1;N<C.length&&C.charCodeAt(N)===47;++N);for(var $=C.length-N,Y=j<$?j:$,De=-1,ne=0;ne<=Y;++ne){if(ne===Y){if($>Y){if(C.charCodeAt(N+ne)===47)return C.slice(N+ne+1);if(ne===0)return C.slice(N+ne)}else j>Y&&(_.charCodeAt(D+ne)===47?De=ne:ne===0&&(De=0));break}var ut=_.charCodeAt(D+ne);if(ut!==C.charCodeAt(N+ne))break;ut===47&&(De=ne)}var cn="";for(ne=D+De+1;ne<=q;++ne)ne!==q&&_.charCodeAt(ne)!==47||(cn.length===0?cn+="..":cn+="/..");return cn.length>0?cn+C.slice(N+De):(N+=De,C.charCodeAt(N)===47&&++N,C.slice(N))},_makeLong:function(_){return _},dirname:function(_){if(b(_),_.length===0)return".";for(var C=_.charCodeAt(0),D=C===47,q=-1,j=!0,N=_.length-1;N>=1;--N)if((C=_.charCodeAt(N))===47){if(!j){q=N;break}}else j=!1;return q===-1?D?"/":".":D&&q===1?"//":_.slice(0,q)},basename:function(_,C){if(C!==void 0&&typeof C!="string")throw new TypeError('"ext" argument must be a string');b(_);var D,q=0,j=-1,N=!0;if(C!==void 0&&C.length>0&&C.length<=_.length){if(C.length===_.length&&C===_)return"";var $=C.length-1,Y=-1;for(D=_.length-1;D>=0;--D){var De=_.charCodeAt(D);if(De===47){if(!N){q=D+1;break}}else Y===-1&&(N=!1,Y=D+1),$>=0&&(De===C.charCodeAt($)?--$==-1&&(j=D):($=-1,j=Y))}return q===j?j=Y:j===-1&&(j=_.length),_.slice(q,j)}for(D=_.length-1;D>=0;--D)if(_.charCodeAt(D)===47){if(!N){q=D+1;break}}else j===-1&&(N=!1,j=D+1);return j===-1?"":_.slice(q,j)},extname:function(_){b(_);for(var C=-1,D=0,q=-1,j=!0,N=0,$=_.length-1;$>=0;--$){var Y=_.charCodeAt($);if(Y!==47)q===-1&&(j=!1,q=$+1),Y===46?C===-1?C=$:N!==1&&(N=1):C!==-1&&(N=-1);else if(!j){D=$+1;break}}return C===-1||q===-1||N===0||N===1&&C===q-1&&C===D+1?"":_.slice(C,q)},format:function(_){if(_===null||typeof _!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof _);return(function(C,D){var q=D.dir||D.root,j=D.base||(D.name||"")+(D.ext||"");return q?q===D.root?q+j:q+"/"+j:j})(0,_)},parse:function(_){b(_);var C={root:"",dir:"",base:"",ext:"",name:""};if(_.length===0)return C;var D,q=_.charCodeAt(0),j=q===47;j?(C.root="/",D=1):D=0;for(var N=-1,$=0,Y=-1,De=!0,ne=_.length-1,ut=0;ne>=D;--ne)if((q=_.charCodeAt(ne))!==47)Y===-1&&(De=!1,Y=ne+1),q===46?N===-1?N=ne:ut!==1&&(ut=1):N!==-1&&(ut=-1);else if(!De){$=ne+1;break}return N===-1||Y===-1||ut===0||ut===1&&N===Y-1&&N===$+1?Y!==-1&&(C.base=C.name=$===0&&j?_.slice(1,Y):_.slice($,Y)):($===0&&j?(C.name=_.slice(1,N),C.base=_.slice(1,Y)):(C.name=_.slice($,N),C.base=_.slice($,Y)),C.ext=_.slice(N,Y)),$>0?C.dir=_.slice(0,$-1):j&&(C.dir="/"),C},sep:"/",delimiter:":",win32:null,posix:null};M.posix=M,k.exports=M}},t={};function n(k){var b=t[k];if(b!==void 0)return b.exports;var O=t[k]={exports:{}};return e[k](O,O.exports,n),O.exports}n.d=(k,b)=>{for(var O in b)n.o(b,O)&&!n.o(k,O)&&Object.defineProperty(k,O,{enumerable:!0,get:b[O]})},n.o=(k,b)=>Object.prototype.hasOwnProperty.call(k,b),n.r=k=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(k,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(k,"__esModule",{value:!0})};var r={};let i;n.r(r),n.d(r,{URI:()=>v,Utils:()=>Dn}),typeof process=="object"?i=process.platform==="win32":typeof navigator=="object"&&(i=navigator.userAgent.indexOf("Windows")>=0);let o=/^\w[\w\d+.-]*$/,s=/^\//,a=/^\/\//;function c(k,b){if(!k.scheme&&b)throw new Error(`[UriError]: Scheme is missing: {scheme: "", authority: "${k.authority}", path: "${k.path}", query: "${k.query}", fragment: "${k.fragment}"}`);if(k.scheme&&!o.test(k.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(k.path){if(k.authority){if(!s.test(k.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(a.test(k.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}let u="",d="/",m=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class v{static isUri(b){return b instanceof v||!!b&&typeof b.authority=="string"&&typeof b.fragment=="string"&&typeof b.path=="string"&&typeof b.query=="string"&&typeof b.scheme=="string"&&typeof b.fsPath=="string"&&typeof b.with=="function"&&typeof b.toString=="function"}scheme;authority;path;query;fragment;constructor(b,O,M,_,C,D=!1){typeof b=="object"?(this.scheme=b.scheme||u,this.authority=b.authority||u,this.path=b.path||u,this.query=b.query||u,this.fragment=b.fragment||u):(this.scheme=(function(q,j){return q||j?q:"file"})(b,D),this.authority=O||u,this.path=(function(q,j){switch(q){case"https":case"http":case"file":j?j[0]!==d&&(j=d+j):j=d}return j})(this.scheme,M||u),this.query=_||u,this.fragment=C||u,c(this,D))}get fsPath(){return h(this,!1)}with(b){if(!b)return this;let{scheme:O,authority:M,path:_,query:C,fragment:D}=b;return O===void 0?O=this.scheme:O===null&&(O=u),M===void 0?M=this.authority:M===null&&(M=u),_===void 0?_=this.path:_===null&&(_=u),C===void 0?C=this.query:C===null&&(C=u),D===void 0?D=this.fragment:D===null&&(D=u),O===this.scheme&&M===this.authority&&_===this.path&&C===this.query&&D===this.fragment?this:new T(O,M,_,C,D)}static parse(b,O=!1){let M=m.exec(b);return M?new T(M[2]||u,Z(M[4]||u),Z(M[5]||u),Z(M[7]||u),Z(M[9]||u),O):new T(u,u,u,u,u)}static file(b){let O=u;if(i&&(b=b.replace(/\\/g,d)),b[0]===d&&b[1]===d){let M=b.indexOf(d,2);M===-1?(O=b.substring(2),b=d):(O=b.substring(2,M),b=b.substring(M)||d)}return new T("file",O,b,u,u)}static from(b){let O=new T(b.scheme,b.authority,b.path,b.query,b.fragment);return c(O,!0),O}toString(b=!1){return g(this,b)}toJSON(){return this}static revive(b){if(b){if(b instanceof v)return b;{let O=new T(b);return O._formatted=b.external,O._fsPath=b._sep===y?b.fsPath:null,O}}return b}}let y=i?1:void 0;class T extends v{_formatted=null;_fsPath=null;get fsPath(){return this._fsPath||(this._fsPath=h(this,!1)),this._fsPath}toString(b=!1){return b?g(this,!0):(this._formatted||(this._formatted=g(this,!1)),this._formatted)}toJSON(){let b={$mid:1};return this._fsPath&&(b.fsPath=this._fsPath,b._sep=y),this._formatted&&(b.external=this._formatted),this.path&&(b.path=this.path),this.scheme&&(b.scheme=this.scheme),this.authority&&(b.authority=this.authority),this.query&&(b.query=this.query),this.fragment&&(b.fragment=this.fragment),b}}let I={58:"%3A",47:"%2F",63:"%3F",35:"%23",91:"%5B",93:"%5D",64:"%40",33:"%21",36:"%24",38:"%26",39:"%27",40:"%28",41:"%29",42:"%2A",43:"%2B",44:"%2C",59:"%3B",61:"%3D",32:"%20"};function K(k,b,O){let M,_=-1;for(let C=0;C<k.length;C++){let D=k.charCodeAt(C);if(D>=97&&D<=122||D>=65&&D<=90||D>=48&&D<=57||D===45||D===46||D===95||D===126||b&&D===47||O&&D===91||O&&D===93||O&&D===58)_!==-1&&(M+=encodeURIComponent(k.substring(_,C)),_=-1),M!==void 0&&(M+=k.charAt(C));else{M===void 0&&(M=k.substr(0,C));let q=I[D];q!==void 0?(_!==-1&&(M+=encodeURIComponent(k.substring(_,C)),_=-1),M+=q):_===-1&&(_=C)}}return _!==-1&&(M+=encodeURIComponent(k.substring(_))),M!==void 0?M:k}function U(k){let b;for(let O=0;O<k.length;O++){let M=k.charCodeAt(O);M===35||M===63?(b===void 0&&(b=k.substr(0,O)),b+=I[M]):b!==void 0&&(b+=k[O])}return b!==void 0?b:k}function h(k,b){let O;return O=k.authority&&k.path.length>1&&k.scheme==="file"?`//${k.authority}${k.path}`:k.path.charCodeAt(0)===47&&(k.path.charCodeAt(1)>=65&&k.path.charCodeAt(1)<=90||k.path.charCodeAt(1)>=97&&k.path.charCodeAt(1)<=122)&&k.path.charCodeAt(2)===58?b?k.path.substr(1):k.path[1].toLowerCase()+k.path.substr(2):k.path,i&&(O=O.replace(/\//g,"\\")),O}function g(k,b){let O=b?U:K,M="",{scheme:_,authority:C,path:D,query:q,fragment:j}=k;if(_&&(M+=_,M+=":"),(C||_==="file")&&(M+=d,M+=d),C){let N=C.indexOf("@");if(N!==-1){let $=C.substr(0,N);C=C.substr(N+1),N=$.lastIndexOf(":"),N===-1?M+=O($,!1,!1):(M+=O($.substr(0,N),!1,!1),M+=":",M+=O($.substr(N+1),!1,!0)),M+="@"}C=C.toLowerCase(),N=C.lastIndexOf(":"),N===-1?M+=O(C,!1,!0):(M+=O(C.substr(0,N),!1,!0),M+=C.substr(N))}if(D){if(D.length>=3&&D.charCodeAt(0)===47&&D.charCodeAt(2)===58){let N=D.charCodeAt(1);N>=65&&N<=90&&(D=`/${String.fromCharCode(N+32)}:${D.substr(3)}`)}else if(D.length>=2&&D.charCodeAt(1)===58){let N=D.charCodeAt(0);N>=65&&N<=90&&(D=`${String.fromCharCode(N+32)}:${D.substr(2)}`)}M+=O(D,!0,!1)}return q&&(M+="?",M+=O(q,!1,!1)),j&&(M+="#",M+=b?j:K(j,!1,!1)),M}function S(k){try{return decodeURIComponent(k)}catch{return k.length>3?k.substr(0,3)+S(k.substr(3)):k}}let V=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function Z(k){return k.match(V)?k.replace(V,(b=>S(b))):k}var ct=n(975);let It=ct.posix||ct,an="/";var Dn;(function(k){k.joinPath=function(b,...O){return b.with({path:It.join(b.path,...O)})},k.resolvePath=function(b,...O){let M=b.path,_=!1;M[0]!==an&&(M=an+M,_=!0);let C=It.resolve(M,...O);return _&&C[0]===an&&!b.authority&&(C=C.substring(1)),b.with({path:C})},k.dirname=function(b){if(b.path.length===0||b.path===an)return b;let O=It.dirname(b.path);return O.length===1&&O.charCodeAt(0)===46&&(O=""),b.with({path:O})},k.basename=function(b){return It.basename(b.path)},k.extname=function(b){return It.extname(b.path)}})(Dn||(Dn={})),bl=r})();var{URI:Ke,Utils:G}=bl;import{isBrowser as sb}from"@redocly/openapi-core";import{CONFIG_FILE_NAME as ob}from"@redocly/openapi-core";var bs={languageId:"yaml",filePattern:/\.ya?ml$/i},vs={languageId:"json",filePattern:/\.json$/i},ys=class{constructor(){this._fs=null;this._documentManager=null;this._findConfig=null;this._getRootWorkspaceFolderURI=null;this._scorecardStatus="pending";this.supportedLanguages=[bs,vs];this.registerConfigFinder(async t=>{if(this._fs)try{let n=G.resolvePath(G.dirname(Ue(t)),ob);return await this._fs.exists(n)?Oe(n.toString()):void 0}catch{return}}),this.registerRootWorkspaceFolderURIGetter(async()=>"")}registerFileSystemProvider(t){this._fs=t}registerDocumentsProvider(t){this._documentManager=t}registerConfigFinder(t){this._findConfig=t}registerRootWorkspaceFolderURIGetter(t){this._getRootWorkspaceFolderURI=t}registerRemoteScorecardAndPlugins(t){this._remoteScorecardAndPlugins=t}get remoteScorecardAndPlugins(){return this._remoteScorecardAndPlugins}get fs(){if(!this._fs)throw new Error("FileSystemProvider not registered.");return this._fs}get documents(){if(!this._documentManager)throw new Error("DocumentsProvider not registered.");return this._documentManager}get findConfig(){if(!this._findConfig)throw new Error("ConfigFinder not registered.");return this._findConfig}get getRootWorkspaceFolderURI(){if(!this._getRootWorkspaceFolderURI)throw new Error("RootWorkspaceFolderURIGetter not registered.");return this._getRootWorkspaceFolderURI}setScorecardStatus(t){this._scorecardStatus=t}get scorecardStatus(){return this._scorecardStatus}},ae=new ys;function gr(e,t){let n=r=>G.resolvePath(Ue(Et(r))).toString();return n(e)===n(t)}function Ue(e){return Ke.parse(e)}function Et(e){return e.startsWith("file://")?e:Ke.file(e).toString()}function Oe(e){let t=Ke.parse(e).fsPath;return sb&&t.startsWith("/")?t.slice(1):t}function mr(e){let t=["https","http"],{scheme:n}=Ke.parse(e);return t.includes(n)}function hr(e){return G.basename(Ue(e))}async function vl(e,t="/"){let n=G.resolvePath(Ue(t));for(;e.path!=="/";)try{(await ae.fs.stat(G.resolvePath(n,e.path))).isDirectory()||(e=G.dirname(e));break}catch{e=G.dirname(e)}return e}import{BaseResolver as zP,Source as Qp,readFileFromUrl as BP,isAbsoluteUrl as Ks}from"@redocly/openapi-core";var ni=class e{constructor(t,n,r,i){this._uri=t,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(t){if(t){let n=this.offsetAt(t.start),r=this.offsetAt(t.end);return this._content.substring(n,r)}return this._content}update(t,n){for(let r of t)if(e.isIncremental(r)){let i=xl(r.range),o=this.offsetAt(i.start),s=this.offsetAt(i.end);this._content=this._content.substring(0,o)+r.text+this._content.substring(s,this._content.length);let a=Math.max(i.start.line,0),c=Math.max(i.end.line,0),u=this._lineOffsets,d=Pl(r.text,!1,o);if(c-a===d.length)for(let v=0,y=d.length;v<y;v++)u[v+a+1]=d[v];else d.length<1e4?u.splice(a+1,c-a,...d):this._lineOffsets=u=u.slice(0,a+1).concat(d,u.slice(c+1));let m=r.text.length-(s-o);if(m!==0)for(let v=a+1+d.length,y=u.length;v<y;v++)u[v]=u[v]+m}else if(e.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=Pl(this._content,!0)),this._lineOffsets}positionAt(t){t=Math.max(Math.min(t,this._content.length),0);let n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return{line:0,character:t};for(;r<i;){let s=Math.floor((r+i)/2);n[s]>t?i=s:r=s+1}let o=r-1;return t=this.ensureBeforeEOL(t,n[o]),{line:o,character:t-n[o]}}offsetAt(t){let n=this.getLineOffsets();if(t.line>=n.length)return this._content.length;if(t.line<0)return 0;let r=n[t.line];if(t.character<=0)return r;let i=t.line+1<n.length?n[t.line+1]:this._content.length,o=Math.min(r+t.character,i);return this.ensureBeforeEOL(o,r)}ensureBeforeEOL(t,n){for(;t>n&&_l(this._content.charCodeAt(t-1));)t--;return t}get lineCount(){return this.getLineOffsets().length}static isIncremental(t){let n=t;return n!=null&&typeof n.text=="string"&&n.range!==void 0&&(n.rangeLength===void 0||typeof n.rangeLength=="number")}static isFull(t){let n=t;return n!=null&&typeof n.text=="string"&&n.range===void 0&&n.rangeLength===void 0}},ri;(function(e){function t(i,o,s,a){return new ni(i,o,s,a)}e.create=t;function n(i,o,s){if(i instanceof ni)return i.update(o,s),i;throw new Error("TextDocument.update: document must be created by TextDocument.create")}e.update=n;function r(i,o){let s=i.getText(),a=Ps(o.map(ab),(d,m)=>{let v=d.range.start.line-m.range.start.line;return v===0?d.range.start.character-m.range.start.character:v}),c=0,u=[];for(let d of a){let m=i.offsetAt(d.range.start);if(m<c)throw new Error("Overlapping edit");m>c&&u.push(s.substring(c,m)),d.newText.length&&u.push(d.newText),c=i.offsetAt(d.range.end)}return u.push(s.substr(c)),u.join("")}e.applyEdits=r})(ri||(ri={}));function Ps(e,t){if(e.length<=1)return e;let n=e.length/2|0,r=e.slice(0,n),i=e.slice(n);Ps(r,t),Ps(i,t);let o=0,s=0,a=0;for(;o<r.length&&s<i.length;)t(r[o],i[s])<=0?e[a++]=r[o++]:e[a++]=i[s++];for(;o<r.length;)e[a++]=r[o++];for(;s<i.length;)e[a++]=i[s++];return e}function Pl(e,t,n=0){let r=t?[n]:[];for(let i=0;i<e.length;i++){let o=e.charCodeAt(i);_l(o)&&(o===13&&i+1<e.length&&e.charCodeAt(i+1)===10&&i++,r.push(n+i+1))}return r}function _l(e){return e===13||e===10}function xl(e){let t=e.start,n=e.end;return t.line>n.line||t.line===n.line&&t.character>n.character?{start:n,end:t}:e}function ab(e){let t=xl(e.range);return t!==e.range?{newText:e.newText,range:t}:e}var mi=qe(qn(),1),Gp=new Map;function Kp(e,t){return Gp.set(e,t)}function Gs(e){let t=[];for(let[n,r]of Gp.entries())r.dependencyPaths.has(e)&&t.push({documentPath:n,durationMS:r.durationMS});return t}async function Je(e){let t=ae.documents.get(e);if(t)return t;let n=await ae.fs.readFile(Ue(e),"utf-8");return ri.create(e,"yaml",1,n)}function _r(e){return vs.filePattern.test(e)}function hi(e){return bs.filePattern.test(e)}function gn({uri:e,ast:t,textDocument:n}){if(!(hi(e)&&/entit(y|ies)\.ya?ml$/i.test(e)))return!1;if(n){let i=n.getText();t=mi.safeLoad(i,{filename:e})}if(t?.kind===mi.Kind.MAP){let i=["openapi","swagger","asyncapi","arazzo"];for(let o of t.mappings){let s=o.key?.value;if(i.includes(s))return!1}}return!0}var Pt=class extends zP{resolveExternalRef(t,n){return Ks(n)?n:t&&Ks(t)?new URL(n,t).href:t?G.resolvePath(G.dirname(Ue(Et(t))),n).toString():n}async loadExternalRef(t){if(mr(t)){let{body:i,mimeType:o}=await BP(t,{...this.config.http,customFetch:fetch});return new Qp(t,i,o)}let n=Et(t),r=Ks(t)?Oe(t):t;return new Qp(r,(await Je(n)).getText())}};var zt;async function yi(e,t){let n=!1;try{let r=new Pt,i=e?await ae.findConfig(e):void 0;if(i===void 0){let o=await VP(i,r);zt=await Jp(YP,{externalRefResolver:r,ignore:o})}else zt=await $P({configPath:i,externalRefResolver:r})}catch(r){n=!0;let i=r instanceof Error?r.message:String(r);t?.createEventHandleLoadConfigError?.(i),zt=await Jp({})}return{config:zt,loadFailed:n}}async function On(e){return zt||(await yi(e)).config}async function mn(e){return await Qs(e)?!0:!!zt?.resolvedRefMap&&[...zt.resolvedRefMap.keys()].map(n=>n.split("::")?.[1]?.split("#")[0]).some(n=>gr(hr(Et(e)),n))}async function Qs(e){let t=await ae.findConfig(e);return t?gr(e,t):!1}function KP(e){return e.endsWith(GP)}import{clearPluginsCache as e_}from"@redocly/openapi-core";var Xp=new Set([".js",".mjs",".cjs",".ts"]),QP=/(?:\brequire\(|\b(?:import|export)\b[^'"]*?\bfrom\s+)['"](\.[^'"]+)['"]/g,JP=/\/\*[\s\S]*?\*\/|\/\/[^\n]*/g;async function XP(e){let t=e.resolvedConfig?.plugins;if(!e.configPath||!t?.length)return[];let{fs:n}=ae,r=G.dirname(Ke.file(e.configPath)),i=new Set;async function o(a){if(G.extname(a))return await n.exists(a)?a:void 0;let c=G.dirname(a),u=G.basename(a),d=await n.readDir(c).catch(()=>[]);for(let m of Xp)if(d.includes(u+m))return G.joinPath(c,u+m)}async function s(a){if(i.has(a.toString())||!await n.exists(a)||(i.add(a.toString()),!Xp.has(G.extname(a))))return;let c=(await n.readFile(a,"utf-8")).replace(JP,""),u=G.dirname(a);for(let[,d]of c.matchAll(QP)){let m=await o(G.resolvePath(u,d));m&&await s(m)}}for(let a of t)await s(G.resolvePath(r,a.replace(/\\/g,"/")));return[...i].map(a=>Ke.parse(a).fsPath)}function ZP(e,t){return t.some(n=>gr(n,e))}var dd={hide:{type:"boolean"},component:{type:"string",enum:["radio","checkbox"]},label:{type:"string"},items:{type:"array",items:{type:"string"}}},xr={type:"object",properties:dd,additionalProperties:!1},t_={type:"object",properties:{hide:{type:"boolean"},label:{type:"string"},placeholder:{type:"string"}},additionalProperties:!1},Cr={type:"object",properties:{hide:{type:"boolean"},type:{type:"string",enum:["rating","sentiment","comment","reasons","mood","scale"]},settings:{type:"object",properties:{label:{type:"string"},submitText:{type:"string"},buttonText:{type:"string"},component:{type:"string",enum:["radio","checkbox"]},items:{type:"array",items:{type:"string"},minItems:1},leftScaleLabel:{type:"string"},rightScaleLabel:{type:"string"},reasons:{type:"object",properties:{...dd,like:xr,dislike:xr,satisfied:xr,neutral:xr,dissatisfied:xr},additionalProperties:!1},comment:{type:"object",properties:{hide:{type:"boolean"},label:{type:"string"},likeLabel:{type:"string"},dislikeLabel:{type:"string"},satisfiedLabel:{type:"string"},neutralLabel:{type:"string"},dissatisfiedLabel:{type:"string"}},additionalProperties:!1},optionalEmail:t_},additionalProperties:!1}},additionalProperties:!1},n_={type:"object",properties:{languages:{type:"array",items:{type:"object",properties:{lang:{type:"string"},label:{type:"string"},options:{type:"object",properties:{indent:{type:"string"},withImports:{type:"boolean"},withComments:{type:"boolean"},binary:{type:"boolean"},credentials:{type:"string",enum:["omit","same-origin","include"]}},additionalProperties:!1}},required:["lang"],additionalProperties:!1}},skipOptionalParameters:{type:"boolean"},withOAuth2Call:{type:"boolean"}},additionalProperties:!1},ea={type:"array",items:{type:"object",properties:{title:{type:"string"},url:{type:"string"}},required:["url"],additionalProperties:!1}},xi={type:"object",properties:{licenseKey:{type:"string"},hideLoading:{type:"boolean"},disableRouter:{type:"boolean"},hideSidebar:{type:"boolean"},feedback:Cr,hideReplay:{type:"boolean"},oAuth2RedirectURI:{type:"string"},corsProxyUrl:{type:"string"},sortRequiredPropsFirst:{type:"boolean"},sanitize:{type:"boolean"},hideDownloadButtons:{type:"boolean"},downloadUrls:ea,onlyRequiredInSamples:{type:"boolean"},generatedSamplesMaxDepth:{oneOf:[{type:"number"},{type:"string"}]},showExtensions:{oneOf:[{type:"boolean"},{type:"string"},{type:"array",items:{type:"string"}}]},hideSchemaTitles:{type:"boolean"},jsonSamplesExpandLevel:{oneOf:[{type:"number"},{type:"string"}]},schemasExpansionLevel:{oneOf:[{type:"number"},{type:"string"}]},mockServer:{type:"object",properties:{url:{type:"string"},position:{type:"string",enum:["first","last","replace","off"]},description:{type:"string"}}},maxDisplayedEnumValues:{type:"number"},schemaDefinitionsTagName:{type:"string"},layout:{type:"string",enum:["stacked","three-panel"]},hideInfoMetadata:{type:"boolean"},events:{type:"object"},skipBundle:{type:"boolean"},routingBasePath:{type:"string"},codeSamples:n_,ignoreNamedSchemas:{oneOf:[{type:"array",items:{type:"string"}},{type:"string"}]},hidePropertiesPrefix:{type:"boolean"},excludeFromSearch:{type:"boolean"},showSchemaCatalogLinks:{type:"boolean"}},additionalProperties:!1},Mn={type:"object",properties:{includeByName:{type:"array",items:{type:"string"}},excludeByName:{type:"array",items:{type:"string"}}},additionalProperties:!1},r_={type:"object",properties:{name:{type:"string"},items:Mn,queries:Mn,mutations:Mn,subscriptions:Mn,types:Mn,directives:Mn},required:["name"],additionalProperties:!1},i_={type:"object",properties:{requireExactGroups:{type:"boolean"},groups:{type:"array",items:r_},otherItemsGroupName:{type:"string"}},required:["requireExactGroups","groups","otherItemsGroupName"],additionalProperties:!1},o_={type:"object",properties:{name:{type:"string"},url:{type:"string",format:"uri"},email:{type:"string",format:"email"}},additionalProperties:!1},s_={type:"object",properties:{name:{type:"string"},url:{type:"string",format:"uri"},identifier:{type:"string"}},additionalProperties:!1},a_={type:"object",properties:{title:{type:"string"},version:{type:"string"},description:{type:"string"},termsOfService:{type:"string",format:"uri"},contact:o_,license:s_},additionalProperties:!1},Ci={type:"object",properties:{menu:{type:"object",properties:{...i_.properties},additionalProperties:!1},sidebar:{type:"object",properties:{hide:{type:"boolean"}}},downloadUrls:ea,apiLogo:{type:"object",properties:{imageUrl:{type:"string"},href:{type:"string"},altText:{type:"string"},backgroundColor:{type:"string"}}},jsonSamplesDepth:{type:"number"},samplesMaxInlineArgs:{type:"number"},licenseKey:{type:"string"},fieldExpandLevel:{type:"number"},baseUrlPath:{type:"string"},metadata:{type:"object",properties:{apiId:{type:"string"}},additionalProperties:!0},feedback:Cr,layout:{type:"string",enum:["stacked","three-panel"]},showBuiltInScalars:{type:"boolean"},showBuiltInDirectives:{type:"boolean"},info:a_},additionalProperties:!1},c_={type:"object",properties:{downloadUrls:ea,apiLogo:{type:"object",properties:{imageUrl:{type:"string"},href:{type:"string"},altText:{type:"string"},backgroundColor:{type:"string"}}},jsonSamplesDepth:{type:"number"},samplesMaxInlineArgs:{type:"number"},fieldExpandLevel:{type:"number"},baseUrlPath:{type:"string"},metadata:{type:"object",properties:{apiId:{type:"string"}},additionalProperties:!0},feedback:Cr,layout:{type:"string",enum:["stacked","three-panel"]}},additionalProperties:!1},u_={type:"object",properties:{label:{type:"string"},lang:{type:"string",enum:["curl","C#","Go","Java","Java8+Apache","JavaScript","Node.js","PHP","Python","R","Ruby"]}},required:["lang"]},l_={type:"object",properties:{enum:{type:"string"},enumSingleValue:{type:"string"},enumArray:{type:"string"},default:{type:"string"},deprecated:{type:"string"},example:{type:"string"},examples:{type:"string"},nullable:{type:"string"},recursive:{type:"string"},arrayOf:{type:"string"},webhook:{type:"string"},authorizations:{type:"string"},tryItAuthBasicUsername:{type:"string"},tryItAuthBasicPassword:{type:"string"}}},Zp={type:"object",properties:{label:{type:"string"},link:{type:"string"},target:{type:"string"}},required:["label","link"]},p_={type:"object",properties:{beforeInfo:{type:"array",items:Zp},end:{type:"array",items:Zp}}},hn={type:"object",properties:{main:{type:"string"},light:{type:"string"},dark:{type:"string"},contrastText:{type:"string"}}},bi={type:"object",properties:{backgroundColor:{type:"string"},borderColor:{type:"string"},color:{type:"string"},tabTextColor:{type:"string"}}},d_={type:"object",properties:ki(hn.properties,["light","dark"])},f_={type:"object",properties:{basic:{type:"string"},delete:{type:"string"},get:{type:"string"},head:{type:"string"},link:{type:"string"},options:{type:"string"},patch:{type:"string"},post:{type:"string"},put:{type:"string"}}},g_={type:"object",properties:{error:bi,info:bi,redirect:bi,success:bi}},m_={type:"object",properties:jn(hn.properties,["dark"])},h_={type:"object",properties:{primary:{type:"string"},secondary:{type:"string"},light:{type:"string"}}},y_={type:"object",properties:{accent:hn,border:d_,error:hn,http:f_,primary:hn,responses:g_,secondary:m_,success:hn,text:h_,tonalOffset:{type:"number"},warning:hn}},vi={type:"object",properties:{fontSize:{type:"string"},padding:{type:"string"},minWidth:{type:"string"}}},b_={type:"object",properties:{small:vi,medium:vi,large:vi,xlarge:vi}},Ct={type:"object",properties:{fontFamily:{type:"string"},fontSize:{type:"string"},fontWeight:{type:"string"},lineHeight:{type:"string"}}},v_={type:"object",properties:{...jn(Ct.properties,["fontSize","lineHeight"]),borderRadius:{type:"string"},hoverStyle:{type:"string"},boxShadow:{type:"string"},hoverBoxShadow:{type:"string"},sizes:b_}},ed={type:"object",properties:ki(Ct.properties,["fontSize","lineHeight"])},P_={type:"object",properties:{medium:ed,small:ed}},__={type:"object",properties:{...jn(Ct.properties,["fontSize","lineHeight"]),borderRadius:{type:"string"},color:{type:"string"},sizes:P_}},x_={type:"object",properties:{top:{type:"string"},width:{type:"string"},height:{type:"string"}}},C_={type:"object",properties:{borderRadius:{type:"string"},backgroundColor:{type:"string"}}},td={type:"object",properties:{fullWidth:{type:"boolean"}}},R_={type:"object",properties:{buttons:v_,httpBadges:__,layoutControls:x_,panels:C_,tryItButton:td,tryItSendButton:td}},Ri={type:"object",properties:{small:{type:"string"},medium:{type:"string"},large:{type:"string"}}},D_={type:"object",properties:{maxWidth:Ri}},T_={type:"object",properties:{maxWidth:Ri,middlePanelMaxWidth:Ri}},w_={type:"object",properties:{showDarkRightPanel:{type:"boolean"},stacked:D_,"three-panel":T_}},nd={type:"object",properties:{backgroundColor:{type:"string"},border:{type:"string"}}},S_={type:"object",properties:{breakFieldNames:{type:"boolean"},caretColor:{type:"string"},caretSize:{type:"string"},constraints:nd,defaultDetailsWidth:{type:"string"},examples:nd,labelsTextSize:{type:"string"},linesColor:{type:"string"},nestedBackground:{type:"string"},nestingSpacing:{type:"string"},requireLabelColor:{type:"string"},typeNameColor:{type:"string"},typeTitleColor:{type:"string"}}},fd={type:"object",properties:{subItemsColor:{type:"string"},textTransform:{type:"string"},fontWeight:{type:"string"}}},k_={type:"object",properties:ki(fd.properties,["textTransform"])},A_={type:"object",properties:{unit:{type:"number"},paddingHorizontal:{type:"string"},paddingVertical:{type:"string"},offsetTop:{type:"string"},offsetLeft:{type:"string"},offsetNesting:{type:"string"}}},E_={type:"object",properties:{...jn(Ct.properties,["fontWeight","lineHeight"]),activeBgColor:{type:"string"},activeTextColor:{type:"string"},backgroundColor:{type:"string"},borderRadius:{type:"string"},breakPath:{type:"boolean"},caretColor:{type:"string"},caretSize:{type:"string"},groupItems:fd,level1items:k_,rightLineColor:{type:"string"},separatorLabelColor:{type:"string"},showAtBreakpoint:{type:"string"},spacing:A_,textColor:{type:"string"},width:{type:"string"}}},Pi={type:"object",properties:{...Ct.properties,color:{type:"string"},transform:{type:"string"}}},N_={type:"object",properties:{...Ct.properties,backgroundColor:{type:"string"},color:{type:"string"},wordBreak:{type:"string",enum:["break-all","break-word","keep-all","normal","revert","unset","inherit","initial"]},wrap:{type:"boolean"}}},q_={type:"object",properties:jn(Ct.properties,["fontSize"])},O_={type:"object",properties:{color:{type:"string"},hover:{type:"string"},textDecoration:{type:"string"},hoverTextDecoration:{type:"string"},visited:{type:"string"}}},M_={type:"object",properties:{code:N_,fieldName:Ct,...ki(Ct.properties,["fontSize","fontFamily"]),fontWeightBold:{type:"string"},fontWeightLight:{type:"string"},fontWeightRegular:{type:"string"},heading1:Pi,heading2:Pi,heading3:Pi,headings:q_,lineHeight:{type:"string"},links:O_,optimizeSpeed:{type:"boolean"},rightPanelHeading:Pi,smoothing:{type:"string",enum:["auto","none","antialiased","subpixel-antialiased","grayscale"]}}},j_={type:"object",properties:{color:{type:"string"},...jn(Ct.properties,["fontWeight"])}},L_={type:"object",properties:{backgroundColor:{type:"string"},borderRadius:{type:"string"},tokens:j_}},I_={type:"object",properties:{gutter:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"}}},F_={type:"object",properties:{backgroundColor:{type:"string"},color:{type:"string"}}},rd={type:"object",properties:{custom:{type:"string"}}},U_={type:"object",properties:{DownloadButton:rd,NextSectionButton:rd}},W_={type:"object",properties:{backgroundColor:{type:"string"},panelBackgroundColor:{type:"string"},panelControlsBackgroundColor:{type:"string"},showAtBreakpoint:{type:"string"},textColor:{type:"string"},width:{type:"string"}}},H_={type:"object",properties:{borderRadius:{type:"string"}}},z_={type:"object",properties:{sectionHorizontal:{type:"number"},sectionVertical:{type:"number"},unit:{type:"number"}}},B_={type:"object",properties:{breakpoints:Ri,codeBlock:L_,colors:y_,components:R_,layout:w_,logo:I_,fab:F_,overrides:U_,rightPanel:W_,schema:S_,shape:H_,sidebar:E_,spacing:z_,typography:M_,links:{type:"object",properties:{color:{type:"string"}}},codeSample:{type:"object",properties:{backgroundColor:{type:"string"}}}}},$_={type:"object",properties:{skipOptionalParameters:{type:"boolean"},languages:{type:"array",items:u_}},required:["languages"]},gd={type:"object",properties:{theme:B_,ctrlFHijack:{type:"boolean"},defaultSampleLanguage:{type:"string"},disableDeepLinks:{type:"boolean"},disableSearch:{type:"boolean"},disableSidebar:{type:"boolean"},downloadDefinitionUrl:{type:"string"},expandDefaultServerVariables:{type:"boolean"},enumSkipQuotes:{type:"boolean"},expandDefaultRequest:{type:"boolean"},expandDefaultResponse:{type:"boolean"},expandResponses:{type:"string"},expandSingleSchemaField:{type:"boolean"},generateCodeSamples:$_,generatedPayloadSamplesMaxDepth:{type:"number"},hideDownloadButton:{type:"boolean"},hideHostname:{type:"boolean"},hideInfoSection:{type:"boolean"},hideLogo:{type:"boolean"},hideRequestPayloadSample:{type:"boolean"},hideRightPanel:{type:"boolean"},hideSchemaPattern:{type:"boolean"},hideSingleRequestSampleTab:{type:"boolean"},hideSecuritySection:{type:"boolean"},hideTryItPanel:{type:"boolean"},hideFab:{type:"boolean"},hideOneOfDescription:{type:"boolean"},htmlTemplate:{type:"string"},jsonSampleExpandLevel:{oneOf:[{type:"number",minimum:1},{type:"string"}]},labels:l_,menuToggle:{type:"boolean"},nativeScrollbars:{type:"boolean"},noAutoAuth:{type:"boolean"},onDeepLinkClick:{type:"object"},pagination:{type:"string",enum:["none","section","item"]},pathInMiddlePanel:{type:"boolean"},payloadSampleIdx:{type:"number",minimum:0},requiredPropsFirst:{type:"boolean"},routingStrategy:{type:"string"},samplesTabsMaxCount:{type:"number"},schemaExpansionLevel:{oneOf:[{type:"number",minimum:0},{type:"string"}]},minCharacterLengthToInitSearch:{type:"number",minimum:1},maxResponseHeadersToShowInTryIt:{type:"number",minimum:0},scrollYOffset:{oneOf:[{type:"number"},{type:"string"}]},searchAutoExpand:{type:"boolean"},searchFieldLevelBoost:{type:"number",minimum:0},searchMaxDepth:{type:"number",minimum:1},searchMode:{type:"string",enum:["default","path-only"]},searchOperationTitleBoost:{type:"number"},searchTagTitleBoost:{type:"number"},sendXUserAgentInTryIt:{type:"boolean"},showChangeLayoutButton:{type:"boolean"},showConsole:{type:"boolean"},showNextButton:{type:"boolean"},showRightPanelToggle:{type:"boolean"},showSecuritySchemeType:{type:"boolean"},showWebhookVerb:{type:"boolean"},showObjectSchemaExamples:{type:"boolean"},disableTryItRequestUrlEncoding:{type:"boolean"},sidebarLinks:p_,sideNavStyle:{type:"string",enum:["summary-only","path-first","id-only","path-only"]},simpleOneOfTypeLabel:{type:"boolean"},sortEnumValuesAlphabetically:{type:"boolean"},sortOperationsAlphabetically:{type:"boolean"},sortPropsAlphabetically:{type:"boolean"},sortTagsAlphabetically:{type:"boolean"},suppressWarnings:{type:"boolean"},unstable_externalDescription:{type:"boolean"},unstable_ignoreMimeParameters:{type:"boolean"},untrustedDefinition:{type:"boolean"},showAccessMode:{type:"boolean"},preserveOriginalExtensionsName:{type:"boolean"},markdownHeadingsAnchorLevel:{type:"number"}},additionalProperties:!1};function ki(e,t){return Object.fromEntries(t.filter(n=>n in e).map(n=>[n,e[n]]))}function jn(e,t){return Object.fromEntries(Object.entries(e).filter(([n])=>!t.includes(n)))}var tt={nodeTypeName:void 0,type:"object",additionalProperties:{oneOf:[{type:"string"},{type:"object"}]},description:"The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/rules#rules"};var V_={rules:tt,oas2Rules:tt,oas3_0Rules:tt,oas3_1Rules:tt,oas3_2Rules:tt,async2Rules:tt,async3Rules:tt,arazzo1Rules:tt,arazzo1_1Rules:tt,overlay1Rules:tt,openrpc1Rules:tt,graphqlRules:tt};var pt={nodeTypeName:void 0,type:"object",additionalProperties:!0},Y_={preprocessors:pt,oas2Preprocessors:pt,oas3_0Preprocessors:pt,oas3_1Preprocessors:pt,oas3_2Preprocessors:pt,async2Preprocessors:pt,async3Preprocessors:pt,arazzo1Preprocessors:pt,arazzo1_1Preprocessors:pt,overlay1Preprocessors:pt,openrpc1Preprocessors:pt},dt={nodeTypeName:void 0,type:"object",additionalProperties:!0};var G_={decorators:dt,oas2Decorators:dt,oas3_0Decorators:dt,oas3_1Decorators:dt,oas3_2Decorators:dt,async2Decorators:dt,async3Decorators:dt,arazzo1Decorators:dt,arazzo1_1Decorators:dt,overlay1Decorators:dt,openrpc1Decorators:dt},K_={nodeTypeName:void 0,type:"array",items:{type:"string"},description:"Use extends to inherit rules and their configurations from other rulesets.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/extends"},Ai={...V_,...G_,...Y_,extends:K_},md=e=>e,xt=md({RedirectSource:"RedirectSource",Redirects:"Redirects",ScorecardClassic:"ScorecardClassic",ScorecardClassicLevelList:"ScorecardClassicLevelList",ScorecardClassicLevel:"ScorecardClassicLevel",ScorecardClassicTargetList:"ScorecardClassicTargetList",ScorecardClassicTarget:"ScorecardClassicTarget",ScorecardClassicTargetWhere:"ScorecardClassicTargetWhere",ScorecardClassicTargetWhereMetadata:"ScorecardClassicTargetWhereMetadata",ScorecardClassicTeamMetadataProperty:"ScorecardClassicTeamMetadataProperty"}),we={type:"object",properties:{hide:{type:"boolean"}},additionalProperties:!1},id={type:"object",properties:{src:{type:"string"},async:{type:"boolean"},crossorigin:{type:"string"},defer:{type:"boolean"},fetchpriority:{type:"string"},integrity:{type:"string"},module:{type:"boolean"},nomodule:{type:"boolean"},nonce:{type:"string"},referrerpolicy:{type:"string"},type:{type:"string"}},required:["src"],additionalProperties:!0},Js={type:"object",properties:{page:{type:"string"},directory:{type:"string"},disconnect:{type:"boolean"},group:{type:"string"},label:{type:"string"},href:{type:"string"},external:{type:"boolean"},labelTranslationKey:{type:"string"},groupTranslationKey:{type:"string"},icon:{oneOf:[{type:"string"},{type:"object",properties:{srcSet:{type:"string"}},required:["srcSet"]}]},separator:{type:"string"},separatorLine:{type:"boolean"},linePosition:{type:"string",enum:["top","bottom"]},version:{type:"string"},menuStyle:{type:"string",enum:["drilldown"]},expanded:{type:"string",const:"always"},selectFirstItemOnExpand:{type:"boolean"},flatten:{type:"boolean"},linkedSidebars:{type:"array",items:{type:"string"}},items:{type:"array",items:{type:"object",additionalProperties:!0}},rbac:{type:"object",additionalProperties:{type:"string"}},additionalProps:{type:"object",additionalProperties:!0}}},ta={type:"array",items:{...Js,properties:{...Js.properties,items:{type:"array",items:Js}}}},Q_={type:"object",properties:{name:{type:"string"},icon:{type:"string"},folder:{type:"string"}},additionalProperties:!1,required:["name","folder"]},J_={type:"object",properties:{hide:{type:"boolean"},suggestions:{type:"array",items:{type:"string"}},prompt:{type:"string"}},additionalProperties:!1},X_={type:"array",items:{type:"object",required:["name","field","type"],properties:{name:{type:"string"},field:{type:"string"},type:{type:"string",enum:["multi-select","select","tags"]}},additionalProperties:!1}},Z_={type:"object",properties:{facets:X_,...we.properties},additionalProperties:!1},ex={type:"object",properties:{page:{type:"string"},label:{type:"string"},labelTranslationKey:{type:"string"}},required:["page"]},hd={type:"object",properties:{image:{type:"string"},srcSet:{type:"string"},altText:{type:"string"},link:{type:"string"},favicon:{type:"string"}},additionalProperties:!1},yd={type:"object",properties:{items:ta,...we.properties},additionalProperties:!1},bd={type:"object",additionalProperties:Q_},vd={type:"object",properties:{items:ta,copyrightText:{type:"string"},logo:we,...we.properties},additionalProperties:!1},Pd={type:"object",properties:{separatorLine:{type:"boolean"},linePosition:{type:"string",enum:["top","bottom"]},...we.properties},additionalProperties:!1},_d={type:"object",properties:{head:{type:"array",items:id},body:{type:"array",items:id}},additionalProperties:!1},xd={type:"array",items:{type:"object",properties:{href:{type:"string"},as:{type:"string"},crossorigin:{type:"string"},fetchpriority:{type:"string"},hreflang:{type:"string"},imagesizes:{type:"string"},imagesrcset:{type:"string"},integrity:{type:"string"},media:{type:"string"},prefetch:{type:"string"},referrerpolicy:{type:"string"},rel:{type:"string"},sizes:{type:"string"},title:{type:"string"},type:{type:"string"}},required:["href"],additionalProperties:!0}},Cd={type:"object",properties:{engine:{type:"string",enum:["flexsearch","typesense"]},ai:J_,filters:Z_,placement:{type:"string"},shortcuts:{type:"array",items:{type:"string"}},suggestedPages:{type:"array",items:ex},...we.properties},additionalProperties:!1},Rd={type:"object",properties:{hide:{type:"boolean"},suggestions:{type:"array",items:{type:"string"}},prompt:{type:"string"},trigger:{type:"object",properties:{hide:{type:"boolean"},inputType:{type:"string",enum:["button","icon"]},inputIcon:{type:"string",enum:["chat","sparkles","redocly"]}},additionalProperties:!1}},additionalProperties:!1},Dd={type:"object",properties:{ignoreDetection:{type:"boolean"},modes:{type:"array",items:{type:"string"}},...we.properties},additionalProperties:!1},na={type:"string",enum:["slate","pink","coral","amber","jade","cyan","ocean","indigo","iris"]},tx={type:"object",properties:{...we.properties,items:{type:"array",items:{type:"string",enum:["copy","view","chatgpt","claude","docs-mcp-cursor","docs-mcp-vscode"]}}},additionalProperties:!1},Td={type:"object",properties:{nextButton:{type:"object",properties:{text:{type:"string"},...we.properties},additionalProperties:!1},previousButton:{type:"object",properties:{text:{type:"string"},...we.properties},additionalProperties:!1},actions:tx},additionalProperties:!1},wd={type:"object",properties:{elementFormat:{type:"string"},copy:{type:"object",properties:{...we.properties},additionalProperties:!1},report:{type:"object",properties:{tooltipText:{type:"string"},buttonText:{type:"string"},label:{type:"string"},...we.properties},additionalProperties:!1},expand:{type:"object",properties:{...we.properties},additionalProperties:!1},collapse:{type:"object",properties:{...we.properties},additionalProperties:!1}},additionalProperties:!1},Sd={type:"object",properties:{frontMatterKeysToResolve:{type:"array",items:{type:"string"}},partialsFolders:{type:"array",items:{type:"string"}},lastUpdatedBlock:{type:"object",properties:{format:{type:"string",enum:["timeago","iso","long","short"]},locale:{type:"string"},...we.properties},additionalProperties:!1},toc:{type:"object",properties:{header:{type:"string"},depth:{type:"integer",minimum:1},...we.properties},additionalProperties:!1},editPage:{type:"object",properties:{baseUrl:{type:"string"},...we.properties},additionalProperties:!1},template:{type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1},Di={...xi,properties:{...xi.properties,...gd.properties}},tw={...xi,properties:{...xi.properties,...gd.properties}},nx={type:"object",properties:{includeInDevelopment:{type:"boolean"},scriptUrl:{type:"string"},pageViewEventName:{type:"string"}},additionalProperties:!1,required:["scriptUrl"]},rx={type:"object",properties:{includeInDevelopment:{type:"boolean"},apiKey:{type:"string"},head:{type:"boolean"},respectDNT:{type:"boolean"},exclude:{type:"array",items:{type:"string"}},outboundClickEventName:{type:"string"},pageViewEventName:{type:"string"},amplitudeConfig:{type:"object",additionalProperties:!0}},additionalProperties:!1,required:["apiKey"]},ix={type:"object",properties:{includeInDevelopment:{type:"boolean"},orgId:{type:"string"}},additionalProperties:!1,required:["orgId"]},ox={type:"object",properties:{includeInDevelopment:{type:"boolean"},appId:{type:"string"}},additionalProperties:!1,required:["appId"]},sx={type:"object",properties:{includeInDevelopment:{type:"boolean"},writeKey:{type:"string",minLength:10},trackPage:{type:"boolean"},dataPlaneUrl:{type:"string"},controlPlaneUrl:{type:"string"},sdkUrl:{type:"string"},loadOptions:{type:"object",additionalProperties:!0}},additionalProperties:!1,required:["writeKey"]},ax={type:"object",properties:{includeInDevelopment:{type:"boolean"},writeKey:{type:"string",minLength:10},trackPage:{type:"boolean"},includeTitleInPageCall:{type:"boolean"},host:{type:"string"}},additionalProperties:!1,required:["writeKey"]},cx={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},gtmAuth:{type:"string"},gtmPreview:{type:"string"},defaultDataLayer:{type:"object",additionalProperties:!0},dataLayerName:{type:"string"},enableWebVitalsTracking:{type:"boolean"},selfHostedOrigin:{type:"string"},pageViewEventName:{type:"string"}},additionalProperties:!1,required:["trackingId"]},kd={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},conversionId:{type:"string"},floodlightId:{type:"string"},optimizeId:{type:"string"},exclude:{type:"array",items:{type:"string"}}},additionalProperties:!1,required:["trackingId"]},ux={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},conversionId:{type:"string"},floodlightId:{type:"string"},head:{type:"boolean"},respectDNT:{type:"boolean"},exclude:{type:"array",items:{type:"string"}},optimizeId:{type:"string"},anonymizeIp:{type:"boolean"},cookieExpires:{type:"number"},trackers:{type:"object",additionalProperties:kd}},additionalProperties:!1,required:["trackingId"]},Ad={type:"object",properties:{adobe:nx,amplitude:rx,fullstory:ix,heap:ox,rudderstack:sx,segment:ax,gtm:cx,ga:ux}},Ed={type:"object",properties:{items:{type:"array",items:{type:"object",properties:{label:{type:"string"},external:{type:"boolean"},link:{type:"string"},separatorLine:{type:"boolean"}},additionalProperties:!0}},hideLoginButton:{type:"boolean"},...we.properties},additionalProperties:!1},Nd={type:"object",properties:{hide:{type:"boolean"},showForUnversioned:{type:"boolean"}}},qd={type:"object",properties:{hide:{type:"boolean"},prefixItems:{type:"array",items:{type:"object",properties:{label:{type:"string"},labelTranslationKey:{type:"string"},page:{type:"string"},icon:{type:"string"}},additionalProperties:!1}}},additionalProperties:!1},lx={type:"object",additionalProperties:!1,required:["title","property"],properties:{type:{type:"string",enum:["select","checkboxes","date-range"]},title:{type:"string"},titleTranslationKey:{type:"string"},property:{type:"string"},parentFilter:{type:"string"},valuesMapping:{type:"object",additionalProperties:{type:"string"}},missingCategoryName:{type:"string"},missingCategoryNameTranslationKey:{type:"string"},options:{type:"array",items:{type:"string"}}}},px={type:"object",additionalProperties:!0,required:["slug","items"],properties:{show:{type:"boolean"},slug:{type:"string"},filters:{type:"array",items:lx},groupByFirstFilter:{type:"boolean"},filterValuesCasing:{type:"string",enum:["sentence","original","lowercase","uppercase"]},items:ta,requiredPermission:{type:"string"},separateVersions:{type:"boolean"},title:{type:"string"},titleTranslationKey:{type:"string"},description:{type:"string"},descriptionTranslationKey:{type:"string"}}},Ti={type:"object",patternProperties:{".*":px}},wi={nodeTypeName:xt.ScorecardClassic,description:"Add and create sets of rules and test your API description files against them. With these rules you can maintain quality across your existing APIs and ensure that newly-added or updated APIs match your criteria. An API scorecard can include multiple sets of rules, corresponding to different quality levels.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic",type:"object",additionalProperties:!0,required:[],properties:{ignoreNonCompliant:{type:"boolean"},teamMetadataProperty:{nodeTypeName:xt.ScorecardClassicTeamMetadataProperty,description:"Provide custom team label and team metadata property.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#team-metadata-object",type:"object",properties:{property:{type:"string"},label:{type:"string"},default:{type:"string"}}},levels:{nodeTypeName:xt.ScorecardClassicLevelList,description:"List of levels to score against.",type:"array",items:{nodeTypeName:xt.ScorecardClassicLevel,documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#level-object",type:"object",required:["name"],properties:{name:{type:"string"},color:{type:"string"},...Ai},additionalProperties:!1}},targets:{nodeTypeName:xt.ScorecardClassicTargetList,description:"Provide custom `minimumLevel` for specific targets.",type:"array",items:{nodeTypeName:xt.ScorecardClassicTarget,type:"object",required:["where"],properties:{minimumLevel:{type:"string"},rules:{type:"object",additionalProperties:!0},where:{nodeTypeName:xt.ScorecardClassicTargetWhere,description:"Specify which API descriptions to apply the `minimumLevel` to based on the metadata.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#where-object",type:"object",required:["metadata"],properties:{metadata:{nodeTypeName:xt.ScorecardClassicTargetWhereMetadata,type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1}},additionalProperties:!1}},ignore:{type:"array",items:{type:"string"}},fromProjectUrl:{type:"string",format:"uri"}}},dx={type:"object",required:["key"],properties:{key:{type:"string"}},additionalProperties:!1},fx={type:"object",required:["type"],properties:{type:{type:"string"}},additionalProperties:!1},gx={type:"object",required:["property","title"],properties:{property:{type:"string"},hide:{type:"boolean"},label:{type:"string"},options:{type:"array",items:{type:"string"}},type:{type:"string",enum:["select","checkboxes","date-range"]},title:{type:"string"},titleTranslationKey:{type:"string"},parentFilter:{type:"string"},valuesMapping:{type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1},Ot={type:"object",properties:{slug:{type:"string"},hide:{type:"boolean"},includes:{type:"array",items:fx},excludes:{type:"array",items:dx},filters:{type:"array",items:gx},titleTranslationKey:{type:"string"},descriptionTranslationKey:{type:"string"},catalogSwitcherLabelTranslationKey:{type:"string"}},additionalProperties:!1},mx={type:"object",properties:{type:{type:"string",enum:["string","number","boolean","array","object"]},description:{type:"string"},example:{oneOf:[{type:"string"},{type:"number"},{type:"boolean"},{type:"array"},{type:"object"}]},enum:{type:"array",items:{type:"string"}},pattern:{type:"string"},format:{type:"string"},minimum:{type:"number"},maximum:{type:"number"},items:{type:"object"}},additionalProperties:!0},hx={type:"object",required:["type","properties"],properties:{type:{type:"string",enum:["object"]},description:{type:"string"},properties:{type:"object",additionalProperties:mx},required:{type:"array",items:{type:"string"}},additionalProperties:{type:"boolean"}},additionalProperties:!0},yx={type:"object",required:["name","description","metadataSchema"],properties:{name:{type:"string",description:"Display name of the entity type"},description:{type:"string",description:"Description of the entity type"},metadataSchema:hx,icon:{type:"object",properties:{src:{type:"string"},srcSet:{type:"string"}},additionalProperties:!1}},additionalProperties:!1},bx={type:"object",additionalProperties:yx},Od={type:"object",properties:{show:{type:"boolean"},entityTypes:bx,catalogs:{type:"object",properties:{all:Ot,services:Ot,domains:Ot,teams:Ot,users:Ot,apiDescriptions:Ot,dataSchemas:Ot,apiOperations:Ot},additionalProperties:Ot}},additionalProperties:!1},od={type:"string",enum:["eq","in","gt","gte","lt","lte","contains","startsWith","endsWith","exists","isEmpty","between","matches","some","every","none"]},ra={type:"string",enum:["and","or"]},Xs={type:"object",properties:{field:{type:"string"},operator:od,value:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},modifier:{type:"string",enum:["not"]},match:{type:"array",items:{type:"object",properties:{field:{type:"string"},operator:od,value:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},modifier:{type:"string",enum:["not"]}}}}}},vx={type:"object",properties:{operator:ra,conditions:{type:"array",items:Xs}},required:["operator","conditions"],additionalProperties:!1},sd={type:"array",items:{oneOf:[Xs,{type:"object",properties:{operator:ra,conditions:{type:"array",items:{oneOf:[Xs,vx]}}},required:["operator","conditions"],additionalProperties:!1}]}},Md={type:"object",properties:{defined:{type:"boolean"},nonEmpty:{type:"boolean"},eq:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},gt:{type:"number"},gte:{type:"number"},lt:{type:"number"},lte:{type:"number"},const:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]}},additionalProperties:!1},Px={type:"array",items:{type:"object",properties:{subject:{type:"object",properties:{type:{type:"string",enum:["Entity","EntityMetadata","EntityRelations","EntityRelation"]},property:{type:"string"}},required:["type","property"],additionalProperties:!1},assertions:Md},required:["subject","assertions"],additionalProperties:!1}},_x={type:"object",properties:{title:{type:"string"},subject:{type:"object",properties:{type:{type:"string",enum:["Entity","EntityMetadata","EntityRelations","EntityRelation"]},property:{type:"string"}},required:["type","property"],additionalProperties:!1},severity:{type:"string",enum:["error","warn","off"]},message:{type:"string"},assertions:Md,where:Px,weight:{type:"number"}},required:["subject","assertions"],additionalProperties:!1},xx={type:"object",additionalProperties:{oneOf:[{type:"string"},{type:"object",properties:{severity:{type:"string",enum:["error","warn","off"]},weight:{type:"number"}},additionalProperties:!0},_x]}},Cx={type:"object",properties:{name:{type:"string"},extends:Ai.extends,rules:xx},required:["name"],additionalProperties:!1},ad={type:"object",properties:{event:{type:"string",enum:["runtime","manual"]}},required:["event"],additionalProperties:!1},Rx={oneOf:[ad,{type:"array",items:ad}]},Dx={type:"object",properties:{name:{type:"string"},key:{type:"string"},description:{type:"string"},entities:{oneOf:[sd,{type:"object",properties:{operator:ra,conditions:sd},required:["operator","conditions"],additionalProperties:!1}]},levels:{type:"array",items:Cx,minItems:1},trigger:Rx},required:["name","key","entities","levels"],additionalProperties:!1},jd={type:"array",items:Dx},_t={type:"object",properties:{imports:{type:"array",items:{type:"string"}},logo:hd,navbar:yd,products:bd,footer:vd,sidebar:Pd,scripts:_d,links:xd,feedback:Cr,search:Cd,aiAssistant:Rd,colorMode:Dd,palette:na,navigation:Td,codeSnippet:wd,markdown:Sd,openapi:Di,asyncapi:c_,graphql:Ci,analytics:Ad,userMenu:Ed,versionPicker:Nd,breadcrumbs:qd,catalog:Ti,entitiesCatalog:Od,catalogClassic:Ti,scorecard:wi,scorecardClassic:wi,scorecards:jd},additionalProperties:!0};var Tx=(e=>(e.OIDC="OIDC",e.SAML2="SAML2",e))(Tx||{}),wx=(e=>(e.SERVICE_ACCOUNT="SERVICE_ACCOUNT",e.OAUTH2="OAUTH2",e))(wx||{});var Sx=(e=>(e.STACKED="stacked",e.THREE_PANEL="three-panel",e))(Sx||{});var Ld="^[a-z0-9]+(?:-[a-z0-9]+)*$",nw=new RegExp(Ld);var kx=63,rw=`Unique ID cannot exceed ${kx} characters`,Id=["redocly","corporate","guest"],iw=`Unique ID cannot be a reserved word (${Id.join(", ")})`,cd=["REDOCLY","CORPORATE","GUEST"],Ax={type:"object",additionalProperties:{type:"string"}},Ex={type:"object",additionalProperties:!1,patternProperties:{"^[a-zA-Z0-9_-]+$":{type:"string",pattern:"^https?://[^\\s/$.?#].[^\\s]*$"}}},_i={type:"string",enum:["error","warn","off"]},Nx={type:"object",additionalProperties:!1,properties:{schemaCheck:_i,statusCodeCheck:_i,contentTypeCheck:_i,successCriteriaCheck:_i}},qx={type:"object",properties:{event:{type:"string",enum:["schedule"]},interval:{type:"string",enum:["1m","2m","5m","10m","15m","30m","1h","3h","6h","12h","1d","7d"]}},required:["event"],additionalProperties:!1},Ox={type:"object",properties:{event:{type:"string",enum:["build"]}},required:["event"],additionalProperties:!1},Mx={type:"object",properties:{warn:{type:"number"},error:{type:"number"}},additionalProperties:!1},jx={type:"object",properties:{ignoreLint:{oneOf:[{type:"boolean"},{type:"object",additionalProperties:{type:"boolean"}}]},ignoreLinkChecker:{type:"boolean"},ignoreMarkdocErrors:{type:"boolean"},ignoreRespectMonitoring:{type:"boolean"},jobs:{type:"array",items:{type:"object",properties:{path:{type:"string",pattern:"^(?!\\/|\\.\\./)"},agent:{type:"string",enum:["respect"]},trigger:{oneOf:[qx,Ox]},inputs:Ax,servers:Ex,severity:Nx,slo:Mx},required:["path","trigger","agent"],additionalProperties:!1}}},additionalProperties:!1},Lx={type:"object",properties:{end_session_endpoint:{type:"string"},token_endpoint:{type:"string"},authorization_endpoint:{type:"string"},jwks_uri:{type:"string"}},required:["token_endpoint","authorization_endpoint"],additionalProperties:!0},Ix={type:"object",properties:{type:{type:"string",const:"OIDC"},title:{type:"string"},pkce:{type:"boolean"},configurationUrl:{type:"string",minLength:1},configuration:Lx,clientId:{type:"string",minLength:1},clientSecret:{type:"string"},teamsClaimName:{type:"string"},teamsClaimMap:{type:"object",additionalProperties:{type:"string"}},defaultTeams:{type:"array",items:{type:"string"}},scopes:{type:"array",items:{type:"string"}},tokenExpirationTime:{type:"number"},authorizationRequestCustomParams:{type:"object",additionalProperties:{type:"string"}},introspectEndpoint:{type:"string"},tokenRequestCustomParams:{type:"object",additionalProperties:{type:"string"}},audience:{type:"array",items:{type:"string"}}},required:["type","clientId"],oneOf:[{required:["configurationUrl"]},{required:["configuration"]}],additionalProperties:!1},Fx={type:"object",properties:{type:{type:"string",const:"SAML2"},title:{type:"string"},issuerId:{type:"string"},entityId:{type:"string"},ssoUrl:{type:"string"},x509PublicCert:{type:"string"},teamsAttributeName:{type:"string"},teamsAttributeMap:{type:"object",additionalProperties:{type:"string"}},defaultTeams:{type:"array",items:{type:"string"}}},additionalProperties:!1,required:["type","issuerId","ssoUrl","x509PublicCert"]},Ux={oneOf:[Ix,Fx],discriminator:{propertyName:"type"}},Wx={type:"object",additionalProperties:Ux},Fd={oneOf:[{type:"array",items:{type:"string",enum:cd},uniqueItems:!0},{type:"string",enum:cd}]},ud={type:"string",pattern:Ld,not:{enum:[...Id]}},Ud={oneOf:[{type:"array",items:ud,uniqueItems:!0},ud]},Wd={type:"boolean"},Hd={type:"string",pattern:"^https?://.*"},zd={type:"string",pattern:"^https?://.*"},Hx={type:"object",properties:{to:{type:"string"},type:{type:"number"}},additionalProperties:!1,nodeTypeName:xt.RedirectSource,description:"Source is an absolute path that must start with a forward slash.",documentationLink:"https://redocly.com/docs/realm/config/redirects#sources-map"},zx={type:"object",additionalProperties:Hx,nodeTypeName:xt.Redirects,description:"Use redirects to change which resource a URL points to, maintaining working links when you move, rename, or restructure content.",documentationLink:"https://redocly.com/docs/realm/config/redirects"},Bx={type:"string",enum:["info","success","warning","error"]},te={type:"object",additionalProperties:{type:"string"}},$x={type:"object",properties:{trackingId:{type:"string"},content:{type:"string"},dismissible:{type:"boolean"},target:{type:"string"},color:Bx,rbac:te,startAt:{type:"string",format:"date-time"},endAt:{type:"string",format:"date-time"}},required:["content"],additionalProperties:!1},Vx={type:"array",items:$x},Bd={type:"object",properties:{root:{type:"string"},output:{type:"string",pattern:"(.ya?ml|.json)$"},rbac:te,openapi:Di,graphql:Ci,theme:{type:"object",properties:{openapi:Di,graphql:Ci},additionalProperties:!1},title:{type:"string"},metadata:{type:"object",additionalProperties:!0},...Ai},required:["root"]},Yx={type:"object",additionalProperties:!0},Gx={type:"object",additionalProperties:{type:"object",additionalProperties:!0}},Kx={type:"object",properties:{hide:{type:"boolean"},title:{type:"string"},description:{type:"string"},details:{type:"object",properties:{path:{type:"string"},content:{type:"string"}},additionalProperties:!1},excludeFiles:{type:"array",items:{type:"string"}},sections:{type:"array",items:{type:"object",properties:{title:{type:"string"},description:{type:"string"},includeFiles:{type:"array",items:{type:"string"}},excludeFiles:{type:"array",items:{type:"string"}}},required:["title"],additionalProperties:!1}}},additionalProperties:!1},Qx={type:"object",properties:{title:{type:"string"},projectTitle:{type:"string"},description:{type:"string"},siteUrl:{type:"string"},image:{type:"string"},keywords:{oneOf:[{type:"array",items:{type:"string"}},{type:"string"}]},lang:{type:"string"},jsonLd:{type:"object"},meta:{type:"array",items:{type:"object",properties:{name:{type:"string"},content:{type:"string"}},required:["name","content"],additionalProperties:!1}},llmstxt:Kx},additionalProperties:!1},Jx={type:"object",properties:{folders:{type:"array",items:{type:"string"}}},additionalProperties:!1},Xx={type:"object",properties:{catalogs:{type:"object",properties:{all:te,services:te,domains:te,teams:te,users:te,apiDescriptions:te,dataSchemas:te,apiOperations:te},additionalProperties:te},entitiesTypes:{type:"object",properties:{service:te,domain:te,team:te,user:te,apiDescription:te,apiOperation:te,dataSchema:te},additionalProperties:te},entitiesGroups:{type:"array",items:{type:"object",properties:{entities:{type:"array",items:{type:"string"}},config:te},additionalProperties:!1}},entities:{type:"object",properties:{"**":te},additionalProperties:te}},additionalProperties:!1},$d={type:"object",properties:{teamNamePatterns:{type:"array",items:{type:"string"}},teamFolders:{type:"array",items:{type:"string"}},teamFoldersBaseRoles:te,cms:te,reunite:te,features:{type:"object",properties:{aiSearch:te},additionalProperties:!1},content:{type:"object",properties:{"**":te},additionalProperties:te},entitiesCatalog:Xx},additionalProperties:te},Zx={type:"object",properties:{static:{type:"string"}},additionalProperties:!1,required:["static"]},e0={type:"object",properties:{idp:{type:"string"}},additionalProperties:!1,required:["idp"]},t0={type:"object",properties:{type:{type:"string",const:"GRAVITEE"},apiBaseUrl:{type:"string"},env:{type:"string"},allowApiProductsOutsideCatalog:{type:"boolean"},stage:{type:"string"},auth:{oneOf:[Zx,e0]}},additionalProperties:!1,required:["type","apiBaseUrl"]},n0={type:"object",properties:{type:{type:"string",const:"OAUTH2"},tokenEndpoint:{type:"string"},clientId:{type:"string"},clientSecret:{type:"string"}},additionalProperties:!1,required:["type","tokenEndpoint","clientId","clientSecret"]},r0={type:"object",properties:{type:{type:"string",const:"SERVICE_ACCOUNT"},serviceAccountEmail:{type:"string"},serviceAccountPrivateKey:{type:"string"}},additionalProperties:!1,required:["type","serviceAccountEmail","serviceAccountPrivateKey"]},Zs={type:"object",properties:{type:{type:"string",const:"APIGEE_X"},apiUrl:{type:"string"},stage:{type:"string"},organizationName:{type:"string"},ignoreApiProducts:{type:"array",items:{type:"string"}},allowApiProductsOutsideCatalog:{type:"boolean"},auth:{type:"object",oneOf:[n0,r0],discriminator:{propertyName:"type"}}},additionalProperties:!1,required:["type","organizationName","auth"]},i0={...Zs,properties:{...Zs.properties,type:{type:"string",const:"APIGEE_EDGE"}}},o0={type:"object",oneOf:[Zs,i0,t0],discriminator:{propertyName:"type"}},s0={type:"object",required:["adapters"],additionalProperties:!1,properties:{adapters:{type:"array",items:o0}}},ld={type:"object",properties:{defaultLocale:{type:"string"},locales:{type:"array",items:{type:"object",properties:{code:{type:"string"},name:{type:"string"}},required:["code"]}}},additionalProperties:!1,required:["defaultLocale"]},a0={type:"object",properties:{name:{type:"string"},value:{type:"string"}},additionalProperties:!1,required:["name","value"]},c0={type:"object",properties:{hide:{type:"boolean"},docs:{type:"object",properties:{hide:{type:"boolean"},name:{type:"string"},ignore:{type:"array",items:{type:"string"}}},additionalProperties:!1},gateway:{type:"object",properties:{hide:{type:"boolean"},allowedHosts:{type:"array",items:{type:"string"}}},additionalProperties:!1}},additionalProperties:!1},u0={type:"object",properties:{requiresLogin:Wd,logoutReturnUrl:Hd,residency:zd,sso:Fd,idps:Ud,rbac:$d},additionalProperties:!1,not:{required:["sso","idps"]},description:"Use either `access.sso` (filter by category) or `access.idps` (filter by slug), not both."},Si={type:"object",properties:{imports:{type:"array",items:{type:"string"}},licenseKey:{type:"string"},redirects:zx,seo:Qx,rbac:$d,apiFunctions:Jx,requiresLogin:Wd,responseHeaders:{type:"object",additionalProperties:{type:"array",items:a0}},mockServer:{type:"object",properties:{off:{type:"boolean"},position:{type:"string",enum:["first","last","replace","off"]},strictExamples:{type:"boolean"},errorIfForcedExampleNotFound:{type:"boolean"},description:{type:"string"}}},apis:{type:"object",additionalProperties:Bd},...Ai,ssoDirect:Wx,sso:Fd,idps:Ud,residency:zd,logoutReturnUrl:Hd,access:u0,developerOnboarding:s0,removeAttribution:{type:"boolean"},i18n:ld,l10n:ld,metadata:Yx,metadataGlobs:Gx,ignore:{type:"array",items:{type:"string"}},theme:_t,reunite:jx,logo:hd,navbar:yd,products:bd,footer:vd,sidebar:Pd,scripts:_d,links:xd,feedback:Cr,search:Cd,aiAssistant:Rd,colorMode:Dd,palette:na,navigation:Td,codeSnippet:wd,markdown:Sd,openapi:Di,graphql:Ci,analytics:Ad,userMenu:Ed,versionPicker:Nd,breadcrumbs:qd,catalog:Ti,entitiesCatalog:Od,catalogClassic:Ti,scorecard:wi,scorecardClassic:wi,scorecards:jd,mcp:c0,corsProxy:{type:"object",properties:{allowedTargets:{type:"array",items:{type:"string"}}},additionalProperties:!1},banner:Vx},not:{required:["sso","idps"]},additionalProperties:!0},l0={...Si,additionalProperties:!1},Vd={$id:"root-redocly-config",...Si,properties:{plugins:{type:"array",items:{type:"string"}},...Si.properties,env:{type:"object",additionalProperties:l0}},additionalProperties:!1},pd={type:"object",properties:{logo:_t.properties.logo,navbar:_t.properties.navbar,footer:_t.properties.footer,sidebar:_t.properties.sidebar,search:_t.properties.search,codeSnippet:_t.properties.codeSnippet,breadcrumbs:_t.properties.breadcrumbs,openapi:_t.properties.openapi,feedback:_t.properties.feedback,palette:na,mockServer:Si.properties.mockServer,analytics:{type:"object",properties:{ga:kd}}},additionalProperties:!0},ow={$id:"product-config-override",type:"object",properties:{...pd.properties,apis:{type:"object",additionalProperties:Bd},theme:pd},additionalProperties:!1},p0=["partOf","hasParts","creates","createdBy","owns","ownedBy","implements","implementedBy","dependsOn","dependencyOf","uses","usedBy","produces","consumes","linksTo","supersedes","supersededBy","compatibleWith","extends","extendedBy","relatesTo","hasMember","memberOf","triggers","triggeredBy","returns","returnedBy"],Pe=md({UserEntity:"UserEntity",UserEntityMetadata:"UserEntityMetadata",ApiDescriptionEntity:"ApiDescriptionEntity",ApiDescriptionEntityMetadata:"ApiDescriptionEntityMetadata",ApiOperationEntity:"ApiOperationEntity",ApiOperationEntityMetadata:"ApiOperationEntityMetadata",DataSchemaEntity:"DataSchemaEntity",DataSchemaEntityMetadata:"DataSchemaEntityMetadata",ServiceEntity:"ServiceEntity",DomainEntity:"DomainEntity",TeamEntity:"TeamEntity",Entity:"Entity",EntityMetadata:"EntityMetadata",EntityLinkList:"EntityLinkList",EntityLink:"EntityLink",EntityRelation:"EntityRelation",EntityRelationList:"EntityRelationList",EntityContact:"EntityContact",EntitySlackContact:"EntitySlackContact",EntitySlackChannel:"EntitySlackChannel"}),d0={type:"object",nodeTypeName:Pe.UserEntityMetadata,properties:{email:{type:"string",description:"Email of the user"}},required:["email"],additionalProperties:!0},f0={type:"object",nodeTypeName:Pe.ApiDescriptionEntityMetadata,properties:{specType:{type:"string",enum:["jsonschema","openapi","asyncapi","avro","zod","graphql","protobuf","arazzo"],description:"Type of the API description"},descriptionFile:{type:"string",description:"Path to the file containing the API description"}},required:["specType","descriptionFile"],additionalProperties:!0},g0={type:"object",nodeTypeName:Pe.ApiOperationEntityMetadata,properties:{method:{type:"string",enum:["GET","POST","PUT","DELETE","PATCH","MUTATION","QUERY","SUBSCRIBE","PUBLISH"],description:"HTTP method of the API operation"},path:{type:"string",description:"Path of the API operation"},payload:{type:"array",items:{type:"string",description:"Related dataSchema name"}},responses:{type:"array",items:{type:"string",description:"Related dataSchema name"}}},required:["method","path"],additionalProperties:!0},m0={type:"object",nodeTypeName:Pe.DataSchemaEntityMetadata,properties:{specType:{type:"string",enum:["jsonschema","openapi","asyncapi","avro","zod","graphql","protobuf","arazzo"],description:"Specification type of the data schema"},schema:{type:"string",description:"Inline schema of the data structure"},sdl:{type:"string",description:"SDL of the data structure"}},required:["specType"],additionalProperties:!0},h0={type:"object",properties:{},nodeTypeName:Pe.EntityMetadata,additionalProperties:!0},y0={type:"object",nodeTypeName:Pe.EntitySlackChannel,properties:{name:{type:"string",minLength:2,maxLength:150},url:{type:"string"}},required:["name"],additionalProperties:!1},b0={type:"object",nodeTypeName:Pe.EntitySlackContact,properties:{channels:{type:"array",items:y0}},required:["channels"],additionalProperties:!1},v0={type:"object",nodeTypeName:Pe.EntityContact,properties:{slack:b0},additionalProperties:!1},P0={type:"object",nodeTypeName:Pe.EntityLink,properties:{label:{type:"string",minLength:2,maxLength:150},url:{type:"string"}},required:["label","url"],additionalProperties:!1},_0={type:"object",nodeTypeName:Pe.EntityRelation,properties:{type:{type:"string",enum:p0},key:{type:"string",minLength:2,maxLength:100},version:{type:"string"},revision:{type:"string"}},required:["type","key"],additionalProperties:!1},Bt={version:{type:"string"},key:{type:"string",pattern:"^[a-z0-9]+(?:-[a-z0-9]+)*$",minLength:2,maxLength:150},type:{type:"string",enum:["user","data-schema","api-operation","api-description","service","domain","team"]},title:{type:"string",minLength:2,maxLength:200},summary:{type:"string",minLength:1,maxLength:500},tags:{type:"array",items:{type:"string",minLength:1,maxLength:50}},git:{type:"array",items:{type:"string"}},contact:v0,links:{type:"array",nodeTypeName:Pe.EntityLinkList,items:P0},relations:{type:"array",nodeTypeName:Pe.EntityRelationList,items:_0},metadata:h0},Ei={type:"object",discriminator:{propertyName:"type"},oneOf:[{type:"object",properties:{...Bt,type:{type:"string",const:"user"},metadata:d0},required:["key","title","type","metadata"],additionalProperties:!1,nodeTypeName:Pe.UserEntity},{type:"object",nodeTypeName:Pe.ApiOperationEntity,properties:{...Bt,type:{type:"string",const:"api-operation"},metadata:g0},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.DataSchemaEntity,properties:{...Bt,type:{type:"string",const:"data-schema"},metadata:m0},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.ApiDescriptionEntity,properties:{...Bt,type:{type:"string",const:"api-description"},metadata:f0},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.ServiceEntity,properties:{...Bt,type:{type:"string",const:"service"}},required:["key","title","type"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.DomainEntity,properties:{...Bt,type:{type:"string",const:"domain"}},required:["key","title","type"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.TeamEntity,properties:{...Bt,type:{type:"string",const:"team"}},required:["key","title","type"],additionalProperties:!1}]},Ni={type:"object",nodeTypeName:Pe.Entity,properties:{...Bt},required:["key","title","type"],additionalProperties:!1};var We=qe(rn(),1);import{getLineColLocation as jR,lintDocument as LR,makeDocumentFromString as ns,lintConfig as IR,lintEntityFile as FR,detectSpec as UR,createConfigTypes as WR}from"@redocly/openapi-core";var es=qe(qn(),1);function uy(e,t=100,n=!1){let r=new Map,i=new Map,o=new Map,s=new Map;function a(u){let d=i.get(u.uri),m=d?Date.now()-d:0;try{if(m<t&&m>=0)r.set(u.uri,setTimeout(()=>a(u),t-m));else if(r.delete(u.uri),i.delete(u.uri),!n){let v=s.get(u.uri),y=e(o.get(u.uri));v&&v.forEach(({resolve:T})=>T(y)),s.delete(u.uri)}}catch(v){let y=s.get(u.uri);y&&y.forEach(({reject:T})=>T(v)),s.delete(u.uri)}}function c(u){let d=r.get(u.uri),m=n&&!d;return i.set(u.uri,Date.now()),o.set(u.uri,u),new Promise((v,y)=>{let T=s.get(u.uri)||[];d||(s.set(u.uri,[...T,{resolve:v,reject:y}]),r.set(u.uri,setTimeout(()=>a(u),t))),m?v(e(o.get(u.uri))):s.set(u.uri,[...T,{resolve:v,reject:y}])})}return c}function Qu(e){let t=new Set,n=r=>Array.isArray(n)?r.map(n):typeof r=="object"&&r!==null?t.has(r)?void 0:(t.add(r),Object.fromEntries(Object.entries(r).map(([i,o])=>[i,n(o)]))):r;return n(e)}function ly(e){return e==="$ref"}function Ju(e,t){return e?G.dirname(Ke.file(e)).toString():t}async function Xu(e,t){let n=Ke.parse(t);return G.joinPath(n,e).toString()}async function py(e,t,n){for(let[r,{root:i}]of Object.entries(e??{}))if(await Xu(i,n)===t)return r}function dy(e){return typeof e=="string"}function $r(e){return typeof e=="function"}function fy(e){return e?.kind===es.Kind.MAP}function Zu(e){return e?.kind===es.Kind.MAPPING}function el(e){return e?.kind===es.Kind.SEQ}function Vr(e,t){let n=t.singleQuoted?"'":'"';return`${n}${e}${n}`}import{bundleDocument as xR,isPlainObject as CR,makeDocumentFromString as RR,getTypes as DR,detectSpec as TR}from"@redocly/openapi-core";var gy=new Map,ts=new Map;function wR(e){return e?Array.from(e).map(([t,n])=>[t,Qu(n)]):[]}async function tl(e,t){let n=await On(),r=new Pt(n.resolve),i=RR(e.getText(),e.uri),{bundle:o,rootType:s,refTypes:a}=await xR({document:i,config:n,externalRefResolver:r,types:DR(TR(i.parsed))}),c=wR(a);a&&(ts=new Map([...ts,...a])),gy.set(e.uri,{uri:e.uri,name:hr(e.uri),definition:CR(o.parsed)?o.parsed:{},rootType:s,refTypes:c,errors:t})}function SR(){return Array.from(gy).map(([e,{definition:t,rootType:n,refTypes:r,errors:i}])=>({name:hr(e),uri:e,definition:t,rootType:n,refTypes:r,errors:i}))}function nl(e){return ts.has(e)?ts.get(e):null}import{createConfig as my,lintDocument as kR,loadIgnoreConfig as AR,regexFromString as ER}from"@redocly/openapi-core";async function hy(e,t,n,r,i,o){let s=[],a=await AR(r,t),c=typeof i=="string"?await NR(i):i,u={};if(n.targets?.length){let d=e.parsed?.info,m=d?.["x-metadata"]||{},v={title:d?.title,version:d?.version,...m,...o},y=OR(n.targets,v);y?.rules&&r&&(u=await qR(e.source.absoluteRef,y.rules,n.levels,c,r,a))}for(let d of n?.levels||[]){let m=u[d.name]??await my({...d,plugins:c},{configPath:r,ignore:a}),v=await kR({document:e,externalRefResolver:t,config:m});s.push(...v.filter(({ignored:y})=>!y).map(y=>({...y,scorecardLevel:d.name})))}return s}async function NR(e){if(!e)return[];try{let t=typeof __dirname>"u"?"":__dirname.replaceAll(/\\/g,"/"),n=e.replaceAll("__redocly_dirname",`"${t}"`);return(await import(`data:text/javascript;base64,${btoa(n)}`)).default.map(a=>a())}catch(t){let n=t instanceof Error?t.message:String(t);return console.error("Failed to load plugins module:",n),console.error(`
|
|
70
|
-
Plugins code preview:`,e.substring(0,500)+"..."),[]}}async function
|
|
69
|
+
`&&i++}r&&n.length>0&&t.push(n.length),this._lineOffsets=t}return this._lineOffsets}positionAt(t){t=Math.max(Math.min(t,this._content.length),0);let n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return rt.create(0,t);for(;r<i;){let s=Math.floor((r+i)/2);n[s]>t?i=s:r=s+1}let o=r-1;return rt.create(o,t-n[o])}offsetAt(t){let n=this.getLineOffsets();if(t.line>=n.length)return this._content.length;if(t.line<0)return 0;let r=n[t.line],i=t.line+1<n.length?n[t.line+1]:this._content.length;return Math.max(Math.min(r+t.character,i),r)}get lineCount(){return this.getLineOffsets().length}};(function(e){let t=Object.prototype.toString;function n(y){return typeof y<"u"}e.defined=n;function r(y){return typeof y>"u"}e.undefined=r;function i(y){return y===!0||y===!1}e.boolean=i;function o(y){return t.call(y)==="[object String]"}e.string=o;function s(y){return t.call(y)==="[object Number]"}e.number=s;function a(y,T,I){return t.call(y)==="[object Number]"&&T<=y&&y<=I}e.numberRange=a;function c(y){return t.call(y)==="[object Number]"&&-2147483648<=y&&y<=2147483647}e.integer=c;function u(y){return t.call(y)==="[object Number]"&&0<=y&&y<=2147483647}e.uinteger=u;function d(y){return t.call(y)==="[object Function]"}e.func=d;function m(y){return y!==null&&typeof y=="object"}e.objectLiteral=m;function v(y,T){return Array.isArray(y)&&y.every(T)}e.typedArray=v})(f||(f={}))});var ce=R(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.ProtocolNotificationType=Ye.ProtocolNotificationType0=Ye.ProtocolRequestType=Ye.ProtocolRequestType0=Ye.RegistrationType=Ye.MessageDirection=void 0;var Qn=vn(),Df;(function(e){e.clientToServer="clientToServer",e.serverToClient="serverToClient",e.both="both"})(Df||(Ye.MessageDirection=Df={}));var yu=class{constructor(t){this.method=t}};Ye.RegistrationType=yu;var bu=class extends Qn.RequestType0{constructor(t){super(t)}};Ye.ProtocolRequestType0=bu;var vu=class extends Qn.RequestType{constructor(t){super(t,Qn.ParameterStructures.byName)}};Ye.ProtocolRequestType=vu;var Pu=class extends Qn.NotificationType0{constructor(t){super(t)}};Ye.ProtocolNotificationType0=Pu;var xu=class extends Qn.NotificationType{constructor(t){super(t,Qn.ParameterStructures.byName)}};Ye.ProtocolNotificationType=xu});var ao=R(xe=>{"use strict";Object.defineProperty(xe,"__esModule",{value:!0});xe.objectLiteral=xe.typedArray=xe.stringArray=xe.array=xe.func=xe.error=xe.number=xe.string=xe.boolean=void 0;function gC(e){return e===!0||e===!1}xe.boolean=gC;function Tf(e){return typeof e=="string"||e instanceof String}xe.string=Tf;function mC(e){return typeof e=="number"||e instanceof Number}xe.number=mC;function hC(e){return e instanceof Error}xe.error=hC;function yC(e){return typeof e=="function"}xe.func=yC;function wf(e){return Array.isArray(e)}xe.array=wf;function bC(e){return wf(e)&&e.every(t=>Tf(t))}xe.stringArray=bC;function vC(e,t){return Array.isArray(e)&&e.every(t)}xe.typedArray=vC;function PC(e){return e!==null&&typeof e=="object"}xe.objectLiteral=PC});var Af=R(co=>{"use strict";Object.defineProperty(co,"__esModule",{value:!0});co.ImplementationRequest=void 0;var Sf=ce(),kf;(function(e){e.method="textDocument/implementation",e.messageDirection=Sf.MessageDirection.clientToServer,e.type=new Sf.ProtocolRequestType(e.method)})(kf||(co.ImplementationRequest=kf={}))});var qf=R(uo=>{"use strict";Object.defineProperty(uo,"__esModule",{value:!0});uo.TypeDefinitionRequest=void 0;var Ef=ce(),Nf;(function(e){e.method="textDocument/typeDefinition",e.messageDirection=Ef.MessageDirection.clientToServer,e.type=new Ef.ProtocolRequestType(e.method)})(Nf||(uo.TypeDefinitionRequest=Nf={}))});var Lf=R(Jn=>{"use strict";Object.defineProperty(Jn,"__esModule",{value:!0});Jn.DidChangeWorkspaceFoldersNotification=Jn.WorkspaceFoldersRequest=void 0;var lo=ce(),Of;(function(e){e.method="workspace/workspaceFolders",e.messageDirection=lo.MessageDirection.serverToClient,e.type=new lo.ProtocolRequestType0(e.method)})(Of||(Jn.WorkspaceFoldersRequest=Of={}));var Mf;(function(e){e.method="workspace/didChangeWorkspaceFolders",e.messageDirection=lo.MessageDirection.clientToServer,e.type=new lo.ProtocolNotificationType(e.method)})(Mf||(Jn.DidChangeWorkspaceFoldersNotification=Mf={}))});var Ff=R(po=>{"use strict";Object.defineProperty(po,"__esModule",{value:!0});po.ConfigurationRequest=void 0;var jf=ce(),If;(function(e){e.method="workspace/configuration",e.messageDirection=jf.MessageDirection.serverToClient,e.type=new jf.ProtocolRequestType(e.method)})(If||(po.ConfigurationRequest=If={}))});var Hf=R(Xn=>{"use strict";Object.defineProperty(Xn,"__esModule",{value:!0});Xn.ColorPresentationRequest=Xn.DocumentColorRequest=void 0;var fo=ce(),Uf;(function(e){e.method="textDocument/documentColor",e.messageDirection=fo.MessageDirection.clientToServer,e.type=new fo.ProtocolRequestType(e.method)})(Uf||(Xn.DocumentColorRequest=Uf={}));var Wf;(function(e){e.method="textDocument/colorPresentation",e.messageDirection=fo.MessageDirection.clientToServer,e.type=new fo.ProtocolRequestType(e.method)})(Wf||(Xn.ColorPresentationRequest=Wf={}))});var $f=R(Zn=>{"use strict";Object.defineProperty(Zn,"__esModule",{value:!0});Zn.FoldingRangeRefreshRequest=Zn.FoldingRangeRequest=void 0;var go=ce(),Bf;(function(e){e.method="textDocument/foldingRange",e.messageDirection=go.MessageDirection.clientToServer,e.type=new go.ProtocolRequestType(e.method)})(Bf||(Zn.FoldingRangeRequest=Bf={}));var zf;(function(e){e.method="workspace/foldingRange/refresh",e.messageDirection=go.MessageDirection.serverToClient,e.type=new go.ProtocolRequestType0(e.method)})(zf||(Zn.FoldingRangeRefreshRequest=zf={}))});var Kf=R(mo=>{"use strict";Object.defineProperty(mo,"__esModule",{value:!0});mo.DeclarationRequest=void 0;var Yf=ce(),Vf;(function(e){e.method="textDocument/declaration",e.messageDirection=Yf.MessageDirection.clientToServer,e.type=new Yf.ProtocolRequestType(e.method)})(Vf||(mo.DeclarationRequest=Vf={}))});var Jf=R(ho=>{"use strict";Object.defineProperty(ho,"__esModule",{value:!0});ho.SelectionRangeRequest=void 0;var Gf=ce(),Qf;(function(e){e.method="textDocument/selectionRange",e.messageDirection=Gf.MessageDirection.clientToServer,e.type=new Gf.ProtocolRequestType(e.method)})(Qf||(ho.SelectionRangeRequest=Qf={}))});var tg=R(Xt=>{"use strict";Object.defineProperty(Xt,"__esModule",{value:!0});Xt.WorkDoneProgressCancelNotification=Xt.WorkDoneProgressCreateRequest=Xt.WorkDoneProgress=void 0;var xC=vn(),yo=ce(),Xf;(function(e){e.type=new xC.ProgressType;function t(n){return n===e.type}e.is=t})(Xf||(Xt.WorkDoneProgress=Xf={}));var Zf;(function(e){e.method="window/workDoneProgress/create",e.messageDirection=yo.MessageDirection.serverToClient,e.type=new yo.ProtocolRequestType(e.method)})(Zf||(Xt.WorkDoneProgressCreateRequest=Zf={}));var eg;(function(e){e.method="window/workDoneProgress/cancel",e.messageDirection=yo.MessageDirection.clientToServer,e.type=new yo.ProtocolNotificationType(e.method)})(eg||(Xt.WorkDoneProgressCancelNotification=eg={}))});var og=R(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.CallHierarchyOutgoingCallsRequest=Zt.CallHierarchyIncomingCallsRequest=Zt.CallHierarchyPrepareRequest=void 0;var er=ce(),ng;(function(e){e.method="textDocument/prepareCallHierarchy",e.messageDirection=er.MessageDirection.clientToServer,e.type=new er.ProtocolRequestType(e.method)})(ng||(Zt.CallHierarchyPrepareRequest=ng={}));var rg;(function(e){e.method="callHierarchy/incomingCalls",e.messageDirection=er.MessageDirection.clientToServer,e.type=new er.ProtocolRequestType(e.method)})(rg||(Zt.CallHierarchyIncomingCallsRequest=rg={}));var ig;(function(e){e.method="callHierarchy/outgoingCalls",e.messageDirection=er.MessageDirection.clientToServer,e.type=new er.ProtocolRequestType(e.method)})(ig||(Zt.CallHierarchyOutgoingCallsRequest=ig={}))});var pg=R(Ve=>{"use strict";Object.defineProperty(Ve,"__esModule",{value:!0});Ve.SemanticTokensRefreshRequest=Ve.SemanticTokensRangeRequest=Ve.SemanticTokensDeltaRequest=Ve.SemanticTokensRequest=Ve.SemanticTokensRegistrationType=Ve.TokenFormat=void 0;var jt=ce(),sg;(function(e){e.Relative="relative"})(sg||(Ve.TokenFormat=sg={}));var Ir;(function(e){e.method="textDocument/semanticTokens",e.type=new jt.RegistrationType(e.method)})(Ir||(Ve.SemanticTokensRegistrationType=Ir={}));var ag;(function(e){e.method="textDocument/semanticTokens/full",e.messageDirection=jt.MessageDirection.clientToServer,e.type=new jt.ProtocolRequestType(e.method),e.registrationMethod=Ir.method})(ag||(Ve.SemanticTokensRequest=ag={}));var cg;(function(e){e.method="textDocument/semanticTokens/full/delta",e.messageDirection=jt.MessageDirection.clientToServer,e.type=new jt.ProtocolRequestType(e.method),e.registrationMethod=Ir.method})(cg||(Ve.SemanticTokensDeltaRequest=cg={}));var ug;(function(e){e.method="textDocument/semanticTokens/range",e.messageDirection=jt.MessageDirection.clientToServer,e.type=new jt.ProtocolRequestType(e.method),e.registrationMethod=Ir.method})(ug||(Ve.SemanticTokensRangeRequest=ug={}));var lg;(function(e){e.method="workspace/semanticTokens/refresh",e.messageDirection=jt.MessageDirection.serverToClient,e.type=new jt.ProtocolRequestType0(e.method)})(lg||(Ve.SemanticTokensRefreshRequest=lg={}))});var gg=R(bo=>{"use strict";Object.defineProperty(bo,"__esModule",{value:!0});bo.ShowDocumentRequest=void 0;var dg=ce(),fg;(function(e){e.method="window/showDocument",e.messageDirection=dg.MessageDirection.serverToClient,e.type=new dg.ProtocolRequestType(e.method)})(fg||(bo.ShowDocumentRequest=fg={}))});var yg=R(vo=>{"use strict";Object.defineProperty(vo,"__esModule",{value:!0});vo.LinkedEditingRangeRequest=void 0;var mg=ce(),hg;(function(e){e.method="textDocument/linkedEditingRange",e.messageDirection=mg.MessageDirection.clientToServer,e.type=new mg.ProtocolRequestType(e.method)})(hg||(vo.LinkedEditingRangeRequest=hg={}))});var Dg=R(je=>{"use strict";Object.defineProperty(je,"__esModule",{value:!0});je.WillDeleteFilesRequest=je.DidDeleteFilesNotification=je.DidRenameFilesNotification=je.WillRenameFilesRequest=je.DidCreateFilesNotification=je.WillCreateFilesRequest=je.FileOperationPatternKind=void 0;var it=ce(),bg;(function(e){e.file="file",e.folder="folder"})(bg||(je.FileOperationPatternKind=bg={}));var vg;(function(e){e.method="workspace/willCreateFiles",e.messageDirection=it.MessageDirection.clientToServer,e.type=new it.ProtocolRequestType(e.method)})(vg||(je.WillCreateFilesRequest=vg={}));var Pg;(function(e){e.method="workspace/didCreateFiles",e.messageDirection=it.MessageDirection.clientToServer,e.type=new it.ProtocolNotificationType(e.method)})(Pg||(je.DidCreateFilesNotification=Pg={}));var xg;(function(e){e.method="workspace/willRenameFiles",e.messageDirection=it.MessageDirection.clientToServer,e.type=new it.ProtocolRequestType(e.method)})(xg||(je.WillRenameFilesRequest=xg={}));var _g;(function(e){e.method="workspace/didRenameFiles",e.messageDirection=it.MessageDirection.clientToServer,e.type=new it.ProtocolNotificationType(e.method)})(_g||(je.DidRenameFilesNotification=_g={}));var Cg;(function(e){e.method="workspace/didDeleteFiles",e.messageDirection=it.MessageDirection.clientToServer,e.type=new it.ProtocolNotificationType(e.method)})(Cg||(je.DidDeleteFilesNotification=Cg={}));var Rg;(function(e){e.method="workspace/willDeleteFiles",e.messageDirection=it.MessageDirection.clientToServer,e.type=new it.ProtocolRequestType(e.method)})(Rg||(je.WillDeleteFilesRequest=Rg={}))});var Ag=R(en=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});en.MonikerRequest=en.MonikerKind=en.UniquenessLevel=void 0;var Tg=ce(),wg;(function(e){e.document="document",e.project="project",e.group="group",e.scheme="scheme",e.global="global"})(wg||(en.UniquenessLevel=wg={}));var Sg;(function(e){e.$import="import",e.$export="export",e.local="local"})(Sg||(en.MonikerKind=Sg={}));var kg;(function(e){e.method="textDocument/moniker",e.messageDirection=Tg.MessageDirection.clientToServer,e.type=new Tg.ProtocolRequestType(e.method)})(kg||(en.MonikerRequest=kg={}))});var Og=R(tn=>{"use strict";Object.defineProperty(tn,"__esModule",{value:!0});tn.TypeHierarchySubtypesRequest=tn.TypeHierarchySupertypesRequest=tn.TypeHierarchyPrepareRequest=void 0;var tr=ce(),Eg;(function(e){e.method="textDocument/prepareTypeHierarchy",e.messageDirection=tr.MessageDirection.clientToServer,e.type=new tr.ProtocolRequestType(e.method)})(Eg||(tn.TypeHierarchyPrepareRequest=Eg={}));var Ng;(function(e){e.method="typeHierarchy/supertypes",e.messageDirection=tr.MessageDirection.clientToServer,e.type=new tr.ProtocolRequestType(e.method)})(Ng||(tn.TypeHierarchySupertypesRequest=Ng={}));var qg;(function(e){e.method="typeHierarchy/subtypes",e.messageDirection=tr.MessageDirection.clientToServer,e.type=new tr.ProtocolRequestType(e.method)})(qg||(tn.TypeHierarchySubtypesRequest=qg={}))});var jg=R(nr=>{"use strict";Object.defineProperty(nr,"__esModule",{value:!0});nr.InlineValueRefreshRequest=nr.InlineValueRequest=void 0;var Po=ce(),Mg;(function(e){e.method="textDocument/inlineValue",e.messageDirection=Po.MessageDirection.clientToServer,e.type=new Po.ProtocolRequestType(e.method)})(Mg||(nr.InlineValueRequest=Mg={}));var Lg;(function(e){e.method="workspace/inlineValue/refresh",e.messageDirection=Po.MessageDirection.serverToClient,e.type=new Po.ProtocolRequestType0(e.method)})(Lg||(nr.InlineValueRefreshRequest=Lg={}))});var Wg=R(nn=>{"use strict";Object.defineProperty(nn,"__esModule",{value:!0});nn.InlayHintRefreshRequest=nn.InlayHintResolveRequest=nn.InlayHintRequest=void 0;var rr=ce(),Ig;(function(e){e.method="textDocument/inlayHint",e.messageDirection=rr.MessageDirection.clientToServer,e.type=new rr.ProtocolRequestType(e.method)})(Ig||(nn.InlayHintRequest=Ig={}));var Fg;(function(e){e.method="inlayHint/resolve",e.messageDirection=rr.MessageDirection.clientToServer,e.type=new rr.ProtocolRequestType(e.method)})(Fg||(nn.InlayHintResolveRequest=Fg={}));var Ug;(function(e){e.method="workspace/inlayHint/refresh",e.messageDirection=rr.MessageDirection.serverToClient,e.type=new rr.ProtocolRequestType0(e.method)})(Ug||(nn.InlayHintRefreshRequest=Ug={}))});var Kg=R(ot=>{"use strict";Object.defineProperty(ot,"__esModule",{value:!0});ot.DiagnosticRefreshRequest=ot.WorkspaceDiagnosticRequest=ot.DocumentDiagnosticRequest=ot.DocumentDiagnosticReportKind=ot.DiagnosticServerCancellationData=void 0;var Vg=vn(),_C=ao(),ir=ce(),Hg;(function(e){function t(n){let r=n;return r&&_C.boolean(r.retriggerRequest)}e.is=t})(Hg||(ot.DiagnosticServerCancellationData=Hg={}));var Bg;(function(e){e.Full="full",e.Unchanged="unchanged"})(Bg||(ot.DocumentDiagnosticReportKind=Bg={}));var zg;(function(e){e.method="textDocument/diagnostic",e.messageDirection=ir.MessageDirection.clientToServer,e.type=new ir.ProtocolRequestType(e.method),e.partialResult=new Vg.ProgressType})(zg||(ot.DocumentDiagnosticRequest=zg={}));var $g;(function(e){e.method="workspace/diagnostic",e.messageDirection=ir.MessageDirection.clientToServer,e.type=new ir.ProtocolRequestType(e.method),e.partialResult=new Vg.ProgressType})($g||(ot.WorkspaceDiagnosticRequest=$g={}));var Yg;(function(e){e.method="workspace/diagnostic/refresh",e.messageDirection=ir.MessageDirection.serverToClient,e.type=new ir.ProtocolRequestType0(e.method)})(Yg||(ot.DiagnosticRefreshRequest=Yg={}))});var tm=R(ge=>{"use strict";Object.defineProperty(ge,"__esModule",{value:!0});ge.DidCloseNotebookDocumentNotification=ge.DidSaveNotebookDocumentNotification=ge.DidChangeNotebookDocumentNotification=ge.NotebookCellArrayChange=ge.DidOpenNotebookDocumentNotification=ge.NotebookDocumentSyncRegistrationType=ge.NotebookDocument=ge.NotebookCell=ge.ExecutionSummary=ge.NotebookCellKind=void 0;var Fr=(so(),ti(oo)),mt=ao(),Tt=ce(),_u;(function(e){e.Markup=1,e.Code=2;function t(n){return n===1||n===2}e.is=t})(_u||(ge.NotebookCellKind=_u={}));var Cu;(function(e){function t(i,o){let s={executionOrder:i};return(o===!0||o===!1)&&(s.success=o),s}e.create=t;function n(i){let o=i;return mt.objectLiteral(o)&&Fr.uinteger.is(o.executionOrder)&&(o.success===void 0||mt.boolean(o.success))}e.is=n;function r(i,o){return i===o?!0:i==null||o===null||o===void 0?!1:i.executionOrder===o.executionOrder&&i.success===o.success}e.equals=r})(Cu||(ge.ExecutionSummary=Cu={}));var xo;(function(e){function t(o,s){return{kind:o,document:s}}e.create=t;function n(o){let s=o;return mt.objectLiteral(s)&&_u.is(s.kind)&&Fr.DocumentUri.is(s.document)&&(s.metadata===void 0||mt.objectLiteral(s.metadata))}e.is=n;function r(o,s){let a=new Set;return o.document!==s.document&&a.add("document"),o.kind!==s.kind&&a.add("kind"),o.executionSummary!==s.executionSummary&&a.add("executionSummary"),(o.metadata!==void 0||s.metadata!==void 0)&&!i(o.metadata,s.metadata)&&a.add("metadata"),(o.executionSummary!==void 0||s.executionSummary!==void 0)&&!Cu.equals(o.executionSummary,s.executionSummary)&&a.add("executionSummary"),a}e.diff=r;function i(o,s){if(o===s)return!0;if(o==null||s===null||s===void 0||typeof o!=typeof s||typeof o!="object")return!1;let a=Array.isArray(o),c=Array.isArray(s);if(a!==c)return!1;if(a&&c){if(o.length!==s.length)return!1;for(let u=0;u<o.length;u++)if(!i(o[u],s[u]))return!1}if(mt.objectLiteral(o)&&mt.objectLiteral(s)){let u=Object.keys(o),d=Object.keys(s);if(u.length!==d.length||(u.sort(),d.sort(),!i(u,d)))return!1;for(let m=0;m<u.length;m++){let v=u[m];if(!i(o[v],s[v]))return!1}}return!0}})(xo||(ge.NotebookCell=xo={}));var Gg;(function(e){function t(r,i,o,s){return{uri:r,notebookType:i,version:o,cells:s}}e.create=t;function n(r){let i=r;return mt.objectLiteral(i)&&mt.string(i.uri)&&Fr.integer.is(i.version)&&mt.typedArray(i.cells,xo.is)}e.is=n})(Gg||(ge.NotebookDocument=Gg={}));var or;(function(e){e.method="notebookDocument/sync",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.RegistrationType(e.method)})(or||(ge.NotebookDocumentSyncRegistrationType=or={}));var Qg;(function(e){e.method="notebookDocument/didOpen",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Qg||(ge.DidOpenNotebookDocumentNotification=Qg={}));var Jg;(function(e){function t(r){let i=r;return mt.objectLiteral(i)&&Fr.uinteger.is(i.start)&&Fr.uinteger.is(i.deleteCount)&&(i.cells===void 0||mt.typedArray(i.cells,xo.is))}e.is=t;function n(r,i,o){let s={start:r,deleteCount:i};return o!==void 0&&(s.cells=o),s}e.create=n})(Jg||(ge.NotebookCellArrayChange=Jg={}));var Xg;(function(e){e.method="notebookDocument/didChange",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Xg||(ge.DidChangeNotebookDocumentNotification=Xg={}));var Zg;(function(e){e.method="notebookDocument/didSave",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Zg||(ge.DidSaveNotebookDocumentNotification=Zg={}));var em;(function(e){e.method="notebookDocument/didClose",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(em||(ge.DidCloseNotebookDocumentNotification=em={}))});var im=R(_o=>{"use strict";Object.defineProperty(_o,"__esModule",{value:!0});_o.InlineCompletionRequest=void 0;var nm=ce(),rm;(function(e){e.method="textDocument/inlineCompletion",e.messageDirection=nm.MessageDirection.clientToServer,e.type=new nm.ProtocolRequestType(e.method)})(rm||(_o.InlineCompletionRequest=rm={}))});var yh=R(l=>{"use strict";Object.defineProperty(l,"__esModule",{value:!0});l.WorkspaceSymbolRequest=l.CodeActionResolveRequest=l.CodeActionRequest=l.DocumentSymbolRequest=l.DocumentHighlightRequest=l.ReferencesRequest=l.DefinitionRequest=l.SignatureHelpRequest=l.SignatureHelpTriggerKind=l.HoverRequest=l.CompletionResolveRequest=l.CompletionRequest=l.CompletionTriggerKind=l.PublishDiagnosticsNotification=l.WatchKind=l.RelativePattern=l.FileChangeType=l.DidChangeWatchedFilesNotification=l.WillSaveTextDocumentWaitUntilRequest=l.WillSaveTextDocumentNotification=l.TextDocumentSaveReason=l.DidSaveTextDocumentNotification=l.DidCloseTextDocumentNotification=l.DidChangeTextDocumentNotification=l.TextDocumentContentChangeEvent=l.DidOpenTextDocumentNotification=l.TextDocumentSyncKind=l.TelemetryEventNotification=l.LogMessageNotification=l.ShowMessageRequest=l.ShowMessageNotification=l.MessageType=l.DidChangeConfigurationNotification=l.ExitNotification=l.ShutdownRequest=l.InitializedNotification=l.InitializeErrorCodes=l.InitializeRequest=l.WorkDoneProgressOptions=l.TextDocumentRegistrationOptions=l.StaticRegistrationOptions=l.PositionEncodingKind=l.FailureHandlingKind=l.ResourceOperationKind=l.UnregistrationRequest=l.RegistrationRequest=l.DocumentSelector=l.NotebookCellTextDocumentFilter=l.NotebookDocumentFilter=l.TextDocumentFilter=void 0;l.MonikerRequest=l.MonikerKind=l.UniquenessLevel=l.WillDeleteFilesRequest=l.DidDeleteFilesNotification=l.WillRenameFilesRequest=l.DidRenameFilesNotification=l.WillCreateFilesRequest=l.DidCreateFilesNotification=l.FileOperationPatternKind=l.LinkedEditingRangeRequest=l.ShowDocumentRequest=l.SemanticTokensRegistrationType=l.SemanticTokensRefreshRequest=l.SemanticTokensRangeRequest=l.SemanticTokensDeltaRequest=l.SemanticTokensRequest=l.TokenFormat=l.CallHierarchyPrepareRequest=l.CallHierarchyOutgoingCallsRequest=l.CallHierarchyIncomingCallsRequest=l.WorkDoneProgressCancelNotification=l.WorkDoneProgressCreateRequest=l.WorkDoneProgress=l.SelectionRangeRequest=l.DeclarationRequest=l.FoldingRangeRefreshRequest=l.FoldingRangeRequest=l.ColorPresentationRequest=l.DocumentColorRequest=l.ConfigurationRequest=l.DidChangeWorkspaceFoldersNotification=l.WorkspaceFoldersRequest=l.TypeDefinitionRequest=l.ImplementationRequest=l.ApplyWorkspaceEditRequest=l.ExecuteCommandRequest=l.PrepareRenameRequest=l.RenameRequest=l.PrepareSupportDefaultBehavior=l.DocumentOnTypeFormattingRequest=l.DocumentRangesFormattingRequest=l.DocumentRangeFormattingRequest=l.DocumentFormattingRequest=l.DocumentLinkResolveRequest=l.DocumentLinkRequest=l.CodeLensRefreshRequest=l.CodeLensResolveRequest=l.CodeLensRequest=l.WorkspaceSymbolResolveRequest=void 0;l.InlineCompletionRequest=l.DidCloseNotebookDocumentNotification=l.DidSaveNotebookDocumentNotification=l.DidChangeNotebookDocumentNotification=l.NotebookCellArrayChange=l.DidOpenNotebookDocumentNotification=l.NotebookDocumentSyncRegistrationType=l.NotebookDocument=l.NotebookCell=l.ExecutionSummary=l.NotebookCellKind=l.DiagnosticRefreshRequest=l.WorkspaceDiagnosticRequest=l.DocumentDiagnosticRequest=l.DocumentDiagnosticReportKind=l.DiagnosticServerCancellationData=l.InlayHintRefreshRequest=l.InlayHintResolveRequest=l.InlayHintRequest=l.InlineValueRefreshRequest=l.InlineValueRequest=l.TypeHierarchySupertypesRequest=l.TypeHierarchySubtypesRequest=l.TypeHierarchyPrepareRequest=void 0;var w=ce(),om=(so(),ti(oo)),Se=ao(),CC=Af();Object.defineProperty(l,"ImplementationRequest",{enumerable:!0,get:function(){return CC.ImplementationRequest}});var RC=qf();Object.defineProperty(l,"TypeDefinitionRequest",{enumerable:!0,get:function(){return RC.TypeDefinitionRequest}});var fh=Lf();Object.defineProperty(l,"WorkspaceFoldersRequest",{enumerable:!0,get:function(){return fh.WorkspaceFoldersRequest}});Object.defineProperty(l,"DidChangeWorkspaceFoldersNotification",{enumerable:!0,get:function(){return fh.DidChangeWorkspaceFoldersNotification}});var DC=Ff();Object.defineProperty(l,"ConfigurationRequest",{enumerable:!0,get:function(){return DC.ConfigurationRequest}});var gh=Hf();Object.defineProperty(l,"DocumentColorRequest",{enumerable:!0,get:function(){return gh.DocumentColorRequest}});Object.defineProperty(l,"ColorPresentationRequest",{enumerable:!0,get:function(){return gh.ColorPresentationRequest}});var mh=$f();Object.defineProperty(l,"FoldingRangeRequest",{enumerable:!0,get:function(){return mh.FoldingRangeRequest}});Object.defineProperty(l,"FoldingRangeRefreshRequest",{enumerable:!0,get:function(){return mh.FoldingRangeRefreshRequest}});var TC=Kf();Object.defineProperty(l,"DeclarationRequest",{enumerable:!0,get:function(){return TC.DeclarationRequest}});var wC=Jf();Object.defineProperty(l,"SelectionRangeRequest",{enumerable:!0,get:function(){return wC.SelectionRangeRequest}});var Su=tg();Object.defineProperty(l,"WorkDoneProgress",{enumerable:!0,get:function(){return Su.WorkDoneProgress}});Object.defineProperty(l,"WorkDoneProgressCreateRequest",{enumerable:!0,get:function(){return Su.WorkDoneProgressCreateRequest}});Object.defineProperty(l,"WorkDoneProgressCancelNotification",{enumerable:!0,get:function(){return Su.WorkDoneProgressCancelNotification}});var ku=og();Object.defineProperty(l,"CallHierarchyIncomingCallsRequest",{enumerable:!0,get:function(){return ku.CallHierarchyIncomingCallsRequest}});Object.defineProperty(l,"CallHierarchyOutgoingCallsRequest",{enumerable:!0,get:function(){return ku.CallHierarchyOutgoingCallsRequest}});Object.defineProperty(l,"CallHierarchyPrepareRequest",{enumerable:!0,get:function(){return ku.CallHierarchyPrepareRequest}});var sr=pg();Object.defineProperty(l,"TokenFormat",{enumerable:!0,get:function(){return sr.TokenFormat}});Object.defineProperty(l,"SemanticTokensRequest",{enumerable:!0,get:function(){return sr.SemanticTokensRequest}});Object.defineProperty(l,"SemanticTokensDeltaRequest",{enumerable:!0,get:function(){return sr.SemanticTokensDeltaRequest}});Object.defineProperty(l,"SemanticTokensRangeRequest",{enumerable:!0,get:function(){return sr.SemanticTokensRangeRequest}});Object.defineProperty(l,"SemanticTokensRefreshRequest",{enumerable:!0,get:function(){return sr.SemanticTokensRefreshRequest}});Object.defineProperty(l,"SemanticTokensRegistrationType",{enumerable:!0,get:function(){return sr.SemanticTokensRegistrationType}});var SC=gg();Object.defineProperty(l,"ShowDocumentRequest",{enumerable:!0,get:function(){return SC.ShowDocumentRequest}});var kC=yg();Object.defineProperty(l,"LinkedEditingRangeRequest",{enumerable:!0,get:function(){return kC.LinkedEditingRangeRequest}});var _n=Dg();Object.defineProperty(l,"FileOperationPatternKind",{enumerable:!0,get:function(){return _n.FileOperationPatternKind}});Object.defineProperty(l,"DidCreateFilesNotification",{enumerable:!0,get:function(){return _n.DidCreateFilesNotification}});Object.defineProperty(l,"WillCreateFilesRequest",{enumerable:!0,get:function(){return _n.WillCreateFilesRequest}});Object.defineProperty(l,"DidRenameFilesNotification",{enumerable:!0,get:function(){return _n.DidRenameFilesNotification}});Object.defineProperty(l,"WillRenameFilesRequest",{enumerable:!0,get:function(){return _n.WillRenameFilesRequest}});Object.defineProperty(l,"DidDeleteFilesNotification",{enumerable:!0,get:function(){return _n.DidDeleteFilesNotification}});Object.defineProperty(l,"WillDeleteFilesRequest",{enumerable:!0,get:function(){return _n.WillDeleteFilesRequest}});var Au=Ag();Object.defineProperty(l,"UniquenessLevel",{enumerable:!0,get:function(){return Au.UniquenessLevel}});Object.defineProperty(l,"MonikerKind",{enumerable:!0,get:function(){return Au.MonikerKind}});Object.defineProperty(l,"MonikerRequest",{enumerable:!0,get:function(){return Au.MonikerRequest}});var Eu=Og();Object.defineProperty(l,"TypeHierarchyPrepareRequest",{enumerable:!0,get:function(){return Eu.TypeHierarchyPrepareRequest}});Object.defineProperty(l,"TypeHierarchySubtypesRequest",{enumerable:!0,get:function(){return Eu.TypeHierarchySubtypesRequest}});Object.defineProperty(l,"TypeHierarchySupertypesRequest",{enumerable:!0,get:function(){return Eu.TypeHierarchySupertypesRequest}});var hh=jg();Object.defineProperty(l,"InlineValueRequest",{enumerable:!0,get:function(){return hh.InlineValueRequest}});Object.defineProperty(l,"InlineValueRefreshRequest",{enumerable:!0,get:function(){return hh.InlineValueRefreshRequest}});var Nu=Wg();Object.defineProperty(l,"InlayHintRequest",{enumerable:!0,get:function(){return Nu.InlayHintRequest}});Object.defineProperty(l,"InlayHintResolveRequest",{enumerable:!0,get:function(){return Nu.InlayHintResolveRequest}});Object.defineProperty(l,"InlayHintRefreshRequest",{enumerable:!0,get:function(){return Nu.InlayHintRefreshRequest}});var Ur=Kg();Object.defineProperty(l,"DiagnosticServerCancellationData",{enumerable:!0,get:function(){return Ur.DiagnosticServerCancellationData}});Object.defineProperty(l,"DocumentDiagnosticReportKind",{enumerable:!0,get:function(){return Ur.DocumentDiagnosticReportKind}});Object.defineProperty(l,"DocumentDiagnosticRequest",{enumerable:!0,get:function(){return Ur.DocumentDiagnosticRequest}});Object.defineProperty(l,"WorkspaceDiagnosticRequest",{enumerable:!0,get:function(){return Ur.WorkspaceDiagnosticRequest}});Object.defineProperty(l,"DiagnosticRefreshRequest",{enumerable:!0,get:function(){return Ur.DiagnosticRefreshRequest}});var wt=tm();Object.defineProperty(l,"NotebookCellKind",{enumerable:!0,get:function(){return wt.NotebookCellKind}});Object.defineProperty(l,"ExecutionSummary",{enumerable:!0,get:function(){return wt.ExecutionSummary}});Object.defineProperty(l,"NotebookCell",{enumerable:!0,get:function(){return wt.NotebookCell}});Object.defineProperty(l,"NotebookDocument",{enumerable:!0,get:function(){return wt.NotebookDocument}});Object.defineProperty(l,"NotebookDocumentSyncRegistrationType",{enumerable:!0,get:function(){return wt.NotebookDocumentSyncRegistrationType}});Object.defineProperty(l,"DidOpenNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidOpenNotebookDocumentNotification}});Object.defineProperty(l,"NotebookCellArrayChange",{enumerable:!0,get:function(){return wt.NotebookCellArrayChange}});Object.defineProperty(l,"DidChangeNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidChangeNotebookDocumentNotification}});Object.defineProperty(l,"DidSaveNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidSaveNotebookDocumentNotification}});Object.defineProperty(l,"DidCloseNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidCloseNotebookDocumentNotification}});var AC=im();Object.defineProperty(l,"InlineCompletionRequest",{enumerable:!0,get:function(){return AC.InlineCompletionRequest}});var Ru;(function(e){function t(n){let r=n;return Se.string(r)||Se.string(r.language)||Se.string(r.scheme)||Se.string(r.pattern)}e.is=t})(Ru||(l.TextDocumentFilter=Ru={}));var Du;(function(e){function t(n){let r=n;return Se.objectLiteral(r)&&(Se.string(r.notebookType)||Se.string(r.scheme)||Se.string(r.pattern))}e.is=t})(Du||(l.NotebookDocumentFilter=Du={}));var Tu;(function(e){function t(n){let r=n;return Se.objectLiteral(r)&&(Se.string(r.notebook)||Du.is(r.notebook))&&(r.language===void 0||Se.string(r.language))}e.is=t})(Tu||(l.NotebookCellTextDocumentFilter=Tu={}));var wu;(function(e){function t(n){if(!Array.isArray(n))return!1;for(let r of n)if(!Se.string(r)&&!Ru.is(r)&&!Tu.is(r))return!1;return!0}e.is=t})(wu||(l.DocumentSelector=wu={}));var sm;(function(e){e.method="client/registerCapability",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType(e.method)})(sm||(l.RegistrationRequest=sm={}));var am;(function(e){e.method="client/unregisterCapability",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType(e.method)})(am||(l.UnregistrationRequest=am={}));var cm;(function(e){e.Create="create",e.Rename="rename",e.Delete="delete"})(cm||(l.ResourceOperationKind=cm={}));var um;(function(e){e.Abort="abort",e.Transactional="transactional",e.TextOnlyTransactional="textOnlyTransactional",e.Undo="undo"})(um||(l.FailureHandlingKind=um={}));var lm;(function(e){e.UTF8="utf-8",e.UTF16="utf-16",e.UTF32="utf-32"})(lm||(l.PositionEncodingKind=lm={}));var pm;(function(e){function t(n){let r=n;return r&&Se.string(r.id)&&r.id.length>0}e.hasId=t})(pm||(l.StaticRegistrationOptions=pm={}));var dm;(function(e){function t(n){let r=n;return r&&(r.documentSelector===null||wu.is(r.documentSelector))}e.is=t})(dm||(l.TextDocumentRegistrationOptions=dm={}));var fm;(function(e){function t(r){let i=r;return Se.objectLiteral(i)&&(i.workDoneProgress===void 0||Se.boolean(i.workDoneProgress))}e.is=t;function n(r){let i=r;return i&&Se.boolean(i.workDoneProgress)}e.hasWorkDoneProgress=n})(fm||(l.WorkDoneProgressOptions=fm={}));var gm;(function(e){e.method="initialize",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(gm||(l.InitializeRequest=gm={}));var mm;(function(e){e.unknownProtocolVersion=1})(mm||(l.InitializeErrorCodes=mm={}));var hm;(function(e){e.method="initialized",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(hm||(l.InitializedNotification=hm={}));var ym;(function(e){e.method="shutdown",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType0(e.method)})(ym||(l.ShutdownRequest=ym={}));var bm;(function(e){e.method="exit",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType0(e.method)})(bm||(l.ExitNotification=bm={}));var vm;(function(e){e.method="workspace/didChangeConfiguration",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(vm||(l.DidChangeConfigurationNotification=vm={}));var Pm;(function(e){e.Error=1,e.Warning=2,e.Info=3,e.Log=4,e.Debug=5})(Pm||(l.MessageType=Pm={}));var xm;(function(e){e.method="window/showMessage",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(xm||(l.ShowMessageNotification=xm={}));var _m;(function(e){e.method="window/showMessageRequest",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType(e.method)})(_m||(l.ShowMessageRequest=_m={}));var Cm;(function(e){e.method="window/logMessage",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(Cm||(l.LogMessageNotification=Cm={}));var Rm;(function(e){e.method="telemetry/event",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(Rm||(l.TelemetryEventNotification=Rm={}));var Dm;(function(e){e.None=0,e.Full=1,e.Incremental=2})(Dm||(l.TextDocumentSyncKind=Dm={}));var Tm;(function(e){e.method="textDocument/didOpen",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Tm||(l.DidOpenTextDocumentNotification=Tm={}));var wm;(function(e){function t(r){let i=r;return i!=null&&typeof i.text=="string"&&i.range!==void 0&&(i.rangeLength===void 0||typeof i.rangeLength=="number")}e.isIncremental=t;function n(r){let i=r;return i!=null&&typeof i.text=="string"&&i.range===void 0&&i.rangeLength===void 0}e.isFull=n})(wm||(l.TextDocumentContentChangeEvent=wm={}));var Sm;(function(e){e.method="textDocument/didChange",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Sm||(l.DidChangeTextDocumentNotification=Sm={}));var km;(function(e){e.method="textDocument/didClose",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(km||(l.DidCloseTextDocumentNotification=km={}));var Am;(function(e){e.method="textDocument/didSave",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Am||(l.DidSaveTextDocumentNotification=Am={}));var Em;(function(e){e.Manual=1,e.AfterDelay=2,e.FocusOut=3})(Em||(l.TextDocumentSaveReason=Em={}));var Nm;(function(e){e.method="textDocument/willSave",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Nm||(l.WillSaveTextDocumentNotification=Nm={}));var qm;(function(e){e.method="textDocument/willSaveWaitUntil",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(qm||(l.WillSaveTextDocumentWaitUntilRequest=qm={}));var Om;(function(e){e.method="workspace/didChangeWatchedFiles",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Om||(l.DidChangeWatchedFilesNotification=Om={}));var Mm;(function(e){e.Created=1,e.Changed=2,e.Deleted=3})(Mm||(l.FileChangeType=Mm={}));var Lm;(function(e){function t(n){let r=n;return Se.objectLiteral(r)&&(om.URI.is(r.baseUri)||om.WorkspaceFolder.is(r.baseUri))&&Se.string(r.pattern)}e.is=t})(Lm||(l.RelativePattern=Lm={}));var jm;(function(e){e.Create=1,e.Change=2,e.Delete=4})(jm||(l.WatchKind=jm={}));var Im;(function(e){e.method="textDocument/publishDiagnostics",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(Im||(l.PublishDiagnosticsNotification=Im={}));var Fm;(function(e){e.Invoked=1,e.TriggerCharacter=2,e.TriggerForIncompleteCompletions=3})(Fm||(l.CompletionTriggerKind=Fm={}));var Um;(function(e){e.method="textDocument/completion",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Um||(l.CompletionRequest=Um={}));var Wm;(function(e){e.method="completionItem/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Wm||(l.CompletionResolveRequest=Wm={}));var Hm;(function(e){e.method="textDocument/hover",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Hm||(l.HoverRequest=Hm={}));var Bm;(function(e){e.Invoked=1,e.TriggerCharacter=2,e.ContentChange=3})(Bm||(l.SignatureHelpTriggerKind=Bm={}));var zm;(function(e){e.method="textDocument/signatureHelp",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(zm||(l.SignatureHelpRequest=zm={}));var $m;(function(e){e.method="textDocument/definition",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})($m||(l.DefinitionRequest=$m={}));var Ym;(function(e){e.method="textDocument/references",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Ym||(l.ReferencesRequest=Ym={}));var Vm;(function(e){e.method="textDocument/documentHighlight",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Vm||(l.DocumentHighlightRequest=Vm={}));var Km;(function(e){e.method="textDocument/documentSymbol",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Km||(l.DocumentSymbolRequest=Km={}));var Gm;(function(e){e.method="textDocument/codeAction",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Gm||(l.CodeActionRequest=Gm={}));var Qm;(function(e){e.method="codeAction/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Qm||(l.CodeActionResolveRequest=Qm={}));var Jm;(function(e){e.method="workspace/symbol",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Jm||(l.WorkspaceSymbolRequest=Jm={}));var Xm;(function(e){e.method="workspaceSymbol/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Xm||(l.WorkspaceSymbolResolveRequest=Xm={}));var Zm;(function(e){e.method="textDocument/codeLens",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Zm||(l.CodeLensRequest=Zm={}));var eh;(function(e){e.method="codeLens/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(eh||(l.CodeLensResolveRequest=eh={}));var th;(function(e){e.method="workspace/codeLens/refresh",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType0(e.method)})(th||(l.CodeLensRefreshRequest=th={}));var nh;(function(e){e.method="textDocument/documentLink",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(nh||(l.DocumentLinkRequest=nh={}));var rh;(function(e){e.method="documentLink/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(rh||(l.DocumentLinkResolveRequest=rh={}));var ih;(function(e){e.method="textDocument/formatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(ih||(l.DocumentFormattingRequest=ih={}));var oh;(function(e){e.method="textDocument/rangeFormatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(oh||(l.DocumentRangeFormattingRequest=oh={}));var sh;(function(e){e.method="textDocument/rangesFormatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(sh||(l.DocumentRangesFormattingRequest=sh={}));var ah;(function(e){e.method="textDocument/onTypeFormatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(ah||(l.DocumentOnTypeFormattingRequest=ah={}));var ch;(function(e){e.Identifier=1})(ch||(l.PrepareSupportDefaultBehavior=ch={}));var uh;(function(e){e.method="textDocument/rename",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(uh||(l.RenameRequest=uh={}));var lh;(function(e){e.method="textDocument/prepareRename",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(lh||(l.PrepareRenameRequest=lh={}));var ph;(function(e){e.method="workspace/executeCommand",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(ph||(l.ExecuteCommandRequest=ph={}));var dh;(function(e){e.method="workspace/applyEdit",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType("workspace/applyEdit")})(dh||(l.ApplyWorkspaceEditRequest=dh={}))});var vh=R(Co=>{"use strict";Object.defineProperty(Co,"__esModule",{value:!0});Co.createProtocolConnection=void 0;var bh=vn();function EC(e,t,n,r){return bh.ConnectionStrategy.is(r)&&(r={connectionStrategy:r}),(0,bh.createMessageConnection)(e,t,n,r)}Co.createProtocolConnection=EC});var xh=R(Ke=>{"use strict";var NC=Ke&&Ke.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),Ro=Ke&&Ke.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&NC(t,e,n)};Object.defineProperty(Ke,"__esModule",{value:!0});Ke.LSPErrorCodes=Ke.createProtocolConnection=void 0;Ro(vn(),Ke);Ro((so(),ti(oo)),Ke);Ro(ce(),Ke);Ro(yh(),Ke);var qC=vh();Object.defineProperty(Ke,"createProtocolConnection",{enumerable:!0,get:function(){return qC.createProtocolConnection}});var Ph;(function(e){e.lspReservedErrorRangeStart=-32899,e.RequestFailed=-32803,e.ServerCancelled=-32802,e.ContentModified=-32801,e.RequestCancelled=-32800,e.lspReservedErrorRangeEnd=-32800})(Ph||(Ke.LSPErrorCodes=Ph={}))});var ve=R(St=>{"use strict";var OC=St&&St.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),_h=St&&St.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&OC(t,e,n)};Object.defineProperty(St,"__esModule",{value:!0});St.createProtocolConnection=void 0;var MC=gc();_h(gc(),St);_h(xh(),St);function LC(e,t,n,r){return(0,MC.createMessageConnection)(e,t,n,r)}St.createProtocolConnection=LC});var Ou=R(rn=>{"use strict";Object.defineProperty(rn,"__esModule",{value:!0});rn.SemanticTokensBuilder=rn.SemanticTokensDiff=rn.SemanticTokensFeature=void 0;var Do=ve(),jC=e=>class extends e{get semanticTokens(){return{refresh:()=>this.connection.sendRequest(Do.SemanticTokensRefreshRequest.type),on:t=>{let n=Do.SemanticTokensRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onDelta:t=>{let n=Do.SemanticTokensDeltaRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onRange:t=>{let n=Do.SemanticTokensRangeRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};rn.SemanticTokensFeature=jC;var To=class{constructor(t,n){this.originalSequence=t,this.modifiedSequence=n}computeDiff(){let t=this.originalSequence.length,n=this.modifiedSequence.length,r=0;for(;r<n&&r<t&&this.originalSequence[r]===this.modifiedSequence[r];)r++;if(r<n&&r<t){let i=t-1,o=n-1;for(;i>=r&&o>=r&&this.originalSequence[i]===this.modifiedSequence[o];)i--,o--;(i<r||o<r)&&(i++,o++);let s=i-r+1,a=this.modifiedSequence.slice(r,o+1);return a.length===1&&a[0]===this.originalSequence[i]?[{start:r,deleteCount:s-1}]:[{start:r,deleteCount:s,data:a}]}else return r<n?[{start:r,deleteCount:0,data:this.modifiedSequence.slice(r)}]:r<t?[{start:r,deleteCount:t-r}]:[]}};rn.SemanticTokensDiff=To;var qu=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(t,n,r,i,o){let s=t,a=n;this._dataLen>0&&(s-=this._prevLine,s===0&&(a-=this._prevChar)),this._data[this._dataLen++]=s,this._data[this._dataLen++]=a,this._data[this._dataLen++]=r,this._data[this._dataLen++]=i,this._data[this._dataLen++]=o,this._prevLine=t,this._prevChar=n}get id(){return this._id.toString()}previousResult(t){this.id===t&&(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 To(this._prevData,this._data).computeDiff()}:this.build()}};rn.SemanticTokensBuilder=qu});var Ch=R(wo=>{"use strict";Object.defineProperty(wo,"__esModule",{value:!0});wo.InlineCompletionFeature=void 0;var IC=ve(),FC=e=>class extends e{get inlineCompletion(){return{on:t=>this.connection.onRequest(IC.InlineCompletionRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n)))}}};wo.InlineCompletionFeature=FC});var Lu=R(So=>{"use strict";Object.defineProperty(So,"__esModule",{value:!0});So.TextDocuments=void 0;var Cn=ve(),Mu=class{constructor(t){this._configuration=t,this._syncedDocuments=new Map,this._onDidChangeContent=new Cn.Emitter,this._onDidOpen=new Cn.Emitter,this._onDidClose=new Cn.Emitter,this._onDidSave=new Cn.Emitter,this._onWillSave=new Cn.Emitter}get onDidOpen(){return this._onDidOpen.event}get onDidChangeContent(){return this._onDidChangeContent.event}get onWillSave(){return this._onWillSave.event}onWillSaveWaitUntil(t){this._willSaveWaitUntil=t}get onDidSave(){return this._onDidSave.event}get onDidClose(){return this._onDidClose.event}get(t){return this._syncedDocuments.get(t)}all(){return Array.from(this._syncedDocuments.values())}keys(){return Array.from(this._syncedDocuments.keys())}listen(t){t.__textDocumentSync=Cn.TextDocumentSyncKind.Incremental;let n=[];return n.push(t.onDidOpenTextDocument(r=>{let i=r.textDocument,o=this._configuration.create(i.uri,i.languageId,i.version,i.text);this._syncedDocuments.set(i.uri,o);let s=Object.freeze({document:o});this._onDidOpen.fire(s),this._onDidChangeContent.fire(s)})),n.push(t.onDidChangeTextDocument(r=>{let i=r.textDocument,o=r.contentChanges;if(o.length===0)return;let{version:s}=i;if(s==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,o,s),this._syncedDocuments.set(i.uri,a),this._onDidChangeContent.fire(Object.freeze({document:a})))})),n.push(t.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(t.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(t.onWillSaveTextDocumentWaitUntil((r,i)=>{let o=this._syncedDocuments.get(r.textDocument.uri);return o!==void 0&&this._willSaveWaitUntil?this._willSaveWaitUntil(Object.freeze({document:o,reason:r.reason}),i):[]})),n.push(t.onDidSaveTextDocument(r=>{let i=this._syncedDocuments.get(r.textDocument.uri);i!==void 0&&this._onDidSave.fire(Object.freeze({document:i}))})),Cn.Disposable.create(()=>{n.forEach(r=>r.dispose())})}};So.TextDocuments=Mu});var Iu=R(ar=>{"use strict";Object.defineProperty(ar,"__esModule",{value:!0});ar.NotebookDocuments=ar.NotebookSyncFeature=void 0;var st=ve(),Rh=Lu(),UC=e=>class extends e{get synchronization(){return{onDidOpenNotebookDocument:t=>this.connection.onNotification(st.DidOpenNotebookDocumentNotification.type,n=>{t(n)}),onDidChangeNotebookDocument:t=>this.connection.onNotification(st.DidChangeNotebookDocumentNotification.type,n=>{t(n)}),onDidSaveNotebookDocument:t=>this.connection.onNotification(st.DidSaveNotebookDocumentNotification.type,n=>{t(n)}),onDidCloseNotebookDocument:t=>this.connection.onNotification(st.DidCloseNotebookDocumentNotification.type,n=>{t(n)})}}};ar.NotebookSyncFeature=UC;var ko=class e{onDidOpenTextDocument(t){return this.openHandler=t,st.Disposable.create(()=>{this.openHandler=void 0})}openTextDocument(t){this.openHandler&&this.openHandler(t)}onDidChangeTextDocument(t){return this.changeHandler=t,st.Disposable.create(()=>{this.changeHandler=t})}changeTextDocument(t){this.changeHandler&&this.changeHandler(t)}onDidCloseTextDocument(t){return this.closeHandler=t,st.Disposable.create(()=>{this.closeHandler=void 0})}closeTextDocument(t){this.closeHandler&&this.closeHandler(t)}onWillSaveTextDocument(){return e.NULL_DISPOSE}onWillSaveTextDocumentWaitUntil(){return e.NULL_DISPOSE}onDidSaveTextDocument(){return e.NULL_DISPOSE}};ko.NULL_DISPOSE=Object.freeze({dispose:()=>{}});var ju=class{constructor(t){t instanceof Rh.TextDocuments?this._cellTextDocuments=t:this._cellTextDocuments=new Rh.TextDocuments(t),this.notebookDocuments=new Map,this.notebookCellMap=new Map,this._onDidOpen=new st.Emitter,this._onDidChange=new st.Emitter,this._onDidSave=new st.Emitter,this._onDidClose=new st.Emitter}get cellTextDocuments(){return this._cellTextDocuments}getCellTextDocument(t){return this._cellTextDocuments.get(t.document)}getNotebookDocument(t){return this.notebookDocuments.get(t)}getNotebookCell(t){let n=this.notebookCellMap.get(t);return n&&n[0]}findNotebookDocumentForCell(t){let n=typeof t=="string"?t:t.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(t){let n=new ko,r=[];return r.push(this.cellTextDocuments.listen(n)),r.push(t.notebooks.synchronization.onDidOpenNotebookDocument(i=>{this.notebookDocuments.set(i.notebookDocument.uri,i.notebookDocument);for(let o of i.cellTextDocuments)n.openTextDocument({textDocument:o});this.updateCellMap(i.notebookDocument),this._onDidOpen.fire(i.notebookDocument)})),r.push(t.notebooks.synchronization.onDidChangeNotebookDocument(i=>{let o=this.notebookDocuments.get(i.notebookDocument.uri);if(o===void 0)return;o.version=i.notebookDocument.version;let s=o.metadata,a=!1,c=i.change;c.metadata!==void 0&&(a=!0,o.metadata=c.metadata);let u=[],d=[],m=[],v=[];if(c.cells!==void 0){let U=c.cells;if(U.structure!==void 0){let h=U.structure.array;if(o.cells.splice(h.start,h.deleteCount,...h.cells!==void 0?h.cells:[]),U.structure.didOpen!==void 0)for(let g of U.structure.didOpen)n.openTextDocument({textDocument:g}),u.push(g.uri);if(U.structure.didClose)for(let g of U.structure.didClose)n.closeTextDocument({textDocument:g}),d.push(g.uri)}if(U.data!==void 0){let h=new Map(U.data.map(g=>[g.document,g]));for(let g=0;g<=o.cells.length;g++){let S=h.get(o.cells[g].document);if(S!==void 0){let Y=o.cells.splice(g,1,S);if(m.push({old:Y[0],new:S}),h.delete(S.document),h.size===0)break}}}if(U.textContent!==void 0)for(let h of U.textContent)n.changeTextDocument({textDocument:h.document,contentChanges:h.changes}),v.push(h.document.uri)}this.updateCellMap(o);let y={notebookDocument:o};a&&(y.metadata={old:s,new:o.metadata});let T=[];for(let U of u)T.push(this.getNotebookCell(U));let I=[];for(let U of d)I.push(this.getNotebookCell(U));let G=[];for(let U of v)G.push(this.getNotebookCell(U));(T.length>0||I.length>0||m.length>0||G.length>0)&&(y.cells={added:T,removed:I,changed:{data:m,textContent:G}}),(y.metadata!==void 0||y.cells!==void 0)&&this._onDidChange.fire(y)})),r.push(t.notebooks.synchronization.onDidSaveNotebookDocument(i=>{let o=this.notebookDocuments.get(i.notebookDocument.uri);o!==void 0&&this._onDidSave.fire(o)})),r.push(t.notebooks.synchronization.onDidCloseNotebookDocument(i=>{let o=this.notebookDocuments.get(i.notebookDocument.uri);if(o!==void 0){this._onDidClose.fire(o);for(let s of i.cellTextDocuments)n.closeTextDocument({textDocument:s});this.notebookDocuments.delete(i.notebookDocument.uri);for(let s of o.cells)this.notebookCellMap.delete(s.document)}})),st.Disposable.create(()=>{r.forEach(i=>i.dispose())})}updateCellMap(t){for(let n of t.cells)this.notebookCellMap.set(n.document,[n,t])}};ar.NotebookDocuments=ju});var Fu=R(_e=>{"use strict";Object.defineProperty(_e,"__esModule",{value:!0});_e.thenable=_e.typedArray=_e.stringArray=_e.array=_e.func=_e.error=_e.number=_e.string=_e.boolean=void 0;function WC(e){return e===!0||e===!1}_e.boolean=WC;function Dh(e){return typeof e=="string"||e instanceof String}_e.string=Dh;function HC(e){return typeof e=="number"||e instanceof Number}_e.number=HC;function BC(e){return e instanceof Error}_e.error=BC;function Th(e){return typeof e=="function"}_e.func=Th;function wh(e){return Array.isArray(e)}_e.array=wh;function zC(e){return wh(e)&&e.every(t=>Dh(t))}_e.stringArray=zC;function $C(e,t){return Array.isArray(e)&&e.every(t)}_e.typedArray=$C;function YC(e){return e&&Th(e.then)}_e.thenable=YC});var Uu=R(at=>{"use strict";Object.defineProperty(at,"__esModule",{value:!0});at.generateUuid=at.parse=at.isUUID=at.v4=at.empty=void 0;var Wr=class{constructor(t){this._value=t}asHex(){return this._value}equals(t){return this.asHex()===t.asHex()}},Hr=class e extends Wr{static _oneOf(t){return t[Math.floor(t.length*Math.random())]}static _randomHex(){return e._oneOf(e._chars)}constructor(){super([e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),"-",e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),"-","4",e._randomHex(),e._randomHex(),e._randomHex(),"-",e._oneOf(e._timeHighBits),e._randomHex(),e._randomHex(),e._randomHex(),"-",e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex()].join(""))}};Hr._chars=["0","1","2","3","4","5","6","6","7","8","9","a","b","c","d","e","f"];Hr._timeHighBits=["8","9","a","b"];at.empty=new Wr("00000000-0000-0000-0000-000000000000");function Sh(){return new Hr}at.v4=Sh;var VC=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function kh(e){return VC.test(e)}at.isUUID=kh;function KC(e){if(!kh(e))throw new Error("invalid uuid");return new Wr(e)}at.parse=KC;function GC(){return Sh().asHex()}at.generateUuid=GC});var Ah=R(sn=>{"use strict";Object.defineProperty(sn,"__esModule",{value:!0});sn.attachPartialResult=sn.ProgressFeature=sn.attachWorkDone=void 0;var on=ve(),QC=Uu(),Rn=class e{constructor(t,n){this._connection=t,this._token=n,e.Instances.set(this._token,this)}begin(t,n,r,i){let o={kind:"begin",title:t,percentage:n,message:r,cancellable:i};this._connection.sendProgress(on.WorkDoneProgress.type,this._token,o)}report(t,n){let r={kind:"report"};typeof t=="number"?(r.percentage=t,n!==void 0&&(r.message=n)):r.message=t,this._connection.sendProgress(on.WorkDoneProgress.type,this._token,r)}done(){e.Instances.delete(this._token),this._connection.sendProgress(on.WorkDoneProgress.type,this._token,{kind:"end"})}};Rn.Instances=new Map;var Ao=class extends Rn{constructor(t,n){super(t,n),this._source=new on.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose(),super.done()}cancel(){this._source.cancel()}},Br=class{constructor(){}begin(){}report(){}done(){}},Eo=class extends Br{constructor(){super(),this._source=new on.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose()}cancel(){this._source.cancel()}};function JC(e,t){if(t===void 0||t.workDoneToken===void 0)return new Br;let n=t.workDoneToken;return delete t.workDoneToken,new Rn(e,n)}sn.attachWorkDone=JC;var XC=e=>class extends e{constructor(){super(),this._progressSupported=!1}initialize(t){super.initialize(t),t?.window?.workDoneProgress===!0&&(this._progressSupported=!0,this.connection.onNotification(on.WorkDoneProgressCancelNotification.type,n=>{let r=Rn.Instances.get(n.token);(r instanceof Ao||r instanceof Eo)&&r.cancel()}))}attachWorkDoneProgress(t){return t===void 0?new Br:new Rn(this.connection,t)}createWorkDoneProgress(){if(this._progressSupported){let t=(0,QC.generateUuid)();return this.connection.sendRequest(on.WorkDoneProgressCreateRequest.type,{token:t}).then(()=>new Ao(this.connection,t))}else return Promise.resolve(new Eo)}};sn.ProgressFeature=XC;var Wu;(function(e){e.type=new on.ProgressType})(Wu||(Wu={}));var Hu=class{constructor(t,n){this._connection=t,this._token=n}report(t){this._connection.sendProgress(Wu.type,this._token,t)}};function ZC(e,t){if(t===void 0||t.partialResultToken===void 0)return;let n=t.partialResultToken;return delete t.partialResultToken,new Hu(e,n)}sn.attachPartialResult=ZC});var Eh=R(No=>{"use strict";Object.defineProperty(No,"__esModule",{value:!0});No.ConfigurationFeature=void 0;var eR=ve(),tR=Fu(),nR=e=>class extends e{getConfiguration(t){return t?tR.string(t)?this._getConfiguration({section:t}):this._getConfiguration(t):this._getConfiguration({})}_getConfiguration(t){let n={items:Array.isArray(t)?t:[t]};return this.connection.sendRequest(eR.ConfigurationRequest.type,n).then(r=>Array.isArray(r)?Array.isArray(t)?r:r[0]:Array.isArray(t)?[]:null)}};No.ConfigurationFeature=nR});var Nh=R(Oo=>{"use strict";Object.defineProperty(Oo,"__esModule",{value:!0});Oo.WorkspaceFoldersFeature=void 0;var qo=ve(),rR=e=>class extends e{constructor(){super(),this._notificationIsAutoRegistered=!1}initialize(t){super.initialize(t);let n=t.workspace;n&&n.workspaceFolders&&(this._onDidChangeWorkspaceFolders=new qo.Emitter,this.connection.onNotification(qo.DidChangeWorkspaceFoldersNotification.type,r=>{this._onDidChangeWorkspaceFolders.fire(r.event)}))}fillServerCapabilities(t){super.fillServerCapabilities(t);let n=t.workspace?.workspaceFolders?.changeNotifications;this._notificationIsAutoRegistered=n===!0||typeof n=="string"}getWorkspaceFolders(){return this.connection.sendRequest(qo.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(qo.DidChangeWorkspaceFoldersNotification.type)),this._onDidChangeWorkspaceFolders.event}};Oo.WorkspaceFoldersFeature=rR});var qh=R(Mo=>{"use strict";Object.defineProperty(Mo,"__esModule",{value:!0});Mo.CallHierarchyFeature=void 0;var Bu=ve(),iR=e=>class extends e{get callHierarchy(){return{onPrepare:t=>this.connection.onRequest(Bu.CallHierarchyPrepareRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),void 0)),onIncomingCalls:t=>{let n=Bu.CallHierarchyIncomingCallsRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onOutgoingCalls:t=>{let n=Bu.CallHierarchyOutgoingCallsRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Mo.CallHierarchyFeature=iR});var Oh=R(Lo=>{"use strict";Object.defineProperty(Lo,"__esModule",{value:!0});Lo.ShowDocumentFeature=void 0;var oR=ve(),sR=e=>class extends e{showDocument(t){return this.connection.sendRequest(oR.ShowDocumentRequest.type,t)}};Lo.ShowDocumentFeature=sR});var Mh=R(jo=>{"use strict";Object.defineProperty(jo,"__esModule",{value:!0});jo.FileOperationsFeature=void 0;var cr=ve(),aR=e=>class extends e{onDidCreateFiles(t){return this.connection.onNotification(cr.DidCreateFilesNotification.type,n=>{t(n)})}onDidRenameFiles(t){return this.connection.onNotification(cr.DidRenameFilesNotification.type,n=>{t(n)})}onDidDeleteFiles(t){return this.connection.onNotification(cr.DidDeleteFilesNotification.type,n=>{t(n)})}onWillCreateFiles(t){return this.connection.onRequest(cr.WillCreateFilesRequest.type,(n,r)=>t(n,r))}onWillRenameFiles(t){return this.connection.onRequest(cr.WillRenameFilesRequest.type,(n,r)=>t(n,r))}onWillDeleteFiles(t){return this.connection.onRequest(cr.WillDeleteFilesRequest.type,(n,r)=>t(n,r))}};jo.FileOperationsFeature=aR});var Lh=R(Io=>{"use strict";Object.defineProperty(Io,"__esModule",{value:!0});Io.LinkedEditingRangeFeature=void 0;var cR=ve(),uR=e=>class extends e{onLinkedEditingRange(t){return this.connection.onRequest(cR.LinkedEditingRangeRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),void 0))}};Io.LinkedEditingRangeFeature=uR});var jh=R(Fo=>{"use strict";Object.defineProperty(Fo,"__esModule",{value:!0});Fo.TypeHierarchyFeature=void 0;var zu=ve(),lR=e=>class extends e{get typeHierarchy(){return{onPrepare:t=>this.connection.onRequest(zu.TypeHierarchyPrepareRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),void 0)),onSupertypes:t=>{let n=zu.TypeHierarchySupertypesRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onSubtypes:t=>{let n=zu.TypeHierarchySubtypesRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Fo.TypeHierarchyFeature=lR});var Fh=R(Uo=>{"use strict";Object.defineProperty(Uo,"__esModule",{value:!0});Uo.InlineValueFeature=void 0;var Ih=ve(),pR=e=>class extends e{get inlineValue(){return{refresh:()=>this.connection.sendRequest(Ih.InlineValueRefreshRequest.type),on:t=>this.connection.onRequest(Ih.InlineValueRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n)))}}};Uo.InlineValueFeature=pR});var Wh=R(Wo=>{"use strict";Object.defineProperty(Wo,"__esModule",{value:!0});Wo.FoldingRangeFeature=void 0;var Uh=ve(),dR=e=>class extends e{get foldingRange(){return{refresh:()=>this.connection.sendRequest(Uh.FoldingRangeRefreshRequest.type),on:t=>{let n=Uh.FoldingRangeRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Wo.FoldingRangeFeature=dR});var Hh=R(Ho=>{"use strict";Object.defineProperty(Ho,"__esModule",{value:!0});Ho.InlayHintFeature=void 0;var $u=ve(),fR=e=>class extends e{get inlayHint(){return{refresh:()=>this.connection.sendRequest($u.InlayHintRefreshRequest.type),on:t=>this.connection.onRequest($u.InlayHintRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n))),resolve:t=>this.connection.onRequest($u.InlayHintResolveRequest.type,(n,r)=>t(n,r))}}};Ho.InlayHintFeature=fR});var Bh=R(Bo=>{"use strict";Object.defineProperty(Bo,"__esModule",{value:!0});Bo.DiagnosticFeature=void 0;var zr=ve(),gR=e=>class extends e{get diagnostics(){return{refresh:()=>this.connection.sendRequest(zr.DiagnosticRefreshRequest.type),on:t=>this.connection.onRequest(zr.DocumentDiagnosticRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(zr.DocumentDiagnosticRequest.partialResult,n))),onWorkspace:t=>this.connection.onRequest(zr.WorkspaceDiagnosticRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(zr.WorkspaceDiagnosticRequest.partialResult,n)))}}};Bo.DiagnosticFeature=gR});var zh=R(zo=>{"use strict";Object.defineProperty(zo,"__esModule",{value:!0});zo.MonikerFeature=void 0;var mR=ve(),hR=e=>class extends e{get moniker(){return{on:t=>{let n=mR.MonikerRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};zo.MonikerFeature=hR});var oy=R(J=>{"use strict";Object.defineProperty(J,"__esModule",{value:!0});J.createConnection=J.combineFeatures=J.combineNotebooksFeatures=J.combineLanguagesFeatures=J.combineWorkspaceFeatures=J.combineWindowFeatures=J.combineClientFeatures=J.combineTracerFeatures=J.combineTelemetryFeatures=J.combineConsoleFeatures=J._NotebooksImpl=J._LanguagesImpl=J.BulkUnregistration=J.BulkRegistration=J.ErrorMessageTracker=void 0;var E=ve(),ct=Fu(),Vu=Uu(),B=Ah(),yR=Eh(),bR=Nh(),vR=qh(),PR=Ou(),xR=Oh(),_R=Mh(),CR=Lh(),RR=jh(),DR=Fh(),TR=Wh(),wR=Hh(),SR=Bh(),kR=Iu(),AR=zh();function Yu(e){if(e!==null)return e}var Ku=class{constructor(){this._messages=Object.create(null)}add(t){let n=this._messages[t];n||(n=0),n++,this._messages[t]=n}sendErrors(t){Object.keys(this._messages).forEach(n=>{t.window.showErrorMessage(n)})}};J.ErrorMessageTracker=Ku;var $o=class{constructor(){}rawAttach(t){this._rawConnection=t}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}fillServerCapabilities(t){}initialize(t){}error(t){this.send(E.MessageType.Error,t)}warn(t){this.send(E.MessageType.Warning,t)}info(t){this.send(E.MessageType.Info,t)}log(t){this.send(E.MessageType.Log,t)}debug(t){this.send(E.MessageType.Debug,t)}send(t,n){this._rawConnection&&this._rawConnection.sendNotification(E.LogMessageNotification.type,{type:t,message:n}).catch(()=>{(0,E.RAL)().console.error("Sending log message failed")})}},Gu=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}showErrorMessage(t,...n){let r={type:E.MessageType.Error,message:t,actions:n};return this.connection.sendRequest(E.ShowMessageRequest.type,r).then(Yu)}showWarningMessage(t,...n){let r={type:E.MessageType.Warning,message:t,actions:n};return this.connection.sendRequest(E.ShowMessageRequest.type,r).then(Yu)}showInformationMessage(t,...n){let r={type:E.MessageType.Info,message:t,actions:n};return this.connection.sendRequest(E.ShowMessageRequest.type,r).then(Yu)}},$h=(0,xR.ShowDocumentFeature)((0,B.ProgressFeature)(Gu)),Yh;(function(e){function t(){return new Yo}e.create=t})(Yh||(J.BulkRegistration=Yh={}));var Yo=class{constructor(){this._registrations=[],this._registered=new Set}add(t,n){let r=ct.string(t)?t:t.method;if(this._registered.has(r))throw new Error(`${r} is already added to this registration`);let i=Vu.generateUuid();this._registrations.push({id:i,method:r,registerOptions:n||{}}),this._registered.add(r)}asRegistrationParams(){return{registrations:this._registrations}}},Vh;(function(e){function t(){return new $r(void 0,[])}e.create=t})(Vh||(J.BulkUnregistration=Vh={}));var $r=class{constructor(t,n){this._connection=t,this._unregistrations=new Map,n.forEach(r=>{this._unregistrations.set(r.method,r)})}get isAttached(){return!!this._connection}attach(t){this._connection=t}add(t){this._unregistrations.set(t.method,t)}dispose(){let t=[];for(let r of this._unregistrations.values())t.push(r);let n={unregisterations:t};this._connection.sendRequest(E.UnregistrationRequest.type,n).catch(()=>{this._connection.console.info("Bulk unregistration failed.")})}disposeSingle(t){let n=ct.string(t)?t:t.method,r=this._unregistrations.get(n);if(!r)return!1;let i={unregisterations:[r]};return this._connection.sendRequest(E.UnregistrationRequest.type,i).then(()=>{this._unregistrations.delete(n)},o=>{this._connection.console.info(`Un-registering request handler for ${r.id} failed.`)}),!0}},Vo=class{attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}register(t,n,r){return t instanceof Yo?this.registerMany(t):t instanceof $r?this.registerSingle1(t,n,r):this.registerSingle2(t,n)}registerSingle1(t,n,r){let i=ct.string(n)?n:n.method,o=Vu.generateUuid(),s={registrations:[{id:o,method:i,registerOptions:r||{}}]};return t.isAttached||t.attach(this.connection),this.connection.sendRequest(E.RegistrationRequest.type,s).then(a=>(t.add({id:o,method:i}),t),a=>(this.connection.console.info(`Registering request handler for ${i} failed.`),Promise.reject(a)))}registerSingle2(t,n){let r=ct.string(t)?t:t.method,i=Vu.generateUuid(),o={registrations:[{id:i,method:r,registerOptions:n||{}}]};return this.connection.sendRequest(E.RegistrationRequest.type,o).then(s=>E.Disposable.create(()=>{this.unregisterSingle(i,r).catch(()=>{this.connection.console.info(`Un-registering capability with id ${i} failed.`)})}),s=>(this.connection.console.info(`Registering request handler for ${r} failed.`),Promise.reject(s)))}unregisterSingle(t,n){let r={unregisterations:[{id:t,method:n}]};return this.connection.sendRequest(E.UnregistrationRequest.type,r).catch(()=>{this.connection.console.info(`Un-registering request handler for ${t} failed.`)})}registerMany(t){let n=t.asRegistrationParams();return this.connection.sendRequest(E.RegistrationRequest.type,n).then(()=>new $r(this._connection,n.registrations.map(r=>({id:r.id,method:r.method}))),r=>(this.connection.console.info("Bulk registration failed."),Promise.reject(r)))}},Qu=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}applyEdit(t){function n(i){return i&&!!i.edit}let r=n(t)?t:{edit:t};return this.connection.sendRequest(E.ApplyWorkspaceEditRequest.type,r)}},Kh=(0,_R.FileOperationsFeature)((0,bR.WorkspaceFoldersFeature)((0,yR.ConfigurationFeature)(Qu))),Ko=class{constructor(){this._trace=E.Trace.Off}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}set trace(t){this._trace=t}log(t,n){this._trace!==E.Trace.Off&&this.connection.sendNotification(E.LogTraceNotification.type,{message:t,verbose:this._trace===E.Trace.Verbose?n:void 0}).catch(()=>{})}},Go=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}logEvent(t){this.connection.sendNotification(E.TelemetryEventNotification.type,t).catch(()=>{this.connection.console.log("Sending TelemetryEventNotification failed")})}},Qo=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}attachWorkDoneProgress(t){return(0,B.attachWorkDone)(this.connection,t)}attachPartialResultProgress(t,n){return(0,B.attachPartialResult)(this.connection,n)}};J._LanguagesImpl=Qo;var Gh=(0,TR.FoldingRangeFeature)((0,AR.MonikerFeature)((0,SR.DiagnosticFeature)((0,wR.InlayHintFeature)((0,DR.InlineValueFeature)((0,RR.TypeHierarchyFeature)((0,CR.LinkedEditingRangeFeature)((0,PR.SemanticTokensFeature)((0,vR.CallHierarchyFeature)(Qo))))))))),Jo=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}attachWorkDoneProgress(t){return(0,B.attachWorkDone)(this.connection,t)}attachPartialResultProgress(t,n){return(0,B.attachPartialResult)(this.connection,n)}};J._NotebooksImpl=Jo;var Qh=(0,kR.NotebookSyncFeature)(Jo);function Jh(e,t){return function(n){return t(e(n))}}J.combineConsoleFeatures=Jh;function Xh(e,t){return function(n){return t(e(n))}}J.combineTelemetryFeatures=Xh;function Zh(e,t){return function(n){return t(e(n))}}J.combineTracerFeatures=Zh;function ey(e,t){return function(n){return t(e(n))}}J.combineClientFeatures=ey;function ty(e,t){return function(n){return t(e(n))}}J.combineWindowFeatures=ty;function ny(e,t){return function(n){return t(e(n))}}J.combineWorkspaceFeatures=ny;function ry(e,t){return function(n){return t(e(n))}}J.combineLanguagesFeatures=ry;function iy(e,t){return function(n){return t(e(n))}}J.combineNotebooksFeatures=iy;function ER(e,t){function n(i,o,s){return i&&o?s(i,o):i||o}return{__brand:"features",console:n(e.console,t.console,Jh),tracer:n(e.tracer,t.tracer,Zh),telemetry:n(e.telemetry,t.telemetry,Xh),client:n(e.client,t.client,ey),window:n(e.window,t.window,ty),workspace:n(e.workspace,t.workspace,ny),languages:n(e.languages,t.languages,ry),notebooks:n(e.notebooks,t.notebooks,iy)}}J.combineFeatures=ER;function NR(e,t,n){let r=n&&n.console?new(n.console($o)):new $o,i=e(r);r.rawAttach(i);let o=n&&n.tracer?new(n.tracer(Ko)):new Ko,s=n&&n.telemetry?new(n.telemetry(Go)):new Go,a=n&&n.client?new(n.client(Vo)):new Vo,c=n&&n.window?new(n.window($h)):new $h,u=n&&n.workspace?new(n.workspace(Kh)):new Kh,d=n&&n.languages?new(n.languages(Gh)):new Gh,m=n&&n.notebooks?new(n.notebooks(Qh)):new Qh,v=[r,o,s,a,c,u,d,m];function y(h){return h instanceof Promise?h:ct.thenable(h)?new Promise((g,S)=>{h.then(Y=>g(Y),Y=>S(Y))}):Promise.resolve(h)}let T,I,G,U={listen:()=>i.listen(),sendRequest:(h,...g)=>i.sendRequest(ct.string(h)?h:h.method,...g),onRequest:(h,g)=>i.onRequest(h,g),sendNotification:(h,g)=>{let S=ct.string(h)?h:h.method;return i.sendNotification(S,g)},onNotification:(h,g)=>i.onNotification(h,g),onProgress:i.onProgress,sendProgress:i.sendProgress,onInitialize:h=>(I=h,{dispose:()=>{I=void 0}}),onInitialized:h=>i.onNotification(E.InitializedNotification.type,h),onShutdown:h=>(T=h,{dispose:()=>{T=void 0}}),onExit:h=>(G=h,{dispose:()=>{G=void 0}}),get console(){return r},get telemetry(){return s},get tracer(){return o},get client(){return a},get window(){return c},get workspace(){return u},get languages(){return d},get notebooks(){return m},onDidChangeConfiguration:h=>i.onNotification(E.DidChangeConfigurationNotification.type,h),onDidChangeWatchedFiles:h=>i.onNotification(E.DidChangeWatchedFilesNotification.type,h),__textDocumentSync:void 0,onDidOpenTextDocument:h=>i.onNotification(E.DidOpenTextDocumentNotification.type,h),onDidChangeTextDocument:h=>i.onNotification(E.DidChangeTextDocumentNotification.type,h),onDidCloseTextDocument:h=>i.onNotification(E.DidCloseTextDocumentNotification.type,h),onWillSaveTextDocument:h=>i.onNotification(E.WillSaveTextDocumentNotification.type,h),onWillSaveTextDocumentWaitUntil:h=>i.onRequest(E.WillSaveTextDocumentWaitUntilRequest.type,h),onDidSaveTextDocument:h=>i.onNotification(E.DidSaveTextDocumentNotification.type,h),sendDiagnostics:h=>i.sendNotification(E.PublishDiagnosticsNotification.type,h),onHover:h=>i.onRequest(E.HoverRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),void 0)),onCompletion:h=>i.onRequest(E.CompletionRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onCompletionResolve:h=>i.onRequest(E.CompletionResolveRequest.type,h),onSignatureHelp:h=>i.onRequest(E.SignatureHelpRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),void 0)),onDeclaration:h=>i.onRequest(E.DeclarationRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onDefinition:h=>i.onRequest(E.DefinitionRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onTypeDefinition:h=>i.onRequest(E.TypeDefinitionRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onImplementation:h=>i.onRequest(E.ImplementationRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onReferences:h=>i.onRequest(E.ReferencesRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onDocumentHighlight:h=>i.onRequest(E.DocumentHighlightRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onDocumentSymbol:h=>i.onRequest(E.DocumentSymbolRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onWorkspaceSymbol:h=>i.onRequest(E.WorkspaceSymbolRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onWorkspaceSymbolResolve:h=>i.onRequest(E.WorkspaceSymbolResolveRequest.type,h),onCodeAction:h=>i.onRequest(E.CodeActionRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onCodeActionResolve:h=>i.onRequest(E.CodeActionResolveRequest.type,(g,S)=>h(g,S)),onCodeLens:h=>i.onRequest(E.CodeLensRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onCodeLensResolve:h=>i.onRequest(E.CodeLensResolveRequest.type,(g,S)=>h(g,S)),onDocumentFormatting:h=>i.onRequest(E.DocumentFormattingRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),void 0)),onDocumentRangeFormatting:h=>i.onRequest(E.DocumentRangeFormattingRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),void 0)),onDocumentOnTypeFormatting:h=>i.onRequest(E.DocumentOnTypeFormattingRequest.type,(g,S)=>h(g,S)),onRenameRequest:h=>i.onRequest(E.RenameRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),void 0)),onPrepareRename:h=>i.onRequest(E.PrepareRenameRequest.type,(g,S)=>h(g,S)),onDocumentLinks:h=>i.onRequest(E.DocumentLinkRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onDocumentLinkResolve:h=>i.onRequest(E.DocumentLinkResolveRequest.type,(g,S)=>h(g,S)),onDocumentColor:h=>i.onRequest(E.DocumentColorRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onColorPresentation:h=>i.onRequest(E.ColorPresentationRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onFoldingRanges:h=>i.onRequest(E.FoldingRangeRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onSelectionRanges:h=>i.onRequest(E.SelectionRangeRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onExecuteCommand:h=>i.onRequest(E.ExecuteCommandRequest.type,(g,S)=>h(g,S,(0,B.attachWorkDone)(i,g),void 0)),dispose:()=>i.dispose()};for(let h of v)h.attach(U);return i.onRequest(E.InitializeRequest.type,h=>{t.initialize(h),ct.string(h.trace)&&(o.trace=E.Trace.fromString(h.trace));for(let g of v)g.initialize(h.capabilities);if(I){let g=I(h,new E.CancellationTokenSource().token,(0,B.attachWorkDone)(i,h),void 0);return y(g).then(S=>{if(S instanceof E.ResponseError)return S;let Y=S;Y||(Y={capabilities:{}});let Z=Y.capabilities;Z||(Z={},Y.capabilities=Z),Z.textDocumentSync===void 0||Z.textDocumentSync===null?Z.textDocumentSync=ct.number(U.__textDocumentSync)?U.__textDocumentSync:E.TextDocumentSyncKind.None:!ct.number(Z.textDocumentSync)&&!ct.number(Z.textDocumentSync.change)&&(Z.textDocumentSync.change=ct.number(U.__textDocumentSync)?U.__textDocumentSync:E.TextDocumentSyncKind.None);for(let ut of v)ut.fillServerCapabilities(Z);return Y})}else{let g={capabilities:{textDocumentSync:E.TextDocumentSyncKind.None}};for(let S of v)S.fillServerCapabilities(g.capabilities);return g}}),i.onRequest(E.ShutdownRequest.type,()=>{if(t.shutdownReceived=!0,T)return T(new E.CancellationTokenSource().token)}),i.onNotification(E.ExitNotification.type,()=>{try{G&&G()}finally{t.shutdownReceived?t.exit(0):t.exit(1)}}),i.onNotification(E.SetTraceNotification.type,h=>{o.trace=E.Trace.fromString(h.value)}),U}J.createConnection=NR});var Ju=R(Ie=>{"use strict";var qR=Ie&&Ie.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),ay=Ie&&Ie.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&qR(t,e,n)};Object.defineProperty(Ie,"__esModule",{value:!0});Ie.ProposedFeatures=Ie.NotebookDocuments=Ie.TextDocuments=Ie.SemanticTokensBuilder=void 0;var OR=Ou();Object.defineProperty(Ie,"SemanticTokensBuilder",{enumerable:!0,get:function(){return OR.SemanticTokensBuilder}});var MR=Ch();ay(ve(),Ie);var LR=Lu();Object.defineProperty(Ie,"TextDocuments",{enumerable:!0,get:function(){return LR.TextDocuments}});var jR=Iu();Object.defineProperty(Ie,"NotebookDocuments",{enumerable:!0,get:function(){return jR.NotebookDocuments}});ay(oy(),Ie);var sy;(function(e){e.all={__brand:"features",languages:MR.InlineCompletionFeature}})(sy||(Ie.ProposedFeatures=sy={}))});var uy=R((ZS,cy)=>{"use strict";cy.exports=ve()});var Zo=R(kt=>{"use strict";var IR=kt&&kt.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),py=kt&&kt.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&IR(t,e,n)};Object.defineProperty(kt,"__esModule",{value:!0});kt.createConnection=void 0;var Xo=Ju();py(uy(),kt);py(Ju(),kt);var ly=!1,FR={initialize:e=>{},get shutdownReceived(){return ly},set shutdownReceived(e){ly=e},exit:e=>{}};function UR(e,t,n,r){let i,o,s,a;e!==void 0&&e.__brand==="features"&&(i=e,e=t,t=n,n=r),Xo.ConnectionStrategy.is(e)||Xo.ConnectionOptions.is(e)?a=e:(o=e,s=t,a=n);let c=u=>(0,Xo.createProtocolConnection)(o,s,u,a);return(0,Xo.createConnection)(c,FR,i)}kt.createConnection=UR});var It=R((tk,dy)=>{"use strict";dy.exports=Zo()});var ml=R((Jk,Sy)=>{"use strict";function Et(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function wy(e,t){for(var n="",r=0,i=-1,o=0,s,a=0;a<=e.length;++a){if(a<e.length)s=e.charCodeAt(a);else{if(s===47)break;s=47}if(s===47){if(!(i===a-1||o===1))if(i!==a-1&&o===2){if(n.length<2||r!==2||n.charCodeAt(n.length-1)!==46||n.charCodeAt(n.length-2)!==46){if(n.length>2){var c=n.lastIndexOf("/");if(c!==n.length-1){c===-1?(n="",r=0):(n=n.slice(0,c),r=n.length-1-n.lastIndexOf("/")),i=a,o=0;continue}}else if(n.length===2||n.length===1){n="",r=0,i=a,o=0;continue}}t&&(n.length>0?n+="/..":n="..",r=2)}else n.length>0?n+="/"+e.slice(i+1,a):n=e.slice(i+1,a),r=a-i-1;i=a,o=0}else s===46&&o!==-1?++o:o=-1}return n}function WD(e,t){var n=t.dir||t.root,r=t.base||(t.name||"")+(t.ext||"");return n?n===t.root?n+r:n+e+r:r}var dr={resolve:function(){for(var t="",n=!1,r,i=arguments.length-1;i>=-1&&!n;i--){var o;i>=0?o=arguments[i]:(r===void 0&&(r=process.cwd()),o=r),Et(o),o.length!==0&&(t=o+"/"+t,n=o.charCodeAt(0)===47)}return t=wy(t,!n),n?t.length>0?"/"+t:"/":t.length>0?t:"."},normalize:function(t){if(Et(t),t.length===0)return".";var n=t.charCodeAt(0)===47,r=t.charCodeAt(t.length-1)===47;return t=wy(t,!n),t.length===0&&!n&&(t="."),t.length>0&&r&&(t+="/"),n?"/"+t:t},isAbsolute:function(t){return Et(t),t.length>0&&t.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var t,n=0;n<arguments.length;++n){var r=arguments[n];Et(r),r.length>0&&(t===void 0?t=r:t+="/"+r)}return t===void 0?".":dr.normalize(t)},relative:function(t,n){if(Et(t),Et(n),t===n||(t=dr.resolve(t),n=dr.resolve(n),t===n))return"";for(var r=1;r<t.length&&t.charCodeAt(r)===47;++r);for(var i=t.length,o=i-r,s=1;s<n.length&&n.charCodeAt(s)===47;++s);for(var a=n.length,c=a-s,u=o<c?o:c,d=-1,m=0;m<=u;++m){if(m===u){if(c>u){if(n.charCodeAt(s+m)===47)return n.slice(s+m+1);if(m===0)return n.slice(s+m)}else o>u&&(t.charCodeAt(r+m)===47?d=m:m===0&&(d=0));break}var v=t.charCodeAt(r+m),y=n.charCodeAt(s+m);if(v!==y)break;v===47&&(d=m)}var T="";for(m=r+d+1;m<=i;++m)(m===i||t.charCodeAt(m)===47)&&(T.length===0?T+="..":T+="/..");return T.length>0?T+n.slice(s+d):(s+=d,n.charCodeAt(s)===47&&++s,n.slice(s))},_makeLong:function(t){return t},dirname:function(t){if(Et(t),t.length===0)return".";for(var n=t.charCodeAt(0),r=n===47,i=-1,o=!0,s=t.length-1;s>=1;--s)if(n=t.charCodeAt(s),n===47){if(!o){i=s;break}}else o=!1;return i===-1?r?"/":".":r&&i===1?"//":t.slice(0,i)},basename:function(t,n){if(n!==void 0&&typeof n!="string")throw new TypeError('"ext" argument must be a string');Et(t);var r=0,i=-1,o=!0,s;if(n!==void 0&&n.length>0&&n.length<=t.length){if(n.length===t.length&&n===t)return"";var a=n.length-1,c=-1;for(s=t.length-1;s>=0;--s){var u=t.charCodeAt(s);if(u===47){if(!o){r=s+1;break}}else c===-1&&(o=!1,c=s+1),a>=0&&(u===n.charCodeAt(a)?--a===-1&&(i=s):(a=-1,i=c))}return r===i?i=c:i===-1&&(i=t.length),t.slice(r,i)}else{for(s=t.length-1;s>=0;--s)if(t.charCodeAt(s)===47){if(!o){r=s+1;break}}else i===-1&&(o=!1,i=s+1);return i===-1?"":t.slice(r,i)}},extname:function(t){Et(t);for(var n=-1,r=0,i=-1,o=!0,s=0,a=t.length-1;a>=0;--a){var c=t.charCodeAt(a);if(c===47){if(!o){r=a+1;break}continue}i===-1&&(o=!1,i=a+1),c===46?n===-1?n=a:s!==1&&(s=1):n!==-1&&(s=-1)}return n===-1||i===-1||s===0||s===1&&n===i-1&&n===r+1?"":t.slice(n,i)},format:function(t){if(t===null||typeof t!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof t);return WD("/",t)},parse:function(t){Et(t);var n={root:"",dir:"",base:"",ext:"",name:""};if(t.length===0)return n;var r=t.charCodeAt(0),i=r===47,o;i?(n.root="/",o=1):o=0;for(var s=-1,a=0,c=-1,u=!0,d=t.length-1,m=0;d>=o;--d){if(r=t.charCodeAt(d),r===47){if(!u){a=d+1;break}continue}c===-1&&(u=!1,c=d+1),r===46?s===-1?s=d:m!==1&&(m=1):s!==-1&&(m=-1)}return s===-1||c===-1||m===0||m===1&&s===c-1&&s===a+1?c!==-1&&(a===0&&i?n.base=n.name=t.slice(1,c):n.base=n.name=t.slice(a,c)):(a===0&&i?(n.name=t.slice(1,s),n.base=t.slice(1,c)):(n.name=t.slice(a,s),n.base=t.slice(a,c)),n.ext=t.slice(s,c)),a>0?n.dir=t.slice(0,a-1):i&&(n.dir="/"),n},sep:"/",delimiter:":",win32:null,posix:null};dr.posix=dr;Sy.exports=dr});import{createConfig as ed,loadConfig as ux,loadIgnoreConfig as lx,DEFAULT_CONFIG as px,IGNORE_FILE as dx}from"@redocly/openapi-core";var xl;(()=>{"use strict";var e={975:k=>{function b(x){if(typeof x!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(x))}function O(x,C){for(var D,q="",L=0,N=-1,$=0,V=0;V<=x.length;++V){if(V<x.length)D=x.charCodeAt(V);else{if(D===47)break;D=47}if(D===47){if(!(N===V-1||$===1))if(N!==V-1&&$===2){if(q.length<2||L!==2||q.charCodeAt(q.length-1)!==46||q.charCodeAt(q.length-2)!==46){if(q.length>2){var De=q.lastIndexOf("/");if(De!==q.length-1){De===-1?(q="",L=0):L=(q=q.slice(0,De)).length-1-q.lastIndexOf("/"),N=V,$=0;continue}}else if(q.length===2||q.length===1){q="",L=0,N=V,$=0;continue}}C&&(q.length>0?q+="/..":q="..",L=2)}else q.length>0?q+="/"+x.slice(N+1,V):q=x.slice(N+1,V),L=V-N-1;N=V,$=0}else D===46&&$!==-1?++$:$=-1}return q}var M={resolve:function(){for(var x,C="",D=!1,q=arguments.length-1;q>=-1&&!D;q--){var L;q>=0?L=arguments[q]:(x===void 0&&(x=process.cwd()),L=x),b(L),L.length!==0&&(C=L+"/"+C,D=L.charCodeAt(0)===47)}return C=O(C,!D),D?C.length>0?"/"+C:"/":C.length>0?C:"."},normalize:function(x){if(b(x),x.length===0)return".";var C=x.charCodeAt(0)===47,D=x.charCodeAt(x.length-1)===47;return(x=O(x,!C)).length!==0||C||(x="."),x.length>0&&D&&(x+="/"),C?"/"+x:x},isAbsolute:function(x){return b(x),x.length>0&&x.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var x,C=0;C<arguments.length;++C){var D=arguments[C];b(D),D.length>0&&(x===void 0?x=D:x+="/"+D)}return x===void 0?".":M.normalize(x)},relative:function(x,C){if(b(x),b(C),x===C||(x=M.resolve(x))===(C=M.resolve(C)))return"";for(var D=1;D<x.length&&x.charCodeAt(D)===47;++D);for(var q=x.length,L=q-D,N=1;N<C.length&&C.charCodeAt(N)===47;++N);for(var $=C.length-N,V=L<$?L:$,De=-1,ne=0;ne<=V;++ne){if(ne===V){if($>V){if(C.charCodeAt(N+ne)===47)return C.slice(N+ne+1);if(ne===0)return C.slice(N+ne)}else L>V&&(x.charCodeAt(D+ne)===47?De=ne:ne===0&&(De=0));break}var lt=x.charCodeAt(D+ne);if(lt!==C.charCodeAt(N+ne))break;lt===47&&(De=ne)}var un="";for(ne=D+De+1;ne<=q;++ne)ne!==q&&x.charCodeAt(ne)!==47||(un.length===0?un+="..":un+="/..");return un.length>0?un+C.slice(N+De):(N+=De,C.charCodeAt(N)===47&&++N,C.slice(N))},_makeLong:function(x){return x},dirname:function(x){if(b(x),x.length===0)return".";for(var C=x.charCodeAt(0),D=C===47,q=-1,L=!0,N=x.length-1;N>=1;--N)if((C=x.charCodeAt(N))===47){if(!L){q=N;break}}else L=!1;return q===-1?D?"/":".":D&&q===1?"//":x.slice(0,q)},basename:function(x,C){if(C!==void 0&&typeof C!="string")throw new TypeError('"ext" argument must be a string');b(x);var D,q=0,L=-1,N=!0;if(C!==void 0&&C.length>0&&C.length<=x.length){if(C.length===x.length&&C===x)return"";var $=C.length-1,V=-1;for(D=x.length-1;D>=0;--D){var De=x.charCodeAt(D);if(De===47){if(!N){q=D+1;break}}else V===-1&&(N=!1,V=D+1),$>=0&&(De===C.charCodeAt($)?--$==-1&&(L=D):($=-1,L=V))}return q===L?L=V:L===-1&&(L=x.length),x.slice(q,L)}for(D=x.length-1;D>=0;--D)if(x.charCodeAt(D)===47){if(!N){q=D+1;break}}else L===-1&&(N=!1,L=D+1);return L===-1?"":x.slice(q,L)},extname:function(x){b(x);for(var C=-1,D=0,q=-1,L=!0,N=0,$=x.length-1;$>=0;--$){var V=x.charCodeAt($);if(V!==47)q===-1&&(L=!1,q=$+1),V===46?C===-1?C=$:N!==1&&(N=1):C!==-1&&(N=-1);else if(!L){D=$+1;break}}return C===-1||q===-1||N===0||N===1&&C===q-1&&C===D+1?"":x.slice(C,q)},format:function(x){if(x===null||typeof x!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof x);return(function(C,D){var q=D.dir||D.root,L=D.base||(D.name||"")+(D.ext||"");return q?q===D.root?q+L:q+"/"+L:L})(0,x)},parse:function(x){b(x);var C={root:"",dir:"",base:"",ext:"",name:""};if(x.length===0)return C;var D,q=x.charCodeAt(0),L=q===47;L?(C.root="/",D=1):D=0;for(var N=-1,$=0,V=-1,De=!0,ne=x.length-1,lt=0;ne>=D;--ne)if((q=x.charCodeAt(ne))!==47)V===-1&&(De=!1,V=ne+1),q===46?N===-1?N=ne:lt!==1&&(lt=1):N!==-1&&(lt=-1);else if(!De){$=ne+1;break}return N===-1||V===-1||lt===0||lt===1&&N===V-1&&N===$+1?V!==-1&&(C.base=C.name=$===0&&L?x.slice(1,V):x.slice($,V)):($===0&&L?(C.name=x.slice(1,N),C.base=x.slice(1,V)):(C.name=x.slice($,N),C.base=x.slice($,V)),C.ext=x.slice(N,V)),$>0?C.dir=x.slice(0,$-1):L&&(C.dir="/"),C},sep:"/",delimiter:":",win32:null,posix:null};M.posix=M,k.exports=M}},t={};function n(k){var b=t[k];if(b!==void 0)return b.exports;var O=t[k]={exports:{}};return e[k](O,O.exports,n),O.exports}n.d=(k,b)=>{for(var O in b)n.o(b,O)&&!n.o(k,O)&&Object.defineProperty(k,O,{enumerable:!0,get:b[O]})},n.o=(k,b)=>Object.prototype.hasOwnProperty.call(k,b),n.r=k=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(k,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(k,"__esModule",{value:!0})};var r={};let i;n.r(r),n.d(r,{URI:()=>v,Utils:()=>Tn}),typeof process=="object"?i=process.platform==="win32":typeof navigator=="object"&&(i=navigator.userAgent.indexOf("Windows")>=0);let o=/^\w[\w\d+.-]*$/,s=/^\//,a=/^\/\//;function c(k,b){if(!k.scheme&&b)throw new Error(`[UriError]: Scheme is missing: {scheme: "", authority: "${k.authority}", path: "${k.path}", query: "${k.query}", fragment: "${k.fragment}"}`);if(k.scheme&&!o.test(k.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(k.path){if(k.authority){if(!s.test(k.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(a.test(k.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}let u="",d="/",m=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class v{static isUri(b){return b instanceof v||!!b&&typeof b.authority=="string"&&typeof b.fragment=="string"&&typeof b.path=="string"&&typeof b.query=="string"&&typeof b.scheme=="string"&&typeof b.fsPath=="string"&&typeof b.with=="function"&&typeof b.toString=="function"}scheme;authority;path;query;fragment;constructor(b,O,M,x,C,D=!1){typeof b=="object"?(this.scheme=b.scheme||u,this.authority=b.authority||u,this.path=b.path||u,this.query=b.query||u,this.fragment=b.fragment||u):(this.scheme=(function(q,L){return q||L?q:"file"})(b,D),this.authority=O||u,this.path=(function(q,L){switch(q){case"https":case"http":case"file":L?L[0]!==d&&(L=d+L):L=d}return L})(this.scheme,M||u),this.query=x||u,this.fragment=C||u,c(this,D))}get fsPath(){return h(this,!1)}with(b){if(!b)return this;let{scheme:O,authority:M,path:x,query:C,fragment:D}=b;return O===void 0?O=this.scheme:O===null&&(O=u),M===void 0?M=this.authority:M===null&&(M=u),x===void 0?x=this.path:x===null&&(x=u),C===void 0?C=this.query:C===null&&(C=u),D===void 0?D=this.fragment:D===null&&(D=u),O===this.scheme&&M===this.authority&&x===this.path&&C===this.query&&D===this.fragment?this:new T(O,M,x,C,D)}static parse(b,O=!1){let M=m.exec(b);return M?new T(M[2]||u,Z(M[4]||u),Z(M[5]||u),Z(M[7]||u),Z(M[9]||u),O):new T(u,u,u,u,u)}static file(b){let O=u;if(i&&(b=b.replace(/\\/g,d)),b[0]===d&&b[1]===d){let M=b.indexOf(d,2);M===-1?(O=b.substring(2),b=d):(O=b.substring(2,M),b=b.substring(M)||d)}return new T("file",O,b,u,u)}static from(b){let O=new T(b.scheme,b.authority,b.path,b.query,b.fragment);return c(O,!0),O}toString(b=!1){return g(this,b)}toJSON(){return this}static revive(b){if(b){if(b instanceof v)return b;{let O=new T(b);return O._formatted=b.external,O._fsPath=b._sep===y?b.fsPath:null,O}}return b}}let y=i?1:void 0;class T extends v{_formatted=null;_fsPath=null;get fsPath(){return this._fsPath||(this._fsPath=h(this,!1)),this._fsPath}toString(b=!1){return b?g(this,!0):(this._formatted||(this._formatted=g(this,!1)),this._formatted)}toJSON(){let b={$mid:1};return this._fsPath&&(b.fsPath=this._fsPath,b._sep=y),this._formatted&&(b.external=this._formatted),this.path&&(b.path=this.path),this.scheme&&(b.scheme=this.scheme),this.authority&&(b.authority=this.authority),this.query&&(b.query=this.query),this.fragment&&(b.fragment=this.fragment),b}}let I={58:"%3A",47:"%2F",63:"%3F",35:"%23",91:"%5B",93:"%5D",64:"%40",33:"%21",36:"%24",38:"%26",39:"%27",40:"%28",41:"%29",42:"%2A",43:"%2B",44:"%2C",59:"%3B",61:"%3D",32:"%20"};function G(k,b,O){let M,x=-1;for(let C=0;C<k.length;C++){let D=k.charCodeAt(C);if(D>=97&&D<=122||D>=65&&D<=90||D>=48&&D<=57||D===45||D===46||D===95||D===126||b&&D===47||O&&D===91||O&&D===93||O&&D===58)x!==-1&&(M+=encodeURIComponent(k.substring(x,C)),x=-1),M!==void 0&&(M+=k.charAt(C));else{M===void 0&&(M=k.substr(0,C));let q=I[D];q!==void 0?(x!==-1&&(M+=encodeURIComponent(k.substring(x,C)),x=-1),M+=q):x===-1&&(x=C)}}return x!==-1&&(M+=encodeURIComponent(k.substring(x))),M!==void 0?M:k}function U(k){let b;for(let O=0;O<k.length;O++){let M=k.charCodeAt(O);M===35||M===63?(b===void 0&&(b=k.substr(0,O)),b+=I[M]):b!==void 0&&(b+=k[O])}return b!==void 0?b:k}function h(k,b){let O;return O=k.authority&&k.path.length>1&&k.scheme==="file"?`//${k.authority}${k.path}`:k.path.charCodeAt(0)===47&&(k.path.charCodeAt(1)>=65&&k.path.charCodeAt(1)<=90||k.path.charCodeAt(1)>=97&&k.path.charCodeAt(1)<=122)&&k.path.charCodeAt(2)===58?b?k.path.substr(1):k.path[1].toLowerCase()+k.path.substr(2):k.path,i&&(O=O.replace(/\//g,"\\")),O}function g(k,b){let O=b?U:G,M="",{scheme:x,authority:C,path:D,query:q,fragment:L}=k;if(x&&(M+=x,M+=":"),(C||x==="file")&&(M+=d,M+=d),C){let N=C.indexOf("@");if(N!==-1){let $=C.substr(0,N);C=C.substr(N+1),N=$.lastIndexOf(":"),N===-1?M+=O($,!1,!1):(M+=O($.substr(0,N),!1,!1),M+=":",M+=O($.substr(N+1),!1,!0)),M+="@"}C=C.toLowerCase(),N=C.lastIndexOf(":"),N===-1?M+=O(C,!1,!0):(M+=O(C.substr(0,N),!1,!0),M+=C.substr(N))}if(D){if(D.length>=3&&D.charCodeAt(0)===47&&D.charCodeAt(2)===58){let N=D.charCodeAt(1);N>=65&&N<=90&&(D=`/${String.fromCharCode(N+32)}:${D.substr(3)}`)}else if(D.length>=2&&D.charCodeAt(1)===58){let N=D.charCodeAt(0);N>=65&&N<=90&&(D=`${String.fromCharCode(N+32)}:${D.substr(2)}`)}M+=O(D,!0,!1)}return q&&(M+="?",M+=O(q,!1,!1)),L&&(M+="#",M+=b?L:G(L,!1,!1)),M}function S(k){try{return decodeURIComponent(k)}catch{return k.length>3?k.substr(0,3)+S(k.substr(3)):k}}let Y=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function Z(k){return k.match(Y)?k.replace(Y,(b=>S(b))):k}var ut=n(975);let Ut=ut.posix||ut,cn="/";var Tn;(function(k){k.joinPath=function(b,...O){return b.with({path:Ut.join(b.path,...O)})},k.resolvePath=function(b,...O){let M=b.path,x=!1;M[0]!==cn&&(M=cn+M,x=!0);let C=Ut.resolve(M,...O);return x&&C[0]===cn&&!b.authority&&(C=C.substring(1)),b.with({path:C})},k.dirname=function(b){if(b.path.length===0||b.path===cn)return b;let O=Ut.dirname(b.path);return O.length===1&&O.charCodeAt(0)===46&&(O=""),b.with({path:O})},k.basename=function(b){return Ut.basename(b.path)},k.extname=function(b){return Ut.extname(b.path)}})(Tn||(Tn={})),xl=r})();var{URI:Qe,Utils:K}=xl;import{isBrowser as Rb}from"@redocly/openapi-core";import{CONFIG_FILE_NAME as Cb}from"@redocly/openapi-core";var Ps={languageId:"yaml",filePattern:/\.ya?ml$/i},xs={languageId:"json",filePattern:/\.json$/i},vs=class{constructor(){this._fs=null;this._documentManager=null;this._findConfig=null;this._getRootWorkspaceFolderURI=null;this._scorecardStatus="pending";this.supportedLanguages=[Ps,xs];this.registerConfigFinder(async t=>{if(this._fs)try{let n=K.resolvePath(K.dirname(Ue(t)),Cb);return await this._fs.exists(n)?Oe(n.toString()):void 0}catch{return}}),this.registerRootWorkspaceFolderURIGetter(async()=>"")}registerFileSystemProvider(t){this._fs=t}registerDocumentsProvider(t){this._documentManager=t}registerConfigFinder(t){this._findConfig=t}registerRootWorkspaceFolderURIGetter(t){this._getRootWorkspaceFolderURI=t}registerRemoteScorecardAndPlugins(t){this._remoteScorecardAndPlugins=t}get remoteScorecardAndPlugins(){return this._remoteScorecardAndPlugins}get fs(){if(!this._fs)throw new Error("FileSystemProvider not registered.");return this._fs}get documents(){if(!this._documentManager)throw new Error("DocumentsProvider not registered.");return this._documentManager}get findConfig(){if(!this._findConfig)throw new Error("ConfigFinder not registered.");return this._findConfig}get getRootWorkspaceFolderURI(){if(!this._getRootWorkspaceFolderURI)throw new Error("RootWorkspaceFolderURIGetter not registered.");return this._getRootWorkspaceFolderURI}setScorecardStatus(t){this._scorecardStatus=t}get scorecardStatus(){return this._scorecardStatus}},ae=new vs;function mr(e,t){let n=r=>K.resolvePath(Ue(Nt(r))).toString();return n(e)===n(t)}function Ue(e){return Qe.parse(e)}function Nt(e){return e.startsWith("file://")?e:Qe.file(e).toString()}function Oe(e){let t=Qe.parse(e).fsPath;return Rb&&t.startsWith("/")?t.slice(1):t}function hr(e){let t=["https","http"],{scheme:n}=Qe.parse(e);return t.includes(n)}function yr(e){return K.basename(Ue(e))}async function _l(e,t="/"){let n=K.resolvePath(Ue(t));for(;e.path!=="/";)try{(await ae.fs.stat(K.resolvePath(n,e.path))).isDirectory()||(e=K.dirname(e));break}catch{e=K.dirname(e)}return e}import{BaseResolver as ax,Source as Zp,readFileFromUrl as cx,isAbsoluteUrl as Js}from"@redocly/openapi-core";var ni=class e{constructor(t,n,r,i){this._uri=t,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(t){if(t){let n=this.offsetAt(t.start),r=this.offsetAt(t.end);return this._content.substring(n,r)}return this._content}update(t,n){for(let r of t)if(e.isIncremental(r)){let i=Dl(r.range),o=this.offsetAt(i.start),s=this.offsetAt(i.end);this._content=this._content.substring(0,o)+r.text+this._content.substring(s,this._content.length);let a=Math.max(i.start.line,0),c=Math.max(i.end.line,0),u=this._lineOffsets,d=Cl(r.text,!1,o);if(c-a===d.length)for(let v=0,y=d.length;v<y;v++)u[v+a+1]=d[v];else d.length<1e4?u.splice(a+1,c-a,...d):this._lineOffsets=u=u.slice(0,a+1).concat(d,u.slice(c+1));let m=r.text.length-(s-o);if(m!==0)for(let v=a+1+d.length,y=u.length;v<y;v++)u[v]=u[v]+m}else if(e.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=Cl(this._content,!0)),this._lineOffsets}positionAt(t){t=Math.max(Math.min(t,this._content.length),0);let n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return{line:0,character:t};for(;r<i;){let s=Math.floor((r+i)/2);n[s]>t?i=s:r=s+1}let o=r-1;return t=this.ensureBeforeEOL(t,n[o]),{line:o,character:t-n[o]}}offsetAt(t){let n=this.getLineOffsets();if(t.line>=n.length)return this._content.length;if(t.line<0)return 0;let r=n[t.line];if(t.character<=0)return r;let i=t.line+1<n.length?n[t.line+1]:this._content.length,o=Math.min(r+t.character,i);return this.ensureBeforeEOL(o,r)}ensureBeforeEOL(t,n){for(;t>n&&Rl(this._content.charCodeAt(t-1));)t--;return t}get lineCount(){return this.getLineOffsets().length}static isIncremental(t){let n=t;return n!=null&&typeof n.text=="string"&&n.range!==void 0&&(n.rangeLength===void 0||typeof n.rangeLength=="number")}static isFull(t){let n=t;return n!=null&&typeof n.text=="string"&&n.range===void 0&&n.rangeLength===void 0}},ri;(function(e){function t(i,o,s,a){return new ni(i,o,s,a)}e.create=t;function n(i,o,s){if(i instanceof ni)return i.update(o,s),i;throw new Error("TextDocument.update: document must be created by TextDocument.create")}e.update=n;function r(i,o){let s=i.getText(),a=_s(o.map(Db),(d,m)=>{let v=d.range.start.line-m.range.start.line;return v===0?d.range.start.character-m.range.start.character:v}),c=0,u=[];for(let d of a){let m=i.offsetAt(d.range.start);if(m<c)throw new Error("Overlapping edit");m>c&&u.push(s.substring(c,m)),d.newText.length&&u.push(d.newText),c=i.offsetAt(d.range.end)}return u.push(s.substr(c)),u.join("")}e.applyEdits=r})(ri||(ri={}));function _s(e,t){if(e.length<=1)return e;let n=e.length/2|0,r=e.slice(0,n),i=e.slice(n);_s(r,t),_s(i,t);let o=0,s=0,a=0;for(;o<r.length&&s<i.length;)t(r[o],i[s])<=0?e[a++]=r[o++]:e[a++]=i[s++];for(;o<r.length;)e[a++]=r[o++];for(;s<i.length;)e[a++]=i[s++];return e}function Cl(e,t,n=0){let r=t?[n]:[];for(let i=0;i<e.length;i++){let o=e.charCodeAt(i);Rl(o)&&(o===13&&i+1<e.length&&e.charCodeAt(i+1)===10&&i++,r.push(n+i+1))}return r}function Rl(e){return e===13||e===10}function Dl(e){let t=e.start,n=e.end;return t.line>n.line||t.line===n.line&&t.character>n.character?{start:n,end:t}:e}function Db(e){let t=Dl(e.range);return t!==e.range?{newText:e.newText,range:t}:e}var mi=Ae(On(),1),Jp=new Map;function Xp(e,t){return Jp.set(e,t)}function Qs(e){let t=[];for(let[n,r]of Jp.entries())r.dependencyPaths.has(e)&&t.push({documentPath:n,durationMS:r.durationMS});return t}async function Xe(e){let t=ae.documents.get(e);if(t)return t;let n=await ae.fs.readFile(Ue(e),"utf-8");return ri.create(e,"yaml",1,n)}function _r(e){return xs.filePattern.test(e)}function hi(e){return Ps.filePattern.test(e)}function mn({uri:e,ast:t,textDocument:n}){if(!(hi(e)&&/entit(y|ies)\.ya?ml$/i.test(e)))return!1;if(n){let i=n.getText();t=mi.safeLoad(i,{filename:e})}if(t?.kind===mi.Kind.MAP){let i=["openapi","swagger","asyncapi","arazzo"];for(let o of t.mappings){let s=o.key?.value;if(i.includes(s))return!1}}return!0}var Pt=class extends ax{resolveExternalRef(t,n){return Js(n)?n:t&&Js(t)?new URL(n,t).href:t?K.resolvePath(K.dirname(Ue(Nt(t))),n).toString():n}async loadExternalRef(t){if(hr(t)){let{body:i,mimeType:o}=await cx(t,{...this.config.http,customFetch:fetch});return new Zp(t,i,o)}let n=Nt(t),r=Js(t)?Oe(t):t;return new Zp(r,(await Xe(n)).getText())}};var $t;async function yi(e,t){let n=!1;try{let r=new Pt,i=e?await ae.findConfig(e):void 0;if(i===void 0){let o=await lx(i,r);$t=await ed(px,{externalRefResolver:r,ignore:o})}else $t=await ux({configPath:i,externalRefResolver:r})}catch(r){n=!0;let i=r instanceof Error?r.message:String(r);t?.createEventHandleLoadConfigError?.(i),$t=await ed({})}return{config:$t,loadFailed:n}}async function Yt(e){return $t||(await yi(e)).config}async function hn(e){return await Xs(e)?!0:!!$t?.resolvedRefMap&&[...$t.resolvedRefMap.keys()].map(n=>n.split("::")?.[1]?.split("#")[0]).some(n=>mr(yr(Nt(e)),n))}async function Xs(e){let t=await ae.findConfig(e);return t?mr(e,t):!1}function fx(e){return e.endsWith(dx)}import{clearPluginsCache as bx}from"@redocly/openapi-core";var td=new Set([".js",".mjs",".cjs",".ts"]),gx=/(?:\brequire\(|\b(?:import|export)\b[^'"]*?\bfrom\s+)['"](\.[^'"]+)['"]/g,mx=/\/\*[\s\S]*?\*\/|\/\/[^\n]*/g;async function hx(e){let t=e.resolvedConfig?.plugins;if(!e.configPath||!t?.length)return[];let{fs:n}=ae,r=K.dirname(Qe.file(e.configPath)),i=new Set;async function o(a){if(K.extname(a))return await n.exists(a)?a:void 0;let c=K.dirname(a),u=K.basename(a),d=await n.readDir(c).catch(()=>[]);for(let m of td)if(d.includes(u+m))return K.joinPath(c,u+m)}async function s(a){if(i.has(a.toString())||!await n.exists(a)||(i.add(a.toString()),!td.has(K.extname(a))))return;let c=(await n.readFile(a,"utf-8")).replace(mx,""),u=K.dirname(a);for(let[,d]of c.matchAll(gx)){let m=await o(K.resolvePath(u,d));m&&await s(m)}}for(let a of t)await s(K.resolvePath(r,a.replace(/\\/g,"/")));return[...i].map(a=>Qe.parse(a).fsPath)}function yx(e,t){return t.some(n=>mr(n,e))}var md={hide:{type:"boolean"},component:{type:"string",enum:["radio","checkbox"]},label:{type:"string"},items:{type:"array",items:{type:"string"}}},Cr={type:"object",properties:md,additionalProperties:!1},vx={type:"object",properties:{hide:{type:"boolean"},label:{type:"string"},placeholder:{type:"string"}},additionalProperties:!1},Rr={type:"object",properties:{hide:{type:"boolean"},type:{type:"string",enum:["rating","sentiment","comment","reasons","mood","scale"]},settings:{type:"object",properties:{label:{type:"string"},submitText:{type:"string"},buttonText:{type:"string"},component:{type:"string",enum:["radio","checkbox"]},items:{type:"array",items:{type:"string"},minItems:1},leftScaleLabel:{type:"string"},rightScaleLabel:{type:"string"},reasons:{type:"object",properties:{...md,like:Cr,dislike:Cr,satisfied:Cr,neutral:Cr,dissatisfied:Cr},additionalProperties:!1},comment:{type:"object",properties:{hide:{type:"boolean"},label:{type:"string"},likeLabel:{type:"string"},dislikeLabel:{type:"string"},satisfiedLabel:{type:"string"},neutralLabel:{type:"string"},dissatisfiedLabel:{type:"string"}},additionalProperties:!1},optionalEmail:vx},additionalProperties:!1}},additionalProperties:!1},Px={type:"object",properties:{languages:{type:"array",items:{type:"object",properties:{lang:{type:"string"},label:{type:"string"},options:{type:"object",properties:{indent:{type:"string"},withImports:{type:"boolean"},withComments:{type:"boolean"},binary:{type:"boolean"},credentials:{type:"string",enum:["omit","same-origin","include"]}},additionalProperties:!1}},required:["lang"],additionalProperties:!1}},skipOptionalParameters:{type:"boolean"},withOAuth2Call:{type:"boolean"}},additionalProperties:!1},na={type:"array",items:{type:"object",properties:{title:{type:"string"},url:{type:"string"}},required:["url"],additionalProperties:!1}},_i={type:"object",properties:{licenseKey:{type:"string"},hideLoading:{type:"boolean"},disableRouter:{type:"boolean"},hideSidebar:{type:"boolean"},feedback:Rr,hideReplay:{type:"boolean"},oAuth2RedirectURI:{type:"string"},corsProxyUrl:{type:"string"},sortRequiredPropsFirst:{type:"boolean"},sanitize:{type:"boolean"},hideDownloadButtons:{type:"boolean"},downloadUrls:na,onlyRequiredInSamples:{type:"boolean"},generatedSamplesMaxDepth:{oneOf:[{type:"number"},{type:"string"}]},showExtensions:{oneOf:[{type:"boolean"},{type:"string"},{type:"array",items:{type:"string"}}]},hideSchemaTitles:{type:"boolean"},jsonSamplesExpandLevel:{oneOf:[{type:"number"},{type:"string"}]},schemasExpansionLevel:{oneOf:[{type:"number"},{type:"string"}]},mockServer:{type:"object",properties:{url:{type:"string"},position:{type:"string",enum:["first","last","replace","off"]},description:{type:"string"}}},maxDisplayedEnumValues:{type:"number"},schemaDefinitionsTagName:{type:"string"},layout:{type:"string",enum:["stacked","three-panel"]},hideInfoMetadata:{type:"boolean"},events:{type:"object"},skipBundle:{type:"boolean"},routingBasePath:{type:"string"},codeSamples:Px,ignoreNamedSchemas:{oneOf:[{type:"array",items:{type:"string"}},{type:"string"}]},hidePropertiesPrefix:{type:"boolean"},excludeFromSearch:{type:"boolean"},showSchemaCatalogLinks:{type:"boolean"}},additionalProperties:!1},Mn={type:"object",properties:{includeByName:{type:"array",items:{type:"string"}},excludeByName:{type:"array",items:{type:"string"}}},additionalProperties:!1},xx={type:"object",properties:{name:{type:"string"},items:Mn,queries:Mn,mutations:Mn,subscriptions:Mn,types:Mn,directives:Mn},required:["name"],additionalProperties:!1},_x={type:"object",properties:{requireExactGroups:{type:"boolean"},groups:{type:"array",items:xx},otherItemsGroupName:{type:"string"}},required:["requireExactGroups","groups","otherItemsGroupName"],additionalProperties:!1},Cx={type:"object",properties:{name:{type:"string"},url:{type:"string",format:"uri"},email:{type:"string",format:"email"}},additionalProperties:!1},Rx={type:"object",properties:{name:{type:"string"},url:{type:"string",format:"uri"},identifier:{type:"string"}},additionalProperties:!1},Dx={type:"object",properties:{title:{type:"string"},version:{type:"string"},description:{type:"string"},termsOfService:{type:"string",format:"uri"},contact:Cx,license:Rx},additionalProperties:!1},Ci={type:"object",properties:{menu:{type:"object",properties:{..._x.properties},additionalProperties:!1},sidebar:{type:"object",properties:{hide:{type:"boolean"}}},downloadUrls:na,apiLogo:{type:"object",properties:{imageUrl:{type:"string"},href:{type:"string"},altText:{type:"string"},backgroundColor:{type:"string"}}},jsonSamplesDepth:{type:"number"},samplesMaxInlineArgs:{type:"number"},licenseKey:{type:"string"},fieldExpandLevel:{type:"number"},baseUrlPath:{type:"string"},metadata:{type:"object",properties:{apiId:{type:"string"}},additionalProperties:!0},feedback:Rr,layout:{type:"string",enum:["stacked","three-panel"]},showBuiltInScalars:{type:"boolean"},showBuiltInDirectives:{type:"boolean"},info:Dx},additionalProperties:!1},Tx={type:"object",properties:{downloadUrls:na,apiLogo:{type:"object",properties:{imageUrl:{type:"string"},href:{type:"string"},altText:{type:"string"},backgroundColor:{type:"string"}}},jsonSamplesDepth:{type:"number"},samplesMaxInlineArgs:{type:"number"},fieldExpandLevel:{type:"number"},baseUrlPath:{type:"string"},metadata:{type:"object",properties:{apiId:{type:"string"}},additionalProperties:!0},feedback:Rr,layout:{type:"string",enum:["stacked","three-panel"]}},additionalProperties:!1},wx={type:"object",properties:{label:{type:"string"},lang:{type:"string",enum:["curl","C#","Go","Java","Java8+Apache","JavaScript","Node.js","PHP","Python","R","Ruby"]}},required:["lang"]},Sx={type:"object",properties:{enum:{type:"string"},enumSingleValue:{type:"string"},enumArray:{type:"string"},default:{type:"string"},deprecated:{type:"string"},example:{type:"string"},examples:{type:"string"},nullable:{type:"string"},recursive:{type:"string"},arrayOf:{type:"string"},webhook:{type:"string"},authorizations:{type:"string"},tryItAuthBasicUsername:{type:"string"},tryItAuthBasicPassword:{type:"string"}}},nd={type:"object",properties:{label:{type:"string"},link:{type:"string"},target:{type:"string"}},required:["label","link"]},kx={type:"object",properties:{beforeInfo:{type:"array",items:nd},end:{type:"array",items:nd}}},yn={type:"object",properties:{main:{type:"string"},light:{type:"string"},dark:{type:"string"},contrastText:{type:"string"}}},bi={type:"object",properties:{backgroundColor:{type:"string"},borderColor:{type:"string"},color:{type:"string"},tabTextColor:{type:"string"}}},Ax={type:"object",properties:ki(yn.properties,["light","dark"])},Ex={type:"object",properties:{basic:{type:"string"},delete:{type:"string"},get:{type:"string"},head:{type:"string"},link:{type:"string"},options:{type:"string"},patch:{type:"string"},post:{type:"string"},put:{type:"string"}}},Nx={type:"object",properties:{error:bi,info:bi,redirect:bi,success:bi}},qx={type:"object",properties:Ln(yn.properties,["dark"])},Ox={type:"object",properties:{primary:{type:"string"},secondary:{type:"string"},light:{type:"string"}}},Mx={type:"object",properties:{accent:yn,border:Ax,error:yn,http:Ex,primary:yn,responses:Nx,secondary:qx,success:yn,text:Ox,tonalOffset:{type:"number"},warning:yn}},vi={type:"object",properties:{fontSize:{type:"string"},padding:{type:"string"},minWidth:{type:"string"}}},Lx={type:"object",properties:{small:vi,medium:vi,large:vi,xlarge:vi}},Ct={type:"object",properties:{fontFamily:{type:"string"},fontSize:{type:"string"},fontWeight:{type:"string"},lineHeight:{type:"string"}}},jx={type:"object",properties:{...Ln(Ct.properties,["fontSize","lineHeight"]),borderRadius:{type:"string"},hoverStyle:{type:"string"},boxShadow:{type:"string"},hoverBoxShadow:{type:"string"},sizes:Lx}},rd={type:"object",properties:ki(Ct.properties,["fontSize","lineHeight"])},Ix={type:"object",properties:{medium:rd,small:rd}},Fx={type:"object",properties:{...Ln(Ct.properties,["fontSize","lineHeight"]),borderRadius:{type:"string"},color:{type:"string"},sizes:Ix}},Ux={type:"object",properties:{top:{type:"string"},width:{type:"string"},height:{type:"string"}}},Wx={type:"object",properties:{borderRadius:{type:"string"},backgroundColor:{type:"string"}}},id={type:"object",properties:{fullWidth:{type:"boolean"}}},Hx={type:"object",properties:{buttons:jx,httpBadges:Fx,layoutControls:Ux,panels:Wx,tryItButton:id,tryItSendButton:id}},Ri={type:"object",properties:{small:{type:"string"},medium:{type:"string"},large:{type:"string"}}},Bx={type:"object",properties:{maxWidth:Ri}},zx={type:"object",properties:{maxWidth:Ri,middlePanelMaxWidth:Ri}},$x={type:"object",properties:{showDarkRightPanel:{type:"boolean"},stacked:Bx,"three-panel":zx}},od={type:"object",properties:{backgroundColor:{type:"string"},border:{type:"string"}}},Yx={type:"object",properties:{breakFieldNames:{type:"boolean"},caretColor:{type:"string"},caretSize:{type:"string"},constraints:od,defaultDetailsWidth:{type:"string"},examples:od,labelsTextSize:{type:"string"},linesColor:{type:"string"},nestedBackground:{type:"string"},nestingSpacing:{type:"string"},requireLabelColor:{type:"string"},typeNameColor:{type:"string"},typeTitleColor:{type:"string"}}},hd={type:"object",properties:{subItemsColor:{type:"string"},textTransform:{type:"string"},fontWeight:{type:"string"}}},Vx={type:"object",properties:ki(hd.properties,["textTransform"])},Kx={type:"object",properties:{unit:{type:"number"},paddingHorizontal:{type:"string"},paddingVertical:{type:"string"},offsetTop:{type:"string"},offsetLeft:{type:"string"},offsetNesting:{type:"string"}}},Gx={type:"object",properties:{...Ln(Ct.properties,["fontWeight","lineHeight"]),activeBgColor:{type:"string"},activeTextColor:{type:"string"},backgroundColor:{type:"string"},borderRadius:{type:"string"},breakPath:{type:"boolean"},caretColor:{type:"string"},caretSize:{type:"string"},groupItems:hd,level1items:Vx,rightLineColor:{type:"string"},separatorLabelColor:{type:"string"},showAtBreakpoint:{type:"string"},spacing:Kx,textColor:{type:"string"},width:{type:"string"}}},Pi={type:"object",properties:{...Ct.properties,color:{type:"string"},transform:{type:"string"}}},Qx={type:"object",properties:{...Ct.properties,backgroundColor:{type:"string"},color:{type:"string"},wordBreak:{type:"string",enum:["break-all","break-word","keep-all","normal","revert","unset","inherit","initial"]},wrap:{type:"boolean"}}},Jx={type:"object",properties:Ln(Ct.properties,["fontSize"])},Xx={type:"object",properties:{color:{type:"string"},hover:{type:"string"},textDecoration:{type:"string"},hoverTextDecoration:{type:"string"},visited:{type:"string"}}},Zx={type:"object",properties:{code:Qx,fieldName:Ct,...ki(Ct.properties,["fontSize","fontFamily"]),fontWeightBold:{type:"string"},fontWeightLight:{type:"string"},fontWeightRegular:{type:"string"},heading1:Pi,heading2:Pi,heading3:Pi,headings:Jx,lineHeight:{type:"string"},links:Xx,optimizeSpeed:{type:"boolean"},rightPanelHeading:Pi,smoothing:{type:"string",enum:["auto","none","antialiased","subpixel-antialiased","grayscale"]}}},e_={type:"object",properties:{color:{type:"string"},...Ln(Ct.properties,["fontWeight"])}},t_={type:"object",properties:{backgroundColor:{type:"string"},borderRadius:{type:"string"},tokens:e_}},n_={type:"object",properties:{gutter:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"}}},r_={type:"object",properties:{backgroundColor:{type:"string"},color:{type:"string"}}},sd={type:"object",properties:{custom:{type:"string"}}},i_={type:"object",properties:{DownloadButton:sd,NextSectionButton:sd}},o_={type:"object",properties:{backgroundColor:{type:"string"},panelBackgroundColor:{type:"string"},panelControlsBackgroundColor:{type:"string"},showAtBreakpoint:{type:"string"},textColor:{type:"string"},width:{type:"string"}}},s_={type:"object",properties:{borderRadius:{type:"string"}}},a_={type:"object",properties:{sectionHorizontal:{type:"number"},sectionVertical:{type:"number"},unit:{type:"number"}}},c_={type:"object",properties:{breakpoints:Ri,codeBlock:t_,colors:Mx,components:Hx,layout:$x,logo:n_,fab:r_,overrides:i_,rightPanel:o_,schema:Yx,shape:s_,sidebar:Gx,spacing:a_,typography:Zx,links:{type:"object",properties:{color:{type:"string"}}},codeSample:{type:"object",properties:{backgroundColor:{type:"string"}}}}},u_={type:"object",properties:{skipOptionalParameters:{type:"boolean"},languages:{type:"array",items:wx}},required:["languages"]},yd={type:"object",properties:{theme:c_,ctrlFHijack:{type:"boolean"},defaultSampleLanguage:{type:"string"},disableDeepLinks:{type:"boolean"},disableSearch:{type:"boolean"},disableSidebar:{type:"boolean"},downloadDefinitionUrl:{type:"string"},expandDefaultServerVariables:{type:"boolean"},enumSkipQuotes:{type:"boolean"},expandDefaultRequest:{type:"boolean"},expandDefaultResponse:{type:"boolean"},expandResponses:{type:"string"},expandSingleSchemaField:{type:"boolean"},generateCodeSamples:u_,generatedPayloadSamplesMaxDepth:{type:"number"},hideDownloadButton:{type:"boolean"},hideHostname:{type:"boolean"},hideInfoSection:{type:"boolean"},hideLogo:{type:"boolean"},hideRequestPayloadSample:{type:"boolean"},hideRightPanel:{type:"boolean"},hideSchemaPattern:{type:"boolean"},hideSingleRequestSampleTab:{type:"boolean"},hideSecuritySection:{type:"boolean"},hideTryItPanel:{type:"boolean"},hideFab:{type:"boolean"},hideOneOfDescription:{type:"boolean"},htmlTemplate:{type:"string"},jsonSampleExpandLevel:{oneOf:[{type:"number",minimum:1},{type:"string"}]},labels:Sx,menuToggle:{type:"boolean"},nativeScrollbars:{type:"boolean"},noAutoAuth:{type:"boolean"},onDeepLinkClick:{type:"object"},pagination:{type:"string",enum:["none","section","item"]},pathInMiddlePanel:{type:"boolean"},payloadSampleIdx:{type:"number",minimum:0},requiredPropsFirst:{type:"boolean"},routingStrategy:{type:"string"},samplesTabsMaxCount:{type:"number"},schemaExpansionLevel:{oneOf:[{type:"number",minimum:0},{type:"string"}]},minCharacterLengthToInitSearch:{type:"number",minimum:1},maxResponseHeadersToShowInTryIt:{type:"number",minimum:0},scrollYOffset:{oneOf:[{type:"number"},{type:"string"}]},searchAutoExpand:{type:"boolean"},searchFieldLevelBoost:{type:"number",minimum:0},searchMaxDepth:{type:"number",minimum:1},searchMode:{type:"string",enum:["default","path-only"]},searchOperationTitleBoost:{type:"number"},searchTagTitleBoost:{type:"number"},sendXUserAgentInTryIt:{type:"boolean"},showChangeLayoutButton:{type:"boolean"},showConsole:{type:"boolean"},showNextButton:{type:"boolean"},showRightPanelToggle:{type:"boolean"},showSecuritySchemeType:{type:"boolean"},showWebhookVerb:{type:"boolean"},showObjectSchemaExamples:{type:"boolean"},disableTryItRequestUrlEncoding:{type:"boolean"},sidebarLinks:kx,sideNavStyle:{type:"string",enum:["summary-only","path-first","id-only","path-only"]},simpleOneOfTypeLabel:{type:"boolean"},sortEnumValuesAlphabetically:{type:"boolean"},sortOperationsAlphabetically:{type:"boolean"},sortPropsAlphabetically:{type:"boolean"},sortTagsAlphabetically:{type:"boolean"},suppressWarnings:{type:"boolean"},unstable_externalDescription:{type:"boolean"},unstable_ignoreMimeParameters:{type:"boolean"},untrustedDefinition:{type:"boolean"},showAccessMode:{type:"boolean"},preserveOriginalExtensionsName:{type:"boolean"},markdownHeadingsAnchorLevel:{type:"number"}},additionalProperties:!1};function ki(e,t){return Object.fromEntries(t.filter(n=>n in e).map(n=>[n,e[n]]))}function Ln(e,t){return Object.fromEntries(Object.entries(e).filter(([n])=>!t.includes(n)))}var nt={nodeTypeName:void 0,type:"object",additionalProperties:{oneOf:[{type:"string"},{type:"object"}]},description:"The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/rules#rules"};var l_={rules:nt,oas2Rules:nt,oas3_0Rules:nt,oas3_1Rules:nt,oas3_2Rules:nt,async2Rules:nt,async3Rules:nt,arazzo1Rules:nt,arazzo1_1Rules:nt,overlay1Rules:nt,openrpc1Rules:nt,graphqlRules:nt};var dt={nodeTypeName:void 0,type:"object",additionalProperties:!0},p_={preprocessors:dt,oas2Preprocessors:dt,oas3_0Preprocessors:dt,oas3_1Preprocessors:dt,oas3_2Preprocessors:dt,async2Preprocessors:dt,async3Preprocessors:dt,arazzo1Preprocessors:dt,arazzo1_1Preprocessors:dt,overlay1Preprocessors:dt,openrpc1Preprocessors:dt},ft={nodeTypeName:void 0,type:"object",additionalProperties:!0};var d_={decorators:ft,oas2Decorators:ft,oas3_0Decorators:ft,oas3_1Decorators:ft,oas3_2Decorators:ft,async2Decorators:ft,async3Decorators:ft,arazzo1Decorators:ft,arazzo1_1Decorators:ft,overlay1Decorators:ft,openrpc1Decorators:ft},f_={nodeTypeName:void 0,type:"array",items:{type:"string"},description:"Use extends to inherit rules and their configurations from other rulesets.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/extends"},Ai={...l_,...d_,...p_,extends:f_},bd=e=>e,_t=bd({RedirectSource:"RedirectSource",Redirects:"Redirects",ScorecardClassic:"ScorecardClassic",ScorecardClassicLevelList:"ScorecardClassicLevelList",ScorecardClassicLevel:"ScorecardClassicLevel",ScorecardClassicTargetList:"ScorecardClassicTargetList",ScorecardClassicTarget:"ScorecardClassicTarget",ScorecardClassicTargetWhere:"ScorecardClassicTargetWhere",ScorecardClassicTargetWhereMetadata:"ScorecardClassicTargetWhereMetadata",ScorecardClassicTeamMetadataProperty:"ScorecardClassicTeamMetadataProperty"}),we={type:"object",properties:{hide:{type:"boolean"}},additionalProperties:!1},ad={type:"object",properties:{src:{type:"string"},async:{type:"boolean"},crossorigin:{type:"string"},defer:{type:"boolean"},fetchpriority:{type:"string"},integrity:{type:"string"},module:{type:"boolean"},nomodule:{type:"boolean"},nonce:{type:"string"},referrerpolicy:{type:"string"},type:{type:"string"}},required:["src"],additionalProperties:!0},Zs={type:"object",properties:{page:{type:"string"},directory:{type:"string"},disconnect:{type:"boolean"},group:{type:"string"},label:{type:"string"},href:{type:"string"},external:{type:"boolean"},labelTranslationKey:{type:"string"},groupTranslationKey:{type:"string"},icon:{oneOf:[{type:"string"},{type:"object",properties:{srcSet:{type:"string"}},required:["srcSet"]}]},separator:{type:"string"},separatorLine:{type:"boolean"},linePosition:{type:"string",enum:["top","bottom"]},version:{type:"string"},menuStyle:{type:"string",enum:["drilldown"]},expanded:{type:"string",const:"always"},selectFirstItemOnExpand:{type:"boolean"},flatten:{type:"boolean"},linkedSidebars:{type:"array",items:{type:"string"}},items:{type:"array",items:{type:"object",additionalProperties:!0}},rbac:{type:"object",additionalProperties:{type:"string"}},additionalProps:{type:"object",additionalProperties:!0}}},ra={type:"array",items:{...Zs,properties:{...Zs.properties,items:{type:"array",items:Zs}}}},g_={type:"object",properties:{name:{type:"string"},icon:{type:"string"},folder:{type:"string"}},additionalProperties:!1,required:["name","folder"]},m_={type:"object",properties:{hide:{type:"boolean"},suggestions:{type:"array",items:{type:"string"}},prompt:{type:"string"}},additionalProperties:!1},h_={type:"array",items:{type:"object",required:["name","field","type"],properties:{name:{type:"string"},field:{type:"string"},type:{type:"string",enum:["multi-select","select","tags"]}},additionalProperties:!1}},y_={type:"object",properties:{facets:h_,...we.properties},additionalProperties:!1},b_={type:"object",properties:{page:{type:"string"},label:{type:"string"},labelTranslationKey:{type:"string"}},required:["page"]},vd={type:"object",properties:{image:{type:"string"},srcSet:{type:"string"},altText:{type:"string"},link:{type:"string"},favicon:{type:"string"}},additionalProperties:!1},Pd={type:"object",properties:{items:ra,...we.properties},additionalProperties:!1},xd={type:"object",additionalProperties:g_},_d={type:"object",properties:{items:ra,copyrightText:{type:"string"},logo:we,...we.properties},additionalProperties:!1},Cd={type:"object",properties:{separatorLine:{type:"boolean"},linePosition:{type:"string",enum:["top","bottom"]},...we.properties},additionalProperties:!1},Rd={type:"object",properties:{head:{type:"array",items:ad},body:{type:"array",items:ad}},additionalProperties:!1},Dd={type:"array",items:{type:"object",properties:{href:{type:"string"},as:{type:"string"},crossorigin:{type:"string"},fetchpriority:{type:"string"},hreflang:{type:"string"},imagesizes:{type:"string"},imagesrcset:{type:"string"},integrity:{type:"string"},media:{type:"string"},prefetch:{type:"string"},referrerpolicy:{type:"string"},rel:{type:"string"},sizes:{type:"string"},title:{type:"string"},type:{type:"string"}},required:["href"],additionalProperties:!0}},Td={type:"object",properties:{engine:{type:"string",enum:["flexsearch","typesense"]},ai:m_,filters:y_,placement:{type:"string"},shortcuts:{type:"array",items:{type:"string"}},suggestedPages:{type:"array",items:b_},...we.properties},additionalProperties:!1},wd={type:"object",properties:{hide:{type:"boolean"},suggestions:{type:"array",items:{type:"string"}},prompt:{type:"string"},trigger:{type:"object",properties:{hide:{type:"boolean"},inputType:{type:"string",enum:["button","icon"]},inputIcon:{type:"string",enum:["chat","sparkles","redocly"]}},additionalProperties:!1}},additionalProperties:!1},Sd={type:"object",properties:{ignoreDetection:{type:"boolean"},modes:{type:"array",items:{type:"string"}},...we.properties},additionalProperties:!1},ia={type:"string",enum:["slate","pink","coral","amber","jade","cyan","ocean","indigo","iris"]},v_={type:"object",properties:{...we.properties,items:{type:"array",items:{type:"string",enum:["copy","view","chatgpt","claude","docs-mcp-cursor","docs-mcp-vscode"]}}},additionalProperties:!1},kd={type:"object",properties:{nextButton:{type:"object",properties:{text:{type:"string"},...we.properties},additionalProperties:!1},previousButton:{type:"object",properties:{text:{type:"string"},...we.properties},additionalProperties:!1},actions:v_},additionalProperties:!1},Ad={type:"object",properties:{elementFormat:{type:"string"},copy:{type:"object",properties:{...we.properties},additionalProperties:!1},report:{type:"object",properties:{tooltipText:{type:"string"},buttonText:{type:"string"},label:{type:"string"},...we.properties},additionalProperties:!1},expand:{type:"object",properties:{...we.properties},additionalProperties:!1},collapse:{type:"object",properties:{...we.properties},additionalProperties:!1}},additionalProperties:!1},Ed={type:"object",properties:{frontMatterKeysToResolve:{type:"array",items:{type:"string"}},partialsFolders:{type:"array",items:{type:"string"}},lastUpdatedBlock:{type:"object",properties:{format:{type:"string",enum:["timeago","iso","long","short"]},locale:{type:"string"},...we.properties},additionalProperties:!1},toc:{type:"object",properties:{header:{type:"string"},depth:{type:"integer",minimum:1},...we.properties},additionalProperties:!1},editPage:{type:"object",properties:{baseUrl:{type:"string"},...we.properties},additionalProperties:!1},template:{type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1},Di={..._i,properties:{..._i.properties,...yd.properties}},Pw={..._i,properties:{..._i.properties,...yd.properties}},P_={type:"object",properties:{includeInDevelopment:{type:"boolean"},scriptUrl:{type:"string"},pageViewEventName:{type:"string"}},additionalProperties:!1,required:["scriptUrl"]},x_={type:"object",properties:{includeInDevelopment:{type:"boolean"},apiKey:{type:"string"},head:{type:"boolean"},respectDNT:{type:"boolean"},exclude:{type:"array",items:{type:"string"}},outboundClickEventName:{type:"string"},pageViewEventName:{type:"string"},amplitudeConfig:{type:"object",additionalProperties:!0}},additionalProperties:!1,required:["apiKey"]},__={type:"object",properties:{includeInDevelopment:{type:"boolean"},orgId:{type:"string"}},additionalProperties:!1,required:["orgId"]},C_={type:"object",properties:{includeInDevelopment:{type:"boolean"},appId:{type:"string"}},additionalProperties:!1,required:["appId"]},R_={type:"object",properties:{includeInDevelopment:{type:"boolean"},writeKey:{type:"string",minLength:10},trackPage:{type:"boolean"},dataPlaneUrl:{type:"string"},controlPlaneUrl:{type:"string"},sdkUrl:{type:"string"},loadOptions:{type:"object",additionalProperties:!0}},additionalProperties:!1,required:["writeKey"]},D_={type:"object",properties:{includeInDevelopment:{type:"boolean"},writeKey:{type:"string",minLength:10},trackPage:{type:"boolean"},includeTitleInPageCall:{type:"boolean"},host:{type:"string"}},additionalProperties:!1,required:["writeKey"]},T_={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},gtmAuth:{type:"string"},gtmPreview:{type:"string"},defaultDataLayer:{type:"object",additionalProperties:!0},dataLayerName:{type:"string"},enableWebVitalsTracking:{type:"boolean"},selfHostedOrigin:{type:"string"},pageViewEventName:{type:"string"}},additionalProperties:!1,required:["trackingId"]},Nd={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},conversionId:{type:"string"},floodlightId:{type:"string"},optimizeId:{type:"string"},exclude:{type:"array",items:{type:"string"}}},additionalProperties:!1,required:["trackingId"]},w_={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},conversionId:{type:"string"},floodlightId:{type:"string"},head:{type:"boolean"},respectDNT:{type:"boolean"},exclude:{type:"array",items:{type:"string"}},optimizeId:{type:"string"},anonymizeIp:{type:"boolean"},cookieExpires:{type:"number"},trackers:{type:"object",additionalProperties:Nd}},additionalProperties:!1,required:["trackingId"]},qd={type:"object",properties:{adobe:P_,amplitude:x_,fullstory:__,heap:C_,rudderstack:R_,segment:D_,gtm:T_,ga:w_}},Od={type:"object",properties:{items:{type:"array",items:{type:"object",properties:{label:{type:"string"},external:{type:"boolean"},link:{type:"string"},separatorLine:{type:"boolean"}},additionalProperties:!0}},hideLoginButton:{type:"boolean"},...we.properties},additionalProperties:!1},Md={type:"object",properties:{hide:{type:"boolean"},showForUnversioned:{type:"boolean"}}},Ld={type:"object",properties:{hide:{type:"boolean"},prefixItems:{type:"array",items:{type:"object",properties:{label:{type:"string"},labelTranslationKey:{type:"string"},page:{type:"string"},icon:{type:"string"}},additionalProperties:!1}}},additionalProperties:!1},S_={type:"object",additionalProperties:!1,required:["title","property"],properties:{type:{type:"string",enum:["select","checkboxes","date-range"]},title:{type:"string"},titleTranslationKey:{type:"string"},property:{type:"string"},parentFilter:{type:"string"},valuesMapping:{type:"object",additionalProperties:{type:"string"}},missingCategoryName:{type:"string"},missingCategoryNameTranslationKey:{type:"string"},options:{type:"array",items:{type:"string"}}}},k_={type:"object",additionalProperties:!0,required:["slug","items"],properties:{show:{type:"boolean"},slug:{type:"string"},filters:{type:"array",items:S_},groupByFirstFilter:{type:"boolean"},filterValuesCasing:{type:"string",enum:["sentence","original","lowercase","uppercase"]},items:ra,requiredPermission:{type:"string"},separateVersions:{type:"boolean"},title:{type:"string"},titleTranslationKey:{type:"string"},description:{type:"string"},descriptionTranslationKey:{type:"string"}}},Ti={type:"object",patternProperties:{".*":k_}},wi={nodeTypeName:_t.ScorecardClassic,description:"Add and create sets of rules and test your API description files against them. With these rules you can maintain quality across your existing APIs and ensure that newly-added or updated APIs match your criteria. An API scorecard can include multiple sets of rules, corresponding to different quality levels.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic",type:"object",additionalProperties:!0,required:[],properties:{ignoreNonCompliant:{type:"boolean"},teamMetadataProperty:{nodeTypeName:_t.ScorecardClassicTeamMetadataProperty,description:"Provide custom team label and team metadata property.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#team-metadata-object",type:"object",properties:{property:{type:"string"},label:{type:"string"},default:{type:"string"}}},levels:{nodeTypeName:_t.ScorecardClassicLevelList,description:"List of levels to score against.",type:"array",items:{nodeTypeName:_t.ScorecardClassicLevel,documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#level-object",type:"object",required:["name"],properties:{name:{type:"string"},color:{type:"string"},...Ai},additionalProperties:!1}},targets:{nodeTypeName:_t.ScorecardClassicTargetList,description:"Provide custom `minimumLevel` for specific targets.",type:"array",items:{nodeTypeName:_t.ScorecardClassicTarget,type:"object",required:["where"],properties:{minimumLevel:{type:"string"},rules:{type:"object",additionalProperties:!0},where:{nodeTypeName:_t.ScorecardClassicTargetWhere,description:"Specify which API descriptions to apply the `minimumLevel` to based on the metadata.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#where-object",type:"object",required:["metadata"],properties:{metadata:{nodeTypeName:_t.ScorecardClassicTargetWhereMetadata,type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1}},additionalProperties:!1}},ignore:{type:"array",items:{type:"string"}},fromProjectUrl:{type:"string",format:"uri"}}},A_={type:"object",required:["key"],properties:{key:{type:"string"}},additionalProperties:!1},E_={type:"object",required:["type"],properties:{type:{type:"string"}},additionalProperties:!1},N_={type:"object",required:["property","title"],properties:{property:{type:"string"},hide:{type:"boolean"},label:{type:"string"},options:{type:"array",items:{type:"string"}},type:{type:"string",enum:["select","checkboxes","date-range"]},title:{type:"string"},titleTranslationKey:{type:"string"},parentFilter:{type:"string"},valuesMapping:{type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1},Mt={type:"object",properties:{slug:{type:"string"},hide:{type:"boolean"},includes:{type:"array",items:E_},excludes:{type:"array",items:A_},filters:{type:"array",items:N_},titleTranslationKey:{type:"string"},descriptionTranslationKey:{type:"string"},catalogSwitcherLabelTranslationKey:{type:"string"}},additionalProperties:!1},q_={type:"object",properties:{type:{type:"string",enum:["string","number","boolean","array","object"]},description:{type:"string"},example:{oneOf:[{type:"string"},{type:"number"},{type:"boolean"},{type:"array"},{type:"object"}]},enum:{type:"array",items:{type:"string"}},pattern:{type:"string"},format:{type:"string"},minimum:{type:"number"},maximum:{type:"number"},items:{type:"object"}},additionalProperties:!0},O_={type:"object",required:["type","properties"],properties:{type:{type:"string",enum:["object"]},description:{type:"string"},properties:{type:"object",additionalProperties:q_},required:{type:"array",items:{type:"string"}},additionalProperties:{type:"boolean"}},additionalProperties:!0},M_={type:"object",required:["name","description","metadataSchema"],properties:{name:{type:"string",description:"Display name of the entity type"},description:{type:"string",description:"Description of the entity type"},metadataSchema:O_,icon:{type:"object",properties:{src:{type:"string"},srcSet:{type:"string"}},additionalProperties:!1}},additionalProperties:!1},L_={type:"object",additionalProperties:M_},jd={type:"object",properties:{show:{type:"boolean"},entityTypes:L_,catalogs:{type:"object",properties:{all:Mt,services:Mt,domains:Mt,teams:Mt,users:Mt,apiDescriptions:Mt,dataSchemas:Mt,apiOperations:Mt},additionalProperties:Mt}},additionalProperties:!1},cd={type:"string",enum:["eq","in","gt","gte","lt","lte","contains","startsWith","endsWith","exists","isEmpty","between","matches","some","every","none"]},oa={type:"string",enum:["and","or"]},ea={type:"object",properties:{field:{type:"string"},operator:cd,value:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},modifier:{type:"string",enum:["not"]},match:{type:"array",items:{type:"object",properties:{field:{type:"string"},operator:cd,value:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},modifier:{type:"string",enum:["not"]}}}}}},j_={type:"object",properties:{operator:oa,conditions:{type:"array",items:ea}},required:["operator","conditions"],additionalProperties:!1},ud={type:"array",items:{oneOf:[ea,{type:"object",properties:{operator:oa,conditions:{type:"array",items:{oneOf:[ea,j_]}}},required:["operator","conditions"],additionalProperties:!1}]}},Id={type:"object",properties:{defined:{type:"boolean"},nonEmpty:{type:"boolean"},eq:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},gt:{type:"number"},gte:{type:"number"},lt:{type:"number"},lte:{type:"number"},const:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]}},additionalProperties:!1},I_={type:"array",items:{type:"object",properties:{subject:{type:"object",properties:{type:{type:"string",enum:["Entity","EntityMetadata","EntityRelations","EntityRelation"]},property:{type:"string"}},required:["type","property"],additionalProperties:!1},assertions:Id},required:["subject","assertions"],additionalProperties:!1}},F_={type:"object",properties:{title:{type:"string"},subject:{type:"object",properties:{type:{type:"string",enum:["Entity","EntityMetadata","EntityRelations","EntityRelation"]},property:{type:"string"}},required:["type","property"],additionalProperties:!1},severity:{type:"string",enum:["error","warn","off"]},message:{type:"string"},assertions:Id,where:I_,weight:{type:"number"}},required:["subject","assertions"],additionalProperties:!1},U_={type:"object",additionalProperties:{oneOf:[{type:"string"},{type:"object",properties:{severity:{type:"string",enum:["error","warn","off"]},weight:{type:"number"}},additionalProperties:!0},F_]}},W_={type:"object",properties:{name:{type:"string"},extends:Ai.extends,rules:U_},required:["name"],additionalProperties:!1},ld={type:"object",properties:{event:{type:"string",enum:["runtime","manual"]}},required:["event"],additionalProperties:!1},H_={oneOf:[ld,{type:"array",items:ld}]},B_={type:"object",properties:{name:{type:"string"},key:{type:"string"},description:{type:"string"},entities:{oneOf:[ud,{type:"object",properties:{operator:oa,conditions:ud},required:["operator","conditions"],additionalProperties:!1}]},levels:{type:"array",items:W_,minItems:1},trigger:H_},required:["name","key","entities","levels"],additionalProperties:!1},Fd={type:"array",items:B_},xt={type:"object",properties:{imports:{type:"array",items:{type:"string"}},logo:vd,navbar:Pd,products:xd,footer:_d,sidebar:Cd,scripts:Rd,links:Dd,feedback:Rr,search:Td,aiAssistant:wd,colorMode:Sd,palette:ia,navigation:kd,codeSnippet:Ad,markdown:Ed,openapi:Di,asyncapi:Tx,graphql:Ci,analytics:qd,userMenu:Od,versionPicker:Md,breadcrumbs:Ld,catalog:Ti,entitiesCatalog:jd,catalogClassic:Ti,scorecard:wi,scorecardClassic:wi,scorecards:Fd},additionalProperties:!0};var z_=(e=>(e.OIDC="OIDC",e.SAML2="SAML2",e))(z_||{}),$_=(e=>(e.SERVICE_ACCOUNT="SERVICE_ACCOUNT",e.OAUTH2="OAUTH2",e))($_||{});var Y_=(e=>(e.STACKED="stacked",e.THREE_PANEL="three-panel",e))(Y_||{});var Ud="^[a-z0-9]+(?:-[a-z0-9]+)*$",xw=new RegExp(Ud);var V_=63,_w=`Unique ID cannot exceed ${V_} characters`,Wd="redocly",Hd=[Wd,"corporate","guest"],Cw=`Unique ID cannot be a reserved word (${Hd.join(", ")})`,pd=["REDOCLY","CORPORATE","GUEST"],K_={type:"object",additionalProperties:{type:"string"}},G_={type:"object",additionalProperties:!1,patternProperties:{"^[a-zA-Z0-9_-]+$":{type:"string",pattern:"^https?://[^\\s/$.?#].[^\\s]*$"}}},xi={type:"string",enum:["error","warn","off"]},Q_={type:"object",additionalProperties:!1,properties:{schemaCheck:xi,statusCodeCheck:xi,contentTypeCheck:xi,successCriteriaCheck:xi}},J_={type:"object",properties:{event:{type:"string",enum:["schedule"]},interval:{type:"string",enum:["1m","2m","5m","10m","15m","30m","1h","3h","6h","12h","1d","7d"]}},required:["event"],additionalProperties:!1},X_={type:"object",properties:{event:{type:"string",enum:["build"]}},required:["event"],additionalProperties:!1},Z_={type:"object",properties:{warn:{type:"number"},error:{type:"number"}},additionalProperties:!1},e0={type:"object",properties:{ignoreLint:{oneOf:[{type:"boolean"},{type:"object",additionalProperties:{type:"boolean"}}]},ignoreLinkChecker:{type:"boolean"},ignoreMarkdocErrors:{type:"boolean"},ignoreRespectMonitoring:{type:"boolean"},jobs:{type:"array",items:{type:"object",properties:{path:{type:"string",pattern:"^(?!\\/|\\.\\./)"},agent:{type:"string",enum:["respect"]},trigger:{oneOf:[J_,X_]},inputs:K_,servers:G_,severity:Q_,slo:Z_},required:["path","trigger","agent"],additionalProperties:!1}}},additionalProperties:!1},t0={type:"object",properties:{end_session_endpoint:{type:"string"},token_endpoint:{type:"string"},authorization_endpoint:{type:"string"},jwks_uri:{type:"string"}},required:["token_endpoint","authorization_endpoint"],additionalProperties:!0},n0={type:"object",properties:{type:{type:"string",const:"OIDC"},title:{type:"string"},pkce:{type:"boolean"},configurationUrl:{type:"string",minLength:1},configuration:t0,clientId:{type:"string",minLength:1},clientSecret:{type:"string"},teamsClaimName:{type:"string"},teamsClaimMap:{type:"object",additionalProperties:{type:"string"}},defaultTeams:{type:"array",items:{type:"string"}},scopes:{type:"array",items:{type:"string"}},tokenExpirationTime:{type:"number"},authorizationRequestCustomParams:{type:"object",additionalProperties:{type:"string"}},introspectEndpoint:{type:"string"},tokenRequestCustomParams:{type:"object",additionalProperties:{type:"string"}},audience:{type:"array",items:{type:"string"}}},required:["type","clientId"],oneOf:[{required:["configurationUrl"]},{required:["configuration"]}],additionalProperties:!1},r0={type:"object",properties:{type:{type:"string",const:"SAML2"},title:{type:"string"},issuerId:{type:"string"},entityId:{type:"string"},ssoUrl:{type:"string"},x509PublicCert:{type:"string"},teamsAttributeName:{type:"string"},teamsAttributeMap:{type:"object",additionalProperties:{type:"string"}},defaultTeams:{type:"array",items:{type:"string"}}},additionalProperties:!1,required:["type","issuerId","ssoUrl","x509PublicCert"]},i0={oneOf:[n0,r0],discriminator:{propertyName:"type"}},o0={type:"object",additionalProperties:i0},Bd={oneOf:[{type:"array",items:{type:"string",enum:pd},uniqueItems:!0},{type:"string",enum:pd}]},dd={type:"string",pattern:Ud,not:{enum:Hd.filter(e=>e!==Wd)}},zd={oneOf:[{type:"array",items:dd,uniqueItems:!0},dd]},$d={type:"boolean"},Yd={type:"string",pattern:"^https?://.*"},Vd={type:"string",pattern:"^https?://.*"},s0={type:"object",properties:{to:{type:"string"},type:{type:"number"}},additionalProperties:!1,nodeTypeName:_t.RedirectSource,description:"Source is an absolute path that must start with a forward slash.",documentationLink:"https://redocly.com/docs/realm/config/redirects#sources-map"},a0={type:"object",additionalProperties:s0,nodeTypeName:_t.Redirects,description:"Use redirects to change which resource a URL points to, maintaining working links when you move, rename, or restructure content.",documentationLink:"https://redocly.com/docs/realm/config/redirects"},c0={type:"string",enum:["info","success","warning","error"]},te={type:"object",additionalProperties:{type:"string"}},u0={type:"object",properties:{trackingId:{type:"string"},content:{type:"string"},dismissible:{type:"boolean"},target:{type:"string"},color:c0,rbac:te,startAt:{type:"string",format:"date-time"},endAt:{type:"string",format:"date-time"}},required:["content"],additionalProperties:!1},l0={type:"array",items:u0},Kd={type:"object",properties:{root:{type:"string"},output:{type:"string",pattern:"(.ya?ml|.json)$"},rbac:te,openapi:Di,graphql:Ci,theme:{type:"object",properties:{openapi:Di,graphql:Ci},additionalProperties:!1},title:{type:"string"},metadata:{type:"object",additionalProperties:!0},...Ai},required:["root"]},p0={type:"object",additionalProperties:!0},d0={type:"object",additionalProperties:{type:"object",additionalProperties:!0}},f0={type:"object",properties:{hide:{type:"boolean"},title:{type:"string"},description:{type:"string"},details:{type:"object",properties:{path:{type:"string"},content:{type:"string"}},additionalProperties:!1},excludeFiles:{type:"array",items:{type:"string"}},sections:{type:"array",items:{type:"object",properties:{title:{type:"string"},description:{type:"string"},includeFiles:{type:"array",items:{type:"string"}},excludeFiles:{type:"array",items:{type:"string"}}},required:["title"],additionalProperties:!1}}},additionalProperties:!1},g0={type:"object",properties:{title:{type:"string"},projectTitle:{type:"string"},description:{type:"string"},siteUrl:{type:"string"},image:{type:"string"},keywords:{oneOf:[{type:"array",items:{type:"string"}},{type:"string"}]},lang:{type:"string"},jsonLd:{type:"object"},meta:{type:"array",items:{type:"object",properties:{name:{type:"string"},content:{type:"string"}},required:["name","content"],additionalProperties:!1}},llmstxt:f0},additionalProperties:!1},m0={type:"object",properties:{folders:{type:"array",items:{type:"string"}}},additionalProperties:!1},h0={type:"object",properties:{catalogs:{type:"object",properties:{all:te,services:te,domains:te,teams:te,users:te,apiDescriptions:te,dataSchemas:te,apiOperations:te},additionalProperties:te},entitiesTypes:{type:"object",properties:{service:te,domain:te,team:te,user:te,apiDescription:te,apiOperation:te,dataSchema:te},additionalProperties:te},entitiesGroups:{type:"array",items:{type:"object",properties:{entities:{type:"array",items:{type:"string"}},config:te},additionalProperties:!1}},entities:{type:"object",properties:{"**":te},additionalProperties:te}},additionalProperties:!1},Gd={type:"object",properties:{teamNamePatterns:{type:"array",items:{type:"string"}},teamFolders:{type:"array",items:{type:"string"}},teamFoldersBaseRoles:te,cms:te,reunite:te,features:{type:"object",properties:{aiSearch:te},additionalProperties:!1},content:{type:"object",properties:{"**":te},additionalProperties:te},entitiesCatalog:h0},additionalProperties:te},y0={type:"object",properties:{static:{type:"string"}},additionalProperties:!1,required:["static"]},b0={type:"object",properties:{idp:{type:"string"}},additionalProperties:!1,required:["idp"]},v0={type:"object",properties:{type:{type:"string",const:"GRAVITEE"},apiBaseUrl:{type:"string"},env:{type:"string"},allowApiProductsOutsideCatalog:{type:"boolean"},stage:{type:"string"},auth:{oneOf:[y0,b0]}},additionalProperties:!1,required:["type","apiBaseUrl"]},P0={type:"object",properties:{type:{type:"string",const:"OAUTH2"},tokenEndpoint:{type:"string"},clientId:{type:"string"},clientSecret:{type:"string"}},additionalProperties:!1,required:["type","tokenEndpoint","clientId","clientSecret"]},x0={type:"object",properties:{type:{type:"string",const:"SERVICE_ACCOUNT"},serviceAccountEmail:{type:"string"},serviceAccountPrivateKey:{type:"string"}},additionalProperties:!1,required:["type","serviceAccountEmail","serviceAccountPrivateKey"]},ta={type:"object",properties:{type:{type:"string",const:"APIGEE_X"},apiUrl:{type:"string"},stage:{type:"string"},organizationName:{type:"string"},ignoreApiProducts:{type:"array",items:{type:"string"}},allowApiProductsOutsideCatalog:{type:"boolean"},auth:{type:"object",oneOf:[P0,x0],discriminator:{propertyName:"type"}}},additionalProperties:!1,required:["type","organizationName","auth"]},_0={...ta,properties:{...ta.properties,type:{type:"string",const:"APIGEE_EDGE"}}},C0={type:"object",oneOf:[ta,_0,v0],discriminator:{propertyName:"type"}},R0={type:"object",required:["adapters"],additionalProperties:!1,properties:{adapters:{type:"array",items:C0}}},fd={type:"object",properties:{defaultLocale:{type:"string"},locales:{type:"array",items:{type:"object",properties:{code:{type:"string"},name:{type:"string"}},required:["code"]}}},additionalProperties:!1,required:["defaultLocale"]},D0={type:"object",properties:{name:{type:"string"},value:{type:"string"}},additionalProperties:!1,required:["name","value"]},T0={type:"object",properties:{hide:{type:"boolean"},docs:{type:"object",properties:{hide:{type:"boolean"},name:{type:"string"},ignore:{type:"array",items:{type:"string"}}},additionalProperties:!1},gateway:{type:"object",properties:{hide:{type:"boolean"},allowedHosts:{type:"array",items:{type:"string"}}},additionalProperties:!1}},additionalProperties:!1},w0={type:"object",properties:{hide:{type:"boolean"},excludeFiles:{type:"array",items:{type:"string"}}},additionalProperties:!1},S0={type:"object",properties:{requiresLogin:$d,logoutReturnUrl:Yd,residency:Vd,sso:Bd,idps:zd,rbac:Gd},additionalProperties:!1,not:{required:["sso","idps"]},description:"Use either `access.sso` (filter by category) or `access.idps` (filter by slug), not both."},Si={type:"object",properties:{imports:{type:"array",items:{type:"string"}},licenseKey:{type:"string"},redirects:a0,seo:g0,rbac:Gd,apiFunctions:m0,requiresLogin:$d,responseHeaders:{type:"object",additionalProperties:{type:"array",items:D0}},mockServer:{type:"object",properties:{off:{type:"boolean"},position:{type:"string",enum:["first","last","replace","off"]},strictExamples:{type:"boolean"},errorIfForcedExampleNotFound:{type:"boolean"},description:{type:"string"}}},apis:{type:"object",additionalProperties:Kd},...Ai,ssoDirect:o0,sso:Bd,idps:zd,residency:Vd,logoutReturnUrl:Yd,access:S0,developerOnboarding:R0,removeAttribution:{type:"boolean"},i18n:fd,l10n:fd,metadata:p0,metadataGlobs:d0,ignore:{type:"array",items:{type:"string"}},theme:xt,reunite:e0,logo:vd,navbar:Pd,products:xd,footer:_d,sidebar:Cd,scripts:Rd,links:Dd,feedback:Rr,search:Td,aiAssistant:wd,colorMode:Sd,palette:ia,navigation:kd,codeSnippet:Ad,markdown:Ed,openapi:Di,graphql:Ci,analytics:qd,userMenu:Od,versionPicker:Md,breadcrumbs:Ld,catalog:Ti,entitiesCatalog:jd,catalogClassic:Ti,scorecard:wi,scorecardClassic:wi,scorecards:Fd,mcp:T0,skills:w0,corsProxy:{type:"object",properties:{allowedTargets:{type:"array",items:{type:"string"}}},additionalProperties:!1},banner:l0},not:{required:["sso","idps"]},additionalProperties:!0},k0={...Si,additionalProperties:!1},Qd={$id:"root-redocly-config",...Si,properties:{plugins:{type:"array",items:{type:"string"}},...Si.properties,env:{type:"object",additionalProperties:k0}},additionalProperties:!1},gd={type:"object",properties:{logo:xt.properties.logo,navbar:xt.properties.navbar,footer:xt.properties.footer,sidebar:xt.properties.sidebar,search:xt.properties.search,codeSnippet:xt.properties.codeSnippet,breadcrumbs:xt.properties.breadcrumbs,openapi:xt.properties.openapi,feedback:xt.properties.feedback,palette:ia,mockServer:Si.properties.mockServer,analytics:{type:"object",properties:{ga:Nd}}},additionalProperties:!0},Rw={$id:"product-config-override",type:"object",properties:{...gd.properties,apis:{type:"object",additionalProperties:Kd},theme:gd},additionalProperties:!1},A0=["partOf","hasParts","creates","createdBy","owns","ownedBy","implements","implementedBy","dependsOn","dependencyOf","uses","usedBy","produces","consumes","linksTo","supersedes","supersededBy","compatibleWith","extends","extendedBy","relatesTo","hasMember","memberOf","triggers","triggeredBy","returns","returnedBy"],Pe=bd({UserEntity:"UserEntity",UserEntityMetadata:"UserEntityMetadata",ApiDescriptionEntity:"ApiDescriptionEntity",ApiDescriptionEntityMetadata:"ApiDescriptionEntityMetadata",ApiOperationEntity:"ApiOperationEntity",ApiOperationEntityMetadata:"ApiOperationEntityMetadata",DataSchemaEntity:"DataSchemaEntity",DataSchemaEntityMetadata:"DataSchemaEntityMetadata",ServiceEntity:"ServiceEntity",DomainEntity:"DomainEntity",TeamEntity:"TeamEntity",Entity:"Entity",EntityMetadata:"EntityMetadata",EntityLinkList:"EntityLinkList",EntityLink:"EntityLink",EntityRelation:"EntityRelation",EntityRelationList:"EntityRelationList",EntityContact:"EntityContact",EntitySlackContact:"EntitySlackContact",EntitySlackChannel:"EntitySlackChannel"}),E0={type:"object",nodeTypeName:Pe.UserEntityMetadata,properties:{email:{type:"string",description:"Email of the user"}},required:["email"],additionalProperties:!0},N0={type:"object",nodeTypeName:Pe.ApiDescriptionEntityMetadata,properties:{specType:{type:"string",enum:["jsonschema","openapi","asyncapi","avro","zod","graphql","protobuf","arazzo"],description:"Type of the API description"},descriptionFile:{type:"string",description:"Path to the file containing the API description"}},required:["specType","descriptionFile"],additionalProperties:!0},q0={type:"object",nodeTypeName:Pe.ApiOperationEntityMetadata,properties:{method:{type:"string",enum:["GET","POST","PUT","DELETE","PATCH","MUTATION","QUERY","SUBSCRIBE","PUBLISH"],description:"HTTP method of the API operation"},path:{type:"string",description:"Path of the API operation"},payload:{type:"array",items:{type:"string",description:"Related dataSchema name"}},responses:{type:"array",items:{type:"string",description:"Related dataSchema name"}}},required:["method","path"],additionalProperties:!0},O0={type:"object",nodeTypeName:Pe.DataSchemaEntityMetadata,properties:{specType:{type:"string",enum:["jsonschema","openapi","asyncapi","avro","zod","graphql","protobuf","arazzo"],description:"Specification type of the data schema"},schema:{type:"string",description:"Inline schema of the data structure"},sdl:{type:"string",description:"SDL of the data structure"}},required:["specType"],additionalProperties:!0},M0={type:"object",properties:{},nodeTypeName:Pe.EntityMetadata,additionalProperties:!0},L0={type:"object",nodeTypeName:Pe.EntitySlackChannel,properties:{name:{type:"string",minLength:2,maxLength:150},url:{type:"string"}},required:["name"],additionalProperties:!1},j0={type:"object",nodeTypeName:Pe.EntitySlackContact,properties:{channels:{type:"array",items:L0}},required:["channels"],additionalProperties:!1},I0={type:"object",nodeTypeName:Pe.EntityContact,properties:{slack:j0},additionalProperties:!1},F0={type:"object",nodeTypeName:Pe.EntityLink,properties:{label:{type:"string",minLength:2,maxLength:150},url:{type:"string"}},required:["label","url"],additionalProperties:!1},U0={type:"object",nodeTypeName:Pe.EntityRelation,properties:{type:{type:"string",enum:A0},key:{type:"string",minLength:2,maxLength:100},version:{type:"string"},revision:{type:"string"}},required:["type","key"],additionalProperties:!1},Vt={version:{type:"string"},key:{type:"string",pattern:"^[a-z0-9]+(?:-[a-z0-9]+)*$",minLength:2,maxLength:150},type:{type:"string",enum:["user","data-schema","api-operation","api-description","service","domain","team"]},title:{type:"string",minLength:2,maxLength:200},summary:{type:"string",minLength:1,maxLength:500},tags:{type:"array",items:{type:"string",minLength:1,maxLength:50}},git:{type:"array",items:{type:"string"}},contact:I0,links:{type:"array",nodeTypeName:Pe.EntityLinkList,items:F0},relations:{type:"array",nodeTypeName:Pe.EntityRelationList,items:U0},metadata:M0},Ei={type:"object",discriminator:{propertyName:"type"},oneOf:[{type:"object",properties:{...Vt,type:{type:"string",const:"user"},metadata:E0},required:["key","title","type","metadata"],additionalProperties:!1,nodeTypeName:Pe.UserEntity},{type:"object",nodeTypeName:Pe.ApiOperationEntity,properties:{...Vt,type:{type:"string",const:"api-operation"},metadata:q0},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.DataSchemaEntity,properties:{...Vt,type:{type:"string",const:"data-schema"},metadata:O0},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.ApiDescriptionEntity,properties:{...Vt,type:{type:"string",const:"api-description"},metadata:N0},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.ServiceEntity,properties:{...Vt,type:{type:"string",const:"service"}},required:["key","title","type"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.DomainEntity,properties:{...Vt,type:{type:"string",const:"domain"}},required:["key","title","type"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.TeamEntity,properties:{...Vt,type:{type:"string",const:"team"}},required:["key","title","type"],additionalProperties:!1}]},Ni={type:"object",nodeTypeName:Pe.Entity,properties:{...Vt},required:["key","title","type"],additionalProperties:!1};var We=Ae(It(),1);import{getLineColLocation as tD,lintDocument as nD,makeDocumentFromString as ns,lintConfig as rD,lintEntityFile as iD,detectSpec as oD,createConfigTypes as sD}from"@redocly/openapi-core";var es=Ae(On(),1);function fy(e,t=100,n=!1){let r=new Map,i=new Map,o=new Map,s=new Map;function a(u){let d=i.get(u.uri),m=d?Date.now()-d:0;try{if(m<t&&m>=0)r.set(u.uri,setTimeout(()=>a(u),t-m));else if(r.delete(u.uri),i.delete(u.uri),!n){let v=s.get(u.uri),y=e(o.get(u.uri));v&&v.forEach(({resolve:T})=>T(y)),s.delete(u.uri)}}catch(v){let y=s.get(u.uri);y&&y.forEach(({reject:T})=>T(v)),s.delete(u.uri)}}function c(u){let d=r.get(u.uri),m=n&&!d;return i.set(u.uri,Date.now()),o.set(u.uri,u),new Promise((v,y)=>{let T=s.get(u.uri)||[];d||(s.set(u.uri,[...T,{resolve:v,reject:y}]),r.set(u.uri,setTimeout(()=>a(u),t))),m?v(e(o.get(u.uri))):s.set(u.uri,[...T,{resolve:v,reject:y}])})}return c}function Xu(e){let t=new Set,n=r=>Array.isArray(n)?r.map(n):typeof r=="object"&&r!==null?t.has(r)?void 0:(t.add(r),Object.fromEntries(Object.entries(r).map(([i,o])=>[i,n(o)]))):r;return n(e)}function gy(e){return e==="$ref"}function Zu(e,t){return e?K.dirname(Qe.file(e)).toString():t}async function el(e,t){let n=Qe.parse(t);return K.joinPath(n,e).toString()}async function my(e,t,n){for(let[r,{root:i}]of Object.entries(e??{}))if(await el(i,n)===t)return r}function hy(e){return typeof e=="string"}function Yr(e){return typeof e=="function"}function yy(e){return e?.kind===es.Kind.MAP}function tl(e){return e?.kind===es.Kind.MAPPING}function nl(e){return e?.kind===es.Kind.SEQ}function Vr(e,t){let n=t.singleQuoted?"'":'"';return`${n}${e}${n}`}import{bundleDocument as WR,isPlainObject as HR,makeDocumentFromString as BR,getTypes as zR,detectSpec as $R}from"@redocly/openapi-core";var by=new Map,ts=new Map;function YR(e){return e?Array.from(e).map(([t,n])=>[t,Xu(n)]):[]}async function rl(e,t){let n=await Yt(),r=new Pt(n.resolve),i=BR(e.getText(),e.uri),{bundle:o,rootType:s,refTypes:a}=await WR({document:i,config:n,externalRefResolver:r,types:zR($R(i.parsed))}),c=YR(a);a&&(ts=new Map([...ts,...a])),by.set(e.uri,{uri:e.uri,name:yr(e.uri),definition:HR(o.parsed)?o.parsed:{},rootType:s,refTypes:c,errors:t})}function VR(){return Array.from(by).map(([e,{definition:t,rootType:n,refTypes:r,errors:i}])=>({name:yr(e),uri:e,definition:t,rootType:n,refTypes:r,errors:i}))}function il(e){return ts.has(e)?ts.get(e):null}import{createConfig as vy,lintDocument as KR,loadIgnoreConfig as GR,regexFromString as QR}from"@redocly/openapi-core";async function Py(e,t,n,r,i,o){let s=[],a=await GR(r,t),c=typeof i=="string"?await JR(i):i,u={};if(n.targets?.length){let d=e.parsed?.info,m=d?.["x-metadata"]||{},v={title:d?.title,version:d?.version,...m,...o},y=ZR(n.targets,v);y?.rules&&r&&(u=await XR(e.source.absoluteRef,y.rules,n.levels,c,r,a))}for(let d of n?.levels||[]){let m=u[d.name]??await vy({...d,plugins:c},{configPath:r,ignore:a}),v=await KR({document:e,externalRefResolver:t,config:m});s.push(...v.filter(({ignored:y})=>!y).map(y=>({...y,scorecardLevel:d.name})))}return s}async function JR(e){if(!e)return[];try{let t=typeof __dirname>"u"?"":__dirname.replaceAll(/\\/g,"/"),n=e.replaceAll("__redocly_dirname",`"${t}"`);return(await import(`data:text/javascript;base64,${btoa(n)}`)).default.map(a=>a())}catch(t){let n=t instanceof Error?t.message:String(t);return console.error("Failed to load plugins module:",n),console.error(`
|
|
70
|
+
Plugins code preview:`,e.substring(0,500)+"..."),[]}}async function XR(e,t,n=[],r=[],i,o){let s={};for(let a of n){let c={[a.name]:{root:e,rules:t}},u=await vy({apis:c,...a,plugins:r},{configPath:i,...o&&{ignore:o}});s[a.name]=u.forAlias(a.name)}return s}function ZR(e,t){if(e){for(let n of e)if(Object.entries(n.where?.metadata||{}).every(([i,o])=>eD(i,o,t)))return n}}function eD(e,t,n){if(t.match(/^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}Z)?\/(\d{4}-\d{2}-\d{2})?$/)){if(!n[e])return!1;let[r,i]=t.split("/"),o=new Date(n[e]);return isNaN(o.getTime())?!1:!(o<new Date(r)||i&&o>new Date(i))}else if(t.match(/^\/.*\//)){if(!n[e])return!1;try{return QR(t).test(n[e])}catch(r){return console.error(`Invalid regex in scorecard target: ${t}`,r),!1}}return n[e]===t}var aD=800,sl=fy(pD,aD);async function cD(e){let t=e.map(({documentPath:o})=>Ue(o).toString()),n=await Yt(),r=await ae.getRootWorkspaceFolderURI(),i=Zu(n.configPath,r);for(let{root:o}of Object.values(n.resolvedConfig.apis??{})){let s=await el(o,i);if(t.includes(s))return s}return t[0]}function uD(e){try{return oD(e),!0}catch{return!1}}async function lD(e){try{let t=ns(e.getText(),e.uri),n=new Pt,r=await iD({document:t,entitySchema:Ei,entityDefaultSchema:Ni,externalRefResolver:n}),i=[{uri:e.uri,diagnostics:[]}];return ol(r,i),i}catch{return[{uri:e.uri,diagnostics:[]}]}}async function pD(e){let t=e.uri,n=await Yt();if(await hn(Oe(t)))try{let r=await Xs(Oe(t))?ns(e.getText(),t):ns(n.document?.source.body||"",n.document?.source.absoluteRef||""),i=new Pt,o=await rD({config:{document:r},externalRefResolver:i,externalConfigTypes:sD(Qd,n)}),s=[{uri:e.uri,diagnostics:[]}];return ol(o,s),s}catch{return[{uri:e.uri,diagnostics:[]}]}else{if(mn({uri:Oe(t),textDocument:e}))return await lD(e);{let r=Qs(t),i=await cD(r||[]);i&&(e=await Xe(i),t=i);let o;try{o=ns(e.getText(),Oe(t))}catch{return[{uri:e.uri,diagnostics:[]}]}if(!uD(o.parsed))return[{uri:e.uri,diagnostics:[]}];let s=[];try{let a=new Pt(n.resolve),c=await ae.getRootWorkspaceFolderURI(),u=Zu(n.configPath,c),d=await my(n.resolvedConfig.apis??{},e.uri,u),m=Date.now(),v=[],y=[];try{y=(await nD({document:o,config:n.forAlias(d),externalRefResolver:a})).filter(({ignored:S})=>!S);let U=ae.remoteScorecardAndPlugins?.scorecard||n.resolvedConfig.scorecardClassic||n.resolvedConfig.scorecard,h=d?n.resolvedConfig.apis?.[d]?.metadata:void 0,g=U&&ae.scorecardStatus==="enabled"?await Py(o,a,U,n.configPath,ae.remoteScorecardAndPlugins?.plugins,h):[];v=[...y,...g]}catch(U){let h=U instanceof Error?U.message:String(U);v.push({ruleId:"struct",suggest:[],severity:"error",message:`Error linting document: ${h}`,location:[{start:{line:1,col:1},end:{line:1,col:1},source:o.source}]})}let T=mD(y);rl(e,T);let I=Date.now()-m;s=[...new Set([e.uri,...[...a.getFiles()].map(U=>Ue(U).toString())])].map(U=>({uri:U,diagnostics:[]})),Xp(t,{dependencyPaths:a.getFiles(),durationMS:I}),ol(v,s)}catch(a){dD(e.uri,a,s)}return s}}}function Kr(){return ae.documents.all().map(sl)}function dD(e,t,n){let r=n||[{uri:e,diagnostics:[]}];if(t.line&&t.col&&t.message){let i=t.source?.absoluteRef?Nt(t.source.absoluteRef):e,o=t.line-1,s=t.col-1,a=We.Position.create(o,s),c=We.Diagnostic.create(We.Range.create(a,a),t.message,We.DiagnosticSeverity.Error);xy(i,c,r)}else t.message.includes("This doesn\u2019t look like an OpenAPI document")||console.error(t);return r}function xy(e,t,n){let r=n.find(i=>i.uri===e);return r||(r={uri:e,diagnostics:[]},n.push(r)),r.diagnostics.push(t),n}function fD(e){return e.suggest.length===0?"":e.suggest.length===1?`
|
|
71
71
|
Did you mean: ${e.suggest[0]} ?`:`
|
|
72
72
|
Did you mean:
|
|
73
73
|
- ${e.suggest.join(`
|
|
74
|
-
- `)}`}function
|
|
75
|
-
Scorecard level: ${e.scorecardLevel}`:""}function rl(e,t){e.forEach(n=>{let r;switch(n.severity){case"error":r=We.DiagnosticSeverity.Error;break;case"warn":r=We.DiagnosticSeverity.Warning;break;default:r=We.DiagnosticSeverity.Warning}let i=jR(n.location[0]),o=Et(i.source.absoluteRef),s=We.Position.create(i.start.line-1,i.start.col-1),a=i.end?We.Position.create(i.end.line-1,i.end.col-1):s,c=n.message+GR(n)+KR(n),u=We.Diagnostic.create(We.Range.create(s,a),c,r,`Rule: ${n.ruleId}`,"Redocly OpenAPI");n.reference&&(u.codeDescription={href:n.reference}),yy(o,u,t)})}function QR(e){return e.filter(({severity:t})=>t==="error").map(t=>({...t,location:t.location.map(n=>({...n,source:{...n.source,_ast:null}}))}))}var ds=qe(rn(),1);var me=qe(rn(),1);function Re(e,t){return e?t?rs[e+"_"+t]||t:rs[e]||rs.Default:rs.Default}var JR=["newLine","MediaTypeMap","PathMap","propertyName","newItem","Root_openapi","Root","Info","Root_info","Info_title","Info_summary","Info_description","Info_termsOfService","Info_contact","Contact_name","Contact_url","Contact_email","Info_license","License_name","License_identifier","License_url","Info_version","Root_jsonSchemaDialect","jsonSchemaDialect","Root_servers","Server_List","Server_url","Server_description","Server_variables","Root_paths","Root_webhooks","Root_components","Root_security","Root_tags","Root_externalDocs","LocalComponentCompletion","FolderCompletion","FileCompletion","Default"],rs=JR.reduce((e,t,n)=>(e[t]=String.fromCharCode(n),e),{});var on="newItem",Gr="propertyName",ur="newLine";function is(e){return!!(e?.name&&by[e.name])}function ol(e){return by[e]||[]}var by={[ur]:[{label:"newLine",kind:me.CompletionItemKind.Constructor,data:{},sortText:Re(ur)}],[Gr]:[{label:Gr,kind:me.CompletionItemKind.Constructor,data:{properties:{}},sortText:Re(Gr)}],ServerVariable_Map:[{label:"newVariableName",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("ServerVariable_Map")}],ResponsesMap:[{label:"200",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"201",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"204",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"301",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"303",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"400",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"401",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"403",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"404",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"500",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"503",kind:me.CompletionItemKind.Property,data:{properties:{}}}],PathMap:[{label:"/newPath",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("PathMap")}],MediaTypeMap:[{label:"mime/type",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("MediaTypeMap")},{label:"application/json",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("MediaTypeMap")},{label:"application/octet-stream",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("MediaTypeMap")},{label:"multipart/form-data",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("MediaTypeMap")},{label:"application/x-www-form-urlencoded",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("MediaTypeMap")},{label:"application/xml",kind:me.CompletionItemKind.Property,data:[],sortText:Re("MediaTypeMap")}]};import{Oas2Types as XR,Oas3Types as ZR,Oas3_1Types as eD,Oas3_2Types as vy,AsyncApi2Types as tD,AsyncApi3Types as nD,Arazzo1Types as rD,Arazzo1_1Types as iD,Overlay1Types as oD,OpenRpcTypes as sD,ConfigTypes as aD,normalizeTypes as al,getMajorSpecVersion as cD,createEntityTypes as uD}from"@redocly/openapi-core";var mt=qe(qn(),1);var sl=new Map;async function cl(e,t){let n=await Je(e),r=n.getText(),i=mt.safeLoad(r,{filename:e}),{nodePath:o}=os({node:i,nodePath:[]},t,n,!0),s=await ul(i,e),{version:a}=pl(i),{currentType:c,parentType:u,endPath:d}=ss(s,o,i),m=Kr(i),v=c?.name?c:u;return{nodePath:o,endPath:d,type:v,existingValues:m,types:s,descriptionVersion:a}}async function lD(e){let n=(await Je(e)).getText();try{let r=mt.safeLoad(n,{filename:e});return ll(r)}catch{return{version:"oas3_2",isDefault:!0}}}function Py(e,t){if(!e)return null;let n=e,r=!0;return t.forEach(i=>{if(r=!1,el(n)&&n.items&&n.items[i])n=n.items[i],r=!0;else if(fy(n)){let o=as(n);for(let s of o)if(Zu(s)&&s.key?.value===i){n=s?.value,r=!0;break}}}),r?n:(console.warn("Cannot find node by path",t),null)}function pD(e,t){for(let n=0;n<t.length;n++)if(n===t.length-1||t[n+1]>e)return n;return t.length-1}function os(e,t,n,r=!1){let{node:i,nodePath:o=[]}=e,s=n.offsetAt(t),a=as(i);if(a.length===0||dD(i)||!r&&fD(i,n,t))return e;let c=gD(a,s);return os({nodePath:mD(o,i,a[c],c),node:a[c]},t,n,r)}function dD(e){return e?.kind===mt.Kind.MAPPING&&!e?.value}function fD(e,t,n){let r=t.getText({start:t.positionAt(t._lineOffsets[n.line]),end:n}),i=hD(e,t),o=r?.match(/^\s+/)?.[0]?.length||0;return(/^\s*[\w\-\$\/\{\}]+$/.test(r)?o:n.character)===i}function gD(e,t){for(let n=1;n<e.length;n++){let r=e[n];if(r&&r.startPosition>t)return n-1}return e.length-1}function mD(e,t,n,r){return el(t)?[...e,r]:Zu(n)&&n?.key?.value&&typeof n.key.value=="string"?[...e,n.key.value]:e}function hD(e,t){let n=e?.startPosition??0,r=pD(n,t._lineOffsets);if(r>=0){let i=t._lineOffsets[r];return n-i}return 0}function ss(e,t,n){let r=e,i,o=new Array(t.length).fill(null);t.forEach((a,c)=>{let u;if(e?.name&&e?.name!==r?.name&&(r=e,i=a),e&&e?.properties&&!Object.keys(e?.properties).length&&e?.items){if(e.items.properties)u=e.items;else if($r(e.items)){let d=yD(n,typeof t[0]=="number"?t[0]:0);u=e.items(d,a)}}else if(e?.properties&&e.properties[a])u=e.properties[a],$r(u)&&(u=u(null,a));else if(e?.additionalProperties&&!$r(e?.additionalProperties))u=e.additionalProperties;else if($r(e?.additionalProperties)&&a){let d=e.additionalProperties(null,a);d&&(u=d)}u&&(e=u,o[c]=u)}),e?.name&&r?.name&&e?.name!==r?.name&&(i=void 0);let s=o.every(a=>!!a);return{currentType:s||t[0]==="openapi"||t.length===0?e:null,parentType:s?r:null,endPath:i}}function yD(e,t){let n={};if(e.kind===mt.Kind.SEQ&&e.items?.[t]){let r=e.items?.[t]?.mappings??[];for(let i of r)i.key?.value&&(n[i.key?.value]=i.value?.value)}return n}async function ul(e,t){if(await mn(t)||await mn(Oe(t)))return al(aD).ConfigRoot;if(gn({uri:t,ast:e})||gn({uri:Oe(t),ast:e})){let{entityTypes:o}=uD(Ei,Ni),s=al(o);if(e?.kind===mt.Kind.SEQ)return s.EntityFileArray;let a=bD(e);return a&&s[a]?s[a]:s.EntityFileDefault}let{types:n,isDefault:r}=PD(e);if(!e)return n;let i=r?nl(t):n;return r&&!nl(t)&&e?null:i||n}function bD(e){let t="type";return e?.mappings?.find(n=>n.key?.value===t&&n.value?.value)?.value?.value}function vD(e){if(sl.has(e))return sl.get(e);let t=al(_D(e)).Root;return sl.set(e,t),t}function ll(e){let t,n=!1;if(e?.kind===mt.Kind.MAP)for(let r of e.mappings){let i=r.key?.value,o=String(r?.value?.value);if(i==="openapi"&&o.startsWith("3.0.")){t="oas3_0";break}if(i==="openapi"&&o.startsWith("3.1.")){t="oas3_1";break}if(i==="openapi"&&o.startsWith("3.")){t="oas3_2";break}if(i==="swagger"&&o==="2.0"){t="oas2";break}if(i==="asyncapi"&&o.startsWith("2."))return{version:"async2",isDefault:!1};if(i==="asyncapi"&&o.startsWith("3."))return{version:"async3",isDefault:!1};if(i==="arazzo"&&o.startsWith("1.0."))return{version:"arazzo1",isDefault:!1};if(i==="arazzo"&&o.startsWith("1."))return{version:"arazzo1_1",isDefault:!1};if(i==="overlay"&&o.startsWith("1."))return{version:"overlay1",isDefault:!1};if(i==="openrpc"&&o.startsWith("1."))return{version:"openrpc1",isDefault:!1}}return t||(t="oas3_2",n=!0),{version:t,isDefault:n}}function pl(e){let{version:t,isDefault:n}=ll(e);return{version:cD(t),isDefault:n}}function PD(e){let{version:t,isDefault:n}=ll(e);return{types:vD(t),isDefault:n}}function as(e){switch(e?.kind){case mt.Kind.MAPPING:return[e.key,e.value];case mt.Kind.MAP:return e.mappings;case mt.Kind.SEQ:return e?.items;default:return[]}}function _D(e){switch(e){case"oas3_2":return vy;case"oas3_1":return eD;case"oas3_0":return ZR;case"oas2":return XR;case"async2":return tD;case"async3":return nD;case"arazzo1":return rD;case"arazzo1_1":return iD;case"overlay1":return oD;case"openrpc1":return sD;case"graphql":return{};default:return vy}}function Kr(e,t,n){if(typeof t>"u"&&(t={}),typeof n>"u"&&(n=0),!e)return{};let r=e?.mappings||e?.items;if(r){let i=0;for(let o of r)o?.value===null||!o?.value?.value?t[o?.key?.value||i]={value:dy(o?.value)?o?.value:null,startOffset:o?.key?.value?o.startPosition+o.key.value.length+1:null,endOffset:null,indent:n}:t[o?.key?.value||i]={value:o?.value?.value,rawValue:o?.value?.rawValue||null,startOffset:o?.value?.startPosition||null,endOffset:o?.value?.endPosition||null,indent:n},Object.keys(o?.value||o||{}).includes("items")?(t[o?.key?.value||i]={type:"sequence",startOffset:o.startPosition,endOffset:o.endPosition,indent:n,value:null},Kr(o?.value||o,t[o?.key?.value||i],n+1)):Object.keys(o?.value||o||{}).includes("mappings")&&(t[o?.key?.value||i]={type:"map",startOffset:o.startPosition,endOffset:o.endPosition,indent:n,value:null},Kr(o?.value||o,t[o?.key?.value||i],n+1)),i++}return t}import{mapTypeToComponent as _y}from"@redocly/openapi-core";var dl={Schema:[{name:"$ref",value:{type:"string",name:"Schema"}}],PathItem:[{name:"$ref",value:{type:"string",name:"PathItem"}}],Parameter:[{name:"$ref",value:{type:"string",name:"Parameter"}}],Response:[{name:"$ref",value:{type:"string",name:"Response"}}],Example:[{name:"$ref",value:{type:"string",name:"Example"}}],RequestBody:[{name:"$ref",value:{type:"string",name:"RequestBody"}}],Header:[{name:"$ref",value:{type:"string",name:"Header"}}],SecuritySchema:[{name:"$ref",value:{type:"string",name:"SecuritySchema"}}],Link:[{name:"$ref",value:{type:"string",name:"Link"}}],Callback:[{name:"$ref",value:{type:"string",name:"Callback"}}]};function xy(e){let t=dl[e.name];if(t&&e.properties)for(let n of t)e.properties[n.name]=n.value;return e}var cs=qe(rn(),1),ht=class{constructor({kind:t,label:n,value:r,textEdit:i,filterText:o,sortText:s,data:a}){this.kind=t||cs.CompletionItemKind.Value,this.label=n;let{node:c,lineOffset:u,position:d}=a;this.insertText=r??n,this.filterText=o||this.insertText,this.sortText=s,this.textEdit=i||(c?.value&&d&&u?this.getTextEdit(c,d,u):void 0)}getTextEdit(t,n,r){let i=t.startPosition-r,o=t.singleQuoted||t.doubleQuoted?2:0,s=i+t.value.length+o;return cs.TextEdit.replace({start:{line:n.line,character:i},end:{line:n.line,character:s}},this.insertText)}};var lr=qe(rn(),1),Rn=class{constructor({kind:t,label:n,insertText:r,insertTextFormat:i,filterText:o,sortText:s,data:a}){this.insertTextFormat=i||n.includes("$")?lr.InsertTextFormat.PlainText:lr.InsertTextFormat.Snippet,this.kind=t||lr.CompletionItemKind.Property,this.label=n,this.data=a||{},this.insertText=r??n,this.filterText=o||this.insertText,this.sortText=s,this.command=this.kind===lr.CompletionItemKind.Property?{title:"Suggested values",command:"editor.action.triggerSuggest"}:void 0}};var Qr={example:"example",default:"default",enum:"enum",ref:"$ref"},us=[Qr.default,Qr.example];var Ty=qe(qn(),1);var ke={};ms(ke,{default:()=>Dy.default});hs(ke,qe(fl()));var Dy=qe(fl());function CD(e,t,n){let r=t.slice(0,t.length-1),{currentType:i}=ss(e,r,n);if(i?.name){let[o]=dl[i.name]||[];return o?.value}return null}function RD(e,t,n){let r=t[t.length-1];if(ly(r))return CD(e,t,n);let{currentType:i}=ss(e,t,n);return i?is(i)?i:i?.name&&(i?.name.includes("Map")||i?.name.includes("Named"))?{name:Gr,properties:{}}:i:null}async function wy(e,t){let n=await Je(e),r=n.getText(),i=(0,Ty.safeLoad)(r,{filename:e}),{node:o,nodePath:s}=os({node:i,nodePath:[]},t,n),a=await ul(i,e),c=RD(a,s,i),u=n._lineOffsets[t.line],d=n.getText({start:n.positionAt(u),end:t});return{currentAst:i,node:o,nodePath:s,position:t,lineText:d,lineOffset:u,openApiType:c}}async function Sy(e,t){let n=G.resolvePath(Ue(e)),r=G.dirname(n),i=await vl(G.joinPath(r,t),r.path),o=G.resolvePath(r,i.path);return{refPath:t,refDirPath:i,refDirAbsolutePath:o,isAbsolutePath:t?(0,ke.isAbsolute)(t):!1,docAbsolutePath:n,docAbsoluteDirPath:r,root:"/"}}var ky=qe(rn(),1);var ls=class extends ht{constructor(t){super(t),this.kind=ky.CompletionItemKind.Folder,this.command={title:"Complete path",command:"editor.action.triggerSuggest",arguments:[]}}};var Ay=qe(rn(),1);var ps=class extends ht{constructor(t){super(t),this.kind=Ay.CompletionItemKind.File}};var TD=ae.supportedLanguages.concat({languageId:"markdown",filePattern:/\.md$/});function wD(e){let{refPath:t,docAbsoluteDirPath:n,isAbsolutePath:r,root:i}=e,o=(0,ke.resolve)(n.path,t,".."),s=r?o:(0,ke.relative)(n.path,o),a=s&&s!==i?"/":"";return{name:"../",type:1,matchBy:t,sortBy:Re("FolderCompletion"),value:`${s}${a}`}}async function SD(e,t,n){let r=[],{refDirAbsolutePath:i,docAbsolutePath:o}=n;for(let s of e)try{let a=G.resolvePath(i,s),c=await ae.fs.stat(a);c.isFile()&&a.path!==o.path&&t.supportedFiles.some(u=>u.filePattern.test(s))&&r.push({name:s,type:0}),c.isDirectory()&&r.push({name:s,type:1})}catch{continue}return r}function Ey(e,t){let{docAbsoluteDirPath:n,isAbsolutePath:r,refDirAbsolutePath:i,root:o,refPath:s}=t,a=[];return i.path!==o&&a.push(wD(t)),a.concat(e.map(({name:c,type:u})=>{let d=(0,ke.resolve)(i.path,c),m=(0,ke.relative)(n.path,d),v=s.includes(ke.sep)?s.slice(0,s.lastIndexOf(ke.sep)+1):s+ke.sep,y=r?d:m;if(u===0)return{type:u,name:c,value:y,sortBy:`${Re("FileCompletion")}${c}`,matchBy:`${v}${c}`};let T=`${c}/`;return{type:u,name:T,value:`${y}${m?"/":""}`,sortBy:`${Re("FolderCompletion")}${c}`,matchBy:`${v}${c}`}}))}function Ny(e,t){let{node:n,lineOffset:r,position:i}=t;return e.map(o=>{let{name:s,value:a,matchBy:c,sortBy:u,type:d}=o,m={label:s,filterText:Vr(c,n),sortText:u,value:a,data:{lineOffset:r,position:i,node:n}};return d===1?new ls(m):new ps(m)})}async function qy(e,t){let{node:n}=t,r=n.value??"",i=await Sy(e,r),{refDirAbsolutePath:o}=i,s=[];try{s=await ae.fs.readDir(o)}catch{return Ny(Ey([],i),t)}let a=await SD(s,{supportedFiles:TD},i);return Ny(Ey(a,i),t)}import{isEmptyObject as kD,isPlainObject as AD}from"@redocly/openapi-core";function Oy(e,t){let n=t?.items;return AD(n)?"- "+Oy(e,n):t?.required?Object.values(t.required).map((r,i)=>`${r}: \${${i+1}}`).join(`
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
74
|
+
- `)}`}function gD(e){return e.scorecardLevel?`
|
|
75
|
+
Scorecard level: ${e.scorecardLevel}`:""}function ol(e,t){e.forEach(n=>{let r;switch(n.severity){case"error":r=We.DiagnosticSeverity.Error;break;case"warn":r=We.DiagnosticSeverity.Warning;break;default:r=We.DiagnosticSeverity.Warning}let i=tD(n.location[0]),o=Nt(i.source.absoluteRef),s=We.Position.create(i.start.line-1,i.start.col-1),a=i.end?We.Position.create(i.end.line-1,i.end.col-1):s,c=n.message+fD(n)+gD(n),u=We.Diagnostic.create(We.Range.create(s,a),c,r,`Rule: ${n.ruleId}`,"Redocly OpenAPI");n.reference&&(u.codeDescription={href:n.reference}),xy(o,u,t)})}function mD(e){return e.filter(({severity:t})=>t==="error").map(t=>({...t,location:t.location.map(n=>({...n,source:{...n.source,_ast:null}}))}))}var gs=Ae(It(),1);var me=Ae(It(),1);function Re(e,t){return e?t?rs[e+"_"+t]||t:rs[e]||rs.Default:rs.Default}var hD=["newLine","MediaTypeMap","PathMap","propertyName","newItem","Root_openapi","Root","Info","Root_info","Info_title","Info_summary","Info_description","Info_termsOfService","Info_contact","Contact_name","Contact_url","Contact_email","Info_license","License_name","License_identifier","License_url","Info_version","Root_jsonSchemaDialect","jsonSchemaDialect","Root_servers","Server_List","Server_url","Server_description","Server_variables","Root_paths","Root_webhooks","Root_components","Root_security","Root_tags","Root_externalDocs","LocalComponentCompletion","FolderCompletion","FileCompletion","Default"],rs=hD.reduce((e,t,n)=>(e[t]=String.fromCharCode(n),e),{});var lr="newItem",Gr="propertyName",ur="newLine";function is(e){return!!(e?.name&&_y[e.name])}function al(e){return _y[e]||[]}var _y={[ur]:[{label:"newLine",kind:me.CompletionItemKind.Constructor,data:{},sortText:Re(ur)}],[Gr]:[{label:Gr,kind:me.CompletionItemKind.Constructor,data:{properties:{}},sortText:Re(Gr)}],ServerVariable_Map:[{label:"newVariableName",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("ServerVariable_Map")}],ResponsesMap:[{label:"200",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"201",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"204",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"301",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"303",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"400",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"401",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"403",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"404",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"500",kind:me.CompletionItemKind.Property,data:{properties:{}}},{label:"503",kind:me.CompletionItemKind.Property,data:{properties:{}}}],PathMap:[{label:"/newPath",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("PathMap")}],MediaTypeMap:[{label:"mime/type",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("MediaTypeMap")},{label:"application/json",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("MediaTypeMap")},{label:"application/octet-stream",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("MediaTypeMap")},{label:"multipart/form-data",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("MediaTypeMap")},{label:"application/x-www-form-urlencoded",kind:me.CompletionItemKind.Property,data:{properties:{}},sortText:Re("MediaTypeMap")},{label:"application/xml",kind:me.CompletionItemKind.Property,data:[],sortText:Re("MediaTypeMap")}]};import{Oas2Types as yD,Oas3Types as bD,Oas3_1Types as vD,Oas3_2Types as Cy,AsyncApi2Types as PD,AsyncApi3Types as xD,Arazzo1Types as _D,Arazzo1_1Types as CD,Overlay1Types as RD,OpenRpcTypes as DD,ConfigTypes as TD,normalizeTypes as ul,getMajorSpecVersion as wD,createEntityTypes as SD}from"@redocly/openapi-core";var ht=Ae(On(),1);var cl=new Map;async function ll(e,t){let n=await Xe(e),r=n.getText(),i=ht.safeLoad(r,{filename:e}),{nodePath:o}=os({node:i,nodePath:[]},t,n,!0),s=await pl(i,e),{version:a}=fl(i),{currentType:c,parentType:u,endPath:d}=ss(s,o,i),m=Qr(i),v=c?.name?c:u;return{nodePath:o,endPath:d,type:v,existingValues:m,types:s,descriptionVersion:a}}async function kD(e){let n=(await Xe(e)).getText();try{let r=ht.safeLoad(n,{filename:e});return dl(r)}catch{return{version:"oas3_2",isDefault:!0}}}function Ry(e,t){if(!e)return null;let n=e,r=!0;return t.forEach(i=>{if(r=!1,nl(n)&&n.items&&n.items[i])n=n.items[i],r=!0;else if(yy(n)){let o=as(n);for(let s of o)if(tl(s)&&s.key?.value===i){n=s?.value,r=!0;break}}}),r?n:(console.warn("Cannot find node by path",t),null)}function AD(e,t){for(let n=0;n<t.length;n++)if(n===t.length-1||t[n+1]>e)return n;return t.length-1}function os(e,t,n,r=!1){let{node:i,nodePath:o=[]}=e,s=n.offsetAt(t),a=as(i);if(a.length===0||ED(i)||!r&&ND(i,n,t))return e;let c=qD(a,s);return os({nodePath:OD(o,i,a[c],c),node:a[c]},t,n,r)}function ED(e){return e?.kind===ht.Kind.MAPPING&&!e?.value}function ND(e,t,n){let r=t.getText({start:t.positionAt(t._lineOffsets[n.line]),end:n}),i=MD(e,t),o=r?.match(/^\s+/)?.[0]?.length||0;return(/^\s*[\w\-\$\/\{\}]+$/.test(r)?o:n.character)===i}function qD(e,t){for(let n=1;n<e.length;n++){let r=e[n];if(r&&r.startPosition>t)return n-1}return e.length-1}function OD(e,t,n,r){return nl(t)?[...e,r]:tl(n)&&n?.key?.value&&typeof n.key.value=="string"?[...e,n.key.value]:e}function MD(e,t){let n=e?.startPosition??0,r=AD(n,t._lineOffsets);if(r>=0){let i=t._lineOffsets[r];return n-i}return 0}function ss(e,t,n){let r=e,i,o=new Array(t.length).fill(null);t.forEach((a,c)=>{let u;if(e?.name&&e?.name!==r?.name&&(r=e,i=a),e&&e?.properties&&!Object.keys(e?.properties).length&&e?.items){if(e.items.properties)u=e.items;else if(Yr(e.items)){let d=LD(n,typeof t[0]=="number"?t[0]:0);u=e.items(d,a)}}else if(e?.properties&&e.properties[a])u=e.properties[a],Yr(u)&&(u=u(null,a));else if(e?.additionalProperties&&!Yr(e?.additionalProperties))u=e.additionalProperties;else if(Yr(e?.additionalProperties)&&a){let d=e.additionalProperties(null,a);d&&(u=d)}u&&(e=u,o[c]=u)}),e?.name&&r?.name&&e?.name!==r?.name&&(i=void 0);let s=o.every(a=>!!a);return{currentType:s||t[0]==="openapi"||t.length===0?e:null,parentType:s?r:null,endPath:i}}function LD(e,t){let n={};if(e.kind===ht.Kind.SEQ&&e.items?.[t]){let r=e.items?.[t]?.mappings??[];for(let i of r)i.key?.value&&(n[i.key?.value]=i.value?.value)}return n}async function pl(e,t){if(await hn(t)||await hn(Oe(t)))return ul(TD).ConfigRoot;if(mn({uri:t,ast:e})||mn({uri:Oe(t),ast:e})){let{entityTypes:o}=SD(Ei,Ni),s=ul(o);if(e?.kind===ht.Kind.SEQ)return s.EntityFileArray;let a=jD(e);return a&&s[a]?s[a]:s.EntityFileDefault}let{types:n,isDefault:r}=FD(e);if(!e)return n;let i=r?il(t):n;return r&&!il(t)&&e?null:i||n}function jD(e){let t="type";return e?.mappings?.find(n=>n.key?.value===t&&n.value?.value)?.value?.value}function ID(e){if(cl.has(e))return cl.get(e);let t=ul(UD(e)).Root;return cl.set(e,t),t}function dl(e){let t,n=!1;if(e?.kind===ht.Kind.MAP)for(let r of e.mappings){let i=r.key?.value,o=String(r?.value?.value);if(i==="openapi"&&o.startsWith("3.0.")){t="oas3_0";break}if(i==="openapi"&&o.startsWith("3.1.")){t="oas3_1";break}if(i==="openapi"&&o.startsWith("3.")){t="oas3_2";break}if(i==="swagger"&&o==="2.0"){t="oas2";break}if(i==="asyncapi"&&o.startsWith("2."))return{version:"async2",isDefault:!1};if(i==="asyncapi"&&o.startsWith("3."))return{version:"async3",isDefault:!1};if(i==="arazzo"&&o.startsWith("1.0."))return{version:"arazzo1",isDefault:!1};if(i==="arazzo"&&o.startsWith("1."))return{version:"arazzo1_1",isDefault:!1};if(i==="overlay"&&o.startsWith("1."))return{version:"overlay1",isDefault:!1};if(i==="openrpc"&&o.startsWith("1."))return{version:"openrpc1",isDefault:!1}}return t||(t="oas3_2",n=!0),{version:t,isDefault:n}}function fl(e){let{version:t,isDefault:n}=dl(e);return{version:wD(t),isDefault:n}}function FD(e){let{version:t,isDefault:n}=dl(e);return{types:ID(t),isDefault:n}}function as(e){switch(e?.kind){case ht.Kind.MAPPING:return[e.key,e.value];case ht.Kind.MAP:return e.mappings;case ht.Kind.SEQ:return e?.items;default:return[]}}function UD(e){switch(e){case"oas3_2":return Cy;case"oas3_1":return vD;case"oas3_0":return bD;case"oas2":return yD;case"async2":return PD;case"async3":return xD;case"arazzo1":return _D;case"arazzo1_1":return CD;case"overlay1":return RD;case"openrpc1":return DD;case"graphql":return{};default:return Cy}}function Qr(e,t,n){if(typeof t>"u"&&(t={}),typeof n>"u"&&(n=0),!e)return{};let r=e?.mappings||e?.items;if(r){let i=0;for(let o of r)o?.value===null||!o?.value?.value?t[o?.key?.value||i]={value:hy(o?.value)?o?.value:null,startOffset:o?.key?.value?o.startPosition+o.key.value.length+1:null,endOffset:null,indent:n}:t[o?.key?.value||i]={value:o?.value?.value,rawValue:o?.value?.rawValue||null,startOffset:o?.value?.startPosition||null,endOffset:o?.value?.endPosition||null,indent:n},Object.keys(o?.value||o||{}).includes("items")?(t[o?.key?.value||i]={type:"sequence",startOffset:o.startPosition,endOffset:o.endPosition,indent:n,value:null},Qr(o?.value||o,t[o?.key?.value||i],n+1)):Object.keys(o?.value||o||{}).includes("mappings")&&(t[o?.key?.value||i]={type:"map",startOffset:o.startPosition,endOffset:o.endPosition,indent:n,value:null},Qr(o?.value||o,t[o?.key?.value||i],n+1)),i++}return t}import{mapTypeToComponent as Dy}from"@redocly/openapi-core";var gl={Schema:[{name:"$ref",value:{type:"string",name:"Schema"}}],PathItem:[{name:"$ref",value:{type:"string",name:"PathItem"}}],Parameter:[{name:"$ref",value:{type:"string",name:"Parameter"}}],Response:[{name:"$ref",value:{type:"string",name:"Response"}}],Example:[{name:"$ref",value:{type:"string",name:"Example"}}],RequestBody:[{name:"$ref",value:{type:"string",name:"RequestBody"}}],Header:[{name:"$ref",value:{type:"string",name:"Header"}}],SecuritySchema:[{name:"$ref",value:{type:"string",name:"SecuritySchema"}}],Link:[{name:"$ref",value:{type:"string",name:"Link"}}],Callback:[{name:"$ref",value:{type:"string",name:"Callback"}}]};function Ty(e){let t=gl[e.name];if(t&&e.properties)for(let n of t)e.properties[n.name]=n.value;return e}var cs=Ae(It(),1),Ge=class{constructor({kind:t,label:n,value:r,textEdit:i,filterText:o,sortText:s,data:a}){this.kind=t||cs.CompletionItemKind.Value,this.label=n;let{node:c,lineOffset:u,position:d}=a;this.insertText=r??n,this.filterText=o||this.insertText,this.sortText=s,this.textEdit=i||(c?.value&&d&&u!==void 0?this.getTextEdit(c,d,u):void 0)}getTextEdit(t,n,r){let i=t.startPosition-r,o=t.singleQuoted||t.doubleQuoted?2:0,s=i+t.value.length+o;return cs.TextEdit.replace({start:{line:n.line,character:i},end:{line:n.line,character:s}},this.insertText)}};var pr=Ae(It(),1),At=class{constructor({kind:t,label:n,insertText:r,insertTextFormat:i,filterText:o,sortText:s,data:a}){this.insertTextFormat=i??(n.includes("$")?pr.InsertTextFormat.PlainText:pr.InsertTextFormat.Snippet),this.kind=t||pr.CompletionItemKind.Property,this.label=n,this.data=a||{},this.insertText=r??n,this.filterText=o||this.insertText,this.sortText=s,this.command=this.kind===pr.CompletionItemKind.Property?{title:"Suggested values",command:"editor.action.triggerSuggest"}:void 0}};var Jr={example:"example",default:"default",enum:"enum",ref:"$ref"},us=[Jr.default,Jr.example];var Ay=Ae(On(),1);var ke={};ys(ke,{default:()=>ky.default});bs(ke,Ae(ml()));var ky=Ae(ml());function HD(e,t,n){let r=t.slice(0,t.length-1),{currentType:i}=ss(e,r,n);if(i?.name){let[o]=gl[i.name]||[];return o?.value}return null}function BD(e,t,n){let r=t[t.length-1];if(gy(r))return HD(e,t,n);let{currentType:i}=ss(e,t,n);return i?is(i)?i:i?.name&&(i?.name.includes("Map")||i?.name.includes("Named"))?{name:Gr,properties:{}}:i:null}async function Ey(e,t){let n=await Xe(e),r=n.getText(),i=(0,Ay.safeLoad)(r,{filename:e}),{node:o,nodePath:s}=os({node:i,nodePath:[]},t,n),a=await pl(i,e),c=BD(a,s,i),u=n._lineOffsets[t.line],d=n.getText({start:n.positionAt(u),end:t});return{currentAst:i,node:o,nodePath:s,position:t,lineText:d,lineOffset:u,openApiType:c}}async function Ny(e,t){let n=K.resolvePath(Ue(e)),r=K.dirname(n),i=await _l(K.joinPath(r,t),r.path),o=K.resolvePath(r,i.path);return{refPath:t,refDirPath:i,refDirAbsolutePath:o,isAbsolutePath:t?(0,ke.isAbsolute)(t):!1,docAbsolutePath:n,docAbsoluteDirPath:r,root:"/"}}var qy=Ae(It(),1);var ls=class extends Ge{constructor(t){super(t),this.kind=qy.CompletionItemKind.Folder,this.command={title:"Complete path",command:"editor.action.triggerSuggest",arguments:[]}}};var Oy=Ae(It(),1);var ps=class extends Ge{constructor(t){super(t),this.kind=Oy.CompletionItemKind.File}};var $D=ae.supportedLanguages.concat({languageId:"markdown",filePattern:/\.md$/});function YD(e){let{refPath:t,docAbsoluteDirPath:n,isAbsolutePath:r,root:i}=e,o=(0,ke.resolve)(n.path,t,".."),s=r?o:(0,ke.relative)(n.path,o),a=s&&s!==i?"/":"";return{name:"../",type:1,matchBy:t,sortBy:Re("FolderCompletion"),value:`${s}${a}`}}async function VD(e,t,n){let r=[],{refDirAbsolutePath:i,docAbsolutePath:o}=n;for(let s of e)try{let a=K.resolvePath(i,s),c=await ae.fs.stat(a);c.isFile()&&a.path!==o.path&&t.supportedFiles.some(u=>u.filePattern.test(s))&&r.push({name:s,type:0}),c.isDirectory()&&r.push({name:s,type:1})}catch{continue}return r}function My(e,t){let{docAbsoluteDirPath:n,isAbsolutePath:r,refDirAbsolutePath:i,root:o,refPath:s}=t,a=[];return i.path!==o&&a.push(YD(t)),a.concat(e.map(({name:c,type:u})=>{let d=(0,ke.resolve)(i.path,c),m=(0,ke.relative)(n.path,d),v=s.includes(ke.sep)?s.slice(0,s.lastIndexOf(ke.sep)+1):s+ke.sep,y=r?d:m;if(u===0)return{type:u,name:c,value:y,sortBy:`${Re("FileCompletion")}${c}`,matchBy:`${v}${c}`};let T=`${c}/`;return{type:u,name:T,value:`${y}${m?"/":""}`,sortBy:`${Re("FolderCompletion")}${c}`,matchBy:`${v}${c}`}}))}function Ly(e,t){let{node:n,lineOffset:r,position:i}=t;return e.map(o=>{let{name:s,value:a,matchBy:c,sortBy:u,type:d}=o,m={label:s,filterText:Vr(c,n),sortText:u,value:a,data:{lineOffset:r,position:i,node:n}};return d===1?new ls(m):new ps(m)})}async function jy(e,t){let{node:n}=t,r=n.value??"",i=await Ny(e,r),{refDirAbsolutePath:o}=i,s=[];try{s=await ae.fs.readDir(o)}catch{return Ly(My([],i),t)}let a=await VD(s,{supportedFiles:$D},i);return Ly(My(a,i),t)}import{isEmptyObject as KD,isPlainObject as Fy}from"@redocly/openapi-core";var ds=" ";function GD(e){let t=e?.match(/^\s*(?:- )+/)?.[0].match(/- /g)?.length??0;return ds.repeat(t)}function Uy(e){return!Fy(e)||!Array.isArray(e.required)?[]:e.required.filter(t=>typeof t=="string")}function Wy(e,t){return e.map((n,r)=>`${n}: \${${r+1}}`).join(`
|
|
76
|
+
${t}`)}function Iy(e,t){let n=Uy(e);return n.length?`- ${Wy(n,t+ds)}`:"- "}function Dn(e,t){if(e===ur)return`
|
|
77
|
+
`;let n=t?.lineText,r=!!n?.trimEnd().endsWith(":"),i=GD(n)+(r?ds:""),o=r?`
|
|
78
|
+
${i}`:"",s=i+ds;if(e===lr)return`${o}${Iy(t?.items,i)}`;if(Fy(t?.items))return`${o}${e}:
|
|
79
|
+
${s}${Iy(t?.items,s)}`;let a=Uy(t);return a.length?`${o}${e}:
|
|
80
|
+
${s}${Wy(a,s)}`:t?.properties&&!KD(t.properties)?`${o}${e}:
|
|
81
|
+
${s}`:`${o}${e}: `}var fs=Ae(It(),1);var QD=["BuiltinRule","ConfigurableRule","CustomRule"],JD=["error","warn","off"],XD=["assertions"],Hy="rule/customRuleName",By=`rule/\${1:my-rule}:
|
|
82
|
+
subject:
|
|
83
|
+
type: \${2}
|
|
84
|
+
assertions:
|
|
85
|
+
\${3}`;function zy(e){return e.openApiType?.name==="Rules"}function $y(e){return!!e.openApiType?.name&&QD.includes(e.openApiType.name)&&e.lineText.trimEnd().endsWith(":")}function hl(e){return e[e.length-2]==="extends"&&typeof e[e.length-1]=="number"&&(e.length===2||e.length===4&&e[0]==="apis")}function Yy(e){return e[e.length-1]==="extends"&&(e.length===1||e.length===3&&e[0]==="apis")}async function Vy(e){return((await Yt(e)).plugins||[]).map(n=>{let r=new Set;for(let i of Object.values(n.rules||{}))for(let o of Object.keys(i))XD.includes(o)||r.add(o);return{id:n.id||"",ruleNames:[...r],configNames:Object.keys(n.configs||{})}})}function ZD(e){return e.trimEnd().endsWith(":")?`
|
|
86
|
+
${By.replace(/\n/g,`
|
|
87
|
+
`)}`:By}async function Ky(e,t,n){let{lineText:r}=t,o=(await Vy(e)).flatMap(({id:s,ruleNames:a})=>a.map(c=>s?`${s}/${c}`:c)).filter(s=>!n.includes(s)).map(s=>new At({label:s,kind:fs.CompletionItemKind.Property,insertText:Dn(s,{lineText:r})}));return o.push(new At({label:Hy,kind:fs.CompletionItemKind.Snippet,insertText:ZD(r),filterText:Hy})),o}function Gy(e){let{node:t,position:n,lineOffset:r,lineText:i}=e,o=i.endsWith(" ")?"":" ";return JD.map(s=>new Ge({label:s,kind:fs.CompletionItemKind.EnumMember,value:`${o}${s}`,filterText:s,data:{node:t,position:n,lineOffset:r}}))}async function Qy(e,t){let{node:n,position:r,lineOffset:i,nodePath:o,lineText:s}=t,a=await Vy(e),c=hl(o)?"":s.trimEnd().endsWith(":")?`
|
|
88
|
+
- `:"- ";return a.flatMap(({id:u,configNames:d})=>d.map(m=>u?`${u}/${m}`:m)).map(u=>new Ge({label:u,value:`${c}${u}`,filterText:u,data:{node:n,position:r,lineOffset:i}}))}function eT(e,t){let{version:n}=fl(e),r=Dy(t,n);if(!r)return[];let i=Ry(e,["components",r]);return i?(as(i.value||i)||[]).map(({key:{value:s}})=>`#/components/${r}/${s}`):[]}function tT(e){let{node:t,position:n,lineOffset:r}=e,i=us.includes(t.key?.value)?t:us.includes(t.parent?.key?.value)?t.parent:null;return i?i?.parent?.mappings?.find(({key:s})=>s?.value===Jr.enum)?.value?.items?.map(({value:s})=>new Ge({label:s,data:{node:t,position:n,lineOffset:r}}))||[]:[]}async function nT(e,t){let{position:n,openApiType:r,currentAst:i,lineOffset:o,node:s}=t,a=r?.name?eT(i,r.name):[];return[...await jy(e,t),...a.map(u=>{let d=Vr(u,s);return new Ge({label:u,filterText:Vr(u,s),value:d,sortText:`${Re("LocalComponentCompletion")}${u}`,data:{lineOffset:o,position:n,node:s}})})]}function rT(e){let{openApiType:t,node:n,position:r,lineOffset:i}=e;return t?.enum?t.enum.map(o=>new Ge({label:o,kind:gs.CompletionItemKind.EnumMember,data:{node:n,position:r,lineOffset:i}})):[]}function iT(e){let{node:t,position:n,lineOffset:r}=e;return["true","false"].map(i=>new Ge({label:i,data:{node:t,position:n,lineOffset:r}}))}function Jy(e){let{currentAst:t,nodePath:n,node:r,openApiType:i,lineText:o}=e,s=Zy(t,n,r);return cT(i,s,o)}async function oT(e,t){let{node:n,nodePath:r,openApiType:i}=t;if(!n)return[];let o=n.key?.value||(r.length?r[r.length-1]:null);return o&&i?.name&&Jr.ref===o?nT(e,t):us.includes(o)?tT(t):i?.enum?rT(t):i?.type==="boolean"?iT(t):[]}async function Xy(e,t){let n=await Ey(e,t);if(hl(n.nodePath)||Yy(n.nodePath))return Qy(e,n);if(zy(n)){let r=Zy(n.currentAst,n.nodePath,n.node);return Ky(e,n,r)}return $y(n)?[...Gy(n),...Jy(n)]:n.openApiType?.properties?Jy(n):sT(await oT(e,n),n.lineText)}function sT(e,t){if(t.endsWith(":"))for(let n of e)n.textEdit||(n.insertText=` ${n.insertText}`);return e}function aT(e,t){return e.startsWith("$")&&/\$[\w-]*$/.test(t)?e.slice(1):e}function Zy(e,t,n){if(!e)return[];let i=Qr(e);for(let a=0;a<t.length;a++)i[t[a]]&&(i=i[t[a]]);let o=i?Object.keys(i).filter(a=>i[a]&&typeof i[a]=="object"):[],s=n?.value?.mappings||n?.mappings;if(s){let a=s.map(c=>c.key?.value);o.push(...a)}return!o.length&&n?.value&&o.push(n.value),o}function cT(e,t,n){if(!e)return[];if(Ty(e),is(e))return al(e?.name).filter(r=>!t.includes(r.label)).map(r=>new At({...r,insertText:Dn(r.label,{...r.data,...e,lineText:n})}));if(e.properties&&Object.keys(e.properties).length){let r=Object.keys(e.properties).filter(i=>!t.includes(i)).map(i=>{let o={...e?.properties?.[i]||{},lineText:n};return new At({label:i,kind:gs.CompletionItemKind.Property,insertText:aT(Dn(i,o),n),sortText:Re(e?.name,i)})});return n.endsWith(":")&&r.push(...al(ur).map(i=>new At({...i,insertText:Dn(i.label,{...i.data,lineText:n})}))),r}return e.items&&Object.keys(e.items).length?[new At({label:lr,kind:gs.CompletionItemKind.Constructor,insertText:Dn(lr,{...e,lineText:n}),sortText:Re(lr)})]:[]}var Ft=Ae(Zo(),1);var an=Ae(On(),1);import{getAstNodeByPointer as uT}from"@redocly/openapi-core";async function lT({position:e,textDocument:t,value:n,line:r,document:i}){let[o,s]=n.split("#/"),a=r.indexOf(n),c=a+n.length;if(e.character>=a&&a!==-1){let u=o?K.joinPath(K.dirname(Qe.parse(i.uri)),o).toString():t.uri,d;try{d=await Xe(u)}catch{return}let m=(0,an.safeLoad)(d.getText(),{filename:Oe(u)}),v=uT(m,`#/${s}`,!0),y=Ft.Range.create(d.positionAt(v?.startPosition||0),d.positionAt(v?.endPosition||0));return[Ft.LocationLink.create(u,Ft.Range.create(0,0,d.lineCount,0),y,Ft.Range.create(Ft.Position.create(e.line,a),Ft.Position.create(e.line,c)))]}}async function eb({position:e,textDocument:t}){let n;try{n=await Xe(t.uri)}catch{return}let o=n.getText().split(/\r\n|[\n\r]/g)[e.line],s=(0,an.safeLoad)(o,{filename:Oe(t.uri)}),a;switch(s.kind){case an.Kind.SCALAR:{a=s.parent||{value:{value:s?.value}};break}case an.Kind.MAP:{a=s?.mappings?.[0];break}case an.Kind.SEQ:{let u=s?.items?.[0];a=u?.kind===an.Kind.MAP?u?.mappings?.[0]:{value:{value:u?.value}};break}default:a=null}let c=a?.value?.value;if(c&&!hr(c))return lT({position:e,textDocument:t,value:c,line:o,document:n})}var rb=Ae(Zo(),1);function tb({nodePath:e,propertyTypeName:t,typeName:n,documentationLink:r}){let i=e.join(" \u203A "),o=r&&r.trim()?`
|
|
85
89
|
|
|
86
90
|
[Documentation](${r})
|
|
87
91
|
`:"";return`${n&&t&&n!==t?`\`type\` **${n}** \u203A \`property\` **${t}**`:`\`type\` **${t}**`}${o}
|
|
88
92
|
|
|
89
93
|
*${i}*
|
|
90
|
-
`}function
|
|
91
|
-
`)}async function
|
|
94
|
+
`}function nb(e){if(!e)return"";let t=e.nodePath.map(a=>String(a)),n=e.type,r=n?.name;if(!n||!r)return"";let i=n?.properties,o=e?.endPath?i?.[e.endPath]:n;return typeof o=="function"||e.types?.name==="ConfigRoot"&&r.startsWith("rootRedoclyConfigSchema.")?"":[tb({nodePath:t,propertyTypeName:e.endPath?e.endPath:r,typeName:e.endPath?r:void 0,documentationLink:o?.documentationLink}),o?.description??""].join(`
|
|
95
|
+
`)}async function ib(e){try{let t=e.textDocument.uri;if(!hi(t)&&!_r(t))return null;let n=e.position;if(!pT(n,t))return null;let r=await ll(t,n);if(!r)return null;let i=nb(r);return i?{contents:{kind:rb.MarkupKind.Markdown,value:i},metadata:{nodePath:r.nodePath,endPath:r.endPath,typeName:r.type?.name,descriptionVersion:r.descriptionVersion}}:null}catch(t){return console.error("Error in hover handler:",t),null}}function pT(e,t){let n=ae.documents.get(t);if(!n)return!0;let r=n.getText({start:{line:e.line,character:0},end:{line:e.line+1,character:0}}).trimEnd(),i=r.indexOf(":");if(i===-1)return!1;let o=r.match(/^\s*/)?.[0].length??0,s=r.substring(o,i).trimEnd(),a=o+s.length;return e.character>=o&&e.character<a}var dT=(t=>(t[t.FILE_TYPE_NOT_SUPPORTED=0]="FILE_TYPE_NOT_SUPPORTED",t))(dT||{});var ob=class{async onCompletion(t){let{uri:n}=t.textDocument;return _r(n)?[]:Xy(n,t.position)}async onCompletionResolve(t){return t}async onHover(t){return ib(t)}async validateOpenAPI(t){return sl(t)}async onDidChangeWatchedFiles(t){let n=t.changes.find(async i=>await hn(i.uri));if(n)return await yi(n.uri),Kr();if(t.changes.find(i=>mn({uri:i.uri})))return Kr()}async onDidConfigChange(t){return await yi(t),Kr()}async onDidChangeConfiguration(){return Kr()}async onDefinition(t){let{uri:n}=t.textDocument;return _r(n)?[]:await eb(t)||[]}};export{dT as ContextErrorCodes,ob as OpenapiLanguageServer,rl as bundleOpenAPI,bx as clearPluginsCache,VR as getBundles,Yt as getConfigData,ll as getContextData,Xe as getDocumentByURI,Qs as getPathsByDependency,hx as getPluginFiles,kD as getSpecVersion,hn as isConfigFile,mn as isEntityFile,hr as isHttpPath,fx as isIgnoreFile,yx as isPluginFile,hi as isYamlFile,ae as languageServerConfig,yi as loadOpenAPIConfig,Ue as parseUri,Xu as removeCirculars,Kr as revalidateAllDocuments,Oe as uriToAbsFSPath};
|