@dao42/d42paas-front 0.5.13 → 0.5.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,56 +1,56 @@
1
- var Mo=Object.defineProperty;var Hr=Object.getOwnPropertySymbols;var Ro=Object.prototype.hasOwnProperty,No=Object.prototype.propertyIsEnumerable;var zr=(Te,pe,me)=>pe in Te?Mo(Te,pe,{enumerable:!0,configurable:!0,writable:!0,value:me}):Te[pe]=me,wn=(Te,pe)=>{for(var me in pe||(pe={}))Ro.call(pe,me)&&zr(Te,me,pe[me]);if(Hr)for(var me of Hr(pe))No.call(pe,me)&&zr(Te,me,pe[me]);return Te};(function(){"use strict";class Te{constructor(){this.listeners=[],this.unexpectedErrorHandler=function(t){setTimeout(()=>{throw t.stack?new Error(t.message+`
1
+ var Do=Object.defineProperty;var Ir=Object.getOwnPropertySymbols;var Ro=Object.prototype.hasOwnProperty,No=Object.prototype.propertyIsEnumerable;var zr=(ke,me,pe)=>me in ke?Do(ke,me,{enumerable:!0,configurable:!0,writable:!0,value:pe}):ke[me]=pe,wn=(ke,me)=>{for(var pe in me||(me={}))Ro.call(me,pe)&&zr(ke,pe,me[pe]);if(Ir)for(var pe of Ir(me))No.call(me,pe)&&zr(ke,pe,me[pe]);return ke};(function(){"use strict";class ke{constructor(){this.listeners=[],this.unexpectedErrorHandler=function(t){setTimeout(()=>{throw t.stack?new Error(t.message+`
2
2
 
3
- `+t.stack):t},0)}}emit(t){this.listeners.forEach(n=>{n(t)})}onUnexpectedError(t){this.unexpectedErrorHandler(t),this.emit(t)}onUnexpectedExternalError(t){this.unexpectedErrorHandler(t)}}const pe=new Te;function me(e){Pr(e)||pe.onUnexpectedError(e)}function yn(e){if(e instanceof Error){let{name:t,message:n}=e;const r=e.stacktrace||e.stack;return{$isError:!0,name:t,message:n,stack:r}}return e}const kn="Canceled";function Pr(e){return e instanceof Error&&e.name===kn&&e.message===kn}function Wr(e){const t=this;let n=!1,r;return function(){return n||(n=!0,r=e.apply(t,arguments)),r}}var Ut;(function(e){function t(m){return m&&typeof m=="object"&&typeof m[Symbol.iterator]=="function"}e.is=t;const n=Object.freeze([]);function r(){return n}e.empty=r;function*i(m){yield m}e.single=i;function a(m){return m||n}e.from=a;function l(m){return!m||m[Symbol.iterator]().next().done===!0}e.isEmpty=l;function o(m){return m[Symbol.iterator]().next().value}e.first=o;function s(m,b){for(const A of m)if(b(A))return!0;return!1}e.some=s;function c(m,b){for(const A of m)if(b(A))return A}e.find=c;function*u(m,b){for(const A of m)b(A)&&(yield A)}e.filter=u;function*d(m,b){let A=0;for(const C of m)yield b(C,A++)}e.map=d;function*h(...m){for(const b of m)for(const A of b)yield A}e.concat=h;function*f(m){for(const b of m)for(const A of b)yield A}e.concatNested=f;function v(m,b,A){let C=A;for(const U of m)C=b(C,U);return C}e.reduce=v;function*g(m,b,A=m.length){for(b<0&&(b+=m.length),A<0?A+=m.length:A>m.length&&(A=m.length);b<A;b++)yield m[b]}e.slice=g;function y(m,b=Number.POSITIVE_INFINITY){const A=[];if(b===0)return[A,m];const C=m[Symbol.iterator]();for(let U=0;U<b;U++){const _=C.next();if(_.done)return[A,e.empty()];A.push(_.value)}return[A,{[Symbol.iterator](){return C}}]}e.consume=y;function T(m,b,A=(C,U)=>C===U){const C=m[Symbol.iterator](),U=b[Symbol.iterator]();for(;;){const _=C.next(),p=U.next();if(_.done!==p.done)return!1;if(_.done)return!0;if(!A(_.value,p.value))return!1}}e.equals=T})(Ut||(Ut={}));function Br(e){return e}function Fr(e,t){}class Or extends Error{constructor(t){super(`Encountered errors while disposing of store. Errors: [${t.join(", ")}]`);this.errors=t}}function Tn(e){if(Ut.is(e)){let t=[];for(const n of e)if(n)try{n.dispose()}catch(r){t.push(r)}if(t.length===1)throw t[0];if(t.length>1)throw new Or(t);return Array.isArray(e)?[]:e}else if(e)return e.dispose(),e}function qr(...e){return Sn(()=>Tn(e))}function Sn(e){return Br({dispose:Wr(()=>{e()})})}class Qe{constructor(){this._toDispose=new Set,this._isDisposed=!1}dispose(){this._isDisposed||(this._isDisposed=!0,this.clear())}clear(){try{Tn(this._toDispose.values())}finally{this._toDispose.clear()}}add(t){if(!t)return t;if(t===this)throw new Error("Cannot register a disposable on itself!");return this._isDisposed?Qe.DISABLE_DISPOSED_WARNING||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}}Qe.DISABLE_DISPOSED_WARNING=!1;class An{constructor(){this._store=new Qe,Fr(this._store)}dispose(){this._store.dispose()}_register(t){if(t===this)throw new Error("Cannot register a disposable on itself!");return this._store.add(t)}}An.None=Object.freeze({dispose(){}});class Y{constructor(t){this.element=t,this.next=Y.Undefined,this.prev=Y.Undefined}}Y.Undefined=new Y(void 0);class xn{constructor(){this._first=Y.Undefined,this._last=Y.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===Y.Undefined}clear(){let t=this._first;for(;t!==Y.Undefined;){const n=t.next;t.prev=Y.Undefined,t.next=Y.Undefined,t=n}this._first=Y.Undefined,this._last=Y.Undefined,this._size=0}unshift(t){return this._insert(t,!1)}push(t){return this._insert(t,!0)}_insert(t,n){const r=new Y(t);if(this._first===Y.Undefined)this._first=r,this._last=r;else if(n){const a=this._last;this._last=r,r.prev=a,a.next=r}else{const a=this._first;this._first=r,r.next=a,a.prev=r}this._size+=1;let i=!1;return()=>{i||(i=!0,this._remove(r))}}shift(){if(this._first!==Y.Undefined){const t=this._first.element;return this._remove(this._first),t}}pop(){if(this._last!==Y.Undefined){const t=this._last.element;return this._remove(this._last),t}}_remove(t){if(t.prev!==Y.Undefined&&t.next!==Y.Undefined){const n=t.prev;n.next=t.next,t.next.prev=n}else t.prev===Y.Undefined&&t.next===Y.Undefined?(this._first=Y.Undefined,this._last=Y.Undefined):t.next===Y.Undefined?(this._last=this._last.prev,this._last.next=Y.Undefined):t.prev===Y.Undefined&&(this._first=this._first.next,this._first.prev=Y.Undefined);this._size-=1}*[Symbol.iterator](){let t=this._first;for(;t!==Y.Undefined;)yield t.element,t=t.next}}var Ht;const ut="en";let zt=!1,Pt=!1,Wt=!1,Je,dt=ut,Vr,Ue;const K=typeof self=="object"?self:typeof global=="object"?global:{};let ee;typeof K.vscode!="undefined"&&typeof K.vscode.process!="undefined"?ee=K.vscode.process:typeof process!="undefined"&&(ee=process);const jr=typeof((Ht=ee==null?void 0:ee.versions)===null||Ht===void 0?void 0:Ht.electron)=="string"&&(ee==null?void 0:ee.type)==="renderer";if(typeof navigator=="object"&&!jr)Ue=navigator.userAgent,zt=Ue.indexOf("Windows")>=0,Pt=Ue.indexOf("Macintosh")>=0,(Ue.indexOf("Macintosh")>=0||Ue.indexOf("iPad")>=0||Ue.indexOf("iPhone")>=0)&&!!navigator.maxTouchPoints&&navigator.maxTouchPoints>0,Wt=Ue.indexOf("Linux")>=0,Je=navigator.language,dt=Je;else if(typeof ee=="object"){zt=ee.platform==="win32",Pt=ee.platform==="darwin",Wt=ee.platform==="linux",Wt&&!!ee.env.SNAP&&ee.env.SNAP_REVISION,Je=ut,dt=ut;const e=ee.env.VSCODE_NLS_CONFIG;if(e)try{const t=JSON.parse(e),n=t.availableLanguages["*"];Je=t.locale,dt=n||ut,Vr=t._translationsConfigFile}catch{}}else console.error("Unable to resolve platform.");const Ze=zt,Gr=Pt,$r=dt,Xr=Je,Yr=(()=>{if(typeof K.postMessage=="function"&&!K.importScripts){let e=[];K.addEventListener("message",n=>{if(n.data&&n.data.vscodeScheduleAsyncWork)for(let r=0,i=e.length;r<i;r++){const a=e[r];if(a.id===n.data.vscodeScheduleAsyncWork){e.splice(r,1),a.callback();return}}});let t=0;return n=>{const r=++t;e.push({id:r,callback:n}),K.postMessage({vscodeScheduleAsyncWork:r},"*")}}return e=>setTimeout(e)})();(function(){if(K.setImmediate)return K.setImmediate.bind(K);if(typeof K.postMessage=="function"&&!K.importScripts)return Yr;if(typeof(ee==null?void 0:ee.nextTick)=="function")return ee.nextTick.bind(ee);const t=Promise.resolve();return n=>t.then(n)})();const Qr=K.performance&&typeof K.performance.now=="function";class ht{constructor(t){this._highResolution=Qr&&t,this._startTime=this._now(),this._stopTime=-1}static create(t=!0){return new ht(t)}stop(){this._stopTime=this._now()}elapsed(){return this._stopTime!==-1?this._stopTime-this._startTime:this._now()-this._startTime}_now(){return this._highResolution?K.performance.now():Date.now()}}var Bt;(function(e){e.None=()=>An.None;function t(m){return(b,A=null,C)=>{let U=!1,_;return _=m(p=>{if(!U)return _?_.dispose():U=!0,b.call(A,p)},null,C),U&&_.dispose(),_}}e.once=t;function n(m,b){return s((A,C=null,U)=>m(_=>A.call(C,b(_)),null,U))}e.map=n;function r(m,b){return s((A,C=null,U)=>m(_=>{b(_),A.call(C,_)},null,U))}e.forEach=r;function i(m,b){return s((A,C=null,U)=>m(_=>b(_)&&A.call(C,_),null,U))}e.filter=i;function a(m){return m}e.signal=a;function l(...m){return(b,A=null,C)=>qr(...m.map(U=>U(_=>b.call(A,_),null,C)))}e.any=l;function o(m,b,A){let C=A;return n(m,U=>(C=b(C,U),C))}e.reduce=o;function s(m){let b;const A=new Se({onFirstListenerAdd(){b=m(A.fire,A)},onLastListenerRemove(){b.dispose()}});return A.event}function c(m,b,A=100,C=!1,U){let _,p,w,B=0;const R=new Se({leakWarningThreshold:U,onFirstListenerAdd(){_=m(N=>{B++,p=b(p,N),C&&!w&&(R.fire(p),p=void 0),clearTimeout(w),w=setTimeout(()=>{const z=p;p=void 0,w=void 0,(!C||B>1)&&R.fire(z),B=0},A)})},onLastListenerRemove(){_.dispose()}});return R.event}e.debounce=c;function u(m,b=(A,C)=>A===C){let A=!0,C;return i(m,U=>{const _=A||!b(U,C);return A=!1,C=U,_})}e.latch=u;function d(m,b){return[e.filter(m,b),e.filter(m,A=>!b(A))]}e.split=d;function h(m,b=!1,A=[]){let C=A.slice(),U=m(w=>{C?C.push(w):p.fire(w)});const _=()=>{C&&C.forEach(w=>p.fire(w)),C=null},p=new Se({onFirstListenerAdd(){U||(U=m(w=>p.fire(w)))},onFirstListenerDidAdd(){C&&(b?setTimeout(_):_())},onLastListenerRemove(){U&&U.dispose(),U=null}});return p.event}e.buffer=h;class f{constructor(b){this.event=b}map(b){return new f(n(this.event,b))}forEach(b){return new f(r(this.event,b))}filter(b){return new f(i(this.event,b))}reduce(b,A){return new f(o(this.event,b,A))}latch(){return new f(u(this.event))}debounce(b,A=100,C=!1,U){return new f(c(this.event,b,A,C,U))}on(b,A,C){return this.event(b,A,C)}once(b,A,C){return t(this.event)(b,A,C)}}function v(m){return new f(m)}e.chain=v;function g(m,b,A=C=>C){const C=(...w)=>p.fire(A(...w)),U=()=>m.on(b,C),_=()=>m.removeListener(b,C),p=new Se({onFirstListenerAdd:U,onLastListenerRemove:_});return p.event}e.fromNodeEventEmitter=g;function y(m,b,A=C=>C){const C=(...w)=>p.fire(A(...w)),U=()=>m.addEventListener(b,C),_=()=>m.removeEventListener(b,C),p=new Se({onFirstListenerAdd:U,onLastListenerRemove:_});return p.event}e.fromDOMEventEmitter=y;function T(m){return new Promise(b=>t(m)(b))}e.toPromise=T})(Bt||(Bt={}));class pt{constructor(t){this._listenerCount=0,this._invocationCount=0,this._elapsedOverall=0,this._name=`${t}_${pt._idPool++}`}start(t){this._stopWatch=new ht(!0),this._listenerCount=t}stop(){if(this._stopWatch){const t=this._stopWatch.elapsed();this._elapsedOverall+=t,this._invocationCount+=1,console.info(`did FIRE ${this._name}: elapsed_ms: ${t.toFixed(5)}, listener: ${this._listenerCount} (elapsed_overall: ${this._elapsedOverall.toFixed(2)}, invocations: ${this._invocationCount})`),this._stopWatch=void 0}}}pt._idPool=0;class Se{constructor(t){var n;this._disposed=!1,this._options=t,this._leakageMon=void 0,this._perfMon=((n=this._options)===null||n===void 0?void 0:n._profName)?new pt(this._options._profName):void 0}get event(){return this._event||(this._event=(t,n,r)=>{var i;this._listeners||(this._listeners=new xn);const a=this._listeners.isEmpty();a&&this._options&&this._options.onFirstListenerAdd&&this._options.onFirstListenerAdd(this);const l=this._listeners.push(n?[t,n]:t);a&&this._options&&this._options.onFirstListenerDidAdd&&this._options.onFirstListenerDidAdd(this),this._options&&this._options.onListenerDidAdd&&this._options.onListenerDidAdd(this,t,n);const o=(i=this._leakageMon)===null||i===void 0?void 0:i.check(this._listeners.size),s=Sn(()=>{o&&o(),this._disposed||(l(),this._options&&this._options.onLastListenerRemove&&(this._listeners&&!this._listeners.isEmpty()||this._options.onLastListenerRemove(this)))});return r instanceof Qe?r.add(s):Array.isArray(r)&&r.push(s),s}),this._event}fire(t){var n,r;if(this._listeners){this._deliveryQueue||(this._deliveryQueue=new xn);for(let i of this._listeners)this._deliveryQueue.push([i,t]);for((n=this._perfMon)===null||n===void 0||n.start(this._deliveryQueue.size);this._deliveryQueue.size>0;){const[i,a]=this._deliveryQueue.shift();try{typeof i=="function"?i.call(void 0,a):i[0].call(i[1],a)}catch(l){me(l)}}(r=this._perfMon)===null||r===void 0||r.stop()}}dispose(){var t,n,r,i,a;this._disposed||(this._disposed=!0,(t=this._listeners)===null||t===void 0||t.clear(),(n=this._deliveryQueue)===null||n===void 0||n.clear(),(i=(r=this._options)===null||r===void 0?void 0:r.onLastListenerRemove)===null||i===void 0||i.call(r),(a=this._leakageMon)===null||a===void 0||a.dispose())}}function Jr(e){let t=[],n=Object.getPrototypeOf(e);for(;Object.prototype!==n;)t=t.concat(Object.getOwnPropertyNames(n)),n=Object.getPrototypeOf(n);return t}function Ft(e){const t=[];for(const n of Jr(e))typeof e[n]=="function"&&t.push(n);return t}function Zr(e,t){const n=i=>function(){const a=Array.prototype.slice.call(arguments,0);return t(i,a)};let r={};for(const i of e)r[i]=n(i);return r}function Kr(e,t="Unreachable"){throw new Error(t)}function ea(e){return e.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function ta(e){return e.split(/\r\n|\r|\n/)}function na(e){for(let t=0,n=e.length;t<n;t++){const r=e.charCodeAt(t);if(r!==32&&r!==9)return t}return-1}function ia(e,t=e.length-1){for(let n=t;n>=0;n--){const r=e.charCodeAt(n);if(r!==32&&r!==9)return n}return-1}function Dn(e){return e>=65&&e<=90}function Ot(e){return 55296<=e&&e<=56319}function ra(e){return 56320<=e&&e<=57343}function aa(e,t){return(e-55296<<10)+(t-56320)+65536}function sa(e,t,n){const r=e.charCodeAt(n);if(Ot(r)&&n+1<t){const i=e.charCodeAt(n+1);if(ra(i))return aa(r,i)}return r}class _e{static getData(){return JSON.parse('{"_common":[8232,32,8233,32,5760,32,8192,32,8193,32,8194,32,8195,32,8196,32,8197,32,8198,32,8200,32,8201,32,8202,32,8287,32,8199,32,8239,32,2042,95,65101,95,65102,95,65103,95,8208,45,8209,45,8210,45,65112,45,1748,45,8259,45,727,45,8722,45,10134,45,11450,45,1549,44,1643,44,8218,44,184,44,42233,44,894,59,2307,58,2691,58,1417,58,1795,58,1796,58,5868,58,65072,58,6147,58,6153,58,8282,58,1475,58,760,58,42889,58,8758,58,720,58,42237,58,451,33,11601,33,660,63,577,63,2429,63,5038,63,42731,63,119149,46,8228,46,1793,46,1794,46,42510,46,68176,46,1632,46,1776,46,42232,46,1373,96,65287,96,8219,96,8242,96,1370,96,1523,96,8175,96,65344,96,900,96,8189,96,8125,96,8127,96,8190,96,697,96,884,96,712,96,714,96,715,96,756,96,699,96,701,96,700,96,702,96,42892,96,1497,96,2036,96,2037,96,5194,96,5836,96,94033,96,94034,96,65339,40,10088,40,10098,40,12308,40,64830,40,65341,41,10089,41,10099,41,12309,41,64831,41,10100,123,119060,123,10101,125,8270,42,1645,42,8727,42,66335,42,5941,47,8257,47,8725,47,8260,47,9585,47,10187,47,10744,47,119354,47,12755,47,12339,47,11462,47,20031,47,12035,47,65340,92,65128,92,8726,92,10189,92,10741,92,10745,92,119311,92,119355,92,12756,92,20022,92,12034,92,42872,38,708,94,710,94,5869,43,10133,43,66203,43,8249,60,10094,60,706,60,119350,60,5176,60,5810,60,5120,61,11840,61,12448,61,42239,61,8250,62,10095,62,707,62,119351,62,5171,62,94015,62,8275,126,732,126,8128,126,8764,126,120784,50,120794,50,120804,50,120814,50,120824,50,130034,50,42842,50,423,50,1000,50,42564,50,5311,50,42735,50,119302,51,120785,51,120795,51,120805,51,120815,51,120825,51,130035,51,42923,51,540,51,439,51,42858,51,11468,51,1248,51,94011,51,71882,51,120786,52,120796,52,120806,52,120816,52,120826,52,130036,52,5070,52,71855,52,120787,53,120797,53,120807,53,120817,53,120827,53,130037,53,444,53,71867,53,120788,54,120798,54,120808,54,120818,54,120828,54,130038,54,11474,54,5102,54,71893,54,119314,55,120789,55,120799,55,120809,55,120819,55,120829,55,130039,55,66770,55,71878,55,2819,56,2538,56,2666,56,125131,56,120790,56,120800,56,120810,56,120820,56,120830,56,130040,56,547,56,546,56,66330,56,2663,57,2920,57,2541,57,3437,57,120791,57,120801,57,120811,57,120821,57,120831,57,130041,57,42862,57,11466,57,71884,57,71852,57,71894,57,9082,97,65345,97,119834,97,119886,97,119938,97,119990,97,120042,97,120094,97,120146,97,120198,97,120250,97,120302,97,120354,97,120406,97,120458,97,593,97,945,97,120514,97,120572,97,120630,97,120688,97,120746,97,65313,65,119808,65,119860,65,119912,65,119964,65,120016,65,120068,65,120120,65,120172,65,120224,65,120276,65,120328,65,120380,65,120432,65,913,65,120488,65,120546,65,120604,65,120662,65,120720,65,5034,65,5573,65,42222,65,94016,65,66208,65,119835,98,119887,98,119939,98,119991,98,120043,98,120095,98,120147,98,120199,98,120251,98,120303,98,120355,98,120407,98,120459,98,388,98,5071,98,5234,98,5551,98,65314,66,8492,66,119809,66,119861,66,119913,66,120017,66,120069,66,120121,66,120173,66,120225,66,120277,66,120329,66,120381,66,120433,66,42932,66,914,66,120489,66,120547,66,120605,66,120663,66,120721,66,5108,66,5623,66,42192,66,66178,66,66209,66,66305,66,65347,99,8573,99,119836,99,119888,99,119940,99,119992,99,120044,99,120096,99,120148,99,120200,99,120252,99,120304,99,120356,99,120408,99,120460,99,7428,99,1010,99,11429,99,43951,99,66621,99,128844,67,71922,67,71913,67,65315,67,8557,67,8450,67,8493,67,119810,67,119862,67,119914,67,119966,67,120018,67,120174,67,120226,67,120278,67,120330,67,120382,67,120434,67,1017,67,11428,67,5087,67,42202,67,66210,67,66306,67,66581,67,66844,67,8574,100,8518,100,119837,100,119889,100,119941,100,119993,100,120045,100,120097,100,120149,100,120201,100,120253,100,120305,100,120357,100,120409,100,120461,100,1281,100,5095,100,5231,100,42194,100,8558,68,8517,68,119811,68,119863,68,119915,68,119967,68,120019,68,120071,68,120123,68,120175,68,120227,68,120279,68,120331,68,120383,68,120435,68,5024,68,5598,68,5610,68,42195,68,8494,101,65349,101,8495,101,8519,101,119838,101,119890,101,119942,101,120046,101,120098,101,120150,101,120202,101,120254,101,120306,101,120358,101,120410,101,120462,101,43826,101,1213,101,8959,69,65317,69,8496,69,119812,69,119864,69,119916,69,120020,69,120072,69,120124,69,120176,69,120228,69,120280,69,120332,69,120384,69,120436,69,917,69,120492,69,120550,69,120608,69,120666,69,120724,69,11577,69,5036,69,42224,69,71846,69,71854,69,66182,69,119839,102,119891,102,119943,102,119995,102,120047,102,120099,102,120151,102,120203,102,120255,102,120307,102,120359,102,120411,102,120463,102,43829,102,42905,102,383,102,7837,102,1412,102,119315,70,8497,70,119813,70,119865,70,119917,70,120021,70,120073,70,120125,70,120177,70,120229,70,120281,70,120333,70,120385,70,120437,70,42904,70,988,70,120778,70,5556,70,42205,70,71874,70,71842,70,66183,70,66213,70,66853,70,65351,103,8458,103,119840,103,119892,103,119944,103,120048,103,120100,103,120152,103,120204,103,120256,103,120308,103,120360,103,120412,103,120464,103,609,103,7555,103,397,103,1409,103,119814,71,119866,71,119918,71,119970,71,120022,71,120074,71,120126,71,120178,71,120230,71,120282,71,120334,71,120386,71,120438,71,1292,71,5056,71,5107,71,42198,71,65352,104,8462,104,119841,104,119945,104,119997,104,120049,104,120101,104,120153,104,120205,104,120257,104,120309,104,120361,104,120413,104,120465,104,1211,104,1392,104,5058,104,65320,72,8459,72,8460,72,8461,72,119815,72,119867,72,119919,72,120023,72,120179,72,120231,72,120283,72,120335,72,120387,72,120439,72,919,72,120494,72,120552,72,120610,72,120668,72,120726,72,11406,72,5051,72,5500,72,42215,72,66255,72,731,105,9075,105,65353,105,8560,105,8505,105,8520,105,119842,105,119894,105,119946,105,119998,105,120050,105,120102,105,120154,105,120206,105,120258,105,120310,105,120362,105,120414,105,120466,105,120484,105,618,105,617,105,953,105,8126,105,890,105,120522,105,120580,105,120638,105,120696,105,120754,105,1110,105,42567,105,1231,105,43893,105,5029,105,71875,105,65354,106,8521,106,119843,106,119895,106,119947,106,119999,106,120051,106,120103,106,120155,106,120207,106,120259,106,120311,106,120363,106,120415,106,120467,106,1011,106,1112,106,65322,74,119817,74,119869,74,119921,74,119973,74,120025,74,120077,74,120129,74,120181,74,120233,74,120285,74,120337,74,120389,74,120441,74,42930,74,895,74,1032,74,5035,74,5261,74,42201,74,119844,107,119896,107,119948,107,120000,107,120052,107,120104,107,120156,107,120208,107,120260,107,120312,107,120364,107,120416,107,120468,107,8490,75,65323,75,119818,75,119870,75,119922,75,119974,75,120026,75,120078,75,120130,75,120182,75,120234,75,120286,75,120338,75,120390,75,120442,75,922,75,120497,75,120555,75,120613,75,120671,75,120729,75,11412,75,5094,75,5845,75,42199,75,66840,75,1472,124,8739,124,9213,124,65512,124,1633,124,1777,124,66336,124,125127,124,120783,124,120793,124,120803,124,120813,124,120823,124,130033,124,65321,124,8544,124,8464,124,8465,124,119816,124,119868,124,119920,124,120024,124,120128,124,120180,124,120232,124,120284,124,120336,124,120388,124,120440,124,406,124,65356,124,8572,124,8467,124,119845,124,119897,124,119949,124,120001,124,120053,124,120105,124,120157,124,120209,124,120261,124,120313,124,120365,124,120417,124,120469,124,448,124,120496,124,120554,124,120612,124,120670,124,120728,124,11410,124,1030,124,1216,124,1493,124,1503,124,1575,124,126464,124,126592,124,65166,124,65165,124,1994,124,11599,124,5825,124,42226,124,93992,124,66186,124,66313,124,119338,76,8556,76,8466,76,119819,76,119871,76,119923,76,120027,76,120079,76,120131,76,120183,76,120235,76,120287,76,120339,76,120391,76,120443,76,11472,76,5086,76,5290,76,42209,76,93974,76,71843,76,71858,76,66587,76,66854,76,65325,77,8559,77,8499,77,119820,77,119872,77,119924,77,120028,77,120080,77,120132,77,120184,77,120236,77,120288,77,120340,77,120392,77,120444,77,924,77,120499,77,120557,77,120615,77,120673,77,120731,77,1018,77,11416,77,5047,77,5616,77,5846,77,42207,77,66224,77,66321,77,119847,110,119899,110,119951,110,120003,110,120055,110,120107,110,120159,110,120211,110,120263,110,120315,110,120367,110,120419,110,120471,110,1400,110,1404,110,65326,78,8469,78,119821,78,119873,78,119925,78,119977,78,120029,78,120081,78,120185,78,120237,78,120289,78,120341,78,120393,78,120445,78,925,78,120500,78,120558,78,120616,78,120674,78,120732,78,11418,78,42208,78,66835,78,3074,111,3202,111,3330,111,3458,111,2406,111,2662,111,2790,111,3046,111,3174,111,3302,111,3430,111,3664,111,3792,111,4160,111,1637,111,1781,111,65359,111,8500,111,119848,111,119900,111,119952,111,120056,111,120108,111,120160,111,120212,111,120264,111,120316,111,120368,111,120420,111,120472,111,7439,111,7441,111,43837,111,959,111,120528,111,120586,111,120644,111,120702,111,120760,111,963,111,120532,111,120590,111,120648,111,120706,111,120764,111,11423,111,4351,111,1413,111,1505,111,1607,111,126500,111,126564,111,126596,111,65259,111,65260,111,65258,111,65257,111,1726,111,64428,111,64429,111,64427,111,64426,111,1729,111,64424,111,64425,111,64423,111,64422,111,1749,111,3360,111,4125,111,66794,111,71880,111,71895,111,66604,111,1984,79,2534,79,2918,79,12295,79,70864,79,71904,79,120782,79,120792,79,120802,79,120812,79,120822,79,130032,79,65327,79,119822,79,119874,79,119926,79,119978,79,120030,79,120082,79,120134,79,120186,79,120238,79,120290,79,120342,79,120394,79,120446,79,927,79,120502,79,120560,79,120618,79,120676,79,120734,79,11422,79,1365,79,11604,79,4816,79,2848,79,66754,79,42227,79,71861,79,66194,79,66219,79,66564,79,66838,79,9076,112,65360,112,119849,112,119901,112,119953,112,120005,112,120057,112,120109,112,120161,112,120213,112,120265,112,120317,112,120369,112,120421,112,120473,112,961,112,120530,112,120544,112,120588,112,120602,112,120646,112,120660,112,120704,112,120718,112,120762,112,120776,112,11427,112,65328,80,8473,80,119823,80,119875,80,119927,80,119979,80,120031,80,120083,80,120187,80,120239,80,120291,80,120343,80,120395,80,120447,80,929,80,120504,80,120562,80,120620,80,120678,80,120736,80,11426,80,5090,80,5229,80,42193,80,66197,80,119850,113,119902,113,119954,113,120006,113,120058,113,120110,113,120162,113,120214,113,120266,113,120318,113,120370,113,120422,113,120474,113,1307,113,1379,113,1382,113,8474,81,119824,81,119876,81,119928,81,119980,81,120032,81,120084,81,120188,81,120240,81,120292,81,120344,81,120396,81,120448,81,11605,81,119851,114,119903,114,119955,114,120007,114,120059,114,120111,114,120163,114,120215,114,120267,114,120319,114,120371,114,120423,114,120475,114,43847,114,43848,114,7462,114,11397,114,43905,114,119318,82,8475,82,8476,82,8477,82,119825,82,119877,82,119929,82,120033,82,120189,82,120241,82,120293,82,120345,82,120397,82,120449,82,422,82,5025,82,5074,82,66740,82,5511,82,42211,82,94005,82,65363,115,119852,115,119904,115,119956,115,120008,115,120060,115,120112,115,120164,115,120216,115,120268,115,120320,115,120372,115,120424,115,120476,115,42801,115,445,115,1109,115,43946,115,71873,115,66632,115,65331,83,119826,83,119878,83,119930,83,119982,83,120034,83,120086,83,120138,83,120190,83,120242,83,120294,83,120346,83,120398,83,120450,83,1029,83,1359,83,5077,83,5082,83,42210,83,94010,83,66198,83,66592,83,119853,116,119905,116,119957,116,120009,116,120061,116,120113,116,120165,116,120217,116,120269,116,120321,116,120373,116,120425,116,120477,116,8868,84,10201,84,128872,84,65332,84,119827,84,119879,84,119931,84,119983,84,120035,84,120087,84,120139,84,120191,84,120243,84,120295,84,120347,84,120399,84,120451,84,932,84,120507,84,120565,84,120623,84,120681,84,120739,84,11430,84,5026,84,42196,84,93962,84,71868,84,66199,84,66225,84,66325,84,119854,117,119906,117,119958,117,120010,117,120062,117,120114,117,120166,117,120218,117,120270,117,120322,117,120374,117,120426,117,120478,117,42911,117,7452,117,43854,117,43858,117,651,117,965,117,120534,117,120592,117,120650,117,120708,117,120766,117,1405,117,66806,117,71896,117,8746,85,8899,85,119828,85,119880,85,119932,85,119984,85,120036,85,120088,85,120140,85,120192,85,120244,85,120296,85,120348,85,120400,85,120452,85,1357,85,4608,85,66766,85,5196,85,42228,85,94018,85,71864,85,8744,118,8897,118,65366,118,8564,118,119855,118,119907,118,119959,118,120011,118,120063,118,120115,118,120167,118,120219,118,120271,118,120323,118,120375,118,120427,118,120479,118,7456,118,957,118,120526,118,120584,118,120642,118,120700,118,120758,118,1141,118,1496,118,71430,118,43945,118,71872,118,119309,86,1639,86,1783,86,8548,86,119829,86,119881,86,119933,86,119985,86,120037,86,120089,86,120141,86,120193,86,120245,86,120297,86,120349,86,120401,86,120453,86,1140,86,11576,86,5081,86,5167,86,42719,86,42214,86,93960,86,71840,86,66845,86,623,119,119856,119,119908,119,119960,119,120012,119,120064,119,120116,119,120168,119,120220,119,120272,119,120324,119,120376,119,120428,119,120480,119,7457,119,1121,119,1309,119,1377,119,71434,119,71438,119,71439,119,43907,119,71919,87,71910,87,119830,87,119882,87,119934,87,119986,87,120038,87,120090,87,120142,87,120194,87,120246,87,120298,87,120350,87,120402,87,120454,87,1308,87,5043,87,5076,87,42218,87,5742,120,10539,120,10540,120,10799,120,65368,120,8569,120,119857,120,119909,120,119961,120,120013,120,120065,120,120117,120,120169,120,120221,120,120273,120,120325,120,120377,120,120429,120,120481,120,5441,120,5501,120,5741,88,9587,88,66338,88,71916,88,65336,88,8553,88,119831,88,119883,88,119935,88,119987,88,120039,88,120091,88,120143,88,120195,88,120247,88,120299,88,120351,88,120403,88,120455,88,42931,88,935,88,120510,88,120568,88,120626,88,120684,88,120742,88,11436,88,11613,88,5815,88,42219,88,66192,88,66228,88,66327,88,66855,88,611,121,7564,121,65369,121,119858,121,119910,121,119962,121,120014,121,120066,121,120118,121,120170,121,120222,121,120274,121,120326,121,120378,121,120430,121,120482,121,655,121,7935,121,43866,121,947,121,8509,121,120516,121,120574,121,120632,121,120690,121,120748,121,1199,121,4327,121,71900,121,65337,89,119832,89,119884,89,119936,89,119988,89,120040,89,120092,89,120144,89,120196,89,120248,89,120300,89,120352,89,120404,89,120456,89,933,89,978,89,120508,89,120566,89,120624,89,120682,89,120740,89,11432,89,1198,89,5033,89,5053,89,42220,89,94019,89,71844,89,66226,89,119859,122,119911,122,119963,122,120015,122,120067,122,120119,122,120171,122,120223,122,120275,122,120327,122,120379,122,120431,122,120483,122,7458,122,43923,122,71876,122,66293,90,71909,90,65338,90,8484,90,8488,90,119833,90,119885,90,119937,90,119989,90,120041,90,120197,90,120249,90,120301,90,120353,90,120405,90,120457,90,918,90,120493,90,120551,90,120609,90,120667,90,120725,90,5059,90,42204,90,71849,90],"_default":[160,32,8211,45,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"cs":[65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,1093,120,1061,88,1091,121,1059,89],"de":[65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,1093,120,1061,88,1091,121,1059,89],"es":[8211,45,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"fr":[65306,58,65281,33,8216,96,8245,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"it":[160,32,8211,45,65306,58,65281,33,8216,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"ja":[8211,45,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"ko":[8211,45,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"pl":[65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"pt-BR":[65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"qps-ploc":[160,32,8211,45,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"ru":[65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,305,105,921,124,1009,112,215,120],"tr":[160,32,8211,45,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"zh-hans":[65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"zh-hant":[8211,45,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89]}')}static getConfusablesForCurrentLocale(){if(!_e.map){let r=function(l){const o=new Map;for(let s=0;s<l.length;s+=2)o.set(l[s],l[s+1]);return o};const t=_e.getData();let n=Xr;(!n||!(n in t))&&(n=$r),(!n||!(n in t))&&(n="_default");const i=r(t._common),a=r(t[n]);for(const[l,o]of a)i.set(l,o);_e.map=i}return _e.map}static isAmbiguous(t){return _e.getConfusablesForCurrentLocale().has(t)}static getPrimaryConfusable(t){return _e.getConfusablesForCurrentLocale().get(t)}static getPrimaryConfusableCodePoints(){return new Set(_e.getConfusablesForCurrentLocale().keys())}}class He{static getRawData(){return JSON.parse("[9,10,11,12,13,32,127,160,173,847,1564,4447,4448,6068,6069,6155,6156,6157,6158,7355,7356,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8203,8204,8205,8206,8207,8234,8235,8236,8237,8238,8239,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,10240,12288,12644,65024,65025,65026,65027,65028,65029,65030,65031,65032,65033,65034,65035,65036,65037,65038,65039,65279,65440,65520,65521,65522,65523,65524,65525,65526,65527,65528,65532,78844,119155,119156,119157,119158,119159,119160,119161,119162,917504,917505,917506,917507,917508,917509,917510,917511,917512,917513,917514,917515,917516,917517,917518,917519,917520,917521,917522,917523,917524,917525,917526,917527,917528,917529,917530,917531,917532,917533,917534,917535,917536,917537,917538,917539,917540,917541,917542,917543,917544,917545,917546,917547,917548,917549,917550,917551,917552,917553,917554,917555,917556,917557,917558,917559,917560,917561,917562,917563,917564,917565,917566,917567,917568,917569,917570,917571,917572,917573,917574,917575,917576,917577,917578,917579,917580,917581,917582,917583,917584,917585,917586,917587,917588,917589,917590,917591,917592,917593,917594,917595,917596,917597,917598,917599,917600,917601,917602,917603,917604,917605,917606,917607,917608,917609,917610,917611,917612,917613,917614,917615,917616,917617,917618,917619,917620,917621,917622,917623,917624,917625,917626,917627,917628,917629,917630,917631,917760,917761,917762,917763,917764,917765,917766,917767,917768,917769,917770,917771,917772,917773,917774,917775,917776,917777,917778,917779,917780,917781,917782,917783,917784,917785,917786,917787,917788,917789,917790,917791,917792,917793,917794,917795,917796,917797,917798,917799,917800,917801,917802,917803,917804,917805,917806,917807,917808,917809,917810,917811,917812,917813,917814,917815,917816,917817,917818,917819,917820,917821,917822,917823,917824,917825,917826,917827,917828,917829,917830,917831,917832,917833,917834,917835,917836,917837,917838,917839,917840,917841,917842,917843,917844,917845,917846,917847,917848,917849,917850,917851,917852,917853,917854,917855,917856,917857,917858,917859,917860,917861,917862,917863,917864,917865,917866,917867,917868,917869,917870,917871,917872,917873,917874,917875,917876,917877,917878,917879,917880,917881,917882,917883,917884,917885,917886,917887,917888,917889,917890,917891,917892,917893,917894,917895,917896,917897,917898,917899,917900,917901,917902,917903,917904,917905,917906,917907,917908,917909,917910,917911,917912,917913,917914,917915,917916,917917,917918,917919,917920,917921,917922,917923,917924,917925,917926,917927,917928,917929,917930,917931,917932,917933,917934,917935,917936,917937,917938,917939,917940,917941,917942,917943,917944,917945,917946,917947,917948,917949,917950,917951,917952,917953,917954,917955,917956,917957,917958,917959,917960,917961,917962,917963,917964,917965,917966,917967,917968,917969,917970,917971,917972,917973,917974,917975,917976,917977,917978,917979,917980,917981,917982,917983,917984,917985,917986,917987,917988,917989,917990,917991,917992,917993,917994,917995,917996,917997,917998,917999]")}static getData(){return this._data||(this._data=new Set(He.getRawData())),this._data}static isInvisibleCharacter(t){return He.getData().has(t)}static get codePoints(){return He.getData()}}He._data=void 0;const oa="$initialize";class la{constructor(t,n,r,i){this.vsWorker=t,this.req=n,this.method=r,this.args=i,this.type=0}}class Cn{constructor(t,n,r,i){this.vsWorker=t,this.seq=n,this.res=r,this.err=i,this.type=1}}class ca{constructor(t,n,r,i){this.vsWorker=t,this.req=n,this.eventName=r,this.arg=i,this.type=2}}class ua{constructor(t,n,r){this.vsWorker=t,this.req=n,this.event=r,this.type=3}}class da{constructor(t,n){this.vsWorker=t,this.req=n,this.type=4}}class ha{constructor(t){this._workerId=-1,this._handler=t,this._lastSentReq=0,this._pendingReplies=Object.create(null),this._pendingEmitters=new Map,this._pendingEvents=new Map}setWorkerId(t){this._workerId=t}sendMessage(t,n){const r=String(++this._lastSentReq);return new Promise((i,a)=>{this._pendingReplies[r]={resolve:i,reject:a},this._send(new la(this._workerId,r,t,n))})}listen(t,n){let r=null;const i=new Se({onFirstListenerAdd:()=>{r=String(++this._lastSentReq),this._pendingEmitters.set(r,i),this._send(new ca(this._workerId,r,t,n))},onLastListenerRemove:()=>{this._pendingEmitters.delete(r),this._send(new da(this._workerId,r)),r=null}});return i.event}handleMessage(t){!t||!t.vsWorker||this._workerId!==-1&&t.vsWorker!==this._workerId||this._handleMessage(t)}_handleMessage(t){switch(t.type){case 1:return this._handleReplyMessage(t);case 0:return this._handleRequestMessage(t);case 2:return this._handleSubscribeEventMessage(t);case 3:return this._handleEventMessage(t);case 4:return this._handleUnsubscribeEventMessage(t)}}_handleReplyMessage(t){if(!this._pendingReplies[t.seq]){console.warn("Got reply to unknown seq");return}let n=this._pendingReplies[t.seq];if(delete this._pendingReplies[t.seq],t.err){let r=t.err;t.err.$isError&&(r=new Error,r.name=t.err.name,r.message=t.err.message,r.stack=t.err.stack),n.reject(r);return}n.resolve(t.res)}_handleRequestMessage(t){let n=t.req;this._handler.handleMessage(t.method,t.args).then(i=>{this._send(new Cn(this._workerId,n,i,void 0))},i=>{i.detail instanceof Error&&(i.detail=yn(i.detail)),this._send(new Cn(this._workerId,n,void 0,yn(i)))})}_handleSubscribeEventMessage(t){const n=t.req,r=this._handler.handleEvent(t.eventName,t.arg)(i=>{this._send(new ua(this._workerId,n,i))});this._pendingEvents.set(n,r)}_handleEventMessage(t){if(!this._pendingEmitters.has(t.req)){console.warn("Got event for unknown req");return}this._pendingEmitters.get(t.req).fire(t.event)}_handleUnsubscribeEventMessage(t){if(!this._pendingEvents.has(t.req)){console.warn("Got unsubscribe for unknown req");return}this._pendingEvents.get(t.req).dispose(),this._pendingEvents.delete(t.req)}_send(t){let n=[];if(t.type===0)for(let r=0;r<t.args.length;r++)t.args[r]instanceof ArrayBuffer&&n.push(t.args[r]);else t.type===1&&t.res instanceof ArrayBuffer&&n.push(t.res);this._handler.sendMessage(t,n)}}function En(e){return e[0]==="o"&&e[1]==="n"&&Dn(e.charCodeAt(2))}function Ln(e){return/^onDynamic/.test(e)&&Dn(e.charCodeAt(9))}function pa(e,t,n){const r=l=>function(){const o=Array.prototype.slice.call(arguments,0);return t(l,o)},i=l=>function(o){return n(l,o)};let a={};for(const l of e){if(Ln(l)){a[l]=i(l);continue}if(En(l)){a[l]=n(l,void 0);continue}a[l]=r(l)}return a}class ma{constructor(t,n){this._requestHandlerFactory=n,this._requestHandler=null,this._protocol=new ha({sendMessage:(r,i)=>{t(r,i)},handleMessage:(r,i)=>this._handleMessage(r,i),handleEvent:(r,i)=>this._handleEvent(r,i)})}onmessage(t){this._protocol.handleMessage(t)}_handleMessage(t,n){if(t===oa)return this.initialize(n[0],n[1],n[2],n[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,n))}catch(r){return Promise.reject(r)}}_handleEvent(t,n){if(!this._requestHandler)throw new Error("Missing requestHandler");if(Ln(t)){const r=this._requestHandler[t].call(this._requestHandler,n);if(typeof r!="function")throw new Error(`Missing dynamic event ${t} on request handler.`);return r}if(En(t)){const r=this._requestHandler[t];if(typeof r!="function")throw new Error(`Missing event ${t} on request handler.`);return r}throw new Error(`Malformed event name ${t}`)}initialize(t,n,r,i){this._protocol.setWorkerId(t);const o=pa(i,(s,c)=>this._protocol.sendMessage(s,c),(s,c)=>this._protocol.listen(s,c));return this._requestHandlerFactory?(this._requestHandler=this._requestHandlerFactory(o),Promise.resolve(Ft(this._requestHandler))):(n&&(typeof n.baseUrl!="undefined"&&delete n.baseUrl,typeof n.paths!="undefined"&&typeof n.paths.vs!="undefined"&&delete n.paths.vs,typeof n.trustedTypesPolicy!==void 0&&delete n.trustedTypesPolicy,n.catchError=!0,K.require.config(n)),new Promise((s,c)=>{K.require([r],d=>{if(this._requestHandler=d.create(o),!this._requestHandler){c(new Error("No RequestHandler!"));return}s(Ft(this._requestHandler))},c)}))}}class Ae{constructor(t,n,r,i){this.originalStart=t,this.originalLength=n,this.modifiedStart=r,this.modifiedLength=i}getOriginalEnd(){return this.originalStart+this.originalLength}getModifiedEnd(){return this.modifiedStart+this.modifiedLength}}function Mn(e,t){return(t<<5)-t+e|0}function fa(e,t){t=Mn(149417,t);for(let n=0,r=e.length;n<r;n++)t=Mn(e.charCodeAt(n),t);return t}class Rn{constructor(t){this.source=t}getElements(){const t=this.source,n=new Int32Array(t.length);for(let r=0,i=t.length;r<i;r++)n[r]=t.charCodeAt(r);return n}}function _a(e,t,n){return new xe(new Rn(e),new Rn(t)).ComputeDiff(n).changes}class Oe{static Assert(t,n){if(!t)throw new Error(n)}}class qe{static Copy(t,n,r,i,a){for(let l=0;l<a;l++)r[i+l]=t[n+l]}static Copy2(t,n,r,i,a){for(let l=0;l<a;l++)r[i+l]=t[n+l]}}class Nn{constructor(){this.m_changes=[],this.m_originalStart=1073741824,this.m_modifiedStart=1073741824,this.m_originalCount=0,this.m_modifiedCount=0}MarkNextChange(){(this.m_originalCount>0||this.m_modifiedCount>0)&&this.m_changes.push(new Ae(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}AddOriginalElement(t,n){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,n),this.m_originalCount++}AddModifiedElement(t,n){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,n),this.m_modifiedCount++}getChanges(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes}getReverseChanges(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes.reverse(),this.m_changes}}class xe{constructor(t,n,r=null){this.ContinueProcessingPredicate=r,this._originalSequence=t,this._modifiedSequence=n;const[i,a,l]=xe._getElements(t),[o,s,c]=xe._getElements(n);this._hasStrings=l&&c,this._originalStringElements=i,this._originalElementsOrHash=a,this._modifiedStringElements=o,this._modifiedElementsOrHash=s,this.m_forwardHistory=[],this.m_reverseHistory=[]}static _isStringArray(t){return t.length>0&&typeof t[0]=="string"}static _getElements(t){const n=t.getElements();if(xe._isStringArray(n)){const r=new Int32Array(n.length);for(let i=0,a=n.length;i<a;i++)r[i]=fa(n[i],0);return[n,r,!0]}return n instanceof Int32Array?[[],n,!1]:[[],new Int32Array(n),!1]}ElementsAreEqual(t,n){return this._originalElementsOrHash[t]!==this._modifiedElementsOrHash[n]?!1:this._hasStrings?this._originalStringElements[t]===this._modifiedStringElements[n]:!0}ElementsAreStrictEqual(t,n){if(!this.ElementsAreEqual(t,n))return!1;const r=xe._getStrictElement(this._originalSequence,t),i=xe._getStrictElement(this._modifiedSequence,n);return r===i}static _getStrictElement(t,n){return typeof t.getStrictElement=="function"?t.getStrictElement(n):null}OriginalElementsAreEqual(t,n){return this._originalElementsOrHash[t]!==this._originalElementsOrHash[n]?!1:this._hasStrings?this._originalStringElements[t]===this._originalStringElements[n]:!0}ModifiedElementsAreEqual(t,n){return this._modifiedElementsOrHash[t]!==this._modifiedElementsOrHash[n]?!1:this._hasStrings?this._modifiedStringElements[t]===this._modifiedStringElements[n]:!0}ComputeDiff(t){return this._ComputeDiff(0,this._originalElementsOrHash.length-1,0,this._modifiedElementsOrHash.length-1,t)}_ComputeDiff(t,n,r,i,a){const l=[!1];let o=this.ComputeDiffRecursive(t,n,r,i,l);return a&&(o=this.PrettifyChanges(o)),{quitEarly:l[0],changes:o}}ComputeDiffRecursive(t,n,r,i,a){for(a[0]=!1;t<=n&&r<=i&&this.ElementsAreEqual(t,r);)t++,r++;for(;n>=t&&i>=r&&this.ElementsAreEqual(n,i);)n--,i--;if(t>n||r>i){let d;return r<=i?(Oe.Assert(t===n+1,"originalStart should only be one more than originalEnd"),d=[new Ae(t,0,r,i-r+1)]):t<=n?(Oe.Assert(r===i+1,"modifiedStart should only be one more than modifiedEnd"),d=[new Ae(t,n-t+1,r,0)]):(Oe.Assert(t===n+1,"originalStart should only be one more than originalEnd"),Oe.Assert(r===i+1,"modifiedStart should only be one more than modifiedEnd"),d=[]),d}const l=[0],o=[0],s=this.ComputeRecursionPoint(t,n,r,i,l,o,a),c=l[0],u=o[0];if(s!==null)return s;if(!a[0]){const d=this.ComputeDiffRecursive(t,c,r,u,a);let h=[];return a[0]?h=[new Ae(c+1,n-(c+1)+1,u+1,i-(u+1)+1)]:h=this.ComputeDiffRecursive(c+1,n,u+1,i,a),this.ConcatenateChanges(d,h)}return[new Ae(t,n-t+1,r,i-r+1)]}WALKTRACE(t,n,r,i,a,l,o,s,c,u,d,h,f,v,g,y,T,m){let b=null,A=null,C=new Nn,U=n,_=r,p=f[0]-y[0]-i,w=-1073741824,B=this.m_forwardHistory.length-1;do{const R=p+t;R===U||R<_&&c[R-1]<c[R+1]?(d=c[R+1],v=d-p-i,d<w&&C.MarkNextChange(),w=d,C.AddModifiedElement(d+1,v),p=R+1-t):(d=c[R-1]+1,v=d-p-i,d<w&&C.MarkNextChange(),w=d-1,C.AddOriginalElement(d,v+1),p=R-1-t),B>=0&&(c=this.m_forwardHistory[B],t=c[0],U=1,_=c.length-1)}while(--B>=-1);if(b=C.getReverseChanges(),m[0]){let R=f[0]+1,N=y[0]+1;if(b!==null&&b.length>0){const z=b[b.length-1];R=Math.max(R,z.getOriginalEnd()),N=Math.max(N,z.getModifiedEnd())}A=[new Ae(R,h-R+1,N,g-N+1)]}else{C=new Nn,U=l,_=o,p=f[0]-y[0]-s,w=1073741824,B=T?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{const R=p+a;R===U||R<_&&u[R-1]>=u[R+1]?(d=u[R+1]-1,v=d-p-s,d>w&&C.MarkNextChange(),w=d+1,C.AddOriginalElement(d+1,v+1),p=R+1-a):(d=u[R-1],v=d-p-s,d>w&&C.MarkNextChange(),w=d,C.AddModifiedElement(d+1,v+1),p=R-1-a),B>=0&&(u=this.m_reverseHistory[B],a=u[0],U=1,_=u.length-1)}while(--B>=-1);A=C.getChanges()}return this.ConcatenateChanges(b,A)}ComputeRecursionPoint(t,n,r,i,a,l,o){let s=0,c=0,u=0,d=0,h=0,f=0;t--,r--,a[0]=0,l[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];const v=n-t+(i-r),g=v+1,y=new Int32Array(g),T=new Int32Array(g),m=i-r,b=n-t,A=t-r,C=n-i,_=(b-m)%2==0;y[m]=t,T[b]=n,o[0]=!1;for(let p=1;p<=v/2+1;p++){let w=0,B=0;u=this.ClipDiagonalBound(m-p,p,m,g),d=this.ClipDiagonalBound(m+p,p,m,g);for(let N=u;N<=d;N+=2){N===u||N<d&&y[N-1]<y[N+1]?s=y[N+1]:s=y[N-1]+1,c=s-(N-m)-A;const z=s;for(;s<n&&c<i&&this.ElementsAreEqual(s+1,c+1);)s++,c++;if(y[N]=s,s+c>w+B&&(w=s,B=c),!_&&Math.abs(N-b)<=p-1&&s>=T[N])return a[0]=s,l[0]=c,z<=T[N]&&1447>0&&p<=1447+1?this.WALKTRACE(m,u,d,A,b,h,f,C,y,T,s,n,a,c,i,l,_,o):null}const R=(w-t+(B-r)-p)/2;if(this.ContinueProcessingPredicate!==null&&!this.ContinueProcessingPredicate(w,R))return o[0]=!0,a[0]=w,l[0]=B,R>0&&1447>0&&p<=1447+1?this.WALKTRACE(m,u,d,A,b,h,f,C,y,T,s,n,a,c,i,l,_,o):(t++,r++,[new Ae(t,n-t+1,r,i-r+1)]);h=this.ClipDiagonalBound(b-p,p,b,g),f=this.ClipDiagonalBound(b+p,p,b,g);for(let N=h;N<=f;N+=2){N===h||N<f&&T[N-1]>=T[N+1]?s=T[N+1]-1:s=T[N-1],c=s-(N-b)-C;const z=s;for(;s>t&&c>r&&this.ElementsAreEqual(s,c);)s--,c--;if(T[N]=s,_&&Math.abs(N-m)<=p&&s<=y[N])return a[0]=s,l[0]=c,z>=y[N]&&1447>0&&p<=1447+1?this.WALKTRACE(m,u,d,A,b,h,f,C,y,T,s,n,a,c,i,l,_,o):null}if(p<=1447){let N=new Int32Array(d-u+2);N[0]=m-u+1,qe.Copy2(y,u,N,1,d-u+1),this.m_forwardHistory.push(N),N=new Int32Array(f-h+2),N[0]=b-h+1,qe.Copy2(T,h,N,1,f-h+1),this.m_reverseHistory.push(N)}}return this.WALKTRACE(m,u,d,A,b,h,f,C,y,T,s,n,a,c,i,l,_,o)}PrettifyChanges(t){for(let n=0;n<t.length;n++){const r=t[n],i=n<t.length-1?t[n+1].originalStart:this._originalElementsOrHash.length,a=n<t.length-1?t[n+1].modifiedStart:this._modifiedElementsOrHash.length,l=r.originalLength>0,o=r.modifiedLength>0;for(;r.originalStart+r.originalLength<i&&r.modifiedStart+r.modifiedLength<a&&(!l||this.OriginalElementsAreEqual(r.originalStart,r.originalStart+r.originalLength))&&(!o||this.ModifiedElementsAreEqual(r.modifiedStart,r.modifiedStart+r.modifiedLength));){const c=this.ElementsAreStrictEqual(r.originalStart,r.modifiedStart);if(this.ElementsAreStrictEqual(r.originalStart+r.originalLength,r.modifiedStart+r.modifiedLength)&&!c)break;r.originalStart++,r.modifiedStart++}let s=[null];if(n<t.length-1&&this.ChangesOverlap(t[n],t[n+1],s)){t[n]=s[0],t.splice(n+1,1),n--;continue}}for(let n=t.length-1;n>=0;n--){const r=t[n];let i=0,a=0;if(n>0){const d=t[n-1];i=d.originalStart+d.originalLength,a=d.modifiedStart+d.modifiedLength}const l=r.originalLength>0,o=r.modifiedLength>0;let s=0,c=this._boundaryScore(r.originalStart,r.originalLength,r.modifiedStart,r.modifiedLength);for(let d=1;;d++){const h=r.originalStart-d,f=r.modifiedStart-d;if(h<i||f<a||l&&!this.OriginalElementsAreEqual(h,h+r.originalLength)||o&&!this.ModifiedElementsAreEqual(f,f+r.modifiedLength))break;const g=(h===i&&f===a?5:0)+this._boundaryScore(h,r.originalLength,f,r.modifiedLength);g>c&&(c=g,s=d)}r.originalStart-=s,r.modifiedStart-=s;const u=[null];if(n>0&&this.ChangesOverlap(t[n-1],t[n],u)){t[n-1]=u[0],t.splice(n,1),n++;continue}}if(this._hasStrings)for(let n=1,r=t.length;n<r;n++){const i=t[n-1],a=t[n],l=a.originalStart-i.originalStart-i.originalLength,o=i.originalStart,s=a.originalStart+a.originalLength,c=s-o,u=i.modifiedStart,d=a.modifiedStart+a.modifiedLength,h=d-u;if(l<5&&c<20&&h<20){const f=this._findBetterContiguousSequence(o,c,u,h,l);if(f){const[v,g]=f;(v!==i.originalStart+i.originalLength||g!==i.modifiedStart+i.modifiedLength)&&(i.originalLength=v-i.originalStart,i.modifiedLength=g-i.modifiedStart,a.originalStart=v+l,a.modifiedStart=g+l,a.originalLength=s-a.originalStart,a.modifiedLength=d-a.modifiedStart)}}}return t}_findBetterContiguousSequence(t,n,r,i,a){if(n<a||i<a)return null;const l=t+n-a+1,o=r+i-a+1;let s=0,c=0,u=0;for(let d=t;d<l;d++)for(let h=r;h<o;h++){const f=this._contiguousSequenceScore(d,h,a);f>0&&f>s&&(s=f,c=d,u=h)}return s>0?[c,u]:null}_contiguousSequenceScore(t,n,r){let i=0;for(let a=0;a<r;a++){if(!this.ElementsAreEqual(t+a,n+a))return 0;i+=this._originalStringElements[t+a].length}return i}_OriginalIsBoundary(t){return t<=0||t>=this._originalElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._originalStringElements[t])}_OriginalRegionIsBoundary(t,n){if(this._OriginalIsBoundary(t)||this._OriginalIsBoundary(t-1))return!0;if(n>0){const r=t+n;if(this._OriginalIsBoundary(r-1)||this._OriginalIsBoundary(r))return!0}return!1}_ModifiedIsBoundary(t){return t<=0||t>=this._modifiedElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._modifiedStringElements[t])}_ModifiedRegionIsBoundary(t,n){if(this._ModifiedIsBoundary(t)||this._ModifiedIsBoundary(t-1))return!0;if(n>0){const r=t+n;if(this._ModifiedIsBoundary(r-1)||this._ModifiedIsBoundary(r))return!0}return!1}_boundaryScore(t,n,r,i){const a=this._OriginalRegionIsBoundary(t,n)?1:0,l=this._ModifiedRegionIsBoundary(r,i)?1:0;return a+l}ConcatenateChanges(t,n){let r=[];if(t.length===0||n.length===0)return n.length>0?n:t;if(this.ChangesOverlap(t[t.length-1],n[0],r)){const i=new Array(t.length+n.length-1);return qe.Copy(t,0,i,0,t.length-1),i[t.length-1]=r[0],qe.Copy(n,1,i,t.length,n.length-1),i}else{const i=new Array(t.length+n.length);return qe.Copy(t,0,i,0,t.length),qe.Copy(n,0,i,t.length,n.length),i}}ChangesOverlap(t,n,r){if(Oe.Assert(t.originalStart<=n.originalStart,"Left change is not less than or equal to right change"),Oe.Assert(t.modifiedStart<=n.modifiedStart,"Left change is not less than or equal to right change"),t.originalStart+t.originalLength>=n.originalStart||t.modifiedStart+t.modifiedLength>=n.modifiedStart){const i=t.originalStart;let a=t.originalLength;const l=t.modifiedStart;let o=t.modifiedLength;return t.originalStart+t.originalLength>=n.originalStart&&(a=n.originalStart+n.originalLength-t.originalStart),t.modifiedStart+t.modifiedLength>=n.modifiedStart&&(o=n.modifiedStart+n.modifiedLength-t.modifiedStart),r[0]=new Ae(i,a,l,o),!0}else return r[0]=null,!1}ClipDiagonalBound(t,n,r,i){if(t>=0&&t<i)return t;const a=r,l=i-r-1,o=n%2==0;if(t<0){const s=a%2==0;return o===s?0:1}else{const s=l%2==0;return o===s?i-1:i-2}}}let Ve;if(typeof K.vscode!="undefined"&&typeof K.vscode.process!="undefined"){const e=K.vscode.process;Ve={get platform(){return e.platform},get arch(){return e.arch},get env(){return e.env},cwd(){return e.cwd()}}}else typeof process!="undefined"?Ve={get platform(){return process.platform},get arch(){return process.arch},get env(){return{npm_package_devDependencies_react_dom:"^17.0.2",npm_package_devDependencies__storybook_addon_links:"^6.3.12",npm_package_devDependencies__emotion_eslint_plugin:"^11.2.0",COREPACK_ROOT:"/Users/NewItem/.npm-global/lib/node_modules/corepack",npm_package_gitHead:"492b228acbf6f7bc309984755a8dd948ea6fb0e2",npm_package_devDependencies_prettier:"^2.3.2",npm_package_devDependencies_postcss_import:"^14.0.2",npm_package_devDependencies_xterm:"^4.13.0",npm_package_devDependencies_tsconfig_paths_webpack_plugin:"^3.5.1",npm_package_devDependencies_source_map_loader:"^3.0.0",npm_package_devDependencies_rsuite:"^5.0.0",npm_package_devDependencies__types_tailwindcss:"^2.2.4",TERM_PROGRAM:"vscode",npm_package_devDependencies_normalize_url:"^7.0.2",npm_package_devDependencies_idb:"^6.1.5",npm_package_devDependencies_cssnano:"^5.0.11",NODE:"/usr/local/bin/node",npm_package_devDependencies_socket_io_client:"^4.2.0",npm_package_devDependencies_file_loader:"^6.2.0",INIT_CWD:"/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client",_P9K_TTY:"/dev/ttys005",npm_package_devDependencies_terser_webpack_plugin:"^5.2.5",npm_package_devDependencies__emotion_babel_preset_css_prop:"^11.2.0",npm_package_homepage:"https://github.com/dao42/d42paas_frontend#readme",npm_config_version_git_tag:"true",SHELL:"/bin/zsh",TERM:"xterm-256color",npm_package_devDependencies_vite:"^2.7.2",npm_package_devDependencies_stylis:"^4.0.10",npm_package_devDependencies_jest:"27.0.6",npm_package_devDependencies__storybook_addon_essentials:"^6.3.12",npm_package_devDependencies_style_loader:"^3.3.1",npm_package_devDependencies_rimraf:"^3.0.2",TMPDIR:"/var/folders/73/z0q5wqjj1cs3h4djx_gkqr7m0000gp/T/",npm_package_devDependencies_happypack:"^5.0.1",npm_package_devDependencies__babel_preset_typescript:"^7.15.0",npm_config_init_license:"MIT",TERM_PROGRAM_VERSION:"1.63.0",npm_package_devDependencies_fs_extra:"^10.0.0",npm_package_devDependencies_concurrently:"^6.3.0",npm_package_devDependencies_babel_core:"^6.26.3",npm_package_devDependencies__vitejs_plugin_react:"^1.0.7",npm_package_devDependencies__types_happypack:"^5.0.2",npm_package_devDependencies__emotion_react:"^11.4.1",npm_package_scripts_copyTS:"shx cp ./src/types/editor.d.ts ./dist",npm_package_scripts_dev:"vite serve --host --config ./config/vite.config.ts",ORIGINAL_XDG_CURRENT_DESKTOP:"undefined",npm_package_devDependencies_sass_loader:"^12.2.0",npm_package_devDependencies_xterm_addon_fit:"^0.5.0",npm_package_devDependencies_webpack_bundle_analyzer:"^4.5.0",npm_package_devDependencies_ot:"^0.0.15",npm_package_devDependencies__babel_plugin_syntax_dynamic_import:"^7.8.3",npm_package_scripts_dev_disble:'cross-env TS_NODE_PROJECT="tsconfig.dev.json" webpack serve --open --config ./config/webpack.dev.config.ts',npm_config_registry:"https://registry.yarnpkg.com",ZSH:"/Users/NewItem/.oh-my-zsh",npm_package_repository_url:"git+https://github.com/dao42/d42paas_frontend.git",npm_package_scripts_fix:"eslint --fix --ext .jsx src/**",npm_package_devDependencies__emotion_styled:"^11.3.0",npm_package_scripts_patch:"npm version patch",USER:"NewItem",http_proxy:"http://127.0.0.1:8889",npm_package_devDependencies_webpack:"^5.52.0",npm_package_devDependencies_react:"^17.0.2",npm_package_devDependencies__babel_plugin_transform_runtime:"^7.15.0",npm_package_description:"> TODO: description",npm_package_devDependencies_webpack_cli:"^4.9.1",npm_package_devDependencies_socket_io:"^4.2.0",npm_package_devDependencies_glob_all:"^3.2.1",npm_package_devDependencies_dotenv:"^10.0.0",npm_package_devDependencies__types_react:"^17.0.24",npm_package_license:"ISC",COMMAND_MODE:"unix2003",npm_package_devDependencies_monaco_editor:"^0.31.0",npm_package_devDependencies__emotion_babel_plugin:"^11.3.0",npm_package_scripts_build_storybook:"build-storybook -o .storybook/dist",npm_package_scripts_prebuild:"rimraf dist",npm_package_exports___import:"./dist/DaoPaaS.es.js",npm_package_devDependencies_webpack_dev_server:"^4.1.0",npm_package_devDependencies_reflect_metadata:"^0.1.13",npm_package_devDependencies__babel_core:"^7.9",SSH_AUTH_SOCK:"/private/tmp/com.apple.launchd.2PpvPV1yeD/Listeners",npm_package_devDependencies_babel_loader:"^8.2.2",npm_package_devDependencies__types_ip:"^1.1.0",npm_package_devDependencies__storybook_manager_webpack5:"^6.3.12",npm_package_devDependencies__storybook_addon_actions:"^6.3.12",__CF_USER_TEXT_ENCODING:"0x1F6:0x0:0x0",npm_package_devDependencies_rxjs:"^7.2.0",npm_package_devDependencies_postcss:"^8.0.9",npm_package_devDependencies__types_jest:"^27.0.2",npm_execpath:"/Users/NewItem/.yarn/releases/yarn-1.22.1.cjs",npm_package_devDependencies_webpack_dashboard:"^3.3.6",npm_package_devDependencies__emotion_core:"^11.0.0",PAGER:"less",npm_package_module:"./dist/DaoPaaS.es.js",npm_package_devDependencies__fullhuman_postcss_purgecss:"^4.0.3",npm_package_devDependencies__emotion_css:"^11.1.3",npm_package_author_name:"eric183",LSCOLORS:"Gxfxcxdxbxegedabagacad",YARN_IGNORE_PATH:"1",npm_package_devDependencies_mini_css_extract_plugin:"^2.4.5",npm_package_devDependencies__types_react_dom:"^17.0.9",npm_package_devDependencies__babel_runtime:"^7.15.4",npm_package_scripts_vite_save:"NODE_ENV=production vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch",PATH:"/var/folders/73/z0q5wqjj1cs3h4djx_gkqr7m0000gp/T/yarn--1640601202474-0.8905620113986801:/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client/node_modules/.bin:/Users/NewItem/.config/yarn/link/node_modules/.bin:/Users/NewItem/Documents/WorkSpace/d42paas_frontend/node_modules/.bin:/usr/local/libexec/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/bin/node_modules/npm/bin/node-gyp-bin:/Users/NewItem/.npm-global/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/NewItem/.npm-global/bin:/bin/zsh:/bin/zsh",npm_config_argv:'{"remain":[],"cooked":["run","vite"],"original":["vite"]}',npm_package_devDependencies_uuid:"^8.3.2",npm_package_devDependencies__types_css_minimizer_webpack_plugin:"^3.0.2",npm_package_scripts_start_web:"yarn prebuild && yarn vite",npm_package_devDependencies_lottie_web:"^5.7.14",npm_config_workspaces_experimental:"true",_:"/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client/node_modules/.bin/vite",npm_config_https_proxy:"http://127.0.0.1:8889/",__CFBundleIdentifier:"com.microsoft.VSCode",npm_package_devDependencies_ts_jest:"^27.0.3",PWD:"/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client",npm_package_devDependencies_zustand:"^3.5.10",npm_package_devDependencies_tailwindcss:"^3.0.7",npm_package_bugs_url:"https://github.com/dao42/d42paas_frontend/issues",npm_package_devDependencies_react_loading_skeleton:"^3.0.1",npm_package_devDependencies__types_lodash:"^4.14.175",P9K_SSH:"0",npm_lifecycle_event:"vite",LANG:"en_US.UTF-8",P9K_TTY:"old",npm_package_repository_type:"git",npm_package_devDependencies__types_mini_css_extract_plugin:"^2.4.0",npm_package_dependencies__dao42_d42paas_rtc:"^0.1.8",npm_package_types:"./dist/editor.d.ts",npm_package_name:"@dao42/d42paas-front",npm_package_devDependencies__babel_preset_react:"^7.14.5",npm_package_devDependencies__babel_preset_env:"^7.15.4",npm_package_scripts_analyse:'cross-env NODE_ENV=production TS_NODE_PROJECT="tsconfig.json" webpack --config ./config/webpack.analytics.config.js',npm_package_devDependencies_sass:"^1.43.2",npm_config_version_commit_hooks:"true",XPC_FLAGS:"0x0",VSCODE_GIT_ASKPASS_EXTRA_ARGS:"--ms-enable-electron-run-as-node",npm_package_devDependencies_ts_loader:"^9.2.5",npm_package_devDependencies_react_complex_tree:"^1.1.2",npm_package_devDependencies__types_dotenv_webpack:"^7.0.3",npm_package_exports___dist_style_css_import:"./dist/style.css",npm_config_bin_links:"true",npm_package_devDependencies__storybook_react:"^6.3.12",https_proxy:"http://127.0.0.1:8889",npm_package_devDependencies_speed_measure_webpack_plugin:"^1.5.0",npm_package_main:"./dist/DaoPaaS.umd.js",XPC_SERVICE_NAME:"0",npm_package_devDependencies_react_spring:"^9.2.4",npm_package_version:"0.5.12",npm_package_devDependencies_three:"^0.132.2",npm_package_devDependencies_css_minimizer_webpack_plugin:"^3.1.4",npm_package_devDependencies_autoprefixer:"^10.0.2",npm_package_devDependencies__storybook_addon_postcss:"^2.0.0",npm_package_scripts_vite:"vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch",HOME:"/Users/NewItem",SHLVL:"2",npm_package_devDependencies_reconnecting_websocket:"^4.4.0",npm_package_scripts_dev_save:"NODE_ENV=development vite --host --mode development --config ./config/vite.config.ts",VSCODE_GIT_ASKPASS_MAIN:"/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/git/dist/askpass-main.js",npm_package_scripts_storybook:"start-storybook -p 6006",npm_package_devDependencies_lodash:"^4.17.21",npm_package_devDependencies_ip:"^1.1.5",npm_package_scripts_webpack:'cross-env TS_NODE_PROJECT="tsconfig.dev.json" webpack --config ./config/webpack.prod.config.ts',npm_config_save_prefix:"^",npm_config_strict_ssl:"true",npm_config_version_git_message:"v%s",npm_package_devDependencies_ts_node:"^10.0.0",npm_package_devDependencies_react_router_dom:"^5.3.0",npm_package_devDependencies__react_spring_types:"^9.2.4",LOGNAME:"NewItem",LESS:"-R",YARN_WRAP_OUTPUT:"false",npm_package_devDependencies_html_webpack_plugin:"^5.3.2",npm_lifecycle_script:"vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch",npm_package_exports___require:"./dist/DaoPaaS.umd.js",VSCODE_GIT_IPC_HANDLE:"/var/folders/73/z0q5wqjj1cs3h4djx_gkqr7m0000gp/T/vscode-git-479bb0b408.sock",npm_package_exports___dist_style_css_require:"./dist/style.css",npm_package_author_email:"kk297466058@gmail.com",npm_config_ignore_path:"1",npm_config_proxy:"http://127.0.0.1:8889/",npm_package_devDependencies_react_dnd_html5_backend:"^14.0.2",npm_package_devDependencies_monaco_editor_core:"^0.31.0",npm_package_devDependencies__types_fs_extra:"^9.0.13",npm_package_devDependencies_postcss_nesting:"^10.1.0",npm_package_devDependencies__types_uuid:"^8.3.1",npm_package_devDependencies__types_ot:"^0.0.5",npm_config_version_git_sign:"",npm_config_ignore_scripts:"",npm_config_user_agent:"yarn/1.22.1 npm/? node/v16.13.1 darwin x64",GIT_ASKPASS:"/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/git/dist/askpass.sh",VSCODE_GIT_ASKPASS_NODE:"/Applications/Visual Studio Code.app/Contents/MacOS/Electron",npm_package_devDependencies_dotenv_webpack:"^7.0.3",npm_package_devDependencies_axios:"^0.21.4",npm_package_devDependencies__types_webpack:"^5.28.0",npm_package_files_0:"dist",npm_package_scripts_np:"npm publish --access-public",npm_config_init_version:"1.0.0",npm_config_ignore_optional:"",npm_package_devDependencies_css_loader:"^6.5.1",npm_package_devDependencies_react_dnd:"^14.0.4",COLORTERM:"truecolor",npm_node_execpath:"/usr/local/bin/node",npm_package_devDependencies_xterm_addon_attach:"^0.6.0",npm_package_devDependencies__loadable_component:"^5.15.2",npm_config_version_tag_prefix:"v",npm_config_prefix:"/Users/NewItem/.npm-global",NODE_ENV:"production",RABBITMQ_USER:"agent",RABBITMQ_PASSWORD:"d42agent",RABBITMQ_ORIGIN:"develop.1024paas.com",RABBITMQ_VHOST:"/dev",RABBITMQ_PORT:"5672",SOCKET_INSTANCE_REDIS_HOST:"gz-crs-c68uv1j5.sql.tencentcdb.com",SOCKET_INSTANCE_REDIS_PORT:"22680",SOCKET_INSTANCE_REDIS_PASSWORD:"1024paas",SOCKET_INSTANCE_REDIS_DATABASE:"2",SOCKET_INSTANCE_CLIENT_PORT:"4001",TICKET_ORIGIN:"develop.1024paas.com",TICKET_PORT:"8000","process.env.npm_package_devDependencies_react_dom":"^17.0.2","process.env.npm_package_devDependencies__storybook_addon_links":"^6.3.12","process.env.npm_package_devDependencies__emotion_eslint_plugin":"^11.2.0","process.env.COREPACK_ROOT":"/Users/NewItem/.npm-global/lib/node_modules/corepack","process.env.npm_package_gitHead":"492b228acbf6f7bc309984755a8dd948ea6fb0e2","process.env.npm_package_devDependencies_prettier":"^2.3.2","process.env.npm_package_devDependencies_postcss_import":"^14.0.2","process.env.npm_package_devDependencies_xterm":"^4.13.0","process.env.npm_package_devDependencies_tsconfig_paths_webpack_plugin":"^3.5.1","process.env.npm_package_devDependencies_source_map_loader":"^3.0.0","process.env.npm_package_devDependencies_rsuite":"^5.0.0","process.env.npm_package_devDependencies__types_tailwindcss":"^2.2.4","process.env.TERM_PROGRAM":"vscode","process.env.npm_package_devDependencies_normalize_url":"^7.0.2","process.env.npm_package_devDependencies_idb":"^6.1.5","process.env.npm_package_devDependencies_cssnano":"^5.0.11","process.env.NODE":"/usr/local/bin/node","process.env.npm_package_devDependencies_socket_io_client":"^4.2.0","process.env.npm_package_devDependencies_file_loader":"^6.2.0","process.env.INIT_CWD":"/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client","process.env._P9K_TTY":"/dev/ttys005","process.env.npm_package_devDependencies_terser_webpack_plugin":"^5.2.5","process.env.npm_package_devDependencies__emotion_babel_preset_css_prop":"^11.2.0","process.env.npm_package_homepage":"https://github.com/dao42/d42paas_frontend#readme","process.env.npm_config_version_git_tag":"true","process.env.SHELL":"/bin/zsh","process.env.TERM":"xterm-256color","process.env.npm_package_devDependencies_vite":"^2.7.2","process.env.npm_package_devDependencies_stylis":"^4.0.10","process.env.npm_package_devDependencies_jest":"27.0.6","process.env.npm_package_devDependencies__storybook_addon_essentials":"^6.3.12","process.env.npm_package_devDependencies_style_loader":"^3.3.1","process.env.npm_package_devDependencies_rimraf":"^3.0.2","process.env.TMPDIR":"/var/folders/73/z0q5wqjj1cs3h4djx_gkqr7m0000gp/T/","process.env.npm_package_devDependencies_happypack":"^5.0.1","process.env.npm_package_devDependencies__babel_preset_typescript":"^7.15.0","process.env.npm_config_init_license":"MIT","process.env.TERM_PROGRAM_VERSION":"1.63.0","process.env.npm_package_devDependencies_fs_extra":"^10.0.0","process.env.npm_package_devDependencies_concurrently":"^6.3.0","process.env.npm_package_devDependencies_babel_core":"^6.26.3","process.env.npm_package_devDependencies__vitejs_plugin_react":"^1.0.7","process.env.npm_package_devDependencies__types_happypack":"^5.0.2","process.env.npm_package_devDependencies__emotion_react":"^11.4.1","process.env.npm_package_scripts_copyTS":"shx cp ./src/types/editor.d.ts ./dist","process.env.npm_package_scripts_dev":"vite serve --host --config ./config/vite.config.ts","process.env.ORIGINAL_XDG_CURRENT_DESKTOP":"undefined","process.env.npm_package_devDependencies_sass_loader":"^12.2.0","process.env.npm_package_devDependencies_xterm_addon_fit":"^0.5.0","process.env.npm_package_devDependencies_webpack_bundle_analyzer":"^4.5.0","process.env.npm_package_devDependencies_ot":"^0.0.15","process.env.npm_package_devDependencies__babel_plugin_syntax_dynamic_import":"^7.8.3","process.env.npm_package_scripts_dev_disble":'cross-env TS_NODE_PROJECT="tsconfig.dev.json" webpack serve --open --config ./config/webpack.dev.config.ts',"process.env.npm_config_registry":"https://registry.yarnpkg.com","process.env.ZSH":"/Users/NewItem/.oh-my-zsh","process.env.npm_package_repository_url":"git+https://github.com/dao42/d42paas_frontend.git","process.env.npm_package_scripts_fix":"eslint --fix --ext .jsx src/**","process.env.npm_package_devDependencies__emotion_styled":"^11.3.0","process.env.npm_package_scripts_patch":"npm version patch","process.env.USER":"NewItem","process.env.http_proxy":"http://127.0.0.1:8889","process.env.npm_package_devDependencies_webpack":"^5.52.0","process.env.npm_package_devDependencies_react":"^17.0.2","process.env.npm_package_devDependencies__babel_plugin_transform_runtime":"^7.15.0","process.env.npm_package_description":"> TODO: description","process.env.npm_package_devDependencies_webpack_cli":"^4.9.1","process.env.npm_package_devDependencies_socket_io":"^4.2.0","process.env.npm_package_devDependencies_glob_all":"^3.2.1","process.env.npm_package_devDependencies_dotenv":"^10.0.0","process.env.npm_package_devDependencies__types_react":"^17.0.24","process.env.npm_package_license":"ISC","process.env.COMMAND_MODE":"unix2003","process.env.npm_package_devDependencies_monaco_editor":"^0.31.0","process.env.npm_package_devDependencies__emotion_babel_plugin":"^11.3.0","process.env.npm_package_scripts_build_storybook":"build-storybook -o .storybook/dist","process.env.npm_package_scripts_prebuild":"rimraf dist","process.env.npm_package_exports___import":"./dist/DaoPaaS.es.js","process.env.npm_package_devDependencies_webpack_dev_server":"^4.1.0","process.env.npm_package_devDependencies_reflect_metadata":"^0.1.13","process.env.npm_package_devDependencies__babel_core":"^7.9","process.env.SSH_AUTH_SOCK":"/private/tmp/com.apple.launchd.2PpvPV1yeD/Listeners","process.env.npm_package_devDependencies_babel_loader":"^8.2.2","process.env.npm_package_devDependencies__types_ip":"^1.1.0","process.env.npm_package_devDependencies__storybook_manager_webpack5":"^6.3.12","process.env.npm_package_devDependencies__storybook_addon_actions":"^6.3.12","process.env.__CF_USER_TEXT_ENCODING":"0x1F6:0x0:0x0","process.env.npm_package_devDependencies_rxjs":"^7.2.0","process.env.npm_package_devDependencies_postcss":"^8.0.9","process.env.npm_package_devDependencies__types_jest":"^27.0.2","process.env.npm_execpath":"/Users/NewItem/.yarn/releases/yarn-1.22.1.cjs","process.env.npm_package_devDependencies_webpack_dashboard":"^3.3.6","process.env.npm_package_devDependencies__emotion_core":"^11.0.0","process.env.PAGER":"less","process.env.npm_package_module":"./dist/DaoPaaS.es.js","process.env.npm_package_devDependencies__fullhuman_postcss_purgecss":"^4.0.3","process.env.npm_package_devDependencies__emotion_css":"^11.1.3","process.env.npm_package_author_name":"eric183","process.env.LSCOLORS":"Gxfxcxdxbxegedabagacad","process.env.YARN_IGNORE_PATH":"1","process.env.npm_package_devDependencies_mini_css_extract_plugin":"^2.4.5","process.env.npm_package_devDependencies__types_react_dom":"^17.0.9","process.env.npm_package_devDependencies__babel_runtime":"^7.15.4","process.env.npm_package_scripts_vite_save":"NODE_ENV=production vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch","process.env.PATH":"/var/folders/73/z0q5wqjj1cs3h4djx_gkqr7m0000gp/T/yarn--1640601202474-0.8905620113986801:/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client/node_modules/.bin:/Users/NewItem/.config/yarn/link/node_modules/.bin:/Users/NewItem/Documents/WorkSpace/d42paas_frontend/node_modules/.bin:/usr/local/libexec/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/bin/node_modules/npm/bin/node-gyp-bin:/Users/NewItem/.npm-global/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/NewItem/.npm-global/bin:/bin/zsh:/bin/zsh","process.env.npm_config_argv":'{"remain":[],"cooked":["run","vite"],"original":["vite"]}',"process.env.npm_package_devDependencies_uuid":"^8.3.2","process.env.npm_package_devDependencies__types_css_minimizer_webpack_plugin":"^3.0.2","process.env.npm_package_scripts_start_web":"yarn prebuild && yarn vite","process.env.npm_package_devDependencies_lottie_web":"^5.7.14","process.env.npm_config_workspaces_experimental":"true","process.env._":"/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client/node_modules/.bin/vite","process.env.npm_config_https_proxy":"http://127.0.0.1:8889/","process.env.__CFBundleIdentifier":"com.microsoft.VSCode","process.env.npm_package_devDependencies_ts_jest":"^27.0.3","process.env.PWD":"/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client","process.env.npm_package_devDependencies_zustand":"^3.5.10","process.env.npm_package_devDependencies_tailwindcss":"^3.0.7","process.env.npm_package_bugs_url":"https://github.com/dao42/d42paas_frontend/issues","process.env.npm_package_devDependencies_react_loading_skeleton":"^3.0.1","process.env.npm_package_devDependencies__types_lodash":"^4.14.175","process.env.P9K_SSH":"0","process.env.npm_lifecycle_event":"vite","process.env.LANG":"en_US.UTF-8","process.env.P9K_TTY":"old","process.env.npm_package_repository_type":"git","process.env.npm_package_devDependencies__types_mini_css_extract_plugin":"^2.4.0","process.env.npm_package_dependencies__dao42_d42paas_rtc":"^0.1.8","process.env.npm_package_types":"./dist/editor.d.ts","process.env.npm_package_name":"@dao42/d42paas-front","process.env.npm_package_devDependencies__babel_preset_react":"^7.14.5","process.env.npm_package_devDependencies__babel_preset_env":"^7.15.4","process.env.npm_package_scripts_analyse":'cross-env NODE_ENV=production TS_NODE_PROJECT="tsconfig.json" webpack --config ./config/webpack.analytics.config.js',"process.env.npm_package_devDependencies_sass":"^1.43.2","process.env.npm_config_version_commit_hooks":"true","process.env.XPC_FLAGS":"0x0","process.env.VSCODE_GIT_ASKPASS_EXTRA_ARGS":"--ms-enable-electron-run-as-node","process.env.npm_package_devDependencies_ts_loader":"^9.2.5","process.env.npm_package_devDependencies_react_complex_tree":"^1.1.2","process.env.npm_package_devDependencies__types_dotenv_webpack":"^7.0.3","process.env.npm_package_exports___dist_style_css_import":"./dist/style.css","process.env.npm_config_bin_links":"true","process.env.npm_package_devDependencies__storybook_react":"^6.3.12","process.env.https_proxy":"http://127.0.0.1:8889","process.env.npm_package_devDependencies_speed_measure_webpack_plugin":"^1.5.0","process.env.npm_package_main":"./dist/DaoPaaS.umd.js","process.env.XPC_SERVICE_NAME":"0","process.env.npm_package_devDependencies_react_spring":"^9.2.4","process.env.npm_package_version":"0.5.12","process.env.npm_package_devDependencies_three":"^0.132.2","process.env.npm_package_devDependencies_css_minimizer_webpack_plugin":"^3.1.4","process.env.npm_package_devDependencies_autoprefixer":"^10.0.2","process.env.npm_package_devDependencies__storybook_addon_postcss":"^2.0.0","process.env.npm_package_scripts_vite":"vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch","process.env.HOME":"/Users/NewItem","process.env.SHLVL":"2","process.env.npm_package_devDependencies_reconnecting_websocket":"^4.4.0","process.env.npm_package_scripts_dev_save":"NODE_ENV=development vite --host --mode development --config ./config/vite.config.ts","process.env.VSCODE_GIT_ASKPASS_MAIN":"/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/git/dist/askpass-main.js","process.env.npm_package_scripts_storybook":"start-storybook -p 6006","process.env.npm_package_devDependencies_lodash":"^4.17.21","process.env.npm_package_devDependencies_ip":"^1.1.5","process.env.npm_package_scripts_webpack":'cross-env TS_NODE_PROJECT="tsconfig.dev.json" webpack --config ./config/webpack.prod.config.ts',"process.env.npm_config_save_prefix":"^","process.env.npm_config_strict_ssl":"true","process.env.npm_config_version_git_message":"v%s","process.env.npm_package_devDependencies_ts_node":"^10.0.0","process.env.npm_package_devDependencies_react_router_dom":"^5.3.0","process.env.npm_package_devDependencies__react_spring_types":"^9.2.4","process.env.LOGNAME":"NewItem","process.env.LESS":"-R","process.env.YARN_WRAP_OUTPUT":"false","process.env.npm_package_devDependencies_html_webpack_plugin":"^5.3.2","process.env.npm_lifecycle_script":"vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch","process.env.npm_package_exports___require":"./dist/DaoPaaS.umd.js","process.env.VSCODE_GIT_IPC_HANDLE":"/var/folders/73/z0q5wqjj1cs3h4djx_gkqr7m0000gp/T/vscode-git-479bb0b408.sock","process.env.npm_package_exports___dist_style_css_require":"./dist/style.css","process.env.npm_package_author_email":"kk297466058@gmail.com","process.env.npm_config_ignore_path":"1","process.env.npm_config_proxy":"http://127.0.0.1:8889/","process.env.npm_package_devDependencies_react_dnd_html5_backend":"^14.0.2","process.env.npm_package_devDependencies_monaco_editor_core":"^0.31.0","process.env.npm_package_devDependencies__types_fs_extra":"^9.0.13","process.env.npm_package_devDependencies_postcss_nesting":"^10.1.0","process.env.npm_package_devDependencies__types_uuid":"^8.3.1","process.env.npm_package_devDependencies__types_ot":"^0.0.5","process.env.npm_config_version_git_sign":"","process.env.npm_config_ignore_scripts":"","process.env.npm_config_user_agent":"yarn/1.22.1 npm/? node/v16.13.1 darwin x64","process.env.GIT_ASKPASS":"/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/git/dist/askpass.sh","process.env.VSCODE_GIT_ASKPASS_NODE":"/Applications/Visual Studio Code.app/Contents/MacOS/Electron","process.env.npm_package_devDependencies_dotenv_webpack":"^7.0.3","process.env.npm_package_devDependencies_axios":"^0.21.4","process.env.npm_package_devDependencies__types_webpack":"^5.28.0","process.env.npm_package_files_0":"dist","process.env.npm_package_scripts_np":"npm publish --access-public","process.env.npm_config_init_version":"1.0.0","process.env.npm_config_ignore_optional":"","process.env.npm_package_devDependencies_css_loader":"^6.5.1","process.env.npm_package_devDependencies_react_dnd":"^14.0.4","process.env.COLORTERM":"truecolor","process.env.npm_node_execpath":"/usr/local/bin/node","process.env.npm_package_devDependencies_xterm_addon_attach":"^0.6.0","process.env.npm_package_devDependencies__loadable_component":"^5.15.2","process.env.npm_config_version_tag_prefix":"v","process.env.npm_config_prefix":"/Users/NewItem/.npm-global","process.env.NODE_ENV":"production","process.env.RABBITMQ_USER":"agent","process.env.RABBITMQ_PASSWORD":"d42agent","process.env.RABBITMQ_ORIGIN":"develop.1024paas.com","process.env.RABBITMQ_VHOST":"/dev","process.env.RABBITMQ_PORT":"5672","process.env.SOCKET_INSTANCE_REDIS_HOST":"gz-crs-c68uv1j5.sql.tencentcdb.com","process.env.SOCKET_INSTANCE_REDIS_PORT":"22680","process.env.SOCKET_INSTANCE_REDIS_PASSWORD":"1024paas","process.env.SOCKET_INSTANCE_REDIS_DATABASE":"2","process.env.SOCKET_INSTANCE_CLIENT_PORT":"4001","process.env.TICKET_ORIGIN":"develop.1024paas.com","process.env.TICKET_PORT":"8000",LOCAL_IP_HOST:"192.168.2.11"}},cwd(){return process.cwd()}}:Ve={get platform(){return Ze?"win32":Gr?"darwin":"linux"},get arch(){},get env(){return{}},cwd(){return"/"}};const qt=Ve.cwd;Ve.env;const ze=Ve.platform,ga=65,va=97,ba=90,wa=122,De=46,ne=47,se=92,Ce=58,ya=63;class In extends Error{constructor(t,n,r){let i;typeof n=="string"&&n.indexOf("not ")===0?(i="must not be",n=n.replace(/^not /,"")):i="must be";const a=t.indexOf(".")!==-1?"property":"argument";let l=`The "${t}" ${a} ${i} of type ${n}`;l+=`. Received type ${typeof r}`;super(l);this.code="ERR_INVALID_ARG_TYPE"}}function Z(e,t){if(typeof e!="string")throw new In(t,"string",e)}function q(e){return e===ne||e===se}function Vt(e){return e===ne}function Ee(e){return e>=ga&&e<=ba||e>=va&&e<=wa}function mt(e,t,n,r){let i="",a=0,l=-1,o=0,s=0;for(let c=0;c<=e.length;++c){if(c<e.length)s=e.charCodeAt(c);else{if(r(s))break;s=ne}if(r(s)){if(!(l===c-1||o===1))if(o===2){if(i.length<2||a!==2||i.charCodeAt(i.length-1)!==De||i.charCodeAt(i.length-2)!==De){if(i.length>2){const u=i.lastIndexOf(n);u===-1?(i="",a=0):(i=i.slice(0,u),a=i.length-1-i.lastIndexOf(n)),l=c,o=0;continue}else if(i.length!==0){i="",a=0,l=c,o=0;continue}}t&&(i+=i.length>0?`${n}..`:"..",a=2)}else i.length>0?i+=`${n}${e.slice(l+1,c)}`:i=e.slice(l+1,c),a=c-l-1;l=c,o=0}else s===De&&o!==-1?++o:o=-1}return i}function Un(e,t){if(t===null||typeof t!="object")throw new In("pathObject","Object",t);const n=t.dir||t.root,r=t.base||`${t.name||""}${t.ext||""}`;return n?n===t.root?`${n}${r}`:`${n}${e}${r}`:r}const ae={resolve(...e){let t="",n="",r=!1;for(let i=e.length-1;i>=-1;i--){let a;if(i>=0){if(a=e[i],Z(a,"path"),a.length===0)continue}else t.length===0?a=qt():(a={npm_package_devDependencies_react_dom:"^17.0.2",npm_package_devDependencies__storybook_addon_links:"^6.3.12",npm_package_devDependencies__emotion_eslint_plugin:"^11.2.0",COREPACK_ROOT:"/Users/NewItem/.npm-global/lib/node_modules/corepack",npm_package_gitHead:"492b228acbf6f7bc309984755a8dd948ea6fb0e2",npm_package_devDependencies_prettier:"^2.3.2",npm_package_devDependencies_postcss_import:"^14.0.2",npm_package_devDependencies_xterm:"^4.13.0",npm_package_devDependencies_tsconfig_paths_webpack_plugin:"^3.5.1",npm_package_devDependencies_source_map_loader:"^3.0.0",npm_package_devDependencies_rsuite:"^5.0.0",npm_package_devDependencies__types_tailwindcss:"^2.2.4",TERM_PROGRAM:"vscode",npm_package_devDependencies_normalize_url:"^7.0.2",npm_package_devDependencies_idb:"^6.1.5",npm_package_devDependencies_cssnano:"^5.0.11",NODE:"/usr/local/bin/node",npm_package_devDependencies_socket_io_client:"^4.2.0",npm_package_devDependencies_file_loader:"^6.2.0",INIT_CWD:"/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client",_P9K_TTY:"/dev/ttys005",npm_package_devDependencies_terser_webpack_plugin:"^5.2.5",npm_package_devDependencies__emotion_babel_preset_css_prop:"^11.2.0",npm_package_homepage:"https://github.com/dao42/d42paas_frontend#readme",npm_config_version_git_tag:"true",SHELL:"/bin/zsh",TERM:"xterm-256color",npm_package_devDependencies_vite:"^2.7.2",npm_package_devDependencies_stylis:"^4.0.10",npm_package_devDependencies_jest:"27.0.6",npm_package_devDependencies__storybook_addon_essentials:"^6.3.12",npm_package_devDependencies_style_loader:"^3.3.1",npm_package_devDependencies_rimraf:"^3.0.2",TMPDIR:"/var/folders/73/z0q5wqjj1cs3h4djx_gkqr7m0000gp/T/",npm_package_devDependencies_happypack:"^5.0.1",npm_package_devDependencies__babel_preset_typescript:"^7.15.0",npm_config_init_license:"MIT",TERM_PROGRAM_VERSION:"1.63.0",npm_package_devDependencies_fs_extra:"^10.0.0",npm_package_devDependencies_concurrently:"^6.3.0",npm_package_devDependencies_babel_core:"^6.26.3",npm_package_devDependencies__vitejs_plugin_react:"^1.0.7",npm_package_devDependencies__types_happypack:"^5.0.2",npm_package_devDependencies__emotion_react:"^11.4.1",npm_package_scripts_copyTS:"shx cp ./src/types/editor.d.ts ./dist",npm_package_scripts_dev:"vite serve --host --config ./config/vite.config.ts",ORIGINAL_XDG_CURRENT_DESKTOP:"undefined",npm_package_devDependencies_sass_loader:"^12.2.0",npm_package_devDependencies_xterm_addon_fit:"^0.5.0",npm_package_devDependencies_webpack_bundle_analyzer:"^4.5.0",npm_package_devDependencies_ot:"^0.0.15",npm_package_devDependencies__babel_plugin_syntax_dynamic_import:"^7.8.3",npm_package_scripts_dev_disble:'cross-env TS_NODE_PROJECT="tsconfig.dev.json" webpack serve --open --config ./config/webpack.dev.config.ts',npm_config_registry:"https://registry.yarnpkg.com",ZSH:"/Users/NewItem/.oh-my-zsh",npm_package_repository_url:"git+https://github.com/dao42/d42paas_frontend.git",npm_package_scripts_fix:"eslint --fix --ext .jsx src/**",npm_package_devDependencies__emotion_styled:"^11.3.0",npm_package_scripts_patch:"npm version patch",USER:"NewItem",http_proxy:"http://127.0.0.1:8889",npm_package_devDependencies_webpack:"^5.52.0",npm_package_devDependencies_react:"^17.0.2",npm_package_devDependencies__babel_plugin_transform_runtime:"^7.15.0",npm_package_description:"> TODO: description",npm_package_devDependencies_webpack_cli:"^4.9.1",npm_package_devDependencies_socket_io:"^4.2.0",npm_package_devDependencies_glob_all:"^3.2.1",npm_package_devDependencies_dotenv:"^10.0.0",npm_package_devDependencies__types_react:"^17.0.24",npm_package_license:"ISC",COMMAND_MODE:"unix2003",npm_package_devDependencies_monaco_editor:"^0.31.0",npm_package_devDependencies__emotion_babel_plugin:"^11.3.0",npm_package_scripts_build_storybook:"build-storybook -o .storybook/dist",npm_package_scripts_prebuild:"rimraf dist",npm_package_exports___import:"./dist/DaoPaaS.es.js",npm_package_devDependencies_webpack_dev_server:"^4.1.0",npm_package_devDependencies_reflect_metadata:"^0.1.13",npm_package_devDependencies__babel_core:"^7.9",SSH_AUTH_SOCK:"/private/tmp/com.apple.launchd.2PpvPV1yeD/Listeners",npm_package_devDependencies_babel_loader:"^8.2.2",npm_package_devDependencies__types_ip:"^1.1.0",npm_package_devDependencies__storybook_manager_webpack5:"^6.3.12",npm_package_devDependencies__storybook_addon_actions:"^6.3.12",__CF_USER_TEXT_ENCODING:"0x1F6:0x0:0x0",npm_package_devDependencies_rxjs:"^7.2.0",npm_package_devDependencies_postcss:"^8.0.9",npm_package_devDependencies__types_jest:"^27.0.2",npm_execpath:"/Users/NewItem/.yarn/releases/yarn-1.22.1.cjs",npm_package_devDependencies_webpack_dashboard:"^3.3.6",npm_package_devDependencies__emotion_core:"^11.0.0",PAGER:"less",npm_package_module:"./dist/DaoPaaS.es.js",npm_package_devDependencies__fullhuman_postcss_purgecss:"^4.0.3",npm_package_devDependencies__emotion_css:"^11.1.3",npm_package_author_name:"eric183",LSCOLORS:"Gxfxcxdxbxegedabagacad",YARN_IGNORE_PATH:"1",npm_package_devDependencies_mini_css_extract_plugin:"^2.4.5",npm_package_devDependencies__types_react_dom:"^17.0.9",npm_package_devDependencies__babel_runtime:"^7.15.4",npm_package_scripts_vite_save:"NODE_ENV=production vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch",PATH:"/var/folders/73/z0q5wqjj1cs3h4djx_gkqr7m0000gp/T/yarn--1640601202474-0.8905620113986801:/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client/node_modules/.bin:/Users/NewItem/.config/yarn/link/node_modules/.bin:/Users/NewItem/Documents/WorkSpace/d42paas_frontend/node_modules/.bin:/usr/local/libexec/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/bin/node_modules/npm/bin/node-gyp-bin:/Users/NewItem/.npm-global/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/NewItem/.npm-global/bin:/bin/zsh:/bin/zsh",npm_config_argv:'{"remain":[],"cooked":["run","vite"],"original":["vite"]}',npm_package_devDependencies_uuid:"^8.3.2",npm_package_devDependencies__types_css_minimizer_webpack_plugin:"^3.0.2",npm_package_scripts_start_web:"yarn prebuild && yarn vite",npm_package_devDependencies_lottie_web:"^5.7.14",npm_config_workspaces_experimental:"true",_:"/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client/node_modules/.bin/vite",npm_config_https_proxy:"http://127.0.0.1:8889/",__CFBundleIdentifier:"com.microsoft.VSCode",npm_package_devDependencies_ts_jest:"^27.0.3",PWD:"/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client",npm_package_devDependencies_zustand:"^3.5.10",npm_package_devDependencies_tailwindcss:"^3.0.7",npm_package_bugs_url:"https://github.com/dao42/d42paas_frontend/issues",npm_package_devDependencies_react_loading_skeleton:"^3.0.1",npm_package_devDependencies__types_lodash:"^4.14.175",P9K_SSH:"0",npm_lifecycle_event:"vite",LANG:"en_US.UTF-8",P9K_TTY:"old",npm_package_repository_type:"git",npm_package_devDependencies__types_mini_css_extract_plugin:"^2.4.0",npm_package_dependencies__dao42_d42paas_rtc:"^0.1.8",npm_package_types:"./dist/editor.d.ts",npm_package_name:"@dao42/d42paas-front",npm_package_devDependencies__babel_preset_react:"^7.14.5",npm_package_devDependencies__babel_preset_env:"^7.15.4",npm_package_scripts_analyse:'cross-env NODE_ENV=production TS_NODE_PROJECT="tsconfig.json" webpack --config ./config/webpack.analytics.config.js',npm_package_devDependencies_sass:"^1.43.2",npm_config_version_commit_hooks:"true",XPC_FLAGS:"0x0",VSCODE_GIT_ASKPASS_EXTRA_ARGS:"--ms-enable-electron-run-as-node",npm_package_devDependencies_ts_loader:"^9.2.5",npm_package_devDependencies_react_complex_tree:"^1.1.2",npm_package_devDependencies__types_dotenv_webpack:"^7.0.3",npm_package_exports___dist_style_css_import:"./dist/style.css",npm_config_bin_links:"true",npm_package_devDependencies__storybook_react:"^6.3.12",https_proxy:"http://127.0.0.1:8889",npm_package_devDependencies_speed_measure_webpack_plugin:"^1.5.0",npm_package_main:"./dist/DaoPaaS.umd.js",XPC_SERVICE_NAME:"0",npm_package_devDependencies_react_spring:"^9.2.4",npm_package_version:"0.5.12",npm_package_devDependencies_three:"^0.132.2",npm_package_devDependencies_css_minimizer_webpack_plugin:"^3.1.4",npm_package_devDependencies_autoprefixer:"^10.0.2",npm_package_devDependencies__storybook_addon_postcss:"^2.0.0",npm_package_scripts_vite:"vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch",HOME:"/Users/NewItem",SHLVL:"2",npm_package_devDependencies_reconnecting_websocket:"^4.4.0",npm_package_scripts_dev_save:"NODE_ENV=development vite --host --mode development --config ./config/vite.config.ts",VSCODE_GIT_ASKPASS_MAIN:"/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/git/dist/askpass-main.js",npm_package_scripts_storybook:"start-storybook -p 6006",npm_package_devDependencies_lodash:"^4.17.21",npm_package_devDependencies_ip:"^1.1.5",npm_package_scripts_webpack:'cross-env TS_NODE_PROJECT="tsconfig.dev.json" webpack --config ./config/webpack.prod.config.ts',npm_config_save_prefix:"^",npm_config_strict_ssl:"true",npm_config_version_git_message:"v%s",npm_package_devDependencies_ts_node:"^10.0.0",npm_package_devDependencies_react_router_dom:"^5.3.0",npm_package_devDependencies__react_spring_types:"^9.2.4",LOGNAME:"NewItem",LESS:"-R",YARN_WRAP_OUTPUT:"false",npm_package_devDependencies_html_webpack_plugin:"^5.3.2",npm_lifecycle_script:"vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch",npm_package_exports___require:"./dist/DaoPaaS.umd.js",VSCODE_GIT_IPC_HANDLE:"/var/folders/73/z0q5wqjj1cs3h4djx_gkqr7m0000gp/T/vscode-git-479bb0b408.sock",npm_package_exports___dist_style_css_require:"./dist/style.css",npm_package_author_email:"kk297466058@gmail.com",npm_config_ignore_path:"1",npm_config_proxy:"http://127.0.0.1:8889/",npm_package_devDependencies_react_dnd_html5_backend:"^14.0.2",npm_package_devDependencies_monaco_editor_core:"^0.31.0",npm_package_devDependencies__types_fs_extra:"^9.0.13",npm_package_devDependencies_postcss_nesting:"^10.1.0",npm_package_devDependencies__types_uuid:"^8.3.1",npm_package_devDependencies__types_ot:"^0.0.5",npm_config_version_git_sign:"",npm_config_ignore_scripts:"",npm_config_user_agent:"yarn/1.22.1 npm/? node/v16.13.1 darwin x64",GIT_ASKPASS:"/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/git/dist/askpass.sh",VSCODE_GIT_ASKPASS_NODE:"/Applications/Visual Studio Code.app/Contents/MacOS/Electron",npm_package_devDependencies_dotenv_webpack:"^7.0.3",npm_package_devDependencies_axios:"^0.21.4",npm_package_devDependencies__types_webpack:"^5.28.0",npm_package_files_0:"dist",npm_package_scripts_np:"npm publish --access-public",npm_config_init_version:"1.0.0",npm_config_ignore_optional:"",npm_package_devDependencies_css_loader:"^6.5.1",npm_package_devDependencies_react_dnd:"^14.0.4",COLORTERM:"truecolor",npm_node_execpath:"/usr/local/bin/node",npm_package_devDependencies_xterm_addon_attach:"^0.6.0",npm_package_devDependencies__loadable_component:"^5.15.2",npm_config_version_tag_prefix:"v",npm_config_prefix:"/Users/NewItem/.npm-global",NODE_ENV:"production",RABBITMQ_USER:"agent",RABBITMQ_PASSWORD:"d42agent",RABBITMQ_ORIGIN:"develop.1024paas.com",RABBITMQ_VHOST:"/dev",RABBITMQ_PORT:"5672",SOCKET_INSTANCE_REDIS_HOST:"gz-crs-c68uv1j5.sql.tencentcdb.com",SOCKET_INSTANCE_REDIS_PORT:"22680",SOCKET_INSTANCE_REDIS_PASSWORD:"1024paas",SOCKET_INSTANCE_REDIS_DATABASE:"2",SOCKET_INSTANCE_CLIENT_PORT:"4001",TICKET_ORIGIN:"develop.1024paas.com",TICKET_PORT:"8000","process.env.npm_package_devDependencies_react_dom":"^17.0.2","process.env.npm_package_devDependencies__storybook_addon_links":"^6.3.12","process.env.npm_package_devDependencies__emotion_eslint_plugin":"^11.2.0","process.env.COREPACK_ROOT":"/Users/NewItem/.npm-global/lib/node_modules/corepack","process.env.npm_package_gitHead":"492b228acbf6f7bc309984755a8dd948ea6fb0e2","process.env.npm_package_devDependencies_prettier":"^2.3.2","process.env.npm_package_devDependencies_postcss_import":"^14.0.2","process.env.npm_package_devDependencies_xterm":"^4.13.0","process.env.npm_package_devDependencies_tsconfig_paths_webpack_plugin":"^3.5.1","process.env.npm_package_devDependencies_source_map_loader":"^3.0.0","process.env.npm_package_devDependencies_rsuite":"^5.0.0","process.env.npm_package_devDependencies__types_tailwindcss":"^2.2.4","process.env.TERM_PROGRAM":"vscode","process.env.npm_package_devDependencies_normalize_url":"^7.0.2","process.env.npm_package_devDependencies_idb":"^6.1.5","process.env.npm_package_devDependencies_cssnano":"^5.0.11","process.env.NODE":"/usr/local/bin/node","process.env.npm_package_devDependencies_socket_io_client":"^4.2.0","process.env.npm_package_devDependencies_file_loader":"^6.2.0","process.env.INIT_CWD":"/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client","process.env._P9K_TTY":"/dev/ttys005","process.env.npm_package_devDependencies_terser_webpack_plugin":"^5.2.5","process.env.npm_package_devDependencies__emotion_babel_preset_css_prop":"^11.2.0","process.env.npm_package_homepage":"https://github.com/dao42/d42paas_frontend#readme","process.env.npm_config_version_git_tag":"true","process.env.SHELL":"/bin/zsh","process.env.TERM":"xterm-256color","process.env.npm_package_devDependencies_vite":"^2.7.2","process.env.npm_package_devDependencies_stylis":"^4.0.10","process.env.npm_package_devDependencies_jest":"27.0.6","process.env.npm_package_devDependencies__storybook_addon_essentials":"^6.3.12","process.env.npm_package_devDependencies_style_loader":"^3.3.1","process.env.npm_package_devDependencies_rimraf":"^3.0.2","process.env.TMPDIR":"/var/folders/73/z0q5wqjj1cs3h4djx_gkqr7m0000gp/T/","process.env.npm_package_devDependencies_happypack":"^5.0.1","process.env.npm_package_devDependencies__babel_preset_typescript":"^7.15.0","process.env.npm_config_init_license":"MIT","process.env.TERM_PROGRAM_VERSION":"1.63.0","process.env.npm_package_devDependencies_fs_extra":"^10.0.0","process.env.npm_package_devDependencies_concurrently":"^6.3.0","process.env.npm_package_devDependencies_babel_core":"^6.26.3","process.env.npm_package_devDependencies__vitejs_plugin_react":"^1.0.7","process.env.npm_package_devDependencies__types_happypack":"^5.0.2","process.env.npm_package_devDependencies__emotion_react":"^11.4.1","process.env.npm_package_scripts_copyTS":"shx cp ./src/types/editor.d.ts ./dist","process.env.npm_package_scripts_dev":"vite serve --host --config ./config/vite.config.ts","process.env.ORIGINAL_XDG_CURRENT_DESKTOP":"undefined","process.env.npm_package_devDependencies_sass_loader":"^12.2.0","process.env.npm_package_devDependencies_xterm_addon_fit":"^0.5.0","process.env.npm_package_devDependencies_webpack_bundle_analyzer":"^4.5.0","process.env.npm_package_devDependencies_ot":"^0.0.15","process.env.npm_package_devDependencies__babel_plugin_syntax_dynamic_import":"^7.8.3","process.env.npm_package_scripts_dev_disble":'cross-env TS_NODE_PROJECT="tsconfig.dev.json" webpack serve --open --config ./config/webpack.dev.config.ts',"process.env.npm_config_registry":"https://registry.yarnpkg.com","process.env.ZSH":"/Users/NewItem/.oh-my-zsh","process.env.npm_package_repository_url":"git+https://github.com/dao42/d42paas_frontend.git","process.env.npm_package_scripts_fix":"eslint --fix --ext .jsx src/**","process.env.npm_package_devDependencies__emotion_styled":"^11.3.0","process.env.npm_package_scripts_patch":"npm version patch","process.env.USER":"NewItem","process.env.http_proxy":"http://127.0.0.1:8889","process.env.npm_package_devDependencies_webpack":"^5.52.0","process.env.npm_package_devDependencies_react":"^17.0.2","process.env.npm_package_devDependencies__babel_plugin_transform_runtime":"^7.15.0","process.env.npm_package_description":"> TODO: description","process.env.npm_package_devDependencies_webpack_cli":"^4.9.1","process.env.npm_package_devDependencies_socket_io":"^4.2.0","process.env.npm_package_devDependencies_glob_all":"^3.2.1","process.env.npm_package_devDependencies_dotenv":"^10.0.0","process.env.npm_package_devDependencies__types_react":"^17.0.24","process.env.npm_package_license":"ISC","process.env.COMMAND_MODE":"unix2003","process.env.npm_package_devDependencies_monaco_editor":"^0.31.0","process.env.npm_package_devDependencies__emotion_babel_plugin":"^11.3.0","process.env.npm_package_scripts_build_storybook":"build-storybook -o .storybook/dist","process.env.npm_package_scripts_prebuild":"rimraf dist","process.env.npm_package_exports___import":"./dist/DaoPaaS.es.js","process.env.npm_package_devDependencies_webpack_dev_server":"^4.1.0","process.env.npm_package_devDependencies_reflect_metadata":"^0.1.13","process.env.npm_package_devDependencies__babel_core":"^7.9","process.env.SSH_AUTH_SOCK":"/private/tmp/com.apple.launchd.2PpvPV1yeD/Listeners","process.env.npm_package_devDependencies_babel_loader":"^8.2.2","process.env.npm_package_devDependencies__types_ip":"^1.1.0","process.env.npm_package_devDependencies__storybook_manager_webpack5":"^6.3.12","process.env.npm_package_devDependencies__storybook_addon_actions":"^6.3.12","process.env.__CF_USER_TEXT_ENCODING":"0x1F6:0x0:0x0","process.env.npm_package_devDependencies_rxjs":"^7.2.0","process.env.npm_package_devDependencies_postcss":"^8.0.9","process.env.npm_package_devDependencies__types_jest":"^27.0.2","process.env.npm_execpath":"/Users/NewItem/.yarn/releases/yarn-1.22.1.cjs","process.env.npm_package_devDependencies_webpack_dashboard":"^3.3.6","process.env.npm_package_devDependencies__emotion_core":"^11.0.0","process.env.PAGER":"less","process.env.npm_package_module":"./dist/DaoPaaS.es.js","process.env.npm_package_devDependencies__fullhuman_postcss_purgecss":"^4.0.3","process.env.npm_package_devDependencies__emotion_css":"^11.1.3","process.env.npm_package_author_name":"eric183","process.env.LSCOLORS":"Gxfxcxdxbxegedabagacad","process.env.YARN_IGNORE_PATH":"1","process.env.npm_package_devDependencies_mini_css_extract_plugin":"^2.4.5","process.env.npm_package_devDependencies__types_react_dom":"^17.0.9","process.env.npm_package_devDependencies__babel_runtime":"^7.15.4","process.env.npm_package_scripts_vite_save":"NODE_ENV=production vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch","process.env.PATH":"/var/folders/73/z0q5wqjj1cs3h4djx_gkqr7m0000gp/T/yarn--1640601202474-0.8905620113986801:/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client/node_modules/.bin:/Users/NewItem/.config/yarn/link/node_modules/.bin:/Users/NewItem/Documents/WorkSpace/d42paas_frontend/node_modules/.bin:/usr/local/libexec/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/bin/node_modules/npm/bin/node-gyp-bin:/Users/NewItem/.npm-global/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/NewItem/.npm-global/bin:/bin/zsh:/bin/zsh","process.env.npm_config_argv":'{"remain":[],"cooked":["run","vite"],"original":["vite"]}',"process.env.npm_package_devDependencies_uuid":"^8.3.2","process.env.npm_package_devDependencies__types_css_minimizer_webpack_plugin":"^3.0.2","process.env.npm_package_scripts_start_web":"yarn prebuild && yarn vite","process.env.npm_package_devDependencies_lottie_web":"^5.7.14","process.env.npm_config_workspaces_experimental":"true","process.env._":"/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client/node_modules/.bin/vite","process.env.npm_config_https_proxy":"http://127.0.0.1:8889/","process.env.__CFBundleIdentifier":"com.microsoft.VSCode","process.env.npm_package_devDependencies_ts_jest":"^27.0.3","process.env.PWD":"/Users/NewItem/Documents/WorkSpace/d42paas_frontend/packages/client","process.env.npm_package_devDependencies_zustand":"^3.5.10","process.env.npm_package_devDependencies_tailwindcss":"^3.0.7","process.env.npm_package_bugs_url":"https://github.com/dao42/d42paas_frontend/issues","process.env.npm_package_devDependencies_react_loading_skeleton":"^3.0.1","process.env.npm_package_devDependencies__types_lodash":"^4.14.175","process.env.P9K_SSH":"0","process.env.npm_lifecycle_event":"vite","process.env.LANG":"en_US.UTF-8","process.env.P9K_TTY":"old","process.env.npm_package_repository_type":"git","process.env.npm_package_devDependencies__types_mini_css_extract_plugin":"^2.4.0","process.env.npm_package_dependencies__dao42_d42paas_rtc":"^0.1.8","process.env.npm_package_types":"./dist/editor.d.ts","process.env.npm_package_name":"@dao42/d42paas-front","process.env.npm_package_devDependencies__babel_preset_react":"^7.14.5","process.env.npm_package_devDependencies__babel_preset_env":"^7.15.4","process.env.npm_package_scripts_analyse":'cross-env NODE_ENV=production TS_NODE_PROJECT="tsconfig.json" webpack --config ./config/webpack.analytics.config.js',"process.env.npm_package_devDependencies_sass":"^1.43.2","process.env.npm_config_version_commit_hooks":"true","process.env.XPC_FLAGS":"0x0","process.env.VSCODE_GIT_ASKPASS_EXTRA_ARGS":"--ms-enable-electron-run-as-node","process.env.npm_package_devDependencies_ts_loader":"^9.2.5","process.env.npm_package_devDependencies_react_complex_tree":"^1.1.2","process.env.npm_package_devDependencies__types_dotenv_webpack":"^7.0.3","process.env.npm_package_exports___dist_style_css_import":"./dist/style.css","process.env.npm_config_bin_links":"true","process.env.npm_package_devDependencies__storybook_react":"^6.3.12","process.env.https_proxy":"http://127.0.0.1:8889","process.env.npm_package_devDependencies_speed_measure_webpack_plugin":"^1.5.0","process.env.npm_package_main":"./dist/DaoPaaS.umd.js","process.env.XPC_SERVICE_NAME":"0","process.env.npm_package_devDependencies_react_spring":"^9.2.4","process.env.npm_package_version":"0.5.12","process.env.npm_package_devDependencies_three":"^0.132.2","process.env.npm_package_devDependencies_css_minimizer_webpack_plugin":"^3.1.4","process.env.npm_package_devDependencies_autoprefixer":"^10.0.2","process.env.npm_package_devDependencies__storybook_addon_postcss":"^2.0.0","process.env.npm_package_scripts_vite":"vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch","process.env.HOME":"/Users/NewItem","process.env.SHLVL":"2","process.env.npm_package_devDependencies_reconnecting_websocket":"^4.4.0","process.env.npm_package_scripts_dev_save":"NODE_ENV=development vite --host --mode development --config ./config/vite.config.ts","process.env.VSCODE_GIT_ASKPASS_MAIN":"/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/git/dist/askpass-main.js","process.env.npm_package_scripts_storybook":"start-storybook -p 6006","process.env.npm_package_devDependencies_lodash":"^4.17.21","process.env.npm_package_devDependencies_ip":"^1.1.5","process.env.npm_package_scripts_webpack":'cross-env TS_NODE_PROJECT="tsconfig.dev.json" webpack --config ./config/webpack.prod.config.ts',"process.env.npm_config_save_prefix":"^","process.env.npm_config_strict_ssl":"true","process.env.npm_config_version_git_message":"v%s","process.env.npm_package_devDependencies_ts_node":"^10.0.0","process.env.npm_package_devDependencies_react_router_dom":"^5.3.0","process.env.npm_package_devDependencies__react_spring_types":"^9.2.4","process.env.LOGNAME":"NewItem","process.env.LESS":"-R","process.env.YARN_WRAP_OUTPUT":"false","process.env.npm_package_devDependencies_html_webpack_plugin":"^5.3.2","process.env.npm_lifecycle_script":"vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch","process.env.npm_package_exports___require":"./dist/DaoPaaS.umd.js","process.env.VSCODE_GIT_IPC_HANDLE":"/var/folders/73/z0q5wqjj1cs3h4djx_gkqr7m0000gp/T/vscode-git-479bb0b408.sock","process.env.npm_package_exports___dist_style_css_require":"./dist/style.css","process.env.npm_package_author_email":"kk297466058@gmail.com","process.env.npm_config_ignore_path":"1","process.env.npm_config_proxy":"http://127.0.0.1:8889/","process.env.npm_package_devDependencies_react_dnd_html5_backend":"^14.0.2","process.env.npm_package_devDependencies_monaco_editor_core":"^0.31.0","process.env.npm_package_devDependencies__types_fs_extra":"^9.0.13","process.env.npm_package_devDependencies_postcss_nesting":"^10.1.0","process.env.npm_package_devDependencies__types_uuid":"^8.3.1","process.env.npm_package_devDependencies__types_ot":"^0.0.5","process.env.npm_config_version_git_sign":"","process.env.npm_config_ignore_scripts":"","process.env.npm_config_user_agent":"yarn/1.22.1 npm/? node/v16.13.1 darwin x64","process.env.GIT_ASKPASS":"/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/git/dist/askpass.sh","process.env.VSCODE_GIT_ASKPASS_NODE":"/Applications/Visual Studio Code.app/Contents/MacOS/Electron","process.env.npm_package_devDependencies_dotenv_webpack":"^7.0.3","process.env.npm_package_devDependencies_axios":"^0.21.4","process.env.npm_package_devDependencies__types_webpack":"^5.28.0","process.env.npm_package_files_0":"dist","process.env.npm_package_scripts_np":"npm publish --access-public","process.env.npm_config_init_version":"1.0.0","process.env.npm_config_ignore_optional":"","process.env.npm_package_devDependencies_css_loader":"^6.5.1","process.env.npm_package_devDependencies_react_dnd":"^14.0.4","process.env.COLORTERM":"truecolor","process.env.npm_node_execpath":"/usr/local/bin/node","process.env.npm_package_devDependencies_xterm_addon_attach":"^0.6.0","process.env.npm_package_devDependencies__loadable_component":"^5.15.2","process.env.npm_config_version_tag_prefix":"v","process.env.npm_config_prefix":"/Users/NewItem/.npm-global","process.env.NODE_ENV":"production","process.env.RABBITMQ_USER":"agent","process.env.RABBITMQ_PASSWORD":"d42agent","process.env.RABBITMQ_ORIGIN":"develop.1024paas.com","process.env.RABBITMQ_VHOST":"/dev","process.env.RABBITMQ_PORT":"5672","process.env.SOCKET_INSTANCE_REDIS_HOST":"gz-crs-c68uv1j5.sql.tencentcdb.com","process.env.SOCKET_INSTANCE_REDIS_PORT":"22680","process.env.SOCKET_INSTANCE_REDIS_PASSWORD":"1024paas","process.env.SOCKET_INSTANCE_REDIS_DATABASE":"2","process.env.SOCKET_INSTANCE_CLIENT_PORT":"4001","process.env.TICKET_ORIGIN":"develop.1024paas.com","process.env.TICKET_PORT":"8000",LOCAL_IP_HOST:"192.168.2.11"}[`=${t}`]||qt(),(a===void 0||a.slice(0,2).toLowerCase()!==t.toLowerCase()&&a.charCodeAt(2)===se)&&(a=`${t}\\`));const l=a.length;let o=0,s="",c=!1;const u=a.charCodeAt(0);if(l===1)q(u)&&(o=1,c=!0);else if(q(u))if(c=!0,q(a.charCodeAt(1))){let d=2,h=d;for(;d<l&&!q(a.charCodeAt(d));)d++;if(d<l&&d!==h){const f=a.slice(h,d);for(h=d;d<l&&q(a.charCodeAt(d));)d++;if(d<l&&d!==h){for(h=d;d<l&&!q(a.charCodeAt(d));)d++;(d===l||d!==h)&&(s=`\\\\${f}\\${a.slice(h,d)}`,o=d)}}}else o=1;else Ee(u)&&a.charCodeAt(1)===Ce&&(s=a.slice(0,2),o=2,l>2&&q(a.charCodeAt(2))&&(c=!0,o=3));if(s.length>0)if(t.length>0){if(s.toLowerCase()!==t.toLowerCase())continue}else t=s;if(r){if(t.length>0)break}else if(n=`${a.slice(o)}\\${n}`,r=c,c&&t.length>0)break}return n=mt(n,!r,"\\",q),r?`${t}\\${n}`:`${t}${n}`||"."},normalize(e){Z(e,"path");const t=e.length;if(t===0)return".";let n=0,r,i=!1;const a=e.charCodeAt(0);if(t===1)return Vt(a)?"\\":e;if(q(a))if(i=!0,q(e.charCodeAt(1))){let o=2,s=o;for(;o<t&&!q(e.charCodeAt(o));)o++;if(o<t&&o!==s){const c=e.slice(s,o);for(s=o;o<t&&q(e.charCodeAt(o));)o++;if(o<t&&o!==s){for(s=o;o<t&&!q(e.charCodeAt(o));)o++;if(o===t)return`\\\\${c}\\${e.slice(s)}\\`;o!==s&&(r=`\\\\${c}\\${e.slice(s,o)}`,n=o)}}}else n=1;else Ee(a)&&e.charCodeAt(1)===Ce&&(r=e.slice(0,2),n=2,t>2&&q(e.charCodeAt(2))&&(i=!0,n=3));let l=n<t?mt(e.slice(n),!i,"\\",q):"";return l.length===0&&!i&&(l="."),l.length>0&&q(e.charCodeAt(t-1))&&(l+="\\"),r===void 0?i?`\\${l}`:l:i?`${r}\\${l}`:`${r}${l}`},isAbsolute(e){Z(e,"path");const t=e.length;if(t===0)return!1;const n=e.charCodeAt(0);return q(n)||t>2&&Ee(n)&&e.charCodeAt(1)===Ce&&q(e.charCodeAt(2))},join(...e){if(e.length===0)return".";let t,n;for(let a=0;a<e.length;++a){const l=e[a];Z(l,"path"),l.length>0&&(t===void 0?t=n=l:t+=`\\${l}`)}if(t===void 0)return".";let r=!0,i=0;if(typeof n=="string"&&q(n.charCodeAt(0))){++i;const a=n.length;a>1&&q(n.charCodeAt(1))&&(++i,a>2&&(q(n.charCodeAt(2))?++i:r=!1))}if(r){for(;i<t.length&&q(t.charCodeAt(i));)i++;i>=2&&(t=`\\${t.slice(i)}`)}return ae.normalize(t)},relative(e,t){if(Z(e,"from"),Z(t,"to"),e===t)return"";const n=ae.resolve(e),r=ae.resolve(t);if(n===r||(e=n.toLowerCase(),t=r.toLowerCase(),e===t))return"";let i=0;for(;i<e.length&&e.charCodeAt(i)===se;)i++;let a=e.length;for(;a-1>i&&e.charCodeAt(a-1)===se;)a--;const l=a-i;let o=0;for(;o<t.length&&t.charCodeAt(o)===se;)o++;let s=t.length;for(;s-1>o&&t.charCodeAt(s-1)===se;)s--;const c=s-o,u=l<c?l:c;let d=-1,h=0;for(;h<u;h++){const v=e.charCodeAt(i+h);if(v!==t.charCodeAt(o+h))break;v===se&&(d=h)}if(h!==u){if(d===-1)return r}else{if(c>u){if(t.charCodeAt(o+h)===se)return r.slice(o+h+1);if(h===2)return r.slice(o+h)}l>u&&(e.charCodeAt(i+h)===se?d=h:h===2&&(d=3)),d===-1&&(d=0)}let f="";for(h=i+d+1;h<=a;++h)(h===a||e.charCodeAt(h)===se)&&(f+=f.length===0?"..":"\\..");return o+=d,f.length>0?`${f}${r.slice(o,s)}`:(r.charCodeAt(o)===se&&++o,r.slice(o,s))},toNamespacedPath(e){if(typeof e!="string")return e;if(e.length===0)return"";const t=ae.resolve(e);if(t.length<=2)return e;if(t.charCodeAt(0)===se){if(t.charCodeAt(1)===se){const n=t.charCodeAt(2);if(n!==ya&&n!==De)return`\\\\?\\UNC\\${t.slice(2)}`}}else if(Ee(t.charCodeAt(0))&&t.charCodeAt(1)===Ce&&t.charCodeAt(2)===se)return`\\\\?\\${t}`;return e},dirname(e){Z(e,"path");const t=e.length;if(t===0)return".";let n=-1,r=0;const i=e.charCodeAt(0);if(t===1)return q(i)?e:".";if(q(i)){if(n=r=1,q(e.charCodeAt(1))){let o=2,s=o;for(;o<t&&!q(e.charCodeAt(o));)o++;if(o<t&&o!==s){for(s=o;o<t&&q(e.charCodeAt(o));)o++;if(o<t&&o!==s){for(s=o;o<t&&!q(e.charCodeAt(o));)o++;if(o===t)return e;o!==s&&(n=r=o+1)}}}}else Ee(i)&&e.charCodeAt(1)===Ce&&(n=t>2&&q(e.charCodeAt(2))?3:2,r=n);let a=-1,l=!0;for(let o=t-1;o>=r;--o)if(q(e.charCodeAt(o))){if(!l){a=o;break}}else l=!1;if(a===-1){if(n===-1)return".";a=n}return e.slice(0,a)},basename(e,t){t!==void 0&&Z(t,"ext"),Z(e,"path");let n=0,r=-1,i=!0,a;if(e.length>=2&&Ee(e.charCodeAt(0))&&e.charCodeAt(1)===Ce&&(n=2),t!==void 0&&t.length>0&&t.length<=e.length){if(t===e)return"";let l=t.length-1,o=-1;for(a=e.length-1;a>=n;--a){const s=e.charCodeAt(a);if(q(s)){if(!i){n=a+1;break}}else o===-1&&(i=!1,o=a+1),l>=0&&(s===t.charCodeAt(l)?--l==-1&&(r=a):(l=-1,r=o))}return n===r?r=o:r===-1&&(r=e.length),e.slice(n,r)}for(a=e.length-1;a>=n;--a)if(q(e.charCodeAt(a))){if(!i){n=a+1;break}}else r===-1&&(i=!1,r=a+1);return r===-1?"":e.slice(n,r)},extname(e){Z(e,"path");let t=0,n=-1,r=0,i=-1,a=!0,l=0;e.length>=2&&e.charCodeAt(1)===Ce&&Ee(e.charCodeAt(0))&&(t=r=2);for(let o=e.length-1;o>=t;--o){const s=e.charCodeAt(o);if(q(s)){if(!a){r=o+1;break}continue}i===-1&&(a=!1,i=o+1),s===De?n===-1?n=o:l!==1&&(l=1):n!==-1&&(l=-1)}return n===-1||i===-1||l===0||l===1&&n===i-1&&n===r+1?"":e.slice(n,i)},format:Un.bind(null,"\\"),parse(e){Z(e,"path");const t={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return t;const n=e.length;let r=0,i=e.charCodeAt(0);if(n===1)return q(i)?(t.root=t.dir=e,t):(t.base=t.name=e,t);if(q(i)){if(r=1,q(e.charCodeAt(1))){let d=2,h=d;for(;d<n&&!q(e.charCodeAt(d));)d++;if(d<n&&d!==h){for(h=d;d<n&&q(e.charCodeAt(d));)d++;if(d<n&&d!==h){for(h=d;d<n&&!q(e.charCodeAt(d));)d++;d===n?r=d:d!==h&&(r=d+1)}}}}else if(Ee(i)&&e.charCodeAt(1)===Ce){if(n<=2)return t.root=t.dir=e,t;if(r=2,q(e.charCodeAt(2))){if(n===3)return t.root=t.dir=e,t;r=3}}r>0&&(t.root=e.slice(0,r));let a=-1,l=r,o=-1,s=!0,c=e.length-1,u=0;for(;c>=r;--c){if(i=e.charCodeAt(c),q(i)){if(!s){l=c+1;break}continue}o===-1&&(s=!1,o=c+1),i===De?a===-1?a=c:u!==1&&(u=1):a!==-1&&(u=-1)}return o!==-1&&(a===-1||u===0||u===1&&a===o-1&&a===l+1?t.base=t.name=e.slice(l,o):(t.name=e.slice(l,a),t.base=e.slice(l,o),t.ext=e.slice(a,o))),l>0&&l!==r?t.dir=e.slice(0,l-1):t.dir=t.root,t},sep:"\\",delimiter:";",win32:null,posix:null},oe={resolve(...e){let t="",n=!1;for(let r=e.length-1;r>=-1&&!n;r--){const i=r>=0?e[r]:qt();Z(i,"path"),i.length!==0&&(t=`${i}/${t}`,n=i.charCodeAt(0)===ne)}return t=mt(t,!n,"/",Vt),n?`/${t}`:t.length>0?t:"."},normalize(e){if(Z(e,"path"),e.length===0)return".";const t=e.charCodeAt(0)===ne,n=e.charCodeAt(e.length-1)===ne;return e=mt(e,!t,"/",Vt),e.length===0?t?"/":n?"./":".":(n&&(e+="/"),t?`/${e}`:e)},isAbsolute(e){return Z(e,"path"),e.length>0&&e.charCodeAt(0)===ne},join(...e){if(e.length===0)return".";let t;for(let n=0;n<e.length;++n){const r=e[n];Z(r,"path"),r.length>0&&(t===void 0?t=r:t+=`/${r}`)}return t===void 0?".":oe.normalize(t)},relative(e,t){if(Z(e,"from"),Z(t,"to"),e===t||(e=oe.resolve(e),t=oe.resolve(t),e===t))return"";const n=1,r=e.length,i=r-n,a=1,l=t.length-a,o=i<l?i:l;let s=-1,c=0;for(;c<o;c++){const d=e.charCodeAt(n+c);if(d!==t.charCodeAt(a+c))break;d===ne&&(s=c)}if(c===o)if(l>o){if(t.charCodeAt(a+c)===ne)return t.slice(a+c+1);if(c===0)return t.slice(a+c)}else i>o&&(e.charCodeAt(n+c)===ne?s=c:c===0&&(s=0));let u="";for(c=n+s+1;c<=r;++c)(c===r||e.charCodeAt(c)===ne)&&(u+=u.length===0?"..":"/..");return`${u}${t.slice(a+s)}`},toNamespacedPath(e){return e},dirname(e){if(Z(e,"path"),e.length===0)return".";const t=e.charCodeAt(0)===ne;let n=-1,r=!0;for(let i=e.length-1;i>=1;--i)if(e.charCodeAt(i)===ne){if(!r){n=i;break}}else r=!1;return n===-1?t?"/":".":t&&n===1?"//":e.slice(0,n)},basename(e,t){t!==void 0&&Z(t,"ext"),Z(e,"path");let n=0,r=-1,i=!0,a;if(t!==void 0&&t.length>0&&t.length<=e.length){if(t===e)return"";let l=t.length-1,o=-1;for(a=e.length-1;a>=0;--a){const s=e.charCodeAt(a);if(s===ne){if(!i){n=a+1;break}}else o===-1&&(i=!1,o=a+1),l>=0&&(s===t.charCodeAt(l)?--l==-1&&(r=a):(l=-1,r=o))}return n===r?r=o:r===-1&&(r=e.length),e.slice(n,r)}for(a=e.length-1;a>=0;--a)if(e.charCodeAt(a)===ne){if(!i){n=a+1;break}}else r===-1&&(i=!1,r=a+1);return r===-1?"":e.slice(n,r)},extname(e){Z(e,"path");let t=-1,n=0,r=-1,i=!0,a=0;for(let l=e.length-1;l>=0;--l){const o=e.charCodeAt(l);if(o===ne){if(!i){n=l+1;break}continue}r===-1&&(i=!1,r=l+1),o===De?t===-1?t=l:a!==1&&(a=1):t!==-1&&(a=-1)}return t===-1||r===-1||a===0||a===1&&t===r-1&&t===n+1?"":e.slice(t,r)},format:Un.bind(null,"/"),parse(e){Z(e,"path");const t={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return t;const n=e.charCodeAt(0)===ne;let r;n?(t.root="/",r=1):r=0;let i=-1,a=0,l=-1,o=!0,s=e.length-1,c=0;for(;s>=r;--s){const u=e.charCodeAt(s);if(u===ne){if(!o){a=s+1;break}continue}l===-1&&(o=!1,l=s+1),u===De?i===-1?i=s:c!==1&&(c=1):i!==-1&&(c=-1)}if(l!==-1){const u=a===0&&n?1:a;i===-1||c===0||c===1&&i===l-1&&i===a+1?t.base=t.name=e.slice(u,l):(t.name=e.slice(u,i),t.base=e.slice(u,l),t.ext=e.slice(i,l))}return a>0?t.dir=e.slice(0,a-1):n&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};oe.win32=ae.win32=ae,oe.posix=ae.posix=oe,ze==="win32"?ae.normalize:oe.normalize,ze==="win32"?ae.resolve:oe.resolve,ze==="win32"?ae.relative:oe.relative,ze==="win32"?ae.dirname:oe.dirname,ze==="win32"?ae.basename:oe.basename,ze==="win32"?ae.extname:oe.extname,ze==="win32"?ae.sep:oe.sep;const ka=/^\w[\w\d+.-]*$/,Ta=/^\//,Sa=/^\/\//;function Hn(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&&!ka.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path){if(e.authority){if(!Ta.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(Sa.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 Aa(e,t){return!e&&!t?"file":e}function xa(e,t){switch(e){case"https":case"http":case"file":t?t[0]!==ge&&(t=ge+t):t=ge;break}return t}const Q="",ge="/",Da=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class Pe{constructor(t,n,r,i,a,l=!1){typeof t=="object"?(this.scheme=t.scheme||Q,this.authority=t.authority||Q,this.path=t.path||Q,this.query=t.query||Q,this.fragment=t.fragment||Q):(this.scheme=Aa(t,l),this.authority=n||Q,this.path=xa(this.scheme,r||Q),this.query=i||Q,this.fragment=a||Q,Hn(this,l))}static isUri(t){return t instanceof Pe?!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=="string"&&typeof t.with=="function"&&typeof t.toString=="function":!1}get fsPath(){return jt(this,!1)}with(t){if(!t)return this;let{scheme:n,authority:r,path:i,query:a,fragment:l}=t;return n===void 0?n=this.scheme:n===null&&(n=Q),r===void 0?r=this.authority:r===null&&(r=Q),i===void 0?i=this.path:i===null&&(i=Q),a===void 0?a=this.query:a===null&&(a=Q),l===void 0?l=this.fragment:l===null&&(l=Q),n===this.scheme&&r===this.authority&&i===this.path&&a===this.query&&l===this.fragment?this:new je(n,r,i,a,l)}static parse(t,n=!1){const r=Da.exec(t);return r?new je(r[2]||Q,ft(r[4]||Q),ft(r[5]||Q),ft(r[7]||Q),ft(r[9]||Q),n):new je(Q,Q,Q,Q,Q)}static file(t){let n=Q;if(Ze&&(t=t.replace(/\\/g,ge)),t[0]===ge&&t[1]===ge){const r=t.indexOf(ge,2);r===-1?(n=t.substring(2),t=ge):(n=t.substring(2,r),t=t.substring(r)||ge)}return new je("file",n,t,Q,Q)}static from(t){const n=new je(t.scheme,t.authority,t.path,t.query,t.fragment);return Hn(n,!0),n}static joinPath(t,...n){if(!t.path)throw new Error("[UriError]: cannot call joinPath on URI without path");let r;return Ze&&t.scheme==="file"?r=Pe.file(ae.join(jt(t,!0),...n)).path:r=oe.join(t.path,...n),t.with({path:r})}toString(t=!1){return Gt(this,t)}toJSON(){return this}static revive(t){if(t){if(t instanceof Pe)return t;{const n=new je(t);return n._formatted=t.external,n._fsPath=t._sep===zn?t.fsPath:null,n}}else return t}}const zn=Ze?1:void 0;class je extends Pe{constructor(){super(...arguments);this._formatted=null,this._fsPath=null}get fsPath(){return this._fsPath||(this._fsPath=jt(this,!1)),this._fsPath}toString(t=!1){return t?Gt(this,!0):(this._formatted||(this._formatted=Gt(this,!1)),this._formatted)}toJSON(){const t={$mid:1};return this._fsPath&&(t.fsPath=this._fsPath,t._sep=zn),this._formatted&&(t.external=this._formatted),this.path&&(t.path=this.path),this.scheme&&(t.scheme=this.scheme),this.authority&&(t.authority=this.authority),this.query&&(t.query=this.query),this.fragment&&(t.fragment=this.fragment),t}}const Pn={[58]:"%3A",[47]:"%2F",[63]:"%3F",[35]:"%23",[91]:"%5B",[93]:"%5D",[64]:"%40",[33]:"%21",[36]:"%24",[38]:"%26",[39]:"%27",[40]:"%28",[41]:"%29",[42]:"%2A",[43]:"%2B",[44]:"%2C",[59]:"%3B",[61]:"%3D",[32]:"%20"};function Wn(e,t){let n,r=-1;for(let i=0;i<e.length;i++){const a=e.charCodeAt(i);if(a>=97&&a<=122||a>=65&&a<=90||a>=48&&a<=57||a===45||a===46||a===95||a===126||t&&a===47)r!==-1&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),n!==void 0&&(n+=e.charAt(i));else{n===void 0&&(n=e.substr(0,i));const l=Pn[a];l!==void 0?(r!==-1&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),n+=l):r===-1&&(r=i)}}return r!==-1&&(n+=encodeURIComponent(e.substring(r))),n!==void 0?n:e}function Ca(e){let t;for(let n=0;n<e.length;n++){const r=e.charCodeAt(n);r===35||r===63?(t===void 0&&(t=e.substr(0,n)),t+=Pn[r]):t!==void 0&&(t+=e[n])}return t!==void 0?t:e}function jt(e,t){let n;return e.authority&&e.path.length>1&&e.scheme==="file"?n=`//${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?n=e.path.substr(1):n=e.path[1].toLowerCase()+e.path.substr(2):n=e.path,Ze&&(n=n.replace(/\//g,"\\")),n}function Gt(e,t){const n=t?Ca:Wn;let r="",{scheme:i,authority:a,path:l,query:o,fragment:s}=e;if(i&&(r+=i,r+=":"),(a||i==="file")&&(r+=ge,r+=ge),a){let c=a.indexOf("@");if(c!==-1){const u=a.substr(0,c);a=a.substr(c+1),c=u.indexOf(":"),c===-1?r+=n(u,!1):(r+=n(u.substr(0,c),!1),r+=":",r+=n(u.substr(c+1),!1)),r+="@"}a=a.toLowerCase(),c=a.indexOf(":"),c===-1?r+=n(a,!1):(r+=n(a.substr(0,c),!1),r+=a.substr(c))}if(l){if(l.length>=3&&l.charCodeAt(0)===47&&l.charCodeAt(2)===58){const c=l.charCodeAt(1);c>=65&&c<=90&&(l=`/${String.fromCharCode(c+32)}:${l.substr(3)}`)}else if(l.length>=2&&l.charCodeAt(1)===58){const c=l.charCodeAt(0);c>=65&&c<=90&&(l=`${String.fromCharCode(c+32)}:${l.substr(2)}`)}r+=n(l,!0)}return o&&(r+="?",r+=n(o,!1)),s&&(r+="#",r+=t?s:Wn(s,!1)),r}function Bn(e){try{return decodeURIComponent(e)}catch{return e.length>3?e.substr(0,3)+Bn(e.substr(3)):e}}const Fn=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function ft(e){return e.match(Fn)?e.replace(Fn,t=>Bn(t)):e}class le{constructor(t,n){this.lineNumber=t,this.column=n}with(t=this.lineNumber,n=this.column){return t===this.lineNumber&&n===this.column?this:new le(t,n)}delta(t=0,n=0){return this.with(this.lineNumber+t,this.column+n)}equals(t){return le.equals(this,t)}static equals(t,n){return!t&&!n?!0:!!t&&!!n&&t.lineNumber===n.lineNumber&&t.column===n.column}isBefore(t){return le.isBefore(this,t)}static isBefore(t,n){return t.lineNumber<n.lineNumber?!0:n.lineNumber<t.lineNumber?!1:t.column<n.column}isBeforeOrEqual(t){return le.isBeforeOrEqual(this,t)}static isBeforeOrEqual(t,n){return t.lineNumber<n.lineNumber?!0:n.lineNumber<t.lineNumber?!1:t.column<=n.column}static compare(t,n){let r=t.lineNumber|0,i=n.lineNumber|0;if(r===i){let a=t.column|0,l=n.column|0;return a-l}return r-i}clone(){return new le(this.lineNumber,this.column)}toString(){return"("+this.lineNumber+","+this.column+")"}static lift(t){return new le(t.lineNumber,t.column)}static isIPosition(t){return t&&typeof t.lineNumber=="number"&&typeof t.column=="number"}}class J{constructor(t,n,r,i){t>r||t===r&&n>i?(this.startLineNumber=r,this.startColumn=i,this.endLineNumber=t,this.endColumn=n):(this.startLineNumber=t,this.startColumn=n,this.endLineNumber=r,this.endColumn=i)}isEmpty(){return J.isEmpty(this)}static isEmpty(t){return t.startLineNumber===t.endLineNumber&&t.startColumn===t.endColumn}containsPosition(t){return J.containsPosition(this,t)}static containsPosition(t,n){return!(n.lineNumber<t.startLineNumber||n.lineNumber>t.endLineNumber||n.lineNumber===t.startLineNumber&&n.column<t.startColumn||n.lineNumber===t.endLineNumber&&n.column>t.endColumn)}static strictContainsPosition(t,n){return!(n.lineNumber<t.startLineNumber||n.lineNumber>t.endLineNumber||n.lineNumber===t.startLineNumber&&n.column<=t.startColumn||n.lineNumber===t.endLineNumber&&n.column>=t.endColumn)}containsRange(t){return J.containsRange(this,t)}static containsRange(t,n){return!(n.startLineNumber<t.startLineNumber||n.endLineNumber<t.startLineNumber||n.startLineNumber>t.endLineNumber||n.endLineNumber>t.endLineNumber||n.startLineNumber===t.startLineNumber&&n.startColumn<t.startColumn||n.endLineNumber===t.endLineNumber&&n.endColumn>t.endColumn)}strictContainsRange(t){return J.strictContainsRange(this,t)}static strictContainsRange(t,n){return!(n.startLineNumber<t.startLineNumber||n.endLineNumber<t.startLineNumber||n.startLineNumber>t.endLineNumber||n.endLineNumber>t.endLineNumber||n.startLineNumber===t.startLineNumber&&n.startColumn<=t.startColumn||n.endLineNumber===t.endLineNumber&&n.endColumn>=t.endColumn)}plusRange(t){return J.plusRange(this,t)}static plusRange(t,n){let r,i,a,l;return n.startLineNumber<t.startLineNumber?(r=n.startLineNumber,i=n.startColumn):n.startLineNumber===t.startLineNumber?(r=n.startLineNumber,i=Math.min(n.startColumn,t.startColumn)):(r=t.startLineNumber,i=t.startColumn),n.endLineNumber>t.endLineNumber?(a=n.endLineNumber,l=n.endColumn):n.endLineNumber===t.endLineNumber?(a=n.endLineNumber,l=Math.max(n.endColumn,t.endColumn)):(a=t.endLineNumber,l=t.endColumn),new J(r,i,a,l)}intersectRanges(t){return J.intersectRanges(this,t)}static intersectRanges(t,n){let r=t.startLineNumber,i=t.startColumn,a=t.endLineNumber,l=t.endColumn,o=n.startLineNumber,s=n.startColumn,c=n.endLineNumber,u=n.endColumn;return r<o?(r=o,i=s):r===o&&(i=Math.max(i,s)),a>c?(a=c,l=u):a===c&&(l=Math.min(l,u)),r>a||r===a&&i>l?null:new J(r,i,a,l)}equalsRange(t){return J.equalsRange(this,t)}static equalsRange(t,n){return!!t&&!!n&&t.startLineNumber===n.startLineNumber&&t.startColumn===n.startColumn&&t.endLineNumber===n.endLineNumber&&t.endColumn===n.endColumn}getEndPosition(){return J.getEndPosition(this)}static getEndPosition(t){return new le(t.endLineNumber,t.endColumn)}getStartPosition(){return J.getStartPosition(this)}static getStartPosition(t){return new le(t.startLineNumber,t.startColumn)}toString(){return"["+this.startLineNumber+","+this.startColumn+" -> "+this.endLineNumber+","+this.endColumn+"]"}setEndPosition(t,n){return new J(this.startLineNumber,this.startColumn,t,n)}setStartPosition(t,n){return new J(t,n,this.endLineNumber,this.endColumn)}collapseToStart(){return J.collapseToStart(this)}static collapseToStart(t){return new J(t.startLineNumber,t.startColumn,t.startLineNumber,t.startColumn)}static fromPositions(t,n=t){return new J(t.lineNumber,t.column,n.lineNumber,n.column)}static lift(t){return t?new J(t.startLineNumber,t.startColumn,t.endLineNumber,t.endColumn):null}static isIRange(t){return t&&typeof t.startLineNumber=="number"&&typeof t.startColumn=="number"&&typeof t.endLineNumber=="number"&&typeof t.endColumn=="number"}static areIntersectingOrTouching(t,n){return!(t.endLineNumber<n.startLineNumber||t.endLineNumber===n.startLineNumber&&t.endColumn<n.startColumn||n.endLineNumber<t.startLineNumber||n.endLineNumber===t.startLineNumber&&n.endColumn<t.startColumn)}static areIntersecting(t,n){return!(t.endLineNumber<n.startLineNumber||t.endLineNumber===n.startLineNumber&&t.endColumn<=n.startColumn||n.endLineNumber<t.startLineNumber||n.endLineNumber===t.startLineNumber&&n.endColumn<=t.startColumn)}static compareRangesUsingStarts(t,n){if(t&&n){const a=t.startLineNumber|0,l=n.startLineNumber|0;if(a===l){const o=t.startColumn|0,s=n.startColumn|0;if(o===s){const c=t.endLineNumber|0,u=n.endLineNumber|0;if(c===u){const d=t.endColumn|0,h=n.endColumn|0;return d-h}return c-u}return o-s}return a-l}return(t?1:0)-(n?1:0)}static compareRangesUsingEnds(t,n){return t.endLineNumber===n.endLineNumber?t.endColumn===n.endColumn?t.startLineNumber===n.startLineNumber?t.startColumn-n.startColumn:t.startLineNumber-n.startLineNumber:t.endColumn-n.endColumn:t.endLineNumber-n.endLineNumber}static spansMultipleLines(t){return t.endLineNumber>t.startLineNumber}}const Ea=3;function On(e,t,n,r){return new xe(e,t,n).ComputeDiff(r)}class qn{constructor(t){const n=[],r=[];for(let i=0,a=t.length;i<a;i++)n[i]=$t(t[i],1),r[i]=Xt(t[i],1);this.lines=t,this._startColumns=n,this._endColumns=r}getElements(){const t=[];for(let n=0,r=this.lines.length;n<r;n++)t[n]=this.lines[n].substring(this._startColumns[n]-1,this._endColumns[n]-1);return t}getStrictElement(t){return this.lines[t]}getStartLineNumber(t){return t+1}getEndLineNumber(t){return t+1}createCharSequence(t,n,r){const i=[],a=[],l=[];let o=0;for(let s=n;s<=r;s++){const c=this.lines[s],u=t?this._startColumns[s]:1,d=t?this._endColumns[s]:c.length+1;for(let h=u;h<d;h++)i[o]=c.charCodeAt(h-1),a[o]=s+1,l[o]=h,o++}return new La(i,a,l)}}class La{constructor(t,n,r){this._charCodes=t,this._lineNumbers=n,this._columns=r}getElements(){return this._charCodes}getStartLineNumber(t){return this._lineNumbers[t]}getStartColumn(t){return this._columns[t]}getEndLineNumber(t){return this._lineNumbers[t]}getEndColumn(t){return this._columns[t]+1}}class Ke{constructor(t,n,r,i,a,l,o,s){this.originalStartLineNumber=t,this.originalStartColumn=n,this.originalEndLineNumber=r,this.originalEndColumn=i,this.modifiedStartLineNumber=a,this.modifiedStartColumn=l,this.modifiedEndLineNumber=o,this.modifiedEndColumn=s}static createFromDiffChange(t,n,r){let i,a,l,o,s,c,u,d;return t.originalLength===0?(i=0,a=0,l=0,o=0):(i=n.getStartLineNumber(t.originalStart),a=n.getStartColumn(t.originalStart),l=n.getEndLineNumber(t.originalStart+t.originalLength-1),o=n.getEndColumn(t.originalStart+t.originalLength-1)),t.modifiedLength===0?(s=0,c=0,u=0,d=0):(s=r.getStartLineNumber(t.modifiedStart),c=r.getStartColumn(t.modifiedStart),u=r.getEndLineNumber(t.modifiedStart+t.modifiedLength-1),d=r.getEndColumn(t.modifiedStart+t.modifiedLength-1)),new Ke(i,a,l,o,s,c,u,d)}}function Ma(e){if(e.length<=1)return e;const t=[e[0]];let n=t[0];for(let r=1,i=e.length;r<i;r++){const a=e[r],l=a.originalStart-(n.originalStart+n.originalLength),o=a.modifiedStart-(n.modifiedStart+n.modifiedLength);Math.min(l,o)<Ea?(n.originalLength=a.originalStart+a.originalLength-n.originalStart,n.modifiedLength=a.modifiedStart+a.modifiedLength-n.modifiedStart):(t.push(a),n=a)}return t}class et{constructor(t,n,r,i,a){this.originalStartLineNumber=t,this.originalEndLineNumber=n,this.modifiedStartLineNumber=r,this.modifiedEndLineNumber=i,this.charChanges=a}static createFromDiffResult(t,n,r,i,a,l,o){let s,c,u,d,h;if(n.originalLength===0?(s=r.getStartLineNumber(n.originalStart)-1,c=0):(s=r.getStartLineNumber(n.originalStart),c=r.getEndLineNumber(n.originalStart+n.originalLength-1)),n.modifiedLength===0?(u=i.getStartLineNumber(n.modifiedStart)-1,d=0):(u=i.getStartLineNumber(n.modifiedStart),d=i.getEndLineNumber(n.modifiedStart+n.modifiedLength-1)),l&&n.originalLength>0&&n.originalLength<20&&n.modifiedLength>0&&n.modifiedLength<20&&a()){const f=r.createCharSequence(t,n.originalStart,n.originalStart+n.originalLength-1),v=i.createCharSequence(t,n.modifiedStart,n.modifiedStart+n.modifiedLength-1);let g=On(f,v,a,!0).changes;o&&(g=Ma(g)),h=[];for(let y=0,T=g.length;y<T;y++)h.push(Ke.createFromDiffChange(g[y],f,v))}return new et(s,c,u,d,h)}}class Ra{constructor(t,n,r){this.shouldComputeCharChanges=r.shouldComputeCharChanges,this.shouldPostProcessCharChanges=r.shouldPostProcessCharChanges,this.shouldIgnoreTrimWhitespace=r.shouldIgnoreTrimWhitespace,this.shouldMakePrettyDiff=r.shouldMakePrettyDiff,this.originalLines=t,this.modifiedLines=n,this.original=new qn(t),this.modified=new qn(n),this.continueLineDiff=Vn(r.maxComputationTime),this.continueCharDiff=Vn(r.maxComputationTime===0?0:Math.min(r.maxComputationTime,5e3))}computeDiff(){if(this.original.lines.length===1&&this.original.lines[0].length===0)return this.modified.lines.length===1&&this.modified.lines[0].length===0?{quitEarly:!1,changes:[]}:{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}]}]};const t=On(this.original,this.modified,this.continueLineDiff,this.shouldMakePrettyDiff),n=t.changes,r=t.quitEarly;if(this.shouldIgnoreTrimWhitespace){const o=[];for(let s=0,c=n.length;s<c;s++)o.push(et.createFromDiffResult(this.shouldIgnoreTrimWhitespace,n[s],this.original,this.modified,this.continueCharDiff,this.shouldComputeCharChanges,this.shouldPostProcessCharChanges));return{quitEarly:r,changes:o}}const i=[];let a=0,l=0;for(let o=-1,s=n.length;o<s;o++){const c=o+1<s?n[o+1]:null,u=c?c.originalStart:this.originalLines.length,d=c?c.modifiedStart:this.modifiedLines.length;for(;a<u&&l<d;){const h=this.originalLines[a],f=this.modifiedLines[l];if(h!==f){{let v=$t(h,1),g=$t(f,1);for(;v>1&&g>1;){const y=h.charCodeAt(v-2),T=f.charCodeAt(g-2);if(y!==T)break;v--,g--}(v>1||g>1)&&this._pushTrimWhitespaceCharChange(i,a+1,1,v,l+1,1,g)}{let v=Xt(h,1),g=Xt(f,1);const y=h.length+1,T=f.length+1;for(;v<y&&g<T;){const m=h.charCodeAt(v-1),b=h.charCodeAt(g-1);if(m!==b)break;v++,g++}(v<y||g<T)&&this._pushTrimWhitespaceCharChange(i,a+1,v,y,l+1,g,T)}}a++,l++}c&&(i.push(et.createFromDiffResult(this.shouldIgnoreTrimWhitespace,c,this.original,this.modified,this.continueCharDiff,this.shouldComputeCharChanges,this.shouldPostProcessCharChanges)),a+=c.originalLength,l+=c.modifiedLength)}return{quitEarly:r,changes:i}}_pushTrimWhitespaceCharChange(t,n,r,i,a,l,o){if(this._mergeTrimWhitespaceCharChange(t,n,r,i,a,l,o))return;let s;this.shouldComputeCharChanges&&(s=[new Ke(n,r,n,i,a,l,a,o)]),t.push(new et(n,n,a,a,s))}_mergeTrimWhitespaceCharChange(t,n,r,i,a,l,o){const s=t.length;if(s===0)return!1;const c=t[s-1];return c.originalEndLineNumber===0||c.modifiedEndLineNumber===0?!1:c.originalEndLineNumber+1===n&&c.modifiedEndLineNumber+1===a?(c.originalEndLineNumber=n,c.modifiedEndLineNumber=a,this.shouldComputeCharChanges&&c.charChanges&&c.charChanges.push(new Ke(n,r,n,i,a,l,a,o)),!0):!1}}function $t(e,t){const n=na(e);return n===-1?t:n+1}function Xt(e,t){const n=ia(e);return n===-1?t:n+2}function Vn(e){if(e===0)return()=>!0;const t=Date.now();return()=>Date.now()-t<e}function jn(e){return e<0?0:e>255?255:e|0}function Ge(e){return e<0?0:e>4294967295?4294967295:e|0}class Na{constructor(t){this.values=t,this.prefixSum=new Uint32Array(t.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}insertValues(t,n){t=Ge(t);const r=this.values,i=this.prefixSum,a=n.length;return a===0?!1:(this.values=new Uint32Array(r.length+a),this.values.set(r.subarray(0,t),0),this.values.set(r.subarray(t),t+a),this.values.set(n,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)}setValue(t,n){return t=Ge(t),n=Ge(n),this.values[t]===n?!1:(this.values[t]=n,t-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=t-1),!0)}removeValues(t,n){t=Ge(t),n=Ge(n);const r=this.values,i=this.prefixSum;if(t>=r.length)return!1;let a=r.length-t;return n>=a&&(n=a),n===0?!1:(this.values=new Uint32Array(r.length-n),this.values.set(r.subarray(0,t),0),this.values.set(r.subarray(t+n),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)}getTotalSum(){return this.values.length===0?0:this._getPrefixSum(this.values.length-1)}getPrefixSum(t){return t<0?0:(t=Ge(t),this._getPrefixSum(t))}_getPrefixSum(t){if(t<=this.prefixSumValidIndex[0])return this.prefixSum[t];let n=this.prefixSumValidIndex[0]+1;n===0&&(this.prefixSum[0]=this.values[0],n++),t>=this.values.length&&(t=this.values.length-1);for(let r=n;r<=t;r++)this.prefixSum[r]=this.prefixSum[r-1]+this.values[r];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],t),this.prefixSum[t]}getIndexOf(t){t=Math.floor(t),this.getTotalSum();let n=0,r=this.values.length-1,i=0,a=0,l=0;for(;n<=r;)if(i=n+(r-n)/2|0,a=this.prefixSum[i],l=a-this.values[i],t<l)r=i-1;else if(t>=a)n=i+1;else break;return new Ia(i,t-l)}}class Ia{constructor(t,n){this.index=t,this.remainder=n,this._prefixSumIndexOfResultBrand=void 0,this.index=t,this.remainder=n}}class Ua{constructor(t,n,r,i){this._uri=t,this._lines=n,this._eol=r,this._versionId=i,this._lineStarts=null,this._cachedTextValue=null}dispose(){this._lines.length=0}get version(){return this._versionId}getText(){return this._cachedTextValue===null&&(this._cachedTextValue=this._lines.join(this._eol)),this._cachedTextValue}onEvents(t){t.eol&&t.eol!==this._eol&&(this._eol=t.eol,this._lineStarts=null);const n=t.changes;for(const r of n)this._acceptDeleteRange(r.range),this._acceptInsertText(new le(r.range.startLineNumber,r.range.startColumn),r.text);this._versionId=t.versionId,this._cachedTextValue=null}_ensureLineStarts(){if(!this._lineStarts){const t=this._eol.length,n=this._lines.length,r=new Uint32Array(n);for(let i=0;i<n;i++)r[i]=this._lines[i].length+t;this._lineStarts=new Na(r)}}_setLineText(t,n){this._lines[t]=n,this._lineStarts&&this._lineStarts.setValue(t,this._lines[t].length+this._eol.length)}_acceptDeleteRange(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)}_acceptInsertText(t,n){if(n.length===0)return;let r=ta(n);if(r.length===1){this._setLineText(t.lineNumber-1,this._lines[t.lineNumber-1].substring(0,t.column-1)+r[0]+this._lines[t.lineNumber-1].substring(t.column-1));return}r[r.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)+r[0]);let i=new Uint32Array(r.length-1);for(let a=1;a<r.length;a++)this._lines.splice(t.lineNumber+a-1,0,r[a]),i[a-1]=r[a].length+this._eol.length;this._lineStarts&&this._lineStarts.insertValues(t.lineNumber,i)}}const Ha="`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?";function za(e=""){let t="(-?\\d*\\.\\d\\w*)|([^";for(const n of Ha)e.indexOf(n)>=0||(t+="\\"+n);return t+="\\s]+)",new RegExp(t,"g")}const Pa=za();function Wa(e){let t=Pa;if(e&&e instanceof RegExp)if(e.global)t=e;else{let n="g";e.ignoreCase&&(n+="i"),e.multiline&&(n+="m"),e.unicode&&(n+="u"),t=new RegExp(e.source,n)}return t.lastIndex=0,t}const Ba={maxLen:1e3,windowSize:15,timeBudget:150};function Gn(e,t,n,r,i=Ba){if(n.length>i.maxLen){let c=e-i.maxLen/2;return c<0?c=0:r+=c,n=n.substring(c,e+i.maxLen/2),Gn(e,t,n,r,i)}const a=Date.now(),l=e-1-r;let o=-1,s=null;for(let c=1;!(Date.now()-a>=i.timeBudget);c++){const u=l-i.windowSize*c;t.lastIndex=Math.max(0,u);const d=Fa(t,n,l,o);if(!d&&s||(s=d,u<=0))break;o=u}if(s){let c={word:s[0],startColumn:r+1+s.index,endColumn:r+1+s.index+s[0].length};return t.lastIndex=0,c}return null}function Fa(e,t,n,r){let i;for(;i=e.exec(t);){const a=i.index||0;if(a<=n&&e.lastIndex>=n)return i;if(r>0&&a>r)return null}return null}class Yt{constructor(t){let n=jn(t);this._defaultValue=n,this._asciiMap=Yt._createAsciiMap(n),this._map=new Map}static _createAsciiMap(t){let n=new Uint8Array(256);for(let r=0;r<256;r++)n[r]=t;return n}set(t,n){let r=jn(n);t>=0&&t<256?this._asciiMap[t]=r:this._map.set(t,r)}get(t){return t>=0&&t<256?this._asciiMap[t]:this._map.get(t)||this._defaultValue}}class Oa{constructor(t,n,r){const i=new Uint8Array(t*n);for(let a=0,l=t*n;a<l;a++)i[a]=r;this._data=i,this.rows=t,this.cols=n}get(t,n){return this._data[t*this.cols+n]}set(t,n,r){this._data[t*this.cols+n]=r}}class qa{constructor(t){let n=0,r=0;for(let a=0,l=t.length;a<l;a++){let[o,s,c]=t[a];s>n&&(n=s),o>r&&(r=o),c>r&&(r=c)}n++,r++;let i=new Oa(r,n,0);for(let a=0,l=t.length;a<l;a++){let[o,s,c]=t[a];i.set(o,s,c)}this._states=i,this._maxCharCode=n}nextState(t,n){return n<0||n>=this._maxCharCode?0:this._states.get(t,n)}}let Qt=null;function Va(){return Qt===null&&(Qt=new qa([[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]])),Qt}let tt=null;function ja(){if(tt===null){tt=new Yt(0);const e=` <>'"\u3001\u3002\uFF61\uFF64\uFF0C\uFF0E\uFF1A\uFF1B\u2018\u3008\u300C\u300E\u3014\uFF08\uFF3B\uFF5B\uFF62\uFF63\uFF5D\uFF3D\uFF09\u3015\u300F\u300D\u3009\u2019\uFF40\uFF5E\u2026`;for(let n=0;n<e.length;n++)tt.set(e.charCodeAt(n),1);const t=".,;";for(let n=0;n<t.length;n++)tt.set(t.charCodeAt(n),2)}return tt}class _t{static _createLink(t,n,r,i,a){let l=a-1;do{const o=n.charCodeAt(l);if(t.get(o)!==2)break;l--}while(l>i);if(i>0){const o=n.charCodeAt(i-1),s=n.charCodeAt(l);(o===40&&s===41||o===91&&s===93||o===123&&s===125)&&l--}return{range:{startLineNumber:r,startColumn:i+1,endLineNumber:r,endColumn:l+2},url:n.substring(i,l+1)}}static computeLinks(t,n=Va()){const r=ja();let i=[];for(let a=1,l=t.getLineCount();a<=l;a++){const o=t.getLineContent(a),s=o.length;let c=0,u=0,d=0,h=1,f=!1,v=!1,g=!1,y=!1;for(;c<s;){let T=!1;const m=o.charCodeAt(c);if(h===13){let b;switch(m){case 40:f=!0,b=0;break;case 41:b=f?0:1;break;case 91:g=!0,v=!0,b=0;break;case 93:g=!1,b=v?0:1;break;case 123:y=!0,b=0;break;case 125:b=y?0:1;break;case 39:b=d===34||d===96?0:1;break;case 34:b=d===39||d===96?0:1;break;case 96:b=d===39||d===34?0:1;break;case 42:b=d===42?1:0;break;case 124:b=d===124?1:0;break;case 32:b=g?0:1;break;default:b=r.get(m)}b===1&&(i.push(_t._createLink(r,o,a,u,c)),T=!0)}else if(h===12){let b;m===91?(v=!0,b=0):b=r.get(m),b===1?T=!0:h=13}else h=n.nextState(h,m),h===0&&(T=!0);T&&(h=1,f=!1,v=!1,y=!1,u=c+1,d=m),c++}h===13&&i.push(_t._createLink(r,o,a,u,s))}return i}}function Ga(e){return!e||typeof e.getLineCount!="function"||typeof e.getLineContent!="function"?[]:_t.computeLinks(e)}class Jt{constructor(){this._defaultValueSet=[["true","false"],["True","False"],["Private","Public","Friend","ReadOnly","Partial","Protected","WriteOnly"],["public","protected","private"]]}navigateValueSet(t,n,r,i,a){if(t&&n){let l=this.doNavigateValueSet(n,a);if(l)return{range:t,value:l}}if(r&&i){let l=this.doNavigateValueSet(i,a);if(l)return{range:r,value:l}}return null}doNavigateValueSet(t,n){let r=this.numberReplace(t,n);return r!==null?r:this.textReplace(t,n)}numberReplace(t,n){let r=Math.pow(10,t.length-(t.lastIndexOf(".")+1)),i=Number(t),a=parseFloat(t);return!isNaN(i)&&!isNaN(a)&&i===a?i===0&&!n?null:(i=Math.floor(i*r),i+=n?r:-r,String(i/r)):null}textReplace(t,n){return this.valueSetsReplace(this._defaultValueSet,t,n)}valueSetsReplace(t,n,r){let i=null;for(let a=0,l=t.length;i===null&&a<l;a++)i=this.valueSetReplace(t[a],n,r);return i}valueSetReplace(t,n,r){let i=t.indexOf(n);return i>=0?(i+=r?1:-1,i<0?i=t.length-1:i%=t.length,t[i]):null}}Jt.INSTANCE=new Jt;const $n=Object.freeze(function(e,t){const n=setTimeout(e.bind(t),0);return{dispose(){clearTimeout(n)}}});var gt;(function(e){function t(n){return n===e.None||n===e.Cancelled||n instanceof vt?!0:!n||typeof n!="object"?!1:typeof n.isCancellationRequested=="boolean"&&typeof n.onCancellationRequested=="function"}e.isCancellationToken=t,e.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:Bt.None}),e.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:$n})})(gt||(gt={}));class vt{constructor(){this._isCancelled=!1,this._emitter=null}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))}get isCancellationRequested(){return this._isCancelled}get onCancellationRequested(){return this._isCancelled?$n:(this._emitter||(this._emitter=new Se),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=null)}}class $a{constructor(t){this._token=void 0,this._parentListener=void 0,this._parentListener=t&&t.onCancellationRequested(this.cancel,this)}get token(){return this._token||(this._token=new vt),this._token}cancel(){this._token?this._token instanceof vt&&this._token.cancel():this._token=gt.Cancelled}dispose(t=!1){t&&this.cancel(),this._parentListener&&this._parentListener.dispose(),this._token?this._token instanceof vt&&this._token.dispose():this._token=gt.None}}class Zt{constructor(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(null)}define(t,n){this._keyCodeToStr[t]=n,this._strToKeyCode[n.toLowerCase()]=t}keyCodeToStr(t){return this._keyCodeToStr[t]}strToKeyCode(t){return this._strToKeyCode[t.toLowerCase()]||0}}const bt=new Zt,Kt=new Zt,en=new Zt,Xa=new Array(230),Ya={},Qa=[],Ja=Object.create(null),Za=Object.create(null),Xn=[],tn=[];for(let e=0;e<=193;e++)Xn[e]=-1;for(let e=0;e<=126;e++)tn[e]=-1;(function(){const e="",t=[[0,1,0,"None",0,"unknown",0,"VK_UNKNOWN",e,e],[0,1,1,"Hyper",0,e,0,e,e,e],[0,1,2,"Super",0,e,0,e,e,e],[0,1,3,"Fn",0,e,0,e,e,e],[0,1,4,"FnLock",0,e,0,e,e,e],[0,1,5,"Suspend",0,e,0,e,e,e],[0,1,6,"Resume",0,e,0,e,e,e],[0,1,7,"Turbo",0,e,0,e,e,e],[0,1,8,"Sleep",0,e,0,"VK_SLEEP",e,e],[0,1,9,"WakeUp",0,e,0,e,e,e],[31,0,10,"KeyA",31,"A",65,"VK_A",e,e],[32,0,11,"KeyB",32,"B",66,"VK_B",e,e],[33,0,12,"KeyC",33,"C",67,"VK_C",e,e],[34,0,13,"KeyD",34,"D",68,"VK_D",e,e],[35,0,14,"KeyE",35,"E",69,"VK_E",e,e],[36,0,15,"KeyF",36,"F",70,"VK_F",e,e],[37,0,16,"KeyG",37,"G",71,"VK_G",e,e],[38,0,17,"KeyH",38,"H",72,"VK_H",e,e],[39,0,18,"KeyI",39,"I",73,"VK_I",e,e],[40,0,19,"KeyJ",40,"J",74,"VK_J",e,e],[41,0,20,"KeyK",41,"K",75,"VK_K",e,e],[42,0,21,"KeyL",42,"L",76,"VK_L",e,e],[43,0,22,"KeyM",43,"M",77,"VK_M",e,e],[44,0,23,"KeyN",44,"N",78,"VK_N",e,e],[45,0,24,"KeyO",45,"O",79,"VK_O",e,e],[46,0,25,"KeyP",46,"P",80,"VK_P",e,e],[47,0,26,"KeyQ",47,"Q",81,"VK_Q",e,e],[48,0,27,"KeyR",48,"R",82,"VK_R",e,e],[49,0,28,"KeyS",49,"S",83,"VK_S",e,e],[50,0,29,"KeyT",50,"T",84,"VK_T",e,e],[51,0,30,"KeyU",51,"U",85,"VK_U",e,e],[52,0,31,"KeyV",52,"V",86,"VK_V",e,e],[53,0,32,"KeyW",53,"W",87,"VK_W",e,e],[54,0,33,"KeyX",54,"X",88,"VK_X",e,e],[55,0,34,"KeyY",55,"Y",89,"VK_Y",e,e],[56,0,35,"KeyZ",56,"Z",90,"VK_Z",e,e],[22,0,36,"Digit1",22,"1",49,"VK_1",e,e],[23,0,37,"Digit2",23,"2",50,"VK_2",e,e],[24,0,38,"Digit3",24,"3",51,"VK_3",e,e],[25,0,39,"Digit4",25,"4",52,"VK_4",e,e],[26,0,40,"Digit5",26,"5",53,"VK_5",e,e],[27,0,41,"Digit6",27,"6",54,"VK_6",e,e],[28,0,42,"Digit7",28,"7",55,"VK_7",e,e],[29,0,43,"Digit8",29,"8",56,"VK_8",e,e],[30,0,44,"Digit9",30,"9",57,"VK_9",e,e],[21,0,45,"Digit0",21,"0",48,"VK_0",e,e],[3,1,46,"Enter",3,"Enter",13,"VK_RETURN",e,e],[9,1,47,"Escape",9,"Escape",27,"VK_ESCAPE",e,e],[1,1,48,"Backspace",1,"Backspace",8,"VK_BACK",e,e],[2,1,49,"Tab",2,"Tab",9,"VK_TAB",e,e],[10,1,50,"Space",10,"Space",32,"VK_SPACE",e,e],[83,0,51,"Minus",83,"-",189,"VK_OEM_MINUS","-","OEM_MINUS"],[81,0,52,"Equal",81,"=",187,"VK_OEM_PLUS","=","OEM_PLUS"],[87,0,53,"BracketLeft",87,"[",219,"VK_OEM_4","[","OEM_4"],[89,0,54,"BracketRight",89,"]",221,"VK_OEM_6","]","OEM_6"],[88,0,55,"Backslash",88,"\\",220,"VK_OEM_5","\\","OEM_5"],[0,0,56,"IntlHash",0,e,0,e,e,e],[80,0,57,"Semicolon",80,";",186,"VK_OEM_1",";","OEM_1"],[90,0,58,"Quote",90,"'",222,"VK_OEM_7","'","OEM_7"],[86,0,59,"Backquote",86,"`",192,"VK_OEM_3","`","OEM_3"],[82,0,60,"Comma",82,",",188,"VK_OEM_COMMA",",","OEM_COMMA"],[84,0,61,"Period",84,".",190,"VK_OEM_PERIOD",".","OEM_PERIOD"],[85,0,62,"Slash",85,"/",191,"VK_OEM_2","/","OEM_2"],[8,1,63,"CapsLock",8,"CapsLock",20,"VK_CAPITAL",e,e],[59,1,64,"F1",59,"F1",112,"VK_F1",e,e],[60,1,65,"F2",60,"F2",113,"VK_F2",e,e],[61,1,66,"F3",61,"F3",114,"VK_F3",e,e],[62,1,67,"F4",62,"F4",115,"VK_F4",e,e],[63,1,68,"F5",63,"F5",116,"VK_F5",e,e],[64,1,69,"F6",64,"F6",117,"VK_F6",e,e],[65,1,70,"F7",65,"F7",118,"VK_F7",e,e],[66,1,71,"F8",66,"F8",119,"VK_F8",e,e],[67,1,72,"F9",67,"F9",120,"VK_F9",e,e],[68,1,73,"F10",68,"F10",121,"VK_F10",e,e],[69,1,74,"F11",69,"F11",122,"VK_F11",e,e],[70,1,75,"F12",70,"F12",123,"VK_F12",e,e],[0,1,76,"PrintScreen",0,e,0,e,e,e],[79,1,77,"ScrollLock",79,"ScrollLock",145,"VK_SCROLL",e,e],[7,1,78,"Pause",7,"PauseBreak",19,"VK_PAUSE",e,e],[19,1,79,"Insert",19,"Insert",45,"VK_INSERT",e,e],[14,1,80,"Home",14,"Home",36,"VK_HOME",e,e],[11,1,81,"PageUp",11,"PageUp",33,"VK_PRIOR",e,e],[20,1,82,"Delete",20,"Delete",46,"VK_DELETE",e,e],[13,1,83,"End",13,"End",35,"VK_END",e,e],[12,1,84,"PageDown",12,"PageDown",34,"VK_NEXT",e,e],[17,1,85,"ArrowRight",17,"RightArrow",39,"VK_RIGHT","Right",e],[15,1,86,"ArrowLeft",15,"LeftArrow",37,"VK_LEFT","Left",e],[18,1,87,"ArrowDown",18,"DownArrow",40,"VK_DOWN","Down",e],[16,1,88,"ArrowUp",16,"UpArrow",38,"VK_UP","Up",e],[78,1,89,"NumLock",78,"NumLock",144,"VK_NUMLOCK",e,e],[108,1,90,"NumpadDivide",108,"NumPad_Divide",111,"VK_DIVIDE",e,e],[103,1,91,"NumpadMultiply",103,"NumPad_Multiply",106,"VK_MULTIPLY",e,e],[106,1,92,"NumpadSubtract",106,"NumPad_Subtract",109,"VK_SUBTRACT",e,e],[104,1,93,"NumpadAdd",104,"NumPad_Add",107,"VK_ADD",e,e],[3,1,94,"NumpadEnter",3,e,0,e,e,e],[94,1,95,"Numpad1",94,"NumPad1",97,"VK_NUMPAD1",e,e],[95,1,96,"Numpad2",95,"NumPad2",98,"VK_NUMPAD2",e,e],[96,1,97,"Numpad3",96,"NumPad3",99,"VK_NUMPAD3",e,e],[97,1,98,"Numpad4",97,"NumPad4",100,"VK_NUMPAD4",e,e],[98,1,99,"Numpad5",98,"NumPad5",101,"VK_NUMPAD5",e,e],[99,1,100,"Numpad6",99,"NumPad6",102,"VK_NUMPAD6",e,e],[100,1,101,"Numpad7",100,"NumPad7",103,"VK_NUMPAD7",e,e],[101,1,102,"Numpad8",101,"NumPad8",104,"VK_NUMPAD8",e,e],[102,1,103,"Numpad9",102,"NumPad9",105,"VK_NUMPAD9",e,e],[93,1,104,"Numpad0",93,"NumPad0",96,"VK_NUMPAD0",e,e],[107,1,105,"NumpadDecimal",107,"NumPad_Decimal",110,"VK_DECIMAL",e,e],[92,0,106,"IntlBackslash",92,"OEM_102",226,"VK_OEM_102",e,e],[58,1,107,"ContextMenu",58,"ContextMenu",93,e,e,e],[0,1,108,"Power",0,e,0,e,e,e],[0,1,109,"NumpadEqual",0,e,0,e,e,e],[71,1,110,"F13",71,"F13",124,"VK_F13",e,e],[72,1,111,"F14",72,"F14",125,"VK_F14",e,e],[73,1,112,"F15",73,"F15",126,"VK_F15",e,e],[74,1,113,"F16",74,"F16",127,"VK_F16",e,e],[75,1,114,"F17",75,"F17",128,"VK_F17",e,e],[76,1,115,"F18",76,"F18",129,"VK_F18",e,e],[77,1,116,"F19",77,"F19",130,"VK_F19",e,e],[0,1,117,"F20",0,e,0,"VK_F20",e,e],[0,1,118,"F21",0,e,0,"VK_F21",e,e],[0,1,119,"F22",0,e,0,"VK_F22",e,e],[0,1,120,"F23",0,e,0,"VK_F23",e,e],[0,1,121,"F24",0,e,0,"VK_F24",e,e],[0,1,122,"Open",0,e,0,e,e,e],[0,1,123,"Help",0,e,0,e,e,e],[0,1,124,"Select",0,e,0,e,e,e],[0,1,125,"Again",0,e,0,e,e,e],[0,1,126,"Undo",0,e,0,e,e,e],[0,1,127,"Cut",0,e,0,e,e,e],[0,1,128,"Copy",0,e,0,e,e,e],[0,1,129,"Paste",0,e,0,e,e,e],[0,1,130,"Find",0,e,0,e,e,e],[0,1,131,"AudioVolumeMute",112,"AudioVolumeMute",173,"VK_VOLUME_MUTE",e,e],[0,1,132,"AudioVolumeUp",113,"AudioVolumeUp",175,"VK_VOLUME_UP",e,e],[0,1,133,"AudioVolumeDown",114,"AudioVolumeDown",174,"VK_VOLUME_DOWN",e,e],[105,1,134,"NumpadComma",105,"NumPad_Separator",108,"VK_SEPARATOR",e,e],[110,0,135,"IntlRo",110,"ABNT_C1",193,"VK_ABNT_C1",e,e],[0,1,136,"KanaMode",0,e,0,e,e,e],[0,0,137,"IntlYen",0,e,0,e,e,e],[0,1,138,"Convert",0,e,0,e,e,e],[0,1,139,"NonConvert",0,e,0,e,e,e],[0,1,140,"Lang1",0,e,0,e,e,e],[0,1,141,"Lang2",0,e,0,e,e,e],[0,1,142,"Lang3",0,e,0,e,e,e],[0,1,143,"Lang4",0,e,0,e,e,e],[0,1,144,"Lang5",0,e,0,e,e,e],[0,1,145,"Abort",0,e,0,e,e,e],[0,1,146,"Props",0,e,0,e,e,e],[0,1,147,"NumpadParenLeft",0,e,0,e,e,e],[0,1,148,"NumpadParenRight",0,e,0,e,e,e],[0,1,149,"NumpadBackspace",0,e,0,e,e,e],[0,1,150,"NumpadMemoryStore",0,e,0,e,e,e],[0,1,151,"NumpadMemoryRecall",0,e,0,e,e,e],[0,1,152,"NumpadMemoryClear",0,e,0,e,e,e],[0,1,153,"NumpadMemoryAdd",0,e,0,e,e,e],[0,1,154,"NumpadMemorySubtract",0,e,0,e,e,e],[0,1,155,"NumpadClear",0,e,0,e,e,e],[0,1,156,"NumpadClearEntry",0,e,0,e,e,e],[5,1,0,e,5,"Ctrl",17,"VK_CONTROL",e,e],[4,1,0,e,4,"Shift",16,"VK_SHIFT",e,e],[6,1,0,e,6,"Alt",18,"VK_MENU",e,e],[57,1,0,e,57,"Meta",0,"VK_COMMAND",e,e],[5,1,157,"ControlLeft",5,e,0,"VK_LCONTROL",e,e],[4,1,158,"ShiftLeft",4,e,0,"VK_LSHIFT",e,e],[6,1,159,"AltLeft",6,e,0,"VK_LMENU",e,e],[57,1,160,"MetaLeft",57,e,0,"VK_LWIN",e,e],[5,1,161,"ControlRight",5,e,0,"VK_RCONTROL",e,e],[4,1,162,"ShiftRight",4,e,0,"VK_RSHIFT",e,e],[6,1,163,"AltRight",6,e,0,"VK_RMENU",e,e],[57,1,164,"MetaRight",57,e,0,"VK_RWIN",e,e],[0,1,165,"BrightnessUp",0,e,0,e,e,e],[0,1,166,"BrightnessDown",0,e,0,e,e,e],[0,1,167,"MediaPlay",0,e,0,e,e,e],[0,1,168,"MediaRecord",0,e,0,e,e,e],[0,1,169,"MediaFastForward",0,e,0,e,e,e],[0,1,170,"MediaRewind",0,e,0,e,e,e],[114,1,171,"MediaTrackNext",119,"MediaTrackNext",176,"VK_MEDIA_NEXT_TRACK",e,e],[115,1,172,"MediaTrackPrevious",120,"MediaTrackPrevious",177,"VK_MEDIA_PREV_TRACK",e,e],[116,1,173,"MediaStop",121,"MediaStop",178,"VK_MEDIA_STOP",e,e],[0,1,174,"Eject",0,e,0,e,e,e],[117,1,175,"MediaPlayPause",122,"MediaPlayPause",179,"VK_MEDIA_PLAY_PAUSE",e,e],[0,1,176,"MediaSelect",123,"LaunchMediaPlayer",181,"VK_MEDIA_LAUNCH_MEDIA_SELECT",e,e],[0,1,177,"LaunchMail",124,"LaunchMail",180,"VK_MEDIA_LAUNCH_MAIL",e,e],[0,1,178,"LaunchApp2",125,"LaunchApp2",183,"VK_MEDIA_LAUNCH_APP2",e,e],[0,1,179,"LaunchApp1",0,e,0,"VK_MEDIA_LAUNCH_APP1",e,e],[0,1,180,"SelectTask",0,e,0,e,e,e],[0,1,181,"LaunchScreenSaver",0,e,0,e,e,e],[0,1,182,"BrowserSearch",115,"BrowserSearch",170,"VK_BROWSER_SEARCH",e,e],[0,1,183,"BrowserHome",116,"BrowserHome",172,"VK_BROWSER_HOME",e,e],[112,1,184,"BrowserBack",117,"BrowserBack",166,"VK_BROWSER_BACK",e,e],[113,1,185,"BrowserForward",118,"BrowserForward",167,"VK_BROWSER_FORWARD",e,e],[0,1,186,"BrowserStop",0,e,0,"VK_BROWSER_STOP",e,e],[0,1,187,"BrowserRefresh",0,e,0,"VK_BROWSER_REFRESH",e,e],[0,1,188,"BrowserFavorites",0,e,0,"VK_BROWSER_FAVORITES",e,e],[0,1,189,"ZoomToggle",0,e,0,e,e,e],[0,1,190,"MailReply",0,e,0,e,e,e],[0,1,191,"MailForward",0,e,0,e,e,e],[0,1,192,"MailSend",0,e,0,e,e,e],[109,1,0,e,109,"KeyInComposition",229,e,e,e],[111,1,0,e,111,"ABNT_C2",194,"VK_ABNT_C2",e,e],[91,1,0,e,91,"OEM_8",223,"VK_OEM_8",e,e],[0,1,0,e,0,e,0,"VK_CLEAR",e,e],[0,1,0,e,0,e,0,"VK_KANA",e,e],[0,1,0,e,0,e,0,"VK_HANGUL",e,e],[0,1,0,e,0,e,0,"VK_JUNJA",e,e],[0,1,0,e,0,e,0,"VK_FINAL",e,e],[0,1,0,e,0,e,0,"VK_HANJA",e,e],[0,1,0,e,0,e,0,"VK_KANJI",e,e],[0,1,0,e,0,e,0,"VK_CONVERT",e,e],[0,1,0,e,0,e,0,"VK_NONCONVERT",e,e],[0,1,0,e,0,e,0,"VK_ACCEPT",e,e],[0,1,0,e,0,e,0,"VK_MODECHANGE",e,e],[0,1,0,e,0,e,0,"VK_SELECT",e,e],[0,1,0,e,0,e,0,"VK_PRINT",e,e],[0,1,0,e,0,e,0,"VK_EXECUTE",e,e],[0,1,0,e,0,e,0,"VK_SNAPSHOT",e,e],[0,1,0,e,0,e,0,"VK_HELP",e,e],[0,1,0,e,0,e,0,"VK_APPS",e,e],[0,1,0,e,0,e,0,"VK_PROCESSKEY",e,e],[0,1,0,e,0,e,0,"VK_PACKET",e,e],[0,1,0,e,0,e,0,"VK_DBE_SBCSCHAR",e,e],[0,1,0,e,0,e,0,"VK_DBE_DBCSCHAR",e,e],[0,1,0,e,0,e,0,"VK_ATTN",e,e],[0,1,0,e,0,e,0,"VK_CRSEL",e,e],[0,1,0,e,0,e,0,"VK_EXSEL",e,e],[0,1,0,e,0,e,0,"VK_EREOF",e,e],[0,1,0,e,0,e,0,"VK_PLAY",e,e],[0,1,0,e,0,e,0,"VK_ZOOM",e,e],[0,1,0,e,0,e,0,"VK_NONAME",e,e],[0,1,0,e,0,e,0,"VK_PA1",e,e],[0,1,0,e,0,e,0,"VK_OEM_CLEAR",e,e]];let n=[],r=[];for(const i of t){const[a,l,o,s,c,u,d,h,f,v]=i;if(r[o]||(r[o]=!0,Qa[o]=s,Ja[s]=o,Za[s.toLowerCase()]=o,l&&(Xn[o]=c,c!==0&&c!==3&&c!==5&&c!==4&&c!==6&&c!==57&&(tn[c]=o))),!n[c]){if(n[c]=!0,!u)throw new Error(`String representation missing for key code ${c} around scan code ${s}`);bt.define(c,u),Kt.define(c,f||u),en.define(c,v||f||u)}d&&(Xa[d]=c),h&&(Ya[h]=c)}tn[3]=46})();var Yn;(function(e){function t(o){return bt.keyCodeToStr(o)}e.toString=t;function n(o){return bt.strToKeyCode(o)}e.fromString=n;function r(o){return Kt.keyCodeToStr(o)}e.toUserSettingsUS=r;function i(o){return en.keyCodeToStr(o)}e.toUserSettingsGeneral=i;function a(o){return Kt.strToKeyCode(o)||en.strToKeyCode(o)}e.fromUserSettings=a;function l(o){if(o>=93&&o<=108)return null;switch(o){case 16:return"Up";case 18:return"Down";case 15:return"Left";case 17:return"Right"}return bt.keyCodeToStr(o)}e.toElectronAccelerator=l})(Yn||(Yn={}));function Ka(e,t){const n=(t&65535)<<16>>>0;return(e|n)>>>0}class ue extends J{constructor(t,n,r,i){super(t,n,r,i);this.selectionStartLineNumber=t,this.selectionStartColumn=n,this.positionLineNumber=r,this.positionColumn=i}toString(){return"["+this.selectionStartLineNumber+","+this.selectionStartColumn+" -> "+this.positionLineNumber+","+this.positionColumn+"]"}equalsSelection(t){return ue.selectionsEqual(this,t)}static selectionsEqual(t,n){return t.selectionStartLineNumber===n.selectionStartLineNumber&&t.selectionStartColumn===n.selectionStartColumn&&t.positionLineNumber===n.positionLineNumber&&t.positionColumn===n.positionColumn}getDirection(){return this.selectionStartLineNumber===this.startLineNumber&&this.selectionStartColumn===this.startColumn?0:1}setEndPosition(t,n){return this.getDirection()===0?new ue(this.startLineNumber,this.startColumn,t,n):new ue(t,n,this.startLineNumber,this.startColumn)}getPosition(){return new le(this.positionLineNumber,this.positionColumn)}getSelectionStart(){return new le(this.selectionStartLineNumber,this.selectionStartColumn)}setStartPosition(t,n){return this.getDirection()===0?new ue(t,n,this.endLineNumber,this.endColumn):new ue(this.endLineNumber,this.endColumn,t,n)}static fromPositions(t,n=t){return new ue(t.lineNumber,t.column,n.lineNumber,n.column)}static fromRange(t,n){return n===0?new ue(t.startLineNumber,t.startColumn,t.endLineNumber,t.endColumn):new ue(t.endLineNumber,t.endColumn,t.startLineNumber,t.startColumn)}static liftSelection(t){return new ue(t.selectionStartLineNumber,t.selectionStartColumn,t.positionLineNumber,t.positionColumn)}static selectionsArrEqual(t,n){if(t&&!n||!t&&n)return!1;if(!t&&!n)return!0;if(t.length!==n.length)return!1;for(let r=0,i=t.length;r<i;r++)if(!this.selectionsEqual(t[r],n[r]))return!1;return!0}static isISelection(t){return t&&typeof t.selectionStartLineNumber=="number"&&typeof t.selectionStartColumn=="number"&&typeof t.positionLineNumber=="number"&&typeof t.positionColumn=="number"}static createWithDirection(t,n,r,i,a){return a===0?new ue(t,n,r,i):new ue(r,i,t,n)}}class es{constructor(t,n,r){this._tokenBrand=void 0,this.offset=t,this.type=n,this.language=r}toString(){return"("+this.offset+", "+this.type+")"}}var Qn;(function(e){e[e.Unknown=0]="Unknown",e[e.Disabled=1]="Disabled",e[e.Enabled=2]="Enabled"})(Qn||(Qn={}));var Jn;(function(e){e[e.KeepWhitespace=1]="KeepWhitespace",e[e.InsertAsSnippet=4]="InsertAsSnippet"})(Jn||(Jn={}));var Zn;(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.User=25]="User",e[e.Issue=26]="Issue",e[e.Snippet=27]="Snippet"})(Zn||(Zn={}));var Kn;(function(e){e[e.Deprecated=1]="Deprecated"})(Kn||(Kn={}));var ei;(function(e){e[e.Invoke=0]="Invoke",e[e.TriggerCharacter=1]="TriggerCharacter",e[e.TriggerForIncompleteCompletions=2]="TriggerForIncompleteCompletions"})(ei||(ei={}));var ti;(function(e){e[e.EXACT=0]="EXACT",e[e.ABOVE=1]="ABOVE",e[e.BELOW=2]="BELOW"})(ti||(ti={}));var ni;(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"})(ni||(ni={}));var ii;(function(e){e[e.LF=1]="LF",e[e.CRLF=2]="CRLF"})(ii||(ii={}));var ri;(function(e){e[e.Text=0]="Text",e[e.Read=1]="Read",e[e.Write=2]="Write"})(ri||(ri={}));var ai;(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"})(ai||(ai={}));var si;(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.autoClosingDelete=6]="autoClosingDelete",e[e.autoClosingOvertype=7]="autoClosingOvertype",e[e.autoClosingQuotes=8]="autoClosingQuotes",e[e.autoIndent=9]="autoIndent",e[e.automaticLayout=10]="automaticLayout",e[e.autoSurround=11]="autoSurround",e[e.bracketPairColorization=12]="bracketPairColorization",e[e.guides=13]="guides",e[e.codeLens=14]="codeLens",e[e.codeLensFontFamily=15]="codeLensFontFamily",e[e.codeLensFontSize=16]="codeLensFontSize",e[e.colorDecorators=17]="colorDecorators",e[e.columnSelection=18]="columnSelection",e[e.comments=19]="comments",e[e.contextmenu=20]="contextmenu",e[e.copyWithSyntaxHighlighting=21]="copyWithSyntaxHighlighting",e[e.cursorBlinking=22]="cursorBlinking",e[e.cursorSmoothCaretAnimation=23]="cursorSmoothCaretAnimation",e[e.cursorStyle=24]="cursorStyle",e[e.cursorSurroundingLines=25]="cursorSurroundingLines",e[e.cursorSurroundingLinesStyle=26]="cursorSurroundingLinesStyle",e[e.cursorWidth=27]="cursorWidth",e[e.disableLayerHinting=28]="disableLayerHinting",e[e.disableMonospaceOptimizations=29]="disableMonospaceOptimizations",e[e.domReadOnly=30]="domReadOnly",e[e.dragAndDrop=31]="dragAndDrop",e[e.emptySelectionClipboard=32]="emptySelectionClipboard",e[e.extraEditorClassName=33]="extraEditorClassName",e[e.fastScrollSensitivity=34]="fastScrollSensitivity",e[e.find=35]="find",e[e.fixedOverflowWidgets=36]="fixedOverflowWidgets",e[e.folding=37]="folding",e[e.foldingStrategy=38]="foldingStrategy",e[e.foldingHighlight=39]="foldingHighlight",e[e.foldingImportsByDefault=40]="foldingImportsByDefault",e[e.unfoldOnClickAfterEndOfLine=41]="unfoldOnClickAfterEndOfLine",e[e.fontFamily=42]="fontFamily",e[e.fontInfo=43]="fontInfo",e[e.fontLigatures=44]="fontLigatures",e[e.fontSize=45]="fontSize",e[e.fontWeight=46]="fontWeight",e[e.formatOnPaste=47]="formatOnPaste",e[e.formatOnType=48]="formatOnType",e[e.glyphMargin=49]="glyphMargin",e[e.gotoLocation=50]="gotoLocation",e[e.hideCursorInOverviewRuler=51]="hideCursorInOverviewRuler",e[e.hover=52]="hover",e[e.inDiffEditor=53]="inDiffEditor",e[e.inlineSuggest=54]="inlineSuggest",e[e.letterSpacing=55]="letterSpacing",e[e.lightbulb=56]="lightbulb",e[e.lineDecorationsWidth=57]="lineDecorationsWidth",e[e.lineHeight=58]="lineHeight",e[e.lineNumbers=59]="lineNumbers",e[e.lineNumbersMinChars=60]="lineNumbersMinChars",e[e.linkedEditing=61]="linkedEditing",e[e.links=62]="links",e[e.matchBrackets=63]="matchBrackets",e[e.minimap=64]="minimap",e[e.mouseStyle=65]="mouseStyle",e[e.mouseWheelScrollSensitivity=66]="mouseWheelScrollSensitivity",e[e.mouseWheelZoom=67]="mouseWheelZoom",e[e.multiCursorMergeOverlapping=68]="multiCursorMergeOverlapping",e[e.multiCursorModifier=69]="multiCursorModifier",e[e.multiCursorPaste=70]="multiCursorPaste",e[e.occurrencesHighlight=71]="occurrencesHighlight",e[e.overviewRulerBorder=72]="overviewRulerBorder",e[e.overviewRulerLanes=73]="overviewRulerLanes",e[e.padding=74]="padding",e[e.parameterHints=75]="parameterHints",e[e.peekWidgetDefaultFocus=76]="peekWidgetDefaultFocus",e[e.definitionLinkOpensInPeek=77]="definitionLinkOpensInPeek",e[e.quickSuggestions=78]="quickSuggestions",e[e.quickSuggestionsDelay=79]="quickSuggestionsDelay",e[e.readOnly=80]="readOnly",e[e.renameOnType=81]="renameOnType",e[e.renderControlCharacters=82]="renderControlCharacters",e[e.renderFinalNewline=83]="renderFinalNewline",e[e.renderLineHighlight=84]="renderLineHighlight",e[e.renderLineHighlightOnlyWhenFocus=85]="renderLineHighlightOnlyWhenFocus",e[e.renderValidationDecorations=86]="renderValidationDecorations",e[e.renderWhitespace=87]="renderWhitespace",e[e.revealHorizontalRightPadding=88]="revealHorizontalRightPadding",e[e.roundedSelection=89]="roundedSelection",e[e.rulers=90]="rulers",e[e.scrollbar=91]="scrollbar",e[e.scrollBeyondLastColumn=92]="scrollBeyondLastColumn",e[e.scrollBeyondLastLine=93]="scrollBeyondLastLine",e[e.scrollPredominantAxis=94]="scrollPredominantAxis",e[e.selectionClipboard=95]="selectionClipboard",e[e.selectionHighlight=96]="selectionHighlight",e[e.selectOnLineNumbers=97]="selectOnLineNumbers",e[e.showFoldingControls=98]="showFoldingControls",e[e.showUnused=99]="showUnused",e[e.snippetSuggestions=100]="snippetSuggestions",e[e.smartSelect=101]="smartSelect",e[e.smoothScrolling=102]="smoothScrolling",e[e.stickyTabStops=103]="stickyTabStops",e[e.stopRenderingLineAfter=104]="stopRenderingLineAfter",e[e.suggest=105]="suggest",e[e.suggestFontSize=106]="suggestFontSize",e[e.suggestLineHeight=107]="suggestLineHeight",e[e.suggestOnTriggerCharacters=108]="suggestOnTriggerCharacters",e[e.suggestSelection=109]="suggestSelection",e[e.tabCompletion=110]="tabCompletion",e[e.tabIndex=111]="tabIndex",e[e.unicodeHighlighting=112]="unicodeHighlighting",e[e.unusualLineTerminators=113]="unusualLineTerminators",e[e.useShadowDOM=114]="useShadowDOM",e[e.useTabStops=115]="useTabStops",e[e.wordSeparators=116]="wordSeparators",e[e.wordWrap=117]="wordWrap",e[e.wordWrapBreakAfterCharacters=118]="wordWrapBreakAfterCharacters",e[e.wordWrapBreakBeforeCharacters=119]="wordWrapBreakBeforeCharacters",e[e.wordWrapColumn=120]="wordWrapColumn",e[e.wordWrapOverride1=121]="wordWrapOverride1",e[e.wordWrapOverride2=122]="wordWrapOverride2",e[e.wrappingIndent=123]="wrappingIndent",e[e.wrappingStrategy=124]="wrappingStrategy",e[e.showDeprecated=125]="showDeprecated",e[e.inlayHints=126]="inlayHints",e[e.editorClassName=127]="editorClassName",e[e.pixelRatio=128]="pixelRatio",e[e.tabFocusMode=129]="tabFocusMode",e[e.layoutInfo=130]="layoutInfo",e[e.wrappingInfo=131]="wrappingInfo"})(si||(si={}));var oi;(function(e){e[e.TextDefined=0]="TextDefined",e[e.LF=1]="LF",e[e.CRLF=2]="CRLF"})(oi||(oi={}));var li;(function(e){e[e.LF=0]="LF",e[e.CRLF=1]="CRLF"})(li||(li={}));var ci;(function(e){e[e.None=0]="None",e[e.Indent=1]="Indent",e[e.IndentOutdent=2]="IndentOutdent",e[e.Outdent=3]="Outdent"})(ci||(ci={}));var ui;(function(e){e[e.Other=0]="Other",e[e.Type=1]="Type",e[e.Parameter=2]="Parameter"})(ui||(ui={}));var di;(function(e){e[e.Automatic=0]="Automatic",e[e.Explicit=1]="Explicit"})(di||(di={}));var nn;(function(e){e[e.DependsOnKbLayout=-1]="DependsOnKbLayout",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.Digit0=21]="Digit0",e[e.Digit1=22]="Digit1",e[e.Digit2=23]="Digit2",e[e.Digit3=24]="Digit3",e[e.Digit4=25]="Digit4",e[e.Digit5=26]="Digit5",e[e.Digit6=27]="Digit6",e[e.Digit7=28]="Digit7",e[e.Digit8=29]="Digit8",e[e.Digit9=30]="Digit9",e[e.KeyA=31]="KeyA",e[e.KeyB=32]="KeyB",e[e.KeyC=33]="KeyC",e[e.KeyD=34]="KeyD",e[e.KeyE=35]="KeyE",e[e.KeyF=36]="KeyF",e[e.KeyG=37]="KeyG",e[e.KeyH=38]="KeyH",e[e.KeyI=39]="KeyI",e[e.KeyJ=40]="KeyJ",e[e.KeyK=41]="KeyK",e[e.KeyL=42]="KeyL",e[e.KeyM=43]="KeyM",e[e.KeyN=44]="KeyN",e[e.KeyO=45]="KeyO",e[e.KeyP=46]="KeyP",e[e.KeyQ=47]="KeyQ",e[e.KeyR=48]="KeyR",e[e.KeyS=49]="KeyS",e[e.KeyT=50]="KeyT",e[e.KeyU=51]="KeyU",e[e.KeyV=52]="KeyV",e[e.KeyW=53]="KeyW",e[e.KeyX=54]="KeyX",e[e.KeyY=55]="KeyY",e[e.KeyZ=56]="KeyZ",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.Semicolon=80]="Semicolon",e[e.Equal=81]="Equal",e[e.Comma=82]="Comma",e[e.Minus=83]="Minus",e[e.Period=84]="Period",e[e.Slash=85]="Slash",e[e.Backquote=86]="Backquote",e[e.BracketLeft=87]="BracketLeft",e[e.Backslash=88]="Backslash",e[e.BracketRight=89]="BracketRight",e[e.Quote=90]="Quote",e[e.OEM_8=91]="OEM_8",e[e.IntlBackslash=92]="IntlBackslash",e[e.Numpad0=93]="Numpad0",e[e.Numpad1=94]="Numpad1",e[e.Numpad2=95]="Numpad2",e[e.Numpad3=96]="Numpad3",e[e.Numpad4=97]="Numpad4",e[e.Numpad5=98]="Numpad5",e[e.Numpad6=99]="Numpad6",e[e.Numpad7=100]="Numpad7",e[e.Numpad8=101]="Numpad8",e[e.Numpad9=102]="Numpad9",e[e.NumpadMultiply=103]="NumpadMultiply",e[e.NumpadAdd=104]="NumpadAdd",e[e.NUMPAD_SEPARATOR=105]="NUMPAD_SEPARATOR",e[e.NumpadSubtract=106]="NumpadSubtract",e[e.NumpadDecimal=107]="NumpadDecimal",e[e.NumpadDivide=108]="NumpadDivide",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.AudioVolumeMute=112]="AudioVolumeMute",e[e.AudioVolumeUp=113]="AudioVolumeUp",e[e.AudioVolumeDown=114]="AudioVolumeDown",e[e.BrowserSearch=115]="BrowserSearch",e[e.BrowserHome=116]="BrowserHome",e[e.BrowserBack=117]="BrowserBack",e[e.BrowserForward=118]="BrowserForward",e[e.MediaTrackNext=119]="MediaTrackNext",e[e.MediaTrackPrevious=120]="MediaTrackPrevious",e[e.MediaStop=121]="MediaStop",e[e.MediaPlayPause=122]="MediaPlayPause",e[e.LaunchMediaPlayer=123]="LaunchMediaPlayer",e[e.LaunchMail=124]="LaunchMail",e[e.LaunchApp2=125]="LaunchApp2",e[e.MAX_VALUE=126]="MAX_VALUE"})(nn||(nn={}));var rn;(function(e){e[e.Hint=1]="Hint",e[e.Info=2]="Info",e[e.Warning=4]="Warning",e[e.Error=8]="Error"})(rn||(rn={}));var an;(function(e){e[e.Unnecessary=1]="Unnecessary",e[e.Deprecated=2]="Deprecated"})(an||(an={}));var hi;(function(e){e[e.Inline=1]="Inline",e[e.Gutter=2]="Gutter"})(hi||(hi={}));var pi;(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"})(pi||(pi={}));var mi;(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"})(mi||(mi={}));var fi;(function(e){e[e.Left=1]="Left",e[e.Center=2]="Center",e[e.Right=4]="Right",e[e.Full=7]="Full"})(fi||(fi={}));var _i;(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"})(_i||(_i={}));var gi;(function(e){e[e.None=0]="None",e[e.Text=1]="Text",e[e.Blocks=2]="Blocks"})(gi||(gi={}));var vi;(function(e){e[e.Smooth=0]="Smooth",e[e.Immediate=1]="Immediate"})(vi||(vi={}));var bi;(function(e){e[e.Auto=1]="Auto",e[e.Hidden=2]="Hidden",e[e.Visible=3]="Visible"})(bi||(bi={}));var sn;(function(e){e[e.LTR=0]="LTR",e[e.RTL=1]="RTL"})(sn||(sn={}));var wi;(function(e){e[e.Invoke=1]="Invoke",e[e.TriggerCharacter=2]="TriggerCharacter",e[e.ContentChange=3]="ContentChange"})(wi||(wi={}));var yi;(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"})(yi||(yi={}));var ki;(function(e){e[e.Deprecated=1]="Deprecated"})(ki||(ki={}));var Ti;(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"})(Ti||(Ti={}));var Si;(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"})(Si||(Si={}));var Ai;(function(e){e[e.AlwaysGrowsWhenTypingAtEdges=0]="AlwaysGrowsWhenTypingAtEdges",e[e.NeverGrowsWhenTypingAtEdges=1]="NeverGrowsWhenTypingAtEdges",e[e.GrowsOnlyWhenTypingBefore=2]="GrowsOnlyWhenTypingBefore",e[e.GrowsOnlyWhenTypingAfter=3]="GrowsOnlyWhenTypingAfter"})(Ai||(Ai={}));var xi;(function(e){e[e.None=0]="None",e[e.Same=1]="Same",e[e.Indent=2]="Indent",e[e.DeepIndent=3]="DeepIndent"})(xi||(xi={}));class nt{static chord(t,n){return Ka(t,n)}}nt.CtrlCmd=2048,nt.Shift=1024,nt.Alt=512,nt.WinCtrl=256;function ts(){return{editor:void 0,languages:void 0,CancellationTokenSource:$a,Emitter:Se,KeyCode:nn,KeyMod:nt,Position:le,Range:J,Selection:ue,SelectionDirection:sn,MarkerSeverity:rn,MarkerTag:an,Uri:Pe,Token:es}}var Di;(function(e){e[e.Left=1]="Left",e[e.Center=2]="Center",e[e.Right=4]="Right",e[e.Full=7]="Full"})(Di||(Di={}));var Ci;(function(e){e[e.Inline=1]="Inline",e[e.Gutter=2]="Gutter"})(Ci||(Ci={}));var Ei;(function(e){e[e.Disabled=0]="Disabled",e[e.EnabledForActive=1]="EnabledForActive",e[e.Enabled=2]="Enabled"})(Ei||(Ei={}));function ns(e,t,n,r,i){if(r===0)return!0;const a=t.charCodeAt(r-1);if(e.get(a)!==0||a===13||a===10)return!0;if(i>0){const l=t.charCodeAt(r);if(e.get(l)!==0)return!0}return!1}function is(e,t,n,r,i){if(r+i===n)return!0;const a=t.charCodeAt(r+i);if(e.get(a)!==0||a===13||a===10)return!0;if(i>0){const l=t.charCodeAt(r+i-1);if(e.get(l)!==0)return!0}return!1}function rs(e,t,n,r,i){return ns(e,t,n,r,i)&&is(e,t,n,r,i)}class as{constructor(t,n){this._wordSeparators=t,this._searchRegex=n,this._prevMatchStartIndex=-1,this._prevMatchLength=0}reset(t){this._searchRegex.lastIndex=t,this._prevMatchStartIndex=-1,this._prevMatchLength=0}next(t){const n=t.length;let r;do{if(this._prevMatchStartIndex+this._prevMatchLength===n||(r=this._searchRegex.exec(t),!r))return null;const i=r.index,a=r[0].length;if(i===this._prevMatchStartIndex&&a===this._prevMatchLength){if(a===0){sa(t,n,this._searchRegex.lastIndex)>65535?this._searchRegex.lastIndex+=2:this._searchRegex.lastIndex+=1;continue}return null}if(this._prevMatchStartIndex=i,this._prevMatchLength=a,!this._wordSeparators||rs(this._wordSeparators,t,n,i,a))return r}while(r);return null}}class ss{static computeUnicodeHighlights(t,n,r){const i=r?r.startLineNumber:1,a=r?r.endLineNumber:t.getLineCount(),l=new Li(n),o=l.getCandidateCodePoints();let s;o==="allNonBasicAscii"?s=new RegExp("[^\\t\\n\\r\\x20-\\x7E]","g"):s=new RegExp(`${os(Array.from(o))}`,"g");const c=new as(null,s),u=[];let d=!1,h,f=0,v=0,g=0;e:for(let y=i,T=a;y<=T;y++){const m=t.getLineContent(y),b=m.length;c.reset(0);do if(h=c.next(m),h){let A=h.index,C=h.index+h[0].length;if(A>0){const p=m.charCodeAt(A-1);Ot(p)&&A--}if(C+1<b){const p=m.charCodeAt(C-1);Ot(p)&&C++}const U=m.substring(A,C),_=l.shouldHighlightNonBasicASCII(U);if(_!==0){_===3?f++:_===2?v++:_===1?g++:Kr();const p=1e3;if(u.length>=p){d=!0;break e}u.push(new J(y,A+1,y,C+1))}}while(h)}return{ranges:u,hasMore:d,ambiguousCharacterCount:f,invisibleCharacterCount:v,nonBasicAsciiCharacterCount:g}}static computeUnicodeHighlightReason(t,n){switch(new Li(n).shouldHighlightNonBasicASCII(t)){case 0:return null;case 2:return{kind:1};case 3:const a=_e.getPrimaryConfusable(t.codePointAt(0));return{kind:0,confusableWith:String.fromCodePoint(a)};case 1:return{kind:2}}}}function os(e,t){return`[${ea(e.map(r=>String.fromCodePoint(r)).join(""))}]`}class Li{constructor(t){this.options=t,this.allowedCodePoints=new Set(t.allowedCodePoints)}getCandidateCodePoints(){if(this.options.nonBasicASCII)return"allNonBasicAscii";const t=new Set;if(this.options.invisibleCharacters)for(const n of He.codePoints)t.add(n);if(this.options.ambiguousCharacters)for(const n of _e.getPrimaryConfusableCodePoints())t.add(n);for(const n of this.allowedCodePoints)t.delete(n);return t}shouldHighlightNonBasicASCII(t){const n=t.codePointAt(0);return this.allowedCodePoints.has(n)?0:this.options.nonBasicASCII?1:this.options.invisibleCharacters&&!(t===" "||t===`
4
- `||t===" ")&&He.isInvisibleCharacter(n)?2:this.options.ambiguousCharacters&&_e.isAmbiguous(n)?3:0}}var We=function(e,t,n,r){function i(a){return a instanceof n?a:new n(function(l){l(a)})}return new(n||(n=Promise))(function(a,l){function o(u){try{c(r.next(u))}catch(d){l(d)}}function s(u){try{c(r.throw(u))}catch(d){l(d)}}function c(u){u.done?a(u.value):i(u.value).then(o,s)}c((r=r.apply(e,t||[])).next())})};class ls extends Ua{get uri(){return this._uri}get eol(){return this._eol}getValue(){return this.getText()}getLinesContent(){return this._lines.slice(0)}getLineCount(){return this._lines.length}getLineContent(t){return this._lines[t-1]}getWordAtPosition(t,n){let r=Gn(t.column,Wa(n),this._lines[t.lineNumber-1],0);return r?new J(t.lineNumber,r.startColumn,t.lineNumber,r.endColumn):null}words(t){const n=this._lines,r=this._wordenize.bind(this);let i=0,a="",l=0,o=[];return{*[Symbol.iterator](){for(;;)if(l<o.length){const s=a.substring(o[l].start,o[l].end);l+=1,yield s}else if(i<n.length)a=n[i],o=r(a,t),l=0,i+=1;else break}}}getLineWords(t,n){let r=this._lines[t-1],i=this._wordenize(r,n),a=[];for(const l of i)a.push({word:r.substring(l.start,l.end),startColumn:l.start+1,endColumn:l.end+1});return a}_wordenize(t,n){const r=[];let i;for(n.lastIndex=0;(i=n.exec(t))&&i[0].length!==0;)r.push({start:i.index,end:i.index+i[0].length});return r}getValueInRange(t){if(t=this._validateRange(t),t.startLineNumber===t.endLineNumber)return this._lines[t.startLineNumber-1].substring(t.startColumn-1,t.endColumn-1);let n=this._eol,r=t.startLineNumber-1,i=t.endLineNumber-1,a=[];a.push(this._lines[r].substring(t.startColumn-1));for(let l=r+1;l<i;l++)a.push(this._lines[l]);return a.push(this._lines[i].substring(0,t.endColumn-1)),a.join(n)}offsetAt(t){return t=this._validatePosition(t),this._ensureLineStarts(),this._lineStarts.getPrefixSum(t.lineNumber-2)+(t.column-1)}positionAt(t){t=Math.floor(t),t=Math.max(0,t),this._ensureLineStarts();let n=this._lineStarts.getIndexOf(t),r=this._lines[n.index].length;return{lineNumber:1+n.index,column:1+Math.min(n.remainder,r)}}_validateRange(t){const n=this._validatePosition({lineNumber:t.startLineNumber,column:t.startColumn}),r=this._validatePosition({lineNumber:t.endLineNumber,column:t.endColumn});return n.lineNumber!==t.startLineNumber||n.column!==t.startColumn||r.lineNumber!==t.endLineNumber||r.column!==t.endColumn?{startLineNumber:n.lineNumber,startColumn:n.column,endLineNumber:r.lineNumber,endColumn:r.column}:t}_validatePosition(t){if(!le.isIPosition(t))throw new Error("bad position");let{lineNumber:n,column:r}=t,i=!1;if(n<1)n=1,r=1,i=!0;else if(n>this._lines.length)n=this._lines.length,r=this._lines[n-1].length+1,i=!0;else{let a=this._lines[n-1].length+1;r<1?(r=1,i=!0):r>a&&(r=a,i=!0)}return i?{lineNumber:n,column:r}:t}}class $e{constructor(t,n){this._host=t,this._models=Object.create(null),this._foreignModuleFactory=n,this._foreignModule=null}dispose(){this._models=Object.create(null)}_getModel(t){return this._models[t]}_getModels(){let t=[];return Object.keys(this._models).forEach(n=>t.push(this._models[n])),t}acceptNewModel(t){this._models[t.url]=new ls(Pe.parse(t.url),t.lines,t.EOL,t.versionId)}acceptModelChanged(t,n){if(!this._models[t])return;this._models[t].onEvents(n)}acceptRemovedModel(t){!this._models[t]||delete this._models[t]}computeUnicodeHighlights(t,n,r){return We(this,void 0,void 0,function*(){const i=this._getModel(t);return i?ss.computeUnicodeHighlights(i,n,r):{ranges:[],hasMore:!1,ambiguousCharacterCount:0,invisibleCharacterCount:0,nonBasicAsciiCharacterCount:0}})}computeDiff(t,n,r,i){return We(this,void 0,void 0,function*(){const a=this._getModel(t),l=this._getModel(n);if(!a||!l)return null;const o=a.getLinesContent(),s=l.getLinesContent(),u=new Ra(o,s,{shouldComputeCharChanges:!0,shouldPostProcessCharChanges:!0,shouldIgnoreTrimWhitespace:r,shouldMakePrettyDiff:!0,maxComputationTime:i}).computeDiff(),d=u.changes.length>0?!1:this._modelsAreIdentical(a,l);return{quitEarly:u.quitEarly,identical:d,changes:u.changes}})}_modelsAreIdentical(t,n){const r=t.getLineCount(),i=n.getLineCount();if(r!==i)return!1;for(let a=1;a<=r;a++){const l=t.getLineContent(a),o=n.getLineContent(a);if(l!==o)return!1}return!0}computeMoreMinimalEdits(t,n){return We(this,void 0,void 0,function*(){const r=this._getModel(t);if(!r)return n;const i=[];let a;n=n.slice(0).sort((l,o)=>{if(l.range&&o.range)return J.compareRangesUsingStarts(l.range,o.range);let s=l.range?0:1,c=o.range?0:1;return s-c});for(let{range:l,text:o,eol:s}of n){if(typeof s=="number"&&(a=s),J.isEmpty(l)&&!o)continue;const c=r.getValueInRange(l);if(o=o.replace(/\r\n|\n|\r/g,r.eol),c===o)continue;if(Math.max(o.length,c.length)>$e._diffLimit){i.push({range:l,text:o});continue}const u=_a(c,o,!1),d=r.offsetAt(J.lift(l).getStartPosition());for(const h of u){const f=r.positionAt(d+h.originalStart),v=r.positionAt(d+h.originalStart+h.originalLength),g={text:o.substr(h.modifiedStart,h.modifiedLength),range:{startLineNumber:f.lineNumber,startColumn:f.column,endLineNumber:v.lineNumber,endColumn:v.column}};r.getValueInRange(g.range)!==g.text&&i.push(g)}}return typeof a=="number"&&i.push({eol:a,text:"",range:{startLineNumber:0,startColumn:0,endLineNumber:0,endColumn:0}}),i})}computeLinks(t){return We(this,void 0,void 0,function*(){let n=this._getModel(t);return n?Ga(n):null})}textualSuggest(t,n,r,i){return We(this,void 0,void 0,function*(){const a=new ht(!0),l=new RegExp(r,i),o=new Set;e:for(let s of t){const c=this._getModel(s);if(!!c){for(let u of c.words(l))if(!(u===n||!isNaN(Number(u)))&&(o.add(u),o.size>$e._suggestionsLimit))break e}}return{words:Array.from(o),duration:a.elapsed()}})}computeWordRanges(t,n,r,i){return We(this,void 0,void 0,function*(){let a=this._getModel(t);if(!a)return Object.create(null);const l=new RegExp(r,i),o=Object.create(null);for(let s=n.startLineNumber;s<n.endLineNumber;s++){let c=a.getLineWords(s,l);for(const u of c){if(!isNaN(Number(u.word)))continue;let d=o[u.word];d||(d=[],o[u.word]=d),d.push({startLineNumber:s,startColumn:u.startColumn,endLineNumber:s,endColumn:u.endColumn})}}return o})}navigateValueSet(t,n,r,i,a){return We(this,void 0,void 0,function*(){let l=this._getModel(t);if(!l)return null;let o=new RegExp(i,a);n.startColumn===n.endColumn&&(n={startLineNumber:n.startLineNumber,startColumn:n.startColumn,endLineNumber:n.endLineNumber,endColumn:n.endColumn+1});let s=l.getValueInRange(n),c=l.getWordAtPosition({lineNumber:n.startLineNumber,column:n.startColumn},o);if(!c)return null;let u=l.getValueInRange(c);return Jt.INSTANCE.navigateValueSet(n,s,c,u,r)})}loadForeignModule(t,n,r){let l={host:Zr(r,(o,s)=>this._host.fhr(o,s)),getMirrorModels:()=>this._getModels()};return this._foreignModuleFactory?(this._foreignModule=this._foreignModuleFactory(l,n),Promise.resolve(Ft(this._foreignModule))):Promise.reject(new Error("Unexpected usage"))}fmr(t,n){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,n))}catch(r){return Promise.reject(r)}}}$e._diffLimit=1e5,$e._suggestionsLimit=1e4,typeof importScripts=="function"&&(K.monaco=ts());let on=!1;function Mi(e){if(on)return;on=!0;const t=new ma(n=>{self.postMessage(n)},n=>new $e(n,e));self.onmessage=n=>{t.onmessage(n.data)}}self.onmessage=e=>{on||Mi(null)};/*!-----------------------------------------------------------------------------
3
+ `+t.stack):t},0)}}emit(t){this.listeners.forEach(n=>{n(t)})}onUnexpectedError(t){this.unexpectedErrorHandler(t),this.emit(t)}onUnexpectedExternalError(t){this.unexpectedErrorHandler(t)}}const me=new ke;function pe(e){Wr(e)||me.onUnexpectedError(e)}function yn(e){if(e instanceof Error){let{name:t,message:n}=e;const r=e.stacktrace||e.stack;return{$isError:!0,name:t,message:n,stack:r}}return e}const Tn="Canceled";function Wr(e){return e instanceof Error&&e.name===Tn&&e.message===Tn}function Pr(e){const t=this;let n=!1,r;return function(){return n||(n=!0,r=e.apply(t,arguments)),r}}var Ut;(function(e){function t(p){return p&&typeof p=="object"&&typeof p[Symbol.iterator]=="function"}e.is=t;const n=Object.freeze([]);function r(){return n}e.empty=r;function*i(p){yield p}e.single=i;function a(p){return p||n}e.from=a;function l(p){return!p||p[Symbol.iterator]().next().done===!0}e.isEmpty=l;function o(p){return p[Symbol.iterator]().next().value}e.first=o;function s(p,v){for(const S of p)if(v(S))return!0;return!1}e.some=s;function u(p,v){for(const S of p)if(v(S))return S}e.find=u;function*c(p,v){for(const S of p)v(S)&&(yield S)}e.filter=c;function*h(p,v){let S=0;for(const C of p)yield v(C,S++)}e.map=h;function*d(...p){for(const v of p)for(const S of v)yield S}e.concat=d;function*f(p){for(const v of p)for(const S of v)yield S}e.concatNested=f;function _(p,v,S){let C=S;for(const U of p)C=v(C,U);return C}e.reduce=_;function*b(p,v,S=p.length){for(v<0&&(v+=p.length),S<0?S+=p.length:S>p.length&&(S=p.length);v<S;v++)yield p[v]}e.slice=b;function y(p,v=Number.POSITIVE_INFINITY){const S=[];if(v===0)return[S,p];const C=p[Symbol.iterator]();for(let U=0;U<v;U++){const g=C.next();if(g.done)return[S,e.empty()];S.push(g.value)}return[S,{[Symbol.iterator](){return C}}]}e.consume=y;function k(p,v,S=(C,U)=>C===U){const C=p[Symbol.iterator](),U=v[Symbol.iterator]();for(;;){const g=C.next(),m=U.next();if(g.done!==m.done)return!1;if(g.done)return!0;if(!S(g.value,m.value))return!1}}e.equals=k})(Ut||(Ut={}));function Fr(e){return e}function Br(e,t){}class qr extends Error{constructor(t){super(`Encountered errors while disposing of store. Errors: [${t.join(", ")}]`);this.errors=t}}function kn(e){if(Ut.is(e)){let t=[];for(const n of e)if(n)try{n.dispose()}catch(r){t.push(r)}if(t.length===1)throw t[0];if(t.length>1)throw new qr(t);return Array.isArray(e)?[]:e}else if(e)return e.dispose(),e}function Or(...e){return An(()=>kn(e))}function An(e){return Fr({dispose:Pr(()=>{e()})})}class Je{constructor(){this._toDispose=new Set,this._isDisposed=!1}dispose(){this._isDisposed||(this._isDisposed=!0,this.clear())}clear(){try{kn(this._toDispose.values())}finally{this._toDispose.clear()}}add(t){if(!t)return t;if(t===this)throw new Error("Cannot register a disposable on itself!");return this._isDisposed?Je.DISABLE_DISPOSED_WARNING||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}}Je.DISABLE_DISPOSED_WARNING=!1;class Sn{constructor(){this._store=new Je,Br(this._store)}dispose(){this._store.dispose()}_register(t){if(t===this)throw new Error("Cannot register a disposable on itself!");return this._store.add(t)}}Sn.None=Object.freeze({dispose(){}});class Y{constructor(t){this.element=t,this.next=Y.Undefined,this.prev=Y.Undefined}}Y.Undefined=new Y(void 0);class xn{constructor(){this._first=Y.Undefined,this._last=Y.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===Y.Undefined}clear(){let t=this._first;for(;t!==Y.Undefined;){const n=t.next;t.prev=Y.Undefined,t.next=Y.Undefined,t=n}this._first=Y.Undefined,this._last=Y.Undefined,this._size=0}unshift(t){return this._insert(t,!1)}push(t){return this._insert(t,!0)}_insert(t,n){const r=new Y(t);if(this._first===Y.Undefined)this._first=r,this._last=r;else if(n){const a=this._last;this._last=r,r.prev=a,a.next=r}else{const a=this._first;this._first=r,r.next=a,a.prev=r}this._size+=1;let i=!1;return()=>{i||(i=!0,this._remove(r))}}shift(){if(this._first!==Y.Undefined){const t=this._first.element;return this._remove(this._first),t}}pop(){if(this._last!==Y.Undefined){const t=this._last.element;return this._remove(this._last),t}}_remove(t){if(t.prev!==Y.Undefined&&t.next!==Y.Undefined){const n=t.prev;n.next=t.next,t.next.prev=n}else t.prev===Y.Undefined&&t.next===Y.Undefined?(this._first=Y.Undefined,this._last=Y.Undefined):t.next===Y.Undefined?(this._last=this._last.prev,this._last.next=Y.Undefined):t.prev===Y.Undefined&&(this._first=this._first.next,this._first.prev=Y.Undefined);this._size-=1}*[Symbol.iterator](){let t=this._first;for(;t!==Y.Undefined;)yield t.element,t=t.next}}var It;const ct="en";let zt=!1,Wt=!1,Pt=!1,Qe,ht=ct,Vr,Ue;const K=typeof self=="object"?self:typeof global=="object"?global:{};let ee;typeof K.vscode!="undefined"&&typeof K.vscode.process!="undefined"?ee=K.vscode.process:typeof process!="undefined"&&(ee=process);const jr=typeof((It=ee==null?void 0:ee.versions)===null||It===void 0?void 0:It.electron)=="string"&&(ee==null?void 0:ee.type)==="renderer";if(typeof navigator=="object"&&!jr)Ue=navigator.userAgent,zt=Ue.indexOf("Windows")>=0,Wt=Ue.indexOf("Macintosh")>=0,(Ue.indexOf("Macintosh")>=0||Ue.indexOf("iPad")>=0||Ue.indexOf("iPhone")>=0)&&!!navigator.maxTouchPoints&&navigator.maxTouchPoints>0,Pt=Ue.indexOf("Linux")>=0,Qe=navigator.language,ht=Qe;else if(typeof ee=="object"){zt=ee.platform==="win32",Wt=ee.platform==="darwin",Pt=ee.platform==="linux",Pt&&!!ee.env.SNAP&&ee.env.SNAP_REVISION,Qe=ct,ht=ct;const e=ee.env.VSCODE_NLS_CONFIG;if(e)try{const t=JSON.parse(e),n=t.availableLanguages["*"];Qe=t.locale,ht=n||ct,Vr=t._translationsConfigFile}catch{}}else console.error("Unable to resolve platform.");const Ze=zt,Gr=Wt,$r=ht,Xr=Qe,Yr=(()=>{if(typeof K.postMessage=="function"&&!K.importScripts){let e=[];K.addEventListener("message",n=>{if(n.data&&n.data.vscodeScheduleAsyncWork)for(let r=0,i=e.length;r<i;r++){const a=e[r];if(a.id===n.data.vscodeScheduleAsyncWork){e.splice(r,1),a.callback();return}}});let t=0;return n=>{const r=++t;e.push({id:r,callback:n}),K.postMessage({vscodeScheduleAsyncWork:r},"*")}}return e=>setTimeout(e)})();(function(){if(K.setImmediate)return K.setImmediate.bind(K);if(typeof K.postMessage=="function"&&!K.importScripts)return Yr;if(typeof(ee==null?void 0:ee.nextTick)=="function")return ee.nextTick.bind(ee);const t=Promise.resolve();return n=>t.then(n)})();const Jr=K.performance&&typeof K.performance.now=="function";class dt{constructor(t){this._highResolution=Jr&&t,this._startTime=this._now(),this._stopTime=-1}static create(t=!0){return new dt(t)}stop(){this._stopTime=this._now()}elapsed(){return this._stopTime!==-1?this._stopTime-this._startTime:this._now()-this._startTime}_now(){return this._highResolution?K.performance.now():Date.now()}}var Ft;(function(e){e.None=()=>Sn.None;function t(p){return(v,S=null,C)=>{let U=!1,g;return g=p(m=>{if(!U)return g?g.dispose():U=!0,v.call(S,m)},null,C),U&&g.dispose(),g}}e.once=t;function n(p,v){return s((S,C=null,U)=>p(g=>S.call(C,v(g)),null,U))}e.map=n;function r(p,v){return s((S,C=null,U)=>p(g=>{v(g),S.call(C,g)},null,U))}e.forEach=r;function i(p,v){return s((S,C=null,U)=>p(g=>v(g)&&S.call(C,g),null,U))}e.filter=i;function a(p){return p}e.signal=a;function l(...p){return(v,S=null,C)=>Or(...p.map(U=>U(g=>v.call(S,g),null,C)))}e.any=l;function o(p,v,S){let C=S;return n(p,U=>(C=v(C,U),C))}e.reduce=o;function s(p){let v;const S=new Ae({onFirstListenerAdd(){v=p(S.fire,S)},onLastListenerRemove(){v.dispose()}});return S.event}function u(p,v,S=100,C=!1,U){let g,m,w,F=0;const R=new Ae({leakWarningThreshold:U,onFirstListenerAdd(){g=p(N=>{F++,m=v(m,N),C&&!w&&(R.fire(m),m=void 0),clearTimeout(w),w=setTimeout(()=>{const z=m;m=void 0,w=void 0,(!C||F>1)&&R.fire(z),F=0},S)})},onLastListenerRemove(){g.dispose()}});return R.event}e.debounce=u;function c(p,v=(S,C)=>S===C){let S=!0,C;return i(p,U=>{const g=S||!v(U,C);return S=!1,C=U,g})}e.latch=c;function h(p,v){return[e.filter(p,v),e.filter(p,S=>!v(S))]}e.split=h;function d(p,v=!1,S=[]){let C=S.slice(),U=p(w=>{C?C.push(w):m.fire(w)});const g=()=>{C&&C.forEach(w=>m.fire(w)),C=null},m=new Ae({onFirstListenerAdd(){U||(U=p(w=>m.fire(w)))},onFirstListenerDidAdd(){C&&(v?setTimeout(g):g())},onLastListenerRemove(){U&&U.dispose(),U=null}});return m.event}e.buffer=d;class f{constructor(v){this.event=v}map(v){return new f(n(this.event,v))}forEach(v){return new f(r(this.event,v))}filter(v){return new f(i(this.event,v))}reduce(v,S){return new f(o(this.event,v,S))}latch(){return new f(c(this.event))}debounce(v,S=100,C=!1,U){return new f(u(this.event,v,S,C,U))}on(v,S,C){return this.event(v,S,C)}once(v,S,C){return t(this.event)(v,S,C)}}function _(p){return new f(p)}e.chain=_;function b(p,v,S=C=>C){const C=(...w)=>m.fire(S(...w)),U=()=>p.on(v,C),g=()=>p.removeListener(v,C),m=new Ae({onFirstListenerAdd:U,onLastListenerRemove:g});return m.event}e.fromNodeEventEmitter=b;function y(p,v,S=C=>C){const C=(...w)=>m.fire(S(...w)),U=()=>p.addEventListener(v,C),g=()=>p.removeEventListener(v,C),m=new Ae({onFirstListenerAdd:U,onLastListenerRemove:g});return m.event}e.fromDOMEventEmitter=y;function k(p){return new Promise(v=>t(p)(v))}e.toPromise=k})(Ft||(Ft={}));class mt{constructor(t){this._listenerCount=0,this._invocationCount=0,this._elapsedOverall=0,this._name=`${t}_${mt._idPool++}`}start(t){this._stopWatch=new dt(!0),this._listenerCount=t}stop(){if(this._stopWatch){const t=this._stopWatch.elapsed();this._elapsedOverall+=t,this._invocationCount+=1,console.info(`did FIRE ${this._name}: elapsed_ms: ${t.toFixed(5)}, listener: ${this._listenerCount} (elapsed_overall: ${this._elapsedOverall.toFixed(2)}, invocations: ${this._invocationCount})`),this._stopWatch=void 0}}}mt._idPool=0;class Ae{constructor(t){var n;this._disposed=!1,this._options=t,this._leakageMon=void 0,this._perfMon=((n=this._options)===null||n===void 0?void 0:n._profName)?new mt(this._options._profName):void 0}get event(){return this._event||(this._event=(t,n,r)=>{var i;this._listeners||(this._listeners=new xn);const a=this._listeners.isEmpty();a&&this._options&&this._options.onFirstListenerAdd&&this._options.onFirstListenerAdd(this);const l=this._listeners.push(n?[t,n]:t);a&&this._options&&this._options.onFirstListenerDidAdd&&this._options.onFirstListenerDidAdd(this),this._options&&this._options.onListenerDidAdd&&this._options.onListenerDidAdd(this,t,n);const o=(i=this._leakageMon)===null||i===void 0?void 0:i.check(this._listeners.size),s=An(()=>{o&&o(),this._disposed||(l(),this._options&&this._options.onLastListenerRemove&&(this._listeners&&!this._listeners.isEmpty()||this._options.onLastListenerRemove(this)))});return r instanceof Je?r.add(s):Array.isArray(r)&&r.push(s),s}),this._event}fire(t){var n,r;if(this._listeners){this._deliveryQueue||(this._deliveryQueue=new xn);for(let i of this._listeners)this._deliveryQueue.push([i,t]);for((n=this._perfMon)===null||n===void 0||n.start(this._deliveryQueue.size);this._deliveryQueue.size>0;){const[i,a]=this._deliveryQueue.shift();try{typeof i=="function"?i.call(void 0,a):i[0].call(i[1],a)}catch(l){pe(l)}}(r=this._perfMon)===null||r===void 0||r.stop()}}dispose(){var t,n,r,i,a;this._disposed||(this._disposed=!0,(t=this._listeners)===null||t===void 0||t.clear(),(n=this._deliveryQueue)===null||n===void 0||n.clear(),(i=(r=this._options)===null||r===void 0?void 0:r.onLastListenerRemove)===null||i===void 0||i.call(r),(a=this._leakageMon)===null||a===void 0||a.dispose())}}function Qr(e){let t=[],n=Object.getPrototypeOf(e);for(;Object.prototype!==n;)t=t.concat(Object.getOwnPropertyNames(n)),n=Object.getPrototypeOf(n);return t}function Bt(e){const t=[];for(const n of Qr(e))typeof e[n]=="function"&&t.push(n);return t}function Zr(e,t){const n=i=>function(){const a=Array.prototype.slice.call(arguments,0);return t(i,a)};let r={};for(const i of e)r[i]=n(i);return r}function Kr(e,t="Unreachable"){throw new Error(t)}function ea(e){return e.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function ta(e){return e.split(/\r\n|\r|\n/)}function na(e){for(let t=0,n=e.length;t<n;t++){const r=e.charCodeAt(t);if(r!==32&&r!==9)return t}return-1}function ia(e,t=e.length-1){for(let n=t;n>=0;n--){const r=e.charCodeAt(n);if(r!==32&&r!==9)return n}return-1}function Ln(e){return e>=65&&e<=90}function qt(e){return 55296<=e&&e<=56319}function ra(e){return 56320<=e&&e<=57343}function aa(e,t){return(e-55296<<10)+(t-56320)+65536}function sa(e,t,n){const r=e.charCodeAt(n);if(qt(r)&&n+1<t){const i=e.charCodeAt(n+1);if(ra(i))return aa(r,i)}return r}class ge{static getData(){return JSON.parse('{"_common":[8232,32,8233,32,5760,32,8192,32,8193,32,8194,32,8195,32,8196,32,8197,32,8198,32,8200,32,8201,32,8202,32,8287,32,8199,32,8239,32,2042,95,65101,95,65102,95,65103,95,8208,45,8209,45,8210,45,65112,45,1748,45,8259,45,727,45,8722,45,10134,45,11450,45,1549,44,1643,44,8218,44,184,44,42233,44,894,59,2307,58,2691,58,1417,58,1795,58,1796,58,5868,58,65072,58,6147,58,6153,58,8282,58,1475,58,760,58,42889,58,8758,58,720,58,42237,58,451,33,11601,33,660,63,577,63,2429,63,5038,63,42731,63,119149,46,8228,46,1793,46,1794,46,42510,46,68176,46,1632,46,1776,46,42232,46,1373,96,65287,96,8219,96,8242,96,1370,96,1523,96,8175,96,65344,96,900,96,8189,96,8125,96,8127,96,8190,96,697,96,884,96,712,96,714,96,715,96,756,96,699,96,701,96,700,96,702,96,42892,96,1497,96,2036,96,2037,96,5194,96,5836,96,94033,96,94034,96,65339,40,10088,40,10098,40,12308,40,64830,40,65341,41,10089,41,10099,41,12309,41,64831,41,10100,123,119060,123,10101,125,8270,42,1645,42,8727,42,66335,42,5941,47,8257,47,8725,47,8260,47,9585,47,10187,47,10744,47,119354,47,12755,47,12339,47,11462,47,20031,47,12035,47,65340,92,65128,92,8726,92,10189,92,10741,92,10745,92,119311,92,119355,92,12756,92,20022,92,12034,92,42872,38,708,94,710,94,5869,43,10133,43,66203,43,8249,60,10094,60,706,60,119350,60,5176,60,5810,60,5120,61,11840,61,12448,61,42239,61,8250,62,10095,62,707,62,119351,62,5171,62,94015,62,8275,126,732,126,8128,126,8764,126,120784,50,120794,50,120804,50,120814,50,120824,50,130034,50,42842,50,423,50,1000,50,42564,50,5311,50,42735,50,119302,51,120785,51,120795,51,120805,51,120815,51,120825,51,130035,51,42923,51,540,51,439,51,42858,51,11468,51,1248,51,94011,51,71882,51,120786,52,120796,52,120806,52,120816,52,120826,52,130036,52,5070,52,71855,52,120787,53,120797,53,120807,53,120817,53,120827,53,130037,53,444,53,71867,53,120788,54,120798,54,120808,54,120818,54,120828,54,130038,54,11474,54,5102,54,71893,54,119314,55,120789,55,120799,55,120809,55,120819,55,120829,55,130039,55,66770,55,71878,55,2819,56,2538,56,2666,56,125131,56,120790,56,120800,56,120810,56,120820,56,120830,56,130040,56,547,56,546,56,66330,56,2663,57,2920,57,2541,57,3437,57,120791,57,120801,57,120811,57,120821,57,120831,57,130041,57,42862,57,11466,57,71884,57,71852,57,71894,57,9082,97,65345,97,119834,97,119886,97,119938,97,119990,97,120042,97,120094,97,120146,97,120198,97,120250,97,120302,97,120354,97,120406,97,120458,97,593,97,945,97,120514,97,120572,97,120630,97,120688,97,120746,97,65313,65,119808,65,119860,65,119912,65,119964,65,120016,65,120068,65,120120,65,120172,65,120224,65,120276,65,120328,65,120380,65,120432,65,913,65,120488,65,120546,65,120604,65,120662,65,120720,65,5034,65,5573,65,42222,65,94016,65,66208,65,119835,98,119887,98,119939,98,119991,98,120043,98,120095,98,120147,98,120199,98,120251,98,120303,98,120355,98,120407,98,120459,98,388,98,5071,98,5234,98,5551,98,65314,66,8492,66,119809,66,119861,66,119913,66,120017,66,120069,66,120121,66,120173,66,120225,66,120277,66,120329,66,120381,66,120433,66,42932,66,914,66,120489,66,120547,66,120605,66,120663,66,120721,66,5108,66,5623,66,42192,66,66178,66,66209,66,66305,66,65347,99,8573,99,119836,99,119888,99,119940,99,119992,99,120044,99,120096,99,120148,99,120200,99,120252,99,120304,99,120356,99,120408,99,120460,99,7428,99,1010,99,11429,99,43951,99,66621,99,128844,67,71922,67,71913,67,65315,67,8557,67,8450,67,8493,67,119810,67,119862,67,119914,67,119966,67,120018,67,120174,67,120226,67,120278,67,120330,67,120382,67,120434,67,1017,67,11428,67,5087,67,42202,67,66210,67,66306,67,66581,67,66844,67,8574,100,8518,100,119837,100,119889,100,119941,100,119993,100,120045,100,120097,100,120149,100,120201,100,120253,100,120305,100,120357,100,120409,100,120461,100,1281,100,5095,100,5231,100,42194,100,8558,68,8517,68,119811,68,119863,68,119915,68,119967,68,120019,68,120071,68,120123,68,120175,68,120227,68,120279,68,120331,68,120383,68,120435,68,5024,68,5598,68,5610,68,42195,68,8494,101,65349,101,8495,101,8519,101,119838,101,119890,101,119942,101,120046,101,120098,101,120150,101,120202,101,120254,101,120306,101,120358,101,120410,101,120462,101,43826,101,1213,101,8959,69,65317,69,8496,69,119812,69,119864,69,119916,69,120020,69,120072,69,120124,69,120176,69,120228,69,120280,69,120332,69,120384,69,120436,69,917,69,120492,69,120550,69,120608,69,120666,69,120724,69,11577,69,5036,69,42224,69,71846,69,71854,69,66182,69,119839,102,119891,102,119943,102,119995,102,120047,102,120099,102,120151,102,120203,102,120255,102,120307,102,120359,102,120411,102,120463,102,43829,102,42905,102,383,102,7837,102,1412,102,119315,70,8497,70,119813,70,119865,70,119917,70,120021,70,120073,70,120125,70,120177,70,120229,70,120281,70,120333,70,120385,70,120437,70,42904,70,988,70,120778,70,5556,70,42205,70,71874,70,71842,70,66183,70,66213,70,66853,70,65351,103,8458,103,119840,103,119892,103,119944,103,120048,103,120100,103,120152,103,120204,103,120256,103,120308,103,120360,103,120412,103,120464,103,609,103,7555,103,397,103,1409,103,119814,71,119866,71,119918,71,119970,71,120022,71,120074,71,120126,71,120178,71,120230,71,120282,71,120334,71,120386,71,120438,71,1292,71,5056,71,5107,71,42198,71,65352,104,8462,104,119841,104,119945,104,119997,104,120049,104,120101,104,120153,104,120205,104,120257,104,120309,104,120361,104,120413,104,120465,104,1211,104,1392,104,5058,104,65320,72,8459,72,8460,72,8461,72,119815,72,119867,72,119919,72,120023,72,120179,72,120231,72,120283,72,120335,72,120387,72,120439,72,919,72,120494,72,120552,72,120610,72,120668,72,120726,72,11406,72,5051,72,5500,72,42215,72,66255,72,731,105,9075,105,65353,105,8560,105,8505,105,8520,105,119842,105,119894,105,119946,105,119998,105,120050,105,120102,105,120154,105,120206,105,120258,105,120310,105,120362,105,120414,105,120466,105,120484,105,618,105,617,105,953,105,8126,105,890,105,120522,105,120580,105,120638,105,120696,105,120754,105,1110,105,42567,105,1231,105,43893,105,5029,105,71875,105,65354,106,8521,106,119843,106,119895,106,119947,106,119999,106,120051,106,120103,106,120155,106,120207,106,120259,106,120311,106,120363,106,120415,106,120467,106,1011,106,1112,106,65322,74,119817,74,119869,74,119921,74,119973,74,120025,74,120077,74,120129,74,120181,74,120233,74,120285,74,120337,74,120389,74,120441,74,42930,74,895,74,1032,74,5035,74,5261,74,42201,74,119844,107,119896,107,119948,107,120000,107,120052,107,120104,107,120156,107,120208,107,120260,107,120312,107,120364,107,120416,107,120468,107,8490,75,65323,75,119818,75,119870,75,119922,75,119974,75,120026,75,120078,75,120130,75,120182,75,120234,75,120286,75,120338,75,120390,75,120442,75,922,75,120497,75,120555,75,120613,75,120671,75,120729,75,11412,75,5094,75,5845,75,42199,75,66840,75,1472,124,8739,124,9213,124,65512,124,1633,124,1777,124,66336,124,125127,124,120783,124,120793,124,120803,124,120813,124,120823,124,130033,124,65321,124,8544,124,8464,124,8465,124,119816,124,119868,124,119920,124,120024,124,120128,124,120180,124,120232,124,120284,124,120336,124,120388,124,120440,124,406,124,65356,124,8572,124,8467,124,119845,124,119897,124,119949,124,120001,124,120053,124,120105,124,120157,124,120209,124,120261,124,120313,124,120365,124,120417,124,120469,124,448,124,120496,124,120554,124,120612,124,120670,124,120728,124,11410,124,1030,124,1216,124,1493,124,1503,124,1575,124,126464,124,126592,124,65166,124,65165,124,1994,124,11599,124,5825,124,42226,124,93992,124,66186,124,66313,124,119338,76,8556,76,8466,76,119819,76,119871,76,119923,76,120027,76,120079,76,120131,76,120183,76,120235,76,120287,76,120339,76,120391,76,120443,76,11472,76,5086,76,5290,76,42209,76,93974,76,71843,76,71858,76,66587,76,66854,76,65325,77,8559,77,8499,77,119820,77,119872,77,119924,77,120028,77,120080,77,120132,77,120184,77,120236,77,120288,77,120340,77,120392,77,120444,77,924,77,120499,77,120557,77,120615,77,120673,77,120731,77,1018,77,11416,77,5047,77,5616,77,5846,77,42207,77,66224,77,66321,77,119847,110,119899,110,119951,110,120003,110,120055,110,120107,110,120159,110,120211,110,120263,110,120315,110,120367,110,120419,110,120471,110,1400,110,1404,110,65326,78,8469,78,119821,78,119873,78,119925,78,119977,78,120029,78,120081,78,120185,78,120237,78,120289,78,120341,78,120393,78,120445,78,925,78,120500,78,120558,78,120616,78,120674,78,120732,78,11418,78,42208,78,66835,78,3074,111,3202,111,3330,111,3458,111,2406,111,2662,111,2790,111,3046,111,3174,111,3302,111,3430,111,3664,111,3792,111,4160,111,1637,111,1781,111,65359,111,8500,111,119848,111,119900,111,119952,111,120056,111,120108,111,120160,111,120212,111,120264,111,120316,111,120368,111,120420,111,120472,111,7439,111,7441,111,43837,111,959,111,120528,111,120586,111,120644,111,120702,111,120760,111,963,111,120532,111,120590,111,120648,111,120706,111,120764,111,11423,111,4351,111,1413,111,1505,111,1607,111,126500,111,126564,111,126596,111,65259,111,65260,111,65258,111,65257,111,1726,111,64428,111,64429,111,64427,111,64426,111,1729,111,64424,111,64425,111,64423,111,64422,111,1749,111,3360,111,4125,111,66794,111,71880,111,71895,111,66604,111,1984,79,2534,79,2918,79,12295,79,70864,79,71904,79,120782,79,120792,79,120802,79,120812,79,120822,79,130032,79,65327,79,119822,79,119874,79,119926,79,119978,79,120030,79,120082,79,120134,79,120186,79,120238,79,120290,79,120342,79,120394,79,120446,79,927,79,120502,79,120560,79,120618,79,120676,79,120734,79,11422,79,1365,79,11604,79,4816,79,2848,79,66754,79,42227,79,71861,79,66194,79,66219,79,66564,79,66838,79,9076,112,65360,112,119849,112,119901,112,119953,112,120005,112,120057,112,120109,112,120161,112,120213,112,120265,112,120317,112,120369,112,120421,112,120473,112,961,112,120530,112,120544,112,120588,112,120602,112,120646,112,120660,112,120704,112,120718,112,120762,112,120776,112,11427,112,65328,80,8473,80,119823,80,119875,80,119927,80,119979,80,120031,80,120083,80,120187,80,120239,80,120291,80,120343,80,120395,80,120447,80,929,80,120504,80,120562,80,120620,80,120678,80,120736,80,11426,80,5090,80,5229,80,42193,80,66197,80,119850,113,119902,113,119954,113,120006,113,120058,113,120110,113,120162,113,120214,113,120266,113,120318,113,120370,113,120422,113,120474,113,1307,113,1379,113,1382,113,8474,81,119824,81,119876,81,119928,81,119980,81,120032,81,120084,81,120188,81,120240,81,120292,81,120344,81,120396,81,120448,81,11605,81,119851,114,119903,114,119955,114,120007,114,120059,114,120111,114,120163,114,120215,114,120267,114,120319,114,120371,114,120423,114,120475,114,43847,114,43848,114,7462,114,11397,114,43905,114,119318,82,8475,82,8476,82,8477,82,119825,82,119877,82,119929,82,120033,82,120189,82,120241,82,120293,82,120345,82,120397,82,120449,82,422,82,5025,82,5074,82,66740,82,5511,82,42211,82,94005,82,65363,115,119852,115,119904,115,119956,115,120008,115,120060,115,120112,115,120164,115,120216,115,120268,115,120320,115,120372,115,120424,115,120476,115,42801,115,445,115,1109,115,43946,115,71873,115,66632,115,65331,83,119826,83,119878,83,119930,83,119982,83,120034,83,120086,83,120138,83,120190,83,120242,83,120294,83,120346,83,120398,83,120450,83,1029,83,1359,83,5077,83,5082,83,42210,83,94010,83,66198,83,66592,83,119853,116,119905,116,119957,116,120009,116,120061,116,120113,116,120165,116,120217,116,120269,116,120321,116,120373,116,120425,116,120477,116,8868,84,10201,84,128872,84,65332,84,119827,84,119879,84,119931,84,119983,84,120035,84,120087,84,120139,84,120191,84,120243,84,120295,84,120347,84,120399,84,120451,84,932,84,120507,84,120565,84,120623,84,120681,84,120739,84,11430,84,5026,84,42196,84,93962,84,71868,84,66199,84,66225,84,66325,84,119854,117,119906,117,119958,117,120010,117,120062,117,120114,117,120166,117,120218,117,120270,117,120322,117,120374,117,120426,117,120478,117,42911,117,7452,117,43854,117,43858,117,651,117,965,117,120534,117,120592,117,120650,117,120708,117,120766,117,1405,117,66806,117,71896,117,8746,85,8899,85,119828,85,119880,85,119932,85,119984,85,120036,85,120088,85,120140,85,120192,85,120244,85,120296,85,120348,85,120400,85,120452,85,1357,85,4608,85,66766,85,5196,85,42228,85,94018,85,71864,85,8744,118,8897,118,65366,118,8564,118,119855,118,119907,118,119959,118,120011,118,120063,118,120115,118,120167,118,120219,118,120271,118,120323,118,120375,118,120427,118,120479,118,7456,118,957,118,120526,118,120584,118,120642,118,120700,118,120758,118,1141,118,1496,118,71430,118,43945,118,71872,118,119309,86,1639,86,1783,86,8548,86,119829,86,119881,86,119933,86,119985,86,120037,86,120089,86,120141,86,120193,86,120245,86,120297,86,120349,86,120401,86,120453,86,1140,86,11576,86,5081,86,5167,86,42719,86,42214,86,93960,86,71840,86,66845,86,623,119,119856,119,119908,119,119960,119,120012,119,120064,119,120116,119,120168,119,120220,119,120272,119,120324,119,120376,119,120428,119,120480,119,7457,119,1121,119,1309,119,1377,119,71434,119,71438,119,71439,119,43907,119,71919,87,71910,87,119830,87,119882,87,119934,87,119986,87,120038,87,120090,87,120142,87,120194,87,120246,87,120298,87,120350,87,120402,87,120454,87,1308,87,5043,87,5076,87,42218,87,5742,120,10539,120,10540,120,10799,120,65368,120,8569,120,119857,120,119909,120,119961,120,120013,120,120065,120,120117,120,120169,120,120221,120,120273,120,120325,120,120377,120,120429,120,120481,120,5441,120,5501,120,5741,88,9587,88,66338,88,71916,88,65336,88,8553,88,119831,88,119883,88,119935,88,119987,88,120039,88,120091,88,120143,88,120195,88,120247,88,120299,88,120351,88,120403,88,120455,88,42931,88,935,88,120510,88,120568,88,120626,88,120684,88,120742,88,11436,88,11613,88,5815,88,42219,88,66192,88,66228,88,66327,88,66855,88,611,121,7564,121,65369,121,119858,121,119910,121,119962,121,120014,121,120066,121,120118,121,120170,121,120222,121,120274,121,120326,121,120378,121,120430,121,120482,121,655,121,7935,121,43866,121,947,121,8509,121,120516,121,120574,121,120632,121,120690,121,120748,121,1199,121,4327,121,71900,121,65337,89,119832,89,119884,89,119936,89,119988,89,120040,89,120092,89,120144,89,120196,89,120248,89,120300,89,120352,89,120404,89,120456,89,933,89,978,89,120508,89,120566,89,120624,89,120682,89,120740,89,11432,89,1198,89,5033,89,5053,89,42220,89,94019,89,71844,89,66226,89,119859,122,119911,122,119963,122,120015,122,120067,122,120119,122,120171,122,120223,122,120275,122,120327,122,120379,122,120431,122,120483,122,7458,122,43923,122,71876,122,66293,90,71909,90,65338,90,8484,90,8488,90,119833,90,119885,90,119937,90,119989,90,120041,90,120197,90,120249,90,120301,90,120353,90,120405,90,120457,90,918,90,120493,90,120551,90,120609,90,120667,90,120725,90,5059,90,42204,90,71849,90],"_default":[160,32,8211,45,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"cs":[65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,1093,120,1061,88,1091,121,1059,89],"de":[65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,1093,120,1061,88,1091,121,1059,89],"es":[8211,45,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"fr":[65306,58,65281,33,8216,96,8245,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"it":[160,32,8211,45,65306,58,65281,33,8216,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"ja":[8211,45,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"ko":[8211,45,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"pl":[65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"pt-BR":[65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"qps-ploc":[160,32,8211,45,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"ru":[65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,305,105,921,124,1009,112,215,120],"tr":[160,32,8211,45,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"zh-hans":[65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89],"zh-hant":[8211,45,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,124,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89]}')}static getConfusablesForCurrentLocale(){if(!ge.map){let r=function(l){const o=new Map;for(let s=0;s<l.length;s+=2)o.set(l[s],l[s+1]);return o};const t=ge.getData();let n=Xr;(!n||!(n in t))&&(n=$r),(!n||!(n in t))&&(n="_default");const i=r(t._common),a=r(t[n]);for(const[l,o]of a)i.set(l,o);ge.map=i}return ge.map}static isAmbiguous(t){return ge.getConfusablesForCurrentLocale().has(t)}static getPrimaryConfusable(t){return ge.getConfusablesForCurrentLocale().get(t)}static getPrimaryConfusableCodePoints(){return new Set(ge.getConfusablesForCurrentLocale().keys())}}class Ie{static getRawData(){return JSON.parse("[9,10,11,12,13,32,127,160,173,847,1564,4447,4448,6068,6069,6155,6156,6157,6158,7355,7356,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8203,8204,8205,8206,8207,8234,8235,8236,8237,8238,8239,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,10240,12288,12644,65024,65025,65026,65027,65028,65029,65030,65031,65032,65033,65034,65035,65036,65037,65038,65039,65279,65440,65520,65521,65522,65523,65524,65525,65526,65527,65528,65532,78844,119155,119156,119157,119158,119159,119160,119161,119162,917504,917505,917506,917507,917508,917509,917510,917511,917512,917513,917514,917515,917516,917517,917518,917519,917520,917521,917522,917523,917524,917525,917526,917527,917528,917529,917530,917531,917532,917533,917534,917535,917536,917537,917538,917539,917540,917541,917542,917543,917544,917545,917546,917547,917548,917549,917550,917551,917552,917553,917554,917555,917556,917557,917558,917559,917560,917561,917562,917563,917564,917565,917566,917567,917568,917569,917570,917571,917572,917573,917574,917575,917576,917577,917578,917579,917580,917581,917582,917583,917584,917585,917586,917587,917588,917589,917590,917591,917592,917593,917594,917595,917596,917597,917598,917599,917600,917601,917602,917603,917604,917605,917606,917607,917608,917609,917610,917611,917612,917613,917614,917615,917616,917617,917618,917619,917620,917621,917622,917623,917624,917625,917626,917627,917628,917629,917630,917631,917760,917761,917762,917763,917764,917765,917766,917767,917768,917769,917770,917771,917772,917773,917774,917775,917776,917777,917778,917779,917780,917781,917782,917783,917784,917785,917786,917787,917788,917789,917790,917791,917792,917793,917794,917795,917796,917797,917798,917799,917800,917801,917802,917803,917804,917805,917806,917807,917808,917809,917810,917811,917812,917813,917814,917815,917816,917817,917818,917819,917820,917821,917822,917823,917824,917825,917826,917827,917828,917829,917830,917831,917832,917833,917834,917835,917836,917837,917838,917839,917840,917841,917842,917843,917844,917845,917846,917847,917848,917849,917850,917851,917852,917853,917854,917855,917856,917857,917858,917859,917860,917861,917862,917863,917864,917865,917866,917867,917868,917869,917870,917871,917872,917873,917874,917875,917876,917877,917878,917879,917880,917881,917882,917883,917884,917885,917886,917887,917888,917889,917890,917891,917892,917893,917894,917895,917896,917897,917898,917899,917900,917901,917902,917903,917904,917905,917906,917907,917908,917909,917910,917911,917912,917913,917914,917915,917916,917917,917918,917919,917920,917921,917922,917923,917924,917925,917926,917927,917928,917929,917930,917931,917932,917933,917934,917935,917936,917937,917938,917939,917940,917941,917942,917943,917944,917945,917946,917947,917948,917949,917950,917951,917952,917953,917954,917955,917956,917957,917958,917959,917960,917961,917962,917963,917964,917965,917966,917967,917968,917969,917970,917971,917972,917973,917974,917975,917976,917977,917978,917979,917980,917981,917982,917983,917984,917985,917986,917987,917988,917989,917990,917991,917992,917993,917994,917995,917996,917997,917998,917999]")}static getData(){return this._data||(this._data=new Set(Ie.getRawData())),this._data}static isInvisibleCharacter(t){return Ie.getData().has(t)}static get codePoints(){return Ie.getData()}}Ie._data=void 0;const oa="$initialize";class la{constructor(t,n,r,i){this.vsWorker=t,this.req=n,this.method=r,this.args=i,this.type=0}}class Cn{constructor(t,n,r,i){this.vsWorker=t,this.seq=n,this.res=r,this.err=i,this.type=1}}class ua{constructor(t,n,r,i){this.vsWorker=t,this.req=n,this.eventName=r,this.arg=i,this.type=2}}class ca{constructor(t,n,r){this.vsWorker=t,this.req=n,this.event=r,this.type=3}}class ha{constructor(t,n){this.vsWorker=t,this.req=n,this.type=4}}class da{constructor(t){this._workerId=-1,this._handler=t,this._lastSentReq=0,this._pendingReplies=Object.create(null),this._pendingEmitters=new Map,this._pendingEvents=new Map}setWorkerId(t){this._workerId=t}sendMessage(t,n){const r=String(++this._lastSentReq);return new Promise((i,a)=>{this._pendingReplies[r]={resolve:i,reject:a},this._send(new la(this._workerId,r,t,n))})}listen(t,n){let r=null;const i=new Ae({onFirstListenerAdd:()=>{r=String(++this._lastSentReq),this._pendingEmitters.set(r,i),this._send(new ua(this._workerId,r,t,n))},onLastListenerRemove:()=>{this._pendingEmitters.delete(r),this._send(new ha(this._workerId,r)),r=null}});return i.event}handleMessage(t){!t||!t.vsWorker||this._workerId!==-1&&t.vsWorker!==this._workerId||this._handleMessage(t)}_handleMessage(t){switch(t.type){case 1:return this._handleReplyMessage(t);case 0:return this._handleRequestMessage(t);case 2:return this._handleSubscribeEventMessage(t);case 3:return this._handleEventMessage(t);case 4:return this._handleUnsubscribeEventMessage(t)}}_handleReplyMessage(t){if(!this._pendingReplies[t.seq]){console.warn("Got reply to unknown seq");return}let n=this._pendingReplies[t.seq];if(delete this._pendingReplies[t.seq],t.err){let r=t.err;t.err.$isError&&(r=new Error,r.name=t.err.name,r.message=t.err.message,r.stack=t.err.stack),n.reject(r);return}n.resolve(t.res)}_handleRequestMessage(t){let n=t.req;this._handler.handleMessage(t.method,t.args).then(i=>{this._send(new Cn(this._workerId,n,i,void 0))},i=>{i.detail instanceof Error&&(i.detail=yn(i.detail)),this._send(new Cn(this._workerId,n,void 0,yn(i)))})}_handleSubscribeEventMessage(t){const n=t.req,r=this._handler.handleEvent(t.eventName,t.arg)(i=>{this._send(new ca(this._workerId,n,i))});this._pendingEvents.set(n,r)}_handleEventMessage(t){if(!this._pendingEmitters.has(t.req)){console.warn("Got event for unknown req");return}this._pendingEmitters.get(t.req).fire(t.event)}_handleUnsubscribeEventMessage(t){if(!this._pendingEvents.has(t.req)){console.warn("Got unsubscribe for unknown req");return}this._pendingEvents.get(t.req).dispose(),this._pendingEvents.delete(t.req)}_send(t){let n=[];if(t.type===0)for(let r=0;r<t.args.length;r++)t.args[r]instanceof ArrayBuffer&&n.push(t.args[r]);else t.type===1&&t.res instanceof ArrayBuffer&&n.push(t.res);this._handler.sendMessage(t,n)}}function En(e){return e[0]==="o"&&e[1]==="n"&&Ln(e.charCodeAt(2))}function Mn(e){return/^onDynamic/.test(e)&&Ln(e.charCodeAt(9))}function ma(e,t,n){const r=l=>function(){const o=Array.prototype.slice.call(arguments,0);return t(l,o)},i=l=>function(o){return n(l,o)};let a={};for(const l of e){if(Mn(l)){a[l]=i(l);continue}if(En(l)){a[l]=n(l,void 0);continue}a[l]=r(l)}return a}class pa{constructor(t,n){this._requestHandlerFactory=n,this._requestHandler=null,this._protocol=new da({sendMessage:(r,i)=>{t(r,i)},handleMessage:(r,i)=>this._handleMessage(r,i),handleEvent:(r,i)=>this._handleEvent(r,i)})}onmessage(t){this._protocol.handleMessage(t)}_handleMessage(t,n){if(t===oa)return this.initialize(n[0],n[1],n[2],n[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,n))}catch(r){return Promise.reject(r)}}_handleEvent(t,n){if(!this._requestHandler)throw new Error("Missing requestHandler");if(Mn(t)){const r=this._requestHandler[t].call(this._requestHandler,n);if(typeof r!="function")throw new Error(`Missing dynamic event ${t} on request handler.`);return r}if(En(t)){const r=this._requestHandler[t];if(typeof r!="function")throw new Error(`Missing event ${t} on request handler.`);return r}throw new Error(`Malformed event name ${t}`)}initialize(t,n,r,i){this._protocol.setWorkerId(t);const o=ma(i,(s,u)=>this._protocol.sendMessage(s,u),(s,u)=>this._protocol.listen(s,u));return this._requestHandlerFactory?(this._requestHandler=this._requestHandlerFactory(o),Promise.resolve(Bt(this._requestHandler))):(n&&(typeof n.baseUrl!="undefined"&&delete n.baseUrl,typeof n.paths!="undefined"&&typeof n.paths.vs!="undefined"&&delete n.paths.vs,typeof n.trustedTypesPolicy!==void 0&&delete n.trustedTypesPolicy,n.catchError=!0,K.require.config(n)),new Promise((s,u)=>{K.require([r],h=>{if(this._requestHandler=h.create(o),!this._requestHandler){u(new Error("No RequestHandler!"));return}s(Bt(this._requestHandler))},u)}))}}class Se{constructor(t,n,r,i){this.originalStart=t,this.originalLength=n,this.modifiedStart=r,this.modifiedLength=i}getOriginalEnd(){return this.originalStart+this.originalLength}getModifiedEnd(){return this.modifiedStart+this.modifiedLength}}function Dn(e,t){return(t<<5)-t+e|0}function fa(e,t){t=Dn(149417,t);for(let n=0,r=e.length;n<r;n++)t=Dn(e.charCodeAt(n),t);return t}class Rn{constructor(t){this.source=t}getElements(){const t=this.source,n=new Int32Array(t.length);for(let r=0,i=t.length;r<i;r++)n[r]=t.charCodeAt(r);return n}}function ga(e,t,n){return new xe(new Rn(e),new Rn(t)).ComputeDiff(n).changes}class qe{static Assert(t,n){if(!t)throw new Error(n)}}class Oe{static Copy(t,n,r,i,a){for(let l=0;l<a;l++)r[i+l]=t[n+l]}static Copy2(t,n,r,i,a){for(let l=0;l<a;l++)r[i+l]=t[n+l]}}class Nn{constructor(){this.m_changes=[],this.m_originalStart=1073741824,this.m_modifiedStart=1073741824,this.m_originalCount=0,this.m_modifiedCount=0}MarkNextChange(){(this.m_originalCount>0||this.m_modifiedCount>0)&&this.m_changes.push(new Se(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}AddOriginalElement(t,n){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,n),this.m_originalCount++}AddModifiedElement(t,n){this.m_originalStart=Math.min(this.m_originalStart,t),this.m_modifiedStart=Math.min(this.m_modifiedStart,n),this.m_modifiedCount++}getChanges(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes}getReverseChanges(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes.reverse(),this.m_changes}}class xe{constructor(t,n,r=null){this.ContinueProcessingPredicate=r,this._originalSequence=t,this._modifiedSequence=n;const[i,a,l]=xe._getElements(t),[o,s,u]=xe._getElements(n);this._hasStrings=l&&u,this._originalStringElements=i,this._originalElementsOrHash=a,this._modifiedStringElements=o,this._modifiedElementsOrHash=s,this.m_forwardHistory=[],this.m_reverseHistory=[]}static _isStringArray(t){return t.length>0&&typeof t[0]=="string"}static _getElements(t){const n=t.getElements();if(xe._isStringArray(n)){const r=new Int32Array(n.length);for(let i=0,a=n.length;i<a;i++)r[i]=fa(n[i],0);return[n,r,!0]}return n instanceof Int32Array?[[],n,!1]:[[],new Int32Array(n),!1]}ElementsAreEqual(t,n){return this._originalElementsOrHash[t]!==this._modifiedElementsOrHash[n]?!1:this._hasStrings?this._originalStringElements[t]===this._modifiedStringElements[n]:!0}ElementsAreStrictEqual(t,n){if(!this.ElementsAreEqual(t,n))return!1;const r=xe._getStrictElement(this._originalSequence,t),i=xe._getStrictElement(this._modifiedSequence,n);return r===i}static _getStrictElement(t,n){return typeof t.getStrictElement=="function"?t.getStrictElement(n):null}OriginalElementsAreEqual(t,n){return this._originalElementsOrHash[t]!==this._originalElementsOrHash[n]?!1:this._hasStrings?this._originalStringElements[t]===this._originalStringElements[n]:!0}ModifiedElementsAreEqual(t,n){return this._modifiedElementsOrHash[t]!==this._modifiedElementsOrHash[n]?!1:this._hasStrings?this._modifiedStringElements[t]===this._modifiedStringElements[n]:!0}ComputeDiff(t){return this._ComputeDiff(0,this._originalElementsOrHash.length-1,0,this._modifiedElementsOrHash.length-1,t)}_ComputeDiff(t,n,r,i,a){const l=[!1];let o=this.ComputeDiffRecursive(t,n,r,i,l);return a&&(o=this.PrettifyChanges(o)),{quitEarly:l[0],changes:o}}ComputeDiffRecursive(t,n,r,i,a){for(a[0]=!1;t<=n&&r<=i&&this.ElementsAreEqual(t,r);)t++,r++;for(;n>=t&&i>=r&&this.ElementsAreEqual(n,i);)n--,i--;if(t>n||r>i){let h;return r<=i?(qe.Assert(t===n+1,"originalStart should only be one more than originalEnd"),h=[new Se(t,0,r,i-r+1)]):t<=n?(qe.Assert(r===i+1,"modifiedStart should only be one more than modifiedEnd"),h=[new Se(t,n-t+1,r,0)]):(qe.Assert(t===n+1,"originalStart should only be one more than originalEnd"),qe.Assert(r===i+1,"modifiedStart should only be one more than modifiedEnd"),h=[]),h}const l=[0],o=[0],s=this.ComputeRecursionPoint(t,n,r,i,l,o,a),u=l[0],c=o[0];if(s!==null)return s;if(!a[0]){const h=this.ComputeDiffRecursive(t,u,r,c,a);let d=[];return a[0]?d=[new Se(u+1,n-(u+1)+1,c+1,i-(c+1)+1)]:d=this.ComputeDiffRecursive(u+1,n,c+1,i,a),this.ConcatenateChanges(h,d)}return[new Se(t,n-t+1,r,i-r+1)]}WALKTRACE(t,n,r,i,a,l,o,s,u,c,h,d,f,_,b,y,k,p){let v=null,S=null,C=new Nn,U=n,g=r,m=f[0]-y[0]-i,w=-1073741824,F=this.m_forwardHistory.length-1;do{const R=m+t;R===U||R<g&&u[R-1]<u[R+1]?(h=u[R+1],_=h-m-i,h<w&&C.MarkNextChange(),w=h,C.AddModifiedElement(h+1,_),m=R+1-t):(h=u[R-1]+1,_=h-m-i,h<w&&C.MarkNextChange(),w=h-1,C.AddOriginalElement(h,_+1),m=R-1-t),F>=0&&(u=this.m_forwardHistory[F],t=u[0],U=1,g=u.length-1)}while(--F>=-1);if(v=C.getReverseChanges(),p[0]){let R=f[0]+1,N=y[0]+1;if(v!==null&&v.length>0){const z=v[v.length-1];R=Math.max(R,z.getOriginalEnd()),N=Math.max(N,z.getModifiedEnd())}S=[new Se(R,d-R+1,N,b-N+1)]}else{C=new Nn,U=l,g=o,m=f[0]-y[0]-s,w=1073741824,F=k?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{const R=m+a;R===U||R<g&&c[R-1]>=c[R+1]?(h=c[R+1]-1,_=h-m-s,h>w&&C.MarkNextChange(),w=h+1,C.AddOriginalElement(h+1,_+1),m=R+1-a):(h=c[R-1],_=h-m-s,h>w&&C.MarkNextChange(),w=h,C.AddModifiedElement(h+1,_+1),m=R-1-a),F>=0&&(c=this.m_reverseHistory[F],a=c[0],U=1,g=c.length-1)}while(--F>=-1);S=C.getChanges()}return this.ConcatenateChanges(v,S)}ComputeRecursionPoint(t,n,r,i,a,l,o){let s=0,u=0,c=0,h=0,d=0,f=0;t--,r--,a[0]=0,l[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];const _=n-t+(i-r),b=_+1,y=new Int32Array(b),k=new Int32Array(b),p=i-r,v=n-t,S=t-r,C=n-i,g=(v-p)%2==0;y[p]=t,k[v]=n,o[0]=!1;for(let m=1;m<=_/2+1;m++){let w=0,F=0;c=this.ClipDiagonalBound(p-m,m,p,b),h=this.ClipDiagonalBound(p+m,m,p,b);for(let N=c;N<=h;N+=2){N===c||N<h&&y[N-1]<y[N+1]?s=y[N+1]:s=y[N-1]+1,u=s-(N-p)-S;const z=s;for(;s<n&&u<i&&this.ElementsAreEqual(s+1,u+1);)s++,u++;if(y[N]=s,s+u>w+F&&(w=s,F=u),!g&&Math.abs(N-v)<=m-1&&s>=k[N])return a[0]=s,l[0]=u,z<=k[N]&&1447>0&&m<=1447+1?this.WALKTRACE(p,c,h,S,v,d,f,C,y,k,s,n,a,u,i,l,g,o):null}const R=(w-t+(F-r)-m)/2;if(this.ContinueProcessingPredicate!==null&&!this.ContinueProcessingPredicate(w,R))return o[0]=!0,a[0]=w,l[0]=F,R>0&&1447>0&&m<=1447+1?this.WALKTRACE(p,c,h,S,v,d,f,C,y,k,s,n,a,u,i,l,g,o):(t++,r++,[new Se(t,n-t+1,r,i-r+1)]);d=this.ClipDiagonalBound(v-m,m,v,b),f=this.ClipDiagonalBound(v+m,m,v,b);for(let N=d;N<=f;N+=2){N===d||N<f&&k[N-1]>=k[N+1]?s=k[N+1]-1:s=k[N-1],u=s-(N-v)-C;const z=s;for(;s>t&&u>r&&this.ElementsAreEqual(s,u);)s--,u--;if(k[N]=s,g&&Math.abs(N-p)<=m&&s<=y[N])return a[0]=s,l[0]=u,z>=y[N]&&1447>0&&m<=1447+1?this.WALKTRACE(p,c,h,S,v,d,f,C,y,k,s,n,a,u,i,l,g,o):null}if(m<=1447){let N=new Int32Array(h-c+2);N[0]=p-c+1,Oe.Copy2(y,c,N,1,h-c+1),this.m_forwardHistory.push(N),N=new Int32Array(f-d+2),N[0]=v-d+1,Oe.Copy2(k,d,N,1,f-d+1),this.m_reverseHistory.push(N)}}return this.WALKTRACE(p,c,h,S,v,d,f,C,y,k,s,n,a,u,i,l,g,o)}PrettifyChanges(t){for(let n=0;n<t.length;n++){const r=t[n],i=n<t.length-1?t[n+1].originalStart:this._originalElementsOrHash.length,a=n<t.length-1?t[n+1].modifiedStart:this._modifiedElementsOrHash.length,l=r.originalLength>0,o=r.modifiedLength>0;for(;r.originalStart+r.originalLength<i&&r.modifiedStart+r.modifiedLength<a&&(!l||this.OriginalElementsAreEqual(r.originalStart,r.originalStart+r.originalLength))&&(!o||this.ModifiedElementsAreEqual(r.modifiedStart,r.modifiedStart+r.modifiedLength));){const u=this.ElementsAreStrictEqual(r.originalStart,r.modifiedStart);if(this.ElementsAreStrictEqual(r.originalStart+r.originalLength,r.modifiedStart+r.modifiedLength)&&!u)break;r.originalStart++,r.modifiedStart++}let s=[null];if(n<t.length-1&&this.ChangesOverlap(t[n],t[n+1],s)){t[n]=s[0],t.splice(n+1,1),n--;continue}}for(let n=t.length-1;n>=0;n--){const r=t[n];let i=0,a=0;if(n>0){const h=t[n-1];i=h.originalStart+h.originalLength,a=h.modifiedStart+h.modifiedLength}const l=r.originalLength>0,o=r.modifiedLength>0;let s=0,u=this._boundaryScore(r.originalStart,r.originalLength,r.modifiedStart,r.modifiedLength);for(let h=1;;h++){const d=r.originalStart-h,f=r.modifiedStart-h;if(d<i||f<a||l&&!this.OriginalElementsAreEqual(d,d+r.originalLength)||o&&!this.ModifiedElementsAreEqual(f,f+r.modifiedLength))break;const b=(d===i&&f===a?5:0)+this._boundaryScore(d,r.originalLength,f,r.modifiedLength);b>u&&(u=b,s=h)}r.originalStart-=s,r.modifiedStart-=s;const c=[null];if(n>0&&this.ChangesOverlap(t[n-1],t[n],c)){t[n-1]=c[0],t.splice(n,1),n++;continue}}if(this._hasStrings)for(let n=1,r=t.length;n<r;n++){const i=t[n-1],a=t[n],l=a.originalStart-i.originalStart-i.originalLength,o=i.originalStart,s=a.originalStart+a.originalLength,u=s-o,c=i.modifiedStart,h=a.modifiedStart+a.modifiedLength,d=h-c;if(l<5&&u<20&&d<20){const f=this._findBetterContiguousSequence(o,u,c,d,l);if(f){const[_,b]=f;(_!==i.originalStart+i.originalLength||b!==i.modifiedStart+i.modifiedLength)&&(i.originalLength=_-i.originalStart,i.modifiedLength=b-i.modifiedStart,a.originalStart=_+l,a.modifiedStart=b+l,a.originalLength=s-a.originalStart,a.modifiedLength=h-a.modifiedStart)}}}return t}_findBetterContiguousSequence(t,n,r,i,a){if(n<a||i<a)return null;const l=t+n-a+1,o=r+i-a+1;let s=0,u=0,c=0;for(let h=t;h<l;h++)for(let d=r;d<o;d++){const f=this._contiguousSequenceScore(h,d,a);f>0&&f>s&&(s=f,u=h,c=d)}return s>0?[u,c]:null}_contiguousSequenceScore(t,n,r){let i=0;for(let a=0;a<r;a++){if(!this.ElementsAreEqual(t+a,n+a))return 0;i+=this._originalStringElements[t+a].length}return i}_OriginalIsBoundary(t){return t<=0||t>=this._originalElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._originalStringElements[t])}_OriginalRegionIsBoundary(t,n){if(this._OriginalIsBoundary(t)||this._OriginalIsBoundary(t-1))return!0;if(n>0){const r=t+n;if(this._OriginalIsBoundary(r-1)||this._OriginalIsBoundary(r))return!0}return!1}_ModifiedIsBoundary(t){return t<=0||t>=this._modifiedElementsOrHash.length-1?!0:this._hasStrings&&/^\s*$/.test(this._modifiedStringElements[t])}_ModifiedRegionIsBoundary(t,n){if(this._ModifiedIsBoundary(t)||this._ModifiedIsBoundary(t-1))return!0;if(n>0){const r=t+n;if(this._ModifiedIsBoundary(r-1)||this._ModifiedIsBoundary(r))return!0}return!1}_boundaryScore(t,n,r,i){const a=this._OriginalRegionIsBoundary(t,n)?1:0,l=this._ModifiedRegionIsBoundary(r,i)?1:0;return a+l}ConcatenateChanges(t,n){let r=[];if(t.length===0||n.length===0)return n.length>0?n:t;if(this.ChangesOverlap(t[t.length-1],n[0],r)){const i=new Array(t.length+n.length-1);return Oe.Copy(t,0,i,0,t.length-1),i[t.length-1]=r[0],Oe.Copy(n,1,i,t.length,n.length-1),i}else{const i=new Array(t.length+n.length);return Oe.Copy(t,0,i,0,t.length),Oe.Copy(n,0,i,t.length,n.length),i}}ChangesOverlap(t,n,r){if(qe.Assert(t.originalStart<=n.originalStart,"Left change is not less than or equal to right change"),qe.Assert(t.modifiedStart<=n.modifiedStart,"Left change is not less than or equal to right change"),t.originalStart+t.originalLength>=n.originalStart||t.modifiedStart+t.modifiedLength>=n.modifiedStart){const i=t.originalStart;let a=t.originalLength;const l=t.modifiedStart;let o=t.modifiedLength;return t.originalStart+t.originalLength>=n.originalStart&&(a=n.originalStart+n.originalLength-t.originalStart),t.modifiedStart+t.modifiedLength>=n.modifiedStart&&(o=n.modifiedStart+n.modifiedLength-t.modifiedStart),r[0]=new Se(i,a,l,o),!0}else return r[0]=null,!1}ClipDiagonalBound(t,n,r,i){if(t>=0&&t<i)return t;const a=r,l=i-r-1,o=n%2==0;if(t<0){const s=a%2==0;return o===s?0:1}else{const s=l%2==0;return o===s?i-1:i-2}}}let Ve;if(typeof K.vscode!="undefined"&&typeof K.vscode.process!="undefined"){const e=K.vscode.process;Ve={get platform(){return e.platform},get arch(){return e.arch},get env(){return e.env},cwd(){return e.cwd()}}}else typeof process!="undefined"?Ve={get platform(){return process.platform},get arch(){return process.arch},get env(){return{LOCAL_IP_HOST:"192.168.2.11"}},cwd(){return process.cwd()}}:Ve={get platform(){return Ze?"win32":Gr?"darwin":"linux"},get arch(){},get env(){return{}},cwd(){return"/"}};const Ot=Ve.cwd;Ve.env;const ze=Ve.platform,ba=65,_a=97,va=90,wa=122,Le=46,ne=47,se=92,Ce=58,ya=63;class Hn extends Error{constructor(t,n,r){let i;typeof n=="string"&&n.indexOf("not ")===0?(i="must not be",n=n.replace(/^not /,"")):i="must be";const a=t.indexOf(".")!==-1?"property":"argument";let l=`The "${t}" ${a} ${i} of type ${n}`;l+=`. Received type ${typeof r}`;super(l);this.code="ERR_INVALID_ARG_TYPE"}}function Z(e,t){if(typeof e!="string")throw new Hn(t,"string",e)}function O(e){return e===ne||e===se}function Vt(e){return e===ne}function Ee(e){return e>=ba&&e<=va||e>=_a&&e<=wa}function pt(e,t,n,r){let i="",a=0,l=-1,o=0,s=0;for(let u=0;u<=e.length;++u){if(u<e.length)s=e.charCodeAt(u);else{if(r(s))break;s=ne}if(r(s)){if(!(l===u-1||o===1))if(o===2){if(i.length<2||a!==2||i.charCodeAt(i.length-1)!==Le||i.charCodeAt(i.length-2)!==Le){if(i.length>2){const c=i.lastIndexOf(n);c===-1?(i="",a=0):(i=i.slice(0,c),a=i.length-1-i.lastIndexOf(n)),l=u,o=0;continue}else if(i.length!==0){i="",a=0,l=u,o=0;continue}}t&&(i+=i.length>0?`${n}..`:"..",a=2)}else i.length>0?i+=`${n}${e.slice(l+1,u)}`:i=e.slice(l+1,u),a=u-l-1;l=u,o=0}else s===Le&&o!==-1?++o:o=-1}return i}function Un(e,t){if(t===null||typeof t!="object")throw new Hn("pathObject","Object",t);const n=t.dir||t.root,r=t.base||`${t.name||""}${t.ext||""}`;return n?n===t.root?`${n}${r}`:`${n}${e}${r}`:r}const ae={resolve(...e){let t="",n="",r=!1;for(let i=e.length-1;i>=-1;i--){let a;if(i>=0){if(a=e[i],Z(a,"path"),a.length===0)continue}else t.length===0?a=Ot():(a={LOCAL_IP_HOST:"192.168.2.11"}[`=${t}`]||Ot(),(a===void 0||a.slice(0,2).toLowerCase()!==t.toLowerCase()&&a.charCodeAt(2)===se)&&(a=`${t}\\`));const l=a.length;let o=0,s="",u=!1;const c=a.charCodeAt(0);if(l===1)O(c)&&(o=1,u=!0);else if(O(c))if(u=!0,O(a.charCodeAt(1))){let h=2,d=h;for(;h<l&&!O(a.charCodeAt(h));)h++;if(h<l&&h!==d){const f=a.slice(d,h);for(d=h;h<l&&O(a.charCodeAt(h));)h++;if(h<l&&h!==d){for(d=h;h<l&&!O(a.charCodeAt(h));)h++;(h===l||h!==d)&&(s=`\\\\${f}\\${a.slice(d,h)}`,o=h)}}}else o=1;else Ee(c)&&a.charCodeAt(1)===Ce&&(s=a.slice(0,2),o=2,l>2&&O(a.charCodeAt(2))&&(u=!0,o=3));if(s.length>0)if(t.length>0){if(s.toLowerCase()!==t.toLowerCase())continue}else t=s;if(r){if(t.length>0)break}else if(n=`${a.slice(o)}\\${n}`,r=u,u&&t.length>0)break}return n=pt(n,!r,"\\",O),r?`${t}\\${n}`:`${t}${n}`||"."},normalize(e){Z(e,"path");const t=e.length;if(t===0)return".";let n=0,r,i=!1;const a=e.charCodeAt(0);if(t===1)return Vt(a)?"\\":e;if(O(a))if(i=!0,O(e.charCodeAt(1))){let o=2,s=o;for(;o<t&&!O(e.charCodeAt(o));)o++;if(o<t&&o!==s){const u=e.slice(s,o);for(s=o;o<t&&O(e.charCodeAt(o));)o++;if(o<t&&o!==s){for(s=o;o<t&&!O(e.charCodeAt(o));)o++;if(o===t)return`\\\\${u}\\${e.slice(s)}\\`;o!==s&&(r=`\\\\${u}\\${e.slice(s,o)}`,n=o)}}}else n=1;else Ee(a)&&e.charCodeAt(1)===Ce&&(r=e.slice(0,2),n=2,t>2&&O(e.charCodeAt(2))&&(i=!0,n=3));let l=n<t?pt(e.slice(n),!i,"\\",O):"";return l.length===0&&!i&&(l="."),l.length>0&&O(e.charCodeAt(t-1))&&(l+="\\"),r===void 0?i?`\\${l}`:l:i?`${r}\\${l}`:`${r}${l}`},isAbsolute(e){Z(e,"path");const t=e.length;if(t===0)return!1;const n=e.charCodeAt(0);return O(n)||t>2&&Ee(n)&&e.charCodeAt(1)===Ce&&O(e.charCodeAt(2))},join(...e){if(e.length===0)return".";let t,n;for(let a=0;a<e.length;++a){const l=e[a];Z(l,"path"),l.length>0&&(t===void 0?t=n=l:t+=`\\${l}`)}if(t===void 0)return".";let r=!0,i=0;if(typeof n=="string"&&O(n.charCodeAt(0))){++i;const a=n.length;a>1&&O(n.charCodeAt(1))&&(++i,a>2&&(O(n.charCodeAt(2))?++i:r=!1))}if(r){for(;i<t.length&&O(t.charCodeAt(i));)i++;i>=2&&(t=`\\${t.slice(i)}`)}return ae.normalize(t)},relative(e,t){if(Z(e,"from"),Z(t,"to"),e===t)return"";const n=ae.resolve(e),r=ae.resolve(t);if(n===r||(e=n.toLowerCase(),t=r.toLowerCase(),e===t))return"";let i=0;for(;i<e.length&&e.charCodeAt(i)===se;)i++;let a=e.length;for(;a-1>i&&e.charCodeAt(a-1)===se;)a--;const l=a-i;let o=0;for(;o<t.length&&t.charCodeAt(o)===se;)o++;let s=t.length;for(;s-1>o&&t.charCodeAt(s-1)===se;)s--;const u=s-o,c=l<u?l:u;let h=-1,d=0;for(;d<c;d++){const _=e.charCodeAt(i+d);if(_!==t.charCodeAt(o+d))break;_===se&&(h=d)}if(d!==c){if(h===-1)return r}else{if(u>c){if(t.charCodeAt(o+d)===se)return r.slice(o+d+1);if(d===2)return r.slice(o+d)}l>c&&(e.charCodeAt(i+d)===se?h=d:d===2&&(h=3)),h===-1&&(h=0)}let f="";for(d=i+h+1;d<=a;++d)(d===a||e.charCodeAt(d)===se)&&(f+=f.length===0?"..":"\\..");return o+=h,f.length>0?`${f}${r.slice(o,s)}`:(r.charCodeAt(o)===se&&++o,r.slice(o,s))},toNamespacedPath(e){if(typeof e!="string")return e;if(e.length===0)return"";const t=ae.resolve(e);if(t.length<=2)return e;if(t.charCodeAt(0)===se){if(t.charCodeAt(1)===se){const n=t.charCodeAt(2);if(n!==ya&&n!==Le)return`\\\\?\\UNC\\${t.slice(2)}`}}else if(Ee(t.charCodeAt(0))&&t.charCodeAt(1)===Ce&&t.charCodeAt(2)===se)return`\\\\?\\${t}`;return e},dirname(e){Z(e,"path");const t=e.length;if(t===0)return".";let n=-1,r=0;const i=e.charCodeAt(0);if(t===1)return O(i)?e:".";if(O(i)){if(n=r=1,O(e.charCodeAt(1))){let o=2,s=o;for(;o<t&&!O(e.charCodeAt(o));)o++;if(o<t&&o!==s){for(s=o;o<t&&O(e.charCodeAt(o));)o++;if(o<t&&o!==s){for(s=o;o<t&&!O(e.charCodeAt(o));)o++;if(o===t)return e;o!==s&&(n=r=o+1)}}}}else Ee(i)&&e.charCodeAt(1)===Ce&&(n=t>2&&O(e.charCodeAt(2))?3:2,r=n);let a=-1,l=!0;for(let o=t-1;o>=r;--o)if(O(e.charCodeAt(o))){if(!l){a=o;break}}else l=!1;if(a===-1){if(n===-1)return".";a=n}return e.slice(0,a)},basename(e,t){t!==void 0&&Z(t,"ext"),Z(e,"path");let n=0,r=-1,i=!0,a;if(e.length>=2&&Ee(e.charCodeAt(0))&&e.charCodeAt(1)===Ce&&(n=2),t!==void 0&&t.length>0&&t.length<=e.length){if(t===e)return"";let l=t.length-1,o=-1;for(a=e.length-1;a>=n;--a){const s=e.charCodeAt(a);if(O(s)){if(!i){n=a+1;break}}else o===-1&&(i=!1,o=a+1),l>=0&&(s===t.charCodeAt(l)?--l==-1&&(r=a):(l=-1,r=o))}return n===r?r=o:r===-1&&(r=e.length),e.slice(n,r)}for(a=e.length-1;a>=n;--a)if(O(e.charCodeAt(a))){if(!i){n=a+1;break}}else r===-1&&(i=!1,r=a+1);return r===-1?"":e.slice(n,r)},extname(e){Z(e,"path");let t=0,n=-1,r=0,i=-1,a=!0,l=0;e.length>=2&&e.charCodeAt(1)===Ce&&Ee(e.charCodeAt(0))&&(t=r=2);for(let o=e.length-1;o>=t;--o){const s=e.charCodeAt(o);if(O(s)){if(!a){r=o+1;break}continue}i===-1&&(a=!1,i=o+1),s===Le?n===-1?n=o:l!==1&&(l=1):n!==-1&&(l=-1)}return n===-1||i===-1||l===0||l===1&&n===i-1&&n===r+1?"":e.slice(n,i)},format:Un.bind(null,"\\"),parse(e){Z(e,"path");const t={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return t;const n=e.length;let r=0,i=e.charCodeAt(0);if(n===1)return O(i)?(t.root=t.dir=e,t):(t.base=t.name=e,t);if(O(i)){if(r=1,O(e.charCodeAt(1))){let h=2,d=h;for(;h<n&&!O(e.charCodeAt(h));)h++;if(h<n&&h!==d){for(d=h;h<n&&O(e.charCodeAt(h));)h++;if(h<n&&h!==d){for(d=h;h<n&&!O(e.charCodeAt(h));)h++;h===n?r=h:h!==d&&(r=h+1)}}}}else if(Ee(i)&&e.charCodeAt(1)===Ce){if(n<=2)return t.root=t.dir=e,t;if(r=2,O(e.charCodeAt(2))){if(n===3)return t.root=t.dir=e,t;r=3}}r>0&&(t.root=e.slice(0,r));let a=-1,l=r,o=-1,s=!0,u=e.length-1,c=0;for(;u>=r;--u){if(i=e.charCodeAt(u),O(i)){if(!s){l=u+1;break}continue}o===-1&&(s=!1,o=u+1),i===Le?a===-1?a=u:c!==1&&(c=1):a!==-1&&(c=-1)}return o!==-1&&(a===-1||c===0||c===1&&a===o-1&&a===l+1?t.base=t.name=e.slice(l,o):(t.name=e.slice(l,a),t.base=e.slice(l,o),t.ext=e.slice(a,o))),l>0&&l!==r?t.dir=e.slice(0,l-1):t.dir=t.root,t},sep:"\\",delimiter:";",win32:null,posix:null},oe={resolve(...e){let t="",n=!1;for(let r=e.length-1;r>=-1&&!n;r--){const i=r>=0?e[r]:Ot();Z(i,"path"),i.length!==0&&(t=`${i}/${t}`,n=i.charCodeAt(0)===ne)}return t=pt(t,!n,"/",Vt),n?`/${t}`:t.length>0?t:"."},normalize(e){if(Z(e,"path"),e.length===0)return".";const t=e.charCodeAt(0)===ne,n=e.charCodeAt(e.length-1)===ne;return e=pt(e,!t,"/",Vt),e.length===0?t?"/":n?"./":".":(n&&(e+="/"),t?`/${e}`:e)},isAbsolute(e){return Z(e,"path"),e.length>0&&e.charCodeAt(0)===ne},join(...e){if(e.length===0)return".";let t;for(let n=0;n<e.length;++n){const r=e[n];Z(r,"path"),r.length>0&&(t===void 0?t=r:t+=`/${r}`)}return t===void 0?".":oe.normalize(t)},relative(e,t){if(Z(e,"from"),Z(t,"to"),e===t||(e=oe.resolve(e),t=oe.resolve(t),e===t))return"";const n=1,r=e.length,i=r-n,a=1,l=t.length-a,o=i<l?i:l;let s=-1,u=0;for(;u<o;u++){const h=e.charCodeAt(n+u);if(h!==t.charCodeAt(a+u))break;h===ne&&(s=u)}if(u===o)if(l>o){if(t.charCodeAt(a+u)===ne)return t.slice(a+u+1);if(u===0)return t.slice(a+u)}else i>o&&(e.charCodeAt(n+u)===ne?s=u:u===0&&(s=0));let c="";for(u=n+s+1;u<=r;++u)(u===r||e.charCodeAt(u)===ne)&&(c+=c.length===0?"..":"/..");return`${c}${t.slice(a+s)}`},toNamespacedPath(e){return e},dirname(e){if(Z(e,"path"),e.length===0)return".";const t=e.charCodeAt(0)===ne;let n=-1,r=!0;for(let i=e.length-1;i>=1;--i)if(e.charCodeAt(i)===ne){if(!r){n=i;break}}else r=!1;return n===-1?t?"/":".":t&&n===1?"//":e.slice(0,n)},basename(e,t){t!==void 0&&Z(t,"ext"),Z(e,"path");let n=0,r=-1,i=!0,a;if(t!==void 0&&t.length>0&&t.length<=e.length){if(t===e)return"";let l=t.length-1,o=-1;for(a=e.length-1;a>=0;--a){const s=e.charCodeAt(a);if(s===ne){if(!i){n=a+1;break}}else o===-1&&(i=!1,o=a+1),l>=0&&(s===t.charCodeAt(l)?--l==-1&&(r=a):(l=-1,r=o))}return n===r?r=o:r===-1&&(r=e.length),e.slice(n,r)}for(a=e.length-1;a>=0;--a)if(e.charCodeAt(a)===ne){if(!i){n=a+1;break}}else r===-1&&(i=!1,r=a+1);return r===-1?"":e.slice(n,r)},extname(e){Z(e,"path");let t=-1,n=0,r=-1,i=!0,a=0;for(let l=e.length-1;l>=0;--l){const o=e.charCodeAt(l);if(o===ne){if(!i){n=l+1;break}continue}r===-1&&(i=!1,r=l+1),o===Le?t===-1?t=l:a!==1&&(a=1):t!==-1&&(a=-1)}return t===-1||r===-1||a===0||a===1&&t===r-1&&t===n+1?"":e.slice(t,r)},format:Un.bind(null,"/"),parse(e){Z(e,"path");const t={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return t;const n=e.charCodeAt(0)===ne;let r;n?(t.root="/",r=1):r=0;let i=-1,a=0,l=-1,o=!0,s=e.length-1,u=0;for(;s>=r;--s){const c=e.charCodeAt(s);if(c===ne){if(!o){a=s+1;break}continue}l===-1&&(o=!1,l=s+1),c===Le?i===-1?i=s:u!==1&&(u=1):i!==-1&&(u=-1)}if(l!==-1){const c=a===0&&n?1:a;i===-1||u===0||u===1&&i===l-1&&i===a+1?t.base=t.name=e.slice(c,l):(t.name=e.slice(c,i),t.base=e.slice(c,l),t.ext=e.slice(i,l))}return a>0?t.dir=e.slice(0,a-1):n&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};oe.win32=ae.win32=ae,oe.posix=ae.posix=oe,ze==="win32"?ae.normalize:oe.normalize,ze==="win32"?ae.resolve:oe.resolve,ze==="win32"?ae.relative:oe.relative,ze==="win32"?ae.dirname:oe.dirname,ze==="win32"?ae.basename:oe.basename,ze==="win32"?ae.extname:oe.extname,ze==="win32"?ae.sep:oe.sep;const Ta=/^\w[\w\d+.-]*$/,ka=/^\//,Aa=/^\/\//;function In(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&&!Ta.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path){if(e.authority){if(!ka.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(Aa.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 Sa(e,t){return!e&&!t?"file":e}function xa(e,t){switch(e){case"https":case"http":case"file":t?t[0]!==be&&(t=be+t):t=be;break}return t}const J="",be="/",La=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class We{constructor(t,n,r,i,a,l=!1){typeof t=="object"?(this.scheme=t.scheme||J,this.authority=t.authority||J,this.path=t.path||J,this.query=t.query||J,this.fragment=t.fragment||J):(this.scheme=Sa(t,l),this.authority=n||J,this.path=xa(this.scheme,r||J),this.query=i||J,this.fragment=a||J,In(this,l))}static isUri(t){return t instanceof We?!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=="string"&&typeof t.with=="function"&&typeof t.toString=="function":!1}get fsPath(){return jt(this,!1)}with(t){if(!t)return this;let{scheme:n,authority:r,path:i,query:a,fragment:l}=t;return n===void 0?n=this.scheme:n===null&&(n=J),r===void 0?r=this.authority:r===null&&(r=J),i===void 0?i=this.path:i===null&&(i=J),a===void 0?a=this.query:a===null&&(a=J),l===void 0?l=this.fragment:l===null&&(l=J),n===this.scheme&&r===this.authority&&i===this.path&&a===this.query&&l===this.fragment?this:new je(n,r,i,a,l)}static parse(t,n=!1){const r=La.exec(t);return r?new je(r[2]||J,ft(r[4]||J),ft(r[5]||J),ft(r[7]||J),ft(r[9]||J),n):new je(J,J,J,J,J)}static file(t){let n=J;if(Ze&&(t=t.replace(/\\/g,be)),t[0]===be&&t[1]===be){const r=t.indexOf(be,2);r===-1?(n=t.substring(2),t=be):(n=t.substring(2,r),t=t.substring(r)||be)}return new je("file",n,t,J,J)}static from(t){const n=new je(t.scheme,t.authority,t.path,t.query,t.fragment);return In(n,!0),n}static joinPath(t,...n){if(!t.path)throw new Error("[UriError]: cannot call joinPath on URI without path");let r;return Ze&&t.scheme==="file"?r=We.file(ae.join(jt(t,!0),...n)).path:r=oe.join(t.path,...n),t.with({path:r})}toString(t=!1){return Gt(this,t)}toJSON(){return this}static revive(t){if(t){if(t instanceof We)return t;{const n=new je(t);return n._formatted=t.external,n._fsPath=t._sep===zn?t.fsPath:null,n}}else return t}}const zn=Ze?1:void 0;class je extends We{constructor(){super(...arguments);this._formatted=null,this._fsPath=null}get fsPath(){return this._fsPath||(this._fsPath=jt(this,!1)),this._fsPath}toString(t=!1){return t?Gt(this,!0):(this._formatted||(this._formatted=Gt(this,!1)),this._formatted)}toJSON(){const t={$mid:1};return this._fsPath&&(t.fsPath=this._fsPath,t._sep=zn),this._formatted&&(t.external=this._formatted),this.path&&(t.path=this.path),this.scheme&&(t.scheme=this.scheme),this.authority&&(t.authority=this.authority),this.query&&(t.query=this.query),this.fragment&&(t.fragment=this.fragment),t}}const Wn={[58]:"%3A",[47]:"%2F",[63]:"%3F",[35]:"%23",[91]:"%5B",[93]:"%5D",[64]:"%40",[33]:"%21",[36]:"%24",[38]:"%26",[39]:"%27",[40]:"%28",[41]:"%29",[42]:"%2A",[43]:"%2B",[44]:"%2C",[59]:"%3B",[61]:"%3D",[32]:"%20"};function Pn(e,t){let n,r=-1;for(let i=0;i<e.length;i++){const a=e.charCodeAt(i);if(a>=97&&a<=122||a>=65&&a<=90||a>=48&&a<=57||a===45||a===46||a===95||a===126||t&&a===47)r!==-1&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),n!==void 0&&(n+=e.charAt(i));else{n===void 0&&(n=e.substr(0,i));const l=Wn[a];l!==void 0?(r!==-1&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),n+=l):r===-1&&(r=i)}}return r!==-1&&(n+=encodeURIComponent(e.substring(r))),n!==void 0?n:e}function Ca(e){let t;for(let n=0;n<e.length;n++){const r=e.charCodeAt(n);r===35||r===63?(t===void 0&&(t=e.substr(0,n)),t+=Wn[r]):t!==void 0&&(t+=e[n])}return t!==void 0?t:e}function jt(e,t){let n;return e.authority&&e.path.length>1&&e.scheme==="file"?n=`//${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?n=e.path.substr(1):n=e.path[1].toLowerCase()+e.path.substr(2):n=e.path,Ze&&(n=n.replace(/\//g,"\\")),n}function Gt(e,t){const n=t?Ca:Pn;let r="",{scheme:i,authority:a,path:l,query:o,fragment:s}=e;if(i&&(r+=i,r+=":"),(a||i==="file")&&(r+=be,r+=be),a){let u=a.indexOf("@");if(u!==-1){const c=a.substr(0,u);a=a.substr(u+1),u=c.indexOf(":"),u===-1?r+=n(c,!1):(r+=n(c.substr(0,u),!1),r+=":",r+=n(c.substr(u+1),!1)),r+="@"}a=a.toLowerCase(),u=a.indexOf(":"),u===-1?r+=n(a,!1):(r+=n(a.substr(0,u),!1),r+=a.substr(u))}if(l){if(l.length>=3&&l.charCodeAt(0)===47&&l.charCodeAt(2)===58){const u=l.charCodeAt(1);u>=65&&u<=90&&(l=`/${String.fromCharCode(u+32)}:${l.substr(3)}`)}else if(l.length>=2&&l.charCodeAt(1)===58){const u=l.charCodeAt(0);u>=65&&u<=90&&(l=`${String.fromCharCode(u+32)}:${l.substr(2)}`)}r+=n(l,!0)}return o&&(r+="?",r+=n(o,!1)),s&&(r+="#",r+=t?s:Pn(s,!1)),r}function Fn(e){try{return decodeURIComponent(e)}catch{return e.length>3?e.substr(0,3)+Fn(e.substr(3)):e}}const Bn=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function ft(e){return e.match(Bn)?e.replace(Bn,t=>Fn(t)):e}class le{constructor(t,n){this.lineNumber=t,this.column=n}with(t=this.lineNumber,n=this.column){return t===this.lineNumber&&n===this.column?this:new le(t,n)}delta(t=0,n=0){return this.with(this.lineNumber+t,this.column+n)}equals(t){return le.equals(this,t)}static equals(t,n){return!t&&!n?!0:!!t&&!!n&&t.lineNumber===n.lineNumber&&t.column===n.column}isBefore(t){return le.isBefore(this,t)}static isBefore(t,n){return t.lineNumber<n.lineNumber?!0:n.lineNumber<t.lineNumber?!1:t.column<n.column}isBeforeOrEqual(t){return le.isBeforeOrEqual(this,t)}static isBeforeOrEqual(t,n){return t.lineNumber<n.lineNumber?!0:n.lineNumber<t.lineNumber?!1:t.column<=n.column}static compare(t,n){let r=t.lineNumber|0,i=n.lineNumber|0;if(r===i){let a=t.column|0,l=n.column|0;return a-l}return r-i}clone(){return new le(this.lineNumber,this.column)}toString(){return"("+this.lineNumber+","+this.column+")"}static lift(t){return new le(t.lineNumber,t.column)}static isIPosition(t){return t&&typeof t.lineNumber=="number"&&typeof t.column=="number"}}class Q{constructor(t,n,r,i){t>r||t===r&&n>i?(this.startLineNumber=r,this.startColumn=i,this.endLineNumber=t,this.endColumn=n):(this.startLineNumber=t,this.startColumn=n,this.endLineNumber=r,this.endColumn=i)}isEmpty(){return Q.isEmpty(this)}static isEmpty(t){return t.startLineNumber===t.endLineNumber&&t.startColumn===t.endColumn}containsPosition(t){return Q.containsPosition(this,t)}static containsPosition(t,n){return!(n.lineNumber<t.startLineNumber||n.lineNumber>t.endLineNumber||n.lineNumber===t.startLineNumber&&n.column<t.startColumn||n.lineNumber===t.endLineNumber&&n.column>t.endColumn)}static strictContainsPosition(t,n){return!(n.lineNumber<t.startLineNumber||n.lineNumber>t.endLineNumber||n.lineNumber===t.startLineNumber&&n.column<=t.startColumn||n.lineNumber===t.endLineNumber&&n.column>=t.endColumn)}containsRange(t){return Q.containsRange(this,t)}static containsRange(t,n){return!(n.startLineNumber<t.startLineNumber||n.endLineNumber<t.startLineNumber||n.startLineNumber>t.endLineNumber||n.endLineNumber>t.endLineNumber||n.startLineNumber===t.startLineNumber&&n.startColumn<t.startColumn||n.endLineNumber===t.endLineNumber&&n.endColumn>t.endColumn)}strictContainsRange(t){return Q.strictContainsRange(this,t)}static strictContainsRange(t,n){return!(n.startLineNumber<t.startLineNumber||n.endLineNumber<t.startLineNumber||n.startLineNumber>t.endLineNumber||n.endLineNumber>t.endLineNumber||n.startLineNumber===t.startLineNumber&&n.startColumn<=t.startColumn||n.endLineNumber===t.endLineNumber&&n.endColumn>=t.endColumn)}plusRange(t){return Q.plusRange(this,t)}static plusRange(t,n){let r,i,a,l;return n.startLineNumber<t.startLineNumber?(r=n.startLineNumber,i=n.startColumn):n.startLineNumber===t.startLineNumber?(r=n.startLineNumber,i=Math.min(n.startColumn,t.startColumn)):(r=t.startLineNumber,i=t.startColumn),n.endLineNumber>t.endLineNumber?(a=n.endLineNumber,l=n.endColumn):n.endLineNumber===t.endLineNumber?(a=n.endLineNumber,l=Math.max(n.endColumn,t.endColumn)):(a=t.endLineNumber,l=t.endColumn),new Q(r,i,a,l)}intersectRanges(t){return Q.intersectRanges(this,t)}static intersectRanges(t,n){let r=t.startLineNumber,i=t.startColumn,a=t.endLineNumber,l=t.endColumn,o=n.startLineNumber,s=n.startColumn,u=n.endLineNumber,c=n.endColumn;return r<o?(r=o,i=s):r===o&&(i=Math.max(i,s)),a>u?(a=u,l=c):a===u&&(l=Math.min(l,c)),r>a||r===a&&i>l?null:new Q(r,i,a,l)}equalsRange(t){return Q.equalsRange(this,t)}static equalsRange(t,n){return!!t&&!!n&&t.startLineNumber===n.startLineNumber&&t.startColumn===n.startColumn&&t.endLineNumber===n.endLineNumber&&t.endColumn===n.endColumn}getEndPosition(){return Q.getEndPosition(this)}static getEndPosition(t){return new le(t.endLineNumber,t.endColumn)}getStartPosition(){return Q.getStartPosition(this)}static getStartPosition(t){return new le(t.startLineNumber,t.startColumn)}toString(){return"["+this.startLineNumber+","+this.startColumn+" -> "+this.endLineNumber+","+this.endColumn+"]"}setEndPosition(t,n){return new Q(this.startLineNumber,this.startColumn,t,n)}setStartPosition(t,n){return new Q(t,n,this.endLineNumber,this.endColumn)}collapseToStart(){return Q.collapseToStart(this)}static collapseToStart(t){return new Q(t.startLineNumber,t.startColumn,t.startLineNumber,t.startColumn)}static fromPositions(t,n=t){return new Q(t.lineNumber,t.column,n.lineNumber,n.column)}static lift(t){return t?new Q(t.startLineNumber,t.startColumn,t.endLineNumber,t.endColumn):null}static isIRange(t){return t&&typeof t.startLineNumber=="number"&&typeof t.startColumn=="number"&&typeof t.endLineNumber=="number"&&typeof t.endColumn=="number"}static areIntersectingOrTouching(t,n){return!(t.endLineNumber<n.startLineNumber||t.endLineNumber===n.startLineNumber&&t.endColumn<n.startColumn||n.endLineNumber<t.startLineNumber||n.endLineNumber===t.startLineNumber&&n.endColumn<t.startColumn)}static areIntersecting(t,n){return!(t.endLineNumber<n.startLineNumber||t.endLineNumber===n.startLineNumber&&t.endColumn<=n.startColumn||n.endLineNumber<t.startLineNumber||n.endLineNumber===t.startLineNumber&&n.endColumn<=t.startColumn)}static compareRangesUsingStarts(t,n){if(t&&n){const a=t.startLineNumber|0,l=n.startLineNumber|0;if(a===l){const o=t.startColumn|0,s=n.startColumn|0;if(o===s){const u=t.endLineNumber|0,c=n.endLineNumber|0;if(u===c){const h=t.endColumn|0,d=n.endColumn|0;return h-d}return u-c}return o-s}return a-l}return(t?1:0)-(n?1:0)}static compareRangesUsingEnds(t,n){return t.endLineNumber===n.endLineNumber?t.endColumn===n.endColumn?t.startLineNumber===n.startLineNumber?t.startColumn-n.startColumn:t.startLineNumber-n.startLineNumber:t.endColumn-n.endColumn:t.endLineNumber-n.endLineNumber}static spansMultipleLines(t){return t.endLineNumber>t.startLineNumber}}const Ea=3;function qn(e,t,n,r){return new xe(e,t,n).ComputeDiff(r)}class On{constructor(t){const n=[],r=[];for(let i=0,a=t.length;i<a;i++)n[i]=$t(t[i],1),r[i]=Xt(t[i],1);this.lines=t,this._startColumns=n,this._endColumns=r}getElements(){const t=[];for(let n=0,r=this.lines.length;n<r;n++)t[n]=this.lines[n].substring(this._startColumns[n]-1,this._endColumns[n]-1);return t}getStrictElement(t){return this.lines[t]}getStartLineNumber(t){return t+1}getEndLineNumber(t){return t+1}createCharSequence(t,n,r){const i=[],a=[],l=[];let o=0;for(let s=n;s<=r;s++){const u=this.lines[s],c=t?this._startColumns[s]:1,h=t?this._endColumns[s]:u.length+1;for(let d=c;d<h;d++)i[o]=u.charCodeAt(d-1),a[o]=s+1,l[o]=d,o++}return new Ma(i,a,l)}}class Ma{constructor(t,n,r){this._charCodes=t,this._lineNumbers=n,this._columns=r}getElements(){return this._charCodes}getStartLineNumber(t){return this._lineNumbers[t]}getStartColumn(t){return this._columns[t]}getEndLineNumber(t){return this._lineNumbers[t]}getEndColumn(t){return this._columns[t]+1}}class Ke{constructor(t,n,r,i,a,l,o,s){this.originalStartLineNumber=t,this.originalStartColumn=n,this.originalEndLineNumber=r,this.originalEndColumn=i,this.modifiedStartLineNumber=a,this.modifiedStartColumn=l,this.modifiedEndLineNumber=o,this.modifiedEndColumn=s}static createFromDiffChange(t,n,r){let i,a,l,o,s,u,c,h;return t.originalLength===0?(i=0,a=0,l=0,o=0):(i=n.getStartLineNumber(t.originalStart),a=n.getStartColumn(t.originalStart),l=n.getEndLineNumber(t.originalStart+t.originalLength-1),o=n.getEndColumn(t.originalStart+t.originalLength-1)),t.modifiedLength===0?(s=0,u=0,c=0,h=0):(s=r.getStartLineNumber(t.modifiedStart),u=r.getStartColumn(t.modifiedStart),c=r.getEndLineNumber(t.modifiedStart+t.modifiedLength-1),h=r.getEndColumn(t.modifiedStart+t.modifiedLength-1)),new Ke(i,a,l,o,s,u,c,h)}}function Da(e){if(e.length<=1)return e;const t=[e[0]];let n=t[0];for(let r=1,i=e.length;r<i;r++){const a=e[r],l=a.originalStart-(n.originalStart+n.originalLength),o=a.modifiedStart-(n.modifiedStart+n.modifiedLength);Math.min(l,o)<Ea?(n.originalLength=a.originalStart+a.originalLength-n.originalStart,n.modifiedLength=a.modifiedStart+a.modifiedLength-n.modifiedStart):(t.push(a),n=a)}return t}class et{constructor(t,n,r,i,a){this.originalStartLineNumber=t,this.originalEndLineNumber=n,this.modifiedStartLineNumber=r,this.modifiedEndLineNumber=i,this.charChanges=a}static createFromDiffResult(t,n,r,i,a,l,o){let s,u,c,h,d;if(n.originalLength===0?(s=r.getStartLineNumber(n.originalStart)-1,u=0):(s=r.getStartLineNumber(n.originalStart),u=r.getEndLineNumber(n.originalStart+n.originalLength-1)),n.modifiedLength===0?(c=i.getStartLineNumber(n.modifiedStart)-1,h=0):(c=i.getStartLineNumber(n.modifiedStart),h=i.getEndLineNumber(n.modifiedStart+n.modifiedLength-1)),l&&n.originalLength>0&&n.originalLength<20&&n.modifiedLength>0&&n.modifiedLength<20&&a()){const f=r.createCharSequence(t,n.originalStart,n.originalStart+n.originalLength-1),_=i.createCharSequence(t,n.modifiedStart,n.modifiedStart+n.modifiedLength-1);let b=qn(f,_,a,!0).changes;o&&(b=Da(b)),d=[];for(let y=0,k=b.length;y<k;y++)d.push(Ke.createFromDiffChange(b[y],f,_))}return new et(s,u,c,h,d)}}class Ra{constructor(t,n,r){this.shouldComputeCharChanges=r.shouldComputeCharChanges,this.shouldPostProcessCharChanges=r.shouldPostProcessCharChanges,this.shouldIgnoreTrimWhitespace=r.shouldIgnoreTrimWhitespace,this.shouldMakePrettyDiff=r.shouldMakePrettyDiff,this.originalLines=t,this.modifiedLines=n,this.original=new On(t),this.modified=new On(n),this.continueLineDiff=Vn(r.maxComputationTime),this.continueCharDiff=Vn(r.maxComputationTime===0?0:Math.min(r.maxComputationTime,5e3))}computeDiff(){if(this.original.lines.length===1&&this.original.lines[0].length===0)return this.modified.lines.length===1&&this.modified.lines[0].length===0?{quitEarly:!1,changes:[]}:{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}]}]};const t=qn(this.original,this.modified,this.continueLineDiff,this.shouldMakePrettyDiff),n=t.changes,r=t.quitEarly;if(this.shouldIgnoreTrimWhitespace){const o=[];for(let s=0,u=n.length;s<u;s++)o.push(et.createFromDiffResult(this.shouldIgnoreTrimWhitespace,n[s],this.original,this.modified,this.continueCharDiff,this.shouldComputeCharChanges,this.shouldPostProcessCharChanges));return{quitEarly:r,changes:o}}const i=[];let a=0,l=0;for(let o=-1,s=n.length;o<s;o++){const u=o+1<s?n[o+1]:null,c=u?u.originalStart:this.originalLines.length,h=u?u.modifiedStart:this.modifiedLines.length;for(;a<c&&l<h;){const d=this.originalLines[a],f=this.modifiedLines[l];if(d!==f){{let _=$t(d,1),b=$t(f,1);for(;_>1&&b>1;){const y=d.charCodeAt(_-2),k=f.charCodeAt(b-2);if(y!==k)break;_--,b--}(_>1||b>1)&&this._pushTrimWhitespaceCharChange(i,a+1,1,_,l+1,1,b)}{let _=Xt(d,1),b=Xt(f,1);const y=d.length+1,k=f.length+1;for(;_<y&&b<k;){const p=d.charCodeAt(_-1),v=d.charCodeAt(b-1);if(p!==v)break;_++,b++}(_<y||b<k)&&this._pushTrimWhitespaceCharChange(i,a+1,_,y,l+1,b,k)}}a++,l++}u&&(i.push(et.createFromDiffResult(this.shouldIgnoreTrimWhitespace,u,this.original,this.modified,this.continueCharDiff,this.shouldComputeCharChanges,this.shouldPostProcessCharChanges)),a+=u.originalLength,l+=u.modifiedLength)}return{quitEarly:r,changes:i}}_pushTrimWhitespaceCharChange(t,n,r,i,a,l,o){if(this._mergeTrimWhitespaceCharChange(t,n,r,i,a,l,o))return;let s;this.shouldComputeCharChanges&&(s=[new Ke(n,r,n,i,a,l,a,o)]),t.push(new et(n,n,a,a,s))}_mergeTrimWhitespaceCharChange(t,n,r,i,a,l,o){const s=t.length;if(s===0)return!1;const u=t[s-1];return u.originalEndLineNumber===0||u.modifiedEndLineNumber===0?!1:u.originalEndLineNumber+1===n&&u.modifiedEndLineNumber+1===a?(u.originalEndLineNumber=n,u.modifiedEndLineNumber=a,this.shouldComputeCharChanges&&u.charChanges&&u.charChanges.push(new Ke(n,r,n,i,a,l,a,o)),!0):!1}}function $t(e,t){const n=na(e);return n===-1?t:n+1}function Xt(e,t){const n=ia(e);return n===-1?t:n+2}function Vn(e){if(e===0)return()=>!0;const t=Date.now();return()=>Date.now()-t<e}function jn(e){return e<0?0:e>255?255:e|0}function Ge(e){return e<0?0:e>4294967295?4294967295:e|0}class Na{constructor(t){this.values=t,this.prefixSum=new Uint32Array(t.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}insertValues(t,n){t=Ge(t);const r=this.values,i=this.prefixSum,a=n.length;return a===0?!1:(this.values=new Uint32Array(r.length+a),this.values.set(r.subarray(0,t),0),this.values.set(r.subarray(t),t+a),this.values.set(n,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)}setValue(t,n){return t=Ge(t),n=Ge(n),this.values[t]===n?!1:(this.values[t]=n,t-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=t-1),!0)}removeValues(t,n){t=Ge(t),n=Ge(n);const r=this.values,i=this.prefixSum;if(t>=r.length)return!1;let a=r.length-t;return n>=a&&(n=a),n===0?!1:(this.values=new Uint32Array(r.length-n),this.values.set(r.subarray(0,t),0),this.values.set(r.subarray(t+n),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)}getTotalSum(){return this.values.length===0?0:this._getPrefixSum(this.values.length-1)}getPrefixSum(t){return t<0?0:(t=Ge(t),this._getPrefixSum(t))}_getPrefixSum(t){if(t<=this.prefixSumValidIndex[0])return this.prefixSum[t];let n=this.prefixSumValidIndex[0]+1;n===0&&(this.prefixSum[0]=this.values[0],n++),t>=this.values.length&&(t=this.values.length-1);for(let r=n;r<=t;r++)this.prefixSum[r]=this.prefixSum[r-1]+this.values[r];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],t),this.prefixSum[t]}getIndexOf(t){t=Math.floor(t),this.getTotalSum();let n=0,r=this.values.length-1,i=0,a=0,l=0;for(;n<=r;)if(i=n+(r-n)/2|0,a=this.prefixSum[i],l=a-this.values[i],t<l)r=i-1;else if(t>=a)n=i+1;else break;return new Ha(i,t-l)}}class Ha{constructor(t,n){this.index=t,this.remainder=n,this._prefixSumIndexOfResultBrand=void 0,this.index=t,this.remainder=n}}class Ua{constructor(t,n,r,i){this._uri=t,this._lines=n,this._eol=r,this._versionId=i,this._lineStarts=null,this._cachedTextValue=null}dispose(){this._lines.length=0}get version(){return this._versionId}getText(){return this._cachedTextValue===null&&(this._cachedTextValue=this._lines.join(this._eol)),this._cachedTextValue}onEvents(t){t.eol&&t.eol!==this._eol&&(this._eol=t.eol,this._lineStarts=null);const n=t.changes;for(const r of n)this._acceptDeleteRange(r.range),this._acceptInsertText(new le(r.range.startLineNumber,r.range.startColumn),r.text);this._versionId=t.versionId,this._cachedTextValue=null}_ensureLineStarts(){if(!this._lineStarts){const t=this._eol.length,n=this._lines.length,r=new Uint32Array(n);for(let i=0;i<n;i++)r[i]=this._lines[i].length+t;this._lineStarts=new Na(r)}}_setLineText(t,n){this._lines[t]=n,this._lineStarts&&this._lineStarts.setValue(t,this._lines[t].length+this._eol.length)}_acceptDeleteRange(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)}_acceptInsertText(t,n){if(n.length===0)return;let r=ta(n);if(r.length===1){this._setLineText(t.lineNumber-1,this._lines[t.lineNumber-1].substring(0,t.column-1)+r[0]+this._lines[t.lineNumber-1].substring(t.column-1));return}r[r.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)+r[0]);let i=new Uint32Array(r.length-1);for(let a=1;a<r.length;a++)this._lines.splice(t.lineNumber+a-1,0,r[a]),i[a-1]=r[a].length+this._eol.length;this._lineStarts&&this._lineStarts.insertValues(t.lineNumber,i)}}const Ia="`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?";function za(e=""){let t="(-?\\d*\\.\\d\\w*)|([^";for(const n of Ia)e.indexOf(n)>=0||(t+="\\"+n);return t+="\\s]+)",new RegExp(t,"g")}const Wa=za();function Pa(e){let t=Wa;if(e&&e instanceof RegExp)if(e.global)t=e;else{let n="g";e.ignoreCase&&(n+="i"),e.multiline&&(n+="m"),e.unicode&&(n+="u"),t=new RegExp(e.source,n)}return t.lastIndex=0,t}const Fa={maxLen:1e3,windowSize:15,timeBudget:150};function Gn(e,t,n,r,i=Fa){if(n.length>i.maxLen){let u=e-i.maxLen/2;return u<0?u=0:r+=u,n=n.substring(u,e+i.maxLen/2),Gn(e,t,n,r,i)}const a=Date.now(),l=e-1-r;let o=-1,s=null;for(let u=1;!(Date.now()-a>=i.timeBudget);u++){const c=l-i.windowSize*u;t.lastIndex=Math.max(0,c);const h=Ba(t,n,l,o);if(!h&&s||(s=h,c<=0))break;o=c}if(s){let u={word:s[0],startColumn:r+1+s.index,endColumn:r+1+s.index+s[0].length};return t.lastIndex=0,u}return null}function Ba(e,t,n,r){let i;for(;i=e.exec(t);){const a=i.index||0;if(a<=n&&e.lastIndex>=n)return i;if(r>0&&a>r)return null}return null}class Yt{constructor(t){let n=jn(t);this._defaultValue=n,this._asciiMap=Yt._createAsciiMap(n),this._map=new Map}static _createAsciiMap(t){let n=new Uint8Array(256);for(let r=0;r<256;r++)n[r]=t;return n}set(t,n){let r=jn(n);t>=0&&t<256?this._asciiMap[t]=r:this._map.set(t,r)}get(t){return t>=0&&t<256?this._asciiMap[t]:this._map.get(t)||this._defaultValue}}class qa{constructor(t,n,r){const i=new Uint8Array(t*n);for(let a=0,l=t*n;a<l;a++)i[a]=r;this._data=i,this.rows=t,this.cols=n}get(t,n){return this._data[t*this.cols+n]}set(t,n,r){this._data[t*this.cols+n]=r}}class Oa{constructor(t){let n=0,r=0;for(let a=0,l=t.length;a<l;a++){let[o,s,u]=t[a];s>n&&(n=s),o>r&&(r=o),u>r&&(r=u)}n++,r++;let i=new qa(r,n,0);for(let a=0,l=t.length;a<l;a++){let[o,s,u]=t[a];i.set(o,s,u)}this._states=i,this._maxCharCode=n}nextState(t,n){return n<0||n>=this._maxCharCode?0:this._states.get(t,n)}}let Jt=null;function Va(){return Jt===null&&(Jt=new Oa([[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]])),Jt}let tt=null;function ja(){if(tt===null){tt=new Yt(0);const e=` <>'"\u3001\u3002\uFF61\uFF64\uFF0C\uFF0E\uFF1A\uFF1B\u2018\u3008\u300C\u300E\u3014\uFF08\uFF3B\uFF5B\uFF62\uFF63\uFF5D\uFF3D\uFF09\u3015\u300F\u300D\u3009\u2019\uFF40\uFF5E\u2026`;for(let n=0;n<e.length;n++)tt.set(e.charCodeAt(n),1);const t=".,;";for(let n=0;n<t.length;n++)tt.set(t.charCodeAt(n),2)}return tt}class gt{static _createLink(t,n,r,i,a){let l=a-1;do{const o=n.charCodeAt(l);if(t.get(o)!==2)break;l--}while(l>i);if(i>0){const o=n.charCodeAt(i-1),s=n.charCodeAt(l);(o===40&&s===41||o===91&&s===93||o===123&&s===125)&&l--}return{range:{startLineNumber:r,startColumn:i+1,endLineNumber:r,endColumn:l+2},url:n.substring(i,l+1)}}static computeLinks(t,n=Va()){const r=ja();let i=[];for(let a=1,l=t.getLineCount();a<=l;a++){const o=t.getLineContent(a),s=o.length;let u=0,c=0,h=0,d=1,f=!1,_=!1,b=!1,y=!1;for(;u<s;){let k=!1;const p=o.charCodeAt(u);if(d===13){let v;switch(p){case 40:f=!0,v=0;break;case 41:v=f?0:1;break;case 91:b=!0,_=!0,v=0;break;case 93:b=!1,v=_?0:1;break;case 123:y=!0,v=0;break;case 125:v=y?0:1;break;case 39:v=h===34||h===96?0:1;break;case 34:v=h===39||h===96?0:1;break;case 96:v=h===39||h===34?0:1;break;case 42:v=h===42?1:0;break;case 124:v=h===124?1:0;break;case 32:v=b?0:1;break;default:v=r.get(p)}v===1&&(i.push(gt._createLink(r,o,a,c,u)),k=!0)}else if(d===12){let v;p===91?(_=!0,v=0):v=r.get(p),v===1?k=!0:d=13}else d=n.nextState(d,p),d===0&&(k=!0);k&&(d=1,f=!1,_=!1,y=!1,c=u+1,h=p),u++}d===13&&i.push(gt._createLink(r,o,a,c,s))}return i}}function Ga(e){return!e||typeof e.getLineCount!="function"||typeof e.getLineContent!="function"?[]:gt.computeLinks(e)}class Qt{constructor(){this._defaultValueSet=[["true","false"],["True","False"],["Private","Public","Friend","ReadOnly","Partial","Protected","WriteOnly"],["public","protected","private"]]}navigateValueSet(t,n,r,i,a){if(t&&n){let l=this.doNavigateValueSet(n,a);if(l)return{range:t,value:l}}if(r&&i){let l=this.doNavigateValueSet(i,a);if(l)return{range:r,value:l}}return null}doNavigateValueSet(t,n){let r=this.numberReplace(t,n);return r!==null?r:this.textReplace(t,n)}numberReplace(t,n){let r=Math.pow(10,t.length-(t.lastIndexOf(".")+1)),i=Number(t),a=parseFloat(t);return!isNaN(i)&&!isNaN(a)&&i===a?i===0&&!n?null:(i=Math.floor(i*r),i+=n?r:-r,String(i/r)):null}textReplace(t,n){return this.valueSetsReplace(this._defaultValueSet,t,n)}valueSetsReplace(t,n,r){let i=null;for(let a=0,l=t.length;i===null&&a<l;a++)i=this.valueSetReplace(t[a],n,r);return i}valueSetReplace(t,n,r){let i=t.indexOf(n);return i>=0?(i+=r?1:-1,i<0?i=t.length-1:i%=t.length,t[i]):null}}Qt.INSTANCE=new Qt;const $n=Object.freeze(function(e,t){const n=setTimeout(e.bind(t),0);return{dispose(){clearTimeout(n)}}});var bt;(function(e){function t(n){return n===e.None||n===e.Cancelled||n instanceof _t?!0:!n||typeof n!="object"?!1:typeof n.isCancellationRequested=="boolean"&&typeof n.onCancellationRequested=="function"}e.isCancellationToken=t,e.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:Ft.None}),e.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:$n})})(bt||(bt={}));class _t{constructor(){this._isCancelled=!1,this._emitter=null}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))}get isCancellationRequested(){return this._isCancelled}get onCancellationRequested(){return this._isCancelled?$n:(this._emitter||(this._emitter=new Ae),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=null)}}class $a{constructor(t){this._token=void 0,this._parentListener=void 0,this._parentListener=t&&t.onCancellationRequested(this.cancel,this)}get token(){return this._token||(this._token=new _t),this._token}cancel(){this._token?this._token instanceof _t&&this._token.cancel():this._token=bt.Cancelled}dispose(t=!1){t&&this.cancel(),this._parentListener&&this._parentListener.dispose(),this._token?this._token instanceof _t&&this._token.dispose():this._token=bt.None}}class Zt{constructor(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(null)}define(t,n){this._keyCodeToStr[t]=n,this._strToKeyCode[n.toLowerCase()]=t}keyCodeToStr(t){return this._keyCodeToStr[t]}strToKeyCode(t){return this._strToKeyCode[t.toLowerCase()]||0}}const vt=new Zt,Kt=new Zt,en=new Zt,Xa=new Array(230),Ya={},Ja=[],Qa=Object.create(null),Za=Object.create(null),Xn=[],tn=[];for(let e=0;e<=193;e++)Xn[e]=-1;for(let e=0;e<=126;e++)tn[e]=-1;(function(){const e="",t=[[0,1,0,"None",0,"unknown",0,"VK_UNKNOWN",e,e],[0,1,1,"Hyper",0,e,0,e,e,e],[0,1,2,"Super",0,e,0,e,e,e],[0,1,3,"Fn",0,e,0,e,e,e],[0,1,4,"FnLock",0,e,0,e,e,e],[0,1,5,"Suspend",0,e,0,e,e,e],[0,1,6,"Resume",0,e,0,e,e,e],[0,1,7,"Turbo",0,e,0,e,e,e],[0,1,8,"Sleep",0,e,0,"VK_SLEEP",e,e],[0,1,9,"WakeUp",0,e,0,e,e,e],[31,0,10,"KeyA",31,"A",65,"VK_A",e,e],[32,0,11,"KeyB",32,"B",66,"VK_B",e,e],[33,0,12,"KeyC",33,"C",67,"VK_C",e,e],[34,0,13,"KeyD",34,"D",68,"VK_D",e,e],[35,0,14,"KeyE",35,"E",69,"VK_E",e,e],[36,0,15,"KeyF",36,"F",70,"VK_F",e,e],[37,0,16,"KeyG",37,"G",71,"VK_G",e,e],[38,0,17,"KeyH",38,"H",72,"VK_H",e,e],[39,0,18,"KeyI",39,"I",73,"VK_I",e,e],[40,0,19,"KeyJ",40,"J",74,"VK_J",e,e],[41,0,20,"KeyK",41,"K",75,"VK_K",e,e],[42,0,21,"KeyL",42,"L",76,"VK_L",e,e],[43,0,22,"KeyM",43,"M",77,"VK_M",e,e],[44,0,23,"KeyN",44,"N",78,"VK_N",e,e],[45,0,24,"KeyO",45,"O",79,"VK_O",e,e],[46,0,25,"KeyP",46,"P",80,"VK_P",e,e],[47,0,26,"KeyQ",47,"Q",81,"VK_Q",e,e],[48,0,27,"KeyR",48,"R",82,"VK_R",e,e],[49,0,28,"KeyS",49,"S",83,"VK_S",e,e],[50,0,29,"KeyT",50,"T",84,"VK_T",e,e],[51,0,30,"KeyU",51,"U",85,"VK_U",e,e],[52,0,31,"KeyV",52,"V",86,"VK_V",e,e],[53,0,32,"KeyW",53,"W",87,"VK_W",e,e],[54,0,33,"KeyX",54,"X",88,"VK_X",e,e],[55,0,34,"KeyY",55,"Y",89,"VK_Y",e,e],[56,0,35,"KeyZ",56,"Z",90,"VK_Z",e,e],[22,0,36,"Digit1",22,"1",49,"VK_1",e,e],[23,0,37,"Digit2",23,"2",50,"VK_2",e,e],[24,0,38,"Digit3",24,"3",51,"VK_3",e,e],[25,0,39,"Digit4",25,"4",52,"VK_4",e,e],[26,0,40,"Digit5",26,"5",53,"VK_5",e,e],[27,0,41,"Digit6",27,"6",54,"VK_6",e,e],[28,0,42,"Digit7",28,"7",55,"VK_7",e,e],[29,0,43,"Digit8",29,"8",56,"VK_8",e,e],[30,0,44,"Digit9",30,"9",57,"VK_9",e,e],[21,0,45,"Digit0",21,"0",48,"VK_0",e,e],[3,1,46,"Enter",3,"Enter",13,"VK_RETURN",e,e],[9,1,47,"Escape",9,"Escape",27,"VK_ESCAPE",e,e],[1,1,48,"Backspace",1,"Backspace",8,"VK_BACK",e,e],[2,1,49,"Tab",2,"Tab",9,"VK_TAB",e,e],[10,1,50,"Space",10,"Space",32,"VK_SPACE",e,e],[83,0,51,"Minus",83,"-",189,"VK_OEM_MINUS","-","OEM_MINUS"],[81,0,52,"Equal",81,"=",187,"VK_OEM_PLUS","=","OEM_PLUS"],[87,0,53,"BracketLeft",87,"[",219,"VK_OEM_4","[","OEM_4"],[89,0,54,"BracketRight",89,"]",221,"VK_OEM_6","]","OEM_6"],[88,0,55,"Backslash",88,"\\",220,"VK_OEM_5","\\","OEM_5"],[0,0,56,"IntlHash",0,e,0,e,e,e],[80,0,57,"Semicolon",80,";",186,"VK_OEM_1",";","OEM_1"],[90,0,58,"Quote",90,"'",222,"VK_OEM_7","'","OEM_7"],[86,0,59,"Backquote",86,"`",192,"VK_OEM_3","`","OEM_3"],[82,0,60,"Comma",82,",",188,"VK_OEM_COMMA",",","OEM_COMMA"],[84,0,61,"Period",84,".",190,"VK_OEM_PERIOD",".","OEM_PERIOD"],[85,0,62,"Slash",85,"/",191,"VK_OEM_2","/","OEM_2"],[8,1,63,"CapsLock",8,"CapsLock",20,"VK_CAPITAL",e,e],[59,1,64,"F1",59,"F1",112,"VK_F1",e,e],[60,1,65,"F2",60,"F2",113,"VK_F2",e,e],[61,1,66,"F3",61,"F3",114,"VK_F3",e,e],[62,1,67,"F4",62,"F4",115,"VK_F4",e,e],[63,1,68,"F5",63,"F5",116,"VK_F5",e,e],[64,1,69,"F6",64,"F6",117,"VK_F6",e,e],[65,1,70,"F7",65,"F7",118,"VK_F7",e,e],[66,1,71,"F8",66,"F8",119,"VK_F8",e,e],[67,1,72,"F9",67,"F9",120,"VK_F9",e,e],[68,1,73,"F10",68,"F10",121,"VK_F10",e,e],[69,1,74,"F11",69,"F11",122,"VK_F11",e,e],[70,1,75,"F12",70,"F12",123,"VK_F12",e,e],[0,1,76,"PrintScreen",0,e,0,e,e,e],[79,1,77,"ScrollLock",79,"ScrollLock",145,"VK_SCROLL",e,e],[7,1,78,"Pause",7,"PauseBreak",19,"VK_PAUSE",e,e],[19,1,79,"Insert",19,"Insert",45,"VK_INSERT",e,e],[14,1,80,"Home",14,"Home",36,"VK_HOME",e,e],[11,1,81,"PageUp",11,"PageUp",33,"VK_PRIOR",e,e],[20,1,82,"Delete",20,"Delete",46,"VK_DELETE",e,e],[13,1,83,"End",13,"End",35,"VK_END",e,e],[12,1,84,"PageDown",12,"PageDown",34,"VK_NEXT",e,e],[17,1,85,"ArrowRight",17,"RightArrow",39,"VK_RIGHT","Right",e],[15,1,86,"ArrowLeft",15,"LeftArrow",37,"VK_LEFT","Left",e],[18,1,87,"ArrowDown",18,"DownArrow",40,"VK_DOWN","Down",e],[16,1,88,"ArrowUp",16,"UpArrow",38,"VK_UP","Up",e],[78,1,89,"NumLock",78,"NumLock",144,"VK_NUMLOCK",e,e],[108,1,90,"NumpadDivide",108,"NumPad_Divide",111,"VK_DIVIDE",e,e],[103,1,91,"NumpadMultiply",103,"NumPad_Multiply",106,"VK_MULTIPLY",e,e],[106,1,92,"NumpadSubtract",106,"NumPad_Subtract",109,"VK_SUBTRACT",e,e],[104,1,93,"NumpadAdd",104,"NumPad_Add",107,"VK_ADD",e,e],[3,1,94,"NumpadEnter",3,e,0,e,e,e],[94,1,95,"Numpad1",94,"NumPad1",97,"VK_NUMPAD1",e,e],[95,1,96,"Numpad2",95,"NumPad2",98,"VK_NUMPAD2",e,e],[96,1,97,"Numpad3",96,"NumPad3",99,"VK_NUMPAD3",e,e],[97,1,98,"Numpad4",97,"NumPad4",100,"VK_NUMPAD4",e,e],[98,1,99,"Numpad5",98,"NumPad5",101,"VK_NUMPAD5",e,e],[99,1,100,"Numpad6",99,"NumPad6",102,"VK_NUMPAD6",e,e],[100,1,101,"Numpad7",100,"NumPad7",103,"VK_NUMPAD7",e,e],[101,1,102,"Numpad8",101,"NumPad8",104,"VK_NUMPAD8",e,e],[102,1,103,"Numpad9",102,"NumPad9",105,"VK_NUMPAD9",e,e],[93,1,104,"Numpad0",93,"NumPad0",96,"VK_NUMPAD0",e,e],[107,1,105,"NumpadDecimal",107,"NumPad_Decimal",110,"VK_DECIMAL",e,e],[92,0,106,"IntlBackslash",92,"OEM_102",226,"VK_OEM_102",e,e],[58,1,107,"ContextMenu",58,"ContextMenu",93,e,e,e],[0,1,108,"Power",0,e,0,e,e,e],[0,1,109,"NumpadEqual",0,e,0,e,e,e],[71,1,110,"F13",71,"F13",124,"VK_F13",e,e],[72,1,111,"F14",72,"F14",125,"VK_F14",e,e],[73,1,112,"F15",73,"F15",126,"VK_F15",e,e],[74,1,113,"F16",74,"F16",127,"VK_F16",e,e],[75,1,114,"F17",75,"F17",128,"VK_F17",e,e],[76,1,115,"F18",76,"F18",129,"VK_F18",e,e],[77,1,116,"F19",77,"F19",130,"VK_F19",e,e],[0,1,117,"F20",0,e,0,"VK_F20",e,e],[0,1,118,"F21",0,e,0,"VK_F21",e,e],[0,1,119,"F22",0,e,0,"VK_F22",e,e],[0,1,120,"F23",0,e,0,"VK_F23",e,e],[0,1,121,"F24",0,e,0,"VK_F24",e,e],[0,1,122,"Open",0,e,0,e,e,e],[0,1,123,"Help",0,e,0,e,e,e],[0,1,124,"Select",0,e,0,e,e,e],[0,1,125,"Again",0,e,0,e,e,e],[0,1,126,"Undo",0,e,0,e,e,e],[0,1,127,"Cut",0,e,0,e,e,e],[0,1,128,"Copy",0,e,0,e,e,e],[0,1,129,"Paste",0,e,0,e,e,e],[0,1,130,"Find",0,e,0,e,e,e],[0,1,131,"AudioVolumeMute",112,"AudioVolumeMute",173,"VK_VOLUME_MUTE",e,e],[0,1,132,"AudioVolumeUp",113,"AudioVolumeUp",175,"VK_VOLUME_UP",e,e],[0,1,133,"AudioVolumeDown",114,"AudioVolumeDown",174,"VK_VOLUME_DOWN",e,e],[105,1,134,"NumpadComma",105,"NumPad_Separator",108,"VK_SEPARATOR",e,e],[110,0,135,"IntlRo",110,"ABNT_C1",193,"VK_ABNT_C1",e,e],[0,1,136,"KanaMode",0,e,0,e,e,e],[0,0,137,"IntlYen",0,e,0,e,e,e],[0,1,138,"Convert",0,e,0,e,e,e],[0,1,139,"NonConvert",0,e,0,e,e,e],[0,1,140,"Lang1",0,e,0,e,e,e],[0,1,141,"Lang2",0,e,0,e,e,e],[0,1,142,"Lang3",0,e,0,e,e,e],[0,1,143,"Lang4",0,e,0,e,e,e],[0,1,144,"Lang5",0,e,0,e,e,e],[0,1,145,"Abort",0,e,0,e,e,e],[0,1,146,"Props",0,e,0,e,e,e],[0,1,147,"NumpadParenLeft",0,e,0,e,e,e],[0,1,148,"NumpadParenRight",0,e,0,e,e,e],[0,1,149,"NumpadBackspace",0,e,0,e,e,e],[0,1,150,"NumpadMemoryStore",0,e,0,e,e,e],[0,1,151,"NumpadMemoryRecall",0,e,0,e,e,e],[0,1,152,"NumpadMemoryClear",0,e,0,e,e,e],[0,1,153,"NumpadMemoryAdd",0,e,0,e,e,e],[0,1,154,"NumpadMemorySubtract",0,e,0,e,e,e],[0,1,155,"NumpadClear",0,e,0,e,e,e],[0,1,156,"NumpadClearEntry",0,e,0,e,e,e],[5,1,0,e,5,"Ctrl",17,"VK_CONTROL",e,e],[4,1,0,e,4,"Shift",16,"VK_SHIFT",e,e],[6,1,0,e,6,"Alt",18,"VK_MENU",e,e],[57,1,0,e,57,"Meta",0,"VK_COMMAND",e,e],[5,1,157,"ControlLeft",5,e,0,"VK_LCONTROL",e,e],[4,1,158,"ShiftLeft",4,e,0,"VK_LSHIFT",e,e],[6,1,159,"AltLeft",6,e,0,"VK_LMENU",e,e],[57,1,160,"MetaLeft",57,e,0,"VK_LWIN",e,e],[5,1,161,"ControlRight",5,e,0,"VK_RCONTROL",e,e],[4,1,162,"ShiftRight",4,e,0,"VK_RSHIFT",e,e],[6,1,163,"AltRight",6,e,0,"VK_RMENU",e,e],[57,1,164,"MetaRight",57,e,0,"VK_RWIN",e,e],[0,1,165,"BrightnessUp",0,e,0,e,e,e],[0,1,166,"BrightnessDown",0,e,0,e,e,e],[0,1,167,"MediaPlay",0,e,0,e,e,e],[0,1,168,"MediaRecord",0,e,0,e,e,e],[0,1,169,"MediaFastForward",0,e,0,e,e,e],[0,1,170,"MediaRewind",0,e,0,e,e,e],[114,1,171,"MediaTrackNext",119,"MediaTrackNext",176,"VK_MEDIA_NEXT_TRACK",e,e],[115,1,172,"MediaTrackPrevious",120,"MediaTrackPrevious",177,"VK_MEDIA_PREV_TRACK",e,e],[116,1,173,"MediaStop",121,"MediaStop",178,"VK_MEDIA_STOP",e,e],[0,1,174,"Eject",0,e,0,e,e,e],[117,1,175,"MediaPlayPause",122,"MediaPlayPause",179,"VK_MEDIA_PLAY_PAUSE",e,e],[0,1,176,"MediaSelect",123,"LaunchMediaPlayer",181,"VK_MEDIA_LAUNCH_MEDIA_SELECT",e,e],[0,1,177,"LaunchMail",124,"LaunchMail",180,"VK_MEDIA_LAUNCH_MAIL",e,e],[0,1,178,"LaunchApp2",125,"LaunchApp2",183,"VK_MEDIA_LAUNCH_APP2",e,e],[0,1,179,"LaunchApp1",0,e,0,"VK_MEDIA_LAUNCH_APP1",e,e],[0,1,180,"SelectTask",0,e,0,e,e,e],[0,1,181,"LaunchScreenSaver",0,e,0,e,e,e],[0,1,182,"BrowserSearch",115,"BrowserSearch",170,"VK_BROWSER_SEARCH",e,e],[0,1,183,"BrowserHome",116,"BrowserHome",172,"VK_BROWSER_HOME",e,e],[112,1,184,"BrowserBack",117,"BrowserBack",166,"VK_BROWSER_BACK",e,e],[113,1,185,"BrowserForward",118,"BrowserForward",167,"VK_BROWSER_FORWARD",e,e],[0,1,186,"BrowserStop",0,e,0,"VK_BROWSER_STOP",e,e],[0,1,187,"BrowserRefresh",0,e,0,"VK_BROWSER_REFRESH",e,e],[0,1,188,"BrowserFavorites",0,e,0,"VK_BROWSER_FAVORITES",e,e],[0,1,189,"ZoomToggle",0,e,0,e,e,e],[0,1,190,"MailReply",0,e,0,e,e,e],[0,1,191,"MailForward",0,e,0,e,e,e],[0,1,192,"MailSend",0,e,0,e,e,e],[109,1,0,e,109,"KeyInComposition",229,e,e,e],[111,1,0,e,111,"ABNT_C2",194,"VK_ABNT_C2",e,e],[91,1,0,e,91,"OEM_8",223,"VK_OEM_8",e,e],[0,1,0,e,0,e,0,"VK_CLEAR",e,e],[0,1,0,e,0,e,0,"VK_KANA",e,e],[0,1,0,e,0,e,0,"VK_HANGUL",e,e],[0,1,0,e,0,e,0,"VK_JUNJA",e,e],[0,1,0,e,0,e,0,"VK_FINAL",e,e],[0,1,0,e,0,e,0,"VK_HANJA",e,e],[0,1,0,e,0,e,0,"VK_KANJI",e,e],[0,1,0,e,0,e,0,"VK_CONVERT",e,e],[0,1,0,e,0,e,0,"VK_NONCONVERT",e,e],[0,1,0,e,0,e,0,"VK_ACCEPT",e,e],[0,1,0,e,0,e,0,"VK_MODECHANGE",e,e],[0,1,0,e,0,e,0,"VK_SELECT",e,e],[0,1,0,e,0,e,0,"VK_PRINT",e,e],[0,1,0,e,0,e,0,"VK_EXECUTE",e,e],[0,1,0,e,0,e,0,"VK_SNAPSHOT",e,e],[0,1,0,e,0,e,0,"VK_HELP",e,e],[0,1,0,e,0,e,0,"VK_APPS",e,e],[0,1,0,e,0,e,0,"VK_PROCESSKEY",e,e],[0,1,0,e,0,e,0,"VK_PACKET",e,e],[0,1,0,e,0,e,0,"VK_DBE_SBCSCHAR",e,e],[0,1,0,e,0,e,0,"VK_DBE_DBCSCHAR",e,e],[0,1,0,e,0,e,0,"VK_ATTN",e,e],[0,1,0,e,0,e,0,"VK_CRSEL",e,e],[0,1,0,e,0,e,0,"VK_EXSEL",e,e],[0,1,0,e,0,e,0,"VK_EREOF",e,e],[0,1,0,e,0,e,0,"VK_PLAY",e,e],[0,1,0,e,0,e,0,"VK_ZOOM",e,e],[0,1,0,e,0,e,0,"VK_NONAME",e,e],[0,1,0,e,0,e,0,"VK_PA1",e,e],[0,1,0,e,0,e,0,"VK_OEM_CLEAR",e,e]];let n=[],r=[];for(const i of t){const[a,l,o,s,u,c,h,d,f,_]=i;if(r[o]||(r[o]=!0,Ja[o]=s,Qa[s]=o,Za[s.toLowerCase()]=o,l&&(Xn[o]=u,u!==0&&u!==3&&u!==5&&u!==4&&u!==6&&u!==57&&(tn[u]=o))),!n[u]){if(n[u]=!0,!c)throw new Error(`String representation missing for key code ${u} around scan code ${s}`);vt.define(u,c),Kt.define(u,f||c),en.define(u,_||f||c)}h&&(Xa[h]=u),d&&(Ya[d]=u)}tn[3]=46})();var Yn;(function(e){function t(o){return vt.keyCodeToStr(o)}e.toString=t;function n(o){return vt.strToKeyCode(o)}e.fromString=n;function r(o){return Kt.keyCodeToStr(o)}e.toUserSettingsUS=r;function i(o){return en.keyCodeToStr(o)}e.toUserSettingsGeneral=i;function a(o){return Kt.strToKeyCode(o)||en.strToKeyCode(o)}e.fromUserSettings=a;function l(o){if(o>=93&&o<=108)return null;switch(o){case 16:return"Up";case 18:return"Down";case 15:return"Left";case 17:return"Right"}return vt.keyCodeToStr(o)}e.toElectronAccelerator=l})(Yn||(Yn={}));function Ka(e,t){const n=(t&65535)<<16>>>0;return(e|n)>>>0}class ce extends Q{constructor(t,n,r,i){super(t,n,r,i);this.selectionStartLineNumber=t,this.selectionStartColumn=n,this.positionLineNumber=r,this.positionColumn=i}toString(){return"["+this.selectionStartLineNumber+","+this.selectionStartColumn+" -> "+this.positionLineNumber+","+this.positionColumn+"]"}equalsSelection(t){return ce.selectionsEqual(this,t)}static selectionsEqual(t,n){return t.selectionStartLineNumber===n.selectionStartLineNumber&&t.selectionStartColumn===n.selectionStartColumn&&t.positionLineNumber===n.positionLineNumber&&t.positionColumn===n.positionColumn}getDirection(){return this.selectionStartLineNumber===this.startLineNumber&&this.selectionStartColumn===this.startColumn?0:1}setEndPosition(t,n){return this.getDirection()===0?new ce(this.startLineNumber,this.startColumn,t,n):new ce(t,n,this.startLineNumber,this.startColumn)}getPosition(){return new le(this.positionLineNumber,this.positionColumn)}getSelectionStart(){return new le(this.selectionStartLineNumber,this.selectionStartColumn)}setStartPosition(t,n){return this.getDirection()===0?new ce(t,n,this.endLineNumber,this.endColumn):new ce(this.endLineNumber,this.endColumn,t,n)}static fromPositions(t,n=t){return new ce(t.lineNumber,t.column,n.lineNumber,n.column)}static fromRange(t,n){return n===0?new ce(t.startLineNumber,t.startColumn,t.endLineNumber,t.endColumn):new ce(t.endLineNumber,t.endColumn,t.startLineNumber,t.startColumn)}static liftSelection(t){return new ce(t.selectionStartLineNumber,t.selectionStartColumn,t.positionLineNumber,t.positionColumn)}static selectionsArrEqual(t,n){if(t&&!n||!t&&n)return!1;if(!t&&!n)return!0;if(t.length!==n.length)return!1;for(let r=0,i=t.length;r<i;r++)if(!this.selectionsEqual(t[r],n[r]))return!1;return!0}static isISelection(t){return t&&typeof t.selectionStartLineNumber=="number"&&typeof t.selectionStartColumn=="number"&&typeof t.positionLineNumber=="number"&&typeof t.positionColumn=="number"}static createWithDirection(t,n,r,i,a){return a===0?new ce(t,n,r,i):new ce(r,i,t,n)}}class es{constructor(t,n,r){this._tokenBrand=void 0,this.offset=t,this.type=n,this.language=r}toString(){return"("+this.offset+", "+this.type+")"}}var Jn;(function(e){e[e.Unknown=0]="Unknown",e[e.Disabled=1]="Disabled",e[e.Enabled=2]="Enabled"})(Jn||(Jn={}));var Qn;(function(e){e[e.KeepWhitespace=1]="KeepWhitespace",e[e.InsertAsSnippet=4]="InsertAsSnippet"})(Qn||(Qn={}));var Zn;(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.User=25]="User",e[e.Issue=26]="Issue",e[e.Snippet=27]="Snippet"})(Zn||(Zn={}));var Kn;(function(e){e[e.Deprecated=1]="Deprecated"})(Kn||(Kn={}));var ei;(function(e){e[e.Invoke=0]="Invoke",e[e.TriggerCharacter=1]="TriggerCharacter",e[e.TriggerForIncompleteCompletions=2]="TriggerForIncompleteCompletions"})(ei||(ei={}));var ti;(function(e){e[e.EXACT=0]="EXACT",e[e.ABOVE=1]="ABOVE",e[e.BELOW=2]="BELOW"})(ti||(ti={}));var ni;(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"})(ni||(ni={}));var ii;(function(e){e[e.LF=1]="LF",e[e.CRLF=2]="CRLF"})(ii||(ii={}));var ri;(function(e){e[e.Text=0]="Text",e[e.Read=1]="Read",e[e.Write=2]="Write"})(ri||(ri={}));var ai;(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"})(ai||(ai={}));var si;(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.autoClosingDelete=6]="autoClosingDelete",e[e.autoClosingOvertype=7]="autoClosingOvertype",e[e.autoClosingQuotes=8]="autoClosingQuotes",e[e.autoIndent=9]="autoIndent",e[e.automaticLayout=10]="automaticLayout",e[e.autoSurround=11]="autoSurround",e[e.bracketPairColorization=12]="bracketPairColorization",e[e.guides=13]="guides",e[e.codeLens=14]="codeLens",e[e.codeLensFontFamily=15]="codeLensFontFamily",e[e.codeLensFontSize=16]="codeLensFontSize",e[e.colorDecorators=17]="colorDecorators",e[e.columnSelection=18]="columnSelection",e[e.comments=19]="comments",e[e.contextmenu=20]="contextmenu",e[e.copyWithSyntaxHighlighting=21]="copyWithSyntaxHighlighting",e[e.cursorBlinking=22]="cursorBlinking",e[e.cursorSmoothCaretAnimation=23]="cursorSmoothCaretAnimation",e[e.cursorStyle=24]="cursorStyle",e[e.cursorSurroundingLines=25]="cursorSurroundingLines",e[e.cursorSurroundingLinesStyle=26]="cursorSurroundingLinesStyle",e[e.cursorWidth=27]="cursorWidth",e[e.disableLayerHinting=28]="disableLayerHinting",e[e.disableMonospaceOptimizations=29]="disableMonospaceOptimizations",e[e.domReadOnly=30]="domReadOnly",e[e.dragAndDrop=31]="dragAndDrop",e[e.emptySelectionClipboard=32]="emptySelectionClipboard",e[e.extraEditorClassName=33]="extraEditorClassName",e[e.fastScrollSensitivity=34]="fastScrollSensitivity",e[e.find=35]="find",e[e.fixedOverflowWidgets=36]="fixedOverflowWidgets",e[e.folding=37]="folding",e[e.foldingStrategy=38]="foldingStrategy",e[e.foldingHighlight=39]="foldingHighlight",e[e.foldingImportsByDefault=40]="foldingImportsByDefault",e[e.unfoldOnClickAfterEndOfLine=41]="unfoldOnClickAfterEndOfLine",e[e.fontFamily=42]="fontFamily",e[e.fontInfo=43]="fontInfo",e[e.fontLigatures=44]="fontLigatures",e[e.fontSize=45]="fontSize",e[e.fontWeight=46]="fontWeight",e[e.formatOnPaste=47]="formatOnPaste",e[e.formatOnType=48]="formatOnType",e[e.glyphMargin=49]="glyphMargin",e[e.gotoLocation=50]="gotoLocation",e[e.hideCursorInOverviewRuler=51]="hideCursorInOverviewRuler",e[e.hover=52]="hover",e[e.inDiffEditor=53]="inDiffEditor",e[e.inlineSuggest=54]="inlineSuggest",e[e.letterSpacing=55]="letterSpacing",e[e.lightbulb=56]="lightbulb",e[e.lineDecorationsWidth=57]="lineDecorationsWidth",e[e.lineHeight=58]="lineHeight",e[e.lineNumbers=59]="lineNumbers",e[e.lineNumbersMinChars=60]="lineNumbersMinChars",e[e.linkedEditing=61]="linkedEditing",e[e.links=62]="links",e[e.matchBrackets=63]="matchBrackets",e[e.minimap=64]="minimap",e[e.mouseStyle=65]="mouseStyle",e[e.mouseWheelScrollSensitivity=66]="mouseWheelScrollSensitivity",e[e.mouseWheelZoom=67]="mouseWheelZoom",e[e.multiCursorMergeOverlapping=68]="multiCursorMergeOverlapping",e[e.multiCursorModifier=69]="multiCursorModifier",e[e.multiCursorPaste=70]="multiCursorPaste",e[e.occurrencesHighlight=71]="occurrencesHighlight",e[e.overviewRulerBorder=72]="overviewRulerBorder",e[e.overviewRulerLanes=73]="overviewRulerLanes",e[e.padding=74]="padding",e[e.parameterHints=75]="parameterHints",e[e.peekWidgetDefaultFocus=76]="peekWidgetDefaultFocus",e[e.definitionLinkOpensInPeek=77]="definitionLinkOpensInPeek",e[e.quickSuggestions=78]="quickSuggestions",e[e.quickSuggestionsDelay=79]="quickSuggestionsDelay",e[e.readOnly=80]="readOnly",e[e.renameOnType=81]="renameOnType",e[e.renderControlCharacters=82]="renderControlCharacters",e[e.renderFinalNewline=83]="renderFinalNewline",e[e.renderLineHighlight=84]="renderLineHighlight",e[e.renderLineHighlightOnlyWhenFocus=85]="renderLineHighlightOnlyWhenFocus",e[e.renderValidationDecorations=86]="renderValidationDecorations",e[e.renderWhitespace=87]="renderWhitespace",e[e.revealHorizontalRightPadding=88]="revealHorizontalRightPadding",e[e.roundedSelection=89]="roundedSelection",e[e.rulers=90]="rulers",e[e.scrollbar=91]="scrollbar",e[e.scrollBeyondLastColumn=92]="scrollBeyondLastColumn",e[e.scrollBeyondLastLine=93]="scrollBeyondLastLine",e[e.scrollPredominantAxis=94]="scrollPredominantAxis",e[e.selectionClipboard=95]="selectionClipboard",e[e.selectionHighlight=96]="selectionHighlight",e[e.selectOnLineNumbers=97]="selectOnLineNumbers",e[e.showFoldingControls=98]="showFoldingControls",e[e.showUnused=99]="showUnused",e[e.snippetSuggestions=100]="snippetSuggestions",e[e.smartSelect=101]="smartSelect",e[e.smoothScrolling=102]="smoothScrolling",e[e.stickyTabStops=103]="stickyTabStops",e[e.stopRenderingLineAfter=104]="stopRenderingLineAfter",e[e.suggest=105]="suggest",e[e.suggestFontSize=106]="suggestFontSize",e[e.suggestLineHeight=107]="suggestLineHeight",e[e.suggestOnTriggerCharacters=108]="suggestOnTriggerCharacters",e[e.suggestSelection=109]="suggestSelection",e[e.tabCompletion=110]="tabCompletion",e[e.tabIndex=111]="tabIndex",e[e.unicodeHighlighting=112]="unicodeHighlighting",e[e.unusualLineTerminators=113]="unusualLineTerminators",e[e.useShadowDOM=114]="useShadowDOM",e[e.useTabStops=115]="useTabStops",e[e.wordSeparators=116]="wordSeparators",e[e.wordWrap=117]="wordWrap",e[e.wordWrapBreakAfterCharacters=118]="wordWrapBreakAfterCharacters",e[e.wordWrapBreakBeforeCharacters=119]="wordWrapBreakBeforeCharacters",e[e.wordWrapColumn=120]="wordWrapColumn",e[e.wordWrapOverride1=121]="wordWrapOverride1",e[e.wordWrapOverride2=122]="wordWrapOverride2",e[e.wrappingIndent=123]="wrappingIndent",e[e.wrappingStrategy=124]="wrappingStrategy",e[e.showDeprecated=125]="showDeprecated",e[e.inlayHints=126]="inlayHints",e[e.editorClassName=127]="editorClassName",e[e.pixelRatio=128]="pixelRatio",e[e.tabFocusMode=129]="tabFocusMode",e[e.layoutInfo=130]="layoutInfo",e[e.wrappingInfo=131]="wrappingInfo"})(si||(si={}));var oi;(function(e){e[e.TextDefined=0]="TextDefined",e[e.LF=1]="LF",e[e.CRLF=2]="CRLF"})(oi||(oi={}));var li;(function(e){e[e.LF=0]="LF",e[e.CRLF=1]="CRLF"})(li||(li={}));var ui;(function(e){e[e.None=0]="None",e[e.Indent=1]="Indent",e[e.IndentOutdent=2]="IndentOutdent",e[e.Outdent=3]="Outdent"})(ui||(ui={}));var ci;(function(e){e[e.Other=0]="Other",e[e.Type=1]="Type",e[e.Parameter=2]="Parameter"})(ci||(ci={}));var hi;(function(e){e[e.Automatic=0]="Automatic",e[e.Explicit=1]="Explicit"})(hi||(hi={}));var nn;(function(e){e[e.DependsOnKbLayout=-1]="DependsOnKbLayout",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.Digit0=21]="Digit0",e[e.Digit1=22]="Digit1",e[e.Digit2=23]="Digit2",e[e.Digit3=24]="Digit3",e[e.Digit4=25]="Digit4",e[e.Digit5=26]="Digit5",e[e.Digit6=27]="Digit6",e[e.Digit7=28]="Digit7",e[e.Digit8=29]="Digit8",e[e.Digit9=30]="Digit9",e[e.KeyA=31]="KeyA",e[e.KeyB=32]="KeyB",e[e.KeyC=33]="KeyC",e[e.KeyD=34]="KeyD",e[e.KeyE=35]="KeyE",e[e.KeyF=36]="KeyF",e[e.KeyG=37]="KeyG",e[e.KeyH=38]="KeyH",e[e.KeyI=39]="KeyI",e[e.KeyJ=40]="KeyJ",e[e.KeyK=41]="KeyK",e[e.KeyL=42]="KeyL",e[e.KeyM=43]="KeyM",e[e.KeyN=44]="KeyN",e[e.KeyO=45]="KeyO",e[e.KeyP=46]="KeyP",e[e.KeyQ=47]="KeyQ",e[e.KeyR=48]="KeyR",e[e.KeyS=49]="KeyS",e[e.KeyT=50]="KeyT",e[e.KeyU=51]="KeyU",e[e.KeyV=52]="KeyV",e[e.KeyW=53]="KeyW",e[e.KeyX=54]="KeyX",e[e.KeyY=55]="KeyY",e[e.KeyZ=56]="KeyZ",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.Semicolon=80]="Semicolon",e[e.Equal=81]="Equal",e[e.Comma=82]="Comma",e[e.Minus=83]="Minus",e[e.Period=84]="Period",e[e.Slash=85]="Slash",e[e.Backquote=86]="Backquote",e[e.BracketLeft=87]="BracketLeft",e[e.Backslash=88]="Backslash",e[e.BracketRight=89]="BracketRight",e[e.Quote=90]="Quote",e[e.OEM_8=91]="OEM_8",e[e.IntlBackslash=92]="IntlBackslash",e[e.Numpad0=93]="Numpad0",e[e.Numpad1=94]="Numpad1",e[e.Numpad2=95]="Numpad2",e[e.Numpad3=96]="Numpad3",e[e.Numpad4=97]="Numpad4",e[e.Numpad5=98]="Numpad5",e[e.Numpad6=99]="Numpad6",e[e.Numpad7=100]="Numpad7",e[e.Numpad8=101]="Numpad8",e[e.Numpad9=102]="Numpad9",e[e.NumpadMultiply=103]="NumpadMultiply",e[e.NumpadAdd=104]="NumpadAdd",e[e.NUMPAD_SEPARATOR=105]="NUMPAD_SEPARATOR",e[e.NumpadSubtract=106]="NumpadSubtract",e[e.NumpadDecimal=107]="NumpadDecimal",e[e.NumpadDivide=108]="NumpadDivide",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.AudioVolumeMute=112]="AudioVolumeMute",e[e.AudioVolumeUp=113]="AudioVolumeUp",e[e.AudioVolumeDown=114]="AudioVolumeDown",e[e.BrowserSearch=115]="BrowserSearch",e[e.BrowserHome=116]="BrowserHome",e[e.BrowserBack=117]="BrowserBack",e[e.BrowserForward=118]="BrowserForward",e[e.MediaTrackNext=119]="MediaTrackNext",e[e.MediaTrackPrevious=120]="MediaTrackPrevious",e[e.MediaStop=121]="MediaStop",e[e.MediaPlayPause=122]="MediaPlayPause",e[e.LaunchMediaPlayer=123]="LaunchMediaPlayer",e[e.LaunchMail=124]="LaunchMail",e[e.LaunchApp2=125]="LaunchApp2",e[e.MAX_VALUE=126]="MAX_VALUE"})(nn||(nn={}));var rn;(function(e){e[e.Hint=1]="Hint",e[e.Info=2]="Info",e[e.Warning=4]="Warning",e[e.Error=8]="Error"})(rn||(rn={}));var an;(function(e){e[e.Unnecessary=1]="Unnecessary",e[e.Deprecated=2]="Deprecated"})(an||(an={}));var di;(function(e){e[e.Inline=1]="Inline",e[e.Gutter=2]="Gutter"})(di||(di={}));var mi;(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"})(mi||(mi={}));var pi;(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"})(pi||(pi={}));var fi;(function(e){e[e.Left=1]="Left",e[e.Center=2]="Center",e[e.Right=4]="Right",e[e.Full=7]="Full"})(fi||(fi={}));var gi;(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"})(gi||(gi={}));var bi;(function(e){e[e.None=0]="None",e[e.Text=1]="Text",e[e.Blocks=2]="Blocks"})(bi||(bi={}));var _i;(function(e){e[e.Smooth=0]="Smooth",e[e.Immediate=1]="Immediate"})(_i||(_i={}));var vi;(function(e){e[e.Auto=1]="Auto",e[e.Hidden=2]="Hidden",e[e.Visible=3]="Visible"})(vi||(vi={}));var sn;(function(e){e[e.LTR=0]="LTR",e[e.RTL=1]="RTL"})(sn||(sn={}));var wi;(function(e){e[e.Invoke=1]="Invoke",e[e.TriggerCharacter=2]="TriggerCharacter",e[e.ContentChange=3]="ContentChange"})(wi||(wi={}));var yi;(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"})(yi||(yi={}));var Ti;(function(e){e[e.Deprecated=1]="Deprecated"})(Ti||(Ti={}));var ki;(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"})(ki||(ki={}));var Ai;(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"})(Ai||(Ai={}));var Si;(function(e){e[e.AlwaysGrowsWhenTypingAtEdges=0]="AlwaysGrowsWhenTypingAtEdges",e[e.NeverGrowsWhenTypingAtEdges=1]="NeverGrowsWhenTypingAtEdges",e[e.GrowsOnlyWhenTypingBefore=2]="GrowsOnlyWhenTypingBefore",e[e.GrowsOnlyWhenTypingAfter=3]="GrowsOnlyWhenTypingAfter"})(Si||(Si={}));var xi;(function(e){e[e.None=0]="None",e[e.Same=1]="Same",e[e.Indent=2]="Indent",e[e.DeepIndent=3]="DeepIndent"})(xi||(xi={}));class nt{static chord(t,n){return Ka(t,n)}}nt.CtrlCmd=2048,nt.Shift=1024,nt.Alt=512,nt.WinCtrl=256;function ts(){return{editor:void 0,languages:void 0,CancellationTokenSource:$a,Emitter:Ae,KeyCode:nn,KeyMod:nt,Position:le,Range:Q,Selection:ce,SelectionDirection:sn,MarkerSeverity:rn,MarkerTag:an,Uri:We,Token:es}}var Li;(function(e){e[e.Left=1]="Left",e[e.Center=2]="Center",e[e.Right=4]="Right",e[e.Full=7]="Full"})(Li||(Li={}));var Ci;(function(e){e[e.Inline=1]="Inline",e[e.Gutter=2]="Gutter"})(Ci||(Ci={}));var Ei;(function(e){e[e.Disabled=0]="Disabled",e[e.EnabledForActive=1]="EnabledForActive",e[e.Enabled=2]="Enabled"})(Ei||(Ei={}));function ns(e,t,n,r,i){if(r===0)return!0;const a=t.charCodeAt(r-1);if(e.get(a)!==0||a===13||a===10)return!0;if(i>0){const l=t.charCodeAt(r);if(e.get(l)!==0)return!0}return!1}function is(e,t,n,r,i){if(r+i===n)return!0;const a=t.charCodeAt(r+i);if(e.get(a)!==0||a===13||a===10)return!0;if(i>0){const l=t.charCodeAt(r+i-1);if(e.get(l)!==0)return!0}return!1}function rs(e,t,n,r,i){return ns(e,t,n,r,i)&&is(e,t,n,r,i)}class as{constructor(t,n){this._wordSeparators=t,this._searchRegex=n,this._prevMatchStartIndex=-1,this._prevMatchLength=0}reset(t){this._searchRegex.lastIndex=t,this._prevMatchStartIndex=-1,this._prevMatchLength=0}next(t){const n=t.length;let r;do{if(this._prevMatchStartIndex+this._prevMatchLength===n||(r=this._searchRegex.exec(t),!r))return null;const i=r.index,a=r[0].length;if(i===this._prevMatchStartIndex&&a===this._prevMatchLength){if(a===0){sa(t,n,this._searchRegex.lastIndex)>65535?this._searchRegex.lastIndex+=2:this._searchRegex.lastIndex+=1;continue}return null}if(this._prevMatchStartIndex=i,this._prevMatchLength=a,!this._wordSeparators||rs(this._wordSeparators,t,n,i,a))return r}while(r);return null}}class ss{static computeUnicodeHighlights(t,n,r){const i=r?r.startLineNumber:1,a=r?r.endLineNumber:t.getLineCount(),l=new Mi(n),o=l.getCandidateCodePoints();let s;o==="allNonBasicAscii"?s=new RegExp("[^\\t\\n\\r\\x20-\\x7E]","g"):s=new RegExp(`${os(Array.from(o))}`,"g");const u=new as(null,s),c=[];let h=!1,d,f=0,_=0,b=0;e:for(let y=i,k=a;y<=k;y++){const p=t.getLineContent(y),v=p.length;u.reset(0);do if(d=u.next(p),d){let S=d.index,C=d.index+d[0].length;if(S>0){const m=p.charCodeAt(S-1);qt(m)&&S--}if(C+1<v){const m=p.charCodeAt(C-1);qt(m)&&C++}const U=p.substring(S,C),g=l.shouldHighlightNonBasicASCII(U);if(g!==0){g===3?f++:g===2?_++:g===1?b++:Kr();const m=1e3;if(c.length>=m){h=!0;break e}c.push(new Q(y,S+1,y,C+1))}}while(d)}return{ranges:c,hasMore:h,ambiguousCharacterCount:f,invisibleCharacterCount:_,nonBasicAsciiCharacterCount:b}}static computeUnicodeHighlightReason(t,n){switch(new Mi(n).shouldHighlightNonBasicASCII(t)){case 0:return null;case 2:return{kind:1};case 3:const a=ge.getPrimaryConfusable(t.codePointAt(0));return{kind:0,confusableWith:String.fromCodePoint(a)};case 1:return{kind:2}}}}function os(e,t){return`[${ea(e.map(r=>String.fromCodePoint(r)).join(""))}]`}class Mi{constructor(t){this.options=t,this.allowedCodePoints=new Set(t.allowedCodePoints)}getCandidateCodePoints(){if(this.options.nonBasicASCII)return"allNonBasicAscii";const t=new Set;if(this.options.invisibleCharacters)for(const n of Ie.codePoints)t.add(n);if(this.options.ambiguousCharacters)for(const n of ge.getPrimaryConfusableCodePoints())t.add(n);for(const n of this.allowedCodePoints)t.delete(n);return t}shouldHighlightNonBasicASCII(t){const n=t.codePointAt(0);return this.allowedCodePoints.has(n)?0:this.options.nonBasicASCII?1:this.options.invisibleCharacters&&!(t===" "||t===`
4
+ `||t===" ")&&Ie.isInvisibleCharacter(n)?2:this.options.ambiguousCharacters&&ge.isAmbiguous(n)?3:0}}var Pe=function(e,t,n,r){function i(a){return a instanceof n?a:new n(function(l){l(a)})}return new(n||(n=Promise))(function(a,l){function o(c){try{u(r.next(c))}catch(h){l(h)}}function s(c){try{u(r.throw(c))}catch(h){l(h)}}function u(c){c.done?a(c.value):i(c.value).then(o,s)}u((r=r.apply(e,t||[])).next())})};class ls extends Ua{get uri(){return this._uri}get eol(){return this._eol}getValue(){return this.getText()}getLinesContent(){return this._lines.slice(0)}getLineCount(){return this._lines.length}getLineContent(t){return this._lines[t-1]}getWordAtPosition(t,n){let r=Gn(t.column,Pa(n),this._lines[t.lineNumber-1],0);return r?new Q(t.lineNumber,r.startColumn,t.lineNumber,r.endColumn):null}words(t){const n=this._lines,r=this._wordenize.bind(this);let i=0,a="",l=0,o=[];return{*[Symbol.iterator](){for(;;)if(l<o.length){const s=a.substring(o[l].start,o[l].end);l+=1,yield s}else if(i<n.length)a=n[i],o=r(a,t),l=0,i+=1;else break}}}getLineWords(t,n){let r=this._lines[t-1],i=this._wordenize(r,n),a=[];for(const l of i)a.push({word:r.substring(l.start,l.end),startColumn:l.start+1,endColumn:l.end+1});return a}_wordenize(t,n){const r=[];let i;for(n.lastIndex=0;(i=n.exec(t))&&i[0].length!==0;)r.push({start:i.index,end:i.index+i[0].length});return r}getValueInRange(t){if(t=this._validateRange(t),t.startLineNumber===t.endLineNumber)return this._lines[t.startLineNumber-1].substring(t.startColumn-1,t.endColumn-1);let n=this._eol,r=t.startLineNumber-1,i=t.endLineNumber-1,a=[];a.push(this._lines[r].substring(t.startColumn-1));for(let l=r+1;l<i;l++)a.push(this._lines[l]);return a.push(this._lines[i].substring(0,t.endColumn-1)),a.join(n)}offsetAt(t){return t=this._validatePosition(t),this._ensureLineStarts(),this._lineStarts.getPrefixSum(t.lineNumber-2)+(t.column-1)}positionAt(t){t=Math.floor(t),t=Math.max(0,t),this._ensureLineStarts();let n=this._lineStarts.getIndexOf(t),r=this._lines[n.index].length;return{lineNumber:1+n.index,column:1+Math.min(n.remainder,r)}}_validateRange(t){const n=this._validatePosition({lineNumber:t.startLineNumber,column:t.startColumn}),r=this._validatePosition({lineNumber:t.endLineNumber,column:t.endColumn});return n.lineNumber!==t.startLineNumber||n.column!==t.startColumn||r.lineNumber!==t.endLineNumber||r.column!==t.endColumn?{startLineNumber:n.lineNumber,startColumn:n.column,endLineNumber:r.lineNumber,endColumn:r.column}:t}_validatePosition(t){if(!le.isIPosition(t))throw new Error("bad position");let{lineNumber:n,column:r}=t,i=!1;if(n<1)n=1,r=1,i=!0;else if(n>this._lines.length)n=this._lines.length,r=this._lines[n-1].length+1,i=!0;else{let a=this._lines[n-1].length+1;r<1?(r=1,i=!0):r>a&&(r=a,i=!0)}return i?{lineNumber:n,column:r}:t}}class $e{constructor(t,n){this._host=t,this._models=Object.create(null),this._foreignModuleFactory=n,this._foreignModule=null}dispose(){this._models=Object.create(null)}_getModel(t){return this._models[t]}_getModels(){let t=[];return Object.keys(this._models).forEach(n=>t.push(this._models[n])),t}acceptNewModel(t){this._models[t.url]=new ls(We.parse(t.url),t.lines,t.EOL,t.versionId)}acceptModelChanged(t,n){if(!this._models[t])return;this._models[t].onEvents(n)}acceptRemovedModel(t){!this._models[t]||delete this._models[t]}computeUnicodeHighlights(t,n,r){return Pe(this,void 0,void 0,function*(){const i=this._getModel(t);return i?ss.computeUnicodeHighlights(i,n,r):{ranges:[],hasMore:!1,ambiguousCharacterCount:0,invisibleCharacterCount:0,nonBasicAsciiCharacterCount:0}})}computeDiff(t,n,r,i){return Pe(this,void 0,void 0,function*(){const a=this._getModel(t),l=this._getModel(n);if(!a||!l)return null;const o=a.getLinesContent(),s=l.getLinesContent(),c=new Ra(o,s,{shouldComputeCharChanges:!0,shouldPostProcessCharChanges:!0,shouldIgnoreTrimWhitespace:r,shouldMakePrettyDiff:!0,maxComputationTime:i}).computeDiff(),h=c.changes.length>0?!1:this._modelsAreIdentical(a,l);return{quitEarly:c.quitEarly,identical:h,changes:c.changes}})}_modelsAreIdentical(t,n){const r=t.getLineCount(),i=n.getLineCount();if(r!==i)return!1;for(let a=1;a<=r;a++){const l=t.getLineContent(a),o=n.getLineContent(a);if(l!==o)return!1}return!0}computeMoreMinimalEdits(t,n){return Pe(this,void 0,void 0,function*(){const r=this._getModel(t);if(!r)return n;const i=[];let a;n=n.slice(0).sort((l,o)=>{if(l.range&&o.range)return Q.compareRangesUsingStarts(l.range,o.range);let s=l.range?0:1,u=o.range?0:1;return s-u});for(let{range:l,text:o,eol:s}of n){if(typeof s=="number"&&(a=s),Q.isEmpty(l)&&!o)continue;const u=r.getValueInRange(l);if(o=o.replace(/\r\n|\n|\r/g,r.eol),u===o)continue;if(Math.max(o.length,u.length)>$e._diffLimit){i.push({range:l,text:o});continue}const c=ga(u,o,!1),h=r.offsetAt(Q.lift(l).getStartPosition());for(const d of c){const f=r.positionAt(h+d.originalStart),_=r.positionAt(h+d.originalStart+d.originalLength),b={text:o.substr(d.modifiedStart,d.modifiedLength),range:{startLineNumber:f.lineNumber,startColumn:f.column,endLineNumber:_.lineNumber,endColumn:_.column}};r.getValueInRange(b.range)!==b.text&&i.push(b)}}return typeof a=="number"&&i.push({eol:a,text:"",range:{startLineNumber:0,startColumn:0,endLineNumber:0,endColumn:0}}),i})}computeLinks(t){return Pe(this,void 0,void 0,function*(){let n=this._getModel(t);return n?Ga(n):null})}textualSuggest(t,n,r,i){return Pe(this,void 0,void 0,function*(){const a=new dt(!0),l=new RegExp(r,i),o=new Set;e:for(let s of t){const u=this._getModel(s);if(!!u){for(let c of u.words(l))if(!(c===n||!isNaN(Number(c)))&&(o.add(c),o.size>$e._suggestionsLimit))break e}}return{words:Array.from(o),duration:a.elapsed()}})}computeWordRanges(t,n,r,i){return Pe(this,void 0,void 0,function*(){let a=this._getModel(t);if(!a)return Object.create(null);const l=new RegExp(r,i),o=Object.create(null);for(let s=n.startLineNumber;s<n.endLineNumber;s++){let u=a.getLineWords(s,l);for(const c of u){if(!isNaN(Number(c.word)))continue;let h=o[c.word];h||(h=[],o[c.word]=h),h.push({startLineNumber:s,startColumn:c.startColumn,endLineNumber:s,endColumn:c.endColumn})}}return o})}navigateValueSet(t,n,r,i,a){return Pe(this,void 0,void 0,function*(){let l=this._getModel(t);if(!l)return null;let o=new RegExp(i,a);n.startColumn===n.endColumn&&(n={startLineNumber:n.startLineNumber,startColumn:n.startColumn,endLineNumber:n.endLineNumber,endColumn:n.endColumn+1});let s=l.getValueInRange(n),u=l.getWordAtPosition({lineNumber:n.startLineNumber,column:n.startColumn},o);if(!u)return null;let c=l.getValueInRange(u);return Qt.INSTANCE.navigateValueSet(n,s,u,c,r)})}loadForeignModule(t,n,r){let l={host:Zr(r,(o,s)=>this._host.fhr(o,s)),getMirrorModels:()=>this._getModels()};return this._foreignModuleFactory?(this._foreignModule=this._foreignModuleFactory(l,n),Promise.resolve(Bt(this._foreignModule))):Promise.reject(new Error("Unexpected usage"))}fmr(t,n){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,n))}catch(r){return Promise.reject(r)}}}$e._diffLimit=1e5,$e._suggestionsLimit=1e4,typeof importScripts=="function"&&(K.monaco=ts());let on=!1;function Di(e){if(on)return;on=!0;const t=new pa(n=>{self.postMessage(n)},n=>new $e(n,e));self.onmessage=n=>{t.onmessage(n.data)}}self.onmessage=e=>{on||Di(null)};/*!-----------------------------------------------------------------------------
5
5
  * Copyright (c) Microsoft Corporation. All rights reserved.
6
6
  * Version: 0.31.1(337587859b1c171314b40503171188b6cea6a32a)
7
7
  * Released under the MIT license
8
8
  * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
9
- *-----------------------------------------------------------------------------*/function cs(e,t){let n;return t.length===0?n=e:n=e.replace(/\{(\d+)\}/g,(r,i)=>{let a=i[0];return typeof t[a]!="undefined"?t[a]:r}),n}function us(e,t,...n){return cs(t,n)}function ln(e){return us}var Ri;(function(e){e.MIN_VALUE=-2147483648,e.MAX_VALUE=2147483647})(Ri||(Ri={}));var wt;(function(e){e.MIN_VALUE=0,e.MAX_VALUE=2147483647})(wt||(wt={}));var ie;(function(e){function t(r,i){return r===Number.MAX_VALUE&&(r=wt.MAX_VALUE),i===Number.MAX_VALUE&&(i=wt.MAX_VALUE),{line:r,character:i}}e.create=t;function n(r){var i=r;return S.objectLiteral(i)&&S.uinteger(i.line)&&S.uinteger(i.character)}e.is=n})(ie||(ie={}));var j;(function(e){function t(r,i,a,l){if(S.uinteger(r)&&S.uinteger(i)&&S.uinteger(a)&&S.uinteger(l))return{start:ie.create(r,i),end:ie.create(a,l)};if(ie.is(r)&&ie.is(i))return{start:r,end:i};throw new Error("Range#create called with invalid arguments["+r+", "+i+", "+a+", "+l+"]")}e.create=t;function n(r){var i=r;return S.objectLiteral(i)&&ie.is(i.start)&&ie.is(i.end)}e.is=n})(j||(j={}));var yt;(function(e){function t(r,i){return{uri:r,range:i}}e.create=t;function n(r){var i=r;return S.defined(i)&&j.is(i.range)&&(S.string(i.uri)||S.undefined(i.uri))}e.is=n})(yt||(yt={}));var Ni;(function(e){function t(r,i,a,l){return{targetUri:r,targetRange:i,targetSelectionRange:a,originSelectionRange:l}}e.create=t;function n(r){var i=r;return S.defined(i)&&j.is(i.targetRange)&&S.string(i.targetUri)&&(j.is(i.targetSelectionRange)||S.undefined(i.targetSelectionRange))&&(j.is(i.originSelectionRange)||S.undefined(i.originSelectionRange))}e.is=n})(Ni||(Ni={}));var cn;(function(e){function t(r,i,a,l){return{red:r,green:i,blue:a,alpha:l}}e.create=t;function n(r){var i=r;return S.numberRange(i.red,0,1)&&S.numberRange(i.green,0,1)&&S.numberRange(i.blue,0,1)&&S.numberRange(i.alpha,0,1)}e.is=n})(cn||(cn={}));var Ii;(function(e){function t(r,i){return{range:r,color:i}}e.create=t;function n(r){var i=r;return j.is(i.range)&&cn.is(i.color)}e.is=n})(Ii||(Ii={}));var Ui;(function(e){function t(r,i,a){return{label:r,textEdit:i,additionalTextEdits:a}}e.create=t;function n(r){var i=r;return S.string(i.label)&&(S.undefined(i.textEdit)||te.is(i))&&(S.undefined(i.additionalTextEdits)||S.typedArray(i.additionalTextEdits,te.is))}e.is=n})(Ui||(Ui={}));var kt;(function(e){e.Comment="comment",e.Imports="imports",e.Region="region"})(kt||(kt={}));var Hi;(function(e){function t(r,i,a,l,o){var s={startLine:r,endLine:i};return S.defined(a)&&(s.startCharacter=a),S.defined(l)&&(s.endCharacter=l),S.defined(o)&&(s.kind=o),s}e.create=t;function n(r){var i=r;return S.uinteger(i.startLine)&&S.uinteger(i.startLine)&&(S.undefined(i.startCharacter)||S.uinteger(i.startCharacter))&&(S.undefined(i.endCharacter)||S.uinteger(i.endCharacter))&&(S.undefined(i.kind)||S.string(i.kind))}e.is=n})(Hi||(Hi={}));var un;(function(e){function t(r,i){return{location:r,message:i}}e.create=t;function n(r){var i=r;return S.defined(i)&&yt.is(i.location)&&S.string(i.message)}e.is=n})(un||(un={}));var zi;(function(e){e.Error=1,e.Warning=2,e.Information=3,e.Hint=4})(zi||(zi={}));var Pi;(function(e){e.Unnecessary=1,e.Deprecated=2})(Pi||(Pi={}));var Wi;(function(e){function t(n){var r=n;return r!=null&&S.string(r.href)}e.is=t})(Wi||(Wi={}));var Tt;(function(e){function t(r,i,a,l,o,s){var c={range:r,message:i};return S.defined(a)&&(c.severity=a),S.defined(l)&&(c.code=l),S.defined(o)&&(c.source=o),S.defined(s)&&(c.relatedInformation=s),c}e.create=t;function n(r){var i,a=r;return S.defined(a)&&j.is(a.range)&&S.string(a.message)&&(S.number(a.severity)||S.undefined(a.severity))&&(S.integer(a.code)||S.string(a.code)||S.undefined(a.code))&&(S.undefined(a.codeDescription)||S.string((i=a.codeDescription)===null||i===void 0?void 0:i.href))&&(S.string(a.source)||S.undefined(a.source))&&(S.undefined(a.relatedInformation)||S.typedArray(a.relatedInformation,un.is))}e.is=n})(Tt||(Tt={}));var it;(function(e){function t(r,i){for(var a=[],l=2;l<arguments.length;l++)a[l-2]=arguments[l];var o={title:r,command:i};return S.defined(a)&&a.length>0&&(o.arguments=a),o}e.create=t;function n(r){var i=r;return S.defined(i)&&S.string(i.title)&&S.string(i.command)}e.is=n})(it||(it={}));var te;(function(e){function t(a,l){return{range:a,newText:l}}e.replace=t;function n(a,l){return{range:{start:a,end:a},newText:l}}e.insert=n;function r(a){return{range:a,newText:""}}e.del=r;function i(a){var l=a;return S.objectLiteral(l)&&S.string(l.newText)&&j.is(l.range)}e.is=i})(te||(te={}));var Xe;(function(e){function t(r,i,a){var l={label:r};return i!==void 0&&(l.needsConfirmation=i),a!==void 0&&(l.description=a),l}e.create=t;function n(r){var i=r;return i!==void 0&&S.objectLiteral(i)&&S.string(i.label)&&(S.boolean(i.needsConfirmation)||i.needsConfirmation===void 0)&&(S.string(i.description)||i.description===void 0)}e.is=n})(Xe||(Xe={}));var re;(function(e){function t(n){var r=n;return typeof r=="string"}e.is=t})(re||(re={}));var Le;(function(e){function t(a,l,o){return{range:a,newText:l,annotationId:o}}e.replace=t;function n(a,l,o){return{range:{start:a,end:a},newText:l,annotationId:o}}e.insert=n;function r(a,l){return{range:a,newText:"",annotationId:l}}e.del=r;function i(a){var l=a;return te.is(l)&&(Xe.is(l.annotationId)||re.is(l.annotationId))}e.is=i})(Le||(Le={}));var St;(function(e){function t(r,i){return{textDocument:r,edits:i}}e.create=t;function n(r){var i=r;return S.defined(i)&&xt.is(i.textDocument)&&Array.isArray(i.edits)}e.is=n})(St||(St={}));var rt;(function(e){function t(r,i,a){var l={kind:"create",uri:r};return i!==void 0&&(i.overwrite!==void 0||i.ignoreIfExists!==void 0)&&(l.options=i),a!==void 0&&(l.annotationId=a),l}e.create=t;function n(r){var i=r;return i&&i.kind==="create"&&S.string(i.uri)&&(i.options===void 0||(i.options.overwrite===void 0||S.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||S.boolean(i.options.ignoreIfExists)))&&(i.annotationId===void 0||re.is(i.annotationId))}e.is=n})(rt||(rt={}));var at;(function(e){function t(r,i,a,l){var o={kind:"rename",oldUri:r,newUri:i};return a!==void 0&&(a.overwrite!==void 0||a.ignoreIfExists!==void 0)&&(o.options=a),l!==void 0&&(o.annotationId=l),o}e.create=t;function n(r){var i=r;return i&&i.kind==="rename"&&S.string(i.oldUri)&&S.string(i.newUri)&&(i.options===void 0||(i.options.overwrite===void 0||S.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||S.boolean(i.options.ignoreIfExists)))&&(i.annotationId===void 0||re.is(i.annotationId))}e.is=n})(at||(at={}));var st;(function(e){function t(r,i,a){var l={kind:"delete",uri:r};return i!==void 0&&(i.recursive!==void 0||i.ignoreIfNotExists!==void 0)&&(l.options=i),a!==void 0&&(l.annotationId=a),l}e.create=t;function n(r){var i=r;return i&&i.kind==="delete"&&S.string(i.uri)&&(i.options===void 0||(i.options.recursive===void 0||S.boolean(i.options.recursive))&&(i.options.ignoreIfNotExists===void 0||S.boolean(i.options.ignoreIfNotExists)))&&(i.annotationId===void 0||re.is(i.annotationId))}e.is=n})(st||(st={}));var dn;(function(e){function t(n){var r=n;return r&&(r.changes!==void 0||r.documentChanges!==void 0)&&(r.documentChanges===void 0||r.documentChanges.every(function(i){return S.string(i.kind)?rt.is(i)||at.is(i)||st.is(i):St.is(i)}))}e.is=t})(dn||(dn={}));var At=function(){function e(t,n){this.edits=t,this.changeAnnotations=n}return e.prototype.insert=function(t,n,r){var i,a;if(r===void 0?i=te.insert(t,n):re.is(r)?(a=r,i=Le.insert(t,n,r)):(this.assertChangeAnnotations(this.changeAnnotations),a=this.changeAnnotations.manage(r),i=Le.insert(t,n,a)),this.edits.push(i),a!==void 0)return a},e.prototype.replace=function(t,n,r){var i,a;if(r===void 0?i=te.replace(t,n):re.is(r)?(a=r,i=Le.replace(t,n,r)):(this.assertChangeAnnotations(this.changeAnnotations),a=this.changeAnnotations.manage(r),i=Le.replace(t,n,a)),this.edits.push(i),a!==void 0)return a},e.prototype.delete=function(t,n){var r,i;if(n===void 0?r=te.del(t):re.is(n)?(i=n,r=Le.del(t,n)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(n),r=Le.del(t,i)),this.edits.push(r),i!==void 0)return i},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.prototype.assertChangeAnnotations=function(t){if(t===void 0)throw new Error("Text edit change is not configured to manage change annotations.")},e}(),Bi=function(){function e(t){this._annotations=t===void 0?Object.create(null):t,this._counter=0,this._size=0}return e.prototype.all=function(){return this._annotations},Object.defineProperty(e.prototype,"size",{get:function(){return this._size},enumerable:!1,configurable:!0}),e.prototype.manage=function(t,n){var r;if(re.is(t)?r=t:(r=this.nextId(),n=t),this._annotations[r]!==void 0)throw new Error("Id "+r+" is already in use.");if(n===void 0)throw new Error("No annotation provided for id "+r);return this._annotations[r]=n,this._size++,r},e.prototype.nextId=function(){return this._counter++,this._counter.toString()},e}();(function(){function e(t){var n=this;this._textEditChanges=Object.create(null),t!==void 0?(this._workspaceEdit=t,t.documentChanges?(this._changeAnnotations=new Bi(t.changeAnnotations),t.changeAnnotations=this._changeAnnotations.all(),t.documentChanges.forEach(function(r){if(St.is(r)){var i=new At(r.edits,n._changeAnnotations);n._textEditChanges[r.textDocument.uri]=i}})):t.changes&&Object.keys(t.changes).forEach(function(r){var i=new At(t.changes[r]);n._textEditChanges[r]=i})):this._workspaceEdit={}}return Object.defineProperty(e.prototype,"edit",{get:function(){return this.initDocumentChanges(),this._changeAnnotations!==void 0&&(this._changeAnnotations.size===0?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit},enumerable:!1,configurable:!0}),e.prototype.getTextEditChange=function(t){if(xt.is(t)){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var n={uri:t.uri,version:t.version},r=this._textEditChanges[n.uri];if(!r){var i=[],a={textDocument:n,edits:i};this._workspaceEdit.documentChanges.push(a),r=new At(i,this._changeAnnotations),this._textEditChanges[n.uri]=r}return r}else{if(this.initChanges(),this._workspaceEdit.changes===void 0)throw new Error("Workspace edit is not configured for normal text edit changes.");var r=this._textEditChanges[t];if(!r){var i=[];this._workspaceEdit.changes[t]=i,r=new At(i),this._textEditChanges[t]=r}return r}},e.prototype.initDocumentChanges=function(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._changeAnnotations=new Bi,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())},e.prototype.initChanges=function(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._workspaceEdit.changes=Object.create(null))},e.prototype.createFile=function(t,n,r){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var i;Xe.is(n)||re.is(n)?i=n:r=n;var a,l;if(i===void 0?a=rt.create(t,r):(l=re.is(i)?i:this._changeAnnotations.manage(i),a=rt.create(t,r,l)),this._workspaceEdit.documentChanges.push(a),l!==void 0)return l},e.prototype.renameFile=function(t,n,r,i){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var a;Xe.is(r)||re.is(r)?a=r:i=r;var l,o;if(a===void 0?l=at.create(t,n,i):(o=re.is(a)?a:this._changeAnnotations.manage(a),l=at.create(t,n,i,o)),this._workspaceEdit.documentChanges.push(l),o!==void 0)return o},e.prototype.deleteFile=function(t,n,r){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var i;Xe.is(n)||re.is(n)?i=n:r=n;var a,l;if(i===void 0?a=st.create(t,r):(l=re.is(i)?i:this._changeAnnotations.manage(i),a=st.create(t,r,l)),this._workspaceEdit.documentChanges.push(a),l!==void 0)return l},e})();var Fi;(function(e){function t(r){return{uri:r}}e.create=t;function n(r){var i=r;return S.defined(i)&&S.string(i.uri)}e.is=n})(Fi||(Fi={}));var Oi;(function(e){function t(r,i){return{uri:r,version:i}}e.create=t;function n(r){var i=r;return S.defined(i)&&S.string(i.uri)&&S.integer(i.version)}e.is=n})(Oi||(Oi={}));var xt;(function(e){function t(r,i){return{uri:r,version:i}}e.create=t;function n(r){var i=r;return S.defined(i)&&S.string(i.uri)&&(i.version===null||S.integer(i.version))}e.is=n})(xt||(xt={}));var qi;(function(e){function t(r,i,a,l){return{uri:r,languageId:i,version:a,text:l}}e.create=t;function n(r){var i=r;return S.defined(i)&&S.string(i.uri)&&S.string(i.languageId)&&S.integer(i.version)&&S.string(i.text)}e.is=n})(qi||(qi={}));var ve;(function(e){e.PlainText="plaintext",e.Markdown="markdown"})(ve||(ve={})),function(e){function t(n){var r=n;return r===e.PlainText||r===e.Markdown}e.is=t}(ve||(ve={}));var hn;(function(e){function t(n){var r=n;return S.objectLiteral(n)&&ve.is(r.kind)&&S.string(r.value)}e.is=t})(hn||(hn={}));var ce;(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})(ce||(ce={}));var be;(function(e){e.PlainText=1,e.Snippet=2})(be||(be={}));var Vi;(function(e){e.Deprecated=1})(Vi||(Vi={}));var ji;(function(e){function t(r,i,a){return{newText:r,insert:i,replace:a}}e.create=t;function n(r){var i=r;return i&&S.string(i.newText)&&j.is(i.insert)&&j.is(i.replace)}e.is=n})(ji||(ji={}));var Gi;(function(e){e.asIs=1,e.adjustIndentation=2})(Gi||(Gi={}));var $i;(function(e){function t(n){return{label:n}}e.create=t})($i||($i={}));var Xi;(function(e){function t(n,r){return{items:n||[],isIncomplete:!!r}}e.create=t})(Xi||(Xi={}));var Dt;(function(e){function t(r){return r.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}e.fromPlainText=t;function n(r){var i=r;return S.string(i)||S.objectLiteral(i)&&S.string(i.language)&&S.string(i.value)}e.is=n})(Dt||(Dt={}));var Yi;(function(e){function t(n){var r=n;return!!r&&S.objectLiteral(r)&&(hn.is(r.contents)||Dt.is(r.contents)||S.typedArray(r.contents,Dt.is))&&(n.range===void 0||j.is(n.range))}e.is=t})(Yi||(Yi={}));var Qi;(function(e){function t(n,r){return r?{label:n,documentation:r}:{label:n}}e.create=t})(Qi||(Qi={}));var Ji;(function(e){function t(n,r){for(var i=[],a=2;a<arguments.length;a++)i[a-2]=arguments[a];var l={label:n};return S.defined(r)&&(l.documentation=r),S.defined(i)?l.parameters=i:l.parameters=[],l}e.create=t})(Ji||(Ji={}));var Ct;(function(e){e.Text=1,e.Read=2,e.Write=3})(Ct||(Ct={}));var Zi;(function(e){function t(n,r){var i={range:n};return S.number(r)&&(i.kind=r),i}e.create=t})(Zi||(Zi={}));var pn;(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})(pn||(pn={}));var Ki;(function(e){e.Deprecated=1})(Ki||(Ki={}));var er;(function(e){function t(n,r,i,a,l){var o={name:n,kind:r,location:{uri:a,range:i}};return l&&(o.containerName=l),o}e.create=t})(er||(er={}));var tr;(function(e){function t(r,i,a,l,o,s){var c={name:r,detail:i,kind:a,range:l,selectionRange:o};return s!==void 0&&(c.children=s),c}e.create=t;function n(r){var i=r;return i&&S.string(i.name)&&S.number(i.kind)&&j.is(i.range)&&j.is(i.selectionRange)&&(i.detail===void 0||S.string(i.detail))&&(i.deprecated===void 0||S.boolean(i.deprecated))&&(i.children===void 0||Array.isArray(i.children))&&(i.tags===void 0||Array.isArray(i.tags))}e.is=n})(tr||(tr={}));var nr;(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"})(nr||(nr={}));var ir;(function(e){function t(r,i){var a={diagnostics:r};return i!=null&&(a.only=i),a}e.create=t;function n(r){var i=r;return S.defined(i)&&S.typedArray(i.diagnostics,Tt.is)&&(i.only===void 0||S.typedArray(i.only,S.string))}e.is=n})(ir||(ir={}));var rr;(function(e){function t(r,i,a){var l={title:r},o=!0;return typeof i=="string"?(o=!1,l.kind=i):it.is(i)?l.command=i:l.edit=i,o&&a!==void 0&&(l.kind=a),l}e.create=t;function n(r){var i=r;return i&&S.string(i.title)&&(i.diagnostics===void 0||S.typedArray(i.diagnostics,Tt.is))&&(i.kind===void 0||S.string(i.kind))&&(i.edit!==void 0||i.command!==void 0)&&(i.command===void 0||it.is(i.command))&&(i.isPreferred===void 0||S.boolean(i.isPreferred))&&(i.edit===void 0||dn.is(i.edit))}e.is=n})(rr||(rr={}));var ar;(function(e){function t(r,i){var a={range:r};return S.defined(i)&&(a.data=i),a}e.create=t;function n(r){var i=r;return S.defined(i)&&j.is(i.range)&&(S.undefined(i.command)||it.is(i.command))}e.is=n})(ar||(ar={}));var sr;(function(e){function t(r,i){return{tabSize:r,insertSpaces:i}}e.create=t;function n(r){var i=r;return S.defined(i)&&S.uinteger(i.tabSize)&&S.boolean(i.insertSpaces)}e.is=n})(sr||(sr={}));var or;(function(e){function t(r,i,a){return{range:r,target:i,data:a}}e.create=t;function n(r){var i=r;return S.defined(i)&&j.is(i.range)&&(S.undefined(i.target)||S.string(i.target))}e.is=n})(or||(or={}));var Et;(function(e){function t(r,i){return{range:r,parent:i}}e.create=t;function n(r){var i=r;return i!==void 0&&j.is(i.range)&&(i.parent===void 0||e.is(i.parent))}e.is=n})(Et||(Et={}));var lr;(function(e){function t(a,l,o,s){return new ds(a,l,o,s)}e.create=t;function n(a){var l=a;return!!(S.defined(l)&&S.string(l.uri)&&(S.undefined(l.languageId)||S.string(l.languageId))&&S.uinteger(l.lineCount)&&S.func(l.getText)&&S.func(l.positionAt)&&S.func(l.offsetAt))}e.is=n;function r(a,l){for(var o=a.getText(),s=i(l,function(v,g){var y=v.range.start.line-g.range.start.line;return y===0?v.range.start.character-g.range.start.character:y}),c=o.length,u=s.length-1;u>=0;u--){var d=s[u],h=a.offsetAt(d.range.start),f=a.offsetAt(d.range.end);if(f<=c)o=o.substring(0,h)+d.newText+o.substring(f,o.length);else throw new Error("Overlapping edit");c=h}return o}e.applyEdits=r;function i(a,l){if(a.length<=1)return a;var o=a.length/2|0,s=a.slice(0,o),c=a.slice(o);i(s,l),i(c,l);for(var u=0,d=0,h=0;u<s.length&&d<c.length;){var f=l(s[u],c[d]);f<=0?a[h++]=s[u++]:a[h++]=c[d++]}for(;u<s.length;)a[h++]=s[u++];for(;d<c.length;)a[h++]=c[d++];return a}})(lr||(lr={}));var ds=function(){function e(t,n,r,i){this._uri=t,this._languageId=n,this._version=r,this._content=i,this._lineOffsets=void 0}return Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._version},enumerable:!1,configurable:!0}),e.prototype.getText=function(t){if(t){var n=this.offsetAt(t.start),r=this.offsetAt(t.end);return this._content.substring(n,r)}return this._content},e.prototype.update=function(t,n){this._content=t.text,this._version=n,this._lineOffsets=void 0},e.prototype.getLineOffsets=function(){if(this._lineOffsets===void 0){for(var t=[],n=this._content,r=!0,i=0;i<n.length;i++){r&&(t.push(i),r=!1);var a=n.charAt(i);r=a==="\r"||a===`
9
+ *-----------------------------------------------------------------------------*/function us(e,t){let n;return t.length===0?n=e:n=e.replace(/\{(\d+)\}/g,(r,i)=>{let a=i[0];return typeof t[a]!="undefined"?t[a]:r}),n}function cs(e,t,...n){return us(t,n)}function ln(e){return cs}var Ri;(function(e){e.MIN_VALUE=-2147483648,e.MAX_VALUE=2147483647})(Ri||(Ri={}));var wt;(function(e){e.MIN_VALUE=0,e.MAX_VALUE=2147483647})(wt||(wt={}));var ie;(function(e){function t(r,i){return r===Number.MAX_VALUE&&(r=wt.MAX_VALUE),i===Number.MAX_VALUE&&(i=wt.MAX_VALUE),{line:r,character:i}}e.create=t;function n(r){var i=r;return A.objectLiteral(i)&&A.uinteger(i.line)&&A.uinteger(i.character)}e.is=n})(ie||(ie={}));var j;(function(e){function t(r,i,a,l){if(A.uinteger(r)&&A.uinteger(i)&&A.uinteger(a)&&A.uinteger(l))return{start:ie.create(r,i),end:ie.create(a,l)};if(ie.is(r)&&ie.is(i))return{start:r,end:i};throw new Error("Range#create called with invalid arguments["+r+", "+i+", "+a+", "+l+"]")}e.create=t;function n(r){var i=r;return A.objectLiteral(i)&&ie.is(i.start)&&ie.is(i.end)}e.is=n})(j||(j={}));var yt;(function(e){function t(r,i){return{uri:r,range:i}}e.create=t;function n(r){var i=r;return A.defined(i)&&j.is(i.range)&&(A.string(i.uri)||A.undefined(i.uri))}e.is=n})(yt||(yt={}));var Ni;(function(e){function t(r,i,a,l){return{targetUri:r,targetRange:i,targetSelectionRange:a,originSelectionRange:l}}e.create=t;function n(r){var i=r;return A.defined(i)&&j.is(i.targetRange)&&A.string(i.targetUri)&&(j.is(i.targetSelectionRange)||A.undefined(i.targetSelectionRange))&&(j.is(i.originSelectionRange)||A.undefined(i.originSelectionRange))}e.is=n})(Ni||(Ni={}));var un;(function(e){function t(r,i,a,l){return{red:r,green:i,blue:a,alpha:l}}e.create=t;function n(r){var i=r;return A.numberRange(i.red,0,1)&&A.numberRange(i.green,0,1)&&A.numberRange(i.blue,0,1)&&A.numberRange(i.alpha,0,1)}e.is=n})(un||(un={}));var Hi;(function(e){function t(r,i){return{range:r,color:i}}e.create=t;function n(r){var i=r;return j.is(i.range)&&un.is(i.color)}e.is=n})(Hi||(Hi={}));var Ui;(function(e){function t(r,i,a){return{label:r,textEdit:i,additionalTextEdits:a}}e.create=t;function n(r){var i=r;return A.string(i.label)&&(A.undefined(i.textEdit)||te.is(i))&&(A.undefined(i.additionalTextEdits)||A.typedArray(i.additionalTextEdits,te.is))}e.is=n})(Ui||(Ui={}));var Tt;(function(e){e.Comment="comment",e.Imports="imports",e.Region="region"})(Tt||(Tt={}));var Ii;(function(e){function t(r,i,a,l,o){var s={startLine:r,endLine:i};return A.defined(a)&&(s.startCharacter=a),A.defined(l)&&(s.endCharacter=l),A.defined(o)&&(s.kind=o),s}e.create=t;function n(r){var i=r;return A.uinteger(i.startLine)&&A.uinteger(i.startLine)&&(A.undefined(i.startCharacter)||A.uinteger(i.startCharacter))&&(A.undefined(i.endCharacter)||A.uinteger(i.endCharacter))&&(A.undefined(i.kind)||A.string(i.kind))}e.is=n})(Ii||(Ii={}));var cn;(function(e){function t(r,i){return{location:r,message:i}}e.create=t;function n(r){var i=r;return A.defined(i)&&yt.is(i.location)&&A.string(i.message)}e.is=n})(cn||(cn={}));var zi;(function(e){e.Error=1,e.Warning=2,e.Information=3,e.Hint=4})(zi||(zi={}));var Wi;(function(e){e.Unnecessary=1,e.Deprecated=2})(Wi||(Wi={}));var Pi;(function(e){function t(n){var r=n;return r!=null&&A.string(r.href)}e.is=t})(Pi||(Pi={}));var kt;(function(e){function t(r,i,a,l,o,s){var u={range:r,message:i};return A.defined(a)&&(u.severity=a),A.defined(l)&&(u.code=l),A.defined(o)&&(u.source=o),A.defined(s)&&(u.relatedInformation=s),u}e.create=t;function n(r){var i,a=r;return A.defined(a)&&j.is(a.range)&&A.string(a.message)&&(A.number(a.severity)||A.undefined(a.severity))&&(A.integer(a.code)||A.string(a.code)||A.undefined(a.code))&&(A.undefined(a.codeDescription)||A.string((i=a.codeDescription)===null||i===void 0?void 0:i.href))&&(A.string(a.source)||A.undefined(a.source))&&(A.undefined(a.relatedInformation)||A.typedArray(a.relatedInformation,cn.is))}e.is=n})(kt||(kt={}));var it;(function(e){function t(r,i){for(var a=[],l=2;l<arguments.length;l++)a[l-2]=arguments[l];var o={title:r,command:i};return A.defined(a)&&a.length>0&&(o.arguments=a),o}e.create=t;function n(r){var i=r;return A.defined(i)&&A.string(i.title)&&A.string(i.command)}e.is=n})(it||(it={}));var te;(function(e){function t(a,l){return{range:a,newText:l}}e.replace=t;function n(a,l){return{range:{start:a,end:a},newText:l}}e.insert=n;function r(a){return{range:a,newText:""}}e.del=r;function i(a){var l=a;return A.objectLiteral(l)&&A.string(l.newText)&&j.is(l.range)}e.is=i})(te||(te={}));var Xe;(function(e){function t(r,i,a){var l={label:r};return i!==void 0&&(l.needsConfirmation=i),a!==void 0&&(l.description=a),l}e.create=t;function n(r){var i=r;return i!==void 0&&A.objectLiteral(i)&&A.string(i.label)&&(A.boolean(i.needsConfirmation)||i.needsConfirmation===void 0)&&(A.string(i.description)||i.description===void 0)}e.is=n})(Xe||(Xe={}));var re;(function(e){function t(n){var r=n;return typeof r=="string"}e.is=t})(re||(re={}));var Me;(function(e){function t(a,l,o){return{range:a,newText:l,annotationId:o}}e.replace=t;function n(a,l,o){return{range:{start:a,end:a},newText:l,annotationId:o}}e.insert=n;function r(a,l){return{range:a,newText:"",annotationId:l}}e.del=r;function i(a){var l=a;return te.is(l)&&(Xe.is(l.annotationId)||re.is(l.annotationId))}e.is=i})(Me||(Me={}));var At;(function(e){function t(r,i){return{textDocument:r,edits:i}}e.create=t;function n(r){var i=r;return A.defined(i)&&xt.is(i.textDocument)&&Array.isArray(i.edits)}e.is=n})(At||(At={}));var rt;(function(e){function t(r,i,a){var l={kind:"create",uri:r};return i!==void 0&&(i.overwrite!==void 0||i.ignoreIfExists!==void 0)&&(l.options=i),a!==void 0&&(l.annotationId=a),l}e.create=t;function n(r){var i=r;return i&&i.kind==="create"&&A.string(i.uri)&&(i.options===void 0||(i.options.overwrite===void 0||A.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||A.boolean(i.options.ignoreIfExists)))&&(i.annotationId===void 0||re.is(i.annotationId))}e.is=n})(rt||(rt={}));var at;(function(e){function t(r,i,a,l){var o={kind:"rename",oldUri:r,newUri:i};return a!==void 0&&(a.overwrite!==void 0||a.ignoreIfExists!==void 0)&&(o.options=a),l!==void 0&&(o.annotationId=l),o}e.create=t;function n(r){var i=r;return i&&i.kind==="rename"&&A.string(i.oldUri)&&A.string(i.newUri)&&(i.options===void 0||(i.options.overwrite===void 0||A.boolean(i.options.overwrite))&&(i.options.ignoreIfExists===void 0||A.boolean(i.options.ignoreIfExists)))&&(i.annotationId===void 0||re.is(i.annotationId))}e.is=n})(at||(at={}));var st;(function(e){function t(r,i,a){var l={kind:"delete",uri:r};return i!==void 0&&(i.recursive!==void 0||i.ignoreIfNotExists!==void 0)&&(l.options=i),a!==void 0&&(l.annotationId=a),l}e.create=t;function n(r){var i=r;return i&&i.kind==="delete"&&A.string(i.uri)&&(i.options===void 0||(i.options.recursive===void 0||A.boolean(i.options.recursive))&&(i.options.ignoreIfNotExists===void 0||A.boolean(i.options.ignoreIfNotExists)))&&(i.annotationId===void 0||re.is(i.annotationId))}e.is=n})(st||(st={}));var hn;(function(e){function t(n){var r=n;return r&&(r.changes!==void 0||r.documentChanges!==void 0)&&(r.documentChanges===void 0||r.documentChanges.every(function(i){return A.string(i.kind)?rt.is(i)||at.is(i)||st.is(i):At.is(i)}))}e.is=t})(hn||(hn={}));var St=function(){function e(t,n){this.edits=t,this.changeAnnotations=n}return e.prototype.insert=function(t,n,r){var i,a;if(r===void 0?i=te.insert(t,n):re.is(r)?(a=r,i=Me.insert(t,n,r)):(this.assertChangeAnnotations(this.changeAnnotations),a=this.changeAnnotations.manage(r),i=Me.insert(t,n,a)),this.edits.push(i),a!==void 0)return a},e.prototype.replace=function(t,n,r){var i,a;if(r===void 0?i=te.replace(t,n):re.is(r)?(a=r,i=Me.replace(t,n,r)):(this.assertChangeAnnotations(this.changeAnnotations),a=this.changeAnnotations.manage(r),i=Me.replace(t,n,a)),this.edits.push(i),a!==void 0)return a},e.prototype.delete=function(t,n){var r,i;if(n===void 0?r=te.del(t):re.is(n)?(i=n,r=Me.del(t,n)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(n),r=Me.del(t,i)),this.edits.push(r),i!==void 0)return i},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.prototype.assertChangeAnnotations=function(t){if(t===void 0)throw new Error("Text edit change is not configured to manage change annotations.")},e}(),Fi=function(){function e(t){this._annotations=t===void 0?Object.create(null):t,this._counter=0,this._size=0}return e.prototype.all=function(){return this._annotations},Object.defineProperty(e.prototype,"size",{get:function(){return this._size},enumerable:!1,configurable:!0}),e.prototype.manage=function(t,n){var r;if(re.is(t)?r=t:(r=this.nextId(),n=t),this._annotations[r]!==void 0)throw new Error("Id "+r+" is already in use.");if(n===void 0)throw new Error("No annotation provided for id "+r);return this._annotations[r]=n,this._size++,r},e.prototype.nextId=function(){return this._counter++,this._counter.toString()},e}();(function(){function e(t){var n=this;this._textEditChanges=Object.create(null),t!==void 0?(this._workspaceEdit=t,t.documentChanges?(this._changeAnnotations=new Fi(t.changeAnnotations),t.changeAnnotations=this._changeAnnotations.all(),t.documentChanges.forEach(function(r){if(At.is(r)){var i=new St(r.edits,n._changeAnnotations);n._textEditChanges[r.textDocument.uri]=i}})):t.changes&&Object.keys(t.changes).forEach(function(r){var i=new St(t.changes[r]);n._textEditChanges[r]=i})):this._workspaceEdit={}}return Object.defineProperty(e.prototype,"edit",{get:function(){return this.initDocumentChanges(),this._changeAnnotations!==void 0&&(this._changeAnnotations.size===0?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit},enumerable:!1,configurable:!0}),e.prototype.getTextEditChange=function(t){if(xt.is(t)){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var n={uri:t.uri,version:t.version},r=this._textEditChanges[n.uri];if(!r){var i=[],a={textDocument:n,edits:i};this._workspaceEdit.documentChanges.push(a),r=new St(i,this._changeAnnotations),this._textEditChanges[n.uri]=r}return r}else{if(this.initChanges(),this._workspaceEdit.changes===void 0)throw new Error("Workspace edit is not configured for normal text edit changes.");var r=this._textEditChanges[t];if(!r){var i=[];this._workspaceEdit.changes[t]=i,r=new St(i),this._textEditChanges[t]=r}return r}},e.prototype.initDocumentChanges=function(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._changeAnnotations=new Fi,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())},e.prototype.initChanges=function(){this._workspaceEdit.documentChanges===void 0&&this._workspaceEdit.changes===void 0&&(this._workspaceEdit.changes=Object.create(null))},e.prototype.createFile=function(t,n,r){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var i;Xe.is(n)||re.is(n)?i=n:r=n;var a,l;if(i===void 0?a=rt.create(t,r):(l=re.is(i)?i:this._changeAnnotations.manage(i),a=rt.create(t,r,l)),this._workspaceEdit.documentChanges.push(a),l!==void 0)return l},e.prototype.renameFile=function(t,n,r,i){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var a;Xe.is(r)||re.is(r)?a=r:i=r;var l,o;if(a===void 0?l=at.create(t,n,i):(o=re.is(a)?a:this._changeAnnotations.manage(a),l=at.create(t,n,i,o)),this._workspaceEdit.documentChanges.push(l),o!==void 0)return o},e.prototype.deleteFile=function(t,n,r){if(this.initDocumentChanges(),this._workspaceEdit.documentChanges===void 0)throw new Error("Workspace edit is not configured for document changes.");var i;Xe.is(n)||re.is(n)?i=n:r=n;var a,l;if(i===void 0?a=st.create(t,r):(l=re.is(i)?i:this._changeAnnotations.manage(i),a=st.create(t,r,l)),this._workspaceEdit.documentChanges.push(a),l!==void 0)return l},e})();var Bi;(function(e){function t(r){return{uri:r}}e.create=t;function n(r){var i=r;return A.defined(i)&&A.string(i.uri)}e.is=n})(Bi||(Bi={}));var qi;(function(e){function t(r,i){return{uri:r,version:i}}e.create=t;function n(r){var i=r;return A.defined(i)&&A.string(i.uri)&&A.integer(i.version)}e.is=n})(qi||(qi={}));var xt;(function(e){function t(r,i){return{uri:r,version:i}}e.create=t;function n(r){var i=r;return A.defined(i)&&A.string(i.uri)&&(i.version===null||A.integer(i.version))}e.is=n})(xt||(xt={}));var Oi;(function(e){function t(r,i,a,l){return{uri:r,languageId:i,version:a,text:l}}e.create=t;function n(r){var i=r;return A.defined(i)&&A.string(i.uri)&&A.string(i.languageId)&&A.integer(i.version)&&A.string(i.text)}e.is=n})(Oi||(Oi={}));var _e;(function(e){e.PlainText="plaintext",e.Markdown="markdown"})(_e||(_e={})),function(e){function t(n){var r=n;return r===e.PlainText||r===e.Markdown}e.is=t}(_e||(_e={}));var dn;(function(e){function t(n){var r=n;return A.objectLiteral(n)&&_e.is(r.kind)&&A.string(r.value)}e.is=t})(dn||(dn={}));var ue;(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})(ue||(ue={}));var ve;(function(e){e.PlainText=1,e.Snippet=2})(ve||(ve={}));var Vi;(function(e){e.Deprecated=1})(Vi||(Vi={}));var ji;(function(e){function t(r,i,a){return{newText:r,insert:i,replace:a}}e.create=t;function n(r){var i=r;return i&&A.string(i.newText)&&j.is(i.insert)&&j.is(i.replace)}e.is=n})(ji||(ji={}));var Gi;(function(e){e.asIs=1,e.adjustIndentation=2})(Gi||(Gi={}));var $i;(function(e){function t(n){return{label:n}}e.create=t})($i||($i={}));var Xi;(function(e){function t(n,r){return{items:n||[],isIncomplete:!!r}}e.create=t})(Xi||(Xi={}));var Lt;(function(e){function t(r){return r.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}e.fromPlainText=t;function n(r){var i=r;return A.string(i)||A.objectLiteral(i)&&A.string(i.language)&&A.string(i.value)}e.is=n})(Lt||(Lt={}));var Yi;(function(e){function t(n){var r=n;return!!r&&A.objectLiteral(r)&&(dn.is(r.contents)||Lt.is(r.contents)||A.typedArray(r.contents,Lt.is))&&(n.range===void 0||j.is(n.range))}e.is=t})(Yi||(Yi={}));var Ji;(function(e){function t(n,r){return r?{label:n,documentation:r}:{label:n}}e.create=t})(Ji||(Ji={}));var Qi;(function(e){function t(n,r){for(var i=[],a=2;a<arguments.length;a++)i[a-2]=arguments[a];var l={label:n};return A.defined(r)&&(l.documentation=r),A.defined(i)?l.parameters=i:l.parameters=[],l}e.create=t})(Qi||(Qi={}));var Ct;(function(e){e.Text=1,e.Read=2,e.Write=3})(Ct||(Ct={}));var Zi;(function(e){function t(n,r){var i={range:n};return A.number(r)&&(i.kind=r),i}e.create=t})(Zi||(Zi={}));var mn;(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})(mn||(mn={}));var Ki;(function(e){e.Deprecated=1})(Ki||(Ki={}));var er;(function(e){function t(n,r,i,a,l){var o={name:n,kind:r,location:{uri:a,range:i}};return l&&(o.containerName=l),o}e.create=t})(er||(er={}));var tr;(function(e){function t(r,i,a,l,o,s){var u={name:r,detail:i,kind:a,range:l,selectionRange:o};return s!==void 0&&(u.children=s),u}e.create=t;function n(r){var i=r;return i&&A.string(i.name)&&A.number(i.kind)&&j.is(i.range)&&j.is(i.selectionRange)&&(i.detail===void 0||A.string(i.detail))&&(i.deprecated===void 0||A.boolean(i.deprecated))&&(i.children===void 0||Array.isArray(i.children))&&(i.tags===void 0||Array.isArray(i.tags))}e.is=n})(tr||(tr={}));var nr;(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"})(nr||(nr={}));var ir;(function(e){function t(r,i){var a={diagnostics:r};return i!=null&&(a.only=i),a}e.create=t;function n(r){var i=r;return A.defined(i)&&A.typedArray(i.diagnostics,kt.is)&&(i.only===void 0||A.typedArray(i.only,A.string))}e.is=n})(ir||(ir={}));var rr;(function(e){function t(r,i,a){var l={title:r},o=!0;return typeof i=="string"?(o=!1,l.kind=i):it.is(i)?l.command=i:l.edit=i,o&&a!==void 0&&(l.kind=a),l}e.create=t;function n(r){var i=r;return i&&A.string(i.title)&&(i.diagnostics===void 0||A.typedArray(i.diagnostics,kt.is))&&(i.kind===void 0||A.string(i.kind))&&(i.edit!==void 0||i.command!==void 0)&&(i.command===void 0||it.is(i.command))&&(i.isPreferred===void 0||A.boolean(i.isPreferred))&&(i.edit===void 0||hn.is(i.edit))}e.is=n})(rr||(rr={}));var ar;(function(e){function t(r,i){var a={range:r};return A.defined(i)&&(a.data=i),a}e.create=t;function n(r){var i=r;return A.defined(i)&&j.is(i.range)&&(A.undefined(i.command)||it.is(i.command))}e.is=n})(ar||(ar={}));var sr;(function(e){function t(r,i){return{tabSize:r,insertSpaces:i}}e.create=t;function n(r){var i=r;return A.defined(i)&&A.uinteger(i.tabSize)&&A.boolean(i.insertSpaces)}e.is=n})(sr||(sr={}));var or;(function(e){function t(r,i,a){return{range:r,target:i,data:a}}e.create=t;function n(r){var i=r;return A.defined(i)&&j.is(i.range)&&(A.undefined(i.target)||A.string(i.target))}e.is=n})(or||(or={}));var Et;(function(e){function t(r,i){return{range:r,parent:i}}e.create=t;function n(r){var i=r;return i!==void 0&&j.is(i.range)&&(i.parent===void 0||e.is(i.parent))}e.is=n})(Et||(Et={}));var lr;(function(e){function t(a,l,o,s){return new hs(a,l,o,s)}e.create=t;function n(a){var l=a;return!!(A.defined(l)&&A.string(l.uri)&&(A.undefined(l.languageId)||A.string(l.languageId))&&A.uinteger(l.lineCount)&&A.func(l.getText)&&A.func(l.positionAt)&&A.func(l.offsetAt))}e.is=n;function r(a,l){for(var o=a.getText(),s=i(l,function(_,b){var y=_.range.start.line-b.range.start.line;return y===0?_.range.start.character-b.range.start.character:y}),u=o.length,c=s.length-1;c>=0;c--){var h=s[c],d=a.offsetAt(h.range.start),f=a.offsetAt(h.range.end);if(f<=u)o=o.substring(0,d)+h.newText+o.substring(f,o.length);else throw new Error("Overlapping edit");u=d}return o}e.applyEdits=r;function i(a,l){if(a.length<=1)return a;var o=a.length/2|0,s=a.slice(0,o),u=a.slice(o);i(s,l),i(u,l);for(var c=0,h=0,d=0;c<s.length&&h<u.length;){var f=l(s[c],u[h]);f<=0?a[d++]=s[c++]:a[d++]=u[h++]}for(;c<s.length;)a[d++]=s[c++];for(;h<u.length;)a[d++]=u[h++];return a}})(lr||(lr={}));var hs=function(){function e(t,n,r,i){this._uri=t,this._languageId=n,this._version=r,this._content=i,this._lineOffsets=void 0}return Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._version},enumerable:!1,configurable:!0}),e.prototype.getText=function(t){if(t){var n=this.offsetAt(t.start),r=this.offsetAt(t.end);return this._content.substring(n,r)}return this._content},e.prototype.update=function(t,n){this._content=t.text,this._version=n,this._lineOffsets=void 0},e.prototype.getLineOffsets=function(){if(this._lineOffsets===void 0){for(var t=[],n=this._content,r=!0,i=0;i<n.length;i++){r&&(t.push(i),r=!1);var a=n.charAt(i);r=a==="\r"||a===`
10
10
  `,a==="\r"&&i+1<n.length&&n.charAt(i+1)===`
11
- `&&i++}r&&n.length>0&&t.push(n.length),this._lineOffsets=t}return this._lineOffsets},e.prototype.positionAt=function(t){t=Math.max(Math.min(t,this._content.length),0);var n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return ie.create(0,t);for(;r<i;){var a=Math.floor((r+i)/2);n[a]>t?i=a:r=a+1}var l=r-1;return ie.create(l,t-n[l])},e.prototype.offsetAt=function(t){var n=this.getLineOffsets();if(t.line>=n.length)return this._content.length;if(t.line<0)return 0;var r=n[t.line],i=t.line+1<n.length?n[t.line+1]:this._content.length;return Math.max(Math.min(r+t.character,i),r)},Object.defineProperty(e.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!1,configurable:!0}),e}(),S;(function(e){var t=Object.prototype.toString;function n(f){return typeof f!="undefined"}e.defined=n;function r(f){return typeof f=="undefined"}e.undefined=r;function i(f){return f===!0||f===!1}e.boolean=i;function a(f){return t.call(f)==="[object String]"}e.string=a;function l(f){return t.call(f)==="[object Number]"}e.number=l;function o(f,v,g){return t.call(f)==="[object Number]"&&v<=f&&f<=g}e.numberRange=o;function s(f){return t.call(f)==="[object Number]"&&-2147483648<=f&&f<=2147483647}e.integer=s;function c(f){return t.call(f)==="[object Number]"&&0<=f&&f<=2147483647}e.uinteger=c;function u(f){return t.call(f)==="[object Function]"}e.func=u;function d(f){return f!==null&&typeof f=="object"}e.objectLiteral=d;function h(f,v){return Array.isArray(f)&&f.every(v)}e.typedArray=h})(S||(S={}));var hs=function(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,a;r<i;r++)(a||!(r in t))&&(a||(a=Array.prototype.slice.call(t,0,r)),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))},cr=function(){function e(t,n,r,i){this._uri=t,this._languageId=n,this._version=r,this._content=i,this._lineOffsets=void 0}return Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._version},enumerable:!1,configurable:!0}),e.prototype.getText=function(t){if(t){var n=this.offsetAt(t.start),r=this.offsetAt(t.end);return this._content.substring(n,r)}return this._content},e.prototype.update=function(t,n){for(var r=0,i=t;r<i.length;r++){var a=i[r];if(e.isIncremental(a)){var l=dr(a.range),o=this.offsetAt(l.start),s=this.offsetAt(l.end);this._content=this._content.substring(0,o)+a.text+this._content.substring(s,this._content.length);var c=Math.max(l.start.line,0),u=Math.max(l.end.line,0),d=this._lineOffsets,h=ur(a.text,!1,o);if(u-c===h.length)for(var f=0,v=h.length;f<v;f++)d[f+c+1]=h[f];else h.length<1e4?d.splice.apply(d,hs([c+1,u-c],h,!1)):this._lineOffsets=d=d.slice(0,c+1).concat(h,d.slice(u+1));var g=a.text.length-(s-o);if(g!==0)for(var f=c+1+h.length,v=d.length;f<v;f++)d[f]=d[f]+g}else if(e.isFull(a))this._content=a.text,this._lineOffsets=void 0;else throw new Error("Unknown change event received")}this._version=n},e.prototype.getLineOffsets=function(){return this._lineOffsets===void 0&&(this._lineOffsets=ur(this._content,!0)),this._lineOffsets},e.prototype.positionAt=function(t){t=Math.max(Math.min(t,this._content.length),0);var n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return{line:0,character:t};for(;r<i;){var a=Math.floor((r+i)/2);n[a]>t?i=a:r=a+1}var l=r-1;return{line:l,character:t-n[l]}},e.prototype.offsetAt=function(t){var n=this.getLineOffsets();if(t.line>=n.length)return this._content.length;if(t.line<0)return 0;var r=n[t.line],i=t.line+1<n.length?n[t.line+1]:this._content.length;return Math.max(Math.min(r+t.character,i),r)},Object.defineProperty(e.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!1,configurable:!0}),e.isIncremental=function(t){var n=t;return n!=null&&typeof n.text=="string"&&n.range!==void 0&&(n.rangeLength===void 0||typeof n.rangeLength=="number")},e.isFull=function(t){var n=t;return n!=null&&typeof n.text=="string"&&n.range===void 0&&n.rangeLength===void 0},e}(),mn;(function(e){function t(i,a,l,o){return new cr(i,a,l,o)}e.create=t;function n(i,a,l){if(i instanceof cr)return i.update(a,l),i;throw new Error("TextDocument.update: document must be created by TextDocument.create")}e.update=n;function r(i,a){for(var l=i.getText(),o=fn(a.map(ps),function(v,g){var y=v.range.start.line-g.range.start.line;return y===0?v.range.start.character-g.range.start.character:y}),s=0,c=[],u=0,d=o;u<d.length;u++){var h=d[u],f=i.offsetAt(h.range.start);if(f<s)throw new Error("Overlapping edit");f>s&&c.push(l.substring(s,f)),h.newText.length&&c.push(h.newText),s=i.offsetAt(h.range.end)}return c.push(l.substr(s)),c.join("")}e.applyEdits=r})(mn||(mn={}));function fn(e,t){if(e.length<=1)return e;var n=e.length/2|0,r=e.slice(0,n),i=e.slice(n);fn(r,t),fn(i,t);for(var a=0,l=0,o=0;a<r.length&&l<i.length;){var s=t(r[a],i[l]);s<=0?e[o++]=r[a++]:e[o++]=i[l++]}for(;a<r.length;)e[o++]=r[a++];for(;l<i.length;)e[o++]=i[l++];return e}function ur(e,t,n){n===void 0&&(n=0);for(var r=t?[n]:[],i=0;i<e.length;i++){var a=e.charCodeAt(i);(a===13||a===10)&&(a===13&&i+1<e.length&&e.charCodeAt(i+1)===10&&i++,r.push(n+i+1))}return r}function dr(e){var t=e.start,n=e.end;return t.line>n.line||t.line===n.line&&t.character>n.character?{start:n,end:t}:e}function ps(e){var t=dr(e.range);return t!==e.range?{newText:e.newText,range:t}:e}var M;(function(e){e[e.StartCommentTag=0]="StartCommentTag",e[e.Comment=1]="Comment",e[e.EndCommentTag=2]="EndCommentTag",e[e.StartTagOpen=3]="StartTagOpen",e[e.StartTagClose=4]="StartTagClose",e[e.StartTagSelfClose=5]="StartTagSelfClose",e[e.StartTag=6]="StartTag",e[e.EndTagOpen=7]="EndTagOpen",e[e.EndTagClose=8]="EndTagClose",e[e.EndTag=9]="EndTag",e[e.DelimiterAssign=10]="DelimiterAssign",e[e.AttributeName=11]="AttributeName",e[e.AttributeValue=12]="AttributeValue",e[e.StartDoctypeTag=13]="StartDoctypeTag",e[e.Doctype=14]="Doctype",e[e.EndDoctypeTag=15]="EndDoctypeTag",e[e.Content=16]="Content",e[e.Whitespace=17]="Whitespace",e[e.Unknown=18]="Unknown",e[e.Script=19]="Script",e[e.Styles=20]="Styles",e[e.EOS=21]="EOS"})(M||(M={}));var F;(function(e){e[e.WithinContent=0]="WithinContent",e[e.AfterOpeningStartTag=1]="AfterOpeningStartTag",e[e.AfterOpeningEndTag=2]="AfterOpeningEndTag",e[e.WithinDoctype=3]="WithinDoctype",e[e.WithinTag=4]="WithinTag",e[e.WithinEndTag=5]="WithinEndTag",e[e.WithinComment=6]="WithinComment",e[e.WithinScriptContent=7]="WithinScriptContent",e[e.WithinStyleContent=8]="WithinStyleContent",e[e.AfterAttributeName=9]="AfterAttributeName",e[e.BeforeAttributeValue=10]="BeforeAttributeValue"})(F||(F={}));var hr;(function(e){e.LATEST={textDocument:{completion:{completionItem:{documentationFormat:[ve.Markdown,ve.PlainText]}},hover:{contentFormat:[ve.Markdown,ve.PlainText]}}}})(hr||(hr={}));var _n;(function(e){e[e.Unknown=0]="Unknown",e[e.File=1]="File",e[e.Directory=2]="Directory",e[e.SymbolicLink=64]="SymbolicLink"})(_n||(_n={}));var Me=ln(),ms=function(){function e(t,n){this.source=t,this.len=t.length,this.position=n}return e.prototype.eos=function(){return this.len<=this.position},e.prototype.getSource=function(){return this.source},e.prototype.pos=function(){return this.position},e.prototype.goBackTo=function(t){this.position=t},e.prototype.goBack=function(t){this.position-=t},e.prototype.advance=function(t){this.position+=t},e.prototype.goToEnd=function(){this.position=this.source.length},e.prototype.nextChar=function(){return this.source.charCodeAt(this.position++)||0},e.prototype.peekChar=function(t){return t===void 0&&(t=0),this.source.charCodeAt(this.position+t)||0},e.prototype.advanceIfChar=function(t){return t===this.source.charCodeAt(this.position)?(this.position++,!0):!1},e.prototype.advanceIfChars=function(t){var n;if(this.position+t.length>this.source.length)return!1;for(n=0;n<t.length;n++)if(this.source.charCodeAt(this.position+n)!==t[n])return!1;return this.advance(n),!0},e.prototype.advanceIfRegExp=function(t){var n=this.source.substr(this.position),r=n.match(t);return r?(this.position=this.position+r.index+r[0].length,r[0]):""},e.prototype.advanceUntilRegExp=function(t){var n=this.source.substr(this.position),r=n.match(t);return r?(this.position=this.position+r.index,r[0]):(this.goToEnd(),"")},e.prototype.advanceUntilChar=function(t){for(;this.position<this.source.length;){if(this.source.charCodeAt(this.position)===t)return!0;this.advance(1)}return!1},e.prototype.advanceUntilChars=function(t){for(;this.position+t.length<=this.source.length;){for(var n=0;n<t.length&&this.source.charCodeAt(this.position+n)===t[n];n++);if(n===t.length)return!0;this.advance(1)}return this.goToEnd(),!1},e.prototype.skipWhitespace=function(){var t=this.advanceWhileChar(function(n){return n===ys||n===ks||n===vs||n===ws||n===bs});return t>0},e.prototype.advanceWhileChar=function(t){for(var n=this.position;this.position<this.len&&t(this.source.charCodeAt(this.position));)this.position++;return this.position-n},e}(),pr="!".charCodeAt(0),Ye="-".charCodeAt(0),Lt="<".charCodeAt(0),ye=">".charCodeAt(0),gn="/".charCodeAt(0),fs="=".charCodeAt(0),_s='"'.charCodeAt(0),gs="'".charCodeAt(0),vs=`
12
- `.charCodeAt(0),bs="\r".charCodeAt(0),ws="\f".charCodeAt(0),ys=" ".charCodeAt(0),ks=" ".charCodeAt(0),Ts={"text/x-handlebars-template":!0,"text/html":!0};function fe(e,t,n,r){t===void 0&&(t=0),n===void 0&&(n=F.WithinContent),r===void 0&&(r=!1);var i=new ms(e,t),a=n,l=0,o=M.Unknown,s,c,u,d,h;function f(){return i.advanceIfRegExp(/^[_:\w][_:\w-.\d]*/).toLowerCase()}function v(){return i.advanceIfRegExp(/^[^\s"'></=\x00-\x0F\x7F\x80-\x9F]*/).toLowerCase()}function g(m,b,A){return o=b,l=m,s=A,b}function y(){var m=i.pos(),b=a,A=T();return A!==M.EOS&&m===i.pos()&&!(r&&(A===M.StartTagClose||A===M.EndTagClose))?(console.log("Scanner.scan has not advanced at offset "+m+", state before: "+b+" after: "+a),i.advance(1),g(m,M.Unknown)):A}function T(){var m=i.pos();if(i.eos())return g(m,M.EOS);var b;switch(a){case F.WithinComment:return i.advanceIfChars([Ye,Ye,ye])?(a=F.WithinContent,g(m,M.EndCommentTag)):(i.advanceUntilChars([Ye,Ye,ye]),g(m,M.Comment));case F.WithinDoctype:return i.advanceIfChar(ye)?(a=F.WithinContent,g(m,M.EndDoctypeTag)):(i.advanceUntilChar(ye),g(m,M.Doctype));case F.WithinContent:if(i.advanceIfChar(Lt)){if(!i.eos()&&i.peekChar()===pr){if(i.advanceIfChars([pr,Ye,Ye]))return a=F.WithinComment,g(m,M.StartCommentTag);if(i.advanceIfRegExp(/^!doctype/i))return a=F.WithinDoctype,g(m,M.StartDoctypeTag)}return i.advanceIfChar(gn)?(a=F.AfterOpeningEndTag,g(m,M.EndTagOpen)):(a=F.AfterOpeningStartTag,g(m,M.StartTagOpen))}return i.advanceUntilChar(Lt),g(m,M.Content);case F.AfterOpeningEndTag:var A=f();return A.length>0?(a=F.WithinEndTag,g(m,M.EndTag)):i.skipWhitespace()?g(m,M.Whitespace,Me("error.unexpectedWhitespace","Tag name must directly follow the open bracket.")):(a=F.WithinEndTag,i.advanceUntilChar(ye),m<i.pos()?g(m,M.Unknown,Me("error.endTagNameExpected","End tag name expected.")):T());case F.WithinEndTag:if(i.skipWhitespace())return g(m,M.Whitespace);if(i.advanceIfChar(ye))return a=F.WithinContent,g(m,M.EndTagClose);if(r&&i.peekChar()===Lt)return a=F.WithinContent,g(m,M.EndTagClose,Me("error.closingBracketMissing","Closing bracket missing."));b=Me("error.closingBracketExpected","Closing bracket expected.");break;case F.AfterOpeningStartTag:return u=f(),h=void 0,d=void 0,u.length>0?(c=!1,a=F.WithinTag,g(m,M.StartTag)):i.skipWhitespace()?g(m,M.Whitespace,Me("error.unexpectedWhitespace","Tag name must directly follow the open bracket.")):(a=F.WithinTag,i.advanceUntilChar(ye),m<i.pos()?g(m,M.Unknown,Me("error.startTagNameExpected","Start tag name expected.")):T());case F.WithinTag:return i.skipWhitespace()?(c=!0,g(m,M.Whitespace)):c&&(d=v(),d.length>0)?(a=F.AfterAttributeName,c=!1,g(m,M.AttributeName)):i.advanceIfChars([gn,ye])?(a=F.WithinContent,g(m,M.StartTagSelfClose)):i.advanceIfChar(ye)?(u==="script"?h&&Ts[h]?a=F.WithinContent:a=F.WithinScriptContent:u==="style"?a=F.WithinStyleContent:a=F.WithinContent,g(m,M.StartTagClose)):r&&i.peekChar()===Lt?(a=F.WithinContent,g(m,M.StartTagClose,Me("error.closingBracketMissing","Closing bracket missing."))):(i.advance(1),g(m,M.Unknown,Me("error.unexpectedCharacterInTag","Unexpected character in tag.")));case F.AfterAttributeName:return i.skipWhitespace()?(c=!0,g(m,M.Whitespace)):i.advanceIfChar(fs)?(a=F.BeforeAttributeValue,g(m,M.DelimiterAssign)):(a=F.WithinTag,T());case F.BeforeAttributeValue:if(i.skipWhitespace())return g(m,M.Whitespace);var C=i.advanceIfRegExp(/^[^\s"'`=<>]+/);if(C.length>0)return i.peekChar()===ye&&i.peekChar(-1)===gn&&(i.goBack(1),C=C.substr(0,C.length-1)),d==="type"&&(h=C),a=F.WithinTag,c=!1,g(m,M.AttributeValue);var U=i.peekChar();return U===gs||U===_s?(i.advance(1),i.advanceUntilChar(U)&&i.advance(1),d==="type"&&(h=i.getSource().substring(m+1,i.pos()-1)),a=F.WithinTag,c=!1,g(m,M.AttributeValue)):(a=F.WithinTag,c=!1,T());case F.WithinScriptContent:for(var _=1;!i.eos();){var p=i.advanceIfRegExp(/<!--|-->|<\/?script\s*\/?>?/i);if(p.length===0)return i.goToEnd(),g(m,M.Script);if(p==="<!--")_===1&&(_=2);else if(p==="-->")_=1;else if(p[1]!=="/")_===2&&(_=3);else if(_===3)_=2;else{i.goBack(p.length);break}}return a=F.WithinContent,m<i.pos()?g(m,M.Script):T();case F.WithinStyleContent:return i.advanceUntilRegExp(/<\/style/i),a=F.WithinContent,m<i.pos()?g(m,M.Styles):T()}return i.advance(1),a=F.WithinContent,g(m,M.Unknown,b)}return{scan:y,getTokenType:function(){return o},getTokenOffset:function(){return l},getTokenLength:function(){return i.pos()-l},getTokenEnd:function(){return i.pos()},getTokenText:function(){return i.getSource().substring(l,i.pos())},getScannerState:function(){return a},getTokenError:function(){return s}}}function mr(e,t){var n=0,r=e.length;if(r===0)return 0;for(;n<r;){var i=Math.floor((n+r)/2);t(e[i])?r=i:n=i+1}return n}function Ss(e,t,n){for(var r=0,i=e.length-1;r<=i;){var a=(r+i)/2|0,l=n(e[a],t);if(l<0)r=a+1;else if(l>0)i=a-1;else return a}return-(r+1)}var As=["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"];function Mt(e){return!!e&&Ss(As,e.toLowerCase(),function(t,n){return t.localeCompare(n)})>=0}var fr=function(){function e(t,n,r,i){this.start=t,this.end=n,this.children=r,this.parent=i,this.closed=!1}return Object.defineProperty(e.prototype,"attributeNames",{get:function(){return this.attributes?Object.keys(this.attributes):[]},enumerable:!1,configurable:!0}),e.prototype.isSameTag=function(t){return this.tag===void 0?t===void 0:t!==void 0&&this.tag.length===t.length&&this.tag.toLowerCase()===t},Object.defineProperty(e.prototype,"firstChild",{get:function(){return this.children[0]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"lastChild",{get:function(){return this.children.length?this.children[this.children.length-1]:void 0},enumerable:!1,configurable:!0}),e.prototype.findNodeBefore=function(t){var n=mr(this.children,function(a){return t<=a.start})-1;if(n>=0){var r=this.children[n];if(t>r.start){if(t<r.end)return r.findNodeBefore(t);var i=r.lastChild;return i&&i.end===r.end?r.findNodeBefore(t):r}}return this},e.prototype.findNodeAt=function(t){var n=mr(this.children,function(i){return t<=i.start})-1;if(n>=0){var r=this.children[n];if(t>r.start&&t<=r.end)return r.findNodeAt(t)}return this},e}();function _r(e){for(var t=fe(e,void 0,void 0,!0),n=new fr(0,e.length,[],void 0),r=n,i=-1,a=void 0,l=null,o=t.scan();o!==M.EOS;){switch(o){case M.StartTagOpen:var s=new fr(t.getTokenOffset(),e.length,[],r);r.children.push(s),r=s;break;case M.StartTag:r.tag=t.getTokenText();break;case M.StartTagClose:r.parent&&(r.end=t.getTokenEnd(),t.getTokenLength()?(r.startTagEnd=t.getTokenEnd(),r.tag&&Mt(r.tag)&&(r.closed=!0,r=r.parent)):r=r.parent);break;case M.StartTagSelfClose:r.parent&&(r.closed=!0,r.end=t.getTokenEnd(),r.startTagEnd=t.getTokenEnd(),r=r.parent);break;case M.EndTagOpen:i=t.getTokenOffset(),a=void 0;break;case M.EndTag:a=t.getTokenText().toLowerCase();break;case M.EndTagClose:for(var c=r;!c.isSameTag(a)&&c.parent;)c=c.parent;if(c.parent){for(;r!==c;)r.end=i,r.closed=!1,r=r.parent;r.closed=!0,r.endTagStart=i,r.end=t.getTokenEnd(),r=r.parent}break;case M.AttributeName:{l=t.getTokenText();var u=r.attributes;u||(r.attributes=u={}),u[l]=null;break}case M.AttributeValue:{var d=t.getTokenText(),u=r.attributes;u&&l&&(u[l]=d,l=null);break}}o=t.scan()}for(;r.parent;)r.end=e.length,r.closed=!1,r=r.parent;return{roots:n.children,findNodeBefore:n.findNodeBefore.bind(n),findNodeAt:n.findNodeAt.bind(n)}}var ot={"Aacute;":"\xC1",Aacute:"\xC1","aacute;":"\xE1",aacute:"\xE1","Abreve;":"\u0102","abreve;":"\u0103","ac;":"\u223E","acd;":"\u223F","acE;":"\u223E\u0333","Acirc;":"\xC2",Acirc:"\xC2","acirc;":"\xE2",acirc:"\xE2","acute;":"\xB4",acute:"\xB4","Acy;":"\u0410","acy;":"\u0430","AElig;":"\xC6",AElig:"\xC6","aelig;":"\xE6",aelig:"\xE6","af;":"\u2061","Afr;":"\u{1D504}","afr;":"\u{1D51E}","Agrave;":"\xC0",Agrave:"\xC0","agrave;":"\xE0",agrave:"\xE0","alefsym;":"\u2135","aleph;":"\u2135","Alpha;":"\u0391","alpha;":"\u03B1","Amacr;":"\u0100","amacr;":"\u0101","amalg;":"\u2A3F","AMP;":"&",AMP:"&","amp;":"&",amp:"&","And;":"\u2A53","and;":"\u2227","andand;":"\u2A55","andd;":"\u2A5C","andslope;":"\u2A58","andv;":"\u2A5A","ang;":"\u2220","ange;":"\u29A4","angle;":"\u2220","angmsd;":"\u2221","angmsdaa;":"\u29A8","angmsdab;":"\u29A9","angmsdac;":"\u29AA","angmsdad;":"\u29AB","angmsdae;":"\u29AC","angmsdaf;":"\u29AD","angmsdag;":"\u29AE","angmsdah;":"\u29AF","angrt;":"\u221F","angrtvb;":"\u22BE","angrtvbd;":"\u299D","angsph;":"\u2222","angst;":"\xC5","angzarr;":"\u237C","Aogon;":"\u0104","aogon;":"\u0105","Aopf;":"\u{1D538}","aopf;":"\u{1D552}","ap;":"\u2248","apacir;":"\u2A6F","apE;":"\u2A70","ape;":"\u224A","apid;":"\u224B","apos;":"'","ApplyFunction;":"\u2061","approx;":"\u2248","approxeq;":"\u224A","Aring;":"\xC5",Aring:"\xC5","aring;":"\xE5",aring:"\xE5","Ascr;":"\u{1D49C}","ascr;":"\u{1D4B6}","Assign;":"\u2254","ast;":"*","asymp;":"\u2248","asympeq;":"\u224D","Atilde;":"\xC3",Atilde:"\xC3","atilde;":"\xE3",atilde:"\xE3","Auml;":"\xC4",Auml:"\xC4","auml;":"\xE4",auml:"\xE4","awconint;":"\u2233","awint;":"\u2A11","backcong;":"\u224C","backepsilon;":"\u03F6","backprime;":"\u2035","backsim;":"\u223D","backsimeq;":"\u22CD","Backslash;":"\u2216","Barv;":"\u2AE7","barvee;":"\u22BD","Barwed;":"\u2306","barwed;":"\u2305","barwedge;":"\u2305","bbrk;":"\u23B5","bbrktbrk;":"\u23B6","bcong;":"\u224C","Bcy;":"\u0411","bcy;":"\u0431","bdquo;":"\u201E","becaus;":"\u2235","Because;":"\u2235","because;":"\u2235","bemptyv;":"\u29B0","bepsi;":"\u03F6","bernou;":"\u212C","Bernoullis;":"\u212C","Beta;":"\u0392","beta;":"\u03B2","beth;":"\u2136","between;":"\u226C","Bfr;":"\u{1D505}","bfr;":"\u{1D51F}","bigcap;":"\u22C2","bigcirc;":"\u25EF","bigcup;":"\u22C3","bigodot;":"\u2A00","bigoplus;":"\u2A01","bigotimes;":"\u2A02","bigsqcup;":"\u2A06","bigstar;":"\u2605","bigtriangledown;":"\u25BD","bigtriangleup;":"\u25B3","biguplus;":"\u2A04","bigvee;":"\u22C1","bigwedge;":"\u22C0","bkarow;":"\u290D","blacklozenge;":"\u29EB","blacksquare;":"\u25AA","blacktriangle;":"\u25B4","blacktriangledown;":"\u25BE","blacktriangleleft;":"\u25C2","blacktriangleright;":"\u25B8","blank;":"\u2423","blk12;":"\u2592","blk14;":"\u2591","blk34;":"\u2593","block;":"\u2588","bne;":"=\u20E5","bnequiv;":"\u2261\u20E5","bNot;":"\u2AED","bnot;":"\u2310","Bopf;":"\u{1D539}","bopf;":"\u{1D553}","bot;":"\u22A5","bottom;":"\u22A5","bowtie;":"\u22C8","boxbox;":"\u29C9","boxDL;":"\u2557","boxDl;":"\u2556","boxdL;":"\u2555","boxdl;":"\u2510","boxDR;":"\u2554","boxDr;":"\u2553","boxdR;":"\u2552","boxdr;":"\u250C","boxH;":"\u2550","boxh;":"\u2500","boxHD;":"\u2566","boxHd;":"\u2564","boxhD;":"\u2565","boxhd;":"\u252C","boxHU;":"\u2569","boxHu;":"\u2567","boxhU;":"\u2568","boxhu;":"\u2534","boxminus;":"\u229F","boxplus;":"\u229E","boxtimes;":"\u22A0","boxUL;":"\u255D","boxUl;":"\u255C","boxuL;":"\u255B","boxul;":"\u2518","boxUR;":"\u255A","boxUr;":"\u2559","boxuR;":"\u2558","boxur;":"\u2514","boxV;":"\u2551","boxv;":"\u2502","boxVH;":"\u256C","boxVh;":"\u256B","boxvH;":"\u256A","boxvh;":"\u253C","boxVL;":"\u2563","boxVl;":"\u2562","boxvL;":"\u2561","boxvl;":"\u2524","boxVR;":"\u2560","boxVr;":"\u255F","boxvR;":"\u255E","boxvr;":"\u251C","bprime;":"\u2035","Breve;":"\u02D8","breve;":"\u02D8","brvbar;":"\xA6",brvbar:"\xA6","Bscr;":"\u212C","bscr;":"\u{1D4B7}","bsemi;":"\u204F","bsim;":"\u223D","bsime;":"\u22CD","bsol;":"\\","bsolb;":"\u29C5","bsolhsub;":"\u27C8","bull;":"\u2022","bullet;":"\u2022","bump;":"\u224E","bumpE;":"\u2AAE","bumpe;":"\u224F","Bumpeq;":"\u224E","bumpeq;":"\u224F","Cacute;":"\u0106","cacute;":"\u0107","Cap;":"\u22D2","cap;":"\u2229","capand;":"\u2A44","capbrcup;":"\u2A49","capcap;":"\u2A4B","capcup;":"\u2A47","capdot;":"\u2A40","CapitalDifferentialD;":"\u2145","caps;":"\u2229\uFE00","caret;":"\u2041","caron;":"\u02C7","Cayleys;":"\u212D","ccaps;":"\u2A4D","Ccaron;":"\u010C","ccaron;":"\u010D","Ccedil;":"\xC7",Ccedil:"\xC7","ccedil;":"\xE7",ccedil:"\xE7","Ccirc;":"\u0108","ccirc;":"\u0109","Cconint;":"\u2230","ccups;":"\u2A4C","ccupssm;":"\u2A50","Cdot;":"\u010A","cdot;":"\u010B","cedil;":"\xB8",cedil:"\xB8","Cedilla;":"\xB8","cemptyv;":"\u29B2","cent;":"\xA2",cent:"\xA2","CenterDot;":"\xB7","centerdot;":"\xB7","Cfr;":"\u212D","cfr;":"\u{1D520}","CHcy;":"\u0427","chcy;":"\u0447","check;":"\u2713","checkmark;":"\u2713","Chi;":"\u03A7","chi;":"\u03C7","cir;":"\u25CB","circ;":"\u02C6","circeq;":"\u2257","circlearrowleft;":"\u21BA","circlearrowright;":"\u21BB","circledast;":"\u229B","circledcirc;":"\u229A","circleddash;":"\u229D","CircleDot;":"\u2299","circledR;":"\xAE","circledS;":"\u24C8","CircleMinus;":"\u2296","CirclePlus;":"\u2295","CircleTimes;":"\u2297","cirE;":"\u29C3","cire;":"\u2257","cirfnint;":"\u2A10","cirmid;":"\u2AEF","cirscir;":"\u29C2","ClockwiseContourIntegral;":"\u2232","CloseCurlyDoubleQuote;":"\u201D","CloseCurlyQuote;":"\u2019","clubs;":"\u2663","clubsuit;":"\u2663","Colon;":"\u2237","colon;":":","Colone;":"\u2A74","colone;":"\u2254","coloneq;":"\u2254","comma;":",","commat;":"@","comp;":"\u2201","compfn;":"\u2218","complement;":"\u2201","complexes;":"\u2102","cong;":"\u2245","congdot;":"\u2A6D","Congruent;":"\u2261","Conint;":"\u222F","conint;":"\u222E","ContourIntegral;":"\u222E","Copf;":"\u2102","copf;":"\u{1D554}","coprod;":"\u2210","Coproduct;":"\u2210","COPY;":"\xA9",COPY:"\xA9","copy;":"\xA9",copy:"\xA9","copysr;":"\u2117","CounterClockwiseContourIntegral;":"\u2233","crarr;":"\u21B5","Cross;":"\u2A2F","cross;":"\u2717","Cscr;":"\u{1D49E}","cscr;":"\u{1D4B8}","csub;":"\u2ACF","csube;":"\u2AD1","csup;":"\u2AD0","csupe;":"\u2AD2","ctdot;":"\u22EF","cudarrl;":"\u2938","cudarrr;":"\u2935","cuepr;":"\u22DE","cuesc;":"\u22DF","cularr;":"\u21B6","cularrp;":"\u293D","Cup;":"\u22D3","cup;":"\u222A","cupbrcap;":"\u2A48","CupCap;":"\u224D","cupcap;":"\u2A46","cupcup;":"\u2A4A","cupdot;":"\u228D","cupor;":"\u2A45","cups;":"\u222A\uFE00","curarr;":"\u21B7","curarrm;":"\u293C","curlyeqprec;":"\u22DE","curlyeqsucc;":"\u22DF","curlyvee;":"\u22CE","curlywedge;":"\u22CF","curren;":"\xA4",curren:"\xA4","curvearrowleft;":"\u21B6","curvearrowright;":"\u21B7","cuvee;":"\u22CE","cuwed;":"\u22CF","cwconint;":"\u2232","cwint;":"\u2231","cylcty;":"\u232D","Dagger;":"\u2021","dagger;":"\u2020","daleth;":"\u2138","Darr;":"\u21A1","dArr;":"\u21D3","darr;":"\u2193","dash;":"\u2010","Dashv;":"\u2AE4","dashv;":"\u22A3","dbkarow;":"\u290F","dblac;":"\u02DD","Dcaron;":"\u010E","dcaron;":"\u010F","Dcy;":"\u0414","dcy;":"\u0434","DD;":"\u2145","dd;":"\u2146","ddagger;":"\u2021","ddarr;":"\u21CA","DDotrahd;":"\u2911","ddotseq;":"\u2A77","deg;":"\xB0",deg:"\xB0","Del;":"\u2207","Delta;":"\u0394","delta;":"\u03B4","demptyv;":"\u29B1","dfisht;":"\u297F","Dfr;":"\u{1D507}","dfr;":"\u{1D521}","dHar;":"\u2965","dharl;":"\u21C3","dharr;":"\u21C2","DiacriticalAcute;":"\xB4","DiacriticalDot;":"\u02D9","DiacriticalDoubleAcute;":"\u02DD","DiacriticalGrave;":"`","DiacriticalTilde;":"\u02DC","diam;":"\u22C4","Diamond;":"\u22C4","diamond;":"\u22C4","diamondsuit;":"\u2666","diams;":"\u2666","die;":"\xA8","DifferentialD;":"\u2146","digamma;":"\u03DD","disin;":"\u22F2","div;":"\xF7","divide;":"\xF7",divide:"\xF7","divideontimes;":"\u22C7","divonx;":"\u22C7","DJcy;":"\u0402","djcy;":"\u0452","dlcorn;":"\u231E","dlcrop;":"\u230D","dollar;":"$","Dopf;":"\u{1D53B}","dopf;":"\u{1D555}","Dot;":"\xA8","dot;":"\u02D9","DotDot;":"\u20DC","doteq;":"\u2250","doteqdot;":"\u2251","DotEqual;":"\u2250","dotminus;":"\u2238","dotplus;":"\u2214","dotsquare;":"\u22A1","doublebarwedge;":"\u2306","DoubleContourIntegral;":"\u222F","DoubleDot;":"\xA8","DoubleDownArrow;":"\u21D3","DoubleLeftArrow;":"\u21D0","DoubleLeftRightArrow;":"\u21D4","DoubleLeftTee;":"\u2AE4","DoubleLongLeftArrow;":"\u27F8","DoubleLongLeftRightArrow;":"\u27FA","DoubleLongRightArrow;":"\u27F9","DoubleRightArrow;":"\u21D2","DoubleRightTee;":"\u22A8","DoubleUpArrow;":"\u21D1","DoubleUpDownArrow;":"\u21D5","DoubleVerticalBar;":"\u2225","DownArrow;":"\u2193","Downarrow;":"\u21D3","downarrow;":"\u2193","DownArrowBar;":"\u2913","DownArrowUpArrow;":"\u21F5","DownBreve;":"\u0311","downdownarrows;":"\u21CA","downharpoonleft;":"\u21C3","downharpoonright;":"\u21C2","DownLeftRightVector;":"\u2950","DownLeftTeeVector;":"\u295E","DownLeftVector;":"\u21BD","DownLeftVectorBar;":"\u2956","DownRightTeeVector;":"\u295F","DownRightVector;":"\u21C1","DownRightVectorBar;":"\u2957","DownTee;":"\u22A4","DownTeeArrow;":"\u21A7","drbkarow;":"\u2910","drcorn;":"\u231F","drcrop;":"\u230C","Dscr;":"\u{1D49F}","dscr;":"\u{1D4B9}","DScy;":"\u0405","dscy;":"\u0455","dsol;":"\u29F6","Dstrok;":"\u0110","dstrok;":"\u0111","dtdot;":"\u22F1","dtri;":"\u25BF","dtrif;":"\u25BE","duarr;":"\u21F5","duhar;":"\u296F","dwangle;":"\u29A6","DZcy;":"\u040F","dzcy;":"\u045F","dzigrarr;":"\u27FF","Eacute;":"\xC9",Eacute:"\xC9","eacute;":"\xE9",eacute:"\xE9","easter;":"\u2A6E","Ecaron;":"\u011A","ecaron;":"\u011B","ecir;":"\u2256","Ecirc;":"\xCA",Ecirc:"\xCA","ecirc;":"\xEA",ecirc:"\xEA","ecolon;":"\u2255","Ecy;":"\u042D","ecy;":"\u044D","eDDot;":"\u2A77","Edot;":"\u0116","eDot;":"\u2251","edot;":"\u0117","ee;":"\u2147","efDot;":"\u2252","Efr;":"\u{1D508}","efr;":"\u{1D522}","eg;":"\u2A9A","Egrave;":"\xC8",Egrave:"\xC8","egrave;":"\xE8",egrave:"\xE8","egs;":"\u2A96","egsdot;":"\u2A98","el;":"\u2A99","Element;":"\u2208","elinters;":"\u23E7","ell;":"\u2113","els;":"\u2A95","elsdot;":"\u2A97","Emacr;":"\u0112","emacr;":"\u0113","empty;":"\u2205","emptyset;":"\u2205","EmptySmallSquare;":"\u25FB","emptyv;":"\u2205","EmptyVerySmallSquare;":"\u25AB","emsp;":"\u2003","emsp13;":"\u2004","emsp14;":"\u2005","ENG;":"\u014A","eng;":"\u014B","ensp;":"\u2002","Eogon;":"\u0118","eogon;":"\u0119","Eopf;":"\u{1D53C}","eopf;":"\u{1D556}","epar;":"\u22D5","eparsl;":"\u29E3","eplus;":"\u2A71","epsi;":"\u03B5","Epsilon;":"\u0395","epsilon;":"\u03B5","epsiv;":"\u03F5","eqcirc;":"\u2256","eqcolon;":"\u2255","eqsim;":"\u2242","eqslantgtr;":"\u2A96","eqslantless;":"\u2A95","Equal;":"\u2A75","equals;":"=","EqualTilde;":"\u2242","equest;":"\u225F","Equilibrium;":"\u21CC","equiv;":"\u2261","equivDD;":"\u2A78","eqvparsl;":"\u29E5","erarr;":"\u2971","erDot;":"\u2253","Escr;":"\u2130","escr;":"\u212F","esdot;":"\u2250","Esim;":"\u2A73","esim;":"\u2242","Eta;":"\u0397","eta;":"\u03B7","ETH;":"\xD0",ETH:"\xD0","eth;":"\xF0",eth:"\xF0","Euml;":"\xCB",Euml:"\xCB","euml;":"\xEB",euml:"\xEB","euro;":"\u20AC","excl;":"!","exist;":"\u2203","Exists;":"\u2203","expectation;":"\u2130","ExponentialE;":"\u2147","exponentiale;":"\u2147","fallingdotseq;":"\u2252","Fcy;":"\u0424","fcy;":"\u0444","female;":"\u2640","ffilig;":"\uFB03","fflig;":"\uFB00","ffllig;":"\uFB04","Ffr;":"\u{1D509}","ffr;":"\u{1D523}","filig;":"\uFB01","FilledSmallSquare;":"\u25FC","FilledVerySmallSquare;":"\u25AA","fjlig;":"fj","flat;":"\u266D","fllig;":"\uFB02","fltns;":"\u25B1","fnof;":"\u0192","Fopf;":"\u{1D53D}","fopf;":"\u{1D557}","ForAll;":"\u2200","forall;":"\u2200","fork;":"\u22D4","forkv;":"\u2AD9","Fouriertrf;":"\u2131","fpartint;":"\u2A0D","frac12;":"\xBD",frac12:"\xBD","frac13;":"\u2153","frac14;":"\xBC",frac14:"\xBC","frac15;":"\u2155","frac16;":"\u2159","frac18;":"\u215B","frac23;":"\u2154","frac25;":"\u2156","frac34;":"\xBE",frac34:"\xBE","frac35;":"\u2157","frac38;":"\u215C","frac45;":"\u2158","frac56;":"\u215A","frac58;":"\u215D","frac78;":"\u215E","frasl;":"\u2044","frown;":"\u2322","Fscr;":"\u2131","fscr;":"\u{1D4BB}","gacute;":"\u01F5","Gamma;":"\u0393","gamma;":"\u03B3","Gammad;":"\u03DC","gammad;":"\u03DD","gap;":"\u2A86","Gbreve;":"\u011E","gbreve;":"\u011F","Gcedil;":"\u0122","Gcirc;":"\u011C","gcirc;":"\u011D","Gcy;":"\u0413","gcy;":"\u0433","Gdot;":"\u0120","gdot;":"\u0121","gE;":"\u2267","ge;":"\u2265","gEl;":"\u2A8C","gel;":"\u22DB","geq;":"\u2265","geqq;":"\u2267","geqslant;":"\u2A7E","ges;":"\u2A7E","gescc;":"\u2AA9","gesdot;":"\u2A80","gesdoto;":"\u2A82","gesdotol;":"\u2A84","gesl;":"\u22DB\uFE00","gesles;":"\u2A94","Gfr;":"\u{1D50A}","gfr;":"\u{1D524}","Gg;":"\u22D9","gg;":"\u226B","ggg;":"\u22D9","gimel;":"\u2137","GJcy;":"\u0403","gjcy;":"\u0453","gl;":"\u2277","gla;":"\u2AA5","glE;":"\u2A92","glj;":"\u2AA4","gnap;":"\u2A8A","gnapprox;":"\u2A8A","gnE;":"\u2269","gne;":"\u2A88","gneq;":"\u2A88","gneqq;":"\u2269","gnsim;":"\u22E7","Gopf;":"\u{1D53E}","gopf;":"\u{1D558}","grave;":"`","GreaterEqual;":"\u2265","GreaterEqualLess;":"\u22DB","GreaterFullEqual;":"\u2267","GreaterGreater;":"\u2AA2","GreaterLess;":"\u2277","GreaterSlantEqual;":"\u2A7E","GreaterTilde;":"\u2273","Gscr;":"\u{1D4A2}","gscr;":"\u210A","gsim;":"\u2273","gsime;":"\u2A8E","gsiml;":"\u2A90","GT;":">",GT:">","Gt;":"\u226B","gt;":">",gt:">","gtcc;":"\u2AA7","gtcir;":"\u2A7A","gtdot;":"\u22D7","gtlPar;":"\u2995","gtquest;":"\u2A7C","gtrapprox;":"\u2A86","gtrarr;":"\u2978","gtrdot;":"\u22D7","gtreqless;":"\u22DB","gtreqqless;":"\u2A8C","gtrless;":"\u2277","gtrsim;":"\u2273","gvertneqq;":"\u2269\uFE00","gvnE;":"\u2269\uFE00","Hacek;":"\u02C7","hairsp;":"\u200A","half;":"\xBD","hamilt;":"\u210B","HARDcy;":"\u042A","hardcy;":"\u044A","hArr;":"\u21D4","harr;":"\u2194","harrcir;":"\u2948","harrw;":"\u21AD","Hat;":"^","hbar;":"\u210F","Hcirc;":"\u0124","hcirc;":"\u0125","hearts;":"\u2665","heartsuit;":"\u2665","hellip;":"\u2026","hercon;":"\u22B9","Hfr;":"\u210C","hfr;":"\u{1D525}","HilbertSpace;":"\u210B","hksearow;":"\u2925","hkswarow;":"\u2926","hoarr;":"\u21FF","homtht;":"\u223B","hookleftarrow;":"\u21A9","hookrightarrow;":"\u21AA","Hopf;":"\u210D","hopf;":"\u{1D559}","horbar;":"\u2015","HorizontalLine;":"\u2500","Hscr;":"\u210B","hscr;":"\u{1D4BD}","hslash;":"\u210F","Hstrok;":"\u0126","hstrok;":"\u0127","HumpDownHump;":"\u224E","HumpEqual;":"\u224F","hybull;":"\u2043","hyphen;":"\u2010","Iacute;":"\xCD",Iacute:"\xCD","iacute;":"\xED",iacute:"\xED","ic;":"\u2063","Icirc;":"\xCE",Icirc:"\xCE","icirc;":"\xEE",icirc:"\xEE","Icy;":"\u0418","icy;":"\u0438","Idot;":"\u0130","IEcy;":"\u0415","iecy;":"\u0435","iexcl;":"\xA1",iexcl:"\xA1","iff;":"\u21D4","Ifr;":"\u2111","ifr;":"\u{1D526}","Igrave;":"\xCC",Igrave:"\xCC","igrave;":"\xEC",igrave:"\xEC","ii;":"\u2148","iiiint;":"\u2A0C","iiint;":"\u222D","iinfin;":"\u29DC","iiota;":"\u2129","IJlig;":"\u0132","ijlig;":"\u0133","Im;":"\u2111","Imacr;":"\u012A","imacr;":"\u012B","image;":"\u2111","ImaginaryI;":"\u2148","imagline;":"\u2110","imagpart;":"\u2111","imath;":"\u0131","imof;":"\u22B7","imped;":"\u01B5","Implies;":"\u21D2","in;":"\u2208","incare;":"\u2105","infin;":"\u221E","infintie;":"\u29DD","inodot;":"\u0131","Int;":"\u222C","int;":"\u222B","intcal;":"\u22BA","integers;":"\u2124","Integral;":"\u222B","intercal;":"\u22BA","Intersection;":"\u22C2","intlarhk;":"\u2A17","intprod;":"\u2A3C","InvisibleComma;":"\u2063","InvisibleTimes;":"\u2062","IOcy;":"\u0401","iocy;":"\u0451","Iogon;":"\u012E","iogon;":"\u012F","Iopf;":"\u{1D540}","iopf;":"\u{1D55A}","Iota;":"\u0399","iota;":"\u03B9","iprod;":"\u2A3C","iquest;":"\xBF",iquest:"\xBF","Iscr;":"\u2110","iscr;":"\u{1D4BE}","isin;":"\u2208","isindot;":"\u22F5","isinE;":"\u22F9","isins;":"\u22F4","isinsv;":"\u22F3","isinv;":"\u2208","it;":"\u2062","Itilde;":"\u0128","itilde;":"\u0129","Iukcy;":"\u0406","iukcy;":"\u0456","Iuml;":"\xCF",Iuml:"\xCF","iuml;":"\xEF",iuml:"\xEF","Jcirc;":"\u0134","jcirc;":"\u0135","Jcy;":"\u0419","jcy;":"\u0439","Jfr;":"\u{1D50D}","jfr;":"\u{1D527}","jmath;":"\u0237","Jopf;":"\u{1D541}","jopf;":"\u{1D55B}","Jscr;":"\u{1D4A5}","jscr;":"\u{1D4BF}","Jsercy;":"\u0408","jsercy;":"\u0458","Jukcy;":"\u0404","jukcy;":"\u0454","Kappa;":"\u039A","kappa;":"\u03BA","kappav;":"\u03F0","Kcedil;":"\u0136","kcedil;":"\u0137","Kcy;":"\u041A","kcy;":"\u043A","Kfr;":"\u{1D50E}","kfr;":"\u{1D528}","kgreen;":"\u0138","KHcy;":"\u0425","khcy;":"\u0445","KJcy;":"\u040C","kjcy;":"\u045C","Kopf;":"\u{1D542}","kopf;":"\u{1D55C}","Kscr;":"\u{1D4A6}","kscr;":"\u{1D4C0}","lAarr;":"\u21DA","Lacute;":"\u0139","lacute;":"\u013A","laemptyv;":"\u29B4","lagran;":"\u2112","Lambda;":"\u039B","lambda;":"\u03BB","Lang;":"\u27EA","lang;":"\u27E8","langd;":"\u2991","langle;":"\u27E8","lap;":"\u2A85","Laplacetrf;":"\u2112","laquo;":"\xAB",laquo:"\xAB","Larr;":"\u219E","lArr;":"\u21D0","larr;":"\u2190","larrb;":"\u21E4","larrbfs;":"\u291F","larrfs;":"\u291D","larrhk;":"\u21A9","larrlp;":"\u21AB","larrpl;":"\u2939","larrsim;":"\u2973","larrtl;":"\u21A2","lat;":"\u2AAB","lAtail;":"\u291B","latail;":"\u2919","late;":"\u2AAD","lates;":"\u2AAD\uFE00","lBarr;":"\u290E","lbarr;":"\u290C","lbbrk;":"\u2772","lbrace;":"{","lbrack;":"[","lbrke;":"\u298B","lbrksld;":"\u298F","lbrkslu;":"\u298D","Lcaron;":"\u013D","lcaron;":"\u013E","Lcedil;":"\u013B","lcedil;":"\u013C","lceil;":"\u2308","lcub;":"{","Lcy;":"\u041B","lcy;":"\u043B","ldca;":"\u2936","ldquo;":"\u201C","ldquor;":"\u201E","ldrdhar;":"\u2967","ldrushar;":"\u294B","ldsh;":"\u21B2","lE;":"\u2266","le;":"\u2264","LeftAngleBracket;":"\u27E8","LeftArrow;":"\u2190","Leftarrow;":"\u21D0","leftarrow;":"\u2190","LeftArrowBar;":"\u21E4","LeftArrowRightArrow;":"\u21C6","leftarrowtail;":"\u21A2","LeftCeiling;":"\u2308","LeftDoubleBracket;":"\u27E6","LeftDownTeeVector;":"\u2961","LeftDownVector;":"\u21C3","LeftDownVectorBar;":"\u2959","LeftFloor;":"\u230A","leftharpoondown;":"\u21BD","leftharpoonup;":"\u21BC","leftleftarrows;":"\u21C7","LeftRightArrow;":"\u2194","Leftrightarrow;":"\u21D4","leftrightarrow;":"\u2194","leftrightarrows;":"\u21C6","leftrightharpoons;":"\u21CB","leftrightsquigarrow;":"\u21AD","LeftRightVector;":"\u294E","LeftTee;":"\u22A3","LeftTeeArrow;":"\u21A4","LeftTeeVector;":"\u295A","leftthreetimes;":"\u22CB","LeftTriangle;":"\u22B2","LeftTriangleBar;":"\u29CF","LeftTriangleEqual;":"\u22B4","LeftUpDownVector;":"\u2951","LeftUpTeeVector;":"\u2960","LeftUpVector;":"\u21BF","LeftUpVectorBar;":"\u2958","LeftVector;":"\u21BC","LeftVectorBar;":"\u2952","lEg;":"\u2A8B","leg;":"\u22DA","leq;":"\u2264","leqq;":"\u2266","leqslant;":"\u2A7D","les;":"\u2A7D","lescc;":"\u2AA8","lesdot;":"\u2A7F","lesdoto;":"\u2A81","lesdotor;":"\u2A83","lesg;":"\u22DA\uFE00","lesges;":"\u2A93","lessapprox;":"\u2A85","lessdot;":"\u22D6","lesseqgtr;":"\u22DA","lesseqqgtr;":"\u2A8B","LessEqualGreater;":"\u22DA","LessFullEqual;":"\u2266","LessGreater;":"\u2276","lessgtr;":"\u2276","LessLess;":"\u2AA1","lesssim;":"\u2272","LessSlantEqual;":"\u2A7D","LessTilde;":"\u2272","lfisht;":"\u297C","lfloor;":"\u230A","Lfr;":"\u{1D50F}","lfr;":"\u{1D529}","lg;":"\u2276","lgE;":"\u2A91","lHar;":"\u2962","lhard;":"\u21BD","lharu;":"\u21BC","lharul;":"\u296A","lhblk;":"\u2584","LJcy;":"\u0409","ljcy;":"\u0459","Ll;":"\u22D8","ll;":"\u226A","llarr;":"\u21C7","llcorner;":"\u231E","Lleftarrow;":"\u21DA","llhard;":"\u296B","lltri;":"\u25FA","Lmidot;":"\u013F","lmidot;":"\u0140","lmoust;":"\u23B0","lmoustache;":"\u23B0","lnap;":"\u2A89","lnapprox;":"\u2A89","lnE;":"\u2268","lne;":"\u2A87","lneq;":"\u2A87","lneqq;":"\u2268","lnsim;":"\u22E6","loang;":"\u27EC","loarr;":"\u21FD","lobrk;":"\u27E6","LongLeftArrow;":"\u27F5","Longleftarrow;":"\u27F8","longleftarrow;":"\u27F5","LongLeftRightArrow;":"\u27F7","Longleftrightarrow;":"\u27FA","longleftrightarrow;":"\u27F7","longmapsto;":"\u27FC","LongRightArrow;":"\u27F6","Longrightarrow;":"\u27F9","longrightarrow;":"\u27F6","looparrowleft;":"\u21AB","looparrowright;":"\u21AC","lopar;":"\u2985","Lopf;":"\u{1D543}","lopf;":"\u{1D55D}","loplus;":"\u2A2D","lotimes;":"\u2A34","lowast;":"\u2217","lowbar;":"_","LowerLeftArrow;":"\u2199","LowerRightArrow;":"\u2198","loz;":"\u25CA","lozenge;":"\u25CA","lozf;":"\u29EB","lpar;":"(","lparlt;":"\u2993","lrarr;":"\u21C6","lrcorner;":"\u231F","lrhar;":"\u21CB","lrhard;":"\u296D","lrm;":"\u200E","lrtri;":"\u22BF","lsaquo;":"\u2039","Lscr;":"\u2112","lscr;":"\u{1D4C1}","Lsh;":"\u21B0","lsh;":"\u21B0","lsim;":"\u2272","lsime;":"\u2A8D","lsimg;":"\u2A8F","lsqb;":"[","lsquo;":"\u2018","lsquor;":"\u201A","Lstrok;":"\u0141","lstrok;":"\u0142","LT;":"<",LT:"<","Lt;":"\u226A","lt;":"<",lt:"<","ltcc;":"\u2AA6","ltcir;":"\u2A79","ltdot;":"\u22D6","lthree;":"\u22CB","ltimes;":"\u22C9","ltlarr;":"\u2976","ltquest;":"\u2A7B","ltri;":"\u25C3","ltrie;":"\u22B4","ltrif;":"\u25C2","ltrPar;":"\u2996","lurdshar;":"\u294A","luruhar;":"\u2966","lvertneqq;":"\u2268\uFE00","lvnE;":"\u2268\uFE00","macr;":"\xAF",macr:"\xAF","male;":"\u2642","malt;":"\u2720","maltese;":"\u2720","Map;":"\u2905","map;":"\u21A6","mapsto;":"\u21A6","mapstodown;":"\u21A7","mapstoleft;":"\u21A4","mapstoup;":"\u21A5","marker;":"\u25AE","mcomma;":"\u2A29","Mcy;":"\u041C","mcy;":"\u043C","mdash;":"\u2014","mDDot;":"\u223A","measuredangle;":"\u2221","MediumSpace;":"\u205F","Mellintrf;":"\u2133","Mfr;":"\u{1D510}","mfr;":"\u{1D52A}","mho;":"\u2127","micro;":"\xB5",micro:"\xB5","mid;":"\u2223","midast;":"*","midcir;":"\u2AF0","middot;":"\xB7",middot:"\xB7","minus;":"\u2212","minusb;":"\u229F","minusd;":"\u2238","minusdu;":"\u2A2A","MinusPlus;":"\u2213","mlcp;":"\u2ADB","mldr;":"\u2026","mnplus;":"\u2213","models;":"\u22A7","Mopf;":"\u{1D544}","mopf;":"\u{1D55E}","mp;":"\u2213","Mscr;":"\u2133","mscr;":"\u{1D4C2}","mstpos;":"\u223E","Mu;":"\u039C","mu;":"\u03BC","multimap;":"\u22B8","mumap;":"\u22B8","nabla;":"\u2207","Nacute;":"\u0143","nacute;":"\u0144","nang;":"\u2220\u20D2","nap;":"\u2249","napE;":"\u2A70\u0338","napid;":"\u224B\u0338","napos;":"\u0149","napprox;":"\u2249","natur;":"\u266E","natural;":"\u266E","naturals;":"\u2115","nbsp;":"\xA0",nbsp:"\xA0","nbump;":"\u224E\u0338","nbumpe;":"\u224F\u0338","ncap;":"\u2A43","Ncaron;":"\u0147","ncaron;":"\u0148","Ncedil;":"\u0145","ncedil;":"\u0146","ncong;":"\u2247","ncongdot;":"\u2A6D\u0338","ncup;":"\u2A42","Ncy;":"\u041D","ncy;":"\u043D","ndash;":"\u2013","ne;":"\u2260","nearhk;":"\u2924","neArr;":"\u21D7","nearr;":"\u2197","nearrow;":"\u2197","nedot;":"\u2250\u0338","NegativeMediumSpace;":"\u200B","NegativeThickSpace;":"\u200B","NegativeThinSpace;":"\u200B","NegativeVeryThinSpace;":"\u200B","nequiv;":"\u2262","nesear;":"\u2928","nesim;":"\u2242\u0338","NestedGreaterGreater;":"\u226B","NestedLessLess;":"\u226A","NewLine;":`
13
- `,"nexist;":"\u2204","nexists;":"\u2204","Nfr;":"\u{1D511}","nfr;":"\u{1D52B}","ngE;":"\u2267\u0338","nge;":"\u2271","ngeq;":"\u2271","ngeqq;":"\u2267\u0338","ngeqslant;":"\u2A7E\u0338","nges;":"\u2A7E\u0338","nGg;":"\u22D9\u0338","ngsim;":"\u2275","nGt;":"\u226B\u20D2","ngt;":"\u226F","ngtr;":"\u226F","nGtv;":"\u226B\u0338","nhArr;":"\u21CE","nharr;":"\u21AE","nhpar;":"\u2AF2","ni;":"\u220B","nis;":"\u22FC","nisd;":"\u22FA","niv;":"\u220B","NJcy;":"\u040A","njcy;":"\u045A","nlArr;":"\u21CD","nlarr;":"\u219A","nldr;":"\u2025","nlE;":"\u2266\u0338","nle;":"\u2270","nLeftarrow;":"\u21CD","nleftarrow;":"\u219A","nLeftrightarrow;":"\u21CE","nleftrightarrow;":"\u21AE","nleq;":"\u2270","nleqq;":"\u2266\u0338","nleqslant;":"\u2A7D\u0338","nles;":"\u2A7D\u0338","nless;":"\u226E","nLl;":"\u22D8\u0338","nlsim;":"\u2274","nLt;":"\u226A\u20D2","nlt;":"\u226E","nltri;":"\u22EA","nltrie;":"\u22EC","nLtv;":"\u226A\u0338","nmid;":"\u2224","NoBreak;":"\u2060","NonBreakingSpace;":"\xA0","Nopf;":"\u2115","nopf;":"\u{1D55F}","Not;":"\u2AEC","not;":"\xAC",not:"\xAC","NotCongruent;":"\u2262","NotCupCap;":"\u226D","NotDoubleVerticalBar;":"\u2226","NotElement;":"\u2209","NotEqual;":"\u2260","NotEqualTilde;":"\u2242\u0338","NotExists;":"\u2204","NotGreater;":"\u226F","NotGreaterEqual;":"\u2271","NotGreaterFullEqual;":"\u2267\u0338","NotGreaterGreater;":"\u226B\u0338","NotGreaterLess;":"\u2279","NotGreaterSlantEqual;":"\u2A7E\u0338","NotGreaterTilde;":"\u2275","NotHumpDownHump;":"\u224E\u0338","NotHumpEqual;":"\u224F\u0338","notin;":"\u2209","notindot;":"\u22F5\u0338","notinE;":"\u22F9\u0338","notinva;":"\u2209","notinvb;":"\u22F7","notinvc;":"\u22F6","NotLeftTriangle;":"\u22EA","NotLeftTriangleBar;":"\u29CF\u0338","NotLeftTriangleEqual;":"\u22EC","NotLess;":"\u226E","NotLessEqual;":"\u2270","NotLessGreater;":"\u2278","NotLessLess;":"\u226A\u0338","NotLessSlantEqual;":"\u2A7D\u0338","NotLessTilde;":"\u2274","NotNestedGreaterGreater;":"\u2AA2\u0338","NotNestedLessLess;":"\u2AA1\u0338","notni;":"\u220C","notniva;":"\u220C","notnivb;":"\u22FE","notnivc;":"\u22FD","NotPrecedes;":"\u2280","NotPrecedesEqual;":"\u2AAF\u0338","NotPrecedesSlantEqual;":"\u22E0","NotReverseElement;":"\u220C","NotRightTriangle;":"\u22EB","NotRightTriangleBar;":"\u29D0\u0338","NotRightTriangleEqual;":"\u22ED","NotSquareSubset;":"\u228F\u0338","NotSquareSubsetEqual;":"\u22E2","NotSquareSuperset;":"\u2290\u0338","NotSquareSupersetEqual;":"\u22E3","NotSubset;":"\u2282\u20D2","NotSubsetEqual;":"\u2288","NotSucceeds;":"\u2281","NotSucceedsEqual;":"\u2AB0\u0338","NotSucceedsSlantEqual;":"\u22E1","NotSucceedsTilde;":"\u227F\u0338","NotSuperset;":"\u2283\u20D2","NotSupersetEqual;":"\u2289","NotTilde;":"\u2241","NotTildeEqual;":"\u2244","NotTildeFullEqual;":"\u2247","NotTildeTilde;":"\u2249","NotVerticalBar;":"\u2224","npar;":"\u2226","nparallel;":"\u2226","nparsl;":"\u2AFD\u20E5","npart;":"\u2202\u0338","npolint;":"\u2A14","npr;":"\u2280","nprcue;":"\u22E0","npre;":"\u2AAF\u0338","nprec;":"\u2280","npreceq;":"\u2AAF\u0338","nrArr;":"\u21CF","nrarr;":"\u219B","nrarrc;":"\u2933\u0338","nrarrw;":"\u219D\u0338","nRightarrow;":"\u21CF","nrightarrow;":"\u219B","nrtri;":"\u22EB","nrtrie;":"\u22ED","nsc;":"\u2281","nsccue;":"\u22E1","nsce;":"\u2AB0\u0338","Nscr;":"\u{1D4A9}","nscr;":"\u{1D4C3}","nshortmid;":"\u2224","nshortparallel;":"\u2226","nsim;":"\u2241","nsime;":"\u2244","nsimeq;":"\u2244","nsmid;":"\u2224","nspar;":"\u2226","nsqsube;":"\u22E2","nsqsupe;":"\u22E3","nsub;":"\u2284","nsubE;":"\u2AC5\u0338","nsube;":"\u2288","nsubset;":"\u2282\u20D2","nsubseteq;":"\u2288","nsubseteqq;":"\u2AC5\u0338","nsucc;":"\u2281","nsucceq;":"\u2AB0\u0338","nsup;":"\u2285","nsupE;":"\u2AC6\u0338","nsupe;":"\u2289","nsupset;":"\u2283\u20D2","nsupseteq;":"\u2289","nsupseteqq;":"\u2AC6\u0338","ntgl;":"\u2279","Ntilde;":"\xD1",Ntilde:"\xD1","ntilde;":"\xF1",ntilde:"\xF1","ntlg;":"\u2278","ntriangleleft;":"\u22EA","ntrianglelefteq;":"\u22EC","ntriangleright;":"\u22EB","ntrianglerighteq;":"\u22ED","Nu;":"\u039D","nu;":"\u03BD","num;":"#","numero;":"\u2116","numsp;":"\u2007","nvap;":"\u224D\u20D2","nVDash;":"\u22AF","nVdash;":"\u22AE","nvDash;":"\u22AD","nvdash;":"\u22AC","nvge;":"\u2265\u20D2","nvgt;":">\u20D2","nvHarr;":"\u2904","nvinfin;":"\u29DE","nvlArr;":"\u2902","nvle;":"\u2264\u20D2","nvlt;":"<\u20D2","nvltrie;":"\u22B4\u20D2","nvrArr;":"\u2903","nvrtrie;":"\u22B5\u20D2","nvsim;":"\u223C\u20D2","nwarhk;":"\u2923","nwArr;":"\u21D6","nwarr;":"\u2196","nwarrow;":"\u2196","nwnear;":"\u2927","Oacute;":"\xD3",Oacute:"\xD3","oacute;":"\xF3",oacute:"\xF3","oast;":"\u229B","ocir;":"\u229A","Ocirc;":"\xD4",Ocirc:"\xD4","ocirc;":"\xF4",ocirc:"\xF4","Ocy;":"\u041E","ocy;":"\u043E","odash;":"\u229D","Odblac;":"\u0150","odblac;":"\u0151","odiv;":"\u2A38","odot;":"\u2299","odsold;":"\u29BC","OElig;":"\u0152","oelig;":"\u0153","ofcir;":"\u29BF","Ofr;":"\u{1D512}","ofr;":"\u{1D52C}","ogon;":"\u02DB","Ograve;":"\xD2",Ograve:"\xD2","ograve;":"\xF2",ograve:"\xF2","ogt;":"\u29C1","ohbar;":"\u29B5","ohm;":"\u03A9","oint;":"\u222E","olarr;":"\u21BA","olcir;":"\u29BE","olcross;":"\u29BB","oline;":"\u203E","olt;":"\u29C0","Omacr;":"\u014C","omacr;":"\u014D","Omega;":"\u03A9","omega;":"\u03C9","Omicron;":"\u039F","omicron;":"\u03BF","omid;":"\u29B6","ominus;":"\u2296","Oopf;":"\u{1D546}","oopf;":"\u{1D560}","opar;":"\u29B7","OpenCurlyDoubleQuote;":"\u201C","OpenCurlyQuote;":"\u2018","operp;":"\u29B9","oplus;":"\u2295","Or;":"\u2A54","or;":"\u2228","orarr;":"\u21BB","ord;":"\u2A5D","order;":"\u2134","orderof;":"\u2134","ordf;":"\xAA",ordf:"\xAA","ordm;":"\xBA",ordm:"\xBA","origof;":"\u22B6","oror;":"\u2A56","orslope;":"\u2A57","orv;":"\u2A5B","oS;":"\u24C8","Oscr;":"\u{1D4AA}","oscr;":"\u2134","Oslash;":"\xD8",Oslash:"\xD8","oslash;":"\xF8",oslash:"\xF8","osol;":"\u2298","Otilde;":"\xD5",Otilde:"\xD5","otilde;":"\xF5",otilde:"\xF5","Otimes;":"\u2A37","otimes;":"\u2297","otimesas;":"\u2A36","Ouml;":"\xD6",Ouml:"\xD6","ouml;":"\xF6",ouml:"\xF6","ovbar;":"\u233D","OverBar;":"\u203E","OverBrace;":"\u23DE","OverBracket;":"\u23B4","OverParenthesis;":"\u23DC","par;":"\u2225","para;":"\xB6",para:"\xB6","parallel;":"\u2225","parsim;":"\u2AF3","parsl;":"\u2AFD","part;":"\u2202","PartialD;":"\u2202","Pcy;":"\u041F","pcy;":"\u043F","percnt;":"%","period;":".","permil;":"\u2030","perp;":"\u22A5","pertenk;":"\u2031","Pfr;":"\u{1D513}","pfr;":"\u{1D52D}","Phi;":"\u03A6","phi;":"\u03C6","phiv;":"\u03D5","phmmat;":"\u2133","phone;":"\u260E","Pi;":"\u03A0","pi;":"\u03C0","pitchfork;":"\u22D4","piv;":"\u03D6","planck;":"\u210F","planckh;":"\u210E","plankv;":"\u210F","plus;":"+","plusacir;":"\u2A23","plusb;":"\u229E","pluscir;":"\u2A22","plusdo;":"\u2214","plusdu;":"\u2A25","pluse;":"\u2A72","PlusMinus;":"\xB1","plusmn;":"\xB1",plusmn:"\xB1","plussim;":"\u2A26","plustwo;":"\u2A27","pm;":"\xB1","Poincareplane;":"\u210C","pointint;":"\u2A15","Popf;":"\u2119","popf;":"\u{1D561}","pound;":"\xA3",pound:"\xA3","Pr;":"\u2ABB","pr;":"\u227A","prap;":"\u2AB7","prcue;":"\u227C","prE;":"\u2AB3","pre;":"\u2AAF","prec;":"\u227A","precapprox;":"\u2AB7","preccurlyeq;":"\u227C","Precedes;":"\u227A","PrecedesEqual;":"\u2AAF","PrecedesSlantEqual;":"\u227C","PrecedesTilde;":"\u227E","preceq;":"\u2AAF","precnapprox;":"\u2AB9","precneqq;":"\u2AB5","precnsim;":"\u22E8","precsim;":"\u227E","Prime;":"\u2033","prime;":"\u2032","primes;":"\u2119","prnap;":"\u2AB9","prnE;":"\u2AB5","prnsim;":"\u22E8","prod;":"\u220F","Product;":"\u220F","profalar;":"\u232E","profline;":"\u2312","profsurf;":"\u2313","prop;":"\u221D","Proportion;":"\u2237","Proportional;":"\u221D","propto;":"\u221D","prsim;":"\u227E","prurel;":"\u22B0","Pscr;":"\u{1D4AB}","pscr;":"\u{1D4C5}","Psi;":"\u03A8","psi;":"\u03C8","puncsp;":"\u2008","Qfr;":"\u{1D514}","qfr;":"\u{1D52E}","qint;":"\u2A0C","Qopf;":"\u211A","qopf;":"\u{1D562}","qprime;":"\u2057","Qscr;":"\u{1D4AC}","qscr;":"\u{1D4C6}","quaternions;":"\u210D","quatint;":"\u2A16","quest;":"?","questeq;":"\u225F","QUOT;":'"',QUOT:'"',"quot;":'"',quot:'"',"rAarr;":"\u21DB","race;":"\u223D\u0331","Racute;":"\u0154","racute;":"\u0155","radic;":"\u221A","raemptyv;":"\u29B3","Rang;":"\u27EB","rang;":"\u27E9","rangd;":"\u2992","range;":"\u29A5","rangle;":"\u27E9","raquo;":"\xBB",raquo:"\xBB","Rarr;":"\u21A0","rArr;":"\u21D2","rarr;":"\u2192","rarrap;":"\u2975","rarrb;":"\u21E5","rarrbfs;":"\u2920","rarrc;":"\u2933","rarrfs;":"\u291E","rarrhk;":"\u21AA","rarrlp;":"\u21AC","rarrpl;":"\u2945","rarrsim;":"\u2974","Rarrtl;":"\u2916","rarrtl;":"\u21A3","rarrw;":"\u219D","rAtail;":"\u291C","ratail;":"\u291A","ratio;":"\u2236","rationals;":"\u211A","RBarr;":"\u2910","rBarr;":"\u290F","rbarr;":"\u290D","rbbrk;":"\u2773","rbrace;":"}","rbrack;":"]","rbrke;":"\u298C","rbrksld;":"\u298E","rbrkslu;":"\u2990","Rcaron;":"\u0158","rcaron;":"\u0159","Rcedil;":"\u0156","rcedil;":"\u0157","rceil;":"\u2309","rcub;":"}","Rcy;":"\u0420","rcy;":"\u0440","rdca;":"\u2937","rdldhar;":"\u2969","rdquo;":"\u201D","rdquor;":"\u201D","rdsh;":"\u21B3","Re;":"\u211C","real;":"\u211C","realine;":"\u211B","realpart;":"\u211C","reals;":"\u211D","rect;":"\u25AD","REG;":"\xAE",REG:"\xAE","reg;":"\xAE",reg:"\xAE","ReverseElement;":"\u220B","ReverseEquilibrium;":"\u21CB","ReverseUpEquilibrium;":"\u296F","rfisht;":"\u297D","rfloor;":"\u230B","Rfr;":"\u211C","rfr;":"\u{1D52F}","rHar;":"\u2964","rhard;":"\u21C1","rharu;":"\u21C0","rharul;":"\u296C","Rho;":"\u03A1","rho;":"\u03C1","rhov;":"\u03F1","RightAngleBracket;":"\u27E9","RightArrow;":"\u2192","Rightarrow;":"\u21D2","rightarrow;":"\u2192","RightArrowBar;":"\u21E5","RightArrowLeftArrow;":"\u21C4","rightarrowtail;":"\u21A3","RightCeiling;":"\u2309","RightDoubleBracket;":"\u27E7","RightDownTeeVector;":"\u295D","RightDownVector;":"\u21C2","RightDownVectorBar;":"\u2955","RightFloor;":"\u230B","rightharpoondown;":"\u21C1","rightharpoonup;":"\u21C0","rightleftarrows;":"\u21C4","rightleftharpoons;":"\u21CC","rightrightarrows;":"\u21C9","rightsquigarrow;":"\u219D","RightTee;":"\u22A2","RightTeeArrow;":"\u21A6","RightTeeVector;":"\u295B","rightthreetimes;":"\u22CC","RightTriangle;":"\u22B3","RightTriangleBar;":"\u29D0","RightTriangleEqual;":"\u22B5","RightUpDownVector;":"\u294F","RightUpTeeVector;":"\u295C","RightUpVector;":"\u21BE","RightUpVectorBar;":"\u2954","RightVector;":"\u21C0","RightVectorBar;":"\u2953","ring;":"\u02DA","risingdotseq;":"\u2253","rlarr;":"\u21C4","rlhar;":"\u21CC","rlm;":"\u200F","rmoust;":"\u23B1","rmoustache;":"\u23B1","rnmid;":"\u2AEE","roang;":"\u27ED","roarr;":"\u21FE","robrk;":"\u27E7","ropar;":"\u2986","Ropf;":"\u211D","ropf;":"\u{1D563}","roplus;":"\u2A2E","rotimes;":"\u2A35","RoundImplies;":"\u2970","rpar;":")","rpargt;":"\u2994","rppolint;":"\u2A12","rrarr;":"\u21C9","Rrightarrow;":"\u21DB","rsaquo;":"\u203A","Rscr;":"\u211B","rscr;":"\u{1D4C7}","Rsh;":"\u21B1","rsh;":"\u21B1","rsqb;":"]","rsquo;":"\u2019","rsquor;":"\u2019","rthree;":"\u22CC","rtimes;":"\u22CA","rtri;":"\u25B9","rtrie;":"\u22B5","rtrif;":"\u25B8","rtriltri;":"\u29CE","RuleDelayed;":"\u29F4","ruluhar;":"\u2968","rx;":"\u211E","Sacute;":"\u015A","sacute;":"\u015B","sbquo;":"\u201A","Sc;":"\u2ABC","sc;":"\u227B","scap;":"\u2AB8","Scaron;":"\u0160","scaron;":"\u0161","sccue;":"\u227D","scE;":"\u2AB4","sce;":"\u2AB0","Scedil;":"\u015E","scedil;":"\u015F","Scirc;":"\u015C","scirc;":"\u015D","scnap;":"\u2ABA","scnE;":"\u2AB6","scnsim;":"\u22E9","scpolint;":"\u2A13","scsim;":"\u227F","Scy;":"\u0421","scy;":"\u0441","sdot;":"\u22C5","sdotb;":"\u22A1","sdote;":"\u2A66","searhk;":"\u2925","seArr;":"\u21D8","searr;":"\u2198","searrow;":"\u2198","sect;":"\xA7",sect:"\xA7","semi;":";","seswar;":"\u2929","setminus;":"\u2216","setmn;":"\u2216","sext;":"\u2736","Sfr;":"\u{1D516}","sfr;":"\u{1D530}","sfrown;":"\u2322","sharp;":"\u266F","SHCHcy;":"\u0429","shchcy;":"\u0449","SHcy;":"\u0428","shcy;":"\u0448","ShortDownArrow;":"\u2193","ShortLeftArrow;":"\u2190","shortmid;":"\u2223","shortparallel;":"\u2225","ShortRightArrow;":"\u2192","ShortUpArrow;":"\u2191","shy;":"\xAD",shy:"\xAD","Sigma;":"\u03A3","sigma;":"\u03C3","sigmaf;":"\u03C2","sigmav;":"\u03C2","sim;":"\u223C","simdot;":"\u2A6A","sime;":"\u2243","simeq;":"\u2243","simg;":"\u2A9E","simgE;":"\u2AA0","siml;":"\u2A9D","simlE;":"\u2A9F","simne;":"\u2246","simplus;":"\u2A24","simrarr;":"\u2972","slarr;":"\u2190","SmallCircle;":"\u2218","smallsetminus;":"\u2216","smashp;":"\u2A33","smeparsl;":"\u29E4","smid;":"\u2223","smile;":"\u2323","smt;":"\u2AAA","smte;":"\u2AAC","smtes;":"\u2AAC\uFE00","SOFTcy;":"\u042C","softcy;":"\u044C","sol;":"/","solb;":"\u29C4","solbar;":"\u233F","Sopf;":"\u{1D54A}","sopf;":"\u{1D564}","spades;":"\u2660","spadesuit;":"\u2660","spar;":"\u2225","sqcap;":"\u2293","sqcaps;":"\u2293\uFE00","sqcup;":"\u2294","sqcups;":"\u2294\uFE00","Sqrt;":"\u221A","sqsub;":"\u228F","sqsube;":"\u2291","sqsubset;":"\u228F","sqsubseteq;":"\u2291","sqsup;":"\u2290","sqsupe;":"\u2292","sqsupset;":"\u2290","sqsupseteq;":"\u2292","squ;":"\u25A1","Square;":"\u25A1","square;":"\u25A1","SquareIntersection;":"\u2293","SquareSubset;":"\u228F","SquareSubsetEqual;":"\u2291","SquareSuperset;":"\u2290","SquareSupersetEqual;":"\u2292","SquareUnion;":"\u2294","squarf;":"\u25AA","squf;":"\u25AA","srarr;":"\u2192","Sscr;":"\u{1D4AE}","sscr;":"\u{1D4C8}","ssetmn;":"\u2216","ssmile;":"\u2323","sstarf;":"\u22C6","Star;":"\u22C6","star;":"\u2606","starf;":"\u2605","straightepsilon;":"\u03F5","straightphi;":"\u03D5","strns;":"\xAF","Sub;":"\u22D0","sub;":"\u2282","subdot;":"\u2ABD","subE;":"\u2AC5","sube;":"\u2286","subedot;":"\u2AC3","submult;":"\u2AC1","subnE;":"\u2ACB","subne;":"\u228A","subplus;":"\u2ABF","subrarr;":"\u2979","Subset;":"\u22D0","subset;":"\u2282","subseteq;":"\u2286","subseteqq;":"\u2AC5","SubsetEqual;":"\u2286","subsetneq;":"\u228A","subsetneqq;":"\u2ACB","subsim;":"\u2AC7","subsub;":"\u2AD5","subsup;":"\u2AD3","succ;":"\u227B","succapprox;":"\u2AB8","succcurlyeq;":"\u227D","Succeeds;":"\u227B","SucceedsEqual;":"\u2AB0","SucceedsSlantEqual;":"\u227D","SucceedsTilde;":"\u227F","succeq;":"\u2AB0","succnapprox;":"\u2ABA","succneqq;":"\u2AB6","succnsim;":"\u22E9","succsim;":"\u227F","SuchThat;":"\u220B","Sum;":"\u2211","sum;":"\u2211","sung;":"\u266A","Sup;":"\u22D1","sup;":"\u2283","sup1;":"\xB9",sup1:"\xB9","sup2;":"\xB2",sup2:"\xB2","sup3;":"\xB3",sup3:"\xB3","supdot;":"\u2ABE","supdsub;":"\u2AD8","supE;":"\u2AC6","supe;":"\u2287","supedot;":"\u2AC4","Superset;":"\u2283","SupersetEqual;":"\u2287","suphsol;":"\u27C9","suphsub;":"\u2AD7","suplarr;":"\u297B","supmult;":"\u2AC2","supnE;":"\u2ACC","supne;":"\u228B","supplus;":"\u2AC0","Supset;":"\u22D1","supset;":"\u2283","supseteq;":"\u2287","supseteqq;":"\u2AC6","supsetneq;":"\u228B","supsetneqq;":"\u2ACC","supsim;":"\u2AC8","supsub;":"\u2AD4","supsup;":"\u2AD6","swarhk;":"\u2926","swArr;":"\u21D9","swarr;":"\u2199","swarrow;":"\u2199","swnwar;":"\u292A","szlig;":"\xDF",szlig:"\xDF","Tab;":" ","target;":"\u2316","Tau;":"\u03A4","tau;":"\u03C4","tbrk;":"\u23B4","Tcaron;":"\u0164","tcaron;":"\u0165","Tcedil;":"\u0162","tcedil;":"\u0163","Tcy;":"\u0422","tcy;":"\u0442","tdot;":"\u20DB","telrec;":"\u2315","Tfr;":"\u{1D517}","tfr;":"\u{1D531}","there4;":"\u2234","Therefore;":"\u2234","therefore;":"\u2234","Theta;":"\u0398","theta;":"\u03B8","thetasym;":"\u03D1","thetav;":"\u03D1","thickapprox;":"\u2248","thicksim;":"\u223C","ThickSpace;":"\u205F\u200A","thinsp;":"\u2009","ThinSpace;":"\u2009","thkap;":"\u2248","thksim;":"\u223C","THORN;":"\xDE",THORN:"\xDE","thorn;":"\xFE",thorn:"\xFE","Tilde;":"\u223C","tilde;":"\u02DC","TildeEqual;":"\u2243","TildeFullEqual;":"\u2245","TildeTilde;":"\u2248","times;":"\xD7",times:"\xD7","timesb;":"\u22A0","timesbar;":"\u2A31","timesd;":"\u2A30","tint;":"\u222D","toea;":"\u2928","top;":"\u22A4","topbot;":"\u2336","topcir;":"\u2AF1","Topf;":"\u{1D54B}","topf;":"\u{1D565}","topfork;":"\u2ADA","tosa;":"\u2929","tprime;":"\u2034","TRADE;":"\u2122","trade;":"\u2122","triangle;":"\u25B5","triangledown;":"\u25BF","triangleleft;":"\u25C3","trianglelefteq;":"\u22B4","triangleq;":"\u225C","triangleright;":"\u25B9","trianglerighteq;":"\u22B5","tridot;":"\u25EC","trie;":"\u225C","triminus;":"\u2A3A","TripleDot;":"\u20DB","triplus;":"\u2A39","trisb;":"\u29CD","tritime;":"\u2A3B","trpezium;":"\u23E2","Tscr;":"\u{1D4AF}","tscr;":"\u{1D4C9}","TScy;":"\u0426","tscy;":"\u0446","TSHcy;":"\u040B","tshcy;":"\u045B","Tstrok;":"\u0166","tstrok;":"\u0167","twixt;":"\u226C","twoheadleftarrow;":"\u219E","twoheadrightarrow;":"\u21A0","Uacute;":"\xDA",Uacute:"\xDA","uacute;":"\xFA",uacute:"\xFA","Uarr;":"\u219F","uArr;":"\u21D1","uarr;":"\u2191","Uarrocir;":"\u2949","Ubrcy;":"\u040E","ubrcy;":"\u045E","Ubreve;":"\u016C","ubreve;":"\u016D","Ucirc;":"\xDB",Ucirc:"\xDB","ucirc;":"\xFB",ucirc:"\xFB","Ucy;":"\u0423","ucy;":"\u0443","udarr;":"\u21C5","Udblac;":"\u0170","udblac;":"\u0171","udhar;":"\u296E","ufisht;":"\u297E","Ufr;":"\u{1D518}","ufr;":"\u{1D532}","Ugrave;":"\xD9",Ugrave:"\xD9","ugrave;":"\xF9",ugrave:"\xF9","uHar;":"\u2963","uharl;":"\u21BF","uharr;":"\u21BE","uhblk;":"\u2580","ulcorn;":"\u231C","ulcorner;":"\u231C","ulcrop;":"\u230F","ultri;":"\u25F8","Umacr;":"\u016A","umacr;":"\u016B","uml;":"\xA8",uml:"\xA8","UnderBar;":"_","UnderBrace;":"\u23DF","UnderBracket;":"\u23B5","UnderParenthesis;":"\u23DD","Union;":"\u22C3","UnionPlus;":"\u228E","Uogon;":"\u0172","uogon;":"\u0173","Uopf;":"\u{1D54C}","uopf;":"\u{1D566}","UpArrow;":"\u2191","Uparrow;":"\u21D1","uparrow;":"\u2191","UpArrowBar;":"\u2912","UpArrowDownArrow;":"\u21C5","UpDownArrow;":"\u2195","Updownarrow;":"\u21D5","updownarrow;":"\u2195","UpEquilibrium;":"\u296E","upharpoonleft;":"\u21BF","upharpoonright;":"\u21BE","uplus;":"\u228E","UpperLeftArrow;":"\u2196","UpperRightArrow;":"\u2197","Upsi;":"\u03D2","upsi;":"\u03C5","upsih;":"\u03D2","Upsilon;":"\u03A5","upsilon;":"\u03C5","UpTee;":"\u22A5","UpTeeArrow;":"\u21A5","upuparrows;":"\u21C8","urcorn;":"\u231D","urcorner;":"\u231D","urcrop;":"\u230E","Uring;":"\u016E","uring;":"\u016F","urtri;":"\u25F9","Uscr;":"\u{1D4B0}","uscr;":"\u{1D4CA}","utdot;":"\u22F0","Utilde;":"\u0168","utilde;":"\u0169","utri;":"\u25B5","utrif;":"\u25B4","uuarr;":"\u21C8","Uuml;":"\xDC",Uuml:"\xDC","uuml;":"\xFC",uuml:"\xFC","uwangle;":"\u29A7","vangrt;":"\u299C","varepsilon;":"\u03F5","varkappa;":"\u03F0","varnothing;":"\u2205","varphi;":"\u03D5","varpi;":"\u03D6","varpropto;":"\u221D","vArr;":"\u21D5","varr;":"\u2195","varrho;":"\u03F1","varsigma;":"\u03C2","varsubsetneq;":"\u228A\uFE00","varsubsetneqq;":"\u2ACB\uFE00","varsupsetneq;":"\u228B\uFE00","varsupsetneqq;":"\u2ACC\uFE00","vartheta;":"\u03D1","vartriangleleft;":"\u22B2","vartriangleright;":"\u22B3","Vbar;":"\u2AEB","vBar;":"\u2AE8","vBarv;":"\u2AE9","Vcy;":"\u0412","vcy;":"\u0432","VDash;":"\u22AB","Vdash;":"\u22A9","vDash;":"\u22A8","vdash;":"\u22A2","Vdashl;":"\u2AE6","Vee;":"\u22C1","vee;":"\u2228","veebar;":"\u22BB","veeeq;":"\u225A","vellip;":"\u22EE","Verbar;":"\u2016","verbar;":"|","Vert;":"\u2016","vert;":"|","VerticalBar;":"\u2223","VerticalLine;":"|","VerticalSeparator;":"\u2758","VerticalTilde;":"\u2240","VeryThinSpace;":"\u200A","Vfr;":"\u{1D519}","vfr;":"\u{1D533}","vltri;":"\u22B2","vnsub;":"\u2282\u20D2","vnsup;":"\u2283\u20D2","Vopf;":"\u{1D54D}","vopf;":"\u{1D567}","vprop;":"\u221D","vrtri;":"\u22B3","Vscr;":"\u{1D4B1}","vscr;":"\u{1D4CB}","vsubnE;":"\u2ACB\uFE00","vsubne;":"\u228A\uFE00","vsupnE;":"\u2ACC\uFE00","vsupne;":"\u228B\uFE00","Vvdash;":"\u22AA","vzigzag;":"\u299A","Wcirc;":"\u0174","wcirc;":"\u0175","wedbar;":"\u2A5F","Wedge;":"\u22C0","wedge;":"\u2227","wedgeq;":"\u2259","weierp;":"\u2118","Wfr;":"\u{1D51A}","wfr;":"\u{1D534}","Wopf;":"\u{1D54E}","wopf;":"\u{1D568}","wp;":"\u2118","wr;":"\u2240","wreath;":"\u2240","Wscr;":"\u{1D4B2}","wscr;":"\u{1D4CC}","xcap;":"\u22C2","xcirc;":"\u25EF","xcup;":"\u22C3","xdtri;":"\u25BD","Xfr;":"\u{1D51B}","xfr;":"\u{1D535}","xhArr;":"\u27FA","xharr;":"\u27F7","Xi;":"\u039E","xi;":"\u03BE","xlArr;":"\u27F8","xlarr;":"\u27F5","xmap;":"\u27FC","xnis;":"\u22FB","xodot;":"\u2A00","Xopf;":"\u{1D54F}","xopf;":"\u{1D569}","xoplus;":"\u2A01","xotime;":"\u2A02","xrArr;":"\u27F9","xrarr;":"\u27F6","Xscr;":"\u{1D4B3}","xscr;":"\u{1D4CD}","xsqcup;":"\u2A06","xuplus;":"\u2A04","xutri;":"\u25B3","xvee;":"\u22C1","xwedge;":"\u22C0","Yacute;":"\xDD",Yacute:"\xDD","yacute;":"\xFD",yacute:"\xFD","YAcy;":"\u042F","yacy;":"\u044F","Ycirc;":"\u0176","ycirc;":"\u0177","Ycy;":"\u042B","ycy;":"\u044B","yen;":"\xA5",yen:"\xA5","Yfr;":"\u{1D51C}","yfr;":"\u{1D536}","YIcy;":"\u0407","yicy;":"\u0457","Yopf;":"\u{1D550}","yopf;":"\u{1D56A}","Yscr;":"\u{1D4B4}","yscr;":"\u{1D4CE}","YUcy;":"\u042E","yucy;":"\u044E","Yuml;":"\u0178","yuml;":"\xFF",yuml:"\xFF","Zacute;":"\u0179","zacute;":"\u017A","Zcaron;":"\u017D","zcaron;":"\u017E","Zcy;":"\u0417","zcy;":"\u0437","Zdot;":"\u017B","zdot;":"\u017C","zeetrf;":"\u2128","ZeroWidthSpace;":"\u200B","Zeta;":"\u0396","zeta;":"\u03B6","Zfr;":"\u2128","zfr;":"\u{1D537}","ZHcy;":"\u0416","zhcy;":"\u0436","zigrarr;":"\u21DD","Zopf;":"\u2124","zopf;":"\u{1D56B}","Zscr;":"\u{1D4B5}","zscr;":"\u{1D4CF}","zwj;":"\u200D","zwnj;":"\u200C"};function Re(e,t){if(e.length<t.length)return!1;for(var n=0;n<t.length;n++)if(e[n]!==t[n])return!1;return!0}function xs(e,t){var n=e.length-t.length;return n>0?e.lastIndexOf(t)===n:n===0?e===t:!1}function gr(e,t){for(var n="";t>0;)(t&1)==1&&(n+=e),e+=e,t=t>>>1;return n}var Ds="a".charCodeAt(0),Cs="z".charCodeAt(0),Es="A".charCodeAt(0),Ls="Z".charCodeAt(0),Ms="0".charCodeAt(0),Rs="9".charCodeAt(0);function lt(e,t){var n=e.charCodeAt(t);return Ds<=n&&n<=Cs||Es<=n&&n<=Ls||Ms<=n&&n<=Rs}function Rt(e){return typeof e!="undefined"}function Ns(e){if(!!e)return typeof e=="string"?{kind:"markdown",value:e}:{kind:"markdown",value:e.value}}var vr=function(){function e(t,n){var r=this;this.id=t,this._tags=[],this._tagMap={},this._valueSetMap={},this._tags=n.tags||[],this._globalAttributes=n.globalAttributes||[],this._tags.forEach(function(i){r._tagMap[i.name.toLowerCase()]=i}),n.valueSets&&n.valueSets.forEach(function(i){r._valueSetMap[i.name]=i.values})}return e.prototype.isApplicable=function(){return!0},e.prototype.getId=function(){return this.id},e.prototype.provideTags=function(){return this._tags},e.prototype.provideAttributes=function(t){var n=[],r=function(a){n.push(a)},i=this._tagMap[t.toLowerCase()];return i&&i.attributes.forEach(r),this._globalAttributes.forEach(r),n},e.prototype.provideValues=function(t,n){var r=this,i=[];n=n.toLowerCase();var a=function(o){o.forEach(function(s){s.name.toLowerCase()===n&&(s.values&&s.values.forEach(function(c){i.push(c)}),s.valueSet&&r._valueSetMap[s.valueSet]&&r._valueSetMap[s.valueSet].forEach(function(c){i.push(c)}))})},l=this._tagMap[t.toLowerCase()];return l&&a(l.attributes),a(this._globalAttributes),i},e}();function Be(e,t,n){t===void 0&&(t={});var r={kind:n?"markdown":"plaintext",value:""};if(e.description&&t.documentation!==!1){var i=Ns(e.description);i&&(r.value+=i.value)}if(e.references&&e.references.length>0&&t.references!==!1&&(r.value.length&&(r.value+=`
11
+ `&&i++}r&&n.length>0&&t.push(n.length),this._lineOffsets=t}return this._lineOffsets},e.prototype.positionAt=function(t){t=Math.max(Math.min(t,this._content.length),0);var n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return ie.create(0,t);for(;r<i;){var a=Math.floor((r+i)/2);n[a]>t?i=a:r=a+1}var l=r-1;return ie.create(l,t-n[l])},e.prototype.offsetAt=function(t){var n=this.getLineOffsets();if(t.line>=n.length)return this._content.length;if(t.line<0)return 0;var r=n[t.line],i=t.line+1<n.length?n[t.line+1]:this._content.length;return Math.max(Math.min(r+t.character,i),r)},Object.defineProperty(e.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!1,configurable:!0}),e}(),A;(function(e){var t=Object.prototype.toString;function n(f){return typeof f!="undefined"}e.defined=n;function r(f){return typeof f=="undefined"}e.undefined=r;function i(f){return f===!0||f===!1}e.boolean=i;function a(f){return t.call(f)==="[object String]"}e.string=a;function l(f){return t.call(f)==="[object Number]"}e.number=l;function o(f,_,b){return t.call(f)==="[object Number]"&&_<=f&&f<=b}e.numberRange=o;function s(f){return t.call(f)==="[object Number]"&&-2147483648<=f&&f<=2147483647}e.integer=s;function u(f){return t.call(f)==="[object Number]"&&0<=f&&f<=2147483647}e.uinteger=u;function c(f){return t.call(f)==="[object Function]"}e.func=c;function h(f){return f!==null&&typeof f=="object"}e.objectLiteral=h;function d(f,_){return Array.isArray(f)&&f.every(_)}e.typedArray=d})(A||(A={}));var ds=function(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,a;r<i;r++)(a||!(r in t))&&(a||(a=Array.prototype.slice.call(t,0,r)),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))},ur=function(){function e(t,n,r,i){this._uri=t,this._languageId=n,this._version=r,this._content=i,this._lineOffsets=void 0}return Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._version},enumerable:!1,configurable:!0}),e.prototype.getText=function(t){if(t){var n=this.offsetAt(t.start),r=this.offsetAt(t.end);return this._content.substring(n,r)}return this._content},e.prototype.update=function(t,n){for(var r=0,i=t;r<i.length;r++){var a=i[r];if(e.isIncremental(a)){var l=hr(a.range),o=this.offsetAt(l.start),s=this.offsetAt(l.end);this._content=this._content.substring(0,o)+a.text+this._content.substring(s,this._content.length);var u=Math.max(l.start.line,0),c=Math.max(l.end.line,0),h=this._lineOffsets,d=cr(a.text,!1,o);if(c-u===d.length)for(var f=0,_=d.length;f<_;f++)h[f+u+1]=d[f];else d.length<1e4?h.splice.apply(h,ds([u+1,c-u],d,!1)):this._lineOffsets=h=h.slice(0,u+1).concat(d,h.slice(c+1));var b=a.text.length-(s-o);if(b!==0)for(var f=u+1+d.length,_=h.length;f<_;f++)h[f]=h[f]+b}else if(e.isFull(a))this._content=a.text,this._lineOffsets=void 0;else throw new Error("Unknown change event received")}this._version=n},e.prototype.getLineOffsets=function(){return this._lineOffsets===void 0&&(this._lineOffsets=cr(this._content,!0)),this._lineOffsets},e.prototype.positionAt=function(t){t=Math.max(Math.min(t,this._content.length),0);var n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return{line:0,character:t};for(;r<i;){var a=Math.floor((r+i)/2);n[a]>t?i=a:r=a+1}var l=r-1;return{line:l,character:t-n[l]}},e.prototype.offsetAt=function(t){var n=this.getLineOffsets();if(t.line>=n.length)return this._content.length;if(t.line<0)return 0;var r=n[t.line],i=t.line+1<n.length?n[t.line+1]:this._content.length;return Math.max(Math.min(r+t.character,i),r)},Object.defineProperty(e.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!1,configurable:!0}),e.isIncremental=function(t){var n=t;return n!=null&&typeof n.text=="string"&&n.range!==void 0&&(n.rangeLength===void 0||typeof n.rangeLength=="number")},e.isFull=function(t){var n=t;return n!=null&&typeof n.text=="string"&&n.range===void 0&&n.rangeLength===void 0},e}(),pn;(function(e){function t(i,a,l,o){return new ur(i,a,l,o)}e.create=t;function n(i,a,l){if(i instanceof ur)return i.update(a,l),i;throw new Error("TextDocument.update: document must be created by TextDocument.create")}e.update=n;function r(i,a){for(var l=i.getText(),o=fn(a.map(ms),function(_,b){var y=_.range.start.line-b.range.start.line;return y===0?_.range.start.character-b.range.start.character:y}),s=0,u=[],c=0,h=o;c<h.length;c++){var d=h[c],f=i.offsetAt(d.range.start);if(f<s)throw new Error("Overlapping edit");f>s&&u.push(l.substring(s,f)),d.newText.length&&u.push(d.newText),s=i.offsetAt(d.range.end)}return u.push(l.substr(s)),u.join("")}e.applyEdits=r})(pn||(pn={}));function fn(e,t){if(e.length<=1)return e;var n=e.length/2|0,r=e.slice(0,n),i=e.slice(n);fn(r,t),fn(i,t);for(var a=0,l=0,o=0;a<r.length&&l<i.length;){var s=t(r[a],i[l]);s<=0?e[o++]=r[a++]:e[o++]=i[l++]}for(;a<r.length;)e[o++]=r[a++];for(;l<i.length;)e[o++]=i[l++];return e}function cr(e,t,n){n===void 0&&(n=0);for(var r=t?[n]:[],i=0;i<e.length;i++){var a=e.charCodeAt(i);(a===13||a===10)&&(a===13&&i+1<e.length&&e.charCodeAt(i+1)===10&&i++,r.push(n+i+1))}return r}function hr(e){var t=e.start,n=e.end;return t.line>n.line||t.line===n.line&&t.character>n.character?{start:n,end:t}:e}function ms(e){var t=hr(e.range);return t!==e.range?{newText:e.newText,range:t}:e}var D;(function(e){e[e.StartCommentTag=0]="StartCommentTag",e[e.Comment=1]="Comment",e[e.EndCommentTag=2]="EndCommentTag",e[e.StartTagOpen=3]="StartTagOpen",e[e.StartTagClose=4]="StartTagClose",e[e.StartTagSelfClose=5]="StartTagSelfClose",e[e.StartTag=6]="StartTag",e[e.EndTagOpen=7]="EndTagOpen",e[e.EndTagClose=8]="EndTagClose",e[e.EndTag=9]="EndTag",e[e.DelimiterAssign=10]="DelimiterAssign",e[e.AttributeName=11]="AttributeName",e[e.AttributeValue=12]="AttributeValue",e[e.StartDoctypeTag=13]="StartDoctypeTag",e[e.Doctype=14]="Doctype",e[e.EndDoctypeTag=15]="EndDoctypeTag",e[e.Content=16]="Content",e[e.Whitespace=17]="Whitespace",e[e.Unknown=18]="Unknown",e[e.Script=19]="Script",e[e.Styles=20]="Styles",e[e.EOS=21]="EOS"})(D||(D={}));var B;(function(e){e[e.WithinContent=0]="WithinContent",e[e.AfterOpeningStartTag=1]="AfterOpeningStartTag",e[e.AfterOpeningEndTag=2]="AfterOpeningEndTag",e[e.WithinDoctype=3]="WithinDoctype",e[e.WithinTag=4]="WithinTag",e[e.WithinEndTag=5]="WithinEndTag",e[e.WithinComment=6]="WithinComment",e[e.WithinScriptContent=7]="WithinScriptContent",e[e.WithinStyleContent=8]="WithinStyleContent",e[e.AfterAttributeName=9]="AfterAttributeName",e[e.BeforeAttributeValue=10]="BeforeAttributeValue"})(B||(B={}));var dr;(function(e){e.LATEST={textDocument:{completion:{completionItem:{documentationFormat:[_e.Markdown,_e.PlainText]}},hover:{contentFormat:[_e.Markdown,_e.PlainText]}}}})(dr||(dr={}));var gn;(function(e){e[e.Unknown=0]="Unknown",e[e.File=1]="File",e[e.Directory=2]="Directory",e[e.SymbolicLink=64]="SymbolicLink"})(gn||(gn={}));var De=ln(),ps=function(){function e(t,n){this.source=t,this.len=t.length,this.position=n}return e.prototype.eos=function(){return this.len<=this.position},e.prototype.getSource=function(){return this.source},e.prototype.pos=function(){return this.position},e.prototype.goBackTo=function(t){this.position=t},e.prototype.goBack=function(t){this.position-=t},e.prototype.advance=function(t){this.position+=t},e.prototype.goToEnd=function(){this.position=this.source.length},e.prototype.nextChar=function(){return this.source.charCodeAt(this.position++)||0},e.prototype.peekChar=function(t){return t===void 0&&(t=0),this.source.charCodeAt(this.position+t)||0},e.prototype.advanceIfChar=function(t){return t===this.source.charCodeAt(this.position)?(this.position++,!0):!1},e.prototype.advanceIfChars=function(t){var n;if(this.position+t.length>this.source.length)return!1;for(n=0;n<t.length;n++)if(this.source.charCodeAt(this.position+n)!==t[n])return!1;return this.advance(n),!0},e.prototype.advanceIfRegExp=function(t){var n=this.source.substr(this.position),r=n.match(t);return r?(this.position=this.position+r.index+r[0].length,r[0]):""},e.prototype.advanceUntilRegExp=function(t){var n=this.source.substr(this.position),r=n.match(t);return r?(this.position=this.position+r.index,r[0]):(this.goToEnd(),"")},e.prototype.advanceUntilChar=function(t){for(;this.position<this.source.length;){if(this.source.charCodeAt(this.position)===t)return!0;this.advance(1)}return!1},e.prototype.advanceUntilChars=function(t){for(;this.position+t.length<=this.source.length;){for(var n=0;n<t.length&&this.source.charCodeAt(this.position+n)===t[n];n++);if(n===t.length)return!0;this.advance(1)}return this.goToEnd(),!1},e.prototype.skipWhitespace=function(){var t=this.advanceWhileChar(function(n){return n===ys||n===Ts||n===_s||n===ws||n===vs});return t>0},e.prototype.advanceWhileChar=function(t){for(var n=this.position;this.position<this.len&&t(this.source.charCodeAt(this.position));)this.position++;return this.position-n},e}(),mr="!".charCodeAt(0),Ye="-".charCodeAt(0),Mt="<".charCodeAt(0),ye=">".charCodeAt(0),bn="/".charCodeAt(0),fs="=".charCodeAt(0),gs='"'.charCodeAt(0),bs="'".charCodeAt(0),_s=`
12
+ `.charCodeAt(0),vs="\r".charCodeAt(0),ws="\f".charCodeAt(0),ys=" ".charCodeAt(0),Ts=" ".charCodeAt(0),ks={"text/x-handlebars-template":!0,"text/html":!0};function fe(e,t,n,r){t===void 0&&(t=0),n===void 0&&(n=B.WithinContent),r===void 0&&(r=!1);var i=new ps(e,t),a=n,l=0,o=D.Unknown,s,u,c,h,d;function f(){return i.advanceIfRegExp(/^[_:\w][_:\w-.\d]*/).toLowerCase()}function _(){return i.advanceIfRegExp(/^[^\s"'></=\x00-\x0F\x7F\x80-\x9F]*/).toLowerCase()}function b(p,v,S){return o=v,l=p,s=S,v}function y(){var p=i.pos(),v=a,S=k();return S!==D.EOS&&p===i.pos()&&!(r&&(S===D.StartTagClose||S===D.EndTagClose))?(console.log("Scanner.scan has not advanced at offset "+p+", state before: "+v+" after: "+a),i.advance(1),b(p,D.Unknown)):S}function k(){var p=i.pos();if(i.eos())return b(p,D.EOS);var v;switch(a){case B.WithinComment:return i.advanceIfChars([Ye,Ye,ye])?(a=B.WithinContent,b(p,D.EndCommentTag)):(i.advanceUntilChars([Ye,Ye,ye]),b(p,D.Comment));case B.WithinDoctype:return i.advanceIfChar(ye)?(a=B.WithinContent,b(p,D.EndDoctypeTag)):(i.advanceUntilChar(ye),b(p,D.Doctype));case B.WithinContent:if(i.advanceIfChar(Mt)){if(!i.eos()&&i.peekChar()===mr){if(i.advanceIfChars([mr,Ye,Ye]))return a=B.WithinComment,b(p,D.StartCommentTag);if(i.advanceIfRegExp(/^!doctype/i))return a=B.WithinDoctype,b(p,D.StartDoctypeTag)}return i.advanceIfChar(bn)?(a=B.AfterOpeningEndTag,b(p,D.EndTagOpen)):(a=B.AfterOpeningStartTag,b(p,D.StartTagOpen))}return i.advanceUntilChar(Mt),b(p,D.Content);case B.AfterOpeningEndTag:var S=f();return S.length>0?(a=B.WithinEndTag,b(p,D.EndTag)):i.skipWhitespace()?b(p,D.Whitespace,De("error.unexpectedWhitespace","Tag name must directly follow the open bracket.")):(a=B.WithinEndTag,i.advanceUntilChar(ye),p<i.pos()?b(p,D.Unknown,De("error.endTagNameExpected","End tag name expected.")):k());case B.WithinEndTag:if(i.skipWhitespace())return b(p,D.Whitespace);if(i.advanceIfChar(ye))return a=B.WithinContent,b(p,D.EndTagClose);if(r&&i.peekChar()===Mt)return a=B.WithinContent,b(p,D.EndTagClose,De("error.closingBracketMissing","Closing bracket missing."));v=De("error.closingBracketExpected","Closing bracket expected.");break;case B.AfterOpeningStartTag:return c=f(),d=void 0,h=void 0,c.length>0?(u=!1,a=B.WithinTag,b(p,D.StartTag)):i.skipWhitespace()?b(p,D.Whitespace,De("error.unexpectedWhitespace","Tag name must directly follow the open bracket.")):(a=B.WithinTag,i.advanceUntilChar(ye),p<i.pos()?b(p,D.Unknown,De("error.startTagNameExpected","Start tag name expected.")):k());case B.WithinTag:return i.skipWhitespace()?(u=!0,b(p,D.Whitespace)):u&&(h=_(),h.length>0)?(a=B.AfterAttributeName,u=!1,b(p,D.AttributeName)):i.advanceIfChars([bn,ye])?(a=B.WithinContent,b(p,D.StartTagSelfClose)):i.advanceIfChar(ye)?(c==="script"?d&&ks[d]?a=B.WithinContent:a=B.WithinScriptContent:c==="style"?a=B.WithinStyleContent:a=B.WithinContent,b(p,D.StartTagClose)):r&&i.peekChar()===Mt?(a=B.WithinContent,b(p,D.StartTagClose,De("error.closingBracketMissing","Closing bracket missing."))):(i.advance(1),b(p,D.Unknown,De("error.unexpectedCharacterInTag","Unexpected character in tag.")));case B.AfterAttributeName:return i.skipWhitespace()?(u=!0,b(p,D.Whitespace)):i.advanceIfChar(fs)?(a=B.BeforeAttributeValue,b(p,D.DelimiterAssign)):(a=B.WithinTag,k());case B.BeforeAttributeValue:if(i.skipWhitespace())return b(p,D.Whitespace);var C=i.advanceIfRegExp(/^[^\s"'`=<>]+/);if(C.length>0)return i.peekChar()===ye&&i.peekChar(-1)===bn&&(i.goBack(1),C=C.substr(0,C.length-1)),h==="type"&&(d=C),a=B.WithinTag,u=!1,b(p,D.AttributeValue);var U=i.peekChar();return U===bs||U===gs?(i.advance(1),i.advanceUntilChar(U)&&i.advance(1),h==="type"&&(d=i.getSource().substring(p+1,i.pos()-1)),a=B.WithinTag,u=!1,b(p,D.AttributeValue)):(a=B.WithinTag,u=!1,k());case B.WithinScriptContent:for(var g=1;!i.eos();){var m=i.advanceIfRegExp(/<!--|-->|<\/?script\s*\/?>?/i);if(m.length===0)return i.goToEnd(),b(p,D.Script);if(m==="<!--")g===1&&(g=2);else if(m==="-->")g=1;else if(m[1]!=="/")g===2&&(g=3);else if(g===3)g=2;else{i.goBack(m.length);break}}return a=B.WithinContent,p<i.pos()?b(p,D.Script):k();case B.WithinStyleContent:return i.advanceUntilRegExp(/<\/style/i),a=B.WithinContent,p<i.pos()?b(p,D.Styles):k()}return i.advance(1),a=B.WithinContent,b(p,D.Unknown,v)}return{scan:y,getTokenType:function(){return o},getTokenOffset:function(){return l},getTokenLength:function(){return i.pos()-l},getTokenEnd:function(){return i.pos()},getTokenText:function(){return i.getSource().substring(l,i.pos())},getScannerState:function(){return a},getTokenError:function(){return s}}}function pr(e,t){var n=0,r=e.length;if(r===0)return 0;for(;n<r;){var i=Math.floor((n+r)/2);t(e[i])?r=i:n=i+1}return n}function As(e,t,n){for(var r=0,i=e.length-1;r<=i;){var a=(r+i)/2|0,l=n(e[a],t);if(l<0)r=a+1;else if(l>0)i=a-1;else return a}return-(r+1)}var Ss=["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"];function Dt(e){return!!e&&As(Ss,e.toLowerCase(),function(t,n){return t.localeCompare(n)})>=0}var fr=function(){function e(t,n,r,i){this.start=t,this.end=n,this.children=r,this.parent=i,this.closed=!1}return Object.defineProperty(e.prototype,"attributeNames",{get:function(){return this.attributes?Object.keys(this.attributes):[]},enumerable:!1,configurable:!0}),e.prototype.isSameTag=function(t){return this.tag===void 0?t===void 0:t!==void 0&&this.tag.length===t.length&&this.tag.toLowerCase()===t},Object.defineProperty(e.prototype,"firstChild",{get:function(){return this.children[0]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"lastChild",{get:function(){return this.children.length?this.children[this.children.length-1]:void 0},enumerable:!1,configurable:!0}),e.prototype.findNodeBefore=function(t){var n=pr(this.children,function(a){return t<=a.start})-1;if(n>=0){var r=this.children[n];if(t>r.start){if(t<r.end)return r.findNodeBefore(t);var i=r.lastChild;return i&&i.end===r.end?r.findNodeBefore(t):r}}return this},e.prototype.findNodeAt=function(t){var n=pr(this.children,function(i){return t<=i.start})-1;if(n>=0){var r=this.children[n];if(t>r.start&&t<=r.end)return r.findNodeAt(t)}return this},e}();function gr(e){for(var t=fe(e,void 0,void 0,!0),n=new fr(0,e.length,[],void 0),r=n,i=-1,a=void 0,l=null,o=t.scan();o!==D.EOS;){switch(o){case D.StartTagOpen:var s=new fr(t.getTokenOffset(),e.length,[],r);r.children.push(s),r=s;break;case D.StartTag:r.tag=t.getTokenText();break;case D.StartTagClose:r.parent&&(r.end=t.getTokenEnd(),t.getTokenLength()?(r.startTagEnd=t.getTokenEnd(),r.tag&&Dt(r.tag)&&(r.closed=!0,r=r.parent)):r=r.parent);break;case D.StartTagSelfClose:r.parent&&(r.closed=!0,r.end=t.getTokenEnd(),r.startTagEnd=t.getTokenEnd(),r=r.parent);break;case D.EndTagOpen:i=t.getTokenOffset(),a=void 0;break;case D.EndTag:a=t.getTokenText().toLowerCase();break;case D.EndTagClose:for(var u=r;!u.isSameTag(a)&&u.parent;)u=u.parent;if(u.parent){for(;r!==u;)r.end=i,r.closed=!1,r=r.parent;r.closed=!0,r.endTagStart=i,r.end=t.getTokenEnd(),r=r.parent}break;case D.AttributeName:{l=t.getTokenText();var c=r.attributes;c||(r.attributes=c={}),c[l]=null;break}case D.AttributeValue:{var h=t.getTokenText(),c=r.attributes;c&&l&&(c[l]=h,l=null);break}}o=t.scan()}for(;r.parent;)r.end=e.length,r.closed=!1,r=r.parent;return{roots:n.children,findNodeBefore:n.findNodeBefore.bind(n),findNodeAt:n.findNodeAt.bind(n)}}var ot={"Aacute;":"\xC1",Aacute:"\xC1","aacute;":"\xE1",aacute:"\xE1","Abreve;":"\u0102","abreve;":"\u0103","ac;":"\u223E","acd;":"\u223F","acE;":"\u223E\u0333","Acirc;":"\xC2",Acirc:"\xC2","acirc;":"\xE2",acirc:"\xE2","acute;":"\xB4",acute:"\xB4","Acy;":"\u0410","acy;":"\u0430","AElig;":"\xC6",AElig:"\xC6","aelig;":"\xE6",aelig:"\xE6","af;":"\u2061","Afr;":"\u{1D504}","afr;":"\u{1D51E}","Agrave;":"\xC0",Agrave:"\xC0","agrave;":"\xE0",agrave:"\xE0","alefsym;":"\u2135","aleph;":"\u2135","Alpha;":"\u0391","alpha;":"\u03B1","Amacr;":"\u0100","amacr;":"\u0101","amalg;":"\u2A3F","AMP;":"&",AMP:"&","amp;":"&",amp:"&","And;":"\u2A53","and;":"\u2227","andand;":"\u2A55","andd;":"\u2A5C","andslope;":"\u2A58","andv;":"\u2A5A","ang;":"\u2220","ange;":"\u29A4","angle;":"\u2220","angmsd;":"\u2221","angmsdaa;":"\u29A8","angmsdab;":"\u29A9","angmsdac;":"\u29AA","angmsdad;":"\u29AB","angmsdae;":"\u29AC","angmsdaf;":"\u29AD","angmsdag;":"\u29AE","angmsdah;":"\u29AF","angrt;":"\u221F","angrtvb;":"\u22BE","angrtvbd;":"\u299D","angsph;":"\u2222","angst;":"\xC5","angzarr;":"\u237C","Aogon;":"\u0104","aogon;":"\u0105","Aopf;":"\u{1D538}","aopf;":"\u{1D552}","ap;":"\u2248","apacir;":"\u2A6F","apE;":"\u2A70","ape;":"\u224A","apid;":"\u224B","apos;":"'","ApplyFunction;":"\u2061","approx;":"\u2248","approxeq;":"\u224A","Aring;":"\xC5",Aring:"\xC5","aring;":"\xE5",aring:"\xE5","Ascr;":"\u{1D49C}","ascr;":"\u{1D4B6}","Assign;":"\u2254","ast;":"*","asymp;":"\u2248","asympeq;":"\u224D","Atilde;":"\xC3",Atilde:"\xC3","atilde;":"\xE3",atilde:"\xE3","Auml;":"\xC4",Auml:"\xC4","auml;":"\xE4",auml:"\xE4","awconint;":"\u2233","awint;":"\u2A11","backcong;":"\u224C","backepsilon;":"\u03F6","backprime;":"\u2035","backsim;":"\u223D","backsimeq;":"\u22CD","Backslash;":"\u2216","Barv;":"\u2AE7","barvee;":"\u22BD","Barwed;":"\u2306","barwed;":"\u2305","barwedge;":"\u2305","bbrk;":"\u23B5","bbrktbrk;":"\u23B6","bcong;":"\u224C","Bcy;":"\u0411","bcy;":"\u0431","bdquo;":"\u201E","becaus;":"\u2235","Because;":"\u2235","because;":"\u2235","bemptyv;":"\u29B0","bepsi;":"\u03F6","bernou;":"\u212C","Bernoullis;":"\u212C","Beta;":"\u0392","beta;":"\u03B2","beth;":"\u2136","between;":"\u226C","Bfr;":"\u{1D505}","bfr;":"\u{1D51F}","bigcap;":"\u22C2","bigcirc;":"\u25EF","bigcup;":"\u22C3","bigodot;":"\u2A00","bigoplus;":"\u2A01","bigotimes;":"\u2A02","bigsqcup;":"\u2A06","bigstar;":"\u2605","bigtriangledown;":"\u25BD","bigtriangleup;":"\u25B3","biguplus;":"\u2A04","bigvee;":"\u22C1","bigwedge;":"\u22C0","bkarow;":"\u290D","blacklozenge;":"\u29EB","blacksquare;":"\u25AA","blacktriangle;":"\u25B4","blacktriangledown;":"\u25BE","blacktriangleleft;":"\u25C2","blacktriangleright;":"\u25B8","blank;":"\u2423","blk12;":"\u2592","blk14;":"\u2591","blk34;":"\u2593","block;":"\u2588","bne;":"=\u20E5","bnequiv;":"\u2261\u20E5","bNot;":"\u2AED","bnot;":"\u2310","Bopf;":"\u{1D539}","bopf;":"\u{1D553}","bot;":"\u22A5","bottom;":"\u22A5","bowtie;":"\u22C8","boxbox;":"\u29C9","boxDL;":"\u2557","boxDl;":"\u2556","boxdL;":"\u2555","boxdl;":"\u2510","boxDR;":"\u2554","boxDr;":"\u2553","boxdR;":"\u2552","boxdr;":"\u250C","boxH;":"\u2550","boxh;":"\u2500","boxHD;":"\u2566","boxHd;":"\u2564","boxhD;":"\u2565","boxhd;":"\u252C","boxHU;":"\u2569","boxHu;":"\u2567","boxhU;":"\u2568","boxhu;":"\u2534","boxminus;":"\u229F","boxplus;":"\u229E","boxtimes;":"\u22A0","boxUL;":"\u255D","boxUl;":"\u255C","boxuL;":"\u255B","boxul;":"\u2518","boxUR;":"\u255A","boxUr;":"\u2559","boxuR;":"\u2558","boxur;":"\u2514","boxV;":"\u2551","boxv;":"\u2502","boxVH;":"\u256C","boxVh;":"\u256B","boxvH;":"\u256A","boxvh;":"\u253C","boxVL;":"\u2563","boxVl;":"\u2562","boxvL;":"\u2561","boxvl;":"\u2524","boxVR;":"\u2560","boxVr;":"\u255F","boxvR;":"\u255E","boxvr;":"\u251C","bprime;":"\u2035","Breve;":"\u02D8","breve;":"\u02D8","brvbar;":"\xA6",brvbar:"\xA6","Bscr;":"\u212C","bscr;":"\u{1D4B7}","bsemi;":"\u204F","bsim;":"\u223D","bsime;":"\u22CD","bsol;":"\\","bsolb;":"\u29C5","bsolhsub;":"\u27C8","bull;":"\u2022","bullet;":"\u2022","bump;":"\u224E","bumpE;":"\u2AAE","bumpe;":"\u224F","Bumpeq;":"\u224E","bumpeq;":"\u224F","Cacute;":"\u0106","cacute;":"\u0107","Cap;":"\u22D2","cap;":"\u2229","capand;":"\u2A44","capbrcup;":"\u2A49","capcap;":"\u2A4B","capcup;":"\u2A47","capdot;":"\u2A40","CapitalDifferentialD;":"\u2145","caps;":"\u2229\uFE00","caret;":"\u2041","caron;":"\u02C7","Cayleys;":"\u212D","ccaps;":"\u2A4D","Ccaron;":"\u010C","ccaron;":"\u010D","Ccedil;":"\xC7",Ccedil:"\xC7","ccedil;":"\xE7",ccedil:"\xE7","Ccirc;":"\u0108","ccirc;":"\u0109","Cconint;":"\u2230","ccups;":"\u2A4C","ccupssm;":"\u2A50","Cdot;":"\u010A","cdot;":"\u010B","cedil;":"\xB8",cedil:"\xB8","Cedilla;":"\xB8","cemptyv;":"\u29B2","cent;":"\xA2",cent:"\xA2","CenterDot;":"\xB7","centerdot;":"\xB7","Cfr;":"\u212D","cfr;":"\u{1D520}","CHcy;":"\u0427","chcy;":"\u0447","check;":"\u2713","checkmark;":"\u2713","Chi;":"\u03A7","chi;":"\u03C7","cir;":"\u25CB","circ;":"\u02C6","circeq;":"\u2257","circlearrowleft;":"\u21BA","circlearrowright;":"\u21BB","circledast;":"\u229B","circledcirc;":"\u229A","circleddash;":"\u229D","CircleDot;":"\u2299","circledR;":"\xAE","circledS;":"\u24C8","CircleMinus;":"\u2296","CirclePlus;":"\u2295","CircleTimes;":"\u2297","cirE;":"\u29C3","cire;":"\u2257","cirfnint;":"\u2A10","cirmid;":"\u2AEF","cirscir;":"\u29C2","ClockwiseContourIntegral;":"\u2232","CloseCurlyDoubleQuote;":"\u201D","CloseCurlyQuote;":"\u2019","clubs;":"\u2663","clubsuit;":"\u2663","Colon;":"\u2237","colon;":":","Colone;":"\u2A74","colone;":"\u2254","coloneq;":"\u2254","comma;":",","commat;":"@","comp;":"\u2201","compfn;":"\u2218","complement;":"\u2201","complexes;":"\u2102","cong;":"\u2245","congdot;":"\u2A6D","Congruent;":"\u2261","Conint;":"\u222F","conint;":"\u222E","ContourIntegral;":"\u222E","Copf;":"\u2102","copf;":"\u{1D554}","coprod;":"\u2210","Coproduct;":"\u2210","COPY;":"\xA9",COPY:"\xA9","copy;":"\xA9",copy:"\xA9","copysr;":"\u2117","CounterClockwiseContourIntegral;":"\u2233","crarr;":"\u21B5","Cross;":"\u2A2F","cross;":"\u2717","Cscr;":"\u{1D49E}","cscr;":"\u{1D4B8}","csub;":"\u2ACF","csube;":"\u2AD1","csup;":"\u2AD0","csupe;":"\u2AD2","ctdot;":"\u22EF","cudarrl;":"\u2938","cudarrr;":"\u2935","cuepr;":"\u22DE","cuesc;":"\u22DF","cularr;":"\u21B6","cularrp;":"\u293D","Cup;":"\u22D3","cup;":"\u222A","cupbrcap;":"\u2A48","CupCap;":"\u224D","cupcap;":"\u2A46","cupcup;":"\u2A4A","cupdot;":"\u228D","cupor;":"\u2A45","cups;":"\u222A\uFE00","curarr;":"\u21B7","curarrm;":"\u293C","curlyeqprec;":"\u22DE","curlyeqsucc;":"\u22DF","curlyvee;":"\u22CE","curlywedge;":"\u22CF","curren;":"\xA4",curren:"\xA4","curvearrowleft;":"\u21B6","curvearrowright;":"\u21B7","cuvee;":"\u22CE","cuwed;":"\u22CF","cwconint;":"\u2232","cwint;":"\u2231","cylcty;":"\u232D","Dagger;":"\u2021","dagger;":"\u2020","daleth;":"\u2138","Darr;":"\u21A1","dArr;":"\u21D3","darr;":"\u2193","dash;":"\u2010","Dashv;":"\u2AE4","dashv;":"\u22A3","dbkarow;":"\u290F","dblac;":"\u02DD","Dcaron;":"\u010E","dcaron;":"\u010F","Dcy;":"\u0414","dcy;":"\u0434","DD;":"\u2145","dd;":"\u2146","ddagger;":"\u2021","ddarr;":"\u21CA","DDotrahd;":"\u2911","ddotseq;":"\u2A77","deg;":"\xB0",deg:"\xB0","Del;":"\u2207","Delta;":"\u0394","delta;":"\u03B4","demptyv;":"\u29B1","dfisht;":"\u297F","Dfr;":"\u{1D507}","dfr;":"\u{1D521}","dHar;":"\u2965","dharl;":"\u21C3","dharr;":"\u21C2","DiacriticalAcute;":"\xB4","DiacriticalDot;":"\u02D9","DiacriticalDoubleAcute;":"\u02DD","DiacriticalGrave;":"`","DiacriticalTilde;":"\u02DC","diam;":"\u22C4","Diamond;":"\u22C4","diamond;":"\u22C4","diamondsuit;":"\u2666","diams;":"\u2666","die;":"\xA8","DifferentialD;":"\u2146","digamma;":"\u03DD","disin;":"\u22F2","div;":"\xF7","divide;":"\xF7",divide:"\xF7","divideontimes;":"\u22C7","divonx;":"\u22C7","DJcy;":"\u0402","djcy;":"\u0452","dlcorn;":"\u231E","dlcrop;":"\u230D","dollar;":"$","Dopf;":"\u{1D53B}","dopf;":"\u{1D555}","Dot;":"\xA8","dot;":"\u02D9","DotDot;":"\u20DC","doteq;":"\u2250","doteqdot;":"\u2251","DotEqual;":"\u2250","dotminus;":"\u2238","dotplus;":"\u2214","dotsquare;":"\u22A1","doublebarwedge;":"\u2306","DoubleContourIntegral;":"\u222F","DoubleDot;":"\xA8","DoubleDownArrow;":"\u21D3","DoubleLeftArrow;":"\u21D0","DoubleLeftRightArrow;":"\u21D4","DoubleLeftTee;":"\u2AE4","DoubleLongLeftArrow;":"\u27F8","DoubleLongLeftRightArrow;":"\u27FA","DoubleLongRightArrow;":"\u27F9","DoubleRightArrow;":"\u21D2","DoubleRightTee;":"\u22A8","DoubleUpArrow;":"\u21D1","DoubleUpDownArrow;":"\u21D5","DoubleVerticalBar;":"\u2225","DownArrow;":"\u2193","Downarrow;":"\u21D3","downarrow;":"\u2193","DownArrowBar;":"\u2913","DownArrowUpArrow;":"\u21F5","DownBreve;":"\u0311","downdownarrows;":"\u21CA","downharpoonleft;":"\u21C3","downharpoonright;":"\u21C2","DownLeftRightVector;":"\u2950","DownLeftTeeVector;":"\u295E","DownLeftVector;":"\u21BD","DownLeftVectorBar;":"\u2956","DownRightTeeVector;":"\u295F","DownRightVector;":"\u21C1","DownRightVectorBar;":"\u2957","DownTee;":"\u22A4","DownTeeArrow;":"\u21A7","drbkarow;":"\u2910","drcorn;":"\u231F","drcrop;":"\u230C","Dscr;":"\u{1D49F}","dscr;":"\u{1D4B9}","DScy;":"\u0405","dscy;":"\u0455","dsol;":"\u29F6","Dstrok;":"\u0110","dstrok;":"\u0111","dtdot;":"\u22F1","dtri;":"\u25BF","dtrif;":"\u25BE","duarr;":"\u21F5","duhar;":"\u296F","dwangle;":"\u29A6","DZcy;":"\u040F","dzcy;":"\u045F","dzigrarr;":"\u27FF","Eacute;":"\xC9",Eacute:"\xC9","eacute;":"\xE9",eacute:"\xE9","easter;":"\u2A6E","Ecaron;":"\u011A","ecaron;":"\u011B","ecir;":"\u2256","Ecirc;":"\xCA",Ecirc:"\xCA","ecirc;":"\xEA",ecirc:"\xEA","ecolon;":"\u2255","Ecy;":"\u042D","ecy;":"\u044D","eDDot;":"\u2A77","Edot;":"\u0116","eDot;":"\u2251","edot;":"\u0117","ee;":"\u2147","efDot;":"\u2252","Efr;":"\u{1D508}","efr;":"\u{1D522}","eg;":"\u2A9A","Egrave;":"\xC8",Egrave:"\xC8","egrave;":"\xE8",egrave:"\xE8","egs;":"\u2A96","egsdot;":"\u2A98","el;":"\u2A99","Element;":"\u2208","elinters;":"\u23E7","ell;":"\u2113","els;":"\u2A95","elsdot;":"\u2A97","Emacr;":"\u0112","emacr;":"\u0113","empty;":"\u2205","emptyset;":"\u2205","EmptySmallSquare;":"\u25FB","emptyv;":"\u2205","EmptyVerySmallSquare;":"\u25AB","emsp;":"\u2003","emsp13;":"\u2004","emsp14;":"\u2005","ENG;":"\u014A","eng;":"\u014B","ensp;":"\u2002","Eogon;":"\u0118","eogon;":"\u0119","Eopf;":"\u{1D53C}","eopf;":"\u{1D556}","epar;":"\u22D5","eparsl;":"\u29E3","eplus;":"\u2A71","epsi;":"\u03B5","Epsilon;":"\u0395","epsilon;":"\u03B5","epsiv;":"\u03F5","eqcirc;":"\u2256","eqcolon;":"\u2255","eqsim;":"\u2242","eqslantgtr;":"\u2A96","eqslantless;":"\u2A95","Equal;":"\u2A75","equals;":"=","EqualTilde;":"\u2242","equest;":"\u225F","Equilibrium;":"\u21CC","equiv;":"\u2261","equivDD;":"\u2A78","eqvparsl;":"\u29E5","erarr;":"\u2971","erDot;":"\u2253","Escr;":"\u2130","escr;":"\u212F","esdot;":"\u2250","Esim;":"\u2A73","esim;":"\u2242","Eta;":"\u0397","eta;":"\u03B7","ETH;":"\xD0",ETH:"\xD0","eth;":"\xF0",eth:"\xF0","Euml;":"\xCB",Euml:"\xCB","euml;":"\xEB",euml:"\xEB","euro;":"\u20AC","excl;":"!","exist;":"\u2203","Exists;":"\u2203","expectation;":"\u2130","ExponentialE;":"\u2147","exponentiale;":"\u2147","fallingdotseq;":"\u2252","Fcy;":"\u0424","fcy;":"\u0444","female;":"\u2640","ffilig;":"\uFB03","fflig;":"\uFB00","ffllig;":"\uFB04","Ffr;":"\u{1D509}","ffr;":"\u{1D523}","filig;":"\uFB01","FilledSmallSquare;":"\u25FC","FilledVerySmallSquare;":"\u25AA","fjlig;":"fj","flat;":"\u266D","fllig;":"\uFB02","fltns;":"\u25B1","fnof;":"\u0192","Fopf;":"\u{1D53D}","fopf;":"\u{1D557}","ForAll;":"\u2200","forall;":"\u2200","fork;":"\u22D4","forkv;":"\u2AD9","Fouriertrf;":"\u2131","fpartint;":"\u2A0D","frac12;":"\xBD",frac12:"\xBD","frac13;":"\u2153","frac14;":"\xBC",frac14:"\xBC","frac15;":"\u2155","frac16;":"\u2159","frac18;":"\u215B","frac23;":"\u2154","frac25;":"\u2156","frac34;":"\xBE",frac34:"\xBE","frac35;":"\u2157","frac38;":"\u215C","frac45;":"\u2158","frac56;":"\u215A","frac58;":"\u215D","frac78;":"\u215E","frasl;":"\u2044","frown;":"\u2322","Fscr;":"\u2131","fscr;":"\u{1D4BB}","gacute;":"\u01F5","Gamma;":"\u0393","gamma;":"\u03B3","Gammad;":"\u03DC","gammad;":"\u03DD","gap;":"\u2A86","Gbreve;":"\u011E","gbreve;":"\u011F","Gcedil;":"\u0122","Gcirc;":"\u011C","gcirc;":"\u011D","Gcy;":"\u0413","gcy;":"\u0433","Gdot;":"\u0120","gdot;":"\u0121","gE;":"\u2267","ge;":"\u2265","gEl;":"\u2A8C","gel;":"\u22DB","geq;":"\u2265","geqq;":"\u2267","geqslant;":"\u2A7E","ges;":"\u2A7E","gescc;":"\u2AA9","gesdot;":"\u2A80","gesdoto;":"\u2A82","gesdotol;":"\u2A84","gesl;":"\u22DB\uFE00","gesles;":"\u2A94","Gfr;":"\u{1D50A}","gfr;":"\u{1D524}","Gg;":"\u22D9","gg;":"\u226B","ggg;":"\u22D9","gimel;":"\u2137","GJcy;":"\u0403","gjcy;":"\u0453","gl;":"\u2277","gla;":"\u2AA5","glE;":"\u2A92","glj;":"\u2AA4","gnap;":"\u2A8A","gnapprox;":"\u2A8A","gnE;":"\u2269","gne;":"\u2A88","gneq;":"\u2A88","gneqq;":"\u2269","gnsim;":"\u22E7","Gopf;":"\u{1D53E}","gopf;":"\u{1D558}","grave;":"`","GreaterEqual;":"\u2265","GreaterEqualLess;":"\u22DB","GreaterFullEqual;":"\u2267","GreaterGreater;":"\u2AA2","GreaterLess;":"\u2277","GreaterSlantEqual;":"\u2A7E","GreaterTilde;":"\u2273","Gscr;":"\u{1D4A2}","gscr;":"\u210A","gsim;":"\u2273","gsime;":"\u2A8E","gsiml;":"\u2A90","GT;":">",GT:">","Gt;":"\u226B","gt;":">",gt:">","gtcc;":"\u2AA7","gtcir;":"\u2A7A","gtdot;":"\u22D7","gtlPar;":"\u2995","gtquest;":"\u2A7C","gtrapprox;":"\u2A86","gtrarr;":"\u2978","gtrdot;":"\u22D7","gtreqless;":"\u22DB","gtreqqless;":"\u2A8C","gtrless;":"\u2277","gtrsim;":"\u2273","gvertneqq;":"\u2269\uFE00","gvnE;":"\u2269\uFE00","Hacek;":"\u02C7","hairsp;":"\u200A","half;":"\xBD","hamilt;":"\u210B","HARDcy;":"\u042A","hardcy;":"\u044A","hArr;":"\u21D4","harr;":"\u2194","harrcir;":"\u2948","harrw;":"\u21AD","Hat;":"^","hbar;":"\u210F","Hcirc;":"\u0124","hcirc;":"\u0125","hearts;":"\u2665","heartsuit;":"\u2665","hellip;":"\u2026","hercon;":"\u22B9","Hfr;":"\u210C","hfr;":"\u{1D525}","HilbertSpace;":"\u210B","hksearow;":"\u2925","hkswarow;":"\u2926","hoarr;":"\u21FF","homtht;":"\u223B","hookleftarrow;":"\u21A9","hookrightarrow;":"\u21AA","Hopf;":"\u210D","hopf;":"\u{1D559}","horbar;":"\u2015","HorizontalLine;":"\u2500","Hscr;":"\u210B","hscr;":"\u{1D4BD}","hslash;":"\u210F","Hstrok;":"\u0126","hstrok;":"\u0127","HumpDownHump;":"\u224E","HumpEqual;":"\u224F","hybull;":"\u2043","hyphen;":"\u2010","Iacute;":"\xCD",Iacute:"\xCD","iacute;":"\xED",iacute:"\xED","ic;":"\u2063","Icirc;":"\xCE",Icirc:"\xCE","icirc;":"\xEE",icirc:"\xEE","Icy;":"\u0418","icy;":"\u0438","Idot;":"\u0130","IEcy;":"\u0415","iecy;":"\u0435","iexcl;":"\xA1",iexcl:"\xA1","iff;":"\u21D4","Ifr;":"\u2111","ifr;":"\u{1D526}","Igrave;":"\xCC",Igrave:"\xCC","igrave;":"\xEC",igrave:"\xEC","ii;":"\u2148","iiiint;":"\u2A0C","iiint;":"\u222D","iinfin;":"\u29DC","iiota;":"\u2129","IJlig;":"\u0132","ijlig;":"\u0133","Im;":"\u2111","Imacr;":"\u012A","imacr;":"\u012B","image;":"\u2111","ImaginaryI;":"\u2148","imagline;":"\u2110","imagpart;":"\u2111","imath;":"\u0131","imof;":"\u22B7","imped;":"\u01B5","Implies;":"\u21D2","in;":"\u2208","incare;":"\u2105","infin;":"\u221E","infintie;":"\u29DD","inodot;":"\u0131","Int;":"\u222C","int;":"\u222B","intcal;":"\u22BA","integers;":"\u2124","Integral;":"\u222B","intercal;":"\u22BA","Intersection;":"\u22C2","intlarhk;":"\u2A17","intprod;":"\u2A3C","InvisibleComma;":"\u2063","InvisibleTimes;":"\u2062","IOcy;":"\u0401","iocy;":"\u0451","Iogon;":"\u012E","iogon;":"\u012F","Iopf;":"\u{1D540}","iopf;":"\u{1D55A}","Iota;":"\u0399","iota;":"\u03B9","iprod;":"\u2A3C","iquest;":"\xBF",iquest:"\xBF","Iscr;":"\u2110","iscr;":"\u{1D4BE}","isin;":"\u2208","isindot;":"\u22F5","isinE;":"\u22F9","isins;":"\u22F4","isinsv;":"\u22F3","isinv;":"\u2208","it;":"\u2062","Itilde;":"\u0128","itilde;":"\u0129","Iukcy;":"\u0406","iukcy;":"\u0456","Iuml;":"\xCF",Iuml:"\xCF","iuml;":"\xEF",iuml:"\xEF","Jcirc;":"\u0134","jcirc;":"\u0135","Jcy;":"\u0419","jcy;":"\u0439","Jfr;":"\u{1D50D}","jfr;":"\u{1D527}","jmath;":"\u0237","Jopf;":"\u{1D541}","jopf;":"\u{1D55B}","Jscr;":"\u{1D4A5}","jscr;":"\u{1D4BF}","Jsercy;":"\u0408","jsercy;":"\u0458","Jukcy;":"\u0404","jukcy;":"\u0454","Kappa;":"\u039A","kappa;":"\u03BA","kappav;":"\u03F0","Kcedil;":"\u0136","kcedil;":"\u0137","Kcy;":"\u041A","kcy;":"\u043A","Kfr;":"\u{1D50E}","kfr;":"\u{1D528}","kgreen;":"\u0138","KHcy;":"\u0425","khcy;":"\u0445","KJcy;":"\u040C","kjcy;":"\u045C","Kopf;":"\u{1D542}","kopf;":"\u{1D55C}","Kscr;":"\u{1D4A6}","kscr;":"\u{1D4C0}","lAarr;":"\u21DA","Lacute;":"\u0139","lacute;":"\u013A","laemptyv;":"\u29B4","lagran;":"\u2112","Lambda;":"\u039B","lambda;":"\u03BB","Lang;":"\u27EA","lang;":"\u27E8","langd;":"\u2991","langle;":"\u27E8","lap;":"\u2A85","Laplacetrf;":"\u2112","laquo;":"\xAB",laquo:"\xAB","Larr;":"\u219E","lArr;":"\u21D0","larr;":"\u2190","larrb;":"\u21E4","larrbfs;":"\u291F","larrfs;":"\u291D","larrhk;":"\u21A9","larrlp;":"\u21AB","larrpl;":"\u2939","larrsim;":"\u2973","larrtl;":"\u21A2","lat;":"\u2AAB","lAtail;":"\u291B","latail;":"\u2919","late;":"\u2AAD","lates;":"\u2AAD\uFE00","lBarr;":"\u290E","lbarr;":"\u290C","lbbrk;":"\u2772","lbrace;":"{","lbrack;":"[","lbrke;":"\u298B","lbrksld;":"\u298F","lbrkslu;":"\u298D","Lcaron;":"\u013D","lcaron;":"\u013E","Lcedil;":"\u013B","lcedil;":"\u013C","lceil;":"\u2308","lcub;":"{","Lcy;":"\u041B","lcy;":"\u043B","ldca;":"\u2936","ldquo;":"\u201C","ldquor;":"\u201E","ldrdhar;":"\u2967","ldrushar;":"\u294B","ldsh;":"\u21B2","lE;":"\u2266","le;":"\u2264","LeftAngleBracket;":"\u27E8","LeftArrow;":"\u2190","Leftarrow;":"\u21D0","leftarrow;":"\u2190","LeftArrowBar;":"\u21E4","LeftArrowRightArrow;":"\u21C6","leftarrowtail;":"\u21A2","LeftCeiling;":"\u2308","LeftDoubleBracket;":"\u27E6","LeftDownTeeVector;":"\u2961","LeftDownVector;":"\u21C3","LeftDownVectorBar;":"\u2959","LeftFloor;":"\u230A","leftharpoondown;":"\u21BD","leftharpoonup;":"\u21BC","leftleftarrows;":"\u21C7","LeftRightArrow;":"\u2194","Leftrightarrow;":"\u21D4","leftrightarrow;":"\u2194","leftrightarrows;":"\u21C6","leftrightharpoons;":"\u21CB","leftrightsquigarrow;":"\u21AD","LeftRightVector;":"\u294E","LeftTee;":"\u22A3","LeftTeeArrow;":"\u21A4","LeftTeeVector;":"\u295A","leftthreetimes;":"\u22CB","LeftTriangle;":"\u22B2","LeftTriangleBar;":"\u29CF","LeftTriangleEqual;":"\u22B4","LeftUpDownVector;":"\u2951","LeftUpTeeVector;":"\u2960","LeftUpVector;":"\u21BF","LeftUpVectorBar;":"\u2958","LeftVector;":"\u21BC","LeftVectorBar;":"\u2952","lEg;":"\u2A8B","leg;":"\u22DA","leq;":"\u2264","leqq;":"\u2266","leqslant;":"\u2A7D","les;":"\u2A7D","lescc;":"\u2AA8","lesdot;":"\u2A7F","lesdoto;":"\u2A81","lesdotor;":"\u2A83","lesg;":"\u22DA\uFE00","lesges;":"\u2A93","lessapprox;":"\u2A85","lessdot;":"\u22D6","lesseqgtr;":"\u22DA","lesseqqgtr;":"\u2A8B","LessEqualGreater;":"\u22DA","LessFullEqual;":"\u2266","LessGreater;":"\u2276","lessgtr;":"\u2276","LessLess;":"\u2AA1","lesssim;":"\u2272","LessSlantEqual;":"\u2A7D","LessTilde;":"\u2272","lfisht;":"\u297C","lfloor;":"\u230A","Lfr;":"\u{1D50F}","lfr;":"\u{1D529}","lg;":"\u2276","lgE;":"\u2A91","lHar;":"\u2962","lhard;":"\u21BD","lharu;":"\u21BC","lharul;":"\u296A","lhblk;":"\u2584","LJcy;":"\u0409","ljcy;":"\u0459","Ll;":"\u22D8","ll;":"\u226A","llarr;":"\u21C7","llcorner;":"\u231E","Lleftarrow;":"\u21DA","llhard;":"\u296B","lltri;":"\u25FA","Lmidot;":"\u013F","lmidot;":"\u0140","lmoust;":"\u23B0","lmoustache;":"\u23B0","lnap;":"\u2A89","lnapprox;":"\u2A89","lnE;":"\u2268","lne;":"\u2A87","lneq;":"\u2A87","lneqq;":"\u2268","lnsim;":"\u22E6","loang;":"\u27EC","loarr;":"\u21FD","lobrk;":"\u27E6","LongLeftArrow;":"\u27F5","Longleftarrow;":"\u27F8","longleftarrow;":"\u27F5","LongLeftRightArrow;":"\u27F7","Longleftrightarrow;":"\u27FA","longleftrightarrow;":"\u27F7","longmapsto;":"\u27FC","LongRightArrow;":"\u27F6","Longrightarrow;":"\u27F9","longrightarrow;":"\u27F6","looparrowleft;":"\u21AB","looparrowright;":"\u21AC","lopar;":"\u2985","Lopf;":"\u{1D543}","lopf;":"\u{1D55D}","loplus;":"\u2A2D","lotimes;":"\u2A34","lowast;":"\u2217","lowbar;":"_","LowerLeftArrow;":"\u2199","LowerRightArrow;":"\u2198","loz;":"\u25CA","lozenge;":"\u25CA","lozf;":"\u29EB","lpar;":"(","lparlt;":"\u2993","lrarr;":"\u21C6","lrcorner;":"\u231F","lrhar;":"\u21CB","lrhard;":"\u296D","lrm;":"\u200E","lrtri;":"\u22BF","lsaquo;":"\u2039","Lscr;":"\u2112","lscr;":"\u{1D4C1}","Lsh;":"\u21B0","lsh;":"\u21B0","lsim;":"\u2272","lsime;":"\u2A8D","lsimg;":"\u2A8F","lsqb;":"[","lsquo;":"\u2018","lsquor;":"\u201A","Lstrok;":"\u0141","lstrok;":"\u0142","LT;":"<",LT:"<","Lt;":"\u226A","lt;":"<",lt:"<","ltcc;":"\u2AA6","ltcir;":"\u2A79","ltdot;":"\u22D6","lthree;":"\u22CB","ltimes;":"\u22C9","ltlarr;":"\u2976","ltquest;":"\u2A7B","ltri;":"\u25C3","ltrie;":"\u22B4","ltrif;":"\u25C2","ltrPar;":"\u2996","lurdshar;":"\u294A","luruhar;":"\u2966","lvertneqq;":"\u2268\uFE00","lvnE;":"\u2268\uFE00","macr;":"\xAF",macr:"\xAF","male;":"\u2642","malt;":"\u2720","maltese;":"\u2720","Map;":"\u2905","map;":"\u21A6","mapsto;":"\u21A6","mapstodown;":"\u21A7","mapstoleft;":"\u21A4","mapstoup;":"\u21A5","marker;":"\u25AE","mcomma;":"\u2A29","Mcy;":"\u041C","mcy;":"\u043C","mdash;":"\u2014","mDDot;":"\u223A","measuredangle;":"\u2221","MediumSpace;":"\u205F","Mellintrf;":"\u2133","Mfr;":"\u{1D510}","mfr;":"\u{1D52A}","mho;":"\u2127","micro;":"\xB5",micro:"\xB5","mid;":"\u2223","midast;":"*","midcir;":"\u2AF0","middot;":"\xB7",middot:"\xB7","minus;":"\u2212","minusb;":"\u229F","minusd;":"\u2238","minusdu;":"\u2A2A","MinusPlus;":"\u2213","mlcp;":"\u2ADB","mldr;":"\u2026","mnplus;":"\u2213","models;":"\u22A7","Mopf;":"\u{1D544}","mopf;":"\u{1D55E}","mp;":"\u2213","Mscr;":"\u2133","mscr;":"\u{1D4C2}","mstpos;":"\u223E","Mu;":"\u039C","mu;":"\u03BC","multimap;":"\u22B8","mumap;":"\u22B8","nabla;":"\u2207","Nacute;":"\u0143","nacute;":"\u0144","nang;":"\u2220\u20D2","nap;":"\u2249","napE;":"\u2A70\u0338","napid;":"\u224B\u0338","napos;":"\u0149","napprox;":"\u2249","natur;":"\u266E","natural;":"\u266E","naturals;":"\u2115","nbsp;":"\xA0",nbsp:"\xA0","nbump;":"\u224E\u0338","nbumpe;":"\u224F\u0338","ncap;":"\u2A43","Ncaron;":"\u0147","ncaron;":"\u0148","Ncedil;":"\u0145","ncedil;":"\u0146","ncong;":"\u2247","ncongdot;":"\u2A6D\u0338","ncup;":"\u2A42","Ncy;":"\u041D","ncy;":"\u043D","ndash;":"\u2013","ne;":"\u2260","nearhk;":"\u2924","neArr;":"\u21D7","nearr;":"\u2197","nearrow;":"\u2197","nedot;":"\u2250\u0338","NegativeMediumSpace;":"\u200B","NegativeThickSpace;":"\u200B","NegativeThinSpace;":"\u200B","NegativeVeryThinSpace;":"\u200B","nequiv;":"\u2262","nesear;":"\u2928","nesim;":"\u2242\u0338","NestedGreaterGreater;":"\u226B","NestedLessLess;":"\u226A","NewLine;":`
13
+ `,"nexist;":"\u2204","nexists;":"\u2204","Nfr;":"\u{1D511}","nfr;":"\u{1D52B}","ngE;":"\u2267\u0338","nge;":"\u2271","ngeq;":"\u2271","ngeqq;":"\u2267\u0338","ngeqslant;":"\u2A7E\u0338","nges;":"\u2A7E\u0338","nGg;":"\u22D9\u0338","ngsim;":"\u2275","nGt;":"\u226B\u20D2","ngt;":"\u226F","ngtr;":"\u226F","nGtv;":"\u226B\u0338","nhArr;":"\u21CE","nharr;":"\u21AE","nhpar;":"\u2AF2","ni;":"\u220B","nis;":"\u22FC","nisd;":"\u22FA","niv;":"\u220B","NJcy;":"\u040A","njcy;":"\u045A","nlArr;":"\u21CD","nlarr;":"\u219A","nldr;":"\u2025","nlE;":"\u2266\u0338","nle;":"\u2270","nLeftarrow;":"\u21CD","nleftarrow;":"\u219A","nLeftrightarrow;":"\u21CE","nleftrightarrow;":"\u21AE","nleq;":"\u2270","nleqq;":"\u2266\u0338","nleqslant;":"\u2A7D\u0338","nles;":"\u2A7D\u0338","nless;":"\u226E","nLl;":"\u22D8\u0338","nlsim;":"\u2274","nLt;":"\u226A\u20D2","nlt;":"\u226E","nltri;":"\u22EA","nltrie;":"\u22EC","nLtv;":"\u226A\u0338","nmid;":"\u2224","NoBreak;":"\u2060","NonBreakingSpace;":"\xA0","Nopf;":"\u2115","nopf;":"\u{1D55F}","Not;":"\u2AEC","not;":"\xAC",not:"\xAC","NotCongruent;":"\u2262","NotCupCap;":"\u226D","NotDoubleVerticalBar;":"\u2226","NotElement;":"\u2209","NotEqual;":"\u2260","NotEqualTilde;":"\u2242\u0338","NotExists;":"\u2204","NotGreater;":"\u226F","NotGreaterEqual;":"\u2271","NotGreaterFullEqual;":"\u2267\u0338","NotGreaterGreater;":"\u226B\u0338","NotGreaterLess;":"\u2279","NotGreaterSlantEqual;":"\u2A7E\u0338","NotGreaterTilde;":"\u2275","NotHumpDownHump;":"\u224E\u0338","NotHumpEqual;":"\u224F\u0338","notin;":"\u2209","notindot;":"\u22F5\u0338","notinE;":"\u22F9\u0338","notinva;":"\u2209","notinvb;":"\u22F7","notinvc;":"\u22F6","NotLeftTriangle;":"\u22EA","NotLeftTriangleBar;":"\u29CF\u0338","NotLeftTriangleEqual;":"\u22EC","NotLess;":"\u226E","NotLessEqual;":"\u2270","NotLessGreater;":"\u2278","NotLessLess;":"\u226A\u0338","NotLessSlantEqual;":"\u2A7D\u0338","NotLessTilde;":"\u2274","NotNestedGreaterGreater;":"\u2AA2\u0338","NotNestedLessLess;":"\u2AA1\u0338","notni;":"\u220C","notniva;":"\u220C","notnivb;":"\u22FE","notnivc;":"\u22FD","NotPrecedes;":"\u2280","NotPrecedesEqual;":"\u2AAF\u0338","NotPrecedesSlantEqual;":"\u22E0","NotReverseElement;":"\u220C","NotRightTriangle;":"\u22EB","NotRightTriangleBar;":"\u29D0\u0338","NotRightTriangleEqual;":"\u22ED","NotSquareSubset;":"\u228F\u0338","NotSquareSubsetEqual;":"\u22E2","NotSquareSuperset;":"\u2290\u0338","NotSquareSupersetEqual;":"\u22E3","NotSubset;":"\u2282\u20D2","NotSubsetEqual;":"\u2288","NotSucceeds;":"\u2281","NotSucceedsEqual;":"\u2AB0\u0338","NotSucceedsSlantEqual;":"\u22E1","NotSucceedsTilde;":"\u227F\u0338","NotSuperset;":"\u2283\u20D2","NotSupersetEqual;":"\u2289","NotTilde;":"\u2241","NotTildeEqual;":"\u2244","NotTildeFullEqual;":"\u2247","NotTildeTilde;":"\u2249","NotVerticalBar;":"\u2224","npar;":"\u2226","nparallel;":"\u2226","nparsl;":"\u2AFD\u20E5","npart;":"\u2202\u0338","npolint;":"\u2A14","npr;":"\u2280","nprcue;":"\u22E0","npre;":"\u2AAF\u0338","nprec;":"\u2280","npreceq;":"\u2AAF\u0338","nrArr;":"\u21CF","nrarr;":"\u219B","nrarrc;":"\u2933\u0338","nrarrw;":"\u219D\u0338","nRightarrow;":"\u21CF","nrightarrow;":"\u219B","nrtri;":"\u22EB","nrtrie;":"\u22ED","nsc;":"\u2281","nsccue;":"\u22E1","nsce;":"\u2AB0\u0338","Nscr;":"\u{1D4A9}","nscr;":"\u{1D4C3}","nshortmid;":"\u2224","nshortparallel;":"\u2226","nsim;":"\u2241","nsime;":"\u2244","nsimeq;":"\u2244","nsmid;":"\u2224","nspar;":"\u2226","nsqsube;":"\u22E2","nsqsupe;":"\u22E3","nsub;":"\u2284","nsubE;":"\u2AC5\u0338","nsube;":"\u2288","nsubset;":"\u2282\u20D2","nsubseteq;":"\u2288","nsubseteqq;":"\u2AC5\u0338","nsucc;":"\u2281","nsucceq;":"\u2AB0\u0338","nsup;":"\u2285","nsupE;":"\u2AC6\u0338","nsupe;":"\u2289","nsupset;":"\u2283\u20D2","nsupseteq;":"\u2289","nsupseteqq;":"\u2AC6\u0338","ntgl;":"\u2279","Ntilde;":"\xD1",Ntilde:"\xD1","ntilde;":"\xF1",ntilde:"\xF1","ntlg;":"\u2278","ntriangleleft;":"\u22EA","ntrianglelefteq;":"\u22EC","ntriangleright;":"\u22EB","ntrianglerighteq;":"\u22ED","Nu;":"\u039D","nu;":"\u03BD","num;":"#","numero;":"\u2116","numsp;":"\u2007","nvap;":"\u224D\u20D2","nVDash;":"\u22AF","nVdash;":"\u22AE","nvDash;":"\u22AD","nvdash;":"\u22AC","nvge;":"\u2265\u20D2","nvgt;":">\u20D2","nvHarr;":"\u2904","nvinfin;":"\u29DE","nvlArr;":"\u2902","nvle;":"\u2264\u20D2","nvlt;":"<\u20D2","nvltrie;":"\u22B4\u20D2","nvrArr;":"\u2903","nvrtrie;":"\u22B5\u20D2","nvsim;":"\u223C\u20D2","nwarhk;":"\u2923","nwArr;":"\u21D6","nwarr;":"\u2196","nwarrow;":"\u2196","nwnear;":"\u2927","Oacute;":"\xD3",Oacute:"\xD3","oacute;":"\xF3",oacute:"\xF3","oast;":"\u229B","ocir;":"\u229A","Ocirc;":"\xD4",Ocirc:"\xD4","ocirc;":"\xF4",ocirc:"\xF4","Ocy;":"\u041E","ocy;":"\u043E","odash;":"\u229D","Odblac;":"\u0150","odblac;":"\u0151","odiv;":"\u2A38","odot;":"\u2299","odsold;":"\u29BC","OElig;":"\u0152","oelig;":"\u0153","ofcir;":"\u29BF","Ofr;":"\u{1D512}","ofr;":"\u{1D52C}","ogon;":"\u02DB","Ograve;":"\xD2",Ograve:"\xD2","ograve;":"\xF2",ograve:"\xF2","ogt;":"\u29C1","ohbar;":"\u29B5","ohm;":"\u03A9","oint;":"\u222E","olarr;":"\u21BA","olcir;":"\u29BE","olcross;":"\u29BB","oline;":"\u203E","olt;":"\u29C0","Omacr;":"\u014C","omacr;":"\u014D","Omega;":"\u03A9","omega;":"\u03C9","Omicron;":"\u039F","omicron;":"\u03BF","omid;":"\u29B6","ominus;":"\u2296","Oopf;":"\u{1D546}","oopf;":"\u{1D560}","opar;":"\u29B7","OpenCurlyDoubleQuote;":"\u201C","OpenCurlyQuote;":"\u2018","operp;":"\u29B9","oplus;":"\u2295","Or;":"\u2A54","or;":"\u2228","orarr;":"\u21BB","ord;":"\u2A5D","order;":"\u2134","orderof;":"\u2134","ordf;":"\xAA",ordf:"\xAA","ordm;":"\xBA",ordm:"\xBA","origof;":"\u22B6","oror;":"\u2A56","orslope;":"\u2A57","orv;":"\u2A5B","oS;":"\u24C8","Oscr;":"\u{1D4AA}","oscr;":"\u2134","Oslash;":"\xD8",Oslash:"\xD8","oslash;":"\xF8",oslash:"\xF8","osol;":"\u2298","Otilde;":"\xD5",Otilde:"\xD5","otilde;":"\xF5",otilde:"\xF5","Otimes;":"\u2A37","otimes;":"\u2297","otimesas;":"\u2A36","Ouml;":"\xD6",Ouml:"\xD6","ouml;":"\xF6",ouml:"\xF6","ovbar;":"\u233D","OverBar;":"\u203E","OverBrace;":"\u23DE","OverBracket;":"\u23B4","OverParenthesis;":"\u23DC","par;":"\u2225","para;":"\xB6",para:"\xB6","parallel;":"\u2225","parsim;":"\u2AF3","parsl;":"\u2AFD","part;":"\u2202","PartialD;":"\u2202","Pcy;":"\u041F","pcy;":"\u043F","percnt;":"%","period;":".","permil;":"\u2030","perp;":"\u22A5","pertenk;":"\u2031","Pfr;":"\u{1D513}","pfr;":"\u{1D52D}","Phi;":"\u03A6","phi;":"\u03C6","phiv;":"\u03D5","phmmat;":"\u2133","phone;":"\u260E","Pi;":"\u03A0","pi;":"\u03C0","pitchfork;":"\u22D4","piv;":"\u03D6","planck;":"\u210F","planckh;":"\u210E","plankv;":"\u210F","plus;":"+","plusacir;":"\u2A23","plusb;":"\u229E","pluscir;":"\u2A22","plusdo;":"\u2214","plusdu;":"\u2A25","pluse;":"\u2A72","PlusMinus;":"\xB1","plusmn;":"\xB1",plusmn:"\xB1","plussim;":"\u2A26","plustwo;":"\u2A27","pm;":"\xB1","Poincareplane;":"\u210C","pointint;":"\u2A15","Popf;":"\u2119","popf;":"\u{1D561}","pound;":"\xA3",pound:"\xA3","Pr;":"\u2ABB","pr;":"\u227A","prap;":"\u2AB7","prcue;":"\u227C","prE;":"\u2AB3","pre;":"\u2AAF","prec;":"\u227A","precapprox;":"\u2AB7","preccurlyeq;":"\u227C","Precedes;":"\u227A","PrecedesEqual;":"\u2AAF","PrecedesSlantEqual;":"\u227C","PrecedesTilde;":"\u227E","preceq;":"\u2AAF","precnapprox;":"\u2AB9","precneqq;":"\u2AB5","precnsim;":"\u22E8","precsim;":"\u227E","Prime;":"\u2033","prime;":"\u2032","primes;":"\u2119","prnap;":"\u2AB9","prnE;":"\u2AB5","prnsim;":"\u22E8","prod;":"\u220F","Product;":"\u220F","profalar;":"\u232E","profline;":"\u2312","profsurf;":"\u2313","prop;":"\u221D","Proportion;":"\u2237","Proportional;":"\u221D","propto;":"\u221D","prsim;":"\u227E","prurel;":"\u22B0","Pscr;":"\u{1D4AB}","pscr;":"\u{1D4C5}","Psi;":"\u03A8","psi;":"\u03C8","puncsp;":"\u2008","Qfr;":"\u{1D514}","qfr;":"\u{1D52E}","qint;":"\u2A0C","Qopf;":"\u211A","qopf;":"\u{1D562}","qprime;":"\u2057","Qscr;":"\u{1D4AC}","qscr;":"\u{1D4C6}","quaternions;":"\u210D","quatint;":"\u2A16","quest;":"?","questeq;":"\u225F","QUOT;":'"',QUOT:'"',"quot;":'"',quot:'"',"rAarr;":"\u21DB","race;":"\u223D\u0331","Racute;":"\u0154","racute;":"\u0155","radic;":"\u221A","raemptyv;":"\u29B3","Rang;":"\u27EB","rang;":"\u27E9","rangd;":"\u2992","range;":"\u29A5","rangle;":"\u27E9","raquo;":"\xBB",raquo:"\xBB","Rarr;":"\u21A0","rArr;":"\u21D2","rarr;":"\u2192","rarrap;":"\u2975","rarrb;":"\u21E5","rarrbfs;":"\u2920","rarrc;":"\u2933","rarrfs;":"\u291E","rarrhk;":"\u21AA","rarrlp;":"\u21AC","rarrpl;":"\u2945","rarrsim;":"\u2974","Rarrtl;":"\u2916","rarrtl;":"\u21A3","rarrw;":"\u219D","rAtail;":"\u291C","ratail;":"\u291A","ratio;":"\u2236","rationals;":"\u211A","RBarr;":"\u2910","rBarr;":"\u290F","rbarr;":"\u290D","rbbrk;":"\u2773","rbrace;":"}","rbrack;":"]","rbrke;":"\u298C","rbrksld;":"\u298E","rbrkslu;":"\u2990","Rcaron;":"\u0158","rcaron;":"\u0159","Rcedil;":"\u0156","rcedil;":"\u0157","rceil;":"\u2309","rcub;":"}","Rcy;":"\u0420","rcy;":"\u0440","rdca;":"\u2937","rdldhar;":"\u2969","rdquo;":"\u201D","rdquor;":"\u201D","rdsh;":"\u21B3","Re;":"\u211C","real;":"\u211C","realine;":"\u211B","realpart;":"\u211C","reals;":"\u211D","rect;":"\u25AD","REG;":"\xAE",REG:"\xAE","reg;":"\xAE",reg:"\xAE","ReverseElement;":"\u220B","ReverseEquilibrium;":"\u21CB","ReverseUpEquilibrium;":"\u296F","rfisht;":"\u297D","rfloor;":"\u230B","Rfr;":"\u211C","rfr;":"\u{1D52F}","rHar;":"\u2964","rhard;":"\u21C1","rharu;":"\u21C0","rharul;":"\u296C","Rho;":"\u03A1","rho;":"\u03C1","rhov;":"\u03F1","RightAngleBracket;":"\u27E9","RightArrow;":"\u2192","Rightarrow;":"\u21D2","rightarrow;":"\u2192","RightArrowBar;":"\u21E5","RightArrowLeftArrow;":"\u21C4","rightarrowtail;":"\u21A3","RightCeiling;":"\u2309","RightDoubleBracket;":"\u27E7","RightDownTeeVector;":"\u295D","RightDownVector;":"\u21C2","RightDownVectorBar;":"\u2955","RightFloor;":"\u230B","rightharpoondown;":"\u21C1","rightharpoonup;":"\u21C0","rightleftarrows;":"\u21C4","rightleftharpoons;":"\u21CC","rightrightarrows;":"\u21C9","rightsquigarrow;":"\u219D","RightTee;":"\u22A2","RightTeeArrow;":"\u21A6","RightTeeVector;":"\u295B","rightthreetimes;":"\u22CC","RightTriangle;":"\u22B3","RightTriangleBar;":"\u29D0","RightTriangleEqual;":"\u22B5","RightUpDownVector;":"\u294F","RightUpTeeVector;":"\u295C","RightUpVector;":"\u21BE","RightUpVectorBar;":"\u2954","RightVector;":"\u21C0","RightVectorBar;":"\u2953","ring;":"\u02DA","risingdotseq;":"\u2253","rlarr;":"\u21C4","rlhar;":"\u21CC","rlm;":"\u200F","rmoust;":"\u23B1","rmoustache;":"\u23B1","rnmid;":"\u2AEE","roang;":"\u27ED","roarr;":"\u21FE","robrk;":"\u27E7","ropar;":"\u2986","Ropf;":"\u211D","ropf;":"\u{1D563}","roplus;":"\u2A2E","rotimes;":"\u2A35","RoundImplies;":"\u2970","rpar;":")","rpargt;":"\u2994","rppolint;":"\u2A12","rrarr;":"\u21C9","Rrightarrow;":"\u21DB","rsaquo;":"\u203A","Rscr;":"\u211B","rscr;":"\u{1D4C7}","Rsh;":"\u21B1","rsh;":"\u21B1","rsqb;":"]","rsquo;":"\u2019","rsquor;":"\u2019","rthree;":"\u22CC","rtimes;":"\u22CA","rtri;":"\u25B9","rtrie;":"\u22B5","rtrif;":"\u25B8","rtriltri;":"\u29CE","RuleDelayed;":"\u29F4","ruluhar;":"\u2968","rx;":"\u211E","Sacute;":"\u015A","sacute;":"\u015B","sbquo;":"\u201A","Sc;":"\u2ABC","sc;":"\u227B","scap;":"\u2AB8","Scaron;":"\u0160","scaron;":"\u0161","sccue;":"\u227D","scE;":"\u2AB4","sce;":"\u2AB0","Scedil;":"\u015E","scedil;":"\u015F","Scirc;":"\u015C","scirc;":"\u015D","scnap;":"\u2ABA","scnE;":"\u2AB6","scnsim;":"\u22E9","scpolint;":"\u2A13","scsim;":"\u227F","Scy;":"\u0421","scy;":"\u0441","sdot;":"\u22C5","sdotb;":"\u22A1","sdote;":"\u2A66","searhk;":"\u2925","seArr;":"\u21D8","searr;":"\u2198","searrow;":"\u2198","sect;":"\xA7",sect:"\xA7","semi;":";","seswar;":"\u2929","setminus;":"\u2216","setmn;":"\u2216","sext;":"\u2736","Sfr;":"\u{1D516}","sfr;":"\u{1D530}","sfrown;":"\u2322","sharp;":"\u266F","SHCHcy;":"\u0429","shchcy;":"\u0449","SHcy;":"\u0428","shcy;":"\u0448","ShortDownArrow;":"\u2193","ShortLeftArrow;":"\u2190","shortmid;":"\u2223","shortparallel;":"\u2225","ShortRightArrow;":"\u2192","ShortUpArrow;":"\u2191","shy;":"\xAD",shy:"\xAD","Sigma;":"\u03A3","sigma;":"\u03C3","sigmaf;":"\u03C2","sigmav;":"\u03C2","sim;":"\u223C","simdot;":"\u2A6A","sime;":"\u2243","simeq;":"\u2243","simg;":"\u2A9E","simgE;":"\u2AA0","siml;":"\u2A9D","simlE;":"\u2A9F","simne;":"\u2246","simplus;":"\u2A24","simrarr;":"\u2972","slarr;":"\u2190","SmallCircle;":"\u2218","smallsetminus;":"\u2216","smashp;":"\u2A33","smeparsl;":"\u29E4","smid;":"\u2223","smile;":"\u2323","smt;":"\u2AAA","smte;":"\u2AAC","smtes;":"\u2AAC\uFE00","SOFTcy;":"\u042C","softcy;":"\u044C","sol;":"/","solb;":"\u29C4","solbar;":"\u233F","Sopf;":"\u{1D54A}","sopf;":"\u{1D564}","spades;":"\u2660","spadesuit;":"\u2660","spar;":"\u2225","sqcap;":"\u2293","sqcaps;":"\u2293\uFE00","sqcup;":"\u2294","sqcups;":"\u2294\uFE00","Sqrt;":"\u221A","sqsub;":"\u228F","sqsube;":"\u2291","sqsubset;":"\u228F","sqsubseteq;":"\u2291","sqsup;":"\u2290","sqsupe;":"\u2292","sqsupset;":"\u2290","sqsupseteq;":"\u2292","squ;":"\u25A1","Square;":"\u25A1","square;":"\u25A1","SquareIntersection;":"\u2293","SquareSubset;":"\u228F","SquareSubsetEqual;":"\u2291","SquareSuperset;":"\u2290","SquareSupersetEqual;":"\u2292","SquareUnion;":"\u2294","squarf;":"\u25AA","squf;":"\u25AA","srarr;":"\u2192","Sscr;":"\u{1D4AE}","sscr;":"\u{1D4C8}","ssetmn;":"\u2216","ssmile;":"\u2323","sstarf;":"\u22C6","Star;":"\u22C6","star;":"\u2606","starf;":"\u2605","straightepsilon;":"\u03F5","straightphi;":"\u03D5","strns;":"\xAF","Sub;":"\u22D0","sub;":"\u2282","subdot;":"\u2ABD","subE;":"\u2AC5","sube;":"\u2286","subedot;":"\u2AC3","submult;":"\u2AC1","subnE;":"\u2ACB","subne;":"\u228A","subplus;":"\u2ABF","subrarr;":"\u2979","Subset;":"\u22D0","subset;":"\u2282","subseteq;":"\u2286","subseteqq;":"\u2AC5","SubsetEqual;":"\u2286","subsetneq;":"\u228A","subsetneqq;":"\u2ACB","subsim;":"\u2AC7","subsub;":"\u2AD5","subsup;":"\u2AD3","succ;":"\u227B","succapprox;":"\u2AB8","succcurlyeq;":"\u227D","Succeeds;":"\u227B","SucceedsEqual;":"\u2AB0","SucceedsSlantEqual;":"\u227D","SucceedsTilde;":"\u227F","succeq;":"\u2AB0","succnapprox;":"\u2ABA","succneqq;":"\u2AB6","succnsim;":"\u22E9","succsim;":"\u227F","SuchThat;":"\u220B","Sum;":"\u2211","sum;":"\u2211","sung;":"\u266A","Sup;":"\u22D1","sup;":"\u2283","sup1;":"\xB9",sup1:"\xB9","sup2;":"\xB2",sup2:"\xB2","sup3;":"\xB3",sup3:"\xB3","supdot;":"\u2ABE","supdsub;":"\u2AD8","supE;":"\u2AC6","supe;":"\u2287","supedot;":"\u2AC4","Superset;":"\u2283","SupersetEqual;":"\u2287","suphsol;":"\u27C9","suphsub;":"\u2AD7","suplarr;":"\u297B","supmult;":"\u2AC2","supnE;":"\u2ACC","supne;":"\u228B","supplus;":"\u2AC0","Supset;":"\u22D1","supset;":"\u2283","supseteq;":"\u2287","supseteqq;":"\u2AC6","supsetneq;":"\u228B","supsetneqq;":"\u2ACC","supsim;":"\u2AC8","supsub;":"\u2AD4","supsup;":"\u2AD6","swarhk;":"\u2926","swArr;":"\u21D9","swarr;":"\u2199","swarrow;":"\u2199","swnwar;":"\u292A","szlig;":"\xDF",szlig:"\xDF","Tab;":" ","target;":"\u2316","Tau;":"\u03A4","tau;":"\u03C4","tbrk;":"\u23B4","Tcaron;":"\u0164","tcaron;":"\u0165","Tcedil;":"\u0162","tcedil;":"\u0163","Tcy;":"\u0422","tcy;":"\u0442","tdot;":"\u20DB","telrec;":"\u2315","Tfr;":"\u{1D517}","tfr;":"\u{1D531}","there4;":"\u2234","Therefore;":"\u2234","therefore;":"\u2234","Theta;":"\u0398","theta;":"\u03B8","thetasym;":"\u03D1","thetav;":"\u03D1","thickapprox;":"\u2248","thicksim;":"\u223C","ThickSpace;":"\u205F\u200A","thinsp;":"\u2009","ThinSpace;":"\u2009","thkap;":"\u2248","thksim;":"\u223C","THORN;":"\xDE",THORN:"\xDE","thorn;":"\xFE",thorn:"\xFE","Tilde;":"\u223C","tilde;":"\u02DC","TildeEqual;":"\u2243","TildeFullEqual;":"\u2245","TildeTilde;":"\u2248","times;":"\xD7",times:"\xD7","timesb;":"\u22A0","timesbar;":"\u2A31","timesd;":"\u2A30","tint;":"\u222D","toea;":"\u2928","top;":"\u22A4","topbot;":"\u2336","topcir;":"\u2AF1","Topf;":"\u{1D54B}","topf;":"\u{1D565}","topfork;":"\u2ADA","tosa;":"\u2929","tprime;":"\u2034","TRADE;":"\u2122","trade;":"\u2122","triangle;":"\u25B5","triangledown;":"\u25BF","triangleleft;":"\u25C3","trianglelefteq;":"\u22B4","triangleq;":"\u225C","triangleright;":"\u25B9","trianglerighteq;":"\u22B5","tridot;":"\u25EC","trie;":"\u225C","triminus;":"\u2A3A","TripleDot;":"\u20DB","triplus;":"\u2A39","trisb;":"\u29CD","tritime;":"\u2A3B","trpezium;":"\u23E2","Tscr;":"\u{1D4AF}","tscr;":"\u{1D4C9}","TScy;":"\u0426","tscy;":"\u0446","TSHcy;":"\u040B","tshcy;":"\u045B","Tstrok;":"\u0166","tstrok;":"\u0167","twixt;":"\u226C","twoheadleftarrow;":"\u219E","twoheadrightarrow;":"\u21A0","Uacute;":"\xDA",Uacute:"\xDA","uacute;":"\xFA",uacute:"\xFA","Uarr;":"\u219F","uArr;":"\u21D1","uarr;":"\u2191","Uarrocir;":"\u2949","Ubrcy;":"\u040E","ubrcy;":"\u045E","Ubreve;":"\u016C","ubreve;":"\u016D","Ucirc;":"\xDB",Ucirc:"\xDB","ucirc;":"\xFB",ucirc:"\xFB","Ucy;":"\u0423","ucy;":"\u0443","udarr;":"\u21C5","Udblac;":"\u0170","udblac;":"\u0171","udhar;":"\u296E","ufisht;":"\u297E","Ufr;":"\u{1D518}","ufr;":"\u{1D532}","Ugrave;":"\xD9",Ugrave:"\xD9","ugrave;":"\xF9",ugrave:"\xF9","uHar;":"\u2963","uharl;":"\u21BF","uharr;":"\u21BE","uhblk;":"\u2580","ulcorn;":"\u231C","ulcorner;":"\u231C","ulcrop;":"\u230F","ultri;":"\u25F8","Umacr;":"\u016A","umacr;":"\u016B","uml;":"\xA8",uml:"\xA8","UnderBar;":"_","UnderBrace;":"\u23DF","UnderBracket;":"\u23B5","UnderParenthesis;":"\u23DD","Union;":"\u22C3","UnionPlus;":"\u228E","Uogon;":"\u0172","uogon;":"\u0173","Uopf;":"\u{1D54C}","uopf;":"\u{1D566}","UpArrow;":"\u2191","Uparrow;":"\u21D1","uparrow;":"\u2191","UpArrowBar;":"\u2912","UpArrowDownArrow;":"\u21C5","UpDownArrow;":"\u2195","Updownarrow;":"\u21D5","updownarrow;":"\u2195","UpEquilibrium;":"\u296E","upharpoonleft;":"\u21BF","upharpoonright;":"\u21BE","uplus;":"\u228E","UpperLeftArrow;":"\u2196","UpperRightArrow;":"\u2197","Upsi;":"\u03D2","upsi;":"\u03C5","upsih;":"\u03D2","Upsilon;":"\u03A5","upsilon;":"\u03C5","UpTee;":"\u22A5","UpTeeArrow;":"\u21A5","upuparrows;":"\u21C8","urcorn;":"\u231D","urcorner;":"\u231D","urcrop;":"\u230E","Uring;":"\u016E","uring;":"\u016F","urtri;":"\u25F9","Uscr;":"\u{1D4B0}","uscr;":"\u{1D4CA}","utdot;":"\u22F0","Utilde;":"\u0168","utilde;":"\u0169","utri;":"\u25B5","utrif;":"\u25B4","uuarr;":"\u21C8","Uuml;":"\xDC",Uuml:"\xDC","uuml;":"\xFC",uuml:"\xFC","uwangle;":"\u29A7","vangrt;":"\u299C","varepsilon;":"\u03F5","varkappa;":"\u03F0","varnothing;":"\u2205","varphi;":"\u03D5","varpi;":"\u03D6","varpropto;":"\u221D","vArr;":"\u21D5","varr;":"\u2195","varrho;":"\u03F1","varsigma;":"\u03C2","varsubsetneq;":"\u228A\uFE00","varsubsetneqq;":"\u2ACB\uFE00","varsupsetneq;":"\u228B\uFE00","varsupsetneqq;":"\u2ACC\uFE00","vartheta;":"\u03D1","vartriangleleft;":"\u22B2","vartriangleright;":"\u22B3","Vbar;":"\u2AEB","vBar;":"\u2AE8","vBarv;":"\u2AE9","Vcy;":"\u0412","vcy;":"\u0432","VDash;":"\u22AB","Vdash;":"\u22A9","vDash;":"\u22A8","vdash;":"\u22A2","Vdashl;":"\u2AE6","Vee;":"\u22C1","vee;":"\u2228","veebar;":"\u22BB","veeeq;":"\u225A","vellip;":"\u22EE","Verbar;":"\u2016","verbar;":"|","Vert;":"\u2016","vert;":"|","VerticalBar;":"\u2223","VerticalLine;":"|","VerticalSeparator;":"\u2758","VerticalTilde;":"\u2240","VeryThinSpace;":"\u200A","Vfr;":"\u{1D519}","vfr;":"\u{1D533}","vltri;":"\u22B2","vnsub;":"\u2282\u20D2","vnsup;":"\u2283\u20D2","Vopf;":"\u{1D54D}","vopf;":"\u{1D567}","vprop;":"\u221D","vrtri;":"\u22B3","Vscr;":"\u{1D4B1}","vscr;":"\u{1D4CB}","vsubnE;":"\u2ACB\uFE00","vsubne;":"\u228A\uFE00","vsupnE;":"\u2ACC\uFE00","vsupne;":"\u228B\uFE00","Vvdash;":"\u22AA","vzigzag;":"\u299A","Wcirc;":"\u0174","wcirc;":"\u0175","wedbar;":"\u2A5F","Wedge;":"\u22C0","wedge;":"\u2227","wedgeq;":"\u2259","weierp;":"\u2118","Wfr;":"\u{1D51A}","wfr;":"\u{1D534}","Wopf;":"\u{1D54E}","wopf;":"\u{1D568}","wp;":"\u2118","wr;":"\u2240","wreath;":"\u2240","Wscr;":"\u{1D4B2}","wscr;":"\u{1D4CC}","xcap;":"\u22C2","xcirc;":"\u25EF","xcup;":"\u22C3","xdtri;":"\u25BD","Xfr;":"\u{1D51B}","xfr;":"\u{1D535}","xhArr;":"\u27FA","xharr;":"\u27F7","Xi;":"\u039E","xi;":"\u03BE","xlArr;":"\u27F8","xlarr;":"\u27F5","xmap;":"\u27FC","xnis;":"\u22FB","xodot;":"\u2A00","Xopf;":"\u{1D54F}","xopf;":"\u{1D569}","xoplus;":"\u2A01","xotime;":"\u2A02","xrArr;":"\u27F9","xrarr;":"\u27F6","Xscr;":"\u{1D4B3}","xscr;":"\u{1D4CD}","xsqcup;":"\u2A06","xuplus;":"\u2A04","xutri;":"\u25B3","xvee;":"\u22C1","xwedge;":"\u22C0","Yacute;":"\xDD",Yacute:"\xDD","yacute;":"\xFD",yacute:"\xFD","YAcy;":"\u042F","yacy;":"\u044F","Ycirc;":"\u0176","ycirc;":"\u0177","Ycy;":"\u042B","ycy;":"\u044B","yen;":"\xA5",yen:"\xA5","Yfr;":"\u{1D51C}","yfr;":"\u{1D536}","YIcy;":"\u0407","yicy;":"\u0457","Yopf;":"\u{1D550}","yopf;":"\u{1D56A}","Yscr;":"\u{1D4B4}","yscr;":"\u{1D4CE}","YUcy;":"\u042E","yucy;":"\u044E","Yuml;":"\u0178","yuml;":"\xFF",yuml:"\xFF","Zacute;":"\u0179","zacute;":"\u017A","Zcaron;":"\u017D","zcaron;":"\u017E","Zcy;":"\u0417","zcy;":"\u0437","Zdot;":"\u017B","zdot;":"\u017C","zeetrf;":"\u2128","ZeroWidthSpace;":"\u200B","Zeta;":"\u0396","zeta;":"\u03B6","Zfr;":"\u2128","zfr;":"\u{1D537}","ZHcy;":"\u0416","zhcy;":"\u0436","zigrarr;":"\u21DD","Zopf;":"\u2124","zopf;":"\u{1D56B}","Zscr;":"\u{1D4B5}","zscr;":"\u{1D4CF}","zwj;":"\u200D","zwnj;":"\u200C"};function Re(e,t){if(e.length<t.length)return!1;for(var n=0;n<t.length;n++)if(e[n]!==t[n])return!1;return!0}function xs(e,t){var n=e.length-t.length;return n>0?e.lastIndexOf(t)===n:n===0?e===t:!1}function br(e,t){for(var n="";t>0;)(t&1)==1&&(n+=e),e+=e,t=t>>>1;return n}var Ls="a".charCodeAt(0),Cs="z".charCodeAt(0),Es="A".charCodeAt(0),Ms="Z".charCodeAt(0),Ds="0".charCodeAt(0),Rs="9".charCodeAt(0);function lt(e,t){var n=e.charCodeAt(t);return Ls<=n&&n<=Cs||Es<=n&&n<=Ms||Ds<=n&&n<=Rs}function Rt(e){return typeof e!="undefined"}function Ns(e){if(!!e)return typeof e=="string"?{kind:"markdown",value:e}:{kind:"markdown",value:e.value}}var _r=function(){function e(t,n){var r=this;this.id=t,this._tags=[],this._tagMap={},this._valueSetMap={},this._tags=n.tags||[],this._globalAttributes=n.globalAttributes||[],this._tags.forEach(function(i){r._tagMap[i.name.toLowerCase()]=i}),n.valueSets&&n.valueSets.forEach(function(i){r._valueSetMap[i.name]=i.values})}return e.prototype.isApplicable=function(){return!0},e.prototype.getId=function(){return this.id},e.prototype.provideTags=function(){return this._tags},e.prototype.provideAttributes=function(t){var n=[],r=function(a){n.push(a)},i=this._tagMap[t.toLowerCase()];return i&&i.attributes.forEach(r),this._globalAttributes.forEach(r),n},e.prototype.provideValues=function(t,n){var r=this,i=[];n=n.toLowerCase();var a=function(o){o.forEach(function(s){s.name.toLowerCase()===n&&(s.values&&s.values.forEach(function(u){i.push(u)}),s.valueSet&&r._valueSetMap[s.valueSet]&&r._valueSetMap[s.valueSet].forEach(function(u){i.push(u)}))})},l=this._tagMap[t.toLowerCase()];return l&&a(l.attributes),a(this._globalAttributes),i},e}();function Fe(e,t,n){t===void 0&&(t={});var r={kind:n?"markdown":"plaintext",value:""};if(e.description&&t.documentation!==!1){var i=Ns(e.description);i&&(r.value+=i.value)}if(e.references&&e.references.length>0&&t.references!==!1&&(r.value.length&&(r.value+=`
14
14
 
15
15
  `),n?r.value+=e.references.map(function(a){return"["+a.name+"]("+a.url+")"}).join(" | "):r.value+=e.references.map(function(a){return a.name+": "+a.url}).join(`
16
- `)),r.value!=="")return r}var br=function(e,t,n,r){function i(a){return a instanceof n?a:new n(function(l){l(a)})}return new(n||(n=Promise))(function(a,l){function o(u){try{c(r.next(u))}catch(d){l(d)}}function s(u){try{c(r.throw(u))}catch(d){l(d)}}function c(u){u.done?a(u.value):i(u.value).then(o,s)}c((r=r.apply(e,t||[])).next())})},wr=function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,l;return l={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function o(c){return function(u){return s([c,u])}}function s(c){if(r)throw new TypeError("Generator is already executing.");for(;n;)try{if(r=1,i&&(a=c[0]&2?i.return:c[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,c[1])).done)return a;switch(i=0,a&&(c=[c[0]&2,a.value]),c[0]){case 0:case 1:a=c;break;case 4:return n.label++,{value:c[1],done:!1};case 5:n.label++,i=c[1],c=[0];continue;case 7:c=n.ops.pop(),n.trys.pop();continue;default:if(a=n.trys,!(a=a.length>0&&a[a.length-1])&&(c[0]===6||c[0]===2)){n=0;continue}if(c[0]===3&&(!a||c[1]>a[0]&&c[1]<a[3])){n.label=c[1];break}if(c[0]===6&&n.label<a[1]){n.label=a[1],a=c;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(c);break}a[2]&&n.ops.pop(),n.trys.pop();continue}c=t.call(e,n)}catch(u){c=[6,u],i=0}finally{r=a=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},Is=function(){function e(t){this.readDirectory=t,this.atributeCompletions=[]}return e.prototype.onHtmlAttributeValue=function(t){Ps(t.tag,t.attribute)&&this.atributeCompletions.push(t)},e.prototype.computeCompletions=function(t,n){return br(this,void 0,void 0,function(){var r,i,a,l,o,s,c,u,d,h;return wr(this,function(f){switch(f.label){case 0:r={items:[],isIncomplete:!1},i=0,a=this.atributeCompletions,f.label=1;case 1:return i<a.length?(l=a[i],o=Hs(t.getText(l.range)),zs(o)?o==="."||o===".."?(r.isIncomplete=!0,[3,4]):[3,2]:[3,4]):[3,5];case 2:return s=Ws(l.value,o,l.range),[4,this.providePathSuggestions(l.value,s,t,n)];case 3:for(c=f.sent(),u=0,d=c;u<d.length;u++)h=d[u],r.items.push(h);f.label=4;case 4:return i++,[3,1];case 5:return[2,r]}})})},e.prototype.providePathSuggestions=function(t,n,r,i){return br(this,void 0,void 0,function(){var a,l,o,s,c,u,d,h,f;return wr(this,function(v){switch(v.label){case 0:if(a=t.substring(0,t.lastIndexOf("/")+1),l=i.resolveReference(a||".",r.uri),!l)return[3,4];v.label=1;case 1:return v.trys.push([1,3,,4]),o=[],[4,this.readDirectory(l)];case 2:for(s=v.sent(),c=0,u=s;c<u.length;c++)d=u[c],h=d[0],f=d[1],h.charCodeAt(0)!==Us&&o.push(Bs(h,f===_n.Directory,n));return[2,o];case 3:return v.sent(),[3,4];case 4:return[2,[]]}})})},e}(),Us=".".charCodeAt(0);function Hs(e){return Re(e,"'")||Re(e,'"')?e.slice(1,-1):e}function zs(e){return!(Re(e,"http")||Re(e,"https")||Re(e,"//"))}function Ps(e,t){var n=Os[e];return n?typeof n=="string"?n===t:n.indexOf(t)!==-1:!1}function Ws(e,t,n){var r,i=e.lastIndexOf("/");if(i===-1)r=Fs(n,1,-1);else{var a=t.slice(i+1),l=ct(n.end,-1-a.length),o=a.indexOf(" "),s=void 0;o!==-1?s=ct(l,o):s=ct(n.end,-1),r=j.create(l,s)}return r}function Bs(e,t,n){return t?(e=e+"/",{label:e,kind:ce.Folder,textEdit:te.replace(n,e),command:{title:"Suggest",command:"editor.action.triggerSuggest"}}):{label:e,kind:ce.File,textEdit:te.replace(n,e)}}function ct(e,t){return ie.create(e.line,e.character+t)}function Fs(e,t,n){var r=ct(e.start,t),i=ct(e.end,n);return j.create(r,i)}var Os={a:"href",area:"href",body:"background",del:"cite",form:"action",frame:["src","longdesc"],img:["src","longdesc"],ins:"cite",link:"href",object:"data",q:"cite",script:"src",audio:"src",button:"formaction",command:"icon",embed:"src",html:"manifest",input:["src","formaction"],source:"src",track:"src",video:["src","poster"]},qs=function(e,t,n,r){function i(a){return a instanceof n?a:new n(function(l){l(a)})}return new(n||(n=Promise))(function(a,l){function o(u){try{c(r.next(u))}catch(d){l(d)}}function s(u){try{c(r.throw(u))}catch(d){l(d)}}function c(u){u.done?a(u.value):i(u.value).then(o,s)}c((r=r.apply(e,t||[])).next())})},Vs=function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,l;return l={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function o(c){return function(u){return s([c,u])}}function s(c){if(r)throw new TypeError("Generator is already executing.");for(;n;)try{if(r=1,i&&(a=c[0]&2?i.return:c[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,c[1])).done)return a;switch(i=0,a&&(c=[c[0]&2,a.value]),c[0]){case 0:case 1:a=c;break;case 4:return n.label++,{value:c[1],done:!1};case 5:n.label++,i=c[1],c=[0];continue;case 7:c=n.ops.pop(),n.trys.pop();continue;default:if(a=n.trys,!(a=a.length>0&&a[a.length-1])&&(c[0]===6||c[0]===2)){n=0;continue}if(c[0]===3&&(!a||c[1]>a[0]&&c[1]<a[3])){n.label=c[1];break}if(c[0]===6&&n.label<a[1]){n.label=a[1],a=c;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(c);break}a[2]&&n.ops.pop(),n.trys.pop();continue}c=t.call(e,n)}catch(u){c=[6,u],i=0}finally{r=a=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},js=ln(),Gs=function(){function e(t,n){this.lsOptions=t,this.dataManager=n,this.completionParticipants=[]}return e.prototype.setCompletionParticipants=function(t){this.completionParticipants=t||[]},e.prototype.doComplete2=function(t,n,r,i,a){return qs(this,void 0,void 0,function(){var l,o,s,c;return Vs(this,function(u){switch(u.label){case 0:if(!this.lsOptions.fileSystemProvider||!this.lsOptions.fileSystemProvider.readDirectory)return[2,this.doComplete(t,n,r,a)];l=new Is(this.lsOptions.fileSystemProvider.readDirectory),o=this.completionParticipants,this.completionParticipants=[l].concat(o),s=this.doComplete(t,n,r,a),u.label=1;case 1:return u.trys.push([1,,3,4]),[4,l.computeCompletions(t,i)];case 2:return c=u.sent(),[2,{isIncomplete:s.isIncomplete||c.isIncomplete,items:c.items.concat(s.items)}];case 3:return this.completionParticipants=o,[7];case 4:return[2]}})})},e.prototype.doComplete=function(t,n,r,i){var a=this._doComplete(t,n,r,i);return this.convertCompletionList(a)},e.prototype._doComplete=function(t,n,r,i){var a={isIncomplete:!1,items:[]},l=this.completionParticipants,o=this.dataManager.getDataProviders().filter(function(E){return E.isApplicable(t.languageId)&&(!i||i[E.getId()]!==!1)}),s=this.doesSupportMarkdown(),c=t.getText(),u=t.offsetAt(n),d=r.findNodeBefore(u);if(!d)return a;var h=fe(c,d.start),f="",v;function g(E,L){return L===void 0&&(L=u),E>u&&(E=u),{start:t.positionAt(E),end:t.positionAt(L)}}function y(E,L){var H=g(E,L);return o.forEach(function(V){V.provideTags().forEach(function($){a.items.push({label:$.name,kind:ce.Property,documentation:Be($,void 0,s),textEdit:te.replace(H,$.name),insertTextFormat:be.PlainText})})}),a}function T(E){for(var L=E;L>0;){var H=c.charAt(L-1);if(`
17
- \r`.indexOf(H)>=0)return c.substring(L,E);if(!Nt(H))return null;L--}return c.substring(0,E)}function m(E,L,H){H===void 0&&(H=u);var V=g(E,H),$=yr(c,H,F.WithinEndTag,M.EndTagClose)?"":">",X=d;for(L&&(X=X.parent);X;){var G=X.tag;if(G&&(!X.closed||X.endTagStart&&X.endTagStart>u)){var Ne={label:"/"+G,kind:ce.Property,filterText:"/"+G,textEdit:te.replace(V,"/"+G+$),insertTextFormat:be.PlainText},ke=T(X.start),Ie=T(E-1);if(ke!==null&&Ie!==null&&ke!==Ie){var he=ke+"</"+G+$;Ne.textEdit=te.replace(g(E-1-Ie.length),he),Ne.filterText=Ie+"</"+G}return a.items.push(Ne),a}X=X.parent}return L||o.forEach(function(Fe){Fe.provideTags().forEach(function(we){a.items.push({label:"/"+we.name,kind:ce.Property,documentation:Be(we,void 0,s),filterText:"/"+we.name+$,textEdit:te.replace(V,"/"+we.name+$),insertTextFormat:be.PlainText})})}),a}function b(E,L){if(i&&i.hideAutoCompleteProposals)return a;if(!Mt(L)){var H=t.positionAt(E);a.items.push({label:"</"+L+">",kind:ce.Property,filterText:"</"+L+">",textEdit:te.insert(H,"$0</"+L+">"),insertTextFormat:be.Snippet})}return a}function A(E,L){return y(E,L),m(E,!0,L),a}function C(){var E=Object.create(null);return d.attributeNames.forEach(function(L){E[L]=!0}),E}function U(E,L){var H;L===void 0&&(L=u);for(var V=u;V<L&&c[V]!=="<";)V++;var $=c.substring(E,L),X=g(E,V),G="";if(!yr(c,L,F.AfterAttributeName,M.DelimiterAssign)){var Ne=(H=i==null?void 0:i.attributeDefaultValue)!==null&&H!==void 0?H:"doublequotes";Ne==="empty"?G="=$1":Ne==="singlequotes"?G="='$1'":G='="$1"'}var ke=C();return ke[$]=!1,o.forEach(function(Ie){Ie.provideAttributes(f).forEach(function(he){if(!ke[he.name]){ke[he.name]=!0;var Fe=he.name,we;he.valueSet!=="v"&&G.length&&(Fe=Fe+G,(he.valueSet||he.name==="style")&&(we={title:"Suggest",command:"editor.action.triggerSuggest"})),a.items.push({label:he.name,kind:he.valueSet==="handler"?ce.Function:ce.Value,documentation:Be(he,void 0,s),textEdit:te.replace(X,Fe),insertTextFormat:be.Snippet,command:we})}})}),_(X,ke),a}function _(E,L){var H="data-",V={};V[H]=H+'$1="$2"';function $(X){X.attributeNames.forEach(function(G){Re(G,H)&&!V[G]&&!L[G]&&(V[G]=G+'="$1"')}),X.children.forEach(function(G){return $(G)})}r&&r.roots.forEach(function(X){return $(X)}),Object.keys(V).forEach(function(X){return a.items.push({label:X,kind:ce.Value,textEdit:te.replace(E,V[X]),insertTextFormat:be.Snippet})})}function p(E,L){L===void 0&&(L=u);var H,V,$;if(u>E&&u<=L&&$s(c[E])){var X=E+1,G=L;L>E&&c[L-1]===c[E]&&G--;var Ne=Xs(c,u,X),ke=Ys(c,u,G);H=g(Ne,ke),$=u>=X&&u<=G?c.substring(X,u):"",V=!1}else H=g(E,L),$=c.substring(E,u),V=!0;if(l.length>0)for(var Ie=f.toLowerCase(),he=v.toLowerCase(),Fe=g(E,L),we=0,Nr=l;we<Nr.length;we++){var Ir=Nr[we];Ir.onHtmlAttributeValue&&Ir.onHtmlAttributeValue({document:t,position:n,tag:Ie,attribute:he,value:$,range:Fe})}return o.forEach(function(Lo){Lo.provideValues(f,v).forEach(function(It){var Ur=V?'"'+It.name+'"':It.name;a.items.push({label:It.name,filterText:Ur,kind:ce.Unit,documentation:Be(It,void 0,s),textEdit:te.replace(H,Ur),insertTextFormat:be.PlainText})})}),R(),a}function w(E){return u===h.getTokenEnd()&&(z=h.scan(),z===E&&h.getTokenOffset()===u)?h.getTokenEnd():u}function B(){for(var E=0,L=l;E<L.length;E++){var H=L[E];H.onHtmlContent&&H.onHtmlContent({document:t,position:n})}return R()}function R(){for(var E=u-1,L=n.character;E>=0&&lt(c,E);)E--,L--;if(E>=0&&c[E]==="&"){var H=j.create(ie.create(n.line,L-1),n);for(var V in ot)if(xs(V,";")){var $="&"+V;a.items.push({label:$,kind:ce.Keyword,documentation:js("entity.propose","Character entity representing '"+ot[V]+"'"),textEdit:te.replace(H,$),insertTextFormat:be.PlainText})}}return a}function N(E,L){var H=g(E,L);a.items.push({label:"!DOCTYPE",kind:ce.Property,documentation:"A preamble for an HTML document.",textEdit:te.replace(H,"!DOCTYPE html>"),insertTextFormat:be.PlainText})}for(var z=h.scan();z!==M.EOS&&h.getTokenOffset()<=u;){switch(z){case M.StartTagOpen:if(h.getTokenEnd()===u){var W=w(M.StartTag);return n.line===0&&N(u,W),A(u,W)}break;case M.StartTag:if(h.getTokenOffset()<=u&&u<=h.getTokenEnd())return y(h.getTokenOffset(),h.getTokenEnd());f=h.getTokenText();break;case M.AttributeName:if(h.getTokenOffset()<=u&&u<=h.getTokenEnd())return U(h.getTokenOffset(),h.getTokenEnd());v=h.getTokenText();break;case M.DelimiterAssign:if(h.getTokenEnd()===u){var W=w(M.AttributeValue);return p(u,W)}break;case M.AttributeValue:if(h.getTokenOffset()<=u&&u<=h.getTokenEnd())return p(h.getTokenOffset(),h.getTokenEnd());break;case M.Whitespace:if(u<=h.getTokenEnd())switch(h.getScannerState()){case F.AfterOpeningStartTag:var P=h.getTokenOffset(),x=w(M.StartTag);return A(P,x);case F.WithinTag:case F.AfterAttributeName:return U(h.getTokenEnd());case F.BeforeAttributeValue:return p(h.getTokenEnd());case F.AfterOpeningEndTag:return m(h.getTokenOffset()-1,!1);case F.WithinContent:return B()}break;case M.EndTagOpen:if(u<=h.getTokenEnd()){var k=h.getTokenOffset()+1,D=w(M.EndTag);return m(k,!1,D)}break;case M.EndTag:if(u<=h.getTokenEnd())for(var I=h.getTokenOffset()-1;I>=0;){var O=c.charAt(I);if(O==="/")return m(I,!1,h.getTokenEnd());if(!Nt(O))break;I--}break;case M.StartTagClose:if(u<=h.getTokenEnd()&&f)return b(h.getTokenEnd(),f);break;case M.Content:if(u<=h.getTokenEnd())return B();break;default:if(u<=h.getTokenEnd())return a;break}z=h.scan()}return a},e.prototype.doTagComplete=function(t,n,r){var i=t.offsetAt(n);if(i<=0)return null;var a=t.getText().charAt(i-1);if(a===">"){var l=r.findNodeBefore(i);if(l&&l.tag&&!Mt(l.tag)&&l.start<i&&(!l.endTagStart||l.endTagStart>i))for(var o=fe(t.getText(),l.start),s=o.scan();s!==M.EOS&&o.getTokenEnd()<=i;){if(s===M.StartTagClose&&o.getTokenEnd()===i)return"$0</"+l.tag+">";s=o.scan()}}else if(a==="/"){for(var l=r.findNodeBefore(i);l&&l.closed&&!(l.endTagStart&&l.endTagStart>i);)l=l.parent;if(l&&l.tag)for(var o=fe(t.getText(),l.start),s=o.scan();s!==M.EOS&&o.getTokenEnd()<=i;){if(s===M.EndTagOpen&&o.getTokenEnd()===i)return l.tag+">";s=o.scan()}}return null},e.prototype.convertCompletionList=function(t){return this.doesSupportMarkdown()||t.items.forEach(function(n){n.documentation&&typeof n.documentation!="string"&&(n.documentation={kind:"plaintext",value:n.documentation.value})}),t},e.prototype.doesSupportMarkdown=function(){var t,n,r;if(!Rt(this.supportsMarkdown)){if(!Rt(this.lsOptions.clientCapabilities))return this.supportsMarkdown=!0,this.supportsMarkdown;var i=(r=(n=(t=this.lsOptions.clientCapabilities.textDocument)===null||t===void 0?void 0:t.completion)===null||n===void 0?void 0:n.completionItem)===null||r===void 0?void 0:r.documentationFormat;this.supportsMarkdown=Array.isArray(i)&&i.indexOf(ve.Markdown)!==-1}return this.supportsMarkdown},e}();function $s(e){return/^["']*$/.test(e)}function Nt(e){return/^\s*$/.test(e)}function yr(e,t,n,r){for(var i=fe(e,t,n),a=i.scan();a===M.Whitespace;)a=i.scan();return a===r}function Xs(e,t,n){for(;t>n&&!Nt(e[t-1]);)t--;return t}function Ys(e,t,n){for(;t<n&&!Nt(e[t]);)t++;return t}var Qs=ln(),Js=function(){function e(t,n){this.lsOptions=t,this.dataManager=n}return e.prototype.doHover=function(t,n,r,i){var a=this.convertContents.bind(this),l=this.doesSupportMarkdown(),o=t.offsetAt(n),s=r.findNodeAt(o),c=t.getText();if(!s||!s.tag)return null;var u=this.dataManager.getDataProviders().filter(function(N){return N.isApplicable(t.languageId)});function d(N,z,W){for(var P=function(O){var E=null;if(O.provideTags().forEach(function(L){if(L.name.toLowerCase()===N.toLowerCase()){var H=Be(L,i,l);H||(H={kind:l?"markdown":"plaintext",value:""}),E={contents:H,range:z}}}),E)return E.contents=a(E.contents),{value:E}},x=0,k=u;x<k.length;x++){var D=k[x],I=P(D);if(typeof I=="object")return I.value}return null}function h(N,z,W){for(var P=function(O){var E=null;if(O.provideAttributes(N).forEach(function(L){if(z===L.name&&L.description){var H=Be(L,i,l);H?E={contents:H,range:W}:E=null}}),E)return E.contents=a(E.contents),{value:E}},x=0,k=u;x<k.length;x++){var D=k[x],I=P(D);if(typeof I=="object")return I.value}return null}function f(N,z,W,P){for(var x=function(E){var L=null;if(E.provideValues(N,z).forEach(function(H){if(W===H.name&&H.description){var V=Be(H,i,l);V?L={contents:V,range:P}:L=null}}),L)return L.contents=a(L.contents),{value:L}},k=0,D=u;k<D.length;k++){var I=D[k],O=x(I);if(typeof O=="object")return O.value}return null}function v(N,z){var W=T(N);for(var P in ot){var x=null,k="&"+P;if(W===k){var D=ot[P].charCodeAt(0).toString(16).toUpperCase(),I="U+";if(D.length<4)for(var O=4-D.length,E=0;E<O;)I+="0",E+=1;I+=D;var L=Qs("entity.propose","Character entity representing '"+ot[P]+"', unicode equivalent '"+I+"'");L?x={contents:L,range:z}:x=null}if(x)return x.contents=a(x.contents),x}return null}function g(N,z){for(var W=fe(t.getText(),z),P=W.scan();P!==M.EOS&&(W.getTokenEnd()<o||W.getTokenEnd()===o&&P!==N);)P=W.scan();return P===N&&o<=W.getTokenEnd()?{start:t.positionAt(W.getTokenOffset()),end:t.positionAt(W.getTokenEnd())}:null}function y(){for(var N=o-1,z=n.character;N>=0&&lt(c,N);)N--,z--;for(var W=N+1,P=z;lt(c,W);)W++,P++;if(N>=0&&c[N]==="&"){var x=null;return c[W]===";"?x=j.create(ie.create(n.line,z),ie.create(n.line,P+1)):x=j.create(ie.create(n.line,z),ie.create(n.line,P)),x}return null}function T(N){for(var z=o-1,W="&";z>=0&&lt(N,z);)z--;for(z=z+1;lt(N,z);)W+=N[z],z+=1;return W+=";",W}if(s.endTagStart&&o>=s.endTagStart){var m=g(M.EndTag,s.endTagStart);return m?d(s.tag,m):null}var b=g(M.StartTag,s.start);if(b)return d(s.tag,b);var A=g(M.AttributeName,s.start);if(A){var C=s.tag,U=t.getText(A);return h(C,U,A)}var _=y();if(_)return v(c,_);function p(N,z){for(var W=fe(t.getText(),N),P=W.scan(),x=void 0;P!==M.EOS&&W.getTokenEnd()<=z;)P=W.scan(),P===M.AttributeName&&(x=W.getTokenText());return x}var w=g(M.AttributeValue,s.start);if(w){var C=s.tag,B=Zs(t.getText(w)),R=p(s.start,t.offsetAt(w.start));if(R)return f(C,R,B,w)}return null},e.prototype.convertContents=function(t){if(!this.doesSupportMarkdown()){if(typeof t=="string")return t;if("kind"in t)return{kind:"plaintext",value:t.value};if(Array.isArray(t))t.map(function(n){return typeof n=="string"?n:n.value});else return t.value}return t},e.prototype.doesSupportMarkdown=function(){var t,n,r;if(!Rt(this.supportsMarkdown)){if(!Rt(this.lsOptions.clientCapabilities))return this.supportsMarkdown=!0,this.supportsMarkdown;var i=(r=(n=(t=this.lsOptions.clientCapabilities)===null||t===void 0?void 0:t.textDocument)===null||n===void 0?void 0:n.hover)===null||r===void 0?void 0:r.contentFormat;this.supportsMarkdown=Array.isArray(i)&&i.indexOf(ve.Markdown)!==-1}return this.supportsMarkdown},e}();function Zs(e){return e.length<=1?e.replace(/['"]/,""):((e[0]==="'"||e[0]==='"')&&(e=e.slice(1)),(e[e.length-1]==="'"||e[e.length-1]==='"')&&(e=e.slice(0,-1)),e)}function Ks(e,t){return e}var kr;(function(){var e=[,,function(i){function a(s){this.__parent=s,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}a.prototype.clone_empty=function(){var s=new a(this.__parent);return s.set_indent(this.__indent_count,this.__alignment_count),s},a.prototype.item=function(s){return s<0?this.__items[this.__items.length+s]:this.__items[s]},a.prototype.has_match=function(s){for(var c=this.__items.length-1;c>=0;c--)if(this.__items[c].match(s))return!0;return!1},a.prototype.set_indent=function(s,c){this.is_empty()&&(this.__indent_count=s||0,this.__alignment_count=c||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},a.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},a.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},a.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var s=this.__parent.current_line;return s.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),s.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),s.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,s.__items[0]===" "&&(s.__items.splice(0,1),s.__character_count-=1),!0}return!1},a.prototype.is_empty=function(){return this.__items.length===0},a.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},a.prototype.push=function(s){this.__items.push(s);var c=s.lastIndexOf(`
18
- `);c!==-1?this.__character_count=s.length-c:this.__character_count+=s.length},a.prototype.pop=function(){var s=null;return this.is_empty()||(s=this.__items.pop(),this.__character_count-=s.length),s},a.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},a.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},a.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},a.prototype.toString=function(){var s="";return this.is_empty()?this.__parent.indent_empty_lines&&(s=this.__parent.get_indent_string(this.__indent_count)):(s=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),s+=this.__items.join("")),s};function l(s,c){this.__cache=[""],this.__indent_size=s.indent_size,this.__indent_string=s.indent_char,s.indent_with_tabs||(this.__indent_string=new Array(s.indent_size+1).join(s.indent_char)),c=c||"",s.indent_level>0&&(c=new Array(s.indent_level+1).join(this.__indent_string)),this.__base_string=c,this.__base_string_length=c.length}l.prototype.get_indent_size=function(s,c){var u=this.__base_string_length;return c=c||0,s<0&&(u=0),u+=s*this.__indent_size,u+=c,u},l.prototype.get_indent_string=function(s,c){var u=this.__base_string;return c=c||0,s<0&&(s=0,u=""),c+=s*this.__indent_size,this.__ensure_cache(c),u+=this.__cache[c],u},l.prototype.__ensure_cache=function(s){for(;s>=this.__cache.length;)this.__add_column()},l.prototype.__add_column=function(){var s=this.__cache.length,c=0,u="";this.__indent_size&&s>=this.__indent_size&&(c=Math.floor(s/this.__indent_size),s-=c*this.__indent_size,u=new Array(c+1).join(this.__indent_string)),s&&(u+=new Array(s+1).join(" ")),this.__cache.push(u)};function o(s,c){this.__indent_cache=new l(s,c),this.raw=!1,this._end_with_newline=s.end_with_newline,this.indent_size=s.indent_size,this.wrap_line_length=s.wrap_line_length,this.indent_empty_lines=s.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new a(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}o.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},o.prototype.get_line_number=function(){return this.__lines.length},o.prototype.get_indent_string=function(s,c){return this.__indent_cache.get_indent_string(s,c)},o.prototype.get_indent_size=function(s,c){return this.__indent_cache.get_indent_size(s,c)},o.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},o.prototype.add_new_line=function(s){return this.is_empty()||!s&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},o.prototype.get_code=function(s){this.trim(!0);var c=this.current_line.pop();c&&(c[c.length-1]===`
19
- `&&(c=c.replace(/\n+$/g,"")),this.current_line.push(c)),this._end_with_newline&&this.__add_outputline();var u=this.__lines.join(`
16
+ `)),r.value!=="")return r}var vr=function(e,t,n,r){function i(a){return a instanceof n?a:new n(function(l){l(a)})}return new(n||(n=Promise))(function(a,l){function o(c){try{u(r.next(c))}catch(h){l(h)}}function s(c){try{u(r.throw(c))}catch(h){l(h)}}function u(c){c.done?a(c.value):i(c.value).then(o,s)}u((r=r.apply(e,t||[])).next())})},wr=function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,l;return l={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function o(u){return function(c){return s([u,c])}}function s(u){if(r)throw new TypeError("Generator is already executing.");for(;n;)try{if(r=1,i&&(a=u[0]&2?i.return:u[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,u[1])).done)return a;switch(i=0,a&&(u=[u[0]&2,a.value]),u[0]){case 0:case 1:a=u;break;case 4:return n.label++,{value:u[1],done:!1};case 5:n.label++,i=u[1],u=[0];continue;case 7:u=n.ops.pop(),n.trys.pop();continue;default:if(a=n.trys,!(a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){n.label=u[1];break}if(u[0]===6&&n.label<a[1]){n.label=a[1],a=u;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(u);break}a[2]&&n.ops.pop(),n.trys.pop();continue}u=t.call(e,n)}catch(c){u=[6,c],i=0}finally{r=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},Hs=function(){function e(t){this.readDirectory=t,this.atributeCompletions=[]}return e.prototype.onHtmlAttributeValue=function(t){Ws(t.tag,t.attribute)&&this.atributeCompletions.push(t)},e.prototype.computeCompletions=function(t,n){return vr(this,void 0,void 0,function(){var r,i,a,l,o,s,u,c,h,d;return wr(this,function(f){switch(f.label){case 0:r={items:[],isIncomplete:!1},i=0,a=this.atributeCompletions,f.label=1;case 1:return i<a.length?(l=a[i],o=Is(t.getText(l.range)),zs(o)?o==="."||o===".."?(r.isIncomplete=!0,[3,4]):[3,2]:[3,4]):[3,5];case 2:return s=Ps(l.value,o,l.range),[4,this.providePathSuggestions(l.value,s,t,n)];case 3:for(u=f.sent(),c=0,h=u;c<h.length;c++)d=h[c],r.items.push(d);f.label=4;case 4:return i++,[3,1];case 5:return[2,r]}})})},e.prototype.providePathSuggestions=function(t,n,r,i){return vr(this,void 0,void 0,function(){var a,l,o,s,u,c,h,d,f;return wr(this,function(_){switch(_.label){case 0:if(a=t.substring(0,t.lastIndexOf("/")+1),l=i.resolveReference(a||".",r.uri),!l)return[3,4];_.label=1;case 1:return _.trys.push([1,3,,4]),o=[],[4,this.readDirectory(l)];case 2:for(s=_.sent(),u=0,c=s;u<c.length;u++)h=c[u],d=h[0],f=h[1],d.charCodeAt(0)!==Us&&o.push(Fs(d,f===gn.Directory,n));return[2,o];case 3:return _.sent(),[3,4];case 4:return[2,[]]}})})},e}(),Us=".".charCodeAt(0);function Is(e){return Re(e,"'")||Re(e,'"')?e.slice(1,-1):e}function zs(e){return!(Re(e,"http")||Re(e,"https")||Re(e,"//"))}function Ws(e,t){var n=qs[e];return n?typeof n=="string"?n===t:n.indexOf(t)!==-1:!1}function Ps(e,t,n){var r,i=e.lastIndexOf("/");if(i===-1)r=Bs(n,1,-1);else{var a=t.slice(i+1),l=ut(n.end,-1-a.length),o=a.indexOf(" "),s=void 0;o!==-1?s=ut(l,o):s=ut(n.end,-1),r=j.create(l,s)}return r}function Fs(e,t,n){return t?(e=e+"/",{label:e,kind:ue.Folder,textEdit:te.replace(n,e),command:{title:"Suggest",command:"editor.action.triggerSuggest"}}):{label:e,kind:ue.File,textEdit:te.replace(n,e)}}function ut(e,t){return ie.create(e.line,e.character+t)}function Bs(e,t,n){var r=ut(e.start,t),i=ut(e.end,n);return j.create(r,i)}var qs={a:"href",area:"href",body:"background",del:"cite",form:"action",frame:["src","longdesc"],img:["src","longdesc"],ins:"cite",link:"href",object:"data",q:"cite",script:"src",audio:"src",button:"formaction",command:"icon",embed:"src",html:"manifest",input:["src","formaction"],source:"src",track:"src",video:["src","poster"]},Os=function(e,t,n,r){function i(a){return a instanceof n?a:new n(function(l){l(a)})}return new(n||(n=Promise))(function(a,l){function o(c){try{u(r.next(c))}catch(h){l(h)}}function s(c){try{u(r.throw(c))}catch(h){l(h)}}function u(c){c.done?a(c.value):i(c.value).then(o,s)}u((r=r.apply(e,t||[])).next())})},Vs=function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,l;return l={next:o(0),throw:o(1),return:o(2)},typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function o(u){return function(c){return s([u,c])}}function s(u){if(r)throw new TypeError("Generator is already executing.");for(;n;)try{if(r=1,i&&(a=u[0]&2?i.return:u[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,u[1])).done)return a;switch(i=0,a&&(u=[u[0]&2,a.value]),u[0]){case 0:case 1:a=u;break;case 4:return n.label++,{value:u[1],done:!1};case 5:n.label++,i=u[1],u=[0];continue;case 7:u=n.ops.pop(),n.trys.pop();continue;default:if(a=n.trys,!(a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){n.label=u[1];break}if(u[0]===6&&n.label<a[1]){n.label=a[1],a=u;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(u);break}a[2]&&n.ops.pop(),n.trys.pop();continue}u=t.call(e,n)}catch(c){u=[6,c],i=0}finally{r=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},js=ln(),Gs=function(){function e(t,n){this.lsOptions=t,this.dataManager=n,this.completionParticipants=[]}return e.prototype.setCompletionParticipants=function(t){this.completionParticipants=t||[]},e.prototype.doComplete2=function(t,n,r,i,a){return Os(this,void 0,void 0,function(){var l,o,s,u;return Vs(this,function(c){switch(c.label){case 0:if(!this.lsOptions.fileSystemProvider||!this.lsOptions.fileSystemProvider.readDirectory)return[2,this.doComplete(t,n,r,a)];l=new Hs(this.lsOptions.fileSystemProvider.readDirectory),o=this.completionParticipants,this.completionParticipants=[l].concat(o),s=this.doComplete(t,n,r,a),c.label=1;case 1:return c.trys.push([1,,3,4]),[4,l.computeCompletions(t,i)];case 2:return u=c.sent(),[2,{isIncomplete:s.isIncomplete||u.isIncomplete,items:u.items.concat(s.items)}];case 3:return this.completionParticipants=o,[7];case 4:return[2]}})})},e.prototype.doComplete=function(t,n,r,i){var a=this._doComplete(t,n,r,i);return this.convertCompletionList(a)},e.prototype._doComplete=function(t,n,r,i){var a={isIncomplete:!1,items:[]},l=this.completionParticipants,o=this.dataManager.getDataProviders().filter(function(E){return E.isApplicable(t.languageId)&&(!i||i[E.getId()]!==!1)}),s=this.doesSupportMarkdown(),u=t.getText(),c=t.offsetAt(n),h=r.findNodeBefore(c);if(!h)return a;var d=fe(u,h.start),f="",_;function b(E,M){return M===void 0&&(M=c),E>c&&(E=c),{start:t.positionAt(E),end:t.positionAt(M)}}function y(E,M){var I=b(E,M);return o.forEach(function(V){V.provideTags().forEach(function($){a.items.push({label:$.name,kind:ue.Property,documentation:Fe($,void 0,s),textEdit:te.replace(I,$.name),insertTextFormat:ve.PlainText})})}),a}function k(E){for(var M=E;M>0;){var I=u.charAt(M-1);if(`
17
+ \r`.indexOf(I)>=0)return u.substring(M,E);if(!Nt(I))return null;M--}return u.substring(0,E)}function p(E,M,I){I===void 0&&(I=c);var V=b(E,I),$=yr(u,I,B.WithinEndTag,D.EndTagClose)?"":">",X=h;for(M&&(X=X.parent);X;){var G=X.tag;if(G&&(!X.closed||X.endTagStart&&X.endTagStart>c)){var Ne={label:"/"+G,kind:ue.Property,filterText:"/"+G,textEdit:te.replace(V,"/"+G+$),insertTextFormat:ve.PlainText},Te=k(X.start),He=k(E-1);if(Te!==null&&He!==null&&Te!==He){var de=Te+"</"+G+$;Ne.textEdit=te.replace(b(E-1-He.length),de),Ne.filterText=He+"</"+G}return a.items.push(Ne),a}X=X.parent}return M||o.forEach(function(Be){Be.provideTags().forEach(function(we){a.items.push({label:"/"+we.name,kind:ue.Property,documentation:Fe(we,void 0,s),filterText:"/"+we.name+$,textEdit:te.replace(V,"/"+we.name+$),insertTextFormat:ve.PlainText})})}),a}function v(E,M){if(i&&i.hideAutoCompleteProposals)return a;if(!Dt(M)){var I=t.positionAt(E);a.items.push({label:"</"+M+">",kind:ue.Property,filterText:"</"+M+">",textEdit:te.insert(I,"$0</"+M+">"),insertTextFormat:ve.Snippet})}return a}function S(E,M){return y(E,M),p(E,!0,M),a}function C(){var E=Object.create(null);return h.attributeNames.forEach(function(M){E[M]=!0}),E}function U(E,M){var I;M===void 0&&(M=c);for(var V=c;V<M&&u[V]!=="<";)V++;var $=u.substring(E,M),X=b(E,V),G="";if(!yr(u,M,B.AfterAttributeName,D.DelimiterAssign)){var Ne=(I=i==null?void 0:i.attributeDefaultValue)!==null&&I!==void 0?I:"doublequotes";Ne==="empty"?G="=$1":Ne==="singlequotes"?G="='$1'":G='="$1"'}var Te=C();return Te[$]=!1,o.forEach(function(He){He.provideAttributes(f).forEach(function(de){if(!Te[de.name]){Te[de.name]=!0;var Be=de.name,we;de.valueSet!=="v"&&G.length&&(Be=Be+G,(de.valueSet||de.name==="style")&&(we={title:"Suggest",command:"editor.action.triggerSuggest"})),a.items.push({label:de.name,kind:de.valueSet==="handler"?ue.Function:ue.Value,documentation:Fe(de,void 0,s),textEdit:te.replace(X,Be),insertTextFormat:ve.Snippet,command:we})}})}),g(X,Te),a}function g(E,M){var I="data-",V={};V[I]=I+'$1="$2"';function $(X){X.attributeNames.forEach(function(G){Re(G,I)&&!V[G]&&!M[G]&&(V[G]=G+'="$1"')}),X.children.forEach(function(G){return $(G)})}r&&r.roots.forEach(function(X){return $(X)}),Object.keys(V).forEach(function(X){return a.items.push({label:X,kind:ue.Value,textEdit:te.replace(E,V[X]),insertTextFormat:ve.Snippet})})}function m(E,M){M===void 0&&(M=c);var I,V,$;if(c>E&&c<=M&&$s(u[E])){var X=E+1,G=M;M>E&&u[M-1]===u[E]&&G--;var Ne=Xs(u,c,X),Te=Ys(u,c,G);I=b(Ne,Te),$=c>=X&&c<=G?u.substring(X,c):"",V=!1}else I=b(E,M),$=u.substring(E,c),V=!0;if(l.length>0)for(var He=f.toLowerCase(),de=_.toLowerCase(),Be=b(E,M),we=0,Nr=l;we<Nr.length;we++){var Hr=Nr[we];Hr.onHtmlAttributeValue&&Hr.onHtmlAttributeValue({document:t,position:n,tag:He,attribute:de,value:$,range:Be})}return o.forEach(function(Mo){Mo.provideValues(f,_).forEach(function(Ht){var Ur=V?'"'+Ht.name+'"':Ht.name;a.items.push({label:Ht.name,filterText:Ur,kind:ue.Unit,documentation:Fe(Ht,void 0,s),textEdit:te.replace(I,Ur),insertTextFormat:ve.PlainText})})}),R(),a}function w(E){return c===d.getTokenEnd()&&(z=d.scan(),z===E&&d.getTokenOffset()===c)?d.getTokenEnd():c}function F(){for(var E=0,M=l;E<M.length;E++){var I=M[E];I.onHtmlContent&&I.onHtmlContent({document:t,position:n})}return R()}function R(){for(var E=c-1,M=n.character;E>=0&&lt(u,E);)E--,M--;if(E>=0&&u[E]==="&"){var I=j.create(ie.create(n.line,M-1),n);for(var V in ot)if(xs(V,";")){var $="&"+V;a.items.push({label:$,kind:ue.Keyword,documentation:js("entity.propose","Character entity representing '"+ot[V]+"'"),textEdit:te.replace(I,$),insertTextFormat:ve.PlainText})}}return a}function N(E,M){var I=b(E,M);a.items.push({label:"!DOCTYPE",kind:ue.Property,documentation:"A preamble for an HTML document.",textEdit:te.replace(I,"!DOCTYPE html>"),insertTextFormat:ve.PlainText})}for(var z=d.scan();z!==D.EOS&&d.getTokenOffset()<=c;){switch(z){case D.StartTagOpen:if(d.getTokenEnd()===c){var P=w(D.StartTag);return n.line===0&&N(c,P),S(c,P)}break;case D.StartTag:if(d.getTokenOffset()<=c&&c<=d.getTokenEnd())return y(d.getTokenOffset(),d.getTokenEnd());f=d.getTokenText();break;case D.AttributeName:if(d.getTokenOffset()<=c&&c<=d.getTokenEnd())return U(d.getTokenOffset(),d.getTokenEnd());_=d.getTokenText();break;case D.DelimiterAssign:if(d.getTokenEnd()===c){var P=w(D.AttributeValue);return m(c,P)}break;case D.AttributeValue:if(d.getTokenOffset()<=c&&c<=d.getTokenEnd())return m(d.getTokenOffset(),d.getTokenEnd());break;case D.Whitespace:if(c<=d.getTokenEnd())switch(d.getScannerState()){case B.AfterOpeningStartTag:var W=d.getTokenOffset(),x=w(D.StartTag);return S(W,x);case B.WithinTag:case B.AfterAttributeName:return U(d.getTokenEnd());case B.BeforeAttributeValue:return m(d.getTokenEnd());case B.AfterOpeningEndTag:return p(d.getTokenOffset()-1,!1);case B.WithinContent:return F()}break;case D.EndTagOpen:if(c<=d.getTokenEnd()){var T=d.getTokenOffset()+1,L=w(D.EndTag);return p(T,!1,L)}break;case D.EndTag:if(c<=d.getTokenEnd())for(var H=d.getTokenOffset()-1;H>=0;){var q=u.charAt(H);if(q==="/")return p(H,!1,d.getTokenEnd());if(!Nt(q))break;H--}break;case D.StartTagClose:if(c<=d.getTokenEnd()&&f)return v(d.getTokenEnd(),f);break;case D.Content:if(c<=d.getTokenEnd())return F();break;default:if(c<=d.getTokenEnd())return a;break}z=d.scan()}return a},e.prototype.doTagComplete=function(t,n,r){var i=t.offsetAt(n);if(i<=0)return null;var a=t.getText().charAt(i-1);if(a===">"){var l=r.findNodeBefore(i);if(l&&l.tag&&!Dt(l.tag)&&l.start<i&&(!l.endTagStart||l.endTagStart>i))for(var o=fe(t.getText(),l.start),s=o.scan();s!==D.EOS&&o.getTokenEnd()<=i;){if(s===D.StartTagClose&&o.getTokenEnd()===i)return"$0</"+l.tag+">";s=o.scan()}}else if(a==="/"){for(var l=r.findNodeBefore(i);l&&l.closed&&!(l.endTagStart&&l.endTagStart>i);)l=l.parent;if(l&&l.tag)for(var o=fe(t.getText(),l.start),s=o.scan();s!==D.EOS&&o.getTokenEnd()<=i;){if(s===D.EndTagOpen&&o.getTokenEnd()===i)return l.tag+">";s=o.scan()}}return null},e.prototype.convertCompletionList=function(t){return this.doesSupportMarkdown()||t.items.forEach(function(n){n.documentation&&typeof n.documentation!="string"&&(n.documentation={kind:"plaintext",value:n.documentation.value})}),t},e.prototype.doesSupportMarkdown=function(){var t,n,r;if(!Rt(this.supportsMarkdown)){if(!Rt(this.lsOptions.clientCapabilities))return this.supportsMarkdown=!0,this.supportsMarkdown;var i=(r=(n=(t=this.lsOptions.clientCapabilities.textDocument)===null||t===void 0?void 0:t.completion)===null||n===void 0?void 0:n.completionItem)===null||r===void 0?void 0:r.documentationFormat;this.supportsMarkdown=Array.isArray(i)&&i.indexOf(_e.Markdown)!==-1}return this.supportsMarkdown},e}();function $s(e){return/^["']*$/.test(e)}function Nt(e){return/^\s*$/.test(e)}function yr(e,t,n,r){for(var i=fe(e,t,n),a=i.scan();a===D.Whitespace;)a=i.scan();return a===r}function Xs(e,t,n){for(;t>n&&!Nt(e[t-1]);)t--;return t}function Ys(e,t,n){for(;t<n&&!Nt(e[t]);)t++;return t}var Js=ln(),Qs=function(){function e(t,n){this.lsOptions=t,this.dataManager=n}return e.prototype.doHover=function(t,n,r,i){var a=this.convertContents.bind(this),l=this.doesSupportMarkdown(),o=t.offsetAt(n),s=r.findNodeAt(o),u=t.getText();if(!s||!s.tag)return null;var c=this.dataManager.getDataProviders().filter(function(N){return N.isApplicable(t.languageId)});function h(N,z,P){for(var W=function(q){var E=null;if(q.provideTags().forEach(function(M){if(M.name.toLowerCase()===N.toLowerCase()){var I=Fe(M,i,l);I||(I={kind:l?"markdown":"plaintext",value:""}),E={contents:I,range:z}}}),E)return E.contents=a(E.contents),{value:E}},x=0,T=c;x<T.length;x++){var L=T[x],H=W(L);if(typeof H=="object")return H.value}return null}function d(N,z,P){for(var W=function(q){var E=null;if(q.provideAttributes(N).forEach(function(M){if(z===M.name&&M.description){var I=Fe(M,i,l);I?E={contents:I,range:P}:E=null}}),E)return E.contents=a(E.contents),{value:E}},x=0,T=c;x<T.length;x++){var L=T[x],H=W(L);if(typeof H=="object")return H.value}return null}function f(N,z,P,W){for(var x=function(E){var M=null;if(E.provideValues(N,z).forEach(function(I){if(P===I.name&&I.description){var V=Fe(I,i,l);V?M={contents:V,range:W}:M=null}}),M)return M.contents=a(M.contents),{value:M}},T=0,L=c;T<L.length;T++){var H=L[T],q=x(H);if(typeof q=="object")return q.value}return null}function _(N,z){var P=k(N);for(var W in ot){var x=null,T="&"+W;if(P===T){var L=ot[W].charCodeAt(0).toString(16).toUpperCase(),H="U+";if(L.length<4)for(var q=4-L.length,E=0;E<q;)H+="0",E+=1;H+=L;var M=Js("entity.propose","Character entity representing '"+ot[W]+"', unicode equivalent '"+H+"'");M?x={contents:M,range:z}:x=null}if(x)return x.contents=a(x.contents),x}return null}function b(N,z){for(var P=fe(t.getText(),z),W=P.scan();W!==D.EOS&&(P.getTokenEnd()<o||P.getTokenEnd()===o&&W!==N);)W=P.scan();return W===N&&o<=P.getTokenEnd()?{start:t.positionAt(P.getTokenOffset()),end:t.positionAt(P.getTokenEnd())}:null}function y(){for(var N=o-1,z=n.character;N>=0&&lt(u,N);)N--,z--;for(var P=N+1,W=z;lt(u,P);)P++,W++;if(N>=0&&u[N]==="&"){var x=null;return u[P]===";"?x=j.create(ie.create(n.line,z),ie.create(n.line,W+1)):x=j.create(ie.create(n.line,z),ie.create(n.line,W)),x}return null}function k(N){for(var z=o-1,P="&";z>=0&&lt(N,z);)z--;for(z=z+1;lt(N,z);)P+=N[z],z+=1;return P+=";",P}if(s.endTagStart&&o>=s.endTagStart){var p=b(D.EndTag,s.endTagStart);return p?h(s.tag,p):null}var v=b(D.StartTag,s.start);if(v)return h(s.tag,v);var S=b(D.AttributeName,s.start);if(S){var C=s.tag,U=t.getText(S);return d(C,U,S)}var g=y();if(g)return _(u,g);function m(N,z){for(var P=fe(t.getText(),N),W=P.scan(),x=void 0;W!==D.EOS&&P.getTokenEnd()<=z;)W=P.scan(),W===D.AttributeName&&(x=P.getTokenText());return x}var w=b(D.AttributeValue,s.start);if(w){var C=s.tag,F=Zs(t.getText(w)),R=m(s.start,t.offsetAt(w.start));if(R)return f(C,R,F,w)}return null},e.prototype.convertContents=function(t){if(!this.doesSupportMarkdown()){if(typeof t=="string")return t;if("kind"in t)return{kind:"plaintext",value:t.value};if(Array.isArray(t))t.map(function(n){return typeof n=="string"?n:n.value});else return t.value}return t},e.prototype.doesSupportMarkdown=function(){var t,n,r;if(!Rt(this.supportsMarkdown)){if(!Rt(this.lsOptions.clientCapabilities))return this.supportsMarkdown=!0,this.supportsMarkdown;var i=(r=(n=(t=this.lsOptions.clientCapabilities)===null||t===void 0?void 0:t.textDocument)===null||n===void 0?void 0:n.hover)===null||r===void 0?void 0:r.contentFormat;this.supportsMarkdown=Array.isArray(i)&&i.indexOf(_e.Markdown)!==-1}return this.supportsMarkdown},e}();function Zs(e){return e.length<=1?e.replace(/['"]/,""):((e[0]==="'"||e[0]==='"')&&(e=e.slice(1)),(e[e.length-1]==="'"||e[e.length-1]==='"')&&(e=e.slice(0,-1)),e)}function Ks(e,t){return e}var Tr;(function(){var e=[,,function(i){function a(s){this.__parent=s,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}a.prototype.clone_empty=function(){var s=new a(this.__parent);return s.set_indent(this.__indent_count,this.__alignment_count),s},a.prototype.item=function(s){return s<0?this.__items[this.__items.length+s]:this.__items[s]},a.prototype.has_match=function(s){for(var u=this.__items.length-1;u>=0;u--)if(this.__items[u].match(s))return!0;return!1},a.prototype.set_indent=function(s,u){this.is_empty()&&(this.__indent_count=s||0,this.__alignment_count=u||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},a.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},a.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},a.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var s=this.__parent.current_line;return s.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),s.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),s.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,s.__items[0]===" "&&(s.__items.splice(0,1),s.__character_count-=1),!0}return!1},a.prototype.is_empty=function(){return this.__items.length===0},a.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},a.prototype.push=function(s){this.__items.push(s);var u=s.lastIndexOf(`
18
+ `);u!==-1?this.__character_count=s.length-u:this.__character_count+=s.length},a.prototype.pop=function(){var s=null;return this.is_empty()||(s=this.__items.pop(),this.__character_count-=s.length),s},a.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},a.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},a.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},a.prototype.toString=function(){var s="";return this.is_empty()?this.__parent.indent_empty_lines&&(s=this.__parent.get_indent_string(this.__indent_count)):(s=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),s+=this.__items.join("")),s};function l(s,u){this.__cache=[""],this.__indent_size=s.indent_size,this.__indent_string=s.indent_char,s.indent_with_tabs||(this.__indent_string=new Array(s.indent_size+1).join(s.indent_char)),u=u||"",s.indent_level>0&&(u=new Array(s.indent_level+1).join(this.__indent_string)),this.__base_string=u,this.__base_string_length=u.length}l.prototype.get_indent_size=function(s,u){var c=this.__base_string_length;return u=u||0,s<0&&(c=0),c+=s*this.__indent_size,c+=u,c},l.prototype.get_indent_string=function(s,u){var c=this.__base_string;return u=u||0,s<0&&(s=0,c=""),u+=s*this.__indent_size,this.__ensure_cache(u),c+=this.__cache[u],c},l.prototype.__ensure_cache=function(s){for(;s>=this.__cache.length;)this.__add_column()},l.prototype.__add_column=function(){var s=this.__cache.length,u=0,c="";this.__indent_size&&s>=this.__indent_size&&(u=Math.floor(s/this.__indent_size),s-=u*this.__indent_size,c=new Array(u+1).join(this.__indent_string)),s&&(c+=new Array(s+1).join(" ")),this.__cache.push(c)};function o(s,u){this.__indent_cache=new l(s,u),this.raw=!1,this._end_with_newline=s.end_with_newline,this.indent_size=s.indent_size,this.wrap_line_length=s.wrap_line_length,this.indent_empty_lines=s.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new a(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}o.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},o.prototype.get_line_number=function(){return this.__lines.length},o.prototype.get_indent_string=function(s,u){return this.__indent_cache.get_indent_string(s,u)},o.prototype.get_indent_size=function(s,u){return this.__indent_cache.get_indent_size(s,u)},o.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},o.prototype.add_new_line=function(s){return this.is_empty()||!s&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},o.prototype.get_code=function(s){this.trim(!0);var u=this.current_line.pop();u&&(u[u.length-1]===`
19
+ `&&(u=u.replace(/\n+$/g,"")),this.current_line.push(u)),this._end_with_newline&&this.__add_outputline();var c=this.__lines.join(`
20
20
  `);return s!==`
21
- `&&(u=u.replace(/[\n]/g,s)),u},o.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},o.prototype.set_indent=function(s,c){return s=s||0,c=c||0,this.next_line.set_indent(s,c),this.__lines.length>1?(this.current_line.set_indent(s,c),!0):(this.current_line.set_indent(),!1)},o.prototype.add_raw_token=function(s){for(var c=0;c<s.newlines;c++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(s.whitespace_before),this.current_line.push(s.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},o.prototype.add_token=function(s){this.__add_space_before_token(),this.current_line.push(s),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},o.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},o.prototype.remove_indent=function(s){for(var c=this.__lines.length;s<c;)this.__lines[s]._remove_indent(),s++;this.current_line._remove_wrap_indent()},o.prototype.trim=function(s){for(s=s===void 0?!1:s,this.current_line.trim();s&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},o.prototype.just_added_newline=function(){return this.current_line.is_empty()},o.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},o.prototype.ensure_empty_line_above=function(s,c){for(var u=this.__lines.length-2;u>=0;){var d=this.__lines[u];if(d.is_empty())break;if(d.item(0).indexOf(s)!==0&&d.item(-1)!==c){this.__lines.splice(u+1,0,new a(this)),this.previous_line=this.__lines[this.__lines.length-2];break}u--}},i.exports.Output=o},,,,function(i){function a(s,c){this.raw_options=l(s,c),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","django","erb","handlebars","php","smarty"],["auto"])}a.prototype._get_array=function(s,c){var u=this.raw_options[s],d=c||[];return typeof u=="object"?u!==null&&typeof u.concat=="function"&&(d=u.concat()):typeof u=="string"&&(d=u.split(/[^a-zA-Z0-9_\/\-]+/)),d},a.prototype._get_boolean=function(s,c){var u=this.raw_options[s],d=u===void 0?!!c:!!u;return d},a.prototype._get_characters=function(s,c){var u=this.raw_options[s],d=c||"";return typeof u=="string"&&(d=u.replace(/\\r/,"\r").replace(/\\n/,`
22
- `).replace(/\\t/," ")),d},a.prototype._get_number=function(s,c){var u=this.raw_options[s];c=parseInt(c,10),isNaN(c)&&(c=0);var d=parseInt(u,10);return isNaN(d)&&(d=c),d},a.prototype._get_selection=function(s,c,u){var d=this._get_selection_list(s,c,u);if(d.length!==1)throw new Error("Invalid Option Value: The option '"+s+`' can only be one of the following values:
23
- `+c+`
24
- You passed in: '`+this.raw_options[s]+"'");return d[0]},a.prototype._get_selection_list=function(s,c,u){if(!c||c.length===0)throw new Error("Selection list cannot be empty.");if(u=u||[c[0]],!this._is_valid_selection(u,c))throw new Error("Invalid Default Value!");var d=this._get_array(s,u);if(!this._is_valid_selection(d,c))throw new Error("Invalid Option Value: The option '"+s+`' can contain only the following values:
25
- `+c+`
26
- You passed in: '`+this.raw_options[s]+"'");return d},a.prototype._is_valid_selection=function(s,c){return s.length&&c.length&&!s.some(function(u){return c.indexOf(u)===-1})};function l(s,c){var u={};s=o(s);var d;for(d in s)d!==c&&(u[d]=s[d]);if(c&&s[c])for(d in s[c])u[d]=s[c][d];return u}function o(s){var c={},u;for(u in s){var d=u.replace(/-/g,"_");c[d]=s[u]}return c}i.exports.Options=a,i.exports.normalizeOpts=o,i.exports.mergeOpts=l},,function(i){var a=RegExp.prototype.hasOwnProperty("sticky");function l(o){this.__input=o||"",this.__input_length=this.__input.length,this.__position=0}l.prototype.restart=function(){this.__position=0},l.prototype.back=function(){this.__position>0&&(this.__position-=1)},l.prototype.hasNext=function(){return this.__position<this.__input_length},l.prototype.next=function(){var o=null;return this.hasNext()&&(o=this.__input.charAt(this.__position),this.__position+=1),o},l.prototype.peek=function(o){var s=null;return o=o||0,o+=this.__position,o>=0&&o<this.__input_length&&(s=this.__input.charAt(o)),s},l.prototype.__match=function(o,s){o.lastIndex=s;var c=o.exec(this.__input);return c&&!(a&&o.sticky)&&c.index!==s&&(c=null),c},l.prototype.test=function(o,s){return s=s||0,s+=this.__position,s>=0&&s<this.__input_length?!!this.__match(o,s):!1},l.prototype.testChar=function(o,s){var c=this.peek(s);return o.lastIndex=0,c!==null&&o.test(c)},l.prototype.match=function(o){var s=this.__match(o,this.__position);return s?this.__position+=s[0].length:s=null,s},l.prototype.read=function(o,s,c){var u="",d;return o&&(d=this.match(o),d&&(u+=d[0])),s&&(d||!o)&&(u+=this.readUntil(s,c)),u},l.prototype.readUntil=function(o,s){var c="",u=this.__position;o.lastIndex=this.__position;var d=o.exec(this.__input);return d?(u=d.index,s&&(u+=d[0].length)):u=this.__input_length,c=this.__input.substring(this.__position,u),this.__position=u,c},l.prototype.readUntilAfter=function(o){return this.readUntil(o,!0)},l.prototype.get_regexp=function(o,s){var c=null,u="g";return s&&a&&(u="y"),typeof o=="string"&&o!==""?c=new RegExp(o,u):o&&(c=new RegExp(o.source,u)),c},l.prototype.get_literal_regexp=function(o){return RegExp(o.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},l.prototype.peekUntilAfter=function(o){var s=this.__position,c=this.readUntilAfter(o);return this.__position=s,c},l.prototype.lookBack=function(o){var s=this.__position-1;return s>=o.length&&this.__input.substring(s-o.length,s).toLowerCase()===o},i.exports.InputScanner=l},,,,,function(i){function a(l,o){l=typeof l=="string"?l:l.source,o=typeof o=="string"?o:o.source,this.__directives_block_pattern=new RegExp(l+/ beautify( \w+[:]\w+)+ /.source+o,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(l+/\sbeautify\signore:end\s/.source+o,"g")}a.prototype.get_directives=function(l){if(!l.match(this.__directives_block_pattern))return null;var o={};this.__directive_pattern.lastIndex=0;for(var s=this.__directive_pattern.exec(l);s;)o[s[1]]=s[2],s=this.__directive_pattern.exec(l);return o},a.prototype.readIgnored=function(l){return l.readUntilAfter(this.__directives_end_ignore_pattern)},i.exports.Directives=a},,function(i,a,l){var o=l(16).Beautifier,s=l(17).Options;function c(u,d){var h=new o(u,d);return h.beautify()}i.exports=c,i.exports.defaultOptions=function(){return new s}},function(i,a,l){var o=l(17).Options,s=l(2).Output,c=l(8).InputScanner,u=l(13).Directives,d=new u(/\/\*/,/\*\//),h=/\r\n|[\r\n]/,f=/\r\n|[\r\n]/g,v=/\s/,g=/(?:\s|\n)+/g,y=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,T=/\/\/(?:[^\n\r\u2028\u2029]*)/g;function m(b,A){this._source_text=b||"",this._options=new o(A),this._ch=null,this._input=null,this.NESTED_AT_RULE={"@page":!0,"@font-face":!0,"@keyframes":!0,"@media":!0,"@supports":!0,"@document":!0},this.CONDITIONAL_GROUP_RULE={"@media":!0,"@supports":!0,"@document":!0}}m.prototype.eatString=function(b){var A="";for(this._ch=this._input.next();this._ch;){if(A+=this._ch,this._ch==="\\")A+=this._input.next();else if(b.indexOf(this._ch)!==-1||this._ch===`
27
- `)break;this._ch=this._input.next()}return A},m.prototype.eatWhitespace=function(b){for(var A=v.test(this._input.peek()),C=0;v.test(this._input.peek());)this._ch=this._input.next(),b&&this._ch===`
28
- `&&(C===0||C<this._options.max_preserve_newlines)&&(C++,this._output.add_new_line(!0));return A},m.prototype.foundNestedPseudoClass=function(){for(var b=0,A=1,C=this._input.peek(A);C;){if(C==="{")return!0;if(C==="(")b+=1;else if(C===")"){if(b===0)return!1;b-=1}else if(C===";"||C==="}")return!1;A++,C=this._input.peek(A)}return!1},m.prototype.print_string=function(b){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(b)},m.prototype.preserveSingleSpace=function(b){b&&(this._output.space_before_token=!0)},m.prototype.indent=function(){this._indentLevel++},m.prototype.outdent=function(){this._indentLevel>0&&this._indentLevel--},m.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var b=this._source_text,A=this._options.eol;A==="auto"&&(A=`
29
- `,b&&h.test(b||"")&&(A=b.match(h)[0])),b=b.replace(f,`
30
- `);var C=b.match(/^[\t ]*/)[0];this._output=new s(this._options,C),this._input=new c(b),this._indentLevel=0,this._nestedLevel=0,this._ch=null;for(var U=0,_=!1,p=!1,w=!1,B=!1,R=!1,N=this._ch,z,W,P;z=this._input.read(g),W=z!=="",P=N,this._ch=this._input.next(),this._ch==="\\"&&this._input.hasNext()&&(this._ch+=this._input.next()),N=this._ch,this._ch;)if(this._ch==="/"&&this._input.peek()==="*"){this._output.add_new_line(),this._input.back();var x=this._input.read(y),k=d.get_directives(x);k&&k.ignore==="start"&&(x+=d.readIgnored(this._input)),this.print_string(x),this.eatWhitespace(!0),this._output.add_new_line()}else if(this._ch==="/"&&this._input.peek()==="/")this._output.space_before_token=!0,this._input.back(),this.print_string(this._input.read(T)),this.eatWhitespace(!0);else if(this._ch==="@")if(this.preserveSingleSpace(W),this._input.peek()==="{")this.print_string(this._ch+this.eatString("}"));else{this.print_string(this._ch);var D=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);D.match(/[ :]$/)&&(D=this.eatString(": ").replace(/\s$/,""),this.print_string(D),this._output.space_before_token=!0),D=D.replace(/\s$/,""),D==="extend"?B=!0:D==="import"&&(R=!0),D in this.NESTED_AT_RULE?(this._nestedLevel+=1,D in this.CONDITIONAL_GROUP_RULE&&(w=!0)):!_&&U===0&&D.indexOf(":")!==-1&&(p=!0,this.indent())}else this._ch==="#"&&this._input.peek()==="{"?(this.preserveSingleSpace(W),this.print_string(this._ch+this.eatString("}"))):this._ch==="{"?(p&&(p=!1,this.outdent()),w?(w=!1,_=this._indentLevel>=this._nestedLevel):_=this._indentLevel>=this._nestedLevel-1,this._options.newline_between_rules&&_&&this._output.previous_line&&this._output.previous_line.item(-1)!=="{"&&this._output.ensure_empty_line_above("/",","),this._output.space_before_token=!0,this._options.brace_style==="expand"?(this._output.add_new_line(),this.print_string(this._ch),this.indent(),this._output.set_indent(this._indentLevel)):(this.indent(),this.print_string(this._ch)),this.eatWhitespace(!0),this._output.add_new_line()):this._ch==="}"?(this.outdent(),this._output.add_new_line(),P==="{"&&this._output.trim(!0),R=!1,B=!1,p&&(this.outdent(),p=!1),this.print_string(this._ch),_=!1,this._nestedLevel&&this._nestedLevel--,this.eatWhitespace(!0),this._output.add_new_line(),this._options.newline_between_rules&&!this._output.just_added_blankline()&&this._input.peek()!=="}"&&this._output.add_new_line(!0)):this._ch===":"?(_||w)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!B&&U===0?(this.print_string(":"),p||(p=!0,this._output.space_before_token=!0,this.eatWhitespace(!0),this.indent())):(this._input.lookBack(" ")&&(this._output.space_before_token=!0),this._input.peek()===":"?(this._ch=this._input.next(),this.print_string("::")):this.print_string(":")):this._ch==='"'||this._ch==="'"?(this.preserveSingleSpace(W),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)):this._ch===";"?U===0?(p&&(this.outdent(),p=!1),B=!1,R=!1,this.print_string(this._ch),this.eatWhitespace(!0),this._input.peek()!=="/"&&this._output.add_new_line()):(this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0):this._ch==="("?this._input.lookBack("url")?(this.print_string(this._ch),this.eatWhitespace(),U++,this.indent(),this._ch=this._input.next(),this._ch===")"||this._ch==='"'||this._ch==="'"?this._input.back():this._ch&&(this.print_string(this._ch+this.eatString(")")),U&&(U--,this.outdent()))):(this.preserveSingleSpace(W),this.print_string(this._ch),this.eatWhitespace(),U++,this.indent()):this._ch===")"?(U&&(U--,this.outdent()),this.print_string(this._ch)):this._ch===","?(this.print_string(this._ch),this.eatWhitespace(!0),this._options.selector_separator_newline&&!p&&U===0&&!R&&!B?this._output.add_new_line():this._output.space_before_token=!0):(this._ch===">"||this._ch==="+"||this._ch==="~")&&!p&&U===0?this._options.space_around_combinator?(this._output.space_before_token=!0,this.print_string(this._ch),this._output.space_before_token=!0):(this.print_string(this._ch),this.eatWhitespace(),this._ch&&v.test(this._ch)&&(this._ch="")):this._ch==="]"?this.print_string(this._ch):this._ch==="["?(this.preserveSingleSpace(W),this.print_string(this._ch)):this._ch==="="?(this.eatWhitespace(),this.print_string("="),v.test(this._ch)&&(this._ch="")):this._ch==="!"&&!this._input.lookBack("\\")?(this.print_string(" "),this.print_string(this._ch)):(this.preserveSingleSpace(W),this.print_string(this._ch));var I=this._output.get_code(A);return I},i.exports.Beautifier=m},function(i,a,l){var o=l(6).Options;function s(c){o.call(this,c,"css"),this.selector_separator_newline=this._get_boolean("selector_separator_newline",!0),this.newline_between_rules=this._get_boolean("newline_between_rules",!0);var u=this._get_boolean("space_around_selector_separator");this.space_around_combinator=this._get_boolean("space_around_combinator")||u;var d=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_style="collapse";for(var h=0;h<d.length;h++)d[h]!=="expand"?this.brace_style="collapse":this.brace_style=d[h]}s.prototype=new o,i.exports.Options=s}],t={};function n(i){var a=t[i];if(a!==void 0)return a.exports;var l=t[i]={exports:{}};return e[i](l,l.exports,n),l.exports}var r=n(15);kr=r})();var eo=kr,Tr;(function(){var e=[,,function(i){function a(s){this.__parent=s,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}a.prototype.clone_empty=function(){var s=new a(this.__parent);return s.set_indent(this.__indent_count,this.__alignment_count),s},a.prototype.item=function(s){return s<0?this.__items[this.__items.length+s]:this.__items[s]},a.prototype.has_match=function(s){for(var c=this.__items.length-1;c>=0;c--)if(this.__items[c].match(s))return!0;return!1},a.prototype.set_indent=function(s,c){this.is_empty()&&(this.__indent_count=s||0,this.__alignment_count=c||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},a.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},a.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},a.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var s=this.__parent.current_line;return s.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),s.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),s.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,s.__items[0]===" "&&(s.__items.splice(0,1),s.__character_count-=1),!0}return!1},a.prototype.is_empty=function(){return this.__items.length===0},a.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},a.prototype.push=function(s){this.__items.push(s);var c=s.lastIndexOf(`
31
- `);c!==-1?this.__character_count=s.length-c:this.__character_count+=s.length},a.prototype.pop=function(){var s=null;return this.is_empty()||(s=this.__items.pop(),this.__character_count-=s.length),s},a.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},a.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},a.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},a.prototype.toString=function(){var s="";return this.is_empty()?this.__parent.indent_empty_lines&&(s=this.__parent.get_indent_string(this.__indent_count)):(s=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),s+=this.__items.join("")),s};function l(s,c){this.__cache=[""],this.__indent_size=s.indent_size,this.__indent_string=s.indent_char,s.indent_with_tabs||(this.__indent_string=new Array(s.indent_size+1).join(s.indent_char)),c=c||"",s.indent_level>0&&(c=new Array(s.indent_level+1).join(this.__indent_string)),this.__base_string=c,this.__base_string_length=c.length}l.prototype.get_indent_size=function(s,c){var u=this.__base_string_length;return c=c||0,s<0&&(u=0),u+=s*this.__indent_size,u+=c,u},l.prototype.get_indent_string=function(s,c){var u=this.__base_string;return c=c||0,s<0&&(s=0,u=""),c+=s*this.__indent_size,this.__ensure_cache(c),u+=this.__cache[c],u},l.prototype.__ensure_cache=function(s){for(;s>=this.__cache.length;)this.__add_column()},l.prototype.__add_column=function(){var s=this.__cache.length,c=0,u="";this.__indent_size&&s>=this.__indent_size&&(c=Math.floor(s/this.__indent_size),s-=c*this.__indent_size,u=new Array(c+1).join(this.__indent_string)),s&&(u+=new Array(s+1).join(" ")),this.__cache.push(u)};function o(s,c){this.__indent_cache=new l(s,c),this.raw=!1,this._end_with_newline=s.end_with_newline,this.indent_size=s.indent_size,this.wrap_line_length=s.wrap_line_length,this.indent_empty_lines=s.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new a(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}o.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},o.prototype.get_line_number=function(){return this.__lines.length},o.prototype.get_indent_string=function(s,c){return this.__indent_cache.get_indent_string(s,c)},o.prototype.get_indent_size=function(s,c){return this.__indent_cache.get_indent_size(s,c)},o.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},o.prototype.add_new_line=function(s){return this.is_empty()||!s&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},o.prototype.get_code=function(s){this.trim(!0);var c=this.current_line.pop();c&&(c[c.length-1]===`
32
- `&&(c=c.replace(/\n+$/g,"")),this.current_line.push(c)),this._end_with_newline&&this.__add_outputline();var u=this.__lines.join(`
21
+ `&&(c=c.replace(/[\n]/g,s)),c},o.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},o.prototype.set_indent=function(s,u){return s=s||0,u=u||0,this.next_line.set_indent(s,u),this.__lines.length>1?(this.current_line.set_indent(s,u),!0):(this.current_line.set_indent(),!1)},o.prototype.add_raw_token=function(s){for(var u=0;u<s.newlines;u++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(s.whitespace_before),this.current_line.push(s.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},o.prototype.add_token=function(s){this.__add_space_before_token(),this.current_line.push(s),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},o.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},o.prototype.remove_indent=function(s){for(var u=this.__lines.length;s<u;)this.__lines[s]._remove_indent(),s++;this.current_line._remove_wrap_indent()},o.prototype.trim=function(s){for(s=s===void 0?!1:s,this.current_line.trim();s&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},o.prototype.just_added_newline=function(){return this.current_line.is_empty()},o.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},o.prototype.ensure_empty_line_above=function(s,u){for(var c=this.__lines.length-2;c>=0;){var h=this.__lines[c];if(h.is_empty())break;if(h.item(0).indexOf(s)!==0&&h.item(-1)!==u){this.__lines.splice(c+1,0,new a(this)),this.previous_line=this.__lines[this.__lines.length-2];break}c--}},i.exports.Output=o},,,,function(i){function a(s,u){this.raw_options=l(s,u),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","django","erb","handlebars","php","smarty"],["auto"])}a.prototype._get_array=function(s,u){var c=this.raw_options[s],h=u||[];return typeof c=="object"?c!==null&&typeof c.concat=="function"&&(h=c.concat()):typeof c=="string"&&(h=c.split(/[^a-zA-Z0-9_\/\-]+/)),h},a.prototype._get_boolean=function(s,u){var c=this.raw_options[s],h=c===void 0?!!u:!!c;return h},a.prototype._get_characters=function(s,u){var c=this.raw_options[s],h=u||"";return typeof c=="string"&&(h=c.replace(/\\r/,"\r").replace(/\\n/,`
22
+ `).replace(/\\t/," ")),h},a.prototype._get_number=function(s,u){var c=this.raw_options[s];u=parseInt(u,10),isNaN(u)&&(u=0);var h=parseInt(c,10);return isNaN(h)&&(h=u),h},a.prototype._get_selection=function(s,u,c){var h=this._get_selection_list(s,u,c);if(h.length!==1)throw new Error("Invalid Option Value: The option '"+s+`' can only be one of the following values:
23
+ `+u+`
24
+ You passed in: '`+this.raw_options[s]+"'");return h[0]},a.prototype._get_selection_list=function(s,u,c){if(!u||u.length===0)throw new Error("Selection list cannot be empty.");if(c=c||[u[0]],!this._is_valid_selection(c,u))throw new Error("Invalid Default Value!");var h=this._get_array(s,c);if(!this._is_valid_selection(h,u))throw new Error("Invalid Option Value: The option '"+s+`' can contain only the following values:
25
+ `+u+`
26
+ You passed in: '`+this.raw_options[s]+"'");return h},a.prototype._is_valid_selection=function(s,u){return s.length&&u.length&&!s.some(function(c){return u.indexOf(c)===-1})};function l(s,u){var c={};s=o(s);var h;for(h in s)h!==u&&(c[h]=s[h]);if(u&&s[u])for(h in s[u])c[h]=s[u][h];return c}function o(s){var u={},c;for(c in s){var h=c.replace(/-/g,"_");u[h]=s[c]}return u}i.exports.Options=a,i.exports.normalizeOpts=o,i.exports.mergeOpts=l},,function(i){var a=RegExp.prototype.hasOwnProperty("sticky");function l(o){this.__input=o||"",this.__input_length=this.__input.length,this.__position=0}l.prototype.restart=function(){this.__position=0},l.prototype.back=function(){this.__position>0&&(this.__position-=1)},l.prototype.hasNext=function(){return this.__position<this.__input_length},l.prototype.next=function(){var o=null;return this.hasNext()&&(o=this.__input.charAt(this.__position),this.__position+=1),o},l.prototype.peek=function(o){var s=null;return o=o||0,o+=this.__position,o>=0&&o<this.__input_length&&(s=this.__input.charAt(o)),s},l.prototype.__match=function(o,s){o.lastIndex=s;var u=o.exec(this.__input);return u&&!(a&&o.sticky)&&u.index!==s&&(u=null),u},l.prototype.test=function(o,s){return s=s||0,s+=this.__position,s>=0&&s<this.__input_length?!!this.__match(o,s):!1},l.prototype.testChar=function(o,s){var u=this.peek(s);return o.lastIndex=0,u!==null&&o.test(u)},l.prototype.match=function(o){var s=this.__match(o,this.__position);return s?this.__position+=s[0].length:s=null,s},l.prototype.read=function(o,s,u){var c="",h;return o&&(h=this.match(o),h&&(c+=h[0])),s&&(h||!o)&&(c+=this.readUntil(s,u)),c},l.prototype.readUntil=function(o,s){var u="",c=this.__position;o.lastIndex=this.__position;var h=o.exec(this.__input);return h?(c=h.index,s&&(c+=h[0].length)):c=this.__input_length,u=this.__input.substring(this.__position,c),this.__position=c,u},l.prototype.readUntilAfter=function(o){return this.readUntil(o,!0)},l.prototype.get_regexp=function(o,s){var u=null,c="g";return s&&a&&(c="y"),typeof o=="string"&&o!==""?u=new RegExp(o,c):o&&(u=new RegExp(o.source,c)),u},l.prototype.get_literal_regexp=function(o){return RegExp(o.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},l.prototype.peekUntilAfter=function(o){var s=this.__position,u=this.readUntilAfter(o);return this.__position=s,u},l.prototype.lookBack=function(o){var s=this.__position-1;return s>=o.length&&this.__input.substring(s-o.length,s).toLowerCase()===o},i.exports.InputScanner=l},,,,,function(i){function a(l,o){l=typeof l=="string"?l:l.source,o=typeof o=="string"?o:o.source,this.__directives_block_pattern=new RegExp(l+/ beautify( \w+[:]\w+)+ /.source+o,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(l+/\sbeautify\signore:end\s/.source+o,"g")}a.prototype.get_directives=function(l){if(!l.match(this.__directives_block_pattern))return null;var o={};this.__directive_pattern.lastIndex=0;for(var s=this.__directive_pattern.exec(l);s;)o[s[1]]=s[2],s=this.__directive_pattern.exec(l);return o},a.prototype.readIgnored=function(l){return l.readUntilAfter(this.__directives_end_ignore_pattern)},i.exports.Directives=a},,function(i,a,l){var o=l(16).Beautifier,s=l(17).Options;function u(c,h){var d=new o(c,h);return d.beautify()}i.exports=u,i.exports.defaultOptions=function(){return new s}},function(i,a,l){var o=l(17).Options,s=l(2).Output,u=l(8).InputScanner,c=l(13).Directives,h=new c(/\/\*/,/\*\//),d=/\r\n|[\r\n]/,f=/\r\n|[\r\n]/g,_=/\s/,b=/(?:\s|\n)+/g,y=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,k=/\/\/(?:[^\n\r\u2028\u2029]*)/g;function p(v,S){this._source_text=v||"",this._options=new o(S),this._ch=null,this._input=null,this.NESTED_AT_RULE={"@page":!0,"@font-face":!0,"@keyframes":!0,"@media":!0,"@supports":!0,"@document":!0},this.CONDITIONAL_GROUP_RULE={"@media":!0,"@supports":!0,"@document":!0}}p.prototype.eatString=function(v){var S="";for(this._ch=this._input.next();this._ch;){if(S+=this._ch,this._ch==="\\")S+=this._input.next();else if(v.indexOf(this._ch)!==-1||this._ch===`
27
+ `)break;this._ch=this._input.next()}return S},p.prototype.eatWhitespace=function(v){for(var S=_.test(this._input.peek()),C=0;_.test(this._input.peek());)this._ch=this._input.next(),v&&this._ch===`
28
+ `&&(C===0||C<this._options.max_preserve_newlines)&&(C++,this._output.add_new_line(!0));return S},p.prototype.foundNestedPseudoClass=function(){for(var v=0,S=1,C=this._input.peek(S);C;){if(C==="{")return!0;if(C==="(")v+=1;else if(C===")"){if(v===0)return!1;v-=1}else if(C===";"||C==="}")return!1;S++,C=this._input.peek(S)}return!1},p.prototype.print_string=function(v){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(v)},p.prototype.preserveSingleSpace=function(v){v&&(this._output.space_before_token=!0)},p.prototype.indent=function(){this._indentLevel++},p.prototype.outdent=function(){this._indentLevel>0&&this._indentLevel--},p.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var v=this._source_text,S=this._options.eol;S==="auto"&&(S=`
29
+ `,v&&d.test(v||"")&&(S=v.match(d)[0])),v=v.replace(f,`
30
+ `);var C=v.match(/^[\t ]*/)[0];this._output=new s(this._options,C),this._input=new u(v),this._indentLevel=0,this._nestedLevel=0,this._ch=null;for(var U=0,g=!1,m=!1,w=!1,F=!1,R=!1,N=this._ch,z,P,W;z=this._input.read(b),P=z!=="",W=N,this._ch=this._input.next(),this._ch==="\\"&&this._input.hasNext()&&(this._ch+=this._input.next()),N=this._ch,this._ch;)if(this._ch==="/"&&this._input.peek()==="*"){this._output.add_new_line(),this._input.back();var x=this._input.read(y),T=h.get_directives(x);T&&T.ignore==="start"&&(x+=h.readIgnored(this._input)),this.print_string(x),this.eatWhitespace(!0),this._output.add_new_line()}else if(this._ch==="/"&&this._input.peek()==="/")this._output.space_before_token=!0,this._input.back(),this.print_string(this._input.read(k)),this.eatWhitespace(!0);else if(this._ch==="@")if(this.preserveSingleSpace(P),this._input.peek()==="{")this.print_string(this._ch+this.eatString("}"));else{this.print_string(this._ch);var L=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);L.match(/[ :]$/)&&(L=this.eatString(": ").replace(/\s$/,""),this.print_string(L),this._output.space_before_token=!0),L=L.replace(/\s$/,""),L==="extend"?F=!0:L==="import"&&(R=!0),L in this.NESTED_AT_RULE?(this._nestedLevel+=1,L in this.CONDITIONAL_GROUP_RULE&&(w=!0)):!g&&U===0&&L.indexOf(":")!==-1&&(m=!0,this.indent())}else this._ch==="#"&&this._input.peek()==="{"?(this.preserveSingleSpace(P),this.print_string(this._ch+this.eatString("}"))):this._ch==="{"?(m&&(m=!1,this.outdent()),w?(w=!1,g=this._indentLevel>=this._nestedLevel):g=this._indentLevel>=this._nestedLevel-1,this._options.newline_between_rules&&g&&this._output.previous_line&&this._output.previous_line.item(-1)!=="{"&&this._output.ensure_empty_line_above("/",","),this._output.space_before_token=!0,this._options.brace_style==="expand"?(this._output.add_new_line(),this.print_string(this._ch),this.indent(),this._output.set_indent(this._indentLevel)):(this.indent(),this.print_string(this._ch)),this.eatWhitespace(!0),this._output.add_new_line()):this._ch==="}"?(this.outdent(),this._output.add_new_line(),W==="{"&&this._output.trim(!0),R=!1,F=!1,m&&(this.outdent(),m=!1),this.print_string(this._ch),g=!1,this._nestedLevel&&this._nestedLevel--,this.eatWhitespace(!0),this._output.add_new_line(),this._options.newline_between_rules&&!this._output.just_added_blankline()&&this._input.peek()!=="}"&&this._output.add_new_line(!0)):this._ch===":"?(g||w)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!F&&U===0?(this.print_string(":"),m||(m=!0,this._output.space_before_token=!0,this.eatWhitespace(!0),this.indent())):(this._input.lookBack(" ")&&(this._output.space_before_token=!0),this._input.peek()===":"?(this._ch=this._input.next(),this.print_string("::")):this.print_string(":")):this._ch==='"'||this._ch==="'"?(this.preserveSingleSpace(P),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)):this._ch===";"?U===0?(m&&(this.outdent(),m=!1),F=!1,R=!1,this.print_string(this._ch),this.eatWhitespace(!0),this._input.peek()!=="/"&&this._output.add_new_line()):(this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0):this._ch==="("?this._input.lookBack("url")?(this.print_string(this._ch),this.eatWhitespace(),U++,this.indent(),this._ch=this._input.next(),this._ch===")"||this._ch==='"'||this._ch==="'"?this._input.back():this._ch&&(this.print_string(this._ch+this.eatString(")")),U&&(U--,this.outdent()))):(this.preserveSingleSpace(P),this.print_string(this._ch),this.eatWhitespace(),U++,this.indent()):this._ch===")"?(U&&(U--,this.outdent()),this.print_string(this._ch)):this._ch===","?(this.print_string(this._ch),this.eatWhitespace(!0),this._options.selector_separator_newline&&!m&&U===0&&!R&&!F?this._output.add_new_line():this._output.space_before_token=!0):(this._ch===">"||this._ch==="+"||this._ch==="~")&&!m&&U===0?this._options.space_around_combinator?(this._output.space_before_token=!0,this.print_string(this._ch),this._output.space_before_token=!0):(this.print_string(this._ch),this.eatWhitespace(),this._ch&&_.test(this._ch)&&(this._ch="")):this._ch==="]"?this.print_string(this._ch):this._ch==="["?(this.preserveSingleSpace(P),this.print_string(this._ch)):this._ch==="="?(this.eatWhitespace(),this.print_string("="),_.test(this._ch)&&(this._ch="")):this._ch==="!"&&!this._input.lookBack("\\")?(this.print_string(" "),this.print_string(this._ch)):(this.preserveSingleSpace(P),this.print_string(this._ch));var H=this._output.get_code(S);return H},i.exports.Beautifier=p},function(i,a,l){var o=l(6).Options;function s(u){o.call(this,u,"css"),this.selector_separator_newline=this._get_boolean("selector_separator_newline",!0),this.newline_between_rules=this._get_boolean("newline_between_rules",!0);var c=this._get_boolean("space_around_selector_separator");this.space_around_combinator=this._get_boolean("space_around_combinator")||c;var h=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_style="collapse";for(var d=0;d<h.length;d++)h[d]!=="expand"?this.brace_style="collapse":this.brace_style=h[d]}s.prototype=new o,i.exports.Options=s}],t={};function n(i){var a=t[i];if(a!==void 0)return a.exports;var l=t[i]={exports:{}};return e[i](l,l.exports,n),l.exports}var r=n(15);Tr=r})();var eo=Tr,kr;(function(){var e=[,,function(i){function a(s){this.__parent=s,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}a.prototype.clone_empty=function(){var s=new a(this.__parent);return s.set_indent(this.__indent_count,this.__alignment_count),s},a.prototype.item=function(s){return s<0?this.__items[this.__items.length+s]:this.__items[s]},a.prototype.has_match=function(s){for(var u=this.__items.length-1;u>=0;u--)if(this.__items[u].match(s))return!0;return!1},a.prototype.set_indent=function(s,u){this.is_empty()&&(this.__indent_count=s||0,this.__alignment_count=u||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},a.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},a.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},a.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var s=this.__parent.current_line;return s.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),s.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),s.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,s.__items[0]===" "&&(s.__items.splice(0,1),s.__character_count-=1),!0}return!1},a.prototype.is_empty=function(){return this.__items.length===0},a.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},a.prototype.push=function(s){this.__items.push(s);var u=s.lastIndexOf(`
31
+ `);u!==-1?this.__character_count=s.length-u:this.__character_count+=s.length},a.prototype.pop=function(){var s=null;return this.is_empty()||(s=this.__items.pop(),this.__character_count-=s.length),s},a.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},a.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},a.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},a.prototype.toString=function(){var s="";return this.is_empty()?this.__parent.indent_empty_lines&&(s=this.__parent.get_indent_string(this.__indent_count)):(s=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),s+=this.__items.join("")),s};function l(s,u){this.__cache=[""],this.__indent_size=s.indent_size,this.__indent_string=s.indent_char,s.indent_with_tabs||(this.__indent_string=new Array(s.indent_size+1).join(s.indent_char)),u=u||"",s.indent_level>0&&(u=new Array(s.indent_level+1).join(this.__indent_string)),this.__base_string=u,this.__base_string_length=u.length}l.prototype.get_indent_size=function(s,u){var c=this.__base_string_length;return u=u||0,s<0&&(c=0),c+=s*this.__indent_size,c+=u,c},l.prototype.get_indent_string=function(s,u){var c=this.__base_string;return u=u||0,s<0&&(s=0,c=""),u+=s*this.__indent_size,this.__ensure_cache(u),c+=this.__cache[u],c},l.prototype.__ensure_cache=function(s){for(;s>=this.__cache.length;)this.__add_column()},l.prototype.__add_column=function(){var s=this.__cache.length,u=0,c="";this.__indent_size&&s>=this.__indent_size&&(u=Math.floor(s/this.__indent_size),s-=u*this.__indent_size,c=new Array(u+1).join(this.__indent_string)),s&&(c+=new Array(s+1).join(" ")),this.__cache.push(c)};function o(s,u){this.__indent_cache=new l(s,u),this.raw=!1,this._end_with_newline=s.end_with_newline,this.indent_size=s.indent_size,this.wrap_line_length=s.wrap_line_length,this.indent_empty_lines=s.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new a(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}o.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},o.prototype.get_line_number=function(){return this.__lines.length},o.prototype.get_indent_string=function(s,u){return this.__indent_cache.get_indent_string(s,u)},o.prototype.get_indent_size=function(s,u){return this.__indent_cache.get_indent_size(s,u)},o.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},o.prototype.add_new_line=function(s){return this.is_empty()||!s&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},o.prototype.get_code=function(s){this.trim(!0);var u=this.current_line.pop();u&&(u[u.length-1]===`
32
+ `&&(u=u.replace(/\n+$/g,"")),this.current_line.push(u)),this._end_with_newline&&this.__add_outputline();var c=this.__lines.join(`
33
33
  `);return s!==`
34
- `&&(u=u.replace(/[\n]/g,s)),u},o.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},o.prototype.set_indent=function(s,c){return s=s||0,c=c||0,this.next_line.set_indent(s,c),this.__lines.length>1?(this.current_line.set_indent(s,c),!0):(this.current_line.set_indent(),!1)},o.prototype.add_raw_token=function(s){for(var c=0;c<s.newlines;c++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(s.whitespace_before),this.current_line.push(s.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},o.prototype.add_token=function(s){this.__add_space_before_token(),this.current_line.push(s),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},o.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},o.prototype.remove_indent=function(s){for(var c=this.__lines.length;s<c;)this.__lines[s]._remove_indent(),s++;this.current_line._remove_wrap_indent()},o.prototype.trim=function(s){for(s=s===void 0?!1:s,this.current_line.trim();s&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},o.prototype.just_added_newline=function(){return this.current_line.is_empty()},o.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},o.prototype.ensure_empty_line_above=function(s,c){for(var u=this.__lines.length-2;u>=0;){var d=this.__lines[u];if(d.is_empty())break;if(d.item(0).indexOf(s)!==0&&d.item(-1)!==c){this.__lines.splice(u+1,0,new a(this)),this.previous_line=this.__lines[this.__lines.length-2];break}u--}},i.exports.Output=o},function(i){function a(l,o,s,c){this.type=l,this.text=o,this.comments_before=null,this.newlines=s||0,this.whitespace_before=c||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null}i.exports.Token=a},,,function(i){function a(s,c){this.raw_options=l(s,c),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","django","erb","handlebars","php","smarty"],["auto"])}a.prototype._get_array=function(s,c){var u=this.raw_options[s],d=c||[];return typeof u=="object"?u!==null&&typeof u.concat=="function"&&(d=u.concat()):typeof u=="string"&&(d=u.split(/[^a-zA-Z0-9_\/\-]+/)),d},a.prototype._get_boolean=function(s,c){var u=this.raw_options[s],d=u===void 0?!!c:!!u;return d},a.prototype._get_characters=function(s,c){var u=this.raw_options[s],d=c||"";return typeof u=="string"&&(d=u.replace(/\\r/,"\r").replace(/\\n/,`
35
- `).replace(/\\t/," ")),d},a.prototype._get_number=function(s,c){var u=this.raw_options[s];c=parseInt(c,10),isNaN(c)&&(c=0);var d=parseInt(u,10);return isNaN(d)&&(d=c),d},a.prototype._get_selection=function(s,c,u){var d=this._get_selection_list(s,c,u);if(d.length!==1)throw new Error("Invalid Option Value: The option '"+s+`' can only be one of the following values:
36
- `+c+`
37
- You passed in: '`+this.raw_options[s]+"'");return d[0]},a.prototype._get_selection_list=function(s,c,u){if(!c||c.length===0)throw new Error("Selection list cannot be empty.");if(u=u||[c[0]],!this._is_valid_selection(u,c))throw new Error("Invalid Default Value!");var d=this._get_array(s,u);if(!this._is_valid_selection(d,c))throw new Error("Invalid Option Value: The option '"+s+`' can contain only the following values:
38
- `+c+`
39
- You passed in: '`+this.raw_options[s]+"'");return d},a.prototype._is_valid_selection=function(s,c){return s.length&&c.length&&!s.some(function(u){return c.indexOf(u)===-1})};function l(s,c){var u={};s=o(s);var d;for(d in s)d!==c&&(u[d]=s[d]);if(c&&s[c])for(d in s[c])u[d]=s[c][d];return u}function o(s){var c={},u;for(u in s){var d=u.replace(/-/g,"_");c[d]=s[u]}return c}i.exports.Options=a,i.exports.normalizeOpts=o,i.exports.mergeOpts=l},,function(i){var a=RegExp.prototype.hasOwnProperty("sticky");function l(o){this.__input=o||"",this.__input_length=this.__input.length,this.__position=0}l.prototype.restart=function(){this.__position=0},l.prototype.back=function(){this.__position>0&&(this.__position-=1)},l.prototype.hasNext=function(){return this.__position<this.__input_length},l.prototype.next=function(){var o=null;return this.hasNext()&&(o=this.__input.charAt(this.__position),this.__position+=1),o},l.prototype.peek=function(o){var s=null;return o=o||0,o+=this.__position,o>=0&&o<this.__input_length&&(s=this.__input.charAt(o)),s},l.prototype.__match=function(o,s){o.lastIndex=s;var c=o.exec(this.__input);return c&&!(a&&o.sticky)&&c.index!==s&&(c=null),c},l.prototype.test=function(o,s){return s=s||0,s+=this.__position,s>=0&&s<this.__input_length?!!this.__match(o,s):!1},l.prototype.testChar=function(o,s){var c=this.peek(s);return o.lastIndex=0,c!==null&&o.test(c)},l.prototype.match=function(o){var s=this.__match(o,this.__position);return s?this.__position+=s[0].length:s=null,s},l.prototype.read=function(o,s,c){var u="",d;return o&&(d=this.match(o),d&&(u+=d[0])),s&&(d||!o)&&(u+=this.readUntil(s,c)),u},l.prototype.readUntil=function(o,s){var c="",u=this.__position;o.lastIndex=this.__position;var d=o.exec(this.__input);return d?(u=d.index,s&&(u+=d[0].length)):u=this.__input_length,c=this.__input.substring(this.__position,u),this.__position=u,c},l.prototype.readUntilAfter=function(o){return this.readUntil(o,!0)},l.prototype.get_regexp=function(o,s){var c=null,u="g";return s&&a&&(u="y"),typeof o=="string"&&o!==""?c=new RegExp(o,u):o&&(c=new RegExp(o.source,u)),c},l.prototype.get_literal_regexp=function(o){return RegExp(o.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},l.prototype.peekUntilAfter=function(o){var s=this.__position,c=this.readUntilAfter(o);return this.__position=s,c},l.prototype.lookBack=function(o){var s=this.__position-1;return s>=o.length&&this.__input.substring(s-o.length,s).toLowerCase()===o},i.exports.InputScanner=l},function(i,a,l){var o=l(8).InputScanner,s=l(3).Token,c=l(10).TokenStream,u=l(11).WhitespacePattern,d={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},h=function(f,v){this._input=new o(f),this._options=v||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new u(this._input)};h.prototype.tokenize=function(){this._input.restart(),this.__tokens=new c,this._reset();for(var f,v=new s(d.START,""),g=null,y=[],T=new c;v.type!==d.EOF;){for(f=this._get_next_token(v,g);this._is_comment(f);)T.add(f),f=this._get_next_token(v,g);T.isEmpty()||(f.comments_before=T,T=new c),f.parent=g,this._is_opening(f)?(y.push(g),g=f):g&&this._is_closing(f,g)&&(f.opened=g,g.closed=f,g=y.pop(),f.parent=g),f.previous=v,v.next=f,this.__tokens.add(f),v=f}return this.__tokens},h.prototype._is_first_token=function(){return this.__tokens.isEmpty()},h.prototype._reset=function(){},h.prototype._get_next_token=function(f,v){this._readWhitespace();var g=this._input.read(/.+/g);return g?this._create_token(d.RAW,g):this._create_token(d.EOF,"")},h.prototype._is_comment=function(f){return!1},h.prototype._is_opening=function(f){return!1},h.prototype._is_closing=function(f,v){return!1},h.prototype._create_token=function(f,v){var g=new s(f,v,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return g},h.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},i.exports.Tokenizer=h,i.exports.TOKEN=d},function(i){function a(l){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=l}a.prototype.restart=function(){this.__position=0},a.prototype.isEmpty=function(){return this.__tokens_length===0},a.prototype.hasNext=function(){return this.__position<this.__tokens_length},a.prototype.next=function(){var l=null;return this.hasNext()&&(l=this.__tokens[this.__position],this.__position+=1),l},a.prototype.peek=function(l){var o=null;return l=l||0,l+=this.__position,l>=0&&l<this.__tokens_length&&(o=this.__tokens[l]),o},a.prototype.add=function(l){this.__parent_token&&(l.parent=this.__parent_token),this.__tokens.push(l),this.__tokens_length+=1},i.exports.TokenStream=a},function(i,a,l){var o=l(12).Pattern;function s(c,u){o.call(this,c,u),u?this._line_regexp=this._input.get_regexp(u._line_regexp):this.__set_whitespace_patterns("",""),this.newline_count=0,this.whitespace_before_token=""}s.prototype=new o,s.prototype.__set_whitespace_patterns=function(c,u){c+="\\t ",u+="\\n\\r",this._match_pattern=this._input.get_regexp("["+c+u+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+u+"]")},s.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var c=this._input.read(this._match_pattern);if(c===" ")this.whitespace_before_token=" ";else if(c){var u=this.__split(this._newline_regexp,c);this.newline_count=u.length-1,this.whitespace_before_token=u[this.newline_count]}return c},s.prototype.matching=function(c,u){var d=this._create();return d.__set_whitespace_patterns(c,u),d._update(),d},s.prototype._create=function(){return new s(this._input,this)},s.prototype.__split=function(c,u){c.lastIndex=0;for(var d=0,h=[],f=c.exec(u);f;)h.push(u.substring(d,f.index)),d=f.index+f[0].length,f=c.exec(u);return d<u.length?h.push(u.substring(d,u.length)):h.push(""),h},i.exports.WhitespacePattern=s},function(i){function a(l,o){this._input=l,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,o&&(this._starting_pattern=this._input.get_regexp(o._starting_pattern,!0),this._match_pattern=this._input.get_regexp(o._match_pattern,!0),this._until_pattern=this._input.get_regexp(o._until_pattern),this._until_after=o._until_after)}a.prototype.read=function(){var l=this._input.read(this._starting_pattern);return(!this._starting_pattern||l)&&(l+=this._input.read(this._match_pattern,this._until_pattern,this._until_after)),l},a.prototype.read_match=function(){return this._input.match(this._match_pattern)},a.prototype.until_after=function(l){var o=this._create();return o._until_after=!0,o._until_pattern=this._input.get_regexp(l),o._update(),o},a.prototype.until=function(l){var o=this._create();return o._until_after=!1,o._until_pattern=this._input.get_regexp(l),o._update(),o},a.prototype.starting_with=function(l){var o=this._create();return o._starting_pattern=this._input.get_regexp(l,!0),o._update(),o},a.prototype.matching=function(l){var o=this._create();return o._match_pattern=this._input.get_regexp(l,!0),o._update(),o},a.prototype._create=function(){return new a(this._input,this)},a.prototype._update=function(){},i.exports.Pattern=a},function(i){function a(l,o){l=typeof l=="string"?l:l.source,o=typeof o=="string"?o:o.source,this.__directives_block_pattern=new RegExp(l+/ beautify( \w+[:]\w+)+ /.source+o,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(l+/\sbeautify\signore:end\s/.source+o,"g")}a.prototype.get_directives=function(l){if(!l.match(this.__directives_block_pattern))return null;var o={};this.__directive_pattern.lastIndex=0;for(var s=this.__directive_pattern.exec(l);s;)o[s[1]]=s[2],s=this.__directive_pattern.exec(l);return o},a.prototype.readIgnored=function(l){return l.readUntilAfter(this.__directives_end_ignore_pattern)},i.exports.Directives=a},function(i,a,l){var o=l(12).Pattern,s={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1};function c(u,d){o.call(this,u,d),this.__template_pattern=null,this._disabled=Object.assign({},s),this._excluded=Object.assign({},s),d&&(this.__template_pattern=this._input.get_regexp(d.__template_pattern),this._excluded=Object.assign(this._excluded,d._excluded),this._disabled=Object.assign(this._disabled,d._disabled));var h=new o(u);this.__patterns={handlebars_comment:h.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:h.starting_with(/{{{/).until_after(/}}}/),handlebars:h.starting_with(/{{/).until_after(/}}/),php:h.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:h.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:h.starting_with(/{%/).until_after(/%}/),django_value:h.starting_with(/{{/).until_after(/}}/),django_comment:h.starting_with(/{#/).until_after(/#}/),smarty:h.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:h.starting_with(/{\*/).until_after(/\*}/),smarty_literal:h.starting_with(/{literal}/).until_after(/{\/literal}/)}}c.prototype=new o,c.prototype._create=function(){return new c(this._input,this)},c.prototype._update=function(){this.__set_templated_pattern()},c.prototype.disable=function(u){var d=this._create();return d._disabled[u]=!0,d._update(),d},c.prototype.read_options=function(u){var d=this._create();for(var h in s)d._disabled[h]=u.templating.indexOf(h)===-1;return d._update(),d},c.prototype.exclude=function(u){var d=this._create();return d._excluded[u]=!0,d._update(),d},c.prototype.read=function(){var u="";this._match_pattern?u=this._input.read(this._starting_pattern):u=this._input.read(this._starting_pattern,this.__template_pattern);for(var d=this._read_template();d;)this._match_pattern?d+=this._input.read(this._match_pattern):d+=this._input.readUntil(this.__template_pattern),u+=d,d=this._read_template();return this._until_after&&(u+=this._input.readUntilAfter(this._until_pattern)),u},c.prototype.__set_templated_pattern=function(){var u=[];this._disabled.php||u.push(this.__patterns.php._starting_pattern.source),this._disabled.handlebars||u.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.erb||u.push(this.__patterns.erb._starting_pattern.source),this._disabled.django||(u.push(this.__patterns.django._starting_pattern.source),u.push(this.__patterns.django_value._starting_pattern.source),u.push(this.__patterns.django_comment._starting_pattern.source)),this._disabled.smarty||u.push(this.__patterns.smarty._starting_pattern.source),this._until_pattern&&u.push(this._until_pattern.source),this.__template_pattern=this._input.get_regexp("(?:"+u.join("|")+")")},c.prototype._read_template=function(){var u="",d=this._input.peek();if(d==="<"){var h=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&h==="?"&&(u=u||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&h==="%"&&(u=u||this.__patterns.erb.read())}else d==="{"&&(!this._disabled.handlebars&&!this._excluded.handlebars&&(u=u||this.__patterns.handlebars_comment.read(),u=u||this.__patterns.handlebars_unescaped.read(),u=u||this.__patterns.handlebars.read()),this._disabled.django||(!this._excluded.django&&!this._excluded.handlebars&&(u=u||this.__patterns.django_value.read()),this._excluded.django||(u=u||this.__patterns.django_comment.read(),u=u||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(u=u||this.__patterns.smarty_comment.read(),u=u||this.__patterns.smarty_literal.read(),u=u||this.__patterns.smarty.read()));return u},i.exports.TemplatablePattern=c},,,,function(i,a,l){var o=l(19).Beautifier,s=l(20).Options;function c(u,d,h,f){var v=new o(u,d,h,f);return v.beautify()}i.exports=c,i.exports.defaultOptions=function(){return new s}},function(i,a,l){var o=l(20).Options,s=l(2).Output,c=l(21).Tokenizer,u=l(21).TOKEN,d=/\r\n|[\r\n]/,h=/\r\n|[\r\n]/g,f=function(_,p){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=_.max_preserve_newlines,this.preserve_newlines=_.preserve_newlines,this._output=new s(_,p)};f.prototype.current_line_has_match=function(_){return this._output.current_line.has_match(_)},f.prototype.set_space_before_token=function(_,p){this._output.space_before_token=_,this._output.non_breaking_space=p},f.prototype.set_wrap_point=function(){this._output.set_indent(this.indent_level,this.alignment_size),this._output.set_wrap_point()},f.prototype.add_raw_token=function(_){this._output.add_raw_token(_)},f.prototype.print_preserved_newlines=function(_){var p=0;_.type!==u.TEXT&&_.previous.type!==u.TEXT&&(p=_.newlines?1:0),this.preserve_newlines&&(p=_.newlines<this.max_preserve_newlines+1?_.newlines:this.max_preserve_newlines+1);for(var w=0;w<p;w++)this.print_newline(w>0);return p!==0},f.prototype.traverse_whitespace=function(_){return _.whitespace_before||_.newlines?(this.print_preserved_newlines(_)||(this._output.space_before_token=!0),!0):!1},f.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped},f.prototype.print_newline=function(_){this._output.add_new_line(_)},f.prototype.print_token=function(_){_.text&&(this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(_.text))},f.prototype.indent=function(){this.indent_level++},f.prototype.get_full_indent=function(_){return _=this.indent_level+(_||0),_<1?"":this._output.get_indent_string(_)};var v=function(_){for(var p=null,w=_.next;w.type!==u.EOF&&_.closed!==w;){if(w.type===u.ATTRIBUTE&&w.text==="type"){w.next&&w.next.type===u.EQUALS&&w.next.next&&w.next.next.type===u.VALUE&&(p=w.next.next.text);break}w=w.next}return p},g=function(_,p){var w=null,B=null;return p.closed?(_==="script"?w="text/javascript":_==="style"&&(w="text/css"),w=v(p)||w,w.search("text/css")>-1?B="css":w.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1?B="javascript":w.search(/(text|application|dojo)\/(x-)?(html)/)>-1?B="html":w.search(/test\/null/)>-1&&(B="null"),B):null};function y(_,p){return p.indexOf(_)!==-1}function T(_,p,w){this.parent=_||null,this.tag=p?p.tag_name:"",this.indent_level=w||0,this.parser_token=p||null}function m(_){this._printer=_,this._current_frame=null}m.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null},m.prototype.record_tag=function(_){var p=new T(this._current_frame,_,this._printer.indent_level);this._current_frame=p},m.prototype._try_pop_frame=function(_){var p=null;return _&&(p=_.parser_token,this._printer.indent_level=_.indent_level,this._current_frame=_.parent),p},m.prototype._get_frame=function(_,p){for(var w=this._current_frame;w&&_.indexOf(w.tag)===-1;){if(p&&p.indexOf(w.tag)!==-1){w=null;break}w=w.parent}return w},m.prototype.try_pop=function(_,p){var w=this._get_frame([_],p);return this._try_pop_frame(w)},m.prototype.indent_to_tag=function(_){var p=this._get_frame(_);p&&(this._printer.indent_level=p.indent_level)};function b(_,p,w,B){this._source_text=_||"",p=p||{},this._js_beautify=w,this._css_beautify=B,this._tag_stack=null;var R=new o(p,"html");this._options=R,this._is_wrap_attributes_force=this._options.wrap_attributes.substr(0,"force".length)==="force",this._is_wrap_attributes_force_expand_multiline=this._options.wrap_attributes==="force-expand-multiline",this._is_wrap_attributes_force_aligned=this._options.wrap_attributes==="force-aligned",this._is_wrap_attributes_aligned_multiple=this._options.wrap_attributes==="aligned-multiple",this._is_wrap_attributes_preserve=this._options.wrap_attributes.substr(0,"preserve".length)==="preserve",this._is_wrap_attributes_preserve_aligned=this._options.wrap_attributes==="preserve-aligned"}b.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var _=this._source_text,p=this._options.eol;this._options.eol==="auto"&&(p=`
40
- `,_&&d.test(_)&&(p=_.match(d)[0])),_=_.replace(h,`
41
- `);var w=_.match(/^[\t ]*/)[0],B={text:"",type:""},R=new A,N=new f(this._options,w),z=new c(_,this._options).tokenize();this._tag_stack=new m(N);for(var W=null,P=z.next();P.type!==u.EOF;)P.type===u.TAG_OPEN||P.type===u.COMMENT?(W=this._handle_tag_open(N,P,R,B),R=W):P.type===u.ATTRIBUTE||P.type===u.EQUALS||P.type===u.VALUE||P.type===u.TEXT&&!R.tag_complete?W=this._handle_inside_tag(N,P,R,z):P.type===u.TAG_CLOSE?W=this._handle_tag_close(N,P,R):P.type===u.TEXT?W=this._handle_text(N,P,R):N.add_raw_token(P),B=W,P=z.next();var x=N._output.get_code(p);return x},b.prototype._handle_tag_close=function(_,p,w){var B={text:p.text,type:p.type};return _.alignment_size=0,w.tag_complete=!0,_.set_space_before_token(p.newlines||p.whitespace_before!=="",!0),w.is_unformatted?_.add_raw_token(p):(w.tag_start_char==="<"&&(_.set_space_before_token(p.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&w.has_wrapped_attrs&&_.print_newline(!1)),_.print_token(p)),w.indent_content&&!(w.is_unformatted||w.is_content_unformatted)&&(_.indent(),w.indent_content=!1),!w.is_inline_element&&!(w.is_unformatted||w.is_content_unformatted)&&_.set_wrap_point(),B},b.prototype._handle_inside_tag=function(_,p,w,B){var R=w.has_wrapped_attrs,N={text:p.text,type:p.type};if(_.set_space_before_token(p.newlines||p.whitespace_before!=="",!0),w.is_unformatted)_.add_raw_token(p);else if(w.tag_start_char==="{"&&p.type===u.TEXT)_.print_preserved_newlines(p)?(p.newlines=0,_.add_raw_token(p)):_.print_token(p);else{if(p.type===u.ATTRIBUTE?(_.set_space_before_token(!0),w.attr_count+=1):(p.type===u.EQUALS||p.type===u.VALUE&&p.previous.type===u.EQUALS)&&_.set_space_before_token(!1),p.type===u.ATTRIBUTE&&w.tag_start_char==="<"&&((this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)&&(_.traverse_whitespace(p),R=R||p.newlines!==0),this._is_wrap_attributes_force)){var z=w.attr_count>1;if(this._is_wrap_attributes_force_expand_multiline&&w.attr_count===1){var W=!0,P=0,x;do{if(x=B.peek(P),x.type===u.ATTRIBUTE){W=!1;break}P+=1}while(P<4&&x.type!==u.EOF&&x.type!==u.TAG_CLOSE);z=!W}z&&(_.print_newline(!1),R=!0)}_.print_token(p),R=R||_.previous_token_wrapped(),w.has_wrapped_attrs=R}return N},b.prototype._handle_text=function(_,p,w){var B={text:p.text,type:"TK_CONTENT"};return w.custom_beautifier_name?this._print_custom_beatifier_text(_,p,w):w.is_unformatted||w.is_content_unformatted?_.add_raw_token(p):(_.traverse_whitespace(p),_.print_token(p)),B},b.prototype._print_custom_beatifier_text=function(_,p,w){var B=this;if(p.text!==""){var R=p.text,N,z=1,W="",P="";w.custom_beautifier_name==="javascript"&&typeof this._js_beautify=="function"?N=this._js_beautify:w.custom_beautifier_name==="css"&&typeof this._css_beautify=="function"?N=this._css_beautify:w.custom_beautifier_name==="html"&&(N=function(E,L){var H=new b(E,L,B._js_beautify,B._css_beautify);return H.beautify()}),this._options.indent_scripts==="keep"?z=0:this._options.indent_scripts==="separate"&&(z=-_.indent_level);var x=_.get_full_indent(z);if(R=R.replace(/\n[ \t]*$/,""),w.custom_beautifier_name!=="html"&&R[0]==="<"&&R.match(/^(<!--|<!\[CDATA\[)/)){var k=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(R);if(!k){_.add_raw_token(p);return}W=x+k[1]+`
42
- `,R=k[4],k[5]&&(P=x+k[5]),R=R.replace(/\n[ \t]*$/,""),(k[2]||k[3].indexOf(`
43
- `)!==-1)&&(k=k[3].match(/[ \t]+$/),k&&(p.whitespace_before=k[0]))}if(R)if(N){var D=function(){this.eol=`
44
- `};D.prototype=this._options.raw_options;var I=new D;R=N(x+R,I)}else{var O=p.whitespace_before;O&&(R=R.replace(new RegExp(`
45
- (`+O+")?","g"),`
34
+ `&&(c=c.replace(/[\n]/g,s)),c},o.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},o.prototype.set_indent=function(s,u){return s=s||0,u=u||0,this.next_line.set_indent(s,u),this.__lines.length>1?(this.current_line.set_indent(s,u),!0):(this.current_line.set_indent(),!1)},o.prototype.add_raw_token=function(s){for(var u=0;u<s.newlines;u++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(s.whitespace_before),this.current_line.push(s.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},o.prototype.add_token=function(s){this.__add_space_before_token(),this.current_line.push(s),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},o.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},o.prototype.remove_indent=function(s){for(var u=this.__lines.length;s<u;)this.__lines[s]._remove_indent(),s++;this.current_line._remove_wrap_indent()},o.prototype.trim=function(s){for(s=s===void 0?!1:s,this.current_line.trim();s&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},o.prototype.just_added_newline=function(){return this.current_line.is_empty()},o.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},o.prototype.ensure_empty_line_above=function(s,u){for(var c=this.__lines.length-2;c>=0;){var h=this.__lines[c];if(h.is_empty())break;if(h.item(0).indexOf(s)!==0&&h.item(-1)!==u){this.__lines.splice(c+1,0,new a(this)),this.previous_line=this.__lines[this.__lines.length-2];break}c--}},i.exports.Output=o},function(i){function a(l,o,s,u){this.type=l,this.text=o,this.comments_before=null,this.newlines=s||0,this.whitespace_before=u||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null}i.exports.Token=a},,,function(i){function a(s,u){this.raw_options=l(s,u),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","django","erb","handlebars","php","smarty"],["auto"])}a.prototype._get_array=function(s,u){var c=this.raw_options[s],h=u||[];return typeof c=="object"?c!==null&&typeof c.concat=="function"&&(h=c.concat()):typeof c=="string"&&(h=c.split(/[^a-zA-Z0-9_\/\-]+/)),h},a.prototype._get_boolean=function(s,u){var c=this.raw_options[s],h=c===void 0?!!u:!!c;return h},a.prototype._get_characters=function(s,u){var c=this.raw_options[s],h=u||"";return typeof c=="string"&&(h=c.replace(/\\r/,"\r").replace(/\\n/,`
35
+ `).replace(/\\t/," ")),h},a.prototype._get_number=function(s,u){var c=this.raw_options[s];u=parseInt(u,10),isNaN(u)&&(u=0);var h=parseInt(c,10);return isNaN(h)&&(h=u),h},a.prototype._get_selection=function(s,u,c){var h=this._get_selection_list(s,u,c);if(h.length!==1)throw new Error("Invalid Option Value: The option '"+s+`' can only be one of the following values:
36
+ `+u+`
37
+ You passed in: '`+this.raw_options[s]+"'");return h[0]},a.prototype._get_selection_list=function(s,u,c){if(!u||u.length===0)throw new Error("Selection list cannot be empty.");if(c=c||[u[0]],!this._is_valid_selection(c,u))throw new Error("Invalid Default Value!");var h=this._get_array(s,c);if(!this._is_valid_selection(h,u))throw new Error("Invalid Option Value: The option '"+s+`' can contain only the following values:
38
+ `+u+`
39
+ You passed in: '`+this.raw_options[s]+"'");return h},a.prototype._is_valid_selection=function(s,u){return s.length&&u.length&&!s.some(function(c){return u.indexOf(c)===-1})};function l(s,u){var c={};s=o(s);var h;for(h in s)h!==u&&(c[h]=s[h]);if(u&&s[u])for(h in s[u])c[h]=s[u][h];return c}function o(s){var u={},c;for(c in s){var h=c.replace(/-/g,"_");u[h]=s[c]}return u}i.exports.Options=a,i.exports.normalizeOpts=o,i.exports.mergeOpts=l},,function(i){var a=RegExp.prototype.hasOwnProperty("sticky");function l(o){this.__input=o||"",this.__input_length=this.__input.length,this.__position=0}l.prototype.restart=function(){this.__position=0},l.prototype.back=function(){this.__position>0&&(this.__position-=1)},l.prototype.hasNext=function(){return this.__position<this.__input_length},l.prototype.next=function(){var o=null;return this.hasNext()&&(o=this.__input.charAt(this.__position),this.__position+=1),o},l.prototype.peek=function(o){var s=null;return o=o||0,o+=this.__position,o>=0&&o<this.__input_length&&(s=this.__input.charAt(o)),s},l.prototype.__match=function(o,s){o.lastIndex=s;var u=o.exec(this.__input);return u&&!(a&&o.sticky)&&u.index!==s&&(u=null),u},l.prototype.test=function(o,s){return s=s||0,s+=this.__position,s>=0&&s<this.__input_length?!!this.__match(o,s):!1},l.prototype.testChar=function(o,s){var u=this.peek(s);return o.lastIndex=0,u!==null&&o.test(u)},l.prototype.match=function(o){var s=this.__match(o,this.__position);return s?this.__position+=s[0].length:s=null,s},l.prototype.read=function(o,s,u){var c="",h;return o&&(h=this.match(o),h&&(c+=h[0])),s&&(h||!o)&&(c+=this.readUntil(s,u)),c},l.prototype.readUntil=function(o,s){var u="",c=this.__position;o.lastIndex=this.__position;var h=o.exec(this.__input);return h?(c=h.index,s&&(c+=h[0].length)):c=this.__input_length,u=this.__input.substring(this.__position,c),this.__position=c,u},l.prototype.readUntilAfter=function(o){return this.readUntil(o,!0)},l.prototype.get_regexp=function(o,s){var u=null,c="g";return s&&a&&(c="y"),typeof o=="string"&&o!==""?u=new RegExp(o,c):o&&(u=new RegExp(o.source,c)),u},l.prototype.get_literal_regexp=function(o){return RegExp(o.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},l.prototype.peekUntilAfter=function(o){var s=this.__position,u=this.readUntilAfter(o);return this.__position=s,u},l.prototype.lookBack=function(o){var s=this.__position-1;return s>=o.length&&this.__input.substring(s-o.length,s).toLowerCase()===o},i.exports.InputScanner=l},function(i,a,l){var o=l(8).InputScanner,s=l(3).Token,u=l(10).TokenStream,c=l(11).WhitespacePattern,h={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},d=function(f,_){this._input=new o(f),this._options=_||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new c(this._input)};d.prototype.tokenize=function(){this._input.restart(),this.__tokens=new u,this._reset();for(var f,_=new s(h.START,""),b=null,y=[],k=new u;_.type!==h.EOF;){for(f=this._get_next_token(_,b);this._is_comment(f);)k.add(f),f=this._get_next_token(_,b);k.isEmpty()||(f.comments_before=k,k=new u),f.parent=b,this._is_opening(f)?(y.push(b),b=f):b&&this._is_closing(f,b)&&(f.opened=b,b.closed=f,b=y.pop(),f.parent=b),f.previous=_,_.next=f,this.__tokens.add(f),_=f}return this.__tokens},d.prototype._is_first_token=function(){return this.__tokens.isEmpty()},d.prototype._reset=function(){},d.prototype._get_next_token=function(f,_){this._readWhitespace();var b=this._input.read(/.+/g);return b?this._create_token(h.RAW,b):this._create_token(h.EOF,"")},d.prototype._is_comment=function(f){return!1},d.prototype._is_opening=function(f){return!1},d.prototype._is_closing=function(f,_){return!1},d.prototype._create_token=function(f,_){var b=new s(f,_,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return b},d.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},i.exports.Tokenizer=d,i.exports.TOKEN=h},function(i){function a(l){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=l}a.prototype.restart=function(){this.__position=0},a.prototype.isEmpty=function(){return this.__tokens_length===0},a.prototype.hasNext=function(){return this.__position<this.__tokens_length},a.prototype.next=function(){var l=null;return this.hasNext()&&(l=this.__tokens[this.__position],this.__position+=1),l},a.prototype.peek=function(l){var o=null;return l=l||0,l+=this.__position,l>=0&&l<this.__tokens_length&&(o=this.__tokens[l]),o},a.prototype.add=function(l){this.__parent_token&&(l.parent=this.__parent_token),this.__tokens.push(l),this.__tokens_length+=1},i.exports.TokenStream=a},function(i,a,l){var o=l(12).Pattern;function s(u,c){o.call(this,u,c),c?this._line_regexp=this._input.get_regexp(c._line_regexp):this.__set_whitespace_patterns("",""),this.newline_count=0,this.whitespace_before_token=""}s.prototype=new o,s.prototype.__set_whitespace_patterns=function(u,c){u+="\\t ",c+="\\n\\r",this._match_pattern=this._input.get_regexp("["+u+c+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+c+"]")},s.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var u=this._input.read(this._match_pattern);if(u===" ")this.whitespace_before_token=" ";else if(u){var c=this.__split(this._newline_regexp,u);this.newline_count=c.length-1,this.whitespace_before_token=c[this.newline_count]}return u},s.prototype.matching=function(u,c){var h=this._create();return h.__set_whitespace_patterns(u,c),h._update(),h},s.prototype._create=function(){return new s(this._input,this)},s.prototype.__split=function(u,c){u.lastIndex=0;for(var h=0,d=[],f=u.exec(c);f;)d.push(c.substring(h,f.index)),h=f.index+f[0].length,f=u.exec(c);return h<c.length?d.push(c.substring(h,c.length)):d.push(""),d},i.exports.WhitespacePattern=s},function(i){function a(l,o){this._input=l,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,o&&(this._starting_pattern=this._input.get_regexp(o._starting_pattern,!0),this._match_pattern=this._input.get_regexp(o._match_pattern,!0),this._until_pattern=this._input.get_regexp(o._until_pattern),this._until_after=o._until_after)}a.prototype.read=function(){var l=this._input.read(this._starting_pattern);return(!this._starting_pattern||l)&&(l+=this._input.read(this._match_pattern,this._until_pattern,this._until_after)),l},a.prototype.read_match=function(){return this._input.match(this._match_pattern)},a.prototype.until_after=function(l){var o=this._create();return o._until_after=!0,o._until_pattern=this._input.get_regexp(l),o._update(),o},a.prototype.until=function(l){var o=this._create();return o._until_after=!1,o._until_pattern=this._input.get_regexp(l),o._update(),o},a.prototype.starting_with=function(l){var o=this._create();return o._starting_pattern=this._input.get_regexp(l,!0),o._update(),o},a.prototype.matching=function(l){var o=this._create();return o._match_pattern=this._input.get_regexp(l,!0),o._update(),o},a.prototype._create=function(){return new a(this._input,this)},a.prototype._update=function(){},i.exports.Pattern=a},function(i){function a(l,o){l=typeof l=="string"?l:l.source,o=typeof o=="string"?o:o.source,this.__directives_block_pattern=new RegExp(l+/ beautify( \w+[:]\w+)+ /.source+o,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(l+/\sbeautify\signore:end\s/.source+o,"g")}a.prototype.get_directives=function(l){if(!l.match(this.__directives_block_pattern))return null;var o={};this.__directive_pattern.lastIndex=0;for(var s=this.__directive_pattern.exec(l);s;)o[s[1]]=s[2],s=this.__directive_pattern.exec(l);return o},a.prototype.readIgnored=function(l){return l.readUntilAfter(this.__directives_end_ignore_pattern)},i.exports.Directives=a},function(i,a,l){var o=l(12).Pattern,s={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1};function u(c,h){o.call(this,c,h),this.__template_pattern=null,this._disabled=Object.assign({},s),this._excluded=Object.assign({},s),h&&(this.__template_pattern=this._input.get_regexp(h.__template_pattern),this._excluded=Object.assign(this._excluded,h._excluded),this._disabled=Object.assign(this._disabled,h._disabled));var d=new o(c);this.__patterns={handlebars_comment:d.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:d.starting_with(/{{{/).until_after(/}}}/),handlebars:d.starting_with(/{{/).until_after(/}}/),php:d.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:d.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:d.starting_with(/{%/).until_after(/%}/),django_value:d.starting_with(/{{/).until_after(/}}/),django_comment:d.starting_with(/{#/).until_after(/#}/),smarty:d.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:d.starting_with(/{\*/).until_after(/\*}/),smarty_literal:d.starting_with(/{literal}/).until_after(/{\/literal}/)}}u.prototype=new o,u.prototype._create=function(){return new u(this._input,this)},u.prototype._update=function(){this.__set_templated_pattern()},u.prototype.disable=function(c){var h=this._create();return h._disabled[c]=!0,h._update(),h},u.prototype.read_options=function(c){var h=this._create();for(var d in s)h._disabled[d]=c.templating.indexOf(d)===-1;return h._update(),h},u.prototype.exclude=function(c){var h=this._create();return h._excluded[c]=!0,h._update(),h},u.prototype.read=function(){var c="";this._match_pattern?c=this._input.read(this._starting_pattern):c=this._input.read(this._starting_pattern,this.__template_pattern);for(var h=this._read_template();h;)this._match_pattern?h+=this._input.read(this._match_pattern):h+=this._input.readUntil(this.__template_pattern),c+=h,h=this._read_template();return this._until_after&&(c+=this._input.readUntilAfter(this._until_pattern)),c},u.prototype.__set_templated_pattern=function(){var c=[];this._disabled.php||c.push(this.__patterns.php._starting_pattern.source),this._disabled.handlebars||c.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.erb||c.push(this.__patterns.erb._starting_pattern.source),this._disabled.django||(c.push(this.__patterns.django._starting_pattern.source),c.push(this.__patterns.django_value._starting_pattern.source),c.push(this.__patterns.django_comment._starting_pattern.source)),this._disabled.smarty||c.push(this.__patterns.smarty._starting_pattern.source),this._until_pattern&&c.push(this._until_pattern.source),this.__template_pattern=this._input.get_regexp("(?:"+c.join("|")+")")},u.prototype._read_template=function(){var c="",h=this._input.peek();if(h==="<"){var d=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&d==="?"&&(c=c||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&d==="%"&&(c=c||this.__patterns.erb.read())}else h==="{"&&(!this._disabled.handlebars&&!this._excluded.handlebars&&(c=c||this.__patterns.handlebars_comment.read(),c=c||this.__patterns.handlebars_unescaped.read(),c=c||this.__patterns.handlebars.read()),this._disabled.django||(!this._excluded.django&&!this._excluded.handlebars&&(c=c||this.__patterns.django_value.read()),this._excluded.django||(c=c||this.__patterns.django_comment.read(),c=c||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(c=c||this.__patterns.smarty_comment.read(),c=c||this.__patterns.smarty_literal.read(),c=c||this.__patterns.smarty.read()));return c},i.exports.TemplatablePattern=u},,,,function(i,a,l){var o=l(19).Beautifier,s=l(20).Options;function u(c,h,d,f){var _=new o(c,h,d,f);return _.beautify()}i.exports=u,i.exports.defaultOptions=function(){return new s}},function(i,a,l){var o=l(20).Options,s=l(2).Output,u=l(21).Tokenizer,c=l(21).TOKEN,h=/\r\n|[\r\n]/,d=/\r\n|[\r\n]/g,f=function(g,m){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=g.max_preserve_newlines,this.preserve_newlines=g.preserve_newlines,this._output=new s(g,m)};f.prototype.current_line_has_match=function(g){return this._output.current_line.has_match(g)},f.prototype.set_space_before_token=function(g,m){this._output.space_before_token=g,this._output.non_breaking_space=m},f.prototype.set_wrap_point=function(){this._output.set_indent(this.indent_level,this.alignment_size),this._output.set_wrap_point()},f.prototype.add_raw_token=function(g){this._output.add_raw_token(g)},f.prototype.print_preserved_newlines=function(g){var m=0;g.type!==c.TEXT&&g.previous.type!==c.TEXT&&(m=g.newlines?1:0),this.preserve_newlines&&(m=g.newlines<this.max_preserve_newlines+1?g.newlines:this.max_preserve_newlines+1);for(var w=0;w<m;w++)this.print_newline(w>0);return m!==0},f.prototype.traverse_whitespace=function(g){return g.whitespace_before||g.newlines?(this.print_preserved_newlines(g)||(this._output.space_before_token=!0),!0):!1},f.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped},f.prototype.print_newline=function(g){this._output.add_new_line(g)},f.prototype.print_token=function(g){g.text&&(this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(g.text))},f.prototype.indent=function(){this.indent_level++},f.prototype.get_full_indent=function(g){return g=this.indent_level+(g||0),g<1?"":this._output.get_indent_string(g)};var _=function(g){for(var m=null,w=g.next;w.type!==c.EOF&&g.closed!==w;){if(w.type===c.ATTRIBUTE&&w.text==="type"){w.next&&w.next.type===c.EQUALS&&w.next.next&&w.next.next.type===c.VALUE&&(m=w.next.next.text);break}w=w.next}return m},b=function(g,m){var w=null,F=null;return m.closed?(g==="script"?w="text/javascript":g==="style"&&(w="text/css"),w=_(m)||w,w.search("text/css")>-1?F="css":w.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1?F="javascript":w.search(/(text|application|dojo)\/(x-)?(html)/)>-1?F="html":w.search(/test\/null/)>-1&&(F="null"),F):null};function y(g,m){return m.indexOf(g)!==-1}function k(g,m,w){this.parent=g||null,this.tag=m?m.tag_name:"",this.indent_level=w||0,this.parser_token=m||null}function p(g){this._printer=g,this._current_frame=null}p.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null},p.prototype.record_tag=function(g){var m=new k(this._current_frame,g,this._printer.indent_level);this._current_frame=m},p.prototype._try_pop_frame=function(g){var m=null;return g&&(m=g.parser_token,this._printer.indent_level=g.indent_level,this._current_frame=g.parent),m},p.prototype._get_frame=function(g,m){for(var w=this._current_frame;w&&g.indexOf(w.tag)===-1;){if(m&&m.indexOf(w.tag)!==-1){w=null;break}w=w.parent}return w},p.prototype.try_pop=function(g,m){var w=this._get_frame([g],m);return this._try_pop_frame(w)},p.prototype.indent_to_tag=function(g){var m=this._get_frame(g);m&&(this._printer.indent_level=m.indent_level)};function v(g,m,w,F){this._source_text=g||"",m=m||{},this._js_beautify=w,this._css_beautify=F,this._tag_stack=null;var R=new o(m,"html");this._options=R,this._is_wrap_attributes_force=this._options.wrap_attributes.substr(0,"force".length)==="force",this._is_wrap_attributes_force_expand_multiline=this._options.wrap_attributes==="force-expand-multiline",this._is_wrap_attributes_force_aligned=this._options.wrap_attributes==="force-aligned",this._is_wrap_attributes_aligned_multiple=this._options.wrap_attributes==="aligned-multiple",this._is_wrap_attributes_preserve=this._options.wrap_attributes.substr(0,"preserve".length)==="preserve",this._is_wrap_attributes_preserve_aligned=this._options.wrap_attributes==="preserve-aligned"}v.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var g=this._source_text,m=this._options.eol;this._options.eol==="auto"&&(m=`
40
+ `,g&&h.test(g)&&(m=g.match(h)[0])),g=g.replace(d,`
41
+ `);var w=g.match(/^[\t ]*/)[0],F={text:"",type:""},R=new S,N=new f(this._options,w),z=new u(g,this._options).tokenize();this._tag_stack=new p(N);for(var P=null,W=z.next();W.type!==c.EOF;)W.type===c.TAG_OPEN||W.type===c.COMMENT?(P=this._handle_tag_open(N,W,R,F),R=P):W.type===c.ATTRIBUTE||W.type===c.EQUALS||W.type===c.VALUE||W.type===c.TEXT&&!R.tag_complete?P=this._handle_inside_tag(N,W,R,z):W.type===c.TAG_CLOSE?P=this._handle_tag_close(N,W,R):W.type===c.TEXT?P=this._handle_text(N,W,R):N.add_raw_token(W),F=P,W=z.next();var x=N._output.get_code(m);return x},v.prototype._handle_tag_close=function(g,m,w){var F={text:m.text,type:m.type};return g.alignment_size=0,w.tag_complete=!0,g.set_space_before_token(m.newlines||m.whitespace_before!=="",!0),w.is_unformatted?g.add_raw_token(m):(w.tag_start_char==="<"&&(g.set_space_before_token(m.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&w.has_wrapped_attrs&&g.print_newline(!1)),g.print_token(m)),w.indent_content&&!(w.is_unformatted||w.is_content_unformatted)&&(g.indent(),w.indent_content=!1),!w.is_inline_element&&!(w.is_unformatted||w.is_content_unformatted)&&g.set_wrap_point(),F},v.prototype._handle_inside_tag=function(g,m,w,F){var R=w.has_wrapped_attrs,N={text:m.text,type:m.type};if(g.set_space_before_token(m.newlines||m.whitespace_before!=="",!0),w.is_unformatted)g.add_raw_token(m);else if(w.tag_start_char==="{"&&m.type===c.TEXT)g.print_preserved_newlines(m)?(m.newlines=0,g.add_raw_token(m)):g.print_token(m);else{if(m.type===c.ATTRIBUTE?(g.set_space_before_token(!0),w.attr_count+=1):(m.type===c.EQUALS||m.type===c.VALUE&&m.previous.type===c.EQUALS)&&g.set_space_before_token(!1),m.type===c.ATTRIBUTE&&w.tag_start_char==="<"&&((this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)&&(g.traverse_whitespace(m),R=R||m.newlines!==0),this._is_wrap_attributes_force)){var z=w.attr_count>1;if(this._is_wrap_attributes_force_expand_multiline&&w.attr_count===1){var P=!0,W=0,x;do{if(x=F.peek(W),x.type===c.ATTRIBUTE){P=!1;break}W+=1}while(W<4&&x.type!==c.EOF&&x.type!==c.TAG_CLOSE);z=!P}z&&(g.print_newline(!1),R=!0)}g.print_token(m),R=R||g.previous_token_wrapped(),w.has_wrapped_attrs=R}return N},v.prototype._handle_text=function(g,m,w){var F={text:m.text,type:"TK_CONTENT"};return w.custom_beautifier_name?this._print_custom_beatifier_text(g,m,w):w.is_unformatted||w.is_content_unformatted?g.add_raw_token(m):(g.traverse_whitespace(m),g.print_token(m)),F},v.prototype._print_custom_beatifier_text=function(g,m,w){var F=this;if(m.text!==""){var R=m.text,N,z=1,P="",W="";w.custom_beautifier_name==="javascript"&&typeof this._js_beautify=="function"?N=this._js_beautify:w.custom_beautifier_name==="css"&&typeof this._css_beautify=="function"?N=this._css_beautify:w.custom_beautifier_name==="html"&&(N=function(E,M){var I=new v(E,M,F._js_beautify,F._css_beautify);return I.beautify()}),this._options.indent_scripts==="keep"?z=0:this._options.indent_scripts==="separate"&&(z=-g.indent_level);var x=g.get_full_indent(z);if(R=R.replace(/\n[ \t]*$/,""),w.custom_beautifier_name!=="html"&&R[0]==="<"&&R.match(/^(<!--|<!\[CDATA\[)/)){var T=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(R);if(!T){g.add_raw_token(m);return}P=x+T[1]+`
42
+ `,R=T[4],T[5]&&(W=x+T[5]),R=R.replace(/\n[ \t]*$/,""),(T[2]||T[3].indexOf(`
43
+ `)!==-1)&&(T=T[3].match(/[ \t]+$/),T&&(m.whitespace_before=T[0]))}if(R)if(N){var L=function(){this.eol=`
44
+ `};L.prototype=this._options.raw_options;var H=new L;R=N(x+R,H)}else{var q=m.whitespace_before;q&&(R=R.replace(new RegExp(`
45
+ (`+q+")?","g"),`
46
46
  `)),R=x+R.replace(/\n/g,`
47
- `+x)}W&&(R?R=W+R+`
48
- `+P:R=W+P),_.print_newline(!1),R&&(p.text=R,p.whitespace_before="",p.newlines=0,_.add_raw_token(p),_.print_newline(!0))}},b.prototype._handle_tag_open=function(_,p,w,B){var R=this._get_tag_open_token(p);return(w.is_unformatted||w.is_content_unformatted)&&!w.is_empty_element&&p.type===u.TAG_OPEN&&p.text.indexOf("</")===0?(_.add_raw_token(p),R.start_tag_token=this._tag_stack.try_pop(R.tag_name)):(_.traverse_whitespace(p),this._set_tag_position(_,p,R,w,B),R.is_inline_element||_.set_wrap_point(),_.print_token(p)),(this._is_wrap_attributes_force_aligned||this._is_wrap_attributes_aligned_multiple||this._is_wrap_attributes_preserve_aligned)&&(R.alignment_size=p.text.length+1),!R.tag_complete&&!R.is_unformatted&&(_.alignment_size=R.alignment_size),R};var A=function(_,p){if(this.parent=_||null,this.text="",this.type="TK_TAG_OPEN",this.tag_name="",this.is_inline_element=!1,this.is_unformatted=!1,this.is_content_unformatted=!1,this.is_empty_element=!1,this.is_start_tag=!1,this.is_end_tag=!1,this.indent_content=!1,this.multiline_content=!1,this.custom_beautifier_name=null,this.start_tag_token=null,this.attr_count=0,this.has_wrapped_attrs=!1,this.alignment_size=0,this.tag_complete=!1,this.tag_start_char="",this.tag_check="",!p)this.tag_complete=!0;else{var w;this.tag_start_char=p.text[0],this.text=p.text,this.tag_start_char==="<"?(w=p.text.match(/^<([^\s>]*)/),this.tag_check=w?w[1]:""):(w=p.text.match(/^{{(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=w?w[1]:"",p.text==="{{#>"&&this.tag_check===">"&&p.next!==null&&(this.tag_check=p.next.text)),this.tag_check=this.tag_check.toLowerCase(),p.type===u.COMMENT&&(this.tag_complete=!0),this.is_start_tag=this.tag_check.charAt(0)!=="/",this.tag_name=this.is_start_tag?this.tag_check:this.tag_check.substr(1),this.is_end_tag=!this.is_start_tag||p.closed&&p.closed.text==="/>",this.is_end_tag=this.is_end_tag||this.tag_start_char==="{"&&(this.text.length<3||/[^#\^]/.test(this.text.charAt(2)))}};b.prototype._get_tag_open_token=function(_){var p=new A(this._tag_stack.get_parser_token(),_);return p.alignment_size=this._options.wrap_attributes_indent_size,p.is_end_tag=p.is_end_tag||y(p.tag_check,this._options.void_elements),p.is_empty_element=p.tag_complete||p.is_start_tag&&p.is_end_tag,p.is_unformatted=!p.tag_complete&&y(p.tag_check,this._options.unformatted),p.is_content_unformatted=!p.is_empty_element&&y(p.tag_check,this._options.content_unformatted),p.is_inline_element=y(p.tag_name,this._options.inline)||p.tag_start_char==="{",p},b.prototype._set_tag_position=function(_,p,w,B,R){if(w.is_empty_element||(w.is_end_tag?w.start_tag_token=this._tag_stack.try_pop(w.tag_name):(this._do_optional_end_element(w)&&(w.is_inline_element||_.print_newline(!1)),this._tag_stack.record_tag(w),(w.tag_name==="script"||w.tag_name==="style")&&!(w.is_unformatted||w.is_content_unformatted)&&(w.custom_beautifier_name=g(w.tag_check,p)))),y(w.tag_check,this._options.extra_liners)&&(_.print_newline(!1),_._output.just_added_blankline()||_.print_newline(!0)),w.is_empty_element){if(w.tag_start_char==="{"&&w.tag_check==="else"){this._tag_stack.indent_to_tag(["if","unless","each"]),w.indent_content=!0;var N=_.current_line_has_match(/{{#if/);N||_.print_newline(!1)}w.tag_name==="!--"&&R.type===u.TAG_CLOSE&&B.is_end_tag&&w.text.indexOf(`
49
- `)===-1||(w.is_inline_element||w.is_unformatted||_.print_newline(!1),this._calcluate_parent_multiline(_,w))}else if(w.is_end_tag){var z=!1;z=w.start_tag_token&&w.start_tag_token.multiline_content,z=z||!w.is_inline_element&&!(B.is_inline_element||B.is_unformatted)&&!(R.type===u.TAG_CLOSE&&w.start_tag_token===B)&&R.type!=="TK_CONTENT",(w.is_content_unformatted||w.is_unformatted)&&(z=!1),z&&_.print_newline(!1)}else w.indent_content=!w.custom_beautifier_name,w.tag_start_char==="<"&&(w.tag_name==="html"?w.indent_content=this._options.indent_inner_html:w.tag_name==="head"?w.indent_content=this._options.indent_head_inner_html:w.tag_name==="body"&&(w.indent_content=this._options.indent_body_inner_html)),!(w.is_inline_element||w.is_unformatted)&&(R.type!=="TK_CONTENT"||w.is_content_unformatted)&&_.print_newline(!1),this._calcluate_parent_multiline(_,w)},b.prototype._calcluate_parent_multiline=function(_,p){p.parent&&_._output.just_added_newline()&&!((p.is_inline_element||p.is_unformatted)&&p.parent.is_inline_element)&&(p.parent.multiline_content=!0)};var C=["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","main","nav","ol","p","pre","section","table","ul"],U=["a","audio","del","ins","map","noscript","video"];b.prototype._do_optional_end_element=function(_){var p=null;if(!(_.is_empty_element||!_.is_start_tag||!_.parent)){if(_.tag_name==="body")p=p||this._tag_stack.try_pop("head");else if(_.tag_name==="li")p=p||this._tag_stack.try_pop("li",["ol","ul"]);else if(_.tag_name==="dd"||_.tag_name==="dt")p=p||this._tag_stack.try_pop("dt",["dl"]),p=p||this._tag_stack.try_pop("dd",["dl"]);else if(_.parent.tag_name==="p"&&C.indexOf(_.tag_name)!==-1){var w=_.parent.parent;(!w||U.indexOf(w.tag_name)===-1)&&(p=p||this._tag_stack.try_pop("p"))}else _.tag_name==="rp"||_.tag_name==="rt"?(p=p||this._tag_stack.try_pop("rt",["ruby","rtc"]),p=p||this._tag_stack.try_pop("rp",["ruby","rtc"])):_.tag_name==="optgroup"?p=p||this._tag_stack.try_pop("optgroup",["select"]):_.tag_name==="option"?p=p||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):_.tag_name==="colgroup"?p=p||this._tag_stack.try_pop("caption",["table"]):_.tag_name==="thead"?(p=p||this._tag_stack.try_pop("caption",["table"]),p=p||this._tag_stack.try_pop("colgroup",["table"])):_.tag_name==="tbody"||_.tag_name==="tfoot"?(p=p||this._tag_stack.try_pop("caption",["table"]),p=p||this._tag_stack.try_pop("colgroup",["table"]),p=p||this._tag_stack.try_pop("thead",["table"]),p=p||this._tag_stack.try_pop("tbody",["table"])):_.tag_name==="tr"?(p=p||this._tag_stack.try_pop("caption",["table"]),p=p||this._tag_stack.try_pop("colgroup",["table"]),p=p||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"])):(_.tag_name==="th"||_.tag_name==="td")&&(p=p||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),p=p||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]));return _.parent=this._tag_stack.get_parser_token(),p}},i.exports.Beautifier=b},function(i,a,l){var o=l(6).Options;function s(c){o.call(this,c,"html"),this.templating.length===1&&this.templating[0]==="auto"&&(this.templating=["django","erb","handlebars","php"]),this.indent_inner_html=this._get_boolean("indent_inner_html"),this.indent_body_inner_html=this._get_boolean("indent_body_inner_html",!0),this.indent_head_inner_html=this._get_boolean("indent_head_inner_html",!0),this.indent_handlebars=this._get_boolean("indent_handlebars",!0),this.wrap_attributes=this._get_selection("wrap_attributes",["auto","force","force-aligned","force-expand-multiline","aligned-multiple","preserve","preserve-aligned"]),this.wrap_attributes_indent_size=this._get_number("wrap_attributes_indent_size",this.indent_size),this.extra_liners=this._get_array("extra_liners",["head","body","/html"]),this.inline=this._get_array("inline",["a","abbr","area","audio","b","bdi","bdo","br","button","canvas","cite","code","data","datalist","del","dfn","em","embed","i","iframe","img","input","ins","kbd","keygen","label","map","mark","math","meter","noscript","object","output","progress","q","ruby","s","samp","select","small","span","strong","sub","sup","svg","template","textarea","time","u","var","video","wbr","text","acronym","big","strike","tt"]),this.void_elements=this._get_array("void_elements",["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr","!doctype","?xml","basefont","isindex"]),this.unformatted=this._get_array("unformatted",[]),this.content_unformatted=this._get_array("content_unformatted",["pre","textarea"]),this.unformatted_content_delimiter=this._get_characters("unformatted_content_delimiter"),this.indent_scripts=this._get_selection("indent_scripts",["normal","keep","separate"])}s.prototype=new o,i.exports.Options=s},function(i,a,l){var o=l(9).Tokenizer,s=l(9).TOKEN,c=l(13).Directives,u=l(14).TemplatablePattern,d=l(12).Pattern,h={TAG_OPEN:"TK_TAG_OPEN",TAG_CLOSE:"TK_TAG_CLOSE",ATTRIBUTE:"TK_ATTRIBUTE",EQUALS:"TK_EQUALS",VALUE:"TK_VALUE",COMMENT:"TK_COMMENT",TEXT:"TK_TEXT",UNKNOWN:"TK_UNKNOWN",START:s.START,RAW:s.RAW,EOF:s.EOF},f=new c(/<\!--/,/-->/),v=function(g,y){o.call(this,g,y),this._current_tag_name="";var T=new u(this._input).read_options(this._options),m=new d(this._input);if(this.__patterns={word:T.until(/[\n\r\t <]/),single_quote:T.until_after(/'/),double_quote:T.until_after(/"/),attribute:T.until(/[\n\r\t =>]|\/>/),element_name:T.until(/[\n\r\t >\/]/),handlebars_comment:m.starting_with(/{{!--/).until_after(/--}}/),handlebars:m.starting_with(/{{/).until_after(/}}/),handlebars_open:m.until(/[\n\r\t }]/),handlebars_raw_close:m.until(/}}/),comment:m.starting_with(/<!--/).until_after(/-->/),cdata:m.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:m.starting_with(/<!\[/).until_after(/]>/),processing:m.starting_with(/<\?/).until_after(/\?>/)},this._options.indent_handlebars&&(this.__patterns.word=this.__patterns.word.exclude("handlebars")),this._unformatted_content_delimiter=null,this._options.unformatted_content_delimiter){var b=this._input.get_literal_regexp(this._options.unformatted_content_delimiter);this.__patterns.unformatted_content_delimiter=m.matching(b).until_after(b)}};v.prototype=new o,v.prototype._is_comment=function(g){return!1},v.prototype._is_opening=function(g){return g.type===h.TAG_OPEN},v.prototype._is_closing=function(g,y){return g.type===h.TAG_CLOSE&&y&&((g.text===">"||g.text==="/>")&&y.text[0]==="<"||g.text==="}}"&&y.text[0]==="{"&&y.text[1]==="{")},v.prototype._reset=function(){this._current_tag_name=""},v.prototype._get_next_token=function(g,y){var T=null;this._readWhitespace();var m=this._input.peek();return m===null?this._create_token(h.EOF,""):(T=T||this._read_open_handlebars(m,y),T=T||this._read_attribute(m,g,y),T=T||this._read_close(m,y),T=T||this._read_raw_content(m,g,y),T=T||this._read_content_word(m),T=T||this._read_comment_or_cdata(m),T=T||this._read_processing(m),T=T||this._read_open(m,y),T=T||this._create_token(h.UNKNOWN,this._input.next()),T)},v.prototype._read_comment_or_cdata=function(g){var y=null,T=null,m=null;if(g==="<"){var b=this._input.peek(1);b==="!"&&(T=this.__patterns.comment.read(),T?(m=f.get_directives(T),m&&m.ignore==="start"&&(T+=f.readIgnored(this._input))):T=this.__patterns.cdata.read()),T&&(y=this._create_token(h.COMMENT,T),y.directives=m)}return y},v.prototype._read_processing=function(g){var y=null,T=null,m=null;if(g==="<"){var b=this._input.peek(1);(b==="!"||b==="?")&&(T=this.__patterns.conditional_comment.read(),T=T||this.__patterns.processing.read()),T&&(y=this._create_token(h.COMMENT,T),y.directives=m)}return y},v.prototype._read_open=function(g,y){var T=null,m=null;return y||g==="<"&&(T=this._input.next(),this._input.peek()==="/"&&(T+=this._input.next()),T+=this.__patterns.element_name.read(),m=this._create_token(h.TAG_OPEN,T)),m},v.prototype._read_open_handlebars=function(g,y){var T=null,m=null;return y||this._options.indent_handlebars&&g==="{"&&this._input.peek(1)==="{"&&(this._input.peek(2)==="!"?(T=this.__patterns.handlebars_comment.read(),T=T||this.__patterns.handlebars.read(),m=this._create_token(h.COMMENT,T)):(T=this.__patterns.handlebars_open.read(),m=this._create_token(h.TAG_OPEN,T))),m},v.prototype._read_close=function(g,y){var T=null,m=null;return y&&(y.text[0]==="<"&&(g===">"||g==="/"&&this._input.peek(1)===">")?(T=this._input.next(),g==="/"&&(T+=this._input.next()),m=this._create_token(h.TAG_CLOSE,T)):y.text[0]==="{"&&g==="}"&&this._input.peek(1)==="}"&&(this._input.next(),this._input.next(),m=this._create_token(h.TAG_CLOSE,"}}"))),m},v.prototype._read_attribute=function(g,y,T){var m=null,b="";if(T&&T.text[0]==="<")if(g==="=")m=this._create_token(h.EQUALS,this._input.next());else if(g==='"'||g==="'"){var A=this._input.next();g==='"'?A+=this.__patterns.double_quote.read():A+=this.__patterns.single_quote.read(),m=this._create_token(h.VALUE,A)}else b=this.__patterns.attribute.read(),b&&(y.type===h.EQUALS?m=this._create_token(h.VALUE,b):m=this._create_token(h.ATTRIBUTE,b));return m},v.prototype._is_content_unformatted=function(g){return this._options.void_elements.indexOf(g)===-1&&(this._options.content_unformatted.indexOf(g)!==-1||this._options.unformatted.indexOf(g)!==-1)},v.prototype._read_raw_content=function(g,y,T){var m="";if(T&&T.text[0]==="{")m=this.__patterns.handlebars_raw_close.read();else if(y.type===h.TAG_CLOSE&&y.opened.text[0]==="<"&&y.text[0]!=="/"){var b=y.opened.text.substr(1).toLowerCase();if(b==="script"||b==="style"){var A=this._read_comment_or_cdata(g);if(A)return A.type=h.TEXT,A;m=this._input.readUntil(new RegExp("</"+b+"[\\n\\r\\t ]*?>","ig"))}else this._is_content_unformatted(b)&&(m=this._input.readUntil(new RegExp("</"+b+"[\\n\\r\\t ]*?>","ig")))}return m?this._create_token(h.TEXT,m):null},v.prototype._read_content_word=function(g){var y="";if(this._options.unformatted_content_delimiter&&g===this._options.unformatted_content_delimiter[0]&&(y=this.__patterns.unformatted_content_delimiter.read()),y||(y=this.__patterns.word.read()),y)return this._create_token(h.TEXT,y)},i.exports.Tokenizer=v,i.exports.TOKEN=h}],t={};function n(i){var a=t[i];if(a!==void 0)return a.exports;var l=t[i]={exports:{}};return e[i](l,l.exports,n),l.exports}var r=n(18);Tr=r})();function to(e,t){return Tr(e,t,Ks,eo)}function no(e,t,n){var r=e.getText(),i=!0,a=0,l=n.tabSize||4;if(t){for(var o=e.offsetAt(t.start),s=o;s>0&&Ar(r,s-1);)s--;s===0||Sr(r,s-1)?o=s:s<o&&(o=s+1);for(var c=e.offsetAt(t.end),u=c;u<r.length&&Ar(r,u);)u++;(u===r.length||Sr(r,u))&&(c=u),t=j.create(e.positionAt(o),e.positionAt(c));var d=r.substring(0,o);if(new RegExp(/.*[<][^>]*$/).test(d))return r=r.substring(o,c),[{range:t,newText:r}];if(i=c===r.length,r=r.substring(o,c),o!==0){var h=e.offsetAt(ie.create(t.start.line,0));a=ao(e.getText(),h,n)}}else t=j.create(ie.create(0,0),e.positionAt(r.length));var f={indent_size:l,indent_char:n.insertSpaces?" ":" ",indent_empty_lines:de(n,"indentEmptyLines",!1),wrap_line_length:de(n,"wrapLineLength",120),unformatted:vn(n,"unformatted",void 0),content_unformatted:vn(n,"contentUnformatted",void 0),indent_inner_html:de(n,"indentInnerHtml",!1),preserve_newlines:de(n,"preserveNewLines",!0),max_preserve_newlines:de(n,"maxPreserveNewLines",32786),indent_handlebars:de(n,"indentHandlebars",!1),end_with_newline:i&&de(n,"endWithNewline",!1),extra_liners:vn(n,"extraLiners",void 0),wrap_attributes:de(n,"wrapAttributes","auto"),wrap_attributes_indent_size:de(n,"wrapAttributesIndentSize",void 0),eol:`
50
- `,indent_scripts:de(n,"indentScripts","normal"),templating:ro(n,"all"),unformatted_content_delimiter:de(n,"unformattedContentDelimiter","")},v=to(io(r),f);if(a>0){var g=n.insertSpaces?gr(" ",l*a):gr(" ",a);v=v.split(`
47
+ `+x)}P&&(R?R=P+R+`
48
+ `+W:R=P+W),g.print_newline(!1),R&&(m.text=R,m.whitespace_before="",m.newlines=0,g.add_raw_token(m),g.print_newline(!0))}},v.prototype._handle_tag_open=function(g,m,w,F){var R=this._get_tag_open_token(m);return(w.is_unformatted||w.is_content_unformatted)&&!w.is_empty_element&&m.type===c.TAG_OPEN&&m.text.indexOf("</")===0?(g.add_raw_token(m),R.start_tag_token=this._tag_stack.try_pop(R.tag_name)):(g.traverse_whitespace(m),this._set_tag_position(g,m,R,w,F),R.is_inline_element||g.set_wrap_point(),g.print_token(m)),(this._is_wrap_attributes_force_aligned||this._is_wrap_attributes_aligned_multiple||this._is_wrap_attributes_preserve_aligned)&&(R.alignment_size=m.text.length+1),!R.tag_complete&&!R.is_unformatted&&(g.alignment_size=R.alignment_size),R};var S=function(g,m){if(this.parent=g||null,this.text="",this.type="TK_TAG_OPEN",this.tag_name="",this.is_inline_element=!1,this.is_unformatted=!1,this.is_content_unformatted=!1,this.is_empty_element=!1,this.is_start_tag=!1,this.is_end_tag=!1,this.indent_content=!1,this.multiline_content=!1,this.custom_beautifier_name=null,this.start_tag_token=null,this.attr_count=0,this.has_wrapped_attrs=!1,this.alignment_size=0,this.tag_complete=!1,this.tag_start_char="",this.tag_check="",!m)this.tag_complete=!0;else{var w;this.tag_start_char=m.text[0],this.text=m.text,this.tag_start_char==="<"?(w=m.text.match(/^<([^\s>]*)/),this.tag_check=w?w[1]:""):(w=m.text.match(/^{{(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=w?w[1]:"",m.text==="{{#>"&&this.tag_check===">"&&m.next!==null&&(this.tag_check=m.next.text)),this.tag_check=this.tag_check.toLowerCase(),m.type===c.COMMENT&&(this.tag_complete=!0),this.is_start_tag=this.tag_check.charAt(0)!=="/",this.tag_name=this.is_start_tag?this.tag_check:this.tag_check.substr(1),this.is_end_tag=!this.is_start_tag||m.closed&&m.closed.text==="/>",this.is_end_tag=this.is_end_tag||this.tag_start_char==="{"&&(this.text.length<3||/[^#\^]/.test(this.text.charAt(2)))}};v.prototype._get_tag_open_token=function(g){var m=new S(this._tag_stack.get_parser_token(),g);return m.alignment_size=this._options.wrap_attributes_indent_size,m.is_end_tag=m.is_end_tag||y(m.tag_check,this._options.void_elements),m.is_empty_element=m.tag_complete||m.is_start_tag&&m.is_end_tag,m.is_unformatted=!m.tag_complete&&y(m.tag_check,this._options.unformatted),m.is_content_unformatted=!m.is_empty_element&&y(m.tag_check,this._options.content_unformatted),m.is_inline_element=y(m.tag_name,this._options.inline)||m.tag_start_char==="{",m},v.prototype._set_tag_position=function(g,m,w,F,R){if(w.is_empty_element||(w.is_end_tag?w.start_tag_token=this._tag_stack.try_pop(w.tag_name):(this._do_optional_end_element(w)&&(w.is_inline_element||g.print_newline(!1)),this._tag_stack.record_tag(w),(w.tag_name==="script"||w.tag_name==="style")&&!(w.is_unformatted||w.is_content_unformatted)&&(w.custom_beautifier_name=b(w.tag_check,m)))),y(w.tag_check,this._options.extra_liners)&&(g.print_newline(!1),g._output.just_added_blankline()||g.print_newline(!0)),w.is_empty_element){if(w.tag_start_char==="{"&&w.tag_check==="else"){this._tag_stack.indent_to_tag(["if","unless","each"]),w.indent_content=!0;var N=g.current_line_has_match(/{{#if/);N||g.print_newline(!1)}w.tag_name==="!--"&&R.type===c.TAG_CLOSE&&F.is_end_tag&&w.text.indexOf(`
49
+ `)===-1||(w.is_inline_element||w.is_unformatted||g.print_newline(!1),this._calcluate_parent_multiline(g,w))}else if(w.is_end_tag){var z=!1;z=w.start_tag_token&&w.start_tag_token.multiline_content,z=z||!w.is_inline_element&&!(F.is_inline_element||F.is_unformatted)&&!(R.type===c.TAG_CLOSE&&w.start_tag_token===F)&&R.type!=="TK_CONTENT",(w.is_content_unformatted||w.is_unformatted)&&(z=!1),z&&g.print_newline(!1)}else w.indent_content=!w.custom_beautifier_name,w.tag_start_char==="<"&&(w.tag_name==="html"?w.indent_content=this._options.indent_inner_html:w.tag_name==="head"?w.indent_content=this._options.indent_head_inner_html:w.tag_name==="body"&&(w.indent_content=this._options.indent_body_inner_html)),!(w.is_inline_element||w.is_unformatted)&&(R.type!=="TK_CONTENT"||w.is_content_unformatted)&&g.print_newline(!1),this._calcluate_parent_multiline(g,w)},v.prototype._calcluate_parent_multiline=function(g,m){m.parent&&g._output.just_added_newline()&&!((m.is_inline_element||m.is_unformatted)&&m.parent.is_inline_element)&&(m.parent.multiline_content=!0)};var C=["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","main","nav","ol","p","pre","section","table","ul"],U=["a","audio","del","ins","map","noscript","video"];v.prototype._do_optional_end_element=function(g){var m=null;if(!(g.is_empty_element||!g.is_start_tag||!g.parent)){if(g.tag_name==="body")m=m||this._tag_stack.try_pop("head");else if(g.tag_name==="li")m=m||this._tag_stack.try_pop("li",["ol","ul"]);else if(g.tag_name==="dd"||g.tag_name==="dt")m=m||this._tag_stack.try_pop("dt",["dl"]),m=m||this._tag_stack.try_pop("dd",["dl"]);else if(g.parent.tag_name==="p"&&C.indexOf(g.tag_name)!==-1){var w=g.parent.parent;(!w||U.indexOf(w.tag_name)===-1)&&(m=m||this._tag_stack.try_pop("p"))}else g.tag_name==="rp"||g.tag_name==="rt"?(m=m||this._tag_stack.try_pop("rt",["ruby","rtc"]),m=m||this._tag_stack.try_pop("rp",["ruby","rtc"])):g.tag_name==="optgroup"?m=m||this._tag_stack.try_pop("optgroup",["select"]):g.tag_name==="option"?m=m||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):g.tag_name==="colgroup"?m=m||this._tag_stack.try_pop("caption",["table"]):g.tag_name==="thead"?(m=m||this._tag_stack.try_pop("caption",["table"]),m=m||this._tag_stack.try_pop("colgroup",["table"])):g.tag_name==="tbody"||g.tag_name==="tfoot"?(m=m||this._tag_stack.try_pop("caption",["table"]),m=m||this._tag_stack.try_pop("colgroup",["table"]),m=m||this._tag_stack.try_pop("thead",["table"]),m=m||this._tag_stack.try_pop("tbody",["table"])):g.tag_name==="tr"?(m=m||this._tag_stack.try_pop("caption",["table"]),m=m||this._tag_stack.try_pop("colgroup",["table"]),m=m||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"])):(g.tag_name==="th"||g.tag_name==="td")&&(m=m||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),m=m||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]));return g.parent=this._tag_stack.get_parser_token(),m}},i.exports.Beautifier=v},function(i,a,l){var o=l(6).Options;function s(u){o.call(this,u,"html"),this.templating.length===1&&this.templating[0]==="auto"&&(this.templating=["django","erb","handlebars","php"]),this.indent_inner_html=this._get_boolean("indent_inner_html"),this.indent_body_inner_html=this._get_boolean("indent_body_inner_html",!0),this.indent_head_inner_html=this._get_boolean("indent_head_inner_html",!0),this.indent_handlebars=this._get_boolean("indent_handlebars",!0),this.wrap_attributes=this._get_selection("wrap_attributes",["auto","force","force-aligned","force-expand-multiline","aligned-multiple","preserve","preserve-aligned"]),this.wrap_attributes_indent_size=this._get_number("wrap_attributes_indent_size",this.indent_size),this.extra_liners=this._get_array("extra_liners",["head","body","/html"]),this.inline=this._get_array("inline",["a","abbr","area","audio","b","bdi","bdo","br","button","canvas","cite","code","data","datalist","del","dfn","em","embed","i","iframe","img","input","ins","kbd","keygen","label","map","mark","math","meter","noscript","object","output","progress","q","ruby","s","samp","select","small","span","strong","sub","sup","svg","template","textarea","time","u","var","video","wbr","text","acronym","big","strike","tt"]),this.void_elements=this._get_array("void_elements",["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr","!doctype","?xml","basefont","isindex"]),this.unformatted=this._get_array("unformatted",[]),this.content_unformatted=this._get_array("content_unformatted",["pre","textarea"]),this.unformatted_content_delimiter=this._get_characters("unformatted_content_delimiter"),this.indent_scripts=this._get_selection("indent_scripts",["normal","keep","separate"])}s.prototype=new o,i.exports.Options=s},function(i,a,l){var o=l(9).Tokenizer,s=l(9).TOKEN,u=l(13).Directives,c=l(14).TemplatablePattern,h=l(12).Pattern,d={TAG_OPEN:"TK_TAG_OPEN",TAG_CLOSE:"TK_TAG_CLOSE",ATTRIBUTE:"TK_ATTRIBUTE",EQUALS:"TK_EQUALS",VALUE:"TK_VALUE",COMMENT:"TK_COMMENT",TEXT:"TK_TEXT",UNKNOWN:"TK_UNKNOWN",START:s.START,RAW:s.RAW,EOF:s.EOF},f=new u(/<\!--/,/-->/),_=function(b,y){o.call(this,b,y),this._current_tag_name="";var k=new c(this._input).read_options(this._options),p=new h(this._input);if(this.__patterns={word:k.until(/[\n\r\t <]/),single_quote:k.until_after(/'/),double_quote:k.until_after(/"/),attribute:k.until(/[\n\r\t =>]|\/>/),element_name:k.until(/[\n\r\t >\/]/),handlebars_comment:p.starting_with(/{{!--/).until_after(/--}}/),handlebars:p.starting_with(/{{/).until_after(/}}/),handlebars_open:p.until(/[\n\r\t }]/),handlebars_raw_close:p.until(/}}/),comment:p.starting_with(/<!--/).until_after(/-->/),cdata:p.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:p.starting_with(/<!\[/).until_after(/]>/),processing:p.starting_with(/<\?/).until_after(/\?>/)},this._options.indent_handlebars&&(this.__patterns.word=this.__patterns.word.exclude("handlebars")),this._unformatted_content_delimiter=null,this._options.unformatted_content_delimiter){var v=this._input.get_literal_regexp(this._options.unformatted_content_delimiter);this.__patterns.unformatted_content_delimiter=p.matching(v).until_after(v)}};_.prototype=new o,_.prototype._is_comment=function(b){return!1},_.prototype._is_opening=function(b){return b.type===d.TAG_OPEN},_.prototype._is_closing=function(b,y){return b.type===d.TAG_CLOSE&&y&&((b.text===">"||b.text==="/>")&&y.text[0]==="<"||b.text==="}}"&&y.text[0]==="{"&&y.text[1]==="{")},_.prototype._reset=function(){this._current_tag_name=""},_.prototype._get_next_token=function(b,y){var k=null;this._readWhitespace();var p=this._input.peek();return p===null?this._create_token(d.EOF,""):(k=k||this._read_open_handlebars(p,y),k=k||this._read_attribute(p,b,y),k=k||this._read_close(p,y),k=k||this._read_raw_content(p,b,y),k=k||this._read_content_word(p),k=k||this._read_comment_or_cdata(p),k=k||this._read_processing(p),k=k||this._read_open(p,y),k=k||this._create_token(d.UNKNOWN,this._input.next()),k)},_.prototype._read_comment_or_cdata=function(b){var y=null,k=null,p=null;if(b==="<"){var v=this._input.peek(1);v==="!"&&(k=this.__patterns.comment.read(),k?(p=f.get_directives(k),p&&p.ignore==="start"&&(k+=f.readIgnored(this._input))):k=this.__patterns.cdata.read()),k&&(y=this._create_token(d.COMMENT,k),y.directives=p)}return y},_.prototype._read_processing=function(b){var y=null,k=null,p=null;if(b==="<"){var v=this._input.peek(1);(v==="!"||v==="?")&&(k=this.__patterns.conditional_comment.read(),k=k||this.__patterns.processing.read()),k&&(y=this._create_token(d.COMMENT,k),y.directives=p)}return y},_.prototype._read_open=function(b,y){var k=null,p=null;return y||b==="<"&&(k=this._input.next(),this._input.peek()==="/"&&(k+=this._input.next()),k+=this.__patterns.element_name.read(),p=this._create_token(d.TAG_OPEN,k)),p},_.prototype._read_open_handlebars=function(b,y){var k=null,p=null;return y||this._options.indent_handlebars&&b==="{"&&this._input.peek(1)==="{"&&(this._input.peek(2)==="!"?(k=this.__patterns.handlebars_comment.read(),k=k||this.__patterns.handlebars.read(),p=this._create_token(d.COMMENT,k)):(k=this.__patterns.handlebars_open.read(),p=this._create_token(d.TAG_OPEN,k))),p},_.prototype._read_close=function(b,y){var k=null,p=null;return y&&(y.text[0]==="<"&&(b===">"||b==="/"&&this._input.peek(1)===">")?(k=this._input.next(),b==="/"&&(k+=this._input.next()),p=this._create_token(d.TAG_CLOSE,k)):y.text[0]==="{"&&b==="}"&&this._input.peek(1)==="}"&&(this._input.next(),this._input.next(),p=this._create_token(d.TAG_CLOSE,"}}"))),p},_.prototype._read_attribute=function(b,y,k){var p=null,v="";if(k&&k.text[0]==="<")if(b==="=")p=this._create_token(d.EQUALS,this._input.next());else if(b==='"'||b==="'"){var S=this._input.next();b==='"'?S+=this.__patterns.double_quote.read():S+=this.__patterns.single_quote.read(),p=this._create_token(d.VALUE,S)}else v=this.__patterns.attribute.read(),v&&(y.type===d.EQUALS?p=this._create_token(d.VALUE,v):p=this._create_token(d.ATTRIBUTE,v));return p},_.prototype._is_content_unformatted=function(b){return this._options.void_elements.indexOf(b)===-1&&(this._options.content_unformatted.indexOf(b)!==-1||this._options.unformatted.indexOf(b)!==-1)},_.prototype._read_raw_content=function(b,y,k){var p="";if(k&&k.text[0]==="{")p=this.__patterns.handlebars_raw_close.read();else if(y.type===d.TAG_CLOSE&&y.opened.text[0]==="<"&&y.text[0]!=="/"){var v=y.opened.text.substr(1).toLowerCase();if(v==="script"||v==="style"){var S=this._read_comment_or_cdata(b);if(S)return S.type=d.TEXT,S;p=this._input.readUntil(new RegExp("</"+v+"[\\n\\r\\t ]*?>","ig"))}else this._is_content_unformatted(v)&&(p=this._input.readUntil(new RegExp("</"+v+"[\\n\\r\\t ]*?>","ig")))}return p?this._create_token(d.TEXT,p):null},_.prototype._read_content_word=function(b){var y="";if(this._options.unformatted_content_delimiter&&b===this._options.unformatted_content_delimiter[0]&&(y=this.__patterns.unformatted_content_delimiter.read()),y||(y=this.__patterns.word.read()),y)return this._create_token(d.TEXT,y)},i.exports.Tokenizer=_,i.exports.TOKEN=d}],t={};function n(i){var a=t[i];if(a!==void 0)return a.exports;var l=t[i]={exports:{}};return e[i](l,l.exports,n),l.exports}var r=n(18);kr=r})();function to(e,t){return kr(e,t,Ks,eo)}function no(e,t,n){var r=e.getText(),i=!0,a=0,l=n.tabSize||4;if(t){for(var o=e.offsetAt(t.start),s=o;s>0&&Sr(r,s-1);)s--;s===0||Ar(r,s-1)?o=s:s<o&&(o=s+1);for(var u=e.offsetAt(t.end),c=u;c<r.length&&Sr(r,c);)c++;(c===r.length||Ar(r,c))&&(u=c),t=j.create(e.positionAt(o),e.positionAt(u));var h=r.substring(0,o);if(new RegExp(/.*[<][^>]*$/).test(h))return r=r.substring(o,u),[{range:t,newText:r}];if(i=u===r.length,r=r.substring(o,u),o!==0){var d=e.offsetAt(ie.create(t.start.line,0));a=ao(e.getText(),d,n)}}else t=j.create(ie.create(0,0),e.positionAt(r.length));var f={indent_size:l,indent_char:n.insertSpaces?" ":" ",indent_empty_lines:he(n,"indentEmptyLines",!1),wrap_line_length:he(n,"wrapLineLength",120),unformatted:_n(n,"unformatted",void 0),content_unformatted:_n(n,"contentUnformatted",void 0),indent_inner_html:he(n,"indentInnerHtml",!1),preserve_newlines:he(n,"preserveNewLines",!0),max_preserve_newlines:he(n,"maxPreserveNewLines",32786),indent_handlebars:he(n,"indentHandlebars",!1),end_with_newline:i&&he(n,"endWithNewline",!1),extra_liners:_n(n,"extraLiners",void 0),wrap_attributes:he(n,"wrapAttributes","auto"),wrap_attributes_indent_size:he(n,"wrapAttributesIndentSize",void 0),eol:`
50
+ `,indent_scripts:he(n,"indentScripts","normal"),templating:ro(n,"all"),unformatted_content_delimiter:he(n,"unformattedContentDelimiter","")},_=to(io(r),f);if(a>0){var b=n.insertSpaces?br(" ",l*a):br(" ",a);_=_.split(`
51
51
  `).join(`
52
- `+g),t.start.character===0&&(v=g+v)}return[{range:t,newText:v}]}function io(e){return e.replace(/^\s+/,"")}function de(e,t,n){if(e&&e.hasOwnProperty(t)){var r=e[t];if(r!==null)return r}return n}function vn(e,t,n){var r=de(e,t,null);return typeof r=="string"?r.length>0?r.split(",").map(function(i){return i.trim().toLowerCase()}):[]:n}function ro(e,t){var n=de(e,"templating",t);return n===!0?["auto"]:["none"]}function ao(e,t,n){for(var r=t,i=0,a=n.tabSize||4;r<e.length;){var l=e.charAt(r);if(l===" ")i++;else if(l===" ")i+=a;else break;r++}return Math.floor(i/a)}function Sr(e,t){return`\r
53
- `.indexOf(e.charAt(t))!==-1}function Ar(e,t){return" ".indexOf(e.charAt(t))!==-1}var xr;xr=(()=>{var e={470:r=>{function i(o){if(typeof o!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(o))}function a(o,s){for(var c,u="",d=0,h=-1,f=0,v=0;v<=o.length;++v){if(v<o.length)c=o.charCodeAt(v);else{if(c===47)break;c=47}if(c===47){if(!(h===v-1||f===1))if(h!==v-1&&f===2){if(u.length<2||d!==2||u.charCodeAt(u.length-1)!==46||u.charCodeAt(u.length-2)!==46){if(u.length>2){var g=u.lastIndexOf("/");if(g!==u.length-1){g===-1?(u="",d=0):d=(u=u.slice(0,g)).length-1-u.lastIndexOf("/"),h=v,f=0;continue}}else if(u.length===2||u.length===1){u="",d=0,h=v,f=0;continue}}s&&(u.length>0?u+="/..":u="..",d=2)}else u.length>0?u+="/"+o.slice(h+1,v):u=o.slice(h+1,v),d=v-h-1;h=v,f=0}else c===46&&f!==-1?++f:f=-1}return u}var l={resolve:function(){for(var o,s="",c=!1,u=arguments.length-1;u>=-1&&!c;u--){var d;u>=0?d=arguments[u]:(o===void 0&&(o=process.cwd()),d=o),i(d),d.length!==0&&(s=d+"/"+s,c=d.charCodeAt(0)===47)}return s=a(s,!c),c?s.length>0?"/"+s:"/":s.length>0?s:"."},normalize:function(o){if(i(o),o.length===0)return".";var s=o.charCodeAt(0)===47,c=o.charCodeAt(o.length-1)===47;return(o=a(o,!s)).length!==0||s||(o="."),o.length>0&&c&&(o+="/"),s?"/"+o:o},isAbsolute:function(o){return i(o),o.length>0&&o.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var o,s=0;s<arguments.length;++s){var c=arguments[s];i(c),c.length>0&&(o===void 0?o=c:o+="/"+c)}return o===void 0?".":l.normalize(o)},relative:function(o,s){if(i(o),i(s),o===s||(o=l.resolve(o))===(s=l.resolve(s)))return"";for(var c=1;c<o.length&&o.charCodeAt(c)===47;++c);for(var u=o.length,d=u-c,h=1;h<s.length&&s.charCodeAt(h)===47;++h);for(var f=s.length-h,v=d<f?d:f,g=-1,y=0;y<=v;++y){if(y===v){if(f>v){if(s.charCodeAt(h+y)===47)return s.slice(h+y+1);if(y===0)return s.slice(h+y)}else d>v&&(o.charCodeAt(c+y)===47?g=y:y===0&&(g=0));break}var T=o.charCodeAt(c+y);if(T!==s.charCodeAt(h+y))break;T===47&&(g=y)}var m="";for(y=c+g+1;y<=u;++y)y!==u&&o.charCodeAt(y)!==47||(m.length===0?m+="..":m+="/..");return m.length>0?m+s.slice(h+g):(h+=g,s.charCodeAt(h)===47&&++h,s.slice(h))},_makeLong:function(o){return o},dirname:function(o){if(i(o),o.length===0)return".";for(var s=o.charCodeAt(0),c=s===47,u=-1,d=!0,h=o.length-1;h>=1;--h)if((s=o.charCodeAt(h))===47){if(!d){u=h;break}}else d=!1;return u===-1?c?"/":".":c&&u===1?"//":o.slice(0,u)},basename:function(o,s){if(s!==void 0&&typeof s!="string")throw new TypeError('"ext" argument must be a string');i(o);var c,u=0,d=-1,h=!0;if(s!==void 0&&s.length>0&&s.length<=o.length){if(s.length===o.length&&s===o)return"";var f=s.length-1,v=-1;for(c=o.length-1;c>=0;--c){var g=o.charCodeAt(c);if(g===47){if(!h){u=c+1;break}}else v===-1&&(h=!1,v=c+1),f>=0&&(g===s.charCodeAt(f)?--f==-1&&(d=c):(f=-1,d=v))}return u===d?d=v:d===-1&&(d=o.length),o.slice(u,d)}for(c=o.length-1;c>=0;--c)if(o.charCodeAt(c)===47){if(!h){u=c+1;break}}else d===-1&&(h=!1,d=c+1);return d===-1?"":o.slice(u,d)},extname:function(o){i(o);for(var s=-1,c=0,u=-1,d=!0,h=0,f=o.length-1;f>=0;--f){var v=o.charCodeAt(f);if(v!==47)u===-1&&(d=!1,u=f+1),v===46?s===-1?s=f:h!==1&&(h=1):s!==-1&&(h=-1);else if(!d){c=f+1;break}}return s===-1||u===-1||h===0||h===1&&s===u-1&&s===c+1?"":o.slice(s,u)},format:function(o){if(o===null||typeof o!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof o);return function(s,c){var u=c.dir||c.root,d=c.base||(c.name||"")+(c.ext||"");return u?u===c.root?u+d:u+"/"+d:d}(0,o)},parse:function(o){i(o);var s={root:"",dir:"",base:"",ext:"",name:""};if(o.length===0)return s;var c,u=o.charCodeAt(0),d=u===47;d?(s.root="/",c=1):c=0;for(var h=-1,f=0,v=-1,g=!0,y=o.length-1,T=0;y>=c;--y)if((u=o.charCodeAt(y))!==47)v===-1&&(g=!1,v=y+1),u===46?h===-1?h=y:T!==1&&(T=1):h!==-1&&(T=-1);else if(!g){f=y+1;break}return h===-1||v===-1||T===0||T===1&&h===v-1&&h===f+1?v!==-1&&(s.base=s.name=f===0&&d?o.slice(1,v):o.slice(f,v)):(f===0&&d?(s.name=o.slice(1,h),s.base=o.slice(1,v)):(s.name=o.slice(f,h),s.base=o.slice(f,v)),s.ext=o.slice(h,v)),f>0?s.dir=o.slice(0,f-1):d&&(s.dir="/"),s},sep:"/",delimiter:":",win32:null,posix:null};l.posix=l,r.exports=l},447:(r,i,a)=>{var l;if(a.r(i),a.d(i,{URI:()=>T,Utils:()=>N}),typeof process=="object")l=process.platform==="win32";else if(typeof navigator=="object"){var o=navigator.userAgent;l=o.indexOf("Windows")>=0}var s,c,u=(s=function(x,k){return(s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(D,I){D.__proto__=I}||function(D,I){for(var O in I)Object.prototype.hasOwnProperty.call(I,O)&&(D[O]=I[O])})(x,k)},function(x,k){function D(){this.constructor=x}s(x,k),x.prototype=k===null?Object.create(k):(D.prototype=k.prototype,new D)}),d=/^\w[\w\d+.-]*$/,h=/^\//,f=/^\/\//,v="",g="/",y=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,T=function(){function x(k,D,I,O,E,L){L===void 0&&(L=!1),typeof k=="object"?(this.scheme=k.scheme||v,this.authority=k.authority||v,this.path=k.path||v,this.query=k.query||v,this.fragment=k.fragment||v):(this.scheme=function(H,V){return H||V?H:"file"}(k,L),this.authority=D||v,this.path=function(H,V){switch(H){case"https":case"http":case"file":V?V[0]!==g&&(V=g+V):V=g}return V}(this.scheme,I||v),this.query=O||v,this.fragment=E||v,function(H,V){if(!H.scheme&&V)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+H.authority+'", path: "'+H.path+'", query: "'+H.query+'", fragment: "'+H.fragment+'"}');if(H.scheme&&!d.test(H.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(H.path){if(H.authority){if(!h.test(H.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(f.test(H.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}(this,L))}return x.isUri=function(k){return k instanceof x||!!k&&typeof k.authority=="string"&&typeof k.fragment=="string"&&typeof k.path=="string"&&typeof k.query=="string"&&typeof k.scheme=="string"&&typeof k.fsPath=="function"&&typeof k.with=="function"&&typeof k.toString=="function"},Object.defineProperty(x.prototype,"fsPath",{get:function(){return _(this,!1)},enumerable:!1,configurable:!0}),x.prototype.with=function(k){if(!k)return this;var D=k.scheme,I=k.authority,O=k.path,E=k.query,L=k.fragment;return D===void 0?D=this.scheme:D===null&&(D=v),I===void 0?I=this.authority:I===null&&(I=v),O===void 0?O=this.path:O===null&&(O=v),E===void 0?E=this.query:E===null&&(E=v),L===void 0?L=this.fragment:L===null&&(L=v),D===this.scheme&&I===this.authority&&O===this.path&&E===this.query&&L===this.fragment?this:new b(D,I,O,E,L)},x.parse=function(k,D){D===void 0&&(D=!1);var I=y.exec(k);return I?new b(I[2]||v,R(I[4]||v),R(I[5]||v),R(I[7]||v),R(I[9]||v),D):new b(v,v,v,v,v)},x.file=function(k){var D=v;if(l&&(k=k.replace(/\\/g,g)),k[0]===g&&k[1]===g){var I=k.indexOf(g,2);I===-1?(D=k.substring(2),k=g):(D=k.substring(2,I),k=k.substring(I)||g)}return new b("file",D,k,v,v)},x.from=function(k){return new b(k.scheme,k.authority,k.path,k.query,k.fragment)},x.prototype.toString=function(k){return k===void 0&&(k=!1),p(this,k)},x.prototype.toJSON=function(){return this},x.revive=function(k){if(k){if(k instanceof x)return k;var D=new b(k);return D._formatted=k.external,D._fsPath=k._sep===m?k.fsPath:null,D}return k},x}(),m=l?1:void 0,b=function(x){function k(){var D=x!==null&&x.apply(this,arguments)||this;return D._formatted=null,D._fsPath=null,D}return u(k,x),Object.defineProperty(k.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=_(this,!1)),this._fsPath},enumerable:!1,configurable:!0}),k.prototype.toString=function(D){return D===void 0&&(D=!1),D?p(this,!0):(this._formatted||(this._formatted=p(this,!1)),this._formatted)},k.prototype.toJSON=function(){var D={$mid:1};return this._fsPath&&(D.fsPath=this._fsPath,D._sep=m),this._formatted&&(D.external=this._formatted),this.path&&(D.path=this.path),this.scheme&&(D.scheme=this.scheme),this.authority&&(D.authority=this.authority),this.query&&(D.query=this.query),this.fragment&&(D.fragment=this.fragment),D},k}(T),A=((c={})[58]="%3A",c[47]="%2F",c[63]="%3F",c[35]="%23",c[91]="%5B",c[93]="%5D",c[64]="%40",c[33]="%21",c[36]="%24",c[38]="%26",c[39]="%27",c[40]="%28",c[41]="%29",c[42]="%2A",c[43]="%2B",c[44]="%2C",c[59]="%3B",c[61]="%3D",c[32]="%20",c);function C(x,k){for(var D=void 0,I=-1,O=0;O<x.length;O++){var E=x.charCodeAt(O);if(E>=97&&E<=122||E>=65&&E<=90||E>=48&&E<=57||E===45||E===46||E===95||E===126||k&&E===47)I!==-1&&(D+=encodeURIComponent(x.substring(I,O)),I=-1),D!==void 0&&(D+=x.charAt(O));else{D===void 0&&(D=x.substr(0,O));var L=A[E];L!==void 0?(I!==-1&&(D+=encodeURIComponent(x.substring(I,O)),I=-1),D+=L):I===-1&&(I=O)}}return I!==-1&&(D+=encodeURIComponent(x.substring(I))),D!==void 0?D:x}function U(x){for(var k=void 0,D=0;D<x.length;D++){var I=x.charCodeAt(D);I===35||I===63?(k===void 0&&(k=x.substr(0,D)),k+=A[I]):k!==void 0&&(k+=x[D])}return k!==void 0?k:x}function _(x,k){var D;return D=x.authority&&x.path.length>1&&x.scheme==="file"?"//"+x.authority+x.path:x.path.charCodeAt(0)===47&&(x.path.charCodeAt(1)>=65&&x.path.charCodeAt(1)<=90||x.path.charCodeAt(1)>=97&&x.path.charCodeAt(1)<=122)&&x.path.charCodeAt(2)===58?k?x.path.substr(1):x.path[1].toLowerCase()+x.path.substr(2):x.path,l&&(D=D.replace(/\//g,"\\")),D}function p(x,k){var D=k?U:C,I="",O=x.scheme,E=x.authority,L=x.path,H=x.query,V=x.fragment;if(O&&(I+=O,I+=":"),(E||O==="file")&&(I+=g,I+=g),E){var $=E.indexOf("@");if($!==-1){var X=E.substr(0,$);E=E.substr($+1),($=X.indexOf(":"))===-1?I+=D(X,!1):(I+=D(X.substr(0,$),!1),I+=":",I+=D(X.substr($+1),!1)),I+="@"}($=(E=E.toLowerCase()).indexOf(":"))===-1?I+=D(E,!1):(I+=D(E.substr(0,$),!1),I+=E.substr($))}if(L){if(L.length>=3&&L.charCodeAt(0)===47&&L.charCodeAt(2)===58)(G=L.charCodeAt(1))>=65&&G<=90&&(L="/"+String.fromCharCode(G+32)+":"+L.substr(3));else if(L.length>=2&&L.charCodeAt(1)===58){var G;(G=L.charCodeAt(0))>=65&&G<=90&&(L=String.fromCharCode(G+32)+":"+L.substr(2))}I+=D(L,!0)}return H&&(I+="?",I+=D(H,!1)),V&&(I+="#",I+=k?V:C(V,!1)),I}function w(x){try{return decodeURIComponent(x)}catch{return x.length>3?x.substr(0,3)+w(x.substr(3)):x}}var B=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function R(x){return x.match(B)?x.replace(B,function(k){return w(k)}):x}var N,z=a(470),W=function(){for(var x=0,k=0,D=arguments.length;k<D;k++)x+=arguments[k].length;var I=Array(x),O=0;for(k=0;k<D;k++)for(var E=arguments[k],L=0,H=E.length;L<H;L++,O++)I[O]=E[L];return I},P=z.posix||z;(function(x){x.joinPath=function(k){for(var D=[],I=1;I<arguments.length;I++)D[I-1]=arguments[I];return k.with({path:P.join.apply(P,W([k.path],D))})},x.resolvePath=function(k){for(var D=[],I=1;I<arguments.length;I++)D[I-1]=arguments[I];var O=k.path||"/";return k.with({path:P.resolve.apply(P,W([O],D))})},x.dirname=function(k){var D=P.dirname(k.path);return D.length===1&&D.charCodeAt(0)===46?k:k.with({path:D})},x.basename=function(k){return P.basename(k.path)},x.extname=function(k){return P.extname(k.path)}})(N||(N={}))}},t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}return n.d=(r,i)=>{for(var a in i)n.o(i,a)&&!n.o(r,a)&&Object.defineProperty(r,a,{enumerable:!0,get:i[a]})},n.o=(r,i)=>Object.prototype.hasOwnProperty.call(r,i),n.r=r=>{typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},n(447)})();var{URI:so,Utils:Uo}=xr;function bn(e){var t=e[0],n=e[e.length-1];return t===n&&(t==="'"||t==='"')&&(e=e.substr(1,e.length-2)),e}function oo(e,t){return!e.length||t==="handlebars"&&/{{|}}/.test(e)?!1:/\b(w[\w\d+.-]*:\/\/)?[^\s()<>]+(?:\([\w\d]+\)|([^[:punct:]\s]|\/?))/.test(e)}function lo(e,t,n,r){if(!(/^\s*javascript\:/i.test(t)||/[\n\r]/.test(t))){if(t=t.replace(/^\s*/g,""),/^https?:\/\//i.test(t)||/^file:\/\//i.test(t))return t;if(/^\#/i.test(t))return e+t;if(/^\/\//i.test(t)){var i=Re(e,"https://")?"https":"http";return i+":"+t.replace(/^\s*/g,"")}return n?n.resolveReference(t,r||e):t}}function co(e,t,n,r,i,a){var l=bn(n);if(!!oo(l,e.languageId)){l.length<n.length&&(r++,i--);var o=lo(e.uri,l,t,a);if(!(!o||!uo(o)))return{range:j.create(e.positionAt(r),e.positionAt(i)),target:o}}}function uo(e){try{return so.parse(e),!0}catch{return!1}}function ho(e,t){for(var n=[],r=fe(e.getText(),0),i=r.scan(),a=void 0,l=!1,o=void 0,s={};i!==M.EOS;){switch(i){case M.StartTag:if(!o){var c=r.getTokenText().toLowerCase();l=c==="base"}break;case M.AttributeName:a=r.getTokenText().toLowerCase();break;case M.AttributeValue:if(a==="src"||a==="href"){var u=r.getTokenText();if(!l){var d=co(e,t,u,r.getTokenOffset(),r.getTokenEnd(),o);d&&n.push(d)}l&&typeof o=="undefined"&&(o=bn(u),o&&t&&(o=t.resolveReference(o,e.uri))),l=!1,a=void 0}else if(a==="id"){var h=bn(r.getTokenText());s[h]=r.getTokenOffset()}break}i=r.scan()}for(var f=0,v=n;f<v.length;f++){var d=v[f],g=e.uri+"#";if(d.target&&Re(d.target,g)){var y=d.target.substr(g.length),T=s[y];if(T!==void 0){var m=e.positionAt(T);d.target=""+g+(m.line+1)+","+(m.character+1)}}}return n}function po(e,t,n){var r=e.offsetAt(t),i=n.findNodeAt(r);if(!i.tag)return[];var a=[],l=Er(M.StartTag,e,i.start),o=typeof i.endTagStart=="number"&&Er(M.EndTag,e,i.endTagStart);return(l&&Cr(l,t)||o&&Cr(o,t))&&(l&&a.push({kind:Ct.Read,range:l}),o&&a.push({kind:Ct.Read,range:o})),a}function Dr(e,t){return e.line<t.line||e.line===t.line&&e.character<=t.character}function Cr(e,t){return Dr(e.start,t)&&Dr(t,e.end)}function Er(e,t,n){for(var r=fe(t.getText(),n),i=r.scan();i!==M.EOS&&i!==e;)i=r.scan();return i!==M.EOS?{start:t.positionAt(r.getTokenOffset()),end:t.positionAt(r.getTokenEnd())}:null}function mo(e,t){var n=[];return t.roots.forEach(function(r){Lr(e,r,"",n)}),n}function Lr(e,t,n,r){var i=fo(t),a=yt.create(e.uri,j.create(e.positionAt(t.start),e.positionAt(t.end))),l={name:i,location:a,containerName:n,kind:pn.Field};r.push(l),t.children.forEach(function(o){Lr(e,o,i,r)})}function fo(e){var t=e.tag;if(e.attributes){var n=e.attributes.id,r=e.attributes.class;n&&(t+="#"+n.replace(/[\"\']/g,"")),r&&(t+=r.replace(/[\"\']/g,"").split(/\s+/).map(function(i){return"."+i}).join(""))}return t||"?"}function _o(e,t,n,r){var i,a=e.offsetAt(t),l=r.findNodeAt(a);if(!l.tag||!go(l,a,l.tag))return null;var o=[],s={start:e.positionAt(l.start+"<".length),end:e.positionAt(l.start+"<".length+l.tag.length)};if(o.push({range:s,newText:n}),l.endTagStart){var c={start:e.positionAt(l.endTagStart+"</".length),end:e.positionAt(l.endTagStart+"</".length+l.tag.length)};o.push({range:c,newText:n})}var u=(i={},i[e.uri.toString()]=o,i);return{changes:u}}function go(e,t,n){return e.endTagStart&&e.endTagStart+"</".length<=t&&t<=e.endTagStart+"</".length+n.length?!0:e.start+"<".length<=t&&t<=e.start+"<".length+n.length}function vo(e,t,n){var r=e.offsetAt(t),i=n.findNodeAt(r);if(!i.tag||!i.endTagStart)return null;if(i.start+"<".length<=r&&r<=i.start+"<".length+i.tag.length){var a=r-"<".length-i.start+i.endTagStart+"</".length;return e.positionAt(a)}if(i.endTagStart+"</".length<=r&&r<=i.endTagStart+"</".length+i.tag.length){var a=r-"</".length-i.endTagStart+i.start+"<".length;return e.positionAt(a)}return null}function Mr(e,t,n){var r=e.offsetAt(t),i=n.findNodeAt(r),a=i.tag?i.tag.length:0;return i.endTagStart&&(i.start+"<".length<=r&&r<=i.start+"<".length+a||i.endTagStart+"</".length<=r&&r<=i.endTagStart+"</".length+a)?[j.create(e.positionAt(i.start+"<".length),e.positionAt(i.start+"<".length+a)),j.create(e.positionAt(i.endTagStart+"</".length),e.positionAt(i.endTagStart+"</".length+a))]:null}function bo(e,t){e=e.sort(function(v,g){var y=v.startLine-g.startLine;return y===0&&(y=v.endLine-g.endLine),y});for(var n=void 0,r=[],i=[],a=[],l=function(v,g){i[v]=g,g<30&&(a[g]=(a[g]||0)+1)},o=0;o<e.length;o++){var s=e[o];if(!n)n=s,l(o,0);else if(s.startLine>n.startLine){if(s.endLine<=n.endLine)r.push(n),n=s,l(o,r.length);else if(s.startLine>n.endLine){do n=r.pop();while(n&&s.startLine>n.endLine);n&&r.push(n),n=s,l(o,r.length)}}}for(var c=0,u=0,o=0;o<a.length;o++){var d=a[o];if(d){if(d+c>t){u=o;break}c+=d}}for(var h=[],o=0;o<e.length;o++){var f=i[o];typeof f=="number"&&(f<u||f===u&&c++<t)&&h.push(e[o])}return h}function wo(e,t){var n=fe(e.getText()),r=n.scan(),i=[],a=[],l=null,o=-1;function s(m){i.push(m),o=m.startLine}for(;r!==M.EOS;){switch(r){case M.StartTag:{var c=n.getTokenText(),u=e.positionAt(n.getTokenOffset()).line;a.push({startLine:u,tagName:c}),l=c;break}case M.EndTag:{l=n.getTokenText();break}case M.StartTagClose:if(!l||!Mt(l))break;case M.EndTagClose:case M.StartTagSelfClose:{for(var d=a.length-1;d>=0&&a[d].tagName!==l;)d--;if(d>=0){var h=a[d];a.length=d;var f=e.positionAt(n.getTokenOffset()).line,u=h.startLine,v=f-1;v>u&&o!==u&&s({startLine:u,endLine:v})}break}case M.Comment:{var u=e.positionAt(n.getTokenOffset()).line,g=n.getTokenText(),y=g.match(/^\s*#(region\b)|(endregion\b)/);if(y)if(y[1])a.push({startLine:u,tagName:""});else{for(var d=a.length-1;d>=0&&a[d].tagName.length;)d--;if(d>=0){var h=a[d];a.length=d;var v=u;u=h.startLine,v>u&&o!==u&&s({startLine:u,endLine:v,kind:kt.Region})}}else{var v=e.positionAt(n.getTokenOffset()+n.getTokenLength()).line;u<v&&s({startLine:u,endLine:v,kind:kt.Comment})}break}}r=n.scan()}var T=t&&t.rangeLimit||Number.MAX_VALUE;return i.length>T?bo(i,T):i}function yo(e,t){function n(r){for(var i=ko(e,r),a=void 0,l=void 0,o=i.length-1;o>=0;o--){var s=i[o];(!a||s[0]!==a[0]||s[1]!==a[1])&&(l=Et.create(j.create(e.positionAt(i[o][0]),e.positionAt(i[o][1])),l)),a=s}return l||(l=Et.create(j.create(r,r))),l}return t.map(n)}function ko(e,t){var n=_r(e.getText()),r=e.offsetAt(t),i=n.findNodeAt(r),a=To(i);if(i.startTagEnd&&!i.endTagStart){if(i.startTagEnd!==i.end)return[[i.start,i.end]];var l=j.create(e.positionAt(i.startTagEnd-2),e.positionAt(i.startTagEnd)),o=e.getText(l);o==="/>"?a.unshift([i.start+1,i.startTagEnd-2]):a.unshift([i.start+1,i.startTagEnd-1]);var s=Rr(e,i,r);return a=s.concat(a),a}if(!i.startTagEnd||!i.endTagStart)return a;if(a.unshift([i.start,i.end]),i.start<r&&r<i.startTagEnd){a.unshift([i.start+1,i.startTagEnd-1]);var s=Rr(e,i,r);return a=s.concat(a),a}else return i.startTagEnd<=r&&r<=i.endTagStart?(a.unshift([i.startTagEnd,i.endTagStart]),a):(r>=i.endTagStart+2&&a.unshift([i.endTagStart+2,i.end-1]),a)}function To(e){for(var t=e,n=function(i){return i.startTagEnd&&i.endTagStart&&i.startTagEnd<i.endTagStart?[[i.startTagEnd,i.endTagStart],[i.start,i.end]]:[[i.start,i.end]]},r=[];t.parent;)t=t.parent,n(t).forEach(function(i){return r.push(i)});return r}function Rr(e,t,n){for(var r=j.create(e.positionAt(t.start),e.positionAt(t.end)),i=e.getText(r),a=n-t.start,l=fe(i),o=l.scan(),s=t.start,c=[],u=!1,d=-1;o!==M.EOS;){switch(o){case M.AttributeName:{if(a<l.getTokenOffset()){u=!1;break}a<=l.getTokenEnd()&&c.unshift([l.getTokenOffset(),l.getTokenEnd()]),u=!0,d=l.getTokenOffset();break}case M.AttributeValue:{if(!u)break;var h=l.getTokenText();if(a<l.getTokenOffset()){c.push([d,l.getTokenEnd()]);break}a>=l.getTokenOffset()&&a<=l.getTokenEnd()&&(c.unshift([l.getTokenOffset(),l.getTokenEnd()]),(h[0]==='"'&&h[h.length-1]==='"'||h[0]==="'"&&h[h.length-1]==="'")&&a>=l.getTokenOffset()+1&&a<=l.getTokenEnd()-1&&c.unshift([l.getTokenOffset()+1,l.getTokenEnd()-1]),c.push([d,l.getTokenEnd()]));break}}o=l.scan()}return c.map(function(f){return[f[0]+s,f[1]+s]})}var So={version:1.1,tags:[{name:"html",description:{kind:"markdown",value:"The html element represents the root of an HTML document."},attributes:[{name:"manifest",description:{kind:"markdown",value:"Specifies the URI of a resource manifest indicating resources that should be cached locally. See [Using the application cache](https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache) for details."}},{name:"version",description:'Specifies the version of the HTML [Document Type Definition](https://developer.mozilla.org/en-US/docs/Glossary/DTD "Document Type Definition: In HTML, the doctype is the required "<!DOCTYPE html>" preamble found at the top of all documents. Its sole purpose is to prevent a browser from switching into so-called \u201Cquirks mode\u201D when rendering a document; that is, the "<!DOCTYPE html>" doctype ensures that the browser makes a best-effort attempt at following the relevant specifications, rather than using a different rendering mode that is incompatible with some specifications.") that governs the current document. This attribute is not needed, because it is redundant with the version information in the document type declaration.'},{name:"xmlns",description:'Specifies the XML Namespace of the document. Default value is `"http://www.w3.org/1999/xhtml"`. This is required in documents parsed with XML parsers, and optional in text/html documents.'}],references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Element/html"}]},{name:"head",description:{kind:"markdown",value:"The head element represents a collection of metadata for the Document."},attributes:[{name:"profile",description:"The URIs of one or more metadata profiles, separated by white space."}],references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Element/head"}]},{name:"title",description:{kind:"markdown",value:"The title element represents the document's title or name. Authors should use titles that identify their documents even when they are used out of context, for example in a user's history or bookmarks, or in search results. The document's title is often different from its first heading, since the first heading does not have to stand alone when taken out of context."},attributes:[],references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Element/title"}]},{name:"base",description:{kind:"markdown",value:"The base element allows authors to specify the document base URL for the purposes of resolving relative URLs, and the name of the default browsing context for the purposes of following hyperlinks. The element does not represent any content beyond this information."},attributes:[{name:"href",description:{kind:"markdown",value:"The base URL to be used throughout the document for relative URL addresses. If this attribute is specified, this element must come before any other elements with attributes whose values are URLs. Absolute and relative URLs are allowed."}},{name:"target",description:{kind:"markdown",value:"A name or keyword indicating the default location to display the result when hyperlinks or forms cause navigation, for elements that do not have an explicit target reference. It is a name of, or keyword for, a _browsing context_ (for example: tab, window, or inline frame). The following keywords have special meanings:\n\n* `_self`: Load the result into the same browsing context as the current one. This value is the default if the attribute is not specified.\n* `_blank`: Load the result into a new unnamed browsing context.\n* `_parent`: Load the result into the parent browsing context of the current one. If there is no parent, this option behaves the same way as `_self`.\n* `_top`: Load the result into the top-level browsing context (that is, the browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this option behaves the same way as `_self`.\n\nIf this attribute is specified, this element must come before any other elements with attributes whose values are URLs."}}],references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Element/base"}]},{name:"link",description:{kind:"markdown",value:"The link element allows authors to link their document to other resources."},attributes:[{name:"href",description:{kind:"markdown",value:'This attribute specifies the [URL](https://developer.mozilla.org/en-US/docs/Glossary/URL "URL: Uniform Resource Locator (URL) is a text string specifying where a resource can be found on the Internet.") of the linked resource. A URL can be absolute or relative.'}},{name:"crossorigin",valueSet:"xo",description:{kind:"markdown",value:'This enumerated attribute indicates whether [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS "CORS: CORS (Cross-Origin Resource Sharing) is a system, consisting of transmitting HTTP headers, that determines whether browsers block frontend JavaScript code from accessing responses for cross-origin requests.") must be used when fetching the resource. [CORS-enabled images](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_Enabled_Image) can be reused in the [`<canvas>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas "Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations.") element without being _tainted_. The allowed values are:\n\n`anonymous`\n\nA cross-origin request (i.e. with an [`Origin`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin "The Origin request header indicates where a fetch originates from. It doesn\'t include any path information, but only the server name. It is sent with CORS requests, as well as with POST requests. It is similar to the Referer header, but, unlike this header, it doesn\'t disclose the whole path.") HTTP header) is performed, but no credential is sent (i.e. no cookie, X.509 certificate, or HTTP Basic authentication). If the server does not give credentials to the origin site (by not setting the [`Access-Control-Allow-Origin`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin "The Access-Control-Allow-Origin response header indicates whether the response can be shared with requesting code from the given origin.") HTTP header) the image will be tainted and its usage restricted.\n\n`use-credentials`\n\nA cross-origin request (i.e. with an `Origin` HTTP header) is performed along with a credential sent (i.e. a cookie, certificate, and/or HTTP Basic authentication is performed). If the server does not give credentials to the origin site (through [`Access-Control-Allow-Credentials`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials "The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to frontend JavaScript code when the request\'s credentials mode (Request.credentials) is "include".") HTTP header), the resource will be _tainted_ and its usage restricted.\n\nIf the attribute is not present, the resource is fetched without a [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS "CORS: CORS (Cross-Origin Resource Sharing) is a system, consisting of transmitting HTTP headers, that determines whether browsers block frontend JavaScript code from accessing responses for cross-origin requests.") request (i.e. without sending the `Origin` HTTP header), preventing its non-tainted usage. If invalid, it is handled as if the enumerated keyword **anonymous** was used. See [CORS settings attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for additional information.'}},{name:"rel",description:{kind:"markdown",value:"This attribute names a relationship of the linked document to the current document. The attribute must be a space-separated list of the [link types values](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."}},{name:"media",description:{kind:"markdown",value:"This attribute specifies the media that the linked resource applies to. Its value must be a media type / [media query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_queries). This attribute is mainly useful when linking to external stylesheets \u2014 it allows the user agent to pick the best adapted one for the device it runs on.\n\n**Notes:**\n\n* In HTML 4, this can only be a simple white-space-separated list of media description literals, i.e., [media types and groups](https://developer.mozilla.org/en-US/docs/Web/CSS/@media), where defined and allowed as values for this attribute, such as `print`, `screen`, `aural`, `braille`. HTML5 extended this to any kind of [media queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_queries), which are a superset of the allowed values of HTML 4.\n* Browsers not supporting [CSS3 Media Queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_queries) won't necessarily recognize the adequate link; do not forget to set fallback links, the restricted set of media queries defined in HTML 4."}},{name:"hreflang",description:{kind:"markdown",value:"This attribute indicates the language of the linked resource. It is purely advisory. Allowed values are determined by [BCP47](https://www.ietf.org/rfc/bcp/bcp47.txt). Use this attribute only if the [`href`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-href) attribute is present."}},{name:"type",description:{kind:"markdown",value:'This attribute is used to define the type of the content linked to. The value of the attribute should be a MIME type such as **text/html**, **text/css**, and so on. The common use of this attribute is to define the type of stylesheet being referenced (such as **text/css**), but given that CSS is the only stylesheet language used on the web, not only is it possible to omit the `type` attribute, but is actually now recommended practice. It is also used on `rel="preload"` link types, to make sure the browser only downloads file types that it supports.'}},{name:"sizes",description:{kind:"markdown",value:"This attribute defines the sizes of the icons for visual media contained in the resource. It must be present only if the [`rel`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#attr-rel) contains a value of `icon` or a non-standard type such as Apple's `apple-touch-icon`. It may have the following values:\n\n* `any`, meaning that the icon can be scaled to any size as it is in a vector format, like `image/svg+xml`.\n* a white-space separated list of sizes, each in the format `_<width in pixels>_x_<height in pixels>_` or `_<width in pixels>_X_<height in pixels>_`. Each of these sizes must be contained in the resource.\n\n**Note:** Most icon formats are only able to store one single icon; therefore most of the time the [`sizes`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-sizes) contains only one entry. MS's ICO format does, as well as Apple's ICNS. ICO is more ubiquitous; you should definitely use it."}},{name:"as",description:'This attribute is only used when `rel="preload"` or `rel="prefetch"` has been set on the `<link>` element. It specifies the type of content being loaded by the `<link>`, which is necessary for content prioritization, request matching, application of correct [content security policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP), and setting of correct [`Accept`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept "The Accept request HTTP header advertises which content types, expressed as MIME types, the client is able to understand. Using content negotiation, the server then selects one of the proposals, uses it and informs the client of its choice with the Content-Type response header. Browsers set adequate values for this header depending on\xA0the context where the request is done: when fetching a CSS stylesheet a different value is set for the request than when fetching an image,\xA0video or a script.") request header.'},{name:"importance",description:"Indicates the relative importance of the resource. Priority hints are delegated using the values:"},{name:"importance",description:'**`auto`**: Indicates\xA0**no\xA0preference**. The browser may use its own heuristics to decide the priority of the resource.\n\n**`high`**: Indicates to the\xA0browser\xA0that the resource is of\xA0**high** priority.\n\n**`low`**:\xA0Indicates to the\xA0browser\xA0that the resource is of\xA0**low** priority.\n\n**Note:** The `importance` attribute may only be used for the `<link>` element if `rel="preload"` or `rel="prefetch"` is present.'},{name:"integrity",description:"Contains inline metadata \u2014 a base64-encoded cryptographic hash of the resource (file) you\u2019re telling the browser to fetch. The browser can use this to verify that the fetched resource has been delivered free of unexpected manipulation. See [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity)."},{name:"referrerpolicy",description:'A string indicating which referrer to use when fetching the resource:\n\n* `no-referrer` means that the [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer "The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.") header will not be sent.\n* `no-referrer-when-downgrade` means that no [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer "The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.") header will be sent when navigating to an origin without TLS (HTTPS). This is a user agent\u2019s default behavior, if no policy is otherwise specified.\n* `origin` means that the referrer will be the origin of the page, which is roughly the scheme, the host, and the port.\n* `origin-when-cross-origin` means that navigating to other origins will be limited to the scheme, the host, and the port, while navigating on the same origin will include the referrer\'s path.\n* `unsafe-url` means that the referrer will include the origin and the path (but not the fragment, password, or username). This case is unsafe because it can leak origins and paths from TLS-protected resources to insecure origins.'},{name:"title",description:'The `title` attribute has special semantics on the `<link>` element. When used on a `<link rel="stylesheet">` it defines a [preferred or an alternate stylesheet](https://developer.mozilla.org/en-US/docs/Web/CSS/Alternative_style_sheets). Incorrectly using it may [cause the stylesheet to be ignored](https://developer.mozilla.org/en-US/docs/Correctly_Using_Titles_With_External_Stylesheets).'}],references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Element/link"}]},{name:"meta",description:{kind:"markdown",value:"The meta element represents various kinds of metadata that cannot be expressed using the title, base, link, style, and script elements."},attributes:[{name:"name",description:{kind:"markdown",value:`This attribute defines the name of a piece of document-level metadata. It should not be set if one of the attributes [\`itemprop\`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-itemprop), [\`http-equiv\`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-http-equiv) or [\`charset\`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset) is also set.
52
+ `+b),t.start.character===0&&(_=b+_)}return[{range:t,newText:_}]}function io(e){return e.replace(/^\s+/,"")}function he(e,t,n){if(e&&e.hasOwnProperty(t)){var r=e[t];if(r!==null)return r}return n}function _n(e,t,n){var r=he(e,t,null);return typeof r=="string"?r.length>0?r.split(",").map(function(i){return i.trim().toLowerCase()}):[]:n}function ro(e,t){var n=he(e,"templating",t);return n===!0?["auto"]:["none"]}function ao(e,t,n){for(var r=t,i=0,a=n.tabSize||4;r<e.length;){var l=e.charAt(r);if(l===" ")i++;else if(l===" ")i+=a;else break;r++}return Math.floor(i/a)}function Ar(e,t){return`\r
53
+ `.indexOf(e.charAt(t))!==-1}function Sr(e,t){return" ".indexOf(e.charAt(t))!==-1}var xr;xr=(()=>{var e={470:r=>{function i(o){if(typeof o!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(o))}function a(o,s){for(var u,c="",h=0,d=-1,f=0,_=0;_<=o.length;++_){if(_<o.length)u=o.charCodeAt(_);else{if(u===47)break;u=47}if(u===47){if(!(d===_-1||f===1))if(d!==_-1&&f===2){if(c.length<2||h!==2||c.charCodeAt(c.length-1)!==46||c.charCodeAt(c.length-2)!==46){if(c.length>2){var b=c.lastIndexOf("/");if(b!==c.length-1){b===-1?(c="",h=0):h=(c=c.slice(0,b)).length-1-c.lastIndexOf("/"),d=_,f=0;continue}}else if(c.length===2||c.length===1){c="",h=0,d=_,f=0;continue}}s&&(c.length>0?c+="/..":c="..",h=2)}else c.length>0?c+="/"+o.slice(d+1,_):c=o.slice(d+1,_),h=_-d-1;d=_,f=0}else u===46&&f!==-1?++f:f=-1}return c}var l={resolve:function(){for(var o,s="",u=!1,c=arguments.length-1;c>=-1&&!u;c--){var h;c>=0?h=arguments[c]:(o===void 0&&(o=process.cwd()),h=o),i(h),h.length!==0&&(s=h+"/"+s,u=h.charCodeAt(0)===47)}return s=a(s,!u),u?s.length>0?"/"+s:"/":s.length>0?s:"."},normalize:function(o){if(i(o),o.length===0)return".";var s=o.charCodeAt(0)===47,u=o.charCodeAt(o.length-1)===47;return(o=a(o,!s)).length!==0||s||(o="."),o.length>0&&u&&(o+="/"),s?"/"+o:o},isAbsolute:function(o){return i(o),o.length>0&&o.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var o,s=0;s<arguments.length;++s){var u=arguments[s];i(u),u.length>0&&(o===void 0?o=u:o+="/"+u)}return o===void 0?".":l.normalize(o)},relative:function(o,s){if(i(o),i(s),o===s||(o=l.resolve(o))===(s=l.resolve(s)))return"";for(var u=1;u<o.length&&o.charCodeAt(u)===47;++u);for(var c=o.length,h=c-u,d=1;d<s.length&&s.charCodeAt(d)===47;++d);for(var f=s.length-d,_=h<f?h:f,b=-1,y=0;y<=_;++y){if(y===_){if(f>_){if(s.charCodeAt(d+y)===47)return s.slice(d+y+1);if(y===0)return s.slice(d+y)}else h>_&&(o.charCodeAt(u+y)===47?b=y:y===0&&(b=0));break}var k=o.charCodeAt(u+y);if(k!==s.charCodeAt(d+y))break;k===47&&(b=y)}var p="";for(y=u+b+1;y<=c;++y)y!==c&&o.charCodeAt(y)!==47||(p.length===0?p+="..":p+="/..");return p.length>0?p+s.slice(d+b):(d+=b,s.charCodeAt(d)===47&&++d,s.slice(d))},_makeLong:function(o){return o},dirname:function(o){if(i(o),o.length===0)return".";for(var s=o.charCodeAt(0),u=s===47,c=-1,h=!0,d=o.length-1;d>=1;--d)if((s=o.charCodeAt(d))===47){if(!h){c=d;break}}else h=!1;return c===-1?u?"/":".":u&&c===1?"//":o.slice(0,c)},basename:function(o,s){if(s!==void 0&&typeof s!="string")throw new TypeError('"ext" argument must be a string');i(o);var u,c=0,h=-1,d=!0;if(s!==void 0&&s.length>0&&s.length<=o.length){if(s.length===o.length&&s===o)return"";var f=s.length-1,_=-1;for(u=o.length-1;u>=0;--u){var b=o.charCodeAt(u);if(b===47){if(!d){c=u+1;break}}else _===-1&&(d=!1,_=u+1),f>=0&&(b===s.charCodeAt(f)?--f==-1&&(h=u):(f=-1,h=_))}return c===h?h=_:h===-1&&(h=o.length),o.slice(c,h)}for(u=o.length-1;u>=0;--u)if(o.charCodeAt(u)===47){if(!d){c=u+1;break}}else h===-1&&(d=!1,h=u+1);return h===-1?"":o.slice(c,h)},extname:function(o){i(o);for(var s=-1,u=0,c=-1,h=!0,d=0,f=o.length-1;f>=0;--f){var _=o.charCodeAt(f);if(_!==47)c===-1&&(h=!1,c=f+1),_===46?s===-1?s=f:d!==1&&(d=1):s!==-1&&(d=-1);else if(!h){u=f+1;break}}return s===-1||c===-1||d===0||d===1&&s===c-1&&s===u+1?"":o.slice(s,c)},format:function(o){if(o===null||typeof o!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof o);return function(s,u){var c=u.dir||u.root,h=u.base||(u.name||"")+(u.ext||"");return c?c===u.root?c+h:c+"/"+h:h}(0,o)},parse:function(o){i(o);var s={root:"",dir:"",base:"",ext:"",name:""};if(o.length===0)return s;var u,c=o.charCodeAt(0),h=c===47;h?(s.root="/",u=1):u=0;for(var d=-1,f=0,_=-1,b=!0,y=o.length-1,k=0;y>=u;--y)if((c=o.charCodeAt(y))!==47)_===-1&&(b=!1,_=y+1),c===46?d===-1?d=y:k!==1&&(k=1):d!==-1&&(k=-1);else if(!b){f=y+1;break}return d===-1||_===-1||k===0||k===1&&d===_-1&&d===f+1?_!==-1&&(s.base=s.name=f===0&&h?o.slice(1,_):o.slice(f,_)):(f===0&&h?(s.name=o.slice(1,d),s.base=o.slice(1,_)):(s.name=o.slice(f,d),s.base=o.slice(f,_)),s.ext=o.slice(d,_)),f>0?s.dir=o.slice(0,f-1):h&&(s.dir="/"),s},sep:"/",delimiter:":",win32:null,posix:null};l.posix=l,r.exports=l},447:(r,i,a)=>{var l;if(a.r(i),a.d(i,{URI:()=>k,Utils:()=>N}),typeof process=="object")l=process.platform==="win32";else if(typeof navigator=="object"){var o=navigator.userAgent;l=o.indexOf("Windows")>=0}var s,u,c=(s=function(x,T){return(s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(L,H){L.__proto__=H}||function(L,H){for(var q in H)Object.prototype.hasOwnProperty.call(H,q)&&(L[q]=H[q])})(x,T)},function(x,T){function L(){this.constructor=x}s(x,T),x.prototype=T===null?Object.create(T):(L.prototype=T.prototype,new L)}),h=/^\w[\w\d+.-]*$/,d=/^\//,f=/^\/\//,_="",b="/",y=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,k=function(){function x(T,L,H,q,E,M){M===void 0&&(M=!1),typeof T=="object"?(this.scheme=T.scheme||_,this.authority=T.authority||_,this.path=T.path||_,this.query=T.query||_,this.fragment=T.fragment||_):(this.scheme=function(I,V){return I||V?I:"file"}(T,M),this.authority=L||_,this.path=function(I,V){switch(I){case"https":case"http":case"file":V?V[0]!==b&&(V=b+V):V=b}return V}(this.scheme,H||_),this.query=q||_,this.fragment=E||_,function(I,V){if(!I.scheme&&V)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+I.authority+'", path: "'+I.path+'", query: "'+I.query+'", fragment: "'+I.fragment+'"}');if(I.scheme&&!h.test(I.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(I.path){if(I.authority){if(!d.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(f.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 ("//")')}}(this,M))}return x.isUri=function(T){return T instanceof x||!!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"},Object.defineProperty(x.prototype,"fsPath",{get:function(){return g(this,!1)},enumerable:!1,configurable:!0}),x.prototype.with=function(T){if(!T)return this;var L=T.scheme,H=T.authority,q=T.path,E=T.query,M=T.fragment;return L===void 0?L=this.scheme:L===null&&(L=_),H===void 0?H=this.authority:H===null&&(H=_),q===void 0?q=this.path:q===null&&(q=_),E===void 0?E=this.query:E===null&&(E=_),M===void 0?M=this.fragment:M===null&&(M=_),L===this.scheme&&H===this.authority&&q===this.path&&E===this.query&&M===this.fragment?this:new v(L,H,q,E,M)},x.parse=function(T,L){L===void 0&&(L=!1);var H=y.exec(T);return H?new v(H[2]||_,R(H[4]||_),R(H[5]||_),R(H[7]||_),R(H[9]||_),L):new v(_,_,_,_,_)},x.file=function(T){var L=_;if(l&&(T=T.replace(/\\/g,b)),T[0]===b&&T[1]===b){var H=T.indexOf(b,2);H===-1?(L=T.substring(2),T=b):(L=T.substring(2,H),T=T.substring(H)||b)}return new v("file",L,T,_,_)},x.from=function(T){return new v(T.scheme,T.authority,T.path,T.query,T.fragment)},x.prototype.toString=function(T){return T===void 0&&(T=!1),m(this,T)},x.prototype.toJSON=function(){return this},x.revive=function(T){if(T){if(T instanceof x)return T;var L=new v(T);return L._formatted=T.external,L._fsPath=T._sep===p?T.fsPath:null,L}return T},x}(),p=l?1:void 0,v=function(x){function T(){var L=x!==null&&x.apply(this,arguments)||this;return L._formatted=null,L._fsPath=null,L}return c(T,x),Object.defineProperty(T.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=g(this,!1)),this._fsPath},enumerable:!1,configurable:!0}),T.prototype.toString=function(L){return L===void 0&&(L=!1),L?m(this,!0):(this._formatted||(this._formatted=m(this,!1)),this._formatted)},T.prototype.toJSON=function(){var L={$mid:1};return this._fsPath&&(L.fsPath=this._fsPath,L._sep=p),this._formatted&&(L.external=this._formatted),this.path&&(L.path=this.path),this.scheme&&(L.scheme=this.scheme),this.authority&&(L.authority=this.authority),this.query&&(L.query=this.query),this.fragment&&(L.fragment=this.fragment),L},T}(k),S=((u={})[58]="%3A",u[47]="%2F",u[63]="%3F",u[35]="%23",u[91]="%5B",u[93]="%5D",u[64]="%40",u[33]="%21",u[36]="%24",u[38]="%26",u[39]="%27",u[40]="%28",u[41]="%29",u[42]="%2A",u[43]="%2B",u[44]="%2C",u[59]="%3B",u[61]="%3D",u[32]="%20",u);function C(x,T){for(var L=void 0,H=-1,q=0;q<x.length;q++){var E=x.charCodeAt(q);if(E>=97&&E<=122||E>=65&&E<=90||E>=48&&E<=57||E===45||E===46||E===95||E===126||T&&E===47)H!==-1&&(L+=encodeURIComponent(x.substring(H,q)),H=-1),L!==void 0&&(L+=x.charAt(q));else{L===void 0&&(L=x.substr(0,q));var M=S[E];M!==void 0?(H!==-1&&(L+=encodeURIComponent(x.substring(H,q)),H=-1),L+=M):H===-1&&(H=q)}}return H!==-1&&(L+=encodeURIComponent(x.substring(H))),L!==void 0?L:x}function U(x){for(var T=void 0,L=0;L<x.length;L++){var H=x.charCodeAt(L);H===35||H===63?(T===void 0&&(T=x.substr(0,L)),T+=S[H]):T!==void 0&&(T+=x[L])}return T!==void 0?T:x}function g(x,T){var L;return L=x.authority&&x.path.length>1&&x.scheme==="file"?"//"+x.authority+x.path:x.path.charCodeAt(0)===47&&(x.path.charCodeAt(1)>=65&&x.path.charCodeAt(1)<=90||x.path.charCodeAt(1)>=97&&x.path.charCodeAt(1)<=122)&&x.path.charCodeAt(2)===58?T?x.path.substr(1):x.path[1].toLowerCase()+x.path.substr(2):x.path,l&&(L=L.replace(/\//g,"\\")),L}function m(x,T){var L=T?U:C,H="",q=x.scheme,E=x.authority,M=x.path,I=x.query,V=x.fragment;if(q&&(H+=q,H+=":"),(E||q==="file")&&(H+=b,H+=b),E){var $=E.indexOf("@");if($!==-1){var X=E.substr(0,$);E=E.substr($+1),($=X.indexOf(":"))===-1?H+=L(X,!1):(H+=L(X.substr(0,$),!1),H+=":",H+=L(X.substr($+1),!1)),H+="@"}($=(E=E.toLowerCase()).indexOf(":"))===-1?H+=L(E,!1):(H+=L(E.substr(0,$),!1),H+=E.substr($))}if(M){if(M.length>=3&&M.charCodeAt(0)===47&&M.charCodeAt(2)===58)(G=M.charCodeAt(1))>=65&&G<=90&&(M="/"+String.fromCharCode(G+32)+":"+M.substr(3));else if(M.length>=2&&M.charCodeAt(1)===58){var G;(G=M.charCodeAt(0))>=65&&G<=90&&(M=String.fromCharCode(G+32)+":"+M.substr(2))}H+=L(M,!0)}return I&&(H+="?",H+=L(I,!1)),V&&(H+="#",H+=T?V:C(V,!1)),H}function w(x){try{return decodeURIComponent(x)}catch{return x.length>3?x.substr(0,3)+w(x.substr(3)):x}}var F=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function R(x){return x.match(F)?x.replace(F,function(T){return w(T)}):x}var N,z=a(470),P=function(){for(var x=0,T=0,L=arguments.length;T<L;T++)x+=arguments[T].length;var H=Array(x),q=0;for(T=0;T<L;T++)for(var E=arguments[T],M=0,I=E.length;M<I;M++,q++)H[q]=E[M];return H},W=z.posix||z;(function(x){x.joinPath=function(T){for(var L=[],H=1;H<arguments.length;H++)L[H-1]=arguments[H];return T.with({path:W.join.apply(W,P([T.path],L))})},x.resolvePath=function(T){for(var L=[],H=1;H<arguments.length;H++)L[H-1]=arguments[H];var q=T.path||"/";return T.with({path:W.resolve.apply(W,P([q],L))})},x.dirname=function(T){var L=W.dirname(T.path);return L.length===1&&L.charCodeAt(0)===46?T:T.with({path:L})},x.basename=function(T){return W.basename(T.path)},x.extname=function(T){return W.extname(T.path)}})(N||(N={}))}},t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}return n.d=(r,i)=>{for(var a in i)n.o(i,a)&&!n.o(r,a)&&Object.defineProperty(r,a,{enumerable:!0,get:i[a]})},n.o=(r,i)=>Object.prototype.hasOwnProperty.call(r,i),n.r=r=>{typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},n(447)})();var{URI:so,Utils:Uo}=xr;function vn(e){var t=e[0],n=e[e.length-1];return t===n&&(t==="'"||t==='"')&&(e=e.substr(1,e.length-2)),e}function oo(e,t){return!e.length||t==="handlebars"&&/{{|}}/.test(e)?!1:/\b(w[\w\d+.-]*:\/\/)?[^\s()<>]+(?:\([\w\d]+\)|([^[:punct:]\s]|\/?))/.test(e)}function lo(e,t,n,r){if(!(/^\s*javascript\:/i.test(t)||/[\n\r]/.test(t))){if(t=t.replace(/^\s*/g,""),/^https?:\/\//i.test(t)||/^file:\/\//i.test(t))return t;if(/^\#/i.test(t))return e+t;if(/^\/\//i.test(t)){var i=Re(e,"https://")?"https":"http";return i+":"+t.replace(/^\s*/g,"")}return n?n.resolveReference(t,r||e):t}}function uo(e,t,n,r,i,a){var l=vn(n);if(!!oo(l,e.languageId)){l.length<n.length&&(r++,i--);var o=lo(e.uri,l,t,a);if(!(!o||!co(o)))return{range:j.create(e.positionAt(r),e.positionAt(i)),target:o}}}function co(e){try{return so.parse(e),!0}catch{return!1}}function ho(e,t){for(var n=[],r=fe(e.getText(),0),i=r.scan(),a=void 0,l=!1,o=void 0,s={};i!==D.EOS;){switch(i){case D.StartTag:if(!o){var u=r.getTokenText().toLowerCase();l=u==="base"}break;case D.AttributeName:a=r.getTokenText().toLowerCase();break;case D.AttributeValue:if(a==="src"||a==="href"){var c=r.getTokenText();if(!l){var h=uo(e,t,c,r.getTokenOffset(),r.getTokenEnd(),o);h&&n.push(h)}l&&typeof o=="undefined"&&(o=vn(c),o&&t&&(o=t.resolveReference(o,e.uri))),l=!1,a=void 0}else if(a==="id"){var d=vn(r.getTokenText());s[d]=r.getTokenOffset()}break}i=r.scan()}for(var f=0,_=n;f<_.length;f++){var h=_[f],b=e.uri+"#";if(h.target&&Re(h.target,b)){var y=h.target.substr(b.length),k=s[y];if(k!==void 0){var p=e.positionAt(k);h.target=""+b+(p.line+1)+","+(p.character+1)}}}return n}function mo(e,t,n){var r=e.offsetAt(t),i=n.findNodeAt(r);if(!i.tag)return[];var a=[],l=Er(D.StartTag,e,i.start),o=typeof i.endTagStart=="number"&&Er(D.EndTag,e,i.endTagStart);return(l&&Cr(l,t)||o&&Cr(o,t))&&(l&&a.push({kind:Ct.Read,range:l}),o&&a.push({kind:Ct.Read,range:o})),a}function Lr(e,t){return e.line<t.line||e.line===t.line&&e.character<=t.character}function Cr(e,t){return Lr(e.start,t)&&Lr(t,e.end)}function Er(e,t,n){for(var r=fe(t.getText(),n),i=r.scan();i!==D.EOS&&i!==e;)i=r.scan();return i!==D.EOS?{start:t.positionAt(r.getTokenOffset()),end:t.positionAt(r.getTokenEnd())}:null}function po(e,t){var n=[];return t.roots.forEach(function(r){Mr(e,r,"",n)}),n}function Mr(e,t,n,r){var i=fo(t),a=yt.create(e.uri,j.create(e.positionAt(t.start),e.positionAt(t.end))),l={name:i,location:a,containerName:n,kind:mn.Field};r.push(l),t.children.forEach(function(o){Mr(e,o,i,r)})}function fo(e){var t=e.tag;if(e.attributes){var n=e.attributes.id,r=e.attributes.class;n&&(t+="#"+n.replace(/[\"\']/g,"")),r&&(t+=r.replace(/[\"\']/g,"").split(/\s+/).map(function(i){return"."+i}).join(""))}return t||"?"}function go(e,t,n,r){var i,a=e.offsetAt(t),l=r.findNodeAt(a);if(!l.tag||!bo(l,a,l.tag))return null;var o=[],s={start:e.positionAt(l.start+"<".length),end:e.positionAt(l.start+"<".length+l.tag.length)};if(o.push({range:s,newText:n}),l.endTagStart){var u={start:e.positionAt(l.endTagStart+"</".length),end:e.positionAt(l.endTagStart+"</".length+l.tag.length)};o.push({range:u,newText:n})}var c=(i={},i[e.uri.toString()]=o,i);return{changes:c}}function bo(e,t,n){return e.endTagStart&&e.endTagStart+"</".length<=t&&t<=e.endTagStart+"</".length+n.length?!0:e.start+"<".length<=t&&t<=e.start+"<".length+n.length}function _o(e,t,n){var r=e.offsetAt(t),i=n.findNodeAt(r);if(!i.tag||!i.endTagStart)return null;if(i.start+"<".length<=r&&r<=i.start+"<".length+i.tag.length){var a=r-"<".length-i.start+i.endTagStart+"</".length;return e.positionAt(a)}if(i.endTagStart+"</".length<=r&&r<=i.endTagStart+"</".length+i.tag.length){var a=r-"</".length-i.endTagStart+i.start+"<".length;return e.positionAt(a)}return null}function Dr(e,t,n){var r=e.offsetAt(t),i=n.findNodeAt(r),a=i.tag?i.tag.length:0;return i.endTagStart&&(i.start+"<".length<=r&&r<=i.start+"<".length+a||i.endTagStart+"</".length<=r&&r<=i.endTagStart+"</".length+a)?[j.create(e.positionAt(i.start+"<".length),e.positionAt(i.start+"<".length+a)),j.create(e.positionAt(i.endTagStart+"</".length),e.positionAt(i.endTagStart+"</".length+a))]:null}function vo(e,t){e=e.sort(function(_,b){var y=_.startLine-b.startLine;return y===0&&(y=_.endLine-b.endLine),y});for(var n=void 0,r=[],i=[],a=[],l=function(_,b){i[_]=b,b<30&&(a[b]=(a[b]||0)+1)},o=0;o<e.length;o++){var s=e[o];if(!n)n=s,l(o,0);else if(s.startLine>n.startLine){if(s.endLine<=n.endLine)r.push(n),n=s,l(o,r.length);else if(s.startLine>n.endLine){do n=r.pop();while(n&&s.startLine>n.endLine);n&&r.push(n),n=s,l(o,r.length)}}}for(var u=0,c=0,o=0;o<a.length;o++){var h=a[o];if(h){if(h+u>t){c=o;break}u+=h}}for(var d=[],o=0;o<e.length;o++){var f=i[o];typeof f=="number"&&(f<c||f===c&&u++<t)&&d.push(e[o])}return d}function wo(e,t){var n=fe(e.getText()),r=n.scan(),i=[],a=[],l=null,o=-1;function s(p){i.push(p),o=p.startLine}for(;r!==D.EOS;){switch(r){case D.StartTag:{var u=n.getTokenText(),c=e.positionAt(n.getTokenOffset()).line;a.push({startLine:c,tagName:u}),l=u;break}case D.EndTag:{l=n.getTokenText();break}case D.StartTagClose:if(!l||!Dt(l))break;case D.EndTagClose:case D.StartTagSelfClose:{for(var h=a.length-1;h>=0&&a[h].tagName!==l;)h--;if(h>=0){var d=a[h];a.length=h;var f=e.positionAt(n.getTokenOffset()).line,c=d.startLine,_=f-1;_>c&&o!==c&&s({startLine:c,endLine:_})}break}case D.Comment:{var c=e.positionAt(n.getTokenOffset()).line,b=n.getTokenText(),y=b.match(/^\s*#(region\b)|(endregion\b)/);if(y)if(y[1])a.push({startLine:c,tagName:""});else{for(var h=a.length-1;h>=0&&a[h].tagName.length;)h--;if(h>=0){var d=a[h];a.length=h;var _=c;c=d.startLine,_>c&&o!==c&&s({startLine:c,endLine:_,kind:Tt.Region})}}else{var _=e.positionAt(n.getTokenOffset()+n.getTokenLength()).line;c<_&&s({startLine:c,endLine:_,kind:Tt.Comment})}break}}r=n.scan()}var k=t&&t.rangeLimit||Number.MAX_VALUE;return i.length>k?vo(i,k):i}function yo(e,t){function n(r){for(var i=To(e,r),a=void 0,l=void 0,o=i.length-1;o>=0;o--){var s=i[o];(!a||s[0]!==a[0]||s[1]!==a[1])&&(l=Et.create(j.create(e.positionAt(i[o][0]),e.positionAt(i[o][1])),l)),a=s}return l||(l=Et.create(j.create(r,r))),l}return t.map(n)}function To(e,t){var n=gr(e.getText()),r=e.offsetAt(t),i=n.findNodeAt(r),a=ko(i);if(i.startTagEnd&&!i.endTagStart){if(i.startTagEnd!==i.end)return[[i.start,i.end]];var l=j.create(e.positionAt(i.startTagEnd-2),e.positionAt(i.startTagEnd)),o=e.getText(l);o==="/>"?a.unshift([i.start+1,i.startTagEnd-2]):a.unshift([i.start+1,i.startTagEnd-1]);var s=Rr(e,i,r);return a=s.concat(a),a}if(!i.startTagEnd||!i.endTagStart)return a;if(a.unshift([i.start,i.end]),i.start<r&&r<i.startTagEnd){a.unshift([i.start+1,i.startTagEnd-1]);var s=Rr(e,i,r);return a=s.concat(a),a}else return i.startTagEnd<=r&&r<=i.endTagStart?(a.unshift([i.startTagEnd,i.endTagStart]),a):(r>=i.endTagStart+2&&a.unshift([i.endTagStart+2,i.end-1]),a)}function ko(e){for(var t=e,n=function(i){return i.startTagEnd&&i.endTagStart&&i.startTagEnd<i.endTagStart?[[i.startTagEnd,i.endTagStart],[i.start,i.end]]:[[i.start,i.end]]},r=[];t.parent;)t=t.parent,n(t).forEach(function(i){return r.push(i)});return r}function Rr(e,t,n){for(var r=j.create(e.positionAt(t.start),e.positionAt(t.end)),i=e.getText(r),a=n-t.start,l=fe(i),o=l.scan(),s=t.start,u=[],c=!1,h=-1;o!==D.EOS;){switch(o){case D.AttributeName:{if(a<l.getTokenOffset()){c=!1;break}a<=l.getTokenEnd()&&u.unshift([l.getTokenOffset(),l.getTokenEnd()]),c=!0,h=l.getTokenOffset();break}case D.AttributeValue:{if(!c)break;var d=l.getTokenText();if(a<l.getTokenOffset()){u.push([h,l.getTokenEnd()]);break}a>=l.getTokenOffset()&&a<=l.getTokenEnd()&&(u.unshift([l.getTokenOffset(),l.getTokenEnd()]),(d[0]==='"'&&d[d.length-1]==='"'||d[0]==="'"&&d[d.length-1]==="'")&&a>=l.getTokenOffset()+1&&a<=l.getTokenEnd()-1&&u.unshift([l.getTokenOffset()+1,l.getTokenEnd()-1]),u.push([h,l.getTokenEnd()]));break}}o=l.scan()}return u.map(function(f){return[f[0]+s,f[1]+s]})}var Ao={version:1.1,tags:[{name:"html",description:{kind:"markdown",value:"The html element represents the root of an HTML document."},attributes:[{name:"manifest",description:{kind:"markdown",value:"Specifies the URI of a resource manifest indicating resources that should be cached locally. See [Using the application cache](https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache) for details."}},{name:"version",description:'Specifies the version of the HTML [Document Type Definition](https://developer.mozilla.org/en-US/docs/Glossary/DTD "Document Type Definition: In HTML, the doctype is the required "<!DOCTYPE html>" preamble found at the top of all documents. Its sole purpose is to prevent a browser from switching into so-called \u201Cquirks mode\u201D when rendering a document; that is, the "<!DOCTYPE html>" doctype ensures that the browser makes a best-effort attempt at following the relevant specifications, rather than using a different rendering mode that is incompatible with some specifications.") that governs the current document. This attribute is not needed, because it is redundant with the version information in the document type declaration.'},{name:"xmlns",description:'Specifies the XML Namespace of the document. Default value is `"http://www.w3.org/1999/xhtml"`. This is required in documents parsed with XML parsers, and optional in text/html documents.'}],references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Element/html"}]},{name:"head",description:{kind:"markdown",value:"The head element represents a collection of metadata for the Document."},attributes:[{name:"profile",description:"The URIs of one or more metadata profiles, separated by white space."}],references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Element/head"}]},{name:"title",description:{kind:"markdown",value:"The title element represents the document's title or name. Authors should use titles that identify their documents even when they are used out of context, for example in a user's history or bookmarks, or in search results. The document's title is often different from its first heading, since the first heading does not have to stand alone when taken out of context."},attributes:[],references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Element/title"}]},{name:"base",description:{kind:"markdown",value:"The base element allows authors to specify the document base URL for the purposes of resolving relative URLs, and the name of the default browsing context for the purposes of following hyperlinks. The element does not represent any content beyond this information."},attributes:[{name:"href",description:{kind:"markdown",value:"The base URL to be used throughout the document for relative URL addresses. If this attribute is specified, this element must come before any other elements with attributes whose values are URLs. Absolute and relative URLs are allowed."}},{name:"target",description:{kind:"markdown",value:"A name or keyword indicating the default location to display the result when hyperlinks or forms cause navigation, for elements that do not have an explicit target reference. It is a name of, or keyword for, a _browsing context_ (for example: tab, window, or inline frame). The following keywords have special meanings:\n\n* `_self`: Load the result into the same browsing context as the current one. This value is the default if the attribute is not specified.\n* `_blank`: Load the result into a new unnamed browsing context.\n* `_parent`: Load the result into the parent browsing context of the current one. If there is no parent, this option behaves the same way as `_self`.\n* `_top`: Load the result into the top-level browsing context (that is, the browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this option behaves the same way as `_self`.\n\nIf this attribute is specified, this element must come before any other elements with attributes whose values are URLs."}}],references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Element/base"}]},{name:"link",description:{kind:"markdown",value:"The link element allows authors to link their document to other resources."},attributes:[{name:"href",description:{kind:"markdown",value:'This attribute specifies the [URL](https://developer.mozilla.org/en-US/docs/Glossary/URL "URL: Uniform Resource Locator (URL) is a text string specifying where a resource can be found on the Internet.") of the linked resource. A URL can be absolute or relative.'}},{name:"crossorigin",valueSet:"xo",description:{kind:"markdown",value:'This enumerated attribute indicates whether [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS "CORS: CORS (Cross-Origin Resource Sharing) is a system, consisting of transmitting HTTP headers, that determines whether browsers block frontend JavaScript code from accessing responses for cross-origin requests.") must be used when fetching the resource. [CORS-enabled images](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_Enabled_Image) can be reused in the [`<canvas>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas "Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations.") element without being _tainted_. The allowed values are:\n\n`anonymous`\n\nA cross-origin request (i.e. with an [`Origin`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin "The Origin request header indicates where a fetch originates from. It doesn\'t include any path information, but only the server name. It is sent with CORS requests, as well as with POST requests. It is similar to the Referer header, but, unlike this header, it doesn\'t disclose the whole path.") HTTP header) is performed, but no credential is sent (i.e. no cookie, X.509 certificate, or HTTP Basic authentication). If the server does not give credentials to the origin site (by not setting the [`Access-Control-Allow-Origin`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin "The Access-Control-Allow-Origin response header indicates whether the response can be shared with requesting code from the given origin.") HTTP header) the image will be tainted and its usage restricted.\n\n`use-credentials`\n\nA cross-origin request (i.e. with an `Origin` HTTP header) is performed along with a credential sent (i.e. a cookie, certificate, and/or HTTP Basic authentication is performed). If the server does not give credentials to the origin site (through [`Access-Control-Allow-Credentials`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials "The Access-Control-Allow-Credentials response header tells browsers whether to expose the response to frontend JavaScript code when the request\'s credentials mode (Request.credentials) is "include".") HTTP header), the resource will be _tainted_ and its usage restricted.\n\nIf the attribute is not present, the resource is fetched without a [CORS](https://developer.mozilla.org/en-US/docs/Glossary/CORS "CORS: CORS (Cross-Origin Resource Sharing) is a system, consisting of transmitting HTTP headers, that determines whether browsers block frontend JavaScript code from accessing responses for cross-origin requests.") request (i.e. without sending the `Origin` HTTP header), preventing its non-tainted usage. If invalid, it is handled as if the enumerated keyword **anonymous** was used. See [CORS settings attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) for additional information.'}},{name:"rel",description:{kind:"markdown",value:"This attribute names a relationship of the linked document to the current document. The attribute must be a space-separated list of the [link types values](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types)."}},{name:"media",description:{kind:"markdown",value:"This attribute specifies the media that the linked resource applies to. Its value must be a media type / [media query](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_queries). This attribute is mainly useful when linking to external stylesheets \u2014 it allows the user agent to pick the best adapted one for the device it runs on.\n\n**Notes:**\n\n* In HTML 4, this can only be a simple white-space-separated list of media description literals, i.e., [media types and groups](https://developer.mozilla.org/en-US/docs/Web/CSS/@media), where defined and allowed as values for this attribute, such as `print`, `screen`, `aural`, `braille`. HTML5 extended this to any kind of [media queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_queries), which are a superset of the allowed values of HTML 4.\n* Browsers not supporting [CSS3 Media Queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_queries) won't necessarily recognize the adequate link; do not forget to set fallback links, the restricted set of media queries defined in HTML 4."}},{name:"hreflang",description:{kind:"markdown",value:"This attribute indicates the language of the linked resource. It is purely advisory. Allowed values are determined by [BCP47](https://www.ietf.org/rfc/bcp/bcp47.txt). Use this attribute only if the [`href`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-href) attribute is present."}},{name:"type",description:{kind:"markdown",value:'This attribute is used to define the type of the content linked to. The value of the attribute should be a MIME type such as **text/html**, **text/css**, and so on. The common use of this attribute is to define the type of stylesheet being referenced (such as **text/css**), but given that CSS is the only stylesheet language used on the web, not only is it possible to omit the `type` attribute, but is actually now recommended practice. It is also used on `rel="preload"` link types, to make sure the browser only downloads file types that it supports.'}},{name:"sizes",description:{kind:"markdown",value:"This attribute defines the sizes of the icons for visual media contained in the resource. It must be present only if the [`rel`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#attr-rel) contains a value of `icon` or a non-standard type such as Apple's `apple-touch-icon`. It may have the following values:\n\n* `any`, meaning that the icon can be scaled to any size as it is in a vector format, like `image/svg+xml`.\n* a white-space separated list of sizes, each in the format `_<width in pixels>_x_<height in pixels>_` or `_<width in pixels>_X_<height in pixels>_`. Each of these sizes must be contained in the resource.\n\n**Note:** Most icon formats are only able to store one single icon; therefore most of the time the [`sizes`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-sizes) contains only one entry. MS's ICO format does, as well as Apple's ICNS. ICO is more ubiquitous; you should definitely use it."}},{name:"as",description:'This attribute is only used when `rel="preload"` or `rel="prefetch"` has been set on the `<link>` element. It specifies the type of content being loaded by the `<link>`, which is necessary for content prioritization, request matching, application of correct [content security policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP), and setting of correct [`Accept`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept "The Accept request HTTP header advertises which content types, expressed as MIME types, the client is able to understand. Using content negotiation, the server then selects one of the proposals, uses it and informs the client of its choice with the Content-Type response header. Browsers set adequate values for this header depending on\xA0the context where the request is done: when fetching a CSS stylesheet a different value is set for the request than when fetching an image,\xA0video or a script.") request header.'},{name:"importance",description:"Indicates the relative importance of the resource. Priority hints are delegated using the values:"},{name:"importance",description:'**`auto`**: Indicates\xA0**no\xA0preference**. The browser may use its own heuristics to decide the priority of the resource.\n\n**`high`**: Indicates to the\xA0browser\xA0that the resource is of\xA0**high** priority.\n\n**`low`**:\xA0Indicates to the\xA0browser\xA0that the resource is of\xA0**low** priority.\n\n**Note:** The `importance` attribute may only be used for the `<link>` element if `rel="preload"` or `rel="prefetch"` is present.'},{name:"integrity",description:"Contains inline metadata \u2014 a base64-encoded cryptographic hash of the resource (file) you\u2019re telling the browser to fetch. The browser can use this to verify that the fetched resource has been delivered free of unexpected manipulation. See [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity)."},{name:"referrerpolicy",description:'A string indicating which referrer to use when fetching the resource:\n\n* `no-referrer` means that the [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer "The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.") header will not be sent.\n* `no-referrer-when-downgrade` means that no [`Referer`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer "The Referer request header contains the address of the previous web page from which a link to the currently requested page was followed. The Referer header allows servers to identify where people are visiting them from and may use that data for analytics, logging, or optimized caching, for example.") header will be sent when navigating to an origin without TLS (HTTPS). This is a user agent\u2019s default behavior, if no policy is otherwise specified.\n* `origin` means that the referrer will be the origin of the page, which is roughly the scheme, the host, and the port.\n* `origin-when-cross-origin` means that navigating to other origins will be limited to the scheme, the host, and the port, while navigating on the same origin will include the referrer\'s path.\n* `unsafe-url` means that the referrer will include the origin and the path (but not the fragment, password, or username). This case is unsafe because it can leak origins and paths from TLS-protected resources to insecure origins.'},{name:"title",description:'The `title` attribute has special semantics on the `<link>` element. When used on a `<link rel="stylesheet">` it defines a [preferred or an alternate stylesheet](https://developer.mozilla.org/en-US/docs/Web/CSS/Alternative_style_sheets). Incorrectly using it may [cause the stylesheet to be ignored](https://developer.mozilla.org/en-US/docs/Correctly_Using_Titles_With_External_Stylesheets).'}],references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Element/link"}]},{name:"meta",description:{kind:"markdown",value:"The meta element represents various kinds of metadata that cannot be expressed using the title, base, link, style, and script elements."},attributes:[{name:"name",description:{kind:"markdown",value:`This attribute defines the name of a piece of document-level metadata. It should not be set if one of the attributes [\`itemprop\`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes#attr-itemprop), [\`http-equiv\`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-http-equiv) or [\`charset\`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset) is also set.
54
54
 
55
55
  This metadata name is associated with the value contained by the [\`content\`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-content) attribute. The possible values for the name attribute are:
56
56
 
@@ -449,4 +449,4 @@ See [Browser compatibility](#Browser_compatibility) for notes on browser support
449
449
 
450
450
  * a _negative value_ means that the element should be focusable, but should not be reachable via sequential keyboard navigation;
451
451
  * \`0\` means that the element should be focusable and reachable via sequential keyboard navigation, but its relative order is defined by the platform convention;
452
- * a _positive value_ means that the element should be focusable and reachable via sequential keyboard navigation; the order in which the elements are focused is the increasing value of the [**tabindex**](#attr-tabindex). If several elements share the same tabindex, their relative order follows their relative positions in the document.`},references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Global_attributes/tabindex"}]},{name:"title",description:{kind:"markdown",value:"Contains a text representing advisory information related to the element it belongs to. Such information can typically, but not necessarily, be presented to the user as a tooltip."},references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Global_attributes/title"}]},{name:"translate",description:{kind:"markdown",value:"An enumerated attribute that is used to specify whether an element's attribute values and the values of its [`Text`](/en-US/docs/Web/API/Text \"The Text interface represents the textual content of Element or Attr. If an element has no markup within its content, it has a single child implementing Text that contains the element's text. However, if the element contains markup, it is parsed into information items and Text nodes that form its children.\") node children are to be translated when the page is localized, or whether to leave them unchanged. It can have the following values:\n\n* empty string and `yes`, which indicates that the element will be translated.\n* `no`, which indicates that the element will not be translated."},valueSet:"y",references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Global_attributes/translate"}]},{name:"onabort",description:{kind:"markdown",value:"The loading of a resource has been aborted."}},{name:"onblur",description:{kind:"markdown",value:"An element has lost focus (does not bubble)."}},{name:"oncanplay",description:{kind:"markdown",value:"The user agent can play the media, but estimates that not enough data has been loaded to play the media up to its end without having to stop for further buffering of content."}},{name:"oncanplaythrough",description:{kind:"markdown",value:"The user agent can play the media up to its end without having to stop for further buffering of content."}},{name:"onchange",description:{kind:"markdown",value:"The change event is fired for <input>, <select>, and <textarea> elements when a change to the element's value is committed by the user."}},{name:"onclick",description:{kind:"markdown",value:"A pointing device button has been pressed and released on an element."}},{name:"oncontextmenu",description:{kind:"markdown",value:"The right button of the mouse is clicked (before the context menu is displayed)."}},{name:"ondblclick",description:{kind:"markdown",value:"A pointing device button is clicked twice on an element."}},{name:"ondrag",description:{kind:"markdown",value:"An element or text selection is being dragged (every 350ms)."}},{name:"ondragend",description:{kind:"markdown",value:"A drag operation is being ended (by releasing a mouse button or hitting the escape key)."}},{name:"ondragenter",description:{kind:"markdown",value:"A dragged element or text selection enters a valid drop target."}},{name:"ondragleave",description:{kind:"markdown",value:"A dragged element or text selection leaves a valid drop target."}},{name:"ondragover",description:{kind:"markdown",value:"An element or text selection is being dragged over a valid drop target (every 350ms)."}},{name:"ondragstart",description:{kind:"markdown",value:"The user starts dragging an element or text selection."}},{name:"ondrop",description:{kind:"markdown",value:"An element is dropped on a valid drop target."}},{name:"ondurationchange",description:{kind:"markdown",value:"The duration attribute has been updated."}},{name:"onemptied",description:{kind:"markdown",value:"The media has become empty; for example, this event is sent if the media has already been loaded (or partially loaded), and the load() method is called to reload it."}},{name:"onended",description:{kind:"markdown",value:"Playback has stopped because the end of the media was reached."}},{name:"onerror",description:{kind:"markdown",value:"A resource failed to load."}},{name:"onfocus",description:{kind:"markdown",value:"An element has received focus (does not bubble)."}},{name:"onformchange"},{name:"onforminput"},{name:"oninput",description:{kind:"markdown",value:"The value of an element changes or the content of an element with the attribute contenteditable is modified."}},{name:"oninvalid",description:{kind:"markdown",value:"A submittable element has been checked and doesn't satisfy its constraints."}},{name:"onkeydown",description:{kind:"markdown",value:"A key is pressed down."}},{name:"onkeypress",description:{kind:"markdown",value:"A key is pressed down and that key normally produces a character value (use input instead)."}},{name:"onkeyup",description:{kind:"markdown",value:"A key is released."}},{name:"onload",description:{kind:"markdown",value:"A resource and its dependent resources have finished loading."}},{name:"onloadeddata",description:{kind:"markdown",value:"The first frame of the media has finished loading."}},{name:"onloadedmetadata",description:{kind:"markdown",value:"The metadata has been loaded."}},{name:"onloadstart",description:{kind:"markdown",value:"Progress has begun."}},{name:"onmousedown",description:{kind:"markdown",value:"A pointing device button (usually a mouse) is pressed on an element."}},{name:"onmousemove",description:{kind:"markdown",value:"A pointing device is moved over an element."}},{name:"onmouseout",description:{kind:"markdown",value:"A pointing device is moved off the element that has the listener attached or off one of its children."}},{name:"onmouseover",description:{kind:"markdown",value:"A pointing device is moved onto the element that has the listener attached or onto one of its children."}},{name:"onmouseup",description:{kind:"markdown",value:"A pointing device button is released over an element."}},{name:"onmousewheel"},{name:"onmouseenter",description:{kind:"markdown",value:"A pointing device is moved onto the element that has the listener attached."}},{name:"onmouseleave",description:{kind:"markdown",value:"A pointing device is moved off the element that has the listener attached."}},{name:"onpause",description:{kind:"markdown",value:"Playback has been paused."}},{name:"onplay",description:{kind:"markdown",value:"Playback has begun."}},{name:"onplaying",description:{kind:"markdown",value:"Playback is ready to start after having been paused or delayed due to lack of data."}},{name:"onprogress",description:{kind:"markdown",value:"In progress."}},{name:"onratechange",description:{kind:"markdown",value:"The playback rate has changed."}},{name:"onreset",description:{kind:"markdown",value:"A form is reset."}},{name:"onresize",description:{kind:"markdown",value:"The document view has been resized."}},{name:"onreadystatechange",description:{kind:"markdown",value:"The readyState attribute of a document has changed."}},{name:"onscroll",description:{kind:"markdown",value:"The document view or an element has been scrolled."}},{name:"onseeked",description:{kind:"markdown",value:"A seek operation completed."}},{name:"onseeking",description:{kind:"markdown",value:"A seek operation began."}},{name:"onselect",description:{kind:"markdown",value:"Some text is being selected."}},{name:"onshow",description:{kind:"markdown",value:"A contextmenu event was fired on/bubbled to an element that has a contextmenu attribute"}},{name:"onstalled",description:{kind:"markdown",value:"The user agent is trying to fetch media data, but data is unexpectedly not forthcoming."}},{name:"onsubmit",description:{kind:"markdown",value:"A form is submitted."}},{name:"onsuspend",description:{kind:"markdown",value:"Media data loading has been suspended."}},{name:"ontimeupdate",description:{kind:"markdown",value:"The time indicated by the currentTime attribute has been updated."}},{name:"onvolumechange",description:{kind:"markdown",value:"The volume has changed."}},{name:"onwaiting",description:{kind:"markdown",value:"Playback has stopped because of a temporary lack of data."}},{name:"onpointercancel",description:{kind:"markdown",value:"The pointer is unlikely to produce any more events."}},{name:"onpointerdown",description:{kind:"markdown",value:"The pointer enters the active buttons state."}},{name:"onpointerenter",description:{kind:"markdown",value:"Pointing device is moved inside the hit-testing boundary."}},{name:"onpointerleave",description:{kind:"markdown",value:"Pointing device is moved out of the hit-testing boundary."}},{name:"onpointerlockchange",description:{kind:"markdown",value:"The pointer was locked or released."}},{name:"onpointerlockerror",description:{kind:"markdown",value:"It was impossible to lock the pointer for technical reasons or because the permission was denied."}},{name:"onpointermove",description:{kind:"markdown",value:"The pointer changed coordinates."}},{name:"onpointerout",description:{kind:"markdown",value:"The pointing device moved out of hit-testing boundary or leaves detectable hover range."}},{name:"onpointerover",description:{kind:"markdown",value:"The pointing device is moved into the hit-testing boundary."}},{name:"onpointerup",description:{kind:"markdown",value:"The pointer leaves the active buttons state."}},{name:"aria-activedescendant",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-activedescendant"}],description:{kind:"markdown",value:"Identifies the currently active element when DOM focus is on a [`composite`](https://www.w3.org/TR/wai-aria-1.1/#composite) widget, [`textbox`](https://www.w3.org/TR/wai-aria-1.1/#textbox), [`group`](https://www.w3.org/TR/wai-aria-1.1/#group), or [`application`](https://www.w3.org/TR/wai-aria-1.1/#application)."}},{name:"aria-atomic",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-atomic"}],description:{kind:"markdown",value:"Indicates whether [assistive technologies](https://www.w3.org/TR/wai-aria-1.1/#dfn-assistive-technology) will present all, or only parts of, the changed region based on the change notifications defined by the [`aria-relevant`](https://www.w3.org/TR/wai-aria-1.1/#aria-relevant) attribute."}},{name:"aria-autocomplete",valueSet:"autocomplete",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete"}],description:{kind:"markdown",value:"Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made."}},{name:"aria-busy",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-busy"}],description:{kind:"markdown",value:"Indicates an element is being modified and that assistive technologies _MAY_ want to wait until the modifications are complete before exposing them to the user."}},{name:"aria-checked",valueSet:"tristate",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-checked"}],description:{kind:"markdown",value:'Indicates the current "checked" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of checkboxes, radio buttons, and other [widgets](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-pressed`](https://www.w3.org/TR/wai-aria-1.1/#aria-pressed) and [`aria-selected`](https://www.w3.org/TR/wai-aria-1.1/#aria-selected).'}},{name:"aria-colcount",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-colcount"}],description:{kind:"markdown",value:"Defines the total number of columns in a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-colindex)."}},{name:"aria-colindex",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-colindex"}],description:{kind:"markdown",value:"Defines an [element's](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) column index or position with respect to the total number of columns within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colcount`](https://www.w3.org/TR/wai-aria-1.1/#aria-colcount) and [`aria-colspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-colspan)."}},{name:"aria-colspan",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-colspan"}],description:{kind:"markdown",value:"Defines the number of columns spanned by a cell or gridcell within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-colindex) and [`aria-rowspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan)."}},{name:"aria-controls",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-controls"}],description:{kind:"markdown",value:"Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) whose contents or presence are controlled by the current element. See related [`aria-owns`](https://www.w3.org/TR/wai-aria-1.1/#aria-owns)."}},{name:"aria-current",valueSet:"current",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-current"}],description:{kind:"markdown",value:"Indicates the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that represents the current item within a container or set of related elements."}},{name:"aria-describedat",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-describedat"}]},{name:"aria-describedby",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-describedby"}],description:{kind:"markdown",value:"Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) that describes the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-labelledby`](https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby)."}},{name:"aria-disabled",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-disabled"}],description:{kind:"markdown",value:"Indicates that the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is [perceivable](https://www.w3.org/TR/wai-aria-1.1/#dfn-perceivable) but disabled, so it is not editable or otherwise [operable](https://www.w3.org/TR/wai-aria-1.1/#dfn-operable). See related [`aria-hidden`](https://www.w3.org/TR/wai-aria-1.1/#aria-hidden) and [`aria-readonly`](https://www.w3.org/TR/wai-aria-1.1/#aria-readonly)."}},{name:"aria-dropeffect",valueSet:"dropeffect",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-dropeffect"}],description:{kind:"markdown",value:"\\[Deprecated in ARIA 1.1\\] Indicates what functions can be performed when a dragged object is released on the drop target."}},{name:"aria-errormessage",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage"}],description:{kind:"markdown",value:"Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that provides an error message for the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-invalid`](https://www.w3.org/TR/wai-aria-1.1/#aria-invalid) and [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."}},{name:"aria-expanded",valueSet:"u",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-expanded"}],description:{kind:"markdown",value:"Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed."}},{name:"aria-flowto",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-flowto"}],description:{kind:"markdown",value:"Identifies the next [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order."}},{name:"aria-grabbed",valueSet:"u",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-grabbed"}],description:{kind:"markdown",value:`\\[Deprecated in ARIA 1.1\\] Indicates an element's "grabbed" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) in a drag-and-drop operation.`}},{name:"aria-haspopup",valueSet:"haspopup",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup"}],description:{kind:"markdown",value:"Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)."}},{name:"aria-hidden",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-hidden"}],description:{kind:"markdown",value:"Indicates whether the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is exposed to an accessibility API. See related [`aria-disabled`](https://www.w3.org/TR/wai-aria-1.1/#aria-disabled)."}},{name:"aria-invalid",valueSet:"invalid",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-invalid"}],description:{kind:"markdown",value:"Indicates the entered value does not conform to the format expected by the application. See related [`aria-errormessage`](https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage)."}},{name:"aria-kbdshortcuts",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-kbdshortcuts"}]},{name:"aria-label",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-label"}],description:{kind:"markdown",value:"Defines a string value that labels the current element. See related [`aria-labelledby`](https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby)."}},{name:"aria-labelledby",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby"}],description:{kind:"markdown",value:"Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) that labels the current element. See related [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."}},{name:"aria-level",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-level"}],description:{kind:"markdown",value:"Defines the hierarchical level of an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) within a structure."}},{name:"aria-live",valueSet:"live",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-live"}],description:{kind:"markdown",value:"Indicates that an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) will be updated, and describes the types of updates the [user agents](https://www.w3.org/TR/wai-aria-1.1/#dfn-user-agent), [assistive technologies](https://www.w3.org/TR/wai-aria-1.1/#dfn-assistive-technology), and user can expect from the [live region](https://www.w3.org/TR/wai-aria-1.1/#dfn-live-region)."}},{name:"aria-modal",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-modal"}],description:{kind:"markdown",value:"Indicates whether an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is modal when displayed."}},{name:"aria-multiline",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-multiline"}],description:{kind:"markdown",value:"Indicates whether a text box accepts multiple lines of input or only a single line."}},{name:"aria-multiselectable",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-multiselectable"}],description:{kind:"markdown",value:"Indicates that the user may select more than one item from the current selectable descendants."}},{name:"aria-orientation",valueSet:"orientation",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-orientation"}],description:{kind:"markdown",value:"Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous."}},{name:"aria-owns",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-owns"}],description:{kind:"markdown",value:"Identifies an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) in order to define a visual, functional, or contextual parent/child [relationship](https://www.w3.org/TR/wai-aria-1.1/#dfn-relationship) between DOM elements where the DOM hierarchy cannot be used to represent the relationship. See related [`aria-controls`](https://www.w3.org/TR/wai-aria-1.1/#aria-controls)."}},{name:"aria-placeholder",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-placeholder"}],description:{kind:"markdown",value:"Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format."}},{name:"aria-posinset",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-posinset"}],description:{kind:"markdown",value:"Defines an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)'s number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related [`aria-setsize`](https://www.w3.org/TR/wai-aria-1.1/#aria-setsize)."}},{name:"aria-pressed",valueSet:"tristate",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-pressed"}],description:{kind:"markdown",value:'Indicates the current "pressed" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of toggle buttons. See related [`aria-checked`](https://www.w3.org/TR/wai-aria-1.1/#aria-checked) and [`aria-selected`](https://www.w3.org/TR/wai-aria-1.1/#aria-selected).'}},{name:"aria-readonly",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-readonly"}],description:{kind:"markdown",value:"Indicates that the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is not editable, but is otherwise [operable](https://www.w3.org/TR/wai-aria-1.1/#dfn-operable). See related [`aria-disabled`](https://www.w3.org/TR/wai-aria-1.1/#aria-disabled)."}},{name:"aria-relevant",valueSet:"relevant",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-relevant"}],description:{kind:"markdown",value:"Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. See related [`aria-atomic`](https://www.w3.org/TR/wai-aria-1.1/#aria-atomic)."}},{name:"aria-required",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-required"}],description:{kind:"markdown",value:"Indicates that user input is required on the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) before a form may be submitted."}},{name:"aria-roledescription",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-roledescription"}],description:{kind:"markdown",value:"Defines a human-readable, author-localized description for the [role](https://www.w3.org/TR/wai-aria-1.1/#dfn-role) of an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)."}},{name:"aria-rowcount",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-rowcount"}],description:{kind:"markdown",value:"Defines the total number of rows in a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex)."}},{name:"aria-rowindex",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex"}],description:{kind:"markdown",value:"Defines an [element's](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) row index or position with respect to the total number of rows within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowcount`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowcount) and [`aria-rowspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan)."}},{name:"aria-rowspan",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan"}],description:{kind:"markdown",value:"Defines the number of rows spanned by a cell or gridcell within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex) and [`aria-colspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-colspan)."}},{name:"aria-selected",valueSet:"u",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-selected"}],description:{kind:"markdown",value:'Indicates the current "selected" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of various [widgets](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-checked`](https://www.w3.org/TR/wai-aria-1.1/#aria-checked) and [`aria-pressed`](https://www.w3.org/TR/wai-aria-1.1/#aria-pressed).'}},{name:"aria-setsize",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-setsize"}],description:{kind:"markdown",value:"Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related [`aria-posinset`](https://www.w3.org/TR/wai-aria-1.1/#aria-posinset)."}},{name:"aria-sort",valueSet:"sort",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-sort"}],description:{kind:"markdown",value:"Indicates if items in a table or grid are sorted in ascending or descending order."}},{name:"aria-valuemax",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-valuemax"}],description:{kind:"markdown",value:"Defines the maximum allowed value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."}},{name:"aria-valuemin",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-valuemin"}],description:{kind:"markdown",value:"Defines the minimum allowed value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."}},{name:"aria-valuenow",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-valuenow"}],description:{kind:"markdown",value:"Defines the current value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-valuetext`](https://www.w3.org/TR/wai-aria-1.1/#aria-valuetext)."}},{name:"aria-valuetext",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-valuetext"}],description:{kind:"markdown",value:"Defines the human readable text alternative of [`aria-valuenow`](https://www.w3.org/TR/wai-aria-1.1/#aria-valuenow) for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."}},{name:"aria-details",description:{kind:"markdown",value:"Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that provides a detailed, extended description for the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."}},{name:"aria-keyshortcuts",description:{kind:"markdown",value:"Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element."}}],valueSets:[{name:"b",values:[{name:"true"},{name:"false"}]},{name:"u",values:[{name:"true"},{name:"false"},{name:"undefined"}]},{name:"o",values:[{name:"on"},{name:"off"}]},{name:"y",values:[{name:"yes"},{name:"no"}]},{name:"w",values:[{name:"soft"},{name:"hard"}]},{name:"d",values:[{name:"ltr"},{name:"rtl"},{name:"auto"}]},{name:"m",values:[{name:"get",description:{kind:"markdown",value:"Corresponds to the HTTP [GET method](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3); form data are appended to the `action` attribute URI with a '?' as separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters."}},{name:"post",description:{kind:"markdown",value:"Corresponds to the HTTP [POST method](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5); form data are included in the body of the form and sent to the server."}},{name:"dialog",description:{kind:"markdown",value:"Use when the form is inside a [`<dialog>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) element to close the dialog when submitted."}}]},{name:"fm",values:[{name:"get"},{name:"post"}]},{name:"s",values:[{name:"row"},{name:"col"},{name:"rowgroup"},{name:"colgroup"}]},{name:"t",values:[{name:"hidden"},{name:"text"},{name:"search"},{name:"tel"},{name:"url"},{name:"email"},{name:"password"},{name:"datetime"},{name:"date"},{name:"month"},{name:"week"},{name:"time"},{name:"datetime-local"},{name:"number"},{name:"range"},{name:"color"},{name:"checkbox"},{name:"radio"},{name:"file"},{name:"submit"},{name:"image"},{name:"reset"},{name:"button"}]},{name:"im",values:[{name:"verbatim"},{name:"latin"},{name:"latin-name"},{name:"latin-prose"},{name:"full-width-latin"},{name:"kana"},{name:"kana-name"},{name:"katakana"},{name:"numeric"},{name:"tel"},{name:"email"},{name:"url"}]},{name:"bt",values:[{name:"button"},{name:"submit"},{name:"reset"},{name:"menu"}]},{name:"lt",values:[{name:"1"},{name:"a"},{name:"A"},{name:"i"},{name:"I"}]},{name:"mt",values:[{name:"context"},{name:"toolbar"}]},{name:"mit",values:[{name:"command"},{name:"checkbox"},{name:"radio"}]},{name:"et",values:[{name:"application/x-www-form-urlencoded"},{name:"multipart/form-data"},{name:"text/plain"}]},{name:"tk",values:[{name:"subtitles"},{name:"captions"},{name:"descriptions"},{name:"chapters"},{name:"metadata"}]},{name:"pl",values:[{name:"none"},{name:"metadata"},{name:"auto"}]},{name:"sh",values:[{name:"circle"},{name:"default"},{name:"poly"},{name:"rect"}]},{name:"xo",values:[{name:"anonymous"},{name:"use-credentials"}]},{name:"sb",values:[{name:"allow-forms"},{name:"allow-modals"},{name:"allow-pointer-lock"},{name:"allow-popups"},{name:"allow-popups-to-escape-sandbox"},{name:"allow-same-origin"},{name:"allow-scripts"},{name:"allow-top-navigation"}]},{name:"tristate",values:[{name:"true"},{name:"false"},{name:"mixed"},{name:"undefined"}]},{name:"inputautocomplete",values:[{name:"additional-name"},{name:"address-level1"},{name:"address-level2"},{name:"address-level3"},{name:"address-level4"},{name:"address-line1"},{name:"address-line2"},{name:"address-line3"},{name:"bday"},{name:"bday-year"},{name:"bday-day"},{name:"bday-month"},{name:"billing"},{name:"cc-additional-name"},{name:"cc-csc"},{name:"cc-exp"},{name:"cc-exp-month"},{name:"cc-exp-year"},{name:"cc-family-name"},{name:"cc-given-name"},{name:"cc-name"},{name:"cc-number"},{name:"cc-type"},{name:"country"},{name:"country-name"},{name:"current-password"},{name:"email"},{name:"family-name"},{name:"fax"},{name:"given-name"},{name:"home"},{name:"honorific-prefix"},{name:"honorific-suffix"},{name:"impp"},{name:"language"},{name:"mobile"},{name:"name"},{name:"new-password"},{name:"nickname"},{name:"organization"},{name:"organization-title"},{name:"pager"},{name:"photo"},{name:"postal-code"},{name:"sex"},{name:"shipping"},{name:"street-address"},{name:"tel-area-code"},{name:"tel"},{name:"tel-country-code"},{name:"tel-extension"},{name:"tel-local"},{name:"tel-local-prefix"},{name:"tel-local-suffix"},{name:"tel-national"},{name:"transaction-amount"},{name:"transaction-currency"},{name:"url"},{name:"username"},{name:"work"}]},{name:"autocomplete",values:[{name:"inline"},{name:"list"},{name:"both"},{name:"none"}]},{name:"current",values:[{name:"page"},{name:"step"},{name:"location"},{name:"date"},{name:"time"},{name:"true"},{name:"false"}]},{name:"dropeffect",values:[{name:"copy"},{name:"move"},{name:"link"},{name:"execute"},{name:"popup"},{name:"none"}]},{name:"invalid",values:[{name:"grammar"},{name:"false"},{name:"spelling"},{name:"true"}]},{name:"live",values:[{name:"off"},{name:"polite"},{name:"assertive"}]},{name:"orientation",values:[{name:"vertical"},{name:"horizontal"},{name:"undefined"}]},{name:"relevant",values:[{name:"additions"},{name:"removals"},{name:"text"},{name:"all"},{name:"additions text"}]},{name:"sort",values:[{name:"ascending"},{name:"descending"},{name:"none"},{name:"other"}]},{name:"roles",values:[{name:"alert"},{name:"alertdialog"},{name:"button"},{name:"checkbox"},{name:"dialog"},{name:"gridcell"},{name:"link"},{name:"log"},{name:"marquee"},{name:"menuitem"},{name:"menuitemcheckbox"},{name:"menuitemradio"},{name:"option"},{name:"progressbar"},{name:"radio"},{name:"scrollbar"},{name:"searchbox"},{name:"slider"},{name:"spinbutton"},{name:"status"},{name:"switch"},{name:"tab"},{name:"tabpanel"},{name:"textbox"},{name:"timer"},{name:"tooltip"},{name:"treeitem"},{name:"combobox"},{name:"grid"},{name:"listbox"},{name:"menu"},{name:"menubar"},{name:"radiogroup"},{name:"tablist"},{name:"tree"},{name:"treegrid"},{name:"application"},{name:"article"},{name:"cell"},{name:"columnheader"},{name:"definition"},{name:"directory"},{name:"document"},{name:"feed"},{name:"figure"},{name:"group"},{name:"heading"},{name:"img"},{name:"list"},{name:"listitem"},{name:"math"},{name:"none"},{name:"note"},{name:"presentation"},{name:"region"},{name:"row"},{name:"rowgroup"},{name:"rowheader"},{name:"separator"},{name:"table"},{name:"term"},{name:"text"},{name:"toolbar"},{name:"banner"},{name:"complementary"},{name:"contentinfo"},{name:"form"},{name:"main"},{name:"navigation"},{name:"region"},{name:"search"},{name:"doc-abstract"},{name:"doc-acknowledgments"},{name:"doc-afterword"},{name:"doc-appendix"},{name:"doc-backlink"},{name:"doc-biblioentry"},{name:"doc-bibliography"},{name:"doc-biblioref"},{name:"doc-chapter"},{name:"doc-colophon"},{name:"doc-conclusion"},{name:"doc-cover"},{name:"doc-credit"},{name:"doc-credits"},{name:"doc-dedication"},{name:"doc-endnote"},{name:"doc-endnotes"},{name:"doc-epigraph"},{name:"doc-epilogue"},{name:"doc-errata"},{name:"doc-example"},{name:"doc-footnote"},{name:"doc-foreword"},{name:"doc-glossary"},{name:"doc-glossref"},{name:"doc-index"},{name:"doc-introduction"},{name:"doc-noteref"},{name:"doc-notice"},{name:"doc-pagebreak"},{name:"doc-pagelist"},{name:"doc-part"},{name:"doc-preface"},{name:"doc-prologue"},{name:"doc-pullquote"},{name:"doc-qna"},{name:"doc-subtitle"},{name:"doc-tip"},{name:"doc-toc"}]},{name:"metanames",values:[{name:"application-name"},{name:"author"},{name:"description"},{name:"format-detection"},{name:"generator"},{name:"keywords"},{name:"publisher"},{name:"referrer"},{name:"robots"},{name:"theme-color"},{name:"viewport"}]},{name:"haspopup",values:[{name:"false",description:{kind:"markdown",value:"(default) Indicates the element does not have a popup."}},{name:"true",description:{kind:"markdown",value:"Indicates the popup is a menu."}},{name:"menu",description:{kind:"markdown",value:"Indicates the popup is a menu."}},{name:"listbox",description:{kind:"markdown",value:"Indicates the popup is a listbox."}},{name:"tree",description:{kind:"markdown",value:"Indicates the popup is a tree."}},{name:"grid",description:{kind:"markdown",value:"Indicates the popup is a grid."}},{name:"dialog",description:{kind:"markdown",value:"Indicates the popup is a dialog."}}]}]},Ao=function(){function e(t){this.dataProviders=[],this.setDataProviders(t.useDefaultDataProvider!==!1,t.customDataProviders||[])}return e.prototype.setDataProviders=function(t,n){var r;this.dataProviders=[],t&&this.dataProviders.push(new vr("html5",So)),(r=this.dataProviders).push.apply(r,n)},e.prototype.getDataProviders=function(){return this.dataProviders},e}(),xo={};function Do(e){e===void 0&&(e=xo);var t=new Ao(e),n=new Js(e,t),r=new Gs(e,t);return{setDataProviders:t.setDataProviders.bind(t),createScanner:fe,parseHTMLDocument:function(i){return _r(i.getText())},doComplete:r.doComplete.bind(r),doComplete2:r.doComplete2.bind(r),setCompletionParticipants:r.setCompletionParticipants.bind(r),doHover:n.doHover.bind(n),format:no,findDocumentHighlights:po,findDocumentLinks:ho,findDocumentSymbols:mo,getFoldingRanges:wo,getSelectionRanges:yo,doTagComplete:r.doTagComplete.bind(r),doRename:_o,findMatchingTagPosition:vo,findOnTypeRenameRanges:Mr,findLinkedEditingRanges:Mr}}function Co(e,t){return new vr(e,t)}var Eo=class{constructor(e,t){this._ctx=e,this._languageSettings=t.languageSettings,this._languageId=t.languageId;const n=this._languageSettings.data,r=n==null?void 0:n.useDefaultDataProvider,i=[];if(n==null?void 0:n.dataProviders)for(const a in n.dataProviders)i.push(Co(a,n.dataProviders[a]));this._languageService=Do({useDefaultDataProvider:r,customDataProviders:i})}async doComplete(e,t){let n=this._getTextDocument(e);if(!n)return null;let r=this._languageService.parseHTMLDocument(n);return Promise.resolve(this._languageService.doComplete(n,t,r,this._languageSettings&&this._languageSettings.suggest))}async format(e,t,n){let r=this._getTextDocument(e);if(!r)return[];let i=wn(wn({},this._languageSettings.format),n),a=this._languageService.format(r,t,i);return Promise.resolve(a)}async doHover(e,t){let n=this._getTextDocument(e);if(!n)return null;let r=this._languageService.parseHTMLDocument(n),i=this._languageService.doHover(n,t,r);return Promise.resolve(i)}async findDocumentHighlights(e,t){let n=this._getTextDocument(e);if(!n)return[];let r=this._languageService.parseHTMLDocument(n),i=this._languageService.findDocumentHighlights(n,t,r);return Promise.resolve(i)}async findDocumentLinks(e){let t=this._getTextDocument(e);if(!t)return[];let n=this._languageService.findDocumentLinks(t,null);return Promise.resolve(n)}async findDocumentSymbols(e){let t=this._getTextDocument(e);if(!t)return[];let n=this._languageService.parseHTMLDocument(t),r=this._languageService.findDocumentSymbols(t,n);return Promise.resolve(r)}async getFoldingRanges(e,t){let n=this._getTextDocument(e);if(!n)return[];let r=this._languageService.getFoldingRanges(n,t);return Promise.resolve(r)}async getSelectionRanges(e,t){let n=this._getTextDocument(e);if(!n)return[];let r=this._languageService.getSelectionRanges(n,t);return Promise.resolve(r)}async doRename(e,t,n){let r=this._getTextDocument(e);if(!r)return null;let i=this._languageService.parseHTMLDocument(r),a=this._languageService.doRename(r,t,n,i);return Promise.resolve(a)}_getTextDocument(e){let t=this._ctx.getMirrorModels();for(let n of t)if(n.uri.toString()===e)return mn.create(e,this._languageId,n.version,n.getValue());return null}};self.onmessage=()=>{Mi((e,t)=>new Eo(e,t))}})();
452
+ * a _positive value_ means that the element should be focusable and reachable via sequential keyboard navigation; the order in which the elements are focused is the increasing value of the [**tabindex**](#attr-tabindex). If several elements share the same tabindex, their relative order follows their relative positions in the document.`},references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Global_attributes/tabindex"}]},{name:"title",description:{kind:"markdown",value:"Contains a text representing advisory information related to the element it belongs to. Such information can typically, but not necessarily, be presented to the user as a tooltip."},references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Global_attributes/title"}]},{name:"translate",description:{kind:"markdown",value:"An enumerated attribute that is used to specify whether an element's attribute values and the values of its [`Text`](/en-US/docs/Web/API/Text \"The Text interface represents the textual content of Element or Attr. If an element has no markup within its content, it has a single child implementing Text that contains the element's text. However, if the element contains markup, it is parsed into information items and Text nodes that form its children.\") node children are to be translated when the page is localized, or whether to leave them unchanged. It can have the following values:\n\n* empty string and `yes`, which indicates that the element will be translated.\n* `no`, which indicates that the element will not be translated."},valueSet:"y",references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/HTML/Global_attributes/translate"}]},{name:"onabort",description:{kind:"markdown",value:"The loading of a resource has been aborted."}},{name:"onblur",description:{kind:"markdown",value:"An element has lost focus (does not bubble)."}},{name:"oncanplay",description:{kind:"markdown",value:"The user agent can play the media, but estimates that not enough data has been loaded to play the media up to its end without having to stop for further buffering of content."}},{name:"oncanplaythrough",description:{kind:"markdown",value:"The user agent can play the media up to its end without having to stop for further buffering of content."}},{name:"onchange",description:{kind:"markdown",value:"The change event is fired for <input>, <select>, and <textarea> elements when a change to the element's value is committed by the user."}},{name:"onclick",description:{kind:"markdown",value:"A pointing device button has been pressed and released on an element."}},{name:"oncontextmenu",description:{kind:"markdown",value:"The right button of the mouse is clicked (before the context menu is displayed)."}},{name:"ondblclick",description:{kind:"markdown",value:"A pointing device button is clicked twice on an element."}},{name:"ondrag",description:{kind:"markdown",value:"An element or text selection is being dragged (every 350ms)."}},{name:"ondragend",description:{kind:"markdown",value:"A drag operation is being ended (by releasing a mouse button or hitting the escape key)."}},{name:"ondragenter",description:{kind:"markdown",value:"A dragged element or text selection enters a valid drop target."}},{name:"ondragleave",description:{kind:"markdown",value:"A dragged element or text selection leaves a valid drop target."}},{name:"ondragover",description:{kind:"markdown",value:"An element or text selection is being dragged over a valid drop target (every 350ms)."}},{name:"ondragstart",description:{kind:"markdown",value:"The user starts dragging an element or text selection."}},{name:"ondrop",description:{kind:"markdown",value:"An element is dropped on a valid drop target."}},{name:"ondurationchange",description:{kind:"markdown",value:"The duration attribute has been updated."}},{name:"onemptied",description:{kind:"markdown",value:"The media has become empty; for example, this event is sent if the media has already been loaded (or partially loaded), and the load() method is called to reload it."}},{name:"onended",description:{kind:"markdown",value:"Playback has stopped because the end of the media was reached."}},{name:"onerror",description:{kind:"markdown",value:"A resource failed to load."}},{name:"onfocus",description:{kind:"markdown",value:"An element has received focus (does not bubble)."}},{name:"onformchange"},{name:"onforminput"},{name:"oninput",description:{kind:"markdown",value:"The value of an element changes or the content of an element with the attribute contenteditable is modified."}},{name:"oninvalid",description:{kind:"markdown",value:"A submittable element has been checked and doesn't satisfy its constraints."}},{name:"onkeydown",description:{kind:"markdown",value:"A key is pressed down."}},{name:"onkeypress",description:{kind:"markdown",value:"A key is pressed down and that key normally produces a character value (use input instead)."}},{name:"onkeyup",description:{kind:"markdown",value:"A key is released."}},{name:"onload",description:{kind:"markdown",value:"A resource and its dependent resources have finished loading."}},{name:"onloadeddata",description:{kind:"markdown",value:"The first frame of the media has finished loading."}},{name:"onloadedmetadata",description:{kind:"markdown",value:"The metadata has been loaded."}},{name:"onloadstart",description:{kind:"markdown",value:"Progress has begun."}},{name:"onmousedown",description:{kind:"markdown",value:"A pointing device button (usually a mouse) is pressed on an element."}},{name:"onmousemove",description:{kind:"markdown",value:"A pointing device is moved over an element."}},{name:"onmouseout",description:{kind:"markdown",value:"A pointing device is moved off the element that has the listener attached or off one of its children."}},{name:"onmouseover",description:{kind:"markdown",value:"A pointing device is moved onto the element that has the listener attached or onto one of its children."}},{name:"onmouseup",description:{kind:"markdown",value:"A pointing device button is released over an element."}},{name:"onmousewheel"},{name:"onmouseenter",description:{kind:"markdown",value:"A pointing device is moved onto the element that has the listener attached."}},{name:"onmouseleave",description:{kind:"markdown",value:"A pointing device is moved off the element that has the listener attached."}},{name:"onpause",description:{kind:"markdown",value:"Playback has been paused."}},{name:"onplay",description:{kind:"markdown",value:"Playback has begun."}},{name:"onplaying",description:{kind:"markdown",value:"Playback is ready to start after having been paused or delayed due to lack of data."}},{name:"onprogress",description:{kind:"markdown",value:"In progress."}},{name:"onratechange",description:{kind:"markdown",value:"The playback rate has changed."}},{name:"onreset",description:{kind:"markdown",value:"A form is reset."}},{name:"onresize",description:{kind:"markdown",value:"The document view has been resized."}},{name:"onreadystatechange",description:{kind:"markdown",value:"The readyState attribute of a document has changed."}},{name:"onscroll",description:{kind:"markdown",value:"The document view or an element has been scrolled."}},{name:"onseeked",description:{kind:"markdown",value:"A seek operation completed."}},{name:"onseeking",description:{kind:"markdown",value:"A seek operation began."}},{name:"onselect",description:{kind:"markdown",value:"Some text is being selected."}},{name:"onshow",description:{kind:"markdown",value:"A contextmenu event was fired on/bubbled to an element that has a contextmenu attribute"}},{name:"onstalled",description:{kind:"markdown",value:"The user agent is trying to fetch media data, but data is unexpectedly not forthcoming."}},{name:"onsubmit",description:{kind:"markdown",value:"A form is submitted."}},{name:"onsuspend",description:{kind:"markdown",value:"Media data loading has been suspended."}},{name:"ontimeupdate",description:{kind:"markdown",value:"The time indicated by the currentTime attribute has been updated."}},{name:"onvolumechange",description:{kind:"markdown",value:"The volume has changed."}},{name:"onwaiting",description:{kind:"markdown",value:"Playback has stopped because of a temporary lack of data."}},{name:"onpointercancel",description:{kind:"markdown",value:"The pointer is unlikely to produce any more events."}},{name:"onpointerdown",description:{kind:"markdown",value:"The pointer enters the active buttons state."}},{name:"onpointerenter",description:{kind:"markdown",value:"Pointing device is moved inside the hit-testing boundary."}},{name:"onpointerleave",description:{kind:"markdown",value:"Pointing device is moved out of the hit-testing boundary."}},{name:"onpointerlockchange",description:{kind:"markdown",value:"The pointer was locked or released."}},{name:"onpointerlockerror",description:{kind:"markdown",value:"It was impossible to lock the pointer for technical reasons or because the permission was denied."}},{name:"onpointermove",description:{kind:"markdown",value:"The pointer changed coordinates."}},{name:"onpointerout",description:{kind:"markdown",value:"The pointing device moved out of hit-testing boundary or leaves detectable hover range."}},{name:"onpointerover",description:{kind:"markdown",value:"The pointing device is moved into the hit-testing boundary."}},{name:"onpointerup",description:{kind:"markdown",value:"The pointer leaves the active buttons state."}},{name:"aria-activedescendant",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-activedescendant"}],description:{kind:"markdown",value:"Identifies the currently active element when DOM focus is on a [`composite`](https://www.w3.org/TR/wai-aria-1.1/#composite) widget, [`textbox`](https://www.w3.org/TR/wai-aria-1.1/#textbox), [`group`](https://www.w3.org/TR/wai-aria-1.1/#group), or [`application`](https://www.w3.org/TR/wai-aria-1.1/#application)."}},{name:"aria-atomic",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-atomic"}],description:{kind:"markdown",value:"Indicates whether [assistive technologies](https://www.w3.org/TR/wai-aria-1.1/#dfn-assistive-technology) will present all, or only parts of, the changed region based on the change notifications defined by the [`aria-relevant`](https://www.w3.org/TR/wai-aria-1.1/#aria-relevant) attribute."}},{name:"aria-autocomplete",valueSet:"autocomplete",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete"}],description:{kind:"markdown",value:"Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made."}},{name:"aria-busy",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-busy"}],description:{kind:"markdown",value:"Indicates an element is being modified and that assistive technologies _MAY_ want to wait until the modifications are complete before exposing them to the user."}},{name:"aria-checked",valueSet:"tristate",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-checked"}],description:{kind:"markdown",value:'Indicates the current "checked" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of checkboxes, radio buttons, and other [widgets](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-pressed`](https://www.w3.org/TR/wai-aria-1.1/#aria-pressed) and [`aria-selected`](https://www.w3.org/TR/wai-aria-1.1/#aria-selected).'}},{name:"aria-colcount",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-colcount"}],description:{kind:"markdown",value:"Defines the total number of columns in a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-colindex)."}},{name:"aria-colindex",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-colindex"}],description:{kind:"markdown",value:"Defines an [element's](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) column index or position with respect to the total number of columns within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colcount`](https://www.w3.org/TR/wai-aria-1.1/#aria-colcount) and [`aria-colspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-colspan)."}},{name:"aria-colspan",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-colspan"}],description:{kind:"markdown",value:"Defines the number of columns spanned by a cell or gridcell within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-colindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-colindex) and [`aria-rowspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan)."}},{name:"aria-controls",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-controls"}],description:{kind:"markdown",value:"Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) whose contents or presence are controlled by the current element. See related [`aria-owns`](https://www.w3.org/TR/wai-aria-1.1/#aria-owns)."}},{name:"aria-current",valueSet:"current",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-current"}],description:{kind:"markdown",value:"Indicates the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that represents the current item within a container or set of related elements."}},{name:"aria-describedat",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-describedat"}]},{name:"aria-describedby",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-describedby"}],description:{kind:"markdown",value:"Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) that describes the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-labelledby`](https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby)."}},{name:"aria-disabled",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-disabled"}],description:{kind:"markdown",value:"Indicates that the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is [perceivable](https://www.w3.org/TR/wai-aria-1.1/#dfn-perceivable) but disabled, so it is not editable or otherwise [operable](https://www.w3.org/TR/wai-aria-1.1/#dfn-operable). See related [`aria-hidden`](https://www.w3.org/TR/wai-aria-1.1/#aria-hidden) and [`aria-readonly`](https://www.w3.org/TR/wai-aria-1.1/#aria-readonly)."}},{name:"aria-dropeffect",valueSet:"dropeffect",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-dropeffect"}],description:{kind:"markdown",value:"\\[Deprecated in ARIA 1.1\\] Indicates what functions can be performed when a dragged object is released on the drop target."}},{name:"aria-errormessage",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage"}],description:{kind:"markdown",value:"Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that provides an error message for the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-invalid`](https://www.w3.org/TR/wai-aria-1.1/#aria-invalid) and [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."}},{name:"aria-expanded",valueSet:"u",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-expanded"}],description:{kind:"markdown",value:"Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed."}},{name:"aria-flowto",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-flowto"}],description:{kind:"markdown",value:"Identifies the next [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order."}},{name:"aria-grabbed",valueSet:"u",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-grabbed"}],description:{kind:"markdown",value:`\\[Deprecated in ARIA 1.1\\] Indicates an element's "grabbed" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) in a drag-and-drop operation.`}},{name:"aria-haspopup",valueSet:"haspopup",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup"}],description:{kind:"markdown",value:"Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)."}},{name:"aria-hidden",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-hidden"}],description:{kind:"markdown",value:"Indicates whether the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is exposed to an accessibility API. See related [`aria-disabled`](https://www.w3.org/TR/wai-aria-1.1/#aria-disabled)."}},{name:"aria-invalid",valueSet:"invalid",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-invalid"}],description:{kind:"markdown",value:"Indicates the entered value does not conform to the format expected by the application. See related [`aria-errormessage`](https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage)."}},{name:"aria-kbdshortcuts",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-kbdshortcuts"}]},{name:"aria-label",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-label"}],description:{kind:"markdown",value:"Defines a string value that labels the current element. See related [`aria-labelledby`](https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby)."}},{name:"aria-labelledby",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby"}],description:{kind:"markdown",value:"Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) that labels the current element. See related [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."}},{name:"aria-level",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-level"}],description:{kind:"markdown",value:"Defines the hierarchical level of an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) within a structure."}},{name:"aria-live",valueSet:"live",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-live"}],description:{kind:"markdown",value:"Indicates that an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) will be updated, and describes the types of updates the [user agents](https://www.w3.org/TR/wai-aria-1.1/#dfn-user-agent), [assistive technologies](https://www.w3.org/TR/wai-aria-1.1/#dfn-assistive-technology), and user can expect from the [live region](https://www.w3.org/TR/wai-aria-1.1/#dfn-live-region)."}},{name:"aria-modal",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-modal"}],description:{kind:"markdown",value:"Indicates whether an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is modal when displayed."}},{name:"aria-multiline",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-multiline"}],description:{kind:"markdown",value:"Indicates whether a text box accepts multiple lines of input or only a single line."}},{name:"aria-multiselectable",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-multiselectable"}],description:{kind:"markdown",value:"Indicates that the user may select more than one item from the current selectable descendants."}},{name:"aria-orientation",valueSet:"orientation",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-orientation"}],description:{kind:"markdown",value:"Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous."}},{name:"aria-owns",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-owns"}],description:{kind:"markdown",value:"Identifies an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) (or elements) in order to define a visual, functional, or contextual parent/child [relationship](https://www.w3.org/TR/wai-aria-1.1/#dfn-relationship) between DOM elements where the DOM hierarchy cannot be used to represent the relationship. See related [`aria-controls`](https://www.w3.org/TR/wai-aria-1.1/#aria-controls)."}},{name:"aria-placeholder",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-placeholder"}],description:{kind:"markdown",value:"Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format."}},{name:"aria-posinset",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-posinset"}],description:{kind:"markdown",value:"Defines an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)'s number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related [`aria-setsize`](https://www.w3.org/TR/wai-aria-1.1/#aria-setsize)."}},{name:"aria-pressed",valueSet:"tristate",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-pressed"}],description:{kind:"markdown",value:'Indicates the current "pressed" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of toggle buttons. See related [`aria-checked`](https://www.w3.org/TR/wai-aria-1.1/#aria-checked) and [`aria-selected`](https://www.w3.org/TR/wai-aria-1.1/#aria-selected).'}},{name:"aria-readonly",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-readonly"}],description:{kind:"markdown",value:"Indicates that the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) is not editable, but is otherwise [operable](https://www.w3.org/TR/wai-aria-1.1/#dfn-operable). See related [`aria-disabled`](https://www.w3.org/TR/wai-aria-1.1/#aria-disabled)."}},{name:"aria-relevant",valueSet:"relevant",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-relevant"}],description:{kind:"markdown",value:"Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. See related [`aria-atomic`](https://www.w3.org/TR/wai-aria-1.1/#aria-atomic)."}},{name:"aria-required",valueSet:"b",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-required"}],description:{kind:"markdown",value:"Indicates that user input is required on the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) before a form may be submitted."}},{name:"aria-roledescription",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-roledescription"}],description:{kind:"markdown",value:"Defines a human-readable, author-localized description for the [role](https://www.w3.org/TR/wai-aria-1.1/#dfn-role) of an [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element)."}},{name:"aria-rowcount",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-rowcount"}],description:{kind:"markdown",value:"Defines the total number of rows in a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex)."}},{name:"aria-rowindex",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex"}],description:{kind:"markdown",value:"Defines an [element's](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) row index or position with respect to the total number of rows within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowcount`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowcount) and [`aria-rowspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan)."}},{name:"aria-rowspan",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-rowspan"}],description:{kind:"markdown",value:"Defines the number of rows spanned by a cell or gridcell within a [`table`](https://www.w3.org/TR/wai-aria-1.1/#table), [`grid`](https://www.w3.org/TR/wai-aria-1.1/#grid), or [`treegrid`](https://www.w3.org/TR/wai-aria-1.1/#treegrid). See related [`aria-rowindex`](https://www.w3.org/TR/wai-aria-1.1/#aria-rowindex) and [`aria-colspan`](https://www.w3.org/TR/wai-aria-1.1/#aria-colspan)."}},{name:"aria-selected",valueSet:"u",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-selected"}],description:{kind:"markdown",value:'Indicates the current "selected" [state](https://www.w3.org/TR/wai-aria-1.1/#dfn-state) of various [widgets](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-checked`](https://www.w3.org/TR/wai-aria-1.1/#aria-checked) and [`aria-pressed`](https://www.w3.org/TR/wai-aria-1.1/#aria-pressed).'}},{name:"aria-setsize",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-setsize"}],description:{kind:"markdown",value:"Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See related [`aria-posinset`](https://www.w3.org/TR/wai-aria-1.1/#aria-posinset)."}},{name:"aria-sort",valueSet:"sort",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-sort"}],description:{kind:"markdown",value:"Indicates if items in a table or grid are sorted in ascending or descending order."}},{name:"aria-valuemax",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-valuemax"}],description:{kind:"markdown",value:"Defines the maximum allowed value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."}},{name:"aria-valuemin",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-valuemin"}],description:{kind:"markdown",value:"Defines the minimum allowed value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."}},{name:"aria-valuenow",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-valuenow"}],description:{kind:"markdown",value:"Defines the current value for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget). See related [`aria-valuetext`](https://www.w3.org/TR/wai-aria-1.1/#aria-valuetext)."}},{name:"aria-valuetext",references:[{name:"WAI-ARIA Reference",url:"https://www.w3.org/TR/wai-aria-1.1/#aria-valuetext"}],description:{kind:"markdown",value:"Defines the human readable text alternative of [`aria-valuenow`](https://www.w3.org/TR/wai-aria-1.1/#aria-valuenow) for a range [widget](https://www.w3.org/TR/wai-aria-1.1/#dfn-widget)."}},{name:"aria-details",description:{kind:"markdown",value:"Identifies the [element](https://www.w3.org/TR/wai-aria-1.1/#dfn-element) that provides a detailed, extended description for the [object](https://www.w3.org/TR/wai-aria-1.1/#dfn-object). See related [`aria-describedby`](https://www.w3.org/TR/wai-aria-1.1/#aria-describedby)."}},{name:"aria-keyshortcuts",description:{kind:"markdown",value:"Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element."}}],valueSets:[{name:"b",values:[{name:"true"},{name:"false"}]},{name:"u",values:[{name:"true"},{name:"false"},{name:"undefined"}]},{name:"o",values:[{name:"on"},{name:"off"}]},{name:"y",values:[{name:"yes"},{name:"no"}]},{name:"w",values:[{name:"soft"},{name:"hard"}]},{name:"d",values:[{name:"ltr"},{name:"rtl"},{name:"auto"}]},{name:"m",values:[{name:"get",description:{kind:"markdown",value:"Corresponds to the HTTP [GET method](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3); form data are appended to the `action` attribute URI with a '?' as separator, and the resulting URI is sent to the server. Use this method when the form has no side-effects and contains only ASCII characters."}},{name:"post",description:{kind:"markdown",value:"Corresponds to the HTTP [POST method](https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5); form data are included in the body of the form and sent to the server."}},{name:"dialog",description:{kind:"markdown",value:"Use when the form is inside a [`<dialog>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) element to close the dialog when submitted."}}]},{name:"fm",values:[{name:"get"},{name:"post"}]},{name:"s",values:[{name:"row"},{name:"col"},{name:"rowgroup"},{name:"colgroup"}]},{name:"t",values:[{name:"hidden"},{name:"text"},{name:"search"},{name:"tel"},{name:"url"},{name:"email"},{name:"password"},{name:"datetime"},{name:"date"},{name:"month"},{name:"week"},{name:"time"},{name:"datetime-local"},{name:"number"},{name:"range"},{name:"color"},{name:"checkbox"},{name:"radio"},{name:"file"},{name:"submit"},{name:"image"},{name:"reset"},{name:"button"}]},{name:"im",values:[{name:"verbatim"},{name:"latin"},{name:"latin-name"},{name:"latin-prose"},{name:"full-width-latin"},{name:"kana"},{name:"kana-name"},{name:"katakana"},{name:"numeric"},{name:"tel"},{name:"email"},{name:"url"}]},{name:"bt",values:[{name:"button"},{name:"submit"},{name:"reset"},{name:"menu"}]},{name:"lt",values:[{name:"1"},{name:"a"},{name:"A"},{name:"i"},{name:"I"}]},{name:"mt",values:[{name:"context"},{name:"toolbar"}]},{name:"mit",values:[{name:"command"},{name:"checkbox"},{name:"radio"}]},{name:"et",values:[{name:"application/x-www-form-urlencoded"},{name:"multipart/form-data"},{name:"text/plain"}]},{name:"tk",values:[{name:"subtitles"},{name:"captions"},{name:"descriptions"},{name:"chapters"},{name:"metadata"}]},{name:"pl",values:[{name:"none"},{name:"metadata"},{name:"auto"}]},{name:"sh",values:[{name:"circle"},{name:"default"},{name:"poly"},{name:"rect"}]},{name:"xo",values:[{name:"anonymous"},{name:"use-credentials"}]},{name:"sb",values:[{name:"allow-forms"},{name:"allow-modals"},{name:"allow-pointer-lock"},{name:"allow-popups"},{name:"allow-popups-to-escape-sandbox"},{name:"allow-same-origin"},{name:"allow-scripts"},{name:"allow-top-navigation"}]},{name:"tristate",values:[{name:"true"},{name:"false"},{name:"mixed"},{name:"undefined"}]},{name:"inputautocomplete",values:[{name:"additional-name"},{name:"address-level1"},{name:"address-level2"},{name:"address-level3"},{name:"address-level4"},{name:"address-line1"},{name:"address-line2"},{name:"address-line3"},{name:"bday"},{name:"bday-year"},{name:"bday-day"},{name:"bday-month"},{name:"billing"},{name:"cc-additional-name"},{name:"cc-csc"},{name:"cc-exp"},{name:"cc-exp-month"},{name:"cc-exp-year"},{name:"cc-family-name"},{name:"cc-given-name"},{name:"cc-name"},{name:"cc-number"},{name:"cc-type"},{name:"country"},{name:"country-name"},{name:"current-password"},{name:"email"},{name:"family-name"},{name:"fax"},{name:"given-name"},{name:"home"},{name:"honorific-prefix"},{name:"honorific-suffix"},{name:"impp"},{name:"language"},{name:"mobile"},{name:"name"},{name:"new-password"},{name:"nickname"},{name:"organization"},{name:"organization-title"},{name:"pager"},{name:"photo"},{name:"postal-code"},{name:"sex"},{name:"shipping"},{name:"street-address"},{name:"tel-area-code"},{name:"tel"},{name:"tel-country-code"},{name:"tel-extension"},{name:"tel-local"},{name:"tel-local-prefix"},{name:"tel-local-suffix"},{name:"tel-national"},{name:"transaction-amount"},{name:"transaction-currency"},{name:"url"},{name:"username"},{name:"work"}]},{name:"autocomplete",values:[{name:"inline"},{name:"list"},{name:"both"},{name:"none"}]},{name:"current",values:[{name:"page"},{name:"step"},{name:"location"},{name:"date"},{name:"time"},{name:"true"},{name:"false"}]},{name:"dropeffect",values:[{name:"copy"},{name:"move"},{name:"link"},{name:"execute"},{name:"popup"},{name:"none"}]},{name:"invalid",values:[{name:"grammar"},{name:"false"},{name:"spelling"},{name:"true"}]},{name:"live",values:[{name:"off"},{name:"polite"},{name:"assertive"}]},{name:"orientation",values:[{name:"vertical"},{name:"horizontal"},{name:"undefined"}]},{name:"relevant",values:[{name:"additions"},{name:"removals"},{name:"text"},{name:"all"},{name:"additions text"}]},{name:"sort",values:[{name:"ascending"},{name:"descending"},{name:"none"},{name:"other"}]},{name:"roles",values:[{name:"alert"},{name:"alertdialog"},{name:"button"},{name:"checkbox"},{name:"dialog"},{name:"gridcell"},{name:"link"},{name:"log"},{name:"marquee"},{name:"menuitem"},{name:"menuitemcheckbox"},{name:"menuitemradio"},{name:"option"},{name:"progressbar"},{name:"radio"},{name:"scrollbar"},{name:"searchbox"},{name:"slider"},{name:"spinbutton"},{name:"status"},{name:"switch"},{name:"tab"},{name:"tabpanel"},{name:"textbox"},{name:"timer"},{name:"tooltip"},{name:"treeitem"},{name:"combobox"},{name:"grid"},{name:"listbox"},{name:"menu"},{name:"menubar"},{name:"radiogroup"},{name:"tablist"},{name:"tree"},{name:"treegrid"},{name:"application"},{name:"article"},{name:"cell"},{name:"columnheader"},{name:"definition"},{name:"directory"},{name:"document"},{name:"feed"},{name:"figure"},{name:"group"},{name:"heading"},{name:"img"},{name:"list"},{name:"listitem"},{name:"math"},{name:"none"},{name:"note"},{name:"presentation"},{name:"region"},{name:"row"},{name:"rowgroup"},{name:"rowheader"},{name:"separator"},{name:"table"},{name:"term"},{name:"text"},{name:"toolbar"},{name:"banner"},{name:"complementary"},{name:"contentinfo"},{name:"form"},{name:"main"},{name:"navigation"},{name:"region"},{name:"search"},{name:"doc-abstract"},{name:"doc-acknowledgments"},{name:"doc-afterword"},{name:"doc-appendix"},{name:"doc-backlink"},{name:"doc-biblioentry"},{name:"doc-bibliography"},{name:"doc-biblioref"},{name:"doc-chapter"},{name:"doc-colophon"},{name:"doc-conclusion"},{name:"doc-cover"},{name:"doc-credit"},{name:"doc-credits"},{name:"doc-dedication"},{name:"doc-endnote"},{name:"doc-endnotes"},{name:"doc-epigraph"},{name:"doc-epilogue"},{name:"doc-errata"},{name:"doc-example"},{name:"doc-footnote"},{name:"doc-foreword"},{name:"doc-glossary"},{name:"doc-glossref"},{name:"doc-index"},{name:"doc-introduction"},{name:"doc-noteref"},{name:"doc-notice"},{name:"doc-pagebreak"},{name:"doc-pagelist"},{name:"doc-part"},{name:"doc-preface"},{name:"doc-prologue"},{name:"doc-pullquote"},{name:"doc-qna"},{name:"doc-subtitle"},{name:"doc-tip"},{name:"doc-toc"}]},{name:"metanames",values:[{name:"application-name"},{name:"author"},{name:"description"},{name:"format-detection"},{name:"generator"},{name:"keywords"},{name:"publisher"},{name:"referrer"},{name:"robots"},{name:"theme-color"},{name:"viewport"}]},{name:"haspopup",values:[{name:"false",description:{kind:"markdown",value:"(default) Indicates the element does not have a popup."}},{name:"true",description:{kind:"markdown",value:"Indicates the popup is a menu."}},{name:"menu",description:{kind:"markdown",value:"Indicates the popup is a menu."}},{name:"listbox",description:{kind:"markdown",value:"Indicates the popup is a listbox."}},{name:"tree",description:{kind:"markdown",value:"Indicates the popup is a tree."}},{name:"grid",description:{kind:"markdown",value:"Indicates the popup is a grid."}},{name:"dialog",description:{kind:"markdown",value:"Indicates the popup is a dialog."}}]}]},So=function(){function e(t){this.dataProviders=[],this.setDataProviders(t.useDefaultDataProvider!==!1,t.customDataProviders||[])}return e.prototype.setDataProviders=function(t,n){var r;this.dataProviders=[],t&&this.dataProviders.push(new _r("html5",Ao)),(r=this.dataProviders).push.apply(r,n)},e.prototype.getDataProviders=function(){return this.dataProviders},e}(),xo={};function Lo(e){e===void 0&&(e=xo);var t=new So(e),n=new Qs(e,t),r=new Gs(e,t);return{setDataProviders:t.setDataProviders.bind(t),createScanner:fe,parseHTMLDocument:function(i){return gr(i.getText())},doComplete:r.doComplete.bind(r),doComplete2:r.doComplete2.bind(r),setCompletionParticipants:r.setCompletionParticipants.bind(r),doHover:n.doHover.bind(n),format:no,findDocumentHighlights:mo,findDocumentLinks:ho,findDocumentSymbols:po,getFoldingRanges:wo,getSelectionRanges:yo,doTagComplete:r.doTagComplete.bind(r),doRename:go,findMatchingTagPosition:_o,findOnTypeRenameRanges:Dr,findLinkedEditingRanges:Dr}}function Co(e,t){return new _r(e,t)}var Eo=class{constructor(e,t){this._ctx=e,this._languageSettings=t.languageSettings,this._languageId=t.languageId;const n=this._languageSettings.data,r=n==null?void 0:n.useDefaultDataProvider,i=[];if(n==null?void 0:n.dataProviders)for(const a in n.dataProviders)i.push(Co(a,n.dataProviders[a]));this._languageService=Lo({useDefaultDataProvider:r,customDataProviders:i})}async doComplete(e,t){let n=this._getTextDocument(e);if(!n)return null;let r=this._languageService.parseHTMLDocument(n);return Promise.resolve(this._languageService.doComplete(n,t,r,this._languageSettings&&this._languageSettings.suggest))}async format(e,t,n){let r=this._getTextDocument(e);if(!r)return[];let i=wn(wn({},this._languageSettings.format),n),a=this._languageService.format(r,t,i);return Promise.resolve(a)}async doHover(e,t){let n=this._getTextDocument(e);if(!n)return null;let r=this._languageService.parseHTMLDocument(n),i=this._languageService.doHover(n,t,r);return Promise.resolve(i)}async findDocumentHighlights(e,t){let n=this._getTextDocument(e);if(!n)return[];let r=this._languageService.parseHTMLDocument(n),i=this._languageService.findDocumentHighlights(n,t,r);return Promise.resolve(i)}async findDocumentLinks(e){let t=this._getTextDocument(e);if(!t)return[];let n=this._languageService.findDocumentLinks(t,null);return Promise.resolve(n)}async findDocumentSymbols(e){let t=this._getTextDocument(e);if(!t)return[];let n=this._languageService.parseHTMLDocument(t),r=this._languageService.findDocumentSymbols(t,n);return Promise.resolve(r)}async getFoldingRanges(e,t){let n=this._getTextDocument(e);if(!n)return[];let r=this._languageService.getFoldingRanges(n,t);return Promise.resolve(r)}async getSelectionRanges(e,t){let n=this._getTextDocument(e);if(!n)return[];let r=this._languageService.getSelectionRanges(n,t);return Promise.resolve(r)}async doRename(e,t,n){let r=this._getTextDocument(e);if(!r)return null;let i=this._languageService.parseHTMLDocument(r),a=this._languageService.doRename(r,t,n,i);return Promise.resolve(a)}_getTextDocument(e){let t=this._ctx.getMirrorModels();for(let n of t)if(n.uri.toString()===e)return pn.create(e,this._languageId,n.version,n.getValue());return null}};self.onmessage=()=>{Di((e,t)=>new Eo(e,t))}})();