You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/json.worker.js

38 lines
250 KiB

(function(Oe){var V={};function Z(D){if(V[D])return V[D].exports;var Y=V[D]={i:D,l:!1,exports:{}};return Oe[D].call(Y.exports,Y,Y.exports,Z),Y.l=!0,Y.exports}return Z.m=Oe,Z.c=V,Z.d=function(D,Y,W){Z.o(D,Y)||Object.defineProperty(D,Y,{enumerable:!0,get:W})},Z.r=function(D){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(D,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(D,"__esModule",{value:!0})},Z.t=function(D,Y){if(Y&1&&(D=Z(D)),Y&8)return D;if(Y&4&&typeof D=="object"&&D&&D.__esModule)return D;var W=Object.create(null);if(Z.r(W),Object.defineProperty(W,"default",{enumerable:!0,value:D}),Y&2&&typeof D!="string")for(var oe in D)Z.d(W,oe,function(ue){return D[ue]}.bind(null,oe));return W},Z.n=function(D){var Y=D&&D.__esModule?function(){return D.default}:function(){return D};return Z.d(Y,"a",Y),Y},Z.o=function(D,Y){return Object.prototype.hasOwnProperty.call(D,Y)},Z.p="/react/build/",Z(Z.s="8Z8O")})({"33yf":function(Oe,V,Z){(function(D){function Y(x,R){for(var H=0,q=x.length-1;q>=0;q--){var ne=x[q];ne==="."?x.splice(q,1):ne===".."?(x.splice(q,1),H++):H&&(x.splice(q,1),H--)}if(R)for(;H--;H)x.unshift("..");return x}V.resolve=function(){for(var x="",R=!1,H=arguments.length-1;H>=-1&&!R;H--){var q=H>=0?arguments[H]:D.cwd();if(typeof q!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!q)continue;x=q+"/"+x,R=q.charAt(0)==="/"}return x=Y(oe(x.split("/"),function(ne){return!!ne}),!R).join("/"),(R?"/":"")+x||"."},V.normalize=function(x){var R=V.isAbsolute(x),H=ue(x,-1)==="/";return x=Y(oe(x.split("/"),function(q){return!!q}),!R).join("/"),!x&&!R&&(x="."),x&&H&&(x+="/"),(R?"/":"")+x},V.isAbsolute=function(x){return x.charAt(0)==="/"},V.join=function(){var x=Array.prototype.slice.call(arguments,0);return V.normalize(oe(x,function(R,H){if(typeof R!="string")throw new TypeError("Arguments to path.join must be strings");return R}).join("/"))},V.relative=function(x,R){x=V.resolve(x).substr(1),R=V.resolve(R).substr(1);function H(U){for(var J=0;J<U.length&&!(U[J]!=="");J++);for(var te=U.length-1;te>=0&&!(U[te]!=="");te--);return J>te?[]:U.slice(J,te-J+1)}for(var q=H(x.split("/")),ne=H(R.split("/")),fe=Math.min(q.length,ne.length),me=fe,ee=0;ee<fe;ee++)if(q[ee]!==ne[ee]){me=ee;break}for(var M=[],ee=me;ee<q.length;ee++)M.push("..");return M=M.concat(ne.slice(me)),M.join("/")},V.sep="/",V.delimiter=":",V.dirname=function(x){if(typeof x!="string"&&(x=x+""),x.length===0)return".";for(var R=x.charCodeAt(0),H=R===47,q=-1,ne=!0,fe=x.length-1;fe>=1;--fe)if(R=x.charCodeAt(fe),R===47){if(!ne){q=fe;break}}else ne=!1;return q===-1?H?"/":".":H&&q===1?"/":x.slice(0,q)};function W(x){typeof x!="string"&&(x=x+"");var R=0,H=-1,q=!0,ne;for(ne=x.length-1;ne>=0;--ne)if(x.charCodeAt(ne)===47){if(!q){R=ne+1;break}}else H===-1&&(q=!1,H=ne+1);return H===-1?"":x.slice(R,H)}V.basename=function(x,R){var H=W(x);return R&&H.substr(-1*R.length)===R&&(H=H.substr(0,H.length-R.length)),H},V.extname=function(x){typeof x!="string"&&(x=x+"");for(var R=-1,H=0,q=-1,ne=!0,fe=0,me=x.length-1;me>=0;--me){var ee=x.charCodeAt(me);if(ee===47){if(!ne){H=me+1;break}continue}q===-1&&(ne=!1,q=me+1),ee===46?R===-1?R=me:fe!==1&&(fe=1):R!==-1&&(fe=-1)}return R===-1||q===-1||fe===0||fe===1&&R===q-1&&R===H+1?"":x.slice(R,q)};function oe(x,R){if(x.filter)return x.filter(R);for(var H=[],q=0;q<x.length;q++)R(x[q],q,x)&&H.push(x[q]);return H}var ue="ab".substr(-1)==="b"?function(x,R,H){return x.substr(R,H)}:function(x,R,H){return R<0&&(R=x.length+R),x.substr(R,H)}}).call(this,Z("Q2Ig"))},"8Z8O":function(Oe,V,Z){"use strict";Z.r(V);var D=function(){function e(){this.listeners=[],this.unexpectedErrorHandler=function(t){setTimeout(function(){throw t.stack?new Error(t.message+`
`+t.stack):t},0)}}return e.prototype.emit=function(t){this.listeners.forEach(function(r){r(t)})},e.prototype.onUnexpectedError=function(t){this.unexpectedErrorHandler(t),this.emit(t)},e.prototype.onUnexpectedExternalError=function(t){this.unexpectedErrorHandler(t)},e}(),Y=new D;function W(e){R(e)||Y.onUnexpectedError(e);return}function oe(e){R(e)||Y.onUnexpectedExternalError(e);return}function ue(e){if(e instanceof Error){var t=e.name,r=e.message,n=e.stacktrace||e.stack;return{$isError:!0,name:t,message:r,stack:n}}return e}var x="Canceled";function R(e){return e instanceof Error&&e.name===x&&e.message===x}function H(){var e=new Error(x);return e.name=e.message,e}function q(e){return e?new Error("Illegal argument: "+e):new Error("Illegal argument")}function ne(e){return e?new Error("Illegal state: "+e):new Error("Illegal state")}var fe=!1,me="__is_disposable_tracked__";function ee(e){if(!fe)return;if(e&&e!==ke.None)try{e[me]=!0}catch(t){}}function M(e){if(!fe)return e;var t=new Error("Potentially leaked disposable").stack;return setTimeout(function(){e[me]||console.log(t)},3e3),e}function U(e){return typeof e.dispose=="function"&&e.dispose.length===0}function J(e){return Array.isArray(e)?(e.forEach(function(t){t&&(ee(t),t.dispose())}),[]):e?(ee(e),e.dispose(),e):void 0}function te(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.forEach(ee),M({dispose:function(){return J(e)}})}function Q(e){var t=M({dispose:function(){ee(t),e()}});return t}var pe=function(){function e(){this._toDispose=new Set,this._isDisposed=!1}return e.prototype.dispose=function(){if(this._isDisposed)return;ee(this),this._isDisposed=!0,this.clear()},e.prototype.clear=function(){this._toDispose.forEach(function(t){return t.dispose()}),this._toDispose.clear()},e.prototype.add=function(t){if(!t)return t;if(t===this)throw new Error("Cannot register a disposable on itself!");return ee(t),this._isDisposed?console.warn(new Error("Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!").stack):this._toDispose.add(t),t},e}(),ke=function(){function e(){this._store=new pe,M(this)}return e.prototype.dispose=function(){ee(this),this._store.dispose()},e.prototype._register=function(t){if(t===this)throw new Error("Cannot register a disposable on itself!");return this._store.add(t)},e.None=Object.freeze({dispose:function(){}}),e}(),ze=function(){function e(){this._isDisposed=!1,M(this)}return Object.defineProperty(e.prototype,"value",{get:function(){return this._isDisposed?void 0:this._value},set:function(t){if(this._isDisposed||t===this._value)return;this._value&&this._value.dispose(),t&&ee(t),this._value=t},enumerable:!0,configurable:!0}),e.prototype.clear=function(){this.value=void 0},e.prototype.dispose=function(){this._isDisposed=!0,ee(this),this._value&&this._value.dispose(),this._value=void 0},e}(),Le=function(){function e(t){this.object=t}return e.prototype.dispose=function(){},e}(),ve=Z("MNsG"),be={number:"number",string:"string",undefined:"undefined",object:"object",function:"function"};function pt(e){return Array.isArray?Array.isArray(e):!!(e&&typeof e.length===be.number&&e.constructor===Array)}function Ne(e){return typeof e===be.string||e instanceof String}function gt(e){return typeof e===be.object&&e!==null&&!Array.isArray(e)&&!(e instanceof RegExp)&&!(e instanceof Date)}function vt(e){return(typeof e===be.number||e instanceof Number)&&!isNaN(e)}function I(e){return e===!0||e===!1}function L(e){return typeof e===be.undefined}function O(e){return L(e)||e===null}function P(e,t){if(!e)throw new Error(t?"Unexpected type, expected '"+t+"'":"Unexpected type")}var X=Object.prototype.hasOwnProperty;function $(e){if(!gt(e))return!1;for(var t in e)if(X.call(e,t))return!1;return!0}function ie(e){return typeof e===be.function}function et(e,t){for(var r=Math.min(e.length,t.length),n=0;n<r;n++)yt(e[n],t[n])}function yt(e,t){if(Ne(t)){if(typeof e!==t)throw new Error("argument does not match constraint: typeof "+t)}else if(ie(t)){try{if(e instanceof t)return}catch(r){}if(!O(e)&&e.constructor===t)return;if(t.length===1&&t.call(void 0,e)===!0)return;throw new Error("argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}function Te(e){for(var t=[],r=Object.getPrototypeOf(e);Object.prototype!==r;)t=t.concat(Object.getOwnPropertyNames(r)),r=Object.getPrototypeOf(r);return t}function Ue(e){for(var t=[],r=0,n=Te(e);r<n.length;r++){var i=n[r];typeof e[i]=="function"&&t.push(i)}return t}function xe(e,t){for(var r=function(f){return function(){var u=Array.prototype.slice.call(arguments,0);return t(f,u)}},n={},i=0,o=e;i<o.length;i++){var a=o[i];n[a]=r(a)}return n}function as(e){return e===null?void 0:e}function ss(e){return typeof e=="undefined"?null:e}var Zi=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)i.hasOwnProperty(o)&&(n[o]=i[o])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),qr="$initialize",Hr=!1;function us(e){if(!ve.b)return;Hr||(Hr=!0,console.warn("Could not create web worker(s). Falling back to loading web worker code in main thread, which might cause UI freezes. Please see https://github.com/Microsoft/monaco-editor#faq")),console.warn(e.message)}var Gr=function(){function e(t){this._workerId=-1,this._handler=t,this._lastSentReq=0,this._pendingReplies=Object.create(null)}return e.prototype.setWorkerId=function(t){this._workerId=t},e.prototype.sendMessage=function(t,r){var n=this,i=String(++this._lastSentReq);return new Promise(function(o,a){n._pendingReplies[i]={resolve:o,reject:a},n._send({vsWorker:n._workerId,req:i,method:t,args:r})})},e.prototype.handleMessage=function(t){if(!t||!t.vsWorker)return;if(this._workerId!==-1&&t.vsWorker!==this._workerId)return;this._handleMessage(t)},e.prototype._handleMessage=function(t){var r=this;if(t.seq){var n=t;if(!this._pendingReplies[n.seq]){console.warn("Got reply to unknown seq");return}var i=this._pendingReplies[n.seq];if(delete this._pendingReplies[n.seq],n.err){var o=n.err;n.err.$isError&&(o=new Error,o.name=n.err.name,o.message=n.err.message,o.stack=n.err.stack),i.reject(o);return}i.resolve(n.res);return}var a=t,f=a.req,u=this._handler.handleMessage(a.method,a.args);u.then(function(s){r._send({vsWorker:r._workerId,seq:f,res:s,err:void 0})},function(s){s.detail instanceof Error&&(s.detail=ue(s.detail)),r._send({vsWorker:r._workerId,seq:f,res:void 0,err:ue(s)})})},e.prototype._send=function(t){var r=[];if(t.req)for(var n=t,i=0;i<n.args.length;i++)n.args[i]instanceof ArrayBuffer&&r.push(n.args[i]);else{var n=t;n.res instanceof ArrayBuffer&&r.push(n.res)}this._handler.sendMessage(t,r)},e}(),ls=function(e){Zi(t,e);function t(r,n,i){var o=e.call(this)||this,a=null;o._worker=o._register(r.create("vs/base/common/worker/simpleWorker",function(l){o._protocol.handleMessage(l)},function(l){a&&a(l)})),o._protocol=new Gr({sendMessage:function(l,c){o._worker.postMessage(l,c)},handleMessage:function(l,c){if(typeof i[l]!="function")return Promise.reject(new Error("Missing method "+l+" on main thread host."));try{return Promise.resolve(i[l].apply(i,c))}catch(m){return Promise.reject(m)}}}),o._protocol.setWorkerId(o._worker.getId());var f=null;typeof self.require!="undefined"&&typeof self.require.getConfig=="function"?f=self.require.getConfig():typeof self.requirejs!="undefined"&&(f=self.requirejs.s.contexts._.config);var u=Ue(i);o._onModuleLoaded=o._protocol.sendMessage(qr,[o._worker.getId(),JSON.parse(JSON.stringify(f)),n,u]);var s=function(l,c){return o._request(l,c)};return o._lazyProxy=new Promise(function(l,c){a=c,o._onModuleLoaded.then(function(m){l(xe(m,s))},function(m){c(m),o._onError("Worker failed to load "+n,m)})}),o}return t.prototype.getProxyObject=function(){return this._lazyProxy},t.prototype._request=function(r,n){var i=this;return new Promise(function(o,a){i._onModuleLoaded.then(function(){i._protocol.sendMessage(r,n).then(o,a)},a)})},t.prototype._onError=function(r,n){console.error(r),console.info(n)},t}(ke),$r=function(){function e(t,r){var n=this;this._requestHandlerFactory=r,this._requestHandler=null,this._protocol=new Gr({sendMessage:function(i,o){t(i,o)},handleMessage:function(i,o){return n._handleMessage(i,o)}})}return e.prototype.onmessage=function(t){this._protocol.handleMessage(t)},e.prototype._handleMessage=function(t,r){if(t===qr)return this.initialize(r[0],r[1],r[2],r[3]);if(!this._requestHandler||typeof this._requestHandler[t]!="function")return Promise.reject(new Error("Missing requestHandler or method: "+t));try{return Promise.resolve(this._requestHandler[t].apply(this._requestHandler,r))}catch(n){return Promise.reject(n)}},e.prototype.initialize=function(t,r,n,i){var o=this;this._protocol.setWorkerId(t);var a=function(u,s){return o._protocol.sendMessage(u,s)},f=xe(i,a);return this._requestHandlerFactory?(this._requestHandler=this._requestHandlerFactory(f),Promise.resolve(Ue(this._requestHandler))):(r&&(typeof r.baseUrl!="undefined"&&delete r.baseUrl,typeof r.paths!="undefined"&&(typeof r.paths.vs!="undefined"&&delete r.paths.vs),r.catchError=!0,self.require.config(r)),new Promise(function(u,s){self.require([n],function(l){if(o._requestHandler=l.create(f),!o._requestHandler){s(new Error("No RequestHandler!"));return}u(Ue(o._requestHandler))},s)}))},e}();function fs(e){return new $r(e,null)}function cs(e,t){return t===void 0&&(t=0),e[e.length-(1+t)]}function hs(e){if(e.length===0)throw new Error("Invalid tail call");return[e.slice(0,e.length-1),e[e.length-1]]}function ds(e,t,r){if(r===void 0&&(r=function(o,a){return o===a}),e===t)return!0;if(!e||!t)return!1;if(e.length!==t.length)return!1;for(var n=0,i=e.length;n<i;n++)if(!r(e[n],t[n]))return!1;return!0}function ms(e,t,r){for(var n=0,i=e.length-1;n<=i;){var o=(n+i)/2|0,a=r(e[o],t);if(a<0)n=o+1;else if(a>0)i=o-1;else return o}return-(n+1)}function ps(e,t){var r=0,n=e.length;if(n===0)return 0;for(;r<n;){var i=Math.floor((r+n)/2);t(e[i])?n=i:r=i+1}return r}function Yr(e,t){return Yt(e,t,0,e.length-1,[]),e}function Xi(e,t,r,n,i,o){for(var a=r,f=n+1,u=r;u<=i;u++)o[u]=e[u];for(var u=r;u<=i;u++)a>n?e[u]=o[f++]:f>i?e[u]=o[a++]:t(o[f],o[a])<0?e[u]=o[f++]:e[u]=o[a++]}function Yt(e,t,r,n,i){if(n<=r)return;var o=r+(n-r)/2|0;if(Yt(e,t,r,o,i),Yt(e,t,o+1,n,i),t(e[o],e[o+1])<=0)return;Xi(e,t,r,o,n,i)}function gs(e,t){for(var r=[],n=void 0,i=0,o=Yr(e.slice(0),t);i<o.length;i++){var a=o[i];!n||t(n[0],a)!==0?(n=[a],r.push(n)):n.push(a)}return r}function vs(e){return e.filter(function(t){return!!t})}function ys(e){return!Array.isArray(e)||e.length===0}function bs(e){return Array.isArray(e)&&e.length>0}function ws(e,t){if(!t)return e.filter(function(n,i){return e.indexOf(n)===i});var r=Object.create(null);return e.filter(function(n){var i=t(n);return r[i]?!1:(r[i]=!0,!0)})}function _s(e){var t=new Set;return e.filter(function(r){return t.has(r)?!1:(t.add(r),!0)})}function Ts(e){var t=[];return e.forEach(function(r){return t.push(r)}),t}function Ki(e,t){for(var r=0;r<e.length;r++){var n=e[r];if(t(n))return r}return-1}function Cs(e,t,r){r===void 0&&(r=void 0);var n=Ki(e,t);return n<0?r:e[n]}function As(e,t){return e.length>0?e[0]:t}function Ss(e){var t;return(t=[]).concat.apply(t,e)}function ks(e,t){var r=typeof t=="number"?e:0;typeof t=="number"?r=e:(r=0,t=e);var n=[];if(r<=t)for(var i=r;i<t;i++)n.push(i);else for(var i=r;i>t;i--)n.push(i);return n}function Ns(e,t,r){var n=e.slice(0,t),i=e.slice(t);return n.concat(r,i)}function Es(e,t){var r=e.indexOf(t);r>-1&&(e.splice(r,1),e.unshift(t))}function Ls(e,t){var r=e.indexOf(t);r>-1&&(e.splice(r,1),e.push(t))}function xs(e,t){for(var r=0;r<e.length;r++){var n=e[r];if(t(n,r,e))return n}return}function Is(e){return Array.isArray(e)?e:[e]}var He=function(){function e(t,r,n,i){this.originalStart=t,this.originalLength=r,this.modifiedStart=n,this.modifiedLength=i}return e.prototype.getOriginalEnd=function(){return this.originalStart+this.originalLength},e.prototype.getModifiedEnd=function(){return this.modifiedStart+this.modifiedLength},e}();function Jr(e,t){t===void 0&&(t=0);switch(typeof e){case"object":return e===null?Re(349,t):Array.isArray(e)?to(e,t):ro(e,t);case"string":return Jt(e,t);case"boolean":return eo(e,t);case"number":return Re(e,t);case"undefined":return Re(0,937);default:return Re(0,617)}}function Re(e,t){return(t<<5)-t+e|0}function eo(e,t){return Re(e?433:863,t)}function Jt(e,t){t=Re(149417,t);for(var r=0,n=e.length;r<n;r++)t=Re(e.charCodeAt(r),t);return t}function to(e,t){return t=Re(104579,t),e.reduce(function(r,n){return Jr(n,r)},t)}function ro(e,t){return t=Re(181387,t),Object.keys(e).sort().reduce(function(r,n){return r=Jt(n,r),Jr(e[n],r)},t)}var zr=function(){function e(t){this.source=t}return e.prototype.getElements=function(){for(var t=this.source,r=new Int32Array(t.length),n=0,i=t.length;n<i;n++)r[n]=t.charCodeAt(n);return r},e}();function no(e,t,r){return new Zr(new zr(e),new zr(t)).ComputeDiff(r).changes}var tt=function(){function e(){}return e.Assert=function(t,r){if(!t)throw new Error(r)},e}(),rt=function(){function e(){}return e.Copy=function(t,r,n,i,o){for(var a=0;a<o;a++)n[i+a]=t[r+a]},e.Copy2=function(t,r,n,i,o){for(var a=0;a<o;a++)n[i+a]=t[r+a]},e}(),Qr=function(){function e(){this.m_changes=[],this.m_originalStart=1073741824,this.m_modifiedStart=1073741824,this.m_originalCount=0,this.m_modifiedCount=0}return e.prototype.MarkNextChange=function(){(this.m_originalCount>0||this.m_modifiedCount>0)&&this.m_changes.push(new He(this.m_originalStart,this.m_originalCount,this.m_modifiedStart,this.m_modifiedCount)),this.m_originalCount=0,this.m_modifiedCount=0,this.m_originalStart=1073741824,this.m_modifiedStart=1073741824},e.prototype.AddOriginalElement=function(t,r){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,r),this.m_originalCount++},e.prototype.AddModifiedElement=function(t,r){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,r),this.m_modifiedCount++},e.prototype.getChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes},e.prototype.getReverseChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes.reverse(),this.m_changes},e}(),Zr=function(){function e(t,r,n){n===void 0&&(n=null),this.ContinueProcessingPredicate=n;var i=e._getElements(t),o=i[0],a=i[1],f=i[2],u=e._getElements(r),s=u[0],l=u[1],c=u[2];this._hasStrings=f&&c,this._originalStringElements=o,this._originalElementsOrHash=a,this._modifiedStringElements=s,this._modifiedElementsOrHash=l,this.m_forwardHistory=[],this.m_reverseHistory=[]}return e._isStringArray=function(t){return t.length>0&&typeof t[0]=="string"},e._getElements=function(t){var r=t.getElements();if(e._isStringArray(r)){for(var n=new Int32Array(r.length),i=0,o=r.length;i<o;i++)n[i]=Jt(r[i],0);return[r,n,!0]}return r instanceof Int32Array?[[],r,!1]:[[],new Int32Array(r),!1]},e.prototype.ElementsAreEqual=function(t,r){return this._originalElementsOrHash[t]!==this._modifiedElementsOrHash[r]?!1:this._hasStrings?this._originalStringElements[t]===this._modifiedStringElements[r]:!0},e.prototype.OriginalElementsAreEqual=function(t,r){return this._originalElementsOrHash[t]!==this._originalElementsOrHash[r]?!1:this._hasStrings?this._originalStringElements[t]===this._originalStringElements[r]:!0},e.prototype.ModifiedElementsAreEqual=function(t,r){return this._modifiedElementsOrHash[t]!==this._modifiedElementsOrHash[r]?!1:this._hasStrings?this._modifiedStringElements[t]===this._modifiedStringElements[r]:!0},e.prototype.ComputeDiff=function(t){return this._ComputeDiff(0,this._originalElementsOrHash.length-1,0,this._modifiedElementsOrHash.length-1,t)},e.prototype._ComputeDiff=function(t,r,n,i,o){var a=[!1],f=this.ComputeDiffRecursive(t,r,n,i,a);return o&&(f=this.PrettifyChanges(f)),{quitEarly:a[0],changes:f}},e.prototype.ComputeDiffRecursive=function(t,r,n,i,o){for(o[0]=!1;t<=r&&n<=i&&this.ElementsAreEqual(t,n);)t++,n++;for(;r>=t&&i>=n&&this.ElementsAreEqual(r,i);)r--,i--;if(t>r||n>i){var a=void 0;return n<=i?(tt.Assert(t===r+1,"originalStart should only be one more than originalEnd"),a=[new He(t,0,n,i-n+1)]):t<=r?(tt.Assert(n===i+1,"modifiedStart should only be one more than modifiedEnd"),a=[new He(t,r-t+1,n,0)]):(tt.Assert(t===r+1,"originalStart should only be one more than originalEnd"),tt.Assert(n===i+1,"modifiedStart should only be one more than modifiedEnd"),a=[]),a}var f=[0],u=[0],s=this.ComputeRecursionPoint(t,r,n,i,f,u,o),l=f[0],c=u[0];if(s!==null)return s;if(!o[0]){var m=this.ComputeDiffRecursive(t,l,n,c,o),h=[];return o[0]?h=[new He(l+1,r-(l+1)+1,c+1,i-(c+1)+1)]:h=this.ComputeDiffRecursive(l+1,r,c+1,i,o),this.ConcatenateChanges(m,h)}return[new He(t,r-t+1,n,i-n+1)]},e.prototype.WALKTRACE=function(t,r,n,i,o,a,f,u,s,l,c,m,h,p,v,A,b,C){var d=null,T=null,g=new Qr,w=r,_=n,k=h[0]-A[0]-i,y=-1073741824,E=this.m_forwardHistory.length-1;do{var S=k+t;S===w||S<_&&s[S-1]<s[S+1]?(c=s[S+1],p=c-k-i,c<y&&g.MarkNextChange(),y=c,g.AddModifiedElement(c+1,p),k=S+1-t):(c=s[S-1]+1,p=c-k-i,c<y&&g.MarkNextChange(),y=c-1,g.AddOriginalElement(c,p+1),k=S-1-t),E>=0&&(s=this.m_forwardHistory[E],t=s[0],w=1,_=s.length-1)}while(--E>=-1);if(d=g.getReverseChanges(),C[0]){var F=h[0]+1,B=A[0]+1;if(d!==null&&d.length>0){var K=d[d.length-1];F=Math.max(F,K.getOriginalEnd()),B=Math.max(B,K.getModifiedEnd())}T=[new He(F,m-F+1,B,v-B+1)]}else{g=new Qr,w=a,_=f,k=h[0]-A[0]-u,y=1073741824,E=b?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{var S=k+o;S===w||S<_&&l[S-1]>=l[S+1]?(c=l[S+1]-1,p=c-k-u,c>y&&g.MarkNextChange(),y=c+1,g.AddOriginalElement(c+1,p+1),k=S+1-o):(c=l[S-1],p=c-k-u,c>y&&g.MarkNextChange(),y=c,g.AddModifiedElement(c+1,p+1),k=S-1-o),E>=0&&(l=this.m_reverseHistory[E],o=l[0],w=1,_=l.length-1)}while(--E>=-1);T=g.getChanges()}return this.ConcatenateChanges(d,T)},e.prototype.ComputeRecursionPoint=function(t,r,n,i,o,a,f){var u=0,s=0,l=0,c=0,m=0,h=0;t--,n--,o[0]=0,a[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];var p=r-t+(i-n),v=p+1,A=new Int32Array(v),b=new Int32Array(v),C=i-n,d=r-t,T=t-n,g=r-i,w=d-C,_=w%2===0;A[C]=t,b[d]=r,f[0]=!1;for(var k=1;k<=p/2+1;k++){var y=0,E=0;l=this.ClipDiagonalBound(C-k,k,C,v),c=this.ClipDiagonalBound(C+k,k,C,v);for(var S=l;S<=c;S+=2){S===l||S<c&&A[S-1]<A[S+1]?u=A[S+1]:u=A[S-1]+1,s=u-(S-C)-T;for(var F=u;u<r&&s<i&&this.ElementsAreEqual(u+1,s+1);)u++,s++;if(A[S]=u,u+s>y+E&&(y=u,E=s),!_&&Math.abs(S-d)<=k-1&&u>=b[S])return o[0]=u,a[0]=s,F<=b[S]&&1447>0&&k<=1447+1?this.WALKTRACE(C,l,c,T,d,m,h,g,A,b,u,r,o,s,i,a,_,f):null}var B=(y-t+(E-n)-k)/2;if(this.ContinueProcessingPredicate!==null&&!this.ContinueProcessingPredicate(y,B))return f[0]=!0,o[0]=y,a[0]=E,B>0&&1447>0&&k<=1447+1?this.WALKTRACE(C,l,c,T,d,m,h,g,A,b,u,r,o,s,i,a,_,f):(t++,n++,[new He(t,r-t+1,n,i-n+1)]);m=this.ClipDiagonalBound(d-k,k,d,v),h=this.ClipDiagonalBound(d+k,k,d,v);for(var S=m;S<=h;S+=2){S===m||S<h&&b[S-1]>=b[S+1]?u=b[S+1]-1:u=b[S-1],s=u-(S-d)-g;for(var F=u;u>t&&s>n&&this.ElementsAreEqual(u,s);)u--,s--;if(b[S]=u,_&&Math.abs(S-C)<=k&&u<=A[S])return o[0]=u,a[0]=s,F>=A[S]&&1447>0&&k<=1447+1?this.WALKTRACE(C,l,c,T,d,m,h,g,A,b,u,r,o,s,i,a,_,f):null}if(k<=1447){var K=new Int32Array(c-l+2);K[0]=C-l+1,rt.Copy2(A,l,K,1,c-l+1),this.m_forwardHistory.push(K),K=new Int32Array(h-m+2),K[0]=d-m+1,rt.Copy2(b,m,K,1,h-m+1),this.m_reverseHistory.push(K)}}return this.WALKTRACE(C,l,c,T,d,m,h,g,A,b,u,r,o,s,i,a,_,f)},e.prototype.PrettifyChanges=function(t){for(var r=0;r<t.length;r++){for(var n=t[r],i=r<t.length-1?t[r+1].originalStart:this._originalElementsOrHash.length,o=r<t.length-1?t[r+1].modifiedStart:this._modifiedElementsOrHash.length,a=n.originalLength>0,f=n.modifiedLength>0;n.originalStart+n.originalLength<i&&n.modifiedStart+n.modifiedLength<o&&(!a||this.OriginalElementsAreEqual(n.originalStart,n.originalStart+n.originalLength))&&(!f||this.ModifiedElementsAreEqual(n.modifiedStart,n.modifiedStart+n.modifiedLength));)n.originalStart++,n.modifiedStart++;var u=[null];if(r<t.length-1&&this.ChangesOverlap(t[r],t[r+1],u)){t[r]=u[0],t.splice(r+1,1),r--;continue}}for(var r=t.length-1;r>=0;r--){var n=t[r],i=0,o=0;if(r>0){var s=t[r-1];s.originalLength>0&&(i=s.originalStart+s.originalLength),s.modifiedLength>0&&(o=s.modifiedStart+s.modifiedLength)}for(var a=n.originalLength>0,f=n.modifiedLength>0,l=0,c=this._boundaryScore(n.originalStart,n.originalLength,n.modifiedStart,n.modifiedLength),m=1;;m++){var h=n.originalStart-m,p=n.modifiedStart-m;if(h<i||p<o)break;if(a&&!this.OriginalElementsAreEqual(h,h+n.originalLength))break;if(f&&!this.ModifiedElementsAreEqual(p,p+n.modifiedLength))break;var v=this._boundaryScore(h,n.originalLength,p,n.modifiedLength);v>c&&(c=v,l=m)}n.originalStart-=l,n.modifiedStart-=l}return t},e.prototype._OriginalIsBoundary=function(t){return t<=0||t>=this._originalElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._originalStringElements[t])},e.prototype._OriginalRegionIsBoundary=function(t,r){if(this._OriginalIsBoundary(t)||this._OriginalIsBoundary(t-1))return!0;if(r>0){var n=t+r;if(this._OriginalIsBoundary(n-1)||this._OriginalIsBoundary(n))return!0}return!1},e.prototype._ModifiedIsBoundary=function(t){return t<=0||t>=this._modifiedElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._modifiedStringElements[t])},e.prototype._ModifiedRegionIsBoundary=function(t,r){if(this._ModifiedIsBoundary(t)||this._ModifiedIsBoundary(t-1))return!0;if(r>0){var n=t+r;if(this._ModifiedIsBoundary(n-1)||this._ModifiedIsBoundary(n))return!0}return!1},e.prototype._boundaryScore=function(t,r,n,i){var o=this._OriginalRegionIsBoundary(t,r)?1:0,a=this._ModifiedRegionIsBoundary(n,i)?1:0;return o+a},e.prototype.ConcatenateChanges=function(t,r){var n=[];if(t.length===0||r.length===0)return r.length>0?r:t;if(this.ChangesOverlap(t[t.length-1],r[0],n)){var i=new Array(t.length+r.length-1);return rt.Copy(t,0,i,0,t.length-1),i[t.length-1]=n[0],rt.Copy(r,1,i,t.length,r.length-1),i}else{var i=new Array(t.length+r.length);return rt.Copy(t,0,i,0,t.length),rt.Copy(r,0,i,t.length,r.length),i}},e.prototype.ChangesOverlap=function(t,r,n){if(tt.Assert(t.originalStart<=r.originalStart,"Left change is not less than or equal to right change"),tt.Assert(t.modifiedStart<=r.modifiedStart,"Left change is not less than or equal to right change"),t.originalStart+t.originalLength>=r.originalStart||t.modifiedStart+t.modifiedLength>=r.modifiedStart){var i=t.originalStart,o=t.originalLength,a=t.modifiedStart,f=t.modifiedLength;return t.originalStart+t.originalLength>=r.originalStart&&(o=r.originalStart+r.originalLength-t.originalStart),t.modifiedStart+t.modifiedLength>=r.modifiedStart&&(f=r.modifiedStart+r.modifiedLength-t.modifiedStart),n[0]=new He(i,o,a,f),!0}else return n[0]=null,!1},e.prototype.ClipDiagonalBound=function(t,r,n,i){if(t>=0&&t<i)return t;var o=n,a=i-n-1,f=r%2===0;if(t<0){var u=o%2===0;return f===u?0:1}else{var s=a%2===0;return f===s?i-1:i-2}},e}(),io=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)i.hasOwnProperty(o)&&(n[o]=i[o])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),Be={done:!0,value:void 0},Et;(function(e){var t={next:function(){return Be}};function r(){return t}e.empty=r;function n(h){var p=!1;return{next:function(){return p?Be:(p=!0,{done:!1,value:h})}}}e.single=n;function i(h,p,v){return p===void 0&&(p=0),v===void 0&&(v=h.length),{next:function(){return p>=v?Be:{done:!1,value:h[p++]}}}}e.fromArray=i;function o(h){return{next:function(){var p=h.next();return p.done?Be:{done:!1,value:p.value}}}}e.fromNativeIterator=o;function a(h){return h?Array.isArray(h)?e.fromArray(h):h:e.empty()}e.from=a;function f(h,p){return{next:function(){var v=h.next();return v.done?Be:{done:!1,value:p(v.value)}}}}e.map=f;function u(h,p){return{next:function(){for(;;){var v=h.next();if(v.done)return Be;if(p(v.value))return{done:!1,value:v.value}}}}}e.filter=u;function s(h,p){for(var v=h.next();!v.done;v=h.next())p(v.value)}e.forEach=s;function l(h,p){p===void 0&&(p=Number.POSITIVE_INFINITY);var v=[];if(p===0)return v;for(var A=0,b=h.next();!b.done&&!(v.push(b.value),++A>=p);b=h.next());return v}e.collect=l;function c(){for(var h=[],p=0;p<arguments.length;p++)h[p]=arguments[p];var v=0;return{next:function(){if(v>=h.length)return Be;var A=h[v],b=A.next();return b.done?(v++,this.next()):b}}}e.concat=c;function m(h){return new oo(h)}e.chain=m})(Et||(Et={}));var oo=function(){function e(t){this.it=t}return e.prototype.next=function(){return this.it.next()},e}();function Ms(e){return Array.isArray(e)?Et.fromArray(e):e||Et.empty()}var ao=function(){function e(t,r,n,i){r===void 0&&(r=0),n===void 0&&(n=t.length),i===void 0&&(i=r-1),this.items=t,this.start=r,this.end=n,this.index=i}return e.prototype.first=function(){return this.index=this.start,this.current()},e.prototype.next=function(){return this.index=Math.min(this.index+1,this.end),this.current()},e.prototype.current=function(){return this.index===this.start-1||this.index===this.end?null:this.items[this.index]},e}(),Fs=function(e){io(t,e);function t(r,n,i,o){return n===void 0&&(n=0),i===void 0&&(i=r.length),o===void 0&&(o=n-1),e.call(this,r,n,i,o)||this}return t.prototype.current=function(){return e.prototype.current.call(this)},t.prototype.previous=function(){return this.index=Math.max(this.index-1,this.start-1),this.current()},t.prototype.first=function(){return this.index=this.start,this.current()},t.prototype.last=function(){return this.index=this.end-1,this.current()},t.prototype.parent=function(){return null},t}(ao),Os=function(){function e(t,r){this.iterator=t,this.fn=r}return e.prototype.next=function(){return this.fn(this.iterator.next())},e}(),so=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)i.hasOwnProperty(o)&&(n[o]=i[o])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),ce,uo=/^\w[\w\d+.-]*$/,lo=/^\//,fo=/^\/\//;function co(e,t){if(!e.scheme&&t)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+e.authority+'", path: "'+e.path+'", query: "'+e.query+'", fragment: "'+e.fragment+'"}');if(e.scheme&&!uo.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path){if(e.authority){if(!lo.test(e.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(fo.test(e.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}function ho(e,t){return!e&&!t?"file":e}function mo(e,t){switch(e){case"https":case"http":case"file":t?t[0]!==Ie&&(t=Ie+t):t=Ie;break}return t}var ae="",Ie="/",po=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,zt=function(){function e(t,r,n,i,o,a){a===void 0&&(a=!1),typeof t=="object"?(this.scheme=t.scheme||ae,this.authority=t.authority||ae,this.path=t.path||ae,this.query=t.query||ae,this.fragment=t.fragment||ae):(this.scheme=ho(t,a),this.authority=r||ae,this.path=mo(this.scheme,n||ae),this.query=i||ae,this.fragment=o||ae,co(this,a))}return e.isUri=function(t){return t instanceof e?!0:t?typeof t.authority=="string"&&typeof t.fragment=="string"&&typeof t.path=="string"&&typeof t.query=="string"&&typeof t.scheme=="string"&&typeof t.fsPath=="function"&&typeof t.with=="function"&&typeof t.toString=="function":!1},Object.defineProperty(e.prototype,"fsPath",{get:function(){return tn(this)},enumerable:!0,configurable:!0}),e.prototype.with=function(t){if(!t)return this;var r=t.scheme,n=t.authority,i=t.path,o=t.query,a=t.fragment;return r===void 0?r=this.scheme:r===null&&(r=ae),n===void 0?n=this.authority:n===null&&(n=ae),i===void 0?i=this.path:i===null&&(i=ae),o===void 0?o=this.query:o===null&&(o=ae),a===void 0?a=this.fragment:a===null&&(a=ae),r===this.scheme&&n===this.authority&&i===this.path&&o===this.query&&a===this.fragment?this:new nt(r,n,i,o,a)},e.parse=function(t,r){r===void 0&&(r=!1);var n=po.exec(t);return n?new nt(n[2]||ae,Lt(n[4]||ae),Lt(n[5]||ae),Lt(n[7]||ae),Lt(n[9]||ae),r):new nt(ae,ae,ae,ae,ae)},e.file=function(t){var r=ae;if(ve.c&&(t=t.replace(/\\/g,Ie)),t[0]===Ie&&t[1]===Ie){var n=t.indexOf(Ie,2);n===-1?(r=t.substring(2),t=Ie):(r=t.substring(2,n),t=t.substring(n)||Ie)}return new nt("file",r,t,ae,ae)},e.from=function(t){return new nt(t.scheme,t.authority,t.path,t.query,t.fragment)},e.prototype.toString=function(t){return t===void 0&&(t=!1),Qt(this,t)},e.prototype.toJSON=function(){return this},e.revive=function(t){if(t){if(t instanceof e)return t;var r=new nt(t);return r._formatted=t.external,r._fsPath=t._sep===Xr?t.fsPath:null,r}else return t},e}(),Xr=ve.c?1:void 0,nt=function(e){so(t,e);function t(){var r=e!==null&&e.apply(this,arguments)||this;return r._formatted=null,r._fsPath=null,r}return Object.defineProperty(t.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=tn(this)),this._fsPath},enumerable:!0,configurable:!0}),t.prototype.toString=function(r){return r===void 0&&(r=!1),r?Qt(this,!0):(this._formatted||(this._formatted=Qt(this,!1)),this._formatted)},t.prototype.toJSON=function(){var r={$mid:1};return this._fsPath&&(r.fsPath=this._fsPath,r._sep=Xr),this._formatted&&(r.external=this._formatted),this.path&&(r.path=this.path),this.scheme&&(r.scheme=this.scheme),this.authority&&(r.authority=this.authority),this.query&&(r.query=this.query),this.fragment&&(r.fragment=this.fragment),r},t}(zt),Kr=(ce={},ce[58]="%3A",ce[47]="%2F",ce[63]="%3F",ce[35]="%23",ce[91]="%5B",ce[93]="%5D",ce[64]="%40",ce[33]="%21",ce[36]="%24",ce[38]="%26",ce[39]="%27",ce[40]="%28",ce[41]="%29",ce[42]="%2A",ce[43]="%2B",ce[44]="%2C",ce[59]="%3B",ce[61]="%3D",ce[32]="%20",ce);function en(e,t){for(var r=void 0,n=-1,i=0;i<e.length;i++){var o=e.charCodeAt(i);if(o>=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||o===45||o===46||o===95||o===126||t&&o===47)n!==-1&&(r+=encodeURIComponent(e.substring(n,i)),n=-1),r!==void 0&&(r+=e.charAt(i));else{r===void 0&&(r=e.substr(0,i));var a=Kr[o];a!==void 0?(n!==-1&&(r+=encodeURIComponent(e.substring(n,i)),n=-1),r+=a):n===-1&&(n=i)}}return n!==-1&&(r+=encodeURIComponent(e.substring(n))),r!==void 0?r:e}function go(e){for(var t=void 0,r=0;r<e.length;r++){var n=e.charCodeAt(r);n===35||n===63?(t===void 0&&(t=e.substr(0,r)),t+=Kr[n]):t!==void 0&&(t+=e[r])}return t!==void 0?t:e}function tn(e){var t;return e.authority&&e.path.length>1&&e.scheme==="file"?t="//"+e.authority+e.path:e.path.charCodeAt(0)===47&&(e.path.charCodeAt(1)>=65&&e.path.charCodeAt(1)<=90||e.path.charCodeAt(1)>=97&&e.path.charCodeAt(1)<=122)&&e.path.charCodeAt(2)===58?t=e.path[1].toLowerCase()+e.path.substr(2):t=e.path,ve.c&&(t=t.replace(/\//g,"\\")),t}function Qt(e,t){var r=t?go:en,n="",i=e.scheme,o=e.authority,a=e.path,f=e.query,u=e.fragment;if(i&&(n+=i,n+=":"),(o||i==="file")&&(n+=Ie,n+=Ie),o){var s=o.indexOf("@");if(s!==-1){var l=o.substr(0,s);o=o.substr(s+1),s=l.indexOf(":"),s===-1?n+=r(l,!1):(n+=r(l.substr(0,s),!1),n+=":",n+=r(l.substr(s+1),!1)),n+="@"}o=o.toLowerCase(),s=o.indexOf(":"),s===-1?n+=r(o,!1):(n+=r(o.substr(0,s),!1),n+=o.substr(s))}if(a){if(a.length>=3&&a.charCodeAt(0)===47&&a.charCodeAt(2)===58){var c=a.charCodeAt(1);c>=65&&c<=90&&(a="/"+String.fromCharCode(c+32)+":"+a.substr(3))}else if(a.length>=2&&a.charCodeAt(1)===58){var c=a.charCodeAt(0);c>=65&&c<=90&&(a=String.fromCharCode(c+32)+":"+a.substr(2))}n+=r(a,!0)}return f&&(n+="?",n+=r(f,!1)),u&&(n+="#",n+=t?u:en(u,!1)),n}function rn(e){try{return decodeURIComponent(e)}catch(t){return e.length>3?e.substr(0,3)+rn(e.substr(3)):e}}var nn=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function Lt(e){return e.match(nn)?e.replace(nn,function(t){return rn(t)}):e}var it=function(){function e(t,r){this.lineNumber=t,this.column=r}return e.prototype.with=function(t,r){return t===void 0&&(t=this.lineNumber),r===void 0&&(r=this.column),t===this.lineNumber&&r===this.column?this:new e(t,r)},e.prototype.delta=function(t,r){return t===void 0&&(t=0),r===void 0&&(r=0),this.with(this.lineNumber+t,this.column+r)},e.prototype.equals=function(t){return e.equals(this,t)},e.equals=function(t,r){return!t&&!r?!0:!!t&&!!r&&t.lineNumber===r.lineNumber&&t.column===r.column},e.prototype.isBefore=function(t){return e.isBefore(this,t)},e.isBefore=function(t,r){return t.lineNumber<r.lineNumber?!0:r.lineNumber<t.lineNumber?!1:t.column<r.column},e.prototype.isBeforeOrEqual=function(t){return e.isBeforeOrEqual(this,t)},e.isBeforeOrEqual=function(t,r){return t.lineNumber<r.lineNumber?!0:r.lineNumber<t.lineNumber?!1:t.column<=r.column},e.compare=function(t,r){var n=t.lineNumber|0,i=r.lineNumber|0;if(n===i){var o=t.column|0,a=r.column|0;return o-a}return n-i},e.prototype.clone=function(){return new e(this.lineNumber,this.column)},e.prototype.toString=function(){return"("+this.lineNumber+","+this.column+")"},e.lift=function(t){return new e(t.lineNumber,t.column)},e.isIPosition=function(t){return t&&typeof t.lineNumber=="number"&&typeof t.column=="number"},e}(),ot=function(){function e(t,r,n,i){t>n||t===n&&r>i?(this.startLineNumber=n,this.startColumn=i,this.endLineNumber=t,this.endColumn=r):(this.startLineNumber=t,this.startColumn=r,this.endLineNumber=n,this.endColumn=i)}return e.prototype.isEmpty=function(){return e.isEmpty(this)},e.isEmpty=function(t){return t.startLineNumber===t.endLineNumber&&t.startColumn===t.endColumn},e.prototype.containsPosition=function(t){return e.containsPosition(this,t)},e.containsPosition=function(t,r){return r.lineNumber<t.startLineNumber||r.lineNumber>t.endLineNumber||r.lineNumber===t.startLineNumber&&r.column<t.startColumn?!1:!(r.lineNumber===t.endLineNumber&&r.column>t.endColumn)},e.prototype.containsRange=function(t){return e.containsRange(this,t)},e.containsRange=function(t,r){return r.startLineNumber<t.startLineNumber||r.endLineNumber<t.startLineNumber||(r.startLineNumber>t.endLineNumber||r.endLineNumber>t.endLineNumber||r.startLineNumber===t.startLineNumber&&r.startColumn<t.startColumn)?!1:!(r.endLineNumber===t.endLineNumber&&r.endColumn>t.endColumn)},e.prototype.strictContainsRange=function(t){return e.strictContainsRange(this,t)},e.strictContainsRange=function(t,r){return r.startLineNumber<t.startLineNumber||r.endLineNumber<t.startLineNumber||(r.startLineNumber>t.endLineNumber||r.endLineNumber>t.endLineNumber||r.startLineNumber===t.startLineNumber&&r.startColumn<=t.startColumn)?!1:!(r.endLineNumber===t.endLineNumber&&r.endColumn>=t.endColumn)},e.prototype.plusRange=function(t){return e.plusRange(this,t)},e.plusRange=function(t,r){var n,i,o,a;return r.startLineNumber<t.startLineNumber?(n=r.startLineNumber,i=r.startColumn):r.startLineNumber===t.startLineNumber?(n=r.startLineNumber,i=Math.min(r.startColumn,t.startColumn)):(n=t.startLineNumber,i=t.startColumn),r.endLineNumber>t.endLineNumber?(o=r.endLineNumber,a=r.endColumn):r.endLineNumber===t.endLineNumber?(o=r.endLineNumber,a=Math.max(r.endColumn,t.endColumn)):(o=t.endLineNumber,a=t.endColumn),new e(n,i,o,a)},e.prototype.intersectRanges=function(t){return e.intersectRanges(this,t)},e.intersectRanges=function(t,r){var n=t.startLineNumber,i=t.startColumn,o=t.endLineNumber,a=t.endColumn,f=r.startLineNumber,u=r.startColumn,s=r.endLineNumber,l=r.endColumn;return n<f?(n=f,i=u):n===f&&(i=Math.max(i,u)),o>s?(o=s,a=l):o===s&&(a=Math.min(a,l)),n>o||n===o&&i>a?null:new e(n,i,o,a)},e.prototype.equalsRange=function(t){return e.equalsRange(this,t)},e.equalsRange=function(t,r){return!!t&&!!r&&t.startLineNumber===r.startLineNumber&&t.startColumn===r.startColumn&&t.endLineNumber===r.endLineNumber&&t.endColumn===r.endColumn},e.prototype.getEndPosition=function(){return new it(this.endLineNumber,this.endColumn)},e.prototype.getStartPosition=function(){return new it(this.startLineNumber,this.startColumn)},e.prototype.toString=function(){return"["+this.startLineNumber+","+this.startColumn+" -> "+this.endLineNumber+","+this.endColumn+"]"},e.prototype.setEndPosition=function(t,r){return new e(this.startLineNumber,this.startColumn,t,r)},e.prototype.setStartPosition=function(t,r){return new e(t,r,this.endLineNumber,this.endColumn)},e.prototype.collapseToStart=function(){return e.collapseToStart(this)},e.collapseToStart=function(t){return new e(t.startLineNumber,t.startColumn,t.startLineNumber,t.startColumn)},e.fromPositions=function(t,r){return r===void 0&&(r=t),new e(t.lineNumber,t.column,r.lineNumber,r.column)},e.lift=function(t){return t?new e(t.startLineNumber,t.startColumn,t.endLineNumber,t.endColumn):null},e.isIRange=function(t){return t&&typeof t.startLineNumber=="number"&&typeof t.startColumn=="number"&&typeof t.endLineNumber=="number"&&typeof t.endColumn=="number"},e.areIntersectingOrTouching=function(t,r){return t.endLineNumber<r.startLineNumber||t.endLineNumber===r.startLineNumber&&t.endColumn<r.startColumn?!1:!(r.endLineNumber<t.startLineNumber||r.endLineNumber===t.startLineNumber&&r.endColumn<t.startColumn)},e.areIntersecting=function(t,r){return t.endLineNumber<r.startLineNumber||t.endLineNumber===r.startLineNumber&&t.endColumn<=r.startColumn?!1:!(r.endLineNumber<t.startLineNumber||r.endLineNumber===t.startLineNumber&&r.endColumn<=t.startColumn)},e.compareRangesUsingStarts=function(t,r){if(t&&r){var n=t.startLineNumber|0,i=r.startLineNumber|0;if(n===i){var o=t.startColumn|0,a=r.startColumn|0;if(o===a){var f=t.endLineNumber|0,u=r.endLineNumber|0;if(f===u){var s=t.endColumn|0,l=r.endColumn|0;return s-l}return f-u}return o-a}return n-i}var c=t?1:0,m=r?1:0;return c-m},e.compareRangesUsingEnds=function(t,r){return t.endLineNumber===r.endLineNumber?t.endColumn===r.endColumn?t.startLineNumber===r.startLineNumber?t.startColumn-r.startColumn:t.startLineNumber-r.startLineNumber:t.endColumn-r.endColumn:t.endLineNumber-r.endLineNumber},e.spansMultipleLines=function(t){return t.endLineNumber>t.startLineNumber},e}();function Ps(e){return!e||typeof e!="string"?!0:e.trim().length===0}function Ds(e,t,r){r===void 0&&(r="0");for(var n=""+e,i=[n],o=n.length;o<t;o++)i.push(r);return i.reverse().join("")}var vo=/{(\d+)}/g;function js(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];return t.length===0?e:e.replace(vo,function(n,i){var o=parseInt(i,10);return isNaN(o)||o<0||o>=t.length?n:t[o]})}function Us(e){return e.replace(/[<>&]/g,function(t){switch(t){case"<":return"&lt;";case">":return"&gt;";case"&":return"&amp;";default:return t}})}function yo(e){return e.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function Rs(e,t){t===void 0&&(t=" ");var r=bo(e,t);return wo(r,t)}function bo(e,t){if(!e||!t)return e;var r=t.length;if(r===0||e.length===0)return e;for(var n=0;e.indexOf(t,n)===n;)n=n+r;return e.substring(n)}function wo(e,t){if(!e||!t)return e;var r=t.length,n=e.length;if(r===0||n===0)return e;for(var i=n,o=-1;!(o=e.lastIndexOf(t,i-1),o===-1||o+r!==i);){if(o===0)return"";i=o}return e.substring(0,i)}function Bs(e){return e.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function Ws(e,t){if(e.length<t.length)return!1;if(e===t)return!0;for(var r=0;r<t.length;r++)if(e[r]!==t[r])return!1;return!0}function Vs(e,t){var r=e.length-t.length;return r>0?e.indexOf(t,r)===r:r===0?e===t:!1}function qs(e,t,r){if(r===void 0&&(r={}),!e)throw new Error("Cannot create regex from empty string");t||(e=yo(e)),r.wholeWord&&(/\B/.test(e.charAt(0))||(e="\\b"+e),/\B/.test(e.charAt(e.length-1))||(e=e+"\\b"));var n="";return r.global&&(n+="g"),r.matchCase||(n+="i"),r.multiline&&(n+="m"),r.unicode&&(n+="u"),new RegExp(e,n)}function Hs(e){if(e.source==="^"||e.source==="^$"||e.source==="$"||e.source==="^\\s*$")return!1;var t=e.exec("");return!!(t&&e.lastIndex===0)}function Gs(e){return(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")}function _o(e){for(var t=0,r=e.length;t<r;t++){var n=e.charCodeAt(t);if(n!==32&&n!==9)return t}return-1}function $s(e,t,r){t===void 0&&(t=0),r===void 0&&(r=e.length);for(var n=t;n<r;n++){var i=e.charCodeAt(n);if(i!==32&&i!==9)return e.substring(t,n)}return e.substring(t,r)}function To(e,t){t===void 0&&(t=e.length-1);for(var r=t;r>=0;r--){var n=e.charCodeAt(r);if(n!==32&&n!==9)return r}return-1}function Co(e,t){return e<t?-1:e>t?1:0}function Ys(e,t){for(var r=Math.min(e.length,t.length),n=0;n<r;n++){var i=e.charCodeAt(n),o=t.charCodeAt(n);if(i===o)continue;Xt(i)&&(i+=32),Xt(o)&&(o+=32);var a=i-o;if(a===0)continue;return Zt(i)&&Zt(o)?a:Co(e.toLowerCase(),t.toLowerCase())}return e.length<t.length?-1:e.length>t.length?1:0}function Zt(e){return e>=97&&e<=122}function Xt(e){return e>=65&&e<=90}function on(e){return Zt(e)||Xt(e)}function Js(e,t){return e.length===t.length&&an(e,t)}function an(e,t,r){r===void 0&&(r=e.length);for(var n=0;n<r;n++){var i=e.charCodeAt(n),o=t.charCodeAt(n);if(i===o)continue;if(on(i)&&on(o)){var a=Math.abs(i-o);if(a!==0&&a!==32)return!1}else if(String.fromCharCode(i).toLowerCase()!==String.fromCharCode(o).toLowerCase())return!1}return!0}function zs(e,t){var r=t.length;return t.length>e.length?!1:an(e,t,r)}function Qs(e,t){var r,n=Math.min(e.length,t.length);for(r=0;r<n;r++)if(e.charCodeAt(r)!==t.charCodeAt(r))return r;return n}function Zs(e,t){var r,n=Math.min(e.length,t.length),i=e.length-1,o=t.length-1;for(r=0;r<n;r++)if(e.charCodeAt(i-r)!==t.charCodeAt(o-r))return r;return n}function sn(e){return 55296<=e&&e<=56319}function un(e){return 56320<=e&&e<=57343}function ln(e,t,r){var n=e.charCodeAt(r);if(sn(n)&&r+1<t){var i=e.charCodeAt(r+1);if(un(i))return(n-55296<<10)+(i-56320)+65536}return n}function fn(e,t){var r=e.charCodeAt(t-1);if(un(r)&&t>1){var n=e.charCodeAt(t-2);if(sn(n))return(n-55296<<10)+(r-56320)+65536}return r}function Xs(e,t){var r=Kt.getInstance(),n=t,i=e.length,o=ln(e,i,t);t+=o>=65536?2:1;for(var a=r.getGraphemeBreakType(o);t<i;){var f=ln(e,i,t),u=r.getGraphemeBreakType(f);if(cn(a,u))break;t+=f>=65536?2:1,a=u}return t-n}function Ks(e,t){var r=Kt.getInstance(),n=t,i=fn(e,t);t-=i>=65536?2:1;for(var o=r.getGraphemeBreakType(i);t>0;){var a=fn(e,t),f=r.getGraphemeBreakType(a);if(cn(f,o))break;t-=a>=65536?2:1,o=f}return n-t}var Ao=/(?:[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u0710\u0712-\u072F\u074D-\u07A5\u07B1-\u07EA\u07F4\u07F5\u07FA-\u0815\u081A\u0824\u0828\u0830-\u0858\u085E-\u08BD\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFD3D\uFD50-\uFDFC\uFE70-\uFEFC]|\uD802[\uDC00-\uDD1B\uDD20-\uDE00\uDE10-\uDE33\uDE40-\uDEE4\uDEEB-\uDF35\uDF40-\uDFFF]|\uD803[\uDC00-\uDCFF]|\uD83A[\uDC00-\uDCCF\uDD00-\uDD43\uDD50-\uDFFF]|\uD83B[\uDC00-\uDEBB])/;function eu(e){return Ao.test(e)}var So=/(?:[\u231A\u231B\u23F0\u23F3\u2600-\u27BF\u2B50\u2B55]|\uD83C[\uDDE6-\uDDFF\uDF00-\uDFFF]|\uD83D[\uDC00-\uDE4F\uDE80-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD00-\uDDFF\uDE70-\uDE73\uDE78-\uDE82\uDE90-\uDE95])/;function tu(e){return So.test(e)}var ko=/^[\t\n\r\x20-\x7E]*$/;function ru(e){return ko.test(e)}function nu(e){for(var t=0,r=e.length;t<r;t++)if(No(e.charCodeAt(t)))return!0;return!1}function No(e){return e=+e,e>=11904&&e<=55215||e>=63744&&e<=64255||e>=65281&&e<=65374}function iu(e){return e>=127462&&e<=127487||e>=9728&&e<=10175||e>=127744&&e<=128591||e>=128640&&e<=128764||e>=128992&&e<=129003||e>=129280&&e<=129535||e>=129648&&e<=129651||e>=129656&&e<=129666||e>=129680&&e<=129685}var ou=String.fromCharCode(65279);function au(e){return!!(e&&e.length>0&&e.charCodeAt(0)===65279)}function su(e){return btoa(encodeURIComponent(e))}function uu(e,t){for(var r="",n=0;n<t;n++)r+=e;return r}function lu(e,t){return t===void 0&&(t=!1),e?(t&&(e=e.replace(/\\./g,"")),e.toLowerCase()!==e):!1}function fu(e){var t=90-65+1;return e=e%(2*t),e<t?String.fromCharCode(97+e):String.fromCharCode(65+e-t)}function cu(e){var t=Kt.getInstance();return t.getGraphemeBreakType(e)}function cn(e,t){return e===0?t!==5&&t!==7:e===2&&t===3?!1:e===4||e===2||e===3||(t===4||t===2||t===3)?!0:e===8&&(t===8||t===9||t===11||t===12)||((e===11||e===9)&&(t===9||t===10)||((e===12||e===10)&&t===10||(t===5||t===13||(t===7||(e===1||e===13&&t===14)))))?!1:!(e===6&&t===6)}var Kt=function(){function e(){this._data=Eo()}return e.getInstance=function(){return e._INSTANCE||(e._INSTANCE=new e),e._INSTANCE},e.prototype.getGraphemeBreakType=function(t){if(t<32)return t===10?3:t===13?2:4;if(t<127)return 0;for(var r=this._data,n=r.length/3,i=1;i<=n;)if(t<r[3*i])i=2*i;else if(t>r[3*i+1])i=2*i+1;else return r[3*i+2];return 0},e._INSTANCE=null,e}();function Eo(){return JSON.parse("[0,0,0,51592,51592,11,44424,44424,11,72251,72254,5,7150,7150,7,48008,48008,11,55176,55176,11,128420,128420,14,3276,3277,5,9979,9980,14,46216,46216,11,49800,49800,11,53384,53384,11,70726,70726,5,122915,122916,5,129320,129327,14,2558,2558,5,5906,5908,5,9762,9763,14,43360,43388,8,45320,45320,11,47112,47112,11,48904,48904,11,50696,50696,11,52488,52488,11,54280,54280,11,70082,70083,1,71350,71350,7,73111,73111,5,127892,127893,14,128726,128727,14,129473,129474,14,2027,2035,5,2901,2902,5,3784,3789,5,6754,6754,5,8418,8420,5,9877,9877,14,11088,11088,14,44008,44008,5,44872,44872,11,45768,45768,11,46664,46664,11,47560,47560,11,48456,48456,11,49352,49352,11,50248,50248,11,51144,51144,11,52040,52040,11,52936,52936,11,53832,53832,11,54728,54728,11,69811,69814,5,70459,70460,5,71096,71099,7,71998,71998,5,72874,72880,5,119149,119149,7,127374,127374,14,128335,128335,14,128482,128482,14,128765,128767,14,129399,129400,14,129680,129685,14,1476,1477,5,2377,2380,7,2759,2760,5,3137,3140,7,3458,3459,7,4153,4154,5,6432,6434,5,6978,6978,5,7675,7679,5,9723,9726,14,9823,9823,14,9919,9923,14,10035,10036,14,42736,42737,5,43596,43596,5,44200,44200,11,44648,44648,11,45096,45096,11,45544,45544,11,45992,45992,11,46440,46440,11,46888,46888,11,47336,47336,11,47784,47784,11,48232,48232,11,48680,48680,11,49128,49128,11,49576,49576,11,50024,50024,11,50472,50472,11,50920,50920,11,51368,51368,11,51816,51816,11,52264,52264,11,52712,52712,11,53160,53160,11,53608,53608,11,54056,54056,11,54504,54504,11,54952,54952,11,68108,68111,5,69933,69940,5,70197,70197,7,70498,70499,7,70845,70845,5,71229,71229,5,71727,71735,5,72154,72155,5,72344,72345,5,73023,73029,5,94095,94098,5,121403,121452,5,126981,127182,14,127538,127546,14,127990,127990,14,128391,128391,14,128445,128449,14,128500,128505,14,128752,128752,14,129160,129167,14,129356,129356,14,129432,129442,14,129648,129651,14,129751,131069,14,173,173,4,1757,1757,1,2274,2274,1,2494,2494,5,2641,2641,5,2876,2876,5,3014,3016,7,3262,3262,7,3393,3396,5,3570,3571,7,3968,3972,5,4228,4228,7,6086,6086,5,6679,6680,5,6912,6915,5,7080,7081,5,7380,7392,5,8252,8252,14,9096,9096,14,9748,9749,14,9784,9786,14,9833,9850,14,9890,9894,14,9938,9938,14,9999,9999,14,10085,10087,14,12349,12349,14,43136,43137,7,43454,43456,7,43755,43755,7,44088,44088,11,44312,44312,11,44536,44536,11,44760,44760,11,44984,44984,11,45208,45208,11,45432,45432,11,45656,45656,11,45880,45880,11,46104,46104,11,46328,46328,11,46552,46552,11,46776,46776,11,47000,47000,11,47224,47224,11,47448,47448,11,47672,47672,11,47896,47896,11,48120,48120,11,48344,48344,11,48568,48568,11,48792,48792,11,49016,49016,11,49240,49240,11,49464,49464,11,49688,49688,11,49912,49912,11,50136,50136,11,50360,50360,11,50584,50584,11,50808,50808,11,51032,51032,11,51256,51256,11,51480,51480,11,51704,51704,11,51928,51928,11,52152,52152,11,52376,52376,11,52600,52600,11,52824,52824,11,53048,53048,11,53272,53272,11,53496,53496,11,53720,53720,11,53944,53944,11,54168,54168,11,54392,54392,11,54616,54616,11,54840,54840,11,55064,55064,11,65438,65439,5,69633,69633,5,69837,69837,1,70018,70018,7,70188,70190,7,70368,70370,7,70465,70468,7,70712,70719,5,70835,70840,5,70850,70851,5,71132,71133,5,71340,71340,7,71458,71461,5,71985,71989,7,72002,72002,7,72193,72202,5,72281,72283,5,72766,72766,7,72885,72886,5,73104,73105,5,92912,92916,5,113824,113827,4,119173,119179,5,121505,121519,5,125136,125142,5,127279,127279,14,127489,127490,14,127570,127743,14,127900,127901,14,128254,128254,14,128369,128370,14,128400,128400,14,128425,128432,14,128468,128475,14,128489,128494,14,128715,128720,14,128745,128745,14,128759,128760,14,129004,129023,14,129296,129304,14,129340,129342,14,129388,129392,14,129404,129407,14,129454,129455,14,129485,129487,14,129659,129663,14,129719,129727,14,917536,917631,5,13,13,2,1160,1161,5,1564,1564,4,1807,1807,1,2085,2087,5,2363,2363,7,2402,2403,5,2507,2508,7,2622,2624,7,2691,2691,7,2786,2787,5,2881,2884,5,3006,3006,5,3072,3072,5,3170,3171,5,3267,3268,7,3330,3331,7,3406,3406,1,3538,3540,5,3655,3662,5,3897,3897,5,4038,4038,5,4184,4185,5,4352,4447,8,6068,6069,5,6155,6157,5,6448,6449,7,6742,6742,5,6783,6783,5,6966,6970,5,7042,7042,7,7143,7143,7,7212,7219,5,7412,7412,5,8206,8207,4,8294,8303,4,8596,8601,14,9410,9410,14,9742,9742,14,9757,9757,14,9770,9770,14,9794,9794,14,9828,9828,14,9855,9855,14,9882,9882,14,9900,9903,14,9929,9933,14,9963,9967,14,9987,9988,14,10006,10006,14,10062,10062,14,10175,10175,14,11744,11775,5,42607,42607,5,43043,43044,7,43263,43263,5,43444,43445,7,43569,43570,5,43698,43700,5,43766,43766,5,44032,44032,11,44144,44144,11,44256,44256,11,44368,44368,11,44480,44480,11,44592,44592,11,44704,44704,11,44816,44816,11,44928,44928,11,45040,45040,11,45152,45152,11,45264,45264,11,45376,45376,11,45488,45488,11,45600,45600,11,45712,45712,11,45824,45824,11,45936,45936,11,46048,46048,11,46160,46160,11,46272,46272,11,46384,46384,11,46496,46496,11,46608,46608,11,46720,46720,11,46832,46832,11,46944,46944,11,47056,47056,11,47168,47168,11,47280,47280,11,47392,47392,11,47504,47504,11,47616,47616,11,47728,47728,11,47840,47840,11,47952,47952,11,48064,48064,11,48176,48176,11,48288,48288,11,48400,48400,11,48512,48512,11,48624,48624,11,48736,48736,11,48848,48848,11,48960,48960,11,49072,49072,11,49184,49184,11,49296,49296,11,49408,49408,11,49520,49520,11,49632,49632,11,49744,49744,11,49856,49856,11,49968,49968,11,50080,50080,11,50192,50192,11,50304,50304,11,50416,50416,11,50528,50528,11,50640,50640,11,50752,50752,11,50864,50864,11,50976,50976,11,51088,51088,11,51200,51200,11,51312,51312,11,51424,51424,11,51536,51536,11,51648,51648,11,51760,51760,11,51872,51872,11,51984,51984,11,52096,52096,11,52208,52208,11,52320,52320,11,52432,52432,11,52544,52544,11,52656,52656,11,52768,52768,11,52880,52880,11,52992,52992,11,53104,53104,11,53216,53216,11,53328,53328,11,53440,53440,11,53552,53552,11,53664,53664,11,53776,53776,11,53888,53888,11,54000,54000,11,54112,54112,11,54224,54224,11,54336,54336,11,54448,54448,11,54560,54560,11,54672,54672,11,54784,54784,11,54896,54896,11,55008,55008,11,55120,55120,11,64286,64286,5,66272,66272,5,68900,68903,5,69762,69762,7,69817,69818,5,69927,69931,5,70003,70003,5,70070,70078,5,70094,70094,7,70194,70195,7,70206,70206,5,70400,70401,5,70463,70463,7,70475,70477,7,70512,70516,5,70722,70724,5,70832,70832,5,70842,70842,5,70847,70848,5,71088,71089,7,71102,71102,7,71219,71226,5,71231,71232,5,71342,71343,7,71453,71455,5,71463,71467,5,71737,71738,5,71995,71996,5,72000,72000,7,72145,72147,7,72160,72160,5,72249,72249,7,72273,72278,5,72330,72342,5,72752,72758,5,72850,72871,5,72882,72883,5,73018,73018,5,73031,73031,5,73109,73109,5,73461,73462,7,94031,94031,5,94192,94193,7,119142,119142,7,119155,119162,4,119362,119364,5,121476,121476,5,122888,122904,5,123184,123190,5,126976,126979,14,127184,127231,14,127344,127345,14,127405,127461,14,127514,127514,14,127561,127567,14,127778,127779,14,127896,127896,14,127985,127986,14,127995,127999,5,128326,128328,14,128360,128366,14,128378,128378,14,128394,128397,14,128405,128406,14,128422,128423,14,128435,128443,14,128453,128464,14,128479,128480,14,128484,128487,14,128496,128498,14,128640,128709,14,128723,128724,14,128736,128741,14,128747,128748,14,128755,128755,14,128762,128762,14,128981,128991,14,129096,129103,14,129292,129292,14,129311,129311,14,129329,129330,14,129344,129349,14,129360,129374,14,129394,129394,14,129402,129402,14,129413,129425,14,129445,129450,14,129466,129471,14,129483,129483,14,129511,129535,14,129653,129655,14,129667,129670,14,129705,129711,14,129731,129743,14,917505,917505,4,917760,917999,5,10,10,3,127,159,4,768,879,5,1471,1471,5,1536,1541,1,1648,1648,5,1767,1768,5,1840,1866,5,2070,2073,5,2137,2139,5,2307,2307,7,2366,2368,7,2382,2383,7,2434,2435,7,2497,2500,5,2519,2519,5,2563,2563,7,2631,2632,5,2677,2677,5,2750,2752,7,2763,2764,7,2817,2817,5,2879,2879,5,2891,2892,7,2914,2915,5,3008,3008,5,3021,3021,5,3076,3076,5,3146,3149,5,3202,3203,7,3264,3265,7,3271,3272,7,3298,3299,5,3390,3390,5,3402,3404,7,3426,3427,5,3535,3535,5,3544,3550,7,3635,3635,7,3763,3763,7,3893,3893,5,3953,3966,5,3981,3991,5,4145,4145,7,4157,4158,5,4209,4212,5,4237,4237,5,4520,4607,10,5970,5971,5,6071,6077,5,6089,6099,5,6277,6278,5,6439,6440,5,6451,6456,7,6683,6683,5,6744,6750,5,6765,6770,7,6846,6846,5,6964,6964,5,6972,6972,5,7019,7027,5,7074,7077,5,7083,7085,5,7146,7148,7,7154,7155,7,7222,7223,5,7394,7400,5,7416,7417,5,8204,8204,5,8233,8233,4,8288,8292,4,8413,8416,5,8482,8482,14,8986,8987,14,9193,9203,14,9654,9654,14,9733,9733,14,9745,9745,14,9752,9752,14,9760,9760,14,9766,9766,14,9774,9775,14,9792,9792,14,9800,9811,14,9825,9826,14,9831,9831,14,9852,9853,14,9872,9873,14,9880,9880,14,9885,9887,14,9896,9897,14,9906,9916,14,9926,9927,14,9936,9936,14,9941,9960,14,9974,9974,14,9982,9985,14,9992,9997,14,10002,10002,14,10017,10017,14,10055,10055,14,10071,10071,14,10145,10145,14,11013,11015,14,11503,11505,5,12334,12335,5,12951,12951,14,42612,42621,5,43014,43014,5,43047,43047,7,43204,43205,5,43335,43345,5,43395,43395,7,43450,43451,7,43561,43566,5,43573,43574,5,43644,43644,5,43710,43711,5,43758,43759,7,44005,44005,5,44012,44012,7,44060,44060,11,44116,44116,11,44172,44172,11,44228,44228,11,44284,44284,11,44340,44340,11,44396,44396,11,44452,44452,11,44508,44508,11,44564,44564,11,44620,44620,11,44676,44676,11,44732,44732,11,44788,44788,11,44844,44844,11,44900,44900,11,44956,44956,11,45012,45012,11,45068,45068,11,45124,45124,11,45180,45180,11,45236,45236,11,45292,45292,11,45348,45348,11,45404,45404,11,45460,45460,11,45516,45516,11,45572,45572,11,45628,45628,11,45684,45684,11,45740,45740,11,45796,45796,11,45852,45852,11,45908,45908,11,45964,45964,11,46020,46020,11,46076,46076,11,46132,46132,11,46188,46188,11,46244,46244,11,46300,46300,11,46356,46356,11,46412,46412,11,46468,46468,11,46524,46524,11,46580,46580,11,46636,46636,11,46692,46692,11,46748,46748,11,46804,46804,11,46860,46860,11,46916,46916,11,46972,46972,11,47028,47028,11,47084,47084,11,47140,47140,11,47196,47196,11,47252,47252,11,47308,47308,11,47364,47364,11,47420,47420,11,47476,47476,11,47532,47532,11,47588,47588,11,47644,47644,11,47700,47700,11,47756,47756,11,47812,47812,11,47868,47868,11,47924,47924,11,47980,47980,11,48036,48036,11,48092,48092,11,48148,48148,11,48204,48204,11,48260,48260,11,48316,48316,11,48372,48372,11,48428,48428,11,48484,48484,11,48540,48540,11,48596,48596,11,48652,48652,11,48708,48708,11,48764,48764,11,48820,48820,11,48876,48876,11,48932,48932,11,48988,48988,11,49044,49044,11,49100,49100,11,49156,49156,11,49212,49212,11,49268,49268,11,49324,49324,11,49380,49380,11,49436,49436,11,49492,49492,11,49548,49548,11,49604,49604,11,49660,49660,11,49716,49716,11,49772,49772,11,49828,49828,11,49884,49884,11,49940,49940,11,49996,49996,11,50052,50052,11,50108,50108,11,50164,50164,11,50220,50220,11,50276,50276,11,50332,50332,11,50388,50388,11,50444,50444,11,50500,50500,11,50556,50556,11,50612,50612,11,50668,50668,11,50724,50724,11,50780,50780,11,50836,50836,11,50892,50892,11,50948,50948,11,51004,51004,11,51060,51060,11,51116,51116,11,51172,51172,11,51228,51228,11,51284,51284,11,51340,51340,11,51396,51396,11,51452,51452,11,51508,51508,11,51564,51564,11,51620,51620,11,51676,51676,11,51732,51732,11,51788,51788,11,51844,51844,11,51900,51900,11,51956,51956,11,52012,52012,11,52068,52068,11,52124,52124,11,52180,52180,11,52236,52236,11,52292,52292,11,52348,52348,11,52404,52404,11,52460,52460,11,52516,52516,11,52572,52572,11,52628,52628,11,52684,52684,11,52740,52740,11,52796,52796,11,52852,52852,11,52908,52908,11,52964,52964,11,53020,53020,11,53076,53076,11,53132,53132,11,53188,53188,11,53244,53244,11,53300,53300,11,53356,53356,11,53412,53412,11,53468,53468,11,53524,53524,11,53580,53580,11,53636,53636,11,53692,53692,11,53748,53748,11,53804,53804,11,53860,53860,11,53916,53916,11,53972,53972,11,54028,54028,11,54084,54084,11,54140,54140,11,54196,54196,11,54252,54252,11,54308,54308,11,54364,54364,11,54420,54420,11,54476,54476,11,54532,54532,11,54588,54588,11,54644,54644,11,54700,54700,11,54756,54756,11,54812,54812,11,54868,54868,11,54924,54924,11,54980,54980,11,55036,55036,11,55092,55092,11,55148,55148,11,55216,55238,9,65056,65071,5,65529,65531,4,68097,68099,5,68159,68159,5,69446,69456,5,69688,69702,5,69808,69810,7,69815,69816,7,69821,69821,1,69888,69890,5,69932,69932,7,69957,69958,7,70016,70017,5,70067,70069,7,70079,70080,7,70089,70092,5,70095,70095,5,70191,70193,5,70196,70196,5,70198,70199,5,70367,70367,5,70371,70378,5,70402,70403,7,70462,70462,5,70464,70464,5,70471,70472,7,70487,70487,5,70502,70508,5,70709,70711,7,70720,70721,7,70725,70725,7,70750,70750,5,70833,70834,7,70841,70841,7,70843,70844,7,70846,70846,7,70849,70849,7,71087,71087,5,71090,71093,5,71100,71101,5,71103,71104,5,71216,71218,7,71227,71228,7,71230,71230,7,71339,71339,5,71341,71341,5,71344,71349,5,71351,71351,5,71456,71457,7,71462,71462,7,71724,71726,7,71736,71736,7,71984,71984,5,71991,71992,7,71997,71997,7,71999,71999,1,72001,72001,1,72003,72003,5,72148,72151,5,72156,72159,7,72164,72164,7,72243,72248,5,72250,72250,1,72263,72263,5,72279,72280,7,72324,72329,1,72343,72343,7,72751,72751,7,72760,72765,5,72767,72767,5,72873,72873,7,72881,72881,7,72884,72884,7,73009,73014,5,73020,73021,5,73030,73030,1,73098,73102,7,73107,73108,7,73110,73110,7,73459,73460,5,78896,78904,4,92976,92982,5,94033,94087,7,94180,94180,5,113821,113822,5,119141,119141,5,119143,119145,5,119150,119154,5,119163,119170,5,119210,119213,5,121344,121398,5,121461,121461,5,121499,121503,5,122880,122886,5,122907,122913,5,122918,122922,5,123628,123631,5,125252,125258,5,126980,126980,14,127183,127183,14,127245,127247,14,127340,127343,14,127358,127359,14,127377,127386,14,127462,127487,6,127491,127503,14,127535,127535,14,127548,127551,14,127568,127569,14,127744,127777,14,127780,127891,14,127894,127895,14,127897,127899,14,127902,127984,14,127987,127989,14,127991,127994,14,128000,128253,14,128255,128317,14,128329,128334,14,128336,128359,14,128367,128368,14,128371,128377,14,128379,128390,14,128392,128393,14,128398,128399,14,128401,128404,14,128407,128419,14,128421,128421,14,128424,128424,14,128433,128434,14,128444,128444,14,128450,128452,14,128465,128467,14,128476,128478,14,128481,128481,14,128483,128483,14,128488,128488,14,128495,128495,14,128499,128499,14,128506,128591,14,128710,128714,14,128721,128722,14,128725,128725,14,128728,128735,14,128742,128744,14,128746,128746,14,128749,128751,14,128753,128754,14,128756,128758,14,128761,128761,14,128763,128764,14,128884,128895,14,128992,129003,14,129036,129039,14,129114,129119,14,129198,129279,14,129293,129295,14,129305,129310,14,129312,129319,14,129328,129328,14,129331,129338,14,129343,129343,14,129351,129355,14,129357,129359,14,129375,129387,14,129393,129393,14,129395,129398,14,129401,129401,14,129403,129403,14,129408,129412,14,129426,129431,14,129443,129444,14,129451,129453,14,129456,129465,14,129472,129472,14,129475,129482,14,129484,129484,14,129488,129510,14,129536,129647,14,129652,129652,14,129656,129658,14,129664,129666,14,129671,129679,14,129686,129704,14,129712,129718,14,129728,129730,14,129744,129750,14,917504,917504,4,917506,917535,4,917632,917759,4,918000,921599,4,0,9,4,11,12,4,14,31,4,169,169,14,174,174,14,1155,1159,5,1425,1469,5,1473,1474,5,1479,1479,5,1552,1562,5,1611,1631,5,1750,1756,5,1759,1764,5,1770,1773,5,1809,1809,5,1958,1968,5,2045,2045,5,2075,2083,5,2089,2093,5,2259,2273,5,2275,2306,5,2362,2362,5,2364,2364,5,2369,2376,5,2381,2381,5,2385,2391,5,2433,2433,5,2492,2492,5,2495,2496,7,2503,2504,7,2509,2509,5,2530,2531,5,2561,2562,5,2620,2620,5,2625,2626,5,2635,2637,5,2672,2673,5,2689,2690,5,2748,2748,5,2753,2757,5,2761,2761,7,2765,2765,5,2810,2815,5,2818,2819,7,2878,2878,5,2880,2880,7,2887,2888,7,2893,2893,5,2903,2903,5,2946,2946,5,3007,3007,7,3009,3010,7,3018,3020,7,3031,3031,5,3073,3075,7,3134,3136,5,3142,3144,5,3157,3158,5,3201,3201,5,3260,3260,5,3263,3263,5,3266,3266,5,3270,3270,5,3274,3275,7,3285,3286,5,3328,3329,5,3387,3388,5,3391,3392,7,3398,3400,7,3405,3405,5,3415,3415,5,3457,3457,5,3530,3530,5,3536,3537,7,3542,3542,5,3551,3551,5,3633,3633,5,3636,3642,5,3761,3761,5,3764,3772,5,3864,3865,5,3895,3895,5,3902,3903,7,3967,3967,7,3974,3975,5,3993,4028,5,4141,4144,5,4146,4151,5,4155,4156,7,4182,4183,7,4190,4192,5,4226,4226,5,4229,4230,5,4253,4253,5,4448,4519,9,4957,4959,5,5938,5940,5,6002,6003,5,6070,6070,7,6078,6085,7,6087,6088,7,6109,6109,5,6158,6158,4,6313,6313,5,6435,6438,7,6441,6443,7,6450,6450,5,6457,6459,5,6681,6682,7,6741,6741,7,6743,6743,7,6752,6752,5,6757,6764,5,6771,6780,5,6832,6845,5,6847,6848,5,6916,6916,7,6965,6965,5,6971,6971,7,6973,6977,7,6979,6980,7,7040,7041,5,7073,7073,7,7078,7079,7,7082,7082,7,7142,7142,5,7144,7145,5,7149,7149,5,7151,7153,5,7204,7211,7,7220,7221,7,7376,7378,5,7393,7393,7,7405,7405,5,7415,7415,7,7616,7673,5,8203,8203,4,8205,8205,13,8232,8232,4,8234,8238,4,8265,8265,14,8293,8293,4,8400,8412,5,8417,8417,5,8421,8432,5,8505,8505,14,8617,8618,14,9000,9000,14,9167,9167,14,9208,9210,14,9642,9643,14,9664,9664,14,9728,9732,14,9735,9741,14,9743,9744,14,9746,9746,14,9750,9751,14,9753,9756,14,9758,9759,14,9761,9761,14,9764,9765,14,9767,9769,14,9771,9773,14,9776,9783,14,9787,9791,14,9793,9793,14,9795,9799,14,9812,9822,14,9824,9824,14,9827,9827,14,9829,9830,14,9832,9832,14,9851,9851,14,9854,9854,14,9856,9861,14,9874,9876,14,9878,9879,14,9881,9881,14,9883,9884,14,9888,9889,14,9895,9895,14,9898,9899,14,9904,9905,14,9917,9918,14,9924,9925,14,9928,9928,14,9934,9935,14,9937,9937,14,9939,9940,14,9961,9962,14,9968,9973,14,9975,9978,14,9981,9981,14,9986,9986,14,9989,9989,14,9998,9998,14,10000,10001,14,10004,10004,14,10013,10013,14,10024,10024,14,10052,10052,14,10060,10060,14,10067,10069,14,10083,10084,14,10133,10135,14,10160,10160,14,10548,10549,14,11035,11036,14,11093,11093,14,11647,11647,5,12330,12333,5,12336,12336,14,12441,12442,5,12953,12953,14,42608,42610,5,42654,42655,5,43010,43010,5,43019,43019,5,43045,43046,5,43052,43052,5,43188,43203,7,43232,43249,5,43302,43309,5,43346,43347,7,43392,43394,5,43443,43443,5,43446,43449,5,43452,43453,5,43493,43493,5,43567,43568,7,43571,43572,7,43587,43587,5,43597,43597,7,43696,43696,5,43703,43704,5,43713,43713,5,43756,43757,5,43765,43765,7,44003,44004,7,44006,44007,7,44009,44010,7,44013,44013,5,44033,44059,12,44061,44087,12,44089,44115,12,44117,44143,12,44145,44171,12,44173,44199,12,44201,44227,12,44229,44255,12,44257,44283,12,44285,44311,12,44313,44339,12,44341,44367,12,44369,44395,12,44397,44423,12,44425,44451,12,44453,44479,12,44481,44507,12,44509,44535,12,44537,44563,12,44565,44591,12,44593,44619,12,44621,44647,12,44649,44675,12,44677,44703,12,44705,44731,12,44733,44759,12,44761,44787,12,44789,44815,12,44817,44843,12,44845,44871,12,44873,44899,12,44901,44927,12,44929,44955,12,44957,44983,12,44985,45011,12,45013,45039,12,45041,45067,12,45069,45095,12,45097,45123,12,45125,45151,12,45153,45179,12,45181,45207,12,45209,45235,12,45237,45263,12,45265,45291,12,45293,45319,12,45321,45347,12,45349,45375,12,45377,45403,12,45405,45431,12,45433,45459,12,45461,45487,12,45489,45515,12,45517,45543,12,45545,45571,12,45573,45599,12,45601,45627,12,45629,45655,12,45657,45683,12,45685,45711,12,45713,45739,12,45741,45767,12,45769,45795,12,45797,45823,12,45825,45851,12,45853,45879,12,45881,45907,12,45909,45935,12,45937,45963,12,45965,45991,12,45993,46019,12,46021,46047,12,46049,46075,12,46077,46103,12,46105,46131,12,46133,46159,12,46161,46187,12,46189,46215,12,46217,46243,12,46245,46271,12,46273,46299,12,46301,46327,12,46329,46355,12,46357,46383,12,46385,46411,12,46413,46439,12,46441,46467,12,46469,46495,12,46497,46523,12,46525,46551,12,46553,46579,12,46581,46607,12,46609,46635,12,46637,46663,12,46665,46691,12,46693,46719,12,46721,46747,12,46749,46775,12,46777,46803,12,46805,46831,12,46833,46859,12,46861,46887,12,46889,46915,12,46917,46943,12,46945,46971,12,46973,46999,12,47001,47027,12,47029,47055,12,47057,47083,12,47085,47111,12,47113,47139,12,47141,47167,12,47169,47195,12,47197,47223,12,47225,47251,12,47253,47279,12,47281,47307,12,47309,47335,12,47337,47363,12,47365,47391,12,47393,47419,12,47421,47447,12,47449,47475,12,47477,47503,12,47505,47531,12,47533,47559,12,47561,47587,12,47589,47615,12,47617,47643,12,47645,47671,12,47673,47699,12,47701,47727,12,47729,47755,12,47757,47783,12,47785,47811,12,47813,47839,12,47841,47867,12,47869,47895,12,47897,47923,12,47925,47951,12,47953,47979,12,47981,48007,12,48009,48035,12,48037,48063,12,48065,48091,12,48093,48119,12,48121,48147,12,48149,48175,12,48177,48203,12,48205,48231,12,48233,48259,12,48261,48287,12,48289,48315,12,48317,48343,12,48345,48371,12,48373,48399,12,48401,48427,12,48429,48455,12,48457,48483,12,48485,48511,12,48513,48539,12,48541,48567,12,48569,48595,12,48597,48623,12,48625,48651,12,48653,48679,12,48681,48707,12,48709,48735,12,48737,48763,12,48765,48791,12,48793,48819,12,48821,48847,12,48849,48875,12,48877,48903,12,48905,48931,12,48933,48959,12,48961,48987,12,48989,49015,12,49017,49043,12,49045,49071,12,49073,49099,12,49101,49127,12,49129,49155,12,49157,49183,12,49185,49211,12,49213,49239,12,49241,49267,12,49269,49295,12,49297,49323,12,49325,49351,12,49353,49379,12,49381,49407,12,49409,49435,12,49437,49463,12,49465,49491,12,49493,49519,12,49521,49547,12,49549,49575,12,49577,49603,12,49605,49631,12,49633,49659,12,49661,49687,12,49689,49715,12,49717,49743,12,49745,49771,12,49773,49799,12,49801,49827,12,49829,49855,12,49857,49883,12,49885,49911,12,49913,49939,12,49941,49967,12,49969,49995,12,49997,50023,12,50025,50051,12,50053,50079,12,50081,50107,12,50109,50135,12,50137,50163,12,50165,50191,12,50193,50219,12,50221,50247,12,50249,50275,12,50277,50303,12,50305,50331,12,50333,50359,12,50361,50387,12,50389,50415,12,50417,50443,12,50445,50471,12,50473,50499,12,50501,50527,12,50529,50555,12,50557,50583,12,50585,50611,12,50613,50639,12,50641,50667,12,50669,50695,12,50697,50723,12,50725,50751,12,50753,50779,12,50781,50807,12,50809,50835,12,50837,50863,12,50865,50891,12,50893,50919,12,50921,50947,12,50949,50975,12,50977,51003,12,51005,51031,12,51033,51059,12,51061,51087,12,51089,51115,12,51117,51143,12,51145,51171,12,51173,51199,12,51201,51227,12,51229,51255,12,51257,51283,12,51285,51311,12,51313,51339,12,51341,51367,12,51369,51395,12,51397,51423,12,51425,51451,12,51453,51479,12,51481,51507,12,51509,51535,12,51537,51563,12,51565,51591,12,51593,51619,12,51621,51647,12,51649,51675,12,51677,51703,12,51705,51731,12,51733,51759,12,51761,51787,12,51789,51815,12,51817,51843,12,51845,51871,12,51873,51899,12,51901,51927,12,51929,51955,12,51957,51983,12,51985,52011,12,52013,52039,12,52041,52067,12,52069,52095,12,52097,52123,12,52125,52151,12,52153,52179,12,52181,52207,12,52209,52235,12,52237,52263,12,52265,52291,12,52293,52319,12,52321,52347,12,52349,52375,12,52377,52403,12,52405,52431,12,52433,52459,12,52461,52487,12,52489,52515,12,52517,52543,12,52545,52571,12,52573,52599,12,52601,52627,12,52629,52655,12,52657,52683,12,52685,52711,12,52713,52739,12,52741,52767,12,52769,52795,12,52797,52823,12,52825,52851,12,52853,52879,12,52881,52907,12,52909,52935,12,52937,52963,12,52965,52991,12,52993,53019,12,53021,53047,12,53049,53075,12,53077,53103,12,53105,53131,12,53133,53159,12,53161,53187,12,53189,53215,12,53217,53243,12,53245,53271,12,53273,53299,12,53301,53327,12,53329,53355,12,53357,53383,12,53385,53411,12,53413,53439,12,53441,53467,12,53469,53495,12,53497,53523,12,53525,53551,12,53553,53579,12,53581,53607,12,53609,53635,12,53637,53663,12,53665,53691,12,53693,53719,12,53721,53747,12,53749,53775,12,53777,53803,12,53805,53831,12,53833,53859,12,53861,53887,12,53889,53915,12,53917,53943,12,53945,53971,12,53973,53999,12,54001,54027,12,54029,54055,12,54057,54083,12,54085,54111,12,54113,54139,12,54141,54167,12,54169,54195,12,54197,54223,12,54225,54251,12,54253,54279,12,54281,54307,12,54309,54335,12,54337,54363,12,54365,54391,12,54393,54419,12,54421,54447,12,54449,54475,12,54477,54503,12,54505,54531,12,54533,54559,12,54561,54587,12,54589,54615,12,54617,54643,12,54645,54671,12,54673,54699,12,54701,54727,12,54729,54755,12,54757,54783,12,54785,54811,12,54813,54839,12,54841,54867,12,54869,54895,12,54897,54923,12,54925,54951,12,54953,54979,12,54981,55007,12,55009,55035,12,55037,55063,12,55065,55091,12,55093,55119,12,55121,55147,12,55149,55175,12,55177,55203,12,55243,55291,10,65024,65039,5,65279,65279,4,65520,65528,4,66045,66045,5,66422,66426,5,68101,68102,5,68152,68154,5,68325,68326,5,69291,69292,5,69632,69632,7,69634,69634,7,69759,69761,5]")}var Lo=3;function hn(e,t,r,n){var i=new Zr(e,t,r);return i.ComputeDiff(n)}var dn=function(){function e(t){for(var r=[],n=[],i=0,o=t.length;i<o;i++)r[i]=rr(t[i],1),n[i]=nr(t[i],1);this.lines=t,this._startColumns=r,this._endColumns=n}return e.prototype.getElements=function(){for(var t=[],r=0,n=this.lines.length;r<n;r++)t[r]=this.lines[r].substring(this._startColumns[r]-1,this._endColumns[r]-1);return t},e.prototype.getStartLineNumber=function(t){return t+1},e.prototype.getEndLineNumber=function(t){return t+1},e.prototype.createCharSequence=function(t,r,n){for(var i=[],o=[],a=[],f=0,u=r;u<=n;u++)for(var s=this.lines[u],l=t?this._startColumns[u]:1,c=t?this._endColumns[u]:s.length+1,m=l;m<c;m++)i[f]=s.charCodeAt(m-1),o[f]=u+1,a[f]=m,f++;return new xo(i,o,a)},e}(),xo=function(){function e(t,r,n){this._charCodes=t,this._lineNumbers=r,this._columns=n}return e.prototype.getElements=function(){return this._charCodes},e.prototype.getStartLineNumber=function(t){return this._lineNumbers[t]},e.prototype.getStartColumn=function(t){return this._columns[t]},e.prototype.getEndLineNumber=function(t){return this._lineNumbers[t]},e.prototype.getEndColumn=function(t){return this._columns[t]+1},e}(),er=function(){function e(t,r,n,i,o,a,f,u){this.originalStartLineNumber=t,this.originalStartColumn=r,this.originalEndLineNumber=n,this.originalEndColumn=i,this.modifiedStartLineNumber=o,this.modifiedStartColumn=a,this.modifiedEndLineNumber=f,this.modifiedEndColumn=u}return e.createFromDiffChange=function(t,r,n){var i,o,a,f,u,s,l,c;return t.originalLength===0?(i=0,o=0,a=0,f=0):(i=r.getStartLineNumber(t.originalStart),o=r.getStartColumn(t.originalStart),a=r.getEndLineNumber(t.originalStart+t.originalLength-1),f=r.getEndColumn(t.originalStart+t.originalLength-1)),t.modifiedLength===0?(u=0,s=0,l=0,c=0):(u=n.getStartLineNumber(t.modifiedStart),s=n.getStartColumn(t.modifiedStart),l=n.getEndLineNumber(t.modifiedStart+t.modifiedLength-1),c=n.getEndColumn(t.modifiedStart+t.modifiedLength-1)),new e(i,o,a,f,u,s,l,c)},e}();function Io(e){if(e.length<=1)return e;for(var t=[e[0]],r=t[0],n=1,i=e.length;n<i;n++){var o=e[n],a=o.originalStart-(r.originalStart+r.originalLength),f=o.modifiedStart-(r.modifiedStart+r.modifiedLength),u=Math.min(a,f);u<Lo?(r.originalLength=o.originalStart+o.originalLength-r.originalStart,r.modifiedLength=o.modifiedStart+o.modifiedLength-r.modifiedStart):(t.push(o),r=o)}return t}var tr=function(){function e(t,r,n,i,o){this.originalStartLineNumber=t,this.originalEndLineNumber=r,this.modifiedStartLineNumber=n,this.modifiedEndLineNumber=i,this.charChanges=o}return e.createFromDiffResult=function(t,r,n,i,o,a,f){var u,s,l,c,m=void 0;if(r.originalLength===0?(u=n.getStartLineNumber(r.originalStart)-1,s=0):(u=n.getStartLineNumber(r.originalStart),s=n.getEndLineNumber(r.originalStart+r.originalLength-1)),r.modifiedLength===0?(l=i.getStartLineNumber(r.modifiedStart)-1,c=0):(l=i.getStartLineNumber(r.modifiedStart),c=i.getEndLineNumber(r.modifiedStart+r.modifiedLength-1)),a&&r.originalLength>0&&r.originalLength<20&&r.modifiedLength>0&&r.modifiedLength<20&&o()){var h=n.createCharSequence(t,r.originalStart,r.originalStart+r.originalLength-1),p=i.createCharSequence(t,r.modifiedStart,r.modifiedStart+r.modifiedLength-1),v=hn(h,p,o,!0).changes;f&&(v=Io(v)),m=[];for(var A=0,b=v.length;A<b;A++)m.push(er.createFromDiffChange(v[A],h,p))}return new e(u,s,l,c,m)},e}(),Mo=function(){function e(t,r,n){this.shouldComputeCharChanges=n.shouldComputeCharChanges,this.shouldPostProcessCharChanges=n.shouldPostProcessCharChanges,this.shouldIgnoreTrimWhitespace=n.shouldIgnoreTrimWhitespace,this.shouldMakePrettyDiff=n.shouldMakePrettyDiff,this.originalLines=t,this.modifiedLines=r,this.original=new dn(t),this.modified=new dn(r),this.continueLineDiff=mn(n.maxComputationTime),this.continueCharDiff=mn(n.maxComputationTime===0?0:Math.min(n.maxComputationTime,5e3))}return e.prototype.computeDiff=function(){if(this.original.lines.length===1&&this.original.lines[0].length===0)return{quitEarly:!1,changes:[{originalStartLineNumber:1,originalEndLineNumber:1,modifiedStartLineNumber:1,modifiedEndLineNumber:this.modified.lines.length,charChanges:[{modifiedEndColumn:0,modifiedEndLineNumber:0,modifiedStartColumn:0,modifiedStartLineNumber:0,originalEndColumn:0,originalEndLineNumber:0,originalStartColumn:0,originalStartLineNumber:0}]}]};if(this.modified.lines.length===1&&this.modified.lines[0].length===0)return{quitEarly:!1,changes:[{originalStartLineNumber:1,originalEndLineNumber:this.original.lines.length,modifiedStartLineNumber:1,modifiedEndLineNumber:1,charChanges:[{modifiedEndColumn:0,modifiedEndLineNumber:0,modifiedStartColumn:0,modifiedStartLineNumber:0,originalEndColumn:0,originalEndLineNumber:0,originalStartColumn:0,originalStartLineNumber:0}]}]};var t=hn(this.original,this.modified,this.continueLineDiff,this.shouldMakePrettyDiff),r=t.changes,n=t.quitEarly;if(this.shouldIgnoreTrimWhitespace){for(var i=[],o=0,a=r.length;o<a;o++)i.push(tr.createFromDiffResult(this.shouldIgnoreTrimWhitespace,r[o],this.original,this.modified,this.continueCharDiff,this.shouldComputeCharChanges,this.shouldPostProcessCharChanges));return{quitEarly:n,changes:i}}for(var f=[],u=0,s=0,o=-1,l=r.length;o<l;o++){for(var c=o+1<l?r[o+1]:null,m=c?c.originalStart:this.originalLines.length,h=c?c.modifiedStart:this.modifiedLines.length;u<m&&s<h;){var p=this.originalLines[u],v=this.modifiedLines[s];if(p!==v){{for(var A=rr(p,1),b=rr(v,1);A>1&&b>1;){var C=p.charCodeAt(A-2),d=v.charCodeAt(b-2);if(C!==d)break;A--,b--}(A>1||b>1)&&this._pushTrimWhitespaceCharChange(f,u+1,1,A,s+1,1,b)}{for(var T=nr(p,1),g=nr(v,1),w=p.length+1,_=v.length+1;T<w&&g<_;){var C=p.charCodeAt(T-1),d=p.charCodeAt(g-1);if(C!==d)break;T++,g++}(T<w||g<_)&&this._pushTrimWhitespaceCharChange(f,u+1,T,w,s+1,g,_)}}u++,s++}c&&(f.push(tr.createFromDiffResult(this.shouldIgnoreTrimWhitespace,c,this.original,this.modified,this.continueCharDiff,this.shouldComputeCharChanges,this.shouldPostProcessCharChanges)),u+=c.originalLength,s+=c.modifiedLength)}return{quitEarly:n,changes:f}},e.prototype._pushTrimWhitespaceCharChange=function(t,r,n,i,o,a,f){if(this._mergeTrimWhitespaceCharChange(t,r,n,i,o,a,f))return;var u=void 0;this.shouldComputeCharChanges&&(u=[new er(r,n,r,i,o,a,o,f)]),t.push(new tr(r,r,o,o,u))},e.prototype._mergeTrimWhitespaceCharChange=function(t,r,n,i,o,a,f){var u=t.length;if(u===0)return!1;var s=t[u-1];return s.originalEndLineNumber===0||s.modifiedEndLineNumber===0?!1:s.originalEndLineNumber+1===r&&s.modifiedEndLineNumber+1===o?(s.originalEndLineNumber=r,s.modifiedEndLineNumber=o,this.shouldComputeCharChanges&&s.charChanges&&s.charChanges.push(new er(r,n,r,i,o,a,o,f)),!0):!1},e}();function rr(e,t){var r=_o(e);return r===-1?t:r+1}function nr(e,t){var r=To(e);return r===-1?t:r+2}function mn(e){if(e===0)return function(){return!0};var t=Date.now();return function(){return Date.now()-t<e}}function pn(e){return e<0?0:e>255?255:e|0}function at(e){return e<0?0:e>4294967295?4294967295:e|0}var Fo=function(){function e(t,r){this.index=t,this.remainder=r}return e}(),Oo=function(){function e(t){this.values=t,this.prefixSum=new Uint32Array(t.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}return e.prototype.insertValues=function(t,r){t=at(t);var n=this.values,i=this.prefixSum,o=r.length;return o===0?!1:(this.values=new Uint32Array(n.length+o),this.values.set(n.subarray(0,t),0),this.values.set(n.subarray(t),t+o),this.values.set(r,t),t-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=t-1),this.prefixSum=new Uint32Array(this.values.length),this.prefixSumValidIndex[0]>=0&&this.prefixSum.set(i.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},e.prototype.changeValue=function(t,r){return t=at(t),r=at(r),this.values[t]===r?!1:(this.values[t]=r,t-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=t-1),!0)},e.prototype.removeValues=function(t,r){t=at(t),r=at(r);var n=this.values,i=this.prefixSum;if(t>=n.length)return!1;var o=n.length-t;return r>=o&&(r=o),r===0?!1:(this.values=new Uint32Array(n.length-r),this.values.set(n.subarray(0,t),0),this.values.set(n.subarray(t+r),t),this.prefixSum=new Uint32Array(this.values.length),t-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=t-1),this.prefixSumValidIndex[0]>=0&&this.prefixSum.set(i.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},e.prototype.getTotalValue=function(){return this.values.length===0?0:this._getAccumulatedValue(this.values.length-1)},e.prototype.getAccumulatedValue=function(t){return t<0?0:(t=at(t),this._getAccumulatedValue(t))},e.prototype._getAccumulatedValue=function(t){if(t<=this.prefixSumValidIndex[0])return this.prefixSum[t];var r=this.prefixSumValidIndex[0]+1;r===0&&(this.prefixSum[0]=this.values[0],r++),t>=this.values.length&&(t=this.values.length-1);for(var n=r;n<=t;n++)this.prefixSum[n]=this.prefixSum[n-1]+this.values[n];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],t),this.prefixSum[t]},e.prototype.getIndexOf=function(t){t=Math.floor(t),this.getTotalValue();for(var r=0,n=this.values.length-1,i=0,o=0,a=0;r<=n;)if(i=r+(n-r)/2|0,o=this.prefixSum[i],a=o-this.values[i],t<a)n=i-1;else if(t>=o)r=i+1;else break;return new Fo(i,t-a)},e}(),Po=function(){function e(t,r,n,i){this._uri=t,this._lines=r,this._eol=n,this._versionId=i,this._lineStarts=null}return e.prototype.dispose=function(){this._lines.length=0},e.prototype.getText=function(){return this._lines.join(this._eol)},e.prototype.onEvents=function(t){t.eol&&t.eol!==this._eol&&(this._eol=t.eol,this._lineStarts=null);for(var r=t.changes,n=0,i=r;n<i.length;n++){var o=i[n];this._acceptDeleteRange(o.range),this._acceptInsertText(new it(o.range.startLineNumber,o.range.startColumn),o.text)}this._versionId=t.versionId},e.prototype._ensureLineStarts=function(){if(!this._lineStarts){for(var t=this._eol.length,r=this._lines.length,n=new Uint32Array(r),i=0;i<r;i++)n[i]=this._lines[i].length+t;this._lineStarts=new Oo(n)}},e.prototype._setLineText=function(t,r){this._lines[t]=r,this._lineStarts&&this._lineStarts.changeValue(t,this._lines[t].length+this._eol.length)},e.prototype._acceptDeleteRange=function(t){if(t.startLineNumber===t.endLineNumber){if(t.startColumn===t.endColumn)return;this._setLineText(t.startLineNumber-1,this._lines[t.startLineNumber-1].substring(0,t.startColumn-1)+this._lines[t.startLineNumber-1].substring(t.endColumn-1));return}this._setLineText(t.startLineNumber-1,this._lines[t.startLineNumber-1].substring(0,t.startColumn-1)+this._lines[t.endLineNumber-1].substring(t.endColumn-1)),this._lines.splice(t.startLineNumber,t.endLineNumber-t.startLineNumber),this._lineStarts&&this._lineStarts.removeValues(t.startLineNumber,t.endLineNumber-t.startLineNumber)},e.prototype._acceptInsertText=function(t,r){if(r.length===0)return;var n=r.split(/\r\n|\r|\n/);if(n.length===1){this._setLineText(t.lineNumber-1,this._lines[t.lineNumber-1].substring(0,t.column-1)+n[0]+this._lines[t.lineNumber-1].substring(t.column-1));return}n[n.length-1]+=this._lines[t.lineNumber-1].substring(t.column-1),this._setLineText(t.lineNumber-1,this._lines[t.lineNumber-1].substring(0,t.column-1)+n[0]);for(var i=new Uint32Array(n.length-1),o=1;o<n.length;o++)this._lines.splice(t.lineNumber+o-1,0,n[o]),i[o-1]=n[o].length+this._eol.length;this._lineStarts&&this._lineStarts.insertValues(t.lineNumber,i)},e}(),Do="`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?";function jo(e){e===void 0&&(e="");for(var t="(-?\\d*\\.\\d\\w*)|([^",r=0,n=Do;r<n.length;r++){var i=n[r];if(e.indexOf(i)>=0)continue;t+="\\"+i}return t+="\\s]+)",new RegExp(t,"g")}var Uo=jo();function Ro(e){var t=Uo;if(e&&e instanceof RegExp)if(e.global)t=e;else{var r="g";e.ignoreCase&&(r+="i"),e.multiline&&(r+="m"),e.unicode&&(r+="u"),t=new RegExp(e.source,r)}return t.lastIndex=0,t}function Bo(e,t,r,n){var i=e-1-n,o=r.lastIndexOf(" ",i-1)+1;t.lastIndex=o;for(var a;a=t.exec(r);){var f=a.index||0;if(f<=i&&t.lastIndex>=i)return{word:a[0],startColumn:n+1+f,endColumn:n+1+t.lastIndex}}return null}function Wo(e,t,r,n){var i=e-1-n;t.lastIndex=0;for(var o;o=t.exec(r);){var a=o.index||0;if(a>i)return null;if(t.lastIndex>=i)return{word:o[0],startColumn:n+1+a,endColumn:n+1+t.lastIndex}}return null}function Vo(e,t,r,n){t.lastIndex=0;var i=t.exec(r);if(!i)return null;var o=i[0].indexOf(" ")>=0?Wo(e,t,r,n):Bo(e,t,r,n);return t.lastIndex=0,o}var gn=function(){function e(t){var r=pn(t);this._defaultValue=r,this._asciiMap=e._createAsciiMap(r),this._map=new Map}return e._createAsciiMap=function(t){for(var r=new Uint8Array(256),n=0;n<256;n++)r[n]=t;return r},e.prototype.set=function(t,r){var n=pn(r);t>=0&&t<256?this._asciiMap[t]=n:this._map.set(t,n)},e.prototype.get=function(t){return t>=0&&t<256?this._asciiMap[t]:this._map.get(t)||this._defaultValue},e}(),hu=function(){function e(){this._actual=new gn(0)}return e.prototype.add=function(t){this._actual.set(t,1)},e.prototype.has=function(t){return this._actual.get(t)===1},e}(),qo=function(){function e(t,r,n){for(var i=new Uint8Array(t*r),o=0,a=t*r;o<a;o++)i[o]=n;this._data=i,this.rows=t,this.cols=r}return e.prototype.get=function(t,r){return this._data[t*this.cols+r]},e.prototype.set=function(t,r,n){this._data[t*this.cols+r]=n},e}(),Ho=function(){function e(t){for(var r=0,n=0,i=0,o=t.length;i<o;i++){var a=t[i],f=a[0],u=a[1],s=a[2];u>r&&(r=u),f>n&&(n=f),s>n&&(n=s)}r++,n++;for(var l=new qo(n,r,0),i=0,o=t.length;i<o;i++){var c=t[i],f=c[0],u=c[1],s=c[2];l.set(f,u,s)}this._states=l,this._maxCharCode=r}return e.prototype.nextState=function(t,r){return r<0||r>=this._maxCharCode?0:this._states.get(t,r)},e}(),ir=null;function Go(){return ir===null&&(ir=new Ho([[1,104,2],[1,72,2],[1,102,6],[1,70,6],[2,116,3],[2,84,3],[3,116,4],[3,84,4],[4,112,5],[4,80,5],[5,115,9],[5,83,9],[5,58,10],[6,105,7],[6,73,7],[7,108,8],[7,76,8],[8,101,9],[8,69,9],[9,58,10],[10,47,11],[11,47,12]])),ir}var bt=null;function $o(){if(bt===null){bt=new gn(0);for(var e=` <>'"\u3001\u3002\uFF61\uFF64\uFF0C\uFF0E\uFF1A\uFF1B\uFF1F\uFF01\uFF20\uFF03\uFF04\uFF05\uFF06\uFF0A\u2018\u201C\u3008\u300A\u300C\u300E\u3010\u3014\uFF08\uFF3B\uFF5B\uFF62\uFF63\uFF5D\uFF3D\uFF09\u3015\u3011\u300F\u300D\u300B\u3009\u201D\u2019\uFF40\uFF5E\u2026`,t=0;t<e.length;t++)bt.set(e.charCodeAt(t),1);for(var r=".,;",t=0;t<r.length;t++)bt.set(r.charCodeAt(t),2)}return bt}var Yo=function(){function e(){}return e._createLink=function(t,r,n,i,o){var a=o-1;do{var f=r.charCodeAt(a),u=t.get(f);if(u!==2)break;a--}while(a>i);if(i>0){var s=r.charCodeAt(i-1),l=r.charCodeAt(a);(s===40&&l===41||s===91&&l===93||s===123&&l===125)&&a--}return{range:{startLineNumber:n,startColumn:i+1,endLineNumber:n,endColumn:a+2},url:r.substring(i,a+1)}},e.computeLinks=function(t,r){r===void 0&&(r=Go());for(var n=$o(),i=[],o=1,a=t.getLineCount();o<=a;o++){for(var f=t.getLineContent(o),u=f.length,s=0,l=0,c=0,m=1,h=!1,p=!1,v=!1;s<u;){var A=!1,b=f.charCodeAt(s);if(m===13){var C=void 0;switch(b){case 40:h=!0,C=0;break;case 41:C=h?0:1;break;case 91:p=!0,C=0;break;case 93:C=p?0:1;break;case 123:v=!0,C=0;break;case 125:C=v?0:1;break;case 39:C=c===34||c===96?0:1;break;case 34:C=c===39||c===96?0:1;break;case 96:C=c===39||c===34?0:1;break;case 42:C=c===42?1:0;break;case 124:C=c===124?1:0;break;default:C=n.get(b)}C===1&&(i.push(e._createLink(n,f,o,l,s)),A=!0)}else if(m===12){var C=void 0;b===91?(p=!0,C=0):C=n.get(b),C===1?A=!0:m=13}else m=r.nextState(m,b),m===0&&(A=!0);A&&(m=1,h=!1,p=!1,v=!1,l=s+1,c=b),s++}m===13&&i.push(e._createLink(n,f,o,l,u))}return i},e}();function Jo(e){return!e||typeof e.getLineCount!="function"||typeof e.getLineContent!="function"?[]:Yo.computeLinks(e)}var zo=function(){function e(){this._defaultValueSet=[["true","false"],["True","False"],["Private","Public","Friend","ReadOnly","Partial","Protected","WriteOnly"],["public","protected","private"]]}return e.prototype.navigateValueSet=function(t,r,n,i,o){if(t&&r){var a=this.doNavigateValueSet(r,o);if(a)return{range:t,value:a}}if(n&&i){var a=this.doNavigateValueSet(i,o);if(a)return{range:n,value:a}}return null},e.prototype.doNavigateValueSet=function(t,r){var n=this.numberReplace(t,r);return n!==null?n:this.textReplace(t,r)},e.prototype.numberReplace=function(t,r){var n=Math.pow(10,t.length-(t.lastIndexOf(".")+1)),i=Number(t),o=parseFloat(t);return!isNaN(i)&&!isNaN(o)&&i===o?i===0&&!r?null:(i=Math.floor(i*n),i+=r?n:-n,String(i/n)):null},e.prototype.textReplace=function(t,r){return this.valueSetsReplace(this._defaultValueSet,t,r)},e.prototype.valueSetsReplace=function(t,r,n){for(var i=null,o=0,a=t.length;i===null&&o<a;o++)i=this.valueSetReplace(t[o],r,n);return i},e.prototype.valueSetReplace=function(t,r,n){var i=t.indexOf(r);return i>=0?(i+=n?1:-1,i<0?i=t.length-1:i%=t.length,t[i]):null},e.INSTANCE=new e,e}(),du=Z("URDS");function Qo(e){var t=this,r=!1,n;return function(){return r||(r=!0,n=e.apply(t,arguments)),n}}var he=function(){function e(t){this.element=t,this.next=e.Undefined,this.prev=e.Undefined}return e.Undefined=new e(void 0),e}(),or=function(){function e(){this._first=he.Undefined,this._last=he.Undefined,this._size=0}return Object.defineProperty(e.prototype,"size",{get:function(){return this._size},enumerable:!0,configurable:!0}),e.prototype.isEmpty=function(){return this._first===he.Undefined},e.prototype.clear=function(){this._first=he.Undefined,this._last=he.Undefined,this._size=0},e.prototype.unshift=function(t){return this._insert(t,!1)},e.prototype.push=function(t){return this._insert(t,!0)},e.prototype._insert=function(t,r){var n=this,i=new he(t);if(this._first===he.Undefined)this._first=i,this._last=i;else if(r){var o=this._last;this._last=i,i.prev=o,o.next=i}else{var a=this._first;this._first=i,i.next=a,a.prev=i}this._size+=1;var f=!1;return function(){f||(f=!0,n._remove(i))}},e.prototype.shift=function(){if(this._first===he.Undefined)return;var t=this._first.element;return this._remove(this._first),t},e.prototype.pop=function(){if(this._last===he.Undefined)return;var t=this._last.element;return this._remove(this._last),t},e.prototype._remove=function(t){if(t.prev!==he.Undefined&&t.next!==he.Undefined){var r=t.prev;r.next=t.next,t.next.prev=r}else t.prev===he.Undefined&&t.next===he.Undefined?(this._first=he.Undefined,this._last=he.Undefined):t.next===he.Undefined?(this._last=this._last.prev,this._last.next=he.Undefined):t.prev===he.Undefined&&(this._first=this._first.next,this._first.prev=he.Undefined);this._size-=1},e.prototype.iterator=function(){var t,r=this._first;return{next:function(){return r===he.Undefined?Be:(t?t.value=r.element:t={done:!1,value:r.element},r=r.next,t)}}},e.prototype.toArray=function(){for(var t=[],r=this._first;r!==he.Undefined;r=r.next)t.push(r.element);return t},e}(),Zo=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)i.hasOwnProperty(o)&&(n[o]=i[o])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),xt;(function(e){e.None=function(){return ke.None};function t(d){return function(T,g,w){g===void 0&&(g=null);var _=!1,k;return k=d(function(y){return _?void 0:(k?k.dispose():_=!0,T.call(g,y))},null,w),_&&k.dispose(),k}}e.once=t;function r(d,T){return u(function(g,w,_){return w===void 0&&(w=null),d(function(k){return g.call(w,T(k))},null,_)})}e.map=r;function n(d,T){return u(function(g,w,_){return w===void 0&&(w=null),d(function(k){T(k),g.call(w,k)},null,_)})}e.forEach=n;function i(d,T){return u(function(g,w,_){return w===void 0&&(w=null),d(function(k){return T(k)&&g.call(w,k)},null,_)})}e.filter=i;function o(d){return d}e.signal=o;function a(){for(var d=[],T=0;T<arguments.length;T++)d[T]=arguments[T];return function(g,w,_){return w===void 0&&(w=null),te.apply(void 0,d.map(function(k){return k(function(y){return g.call(w,y)},null,_)}))}}e.any=a;function f(d,T,g){var w=g;return r(d,function(_){return w=T(w,_),w})}e.reduce=f;function u(d){var T,g=new Me({onFirstListenerAdd:function(){T=d(g.fire,g)},onLastListenerRemove:function(){T.dispose()}});return g.event}e.snapshot=u;function s(d,T,g,w,_){g===void 0&&(g=100),w===void 0&&(w=!1);var k,y=void 0,E=void 0,S=0,F=new Me({leakWarningThreshold:_,onFirstListenerAdd:function(){k=d(function(B){S++,y=T(y,B),w&&!E&&(F.fire(y),y=void 0),clearTimeout(E),E=setTimeout(function(){var K=y;y=void 0,E=void 0,(!w||S>1)&&F.fire(K),S=0},g)})},onLastListenerRemove:function(){k.dispose()}});return F.event}e.debounce=s;function l(d){var T=new Date().getTime();return r(t(d),function(g){return new Date().getTime()-T})}e.stopwatch=l;function c(d){var T=!0,g;return i(d,function(w){var _=T||w!==g;return T=!1,g=w,_})}e.latch=c;function m(d,T,g){T===void 0&&(T=!1),g===void 0&&(g=[]);var w=g.slice(),_=d(function(E){w?w.push(E):y.fire(E)}),k=function(){w&&w.forEach(function(E){return y.fire(E)}),w=null},y=new Me({onFirstListenerAdd:function(){_||(_=d(function(E){return y.fire(E)}))},onFirstListenerDidAdd:function(){w&&(T?setTimeout(k):k())},onLastListenerRemove:function(){_&&_.dispose(),_=null}});return y.event}e.buffer=m;var h=function(){function d(T){this.event=T}return d.prototype.map=function(T){return new d(r(this.event,T))},d.prototype.forEach=function(T){return new d(n(this.event,T))},d.prototype.filter=function(T){return new d(i(this.event,T))},d.prototype.reduce=function(T,g){return new d(f(this.event,T,g))},d.prototype.latch=function(){return new d(c(this.event))},d.prototype.debounce=function(T,g,w,_){return g===void 0&&(g=100),w===void 0&&(w=!1),new d(s(this.event,T,g,w,_))},d.prototype.on=function(T,g,w){return this.event(T,g,w)},d.prototype.once=function(T,g,w){return t(this.event)(T,g,w)},d}();function p(d){return new h(d)}e.chain=p;function v(d,T,g){g===void 0&&(g=function(E){return E});var w=function(){for(var E=[],S=0;S<arguments.length;S++)E[S]=arguments[S];return y.fire(g.apply(void 0,E))},_=function(){return d.on(T,w)},k=function(){return d.removeListener(T,w)},y=new Me({onFirstListenerAdd:_,onLastListenerRemove:k});return y.event}e.fromNodeEventEmitter=v;function A(d,T,g){g===void 0&&(g=function(E){return E});var w=function(){for(var E=[],S=0;S<arguments.length;S++)E[S]=arguments[S];return y.fire(g.apply(void 0,E))},_=function(){return d.addEventListener(T,w)},k=function(){return d.removeEventListener(T,w)},y=new Me({onFirstListenerAdd:_,onLastListenerRemove:k});return y.event}e.fromDOMEventEmitter=A;function b(d){var T=new Me,g=!1;return d.then(void 0,function(){return null}).then(function(){g?T.fire(void 0):setTimeout(function(){return T.fire(void 0)},0)}),g=!0,T.event}e.fromPromise=b;function C(d){return new Promise(function(T){return t(d)(T)})}e.toPromise=C})(xt||(xt={}));var vn=-1,Xo=function(){function e(t,r){r===void 0&&(r=Math.random().toString(18).slice(2,5)),this.customThreshold=t,this.name=r,this._warnCountdown=0}return e.prototype.dispose=function(){this._stacks&&this._stacks.clear()},e.prototype.check=function(t){var r=this,n=vn;if(typeof this.customThreshold=="number"&&(n=this.customThreshold),n<=0||t<n)return;this._stacks||(this._stacks=new Map);var i=new Error().stack.split(`
`).slice(3).join(`
`),o=this._stacks.get(i)||0;if(this._stacks.set(i,o+1),this._warnCountdown-=1,this._warnCountdown<=0){this._warnCountdown=n*.5;var a,f=0;this._stacks.forEach(function(u,s){(!a||f<u)&&(a=s,f=u)}),console.warn("["+this.name+"] potential listener LEAK detected, having "+t+" listeners already. MOST frequent listener ("+f+"):"),console.warn(a)}return function(){var u=r._stacks.get(i)||0;r._stacks.set(i,u-1)}},e}(),Me=function(){function e(t){this._disposed=!1,this._options=t,this._leakageMon=vn>0?new Xo(this._options&&this._options.leakWarningThreshold):void 0}return Object.defineProperty(e.prototype,"event",{get:function(){var t=this;return this._event||(this._event=function(r,n,i){t._listeners||(t._listeners=new or);var o=t._listeners.isEmpty();o&&t._options&&t._options.onFirstListenerAdd&&t._options.onFirstListenerAdd(t);var a=t._listeners.push(n?[r,n]:r);o&&t._options&&t._options.onFirstListenerDidAdd&&t._options.onFirstListenerDidAdd(t),t._options&&t._options.onListenerDidAdd&&t._options.onListenerDidAdd(t,r,n);var f;t._leakageMon&&(f=t._leakageMon.check(t._listeners.size));var u;return u={dispose:function(){if(f&&f(),u.dispose=e._noop,!t._disposed&&(a(),t._options&&t._options.onLastListenerRemove)){var s=t._listeners&&!t._listeners.isEmpty();s||t._options.onLastListenerRemove(t)}}},i instanceof pe?i.add(u):Array.isArray(i)&&i.push(u),u}),this._event},enumerable:!0,configurable:!0}),e.prototype.fire=function(t){if(this._listeners){this._deliveryQueue||(this._deliveryQueue=new or);for(var r=this._listeners.iterator(),n=r.next();!n.done;n=r.next())this._deliveryQueue.push([n.value,t]);for(;this._deliveryQueue.size>0;){var i=this._deliveryQueue.shift(),o=i[0],a=i[1];try{typeof o=="function"?o.call(void 0,a):o[0].call(o[1],a)}catch(f){W(f)}}}},e.prototype.dispose=function(){this._listeners&&this._listeners.clear(),this._deliveryQueue&&this._deliveryQueue.clear(),this._leakageMon&&this._leakageMon.dispose(),this._disposed=!0},e._noop=function(){},e}(),mu=function(e){Zo(t,e);function t(r){var n=e.call(this,r)||this;return n._isPaused=0,n._eventQueue=new or,n._mergeFn=r&&r.merge,n}return t.prototype.pause=function(){this._isPaused++},t.prototype.resume=function(){if(this._isPaused!==0&&--this._isPaused===0)if(this._mergeFn){var r=this._eventQueue.toArray();this._eventQueue.clear(),e.prototype.fire.call(this,this._mergeFn(r))}else for(;!this._isPaused&&this._eventQueue.size!==0;)e.prototype.fire.call(this,this._eventQueue.shift())},t.prototype.fire=function(r){this._listeners&&(this._isPaused!==0?this._eventQueue.push(r):e.prototype.fire.call(this,r))},t}(Me),pu=function(){function e(){var t=this;this.hasListeners=!1,this.events=[],this.emitter=new Me({onFirstListenerAdd:function(){return t.onFirstListenerAdd()},onLastListenerRemove:function(){return t.onLastListenerRemove()}})}return Object.defineProperty(e.prototype,"event",{get:function(){return this.emitter.event},enumerable:!0,configurable:!0}),e.prototype.add=function(t){var r=this,n={event:t,listener:null};this.events.push(n),this.hasListeners&&this.hook(n);var i=function(){r.hasListeners&&r.unhook(n);var o=r.events.indexOf(n);r.events.splice(o,1)};return Q(Qo(i))},e.prototype.onFirstListenerAdd=function(){var t=this;this.hasListeners=!0,this.events.forEach(function(r){return t.hook(r)})},e.prototype.onLastListenerRemove=function(){var t=this;this.hasListeners=!1,this.events.forEach(function(r){return t.unhook(r)})},e.prototype.hook=function(t){var r=this;t.listener=t.event(function(n){return r.emitter.fire(n)})},e.prototype.unhook=function(t){t.listener&&t.listener.dispose(),t.listener=null},e.prototype.dispose=function(){this.emitter.dispose()},e}(),gu=function(){function e(){this.buffers=[]}return e.prototype.wrapEvent=function(t){var r=this;return function(n,i,o){return t(function(a){var f=r.buffers[r.buffers.length-1];f?f.push(function(){return n.call(i,a)}):n.call(i,a)},void 0,o)}},e.prototype.bufferEvents=function(t){var r=[];this.buffers.push(r);var n=t();return this.buffers.pop(),r.forEach(function(i){return i()}),n},e}(),vu=function(){function e(){var t=this;this.listening=!1,this.inputEvent=xt.None,this.inputEventListener=ke.None,this.emitter=new Me({onFirstListenerDidAdd:function(){t.listening=!0,t.inputEventListener=t.inputEvent(t.emitter.fire,t.emitter)},onLastListenerRemove:function(){t.listening=!1,t.inputEventListener.dispose()}}),this.event=this.emitter.event}return Object.defineProperty(e.prototype,"input",{set:function(t){this.inputEvent=t,this.listening&&(this.inputEventListener.dispose(),this.inputEventListener=t(this.emitter.fire,this.emitter))},enumerable:!0,configurable:!0}),e.prototype.dispose=function(){this.inputEventListener.dispose(),this.emitter.dispose()},e}(),yn=Object.freeze(function(e,t){var r=setTimeout(e.bind(t),0);return{dispose:function(){clearTimeout(r)}}}),It;(function(e){function t(r){return r===e.None||r===e.Cancelled||r instanceof Mt?!0:!r||typeof r!="object"?!1:typeof r.isCancellationRequested=="boolean"&&typeof r.onCancellationRequested=="function"}e.isCancellationToken=t,e.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:xt.None}),e.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:yn})})(It||(It={}));var Mt=function(){function e(){this._isCancelled=!1,this._emitter=null}return e.prototype.cancel=function(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))},Object.defineProperty(e.prototype,"isCancellationRequested",{get:function(){return this._isCancelled},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"onCancellationRequested",{get:function(){return this._isCancelled?yn:(this._emitter||(this._emitter=new Me),this._emitter.event)},enumerable:!0,configurable:!0}),e.prototype.dispose=function(){this._emitter&&(this._emitter.dispose(),this._emitter=null)},e}(),Ko=function(){function e(t){this._token=void 0,this._parentListener=void 0,this._parentListener=t&&t.onCancellationRequested(this.cancel,this)}return Object.defineProperty(e.prototype,"token",{get:function(){return this._token||(this._token=new Mt),this._token},enumerable:!0,configurable:!0}),e.prototype.cancel=function(){this._token?this._token instanceof Mt&&this._token.cancel():this._token=It.Cancelled},e.prototype.dispose=function(t){t===void 0&&(t=!1),t&&this.cancel(),this._parentListener&&this._parentListener.dispose(),this._token?this._token instanceof Mt&&this._token.dispose():this._token=It.None},e}(),ar=function(){function e(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(null)}return e.prototype.define=function(t,r){this._keyCodeToStr[t]=r,this._strToKeyCode[r.toLowerCase()]=t},e.prototype.keyCodeToStr=function(t){return this._keyCodeToStr[t]},e.prototype.strToKeyCode=function(t){return this._strToKeyCode[t.toLowerCase()]||0},e}(),sr=new ar,ur=new ar,lr=new ar;(function(){function e(t,r,n,i){n===void 0&&(n=r),i===void 0&&(i=n),sr.define(t,r),ur.define(t,n),lr.define(t,i)}e(0,"unknown"),e(1,"Backspace"),e(2,"Tab"),e(3,"Enter"),e(4,"Shift"),e(5,"Ctrl"),e(6,"Alt"),e(7,"PauseBreak"),e(8,"CapsLock"),e(9,"Escape"),e(10,"Space"),e(11,"PageUp"),e(12,"PageDown"),e(13,"End"),e(14,"Home"),e(15,"LeftArrow","Left"),e(16,"UpArrow","Up"),e(17,"RightArrow","Right"),e(18,"DownArrow","Down"),e(19,"Insert"),e(20,"Delete"),e(21,"0"),e(22,"1"),e(23,"2"),e(24,"3"),e(25,"4"),e(26,"5"),e(27,"6"),e(28,"7"),e(29,"8"),e(30,"9"),e(31,"A"),e(32,"B"),e(33,"C"),e(34,"D"),e(35,"E"),e(36,"F"),e(37,"G"),e(38,"H"),e(39,"I"),e(40,"J"),e(41,"K"),e(42,"L"),e(43,"M"),e(44,"N"),e(45,"O"),e(46,"P"),e(47,"Q"),e(48,"R"),e(49,"S"),e(50,"T"),e(51,"U"),e(52,"V"),e(53,"W"),e(54,"X"),e(55,"Y"),e(56,"Z"),e(57,"Meta"),e(58,"ContextMenu"),e(59,"F1"),e(60,"F2"),e(61,"F3"),e(62,"F4"),e(63,"F5"),e(64,"F6"),e(65,"F7"),e(66,"F8"),e(67,"F9"),e(68,"F10"),e(69,"F11"),e(70,"F12"),e(71,"F13"),e(72,"F14"),e(73,"F15"),e(74,"F16"),e(75,"F17"),e(76,"F18"),e(77,"F19"),e(78,"NumLock"),e(79,"ScrollLock"),e(80,";",";","OEM_1"),e(81,"=","=","OEM_PLUS"),e(82,",",",","OEM_COMMA"),e(83,"-","-","OEM_MINUS"),e(84,".",".","OEM_PERIOD"),e(85,"/","/","OEM_2"),e(86,"`","`","OEM_3"),e(110,"ABNT_C1"),e(111,"ABNT_C2"),e(87,"[","[","OEM_4"),e(88,"\\","\\","OEM_5"),e(89,"]","]","OEM_6"),e(90,"'","'","OEM_7"),e(91,"OEM_8"),e(92,"OEM_102"),e(93,"NumPad0"),e(94,"NumPad1"),e(95,"NumPad2"),e(96,"NumPad3"),e(97,"NumPad4"),e(98,"NumPad5"),e(99,"NumPad6"),e(100,"NumPad7"),e(101,"NumPad8"),e(102,"NumPad9"),e(103,"NumPad_Multiply"),e(104,"NumPad_Add"),e(105,"NumPad_Separator"),e(106,"NumPad_Subtract"),e(107,"NumPad_Decimal"),e(108,"NumPad_Divide")})();var bn;(function(e){function t(a){return sr.keyCodeToStr(a)}e.toString=t;function r(a){return sr.strToKeyCode(a)}e.fromString=r;function n(a){return ur.keyCodeToStr(a)}e.toUserSettingsUS=n;function i(a){return lr.keyCodeToStr(a)}e.toUserSettingsGeneral=i;function o(a){return ur.strToKeyCode(a)||lr.strToKeyCode(a)}e.fromUserSettings=o})(bn||(bn={}));function ea(e,t){var r=(t&65535)<<16>>>0;return(e|r)>>>0}function yu(e,t){if(e===0)return null;var r=(e&65535)>>>0,n=(e&4294901760)>>>16;return n!==0?new cr([fr(r,t),fr(n,t)]):new cr([fr(r,t)])}function fr(e,t){var r=!!(e&2048),n=!!(e&256),i=t===2?n:r,o=!!(e&1024),a=!!(e&512),f=t===2?r:n,u=e&255;return new ta(i,o,a,f,u)}var ta=function(){function e(t,r,n,i,o){this.ctrlKey=t,this.shiftKey=r,this.altKey=n,this.metaKey=i,this.keyCode=o}return e.prototype.equals=function(t){return this.ctrlKey===t.ctrlKey&&this.shiftKey===t.shiftKey&&this.altKey===t.altKey&&this.metaKey===t.metaKey&&this.keyCode===t.keyCode},e.prototype.isModifierKey=function(){return this.keyCode===0||this.keyCode===5||this.keyCode===57||this.keyCode===6||this.keyCode===4},e.prototype.toChord=function(){return new cr([this])},e.prototype.isDuplicateModifierCase=function(){return this.ctrlKey&&this.keyCode===5||this.shiftKey&&this.keyCode===4||this.altKey&&this.keyCode===6||this.metaKey&&this.keyCode===57},e}(),cr=function(){function e(t){if(t.length===0)throw q("parts");this.parts=t}return e.prototype.equals=function(t){if(t===null)return!1;if(this.parts.length!==t.parts.length)return!1;for(var r=0;r<this.parts.length;r++)if(!this.parts[r].equals(t.parts[r]))return!1;return!0},e}(),bu=function(){function e(t,r,n,i,o,a){this.ctrlKey=t,this.shiftKey=r,this.altKey=n,this.metaKey=i,this.keyLabel=o,this.keyAriaLabel=a}return e}(),wu=function(){function e(){}return e}(),ra=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)i.hasOwnProperty(o)&&(n[o]=i[o])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),na=function(e){ra(t,e);function t(r,n,i,o){var a=e.call(this,r,n,i,o)||this;return a.selectionStartLineNumber=r,a.selectionStartColumn=n,a.positionLineNumber=i,a.positionColumn=o,a}return t.prototype.toString=function(){return"["+this.selectionStartLineNumber+","+this.selectionStartColumn+" -> "+this.positionLineNumber+","+this.positionColumn+"]"},t.prototype.equalsSelection=function(r){return t.selectionsEqual(this,r)},t.selectionsEqual=function(r,n){return r.selectionStartLineNumber===n.selectionStartLineNumber&&r.selectionStartColumn===n.selectionStartColumn&&r.positionLineNumber===n.positionLineNumber&&r.positionColumn===n.positionColumn},t.prototype.getDirection=function(){return this.selectionStartLineNumber===this.startLineNumber&&this.selectionStartColumn===this.startColumn?0:1},t.prototype.setEndPosition=function(r,n){return this.getDirection()===0?new t(this.startLineNumber,this.startColumn,r,n):new t(r,n,this.startLineNumber,this.startColumn)},t.prototype.getPosition=function(){return new it(this.positionLineNumber,this.positionColumn)},t.prototype.setStartPosition=function(r,n){return this.getDirection()===0?new t(r,n,this.endLineNumber,this.endColumn):new t(this.endLineNumber,this.endColumn,r,n)},t.fromPositions=function(r,n){return n===void 0&&(n=r),new t(r.lineNumber,r.column,n.lineNumber,n.column)},t.liftSelection=function(r){return new t(r.selectionStartLineNumber,r.selectionStartColumn,r.positionLineNumber,r.positionColumn)},t.selectionsArrEqual=function(r,n){if(r&&!n||!r&&n)return!1;if(!r&&!n)return!0;if(r.length!==n.length)return!1;for(var i=0,o=r.length;i<o;i++)if(!this.selectionsEqual(r[i],n[i]))return!1;return!0},t.isISelection=function(r){return r&&typeof r.selectionStartLineNumber=="number"&&typeof r.selectionStartColumn=="number"&&typeof r.positionLineNumber=="number"&&typeof r.positionColumn=="number"},t.createWithDirection=function(r,n,i,o,a){return a===0?new t(r,n,i,o):new t(i,o,r,n)},t}(ot),ia=function(){function e(t,r,n){this.offset=t|0,this.type=r,this.language=n}return e.prototype.toString=function(){return"("+this.offset+", "+this.type+")"},e}(),_u=function(){function e(t,r){this.tokens=t,this.endState=r}return e}(),Tu=function(){function e(t,r){this.tokens=t,this.endState=r}return e}(),wn;(function(e){e[e.Unknown=0]="Unknown",e[e.Disabled=1]="Disabled",e[e.Enabled=2]="Enabled"})(wn||(wn={}));var _n;(function(e){e[e.KeepWhitespace=1]="KeepWhitespace",e[e.InsertAsSnippet=4]="InsertAsSnippet"})(_n||(_n={}));var Tn;(function(e){e[e.Method=0]="Method",e[e.Function=1]="Function",e[e.Constructor=2]="Constructor",e[e.Field=3]="Field",e[e.Variable=4]="Variable",e[e.Class=5]="Class",e[e.Struct=6]="Struct",e[e.Interface=7]="Interface",e[e.Module=8]="Module",e[e.Property=9]="Property",e[e.Event=10]="Event",e[e.Operator=11]="Operator",e[e.Unit=12]="Unit",e[e.Value=13]="Value",e[e.Constant=14]="Constant",e[e.Enum=15]="Enum",e[e.EnumMember=16]="EnumMember",e[e.Keyword=17]="Keyword",e[e.Text=18]="Text",e[e.Color=19]="Color",e[e.File=20]="File",e[e.Reference=21]="Reference",e[e.Customcolor=22]="Customcolor",e[e.Folder=23]="Folder",e[e.TypeParameter=24]="TypeParameter",e[e.Snippet=25]="Snippet"})(Tn||(Tn={}));var Cn;(function(e){e[e.Deprecated=1]="Deprecated"})(Cn||(Cn={}));var An;(function(e){e[e.Invoke=0]="Invoke",e[e.TriggerCharacter=1]="TriggerCharacter",e[e.TriggerForIncompleteCompletions=2]="TriggerForIncompleteCompletions"})(An||(An={}));var Sn;(function(e){e[e.EXACT=0]="EXACT",e[e.ABOVE=1]="ABOVE",e[e.BELOW=2]="BELOW"})(Sn||(Sn={}));var kn;(function(e){e[e.NotSet=0]="NotSet",e[e.ContentFlush=1]="ContentFlush",e[e.RecoverFromMarkers=2]="RecoverFromMarkers",e[e.Explicit=3]="Explicit",e[e.Paste=4]="Paste",e[e.Undo=5]="Undo",e[e.Redo=6]="Redo"})(kn||(kn={}));var Nn;(function(e){e[e.LF=1]="LF",e[e.CRLF=2]="CRLF"})(Nn||(Nn={}));var En;(function(e){e[e.Text=0]="Text",e[e.Read=1]="Read",e[e.Write=2]="Write"})(En||(En={}));var Ln;(function(e){e[e.None=0]="None",e[e.Keep=1]="Keep",e[e.Brackets=2]="Brackets",e[e.Advanced=3]="Advanced",e[e.Full=4]="Full"})(Ln||(Ln={}));var xn;(function(e){e[e.acceptSuggestionOnCommitCharacter=0]="acceptSuggestionOnCommitCharacter",e[e.acceptSuggestionOnEnter=1]="acceptSuggestionOnEnter",e[e.accessibilitySupport=2]="accessibilitySupport",e[e.accessibilityPageSize=3]="accessibilityPageSize",e[e.ariaLabel=4]="ariaLabel",e[e.autoClosingBrackets=5]="autoClosingBrackets",e[e.autoClosingOvertype=6]="autoClosingOvertype",e[e.autoClosingQuotes=7]="autoClosingQuotes",e[e.autoIndent=8]="autoIndent",e[e.automaticLayout=9]="automaticLayout",e[e.autoSurround=10]="autoSurround",e[e.codeLens=11]="codeLens",e[e.colorDecorators=12]="colorDecorators",e[e.comments=13]="comments",e[e.contextmenu=14]="contextmenu",e[e.copyWithSyntaxHighlighting=15]="copyWithSyntaxHighlighting",e[e.cursorBlinking=16]="cursorBlinking",e[e.cursorSmoothCaretAnimation=17]="cursorSmoothCaretAnimation",e[e.cursorStyle=18]="cursorStyle",e[e.cursorSurroundingLines=19]="cursorSurroundingLines",e[e.cursorSurroundingLinesStyle=20]="cursorSurroundingLinesStyle",e[e.cursorWidth=21]="cursorWidth",e[e.disableLayerHinting=22]="disableLayerHinting",e[e.disableMonospaceOptimizations=23]="disableMonospaceOptimizations",e[e.dragAndDrop=24]="dragAndDrop",e[e.emptySelectionClipboard=25]="emptySelectionClipboard",e[e.extraEditorClassName=26]="extraEditorClassName",e[e.fastScrollSensitivity=27]="fastScrollSensitivity",e[e.find=28]="find",e[e.fixedOverflowWidgets=29]="fixedOverflowWidgets",e[e.folding=30]="folding",e[e.foldingStrategy=31]="foldingStrategy",e[e.foldingHighlight=32]="foldingHighlight",e[e.fontFamily=33]="fontFamily",e[e.fontInfo=34]="fontInfo",e[e.fontLigatures=35]="fontLigatures",e[e.fontSize=36]="fontSize",e[e.fontWeight=37]="fontWeight",e[e.formatOnPaste=38]="formatOnPaste",e[e.formatOnType=39]="formatOnType",e[e.glyphMargin=40]="glyphMargin",e[e.gotoLocation=41]="gotoLocation",e[e.hideCursorInOverviewRuler=42]="hideCursorInOverviewRuler",e[e.highlightActiveIndentGuide=43]="highlightActiveIndentGuide",e[e.hover=44]="hover",e[e.inDiffEditor=45]="inDiffEditor",e[e.letterSpacing=46]="letterSpacing",e[e.lightbulb=47]="lightbulb",e[e.lineDecorationsWidth=48]="lineDecorationsWidth",e[e.lineHeight=49]="lineHeight",e[e.lineNumbers=50]="lineNumbers",e[e.lineNumbersMinChars=51]="lineNumbersMinChars",e[e.links=52]="links",e[e.matchBrackets=53]="matchBrackets",e[e.minimap=54]="minimap",e[e.mouseStyle=55]="mouseStyle",e[e.mouseWheelScrollSensitivity=56]="mouseWheelScrollSensitivity",e[e.mouseWheelZoom=57]="mouseWheelZoom",e[e.multiCursorMergeOverlapping=58]="multiCursorMergeOverlapping",e[e.multiCursorModifier=59]="multiCursorModifier",e[e.multiCursorPaste=60]="multiCursorPaste",e[e.occurrencesHighlight=61]="occurrencesHighlight",e[e.overviewRulerBorder=62]="overviewRulerBorder",e[e.overviewRulerLanes=63]="overviewRulerLanes",e[e.parameterHints=64]="parameterHints",e[e.peekWidgetDefaultFocus=65]="peekWidgetDefaultFocus",e[e.quickSuggestions=66]="quickSuggestions",e[e.quickSuggestionsDelay=67]="quickSuggestionsDelay",e[e.readOnly=68]="readOnly",e[e.renderControlCharacters=69]="renderControlCharacters",e[e.renderIndentGuides=70]="renderIndentGuides",e[e.renderFinalNewline=71]="renderFinalNewline",e[e.renderLineHighlight=72]="renderLineHighlight",e[e.renderValidationDecorations=73]="renderValidationDecorations",e[e.renderWhitespace=74]="renderWhitespace",e[e.revealHorizontalRightPadding=75]="revealHorizontalRightPadding",e[e.roundedSelection=76]="roundedSelection",e[e.rulers=77]="rulers",e[e.scrollbar=78]="scrollbar",e[e.scrollBeyondLastColumn=79]="scrollBeyondLastColumn",e[e.scrollBeyondLastLine=80]="scrollBeyondLastLine",e[e.selectionClipboard=81]="selectionClipboard",e[e.selectionHighlight=82]="selectionHighlight",e[e.selectOnLineNumbers=83]="selectOnLineNumbers",e[e.showFoldingControls=84]="showFoldingControls",e[e.showUnused=85]="showUnused",e[e.snippetSuggestions=86]="snippetSuggestions",e[e.smoothScrolling=87]="smoothScrolling",e[e.stopRenderingLineAfter=88]="stopRenderingLineAfter",e[e.suggest=89]="suggest",e[e.suggestFontSize=90]="suggestFontSize",e[e.suggestLineHeight=91]="suggestLineHeight",e[e.suggestOnTriggerCharacters=92]="suggestOnTriggerCharacters",e[e.suggestSelection=93]="suggestSelection",e[e.tabCompletion=94]="tabCompletion",e[e.useTabStops=95]="useTabStops",e[e.wordSeparators=96]="wordSeparators",e[e.wordWrap=97]="wordWrap",e[e.wordWrapBreakAfterCharacters=98]="wordWrapBreakAfterCharacters",e[e.wordWrapBreakBeforeCharacters=99]="wordWrapBreakBeforeCharacters",e[e.wordWrapColumn=100]="wordWrapColumn",e[e.wordWrapMinified=101]="wordWrapMinified",e[e.wrappingIndent=102]="wrappingIndent",e[e.wrappingStrategy=103]="wrappingStrategy",e[e.editorClassName=104]="editorClassName",e[e.pixelRatio=105]="pixelRatio",e[e.tabFocusMode=106]="tabFocusMode",e[e.layoutInfo=107]="layoutInfo",e[e.wrappingInfo=108]="wrappingInfo"})(xn||(xn={}));var In;(function(e){e[e.TextDefined=0]="TextDefined",e[e.LF=1]="LF",e[e.CRLF=2]="CRLF"})(In||(In={}));var Mn;(function(e){e[e.LF=0]="LF",e[e.CRLF=1]="CRLF"})(Mn||(Mn={}));var Fn;(function(e){e[e.None=0]="None",e[e.Indent=1]="Indent",e[e.IndentOutdent=2]="IndentOutdent",e[e.Outdent=3]="Outdent"})(Fn||(Fn={}));var hr;(function(e){e[e.Unknown=0]="Unknown",e[e.Backspace=1]="Backspace",e[e.Tab=2]="Tab",e[e.Enter=3]="Enter",e[e.Shift=4]="Shift",e[e.Ctrl=5]="Ctrl",e[e.Alt=6]="Alt",e[e.PauseBreak=7]="PauseBreak",e[e.CapsLock=8]="CapsLock",e[e.Escape=9]="Escape",e[e.Space=10]="Space",e[e.PageUp=11]="PageUp",e[e.PageDown=12]="PageDown",e[e.End=13]="End",e[e.Home=14]="Home",e[e.LeftArrow=15]="LeftArrow",e[e.UpArrow=16]="UpArrow",e[e.RightArrow=17]="RightArrow",e[e.DownArrow=18]="DownArrow",e[e.Insert=19]="Insert",e[e.Delete=20]="Delete",e[e.KEY_0=21]="KEY_0",e[e.KEY_1=22]="KEY_1",e[e.KEY_2=23]="KEY_2",e[e.KEY_3=24]="KEY_3",e[e.KEY_4=25]="KEY_4",e[e.KEY_5=26]="KEY_5",e[e.KEY_6=27]="KEY_6",e[e.KEY_7=28]="KEY_7",e[e.KEY_8=29]="KEY_8",e[e.KEY_9=30]="KEY_9",e[e.KEY_A=31]="KEY_A",e[e.KEY_B=32]="KEY_B",e[e.KEY_C=33]="KEY_C",e[e.KEY_D=34]="KEY_D",e[e.KEY_E=35]="KEY_E",e[e.KEY_F=36]="KEY_F",e[e.KEY_G=37]="KEY_G",e[e.KEY_H=38]="KEY_H",e[e.KEY_I=39]="KEY_I",e[e.KEY_J=40]="KEY_J",e[e.KEY_K=41]="KEY_K",e[e.KEY_L=42]="KEY_L",e[e.KEY_M=43]="KEY_M",e[e.KEY_N=44]="KEY_N",e[e.KEY_O=45]="KEY_O",e[e.KEY_P=46]="KEY_P",e[e.KEY_Q=47]="KEY_Q",e[e.KEY_R=48]="KEY_R",e[e.KEY_S=49]="KEY_S",e[e.KEY_T=50]="KEY_T",e[e.KEY_U=51]="KEY_U",e[e.KEY_V=52]="KEY_V",e[e.KEY_W=53]="KEY_W",e[e.KEY_X=54]="KEY_X",e[e.KEY_Y=55]="KEY_Y",e[e.KEY_Z=56]="KEY_Z",e[e.Meta=57]="Meta",e[e.ContextMenu=58]="ContextMenu",e[e.F1=59]="F1",e[e.F2=60]="F2",e[e.F3=61]="F3",e[e.F4=62]="F4",e[e.F5=63]="F5",e[e.F6=64]="F6",e[e.F7=65]="F7",e[e.F8=66]="F8",e[e.F9=67]="F9",e[e.F10=68]="F10",e[e.F11=69]="F11",e[e.F12=70]="F12",e[e.F13=71]="F13",e[e.F14=72]="F14",e[e.F15=73]="F15",e[e.F16=74]="F16",e[e.F17=75]="F17",e[e.F18=76]="F18",e[e.F19=77]="F19",e[e.NumLock=78]="NumLock",e[e.ScrollLock=79]="ScrollLock",e[e.US_SEMICOLON=80]="US_SEMICOLON",e[e.US_EQUAL=81]="US_EQUAL",e[e.US_COMMA=82]="US_COMMA",e[e.US_MINUS=83]="US_MINUS",e[e.US_DOT=84]="US_DOT",e[e.US_SLASH=85]="US_SLASH",e[e.US_BACKTICK=86]="US_BACKTICK",e[e.US_OPEN_SQUARE_BRACKET=87]="US_OPEN_SQUARE_BRACKET",e[e.US_BACKSLASH=88]="US_BACKSLASH",e[e.US_CLOSE_SQUARE_BRACKET=89]="US_CLOSE_SQUARE_BRACKET",e[e.US_QUOTE=90]="US_QUOTE",e[e.OEM_8=91]="OEM_8",e[e.OEM_102=92]="OEM_102",e[e.NUMPAD_0=93]="NUMPAD_0",e[e.NUMPAD_1=94]="NUMPAD_1",e[e.NUMPAD_2=95]="NUMPAD_2",e[e.NUMPAD_3=96]="NUMPAD_3",e[e.NUMPAD_4=97]="NUMPAD_4",e[e.NUMPAD_5=98]="NUMPAD_5",e[e.NUMPAD_6=99]="NUMPAD_6",e[e.NUMPAD_7=100]="NUMPAD_7",e[e.NUMPAD_8=101]="NUMPAD_8",e[e.NUMPAD_9=102]="NUMPAD_9",e[e.NUMPAD_MULTIPLY=103]="NUMPAD_MULTIPLY",e[e.NUMPAD_ADD=104]="NUMPAD_ADD",e[e.NUMPAD_SEPARATOR=105]="NUMPAD_SEPARATOR",e[e.NUMPAD_SUBTRACT=106]="NUMPAD_SUBTRACT",e[e.NUMPAD_DECIMAL=107]="NUMPAD_DECIMAL",e[e.NUMPAD_DIVIDE=108]="NUMPAD_DIVIDE",e[e.KEY_IN_COMPOSITION=109]="KEY_IN_COMPOSITION",e[e.ABNT_C1=110]="ABNT_C1",e[e.ABNT_C2=111]="ABNT_C2",e[e.MAX_VALUE=112]="MAX_VALUE"})(hr||(hr={}));var dr;(function(e){e[e.Hint=1]="Hint",e[e.Info=2]="Info",e[e.Warning=4]="Warning",e[e.Error=8]="Error"})(dr||(dr={}));var mr;(function(e){e[e.Unnecessary=1]="Unnecessary",e[e.Deprecated=2]="Deprecated"})(mr||(mr={}));var On;(function(e){e[e.Inline=1]="Inline",e[e.Gutter=2]="Gutter"})(On||(On={}));var Pn;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.TEXTAREA=1]="TEXTAREA",e[e.GUTTER_GLYPH_MARGIN=2]="GUTTER_GLYPH_MARGIN",e[e.GUTTER_LINE_NUMBERS=3]="GUTTER_LINE_NUMBERS",e[e.GUTTER_LINE_DECORATIONS=4]="GUTTER_LINE_DECORATIONS",e[e.GUTTER_VIEW_ZONE=5]="GUTTER_VIEW_ZONE",e[e.CONTENT_TEXT=6]="CONTENT_TEXT",e[e.CONTENT_EMPTY=7]="CONTENT_EMPTY",e[e.CONTENT_VIEW_ZONE=8]="CONTENT_VIEW_ZONE",e[e.CONTENT_WIDGET=9]="CONTENT_WIDGET",e[e.OVERVIEW_RULER=10]="OVERVIEW_RULER",e[e.SCROLLBAR=11]="SCROLLBAR",e[e.OVERLAY_WIDGET=12]="OVERLAY_WIDGET",e[e.OUTSIDE_EDITOR=13]="OUTSIDE_EDITOR"})(Pn||(Pn={}));var Dn;(function(e){e[e.TOP_RIGHT_CORNER=0]="TOP_RIGHT_CORNER",e[e.BOTTOM_RIGHT_CORNER=1]="BOTTOM_RIGHT_CORNER",e[e.TOP_CENTER=2]="TOP_CENTER"})(Dn||(Dn={}));var jn;(function(e){e[e.Left=1]="Left",e[e.Center=2]="Center",e[e.Right=4]="Right",e[e.Full=7]="Full"})(jn||(jn={}));var Un;(function(e){e[e.Off=0]="Off",e[e.On=1]="On",e[e.Relative=2]="Relative",e[e.Interval=3]="Interval",e[e.Custom=4]="Custom"})(Un||(Un={}));var Rn;(function(e){e[e.None=0]="None",e[e.Text=1]="Text",e[e.Blocks=2]="Blocks"})(Rn||(Rn={}));var Bn;(function(e){e[e.Smooth=0]="Smooth",e[e.Immediate=1]="Immediate"})(Bn||(Bn={}));var Wn;(function(e){e[e.Auto=1]="Auto",e[e.Hidden=2]="Hidden",e[e.Visible=3]="Visible"})(Wn||(Wn={}));var pr;(function(e){e[e.LTR=0]="LTR",e[e.RTL=1]="RTL"})(pr||(pr={}));var Vn;(function(e){e[e.Invoke=1]="Invoke",e[e.TriggerCharacter=2]="TriggerCharacter",e[e.ContentChange=3]="ContentChange"})(Vn||(Vn={}));var qn;(function(e){e[e.File=0]="File",e[e.Module=1]="Module",e[e.Namespace=2]="Namespace",e[e.Package=3]="Package",e[e.Class=4]="Class",e[e.Method=5]="Method",e[e.Property=6]="Property",e[e.Field=7]="Field",e[e.Constructor=8]="Constructor",e[e.Enum=9]="Enum",e[e.Interface=10]="Interface",e[e.Function=11]="Function",e[e.Variable=12]="Variable",e[e.Constant=13]="Constant",e[e.String=14]="String",e[e.Number=15]="Number",e[e.Boolean=16]="Boolean",e[e.Array=17]="Array",e[e.Object=18]="Object",e[e.Key=19]="Key",e[e.Null=20]="Null",e[e.EnumMember=21]="EnumMember",e[e.Struct=22]="Struct",e[e.Event=23]="Event",e[e.Operator=24]="Operator",e[e.TypeParameter=25]="TypeParameter"})(qn||(qn={}));var Hn;(function(e){e[e.Deprecated=1]="Deprecated"})(Hn||(Hn={}));var Gn;(function(e){e[e.Hidden=0]="Hidden",e[e.Blink=1]="Blink",e[e.Smooth=2]="Smooth",e[e.Phase=3]="Phase",e[e.Expand=4]="Expand",e[e.Solid=5]="Solid"})(Gn||(Gn={}));var $n;(function(e){e[e.Line=1]="Line",e[e.Block=2]="Block",e[e.Underline=3]="Underline",e[e.LineThin=4]="LineThin",e[e.BlockOutline=5]="BlockOutline",e[e.UnderlineThin=6]="UnderlineThin"})($n||($n={}));var Yn;(function(e){e[e.AlwaysGrowsWhenTypingAtEdges=0]="AlwaysGrowsWhenTypingAtEdges",e[e.NeverGrowsWhenTypingAtEdges=1]="NeverGrowsWhenTypingAtEdges",e[e.GrowsOnlyWhenTypingBefore=2]="GrowsOnlyWhenTypingBefore",e[e.GrowsOnlyWhenTypingAfter=3]="GrowsOnlyWhenTypingAfter"})(Yn||(Yn={}));var Jn;(function(e){e[e.None=0]="None",e[e.Same=1]="Same",e[e.Indent=2]="Indent",e[e.DeepIndent=3]="DeepIndent"})(Jn||(Jn={}));var oa=function(){function e(){}return e.chord=function(t,r){return ea(t,r)},e.CtrlCmd=2048,e.Shift=1024,e.Alt=512,e.WinCtrl=256,e}();function aa(){return{editor:void 0,languages:void 0,CancellationTokenSource:Ko,Emitter:Me,KeyCode:hr,KeyMod:oa,Position:it,Range:ot,Selection:na,SelectionDirection:pr,MarkerSeverity:dr,MarkerTag:mr,Uri:zt,Token:ia}}var sa=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)i.hasOwnProperty(o)&&(n[o]=i[o])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),st=function(e,t,r,n){function i(o){return o instanceof r?o:new r(function(a){a(o)})}return new(r||(r=Promise))(function(o,a){function f(l){try{s(n.next(l))}catch(c){a(c)}}function u(l){try{s(n.throw(l))}catch(c){a(c)}}function s(l){l.done?o(l.value):i(l.value).then(f,u)}s((n=n.apply(e,t||[])).next())})},ut=function(e,t){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,a;return a={next:f(0),throw:f(1),return:f(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function f(s){return function(l){return u([s,l])}}function u(s){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(o=s[0]&2?i.return:s[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,s[1])).done)return o;(i=0,o)&&(s=[s[0]&2,o.value]);switch(s[0]){case 0:case 1:o=s;break;case 4:return r.label++,{value:s[1],done:!1};case 5:r.label++,i=s[1],s=[0];continue;case 7:s=r.ops.pop(),r.trys.pop();continue;default:if(!(o=r.trys,o=o.length>0&&o[o.length-1])&&(s[0]===6||s[0]===2)){r=0;continue}if(s[0]===3&&(!o||s[1]>o[0]&&s[1]<o[3])){r.label=s[1];break}if(s[0]===6&&r.label<o[1]){r.label=o[1],o=s;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(s);break}o[2]&&r.ops.pop(),r.trys.pop();continue}s=t.call(e,r)}catch(l){s=[6,l],i=0}finally{n=o=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}},ua=function(e){sa(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return Object.defineProperty(t.prototype,"uri",{get:function(){return this._uri},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"version",{get:function(){return this._versionId},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"eol",{get:function(){return this._eol},enumerable:!0,configurable:!0}),t.prototype.getValue=function(){return this.getText()},t.prototype.getLinesContent=function(){return this._lines.slice(0)},t.prototype.getLineCount=function(){return this._lines.length},t.prototype.getLineContent=function(r){return this._lines[r-1]},t.prototype.getWordAtPosition=function(r,n){var i=Vo(r.column,Ro(n),this._lines[r.lineNumber-1],0);return i?new ot(r.lineNumber,i.startColumn,r.lineNumber,i.endColumn):null},t.prototype.createWordIterator=function(r){var n=this,i,o=0,a,f=0,u=[],s=function(){if(f<u.length){var l=a.substring(u[f].start,u[f].end);return f+=1,i?i.value=l:i={done:!1,value:l},i}else return o>=n._lines.length?Be:(a=n._lines[o],u=n._wordenize(a,r),f=0,o+=1,s())};return{next:s}},t.prototype.getLineWords=function(r,n){for(var i=this._lines[r-1],o=this._wordenize(i,n),a=[],f=0,u=o;f<u.length;f++){var s=u[f];a.push({word:i.substring(s.start,s.end),startColumn:s.start+1,endColumn:s.end+1})}return a},t.prototype._wordenize=function(r,n){var i=[],o;for(n.lastIndex=0;(o=n.exec(r))&&!(o[0].length===0);)i.push({start:o.index,end:o.index+o[0].length});return i},t.prototype.getValueInRange=function(r){if(r=this._validateRange(r),r.startLineNumber===r.endLineNumber)return this._lines[r.startLineNumber-1].substring(r.startColumn-1,r.endColumn-1);var n=this._eol,i=r.startLineNumber-1,o=r.endLineNumber-1,a=[];a.push(this._lines[i].substring(r.startColumn-1));for(var f=i+1;f<o;f++)a.push(this._lines[f]);return a.push(this._lines[o].substring(0,r.endColumn-1)),a.join(n)},t.prototype.offsetAt=function(r){return r=this._validatePosition(r),this._ensureLineStarts(),this._lineStarts.getAccumulatedValue(r.lineNumber-2)+(r.column-1)},t.prototype.positionAt=function(r){r=Math.floor(r),r=Math.max(0,r),this._ensureLineStarts();var n=this._lineStarts.getIndexOf(r),i=this._lines[n.index].length;return{lineNumber:1+n.index,column:1+Math.min(n.remainder,i)}},t.prototype._validateRange=function(r){var n=this._validatePosition({lineNumber:r.startLineNumber,column:r.startColumn}),i=this._validatePosition({lineNumber:r.endLineNumber,column:r.endColumn});return n.lineNumber!==r.startLineNumber||n.column!==r.startColumn||i.lineNumber!==r.endLineNumber||i.column!==r.endColumn?{startLineNumber:n.lineNumber,startColumn:n.column,endLineNumber:i.lineNumber,endColumn:i.column}:r},t.prototype._validatePosition=function(r){if(!it.isIPosition(r))throw new Error("bad position");var n=r.lineNumber,i=r.column,o=!1;if(n<1)n=1,i=1,o=!0;else if(n>this._lines.length)n=this._lines.length,i=this._lines[n-1].length+1,o=!0;else{var a=this._lines[n-1].length+1;i<1?(i=1,o=!0):i>a&&(i=a,o=!0)}return o?{lineNumber:n,column:i}:r},t}(Po),zn=function(){function e(t,r){this._host=t,this._models=Object.create(null),this._foreignModuleFactory=r,this._foreignModule=null}return e.prototype.dispose=function(){this._models=Object.create(null)},e.prototype._getModel=function(t){return this._models[t]},e.prototype._getModels=function(){var t=this,r=[];return Object.keys(this._models).forEach(function(n){return r.push(t._models[n])}),r},e.prototype.acceptNewModel=function(t){this._models[t.url]=new ua(zt.parse(t.url),t.lines,t.EOL,t.versionId)},e.prototype.acceptModelChanged=function(t,r){if(!this._models[t])return;var n=this._models[t];n.onEvents(r)},e.prototype.acceptRemovedModel=function(t){if(!this._models[t])return;delete this._models[t]},e.prototype.computeDiff=function(t,r,n,i){return st(this,void 0,void 0,function(){var o,a,f,u,s,l,c;return ut(this,function(m){return o=this._getModel(t),a=this._getModel(r),!o||!a?[2,null]:(f=o.getLinesContent(),u=a.getLinesContent(),s=new Mo(f,u,{shouldComputeCharChanges:!0,shouldPostProcessCharChanges:!0,shouldIgnoreTrimWhitespace:n,shouldMakePrettyDiff:!0,maxComputationTime:i}),l=s.computeDiff(),c=l.changes.length>0?!1:this._modelsAreIdentical(o,a),[2,{quitEarly:l.quitEarly,identical:c,changes:l.changes}])})})},e.prototype._modelsAreIdentical=function(t,r){var n=t.getLineCount(),i=r.getLineCount();if(n!==i)return!1;for(var o=1;o<=n;o++){var a=t.getLineContent(o),f=r.getLineContent(o);if(a!==f)return!1}return!0},e.prototype.computeMoreMinimalEdits=function(t,r){return st(this,void 0,void 0,function(){var n,i,o,a,f,u,s,l,c,m,h,p,v,A,b,C,d,T;return ut(this,function(g){if(n=this._getModel(t),!n)return[2,r];for(i=[],o=void 0,r=Yr(r,function(w,_){if(w.range&&_.range)return ot.compareRangesUsingStarts(w.range,_.range);var k=w.range?0:1,y=_.range?0:1;return k-y}),a=0,f=r;a<f.length;a++){if(u=f[a],s=u.range,l=u.text,c=u.eol,typeof c=="number"&&(o=c),ot.isEmpty(s)&&!l)continue;if(m=n.getValueInRange(s),l=l.replace(/\r\n|\n|\r/g,n.eol),m===l)continue;if(Math.max(l.length,m.length)>e._diffLimit){i.push({range:s,text:l});continue}for(h=no(m,l,!1),p=n.offsetAt(ot.lift(s).getStartPosition()),v=0,A=h;v<A.length;v++)b=A[v],C=n.positionAt(p+b.originalStart),d=n.positionAt(p+b.originalStart+b.originalLength),T={text:l.substr(b.modifiedStart,b.modifiedLength),range:{startLineNumber:C.lineNumber,startColumn:C.column,endLineNumber:d.lineNumber,endColumn:d.column}},n.getValueInRange(T.range)!==T.text&&i.push(T)}return typeof o=="number"&&i.push({eol:o,text:"",range:{startLineNumber:0,startColumn:0,endLineNumber:0,endColumn:0}}),[2,i]})})},e.prototype.computeLinks=function(t){return st(this,void 0,void 0,function(){var r;return ut(this,function(n){return r=this._getModel(t),r?[2,Jo(r)]:[2,null]})})},e.prototype.textualSuggest=function(t,r,n,i){return st(this,void 0,void 0,function(){var o,a,f,u,s,l,c,m;return ut(this,function(h){if(o=this._getModel(t),!o)return[2,null];for(a=[],f=new Set,u=new RegExp(n,i),s=o.getWordAtPosition(r,u),s&&f.add(o.getValueInRange(s)),l=o.createWordIterator(u),c=l.next();!c.done&&f.size<=e._suggestionsLimit;c=l.next()){if(m=c.value,f.has(m))continue;if(f.add(m),!isNaN(Number(m)))continue;a.push(m)}return[2,a]})})},e.prototype.computeWordRanges=function(t,r,n,i){return st(this,void 0,void 0,function(){var o,a,f,u,s,l,c,m,h;return ut(this,function(p){if(o=this._getModel(t),!o)return[2,Object.create(null)];for(a=new RegExp(n,i),f=Object.create(null),u=r.startLineNumber;u<r.endLineNumber;u++)for(s=o.getLineWords(u,a),l=0,c=s;l<c.length;l++){if(m=c[l],!isNaN(Number(m.word)))continue;h=f[m.word],h||(h=[],f[m.word]=h),h.push({startLineNumber:u,startColumn:m.startColumn,endLineNumber:u,endColumn:m.endColumn})}return[2,f]})})},e.prototype.navigateValueSet=function(t,r,n,i,o){return st(this,void 0,void 0,function(){var a,f,u,s,l,c;return ut(this,function(m){return a=this._getModel(t),a?(f=new RegExp(i,o),r.startColumn===r.endColumn&&(r={startLineNumber:r.startLineNumber,startColumn:r.startColumn,endLineNumber:r.endLineNumber,endColumn:r.endColumn+1}),u=a.getValueInRange(r),s=a.getWordAtPosition({lineNumber:r.startLineNumber,column:r.startColumn},f),s?(l=a.getValueInRange(s),c=zo.INSTANCE.navigateValueSet(r,u,s,l,n),[2,c]):[2,null]):[2,null]})})},e.prototype.loadForeignModule=function(t,r,n){var i=this,o=function(u,s){return i._host.fhr(u,s)},a=xe(n,o),f={host:a,getMirrorModels:function(){return i._getModels()}};return this._foreignModuleFactory?(this._foreignModule=this._foreignModuleFactory(f,r),Promise.resolve(Ue(this._foreignModule))):Promise.reject(new Error("Unexpected usage"))},e.prototype.fmr=function(t,r){if(!this._foreignModule||typeof this._foreignModule[t]!="function")return Promise.reject(new Error("Missing requestHandler or method: "+t));try{return Promise.resolve(this._foreignModule[t].apply(this._foreignModule,r))}catch(n){return Promise.reject(n)}},e._diffLimit=1e5,e._suggestionsLimit=1e4,e}();function Cu(e){return new zn(e,null)}typeof importScripts=="function"&&(ve.a.monaco=aa());var gr=!1;function Qn(e){if(gr)return;gr=!0;var t=new $r(function(r){self.postMessage(r)},function(r){return new zn(r,e)});self.onmessage=function(r){t.onmessage(r.data)}}self.onmessage=function(e){gr||Qn(null)};function Ft(e,t){t===void 0&&(t=!1);var r=e.length,n=0,i="",o=0,a=16,f=0,u=0,s=0,l=0,c=0;function m(d,T){for(var g=0,w=0;g<d||!T;){var _=e.charCodeAt(n);if(_>=48&&_<=57)w=w*16+_-48;else if(_>=65&&_<=70)w=w*16+_-65+10;else if(_>=97&&_<=102)w=w*16+_-97+10;else break;n++,g++}return g<d&&(w=-1),w}function h(d){n=d,i="",o=0,a=16,c=0}function p(){var d=n;if(e.charCodeAt(n)===48)n++;else for(n++;n<e.length&&lt(e.charCodeAt(n));)n++;if(n<e.length&&e.charCodeAt(n)===46)if(n++,n<e.length&&lt(e.charCodeAt(n)))for(n++;n<e.length&&lt(e.charCodeAt(n));)n++;else return c=3,e.substring(d,n);var T=n;if(n<e.length&&(e.charCodeAt(n)===69||e.charCodeAt(n)===101))if(n++,(n<e.length&&e.charCodeAt(n)===43||e.charCodeAt(n)===45)&&n++,n<e.length&&lt(e.charCodeAt(n))){for(n++;n<e.length&&lt(e.charCodeAt(n));)n++;T=n}else c=3;return e.substring(d,T)}function v(){for(var d="",T=n;;){if(n>=r){d+=e.substring(T,n),c=2;break}var g=e.charCodeAt(n);if(g===34){d+=e.substring(T,n),n++;break}if(g===92){if(d+=e.substring(T,n),n++,n>=r){c=2;break}var w=e.charCodeAt(n++);switch(w){case 34:d+='"';break;case 92:d+="\\";break;case 47:d+="/";break;case 98:d+="\b";break;case 102:d+="\f";break;case 110:d+=`
`;break;case 114:d+="\r";break;case 116:d+=" ";break;case 117:var _=m(4,!0);_>=0?d+=String.fromCharCode(_):c=4;break;default:c=5}T=n;continue}if(g>=0&&g<=31)if(wt(g)){d+=e.substring(T,n),c=2;break}else c=6;n++}return d}function A(){if(i="",c=0,o=n,u=f,l=s,n>=r)return o=r,a=17;var d=e.charCodeAt(n);if(vr(d)){do n++,i+=String.fromCharCode(d),d=e.charCodeAt(n);while(vr(d));return a=15}if(wt(d))return n++,i+=String.fromCharCode(d),d===13&&e.charCodeAt(n)===10&&(n++,i+=`
`),f++,s=n,a=14;switch(d){case 123:return n++,a=1;case 125:return n++,a=2;case 91:return n++,a=3;case 93:return n++,a=4;case 58:return n++,a=6;case 44:return n++,a=5;case 34:return n++,i=v(),a=10;case 47:var T=n-1;if(e.charCodeAt(n+1)===47){for(n+=2;n<r&&!wt(e.charCodeAt(n));)n++;return i=e.substring(T,n),a=12}if(e.charCodeAt(n+1)===42){n+=2;for(var g=r-1,w=!1;n<g;){var _=e.charCodeAt(n);if(_===42&&e.charCodeAt(n+1)===47){n+=2,w=!0;break}n++,wt(_)&&(_===13&&e.charCodeAt(n)===10&&n++,f++,s=n)}return w||(n++,c=1),i=e.substring(T,n),a=13}return i+=String.fromCharCode(d),n++,a=16;case 45:if(i+=String.fromCharCode(d),n++,n===r||!lt(e.charCodeAt(n)))return a=16;case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return i+=p(),a=11;default:for(;n<r&&b(d);)n++,d=e.charCodeAt(n);if(o!==n){i=e.substring(o,n);switch(i){case"true":return a=8;case"false":return a=9;case"null":return a=7}return a=16}return i+=String.fromCharCode(d),n++,a=16}}function b(d){if(vr(d)||wt(d))return!1;switch(d){case 125:case 93:case 123:case 91:case 34:case 58:case 44:case 47:return!1}return!0}function C(){var d;do d=A();while(d>=12&&d<=15);return d}return{setPosition:h,getPosition:function(){return n},scan:t?C:A,getToken:function(){return a},getTokenValue:function(){return i},getTokenOffset:function(){return o},getTokenLength:function(){return n-o},getTokenStartLine:function(){return u},getTokenStartCharacter:function(){return o-l},getTokenError:function(){return c}}}function vr(e){return e===32||e===9||e===11||e===12||e===160||e===5760||e>=8192&&e<=8203||e===8239||e===8287||e===12288||e===65279}function wt(e){return e===10||e===13||e===8232||e===8233}function lt(e){return e>=48&&e<=57}function Zn(e,t,r){var n,i,o,a,f;if(t){for(a=t.offset,f=a+t.length,o=a;o>0&&!Ot(e,o-1);)o--;for(var u=f;u<e.length&&!Ot(e,u);)u++;i=e.substring(o,u),n=la(i,r)}else i=e,n=0,o=0,a=0,f=e.length;var s=fa(r,e),l=!1,c=0,m;r.insertSpaces?m=yr(" ",r.tabSize||4):m=" ";var h=Ft(i,!1),p=!1;function v(){return s+yr(m,n+c)}function A(){var S=h.scan();for(l=!1;S===15||S===14;)l=l||S===14,S=h.scan();return p=S===16||h.getTokenError()!==0,S}var b=[];function C(S,F,B){!p&&F<f&&B>a&&e.substring(F,B)!==S&&b.push({offset:F,length:B-F,content:S})}var d=A();if(d!==17){var T=h.getTokenOffset()+o,g=yr(m,n);C(g,o,T)}for(;d!==17;){for(var w=h.getTokenOffset()+h.getTokenLength()+o,_=A(),k="";!l&&(_===12||_===13);){var y=h.getTokenOffset()+o;C(" ",w,y),w=h.getTokenOffset()+h.getTokenLength()+o,k=_===12?v():"",_=A()}if(_===2)d!==1&&(c--,k=v());else if(_===4)d!==3&&(c--,k=v());else{switch(d){case 3:case 1:c++,k=v();break;case 5:case 12:k=v();break;case 13:l?k=v():k=" ";break;case 6:k=" ";break;case 10:if(_===6){k="";break}case 7:case 8:case 9:case 11:case 2:case 4:_===12||_===13?k=" ":_!==5&&_!==17&&(p=!0);break;case 16:p=!0;break}l&&(_===12||_===13)&&(k=v())}var E=h.getTokenOffset()+o;C(k,w,E),d=_}return b}function yr(e,t){for(var r="",n=0;n<t;n++)r+=e;return r}function la(e,t){for(var r=0,n=0,i=t.tabSize||4;r<e.length;){var o=e.charAt(r);if(o===" ")n++;else if(o===" ")n+=i;else break;r++}return Math.floor(n/i)}function fa(e,t){for(var r=0;r<t.length;r++){var n=t.charAt(r);if(n==="\r")return r+1<t.length&&t.charAt(r+1)===`
`?`\r
`:"\r";if(n===`
`)return`
`}return e&&e.eol||`
`}function Ot(e,t){return`\r
`.indexOf(e.charAt(t))!==-1}var _t;(function(e){e.DEFAULT={allowTrailingComma:!1}})(_t||(_t={}));function ca(e,t){var r=[],n=new Object,i=void 0,o={value:{},offset:0,length:0,type:"object",parent:void 0},a=!1;function f(u,s,l,c){o.value=u,o.offset=s,o.length=l,o.type=c,o.colonOffset=void 0,i=o}try{Pt(e,{onObjectBegin:function(u,s){if(t<=u)throw n;i=void 0,a=t>u,r.push("")},onObjectProperty:function(u,s,l){if(t<s)throw n;if(f(u,s,l,"property"),r[r.length-1]=u,t<=s+l)throw n},onObjectEnd:function(u,s){if(t<=u)throw n;i=void 0,r.pop()},onArrayBegin:function(u,s){if(t<=u)throw n;i=void 0,r.push(0)},onArrayEnd:function(u,s){if(t<=u)throw n;i=void 0,r.pop()},onLiteralValue:function(u,s,l){if(t<s)throw n;if(f(u,s,l,ti(u)),t<=s+l)throw n},onSeparator:function(u,s,l){if(t<=s)throw n;if(u===":"&&i&&i.type==="property")i.colonOffset=s,a=!1,i=void 0;else if(u===","){var c=r[r.length-1];typeof c=="number"?r[r.length-1]=c+1:(a=!0,r[r.length-1]=""),i=void 0}}})}catch(u){if(u!==n)throw u}return{path:r,previousNode:i,isAtPropertyKey:a,matches:function(u){for(var s=0,l=0;s<u.length&&l<r.length;l++)if(u[s]===r[l]||u[s]==="*")s++;else if(u[s]!=="**")return!1;return s===u.length}}}function ha(e,t,r){t===void 0&&(t=[]),r===void 0&&(r=_t.DEFAULT);var n=null,i=[],o=[];function a(u){Array.isArray(i)?i.push(u):n!==null&&(i[n]=u)}var f={onObjectBegin:function(){var u={};a(u),o.push(i),i=u,n=null},onObjectProperty:function(u){n=u},onObjectEnd:function(){i=o.pop()},onArrayBegin:function(){var u=[];a(u),o.push(i),i=u,n=null},onArrayEnd:function(){i=o.pop()},onLiteralValue:a,onError:function(u,s,l){t.push({error:u,offset:s,length:l})}};return Pt(e,f,r),i[0]}function Xn(e,t,r){t===void 0&&(t=[]),r===void 0&&(r=_t.DEFAULT);var n={type:"array",offset:-1,length:-1,children:[],parent:void 0};function i(u){n.type==="property"&&(n.length=u-n.offset,n=n.parent)}function o(u){return n.children.push(u),u}var a={onObjectBegin:function(u){n=o({type:"object",offset:u,length:-1,parent:n,children:[]})},onObjectProperty:function(u,s,l){n=o({type:"property",offset:s,length:-1,parent:n,children:[]}),n.children.push({type:"string",value:u,offset:s,length:l,parent:n})},onObjectEnd:function(u,s){n.length=u+s-n.offset,n=n.parent,i(u+s)},onArrayBegin:function(u,s){n=o({type:"array",offset:u,length:-1,parent:n,children:[]})},onArrayEnd:function(u,s){n.length=u+s-n.offset,n=n.parent,i(u+s)},onLiteralValue:function(u,s,l){o({type:ti(u),offset:s,length:l,parent:n,value:u}),i(s+l)},onSeparator:function(u,s,l){n.type==="property"&&(u===":"?n.colonOffset=s:u===","&&i(s))},onError:function(u,s,l){t.push({error:u,offset:s,length:l})}};Pt(e,a,r);var f=n.children[0];return f&&delete f.parent,f}function br(e,t){if(!e)return;for(var r=e,n=0,i=t;n<i.length;n++){var o=i[n];if(typeof o=="string"){if(r.type!=="object"||!Array.isArray(r.children))return;for(var a=!1,f=0,u=r.children;f<u.length;f++){var s=u[f];if(Array.isArray(s.children)&&s.children[0].value===o){r=s.children[1],a=!0;break}}if(!a)return}else{var l=o;if(r.type!=="array"||l<0||!Array.isArray(r.children)||l>=r.children.length)return;r=r.children[l]}}return r}function Kn(e){if(!e.parent||!e.parent.children)return[];var t=Kn(e.parent);if(e.parent.type==="property"){var r=e.parent.children[0].value;t.push(r)}else if(e.parent.type==="array"){var n=e.parent.children.indexOf(e);n!==-1&&t.push(n)}return t}function wr(e){switch(e.type){case"array":return e.children.map(wr);case"object":for(var t=Object.create(null),r=0,n=e.children;r<n.length;r++){var i=n[r],o=i.children[1];o&&(t[i.children[0].value]=wr(o))}return t;case"null":case"string":case"number":case"boolean":return e.value;default:return}}function da(e,t,r){return r===void 0&&(r=!1),t>=e.offset&&t<e.offset+e.length||r&&t===e.offset+e.length}function ei(e,t,r){if(r===void 0&&(r=!1),da(e,t,r)){var n=e.children;if(Array.isArray(n))for(var i=0;i<n.length&&n[i].offset<=t;i++){var o=ei(n[i],t,r);if(o)return o}return e}return}function Pt(e,t,r){r===void 0&&(r=_t.DEFAULT);var n=Ft(e,!1);function i(y){return y?function(){return y(n.getTokenOffset(),n.getTokenLength(),n.getTokenStartLine(),n.getTokenStartCharacter())}:function(){return!0}}function o(y){return y?function(E){return y(E,n.getTokenOffset(),n.getTokenLength(),n.getTokenStartLine(),n.getTokenStartCharacter())}:function(){return!0}}var a=i(t.onObjectBegin),f=o(t.onObjectProperty),u=i(t.onObjectEnd),s=i(t.onArrayBegin),l=i(t.onArrayEnd),c=o(t.onLiteralValue),m=o(t.onSeparator),h=i(t.onComment),p=o(t.onError),v=r&&r.disallowComments,A=r&&r.allowTrailingComma;function b(){for(;;){var y=n.scan();switch(n.getTokenError()){case 4:C(14);break;case 5:C(15);break;case 3:C(13);break;case 1:v||C(11);break;case 2:C(12);break;case 6:C(16);break}switch(y){case 12:case 13:v?C(10):h();break;case 16:C(1);break;case 15:case 14:break;default:return y}}}function C(y,E,S){if(E===void 0&&(E=[]),S===void 0&&(S=[]),p(y),E.length+S.length>0)for(var F=n.getToken();F!==17;){if(E.indexOf(F)!==-1){b();break}else if(S.indexOf(F)!==-1)break;F=b()}}function d(y){var E=n.getTokenValue();return y?c(E):f(E),b(),!0}function T(){switch(n.getToken()){case 11:var y=0;try{y=JSON.parse(n.getTokenValue()),typeof y!="number"&&(C(2),y=0)}catch(E){C(2)}c(y);break;case 7:c(null);break;case 8:c(!0);break;case 9:c(!1);break;default:return!1}return b(),!0}function g(){return n.getToken()!==10?(C(3,[],[2,5]),!1):(d(!1),n.getToken()===6?(m(":"),b(),k()||C(4,[],[2,5])):C(5,[],[2,5]),!0)}function w(){a(),b();for(var y=!1;n.getToken()!==2&&n.getToken()!==17;){if(n.getToken()===5){if(y||C(4,[],[]),m(","),b(),n.getToken()===2&&A)break}else y&&C(6,[],[]);g()||C(4,[],[2,5]),y=!0}return u(),n.getToken()!==2?C(7,[2],[]):b(),!0}function _(){s(),b();for(var y=!1;n.getToken()!==4&&n.getToken()!==17;){if(n.getToken()===5){if(y||C(4,[],[]),m(","),b(),n.getToken()===4&&A)break}else y&&C(6,[],[]);k()||C(4,[],[4,5]),y=!0}return l(),n.getToken()!==4?C(8,[4],[]):b(),!0}function k(){switch(n.getToken()){case 3:return _();case 1:return w();case 10:return d(!0);default:return T()}}return b(),n.getToken()===17?r.allowEmptyContent?!0:(C(4,[],[]),!1):k()?(n.getToken()!==17&&C(9,[],[]),!0):(C(4,[],[]),!1)}function ma(e,t){var r=Ft(e),n=[],i,o=0,a;do{a=r.getPosition(),i=r.scan();switch(i){case 12:case 13:case 17:o!==a&&n.push(e.substring(o,a)),t!==void 0&&n.push(r.getTokenValue().replace(/[^\r\n]/g,t)),o=r.getPosition();break}}while(i!==17);return n.join("")}function ti(e){switch(typeof e){case"boolean":return"boolean";case"number":return"number";case"string":return"string";case"object":{if(e){if(Array.isArray(e))return"array"}else return"null";return"object"}default:return"null"}}function Au(e,t,r){return ri(e,t,void 0,r)}function ri(e,t,r,n,i){for(var o,a=t.slice(),f=[],u=Xn(e,f),s=void 0,l=void 0;a.length>0&&(l=a.pop(),s=br(u,a),s===void 0&&r!==void 0);)typeof l=="string"?r=(o={},o[l]=r,o):r=[r];if(s)if(s.type==="object"&&typeof l=="string"&&Array.isArray(s.children)){var c=br(s,[l]);if(c!==void 0)if(r===void 0){if(!c.parent)throw new Error("Malformed AST");var m=s.children.indexOf(c.parent),h=void 0,p=c.parent.offset+c.parent.length;if(m>0){var v=s.children[m-1];h=v.offset+v.length}else if(h=s.offset+1,s.children.length>1){var A=s.children[1];p=A.offset}return ft(e,{offset:h,length:p-h,content:""},n)}else return ft(e,{offset:c.offset,length:c.length,content:JSON.stringify(r)},n);else{if(r===void 0)return[];var b=JSON.stringify(l)+": "+JSON.stringify(r),C=i?i(s.children.map(function(y){return y.children[0].value})):s.children.length,d=void 0;if(C>0){var v=s.children[C-1];d={offset:v.offset+v.length,length:0,content:","+b}}else s.children.length===0?d={offset:s.offset+1,length:0,content:b}:d={offset:s.offset+1,length:0,content:b+","};return ft(e,d,n)}}else if(s.type==="array"&&typeof l=="number"&&Array.isArray(s.children)){var T=l;if(T===-1){var b=""+JSON.stringify(r),d=void 0;if(s.children.length===0)d={offset:s.offset+1,length:0,content:b};else{var v=s.children[s.children.length-1];d={offset:v.offset+v.length,length:0,content:","+b}}return ft(e,d,n)}else if(r===void 0&&s.children.length>=0){var g=l,w=s.children[g],d=void 0;if(s.children.length===1)d={offset:s.offset+1,length:s.length-2,content:""};else if(s.children.length-1===g){var v=s.children[g-1],_=v.offset+v.length,k=s.offset+s.length;d={offset:_,length:k-2-_,content:""}}else d={offset:w.offset,length:s.children[g+1].offset-w.offset,content:""};return ft(e,d,n)}else throw new Error("Array modification not supported yet")}else throw new Error("Can not add "+(typeof l!="number"?"index":"property")+" to parent of type "+s.type);else{if(r===void 0)throw new Error("Can not delete in empty document");return ft(e,{offset:u?u.offset:0,length:u?u.length:0,content:JSON.stringify(r)},n)}}function ft(e,t,r){var n=_r(e,t),i=t.offset,o=t.offset+t.content.length;if(t.length===0||t.content.length===0){for(;i>0&&!Ot(n,i-1);)i--;for(;o<n.length&&!Ot(n,o);)o++}for(var a=Zn(n,{offset:i,length:o-i},r),f=a.length-1;f>=0;f--){var u=a[f];n=_r(n,u),i=Math.min(i,u.offset),o=Math.max(o,u.offset+u.length),o+=u.content.length-u.length}var s=e.length-(n.length-o)-i;return[{offset:i,length:s,content:n.substring(i,o)}]}function _r(e,t){return e.substring(0,t.offset)+t.content+e.substring(t.offset+t.length)}function Su(e,t){return`\r
`.indexOf(e.charAt(t))!==-1}var ct=Ft,ku=ca,pa=ha,Nu=Xn,Eu=br,ga=ei,va=Kn,ya=wr,Lu=Pt,xu=ma;function Iu(e){switch(e){case 1:return"InvalidSymbol";case 2:return"InvalidNumberFormat";case 3:return"PropertyNameExpected";case 4:return"ValueExpected";case 5:return"ColonExpected";case 6:return"CommaExpected";case 7:return"CloseBraceExpected";case 8:return"CloseBracketExpected";case 9:return"EndOfFileExpected";case 10:return"InvalidCommentToken";case 11:return"UnexpectedEndOfComment";case 12:return"UnexpectedEndOfString";case 13:return"UnexpectedEndOfNumber";case 14:return"InvalidUnicode";case 15:return"InvalidEscapeCharacter";case 16:return"InvalidCharacter"}return"<unknown ParseErrorCode>"}function ba(e,t,r){return Zn(e,t,r)}function Mu(e,t,r,n){return ri(e,t,r,n.formattingOptions,n.getInsertionIndex)}function Fu(e,t){for(var r=t.length-1;r>=0;r--)e=_r(e,t[r]);return e}function Tt(e,t){if(e===t)return!0;if(e==null||t===null||t===void 0)return!1;if(typeof e!==typeof t)return!1;if(typeof e!="object")return!1;if(Array.isArray(e)!==Array.isArray(t))return!1;var r,n;if(Array.isArray(e)){if(e.length!==t.length)return!1;for(r=0;r<e.length;r++)if(!Tt(e[r],t[r]))return!1}else{var i=[];for(n in e)i.push(n);i.sort();var o=[];for(n in t)o.push(n);if(o.sort(),!Tt(i,o))return!1;for(r=0;r<i.length;r++)if(!Tt(e[i[r]],t[i[r]]))return!1}return!0}function Ce(e){return typeof e=="number"}function We(e){return typeof e!="undefined"}function Pe(e){return typeof e=="boolean"}function wa(e){return typeof e=="string"}var Fe;(function(e){function t(n,i){return{line:n,character:i}}e.create=t;function r(n){var i=n;return N.objectLiteral(i)&&N.number(i.line)&&N.number(i.character)}e.is=r})(Fe||(Fe={}));var se;(function(e){function t(n,i,o,a){if(N.number(n)&&N.number(i)&&N.number(o)&&N.number(a))return{start:Fe.create(n,i),end:Fe.create(o,a)};if(Fe.is(n)&&Fe.is(i))return{start:n,end:i};throw new Error("Range#create called with invalid arguments["+n+", "+i+", "+o+", "+a+"]")}e.create=t;function r(n){var i=n;return N.objectLiteral(i)&&Fe.is(i.start)&&Fe.is(i.end)}e.is=r})(se||(se={}));var Ct;(function(e){function t(n,i){return{uri:n,range:i}}e.create=t;function r(n){var i=n;return N.defined(i)&&se.is(i.range)&&(N.string(i.uri)||N.undefined(i.uri))}e.is=r})(Ct||(Ct={}));var ni;(function(e){function t(n,i,o,a){return{targetUri:n,targetRange:i,targetSelectionRange:o,originSelectionRange:a}}e.create=t;function r(n){var i=n;return N.defined(i)&&se.is(i.targetRange)&&N.string(i.targetUri)&&(se.is(i.targetSelectionRange)||N.undefined(i.targetSelectionRange))&&(se.is(i.originSelectionRange)||N.undefined(i.originSelectionRange))}e.is=r})(ni||(ni={}));var Tr;(function(e){function t(n,i,o,a){return{red:n,green:i,blue:o,alpha:a}}e.create=t;function r(n){var i=n;return N.number(i.red)&&N.number(i.green)&&N.number(i.blue)&&N.number(i.alpha)}e.is=r})(Tr||(Tr={}));var ii;(function(e){function t(n,i){return{range:n,color:i}}e.create=t;function r(n){var i=n;return se.is(i.range)&&Tr.is(i.color)}e.is=r})(ii||(ii={}));var oi;(function(e){function t(n,i,o){return{label:n,textEdit:i,additionalTextEdits:o}}e.create=t;function r(n){var i=n;return N.string(i.label)&&(N.undefined(i.textEdit)||De.is(i))&&(N.undefined(i.additionalTextEdits)||N.typedArray(i.additionalTextEdits,De.is))}e.is=r})(oi||(oi={}));var At;(function(e){e.Comment="comment",e.Imports="imports",e.Region="region"})(At||(At={}));var ai;(function(e){function t(n,i,o,a,f){var u={startLine:n,endLine:i};return N.defined(o)&&(u.startCharacter=o),N.defined(a)&&(u.endCharacter=a),N.defined(f)&&(u.kind=f),u}e.create=t;function r(n){var i=n;return N.number(i.startLine)&&N.number(i.startLine)&&(N.undefined(i.startCharacter)||N.number(i.startCharacter))&&(N.undefined(i.endCharacter)||N.number(i.endCharacter))&&(N.undefined(i.kind)||N.string(i.kind))}e.is=r})(ai||(ai={}));var Cr;(function(e){function t(n,i){return{location:n,message:i}}e.create=t;function r(n){var i=n;return N.defined(i)&&Ct.is(i.location)&&N.string(i.message)}e.is=r})(Cr||(Cr={}));var z;(function(e){e.Error=1,e.Warning=2,e.Information=3,e.Hint=4})(z||(z={}));var si;(function(e){e.Unnecessary=1,e.Deprecated=2})(si||(si={}));var Ve;(function(e){function t(n,i,o,a,f,u){var s={range:n,message:i};return N.defined(o)&&(s.severity=o),N.defined(a)&&(s.code=a),N.defined(f)&&(s.source=f),N.defined(u)&&(s.relatedInformation=u),s}e.create=t;function r(n){var i=n;return N.defined(i)&&se.is(i.range)&&N.string(i.message)&&(N.number(i.severity)||N.undefined(i.severity))&&(N.number(i.code)||N.string(i.code)||N.undefined(i.code))&&(N.string(i.source)||N.undefined(i.source))&&(N.undefined(i.relatedInformation)||N.typedArray(i.relatedInformation,Cr.is))}e.is=r})(Ve||(Ve={}));var St;(function(e){function t(n,i){for(var o=[],a=2;a<arguments.length;a++)o[a-2]=arguments[a];var f={title:n,command:i};return N.defined(o)&&o.length>0&&(f.arguments=o),f}e.create=t;function r(n){var i=n;return N.defined(i)&&N.string(i.title)&&N.string(i.command)}e.is=r})(St||(St={}));var De;(function(e){function t(o,a){return{range:o,newText:a}}e.replace=t;function r(o,a){return{range:{start:o,end:o},newText:a}}e.insert=r;function n(o){return{range:o,newText:""}}e.del=n;function i(o){var a=o;return N.objectLiteral(a)&&N.string(a.newText)&&se.is(a.range)}e.is=i})(De||(De={}));var Dt;(function(e){function t(n,i){return{textDocument:n,edits:i}}e.create=t;function r(n){var i=n;return N.defined(i)&&Wt.is(i.textDocument)&&Array.isArray(i.edits)}e.is=r})(Dt||(Dt={}));var jt;(function(e){function t(n,i){var o={kind:"create",uri:n};return i!==void 0&&(i.overwrite!==void 0||i.ignoreIfExists!==void 0)&&(o.options=i),o}e.create=t;function r(n){var i=n;return i&&i.kind==="create"&&N.string(i.uri)&&(i.options===void 0||(i.options.overwrite===void 0||N.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||N.boolean(i.options.ignoreIfExists)))}e.is=r})(jt||(jt={}));var Ut;(function(e){function t(n,i,o){var a={kind:"rename",oldUri:n,newUri:i};return o!==void 0&&(o.overwrite!==void 0||o.ignoreIfExists!==void 0)&&(a.options=o),a}e.create=t;function r(n){var i=n;return i&&i.kind==="rename"&&N.string(i.oldUri)&&N.string(i.newUri)&&(i.options===void 0||(i.options.overwrite===void 0||N.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||N.boolean(i.options.ignoreIfExists)))}e.is=r})(Ut||(Ut={}));var Rt;(function(e){function t(n,i){var o={kind:"delete",uri:n};return i!==void 0&&(i.recursive!==void 0||i.ignoreIfNotExists!==void 0)&&(o.options=i),o}e.create=t;function r(n){var i=n;return i&&i.kind==="delete"&&N.string(i.uri)&&(i.options===void 0||(i.options.recursive===void 0||N.boolean(i.options.recursive))&&(i.options.ignoreIfNotExists===void 0||N.boolean(i.options.ignoreIfNotExists)))}e.is=r})(Rt||(Rt={}));var Ar;(function(e){function t(r){var n=r;return n&&(n.changes!==void 0||n.documentChanges!==void 0)&&(n.documentChanges===void 0||n.documentChanges.every(function(i){return N.string(i.kind)?jt.is(i)||Ut.is(i)||Rt.is(i):Dt.is(i)}))}e.is=t})(Ar||(Ar={}));var Bt=function(){function e(t){this.edits=t}return e.prototype.insert=function(t,r){this.edits.push(De.insert(t,r))},e.prototype.replace=function(t,r){this.edits.push(De.replace(t,r))},e.prototype.delete=function(t){this.edits.push(De.del(t))},e.prototype.add=function(t){this.edits.push(t)},e.prototype.all=function(){return this.edits},e.prototype.clear=function(){this.edits.splice(0,this.edits.length)},e}(),Ou=function(){function e(t){var r=this;this._textEditChanges=Object.create(null),t&&(this._workspaceEdit=t,t.documentChanges?t.documentChanges.forEach(function(n){if(Dt.is(n)){var i=new Bt(n.edits);r._textEditChanges[n.textDocument.uri]=i}}):t.changes&&Object.keys(t.changes).forEach(function(n){var i=new Bt(t.changes[n]);r._textEditChanges[n]=i}))}return Object.defineProperty(e.prototype,"edit",{get:function(){return this._workspaceEdit},enumerable:!0,configurable:!0}),e.prototype.getTextEditChange=function(t){if(Wt.is(t)){if(this._workspaceEdit||(this._workspaceEdit={documentChanges:[]}),!this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var r=t,n=this._textEditChanges[r.uri];if(!n){var i=[],o={textDocument:r,edits:i};this._workspaceEdit.documentChanges.push(o),n=new Bt(i),this._textEditChanges[r.uri]=n}return n}else{if(this._workspaceEdit||(this._workspaceEdit={changes:Object.create(null)}),!this._workspaceEdit.changes)throw new Error("Workspace edit is not configured for normal text edit changes.");var n=this._textEditChanges[t];if(!n){var i=[];this._workspaceEdit.changes[t]=i,n=new Bt(i),this._textEditChanges[t]=n}return n}},e.prototype.createFile=function(t,r){this.checkDocumentChanges(),this._workspaceEdit.documentChanges.push(jt.create(t,r))},e.prototype.renameFile=function(t,r,n){this.checkDocumentChanges(),this._workspaceEdit.documentChanges.push(Ut.create(t,r,n))},e.prototype.deleteFile=function(t,r){this.checkDocumentChanges(),this._workspaceEdit.documentChanges.push(Rt.create(t,r))},e.prototype.checkDocumentChanges=function(){if(!this._workspaceEdit||!this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.")},e}(),ui;(function(e){function t(n){return{uri:n}}e.create=t;function r(n){var i=n;return N.defined(i)&&N.string(i.uri)}e.is=r})(ui||(ui={}));var Wt;(function(e){function t(n,i){return{uri:n,version:i}}e.create=t;function r(n){var i=n;return N.defined(i)&&N.string(i.uri)&&(i.version===null||N.number(i.version))}e.is=r})(Wt||(Wt={}));var li;(function(e){function t(n,i,o,a){return{uri:n,languageId:i,version:o,text:a}}e.create=t;function r(n){var i=n;return N.defined(i)&&N.string(i.uri)&&N.string(i.languageId)&&N.number(i.version)&&N.string(i.text)}e.is=r})(li||(li={}));var qe;(function(e){e.PlainText="plaintext",e.Markdown="markdown"})(qe||(qe={})),function(e){function t(r){var n=r;return n===e.PlainText||n===e.Markdown}e.is=t}(qe||(qe={}));var Sr;(function(e){function t(r){var n=r;return N.objectLiteral(r)&&qe.is(n.kind)&&N.string(n.value)}e.is=t})(Sr||(Sr={}));var Ae;(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})(Ae||(Ae={}));var ge;(function(e){e.PlainText=1,e.Snippet=2})(ge||(ge={}));var fi;(function(e){e.Deprecated=1})(fi||(fi={}));var kr;(function(e){function t(r){return{label:r}}e.create=t})(kr||(kr={}));var ci;(function(e){function t(r,n){return{items:r||[],isIncomplete:!!n}}e.create=t})(ci||(ci={}));var Vt;(function(e){function t(n){return n.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}e.fromPlainText=t;function r(n){var i=n;return N.string(i)||N.objectLiteral(i)&&N.string(i.language)&&N.string(i.value)}e.is=r})(Vt||(Vt={}));var hi;(function(e){function t(r){var n=r;return!!n&&N.objectLiteral(n)&&(Sr.is(n.contents)||Vt.is(n.contents)||N.typedArray(n.contents,Vt.is))&&(r.range===void 0||se.is(r.range))}e.is=t})(hi||(hi={}));var di;(function(e){function t(r,n){return n?{label:r,documentation:n}:{label:r}}e.create=t})(di||(di={}));var mi;(function(e){function t(r,n){for(var i=[],o=2;o<arguments.length;o++)i[o-2]=arguments[o];var a={label:r};return N.defined(n)&&(a.documentation=n),N.defined(i)?a.parameters=i:a.parameters=[],a}e.create=t})(mi||(mi={}));var pi;(function(e){e.Text=1,e.Read=2,e.Write=3})(pi||(pi={}));var gi;(function(e){function t(r,n){var i={range:r};return N.number(n)&&(i.kind=n),i}e.create=t})(gi||(gi={}));var je;(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})(je||(je={}));var vi;(function(e){e.Deprecated=1})(vi||(vi={}));var yi;(function(e){function t(r,n,i,o,a){var f={name:r,kind:n,location:{uri:o,range:i}};return a&&(f.containerName=a),f}e.create=t})(yi||(yi={}));var bi;(function(e){function t(n,i,o,a,f,u){var s={name:n,detail:i,kind:o,range:a,selectionRange:f};return u!==void 0&&(s.children=u),s}e.create=t;function r(n){var i=n;return i&&N.string(i.name)&&N.number(i.kind)&&se.is(i.range)&&se.is(i.selectionRange)&&(i.detail===void 0||N.string(i.detail))&&(i.deprecated===void 0||N.boolean(i.deprecated))&&(i.children===void 0||Array.isArray(i.children))}e.is=r})(bi||(bi={}));var wi;(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"})(wi||(wi={}));var _i;(function(e){function t(n,i){var o={diagnostics:n};return i!=null&&(o.only=i),o}e.create=t;function r(n){var i=n;return N.defined(i)&&N.typedArray(i.diagnostics,Ve.is)&&(i.only===void 0||N.typedArray(i.only,N.string))}e.is=r})(_i||(_i={}));var Ti;(function(e){function t(n,i,o){var a={title:n};return St.is(i)?a.command=i:a.edit=i,o!==void 0&&(a.kind=o),a}e.create=t;function r(n){var i=n;return i&&N.string(i.title)&&(i.diagnostics===void 0||N.typedArray(i.diagnostics,Ve.is))&&(i.kind===void 0||N.string(i.kind))&&(i.edit!==void 0||i.command!==void 0)&&(i.command===void 0||St.is(i.command))&&(i.isPreferred===void 0||N.boolean(i.isPreferred))&&(i.edit===void 0||Ar.is(i.edit))}e.is=r})(Ti||(Ti={}));var Ci;(function(e){function t(n,i){var o={range:n};return N.defined(i)&&(o.data=i),o}e.create=t;function r(n){var i=n;return N.defined(i)&&se.is(i.range)&&(N.undefined(i.command)||St.is(i.command))}e.is=r})(Ci||(Ci={}));var Ai;(function(e){function t(n,i){return{tabSize:n,insertSpaces:i}}e.create=t;function r(n){var i=n;return N.defined(i)&&N.number(i.tabSize)&&N.boolean(i.insertSpaces)}e.is=r})(Ai||(Ai={}));var Si;(function(e){function t(n,i,o){return{range:n,target:i,data:o}}e.create=t;function r(n){var i=n;return N.defined(i)&&se.is(i.range)&&(N.undefined(i.target)||N.string(i.target))}e.is=r})(Si||(Si={}));var qt;(function(e){function t(n,i){return{range:n,parent:i}}e.create=t;function r(n){var i=n;return i!==void 0&&se.is(i.range)&&(i.parent===void 0||e.is(i.parent))}e.is=r})(qt||(qt={}));var Pu=[`
`,`\r
`,"\r"],ki;(function(e){function t(o,a,f,u){return new _a(o,a,f,u)}e.create=t;function r(o){var a=o;return!!(N.defined(a)&&N.string(a.uri)&&(N.undefined(a.languageId)||N.string(a.languageId))&&N.number(a.lineCount)&&N.func(a.getText)&&N.func(a.positionAt)&&N.func(a.offsetAt))}e.is=r;function n(o,a){for(var f=o.getText(),u=i(a,function(p,v){var A=p.range.start.line-v.range.start.line;return A===0?p.range.start.character-v.range.start.character:A}),s=f.length,l=u.length-1;l>=0;l--){var c=u[l],m=o.offsetAt(c.range.start),h=o.offsetAt(c.range.end);if(h<=s)f=f.substring(0,m)+c.newText+f.substring(h,f.length);else throw new Error("Overlapping edit");s=m}return f}e.applyEdits=n;function i(o,a){if(o.length<=1)return o;var f=o.length/2|0,u=o.slice(0,f),s=o.slice(f);i(u,a),i(s,a);for(var l=0,c=0,m=0;l<u.length&&c<s.length;){var h=a(u[l],s[c]);h<=0?o[m++]=u[l++]:o[m++]=s[c++]}for(;l<u.length;)o[m++]=u[l++];for(;c<s.length;)o[m++]=s[c++];return o}})(ki||(ki={}));var _a=function(){function e(t,r,n,i){this._uri=t,this._languageId=r,this._version=n,this._content=i,this._lineOffsets=void 0}return Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._version},enumerable:!0,configurable:!0}),e.prototype.getText=function(t){if(t){var r=this.offsetAt(t.start),n=this.offsetAt(t.end);return this._content.substring(r,n)}return this._content},e.prototype.update=function(t,r){this._content=t.text,this._version=r,this._lineOffsets=void 0},e.prototype.getLineOffsets=function(){if(this._lineOffsets===void 0){for(var t=[],r=this._content,n=!0,i=0;i<r.length;i++){n&&(t.push(i),n=!1);var o=r.charAt(i);n=o==="\r"||o===`
`,o==="\r"&&i+1<r.length&&r.charAt(i+1)===`
`&&i++}n&&r.length>0&&t.push(r.length),this._lineOffsets=t}return this._lineOffsets},e.prototype.positionAt=function(t){t=Math.max(Math.min(t,this._content.length),0);var r=this.getLineOffsets(),n=0,i=r.length;if(i===0)return Fe.create(0,t);for(;n<i;){var o=Math.floor((n+i)/2);r[o]>t?i=o:n=o+1}var a=n-1;return Fe.create(a,t-r[a])},e.prototype.offsetAt=function(t){var r=this.getLineOffsets();if(t.line>=r.length)return this._content.length;if(t.line<0)return 0;var n=r[t.line],i=t.line+1<r.length?r[t.line+1]:this._content.length;return Math.max(Math.min(n+t.character,i),n)},Object.defineProperty(e.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!0,configurable:!0}),e}(),N;(function(e){var t=Object.prototype.toString;function r(l){return typeof l!="undefined"}e.defined=r;function n(l){return typeof l=="undefined"}e.undefined=n;function i(l){return l===!0||l===!1}e.boolean=i;function o(l){return t.call(l)==="[object String]"}e.string=o;function a(l){return t.call(l)==="[object Number]"}e.number=a;function f(l){return t.call(l)==="[object Function]"}e.func=f;function u(l){return l!==null&&typeof l=="object"}e.objectLiteral=u;function s(l,c){return Array.isArray(l)&&l.every(c)}e.typedArray=s})(N||(N={}));var Ni=function(){function e(t,r,n,i){this._uri=t,this._languageId=r,this._version=n,this._content=i,this._lineOffsets=void 0}return Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._version},enumerable:!0,configurable:!0}),e.prototype.getText=function(t){if(t){var r=this.offsetAt(t.start),n=this.offsetAt(t.end);return this._content.substring(r,n)}return this._content},e.prototype.update=function(t,r){for(var n=0,i=t;n<i.length;n++){var o=i[n];if(e.isIncremental(o)){var a=Li(o.range),f=this.offsetAt(a.start),u=this.offsetAt(a.end);this._content=this._content.substring(0,f)+o.text+this._content.substring(u,this._content.length);var s=Math.max(a.start.line,0),l=Math.max(a.end.line,0),c=this._lineOffsets,m=Ei(o.text,!1,f);if(l-s===m.length)for(var h=0,p=m.length;h<p;h++)c[h+s+1]=m[h];else m.length<1e4?c.splice.apply(c,[s+1,l-s].concat(m)):this._lineOffsets=c=c.slice(0,s+1).concat(m,c.slice(l+1));var v=o.text.length-(u-f);if(v!==0)for(var h=s+1+m.length,p=c.length;h<p;h++)c[h]=c[h]+v}else if(e.isFull(o))this._content=o.text,this._lineOffsets=void 0;else throw new Error("Unknown change event received")}this._version=r},e.prototype.getLineOffsets=function(){return this._lineOffsets===void 0&&(this._lineOffsets=Ei(this._content,!0)),this._lineOffsets},e.prototype.positionAt=function(t){t=Math.max(Math.min(t,this._content.length),0);var r=this.getLineOffsets(),n=0,i=r.length;if(i===0)return{line:0,character:t};for(;n<i;){var o=Math.floor((n+i)/2);r[o]>t?i=o:n=o+1}var a=n-1;return{line:a,character:t-r[a]}},e.prototype.offsetAt=function(t){var r=this.getLineOffsets();if(t.line>=r.length)return this._content.length;if(t.line<0)return 0;var n=r[t.line],i=t.line+1<r.length?r[t.line+1]:this._content.length;return Math.max(Math.min(n+t.character,i),n)},Object.defineProperty(e.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!0,configurable:!0}),e.isIncremental=function(t){var r=t;return r!=null&&typeof r.text=="string"&&r.range!==void 0&&(r.rangeLength===void 0||typeof r.rangeLength=="number")},e.isFull=function(t){var r=t;return r!=null&&typeof r.text=="string"&&r.range===void 0&&r.rangeLength===void 0},e}(),Nr;(function(e){function t(i,o,a,f){return new Ni(i,o,a,f)}e.create=t;function r(i,o,a){if(i instanceof Ni)return i.update(o,a),i;throw new Error("TextDocument.update: document must be created by TextDocument.create")}e.update=r;function n(i,o){for(var a=i.getText(),f=Er(o.map(Ta),function(h,p){var v=h.range.start.line-p.range.start.line;return v===0?h.range.start.character-p.range.start.character:v}),u=a.length,s=f.length-1;s>=0;s--){var l=f[s],c=i.offsetAt(l.range.start),m=i.offsetAt(l.range.end);if(m<=u)a=a.substring(0,c)+l.newText+a.substring(m,a.length);else throw new Error("Overlapping edit");u=c}return a}e.applyEdits=n})(Nr||(Nr={}));function Er(e,t){if(e.length<=1)return e;var r=e.length/2|0,n=e.slice(0,r),i=e.slice(r);Er(n,t),Er(i,t);for(var o=0,a=0,f=0;o<n.length&&a<i.length;){var u=t(n[o],i[a]);u<=0?e[f++]=n[o++]:e[f++]=i[a++]}for(;o<n.length;)e[f++]=n[o++];for(;a<i.length;)e[f++]=i[a++];return e}function Ei(e,t,r){r===void 0&&(r=0);for(var n=t?[r]:[],i=0;i<e.length;i++){var o=e.charCodeAt(i);(o===13||o===10)&&(o===13&&i+1<e.length&&e.charCodeAt(i+1)===10&&i++,n.push(r+i+1))}return n}function Li(e){var t=e.start,r=e.end;return t.line>r.line||t.line===r.line&&t.character>r.character?{start:r,end:t}:e}function Ta(e){var t=Li(e.range);return t!==e.range?{newText:e.newText,range:t}:e}var re;(function(e){e[e.Undefined=0]="Undefined",e[e.EnumValueMismatch=1]="EnumValueMismatch",e[e.UnexpectedEndOfComment=257]="UnexpectedEndOfComment",e[e.UnexpectedEndOfString=258]="UnexpectedEndOfString",e[e.UnexpectedEndOfNumber=259]="UnexpectedEndOfNumber",e[e.InvalidUnicode=260]="InvalidUnicode",e[e.InvalidEscapeCharacter=261]="InvalidEscapeCharacter",e[e.InvalidCharacter=262]="InvalidCharacter",e[e.PropertyExpected=513]="PropertyExpected",e[e.CommaExpected=514]="CommaExpected",e[e.ColonExpected=515]="ColonExpected",e[e.ValueExpected=516]="ValueExpected",e[e.CommaOrCloseBacketExpected=517]="CommaOrCloseBacketExpected",e[e.CommaOrCloseBraceExpected=518]="CommaOrCloseBraceExpected",e[e.TrailingComma=519]="TrailingComma",e[e.DuplicateKey=520]="DuplicateKey",e[e.CommentNotPermitted=521]="CommentNotPermitted",e[e.SchemaResolveError=768]="SchemaResolveError"})(re||(re={}));var xi;(function(e){e.LATEST={textDocument:{completion:{completionItem:{documentationFormat:[qe.Markdown,qe.PlainText],commitCharactersSupport:!0}}}}})(xi||(xi={}));function Ca(e,t){var r;return t.length===0?r=e:r=e.replace(/\{(\d+)\}/g,function(n,i){var o=i[0];return typeof t[o]!="undefined"?t[o]:n}),r}function Aa(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return Ca(t,r)}function ht(e){return Aa}function Du(e){return ht}var Qe=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var o in i)i.hasOwnProperty(o)&&(n[o]=i[o])},e(t,r)};return function(t,r){e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),j=ht(),Sa={"color-hex":{errorMessage:j("colorHexFormatWarning","Invalid color format. Use #RGB, #RGBA, #RRGGBB or #RRGGBBAA."),pattern:/^#([0-9A-Fa-f]{3,4}|([0-9A-Fa-f]{2}){3,4})$/},"date-time":{errorMessage:j("dateTimeFormatWarning","String is not a RFC3339 date-time."),pattern:/^(\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(\.[0-9]+)?(Z|(\+|-)([01][0-9]|2[0-3]):([0-5][0-9]))$/i},date:{errorMessage:j("dateFormatWarning","String is not a RFC3339 date."),pattern:/^(\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])$/i},time:{errorMessage:j("timeFormatWarning","String is not a RFC3339 time."),pattern:/^([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(\.[0-9]+)?(Z|(\+|-)([01][0-9]|2[0-3]):([0-5][0-9]))$/i},email:{errorMessage:j("emailFormatWarning","String is not an e-mail address."),pattern:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/}},Ze=function(){function e(t,r,n){this.offset=r,this.length=n,this.parent=t}return Object.defineProperty(e.prototype,"children",{get:function(){return[]},enumerable:!0,configurable:!0}),e.prototype.toString=function(){return"type: "+this.type+" ("+this.offset+"/"+this.length+")"+(this.parent?" parent: {"+this.parent.toString()+"}":"")},e}(),ka=function(e){Qe(t,e);function t(r,n){var i=e.call(this,r,n)||this;return i.type="null",i.value=null,i}return t}(Ze),Ii=function(e){Qe(t,e);function t(r,n,i){var o=e.call(this,r,i)||this;return o.type="boolean",o.value=n,o}return t}(Ze),Na=function(e){Qe(t,e);function t(r,n){var i=e.call(this,r,n)||this;return i.type="array",i.items=[],i}return Object.defineProperty(t.prototype,"children",{get:function(){return this.items},enumerable:!0,configurable:!0}),t}(Ze),Ea=function(e){Qe(t,e);function t(r,n){var i=e.call(this,r,n)||this;return i.type="number",i.isInteger=!0,i.value=Number.NaN,i}return t}(Ze),Mi=function(e){Qe(t,e);function t(r,n,i){var o=e.call(this,r,n,i)||this;return o.type="string",o.value="",o}return t}(Ze),La=function(e){Qe(t,e);function t(r,n){var i=e.call(this,r,n)||this;return i.type="property",i.colonOffset=-1,i}return Object.defineProperty(t.prototype,"children",{get:function(){return this.valueNode?[this.keyNode,this.valueNode]:[this.keyNode]},enumerable:!0,configurable:!0}),t}(Ze),xa=function(e){Qe(t,e);function t(r,n){var i=e.call(this,r,n)||this;return i.type="object",i.properties=[],i}return Object.defineProperty(t.prototype,"children",{get:function(){return this.properties},enumerable:!0,configurable:!0}),t}(Ze);function we(e){return Pe(e)?e?{}:{not:{}}:e}var Fi;(function(e){e[e.Key=0]="Key",e[e.Enum=1]="Enum"})(Fi||(Fi={}));var Ia=function(){function e(t,r){t===void 0&&(t=-1),r===void 0&&(r=null),this.focusOffset=t,this.exclude=r,this.schemas=[]}return e.prototype.add=function(t){this.schemas.push(t)},e.prototype.merge=function(t){var r;(r=this.schemas).push.apply(r,t.schemas)},e.prototype.include=function(t){return(this.focusOffset===-1||Oi(t,this.focusOffset))&&t!==this.exclude},e.prototype.newSub=function(){return new e(-1,this.exclude)},e}(),Lr=function(){function e(){}return Object.defineProperty(e.prototype,"schemas",{get:function(){return[]},enumerable:!0,configurable:!0}),e.prototype.add=function(t){},e.prototype.merge=function(t){},e.prototype.include=function(t){return!0},e.prototype.newSub=function(){return this},e.instance=new e,e}(),_e=function(){function e(){this.problems=[],this.propertiesMatches=0,this.propertiesValueMatches=0,this.primaryValueMatches=0,this.enumValueMatch=!1,this.enumValues=null}return e.prototype.hasProblems=function(){return!!this.problems.length},e.prototype.mergeAll=function(t){for(var r=0,n=t;r<n.length;r++){var i=n[r];this.merge(i)}},e.prototype.merge=function(t){this.problems=this.problems.concat(t.problems)},e.prototype.mergeEnumValues=function(t){if(!this.enumValueMatch&&!t.enumValueMatch&&this.enumValues&&t.enumValues){this.enumValues=this.enumValues.concat(t.enumValues);for(var r=0,n=this.problems;r<n.length;r++){var i=n[r];i.code===re.EnumValueMismatch&&(i.message=j("enumWarning","Value is not accepted. Valid values: {0}.",this.enumValues.map(function(o){return JSON.stringify(o)}).join(", ")))}}},e.prototype.mergePropertyMatch=function(t){this.merge(t),this.propertiesMatches++,(t.enumValueMatch||!t.hasProblems()&&t.propertiesMatches)&&this.propertiesValueMatches++,t.enumValueMatch&&t.enumValues&&t.enumValues.length===1&&this.primaryValueMatches++},e.prototype.compare=function(t){var r=this.hasProblems();return r!==t.hasProblems()?r?-1:1:this.enumValueMatch!==t.enumValueMatch?t.enumValueMatch?-1:1:this.primaryValueMatches!==t.primaryValueMatches?this.primaryValueMatches-t.primaryValueMatches:this.propertiesValueMatches!==t.propertiesValueMatches?this.propertiesValueMatches-t.propertiesValueMatches:this.propertiesMatches-t.propertiesMatches},e}();function Ma(e,t){return t===void 0&&(t=[]),new Pi(e,t,[])}function Ge(e){return ya(e)}function xr(e){return va(e)}function Oi(e,t,r){return r===void 0&&(r=!1),t>=e.offset&&t<e.offset+e.length||r&&t===e.offset+e.length}var Pi=function(){function e(t,r,n){r===void 0&&(r=[]),n===void 0&&(n=[]),this.root=t,this.syntaxErrors=r,this.comments=n}return e.prototype.getNodeFromOffset=function(t,r){return r===void 0&&(r=!1),this.root?ga(this.root,t,r):void 0},e.prototype.visit=function(t){if(this.root){var r=function(n){var i=t(n),o=n.children;if(Array.isArray(o))for(var a=0;a<o.length&&i;a++)i=r(o[a]);return i};r(this.root)}},e.prototype.validate=function(t,r){if(this.root&&r){var n=new _e;return ye(this.root,r,n,Lr.instance),n.problems.map(function(i){var o=se.create(t.positionAt(i.location.offset),t.positionAt(i.location.offset+i.location.length));return Ve.create(o,i.message,i.severity,i.code)})}return null},e.prototype.getMatchingSchemas=function(t,r,n){r===void 0&&(r=-1),n===void 0&&(n=null);var i=new Ia(r,n);return this.root&&t&&ye(this.root,t,new _e,i),i.schemas},e}();function ye(e,t,r,n){if(!e||!n.include(e))return;switch(e.type){case"object":u(e,t,r,n);break;case"array":f(e,t,r,n);break;case"string":a(e,t,r,n);break;case"number":o(e,t,r,n);break;case"property":return ye(e.valueNode,t,r,n)}i(),n.add({node:e,schema:t});function i(){function s(F){return e.type===F||F==="integer"&&e.type==="number"&&e.isInteger}if(Array.isArray(t.type)?t.type.some(s)||r.problems.push({location:{offset:e.offset,length:e.length},severity:z.Warning,message:t.errorMessage||j("typeArrayMismatchWarning","Incorrect type. Expected one of {0}.",t.type.join(", "))}):t.type&&(s(t.type)||r.problems.push({location:{offset:e.offset,length:e.length},severity:z.Warning,message:t.errorMessage||j("typeMismatchWarning",'Incorrect type. Expected "{0}".',t.type)})),Array.isArray(t.allOf))for(var l=0,c=t.allOf;l<c.length;l++){var m=c[l];ye(e,we(m),r,n)}var h=we(t.not);if(h){var p=new _e,v=n.newSub();ye(e,h,p,v),p.hasProblems()||r.problems.push({location:{offset:e.offset,length:e.length},severity:z.Warning,message:j("notSchemaWarning","Matches a schema that is not allowed.")});for(var A=0,b=v.schemas;A<b.length;A++){var C=b[A];C.inverted=!C.inverted,n.add(C)}}var d=function(F,B){for(var K=[],le=null,Ee=0,Xe=F;Ee<Xe.length;Ee++){var Nt=Xe[Ee],Ke=we(Nt),Se=new _e,Je=n.newSub();if(ye(e,Ke,Se,Je),Se.hasProblems()||K.push(Ke),!le)le={schema:Ke,validationResult:Se,matchingSchemas:Je};else if(!B&&!Se.hasProblems()&&!le.validationResult.hasProblems())le.matchingSchemas.merge(Je),le.validationResult.propertiesMatches+=Se.propertiesMatches,le.validationResult.propertiesValueMatches+=Se.propertiesValueMatches;else{var mt=Se.compare(le.validationResult);mt>0?le={schema:Ke,validationResult:Se,matchingSchemas:Je}:mt===0&&(le.matchingSchemas.merge(Je),le.validationResult.mergeEnumValues(Se))}}return K.length>1&&B&&r.problems.push({location:{offset:e.offset,length:1},severity:z.Warning,message:j("oneOfWarning","Matches multiple schemas when only one must validate.")}),le!==null&&(r.merge(le.validationResult),r.propertiesMatches+=le.validationResult.propertiesMatches,r.propertiesValueMatches+=le.validationResult.propertiesValueMatches,n.merge(le.matchingSchemas)),K.length};Array.isArray(t.anyOf)&&d(t.anyOf,!1),Array.isArray(t.oneOf)&&d(t.oneOf,!0);var T=function(F){var B=new _e,K=n.newSub();ye(e,we(F),B,K),r.merge(B),r.propertiesMatches+=B.propertiesMatches,r.propertiesValueMatches+=B.propertiesValueMatches,n.merge(K)},g=function(F,B,K){var le=we(F),Ee=new _e,Xe=n.newSub();ye(e,le,Ee,Xe),n.merge(Xe),Ee.hasProblems()?K&&T(K):B&&T(B)},w=we(t.if);if(w&&g(w,we(t.then),we(t.else)),Array.isArray(t.enum)){for(var _=Ge(e),k=!1,y=0,E=t.enum;y<E.length;y++){var S=E[y];if(Tt(_,S)){k=!0;break}}r.enumValues=t.enum,r.enumValueMatch=k,k||r.problems.push({location:{offset:e.offset,length:e.length},severity:z.Warning,code:re.EnumValueMismatch,message:t.errorMessage||j("enumWarning","Value is not accepted. Valid values: {0}.",t.enum.map(function(F){return JSON.stringify(F)}).join(", "))})}if(We(t.const)){var _=Ge(e);Tt(_,t.const)?r.enumValueMatch=!0:(r.problems.push({location:{offset:e.offset,length:e.length},severity:z.Warning,code:re.EnumValueMismatch,message:t.errorMessage||j("constWarning","Value must be {0}.",JSON.stringify(t.const))}),r.enumValueMatch=!1),r.enumValues=[t.const]}t.deprecationMessage&&e.parent&&r.problems.push({location:{offset:e.parent.offset,length:e.parent.length},severity:z.Warning,message:t.deprecationMessage})}function o(s,l,c,m){var h=s.value;Ce(l.multipleOf)&&(h%l.multipleOf!==0&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("multipleOfWarning","Value is not divisible by {0}.",l.multipleOf)}));function p(T,g){return Ce(g)?g:Pe(g)&&g?T:void 0}function v(T,g){return!Pe(g)||!g?T:void 0}var A=p(l.minimum,l.exclusiveMinimum);Ce(A)&&h<=A&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("exclusiveMinimumWarning","Value is below the exclusive minimum of {0}.",A)});var b=p(l.maximum,l.exclusiveMaximum);Ce(b)&&h>=b&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("exclusiveMaximumWarning","Value is above the exclusive maximum of {0}.",b)});var C=v(l.minimum,l.exclusiveMinimum);Ce(C)&&h<C&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("minimumWarning","Value is below the minimum of {0}.",C)});var d=v(l.maximum,l.exclusiveMaximum);Ce(d)&&h>d&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("maximumWarning","Value is above the maximum of {0}.",d)})}function a(s,l,c,m){if(Ce(l.minLength)&&s.value.length<l.minLength&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("minLengthWarning","String is shorter than the minimum length of {0}.",l.minLength)}),Ce(l.maxLength)&&s.value.length>l.maxLength&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("maxLengthWarning","String is longer than the maximum length of {0}.",l.maxLength)}),wa(l.pattern)){var h=new RegExp(l.pattern);h.test(s.value)||c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:l.patternErrorMessage||l.errorMessage||j("patternWarning",'String does not match the pattern of "{0}".',l.pattern)})}if(l.format)switch(l.format){case"uri":case"uri-reference":{var p=void 0;if(!s.value)p=j("uriEmpty","URI expected.");else{var v=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/.exec(s.value);v?!v[2]&&l.format==="uri"&&(p=j("uriSchemeMissing","URI with a scheme is expected.")):p=j("uriMissing","URI is expected.")}p&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:l.patternErrorMessage||l.errorMessage||j("uriFormatWarning","String is not a URI: {0}",p)})}break;case"color-hex":case"date-time":case"date":case"time":case"email":var A=Sa[l.format];(!s.value||!A.pattern.exec(s.value))&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:l.patternErrorMessage||l.errorMessage||A.errorMessage});default:}}function f(s,l,c,m){if(Array.isArray(l.items)){for(var h=l.items,p=0;p<h.length;p++){var v=h[p],A=we(v),b=new _e,C=s.items[p];C?(ye(C,A,b,m),c.mergePropertyMatch(b)):s.items.length>=h.length&&c.propertiesValueMatches++}if(s.items.length>h.length)if(typeof l.additionalItems=="object")for(var d=h.length;d<s.items.length;d++){var b=new _e;ye(s.items[d],l.additionalItems,b,m),c.mergePropertyMatch(b)}else l.additionalItems===!1&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("additionalItemsWarning","Array has too many items according to schema. Expected {0} or fewer.",h.length)})}else{var T=we(l.items);if(T)for(var g=0,w=s.items;g<w.length;g++){var C=w[g],b=new _e;ye(C,T,b,m),c.mergePropertyMatch(b)}}var _=we(l.contains);if(_){var k=s.items.some(function(S){var F=new _e;return ye(S,_,F,Lr.instance),!F.hasProblems()});k||c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:l.errorMessage||j("requiredItemMissingWarning","Array does not contain required item.")})}if(Ce(l.minItems)&&s.items.length<l.minItems&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("minItemsWarning","Array has too few items. Expected {0} or more.",l.minItems)}),Ce(l.maxItems)&&s.items.length>l.maxItems&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("maxItemsWarning","Array has too many items. Expected {0} or fewer.",l.maxItems)}),l.uniqueItems===!0){var y=Ge(s),E=y.some(function(S,F){return F!==y.lastIndexOf(S)});E&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("uniqueItemsWarning","Array has duplicate items.")})}}function u(s,l,c,m){for(var h=Object.create(null),p=[],v=0,A=s.properties;v<A.length;v++){var b=A[v],C=b.keyNode.value;h[C]=b.valueNode,p.push(C)}if(Array.isArray(l.required))for(var d=0,T=l.required;d<T.length;d++){var g=T[d];if(!h[g]){var w=s.parent&&s.parent.type==="property"&&s.parent.keyNode,_=w?{offset:w.offset,length:w.length}:{offset:s.offset,length:1};c.problems.push({location:_,severity:z.Warning,message:j("MissingRequiredPropWarning",'Missing property "{0}".',g)})}}var k=function(Qi){for(var Vr=p.indexOf(Qi);Vr>=0;)p.splice(Vr,1),Vr=p.indexOf(Qi)};if(l.properties)for(var y=0,E=Object.keys(l.properties);y<E.length;y++){var g=E[y];k(g);var S=l.properties[g],F=h[g];if(F)if(Pe(S))if(S)c.propertiesMatches++,c.propertiesValueMatches++;else{var b=F.parent;c.problems.push({location:{offset:b.keyNode.offset,length:b.keyNode.length},severity:z.Warning,message:l.errorMessage||j("DisallowedExtraPropWarning","Property {0} is not allowed.",g)})}else{var B=new _e;ye(F,S,B,m),c.mergePropertyMatch(B)}}if(l.patternProperties)for(var K=0,le=Object.keys(l.patternProperties);K<le.length;K++)for(var Ee=le[K],Xe=new RegExp(Ee),Nt=0,Ke=p.slice(0);Nt<Ke.length;Nt++){var g=Ke[Nt];if(Xe.test(g)){k(g);var F=h[g];if(F){var S=l.patternProperties[Ee];if(Pe(S))if(S)c.propertiesMatches++,c.propertiesValueMatches++;else{var b=F.parent;c.problems.push({location:{offset:b.keyNode.offset,length:b.keyNode.length},severity:z.Warning,message:l.errorMessage||j("DisallowedExtraPropWarning","Property {0} is not allowed.",g)})}else{var B=new _e;ye(F,S,B,m),c.mergePropertyMatch(B)}}}}if(typeof l.additionalProperties=="object")for(var Se=0,Je=p;Se<Je.length;Se++){var g=Je[Se],F=h[g];if(F){var B=new _e;ye(F,l.additionalProperties,B,m),c.mergePropertyMatch(B)}}else if(l.additionalProperties===!1&&p.length>0)for(var mt=0,Hi=p;mt<Hi.length;mt++){var g=Hi[mt],F=h[g];if(F){var b=F.parent;c.problems.push({location:{offset:b.keyNode.offset,length:b.keyNode.length},severity:z.Warning,message:l.errorMessage||j("DisallowedExtraPropWarning","Property {0} is not allowed.",g)})}}if(Ce(l.maxProperties)&&(s.properties.length>l.maxProperties&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("MaxPropWarning","Object has more properties than limit of {0}.",l.maxProperties)})),Ce(l.minProperties)&&(s.properties.length<l.minProperties&&c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("MinPropWarning","Object has fewer properties than the required number of {0}",l.minProperties)})),l.dependencies)for(var Ur=0,Gi=Object.keys(l.dependencies);Ur<Gi.length;Ur++){var C=Gi[Ur],is=h[C];if(is){var Rr=l.dependencies[C];if(Array.isArray(Rr))for(var Br=0,$i=Rr;Br<$i.length;Br++){var Yi=$i[Br];h[Yi]?c.propertiesValueMatches++:c.problems.push({location:{offset:s.offset,length:s.length},severity:z.Warning,message:j("RequiredDependentPropWarning","Object is missing property {0} required by property {1}.",Yi,C)})}else{var S=we(Rr);if(S){var B=new _e;ye(s,S,B,m),c.mergePropertyMatch(B)}}}}var Ji=we(l.propertyNames);if(Ji)for(var Wr=0,zi=s.properties;Wr<zi.length;Wr++){var os=zi[Wr],C=os.keyNode;C&&ye(C,Ji,c,Lr.instance)}}}function Fa(e,t){var r=[],n=-1,i=e.getText(),o=ct(i,!1),a=t&&t.collectComments?[]:void 0;function f(){for(;;){var w=o.scan();c();switch(w){case 12:case 13:Array.isArray(a)&&a.push(se.create(e.positionAt(o.getTokenOffset()),e.positionAt(o.getTokenOffset()+o.getTokenLength())));break;case 15:case 14:break;default:return w}}}function u(w){return o.getToken()===w?(f(),!0):!1}function s(w,_,k,y,E){if(E===void 0&&(E=z.Error),r.length===0||k!==n){var S=se.create(e.positionAt(k),e.positionAt(y));r.push(Ve.create(S,w,E,_,e.languageId)),n=k}}function l(w,_,k,y,E){k===void 0&&(k=null),y===void 0&&(y=[]),E===void 0&&(E=[]);var S=o.getTokenOffset(),F=o.getTokenOffset()+o.getTokenLength();if(S===F&&S>0){for(S--;S>0&&/\s/.test(i.charAt(S));)S--;F=S+1}if(s(w,_,S,F),k&&m(k,!1),y.length+E.length>0)for(var B=o.getToken();B!==17;){if(y.indexOf(B)!==-1){f();break}else if(E.indexOf(B)!==-1)break;B=f()}return k}function c(){switch(o.getTokenError()){case 4:return l(j("InvalidUnicode","Invalid unicode sequence in string."),re.InvalidUnicode),!0;case 5:return l(j("InvalidEscapeCharacter","Invalid escape character in string."),re.InvalidEscapeCharacter),!0;case 3:return l(j("UnexpectedEndOfNumber","Unexpected end of number."),re.UnexpectedEndOfNumber),!0;case 1:return l(j("UnexpectedEndOfComment","Unexpected end of comment."),re.UnexpectedEndOfComment),!0;case 2:return l(j("UnexpectedEndOfString","Unexpected end of string."),re.UnexpectedEndOfString),!0;case 6:return l(j("InvalidCharacter","Invalid characters in string. Control characters must be escaped."),re.InvalidCharacter),!0}return!1}function m(w,_){return w.length=o.getTokenOffset()+o.getTokenLength()-w.offset,_&&f(),w}function h(w){if(o.getToken()!==3)return null;var _=new Na(w,o.getTokenOffset());f();for(var k=0,y=!1;o.getToken()!==4&&o.getToken()!==17;){if(o.getToken()===5){y||l(j("ValueExpected","Value expected"),re.ValueExpected);var E=o.getTokenOffset();if(f(),o.getToken()===4){y&&s(j("TrailingComma","Trailing comma"),re.TrailingComma,E,E+1);continue}}else y&&l(j("ExpectedComma","Expected comma"),re.CommaExpected);var S=d(_,k++);S?_.items.push(S):l(j("PropertyExpected","Value expected"),re.ValueExpected,null,[],[4,5]),y=!0}return o.getToken()!==4?l(j("ExpectedCloseBracket","Expected comma or closing bracket"),re.CommaOrCloseBacketExpected,_):m(_,!0)}function p(w,_){var k=new La(w,o.getTokenOffset()),y=A(k);if(!y)if(o.getToken()===16){l(j("DoubleQuotesExpected","Property keys must be doublequoted"),re.Undefined);var E=new Mi(k,o.getTokenOffset(),o.getTokenLength());E.value=o.getTokenValue(),y=E,f()}else return null;k.keyNode=y;var S=_[y.value];if(S?(s(j("DuplicateKeyWarning","Duplicate object key"),re.DuplicateKey,k.keyNode.offset,k.keyNode.offset+k.keyNode.length,z.Warning),typeof S=="object"&&s(j("DuplicateKeyWarning","Duplicate object key"),re.DuplicateKey,S.keyNode.offset,S.keyNode.offset+S.keyNode.length,z.Warning),_[y.value]=!0):_[y.value]=k,o.getToken()===6)k.colonOffset=o.getTokenOffset(),f();else if(l(j("ColonExpected","Colon expected"),re.ColonExpected),o.getToken()===10&&e.positionAt(y.offset+y.length).line<e.positionAt(o.getTokenOffset()).line)return k.length=y.length,k;var F=d(k,y.value);return F?(k.valueNode=F,k.length=F.offset+F.length-k.offset,k):l(j("ValueExpected","Value expected"),re.ValueExpected,k,[],[2,5])}function v(w){if(o.getToken()!==1)return null;var _=new xa(w,o.getTokenOffset()),k=Object.create(null);f();for(var y=!1;o.getToken()!==2&&o.getToken()!==17;){if(o.getToken()===5){y||l(j("PropertyExpected","Property expected"),re.PropertyExpected);var E=o.getTokenOffset();if(f(),o.getToken()===2){y&&s(j("TrailingComma","Trailing comma"),re.TrailingComma,E,E+1);continue}}else y&&l(j("ExpectedComma","Expected comma"),re.CommaExpected);var S=p(_,k);S?_.properties.push(S):l(j("PropertyExpected","Property expected"),re.PropertyExpected,null,[],[2,5]),y=!0}return o.getToken()!==2?l(j("ExpectedCloseBrace","Expected comma or closing brace"),re.CommaOrCloseBraceExpected,_):m(_,!0)}function A(w){if(o.getToken()!==10)return null;var _=new Mi(w,o.getTokenOffset());return _.value=o.getTokenValue(),m(_,!0)}function b(w){if(o.getToken()!==11)return null;var _=new Ea(w,o.getTokenOffset());if(o.getTokenError()===0){var k=o.getTokenValue();try{var y=JSON.parse(k);if(!Ce(y))return l(j("InvalidNumberFormat","Invalid number format."),re.Undefined,_);_.value=y}catch(E){return l(j("InvalidNumberFormat","Invalid number format."),re.Undefined,_)}_.isInteger=k.indexOf(".")===-1}return m(_,!0)}function C(w){var _;switch(o.getToken()){case 7:return m(new ka(w,o.getTokenOffset()),!0);case 8:return m(new Ii(w,!0,o.getTokenOffset()),!0);case 9:return m(new Ii(w,!1,o.getTokenOffset()),!0);default:return null}}function d(w,_){return h(w)||v(w)||A(w)||b(w)||C(w)}var T=null,g=f();return g!==17&&(T=d(null,null),T?o.getToken()!==17&&l(j("End of file expected","End of file expected."),re.Undefined):l(j("Invalid symbol","Expected a JSON object, array or literal."),re.Undefined)),new Pi(T,r,a)}function Ir(e,t,r){if(e!==null&&typeof e=="object"){var n=t+" ";if(Array.isArray(e)){if(e.length===0)return"[]";for(var i=`[
`,o=0;o<e.length;o++)i+=n+Ir(e[o],n,r),o<e.length-1&&(i+=","),i+=`
`;return i+=t+"]",i}else{var a=Object.keys(e);if(a.length===0)return"{}";for(var i=`{
`,o=0;o<a.length;o++){var f=a[o];i+=n+JSON.stringify(f)+": "+Ir(e[f],n,r),o<a.length-1&&(i+=","),i+=`
`}return i+=t+"}",i}}return r(e)}function Oa(e,t){if(e.length<t.length)return!1;for(var r=0;r<t.length;r++)if(e[r]!==t[r])return!1;return!0}function Ht(e,t){var r=e.length-t.length;return r>0?e.lastIndexOf(t)===r:r===0?e===t:!1}function Pa(e){return e.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function ju(e,t){for(var r="";t>0;)(t&1)===1&&(r+=e),e+=e,t=t>>>1;return r}var Mr=ht(),Da=[",","}","]"],ja=[":"],Ua=function(){function e(t,r,n,i){r===void 0&&(r=[]),n===void 0&&(n=Promise),i===void 0&&(i={}),this.schemaService=t,this.contributions=r,this.promiseConstructor=n,this.clientCapabilities=i,this.templateVarIdCounter=0}return e.prototype.doResolve=function(t){for(var r=this.contributions.length-1;r>=0;r--)if(this.contributions[r].resolveCompletion){var n=this.contributions[r].resolveCompletion(t);if(n)return n}return this.promiseConstructor.resolve(t)},e.prototype.doComplete=function(t,r,n){var i=this,o={items:[],isIncomplete:!1},a=t.getText(),f=t.offsetAt(r),u=n.getNodeFromOffset(f,!0);if(this.isInComment(t,u?u.offset:0,f))return Promise.resolve(o);if(u&&f===u.offset+u.length&&f>0){var s=a[f-1];(u.type==="object"&&s==="}"||u.type==="array"&&s==="]")&&(u=u.parent)}var l=this.getCurrentWord(t,f),c=null;if(u&&(u.type==="string"||u.type==="number"||u.type==="boolean"||u.type==="null"))c=se.create(t.positionAt(u.offset),t.positionAt(u.offset+u.length));else{var m=f-l.length;m>0&&a[m-1]==='"'&&m--,c=se.create(t.positionAt(m),r)}var h=!1,p={},v={add:function(A){var b=A.label,C=p[b];if(C)C.documentation||(C.documentation=A.documentation);else{if(b=b.replace(/[\n]/g,"\u21B5"),b.length>60){var d=b.substr(0,57).trim()+"...";p[d]||(b=d)}c&&(A.textEdit=De.replace(c,A.insertText)),h&&(A.commitCharacters=A.kind===Ae.Property?ja:Da),A.label=b,p[b]=A,o.items.push(A)}},setAsIncomplete:function(){o.isIncomplete=!0},error:function(A){console.error(A)},log:function(A){console.log(A)},getNumberOfProposals:function(){return o.items.length}};return this.schemaService.getSchemaForResource(t.uri,n).then(function(A){var b=[],C=!0,d="",T=null;if(u&&u.type==="string"){var g=u.parent;g&&g.type==="property"&&g.keyNode===u&&(C=!g.valueNode,T=g,d=a.substr(u.offset+1,u.length-2),g&&(u=g.parent))}if(u&&u.type==="object"){if(u.offset===f)return o;var w=u.properties;w.forEach(function(E){(!T||T!==E)&&(p[E.keyNode.value]=kr.create("__"))});var _="";C&&(_=i.evaluateSeparatorAfter(t,t.offsetAt(c.end))),A?i.getPropertyCompletions(A,n,u,C,_,v):i.getSchemaLessPropertyCompletions(n,u,d,v);var k=xr(u);i.contributions.forEach(function(E){var S=E.collectPropertyCompletions(t.uri,k,l,C,_==="",v);S&&b.push(S)}),!A&&l.length>0&&a.charAt(f-l.length-1)!=='"'&&(v.add({kind:Ae.Property,label:i.getLabelForValue(l),insertText:i.getInsertTextForProperty(l,null,!1,_),insertTextFormat:ge.Snippet,documentation:""}),v.setAsIncomplete())}var y={};return A?i.getValueCompletions(A,n,u,f,t,v,y):i.getSchemaLessValueCompletions(n,u,f,t,v),i.contributions.length>0&&i.getContributedValueCompletions(n,u,f,t,v,b),i.promiseConstructor.all(b).then(function(){if(v.getNumberOfProposals()===0){var E=f;u&&(u.type==="string"||u.type==="number"||u.type==="boolean"||u.type==="null")&&(E=u.offset+u.length);var S=i.evaluateSeparatorAfter(t,E);i.addFillerValueCompletions(y,S,v)}return o})})},e.prototype.getPropertyCompletions=function(t,r,n,i,o,a){var f=this,u=r.getMatchingSchemas(t.schema,n.offset);u.forEach(function(s){if(s.node===n&&!s.inverted){var l=s.schema.properties;l&&Object.keys(l).forEach(function(c){var m=l[c];if(typeof m=="object"&&!m.deprecationMessage&&!m.doNotSuggest){var h={kind:Ae.Property,label:c,insertText:f.getInsertTextForProperty(c,m,i,o),insertTextFormat:ge.Snippet,filterText:f.getFilterTextForValue(c),documentation:f.fromMarkup(m.markdownDescription)||m.description||""};Ht(h.insertText,"$1"+o)&&(h.command={title:"Suggest",command:"editor.action.triggerSuggest"}),a.add(h)}})}})},e.prototype.getSchemaLessPropertyCompletions=function(t,r,n,i){var o=this,a=function(u){u.properties.forEach(function(s){var l=s.keyNode.value;i.add({kind:Ae.Property,label:l,insertText:o.getInsertTextForValue(l,""),insertTextFormat:ge.Snippet,filterText:o.getFilterTextForValue(l),documentation:""})})};if(r.parent)if(r.parent.type==="property"){var f=r.parent.keyNode.value;t.visit(function(u){return u.type==="property"&&u!==r.parent&&u.keyNode.value===f&&u.valueNode&&u.valueNode.type==="object"&&a(u.valueNode),!0})}else r.parent.type==="array"&&r.parent.items.forEach(function(u){u.type==="object"&&u!==r&&a(u)});else r.type==="object"&&i.add({kind:Ae.Property,label:"$schema",insertText:this.getInsertTextForProperty("$schema",null,!0,""),insertTextFormat:ge.Snippet,documentation:"",filterText:this.getFilterTextForValue("$schema")})},e.prototype.getSchemaLessValueCompletions=function(t,r,n,i,o){var a=this,f=n;if(r&&(r.type==="string"||r.type==="number"||r.type==="boolean"||r.type==="null")&&(f=r.offset+r.length,r=r.parent),!r){o.add({kind:this.getSuggestionKind("object"),label:"Empty object",insertText:this.getInsertTextForValue({},""),insertTextFormat:ge.Snippet,documentation:""}),o.add({kind:this.getSuggestionKind("array"),label:"Empty array",insertText:this.getInsertTextForValue([],""),insertTextFormat:ge.Snippet,documentation:""});return}var u=this.evaluateSeparatorAfter(i,f),s=function(h){Oi(h.parent,n,!0)||o.add({kind:a.getSuggestionKind(h.type),label:a.getLabelTextForMatchingNode(h,i),insertText:a.getInsertTextForMatchingNode(h,i,u),insertTextFormat:ge.Snippet,documentation:""}),h.type==="boolean"&&a.addBooleanValueCompletion(!h.value,u,o)};if(r.type==="property"&&n>r.colonOffset){var l=r.valueNode;if(l&&(n>l.offset+l.length||l.type==="object"||l.type==="array"))return;var c=r.keyNode.value;t.visit(function(h){return h.type==="property"&&h.keyNode.value===c&&h.valueNode&&s(h.valueNode),!0}),c==="$schema"&&r.parent&&!r.parent.parent&&this.addDollarSchemaCompletions(u,o)}if(r.type==="array")if(r.parent&&r.parent.type==="property"){var m=r.parent.keyNode.value;t.visit(function(h){return h.type==="property"&&h.keyNode.value===m&&h.valueNode&&h.valueNode.type==="array"&&h.valueNode.items.forEach(s),!0})}else r.items.forEach(s)},e.prototype.getValueCompletions=function(t,r,n,i,o,a,f){var u=this,s=i,l=null,c=null;if(n&&(n.type==="string"||n.type==="number"||n.type==="boolean"||n.type==="null")&&(s=n.offset+n.length,c=n,n=n.parent),!n){this.addSchemaValueCompletions(t.schema,"",a,f);return}if(n.type==="property"&&i>n.colonOffset){var m=n.valueNode;if(m&&i>m.offset+m.length)return;l=n.keyNode.value,n=n.parent}if(n&&(l!==null||n.type==="array")){var h=this.evaluateSeparatorAfter(o,s),p=r.getMatchingSchemas(t.schema,n.offset,c);p.forEach(function(v){if(v.node===n&&!v.inverted&&v.schema){if(n.type==="array"&&v.schema.items)if(Array.isArray(v.schema.items)){var A=u.findItemAtOffset(n,o,i);A<v.schema.items.length&&u.addSchemaValueCompletions(v.schema.items[A],h,a,f)}else u.addSchemaValueCompletions(v.schema.items,h,a,f);if(v.schema.properties){var b=v.schema.properties[l];b&&u.addSchemaValueCompletions(b,h,a,f)}}}),l==="$schema"&&!n.parent&&this.addDollarSchemaCompletions(h,a),f.boolean&&(this.addBooleanValueCompletion(!0,h,a),this.addBooleanValueCompletion(!1,h,a)),f.null&&this.addNullValueCompletion(h,a)}},e.prototype.getContributedValueCompletions=function(t,r,n,i,o,a){if(!r)this.contributions.forEach(function(l){var c=l.collectDefaultCompletions(i.uri,o);c&&a.push(c)});else if((r.type==="string"||r.type==="number"||r.type==="boolean"||r.type==="null")&&(r=r.parent),r.type==="property"&&n>r.colonOffset){var f=r.keyNode.value,u=r.valueNode;if(!u||n<=u.offset+u.length){var s=xr(r.parent);this.contributions.forEach(function(l){var c=l.collectValueCompletions(i.uri,s,f,o);c&&a.push(c)})}}},e.prototype.addSchemaValueCompletions=function(t,r,n,i){var o=this;typeof t=="object"&&(this.addEnumValueCompletions(t,r,n),this.addDefaultValueCompletions(t,r,n),this.collectTypes(t,i),Array.isArray(t.allOf)&&t.allOf.forEach(function(a){return o.addSchemaValueCompletions(a,r,n,i)}),Array.isArray(t.anyOf)&&t.anyOf.forEach(function(a){return o.addSchemaValueCompletions(a,r,n,i)}),Array.isArray(t.oneOf)&&t.oneOf.forEach(function(a){return o.addSchemaValueCompletions(a,r,n,i)}))},e.prototype.addDefaultValueCompletions=function(t,r,n,i){var o=this;i===void 0&&(i=0);var a=!1;if(We(t.default)){for(var f=t.type,u=t.default,s=i;s>0;s--)u=[u],f="array";n.add({kind:this.getSuggestionKind(f),label:this.getLabelForValue(u),insertText:this.getInsertTextForValue(u,r),insertTextFormat:ge.Snippet,detail:Mr("json.suggest.default","Default value")}),a=!0}Array.isArray(t.examples)&&t.examples.forEach(function(l){for(var c=t.type,m=l,h=i;h>0;h--)m=[m],c="array";n.add({kind:o.getSuggestionKind(c),label:o.getLabelForValue(m),insertText:o.getInsertTextForValue(m,r),insertTextFormat:ge.Snippet}),a=!0}),Array.isArray(t.defaultSnippets)&&t.defaultSnippets.forEach(function(l){var c=t.type,m=l.body,h=l.label,p,v;if(We(m)){for(var A=t.type,b=i;b>0;b--)m=[m],A="array";p=o.getInsertTextForSnippetValue(m,r),v=o.getFilterTextForSnippetValue(m),h=h||o.getLabelForSnippetValue(m)}else if(typeof l.bodyText=="string"){for(var C="",d="",T="",b=i;b>0;b--)C=C+T+`[
`,d=d+`
`+T+"]",T+=" ",c="array";p=C+T+l.bodyText.split(`
`).join(`
`+T)+d+r,h=h||p,v=p.replace(/[\n]/g,"")}n.add({kind:o.getSuggestionKind(c),label:h,documentation:o.fromMarkup(l.markdownDescription)||l.description,insertText:p,insertTextFormat:ge.Snippet,filterText:v}),a=!0}),!a&&typeof t.items=="object"&&!Array.isArray(t.items)&&this.addDefaultValueCompletions(t.items,r,n,i+1)},e.prototype.addEnumValueCompletions=function(t,r,n){if(We(t.const)&&n.add({kind:this.getSuggestionKind(t.type),label:this.getLabelForValue(t.const),insertText:this.getInsertTextForValue(t.const,r),insertTextFormat:ge.Snippet,documentation:this.fromMarkup(t.markdownDescription)||t.description}),Array.isArray(t.enum))for(var i=0,o=t.enum.length;i<o;i++){var a=t.enum[i],f=this.fromMarkup(t.markdownDescription)||t.description;t.markdownEnumDescriptions&&i<t.markdownEnumDescriptions.length&&this.doesSupportMarkdown()?f=this.fromMarkup(t.markdownEnumDescriptions[i]):t.enumDescriptions&&i<t.enumDescriptions.length&&(f=t.enumDescriptions[i]),n.add({kind:this.getSuggestionKind(t.type),label:this.getLabelForValue(a),insertText:this.getInsertTextForValue(a,r),insertTextFormat:ge.Snippet,documentation:f})}},e.prototype.collectTypes=function(t,r){if(Array.isArray(t.enum)||We(t.const))return;var n=t.type;Array.isArray(n)?n.forEach(function(i){return r[i]=!0}):r[n]=!0},e.prototype.addFillerValueCompletions=function(t,r,n){t.object&&n.add({kind:this.getSuggestionKind("object"),label:"{}",insertText:this.getInsertTextForGuessedValue({},r),insertTextFormat:ge.Snippet,detail:Mr("defaults.object","New object"),documentation:""}),t.array&&n.add({kind:this.getSuggestionKind("array"),label:"[]",insertText:this.getInsertTextForGuessedValue([],r),insertTextFormat:ge.Snippet,detail:Mr("defaults.array","New array"),documentation:""})},e.prototype.addBooleanValueCompletion=function(t,r,n){n.add({kind:this.getSuggestionKind("boolean"),label:t?"true":"false",insertText:this.getInsertTextForValue(t,r),insertTextFormat:ge.Snippet,documentation:""})},e.prototype.addNullValueCompletion=function(t,r){r.add({kind:this.getSuggestionKind("null"),label:"null",insertText:"null"+t,insertTextFormat:ge.Snippet,documentation:""})},e.prototype.addDollarSchemaCompletions=function(t,r){var n=this,i=this.schemaService.getRegisteredSchemaIds(function(o){return o==="http"||o==="https"});i.forEach(function(o){return r.add({kind:Ae.Module,label:n.getLabelForValue(o),filterText:n.getFilterTextForValue(o),insertText:n.getInsertTextForValue(o,t),insertTextFormat:ge.Snippet,documentation:""})})},e.prototype.getLabelForValue=function(t){return JSON.stringify(t)},e.prototype.getFilterTextForValue=function(t){return JSON.stringify(t)},e.prototype.getFilterTextForSnippetValue=function(t){return JSON.stringify(t).replace(/\$\{\d+:([^}]+)\}|\$\d+/g,"$1")},e.prototype.getLabelForSnippetValue=function(t){var r=JSON.stringify(t);return r.replace(/\$\{\d+:([^}]+)\}|\$\d+/g,"$1")},e.prototype.getInsertTextForPlainText=function(t){return t.replace(/[\\\$\}]/g,"\\$&")},e.prototype.getInsertTextForValue=function(t,r){var n=JSON.stringify(t,null," ");return n==="{}"?"{$1}"+r:n==="[]"?"[$1]"+r:this.getInsertTextForPlainText(n+r)},e.prototype.getInsertTextForSnippetValue=function(t,r){var n=function(i){return typeof i=="string"&&i[0]==="^"?i.substr(1):JSON.stringify(i)};return Ir(t,"",n)+r},e.prototype.getInsertTextForGuessedValue=function(t,r){switch(typeof t){case"object":return t===null?"${1:null}"+r:this.getInsertTextForValue(t,r);case"string":var n=JSON.stringify(t);return n=n.substr(1,n.length-2),n=this.getInsertTextForPlainText(n),'"${1:'+n+'}"'+r;case"number":case"boolean":return"${1:"+JSON.stringify(t)+"}"+r}return this.getInsertTextForValue(t,r)},e.prototype.getSuggestionKind=function(t){if(Array.isArray(t)){var r=t;t=r.length>0?r[0]:null}if(!t)return Ae.Value;switch(t){case"string":return Ae.Value;case"object":return Ae.Module;case"property":return Ae.Property;default:return Ae.Value}},e.prototype.getLabelTextForMatchingNode=function(t,r){switch(t.type){case"array":return"[]";case"object":return"{}";default:var n=r.getText().substr(t.offset,t.length);return n}},e.prototype.getInsertTextForMatchingNode=function(t,r,n){switch(t.type){case"array":return this.getInsertTextForValue([],n);case"object":return this.getInsertTextForValue({},n);default:var i=r.getText().substr(t.offset,t.length)+n;return this.getInsertTextForPlainText(i)}},e.prototype.getInsertTextForProperty=function(t,r,n,i){var o=this.getInsertTextForValue(t,"");if(!n)return o;var a=o+": ",f,u=0;if(r){if(Array.isArray(r.defaultSnippets)){if(r.defaultSnippets.length===1){var s=r.defaultSnippets[0].body;We(s)&&(f=this.getInsertTextForSnippetValue(s,""))}u+=r.defaultSnippets.length}if(r.enum&&(!f&&r.enum.length===1&&(f=this.getInsertTextForGuessedValue(r.enum[0],"")),u+=r.enum.length),We(r.default)&&(f||(f=this.getInsertTextForGuessedValue(r.default,"")),u++),Array.isArray(r.examples)&&r.examples.length&&(f||(f=this.getInsertTextForGuessedValue(r.examples[0],"")),u+=r.examples.length),u===0){var l=Array.isArray(r.type)?r.type[0]:r.type;l||(r.properties?l="object":r.items&&(l="array"));switch(l){case"boolean":f="$1";break;case"string":f='"$1"';break;case"object":f="{$1}";break;case"array":f="[$1]";break;case"number":case"integer":f="${1:0}";break;case"null":f="${1:null}";break;default:return o}}}return(!f||u>1)&&(f="$1"),a+f+i},e.prototype.getCurrentWord=function(t,r){for(var n=r-1,i=t.getText();n>=0&&`
\r\v":{[,]}`.indexOf(i.charAt(n))===-1;)n--;return i.substring(n+1,r)},e.prototype.evaluateSeparatorAfter=function(t,r){var n=ct(t.getText(),!0);n.setPosition(r);var i=n.scan();switch(i){case 5:case 2:case 4:case 17:return"";default:return","}},e.prototype.findItemAtOffset=function(t,r,n){for(var i=ct(r.getText(),!0),o=t.items,a=o.length-1;a>=0;a--){var f=o[a];if(n>f.offset+f.length){i.setPosition(f.offset+f.length);var u=i.scan();return u===5&&n>=i.getTokenOffset()+i.getTokenLength()?a+1:a}else if(n>=f.offset)return a}return 0},e.prototype.isInComment=function(t,r,n){var i=ct(t.getText(),!1);i.setPosition(r);for(var o=i.scan();o!==17&&i.getTokenOffset()+i.getTokenLength()<n;)o=i.scan();return(o===12||o===13)&&i.getTokenOffset()<=n},e.prototype.fromMarkup=function(t){return t&&this.doesSupportMarkdown()?{kind:qe.Markdown,value:t}:void 0},e.prototype.doesSupportMarkdown=function(){if(!We(this.supportsMarkdown)){var t=this.clientCapabilities.textDocument&&this.clientCapabilities.textDocument.completion;this.supportsMarkdown=t&&t.completionItem&&Array.isArray(t.completionItem.documentationFormat)&&t.completionItem.documentationFormat.indexOf(qe.Markdown)!==-1}return this.supportsMarkdown},e.prototype.doesSupportsCommitCharacters=function(){if(!We(this.supportsCommitCharacters)){var t=this.clientCapabilities.textDocument&&this.clientCapabilities.textDocument.completion;this.supportsCommitCharacters=t&&t.completionItem&&!!t.completionItem.commitCharactersSupport}return this.supportsCommitCharacters},e}(),Ra=function(){function e(t,r,n){r===void 0&&(r=[]),this.schemaService=t,this.contributions=r,this.promise=n||Promise}return e.prototype.doHover=function(t,r,n){var i=t.offsetAt(r),o=n.getNodeFromOffset(i);if(!o||(o.type==="object"||o.type==="array")&&i>o.offset+1&&i<o.offset+o.length-1)return this.promise.resolve(null);var a=o;if(o.type==="string"){var f=o.parent;if(f&&f.type==="property"&&f.keyNode===o&&(o=f.valueNode,!o))return this.promise.resolve(null)}for(var u=se.create(t.positionAt(a.offset),t.positionAt(a.offset+a.length)),s=function(p){var v={contents:p,range:u};return v},l=xr(o),c=this.contributions.length-1;c>=0;c--){var m=this.contributions[c],h=m.getInfoContribution(t.uri,l);if(h)return h.then(function(p){return s(p)})}return this.schemaService.getSchemaForResource(t.uri,n).then(function(p){if(p){var v=n.getMatchingSchemas(p.schema,o.offset),A=null,b=null,C=null,d=null;v.every(function(g){if(g.node===o&&!g.inverted&&g.schema&&(A=A||g.schema.title,b=b||g.schema.markdownDescription||Fr(g.schema.description),g.schema.enum)){var w=g.schema.enum.indexOf(Ge(o));g.schema.markdownEnumDescriptions?C=g.schema.markdownEnumDescriptions[w]:g.schema.enumDescriptions&&(C=Fr(g.schema.enumDescriptions[w])),C&&(d=g.schema.enum[w],typeof d!="string"&&(d=JSON.stringify(d)))}return!0});var T="";return A&&(T=Fr(A)),b&&(T.length>0&&(T+=`
`),T+=b),C&&(T.length>0&&(T+=`
`),T+="`"+Ba(d)+"`: "+C),s([T])}return null})},e}();function Fr(e){if(e){var t=e.replace(/([^\n\r])(\r?\n)([^\n\r])/gm,`$1
$3`);return t.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}return}function Ba(e){return e.indexOf("`")!==-1?"`` "+e+" ``":e}var Or=Z("xiP/"),$e=ht(),Wa=function(){function e(t){try{this.patternRegExp=new RegExp(Pa(t)+"$")}catch(r){this.patternRegExp=null}this.schemas=[]}return e.prototype.addSchema=function(t){this.schemas.push(t)},e.prototype.matchesPattern=function(t){return this.patternRegExp&&this.patternRegExp.test(t)},e.prototype.getSchemas=function(){return this.schemas},e}(),Va=function(){function e(t,r,n){this.service=t,this.url=r,this.dependencies={},n&&(this.unresolvedSchema=this.service.promise.resolve(new dt(n)))}return e.prototype.getUnresolvedSchema=function(){return this.unresolvedSchema||(this.unresolvedSchema=this.service.loadSchema(this.url)),this.unresolvedSchema},e.prototype.getResolvedSchema=function(){var t=this;return this.resolvedSchema||(this.resolvedSchema=this.getUnresolvedSchema().then(function(r){return t.service.resolveSchemaContent(r,t.url,t.dependencies)})),this.resolvedSchema},e.prototype.clearSchema=function(){this.resolvedSchema=null,this.unresolvedSchema=null,this.dependencies={}},e}(),dt=function(){function e(t,r){r===void 0&&(r=[]),this.schema=t,this.errors=r}return e}(),Di=function(){function e(t,r){r===void 0&&(r=[]),this.schema=t,this.errors=r}return e.prototype.getSection=function(t){return we(this.getSectionRecursive(t,this.schema))},e.prototype.getSectionRecursive=function(t,r){if(!r||typeof r=="boolean"||t.length===0)return r;var n=t.shift();if(r.properties&&typeof r.properties[n])return this.getSectionRecursive(t,r.properties[n]);if(r.patternProperties)for(var i=0,o=Object.keys(r.patternProperties);i<o.length;i++){var a=o[i],f=new RegExp(a);if(f.test(n))return this.getSectionRecursive(t,r.patternProperties[a])}else{if(typeof r.additionalProperties=="object")return this.getSectionRecursive(t,r.additionalProperties);if(n.match("[0-9]+")){if(Array.isArray(r.items)){var u=parseInt(n,10);if(!isNaN(u)&&r.items[u])return this.getSectionRecursive(t,r.items[u])}else if(r.items)return this.getSectionRecursive(t,r.items)}}return null},e}(),qa=function(){function e(t,r,n){this.contextService=r,this.requestService=t,this.promiseConstructor=n||Promise,this.callOnDispose=[],this.contributionSchemas={},this.contributionAssociations={},this.schemasById={},this.filePatternAssociations=[],this.filePatternAssociationById={},this.registeredSchemasIds={}}return e.prototype.getRegisteredSchemaIds=function(t){return Object.keys(this.registeredSchemasIds).filter(function(r){var n=Or.a.parse(r).scheme;return n!=="schemaservice"&&(!t||t(n))})},Object.defineProperty(e.prototype,"promise",{get:function(){return this.promiseConstructor},enumerable:!0,configurable:!0}),e.prototype.dispose=function(){for(;this.callOnDispose.length>0;)this.callOnDispose.pop()()},e.prototype.onResourceChange=function(t){var r=this,n=!1;t=this.normalizeId(t);for(var i=[t],o=Object.keys(this.schemasById).map(function(s){return r.schemasById[s]});i.length;)for(var a=i.pop(),f=0;f<o.length;f++){var u=o[f];u&&(u.url===a||u.dependencies[a])&&(u.url!==a&&i.push(u.url),u.clearSchema(),o[f]=void 0,n=!0)}return n},e.prototype.normalizeId=function(t){try{return Or.a.parse(t).toString()}catch(r){return t}},e.prototype.setSchemaContributions=function(t){if(t.schemas){var r=t.schemas;for(var n in r){var i=this.normalizeId(n);this.contributionSchemas[i]=this.addSchemaHandle(i,r[n])}}if(t.schemaAssociations){var o=t.schemaAssociations;for(var a in o){var f=o[a];this.contributionAssociations[a]=f;for(var u=this.getOrAddFilePatternAssociation(a),s=0,l=f;s<l.length;s++){var c=l[s],n=this.normalizeId(c);u.addSchema(n)}}}},e.prototype.addSchemaHandle=function(t,r){var n=new Va(this,t,r);return this.schemasById[t]=n,n},e.prototype.getOrAddSchemaHandle=function(t,r){return this.schemasById[t]||this.addSchemaHandle(t,r)},e.prototype.getOrAddFilePatternAssociation=function(t){var r=this.filePatternAssociationById[t];return r||(r=new Wa(t),this.filePatternAssociationById[t]=r,this.filePatternAssociations.push(r)),r},e.prototype.registerExternalSchema=function(t,r,n){r===void 0&&(r=null);var i=this.normalizeId(t);if(this.registeredSchemasIds[i]=!0,r)for(var o=0,a=r;o<a.length;o++){var f=a[o];this.getOrAddFilePatternAssociation(f).addSchema(i)}return n?this.addSchemaHandle(i,n):this.getOrAddSchemaHandle(i)},e.prototype.clearExternalSchemas=function(){this.schemasById={},this.filePatternAssociations=[],this.filePatternAssociationById={},this.registeredSchemasIds={};for(var t in this.contributionSchemas)this.schemasById[t]=this.contributionSchemas[t],this.registeredSchemasIds[t]=!0;for(var r in this.contributionAssociations)for(var n=this.getOrAddFilePatternAssociation(r),i=0,o=this.contributionAssociations[r];i<o.length;i++){var a=o[i],t=this.normalizeId(a);n.addSchema(t)}},e.prototype.getResolvedSchema=function(t){var r=this.normalizeId(t),n=this.schemasById[r];return n?n.getResolvedSchema():this.promise.resolve(null)},e.prototype.loadSchema=function(t){if(!this.requestService){var r=$e("json.schema.norequestservice","Unable to load schema from '{0}'. No schema request service available",Gt(t));return this.promise.resolve(new dt({},[r]))}return this.requestService(t).then(function(n){if(!n){var i=$e("json.schema.nocontent","Unable to load schema from '{0}': No content.",Gt(t));return new dt({},[i])}var o={},a=[];o=pa(n,a);var f=a.length?[$e("json.schema.invalidFormat","Unable to parse content from '{0}': Parse error at offset {1}.",Gt(t),a[0].offset)]:[];return new dt(o,f)},function(n){var i=n.toString(),o=n.toString().split("Error: ");return o.length>1&&(i=o[1]),Ht(i,".")&&(i=i.substr(0,i.length-1)),new dt({},[$e("json.schema.nocontent","Unable to load schema from '{0}': {1}.",Gt(t),i)])})},e.prototype.resolveSchemaContent=function(t,r,n){var i=this,o=t.errors.slice(0),a=t.schema;if(a.$schema){var f=this.normalizeId(a.$schema);if(f==="http://json-schema.org/draft-03/schema")return this.promise.resolve(new Di({},[$e("json.schema.draft03.notsupported","Draft-03 schemas are not supported.")]));f==="https://json-schema.org/draft/2019-09/schema"&&t.errors.push($e("json.schema.draft201909.notsupported","Draft 2019-09 schemas are not yet fully supported."))}var u=this.contextService,s=function(h,p){if(!p)return h;var v=h;return p[0]==="/"&&(p=p.substr(1)),p.split("/").some(function(A){return v=v[A],!v}),v},l=function(h,p,v,A){var b=s(p,A);if(b)for(var C in b)b.hasOwnProperty(C)&&!h.hasOwnProperty(C)&&(h[C]=b[C]);else o.push($e("json.schema.invalidref","$ref '{0}' in '{1}' can not be resolved.",A,v))},c=function(h,p,v,A,b){u&&!/^\w+:\/\/.*/.test(p)&&(p=u.resolveRelativePath(p,A)),p=i.normalizeId(p);var C=i.getOrAddSchemaHandle(p);return C.getUnresolvedSchema().then(function(d){if(b[p]=!0,d.errors.length){var T=v?p+"#"+v:p;o.push($e("json.schema.problemloadingref","Problems loading reference '{0}': {1}",T,d.errors[0]))}return l(h,d.schema,p,v),m(h,d.schema,p,C.dependencies)})},m=function(h,p,v,A){if(!h||typeof h!="object")return Promise.resolve(null);for(var b=[h],C=[],d=[],T=function(){for(var y=[],E=0;E<arguments.length;E++)y[E]=arguments[E];for(var S=0,F=y;S<F.length;S++){var B=F[S];typeof B=="object"&&b.push(B)}},g=function(){for(var y=[],E=0;E<arguments.length;E++)y[E]=arguments[E];for(var S=0,F=y;S<F.length;S++){var B=F[S];if(typeof B=="object")for(var K in B){var le=B[K];typeof le=="object"&&b.push(le)}}},w=function(){for(var y=[],E=0;E<arguments.length;E++)y[E]=arguments[E];for(var S=0,F=y;S<F.length;S++){var B=F[S];if(Array.isArray(B))for(var K=0,le=B;K<le.length;K++){var Ee=le[K];typeof Ee=="object"&&b.push(Ee)}}},_=function(y){for(var E=[];y.$ref;){var S=y.$ref,F=S.split("#",2);if(delete y.$ref,F[0].length>0){d.push(c(y,F[0],F[1],v,A));return}else E.indexOf(S)===-1&&(l(y,p,v,F[1]),E.push(S))}T(y.items,y.additionalProperties,y.not,y.contains,y.propertyNames,y.if,y.then,y.else),g(y.definitions,y.properties,y.patternProperties,y.dependencies),w(y.anyOf,y.allOf,y.oneOf,y.items)};b.length;){var k=b.pop();if(C.indexOf(k)>=0)continue;C.push(k),_(k)}return i.promise.all(d)};return m(a,a,r,n).then(function(h){return new Di(a,o)})},e.prototype.getSchemaForResource=function(t,r){if(r&&r.root&&r.root.type==="object"){var n=r.root.properties.filter(function(p){return p.keyNode.value==="$schema"&&p.valueNode&&p.valueNode.type==="string"});if(n.length>0){var i=Ge(n[0].valueNode);if(i&&Oa(i,".")&&this.contextService&&(i=this.contextService.resolveRelativePath(i,t)),i){var o=this.normalizeId(i);return this.getOrAddSchemaHandle(o).getResolvedSchema()}}}for(var a=Object.create(null),f=[],u=0,s=this.filePatternAssociations;u<s.length;u++){var l=s[u];if(l.matchesPattern(t))for(var c=0,m=l.getSchemas();c<m.length;c++){var h=m[c];a[h]||(f.push(h),a[h]=!0)}}return f.length>0?this.createCombinedSchema(t,f).getResolvedSchema():this.promise.resolve(null)},e.prototype.createCombinedSchema=function(t,r){if(r.length===1)return this.getOrAddSchemaHandle(r[0]);var n="schemaservice://combinedSchema/"+encodeURIComponent(t),i={allOf:r.map(function(o){return{$ref:o}})};return this.addSchemaHandle(n,i)},e}();function Gt(e){try{var t=Or.a.parse(e);if(t.scheme==="file")return t.fsPath}catch(r){}return e}var Ha=ht(),Ga=function(){function e(t,r){this.jsonSchemaService=t,this.promise=r,this.validationEnabled=!0}return e.prototype.configure=function(t){t&&(this.validationEnabled=t.validate,this.commentSeverity=t.allowComments?void 0:z.Error)},e.prototype.doValidation=function(t,r,n,i){var o=this;if(!this.validationEnabled)return this.promise.resolve([]);var a=[],f={},u=function(c){var m=c.range.start.line+" "+c.range.start.character+" "+c.message;f[m]||(f[m]=!0,a.push(c))},s=function(c){var m=n?Ri(n.trailingCommas):z.Error,h=n?Ri(n.comments):o.commentSeverity;if(c){if(c.errors.length&&r.root){var p=r.root,v=p.type==="object"?p.properties[0]:null;if(v&&v.keyNode.value==="$schema"){var A=v.valueNode||v,b=se.create(t.positionAt(A.offset),t.positionAt(A.offset+A.length));u(Ve.create(b,c.errors[0],z.Warning,re.SchemaResolveError))}else{var b=se.create(t.positionAt(p.offset),t.positionAt(p.offset+1));u(Ve.create(b,c.errors[0],z.Warning,re.SchemaResolveError))}}else{var C=r.validate(t,c.schema);C&&C.forEach(u)}ji(c.schema)&&(h=void 0),Ui(c.schema)&&(m=void 0)}for(var d=0,T=r.syntaxErrors;d<T.length;d++){var g=T[d];if(g.code===re.TrailingComma){if(typeof m!="number")continue;g.severity=m}u(g)}if(typeof h=="number"){var w=Ha("InvalidCommentToken","Comments are not permitted in JSON.");r.comments.forEach(function(_){u(Ve.create(_,w,h,re.CommentNotPermitted))})}return a};if(i){var l=i.id||"schemaservice://untitled/"+$a++;return this.jsonSchemaService.resolveSchemaContent(new dt(i),l,{}).then(function(c){return s(c)})}return this.jsonSchemaService.getSchemaForResource(t.uri,r).then(function(c){return s(c)})},e}(),$a=0;function ji(e){if(e&&typeof e=="object"){if(Pe(e.allowComments))return e.allowComments;if(e.allOf)for(var t=0,r=e.allOf;t<r.length;t++){var n=r[t],i=ji(n);if(Pe(i))return i}}return}function Ui(e){if(e&&typeof e=="object"){if(Pe(e.allowTrailingCommas))return e.allowTrailingCommas;if(Pe(e.allowsTrailingCommas))return e.allowsTrailingCommas;if(e.allOf)for(var t=0,r=e.allOf;t<r.length;t++){var n=r[t],i=Ui(n);if(Pe(i))return i}}return}function Ri(e){switch(e){case"error":return z.Error;case"warning":return z.Warning;case"ignore":return}return}var Bi=48,Ya=57,Ja=65,$t=97,za=102;function de(e){return e<Bi?0:e<=Ya?e-Bi:(e<$t&&(e+=$t-Ja),e>=$t&&e<=za?e-$t+10:0)}function Qa(e){if(e[0]!=="#")return null;switch(e.length){case 4:return{red:de(e.charCodeAt(1))*17/255,green:de(e.charCodeAt(2))*17/255,blue:de(e.charCodeAt(3))*17/255,alpha:1};case 5:return{red:de(e.charCodeAt(1))*17/255,green:de(e.charCodeAt(2))*17/255,blue:de(e.charCodeAt(3))*17/255,alpha:de(e.charCodeAt(4))*17/255};case 7:return{red:(de(e.charCodeAt(1))*16+de(e.charCodeAt(2)))/255,green:(de(e.charCodeAt(3))*16+de(e.charCodeAt(4)))/255,blue:(de(e.charCodeAt(5))*16+de(e.charCodeAt(6)))/255,alpha:1};case 9:return{red:(de(e.charCodeAt(1))*16+de(e.charCodeAt(2)))/255,green:(de(e.charCodeAt(3))*16+de(e.charCodeAt(4)))/255,blue:(de(e.charCodeAt(5))*16+de(e.charCodeAt(6)))/255,alpha:(de(e.charCodeAt(7))*16+de(e.charCodeAt(8)))/255}}return null}function Uu(e,t,r,n){return n===void 0&&(n=1),{red:e/255,green:t/255,blue:r/255,alpha:n}}var Za=function(){function e(t){this.schemaService=t}return e.prototype.findDocumentSymbols=function(t,r,n){var i=this;n===void 0&&(n={resultLimit:Number.MAX_VALUE});var o=r.root;if(!o)return null;var a=n.resultLimit,f=t.uri;if((f==="vscode://defaultsettings/keybindings.json"||Ht(f.toLowerCase(),"/user/keybindings.json"))&&o.type==="array"){for(var u=[],s=0,l=o.items;s<l.length;s++){var c=l[s];if(c.type==="object")for(var m=0,h=c.properties;m<h.length;m++){var p=h[m];if(p.keyNode.value==="key"&&p.valueNode){var v=Ct.create(t.uri,Ye(t,c));if(u.push({name:Ge(p.valueNode),kind:je.Function,location:v}),a--,a<=0)return n&&n.onResultLimitExceeded&&n.onResultLimitExceeded(f),u}}}return u}for(var A=[{node:o,containerName:""}],b=0,C=!1,d=[],T=function(w,_){w.type==="array"?w.items.forEach(function(k){k&&A.push({node:k,containerName:_})}):w.type==="object"&&w.properties.forEach(function(k){var y=k.valueNode;if(y)if(a>0){a--;var E=Ct.create(t.uri,Ye(t,k)),S=_?_+"."+k.keyNode.value:k.keyNode.value;d.push({name:i.getKeyLabel(k),kind:i.getSymbolKind(y.type),location:E,containerName:_}),A.push({node:y,containerName:S})}else C=!0})};b<A.length;){var g=A[b++];T(g.node,g.containerName)}return C&&n&&n.onResultLimitExceeded&&n.onResultLimitExceeded(f),d},e.prototype.findDocumentSymbols2=function(t,r,n){var i=this;n===void 0&&(n={resultLimit:Number.MAX_VALUE});var o=r.root;if(!o)return null;var a=n.resultLimit,f=t.uri;if((f==="vscode://defaultsettings/keybindings.json"||Ht(f.toLowerCase(),"/user/keybindings.json"))&&o.type==="array"){for(var u=[],s=0,l=o.items;s<l.length;s++){var c=l[s];if(c.type==="object")for(var m=0,h=c.properties;m<h.length;m++){var p=h[m];if(p.keyNode.value==="key"&&p.valueNode){var v=Ye(t,c),A=Ye(t,p.keyNode);if(u.push({name:Ge(p.valueNode),kind:je.Function,range:v,selectionRange:A}),a--,a<=0)return n&&n.onResultLimitExceeded&&n.onResultLimitExceeded(f),u}}}return u}for(var b=[],C=[{node:o,result:b}],d=0,T=!1,g=function(_,k){_.type==="array"?_.items.forEach(function(y,E){if(y)if(a>0){a--;var S=Ye(t,y),F=S,B=String(E),K={name:B,kind:i.getSymbolKind(y.type),range:S,selectionRange:F,children:[]};k.push(K),C.push({result:K.children,node:y})}else T=!0}):_.type==="object"&&_.properties.forEach(function(y){var E=y.valueNode;if(E)if(a>0){a--;var S=Ye(t,y),F=Ye(t,y.keyNode),B={name:i.getKeyLabel(y),kind:i.getSymbolKind(E.type),range:S,selectionRange:F,children:[]};k.push(B),C.push({result:B.children,node:E})}else T=!0})};d<C.length;){var w=C[d++];g(w.node,w.result)}return T&&n&&n.onResultLimitExceeded&&n.onResultLimitExceeded(f),b},e.prototype.getSymbolKind=function(t){switch(t){case"object":return je.Module;case"string":return je.String;case"number":return je.Number;case"array":return je.Array;case"boolean":return je.Boolean;default:return je.Variable}},e.prototype.getKeyLabel=function(t){var r=t.keyNode.value;return r&&(r=r.replace(/[\n]/g,"\u21B5")),r&&r.trim()?r:'"'+r+'"'},e.prototype.findDocumentColors=function(t,r,n){return this.schemaService.getSchemaForResource(t.uri,r).then(function(i){var o=[];if(i)for(var a=n&&typeof n.resultLimit=="number"?n.resultLimit:Number.MAX_VALUE,f=r.getMatchingSchemas(i.schema),u={},s=0,l=f;s<l.length;s++){var c=l[s];if(!c.inverted&&c.schema&&(c.schema.format==="color"||c.schema.format==="color-hex")&&c.node&&c.node.type==="string"){var m=String(c.node.offset);if(!u[m]){var h=Qa(Ge(c.node));if(h){var p=Ye(t,c.node);o.push({color:h,range:p})}if(u[m]=!0,a--,a<=0)return n&&n.onResultLimitExceeded&&n.onResultLimitExceeded(t.uri),o}}}return o})},e.prototype.getColorPresentations=function(t,r,n,i){var o=[],a=Math.round(n.red*255),f=Math.round(n.green*255),u=Math.round(n.blue*255);function s(c){var m=c.toString(16);return m.length!==2?"0"+m:m}var l;return n.alpha===1?l="#"+s(a)+s(f)+s(u):l="#"+s(a)+s(f)+s(u)+s(Math.round(n.alpha*255)),o.push({label:l,textEdit:De.replace(i,JSON.stringify(l))}),o},e}();function Ye(e,t){return se.create(e.positionAt(t.offset),e.positionAt(t.offset+t.length))}var G=ht(),Pr={schemaAssociations:{},schemas:{"http://json-schema.org/draft-04/schema#":{title:G("schema.json","Describes a JSON file using a schema. See json-schema.org for more info."),$schema:"http://json-schema.org/draft-04/schema#",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},positiveInteger:{type:"integer",minimum:0},positiveIntegerDefault0:{allOf:[{$ref:"#/definitions/positiveInteger"},{default:0}]},simpleTypes:{type:"string",enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},minItems:1,uniqueItems:!0}},type:"object",properties:{id:{type:"string",format:"uri"},$schema:{type:"string",format:"uri"},title:{type:"string"},description:{type:"string"},default:{},multipleOf:{type:"number",minimum:0,exclusiveMinimum:!0},maximum:{type:"number"},exclusiveMaximum:{type:"boolean",default:!1},minimum:{type:"number"},exclusiveMinimum:{type:"boolean",default:!1},maxLength:{allOf:[{$ref:"#/definitions/positiveInteger"}]},minLength:{allOf:[{$ref:"#/definitions/positiveIntegerDefault0"}]},pattern:{type:"string",format:"regex"},additionalItems:{anyOf:[{type:"boolean"},{$ref:"#"}],default:{}},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:{}},maxItems:{allOf:[{$ref:"#/definitions/positiveInteger"}]},minItems:{allOf:[{$ref:"#/definitions/positiveIntegerDefault0"}]},uniqueItems:{type:"boolean",default:!1},maxProperties:{allOf:[{$ref:"#/definitions/positiveInteger"}]},minProperties:{allOf:[{$ref:"#/definitions/positiveIntegerDefault0"}]},required:{allOf:[{$ref:"#/definitions/stringArray"}]},additionalProperties:{anyOf:[{type:"boolean"},{$ref:"#"}],default:{}},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},enum:{type:"array",minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{anyOf:[{type:"string",enum:["date-time","uri","email","hostname","ipv4","ipv6","regex"]},{type:"string"}]},allOf:{allOf:[{$ref:"#/definitions/schemaArray"}]},anyOf:{allOf:[{$ref:"#/definitions/schemaArray"}]},oneOf:{allOf:[{$ref:"#/definitions/schemaArray"}]},not:{allOf:[{$ref:"#"}]}},dependencies:{exclusiveMaximum:["maximum"],exclusiveMinimum:["minimum"]},default:{}},"http://json-schema.org/draft-07/schema#":{title:G("schema.json","Describes a JSON file using a schema. See json-schema.org for more info."),definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}}},Xa={id:G("schema.json.id","A unique identifier for the schema."),$schema:G("schema.json.$schema","The schema to verify this document against."),title:G("schema.json.title","A descriptive title of the element."),description:G("schema.json.description","A long description of the element. Used in hover menus and suggestions."),default:G("schema.json.default","A default value. Used by suggestions."),multipleOf:G("schema.json.multipleOf","A number that should cleanly divide the current value (i.e. have no remainder)."),maximum:G("schema.json.maximum","The maximum numerical value, inclusive by default."),exclusiveMaximum:G("schema.json.exclusiveMaximum","Makes the maximum property exclusive."),minimum:G("schema.json.minimum","The minimum numerical value, inclusive by default."),exclusiveMinimum:G("schema.json.exclusiveMininum","Makes the minimum property exclusive."),maxLength:G("schema.json.maxLength","The maximum length of a string."),minLength:G("schema.json.minLength","The minimum length of a string."),pattern:G("schema.json.pattern","A regular expression to match the string against. It is not implicitly anchored."),additionalItems:G("schema.json.additionalItems","For arrays, only when items is set as an array. If it is a schema, then this schema validates items after the ones specified by the items array. If it is false, then additional items will cause validation to fail."),items:G("schema.json.items","For arrays. Can either be a schema to validate every element against or an array of schemas to validate each item against in order (the first schema will validate the first element, the second schema will validate the second element, and so on."),maxItems:G("schema.json.maxItems","The maximum number of items that can be inside an array. Inclusive."),minItems:G("schema.json.minItems","The minimum number of items that can be inside an array. Inclusive."),uniqueItems:G("schema.json.uniqueItems","If all of the items in the array must be unique. Defaults to false."),maxProperties:G("schema.json.maxProperties","The maximum number of properties an object can have. Inclusive."),minProperties:G("schema.json.minProperties","The minimum number of properties an object can have. Inclusive."),required:G("schema.json.required","An array of strings that lists the names of all properties required on this object."),additionalProperties:G("schema.json.additionalProperties","Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail."),definitions:G("schema.json.definitions","Not used for validation. Place subschemas here that you wish to reference inline with $ref."),properties:G("schema.json.properties","A map of property names to schemas for each property."),patternProperties:G("schema.json.patternProperties","A map of regular expressions on property names to schemas for matching properties."),dependencies:G("schema.json.dependencies","A map of property names to either an array of property names or a schema. An array of property names means the property named in the key depends on the properties in the array being present in the object in order to be valid. If the value is a schema, then the schema is only applied to the object if the property in the key exists on the object."),enum:G("schema.json.enum","The set of literal values that are valid."),type:G("schema.json.type","Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types."),format:G("schema.json.format","Describes the format expected for the value."),allOf:G("schema.json.allOf","An array of schemas, all of which must match."),anyOf:G("schema.json.anyOf","An array of schemas, where at least one must match."),oneOf:G("schema.json.oneOf","An array of schemas, exactly one of which must match."),not:G("schema.json.not","A schema which must not match."),$id:G("schema.json.$id","A unique identifier for the schema."),$ref:G("schema.json.$ref","Reference a definition hosted on any location."),$comment:G("schema.json.$comment","Comments from schema authors to readers or maintainers of the schema."),readOnly:G("schema.json.readOnly","Indicates that the value of the instance is managed exclusively by the owning authority."),examples:G("schema.json.examples","Sample JSON values associated with a particular schema, for the purpose of illustrating usage."),contains:G("schema.json.contains",'An array instance is valid against "contains" if at least one of its elements is valid against the given schema.'),propertyNames:G("schema.json.propertyNames","If the instance is an object, this keyword validates if every property name in the instance validates against the provided schema."),const:G("schema.json.const","An instance validates successfully against this keyword if its value is equal to the value of the keyword."),contentMediaType:G("schema.json.contentMediaType","Describes the media type of a string property."),contentEncoding:G("schema.json.contentEncoding","Describes the content encoding of a string property."),if:G("schema.json.if",'The validation outcome of the "if" subschema controls which of the "then" or "else" keywords are evaluated.'),then:G("schema.json.then",'The "if" subschema is used for validation when the "if" subschema succeeds.'),else:G("schema.json.else",'The "else" subschema is used for validation when the "if" subschema fails.')};for(var Ka in Pr.schemas){var Dr=Pr.schemas[Ka];for(var kt in Dr.properties){var jr=Dr.properties[kt];jr===!0&&(jr=Dr.properties[kt]={});var Wi=Xa[kt];Wi?jr.description=Wi:console.log(kt+": localize('schema.json."+kt+`', "")`)}}function es(e,t){var r=[],n=[],i=[],o=-1,a=ct(e.getText(),!1),f=a.scan();function u(E){r.push(E),n.push(i.length)}for(;f!==17;){switch(f){case 1:case 3:{var s=e.positionAt(a.getTokenOffset()).line,l={startLine:s,endLine:s,kind:f===1?"object":"array"};i.push(l);break}case 2:case 4:{var c=f===2?"object":"array";if(i.length>0&&i[i.length-1].kind===c){var l=i.pop(),m=e.positionAt(a.getTokenOffset()).line;l&&m>l.startLine+1&&o!==l.startLine&&(l.endLine=m-1,u(l),o=l.startLine)}break}case 13:{var s=e.positionAt(a.getTokenOffset()).line,h=e.positionAt(a.getTokenOffset()+a.getTokenLength()).line;a.getTokenError()===1&&s+1<e.lineCount?a.setPosition(e.offsetAt(Fe.create(s+1,0))):s<h&&(u({startLine:s,endLine:h,kind:At.Comment}),o=s);break}case 12:{var p=e.getText().substr(a.getTokenOffset(),a.getTokenLength()),v=p.match(/^\/\/\s*#(region\b)|(endregion\b)/);if(v){var m=e.positionAt(a.getTokenOffset()).line;if(v[1]){var l={startLine:m,endLine:m,kind:At.Region};i.push(l)}else{for(var A=i.length-1;A>=0&&i[A].kind!==At.Region;)A--;if(A>=0){var l=i[A];i.length=A,m>l.startLine&&o!==l.startLine&&(l.endLine=m,u(l),o=l.startLine)}}}break}}f=a.scan()}var b=t&&t.rangeLimit;if(typeof b!="number"||r.length<=b)return r;t&&t.onRangeLimitExceeded&&t.onRangeLimitExceeded(e.uri);for(var C=[],d=0,T=n;d<T.length;d++){var g=T[d];g<30&&(C[g]=(C[g]||0)+1)}for(var w=0,_=0,A=0;A<C.length;A++){var k=C[A];if(k){if(k+w>b){_=A;break}w+=k}}for(var y=[],A=0;A<r.length;A++){var g=n[A];typeof g=="number"&&((g<_||g===_&&w++<b)&&y.push(r[A]))}return y}function ts(e,t,r){function n(f){for(var u=e.offsetAt(f),s=r.getNodeFromOffset(u,!0),l=[];s;){switch(s.type){case"string":case"object":case"array":var c=s.offset+1,m=s.offset+s.length-1;c<m&&u>=c&&u<=m&&l.push(i(c,m)),l.push(i(s.offset,s.offset+s.length));break;case"number":case"boolean":case"null":case"property":l.push(i(s.offset,s.offset+s.length));break}if(s.type==="property"||s.parent&&s.parent.type==="array"){var h=a(s.offset+s.length,5);h!==-1&&l.push(i(s.offset,h))}s=s.parent}for(var p=void 0,v=l.length-1;v>=0;v--)p=qt.create(l[v],p);return p||(p=qt.create(se.create(f,f))),p}function i(f,u){return se.create(e.positionAt(f),e.positionAt(u))}var o=ct(e.getText(),!0);function a(f,u){o.setPosition(f);var s=o.scan();return s===u?o.getTokenOffset()+o.getTokenLength():-1}return t.map(n)}function rs(e){var t=e.promiseConstructor||Promise,r=new qa(e.schemaRequestService,e.workspaceContext,t);r.setSchemaContributions(Pr);var n=new Ua(r,e.contributions,t,e.clientCapabilities),i=new Ra(r,e.contributions,t),o=new Za(r),a=new Ga(r,t);return{configure:function(f){r.clearExternalSchemas(),f.schemas&&f.schemas.forEach(function(u){r.registerExternalSchema(u.uri,u.fileMatch,u.schema)}),a.configure(f)},resetSchema:function(f){return r.onResourceChange(f)},doValidation:a.doValidation.bind(a),parseJSONDocument:function(f){return Fa(f,{collectComments:!0})},newJSONDocument:function(f,u){return Ma(f,u)},doResolve:n.doResolve.bind(n),doComplete:n.doComplete.bind(n),findDocumentSymbols:o.findDocumentSymbols.bind(o),findDocumentSymbols2:o.findDocumentSymbols2.bind(o),findColorSymbols:function(f,u){return o.findDocumentColors(f,u).then(function(s){return s.map(function(l){return l.range})})},findDocumentColors:o.findDocumentColors.bind(o),getColorPresentations:o.getColorPresentations.bind(o),doHover:i.doHover.bind(i),getFoldingRanges:es,getSelectionRanges:ts,format:function(f,u,s){var l=void 0;if(u){var c=f.offsetAt(u.start),m=f.offsetAt(u.end)-c;l={offset:c,length:m}}var h={tabSize:s?s.tabSize:4,insertSpaces:s?s.insertSpaces:!0,eol:`
`};return ba(f.getText(),l,h).map(function(p){return De.replace(se.create(f.positionAt(p.offset),f.positionAt(p.offset+p.length)),p.content)})}}}var Vi;typeof fetch!="undefined"&&(Vi=function(e){return fetch(e).then(function(t){return t.text()})});var ns=function(){function e(t){this.wrapped=new Promise(t)}return e.prototype.then=function(t,r){var n=this.wrapped;return n.then(t,r)},e.prototype.getWrapped=function(){return this.wrapped},e.resolve=function(t){return Promise.resolve(t)},e.reject=function(t){return Promise.reject(t)},e.all=function(t){return Promise.all(t)},e}(),qi=function(){function e(t,r){this._ctx=t,this._languageSettings=r.languageSettings,this._languageId=r.languageId,this._languageService=rs({schemaRequestService:r.enableSchemaRequest&&Vi,promiseConstructor:ns}),this._languageService.configure(this._languageSettings)}return e.prototype.doValidation=function(t){var r=this._getTextDocument(t);if(r){var n=this._languageService.parseJSONDocument(r);return this._languageService.doValidation(r,n)}return Promise.resolve([])},e.prototype.doComplete=function(t,r){var n=this._getTextDocument(t),i=this._languageService.parseJSONDocument(n);return this._languageService.doComplete(n,r,i)},e.prototype.doResolve=function(t){return this._languageService.doResolve(t)},e.prototype.doHover=function(t,r){var n=this._getTextDocument(t),i=this._languageService.parseJSONDocument(n);return this._languageService.doHover(n,r,i)},e.prototype.format=function(t,r,n){var i=this._getTextDocument(t),o=this._languageService.format(i,r,n);return Promise.resolve(o)},e.prototype.resetSchema=function(t){return Promise.resolve(this._languageService.resetSchema(t))},e.prototype.findDocumentSymbols=function(t){var r=this._getTextDocument(t),n=this._languageService.parseJSONDocument(r),i=this._languageService.findDocumentSymbols(r,n);return Promise.resolve(i)},e.prototype.findDocumentColors=function(t){var r=this._getTextDocument(t),n=this._languageService.parseJSONDocument(r),i=this._languageService.findDocumentColors(r,n);return Promise.resolve(i)},e.prototype.getColorPresentations=function(t,r,n){var i=this._getTextDocument(t),o=this._languageService.parseJSONDocument(i),a=this._languageService.getColorPresentations(i,o,r,n);return Promise.resolve(a)},e.prototype.getFoldingRanges=function(t,r){var n=this._getTextDocument(t),i=this._languageService.getFoldingRanges(n,r);return Promise.resolve(i)},e.prototype.getSelectionRanges=function(t,r){var n=this._getTextDocument(t),i=this._languageService.parseJSONDocument(n),o=this._languageService.getSelectionRanges(n,r,i);return Promise.resolve(o)},e.prototype._getTextDocument=function(t){for(var r=this._ctx.getMirrorModels(),n=0,i=r;n<i.length;n++){var o=i[n];if(o.uri.toString()===t)return Nr.create(t,this._languageId,o.version,o.getValue())}return null},e}();function Ru(e,t){return new qi(e,t)}self.onmessage=function(){Qn(function(e,t){return new qi(e,t)})}},IyRk:function(Oe,V){(function(Z){Oe.exports=function(){var D={873:function(oe){var ue;ue=function(){return this}();try{ue=ue||new Function("return this")()}catch(x){typeof window=="object"&&(ue=window)}oe.exports=ue}},Y={};function W(oe){if(Y[oe])return Y[oe].exports;var ue=Y[oe]={exports:{}},x=!0;try{D[oe](ue,ue.exports,W),x=!1}finally{x&&delete Y[oe]}return ue.exports}return W.ab=Z+"/",W(873)}()}).call(this,"/")},MNsG:function(Oe,V,Z){"use strict";(function(D,Y){Z.d(V,"c",function(){return pe}),Z.d(V,"b",function(){return ve}),Z.d(V,"a",function(){return Ne});var W="en",oe=!1,ue=!1,x=!1,R=!1,H=!1,q=!1,ne=void 0,fe=W,me=void 0,ee=void 0,M=typeof D!="undefined"&&typeof D.versions!="undefined"&&typeof D.versions.electron!="undefined"&&D.type==="renderer";if(typeof navigator=="object"&&!M)ee=navigator.userAgent,oe=ee.indexOf("Windows")>=0,ue=ee.indexOf("Macintosh")>=0,q=ee.indexOf("Macintosh")>=0&&!!navigator.maxTouchPoints&&navigator.maxTouchPoints>0,x=ee.indexOf("Linux")>=0,H=!0,ne=navigator.language,fe=ne;else if(typeof D=="object"){oe=D.platform==="win32",ue=D.platform==="darwin",x=D.platform==="linux",ne=W,fe=W;var U=Object({NODE_ENV:"production"}).VSCODE_NLS_CONFIG;if(U)try{var J=JSON.parse(U),te=J.availableLanguages["*"];ne=J.locale,fe=te||W,me=J._translationsConfigFile}catch(I){}R=!0}var Q=0;ue?Q=1:oe?Q=3:x&&(Q=2);var pe=oe,ke=ue,ze=x,Le=R,ve=H,be=q,pt=typeof self=="object"?self:typeof Y=="object"?Y:{},Ne=pt,gt=function(){if(Ne.setImmediate)return Ne.setImmediate.bind(Ne);if(typeof Ne.postMessage=="function"&&!Ne.importScripts){var L=[];Ne.addEventListener("message",function(X){if(X.data&&X.data.vscodeSetImmediateId)for(var $=0,ie=L.length;$<ie;$++){var et=L[$];if(et.id===X.data.vscodeSetImmediateId){L.splice($,1),et.callback();return}}});var O=0;return function(X){var $=++O;L.push({id:$,callback:X}),Ne.postMessage({vscodeSetImmediateId:$},"*")}}if(typeof D!="undefined"&&typeof D.nextTick=="function")return D.nextTick.bind(D);var P=Promise.resolve();return function(X){return P.then(X)}}(),vt=ue?2:oe?1:3}).call(this,Z("Q2Ig"),Z("IyRk"))},Q2Ig:function(Oe,V,Z){V.nextTick=function(Y){var W=Array.prototype.slice.call(arguments);W.shift(),setTimeout(function(){Y.apply(null,W)},0)},V.platform=V.arch=V.execPath=V.title="browser",V.pid=1,V.browser=!0,V.env={},V.argv=[],V.binding=function(D){throw new Error("No such module. (Possibly not yet loaded)")},function(){var D="/",Y;V.cwd=function(){return D},V.chdir=function(W){Y||(Y=Z("33yf")),D=Y.resolve(W,D)}}(),V.exit=V.kill=V.umask=V.dlopen=V.uptime=V.memoryUsage=V.uvCounters=function(){},V.features={}},URDS:function(Oe,V,Z){(function(D){/*!
Copyright (c) 2014 Taylor Hakes
Copyright (c) 2014 Forbes Lindesay
*/(function(Y,W){W()})(this,function(){"use strict";function Y(M){var U=this.constructor;return this.then(function(J){return U.resolve(M()).then(function(){return J})},function(J){return U.resolve(M()).then(function(){return U.reject(J)})})}var W=setTimeout;function oe(){}function ue(M,U){return function(){M.apply(U,arguments)}}function x(M){if(!(this instanceof x))throw new TypeError("Promises must be constructed via new");if(typeof M!="function")throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],me(M,this)}function R(M,U){for(;M._state===3;)M=M._value;if(M._state===0){M._deferreds.push(U);return}M._handled=!0,x._immediateFn(function(){var J=M._state===1?U.onFulfilled:U.onRejected;if(J===null){(M._state===1?H:q)(U.promise,M._value);return}var te;try{te=J(M._value)}catch(Q){q(U.promise,Q);return}H(U.promise,te)})}function H(M,U){try{if(U===M)throw new TypeError("A promise cannot be resolved with itself.");if(U&&(typeof U=="object"||typeof U=="function")){var J=U.then;if(U instanceof x){M._state=3,M._value=U,ne(M);return}else if(typeof J=="function"){me(ue(J,U),M);return}}M._state=1,M._value=U,ne(M)}catch(te){q(M,te)}}function q(M,U){M._state=2,M._value=U,ne(M)}function ne(M){M._state===2&&M._deferreds.length===0&&x._immediateFn(function(){M._handled||x._unhandledRejectionFn(M._value)});for(var U=0,J=M._deferreds.length;U<J;U++)R(M,M._deferreds[U]);M._deferreds=null}function fe(M,U,J){this.onFulfilled=typeof M=="function"?M:null,this.onRejected=typeof U=="function"?U:null,this.promise=J}function me(M,U){var J=!1;try{M(function(te){if(J)return;J=!0,H(U,te)},function(te){if(J)return;J=!0,q(U,te)})}catch(te){if(J)return;J=!0,q(U,te)}}x.prototype.catch=function(M){return this.then(null,M)},x.prototype.then=function(M,U){var J=new this.constructor(oe);return R(this,new fe(M,U,J)),J},x.prototype.finally=Y,x.all=function(M){return new x(function(U,J){if(!M||typeof M.length=="undefined")throw new TypeError("Promise.all accepts an array");var te=Array.prototype.slice.call(M);if(te.length===0)return U([]);var Q=te.length;function pe(ze,Le){try{if(Le&&(typeof Le=="object"||typeof Le=="function")){var ve=Le.then;if(typeof ve=="function"){ve.call(Le,function(be){pe(ze,be)},J);return}}te[ze]=Le,--Q===0&&U(te)}catch(be){J(be)}}for(var ke=0;ke<te.length;ke++)pe(ke,te[ke])})},x.resolve=function(M){return M&&typeof M=="object"&&M.constructor===x?M:new x(function(U){U(M)})},x.reject=function(M){return new x(function(U,J){J(M)})},x.race=function(M){return new x(function(U,J){for(var te=0,Q=M.length;te<Q;te++)M[te].then(U,J)})},x._immediateFn=typeof setImmediate=="function"&&function(M){setImmediate(M)}||function(M){W(M,0)},x._unhandledRejectionFn=function(U){typeof console!="undefined"&&console&&console.warn("Possible Unhandled Promise Rejection:",U)};var ee=function(){if(typeof self!="undefined")return self;if(typeof window!="undefined")return window;if(typeof D!="undefined")return D;throw new Error("unable to locate global object")}();"Promise"in ee?ee.Promise.prototype.finally||(ee.Promise.prototype.finally=Y):ee.Promise=x})}).call(this,Z("IyRk"))},"xiP/":function(Oe,V,Z){"use strict";(function(D){Z.d(V,"a",function(){return ze});var Y=function(){var I=function(L,O){return I=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(P,X){P.__proto__=X}||function(P,X){for(var $ in X)X.hasOwnProperty($)&&(P[$]=X[$])},I(L,O)};return function(L,O){I(L,O);function P(){this.constructor=L}L.prototype=O===null?Object.create(O):(P.prototype=O.prototype,new P)}}(),W,oe;if(typeof D=="object")oe=D.platform==="win32";else if(typeof navigator=="object"){var ue=navigator.userAgent;oe=ue.indexOf("Windows")>=0}function x(I){return 55296<=I&&I<=56319}function R(I){return 56320<=I&&I<=57343}function H(I){return I>=97&&I<=102}function q(I){return I>=97&&I<=122}function ne(I){return I>=65&&I<=90}function fe(I){return q(I)||ne(I)}var me=/^\w[\w\d+.-]*$/,ee=/^\//,M=/^\/\//;function U(I,L){if(!I.scheme&&L)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+I.authority+'", path: "'+I.path+'", query: "'+I.query+'", fragment: "'+I.fragment+'"}');if(I.scheme&&!me.test(I.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(I.path){if(I.authority){if(!ee.test(I.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(M.test(I.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}function J(I,L){return!I&&!L?"file":I}function te(I,L){switch(I){case"https":case"http":case"file":L?L[0]!==pe&&(L=pe+L):L=pe;break}return L}var Q="",pe="/",ke=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,ze=function(){function I(L,O,P,X,$,ie){ie===void 0&&(ie=!1),typeof L=="object"?(this.scheme=L.scheme||Q,this.authority=L.authority||Q,this.path=L.path||Q,this.query=L.query||Q,this.fragment=L.fragment||Q):(this.scheme=J(L,ie),this.authority=O||Q,this.path=te(this.scheme,P||Q),this.query=X||Q,this.fragment=$||Q,U(this,ie))}return I.isUri=function(L){return L instanceof I?!0:L?typeof L.authority=="string"&&typeof L.fragment=="string"&&typeof L.path=="string"&&typeof L.query=="string"&&typeof L.scheme=="string"&&typeof L.fsPath=="function"&&typeof L.with=="function"&&typeof L.toString=="function":!1},Object.defineProperty(I.prototype,"fsPath",{get:function(){return gt(this)},enumerable:!0,configurable:!0}),I.prototype.with=function(L){if(!L)return this;var O=L.scheme,P=L.authority,X=L.path,$=L.query,ie=L.fragment;return O===void 0?O=this.scheme:O===null&&(O=Q),P===void 0?P=this.authority:P===null&&(P=Q),X===void 0?X=this.path:X===null&&(X=Q),$===void 0?$=this.query:$===null&&($=Q),ie===void 0?ie=this.fragment:ie===null&&(ie=Q),O===this.scheme&&P===this.authority&&X===this.path&&$===this.query&&ie===this.fragment?this:new ve(O,P,X,$,ie)},I.parse=function(L,O){O===void 0&&(O=!1);var P=ke.exec(L);return P?new ve(P[2]||Q,decodeURIComponent(P[4]||Q),decodeURIComponent(P[5]||Q),decodeURIComponent(P[7]||Q),decodeURIComponent(P[9]||Q),O):new ve(Q,Q,Q,Q,Q)},I.file=function(L){var O=Q;if(oe&&(L=L.replace(/\\/g,pe)),L[0]===pe&&L[1]===pe){var P=L.indexOf(pe,2);P===-1?(O=L.substring(2),L=pe):(O=L.substring(2,P),L=L.substring(P)||pe)}return new ve("file",O,L,Q,Q)},I.from=function(L){return new ve(L.scheme,L.authority,L.path,L.query,L.fragment)},I.prototype.toString=function(L){return L===void 0&&(L=!1),vt(this,L)},I.prototype.toJSON=function(){return this},I.revive=function(L){if(L){if(L instanceof I)return L;var O=new ve(L);return O._formatted=L.external,O._fsPath=L._sep===Le?L.fsPath:null,O}else return L},I}(),Le=oe?1:void 0,ve=function(I){Y(L,I);function L(){var O=I!==null&&I.apply(this,arguments)||this;return O._formatted=null,O._fsPath=null,O}return Object.defineProperty(L.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=gt(this)),this._fsPath},enumerable:!0,configurable:!0}),L.prototype.toString=function(O){return O===void 0&&(O=!1),O?vt(this,!0):(this._formatted||(this._formatted=vt(this,!1)),this._formatted)},L.prototype.toJSON=function(){var O={$mid:1};return this._fsPath&&(O.fsPath=this._fsPath,O._sep=Le),this._formatted&&(O.external=this._formatted),this.path&&(O.path=this.path),this.scheme&&(O.scheme=this.scheme),this.authority&&(O.authority=this.authority),this.query&&(O.query=this.query),this.fragment&&(O.fragment=this.fragment),O},L}(ze),be=(W={},W[58]="%3A",W[47]="%2F",W[63]="%3F",W[35]="%23",W[91]="%5B",W[93]="%5D",W[64]="%40",W[33]="%21",W[36]="%24",W[38]="%26",W[39]="%27",W[40]="%28",W[41]="%29",W[42]="%2A",W[43]="%2B",W[44]="%2C",W[59]="%3B",W[61]="%3D",W[32]="%20",W);function pt(I,L){for(var O=void 0,P=-1,X=0;X<I.length;X++){var $=I.charCodeAt(X);if($>=97&&$<=122||$>=65&&$<=90||$>=48&&$<=57||$===45||$===46||$===95||$===126||L&&$===47)P!==-1&&(O+=encodeURIComponent(I.substring(P,X)),P=-1),O!==void 0&&(O+=I.charAt(X));else{O===void 0&&(O=I.substr(0,X));var ie=be[$];ie!==void 0?(P!==-1&&(O+=encodeURIComponent(I.substring(P,X)),P=-1),O+=ie):P===-1&&(P=X)}}return P!==-1&&(O+=encodeURIComponent(I.substring(P))),O!==void 0?O:I}function Ne(I){for(var L=void 0,O=0;O<I.length;O++){var P=I.charCodeAt(O);P===35||P===63?(L===void 0&&(L=I.substr(0,O)),L+=be[P]):L!==void 0&&(L+=I[O])}return L!==void 0?L:I}function gt(I){var L;return I.authority&&I.path.length>1&&I.scheme==="file"?L="//"+I.authority+I.path:I.path.charCodeAt(0)===47&&(I.path.charCodeAt(1)>=65&&I.path.charCodeAt(1)<=90||I.path.charCodeAt(1)>=97&&I.path.charCodeAt(1)<=122)&&I.path.charCodeAt(2)===58?L=I.path[1].toLowerCase()+I.path.substr(2):L=I.path,oe&&(L=L.replace(/\//g,"\\")),L}function vt(I,L){var O=L?Ne:pt,P="",X=I.scheme,$=I.authority,ie=I.path,et=I.query,yt=I.fragment;if(X&&(P+=X,P+=":"),($||X==="file")&&(P+=pe,P+=pe),$){var Te=$.indexOf("@");if(Te!==-1){var Ue=$.substr(0,Te);$=$.substr(Te+1),Te=Ue.indexOf(":"),Te===-1?P+=O(Ue,!1):(P+=O(Ue.substr(0,Te),!1),P+=":",P+=O(Ue.substr(Te+1),!1)),P+="@"}$=$.toLowerCase(),Te=$.indexOf(":"),Te===-1?P+=O($,!1):(P+=O($.substr(0,Te),!1),P+=$.substr(Te))}if(ie){if(ie.length>=3&&ie.charCodeAt(0)===47&&ie.charCodeAt(2)===58){var xe=ie.charCodeAt(1);xe>=65&&xe<=90&&(ie="/"+String.fromCharCode(xe+32)+":"+ie.substr(3))}else if(ie.length>=2&&ie.charCodeAt(1)===58){var xe=ie.charCodeAt(0);xe>=65&&xe<=90&&(ie=String.fromCharCode(xe+32)+":"+ie.substr(2))}P+=O(ie,!0)}return et&&(P+="?",P+=O(et,!1)),yt&&(P+="#",P+=L?yt:pt(yt,!1)),P}}).call(this,Z("Q2Ig"))}});