!function(){"use strict";const e=new class{constructor(){this.listeners=[],this.unexpectedErrorHandler=function(e){setTimeout((()=>{if(e.stack)throw new Error(e.message+"\n\n"+e.stack);throw e}),0)}}emit(e){this.listeners.forEach((t=>{t(e)}))}onUnexpectedError(e){this.unexpectedErrorHandler(e),this.emit(e)}onUnexpectedExternalError(e){this.unexpectedErrorHandler(e)}};function t(t){(function(e){if(e instanceof i)return!0;return e instanceof Error&&e.name===r&&e.message===r})(t)||e.onUnexpectedError(t)}function n(e){if(e instanceof Error){let{name:t,message:n}=e;return{$isError:!0,name:t,message:n,stack:e.stacktrace||e.stack}}return e}const r="Canceled";class i extends Error{constructor(){super(r),this.name=this.message}}function o(e){const t=this;let n,r=!1;return function(){return r||(r=!0,n=e.apply(t,arguments)),n}}var s,a;!function(e){e.is=function(e){return e&&"object"==typeof e&&"function"==typeof e[Symbol.iterator]};const t=Object.freeze([]);e.empty=function(){return t},e.single=function*(e){yield e},e.from=function(e){return e||t},e.isEmpty=function(e){return!e||!0===e[Symbol.iterator]().next().done},e.first=function(e){return e[Symbol.iterator]().next().value},e.some=function(e,t){for(const n of e)if(t(n))return!0;return!1},e.find=function(e,t){for(const n of e)if(t(n))return n},e.filter=function*(e,t){for(const n of e)t(n)&&(yield n)},e.map=function*(e,t){let n=0;for(const r of e)yield t(r,n++)},e.concat=function*(...e){for(const t of e)for(const e of t)yield e},e.concatNested=function*(e){for(const t of e)for(const e of t)yield e},e.reduce=function(e,t,n){let r=n;for(const n of e)r=t(r,n);return r},e.slice=function*(e,t,n=e.length){for(t<0&&(t+=e.length),n<0?n+=e.length:n>e.length&&(n=e.length);ti}]},e.equals=function(e,t,n=(e,t)=>e===t){const r=e[Symbol.iterator](),i=t[Symbol.iterator]();for(;;){const e=r.next(),t=i.next();if(e.done!==t.done)return!1;if(e.done)return!0;if(!n(e.value,t.value))return!1}}}(s||(s={}));class l extends Error{constructor(e){super(`Encountered errors while disposing of store. Errors: [${e.join(", ")}]`),this.errors=e}}function c(e){if(s.is(e)){let t=[];for(const n of e)if(n)try{n.dispose()}catch(e){t.push(e)}if(1===t.length)throw t[0];if(t.length>1)throw new l(t);return Array.isArray(e)?[]:e}if(e)return e.dispose(),e}function d(e){return{dispose:o((()=>{e()}))}}class h{constructor(){this._toDispose=new Set,this._isDisposed=!1}dispose(){this._isDisposed||(this._isDisposed=!0,this.clear())}get isDisposed(){return this._isDisposed}clear(){try{c(this._toDispose.values())}finally{this._toDispose.clear()}}add(e){if(!e)return e;if(e===this)throw new Error("Cannot register a disposable on itself!");return this._isDisposed?h.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(e),e}}h.DISABLE_DISPOSED_WARNING=!1;class p{constructor(){this._store=new h,this._store}dispose(){this._store.dispose()}_register(e){if(e===this)throw new Error("Cannot register a disposable on itself!");return this._store.add(e)}}p.None=Object.freeze({dispose(){}});class u{constructor(e){this.element=e,this.next=u.Undefined,this.prev=u.Undefined}}u.Undefined=new u(void 0);class m{constructor(){this._first=u.Undefined,this._last=u.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===u.Undefined}clear(){let e=this._first;for(;e!==u.Undefined;){const t=e.next;e.prev=u.Undefined,e.next=u.Undefined,e=t}this._first=u.Undefined,this._last=u.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){const n=new u(e);if(this._first===u.Undefined)this._first=n,this._last=n;else if(t){const e=this._last;this._last=n,n.prev=e,e.next=n}else{const e=this._first;this._first=n,n.next=e,e.prev=n}this._size+=1;let r=!1;return()=>{r||(r=!0,this._remove(n))}}shift(){if(this._first!==u.Undefined){const e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==u.Undefined){const e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==u.Undefined&&e.next!==u.Undefined){const t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===u.Undefined&&e.next===u.Undefined?(this._first=u.Undefined,this._last=u.Undefined):e.next===u.Undefined?(this._last=this._last.prev,this._last.next=u.Undefined):e.prev===u.Undefined&&(this._first=this._first.next,this._first.prev=u.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==u.Undefined;)yield e.element,e=e.next}}const f="en";let g,b,y,v=!1,w=!1,x=!1,S=f;const C="object"==typeof self?self:"object"==typeof global?global:{};let k;void 0!==C.vscode&&void 0!==C.vscode.process?k=C.vscode.process:"undefined"!=typeof process&&(k=process);const _="string"==typeof(null===(a=null==k?void 0:k.versions)||void 0===a?void 0:a.electron)&&"renderer"===(null==k?void 0:k.type);if("object"!=typeof navigator||_)if("object"==typeof k){v="win32"===k.platform,w="darwin"===k.platform,x="linux"===k.platform,x&&k.env.SNAP&&k.env.SNAP_REVISION,g=f,S=f;const e=k.env.VSCODE_NLS_CONFIG;if(e)try{const t=JSON.parse(e),n=t.availableLanguages["*"];g=t.locale,S=n||f,b=t._translationsConfigFile}catch(e){}}else console.error("Unable to resolve platform.");else y=navigator.userAgent,v=y.indexOf("Windows")>=0,w=y.indexOf("Macintosh")>=0,(y.indexOf("Macintosh")>=0||y.indexOf("iPad")>=0||y.indexOf("iPhone")>=0)&&navigator.maxTouchPoints&&navigator.maxTouchPoints,x=y.indexOf("Linux")>=0,g=navigator.language,S=g;const E=v,F=w,D=x,R=y;(()=>{if("function"==typeof C.postMessage&&!C.importScripts){let e=[];C.addEventListener("message",(t=>{if(t.data&&t.data.vscodeScheduleAsyncWork)for(let n=0,r=e.length;n{const r=++t;e.push({id:r,callback:n}),C.postMessage({vscodeScheduleAsyncWork:r},"*")}}})();const N=!!(R&&R.indexOf("Chrome")>=0);R&&R.indexOf("Firefox"),!N&&R&&R.indexOf("Safari"),R&&R.indexOf("Edg/"),R&&R.indexOf("Android");const T=C.performance&&"function"==typeof C.performance.now;class A{constructor(e){this._highResolution=T&&e,this._startTime=this._now(),this._stopTime=-1}static create(e=!0){return new A(e)}stop(){this._stopTime=this._now()}elapsed(){return-1!==this._stopTime?this._stopTime-this._startTime:this._now()-this._startTime}_now(){return this._highResolution?C.performance.now():Date.now()}}var z,M;!function(e){function t(e){return(t,n=null,r)=>{let i,o=!1;return i=e((e=>{if(!o)return i?i.dispose():o=!0,t.call(n,e)}),null,r),o&&i.dispose(),i}}function n(e,t){return s(((n,r=null,i)=>e((e=>n.call(r,t(e))),null,i)))}function r(e,t){return s(((n,r=null,i)=>e((e=>{t(e),n.call(r,e)}),null,i)))}function i(e,t){return s(((n,r=null,i)=>e((e=>t(e)&&n.call(r,e)),null,i)))}function o(e,t,r){let i=r;return n(e,(e=>(i=t(i,e),i)))}function s(e){let t;const n=new P({onFirstListenerAdd(){t=e(n.fire,n)},onLastListenerRemove(){t.dispose()}});return n.event}function a(e,t,n=100,r=!1,i){let o,s,a,l=0;const c=new P({leakWarningThreshold:i,onFirstListenerAdd(){o=e((e=>{l++,s=t(s,e),r&&!a&&(c.fire(s),s=void 0),clearTimeout(a),a=setTimeout((()=>{const e=s;s=void 0,a=void 0,(!r||l>1)&&c.fire(e),l=0}),n)}))},onLastListenerRemove(){o.dispose()}});return c.event}function l(e,t=(e,t)=>e===t){let n,r=!0;return i(e,(e=>{const i=r||!t(e,n);return r=!1,n=e,i}))}e.None=()=>p.None,e.once=t,e.map=n,e.forEach=r,e.filter=i,e.signal=function(e){return e},e.any=function(...e){return(t,n=null,r)=>function(...e){return d((()=>c(e)))}(...e.map((e=>e((e=>t.call(n,e)),null,r))))},e.reduce=o,e.debouncedListener=function(e,t,n,r=100,i=!1){let o,s,a=0;return e((e=>{a++,o=n(o,e),i&&!s&&(t(o),o=void 0),clearTimeout(s),s=setTimeout((()=>{const e=o;o=void 0,s=void 0,(!i||a>1)&&t(e),a=0}),r)}))},e.debounce=a,e.latch=l,e.split=function(t,n){return[e.filter(t,n),e.filter(t,(e=>!n(e)))]},e.buffer=function(e,t=!1,n=[]){let r=n.slice(),i=e((e=>{r?r.push(e):s.fire(e)}));const o=()=>{r&&r.forEach((e=>s.fire(e))),r=null},s=new P({onFirstListenerAdd(){i||(i=e((e=>s.fire(e))))},onFirstListenerDidAdd(){r&&(t?setTimeout(o):o())},onLastListenerRemove(){i&&i.dispose(),i=null}});return s.event};class u{constructor(e){this.event=e}map(e){return new u(n(this.event,e))}forEach(e){return new u(r(this.event,e))}filter(e){return new u(i(this.event,e))}reduce(e,t){return new u(o(this.event,e,t))}latch(){return new u(l(this.event))}debounce(e,t=100,n=!1,r){return new u(a(this.event,e,t,n,r))}on(e,t,n){return this.event(e,t,n)}once(e,n,r){return t(this.event)(e,n,r)}}e.chain=function(e){return new u(e)},e.fromNodeEventEmitter=function(e,t,n=e=>e){const r=(...e)=>i.fire(n(...e)),i=new P({onFirstListenerAdd:()=>e.on(t,r),onLastListenerRemove:()=>e.removeListener(t,r)});return i.event},e.fromDOMEventEmitter=function(e,t,n=e=>e){const r=(...e)=>i.fire(n(...e)),i=new P({onFirstListenerAdd:()=>e.addEventListener(t,r),onLastListenerRemove:()=>e.removeEventListener(t,r)});return i.event},e.toPromise=function(e){return new Promise((n=>t(e)(n)))},e.runAndSubscribe=function(e,t){return t(void 0),e((e=>t(e)))},e.runAndSubscribeWithStore=function(e,t){let n=null;function r(e){null==n||n.dispose(),n=new h,t(e,n)}r(void 0);const i=e((e=>r(e)));return d((()=>{i.dispose(),null==n||n.dispose()}))}}(z||(z={}));class I{constructor(e){this._listenerCount=0,this._invocationCount=0,this._elapsedOverall=0,this._name=`${e}_${I._idPool++}`}start(e){this._stopWatch=new A(!0),this._listenerCount=e}stop(){if(this._stopWatch){const e=this._stopWatch.elapsed();this._elapsedOverall+=e,this._invocationCount+=1,console.info(`did FIRE ${this._name}: elapsed_ms: ${e.toFixed(5)}, listener: ${this._listenerCount} (elapsed_overall: ${this._elapsedOverall.toFixed(2)}, invocations: ${this._invocationCount})`),this._stopWatch=void 0}}}I._idPool=0;class P{constructor(e){var t;this._disposed=!1,this._options=e,this._leakageMon=void 0,this._perfMon=(null===(t=this._options)||void 0===t?void 0:t._profName)?new I(this._options._profName):void 0}get event(){return this._event||(this._event=(e,t,n)=>{var r;this._listeners||(this._listeners=new m);const i=this._listeners.isEmpty();i&&this._options&&this._options.onFirstListenerAdd&&this._options.onFirstListenerAdd(this);const o=this._listeners.push(t?[e,t]:e);i&&this._options&&this._options.onFirstListenerDidAdd&&this._options.onFirstListenerDidAdd(this),this._options&&this._options.onListenerDidAdd&&this._options.onListenerDidAdd(this,e,t);const s=null===(r=this._leakageMon)||void 0===r?void 0:r.check(this._listeners.size),a=d((()=>{if(s&&s(),!this._disposed&&(o(),this._options&&this._options.onLastListenerRemove)){this._listeners&&!this._listeners.isEmpty()||this._options.onLastListenerRemove(this)}}));return n instanceof h?n.add(a):Array.isArray(n)&&n.push(a),a}),this._event}fire(e){var n,r;if(this._listeners){this._deliveryQueue||(this._deliveryQueue=new m);for(let t of this._listeners)this._deliveryQueue.push([t,e]);for(null===(n=this._perfMon)||void 0===n||n.start(this._deliveryQueue.size);this._deliveryQueue.size>0;){const[e,n]=this._deliveryQueue.shift();try{"function"==typeof e?e.call(void 0,n):e[0].call(e[1],n)}catch(e){t(e)}}null===(r=this._perfMon)||void 0===r||r.stop()}}dispose(){var e,t,n,r,i;this._disposed||(this._disposed=!0,null===(e=this._listeners)||void 0===e||e.clear(),null===(t=this._deliveryQueue)||void 0===t||t.clear(),null===(r=null===(n=this._options)||void 0===n?void 0:n.onLastListenerRemove)||void 0===r||r.call(n),null===(i=this._leakageMon)||void 0===i||i.dispose())}}function O(e){const t=[];for(const n of function(e){let t=[],n=Object.getPrototypeOf(e);for(;Object.prototype!==n;)t=t.concat(Object.getOwnPropertyNames(n)),n=Object.getPrototypeOf(n);return t}(e))"function"==typeof e[n]&&t.push(n);return t}function L(e,t="Unreachable"){throw new Error(t)}class W{constructor(e){this.executor=e,this._didRun=!1}getValue(){if(!this._didRun)try{this._value=this.executor()}catch(e){this._error=e}finally{this._didRun=!0}if(this._error)throw this._error;return this._value}get rawValue(){return this._value}}function V(e){return e.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function U(e,t,n=0,r=e.length,i=0,o=t.length){for(;no)return 1}const s=r-n,a=o-i;return sa?1:0}function K(e){return e>=97&&e<=122}function B(e){return e>=65&&e<=90}function j(e,t){const n=t.length;return!(t.length>e.length)&&0===function(e,t,n=0,r=e.length,i=0,o=t.length){for(;n=128||a>=128)return U(e.toLowerCase(),t.toLowerCase(),n,r,i,o);K(s)&&(s-=32),K(a)&&(a-=32);const l=s-a;if(0!==l)return l}const s=r-n,a=o-i;return sa?1:0}(e,t,0,n)}function q(e){return 55296<=e&&e<=56319}function $(e,t,n){const r=e.charCodeAt(n);if(q(r)&&n+1JSON.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,91,10088,40,10098,40,12308,40,64830,40,65341,93,10089,41,10099,41,12309,41,64831,41,10100,123,119060,123,10101,125,65342,94,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,65372,124,65293,45,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,108,8739,73,9213,73,65512,73,1633,108,1777,73,66336,108,125127,108,120783,73,120793,73,120803,73,120813,73,120823,73,130033,73,65321,73,8544,73,8464,73,8465,73,119816,73,119868,73,119920,73,120024,73,120128,73,120180,73,120232,73,120284,73,120336,73,120388,73,120440,73,65356,108,8572,73,8467,108,119845,108,119897,108,119949,108,120001,108,120053,108,120105,73,120157,73,120209,73,120261,73,120313,73,120365,73,120417,73,120469,73,448,73,120496,73,120554,73,120612,73,120670,73,120728,73,11410,73,1030,73,1216,73,1493,108,1503,108,1575,108,126464,108,126592,108,65166,108,65165,108,1994,108,11599,73,5825,73,42226,73,93992,73,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,65282,34,65284,36,65285,37,65286,38,65290,42,65291,43,65294,46,65295,47,65296,48,65297,49,65298,50,65299,51,65300,52,65301,53,65302,54,65303,55,65304,56,65305,57,65308,60,65309,61,65310,62,65312,64,65316,68,65318,70,65319,71,65324,76,65329,81,65330,82,65333,85,65334,86,65335,87,65343,95,65346,98,65348,100,65350,102,65355,107,65357,109,65358,110,65361,113,65362,114,65364,116,65365,117,65367,119,65370,122,65371,123,65373,125],"_default":[160,32,8211,45,65374,126,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,73,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,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"cs":[65374,126,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,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"de":[65374,126,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,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"es":[8211,45,65374,126,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,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"fr":[65374,126,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,73,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,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"it":[160,32,8211,45,65374,126,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,73,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,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"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,73,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,65283,35,65292,44,65307,59],"ko":[8211,45,65374,126,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,73,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,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"pl":[65374,126,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,73,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,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"pt-BR":[65374,126,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,73,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,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"qps-ploc":[160,32,8211,45,65374,126,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,73,1052,77,1086,111,1054,79,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"ru":[65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,305,105,921,73,1009,112,215,120,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"tr":[160,32,8211,45,65374,126,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,73,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,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"zh-hans":[65374,126,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,73,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,65288,40,65289,41],"zh-hant":[8211,45,65374,126,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,73,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,65283,35,65307,59]}'))),H.cache=new class{constructor(e){this.computeFn=e,this.lastCache=void 0,this.lastArgKey=void 0}get(e){const t=JSON.stringify(e);return this.lastArgKey!==t&&(this.lastArgKey=t,this.lastCache=this.computeFn(e)),this.lastCache}}((e=>{function t(e){const t=new Map;for(let n=0;n!e.startsWith("_")&&e in r));0===o.length&&(o=["_default"]);for(const e of o){i=n(i,t(r[e]))}const s=function(e,t){const n=new Map(e);for(const[e,r]of t)n.set(e,r);return n}(t(r._common),i);return new H(s)})),H._locales=new W((()=>Object.keys(H.ambiguousCharacterData.getValue()).filter((e=>!e.startsWith("_")))));class G{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(G.getRawData())),this._data}static isInvisibleCharacter(e){return G.getData().has(e)}static get codePoints(){return G.getData()}}G._data=void 0;class J{constructor(e,t,n,r){this.vsWorker=e,this.req=t,this.method=n,this.args=r,this.type=0}}class X{constructor(e,t,n,r){this.vsWorker=e,this.seq=t,this.res=n,this.err=r,this.type=1}}class Y{constructor(e,t,n,r){this.vsWorker=e,this.req=t,this.eventName=n,this.arg=r,this.type=2}}class Z{constructor(e,t,n){this.vsWorker=e,this.req=t,this.event=n,this.type=3}}class Q{constructor(e,t){this.vsWorker=e,this.req=t,this.type=4}}class ee{constructor(e){this._workerId=-1,this._handler=e,this._lastSentReq=0,this._pendingReplies=Object.create(null),this._pendingEmitters=new Map,this._pendingEvents=new Map}setWorkerId(e){this._workerId=e}sendMessage(e,t){const n=String(++this._lastSentReq);return new Promise(((r,i)=>{this._pendingReplies[n]={resolve:r,reject:i},this._send(new J(this._workerId,n,e,t))}))}listen(e,t){let n=null;const r=new P({onFirstListenerAdd:()=>{n=String(++this._lastSentReq),this._pendingEmitters.set(n,r),this._send(new Y(this._workerId,n,e,t))},onLastListenerRemove:()=>{this._pendingEmitters.delete(n),this._send(new Q(this._workerId,n)),n=null}});return r.event}handleMessage(e){e&&e.vsWorker&&(-1!==this._workerId&&e.vsWorker!==this._workerId||this._handleMessage(e))}_handleMessage(e){switch(e.type){case 1:return this._handleReplyMessage(e);case 0:return this._handleRequestMessage(e);case 2:return this._handleSubscribeEventMessage(e);case 3:return this._handleEventMessage(e);case 4:return this._handleUnsubscribeEventMessage(e)}}_handleReplyMessage(e){if(!this._pendingReplies[e.seq])return void console.warn("Got reply to unknown seq");let t=this._pendingReplies[e.seq];if(delete this._pendingReplies[e.seq],e.err){let n=e.err;return e.err.$isError&&(n=new Error,n.name=e.err.name,n.message=e.err.message,n.stack=e.err.stack),void t.reject(n)}t.resolve(e.res)}_handleRequestMessage(e){let t=e.req;this._handler.handleMessage(e.method,e.args).then((e=>{this._send(new X(this._workerId,t,e,void 0))}),(e=>{e.detail instanceof Error&&(e.detail=n(e.detail)),this._send(new X(this._workerId,t,void 0,n(e)))}))}_handleSubscribeEventMessage(e){const t=e.req,n=this._handler.handleEvent(e.eventName,e.arg)((e=>{this._send(new Z(this._workerId,t,e))}));this._pendingEvents.set(t,n)}_handleEventMessage(e){this._pendingEmitters.has(e.req)?this._pendingEmitters.get(e.req).fire(e.event):console.warn("Got event for unknown req")}_handleUnsubscribeEventMessage(e){this._pendingEvents.has(e.req)?(this._pendingEvents.get(e.req).dispose(),this._pendingEvents.delete(e.req)):console.warn("Got unsubscribe for unknown req")}_send(e){let t=[];if(0===e.type)for(let n=0;n{e(t,n)},handleMessage:(e,t)=>this._handleMessage(e,t),handleEvent:(e,t)=>this._handleEvent(e,t)})}onmessage(e){this._protocol.handleMessage(e)}_handleMessage(e,t){if("$initialize"===e)return this.initialize(t[0],t[1],t[2],t[3]);if(!this._requestHandler||"function"!=typeof this._requestHandler[e])return Promise.reject(new Error("Missing requestHandler or method: "+e));try{return Promise.resolve(this._requestHandler[e].apply(this._requestHandler,t))}catch(e){return Promise.reject(e)}}_handleEvent(e,t){if(!this._requestHandler)throw new Error("Missing requestHandler");if(ne(e)){const n=this._requestHandler[e].call(this._requestHandler,t);if("function"!=typeof n)throw new Error(`Missing dynamic event ${e} on request handler.`);return n}if(te(e)){const t=this._requestHandler[e];if("function"!=typeof t)throw new Error(`Missing event ${e} on request handler.`);return t}throw new Error(`Malformed event name ${e}`)}initialize(e,t,n,r){this._protocol.setWorkerId(e);const i=function(e,t,n){const r=e=>function(){const n=Array.prototype.slice.call(arguments,0);return t(e,n)},i=e=>function(t){return n(e,t)};let o={};for(const t of e)ne(t)?o[t]=i(t):te(t)?o[t]=n(t,void 0):o[t]=r(t);return o}(r,((e,t)=>this._protocol.sendMessage(e,t)),((e,t)=>this._protocol.listen(e,t)));return this._requestHandlerFactory?(this._requestHandler=this._requestHandlerFactory(i),Promise.resolve(O(this._requestHandler))):(t&&(void 0!==t.baseUrl&&delete t.baseUrl,void 0!==t.paths&&void 0!==t.paths.vs&&delete t.paths.vs,void 0!==typeof t.trustedTypesPolicy&&delete t.trustedTypesPolicy,t.catchError=!0,C.require.config(t)),new Promise(((e,t)=>{(0,C.require)([n],(n=>{this._requestHandler=n.create(i),this._requestHandler?e(O(this._requestHandler)):t(new Error("No RequestHandler!"))}),t)})))}}class ie{constructor(e,t,n,r){this.originalStart=e,this.originalLength=t,this.modifiedStart=n,this.modifiedLength=r}getOriginalEnd(){return this.originalStart+this.originalLength}getModifiedEnd(){return this.modifiedStart+this.modifiedLength}}function oe(e,t){return(t<<5)-t+e|0}function se(e,t){t=oe(149417,t);for(let n=0,r=e.length;n0||this.m_modifiedCount>0)&&this.m_changes.push(new ie(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(e,t){this.m_originalStart=Math.min(this.m_originalStart,e),this.m_modifiedStart=Math.min(this.m_modifiedStart,t),this.m_originalCount++}AddModifiedElement(e,t){this.m_originalStart=Math.min(this.m_originalStart,e),this.m_modifiedStart=Math.min(this.m_modifiedStart,t),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 pe{constructor(e,t,n=null){this.ContinueProcessingPredicate=n,this._originalSequence=e,this._modifiedSequence=t;const[r,i,o]=pe._getElements(e),[s,a,l]=pe._getElements(t);this._hasStrings=o&&l,this._originalStringElements=r,this._originalElementsOrHash=i,this._modifiedStringElements=s,this._modifiedElementsOrHash=a,this.m_forwardHistory=[],this.m_reverseHistory=[]}static _isStringArray(e){return e.length>0&&"string"==typeof e[0]}static _getElements(e){const t=e.getElements();if(pe._isStringArray(t)){const e=new Int32Array(t.length);for(let n=0,r=t.length;n=e&&r>=n&&this.ElementsAreEqual(t,r);)t--,r--;if(e>t||n>r){let i;return n<=r?(ce.Assert(e===t+1,"originalStart should only be one more than originalEnd"),i=[new ie(e,0,n,r-n+1)]):e<=t?(ce.Assert(n===r+1,"modifiedStart should only be one more than modifiedEnd"),i=[new ie(e,t-e+1,n,0)]):(ce.Assert(e===t+1,"originalStart should only be one more than originalEnd"),ce.Assert(n===r+1,"modifiedStart should only be one more than modifiedEnd"),i=[]),i}const o=[0],s=[0],a=this.ComputeRecursionPoint(e,t,n,r,o,s,i),l=o[0],c=s[0];if(null!==a)return a;if(!i[0]){const o=this.ComputeDiffRecursive(e,l,n,c,i);let s=[];return s=i[0]?[new ie(l+1,t-(l+1)+1,c+1,r-(c+1)+1)]:this.ComputeDiffRecursive(l+1,t,c+1,r,i),this.ConcatenateChanges(o,s)}return[new ie(e,t-e+1,n,r-n+1)]}WALKTRACE(e,t,n,r,i,o,s,a,l,c,d,h,p,u,m,f,g,b){let y=null,v=null,w=new he,x=t,S=n,C=p[0]-f[0]-r,k=-1073741824,_=this.m_forwardHistory.length-1;do{const t=C+e;t===x||t=0&&(e=(l=this.m_forwardHistory[_])[0],x=1,S=l.length-1)}while(--_>=-1);if(y=w.getReverseChanges(),b[0]){let e=p[0]+1,t=f[0]+1;if(null!==y&&y.length>0){const n=y[y.length-1];e=Math.max(e,n.getOriginalEnd()),t=Math.max(t,n.getModifiedEnd())}v=[new ie(e,h-e+1,t,m-t+1)]}else{w=new he,x=o,S=s,C=p[0]-f[0]-a,k=1073741824,_=g?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{const e=C+i;e===x||e=c[e+1]?(u=(d=c[e+1]-1)-C-a,d>k&&w.MarkNextChange(),k=d+1,w.AddOriginalElement(d+1,u+1),C=e+1-i):(u=(d=c[e-1])-C-a,d>k&&w.MarkNextChange(),k=d,w.AddModifiedElement(d+1,u+1),C=e-1-i),_>=0&&(i=(c=this.m_reverseHistory[_])[0],x=1,S=c.length-1)}while(--_>=-1);v=w.getChanges()}return this.ConcatenateChanges(y,v)}ComputeRecursionPoint(e,t,n,r,i,o,s){let a=0,l=0,c=0,d=0,h=0,p=0;e--,n--,i[0]=0,o[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];const u=t-e+(r-n),m=u+1,f=new Int32Array(m),g=new Int32Array(m),b=r-n,y=t-e,v=e-n,w=t-r,x=(y-b)%2==0;f[b]=e,g[y]=t,s[0]=!1;for(let S=1;S<=u/2+1;S++){let u=0,C=0;c=this.ClipDiagonalBound(b-S,S,b,m),d=this.ClipDiagonalBound(b+S,S,b,m);for(let e=c;e<=d;e+=2){a=e===c||eu+C&&(u=a,C=l),!x&&Math.abs(e-y)<=S-1&&a>=g[e])return i[0]=a,o[0]=l,n<=g[e]&&S<=1448?this.WALKTRACE(b,c,d,v,y,h,p,w,f,g,a,t,i,l,r,o,x,s):null}const k=(u-e+(C-n)-S)/2;if(null!==this.ContinueProcessingPredicate&&!this.ContinueProcessingPredicate(u,k))return s[0]=!0,i[0]=u,o[0]=C,k>0&&S<=1448?this.WALKTRACE(b,c,d,v,y,h,p,w,f,g,a,t,i,l,r,o,x,s):(e++,n++,[new ie(e,t-e+1,n,r-n+1)]);h=this.ClipDiagonalBound(y-S,S,y,m),p=this.ClipDiagonalBound(y+S,S,y,m);for(let u=h;u<=p;u+=2){a=u===h||u=g[u+1]?g[u+1]-1:g[u-1],l=a-(u-y)-w;const m=a;for(;a>e&&l>n&&this.ElementsAreEqual(a,l);)a--,l--;if(g[u]=a,x&&Math.abs(u-b)<=S&&a<=f[u])return i[0]=a,o[0]=l,m>=f[u]&&S<=1448?this.WALKTRACE(b,c,d,v,y,h,p,w,f,g,a,t,i,l,r,o,x,s):null}if(S<=1447){let e=new Int32Array(d-c+2);e[0]=b-c+1,de.Copy2(f,c,e,1,d-c+1),this.m_forwardHistory.push(e),e=new Int32Array(p-h+2),e[0]=y-h+1,de.Copy2(g,h,e,1,p-h+1),this.m_reverseHistory.push(e)}}return this.WALKTRACE(b,c,d,v,y,h,p,w,f,g,a,t,i,l,r,o,x,s)}PrettifyChanges(e){for(let t=0;t0,s=n.modifiedLength>0;for(;n.originalStart+n.originalLength=0;t--){const n=e[t];let r=0,i=0;if(t>0){const n=e[t-1];r=n.originalStart+n.originalLength,i=n.modifiedStart+n.modifiedLength}const o=n.originalLength>0,s=n.modifiedLength>0;let a=0,l=this._boundaryScore(n.originalStart,n.originalLength,n.modifiedStart,n.modifiedLength);for(let e=1;;e++){const t=n.originalStart-e,c=n.modifiedStart-e;if(tl&&(l=d,a=e)}n.originalStart-=a,n.modifiedStart-=a;const c=[null];t>0&&this.ChangesOverlap(e[t-1],e[t],c)&&(e[t-1]=c[0],e.splice(t,1),t++)}if(this._hasStrings)for(let t=1,n=e.length;t0&&n>a&&(a=n,l=t,c=e)}return a>0?[l,c]:null}_contiguousSequenceScore(e,t,n){let r=0;for(let i=0;i=this._originalElementsOrHash.length-1||this._hasStrings&&/^\s*$/.test(this._originalStringElements[e])}_OriginalRegionIsBoundary(e,t){if(this._OriginalIsBoundary(e)||this._OriginalIsBoundary(e-1))return!0;if(t>0){const n=e+t;if(this._OriginalIsBoundary(n-1)||this._OriginalIsBoundary(n))return!0}return!1}_ModifiedIsBoundary(e){return e<=0||e>=this._modifiedElementsOrHash.length-1||this._hasStrings&&/^\s*$/.test(this._modifiedStringElements[e])}_ModifiedRegionIsBoundary(e,t){if(this._ModifiedIsBoundary(e)||this._ModifiedIsBoundary(e-1))return!0;if(t>0){const n=e+t;if(this._ModifiedIsBoundary(n-1)||this._ModifiedIsBoundary(n))return!0}return!1}_boundaryScore(e,t,n,r){return(this._OriginalRegionIsBoundary(e,t)?1:0)+(this._ModifiedRegionIsBoundary(n,r)?1:0)}ConcatenateChanges(e,t){let n=[];if(0===e.length||0===t.length)return t.length>0?t:e;if(this.ChangesOverlap(e[e.length-1],t[0],n)){const r=new Array(e.length+t.length-1);return de.Copy(e,0,r,0,e.length-1),r[e.length-1]=n[0],de.Copy(t,1,r,e.length,t.length-1),r}{const n=new Array(e.length+t.length);return de.Copy(e,0,n,0,e.length),de.Copy(t,0,n,e.length,t.length),n}}ChangesOverlap(e,t,n){if(ce.Assert(e.originalStart<=t.originalStart,"Left change is not less than or equal to right change"),ce.Assert(e.modifiedStart<=t.modifiedStart,"Left change is not less than or equal to right change"),e.originalStart+e.originalLength>=t.originalStart||e.modifiedStart+e.modifiedLength>=t.modifiedStart){const r=e.originalStart;let i=e.originalLength;const o=e.modifiedStart;let s=e.modifiedLength;return e.originalStart+e.originalLength>=t.originalStart&&(i=t.originalStart+t.originalLength-e.originalStart),e.modifiedStart+e.modifiedLength>=t.modifiedStart&&(s=t.modifiedStart+t.modifiedLength-e.modifiedStart),n[0]=new ie(r,i,o,s),!0}return n[0]=null,!1}ClipDiagonalBound(e,t,n,r){if(e>=0&&ee.cwd()}}else ue="undefined"!=typeof process?{get platform(){return process.platform},get arch(){return process.arch},get env(){return process.env},cwd:()=>process.env.VSCODE_CWD||process.cwd()}:{get platform(){return E?"win32":F?"darwin":"linux"},get arch(){},get env(){return{}},cwd:()=>"/"};const me=ue.cwd,fe=ue.env,ge=ue.platform,be=46,ye=47,ve=92,we=58;class xe extends Error{constructor(e,t,n){let r;"string"==typeof t&&0===t.indexOf("not ")?(r="must not be",t=t.replace(/^not /,"")):r="must be";const i=-1!==e.indexOf(".")?"property":"argument";let o=`The "${e}" ${i} ${r} of type ${t}`;o+=". Received type "+typeof n,super(o),this.code="ERR_INVALID_ARG_TYPE"}}function Se(e,t){if("string"!=typeof e)throw new xe(t,"string",e)}function Ce(e){return e===ye||e===ve}function ke(e){return e===ye}function _e(e){return e>=65&&e<=90||e>=97&&e<=122}function Ee(e,t,n,r){let i="",o=0,s=-1,a=0,l=0;for(let c=0;c<=e.length;++c){if(c2){const e=i.lastIndexOf(n);-1===e?(i="",o=0):(i=i.slice(0,e),o=i.length-1-i.lastIndexOf(n)),s=c,a=0;continue}if(0!==i.length){i="",o=0,s=c,a=0;continue}}t&&(i+=i.length>0?`${n}..`:"..",o=2)}else i.length>0?i+=`${n}${e.slice(s+1,c)}`:i=e.slice(s+1,c),o=c-s-1;s=c,a=0}else l===be&&-1!==a?++a:a=-1}return i}function Fe(e,t){if(null===t||"object"!=typeof t)throw new xe("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 De={resolve(...e){let t="",n="",r=!1;for(let i=e.length-1;i>=-1;i--){let o;if(i>=0){if(o=e[i],Se(o,"path"),0===o.length)continue}else 0===t.length?o=me():(o=fe[`=${t}`]||me(),(void 0===o||o.slice(0,2).toLowerCase()!==t.toLowerCase()&&o.charCodeAt(2)===ve)&&(o=`${t}\\`));const s=o.length;let a=0,l="",c=!1;const d=o.charCodeAt(0);if(1===s)Ce(d)&&(a=1,c=!0);else if(Ce(d))if(c=!0,Ce(o.charCodeAt(1))){let e=2,t=e;for(;e2&&Ce(o.charCodeAt(2))&&(c=!0,a=3));if(l.length>0)if(t.length>0){if(l.toLowerCase()!==t.toLowerCase())continue}else t=l;if(r){if(t.length>0)break}else if(n=`${o.slice(a)}\\${n}`,r=c,c&&t.length>0)break}return n=Ee(n,!r,"\\",Ce),r?`${t}\\${n}`:`${t}${n}`||"."},normalize(e){Se(e,"path");const t=e.length;if(0===t)return".";let n,r=0,i=!1;const o=e.charCodeAt(0);if(1===t)return ke(o)?"\\":e;if(Ce(o))if(i=!0,Ce(e.charCodeAt(1))){let i=2,o=i;for(;i2&&Ce(e.charCodeAt(2))&&(i=!0,r=3));let s=r0&&Ce(e.charCodeAt(t-1))&&(s+="\\"),void 0===n?i?`\\${s}`:s:i?`${n}\\${s}`:`${n}${s}`},isAbsolute(e){Se(e,"path");const t=e.length;if(0===t)return!1;const n=e.charCodeAt(0);return Ce(n)||t>2&&_e(n)&&e.charCodeAt(1)===we&&Ce(e.charCodeAt(2))},join(...e){if(0===e.length)return".";let t,n;for(let r=0;r0&&(void 0===t?t=n=i:t+=`\\${i}`)}if(void 0===t)return".";let r=!0,i=0;if("string"==typeof n&&Ce(n.charCodeAt(0))){++i;const e=n.length;e>1&&Ce(n.charCodeAt(1))&&(++i,e>2&&(Ce(n.charCodeAt(2))?++i:r=!1))}if(r){for(;i=2&&(t=`\\${t.slice(i)}`)}return De.normalize(t)},relative(e,t){if(Se(e,"from"),Se(t,"to"),e===t)return"";const n=De.resolve(e),r=De.resolve(t);if(n===r)return"";if((e=n.toLowerCase())===(t=r.toLowerCase()))return"";let i=0;for(;ii&&e.charCodeAt(o-1)===ve;)o--;const s=o-i;let a=0;for(;aa&&t.charCodeAt(l-1)===ve;)l--;const c=l-a,d=sd){if(t.charCodeAt(a+p)===ve)return r.slice(a+p+1);if(2===p)return r.slice(a+p)}s>d&&(e.charCodeAt(i+p)===ve?h=p:2===p&&(h=3)),-1===h&&(h=0)}let u="";for(p=i+h+1;p<=o;++p)p!==o&&e.charCodeAt(p)!==ve||(u+=0===u.length?"..":"\\..");return a+=h,u.length>0?`${u}${r.slice(a,l)}`:(r.charCodeAt(a)===ve&&++a,r.slice(a,l))},toNamespacedPath(e){if("string"!=typeof e)return e;if(0===e.length)return"";const t=De.resolve(e);if(t.length<=2)return e;if(t.charCodeAt(0)===ve){if(t.charCodeAt(1)===ve){const e=t.charCodeAt(2);if(63!==e&&e!==be)return`\\\\?\\UNC\\${t.slice(2)}`}}else if(_e(t.charCodeAt(0))&&t.charCodeAt(1)===we&&t.charCodeAt(2)===ve)return`\\\\?\\${t}`;return e},dirname(e){Se(e,"path");const t=e.length;if(0===t)return".";let n=-1,r=0;const i=e.charCodeAt(0);if(1===t)return Ce(i)?e:".";if(Ce(i)){if(n=r=1,Ce(e.charCodeAt(1))){let i=2,o=i;for(;i2&&Ce(e.charCodeAt(2))?3:2,r=n);let o=-1,s=!0;for(let n=t-1;n>=r;--n)if(Ce(e.charCodeAt(n))){if(!s){o=n;break}}else s=!1;if(-1===o){if(-1===n)return".";o=n}return e.slice(0,o)},basename(e,t){void 0!==t&&Se(t,"ext"),Se(e,"path");let n,r=0,i=-1,o=!0;if(e.length>=2&&_e(e.charCodeAt(0))&&e.charCodeAt(1)===we&&(r=2),void 0!==t&&t.length>0&&t.length<=e.length){if(t===e)return"";let s=t.length-1,a=-1;for(n=e.length-1;n>=r;--n){const l=e.charCodeAt(n);if(Ce(l)){if(!o){r=n+1;break}}else-1===a&&(o=!1,a=n+1),s>=0&&(l===t.charCodeAt(s)?-1==--s&&(i=n):(s=-1,i=a))}return r===i?i=a:-1===i&&(i=e.length),e.slice(r,i)}for(n=e.length-1;n>=r;--n)if(Ce(e.charCodeAt(n))){if(!o){r=n+1;break}}else-1===i&&(o=!1,i=n+1);return-1===i?"":e.slice(r,i)},extname(e){Se(e,"path");let t=0,n=-1,r=0,i=-1,o=!0,s=0;e.length>=2&&e.charCodeAt(1)===we&&_e(e.charCodeAt(0))&&(t=r=2);for(let a=e.length-1;a>=t;--a){const t=e.charCodeAt(a);if(Ce(t)){if(!o){r=a+1;break}}else-1===i&&(o=!1,i=a+1),t===be?-1===n?n=a:1!==s&&(s=1):-1!==n&&(s=-1)}return-1===n||-1===i||0===s||1===s&&n===i-1&&n===r+1?"":e.slice(n,i)},format:Fe.bind(null,"\\"),parse(e){Se(e,"path");const t={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return t;const n=e.length;let r=0,i=e.charCodeAt(0);if(1===n)return Ce(i)?(t.root=t.dir=e,t):(t.base=t.name=e,t);if(Ce(i)){if(r=1,Ce(e.charCodeAt(1))){let t=2,i=t;for(;t0&&(t.root=e.slice(0,r));let o=-1,s=r,a=-1,l=!0,c=e.length-1,d=0;for(;c>=r;--c)if(i=e.charCodeAt(c),Ce(i)){if(!l){s=c+1;break}}else-1===a&&(l=!1,a=c+1),i===be?-1===o?o=c:1!==d&&(d=1):-1!==o&&(d=-1);return-1!==a&&(-1===o||0===d||1===d&&o===a-1&&o===s+1?t.base=t.name=e.slice(s,a):(t.name=e.slice(s,o),t.base=e.slice(s,a),t.ext=e.slice(o,a))),t.dir=s>0&&s!==r?e.slice(0,s-1):t.root,t},sep:"\\",delimiter:";",win32:null,posix:null},Re={resolve(...e){let t="",n=!1;for(let r=e.length-1;r>=-1&&!n;r--){const i=r>=0?e[r]:me();Se(i,"path"),0!==i.length&&(t=`${i}/${t}`,n=i.charCodeAt(0)===ye)}return t=Ee(t,!n,"/",ke),n?`/${t}`:t.length>0?t:"."},normalize(e){if(Se(e,"path"),0===e.length)return".";const t=e.charCodeAt(0)===ye,n=e.charCodeAt(e.length-1)===ye;return 0===(e=Ee(e,!t,"/",ke)).length?t?"/":n?"./":".":(n&&(e+="/"),t?`/${e}`:e)},isAbsolute:e=>(Se(e,"path"),e.length>0&&e.charCodeAt(0)===ye),join(...e){if(0===e.length)return".";let t;for(let n=0;n0&&(void 0===t?t=r:t+=`/${r}`)}return void 0===t?".":Re.normalize(t)},relative(e,t){if(Se(e,"from"),Se(t,"to"),e===t)return"";if((e=Re.resolve(e))===(t=Re.resolve(t)))return"";const n=e.length,r=n-1,i=t.length-1,o=ro){if(t.charCodeAt(1+a)===ye)return t.slice(1+a+1);if(0===a)return t.slice(1+a)}else r>o&&(e.charCodeAt(1+a)===ye?s=a:0===a&&(s=0));let l="";for(a=1+s+1;a<=n;++a)a!==n&&e.charCodeAt(a)!==ye||(l+=0===l.length?"..":"/..");return`${l}${t.slice(1+s)}`},toNamespacedPath:e=>e,dirname(e){if(Se(e,"path"),0===e.length)return".";const t=e.charCodeAt(0)===ye;let n=-1,r=!0;for(let t=e.length-1;t>=1;--t)if(e.charCodeAt(t)===ye){if(!r){n=t;break}}else r=!1;return-1===n?t?"/":".":t&&1===n?"//":e.slice(0,n)},basename(e,t){void 0!==t&&Se(t,"ext"),Se(e,"path");let n,r=0,i=-1,o=!0;if(void 0!==t&&t.length>0&&t.length<=e.length){if(t===e)return"";let s=t.length-1,a=-1;for(n=e.length-1;n>=0;--n){const l=e.charCodeAt(n);if(l===ye){if(!o){r=n+1;break}}else-1===a&&(o=!1,a=n+1),s>=0&&(l===t.charCodeAt(s)?-1==--s&&(i=n):(s=-1,i=a))}return r===i?i=a:-1===i&&(i=e.length),e.slice(r,i)}for(n=e.length-1;n>=0;--n)if(e.charCodeAt(n)===ye){if(!o){r=n+1;break}}else-1===i&&(o=!1,i=n+1);return-1===i?"":e.slice(r,i)},extname(e){Se(e,"path");let t=-1,n=0,r=-1,i=!0,o=0;for(let s=e.length-1;s>=0;--s){const a=e.charCodeAt(s);if(a!==ye)-1===r&&(i=!1,r=s+1),a===be?-1===t?t=s:1!==o&&(o=1):-1!==t&&(o=-1);else if(!i){n=s+1;break}}return-1===t||-1===r||0===o||1===o&&t===r-1&&t===n+1?"":e.slice(t,r)},format:Fe.bind(null,"/"),parse(e){Se(e,"path");const t={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return t;const n=e.charCodeAt(0)===ye;let r;n?(t.root="/",r=1):r=0;let i=-1,o=0,s=-1,a=!0,l=e.length-1,c=0;for(;l>=r;--l){const t=e.charCodeAt(l);if(t!==ye)-1===s&&(a=!1,s=l+1),t===be?-1===i?i=l:1!==c&&(c=1):-1!==i&&(c=-1);else if(!a){o=l+1;break}}if(-1!==s){const r=0===o&&n?1:o;-1===i||0===c||1===c&&i===s-1&&i===o+1?t.base=t.name=e.slice(r,s):(t.name=e.slice(r,i),t.base=e.slice(r,s),t.ext=e.slice(i,s))}return o>0?t.dir=e.slice(0,o-1):n&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};Re.win32=De.win32=De,Re.posix=De.posix=Re;const Ne="win32"===ge?De.normalize:Re.normalize;"win32"===ge?De.resolve:Re.resolve,"win32"===ge?De.relative:Re.relative,"win32"===ge?De.dirname:Re.dirname;const Te="win32"===ge?De.basename:Re.basename,Ae="win32"===ge?De.extname:Re.extname,ze="win32"===ge?De.sep:Re.sep,Me=/^\w[\w\d+.-]*$/,Ie=/^\//,Pe=/^\/\//;function Oe(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&&!Me.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path)if(e.authority){if(!Ie.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(Pe.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 ("//")')}const Le="",We="/",Ve=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class Ue{constructor(e,t,n,r,i,o=!1){"object"==typeof e?(this.scheme=e.scheme||Le,this.authority=e.authority||Le,this.path=e.path||Le,this.query=e.query||Le,this.fragment=e.fragment||Le):(this.scheme=function(e,t){return e||t?e:"file"}(e,o),this.authority=t||Le,this.path=function(e,t){switch(e){case"https":case"http":case"file":t?t[0]!==We&&(t=We+t):t=We}return t}(this.scheme,n||Le),this.query=r||Le,this.fragment=i||Le,Oe(this,o))}static isUri(e){return e instanceof Ue||!!e&&("string"==typeof e.authority&&"string"==typeof e.fragment&&"string"==typeof e.path&&"string"==typeof e.query&&"string"==typeof e.scheme&&"string"==typeof e.fsPath&&"function"==typeof e.with&&"function"==typeof e.toString)}get fsPath(){return He(this,!1)}with(e){if(!e)return this;let{scheme:t,authority:n,path:r,query:i,fragment:o}=e;return void 0===t?t=this.scheme:null===t&&(t=Le),void 0===n?n=this.authority:null===n&&(n=Le),void 0===r?r=this.path:null===r&&(r=Le),void 0===i?i=this.query:null===i&&(i=Le),void 0===o?o=this.fragment:null===o&&(o=Le),t===this.scheme&&n===this.authority&&r===this.path&&i===this.query&&o===this.fragment?this:new Be(t,n,r,i,o)}static parse(e,t=!1){const n=Ve.exec(e);return n?new Be(n[2]||Le,Ye(n[4]||Le),Ye(n[5]||Le),Ye(n[7]||Le),Ye(n[9]||Le),t):new Be(Le,Le,Le,Le,Le)}static file(e){let t=Le;if(E&&(e=e.replace(/\\/g,We)),e[0]===We&&e[1]===We){const n=e.indexOf(We,2);-1===n?(t=e.substring(2),e=We):(t=e.substring(2,n),e=e.substring(n)||We)}return new Be("file",t,e,Le,Le)}static from(e){const t=new Be(e.scheme,e.authority,e.path,e.query,e.fragment);return Oe(t,!0),t}static joinPath(e,...t){if(!e.path)throw new Error("[UriError]: cannot call joinPath on URI without path");let n;return n=E&&"file"===e.scheme?Ue.file(De.join(He(e,!0),...t)).path:Re.join(e.path,...t),e.with({path:n})}toString(e=!1){return Ge(this,e)}toJSON(){return this}static revive(e){if(e){if(e instanceof Ue)return e;{const t=new Be(e);return t._formatted=e.external,t._fsPath=e._sep===Ke?e.fsPath:null,t}}return e}}const Ke=E?1:void 0;class Be extends Ue{constructor(){super(...arguments),this._formatted=null,this._fsPath=null}get fsPath(){return this._fsPath||(this._fsPath=He(this,!1)),this._fsPath}toString(e=!1){return e?Ge(this,!0):(this._formatted||(this._formatted=Ge(this,!1)),this._formatted)}toJSON(){const e={$mid:1};return this._fsPath&&(e.fsPath=this._fsPath,e._sep=Ke),this._formatted&&(e.external=this._formatted),this.path&&(e.path=this.path),this.scheme&&(e.scheme=this.scheme),this.authority&&(e.authority=this.authority),this.query&&(e.query=this.query),this.fragment&&(e.fragment=this.fragment),e}}const je={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 qe(e,t){let n,r=-1;for(let i=0;i=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||45===o||46===o||95===o||126===o||t&&47===o)-1!==r&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),void 0!==n&&(n+=e.charAt(i));else{void 0===n&&(n=e.substr(0,i));const t=je[o];void 0!==t?(-1!==r&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),n+=t):-1===r&&(r=i)}}return-1!==r&&(n+=encodeURIComponent(e.substring(r))),void 0!==n?n:e}function $e(e){let t;for(let n=0;n1&&"file"===e.scheme?`//${e.authority}${e.path}`:47===e.path.charCodeAt(0)&&(e.path.charCodeAt(1)>=65&&e.path.charCodeAt(1)<=90||e.path.charCodeAt(1)>=97&&e.path.charCodeAt(1)<=122)&&58===e.path.charCodeAt(2)?t?e.path.substr(1):e.path[1].toLowerCase()+e.path.substr(2):e.path,E&&(n=n.replace(/\//g,"\\")),n}function Ge(e,t){const n=t?$e:qe;let r="",{scheme:i,authority:o,path:s,query:a,fragment:l}=e;if(i&&(r+=i,r+=":"),(o||"file"===i)&&(r+=We,r+=We),o){let e=o.indexOf("@");if(-1!==e){const t=o.substr(0,e);o=o.substr(e+1),e=t.indexOf(":"),-1===e?r+=n(t,!1):(r+=n(t.substr(0,e),!1),r+=":",r+=n(t.substr(e+1),!1)),r+="@"}o=o.toLowerCase(),e=o.indexOf(":"),-1===e?r+=n(o,!1):(r+=n(o.substr(0,e),!1),r+=o.substr(e))}if(s){if(s.length>=3&&47===s.charCodeAt(0)&&58===s.charCodeAt(2)){const e=s.charCodeAt(1);e>=65&&e<=90&&(s=`/${String.fromCharCode(e+32)}:${s.substr(3)}`)}else if(s.length>=2&&58===s.charCodeAt(1)){const e=s.charCodeAt(0);e>=65&&e<=90&&(s=`${String.fromCharCode(e+32)}:${s.substr(2)}`)}r+=n(s,!0)}return a&&(r+="?",r+=n(a,!1)),l&&(r+="#",r+=t?l:qe(l,!1)),r}function Je(e){try{return decodeURIComponent(e)}catch(t){return e.length>3?e.substr(0,3)+Je(e.substr(3)):e}}const Xe=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function Ye(e){return e.match(Xe)?e.replace(Xe,(e=>Je(e))):e}class Ze{constructor(e,t){this.lineNumber=e,this.column=t}with(e=this.lineNumber,t=this.column){return e===this.lineNumber&&t===this.column?this:new Ze(e,t)}delta(e=0,t=0){return this.with(this.lineNumber+e,this.column+t)}equals(e){return Ze.equals(this,e)}static equals(e,t){return!e&&!t||!!e&&!!t&&e.lineNumber===t.lineNumber&&e.column===t.column}isBefore(e){return Ze.isBefore(this,e)}static isBefore(e,t){return e.lineNumbern||e===n&&t>r?(this.startLineNumber=n,this.startColumn=r,this.endLineNumber=e,this.endColumn=t):(this.startLineNumber=e,this.startColumn=t,this.endLineNumber=n,this.endColumn=r)}isEmpty(){return Qe.isEmpty(this)}static isEmpty(e){return e.startLineNumber===e.endLineNumber&&e.startColumn===e.endColumn}containsPosition(e){return Qe.containsPosition(this,e)}static containsPosition(e,t){return!(t.lineNumbere.endLineNumber)&&(!(t.lineNumber===e.startLineNumber&&t.columne.endColumn))}static strictContainsPosition(e,t){return!(t.lineNumbere.endLineNumber)&&(!(t.lineNumber===e.startLineNumber&&t.column<=e.startColumn)&&!(t.lineNumber===e.endLineNumber&&t.column>=e.endColumn))}containsRange(e){return Qe.containsRange(this,e)}static containsRange(e,t){return!(t.startLineNumbere.endLineNumber||t.endLineNumber>e.endLineNumber)&&(!(t.startLineNumber===e.startLineNumber&&t.startColumne.endColumn)))}strictContainsRange(e){return Qe.strictContainsRange(this,e)}static strictContainsRange(e,t){return!(t.startLineNumbere.endLineNumber||t.endLineNumber>e.endLineNumber)&&(!(t.startLineNumber===e.startLineNumber&&t.startColumn<=e.startColumn)&&!(t.endLineNumber===e.endLineNumber&&t.endColumn>=e.endColumn)))}plusRange(e){return Qe.plusRange(this,e)}static plusRange(e,t){let n,r,i,o;return t.startLineNumbere.endLineNumber?(i=t.endLineNumber,o=t.endColumn):t.endLineNumber===e.endLineNumber?(i=t.endLineNumber,o=Math.max(t.endColumn,e.endColumn)):(i=e.endLineNumber,o=e.endColumn),new Qe(n,r,i,o)}intersectRanges(e){return Qe.intersectRanges(this,e)}static intersectRanges(e,t){let n=e.startLineNumber,r=e.startColumn,i=e.endLineNumber,o=e.endColumn,s=t.startLineNumber,a=t.startColumn,l=t.endLineNumber,c=t.endColumn;return nl?(i=l,o=c):i===l&&(o=Math.min(o,c)),n>i||n===i&&r>o?null:new Qe(n,r,i,o)}equalsRange(e){return Qe.equalsRange(this,e)}static equalsRange(e,t){return!!e&&!!t&&e.startLineNumber===t.startLineNumber&&e.startColumn===t.startColumn&&e.endLineNumber===t.endLineNumber&&e.endColumn===t.endColumn}getEndPosition(){return Qe.getEndPosition(this)}static getEndPosition(e){return new Ze(e.endLineNumber,e.endColumn)}getStartPosition(){return Qe.getStartPosition(this)}static getStartPosition(e){return new Ze(e.startLineNumber,e.startColumn)}toString(){return"["+this.startLineNumber+","+this.startColumn+" -> "+this.endLineNumber+","+this.endColumn+"]"}setEndPosition(e,t){return new Qe(this.startLineNumber,this.startColumn,e,t)}setStartPosition(e,t){return new Qe(e,t,this.endLineNumber,this.endColumn)}collapseToStart(){return Qe.collapseToStart(this)}static collapseToStart(e){return new Qe(e.startLineNumber,e.startColumn,e.startLineNumber,e.startColumn)}static fromPositions(e,t=e){return new Qe(e.lineNumber,e.column,t.lineNumber,t.column)}static lift(e){return e?new Qe(e.startLineNumber,e.startColumn,e.endLineNumber,e.endColumn):null}static isIRange(e){return e&&"number"==typeof e.startLineNumber&&"number"==typeof e.startColumn&&"number"==typeof e.endLineNumber&&"number"==typeof e.endColumn}static areIntersectingOrTouching(e,t){return!(e.endLineNumbere.startLineNumber}}function et(e,t,n,r){return new pe(e,t,n).ComputeDiff(r)}class tt{constructor(e){const t=[],n=[];for(let r=0,i=e.length;r0&&t.originalLength<20&&t.modifiedLength>0&&t.modifiedLength<20&&i()){const o=n.createCharSequence(e,t.originalStart,t.originalStart+t.originalLength-1),a=r.createCharSequence(e,t.modifiedStart,t.modifiedStart+t.modifiedLength-1);let l=et(o,a,i,!0).changes;s&&(l=function(e){if(e.length<=1)return e;const t=[e[0]];let n=t[0];for(let r=1,i=e.length;r1&&s>1;){if(e.charCodeAt(n-2)!==t.charCodeAt(s-2))break;n--,s--}(n>1||s>1)&&this._pushTrimWhitespaceCharChange(r,i+1,1,n,o+1,1,s)}{let n=at(e,1),s=at(t,1);const a=e.length+1,l=t.length+1;for(;n=0;n--){const t=e.charCodeAt(n);if(32!==t&&9!==t)return n}return-1}(e);return-1===n?t:n+2}function lt(e){if(0===e)return()=>!0;const t=Date.now();return()=>Date.now()-t255?255:0|e}function dt(e){return e<0?0:e>4294967295?4294967295:0|e}class ht{constructor(e){this.values=e,this.prefixSum=new Uint32Array(e.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}insertValues(e,t){e=dt(e);const n=this.values,r=this.prefixSum,i=t.length;return 0!==i&&(this.values=new Uint32Array(n.length+i),this.values.set(n.subarray(0,e),0),this.values.set(n.subarray(e),e+i),this.values.set(t,e),e-1=0&&this.prefixSum.set(r.subarray(0,this.prefixSumValidIndex[0]+1)),!0)}setValue(e,t){return e=dt(e),t=dt(t),this.values[e]!==t&&(this.values[e]=t,e-1=n.length)return!1;const i=n.length-e;return t>=i&&(t=i),0!==t&&(this.values=new Uint32Array(n.length-t),this.values.set(n.subarray(0,e),0),this.values.set(n.subarray(e+t),e),this.prefixSum=new Uint32Array(this.values.length),e-1=0&&this.prefixSum.set(r.subarray(0,this.prefixSumValidIndex[0]+1)),!0)}getTotalSum(){return 0===this.values.length?0:this._getPrefixSum(this.values.length-1)}getPrefixSum(e){return e<0?0:(e=dt(e),this._getPrefixSum(e))}_getPrefixSum(e){if(e<=this.prefixSumValidIndex[0])return this.prefixSum[e];let t=this.prefixSumValidIndex[0]+1;0===t&&(this.prefixSum[0]=this.values[0],t++),e>=this.values.length&&(e=this.values.length-1);for(let n=t;n<=e;n++)this.prefixSum[n]=this.prefixSum[n-1]+this.values[n];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],e),this.prefixSum[e]}getIndexOf(e){e=Math.floor(e),this.getTotalSum();let t=0,n=this.values.length-1,r=0,i=0,o=0;for(;t<=n;)if(r=t+(n-t)/2|0,i=this.prefixSum[r],o=i-this.values[r],e=i))break;t=r+1}return new pt(r,e-o)}}class pt{constructor(e,t){this.index=e,this.remainder=t,this._prefixSumIndexOfResultBrand=void 0,this.index=e,this.remainder=t}}class ut{constructor(e,t,n,r){this._uri=e,this._lines=t,this._eol=n,this._versionId=r,this._lineStarts=null,this._cachedTextValue=null}dispose(){this._lines.length=0}get version(){return this._versionId}getText(){return null===this._cachedTextValue&&(this._cachedTextValue=this._lines.join(this._eol)),this._cachedTextValue}onEvents(e){e.eol&&e.eol!==this._eol&&(this._eol=e.eol,this._lineStarts=null);const t=e.changes;for(const e of t)this._acceptDeleteRange(e.range),this._acceptInsertText(new Ze(e.range.startLineNumber,e.range.startColumn),e.text);this._versionId=e.versionId,this._cachedTextValue=null}_ensureLineStarts(){if(!this._lineStarts){const e=this._eol.length,t=this._lines.length,n=new Uint32Array(t);for(let r=0;r/?")e.indexOf(n)>=0||(t+="\\"+n);return t+="\\s]+)",new RegExp(t,"g")}();const ft={maxLen:1e3,windowSize:15,timeBudget:150};function gt(e,t,n,r,i=ft){if(n.length>i.maxLen){let o=e-i.maxLen/2;return o<0?o=0:r+=o,gt(e,t,n=n.substring(o,e+i.maxLen/2),r,i)}const o=Date.now(),s=e-1-r;let a=-1,l=null;for(let e=1;!(Date.now()-o>=i.timeBudget);e++){const r=s-i.windowSize*e;t.lastIndex=Math.max(0,r);const o=bt(t,n,s,a);if(!o&&l)break;if(l=o,r<=0)break;a=r}if(l){const e={word:l[0],startColumn:r+1+l.index,endColumn:r+1+l.index+l[0].length};return t.lastIndex=0,e}return null}function bt(e,t,n,r){let i;for(;i=e.exec(t);){const t=i.index||0;if(t<=n&&e.lastIndex>=n)return i;if(r>0&&t>r)return null}return null}class yt{constructor(e){const t=ct(e);this._defaultValue=t,this._asciiMap=yt._createAsciiMap(t),this._map=new Map}static _createAsciiMap(e){const t=new Uint8Array(256);for(let n=0;n<256;n++)t[n]=e;return t}set(e,t){const n=ct(t);e>=0&&e<256?this._asciiMap[e]=n:this._map.set(e,n)}get(e){return e>=0&&e<256?this._asciiMap[e]:this._map.get(e)||this._defaultValue}}class vt{constructor(e,t,n){const r=new Uint8Array(e*t);for(let i=0,o=e*t;it&&(t=o),i>n&&(n=i),s>n&&(n=s)}t++,n++;const r=new vt(n,t,0);for(let t=0,n=e.length;t=this._maxCharCode?0:this._states.get(e,t)}}let xt=null;let St=null;class Ct{static _createLink(e,t,n,r,i){let o=i-1;do{const n=t.charCodeAt(o);if(2!==e.get(n))break;o--}while(o>r);if(r>0){const e=t.charCodeAt(r-1),n=t.charCodeAt(o);(40===e&&41===n||91===e&&93===n||123===e&&125===n)&&o--}return{range:{startLineNumber:n,startColumn:r+1,endLineNumber:n,endColumn:o+2},url:t.substring(r,o+1)}}static computeLinks(e,t=function(){return null===xt&&(xt=new wt([[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]])),xt}()){const n=function(){if(null===St){St=new yt(0);const e=" \t<>'\"、。。、,.:;‘〈「『〔([{「」}])〕』」〉’`~…";for(let t=0;t=0?(r+=n?1:-1,r<0?r=e.length-1:r%=e.length,e[r]):null}}kt.INSTANCE=new kt;const _t=Object.freeze((function(e,t){const n=setTimeout(e.bind(t),0);return{dispose(){clearTimeout(n)}}}));var Et;!function(e){e.isCancellationToken=function(t){return t===e.None||t===e.Cancelled||(t instanceof Ft||!(!t||"object"!=typeof t)&&("boolean"==typeof t.isCancellationRequested&&"function"==typeof t.onCancellationRequested))},e.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:z.None}),e.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:_t})}(Et||(Et={}));class Ft{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?_t:(this._emitter||(this._emitter=new P),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=null)}}class Dt{constructor(e){this._token=void 0,this._parentListener=void 0,this._parentListener=e&&e.onCancellationRequested(this.cancel,this)}get token(){return this._token||(this._token=new Ft),this._token}cancel(){this._token?this._token instanceof Ft&&this._token.cancel():this._token=Et.Cancelled}dispose(e=!1){e&&this.cancel(),this._parentListener&&this._parentListener.dispose(),this._token?this._token instanceof Ft&&this._token.dispose():this._token=Et.None}}class Rt{constructor(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(null)}define(e,t){this._keyCodeToStr[e]=t,this._strToKeyCode[t.toLowerCase()]=e}keyCodeToStr(e){return this._keyCodeToStr[e]}strToKeyCode(e){return this._strToKeyCode[e.toLowerCase()]||0}}const Nt=new Rt,Tt=new Rt,At=new Rt,zt=new Array(230),Mt=Object.create(null),It=Object.create(null);var Pt,Ot,Lt,Wt;!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 e of t){const[t,i,o,s,a,l,c,d,h,p]=e;if(r[o]||(r[o]=!0,Mt[s]=o,It[s.toLowerCase()]=o),!n[a]){if(n[a]=!0,!l)throw new Error(`String representation missing for key code ${a} around scan code ${s}`);Nt.define(a,l),Tt.define(a,h||l),At.define(a,p||h||l)}c&&(zt[c]=a)}}(),function(e){e.toString=function(e){return Nt.keyCodeToStr(e)},e.fromString=function(e){return Nt.strToKeyCode(e)},e.toUserSettingsUS=function(e){return Tt.keyCodeToStr(e)},e.toUserSettingsGeneral=function(e){return At.keyCodeToStr(e)},e.fromUserSettings=function(e){return Tt.strToKeyCode(e)||At.strToKeyCode(e)},e.toElectronAccelerator=function(e){if(e>=93&&e<=108)return null;switch(e){case 16:return"Up";case 18:return"Down";case 15:return"Left";case 17:return"Right"}return Nt.keyCodeToStr(e)}}(Pt||(Pt={}));class Vt extends Qe{constructor(e,t,n,r){super(e,t,n,r),this.selectionStartLineNumber=e,this.selectionStartColumn=t,this.positionLineNumber=n,this.positionColumn=r}toString(){return"["+this.selectionStartLineNumber+","+this.selectionStartColumn+" -> "+this.positionLineNumber+","+this.positionColumn+"]"}equalsSelection(e){return Vt.selectionsEqual(this,e)}static selectionsEqual(e,t){return e.selectionStartLineNumber===t.selectionStartLineNumber&&e.selectionStartColumn===t.selectionStartColumn&&e.positionLineNumber===t.positionLineNumber&&e.positionColumn===t.positionColumn}getDirection(){return this.selectionStartLineNumber===this.startLineNumber&&this.selectionStartColumn===this.startColumn?0:1}setEndPosition(e,t){return 0===this.getDirection()?new Vt(this.startLineNumber,this.startColumn,e,t):new Vt(e,t,this.startLineNumber,this.startColumn)}getPosition(){return new Ze(this.positionLineNumber,this.positionColumn)}getSelectionStart(){return new Ze(this.selectionStartLineNumber,this.selectionStartColumn)}setStartPosition(e,t){return 0===this.getDirection()?new Vt(e,t,this.endLineNumber,this.endColumn):new Vt(this.endLineNumber,this.endColumn,e,t)}static fromPositions(e,t=e){return new Vt(e.lineNumber,e.column,t.lineNumber,t.column)}static fromRange(e,t){return 0===t?new Vt(e.startLineNumber,e.startColumn,e.endLineNumber,e.endColumn):new Vt(e.endLineNumber,e.endColumn,e.startLineNumber,e.startColumn)}static liftSelection(e){return new Vt(e.selectionStartLineNumber,e.selectionStartColumn,e.positionLineNumber,e.positionColumn)}static selectionsArrEqual(e,t){if(e&&!t||!e&&t)return!1;if(!e&&!t)return!0;if(e.length!==t.length)return!1;for(let n=0,r=e.length;ne.then((e=>e),(e=>{t||(t=e)})))));if(void 0!==t)throw t;return n}))},e.withAsyncBody=function(e){return new Promise(((t,n)=>jt(this,void 0,void 0,(function*(){try{yield e(t,n)}catch(e){n(e)}}))))}}(Kt||(Kt={}));class $t{constructor(e){this._state=0,this._results=[],this._error=null,this._onStateChanged=new P,queueMicrotask((()=>jt(this,void 0,void 0,(function*(){const t={emitOne:e=>this.emitOne(e),emitMany:e=>this.emitMany(e),reject:e=>this.reject(e)};try{yield Promise.resolve(e(t)),this.resolve()}catch(e){this.reject(e)}finally{t.emitOne=void 0,t.emitMany=void 0,t.reject=void 0}}))))}static fromArray(e){return new $t((t=>{t.emitMany(e)}))}static fromPromise(e){return new $t((t=>jt(this,void 0,void 0,(function*(){t.emitMany(yield e)}))))}static fromPromises(e){return new $t((t=>jt(this,void 0,void 0,(function*(){yield Promise.all(e.map((e=>jt(this,void 0,void 0,(function*(){return t.emitOne(yield e)})))))}))))}static merge(e){return new $t((t=>jt(this,void 0,void 0,(function*(){yield Promise.all(e.map((e=>{var n,r;return jt(this,void 0,void 0,(function*(){var i,o;try{for(n=qt(e);!(r=yield n.next()).done;){const e=r.value;t.emitOne(e)}}catch(e){i={error:e}}finally{try{r&&!r.done&&(o=n.return)&&(yield o.call(n))}finally{if(i)throw i.error}}}))})))}))))}[Symbol.asyncIterator](){let e=0;return{next:()=>jt(this,void 0,void 0,(function*(){for(;;){if(2===this._state)throw this._error;if(ejt(this,void 0,void 0,(function*(){var r,i;try{for(var o,s=qt(e);!(o=yield s.next()).done;){const e=o.value;n.emitOne(t(e))}}catch(e){r={error:e}}finally{try{o&&!o.done&&(i=s.return)&&(yield i.call(s))}finally{if(r)throw r.error}}}))))}map(e){return $t.map(this,e)}static filter(e,t){return new $t((n=>jt(this,void 0,void 0,(function*(){var r,i;try{for(var o,s=qt(e);!(o=yield s.next()).done;){const e=o.value;t(e)&&n.emitOne(e)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(i=s.return)&&(yield i.call(s))}finally{if(r)throw r.error}}}))))}filter(e){return $t.filter(this,e)}static coalesce(e){return $t.filter(e,(e=>!!e))}coalesce(){return $t.coalesce(this)}static toPromise(e){var t,n,r,i;return jt(this,void 0,void 0,(function*(){const o=[];try{for(t=qt(e);!(n=yield t.next()).done;){const e=n.value;o.push(e)}}catch(e){r={error:e}}finally{try{n&&!n.done&&(i=t.return)&&(yield i.call(t))}finally{if(r)throw r.error}}return o}))}toPromise(){return $t.toPromise(this)}emitOne(e){0===this._state&&(this._results.push(e),this._onStateChanged.fire())}emitMany(e){0===this._state&&(this._results=this._results.concat(e),this._onStateChanged.fire())}resolve(){0===this._state&&(this._state=1,this._onStateChanged.fire())}reject(e){0===this._state&&(this._state=2,this._error=e,this._onStateChanged.fire())}}$t.EMPTY=$t.fromArray([]);class Ht{constructor(){this[Bt]="LinkedMap",this._map=new Map,this._head=void 0,this._tail=void 0,this._size=0,this._state=0}clear(){this._map.clear(),this._head=void 0,this._tail=void 0,this._size=0,this._state++}isEmpty(){return!this._head&&!this._tail}get size(){return this._size}get first(){var e;return null===(e=this._head)||void 0===e?void 0:e.value}get last(){var e;return null===(e=this._tail)||void 0===e?void 0:e.value}has(e){return this._map.has(e)}get(e,t=0){const n=this._map.get(e);if(n)return 0!==t&&this.touch(n,t),n.value}set(e,t,n=0){let r=this._map.get(e);if(r)r.value=t,0!==n&&this.touch(r,n);else{switch(r={key:e,value:t,next:void 0,previous:void 0},n){case 0:case 2:default:this.addItemLast(r);break;case 1:this.addItemFirst(r)}this._map.set(e,r),this._size++}return this}delete(e){return!!this.remove(e)}remove(e){const t=this._map.get(e);if(t)return this._map.delete(e),this.removeItem(t),this._size--,t.value}shift(){if(!this._head&&!this._tail)return;if(!this._head||!this._tail)throw new Error("Invalid list");const e=this._head;return this._map.delete(e.key),this.removeItem(e),this._size--,e.value}forEach(e,t){const n=this._state;let r=this._head;for(;r;){if(t?e.bind(t)(r.value,r.key,this):e(r.value,r.key,this),this._state!==n)throw new Error("LinkedMap got modified during iteration.");r=r.next}}keys(){const e=this,t=this._state;let n=this._head;const r={[Symbol.iterator]:()=>r,next(){if(e._state!==t)throw new Error("LinkedMap got modified during iteration.");if(n){const e={value:n.key,done:!1};return n=n.next,e}return{value:void 0,done:!0}}};return r}values(){const e=this,t=this._state;let n=this._head;const r={[Symbol.iterator]:()=>r,next(){if(e._state!==t)throw new Error("LinkedMap got modified during iteration.");if(n){const e={value:n.value,done:!1};return n=n.next,e}return{value:void 0,done:!0}}};return r}entries(){const e=this,t=this._state;let n=this._head;const r={[Symbol.iterator]:()=>r,next(){if(e._state!==t)throw new Error("LinkedMap got modified during iteration.");if(n){const e={value:[n.key,n.value],done:!1};return n=n.next,e}return{value:void 0,done:!0}}};return r}[(Bt=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}trimOld(e){if(e>=this.size)return;if(0===e)return void this.clear();let t=this._head,n=this.size;for(;t&&n>e;)this._map.delete(t.key),t=t.next,n--;this._head=t,this._size=n,t&&(t.previous=void 0),this._state++}addItemFirst(e){if(this._head||this._tail){if(!this._head)throw new Error("Invalid list");e.next=this._head,this._head.previous=e}else this._tail=e;this._head=e,this._state++}addItemLast(e){if(this._head||this._tail){if(!this._tail)throw new Error("Invalid list");e.previous=this._tail,this._tail.next=e}else this._head=e;this._tail=e,this._state++}removeItem(e){if(e===this._head&&e===this._tail)this._head=void 0,this._tail=void 0;else if(e===this._head){if(!e.next)throw new Error("Invalid list");e.next.previous=void 0,this._head=e.next}else if(e===this._tail){if(!e.previous)throw new Error("Invalid list");e.previous.next=void 0,this._tail=e.previous}else{const t=e.next,n=e.previous;if(!t||!n)throw new Error("Invalid list");t.previous=n,n.next=t}e.next=void 0,e.previous=void 0,this._state++}touch(e,t){if(!this._head||!this._tail)throw new Error("Invalid list");if(1===t||2===t)if(1===t){if(e===this._head)return;const t=e.next,n=e.previous;e===this._tail?(n.next=void 0,this._tail=n):(t.previous=n,n.next=t),e.previous=void 0,e.next=this._head,this._head.previous=e,this._head=e,this._state++}else if(2===t){if(e===this._tail)return;const t=e.next,n=e.previous;e===this._head?(t.previous=void 0,this._head=t):(t.previous=n,n.next=t),e.next=void 0,e.previous=this._tail,this._tail.next=e,this._tail=e,this._state++}}toJSON(){const e=[];return this.forEach(((t,n)=>{e.push([n,t])})),e}fromJSON(e){this.clear();for(const[t,n]of e)this.set(t,n)}}const Gt="**",Jt="/",Xt="[/\\\\]",Yt="[^/\\\\]",Zt=/\//g;function Qt(e){switch(e){case 0:return"";case 1:return`${Yt}*?`;default:return`(?:${Xt}|${Yt}+${Xt}|${Xt}${Yt}+)*?`}}function en(e,t){if(!e)return[];const n=[];let r=!1,i=!1,o="";for(const s of e){switch(s){case t:if(!r&&!i){n.push(o),o="";continue}break;case"{":r=!0;break;case"}":r=!1;break;case"[":i=!0;break;case"]":i=!1}o+=s}return o&&n.push(o),n}function tn(e){if(!e)return"";let t="";const n=en(e,Jt);if(n.every((e=>e===Gt)))t=".*";else{let e=!1;n.forEach(((r,i)=>{if(r===Gt)return void(e||(t+=Qt(2),e=!0));let o=!1,s="",a=!1,l="";for(const e of r)if("}"!==e&&o)s+=e;else if(!a||"]"===e&&l)switch(e){case"{":o=!0;continue;case"[":a=!0;continue;case"}":{const e=`(?:${en(s,",").map((e=>tn(e))).join("|")})`;t+=e,o=!1,s="";break}case"]":t+="["+l+"]",a=!1,l="";break;case"?":t+=Yt;continue;case"*":t+=Qt(1);continue;default:t+=V(e)}else{let t;t="-"===e?e:"^"!==e&&"!"!==e||l?e===Jt?"":V(e):"^",l+=t}ithis._limit&&this.trimOld(Math.round(this._limit*this._ratio))}}(1e4),dn=function(){return!1},hn=function(){return null};function pn(e,t){if(!e)return hn;let n;n="string"!=typeof e?e.pattern:e,n=n.trim();const r=`${n}_${!!t.trimForExclusions}`;let i,o=cn.get(r);if(o)return un(o,e);if(nn.test(n)){const e=n.substr(4);o=function(t,r){return"string"==typeof t&&t.endsWith(e)?n:null}}else o=(i=rn.exec(mn(n,t)))?function(e,t){const n=`/${e}`,r=`\\${e}`,i=function(i,o){return"string"!=typeof i?null:o?o===e?t:null:i===e||i.endsWith(n)||i.endsWith(r)?t:null},o=[e];return i.basenames=o,i.patterns=[t],i.allBasenames=o,i}(i[1],n):(t.trimForExclusions?sn:on).test(n)?function(e,t){const n=bn(e.slice(1,-1).split(",").map((e=>pn(e,t))).filter((e=>e!==hn)),e),r=n.length;if(!r)return hn;if(1===r)return n[0];const i=function(t,r){for(let i=0,o=n.length;i!!e.allBasenames));o&&(i.allBasenames=o.allBasenames);const s=n.reduce(((e,t)=>t.allPaths?e.concat(t.allPaths):e),[]);s.length&&(i.allPaths=s);return i}(n,t):(i=an.exec(mn(n,t)))?fn(i[1].substr(1),n,!0):(i=ln.exec(mn(n,t)))?fn(i[1],n,!1):function(e){try{const t=new RegExp(`^${tn(e)}$`);return function(n){return t.lastIndex=0,"string"==typeof n&&t.test(n)?e:null}}catch(e){return hn}}(n);return cn.set(r,o),un(o,e)}function un(e,t){return"string"==typeof t?e:function(n,r){return function(e,t,n,r=ze){if(e===t)return!0;if(!e||!t)return!1;if(t.length>e.length)return!1;if(n){if(!j(e,t))return!1;if(t.length===e.length)return!0;let n=t.length;return t.charAt(t.length-1)===r&&n--,e.charAt(n)===r}return t.charAt(t.length-1)!==r&&(t+=r),0===e.indexOf(t)}(n,t.base,!D)?e(n.substr(t.base.length+1),r):null}}function mn(e,t){return t.trimForExclusions&&e.endsWith("/**")?e.substr(0,e.length-2):e}function fn(e,t,n){const r=ze===Re.sep,i=r?e:e.replace(Zt,ze),o=ze+i,s=Re.sep+e,a=n?function(n,a){return"string"!=typeof n||n!==i&&!n.endsWith(o)&&(r||n!==e&&!n.endsWith(s))?null:t}:function(n,o){return"string"!=typeof n||n!==i&&(r||n!==e)?null:t};return a.allPaths=[(n?"*/":"./")+e],a}function gn(e,t,n){return!(!e||"string"!=typeof t)&&function(e,t={}){if(!e)return dn;if("string"==typeof e||function(e){const t=e;if(!t)return!1;return"string"==typeof t.base&&"string"==typeof t.pattern}(e)){const n=pn(e,t);if(n===hn)return dn;const r=function(e,t){return!!n(e,t)};return n.allBasenames&&(r.allBasenames=n.allBasenames),n.allPaths&&(r.allPaths=n.allPaths),r}return function(e,t){const n=bn(Object.getOwnPropertyNames(e).map((n=>function(e,t,n){if(!1===t)return hn;const r=pn(e,n);if(r===hn)return hn;if("boolean"==typeof t)return r;if(t){const n=t.when;if("string"==typeof n){const t=(t,i,o,s)=>{if(!s||!r(t,i))return null;const a=s(n.replace("$(basename)",o));return(l=a)&&"function"==typeof l.then?a.then((t=>t?e:null)):a?e:null;var l};return t.requiresSiblings=!0,t}}return r}(n,e[n],t))).filter((e=>e!==hn))),r=n.length;if(!r)return hn;if(!n.some((e=>!!e.requiresSiblings))){if(1===r)return n[0];const e=function(e,t){for(let r=0,i=n.length;r!!e.allBasenames));t&&(e.allBasenames=t.allBasenames);const i=n.reduce(((e,t)=>t.allPaths?e.concat(t.allPaths):e),[]);return i.length&&(e.allPaths=i),e}const i=function(e,t,r){let i;for(let o=0,s=n.length;o!!e.allBasenames));o&&(i.allBasenames=o.allBasenames);const s=n.reduce(((e,t)=>t.allPaths?e.concat(t.allPaths):e),[]);s.length&&(i.allPaths=s);return i}(e,t)}(e)(t,void 0,n)}function bn(e,t){const n=e.filter((e=>!!e.basenames));if(n.length<2)return e;const r=n.reduce(((e,t)=>{const n=t.basenames;return n?e.concat(n):e}),[]);let i;if(t){i=[];for(let e=0,n=r.length;e{const n=t.patterns;return n?e.concat(n):e}),[]);const o=function(e,t){if("string"!=typeof e)return null;if(!t){let n;for(n=e.length;n>0;n--){const t=e.charCodeAt(n-1);if(47===t||92===t)break}t=e.substr(n)}const n=r.indexOf(t);return-1!==n?i[n]:null};o.basenames=r,o.patterns=i,o.allBasenames=r;const s=e.filter((e=>!e.basenames));return s.push(o),s}function yn(e,t,n,r){if(Array.isArray(e)){let i=0;for(const o of e){const e=yn(o,t,n,r);if(10===e)return e;e>i&&(i=e)}return i}if("string"==typeof e)return r?"*"===e?5:e===n?10:0:0;if(e){const{language:i,pattern:o,scheme:s,hasAccessToAllModels:a}=e;if(!r&&!a)return 0;let l=0;if(s)if(s===t.scheme)l=10;else{if("*"!==s)return 0;l=5}if(i)if(i===n)l=10;else{if("*"!==i)return 0;l=Math.max(l,5)}if(o){let e;if(e="string"==typeof o?o:Object.assign(Object.assign({},o),{base:Ne(o.base)}),e!==t.fsPath&&!gn(e,t.fsPath))return 0;l=10}return l}return 0}function vn(e){return"string"!=typeof e&&(Array.isArray(e)?e.every(vn):!!e.exclusive)}class wn{constructor(){this._clock=0,this._entries=[],this._onDidChange=new P}get onDidChange(){return this._onDidChange.event}register(e,t){let n={selector:e,provider:t,_score:-1,_time:this._clock++};return this._entries.push(n),this._lastCandidate=void 0,this._onDidChange.fire(this._entries.length),d((()=>{if(n){const e=this._entries.indexOf(n);e>=0&&(this._entries.splice(e,1),this._lastCandidate=void 0,this._onDidChange.fire(this._entries.length),n=void 0)}}))}has(e){return this.all(e).length>0}all(e){if(!e)return[];this._updateScores(e);const t=[];for(let e of this._entries)e._score>0&&t.push(e.provider);return t}ordered(e){const t=[];return this._orderedForEach(e,(e=>t.push(e.provider))),t}orderedGroups(e){const t=[];let n,r;return this._orderedForEach(e,(e=>{n&&r===e._score?n.push(e.provider):(r=e._score,n=[e.provider],t.push(n))})),t}_orderedForEach(e,t){if(e){this._updateScores(e);for(const e of this._entries)e._score>0&&t(e)}}_updateScores(e){const t={uri:e.uri.toString(),language:e.getLanguageId()};if(!this._lastCandidate||this._lastCandidate.language!==t.language||this._lastCandidate.uri!==t.uri){this._lastCandidate=t;for(let t of this._entries)if(t._score=yn(t.selector,e.uri,e.getLanguageId(),Ut(e)),vn(t.selector)&&t._score>0){for(let e of this._entries)e._score=0;t._score=1e3;break}this._entries.sort(wn._compareByScoreAndTime)}}static _compareByScoreAndTime(e,t){return e._scoret._score?-1:e._timet._time?-1:0}}var xn,Sn,Cn,kn,_n,En,Fn,Dn,Rn,Nn,Tn,An,zn,Mn,In,Pn,On,Ln,Wn,Vn,Un,Kn,Bn,jn,qn,$n,Hn,Gn,Jn,Xn,Yn,Zn,Qn,er,tr,nr,rr,ir,or,sr,ar,lr,cr,dr,hr,pr=function(e,t,n,r){return new(n||(n=Promise))((function(i,o){function s(e){try{l(r.next(e))}catch(e){o(e)}}function a(e){try{l(r.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,a)}l((r=r.apply(e,t||[])).next())}))};class ur extends p{constructor(e,t,n){super(),this._registry=e,this._languageId=t,this._factory=n,this._isDisposed=!1,this._resolvePromise=null,this._isResolved=!1}get isResolved(){return this._isResolved}dispose(){this._isDisposed=!0,super.dispose()}resolve(){return pr(this,void 0,void 0,(function*(){return this._resolvePromise||(this._resolvePromise=this._create()),this._resolvePromise}))}_create(){return pr(this,void 0,void 0,(function*(){const e=yield Promise.resolve(this._factory.createTokenizationSupport());this._isResolved=!0,e&&!this._isDisposed&&this._register(this._registry.register(this._languageId,e))}))}}class mr{constructor(e,t,n){this.id=e,this.definition=t,this.description=n,mr._allCodicons.push(this)}get classNames(){return"codicon codicon-"+this.id}get classNamesArray(){return["codicon","codicon-"+this.id]}get cssSelector(){return".codicon.codicon-"+this.id}static getAll(){return mr._allCodicons}}mr._allCodicons=[],mr.add=new mr("add",{fontCharacter:"\\ea60"}),mr.plus=new mr("plus",mr.add.definition),mr.gistNew=new mr("gist-new",mr.add.definition),mr.repoCreate=new mr("repo-create",mr.add.definition),mr.lightbulb=new mr("lightbulb",{fontCharacter:"\\ea61"}),mr.lightBulb=new mr("light-bulb",{fontCharacter:"\\ea61"}),mr.repo=new mr("repo",{fontCharacter:"\\ea62"}),mr.repoDelete=new mr("repo-delete",{fontCharacter:"\\ea62"}),mr.gistFork=new mr("gist-fork",{fontCharacter:"\\ea63"}),mr.repoForked=new mr("repo-forked",{fontCharacter:"\\ea63"}),mr.gitPullRequest=new mr("git-pull-request",{fontCharacter:"\\ea64"}),mr.gitPullRequestAbandoned=new mr("git-pull-request-abandoned",{fontCharacter:"\\ea64"}),mr.recordKeys=new mr("record-keys",{fontCharacter:"\\ea65"}),mr.keyboard=new mr("keyboard",{fontCharacter:"\\ea65"}),mr.tag=new mr("tag",{fontCharacter:"\\ea66"}),mr.tagAdd=new mr("tag-add",{fontCharacter:"\\ea66"}),mr.tagRemove=new mr("tag-remove",{fontCharacter:"\\ea66"}),mr.person=new mr("person",{fontCharacter:"\\ea67"}),mr.personFollow=new mr("person-follow",{fontCharacter:"\\ea67"}),mr.personOutline=new mr("person-outline",{fontCharacter:"\\ea67"}),mr.personFilled=new mr("person-filled",{fontCharacter:"\\ea67"}),mr.gitBranch=new mr("git-branch",{fontCharacter:"\\ea68"}),mr.gitBranchCreate=new mr("git-branch-create",{fontCharacter:"\\ea68"}),mr.gitBranchDelete=new mr("git-branch-delete",{fontCharacter:"\\ea68"}),mr.sourceControl=new mr("source-control",{fontCharacter:"\\ea68"}),mr.mirror=new mr("mirror",{fontCharacter:"\\ea69"}),mr.mirrorPublic=new mr("mirror-public",{fontCharacter:"\\ea69"}),mr.star=new mr("star",{fontCharacter:"\\ea6a"}),mr.starAdd=new mr("star-add",{fontCharacter:"\\ea6a"}),mr.starDelete=new mr("star-delete",{fontCharacter:"\\ea6a"}),mr.starEmpty=new mr("star-empty",{fontCharacter:"\\ea6a"}),mr.comment=new mr("comment",{fontCharacter:"\\ea6b"}),mr.commentAdd=new mr("comment-add",{fontCharacter:"\\ea6b"}),mr.alert=new mr("alert",{fontCharacter:"\\ea6c"}),mr.warning=new mr("warning",{fontCharacter:"\\ea6c"}),mr.search=new mr("search",{fontCharacter:"\\ea6d"}),mr.searchSave=new mr("search-save",{fontCharacter:"\\ea6d"}),mr.logOut=new mr("log-out",{fontCharacter:"\\ea6e"}),mr.signOut=new mr("sign-out",{fontCharacter:"\\ea6e"}),mr.logIn=new mr("log-in",{fontCharacter:"\\ea6f"}),mr.signIn=new mr("sign-in",{fontCharacter:"\\ea6f"}),mr.eye=new mr("eye",{fontCharacter:"\\ea70"}),mr.eyeUnwatch=new mr("eye-unwatch",{fontCharacter:"\\ea70"}),mr.eyeWatch=new mr("eye-watch",{fontCharacter:"\\ea70"}),mr.circleFilled=new mr("circle-filled",{fontCharacter:"\\ea71"}),mr.primitiveDot=new mr("primitive-dot",{fontCharacter:"\\ea71"}),mr.closeDirty=new mr("close-dirty",{fontCharacter:"\\ea71"}),mr.debugBreakpoint=new mr("debug-breakpoint",{fontCharacter:"\\ea71"}),mr.debugBreakpointDisabled=new mr("debug-breakpoint-disabled",{fontCharacter:"\\ea71"}),mr.debugHint=new mr("debug-hint",{fontCharacter:"\\ea71"}),mr.primitiveSquare=new mr("primitive-square",{fontCharacter:"\\ea72"}),mr.edit=new mr("edit",{fontCharacter:"\\ea73"}),mr.pencil=new mr("pencil",{fontCharacter:"\\ea73"}),mr.info=new mr("info",{fontCharacter:"\\ea74"}),mr.issueOpened=new mr("issue-opened",{fontCharacter:"\\ea74"}),mr.gistPrivate=new mr("gist-private",{fontCharacter:"\\ea75"}),mr.gitForkPrivate=new mr("git-fork-private",{fontCharacter:"\\ea75"}),mr.lock=new mr("lock",{fontCharacter:"\\ea75"}),mr.mirrorPrivate=new mr("mirror-private",{fontCharacter:"\\ea75"}),mr.close=new mr("close",{fontCharacter:"\\ea76"}),mr.removeClose=new mr("remove-close",{fontCharacter:"\\ea76"}),mr.x=new mr("x",{fontCharacter:"\\ea76"}),mr.repoSync=new mr("repo-sync",{fontCharacter:"\\ea77"}),mr.sync=new mr("sync",{fontCharacter:"\\ea77"}),mr.clone=new mr("clone",{fontCharacter:"\\ea78"}),mr.desktopDownload=new mr("desktop-download",{fontCharacter:"\\ea78"}),mr.beaker=new mr("beaker",{fontCharacter:"\\ea79"}),mr.microscope=new mr("microscope",{fontCharacter:"\\ea79"}),mr.vm=new mr("vm",{fontCharacter:"\\ea7a"}),mr.deviceDesktop=new mr("device-desktop",{fontCharacter:"\\ea7a"}),mr.file=new mr("file",{fontCharacter:"\\ea7b"}),mr.fileText=new mr("file-text",{fontCharacter:"\\ea7b"}),mr.more=new mr("more",{fontCharacter:"\\ea7c"}),mr.ellipsis=new mr("ellipsis",{fontCharacter:"\\ea7c"}),mr.kebabHorizontal=new mr("kebab-horizontal",{fontCharacter:"\\ea7c"}),mr.mailReply=new mr("mail-reply",{fontCharacter:"\\ea7d"}),mr.reply=new mr("reply",{fontCharacter:"\\ea7d"}),mr.organization=new mr("organization",{fontCharacter:"\\ea7e"}),mr.organizationFilled=new mr("organization-filled",{fontCharacter:"\\ea7e"}),mr.organizationOutline=new mr("organization-outline",{fontCharacter:"\\ea7e"}),mr.newFile=new mr("new-file",{fontCharacter:"\\ea7f"}),mr.fileAdd=new mr("file-add",{fontCharacter:"\\ea7f"}),mr.newFolder=new mr("new-folder",{fontCharacter:"\\ea80"}),mr.fileDirectoryCreate=new mr("file-directory-create",{fontCharacter:"\\ea80"}),mr.trash=new mr("trash",{fontCharacter:"\\ea81"}),mr.trashcan=new mr("trashcan",{fontCharacter:"\\ea81"}),mr.history=new mr("history",{fontCharacter:"\\ea82"}),mr.clock=new mr("clock",{fontCharacter:"\\ea82"}),mr.folder=new mr("folder",{fontCharacter:"\\ea83"}),mr.fileDirectory=new mr("file-directory",{fontCharacter:"\\ea83"}),mr.symbolFolder=new mr("symbol-folder",{fontCharacter:"\\ea83"}),mr.logoGithub=new mr("logo-github",{fontCharacter:"\\ea84"}),mr.markGithub=new mr("mark-github",{fontCharacter:"\\ea84"}),mr.github=new mr("github",{fontCharacter:"\\ea84"}),mr.terminal=new mr("terminal",{fontCharacter:"\\ea85"}),mr.console=new mr("console",{fontCharacter:"\\ea85"}),mr.repl=new mr("repl",{fontCharacter:"\\ea85"}),mr.zap=new mr("zap",{fontCharacter:"\\ea86"}),mr.symbolEvent=new mr("symbol-event",{fontCharacter:"\\ea86"}),mr.error=new mr("error",{fontCharacter:"\\ea87"}),mr.stop=new mr("stop",{fontCharacter:"\\ea87"}),mr.variable=new mr("variable",{fontCharacter:"\\ea88"}),mr.symbolVariable=new mr("symbol-variable",{fontCharacter:"\\ea88"}),mr.array=new mr("array",{fontCharacter:"\\ea8a"}),mr.symbolArray=new mr("symbol-array",{fontCharacter:"\\ea8a"}),mr.symbolModule=new mr("symbol-module",{fontCharacter:"\\ea8b"}),mr.symbolPackage=new mr("symbol-package",{fontCharacter:"\\ea8b"}),mr.symbolNamespace=new mr("symbol-namespace",{fontCharacter:"\\ea8b"}),mr.symbolObject=new mr("symbol-object",{fontCharacter:"\\ea8b"}),mr.symbolMethod=new mr("symbol-method",{fontCharacter:"\\ea8c"}),mr.symbolFunction=new mr("symbol-function",{fontCharacter:"\\ea8c"}),mr.symbolConstructor=new mr("symbol-constructor",{fontCharacter:"\\ea8c"}),mr.symbolBoolean=new mr("symbol-boolean",{fontCharacter:"\\ea8f"}),mr.symbolNull=new mr("symbol-null",{fontCharacter:"\\ea8f"}),mr.symbolNumeric=new mr("symbol-numeric",{fontCharacter:"\\ea90"}),mr.symbolNumber=new mr("symbol-number",{fontCharacter:"\\ea90"}),mr.symbolStructure=new mr("symbol-structure",{fontCharacter:"\\ea91"}),mr.symbolStruct=new mr("symbol-struct",{fontCharacter:"\\ea91"}),mr.symbolParameter=new mr("symbol-parameter",{fontCharacter:"\\ea92"}),mr.symbolTypeParameter=new mr("symbol-type-parameter",{fontCharacter:"\\ea92"}),mr.symbolKey=new mr("symbol-key",{fontCharacter:"\\ea93"}),mr.symbolText=new mr("symbol-text",{fontCharacter:"\\ea93"}),mr.symbolReference=new mr("symbol-reference",{fontCharacter:"\\ea94"}),mr.goToFile=new mr("go-to-file",{fontCharacter:"\\ea94"}),mr.symbolEnum=new mr("symbol-enum",{fontCharacter:"\\ea95"}),mr.symbolValue=new mr("symbol-value",{fontCharacter:"\\ea95"}),mr.symbolRuler=new mr("symbol-ruler",{fontCharacter:"\\ea96"}),mr.symbolUnit=new mr("symbol-unit",{fontCharacter:"\\ea96"}),mr.activateBreakpoints=new mr("activate-breakpoints",{fontCharacter:"\\ea97"}),mr.archive=new mr("archive",{fontCharacter:"\\ea98"}),mr.arrowBoth=new mr("arrow-both",{fontCharacter:"\\ea99"}),mr.arrowDown=new mr("arrow-down",{fontCharacter:"\\ea9a"}),mr.arrowLeft=new mr("arrow-left",{fontCharacter:"\\ea9b"}),mr.arrowRight=new mr("arrow-right",{fontCharacter:"\\ea9c"}),mr.arrowSmallDown=new mr("arrow-small-down",{fontCharacter:"\\ea9d"}),mr.arrowSmallLeft=new mr("arrow-small-left",{fontCharacter:"\\ea9e"}),mr.arrowSmallRight=new mr("arrow-small-right",{fontCharacter:"\\ea9f"}),mr.arrowSmallUp=new mr("arrow-small-up",{fontCharacter:"\\eaa0"}),mr.arrowUp=new mr("arrow-up",{fontCharacter:"\\eaa1"}),mr.bell=new mr("bell",{fontCharacter:"\\eaa2"}),mr.bold=new mr("bold",{fontCharacter:"\\eaa3"}),mr.book=new mr("book",{fontCharacter:"\\eaa4"}),mr.bookmark=new mr("bookmark",{fontCharacter:"\\eaa5"}),mr.debugBreakpointConditionalUnverified=new mr("debug-breakpoint-conditional-unverified",{fontCharacter:"\\eaa6"}),mr.debugBreakpointConditional=new mr("debug-breakpoint-conditional",{fontCharacter:"\\eaa7"}),mr.debugBreakpointConditionalDisabled=new mr("debug-breakpoint-conditional-disabled",{fontCharacter:"\\eaa7"}),mr.debugBreakpointDataUnverified=new mr("debug-breakpoint-data-unverified",{fontCharacter:"\\eaa8"}),mr.debugBreakpointData=new mr("debug-breakpoint-data",{fontCharacter:"\\eaa9"}),mr.debugBreakpointDataDisabled=new mr("debug-breakpoint-data-disabled",{fontCharacter:"\\eaa9"}),mr.debugBreakpointLogUnverified=new mr("debug-breakpoint-log-unverified",{fontCharacter:"\\eaaa"}),mr.debugBreakpointLog=new mr("debug-breakpoint-log",{fontCharacter:"\\eaab"}),mr.debugBreakpointLogDisabled=new mr("debug-breakpoint-log-disabled",{fontCharacter:"\\eaab"}),mr.briefcase=new mr("briefcase",{fontCharacter:"\\eaac"}),mr.broadcast=new mr("broadcast",{fontCharacter:"\\eaad"}),mr.browser=new mr("browser",{fontCharacter:"\\eaae"}),mr.bug=new mr("bug",{fontCharacter:"\\eaaf"}),mr.calendar=new mr("calendar",{fontCharacter:"\\eab0"}),mr.caseSensitive=new mr("case-sensitive",{fontCharacter:"\\eab1"}),mr.check=new mr("check",{fontCharacter:"\\eab2"}),mr.checklist=new mr("checklist",{fontCharacter:"\\eab3"}),mr.chevronDown=new mr("chevron-down",{fontCharacter:"\\eab4"}),mr.dropDownButton=new mr("drop-down-button",mr.chevronDown.definition),mr.chevronLeft=new mr("chevron-left",{fontCharacter:"\\eab5"}),mr.chevronRight=new mr("chevron-right",{fontCharacter:"\\eab6"}),mr.chevronUp=new mr("chevron-up",{fontCharacter:"\\eab7"}),mr.chromeClose=new mr("chrome-close",{fontCharacter:"\\eab8"}),mr.chromeMaximize=new mr("chrome-maximize",{fontCharacter:"\\eab9"}),mr.chromeMinimize=new mr("chrome-minimize",{fontCharacter:"\\eaba"}),mr.chromeRestore=new mr("chrome-restore",{fontCharacter:"\\eabb"}),mr.circleOutline=new mr("circle-outline",{fontCharacter:"\\eabc"}),mr.debugBreakpointUnverified=new mr("debug-breakpoint-unverified",{fontCharacter:"\\eabc"}),mr.circleSlash=new mr("circle-slash",{fontCharacter:"\\eabd"}),mr.circuitBoard=new mr("circuit-board",{fontCharacter:"\\eabe"}),mr.clearAll=new mr("clear-all",{fontCharacter:"\\eabf"}),mr.clippy=new mr("clippy",{fontCharacter:"\\eac0"}),mr.closeAll=new mr("close-all",{fontCharacter:"\\eac1"}),mr.cloudDownload=new mr("cloud-download",{fontCharacter:"\\eac2"}),mr.cloudUpload=new mr("cloud-upload",{fontCharacter:"\\eac3"}),mr.code=new mr("code",{fontCharacter:"\\eac4"}),mr.collapseAll=new mr("collapse-all",{fontCharacter:"\\eac5"}),mr.colorMode=new mr("color-mode",{fontCharacter:"\\eac6"}),mr.commentDiscussion=new mr("comment-discussion",{fontCharacter:"\\eac7"}),mr.compareChanges=new mr("compare-changes",{fontCharacter:"\\eafd"}),mr.creditCard=new mr("credit-card",{fontCharacter:"\\eac9"}),mr.dash=new mr("dash",{fontCharacter:"\\eacc"}),mr.dashboard=new mr("dashboard",{fontCharacter:"\\eacd"}),mr.database=new mr("database",{fontCharacter:"\\eace"}),mr.debugContinue=new mr("debug-continue",{fontCharacter:"\\eacf"}),mr.debugDisconnect=new mr("debug-disconnect",{fontCharacter:"\\ead0"}),mr.debugPause=new mr("debug-pause",{fontCharacter:"\\ead1"}),mr.debugRestart=new mr("debug-restart",{fontCharacter:"\\ead2"}),mr.debugStart=new mr("debug-start",{fontCharacter:"\\ead3"}),mr.debugStepInto=new mr("debug-step-into",{fontCharacter:"\\ead4"}),mr.debugStepOut=new mr("debug-step-out",{fontCharacter:"\\ead5"}),mr.debugStepOver=new mr("debug-step-over",{fontCharacter:"\\ead6"}),mr.debugStop=new mr("debug-stop",{fontCharacter:"\\ead7"}),mr.debug=new mr("debug",{fontCharacter:"\\ead8"}),mr.deviceCameraVideo=new mr("device-camera-video",{fontCharacter:"\\ead9"}),mr.deviceCamera=new mr("device-camera",{fontCharacter:"\\eada"}),mr.deviceMobile=new mr("device-mobile",{fontCharacter:"\\eadb"}),mr.diffAdded=new mr("diff-added",{fontCharacter:"\\eadc"}),mr.diffIgnored=new mr("diff-ignored",{fontCharacter:"\\eadd"}),mr.diffModified=new mr("diff-modified",{fontCharacter:"\\eade"}),mr.diffRemoved=new mr("diff-removed",{fontCharacter:"\\eadf"}),mr.diffRenamed=new mr("diff-renamed",{fontCharacter:"\\eae0"}),mr.diff=new mr("diff",{fontCharacter:"\\eae1"}),mr.discard=new mr("discard",{fontCharacter:"\\eae2"}),mr.editorLayout=new mr("editor-layout",{fontCharacter:"\\eae3"}),mr.emptyWindow=new mr("empty-window",{fontCharacter:"\\eae4"}),mr.exclude=new mr("exclude",{fontCharacter:"\\eae5"}),mr.extensions=new mr("extensions",{fontCharacter:"\\eae6"}),mr.eyeClosed=new mr("eye-closed",{fontCharacter:"\\eae7"}),mr.fileBinary=new mr("file-binary",{fontCharacter:"\\eae8"}),mr.fileCode=new mr("file-code",{fontCharacter:"\\eae9"}),mr.fileMedia=new mr("file-media",{fontCharacter:"\\eaea"}),mr.filePdf=new mr("file-pdf",{fontCharacter:"\\eaeb"}),mr.fileSubmodule=new mr("file-submodule",{fontCharacter:"\\eaec"}),mr.fileSymlinkDirectory=new mr("file-symlink-directory",{fontCharacter:"\\eaed"}),mr.fileSymlinkFile=new mr("file-symlink-file",{fontCharacter:"\\eaee"}),mr.fileZip=new mr("file-zip",{fontCharacter:"\\eaef"}),mr.files=new mr("files",{fontCharacter:"\\eaf0"}),mr.filter=new mr("filter",{fontCharacter:"\\eaf1"}),mr.flame=new mr("flame",{fontCharacter:"\\eaf2"}),mr.foldDown=new mr("fold-down",{fontCharacter:"\\eaf3"}),mr.foldUp=new mr("fold-up",{fontCharacter:"\\eaf4"}),mr.fold=new mr("fold",{fontCharacter:"\\eaf5"}),mr.folderActive=new mr("folder-active",{fontCharacter:"\\eaf6"}),mr.folderOpened=new mr("folder-opened",{fontCharacter:"\\eaf7"}),mr.gear=new mr("gear",{fontCharacter:"\\eaf8"}),mr.gift=new mr("gift",{fontCharacter:"\\eaf9"}),mr.gistSecret=new mr("gist-secret",{fontCharacter:"\\eafa"}),mr.gist=new mr("gist",{fontCharacter:"\\eafb"}),mr.gitCommit=new mr("git-commit",{fontCharacter:"\\eafc"}),mr.gitCompare=new mr("git-compare",{fontCharacter:"\\eafd"}),mr.gitMerge=new mr("git-merge",{fontCharacter:"\\eafe"}),mr.githubAction=new mr("github-action",{fontCharacter:"\\eaff"}),mr.githubAlt=new mr("github-alt",{fontCharacter:"\\eb00"}),mr.globe=new mr("globe",{fontCharacter:"\\eb01"}),mr.grabber=new mr("grabber",{fontCharacter:"\\eb02"}),mr.graph=new mr("graph",{fontCharacter:"\\eb03"}),mr.gripper=new mr("gripper",{fontCharacter:"\\eb04"}),mr.heart=new mr("heart",{fontCharacter:"\\eb05"}),mr.home=new mr("home",{fontCharacter:"\\eb06"}),mr.horizontalRule=new mr("horizontal-rule",{fontCharacter:"\\eb07"}),mr.hubot=new mr("hubot",{fontCharacter:"\\eb08"}),mr.inbox=new mr("inbox",{fontCharacter:"\\eb09"}),mr.issueClosed=new mr("issue-closed",{fontCharacter:"\\eba4"}),mr.issueReopened=new mr("issue-reopened",{fontCharacter:"\\eb0b"}),mr.issues=new mr("issues",{fontCharacter:"\\eb0c"}),mr.italic=new mr("italic",{fontCharacter:"\\eb0d"}),mr.jersey=new mr("jersey",{fontCharacter:"\\eb0e"}),mr.json=new mr("json",{fontCharacter:"\\eb0f"}),mr.kebabVertical=new mr("kebab-vertical",{fontCharacter:"\\eb10"}),mr.key=new mr("key",{fontCharacter:"\\eb11"}),mr.law=new mr("law",{fontCharacter:"\\eb12"}),mr.lightbulbAutofix=new mr("lightbulb-autofix",{fontCharacter:"\\eb13"}),mr.linkExternal=new mr("link-external",{fontCharacter:"\\eb14"}),mr.link=new mr("link",{fontCharacter:"\\eb15"}),mr.listOrdered=new mr("list-ordered",{fontCharacter:"\\eb16"}),mr.listUnordered=new mr("list-unordered",{fontCharacter:"\\eb17"}),mr.liveShare=new mr("live-share",{fontCharacter:"\\eb18"}),mr.loading=new mr("loading",{fontCharacter:"\\eb19"}),mr.location=new mr("location",{fontCharacter:"\\eb1a"}),mr.mailRead=new mr("mail-read",{fontCharacter:"\\eb1b"}),mr.mail=new mr("mail",{fontCharacter:"\\eb1c"}),mr.markdown=new mr("markdown",{fontCharacter:"\\eb1d"}),mr.megaphone=new mr("megaphone",{fontCharacter:"\\eb1e"}),mr.mention=new mr("mention",{fontCharacter:"\\eb1f"}),mr.milestone=new mr("milestone",{fontCharacter:"\\eb20"}),mr.mortarBoard=new mr("mortar-board",{fontCharacter:"\\eb21"}),mr.move=new mr("move",{fontCharacter:"\\eb22"}),mr.multipleWindows=new mr("multiple-windows",{fontCharacter:"\\eb23"}),mr.mute=new mr("mute",{fontCharacter:"\\eb24"}),mr.noNewline=new mr("no-newline",{fontCharacter:"\\eb25"}),mr.note=new mr("note",{fontCharacter:"\\eb26"}),mr.octoface=new mr("octoface",{fontCharacter:"\\eb27"}),mr.openPreview=new mr("open-preview",{fontCharacter:"\\eb28"}),mr.package_=new mr("package",{fontCharacter:"\\eb29"}),mr.paintcan=new mr("paintcan",{fontCharacter:"\\eb2a"}),mr.pin=new mr("pin",{fontCharacter:"\\eb2b"}),mr.play=new mr("play",{fontCharacter:"\\eb2c"}),mr.run=new mr("run",{fontCharacter:"\\eb2c"}),mr.plug=new mr("plug",{fontCharacter:"\\eb2d"}),mr.preserveCase=new mr("preserve-case",{fontCharacter:"\\eb2e"}),mr.preview=new mr("preview",{fontCharacter:"\\eb2f"}),mr.project=new mr("project",{fontCharacter:"\\eb30"}),mr.pulse=new mr("pulse",{fontCharacter:"\\eb31"}),mr.question=new mr("question",{fontCharacter:"\\eb32"}),mr.quote=new mr("quote",{fontCharacter:"\\eb33"}),mr.radioTower=new mr("radio-tower",{fontCharacter:"\\eb34"}),mr.reactions=new mr("reactions",{fontCharacter:"\\eb35"}),mr.references=new mr("references",{fontCharacter:"\\eb36"}),mr.refresh=new mr("refresh",{fontCharacter:"\\eb37"}),mr.regex=new mr("regex",{fontCharacter:"\\eb38"}),mr.remoteExplorer=new mr("remote-explorer",{fontCharacter:"\\eb39"}),mr.remote=new mr("remote",{fontCharacter:"\\eb3a"}),mr.remove=new mr("remove",{fontCharacter:"\\eb3b"}),mr.replaceAll=new mr("replace-all",{fontCharacter:"\\eb3c"}),mr.replace=new mr("replace",{fontCharacter:"\\eb3d"}),mr.repoClone=new mr("repo-clone",{fontCharacter:"\\eb3e"}),mr.repoForcePush=new mr("repo-force-push",{fontCharacter:"\\eb3f"}),mr.repoPull=new mr("repo-pull",{fontCharacter:"\\eb40"}),mr.repoPush=new mr("repo-push",{fontCharacter:"\\eb41"}),mr.report=new mr("report",{fontCharacter:"\\eb42"}),mr.requestChanges=new mr("request-changes",{fontCharacter:"\\eb43"}),mr.rocket=new mr("rocket",{fontCharacter:"\\eb44"}),mr.rootFolderOpened=new mr("root-folder-opened",{fontCharacter:"\\eb45"}),mr.rootFolder=new mr("root-folder",{fontCharacter:"\\eb46"}),mr.rss=new mr("rss",{fontCharacter:"\\eb47"}),mr.ruby=new mr("ruby",{fontCharacter:"\\eb48"}),mr.saveAll=new mr("save-all",{fontCharacter:"\\eb49"}),mr.saveAs=new mr("save-as",{fontCharacter:"\\eb4a"}),mr.save=new mr("save",{fontCharacter:"\\eb4b"}),mr.screenFull=new mr("screen-full",{fontCharacter:"\\eb4c"}),mr.screenNormal=new mr("screen-normal",{fontCharacter:"\\eb4d"}),mr.searchStop=new mr("search-stop",{fontCharacter:"\\eb4e"}),mr.server=new mr("server",{fontCharacter:"\\eb50"}),mr.settingsGear=new mr("settings-gear",{fontCharacter:"\\eb51"}),mr.settings=new mr("settings",{fontCharacter:"\\eb52"}),mr.shield=new mr("shield",{fontCharacter:"\\eb53"}),mr.smiley=new mr("smiley",{fontCharacter:"\\eb54"}),mr.sortPrecedence=new mr("sort-precedence",{fontCharacter:"\\eb55"}),mr.splitHorizontal=new mr("split-horizontal",{fontCharacter:"\\eb56"}),mr.splitVertical=new mr("split-vertical",{fontCharacter:"\\eb57"}),mr.squirrel=new mr("squirrel",{fontCharacter:"\\eb58"}),mr.starFull=new mr("star-full",{fontCharacter:"\\eb59"}),mr.starHalf=new mr("star-half",{fontCharacter:"\\eb5a"}),mr.symbolClass=new mr("symbol-class",{fontCharacter:"\\eb5b"}),mr.symbolColor=new mr("symbol-color",{fontCharacter:"\\eb5c"}),mr.symbolCustomColor=new mr("symbol-customcolor",{fontCharacter:"\\eb5c"}),mr.symbolConstant=new mr("symbol-constant",{fontCharacter:"\\eb5d"}),mr.symbolEnumMember=new mr("symbol-enum-member",{fontCharacter:"\\eb5e"}),mr.symbolField=new mr("symbol-field",{fontCharacter:"\\eb5f"}),mr.symbolFile=new mr("symbol-file",{fontCharacter:"\\eb60"}),mr.symbolInterface=new mr("symbol-interface",{fontCharacter:"\\eb61"}),mr.symbolKeyword=new mr("symbol-keyword",{fontCharacter:"\\eb62"}),mr.symbolMisc=new mr("symbol-misc",{fontCharacter:"\\eb63"}),mr.symbolOperator=new mr("symbol-operator",{fontCharacter:"\\eb64"}),mr.symbolProperty=new mr("symbol-property",{fontCharacter:"\\eb65"}),mr.wrench=new mr("wrench",{fontCharacter:"\\eb65"}),mr.wrenchSubaction=new mr("wrench-subaction",{fontCharacter:"\\eb65"}),mr.symbolSnippet=new mr("symbol-snippet",{fontCharacter:"\\eb66"}),mr.tasklist=new mr("tasklist",{fontCharacter:"\\eb67"}),mr.telescope=new mr("telescope",{fontCharacter:"\\eb68"}),mr.textSize=new mr("text-size",{fontCharacter:"\\eb69"}),mr.threeBars=new mr("three-bars",{fontCharacter:"\\eb6a"}),mr.thumbsdown=new mr("thumbsdown",{fontCharacter:"\\eb6b"}),mr.thumbsup=new mr("thumbsup",{fontCharacter:"\\eb6c"}),mr.tools=new mr("tools",{fontCharacter:"\\eb6d"}),mr.triangleDown=new mr("triangle-down",{fontCharacter:"\\eb6e"}),mr.triangleLeft=new mr("triangle-left",{fontCharacter:"\\eb6f"}),mr.triangleRight=new mr("triangle-right",{fontCharacter:"\\eb70"}),mr.triangleUp=new mr("triangle-up",{fontCharacter:"\\eb71"}),mr.twitter=new mr("twitter",{fontCharacter:"\\eb72"}),mr.unfold=new mr("unfold",{fontCharacter:"\\eb73"}),mr.unlock=new mr("unlock",{fontCharacter:"\\eb74"}),mr.unmute=new mr("unmute",{fontCharacter:"\\eb75"}),mr.unverified=new mr("unverified",{fontCharacter:"\\eb76"}),mr.verified=new mr("verified",{fontCharacter:"\\eb77"}),mr.versions=new mr("versions",{fontCharacter:"\\eb78"}),mr.vmActive=new mr("vm-active",{fontCharacter:"\\eb79"}),mr.vmOutline=new mr("vm-outline",{fontCharacter:"\\eb7a"}),mr.vmRunning=new mr("vm-running",{fontCharacter:"\\eb7b"}),mr.watch=new mr("watch",{fontCharacter:"\\eb7c"}),mr.whitespace=new mr("whitespace",{fontCharacter:"\\eb7d"}),mr.wholeWord=new mr("whole-word",{fontCharacter:"\\eb7e"}),mr.window=new mr("window",{fontCharacter:"\\eb7f"}),mr.wordWrap=new mr("word-wrap",{fontCharacter:"\\eb80"}),mr.zoomIn=new mr("zoom-in",{fontCharacter:"\\eb81"}),mr.zoomOut=new mr("zoom-out",{fontCharacter:"\\eb82"}),mr.listFilter=new mr("list-filter",{fontCharacter:"\\eb83"}),mr.listFlat=new mr("list-flat",{fontCharacter:"\\eb84"}),mr.listSelection=new mr("list-selection",{fontCharacter:"\\eb85"}),mr.selection=new mr("selection",{fontCharacter:"\\eb85"}),mr.listTree=new mr("list-tree",{fontCharacter:"\\eb86"}),mr.debugBreakpointFunctionUnverified=new mr("debug-breakpoint-function-unverified",{fontCharacter:"\\eb87"}),mr.debugBreakpointFunction=new mr("debug-breakpoint-function",{fontCharacter:"\\eb88"}),mr.debugBreakpointFunctionDisabled=new mr("debug-breakpoint-function-disabled",{fontCharacter:"\\eb88"}),mr.debugStackframeActive=new mr("debug-stackframe-active",{fontCharacter:"\\eb89"}),mr.debugStackframeDot=new mr("debug-stackframe-dot",{fontCharacter:"\\eb8a"}),mr.debugStackframe=new mr("debug-stackframe",{fontCharacter:"\\eb8b"}),mr.debugStackframeFocused=new mr("debug-stackframe-focused",{fontCharacter:"\\eb8b"}),mr.debugBreakpointUnsupported=new mr("debug-breakpoint-unsupported",{fontCharacter:"\\eb8c"}),mr.symbolString=new mr("symbol-string",{fontCharacter:"\\eb8d"}),mr.debugReverseContinue=new mr("debug-reverse-continue",{fontCharacter:"\\eb8e"}),mr.debugStepBack=new mr("debug-step-back",{fontCharacter:"\\eb8f"}),mr.debugRestartFrame=new mr("debug-restart-frame",{fontCharacter:"\\eb90"}),mr.callIncoming=new mr("call-incoming",{fontCharacter:"\\eb92"}),mr.callOutgoing=new mr("call-outgoing",{fontCharacter:"\\eb93"}),mr.menu=new mr("menu",{fontCharacter:"\\eb94"}),mr.expandAll=new mr("expand-all",{fontCharacter:"\\eb95"}),mr.feedback=new mr("feedback",{fontCharacter:"\\eb96"}),mr.groupByRefType=new mr("group-by-ref-type",{fontCharacter:"\\eb97"}),mr.ungroupByRefType=new mr("ungroup-by-ref-type",{fontCharacter:"\\eb98"}),mr.account=new mr("account",{fontCharacter:"\\eb99"}),mr.bellDot=new mr("bell-dot",{fontCharacter:"\\eb9a"}),mr.debugConsole=new mr("debug-console",{fontCharacter:"\\eb9b"}),mr.library=new mr("library",{fontCharacter:"\\eb9c"}),mr.output=new mr("output",{fontCharacter:"\\eb9d"}),mr.runAll=new mr("run-all",{fontCharacter:"\\eb9e"}),mr.syncIgnored=new mr("sync-ignored",{fontCharacter:"\\eb9f"}),mr.pinned=new mr("pinned",{fontCharacter:"\\eba0"}),mr.githubInverted=new mr("github-inverted",{fontCharacter:"\\eba1"}),mr.debugAlt=new mr("debug-alt",{fontCharacter:"\\eb91"}),mr.serverProcess=new mr("server-process",{fontCharacter:"\\eba2"}),mr.serverEnvironment=new mr("server-environment",{fontCharacter:"\\eba3"}),mr.pass=new mr("pass",{fontCharacter:"\\eba4"}),mr.stopCircle=new mr("stop-circle",{fontCharacter:"\\eba5"}),mr.playCircle=new mr("play-circle",{fontCharacter:"\\eba6"}),mr.record=new mr("record",{fontCharacter:"\\eba7"}),mr.debugAltSmall=new mr("debug-alt-small",{fontCharacter:"\\eba8"}),mr.vmConnect=new mr("vm-connect",{fontCharacter:"\\eba9"}),mr.cloud=new mr("cloud",{fontCharacter:"\\ebaa"}),mr.merge=new mr("merge",{fontCharacter:"\\ebab"}),mr.exportIcon=new mr("export",{fontCharacter:"\\ebac"}),mr.graphLeft=new mr("graph-left",{fontCharacter:"\\ebad"}),mr.magnet=new mr("magnet",{fontCharacter:"\\ebae"}),mr.notebook=new mr("notebook",{fontCharacter:"\\ebaf"}),mr.redo=new mr("redo",{fontCharacter:"\\ebb0"}),mr.checkAll=new mr("check-all",{fontCharacter:"\\ebb1"}),mr.pinnedDirty=new mr("pinned-dirty",{fontCharacter:"\\ebb2"}),mr.passFilled=new mr("pass-filled",{fontCharacter:"\\ebb3"}),mr.circleLargeFilled=new mr("circle-large-filled",{fontCharacter:"\\ebb4"}),mr.circleLargeOutline=new mr("circle-large-outline",{fontCharacter:"\\ebb5"}),mr.combine=new mr("combine",{fontCharacter:"\\ebb6"}),mr.gather=new mr("gather",{fontCharacter:"\\ebb6"}),mr.table=new mr("table",{fontCharacter:"\\ebb7"}),mr.variableGroup=new mr("variable-group",{fontCharacter:"\\ebb8"}),mr.typeHierarchy=new mr("type-hierarchy",{fontCharacter:"\\ebb9"}),mr.typeHierarchySub=new mr("type-hierarchy-sub",{fontCharacter:"\\ebba"}),mr.typeHierarchySuper=new mr("type-hierarchy-super",{fontCharacter:"\\ebbb"}),mr.gitPullRequestCreate=new mr("git-pull-request-create",{fontCharacter:"\\ebbc"}),mr.runAbove=new mr("run-above",{fontCharacter:"\\ebbd"}),mr.runBelow=new mr("run-below",{fontCharacter:"\\ebbe"}),mr.notebookTemplate=new mr("notebook-template",{fontCharacter:"\\ebbf"}),mr.debugRerun=new mr("debug-rerun",{fontCharacter:"\\ebc0"}),mr.workspaceTrusted=new mr("workspace-trusted",{fontCharacter:"\\ebc1"}),mr.workspaceUntrusted=new mr("workspace-untrusted",{fontCharacter:"\\ebc2"}),mr.workspaceUnspecified=new mr("workspace-unspecified",{fontCharacter:"\\ebc3"}),mr.terminalCmd=new mr("terminal-cmd",{fontCharacter:"\\ebc4"}),mr.terminalDebian=new mr("terminal-debian",{fontCharacter:"\\ebc5"}),mr.terminalLinux=new mr("terminal-linux",{fontCharacter:"\\ebc6"}),mr.terminalPowershell=new mr("terminal-powershell",{fontCharacter:"\\ebc7"}),mr.terminalTmux=new mr("terminal-tmux",{fontCharacter:"\\ebc8"}),mr.terminalUbuntu=new mr("terminal-ubuntu",{fontCharacter:"\\ebc9"}),mr.terminalBash=new mr("terminal-bash",{fontCharacter:"\\ebca"}),mr.arrowSwap=new mr("arrow-swap",{fontCharacter:"\\ebcb"}),mr.copy=new mr("copy",{fontCharacter:"\\ebcc"}),mr.personAdd=new mr("person-add",{fontCharacter:"\\ebcd"}),mr.filterFilled=new mr("filter-filled",{fontCharacter:"\\ebce"}),mr.wand=new mr("wand",{fontCharacter:"\\ebcf"}),mr.debugLineByLine=new mr("debug-line-by-line",{fontCharacter:"\\ebd0"}),mr.inspect=new mr("inspect",{fontCharacter:"\\ebd1"}),mr.layers=new mr("layers",{fontCharacter:"\\ebd2"}),mr.layersDot=new mr("layers-dot",{fontCharacter:"\\ebd3"}),mr.layersActive=new mr("layers-active",{fontCharacter:"\\ebd4"}),mr.compass=new mr("compass",{fontCharacter:"\\ebd5"}),mr.compassDot=new mr("compass-dot",{fontCharacter:"\\ebd6"}),mr.compassActive=new mr("compass-active",{fontCharacter:"\\ebd7"}),mr.azure=new mr("azure",{fontCharacter:"\\ebd8"}),mr.issueDraft=new mr("issue-draft",{fontCharacter:"\\ebd9"}),mr.gitPullRequestClosed=new mr("git-pull-request-closed",{fontCharacter:"\\ebda"}),mr.gitPullRequestDraft=new mr("git-pull-request-draft",{fontCharacter:"\\ebdb"}),mr.debugAll=new mr("debug-all",{fontCharacter:"\\ebdc"}),mr.debugCoverage=new mr("debug-coverage",{fontCharacter:"\\ebdd"}),mr.runErrors=new mr("run-errors",{fontCharacter:"\\ebde"}),mr.folderLibrary=new mr("folder-library",{fontCharacter:"\\ebdf"}),mr.debugContinueSmall=new mr("debug-continue-small",{fontCharacter:"\\ebe0"}),mr.beakerStop=new mr("beaker-stop",{fontCharacter:"\\ebe1"}),mr.graphLine=new mr("graph-line",{fontCharacter:"\\ebe2"}),mr.graphScatter=new mr("graph-scatter",{fontCharacter:"\\ebe3"}),mr.pieChart=new mr("pie-chart",{fontCharacter:"\\ebe4"}),mr.bracket=new mr("bracket",mr.json.definition),mr.bracketDot=new mr("bracket-dot",{fontCharacter:"\\ebe5"}),mr.bracketError=new mr("bracket-error",{fontCharacter:"\\ebe6"}),mr.lockSmall=new mr("lock-small",{fontCharacter:"\\ebe7"}),mr.azureDevops=new mr("azure-devops",{fontCharacter:"\\ebe8"}),mr.verifiedFilled=new mr("verified-filled",{fontCharacter:"\\ebe9"}),mr.newLine=new mr("newline",{fontCharacter:"\\ebea"}),mr.layout=new mr("layout",{fontCharacter:"\\ebeb"}),mr.layoutActivitybarLeft=new mr("layout-activitybar-left",{fontCharacter:"\\ebec"}),mr.layoutActivitybarRight=new mr("layout-activitybar-right",{fontCharacter:"\\ebed"}),mr.layoutPanelLeft=new mr("layout-panel-left",{fontCharacter:"\\ebee"}),mr.layoutPanelCenter=new mr("layout-panel-center",{fontCharacter:"\\ebef"}),mr.layoutPanelJustify=new mr("layout-panel-justify",{fontCharacter:"\\ebf0"}),mr.layoutPanelRight=new mr("layout-panel-right",{fontCharacter:"\\ebf1"}),mr.layoutPanel=new mr("layout-panel",{fontCharacter:"\\ebf2"}),mr.layoutSidebarLeft=new mr("layout-sidebar-left",{fontCharacter:"\\ebf3"}),mr.layoutSidebarRight=new mr("layout-sidebar-right",{fontCharacter:"\\ebf4"}),mr.layoutStatusbar=new mr("layout-statusbar",{fontCharacter:"\\ebf5"}),mr.layoutMenubar=new mr("layout-menubar",{fontCharacter:"\\ebf6"}),mr.layoutCentered=new mr("layout-centered",{fontCharacter:"\\ebf7"}),mr.target=new mr("target",{fontCharacter:"\\ebf8"}),mr.dialogError=new mr("dialog-error",mr.error.definition),mr.dialogWarning=new mr("dialog-warning",mr.warning.definition),mr.dialogInfo=new mr("dialog-info",mr.info.definition),mr.dialogClose=new mr("dialog-close",mr.close.definition),mr.treeItemExpanded=new mr("tree-item-expanded",mr.chevronDown.definition),mr.treeFilterOnTypeOn=new mr("tree-filter-on-type-on",mr.listFilter.definition),mr.treeFilterOnTypeOff=new mr("tree-filter-on-type-off",mr.listSelection.definition),mr.treeFilterClear=new mr("tree-filter-clear",mr.close.definition),mr.treeItemLoading=new mr("tree-item-loading",mr.loading.definition),mr.menuSelection=new mr("menu-selection",mr.check.definition),mr.menuSubmenu=new mr("menu-submenu",mr.chevronRight.definition),mr.menuBarMore=new mr("menubar-more",mr.more.definition),mr.scrollbarButtonLeft=new mr("scrollbar-button-left",mr.triangleLeft.definition),mr.scrollbarButtonRight=new mr("scrollbar-button-right",mr.triangleRight.definition),mr.scrollbarButtonUp=new mr("scrollbar-button-up",mr.triangleUp.definition),mr.scrollbarButtonDown=new mr("scrollbar-button-down",mr.triangleDown.definition),mr.toolBarMore=new mr("toolbar-more",mr.more.definition),mr.quickInputBack=new mr("quick-input-back",mr.arrowLeft.definition),function(e){e.iconNameSegment="[A-Za-z0-9]+",e.iconNameExpression="[A-Za-z0-9-]+",e.iconModifierExpression="~[A-Za-z]+",e.iconNameCharacter="[A-Za-z0-9~-]";const t=new RegExp(`^(${e.iconNameExpression})(${e.iconModifierExpression})?$`);function n(e){if(e instanceof mr)return["codicon","codicon-"+e.id];const r=t.exec(e.id);if(!r)return n(mr.error);let[,i,o]=r;const s=["codicon","codicon-"+i];return o&&s.push("codicon-modifier-"+o.substr(1)),s}e.asClassNameArray=n,e.asClassName=function(e){return n(e).join(" ")},e.asCSSSelector=function(e){return"."+n(e).join(".")}}(xn||(xn={}));class fr{constructor(e,t,n){this._tokenBrand=void 0,this.offset=e,this.type=t,this.language=n}toString(){return"("+this.offset+", "+this.type+")"}}!function(e){const t=new Map;t.set(0,mr.symbolMethod),t.set(1,mr.symbolFunction),t.set(2,mr.symbolConstructor),t.set(3,mr.symbolField),t.set(4,mr.symbolVariable),t.set(5,mr.symbolClass),t.set(6,mr.symbolStruct),t.set(7,mr.symbolInterface),t.set(8,mr.symbolModule),t.set(9,mr.symbolProperty),t.set(10,mr.symbolEvent),t.set(11,mr.symbolOperator),t.set(12,mr.symbolUnit),t.set(13,mr.symbolValue),t.set(15,mr.symbolEnum),t.set(14,mr.symbolConstant),t.set(15,mr.symbolEnum),t.set(16,mr.symbolEnumMember),t.set(17,mr.symbolKeyword),t.set(27,mr.symbolSnippet),t.set(18,mr.symbolText),t.set(19,mr.symbolColor),t.set(20,mr.symbolFile),t.set(21,mr.symbolReference),t.set(22,mr.symbolCustomColor),t.set(23,mr.symbolFolder),t.set(24,mr.symbolTypeParameter),t.set(25,mr.account),t.set(26,mr.issues),e.toIcon=function(e){let n=t.get(e);return n||(console.info("No codicon found for CompletionItemKind "+e),n=mr.symbolProperty),n};const n=new Map;n.set("method",0),n.set("function",1),n.set("constructor",2),n.set("field",3),n.set("variable",4),n.set("class",5),n.set("struct",6),n.set("interface",7),n.set("module",8),n.set("property",9),n.set("event",10),n.set("operator",11),n.set("unit",12),n.set("value",13),n.set("constant",14),n.set("enum",15),n.set("enum-member",16),n.set("enumMember",16),n.set("keyword",17),n.set("snippet",27),n.set("text",18),n.set("color",19),n.set("file",20),n.set("reference",21),n.set("customcolor",22),n.set("folder",23),n.set("type-parameter",24),n.set("typeParameter",24),n.set("account",25),n.set("issue",26),e.fromString=function(e,t){let r=n.get(e);return void 0!==r||t||(r=9),r}}(Sn||(Sn={})),function(e){e[e.Automatic=0]="Automatic",e[e.Explicit=1]="Explicit"}(Cn||(Cn={})),function(e){e[e.Invoke=1]="Invoke",e[e.TriggerCharacter=2]="TriggerCharacter",e[e.ContentChange=3]="ContentChange"}(kn||(kn={})),function(e){e[e.Text=0]="Text",e[e.Read=1]="Read",e[e.Write=2]="Write"}(_n||(_n={})),function(e){const t=new Map;t.set(0,mr.symbolFile),t.set(1,mr.symbolModule),t.set(2,mr.symbolNamespace),t.set(3,mr.symbolPackage),t.set(4,mr.symbolClass),t.set(5,mr.symbolMethod),t.set(6,mr.symbolProperty),t.set(7,mr.symbolField),t.set(8,mr.symbolConstructor),t.set(9,mr.symbolEnum),t.set(10,mr.symbolInterface),t.set(11,mr.symbolFunction),t.set(12,mr.symbolVariable),t.set(13,mr.symbolConstant),t.set(14,mr.symbolString),t.set(15,mr.symbolNumber),t.set(16,mr.symbolBoolean),t.set(17,mr.symbolArray),t.set(18,mr.symbolObject),t.set(19,mr.symbolKey),t.set(20,mr.symbolNull),t.set(21,mr.symbolEnumMember),t.set(22,mr.symbolStruct),t.set(23,mr.symbolEvent),t.set(24,mr.symbolOperator),t.set(25,mr.symbolTypeParameter),e.toIcon=function(e){let n=t.get(e);return n||(console.info("No codicon found for SymbolKind "+e),n=mr.symbolProperty),n}}(En||(En={})),function(e){e.is=function(e){return!(!e||"object"!=typeof e)&&("string"==typeof e.id&&"string"==typeof e.title)}}(Fn||(Fn={})),function(e){e[e.Other=0]="Other",e[e.Type=1]="Type",e[e.Parameter=2]="Parameter"}(Dn||(Dn={})),new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new wn,new class{constructor(){this._map=new Map,this._factories=new Map,this._onDidChange=new P,this.onDidChange=this._onDidChange.event,this._colorMap=null}fire(e){this._onDidChange.fire({changedLanguages:e,changedColorMap:!1})}register(e,t){return this._map.set(e,t),this.fire([e]),d((()=>{this._map.get(e)===t&&(this._map.delete(e),this.fire([e]))}))}registerFactory(e,t){var n;null===(n=this._factories.get(e))||void 0===n||n.dispose();const r=new ur(this,e,t);return this._factories.set(e,r),d((()=>{const t=this._factories.get(e);t&&t===r&&(this._factories.delete(e),t.dispose())}))}getOrCreate(e){return pr(this,void 0,void 0,(function*(){const t=this.get(e);if(t)return t;const n=this._factories.get(e);return!n||n.isResolved?null:(yield n.resolve(),this.get(e))}))}get(e){return this._map.get(e)||null}isResolved(e){if(this.get(e))return!0;const t=this._factories.get(e);return!(t&&!t.isResolved)}setColorMap(e){this._colorMap=e,this._onDidChange.fire({changedLanguages:Array.from(this._map.keys()),changedColorMap:!0})}getColorMap(){return this._colorMap}getDefaultBackground(){return this._colorMap&&this._colorMap.length>2?this._colorMap[2]:null}},function(e){e[e.Unknown=0]="Unknown",e[e.Disabled=1]="Disabled",e[e.Enabled=2]="Enabled"}(Rn||(Rn={})),function(e){e[e.KeepWhitespace=1]="KeepWhitespace",e[e.InsertAsSnippet=4]="InsertAsSnippet"}(Nn||(Nn={})),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"}(Tn||(Tn={})),function(e){e[e.Deprecated=1]="Deprecated"}(An||(An={})),function(e){e[e.Invoke=0]="Invoke",e[e.TriggerCharacter=1]="TriggerCharacter",e[e.TriggerForIncompleteCompletions=2]="TriggerForIncompleteCompletions"}(zn||(zn={})),function(e){e[e.EXACT=0]="EXACT",e[e.ABOVE=1]="ABOVE",e[e.BELOW=2]="BELOW"}(Mn||(Mn={})),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"}(In||(In={})),function(e){e[e.LF=1]="LF",e[e.CRLF=2]="CRLF"}(Pn||(Pn={})),function(e){e[e.Text=0]="Text",e[e.Read=1]="Read",e[e.Write=2]="Write"}(On||(On={})),function(e){e[e.None=0]="None",e[e.Keep=1]="Keep",e[e.Brackets=2]="Brackets",e[e.Advanced=3]="Advanced",e[e.Full=4]="Full"}(Ln||(Ln={})),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.foldingMaximumRegions=41]="foldingMaximumRegions",e[e.unfoldOnClickAfterEndOfLine=42]="unfoldOnClickAfterEndOfLine",e[e.fontFamily=43]="fontFamily",e[e.fontInfo=44]="fontInfo",e[e.fontLigatures=45]="fontLigatures",e[e.fontSize=46]="fontSize",e[e.fontWeight=47]="fontWeight",e[e.formatOnPaste=48]="formatOnPaste",e[e.formatOnType=49]="formatOnType",e[e.glyphMargin=50]="glyphMargin",e[e.gotoLocation=51]="gotoLocation",e[e.hideCursorInOverviewRuler=52]="hideCursorInOverviewRuler",e[e.hover=53]="hover",e[e.inDiffEditor=54]="inDiffEditor",e[e.inlineSuggest=55]="inlineSuggest",e[e.letterSpacing=56]="letterSpacing",e[e.lightbulb=57]="lightbulb",e[e.lineDecorationsWidth=58]="lineDecorationsWidth",e[e.lineHeight=59]="lineHeight",e[e.lineNumbers=60]="lineNumbers",e[e.lineNumbersMinChars=61]="lineNumbersMinChars",e[e.linkedEditing=62]="linkedEditing",e[e.links=63]="links",e[e.matchBrackets=64]="matchBrackets",e[e.minimap=65]="minimap",e[e.mouseStyle=66]="mouseStyle",e[e.mouseWheelScrollSensitivity=67]="mouseWheelScrollSensitivity",e[e.mouseWheelZoom=68]="mouseWheelZoom",e[e.multiCursorMergeOverlapping=69]="multiCursorMergeOverlapping",e[e.multiCursorModifier=70]="multiCursorModifier",e[e.multiCursorPaste=71]="multiCursorPaste",e[e.occurrencesHighlight=72]="occurrencesHighlight",e[e.overviewRulerBorder=73]="overviewRulerBorder",e[e.overviewRulerLanes=74]="overviewRulerLanes",e[e.padding=75]="padding",e[e.parameterHints=76]="parameterHints",e[e.peekWidgetDefaultFocus=77]="peekWidgetDefaultFocus",e[e.definitionLinkOpensInPeek=78]="definitionLinkOpensInPeek",e[e.quickSuggestions=79]="quickSuggestions",e[e.quickSuggestionsDelay=80]="quickSuggestionsDelay",e[e.readOnly=81]="readOnly",e[e.renameOnType=82]="renameOnType",e[e.renderControlCharacters=83]="renderControlCharacters",e[e.renderFinalNewline=84]="renderFinalNewline",e[e.renderLineHighlight=85]="renderLineHighlight",e[e.renderLineHighlightOnlyWhenFocus=86]="renderLineHighlightOnlyWhenFocus",e[e.renderValidationDecorations=87]="renderValidationDecorations",e[e.renderWhitespace=88]="renderWhitespace",e[e.revealHorizontalRightPadding=89]="revealHorizontalRightPadding",e[e.roundedSelection=90]="roundedSelection",e[e.rulers=91]="rulers",e[e.scrollbar=92]="scrollbar",e[e.scrollBeyondLastColumn=93]="scrollBeyondLastColumn",e[e.scrollBeyondLastLine=94]="scrollBeyondLastLine",e[e.scrollPredominantAxis=95]="scrollPredominantAxis",e[e.selectionClipboard=96]="selectionClipboard",e[e.selectionHighlight=97]="selectionHighlight",e[e.selectOnLineNumbers=98]="selectOnLineNumbers",e[e.showFoldingControls=99]="showFoldingControls",e[e.showUnused=100]="showUnused",e[e.snippetSuggestions=101]="snippetSuggestions",e[e.smartSelect=102]="smartSelect",e[e.smoothScrolling=103]="smoothScrolling",e[e.stickyTabStops=104]="stickyTabStops",e[e.stopRenderingLineAfter=105]="stopRenderingLineAfter",e[e.suggest=106]="suggest",e[e.suggestFontSize=107]="suggestFontSize",e[e.suggestLineHeight=108]="suggestLineHeight",e[e.suggestOnTriggerCharacters=109]="suggestOnTriggerCharacters",e[e.suggestSelection=110]="suggestSelection",e[e.tabCompletion=111]="tabCompletion",e[e.tabIndex=112]="tabIndex",e[e.unicodeHighlighting=113]="unicodeHighlighting",e[e.unusualLineTerminators=114]="unusualLineTerminators",e[e.useShadowDOM=115]="useShadowDOM",e[e.useTabStops=116]="useTabStops",e[e.wordSeparators=117]="wordSeparators",e[e.wordWrap=118]="wordWrap",e[e.wordWrapBreakAfterCharacters=119]="wordWrapBreakAfterCharacters",e[e.wordWrapBreakBeforeCharacters=120]="wordWrapBreakBeforeCharacters",e[e.wordWrapColumn=121]="wordWrapColumn",e[e.wordWrapOverride1=122]="wordWrapOverride1",e[e.wordWrapOverride2=123]="wordWrapOverride2",e[e.wrappingIndent=124]="wrappingIndent",e[e.wrappingStrategy=125]="wrappingStrategy",e[e.showDeprecated=126]="showDeprecated",e[e.inlayHints=127]="inlayHints",e[e.editorClassName=128]="editorClassName",e[e.pixelRatio=129]="pixelRatio",e[e.tabFocusMode=130]="tabFocusMode",e[e.layoutInfo=131]="layoutInfo",e[e.wrappingInfo=132]="wrappingInfo"}(Wn||(Wn={})),function(e){e[e.TextDefined=0]="TextDefined",e[e.LF=1]="LF",e[e.CRLF=2]="CRLF"}(Vn||(Vn={})),function(e){e[e.LF=0]="LF",e[e.CRLF=1]="CRLF"}(Un||(Un={})),function(e){e[e.None=0]="None",e[e.Indent=1]="Indent",e[e.IndentOutdent=2]="IndentOutdent",e[e.Outdent=3]="Outdent"}(Kn||(Kn={})),function(e){e[e.Both=0]="Both",e[e.Right=1]="Right",e[e.Left=2]="Left",e[e.None=3]="None"}(Bn||(Bn={})),function(e){e[e.Other=0]="Other",e[e.Type=1]="Type",e[e.Parameter=2]="Parameter"}(jn||(jn={})),function(e){e[e.Automatic=0]="Automatic",e[e.Explicit=1]="Explicit"}(qn||(qn={})),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"}($n||($n={})),function(e){e[e.Hint=1]="Hint",e[e.Info=2]="Info",e[e.Warning=4]="Warning",e[e.Error=8]="Error"}(Hn||(Hn={})),function(e){e[e.Unnecessary=1]="Unnecessary",e[e.Deprecated=2]="Deprecated"}(Gn||(Gn={})),function(e){e[e.Inline=1]="Inline",e[e.Gutter=2]="Gutter"}(Jn||(Jn={})),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"}(Xn||(Xn={})),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"}(Yn||(Yn={})),function(e){e[e.Left=1]="Left",e[e.Center=2]="Center",e[e.Right=4]="Right",e[e.Full=7]="Full"}(Zn||(Zn={})),function(e){e[e.Left=0]="Left",e[e.Right=1]="Right",e[e.None=2]="None"}(Qn||(Qn={})),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"}(er||(er={})),function(e){e[e.None=0]="None",e[e.Text=1]="Text",e[e.Blocks=2]="Blocks"}(tr||(tr={})),function(e){e[e.Smooth=0]="Smooth",e[e.Immediate=1]="Immediate"}(nr||(nr={})),function(e){e[e.Auto=1]="Auto",e[e.Hidden=2]="Hidden",e[e.Visible=3]="Visible"}(rr||(rr={})),function(e){e[e.LTR=0]="LTR",e[e.RTL=1]="RTL"}(ir||(ir={})),function(e){e[e.Invoke=1]="Invoke",e[e.TriggerCharacter=2]="TriggerCharacter",e[e.ContentChange=3]="ContentChange"}(or||(or={})),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"}(sr||(sr={})),function(e){e[e.Deprecated=1]="Deprecated"}(ar||(ar={})),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"}(lr||(lr={})),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"}(cr||(cr={})),function(e){e[e.AlwaysGrowsWhenTypingAtEdges=0]="AlwaysGrowsWhenTypingAtEdges",e[e.NeverGrowsWhenTypingAtEdges=1]="NeverGrowsWhenTypingAtEdges",e[e.GrowsOnlyWhenTypingBefore=2]="GrowsOnlyWhenTypingBefore",e[e.GrowsOnlyWhenTypingAfter=3]="GrowsOnlyWhenTypingAfter"}(dr||(dr={})),function(e){e[e.None=0]="None",e[e.Same=1]="Same",e[e.Indent=2]="Indent",e[e.DeepIndent=3]="DeepIndent"}(hr||(hr={}));class gr{static chord(e,t){return function(e,t){return(e|(65535&t)<<16>>>0)>>>0}(e,t)}}function br(e,t,n,r,i){return function(e,t,n,r,i){if(0===r)return!0;const o=t.charCodeAt(r-1);if(0!==e.get(o))return!0;if(13===o||10===o)return!0;if(i>0){const n=t.charCodeAt(r);if(0!==e.get(n))return!0}return!1}(e,t,0,r,i)&&function(e,t,n,r,i){if(r+i===n)return!0;const o=t.charCodeAt(r+i);if(0!==e.get(o))return!0;if(13===o||10===o)return!0;if(i>0){const n=t.charCodeAt(r+i-1);if(0!==e.get(n))return!0}return!1}(e,t,n,r,i)}gr.CtrlCmd=2048,gr.Shift=1024,gr.Alt=512,gr.WinCtrl=256;class yr{constructor(e,t){this._wordSeparators=e,this._searchRegex=t,this._prevMatchStartIndex=-1,this._prevMatchLength=0}reset(e){this._searchRegex.lastIndex=e,this._prevMatchStartIndex=-1,this._prevMatchLength=0}next(e){const t=e.length;let n;do{if(this._prevMatchStartIndex+this._prevMatchLength===t)return null;if(n=this._searchRegex.exec(e),!n)return null;const r=n.index,i=n[0].length;if(r===this._prevMatchStartIndex&&i===this._prevMatchLength){if(0===i){$(e,t,this._searchRegex.lastIndex)>65535?this._searchRegex.lastIndex+=2:this._searchRegex.lastIndex+=1;continue}return null}if(this._prevMatchStartIndex=r,this._prevMatchLength=i,!this._wordSeparators||br(this._wordSeparators,e,t,r,i))return n}while(n);return null}}class vr{static computeUnicodeHighlights(e,t,n){const r=n?n.startLineNumber:1,i=n?n.endLineNumber:e.getLineCount(),o=new wr(t),s=o.getCandidateCodePoints();let a;a="allNonBasicAscii"===s?new RegExp("[^\\t\\n\\r\\x20-\\x7E]","g"):new RegExp(""+`[${V(Array.from(s).map((e=>String.fromCodePoint(e))).join(""))}]`,"g");const l=new yr(null,a),c=[];let d,h=!1,p=0,u=0,m=0;e:for(let t=r,n=i;t<=n;t++){const n=e.getLineContent(t),r=n.length;l.reset(0);do{if(d=l.next(n),d){let e=d.index,i=d.index+d[0].length;if(e>0){q(n.charCodeAt(e-1))&&e--}if(i+1=n){h=!0;break e}c.push(new Qe(t,e+1,t,i+1))}}}while(d)}return{ranges:c,hasMore:h,ambiguousCharacterCount:p,invisibleCharacterCount:u,nonBasicAsciiCharacterCount:m}}static computeUnicodeHighlightReason(e,t){const n=new wr(t);switch(n.shouldHighlightNonBasicASCII(e)){case 0:return null;case 2:return{kind:1};case 3:{const r=e.codePointAt(0),i=n.ambiguousCharacters.getPrimaryConfusable(r),o=H.getLocales().filter((e=>!H.getInstance(new Set([...t.allowedLocales,e])).isAmbiguous(r)));return{kind:0,confusableWith:String.fromCodePoint(i),notAmbiguousInLocales:o}}case 1:return{kind:2}}}}class wr{constructor(e){this.options=e,this.allowedCodePoints=new Set(e.allowedCodePoints),this.ambiguousCharacters=H.getInstance(new Set(e.allowedLocales))}getCandidateCodePoints(){if(this.options.nonBasicASCII)return"allNonBasicAscii";const e=new Set;if(this.options.invisibleCharacters)for(const t of G.codePoints)e.add(t);if(this.options.ambiguousCharacters)for(const t of this.ambiguousCharacters.getConfusableCodePoints())e.add(t);for(const t of this.allowedCodePoints)e.delete(t);return e}shouldHighlightNonBasicASCII(e){const t=e.codePointAt(0);if(this.allowedCodePoints.has(t))return 0;if(this.options.nonBasicASCII)return 1;if(this.options.invisibleCharacters){if(!(" "===e||"\n"===e||"\t"===e)&&G.isInvisibleCharacter(t))return 2}return this.options.ambiguousCharacters&&this.ambiguousCharacters.isAmbiguous(t)?3:0}}var xr=function(e,t,n,r){return new(n||(n=Promise))((function(i,o){function s(e){try{l(r.next(e))}catch(e){o(e)}}function a(e){try{l(r.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,a)}l((r=r.apply(e,t||[])).next())}))};class Sr extends ut{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(e){return this._lines[e-1]}getWordAtPosition(e,t){const n=gt(e.column,function(e){let t=mt;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}(t),this._lines[e.lineNumber-1],0);return n?new Qe(e.lineNumber,n.startColumn,e.lineNumber,n.endColumn):null}words(e){const t=this._lines,n=this._wordenize.bind(this);let r=0,i="",o=0,s=[];return{*[Symbol.iterator](){for(;;)if(othis._lines.length)t=this._lines.length,n=this._lines[t-1].length+1,r=!0;else{const e=this._lines[t-1].length+1;n<1?(n=1,r=!0):n>e&&(n=e,r=!0)}return r?{lineNumber:t,column:n}:e}}class Cr{constructor(e,t){this._host=e,this._models=Object.create(null),this._foreignModuleFactory=t,this._foreignModule=null}dispose(){this._models=Object.create(null)}_getModel(e){return this._models[e]}_getModels(){const e=[];return Object.keys(this._models).forEach((t=>e.push(this._models[t]))),e}acceptNewModel(e){this._models[e.url]=new Sr(Ue.parse(e.url),e.lines,e.EOL,e.versionId)}acceptModelChanged(e,t){if(!this._models[e])return;this._models[e].onEvents(t)}acceptRemovedModel(e){this._models[e]&&delete this._models[e]}computeUnicodeHighlights(e,t,n){return xr(this,void 0,void 0,(function*(){const r=this._getModel(e);return r?vr.computeUnicodeHighlights(r,t,n):{ranges:[],hasMore:!1,ambiguousCharacterCount:0,invisibleCharacterCount:0,nonBasicAsciiCharacterCount:0}}))}computeDiff(e,t,n,r){return xr(this,void 0,void 0,(function*(){const i=this._getModel(e),o=this._getModel(t);if(!i||!o)return null;const s=i.getLinesContent(),a=o.getLinesContent(),l=new ot(s,a,{shouldComputeCharChanges:!0,shouldPostProcessCharChanges:!0,shouldIgnoreTrimWhitespace:n,shouldMakePrettyDiff:!0,maxComputationTime:r}).computeDiff(),c=!(l.changes.length>0)&&this._modelsAreIdentical(i,o);return{quitEarly:l.quitEarly,identical:c,changes:l.changes}}))}_modelsAreIdentical(e,t){const n=e.getLineCount();if(n!==t.getLineCount())return!1;for(let r=1;r<=n;r++){if(e.getLineContent(r)!==t.getLineContent(r))return!1}return!0}computeMoreMinimalEdits(e,t){return xr(this,void 0,void 0,(function*(){const n=this._getModel(e);if(!n)return t;const r=[];let i;t=t.slice(0).sort(((e,t)=>{if(e.range&&t.range)return Qe.compareRangesUsingStarts(e.range,t.range);return(e.range?0:1)-(t.range?0:1)}));for(let{range:e,text:o,eol:s}of t){if("number"==typeof s&&(i=s),Qe.isEmpty(e)&&!o)continue;const t=n.getValueInRange(e);if(o=o.replace(/\r\n|\n|\r/g,n.eol),t===o)continue;if(Math.max(o.length,t.length)>Cr._diffLimit){r.push({range:e,text:o});continue}const a=le(t,o,!1),l=n.offsetAt(Qe.lift(e).getStartPosition());for(const e of a){const t=n.positionAt(l+e.originalStart),i=n.positionAt(l+e.originalStart+e.originalLength),s={text:o.substr(e.modifiedStart,e.modifiedLength),range:{startLineNumber:t.lineNumber,startColumn:t.column,endLineNumber:i.lineNumber,endColumn:i.column}};n.getValueInRange(s.range)!==s.text&&r.push(s)}}return"number"==typeof i&&r.push({eol:i,text:"",range:{startLineNumber:0,startColumn:0,endLineNumber:0,endColumn:0}}),r}))}computeLinks(e){return xr(this,void 0,void 0,(function*(){const t=this._getModel(e);return t?function(e){return e&&"function"==typeof e.getLineCount&&"function"==typeof e.getLineContent?Ct.computeLinks(e):[]}(t):null}))}textualSuggest(e,t,n,r){return xr(this,void 0,void 0,(function*(){const i=new A(!0),o=new RegExp(n,r),s=new Set;e:for(let n of e){const e=this._getModel(n);if(e)for(let n of e.words(o))if(n!==t&&isNaN(Number(n))&&(s.add(n),s.size>Cr._suggestionsLimit))break e}return{words:Array.from(s),duration:i.elapsed()}}))}computeWordRanges(e,t,n,r){return xr(this,void 0,void 0,(function*(){const i=this._getModel(e);if(!i)return Object.create(null);const o=new RegExp(n,r),s=Object.create(null);for(let e=t.startLineNumber;efunction(){const n=Array.prototype.slice.call(arguments,0);return t(e,n)};let r={};for(const t of e)r[t]=n(t);return r}(n,((e,t)=>this._host.fhr(e,t))),i={host:r,getMirrorModels:()=>this._getModels()};return this._foreignModuleFactory?(this._foreignModule=this._foreignModuleFactory(i,t),Promise.resolve(O(this._foreignModule))):Promise.reject(new Error("Unexpected usage"))}fmr(e,t){if(!this._foreignModule||"function"!=typeof this._foreignModule[e])return Promise.reject(new Error("Missing requestHandler or method: "+e));try{return Promise.resolve(this._foreignModule[e].apply(this._foreignModule,t))}catch(e){return Promise.reject(e)}}}Cr._diffLimit=1e5,Cr._suggestionsLimit=1e4,"function"==typeof importScripts&&(C.monaco={editor:void 0,languages:void 0,CancellationTokenSource:Dt,Emitter:P,KeyCode:$n,KeyMod:gr,Position:Ze,Range:Qe,Selection:Vt,SelectionDirection:ir,MarkerSeverity:Hn,MarkerTag:Gn,Uri:Ue,Token:fr});let kr=!1;function _r(e){if(kr)return;kr=!0;const t=new re((e=>{self.postMessage(e)}),(t=>new Cr(t,e)));self.onmessage=e=>{t.onmessage(e.data)}} /*!----------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Version: 0.32.1(29a273516805a852aa8edc5e05059f119b13eff0) * Released under the MIT license * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt *-----------------------------------------------------------------------------*/ var Er,Fr;self.onmessage=e=>{kr||_r(null)},(Fr=Er||(Er={}))[Fr.Ident=0]="Ident",Fr[Fr.AtKeyword=1]="AtKeyword",Fr[Fr.String=2]="String",Fr[Fr.BadString=3]="BadString",Fr[Fr.UnquotedString=4]="UnquotedString",Fr[Fr.Hash=5]="Hash",Fr[Fr.Num=6]="Num",Fr[Fr.Percentage=7]="Percentage",Fr[Fr.Dimension=8]="Dimension",Fr[Fr.UnicodeRange=9]="UnicodeRange",Fr[Fr.CDO=10]="CDO",Fr[Fr.CDC=11]="CDC",Fr[Fr.Colon=12]="Colon",Fr[Fr.SemiColon=13]="SemiColon",Fr[Fr.CurlyL=14]="CurlyL",Fr[Fr.CurlyR=15]="CurlyR",Fr[Fr.ParenthesisL=16]="ParenthesisL",Fr[Fr.ParenthesisR=17]="ParenthesisR",Fr[Fr.BracketL=18]="BracketL",Fr[Fr.BracketR=19]="BracketR",Fr[Fr.Whitespace=20]="Whitespace",Fr[Fr.Includes=21]="Includes",Fr[Fr.Dashmatch=22]="Dashmatch",Fr[Fr.SubstringOperator=23]="SubstringOperator",Fr[Fr.PrefixOperator=24]="PrefixOperator",Fr[Fr.SuffixOperator=25]="SuffixOperator",Fr[Fr.Delim=26]="Delim",Fr[Fr.EMS=27]="EMS",Fr[Fr.EXS=28]="EXS",Fr[Fr.Length=29]="Length",Fr[Fr.Angle=30]="Angle",Fr[Fr.Time=31]="Time",Fr[Fr.Freq=32]="Freq",Fr[Fr.Exclamation=33]="Exclamation",Fr[Fr.Resolution=34]="Resolution",Fr[Fr.Comma=35]="Comma",Fr[Fr.Charset=36]="Charset",Fr[Fr.EscapedJavaScript=37]="EscapedJavaScript",Fr[Fr.BadEscapedJavaScript=38]="BadEscapedJavaScript",Fr[Fr.Comment=39]="Comment",Fr[Fr.SingleLineComment=40]="SingleLineComment",Fr[Fr.EOF=41]="EOF",Fr[Fr.CustomToken=42]="CustomToken";var Dr=function(){function e(e){this.source=e,this.len=e.length,this.position=0}return e.prototype.substring=function(e,t){return void 0===t&&(t=this.position),this.source.substring(e,t)},e.prototype.eos=function(){return this.len<=this.position},e.prototype.pos=function(){return this.position},e.prototype.goBackTo=function(e){this.position=e},e.prototype.goBack=function(e){this.position-=e},e.prototype.advance=function(e){this.position+=e},e.prototype.nextChar=function(){return this.source.charCodeAt(this.position++)||0},e.prototype.peekChar=function(e){return void 0===e&&(e=0),this.source.charCodeAt(this.position+e)||0},e.prototype.lookbackChar=function(e){return void 0===e&&(e=0),this.source.charCodeAt(this.position-e)||0},e.prototype.advanceIfChar=function(e){return e===this.source.charCodeAt(this.position)&&(this.position++,!0)},e.prototype.advanceIfChars=function(e){if(this.position+e.length>this.source.length)return!1;for(var t=0;t=Ir&&e<=Pr&&(this.stream.advance(t+1),this.stream.advanceWhileChar((function(e){return e>=Ir&&e<=Pr||0===t&&e===mi})),!0)},e.prototype._newline=function(e){var t=this.stream.peekChar();switch(t){case ti:case ni:case ei:return this.stream.advance(1),e.push(String.fromCharCode(t)),t===ti&&this.stream.advanceIfChar(ei)&&e.push("\n"),!0}return!1},e.prototype._escape=function(e,t){var n=this.stream.peekChar();if(n===Zr){this.stream.advance(1),n=this.stream.peekChar();for(var r=0;r<6&&(n>=Ir&&n<=Pr||n>=Rr&&n<=Nr||n>=Ar&&n<=zr);)this.stream.advance(1),n=this.stream.peekChar(),r++;if(r>0){try{var i=parseInt(this.stream.substring(this.stream.pos()-r),16);i&&e.push(String.fromCharCode(i))}catch(e){}return n===oi||n===si?this.stream.advance(1):this._newline([]),!0}if(n!==ti&&n!==ni&&n!==ei)return this.stream.advance(1),e.push(String.fromCharCode(n)),!0;if(t)return this._newline(e)}return!1},e.prototype._stringChar=function(e,t){var n=this.stream.peekChar();return 0!==n&&n!==e&&n!==Zr&&n!==ti&&n!==ni&&n!==ei&&(this.stream.advance(1),t.push(String.fromCharCode(n)),!0)},e.prototype._string=function(e){if(this.stream.peekChar()===ii||this.stream.peekChar()===ri){var t=this.stream.nextChar();for(e.push(String.fromCharCode(t));this._stringChar(t,e)||this._escape(e,!0););return this.stream.peekChar()===t?(this.stream.nextChar(),e.push(String.fromCharCode(t)),Er.String):Er.BadString}return null},e.prototype._unquotedChar=function(e){var t=this.stream.peekChar();return 0!==t&&t!==Zr&&t!==ii&&t!==ri&&t!==qr&&t!==$r&&t!==oi&&t!==si&&t!==ei&&t!==ni&&t!==ti&&(this.stream.advance(1),e.push(String.fromCharCode(t)),!0)},e.prototype._unquotedString=function(e){for(var t=!1;this._unquotedChar(e)||this._escape(e);)t=!0;return t},e.prototype._whitespace=function(){return this.stream.advanceWhileChar((function(e){return e===oi||e===si||e===ei||e===ni||e===ti}))>0},e.prototype._name=function(e){for(var t=!1;this._identChar(e)||this._escape(e);)t=!0;return t},e.prototype.ident=function(e){var t=this.stream.pos();if(this._minus(e)){if(this._minus(e)||this._identFirstChar(e)||this._escape(e)){for(;this._identChar(e)||this._escape(e););return!0}}else if(this._identFirstChar(e)||this._escape(e)){for(;this._identChar(e)||this._escape(e););return!0}return this.stream.goBackTo(t),!1},e.prototype._identFirstChar=function(e){var t=this.stream.peekChar();return(t===Kr||t>=Rr&&t<=Tr||t>=Ar&&t<=Mr||t>=128&&t<=65535)&&(this.stream.advance(1),e.push(String.fromCharCode(t)),!0)},e.prototype._minus=function(e){var t=this.stream.peekChar();return t===Ur&&(this.stream.advance(1),e.push(String.fromCharCode(t)),!0)},e.prototype._identChar=function(e){var t=this.stream.peekChar();return(t===Kr||t===Ur||t>=Rr&&t<=Tr||t>=Ar&&t<=Mr||t>=Ir&&t<=Pr||t>=128&&t<=65535)&&(this.stream.advance(1),e.push(String.fromCharCode(t)),!0)},e}();function vi(e,t){if(e.length0?e.lastIndexOf(t)===n:0===n&&e===t}function xi(e,t){return void 0===t&&(t=!0),e?e.length<140?e:e.slice(0,140)+(t?"…":""):""}var Si,Ci,ki,_i,Ei,Fi=(Si=function(e,t){return(Si=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}Si(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});function Di(e,t){var n=null;return!e||te.end?null:(e.accept((function(e){return-1===e.offset&&-1===e.length||e.offset<=t&&e.end>=t&&(n?e.length<=n.length&&(n=e):n=e,!0)})),n)}function Ri(e,t){for(var n=Di(e,t),r=[];n;)r.unshift(n),n=n.parent;return r}(ki=Ci||(Ci={}))[ki.Undefined=0]="Undefined",ki[ki.Identifier=1]="Identifier",ki[ki.Stylesheet=2]="Stylesheet",ki[ki.Ruleset=3]="Ruleset",ki[ki.Selector=4]="Selector",ki[ki.SimpleSelector=5]="SimpleSelector",ki[ki.SelectorInterpolation=6]="SelectorInterpolation",ki[ki.SelectorCombinator=7]="SelectorCombinator",ki[ki.SelectorCombinatorParent=8]="SelectorCombinatorParent",ki[ki.SelectorCombinatorSibling=9]="SelectorCombinatorSibling",ki[ki.SelectorCombinatorAllSiblings=10]="SelectorCombinatorAllSiblings",ki[ki.SelectorCombinatorShadowPiercingDescendant=11]="SelectorCombinatorShadowPiercingDescendant",ki[ki.Page=12]="Page",ki[ki.PageBoxMarginBox=13]="PageBoxMarginBox",ki[ki.ClassSelector=14]="ClassSelector",ki[ki.IdentifierSelector=15]="IdentifierSelector",ki[ki.ElementNameSelector=16]="ElementNameSelector",ki[ki.PseudoSelector=17]="PseudoSelector",ki[ki.AttributeSelector=18]="AttributeSelector",ki[ki.Declaration=19]="Declaration",ki[ki.Declarations=20]="Declarations",ki[ki.Property=21]="Property",ki[ki.Expression=22]="Expression",ki[ki.BinaryExpression=23]="BinaryExpression",ki[ki.Term=24]="Term",ki[ki.Operator=25]="Operator",ki[ki.Value=26]="Value",ki[ki.StringLiteral=27]="StringLiteral",ki[ki.URILiteral=28]="URILiteral",ki[ki.EscapedValue=29]="EscapedValue",ki[ki.Function=30]="Function",ki[ki.NumericValue=31]="NumericValue",ki[ki.HexColorValue=32]="HexColorValue",ki[ki.RatioValue=33]="RatioValue",ki[ki.MixinDeclaration=34]="MixinDeclaration",ki[ki.MixinReference=35]="MixinReference",ki[ki.VariableName=36]="VariableName",ki[ki.VariableDeclaration=37]="VariableDeclaration",ki[ki.Prio=38]="Prio",ki[ki.Interpolation=39]="Interpolation",ki[ki.NestedProperties=40]="NestedProperties",ki[ki.ExtendsReference=41]="ExtendsReference",ki[ki.SelectorPlaceholder=42]="SelectorPlaceholder",ki[ki.Debug=43]="Debug",ki[ki.If=44]="If",ki[ki.Else=45]="Else",ki[ki.For=46]="For",ki[ki.Each=47]="Each",ki[ki.While=48]="While",ki[ki.MixinContentReference=49]="MixinContentReference",ki[ki.MixinContentDeclaration=50]="MixinContentDeclaration",ki[ki.Media=51]="Media",ki[ki.Keyframe=52]="Keyframe",ki[ki.FontFace=53]="FontFace",ki[ki.Import=54]="Import",ki[ki.Namespace=55]="Namespace",ki[ki.Invocation=56]="Invocation",ki[ki.FunctionDeclaration=57]="FunctionDeclaration",ki[ki.ReturnStatement=58]="ReturnStatement",ki[ki.MediaQuery=59]="MediaQuery",ki[ki.MediaCondition=60]="MediaCondition",ki[ki.MediaFeature=61]="MediaFeature",ki[ki.FunctionParameter=62]="FunctionParameter",ki[ki.FunctionArgument=63]="FunctionArgument",ki[ki.KeyframeSelector=64]="KeyframeSelector",ki[ki.ViewPort=65]="ViewPort",ki[ki.Document=66]="Document",ki[ki.AtApplyRule=67]="AtApplyRule",ki[ki.CustomPropertyDeclaration=68]="CustomPropertyDeclaration",ki[ki.CustomPropertySet=69]="CustomPropertySet",ki[ki.ListEntry=70]="ListEntry",ki[ki.Supports=71]="Supports",ki[ki.SupportsCondition=72]="SupportsCondition",ki[ki.NamespacePrefix=73]="NamespacePrefix",ki[ki.GridLine=74]="GridLine",ki[ki.Plugin=75]="Plugin",ki[ki.UnknownAtRule=76]="UnknownAtRule",ki[ki.Use=77]="Use",ki[ki.ModuleConfiguration=78]="ModuleConfiguration",ki[ki.Forward=79]="Forward",ki[ki.ForwardVisibility=80]="ForwardVisibility",ki[ki.Module=81]="Module",(Ei=_i||(_i={}))[Ei.Mixin=0]="Mixin",Ei[Ei.Rule=1]="Rule",Ei[Ei.Variable=2]="Variable",Ei[Ei.Function=3]="Function",Ei[Ei.Keyframe=4]="Keyframe",Ei[Ei.Unknown=5]="Unknown",Ei[Ei.Module=6]="Module",Ei[Ei.Forward=7]="Forward",Ei[Ei.ForwardVisibility=8]="ForwardVisibility";var Ni=function(){function e(e,t,n){void 0===e&&(e=-1),void 0===t&&(t=-1),this.parent=null,this.offset=e,this.length=t,n&&(this.nodeType=n)}return Object.defineProperty(e.prototype,"end",{get:function(){return this.offset+this.length},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"type",{get:function(){return this.nodeType||Ci.Undefined},set:function(e){this.nodeType=e},enumerable:!1,configurable:!0}),e.prototype.getTextProvider=function(){for(var e=this;e&&!e.textProvider;)e=e.parent;return e?e.textProvider:function(){return"unknown"}},e.prototype.getText=function(){return this.getTextProvider()(this.offset,this.length)},e.prototype.matches=function(e){return this.length===e.length&&this.getTextProvider()(this.offset,this.length)===e},e.prototype.startsWith=function(e){return this.length>=e.length&&this.getTextProvider()(this.offset,e.length)===e},e.prototype.endsWith=function(e){return this.length>=e.length&&this.getTextProvider()(this.end-e.length,e.length)===e},e.prototype.accept=function(e){if(e(this)&&this.children)for(var t=0,n=this.children;t=0&&e.parent.children.splice(n,1)}e.parent=this;var r=this.children;return r||(r=this.children=[]),-1!==t?r.splice(t,0,e):r.push(e),e},e.prototype.attachTo=function(e,t){return void 0===t&&(t=-1),e&&e.adoptChild(this,t),this},e.prototype.collectIssues=function(e){this.issues&&e.push.apply(e,this.issues)},e.prototype.addIssue=function(e){this.issues||(this.issues=[]),this.issues.push(e)},e.prototype.hasIssue=function(e){return Array.isArray(this.issues)&&this.issues.some((function(t){return t.getRule()===e}))},e.prototype.isErroneous=function(e){return void 0===e&&(e=!1),!!(this.issues&&this.issues.length>0)||e&&Array.isArray(this.children)&&this.children.some((function(e){return e.isErroneous(!0)}))},e.prototype.setNode=function(e,t,n){return void 0===n&&(n=-1),!!t&&(t.attachTo(this,n),this[e]=t,!0)},e.prototype.addChild=function(e){return!!e&&(this.children||(this.children=[]),e.attachTo(this),this.updateOffsetAndLength(e),!0)},e.prototype.updateOffsetAndLength=function(e){(e.offsetthis.end||-1===this.length)&&(this.length=t-this.offset)},e.prototype.hasChildren=function(){return!!this.children&&this.children.length>0},e.prototype.getChildren=function(){return this.children?this.children.slice(0):[]},e.prototype.getChild=function(e){return this.children&&e=0;n--)if((t=this.children[n]).offset<=e)return t;return null},e.prototype.findChildAtOffset=function(e,t){var n=this.findFirstChildBeforeOffset(e);return n&&n.end>=e?t&&n.findChildAtOffset(e,!0)||n:null},e.prototype.encloses=function(e){return this.offset<=e.offset&&this.offset+this.length>=e.offset+e.length},e.prototype.getParent=function(){for(var e=this.parent;e instanceof Ti;)e=e.parent;return e},e.prototype.findParent=function(e){for(var t=this;t&&t.type!==e;)t=t.parent;return t},e.prototype.findAParent=function(){for(var e=[],t=0;t{let r=n[0];return void 0!==t[r]?t[r]:e})),n}(t,n)}function Jo(e){return Go}var Xo,Yo,Zo,Qo,es,ts,ns,rs,is,os,ss,as,ls,cs,ds,hs,ps,us,ms,fs,gs,bs,ys,vs,ws,xs,Ss,Cs,ks,_s,Es,Fs,Ds,Rs,Ns,Ts,As,zs,Ms,Is,Ps,Os,Ls,Ws,Vs,Us,Ks,Bs,js,qs=Jo(),$s=function(e,t){this.id=e,this.message=t},Hs={NumberExpected:new $s("css-numberexpected",qs("expected.number","number expected")),ConditionExpected:new $s("css-conditionexpected",qs("expected.condt","condition expected")),RuleOrSelectorExpected:new $s("css-ruleorselectorexpected",qs("expected.ruleorselector","at-rule or selector expected")),DotExpected:new $s("css-dotexpected",qs("expected.dot","dot expected")),ColonExpected:new $s("css-colonexpected",qs("expected.colon","colon expected")),SemiColonExpected:new $s("css-semicolonexpected",qs("expected.semicolon","semi-colon expected")),TermExpected:new $s("css-termexpected",qs("expected.term","term expected")),ExpressionExpected:new $s("css-expressionexpected",qs("expected.expression","expression expected")),OperatorExpected:new $s("css-operatorexpected",qs("expected.operator","operator expected")),IdentifierExpected:new $s("css-identifierexpected",qs("expected.ident","identifier expected")),PercentageExpected:new $s("css-percentageexpected",qs("expected.percentage","percentage expected")),URIOrStringExpected:new $s("css-uriorstringexpected",qs("expected.uriorstring","uri or string expected")),URIExpected:new $s("css-uriexpected",qs("expected.uri","URI expected")),VariableNameExpected:new $s("css-varnameexpected",qs("expected.varname","variable name expected")),VariableValueExpected:new $s("css-varvalueexpected",qs("expected.varvalue","variable value expected")),PropertyValueExpected:new $s("css-propertyvalueexpected",qs("expected.propvalue","property value expected")),LeftCurlyExpected:new $s("css-lcurlyexpected",qs("expected.lcurly","{ expected")),RightCurlyExpected:new $s("css-rcurlyexpected",qs("expected.rcurly","} expected")),LeftSquareBracketExpected:new $s("css-rbracketexpected",qs("expected.lsquare","[ expected")),RightSquareBracketExpected:new $s("css-lbracketexpected",qs("expected.rsquare","] expected")),LeftParenthesisExpected:new $s("css-lparentexpected",qs("expected.lparen","( expected")),RightParenthesisExpected:new $s("css-rparentexpected",qs("expected.rparent",") expected")),CommaExpected:new $s("css-commaexpected",qs("expected.comma","comma expected")),PageDirectiveOrDeclarationExpected:new $s("css-pagedirordeclexpected",qs("expected.pagedirordecl","page directive or declaraton expected")),UnknownAtRule:new $s("css-unknownatrule",qs("unknown.atrule","at-rule unknown")),UnknownKeyword:new $s("css-unknownkeyword",qs("unknown.keyword","unknown keyword")),SelectorExpected:new $s("css-selectorexpected",qs("expected.selector","selector expected")),StringLiteralExpected:new $s("css-stringliteralexpected",qs("expected.stringliteral","string literal expected")),WhitespaceExpected:new $s("css-whitespaceexpected",qs("expected.whitespace","whitespace expected")),MediaQueryExpected:new $s("css-mediaqueryexpected",qs("expected.mediaquery","media query expected")),IdentifierOrWildcardExpected:new $s("css-idorwildcardexpected",qs("expected.idorwildcard","identifier or wildcard expected")),WildcardExpected:new $s("css-wildcardexpected",qs("expected.wildcard","wildcard expected")),IdentifierOrVariableExpected:new $s("css-idorvarexpected",qs("expected.idorvar","identifier or variable expected"))};(Yo=Xo||(Xo={})).MIN_VALUE=-2147483648,Yo.MAX_VALUE=2147483647,(Qo=Zo||(Zo={})).MIN_VALUE=0,Qo.MAX_VALUE=2147483647,(ts=es||(es={})).create=function(e,t){return e===Number.MAX_VALUE&&(e=Zo.MAX_VALUE),t===Number.MAX_VALUE&&(t=Zo.MAX_VALUE),{line:e,character:t}},ts.is=function(e){var t=e;return Ha.objectLiteral(t)&&Ha.uinteger(t.line)&&Ha.uinteger(t.character)},(rs=ns||(ns={})).create=function(e,t,n,r){if(Ha.uinteger(e)&&Ha.uinteger(t)&&Ha.uinteger(n)&&Ha.uinteger(r))return{start:es.create(e,t),end:es.create(n,r)};if(es.is(e)&&es.is(t))return{start:e,end:t};throw new Error("Range#create called with invalid arguments["+e+", "+t+", "+n+", "+r+"]")},rs.is=function(e){var t=e;return Ha.objectLiteral(t)&&es.is(t.start)&&es.is(t.end)},(os=is||(is={})).create=function(e,t){return{uri:e,range:t}},os.is=function(e){var t=e;return Ha.defined(t)&&ns.is(t.range)&&(Ha.string(t.uri)||Ha.undefined(t.uri))},(as=ss||(ss={})).create=function(e,t,n,r){return{targetUri:e,targetRange:t,targetSelectionRange:n,originSelectionRange:r}},as.is=function(e){var t=e;return Ha.defined(t)&&ns.is(t.targetRange)&&Ha.string(t.targetUri)&&(ns.is(t.targetSelectionRange)||Ha.undefined(t.targetSelectionRange))&&(ns.is(t.originSelectionRange)||Ha.undefined(t.originSelectionRange))},(cs=ls||(ls={})).create=function(e,t,n,r){return{red:e,green:t,blue:n,alpha:r}},cs.is=function(e){var t=e;return Ha.numberRange(t.red,0,1)&&Ha.numberRange(t.green,0,1)&&Ha.numberRange(t.blue,0,1)&&Ha.numberRange(t.alpha,0,1)},(hs=ds||(ds={})).create=function(e,t){return{range:e,color:t}},hs.is=function(e){var t=e;return ns.is(t.range)&&ls.is(t.color)},(us=ps||(ps={})).create=function(e,t,n){return{label:e,textEdit:t,additionalTextEdits:n}},us.is=function(e){var t=e;return Ha.string(t.label)&&(Ha.undefined(t.textEdit)||Rs.is(t))&&(Ha.undefined(t.additionalTextEdits)||Ha.typedArray(t.additionalTextEdits,Rs.is))},(fs=ms||(ms={})).Comment="comment",fs.Imports="imports",fs.Region="region",(bs=gs||(gs={})).create=function(e,t,n,r,i){var o={startLine:e,endLine:t};return Ha.defined(n)&&(o.startCharacter=n),Ha.defined(r)&&(o.endCharacter=r),Ha.defined(i)&&(o.kind=i),o},bs.is=function(e){var t=e;return Ha.uinteger(t.startLine)&&Ha.uinteger(t.startLine)&&(Ha.undefined(t.startCharacter)||Ha.uinteger(t.startCharacter))&&(Ha.undefined(t.endCharacter)||Ha.uinteger(t.endCharacter))&&(Ha.undefined(t.kind)||Ha.string(t.kind))},(vs=ys||(ys={})).create=function(e,t){return{location:e,message:t}},vs.is=function(e){var t=e;return Ha.defined(t)&&is.is(t.location)&&Ha.string(t.message)},(xs=ws||(ws={})).Error=1,xs.Warning=2,xs.Information=3,xs.Hint=4,(Cs=Ss||(Ss={})).Unnecessary=1,Cs.Deprecated=2,(ks||(ks={})).is=function(e){var t=e;return null!=t&&Ha.string(t.href)},(Es=_s||(_s={})).create=function(e,t,n,r,i,o){var s={range:e,message:t};return Ha.defined(n)&&(s.severity=n),Ha.defined(r)&&(s.code=r),Ha.defined(i)&&(s.source=i),Ha.defined(o)&&(s.relatedInformation=o),s},Es.is=function(e){var t,n=e;return Ha.defined(n)&&ns.is(n.range)&&Ha.string(n.message)&&(Ha.number(n.severity)||Ha.undefined(n.severity))&&(Ha.integer(n.code)||Ha.string(n.code)||Ha.undefined(n.code))&&(Ha.undefined(n.codeDescription)||Ha.string(null===(t=n.codeDescription)||void 0===t?void 0:t.href))&&(Ha.string(n.source)||Ha.undefined(n.source))&&(Ha.undefined(n.relatedInformation)||Ha.typedArray(n.relatedInformation,ys.is))},(Ds=Fs||(Fs={})).create=function(e,t){for(var n=[],r=2;r0&&(i.arguments=n),i},Ds.is=function(e){var t=e;return Ha.defined(t)&&Ha.string(t.title)&&Ha.string(t.command)},(Ns=Rs||(Rs={})).replace=function(e,t){return{range:e,newText:t}},Ns.insert=function(e,t){return{range:{start:e,end:e},newText:t}},Ns.del=function(e){return{range:e,newText:""}},Ns.is=function(e){var t=e;return Ha.objectLiteral(t)&&Ha.string(t.newText)&&ns.is(t.range)},(As=Ts||(Ts={})).create=function(e,t,n){var r={label:e};return void 0!==t&&(r.needsConfirmation=t),void 0!==n&&(r.description=n),r},As.is=function(e){var t=e;return void 0!==t&&Ha.objectLiteral(t)&&Ha.string(t.label)&&(Ha.boolean(t.needsConfirmation)||void 0===t.needsConfirmation)&&(Ha.string(t.description)||void 0===t.description)},(zs||(zs={})).is=function(e){return"string"==typeof e},(Is=Ms||(Ms={})).replace=function(e,t,n){return{range:e,newText:t,annotationId:n}},Is.insert=function(e,t,n){return{range:{start:e,end:e},newText:t,annotationId:n}},Is.del=function(e,t){return{range:e,newText:"",annotationId:t}},Is.is=function(e){var t=e;return Rs.is(t)&&(Ts.is(t.annotationId)||zs.is(t.annotationId))},(Os=Ps||(Ps={})).create=function(e,t){return{textDocument:e,edits:t}},Os.is=function(e){var t=e;return Ha.defined(t)&&Zs.is(t.textDocument)&&Array.isArray(t.edits)},(Ws=Ls||(Ls={})).create=function(e,t,n){var r={kind:"create",uri:e};return void 0===t||void 0===t.overwrite&&void 0===t.ignoreIfExists||(r.options=t),void 0!==n&&(r.annotationId=n),r},Ws.is=function(e){var t=e;return t&&"create"===t.kind&&Ha.string(t.uri)&&(void 0===t.options||(void 0===t.options.overwrite||Ha.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||Ha.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||zs.is(t.annotationId))},(Us=Vs||(Vs={})).create=function(e,t,n,r){var i={kind:"rename",oldUri:e,newUri:t};return void 0===n||void 0===n.overwrite&&void 0===n.ignoreIfExists||(i.options=n),void 0!==r&&(i.annotationId=r),i},Us.is=function(e){var t=e;return t&&"rename"===t.kind&&Ha.string(t.oldUri)&&Ha.string(t.newUri)&&(void 0===t.options||(void 0===t.options.overwrite||Ha.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||Ha.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||zs.is(t.annotationId))},(Bs=Ks||(Ks={})).create=function(e,t,n){var r={kind:"delete",uri:e};return void 0===t||void 0===t.recursive&&void 0===t.ignoreIfNotExists||(r.options=t),void 0!==n&&(r.annotationId=n),r},Bs.is=function(e){var t=e;return t&&"delete"===t.kind&&Ha.string(t.uri)&&(void 0===t.options||(void 0===t.options.recursive||Ha.boolean(t.options.recursive))&&(void 0===t.options.ignoreIfNotExists||Ha.boolean(t.options.ignoreIfNotExists)))&&(void 0===t.annotationId||zs.is(t.annotationId))},(js||(js={})).is=function(e){var t=e;return t&&(void 0!==t.changes||void 0!==t.documentChanges)&&(void 0===t.documentChanges||t.documentChanges.every((function(e){return Ha.string(e.kind)?Ls.is(e)||Vs.is(e)||Ks.is(e):Ps.is(e)})))};var Gs,Js,Xs,Ys,Zs,Qs,ea,ta,na,ra,ia,oa,sa,aa,la,ca,da,ha,pa,ua,ma,fa,ga,ba,ya,va,wa,xa,Sa,Ca,ka,_a,Ea,Fa,Da,Ra,Na,Ta,Aa,za,Ma,Ia,Pa,Oa,La,Wa,Va,Ua,Ka,Ba,ja,qa=function(){function e(e,t){this.edits=e,this.changeAnnotations=t}return e.prototype.insert=function(e,t,n){var r,i;if(void 0===n?r=Rs.insert(e,t):zs.is(n)?(i=n,r=Ms.insert(e,t,n)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(n),r=Ms.insert(e,t,i)),this.edits.push(r),void 0!==i)return i},e.prototype.replace=function(e,t,n){var r,i;if(void 0===n?r=Rs.replace(e,t):zs.is(n)?(i=n,r=Ms.replace(e,t,n)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(n),r=Ms.replace(e,t,i)),this.edits.push(r),void 0!==i)return i},e.prototype.delete=function(e,t){var n,r;if(void 0===t?n=Rs.del(e):zs.is(t)?(r=t,n=Ms.del(e,t)):(this.assertChangeAnnotations(this.changeAnnotations),r=this.changeAnnotations.manage(t),n=Ms.del(e,r)),this.edits.push(n),void 0!==r)return r},e.prototype.add=function(e){this.edits.push(e)},e.prototype.all=function(){return this.edits},e.prototype.clear=function(){this.edits.splice(0,this.edits.length)},e.prototype.assertChangeAnnotations=function(e){if(void 0===e)throw new Error("Text edit change is not configured to manage change annotations.")},e}(),$a=function(){function e(e){this._annotations=void 0===e?Object.create(null):e,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(e,t){var n;if(zs.is(e)?n=e:(n=this.nextId(),t=e),void 0!==this._annotations[n])throw new Error("Id "+n+" is already in use.");if(void 0===t)throw new Error("No annotation provided for id "+n);return this._annotations[n]=t,this._size++,n},e.prototype.nextId=function(){return this._counter++,this._counter.toString()},e}();!function(){function e(e){var t=this;this._textEditChanges=Object.create(null),void 0!==e?(this._workspaceEdit=e,e.documentChanges?(this._changeAnnotations=new $a(e.changeAnnotations),e.changeAnnotations=this._changeAnnotations.all(),e.documentChanges.forEach((function(e){if(Ps.is(e)){var n=new qa(e.edits,t._changeAnnotations);t._textEditChanges[e.textDocument.uri]=n}}))):e.changes&&Object.keys(e.changes).forEach((function(n){var r=new qa(e.changes[n]);t._textEditChanges[n]=r}))):this._workspaceEdit={}}Object.defineProperty(e.prototype,"edit",{get:function(){return this.initDocumentChanges(),void 0!==this._changeAnnotations&&(0===this._changeAnnotations.size?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit},enumerable:!1,configurable:!0}),e.prototype.getTextEditChange=function(e){if(Zs.is(e)){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var t={uri:e.uri,version:e.version};if(!(r=this._textEditChanges[t.uri])){var n={textDocument:t,edits:i=[]};this._workspaceEdit.documentChanges.push(n),r=new qa(i,this._changeAnnotations),this._textEditChanges[t.uri]=r}return r}if(this.initChanges(),void 0===this._workspaceEdit.changes)throw new Error("Workspace edit is not configured for normal text edit changes.");var r;if(!(r=this._textEditChanges[e])){var i=[];this._workspaceEdit.changes[e]=i,r=new qa(i),this._textEditChanges[e]=r}return r},e.prototype.initDocumentChanges=function(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._changeAnnotations=new $a,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())},e.prototype.initChanges=function(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._workspaceEdit.changes=Object.create(null))},e.prototype.createFile=function(e,t,n){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var r,i,o;if(Ts.is(t)||zs.is(t)?r=t:n=t,void 0===r?i=Ls.create(e,n):(o=zs.is(r)?r:this._changeAnnotations.manage(r),i=Ls.create(e,n,o)),this._workspaceEdit.documentChanges.push(i),void 0!==o)return o},e.prototype.renameFile=function(e,t,n,r){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var i,o,s;if(Ts.is(n)||zs.is(n)?i=n:r=n,void 0===i?o=Vs.create(e,t,r):(s=zs.is(i)?i:this._changeAnnotations.manage(i),o=Vs.create(e,t,r,s)),this._workspaceEdit.documentChanges.push(o),void 0!==s)return s},e.prototype.deleteFile=function(e,t,n){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var r,i,o;if(Ts.is(t)||zs.is(t)?r=t:n=t,void 0===r?i=Ks.create(e,n):(o=zs.is(r)?r:this._changeAnnotations.manage(r),i=Ks.create(e,n,o)),this._workspaceEdit.documentChanges.push(i),void 0!==o)return o}}(),(Js=Gs||(Gs={})).create=function(e){return{uri:e}},Js.is=function(e){var t=e;return Ha.defined(t)&&Ha.string(t.uri)},(Ys=Xs||(Xs={})).create=function(e,t){return{uri:e,version:t}},Ys.is=function(e){var t=e;return Ha.defined(t)&&Ha.string(t.uri)&&Ha.integer(t.version)},(Qs=Zs||(Zs={})).create=function(e,t){return{uri:e,version:t}},Qs.is=function(e){var t=e;return Ha.defined(t)&&Ha.string(t.uri)&&(null===t.version||Ha.integer(t.version))},(ta=ea||(ea={})).create=function(e,t,n,r){return{uri:e,languageId:t,version:n,text:r}},ta.is=function(e){var t=e;return Ha.defined(t)&&Ha.string(t.uri)&&Ha.string(t.languageId)&&Ha.integer(t.version)&&Ha.string(t.text)},(ra=na||(na={})).PlainText="plaintext",ra.Markdown="markdown",function(e){e.is=function(t){var n=t;return n===e.PlainText||n===e.Markdown}}(na||(na={})),(ia||(ia={})).is=function(e){var t=e;return Ha.objectLiteral(e)&&na.is(t.kind)&&Ha.string(t.value)},(sa=oa||(oa={})).Text=1,sa.Method=2,sa.Function=3,sa.Constructor=4,sa.Field=5,sa.Variable=6,sa.Class=7,sa.Interface=8,sa.Module=9,sa.Property=10,sa.Unit=11,sa.Value=12,sa.Enum=13,sa.Keyword=14,sa.Snippet=15,sa.Color=16,sa.File=17,sa.Reference=18,sa.Folder=19,sa.EnumMember=20,sa.Constant=21,sa.Struct=22,sa.Event=23,sa.Operator=24,sa.TypeParameter=25,(la=aa||(aa={})).PlainText=1,la.Snippet=2,(ca||(ca={})).Deprecated=1,(ha=da||(da={})).create=function(e,t,n){return{newText:e,insert:t,replace:n}},ha.is=function(e){var t=e;return t&&Ha.string(t.newText)&&ns.is(t.insert)&&ns.is(t.replace)},(ua=pa||(pa={})).asIs=1,ua.adjustIndentation=2,(ma||(ma={})).create=function(e){return{label:e}},(fa||(fa={})).create=function(e,t){return{items:e||[],isIncomplete:!!t}},(ba=ga||(ga={})).fromPlainText=function(e){return e.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")},ba.is=function(e){var t=e;return Ha.string(t)||Ha.objectLiteral(t)&&Ha.string(t.language)&&Ha.string(t.value)},(ya||(ya={})).is=function(e){var t=e;return!!t&&Ha.objectLiteral(t)&&(ia.is(t.contents)||ga.is(t.contents)||Ha.typedArray(t.contents,ga.is))&&(void 0===e.range||ns.is(e.range))},(va||(va={})).create=function(e,t){return t?{label:e,documentation:t}:{label:e}},(wa||(wa={})).create=function(e,t){for(var n=[],r=2;r=0;s--){var a=i[s],l=e.offsetAt(a.range.start),c=e.offsetAt(a.range.end);if(!(c<=o))throw new Error("Overlapping edit");r=r.substring(0,l)+a.newText+r.substring(c,r.length),o=l}return r}}(ja||(ja={}));var Ha,Ga,Ja,Xa=function(){function e(e,t,n,r){this._uri=e,this._languageId=t,this._version=n,this._content=r,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(e){if(e){var t=this.offsetAt(e.start),n=this.offsetAt(e.end);return this._content.substring(t,n)}return this._content},e.prototype.update=function(e,t){this._content=e.text,this._version=t,this._lineOffsets=void 0},e.prototype.getLineOffsets=function(){if(void 0===this._lineOffsets){for(var e=[],t=this._content,n=!0,r=0;r0&&e.push(t.length),this._lineOffsets=e}return this._lineOffsets},e.prototype.positionAt=function(e){e=Math.max(Math.min(e,this._content.length),0);var t=this.getLineOffsets(),n=0,r=t.length;if(0===r)return es.create(0,e);for(;ne?r=i:n=i+1}var o=n-1;return es.create(o,e-t[o])},e.prototype.offsetAt=function(e){var t=this.getLineOffsets();if(e.line>=t.length)return this._content.length;if(e.line<0)return 0;var n=t[e.line],r=e.line+1e?r=i:n=i+1}let i=n-1;return{line:i,character:e-t[i]}}offsetAt(e){let t=this.getLineOffsets();if(e.line>=t.length)return this._content.length;if(e.line<0)return 0;let n=t[e.line],r=e.line+1n.line||t.line===n.line&&t.character>n.character?{start:n,end:t}:e}function sl(e){const t=ol(e.range);return t!==e.range?{newText:e.newText,range:t}:e}(Za=Ya||(Ya={})).create=function(e,t,n,r){return new nl(e,t,n,r)},Za.update=function(e,t,n){if(e instanceof nl)return e.update(t,n),e;throw new Error("TextDocument.update: document must be created by TextDocument.create")},Za.applyEdits=function(e,t){let n=e.getText(),r=rl(t.map(sl),((e,t)=>{let n=e.range.start.line-t.range.start.line;return 0===n?e.range.start.character-t.range.start.character:n})),i=0;const o=[];for(const t of r){let r=e.offsetAt(t.range.start);if(ri&&o.push(n.substring(i,r)),t.newText.length&&o.push(t.newText),i=e.offsetAt(t.range.end)}return o.push(n.substr(i)),o.join("")},(Qa||(Qa={})).LATEST={textDocument:{completion:{completionItem:{documentationFormat:[na.Markdown,na.PlainText]}},hover:{contentFormat:[na.Markdown,na.PlainText]}}},(tl=el||(el={}))[tl.Unknown=0]="Unknown",tl[tl.File=1]="File",tl[tl.Directory=2]="Directory",tl[tl.SymbolicLink=64]="SymbolicLink";var al={E:"Edge",FF:"Firefox",S:"Safari",C:"Chrome",IE:"IE",O:"Opera"};function ll(e){switch(e){case"experimental":return"⚠️ Property is experimental. Be cautious when using it.️\n\n";case"nonstandard":return"🚨️ Property is nonstandard. Avoid using it.\n\n";case"obsolete":return"🚨️️️ Property is obsolete. Avoid using it.\n\n";default:return""}}function cl(e,t,n){var r;if(""!==(r=t?{kind:"markdown",value:pl(e,n)}:{kind:"plaintext",value:hl(e,n)}).value)return r}function dl(e){return(e=e.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")).replace(//g,">")}function hl(e,t){if(!e.description||""===e.description)return"";if("string"!=typeof e.description)return e.description.value;var n="";if(!1!==(null==t?void 0:t.documentation)){e.status&&(n+=ll(e.status)),n+=e.description;var r=ul(e.browsers);r&&(n+="\n("+r+")"),"syntax"in e&&(n+="\n\nSyntax: ".concat(e.syntax))}return e.references&&e.references.length>0&&!1!==(null==t?void 0:t.references)&&(n.length>0&&(n+="\n\n"),n+=e.references.map((function(e){return"".concat(e.name,": ").concat(e.url)})).join(" | ")),n}function pl(e,t){if(!e.description||""===e.description)return"";var n="";if(!1!==(null==t?void 0:t.documentation)){e.status&&(n+=ll(e.status)),"string"==typeof e.description?n+=dl(e.description):n+=e.description.kind===na.Markdown?e.description.value:dl(e.description.value);var r=ul(e.browsers);r&&(n+="\n\n("+dl(r)+")"),"syntax"in e&&e.syntax&&(n+="\n\nSyntax: ".concat(dl(e.syntax)))}return e.references&&e.references.length>0&&!1!==(null==t?void 0:t.references)&&(n.length>0&&(n+="\n\n"),n+=e.references.map((function(e){return"[".concat(e.name,"](").concat(e.url,")")})).join(" | ")),n}function ul(e){return void 0===e&&(e=[]),0===e.length?null:e.map((function(e){var t="",n=e.match(/([A-Z]+)(\d+)?/),r=n[1],i=n[2];return r in al&&(t+=al[r]),i&&(t+=" "+i),t})).join(", ")}var ml=Jo(),fl=[{func:"rgb($red, $green, $blue)",desc:ml("css.builtin.rgb","Creates a Color from red, green, and blue values.")},{func:"rgba($red, $green, $blue, $alpha)",desc:ml("css.builtin.rgba","Creates a Color from red, green, blue, and alpha values.")},{func:"hsl($hue, $saturation, $lightness)",desc:ml("css.builtin.hsl","Creates a Color from hue, saturation, and lightness values.")},{func:"hsla($hue, $saturation, $lightness, $alpha)",desc:ml("css.builtin.hsla","Creates a Color from hue, saturation, lightness, and alpha values.")}],gl={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgrey:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",grey:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rebeccapurple:"#663399",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"},bl={currentColor:"The value of the 'color' property. The computed value of the 'currentColor' keyword is the computed value of the 'color' property. If the 'currentColor' keyword is set on the 'color' property itself, it is treated as 'color:inherit' at parse time.",transparent:"Fully transparent. This keyword can be considered a shorthand for rgba(0,0,0,0) which is its computed value."};function yl(e,t){var n=e.getText().match(/^([-+]?[0-9]*\.?[0-9]+)(%?)$/);if(n){n[2]&&(t=100);var r=parseFloat(n[1])/t;if(r>=0&&r<=1)return r}throw new Error}var vl=48,wl=57,xl=65,Sl=97,Cl=102;function kl(e){return e=Sl&&e<=Cl?e-Sl+10:0)}function _l(e){if("#"!==e[0])return null;switch(e.length){case 4:return{red:17*kl(e.charCodeAt(1))/255,green:17*kl(e.charCodeAt(2))/255,blue:17*kl(e.charCodeAt(3))/255,alpha:1};case 5:return{red:17*kl(e.charCodeAt(1))/255,green:17*kl(e.charCodeAt(2))/255,blue:17*kl(e.charCodeAt(3))/255,alpha:17*kl(e.charCodeAt(4))/255};case 7:return{red:(16*kl(e.charCodeAt(1))+kl(e.charCodeAt(2)))/255,green:(16*kl(e.charCodeAt(3))+kl(e.charCodeAt(4)))/255,blue:(16*kl(e.charCodeAt(5))+kl(e.charCodeAt(6)))/255,alpha:1};case 9:return{red:(16*kl(e.charCodeAt(1))+kl(e.charCodeAt(2)))/255,green:(16*kl(e.charCodeAt(3))+kl(e.charCodeAt(4)))/255,blue:(16*kl(e.charCodeAt(5))+kl(e.charCodeAt(6)))/255,alpha:(16*kl(e.charCodeAt(7))+kl(e.charCodeAt(8)))/255}}return null}function El(e){if(e.type===Ci.HexColorValue)return _l(e.getText());if(e.type===Ci.Function){var t=e,n=t.getName(),r=t.getArguments().getChildren();if(1===r.length){var i=r[0].getChildren();if(1===i.length&&i[0].type===Ci.Expression&&3===(r=i[0].getChildren()).length){var o=r[2];if(o instanceof So){var s=o.getLeft(),a=o.getRight(),l=o.getOperator();s&&a&&l&&l.matches("/")&&(r=[r[0],r[1],s,a])}}}if(!n||r.length<3||r.length>4)return null;try{var c=4===r.length?yl(r[3],1):1;if("rgb"===n||"rgba"===n)return{red:yl(r[0],255),green:yl(r[1],255),blue:yl(r[2],255),alpha:c};if("hsl"===n||"hsla"===n){var d=function(e){var t=e.getText(),n=t.match(/^([-+]?[0-9]*\.?[0-9]+)(deg|rad|grad|turn)?$/);if(n)switch(n[2]){case"deg":return parseFloat(t)%360;case"rad":return 180*parseFloat(t)/Math.PI%360;case"grad":return.9*parseFloat(t)%360;case"turn":return 360*parseFloat(t)%360;default:if(void 0===n[2])return parseFloat(t)%360}throw new Error}(r[0]);return function(e,t,n,r){if(void 0===r&&(r=1),0===t)return{red:n,green:n,blue:n,alpha:r};var i=function(e,t,n){for(;n<0;)n+=6;for(;n>=6;)n-=6;return n<1?(t-e)*n+e:n<3?t:n<4?(t-e)*(4-n)+e:e},o=n<=.5?n*(t+1):n+t-n*t,s=2*n-o;return{red:i(s,o,2+(e/=60)),green:i(s,o,e),blue:i(s,o,e-2),alpha:r}}(d,yl(r[1],100),yl(r[2],100),c)}}catch(e){return null}}else if(e.type===Ci.Identifier){if(e.parent&&e.parent.type!==Ci.Term)return null;var h=e.parent;if(h&&h.parent&&h.parent.type===Ci.BinaryExpression){var p=h.parent;if(p.parent&&p.parent.type===Ci.ListEntry&&p.parent.key===p)return null}var u=e.getText().toLowerCase();if("none"===u)return null;var m=gl[u];if(m)return _l(m)}return null}var Fl={bottom:"Computes to ‘100%’ for the vertical position if one or two values are given, otherwise specifies the bottom edge as the origin for the next offset.",center:"Computes to ‘50%’ (‘left 50%’) for the horizontal position if the horizontal position is not otherwise specified, or ‘50%’ (‘top 50%’) for the vertical position if it is.",left:"Computes to ‘0%’ for the horizontal position if one or two values are given, otherwise specifies the left edge as the origin for the next offset.",right:"Computes to ‘100%’ for the horizontal position if one or two values are given, otherwise specifies the right edge as the origin for the next offset.",top:"Computes to ‘0%’ for the vertical position if one or two values are given, otherwise specifies the top edge as the origin for the next offset."},Dl={"no-repeat":"Placed once and not repeated in this direction.",repeat:"Repeated in this direction as often as needed to cover the background painting area.","repeat-x":"Computes to ‘repeat no-repeat’.","repeat-y":"Computes to ‘no-repeat repeat’.",round:"Repeated as often as will fit within the background positioning area. If it doesn’t fit a whole number of times, it is rescaled so that it does.",space:"Repeated as often as will fit within the background positioning area without being clipped and then the images are spaced out to fill the area."},Rl={dashed:"A series of square-ended dashes.",dotted:"A series of round dots.",double:"Two parallel solid lines with some space between them.",groove:"Looks as if it were carved in the canvas.",hidden:"Same as ‘none’, but has different behavior in the border conflict resolution rules for border-collapsed tables.",inset:"Looks as if the content on the inside of the border is sunken into the canvas.",none:"No border. Color and width are ignored.",outset:"Looks as if the content on the inside of the border is coming out of the canvas.",ridge:"Looks as if it were coming out of the canvas.",solid:"A single line segment."},Nl=["medium","thick","thin"],Tl={"border-box":"The background is painted within (clipped to) the border box.","content-box":"The background is painted within (clipped to) the content box.","padding-box":"The background is painted within (clipped to) the padding box."},Al={"margin-box":"Uses the margin box as reference box.","fill-box":"Uses the object bounding box as reference box.","stroke-box":"Uses the stroke bounding box as reference box.","view-box":"Uses the nearest SVG viewport as reference box."},zl={initial:"Represents the value specified as the property’s initial value.",inherit:"Represents the computed value of the property on the element’s parent.",unset:"Acts as either `inherit` or `initial`, depending on whether the property is inherited or not."},Ml={"var()":"Evaluates the value of a custom variable.","calc()":"Evaluates an mathematical expression. The following operators can be used: + - * /."},Il={"url()":"Reference an image file by URL","image()":"Provide image fallbacks and annotations.","-webkit-image-set()":"Provide multiple resolutions. Remember to use unprefixed image-set() in addition.","image-set()":"Provide multiple resolutions of an image and const the UA decide which is most appropriate in a given situation.","-moz-element()":"Use an element in the document as an image. Remember to use unprefixed element() in addition.","element()":"Use an element in the document as an image.","cross-fade()":"Indicates the two images to be combined and how far along in the transition the combination is.","-webkit-gradient()":"Deprecated. Use modern linear-gradient() or radial-gradient() instead.","-webkit-linear-gradient()":"Linear gradient. Remember to use unprefixed version in addition.","-moz-linear-gradient()":"Linear gradient. Remember to use unprefixed version in addition.","-o-linear-gradient()":"Linear gradient. Remember to use unprefixed version in addition.","linear-gradient()":"A linear gradient is created by specifying a straight gradient line, and then several colors placed along that line.","-webkit-repeating-linear-gradient()":"Repeating Linear gradient. Remember to use unprefixed version in addition.","-moz-repeating-linear-gradient()":"Repeating Linear gradient. Remember to use unprefixed version in addition.","-o-repeating-linear-gradient()":"Repeating Linear gradient. Remember to use unprefixed version in addition.","repeating-linear-gradient()":"Same as linear-gradient, except the color-stops are repeated infinitely in both directions, with their positions shifted by multiples of the difference between the last specified color-stop’s position and the first specified color-stop’s position.","-webkit-radial-gradient()":"Radial gradient. Remember to use unprefixed version in addition.","-moz-radial-gradient()":"Radial gradient. Remember to use unprefixed version in addition.","radial-gradient()":"Colors emerge from a single point and smoothly spread outward in a circular or elliptical shape.","-webkit-repeating-radial-gradient()":"Repeating radial gradient. Remember to use unprefixed version in addition.","-moz-repeating-radial-gradient()":"Repeating radial gradient. Remember to use unprefixed version in addition.","repeating-radial-gradient()":"Same as radial-gradient, except the color-stops are repeated infinitely in both directions, with their positions shifted by multiples of the difference between the last specified color-stop’s position and the first specified color-stop’s position."},Pl={ease:"Equivalent to cubic-bezier(0.25, 0.1, 0.25, 1.0).","ease-in":"Equivalent to cubic-bezier(0.42, 0, 1.0, 1.0).","ease-in-out":"Equivalent to cubic-bezier(0.42, 0, 0.58, 1.0).","ease-out":"Equivalent to cubic-bezier(0, 0, 0.58, 1.0).",linear:"Equivalent to cubic-bezier(0.0, 0.0, 1.0, 1.0).","step-end":"Equivalent to steps(1, end).","step-start":"Equivalent to steps(1, start).","steps()":"The first parameter specifies the number of intervals in the function. The second parameter, which is optional, is either the value “start” or “end”.","cubic-bezier()":"Specifies a cubic-bezier curve. The four values specify points P1 and P2 of the curve as (x1, y1, x2, y2).","cubic-bezier(0.6, -0.28, 0.735, 0.045)":"Ease-in Back. Overshoots.","cubic-bezier(0.68, -0.55, 0.265, 1.55)":"Ease-in-out Back. Overshoots.","cubic-bezier(0.175, 0.885, 0.32, 1.275)":"Ease-out Back. Overshoots.","cubic-bezier(0.6, 0.04, 0.98, 0.335)":"Ease-in Circular. Based on half circle.","cubic-bezier(0.785, 0.135, 0.15, 0.86)":"Ease-in-out Circular. Based on half circle.","cubic-bezier(0.075, 0.82, 0.165, 1)":"Ease-out Circular. Based on half circle.","cubic-bezier(0.55, 0.055, 0.675, 0.19)":"Ease-in Cubic. Based on power of three.","cubic-bezier(0.645, 0.045, 0.355, 1)":"Ease-in-out Cubic. Based on power of three.","cubic-bezier(0.215, 0.610, 0.355, 1)":"Ease-out Cubic. Based on power of three.","cubic-bezier(0.95, 0.05, 0.795, 0.035)":"Ease-in Exponential. Based on two to the power ten.","cubic-bezier(1, 0, 0, 1)":"Ease-in-out Exponential. Based on two to the power ten.","cubic-bezier(0.19, 1, 0.22, 1)":"Ease-out Exponential. Based on two to the power ten.","cubic-bezier(0.47, 0, 0.745, 0.715)":"Ease-in Sine.","cubic-bezier(0.445, 0.05, 0.55, 0.95)":"Ease-in-out Sine.","cubic-bezier(0.39, 0.575, 0.565, 1)":"Ease-out Sine.","cubic-bezier(0.55, 0.085, 0.68, 0.53)":"Ease-in Quadratic. Based on power of two.","cubic-bezier(0.455, 0.03, 0.515, 0.955)":"Ease-in-out Quadratic. Based on power of two.","cubic-bezier(0.25, 0.46, 0.45, 0.94)":"Ease-out Quadratic. Based on power of two.","cubic-bezier(0.895, 0.03, 0.685, 0.22)":"Ease-in Quartic. Based on power of four.","cubic-bezier(0.77, 0, 0.175, 1)":"Ease-in-out Quartic. Based on power of four.","cubic-bezier(0.165, 0.84, 0.44, 1)":"Ease-out Quartic. Based on power of four.","cubic-bezier(0.755, 0.05, 0.855, 0.06)":"Ease-in Quintic. Based on power of five.","cubic-bezier(0.86, 0, 0.07, 1)":"Ease-in-out Quintic. Based on power of five.","cubic-bezier(0.23, 1, 0.320, 1)":"Ease-out Quintic. Based on power of five."},Ol={"circle()":"Defines a circle.","ellipse()":"Defines an ellipse.","inset()":"Defines an inset rectangle.","polygon()":"Defines a polygon."},Ll={length:["em","rem","ex","px","cm","mm","in","pt","pc","ch","vw","vh","vmin","vmax"],angle:["deg","rad","grad","turn"],time:["ms","s"],frequency:["Hz","kHz"],resolution:["dpi","dpcm","dppx"],percentage:["%","fr"]},Wl=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rb","rp","rt","rtc","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","u","ul","const","video","wbr"],Vl=["circle","clipPath","cursor","defs","desc","ellipse","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","filter","foreignObject","g","hatch","hatchpath","image","line","linearGradient","marker","mask","mesh","meshpatch","meshrow","metadata","mpath","path","pattern","polygon","polyline","radialGradient","rect","set","solidcolor","stop","svg","switch","symbol","text","textPath","tspan","use","view"],Ul=["@bottom-center","@bottom-left","@bottom-left-corner","@bottom-right","@bottom-right-corner","@left-bottom","@left-middle","@left-top","@right-bottom","@right-middle","@right-top","@top-center","@top-left","@top-left-corner","@top-right","@top-right-corner"];function Kl(e){return Object.keys(e).map((function(t){return e[t]}))}function Bl(e){return void 0!==e}var jl=function(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;ie.offset?i-e.offset:0}return e},e.prototype.markError=function(e,t,n,r){this.token!==this.lastErrorToken&&(e.addIssue(new $o(e,t,_o.Error,void 0,this.token.offset,this.token.len)),this.lastErrorToken=this.token),(n||r)&&this.resync(n,r)},e.prototype.parseStylesheet=function(e){var t=e.version,n=e.getText();return this.internalParse(n,this._parseStylesheet,(function(r,i){if(e.version!==t)throw new Error("Underlying model has changed, AST is no longer valid");return n.substr(r,i)}))},e.prototype.internalParse=function(e,t,n){this.scanner.setSource(e),this.token=this.scanner.scan();var r=t.bind(this)();return r&&(r.textProvider=n||function(t,n){return e.substr(t,n)}),r},e.prototype._parseStylesheet=function(){for(var e=this.create(zi);e.addChild(this._parseStylesheetStart()););var t=!1;do{var n=!1;do{n=!1;var r=this._parseStylesheetStatement();for(r&&(e.addChild(r),n=!0,t=!1,this.peek(Er.EOF)||!this._needsSemicolonAfter(r)||this.accept(Er.SemiColon)||this.markError(e,Hs.SemiColonExpected));this.accept(Er.SemiColon)||this.accept(Er.CDO)||this.accept(Er.CDC);)n=!0,t=!1}while(n);if(this.peek(Er.EOF))break;t||(this.peek(Er.AtKeyword)?this.markError(e,Hs.UnknownAtRule):this.markError(e,Hs.RuleOrSelectorExpected),t=!0),this.consumeToken()}while(!this.peek(Er.EOF));return this.finish(e)},e.prototype._parseStylesheetStart=function(){return this._parseCharset()},e.prototype._parseStylesheetStatement=function(e){return void 0===e&&(e=!1),this.peek(Er.AtKeyword)?this._parseStylesheetAtStatement(e):this._parseRuleset(e)},e.prototype._parseStylesheetAtStatement=function(e){return void 0===e&&(e=!1),this._parseImport()||this._parseMedia(e)||this._parsePage()||this._parseFontFace()||this._parseKeyframe()||this._parseSupports(e)||this._parseViewPort()||this._parseNamespace()||this._parseDocument()||this._parseUnknownAtRule()},e.prototype._tryParseRuleset=function(e){var t=this.mark();if(this._parseSelector(e)){for(;this.accept(Er.Comma)&&this._parseSelector(e););if(this.accept(Er.CurlyL))return this.restoreAtMark(t),this._parseRuleset(e)}return this.restoreAtMark(t),null},e.prototype._parseRuleset=function(e){void 0===e&&(e=!1);var t=this.create(Pi),n=t.getSelectors();if(!n.addChild(this._parseSelector(e)))return null;for(;this.accept(Er.Comma);)if(!n.addChild(this._parseSelector(e)))return this.finish(t,Hs.SelectorExpected);return this._parseBody(t,this._parseRuleSetDeclaration.bind(this))},e.prototype._parseRuleSetDeclarationAtStatement=function(){return this._parseUnknownAtRule()},e.prototype._parseRuleSetDeclaration=function(){return this.peek(Er.AtKeyword)?this._parseRuleSetDeclarationAtStatement():this._parseDeclaration()},e.prototype._needsSemicolonAfter=function(e){switch(e.type){case Ci.Keyframe:case Ci.ViewPort:case Ci.Media:case Ci.Ruleset:case Ci.Namespace:case Ci.If:case Ci.For:case Ci.Each:case Ci.While:case Ci.MixinDeclaration:case Ci.FunctionDeclaration:case Ci.MixinContentDeclaration:return!1;case Ci.ExtendsReference:case Ci.MixinContentReference:case Ci.ReturnStatement:case Ci.MediaQuery:case Ci.Debug:case Ci.Import:case Ci.AtApplyRule:case Ci.CustomPropertyDeclaration:return!0;case Ci.VariableDeclaration:return e.needsSemicolon;case Ci.MixinReference:return!e.getContent();case Ci.Declaration:return!e.getNestedProperties()}return!1},e.prototype._parseDeclarations=function(e){var t=this.create(Mi);if(!this.accept(Er.CurlyL))return null;for(var n=e();t.addChild(n)&&!this.peek(Er.CurlyR);){if(this._needsSemicolonAfter(n)&&!this.accept(Er.SemiColon))return this.finish(t,Hs.SemiColonExpected,[Er.SemiColon,Er.CurlyR]);for(n&&this.prevToken&&this.prevToken.type===Er.SemiColon&&(n.semicolonPosition=this.prevToken.offset);this.accept(Er.SemiColon););n=e()}return this.accept(Er.CurlyR)?this.finish(t):this.finish(t,Hs.RightCurlyExpected,[Er.CurlyR,Er.SemiColon])},e.prototype._parseBody=function(e,t){return e.setDeclarations(this._parseDeclarations(t))?this.finish(e):this.finish(e,Hs.LeftCurlyExpected,[Er.CurlyR,Er.SemiColon])},e.prototype._parseSelector=function(e){var t=this.create(Oi),n=!1;for(e&&(n=t.addChild(this._parseCombinator()));t.addChild(this._parseSimpleSelector());)n=!0,t.addChild(this._parseCombinator());return n?this.finish(t):null},e.prototype._parseDeclaration=function(e){var t=this._tryParseCustomPropertyDeclaration(e);if(t)return t;var n=this.create(Ui);return n.setProperty(this._parseProperty())?this.accept(Er.Colon)?(this.prevToken&&(n.colonPosition=this.prevToken.offset),n.setValue(this._parseExpr())?(n.addChild(this._parsePrio()),this.peek(Er.SemiColon)&&(n.semicolonPosition=this.token.offset),this.finish(n)):this.finish(n,Hs.PropertyValueExpected)):this.finish(n,Hs.ColonExpected,[Er.Colon],e||[Er.SemiColon]):null},e.prototype._tryParseCustomPropertyDeclaration=function(e){if(!this.peekRegExp(Er.Ident,/^--/))return null;var t=this.create(Ki);if(!t.setProperty(this._parseProperty()))return null;if(!this.accept(Er.Colon))return this.finish(t,Hs.ColonExpected,[Er.Colon]);this.prevToken&&(t.colonPosition=this.prevToken.offset);var n=this.mark();if(this.peek(Er.CurlyL)){var r=this.create(Vi),i=this._parseDeclarations(this._parseRuleSetDeclaration.bind(this));if(r.setDeclarations(i)&&!i.isErroneous(!0)&&(r.addChild(this._parsePrio()),this.peek(Er.SemiColon)))return this.finish(r),t.setPropertySet(r),t.semicolonPosition=this.token.offset,this.finish(t);this.restoreAtMark(n)}var o=this._parseExpr();return o&&!o.isErroneous(!0)&&(this._parsePrio(),this.peekOne.apply(this,jl(jl([],e||[],!1),[Er.SemiColon,Er.EOF],!1)))?(t.setValue(o),this.peek(Er.SemiColon)&&(t.semicolonPosition=this.token.offset),this.finish(t)):(this.restoreAtMark(n),t.addChild(this._parseCustomPropertyValue(e)),t.addChild(this._parsePrio()),Bl(t.colonPosition)&&this.token.offset===t.colonPosition+1?this.finish(t,Hs.PropertyValueExpected):this.finish(t))},e.prototype._parseCustomPropertyValue=function(e){var t=this;void 0===e&&(e=[Er.CurlyR]);var n=this.create(Ni),r=function(){return 0===o&&0===s&&0===a},i=function(){return-1!==e.indexOf(t.token.type)},o=0,s=0,a=0;e:for(;;){switch(this.token.type){case Er.SemiColon:case Er.Exclamation:if(r())break e;break;case Er.CurlyL:o++;break;case Er.CurlyR:if(--o<0){if(i()&&0===s&&0===a)break e;return this.finish(n,Hs.LeftCurlyExpected)}break;case Er.ParenthesisL:s++;break;case Er.ParenthesisR:if(--s<0){if(i()&&0===a&&0===o)break e;return this.finish(n,Hs.LeftParenthesisExpected)}break;case Er.BracketL:a++;break;case Er.BracketR:if(--a<0)return this.finish(n,Hs.LeftSquareBracketExpected);break;case Er.BadString:break e;case Er.EOF:var l=Hs.RightCurlyExpected;return a>0?l=Hs.RightSquareBracketExpected:s>0&&(l=Hs.RightParenthesisExpected),this.finish(n,l)}this.consumeToken()}return this.finish(n)},e.prototype._tryToParseDeclaration=function(e){var t=this.mark();return this._parseProperty()&&this.accept(Er.Colon)?(this.restoreAtMark(t),this._parseDeclaration(e)):(this.restoreAtMark(t),null)},e.prototype._parseProperty=function(){var e=this.create(Bi),t=this.mark();return(this.acceptDelim("*")||this.acceptDelim("_"))&&this.hasWhitespace()?(this.restoreAtMark(t),null):e.setIdentifier(this._parsePropertyIdentifier())?this.finish(e):null},e.prototype._parsePropertyIdentifier=function(){return this._parseIdent()},e.prototype._parseCharset=function(){if(!this.peek(Er.Charset))return null;var e=this.create(Ni);return this.consumeToken(),this.accept(Er.String)?this.accept(Er.SemiColon)?this.finish(e):this.finish(e,Hs.SemiColonExpected):this.finish(e,Hs.IdentifierExpected)},e.prototype._parseImport=function(){if(!this.peekKeyword("@import"))return null;var e=this.create(io);return this.consumeToken(),e.addChild(this._parseURILiteral())||e.addChild(this._parseStringLiteral())?(this.peek(Er.SemiColon)||this.peek(Er.EOF)||e.setMedialist(this._parseMediaQueryList()),this.finish(e)):this.finish(e,Hs.URIOrStringExpected)},e.prototype._parseNamespace=function(){if(!this.peekKeyword("@namespace"))return null;var e=this.create(co);return this.consumeToken(),e.addChild(this._parseURILiteral())||(e.addChild(this._parseIdent()),e.addChild(this._parseURILiteral())||e.addChild(this._parseStringLiteral()))?this.accept(Er.SemiColon)?this.finish(e):this.finish(e,Hs.SemiColonExpected):this.finish(e,Hs.URIExpected,[Er.SemiColon])},e.prototype._parseFontFace=function(){if(!this.peekKeyword("@font-face"))return null;var e=this.create(eo);return this.consumeToken(),this._parseBody(e,this._parseRuleSetDeclaration.bind(this))},e.prototype._parseViewPort=function(){if(!this.peekKeyword("@-ms-viewport")&&!this.peekKeyword("@-o-viewport")&&!this.peekKeyword("@viewport"))return null;var e=this.create(Qi);return this.consumeToken(),this._parseBody(e,this._parseRuleSetDeclaration.bind(this))},e.prototype._parseKeyframe=function(){if(!this.peekRegExp(Er.AtKeyword,this.keyframeRegex))return null;var e=this.create(no),t=this.create(Ni);return this.consumeToken(),e.setKeyword(this.finish(t)),t.matches("@-ms-keyframes")&&this.markError(t,Hs.UnknownKeyword),e.setIdentifier(this._parseKeyframeIdent())?this._parseBody(e,this._parseKeyframeSelector.bind(this)):this.finish(e,Hs.IdentifierExpected,[Er.CurlyR])},e.prototype._parseKeyframeIdent=function(){return this._parseIdent([_i.Keyframe])},e.prototype._parseKeyframeSelector=function(){var e=this.create(ro);if(!e.addChild(this._parseIdent())&&!this.accept(Er.Percentage))return null;for(;this.accept(Er.Comma);)if(!e.addChild(this._parseIdent())&&!this.accept(Er.Percentage))return this.finish(e,Hs.PercentageExpected);return this._parseBody(e,this._parseRuleSetDeclaration.bind(this))},e.prototype._tryParseKeyframeSelector=function(){var e=this.create(ro),t=this.mark();if(!e.addChild(this._parseIdent())&&!this.accept(Er.Percentage))return null;for(;this.accept(Er.Comma);)if(!e.addChild(this._parseIdent())&&!this.accept(Er.Percentage))return this.restoreAtMark(t),null;return this.peek(Er.CurlyL)?this._parseBody(e,this._parseRuleSetDeclaration.bind(this)):(this.restoreAtMark(t),null)},e.prototype._parseSupports=function(e){if(void 0===e&&(e=!1),!this.peekKeyword("@supports"))return null;var t=this.create(po);return this.consumeToken(),t.addChild(this._parseSupportsCondition()),this._parseBody(t,this._parseSupportsDeclaration.bind(this,e))},e.prototype._parseSupportsDeclaration=function(e){return void 0===e&&(e=!1),e?this._tryParseRuleset(!0)||this._tryToParseDeclaration()||this._parseStylesheetStatement(!0):this._parseStylesheetStatement(!1)},e.prototype._parseSupportsCondition=function(){var e=this.create(yo);if(this.acceptIdent("not"))e.addChild(this._parseSupportsConditionInParens());else if(e.addChild(this._parseSupportsConditionInParens()),this.peekRegExp(Er.Ident,/^(and|or)$/i))for(var t=this.token.text.toLowerCase();this.acceptIdent(t);)e.addChild(this._parseSupportsConditionInParens());return this.finish(e)},e.prototype._parseSupportsConditionInParens=function(){var e=this.create(yo);if(this.accept(Er.ParenthesisL))return this.prevToken&&(e.lParent=this.prevToken.offset),e.addChild(this._tryToParseDeclaration([Er.ParenthesisR]))||this._parseSupportsCondition()?this.accept(Er.ParenthesisR)?(this.prevToken&&(e.rParent=this.prevToken.offset),this.finish(e)):this.finish(e,Hs.RightParenthesisExpected,[Er.ParenthesisR],[]):this.finish(e,Hs.ConditionExpected);if(this.peek(Er.Ident)){var t=this.mark();if(this.consumeToken(),!this.hasWhitespace()&&this.accept(Er.ParenthesisL)){for(var n=1;this.token.type!==Er.EOF&&0!==n;)this.token.type===Er.ParenthesisL?n++:this.token.type===Er.ParenthesisR&&n--,this.consumeToken();return this.finish(e)}this.restoreAtMark(t)}return this.finish(e,Hs.LeftParenthesisExpected,[],[Er.ParenthesisL])},e.prototype._parseMediaDeclaration=function(e){return void 0===e&&(e=!1),e?this._tryParseRuleset(!0)||this._tryToParseDeclaration()||this._parseStylesheetStatement(!0):this._parseStylesheetStatement(!1)},e.prototype._parseMedia=function(e){if(void 0===e&&(e=!1),!this.peekKeyword("@media"))return null;var t=this.create(ho);return this.consumeToken(),t.addChild(this._parseMediaQueryList())?this._parseBody(t,this._parseMediaDeclaration.bind(this,e)):this.finish(t,Hs.MediaQueryExpected)},e.prototype._parseMediaQueryList=function(){var e=this.create(mo);if(!e.addChild(this._parseMediaQuery()))return this.finish(e,Hs.MediaQueryExpected);for(;this.accept(Er.Comma);)if(!e.addChild(this._parseMediaQuery()))return this.finish(e,Hs.MediaQueryExpected);return this.finish(e)},e.prototype._parseMediaQuery=function(){var e=this.create(fo),t=this.mark();if(this.acceptIdent("not"),this.peek(Er.ParenthesisL))this.restoreAtMark(t),e.addChild(this._parseMediaCondition());else{if(this.acceptIdent("only"),!e.addChild(this._parseIdent()))return null;this.acceptIdent("and")&&e.addChild(this._parseMediaCondition())}return this.finish(e)},e.prototype._parseRatio=function(){var e=this.mark(),t=this.create(Do);return this._parseNumeric()?this.acceptDelim("/")?this._parseNumeric()?this.finish(t):this.finish(t,Hs.NumberExpected):(this.restoreAtMark(e),null):null},e.prototype._parseMediaCondition=function(){var e=this.create(go);this.acceptIdent("not");for(var t=!0;t;){if(!this.accept(Er.ParenthesisL))return this.finish(e,Hs.LeftParenthesisExpected,[],[Er.CurlyL]);if(this.peek(Er.ParenthesisL)||this.peekIdent("not")?e.addChild(this._parseMediaCondition()):e.addChild(this._parseMediaFeature()),!this.accept(Er.ParenthesisR))return this.finish(e,Hs.RightParenthesisExpected,[],[Er.CurlyL]);t=this.acceptIdent("and")||this.acceptIdent("or")}return this.finish(e)},e.prototype._parseMediaFeature=function(){var e=this,t=[Er.ParenthesisR],n=this.create(bo),r=function(){return e.acceptDelim("<")||e.acceptDelim(">")?(e.hasWhitespace()||e.acceptDelim("="),!0):!!e.acceptDelim("=")};if(n.addChild(this._parseMediaFeatureName())){if(this.accept(Er.Colon)){if(!n.addChild(this._parseMediaFeatureValue()))return this.finish(n,Hs.TermExpected,[],t)}else if(r()){if(!n.addChild(this._parseMediaFeatureValue()))return this.finish(n,Hs.TermExpected,[],t);if(r()&&!n.addChild(this._parseMediaFeatureValue()))return this.finish(n,Hs.TermExpected,[],t)}}else{if(!n.addChild(this._parseMediaFeatureValue()))return this.finish(n,Hs.IdentifierExpected,[],t);if(!r())return this.finish(n,Hs.OperatorExpected,[],t);if(!n.addChild(this._parseMediaFeatureName()))return this.finish(n,Hs.IdentifierExpected,[],t);if(r()&&!n.addChild(this._parseMediaFeatureValue()))return this.finish(n,Hs.TermExpected,[],t)}return this.finish(n)},e.prototype._parseMediaFeatureName=function(){return this._parseIdent()},e.prototype._parseMediaFeatureValue=function(){return this._parseRatio()||this._parseTermExpression()},e.prototype._parseMedium=function(){var e=this.create(Ni);return e.addChild(this._parseIdent())?this.finish(e):null},e.prototype._parsePageDeclaration=function(){return this._parsePageMarginBox()||this._parseRuleSetDeclaration()},e.prototype._parsePage=function(){if(!this.peekKeyword("@page"))return null;var e=this.create(vo);if(this.consumeToken(),e.addChild(this._parsePageSelector()))for(;this.accept(Er.Comma);)if(!e.addChild(this._parsePageSelector()))return this.finish(e,Hs.IdentifierExpected);return this._parseBody(e,this._parsePageDeclaration.bind(this))},e.prototype._parsePageMarginBox=function(){if(!this.peek(Er.AtKeyword))return null;var e=this.create(wo);return this.acceptOneKeyword(Ul)||this.markError(e,Hs.UnknownAtRule,[],[Er.CurlyL]),this._parseBody(e,this._parseRuleSetDeclaration.bind(this))},e.prototype._parsePageSelector=function(){if(!this.peek(Er.Ident)&&!this.peek(Er.Colon))return null;var e=this.create(Ni);return e.addChild(this._parseIdent()),this.accept(Er.Colon)&&!e.addChild(this._parseIdent())?this.finish(e,Hs.IdentifierExpected):this.finish(e)},e.prototype._parseDocument=function(){if(!this.peekKeyword("@-moz-document"))return null;var e=this.create(uo);return this.consumeToken(),this.resync([],[Er.CurlyL]),this._parseBody(e,this._parseStylesheetStatement.bind(this))},e.prototype._parseUnknownAtRule=function(){if(!this.peek(Er.AtKeyword))return null;var e=this.create(Uo);e.addChild(this._parseUnknownAtRuleName());var t=0,n=0,r=0,i=0;e:for(;;){switch(this.token.type){case Er.SemiColon:if(0===n&&0===r&&0===i)break e;break;case Er.EOF:return n>0?this.finish(e,Hs.RightCurlyExpected):i>0?this.finish(e,Hs.RightSquareBracketExpected):r>0?this.finish(e,Hs.RightParenthesisExpected):this.finish(e);case Er.CurlyL:t++,n++;break;case Er.CurlyR:if(n--,t>0&&0===n){if(this.consumeToken(),i>0)return this.finish(e,Hs.RightSquareBracketExpected);if(r>0)return this.finish(e,Hs.RightParenthesisExpected);break e}if(n<0){if(0===r&&0===i)break e;return this.finish(e,Hs.LeftCurlyExpected)}break;case Er.ParenthesisL:r++;break;case Er.ParenthesisR:if(--r<0)return this.finish(e,Hs.LeftParenthesisExpected);break;case Er.BracketL:i++;break;case Er.BracketR:if(--i<0)return this.finish(e,Hs.LeftSquareBracketExpected)}this.consumeToken()}return e},e.prototype._parseUnknownAtRuleName=function(){var e=this.create(Ni);return this.accept(Er.AtKeyword)?this.finish(e):e},e.prototype._parseOperator=function(){if(this.peekDelim("/")||this.peekDelim("*")||this.peekDelim("+")||this.peekDelim("-")||this.peek(Er.Dashmatch)||this.peek(Er.Includes)||this.peek(Er.SubstringOperator)||this.peek(Er.PrefixOperator)||this.peek(Er.SuffixOperator)||this.peekDelim("=")){var e=this.createNode(Ci.Operator);return this.consumeToken(),this.finish(e)}return null},e.prototype._parseUnaryOperator=function(){if(!this.peekDelim("+")&&!this.peekDelim("-"))return null;var e=this.create(Ni);return this.consumeToken(),this.finish(e)},e.prototype._parseCombinator=function(){if(this.peekDelim(">")){var e=this.create(Ni);this.consumeToken();var t=this.mark();if(!this.hasWhitespace()&&this.acceptDelim(">")){if(!this.hasWhitespace()&&this.acceptDelim(">"))return e.type=Ci.SelectorCombinatorShadowPiercingDescendant,this.finish(e);this.restoreAtMark(t)}return e.type=Ci.SelectorCombinatorParent,this.finish(e)}if(this.peekDelim("+")){e=this.create(Ni);return this.consumeToken(),e.type=Ci.SelectorCombinatorSibling,this.finish(e)}if(this.peekDelim("~")){e=this.create(Ni);return this.consumeToken(),e.type=Ci.SelectorCombinatorAllSiblings,this.finish(e)}if(this.peekDelim("/")){e=this.create(Ni);this.consumeToken();t=this.mark();if(!this.hasWhitespace()&&this.acceptIdent("deep")&&!this.hasWhitespace()&&this.acceptDelim("/"))return e.type=Ci.SelectorCombinatorShadowPiercingDescendant,this.finish(e);this.restoreAtMark(t)}return null},e.prototype._parseSimpleSelector=function(){var e=this.create(Li),t=0;for(e.addChild(this._parseElementName())&&t++;(0===t||!this.hasWhitespace())&&e.addChild(this._parseSimpleSelectorBody());)t++;return t>0?this.finish(e):null},e.prototype._parseSimpleSelectorBody=function(){return this._parsePseudo()||this._parseHash()||this._parseClass()||this._parseAttrib()},e.prototype._parseSelectorIdent=function(){return this._parseIdent()},e.prototype._parseHash=function(){if(!this.peek(Er.Hash)&&!this.peekDelim("#"))return null;var e=this.createNode(Ci.IdentifierSelector);if(this.acceptDelim("#")){if(this.hasWhitespace()||!e.addChild(this._parseSelectorIdent()))return this.finish(e,Hs.IdentifierExpected)}else this.consumeToken();return this.finish(e)},e.prototype._parseClass=function(){if(!this.peekDelim("."))return null;var e=this.createNode(Ci.ClassSelector);return this.consumeToken(),this.hasWhitespace()||!e.addChild(this._parseSelectorIdent())?this.finish(e,Hs.IdentifierExpected):this.finish(e)},e.prototype._parseElementName=function(){var e=this.mark(),t=this.createNode(Ci.ElementNameSelector);return t.addChild(this._parseNamespacePrefix()),t.addChild(this._parseSelectorIdent())||this.acceptDelim("*")?this.finish(t):(this.restoreAtMark(e),null)},e.prototype._parseNamespacePrefix=function(){var e=this.mark(),t=this.createNode(Ci.NamespacePrefix);return!t.addChild(this._parseIdent())&&this.acceptDelim("*"),this.acceptDelim("|")?this.finish(t):(this.restoreAtMark(e),null)},e.prototype._parseAttrib=function(){if(!this.peek(Er.BracketL))return null;var e=this.create(ko);return this.consumeToken(),e.setNamespacePrefix(this._parseNamespacePrefix()),e.setIdentifier(this._parseIdent())?(e.setOperator(this._parseOperator())&&(e.setValue(this._parseBinaryExpr()),this.acceptIdent("i"),this.acceptIdent("s")),this.accept(Er.BracketR)?this.finish(e):this.finish(e,Hs.RightSquareBracketExpected)):this.finish(e,Hs.IdentifierExpected)},e.prototype._parsePseudo=function(){var e=this,t=this._tryParsePseudoIdentifier();if(t){if(!this.hasWhitespace()&&this.accept(Er.ParenthesisL)){if(t.addChild(this.try((function(){var t=e.create(Ni);if(!t.addChild(e._parseSelector(!1)))return null;for(;e.accept(Er.Comma)&&t.addChild(e._parseSelector(!1)););return e.peek(Er.ParenthesisR)?e.finish(t):null}))||this._parseBinaryExpr()),!this.accept(Er.ParenthesisR))return this.finish(t,Hs.RightParenthesisExpected)}return this.finish(t)}return null},e.prototype._tryParsePseudoIdentifier=function(){if(!this.peek(Er.Colon))return null;var e=this.mark(),t=this.createNode(Ci.PseudoSelector);return this.consumeToken(),this.hasWhitespace()?(this.restoreAtMark(e),null):(this.accept(Er.Colon),this.hasWhitespace()||!t.addChild(this._parseIdent())?this.finish(t,Hs.IdentifierExpected):this.finish(t))},e.prototype._tryParsePrio=function(){var e=this.mark(),t=this._parsePrio();return t||(this.restoreAtMark(e),null)},e.prototype._parsePrio=function(){if(!this.peek(Er.Exclamation))return null;var e=this.createNode(Ci.Prio);return this.accept(Er.Exclamation)&&this.acceptIdent("important")?this.finish(e):null},e.prototype._parseExpr=function(e){void 0===e&&(e=!1);var t=this.create(xo);if(!t.addChild(this._parseBinaryExpr()))return null;for(;;){if(this.peek(Er.Comma)){if(e)return this.finish(t);this.consumeToken()}if(!t.addChild(this._parseBinaryExpr()))break}return this.finish(t)},e.prototype._parseNamedLine=function(){if(!this.peek(Er.BracketL))return null;var e=this.createNode(Ci.GridLine);for(this.consumeToken();e.addChild(this._parseIdent()););return this.accept(Er.BracketR)?this.finish(e):this.finish(e,Hs.RightSquareBracketExpected)},e.prototype._parseBinaryExpr=function(e,t){var n=this.create(So);if(!n.setLeft(e||this._parseTerm()))return null;if(!n.setOperator(t||this._parseOperator()))return this.finish(n);if(!n.setRight(this._parseTerm()))return this.finish(n,Hs.TermExpected);n=this.finish(n);var r=this._parseOperator();return r&&(n=this._parseBinaryExpr(n,r)),this.finish(n)},e.prototype._parseTerm=function(){var e=this.create(Co);return e.setOperator(this._parseUnaryOperator()),e.setExpression(this._parseTermExpression())?this.finish(e):null},e.prototype._parseTermExpression=function(){return this._parseURILiteral()||this._parseFunction()||this._parseIdent()||this._parseStringLiteral()||this._parseNumeric()||this._parseHexColor()||this._parseOperation()||this._parseNamedLine()},e.prototype._parseOperation=function(){if(!this.peek(Er.ParenthesisL))return null;var e=this.create(Ni);return this.consumeToken(),e.addChild(this._parseExpr()),this.accept(Er.ParenthesisR)?this.finish(e):this.finish(e,Hs.RightParenthesisExpected)},e.prototype._parseNumeric=function(){if(this.peek(Er.Num)||this.peek(Er.Percentage)||this.peek(Er.Resolution)||this.peek(Er.Length)||this.peek(Er.EMS)||this.peek(Er.EXS)||this.peek(Er.Angle)||this.peek(Er.Time)||this.peek(Er.Dimension)||this.peek(Er.Freq)){var e=this.create(Ao);return this.consumeToken(),this.finish(e)}return null},e.prototype._parseStringLiteral=function(){if(!this.peek(Er.String)&&!this.peek(Er.BadString))return null;var e=this.createNode(Ci.StringLiteral);return this.consumeToken(),this.finish(e)},e.prototype._parseURILiteral=function(){if(!this.peekRegExp(Er.Ident,/^url(-prefix)?$/i))return null;var e=this.mark(),t=this.createNode(Ci.URILiteral);return this.accept(Er.Ident),this.hasWhitespace()||!this.peek(Er.ParenthesisL)?(this.restoreAtMark(e),null):(this.scanner.inURL=!0,this.consumeToken(),t.addChild(this._parseURLArgument()),this.scanner.inURL=!1,this.accept(Er.ParenthesisR)?this.finish(t):this.finish(t,Hs.RightParenthesisExpected))},e.prototype._parseURLArgument=function(){var e=this.create(Ni);return this.accept(Er.String)||this.accept(Er.BadString)||this.acceptUnquotedString()?this.finish(e):null},e.prototype._parseIdent=function(e){if(!this.peek(Er.Ident))return null;var t=this.create(Ai);return e&&(t.referenceTypes=e),t.isCustomProperty=this.peekRegExp(Er.Ident,/^--/),this.consumeToken(),this.finish(t)},e.prototype._parseFunction=function(){var e=this.mark(),t=this.create(ji);if(!t.setIdentifier(this._parseFunctionIdentifier()))return null;if(this.hasWhitespace()||!this.accept(Er.ParenthesisL))return this.restoreAtMark(e),null;if(t.getArguments().addChild(this._parseFunctionArgument()))for(;this.accept(Er.Comma)&&!this.peek(Er.ParenthesisR);)t.getArguments().addChild(this._parseFunctionArgument())||this.markError(t,Hs.ExpressionExpected);return this.accept(Er.ParenthesisR)?this.finish(t):this.finish(t,Hs.RightParenthesisExpected)},e.prototype._parseFunctionIdentifier=function(){if(!this.peek(Er.Ident))return null;var e=this.create(Ai);if(e.referenceTypes=[_i.Function],this.acceptIdent("progid")){if(this.accept(Er.Colon))for(;this.accept(Er.Ident)&&this.acceptDelim("."););return this.finish(e)}return this.consumeToken(),this.finish(e)},e.prototype._parseFunctionArgument=function(){var e=this.create($i);return e.setValue(this._parseExpr(!0))?this.finish(e):null},e.prototype._parseHexColor=function(){if(this.peekRegExp(Er.Hash,/^#([A-Fa-f0-9]{3}|[A-Fa-f0-9]{4}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$/g)){var e=this.create(Fo);return this.consumeToken(),this.finish(e)}return null},e}();function $l(e,t){return-1!==e.indexOf(t)}function Hl(){for(var e=[],t=0;te+t||this.offset===e&&this.length===t?this.findInScope(e,t):null},e.prototype.findInScope=function(e,t){void 0===t&&(t=0);var n=e+t,r=function(e,t){var n=0,r=e.length;if(0===r)return 0;for(;nn}));if(0===r)return this;var i=this.children[r-1];return i.offset<=e&&i.offset+i.length>=e+t?i.findInScope(e,t):this},e.prototype.addSymbol=function(e){this.symbols.push(e)},e.prototype.getSymbol=function(e,t){for(var n=0;n{var e={470:e=>{function t(e){if("string"!=typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function n(e,t){for(var n,r="",i=0,o=-1,s=0,a=0;a<=e.length;++a){if(a2){var l=r.lastIndexOf("/");if(l!==r.length-1){-1===l?(r="",i=0):i=(r=r.slice(0,l)).length-1-r.lastIndexOf("/"),o=a,s=0;continue}}else if(2===r.length||1===r.length){r="",i=0,o=a,s=0;continue}t&&(r.length>0?r+="/..":r="..",i=2)}else r.length>0?r+="/"+e.slice(o+1,a):r=e.slice(o+1,a),i=a-o-1;o=a,s=0}else 46===n&&-1!==s?++s:s=-1}return r}var r={resolve:function(){for(var e,r="",i=!1,o=arguments.length-1;o>=-1&&!i;o--){var s;o>=0?s=arguments[o]:(void 0===e&&(e=process.cwd()),s=e),t(s),0!==s.length&&(r=s+"/"+r,i=47===s.charCodeAt(0))}return r=n(r,!i),i?r.length>0?"/"+r:"/":r.length>0?r:"."},normalize:function(e){if(t(e),0===e.length)return".";var r=47===e.charCodeAt(0),i=47===e.charCodeAt(e.length-1);return 0!==(e=n(e,!r)).length||r||(e="."),e.length>0&&i&&(e+="/"),r?"/"+e:e},isAbsolute:function(e){return t(e),e.length>0&&47===e.charCodeAt(0)},join:function(){if(0===arguments.length)return".";for(var e,n=0;n0&&(void 0===e?e=i:e+="/"+i)}return void 0===e?".":r.normalize(e)},relative:function(e,n){if(t(e),t(n),e===n)return"";if((e=r.resolve(e))===(n=r.resolve(n)))return"";for(var i=1;ic){if(47===n.charCodeAt(a+h))return n.slice(a+h+1);if(0===h)return n.slice(a+h)}else s>c&&(47===e.charCodeAt(i+h)?d=h:0===h&&(d=0));break}var p=e.charCodeAt(i+h);if(p!==n.charCodeAt(a+h))break;47===p&&(d=h)}var u="";for(h=i+d+1;h<=o;++h)h!==o&&47!==e.charCodeAt(h)||(0===u.length?u+="..":u+="/..");return u.length>0?u+n.slice(a+d):(a+=d,47===n.charCodeAt(a)&&++a,n.slice(a))},_makeLong:function(e){return e},dirname:function(e){if(t(e),0===e.length)return".";for(var n=e.charCodeAt(0),r=47===n,i=-1,o=!0,s=e.length-1;s>=1;--s)if(47===(n=e.charCodeAt(s))){if(!o){i=s;break}}else o=!1;return-1===i?r?"/":".":r&&1===i?"//":e.slice(0,i)},basename:function(e,n){if(void 0!==n&&"string"!=typeof n)throw new TypeError('"ext" argument must be a string');t(e);var r,i=0,o=-1,s=!0;if(void 0!==n&&n.length>0&&n.length<=e.length){if(n.length===e.length&&n===e)return"";var a=n.length-1,l=-1;for(r=e.length-1;r>=0;--r){var c=e.charCodeAt(r);if(47===c){if(!s){i=r+1;break}}else-1===l&&(s=!1,l=r+1),a>=0&&(c===n.charCodeAt(a)?-1==--a&&(o=r):(a=-1,o=l))}return i===o?o=l:-1===o&&(o=e.length),e.slice(i,o)}for(r=e.length-1;r>=0;--r)if(47===e.charCodeAt(r)){if(!s){i=r+1;break}}else-1===o&&(s=!1,o=r+1);return-1===o?"":e.slice(i,o)},extname:function(e){t(e);for(var n=-1,r=0,i=-1,o=!0,s=0,a=e.length-1;a>=0;--a){var l=e.charCodeAt(a);if(47!==l)-1===i&&(o=!1,i=a+1),46===l?-1===n?n=a:1!==s&&(s=1):-1!==n&&(s=-1);else if(!o){r=a+1;break}}return-1===n||-1===i||0===s||1===s&&n===i-1&&n===r+1?"":e.slice(n,i)},format:function(e){if(null===e||"object"!=typeof e)throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return n=(t=e).dir||t.root,r=t.base||(t.name||"")+(t.ext||""),n?n===t.root?n+r:n+"/"+r:r;var t,n,r},parse:function(e){t(e);var n={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return n;var r,i=e.charCodeAt(0),o=47===i;o?(n.root="/",r=1):r=0;for(var s=-1,a=0,l=-1,c=!0,d=e.length-1,h=0;d>=r;--d)if(47!==(i=e.charCodeAt(d)))-1===l&&(c=!1,l=d+1),46===i?-1===s?s=d:1!==h&&(h=1):-1!==s&&(h=-1);else if(!c){a=d+1;break}return-1===s||-1===l||0===h||1===h&&s===l-1&&s===a+1?-1!==l&&(n.base=n.name=0===a&&o?e.slice(1,l):e.slice(a,l)):(0===a&&o?(n.name=e.slice(1,s),n.base=e.slice(1,l)):(n.name=e.slice(a,s),n.base=e.slice(a,l)),n.ext=e.slice(s,l)),a>0?n.dir=e.slice(0,a-1):o&&(n.dir="/"),n},sep:"/",delimiter:":",win32:null,posix:null};r.posix=r,e.exports=r},447:(e,t,n)=>{var r;if(n.r(t),n.d(t,{URI:()=>f,Utils:()=>E}),"object"==typeof process)r="win32"===process.platform;else if("object"==typeof navigator){var i=navigator.userAgent;r=i.indexOf("Windows")>=0}var o,s,a=(o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),l=/^\w[\w\d+.-]*$/,c=/^\//,d=/^\/\//;function h(e,t){if(!e.scheme&&t)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'.concat(e.authority,'", path: "').concat(e.path,'", query: "').concat(e.query,'", fragment: "').concat(e.fragment,'"}'));if(e.scheme&&!l.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path)if(e.authority){if(!c.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(d.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 ("//")')}var p="",u="/",m=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,f=function(){function e(e,t,n,r,i,o){var s,a;void 0===o&&(o=!1),"object"==typeof e?(this.scheme=e.scheme||p,this.authority=e.authority||p,this.path=e.path||p,this.query=e.query||p,this.fragment=e.fragment||p):(this.scheme=(a=o,(s=e)||a?s:"file"),this.authority=t||p,this.path=function(e,t){switch(e){case"https":case"http":case"file":t?t[0]!==u&&(t=u+t):t=u}return t}(this.scheme,n||p),this.query=r||p,this.fragment=i||p,h(this,o))}return e.isUri=function(t){return t instanceof e||!!t&&"string"==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},Object.defineProperty(e.prototype,"fsPath",{get:function(){return x(this,!1)},enumerable:!1,configurable:!0}),e.prototype.with=function(e){if(!e)return this;var t=e.scheme,n=e.authority,r=e.path,i=e.query,o=e.fragment;return void 0===t?t=this.scheme:null===t&&(t=p),void 0===n?n=this.authority:null===n&&(n=p),void 0===r?r=this.path:null===r&&(r=p),void 0===i?i=this.query:null===i&&(i=p),void 0===o?o=this.fragment:null===o&&(o=p),t===this.scheme&&n===this.authority&&r===this.path&&i===this.query&&o===this.fragment?this:new b(t,n,r,i,o)},e.parse=function(e,t){void 0===t&&(t=!1);var n=m.exec(e);return n?new b(n[2]||p,_(n[4]||p),_(n[5]||p),_(n[7]||p),_(n[9]||p),t):new b(p,p,p,p,p)},e.file=function(e){var t=p;if(r&&(e=e.replace(/\\/g,u)),e[0]===u&&e[1]===u){var n=e.indexOf(u,2);-1===n?(t=e.substring(2),e=u):(t=e.substring(2,n),e=e.substring(n)||u)}return new b("file",t,e,p,p)},e.from=function(e){var t=new b(e.scheme,e.authority,e.path,e.query,e.fragment);return h(t,!0),t},e.prototype.toString=function(e){return void 0===e&&(e=!1),S(this,e)},e.prototype.toJSON=function(){return this},e.revive=function(t){if(t){if(t instanceof e)return t;var n=new b(t);return n._formatted=t.external,n._fsPath=t._sep===g?t.fsPath:null,n}return t},e}(),g=r?1:void 0,b=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._formatted=null,t._fsPath=null,t}return a(t,e),Object.defineProperty(t.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=x(this,!1)),this._fsPath},enumerable:!1,configurable:!0}),t.prototype.toString=function(e){return void 0===e&&(e=!1),e?S(this,!0):(this._formatted||(this._formatted=S(this,!1)),this._formatted)},t.prototype.toJSON=function(){var e={$mid:1};return this._fsPath&&(e.fsPath=this._fsPath,e._sep=g),this._formatted&&(e.external=this._formatted),this.path&&(e.path=this.path),this.scheme&&(e.scheme=this.scheme),this.authority&&(e.authority=this.authority),this.query&&(e.query=this.query),this.fragment&&(e.fragment=this.fragment),e},t}(f),y=((s={})[58]="%3A",s[47]="%2F",s[63]="%3F",s[35]="%23",s[91]="%5B",s[93]="%5D",s[64]="%40",s[33]="%21",s[36]="%24",s[38]="%26",s[39]="%27",s[40]="%28",s[41]="%29",s[42]="%2A",s[43]="%2B",s[44]="%2C",s[59]="%3B",s[61]="%3D",s[32]="%20",s);function v(e,t){for(var n=void 0,r=-1,i=0;i=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||45===o||46===o||95===o||126===o||t&&47===o)-1!==r&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),void 0!==n&&(n+=e.charAt(i));else{void 0===n&&(n=e.substr(0,i));var s=y[o];void 0!==s?(-1!==r&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),n+=s):-1===r&&(r=i)}}return-1!==r&&(n+=encodeURIComponent(e.substring(r))),void 0!==n?n:e}function w(e){for(var t=void 0,n=0;n1&&"file"===e.scheme?"//".concat(e.authority).concat(e.path):47===e.path.charCodeAt(0)&&(e.path.charCodeAt(1)>=65&&e.path.charCodeAt(1)<=90||e.path.charCodeAt(1)>=97&&e.path.charCodeAt(1)<=122)&&58===e.path.charCodeAt(2)?t?e.path.substr(1):e.path[1].toLowerCase()+e.path.substr(2):e.path,r&&(n=n.replace(/\//g,"\\")),n}function S(e,t){var n=t?w:v,r="",i=e.scheme,o=e.authority,s=e.path,a=e.query,l=e.fragment;if(i&&(r+=i,r+=":"),(o||"file"===i)&&(r+=u,r+=u),o){var c=o.indexOf("@");if(-1!==c){var d=o.substr(0,c);o=o.substr(c+1),-1===(c=d.indexOf(":"))?r+=n(d,!1):(r+=n(d.substr(0,c),!1),r+=":",r+=n(d.substr(c+1),!1)),r+="@"}-1===(c=(o=o.toLowerCase()).indexOf(":"))?r+=n(o,!1):(r+=n(o.substr(0,c),!1),r+=o.substr(c))}if(s){if(s.length>=3&&47===s.charCodeAt(0)&&58===s.charCodeAt(2))(h=s.charCodeAt(1))>=65&&h<=90&&(s="/".concat(String.fromCharCode(h+32),":").concat(s.substr(3)));else if(s.length>=2&&58===s.charCodeAt(1)){var h;(h=s.charCodeAt(0))>=65&&h<=90&&(s="".concat(String.fromCharCode(h+32),":").concat(s.substr(2)))}r+=n(s,!0)}return a&&(r+="?",r+=n(a,!1)),l&&(r+="#",r+=t?l:v(l,!1)),r}function C(e){try{return decodeURIComponent(e)}catch(t){return e.length>3?e.substr(0,3)+C(e.substr(3)):e}}var k=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function _(e){return e.match(k)?e.replace(k,(function(e){return C(e)})):e}var E,F,D=n(470),R=function(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n(447)})();var{URI:tc,Utils:nc}=Gl;function rc(e){return nc.dirname(tc.parse(e)).toString()}function ic(e){for(var t=[],n=1;n0&&i[i.length-1])||6!==o[0]&&2!==o[0])){s=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]0&&i[i.length-1])||6!==o[0]&&2!==o[0])){s=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]=0&&-1===' \t\n\r":{[()]},*>+'.indexOf(r.charAt(n));)n--;return r.substring(n+1,t)}(e,this.offset),this.defaultReplaceRange=ns.create(es.create(this.position.line,this.position.character-this.currentWord.length),this.position),this.textDocument=e,this.styleSheet=n,this.documentSettings=r;try{var i={isIncomplete:!1,items:[]};this.nodePath=Ri(this.styleSheet,this.offset);for(var o=this.nodePath.length-1;o>=0;o--){var s=this.nodePath[o];if(s instanceof Bi)this.getCompletionsForDeclarationProperty(s.getParent(),i);else if(s instanceof xo)s.parent instanceof Mo?this.getVariableProposals(null,i):this.getCompletionsForExpression(s,i);else if(s instanceof Li){var a=s.findAParent(Ci.ExtendsReference,Ci.Ruleset);if(a)if(a.type===Ci.ExtendsReference)this.getCompletionsForExtendsReference(a,s,i);else{var l=a;this.getCompletionsForSelector(l,l&&l.isNested(),i)}}else if(s instanceof $i)this.getCompletionsForFunctionArgument(s,s.getParent(),i);else if(s instanceof Mi)this.getCompletionsForDeclarations(s,i);else if(s instanceof zo)this.getCompletionsForVariableDeclaration(s,i);else if(s instanceof Pi)this.getCompletionsForRuleSet(s,i);else if(s instanceof Mo)this.getCompletionsForInterpolation(s,i);else if(s instanceof Zi)this.getCompletionsForFunctionDeclaration(s,i);else if(s instanceof Wo)this.getCompletionsForMixinReference(s,i);else if(s instanceof ji)this.getCompletionsForFunctionArgument(null,s,i);else if(s instanceof po)this.getCompletionsForSupports(s,i);else if(s instanceof yo)this.getCompletionsForSupportsCondition(s,i);else if(s instanceof Po)this.getCompletionsForExtendsReference(s,null,i);else if(s.type===Ci.URILiteral)this.getCompletionForUriLiteralValue(s,i);else if(null===s.parent)this.getCompletionForTopLevel(i);else{if(s.type!==Ci.StringLiteral||!this.isImportPathParent(s.parent.type))continue;this.getCompletionForImportPath(s,i)}if(i.items.length>0||this.offset>s.offset)return this.finalize(i)}return this.getCompletionsForStylesheet(i),0===i.items.length&&this.variablePrefix&&0===this.currentWord.indexOf(this.variablePrefix)&&this.getVariableProposals(null,i),this.finalize(i)}finally{this.position=null,this.currentWord=null,this.textDocument=null,this.styleSheet=null,this.symbolContext=null,this.defaultReplaceRange=null,this.nodePath=null}},e.prototype.isImportPathParent=function(e){return e===Ci.Import},e.prototype.finalize=function(e){return e},e.prototype.findInNodePath=function(){for(var e=[],t=0;t=0;n--){var r=this.nodePath[n];if(-1!==e.indexOf(r.type))return r}return null},e.prototype.getCompletionsForDeclarationProperty=function(e,t){return this.getPropertyProposals(e,t)},e.prototype.getPropertyProposals=function(e,t){var n=this,r=this.isTriggerPropertyValueCompletionEnabled,i=this.isCompletePropertyWithSemicolonEnabled;return this.cssDataManager.getProperties().forEach((function(o){var s,a,l=!1;e?(s=n.getCompletionRange(e.getProperty()),a=o.name,Bl(e.colonPosition)||(a+=": ",l=!0)):(s=n.getCompletionRange(null),a=o.name+": ",l=!0),!e&&i&&(a+="$0;"),e&&!e.semicolonPosition&&i&&n.offset>=n.textDocument.offsetAt(s.end)&&(a+="$0;");var c={label:o.name,documentation:cl(o,n.doesSupportMarkdown()),tags:xc(o)?[ca.Deprecated]:[],textEdit:Rs.replace(s,a),insertTextFormat:aa.Snippet,kind:oa.Property};o.restrictions||(l=!1),r&&l&&(c.command=vc);var d=(255-("number"==typeof o.relevance?Math.min(Math.max(o.relevance,0),99):50)).toString(16),h=vi(o.name,"-")?uc.VendorPrefixed:uc.Normal;c.sortText=h+"_"+d,t.items.push(c)})),this.completionParticipants.forEach((function(e){e.onCssProperty&&e.onCssProperty({propertyName:n.currentWord,range:n.defaultReplaceRange})})),t},Object.defineProperty(e.prototype,"isTriggerPropertyValueCompletionEnabled",{get:function(){var e,t;return null===(t=null===(e=this.documentSettings)||void 0===e?void 0:e.triggerPropertyValueCompletion)||void 0===t||t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isCompletePropertyWithSemicolonEnabled",{get:function(){var e,t;return null===(t=null===(e=this.documentSettings)||void 0===e?void 0:e.completePropertyWithSemicolon)||void 0===t||t},enumerable:!1,configurable:!0}),e.prototype.getCompletionsForDeclarationValue=function(e,t){for(var n=this,r=e.getFullPropertyName(),i=this.cssDataManager.getProperty(r),o=e.getValue()||null;o&&o.hasChildren();)o=o.findChildAtOffset(this.offset,!1);if(this.completionParticipants.forEach((function(e){e.onCssPropertyValue&&e.onCssPropertyValue({propertyName:r,propertyValue:n.currentWord,range:n.getCompletionRange(o)})})),i){if(i.restrictions)for(var s=0,a=i.restrictions;s=e.offset+2&&this.getVariableProposals(null,t),t},e.prototype.getVariableProposals=function(e,t){for(var n=0,r=this.getSymbolContext().findSymbolsAtOffset(this.offset,_i.Variable);n0){var i=this.currentWord.match(/^-?\d[\.\d+]*/);i&&(r=i[0],n.isIncomplete=r.length===this.currentWord.length)}else 0===this.currentWord.length&&(n.isIncomplete=!0);if(t&&t.parent&&t.parent.type===Ci.Term&&(t=t.getParent()),e.restrictions)for(var o=0,s=e.restrictions;o=n.end?this.getCompletionForTopLevel(t):!n||this.offset<=n.offset?this.getCompletionsForSelector(e,e.isNested(),t):this.getCompletionsForDeclarations(e.getDeclarations(),t)},e.prototype.getCompletionsForSelector=function(e,t,n){var r=this,i=this.findInNodePath(Ci.PseudoSelector,Ci.IdentifierSelector,Ci.ClassSelector,Ci.ElementNameSelector);if(!i&&this.hasCharacterAtPosition(this.offset-this.currentWord.length-1,":")&&(this.currentWord=":"+this.currentWord,this.hasCharacterAtPosition(this.offset-this.currentWord.length-1,":")&&(this.currentWord=":"+this.currentWord),this.defaultReplaceRange=ns.create(es.create(this.position.line,this.position.character-this.currentWord.length),this.position)),this.cssDataManager.getPseudoClasses().forEach((function(e){var t=Cc(e.name),o={label:e.name,textEdit:Rs.replace(r.getCompletionRange(i),t),documentation:cl(e,r.doesSupportMarkdown()),tags:xc(e)?[ca.Deprecated]:[],kind:oa.Function,insertTextFormat:e.name!==t?yc:void 0};vi(e.name,":-")&&(o.sortText=uc.VendorPrefixed),n.items.push(o)})),this.cssDataManager.getPseudoElements().forEach((function(e){var t=Cc(e.name),o={label:e.name,textEdit:Rs.replace(r.getCompletionRange(i),t),documentation:cl(e,r.doesSupportMarkdown()),tags:xc(e)?[ca.Deprecated]:[],kind:oa.Function,insertTextFormat:e.name!==t?yc:void 0};vi(e.name,"::-")&&(o.sortText=uc.VendorPrefixed),n.items.push(o)})),!t){for(var o=0,s=Wl;o0){var t=h.substr(e.offset,e.length);return"."!==t.charAt(0)||d[t]||(d[t]=!0,n.items.push({label:t,textEdit:Rs.replace(r.getCompletionRange(i),t),kind:oa.Keyword})),!1}return!0})),e&&e.isNested()){var p=e.getSelectors().findFirstChildBeforeOffset(this.offset);p&&0===e.getSelectors().getChildren().indexOf(p)&&this.getPropertyProposals(null,n)}return n},e.prototype.getCompletionsForDeclarations=function(e,t){if(!e||this.offset===e.offset)return t;var n=e.findFirstChildBeforeOffset(this.offset);if(!n)return this.getCompletionsForDeclarationProperty(null,t);if(n instanceof Wi){var r=n;if(!Bl(r.colonPosition)||this.offset<=r.colonPosition)return this.getCompletionsForDeclarationProperty(r,t);if(Bl(r.semicolonPosition)&&r.semicolonPositione.colonPosition&&this.getVariableProposals(e.getValue(),t),t},e.prototype.getCompletionsForExpression=function(e,t){var n=e.getParent();if(n instanceof $i)return this.getCompletionsForFunctionArgument(n,n.getParent(),t),t;var r=e.findParent(Ci.Declaration);if(!r)return this.getTermProposals(void 0,null,t),t;var i=e.findChildAtOffset(this.offset,!0);return i?i instanceof Ao||i instanceof Ai?this.getCompletionsForDeclarationValue(r,t):t:this.getCompletionsForDeclarationValue(r,t)},e.prototype.getCompletionsForFunctionArgument=function(e,t,n){var r=t.getIdentifier();return r&&r.matches("var")&&(t.getArguments().hasChildren()&&t.getArguments().getChild(0)!==e||this.getVariableProposalsForCSSVarFunction(n)),n},e.prototype.getCompletionsForFunctionDeclaration=function(e,t){var n=e.getDeclarations();return n&&this.offset>n.offset&&this.offsete.lParent&&(!Bl(e.rParent)||this.offset<=e.rParent)?this.getCompletionsForDeclarationProperty(null,t):t},e.prototype.getCompletionsForSupports=function(e,t){var n=e.getDeclarations();if(!n||this.offset<=n.offset){var r=e.findFirstChildBeforeOffset(this.offset);return r instanceof yo?this.getCompletionsForSupportsCondition(r,t):t}return this.getCompletionForTopLevel(t)},e.prototype.getCompletionsForExtendsReference=function(e,t,n){return n},e.prototype.getCompletionForUriLiteralValue=function(e,t){var n,r,i;if(e.hasChildren()){var o=e.getChild(0);n=o.getText(),r=this.position,i=this.getCompletionRange(o)}else{n="",r=this.position;var s=this.textDocument.positionAt(e.offset+4);i=ns.create(s,s)}return this.completionParticipants.forEach((function(e){e.onCssURILiteralValue&&e.onCssURILiteralValue({uriValue:n,position:r,range:i})})),t},e.prototype.getCompletionForImportPath=function(e,t){var n=this;return this.completionParticipants.forEach((function(t){t.onCssImportPath&&t.onCssImportPath({pathValue:e.getText(),position:n.position,range:n.getCompletionRange(e)})})),t},e.prototype.hasCharacterAtPosition=function(e,t){var n=this.textDocument.getText();return e>=0&&e"),this.writeLine(t,r.join(""))}},e}();!function(e){function t(e){var t=e.match(/^['"](.*)["']$/);return t?t[1]:e}e.ensure=function(e,n){return n+t(e)+n},e.remove=t}(Fc||(Fc={}));var Mc=function(){this.id=0,this.attr=0,this.tag=0};function Ic(e,t){for(var n=new Nc,r=0,i=e.getChildren();r1){var l=t.cloneWithParent();n.addChild(l.findRoot()),n=l}n.append(s[a])}}break;case Ci.SelectorPlaceholder:if(o.matches("@at-root"))return n;case Ci.ElementNameSelector:var c=o.getText();n.addAttr("name","*"===c?"element":Pc(c));break;case Ci.ClassSelector:n.addAttr("class",Pc(o.getText().substring(1)));break;case Ci.IdentifierSelector:n.addAttr("id",Pc(o.getText().substring(1)));break;case Ci.MixinDeclaration:n.addAttr("class",o.getName());break;case Ci.PseudoSelector:n.addAttr(Pc(o.getText()),"");break;case Ci.AttributeSelector:var d=o,h=d.getIdentifier();if(h){var p=d.getValue(),u=d.getOperator(),m=void 0;if(p&&u)switch(Pc(u.getText())){case"|=":m="".concat(Fc.remove(Pc(p.getText())),"-…");break;case"^=":m="".concat(Fc.remove(Pc(p.getText())),"…");break;case"$=":m="…".concat(Fc.remove(Pc(p.getText())));break;case"~=":m=" … ".concat(Fc.remove(Pc(p.getText()))," … ");break;case"*=":m="…".concat(Fc.remove(Pc(p.getText())),"…");break;default:m=Fc.remove(Pc(p.getText()))}n.addAttr(Pc(h.getText()),m)}}}return n}function Pc(e){var t=new yi;t.setSource(e);var n=t.scanUnquotedString();return n?n.text:e}var Oc=function(){function e(e){this.cssDataManager=e}return e.prototype.selectorToMarkedString=function(e){var t=function(e){if(e.matches("@at-root"))return null;var t=new Tc,n=[],r=e.getParent();if(r instanceof Pi)for(var i=r.getParent();i&&!Wc(i);){if(i instanceof Pi){if(i.getSelectors().matches("@at-root"))break;n.push(i)}i=i.getParent()}for(var o=new Lc(t),s=n.length-1;s>=0;s--){var a=n[s].getSelectors().getChild(0);a&&o.processSelector(a)}return o.processSelector(e),t}(e);if(t){var n=new zc('"').print(t);return n.push(this.selectorToSpecificityMarkedString(e)),n}return[]},e.prototype.simpleSelectorToMarkedString=function(e){var t=Ic(e),n=new zc('"').print(t);return n.push(this.selectorToSpecificityMarkedString(e)),n},e.prototype.isPseudoElementIdentifier=function(e){var t=e.match(/^::?([\w-]+)/);return!!t&&!!this.cssDataManager.getPseudoElement("::"+t[1])},e.prototype.selectorToSpecificityMarkedString=function(e){var t=this,n=function(e){for(var i=0,o=e.getChildren();i0&&n(s)}},r=new Mc;return n(e),Rc("specificity","[Selector Specificity](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity): ({0}, {1}, {2})",r.id,r.attr,r.tag)},e}(),Lc=function(){function e(e){this.prev=null,this.element=e}return e.prototype.processSelector=function(e){var t=null;if(!(this.element instanceof Tc)&&e.getChildren().some((function(e){return e.hasChildren()&&e.getChild(0).type===Ci.SelectorCombinator}))){var n=this.element.findRoot();n.parent instanceof Tc&&(t=this.element,this.element=n.parent,this.element.removeChild(n),this.prev=null)}for(var r=0,i=e.getChildren();r0&&i[i.length-1])||6!==o[0]&&2!==o[0])){s=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]0){switch(l=Math.min(c<=.5?d/(2*c):d/(2-2*c),1),o){case t:a=(n-r)/d+(nn)return 0;var i,o,s=[],a=[];for(i=0;i=i.length/2&&o.push({property:e.name,score:t})})),o.sort((function(e,t){return t.score-e.score||e.property.localeCompare(t.property)}));for(var s=3,a=0,l=o;a=0;a--){var l=s[a];if(l instanceof Ui){var c=l.getProperty();if(c&&c.offset===i&&c.end===o)return void this.getFixesForUnknownProperty(e,c,n,r)}}},e}(),ad=function(e){this.fullPropertyName=e.getFullPropertyName().toLowerCase(),this.node=e};function ld(e,t,n,r){var i=e[t];i.value=n,n&&($l(i.properties,r)||i.properties.push(r))}function cd(e,t,n,r){"top"===t||"right"===t||"bottom"===t||"left"===t?ld(e,t,n,r):function(e,t,n){ld(e,"top",t,n),ld(e,"right",t,n),ld(e,"bottom",t,n),ld(e,"left",t,n)}(e,n,r)}function dd(e,t,n){switch(t.length){case 1:cd(e,void 0,t[0],n);break;case 2:cd(e,"top",t[0],n),cd(e,"bottom",t[0],n),cd(e,"right",t[1],n),cd(e,"left",t[1],n);break;case 3:cd(e,"top",t[0],n),cd(e,"right",t[1],n),cd(e,"left",t[1],n),cd(e,"bottom",t[2],n);break;case 4:cd(e,"top",t[0],n),cd(e,"right",t[1],n),cd(e,"bottom",t[2],n),cd(e,"left",t[3],n)}}function hd(e,t){for(var n=0,r=t;n0)for(var m=this.fetch(r,"float"),f=0;f0)for(m=this.fetch(r,"vertical-align"),f=0;f1)for(var S=0;S")||this.peekDelim("<")||this.peekIdent("and")||this.peekIdent("or")||this.peekDelim("%")){var t=this.createNode(Ci.Operator);return this.consumeToken(),this.finish(t)}return e.prototype._parseOperator.call(this)},t.prototype._parseUnaryOperator=function(){if(this.peekIdent("not")){var t=this.create(Ni);return this.consumeToken(),this.finish(t)}return e.prototype._parseUnaryOperator.call(this)},t.prototype._parseRuleSetDeclaration=function(){return this.peek(Er.AtKeyword)?this._parseKeyframe()||this._parseImport()||this._parseMedia(!0)||this._parseFontFace()||this._parseWarnAndDebug()||this._parseControlStatement()||this._parseFunctionDeclaration()||this._parseExtends()||this._parseMixinReference()||this._parseMixinContent()||this._parseMixinDeclaration()||this._parseRuleset(!0)||this._parseSupports(!0)||e.prototype._parseRuleSetDeclarationAtStatement.call(this):this._parseVariableDeclaration()||this._tryParseRuleset(!0)||e.prototype._parseRuleSetDeclaration.call(this)},t.prototype._parseDeclaration=function(e){var t=this._tryParseCustomPropertyDeclaration(e);if(t)return t;var n=this.create(Ui);if(!n.setProperty(this._parseProperty()))return null;if(!this.accept(Er.Colon))return this.finish(n,Hs.ColonExpected,[Er.Colon],e||[Er.SemiColon]);this.prevToken&&(n.colonPosition=this.prevToken.offset);var r=!1;if(n.setValue(this._parseExpr())&&(r=!0,n.addChild(this._parsePrio())),this.peek(Er.CurlyL))n.setNestedProperties(this._parseNestedProperties());else if(!r)return this.finish(n,Hs.PropertyValueExpected);return this.peek(Er.SemiColon)&&(n.semicolonPosition=this.token.offset),this.finish(n)},t.prototype._parseNestedProperties=function(){var e=this.create(to);return this._parseBody(e,this._parseDeclaration.bind(this))},t.prototype._parseExtends=function(){if(this.peekKeyword("@extend")){var e=this.create(Po);if(this.consumeToken(),!e.getSelectors().addChild(this._parseSimpleSelector()))return this.finish(e,Hs.SelectorExpected);for(;this.accept(Er.Comma);)e.getSelectors().addChild(this._parseSimpleSelector());return this.accept(Er.Exclamation)&&!this.acceptIdent("optional")?this.finish(e,Hs.UnknownKeyword):this.finish(e)}return null},t.prototype._parseSimpleSelectorBody=function(){return this._parseSelectorCombinator()||this._parseSelectorPlaceholder()||e.prototype._parseSimpleSelectorBody.call(this)},t.prototype._parseSelectorCombinator=function(){if(this.peekDelim("&")){var e=this.createNode(Ci.SelectorCombinator);for(this.consumeToken();!this.hasWhitespace()&&(this.acceptDelim("-")||this.accept(Er.Num)||this.accept(Er.Dimension)||e.addChild(this._parseIdent())||this.acceptDelim("&")););return this.finish(e)}return null},t.prototype._parseSelectorPlaceholder=function(){if(this.peekDelim("%")){var e=this.createNode(Ci.SelectorPlaceholder);return this.consumeToken(),this._parseIdent(),this.finish(e)}if(this.peekKeyword("@at-root")){e=this.createNode(Ci.SelectorPlaceholder);return this.consumeToken(),this.finish(e)}return null},t.prototype._parseElementName=function(){var t=this.mark(),n=e.prototype._parseElementName.call(this);return n&&!this.hasWhitespace()&&this.peek(Er.ParenthesisL)?(this.restoreAtMark(t),null):n},t.prototype._tryParsePseudoIdentifier=function(){return this._parseInterpolation()||e.prototype._tryParsePseudoIdentifier.call(this)},t.prototype._parseWarnAndDebug=function(){if(!this.peekKeyword("@debug")&&!this.peekKeyword("@warn")&&!this.peekKeyword("@error"))return null;var e=this.createNode(Ci.Debug);return this.consumeToken(),e.addChild(this._parseExpr()),this.finish(e)},t.prototype._parseControlStatement=function(e){return void 0===e&&(e=this._parseRuleSetDeclaration.bind(this)),this.peek(Er.AtKeyword)?this._parseIfStatement(e)||this._parseForStatement(e)||this._parseEachStatement(e)||this._parseWhileStatement(e):null},t.prototype._parseIfStatement=function(e){return this.peekKeyword("@if")?this._internalParseIfStatement(e):null},t.prototype._internalParseIfStatement=function(e){var t=this.create(Hi);if(this.consumeToken(),!t.setExpression(this._parseExpr(!0)))return this.finish(t,Hs.ExpressionExpected);if(this._parseBody(t,e),this.acceptKeyword("@else"))if(this.peekIdent("if"))t.setElseClause(this._internalParseIfStatement(e));else if(this.peek(Er.CurlyL)){var n=this.create(Yi);this._parseBody(n,e),t.setElseClause(n)}return this.finish(t)},t.prototype._parseForStatement=function(e){if(!this.peekKeyword("@for"))return null;var t=this.create(Gi);return this.consumeToken(),t.setVariable(this._parseVariable())?this.acceptIdent("from")?t.addChild(this._parseBinaryExpr())?this.acceptIdent("to")||this.acceptIdent("through")?t.addChild(this._parseBinaryExpr())?this._parseBody(t,e):this.finish(t,Hs.ExpressionExpected,[Er.CurlyR]):this.finish(t,qd.ThroughOrToExpected,[Er.CurlyR]):this.finish(t,Hs.ExpressionExpected,[Er.CurlyR]):this.finish(t,qd.FromExpected,[Er.CurlyR]):this.finish(t,Hs.VariableNameExpected,[Er.CurlyR])},t.prototype._parseEachStatement=function(e){if(!this.peekKeyword("@each"))return null;var t=this.create(Ji);this.consumeToken();var n=t.getVariables();if(!n.addChild(this._parseVariable()))return this.finish(t,Hs.VariableNameExpected,[Er.CurlyR]);for(;this.accept(Er.Comma);)if(!n.addChild(this._parseVariable()))return this.finish(t,Hs.VariableNameExpected,[Er.CurlyR]);return this.finish(n),this.acceptIdent("in")?t.addChild(this._parseExpr())?this._parseBody(t,e):this.finish(t,Hs.ExpressionExpected,[Er.CurlyR]):this.finish(t,qd.InExpected,[Er.CurlyR])},t.prototype._parseWhileStatement=function(e){if(!this.peekKeyword("@while"))return null;var t=this.create(Xi);return this.consumeToken(),t.addChild(this._parseBinaryExpr())?this._parseBody(t,e):this.finish(t,Hs.ExpressionExpected,[Er.CurlyR])},t.prototype._parseFunctionBodyDeclaration=function(){return this._parseVariableDeclaration()||this._parseReturnStatement()||this._parseWarnAndDebug()||this._parseControlStatement(this._parseFunctionBodyDeclaration.bind(this))},t.prototype._parseFunctionDeclaration=function(){if(!this.peekKeyword("@function"))return null;var e=this.create(Zi);if(this.consumeToken(),!e.setIdentifier(this._parseIdent([_i.Function])))return this.finish(e,Hs.IdentifierExpected,[Er.CurlyR]);if(!this.accept(Er.ParenthesisL))return this.finish(e,Hs.LeftParenthesisExpected,[Er.CurlyR]);if(e.getParameters().addChild(this._parseParameterDeclaration()))for(;this.accept(Er.Comma)&&!this.peek(Er.ParenthesisR);)if(!e.getParameters().addChild(this._parseParameterDeclaration()))return this.finish(e,Hs.VariableNameExpected);return this.accept(Er.ParenthesisR)?this._parseBody(e,this._parseFunctionBodyDeclaration.bind(this)):this.finish(e,Hs.RightParenthesisExpected,[Er.CurlyR])},t.prototype._parseReturnStatement=function(){if(!this.peekKeyword("@return"))return null;var e=this.createNode(Ci.ReturnStatement);return this.consumeToken(),e.addChild(this._parseExpr())?this.finish(e):this.finish(e,Hs.ExpressionExpected)},t.prototype._parseMixinDeclaration=function(){if(!this.peekKeyword("@mixin"))return null;var e=this.create(Vo);if(this.consumeToken(),!e.setIdentifier(this._parseIdent([_i.Mixin])))return this.finish(e,Hs.IdentifierExpected,[Er.CurlyR]);if(this.accept(Er.ParenthesisL)){if(e.getParameters().addChild(this._parseParameterDeclaration()))for(;this.accept(Er.Comma)&&!this.peek(Er.ParenthesisR);)if(!e.getParameters().addChild(this._parseParameterDeclaration()))return this.finish(e,Hs.VariableNameExpected);if(!this.accept(Er.ParenthesisR))return this.finish(e,Hs.RightParenthesisExpected,[Er.CurlyR])}return this._parseBody(e,this._parseRuleSetDeclaration.bind(this))},t.prototype._parseParameterDeclaration=function(){var e=this.create(qi);return e.setIdentifier(this._parseVariable())?(this.accept(Ud),this.accept(Er.Colon)&&!e.setDefaultValue(this._parseExpr(!0))?this.finish(e,Hs.VariableValueExpected,[],[Er.Comma,Er.ParenthesisR]):this.finish(e)):null},t.prototype._parseMixinContent=function(){if(!this.peekKeyword("@content"))return null;var e=this.create(Oo);if(this.consumeToken(),this.accept(Er.ParenthesisL)){if(e.getArguments().addChild(this._parseFunctionArgument()))for(;this.accept(Er.Comma)&&!this.peek(Er.ParenthesisR);)if(!e.getArguments().addChild(this._parseFunctionArgument()))return this.finish(e,Hs.ExpressionExpected);if(!this.accept(Er.ParenthesisR))return this.finish(e,Hs.RightParenthesisExpected)}return this.finish(e)},t.prototype._parseMixinReference=function(){if(!this.peekKeyword("@include"))return null;var e=this.create(Wo);this.consumeToken();var t=this._parseIdent([_i.Mixin]);if(!e.setIdentifier(t))return this.finish(e,Hs.IdentifierExpected,[Er.CurlyR]);if(!this.hasWhitespace()&&this.acceptDelim(".")&&!this.hasWhitespace()){var n=this._parseIdent([_i.Mixin]);if(!n)return this.finish(e,Hs.IdentifierExpected,[Er.CurlyR]);var r=this.create(qo);t.referenceTypes=[_i.Module],r.setIdentifier(t),e.setIdentifier(n),e.addChild(r)}if(this.accept(Er.ParenthesisL)){if(e.getArguments().addChild(this._parseFunctionArgument()))for(;this.accept(Er.Comma)&&!this.peek(Er.ParenthesisR);)if(!e.getArguments().addChild(this._parseFunctionArgument()))return this.finish(e,Hs.ExpressionExpected);if(!this.accept(Er.ParenthesisR))return this.finish(e,Hs.RightParenthesisExpected)}return(this.peekIdent("using")||this.peek(Er.CurlyL))&&e.setContent(this._parseMixinContentDeclaration()),this.finish(e)},t.prototype._parseMixinContentDeclaration=function(){var e=this.create(Lo);if(this.acceptIdent("using")){if(!this.accept(Er.ParenthesisL))return this.finish(e,Hs.LeftParenthesisExpected,[Er.CurlyL]);if(e.getParameters().addChild(this._parseParameterDeclaration()))for(;this.accept(Er.Comma)&&!this.peek(Er.ParenthesisR);)if(!e.getParameters().addChild(this._parseParameterDeclaration()))return this.finish(e,Hs.VariableNameExpected);if(!this.accept(Er.ParenthesisR))return this.finish(e,Hs.RightParenthesisExpected,[Er.CurlyL])}return this.peek(Er.CurlyL)&&this._parseBody(e,this._parseMixinReferenceBodyStatement.bind(this)),this.finish(e)},t.prototype._parseMixinReferenceBodyStatement=function(){return this._tryParseKeyframeSelector()||this._parseRuleSetDeclaration()},t.prototype._parseFunctionArgument=function(){var e=this.create($i),t=this.mark(),n=this._parseVariable();if(n)if(this.accept(Er.Colon))e.setIdentifier(n);else{if(this.accept(Ud))return e.setValue(n),this.finish(e);this.restoreAtMark(t)}return e.setValue(this._parseExpr(!0))?(this.accept(Ud),e.addChild(this._parsePrio()),this.finish(e)):e.setValue(this._tryParsePrio())?this.finish(e):null},t.prototype._parseURLArgument=function(){var t=this.mark(),n=e.prototype._parseURLArgument.call(this);if(!n||!this.peek(Er.ParenthesisR)){this.restoreAtMark(t);var r=this.create(Ni);return r.addChild(this._parseBinaryExpr()),this.finish(r)}return n},t.prototype._parseOperation=function(){if(!this.peek(Er.ParenthesisL))return null;var e=this.create(Ni);for(this.consumeToken();e.addChild(this._parseListElement());)this.accept(Er.Comma);return this.accept(Er.ParenthesisR)?this.finish(e):this.finish(e,Hs.RightParenthesisExpected)},t.prototype._parseListElement=function(){var e=this.create(Ko),t=this._parseBinaryExpr();if(!t)return null;if(this.accept(Er.Colon)){if(e.setKey(t),!e.setValue(this._parseBinaryExpr()))return this.finish(e,Hs.ExpressionExpected)}else e.setValue(t);return this.finish(e)},t.prototype._parseUse=function(){if(!this.peekKeyword("@use"))return null;var e=this.create(oo);if(this.consumeToken(),!e.addChild(this._parseStringLiteral()))return this.finish(e,Hs.StringLiteralExpected);if(!this.peek(Er.SemiColon)&&!this.peek(Er.EOF)){if(!this.peekRegExp(Er.Ident,/as|with/))return this.finish(e,Hs.UnknownKeyword);if(this.acceptIdent("as")&&!e.setIdentifier(this._parseIdent([_i.Module]))&&!this.acceptDelim("*"))return this.finish(e,Hs.IdentifierOrWildcardExpected);if(this.acceptIdent("with")){if(!this.accept(Er.ParenthesisL))return this.finish(e,Hs.LeftParenthesisExpected,[Er.ParenthesisR]);if(!e.getParameters().addChild(this._parseModuleConfigDeclaration()))return this.finish(e,Hs.VariableNameExpected);for(;this.accept(Er.Comma)&&!this.peek(Er.ParenthesisR);)if(!e.getParameters().addChild(this._parseModuleConfigDeclaration()))return this.finish(e,Hs.VariableNameExpected);if(!this.accept(Er.ParenthesisR))return this.finish(e,Hs.RightParenthesisExpected)}}return this.accept(Er.SemiColon)||this.accept(Er.EOF)?this.finish(e):this.finish(e,Hs.SemiColonExpected)},t.prototype._parseModuleConfigDeclaration=function(){var e=this.create(so);return e.setIdentifier(this._parseVariable())?this.accept(Er.Colon)&&e.setValue(this._parseExpr(!0))?!this.accept(Er.Exclamation)||!this.hasWhitespace()&&this.acceptIdent("default")?this.finish(e):this.finish(e,Hs.UnknownKeyword):this.finish(e,Hs.VariableValueExpected,[],[Er.Comma,Er.ParenthesisR]):null},t.prototype._parseForward=function(){if(!this.peekKeyword("@forward"))return null;var e=this.create(ao);if(this.consumeToken(),!e.addChild(this._parseStringLiteral()))return this.finish(e,Hs.StringLiteralExpected);if(this.acceptIdent("with")){if(!this.accept(Er.ParenthesisL))return this.finish(e,Hs.LeftParenthesisExpected,[Er.ParenthesisR]);if(!e.getParameters().addChild(this._parseModuleConfigDeclaration()))return this.finish(e,Hs.VariableNameExpected);for(;this.accept(Er.Comma)&&!this.peek(Er.ParenthesisR);)if(!e.getParameters().addChild(this._parseModuleConfigDeclaration()))return this.finish(e,Hs.VariableNameExpected);if(!this.accept(Er.ParenthesisR))return this.finish(e,Hs.RightParenthesisExpected)}if(!this.peek(Er.SemiColon)&&!this.peek(Er.EOF)){if(!this.peekRegExp(Er.Ident,/as|hide|show/))return this.finish(e,Hs.UnknownKeyword);if(this.acceptIdent("as")){var t=this._parseIdent([_i.Forward]);if(!e.setIdentifier(t))return this.finish(e,Hs.IdentifierExpected);if(this.hasWhitespace()||!this.acceptDelim("*"))return this.finish(e,Hs.WildcardExpected)}if((this.peekIdent("hide")||this.peekIdent("show"))&&!e.addChild(this._parseForwardVisibility()))return this.finish(e,Hs.IdentifierOrVariableExpected)}return this.accept(Er.SemiColon)||this.accept(Er.EOF)?this.finish(e):this.finish(e,Hs.SemiColonExpected)},t.prototype._parseForwardVisibility=function(){var e=this.create(lo);for(e.setIdentifier(this._parseIdent());e.addChild(this._parseVariable()||this._parseIdent());)this.accept(Er.Comma);return e.getChildren().length>1?e:null},t.prototype._parseSupportsCondition=function(){return this._parseInterpolation()||e.prototype._parseSupportsCondition.call(this)},t}(ql),Gd=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Jd=Jo(),Xd=function(e){function t(n,r){var i=e.call(this,"$",n,r)||this;return Yd(t.scssModuleLoaders),Yd(t.scssModuleBuiltIns),i}return Gd(t,e),t.prototype.isImportPathParent=function(t){return t===Ci.Forward||t===Ci.Use||e.prototype.isImportPathParent.call(this,t)},t.prototype.getCompletionForImportPath=function(n,r){var i=n.getParent().type;if(i===Ci.Forward||i===Ci.Use)for(var o=0,s=t.scssModuleBuiltIns;o0){var t="string"==typeof e.documentation?{kind:"markdown",value:e.documentation}:{kind:"markdown",value:e.documentation.value};t.value+="\n\n",t.value+=e.references.map((function(e){return"[".concat(e.name,"](").concat(e.url,")")})).join(" | "),e.documentation=t}}))}var Zd=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Qd="/".charCodeAt(0),eh="\n".charCodeAt(0),th="\r".charCodeAt(0),nh="\f".charCodeAt(0),rh="`".charCodeAt(0),ih=".".charCodeAt(0),oh=Er.CustomToken,sh=oh++,ah=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Zd(t,e),t.prototype.scanNext=function(t){var n=this.escapedJavaScript();return null!==n?this.finishToken(t,n):this.stream.advanceIfChars([ih,ih,ih])?this.finishToken(t,sh):e.prototype.scanNext.call(this,t)},t.prototype.comment=function(){return!!e.prototype.comment.call(this)||!(this.inURL||!this.stream.advanceIfChars([Qd,Qd]))&&(this.stream.advanceWhileChar((function(e){switch(e){case eh:case th:case nh:return!1;default:return!0}})),!0)},t.prototype.escapedJavaScript=function(){return this.stream.peekChar()===rh?(this.stream.advance(1),this.stream.advanceWhileChar((function(e){return e!==rh})),this.stream.advanceIfChar(rh)?Er.EscapedJavaScript:Er.BadEscapedJavaScript):null},t}(yi),lh=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ch=function(e){function t(){return e.call(this,new ah)||this}return lh(t,e),t.prototype._parseStylesheetStatement=function(t){return void 0===t&&(t=!1),this.peek(Er.AtKeyword)?this._parseVariableDeclaration()||this._parsePlugin()||e.prototype._parseStylesheetAtStatement.call(this,t):this._tryParseMixinDeclaration()||this._tryParseMixinReference()||this._parseFunction()||this._parseRuleset(!0)},t.prototype._parseImport=function(){if(!this.peekKeyword("@import")&&!this.peekKeyword("@import-once"))return null;var e=this.create(io);if(this.consumeToken(),this.accept(Er.ParenthesisL)){if(!this.accept(Er.Ident))return this.finish(e,Hs.IdentifierExpected,[Er.SemiColon]);do{if(!this.accept(Er.Comma))break}while(this.accept(Er.Ident));if(!this.accept(Er.ParenthesisR))return this.finish(e,Hs.RightParenthesisExpected,[Er.SemiColon])}return e.addChild(this._parseURILiteral())||e.addChild(this._parseStringLiteral())?(this.peek(Er.SemiColon)||this.peek(Er.EOF)||e.setMedialist(this._parseMediaQueryList()),this.finish(e)):this.finish(e,Hs.URIOrStringExpected,[Er.SemiColon])},t.prototype._parsePlugin=function(){if(!this.peekKeyword("@plugin"))return null;var e=this.createNode(Ci.Plugin);return this.consumeToken(),e.addChild(this._parseStringLiteral())?this.accept(Er.SemiColon)?this.finish(e):this.finish(e,Hs.SemiColonExpected):this.finish(e,Hs.StringLiteralExpected)},t.prototype._parseMediaQuery=function(){var t=e.prototype._parseMediaQuery.call(this);if(!t){var n=this.create(fo);return n.addChild(this._parseVariable())?this.finish(n):null}return t},t.prototype._parseMediaDeclaration=function(e){return void 0===e&&(e=!1),this._tryParseRuleset(e)||this._tryToParseDeclaration()||this._tryParseMixinDeclaration()||this._tryParseMixinReference()||this._parseDetachedRuleSetMixin()||this._parseStylesheetStatement(e)},t.prototype._parseMediaFeatureName=function(){return this._parseIdent()||this._parseVariable()},t.prototype._parseVariableDeclaration=function(e){void 0===e&&(e=[]);var t=this.create(zo),n=this.mark();if(!t.setVariable(this._parseVariable(!0)))return null;if(!this.accept(Er.Colon))return this.restoreAtMark(n),null;if(this.prevToken&&(t.colonPosition=this.prevToken.offset),t.setValue(this._parseDetachedRuleSet()))t.needsSemicolon=!1;else if(!t.setValue(this._parseExpr()))return this.finish(t,Hs.VariableValueExpected,[],e);return t.addChild(this._parsePrio()),this.peek(Er.SemiColon)&&(t.semicolonPosition=this.token.offset),this.finish(t)},t.prototype._parseDetachedRuleSet=function(){var e=this.mark();if(this.peekDelim("#")||this.peekDelim(".")){if(this.consumeToken(),this.hasWhitespace()||!this.accept(Er.ParenthesisL))return this.restoreAtMark(e),null;var t=this.create(Vo);if(t.getParameters().addChild(this._parseMixinParameter()))for(;(this.accept(Er.Comma)||this.accept(Er.SemiColon))&&!this.peek(Er.ParenthesisR);)t.getParameters().addChild(this._parseMixinParameter())||this.markError(t,Hs.IdentifierExpected,[],[Er.ParenthesisR]);if(!this.accept(Er.ParenthesisR))return this.restoreAtMark(e),null}if(!this.peek(Er.CurlyL))return null;var n=this.create(Ii);return this._parseBody(n,this._parseDetachedRuleSetBody.bind(this)),this.finish(n)},t.prototype._parseDetachedRuleSetBody=function(){return this._tryParseKeyframeSelector()||this._parseRuleSetDeclaration()},t.prototype._addLookupChildren=function(e){if(!e.addChild(this._parseLookupValue()))return!1;for(var t=!1;this.peek(Er.BracketL)&&(t=!0),e.addChild(this._parseLookupValue());)t=!1;return!t},t.prototype._parseLookupValue=function(){var e=this.create(Ni),t=this.mark();return this.accept(Er.BracketL)&&((e.addChild(this._parseVariable(!1,!0))||e.addChild(this._parsePropertyIdentifier()))&&this.accept(Er.BracketR)||this.accept(Er.BracketR))?e:(this.restoreAtMark(t),null)},t.prototype._parseVariable=function(e,t){void 0===e&&(e=!1),void 0===t&&(t=!1);var n=!e&&this.peekDelim("$");if(!this.peekDelim("@")&&!n&&!this.peek(Er.AtKeyword))return null;for(var r=this.create(Io),i=this.mark();this.acceptDelim("@")||!e&&this.acceptDelim("$");)if(this.hasWhitespace())return this.restoreAtMark(i),null;return(this.accept(Er.AtKeyword)||this.accept(Er.Ident))&&(t||!this.peek(Er.BracketL)||this._addLookupChildren(r))?r:(this.restoreAtMark(i),null)},t.prototype._parseTermExpression=function(){return this._parseVariable()||this._parseEscaped()||e.prototype._parseTermExpression.call(this)||this._tryParseMixinReference(!1)},t.prototype._parseEscaped=function(){if(this.peek(Er.EscapedJavaScript)||this.peek(Er.BadEscapedJavaScript)){var e=this.createNode(Ci.EscapedValue);return this.consumeToken(),this.finish(e)}if(this.peekDelim("~")){e=this.createNode(Ci.EscapedValue);return this.consumeToken(),this.accept(Er.String)||this.accept(Er.EscapedJavaScript)?this.finish(e):this.finish(e,Hs.TermExpected)}return null},t.prototype._parseOperator=function(){var t=this._parseGuardOperator();return t||e.prototype._parseOperator.call(this)},t.prototype._parseGuardOperator=function(){if(this.peekDelim(">")){var e=this.createNode(Ci.Operator);return this.consumeToken(),this.acceptDelim("="),e}if(this.peekDelim("=")){e=this.createNode(Ci.Operator);return this.consumeToken(),this.acceptDelim("<"),e}if(this.peekDelim("<")){e=this.createNode(Ci.Operator);return this.consumeToken(),this.acceptDelim("="),e}return null},t.prototype._parseRuleSetDeclaration=function(){return this.peek(Er.AtKeyword)?this._parseKeyframe()||this._parseMedia(!0)||this._parseImport()||this._parseSupports(!0)||this._parseDetachedRuleSetMixin()||this._parseVariableDeclaration()||e.prototype._parseRuleSetDeclarationAtStatement.call(this):this._tryParseMixinDeclaration()||this._tryParseRuleset(!0)||this._tryParseMixinReference()||this._parseFunction()||this._parseExtend()||e.prototype._parseRuleSetDeclaration.call(this)},t.prototype._parseKeyframeIdent=function(){return this._parseIdent([_i.Keyframe])||this._parseVariable()},t.prototype._parseKeyframeSelector=function(){return this._parseDetachedRuleSetMixin()||e.prototype._parseKeyframeSelector.call(this)},t.prototype._parseSimpleSelectorBody=function(){return this._parseSelectorCombinator()||e.prototype._parseSimpleSelectorBody.call(this)},t.prototype._parseSelector=function(e){var t=this.create(Oi),n=!1;for(e&&(n=t.addChild(this._parseCombinator()));t.addChild(this._parseSimpleSelector());){n=!0;var r=this.mark();if(t.addChild(this._parseGuard())&&this.peek(Er.CurlyL))break;this.restoreAtMark(r),t.addChild(this._parseCombinator())}return n?this.finish(t):null},t.prototype._parseSelectorCombinator=function(){if(this.peekDelim("&")){var e=this.createNode(Ci.SelectorCombinator);for(this.consumeToken();!this.hasWhitespace()&&(this.acceptDelim("-")||this.accept(Er.Num)||this.accept(Er.Dimension)||e.addChild(this._parseIdent())||this.acceptDelim("&")););return this.finish(e)}return null},t.prototype._parseSelectorIdent=function(){if(!this.peekInterpolatedIdent())return null;var e=this.createNode(Ci.SelectorInterpolation);return this._acceptInterpolatedIdent(e)?this.finish(e):null},t.prototype._parsePropertyIdentifier=function(e){void 0===e&&(e=!1);var t=/^[\w-]+/;if(!this.peekInterpolatedIdent()&&!this.peekRegExp(this.token.type,t))return null;var n=this.mark(),r=this.create(Ai);r.isCustomProperty=this.acceptDelim("-")&&this.acceptDelim("-");return(e?r.isCustomProperty?r.addChild(this._parseIdent()):r.addChild(this._parseRegexp(t)):r.isCustomProperty?this._acceptInterpolatedIdent(r):this._acceptInterpolatedIdent(r,t))?(e||this.hasWhitespace()||(this.acceptDelim("+"),this.hasWhitespace()||this.acceptIdent("_")),this.finish(r)):(this.restoreAtMark(n),null)},t.prototype.peekInterpolatedIdent=function(){return this.peek(Er.Ident)||this.peekDelim("@")||this.peekDelim("$")||this.peekDelim("-")},t.prototype._acceptInterpolatedIdent=function(e,t){for(var n=this,r=!1,i=function(){var e=n.mark();return n.acceptDelim("-")&&(n.hasWhitespace()||n.acceptDelim("-"),n.hasWhitespace())?(n.restoreAtMark(e),null):n._parseInterpolation()},o=t?function(){return n.acceptRegexp(t)}:function(){return n.accept(Er.Ident)};(o()||e.addChild(this._parseInterpolation()||this.try(i)))&&(r=!0,!this.hasWhitespace()););return r},t.prototype._parseInterpolation=function(){var e=this.mark();if(this.peekDelim("@")||this.peekDelim("$")){var t=this.createNode(Ci.Interpolation);return this.consumeToken(),this.hasWhitespace()||!this.accept(Er.CurlyL)?(this.restoreAtMark(e),null):t.addChild(this._parseIdent())?this.accept(Er.CurlyR)?this.finish(t):this.finish(t,Hs.RightCurlyExpected):this.finish(t,Hs.IdentifierExpected)}return null},t.prototype._tryParseMixinDeclaration=function(){var e=this.mark(),t=this.create(Vo);if(!t.setIdentifier(this._parseMixinDeclarationIdentifier())||!this.accept(Er.ParenthesisL))return this.restoreAtMark(e),null;if(t.getParameters().addChild(this._parseMixinParameter()))for(;(this.accept(Er.Comma)||this.accept(Er.SemiColon))&&!this.peek(Er.ParenthesisR);)t.getParameters().addChild(this._parseMixinParameter())||this.markError(t,Hs.IdentifierExpected,[],[Er.ParenthesisR]);return this.accept(Er.ParenthesisR)?(t.setGuard(this._parseGuard()),this.peek(Er.CurlyL)?this._parseBody(t,this._parseMixInBodyDeclaration.bind(this)):(this.restoreAtMark(e),null)):(this.restoreAtMark(e),null)},t.prototype._parseMixInBodyDeclaration=function(){return this._parseFontFace()||this._parseRuleSetDeclaration()},t.prototype._parseMixinDeclarationIdentifier=function(){var e;if(this.peekDelim("#")||this.peekDelim(".")){if(e=this.create(Ai),this.consumeToken(),this.hasWhitespace()||!e.addChild(this._parseIdent()))return null}else{if(!this.peek(Er.Hash))return null;e=this.create(Ai),this.consumeToken()}return e.referenceTypes=[_i.Mixin],this.finish(e)},t.prototype._parsePseudo=function(){if(!this.peek(Er.Colon))return null;var t=this.mark(),n=this.create(Po);return this.consumeToken(),this.acceptIdent("extend")?this._completeExtends(n):(this.restoreAtMark(t),e.prototype._parsePseudo.call(this))},t.prototype._parseExtend=function(){if(!this.peekDelim("&"))return null;var e=this.mark(),t=this.create(Po);return this.consumeToken(),!this.hasWhitespace()&&this.accept(Er.Colon)&&this.acceptIdent("extend")?this._completeExtends(t):(this.restoreAtMark(e),null)},t.prototype._completeExtends=function(e){if(!this.accept(Er.ParenthesisL))return this.finish(e,Hs.LeftParenthesisExpected);var t=e.getSelectors();if(!t.addChild(this._parseSelector(!0)))return this.finish(e,Hs.SelectorExpected);for(;this.accept(Er.Comma);)if(!t.addChild(this._parseSelector(!0)))return this.finish(e,Hs.SelectorExpected);return this.accept(Er.ParenthesisR)?this.finish(e):this.finish(e,Hs.RightParenthesisExpected)},t.prototype._parseDetachedRuleSetMixin=function(){if(!this.peek(Er.AtKeyword))return null;var e=this.mark(),t=this.create(Wo);return!t.addChild(this._parseVariable(!0))||!this.hasWhitespace()&&this.accept(Er.ParenthesisL)?this.accept(Er.ParenthesisR)?this.finish(t):this.finish(t,Hs.RightParenthesisExpected):(this.restoreAtMark(e),null)},t.prototype._tryParseMixinReference=function(e){void 0===e&&(e=!0);for(var t=this.mark(),n=this.create(Wo),r=this._parseMixinDeclarationIdentifier();r;){this.acceptDelim(">");var i=this._parseMixinDeclarationIdentifier();if(!i)break;n.getNamespaces().addChild(r),r=i}if(!n.setIdentifier(r))return this.restoreAtMark(t),null;var o=!1;if(this.accept(Er.ParenthesisL)){if(o=!0,n.getArguments().addChild(this._parseMixinArgument()))for(;(this.accept(Er.Comma)||this.accept(Er.SemiColon))&&!this.peek(Er.ParenthesisR);)if(!n.getArguments().addChild(this._parseMixinArgument()))return this.finish(n,Hs.ExpressionExpected);if(!this.accept(Er.ParenthesisR))return this.finish(n,Hs.RightParenthesisExpected);r.referenceTypes=[_i.Mixin]}else r.referenceTypes=[_i.Mixin,_i.Rule];return this.peek(Er.BracketL)?e||this._addLookupChildren(n):n.addChild(this._parsePrio()),o||this.peek(Er.SemiColon)||this.peek(Er.CurlyR)||this.peek(Er.EOF)?this.finish(n):(this.restoreAtMark(t),null)},t.prototype._parseMixinArgument=function(){var e=this.create($i),t=this.mark(),n=this._parseVariable();return n&&(this.accept(Er.Colon)?e.setIdentifier(n):this.restoreAtMark(t)),e.setValue(this._parseDetachedRuleSet()||this._parseExpr(!0))?this.finish(e):(this.restoreAtMark(t),null)},t.prototype._parseMixinParameter=function(){var e=this.create(qi);if(this.peekKeyword("@rest")){var t=this.create(Ni);return this.consumeToken(),this.accept(sh)?(e.setIdentifier(this.finish(t)),this.finish(e)):this.finish(e,Hs.DotExpected,[],[Er.Comma,Er.ParenthesisR])}if(this.peek(sh)){var n=this.create(Ni);return this.consumeToken(),e.setIdentifier(this.finish(n)),this.finish(e)}var r=!1;return e.setIdentifier(this._parseVariable())&&(this.accept(Er.Colon),r=!0),e.setDefaultValue(this._parseDetachedRuleSet()||this._parseExpr(!0))||r?this.finish(e):null},t.prototype._parseGuard=function(){if(!this.peekIdent("when"))return null;var e=this.create(Bo);if(this.consumeToken(),e.isNegated=this.acceptIdent("not"),!e.getConditions().addChild(this._parseGuardCondition()))return this.finish(e,Hs.ConditionExpected);for(;this.acceptIdent("and")||this.accept(Er.Comma);)if(!e.getConditions().addChild(this._parseGuardCondition()))return this.finish(e,Hs.ConditionExpected);return this.finish(e)},t.prototype._parseGuardCondition=function(){if(!this.peek(Er.ParenthesisL))return null;var e=this.create(jo);return this.consumeToken(),e.addChild(this._parseExpr()),this.accept(Er.ParenthesisR)?this.finish(e):this.finish(e,Hs.RightParenthesisExpected)},t.prototype._parseFunction=function(){var e=this.mark(),t=this.create(ji);if(!t.setIdentifier(this._parseFunctionIdentifier()))return null;if(this.hasWhitespace()||!this.accept(Er.ParenthesisL))return this.restoreAtMark(e),null;if(t.getArguments().addChild(this._parseMixinArgument()))for(;(this.accept(Er.Comma)||this.accept(Er.SemiColon))&&!this.peek(Er.ParenthesisR);)if(!t.getArguments().addChild(this._parseMixinArgument()))return this.finish(t,Hs.ExpressionExpected);return this.accept(Er.ParenthesisR)?this.finish(t):this.finish(t,Hs.RightParenthesisExpected)},t.prototype._parseFunctionIdentifier=function(){if(this.peekDelim("%")){var t=this.create(Ai);return t.referenceTypes=[_i.Function],this.consumeToken(),this.finish(t)}return e.prototype._parseFunctionIdentifier.call(this)},t.prototype._parseURLArgument=function(){var t=this.mark(),n=e.prototype._parseURLArgument.call(this);if(!n||!this.peek(Er.ParenthesisR)){this.restoreAtMark(t);var r=this.create(Ni);return r.addChild(this._parseBinaryExpr()),this.finish(r)}return n},t}(ql),dh=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),hh=Jo(),ph=function(e){function t(t,n){return e.call(this,"@",t,n)||this}return dh(t,e),t.prototype.createFunctionProposals=function(e,t,n,r){for(var i=0,o=e;i 50%"),example:"percentage(@number);",type:"percentage"},{name:"round",description:hh("less.builtin.round","rounds a number to a number of places"),example:"round(number, [places: 0]);"},{name:"sqrt",description:hh("less.builtin.sqrt","calculates square root of a number"),example:"sqrt(number);"},{name:"sin",description:hh("less.builtin.sin","sine function"),example:"sin(number);"},{name:"tan",description:hh("less.builtin.tan","tangent function"),example:"tan(number);"},{name:"atan",description:hh("less.builtin.atan","arctangent - inverse of tangent function"),example:"atan(number);"},{name:"pi",description:hh("less.builtin.pi","returns pi"),example:"pi();"},{name:"pow",description:hh("less.builtin.pow","first argument raised to the power of the second argument"),example:"pow(@base, @exponent);"},{name:"mod",description:hh("less.builtin.mod","first argument modulus second argument"),example:"mod(number, number);"},{name:"min",description:hh("less.builtin.min","returns the lowest of one or more values"),example:"min(@x, @y);"},{name:"max",description:hh("less.builtin.max","returns the lowest of one or more values"),example:"max(@x, @y);"}],t.colorProposals=[{name:"argb",example:"argb(@color);",description:hh("less.builtin.argb","creates a #AARRGGBB")},{name:"hsl",example:"hsl(@hue, @saturation, @lightness);",description:hh("less.builtin.hsl","creates a color")},{name:"hsla",example:"hsla(@hue, @saturation, @lightness, @alpha);",description:hh("less.builtin.hsla","creates a color")},{name:"hsv",example:"hsv(@hue, @saturation, @value);",description:hh("less.builtin.hsv","creates a color")},{name:"hsva",example:"hsva(@hue, @saturation, @value, @alpha);",description:hh("less.builtin.hsva","creates a color")},{name:"hue",example:"hue(@color);",description:hh("less.builtin.hue","returns the `hue` channel of `@color` in the HSL space")},{name:"saturation",example:"saturation(@color);",description:hh("less.builtin.saturation","returns the `saturation` channel of `@color` in the HSL space")},{name:"lightness",example:"lightness(@color);",description:hh("less.builtin.lightness","returns the `lightness` channel of `@color` in the HSL space")},{name:"hsvhue",example:"hsvhue(@color);",description:hh("less.builtin.hsvhue","returns the `hue` channel of `@color` in the HSV space")},{name:"hsvsaturation",example:"hsvsaturation(@color);",description:hh("less.builtin.hsvsaturation","returns the `saturation` channel of `@color` in the HSV space")},{name:"hsvvalue",example:"hsvvalue(@color);",description:hh("less.builtin.hsvvalue","returns the `value` channel of `@color` in the HSV space")},{name:"red",example:"red(@color);",description:hh("less.builtin.red","returns the `red` channel of `@color`")},{name:"green",example:"green(@color);",description:hh("less.builtin.green","returns the `green` channel of `@color`")},{name:"blue",example:"blue(@color);",description:hh("less.builtin.blue","returns the `blue` channel of `@color`")},{name:"alpha",example:"alpha(@color);",description:hh("less.builtin.alpha","returns the `alpha` channel of `@color`")},{name:"luma",example:"luma(@color);",description:hh("less.builtin.luma","returns the `luma` value (perceptual brightness) of `@color`")},{name:"saturate",example:"saturate(@color, 10%);",description:hh("less.builtin.saturate","return `@color` 10% points more saturated")},{name:"desaturate",example:"desaturate(@color, 10%);",description:hh("less.builtin.desaturate","return `@color` 10% points less saturated")},{name:"lighten",example:"lighten(@color, 10%);",description:hh("less.builtin.lighten","return `@color` 10% points lighter")},{name:"darken",example:"darken(@color, 10%);",description:hh("less.builtin.darken","return `@color` 10% points darker")},{name:"fadein",example:"fadein(@color, 10%);",description:hh("less.builtin.fadein","return `@color` 10% points less transparent")},{name:"fadeout",example:"fadeout(@color, 10%);",description:hh("less.builtin.fadeout","return `@color` 10% points more transparent")},{name:"fade",example:"fade(@color, 50%);",description:hh("less.builtin.fade","return `@color` with 50% transparency")},{name:"spin",example:"spin(@color, 10);",description:hh("less.builtin.spin","return `@color` with a 10 degree larger in hue")},{name:"mix",example:"mix(@color1, @color2, [@weight: 50%]);",description:hh("less.builtin.mix","return a mix of `@color1` and `@color2`")},{name:"greyscale",example:"greyscale(@color);",description:hh("less.builtin.greyscale","returns a grey, 100% desaturated color")},{name:"contrast",example:"contrast(@color1, [@darkcolor: black], [@lightcolor: white], [@threshold: 43%]);",description:hh("less.builtin.contrast","return `@darkcolor` if `@color1 is> 43% luma` otherwise return `@lightcolor`, see notes")},{name:"multiply",example:"multiply(@color1, @color2);"},{name:"screen",example:"screen(@color1, @color2);"},{name:"overlay",example:"overlay(@color1, @color2);"},{name:"softlight",example:"softlight(@color1, @color2);"},{name:"hardlight",example:"hardlight(@color1, @color2);"},{name:"difference",example:"difference(@color1, @color2);"},{name:"exclusion",example:"exclusion(@color1, @color2);"},{name:"average",example:"average(@color1, @color2);"},{name:"negation",example:"negation(@color1, @color2);"}],t}(wc);function uh(e,t){var n=function(e){function t(t){return e.positionAt(t.offset).line}function n(t){return e.positionAt(t.offset+t.len).line}function r(){switch(e.languageId){case"scss":return new Kd;case"less":return new ah;default:return new yi}}function i(e,r){var i=t(e),o=n(e);return i!==o?{startLine:i,endLine:o,kind:r}:null}var o=[],s=[],a=r();a.ignoreComment=!1,a.setSource(e.getText());var l=a.scan(),c=null,d=function(){switch(l.type){case Er.CurlyL:case Pd:s.push({line:t(l),type:"brace",isStart:!0});break;case Er.CurlyR:if(0!==s.length){if(!(p=mh(s,"brace")))break;var r=n(l);"brace"===p.type&&(c&&n(c)!==r&&r--,p.line!==r&&o.push({startLine:p.line,endLine:r,kind:void 0}))}break;case Er.Comment:var d=function(e){return"#region"===e?{line:t(l),type:"comment",isStart:!0}:{line:n(l),type:"comment",isStart:!1}},h=function(t){var n=t.text.match(/^\s*\/\*\s*(#region|#endregion)\b\s*(.*?)\s*\*\//);if(n)return d(n[1]);if("scss"===e.languageId||"less"===e.languageId){var r=t.text.match(/^\s*\/\/\s*(#region|#endregion)\b\s*(.*?)\s*/);if(r)return d(r[1])}return null}(l);if(h)if(h.isStart)s.push(h);else{var p;if(!(p=mh(s,"comment")))break;"comment"===p.type&&p.line!==h.line&&o.push({startLine:p.line,endLine:h.line,kind:"region"})}else{var u=i(l,"comment");u&&o.push(u)}}c=l,l=a.scan()};for(;l.type!==Er.EOF;)d();return o}(e);return function(e,t){var n=t&&t.rangeLimit||Number.MAX_VALUE,r=e.sort((function(e,t){var n=e.startLine-t.startLine;return 0===n&&(n=e.endLine-t.endLine),n})),i=[],o=-1;return r.forEach((function(e){e.startLine=0;n--)if(e[n].type===t&&e[n].isStart)return e.splice(n,1)[0];return null}var fh={version:1.1,properties:[{name:"additive-symbols",browsers:["FF33"],syntax:"[ && ]#",relevance:50,description:"@counter-style descriptor. Specifies the symbols used by the marker-construction algorithm specified by the system descriptor. Needs to be specified if the counter system is 'additive'.",restrictions:["integer","string","image","identifier"]},{name:"align-content",values:[{name:"center",description:"Lines are packed toward the center of the flex container."},{name:"flex-end",description:"Lines are packed toward the end of the flex container."},{name:"flex-start",description:"Lines are packed toward the start of the flex container."},{name:"space-around",description:"Lines are evenly distributed in the flex container, with half-size spaces on either end."},{name:"space-between",description:"Lines are evenly distributed in the flex container."},{name:"stretch",description:"Lines stretch to take up the remaining space."}],syntax:"normal | | | ? ",relevance:62,description:"Aligns a flex container’s lines within the flex container when there is extra space in the cross-axis, similar to how 'justify-content' aligns individual items within the main-axis.",restrictions:["enum"]},{name:"align-items",values:[{name:"baseline",description:"If the flex item’s inline axis is the same as the cross axis, this value is identical to 'flex-start'. Otherwise, it participates in baseline alignment."},{name:"center",description:"The flex item’s margin box is centered in the cross axis within the line."},{name:"flex-end",description:"The cross-end margin edge of the flex item is placed flush with the cross-end edge of the line."},{name:"flex-start",description:"The cross-start margin edge of the flex item is placed flush with the cross-start edge of the line."},{name:"stretch",description:"If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."}],syntax:"normal | stretch | | [ ? ]",relevance:86,description:"Aligns flex items along the cross axis of the current line of the flex container.",restrictions:["enum"]},{name:"justify-items",values:[{name:"auto"},{name:"normal"},{name:"end"},{name:"start"},{name:"flex-end",description:'"Flex items are packed toward the end of the line."'},{name:"flex-start",description:'"Flex items are packed toward the start of the line."'},{name:"self-end",description:"The item is packed flush to the edge of the alignment container of the end side of the item, in the appropriate axis."},{name:"self-start",description:"The item is packed flush to the edge of the alignment container of the start side of the item, in the appropriate axis.."},{name:"center",description:"The items are packed flush to each other toward the center of the of the alignment container."},{name:"left"},{name:"right"},{name:"baseline"},{name:"first baseline"},{name:"last baseline"},{name:"stretch",description:"If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."},{name:"save"},{name:"unsave"},{name:"legacy"}],syntax:"normal | stretch | | ? [ | left | right ] | legacy | legacy && [ left | right | center ]",relevance:53,description:"Defines the default justify-self for all items of the box, giving them the default way of justifying each box along the appropriate axis",restrictions:["enum"]},{name:"justify-self",values:[{name:"auto"},{name:"normal"},{name:"end"},{name:"start"},{name:"flex-end",description:'"Flex items are packed toward the end of the line."'},{name:"flex-start",description:'"Flex items are packed toward the start of the line."'},{name:"self-end",description:"The item is packed flush to the edge of the alignment container of the end side of the item, in the appropriate axis."},{name:"self-start",description:"The item is packed flush to the edge of the alignment container of the start side of the item, in the appropriate axis.."},{name:"center",description:"The items are packed flush to each other toward the center of the of the alignment container."},{name:"left"},{name:"right"},{name:"baseline"},{name:"first baseline"},{name:"last baseline"},{name:"stretch",description:"If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."},{name:"save"},{name:"unsave"}],syntax:"auto | normal | stretch | | ? [ | left | right ]",relevance:53,description:"Defines the way of justifying a box inside its container along the appropriate axis.",restrictions:["enum"]},{name:"align-self",values:[{name:"auto",description:"Computes to the value of 'align-items' on the element’s parent, or 'stretch' if the element has no parent. On absolutely positioned elements, it computes to itself."},{name:"baseline",description:"If the flex item’s inline axis is the same as the cross axis, this value is identical to 'flex-start'. Otherwise, it participates in baseline alignment."},{name:"center",description:"The flex item’s margin box is centered in the cross axis within the line."},{name:"flex-end",description:"The cross-end margin edge of the flex item is placed flush with the cross-end edge of the line."},{name:"flex-start",description:"The cross-start margin edge of the flex item is placed flush with the cross-start edge of the line."},{name:"stretch",description:"If the cross size property of the flex item computes to auto, and neither of the cross-axis margins are auto, the flex item is stretched."}],syntax:"auto | normal | stretch | | ? ",relevance:72,description:"Allows the default alignment along the cross axis to be overridden for individual flex items.",restrictions:["enum"]},{name:"all",browsers:["E79","FF27","S9.1","C37","O24"],values:[],syntax:"initial | inherit | unset | revert",relevance:52,references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/CSS/all"}],description:"Shorthand that resets all properties except 'direction' and 'unicode-bidi'.",restrictions:["enum"]},{name:"alt",browsers:["S9"],values:[],relevance:50,references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/CSS/alt"}],description:"Provides alternative text for assistive technology to replace the generated content of a ::before or ::after element.",restrictions:["string","enum"]},{name:"animation",values:[{name:"alternate",description:"The animation cycle iterations that are odd counts are played in the normal direction, and the animation cycle iterations that are even counts are played in a reverse direction."},{name:"alternate-reverse",description:"The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction."},{name:"backwards",description:"The beginning property value (as defined in the first @keyframes at-rule) is applied before the animation is displayed, during the period defined by 'animation-delay'."},{name:"both",description:"Both forwards and backwards fill modes are applied."},{name:"forwards",description:"The final property value (as defined in the last @keyframes at-rule) is maintained after the animation completes."},{name:"infinite",description:"Causes the animation to repeat forever."},{name:"none",description:"No animation is performed"},{name:"normal",description:"Normal playback."},{name:"reverse",description:"All iterations of the animation are played in the reverse direction from the way they were specified."}],syntax:"#",relevance:82,references:[{name:"MDN Reference",url:"https://developer.mozilla.org/docs/Web/CSS/animation"}],description:"Shorthand property combines six of the animation properties into a single property.",restrictions:["time","timing-function","enum","identifier","number"]},{name:"animation-delay",syntax:"