@codingame/monaco-vscode-markdown-language-features-default-extension 26.2.1 → 27.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +11 -13
- package/package.json +2 -2
- package/resources/extension.js +159 -3
- package/resources/extension.js.map +7 -1
- package/resources/index.js +1 -1
- package/resources/index2.js +1 -1
- package/resources/package.json +1 -1
- package/resources/serverWorkerMain.js +2 -2
- package/resources/extension.js.LICENSE.txt +0 -8
- package/resources/serverWorkerMain.js.LICENSE.txt +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! For license information please see
|
|
2
|
-
var serverExportVar;(()=>{var e={3608:(e,t,r)=>{"use strict";var n;function i(e){if("contents"in e)n="string"==typeof e.contents?JSON.parse(e.contents):e.contents;else if("fsPath"in e){const t=function(){throw new Error("Unsupported in browser")}(e.fsPath),r=JSON.parse(t);n=c(r)?r.contents.bundle:r}else if(e.uri){let t=e.uri;return"string"==typeof e.uri&&(t=new URL(e.uri)),new Promise((e,r)=>{const i=async function(e){if("http:"===e.protocol||"https:"===e.protocol){const t=await fetch(e);return await t.text()}throw new Error("Unsupported protocol")}(t).then(e=>{try{const t=JSON.parse(e);n=c(t)?t.contents.bundle:t}catch(e){r(e)}}).catch(e=>{r(e)});e(i)})}}function o(...e){const t=e[0];let r,i,o;if("string"==typeof t?(r=t,i=t,e.splice(0,1),o=e&&"object"==typeof e[0]?e[0]:e):(i=t.message,r=i,t.comment&&t.comment.length>0&&(r+=`/${Array.isArray(t.comment)?t.comment.join():t.comment}`),o=t.args??{}),!n)return a(i,o);const s=n[r];return s?"string"==typeof s?a(s,o):s.comment?a(s.message,o):a(i,o):a(i,o)}r.r(t),r.d(t,{config:()=>i,t:()=>o});var s=/{([^}]+)}/g;function a(e,t){return e.replace(s,(e,r)=>t[r]??e)}function c(e){return!("object"!=typeof e?.contents?.bundle||"string"!=typeof e?.version)}},1264:e=>{e.exports={trueFunc:function(){return!0},falseFunc:function(){return!1}}},3762:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.attributeRules=void 0;var i=n(r(1264)),o=/[-[\]{}()*+?.,\\^$|#\s]/g;function s(e){return e.replace(o,"\\$&")}var a=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);function c(e,t){return"boolean"==typeof e.ignoreCase?e.ignoreCase:"quirks"===e.ignoreCase?!!t.quirksMode:!t.xmlMode&&a.has(e.name)}t.attributeRules={equals:function(e,t,r){var n=r.adapter,i=t.name,o=t.value;return c(t,r)?(o=o.toLowerCase(),function(t){var r=n.getAttributeValue(t,i);return null!=r&&r.length===o.length&&r.toLowerCase()===o&&e(t)}):function(t){return n.getAttributeValue(t,i)===o&&e(t)}},hyphen:function(e,t,r){var n=r.adapter,i=t.name,o=t.value,s=o.length;return c(t,r)?(o=o.toLowerCase(),function(t){var r=n.getAttributeValue(t,i);return null!=r&&(r.length===s||"-"===r.charAt(s))&&r.substr(0,s).toLowerCase()===o&&e(t)}):function(t){var r=n.getAttributeValue(t,i);return null!=r&&(r.length===s||"-"===r.charAt(s))&&r.substr(0,s)===o&&e(t)}},element:function(e,t,r){var n=r.adapter,o=t.name,a=t.value;if(/\s/.test(a))return i.default.falseFunc;var u=new RegExp("(?:^|\\s)".concat(s(a),"(?:$|\\s)"),c(t,r)?"i":"");return function(t){var r=n.getAttributeValue(t,o);return null!=r&&r.length>=a.length&&u.test(r)&&e(t)}},exists:function(e,t,r){var n=t.name,i=r.adapter;return function(t){return i.hasAttrib(t,n)&&e(t)}},start:function(e,t,r){var n=r.adapter,o=t.name,s=t.value,a=s.length;return 0===a?i.default.falseFunc:c(t,r)?(s=s.toLowerCase(),function(t){var r=n.getAttributeValue(t,o);return null!=r&&r.length>=a&&r.substr(0,a).toLowerCase()===s&&e(t)}):function(t){var r;return!!(null===(r=n.getAttributeValue(t,o))||void 0===r?void 0:r.startsWith(s))&&e(t)}},end:function(e,t,r){var n=r.adapter,o=t.name,s=t.value,a=-s.length;return 0===a?i.default.falseFunc:c(t,r)?(s=s.toLowerCase(),function(t){var r;return(null===(r=n.getAttributeValue(t,o))||void 0===r?void 0:r.substr(a).toLowerCase())===s&&e(t)}):function(t){var r;return!!(null===(r=n.getAttributeValue(t,o))||void 0===r?void 0:r.endsWith(s))&&e(t)}},any:function(e,t,r){var n=r.adapter,o=t.name,a=t.value;if(""===a)return i.default.falseFunc;if(c(t,r)){var u=new RegExp(s(a),"i");return function(t){var r=n.getAttributeValue(t,o);return null!=r&&r.length>=a.length&&u.test(r)&&e(t)}}return function(t){var r;return!!(null===(r=n.getAttributeValue(t,o))||void 0===r?void 0:r.includes(a))&&e(t)}},not:function(e,t,r){var n=r.adapter,i=t.name,o=t.value;return""===o?function(t){return!!n.getAttributeValue(t,i)&&e(t)}:c(t,r)?(o=o.toLowerCase(),function(t){var r=n.getAttributeValue(t,i);return(null==r||r.length!==o.length||r.toLowerCase()!==o)&&e(t)}):function(t){return n.getAttributeValue(t,i)!==o&&e(t)}}}},8118:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.compileToken=t.compileUnsafe=t.compile=void 0;var a=r(4090),c=s(r(1264)),u=o(r(6491)),l=r(5327),d=r(5234);function f(e,t,r){return v("string"==typeof e?(0,a.parse)(e):e,t,r)}function p(e){return e.type===a.SelectorType.Pseudo&&("scope"===e.name||Array.isArray(e.data)&&e.data.some(function(e){return e.some(p)}))}t.compile=function(e,t,r){var n=f(e,t,r);return(0,d.ensureIsTag)(n,t.adapter)},t.compileUnsafe=f;var h={type:a.SelectorType.Descendant},g={type:"_flexibleDescendant"},m={type:a.SelectorType.Pseudo,name:"scope",data:null};function v(e,t,r){var n;e.forEach(u.default),r=null!==(n=t.context)&&void 0!==n?n:r;var i=Array.isArray(r),o=r&&(Array.isArray(r)?r:[r]);if(!1!==t.relativeSelector)!function(e,t,r){for(var n=t.adapter,i=!!(null==r?void 0:r.every(function(e){var t=n.isTag(e)&&n.getParent(e);return e===d.PLACEHOLDER_ELEMENT||t&&n.isTag(t)})),o=0,s=e;o<s.length;o++){var c=s[o];if(c.length>0&&(0,u.isTraversal)(c[0])&&c[0].type!==a.SelectorType.Descendant);else{if(!i||c.some(p))continue;c.unshift(h)}c.unshift(m)}}(e,t,o);else if(e.some(function(e){return e.length>0&&(0,u.isTraversal)(e[0])}))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");var s=!1,f=e.map(function(e){if(e.length>=2){var r=e[0],n=e[1];r.type!==a.SelectorType.Pseudo||"scope"!==r.name||(i&&n.type===a.SelectorType.Descendant?e[1]=g:n.type!==a.SelectorType.Adjacent&&n.type!==a.SelectorType.Sibling||(s=!0))}return function(e,t,r){var n;return e.reduce(function(e,n){return e===c.default.falseFunc?c.default.falseFunc:(0,l.compileGeneralSelector)(e,n,t,r,v)},null!==(n=t.rootFunc)&&void 0!==n?n:c.default.trueFunc)}(e,t,o)}).reduce(y,c.default.falseFunc);return f.shouldTestNextSiblings=s,f}function y(e,t){return t===c.default.falseFunc||e===c.default.trueFunc?e:e===c.default.falseFunc||t===c.default.trueFunc?t:function(r){return e(r)||t(r)}}t.compileToken=v},5327:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.compileGeneralSelector=void 0;var n=r(3762),i=r(8161),o=r(4090);function s(e,t){var r=t.getParent(e);return r&&t.isTag(r)?r:null}t.compileGeneralSelector=function(e,t,r,a,c){var u=r.adapter,l=r.equals;switch(t.type){case o.SelectorType.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case o.SelectorType.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case o.SelectorType.Attribute:if(null!=t.namespace)throw new Error("Namespaced attributes are not yet supported by css-select");return r.xmlMode&&!r.lowerCaseAttributeNames||(t.name=t.name.toLowerCase()),n.attributeRules[t.action](e,t,r);case o.SelectorType.Pseudo:return(0,i.compilePseudoSelector)(e,t,r,a,c);case o.SelectorType.Tag:if(null!=t.namespace)throw new Error("Namespaced tag names are not yet supported by css-select");var d=t.name;return r.xmlMode&&!r.lowerCaseTags||(d=d.toLowerCase()),function(t){return u.getName(t)===d&&e(t)};case o.SelectorType.Descendant:if(!1===r.cacheResults||"undefined"==typeof WeakSet)return function(t){for(var r=t;r=s(r,u);)if(e(r))return!0;return!1};var f=new WeakSet;return function(t){for(var r=t;r=s(r,u);)if(!f.has(r)){if(u.isTag(r)&&e(r))return!0;f.add(r)}return!1};case"_flexibleDescendant":return function(t){var r=t;do{if(e(r))return!0}while(r=s(r,u));return!1};case o.SelectorType.Parent:return function(t){return u.getChildren(t).some(function(t){return u.isTag(t)&&e(t)})};case o.SelectorType.Child:return function(t){var r=u.getParent(t);return null!=r&&u.isTag(r)&&e(r)};case o.SelectorType.Sibling:return function(t){for(var r=u.getSiblings(t),n=0;n<r.length;n++){var i=r[n];if(l(t,i))break;if(u.isTag(i)&&e(i))return!0}return!1};case o.SelectorType.Adjacent:return u.prevElementSibling?function(t){var r=u.prevElementSibling(t);return null!=r&&e(r)}:function(t){for(var r,n=u.getSiblings(t),i=0;i<n.length;i++){var o=n[i];if(l(t,o))break;u.isTag(o)&&(r=o)}return!!r&&e(r)};case o.SelectorType.Universal:if(null!=t.namespace&&"*"!==t.namespace)throw new Error("Namespaced universal selectors are not yet supported by css-select");return e}}},2603:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.aliases=t.pseudos=t.filters=t.is=t.selectOne=t.selectAll=t.prepareContext=t._compileToken=t._compileUnsafe=t.compile=void 0;var a=o(r(8888)),c=s(r(1264)),u=r(8118),l=r(5234),d=function(e,t){return e===t},f={adapter:a,equals:d};function p(e){var t,r,n,i,o=null!=e?e:f;return null!==(t=o.adapter)&&void 0!==t||(o.adapter=a),null!==(r=o.equals)&&void 0!==r||(o.equals=null!==(i=null===(n=o.adapter)||void 0===n?void 0:n.equals)&&void 0!==i?i:d),o}function h(e){return function(t,r,n){var i=p(r);return e(t,i,n)}}function g(e){return function(t,r,n){var i=p(n);"function"!=typeof t&&(t=(0,u.compileUnsafe)(t,i,r));var o=m(r,i.adapter,t.shouldTestNextSiblings);return e(t,o,i)}}function m(e,t,r){return void 0===r&&(r=!1),r&&(e=function(e,t){for(var r=Array.isArray(e)?e.slice(0):[e],n=r.length,i=0;i<n;i++){var o=(0,l.getNextSiblings)(r[i],t);r.push.apply(r,o)}return r}(e,t)),Array.isArray(e)?t.removeSubsets(e):t.getChildren(e)}t.compile=h(u.compile),t._compileUnsafe=h(u.compileUnsafe),t._compileToken=h(u.compileToken),t.prepareContext=m,t.selectAll=g(function(e,t,r){return e!==c.default.falseFunc&&t&&0!==t.length?r.adapter.findAll(e,t):[]}),t.selectOne=g(function(e,t,r){return e!==c.default.falseFunc&&t&&0!==t.length?r.adapter.findOne(e,t):null}),t.is=function(e,t,r){var n=p(r);return("function"==typeof t?t:(0,u.compile)(t,n))(e)},t.default=t.selectAll;var v=r(8161);Object.defineProperty(t,"filters",{enumerable:!0,get:function(){return v.filters}}),Object.defineProperty(t,"pseudos",{enumerable:!0,get:function(){return v.pseudos}}),Object.defineProperty(t,"aliases",{enumerable:!0,get:function(){return v.aliases}})},9433:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.aliases=void 0,t.aliases={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:":is(\n :is(button, input, select, textarea, optgroup, option)[disabled],\n optgroup[disabled] > option,\n fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)\n )",enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"}},6310:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.filters=void 0;var i=n(r(3172)),o=n(r(1264));function s(e,t){return function(r){var n=t.getParent(r);return null!=n&&t.isTag(n)&&e(r)}}function a(e){return function(t,r,n){var i=n.adapter[e];return"function"!=typeof i?o.default.falseFunc:function(e){return i(e)&&t(e)}}}t.filters={contains:function(e,t,r){var n=r.adapter;return function(r){return e(r)&&n.getText(r).includes(t)}},icontains:function(e,t,r){var n=r.adapter,i=t.toLowerCase();return function(t){return e(t)&&n.getText(t).toLowerCase().includes(i)}},"nth-child":function(e,t,r){var n=r.adapter,a=r.equals,c=(0,i.default)(t);return c===o.default.falseFunc?o.default.falseFunc:c===o.default.trueFunc?s(e,n):function(t){for(var r=n.getSiblings(t),i=0,o=0;o<r.length&&!a(t,r[o]);o++)n.isTag(r[o])&&i++;return c(i)&&e(t)}},"nth-last-child":function(e,t,r){var n=r.adapter,a=r.equals,c=(0,i.default)(t);return c===o.default.falseFunc?o.default.falseFunc:c===o.default.trueFunc?s(e,n):function(t){for(var r=n.getSiblings(t),i=0,o=r.length-1;o>=0&&!a(t,r[o]);o--)n.isTag(r[o])&&i++;return c(i)&&e(t)}},"nth-of-type":function(e,t,r){var n=r.adapter,a=r.equals,c=(0,i.default)(t);return c===o.default.falseFunc?o.default.falseFunc:c===o.default.trueFunc?s(e,n):function(t){for(var r=n.getSiblings(t),i=0,o=0;o<r.length;o++){var s=r[o];if(a(t,s))break;n.isTag(s)&&n.getName(s)===n.getName(t)&&i++}return c(i)&&e(t)}},"nth-last-of-type":function(e,t,r){var n=r.adapter,a=r.equals,c=(0,i.default)(t);return c===o.default.falseFunc?o.default.falseFunc:c===o.default.trueFunc?s(e,n):function(t){for(var r=n.getSiblings(t),i=0,o=r.length-1;o>=0;o--){var s=r[o];if(a(t,s))break;n.isTag(s)&&n.getName(s)===n.getName(t)&&i++}return c(i)&&e(t)}},root:function(e,t,r){var n=r.adapter;return function(t){var r=n.getParent(t);return(null==r||!n.isTag(r))&&e(t)}},scope:function(e,r,n,i){var o=n.equals;return i&&0!==i.length?1===i.length?function(t){return o(i[0],t)&&e(t)}:function(t){return i.includes(t)&&e(t)}:t.filters.root(e,r,n)},hover:a("isHovered"),visited:a("isVisited"),active:a("isActive")}},8161:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.compilePseudoSelector=t.aliases=t.pseudos=t.filters=void 0;var n=r(4090),i=r(6310);Object.defineProperty(t,"filters",{enumerable:!0,get:function(){return i.filters}});var o=r(682);Object.defineProperty(t,"pseudos",{enumerable:!0,get:function(){return o.pseudos}});var s=r(9433);Object.defineProperty(t,"aliases",{enumerable:!0,get:function(){return s.aliases}});var a=r(5234);t.compilePseudoSelector=function(e,t,r,c,u){var l,d=t.name,f=t.data;if(Array.isArray(f)){if(!(d in a.subselects))throw new Error("Unknown pseudo-class :".concat(d,"(").concat(f,")"));return a.subselects[d](e,f,r,c,u)}var p=null===(l=r.pseudos)||void 0===l?void 0:l[d],h="string"==typeof p?p:s.aliases[d];if("string"==typeof h){if(null!=f)throw new Error("Pseudo ".concat(d," doesn't have any arguments"));var g=(0,n.parse)(h);return a.subselects.is(e,g,r,c,u)}if("function"==typeof p)return(0,o.verifyPseudoArgs)(p,d,f,1),function(t){return p(t,f)&&e(t)};if(d in i.filters)return i.filters[d](e,f,r,c);if(d in o.pseudos){var m=o.pseudos[d];return(0,o.verifyPseudoArgs)(m,d,f,2),function(t){return m(t,r,f)&&e(t)}}throw new Error("Unknown pseudo-class :".concat(d))}},682:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.verifyPseudoArgs=t.pseudos=void 0,t.pseudos={empty:function(e,t){var r=t.adapter;return!r.getChildren(e).some(function(e){return r.isTag(e)||""!==r.getText(e)})},"first-child":function(e,t){var r=t.adapter,n=t.equals;if(r.prevElementSibling)return null==r.prevElementSibling(e);var i=r.getSiblings(e).find(function(e){return r.isTag(e)});return null!=i&&n(e,i)},"last-child":function(e,t){for(var r=t.adapter,n=t.equals,i=r.getSiblings(e),o=i.length-1;o>=0;o--){if(n(e,i[o]))return!0;if(r.isTag(i[o]))break}return!1},"first-of-type":function(e,t){for(var r=t.adapter,n=t.equals,i=r.getSiblings(e),o=r.getName(e),s=0;s<i.length;s++){var a=i[s];if(n(e,a))return!0;if(r.isTag(a)&&r.getName(a)===o)break}return!1},"last-of-type":function(e,t){for(var r=t.adapter,n=t.equals,i=r.getSiblings(e),o=r.getName(e),s=i.length-1;s>=0;s--){var a=i[s];if(n(e,a))return!0;if(r.isTag(a)&&r.getName(a)===o)break}return!1},"only-of-type":function(e,t){var r=t.adapter,n=t.equals,i=r.getName(e);return r.getSiblings(e).every(function(t){return n(e,t)||!r.isTag(t)||r.getName(t)!==i})},"only-child":function(e,t){var r=t.adapter,n=t.equals;return r.getSiblings(e).every(function(t){return n(e,t)||!r.isTag(t)})}},t.verifyPseudoArgs=function(e,t,r,n){if(null===r){if(e.length>n)throw new Error("Pseudo-class :".concat(t," requires an argument"))}else if(e.length===n)throw new Error("Pseudo-class :".concat(t," doesn't have any arguments"))}},5234:function(e,t,r){"use strict";var n=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.subselects=t.getNextSiblings=t.ensureIsTag=t.PLACEHOLDER_ELEMENT=void 0;var o=i(r(1264)),s=r(6491);function a(e,t){return e===o.default.falseFunc?o.default.falseFunc:function(r){return t.isTag(r)&&e(r)}}function c(e,t){var r=t.getSiblings(e);if(r.length<=1)return[];var n=r.indexOf(e);return n<0||n===r.length-1?[]:r.slice(n+1).filter(t.isTag)}function u(e){return{xmlMode:!!e.xmlMode,lowerCaseAttributeNames:!!e.lowerCaseAttributeNames,lowerCaseTags:!!e.lowerCaseTags,quirksMode:!!e.quirksMode,cacheResults:!!e.cacheResults,pseudos:e.pseudos,adapter:e.adapter,equals:e.equals}}t.PLACEHOLDER_ELEMENT={},t.ensureIsTag=a,t.getNextSiblings=c;var l=function(e,t,r,n,i){var s=i(t,u(r),n);return s===o.default.trueFunc?e:s===o.default.falseFunc?o.default.falseFunc:function(t){return s(t)&&e(t)}};t.subselects={is:l,matches:l,where:l,not:function(e,t,r,n,i){var s=i(t,u(r),n);return s===o.default.falseFunc?e:s===o.default.trueFunc?o.default.falseFunc:function(t){return!s(t)&&e(t)}},has:function(e,r,i,l,d){var f=i.adapter,p=u(i);p.relativeSelector=!0;var h=r.some(function(e){return e.some(s.isTraversal)})?[t.PLACEHOLDER_ELEMENT]:void 0,g=d(r,p,h);if(g===o.default.falseFunc)return o.default.falseFunc;var m=a(g,f);if(h&&g!==o.default.trueFunc){var v=g.shouldTestNextSiblings,y=void 0!==v&&v;return function(t){if(!e(t))return!1;h[0]=t;var r=f.getChildren(t),i=y?n(n([],r,!0),c(t,f),!0):r;return f.existsOne(m,i)}}return function(t){return e(t)&&f.existsOne(m,f.getChildren(t))}}}},6491:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isTraversal=void 0;var n=r(4090),i=new Map([[n.SelectorType.Universal,50],[n.SelectorType.Tag,30],[n.SelectorType.Attribute,1],[n.SelectorType.Pseudo,0]]);t.isTraversal=function(e){return!i.has(e.type)};var o=new Map([[n.AttributeAction.Exists,10],[n.AttributeAction.Equals,8],[n.AttributeAction.Not,7],[n.AttributeAction.Start,6],[n.AttributeAction.End,6],[n.AttributeAction.Any,5]]);function s(e){var t,r,a=null!==(t=i.get(e.type))&&void 0!==t?t:-1;return e.type===n.SelectorType.Attribute?(a=null!==(r=o.get(e.action))&&void 0!==r?r:4,e.action===n.AttributeAction.Equals&&"id"===e.name&&(a=9),e.ignoreCase&&(a>>=1)):e.type===n.SelectorType.Pseudo&&(e.data?"has"===e.name||"contains"===e.name?a=0:Array.isArray(e.data)?(a=Math.min.apply(Math,e.data.map(function(e){return Math.min.apply(Math,e.map(s))})))<0&&(a=0):a=2:a=3),a}t.default=function(e){for(var t=e.map(s),r=1;r<e.length;r++){var n=t[r];if(!(n<0))for(var i=r-1;i>=0&&n<t[i];i--){var o=e[i+1];e[i+1]=e[i],e[i]=o,t[i+1]=t[i],t[i]=n}}}},4090:(e,t,r)=>{"use strict";var n;r.r(t),r.d(t,{AttributeAction:()=>o,IgnoreCaseMode:()=>i,SelectorType:()=>n,isTraversal:()=>l,parse:()=>m,stringify:()=>C}),function(e){e.Attribute="attribute",e.Pseudo="pseudo",e.PseudoElement="pseudo-element",e.Tag="tag",e.Universal="universal",e.Adjacent="adjacent",e.Child="child",e.Descendant="descendant",e.Parent="parent",e.Sibling="sibling",e.ColumnCombinator="column-combinator"}(n||(n={}));const i={Unknown:null,QuirksMode:"quirks",IgnoreCase:!0,CaseSensitive:!1};var o;!function(e){e.Any="any",e.Element="element",e.End="end",e.Equals="equals",e.Exists="exists",e.Hyphen="hyphen",e.Not="not",e.Start="start"}(o||(o={}));const s=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,a=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,c=new Map([[126,o.Element],[94,o.Start],[36,o.End],[42,o.Any],[33,o.Not],[124,o.Hyphen]]),u=new Set(["has","not","matches","is","where","host","host-context"]);function l(e){switch(e.type){case n.Adjacent:case n.Child:case n.Descendant:case n.Parent:case n.Sibling:case n.ColumnCombinator:return!0;default:return!1}}const d=new Set(["contains","icontains"]);function f(e,t,r){const n=parseInt(t,16)-65536;return n!=n||r?t:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)}function p(e){return e.replace(a,f)}function h(e){return 39===e||34===e}function g(e){return 32===e||9===e||10===e||12===e||13===e}function m(e){const t=[],r=v(t,`${e}`,0);if(r<e.length)throw new Error(`Unmatched selector: ${e.slice(r)}`);return t}function v(e,t,r){let i=[];function a(e){const n=t.slice(r+e).match(s);if(!n)throw new Error(`Expected name, found ${t.slice(r)}`);const[i]=n;return r+=e+i.length,p(i)}function f(e){for(r+=e;r<t.length&&g(t.charCodeAt(r));)r++}function m(){const e=r+=1;let n=1;for(;n>0&&r<t.length;r++)40!==t.charCodeAt(r)||y(r)?41!==t.charCodeAt(r)||y(r)||n--:n++;if(n)throw new Error("Parenthesis not matched");return p(t.slice(e,r-1))}function y(e){let r=0;for(;92===t.charCodeAt(--e);)r++;return!(1&~r)}function b(){if(i.length>0&&l(i[i.length-1]))throw new Error("Did not expect successive traversals.")}function D(e){i.length>0&&i[i.length-1].type===n.Descendant?i[i.length-1].type=e:(b(),i.push({type:e}))}function w(e,t){i.push({type:n.Attribute,name:e,action:t,value:a(1),namespace:null,ignoreCase:"quirks"})}function k(){if(i.length&&i[i.length-1].type===n.Descendant&&i.pop(),0===i.length)throw new Error("Empty sub-selector");e.push(i)}if(f(0),t.length===r)return r;e:for(;r<t.length;){const e=t.charCodeAt(r);switch(e){case 32:case 9:case 10:case 12:case 13:0!==i.length&&i[0].type===n.Descendant||(b(),i.push({type:n.Descendant})),f(1);break;case 62:D(n.Child),f(1);break;case 60:D(n.Parent),f(1);break;case 126:D(n.Sibling),f(1);break;case 43:D(n.Adjacent),f(1);break;case 46:w("class",o.Element);break;case 35:w("id",o.Equals);break;case 91:{let e;f(1);let s=null;124===t.charCodeAt(r)?e=a(1):t.startsWith("*|",r)?(s="*",e=a(2)):(e=a(0),124===t.charCodeAt(r)&&61!==t.charCodeAt(r+1)&&(s=e,e=a(1))),f(0);let u=o.Exists;const l=c.get(t.charCodeAt(r));if(l){if(u=l,61!==t.charCodeAt(r+1))throw new Error("Expected `=`");f(2)}else 61===t.charCodeAt(r)&&(u=o.Equals,f(1));let d="",m=null;if("exists"!==u){if(h(t.charCodeAt(r))){const e=t.charCodeAt(r);let n=r+1;for(;n<t.length&&(t.charCodeAt(n)!==e||y(n));)n+=1;if(t.charCodeAt(n)!==e)throw new Error("Attribute value didn't end");d=p(t.slice(r+1,n)),r=n+1}else{const e=r;for(;r<t.length&&(!g(t.charCodeAt(r))&&93!==t.charCodeAt(r)||y(r));)r+=1;d=p(t.slice(e,r))}f(0);const e=32|t.charCodeAt(r);115===e?(m=!1,f(1)):105===e&&(m=!0,f(1))}if(93!==t.charCodeAt(r))throw new Error("Attribute selector didn't terminate");r+=1;const v={type:n.Attribute,name:e,action:u,value:d,namespace:s,ignoreCase:m};i.push(v);break}case 58:{if(58===t.charCodeAt(r+1)){i.push({type:n.PseudoElement,name:a(2).toLowerCase(),data:40===t.charCodeAt(r)?m():null});continue}const e=a(1).toLowerCase();let o=null;if(40===t.charCodeAt(r))if(u.has(e)){if(h(t.charCodeAt(r+1)))throw new Error(`Pseudo-selector ${e} cannot be quoted`);if(o=[],r=v(o,t,r+1),41!==t.charCodeAt(r))throw new Error(`Missing closing parenthesis in :${e} (${t})`);r+=1}else{if(o=m(),d.has(e)){const e=o.charCodeAt(0);e===o.charCodeAt(o.length-1)&&h(e)&&(o=o.slice(1,-1))}o=p(o)}i.push({type:n.Pseudo,name:e,data:o});break}case 44:k(),i=[],f(1);break;default:{if(t.startsWith("/*",r)){const e=t.indexOf("*/",r+2);if(e<0)throw new Error("Comment was not terminated");r=e+2,0===i.length&&f(0);break}let o,c=null;if(42===e)r+=1,o="*";else if(124===e){if(o="",124===t.charCodeAt(r+1)){D(n.ColumnCombinator),f(2);break}}else{if(!s.test(t.slice(r)))break e;o=a(0)}124===t.charCodeAt(r)&&124!==t.charCodeAt(r+1)&&(c=o,42===t.charCodeAt(r+1)?(o="*",r+=2):o=a(1)),i.push("*"===o?{type:n.Universal,namespace:c}:{type:n.Tag,name:o,namespace:c})}}}return k(),r}const y=["\\",'"'],b=[...y,"(",")"],D=new Set(y.map(e=>e.charCodeAt(0))),w=new Set(b.map(e=>e.charCodeAt(0))),k=new Set([...b,"~","^","$","*","+","!","|",":","[","]"," ","."].map(e=>e.charCodeAt(0)));function C(e){return e.map(e=>e.map(R).join("")).join(", ")}function R(e,t,r){switch(e.type){case n.Child:return 0===t?"> ":" > ";case n.Parent:return 0===t?"< ":" < ";case n.Sibling:return 0===t?"~ ":" ~ ";case n.Adjacent:return 0===t?"+ ":" + ";case n.Descendant:return" ";case n.ColumnCombinator:return 0===t?"|| ":" || ";case n.Universal:return"*"===e.namespace&&t+1<r.length&&"name"in r[t+1]?"":`${T(e.namespace)}*`;case n.Tag:return E(e);case n.PseudoElement:return`::${A(e.name,k)}${null===e.data?"":`(${A(e.data,w)})`}`;case n.Pseudo:return`:${A(e.name,k)}${null===e.data?"":`(${"string"==typeof e.data?A(e.data,w):C(e.data)})`}`;case n.Attribute:{if("id"===e.name&&e.action===o.Equals&&"quirks"===e.ignoreCase&&!e.namespace)return`#${A(e.value,k)}`;if("class"===e.name&&e.action===o.Element&&"quirks"===e.ignoreCase&&!e.namespace)return`.${A(e.value,k)}`;const t=E(e);return e.action===o.Exists?`[${t}]`:`[${t}${function(e){switch(e){case o.Equals:return"";case o.Element:return"~";case o.Start:return"^";case o.End:return"$";case o.Any:return"*";case o.Not:return"!";case o.Hyphen:return"|";case o.Exists:throw new Error("Shouldn't be here")}}(e.action)}="${A(e.value,D)}"${null===e.ignoreCase?"":e.ignoreCase?" i":" s"}]`}}}function E(e){return`${T(e.namespace)}${A(e.name,k)}`}function T(e){return null!==e?`${"*"===e?"*":A(e,k)}|`:""}function A(e,t){let r=0,n="";for(let i=0;i<e.length;i++)t.has(e.charCodeAt(i))&&(n+=`${e.slice(r,i)}\\${e.charAt(i)}`,r=i+1);return n.length>0?n+e.slice(r):e}},4460:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.attributeNames=t.elementNames=void 0,t.elementNames=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","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","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(function(e){return[e.toLowerCase(),e]})),t.attributeNames=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(function(e){return[e.toLowerCase(),e]}))},3806:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},n.apply(this,arguments)},i=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&i(t,e,r);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.render=void 0;var a=s(r(5413)),c=r(2730),u=r(4460),l=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function d(e){return e.replace(/"/g,""")}var f=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function p(e,t){void 0===t&&(t={});for(var r=("length"in e?e:[e]),n="",i=0;i<r.length;i++)n+=h(r[i],t);return n}function h(e,t){switch(e.type){case a.Root:return p(e.children,t);case a.Doctype:case a.Directive:return"<".concat(e.data,">");case a.Comment:return"\x3c!--".concat(e.data,"--\x3e");case a.CDATA:return function(e){return"<![CDATA[".concat(e.children[0].data,"]]>")}(e);case a.Script:case a.Style:case a.Tag:return function(e,t){var r;"foreign"===t.xmlMode&&(e.name=null!==(r=u.elementNames.get(e.name))&&void 0!==r?r:e.name,e.parent&&g.has(e.parent.name)&&(t=n(n({},t),{xmlMode:!1}))),!t.xmlMode&&m.has(e.name)&&(t=n(n({},t),{xmlMode:"foreign"}));var i="<".concat(e.name),o=function(e,t){var r;if(e){var n=!1===(null!==(r=t.encodeEntities)&&void 0!==r?r:t.decodeEntities)?d:t.xmlMode||"utf8"!==t.encodeEntities?c.encodeXML:c.escapeAttribute;return Object.keys(e).map(function(r){var i,o,s=null!==(i=e[r])&&void 0!==i?i:"";return"foreign"===t.xmlMode&&(r=null!==(o=u.attributeNames.get(r))&&void 0!==o?o:r),t.emptyAttrs||t.xmlMode||""!==s?"".concat(r,'="').concat(n(s),'"'):r}).join(" ")}}(e.attribs,t);return o&&(i+=" ".concat(o)),0===e.children.length&&(t.xmlMode?!1!==t.selfClosingTags:t.selfClosingTags&&f.has(e.name))?(t.xmlMode||(i+=" "),i+="/>"):(i+=">",e.children.length>0&&(i+=p(e.children,t)),!t.xmlMode&&f.has(e.name)||(i+="</".concat(e.name,">"))),i}(e,t);case a.Text:return function(e,t){var r,n=e.data||"";return!1===(null!==(r=t.encodeEntities)&&void 0!==r?r:t.decodeEntities)||!t.xmlMode&&e.parent&&l.has(e.parent.name)||(n=t.xmlMode||"utf8"!==t.encodeEntities?(0,c.encodeXML)(n):(0,c.escapeText)(n)),n}(e,t)}}t.render=p,t.default=p;var g=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),m=new Set(["svg","math"])},5413:(e,t)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.Doctype=t.CDATA=t.Tag=t.Style=t.Script=t.Comment=t.Directive=t.Text=t.Root=t.isTag=t.ElementType=void 0,function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"}(r=t.ElementType||(t.ElementType={})),t.isTag=function(e){return e.type===r.Tag||e.type===r.Script||e.type===r.Style},t.Root=r.Root,t.Text=r.Text,t.Directive=r.Directive,t.Comment=r.Comment,t.Script=r.Script,t.Style=r.Style,t.Tag=r.Tag,t.CDATA=r.CDATA,t.Doctype=r.Doctype},1141:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.DomHandler=void 0;var o=r(5413),s=r(6957);i(r(6957),t);var a={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},c=function(){function e(e,t,r){this.dom=[],this.root=new s.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,"function"==typeof t&&(r=t,t=a),"object"==typeof e&&(t=e,e=void 0),this.callback=null!=e?e:null,this.options=null!=t?t:a,this.elementCB=null!=r?r:null}return e.prototype.onparserinit=function(e){this.parser=e},e.prototype.onreset=function(){this.dom=[],this.root=new s.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},e.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},e.prototype.onerror=function(e){this.handleCallback(e)},e.prototype.onclosetag=function(){this.lastNode=null;var e=this.tagStack.pop();this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(e)},e.prototype.onopentag=function(e,t){var r=this.options.xmlMode?o.ElementType.Tag:void 0,n=new s.Element(e,t,void 0,r);this.addNode(n),this.tagStack.push(n)},e.prototype.ontext=function(e){var t=this.lastNode;if(t&&t.type===o.ElementType.Text)t.data+=e,this.options.withEndIndices&&(t.endIndex=this.parser.endIndex);else{var r=new s.Text(e);this.addNode(r),this.lastNode=r}},e.prototype.oncomment=function(e){if(this.lastNode&&this.lastNode.type===o.ElementType.Comment)this.lastNode.data+=e;else{var t=new s.Comment(e);this.addNode(t),this.lastNode=t}},e.prototype.oncommentend=function(){this.lastNode=null},e.prototype.oncdatastart=function(){var e=new s.Text(""),t=new s.CDATA([e]);this.addNode(t),e.parent=t,this.lastNode=e},e.prototype.oncdataend=function(){this.lastNode=null},e.prototype.onprocessinginstruction=function(e,t){var r=new s.ProcessingInstruction(e,t);this.addNode(r)},e.prototype.handleCallback=function(e){if("function"==typeof this.callback)this.callback(e,this.dom);else if(e)throw e},e.prototype.addNode=function(e){var t=this.tagStack[this.tagStack.length-1],r=t.children[t.children.length-1];this.options.withStartIndices&&(e.startIndex=this.parser.startIndex),this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),t.children.push(e),r&&(e.prev=r,r.next=e),e.parent=t,this.lastNode=null},e}();t.DomHandler=c,t.default=c},6957:function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},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 r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.cloneNode=t.hasChildren=t.isDocument=t.isDirective=t.isComment=t.isText=t.isCDATA=t.isTag=t.Element=t.Document=t.CDATA=t.NodeWithChildren=t.ProcessingInstruction=t.Comment=t.Text=t.DataNode=t.Node=void 0;var s=r(5413),a=function(){function e(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(e.prototype,"parentNode",{get:function(){return this.parent},set:function(e){this.parent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"previousSibling",{get:function(){return this.prev},set:function(e){this.prev=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"nextSibling",{get:function(){return this.next},set:function(e){this.next=e},enumerable:!1,configurable:!0}),e.prototype.cloneNode=function(e){return void 0===e&&(e=!1),k(this,e)},e}();t.Node=a;var c=function(e){function t(t){var r=e.call(this)||this;return r.data=t,r}return i(t,e),Object.defineProperty(t.prototype,"nodeValue",{get:function(){return this.data},set:function(e){this.data=e},enumerable:!1,configurable:!0}),t}(a);t.DataNode=c;var u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=s.ElementType.Text,t}return i(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 3},enumerable:!1,configurable:!0}),t}(c);t.Text=u;var l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=s.ElementType.Comment,t}return i(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 8},enumerable:!1,configurable:!0}),t}(c);t.Comment=l;var d=function(e){function t(t,r){var n=e.call(this,r)||this;return n.name=t,n.type=s.ElementType.Directive,n}return i(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),t}(c);t.ProcessingInstruction=d;var f=function(e){function t(t){var r=e.call(this)||this;return r.children=t,r}return i(t,e),Object.defineProperty(t.prototype,"firstChild",{get:function(){var e;return null!==(e=this.children[0])&&void 0!==e?e:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"childNodes",{get:function(){return this.children},set:function(e){this.children=e},enumerable:!1,configurable:!0}),t}(a);t.NodeWithChildren=f;var p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=s.ElementType.CDATA,t}return i(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),t}(f);t.CDATA=p;var h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=s.ElementType.Root,t}return i(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),t}(f);t.Document=h;var g=function(e){function t(t,r,n,i){void 0===n&&(n=[]),void 0===i&&(i="script"===t?s.ElementType.Script:"style"===t?s.ElementType.Style:s.ElementType.Tag);var o=e.call(this,n)||this;return o.name=t,o.attribs=r,o.type=i,o}return i(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"tagName",{get:function(){return this.name},set:function(e){this.name=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e=this;return Object.keys(this.attribs).map(function(t){var r,n;return{name:t,value:e.attribs[t],namespace:null===(r=e["x-attribsNamespace"])||void 0===r?void 0:r[t],prefix:null===(n=e["x-attribsPrefix"])||void 0===n?void 0:n[t]}})},enumerable:!1,configurable:!0}),t}(f);function m(e){return(0,s.isTag)(e)}function v(e){return e.type===s.ElementType.CDATA}function y(e){return e.type===s.ElementType.Text}function b(e){return e.type===s.ElementType.Comment}function D(e){return e.type===s.ElementType.Directive}function w(e){return e.type===s.ElementType.Root}function k(e,t){var r;if(void 0===t&&(t=!1),y(e))r=new u(e.data);else if(b(e))r=new l(e.data);else if(m(e)){var n=t?C(e.children):[],i=new g(e.name,o({},e.attribs),n);n.forEach(function(e){return e.parent=i}),null!=e.namespace&&(i.namespace=e.namespace),e["x-attribsNamespace"]&&(i["x-attribsNamespace"]=o({},e["x-attribsNamespace"])),e["x-attribsPrefix"]&&(i["x-attribsPrefix"]=o({},e["x-attribsPrefix"])),r=i}else if(v(e)){n=t?C(e.children):[];var s=new p(n);n.forEach(function(e){return e.parent=s}),r=s}else if(w(e)){n=t?C(e.children):[];var a=new h(n);n.forEach(function(e){return e.parent=a}),e["x-mode"]&&(a["x-mode"]=e["x-mode"]),r=a}else{if(!D(e))throw new Error("Not implemented yet: ".concat(e.type));var c=new d(e.name,e.data);null!=e["x-name"]&&(c["x-name"]=e["x-name"],c["x-publicId"]=e["x-publicId"],c["x-systemId"]=e["x-systemId"]),r=c}return r.startIndex=e.startIndex,r.endIndex=e.endIndex,null!=e.sourceCodeLocation&&(r.sourceCodeLocation=e.sourceCodeLocation),r}function C(e){for(var t=e.map(function(e){return k(e,!0)}),r=1;r<t.length;r++)t[r].prev=t[r-1],t[r-1].next=t[r];return t}t.Element=g,t.isTag=m,t.isCDATA=v,t.isText=y,t.isComment=b,t.isDirective=D,t.isDocument=w,t.hasChildren=function(e){return Object.prototype.hasOwnProperty.call(e,"children")},t.cloneNode=k},4437:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getFeed=void 0;var n=r(6037),i=r(3209);t.getFeed=function(e){var t=c(d,e);return t?"feed"===t.name?function(e){var t,r=e.children,n={type:"atom",items:(0,i.getElementsByTagName)("entry",r).map(function(e){var t,r=e.children,n={media:a(r)};l(n,"id","id",r),l(n,"title","title",r);var i=null===(t=c("link",r))||void 0===t?void 0:t.attribs.href;i&&(n.link=i);var o=u("summary",r)||u("content",r);o&&(n.description=o);var s=u("updated",r);return s&&(n.pubDate=new Date(s)),n})};l(n,"id","id",r),l(n,"title","title",r);var o=null===(t=c("link",r))||void 0===t?void 0:t.attribs.href;o&&(n.link=o),l(n,"description","subtitle",r);var s=u("updated",r);return s&&(n.updated=new Date(s)),l(n,"author","email",r,!0),n}(t):function(e){var t,r,n=null!==(r=null===(t=c("channel",e.children))||void 0===t?void 0:t.children)&&void 0!==r?r:[],o={type:e.name.substr(0,3),id:"",items:(0,i.getElementsByTagName)("item",e.children).map(function(e){var t=e.children,r={media:a(t)};l(r,"id","guid",t),l(r,"title","title",t),l(r,"link","link",t),l(r,"description","description",t);var n=u("pubDate",t)||u("dc:date",t);return n&&(r.pubDate=new Date(n)),r})};l(o,"title","title",n),l(o,"link","link",n),l(o,"description","description",n);var s=u("lastBuildDate",n);return s&&(o.updated=new Date(s)),l(o,"author","managingEditor",n,!0),o}(t):null};var o=["url","type","lang"],s=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function a(e){return(0,i.getElementsByTagName)("media:content",e).map(function(e){for(var t=e.attribs,r={medium:t.medium,isDefault:!!t.isDefault},n=0,i=o;n<i.length;n++)t[u=i[n]]&&(r[u]=t[u]);for(var a=0,c=s;a<c.length;a++){var u;t[u=c[a]]&&(r[u]=parseInt(t[u],10))}return t.expression&&(r.expression=t.expression),r})}function c(e,t){return(0,i.getElementsByTagName)(e,t,!0,1)[0]}function u(e,t,r){return void 0===r&&(r=!1),(0,n.textContent)((0,i.getElementsByTagName)(e,t,r,1)).trim()}function l(e,t,r,n,i){void 0===i&&(i=!1);var o=u(r,n,i);o&&(e[t]=o)}function d(e){return"rss"===e||"feed"===e||"rdf:RDF"===e}},5397:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.uniqueSort=t.compareDocumentPosition=t.DocumentPosition=t.removeSubsets=void 0;var n,i=r(1141);function o(e,t){var r=[],o=[];if(e===t)return 0;for(var s=(0,i.hasChildren)(e)?e:e.parent;s;)r.unshift(s),s=s.parent;for(s=(0,i.hasChildren)(t)?t:t.parent;s;)o.unshift(s),s=s.parent;for(var a=Math.min(r.length,o.length),c=0;c<a&&r[c]===o[c];)c++;if(0===c)return n.DISCONNECTED;var u=r[c-1],l=u.children,d=r[c],f=o[c];return l.indexOf(d)>l.indexOf(f)?u===t?n.FOLLOWING|n.CONTAINED_BY:n.FOLLOWING:u===e?n.PRECEDING|n.CONTAINS:n.PRECEDING}t.removeSubsets=function(e){for(var t=e.length;--t>=0;){var r=e[t];if(t>0&&e.lastIndexOf(r,t-1)>=0)e.splice(t,1);else for(var n=r.parent;n;n=n.parent)if(e.includes(n)){e.splice(t,1);break}}return e},function(e){e[e.DISCONNECTED=1]="DISCONNECTED",e[e.PRECEDING=2]="PRECEDING",e[e.FOLLOWING=4]="FOLLOWING",e[e.CONTAINS=8]="CONTAINS",e[e.CONTAINED_BY=16]="CONTAINED_BY"}(n=t.DocumentPosition||(t.DocumentPosition={})),t.compareDocumentPosition=o,t.uniqueSort=function(e){return(e=e.filter(function(e,t,r){return!r.includes(e,t+1)})).sort(function(e,t){var r=o(e,t);return r&n.PRECEDING?-1:r&n.FOLLOWING?1:0}),e}},8888:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.hasChildren=t.isDocument=t.isComment=t.isText=t.isCDATA=t.isTag=void 0,i(r(6037),t),i(r(8938),t),i(r(3403),t),i(r(718),t),i(r(3209),t),i(r(5397),t),i(r(4437),t);var o=r(1141);Object.defineProperty(t,"isTag",{enumerable:!0,get:function(){return o.isTag}}),Object.defineProperty(t,"isCDATA",{enumerable:!0,get:function(){return o.isCDATA}}),Object.defineProperty(t,"isText",{enumerable:!0,get:function(){return o.isText}}),Object.defineProperty(t,"isComment",{enumerable:!0,get:function(){return o.isComment}}),Object.defineProperty(t,"isDocument",{enumerable:!0,get:function(){return o.isDocument}}),Object.defineProperty(t,"hasChildren",{enumerable:!0,get:function(){return o.hasChildren}})},3209:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getElementsByTagType=t.getElementsByTagName=t.getElementById=t.getElements=t.testElement=void 0;var n=r(1141),i=r(718),o={tag_name:function(e){return"function"==typeof e?function(t){return(0,n.isTag)(t)&&e(t.name)}:"*"===e?n.isTag:function(t){return(0,n.isTag)(t)&&t.name===e}},tag_type:function(e){return"function"==typeof e?function(t){return e(t.type)}:function(t){return t.type===e}},tag_contains:function(e){return"function"==typeof e?function(t){return(0,n.isText)(t)&&e(t.data)}:function(t){return(0,n.isText)(t)&&t.data===e}}};function s(e,t){return"function"==typeof t?function(r){return(0,n.isTag)(r)&&t(r.attribs[e])}:function(r){return(0,n.isTag)(r)&&r.attribs[e]===t}}function a(e,t){return function(r){return e(r)||t(r)}}function c(e){var t=Object.keys(e).map(function(t){var r=e[t];return Object.prototype.hasOwnProperty.call(o,t)?o[t](r):s(t,r)});return 0===t.length?null:t.reduce(a)}t.testElement=function(e,t){var r=c(e);return!r||r(t)},t.getElements=function(e,t,r,n){void 0===n&&(n=1/0);var o=c(e);return o?(0,i.filter)(o,t,r,n):[]},t.getElementById=function(e,t,r){return void 0===r&&(r=!0),Array.isArray(t)||(t=[t]),(0,i.findOne)(s("id",e),t,r)},t.getElementsByTagName=function(e,t,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,i.filter)(o.tag_name(e),t,r,n)},t.getElementsByTagType=function(e,t,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,i.filter)(o.tag_type(e),t,r,n)}},3403:(e,t)=>{"use strict";function r(e){if(e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e.parent){var t=e.parent.children,r=t.lastIndexOf(e);r>=0&&t.splice(r,1)}e.next=null,e.prev=null,e.parent=null}Object.defineProperty(t,"__esModule",{value:!0}),t.prepend=t.prependChild=t.append=t.appendChild=t.replaceElement=t.removeElement=void 0,t.removeElement=r,t.replaceElement=function(e,t){var r=t.prev=e.prev;r&&(r.next=t);var n=t.next=e.next;n&&(n.prev=t);var i=t.parent=e.parent;if(i){var o=i.children;o[o.lastIndexOf(e)]=t,e.parent=null}},t.appendChild=function(e,t){if(r(t),t.next=null,t.parent=e,e.children.push(t)>1){var n=e.children[e.children.length-2];n.next=t,t.prev=n}else t.prev=null},t.append=function(e,t){r(t);var n=e.parent,i=e.next;if(t.next=i,t.prev=e,e.next=t,t.parent=n,i){if(i.prev=t,n){var o=n.children;o.splice(o.lastIndexOf(i),0,t)}}else n&&n.children.push(t)},t.prependChild=function(e,t){if(r(t),t.parent=e,t.prev=null,1!==e.children.unshift(t)){var n=e.children[1];n.prev=t,t.next=n}else t.next=null},t.prepend=function(e,t){r(t);var n=e.parent;if(n){var i=n.children;i.splice(i.indexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=n,t.prev=e.prev,t.next=e,e.prev=t}},718:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.findAll=t.existsOne=t.findOne=t.findOneChild=t.find=t.filter=void 0;var n=r(1141);function i(e,t,r,i){for(var o=[],s=[t],a=[0];;)if(a[0]>=s[0].length){if(1===a.length)return o;s.shift(),a.shift()}else{var c=s[0][a[0]++];if(e(c)&&(o.push(c),--i<=0))return o;r&&(0,n.hasChildren)(c)&&c.children.length>0&&(a.unshift(0),s.unshift(c.children))}}t.filter=function(e,t,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),i(e,Array.isArray(t)?t:[t],r,n)},t.find=i,t.findOneChild=function(e,t){return t.find(e)},t.findOne=function e(t,r,i){void 0===i&&(i=!0);for(var o=null,s=0;s<r.length&&!o;s++){var a=r[s];(0,n.isTag)(a)&&(t(a)?o=a:i&&a.children.length>0&&(o=e(t,a.children,!0)))}return o},t.existsOne=function e(t,r){return r.some(function(r){return(0,n.isTag)(r)&&(t(r)||e(t,r.children))})},t.findAll=function(e,t){for(var r=[],i=[t],o=[0];;)if(o[0]>=i[0].length){if(1===i.length)return r;i.shift(),o.shift()}else{var s=i[0][o[0]++];(0,n.isTag)(s)&&(e(s)&&r.push(s),s.children.length>0&&(o.unshift(0),i.unshift(s.children)))}}},6037:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.innerText=t.textContent=t.getText=t.getInnerHTML=t.getOuterHTML=void 0;var i=r(1141),o=n(r(3806)),s=r(5413);function a(e,t){return(0,o.default)(e,t)}t.getOuterHTML=a,t.getInnerHTML=function(e,t){return(0,i.hasChildren)(e)?e.children.map(function(e){return a(e,t)}).join(""):""},t.getText=function e(t){return Array.isArray(t)?t.map(e).join(""):(0,i.isTag)(t)?"br"===t.name?"\n":e(t.children):(0,i.isCDATA)(t)?e(t.children):(0,i.isText)(t)?t.data:""},t.textContent=function e(t){return Array.isArray(t)?t.map(e).join(""):(0,i.hasChildren)(t)&&!(0,i.isComment)(t)?e(t.children):(0,i.isText)(t)?t.data:""},t.innerText=function e(t){return Array.isArray(t)?t.map(e).join(""):(0,i.hasChildren)(t)&&(t.type===s.ElementType.Tag||(0,i.isCDATA)(t))?e(t.children):(0,i.isText)(t)?t.data:""}},8938:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.prevElementSibling=t.nextElementSibling=t.getName=t.hasAttrib=t.getAttributeValue=t.getSiblings=t.getParent=t.getChildren=void 0;var n=r(1141);function i(e){return(0,n.hasChildren)(e)?e.children:[]}function o(e){return e.parent||null}t.getChildren=i,t.getParent=o,t.getSiblings=function(e){var t=o(e);if(null!=t)return i(t);for(var r=[e],n=e.prev,s=e.next;null!=n;)r.unshift(n),n=n.prev;for(;null!=s;)r.push(s),s=s.next;return r},t.getAttributeValue=function(e,t){var r;return null===(r=e.attribs)||void 0===r?void 0:r[t]},t.hasAttrib=function(e,t){return null!=e.attribs&&Object.prototype.hasOwnProperty.call(e.attribs,t)&&null!=e.attribs[t]},t.getName=function(e){return e.name},t.nextElementSibling=function(e){for(var t=e.next;null!==t&&!(0,n.isTag)(t);)t=t.next;return t},t.prevElementSibling=function(e){for(var t=e.prev;null!==t&&!(0,n.isTag)(t);)t=t.prev;return t}},9878:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXML=t.decodeHTMLStrict=t.decodeHTMLAttribute=t.decodeHTML=t.determineBranch=t.EntityDecoder=t.DecodingMode=t.BinTrieFlags=t.fromCodePoint=t.replaceCodePoint=t.decodeCodePoint=t.xmlDecodeTree=t.htmlDecodeTree=void 0;var a=s(r(3603));t.htmlDecodeTree=a.default;var c=s(r(2517));t.xmlDecodeTree=c.default;var u=o(r(5096));t.decodeCodePoint=u.default;var l,d,f,p,h=r(5096);function g(e){return e>=l.ZERO&&e<=l.NINE}Object.defineProperty(t,"replaceCodePoint",{enumerable:!0,get:function(){return h.replaceCodePoint}}),Object.defineProperty(t,"fromCodePoint",{enumerable:!0,get:function(){return h.fromCodePoint}}),function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(l||(l={})),function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(d=t.BinTrieFlags||(t.BinTrieFlags={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(f||(f={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(p=t.DecodingMode||(t.DecodingMode={}));var m=function(){function e(e,t,r){this.decodeTree=e,this.emitCodePoint=t,this.errors=r,this.state=f.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=p.Strict}return e.prototype.startEntity=function(e){this.decodeMode=e,this.state=f.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},e.prototype.write=function(e,t){switch(this.state){case f.EntityStart:return e.charCodeAt(t)===l.NUM?(this.state=f.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=f.NamedEntity,this.stateNamedEntity(e,t));case f.NumericStart:return this.stateNumericStart(e,t);case f.NumericDecimal:return this.stateNumericDecimal(e,t);case f.NumericHex:return this.stateNumericHex(e,t);case f.NamedEntity:return this.stateNamedEntity(e,t)}},e.prototype.stateNumericStart=function(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===l.LOWER_X?(this.state=f.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=f.NumericDecimal,this.stateNumericDecimal(e,t))},e.prototype.addToNumericResult=function(e,t,r,n){if(t!==r){var i=r-t;this.result=this.result*Math.pow(n,i)+parseInt(e.substr(t,i),n),this.consumed+=i}},e.prototype.stateNumericHex=function(e,t){for(var r,n=t;t<e.length;){var i=e.charCodeAt(t);if(!(g(i)||(r=i,r>=l.UPPER_A&&r<=l.UPPER_F||r>=l.LOWER_A&&r<=l.LOWER_F)))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(i,3);t+=1}return this.addToNumericResult(e,n,t,16),-1},e.prototype.stateNumericDecimal=function(e,t){for(var r=t;t<e.length;){var n=e.charCodeAt(t);if(!g(n))return this.addToNumericResult(e,r,t,10),this.emitNumericEntity(n,2);t+=1}return this.addToNumericResult(e,r,t,10),-1},e.prototype.emitNumericEntity=function(e,t){var r;if(this.consumed<=t)return null===(r=this.errors)||void 0===r||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===l.SEMI)this.consumed+=1;else if(this.decodeMode===p.Strict)return 0;return this.emitCodePoint((0,u.replaceCodePoint)(this.result),this.consumed),this.errors&&(e!==l.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed},e.prototype.stateNamedEntity=function(e,t){for(var r=this.decodeTree,n=r[this.treeIndex],i=(n&d.VALUE_LENGTH)>>14;t<e.length;t++,this.excess++){var o=e.charCodeAt(t);if(this.treeIndex=y(r,n,this.treeIndex+Math.max(1,i),o),this.treeIndex<0)return 0===this.result||this.decodeMode===p.Attribute&&(0===i||(s=o)===l.EQUALS||function(e){return e>=l.UPPER_A&&e<=l.UPPER_Z||e>=l.LOWER_A&&e<=l.LOWER_Z||g(e)}(s))?0:this.emitNotTerminatedNamedEntity();if(0!=(i=((n=r[this.treeIndex])&d.VALUE_LENGTH)>>14)){if(o===l.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==p.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}var s;return-1},e.prototype.emitNotTerminatedNamedEntity=function(){var e,t=this.result,r=(this.decodeTree[t]&d.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed},e.prototype.emitNamedEntityData=function(e,t,r){var n=this.decodeTree;return this.emitCodePoint(1===t?n[e]&~d.VALUE_LENGTH:n[e+1],r),3===t&&this.emitCodePoint(n[e+2],r),r},e.prototype.end=function(){var e;switch(this.state){case f.NamedEntity:return 0===this.result||this.decodeMode===p.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case f.NumericDecimal:return this.emitNumericEntity(0,2);case f.NumericHex:return this.emitNumericEntity(0,3);case f.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case f.EntityStart:return 0}},e}();function v(e){var t="",r=new m(e,function(e){return t+=(0,u.fromCodePoint)(e)});return function(e,n){for(var i=0,o=0;(o=e.indexOf("&",o))>=0;){t+=e.slice(i,o),r.startEntity(n);var s=r.write(e,o+1);if(s<0){i=o+r.end();break}i=o+s,o=0===s?i+1:i}var a=t+e.slice(i);return t="",a}}function y(e,t,r,n){var i=(t&d.BRANCH_LENGTH)>>7,o=t&d.JUMP_TABLE;if(0===i)return 0!==o&&n===o?r:-1;if(o){var s=n-o;return s<0||s>=i?-1:e[r+s]-1}for(var a=r,c=a+i-1;a<=c;){var u=a+c>>>1,l=e[u];if(l<n)a=u+1;else{if(!(l>n))return e[u+i];c=u-1}}return-1}t.EntityDecoder=m,t.determineBranch=y;var b=v(a.default),D=v(c.default);t.decodeHTML=function(e,t){return void 0===t&&(t=p.Legacy),b(e,t)},t.decodeHTMLAttribute=function(e){return b(e,p.Attribute)},t.decodeHTMLStrict=function(e){return b(e,p.Strict)},t.decodeXML=function(e){return D(e,p.Strict)}},5096:(e,t)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.replaceCodePoint=t.fromCodePoint=void 0;var n=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function i(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=n.get(e))&&void 0!==t?t:e}t.fromCodePoint=null!==(r=String.fromCodePoint)&&void 0!==r?r:function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+String.fromCharCode(e)},t.replaceCodePoint=i,t.default=function(e){return(0,t.fromCodePoint)(i(e))}},1818:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.encodeNonAsciiHTML=t.encodeHTML=void 0;var i=n(r(5504)),o=r(5987),s=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function a(e,t){for(var r,n="",s=0;null!==(r=e.exec(t));){var a=r.index;n+=t.substring(s,a);var c=t.charCodeAt(a),u=i.default.get(c);if("object"==typeof u){if(a+1<t.length){var l=t.charCodeAt(a+1),d="number"==typeof u.n?u.n===l?u.o:void 0:u.n.get(l);if(void 0!==d){n+=d,s=e.lastIndex+=1;continue}}u=u.v}if(void 0!==u)n+=u,s=a+1;else{var f=(0,o.getCodePoint)(t,a);n+="&#x".concat(f.toString(16),";"),s=e.lastIndex+=Number(f!==c)}}return n+t.substr(s)}t.encodeHTML=function(e){return a(s,e)},t.encodeNonAsciiHTML=function(e){return a(o.xmlReplacer,e)}},5987:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.escapeText=t.escapeAttribute=t.escapeUTF8=t.escape=t.encodeXML=t.getCodePoint=t.xmlReplacer=void 0,t.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var r=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);function n(e){for(var n,i="",o=0;null!==(n=t.xmlReplacer.exec(e));){var s=n.index,a=e.charCodeAt(s),c=r.get(a);void 0!==c?(i+=e.substring(o,s)+c,o=s+1):(i+="".concat(e.substring(o,s),"&#x").concat((0,t.getCodePoint)(e,s).toString(16),";"),o=t.xmlReplacer.lastIndex+=Number(55296==(64512&a)))}return i+e.substr(o)}function i(e,t){return function(r){for(var n,i=0,o="";n=e.exec(r);)i!==n.index&&(o+=r.substring(i,n.index)),o+=t.get(n[0].charCodeAt(0)),i=n.index+1;return o+r.substring(i)}}t.getCodePoint=null!=String.prototype.codePointAt?function(e,t){return e.codePointAt(t)}:function(e,t){return 55296==(64512&e.charCodeAt(t))?1024*(e.charCodeAt(t)-55296)+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t)},t.encodeXML=n,t.escape=n,t.escapeUTF8=i(/[&<>'"]/g,r),t.escapeAttribute=i(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),t.escapeText=i(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))},3603:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(function(e){return e.charCodeAt(0)}))},2517:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(function(e){return e.charCodeAt(0)}))},5504:(e,t)=>{"use strict";function r(e){for(var t=1;t<e.length;t++)e[t][0]+=e[t-1][0]+1;return e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=new Map(r([[9,"	"],[0,"
"],[22,"!"],[0,"""],[0,"#"],[0,"$"],[0,"%"],[0,"&"],[0,"'"],[0,"("],[0,")"],[0,"*"],[0,"+"],[0,","],[1,"."],[0,"/"],[10,":"],[0,";"],[0,{v:"<",n:8402,o:"<⃒"}],[0,{v:"=",n:8421,o:"=⃥"}],[0,{v:">",n:8402,o:">⃒"}],[0,"?"],[0,"@"],[26,"["],[0,"\"],[0,"]"],[0,"^"],[0,"_"],[0,"`"],[5,{n:106,o:"fj"}],[20,"{"],[0,"|"],[0,"}"],[34," "],[0,"¡"],[0,"¢"],[0,"£"],[0,"¤"],[0,"¥"],[0,"¦"],[0,"§"],[0,"¨"],[0,"©"],[0,"ª"],[0,"«"],[0,"¬"],[0,"­"],[0,"®"],[0,"¯"],[0,"°"],[0,"±"],[0,"²"],[0,"³"],[0,"´"],[0,"µ"],[0,"¶"],[0,"·"],[0,"¸"],[0,"¹"],[0,"º"],[0,"»"],[0,"¼"],[0,"½"],[0,"¾"],[0,"¿"],[0,"À"],[0,"Á"],[0,"Â"],[0,"Ã"],[0,"Ä"],[0,"Å"],[0,"Æ"],[0,"Ç"],[0,"È"],[0,"É"],[0,"Ê"],[0,"Ë"],[0,"Ì"],[0,"Í"],[0,"Î"],[0,"Ï"],[0,"Ð"],[0,"Ñ"],[0,"Ò"],[0,"Ó"],[0,"Ô"],[0,"Õ"],[0,"Ö"],[0,"×"],[0,"Ø"],[0,"Ù"],[0,"Ú"],[0,"Û"],[0,"Ü"],[0,"Ý"],[0,"Þ"],[0,"ß"],[0,"à"],[0,"á"],[0,"â"],[0,"ã"],[0,"ä"],[0,"å"],[0,"æ"],[0,"ç"],[0,"è"],[0,"é"],[0,"ê"],[0,"ë"],[0,"ì"],[0,"í"],[0,"î"],[0,"ï"],[0,"ð"],[0,"ñ"],[0,"ò"],[0,"ó"],[0,"ô"],[0,"õ"],[0,"ö"],[0,"÷"],[0,"ø"],[0,"ù"],[0,"ú"],[0,"û"],[0,"ü"],[0,"ý"],[0,"þ"],[0,"ÿ"],[0,"Ā"],[0,"ā"],[0,"Ă"],[0,"ă"],[0,"Ą"],[0,"ą"],[0,"Ć"],[0,"ć"],[0,"Ĉ"],[0,"ĉ"],[0,"Ċ"],[0,"ċ"],[0,"Č"],[0,"č"],[0,"Ď"],[0,"ď"],[0,"Đ"],[0,"đ"],[0,"Ē"],[0,"ē"],[2,"Ė"],[0,"ė"],[0,"Ę"],[0,"ę"],[0,"Ě"],[0,"ě"],[0,"Ĝ"],[0,"ĝ"],[0,"Ğ"],[0,"ğ"],[0,"Ġ"],[0,"ġ"],[0,"Ģ"],[1,"Ĥ"],[0,"ĥ"],[0,"Ħ"],[0,"ħ"],[0,"Ĩ"],[0,"ĩ"],[0,"Ī"],[0,"ī"],[2,"Į"],[0,"į"],[0,"İ"],[0,"ı"],[0,"IJ"],[0,"ij"],[0,"Ĵ"],[0,"ĵ"],[0,"Ķ"],[0,"ķ"],[0,"ĸ"],[0,"Ĺ"],[0,"ĺ"],[0,"Ļ"],[0,"ļ"],[0,"Ľ"],[0,"ľ"],[0,"Ŀ"],[0,"ŀ"],[0,"Ł"],[0,"ł"],[0,"Ń"],[0,"ń"],[0,"Ņ"],[0,"ņ"],[0,"Ň"],[0,"ň"],[0,"ʼn"],[0,"Ŋ"],[0,"ŋ"],[0,"Ō"],[0,"ō"],[2,"Ő"],[0,"ő"],[0,"Œ"],[0,"œ"],[0,"Ŕ"],[0,"ŕ"],[0,"Ŗ"],[0,"ŗ"],[0,"Ř"],[0,"ř"],[0,"Ś"],[0,"ś"],[0,"Ŝ"],[0,"ŝ"],[0,"Ş"],[0,"ş"],[0,"Š"],[0,"š"],[0,"Ţ"],[0,"ţ"],[0,"Ť"],[0,"ť"],[0,"Ŧ"],[0,"ŧ"],[0,"Ũ"],[0,"ũ"],[0,"Ū"],[0,"ū"],[0,"Ŭ"],[0,"ŭ"],[0,"Ů"],[0,"ů"],[0,"Ű"],[0,"ű"],[0,"Ų"],[0,"ų"],[0,"Ŵ"],[0,"ŵ"],[0,"Ŷ"],[0,"ŷ"],[0,"Ÿ"],[0,"Ź"],[0,"ź"],[0,"Ż"],[0,"ż"],[0,"Ž"],[0,"ž"],[19,"ƒ"],[34,"Ƶ"],[63,"ǵ"],[65,"ȷ"],[142,"ˆ"],[0,"ˇ"],[16,"˘"],[0,"˙"],[0,"˚"],[0,"˛"],[0,"˜"],[0,"˝"],[51,"̑"],[127,"Α"],[0,"Β"],[0,"Γ"],[0,"Δ"],[0,"Ε"],[0,"Ζ"],[0,"Η"],[0,"Θ"],[0,"Ι"],[0,"Κ"],[0,"Λ"],[0,"Μ"],[0,"Ν"],[0,"Ξ"],[0,"Ο"],[0,"Π"],[0,"Ρ"],[1,"Σ"],[0,"Τ"],[0,"Υ"],[0,"Φ"],[0,"Χ"],[0,"Ψ"],[0,"Ω"],[7,"α"],[0,"β"],[0,"γ"],[0,"δ"],[0,"ε"],[0,"ζ"],[0,"η"],[0,"θ"],[0,"ι"],[0,"κ"],[0,"λ"],[0,"μ"],[0,"ν"],[0,"ξ"],[0,"ο"],[0,"π"],[0,"ρ"],[0,"ς"],[0,"σ"],[0,"τ"],[0,"υ"],[0,"φ"],[0,"χ"],[0,"ψ"],[0,"ω"],[7,"ϑ"],[0,"ϒ"],[2,"ϕ"],[0,"ϖ"],[5,"Ϝ"],[0,"ϝ"],[18,"ϰ"],[0,"ϱ"],[3,"ϵ"],[0,"϶"],[10,"Ё"],[0,"Ђ"],[0,"Ѓ"],[0,"Є"],[0,"Ѕ"],[0,"І"],[0,"Ї"],[0,"Ј"],[0,"Љ"],[0,"Њ"],[0,"Ћ"],[0,"Ќ"],[1,"Ў"],[0,"Џ"],[0,"А"],[0,"Б"],[0,"В"],[0,"Г"],[0,"Д"],[0,"Е"],[0,"Ж"],[0,"З"],[0,"И"],[0,"Й"],[0,"К"],[0,"Л"],[0,"М"],[0,"Н"],[0,"О"],[0,"П"],[0,"Р"],[0,"С"],[0,"Т"],[0,"У"],[0,"Ф"],[0,"Х"],[0,"Ц"],[0,"Ч"],[0,"Ш"],[0,"Щ"],[0,"Ъ"],[0,"Ы"],[0,"Ь"],[0,"Э"],[0,"Ю"],[0,"Я"],[0,"а"],[0,"б"],[0,"в"],[0,"г"],[0,"д"],[0,"е"],[0,"ж"],[0,"з"],[0,"и"],[0,"й"],[0,"к"],[0,"л"],[0,"м"],[0,"н"],[0,"о"],[0,"п"],[0,"р"],[0,"с"],[0,"т"],[0,"у"],[0,"ф"],[0,"х"],[0,"ц"],[0,"ч"],[0,"ш"],[0,"щ"],[0,"ъ"],[0,"ы"],[0,"ь"],[0,"э"],[0,"ю"],[0,"я"],[1,"ё"],[0,"ђ"],[0,"ѓ"],[0,"є"],[0,"ѕ"],[0,"і"],[0,"ї"],[0,"ј"],[0,"љ"],[0,"њ"],[0,"ћ"],[0,"ќ"],[1,"ў"],[0,"џ"],[7074," "],[0," "],[0," "],[0," "],[1," "],[0," "],[0," "],[0," "],[0,"​"],[0,"‌"],[0,"‍"],[0,"‎"],[0,"‏"],[0,"‐"],[2,"–"],[0,"—"],[0,"―"],[0,"‖"],[1,"‘"],[0,"’"],[0,"‚"],[1,"“"],[0,"”"],[0,"„"],[1,"†"],[0,"‡"],[0,"•"],[2,"‥"],[0,"…"],[9,"‰"],[0,"‱"],[0,"′"],[0,"″"],[0,"‴"],[0,"‵"],[3,"‹"],[0,"›"],[3,"‾"],[2,"⁁"],[1,"⁃"],[0,"⁄"],[10,"⁏"],[7,"⁗"],[7,{v:" ",n:8202,o:"  "}],[0,"⁠"],[0,"⁡"],[0,"⁢"],[0,"⁣"],[72,"€"],[46,"⃛"],[0,"⃜"],[37,"ℂ"],[2,"℅"],[4,"ℊ"],[0,"ℋ"],[0,"ℌ"],[0,"ℍ"],[0,"ℎ"],[0,"ℏ"],[0,"ℐ"],[0,"ℑ"],[0,"ℒ"],[0,"ℓ"],[1,"ℕ"],[0,"№"],[0,"℗"],[0,"℘"],[0,"ℙ"],[0,"ℚ"],[0,"ℛ"],[0,"ℜ"],[0,"ℝ"],[0,"℞"],[3,"™"],[1,"ℤ"],[2,"℧"],[0,"ℨ"],[0,"℩"],[2,"ℬ"],[0,"ℭ"],[1,"ℯ"],[0,"ℰ"],[0,"ℱ"],[1,"ℳ"],[0,"ℴ"],[0,"ℵ"],[0,"ℶ"],[0,"ℷ"],[0,"ℸ"],[12,"ⅅ"],[0,"ⅆ"],[0,"ⅇ"],[0,"ⅈ"],[10,"⅓"],[0,"⅔"],[0,"⅕"],[0,"⅖"],[0,"⅗"],[0,"⅘"],[0,"⅙"],[0,"⅚"],[0,"⅛"],[0,"⅜"],[0,"⅝"],[0,"⅞"],[49,"←"],[0,"↑"],[0,"→"],[0,"↓"],[0,"↔"],[0,"↕"],[0,"↖"],[0,"↗"],[0,"↘"],[0,"↙"],[0,"↚"],[0,"↛"],[1,{v:"↝",n:824,o:"↝̸"}],[0,"↞"],[0,"↟"],[0,"↠"],[0,"↡"],[0,"↢"],[0,"↣"],[0,"↤"],[0,"↥"],[0,"↦"],[0,"↧"],[1,"↩"],[0,"↪"],[0,"↫"],[0,"↬"],[0,"↭"],[0,"↮"],[1,"↰"],[0,"↱"],[0,"↲"],[0,"↳"],[1,"↵"],[0,"↶"],[0,"↷"],[2,"↺"],[0,"↻"],[0,"↼"],[0,"↽"],[0,"↾"],[0,"↿"],[0,"⇀"],[0,"⇁"],[0,"⇂"],[0,"⇃"],[0,"⇄"],[0,"⇅"],[0,"⇆"],[0,"⇇"],[0,"⇈"],[0,"⇉"],[0,"⇊"],[0,"⇋"],[0,"⇌"],[0,"⇍"],[0,"⇎"],[0,"⇏"],[0,"⇐"],[0,"⇑"],[0,"⇒"],[0,"⇓"],[0,"⇔"],[0,"⇕"],[0,"⇖"],[0,"⇗"],[0,"⇘"],[0,"⇙"],[0,"⇚"],[0,"⇛"],[1,"⇝"],[6,"⇤"],[0,"⇥"],[15,"⇵"],[7,"⇽"],[0,"⇾"],[0,"⇿"],[0,"∀"],[0,"∁"],[0,{v:"∂",n:824,o:"∂̸"}],[0,"∃"],[0,"∄"],[0,"∅"],[1,"∇"],[0,"∈"],[0,"∉"],[1,"∋"],[0,"∌"],[2,"∏"],[0,"∐"],[0,"∑"],[0,"−"],[0,"∓"],[0,"∔"],[1,"∖"],[0,"∗"],[0,"∘"],[1,"√"],[2,"∝"],[0,"∞"],[0,"∟"],[0,{v:"∠",n:8402,o:"∠⃒"}],[0,"∡"],[0,"∢"],[0,"∣"],[0,"∤"],[0,"∥"],[0,"∦"],[0,"∧"],[0,"∨"],[0,{v:"∩",n:65024,o:"∩︀"}],[0,{v:"∪",n:65024,o:"∪︀"}],[0,"∫"],[0,"∬"],[0,"∭"],[0,"∮"],[0,"∯"],[0,"∰"],[0,"∱"],[0,"∲"],[0,"∳"],[0,"∴"],[0,"∵"],[0,"∶"],[0,"∷"],[0,"∸"],[1,"∺"],[0,"∻"],[0,{v:"∼",n:8402,o:"∼⃒"}],[0,{v:"∽",n:817,o:"∽̱"}],[0,{v:"∾",n:819,o:"∾̳"}],[0,"∿"],[0,"≀"],[0,"≁"],[0,{v:"≂",n:824,o:"≂̸"}],[0,"≃"],[0,"≄"],[0,"≅"],[0,"≆"],[0,"≇"],[0,"≈"],[0,"≉"],[0,"≊"],[0,{v:"≋",n:824,o:"≋̸"}],[0,"≌"],[0,{v:"≍",n:8402,o:"≍⃒"}],[0,{v:"≎",n:824,o:"≎̸"}],[0,{v:"≏",n:824,o:"≏̸"}],[0,{v:"≐",n:824,o:"≐̸"}],[0,"≑"],[0,"≒"],[0,"≓"],[0,"≔"],[0,"≕"],[0,"≖"],[0,"≗"],[1,"≙"],[0,"≚"],[1,"≜"],[2,"≟"],[0,"≠"],[0,{v:"≡",n:8421,o:"≡⃥"}],[0,"≢"],[1,{v:"≤",n:8402,o:"≤⃒"}],[0,{v:"≥",n:8402,o:"≥⃒"}],[0,{v:"≦",n:824,o:"≦̸"}],[0,{v:"≧",n:824,o:"≧̸"}],[0,{v:"≨",n:65024,o:"≨︀"}],[0,{v:"≩",n:65024,o:"≩︀"}],[0,{v:"≪",n:new Map(r([[824,"≪̸"],[7577,"≪⃒"]]))}],[0,{v:"≫",n:new Map(r([[824,"≫̸"],[7577,"≫⃒"]]))}],[0,"≬"],[0,"≭"],[0,"≮"],[0,"≯"],[0,"≰"],[0,"≱"],[0,"≲"],[0,"≳"],[0,"≴"],[0,"≵"],[0,"≶"],[0,"≷"],[0,"≸"],[0,"≹"],[0,"≺"],[0,"≻"],[0,"≼"],[0,"≽"],[0,"≾"],[0,{v:"≿",n:824,o:"≿̸"}],[0,"⊀"],[0,"⊁"],[0,{v:"⊂",n:8402,o:"⊂⃒"}],[0,{v:"⊃",n:8402,o:"⊃⃒"}],[0,"⊄"],[0,"⊅"],[0,"⊆"],[0,"⊇"],[0,"⊈"],[0,"⊉"],[0,{v:"⊊",n:65024,o:"⊊︀"}],[0,{v:"⊋",n:65024,o:"⊋︀"}],[1,"⊍"],[0,"⊎"],[0,{v:"⊏",n:824,o:"⊏̸"}],[0,{v:"⊐",n:824,o:"⊐̸"}],[0,"⊑"],[0,"⊒"],[0,{v:"⊓",n:65024,o:"⊓︀"}],[0,{v:"⊔",n:65024,o:"⊔︀"}],[0,"⊕"],[0,"⊖"],[0,"⊗"],[0,"⊘"],[0,"⊙"],[0,"⊚"],[0,"⊛"],[1,"⊝"],[0,"⊞"],[0,"⊟"],[0,"⊠"],[0,"⊡"],[0,"⊢"],[0,"⊣"],[0,"⊤"],[0,"⊥"],[1,"⊧"],[0,"⊨"],[0,"⊩"],[0,"⊪"],[0,"⊫"],[0,"⊬"],[0,"⊭"],[0,"⊮"],[0,"⊯"],[0,"⊰"],[1,"⊲"],[0,"⊳"],[0,{v:"⊴",n:8402,o:"⊴⃒"}],[0,{v:"⊵",n:8402,o:"⊵⃒"}],[0,"⊶"],[0,"⊷"],[0,"⊸"],[0,"⊹"],[0,"⊺"],[0,"⊻"],[1,"⊽"],[0,"⊾"],[0,"⊿"],[0,"⋀"],[0,"⋁"],[0,"⋂"],[0,"⋃"],[0,"⋄"],[0,"⋅"],[0,"⋆"],[0,"⋇"],[0,"⋈"],[0,"⋉"],[0,"⋊"],[0,"⋋"],[0,"⋌"],[0,"⋍"],[0,"⋎"],[0,"⋏"],[0,"⋐"],[0,"⋑"],[0,"⋒"],[0,"⋓"],[0,"⋔"],[0,"⋕"],[0,"⋖"],[0,"⋗"],[0,{v:"⋘",n:824,o:"⋘̸"}],[0,{v:"⋙",n:824,o:"⋙̸"}],[0,{v:"⋚",n:65024,o:"⋚︀"}],[0,{v:"⋛",n:65024,o:"⋛︀"}],[2,"⋞"],[0,"⋟"],[0,"⋠"],[0,"⋡"],[0,"⋢"],[0,"⋣"],[2,"⋦"],[0,"⋧"],[0,"⋨"],[0,"⋩"],[0,"⋪"],[0,"⋫"],[0,"⋬"],[0,"⋭"],[0,"⋮"],[0,"⋯"],[0,"⋰"],[0,"⋱"],[0,"⋲"],[0,"⋳"],[0,"⋴"],[0,{v:"⋵",n:824,o:"⋵̸"}],[0,"⋶"],[0,"⋷"],[1,{v:"⋹",n:824,o:"⋹̸"}],[0,"⋺"],[0,"⋻"],[0,"⋼"],[0,"⋽"],[0,"⋾"],[6,"⌅"],[0,"⌆"],[1,"⌈"],[0,"⌉"],[0,"⌊"],[0,"⌋"],[0,"⌌"],[0,"⌍"],[0,"⌎"],[0,"⌏"],[0,"⌐"],[1,"⌒"],[0,"⌓"],[1,"⌕"],[0,"⌖"],[5,"⌜"],[0,"⌝"],[0,"⌞"],[0,"⌟"],[2,"⌢"],[0,"⌣"],[9,"⌭"],[0,"⌮"],[7,"⌶"],[6,"⌽"],[1,"⌿"],[60,"⍼"],[51,"⎰"],[0,"⎱"],[2,"⎴"],[0,"⎵"],[0,"⎶"],[37,"⏜"],[0,"⏝"],[0,"⏞"],[0,"⏟"],[2,"⏢"],[4,"⏧"],[59,"␣"],[164,"Ⓢ"],[55,"─"],[1,"│"],[9,"┌"],[3,"┐"],[3,"└"],[3,"┘"],[3,"├"],[7,"┤"],[7,"┬"],[7,"┴"],[7,"┼"],[19,"═"],[0,"║"],[0,"╒"],[0,"╓"],[0,"╔"],[0,"╕"],[0,"╖"],[0,"╗"],[0,"╘"],[0,"╙"],[0,"╚"],[0,"╛"],[0,"╜"],[0,"╝"],[0,"╞"],[0,"╟"],[0,"╠"],[0,"╡"],[0,"╢"],[0,"╣"],[0,"╤"],[0,"╥"],[0,"╦"],[0,"╧"],[0,"╨"],[0,"╩"],[0,"╪"],[0,"╫"],[0,"╬"],[19,"▀"],[3,"▄"],[3,"█"],[8,"░"],[0,"▒"],[0,"▓"],[13,"□"],[8,"▪"],[0,"▫"],[1,"▭"],[0,"▮"],[2,"▱"],[1,"△"],[0,"▴"],[0,"▵"],[2,"▸"],[0,"▹"],[3,"▽"],[0,"▾"],[0,"▿"],[2,"◂"],[0,"◃"],[6,"◊"],[0,"○"],[32,"◬"],[2,"◯"],[8,"◸"],[0,"◹"],[0,"◺"],[0,"◻"],[0,"◼"],[8,"★"],[0,"☆"],[7,"☎"],[49,"♀"],[1,"♂"],[29,"♠"],[2,"♣"],[1,"♥"],[0,"♦"],[3,"♪"],[2,"♭"],[0,"♮"],[0,"♯"],[163,"✓"],[3,"✗"],[8,"✠"],[21,"✶"],[33,"❘"],[25,"❲"],[0,"❳"],[84,"⟈"],[0,"⟉"],[28,"⟦"],[0,"⟧"],[0,"⟨"],[0,"⟩"],[0,"⟪"],[0,"⟫"],[0,"⟬"],[0,"⟭"],[7,"⟵"],[0,"⟶"],[0,"⟷"],[0,"⟸"],[0,"⟹"],[0,"⟺"],[1,"⟼"],[2,"⟿"],[258,"⤂"],[0,"⤃"],[0,"⤄"],[0,"⤅"],[6,"⤌"],[0,"⤍"],[0,"⤎"],[0,"⤏"],[0,"⤐"],[0,"⤑"],[0,"⤒"],[0,"⤓"],[2,"⤖"],[2,"⤙"],[0,"⤚"],[0,"⤛"],[0,"⤜"],[0,"⤝"],[0,"⤞"],[0,"⤟"],[0,"⤠"],[2,"⤣"],[0,"⤤"],[0,"⤥"],[0,"⤦"],[0,"⤧"],[0,"⤨"],[0,"⤩"],[0,"⤪"],[8,{v:"⤳",n:824,o:"⤳̸"}],[1,"⤵"],[0,"⤶"],[0,"⤷"],[0,"⤸"],[0,"⤹"],[2,"⤼"],[0,"⤽"],[7,"⥅"],[2,"⥈"],[0,"⥉"],[0,"⥊"],[0,"⥋"],[2,"⥎"],[0,"⥏"],[0,"⥐"],[0,"⥑"],[0,"⥒"],[0,"⥓"],[0,"⥔"],[0,"⥕"],[0,"⥖"],[0,"⥗"],[0,"⥘"],[0,"⥙"],[0,"⥚"],[0,"⥛"],[0,"⥜"],[0,"⥝"],[0,"⥞"],[0,"⥟"],[0,"⥠"],[0,"⥡"],[0,"⥢"],[0,"⥣"],[0,"⥤"],[0,"⥥"],[0,"⥦"],[0,"⥧"],[0,"⥨"],[0,"⥩"],[0,"⥪"],[0,"⥫"],[0,"⥬"],[0,"⥭"],[0,"⥮"],[0,"⥯"],[0,"⥰"],[0,"⥱"],[0,"⥲"],[0,"⥳"],[0,"⥴"],[0,"⥵"],[0,"⥶"],[1,"⥸"],[0,"⥹"],[1,"⥻"],[0,"⥼"],[0,"⥽"],[0,"⥾"],[0,"⥿"],[5,"⦅"],[0,"⦆"],[4,"⦋"],[0,"⦌"],[0,"⦍"],[0,"⦎"],[0,"⦏"],[0,"⦐"],[0,"⦑"],[0,"⦒"],[0,"⦓"],[0,"⦔"],[0,"⦕"],[0,"⦖"],[3,"⦚"],[1,"⦜"],[0,"⦝"],[6,"⦤"],[0,"⦥"],[0,"⦦"],[0,"⦧"],[0,"⦨"],[0,"⦩"],[0,"⦪"],[0,"⦫"],[0,"⦬"],[0,"⦭"],[0,"⦮"],[0,"⦯"],[0,"⦰"],[0,"⦱"],[0,"⦲"],[0,"⦳"],[0,"⦴"],[0,"⦵"],[0,"⦶"],[0,"⦷"],[1,"⦹"],[1,"⦻"],[0,"⦼"],[1,"⦾"],[0,"⦿"],[0,"⧀"],[0,"⧁"],[0,"⧂"],[0,"⧃"],[0,"⧄"],[0,"⧅"],[3,"⧉"],[3,"⧍"],[0,"⧎"],[0,{v:"⧏",n:824,o:"⧏̸"}],[0,{v:"⧐",n:824,o:"⧐̸"}],[11,"⧜"],[0,"⧝"],[0,"⧞"],[4,"⧣"],[0,"⧤"],[0,"⧥"],[5,"⧫"],[8,"⧴"],[1,"⧶"],[9,"⨀"],[0,"⨁"],[0,"⨂"],[1,"⨄"],[1,"⨆"],[5,"⨌"],[0,"⨍"],[2,"⨐"],[0,"⨑"],[0,"⨒"],[0,"⨓"],[0,"⨔"],[0,"⨕"],[0,"⨖"],[0,"⨗"],[10,"⨢"],[0,"⨣"],[0,"⨤"],[0,"⨥"],[0,"⨦"],[0,"⨧"],[1,"⨩"],[0,"⨪"],[2,"⨭"],[0,"⨮"],[0,"⨯"],[0,"⨰"],[0,"⨱"],[1,"⨳"],[0,"⨴"],[0,"⨵"],[0,"⨶"],[0,"⨷"],[0,"⨸"],[0,"⨹"],[0,"⨺"],[0,"⨻"],[0,"⨼"],[2,"⨿"],[0,"⩀"],[1,"⩂"],[0,"⩃"],[0,"⩄"],[0,"⩅"],[0,"⩆"],[0,"⩇"],[0,"⩈"],[0,"⩉"],[0,"⩊"],[0,"⩋"],[0,"⩌"],[0,"⩍"],[2,"⩐"],[2,"⩓"],[0,"⩔"],[0,"⩕"],[0,"⩖"],[0,"⩗"],[0,"⩘"],[1,"⩚"],[0,"⩛"],[0,"⩜"],[0,"⩝"],[1,"⩟"],[6,"⩦"],[3,"⩪"],[2,{v:"⩭",n:824,o:"⩭̸"}],[0,"⩮"],[0,"⩯"],[0,{v:"⩰",n:824,o:"⩰̸"}],[0,"⩱"],[0,"⩲"],[0,"⩳"],[0,"⩴"],[0,"⩵"],[1,"⩷"],[0,"⩸"],[0,"⩹"],[0,"⩺"],[0,"⩻"],[0,"⩼"],[0,{v:"⩽",n:824,o:"⩽̸"}],[0,{v:"⩾",n:824,o:"⩾̸"}],[0,"⩿"],[0,"⪀"],[0,"⪁"],[0,"⪂"],[0,"⪃"],[0,"⪄"],[0,"⪅"],[0,"⪆"],[0,"⪇"],[0,"⪈"],[0,"⪉"],[0,"⪊"],[0,"⪋"],[0,"⪌"],[0,"⪍"],[0,"⪎"],[0,"⪏"],[0,"⪐"],[0,"⪑"],[0,"⪒"],[0,"⪓"],[0,"⪔"],[0,"⪕"],[0,"⪖"],[0,"⪗"],[0,"⪘"],[0,"⪙"],[0,"⪚"],[2,"⪝"],[0,"⪞"],[0,"⪟"],[0,"⪠"],[0,{v:"⪡",n:824,o:"⪡̸"}],[0,{v:"⪢",n:824,o:"⪢̸"}],[1,"⪤"],[0,"⪥"],[0,"⪦"],[0,"⪧"],[0,"⪨"],[0,"⪩"],[0,"⪪"],[0,"⪫"],[0,{v:"⪬",n:65024,o:"⪬︀"}],[0,{v:"⪭",n:65024,o:"⪭︀"}],[0,"⪮"],[0,{v:"⪯",n:824,o:"⪯̸"}],[0,{v:"⪰",n:824,o:"⪰̸"}],[2,"⪳"],[0,"⪴"],[0,"⪵"],[0,"⪶"],[0,"⪷"],[0,"⪸"],[0,"⪹"],[0,"⪺"],[0,"⪻"],[0,"⪼"],[0,"⪽"],[0,"⪾"],[0,"⪿"],[0,"⫀"],[0,"⫁"],[0,"⫂"],[0,"⫃"],[0,"⫄"],[0,{v:"⫅",n:824,o:"⫅̸"}],[0,{v:"⫆",n:824,o:"⫆̸"}],[0,"⫇"],[0,"⫈"],[2,{v:"⫋",n:65024,o:"⫋︀"}],[0,{v:"⫌",n:65024,o:"⫌︀"}],[2,"⫏"],[0,"⫐"],[0,"⫑"],[0,"⫒"],[0,"⫓"],[0,"⫔"],[0,"⫕"],[0,"⫖"],[0,"⫗"],[0,"⫘"],[0,"⫙"],[0,"⫚"],[0,"⫛"],[8,"⫤"],[1,"⫦"],[0,"⫧"],[0,"⫨"],[0,"⫩"],[1,"⫫"],[0,"⫬"],[0,"⫭"],[0,"⫮"],[0,"⫯"],[0,"⫰"],[0,"⫱"],[0,"⫲"],[0,"⫳"],[9,{v:"⫽",n:8421,o:"⫽⃥"}],[44343,{n:new Map(r([[56476,"𝒜"],[1,"𝒞"],[0,"𝒟"],[2,"𝒢"],[2,"𝒥"],[0,"𝒦"],[2,"𝒩"],[0,"𝒪"],[0,"𝒫"],[0,"𝒬"],[1,"𝒮"],[0,"𝒯"],[0,"𝒰"],[0,"𝒱"],[0,"𝒲"],[0,"𝒳"],[0,"𝒴"],[0,"𝒵"],[0,"𝒶"],[0,"𝒷"],[0,"𝒸"],[0,"𝒹"],[1,"𝒻"],[1,"𝒽"],[0,"𝒾"],[0,"𝒿"],[0,"𝓀"],[0,"𝓁"],[0,"𝓂"],[0,"𝓃"],[1,"𝓅"],[0,"𝓆"],[0,"𝓇"],[0,"𝓈"],[0,"𝓉"],[0,"𝓊"],[0,"𝓋"],[0,"𝓌"],[0,"𝓍"],[0,"𝓎"],[0,"𝓏"],[52,"𝔄"],[0,"𝔅"],[1,"𝔇"],[0,"𝔈"],[0,"𝔉"],[0,"𝔊"],[2,"𝔍"],[0,"𝔎"],[0,"𝔏"],[0,"𝔐"],[0,"𝔑"],[0,"𝔒"],[0,"𝔓"],[0,"𝔔"],[1,"𝔖"],[0,"𝔗"],[0,"𝔘"],[0,"𝔙"],[0,"𝔚"],[0,"𝔛"],[0,"𝔜"],[1,"𝔞"],[0,"𝔟"],[0,"𝔠"],[0,"𝔡"],[0,"𝔢"],[0,"𝔣"],[0,"𝔤"],[0,"𝔥"],[0,"𝔦"],[0,"𝔧"],[0,"𝔨"],[0,"𝔩"],[0,"𝔪"],[0,"𝔫"],[0,"𝔬"],[0,"𝔭"],[0,"𝔮"],[0,"𝔯"],[0,"𝔰"],[0,"𝔱"],[0,"𝔲"],[0,"𝔳"],[0,"𝔴"],[0,"𝔵"],[0,"𝔶"],[0,"𝔷"],[0,"𝔸"],[0,"𝔹"],[1,"𝔻"],[0,"𝔼"],[0,"𝔽"],[0,"𝔾"],[1,"𝕀"],[0,"𝕁"],[0,"𝕂"],[0,"𝕃"],[0,"𝕄"],[1,"𝕆"],[3,"𝕊"],[0,"𝕋"],[0,"𝕌"],[0,"𝕍"],[0,"𝕎"],[0,"𝕏"],[0,"𝕐"],[1,"𝕒"],[0,"𝕓"],[0,"𝕔"],[0,"𝕕"],[0,"𝕖"],[0,"𝕗"],[0,"𝕘"],[0,"𝕙"],[0,"𝕚"],[0,"𝕛"],[0,"𝕜"],[0,"𝕝"],[0,"𝕞"],[0,"𝕟"],[0,"𝕠"],[0,"𝕡"],[0,"𝕢"],[0,"𝕣"],[0,"𝕤"],[0,"𝕥"],[0,"𝕦"],[0,"𝕧"],[0,"𝕨"],[0,"𝕩"],[0,"𝕪"],[0,"𝕫"]]))}],[8906,"ff"],[0,"fi"],[0,"fl"],[0,"ffi"],[0,"ffl"]]))},2730:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXMLStrict=t.decodeHTML5Strict=t.decodeHTML4Strict=t.decodeHTML5=t.decodeHTML4=t.decodeHTMLAttribute=t.decodeHTMLStrict=t.decodeHTML=t.decodeXML=t.DecodingMode=t.EntityDecoder=t.encodeHTML5=t.encodeHTML4=t.encodeNonAsciiHTML=t.encodeHTML=t.escapeText=t.escapeAttribute=t.escapeUTF8=t.escape=t.encodeXML=t.encode=t.decodeStrict=t.decode=t.EncodingMode=t.EntityLevel=void 0;var n,i,o=r(9878),s=r(1818),a=r(5987);function c(e,t){if(void 0===t&&(t=n.XML),("number"==typeof t?t:t.level)===n.HTML){var r="object"==typeof t?t.mode:void 0;return(0,o.decodeHTML)(e,r)}return(0,o.decodeXML)(e)}!function(e){e[e.XML=0]="XML",e[e.HTML=1]="HTML"}(n=t.EntityLevel||(t.EntityLevel={})),function(e){e[e.UTF8=0]="UTF8",e[e.ASCII=1]="ASCII",e[e.Extensive=2]="Extensive",e[e.Attribute=3]="Attribute",e[e.Text=4]="Text"}(i=t.EncodingMode||(t.EncodingMode={})),t.decode=c,t.decodeStrict=function(e,t){var r;void 0===t&&(t=n.XML);var i="number"==typeof t?{level:t}:t;return null!==(r=i.mode)&&void 0!==r||(i.mode=o.DecodingMode.Strict),c(e,i)},t.encode=function(e,t){void 0===t&&(t=n.XML);var r="number"==typeof t?{level:t}:t;return r.mode===i.UTF8?(0,a.escapeUTF8)(e):r.mode===i.Attribute?(0,a.escapeAttribute)(e):r.mode===i.Text?(0,a.escapeText)(e):r.level===n.HTML?r.mode===i.ASCII?(0,s.encodeNonAsciiHTML)(e):(0,s.encodeHTML)(e):(0,a.encodeXML)(e)};var u=r(5987);Object.defineProperty(t,"encodeXML",{enumerable:!0,get:function(){return u.encodeXML}}),Object.defineProperty(t,"escape",{enumerable:!0,get:function(){return u.escape}}),Object.defineProperty(t,"escapeUTF8",{enumerable:!0,get:function(){return u.escapeUTF8}}),Object.defineProperty(t,"escapeAttribute",{enumerable:!0,get:function(){return u.escapeAttribute}}),Object.defineProperty(t,"escapeText",{enumerable:!0,get:function(){return u.escapeText}});var l=r(1818);Object.defineProperty(t,"encodeHTML",{enumerable:!0,get:function(){return l.encodeHTML}}),Object.defineProperty(t,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return l.encodeNonAsciiHTML}}),Object.defineProperty(t,"encodeHTML4",{enumerable:!0,get:function(){return l.encodeHTML}}),Object.defineProperty(t,"encodeHTML5",{enumerable:!0,get:function(){return l.encodeHTML}});var d=r(9878);Object.defineProperty(t,"EntityDecoder",{enumerable:!0,get:function(){return d.EntityDecoder}}),Object.defineProperty(t,"DecodingMode",{enumerable:!0,get:function(){return d.DecodingMode}}),Object.defineProperty(t,"decodeXML",{enumerable:!0,get:function(){return d.decodeXML}}),Object.defineProperty(t,"decodeHTML",{enumerable:!0,get:function(){return d.decodeHTML}}),Object.defineProperty(t,"decodeHTMLStrict",{enumerable:!0,get:function(){return d.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTMLAttribute",{enumerable:!0,get:function(){return d.decodeHTMLAttribute}}),Object.defineProperty(t,"decodeHTML4",{enumerable:!0,get:function(){return d.decodeHTML}}),Object.defineProperty(t,"decodeHTML5",{enumerable:!0,get:function(){return d.decodeHTML}}),Object.defineProperty(t,"decodeHTML4Strict",{enumerable:!0,get:function(){return d.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML5Strict",{enumerable:!0,get:function(){return d.decodeHTMLStrict}}),Object.defineProperty(t,"decodeXMLStrict",{enumerable:!0,get:function(){return d.decodeXML}})},6067:function(e,t,r){var n;e=r.nmd(e),function(){var i=(e&&e.exports,"object"==typeof r.g&&r.g);i.global!==i&&i.window;var o=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,s=/[\x01-\x7F]/g,a=/[\x01-\t\x0B\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,c=/<\u20D2|=\u20E5|>\u20D2|\u205F\u200A|\u219D\u0338|\u2202\u0338|\u2220\u20D2|\u2229\uFE00|\u222A\uFE00|\u223C\u20D2|\u223D\u0331|\u223E\u0333|\u2242\u0338|\u224B\u0338|\u224D\u20D2|\u224E\u0338|\u224F\u0338|\u2250\u0338|\u2261\u20E5|\u2264\u20D2|\u2265\u20D2|\u2266\u0338|\u2267\u0338|\u2268\uFE00|\u2269\uFE00|\u226A\u0338|\u226A\u20D2|\u226B\u0338|\u226B\u20D2|\u227F\u0338|\u2282\u20D2|\u2283\u20D2|\u228A\uFE00|\u228B\uFE00|\u228F\u0338|\u2290\u0338|\u2293\uFE00|\u2294\uFE00|\u22B4\u20D2|\u22B5\u20D2|\u22D8\u0338|\u22D9\u0338|\u22DA\uFE00|\u22DB\uFE00|\u22F5\u0338|\u22F9\u0338|\u2933\u0338|\u29CF\u0338|\u29D0\u0338|\u2A6D\u0338|\u2A70\u0338|\u2A7D\u0338|\u2A7E\u0338|\u2AA1\u0338|\u2AA2\u0338|\u2AAC\uFE00|\u2AAD\uFE00|\u2AAF\u0338|\u2AB0\u0338|\u2AC5\u0338|\u2AC6\u0338|\u2ACB\uFE00|\u2ACC\uFE00|\u2AFD\u20E5|[\xA0-\u0113\u0116-\u0122\u0124-\u012B\u012E-\u014D\u0150-\u017E\u0192\u01B5\u01F5\u0237\u02C6\u02C7\u02D8-\u02DD\u0311\u0391-\u03A1\u03A3-\u03A9\u03B1-\u03C9\u03D1\u03D2\u03D5\u03D6\u03DC\u03DD\u03F0\u03F1\u03F5\u03F6\u0401-\u040C\u040E-\u044F\u0451-\u045C\u045E\u045F\u2002-\u2005\u2007-\u2010\u2013-\u2016\u2018-\u201A\u201C-\u201E\u2020-\u2022\u2025\u2026\u2030-\u2035\u2039\u203A\u203E\u2041\u2043\u2044\u204F\u2057\u205F-\u2063\u20AC\u20DB\u20DC\u2102\u2105\u210A-\u2113\u2115-\u211E\u2122\u2124\u2127-\u2129\u212C\u212D\u212F-\u2131\u2133-\u2138\u2145-\u2148\u2153-\u215E\u2190-\u219B\u219D-\u21A7\u21A9-\u21AE\u21B0-\u21B3\u21B5-\u21B7\u21BA-\u21DB\u21DD\u21E4\u21E5\u21F5\u21FD-\u2205\u2207-\u2209\u220B\u220C\u220F-\u2214\u2216-\u2218\u221A\u221D-\u2238\u223A-\u2257\u2259\u225A\u225C\u225F-\u2262\u2264-\u228B\u228D-\u229B\u229D-\u22A5\u22A7-\u22B0\u22B2-\u22BB\u22BD-\u22DB\u22DE-\u22E3\u22E6-\u22F7\u22F9-\u22FE\u2305\u2306\u2308-\u2310\u2312\u2313\u2315\u2316\u231C-\u231F\u2322\u2323\u232D\u232E\u2336\u233D\u233F\u237C\u23B0\u23B1\u23B4-\u23B6\u23DC-\u23DF\u23E2\u23E7\u2423\u24C8\u2500\u2502\u250C\u2510\u2514\u2518\u251C\u2524\u252C\u2534\u253C\u2550-\u256C\u2580\u2584\u2588\u2591-\u2593\u25A1\u25AA\u25AB\u25AD\u25AE\u25B1\u25B3-\u25B5\u25B8\u25B9\u25BD-\u25BF\u25C2\u25C3\u25CA\u25CB\u25EC\u25EF\u25F8-\u25FC\u2605\u2606\u260E\u2640\u2642\u2660\u2663\u2665\u2666\u266A\u266D-\u266F\u2713\u2717\u2720\u2736\u2758\u2772\u2773\u27C8\u27C9\u27E6-\u27ED\u27F5-\u27FA\u27FC\u27FF\u2902-\u2905\u290C-\u2913\u2916\u2919-\u2920\u2923-\u292A\u2933\u2935-\u2939\u293C\u293D\u2945\u2948-\u294B\u294E-\u2976\u2978\u2979\u297B-\u297F\u2985\u2986\u298B-\u2996\u299A\u299C\u299D\u29A4-\u29B7\u29B9\u29BB\u29BC\u29BE-\u29C5\u29C9\u29CD-\u29D0\u29DC-\u29DE\u29E3-\u29E5\u29EB\u29F4\u29F6\u2A00-\u2A02\u2A04\u2A06\u2A0C\u2A0D\u2A10-\u2A17\u2A22-\u2A27\u2A29\u2A2A\u2A2D-\u2A31\u2A33-\u2A3C\u2A3F\u2A40\u2A42-\u2A4D\u2A50\u2A53-\u2A58\u2A5A-\u2A5D\u2A5F\u2A66\u2A6A\u2A6D-\u2A75\u2A77-\u2A9A\u2A9D-\u2AA2\u2AA4-\u2AB0\u2AB3-\u2AC8\u2ACB\u2ACC\u2ACF-\u2ADB\u2AE4\u2AE6-\u2AE9\u2AEB-\u2AF3\u2AFD\uFB00-\uFB04]|\uD835[\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDCCF\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDD6B]/g,u={"":"shy","":"zwnj","":"zwj","":"lrm","":"ic","":"it","":"af","":"rlm","":"ZeroWidthSpace","":"NoBreak","̑":"DownBreve","⃛":"tdot","⃜":"DotDot","\t":"Tab","\n":"NewLine"," ":"puncsp"," ":"MediumSpace"," ":"thinsp"," ":"hairsp"," ":"emsp13"," ":"ensp"," ":"emsp14"," ":"emsp"," ":"numsp"," ":"nbsp"," ":"ThickSpace","‾":"oline",_:"lowbar","‐":"dash","–":"ndash","—":"mdash","―":"horbar",",":"comma",";":"semi","⁏":"bsemi",":":"colon","⩴":"Colone","!":"excl","¡":"iexcl","?":"quest","¿":"iquest",".":"period","‥":"nldr","…":"mldr","·":"middot","'":"apos","‘":"lsquo","’":"rsquo","‚":"sbquo","‹":"lsaquo","›":"rsaquo",'"':"quot","“":"ldquo","”":"rdquo","„":"bdquo","«":"laquo","»":"raquo","(":"lpar",")":"rpar","[":"lsqb","]":"rsqb","{":"lcub","}":"rcub","⌈":"lceil","⌉":"rceil","⌊":"lfloor","⌋":"rfloor","⦅":"lopar","⦆":"ropar","⦋":"lbrke","⦌":"rbrke","⦍":"lbrkslu","⦎":"rbrksld","⦏":"lbrksld","⦐":"rbrkslu","⦑":"langd","⦒":"rangd","⦓":"lparlt","⦔":"rpargt","⦕":"gtlPar","⦖":"ltrPar","⟦":"lobrk","⟧":"robrk","⟨":"lang","⟩":"rang","⟪":"Lang","⟫":"Rang","⟬":"loang","⟭":"roang","❲":"lbbrk","❳":"rbbrk","‖":"Vert","§":"sect","¶":"para","@":"commat","*":"ast","/":"sol",undefined:null,"&":"amp","#":"num","%":"percnt","‰":"permil","‱":"pertenk","†":"dagger","‡":"Dagger","•":"bull","⁃":"hybull","′":"prime","″":"Prime","‴":"tprime","⁗":"qprime","‵":"bprime","⁁":"caret","`":"grave","´":"acute","˜":"tilde","^":"Hat","¯":"macr","˘":"breve","˙":"dot","¨":"die","˚":"ring","˝":"dblac","¸":"cedil","˛":"ogon",ˆ:"circ",ˇ:"caron","°":"deg","©":"copy","®":"reg","℗":"copysr",℘:"wp","℞":"rx","℧":"mho","℩":"iiota","←":"larr","↚":"nlarr","→":"rarr","↛":"nrarr","↑":"uarr","↓":"darr","↔":"harr","↮":"nharr","↕":"varr","↖":"nwarr","↗":"nearr","↘":"searr","↙":"swarr","↝":"rarrw","↝̸":"nrarrw","↞":"Larr","↟":"Uarr","↠":"Rarr","↡":"Darr","↢":"larrtl","↣":"rarrtl","↤":"mapstoleft","↥":"mapstoup","↦":"map","↧":"mapstodown","↩":"larrhk","↪":"rarrhk","↫":"larrlp","↬":"rarrlp","↭":"harrw","↰":"lsh","↱":"rsh","↲":"ldsh","↳":"rdsh","↵":"crarr","↶":"cularr","↷":"curarr","↺":"olarr","↻":"orarr","↼":"lharu","↽":"lhard","↾":"uharr","↿":"uharl","⇀":"rharu","⇁":"rhard","⇂":"dharr","⇃":"dharl","⇄":"rlarr","⇅":"udarr","⇆":"lrarr","⇇":"llarr","⇈":"uuarr","⇉":"rrarr","⇊":"ddarr","⇋":"lrhar","⇌":"rlhar","⇐":"lArr","⇍":"nlArr","⇑":"uArr","⇒":"rArr","⇏":"nrArr","⇓":"dArr","⇔":"iff","⇎":"nhArr","⇕":"vArr","⇖":"nwArr","⇗":"neArr","⇘":"seArr","⇙":"swArr","⇚":"lAarr","⇛":"rAarr","⇝":"zigrarr","⇤":"larrb","⇥":"rarrb","⇵":"duarr","⇽":"loarr","⇾":"roarr","⇿":"hoarr","∀":"forall","∁":"comp","∂":"part","∂̸":"npart","∃":"exist","∄":"nexist","∅":"empty","∇":"Del","∈":"in","∉":"notin","∋":"ni","∌":"notni","϶":"bepsi","∏":"prod","∐":"coprod","∑":"sum","+":"plus","±":"pm","÷":"div","×":"times","<":"lt","≮":"nlt","<⃒":"nvlt","=":"equals","≠":"ne","=⃥":"bne","⩵":"Equal",">":"gt","≯":"ngt",">⃒":"nvgt","¬":"not","|":"vert","¦":"brvbar","−":"minus","∓":"mp","∔":"plusdo","⁄":"frasl","∖":"setmn","∗":"lowast","∘":"compfn","√":"Sqrt","∝":"prop","∞":"infin","∟":"angrt","∠":"ang","∠⃒":"nang","∡":"angmsd","∢":"angsph","∣":"mid","∤":"nmid","∥":"par","∦":"npar","∧":"and","∨":"or","∩":"cap","∩︀":"caps","∪":"cup","∪︀":"cups","∫":"int","∬":"Int","∭":"tint","⨌":"qint","∮":"oint","∯":"Conint","∰":"Cconint","∱":"cwint","∲":"cwconint","∳":"awconint","∴":"there4","∵":"becaus","∶":"ratio","∷":"Colon","∸":"minusd","∺":"mDDot","∻":"homtht","∼":"sim","≁":"nsim","∼⃒":"nvsim","∽":"bsim","∽̱":"race","∾":"ac","∾̳":"acE","∿":"acd","≀":"wr","≂":"esim","≂̸":"nesim","≃":"sime","≄":"nsime","≅":"cong","≇":"ncong","≆":"simne","≈":"ap","≉":"nap","≊":"ape","≋":"apid","≋̸":"napid","≌":"bcong","≍":"CupCap","≭":"NotCupCap","≍⃒":"nvap","≎":"bump","≎̸":"nbump","≏":"bumpe","≏̸":"nbumpe","≐":"doteq","≐̸":"nedot","≑":"eDot","≒":"efDot","≓":"erDot","≔":"colone","≕":"ecolon","≖":"ecir","≗":"cire","≙":"wedgeq","≚":"veeeq","≜":"trie","≟":"equest","≡":"equiv","≢":"nequiv","≡⃥":"bnequiv","≤":"le","≰":"nle","≤⃒":"nvle","≥":"ge","≱":"nge","≥⃒":"nvge","≦":"lE","≦̸":"nlE","≧":"gE","≧̸":"ngE","≨︀":"lvnE","≨":"lnE","≩":"gnE","≩︀":"gvnE","≪":"ll","≪̸":"nLtv","≪⃒":"nLt","≫":"gg","≫̸":"nGtv","≫⃒":"nGt","≬":"twixt","≲":"lsim","≴":"nlsim","≳":"gsim","≵":"ngsim","≶":"lg","≸":"ntlg","≷":"gl","≹":"ntgl","≺":"pr","⊀":"npr","≻":"sc","⊁":"nsc","≼":"prcue","⋠":"nprcue","≽":"sccue","⋡":"nsccue","≾":"prsim","≿":"scsim","≿̸":"NotSucceedsTilde","⊂":"sub","⊄":"nsub","⊂⃒":"vnsub","⊃":"sup","⊅":"nsup","⊃⃒":"vnsup","⊆":"sube","⊈":"nsube","⊇":"supe","⊉":"nsupe","⊊︀":"vsubne","⊊":"subne","⊋︀":"vsupne","⊋":"supne","⊍":"cupdot","⊎":"uplus","⊏":"sqsub","⊏̸":"NotSquareSubset","⊐":"sqsup","⊐̸":"NotSquareSuperset","⊑":"sqsube","⋢":"nsqsube","⊒":"sqsupe","⋣":"nsqsupe","⊓":"sqcap","⊓︀":"sqcaps","⊔":"sqcup","⊔︀":"sqcups","⊕":"oplus","⊖":"ominus","⊗":"otimes","⊘":"osol","⊙":"odot","⊚":"ocir","⊛":"oast","⊝":"odash","⊞":"plusb","⊟":"minusb","⊠":"timesb","⊡":"sdotb","⊢":"vdash","⊬":"nvdash","⊣":"dashv","⊤":"top","⊥":"bot","⊧":"models","⊨":"vDash","⊭":"nvDash","⊩":"Vdash","⊮":"nVdash","⊪":"Vvdash","⊫":"VDash","⊯":"nVDash","⊰":"prurel","⊲":"vltri","⋪":"nltri","⊳":"vrtri","⋫":"nrtri","⊴":"ltrie","⋬":"nltrie","⊴⃒":"nvltrie","⊵":"rtrie","⋭":"nrtrie","⊵⃒":"nvrtrie","⊶":"origof","⊷":"imof","⊸":"mumap","⊹":"hercon","⊺":"intcal","⊻":"veebar","⊽":"barvee","⊾":"angrtvb","⊿":"lrtri","⋀":"Wedge","⋁":"Vee","⋂":"xcap","⋃":"xcup","⋄":"diam","⋅":"sdot","⋆":"Star","⋇":"divonx","⋈":"bowtie","⋉":"ltimes","⋊":"rtimes","⋋":"lthree","⋌":"rthree","⋍":"bsime","⋎":"cuvee","⋏":"cuwed","⋐":"Sub","⋑":"Sup","⋒":"Cap","⋓":"Cup","⋔":"fork","⋕":"epar","⋖":"ltdot","⋗":"gtdot","⋘":"Ll","⋘̸":"nLl","⋙":"Gg","⋙̸":"nGg","⋚︀":"lesg","⋚":"leg","⋛":"gel","⋛︀":"gesl","⋞":"cuepr","⋟":"cuesc","⋦":"lnsim","⋧":"gnsim","⋨":"prnsim","⋩":"scnsim","⋮":"vellip","⋯":"ctdot","⋰":"utdot","⋱":"dtdot","⋲":"disin","⋳":"isinsv","⋴":"isins","⋵":"isindot","⋵̸":"notindot","⋶":"notinvc","⋷":"notinvb","⋹":"isinE","⋹̸":"notinE","⋺":"nisd","⋻":"xnis","⋼":"nis","⋽":"notnivc","⋾":"notnivb","⌅":"barwed","⌆":"Barwed","⌌":"drcrop","⌍":"dlcrop","⌎":"urcrop","⌏":"ulcrop","⌐":"bnot","⌒":"profline","⌓":"profsurf","⌕":"telrec","⌖":"target","⌜":"ulcorn","⌝":"urcorn","⌞":"dlcorn","⌟":"drcorn","⌢":"frown","⌣":"smile","⌭":"cylcty","⌮":"profalar","⌶":"topbot","⌽":"ovbar","⌿":"solbar","⍼":"angzarr","⎰":"lmoust","⎱":"rmoust","⎴":"tbrk","⎵":"bbrk","⎶":"bbrktbrk","⏜":"OverParenthesis","⏝":"UnderParenthesis","⏞":"OverBrace","⏟":"UnderBrace","⏢":"trpezium","⏧":"elinters","␣":"blank","─":"boxh","│":"boxv","┌":"boxdr","┐":"boxdl","└":"boxur","┘":"boxul","├":"boxvr","┤":"boxvl","┬":"boxhd","┴":"boxhu","┼":"boxvh","═":"boxH","║":"boxV","╒":"boxdR","╓":"boxDr","╔":"boxDR","╕":"boxdL","╖":"boxDl","╗":"boxDL","╘":"boxuR","╙":"boxUr","╚":"boxUR","╛":"boxuL","╜":"boxUl","╝":"boxUL","╞":"boxvR","╟":"boxVr","╠":"boxVR","╡":"boxvL","╢":"boxVl","╣":"boxVL","╤":"boxHd","╥":"boxhD","╦":"boxHD","╧":"boxHu","╨":"boxhU","╩":"boxHU","╪":"boxvH","╫":"boxVh","╬":"boxVH","▀":"uhblk","▄":"lhblk","█":"block","░":"blk14","▒":"blk12","▓":"blk34","□":"squ","▪":"squf","▫":"EmptyVerySmallSquare","▭":"rect","▮":"marker","▱":"fltns","△":"xutri","▴":"utrif","▵":"utri","▸":"rtrif","▹":"rtri","▽":"xdtri","▾":"dtrif","▿":"dtri","◂":"ltrif","◃":"ltri","◊":"loz","○":"cir","◬":"tridot","◯":"xcirc","◸":"ultri","◹":"urtri","◺":"lltri","◻":"EmptySmallSquare","◼":"FilledSmallSquare","★":"starf","☆":"star","☎":"phone","♀":"female","♂":"male","♠":"spades","♣":"clubs","♥":"hearts","♦":"diams","♪":"sung","✓":"check","✗":"cross","✠":"malt","✶":"sext","❘":"VerticalSeparator","⟈":"bsolhsub","⟉":"suphsol","⟵":"xlarr","⟶":"xrarr","⟷":"xharr","⟸":"xlArr","⟹":"xrArr","⟺":"xhArr","⟼":"xmap","⟿":"dzigrarr","⤂":"nvlArr","⤃":"nvrArr","⤄":"nvHarr","⤅":"Map","⤌":"lbarr","⤍":"rbarr","⤎":"lBarr","⤏":"rBarr","⤐":"RBarr","⤑":"DDotrahd","⤒":"UpArrowBar","⤓":"DownArrowBar","⤖":"Rarrtl","⤙":"latail","⤚":"ratail","⤛":"lAtail","⤜":"rAtail","⤝":"larrfs","⤞":"rarrfs","⤟":"larrbfs","⤠":"rarrbfs","⤣":"nwarhk","⤤":"nearhk","⤥":"searhk","⤦":"swarhk","⤧":"nwnear","⤨":"toea","⤩":"tosa","⤪":"swnwar","⤳":"rarrc","⤳̸":"nrarrc","⤵":"cudarrr","⤶":"ldca","⤷":"rdca","⤸":"cudarrl","⤹":"larrpl","⤼":"curarrm","⤽":"cularrp","⥅":"rarrpl","⥈":"harrcir","⥉":"Uarrocir","⥊":"lurdshar","⥋":"ldrushar","⥎":"LeftRightVector","⥏":"RightUpDownVector","⥐":"DownLeftRightVector","⥑":"LeftUpDownVector","⥒":"LeftVectorBar","⥓":"RightVectorBar","⥔":"RightUpVectorBar","⥕":"RightDownVectorBar","⥖":"DownLeftVectorBar","⥗":"DownRightVectorBar","⥘":"LeftUpVectorBar","⥙":"LeftDownVectorBar","⥚":"LeftTeeVector","⥛":"RightTeeVector","⥜":"RightUpTeeVector","⥝":"RightDownTeeVector","⥞":"DownLeftTeeVector","⥟":"DownRightTeeVector","⥠":"LeftUpTeeVector","⥡":"LeftDownTeeVector","⥢":"lHar","⥣":"uHar","⥤":"rHar","⥥":"dHar","⥦":"luruhar","⥧":"ldrdhar","⥨":"ruluhar","⥩":"rdldhar","⥪":"lharul","⥫":"llhard","⥬":"rharul","⥭":"lrhard","⥮":"udhar","⥯":"duhar","⥰":"RoundImplies","⥱":"erarr","⥲":"simrarr","⥳":"larrsim","⥴":"rarrsim","⥵":"rarrap","⥶":"ltlarr","⥸":"gtrarr","⥹":"subrarr","⥻":"suplarr","⥼":"lfisht","⥽":"rfisht","⥾":"ufisht","⥿":"dfisht","⦚":"vzigzag","⦜":"vangrt","⦝":"angrtvbd","⦤":"ange","⦥":"range","⦦":"dwangle","⦧":"uwangle","⦨":"angmsdaa","⦩":"angmsdab","⦪":"angmsdac","⦫":"angmsdad","⦬":"angmsdae","⦭":"angmsdaf","⦮":"angmsdag","⦯":"angmsdah","⦰":"bemptyv","⦱":"demptyv","⦲":"cemptyv","⦳":"raemptyv","⦴":"laemptyv","⦵":"ohbar","⦶":"omid","⦷":"opar","⦹":"operp","⦻":"olcross","⦼":"odsold","⦾":"olcir","⦿":"ofcir","⧀":"olt","⧁":"ogt","⧂":"cirscir","⧃":"cirE","⧄":"solb","⧅":"bsolb","⧉":"boxbox","⧍":"trisb","⧎":"rtriltri","⧏":"LeftTriangleBar","⧏̸":"NotLeftTriangleBar","⧐":"RightTriangleBar","⧐̸":"NotRightTriangleBar","⧜":"iinfin","⧝":"infintie","⧞":"nvinfin","⧣":"eparsl","⧤":"smeparsl","⧥":"eqvparsl","⧫":"lozf","⧴":"RuleDelayed","⧶":"dsol","⨀":"xodot","⨁":"xoplus","⨂":"xotime","⨄":"xuplus","⨆":"xsqcup","⨍":"fpartint","⨐":"cirfnint","⨑":"awint","⨒":"rppolint","⨓":"scpolint","⨔":"npolint","⨕":"pointint","⨖":"quatint","⨗":"intlarhk","⨢":"pluscir","⨣":"plusacir","⨤":"simplus","⨥":"plusdu","⨦":"plussim","⨧":"plustwo","⨩":"mcomma","⨪":"minusdu","⨭":"loplus","⨮":"roplus","⨯":"Cross","⨰":"timesd","⨱":"timesbar","⨳":"smashp","⨴":"lotimes","⨵":"rotimes","⨶":"otimesas","⨷":"Otimes","⨸":"odiv","⨹":"triplus","⨺":"triminus","⨻":"tritime","⨼":"iprod","⨿":"amalg","⩀":"capdot","⩂":"ncup","⩃":"ncap","⩄":"capand","⩅":"cupor","⩆":"cupcap","⩇":"capcup","⩈":"cupbrcap","⩉":"capbrcup","⩊":"cupcup","⩋":"capcap","⩌":"ccups","⩍":"ccaps","⩐":"ccupssm","⩓":"And","⩔":"Or","⩕":"andand","⩖":"oror","⩗":"orslope","⩘":"andslope","⩚":"andv","⩛":"orv","⩜":"andd","⩝":"ord","⩟":"wedbar","⩦":"sdote","⩪":"simdot","⩭":"congdot","⩭̸":"ncongdot","⩮":"easter","⩯":"apacir","⩰":"apE","⩰̸":"napE","⩱":"eplus","⩲":"pluse","⩳":"Esim","⩷":"eDDot","⩸":"equivDD","⩹":"ltcir","⩺":"gtcir","⩻":"ltquest","⩼":"gtquest","⩽":"les","⩽̸":"nles","⩾":"ges","⩾̸":"nges","⩿":"lesdot","⪀":"gesdot","⪁":"lesdoto","⪂":"gesdoto","⪃":"lesdotor","⪄":"gesdotol","⪅":"lap","⪆":"gap","⪇":"lne","⪈":"gne","⪉":"lnap","⪊":"gnap","⪋":"lEg","⪌":"gEl","⪍":"lsime","⪎":"gsime","⪏":"lsimg","⪐":"gsiml","⪑":"lgE","⪒":"glE","⪓":"lesges","⪔":"gesles","⪕":"els","⪖":"egs","⪗":"elsdot","⪘":"egsdot","⪙":"el","⪚":"eg","⪝":"siml","⪞":"simg","⪟":"simlE","⪠":"simgE","⪡":"LessLess","⪡̸":"NotNestedLessLess","⪢":"GreaterGreater","⪢̸":"NotNestedGreaterGreater","⪤":"glj","⪥":"gla","⪦":"ltcc","⪧":"gtcc","⪨":"lescc","⪩":"gescc","⪪":"smt","⪫":"lat","⪬":"smte","⪬︀":"smtes","⪭":"late","⪭︀":"lates","⪮":"bumpE","⪯":"pre","⪯̸":"npre","⪰":"sce","⪰̸":"nsce","⪳":"prE","⪴":"scE","⪵":"prnE","⪶":"scnE","⪷":"prap","⪸":"scap","⪹":"prnap","⪺":"scnap","⪻":"Pr","⪼":"Sc","⪽":"subdot","⪾":"supdot","⪿":"subplus","⫀":"supplus","⫁":"submult","⫂":"supmult","⫃":"subedot","⫄":"supedot","⫅":"subE","⫅̸":"nsubE","⫆":"supE","⫆̸":"nsupE","⫇":"subsim","⫈":"supsim","⫋︀":"vsubnE","⫋":"subnE","⫌︀":"vsupnE","⫌":"supnE","⫏":"csub","⫐":"csup","⫑":"csube","⫒":"csupe","⫓":"subsup","⫔":"supsub","⫕":"subsub","⫖":"supsup","⫗":"suphsub","⫘":"supdsub","⫙":"forkv","⫚":"topfork","⫛":"mlcp","⫤":"Dashv","⫦":"Vdashl","⫧":"Barv","⫨":"vBar","⫩":"vBarv","⫫":"Vbar","⫬":"Not","⫭":"bNot","⫮":"rnmid","⫯":"cirmid","⫰":"midcir","⫱":"topcir","⫲":"nhpar","⫳":"parsim","⫽":"parsl","⫽⃥":"nparsl","♭":"flat","♮":"natur","♯":"sharp","¤":"curren","¢":"cent",$:"dollar","£":"pound","¥":"yen","€":"euro","¹":"sup1","½":"half","⅓":"frac13","¼":"frac14","⅕":"frac15","⅙":"frac16","⅛":"frac18","²":"sup2","⅔":"frac23","⅖":"frac25","³":"sup3","¾":"frac34","⅗":"frac35","⅜":"frac38","⅘":"frac45","⅚":"frac56","⅝":"frac58","⅞":"frac78",𝒶:"ascr",𝕒:"aopf",𝔞:"afr",𝔸:"Aopf",𝔄:"Afr",𝒜:"Ascr",ª:"ordf",á:"aacute",Á:"Aacute",à:"agrave",À:"Agrave",ă:"abreve",Ă:"Abreve",â:"acirc",Â:"Acirc",å:"aring",Å:"angst",ä:"auml",Ä:"Auml",ã:"atilde",Ã:"Atilde",ą:"aogon",Ą:"Aogon",ā:"amacr",Ā:"Amacr",æ:"aelig",Æ:"AElig",𝒷:"bscr",𝕓:"bopf",𝔟:"bfr",𝔹:"Bopf",ℬ:"Bscr",𝔅:"Bfr",𝔠:"cfr",𝒸:"cscr",𝕔:"copf",ℭ:"Cfr",𝒞:"Cscr",ℂ:"Copf",ć:"cacute",Ć:"Cacute",ĉ:"ccirc",Ĉ:"Ccirc",č:"ccaron",Č:"Ccaron",ċ:"cdot",Ċ:"Cdot",ç:"ccedil",Ç:"Ccedil","℅":"incare",𝔡:"dfr",ⅆ:"dd",𝕕:"dopf",𝒹:"dscr",𝒟:"Dscr",𝔇:"Dfr",ⅅ:"DD",𝔻:"Dopf",ď:"dcaron",Ď:"Dcaron",đ:"dstrok",Đ:"Dstrok",ð:"eth",Ð:"ETH",ⅇ:"ee",ℯ:"escr",𝔢:"efr",𝕖:"eopf",ℰ:"Escr",𝔈:"Efr",𝔼:"Eopf",é:"eacute",É:"Eacute",è:"egrave",È:"Egrave",ê:"ecirc",Ê:"Ecirc",ě:"ecaron",Ě:"Ecaron",ë:"euml",Ë:"Euml",ė:"edot",Ė:"Edot",ę:"eogon",Ę:"Eogon",ē:"emacr",Ē:"Emacr",𝔣:"ffr",𝕗:"fopf",𝒻:"fscr",𝔉:"Ffr",𝔽:"Fopf",ℱ:"Fscr",ff:"fflig",ffi:"ffilig",ffl:"ffllig",fi:"filig",fj:"fjlig",fl:"fllig",ƒ:"fnof",ℊ:"gscr",𝕘:"gopf",𝔤:"gfr",𝒢:"Gscr",𝔾:"Gopf",𝔊:"Gfr",ǵ:"gacute",ğ:"gbreve",Ğ:"Gbreve",ĝ:"gcirc",Ĝ:"Gcirc",ġ:"gdot",Ġ:"Gdot",Ģ:"Gcedil",𝔥:"hfr",ℎ:"planckh",𝒽:"hscr",𝕙:"hopf",ℋ:"Hscr",ℌ:"Hfr",ℍ:"Hopf",ĥ:"hcirc",Ĥ:"Hcirc",ℏ:"hbar",ħ:"hstrok",Ħ:"Hstrok",𝕚:"iopf",𝔦:"ifr",𝒾:"iscr",ⅈ:"ii",𝕀:"Iopf",ℐ:"Iscr",ℑ:"Im",í:"iacute",Í:"Iacute",ì:"igrave",Ì:"Igrave",î:"icirc",Î:"Icirc",ï:"iuml",Ï:"Iuml",ĩ:"itilde",Ĩ:"Itilde",İ:"Idot",į:"iogon",Į:"Iogon",ī:"imacr",Ī:"Imacr",ij:"ijlig",IJ:"IJlig",ı:"imath",𝒿:"jscr",𝕛:"jopf",𝔧:"jfr",𝒥:"Jscr",𝔍:"Jfr",𝕁:"Jopf",ĵ:"jcirc",Ĵ:"Jcirc",ȷ:"jmath",𝕜:"kopf",𝓀:"kscr",𝔨:"kfr",𝒦:"Kscr",𝕂:"Kopf",𝔎:"Kfr",ķ:"kcedil",Ķ:"Kcedil",𝔩:"lfr",𝓁:"lscr",ℓ:"ell",𝕝:"lopf",ℒ:"Lscr",𝔏:"Lfr",𝕃:"Lopf",ĺ:"lacute",Ĺ:"Lacute",ľ:"lcaron",Ľ:"Lcaron",ļ:"lcedil",Ļ:"Lcedil",ł:"lstrok",Ł:"Lstrok",ŀ:"lmidot",Ŀ:"Lmidot",𝔪:"mfr",𝕞:"mopf",𝓂:"mscr",𝔐:"Mfr",𝕄:"Mopf",ℳ:"Mscr",𝔫:"nfr",𝕟:"nopf",𝓃:"nscr",ℕ:"Nopf",𝒩:"Nscr",𝔑:"Nfr",ń:"nacute",Ń:"Nacute",ň:"ncaron",Ň:"Ncaron",ñ:"ntilde",Ñ:"Ntilde",ņ:"ncedil",Ņ:"Ncedil","№":"numero",ŋ:"eng",Ŋ:"ENG",𝕠:"oopf",𝔬:"ofr",ℴ:"oscr",𝒪:"Oscr",𝔒:"Ofr",𝕆:"Oopf",º:"ordm",ó:"oacute",Ó:"Oacute",ò:"ograve",Ò:"Ograve",ô:"ocirc",Ô:"Ocirc",ö:"ouml",Ö:"Ouml",ő:"odblac",Ő:"Odblac",õ:"otilde",Õ:"Otilde",ø:"oslash",Ø:"Oslash",ō:"omacr",Ō:"Omacr",œ:"oelig",Œ:"OElig",𝔭:"pfr",𝓅:"pscr",𝕡:"popf",ℙ:"Popf",𝔓:"Pfr",𝒫:"Pscr",𝕢:"qopf",𝔮:"qfr",𝓆:"qscr",𝒬:"Qscr",𝔔:"Qfr",ℚ:"Qopf",ĸ:"kgreen",𝔯:"rfr",𝕣:"ropf",𝓇:"rscr",ℛ:"Rscr",ℜ:"Re",ℝ:"Ropf",ŕ:"racute",Ŕ:"Racute",ř:"rcaron",Ř:"Rcaron",ŗ:"rcedil",Ŗ:"Rcedil",𝕤:"sopf",𝓈:"sscr",𝔰:"sfr",𝕊:"Sopf",𝔖:"Sfr",𝒮:"Sscr","Ⓢ":"oS",ś:"sacute",Ś:"Sacute",ŝ:"scirc",Ŝ:"Scirc",š:"scaron",Š:"Scaron",ş:"scedil",Ş:"Scedil",ß:"szlig",𝔱:"tfr",𝓉:"tscr",𝕥:"topf",𝒯:"Tscr",𝔗:"Tfr",𝕋:"Topf",ť:"tcaron",Ť:"Tcaron",ţ:"tcedil",Ţ:"Tcedil","™":"trade",ŧ:"tstrok",Ŧ:"Tstrok",𝓊:"uscr",𝕦:"uopf",𝔲:"ufr",𝕌:"Uopf",𝔘:"Ufr",𝒰:"Uscr",ú:"uacute",Ú:"Uacute",ù:"ugrave",Ù:"Ugrave",ŭ:"ubreve",Ŭ:"Ubreve",û:"ucirc",Û:"Ucirc",ů:"uring",Ů:"Uring",ü:"uuml",Ü:"Uuml",ű:"udblac",Ű:"Udblac",ũ:"utilde",Ũ:"Utilde",ų:"uogon",Ų:"Uogon",ū:"umacr",Ū:"Umacr",𝔳:"vfr",𝕧:"vopf",𝓋:"vscr",𝔙:"Vfr",𝕍:"Vopf",𝒱:"Vscr",𝕨:"wopf",𝓌:"wscr",𝔴:"wfr",𝒲:"Wscr",𝕎:"Wopf",𝔚:"Wfr",ŵ:"wcirc",Ŵ:"Wcirc",𝔵:"xfr",𝓍:"xscr",𝕩:"xopf",𝕏:"Xopf",𝔛:"Xfr",𝒳:"Xscr",𝔶:"yfr",𝓎:"yscr",𝕪:"yopf",𝒴:"Yscr",𝔜:"Yfr",𝕐:"Yopf",ý:"yacute",Ý:"Yacute",ŷ:"ycirc",Ŷ:"Ycirc",ÿ:"yuml",Ÿ:"Yuml",𝓏:"zscr",𝔷:"zfr",𝕫:"zopf",ℨ:"Zfr",ℤ:"Zopf",𝒵:"Zscr",ź:"zacute",Ź:"Zacute",ž:"zcaron",Ž:"Zcaron",ż:"zdot",Ż:"Zdot",Ƶ:"imped",þ:"thorn",Þ:"THORN",ʼn:"napos",α:"alpha",Α:"Alpha",β:"beta",Β:"Beta",γ:"gamma",Γ:"Gamma",δ:"delta",Δ:"Delta",ε:"epsi",ϵ:"epsiv",Ε:"Epsilon",ϝ:"gammad",Ϝ:"Gammad",ζ:"zeta",Ζ:"Zeta",η:"eta",Η:"Eta",θ:"theta",ϑ:"thetav",Θ:"Theta",ι:"iota",Ι:"Iota",κ:"kappa",ϰ:"kappav",Κ:"Kappa",λ:"lambda",Λ:"Lambda",μ:"mu",µ:"micro",Μ:"Mu",ν:"nu",Ν:"Nu",ξ:"xi",Ξ:"Xi",ο:"omicron",Ο:"Omicron",π:"pi",ϖ:"piv",Π:"Pi",ρ:"rho",ϱ:"rhov",Ρ:"Rho",σ:"sigma",Σ:"Sigma",ς:"sigmaf",τ:"tau",Τ:"Tau",υ:"upsi",Υ:"Upsilon",ϒ:"Upsi",φ:"phi",ϕ:"phiv",Φ:"Phi",χ:"chi",Χ:"Chi",ψ:"psi",Ψ:"Psi",ω:"omega",Ω:"ohm",а:"acy",А:"Acy",б:"bcy",Б:"Bcy",в:"vcy",В:"Vcy",г:"gcy",Г:"Gcy",ѓ:"gjcy",Ѓ:"GJcy",д:"dcy",Д:"Dcy",ђ:"djcy",Ђ:"DJcy",е:"iecy",Е:"IEcy",ё:"iocy",Ё:"IOcy",є:"jukcy",Є:"Jukcy",ж:"zhcy",Ж:"ZHcy",з:"zcy",З:"Zcy",ѕ:"dscy",Ѕ:"DScy",и:"icy",И:"Icy",і:"iukcy",І:"Iukcy",ї:"yicy",Ї:"YIcy",й:"jcy",Й:"Jcy",ј:"jsercy",Ј:"Jsercy",к:"kcy",К:"Kcy",ќ:"kjcy",Ќ:"KJcy",л:"lcy",Л:"Lcy",љ:"ljcy",Љ:"LJcy",м:"mcy",М:"Mcy",н:"ncy",Н:"Ncy",њ:"njcy",Њ:"NJcy",о:"ocy",О:"Ocy",п:"pcy",П:"Pcy",р:"rcy",Р:"Rcy",с:"scy",С:"Scy",т:"tcy",Т:"Tcy",ћ:"tshcy",Ћ:"TSHcy",у:"ucy",У:"Ucy",ў:"ubrcy",Ў:"Ubrcy",ф:"fcy",Ф:"Fcy",х:"khcy",Х:"KHcy",ц:"tscy",Ц:"TScy",ч:"chcy",Ч:"CHcy",џ:"dzcy",Џ:"DZcy",ш:"shcy",Ш:"SHcy",щ:"shchcy",Щ:"SHCHcy",ъ:"hardcy",Ъ:"HARDcy",ы:"ycy",Ы:"Ycy",ь:"softcy",Ь:"SOFTcy",э:"ecy",Э:"Ecy",ю:"yucy",Ю:"YUcy",я:"yacy",Я:"YAcy",ℵ:"aleph",ℶ:"beth",ℷ:"gimel",ℸ:"daleth"},l=/["&'<>`]/g,d={'"':""","&":"&","'":"'","<":"<",">":">","`":"`"},f=/&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/,p=/[\0-\x08\x0B\x0E-\x1F\x7F-\x9F\uFDD0-\uFDEF\uFFFE\uFFFF]|[\uD83F\uD87F\uD8BF\uD8FF\uD93F\uD97F\uD9BF\uD9FF\uDA3F\uDA7F\uDABF\uDAFF\uDB3F\uDB7F\uDBBF\uDBFF][\uDFFE\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,h=/&(CounterClockwiseContourIntegral|DoubleLongLeftRightArrow|ClockwiseContourIntegral|NotNestedGreaterGreater|NotSquareSupersetEqual|DiacriticalDoubleAcute|NotRightTriangleEqual|NotSucceedsSlantEqual|NotPrecedesSlantEqual|CloseCurlyDoubleQuote|NegativeVeryThinSpace|DoubleContourIntegral|FilledVerySmallSquare|CapitalDifferentialD|OpenCurlyDoubleQuote|EmptyVerySmallSquare|NestedGreaterGreater|DoubleLongRightArrow|NotLeftTriangleEqual|NotGreaterSlantEqual|ReverseUpEquilibrium|DoubleLeftRightArrow|NotSquareSubsetEqual|NotDoubleVerticalBar|RightArrowLeftArrow|NotGreaterFullEqual|NotRightTriangleBar|SquareSupersetEqual|DownLeftRightVector|DoubleLongLeftArrow|leftrightsquigarrow|LeftArrowRightArrow|NegativeMediumSpace|blacktriangleright|RightDownVectorBar|PrecedesSlantEqual|RightDoubleBracket|SucceedsSlantEqual|NotLeftTriangleBar|RightTriangleEqual|SquareIntersection|RightDownTeeVector|ReverseEquilibrium|NegativeThickSpace|longleftrightarrow|Longleftrightarrow|LongLeftRightArrow|DownRightTeeVector|DownRightVectorBar|GreaterSlantEqual|SquareSubsetEqual|LeftDownVectorBar|LeftDoubleBracket|VerticalSeparator|rightleftharpoons|NotGreaterGreater|NotSquareSuperset|blacktriangleleft|blacktriangledown|NegativeThinSpace|LeftDownTeeVector|NotLessSlantEqual|leftrightharpoons|DoubleUpDownArrow|DoubleVerticalBar|LeftTriangleEqual|FilledSmallSquare|twoheadrightarrow|NotNestedLessLess|DownLeftTeeVector|DownLeftVectorBar|RightAngleBracket|NotTildeFullEqual|NotReverseElement|RightUpDownVector|DiacriticalTilde|NotSucceedsTilde|circlearrowright|NotPrecedesEqual|rightharpoondown|DoubleRightArrow|NotSucceedsEqual|NonBreakingSpace|NotRightTriangle|LessEqualGreater|RightUpTeeVector|LeftAngleBracket|GreaterFullEqual|DownArrowUpArrow|RightUpVectorBar|twoheadleftarrow|GreaterEqualLess|downharpoonright|RightTriangleBar|ntrianglerighteq|NotSupersetEqual|LeftUpDownVector|DiacriticalAcute|rightrightarrows|vartriangleright|UpArrowDownArrow|DiacriticalGrave|UnderParenthesis|EmptySmallSquare|LeftUpVectorBar|leftrightarrows|DownRightVector|downharpoonleft|trianglerighteq|ShortRightArrow|OverParenthesis|DoubleLeftArrow|DoubleDownArrow|NotSquareSubset|bigtriangledown|ntrianglelefteq|UpperRightArrow|curvearrowright|vartriangleleft|NotLeftTriangle|nleftrightarrow|LowerRightArrow|NotHumpDownHump|NotGreaterTilde|rightthreetimes|LeftUpTeeVector|NotGreaterEqual|straightepsilon|LeftTriangleBar|rightsquigarrow|ContourIntegral|rightleftarrows|CloseCurlyQuote|RightDownVector|LeftRightVector|nLeftrightarrow|leftharpoondown|circlearrowleft|SquareSuperset|OpenCurlyQuote|hookrightarrow|HorizontalLine|DiacriticalDot|NotLessGreater|ntriangleright|DoubleRightTee|InvisibleComma|InvisibleTimes|LowerLeftArrow|DownLeftVector|NotSubsetEqual|curvearrowleft|trianglelefteq|NotVerticalBar|TildeFullEqual|downdownarrows|NotGreaterLess|RightTeeVector|ZeroWidthSpace|looparrowright|LongRightArrow|doublebarwedge|ShortLeftArrow|ShortDownArrow|RightVectorBar|GreaterGreater|ReverseElement|rightharpoonup|LessSlantEqual|leftthreetimes|upharpoonright|rightarrowtail|LeftDownVector|Longrightarrow|NestedLessLess|UpperLeftArrow|nshortparallel|leftleftarrows|leftrightarrow|Leftrightarrow|LeftRightArrow|longrightarrow|upharpoonleft|RightArrowBar|ApplyFunction|LeftTeeVector|leftarrowtail|NotEqualTilde|varsubsetneqq|varsupsetneqq|RightTeeArrow|SucceedsEqual|SucceedsTilde|LeftVectorBar|SupersetEqual|hookleftarrow|DifferentialD|VerticalTilde|VeryThinSpace|blacktriangle|bigtriangleup|LessFullEqual|divideontimes|leftharpoonup|UpEquilibrium|ntriangleleft|RightTriangle|measuredangle|shortparallel|longleftarrow|Longleftarrow|LongLeftArrow|DoubleLeftTee|Poincareplane|PrecedesEqual|triangleright|DoubleUpArrow|RightUpVector|fallingdotseq|looparrowleft|PrecedesTilde|NotTildeEqual|NotTildeTilde|smallsetminus|Proportional|triangleleft|triangledown|UnderBracket|NotHumpEqual|exponentiale|ExponentialE|NotLessTilde|HilbertSpace|RightCeiling|blacklozenge|varsupsetneq|HumpDownHump|GreaterEqual|VerticalLine|LeftTeeArrow|NotLessEqual|DownTeeArrow|LeftTriangle|varsubsetneq|Intersection|NotCongruent|DownArrowBar|LeftUpVector|LeftArrowBar|risingdotseq|GreaterTilde|RoundImplies|SquareSubset|ShortUpArrow|NotSuperset|quaternions|precnapprox|backepsilon|preccurlyeq|OverBracket|blacksquare|MediumSpace|VerticalBar|circledcirc|circleddash|CircleMinus|CircleTimes|LessGreater|curlyeqprec|curlyeqsucc|diamondsuit|UpDownArrow|Updownarrow|RuleDelayed|Rrightarrow|updownarrow|RightVector|nRightarrow|nrightarrow|eqslantless|LeftCeiling|Equilibrium|SmallCircle|expectation|NotSucceeds|thickapprox|GreaterLess|SquareUnion|NotPrecedes|NotLessLess|straightphi|succnapprox|succcurlyeq|SubsetEqual|sqsupseteq|Proportion|Laplacetrf|ImaginaryI|supsetneqq|NotGreater|gtreqqless|NotElement|ThickSpace|TildeEqual|TildeTilde|Fouriertrf|rmoustache|EqualTilde|eqslantgtr|UnderBrace|LeftVector|UpArrowBar|nLeftarrow|nsubseteqq|subsetneqq|nsupseteqq|nleftarrow|succapprox|lessapprox|UpTeeArrow|upuparrows|curlywedge|lesseqqgtr|varepsilon|varnothing|RightFloor|complement|CirclePlus|sqsubseteq|Lleftarrow|circledast|RightArrow|Rightarrow|rightarrow|lmoustache|Bernoullis|precapprox|mapstoleft|mapstodown|longmapsto|dotsquare|downarrow|DoubleDot|nsubseteq|supsetneq|leftarrow|nsupseteq|subsetneq|ThinSpace|ngeqslant|subseteqq|HumpEqual|NotSubset|triangleq|NotCupCap|lesseqgtr|heartsuit|TripleDot|Leftarrow|Coproduct|Congruent|varpropto|complexes|gvertneqq|LeftArrow|LessTilde|supseteqq|MinusPlus|CircleDot|nleqslant|NotExists|gtreqless|nparallel|UnionPlus|LeftFloor|checkmark|CenterDot|centerdot|Mellintrf|gtrapprox|bigotimes|OverBrace|spadesuit|therefore|pitchfork|rationals|PlusMinus|Backslash|Therefore|DownBreve|backsimeq|backprime|DownArrow|nshortmid|Downarrow|lvertneqq|eqvparsl|imagline|imagpart|infintie|integers|Integral|intercal|LessLess|Uarrocir|intlarhk|sqsupset|angmsdaf|sqsubset|llcorner|vartheta|cupbrcap|lnapprox|Superset|SuchThat|succnsim|succneqq|angmsdag|biguplus|curlyvee|trpezium|Succeeds|NotTilde|bigwedge|angmsdah|angrtvbd|triminus|cwconint|fpartint|lrcorner|smeparsl|subseteq|urcorner|lurdshar|laemptyv|DDotrahd|approxeq|ldrushar|awconint|mapstoup|backcong|shortmid|triangle|geqslant|gesdotol|timesbar|circledR|circledS|setminus|multimap|naturals|scpolint|ncongdot|RightTee|boxminus|gnapprox|boxtimes|andslope|thicksim|angmsdaa|varsigma|cirfnint|rtriltri|angmsdab|rppolint|angmsdac|barwedge|drbkarow|clubsuit|thetasym|bsolhsub|capbrcup|dzigrarr|doteqdot|DotEqual|dotminus|UnderBar|NotEqual|realpart|otimesas|ulcorner|hksearow|hkswarow|parallel|PartialD|elinters|emptyset|plusacir|bbrktbrk|angmsdad|pointint|bigoplus|angmsdae|Precedes|bigsqcup|varkappa|notindot|supseteq|precneqq|precnsim|profalar|profline|profsurf|leqslant|lesdotor|raemptyv|subplus|notnivb|notnivc|subrarr|zigrarr|vzigzag|submult|subedot|Element|between|cirscir|larrbfs|larrsim|lotimes|lbrksld|lbrkslu|lozenge|ldrdhar|dbkarow|bigcirc|epsilon|simrarr|simplus|ltquest|Epsilon|luruhar|gtquest|maltese|npolint|eqcolon|npreceq|bigodot|ddagger|gtrless|bnequiv|harrcir|ddotseq|equivDD|backsim|demptyv|nsqsube|nsqsupe|Upsilon|nsubset|upsilon|minusdu|nsucceq|swarrow|nsupset|coloneq|searrow|boxplus|napprox|natural|asympeq|alefsym|congdot|nearrow|bigstar|diamond|supplus|tritime|LeftTee|nvinfin|triplus|NewLine|nvltrie|nvrtrie|nwarrow|nexists|Diamond|ruluhar|Implies|supmult|angzarr|suplarr|suphsub|questeq|because|digamma|Because|olcross|bemptyv|omicron|Omicron|rotimes|NoBreak|intprod|angrtvb|orderof|uwangle|suphsol|lesdoto|orslope|DownTee|realine|cudarrl|rdldhar|OverBar|supedot|lessdot|supdsub|topfork|succsim|rbrkslu|rbrksld|pertenk|cudarrr|isindot|planckh|lessgtr|pluscir|gesdoto|plussim|plustwo|lesssim|cularrp|rarrsim|Cayleys|notinva|notinvb|notinvc|UpArrow|Uparrow|uparrow|NotLess|dwangle|precsim|Product|curarrm|Cconint|dotplus|rarrbfs|ccupssm|Cedilla|cemptyv|notniva|quatint|frac35|frac38|frac45|frac56|frac58|frac78|tridot|xoplus|gacute|gammad|Gammad|lfisht|lfloor|bigcup|sqsupe|gbreve|Gbreve|lharul|sqsube|sqcups|Gcedil|apacir|llhard|lmidot|Lmidot|lmoust|andand|sqcaps|approx|Abreve|spades|circeq|tprime|divide|topcir|Assign|topbot|gesdot|divonx|xuplus|timesd|gesles|atilde|solbar|SOFTcy|loplus|timesb|lowast|lowbar|dlcorn|dlcrop|softcy|dollar|lparlt|thksim|lrhard|Atilde|lsaquo|smashp|bigvee|thinsp|wreath|bkarow|lsquor|lstrok|Lstrok|lthree|ltimes|ltlarr|DotDot|simdot|ltrPar|weierp|xsqcup|angmsd|sigmav|sigmaf|zeetrf|Zcaron|zcaron|mapsto|vsupne|thetav|cirmid|marker|mcomma|Zacute|vsubnE|there4|gtlPar|vsubne|bottom|gtrarr|SHCHcy|shchcy|midast|midcir|middot|minusb|minusd|gtrdot|bowtie|sfrown|mnplus|models|colone|seswar|Colone|mstpos|searhk|gtrsim|nacute|Nacute|boxbox|telrec|hairsp|Tcedil|nbumpe|scnsim|ncaron|Ncaron|ncedil|Ncedil|hamilt|Scedil|nearhk|hardcy|HARDcy|tcedil|Tcaron|commat|nequiv|nesear|tcaron|target|hearts|nexist|varrho|scedil|Scaron|scaron|hellip|Sacute|sacute|hercon|swnwar|compfn|rtimes|rthree|rsquor|rsaquo|zacute|wedgeq|homtht|barvee|barwed|Barwed|rpargt|horbar|conint|swarhk|roplus|nltrie|hslash|hstrok|Hstrok|rmoust|Conint|bprime|hybull|hyphen|iacute|Iacute|supsup|supsub|supsim|varphi|coprod|brvbar|agrave|Supset|supset|igrave|Igrave|notinE|Agrave|iiiint|iinfin|copysr|wedbar|Verbar|vangrt|becaus|incare|verbar|inodot|bullet|drcorn|intcal|drcrop|cularr|vellip|Utilde|bumpeq|cupcap|dstrok|Dstrok|CupCap|cupcup|cupdot|eacute|Eacute|supdot|iquest|easter|ecaron|Ecaron|ecolon|isinsv|utilde|itilde|Itilde|curarr|succeq|Bumpeq|cacute|ulcrop|nparsl|Cacute|nprcue|egrave|Egrave|nrarrc|nrarrw|subsup|subsub|nrtrie|jsercy|nsccue|Jsercy|kappav|kcedil|Kcedil|subsim|ulcorn|nsimeq|egsdot|veebar|kgreen|capand|elsdot|Subset|subset|curren|aacute|lacute|Lacute|emptyv|ntilde|Ntilde|lagran|lambda|Lambda|capcap|Ugrave|langle|subdot|emsp13|numero|emsp14|nvdash|nvDash|nVdash|nVDash|ugrave|ufisht|nvHarr|larrfs|nvlArr|larrhk|larrlp|larrpl|nvrArr|Udblac|nwarhk|larrtl|nwnear|oacute|Oacute|latail|lAtail|sstarf|lbrace|odblac|Odblac|lbrack|udblac|odsold|eparsl|lcaron|Lcaron|ograve|Ograve|lcedil|Lcedil|Aacute|ssmile|ssetmn|squarf|ldquor|capcup|ominus|cylcty|rharul|eqcirc|dagger|rfloor|rfisht|Dagger|daleth|equals|origof|capdot|equest|dcaron|Dcaron|rdquor|oslash|Oslash|otilde|Otilde|otimes|Otimes|urcrop|Ubreve|ubreve|Yacute|Uacute|uacute|Rcedil|rcedil|urcorn|parsim|Rcaron|Vdashl|rcaron|Tstrok|percnt|period|permil|Exists|yacute|rbrack|rbrace|phmmat|ccaron|Ccaron|planck|ccedil|plankv|tstrok|female|plusdo|plusdu|ffilig|plusmn|ffllig|Ccedil|rAtail|dfisht|bernou|ratail|Rarrtl|rarrtl|angsph|rarrpl|rarrlp|rarrhk|xwedge|xotime|forall|ForAll|Vvdash|vsupnE|preceq|bigcap|frac12|frac13|frac14|primes|rarrfs|prnsim|frac15|Square|frac16|square|lesdot|frac18|frac23|propto|prurel|rarrap|rangle|puncsp|frac25|Racute|qprime|racute|lesges|frac34|abreve|AElig|eqsim|utdot|setmn|urtri|Equal|Uring|seArr|uring|searr|dashv|Dashv|mumap|nabla|iogon|Iogon|sdote|sdotb|scsim|napid|napos|equiv|natur|Acirc|dblac|erarr|nbump|iprod|erDot|ucirc|awint|esdot|angrt|ncong|isinE|scnap|Scirc|scirc|ndash|isins|Ubrcy|nearr|neArr|isinv|nedot|ubrcy|acute|Ycirc|iukcy|Iukcy|xutri|nesim|caret|jcirc|Jcirc|caron|twixt|ddarr|sccue|exist|jmath|sbquo|ngeqq|angst|ccaps|lceil|ngsim|UpTee|delta|Delta|rtrif|nharr|nhArr|nhpar|rtrie|jukcy|Jukcy|kappa|rsquo|Kappa|nlarr|nlArr|TSHcy|rrarr|aogon|Aogon|fflig|xrarr|tshcy|ccirc|nleqq|filig|upsih|nless|dharl|nlsim|fjlig|ropar|nltri|dharr|robrk|roarr|fllig|fltns|roang|rnmid|subnE|subne|lAarr|trisb|Ccirc|acirc|ccups|blank|VDash|forkv|Vdash|langd|cedil|blk12|blk14|laquo|strns|diams|notin|vDash|larrb|blk34|block|disin|uplus|vdash|vBarv|aelig|starf|Wedge|check|xrArr|lates|lbarr|lBarr|notni|lbbrk|bcong|frasl|lbrke|frown|vrtri|vprop|vnsup|gamma|Gamma|wedge|xodot|bdquo|srarr|doteq|ldquo|boxdl|boxdL|gcirc|Gcirc|boxDl|boxDL|boxdr|boxdR|boxDr|TRADE|trade|rlhar|boxDR|vnsub|npart|vltri|rlarr|boxhd|boxhD|nprec|gescc|nrarr|nrArr|boxHd|boxHD|boxhu|boxhU|nrtri|boxHu|clubs|boxHU|times|colon|Colon|gimel|xlArr|Tilde|nsime|tilde|nsmid|nspar|THORN|thorn|xlarr|nsube|nsubE|thkap|xhArr|comma|nsucc|boxul|boxuL|nsupe|nsupE|gneqq|gnsim|boxUl|boxUL|grave|boxur|boxuR|boxUr|boxUR|lescc|angle|bepsi|boxvh|varpi|boxvH|numsp|Theta|gsime|gsiml|theta|boxVh|boxVH|boxvl|gtcir|gtdot|boxvL|boxVl|boxVL|crarr|cross|Cross|nvsim|boxvr|nwarr|nwArr|sqsup|dtdot|Uogon|lhard|lharu|dtrif|ocirc|Ocirc|lhblk|duarr|odash|sqsub|Hacek|sqcup|llarr|duhar|oelig|OElig|ofcir|boxvR|uogon|lltri|boxVr|csube|uuarr|ohbar|csupe|ctdot|olarr|olcir|harrw|oline|sqcap|omacr|Omacr|omega|Omega|boxVR|aleph|lneqq|lnsim|loang|loarr|rharu|lobrk|hcirc|operp|oplus|rhard|Hcirc|orarr|Union|order|ecirc|Ecirc|cuepr|szlig|cuesc|breve|reals|eDDot|Breve|hoarr|lopar|utrif|rdquo|Umacr|umacr|efDot|swArr|ultri|alpha|rceil|ovbar|swarr|Wcirc|wcirc|smtes|smile|bsemi|lrarr|aring|parsl|lrhar|bsime|uhblk|lrtri|cupor|Aring|uharr|uharl|slarr|rbrke|bsolb|lsime|rbbrk|RBarr|lsimg|phone|rBarr|rbarr|icirc|lsquo|Icirc|emacr|Emacr|ratio|simne|plusb|simlE|simgE|simeq|pluse|ltcir|ltdot|empty|xharr|xdtri|iexcl|Alpha|ltrie|rarrw|pound|ltrif|xcirc|bumpe|prcue|bumpE|asymp|amacr|cuvee|Sigma|sigma|iiint|udhar|iiota|ijlig|IJlig|supnE|imacr|Imacr|prime|Prime|image|prnap|eogon|Eogon|rarrc|mdash|mDDot|cuwed|imath|supne|imped|Amacr|udarr|prsim|micro|rarrb|cwint|raquo|infin|eplus|range|rangd|Ucirc|radic|minus|amalg|veeeq|rAarr|epsiv|ycirc|quest|sharp|quot|zwnj|Qscr|race|qscr|Qopf|qopf|qint|rang|Rang|Zscr|zscr|Zopf|zopf|rarr|rArr|Rarr|Pscr|pscr|prop|prod|prnE|prec|ZHcy|zhcy|prap|Zeta|zeta|Popf|popf|Zdot|plus|zdot|Yuml|yuml|phiv|YUcy|yucy|Yscr|yscr|perp|Yopf|yopf|part|para|YIcy|Ouml|rcub|yicy|YAcy|rdca|ouml|osol|Oscr|rdsh|yacy|real|oscr|xvee|andd|rect|andv|Xscr|oror|ordm|ordf|xscr|ange|aopf|Aopf|rHar|Xopf|opar|Oopf|xopf|xnis|rhov|oopf|omid|xmap|oint|apid|apos|ogon|ascr|Ascr|odot|odiv|xcup|xcap|ocir|oast|nvlt|nvle|nvgt|nvge|nvap|Wscr|wscr|auml|ntlg|ntgl|nsup|nsub|nsim|Nscr|nscr|nsce|Wopf|ring|npre|wopf|npar|Auml|Barv|bbrk|Nopf|nopf|nmid|nLtv|beta|ropf|Ropf|Beta|beth|nles|rpar|nleq|bnot|bNot|nldr|NJcy|rscr|Rscr|Vscr|vscr|rsqb|njcy|bopf|nisd|Bopf|rtri|Vopf|nGtv|ngtr|vopf|boxh|boxH|boxv|nges|ngeq|boxV|bscr|scap|Bscr|bsim|Vert|vert|bsol|bull|bump|caps|cdot|ncup|scnE|ncap|nbsp|napE|Cdot|cent|sdot|Vbar|nang|vBar|chcy|Mscr|mscr|sect|semi|CHcy|Mopf|mopf|sext|circ|cire|mldr|mlcp|cirE|comp|shcy|SHcy|vArr|varr|cong|copf|Copf|copy|COPY|malt|male|macr|lvnE|cscr|ltri|sime|ltcc|simg|Cscr|siml|csub|Uuml|lsqb|lsim|uuml|csup|Lscr|lscr|utri|smid|lpar|cups|smte|lozf|darr|Lopf|Uscr|solb|lopf|sopf|Sopf|lneq|uscr|spar|dArr|lnap|Darr|dash|Sqrt|LJcy|ljcy|lHar|dHar|Upsi|upsi|diam|lesg|djcy|DJcy|leqq|dopf|Dopf|dscr|Dscr|dscy|ldsh|ldca|squf|DScy|sscr|Sscr|dsol|lcub|late|star|Star|Uopf|Larr|lArr|larr|uopf|dtri|dzcy|sube|subE|Lang|lang|Kscr|kscr|Kopf|kopf|KJcy|kjcy|KHcy|khcy|DZcy|ecir|edot|eDot|Jscr|jscr|succ|Jopf|jopf|Edot|uHar|emsp|ensp|Iuml|iuml|eopf|isin|Iscr|iscr|Eopf|epar|sung|epsi|escr|sup1|sup2|sup3|Iota|iota|supe|supE|Iopf|iopf|IOcy|iocy|Escr|esim|Esim|imof|Uarr|QUOT|uArr|uarr|euml|IEcy|iecy|Idot|Euml|euro|excl|Hscr|hscr|Hopf|hopf|TScy|tscy|Tscr|hbar|tscr|flat|tbrk|fnof|hArr|harr|half|fopf|Fopf|tdot|gvnE|fork|trie|gtcc|fscr|Fscr|gdot|gsim|Gscr|gscr|Gopf|gopf|gneq|Gdot|tosa|gnap|Topf|topf|geqq|toea|GJcy|gjcy|tint|gesl|mid|Sfr|ggg|top|ges|gla|glE|glj|geq|gne|gEl|gel|gnE|Gcy|gcy|gap|Tfr|tfr|Tcy|tcy|Hat|Tau|Ffr|tau|Tab|hfr|Hfr|ffr|Fcy|fcy|icy|Icy|iff|ETH|eth|ifr|Ifr|Eta|eta|int|Int|Sup|sup|ucy|Ucy|Sum|sum|jcy|ENG|ufr|Ufr|eng|Jcy|jfr|els|ell|egs|Efr|efr|Jfr|uml|kcy|Kcy|Ecy|ecy|kfr|Kfr|lap|Sub|sub|lat|lcy|Lcy|leg|Dot|dot|lEg|leq|les|squ|div|die|lfr|Lfr|lgE|Dfr|dfr|Del|deg|Dcy|dcy|lne|lnE|sol|loz|smt|Cup|lrm|cup|lsh|Lsh|sim|shy|map|Map|mcy|Mcy|mfr|Mfr|mho|gfr|Gfr|sfr|cir|Chi|chi|nap|Cfr|vcy|Vcy|cfr|Scy|scy|ncy|Ncy|vee|Vee|Cap|cap|nfr|scE|sce|Nfr|nge|ngE|nGg|vfr|Vfr|ngt|bot|nGt|nis|niv|Rsh|rsh|nle|nlE|bne|Bfr|bfr|nLl|nlt|nLt|Bcy|bcy|not|Not|rlm|wfr|Wfr|npr|nsc|num|ocy|ast|Ocy|ofr|xfr|Xfr|Ofr|ogt|ohm|apE|olt|Rho|ape|rho|Rfr|rfr|ord|REG|ang|reg|orv|And|and|AMP|Rcy|amp|Afr|ycy|Ycy|yen|yfr|Yfr|rcy|par|pcy|Pcy|pfr|Pfr|phi|Phi|afr|Acy|acy|zcy|Zcy|piv|acE|acd|zfr|Zfr|pre|prE|psi|Psi|qfr|Qfr|zwj|Or|ge|Gg|gt|gg|el|oS|lt|Lt|LT|Re|lg|gl|eg|ne|Im|it|le|DD|wp|wr|nu|Nu|dd|lE|Sc|sc|pi|Pi|ee|af|ll|Ll|rx|gE|xi|pm|Xi|ic|pr|Pr|in|ni|mp|mu|ac|Mu|or|ap|Gt|GT|ii);|&(Aacute|Agrave|Atilde|Ccedil|Eacute|Egrave|Iacute|Igrave|Ntilde|Oacute|Ograve|Oslash|Otilde|Uacute|Ugrave|Yacute|aacute|agrave|atilde|brvbar|ccedil|curren|divide|eacute|egrave|frac12|frac14|frac34|iacute|igrave|iquest|middot|ntilde|oacute|ograve|oslash|otilde|plusmn|uacute|ugrave|yacute|AElig|Acirc|Aring|Ecirc|Icirc|Ocirc|THORN|Ucirc|acirc|acute|aelig|aring|cedil|ecirc|icirc|iexcl|laquo|micro|ocirc|pound|raquo|szlig|thorn|times|ucirc|Auml|COPY|Euml|Iuml|Ouml|QUOT|Uuml|auml|cent|copy|euml|iuml|macr|nbsp|ordf|ordm|ouml|para|quot|sect|sup1|sup2|sup3|uuml|yuml|AMP|ETH|REG|amp|deg|eth|not|reg|shy|uml|yen|GT|LT|gt|lt)(?!;)([=a-zA-Z0-9]?)|&#([0-9]+)(;?)|&#[xX]([a-fA-F0-9]+)(;?)|&([0-9a-zA-Z]+)/g,g={aacute:"á",Aacute:"Á",abreve:"ă",Abreve:"Ă",ac:"∾",acd:"∿",acE:"∾̳",acirc:"â",Acirc:"Â",acute:"´",acy:"а",Acy:"А",aelig:"æ",AElig:"Æ",af:"",afr:"𝔞",Afr:"𝔄",agrave:"à",Agrave:"À",alefsym:"ℵ",aleph:"ℵ",alpha:"α",Alpha:"Α",amacr:"ā",Amacr:"Ā",amalg:"⨿",amp:"&",AMP:"&",and:"∧",And:"⩓",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",Aogon:"Ą",aopf:"𝕒",Aopf:"𝔸",ap:"≈",apacir:"⩯",ape:"≊",apE:"⩰",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",aring:"å",Aring:"Å",ascr:"𝒶",Ascr:"𝒜",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",atilde:"ã",Atilde:"Ã",auml:"ä",Auml:"Ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",Bcy:"Б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",beta:"β",Beta:"Β",beth:"ℶ",between:"≬",bfr:"𝔟",Bfr:"𝔅",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bNot:"⫭",bopf:"𝕓",Bopf:"𝔹",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxhD:"╥",boxHd:"╤",boxHD:"╦",boxhu:"┴",boxhU:"╨",boxHu:"╧",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpe:"≏",bumpE:"⪮",bumpeq:"≏",Bumpeq:"≎",cacute:"ć",Cacute:"Ć",cap:"∩",Cap:"⋒",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",ccaron:"č",Ccaron:"Č",ccedil:"ç",Ccedil:"Ç",ccirc:"ĉ",Ccirc:"Ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",Cdot:"Ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",chcy:"ч",CHcy:"Ч",check:"✓",checkmark:"✓",chi:"χ",Chi:"Χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cire:"≗",cirE:"⧃",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",colone:"≔",Colone:"⩴",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",cscr:"𝒸",Cscr:"𝒞",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",Cup:"⋓",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",dArr:"⇓",Darr:"↡",dash:"‐",dashv:"⊣",Dashv:"⫤",dbkarow:"⤏",dblac:"˝",dcaron:"ď",Dcaron:"Ď",dcy:"д",Dcy:"Д",dd:"ⅆ",DD:"ⅅ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",delta:"δ",Delta:"Δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",Dfr:"𝔇",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",DJcy:"Ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",Dopf:"𝔻",dot:"˙",Dot:"¨",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",downarrow:"↓",Downarrow:"⇓",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",Dscr:"𝒟",dscy:"ѕ",DScy:"Ѕ",dsol:"⧶",dstrok:"đ",Dstrok:"Đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",DZcy:"Џ",dzigrarr:"⟿",eacute:"é",Eacute:"É",easter:"⩮",ecaron:"ě",Ecaron:"Ě",ecir:"≖",ecirc:"ê",Ecirc:"Ê",ecolon:"≕",ecy:"э",Ecy:"Э",eDDot:"⩷",edot:"ė",eDot:"≑",Edot:"Ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",Efr:"𝔈",eg:"⪚",egrave:"è",Egrave:"È",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",Emacr:"Ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",eng:"ŋ",ENG:"Ŋ",ensp:" ",eogon:"ę",Eogon:"Ę",eopf:"𝕖",Eopf:"𝔼",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",Epsilon:"Ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",esim:"≂",Esim:"⩳",eta:"η",Eta:"Η",eth:"ð",ETH:"Ð",euml:"ë",Euml:"Ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",fcy:"ф",Fcy:"Ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",Ffr:"𝔉",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",Fopf:"𝔽",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",gamma:"γ",Gamma:"Γ",gammad:"ϝ",Gammad:"Ϝ",gap:"⪆",gbreve:"ğ",Gbreve:"Ğ",Gcedil:"Ģ",gcirc:"ĝ",Gcirc:"Ĝ",gcy:"г",Gcy:"Г",gdot:"ġ",Gdot:"Ġ",ge:"≥",gE:"≧",gel:"⋛",gEl:"⪌",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",Gfr:"𝔊",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",GJcy:"Ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",Gopf:"𝔾",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",gscr:"ℊ",Gscr:"𝒢",gsim:"≳",gsime:"⪎",gsiml:"⪐",gt:">",Gt:"≫",GT:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",HARDcy:"Ъ",harr:"↔",hArr:"⇔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",hcirc:"ĥ",Hcirc:"Ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",hstrok:"ħ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",iacute:"í",Iacute:"Í",ic:"",icirc:"î",Icirc:"Î",icy:"и",Icy:"И",Idot:"İ",iecy:"е",IEcy:"Е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",igrave:"ì",Igrave:"Ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",IJlig:"IJ",Im:"ℑ",imacr:"ī",Imacr:"Ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",Int:"∬",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",iocy:"ё",IOcy:"Ё",iogon:"į",Iogon:"Į",iopf:"𝕚",Iopf:"𝕀",iota:"ι",Iota:"Ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",itilde:"ĩ",Itilde:"Ĩ",iukcy:"і",Iukcy:"І",iuml:"ï",Iuml:"Ï",jcirc:"ĵ",Jcirc:"Ĵ",jcy:"й",Jcy:"Й",jfr:"𝔧",Jfr:"𝔍",jmath:"ȷ",jopf:"𝕛",Jopf:"𝕁",jscr:"𝒿",Jscr:"𝒥",jsercy:"ј",Jsercy:"Ј",jukcy:"є",Jukcy:"Є",kappa:"κ",Kappa:"Κ",kappav:"ϰ",kcedil:"ķ",Kcedil:"Ķ",kcy:"к",Kcy:"К",kfr:"𝔨",Kfr:"𝔎",kgreen:"ĸ",khcy:"х",KHcy:"Х",kjcy:"ќ",KJcy:"Ќ",kopf:"𝕜",Kopf:"𝕂",kscr:"𝓀",Kscr:"𝒦",lAarr:"⇚",lacute:"ĺ",Lacute:"Ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",Lambda:"Λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larr:"←",lArr:"⇐",Larr:"↞",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",lAtail:"⤛",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",Lcaron:"Ľ",lcedil:"ļ",Lcedil:"Ļ",lceil:"⌈",lcub:"{",lcy:"л",Lcy:"Л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",leftarrow:"←",Leftarrow:"⇐",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",Leftrightarrow:"⇔",LeftRightArrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",leg:"⋚",lEg:"⪋",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",Lfr:"𝔏",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",LJcy:"Љ",ll:"≪",Ll:"⋘",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",lmidot:"ŀ",Lmidot:"Ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",Longleftarrow:"⟸",LongLeftArrow:"⟵",longleftrightarrow:"⟷",Longleftrightarrow:"⟺",LongLeftRightArrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",Longrightarrow:"⟹",LongRightArrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",Lopf:"𝕃",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",Lstrok:"Ł",lt:"<",Lt:"≪",LT:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",Map:"⤅",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",Mcy:"М",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",mfr:"𝔪",Mfr:"𝔐",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",Mopf:"𝕄",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",mu:"μ",Mu:"Μ",multimap:"⊸",mumap:"⊸",nabla:"∇",nacute:"ń",Nacute:"Ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",Ncaron:"Ň",ncedil:"ņ",Ncedil:"Ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",Ncy:"Н",ndash:"–",ne:"≠",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",nfr:"𝔫",Nfr:"𝔑",nge:"≱",ngE:"≧̸",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",ngt:"≯",nGt:"≫⃒",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",NJcy:"Њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nle:"≰",nlE:"≦̸",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nlt:"≮",nLt:"≪⃒",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",not:"¬",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrarr:"↛",nrArr:"⇏",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",Nscr:"𝒩",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsube:"⊈",nsubE:"⫅̸",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupe:"⊉",nsupE:"⫆̸",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntilde:"ñ",Ntilde:"Ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",Nu:"Ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",oacute:"ó",Oacute:"Ó",oast:"⊛",ocir:"⊚",ocirc:"ô",Ocirc:"Ô",ocy:"о",Ocy:"О",odash:"⊝",odblac:"ő",Odblac:"Ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",OElig:"Œ",ofcir:"⦿",ofr:"𝔬",Ofr:"𝔒",ogon:"˛",ograve:"ò",Ograve:"Ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",Omacr:"Ō",omega:"ω",Omega:"Ω",omicron:"ο",Omicron:"Ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",Oopf:"𝕆",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",or:"∨",Or:"⩔",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",oscr:"ℴ",Oscr:"𝒪",oslash:"ø",Oslash:"Ø",osol:"⊘",otilde:"õ",Otilde:"Õ",otimes:"⊗",Otimes:"⨷",otimesas:"⨶",ouml:"ö",Ouml:"Ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",pcy:"п",Pcy:"П",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",Pfr:"𝔓",phi:"φ",Phi:"Φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",Pi:"Π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",pr:"≺",Pr:"⪻",prap:"⪷",prcue:"≼",pre:"⪯",prE:"⪳",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",Pscr:"𝒫",psi:"ψ",Psi:"Ψ",puncsp:" ",qfr:"𝔮",Qfr:"𝔔",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",qscr:"𝓆",Qscr:"𝒬",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",racute:"ŕ",Racute:"Ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarr:"→",rArr:"⇒",Rarr:"↠",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",Rarrtl:"⤖",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",Rcaron:"Ř",rcedil:"ŗ",Rcedil:"Ŗ",rceil:"⌉",rcub:"}",rcy:"р",Rcy:"Р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",Rho:"Ρ",rhov:"ϱ",RightAngleBracket:"⟩",rightarrow:"→",Rightarrow:"⇒",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",sacute:"ś",Sacute:"Ś",sbquo:"‚",sc:"≻",Sc:"⪼",scap:"⪸",scaron:"š",Scaron:"Š",sccue:"≽",sce:"⪰",scE:"⪴",scedil:"ş",Scedil:"Ş",scirc:"ŝ",Scirc:"Ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",Scy:"С",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",Sfr:"𝔖",sfrown:"⌢",sharp:"♯",shchcy:"щ",SHCHcy:"Щ",shcy:"ш",SHcy:"Ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",sigma:"σ",Sigma:"Σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",SOFTcy:"Ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",Sopf:"𝕊",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",Sscr:"𝒮",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",Star:"⋆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",sube:"⊆",subE:"⫅",subedot:"⫃",submult:"⫁",subne:"⊊",subnE:"⫋",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup:"⊃",Sup:"⋑",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supe:"⊇",supE:"⫆",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supne:"⊋",supnE:"⫌",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",tau:"τ",Tau:"Τ",tbrk:"⎴",tcaron:"ť",Tcaron:"Ť",tcedil:"ţ",Tcedil:"Ţ",tcy:"т",Tcy:"Т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",Tfr:"𝔗",there4:"∴",therefore:"∴",Therefore:"∴",theta:"θ",Theta:"Θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",thorn:"þ",THORN:"Þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",Topf:"𝕋",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",Tscr:"𝒯",tscy:"ц",TScy:"Ц",tshcy:"ћ",TSHcy:"Ћ",tstrok:"ŧ",Tstrok:"Ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uacute:"ú",Uacute:"Ú",uarr:"↑",uArr:"⇑",Uarr:"↟",Uarrocir:"⥉",ubrcy:"ў",Ubrcy:"Ў",ubreve:"ŭ",Ubreve:"Ŭ",ucirc:"û",Ucirc:"Û",ucy:"у",Ucy:"У",udarr:"⇅",udblac:"ű",Udblac:"Ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",Ufr:"𝔘",ugrave:"ù",Ugrave:"Ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",Umacr:"Ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",uogon:"ų",Uogon:"Ų",uopf:"𝕦",Uopf:"𝕌",uparrow:"↑",Uparrow:"⇑",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",updownarrow:"↕",Updownarrow:"⇕",UpDownArrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",upsilon:"υ",Upsilon:"Υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",Uring:"Ů",urtri:"◹",uscr:"𝓊",Uscr:"𝒰",utdot:"⋰",utilde:"ũ",Utilde:"Ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uuml:"ü",Uuml:"Ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",vcy:"в",Vcy:"В",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",vee:"∨",Vee:"⋁",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",vfr:"𝔳",Vfr:"𝔙",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",Vopf:"𝕍",vprop:"∝",vrtri:"⊳",vscr:"𝓋",Vscr:"𝒱",vsubne:"⊊︀",vsubnE:"⫋︀",vsupne:"⊋︀",vsupnE:"⫌︀",Vvdash:"⊪",vzigzag:"⦚",wcirc:"ŵ",Wcirc:"Ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",wfr:"𝔴",Wfr:"𝔚",wopf:"𝕨",Wopf:"𝕎",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",Wscr:"𝒲",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",Xfr:"𝔛",xharr:"⟷",xhArr:"⟺",xi:"ξ",Xi:"Ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",Xopf:"𝕏",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",xscr:"𝓍",Xscr:"𝒳",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacute:"ý",Yacute:"Ý",yacy:"я",YAcy:"Я",ycirc:"ŷ",Ycirc:"Ŷ",ycy:"ы",Ycy:"Ы",yen:"¥",yfr:"𝔶",Yfr:"𝔜",yicy:"ї",YIcy:"Ї",yopf:"𝕪",Yopf:"𝕐",yscr:"𝓎",Yscr:"𝒴",yucy:"ю",YUcy:"Ю",yuml:"ÿ",Yuml:"Ÿ",zacute:"ź",Zacute:"Ź",zcaron:"ž",Zcaron:"Ž",zcy:"з",Zcy:"З",zdot:"ż",Zdot:"Ż",zeetrf:"ℨ",ZeroWidthSpace:"",zeta:"ζ",Zeta:"Ζ",zfr:"𝔷",Zfr:"ℨ",zhcy:"ж",ZHcy:"Ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",zscr:"𝓏",Zscr:"𝒵",zwj:"",zwnj:""},m={aacute:"á",Aacute:"Á",acirc:"â",Acirc:"Â",acute:"´",aelig:"æ",AElig:"Æ",agrave:"à",Agrave:"À",amp:"&",AMP:"&",aring:"å",Aring:"Å",atilde:"ã",Atilde:"Ã",auml:"ä",Auml:"Ä",brvbar:"¦",ccedil:"ç",Ccedil:"Ç",cedil:"¸",cent:"¢",copy:"©",COPY:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",Eacute:"É",ecirc:"ê",Ecirc:"Ê",egrave:"è",Egrave:"È",eth:"ð",ETH:"Ð",euml:"ë",Euml:"Ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",GT:">",iacute:"í",Iacute:"Í",icirc:"î",Icirc:"Î",iexcl:"¡",igrave:"ì",Igrave:"Ì",iquest:"¿",iuml:"ï",Iuml:"Ï",laquo:"«",lt:"<",LT:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",Ntilde:"Ñ",oacute:"ó",Oacute:"Ó",ocirc:"ô",Ocirc:"Ô",ograve:"ò",Ograve:"Ò",ordf:"ª",ordm:"º",oslash:"ø",Oslash:"Ø",otilde:"õ",Otilde:"Õ",ouml:"ö",Ouml:"Ö",para:"¶",plusmn:"±",pound:"£",quot:'"',QUOT:'"',raquo:"»",reg:"®",REG:"®",sect:"§",shy:"",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",THORN:"Þ",times:"×",uacute:"ú",Uacute:"Ú",ucirc:"û",Ucirc:"Û",ugrave:"ù",Ugrave:"Ù",uml:"¨",uuml:"ü",Uuml:"Ü",yacute:"ý",Yacute:"Ý",yen:"¥",yuml:"ÿ"},v={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"},y=[1,2,3,4,5,6,7,8,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,64976,64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993,64994,64995,64996,64997,64998,64999,65e3,65001,65002,65003,65004,65005,65006,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111],b=String.fromCharCode,D={}.hasOwnProperty,w=function(e,t){return D.call(e,t)},k=function(e,t){if(!e)return t;var r,n={};for(r in t)n[r]=w(e,r)?e[r]:t[r];return n},C=function(e,t){var r="";return e>=55296&&e<=57343||e>1114111?(t&&T("character reference outside the permissible Unicode range"),"�"):w(v,e)?(t&&T("disallowed character reference"),v[e]):(t&&function(e,t){for(var r=-1,n=e.length;++r<n;)if(e[r]==t)return!0;return!1}(y,e)&&T("disallowed character reference"),e>65535&&(r+=b((e-=65536)>>>10&1023|55296),e=56320|1023&e),r+=b(e))},R=function(e){return"&#x"+e.toString(16).toUpperCase()+";"},E=function(e){return"&#"+e+";"},T=function(e){throw Error("Parse error: "+e)},A=function(e,t){(t=k(t,A.options)).strict&&p.test(e)&&T("forbidden code point");var r=t.encodeEverything,n=t.useNamedReferences,i=t.allowUnsafeSymbols,d=t.decimal?E:R,f=function(e){return d(e.charCodeAt(0))};return r?(e=e.replace(s,function(e){return n&&w(u,e)?"&"+u[e]+";":f(e)}),n&&(e=e.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒").replace(/fj/g,"fj")),n&&(e=e.replace(c,function(e){return"&"+u[e]+";"}))):n?(i||(e=e.replace(l,function(e){return"&"+u[e]+";"})),e=(e=e.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒")).replace(c,function(e){return"&"+u[e]+";"})):i||(e=e.replace(l,f)),e.replace(o,function(e){var t=e.charCodeAt(0),r=e.charCodeAt(1);return d(1024*(t-55296)+r-56320+65536)}).replace(a,f)};A.options={allowUnsafeSymbols:!1,encodeEverything:!1,strict:!1,useNamedReferences:!1,decimal:!1};var x=function(e,t){var r=(t=k(t,x.options)).strict;return r&&f.test(e)&&T("malformed character reference"),e.replace(h,function(e,n,i,o,s,a,c,u,l){var d,f,p,h,v,y;return n?g[v=n]:i?(v=i,(y=o)&&t.isAttributeValue?(r&&"="==y&&T("`&` did not start a character reference"),e):(r&&T("named character reference was not terminated by a semicolon"),m[v]+(y||""))):s?(p=s,f=a,r&&!f&&T("character reference was not terminated by a semicolon"),d=parseInt(p,10),C(d,r)):c?(h=c,f=u,r&&!f&&T("character reference was not terminated by a semicolon"),d=parseInt(h,16),C(d,r)):(r&&T("named character reference was not terminated by a semicolon"),e)})};x.options={isAttributeValue:!1,strict:!1};var _={version:"1.2.0",encode:A,decode:x,escape:function(e){return e.replace(l,function(e){return d[e]})},unescape:x};void 0===(n=function(){return _}.call(t,r,t,e))||(e.exports=n)}()},181:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return e[e.length-1]}},6192:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NodeType=t.TextNode=t.Node=t.valid=t.CommentNode=t.HTMLElement=t.parse=void 0;var i=n(r(3447));t.CommentNode=i.default;var o=n(r(9781));t.HTMLElement=o.default;var s=n(r(724));t.Node=s.default;var a=n(r(9719));t.TextNode=a.default;var c=n(r(8140));t.NodeType=c.default;var u=n(r(4083)),l=n(r(7578));function d(e,t){return void 0===t&&(t={}),(0,u.default)(e,t)}t.valid=l.default,t.default=d,t.parse=d,d.parse=u.default,d.HTMLElement=o.default,d.CommentNode=i.default,d.valid=l.default,d.Node=s.default,d.TextNode=a.default,d.NodeType=c.default},9418:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=n(r(8140));function o(e){return e&&e.nodeType===i.default.ELEMENT_NODE}function s(e,t){return o(e)?e.getAttribute(t):void 0}function a(e){return e&&e.childNodes}function c(e){return e?e.parentNode:null}t.default={isTag:o,getAttributeValue:s,getName:function(e){return(e&&e.rawTagName||"").toLowerCase()},getChildren:a,getParent:c,getText:function(e){return e.text},removeSubsets:function(e){for(var t,r,n,i=e.length;--i>-1;){for(t=r=e[i],e[i]=null,n=!0;r;){if(e.indexOf(r)>-1){n=!1,e.splice(i,1);break}r=c(r)}n&&(e[i]=t)}return e},existsOne:function e(t,r){return r.some(function(r){return!!o(r)&&(t(r)||e(t,a(r)))})},getSiblings:function(e){var t=c(e);return t?a(t):[]},hasAttrib:function(e,t){return void 0!==s(e,t)},findOne:function e(t,r){for(var n=null,i=0,o=null==r?void 0:r.length;i<o&&!n;i++){var s=r[i];if(t(s))n=s;else{var c=a(s);c&&c.length>0&&(n=e(t,c))}}return n},findAll:function e(t,r){for(var n=[],i=0,s=r.length;i<s;i++)if(o(r[i])){t(r[i])&&n.push(r[i]);var c=a(r[i]);c&&(n=n.concat(e(t,c)))}return n}}},3447:function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},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 r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=o(r(724)),a=o(r(8140)),c=function(e){function t(t,r,n,i){void 0===r&&(r=null),void 0===i&&(i="!--");var o=e.call(this,r,n)||this;return o.rawText=t,o.rawTagName=i,o.nodeType=a.default.COMMENT_NODE,o}return i(t,e),t.prototype.clone=function(){return new t(this.rawText,null,void 0,this.rawTagName)},Object.defineProperty(t.prototype,"text",{get:function(){return this.rawText},enumerable:!1,configurable:!0}),t.prototype.toString=function(){return"\x3c!--".concat(this.rawText,"--\x3e")},t}(s.default);t.default=c},9781:function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},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 r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)},s=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.parse=t.base_parse=void 0;var c=r(2603),u=a(r(6067)),l=a(r(181)),d=a(r(9418)),f=a(r(97)),p=a(r(3447)),h=a(r(724)),g=a(r(9719)),m=a(r(8140));function v(e){return JSON.parse(JSON.stringify(u.default.decode(e)))}var y=new Set;!function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r=function(e){for(var t=0;t<e.length;t++){var r=e[t];y.add(r),y.add(r.toUpperCase())}},n=0,i=e;n<i.length;n++)r(i[n])}(["h1","h2","h3","h4","h5","h6","header","hgroup"],["details","dialog","dd","div","dt"],["fieldset","figcaption","figure","footer","form"],["table","td","tr"],["address","article","aside","blockquote","br","hr","li","main","nav","ol","p","pre","section","ul"]);var b=function(){function e(e,t){void 0===e&&(e=[]),void 0===t&&(t=function(){return null}),this._set=new Set(e),this._afterUpdate=t}return e.prototype._validate=function(e){if(/\s/.test(e))throw new Error("DOMException in DOMTokenList.add: The token '".concat(e,"' contains HTML space characters, which are not valid in tokens."))},e.prototype.add=function(e){this._validate(e),this._set.add(e),this._afterUpdate(this)},e.prototype.replace=function(e,t){this._validate(t),this._set.delete(e),this._set.add(t),this._afterUpdate(this)},e.prototype.remove=function(e){this._set.delete(e)&&this._afterUpdate(this)},e.prototype.toggle=function(e){this._validate(e),this._set.has(e)?this._set.delete(e):this._set.add(e),this._afterUpdate(this)},e.prototype.contains=function(e){return this._set.has(e)},Object.defineProperty(e.prototype,"length",{get:function(){return this._set.size},enumerable:!1,configurable:!0}),e.prototype.values=function(){return this._set.values()},Object.defineProperty(e.prototype,"value",{get:function(){return Array.from(this._set.values())},enumerable:!1,configurable:!0}),e.prototype.toString=function(){return Array.from(this._set.values()).join(" ")},e}(),D=function(e){function t(t,r,n,i,o,s,a){void 0===n&&(n=""),void 0===i&&(i=null),void 0===s&&(s=new f.default),void 0===a&&(a={});var c=e.call(this,i,o)||this;if(c.rawAttrs=n,c.voidTag=s,c.nodeType=m.default.ELEMENT_NODE,c.rawTagName=t,c.rawAttrs=n||"",c.id=r.id||"",c.childNodes=[],c._parseOptions=a,c.classList=new b(r.class?r.class.split(/\s+/):[],function(e){return c.setAttribute("class",e.toString())}),r.id&&(n||(c.rawAttrs='id="'.concat(r.id,'"'))),r.class&&!n){var u='class="'.concat(c.classList.toString(),'"');c.rawAttrs?c.rawAttrs+=" ".concat(u):c.rawAttrs=u}return c}return i(t,e),t.prototype.quoteAttribute=function(e){return null==e?"null":JSON.stringify(e.replace(/"/g,""")).replace(/\\t/g,"\t").replace(/\\n/g,"\n").replace(/\\r/g,"\r").replace(/\\/g,"")},t.prototype.removeChild=function(e){return this.childNodes=this.childNodes.filter(function(t){return t!==e}),this},t.prototype.exchangeChild=function(e,t){var r=this.childNodes;return this.childNodes=r.map(function(r){return r===e?t:r}),this},Object.defineProperty(t.prototype,"tagName",{get:function(){return this.rawTagName?this.rawTagName.toUpperCase():this.rawTagName},set:function(e){this.rawTagName=e.toLowerCase()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localName",{get:function(){return this.rawTagName.toLowerCase()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isVoidElement",{get:function(){return this.voidTag.isVoidElement(this.localName)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"rawText",{get:function(){return/^br$/i.test(this.rawTagName)?"\n":this.childNodes.reduce(function(e,t){return e+t.rawText},"")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"textContent",{get:function(){return v(this.rawText)},set:function(e){var t=[new g.default(e,this)];this.childNodes=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"text",{get:function(){return v(this.rawText)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"structuredText",{get:function(){var e=[],t=[e];return function r(n){if(n.nodeType===m.default.ELEMENT_NODE)y.has(n.rawTagName)?(e.length>0&&t.push(e=[]),n.childNodes.forEach(r),e.length>0&&t.push(e=[])):n.childNodes.forEach(r);else if(n.nodeType===m.default.TEXT_NODE)if(n.isWhitespace)e.prependWhitespace=!0;else{var i=n.trimmedText;e.prependWhitespace&&(i=" ".concat(i),e.prependWhitespace=!1),e.push(i)}}(this),t.map(function(e){return e.join("").replace(/\s{2,}/g," ")}).join("\n").replace(/\s+$/,"")},enumerable:!1,configurable:!0}),t.prototype.toString=function(){var e=this.rawTagName;if(e){var t=this.rawAttrs?" ".concat(this.rawAttrs):"";return this.voidTag.formatNode(e,t,this.innerHTML)}return this.innerHTML},Object.defineProperty(t.prototype,"innerHTML",{get:function(){return this.childNodes.map(function(e){return e.toString()}).join("")},set:function(e){var t=A(e,this._parseOptions),r=t.childNodes.length?t.childNodes:[new g.default(e,this)];x(r,this),x(this.childNodes,null),this.childNodes=r},enumerable:!1,configurable:!0}),t.prototype.set_content=function(e,t){if(void 0===t&&(t={}),e instanceof h.default)e=[e];else if("string"==typeof e){var r=A(e,t=o(o({},this._parseOptions),t));e=r.childNodes.length?r.childNodes:[new g.default(r.innerHTML,this)]}return x(this.childNodes,null),x(e,this),this.childNodes=e,this},t.prototype.replaceWith=function(){for(var e=this,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var n=this.parentNode,i=t.map(function(t){if(t instanceof h.default)return[t];if("string"==typeof t){var r=A(t,e._parseOptions);return r.childNodes.length?r.childNodes:[new g.default(t,e)]}return[]}).flat(),o=n.childNodes.findIndex(function(t){return t===e});return x([this],null),n.childNodes=s(s(s([],n.childNodes.slice(0,o),!0),x(i,n),!0),n.childNodes.slice(o+1),!0),this},Object.defineProperty(t.prototype,"outerHTML",{get:function(){return this.toString()},enumerable:!1,configurable:!0}),t.prototype.trimRight=function(e){for(var t=0;t<this.childNodes.length;t++){var r=this.childNodes[t];if(r.nodeType===m.default.ELEMENT_NODE)r.trimRight(e);else{var n=r.rawText.search(e);n>-1&&(r.rawText=r.rawText.substr(0,n),this.childNodes.length=t+1)}}return this},Object.defineProperty(t.prototype,"structure",{get:function(){var e=[],t=0;function r(r){e.push(" ".repeat(t)+r)}return function e(n){var i=n.id?"#".concat(n.id):"",o=n.classList.length?".".concat(n.classList.value.join(".")):"";r("".concat(n.rawTagName).concat(i).concat(o)),t++,n.childNodes.forEach(function(t){t.nodeType===m.default.ELEMENT_NODE?e(t):t.nodeType===m.default.TEXT_NODE&&(t.isWhitespace||r("#text"))}),t--}(this),e.join("\n")},enumerable:!1,configurable:!0}),t.prototype.removeWhitespace=function(){var e=this,t=0;return this.childNodes.forEach(function(r){if(r.nodeType===m.default.TEXT_NODE){if(r.isWhitespace)return;r.rawText=r.trimmedRawText}else r.nodeType===m.default.ELEMENT_NODE&&r.removeWhitespace();e.childNodes[t++]=r}),this.childNodes.length=t,this},t.prototype.querySelectorAll=function(e){return(0,c.selectAll)(e,this,{xmlMode:!0,adapter:d.default})},t.prototype.querySelector=function(e){return(0,c.selectOne)(e,this,{xmlMode:!0,adapter:d.default})},t.prototype.getElementsByTagName=function(e){for(var t=e.toUpperCase(),r=[],n=[],i=this,o=0;void 0!==o;){var s=void 0;do{s=i.childNodes[o++]}while(o<i.childNodes.length&&void 0===s);void 0!==s?s.nodeType===m.default.ELEMENT_NODE&&("*"!==e&&s.tagName!==t||r.push(s),s.childNodes.length>0&&(n.push(o),i=s,o=0)):(i=i.parentNode,o=n.pop())}return r},t.prototype.getElementById=function(e){for(var t=[],r=this,n=0;void 0!==n;){var i=void 0;do{i=r.childNodes[n++]}while(n<r.childNodes.length&&void 0===i);if(void 0!==i){if(i.nodeType===m.default.ELEMENT_NODE){if(i.id===e)return i;i.childNodes.length>0&&(t.push(n),r=i,n=0)}}else r=r.parentNode,n=t.pop()}return null},t.prototype.closest=function(e){var t=new Map,r=this,n=null;function i(e,r){for(var n=null,o=0,s=r.length;o<s&&!n;o++){var a=r[o];if(e(a))n=a;else{var c=t.get(a);c&&(n=i(e,[c]))}}return n}for(;r;)t.set(r,n),n=r,r=r.parentNode;for(r=this;r;){var s=(0,c.selectOne)(e,r,{xmlMode:!0,adapter:o(o({},d.default),{getChildren:function(e){var r=t.get(e);return r&&[r]},getSiblings:function(e){return[e]},findOne:i,findAll:function(){return[]}})});if(s)return s;r=r.parentNode}return null},t.prototype.appendChild=function(e){return e.remove(),this.childNodes.push(e),e.parentNode=this,e},Object.defineProperty(t.prototype,"firstChild",{get:function(){return this.childNodes[0]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lastChild",{get:function(){return(0,l.default)(this.childNodes)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attrs",{get:function(){if(this._attrs)return this._attrs;this._attrs={};var e=this.rawAttributes;for(var t in e){var r=e[t]||"";this._attrs[t.toLowerCase()]=v(r)}return this._attrs},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e={},t=this.rawAttributes;for(var r in t){var n=t[r]||"";e[r]=v(n)}return e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"rawAttributes",{get:function(){if(this._rawAttrs)return this._rawAttrs;var e={};if(this.rawAttrs)for(var t=/([a-zA-Z()[\]#@$.?:][a-zA-Z0-9-_:()[\]#]*)(?:\s*=\s*((?:'[^']*')|(?:"[^"]*")|\S+))?/g,r=void 0;r=t.exec(this.rawAttrs);){var n=r[1],i=r[2]||null;!i||"'"!==i[0]&&'"'!==i[0]||(i=i.slice(1,i.length-1)),e[n]=e[n]||i}return this._rawAttrs=e,e},enumerable:!1,configurable:!0}),t.prototype.removeAttribute=function(e){var t=this,r=this.rawAttributes;return delete r[e],this._attrs&&delete this._attrs[e],this.rawAttrs=Object.keys(r).map(function(e){var n=t.quoteAttribute(r[e]);return"null"===n||'""'===n?e:"".concat(e,"=").concat(n)}).join(" "),"id"===e&&(this.id=""),this},t.prototype.hasAttribute=function(e){return e.toLowerCase()in this.attrs},t.prototype.getAttribute=function(e){return this.attrs[e.toLowerCase()]},t.prototype.setAttribute=function(e,t){var r=this;if(arguments.length<2)throw new Error("Failed to execute 'setAttribute' on 'Element'");var n=e.toLowerCase(),i=this.rawAttributes;for(var o in i)if(o.toLowerCase()===n){e=o;break}return i[e]=String(t),this._attrs&&(this._attrs[n]=v(i[e])),this.rawAttrs=Object.keys(i).map(function(e){var t=r.quoteAttribute(i[e]);return"null"===t||'""'===t?e:"".concat(e,"=").concat(t)}).join(" "),"id"===e&&(this.id=t),this},t.prototype.setAttributes=function(e){var t=this;return this._attrs&&delete this._attrs,this._rawAttrs&&delete this._rawAttrs,this.rawAttrs=Object.keys(e).map(function(r){var n=e[r];return"null"===n||'""'===n?r:"".concat(r,"=").concat(t.quoteAttribute(String(n)))}).join(" "),this},t.prototype.insertAdjacentHTML=function(e,t){var r,n,i,o=this;if(arguments.length<2)throw new Error("2 arguments required");var a=A(t,this._parseOptions);if("afterend"===e){var c=this.parentNode.childNodes.findIndex(function(e){return e===o});x(a.childNodes,this.parentNode),(r=this.parentNode.childNodes).splice.apply(r,s([c+1,0],a.childNodes,!1))}else if("afterbegin"===e)x(a.childNodes,this),(n=this.childNodes).unshift.apply(n,a.childNodes);else if("beforeend"===e)a.childNodes.forEach(function(e){o.appendChild(e)});else{if("beforebegin"!==e)throw new Error("The value provided ('".concat(e,"') is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'"));c=this.parentNode.childNodes.findIndex(function(e){return e===o}),x(a.childNodes,this.parentNode),(i=this.parentNode.childNodes).splice.apply(i,s([c,0],a.childNodes,!1))}return this},Object.defineProperty(t.prototype,"nextSibling",{get:function(){if(this.parentNode){for(var e=this.parentNode.childNodes,t=0;t<e.length;)if(this===e[t++])return e[t]||null;return null}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"nextElementSibling",{get:function(){if(this.parentNode){for(var e=this.parentNode.childNodes,r=0,n=!1;r<e.length;){var i=e[r++];if(n){if(i instanceof t)return i||null}else this===i&&(n=!0)}return null}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"previousSibling",{get:function(){if(this.parentNode){for(var e=this.parentNode.childNodes,t=e.length;t>0;)if(this===e[--t])return e[t-1]||null;return null}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"previousElementSibling",{get:function(){if(this.parentNode){for(var e=this.parentNode.childNodes,r=e.length,n=!1;r>0;){var i=e[--r];if(n){if(i instanceof t)return i||null}else this===i&&(n=!0)}return null}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"classNames",{get:function(){return this.classList.toString()},enumerable:!1,configurable:!0}),t.prototype.clone=function(){return A(this.toString(),this._parseOptions).firstChild},t}(h.default);t.default=D;var w=/<!--[\s\S]*?-->|<(\/?)([a-zA-Z][-.:0-9_a-zA-Z]*)((?:\s+[^>]*?(?:(?:'[^']*')|(?:"[^"]*"))?)*)\s*(\/?)>/g,k=/(?:^|\s)(id|class)\s*=\s*((?:'[^']*')|(?:"[^"]*")|\S+)/gi,C={li:{li:!0,LI:!0},LI:{li:!0,LI:!0},p:{p:!0,div:!0,P:!0,DIV:!0},P:{p:!0,div:!0,P:!0,DIV:!0},b:{div:!0,DIV:!0},B:{div:!0,DIV:!0},td:{td:!0,th:!0,TD:!0,TH:!0},TD:{td:!0,th:!0,TD:!0,TH:!0},th:{td:!0,th:!0,TD:!0,TH:!0},TH:{td:!0,th:!0,TD:!0,TH:!0},h1:{h1:!0,H1:!0},H1:{h1:!0,H1:!0},h2:{h2:!0,H2:!0},H2:{h2:!0,H2:!0},h3:{h3:!0,H3:!0},H3:{h3:!0,H3:!0},h4:{h4:!0,H4:!0},H4:{h4:!0,H4:!0},h5:{h5:!0,H5:!0},H5:{h5:!0,H5:!0},h6:{h6:!0,H6:!0},H6:{h6:!0,H6:!0}},R={li:{ul:!0,ol:!0,UL:!0,OL:!0},LI:{ul:!0,ol:!0,UL:!0,OL:!0},a:{div:!0,DIV:!0},A:{div:!0,DIV:!0},b:{div:!0,DIV:!0},B:{div:!0,DIV:!0},i:{div:!0,DIV:!0},I:{div:!0,DIV:!0},p:{div:!0,DIV:!0},P:{div:!0,DIV:!0},td:{tr:!0,table:!0,TR:!0,TABLE:!0},TD:{tr:!0,table:!0,TR:!0,TABLE:!0},th:{tr:!0,table:!0,TR:!0,TABLE:!0},TH:{tr:!0,table:!0,TR:!0,TABLE:!0}},E="documentfragmentcontainer";function T(e,t){var r,n;void 0===t&&(t={});var i=new f.default(null===(r=null==t?void 0:t.voidTag)||void 0===r?void 0:r.closingSlash,null===(n=null==t?void 0:t.voidTag)||void 0===n?void 0:n.tags),o=t.blockTextElements||{script:!0,noscript:!0,style:!0,pre:!0},s=Object.keys(o),a=s.map(function(e){return new RegExp("^".concat(e,"$"),"i")}),c=s.filter(function(e){return Boolean(o[e])}).map(function(e){return new RegExp("^".concat(e,"$"),"i")});function u(e){return c.some(function(t){return t.test(e)})}function d(e){return a.some(function(t){return t.test(e)})}var h,m=function(e,t){return[e-q,t-q]},v=new D(null,{},"",null,[0,e.length],i,t),y=v,b=[v],T=-1,A=void 0;e="<".concat(E,">").concat(e,"</").concat(E,">");for(var x=t.lowerCaseTagName,_=t.fixNestedATags,S=e.length-(E.length+2),q=E.length+2;h=w.exec(e);){var L=h[0],F=h[1],P=h[2],M=h[3],N=h[4],O=L.length,I=w.lastIndex-O,j=w.lastIndex;if(T>-1&&T+O<j){var B=e.substring(T,I);y.appendChild(new g.default(B,y,m(T,I)))}if(T=w.lastIndex,P!==E)if("!"!==L[1]){if(x&&(P=P.toLowerCase()),!F){for(var H={},U=void 0;U=k.exec(M);){var W=U[1],V=U[2],$="'"===V[0]||'"'===V[0];H[W.toLowerCase()]=$?V.slice(1,V.length-1):V}var K=y.rawTagName;!N&&C[K]&&C[K][P]&&(b.pop(),y=(0,l.default)(b)),!_||"a"!==P&&"A"!==P||(void 0!==A&&(b.splice(A),y=(0,l.default)(b)),A=b.length);var z=w.lastIndex,G=z-O;if(y=y.appendChild(new D(P,H,M.slice(1),null,m(G,z),i,t)),b.push(y),d(P)){var J="</".concat(P,">"),X=x?e.toLocaleLowerCase().indexOf(J,w.lastIndex):e.indexOf(J,w.lastIndex),Z=-1===X?S:X;u(P)&&(B=e.substring(z,Z)).length>0&&/\S/.test(B)&&y.appendChild(new g.default(B,y,m(z,Z))),-1===X?T=w.lastIndex=e.length+1:(T=w.lastIndex=X+J.length,F="/")}}if(F||N||i.isVoidElement(P))for(;;){if(null==A||"a"!==P&&"A"!==P||(A=void 0),y.rawTagName===P){y.range[1]=m(-1,Math.max(T,j))[1],b.pop(),y=(0,l.default)(b);break}if(K=y.tagName,!R[K]||!R[K][P])break;b.pop(),y=(0,l.default)(b)}}else t.comment&&(B=e.substring(I+4,j-3),y.appendChild(new p.default(B,y,m(I,j))))}return b}function A(e,t){void 0===t&&(t={});for(var r=T(e,t),n=r[0],i=function(){var e=r.pop(),n=(0,l.default)(r);e.parentNode&&e.parentNode.parentNode&&(e.parentNode===n&&e.tagName===n.tagName?!0!==t.parseNoneClosedTags&&(n.removeChild(e),e.childNodes.forEach(function(e){n.parentNode.appendChild(e)}),r.pop()):!0!==t.parseNoneClosedTags&&(n.removeChild(e),e.childNodes.forEach(function(e){n.appendChild(e)})))};r.length>1;)i();return n}function x(e,t){return e.map(function(e){return e.parentNode=t,e})}t.base_parse=T,t.parse=A},724:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6067),i=function(){function e(e,t){void 0===e&&(e=null),this.parentNode=e,this.childNodes=[],Object.defineProperty(this,"range",{enumerable:!1,writable:!0,configurable:!0,value:null!=t?t:[-1,-1]})}return e.prototype.remove=function(){var e=this;if(this.parentNode){var t=this.parentNode.childNodes;this.parentNode.childNodes=t.filter(function(t){return e!==t}),this.parentNode=null}return this},Object.defineProperty(e.prototype,"innerText",{get:function(){return this.rawText},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"textContent",{get:function(){return(0,n.decode)(this.rawText)},set:function(e){this.rawText=(0,n.encode)(e)},enumerable:!1,configurable:!0}),e}();t.default=i},9719:function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},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 r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=r(6067),a=o(r(724)),c=o(r(8140)),u=function(e){function t(t,r,n){void 0===r&&(r=null);var i=e.call(this,r,n)||this;return i.nodeType=c.default.TEXT_NODE,i.rawTagName="",i._rawText=t,i}return i(t,e),t.prototype.clone=function(){return new t(this._rawText,null)},Object.defineProperty(t.prototype,"rawText",{get:function(){return this._rawText},set:function(e){this._rawText=e,this._trimmedRawText=void 0,this._trimmedText=void 0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"trimmedRawText",{get:function(){return void 0!==this._trimmedRawText||(this._trimmedRawText=l(this.rawText)),this._trimmedRawText},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"trimmedText",{get:function(){return void 0!==this._trimmedText||(this._trimmedText=l(this.text)),this._trimmedText},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"text",{get:function(){return(0,s.decode)(this.rawText)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isWhitespace",{get:function(){return/^(\s| )*$/.test(this.rawText)},enumerable:!1,configurable:!0}),t.prototype.toString=function(){return this.rawText},t}(a.default);function l(e){for(var t,r,n=0;n>=0&&n<e.length;)/\S/.test(e[n])&&(void 0===t?(t=n,n=e.length):(r=n,n=void 0)),void 0===t?n++:n--;void 0===t&&(t=0),void 0===r&&(r=e.length-1);var i=t>0&&/[^\S\r\n]/.test(e[t-1]),o=r<e.length-1&&/[^\S\r\n]/.test(e[r+1]);return(i?" ":"")+e.slice(t,r+1)+(o?" ":"")}t.default=u},8140:(e,t)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.ELEMENT_NODE=1]="ELEMENT_NODE",e[e.TEXT_NODE=3]="TEXT_NODE",e[e.COMMENT_NODE=8]="COMMENT_NODE"}(r||(r={})),t.default=r},4083:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=r(9781);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n.parse}})},7578:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(9781);t.default=function(e,t){void 0===t&&(t={});var r=(0,n.base_parse)(e,t);return Boolean(1===r.length)}},97:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){void 0===e&&(e=!1),this.addClosingSlash=e,Array.isArray(t)?this.voidTags=t.reduce(function(e,t){return e.add(t.toLowerCase()).add(t.toUpperCase()).add(t)},new Set):this.voidTags=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"].reduce(function(e,t){return e.add(t.toLowerCase()).add(t.toUpperCase()).add(t)},new Set)}return e.prototype.formatNode=function(e,t,r){var n=this.addClosingSlash,i=n&&t&&!t.endsWith(" ")?" ":"",o=n?"".concat(i,"/"):"";return this.isVoidElement(e.toLowerCase())?"<".concat(e).concat(t).concat(o,">"):"<".concat(e).concat(t,">").concat(r,"</").concat(e,">")},e.prototype.isVoidElement=function(e){return this.voidTags.has(e)},e}();t.default=r},8525:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.generate=t.compile=void 0;var i=n(r(1264));t.compile=function(e){var t=e[0],r=e[1]-1;if(r<0&&t<=0)return i.default.falseFunc;if(-1===t)return function(e){return e<=r};if(0===t)return function(e){return e===r};if(1===t)return r<0?i.default.trueFunc:function(e){return e>=r};var n=Math.abs(t),o=(r%n+n)%n;return t>1?function(e){return e>=r&&e%n===o}:function(e){return e<=r&&e%n===o}},t.generate=function(e){var t=e[0],r=e[1]-1,n=0;if(t<0){var i=-t,o=(r%i+i)%i;return function(){var e=o+i*n++;return e>r?null:e}}return 0===t?r<0?function(){return null}:function(){return 0==n++?r:null}:(r<0&&(r+=t*Math.ceil(-r/t)),function(){return t*n+++r})}},3172:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sequence=t.generate=t.compile=t.parse=void 0;var n=r(8151);Object.defineProperty(t,"parse",{enumerable:!0,get:function(){return n.parse}});var i=r(8525);Object.defineProperty(t,"compile",{enumerable:!0,get:function(){return i.compile}}),Object.defineProperty(t,"generate",{enumerable:!0,get:function(){return i.generate}}),t.default=function(e){return(0,i.compile)((0,n.parse)(e))},t.sequence=function(e){return(0,i.generate)((0,n.parse)(e))}},8151:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parse=void 0;var r=new Set([9,10,12,13,32]),n="0".charCodeAt(0),i="9".charCodeAt(0);t.parse=function(e){if("even"===(e=e.trim().toLowerCase()))return[2,0];if("odd"===e)return[2,1];var t=0,o=0,s=c(),a=u();if(t<e.length&&"n"===e.charAt(t)&&(t++,o=s*(null!=a?a:1),l(),t<e.length?(s=c(),l(),a=u()):s=a=0),null===a||t<e.length)throw new Error("n-th rule couldn't be parsed ('".concat(e,"')"));return[o,s*a];function c(){return"-"===e.charAt(t)?(t++,-1):("+"===e.charAt(t)&&t++,1)}function u(){for(var r=t,o=0;t<e.length&&e.charCodeAt(t)>=n&&e.charCodeAt(t)<=i;)o=10*o+(e.charCodeAt(t)-n),t++;return t===r?null:o}function l(){for(;t<e.length&&r.has(e.charCodeAt(t));)t++}}},7975:e=>{"use strict";function t(e){if("string"!=typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function r(e,t){for(var r,n="",i=0,o=-1,s=0,a=0;a<=e.length;++a){if(a<e.length)r=e.charCodeAt(a);else{if(47===r)break;r=47}if(47===r){if(o===a-1||1===s);else if(o!==a-1&&2===s){if(n.length<2||2!==i||46!==n.charCodeAt(n.length-1)||46!==n.charCodeAt(n.length-2))if(n.length>2){var c=n.lastIndexOf("/");if(c!==n.length-1){-1===c?(n="",i=0):i=(n=n.slice(0,c)).length-1-n.lastIndexOf("/"),o=a,s=0;continue}}else if(2===n.length||1===n.length){n="",i=0,o=a,s=0;continue}t&&(n.length>0?n+="/..":n="..",i=2)}else n.length>0?n+="/"+e.slice(o+1,a):n=e.slice(o+1,a),i=a-o-1;o=a,s=0}else 46===r&&-1!==s?++s:s=-1}return n}var n={resolve:function(){for(var e,n="",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&&(n=s+"/"+n,i=47===s.charCodeAt(0))}return n=r(n,!i),i?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(e){if(t(e),0===e.length)return".";var n=47===e.charCodeAt(0),i=47===e.charCodeAt(e.length-1);return 0!==(e=r(e,!n)).length||n||(e="."),e.length>0&&i&&(e+="/"),n?"/"+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,r=0;r<arguments.length;++r){var i=arguments[r];t(i),i.length>0&&(void 0===e?e=i:e+="/"+i)}return void 0===e?".":n.normalize(e)},relative:function(e,r){if(t(e),t(r),e===r)return"";if((e=n.resolve(e))===(r=n.resolve(r)))return"";for(var i=1;i<e.length&&47===e.charCodeAt(i);++i);for(var o=e.length,s=o-i,a=1;a<r.length&&47===r.charCodeAt(a);++a);for(var c=r.length-a,u=s<c?s:c,l=-1,d=0;d<=u;++d){if(d===u){if(c>u){if(47===r.charCodeAt(a+d))return r.slice(a+d+1);if(0===d)return r.slice(a+d)}else s>u&&(47===e.charCodeAt(i+d)?l=d:0===d&&(l=0));break}var f=e.charCodeAt(i+d);if(f!==r.charCodeAt(a+d))break;47===f&&(l=d)}var p="";for(d=i+l+1;d<=o;++d)d!==o&&47!==e.charCodeAt(d)||(0===p.length?p+="..":p+="/..");return p.length>0?p+r.slice(a+l):(a+=l,47===r.charCodeAt(a)&&++a,r.slice(a))},_makeLong:function(e){return e},dirname:function(e){if(t(e),0===e.length)return".";for(var r=e.charCodeAt(0),n=47===r,i=-1,o=!0,s=e.length-1;s>=1;--s)if(47===(r=e.charCodeAt(s))){if(!o){i=s;break}}else o=!1;return-1===i?n?"/":".":n&&1===i?"//":e.slice(0,i)},basename:function(e,r){if(void 0!==r&&"string"!=typeof r)throw new TypeError('"ext" argument must be a string');t(e);var n,i=0,o=-1,s=!0;if(void 0!==r&&r.length>0&&r.length<=e.length){if(r.length===e.length&&r===e)return"";var a=r.length-1,c=-1;for(n=e.length-1;n>=0;--n){var u=e.charCodeAt(n);if(47===u){if(!s){i=n+1;break}}else-1===c&&(s=!1,c=n+1),a>=0&&(u===r.charCodeAt(a)?-1==--a&&(o=n):(a=-1,o=c))}return i===o?o=c:-1===o&&(o=e.length),e.slice(i,o)}for(n=e.length-1;n>=0;--n)if(47===e.charCodeAt(n)){if(!s){i=n+1;break}}else-1===o&&(s=!1,o=n+1);return-1===o?"":e.slice(i,o)},extname:function(e){t(e);for(var r=-1,n=0,i=-1,o=!0,s=0,a=e.length-1;a>=0;--a){var c=e.charCodeAt(a);if(47!==c)-1===i&&(o=!1,i=a+1),46===c?-1===r?r=a:1!==s&&(s=1):-1!==r&&(s=-1);else if(!o){n=a+1;break}}return-1===r||-1===i||0===s||1===s&&r===i-1&&r===n+1?"":e.slice(r,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 function(e,t){var r=t.dir||t.root,n=t.base||(t.name||"")+(t.ext||"");return r?r===t.root?r+n:r+"/"+n:n}(0,e)},parse:function(e){t(e);var r={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return r;var n,i=e.charCodeAt(0),o=47===i;o?(r.root="/",n=1):n=0;for(var s=-1,a=0,c=-1,u=!0,l=e.length-1,d=0;l>=n;--l)if(47!==(i=e.charCodeAt(l)))-1===c&&(u=!1,c=l+1),46===i?-1===s?s=l:1!==d&&(d=1):-1!==s&&(d=-1);else if(!u){a=l+1;break}return-1===s||-1===c||0===d||1===d&&s===c-1&&s===a+1?-1!==c&&(r.base=r.name=0===a&&o?e.slice(1,c):e.slice(a,c)):(0===a&&o?(r.name=e.slice(1,s),r.base=e.slice(1,c)):(r.name=e.slice(a,s),r.base=e.slice(a,c)),r.ext=e.slice(s,c)),a>0?r.dir=e.slice(0,a-1):o&&(r.dir="/"),r},sep:"/",delimiter:":",win32:null,posix:null};n.posix=n,e.exports=n},5157:(e,t,r)=>{"use strict";e.exports=r(6675)},3940:(e,t,r)=>{"use strict";const n=r(7975),i="\\\\/",o=`[^${i}]`,s="\\.",a="\\/",c="[^/]",u=`(?:${a}|$)`,l=`(?:^|${a})`,d=`${s}{1,2}${u}`,f={DOT_LITERAL:s,PLUS_LITERAL:"\\+",QMARK_LITERAL:"\\?",SLASH_LITERAL:a,ONE_CHAR:"(?=.)",QMARK:c,END_ANCHOR:u,DOTS_SLASH:d,NO_DOT:`(?!${s})`,NO_DOTS:`(?!${l}${d})`,NO_DOT_SLASH:`(?!${s}{0,1}${u})`,NO_DOTS_SLASH:`(?!${d})`,QMARK_NO_DOT:`[^.${a}]`,STAR:`${c}*?`,START_ANCHOR:l},p={...f,SLASH_LITERAL:`[${i}]`,QMARK:o,STAR:`${o}*?`,DOTS_SLASH:`${s}{1,2}(?:[${i}]|$)`,NO_DOT:`(?!${s})`,NO_DOTS:`(?!(?:^|[${i}])${s}{1,2}(?:[${i}]|$))`,NO_DOT_SLASH:`(?!${s}{0,1}(?:[${i}]|$))`,NO_DOTS_SLASH:`(?!${s}{1,2}(?:[${i}]|$))`,QMARK_NO_DOT:`[^.${i}]`,START_ANCHOR:`(?:^|[${i}])`,END_ANCHOR:`(?:[${i}]|$)`};e.exports={MAX_LENGTH:65536,POSIX_REGEX_SOURCE:{alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"},REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:n.sep,extglobChars:e=>({"!":{type:"negate",open:"(?:(?!(?:",close:`))${e.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}),globChars:e=>!0===e?p:f}},1154:(e,t,r)=>{"use strict";const n=r(3940),i=r(280),{MAX_LENGTH:o,POSIX_REGEX_SOURCE:s,REGEX_NON_SPECIAL_CHARS:a,REGEX_SPECIAL_CHARS_BACKREF:c,REPLACEMENTS:u}=n,l=(e,t)=>{if("function"==typeof t.expandRange)return t.expandRange(...e,t);e.sort();const r=`[${e.join("-")}]`;try{new RegExp(r)}catch(t){return e.map(e=>i.escapeRegex(e)).join("..")}return r},d=(e,t)=>`Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`,f=(e,t)=>{if("string"!=typeof e)throw new TypeError("Expected a string");e=u[e]||e;const r={...t},p="number"==typeof r.maxLength?Math.min(o,r.maxLength):o;let h=e.length;if(h>p)throw new SyntaxError(`Input length: ${h}, exceeds maximum allowed length: ${p}`);const g={type:"bos",value:"",output:r.prepend||""},m=[g],v=r.capture?"":"?:",y=i.isWindows(t),b=n.globChars(y),D=n.extglobChars(b),{DOT_LITERAL:w,PLUS_LITERAL:k,SLASH_LITERAL:C,ONE_CHAR:R,DOTS_SLASH:E,NO_DOT:T,NO_DOT_SLASH:A,NO_DOTS_SLASH:x,QMARK:_,QMARK_NO_DOT:S,STAR:q,START_ANCHOR:L}=b,F=e=>`(${v}(?:(?!${L}${e.dot?E:w}).)*?)`,P=r.dot?"":T,M=r.dot?_:S;let N=!0===r.bash?F(r):q;r.capture&&(N=`(${N})`),"boolean"==typeof r.noext&&(r.noextglob=r.noext);const O={input:e,index:-1,start:0,dot:!0===r.dot,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:m};e=i.removePrefix(e,O),h=e.length;const I=[],j=[],B=[];let H,U=g;const W=()=>O.index===h-1,V=O.peek=(t=1)=>e[O.index+t],$=O.advance=()=>e[++O.index]||"",K=()=>e.slice(O.index+1),z=(e="",t=0)=>{O.consumed+=e,O.index+=t},G=e=>{O.output+=null!=e.output?e.output:e.value,z(e.value)},J=()=>{let e=1;for(;"!"===V()&&("("!==V(2)||"?"===V(3));)$(),O.start++,e++;return e%2!=0&&(O.negated=!0,O.start++,!0)},X=e=>{O[e]++,B.push(e)},Z=e=>{O[e]--,B.pop()},Y=e=>{if("globstar"===U.type){const t=O.braces>0&&("comma"===e.type||"brace"===e.type),r=!0===e.extglob||I.length&&("pipe"===e.type||"paren"===e.type);"slash"===e.type||"paren"===e.type||t||r||(O.output=O.output.slice(0,-U.output.length),U.type="star",U.value="*",U.output=N,O.output+=U.output)}if(I.length&&"paren"!==e.type&&(I[I.length-1].inner+=e.value),(e.value||e.output)&&G(e),U&&"text"===U.type&&"text"===e.type)return U.value+=e.value,void(U.output=(U.output||"")+e.value);e.prev=U,m.push(e),U=e},Q=(e,t)=>{const n={...D[t],conditions:1,inner:""};n.prev=U,n.parens=O.parens,n.output=O.output;const i=(r.capture?"(":"")+n.open;X("parens"),Y({type:e,value:t,output:O.output?"":R}),Y({type:"paren",extglob:!0,value:$(),output:i}),I.push(n)},ee=e=>{let n,i=e.close+(r.capture?")":"");if("negate"===e.type){let o=N;if(e.inner&&e.inner.length>1&&e.inner.includes("/")&&(o=F(r)),(o!==N||W()||/^\)+$/.test(K()))&&(i=e.close=`)$))${o}`),e.inner.includes("*")&&(n=K())&&/^\.[^\\/.]+$/.test(n)){const r=f(n,{...t,fastpaths:!1}).output;i=e.close=`)${r})${o})`}"bos"===e.prev.type&&(O.negatedExtglob=!0)}Y({type:"paren",extglob:!0,value:H,output:i}),Z("parens")};if(!1!==r.fastpaths&&!/(^[*!]|[/()[\]{}"])/.test(e)){let n=!1,o=e.replace(c,(e,t,r,i,o,s)=>"\\"===i?(n=!0,e):"?"===i?t?t+i+(o?_.repeat(o.length):""):0===s?M+(o?_.repeat(o.length):""):_.repeat(r.length):"."===i?w.repeat(r.length):"*"===i?t?t+i+(o?N:""):N:t?e:`\\${e}`);return!0===n&&(o=!0===r.unescape?o.replace(/\\/g,""):o.replace(/\\+/g,e=>e.length%2==0?"\\\\":e?"\\":"")),o===e&&!0===r.contains?(O.output=e,O):(O.output=i.wrapOutput(o,O,t),O)}for(;!W();){if(H=$(),"\0"===H)continue;if("\\"===H){const e=V();if("/"===e&&!0!==r.bash)continue;if("."===e||";"===e)continue;if(!e){H+="\\",Y({type:"text",value:H});continue}const t=/^\\+/.exec(K());let n=0;if(t&&t[0].length>2&&(n=t[0].length,O.index+=n,n%2!=0&&(H+="\\")),!0===r.unescape?H=$():H+=$(),0===O.brackets){Y({type:"text",value:H});continue}}if(O.brackets>0&&("]"!==H||"["===U.value||"[^"===U.value)){if(!1!==r.posix&&":"===H){const e=U.value.slice(1);if(e.includes("[")&&(U.posix=!0,e.includes(":"))){const e=U.value.lastIndexOf("["),t=U.value.slice(0,e),r=U.value.slice(e+2),n=s[r];if(n){U.value=t+n,O.backtrack=!0,$(),g.output||1!==m.indexOf(U)||(g.output=R);continue}}}("["===H&&":"!==V()||"-"===H&&"]"===V())&&(H=`\\${H}`),"]"!==H||"["!==U.value&&"[^"!==U.value||(H=`\\${H}`),!0===r.posix&&"!"===H&&"["===U.value&&(H="^"),U.value+=H,G({value:H});continue}if(1===O.quotes&&'"'!==H){H=i.escapeRegex(H),U.value+=H,G({value:H});continue}if('"'===H){O.quotes=1===O.quotes?0:1,!0===r.keepQuotes&&Y({type:"text",value:H});continue}if("("===H){X("parens"),Y({type:"paren",value:H});continue}if(")"===H){if(0===O.parens&&!0===r.strictBrackets)throw new SyntaxError(d("opening","("));const e=I[I.length-1];if(e&&O.parens===e.parens+1){ee(I.pop());continue}Y({type:"paren",value:H,output:O.parens?")":"\\)"}),Z("parens");continue}if("["===H){if(!0!==r.nobracket&&K().includes("]"))X("brackets");else{if(!0!==r.nobracket&&!0===r.strictBrackets)throw new SyntaxError(d("closing","]"));H=`\\${H}`}Y({type:"bracket",value:H});continue}if("]"===H){if(!0===r.nobracket||U&&"bracket"===U.type&&1===U.value.length){Y({type:"text",value:H,output:`\\${H}`});continue}if(0===O.brackets){if(!0===r.strictBrackets)throw new SyntaxError(d("opening","["));Y({type:"text",value:H,output:`\\${H}`});continue}Z("brackets");const e=U.value.slice(1);if(!0===U.posix||"^"!==e[0]||e.includes("/")||(H=`/${H}`),U.value+=H,G({value:H}),!1===r.literalBrackets||i.hasRegexChars(e))continue;const t=i.escapeRegex(U.value);if(O.output=O.output.slice(0,-U.value.length),!0===r.literalBrackets){O.output+=t,U.value=t;continue}U.value=`(${v}${t}|${U.value})`,O.output+=U.value;continue}if("{"===H&&!0!==r.nobrace){X("braces");const e={type:"brace",value:H,output:"(",outputIndex:O.output.length,tokensIndex:O.tokens.length};j.push(e),Y(e);continue}if("}"===H){const e=j[j.length-1];if(!0===r.nobrace||!e){Y({type:"text",value:H,output:H});continue}let t=")";if(!0===e.dots){const e=m.slice(),n=[];for(let t=e.length-1;t>=0&&(m.pop(),"brace"!==e[t].type);t--)"dots"!==e[t].type&&n.unshift(e[t].value);t=l(n,r),O.backtrack=!0}if(!0!==e.comma&&!0!==e.dots){const r=O.output.slice(0,e.outputIndex),n=O.tokens.slice(e.tokensIndex);e.value=e.output="\\{",H=t="\\}",O.output=r;for(const e of n)O.output+=e.output||e.value}Y({type:"brace",value:H,output:t}),Z("braces"),j.pop();continue}if("|"===H){I.length>0&&I[I.length-1].conditions++,Y({type:"text",value:H});continue}if(","===H){let e=H;const t=j[j.length-1];t&&"braces"===B[B.length-1]&&(t.comma=!0,e="|"),Y({type:"comma",value:H,output:e});continue}if("/"===H){if("dot"===U.type&&O.index===O.start+1){O.start=O.index+1,O.consumed="",O.output="",m.pop(),U=g;continue}Y({type:"slash",value:H,output:C});continue}if("."===H){if(O.braces>0&&"dot"===U.type){"."===U.value&&(U.output=w);const e=j[j.length-1];U.type="dots",U.output+=H,U.value+=H,e.dots=!0;continue}if(O.braces+O.parens===0&&"bos"!==U.type&&"slash"!==U.type){Y({type:"text",value:H,output:w});continue}Y({type:"dot",value:H,output:w});continue}if("?"===H){if((!U||"("!==U.value)&&!0!==r.noextglob&&"("===V()&&"?"!==V(2)){Q("qmark",H);continue}if(U&&"paren"===U.type){const e=V();let t=H;if("<"===e&&!i.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");("("===U.value&&!/[!=<:]/.test(e)||"<"===e&&!/<([!=]|\w+>)/.test(K()))&&(t=`\\${H}`),Y({type:"text",value:H,output:t});continue}if(!0!==r.dot&&("slash"===U.type||"bos"===U.type)){Y({type:"qmark",value:H,output:S});continue}Y({type:"qmark",value:H,output:_});continue}if("!"===H){if(!0!==r.noextglob&&"("===V()&&("?"!==V(2)||!/[!=<:]/.test(V(3)))){Q("negate",H);continue}if(!0!==r.nonegate&&0===O.index){J();continue}}if("+"===H){if(!0!==r.noextglob&&"("===V()&&"?"!==V(2)){Q("plus",H);continue}if(U&&"("===U.value||!1===r.regex){Y({type:"plus",value:H,output:k});continue}if(U&&("bracket"===U.type||"paren"===U.type||"brace"===U.type)||O.parens>0){Y({type:"plus",value:H});continue}Y({type:"plus",value:k});continue}if("@"===H){if(!0!==r.noextglob&&"("===V()&&"?"!==V(2)){Y({type:"at",extglob:!0,value:H,output:""});continue}Y({type:"text",value:H});continue}if("*"!==H){"$"!==H&&"^"!==H||(H=`\\${H}`);const e=a.exec(K());e&&(H+=e[0],O.index+=e[0].length),Y({type:"text",value:H});continue}if(U&&("globstar"===U.type||!0===U.star)){U.type="star",U.star=!0,U.value+=H,U.output=N,O.backtrack=!0,O.globstar=!0,z(H);continue}let t=K();if(!0!==r.noextglob&&/^\([^?]/.test(t)){Q("star",H);continue}if("star"===U.type){if(!0===r.noglobstar){z(H);continue}const n=U.prev,i=n.prev,o="slash"===n.type||"bos"===n.type,s=i&&("star"===i.type||"globstar"===i.type);if(!0===r.bash&&(!o||t[0]&&"/"!==t[0])){Y({type:"star",value:H,output:""});continue}const a=O.braces>0&&("comma"===n.type||"brace"===n.type),c=I.length&&("pipe"===n.type||"paren"===n.type);if(!o&&"paren"!==n.type&&!a&&!c){Y({type:"star",value:H,output:""});continue}for(;"/**"===t.slice(0,3);){const r=e[O.index+4];if(r&&"/"!==r)break;t=t.slice(3),z("/**",3)}if("bos"===n.type&&W()){U.type="globstar",U.value+=H,U.output=F(r),O.output=U.output,O.globstar=!0,z(H);continue}if("slash"===n.type&&"bos"!==n.prev.type&&!s&&W()){O.output=O.output.slice(0,-(n.output+U.output).length),n.output=`(?:${n.output}`,U.type="globstar",U.output=F(r)+(r.strictSlashes?")":"|$)"),U.value+=H,O.globstar=!0,O.output+=n.output+U.output,z(H);continue}if("slash"===n.type&&"bos"!==n.prev.type&&"/"===t[0]){const e=void 0!==t[1]?"|$":"";O.output=O.output.slice(0,-(n.output+U.output).length),n.output=`(?:${n.output}`,U.type="globstar",U.output=`${F(r)}${C}|${C}${e})`,U.value+=H,O.output+=n.output+U.output,O.globstar=!0,z(H+$()),Y({type:"slash",value:"/",output:""});continue}if("bos"===n.type&&"/"===t[0]){U.type="globstar",U.value+=H,U.output=`(?:^|${C}|${F(r)}${C})`,O.output=U.output,O.globstar=!0,z(H+$()),Y({type:"slash",value:"/",output:""});continue}O.output=O.output.slice(0,-U.output.length),U.type="globstar",U.output=F(r),U.value+=H,O.output+=U.output,O.globstar=!0,z(H);continue}const n={type:"star",value:H,output:N};!0!==r.bash?!U||"bracket"!==U.type&&"paren"!==U.type||!0!==r.regex?(O.index!==O.start&&"slash"!==U.type&&"dot"!==U.type||("dot"===U.type?(O.output+=A,U.output+=A):!0===r.dot?(O.output+=x,U.output+=x):(O.output+=P,U.output+=P),"*"!==V()&&(O.output+=R,U.output+=R)),Y(n)):(n.output=H,Y(n)):(n.output=".*?","bos"!==U.type&&"slash"!==U.type||(n.output=P+n.output),Y(n))}for(;O.brackets>0;){if(!0===r.strictBrackets)throw new SyntaxError(d("closing","]"));O.output=i.escapeLast(O.output,"["),Z("brackets")}for(;O.parens>0;){if(!0===r.strictBrackets)throw new SyntaxError(d("closing",")"));O.output=i.escapeLast(O.output,"("),Z("parens")}for(;O.braces>0;){if(!0===r.strictBrackets)throw new SyntaxError(d("closing","}"));O.output=i.escapeLast(O.output,"{"),Z("braces")}if(!0===r.strictSlashes||"star"!==U.type&&"bracket"!==U.type||Y({type:"maybe_slash",value:"",output:`${C}?`}),!0===O.backtrack){O.output="";for(const e of O.tokens)O.output+=null!=e.output?e.output:e.value,e.suffix&&(O.output+=e.suffix)}return O};f.fastpaths=(e,t)=>{const r={...t},s="number"==typeof r.maxLength?Math.min(o,r.maxLength):o,a=e.length;if(a>s)throw new SyntaxError(`Input length: ${a}, exceeds maximum allowed length: ${s}`);e=u[e]||e;const c=i.isWindows(t),{DOT_LITERAL:l,SLASH_LITERAL:d,ONE_CHAR:f,DOTS_SLASH:p,NO_DOT:h,NO_DOTS:g,NO_DOTS_SLASH:m,STAR:v,START_ANCHOR:y}=n.globChars(c),b=r.dot?g:h,D=r.dot?m:h,w=r.capture?"":"?:";let k=!0===r.bash?".*?":v;r.capture&&(k=`(${k})`);const C=e=>!0===e.noglobstar?k:`(${w}(?:(?!${y}${e.dot?p:l}).)*?)`,R=e=>{switch(e){case"*":return`${b}${f}${k}`;case".*":return`${l}${f}${k}`;case"*.*":return`${b}${k}${l}${f}${k}`;case"*/*":return`${b}${k}${d}${f}${D}${k}`;case"**":return b+C(r);case"**/*":return`(?:${b}${C(r)}${d})?${D}${f}${k}`;case"**/*.*":return`(?:${b}${C(r)}${d})?${D}${k}${l}${f}${k}`;case"**/.*":return`(?:${b}${C(r)}${d})?${l}${f}${k}`;default:{const t=/^(.*?)\.(\w+)$/.exec(e);if(!t)return;const r=R(t[1]);if(!r)return;return r+l+t[2]}}},E=i.removePrefix(e,{negated:!1,prefix:""});let T=R(E);return T&&!0!==r.strictSlashes&&(T+=`${d}?`),T},e.exports=f},6675:(e,t,r)=>{"use strict";const n=r(7975),i=r(2608),o=r(1154),s=r(280),a=r(3940),c=(e,t,r=!1)=>{if(Array.isArray(e)){const n=e.map(e=>c(e,t,r)),i=e=>{for(const t of n){const r=t(e);if(r)return r}return!1};return i}const n=(i=e)&&"object"==typeof i&&!Array.isArray(i)&&e.tokens&&e.input;var i;if(""===e||"string"!=typeof e&&!n)throw new TypeError("Expected pattern to be a non-empty string");const o=t||{},a=s.isWindows(t),u=n?c.compileRe(e,t):c.makeRe(e,t,!1,!0),l=u.state;delete u.state;let d=()=>!1;if(o.ignore){const e={...t,ignore:null,onMatch:null,onResult:null};d=c(o.ignore,e,r)}const f=(r,n=!1)=>{const{isMatch:i,match:s,output:f}=c.test(r,u,t,{glob:e,posix:a}),p={glob:e,state:l,regex:u,posix:a,input:r,output:f,match:s,isMatch:i};return"function"==typeof o.onResult&&o.onResult(p),!1===i?(p.isMatch=!1,!!n&&p):d(r)?("function"==typeof o.onIgnore&&o.onIgnore(p),p.isMatch=!1,!!n&&p):("function"==typeof o.onMatch&&o.onMatch(p),!n||p)};return r&&(f.state=l),f};c.test=(e,t,r,{glob:n,posix:i}={})=>{if("string"!=typeof e)throw new TypeError("Expected input to be a string");if(""===e)return{isMatch:!1,output:""};const o=r||{},a=o.format||(i?s.toPosixSlashes:null);let u=e===n,l=u&&a?a(e):e;return!1===u&&(l=a?a(e):e,u=l===n),!1!==u&&!0!==o.capture||(u=!0===o.matchBase||!0===o.basename?c.matchBase(e,t,r,i):t.exec(l)),{isMatch:Boolean(u),match:u,output:l}},c.matchBase=(e,t,r,i=s.isWindows(r))=>(t instanceof RegExp?t:c.makeRe(t,r)).test(n.basename(e)),c.isMatch=(e,t,r)=>c(t,r)(e),c.parse=(e,t)=>Array.isArray(e)?e.map(e=>c.parse(e,t)):o(e,{...t,fastpaths:!1}),c.scan=(e,t)=>i(e,t),c.compileRe=(e,t,r=!1,n=!1)=>{if(!0===r)return e.output;const i=t||{},o=i.contains?"":"^",s=i.contains?"":"$";let a=`${o}(?:${e.output})${s}`;e&&!0===e.negated&&(a=`^(?!${a}).*$`);const u=c.toRegex(a,t);return!0===n&&(u.state=e),u},c.makeRe=(e,t={},r=!1,n=!1)=>{if(!e||"string"!=typeof e)throw new TypeError("Expected a non-empty string");let i={negated:!1,fastpaths:!0};return!1===t.fastpaths||"."!==e[0]&&"*"!==e[0]||(i.output=o.fastpaths(e,t)),i.output||(i=o(e,t)),c.compileRe(i,t,r,n)},c.toRegex=(e,t)=>{try{const r=t||{};return new RegExp(e,r.flags||(r.nocase?"i":""))}catch(e){if(t&&!0===t.debug)throw e;return/$^/}},c.constants=a,e.exports=c},2608:(e,t,r)=>{"use strict";const n=r(280),{CHAR_ASTERISK:i,CHAR_AT:o,CHAR_BACKWARD_SLASH:s,CHAR_COMMA:a,CHAR_DOT:c,CHAR_EXCLAMATION_MARK:u,CHAR_FORWARD_SLASH:l,CHAR_LEFT_CURLY_BRACE:d,CHAR_LEFT_PARENTHESES:f,CHAR_LEFT_SQUARE_BRACKET:p,CHAR_PLUS:h,CHAR_QUESTION_MARK:g,CHAR_RIGHT_CURLY_BRACE:m,CHAR_RIGHT_PARENTHESES:v,CHAR_RIGHT_SQUARE_BRACKET:y}=r(3940),b=e=>e===l||e===s,D=e=>{!0!==e.isPrefix&&(e.depth=e.isGlobstar?1/0:1)};e.exports=(e,t)=>{const r=t||{},w=e.length-1,k=!0===r.parts||!0===r.scanToEnd,C=[],R=[],E=[];let T,A,x=e,_=-1,S=0,q=0,L=!1,F=!1,P=!1,M=!1,N=!1,O=!1,I=!1,j=!1,B=!1,H=!1,U=0,W={value:"",depth:0,isGlob:!1};const V=()=>_>=w,$=()=>(T=A,x.charCodeAt(++_));for(;_<w;){let e;if(A=$(),A!==s){if(!0===O||A===d){for(U++;!0!==V()&&(A=$());)if(A!==s)if(A!==d){if(!0!==O&&A===c&&(A=$())===c){if(L=W.isBrace=!0,P=W.isGlob=!0,H=!0,!0===k)continue;break}if(!0!==O&&A===a){if(L=W.isBrace=!0,P=W.isGlob=!0,H=!0,!0===k)continue;break}if(A===m&&(U--,0===U)){O=!1,L=W.isBrace=!0,H=!0;break}}else U++;else I=W.backslashes=!0,$();if(!0===k)continue;break}if(A!==l){if(!0!==r.noext&&1==(A===h||A===o||A===i||A===g||A===u)&&x.charCodeAt(_+1)===f){if(P=W.isGlob=!0,M=W.isExtglob=!0,H=!0,A===u&&_===S&&(B=!0),!0===k){for(;!0!==V()&&(A=$());)if(A!==s){if(A===v){P=W.isGlob=!0,H=!0;break}}else I=W.backslashes=!0,A=$();continue}break}if(A===i){if(T===i&&(N=W.isGlobstar=!0),P=W.isGlob=!0,H=!0,!0===k)continue;break}if(A===g){if(P=W.isGlob=!0,H=!0,!0===k)continue;break}if(A===p){for(;!0!==V()&&(e=$());)if(e!==s){if(e===y){F=W.isBracket=!0,P=W.isGlob=!0,H=!0;break}}else I=W.backslashes=!0,$();if(!0===k)continue;break}if(!0===r.nonegate||A!==u||_!==S){if(!0!==r.noparen&&A===f){if(P=W.isGlob=!0,!0===k){for(;!0!==V()&&(A=$());)if(A!==f){if(A===v){H=!0;break}}else I=W.backslashes=!0,A=$();continue}break}if(!0===P){if(H=!0,!0===k)continue;break}}else j=W.negated=!0,S++}else{if(C.push(_),R.push(W),W={value:"",depth:0,isGlob:!1},!0===H)continue;if(T===c&&_===S+1){S+=2;continue}q=_+1}}else I=W.backslashes=!0,A=$(),A===d&&(O=!0)}!0===r.noext&&(M=!1,P=!1);let K=x,z="",G="";S>0&&(z=x.slice(0,S),x=x.slice(S),q-=S),K&&!0===P&&q>0?(K=x.slice(0,q),G=x.slice(q)):!0===P?(K="",G=x):K=x,K&&""!==K&&"/"!==K&&K!==x&&b(K.charCodeAt(K.length-1))&&(K=K.slice(0,-1)),!0===r.unescape&&(G&&(G=n.removeBackslashes(G)),K&&!0===I&&(K=n.removeBackslashes(K)));const J={prefix:z,input:e,start:S,base:K,glob:G,isBrace:L,isBracket:F,isGlob:P,isExtglob:M,isGlobstar:N,negated:j,negatedExtglob:B};if(!0===r.tokens&&(J.maxDepth=0,b(A)||R.push(W),J.tokens=R),!0===r.parts||!0===r.tokens){let t;for(let n=0;n<C.length;n++){const i=t?t+1:S,o=C[n],s=e.slice(i,o);r.tokens&&(0===n&&0!==S?(R[n].isPrefix=!0,R[n].value=z):R[n].value=s,D(R[n]),J.maxDepth+=R[n].depth),0===n&&""===s||E.push(s),t=o}if(t&&t+1<e.length){const n=e.slice(t+1);E.push(n),r.tokens&&(R[R.length-1].value=n,D(R[R.length-1]),J.maxDepth+=R[R.length-1].depth)}J.slashes=C,J.parts=E}return J}},280:(e,t,r)=>{"use strict";const n=r(7975),{REGEX_BACKSLASH:i,REGEX_REMOVE_BACKSLASH:o,REGEX_SPECIAL_CHARS:s,REGEX_SPECIAL_CHARS_GLOBAL:a}=r(3940);t.isObject=e=>null!==e&&"object"==typeof e&&!Array.isArray(e),t.hasRegexChars=e=>s.test(e),t.isRegexChar=e=>1===e.length&&t.hasRegexChars(e),t.escapeRegex=e=>e.replace(a,"\\$1"),t.toPosixSlashes=e=>e.replace(i,"/"),t.removeBackslashes=e=>e.replace(o,e=>"\\"===e?"":e),t.supportsLookbehinds=()=>{const e=process.version.slice(1).split(".").map(Number);return 3===e.length&&e[0]>=9||8===e[0]&&e[1]>=10},t.isWindows=e=>e&&"boolean"==typeof e.windows?e.windows:"\\"===n.sep,t.escapeLast=(e,r,n)=>{const i=e.lastIndexOf(r,n);return-1===i?e:"\\"===e[i-1]?t.escapeLast(e,r,i-1):`${e.slice(0,i)}\\${e.slice(i)}`},t.removePrefix=(e,t={})=>{let r=e;return r.startsWith("./")&&(r=r.slice(2),t.prefix="./"),r},t.wrapOutput=(e,t={},r={})=>{let n=`${r.contains?"":"^"}(?:${e})${r.contains?"":"$"}`;return!0===t.negated&&(n=`(?:^(?!${n}).*$)`),n}},5518:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(6627),i=r(6997),o=new n.BrowserMessageReader(self),s=new n.BrowserMessageWriter(self),a=(0,n.createConnection)(o,s);(0,i.startVsCodeServer)(a)},7028:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getLsConfiguration=void 0;const r={markdownFileExtensions:["md"],knownLinkedToFileExtensions:["jpg","jpeg","png","gif","webp","bmp","tiff"],excludePaths:["**/.*","**/node_modules/**"]};t.getLsConfiguration=function(e){return{...r,...e}}},9334:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ConfigurationManager=void 0;const n=r(8867),i=r(708);class o extends i.Disposable{_onDidChangeConfiguration=this._register(new n.Emitter);onDidChangeConfiguration=this._onDidChangeConfiguration.event;_settings;constructor(e){super(),this._register(e.onDidChangeConfiguration(e=>{this._settings=e.settings,this._onDidChangeConfiguration.fire(this._settings)}))}getSettings(){return this._settings}}t.ConfigurationManager=o},2928:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.registerValidateSupport=void 0;const n=r(2268),i=r(8945),o=r(708),s={validateFileLinks:n.DiagnosticLevel.ignore,validateReferences:n.DiagnosticLevel.ignore,validateFragmentLinks:n.DiagnosticLevel.ignore,validateMarkdownFileLinkFragments:n.DiagnosticLevel.ignore,validateUnusedLinkDefinitions:n.DiagnosticLevel.ignore,validateDuplicateLinkDefinitions:n.DiagnosticLevel.ignore,ignoreLinks:[]};function a(e){switch(e){case"error":return n.DiagnosticLevel.error;case"warning":return n.DiagnosticLevel.warning;case"ignore":default:return n.DiagnosticLevel.ignore;case"hint":return n.DiagnosticLevel.hint}}t.registerValidateSupport=function(e,t,r,c,u,l){let d=s;function f(){d=function(e){const t=e.getSettings();if(!t)return s;const r=a(t.markdown.validate.fragmentLinks.enabled);return{validateFileLinks:a(t.markdown.validate.fileLinks.enabled),validateReferences:a(t.markdown.validate.referenceLinks.enabled),validateFragmentLinks:a(t.markdown.validate.fragmentLinks.enabled),validateMarkdownFileLinkFragments:"inherit"===t.markdown.validate.fileLinks.markdownFragmentLinks?r:a(t.markdown.validate.fileLinks.markdownFragmentLinks),validateUnusedLinkDefinitions:a(t.markdown.validate.unusedLinkDefinitions.enabled),validateDuplicateLinkDefinitions:a(t.markdown.validate.duplicateLinkDefinitions.enabled),ignoreLinks:t.markdown.validate.ignoredLinks}}(u)}const p=[],h=c.createPullDiagnosticsManager();p.push(h),p.push(h.onLinkedToFileChanged(()=>{e.languages.diagnostics.refresh()}));const g=Object.freeze({kind:"full",items:[]});return e.languages.diagnostics.on(async(e,r)=>{if(l.log(n.LogLevel.Debug,"connection.languages.diagnostics.on",{document:e.textDocument.uri}),!u.getSettings()?.markdown.validate.enabled)return g;const o=i.URI.parse(e.textDocument.uri);if(!t.hasMarkdownDocument(o))return g;const s=await t.openMarkdownDocument(o);return s?{kind:"full",items:await h.computeDiagnostics(s,d,r)}:g}),f(),p.push(u.onDidChangeConfiguration(()=>{f(),e.languages.diagnostics.refresh()})),p.push(r.onDidClose(e=>{h.disposeDocumentResources(i.URI.parse(e.document.uri))})),{dispose:()=>{(0,o.disposeAll)(p)}}}},8833:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LogFunctionLogger=void 0;const n=r(2268),i=r(708);class o extends i.Disposable{_logFn;_config;static now(){const e=new Date;return String(e.getUTCHours()).padStart(2,"0")+":"+String(e.getMinutes()).padStart(2,"0")+":"+String(e.getUTCSeconds()).padStart(2,"0")+"."+String(e.getMilliseconds()).padStart(3,"0")}static data2String(e){return e instanceof Error?"string"==typeof e.stack?e.stack:e.message:"string"==typeof e?e:JSON.stringify(e,void 0,2)}_logLevel;constructor(e,t){super(),this._logFn=e,this._config=t,this._register(this._config.onDidChangeConfiguration(()=>{this._logLevel=o.readLogLevel(this._config)})),this._logLevel=o.readLogLevel(this._config)}static readLogLevel(e){switch(e.getSettings()?.markdown.server.log){case"trace":return n.LogLevel.Trace;case"debug":return n.LogLevel.Debug;default:return n.LogLevel.Off}}get level(){return this._logLevel}log(e,t,r){this.level<e||(this.appendLine(`[${this.toLevelLabel(e)} ${o.now()}] ${t}`),r&&this.appendLine(o.data2String(r)))}toLevelLabel(e){switch(e){case n.LogLevel.Off:return"Off";case n.LogLevel.Debug:return"Debug";case n.LogLevel.Trace:return"Trace"}}appendLine(e){this._logFn(e)}}t.LogFunctionLogger=o},5410:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.resolveLinkTarget=t.fs_watcher_onChange=t.getUpdatePastedLinksEdit=t.prepareUpdatePastedLinks=t.getEditForFileRenames=t.getReferencesToFileInWorkspace=t.findMarkdownFilesInWorkspace=t.fs_watcher_delete=t.fs_watcher_create=t.fs_stat=t.fs_readDirectory=t.fs_readFile=t.parse=void 0;const n=r(8867);t.parse=new n.RequestType("markdown/parse"),t.fs_readFile=new n.RequestType("markdown/fs/readFile"),t.fs_readDirectory=new n.RequestType("markdown/fs/readDirectory"),t.fs_stat=new n.RequestType("markdown/fs/stat"),t.fs_watcher_create=new n.RequestType("markdown/fs/watcher/create"),t.fs_watcher_delete=new n.RequestType("markdown/fs/watcher/delete"),t.findMarkdownFilesInWorkspace=new n.RequestType("markdown/findMarkdownFilesInWorkspace"),t.getReferencesToFileInWorkspace=new n.RequestType("markdown/getReferencesToFileInWorkspace"),t.getEditForFileRenames=new n.RequestType("markdown/getEditForFileRenames"),t.prepareUpdatePastedLinks=new n.RequestType("markdown/prepareUpdatePastedLinks"),t.getUpdatePastedLinksEdit=new n.RequestType("markdown/getUpdatePastedLinksEdit"),t.fs_watcher_onChange=new n.RequestType("markdown/fs/watcher/onChange"),t.resolveLinkTarget=new n.RequestType("markdown/resolveLinkTarget")},6997:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.startServer=t.startVsCodeServer=void 0;const n=r(3608),i=r(8867),o=r(5172),s=r(6203),a=r(2268),c=r(8945),u=r(7028),l=r(9334),d=r(2928),f=r(8833),p=r(5410),h=r(4629),g="source.organizeLinkDefinitions";async function m(e,t){const{documents:r,notebooks:o}=t;let l;e.onInitialize(n=>{const o=n.initializationOptions,s=(0,u.getLsConfiguration)(o??{}),c=t.workspaceFactory({connection:e,config:s,workspaceFolders:n.workspaceFolders});return l=a.createLanguageService({workspace:c,parser:t.parser,logger:t.logger,...s,get preferredMdPathExtensionStyle(){switch(t.configurationManager.getSettings()?.markdown.preferredMdPathExtensionStyle){case"includeExtension":return a.PreferredMdPathExtensionStyle.includeExtension;case"removeExtension":return a.PreferredMdPathExtensionStyle.removeExtension;default:return a.PreferredMdPathExtensionStyle.auto}}}),function(e,t,r,n){function o(){switch(n.getSettings()?.markdown.suggest.paths.includeWorkspaceHeaderCompletions){case"onSingleOrDoubleHash":return a.IncludeWorkspaceHeaderCompletions.onSingleOrDoubleHash;case"onDoubleHash":return a.IncludeWorkspaceHeaderCompletions.onDoubleHash;default:return a.IncludeWorkspaceHeaderCompletions.never}}e.onCompletion(async(e,i)=>{const s=n.getSettings();if(!s?.markdown.suggest.paths.enabled)return[];const a=t.get(e.textDocument.uri);return a?r.getCompletionItems(a,e.position,{...e.context||{},includeWorkspaceHeaderCompletions:o()},i):[]}),v(n,e=>!!e?.markdown.suggest.paths.enabled,()=>e.client.register(i.CompletionRequest.type,{documentSelector:null,triggerCharacters:[".","/","#"]}))}(e,r,l,t.configurationManager),function(e,t,r,n){e.onDocumentHighlight(async(e,i)=>{const o=n.getSettings();if(!o?.markdown.occurrencesHighlight.enabled)return;const s=t.get(e.textDocument.uri);return s?r.getDocumentHighlights(s,e.position,i):void 0}),v(n,e=>!!e?.markdown.occurrencesHighlight.enabled,()=>e.client.register(i.DocumentHighlightRequest.type,{documentSelector:null}))}(e,r,l,t.configurationManager),(0,d.registerValidateSupport)(e,c,r,l,t.configurationManager,t.logger),{capabilities:{diagnosticProvider:{documentSelector:null,identifier:"markdown",interFileDependencies:!0,workspaceDiagnostics:!1},codeActionProvider:{resolveProvider:!0,codeActionKinds:[g,"quickfix","refactor"]},definitionProvider:!0,documentLinkProvider:{resolveProvider:!0},documentSymbolProvider:!0,foldingRangeProvider:!0,hoverProvider:!0,referencesProvider:!0,renameProvider:{prepareProvider:!0},selectionRangeProvider:!0,workspaceSymbolProvider:!0,workspace:{workspaceFolders:{supported:!0,changeNotifications:!0}}}}}),e.onDocumentLinks(async(e,t)=>{const n=r.get(e.textDocument.uri);return n?l.getDocumentLinks(n,t):[]}),e.onDocumentLinkResolve(async(e,t)=>l.resolveDocumentLink(e,t)),e.onDocumentSymbol(async(e,t)=>{const n=r.get(e.textDocument.uri);return n?l.getDocumentSymbols(n,{includeLinkDefinitions:!0},t):[]}),e.onFoldingRanges(async(e,t)=>{const n=r.get(e.textDocument.uri);return n?l.getFoldingRanges(n,t):[]}),e.onSelectionRanges(async(e,t)=>{const n=r.get(e.textDocument.uri);return n?l.getSelectionRanges(n,e.positions,t):[]}),e.onWorkspaceSymbol(async(e,t)=>l.getWorkspaceSymbols(e.query,t)),e.onReferences(async(e,t)=>{const n=r.get(e.textDocument.uri);return n?l.getReferences(n,e.position,e.context,t):[]}),e.onDefinition(async(e,t)=>{const n=r.get(e.textDocument.uri);if(n)return l.getDefinition(n,e.position,t)}),e.onPrepareRename(async(e,t)=>{const n=r.get(e.textDocument.uri);if(n)try{return await l.prepareRename(n,e.position,t)}catch(e){throw e instanceof a.RenameNotSupportedAtLocationError?new i.ResponseError(0,e.message):e}}),e.onRenameRequest(async(e,t)=>{const n=r.get(e.textDocument.uri);if(n)return l.getRenameEdit(n,e.position,e.newName,t)}),e.onCodeAction(async(e,t)=>{const i=r.get(e.textDocument.uri);if(i)return e.context.only?.some(e=>"source"===e||e.startsWith("source."))?[{title:n.t("Organize link definitions"),kind:g,data:{uri:i.uri}}]:l.getCodeActions(i,e.range,e.context,t)}),e.onCodeActionResolve(async(e,t)=>{if(e.kind===g){const n=e.data,i=r.get(n.uri);if(!i)return e;const o=await(l?.organizeLinkDefinitions(i,{removeUnused:!0},t))||[];return e.edit={changes:{[n.uri]:o}},e}return e}),e.onHover(async(e,t)=>{const n=r.get(e.textDocument.uri);return n?l.getHover(n,e.position,t):null}),e.onRequest(p.getReferencesToFileInWorkspace,async(e,t)=>l.getFileReferences(c.URI.parse(e.uri),t)),e.onRequest(p.getEditForFileRenames,async(e,t)=>{const r=await l.getRenameFilesInWorkspaceEdit(e.map(e=>({oldUri:c.URI.parse(e.oldUri),newUri:c.URI.parse(e.newUri)})),t);return r?{edit:r.edit,participatingRenames:r.participatingRenames.map(e=>({oldUri:e.oldUri.toString(),newUri:e.newUri.toString()}))}:r}),e.onRequest(p.prepareUpdatePastedLinks,async(e,t)=>{const n=r.get(e.uri);if(n)return l.prepareUpdatePastedLinks(n,e.ranges,t)}),e.onRequest(p.getUpdatePastedLinksEdit,async(e,t)=>{const n=r.get(e.pasteIntoDoc);if(!n)return;const i=e.edits.map(e=>s.TextEdit.replace(s.Range.create(e.range[0].line,e.range[0].character,e.range[1].line,e.range[1].character),e.newText));return l.getUpdatePastedLinksEdit(n,i,e.metadata,t)}),e.onRequest(p.resolveLinkTarget,async(e,t)=>l.resolveLinkTarget(e.linkText,c.URI.parse(e.uri),t)),r.listen(e),o?.listen(e),e.listen()}function v(e,t,r){let n;function i(){const i=e.getSettings();t(i)?n||(n=r()):(n?.then(e=>e.dispose()),n=void 0)}return i(),e.onDidChangeConfiguration(()=>i())}t.startVsCodeServer=async function(e){const t=new l.ConfigurationManager(e),r=new f.LogFunctionLogger(e.console.log.bind(e.console),t),n=new class{slugifier=a.githubSlugifier;tokenize(t){return e.sendRequest(p.parse,{uri:t.uri,text:t.version<0?t.getText():void 0})}},s=new i.TextDocuments(o.TextDocument),u=new i.NotebookDocuments(s);return m(e,{documents:s,notebooks:u,configurationManager:t,logger:r,parser:n,workspaceFactory:({connection:e,config:t,workspaceFolders:n})=>{const i=new h.VsCodeClientWorkspace(e,t,s,u,r);return i.workspaceFolders=(n??[]).map(e=>c.URI.parse(e.uri)),i}})},t.startServer=m},708:(e,t)=>{"use strict";function r(e){const t=[];for(const r of e)try{r.dispose()}catch(e){t.push(e)}if(1===t.length)throw t[0];if(t.length>1)throw new AggregateError(t,"Encountered errors while disposing of store")}Object.defineProperty(t,"__esModule",{value:!0}),t.Disposable=t.disposeAll=void 0,t.disposeAll=r,t.Disposable=class{_isDisposed=!1;_disposables=[];dispose(){this._isDisposed||(this._isDisposed=!0,r(this._disposables))}_register(e){return this._isDisposed?e.dispose():this._disposables.push(e),e}get isDisposed(){return this._isDisposed}}},3347:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isMarkdownFile=t.looksLikeMarkdownPath=void 0;const n=r(8945);t.looksLikeMarkdownPath=function(e,t){return e.markdownFileExtensions.includes(n.Utils.extname(t).toLowerCase().replace(".",""))},t.isMarkdownFile=function(e){return"markdown"===e.languageId}},3573:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Limiter=void 0,t.Limiter=class{_size=0;runningPromises;maxDegreeOfParalellism;outstandingPromises;constructor(e){this.maxDegreeOfParalellism=e,this.outstandingPromises=[],this.runningPromises=0}get size(){return this._size}queue(e){return this._size++,new Promise((t,r)=>{this.outstandingPromises.push({factory:e,c:t,e:r}),this.consume()})}consume(){for(;this.outstandingPromises.length&&this.runningPromises<this.maxDegreeOfParalellism;){const e=this.outstandingPromises.shift();this.runningPromises++;const t=e.factory();t.then(e.c,e.e),t.then(()=>this.consumed(),()=>this.consumed())}}consumed(){this._size--,this.runningPromises--,this.outstandingPromises.length>0&&this.consume()}}},5871:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ResourceMap=void 0;const r=e=>e.toString();class n{map=new Map;toKey;constructor(e=r){this.toKey=e}set(e,t){return this.map.set(this.toKey(e),{uri:e,value:t}),this}get(e){return this.map.get(this.toKey(e))?.value}has(e){return this.map.has(this.toKey(e))}get size(){return this.map.size}clear(){this.map.clear()}delete(e){return this.map.delete(this.toKey(e))}*values(){for(const e of this.map.values())yield e.value}*keys(){for(const e of this.map.values())yield e.uri}*entries(){for(const e of this.map.values())yield[e.uri,e.value]}[Symbol.iterator](){return this.entries()}}t.ResourceMap=n},7673:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Schemes=void 0,t.Schemes=Object.freeze({notebookCell:"vscode-notebook-cell"})},4629:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.VsCodeClientWorkspace=void 0;const n=r(8867),i=r(5172),o=r(2268),s=r(8945),a=r(5410),c=r(3347),u=r(3573),l=r(5871),d=r(7673);class f{inMemoryDoc;onDiskDoc;uri;constructor(e,t){this.uri=e,this.inMemoryDoc=t?.inMemoryDoc,this.onDiskDoc=t?.onDiskDoc}get version(){return this.inMemoryDoc?.version??this.onDiskDoc?.version??0}get lineCount(){return this.inMemoryDoc?.lineCount??this.onDiskDoc?.lineCount??0}getText(e){if(this.inMemoryDoc)return this.inMemoryDoc.getText(e);if(this.onDiskDoc)return this.onDiskDoc.getText(e);throw new Error("Document has been closed")}positionAt(e){if(this.inMemoryDoc)return this.inMemoryDoc.positionAt(e);if(this.onDiskDoc)return this.onDiskDoc.positionAt(e);throw new Error("Document has been closed")}offsetAt(e){if(this.inMemoryDoc)return this.inMemoryDoc.offsetAt(e);if(this.onDiskDoc)return this.onDiskDoc.offsetAt(e);throw new Error("Document has been closed")}hasInMemoryDoc(){return!!this.inMemoryDoc}isDetached(){return!this.onDiskDoc&&!this.inMemoryDoc}setInMemoryDoc(e){this.inMemoryDoc=e}setOnDiskDoc(e){this.onDiskDoc=e}}t.VsCodeClientWorkspace=class{connection;config;documents;notebooks;logger;_onDidCreateMarkdownDocument=new n.Emitter;onDidCreateMarkdownDocument=this._onDidCreateMarkdownDocument.event;_onDidChangeMarkdownDocument=new n.Emitter;onDidChangeMarkdownDocument=this._onDidChangeMarkdownDocument.event;_onDidDeleteMarkdownDocument=new n.Emitter;onDidDeleteMarkdownDocument=this._onDidDeleteMarkdownDocument.event;_documentCache=new l.ResourceMap;_utf8Decoder=new TextDecoder("utf-8");_watcherPool=0;_watchers=new Map;constructor(e,t,r,i,c){this.connection=e,this.config=t,this.documents=r,this.notebooks=i,this.logger=c,r.onDidOpen(e=>{if(!this.isRelevantMarkdownDocument(e.document))return;this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.TextDocument.onDidOpen",{document:e.document.uri});const t=s.URI.parse(e.document.uri),r=this._documentCache.get(t);if(r)r.setInMemoryDoc(e.document),this._onDidChangeMarkdownDocument.fire(r);else{const r=new f(e.document.uri,{inMemoryDoc:e.document});this._documentCache.set(t,r),this._onDidCreateMarkdownDocument.fire(r)}}),r.onDidChangeContent(e=>{if(!this.isRelevantMarkdownDocument(e.document))return;this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.TextDocument.onDidChanceContent",{document:e.document.uri});const t=s.URI.parse(e.document.uri),r=this._documentCache.get(t);r&&(r.setInMemoryDoc(e.document),this._onDidChangeMarkdownDocument.fire(r))}),r.onDidClose(async e=>{if(!this.isRelevantMarkdownDocument(e.document))return;this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.TextDocument.onDidClose",{document:e.document.uri});const t=s.URI.parse(e.document.uri),r=this._documentCache.get(t);r&&(r.setInMemoryDoc(void 0),r.isDetached()?this.doDeleteDocument(t):await this.statBypassingCache(t)||this._documentCache.get(t)!==r||r.hasInMemoryDoc()?this._onDidChangeMarkdownDocument.fire(r):this.doDeleteDocument(t))}),e.onDidChangeWatchedFiles(async({changes:e})=>{for(const t of e){const e=s.URI.parse(t.uri);switch(this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.onDidChangeWatchedFiles",{type:t.type,resource:e.toString()}),t.type){case n.FileChangeType.Changed:if(this._documentCache.get(e)){const t=await this.openMarkdownDocumentFromFs(e);t&&this._onDidChangeMarkdownDocument.fire(t)}break;case n.FileChangeType.Created:if(this._documentCache.get(e)){const t=await this.openMarkdownDocumentFromFs(e);t&&this._onDidCreateMarkdownDocument.fire(t)}break;case n.FileChangeType.Deleted:{const t=this._documentCache.get(e);t&&(t.setOnDiskDoc(void 0),t.isDetached()&&this.doDeleteDocument(e));break}}}}),e.onRequest(a.fs_watcher_onChange,e=>{this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.fs_watcher_onChange",{kind:e.kind,uri:e.uri});const t=this._watchers.get(e.id);if(t)switch(e.kind){case"create":return void t.onDidCreate.fire(s.URI.parse(e.uri));case"change":return void t.onDidChange.fire(s.URI.parse(e.uri));case"delete":return void t.onDidDelete.fire(s.URI.parse(e.uri))}})}listen(){this.connection.workspace.onDidChangeWorkspaceFolders(async()=>{this.workspaceFolders=(await this.connection.workspace.getWorkspaceFolders()??[]).map(e=>s.URI.parse(e.uri))})}_workspaceFolders=[];get workspaceFolders(){return this._workspaceFolders}set workspaceFolders(e){this._workspaceFolders=e}async getAllMarkdownDocuments(){const e=this.documents.all().filter(e=>this.isRelevantMarkdownDocument(e)),t=new l.ResourceMap;for(const r of e)t.set(s.URI.parse(r.uri),r);const r=new u.Limiter(20),n=await this.connection.sendRequest(a.findMarkdownFilesInWorkspace,{});return await Promise.all(n.map(e=>r.queue(async()=>{const r=s.URI.parse(e);if(t.has(r))return;const n=await this.openMarkdownDocument(r);return n&&t.set(r,n),n}))),t.values()}hasMarkdownDocument(e){return!!this.documents.get(e.toString())}async openMarkdownDocument(e){const t=this._documentCache.get(e);if(t)return t;const r=this.documents.get(e.toString());if(r){let t=this._documentCache.get(e);return t?t.setInMemoryDoc(r):(t=new f(e.toString(),{inMemoryDoc:r}),this._documentCache.set(e,t)),t}return this.openMarkdownDocumentFromFs(e)}async openMarkdownDocumentFromFs(e){if((0,c.looksLikeMarkdownPath)(this.config,e))try{const t=await this.connection.sendRequest(a.fs_readFile,{uri:e.toString()}),r=new Uint8Array(t),n=this._utf8Decoder.decode(r),o=new f(e.toString(),{onDiskDoc:i.TextDocument.create(e.toString(),"markdown",0,n)});return this._documentCache.set(e,o),o}catch(e){return}}async stat(e){return this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.stat",{resource:e.toString()}),this._documentCache.has(e)?{isDirectory:!1}:this.statBypassingCache(e)}async statBypassingCache(e){const t=e.toString();return this.documents.get(t)?{isDirectory:!1}:await this.connection.sendRequest(a.fs_stat,{uri:t})??void 0}async readDirectory(e){return this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.readDir",{resource:e.toString()}),this.connection.sendRequest(a.fs_readDirectory,{uri:e.toString()})}getContainingDocument(e){if(e.scheme===d.Schemes.notebookCell){const t=this.notebooks.findNotebookDocumentForCell(e.toString());if(t)return{uri:s.URI.parse(t.uri),children:t.cells.map(e=>({uri:s.URI.parse(e.document)}))}}}watchFile(e,t){const r=this._watcherPool++;this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.watchFile",{id:r,resource:e.toString()});const i={resource:e,options:t,onDidCreate:new n.Emitter,onDidChange:new n.Emitter,onDidDelete:new n.Emitter};return this._watchers.set(r,i),this.connection.sendRequest(a.fs_watcher_create,{id:r,uri:e.toString(),options:t,watchParentDirs:!0}),{onDidCreate:i.onDidCreate.event,onDidChange:i.onDidChange.event,onDidDelete:i.onDidDelete.event,dispose:()=>{this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.disposeWatcher",{id:r,resource:e.toString()}),this.connection.sendRequest(a.fs_watcher_delete,{id:r}),this._watchers.delete(r)}}}isRelevantMarkdownDocument(e){return(0,c.isMarkdownFile)(e)&&"vscode-bulkeditpreview"!==s.URI.parse(e.uri).scheme}doDeleteDocument(e){this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.deleteDocument",{document:e.toString()}),this._documentCache.delete(e),this._onDidDeleteMarkdownDocument.fire(e)}}},6087:(e,t,r)=>{"use strict";e.exports=r(6439)},6439:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.createMessageConnection=t.BrowserMessageWriter=t.BrowserMessageReader=void 0,r(4615).default.install();const o=r(3281);i(r(3281),t);class s extends o.AbstractMessageReader{constructor(e){super(),this._onData=new o.Emitter,this._messageListener=e=>{this._onData.fire(e.data)},e.addEventListener("error",e=>this.fireError(e)),e.onmessage=this._messageListener}listen(e){return this._onData.event(e)}}t.BrowserMessageReader=s;class a extends o.AbstractMessageWriter{constructor(e){super(),this.port=e,this.errorCount=0,e.addEventListener("error",e=>this.fireError(e))}write(e){try{return this.port.postMessage(e),Promise.resolve()}catch(t){return this.handleError(t,e),Promise.reject(t)}}handleError(e,t){this.errorCount++,this.fireError(e,t,this.errorCount)}end(){}}t.BrowserMessageWriter=a,t.createMessageConnection=function(e,t,r,n){return void 0===r&&(r=o.NullLogger),o.ConnectionStrategy.is(n)&&(n={connectionStrategy:n}),(0,o.createMessageConnection)(e,t,r,n)}},4615:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(3281);class i extends n.AbstractMessageBuffer{constructor(e="utf-8"){super(e),this.asciiDecoder=new TextDecoder("ascii")}emptyBuffer(){return i.emptyBuffer}fromString(e,t){return(new TextEncoder).encode(e)}toString(e,t){return"ascii"===t?this.asciiDecoder.decode(e):new TextDecoder(t).decode(e)}asNative(e,t){return void 0===t?e:e.slice(0,t)}allocNative(e){return new Uint8Array(e)}}i.emptyBuffer=new Uint8Array(0);class o{constructor(e){this.socket=e,this._onData=new n.Emitter,this._messageListener=e=>{e.data.arrayBuffer().then(e=>{this._onData.fire(new Uint8Array(e))},()=>{(0,n.RAL)().console.error("Converting blob to array buffer failed.")})},this.socket.addEventListener("message",this._messageListener)}onClose(e){return this.socket.addEventListener("close",e),n.Disposable.create(()=>this.socket.removeEventListener("close",e))}onError(e){return this.socket.addEventListener("error",e),n.Disposable.create(()=>this.socket.removeEventListener("error",e))}onEnd(e){return this.socket.addEventListener("end",e),n.Disposable.create(()=>this.socket.removeEventListener("end",e))}onData(e){return this._onData.event(e)}}class s{constructor(e){this.socket=e}onClose(e){return this.socket.addEventListener("close",e),n.Disposable.create(()=>this.socket.removeEventListener("close",e))}onError(e){return this.socket.addEventListener("error",e),n.Disposable.create(()=>this.socket.removeEventListener("error",e))}onEnd(e){return this.socket.addEventListener("end",e),n.Disposable.create(()=>this.socket.removeEventListener("end",e))}write(e,t){if("string"==typeof e){if(void 0!==t&&"utf-8"!==t)throw new Error(`In a Browser environments only utf-8 text encoding is supported. But got encoding: ${t}`);this.socket.send(e)}else this.socket.send(e);return Promise.resolve()}end(){this.socket.close()}}const a=new TextEncoder,c=Object.freeze({messageBuffer:Object.freeze({create:e=>new i(e)}),applicationJson:Object.freeze({encoder:Object.freeze({name:"application/json",encode:(e,t)=>{if("utf-8"!==t.charset)throw new Error(`In a Browser environments only utf-8 text encoding is supported. But got encoding: ${t.charset}`);return Promise.resolve(a.encode(JSON.stringify(e,void 0,0)))}}),decoder:Object.freeze({name:"application/json",decode:(e,t)=>{if(!(e instanceof Uint8Array))throw new Error("In a Browser environments only Uint8Arrays are supported.");return Promise.resolve(JSON.parse(new TextDecoder(t.charset).decode(e)))}})}),stream:Object.freeze({asReadableStream:e=>new o(e),asWritableStream:e=>new s(e)}),console,timer:Object.freeze({setTimeout(e,t,...r){const n=setTimeout(e,t,...r);return{dispose:()=>clearTimeout(n)}},setImmediate(e,...t){const r=setTimeout(e,0,...t);return{dispose:()=>clearTimeout(r)}},setInterval(e,t,...r){const n=setInterval(e,t,...r);return{dispose:()=>clearInterval(n)}}})});function u(){return c}!function(e){e.install=function(){n.RAL.install(c)}}(u||(u={})),t.default=u},3281:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProgressType=t.ProgressToken=t.createMessageConnection=t.NullLogger=t.ConnectionOptions=t.ConnectionStrategy=t.AbstractMessageBuffer=t.WriteableStreamMessageWriter=t.AbstractMessageWriter=t.MessageWriter=t.ReadableStreamMessageReader=t.AbstractMessageReader=t.MessageReader=t.SharedArrayReceiverStrategy=t.SharedArraySenderStrategy=t.CancellationToken=t.CancellationTokenSource=t.Emitter=t.Event=t.Disposable=t.LRUCache=t.Touch=t.LinkedMap=t.ParameterStructures=t.NotificationType9=t.NotificationType8=t.NotificationType7=t.NotificationType6=t.NotificationType5=t.NotificationType4=t.NotificationType3=t.NotificationType2=t.NotificationType1=t.NotificationType0=t.NotificationType=t.ErrorCodes=t.ResponseError=t.RequestType9=t.RequestType8=t.RequestType7=t.RequestType6=t.RequestType5=t.RequestType4=t.RequestType3=t.RequestType2=t.RequestType1=t.RequestType0=t.RequestType=t.Message=t.RAL=void 0,t.MessageStrategy=t.CancellationStrategy=t.CancellationSenderStrategy=t.CancellationReceiverStrategy=t.ConnectionError=t.ConnectionErrors=t.LogTraceNotification=t.SetTraceNotification=t.TraceFormat=t.TraceValues=t.Trace=void 0;const n=r(6177);Object.defineProperty(t,"Message",{enumerable:!0,get:function(){return n.Message}}),Object.defineProperty(t,"RequestType",{enumerable:!0,get:function(){return n.RequestType}}),Object.defineProperty(t,"RequestType0",{enumerable:!0,get:function(){return n.RequestType0}}),Object.defineProperty(t,"RequestType1",{enumerable:!0,get:function(){return n.RequestType1}}),Object.defineProperty(t,"RequestType2",{enumerable:!0,get:function(){return n.RequestType2}}),Object.defineProperty(t,"RequestType3",{enumerable:!0,get:function(){return n.RequestType3}}),Object.defineProperty(t,"RequestType4",{enumerable:!0,get:function(){return n.RequestType4}}),Object.defineProperty(t,"RequestType5",{enumerable:!0,get:function(){return n.RequestType5}}),Object.defineProperty(t,"RequestType6",{enumerable:!0,get:function(){return n.RequestType6}}),Object.defineProperty(t,"RequestType7",{enumerable:!0,get:function(){return n.RequestType7}}),Object.defineProperty(t,"RequestType8",{enumerable:!0,get:function(){return n.RequestType8}}),Object.defineProperty(t,"RequestType9",{enumerable:!0,get:function(){return n.RequestType9}}),Object.defineProperty(t,"ResponseError",{enumerable:!0,get:function(){return n.ResponseError}}),Object.defineProperty(t,"ErrorCodes",{enumerable:!0,get:function(){return n.ErrorCodes}}),Object.defineProperty(t,"NotificationType",{enumerable:!0,get:function(){return n.NotificationType}}),Object.defineProperty(t,"NotificationType0",{enumerable:!0,get:function(){return n.NotificationType0}}),Object.defineProperty(t,"NotificationType1",{enumerable:!0,get:function(){return n.NotificationType1}}),Object.defineProperty(t,"NotificationType2",{enumerable:!0,get:function(){return n.NotificationType2}}),Object.defineProperty(t,"NotificationType3",{enumerable:!0,get:function(){return n.NotificationType3}}),Object.defineProperty(t,"NotificationType4",{enumerable:!0,get:function(){return n.NotificationType4}}),Object.defineProperty(t,"NotificationType5",{enumerable:!0,get:function(){return n.NotificationType5}}),Object.defineProperty(t,"NotificationType6",{enumerable:!0,get:function(){return n.NotificationType6}}),Object.defineProperty(t,"NotificationType7",{enumerable:!0,get:function(){return n.NotificationType7}}),Object.defineProperty(t,"NotificationType8",{enumerable:!0,get:function(){return n.NotificationType8}}),Object.defineProperty(t,"NotificationType9",{enumerable:!0,get:function(){return n.NotificationType9}}),Object.defineProperty(t,"ParameterStructures",{enumerable:!0,get:function(){return n.ParameterStructures}});const i=r(3352);Object.defineProperty(t,"LinkedMap",{enumerable:!0,get:function(){return i.LinkedMap}}),Object.defineProperty(t,"LRUCache",{enumerable:!0,get:function(){return i.LRUCache}}),Object.defineProperty(t,"Touch",{enumerable:!0,get:function(){return i.Touch}});const o=r(4019);Object.defineProperty(t,"Disposable",{enumerable:!0,get:function(){return o.Disposable}});const s=r(2676);Object.defineProperty(t,"Event",{enumerable:!0,get:function(){return s.Event}}),Object.defineProperty(t,"Emitter",{enumerable:!0,get:function(){return s.Emitter}});const a=r(9850);Object.defineProperty(t,"CancellationTokenSource",{enumerable:!0,get:function(){return a.CancellationTokenSource}}),Object.defineProperty(t,"CancellationToken",{enumerable:!0,get:function(){return a.CancellationToken}});const c=r(4996);Object.defineProperty(t,"SharedArraySenderStrategy",{enumerable:!0,get:function(){return c.SharedArraySenderStrategy}}),Object.defineProperty(t,"SharedArrayReceiverStrategy",{enumerable:!0,get:function(){return c.SharedArrayReceiverStrategy}});const u=r(9085);Object.defineProperty(t,"MessageReader",{enumerable:!0,get:function(){return u.MessageReader}}),Object.defineProperty(t,"AbstractMessageReader",{enumerable:!0,get:function(){return u.AbstractMessageReader}}),Object.defineProperty(t,"ReadableStreamMessageReader",{enumerable:!0,get:function(){return u.ReadableStreamMessageReader}});const l=r(3193);Object.defineProperty(t,"MessageWriter",{enumerable:!0,get:function(){return l.MessageWriter}}),Object.defineProperty(t,"AbstractMessageWriter",{enumerable:!0,get:function(){return l.AbstractMessageWriter}}),Object.defineProperty(t,"WriteableStreamMessageWriter",{enumerable:!0,get:function(){return l.WriteableStreamMessageWriter}});const d=r(9244);Object.defineProperty(t,"AbstractMessageBuffer",{enumerable:!0,get:function(){return d.AbstractMessageBuffer}});const f=r(577);Object.defineProperty(t,"ConnectionStrategy",{enumerable:!0,get:function(){return f.ConnectionStrategy}}),Object.defineProperty(t,"ConnectionOptions",{enumerable:!0,get:function(){return f.ConnectionOptions}}),Object.defineProperty(t,"NullLogger",{enumerable:!0,get:function(){return f.NullLogger}}),Object.defineProperty(t,"createMessageConnection",{enumerable:!0,get:function(){return f.createMessageConnection}}),Object.defineProperty(t,"ProgressToken",{enumerable:!0,get:function(){return f.ProgressToken}}),Object.defineProperty(t,"ProgressType",{enumerable:!0,get:function(){return f.ProgressType}}),Object.defineProperty(t,"Trace",{enumerable:!0,get:function(){return f.Trace}}),Object.defineProperty(t,"TraceValues",{enumerable:!0,get:function(){return f.TraceValues}}),Object.defineProperty(t,"TraceFormat",{enumerable:!0,get:function(){return f.TraceFormat}}),Object.defineProperty(t,"SetTraceNotification",{enumerable:!0,get:function(){return f.SetTraceNotification}}),Object.defineProperty(t,"LogTraceNotification",{enumerable:!0,get:function(){return f.LogTraceNotification}}),Object.defineProperty(t,"ConnectionErrors",{enumerable:!0,get:function(){return f.ConnectionErrors}}),Object.defineProperty(t,"ConnectionError",{enumerable:!0,get:function(){return f.ConnectionError}}),Object.defineProperty(t,"CancellationReceiverStrategy",{enumerable:!0,get:function(){return f.CancellationReceiverStrategy}}),Object.defineProperty(t,"CancellationSenderStrategy",{enumerable:!0,get:function(){return f.CancellationSenderStrategy}}),Object.defineProperty(t,"CancellationStrategy",{enumerable:!0,get:function(){return f.CancellationStrategy}}),Object.defineProperty(t,"MessageStrategy",{enumerable:!0,get:function(){return f.MessageStrategy}});const p=r(9590);t.RAL=p.default},9850:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CancellationTokenSource=t.CancellationToken=void 0;const n=r(9590),i=r(8585),o=r(2676);var s;!function(e){e.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:o.Event.None}),e.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:o.Event.None}),e.is=function(t){const r=t;return r&&(r===e.None||r===e.Cancelled||i.boolean(r.isCancellationRequested)&&!!r.onCancellationRequested)}}(s=t.CancellationToken||(t.CancellationToken={}));const a=Object.freeze(function(e,t){const r=(0,n.default)().timer.setTimeout(e.bind(t),0);return{dispose(){r.dispose()}}});class c{constructor(){this._isCancelled=!1}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))}get isCancellationRequested(){return this._isCancelled}get onCancellationRequested(){return this._isCancelled?a:(this._emitter||(this._emitter=new o.Emitter),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=void 0)}}t.CancellationTokenSource=class{get token(){return this._token||(this._token=new c),this._token}cancel(){this._token?this._token.cancel():this._token=s.Cancelled}dispose(){this._token?this._token instanceof c&&this._token.dispose():this._token=s.None}}},577:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createMessageConnection=t.ConnectionOptions=t.MessageStrategy=t.CancellationStrategy=t.CancellationSenderStrategy=t.CancellationReceiverStrategy=t.RequestCancellationReceiverStrategy=t.IdCancellationReceiverStrategy=t.ConnectionStrategy=t.ConnectionError=t.ConnectionErrors=t.LogTraceNotification=t.SetTraceNotification=t.TraceFormat=t.TraceValues=t.Trace=t.NullLogger=t.ProgressType=t.ProgressToken=void 0;const n=r(9590),i=r(8585),o=r(6177),s=r(3352),a=r(2676),c=r(9850);var u,l,d,f,p,h,g,m,v,y,b,D,w,k,C,R,E,T;!function(e){e.type=new o.NotificationType("$/cancelRequest")}(u||(u={})),function(e){e.is=function(e){return"string"==typeof e||"number"==typeof e}}(l=t.ProgressToken||(t.ProgressToken={})),function(e){e.type=new o.NotificationType("$/progress")}(d||(d={})),t.ProgressType=class{constructor(){}},function(e){e.is=function(e){return i.func(e)}}(f||(f={})),t.NullLogger=Object.freeze({error:()=>{},warn:()=>{},info:()=>{},log:()=>{}}),function(e){e[e.Off=0]="Off",e[e.Messages=1]="Messages",e[e.Compact=2]="Compact",e[e.Verbose=3]="Verbose"}(p=t.Trace||(t.Trace={})),(T=t.TraceValues||(t.TraceValues={})).Off="off",T.Messages="messages",T.Compact="compact",T.Verbose="verbose",function(e){e.fromString=function(t){if(!i.string(t))return e.Off;switch(t=t.toLowerCase()){case"off":default:return e.Off;case"messages":return e.Messages;case"compact":return e.Compact;case"verbose":return e.Verbose}},e.toString=function(t){switch(t){case e.Off:return"off";case e.Messages:return"messages";case e.Compact:return"compact";case e.Verbose:return"verbose";default:return"off"}}}(p=t.Trace||(t.Trace={})),function(e){e.Text="text",e.JSON="json"}(t.TraceFormat||(t.TraceFormat={})),function(e){e.fromString=function(t){return i.string(t)&&"json"===(t=t.toLowerCase())?e.JSON:e.Text}}(h=t.TraceFormat||(t.TraceFormat={})),function(e){e.type=new o.NotificationType("$/setTrace")}(g=t.SetTraceNotification||(t.SetTraceNotification={})),function(e){e.type=new o.NotificationType("$/logTrace")}(m=t.LogTraceNotification||(t.LogTraceNotification={})),function(e){e[e.Closed=1]="Closed",e[e.Disposed=2]="Disposed",e[e.AlreadyListening=3]="AlreadyListening"}(v=t.ConnectionErrors||(t.ConnectionErrors={}));class A extends Error{constructor(e,t){super(t),this.code=e,Object.setPrototypeOf(this,A.prototype)}}t.ConnectionError=A,function(e){e.is=function(e){const t=e;return t&&i.func(t.cancelUndispatched)}}(y=t.ConnectionStrategy||(t.ConnectionStrategy={})),function(e){e.is=function(e){const t=e;return t&&(void 0===t.kind||"id"===t.kind)&&i.func(t.createCancellationTokenSource)&&(void 0===t.dispose||i.func(t.dispose))}}(b=t.IdCancellationReceiverStrategy||(t.IdCancellationReceiverStrategy={})),function(e){e.is=function(e){const t=e;return t&&"request"===t.kind&&i.func(t.createCancellationTokenSource)&&(void 0===t.dispose||i.func(t.dispose))}}(D=t.RequestCancellationReceiverStrategy||(t.RequestCancellationReceiverStrategy={})),function(e){e.Message=Object.freeze({createCancellationTokenSource:e=>new c.CancellationTokenSource}),e.is=function(e){return b.is(e)||D.is(e)}}(w=t.CancellationReceiverStrategy||(t.CancellationReceiverStrategy={})),function(e){e.Message=Object.freeze({sendCancellation:(e,t)=>e.sendNotification(u.type,{id:t}),cleanup(e){}}),e.is=function(e){const t=e;return t&&i.func(t.sendCancellation)&&i.func(t.cleanup)}}(k=t.CancellationSenderStrategy||(t.CancellationSenderStrategy={})),function(e){e.Message=Object.freeze({receiver:w.Message,sender:k.Message}),e.is=function(e){const t=e;return t&&w.is(t.receiver)&&k.is(t.sender)}}(C=t.CancellationStrategy||(t.CancellationStrategy={})),function(e){e.is=function(e){const t=e;return t&&i.func(t.handleMessage)}}(R=t.MessageStrategy||(t.MessageStrategy={})),(t.ConnectionOptions||(t.ConnectionOptions={})).is=function(e){const t=e;return t&&(C.is(t.cancellationStrategy)||y.is(t.connectionStrategy)||R.is(t.messageStrategy))},function(e){e[e.New=1]="New",e[e.Listening=2]="Listening",e[e.Closed=3]="Closed",e[e.Disposed=4]="Disposed"}(E||(E={})),t.createMessageConnection=function(e,r,y,D){const w=void 0!==y?y:t.NullLogger;let k=0,T=0,x=0;const _="2.0";let S;const q=new Map;let L;const F=new Map,P=new Map;let M,N,O=new s.LinkedMap,I=new Map,j=new Set,B=new Map,H=p.Off,U=h.Text,W=E.New;const V=new a.Emitter,$=new a.Emitter,K=new a.Emitter,z=new a.Emitter,G=new a.Emitter,J=D&&D.cancellationStrategy?D.cancellationStrategy:C.Message;function X(e){if(null===e)throw new Error("Can't send requests with id null since the response can't be correlated.");return"req-"+e.toString()}function Z(e){}function Y(){return W===E.Listening}function Q(){return W===E.Closed}function ee(){return W===E.Disposed}function te(){W!==E.New&&W!==E.Listening||(W=E.Closed,$.fire(void 0))}function re(){M||0===O.size||(M=(0,n.default)().timer.setImmediate(()=>{M=void 0,function(){if(0===O.size)return;const e=O.shift();try{const t=D?.messageStrategy;R.is(t)?t.handleMessage(e,ne):ne(e)}finally{re()}}()}))}function ne(e){o.Message.isRequest(e)?function(e){if(ee())return;function t(t,n,i){const s={jsonrpc:_,id:e.id};t instanceof o.ResponseError?s.error=t.toJson():s.result=void 0===t?null:t,se(s,n,i),r.write(s).catch(()=>w.error("Sending response failed."))}function n(t,n,i){const o={jsonrpc:_,id:e.id,error:t.toJson()};se(o,n,i),r.write(o).catch(()=>w.error("Sending response failed."))}!function(e){if(H!==p.Off&&N)if(U===h.Text){let t;H!==p.Verbose&&H!==p.Compact||!e.params||(t=`Params: ${oe(e.params)}\n\n`),N.log(`Received request '${e.method} - (${e.id})'.`,t)}else ce("receive-request",e)}(e);const s=q.get(e.method);let a,c;s&&(a=s.type,c=s.handler);const u=Date.now();if(c||S){const s=e.id??String(Date.now()),l=b.is(J.receiver)?J.receiver.createCancellationTokenSource(s):J.receiver.createCancellationTokenSource(e);null!==e.id&&j.has(e.id)&&l.cancel(),null!==e.id&&B.set(s,l);try{let d;if(c)if(void 0===e.params){if(void 0!==a&&0!==a.numberOfParams)return void n(new o.ResponseError(o.ErrorCodes.InvalidParams,`Request ${e.method} defines ${a.numberOfParams} params but received none.`),e.method,u);d=c(l.token)}else if(Array.isArray(e.params)){if(void 0!==a&&a.parameterStructures===o.ParameterStructures.byName)return void n(new o.ResponseError(o.ErrorCodes.InvalidParams,`Request ${e.method} defines parameters by name but received parameters by position`),e.method,u);d=c(...e.params,l.token)}else{if(void 0!==a&&a.parameterStructures===o.ParameterStructures.byPosition)return void n(new o.ResponseError(o.ErrorCodes.InvalidParams,`Request ${e.method} defines parameters by position but received parameters by name`),e.method,u);d=c(e.params,l.token)}else S&&(d=S(e.method,e.params,l.token));const f=d;d?f.then?f.then(r=>{B.delete(s),t(r,e.method,u)},t=>{B.delete(s),t instanceof o.ResponseError?n(t,e.method,u):t&&i.string(t.message)?n(new o.ResponseError(o.ErrorCodes.InternalError,`Request ${e.method} failed with message: ${t.message}`),e.method,u):n(new o.ResponseError(o.ErrorCodes.InternalError,`Request ${e.method} failed unexpectedly without providing any details.`),e.method,u)}):(B.delete(s),t(d,e.method,u)):(B.delete(s),function(t,n,i){void 0===t&&(t=null);const o={jsonrpc:_,id:e.id,result:t};se(o,n,i),r.write(o).catch(()=>w.error("Sending response failed."))}(d,e.method,u))}catch(r){B.delete(s),r instanceof o.ResponseError?t(r,e.method,u):r&&i.string(r.message)?n(new o.ResponseError(o.ErrorCodes.InternalError,`Request ${e.method} failed with message: ${r.message}`),e.method,u):n(new o.ResponseError(o.ErrorCodes.InternalError,`Request ${e.method} failed unexpectedly without providing any details.`),e.method,u)}}else n(new o.ResponseError(o.ErrorCodes.MethodNotFound,`Unhandled method ${e.method}`),e.method,u)}(e):o.Message.isNotification(e)?function(e){if(ee())return;let t,r;if(e.method===u.type.method){const t=e.params.id;return j.delete(t),void ae(e)}{const n=F.get(e.method);n&&(r=n.handler,t=n.type)}if(r||L)try{if(ae(e),r)if(void 0===e.params)void 0!==t&&0!==t.numberOfParams&&t.parameterStructures!==o.ParameterStructures.byName&&w.error(`Notification ${e.method} defines ${t.numberOfParams} params but received none.`),r();else if(Array.isArray(e.params)){const n=e.params;e.method===d.type.method&&2===n.length&&l.is(n[0])?r({token:n[0],value:n[1]}):(void 0!==t&&(t.parameterStructures===o.ParameterStructures.byName&&w.error(`Notification ${e.method} defines parameters by name but received parameters by position`),t.numberOfParams!==e.params.length&&w.error(`Notification ${e.method} defines ${t.numberOfParams} params but received ${n.length} arguments`)),r(...n))}else void 0!==t&&t.parameterStructures===o.ParameterStructures.byPosition&&w.error(`Notification ${e.method} defines parameters by position but received parameters by name`),r(e.params);else L&&L(e.method,e.params)}catch(t){t.message?w.error(`Notification handler '${e.method}' failed with message: ${t.message}`):w.error(`Notification handler '${e.method}' failed unexpectedly.`)}else K.fire(e)}(e):o.Message.isResponse(e)?function(e){if(!ee())if(null===e.id)e.error?w.error(`Received response message without id: Error is: \n${JSON.stringify(e.error,void 0,4)}`):w.error("Received response message without id. No further error information provided.");else{const t=e.id,r=I.get(t);if(function(e,t){if(H!==p.Off&&N)if(U===h.Text){let r;if(H!==p.Verbose&&H!==p.Compact||(e.error&&e.error.data?r=`Error data: ${oe(e.error.data)}\n\n`:e.result?r=`Result: ${oe(e.result)}\n\n`:void 0===e.error&&(r="No result returned.\n\n")),t){const n=e.error?` Request failed: ${e.error.message} (${e.error.code}).`:"";N.log(`Received response '${t.method} - (${e.id})' in ${Date.now()-t.timerStart}ms.${n}`,r)}else N.log(`Received response ${e.id} without active response promise.`,r)}else ce("receive-response",e)}(e,r),void 0!==r){I.delete(t);try{if(e.error){const t=e.error;r.reject(new o.ResponseError(t.code,t.message,t.data))}else{if(void 0===e.result)throw new Error("Should never happen.");r.resolve(e.result)}}catch(e){e.message?w.error(`Response handler '${r.method}' failed with message: ${e.message}`):w.error(`Response handler '${r.method}' failed unexpectedly.`)}}}}(e):function(e){if(!e)return void w.error("Received empty message.");w.error(`Received message which is neither a response nor a notification message:\n${JSON.stringify(e,null,4)}`);const t=e;if(i.string(t.id)||i.number(t.id)){const e=t.id,r=I.get(e);r&&r.reject(new Error("The received response has neither a result nor an error property."))}}(e)}e.onClose(te),e.onError(function(e){V.fire([e,void 0,void 0])}),r.onClose(te),r.onError(function(e){V.fire(e)});const ie=e=>{try{if(o.Message.isNotification(e)&&e.method===u.type.method){const t=e.params.id,n=X(t),i=O.get(n);if(o.Message.isRequest(i)){const o=D?.connectionStrategy,s=o&&o.cancelUndispatched?o.cancelUndispatched(i,Z):void 0;if(s&&(void 0!==s.error||void 0!==s.result))return O.delete(n),B.delete(t),s.id=i.id,se(s,e.method,Date.now()),void r.write(s).catch(()=>w.error("Sending response for canceled message failed."))}const s=B.get(t);if(void 0!==s)return s.cancel(),void ae(e);j.add(t)}!function(e,t){var r;o.Message.isRequest(t)?e.set(X(t.id),t):o.Message.isResponse(t)?e.set(null===(r=t.id)?"res-unknown-"+(++x).toString():"res-"+r.toString(),t):e.set("not-"+(++T).toString(),t)}(O,e)}finally{re()}};function oe(e){if(null!=e)switch(H){case p.Verbose:return JSON.stringify(e,null,4);case p.Compact:return JSON.stringify(e);default:return}}function se(e,t,r){if(H!==p.Off&&N)if(U===h.Text){let n;H!==p.Verbose&&H!==p.Compact||(e.error&&e.error.data?n=`Error data: ${oe(e.error.data)}\n\n`:e.result?n=`Result: ${oe(e.result)}\n\n`:void 0===e.error&&(n="No result returned.\n\n")),N.log(`Sending response '${t} - (${e.id})'. Processing request took ${Date.now()-r}ms`,n)}else ce("send-response",e)}function ae(e){if(H!==p.Off&&N&&e.method!==m.type.method)if(U===h.Text){let t;H!==p.Verbose&&H!==p.Compact||(t=e.params?`Params: ${oe(e.params)}\n\n`:"No parameters provided.\n\n"),N.log(`Received notification '${e.method}'.`,t)}else ce("receive-notification",e)}function ce(e,t){if(!N||H===p.Off)return;const r={isLSPMessage:!0,type:e,message:t,timestamp:Date.now()};N.log(r)}function ue(){if(Q())throw new A(v.Closed,"Connection is closed.");if(ee())throw new A(v.Disposed,"Connection is disposed.")}function le(e){return void 0===e?null:e}function de(e){return null===e?void 0:e}function fe(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}function pe(e,t){switch(e){case o.ParameterStructures.auto:return fe(t)?de(t):[le(t)];case o.ParameterStructures.byName:if(!fe(t))throw new Error("Received parameters by name but param is not an object literal.");return de(t);case o.ParameterStructures.byPosition:return[le(t)];default:throw new Error(`Unknown parameter structure ${e.toString()}`)}}function he(e,t){let r;const n=e.numberOfParams;switch(n){case 0:r=void 0;break;case 1:r=pe(e.parameterStructures,t[0]);break;default:r=[];for(let e=0;e<t.length&&e<n;e++)r.push(le(t[e]));if(t.length<n)for(let e=t.length;e<n;e++)r.push(null)}return r}const ge={sendNotification:(e,...t)=>{let n,s;if(ue(),i.string(e)){n=e;const r=t[0];let i=0,a=o.ParameterStructures.auto;o.ParameterStructures.is(r)&&(i=1,a=r);let c=t.length;const u=c-i;switch(u){case 0:s=void 0;break;case 1:s=pe(a,t[i]);break;default:if(a===o.ParameterStructures.byName)throw new Error(`Received ${u} parameters for 'by Name' notification parameter structure.`);s=t.slice(i,c).map(e=>le(e))}}else{const r=t;n=e.method,s=he(e,r)}const a={jsonrpc:_,method:n,params:s};return function(e){if(H!==p.Off&&N)if(U===h.Text){let t;H!==p.Verbose&&H!==p.Compact||(t=e.params?`Params: ${oe(e.params)}\n\n`:"No parameters provided.\n\n"),N.log(`Sending notification '${e.method}'.`,t)}else ce("send-notification",e)}(a),r.write(a).catch(e=>{throw w.error("Sending notification failed."),e})},onNotification:(e,t)=>{let r;return ue(),i.func(e)?L=e:t&&(i.string(e)?(r=e,F.set(e,{type:void 0,handler:t})):(r=e.method,F.set(e.method,{type:e,handler:t}))),{dispose:()=>{void 0!==r?F.delete(r):L=void 0}}},onProgress:(e,t,r)=>{if(P.has(t))throw new Error(`Progress handler for token ${t} already registered`);return P.set(t,r),{dispose:()=>{P.delete(t)}}},sendProgress:(e,t,r)=>ge.sendNotification(d.type,{token:t,value:r}),onUnhandledProgress:z.event,sendRequest:(e,...t)=>{let n,s,a;if(ue(),function(){if(!Y())throw new Error("Call listen() first.")}(),i.string(e)){n=e;const r=t[0],i=t[t.length-1];let u=0,l=o.ParameterStructures.auto;o.ParameterStructures.is(r)&&(u=1,l=r);let d=t.length;c.CancellationToken.is(i)&&(d-=1,a=i);const f=d-u;switch(f){case 0:s=void 0;break;case 1:s=pe(l,t[u]);break;default:if(l===o.ParameterStructures.byName)throw new Error(`Received ${f} parameters for 'by Name' request parameter structure.`);s=t.slice(u,d).map(e=>le(e))}}else{const r=t;n=e.method,s=he(e,r);const i=e.numberOfParams;a=c.CancellationToken.is(r[i])?r[i]:void 0}const u=k++;let l;a&&(l=a.onCancellationRequested(()=>{const e=J.sender.sendCancellation(ge,u);return void 0===e?(w.log(`Received no promise from cancellation strategy when cancelling id ${u}`),Promise.resolve()):e.catch(()=>{w.log(`Sending cancellation messages for id ${u} failed`)})}));const d={jsonrpc:_,id:u,method:n,params:s};return function(e){if(H!==p.Off&&N)if(U===h.Text){let t;H!==p.Verbose&&H!==p.Compact||!e.params||(t=`Params: ${oe(e.params)}\n\n`),N.log(`Sending request '${e.method} - (${e.id})'.`,t)}else ce("send-request",e)}(d),"function"==typeof J.sender.enableCancellation&&J.sender.enableCancellation(d),new Promise(async(e,t)=>{const i={method:n,timerStart:Date.now(),resolve:t=>{e(t),J.sender.cleanup(u),l?.dispose()},reject:e=>{t(e),J.sender.cleanup(u),l?.dispose()}};try{await r.write(d),I.set(u,i)}catch(e){throw w.error("Sending request failed."),i.reject(new o.ResponseError(o.ErrorCodes.MessageWriteError,e.message?e.message:"Unknown reason")),e}})},onRequest:(e,t)=>{ue();let r=null;return f.is(e)?(r=void 0,S=e):i.string(e)?(r=null,void 0!==t&&(r=e,q.set(e,{handler:t,type:void 0}))):void 0!==t&&(r=e.method,q.set(e.method,{type:e,handler:t})),{dispose:()=>{null!==r&&(void 0!==r?q.delete(r):S=void 0)}}},hasPendingResponse:()=>I.size>0,trace:async(e,t,r)=>{let n=!1,o=h.Text;void 0!==r&&(i.boolean(r)?n=r:(n=r.sendNotification||!1,o=r.traceFormat||h.Text)),H=e,U=o,N=H===p.Off?void 0:t,!n||Q()||ee()||await ge.sendNotification(g.type,{value:p.toString(e)})},onError:V.event,onClose:$.event,onUnhandledNotification:K.event,onDispose:G.event,end:()=>{r.end()},dispose:()=>{if(ee())return;W=E.Disposed,G.fire(void 0);const t=new o.ResponseError(o.ErrorCodes.PendingResponseRejected,"Pending response rejected since connection got disposed");for(const e of I.values())e.reject(t);I=new Map,B=new Map,j=new Set,O=new s.LinkedMap,i.func(r.dispose)&&r.dispose(),i.func(e.dispose)&&e.dispose()},listen:()=>{ue(),function(){if(Y())throw new A(v.AlreadyListening,"Connection is already listening")}(),W=E.Listening,e.listen(ie)},inspect:()=>{(0,n.default)().console.log("inspect")}};return ge.onNotification(m.type,e=>{if(H===p.Off||!N)return;const t=H===p.Verbose||H===p.Compact;N.log(e.message,t?e.verbose:void 0)}),ge.onNotification(d.type,e=>{const t=P.get(e.token);t?t(e.value):z.fire(e)}),ge}},4019:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Disposable=void 0,(t.Disposable||(t.Disposable={})).create=function(e){return{dispose:e}}},2676:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Emitter=t.Event=void 0;const n=r(9590);!function(e){const t={dispose(){}};e.None=function(){return t}}(t.Event||(t.Event={}));class i{add(e,t=null,r){this._callbacks||(this._callbacks=[],this._contexts=[]),this._callbacks.push(e),this._contexts.push(t),Array.isArray(r)&&r.push({dispose:()=>this.remove(e,t)})}remove(e,t=null){if(!this._callbacks)return;let r=!1;for(let n=0,i=this._callbacks.length;n<i;n++)if(this._callbacks[n]===e){if(this._contexts[n]===t)return this._callbacks.splice(n,1),void this._contexts.splice(n,1);r=!0}if(r)throw new Error("When adding a listener with a context, you should remove it with the same context")}invoke(...e){if(!this._callbacks)return[];const t=[],r=this._callbacks.slice(0),i=this._contexts.slice(0);for(let o=0,s=r.length;o<s;o++)try{t.push(r[o].apply(i[o],e))}catch(e){(0,n.default)().console.error(e)}return t}isEmpty(){return!this._callbacks||0===this._callbacks.length}dispose(){this._callbacks=void 0,this._contexts=void 0}}class o{constructor(e){this._options=e}get event(){return this._event||(this._event=(e,t,r)=>{this._callbacks||(this._callbacks=new i),this._options&&this._options.onFirstListenerAdd&&this._callbacks.isEmpty()&&this._options.onFirstListenerAdd(this),this._callbacks.add(e,t);const n={dispose:()=>{this._callbacks&&(this._callbacks.remove(e,t),n.dispose=o._noop,this._options&&this._options.onLastListenerRemove&&this._callbacks.isEmpty()&&this._options.onLastListenerRemove(this))}};return Array.isArray(r)&&r.push(n),n}),this._event}fire(e){this._callbacks&&this._callbacks.invoke.call(this._callbacks,e)}dispose(){this._callbacks&&(this._callbacks.dispose(),this._callbacks=void 0)}}t.Emitter=o,o._noop=function(){}},8585:(e,t)=>{"use strict";function r(e){return"string"==typeof e||e instanceof String}function n(e){return Array.isArray(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.stringArray=t.array=t.func=t.error=t.number=t.string=t.boolean=void 0,t.boolean=function(e){return!0===e||!1===e},t.string=r,t.number=function(e){return"number"==typeof e||e instanceof Number},t.error=function(e){return e instanceof Error},t.func=function(e){return"function"==typeof e},t.array=n,t.stringArray=function(e){return n(e)&&e.every(e=>r(e))}},3352:(e,t)=>{"use strict";var r,n;Object.defineProperty(t,"__esModule",{value:!0}),t.LRUCache=t.LinkedMap=t.Touch=void 0,function(e){e.None=0,e.First=1,e.AsOld=e.First,e.Last=2,e.AsNew=e.Last}(n=t.Touch||(t.Touch={}));class i{constructor(){this[r]="LinkedMap",this._map=new Map,this._head=void 0,this._tail=void 0,this._size=0,this._state=0}clear(){this._map.clear(),this._head=void 0,this._tail=void 0,this._size=0,this._state++}isEmpty(){return!this._head&&!this._tail}get size(){return this._size}get first(){return this._head?.value}get last(){return this._tail?.value}has(e){return this._map.has(e)}get(e,t=n.None){const r=this._map.get(e);if(r)return t!==n.None&&this.touch(r,t),r.value}set(e,t,r=n.None){let i=this._map.get(e);if(i)i.value=t,r!==n.None&&this.touch(i,r);else{switch(i={key:e,value:t,next:void 0,previous:void 0},r){case n.None:this.addItemLast(i);break;case n.First:this.addItemFirst(i);break;case n.Last:default:this.addItemLast(i)}this._map.set(e,i),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 r=this._state;let n=this._head;for(;n;){if(t?e.bind(t)(n.value,n.key,this):e(n.value,n.key,this),this._state!==r)throw new Error("LinkedMap got modified during iteration.");n=n.next}}keys(){const e=this._state;let t=this._head;const r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==e)throw new Error("LinkedMap got modified during iteration.");if(t){const e={value:t.key,done:!1};return t=t.next,e}return{value:void 0,done:!0}}};return r}values(){const e=this._state;let t=this._head;const r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==e)throw new Error("LinkedMap got modified during iteration.");if(t){const e={value:t.value,done:!1};return t=t.next,e}return{value:void 0,done:!0}}};return r}entries(){const e=this._state;let t=this._head;const r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==e)throw new Error("LinkedMap got modified during iteration.");if(t){const e={value:[t.key,t.value],done:!1};return t=t.next,e}return{value:void 0,done:!0}}};return r}[(r=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,r=this.size;for(;t&&r>e;)this._map.delete(t.key),t=t.next,r--;this._head=t,this._size=r,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,r=e.previous;if(!t||!r)throw new Error("Invalid list");t.previous=r,r.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(t===n.First||t===n.Last)if(t===n.First){if(e===this._head)return;const t=e.next,r=e.previous;e===this._tail?(r.next=void 0,this._tail=r):(t.previous=r,r.next=t),e.previous=void 0,e.next=this._head,this._head.previous=e,this._head=e,this._state++}else if(t===n.Last){if(e===this._tail)return;const t=e.next,r=e.previous;e===this._head?(t.previous=void 0,this._head=t):(t.previous=r,r.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,r)=>{e.push([r,t])}),e}fromJSON(e){this.clear();for(const[t,r]of e)this.set(t,r)}}t.LinkedMap=i,t.LRUCache=class extends i{constructor(e,t=1){super(),this._limit=e,this._ratio=Math.min(Math.max(0,t),1)}get limit(){return this._limit}set limit(e){this._limit=e,this.checkTrim()}get ratio(){return this._ratio}set ratio(e){this._ratio=Math.min(Math.max(0,e),1),this.checkTrim()}get(e,t=n.AsNew){return super.get(e,t)}peek(e){return super.get(e,n.None)}set(e,t){return super.set(e,t,n.Last),this.checkTrim(),this}checkTrim(){this.size>this._limit&&this.trimOld(Math.round(this._limit*this._ratio))}}},9244:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AbstractMessageBuffer=void 0,t.AbstractMessageBuffer=class{constructor(e="utf-8"){this._encoding=e,this._chunks=[],this._totalLength=0}get encoding(){return this._encoding}append(e){const t="string"==typeof e?this.fromString(e,this._encoding):e;this._chunks.push(t),this._totalLength+=t.byteLength}tryReadHeaders(e=!1){if(0===this._chunks.length)return;let t=0,r=0,n=0,i=0;e:for(;r<this._chunks.length;){const e=this._chunks[r];for(n=0;n<e.length;){switch(e[n]){case 13:switch(t){case 0:t=1;break;case 2:t=3;break;default:t=0}break;case 10:switch(t){case 1:t=2;break;case 3:t=4,n++;break e;default:t=0}break;default:t=0}n++}i+=e.byteLength,r++}if(4!==t)return;const o=this._read(i+n),s=new Map,a=this.toString(o,"ascii").split("\r\n");if(a.length<2)return s;for(let t=0;t<a.length-2;t++){const r=a[t],n=r.indexOf(":");if(-1===n)throw new Error("Message header must separate key and value using :");const i=r.substr(0,n),o=r.substr(n+1).trim();s.set(e?i.toLowerCase():i,o)}return s}tryReadBody(e){if(!(this._totalLength<e))return this._read(e)}get numberOfBytes(){return this._totalLength}_read(e){if(0===e)return this.emptyBuffer();if(e>this._totalLength)throw new Error("Cannot read so many bytes!");if(this._chunks[0].byteLength===e){const t=this._chunks[0];return this._chunks.shift(),this._totalLength-=e,this.asNative(t)}if(this._chunks[0].byteLength>e){const t=this._chunks[0],r=this.asNative(t,e);return this._chunks[0]=t.slice(e),this._totalLength-=e,r}const t=this.allocNative(e);let r=0;for(;e>0;){const n=this._chunks[0];if(n.byteLength>e){const i=n.slice(0,e);t.set(i,r),r+=e,this._chunks[0]=n.slice(e),this._totalLength-=e,e-=e}else t.set(n,r),r+=n.byteLength,this._chunks.shift(),this._totalLength-=n.byteLength,e-=n.byteLength}return t}}},9085:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ReadableStreamMessageReader=t.AbstractMessageReader=t.MessageReader=void 0;const n=r(9590),i=r(8585),o=r(2676),s=r(4323);var a;(t.MessageReader||(t.MessageReader={})).is=function(e){let t=e;return t&&i.func(t.listen)&&i.func(t.dispose)&&i.func(t.onError)&&i.func(t.onClose)&&i.func(t.onPartialMessage)};class c{constructor(){this.errorEmitter=new o.Emitter,this.closeEmitter=new o.Emitter,this.partialMessageEmitter=new o.Emitter}dispose(){this.errorEmitter.dispose(),this.closeEmitter.dispose()}get onError(){return this.errorEmitter.event}fireError(e){this.errorEmitter.fire(this.asError(e))}get onClose(){return this.closeEmitter.event}fireClose(){this.closeEmitter.fire(void 0)}get onPartialMessage(){return this.partialMessageEmitter.event}firePartialMessage(e){this.partialMessageEmitter.fire(e)}asError(e){return e instanceof Error?e:new Error(`Reader received error. Reason: ${i.string(e.message)?e.message:"unknown"}`)}}t.AbstractMessageReader=c,function(e){e.fromOptions=function(e){let t,r;const i=new Map;let o;const s=new Map;if(void 0===e||"string"==typeof e)t=e??"utf-8";else{if(t=e.charset??"utf-8",void 0!==e.contentDecoder&&(r=e.contentDecoder,i.set(r.name,r)),void 0!==e.contentDecoders)for(const t of e.contentDecoders)i.set(t.name,t);if(void 0!==e.contentTypeDecoder&&(o=e.contentTypeDecoder,s.set(o.name,o)),void 0!==e.contentTypeDecoders)for(const t of e.contentTypeDecoders)s.set(t.name,t)}return void 0===o&&(o=(0,n.default)().applicationJson.decoder,s.set(o.name,o)),{charset:t,contentDecoder:r,contentDecoders:i,contentTypeDecoder:o,contentTypeDecoders:s}}}(a||(a={})),t.ReadableStreamMessageReader=class extends c{constructor(e,t){super(),this.readable=e,this.options=a.fromOptions(t),this.buffer=(0,n.default)().messageBuffer.create(this.options.charset),this._partialMessageTimeout=1e4,this.nextMessageLength=-1,this.messageToken=0,this.readSemaphore=new s.Semaphore(1)}set partialMessageTimeout(e){this._partialMessageTimeout=e}get partialMessageTimeout(){return this._partialMessageTimeout}listen(e){this.nextMessageLength=-1,this.messageToken=0,this.partialMessageTimer=void 0,this.callback=e;const t=this.readable.onData(e=>{this.onData(e)});return this.readable.onError(e=>this.fireError(e)),this.readable.onClose(()=>this.fireClose()),t}onData(e){for(this.buffer.append(e);;){if(-1===this.nextMessageLength){const e=this.buffer.tryReadHeaders(!0);if(!e)return;const t=e.get("content-length");if(!t)return void this.fireError(new Error("Header must provide a Content-Length property."));const r=parseInt(t);if(isNaN(r))return void this.fireError(new Error("Content-Length value must be a number."));this.nextMessageLength=r}const e=this.buffer.tryReadBody(this.nextMessageLength);if(void 0===e)return void this.setPartialMessageTimer();this.clearPartialMessageTimer(),this.nextMessageLength=-1,this.readSemaphore.lock(async()=>{const t=void 0!==this.options.contentDecoder?await this.options.contentDecoder.decode(e):e,r=await this.options.contentTypeDecoder.decode(t,this.options);this.callback(r)}).catch(e=>{this.fireError(e)})}}clearPartialMessageTimer(){this.partialMessageTimer&&(this.partialMessageTimer.dispose(),this.partialMessageTimer=void 0)}setPartialMessageTimer(){this.clearPartialMessageTimer(),this._partialMessageTimeout<=0||(this.partialMessageTimer=(0,n.default)().timer.setTimeout((e,t)=>{this.partialMessageTimer=void 0,e===this.messageToken&&(this.firePartialMessage({messageToken:e,waitingTime:t}),this.setPartialMessageTimer())},this._partialMessageTimeout,this.messageToken,this._partialMessageTimeout))}}},3193:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WriteableStreamMessageWriter=t.AbstractMessageWriter=t.MessageWriter=void 0;const n=r(9590),i=r(8585),o=r(4323),s=r(2676);var a;(t.MessageWriter||(t.MessageWriter={})).is=function(e){let t=e;return t&&i.func(t.dispose)&&i.func(t.onClose)&&i.func(t.onError)&&i.func(t.write)};class c{constructor(){this.errorEmitter=new s.Emitter,this.closeEmitter=new s.Emitter}dispose(){this.errorEmitter.dispose(),this.closeEmitter.dispose()}get onError(){return this.errorEmitter.event}fireError(e,t,r){this.errorEmitter.fire([this.asError(e),t,r])}get onClose(){return this.closeEmitter.event}fireClose(){this.closeEmitter.fire(void 0)}asError(e){return e instanceof Error?e:new Error(`Writer received error. Reason: ${i.string(e.message)?e.message:"unknown"}`)}}t.AbstractMessageWriter=c,function(e){e.fromOptions=function(e){return void 0===e||"string"==typeof e?{charset:e??"utf-8",contentTypeEncoder:(0,n.default)().applicationJson.encoder}:{charset:e.charset??"utf-8",contentEncoder:e.contentEncoder,contentTypeEncoder:e.contentTypeEncoder??(0,n.default)().applicationJson.encoder}}}(a||(a={})),t.WriteableStreamMessageWriter=class extends c{constructor(e,t){super(),this.writable=e,this.options=a.fromOptions(t),this.errorCount=0,this.writeSemaphore=new o.Semaphore(1),this.writable.onError(e=>this.fireError(e)),this.writable.onClose(()=>this.fireClose())}async write(e){return this.writeSemaphore.lock(async()=>this.options.contentTypeEncoder.encode(e,this.options).then(e=>void 0!==this.options.contentEncoder?this.options.contentEncoder.encode(e):e).then(t=>{const r=[];return r.push("Content-Length: ",t.byteLength.toString(),"\r\n"),r.push("\r\n"),this.doWrite(e,r,t)},e=>{throw this.fireError(e),e}))}async doWrite(e,t,r){try{return await this.writable.write(t.join(""),"ascii"),this.writable.write(r)}catch(t){return this.handleError(t,e),Promise.reject(t)}}handleError(e,t){this.errorCount++,this.fireError(e,t,this.errorCount)}end(){this.writable.end()}}},6177:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Message=t.NotificationType9=t.NotificationType8=t.NotificationType7=t.NotificationType6=t.NotificationType5=t.NotificationType4=t.NotificationType3=t.NotificationType2=t.NotificationType1=t.NotificationType0=t.NotificationType=t.RequestType9=t.RequestType8=t.RequestType7=t.RequestType6=t.RequestType5=t.RequestType4=t.RequestType3=t.RequestType2=t.RequestType1=t.RequestType=t.RequestType0=t.AbstractMessageSignature=t.ParameterStructures=t.ResponseError=t.ErrorCodes=void 0;const n=r(8585);var i,o;!function(e){e.ParseError=-32700,e.InvalidRequest=-32600,e.MethodNotFound=-32601,e.InvalidParams=-32602,e.InternalError=-32603,e.jsonrpcReservedErrorRangeStart=-32099,e.serverErrorStart=-32099,e.MessageWriteError=-32099,e.MessageReadError=-32098,e.PendingResponseRejected=-32097,e.ConnectionInactive=-32096,e.ServerNotInitialized=-32002,e.UnknownErrorCode=-32001,e.jsonrpcReservedErrorRangeEnd=-32e3,e.serverErrorEnd=-32e3}(i=t.ErrorCodes||(t.ErrorCodes={}));class s extends Error{constructor(e,t,r){super(t),this.code=n.number(e)?e:i.UnknownErrorCode,this.data=r,Object.setPrototypeOf(this,s.prototype)}toJson(){const e={code:this.code,message:this.message};return void 0!==this.data&&(e.data=this.data),e}}t.ResponseError=s;class a{constructor(e){this.kind=e}static is(e){return e===a.auto||e===a.byName||e===a.byPosition}toString(){return this.kind}}t.ParameterStructures=a,a.auto=new a("auto"),a.byPosition=new a("byPosition"),a.byName=new a("byName");class c{constructor(e,t){this.method=e,this.numberOfParams=t}get parameterStructures(){return a.auto}}t.AbstractMessageSignature=c,t.RequestType0=class extends c{constructor(e){super(e,0)}},t.RequestType=class extends c{constructor(e,t=a.auto){super(e,1),this._parameterStructures=t}get parameterStructures(){return this._parameterStructures}},t.RequestType1=class extends c{constructor(e,t=a.auto){super(e,1),this._parameterStructures=t}get parameterStructures(){return this._parameterStructures}},t.RequestType2=class extends c{constructor(e){super(e,2)}},t.RequestType3=class extends c{constructor(e){super(e,3)}},t.RequestType4=class extends c{constructor(e){super(e,4)}},t.RequestType5=class extends c{constructor(e){super(e,5)}},t.RequestType6=class extends c{constructor(e){super(e,6)}},t.RequestType7=class extends c{constructor(e){super(e,7)}},t.RequestType8=class extends c{constructor(e){super(e,8)}},t.RequestType9=class extends c{constructor(e){super(e,9)}},t.NotificationType=class extends c{constructor(e,t=a.auto){super(e,1),this._parameterStructures=t}get parameterStructures(){return this._parameterStructures}},t.NotificationType0=class extends c{constructor(e){super(e,0)}},t.NotificationType1=class extends c{constructor(e,t=a.auto){super(e,1),this._parameterStructures=t}get parameterStructures(){return this._parameterStructures}},t.NotificationType2=class extends c{constructor(e){super(e,2)}},t.NotificationType3=class extends c{constructor(e){super(e,3)}},t.NotificationType4=class extends c{constructor(e){super(e,4)}},t.NotificationType5=class extends c{constructor(e){super(e,5)}},t.NotificationType6=class extends c{constructor(e){super(e,6)}},t.NotificationType7=class extends c{constructor(e){super(e,7)}},t.NotificationType8=class extends c{constructor(e){super(e,8)}},t.NotificationType9=class extends c{constructor(e){super(e,9)}},(o=t.Message||(t.Message={})).isRequest=function(e){const t=e;return t&&n.string(t.method)&&(n.string(t.id)||n.number(t.id))},o.isNotification=function(e){const t=e;return t&&n.string(t.method)&&void 0===e.id},o.isResponse=function(e){const t=e;return t&&(void 0!==t.result||!!t.error)&&(n.string(t.id)||n.number(t.id)||null===t.id)}},9590:(e,t)=>{"use strict";let r;function n(){if(void 0===r)throw new Error("No runtime abstraction layer installed");return r}Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.install=function(e){if(void 0===e)throw new Error("No runtime abstraction layer provided");r=e}}(n||(n={})),t.default=n},4323:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Semaphore=void 0;const n=r(9590);t.Semaphore=class{constructor(e=1){if(e<=0)throw new Error("Capacity must be greater than 0");this._capacity=e,this._active=0,this._waiting=[]}lock(e){return new Promise((t,r)=>{this._waiting.push({thunk:e,resolve:t,reject:r}),this.runNext()})}get active(){return this._active}runNext(){0!==this._waiting.length&&this._active!==this._capacity&&(0,n.default)().timer.setImmediate(()=>this.doRunNext())}doRunNext(){if(0===this._waiting.length||this._active===this._capacity)return;const e=this._waiting.shift();if(this._active++,this._active>this._capacity)throw new Error("To many thunks active");try{const t=e.thunk();t instanceof Promise?t.then(t=>{this._active--,e.resolve(t),this.runNext()},t=>{this._active--,e.reject(t),this.runNext()}):(this._active--,e.resolve(t),this.runNext())}catch(t){this._active--,e.reject(t),this.runNext()}}}},4996:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SharedArrayReceiverStrategy=t.SharedArraySenderStrategy=void 0;const n=r(9850);var i;!function(e){e.Continue=0,e.Cancelled=1}(i||(i={})),t.SharedArraySenderStrategy=class{constructor(){this.buffers=new Map}enableCancellation(e){if(null===e.id)return;const t=new SharedArrayBuffer(4);new Int32Array(t,0,1)[0]=i.Continue,this.buffers.set(e.id,t),e.$cancellationData=t}async sendCancellation(e,t){const r=this.buffers.get(t);if(void 0===r)return;const n=new Int32Array(r,0,1);Atomics.store(n,0,i.Cancelled)}cleanup(e){this.buffers.delete(e)}dispose(){this.buffers.clear()}};class o{constructor(e){this.data=new Int32Array(e,0,1)}get isCancellationRequested(){return Atomics.load(this.data,0)===i.Cancelled}get onCancellationRequested(){throw new Error("Cancellation over SharedArrayBuffer doesn't support cancellation events")}}class s{constructor(e){this.token=new o(e)}cancel(){}dispose(){}}t.SharedArrayReceiverStrategy=class{constructor(){this.kind="request"}createCancellationTokenSource(e){const t=e.$cancellationData;return void 0===t?new n.CancellationTokenSource:new s(t)}}},5678:(e,t,r)=>{"use strict";e.exports=r(4512)},4512:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.createProtocolConnection=void 0;const o=r(6087);i(r(6087),t),i(r(8766),t),t.createProtocolConnection=function(e,t,r,n){return(0,o.createMessageConnection)(e,t,r,n)}},8766:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.LSPErrorCodes=t.createProtocolConnection=void 0,i(r(6439),t),i(r(7145),t),i(r(372),t),i(r(1560),t);var o,s=r(1580);Object.defineProperty(t,"createProtocolConnection",{enumerable:!0,get:function(){return s.createProtocolConnection}}),(o=t.LSPErrorCodes||(t.LSPErrorCodes={})).lspReservedErrorRangeStart=-32899,o.RequestFailed=-32803,o.ServerCancelled=-32802,o.ContentModified=-32801,o.RequestCancelled=-32800,o.lspReservedErrorRangeEnd=-32800},1580:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createProtocolConnection=void 0;const n=r(6439);t.createProtocolConnection=function(e,t,r,i){return n.ConnectionStrategy.is(i)&&(i={connectionStrategy:i}),(0,n.createMessageConnection)(e,t,r,i)}},372:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProtocolNotificationType=t.ProtocolNotificationType0=t.ProtocolRequestType=t.ProtocolRequestType0=t.RegistrationType=t.MessageDirection=void 0;const n=r(6439);var i;(i=t.MessageDirection||(t.MessageDirection={})).clientToServer="clientToServer",i.serverToClient="serverToClient",i.both="both",t.RegistrationType=class{constructor(e){this.method=e}};class o extends n.RequestType0{constructor(e){super(e)}}t.ProtocolRequestType0=o;class s extends n.RequestType{constructor(e){super(e,n.ParameterStructures.byName)}}t.ProtocolRequestType=s;class a extends n.NotificationType0{constructor(e){super(e)}}t.ProtocolNotificationType0=a;class c extends n.NotificationType{constructor(e){super(e,n.ParameterStructures.byName)}}t.ProtocolNotificationType=c},8765:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CallHierarchyOutgoingCallsRequest=t.CallHierarchyIncomingCallsRequest=t.CallHierarchyPrepareRequest=void 0;const n=r(372);var i,o,s;(s=t.CallHierarchyPrepareRequest||(t.CallHierarchyPrepareRequest={})).method="textDocument/prepareCallHierarchy",s.messageDirection=n.MessageDirection.clientToServer,s.type=new n.ProtocolRequestType(s.method),(o=t.CallHierarchyIncomingCallsRequest||(t.CallHierarchyIncomingCallsRequest={})).method="callHierarchy/incomingCalls",o.messageDirection=n.MessageDirection.clientToServer,o.type=new n.ProtocolRequestType(o.method),(i=t.CallHierarchyOutgoingCallsRequest||(t.CallHierarchyOutgoingCallsRequest={})).method="callHierarchy/outgoingCalls",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},7672:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ColorPresentationRequest=t.DocumentColorRequest=void 0;const n=r(372);var i,o;(o=t.DocumentColorRequest||(t.DocumentColorRequest={})).method="textDocument/documentColor",o.messageDirection=n.MessageDirection.clientToServer,o.type=new n.ProtocolRequestType(o.method),(i=t.ColorPresentationRequest||(t.ColorPresentationRequest={})).method="textDocument/colorPresentation",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},1660:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ConfigurationRequest=void 0;const n=r(372);var i;(i=t.ConfigurationRequest||(t.ConfigurationRequest={})).method="workspace/configuration",i.messageDirection=n.MessageDirection.serverToClient,i.type=new n.ProtocolRequestType(i.method)},6914:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DeclarationRequest=void 0;const n=r(372);var i;(i=t.DeclarationRequest||(t.DeclarationRequest={})).method="textDocument/declaration",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},6011:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DiagnosticRefreshRequest=t.WorkspaceDiagnosticRequest=t.DocumentDiagnosticRequest=t.DocumentDiagnosticReportKind=t.DiagnosticServerCancellationData=void 0;const n=r(6439),i=r(8598),o=r(372);var s,a,c,u;(t.DiagnosticServerCancellationData||(t.DiagnosticServerCancellationData={})).is=function(e){const t=e;return t&&i.boolean(t.retriggerRequest)},(u=t.DocumentDiagnosticReportKind||(t.DocumentDiagnosticReportKind={})).Full="full",u.Unchanged="unchanged",(c=t.DocumentDiagnosticRequest||(t.DocumentDiagnosticRequest={})).method="textDocument/diagnostic",c.messageDirection=o.MessageDirection.clientToServer,c.type=new o.ProtocolRequestType(c.method),c.partialResult=new n.ProgressType,(a=t.WorkspaceDiagnosticRequest||(t.WorkspaceDiagnosticRequest={})).method="workspace/diagnostic",a.messageDirection=o.MessageDirection.clientToServer,a.type=new o.ProtocolRequestType(a.method),a.partialResult=new n.ProgressType,(s=t.DiagnosticRefreshRequest||(t.DiagnosticRefreshRequest={})).method="workspace/diagnostic/refresh",s.messageDirection=o.MessageDirection.serverToClient,s.type=new o.ProtocolRequestType0(s.method)},9840:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WillDeleteFilesRequest=t.DidDeleteFilesNotification=t.DidRenameFilesNotification=t.WillRenameFilesRequest=t.DidCreateFilesNotification=t.WillCreateFilesRequest=t.FileOperationPatternKind=void 0;const n=r(372);var i,o,s,a,c,u,l;(l=t.FileOperationPatternKind||(t.FileOperationPatternKind={})).file="file",l.folder="folder",(u=t.WillCreateFilesRequest||(t.WillCreateFilesRequest={})).method="workspace/willCreateFiles",u.messageDirection=n.MessageDirection.clientToServer,u.type=new n.ProtocolRequestType(u.method),(c=t.DidCreateFilesNotification||(t.DidCreateFilesNotification={})).method="workspace/didCreateFiles",c.messageDirection=n.MessageDirection.clientToServer,c.type=new n.ProtocolNotificationType(c.method),(a=t.WillRenameFilesRequest||(t.WillRenameFilesRequest={})).method="workspace/willRenameFiles",a.messageDirection=n.MessageDirection.clientToServer,a.type=new n.ProtocolRequestType(a.method),(s=t.DidRenameFilesNotification||(t.DidRenameFilesNotification={})).method="workspace/didRenameFiles",s.messageDirection=n.MessageDirection.clientToServer,s.type=new n.ProtocolNotificationType(s.method),(o=t.DidDeleteFilesNotification||(t.DidDeleteFilesNotification={})).method="workspace/didDeleteFiles",o.messageDirection=n.MessageDirection.clientToServer,o.type=new n.ProtocolNotificationType(o.method),(i=t.WillDeleteFilesRequest||(t.WillDeleteFilesRequest={})).method="workspace/willDeleteFiles",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},2874:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FoldingRangeRequest=void 0;const n=r(372);var i;(i=t.FoldingRangeRequest||(t.FoldingRangeRequest={})).method="textDocument/foldingRange",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},9574:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ImplementationRequest=void 0;const n=r(372);var i;(i=t.ImplementationRequest||(t.ImplementationRequest={})).method="textDocument/implementation",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},7752:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InlayHintRefreshRequest=t.InlayHintResolveRequest=t.InlayHintRequest=void 0;const n=r(372);var i,o,s;(s=t.InlayHintRequest||(t.InlayHintRequest={})).method="textDocument/inlayHint",s.messageDirection=n.MessageDirection.clientToServer,s.type=new n.ProtocolRequestType(s.method),(o=t.InlayHintResolveRequest||(t.InlayHintResolveRequest={})).method="inlayHint/resolve",o.messageDirection=n.MessageDirection.clientToServer,o.type=new n.ProtocolRequestType(o.method),(i=t.InlayHintRefreshRequest||(t.InlayHintRefreshRequest={})).method="workspace/inlayHint/refresh",i.messageDirection=n.MessageDirection.serverToClient,i.type=new n.ProtocolRequestType0(i.method)},3124:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InlineValueRefreshRequest=t.InlineValueRequest=void 0;const n=r(372);var i,o;(o=t.InlineValueRequest||(t.InlineValueRequest={})).method="textDocument/inlineValue",o.messageDirection=n.MessageDirection.clientToServer,o.type=new n.ProtocolRequestType(o.method),(i=t.InlineValueRefreshRequest||(t.InlineValueRefreshRequest={})).method="workspace/inlineValue/refresh",i.messageDirection=n.MessageDirection.serverToClient,i.type=new n.ProtocolRequestType0(i.method)},1560:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkspaceSymbolRequest=t.CodeActionResolveRequest=t.CodeActionRequest=t.DocumentSymbolRequest=t.DocumentHighlightRequest=t.ReferencesRequest=t.DefinitionRequest=t.SignatureHelpRequest=t.SignatureHelpTriggerKind=t.HoverRequest=t.CompletionResolveRequest=t.CompletionRequest=t.CompletionTriggerKind=t.PublishDiagnosticsNotification=t.WatchKind=t.RelativePattern=t.FileChangeType=t.DidChangeWatchedFilesNotification=t.WillSaveTextDocumentWaitUntilRequest=t.WillSaveTextDocumentNotification=t.TextDocumentSaveReason=t.DidSaveTextDocumentNotification=t.DidCloseTextDocumentNotification=t.DidChangeTextDocumentNotification=t.TextDocumentContentChangeEvent=t.DidOpenTextDocumentNotification=t.TextDocumentSyncKind=t.TelemetryEventNotification=t.LogMessageNotification=t.ShowMessageRequest=t.ShowMessageNotification=t.MessageType=t.DidChangeConfigurationNotification=t.ExitNotification=t.ShutdownRequest=t.InitializedNotification=t.InitializeErrorCodes=t.InitializeRequest=t.WorkDoneProgressOptions=t.TextDocumentRegistrationOptions=t.StaticRegistrationOptions=t.PositionEncodingKind=t.FailureHandlingKind=t.ResourceOperationKind=t.UnregistrationRequest=t.RegistrationRequest=t.DocumentSelector=t.NotebookCellTextDocumentFilter=t.NotebookDocumentFilter=t.TextDocumentFilter=void 0,t.TypeHierarchySubtypesRequest=t.TypeHierarchyPrepareRequest=t.MonikerRequest=t.MonikerKind=t.UniquenessLevel=t.WillDeleteFilesRequest=t.DidDeleteFilesNotification=t.WillRenameFilesRequest=t.DidRenameFilesNotification=t.WillCreateFilesRequest=t.DidCreateFilesNotification=t.FileOperationPatternKind=t.LinkedEditingRangeRequest=t.ShowDocumentRequest=t.SemanticTokensRegistrationType=t.SemanticTokensRefreshRequest=t.SemanticTokensRangeRequest=t.SemanticTokensDeltaRequest=t.SemanticTokensRequest=t.TokenFormat=t.CallHierarchyPrepareRequest=t.CallHierarchyOutgoingCallsRequest=t.CallHierarchyIncomingCallsRequest=t.WorkDoneProgressCancelNotification=t.WorkDoneProgressCreateRequest=t.WorkDoneProgress=t.SelectionRangeRequest=t.DeclarationRequest=t.FoldingRangeRequest=t.ColorPresentationRequest=t.DocumentColorRequest=t.ConfigurationRequest=t.DidChangeWorkspaceFoldersNotification=t.WorkspaceFoldersRequest=t.TypeDefinitionRequest=t.ImplementationRequest=t.ApplyWorkspaceEditRequest=t.ExecuteCommandRequest=t.PrepareRenameRequest=t.RenameRequest=t.PrepareSupportDefaultBehavior=t.DocumentOnTypeFormattingRequest=t.DocumentRangeFormattingRequest=t.DocumentFormattingRequest=t.DocumentLinkResolveRequest=t.DocumentLinkRequest=t.CodeLensRefreshRequest=t.CodeLensResolveRequest=t.CodeLensRequest=t.WorkspaceSymbolResolveRequest=void 0,t.DidCloseNotebookDocumentNotification=t.DidSaveNotebookDocumentNotification=t.DidChangeNotebookDocumentNotification=t.NotebookCellArrayChange=t.DidOpenNotebookDocumentNotification=t.NotebookDocumentSyncRegistrationType=t.NotebookDocument=t.NotebookCell=t.ExecutionSummary=t.NotebookCellKind=t.DiagnosticRefreshRequest=t.WorkspaceDiagnosticRequest=t.DocumentDiagnosticRequest=t.DocumentDiagnosticReportKind=t.DiagnosticServerCancellationData=t.InlayHintRefreshRequest=t.InlayHintResolveRequest=t.InlayHintRequest=t.InlineValueRefreshRequest=t.InlineValueRequest=t.TypeHierarchySupertypesRequest=void 0;const n=r(372),i=r(7145),o=r(8598),s=r(9574);Object.defineProperty(t,"ImplementationRequest",{enumerable:!0,get:function(){return s.ImplementationRequest}});const a=r(8461);Object.defineProperty(t,"TypeDefinitionRequest",{enumerable:!0,get:function(){return a.TypeDefinitionRequest}});const c=r(9935);Object.defineProperty(t,"WorkspaceFoldersRequest",{enumerable:!0,get:function(){return c.WorkspaceFoldersRequest}}),Object.defineProperty(t,"DidChangeWorkspaceFoldersNotification",{enumerable:!0,get:function(){return c.DidChangeWorkspaceFoldersNotification}});const u=r(1660);Object.defineProperty(t,"ConfigurationRequest",{enumerable:!0,get:function(){return u.ConfigurationRequest}});const l=r(7672);Object.defineProperty(t,"DocumentColorRequest",{enumerable:!0,get:function(){return l.DocumentColorRequest}}),Object.defineProperty(t,"ColorPresentationRequest",{enumerable:!0,get:function(){return l.ColorPresentationRequest}});const d=r(2874);Object.defineProperty(t,"FoldingRangeRequest",{enumerable:!0,get:function(){return d.FoldingRangeRequest}});const f=r(6914);Object.defineProperty(t,"DeclarationRequest",{enumerable:!0,get:function(){return f.DeclarationRequest}});const p=r(3487);Object.defineProperty(t,"SelectionRangeRequest",{enumerable:!0,get:function(){return p.SelectionRangeRequest}});const h=r(2687);Object.defineProperty(t,"WorkDoneProgress",{enumerable:!0,get:function(){return h.WorkDoneProgress}}),Object.defineProperty(t,"WorkDoneProgressCreateRequest",{enumerable:!0,get:function(){return h.WorkDoneProgressCreateRequest}}),Object.defineProperty(t,"WorkDoneProgressCancelNotification",{enumerable:!0,get:function(){return h.WorkDoneProgressCancelNotification}});const g=r(8765);Object.defineProperty(t,"CallHierarchyIncomingCallsRequest",{enumerable:!0,get:function(){return g.CallHierarchyIncomingCallsRequest}}),Object.defineProperty(t,"CallHierarchyOutgoingCallsRequest",{enumerable:!0,get:function(){return g.CallHierarchyOutgoingCallsRequest}}),Object.defineProperty(t,"CallHierarchyPrepareRequest",{enumerable:!0,get:function(){return g.CallHierarchyPrepareRequest}});const m=r(2478);Object.defineProperty(t,"TokenFormat",{enumerable:!0,get:function(){return m.TokenFormat}}),Object.defineProperty(t,"SemanticTokensRequest",{enumerable:!0,get:function(){return m.SemanticTokensRequest}}),Object.defineProperty(t,"SemanticTokensDeltaRequest",{enumerable:!0,get:function(){return m.SemanticTokensDeltaRequest}}),Object.defineProperty(t,"SemanticTokensRangeRequest",{enumerable:!0,get:function(){return m.SemanticTokensRangeRequest}}),Object.defineProperty(t,"SemanticTokensRefreshRequest",{enumerable:!0,get:function(){return m.SemanticTokensRefreshRequest}}),Object.defineProperty(t,"SemanticTokensRegistrationType",{enumerable:!0,get:function(){return m.SemanticTokensRegistrationType}});const v=r(908);Object.defineProperty(t,"ShowDocumentRequest",{enumerable:!0,get:function(){return v.ShowDocumentRequest}});const y=r(5316);Object.defineProperty(t,"LinkedEditingRangeRequest",{enumerable:!0,get:function(){return y.LinkedEditingRangeRequest}});const b=r(9840);Object.defineProperty(t,"FileOperationPatternKind",{enumerable:!0,get:function(){return b.FileOperationPatternKind}}),Object.defineProperty(t,"DidCreateFilesNotification",{enumerable:!0,get:function(){return b.DidCreateFilesNotification}}),Object.defineProperty(t,"WillCreateFilesRequest",{enumerable:!0,get:function(){return b.WillCreateFilesRequest}}),Object.defineProperty(t,"DidRenameFilesNotification",{enumerable:!0,get:function(){return b.DidRenameFilesNotification}}),Object.defineProperty(t,"WillRenameFilesRequest",{enumerable:!0,get:function(){return b.WillRenameFilesRequest}}),Object.defineProperty(t,"DidDeleteFilesNotification",{enumerable:!0,get:function(){return b.DidDeleteFilesNotification}}),Object.defineProperty(t,"WillDeleteFilesRequest",{enumerable:!0,get:function(){return b.WillDeleteFilesRequest}});const D=r(9047);Object.defineProperty(t,"UniquenessLevel",{enumerable:!0,get:function(){return D.UniquenessLevel}}),Object.defineProperty(t,"MonikerKind",{enumerable:!0,get:function(){return D.MonikerKind}}),Object.defineProperty(t,"MonikerRequest",{enumerable:!0,get:function(){return D.MonikerRequest}});const w=r(645);Object.defineProperty(t,"TypeHierarchyPrepareRequest",{enumerable:!0,get:function(){return w.TypeHierarchyPrepareRequest}}),Object.defineProperty(t,"TypeHierarchySubtypesRequest",{enumerable:!0,get:function(){return w.TypeHierarchySubtypesRequest}}),Object.defineProperty(t,"TypeHierarchySupertypesRequest",{enumerable:!0,get:function(){return w.TypeHierarchySupertypesRequest}});const k=r(3124);Object.defineProperty(t,"InlineValueRequest",{enumerable:!0,get:function(){return k.InlineValueRequest}}),Object.defineProperty(t,"InlineValueRefreshRequest",{enumerable:!0,get:function(){return k.InlineValueRefreshRequest}});const C=r(7752);Object.defineProperty(t,"InlayHintRequest",{enumerable:!0,get:function(){return C.InlayHintRequest}}),Object.defineProperty(t,"InlayHintResolveRequest",{enumerable:!0,get:function(){return C.InlayHintResolveRequest}}),Object.defineProperty(t,"InlayHintRefreshRequest",{enumerable:!0,get:function(){return C.InlayHintRefreshRequest}});const R=r(6011);Object.defineProperty(t,"DiagnosticServerCancellationData",{enumerable:!0,get:function(){return R.DiagnosticServerCancellationData}}),Object.defineProperty(t,"DocumentDiagnosticReportKind",{enumerable:!0,get:function(){return R.DocumentDiagnosticReportKind}}),Object.defineProperty(t,"DocumentDiagnosticRequest",{enumerable:!0,get:function(){return R.DocumentDiagnosticRequest}}),Object.defineProperty(t,"WorkspaceDiagnosticRequest",{enumerable:!0,get:function(){return R.WorkspaceDiagnosticRequest}}),Object.defineProperty(t,"DiagnosticRefreshRequest",{enumerable:!0,get:function(){return R.DiagnosticRefreshRequest}});const E=r(3557);var T,A,x,_,S,q,L,F,P,M,N,O,I,j,B,H,U,W,V,$,K,z,G,J,X,Z,Y,Q,ee,te,re,ne,ie,oe,se,ae,ce,ue,le,de,fe,pe,he,ge,me,ve,ye,be,De,we,ke,Ce,Re,Ee,Te,Ae,xe,_e,Se;Object.defineProperty(t,"NotebookCellKind",{enumerable:!0,get:function(){return E.NotebookCellKind}}),Object.defineProperty(t,"ExecutionSummary",{enumerable:!0,get:function(){return E.ExecutionSummary}}),Object.defineProperty(t,"NotebookCell",{enumerable:!0,get:function(){return E.NotebookCell}}),Object.defineProperty(t,"NotebookDocument",{enumerable:!0,get:function(){return E.NotebookDocument}}),Object.defineProperty(t,"NotebookDocumentSyncRegistrationType",{enumerable:!0,get:function(){return E.NotebookDocumentSyncRegistrationType}}),Object.defineProperty(t,"DidOpenNotebookDocumentNotification",{enumerable:!0,get:function(){return E.DidOpenNotebookDocumentNotification}}),Object.defineProperty(t,"NotebookCellArrayChange",{enumerable:!0,get:function(){return E.NotebookCellArrayChange}}),Object.defineProperty(t,"DidChangeNotebookDocumentNotification",{enumerable:!0,get:function(){return E.DidChangeNotebookDocumentNotification}}),Object.defineProperty(t,"DidSaveNotebookDocumentNotification",{enumerable:!0,get:function(){return E.DidSaveNotebookDocumentNotification}}),Object.defineProperty(t,"DidCloseNotebookDocumentNotification",{enumerable:!0,get:function(){return E.DidCloseNotebookDocumentNotification}}),function(e){e.is=function(e){const t=e;return o.string(t.language)||o.string(t.scheme)||o.string(t.pattern)}}(T=t.TextDocumentFilter||(t.TextDocumentFilter={})),function(e){e.is=function(e){const t=e;return o.objectLiteral(t)&&(o.string(t.notebookType)||o.string(t.scheme)||o.string(t.pattern))}}(A=t.NotebookDocumentFilter||(t.NotebookDocumentFilter={})),function(e){e.is=function(e){const t=e;return o.objectLiteral(t)&&(o.string(t.notebook)||A.is(t.notebook))&&(void 0===t.language||o.string(t.language))}}(x=t.NotebookCellTextDocumentFilter||(t.NotebookCellTextDocumentFilter={})),function(e){e.is=function(e){if(!Array.isArray(e))return!1;for(let t of e)if(!o.string(t)&&!T.is(t)&&!x.is(t))return!1;return!0}}(_=t.DocumentSelector||(t.DocumentSelector={})),(Se=t.RegistrationRequest||(t.RegistrationRequest={})).method="client/registerCapability",Se.messageDirection=n.MessageDirection.serverToClient,Se.type=new n.ProtocolRequestType(Se.method),(_e=t.UnregistrationRequest||(t.UnregistrationRequest={})).method="client/unregisterCapability",_e.messageDirection=n.MessageDirection.serverToClient,_e.type=new n.ProtocolRequestType(_e.method),(xe=t.ResourceOperationKind||(t.ResourceOperationKind={})).Create="create",xe.Rename="rename",xe.Delete="delete",(Ae=t.FailureHandlingKind||(t.FailureHandlingKind={})).Abort="abort",Ae.Transactional="transactional",Ae.TextOnlyTransactional="textOnlyTransactional",Ae.Undo="undo",(Te=t.PositionEncodingKind||(t.PositionEncodingKind={})).UTF8="utf-8",Te.UTF16="utf-16",Te.UTF32="utf-32",(t.StaticRegistrationOptions||(t.StaticRegistrationOptions={})).hasId=function(e){const t=e;return t&&o.string(t.id)&&t.id.length>0},(t.TextDocumentRegistrationOptions||(t.TextDocumentRegistrationOptions={})).is=function(e){const t=e;return t&&(null===t.documentSelector||_.is(t.documentSelector))},(Ee=t.WorkDoneProgressOptions||(t.WorkDoneProgressOptions={})).is=function(e){const t=e;return o.objectLiteral(t)&&(void 0===t.workDoneProgress||o.boolean(t.workDoneProgress))},Ee.hasWorkDoneProgress=function(e){const t=e;return t&&o.boolean(t.workDoneProgress)},(Re=t.InitializeRequest||(t.InitializeRequest={})).method="initialize",Re.messageDirection=n.MessageDirection.clientToServer,Re.type=new n.ProtocolRequestType(Re.method),(t.InitializeErrorCodes||(t.InitializeErrorCodes={})).unknownProtocolVersion=1,(Ce=t.InitializedNotification||(t.InitializedNotification={})).method="initialized",Ce.messageDirection=n.MessageDirection.clientToServer,Ce.type=new n.ProtocolNotificationType(Ce.method),(ke=t.ShutdownRequest||(t.ShutdownRequest={})).method="shutdown",ke.messageDirection=n.MessageDirection.clientToServer,ke.type=new n.ProtocolRequestType0(ke.method),(we=t.ExitNotification||(t.ExitNotification={})).method="exit",we.messageDirection=n.MessageDirection.clientToServer,we.type=new n.ProtocolNotificationType0(we.method),(De=t.DidChangeConfigurationNotification||(t.DidChangeConfigurationNotification={})).method="workspace/didChangeConfiguration",De.messageDirection=n.MessageDirection.clientToServer,De.type=new n.ProtocolNotificationType(De.method),(be=t.MessageType||(t.MessageType={})).Error=1,be.Warning=2,be.Info=3,be.Log=4,(ye=t.ShowMessageNotification||(t.ShowMessageNotification={})).method="window/showMessage",ye.messageDirection=n.MessageDirection.serverToClient,ye.type=new n.ProtocolNotificationType(ye.method),(ve=t.ShowMessageRequest||(t.ShowMessageRequest={})).method="window/showMessageRequest",ve.messageDirection=n.MessageDirection.serverToClient,ve.type=new n.ProtocolRequestType(ve.method),(me=t.LogMessageNotification||(t.LogMessageNotification={})).method="window/logMessage",me.messageDirection=n.MessageDirection.serverToClient,me.type=new n.ProtocolNotificationType(me.method),(ge=t.TelemetryEventNotification||(t.TelemetryEventNotification={})).method="telemetry/event",ge.messageDirection=n.MessageDirection.serverToClient,ge.type=new n.ProtocolNotificationType(ge.method),(he=t.TextDocumentSyncKind||(t.TextDocumentSyncKind={})).None=0,he.Full=1,he.Incremental=2,(pe=t.DidOpenTextDocumentNotification||(t.DidOpenTextDocumentNotification={})).method="textDocument/didOpen",pe.messageDirection=n.MessageDirection.clientToServer,pe.type=new n.ProtocolNotificationType(pe.method),(fe=t.TextDocumentContentChangeEvent||(t.TextDocumentContentChangeEvent={})).isIncremental=function(e){let t=e;return null!=t&&"string"==typeof t.text&&void 0!==t.range&&(void 0===t.rangeLength||"number"==typeof t.rangeLength)},fe.isFull=function(e){let t=e;return null!=t&&"string"==typeof t.text&&void 0===t.range&&void 0===t.rangeLength},(de=t.DidChangeTextDocumentNotification||(t.DidChangeTextDocumentNotification={})).method="textDocument/didChange",de.messageDirection=n.MessageDirection.clientToServer,de.type=new n.ProtocolNotificationType(de.method),(le=t.DidCloseTextDocumentNotification||(t.DidCloseTextDocumentNotification={})).method="textDocument/didClose",le.messageDirection=n.MessageDirection.clientToServer,le.type=new n.ProtocolNotificationType(le.method),(ue=t.DidSaveTextDocumentNotification||(t.DidSaveTextDocumentNotification={})).method="textDocument/didSave",ue.messageDirection=n.MessageDirection.clientToServer,ue.type=new n.ProtocolNotificationType(ue.method),(ce=t.TextDocumentSaveReason||(t.TextDocumentSaveReason={})).Manual=1,ce.AfterDelay=2,ce.FocusOut=3,(ae=t.WillSaveTextDocumentNotification||(t.WillSaveTextDocumentNotification={})).method="textDocument/willSave",ae.messageDirection=n.MessageDirection.clientToServer,ae.type=new n.ProtocolNotificationType(ae.method),(se=t.WillSaveTextDocumentWaitUntilRequest||(t.WillSaveTextDocumentWaitUntilRequest={})).method="textDocument/willSaveWaitUntil",se.messageDirection=n.MessageDirection.clientToServer,se.type=new n.ProtocolRequestType(se.method),(oe=t.DidChangeWatchedFilesNotification||(t.DidChangeWatchedFilesNotification={})).method="workspace/didChangeWatchedFiles",oe.messageDirection=n.MessageDirection.clientToServer,oe.type=new n.ProtocolNotificationType(oe.method),(ie=t.FileChangeType||(t.FileChangeType={})).Created=1,ie.Changed=2,ie.Deleted=3,(t.RelativePattern||(t.RelativePattern={})).is=function(e){const t=e;return o.objectLiteral(t)&&(i.URI.is(t.baseUri)||i.WorkspaceFolder.is(t.baseUri))&&o.string(t.pattern)},(ne=t.WatchKind||(t.WatchKind={})).Create=1,ne.Change=2,ne.Delete=4,(re=t.PublishDiagnosticsNotification||(t.PublishDiagnosticsNotification={})).method="textDocument/publishDiagnostics",re.messageDirection=n.MessageDirection.serverToClient,re.type=new n.ProtocolNotificationType(re.method),(te=t.CompletionTriggerKind||(t.CompletionTriggerKind={})).Invoked=1,te.TriggerCharacter=2,te.TriggerForIncompleteCompletions=3,(ee=t.CompletionRequest||(t.CompletionRequest={})).method="textDocument/completion",ee.messageDirection=n.MessageDirection.clientToServer,ee.type=new n.ProtocolRequestType(ee.method),(Q=t.CompletionResolveRequest||(t.CompletionResolveRequest={})).method="completionItem/resolve",Q.messageDirection=n.MessageDirection.clientToServer,Q.type=new n.ProtocolRequestType(Q.method),(Y=t.HoverRequest||(t.HoverRequest={})).method="textDocument/hover",Y.messageDirection=n.MessageDirection.clientToServer,Y.type=new n.ProtocolRequestType(Y.method),(Z=t.SignatureHelpTriggerKind||(t.SignatureHelpTriggerKind={})).Invoked=1,Z.TriggerCharacter=2,Z.ContentChange=3,(X=t.SignatureHelpRequest||(t.SignatureHelpRequest={})).method="textDocument/signatureHelp",X.messageDirection=n.MessageDirection.clientToServer,X.type=new n.ProtocolRequestType(X.method),(J=t.DefinitionRequest||(t.DefinitionRequest={})).method="textDocument/definition",J.messageDirection=n.MessageDirection.clientToServer,J.type=new n.ProtocolRequestType(J.method),(G=t.ReferencesRequest||(t.ReferencesRequest={})).method="textDocument/references",G.messageDirection=n.MessageDirection.clientToServer,G.type=new n.ProtocolRequestType(G.method),(z=t.DocumentHighlightRequest||(t.DocumentHighlightRequest={})).method="textDocument/documentHighlight",z.messageDirection=n.MessageDirection.clientToServer,z.type=new n.ProtocolRequestType(z.method),(K=t.DocumentSymbolRequest||(t.DocumentSymbolRequest={})).method="textDocument/documentSymbol",K.messageDirection=n.MessageDirection.clientToServer,K.type=new n.ProtocolRequestType(K.method),($=t.CodeActionRequest||(t.CodeActionRequest={})).method="textDocument/codeAction",$.messageDirection=n.MessageDirection.clientToServer,$.type=new n.ProtocolRequestType($.method),(V=t.CodeActionResolveRequest||(t.CodeActionResolveRequest={})).method="codeAction/resolve",V.messageDirection=n.MessageDirection.clientToServer,V.type=new n.ProtocolRequestType(V.method),(W=t.WorkspaceSymbolRequest||(t.WorkspaceSymbolRequest={})).method="workspace/symbol",W.messageDirection=n.MessageDirection.clientToServer,W.type=new n.ProtocolRequestType(W.method),(U=t.WorkspaceSymbolResolveRequest||(t.WorkspaceSymbolResolveRequest={})).method="workspaceSymbol/resolve",U.messageDirection=n.MessageDirection.clientToServer,U.type=new n.ProtocolRequestType(U.method),(H=t.CodeLensRequest||(t.CodeLensRequest={})).method="textDocument/codeLens",H.messageDirection=n.MessageDirection.clientToServer,H.type=new n.ProtocolRequestType(H.method),(B=t.CodeLensResolveRequest||(t.CodeLensResolveRequest={})).method="codeLens/resolve",B.messageDirection=n.MessageDirection.clientToServer,B.type=new n.ProtocolRequestType(B.method),(j=t.CodeLensRefreshRequest||(t.CodeLensRefreshRequest={})).method="workspace/codeLens/refresh",j.messageDirection=n.MessageDirection.serverToClient,j.type=new n.ProtocolRequestType0(j.method),(I=t.DocumentLinkRequest||(t.DocumentLinkRequest={})).method="textDocument/documentLink",I.messageDirection=n.MessageDirection.clientToServer,I.type=new n.ProtocolRequestType(I.method),(O=t.DocumentLinkResolveRequest||(t.DocumentLinkResolveRequest={})).method="documentLink/resolve",O.messageDirection=n.MessageDirection.clientToServer,O.type=new n.ProtocolRequestType(O.method),(N=t.DocumentFormattingRequest||(t.DocumentFormattingRequest={})).method="textDocument/formatting",N.messageDirection=n.MessageDirection.clientToServer,N.type=new n.ProtocolRequestType(N.method),(M=t.DocumentRangeFormattingRequest||(t.DocumentRangeFormattingRequest={})).method="textDocument/rangeFormatting",M.messageDirection=n.MessageDirection.clientToServer,M.type=new n.ProtocolRequestType(M.method),(P=t.DocumentOnTypeFormattingRequest||(t.DocumentOnTypeFormattingRequest={})).method="textDocument/onTypeFormatting",P.messageDirection=n.MessageDirection.clientToServer,P.type=new n.ProtocolRequestType(P.method),(t.PrepareSupportDefaultBehavior||(t.PrepareSupportDefaultBehavior={})).Identifier=1,(F=t.RenameRequest||(t.RenameRequest={})).method="textDocument/rename",F.messageDirection=n.MessageDirection.clientToServer,F.type=new n.ProtocolRequestType(F.method),(L=t.PrepareRenameRequest||(t.PrepareRenameRequest={})).method="textDocument/prepareRename",L.messageDirection=n.MessageDirection.clientToServer,L.type=new n.ProtocolRequestType(L.method),(q=t.ExecuteCommandRequest||(t.ExecuteCommandRequest={})).method="workspace/executeCommand",q.messageDirection=n.MessageDirection.clientToServer,q.type=new n.ProtocolRequestType(q.method),(S=t.ApplyWorkspaceEditRequest||(t.ApplyWorkspaceEditRequest={})).method="workspace/applyEdit",S.messageDirection=n.MessageDirection.serverToClient,S.type=new n.ProtocolRequestType("workspace/applyEdit")},5316:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LinkedEditingRangeRequest=void 0;const n=r(372);var i;(i=t.LinkedEditingRangeRequest||(t.LinkedEditingRangeRequest={})).method="textDocument/linkedEditingRange",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},9047:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MonikerRequest=t.MonikerKind=t.UniquenessLevel=void 0;const n=r(372);var i,o,s;(s=t.UniquenessLevel||(t.UniquenessLevel={})).document="document",s.project="project",s.group="group",s.scheme="scheme",s.global="global",(o=t.MonikerKind||(t.MonikerKind={})).$import="import",o.$export="export",o.local="local",(i=t.MonikerRequest||(t.MonikerRequest={})).method="textDocument/moniker",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},3557:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DidCloseNotebookDocumentNotification=t.DidSaveNotebookDocumentNotification=t.DidChangeNotebookDocumentNotification=t.NotebookCellArrayChange=t.DidOpenNotebookDocumentNotification=t.NotebookDocumentSyncRegistrationType=t.NotebookDocument=t.NotebookCell=t.ExecutionSummary=t.NotebookCellKind=void 0;const n=r(7145),i=r(8598),o=r(372);var s,a,c,u,l,d,f,p,h,g;!function(e){e.Markup=1,e.Code=2,e.is=function(e){return 1===e||2===e}}(s=t.NotebookCellKind||(t.NotebookCellKind={})),function(e){e.create=function(e,t){const r={executionOrder:e};return!0!==t&&!1!==t||(r.success=t),r},e.is=function(e){const t=e;return i.objectLiteral(t)&&n.uinteger.is(t.executionOrder)&&(void 0===t.success||i.boolean(t.success))},e.equals=function(e,t){return e===t||null!=e&&null!=t&&e.executionOrder===t.executionOrder&&e.success===t.success}}(a=t.ExecutionSummary||(t.ExecutionSummary={})),function(e){function t(e,r){if(e===r)return!0;if(null==e||null==r)return!1;if(typeof e!=typeof r)return!1;if("object"!=typeof e)return!1;const n=Array.isArray(e),o=Array.isArray(r);if(n!==o)return!1;if(n&&o){if(e.length!==r.length)return!1;for(let n=0;n<e.length;n++)if(!t(e[n],r[n]))return!1}if(i.objectLiteral(e)&&i.objectLiteral(r)){const n=Object.keys(e),i=Object.keys(r);if(n.length!==i.length)return!1;if(n.sort(),i.sort(),!t(n,i))return!1;for(let i=0;i<n.length;i++){const o=n[i];if(!t(e[o],r[o]))return!1}}return!0}e.create=function(e,t){return{kind:e,document:t}},e.is=function(e){const t=e;return i.objectLiteral(t)&&s.is(t.kind)&&n.DocumentUri.is(t.document)&&(void 0===t.metadata||i.objectLiteral(t.metadata))},e.diff=function(e,r){const n=new Set;return e.document!==r.document&&n.add("document"),e.kind!==r.kind&&n.add("kind"),e.executionSummary!==r.executionSummary&&n.add("executionSummary"),void 0===e.metadata&&void 0===r.metadata||t(e.metadata,r.metadata)||n.add("metadata"),void 0===e.executionSummary&&void 0===r.executionSummary||a.equals(e.executionSummary,r.executionSummary)||n.add("executionSummary"),n}}(c=t.NotebookCell||(t.NotebookCell={})),(g=t.NotebookDocument||(t.NotebookDocument={})).create=function(e,t,r,n){return{uri:e,notebookType:t,version:r,cells:n}},g.is=function(e){const t=e;return i.objectLiteral(t)&&i.string(t.uri)&&n.integer.is(t.version)&&i.typedArray(t.cells,c.is)},function(e){e.method="notebookDocument/sync",e.messageDirection=o.MessageDirection.clientToServer,e.type=new o.RegistrationType(e.method)}(u=t.NotebookDocumentSyncRegistrationType||(t.NotebookDocumentSyncRegistrationType={})),(h=t.DidOpenNotebookDocumentNotification||(t.DidOpenNotebookDocumentNotification={})).method="notebookDocument/didOpen",h.messageDirection=o.MessageDirection.clientToServer,h.type=new o.ProtocolNotificationType(h.method),h.registrationMethod=u.method,(p=t.NotebookCellArrayChange||(t.NotebookCellArrayChange={})).is=function(e){const t=e;return i.objectLiteral(t)&&n.uinteger.is(t.start)&&n.uinteger.is(t.deleteCount)&&(void 0===t.cells||i.typedArray(t.cells,c.is))},p.create=function(e,t,r){const n={start:e,deleteCount:t};return void 0!==r&&(n.cells=r),n},(f=t.DidChangeNotebookDocumentNotification||(t.DidChangeNotebookDocumentNotification={})).method="notebookDocument/didChange",f.messageDirection=o.MessageDirection.clientToServer,f.type=new o.ProtocolNotificationType(f.method),f.registrationMethod=u.method,(d=t.DidSaveNotebookDocumentNotification||(t.DidSaveNotebookDocumentNotification={})).method="notebookDocument/didSave",d.messageDirection=o.MessageDirection.clientToServer,d.type=new o.ProtocolNotificationType(d.method),d.registrationMethod=u.method,(l=t.DidCloseNotebookDocumentNotification||(t.DidCloseNotebookDocumentNotification={})).method="notebookDocument/didClose",l.messageDirection=o.MessageDirection.clientToServer,l.type=new o.ProtocolNotificationType(l.method),l.registrationMethod=u.method},2687:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkDoneProgressCancelNotification=t.WorkDoneProgressCreateRequest=t.WorkDoneProgress=void 0;const n=r(6439),i=r(372);var o,s,a;(a=t.WorkDoneProgress||(t.WorkDoneProgress={})).type=new n.ProgressType,a.is=function(e){return e===a.type},(s=t.WorkDoneProgressCreateRequest||(t.WorkDoneProgressCreateRequest={})).method="window/workDoneProgress/create",s.messageDirection=i.MessageDirection.serverToClient,s.type=new i.ProtocolRequestType(s.method),(o=t.WorkDoneProgressCancelNotification||(t.WorkDoneProgressCancelNotification={})).method="window/workDoneProgress/cancel",o.messageDirection=i.MessageDirection.clientToServer,o.type=new i.ProtocolNotificationType(o.method)},3487:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SelectionRangeRequest=void 0;const n=r(372);var i;(i=t.SelectionRangeRequest||(t.SelectionRangeRequest={})).method="textDocument/selectionRange",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},2478:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SemanticTokensRefreshRequest=t.SemanticTokensRangeRequest=t.SemanticTokensDeltaRequest=t.SemanticTokensRequest=t.SemanticTokensRegistrationType=t.TokenFormat=void 0;const n=r(372);var i,o,s,a,c;(t.TokenFormat||(t.TokenFormat={})).Relative="relative",function(e){e.method="textDocument/semanticTokens",e.type=new n.RegistrationType(e.method)}(i=t.SemanticTokensRegistrationType||(t.SemanticTokensRegistrationType={})),(c=t.SemanticTokensRequest||(t.SemanticTokensRequest={})).method="textDocument/semanticTokens/full",c.messageDirection=n.MessageDirection.clientToServer,c.type=new n.ProtocolRequestType(c.method),c.registrationMethod=i.method,(a=t.SemanticTokensDeltaRequest||(t.SemanticTokensDeltaRequest={})).method="textDocument/semanticTokens/full/delta",a.messageDirection=n.MessageDirection.clientToServer,a.type=new n.ProtocolRequestType(a.method),a.registrationMethod=i.method,(s=t.SemanticTokensRangeRequest||(t.SemanticTokensRangeRequest={})).method="textDocument/semanticTokens/range",s.messageDirection=n.MessageDirection.clientToServer,s.type=new n.ProtocolRequestType(s.method),s.registrationMethod=i.method,(o=t.SemanticTokensRefreshRequest||(t.SemanticTokensRefreshRequest={})).method="workspace/semanticTokens/refresh",o.messageDirection=n.MessageDirection.serverToClient,o.type=new n.ProtocolRequestType0(o.method)},908:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ShowDocumentRequest=void 0;const n=r(372);var i;(i=t.ShowDocumentRequest||(t.ShowDocumentRequest={})).method="window/showDocument",i.messageDirection=n.MessageDirection.serverToClient,i.type=new n.ProtocolRequestType(i.method)},8461:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TypeDefinitionRequest=void 0;const n=r(372);var i;(i=t.TypeDefinitionRequest||(t.TypeDefinitionRequest={})).method="textDocument/typeDefinition",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},645:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHierarchySubtypesRequest=t.TypeHierarchySupertypesRequest=t.TypeHierarchyPrepareRequest=void 0;const n=r(372);var i,o,s;(s=t.TypeHierarchyPrepareRequest||(t.TypeHierarchyPrepareRequest={})).method="textDocument/prepareTypeHierarchy",s.messageDirection=n.MessageDirection.clientToServer,s.type=new n.ProtocolRequestType(s.method),(o=t.TypeHierarchySupertypesRequest||(t.TypeHierarchySupertypesRequest={})).method="typeHierarchy/supertypes",o.messageDirection=n.MessageDirection.clientToServer,o.type=new n.ProtocolRequestType(o.method),(i=t.TypeHierarchySubtypesRequest||(t.TypeHierarchySubtypesRequest={})).method="typeHierarchy/subtypes",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},9935:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DidChangeWorkspaceFoldersNotification=t.WorkspaceFoldersRequest=void 0;const n=r(372);var i,o;(o=t.WorkspaceFoldersRequest||(t.WorkspaceFoldersRequest={})).method="workspace/workspaceFolders",o.messageDirection=n.MessageDirection.serverToClient,o.type=new n.ProtocolRequestType0(o.method),(i=t.DidChangeWorkspaceFoldersNotification||(t.DidChangeWorkspaceFoldersNotification={})).method="workspace/didChangeWorkspaceFolders",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolNotificationType(i.method)},8598:(e,t)=>{"use strict";function r(e){return"string"==typeof e||e instanceof String}function n(e){return Array.isArray(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.objectLiteral=t.typedArray=t.stringArray=t.array=t.func=t.error=t.number=t.string=t.boolean=void 0,t.boolean=function(e){return!0===e||!1===e},t.string=r,t.number=function(e){return"number"==typeof e||e instanceof Number},t.error=function(e){return e instanceof Error},t.func=function(e){return"function"==typeof e},t.array=n,t.stringArray=function(e){return n(e)&&e.every(e=>r(e))},t.typedArray=function(e,t){return Array.isArray(e)&&e.every(t)},t.objectLiteral=function(e){return null!==e&&"object"==typeof e}},7145:(e,t,r)=>{"use strict";var n,i,o,s,a,c,u,l,d,f,p,h,g,m,v,y,b,D,w,k,C,R,E,T,A,x,_,S;r.r(t),r.d(t,{AnnotatedTextEdit:()=>E,ChangeAnnotation:()=>C,ChangeAnnotationIdentifier:()=>R,CodeAction:()=>oe,CodeActionContext:()=>ie,CodeActionKind:()=>re,CodeActionTriggerKind:()=>ne,CodeDescription:()=>b,CodeLens:()=>se,Color:()=>d,ColorInformation:()=>f,ColorPresentation:()=>p,Command:()=>w,CompletionItem:()=>W,CompletionItemKind:()=>O,CompletionItemLabelDetails:()=>U,CompletionItemTag:()=>j,CompletionList:()=>V,CreateFile:()=>A,DeleteFile:()=>_,Diagnostic:()=>D,DiagnosticRelatedInformation:()=>m,DiagnosticSeverity:()=>v,DiagnosticTag:()=>y,DocumentHighlight:()=>X,DocumentHighlightKind:()=>J,DocumentLink:()=>ce,DocumentSymbol:()=>te,DocumentUri:()=>n,EOL:()=>Ee,FoldingRange:()=>g,FoldingRangeKind:()=>h,FormattingOptions:()=>ae,Hover:()=>K,InlayHint:()=>be,InlayHintKind:()=>ve,InlayHintLabelPart:()=>ye,InlineValueContext:()=>me,InlineValueEvaluatableExpression:()=>ge,InlineValueText:()=>pe,InlineValueVariableLookup:()=>he,InsertReplaceEdit:()=>B,InsertTextFormat:()=>I,InsertTextMode:()=>H,Location:()=>u,LocationLink:()=>l,MarkedString:()=>$,MarkupContent:()=>N,MarkupKind:()=>M,OptionalVersionedTextDocumentIdentifier:()=>F,ParameterInformation:()=>z,Position:()=>a,Range:()=>c,RenameFile:()=>x,SelectionRange:()=>ue,SemanticTokenModifiers:()=>de,SemanticTokenTypes:()=>le,SemanticTokens:()=>fe,SignatureInformation:()=>G,SymbolInformation:()=>Q,SymbolKind:()=>Z,SymbolTag:()=>Y,TextDocument:()=>Re,TextDocumentEdit:()=>T,TextDocumentIdentifier:()=>q,TextDocumentItem:()=>P,TextEdit:()=>k,URI:()=>i,VersionedTextDocumentIdentifier:()=>L,WorkspaceChange:()=>Ce,WorkspaceEdit:()=>S,WorkspaceFolder:()=>De,WorkspaceSymbol:()=>ee,integer:()=>o,uinteger:()=>s}),function(e){e.is=function(e){return"string"==typeof e}}(n||(n={})),function(e){e.is=function(e){return"string"==typeof e}}(i||(i={})),function(e){e.MIN_VALUE=-2147483648,e.MAX_VALUE=2147483647,e.is=function(t){return"number"==typeof t&&e.MIN_VALUE<=t&&t<=e.MAX_VALUE}}(o||(o={})),function(e){e.MIN_VALUE=0,e.MAX_VALUE=2147483647,e.is=function(t){return"number"==typeof t&&e.MIN_VALUE<=t&&t<=e.MAX_VALUE}}(s||(s={})),function(e){e.create=function(e,t){return e===Number.MAX_VALUE&&(e=s.MAX_VALUE),t===Number.MAX_VALUE&&(t=s.MAX_VALUE),{line:e,character:t}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.uinteger(t.line)&&Te.uinteger(t.character)}}(a||(a={})),function(e){e.create=function(e,t,r,n){if(Te.uinteger(e)&&Te.uinteger(t)&&Te.uinteger(r)&&Te.uinteger(n))return{start:a.create(e,t),end:a.create(r,n)};if(a.is(e)&&a.is(t))return{start:e,end:t};throw new Error("Range#create called with invalid arguments[".concat(e,", ").concat(t,", ").concat(r,", ").concat(n,"]"))},e.is=function(e){var t=e;return Te.objectLiteral(t)&&a.is(t.start)&&a.is(t.end)}}(c||(c={})),function(e){e.create=function(e,t){return{uri:e,range:t}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&c.is(t.range)&&(Te.string(t.uri)||Te.undefined(t.uri))}}(u||(u={})),function(e){e.create=function(e,t,r,n){return{targetUri:e,targetRange:t,targetSelectionRange:r,originSelectionRange:n}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&c.is(t.targetRange)&&Te.string(t.targetUri)&&c.is(t.targetSelectionRange)&&(c.is(t.originSelectionRange)||Te.undefined(t.originSelectionRange))}}(l||(l={})),function(e){e.create=function(e,t,r,n){return{red:e,green:t,blue:r,alpha:n}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.numberRange(t.red,0,1)&&Te.numberRange(t.green,0,1)&&Te.numberRange(t.blue,0,1)&&Te.numberRange(t.alpha,0,1)}}(d||(d={})),function(e){e.create=function(e,t){return{range:e,color:t}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&c.is(t.range)&&d.is(t.color)}}(f||(f={})),function(e){e.create=function(e,t,r){return{label:e,textEdit:t,additionalTextEdits:r}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.string(t.label)&&(Te.undefined(t.textEdit)||k.is(t))&&(Te.undefined(t.additionalTextEdits)||Te.typedArray(t.additionalTextEdits,k.is))}}(p||(p={})),function(e){e.Comment="comment",e.Imports="imports",e.Region="region"}(h||(h={})),function(e){e.create=function(e,t,r,n,i,o){var s={startLine:e,endLine:t};return Te.defined(r)&&(s.startCharacter=r),Te.defined(n)&&(s.endCharacter=n),Te.defined(i)&&(s.kind=i),Te.defined(o)&&(s.collapsedText=o),s},e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.uinteger(t.startLine)&&Te.uinteger(t.startLine)&&(Te.undefined(t.startCharacter)||Te.uinteger(t.startCharacter))&&(Te.undefined(t.endCharacter)||Te.uinteger(t.endCharacter))&&(Te.undefined(t.kind)||Te.string(t.kind))}}(g||(g={})),function(e){e.create=function(e,t){return{location:e,message:t}},e.is=function(e){var t=e;return Te.defined(t)&&u.is(t.location)&&Te.string(t.message)}}(m||(m={})),function(e){e.Error=1,e.Warning=2,e.Information=3,e.Hint=4}(v||(v={})),function(e){e.Unnecessary=1,e.Deprecated=2}(y||(y={})),function(e){e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.string(t.href)}}(b||(b={})),function(e){e.create=function(e,t,r,n,i,o){var s={range:e,message:t};return Te.defined(r)&&(s.severity=r),Te.defined(n)&&(s.code=n),Te.defined(i)&&(s.source=i),Te.defined(o)&&(s.relatedInformation=o),s},e.is=function(e){var t,r=e;return Te.defined(r)&&c.is(r.range)&&Te.string(r.message)&&(Te.number(r.severity)||Te.undefined(r.severity))&&(Te.integer(r.code)||Te.string(r.code)||Te.undefined(r.code))&&(Te.undefined(r.codeDescription)||Te.string(null===(t=r.codeDescription)||void 0===t?void 0:t.href))&&(Te.string(r.source)||Te.undefined(r.source))&&(Te.undefined(r.relatedInformation)||Te.typedArray(r.relatedInformation,m.is))}}(D||(D={})),function(e){e.create=function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i={title:e,command:t};return Te.defined(r)&&r.length>0&&(i.arguments=r),i},e.is=function(e){var t=e;return Te.defined(t)&&Te.string(t.title)&&Te.string(t.command)}}(w||(w={})),function(e){e.replace=function(e,t){return{range:e,newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){return{range:e,newText:""}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.string(t.newText)&&c.is(t.range)}}(k||(k={})),function(e){e.create=function(e,t,r){var n={label:e};return void 0!==t&&(n.needsConfirmation=t),void 0!==r&&(n.description=r),n},e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.string(t.label)&&(Te.boolean(t.needsConfirmation)||void 0===t.needsConfirmation)&&(Te.string(t.description)||void 0===t.description)}}(C||(C={})),function(e){e.is=function(e){var t=e;return Te.string(t)}}(R||(R={})),function(e){e.replace=function(e,t,r){return{range:e,newText:t,annotationId:r}},e.insert=function(e,t,r){return{range:{start:e,end:e},newText:t,annotationId:r}},e.del=function(e,t){return{range:e,newText:"",annotationId:t}},e.is=function(e){var t=e;return k.is(t)&&(C.is(t.annotationId)||R.is(t.annotationId))}}(E||(E={})),function(e){e.create=function(e,t){return{textDocument:e,edits:t}},e.is=function(e){var t=e;return Te.defined(t)&&F.is(t.textDocument)&&Array.isArray(t.edits)}}(T||(T={})),function(e){e.create=function(e,t,r){var n={kind:"create",uri:e};return void 0===t||void 0===t.overwrite&&void 0===t.ignoreIfExists||(n.options=t),void 0!==r&&(n.annotationId=r),n},e.is=function(e){var t=e;return t&&"create"===t.kind&&Te.string(t.uri)&&(void 0===t.options||(void 0===t.options.overwrite||Te.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||Te.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||R.is(t.annotationId))}}(A||(A={})),function(e){e.create=function(e,t,r,n){var i={kind:"rename",oldUri:e,newUri:t};return void 0===r||void 0===r.overwrite&&void 0===r.ignoreIfExists||(i.options=r),void 0!==n&&(i.annotationId=n),i},e.is=function(e){var t=e;return t&&"rename"===t.kind&&Te.string(t.oldUri)&&Te.string(t.newUri)&&(void 0===t.options||(void 0===t.options.overwrite||Te.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||Te.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||R.is(t.annotationId))}}(x||(x={})),function(e){e.create=function(e,t,r){var n={kind:"delete",uri:e};return void 0===t||void 0===t.recursive&&void 0===t.ignoreIfNotExists||(n.options=t),void 0!==r&&(n.annotationId=r),n},e.is=function(e){var t=e;return t&&"delete"===t.kind&&Te.string(t.uri)&&(void 0===t.options||(void 0===t.options.recursive||Te.boolean(t.options.recursive))&&(void 0===t.options.ignoreIfNotExists||Te.boolean(t.options.ignoreIfNotExists)))&&(void 0===t.annotationId||R.is(t.annotationId))}}(_||(_={})),function(e){e.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 Te.string(e.kind)?A.is(e)||x.is(e)||_.is(e):T.is(e)}))}}(S||(S={}));var q,L,F,P,M,N,O,I,j,B,H,U,W,V,$,K,z,G,J,X,Z,Y,Q,ee,te,re,ne,ie,oe,se,ae,ce,ue,le,de,fe,pe,he,ge,me,ve,ye,be,De,we=function(){function e(e,t){this.edits=e,this.changeAnnotations=t}return e.prototype.insert=function(e,t,r){var n,i;if(void 0===r?n=k.insert(e,t):R.is(r)?(i=r,n=E.insert(e,t,r)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(r),n=E.insert(e,t,i)),this.edits.push(n),void 0!==i)return i},e.prototype.replace=function(e,t,r){var n,i;if(void 0===r?n=k.replace(e,t):R.is(r)?(i=r,n=E.replace(e,t,r)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(r),n=E.replace(e,t,i)),this.edits.push(n),void 0!==i)return i},e.prototype.delete=function(e,t){var r,n;if(void 0===t?r=k.del(e):R.is(t)?(n=t,r=E.del(e,t)):(this.assertChangeAnnotations(this.changeAnnotations),n=this.changeAnnotations.manage(t),r=E.del(e,n)),this.edits.push(r),void 0!==n)return n},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}(),ke=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 r;if(R.is(e)?r=e:(r=this.nextId(),t=e),void 0!==this._annotations[r])throw new Error("Id ".concat(r," is already in use."));if(void 0===t)throw new Error("No annotation provided for id ".concat(r));return this._annotations[r]=t,this._size++,r},e.prototype.nextId=function(){return this._counter++,this._counter.toString()},e}(),Ce=function(){function e(e){var t=this;this._textEditChanges=Object.create(null),void 0!==e?(this._workspaceEdit=e,e.documentChanges?(this._changeAnnotations=new ke(e.changeAnnotations),e.changeAnnotations=this._changeAnnotations.all(),e.documentChanges.forEach(function(e){if(T.is(e)){var r=new we(e.edits,t._changeAnnotations);t._textEditChanges[e.textDocument.uri]=r}})):e.changes&&Object.keys(e.changes).forEach(function(r){var n=new we(e.changes[r]);t._textEditChanges[r]=n})):this._workspaceEdit={}}return 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(F.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(!(n=this._textEditChanges[t.uri])){var r={textDocument:t,edits:i=[]};this._workspaceEdit.documentChanges.push(r),n=new we(i,this._changeAnnotations),this._textEditChanges[t.uri]=n}return n}if(this.initChanges(),void 0===this._workspaceEdit.changes)throw new Error("Workspace edit is not configured for normal text edit changes.");var n;if(!(n=this._textEditChanges[e])){var i=[];this._workspaceEdit.changes[e]=i,n=new we(i),this._textEditChanges[e]=n}return n},e.prototype.initDocumentChanges=function(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._changeAnnotations=new ke,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,r){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var n,i,o;if(C.is(t)||R.is(t)?n=t:r=t,void 0===n?i=A.create(e,r):(o=R.is(n)?n:this._changeAnnotations.manage(n),i=A.create(e,r,o)),this._workspaceEdit.documentChanges.push(i),void 0!==o)return o},e.prototype.renameFile=function(e,t,r,n){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var i,o,s;if(C.is(r)||R.is(r)?i=r:n=r,void 0===i?o=x.create(e,t,n):(s=R.is(i)?i:this._changeAnnotations.manage(i),o=x.create(e,t,n,s)),this._workspaceEdit.documentChanges.push(o),void 0!==s)return s},e.prototype.deleteFile=function(e,t,r){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var n,i,o;if(C.is(t)||R.is(t)?n=t:r=t,void 0===n?i=_.create(e,r):(o=R.is(n)?n:this._changeAnnotations.manage(n),i=_.create(e,r,o)),this._workspaceEdit.documentChanges.push(i),void 0!==o)return o},e}();!function(e){e.create=function(e){return{uri:e}},e.is=function(e){var t=e;return Te.defined(t)&&Te.string(t.uri)}}(q||(q={})),function(e){e.create=function(e,t){return{uri:e,version:t}},e.is=function(e){var t=e;return Te.defined(t)&&Te.string(t.uri)&&Te.integer(t.version)}}(L||(L={})),function(e){e.create=function(e,t){return{uri:e,version:t}},e.is=function(e){var t=e;return Te.defined(t)&&Te.string(t.uri)&&(null===t.version||Te.integer(t.version))}}(F||(F={})),function(e){e.create=function(e,t,r,n){return{uri:e,languageId:t,version:r,text:n}},e.is=function(e){var t=e;return Te.defined(t)&&Te.string(t.uri)&&Te.string(t.languageId)&&Te.integer(t.version)&&Te.string(t.text)}}(P||(P={})),function(e){e.PlainText="plaintext",e.Markdown="markdown",e.is=function(t){var r=t;return r===e.PlainText||r===e.Markdown}}(M||(M={})),function(e){e.is=function(e){var t=e;return Te.objectLiteral(e)&&M.is(t.kind)&&Te.string(t.value)}}(N||(N={})),function(e){e.Text=1,e.Method=2,e.Function=3,e.Constructor=4,e.Field=5,e.Variable=6,e.Class=7,e.Interface=8,e.Module=9,e.Property=10,e.Unit=11,e.Value=12,e.Enum=13,e.Keyword=14,e.Snippet=15,e.Color=16,e.File=17,e.Reference=18,e.Folder=19,e.EnumMember=20,e.Constant=21,e.Struct=22,e.Event=23,e.Operator=24,e.TypeParameter=25}(O||(O={})),function(e){e.PlainText=1,e.Snippet=2}(I||(I={})),function(e){e.Deprecated=1}(j||(j={})),function(e){e.create=function(e,t,r){return{newText:e,insert:t,replace:r}},e.is=function(e){var t=e;return t&&Te.string(t.newText)&&c.is(t.insert)&&c.is(t.replace)}}(B||(B={})),function(e){e.asIs=1,e.adjustIndentation=2}(H||(H={})),function(e){e.is=function(e){var t=e;return t&&(Te.string(t.detail)||void 0===t.detail)&&(Te.string(t.description)||void 0===t.description)}}(U||(U={})),function(e){e.create=function(e){return{label:e}}}(W||(W={})),function(e){e.create=function(e,t){return{items:e||[],isIncomplete:!!t}}}(V||(V={})),function(e){e.fromPlainText=function(e){return e.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")},e.is=function(e){var t=e;return Te.string(t)||Te.objectLiteral(t)&&Te.string(t.language)&&Te.string(t.value)}}($||($={})),function(e){e.is=function(e){var t=e;return!!t&&Te.objectLiteral(t)&&(N.is(t.contents)||$.is(t.contents)||Te.typedArray(t.contents,$.is))&&(void 0===e.range||c.is(e.range))}}(K||(K={})),function(e){e.create=function(e,t){return t?{label:e,documentation:t}:{label:e}}}(z||(z={})),function(e){e.create=function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i={label:e};return Te.defined(t)&&(i.documentation=t),Te.defined(r)?i.parameters=r:i.parameters=[],i}}(G||(G={})),function(e){e.Text=1,e.Read=2,e.Write=3}(J||(J={})),function(e){e.create=function(e,t){var r={range:e};return Te.number(t)&&(r.kind=t),r}}(X||(X={})),function(e){e.File=1,e.Module=2,e.Namespace=3,e.Package=4,e.Class=5,e.Method=6,e.Property=7,e.Field=8,e.Constructor=9,e.Enum=10,e.Interface=11,e.Function=12,e.Variable=13,e.Constant=14,e.String=15,e.Number=16,e.Boolean=17,e.Array=18,e.Object=19,e.Key=20,e.Null=21,e.EnumMember=22,e.Struct=23,e.Event=24,e.Operator=25,e.TypeParameter=26}(Z||(Z={})),function(e){e.Deprecated=1}(Y||(Y={})),function(e){e.create=function(e,t,r,n,i){var o={name:e,kind:t,location:{uri:n,range:r}};return i&&(o.containerName=i),o}}(Q||(Q={})),function(e){e.create=function(e,t,r,n){return void 0!==n?{name:e,kind:t,location:{uri:r,range:n}}:{name:e,kind:t,location:{uri:r}}}}(ee||(ee={})),function(e){e.create=function(e,t,r,n,i,o){var s={name:e,detail:t,kind:r,range:n,selectionRange:i};return void 0!==o&&(s.children=o),s},e.is=function(e){var t=e;return t&&Te.string(t.name)&&Te.number(t.kind)&&c.is(t.range)&&c.is(t.selectionRange)&&(void 0===t.detail||Te.string(t.detail))&&(void 0===t.deprecated||Te.boolean(t.deprecated))&&(void 0===t.children||Array.isArray(t.children))&&(void 0===t.tags||Array.isArray(t.tags))}}(te||(te={})),function(e){e.Empty="",e.QuickFix="quickfix",e.Refactor="refactor",e.RefactorExtract="refactor.extract",e.RefactorInline="refactor.inline",e.RefactorRewrite="refactor.rewrite",e.Source="source",e.SourceOrganizeImports="source.organizeImports",e.SourceFixAll="source.fixAll"}(re||(re={})),function(e){e.Invoked=1,e.Automatic=2}(ne||(ne={})),function(e){e.create=function(e,t,r){var n={diagnostics:e};return null!=t&&(n.only=t),null!=r&&(n.triggerKind=r),n},e.is=function(e){var t=e;return Te.defined(t)&&Te.typedArray(t.diagnostics,D.is)&&(void 0===t.only||Te.typedArray(t.only,Te.string))&&(void 0===t.triggerKind||t.triggerKind===ne.Invoked||t.triggerKind===ne.Automatic)}}(ie||(ie={})),function(e){e.create=function(e,t,r){var n={title:e},i=!0;return"string"==typeof t?(i=!1,n.kind=t):w.is(t)?n.command=t:n.edit=t,i&&void 0!==r&&(n.kind=r),n},e.is=function(e){var t=e;return t&&Te.string(t.title)&&(void 0===t.diagnostics||Te.typedArray(t.diagnostics,D.is))&&(void 0===t.kind||Te.string(t.kind))&&(void 0!==t.edit||void 0!==t.command)&&(void 0===t.command||w.is(t.command))&&(void 0===t.isPreferred||Te.boolean(t.isPreferred))&&(void 0===t.edit||S.is(t.edit))}}(oe||(oe={})),function(e){e.create=function(e,t){var r={range:e};return Te.defined(t)&&(r.data=t),r},e.is=function(e){var t=e;return Te.defined(t)&&c.is(t.range)&&(Te.undefined(t.command)||w.is(t.command))}}(se||(se={})),function(e){e.create=function(e,t){return{tabSize:e,insertSpaces:t}},e.is=function(e){var t=e;return Te.defined(t)&&Te.uinteger(t.tabSize)&&Te.boolean(t.insertSpaces)}}(ae||(ae={})),function(e){e.create=function(e,t,r){return{range:e,target:t,data:r}},e.is=function(e){var t=e;return Te.defined(t)&&c.is(t.range)&&(Te.undefined(t.target)||Te.string(t.target))}}(ce||(ce={})),function(e){e.create=function(e,t){return{range:e,parent:t}},e.is=function(t){var r=t;return Te.objectLiteral(r)&&c.is(r.range)&&(void 0===r.parent||e.is(r.parent))}}(ue||(ue={})),function(e){e.namespace="namespace",e.type="type",e.class="class",e.enum="enum",e.interface="interface",e.struct="struct",e.typeParameter="typeParameter",e.parameter="parameter",e.variable="variable",e.property="property",e.enumMember="enumMember",e.event="event",e.function="function",e.method="method",e.macro="macro",e.keyword="keyword",e.modifier="modifier",e.comment="comment",e.string="string",e.number="number",e.regexp="regexp",e.operator="operator",e.decorator="decorator"}(le||(le={})),function(e){e.declaration="declaration",e.definition="definition",e.readonly="readonly",e.static="static",e.deprecated="deprecated",e.abstract="abstract",e.async="async",e.modification="modification",e.documentation="documentation",e.defaultLibrary="defaultLibrary"}(de||(de={})),function(e){e.is=function(e){var t=e;return Te.objectLiteral(t)&&(void 0===t.resultId||"string"==typeof t.resultId)&&Array.isArray(t.data)&&(0===t.data.length||"number"==typeof t.data[0])}}(fe||(fe={})),function(e){e.create=function(e,t){return{range:e,text:t}},e.is=function(e){var t=e;return null!=t&&c.is(t.range)&&Te.string(t.text)}}(pe||(pe={})),function(e){e.create=function(e,t,r){return{range:e,variableName:t,caseSensitiveLookup:r}},e.is=function(e){var t=e;return null!=t&&c.is(t.range)&&Te.boolean(t.caseSensitiveLookup)&&(Te.string(t.variableName)||void 0===t.variableName)}}(he||(he={})),function(e){e.create=function(e,t){return{range:e,expression:t}},e.is=function(e){var t=e;return null!=t&&c.is(t.range)&&(Te.string(t.expression)||void 0===t.expression)}}(ge||(ge={})),function(e){e.create=function(e,t){return{frameId:e,stoppedLocation:t}},e.is=function(e){var t=e;return Te.defined(t)&&c.is(e.stoppedLocation)}}(me||(me={})),function(e){e.Type=1,e.Parameter=2,e.is=function(e){return 1===e||2===e}}(ve||(ve={})),function(e){e.create=function(e){return{value:e}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&(void 0===t.tooltip||Te.string(t.tooltip)||N.is(t.tooltip))&&(void 0===t.location||u.is(t.location))&&(void 0===t.command||w.is(t.command))}}(ye||(ye={})),function(e){e.create=function(e,t,r){var n={position:e,label:t};return void 0!==r&&(n.kind=r),n},e.is=function(e){var t=e;return Te.objectLiteral(t)&&a.is(t.position)&&(Te.string(t.label)||Te.typedArray(t.label,ye.is))&&(void 0===t.kind||ve.is(t.kind))&&void 0===t.textEdits||Te.typedArray(t.textEdits,k.is)&&(void 0===t.tooltip||Te.string(t.tooltip)||N.is(t.tooltip))&&(void 0===t.paddingLeft||Te.boolean(t.paddingLeft))&&(void 0===t.paddingRight||Te.boolean(t.paddingRight))}}(be||(be={})),function(e){e.is=function(e){var t=e;return Te.objectLiteral(t)&&i.is(t.uri)&&Te.string(t.name)}}(De||(De={}));var Re,Ee=["\n","\r\n","\r"];!function(e){function t(e,r){if(e.length<=1)return e;var n=e.length/2|0,i=e.slice(0,n),o=e.slice(n);t(i,r),t(o,r);for(var s=0,a=0,c=0;s<i.length&&a<o.length;){var u=r(i[s],o[a]);e[c++]=u<=0?i[s++]:o[a++]}for(;s<i.length;)e[c++]=i[s++];for(;a<o.length;)e[c++]=o[a++];return e}e.create=function(e,t,r,n){return new Ae(e,t,r,n)},e.is=function(e){var t=e;return!!(Te.defined(t)&&Te.string(t.uri)&&(Te.undefined(t.languageId)||Te.string(t.languageId))&&Te.uinteger(t.lineCount)&&Te.func(t.getText)&&Te.func(t.positionAt)&&Te.func(t.offsetAt))},e.applyEdits=function(e,r){for(var n=e.getText(),i=t(r,function(e,t){var r=e.range.start.line-t.range.start.line;return 0===r?e.range.start.character-t.range.start.character:r}),o=n.length,s=i.length-1;s>=0;s--){var a=i[s],c=e.offsetAt(a.range.start),u=e.offsetAt(a.range.end);if(!(u<=o))throw new Error("Overlapping edit");n=n.substring(0,c)+a.newText+n.substring(u,n.length),o=c}return n}}(Re||(Re={}));var Te,Ae=function(){function e(e,t,r,n){this._uri=e,this._languageId=t,this._version=r,this._content=n,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),r=this.offsetAt(e.end);return this._content.substring(t,r)}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,r=!0,n=0;n<t.length;n++){r&&(e.push(n),r=!1);var i=t.charAt(n);r="\r"===i||"\n"===i,"\r"===i&&n+1<t.length&&"\n"===t.charAt(n+1)&&n++}r&&t.length>0&&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(),r=0,n=t.length;if(0===n)return a.create(0,e);for(;r<n;){var i=Math.floor((r+n)/2);t[i]>e?n=i:r=i+1}var o=r-1;return a.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 r=t[e.line],n=e.line+1<t.length?t[e.line+1]:this._content.length;return Math.max(Math.min(r+e.character,n),r)},Object.defineProperty(e.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!1,configurable:!0}),e}();!function(e){var t=Object.prototype.toString;e.defined=function(e){return void 0!==e},e.undefined=function(e){return void 0===e},e.boolean=function(e){return!0===e||!1===e},e.string=function(e){return"[object String]"===t.call(e)},e.number=function(e){return"[object Number]"===t.call(e)},e.numberRange=function(e,r,n){return"[object Number]"===t.call(e)&&r<=e&&e<=n},e.integer=function(e){return"[object Number]"===t.call(e)&&-2147483648<=e&&e<=2147483647},e.uinteger=function(e){return"[object Number]"===t.call(e)&&0<=e&&e<=2147483647},e.func=function(e){return"[object Function]"===t.call(e)},e.objectLiteral=function(e){return null!==e&&"object"==typeof e},e.typedArray=function(e,t){return Array.isArray(e)&&e.every(t)}}(Te||(Te={}))},6627:(e,t,r)=>{"use strict";e.exports=r(8867)},8867:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.createConnection=void 0;const o=r(2861);i(r(5678),t),i(r(2861),t);let s=!1;const a={initialize:e=>{},get shutdownReceived(){return s},set shutdownReceived(e){s=e},exit:e=>{}};t.createConnection=function(e,t,r,n){let i,s,c,u;return void 0!==e&&"features"===e.__brand&&(i=e,e=t,t=r,r=n),o.ConnectionStrategy.is(e)||o.ConnectionOptions.is(e)?u=e:(s=e,c=t,u=r),(0,o.createConnection)(e=>(0,o.createProtocolConnection)(s,c,e,u),a,i)}},2861:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.ProposedFeatures=t.NotebookDocuments=t.TextDocuments=t.SemanticTokensBuilder=void 0;const o=r(2655);Object.defineProperty(t,"SemanticTokensBuilder",{enumerable:!0,get:function(){return o.SemanticTokensBuilder}}),i(r(4512),t);const s=r(1662);Object.defineProperty(t,"TextDocuments",{enumerable:!0,get:function(){return s.TextDocuments}});const a=r(20);Object.defineProperty(t,"NotebookDocuments",{enumerable:!0,get:function(){return a.NotebookDocuments}}),i(r(7874),t),(t.ProposedFeatures||(t.ProposedFeatures={})).all={__brand:"features"}},3918:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CallHierarchyFeature=void 0;const n=r(4512);t.CallHierarchyFeature=e=>class extends e{get callHierarchy(){return{onPrepare:e=>this.connection.onRequest(n.CallHierarchyPrepareRequest.type,(t,r)=>e(t,r,this.attachWorkDoneProgress(t),void 0)),onIncomingCalls:e=>{const t=n.CallHierarchyIncomingCallsRequest.type;return this.connection.onRequest(t,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r)))},onOutgoingCalls:e=>{const t=n.CallHierarchyOutgoingCallsRequest.type;return this.connection.onRequest(t,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r)))}}}}},8491:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ConfigurationFeature=void 0;const n=r(4512),i=r(1248);t.ConfigurationFeature=e=>class extends e{getConfiguration(e){return e?i.string(e)?this._getConfiguration({section:e}):this._getConfiguration(e):this._getConfiguration({})}_getConfiguration(e){let t={items:Array.isArray(e)?e:[e]};return this.connection.sendRequest(n.ConfigurationRequest.type,t).then(t=>Array.isArray(t)?Array.isArray(e)?t:t[0]:Array.isArray(e)?[]:null)}}},493:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DiagnosticFeature=void 0;const n=r(4512);t.DiagnosticFeature=e=>class extends e{get diagnostics(){return{refresh:()=>this.connection.sendRequest(n.DiagnosticRefreshRequest.type),on:e=>this.connection.onRequest(n.DocumentDiagnosticRequest.type,(t,r)=>e(t,r,this.attachWorkDoneProgress(t),this.attachPartialResultProgress(n.DocumentDiagnosticRequest.partialResult,t))),onWorkspace:e=>this.connection.onRequest(n.WorkspaceDiagnosticRequest.type,(t,r)=>e(t,r,this.attachWorkDoneProgress(t),this.attachPartialResultProgress(n.WorkspaceDiagnosticRequest.partialResult,t)))}}}},2697:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FileOperationsFeature=void 0;const n=r(4512);t.FileOperationsFeature=e=>class extends e{onDidCreateFiles(e){return this.connection.onNotification(n.DidCreateFilesNotification.type,t=>{e(t)})}onDidRenameFiles(e){return this.connection.onNotification(n.DidRenameFilesNotification.type,t=>{e(t)})}onDidDeleteFiles(e){return this.connection.onNotification(n.DidDeleteFilesNotification.type,t=>{e(t)})}onWillCreateFiles(e){return this.connection.onRequest(n.WillCreateFilesRequest.type,(t,r)=>e(t,r))}onWillRenameFiles(e){return this.connection.onRequest(n.WillRenameFilesRequest.type,(t,r)=>e(t,r))}onWillDeleteFiles(e){return this.connection.onRequest(n.WillDeleteFilesRequest.type,(t,r)=>e(t,r))}}},4635:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InlayHintFeature=void 0;const n=r(4512);t.InlayHintFeature=e=>class extends e{get inlayHint(){return{refresh:()=>this.connection.sendRequest(n.InlayHintRefreshRequest.type),on:e=>this.connection.onRequest(n.InlayHintRequest.type,(t,r)=>e(t,r,this.attachWorkDoneProgress(t))),resolve:e=>this.connection.onRequest(n.InlayHintResolveRequest.type,(t,r)=>e(t,r))}}}},1815:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InlineValueFeature=void 0;const n=r(4512);t.InlineValueFeature=e=>class extends e{get inlineValue(){return{refresh:()=>this.connection.sendRequest(n.InlineValueRefreshRequest.type),on:e=>this.connection.onRequest(n.InlineValueRequest.type,(t,r)=>e(t,r,this.attachWorkDoneProgress(t)))}}}},8517:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LinkedEditingRangeFeature=void 0;const n=r(4512);t.LinkedEditingRangeFeature=e=>class extends e{onLinkedEditingRange(e){return this.connection.onRequest(n.LinkedEditingRangeRequest.type,(t,r)=>e(t,r,this.attachWorkDoneProgress(t),void 0))}}},2936:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MonikerFeature=void 0;const n=r(4512);t.MonikerFeature=e=>class extends e{get moniker(){return{on:e=>{const t=n.MonikerRequest.type;return this.connection.onRequest(t,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r)))}}}}},20:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NotebookDocuments=t.NotebookSyncFeature=void 0;const n=r(4512),i=r(1662);t.NotebookSyncFeature=e=>class extends e{get synchronization(){return{onDidOpenNotebookDocument:e=>this.connection.onNotification(n.DidOpenNotebookDocumentNotification.type,t=>{e(t)}),onDidChangeNotebookDocument:e=>this.connection.onNotification(n.DidChangeNotebookDocumentNotification.type,t=>{e(t)}),onDidSaveNotebookDocument:e=>this.connection.onNotification(n.DidSaveNotebookDocumentNotification.type,t=>{e(t)}),onDidCloseNotebookDocument:e=>this.connection.onNotification(n.DidCloseNotebookDocumentNotification.type,t=>{e(t)})}}};class o{onDidOpenTextDocument(e){return this.openHandler=e,n.Disposable.create(()=>{this.openHandler=void 0})}openTextDocument(e){this.openHandler&&this.openHandler(e)}onDidChangeTextDocument(e){return this.changeHandler=e,n.Disposable.create(()=>{this.changeHandler=e})}changeTextDocument(e){this.changeHandler&&this.changeHandler(e)}onDidCloseTextDocument(e){return this.closeHandler=e,n.Disposable.create(()=>{this.closeHandler=void 0})}closeTextDocument(e){this.closeHandler&&this.closeHandler(e)}onWillSaveTextDocument(){return o.NULL_DISPOSE}onWillSaveTextDocumentWaitUntil(){return o.NULL_DISPOSE}onDidSaveTextDocument(){return o.NULL_DISPOSE}}o.NULL_DISPOSE=Object.freeze({dispose:()=>{}}),t.NotebookDocuments=class{constructor(e){e instanceof i.TextDocuments?this._cellTextDocuments=e:this._cellTextDocuments=new i.TextDocuments(e),this.notebookDocuments=new Map,this.notebookCellMap=new Map,this._onDidOpen=new n.Emitter,this._onDidChange=new n.Emitter,this._onDidSave=new n.Emitter,this._onDidClose=new n.Emitter}get cellTextDocuments(){return this._cellTextDocuments}getCellTextDocument(e){return this._cellTextDocuments.get(e.document)}getNotebookDocument(e){return this.notebookDocuments.get(e)}getNotebookCell(e){const t=this.notebookCellMap.get(e);return t&&t[0]}findNotebookDocumentForCell(e){const t="string"==typeof e?e:e.document,r=this.notebookCellMap.get(t);return r&&r[1]}get onDidOpen(){return this._onDidOpen.event}get onDidSave(){return this._onDidSave.event}get onDidChange(){return this._onDidChange.event}get onDidClose(){return this._onDidClose.event}listen(e){const t=new o,r=[];return r.push(this.cellTextDocuments.listen(t)),r.push(e.notebooks.synchronization.onDidOpenNotebookDocument(e=>{this.notebookDocuments.set(e.notebookDocument.uri,e.notebookDocument);for(const r of e.cellTextDocuments)t.openTextDocument({textDocument:r});this.updateCellMap(e.notebookDocument),this._onDidOpen.fire(e.notebookDocument)})),r.push(e.notebooks.synchronization.onDidChangeNotebookDocument(e=>{const r=this.notebookDocuments.get(e.notebookDocument.uri);if(void 0===r)return;r.version=e.notebookDocument.version;const n=r.metadata;let i=!1;const o=e.change;void 0!==o.metadata&&(i=!0,r.metadata=o.metadata);const s=[],a=[],c=[],u=[];if(void 0!==o.cells){const e=o.cells;if(void 0!==e.structure){const n=e.structure.array;if(r.cells.splice(n.start,n.deleteCount,...void 0!==n.cells?n.cells:[]),void 0!==e.structure.didOpen)for(const r of e.structure.didOpen)t.openTextDocument({textDocument:r}),s.push(r.uri);if(e.structure.didClose)for(const r of e.structure.didClose)t.closeTextDocument({textDocument:r}),a.push(r.uri)}if(void 0!==e.data){const t=new Map(e.data.map(e=>[e.document,e]));for(let e=0;e<=r.cells.length;e++){const n=t.get(r.cells[e].document);if(void 0!==n){const i=r.cells.splice(e,1,n);if(c.push({old:i[0],new:n}),t.delete(n.document),0===t.size)break}}}if(void 0!==e.textContent)for(const r of e.textContent)t.changeTextDocument({textDocument:r.document,contentChanges:r.changes}),u.push(r.document.uri)}this.updateCellMap(r);const l={notebookDocument:r};i&&(l.metadata={old:n,new:r.metadata});const d=[];for(const e of s)d.push(this.getNotebookCell(e));const f=[];for(const e of a)f.push(this.getNotebookCell(e));const p=[];for(const e of u)p.push(this.getNotebookCell(e));(d.length>0||f.length>0||c.length>0||p.length>0)&&(l.cells={added:d,removed:f,changed:{data:c,textContent:p}}),void 0===l.metadata&&void 0===l.cells||this._onDidChange.fire(l)})),r.push(e.notebooks.synchronization.onDidSaveNotebookDocument(e=>{const t=this.notebookDocuments.get(e.notebookDocument.uri);void 0!==t&&this._onDidSave.fire(t)})),r.push(e.notebooks.synchronization.onDidCloseNotebookDocument(e=>{const r=this.notebookDocuments.get(e.notebookDocument.uri);if(void 0!==r){this._onDidClose.fire(r);for(const r of e.cellTextDocuments)t.closeTextDocument({textDocument:r});this.notebookDocuments.delete(e.notebookDocument.uri);for(const e of r.cells)this.notebookCellMap.delete(e.document)}})),n.Disposable.create(()=>{r.forEach(e=>e.dispose())})}updateCellMap(e){for(const t of e.cells)this.notebookCellMap.set(t.document,[t,e])}}},2938:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.attachPartialResult=t.ProgressFeature=t.attachWorkDone=void 0;const n=r(4512),i=r(6116);class o{constructor(e,t){this._connection=e,this._token=t,o.Instances.set(this._token,this)}begin(e,t,r,i){let o={kind:"begin",title:e,percentage:t,message:r,cancellable:i};this._connection.sendProgress(n.WorkDoneProgress.type,this._token,o)}report(e,t){let r={kind:"report"};"number"==typeof e?(r.percentage=e,void 0!==t&&(r.message=t)):r.message=e,this._connection.sendProgress(n.WorkDoneProgress.type,this._token,r)}done(){o.Instances.delete(this._token),this._connection.sendProgress(n.WorkDoneProgress.type,this._token,{kind:"end"})}}o.Instances=new Map;class s extends o{constructor(e,t){super(e,t),this._source=new n.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose(),super.done()}cancel(){this._source.cancel()}}class a{constructor(){}begin(){}report(){}done(){}}class c extends a{constructor(){super(),this._source=new n.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose()}cancel(){this._source.cancel()}}var u;t.attachWorkDone=function(e,t){if(void 0===t||void 0===t.workDoneToken)return new a;const r=t.workDoneToken;return delete t.workDoneToken,new o(e,r)},t.ProgressFeature=e=>class extends e{constructor(){super(),this._progressSupported=!1}initialize(e){super.initialize(e),!0===e?.window?.workDoneProgress&&(this._progressSupported=!0,this.connection.onNotification(n.WorkDoneProgressCancelNotification.type,e=>{let t=o.Instances.get(e.token);(t instanceof s||t instanceof c)&&t.cancel()}))}attachWorkDoneProgress(e){return void 0===e?new a:new o(this.connection,e)}createWorkDoneProgress(){if(this._progressSupported){const e=(0,i.generateUuid)();return this.connection.sendRequest(n.WorkDoneProgressCreateRequest.type,{token:e}).then(()=>new s(this.connection,e))}return Promise.resolve(new c)}},function(e){e.type=new n.ProgressType}(u||(u={}));class l{constructor(e,t){this._connection=e,this._token=t}report(e){this._connection.sendProgress(u.type,this._token,e)}}t.attachPartialResult=function(e,t){if(void 0===t||void 0===t.partialResultToken)return;const r=t.partialResultToken;return delete t.partialResultToken,new l(e,r)}},2655:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SemanticTokensBuilder=t.SemanticTokensDiff=t.SemanticTokensFeature=void 0;const n=r(4512);t.SemanticTokensFeature=e=>class extends e{get semanticTokens(){return{refresh:()=>this.connection.sendRequest(n.SemanticTokensRefreshRequest.type),on:e=>{const t=n.SemanticTokensRequest.type;return this.connection.onRequest(t,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r)))},onDelta:e=>{const t=n.SemanticTokensDeltaRequest.type;return this.connection.onRequest(t,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r)))},onRange:e=>{const t=n.SemanticTokensRangeRequest.type;return this.connection.onRequest(t,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r)))}}}};class i{constructor(e,t){this.originalSequence=e,this.modifiedSequence=t}computeDiff(){const e=this.originalSequence.length,t=this.modifiedSequence.length;let r=0;for(;r<t&&r<e&&this.originalSequence[r]===this.modifiedSequence[r];)r++;if(r<t&&r<e){let n=e-1,i=t-1;for(;n>=r&&i>=r&&this.originalSequence[n]===this.modifiedSequence[i];)n--,i--;(n<r||i<r)&&(n++,i++);const o=n-r+1,s=this.modifiedSequence.slice(r,i+1);return 1===s.length&&s[0]===this.originalSequence[n]?[{start:r,deleteCount:o-1}]:[{start:r,deleteCount:o,data:s}]}return r<t?[{start:r,deleteCount:0,data:this.modifiedSequence.slice(r)}]:r<e?[{start:r,deleteCount:e-r}]:[]}}t.SemanticTokensDiff=i,t.SemanticTokensBuilder=class{constructor(){this._prevData=void 0,this.initialize()}initialize(){this._id=Date.now(),this._prevLine=0,this._prevChar=0,this._data=[],this._dataLen=0}push(e,t,r,n,i){let o=e,s=t;this._dataLen>0&&(o-=this._prevLine,0===o&&(s-=this._prevChar)),this._data[this._dataLen++]=o,this._data[this._dataLen++]=s,this._data[this._dataLen++]=r,this._data[this._dataLen++]=n,this._data[this._dataLen++]=i,this._prevLine=e,this._prevChar=t}get id(){return this._id.toString()}previousResult(e){this.id===e&&(this._prevData=this._data),this.initialize()}build(){return this._prevData=void 0,{resultId:this.id,data:this._data}}canBuildEdits(){return void 0!==this._prevData}buildEdits(){return void 0!==this._prevData?{resultId:this.id,edits:new i(this._prevData,this._data).computeDiff()}:this.build()}}},7874:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createConnection=t.combineFeatures=t.combineNotebooksFeatures=t.combineLanguagesFeatures=t.combineWorkspaceFeatures=t.combineWindowFeatures=t.combineClientFeatures=t.combineTracerFeatures=t.combineTelemetryFeatures=t.combineConsoleFeatures=t._NotebooksImpl=t._LanguagesImpl=t.BulkUnregistration=t.BulkRegistration=t.ErrorMessageTracker=void 0;const n=r(4512),i=r(1248),o=r(6116),s=r(2938),a=r(8491),c=r(2112),u=r(3918),l=r(2655),d=r(8817),f=r(2697),p=r(8517),h=r(5026),g=r(1815),m=r(4635),v=r(493),y=r(20),b=r(2936);function D(e){if(null!==e)return e}t.ErrorMessageTracker=class{constructor(){this._messages=Object.create(null)}add(e){let t=this._messages[e];t||(t=0),t++,this._messages[e]=t}sendErrors(e){Object.keys(this._messages).forEach(t=>{e.window.showErrorMessage(t)})}};class w{constructor(){}rawAttach(e){this._rawConnection=e}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}fillServerCapabilities(e){}initialize(e){}error(e){this.send(n.MessageType.Error,e)}warn(e){this.send(n.MessageType.Warning,e)}info(e){this.send(n.MessageType.Info,e)}log(e){this.send(n.MessageType.Log,e)}send(e,t){this._rawConnection&&this._rawConnection.sendNotification(n.LogMessageNotification.type,{type:e,message:t}).catch(()=>{(0,n.RAL)().console.error("Sending log message failed")})}}const k=(0,d.ShowDocumentFeature)((0,s.ProgressFeature)(class{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}showErrorMessage(e,...t){let r={type:n.MessageType.Error,message:e,actions:t};return this.connection.sendRequest(n.ShowMessageRequest.type,r).then(D)}showWarningMessage(e,...t){let r={type:n.MessageType.Warning,message:e,actions:t};return this.connection.sendRequest(n.ShowMessageRequest.type,r).then(D)}showInformationMessage(e,...t){let r={type:n.MessageType.Info,message:e,actions:t};return this.connection.sendRequest(n.ShowMessageRequest.type,r).then(D)}}));(t.BulkRegistration||(t.BulkRegistration={})).create=function(){return new C};class C{constructor(){this._registrations=[],this._registered=new Set}add(e,t){const r=i.string(e)?e:e.method;if(this._registered.has(r))throw new Error(`${r} is already added to this registration`);const n=o.generateUuid();this._registrations.push({id:n,method:r,registerOptions:t||{}}),this._registered.add(r)}asRegistrationParams(){return{registrations:this._registrations}}}(t.BulkUnregistration||(t.BulkUnregistration={})).create=function(){return new R(void 0,[])};class R{constructor(e,t){this._connection=e,this._unregistrations=new Map,t.forEach(e=>{this._unregistrations.set(e.method,e)})}get isAttached(){return!!this._connection}attach(e){this._connection=e}add(e){this._unregistrations.set(e.method,e)}dispose(){let e=[];for(let t of this._unregistrations.values())e.push(t);let t={unregisterations:e};this._connection.sendRequest(n.UnregistrationRequest.type,t).catch(()=>{this._connection.console.info("Bulk unregistration failed.")})}disposeSingle(e){const t=i.string(e)?e:e.method,r=this._unregistrations.get(t);if(!r)return!1;let o={unregisterations:[r]};return this._connection.sendRequest(n.UnregistrationRequest.type,o).then(()=>{this._unregistrations.delete(t)},e=>{this._connection.console.info(`Un-registering request handler for ${r.id} failed.`)}),!0}}class E{attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}register(e,t,r){return e instanceof C?this.registerMany(e):e instanceof R?this.registerSingle1(e,t,r):this.registerSingle2(e,t)}registerSingle1(e,t,r){const s=i.string(t)?t:t.method,a=o.generateUuid();let c={registrations:[{id:a,method:s,registerOptions:r||{}}]};return e.isAttached||e.attach(this.connection),this.connection.sendRequest(n.RegistrationRequest.type,c).then(t=>(e.add({id:a,method:s}),e),e=>(this.connection.console.info(`Registering request handler for ${s} failed.`),Promise.reject(e)))}registerSingle2(e,t){const r=i.string(e)?e:e.method,s=o.generateUuid();let a={registrations:[{id:s,method:r,registerOptions:t||{}}]};return this.connection.sendRequest(n.RegistrationRequest.type,a).then(e=>n.Disposable.create(()=>{this.unregisterSingle(s,r).catch(()=>{this.connection.console.info(`Un-registering capability with id ${s} failed.`)})}),e=>(this.connection.console.info(`Registering request handler for ${r} failed.`),Promise.reject(e)))}unregisterSingle(e,t){let r={unregisterations:[{id:e,method:t}]};return this.connection.sendRequest(n.UnregistrationRequest.type,r).catch(()=>{this.connection.console.info(`Un-registering request handler for ${e} failed.`)})}registerMany(e){let t=e.asRegistrationParams();return this.connection.sendRequest(n.RegistrationRequest.type,t).then(()=>new R(this._connection,t.registrations.map(e=>({id:e.id,method:e.method}))),e=>(this.connection.console.info("Bulk registration failed."),Promise.reject(e)))}}const T=(0,f.FileOperationsFeature)((0,c.WorkspaceFoldersFeature)((0,a.ConfigurationFeature)(class{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}applyEdit(e){let t=(r=e)&&r.edit?e:{edit:e};var r;return this.connection.sendRequest(n.ApplyWorkspaceEditRequest.type,t)}})));class A{constructor(){this._trace=n.Trace.Off}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}set trace(e){this._trace=e}log(e,t){this._trace!==n.Trace.Off&&this.connection.sendNotification(n.LogTraceNotification.type,{message:e,verbose:this._trace===n.Trace.Verbose?t:void 0}).catch(()=>{})}}class x{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}logEvent(e){this.connection.sendNotification(n.TelemetryEventNotification.type,e).catch(()=>{this.connection.console.log("Sending TelemetryEventNotification failed")})}}class _{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}attachWorkDoneProgress(e){return(0,s.attachWorkDone)(this.connection,e)}attachPartialResultProgress(e,t){return(0,s.attachPartialResult)(this.connection,t)}}t._LanguagesImpl=_;const S=(0,b.MonikerFeature)((0,v.DiagnosticFeature)((0,m.InlayHintFeature)((0,g.InlineValueFeature)((0,h.TypeHierarchyFeature)((0,p.LinkedEditingRangeFeature)((0,l.SemanticTokensFeature)((0,u.CallHierarchyFeature)(_))))))));class q{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}attachWorkDoneProgress(e){return(0,s.attachWorkDone)(this.connection,e)}attachPartialResultProgress(e,t){return(0,s.attachPartialResult)(this.connection,t)}}t._NotebooksImpl=q;const L=(0,y.NotebookSyncFeature)(q);function F(e,t){return function(r){return t(e(r))}}function P(e,t){return function(r){return t(e(r))}}function M(e,t){return function(r){return t(e(r))}}function N(e,t){return function(r){return t(e(r))}}function O(e,t){return function(r){return t(e(r))}}function I(e,t){return function(r){return t(e(r))}}function j(e,t){return function(r){return t(e(r))}}function B(e,t){return function(r){return t(e(r))}}t.combineConsoleFeatures=F,t.combineTelemetryFeatures=P,t.combineTracerFeatures=M,t.combineClientFeatures=N,t.combineWindowFeatures=O,t.combineWorkspaceFeatures=I,t.combineLanguagesFeatures=j,t.combineNotebooksFeatures=B,t.combineFeatures=function(e,t){function r(e,t,r){return e&&t?r(e,t):e||t}return{__brand:"features",console:r(e.console,t.console,F),tracer:r(e.tracer,t.tracer,M),telemetry:r(e.telemetry,t.telemetry,P),client:r(e.client,t.client,N),window:r(e.window,t.window,O),workspace:r(e.workspace,t.workspace,I),languages:r(e.languages,t.languages,j),notebooks:r(e.notebooks,t.notebooks,B)}},t.createConnection=function(e,t,r){const o=r&&r.console?new(r.console(w)):new w,a=e(o);o.rawAttach(a);const c=r&&r.tracer?new(r.tracer(A)):new A,u=r&&r.telemetry?new(r.telemetry(x)):new x,l=r&&r.client?new(r.client(E)):new E,d=r&&r.window?new(r.window(k)):new k,f=r&&r.workspace?new(r.workspace(T)):new T,p=r&&r.languages?new(r.languages(S)):new S,h=r&&r.notebooks?new(r.notebooks(L)):new L,g=[o,c,u,l,d,f,p,h];let m,v,y,b={listen:()=>a.listen(),sendRequest:(e,...t)=>a.sendRequest(i.string(e)?e:e.method,...t),onRequest:(e,t)=>a.onRequest(e,t),sendNotification:(e,t)=>{const r=i.string(e)?e:e.method;return 1===arguments.length?a.sendNotification(r):a.sendNotification(r,t)},onNotification:(e,t)=>a.onNotification(e,t),onProgress:a.onProgress,sendProgress:a.sendProgress,onInitialize:e=>(v=e,{dispose:()=>{v=void 0}}),onInitialized:e=>a.onNotification(n.InitializedNotification.type,e),onShutdown:e=>(m=e,{dispose:()=>{m=void 0}}),onExit:e=>(y=e,{dispose:()=>{y=void 0}}),get console(){return o},get telemetry(){return u},get tracer(){return c},get client(){return l},get window(){return d},get workspace(){return f},get languages(){return p},get notebooks(){return h},onDidChangeConfiguration:e=>a.onNotification(n.DidChangeConfigurationNotification.type,e),onDidChangeWatchedFiles:e=>a.onNotification(n.DidChangeWatchedFilesNotification.type,e),__textDocumentSync:void 0,onDidOpenTextDocument:e=>a.onNotification(n.DidOpenTextDocumentNotification.type,e),onDidChangeTextDocument:e=>a.onNotification(n.DidChangeTextDocumentNotification.type,e),onDidCloseTextDocument:e=>a.onNotification(n.DidCloseTextDocumentNotification.type,e),onWillSaveTextDocument:e=>a.onNotification(n.WillSaveTextDocumentNotification.type,e),onWillSaveTextDocumentWaitUntil:e=>a.onRequest(n.WillSaveTextDocumentWaitUntilRequest.type,e),onDidSaveTextDocument:e=>a.onNotification(n.DidSaveTextDocumentNotification.type,e),sendDiagnostics:e=>a.sendNotification(n.PublishDiagnosticsNotification.type,e),onHover:e=>a.onRequest(n.HoverRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),void 0)),onCompletion:e=>a.onRequest(n.CompletionRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onCompletionResolve:e=>a.onRequest(n.CompletionResolveRequest.type,e),onSignatureHelp:e=>a.onRequest(n.SignatureHelpRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),void 0)),onDeclaration:e=>a.onRequest(n.DeclarationRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onDefinition:e=>a.onRequest(n.DefinitionRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onTypeDefinition:e=>a.onRequest(n.TypeDefinitionRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onImplementation:e=>a.onRequest(n.ImplementationRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onReferences:e=>a.onRequest(n.ReferencesRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onDocumentHighlight:e=>a.onRequest(n.DocumentHighlightRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onDocumentSymbol:e=>a.onRequest(n.DocumentSymbolRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onWorkspaceSymbol:e=>a.onRequest(n.WorkspaceSymbolRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onWorkspaceSymbolResolve:e=>a.onRequest(n.WorkspaceSymbolResolveRequest.type,e),onCodeAction:e=>a.onRequest(n.CodeActionRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onCodeActionResolve:e=>a.onRequest(n.CodeActionResolveRequest.type,(t,r)=>e(t,r)),onCodeLens:e=>a.onRequest(n.CodeLensRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onCodeLensResolve:e=>a.onRequest(n.CodeLensResolveRequest.type,(t,r)=>e(t,r)),onDocumentFormatting:e=>a.onRequest(n.DocumentFormattingRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),void 0)),onDocumentRangeFormatting:e=>a.onRequest(n.DocumentRangeFormattingRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),void 0)),onDocumentOnTypeFormatting:e=>a.onRequest(n.DocumentOnTypeFormattingRequest.type,(t,r)=>e(t,r)),onRenameRequest:e=>a.onRequest(n.RenameRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),void 0)),onPrepareRename:e=>a.onRequest(n.PrepareRenameRequest.type,(t,r)=>e(t,r)),onDocumentLinks:e=>a.onRequest(n.DocumentLinkRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onDocumentLinkResolve:e=>a.onRequest(n.DocumentLinkResolveRequest.type,(t,r)=>e(t,r)),onDocumentColor:e=>a.onRequest(n.DocumentColorRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onColorPresentation:e=>a.onRequest(n.ColorPresentationRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onFoldingRanges:e=>a.onRequest(n.FoldingRangeRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onSelectionRanges:e=>a.onRequest(n.SelectionRangeRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t))),onExecuteCommand:e=>a.onRequest(n.ExecuteCommandRequest.type,(t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),void 0)),dispose:()=>a.dispose()};for(let e of g)e.attach(b);return a.onRequest(n.InitializeRequest.type,e=>{t.initialize(e),i.string(e.trace)&&(c.trace=n.Trace.fromString(e.trace));for(let t of g)t.initialize(e.capabilities);if(v){let t=v(e,(new n.CancellationTokenSource).token,(0,s.attachWorkDone)(a,e),void 0);return(r=t,r instanceof Promise?r:i.thenable(r)?new Promise((e,t)=>{r.then(t=>e(t),e=>t(e))}):Promise.resolve(r)).then(e=>{if(e instanceof n.ResponseError)return e;let t=e;t||(t={capabilities:{}});let r=t.capabilities;r||(r={},t.capabilities=r),void 0===r.textDocumentSync||null===r.textDocumentSync?r.textDocumentSync=i.number(b.__textDocumentSync)?b.__textDocumentSync:n.TextDocumentSyncKind.None:i.number(r.textDocumentSync)||i.number(r.textDocumentSync.change)||(r.textDocumentSync.change=i.number(b.__textDocumentSync)?b.__textDocumentSync:n.TextDocumentSyncKind.None);for(let e of g)e.fillServerCapabilities(r);return t})}{let e={capabilities:{textDocumentSync:n.TextDocumentSyncKind.None}};for(let t of g)t.fillServerCapabilities(e.capabilities);return e}var r}),a.onRequest(n.ShutdownRequest.type,()=>(t.shutdownReceived=!0,m?m((new n.CancellationTokenSource).token):void 0)),a.onNotification(n.ExitNotification.type,()=>{try{y&&y()}finally{t.shutdownReceived?t.exit(0):t.exit(1)}}),a.onNotification(n.SetTraceNotification.type,e=>{c.trace=n.Trace.fromString(e.value)}),b}},8817:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ShowDocumentFeature=void 0;const n=r(4512);t.ShowDocumentFeature=e=>class extends e{showDocument(e){return this.connection.sendRequest(n.ShowDocumentRequest.type,e)}}},1662:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TextDocuments=void 0;const n=r(4512);t.TextDocuments=class{constructor(e){this._configuration=e,this._syncedDocuments=new Map,this._onDidChangeContent=new n.Emitter,this._onDidOpen=new n.Emitter,this._onDidClose=new n.Emitter,this._onDidSave=new n.Emitter,this._onWillSave=new n.Emitter}get onDidOpen(){return this._onDidOpen.event}get onDidChangeContent(){return this._onDidChangeContent.event}get onWillSave(){return this._onWillSave.event}onWillSaveWaitUntil(e){this._willSaveWaitUntil=e}get onDidSave(){return this._onDidSave.event}get onDidClose(){return this._onDidClose.event}get(e){return this._syncedDocuments.get(e)}all(){return Array.from(this._syncedDocuments.values())}keys(){return Array.from(this._syncedDocuments.keys())}listen(e){e.__textDocumentSync=n.TextDocumentSyncKind.Incremental;const t=[];return t.push(e.onDidOpenTextDocument(e=>{const t=e.textDocument,r=this._configuration.create(t.uri,t.languageId,t.version,t.text);this._syncedDocuments.set(t.uri,r);const n=Object.freeze({document:r});this._onDidOpen.fire(n),this._onDidChangeContent.fire(n)})),t.push(e.onDidChangeTextDocument(e=>{const t=e.textDocument,r=e.contentChanges;if(0===r.length)return;const{version:n}=t;if(null==n)throw new Error(`Received document change event for ${t.uri} without valid version identifier`);let i=this._syncedDocuments.get(t.uri);void 0!==i&&(i=this._configuration.update(i,r,n),this._syncedDocuments.set(t.uri,i),this._onDidChangeContent.fire(Object.freeze({document:i})))})),t.push(e.onDidCloseTextDocument(e=>{let t=this._syncedDocuments.get(e.textDocument.uri);void 0!==t&&(this._syncedDocuments.delete(e.textDocument.uri),this._onDidClose.fire(Object.freeze({document:t})))})),t.push(e.onWillSaveTextDocument(e=>{let t=this._syncedDocuments.get(e.textDocument.uri);void 0!==t&&this._onWillSave.fire(Object.freeze({document:t,reason:e.reason}))})),t.push(e.onWillSaveTextDocumentWaitUntil((e,t)=>{let r=this._syncedDocuments.get(e.textDocument.uri);return void 0!==r&&this._willSaveWaitUntil?this._willSaveWaitUntil(Object.freeze({document:r,reason:e.reason}),t):[]})),t.push(e.onDidSaveTextDocument(e=>{let t=this._syncedDocuments.get(e.textDocument.uri);void 0!==t&&this._onDidSave.fire(Object.freeze({document:t}))})),n.Disposable.create(()=>{t.forEach(e=>e.dispose())})}}},5026:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHierarchyFeature=void 0;const n=r(4512);t.TypeHierarchyFeature=e=>class extends e{get typeHierarchy(){return{onPrepare:e=>this.connection.onRequest(n.TypeHierarchyPrepareRequest.type,(t,r)=>e(t,r,this.attachWorkDoneProgress(t),void 0)),onSupertypes:e=>{const t=n.TypeHierarchySupertypesRequest.type;return this.connection.onRequest(t,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r)))},onSubtypes:e=>{const t=n.TypeHierarchySubtypesRequest.type;return this.connection.onRequest(t,(r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r)))}}}}},1248:(e,t)=>{"use strict";function r(e){return"string"==typeof e||e instanceof String}function n(e){return"function"==typeof e}function i(e){return Array.isArray(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.thenable=t.typedArray=t.stringArray=t.array=t.func=t.error=t.number=t.string=t.boolean=void 0,t.boolean=function(e){return!0===e||!1===e},t.string=r,t.number=function(e){return"number"==typeof e||e instanceof Number},t.error=function(e){return e instanceof Error},t.func=n,t.array=i,t.stringArray=function(e){return i(e)&&e.every(e=>r(e))},t.typedArray=function(e,t){return Array.isArray(e)&&e.every(t)},t.thenable=function(e){return e&&n(e.then)}},6116:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.generateUuid=t.parse=t.isUUID=t.v4=t.empty=void 0;class r{constructor(e){this._value=e}asHex(){return this._value}equals(e){return this.asHex()===e.asHex()}}class n extends r{constructor(){super([n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),"-",n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),"-","4",n._randomHex(),n._randomHex(),n._randomHex(),"-",n._oneOf(n._timeHighBits),n._randomHex(),n._randomHex(),n._randomHex(),"-",n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex()].join(""))}static _oneOf(e){return e[Math.floor(e.length*Math.random())]}static _randomHex(){return n._oneOf(n._chars)}}function i(){return new n}n._chars=["0","1","2","3","4","5","6","6","7","8","9","a","b","c","d","e","f"],n._timeHighBits=["8","9","a","b"],t.empty=new r("00000000-0000-0000-0000-000000000000"),t.v4=i;const o=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function s(e){return o.test(e)}t.isUUID=s,t.parse=function(e){if(!s(e))throw new Error("invalid uuid");return new r(e)},t.generateUuid=function(){return i().asHex()}},2112:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkspaceFoldersFeature=void 0;const n=r(4512);t.WorkspaceFoldersFeature=e=>class extends e{constructor(){super(),this._notificationIsAutoRegistered=!1}initialize(e){super.initialize(e);let t=e.workspace;t&&t.workspaceFolders&&(this._onDidChangeWorkspaceFolders=new n.Emitter,this.connection.onNotification(n.DidChangeWorkspaceFoldersNotification.type,e=>{this._onDidChangeWorkspaceFolders.fire(e.event)}))}fillServerCapabilities(e){super.fillServerCapabilities(e);const t=e.workspace?.workspaceFolders?.changeNotifications;this._notificationIsAutoRegistered=!0===t||"string"==typeof t}getWorkspaceFolders(){return this.connection.sendRequest(n.WorkspaceFoldersRequest.type)}get onDidChangeWorkspaceFolders(){if(!this._onDidChangeWorkspaceFolders)throw new Error("Client doesn't support sending workspace folder change events.");return this._notificationIsAutoRegistered||this._unregistration||(this._unregistration=this.connection.client.register(n.DidChangeWorkspaceFoldersNotification.type)),this._onDidChangeWorkspaceFolders.event}}},2795:(e,t,r)=>{"use strict";var n;function i(e){if("contents"in e)n="string"==typeof e.contents?JSON.parse(e.contents):e.contents;else if("fsPath"in e){let t=function(){throw new Error("Unsupported in browser")}(e.fsPath);n=JSON.parse(t)}else if(e.uri){let t=e.uri;return"string"==typeof e.uri&&(t=new URL(e.uri)),async function(e){if("http"===e.protocol||"https"===e.protocol)return await(await fetch(e)).text();throw new Error("Unsupported protocol")}(t).then(e=>{n=JSON.parse(e)})}}function o(...e){let t,r,i,o=e[0];if("string"==typeof o?(t=o,r=o,e.splice(0,1),i=e&&"object"==typeof e[0]?e[0]:e):(r=o.message,t=r,o.comment&&o.comment.length>0&&(t+=`/${Array.isArray(o.comment)?o.comment.join():o.comment}`),i=o.args??{}),!n)return a(r,i);let s=n[t];return s?"string"==typeof s?a(s,i):s.comment?a(s.message,i):a(r,i):a(r,i)}r.r(t),r.d(t,{config:()=>i,t:()=>o});var s=/{([^}]+)}/g;function a(e,t){return e.replace(s,(e,r)=>t[r]??e)}},8048:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.defaultMarkdownFileExtension=t.PreferredMdPathExtensionStyle=void 0,t.getLsConfiguration=function(e){return new Proxy(Object.create(null),{get:(t,r,n)=>r in e?e[r]:o[r]})},t.isExcludedPath=function(e,t){return e.excludePaths.some(e=>n.isMatch(t.path,e))};const n=r(5157);var i;!function(e){e.auto="auto",e.includeExtension="includeExtension",e.removeExtension="removeExtension"}(i||(t.PreferredMdPathExtensionStyle=i={})),t.defaultMarkdownFileExtension="md";const o={markdownFileExtensions:[t.defaultMarkdownFileExtension],knownLinkedToFileExtensions:["jpg","jpeg","png","gif","webp","bmp","tiff"],excludePaths:["**/.*","**/node_modules/**"]}},2268:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.githubSlugifier=t.LogLevel=t.RenameNotSupportedAtLocationError=t.IncludeWorkspaceHeaderCompletions=t.DiagnosticLevel=t.DiagnosticCode=t.PreferredMdPathExtensionStyle=void 0,t.createLanguageService=function(e){const t=(0,n.getLsConfiguration)(e),r=e.logger,C=new w.MdTableOfContentsProvider(e.parser,e.workspace,r),R=new f.MdFoldingProvider(e.parser,C,r),E=new u.MdLinkProvider(t,e.parser,e.workspace,C,r),T=new g.MdPathCompletionProvider(t,e.workspace,e.parser,E,C),A=(0,u.createWorkspaceLinkCache)(e.parser,e.workspace),x=new y.MdSelectionRangeProvider(e.parser,C,E,r),_=new m.MdReferencesProvider(t,e.parser,e.workspace,C,A,r),S=new s.MdDefinitionProvider(t,e.workspace,C,A),q=new v.MdRenameProvider(t,e.workspace,e.parser,_,C,e.parser.slugifier,r),L=new d.MdFileRenameProvider(t,e.workspace,A,_),F=new a.DiagnosticComputer(t,e.workspace,E,C,r),P=new l.MdDocumentSymbolProvider(C,E,r),M=new D.MdWorkspaceSymbolProvider(e.workspace,P),N=new h.MdOrganizeLinkDefinitionProvider(E),O=new c.MdDocumentHighlightProvider(t,C,E),I=new b.MdUpdatePastedLinksProvider(t,E),j=new p.MdHoverProvider(E),B=new i.MdExtractLinkDefinitionCodeActionProvider(E),H=new o.MdRemoveLinkDefinitionCodeActionProvider;return Object.freeze({dispose:()=>{A.dispose(),C.dispose(),M.dispose(),E.dispose(),_.dispose()},getDocumentLinks:E.provideDocumentLinks.bind(E),resolveDocumentLink:E.resolveDocumentLink.bind(E),resolveLinkTarget:E.resolveLinkTarget.bind(E),getDocumentSymbols:P.provideDocumentSymbols.bind(P),getFoldingRanges:R.provideFoldingRanges.bind(R),getSelectionRanges:x.provideSelectionRanges.bind(x),getWorkspaceSymbols:M.provideWorkspaceSymbols.bind(M),getCompletionItems:T.provideCompletionItems.bind(T),getReferences:_.provideReferences.bind(_),getFileReferences:async(e,t)=>(await _.getReferencesToFileInWorkspace(e,t)).map(e=>e.location),getDefinition:S.provideDefinition.bind(S),organizeLinkDefinitions:N.getOrganizeLinkDefinitionEdits.bind(N),prepareRename:q.prepareRename.bind(q),getRenameEdit:q.provideRenameEdits.bind(q),getRenameFilesInWorkspaceEdit:L.getRenameFilesInWorkspaceEdit.bind(L),getCodeActions:async(e,t,r,n)=>(await Promise.all([B.getActions(e,t,r,n),Array.from(H.getActions(e,t,r))])).flat(),getDocumentHighlights:(e,t,r)=>O.getDocumentHighlights(e,t,r),prepareUpdatePastedLinks:I.prepareDocumentPaste.bind(I),getUpdatePastedLinksEdit:I.provideDocumentPasteEdits.bind(I),getHover:j.provideHover.bind(j),computeDiagnostics:async(e,t,r)=>(await F.compute(e,t,r))?.diagnostics,createPullDiagnosticsManager:()=>{if(!(0,k.isWorkspaceWithFileWatching)(e.workspace))throw new Error("Workspace does not support file watching. Diagnostics manager not supported");return new a.DiagnosticsManager(t,e.workspace,E,C,r)}})};const n=r(8048),i=r(7883),o=r(5114),s=r(6498),a=r(5844),c=r(3046),u=r(8902),l=r(4922),d=r(3258),f=r(6649),p=r(4414),h=r(9399),g=r(7406),m=r(2720),v=r(1176),y=r(821),b=r(509),D=r(5396),w=r(3043),k=r(2589);var C=r(8048);Object.defineProperty(t,"PreferredMdPathExtensionStyle",{enumerable:!0,get:function(){return C.PreferredMdPathExtensionStyle}});var R=r(5844);Object.defineProperty(t,"DiagnosticCode",{enumerable:!0,get:function(){return R.DiagnosticCode}}),Object.defineProperty(t,"DiagnosticLevel",{enumerable:!0,get:function(){return R.DiagnosticLevel}});var E=r(7406);Object.defineProperty(t,"IncludeWorkspaceHeaderCompletions",{enumerable:!0,get:function(){return E.IncludeWorkspaceHeaderCompletions}});var T=r(1176);Object.defineProperty(t,"RenameNotSupportedAtLocationError",{enumerable:!0,get:function(){return T.RenameNotSupportedAtLocationError}});var A=r(2869);Object.defineProperty(t,"LogLevel",{enumerable:!0,get:function(){return A.LogLevel}});var x=r(8155);Object.defineProperty(t,"githubSlugifier",{enumerable:!0,get:function(){return x.githubSlugifier}})},7883:(e,t,r)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.MdExtractLinkDefinitionCodeActionProvider=void 0,t.createAddDefinitionEdit=g;const i=r(2795),o=r(4512),s=r(1025),a=r(4335),c=r(2071),u=r(2246),l=r(9606),d=r(9399),f=r(3235),p=r(7622);class h{static genericTitle=i.t("Extract to link definition");static#e=o.CodeActionKind.RefactorExtract+".linkDefinition";static notOnLinkAction={title:this.genericTitle,kind:this.#e,disabled:{reason:i.t("Not on link")}};static alreadyRefLinkAction={title:this.genericTitle,kind:this.#e,disabled:{reason:i.t("Link is already a reference")}};#t;constructor(e){this.#t=e}async getActions(e,t,r,i){if(!this.#r(r))return[];const o=await this.#t.getLinks(e);if(i.isCancellationRequested)return[];const u=o.links.filter(e=>e.kind!==s.MdLinkKind.Definition&&(0,c.rangeIntersects)(t,e.source.range));if(!u.length)return[n.notOnLinkAction];u.sort((e,t)=>(0,a.comparePosition)(t.source.range.start,e.source.range.start));const l=u.find(e=>e.href.kind===s.HrefKind.External||e.href.kind===s.HrefKind.Internal);return l?[this.#n(e,o,l)]:[n.alreadyRefLinkAction]}#r(e){return void 0===e.only||e.only.some(e=>(0,f.codeActionKindContains)(o.CodeActionKind.Refactor,e))}#n(e,t,r){const i=new l.WorkspaceEditBuilder,c=(0,u.getDocUri)(e),d=this.#i(t.definitions);for(const e of t.links)if((e.kind===s.MdLinkKind.Link||e.kind===s.MdLinkKind.AutoLink)&&this.#o(r.href,e)){const t=e.kind===s.MdLinkKind.AutoLink?e.source.range:e.source.targetRange;i.replace(c,t,`[${d}]`)}const f=function(e,t){const r=t.kind===s.MdLinkKind.AutoLink?t.source.targetRange:o.Range.create((0,a.translatePosition)(t.source.targetRange.start,{characterDelta:1}),(0,a.translatePosition)(t.source.targetRange.end,{characterDelta:-1}));return e.getText(r)}(e,r).trim(),p=g(e,t.links.filter(e=>e.kind===s.MdLinkKind.Definition),[{definitionText:f,placeholder:d}]);i.insert(c,p.range.start,p.newText);const h=(0,a.translatePosition)(r.source.targetRange.start,{characterDelta:1});return{title:n.genericTitle,kind:n.#e,edit:i.getEdit(),command:{command:"vscodeMarkdownLanguageservice.rename",title:"Rename",arguments:[(0,u.getDocUri)(e),h]}}}#i(e){for(let t=1;;++t){const r=1===t?"def":`def${t}`;if(void 0===e.lookup(r))return r}}#o(e,t){return t.href.kind===s.HrefKind.External&&e.kind===s.HrefKind.External?(0,p.isSameResource)(t.href.uri,e.uri):t.href.kind===s.HrefKind.Internal&&e.kind===s.HrefKind.Internal&&(0,p.isSameResource)(t.href.path,e.path)&&t.href.fragment===e.fragment}}function g(e,t,r){const n=(0,d.getExistingDefinitionBlock)(e,t),i=r.map(({definitionText:e,placeholder:t})=>`[${t}]: ${e}`).join("\n");if(n){const t=(0,u.getLine)(e,n.endLine);return o.TextEdit.insert({line:n.endLine,character:t.length},"\n"+i)}return o.TextEdit.insert({line:e.lineCount,character:0},"\n\n"+i)}t.MdExtractLinkDefinitionCodeActionProvider=h,n=h},5114:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdRemoveLinkDefinitionCodeActionProvider=void 0;const n=r(2795),i=r(4512),o=r(2071),s=r(2246),a=r(9606),c=r(5844),u=r(3235);class l{static#s=n.t("Remove unused link definition");static#a=n.t("Remove duplicate link definition");*getActions(e,t,r){if(!this.#r(r))return;const n=new Set;for(const i of r.diagnostics)if(i.code===c.DiagnosticCode.link_unusedDefinition&&i.data&&(0,o.rangeIntersects)(i.range,t)){const t=i.data;yield this.#c(e,t,l.#s),n.add(t.source.range.start.line)}for(const i of r.diagnostics)if(i.code===c.DiagnosticCode.link_duplicateDefinition&&i.data&&(0,o.rangeIntersects)(i.range,t)){const t=i.data;n.has(t.source.range.start.line)||(yield this.#c(e,t,l.#a))}}#r(e){return void 0===e.only||e.only.some(e=>(0,u.codeActionKindContains)(i.CodeActionKind.QuickFix,e))}#c(e,t,r){const n=new a.WorkspaceEditBuilder,o=t.source.range;return n.replace((0,s.getDocUri)(e),i.Range.create(o.start.line,0,o.start.line+1,0),""),{title:r,kind:i.CodeActionKind.QuickFix,edit:n.getEdit()}}}t.MdRemoveLinkDefinitionCodeActionProvider=l},3235:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.codeActionKindContains=function(e,t){return e===t||t.startsWith(e+".")}},6498:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdDefinitionProvider=void 0;const n=r(1025),i=r(2071),o=r(2589);t.MdDefinitionProvider=class{#u;#l;#d;#f;constructor(e,t,r,n){this.#u=e,this.#l=t,this.#d=r,this.#f=n}async provideDefinition(e,t,r){const n=await this.#d.getForDocument(e);if(r.isCancellationRequested)return[];const i=n.entries.find(e=>e.line===t.line);return i?i.headerLocation:this.#p(e,t,r)}async#p(e,t,r){const o=(await this.#f.getForDocs([e]))[0];for(const e of o){if(e.kind===n.MdLinkKind.Definition&&(0,i.rangeContains)(e.ref.range,t))return this.#h(e.ref.text,o);if((0,i.rangeContains)(e.source.hrefRange,t))return this.#g(e,o,r)}}async#g(e,t,r){if(e.href.kind===n.HrefKind.Reference)return this.#h(e.href.ref,t);if(e.href.kind===n.HrefKind.External||!e.href.fragment)return;const i=await(0,o.statLinkToMarkdownFile)(this.#u,this.#l,e.href.path);if(!i||r.isCancellationRequested)return;const s=await this.#d.get(i);return s?.lookupByFragment(e.href.fragment)?.headerLocation}#h(e,t){const r=new n.LinkDefinitionSet(t).lookup(e);return r?{range:r.source.range,uri:r.source.resource.toString()}:void 0}}},5844:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DiagnosticsManager=t.DiagnosticComputer=t.DiagnosticCode=t.DiagnosticLevel=void 0;const n=r(2795),i=r(5157),o=r(4512),s=r(2869),a=r(1025),c=r(4335),u=r(2071),l=r(2246),d=r(7292),f=r(7721),p=r(7622),h=r(6695),g=r(2589);var m,v;function y(e){switch(e){case m.error:return o.DiagnosticSeverity.Error;case m.warning:return o.DiagnosticSeverity.Warning;case m.hint:return o.DiagnosticSeverity.Hint;case m.ignore:case void 0:return}}!function(e){e.ignore="ignore",e.hint="hint",e.warning="warning",e.error="error"}(m||(t.DiagnosticLevel=m={})),function(e){e.link_noSuchReferences="link.no-such-reference",e.link_noSuchHeaderInOwnFile="link.no-such-header-in-own-file",e.link_noSuchFile="link.no-such-file",e.link_noSuchHeaderInFile="link.no-such-header-in-file",e.link_unusedDefinition="link.unused-definition",e.link_duplicateDefinition="link.duplicate-definition"}(v||(t.DiagnosticCode=v={}));class b{#m=new h.ResourceMap;constructor(e){for(const t of e){if(t.href.kind!==a.HrefKind.Internal)continue;const e=this.#m.get(t.href.path),r={source:t.source,fragment:t.href.fragment};e?e.outgoingLinks.push(r):this.#m.set(t.href.path,{outgoingLinks:[r]})}}get size(){return this.#m.size}entries(){return this.#m.entries()}}class D{#u;#l;#t;#d;#v;constructor(e,t,r,n,i){this.#u=e,this.#l=t,this.#t=r,this.#d=n,this.#v=i}async compute(e,t,r){this.#v.log(s.LogLevel.Debug,"DiagnosticComputer.compute",{document:e.uri,version:e.version});const{links:n,definitions:i}=await this.#t.getLinks(e),o=new h.ResourceMap;if(r.isCancellationRequested)return{links:n,diagnostics:[],statCache:o};o.set((0,l.getDocUri)(e),{exists:!0});const a=(await Promise.all([this.#y(t,n,o,r),this.#b(e,t,n,r),Array.from(this.#D(t,n,i)),Array.from(this.#w(t,n)),Array.from(this.#k(t,n))])).flat();return this.#v.log(s.LogLevel.Trace,"DiagnosticComputer.compute finished",{document:e.uri,version:e.version,diagnostics:a}),{links:n,statCache:o,diagnostics:a}}async#b(e,t,r,i){const o=y(t.validateFragmentLinks);if(void 0===o)return[];const s=await this.#d.getForDocument(e);if(i.isCancellationRequested)return[];const c=[];for(const i of r)if(i.href.kind===a.HrefKind.Internal&&i.source.hrefText.startsWith("#")&&(0,p.isSameResource)(i.href.path,(0,l.getDocUri)(e))&&i.href.fragment&&!C(s,{source:i.source,fragment:i.href.fragment})){if((0,p.parseLocationInfoFromFragment)(i.href.fragment))continue;this.#C(t,i.source.hrefText)||c.push({code:v.link_noSuchHeaderInOwnFile,message:n.t("No header found: '{0}'",i.href.fragment),range:i.source.hrefRange,severity:o,data:{hrefText:i.source.hrefText}})}return c}*#D(e,t,r){const i=y(e.validateReferences);if(void 0===i)return[];for(const e of t)e.href.kind!==a.HrefKind.Reference||r.lookup(e.href.ref)||(yield{code:v.link_noSuchReferences,message:n.t("No link definition found: '{0}'",e.href.ref),range:e.source.hrefRange,severity:i,data:{ref:e.href.ref}})}*#w(e,t){const r=y(e.validateUnusedLinkDefinitions);if(void 0===r)return;const i=new a.ReferenceLinkMap;for(const e of t)e.kind===a.MdLinkKind.Link&&e.href.kind===a.HrefKind.Reference&&i.set(e.href.ref,!0);for(const e of t)e.kind!==a.MdLinkKind.Definition||i.lookup(e.ref.text)||(yield{code:v.link_unusedDefinition,message:n.t("Link definition is unused"),range:e.source.range,severity:r,tags:[o.DiagnosticTag.Unnecessary],data:e})}*#k(e,t){const r=y(e.validateDuplicateLinkDefinitions);if(void 0===r)return;const i=new Map;for(const e of t)if(e.kind===a.MdLinkKind.Definition){const t=i.get(e.ref.text);t?t.push(e):i.set(e.ref.text,[e])}for(const[e,t]of i)if(!(t.length<=1))for(const i of t)yield{code:v.link_duplicateDefinition,message:n.t("Link definition for '{0}' already exists",e),range:i.ref.range,severity:r,relatedInformation:t.filter(e=>e!==i).map(e=>o.DiagnosticRelatedInformation.create({uri:e.source.resource.toString(),range:e.ref.range},n.t("Link is also defined here"))),data:i}}async#y(e,t,r,i){const o=y(e.validateFileLinks);if(void 0===o)return[];const s=y(void 0===e.validateMarkdownFileLinkFragments?e.validateFragmentLinks:e.validateMarkdownFileLinkFragments),a=new b(t.filter(e=>!e.source.hrefText.startsWith("#")));if(0===a.size)return[];const l=new f.Limiter(10),d=[];return await Promise.all(Array.from(a.entries()).map(([t,{outgoingLinks:a}])=>l.queue(async()=>{if(i.isCancellationRequested)return;const l=await(0,g.statLinkToMarkdownFile)(this.#u,this.#l,t,r);if(!i.isCancellationRequested)if(l){if(void 0!==s&&this.#R(l)){const t=a.filter(e=>e.fragment);if(t.length){const r=await this.#d.get(l);if(i.isCancellationRequested)return;for(const i of t)if(!(0,p.parseLocationInfoFromFragment)(i.fragment)&&!(r&&C(r,i)||this.#C(e,i.source.hrefPathText)||this.#C(e,i.source.hrefText))){const e=(i.source.hrefFragmentRange&&(0,u.modifyRange)(i.source.hrefFragmentRange,(0,c.translatePosition)(i.source.hrefFragmentRange.start,{characterDelta:-1}),void 0))??i.source.hrefRange;d.push({code:v.link_noSuchHeaderInFile,message:n.t("Header does not exist in file: {0}",i.fragment),range:e,severity:s,data:{fragment:i.fragment,hrefText:i.source.hrefText}})}}}}else for(const r of a)this.#C(e,r.source.hrefPathText)||d.push({code:v.link_noSuchFile,message:n.t("File does not exist at path: {0}",t.fsPath),range:r.source.hrefRange,severity:o,data:{fsPath:t.fsPath,hrefText:r.source.hrefPathText}})}))),d}#R(e){return this.#l.hasMarkdownDocument(e)||(0,p.looksLikeMarkdownUri)(this.#u,e)}#C(e,t){return e.ignoreLinks.some(e=>i.isMatch(t,e))}}t.DiagnosticComputer=D;class w extends d.Disposable{#E=this._register(new o.Emitter);onDidChangeLinkedToFile=this.#E.event;#T=new h.ResourceMap;#l;#v;constructor(e,t){super(),this.#l=e,this.#v=t}dispose(){super.dispose();for(const e of this.#T.values())e.watcher.dispose();this.#T.clear()}updateLinksForDocument(e,t,r){const n=new Set(t.filter(e=>e.href.kind===a.HrefKind.Internal).map(e=>({path:e.href.path,exists:!!r.get(e.href.path)?.exists})));for(const t of this.#T.values())t.documents.delete(e);for(const{path:t,exists:r}of n){let n=this.#T.get(t);n||(n={watcher:this.#A(t),documents:new h.ResourceMap,exists:r},this.#T.set(t,n)),n.documents.set(e,e)}for(const[e,t]of this.#T)0===t.documents.size&&(t.watcher.dispose(),this.#T.delete(e))}deleteDocument(e){this.updateLinksForDocument(e,[],new h.ResourceMap)}tryStatFileLink(e){const t=this.#T.get(e);if(t)return{exists:t.exists}}#A(e){const t=this.#l.watchFile(e,{ignoreChange:!0}),r=t.onDidDelete(e=>this.#x(e,!1)),n=t.onDidCreate(e=>this.#x(e,!0));return{dispose:()=>{t.dispose(),r.dispose(),n.dispose()}}}#x(e,t){this.#v.log(s.LogLevel.Trace,"FileLinkState.onLinkedResourceChanged",{resource:e,exists:t});const r=this.#T.get(e);r&&(r.exists=t,this.#E.fire({changedResource:e,linkingFiles:r.documents.values(),exists:t}))}}class k extends d.Disposable{#_;#S;#q=this._register(new o.Emitter);onLinkedToFileChanged=this.#q.event;constructor(e,t,r,n,i){super();const o=new w(t,i);this.#S=this._register(o),this._register(this.#S.onDidChangeLinkedToFile(e=>{i.log(s.LogLevel.Trace,"DiagnosticsManager.onDidChangeLinkedToFile",{resource:e.changedResource}),this.#q.fire({changedResource:e.changedResource,linkingResources:Array.from(e.linkingFiles)})}));const a=new Proxy(t,{get(e,r,n){if("stat"!==r){const i=Reflect.get(e,r,n);return"function"==typeof i?i.bind(t):i}return async function(r){const i=o.tryStatFileLink(r);return i?i.exists?{isDirectory:!1}:void 0:t.stat.call(this===n?e:this,r)}}});this.#_=new D(e,a,r,n,i),this._register(t.onDidDeleteMarkdownDocument(e=>{this.#S.deleteDocument(e)}))}async computeDiagnostics(e,t,r){const n=await this.#_.compute(e,t,r);return r.isCancellationRequested?[]:(this.#S.updateLinksForDocument((0,l.getDocUri)(e),n.links,n.statCache),n.diagnostics)}disposeDocumentResources(e){this.#S.deleteDocument(e)}}function C(e,t){return t.source.isAngleBracketLink?e.lookupByHeading(t.fragment):e.lookupByFragment(t.fragment)}t.DiagnosticsManager=k},3046:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdDocumentHighlightProvider=void 0;const n=r(4512),i=r(1025),o=r(4335),s=r(2071),a=r(2246),c=r(7622),u=r(2589),l=r(1176);t.MdDocumentHighlightProvider=class{#u;#d;#t;constructor(e,t,r){this.#u=e,this.#d=t,this.#t=r}async getDocumentHighlights(e,t,r){const n=await this.#d.getForDocument(e);if(r.isCancellationRequested)return[];const{links:i}=await this.#t.getLinks(e);if(r.isCancellationRequested)return[];const o=n.entries.find(e=>e.line===t.line);return o?[...this.#L(e,o,i,n)]:[...this.#F(e,t,i,n)]}*#L(e,t,r,u){yield{range:t.headerLocation.range,kind:n.DocumentHighlightKind.Write};const l=(0,a.getDocUri)(e);for(const e of r)e.href.kind===i.HrefKind.Internal&&u.lookupByFragment(e.href.fragment)===t&&e.source.hrefFragmentRange&&(0,c.isSameResource)(e.href.path,l)&&(yield{range:(0,s.modifyRange)(e.source.hrefFragmentRange,(0,o.translatePosition)(e.source.hrefFragmentRange.start,{characterDelta:-1})),kind:n.DocumentHighlightKind.Read})}#F(e,t,r,n){const o=r.find(e=>(0,s.rangeContains)(e.source.hrefRange,t)||e.kind===i.MdLinkKind.Definition&&(0,s.rangeContains)(e.ref.range,t));if(!o)return[];if(o.kind===i.MdLinkKind.Definition&&(0,s.rangeContains)(o.ref.range,t))return this.#P(o.ref.text,r);switch(o.href.kind){case i.HrefKind.Reference:return this.#P(o.href.ref,r);case i.HrefKind.Internal:return o.source.hrefFragmentRange&&(0,s.rangeContains)(o.source.hrefFragmentRange,t)?this.#M(e,o.href,r,n):this.#N(o.href.path,r);case i.HrefKind.External:return this.#O(o.href.uri,r)}}*#M(e,t,r,l){const d=(0,u.tryAppendMarkdownFileExtension)(this.#u,t.path);if(!d)return;const f=t.fragment.toLowerCase();if((0,c.isSameResource)(d,(0,a.getDocUri)(e))){const e=l.lookupByFragment(f);e&&(yield{range:e.headerLocation.range,kind:n.DocumentHighlightKind.Write})}for(const e of r)e.href.kind===i.HrefKind.Internal&&(0,c.looksLikePathToResource)(this.#u,e.href.path,d)&&e.source.hrefFragmentRange&&e.href.fragment.toLowerCase()===f&&(yield{range:(0,s.modifyRange)(e.source.hrefFragmentRange,(0,o.translatePosition)(e.source.hrefFragmentRange.start,{characterDelta:-1})),kind:n.DocumentHighlightKind.Read})}*#N(e,t){const r=(0,u.tryAppendMarkdownFileExtension)(this.#u,e)??e;for(const e of t)e.href.kind===i.HrefKind.Internal&&(0,c.looksLikePathToResource)(this.#u,e.href.path,r)&&(yield{range:(0,l.getFilePathRange)(e),kind:n.DocumentHighlightKind.Read})}*#O(e,t){for(const r of t)r.href.kind===i.HrefKind.External&&(0,c.isSameResource)(r.href.uri,e)&&(yield{range:(0,l.getFilePathRange)(r),kind:n.DocumentHighlightKind.Read})}*#P(e,t){for(const r of t)r.kind===i.MdLinkKind.Definition&&r.ref.text===e?yield{range:r.ref.range,kind:n.DocumentHighlightKind.Write}:r.href.kind===i.HrefKind.Reference&&r.href.ref===e&&(yield{range:r.source.hrefRange,kind:n.DocumentHighlightKind.Read})}}},8902:(e,t,r)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.MdLinkProvider=t.MdLinkComputer=void 0,t.createWorkspaceLinkCache=function(e,t){const r=new P(e,t);return new w.MdWorkspaceInfoCache(t,(e,t)=>r.getAllLinks(e,t))};const i=r(2795),o=r(6192),s=r(4512),a=r(8945),c=r(2869),u=r(1025),l=r(4335),d=r(2071),f=r(2246),p=r(9067),h=r(7292),g=r(8632),m=r(9911),v=r(7622),y=r(9612),b=r(1383),D=r(2589),w=r(7191);function k(e,t,r){if(/^[a-z\-][a-z\-]+:/i.test(t))try{return{kind:u.HrefKind.External,uri:a.URI.parse((0,b.tryDecodeUri)(t))}}catch(r){return void console.warn(y.r`Failed to parse link ${t} in ${e.toString(!0)}`)}const n=(0,m.resolveInternalDocumentLink)(e,t,r);if(n)return{kind:u.HrefKind.Internal,path:n.resource,fragment:n.linkFragment}}function C(e,t,r,n,i,o,a,c){const l=n.startsWith("<"),d=T(n);let p;try{p=k((0,f.getDocUri)(e),d,c)}catch{return}if(!p)return;const h=t+r,g=i,m=e.positionAt(g),v=e.positionAt(g+o.length),y={start:e.positionAt(g+t.length),end:v},b=g+h.length+(l?1:0),D=e.positionAt(b),w=e.positionAt(b+d.length),C={start:D,end:w};let E;if(a){const t=o.indexOf(a);if(t>=0){const r=g+t;E=s.Range.create(e.positionAt(r),e.positionAt(r+a.length))}}return{kind:u.MdLinkKind.Link,href:p,source:{hrefText:d,resource:(0,f.getDocUri)(e),range:{start:m,end:v},targetRange:y,hrefRange:C,isAngleBracketLink:l,...R(e,d,D,w),titleRange:E}}}function R(e,t,r,n){const i=function(e,t,r){const n=e.indexOf("#");if(!(n<0))return{start:(0,l.translatePosition)(t,{characterDelta:n+1}),end:r}}(t,r,n);return{hrefPathText:e.getText({start:r,end:i?(0,l.translatePosition)(i.start,{characterDelta:-1}):n}),hrefFragmentRange:i}}const E=/^<(.*)>$/;function T(e){return e.replace(E,"$1")}const A=new RegExp(y.r`(?<!\\)`+y.r`(!?\[`+y.r`(?:`+y.r`[^\[\]\\]|`+y.r`\\.|`+y.r`\[[^\[\]]*\]`+y.r`)*`+y.r`\])`+y.r`(\(\s*)`+y.r`(`+y.r`[^\s\(\)\<](?:[^\s\(\)]|\([^\s\(\)]*?\))*|`+y.r`<(?:\\[<>]|[^<>])+>`+y.r`)`+y.r`\s*(?<title>"[^"]*"|'[^']*'|\([^\(\)]*\))?\s*`+y.r`\)`,"g"),x=new RegExp(y.r`(?<![\]\\])`+y.r`(?:`+y.r`(?<prefix>`+y.r`!?`+y.r`\[(?<text>(?:`+y.r`\\.|`+y.r`[^\[\]\\]|`+y.r`\[[^\[\]]*\]`+")*)]"+y.r`\[\s*`+y.r`)`+y.r`(?<ref>(?:[^\\\]]|\\.)*?)\]`+y.r`|`+y.r`\[(?!\!)\s*(?<shorthand>(?:\\.|[^\[\]\n\\])+?)\s*\]`+y.r`)`+y.r`(?![\(])`,"gm"),_=/(?<!\\)\<(\w+:[^\>\s]+)\>/g,S=/^([\t ]*(?<!\\)\[(?!\^)((?:\\\]|\\\[|[^\]\[\n])+)\]:[\t ]*)([^<]\S*|<(?:\\[<>]|[^<>])+>)/gm;class q{static create(){return new q}#I;constructor(e){this.#I=new Map(e)}get(e){return this.#I.get(e)||[]}add(e){for(let t=e.start.line;t<=e.end.line;t++){let r=this.#I.get(t);r||(r=[],this.#I.set(t,r)),r.push(e)}}concat(e){const t=new q(this.#I);for(const r of e)t.add(r);return t}}const L=/(?<!`)(`+)((?:.+?|.*?(?:(?:\r?\n).+?)*?)(?:\r?\n)?\1)(?!`)/gm;class F{multiline;inline;static compute(e,t){const r=e.filter(e=>("code_block"===e.type||"fence"===e.type||"html_block"===e.type)&&!!e.map).map(e=>({type:e.type,range:e.map})),n=q.create(),i=t.getText();for(const e of i.matchAll(L)){const r=e.index??0,i=t.positionAt(r);n.add(s.Range.create(i,t.positionAt(r+e[0].length)))}return new F(r,n)}constructor(e,t){this.multiline=e,this.inline=t}contains(e,t=""){return this.multiline.some(({type:r,range:n})=>r!==t&&e.line>=n[0]&&e.line<n[1])||!!this.inline.get(e.line)?.some(t=>(0,d.rangeContains)(t,e))}concatInline(e){return new F(this.multiline,this.inline.concat(e))}}class P{#j;#l;constructor(e,t){this.#j=e,this.#l=t}async getAllLinks(e,t){const r=await this.#j.tokenize(e);if(t.isCancellationRequested)return[];const n=F.compute(r,e),i=Array.from(this.#B(e,n));return[...i,...this.#H(e,n.concatInline(i.map(e=>e.source.range))),...this.#U(e,n),...this.#W(e,n),...this.#V(e,n)]}*#B(e,t){const r=e.getText();for(const n of r.matchAll(A)){const r=n[1],i=C(e,r,n[2],n[3],n.index??0,n[0],n.groups?.title,this.#l);if(i&&!t.contains(i.source.hrefRange.start)&&(yield i,/\![\[\(]/.test(r))){const i=r.slice(1,-1),o=(n.index??0)+1;for(const t of i.matchAll(A)){const r=C(e,t[1],t[2],t[3],o+(t.index??0),t[0],t.groups?.title,this.#l);r&&(yield r)}yield*this.#$(e,i,o,t)}}}*#W(e,t){const r=e.getText(),n=(0,f.getDocUri)(e);for(const i of r.matchAll(_)){const r=i.index??0,o=e.positionAt(r);if(t.contains(o))continue;const s=i[1],a=k(n,s,this.#l);if(a?.kind!==u.HrefKind.External)continue;const c=(0,l.translatePosition)(o,{characterDelta:i[0].length}),d=(0,l.translatePosition)(o,{characterDelta:1}),f=(0,l.translatePosition)(d,{characterDelta:s.length}),p={start:d,end:f};yield{kind:u.MdLinkKind.AutoLink,href:a,source:{isAngleBracketLink:!1,hrefText:s,resource:n,targetRange:p,hrefRange:p,range:{start:o,end:c},...R(e,s,d,f),titleRange:void 0}}}}#H(e,t){const r=e.getText();return this.#$(e,r,0,t)}*#$(e,t,r,n){for(const i of t.matchAll(x)){if(!i.groups)continue;const t=r+(i.index??0),o=e.positionAt(t);if(n.contains(o))continue;let a,c,d=i.groups.ref;if(""===d){if(d=i.groups.text.trim(),!d)continue;const r=t+1;a=e.positionAt(r),c=e.positionAt(r+d.length)}else if(d){if(!i.groups.text&&!i[0].startsWith("!"))continue;i[0].startsWith("!")||(yield*this.#$(e,i[2],t+1,n));const r=t+i[1].length;a=e.positionAt(r),c=e.positionAt(r+d.length)}else{if(!i.groups.shorthand)continue;{if(d=i.groups.shorthand.trim(),!d)continue;const r=t+1;a=e.positionAt(r);const n=(0,f.getLine)(e,a.line);if(0===o.character&&":"===n[i[0].length])continue;const s=n.match(/^\s*[\-\*\+]\s*\[x\]/i);if(s&&a.character<=s[0].length)continue;c=e.positionAt(r+d.length)}}const p=(0,l.translatePosition)(o,{characterDelta:i[0].length});yield{kind:u.MdLinkKind.Link,source:{isAngleBracketLink:!1,hrefText:d,hrefPathText:d,resource:(0,f.getDocUri)(e),range:{start:o,end:p},targetRange:s.Range.create((0,l.translatePosition)(a,{characterDelta:-1}),(0,l.translatePosition)(c,{characterDelta:1})),hrefRange:s.Range.create(a,c),hrefFragmentRange:void 0,titleRange:void 0},href:{kind:u.HrefKind.Reference,ref:d}}}}*#U(e,t){const r=e.getText(),n=(0,f.getDocUri)(e);for(const i of r.matchAll(S)){const r=i.index??0,o=e.positionAt(r);if(t.contains(o))continue;const s=i[1],a=i[2],c=i[3].trim(),d=E.test(c),p=T(c),h=k(n,p,this.#l);if(!h)continue;const g=(0,l.translatePosition)(o,{characterDelta:s.length+(d?1:0)}),m=(0,l.translatePosition)(g,{characterDelta:p.length}),v={start:g,end:m},y=(0,l.translatePosition)(o,{characterDelta:1}),b={start:y,end:(0,l.translatePosition)(y,{characterDelta:a.length})},D=(0,f.getLine)(e,o.line),w=(0,l.translatePosition)(o,{characterDelta:D.length});yield{kind:u.MdLinkKind.Definition,source:{isAngleBracketLink:d,hrefText:p,resource:n,range:{start:o,end:w},targetRange:v,hrefRange:v,...R(e,c,g,m),titleRange:void 0},ref:{text:a,range:b},href:h}}}#V(e,t){const r=e.getText();if(!/<\w/.test(r))return[];try{const n=(0,o.parse)(r);return this.#K(e,n,t)}catch{return[]}}static#z=new Map(Array.from(g.htmlTagPathAttrs.entries(),([e,t])=>[e,t.map(e=>({attr:e,regexp:new RegExp(`(${e}=["'])([^'"]*)["']`,"i")}))]));*#K(e,t,r){const i=n.#z.get(t.tagName);if(i)for(const n of i){const i=t.attributes[n.attr];if(!i)continue;const o=t.outerHTML.match(n.regexp);if(!o)continue;const s=(0,f.getDocUri)(e),a=k(s,i,this.#l);if(!a)continue;const c=e.positionAt(t.range[0]+o.index+o[1].length);if(r.contains(c,"html_block"))continue;const d=(0,l.translatePosition)(c,{characterDelta:o[2].length}),p={start:c,end:d};yield{kind:u.MdLinkKind.Link,href:a,source:{isAngleBracketLink:!1,hrefText:i,resource:s,targetRange:p,hrefRange:p,range:{start:c,end:d},...R(e,i,c,d),titleRange:void 0}}}for(const n of t.childNodes)n instanceof o.HTMLElement&&(yield*this.#K(e,n,r))}}t.MdLinkComputer=P,n=P;class M extends h.Disposable{#f;#G;#J;#l;#d;#v;constructor(e,t,r,n,i){super(),this.#J=e,this.#l=r,this.#d=n,this.#v=i,this.#G=new P(t,this.#l),this.#f=this._register(new w.MdDocumentInfoCache(this.#l,(e,t)=>this.getLinksWithoutCaching(e,t)))}getLinks(e){return this.#f.getForDocument(e)}async getLinksWithoutCaching(e,t){this.#v.log(c.LogLevel.Debug,"LinkProvider.compute",{document:e.uri,version:e.version});const r=await this.#G.getAllLinks(e,t);return{links:r,definitions:new u.LinkDefinitionSet(r)}}async provideDocumentLinks(e,t){const{links:r,definitions:n}=await this.getLinks(e);return t.isCancellationRequested?[]:(0,p.coalesce)(r.map(e=>this.#X(e,n)))}async resolveDocumentLink(e,t){const r=this.#Z(e);if(!r)return;const n=await this.#Y(r.path,r.fragment,t);switch(n.kind){case"folder":e.target=this.#Q("revealInExplorer",r.path);break;case"external":e.target=n.uri.toString(!0);break;case"file":n.position?e.target=this.#ee(n.uri,n.position):e.target=n.uri.toString(!0)}return e}async resolveLinkTarget(e,t,r){const n=k(t,e,this.#l);if(n?.kind!==u.HrefKind.Internal)return;const i=(0,m.resolveInternalDocumentLink)(t,e,this.#l);return i?this.#Y(i.resource,i.linkFragment,r):void 0}async#Y(e,t,r){let n=e;const i=this.#l.getContainingDocument?.(n);if(!i){const e=await this.#l.stat(n);if(e?.isDirectory)return{kind:"folder",uri:n};if(r.isCancellationRequested)return{kind:"folder",uri:n};if(!e){let e=!1;const t=(0,D.tryAppendMarkdownFileExtension)(this.#J,n);if(t&&await this.#l.stat(t)&&(n=t,e=!0),!e)return{kind:"file",uri:n}}}if(!t)return{kind:"file",uri:n};const o=(0,v.parseLocationInfoFromFragment)(t);if(o)return{kind:"file",uri:n,position:o};const s=await this.#l.openMarkdownDocument(n);if(r.isCancellationRequested)return{kind:"file",uri:n};if(s){const e=(await this.#d.getForContainingDoc(s,r)).lookupByFragment(t);if(e)return{kind:"file",uri:a.URI.parse(e.headerLocation.uri),position:e.headerLocation.range.start,fragment:t}}return{kind:"file",uri:n}}#Z(e){if(!e.data)return;const t=e.data;return t.href.kind===u.HrefKind.Internal?{path:a.URI.from(t.href.path),fragment:t.href.fragment}:void 0}#X(e,t){switch(e.href.kind){case u.HrefKind.External:return{range:e.source.hrefRange,target:e.href.uri.toString(!0)};case u.HrefKind.Internal:return{range:e.source.hrefRange,target:void 0,tooltip:i.t("Follow link"),data:e};case u.HrefKind.Reference:{const r=t.lookup(e.href.ref);if(!r)return;const n=this.#ee(e.source.resource,r.source.hrefRange.start);return{range:e.source.hrefRange,tooltip:i.t("Go to link definition"),target:n,data:e}}}}#Q(e,...t){return`command:${e}?${encodeURIComponent(JSON.stringify(t))}`}#ee(e,t){return e.fragment?this.#Q("vscodeMarkdownLanguageservice.open",e,{selection:s.Range.create(t,t)}):e.with({fragment:`L${t.line+1},${t.character+1}`}).toString(!0)}}t.MdLinkProvider=M},4922:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdDocumentSymbolProvider=void 0;const n=r(4512),i=r(2869),o=r(1025),s=r(4335);t.MdDocumentSymbolProvider=class{#d;#t;#v;constructor(e,t,r){this.#d=e,this.#t=t,this.#v=r}async provideDocumentSymbols(e,t,r){this.#v.log(i.LogLevel.Debug,"DocumentSymbolProvider.provideDocumentSymbols",{document:e.uri,version:e.version});const n=await(t.includeLinkDefinitions?this.#te(e,r):[]);if(r.isCancellationRequested)return[];const o=await this.#d.getForDocument(e);return r.isCancellationRequested?[]:this.#re(e,n,o)}#re(e,t,r){const i={level:-1/0,children:[],parent:void 0,range:n.Range.create(0,0,e.lineCount+1,0)},o=[...t];return this.#ne(i,r.entries,o),i.children.push(...o),i.children}async#te(e,t){const{links:r}=await this.#t.getLinks(e);return t.isCancellationRequested?[]:r.filter(e=>e.kind===o.MdLinkKind.Definition).map(e=>this.#ie(e))}#ie(e){return{kind:n.SymbolKind.Constant,name:`[${e.ref.text}]`,selectionRange:e.ref.range,range:e.source.range}}#ne(e,t,r){let n=e;for(const e of t){for(;r.length&&(0,s.isBefore)(r[0].range.end,e.sectionLocation.range.start);)n.children.push(r.shift());for(;n&&e.level<=n.level;)n=n.parent;if(!n)return;const t=this.#oe(e);t.children=[],n.children.push(t),n={level:e.level,children:t.children,parent:n,range:e.sectionLocation.range}}}#oe(e){return{name:this.#se(e),kind:n.SymbolKind.String,range:e.sectionLocation.range,selectionRange:e.sectionLocation.range}}#se(e){return"#".repeat(e.level)+" "+e.text}}},3258:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdFileRenameProvider=void 0;const n=r(7975),i=r(8945),o=r(8048),s=r(1025),a=r(2246),c=r(9606),u=r(9911),l=r(7622),d=r(2720),f=r(1176);t.MdFileRenameProvider=class{#J;#l;#f;#ae;constructor(e,t,r,n){this.#J=e,this.#l=t,this.#f=r,this.#ae=n}async getRenameFilesInWorkspaceEdit(e,t){const r=new c.WorkspaceEditBuilder,n=[];for(const i of e){const o=await this.#l.stat(i.newUri);if(t.isCancellationRequested)return;if(await(o?.isDirectory?this.#ce(i,r,t):this.#ue(i,e,r,t))&&n.push(i),t.isCancellationRequested)return}return{participatingRenames:n,edit:r.getEdit()}}async#ue(e,t,r,n){let i=!1;return await this.#le(e,r,n)&&(i=!0),!n.isCancellationRequested&&(await this.#de(e,t,r)&&(i=!0),i)}async#ce(e,t,r){const o=await this.#f.entries();if(r.isCancellationRequested)return!1;let a=!1;for(const[r,c]of o)for(const o of c)if(o.href.kind===s.HrefKind.Internal&&!o.source.hrefText.startsWith("#")){if((0,l.isParentDir)(e.oldUri,o.href.path)){const i=n.posix.relative(e.oldUri.path,o.href.path.path),s=e.newUri.with({path:n.posix.join(e.newUri.path,i)});if(this.#fe(r,o,s,t)){a=!0;continue}}if(o.source.hrefText.startsWith("..")&&(0,l.isParentDir)(e.newUri,r)){const s=r.with({path:i.Utils.joinPath(e.oldUri,n.posix.relative(e.newUri.path,r.path)).path}),c=(0,u.resolveInternalDocumentLink)(s,o.source.hrefText,this.#l);if(c){let u;if((0,l.isParentDir)(e.oldUri,c.resource)){const e=i.Utils.dirname(s);u="./"+n.posix.relative(e.path,c.resource.path)}else{const e=i.Utils.dirname(r);u=n.posix.relative(e.path,c.resource.path)}const d=encodeURI(u);if(d!==o.source.hrefPathText){const{range:e,newText:n}=(0,f.getLinkRenameEdit)(o,d);t.replace(r,e,n),a=!0}}}}return a}async#de(e,t,r){if(!(0,l.looksLikeMarkdownUri)(this.#J,e.newUri))return!1;if((0,o.isExcludedPath)(this.#J,e.newUri))return!1;const n=await this.#l.openMarkdownDocument(e.newUri);if(!n)return!1;const i=(await this.#f.getForDocs([n]))[0];let s=!1;for(const o of i)await this.#pe(n,o,e,t,r)&&(s=!0);return s}async#pe(e,t,r,o,c){if(t.href.kind!==s.HrefKind.Internal)return!1;if(t.source.hrefText.startsWith("#"))return!1;if(t.source.hrefText.startsWith("/"))return!1;let d=(0,u.resolveInternalDocumentLink)(r.oldUri,t.source.hrefText,this.#l);if(!d)return!1;for(const e of o)if((0,l.isSameResource)(e.oldUri,d.resource)||(0,l.isParentDir)(e.oldUri,d.resource)){d={resource:i.Utils.joinPath(e.newUri,n.posix.relative(e.oldUri.path,d.resource.path)),linkFragment:d.linkFragment};break}return this.#fe((0,a.getDocUri)(e),t,d.resource,c)}async#le(e,t,r){if((0,o.isExcludedPath)(this.#J,e.newUri))return!1;const n=await this.#ae.getReferencesToFileInWorkspace(e.oldUri,r);if(r.isCancellationRequested)return!1;let s=!1;for(const r of n)r.kind===d.MdReferenceKind.Link&&this.#fe(i.URI.parse(r.location.uri),r.link,e.newUri,t)&&(s=!0);return s}#fe(e,t,r,n){if(t.href.kind!==s.HrefKind.Internal)return!1;const i=(0,u.removeNewUriExtIfNeeded)(this.#J,t.href,r),o=(0,f.getLinkRenameText)(this.#l,t.source,i,t.source.hrefText.startsWith("."));if("string"==typeof o){const{range:r,newText:i}=(0,f.getLinkRenameEdit)(t,o);return n.replace(e,r,i),!0}return!1}}},6649:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdFoldingProvider=void 0;const n=r(4512),i=r(2869),o=r(2246),s=r(9612);function a(e){var t;if(e.map&&"html_block"===e.type)return t=e.content,/^\s*<!--\s*#?region\b.*-->/.test(t)?{token:e,isStart:!0}:function(e){return/^\s*<!--\s*#?endregion\b.*-->/.test(e)}(e.content)?{token:e,isStart:!1}:void 0}function c(e){if(!e.map)return!1;switch(e.type){case"fence":case"list_item_open":case"table_open":case"blockquote_open":return e.map[1]>e.map[0];case"html_block":return!a(e)&&e.map[1]>e.map[0]+1;default:return!1}}t.MdFoldingProvider=class{#he;#d;#v;constructor(e,t,r){this.#he=e,this.#d=t,this.#v=r}async provideFoldingRanges(e,t){this.#v.log(i.LogLevel.Debug,"MdFoldingProvider.provideFoldingRanges",{document:e.uri,version:e.version});const r=(await Promise.all([this.#ge(e,t),this.#me(e,t),this.#ve(e,t)])).flat();return r.length>5e3?r.slice(0,5e3):r}async#ge(e,t){const r=await this.#he.tokenize(e);return t.isCancellationRequested?[]:Array.from(this.#ye(r))}*#ye(e){const t=[];for(const r of e){const e=a(r);e&&(e.isStart?t.push(e):t.length&&t[t.length-1].isStart&&(yield{startLine:t.pop().token.map[0],endLine:e.token.map[0],kind:n.FoldingRangeKind.Region}))}}async#me(e,t){const r=await this.#d.getForDocument(e);return t.isCancellationRequested?[]:r.entries.map(t=>{let r=t.sectionLocation.range.end.line;return(0,s.isEmptyOrWhitespace)((0,o.getLine)(e,r))&&r>=t.line+1&&(r-=1),{startLine:t.line,endLine:r}})}async#ve(e,t){const r=await this.#he.tokenize(e);return t.isCancellationRequested?[]:Array.from(this.#be(e,r))}*#be(e,t){for(const r of t)if(c(r)){const t=r.map[0];let n=r.map[1]-1;(0,s.isEmptyOrWhitespace)((0,o.getLine)(e,n))&&n>=t+1&&(n-=1),n>t&&(yield{startLine:t,endLine:n,kind:this.#De(r)})}}#De(e){return"html_block"===e.type&&e.content.startsWith("\x3c!--")?n.FoldingRangeKind.Comment:void 0}}},4414:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdHoverProvider=void 0;const n=r(1025),i=r(2071),o=r(1193),s=r(1633);t.MdHoverProvider=class{#t;constructor(e){this.#t=e}async provideHover(e,t,r){const o=await this.#t.getLinks(e);if(r.isCancellationRequested)return;const s=o.links.find(e=>(0,i.rangeContains)(e.source.hrefRange,t));if(!s||s.href.kind===n.HrefKind.Reference)return;const a=this.#we(s);return a&&{contents:a,range:s.source.hrefRange}}#we(e){if(e.href.kind===n.HrefKind.Reference)return;const t=e.href.kind===n.HrefKind.External?e.href.uri:e.href.path;switch((0,s.getMediaPreviewType)(t)){case s.MediaType.Image:return{kind:"markdown",value:o.imageLink(t,"",300)};case s.MediaType.Video:return{kind:"markdown",value:o.video(t,300)}}}}},9399:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdOrganizeLinkDefinitionProvider=void 0,t.getExistingDefinitionBlock=c;const n=r(4512),i=r(1025),o=r(2246),s=r(5176),a=r(9612);function c(e,t){if(!t.length)return;const r=t[t.length-1],i=e.getText(n.Range.create(r.source.range.end.line+1,0,s.maxLspUInt,0));if((0,a.isEmptyOrWhitespace)(i)){let e=r;for(let r=t.length-1;r>=0;--r){const n=t[r];if(n.source.range.start.line<e.source.range.start.line-1)break;e=n}return{startLine:e.source.range.start.line,endLine:r.source.range.start.line}}}t.MdOrganizeLinkDefinitionProvider=class{#t;constructor(e){this.#t=e}async getOrganizeLinkDefinitionEdits(e,t,r){const s=await this.#t.getLinks(e);if(r.isCancellationRequested)return[];const u=s.links.filter(e=>e.kind===i.MdLinkKind.Definition);if(!u.length)return[];const l=c(e,u),d=[];for(const t of this.#ke(e,u))(!l||t.startLine<l.startLine)&&d.push({newText:"",range:n.Range.create(t.startLine,0,t.endLine,(0,o.getLine)(e,t.endLine).length)});const f=[...u];f.sort((e,t)=>e.ref.text.localeCompare(t.ref.text));const p=f.filter(e=>!t.removeUnused||s.links.some(t=>t.kind===i.MdLinkKind.Link&&t.href.kind===i.HrefKind.Reference&&t.href.ref===e.ref.text)),h=p.map(e=>`[${e.ref.text}]: ${e.source.hrefText}`).join("\n");if(l){const t=l.startLine<=0||(0,a.isEmptyOrWhitespace)((0,o.getLine)(e,l.startLine-1));if(!d.length&&p.length===u.length&&u.every((e,t)=>e.ref===p[t].ref))return[];d.push({newText:(t?"":"\n")+h,range:n.Range.create(l.startLine,0,l.endLine,(0,o.getLine)(e,l.endLine).length)})}else{const t=this.#Ce(e,u);d.push({newText:(t===e.lineCount-1?"\n\n":"\n")+h,range:n.Range.create(t+1,0,e.lineCount,0)})}return d}*#ke(e,t){if(!t.length)return;let r=0;const n=t[r];let i=n;for(;r<t.length-1;++r){const e=t[r+1];if(e.source.range.start.line!==i.source.range.start.line+1)break;i=e}yield{startLine:n.source.range.start.line,endLine:i.source.range.start.line},yield*this.#ke(e,t.slice(r+1))}#Ce(e,t){const r=t[t.length-1],i=e.getText(n.Range.create(r.source.range.end.line+1,0,s.maxLspUInt,0)).split(/\r\n|\n/g);for(let e=i.length-1;e>=0;--e)if(!(0,a.isEmptyOrWhitespace)(i[e]))return r.source.range.start.line+1+e;return r.source.range.start.line}}},7406:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdPathCompletionProvider=t.IncludeWorkspaceHeaderCompletions=void 0;const n=r(2795),i=r(7975),o=r(4512),s=r(8945),a=r(8048),c=r(3043),u=r(4335),l=r(2246),d=r(8632),f=r(1193),p=r(9911),h=r(1633),g=r(7622),m=r(2349),v=r(9612),y=r(2589),b=r(7191);var D,w;!function(e){e[e.Link=0]="Link",e[e.ReferenceLink=1]="ReferenceLink",e[e.LinkDefinition=2]="LinkDefinition",e[e.HtmlAttribute=3]="HtmlAttribute"}(D||(D={})),function(e){e.never="never",e.onDoubleHash="onDoubleHash",e.onSingleOrDoubleHash="onSingleOrDoubleHash"}(w||(t.IncludeWorkspaceHeaderCompletions=w={}));const k=Object.freeze({localHeader:"1",workspaceHeader:"2"});t.MdPathCompletionProvider=class{#u;#l;#he;#t;#Re;constructor(e,t,r,n,i){this.#u=e,this.#l=t,this.#he=r,this.#t=n,this.#Re=new b.MdWorkspaceInfoCache(t,e=>i.getForDocument(e))}async provideCompletionItems(e,t,r,n){const i=this.#Ee(e,t);if(!i)return[];const o=[];for await(const s of this.#Te(e,t,i,r,n))o.push(s);return o}async*#Te(e,t,r,n,i){switch(r.kind){case D.ReferenceLink:return void(yield*this.#Ae(e,t,r,i));case D.LinkDefinition:case D.Link:case D.HtmlAttribute:{if(r.linkPrefix.startsWith("#")&&n.includeWorkspaceHeaderCompletions===w.onSingleOrDoubleHash||r.linkPrefix.startsWith("##")&&(n.includeWorkspaceHeaderCompletions===w.onDoubleHash||n.includeWorkspaceHeaderCompletions===w.onSingleOrDoubleHash)){const n=o.Range.create(r.linkTextStartPosition,t);return void(yield*this.#xe(e,t,r,n,i))}const s=r.anchorInfo&&0===r.anchorInfo.beforeAnchor.length;if(0===r.linkPrefix.length||s){const n=o.Range.create(r.linkTextStartPosition,t);yield*this.#_e(e,t,r,n,i)}if(i.isCancellationRequested)return;if(!s)if(r.anchorInfo){const n=this.#Se(e,r.anchorInfo.beforeAnchor);if(n){const e=await(0,y.openLinkToMarkdownFile)(this.#u,this.#l,n);if(i.isCancellationRequested)return;if(e){const n=(0,u.translatePosition)(t,{characterDelta:-(r.anchorInfo.anchorPrefix.length+1)}),s=o.Range.create(n,t);yield*this.#_e(e,t,r,s,i)}}}else yield*this.#qe(e,t,r,i);return}}}#Le=new RegExp(v.r`\[`+v.r`(?:`+v.r`[^\[\]\\]|`+v.r`\\.|`+v.r`\[[^\[\]]*\]`+v.r`)*`+v.r`\]`+v.r`\(\s*(<[^\>\)]*|[^\s\(\)]*)`+v.r`$`);#Fe=/\[([^\]]*?)\]\[\s*([^\s\(\)]*)$/;#Pe=/(?<![\]\)])\[([^\s\(\)]*)$/;#Me=/^\s*\[(?!\^)(?:\\\]|\\\[|[^\]\[\n])+]:\s*([^\s]*)$/m;#Ne=/\<(?<tag>\w+)([^>]*)\s(?<attr>\w+)=['"](?<link>[^'"]*)$/m;#Ee(e,t){const r=(0,l.getLine)(e,t.line),n=r.slice(0,t.character),i=r.slice(t.character),o=n.match(this.#Ne);if(o?.groups){const e=d.htmlTagPathAttrs.get(o.groups.tag.toUpperCase());if(!e||!e.some(e=>e===o.groups.attr.toLowerCase()))return;const r=o.groups.link;if(this.#Oe(r))return;const n=i.match(/^[^\s'"]*/);return this.#Ie(D.HtmlAttribute,t,r,n?.[0]??"",!1)}const s=n.match(this.#Le);if(s){const e=s[1].startsWith("<"),r=s[1].slice(e?1:0);if(this.#Oe(r))return;const n=i.match(/^[^\)\s][^\)\s\>]*/);return this.#Ie(D.Link,t,r,n?.[0]??"",e)}const a=n.match(this.#Me);if(a){const e=a[1].startsWith("<"),r=a[1].slice(e?1:0);if(this.#Oe(r))return;const n=i.match(/^[^\s]*/);return this.#Ie(D.LinkDefinition,t,r,n?.[0]??"",e)}const c=n.match(this.#Fe);if(c){const e=c[2],r=i.match(/^[^\]\s]*/);return{kind:D.ReferenceLink,linkPrefix:e,linkTextStartPosition:(0,u.translatePosition)(t,{characterDelta:-e.length}),linkSuffix:r?r[0]:""}}const f=n.match(this.#Pe);if(f){const e=f[1],r=i.match(/^[^\]\s]*/);return{kind:D.ReferenceLink,linkPrefix:e,linkTextStartPosition:(0,u.translatePosition)(t,{characterDelta:-e.length}),linkSuffix:r?r[0]:""}}}#Ie(e,t,r,n,i){return{kind:e,linkPrefix:r,linkTextStartPosition:(0,u.translatePosition)(t,{characterDelta:-r.length}),linkSuffix:n,anchorInfo:this.#je(r),isAngleBracketPath:i}}#Oe(e){return/^\s*[\w\d\-]+:/.test(e)}#je(e){const t=e.match(/^([^#]*)#([^#]*)$/);if(t)return{beforeAnchor:t[1],anchorPrefix:t[2]}}async*#Ae(e,t,r,i){const s=o.Range.create(r.linkTextStartPosition,t),a=o.Range.create(s.start,(0,u.translatePosition)(t,{characterDelta:r.linkSuffix.length})),{definitions:c}=await this.#t.getLinks(e);if(!i.isCancellationRequested)for(const e of c)yield{kind:o.CompletionItemKind.Reference,label:e.ref.text,detail:n.t("Reference link '{0}'",e.ref.text),textEdit:{newText:e.ref.text,insert:s,replace:a}}}async*#_e(e,t,r,n,i){const s=await c.TableOfContents.createForContainingDoc(this.#he,this.#l,e,i);if(i.isCancellationRequested)return;const a=o.Range.create(n.start,(0,u.translatePosition)(t,{characterDelta:r.linkSuffix.length}));for(const e of s.entries){const t=this.#Be(e,n,a);t.labelDetails={},yield t}}#Be(e,t,r,n=""){const i="#"+decodeURIComponent(e.slug.value),s=n+"#"+decodeURIComponent(e.slug.value);return{kind:o.CompletionItemKind.Reference,label:i,detail:this.#He(e),textEdit:{newText:s,insert:t,replace:r}}}#He(e){return n.t("Link to '{0}'","#".repeat(e.level)+" "+e.text)}async*#xe(e,t,r,i,s){const a=await this.#Re.entries();if(s.isCancellationRequested)return;const c=o.Range.create(i.start,(0,u.translatePosition)(t,{characterDelta:r.linkSuffix.length}));for(const[t,o]of a){const s=(0,g.isSameResource)(t,(0,l.getDocUri)(e)),a=s?"":(0,g.computeRelativePath)((0,l.getDocUri)(e),t);if(void 0===a)continue;const u=this.#Ue(a),d=this.#We(r,u);for(const e of o.entries){const t=this.#Be(e,i,c,d);t.filterText="#"+t.label,t.sortText=s?k.localHeader:k.workspaceHeader,s?t.detail=this.#He(e):d&&(t.detail=n.t("Link to '# {0}' in '{1}'",e.text,d),t.labelDetails={description:d}),yield t}}}async*#qe(e,t,r,i){const c=r.linkPrefix.substring(0,r.linkPrefix.lastIndexOf("/")+1),l=this.#Se(e,c?function(e){try{return decodeURIComponent(e)}catch{return e}}(c):".");if(!l)return;const d=(0,u.translatePosition)(t,{characterDelta:c.length-r.linkPrefix.length}),f=o.Range.create(d,t),p=(0,u.translatePosition)(t,{characterDelta:r.linkSuffix.length}),h=o.Range.create(d,p);let g;try{g=await this.#l.readDirectory(l)}catch{return}if(!i.isCancellationRequested)for(let[e,t]of g){const i=s.Utils.joinPath(l,e);if((0,a.isExcludedPath)(this.#u,i))continue;t.isDirectory||(e=this.#Ue(e));const c=t.isDirectory,u=this.#We(r,e)+(c?"/":""),d=c?e+"/":e;yield{label:d,kind:c?o.CompletionItemKind.Folder:o.CompletionItemKind.File,detail:n.t("Link to '{0}'",d),documentation:this.#Ve(i,t),textEdit:{newText:u,insert:f,replace:h},command:c?{command:"editor.action.triggerSuggest",title:""}:void 0}}}#Ve(e,t){let r=t.isDirectory?f.inlineCode(e.path+"/"):f.codeLink(e.path,e);if(!t.isDirectory){const t=300;switch((0,h.getMediaPreviewType)(e)){case h.MediaType.Image:r+=`\n\n${f.imageLink(e,"Linked image",t)}`;break;case h.MediaType.Video:r+=`\n\n${f.video(e,t)}`}}return{kind:o.MarkupKind.Markdown,value:r}}#We(e,t){return t=t.replaceAll("%","%25"),e.kind===D.HtmlAttribute?t.replaceAll('"',""").replaceAll("'","'"):e.isAngleBracketPath?(0,p.escapeForAngleBracketLink)(t):((0,p.hasBalancedParens)(t)||(t=t.replace(/([()])/g,"\\$1")),t.replaceAll(" ","%20"))}#Ue(e){if("removeExtension"===this.#u.preferredMdPathExtensionStyle&&(0,g.looksLikeMarkdownFilePath)(this.#u,e)){const t=(0,i.extname)(e);e=e.slice(0,-t.length)}return e}#Se(e,t){const r=this.#$e(e);if(t.startsWith("/")){const e=(0,y.getWorkspaceFolder)(this.#l,r);return e?s.Utils.joinPath(e,t):this.#Ke(r,t.slice(1))}return this.#Ke(r,t)}#Ke(e,t){try{return e.scheme===m.Schemes.file?s.URI.file((0,i.resolve)((0,i.dirname)(e.fsPath),t)):e.with({path:(0,i.resolve)((0,i.dirname)(e.path),t)})}catch{return}}#$e(e){return this.#l.getContainingDocument?.((0,l.getDocUri)(e))?.uri??(0,l.getDocUri)(e)}}},2720:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdReferencesProvider=t.MdReferenceKind=void 0;const n=r(2869),i=r(1025),o=r(4335),s=r(2071),a=r(2246),c=r(7292),u=r(7622),l=r(2589);var d;!function(e){e[e.Link=1]="Link",e[e.Header=2]="Header"}(d||(t.MdReferenceKind=d={}));class f extends c.Disposable{#u;#he;#l;#d;#f;#v;constructor(e,t,r,n,i,o){super(),this.#u=e,this.#he=t,this.#l=r,this.#d=n,this.#f=i,this.#v=o}async provideReferences(e,t,r,n){return(await this.getReferencesAtPosition(e,t,n)).filter(e=>r.includeDeclaration||!e.isDefinition).map(e=>e.location)}async getReferencesAtPosition(e,t,r){this.#v.log(n.LogLevel.Debug,"ReferencesProvider.getReferencesAtPosition",{document:e.uri,version:e.version});const i=await this.#d.getForDocument(e);if(r.isCancellationRequested)return[];const o=i.entries.find(e=>e.line===t.line);return o?this.#ze(e,o,r):this.#Ge(e,t,r)}async getReferencesToFileInWorkspace(e,t){this.#v.log(n.LogLevel.Debug,"ReferencesProvider.getAllReferencesToFileInWorkspace",{resource:e});const r=await this.#Je();return t.isCancellationRequested?[]:Array.from(this.#Xe(e,r,void 0))}async#ze(e,t,r){const n=await this.#Je();if(r.isCancellationRequested)return[];const o=[];o.push({kind:d.Header,isTriggerLocation:!0,isDefinition:!0,location:t.headerLocation,headerText:t.text,headerTextLocation:t.headerTextLocation});for(const r of n)r.href.kind===i.HrefKind.Internal&&(0,u.looksLikePathToResource)(this.#u,r.href.path,(0,a.getDocUri)(e))&&this.#he.slugifier.fromFragment(r.href.fragment).equals(t.slug)&&o.push({kind:d.Link,isTriggerLocation:!1,isDefinition:!1,link:r,location:{uri:r.source.resource.toString(),range:r.source.hrefRange}});return o}async#Ge(e,t,r){const n=(await this.#f.getForDocs([e]))[0];if(r.isCancellationRequested)return[];for(const o of n)if(o.kind===i.MdLinkKind.Definition){if((0,s.rangeContains)(o.ref.range,t))return Array.from(this.#Ze(n,o.ref.text,{resource:(0,a.getDocUri)(e),range:o.ref.range}));if((0,s.rangeContains)(o.source.hrefRange,t))return this.#Ye(n,o,t,r)}else if((0,s.rangeContains)(o.source.hrefRange,t))return this.#Ye(n,o,t,r);return[]}async#Ye(e,t,r,n){if(t.href.kind===i.HrefKind.Reference)return Array.from(this.#Ze(e,t.href.ref,{resource:t.source.resource,range:t.source.hrefRange}));const o=await this.#Je();if(n.isCancellationRequested)return[];if(t.href.kind===i.HrefKind.External){const e=[];for(const r of o)if(r.href.kind===i.HrefKind.External&&(0,u.isSameResource)(r.href.uri,t.href.uri)){const n=t.source.resource.fsPath===r.source.resource.fsPath&&(0,s.areRangesEqual)(t.source.hrefRange,r.source.hrefRange);e.push({kind:d.Link,isTriggerLocation:n,isDefinition:!1,link:r,location:{uri:r.source.resource.toString(),range:r.source.hrefRange}})}return e}const a=await(0,l.statLinkToMarkdownFile)(this.#u,this.#l,t.href.path);if(n.isCancellationRequested)return[];const c=[];if(a&&this.#R(a)&&t.href.fragment&&t.source.hrefFragmentRange&&(0,s.rangeContains)(t.source.hrefFragmentRange,r)){const e=await this.#d.get(a),r=e?.lookupByFragment(t.href.fragment);r&&c.push({kind:d.Header,isTriggerLocation:!1,isDefinition:!0,location:r.headerLocation,headerText:r.text,headerTextLocation:r.headerTextLocation});for(const e of o)if(e.href.kind===i.HrefKind.Internal&&(0,u.looksLikePathToResource)(this.#u,e.href.path,a)&&this.#he.slugifier.fromHeading(e.href.fragment).equals(this.#he.slugifier.fromHeading(t.href.fragment))){const r=t.source.resource.fsPath===e.source.resource.fsPath&&(0,s.areRangesEqual)(t.source.hrefRange,e.source.hrefRange);c.push({kind:d.Link,isTriggerLocation:r,isDefinition:!1,link:e,location:{uri:e.source.resource.toString(),range:e.source.hrefRange}})}}else c.push(...this.#Xe(a??t.href.path,o,t));return c}async#Je(){return(await this.#f.values()).flat()}#R(e){return this.#l.hasMarkdownDocument(e)||(0,u.looksLikeMarkdownUri)(this.#u,e)}*#Xe(e,t,r){for(const n of t){if(n.href.kind!==i.HrefKind.Internal||!(0,u.looksLikePathToResource)(this.#u,n.href.path,e))continue;if(n.source.hrefText.startsWith("#")&&n.source.resource.fsPath===e.fsPath)continue;const t=!!r&&r.source.resource.fsPath===n.source.resource.fsPath&&(0,s.areRangesEqual)(r.source.hrefRange,n.source.hrefRange),o=this.#Qe(n);yield{kind:d.Link,isTriggerLocation:t,isDefinition:!1,link:n,location:{uri:n.source.resource.toString(),range:o}}}}*#Ze(e,t,r){for(const n of e){let e;if(n.kind===i.MdLinkKind.Definition)e=n.ref.text;else{if(n.href.kind!==i.HrefKind.Reference)continue;e=n.href.ref}if(e===t&&n.source.resource.fsPath===r.resource.fsPath){const e=r.resource.fsPath===n.source.resource.fsPath&&(n.href.kind===i.HrefKind.Reference&&(0,s.areRangesEqual)(r.range,n.source.hrefRange)||n.kind===i.MdLinkKind.Definition&&(0,s.areRangesEqual)(r.range,n.ref.range)),t=this.#Qe(n);yield{kind:d.Link,isTriggerLocation:e,isDefinition:n.kind===i.MdLinkKind.Definition,link:n,location:{uri:r.resource.toString(),range:t}}}}}#Qe(e){return e.source.hrefFragmentRange?(0,s.modifyRange)(e.source.hrefRange,void 0,(0,o.translatePosition)(e.source.hrefFragmentRange.start,{characterDelta:-1})):e.source.hrefRange}}t.MdReferencesProvider=f},1176:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdRenameProvider=t.RenameNotSupportedAtLocationError=void 0,t.getLinkRenameText=k,t.getFilePathRange=C,t.getLinkRenameEdit=R;const n=r(2795),i=r(7975),o=r(4512),s=r(8945),a=r(8048),c=r(2869),u=r(3043),l=r(1025),d=r(609),f=r(4335),p=r(2071),h=r(2246),g=r(9606),m=r(9911),v=r(7622),y=r(1383),b=r(2589),D=r(2720);class w extends Error{constructor(){super(n.t("Renaming is not supported here. Try renaming a header or link."))}}function k(e,t,r,n=!1){if(t.hrefText.startsWith("/")){const n=(0,m.resolveInternalDocumentLink)(t.resource,"/",e);if(!n)return;return"/"+i.posix.relative(n.resource.path,r.path)}return(0,v.computeRelativePath)(t.resource,r,n)}function C(e){return e.source.hrefFragmentRange?(0,p.modifyRange)(e.source.hrefRange,void 0,(0,f.translatePosition)(e.source.hrefFragmentRange.start,{characterDelta:-1})):e.source.hrefRange}function R(e,t){const r=e.source.hrefRange;return t=function(e,t){return t.href.kind===l.HrefKind.Internal&&t.href.fragment?e+"#"+t.href.fragment:e}(t.replace(/\\/g,"/"),e),e.source.isAngleBracketLink?(0,m.needsAngleBracketLink)(t)?{range:r,newText:(0,m.escapeForAngleBracketLink)(t)}:{range:o.Range.create((0,f.translatePosition)(r.start,{characterDelta:-1}),(0,f.translatePosition)(r.end,{characterDelta:1})),newText:t}:(0,m.needsAngleBracketLink)(t)?{range:r,newText:`<${(0,m.escapeForAngleBracketLink)(t)}>`}:{range:r,newText:t}}t.RenameNotSupportedAtLocationError=w,t.MdRenameProvider=class{#et;#u;#l;#he;#ae;#tt;#rt;#v;constructor(e,t,r,n,i,o,s){this.#u=e,this.#l=t,this.#he=r,this.#ae=n,this.#tt=i,this.#rt=o,this.#v=s}async prepareRename(e,t,r){this.#v.log(c.LogLevel.Debug,"RenameProvider.prepareRename",{document:e.uri,version:e.version});const n=await this.#nt(e,t,r);if(r.isCancellationRequested)return;if(!n||!n.references.length)throw new w;const i=n.triggerRef;switch(i.kind){case D.MdReferenceKind.Header:return{range:i.headerTextLocation.range,placeholder:i.headerText};case D.MdReferenceKind.Link:{if(i.link.kind===l.MdLinkKind.Definition&&(0,p.rangeContains)(i.link.ref.range,t))return{range:i.link.ref.range,placeholder:i.link.ref.text};if(i.link.href.kind===l.HrefKind.External)return{range:i.link.source.hrefRange,placeholder:e.getText(i.link.source.hrefRange)};const{hrefFragmentRange:r}=i.link.source;if(r&&(0,p.rangeContains)(r,t)){const t=this.#it(n.references);return{range:r,placeholder:t?t.headerText:e.getText(r)}}const o=C(i.link);if(!o)throw new w;return{range:o,placeholder:(0,y.tryDecodeUri)(e.getText(o))}}}}#it(e){return e.find(e=>e.isDefinition&&e.kind===D.MdReferenceKind.Header)}async provideRenameEdits(e,t,r,n){this.#v.log(c.LogLevel.Debug,"RenameProvider.provideRenameEdits",{document:e.uri,version:e.version});const i=await this.#nt(e,t,n);if(n.isCancellationRequested||!i||!i.references.length)return;const o=i.triggerRef;return o.kind===D.MdReferenceKind.Link&&(o.link.kind===l.MdLinkKind.Definition&&(0,p.rangeContains)(o.link.ref.range,t)||o.link.href.kind===l.HrefKind.Reference)?this.#ot(i,r):o.kind===D.MdReferenceKind.Link&&o.link.href.kind===l.HrefKind.External?this.#st(i,r):o.kind===D.MdReferenceKind.Header||o.kind===D.MdReferenceKind.Link&&o.link.source.hrefFragmentRange&&(0,p.rangeContains)(o.link.source.hrefFragmentRange,t)&&(o.link.kind===l.MdLinkKind.Definition||o.link.kind===l.MdLinkKind.Link&&o.link.href.kind===l.HrefKind.Internal)?this.#at(i,r,n):o.kind!==D.MdReferenceKind.Link||o.link.source.hrefFragmentRange&&(0,p.rangeContains)(o.link.source.hrefFragmentRange,t)||o.link.kind!==l.MdLinkKind.Link&&o.link.kind!==l.MdLinkKind.Definition||o.link.href.kind!==l.HrefKind.Internal?void 0:this.#ct(o.link.source.resource,o.link.href,i,r,n)}async#ct(e,t,r,n,i){const o=new g.WorkspaceEditBuilder,c=await(0,b.statLinkToMarkdownFile)(this.#u,this.#l,t.path)??t.path;if(i.isCancellationRequested)return o.getEdit();const u=(0,m.resolveInternalDocumentLink)(e,n,this.#l);if(!u)return o.getEdit();let l=u.resource;s.Utils.extname(l)||s.Utils.extname(c)&&(l=l.with({path:l.path+"."+(this.#u.markdownFileExtensions[0]??a.defaultMarkdownFileExtension)})),await this.#l.stat(c)&&o.renameFile(c,l);for(const e of r.references)if(e.kind===D.MdReferenceKind.Link){const{range:t,newText:r}=this.#ut(e,u,n);o.replace(e.link.source.resource,t,r)}return o.getEdit()}#ut(e,t,r){const n=k(this.#l,e.link.source,t.resource,r.startsWith("./")||r.startsWith(".\\"));return R(e.link,n??r)}async#at(e,t,r){const n=new g.WorkspaceEditBuilder;let i=this.#rt.fromHeading(t);const a=e.references.find(e=>e.kind===D.MdReferenceKind.Header);if(a){const e=await this.#l.openMarkdownDocument(s.URI.parse(a.location.uri));if(r.isCancellationRequested)return;if(e){const c=new d.InMemoryDocument(s.URI.parse(a.location.uri),e.getText(),d.tempDocVersion).applyEdits([o.TextEdit.replace(a.location.range,"# "+t)]),[l,f]=await Promise.all([this.#tt.getForDocument(e),u.TableOfContents.create(this.#he,c,r)]);if(r.isCancellationRequested)return;const p=[];l.entries.forEach((e,t)=>{const r=f.entries[t];r&&(e.headerLocation.range.start.line!==a.location.range.start.line?r&&!e.slug.equals(r.slug)&&p.push(r):i=r.slug)});for(const t of p){const i=await this.#nt(e,t.headerLocation.range.start,r);if(r.isCancellationRequested)return;for(const e of i?.references??[])e.kind===D.MdReferenceKind.Link&&n.replace(e.link.source.resource,e.link.source.hrefFragmentRange??e.location.range,t.slug.value)}}}for(const r of e.references)switch(r.kind){case D.MdReferenceKind.Header:n.replace(s.URI.parse(r.location.uri),r.headerTextLocation.range,t);break;case D.MdReferenceKind.Link:n.replace(r.link.source.resource,r.link.source.hrefFragmentRange??r.location.range,r.link.source.hrefFragmentRange&&r.link.href.kind!==l.HrefKind.External?i.value:t)}return n.getEdit()}#st(e,t){const r=new g.WorkspaceEditBuilder;for(const n of e.references)n.kind===D.MdReferenceKind.Link&&r.replace(n.link.source.resource,n.location.range,t);return r.getEdit()}#ot(e,t){const r=new g.WorkspaceEditBuilder;for(const n of e.references)n.kind===D.MdReferenceKind.Link&&(n.link.kind===l.MdLinkKind.Definition?r.replace(n.link.source.resource,n.link.ref.range,t):r.replace(n.link.source.resource,n.link.source.hrefFragmentRange??n.location.range,t));return r.getEdit()}async#nt(e,t,r){const n=e.version;if(this.#et&&this.#et.resource.fsPath===(0,h.getDocUri)(e).fsPath&&this.#et.version===e.version&&(0,f.arePositionsEqual)(this.#et.position,t))return this.#et;const i=await this.#ae.getReferencesAtPosition(e,t,r);if(r.isCancellationRequested)return;const o=i.find(e=>e.isTriggerLocation);return o?(this.#et={resource:(0,h.getDocUri)(e),version:n,position:t,references:i,triggerRef:o},this.#et):void 0}}},821:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdSelectionRangeProvider=void 0;const n=r(4512),i=r(2869),o=r(4335),s=r(2071),a=r(2246),c=r(9067),u=r(9612),l=r(1025);function d(e,t,r,i,a){const c=e.sectionLocation.range,u=n.Range.create((0,o.translatePosition)(c.start,{lineDelta:1}),c.end);return r&&t&&a?m((0,s.modifyRange)(c,void 0,a),m(c,i)):r&&t?m(c,i):t&&a?m((0,s.modifyRange)(u,void 0,a),m(u,m(c,i))):m(u,m(c,i))}function f(e,t,r,i){if("fence"===e.type)return function(e,t,r,i){const o=e.map[0],c=e.map[1]-1,u=t===o||t===c,l=n.Range.create(o,0,c,(0,a.getLine)(r,c).length),d=c-o>2&&!u?n.Range.create(o+1,0,c-1,(0,a.getLine)(r,c-1).length):void 0;return d?m(d,m(l,i)):i&&(0,s.areRangesEqual)(i.range,l)?i:m(l,i)}(e,r,t,i);let o=(0,u.isEmptyOrWhitespace)((0,a.getLine)(t,e.map[0]))?e.map[0]+1:e.map[0],c=o===e.map[1]?e.map[1]:e.map[1]-1;var l;"paragraph_open"===e.type&&e.map[1]-e.map[0]==2?o=c=r:(l=e).type&&["ordered_list_open","list_item_open","bullet_list_open"].includes(l.type)&&(0,u.isEmptyOrWhitespace)((0,a.getLine)(t,c))&&(c-=1);const d=n.Range.create(o,0,c,(0,a.getLine)(t,c).length);return i&&(0,s.rangeContains)(i.range,d)&&!(0,s.areRangesEqual)(i.range,d)?m(d,i):i&&(0,s.areRangesEqual)(i.range,d)?i:m(d,void 0)}function p(e,t,r,i){const o=[...e.matchAll(/\*\*([^*]+\*?[^*]+\*?[^*]+)\*\*/gim)].filter(r=>e.indexOf(r[0])<=t&&e.indexOf(r[0])+r[0].length>=t);if(o.length){const s=o[0][0],a=e.indexOf(s),c=t===a||t===a+1||t===a+s.length||t===a+s.length-1,u=m(n.Range.create(r,a,r,a+s.length),i),l=m(n.Range.create(r,a+2,r,a+s.length-2),u);return c?u:l}}function h(e,t,r,i,o){const s=[/(?:[^*]+)(\*([^*]+)(?:\*\*[^*]*\*\*)*([^*]+)\*)(?:[^*]+)/g,/^(?:[^*]*)(\*([^*]+)(?:\*\*[^*]*\*\*)*([^*]+)\*)(?:[^*]*)$/g];let a=[];if(i?(a=[...e.matchAll(s[0])].filter(r=>e.indexOf(r[0])<=t&&e.indexOf(r[0])+r[0].length>=t),a.length||(a=[...e.matchAll(s[1])].filter(r=>e.indexOf(r[0])<=t&&e.indexOf(r[0])+r[0].length>=t))):a=[...e.matchAll(/\`[^\`]*\`/g)].filter(r=>e.indexOf(r[0])<=t&&e.indexOf(r[0])+r[0].length>=t),a.length){const s=i?a[0][1]:a[0][0],c=e.indexOf(s),u=t===c||t===c+s.length,l=m(n.Range.create(r,c,r,c+s.length),o),d=m(n.Range.create(r,c+1,r,c+s.length-1),l);return u?l:d}}function g(e,t,r){let n;if(t&&r){const i=r.filter(e=>(0,s.rangeContains)(t.sectionLocation.range,e.sectionLocation.range)&&e.sectionLocation.range.start.line>t.sectionLocation.range.start.line).sort((e,t)=>e.line-t.line);if(i.length>0){n=i[0].sectionLocation.range.start;const t=(0,a.getLine)(e,n.line-1);return n?(0,o.translatePosition)(n,{lineDelta:-1,characterDelta:t.length}):void 0}}}function m(e,t){return t&&(0,s.areRangesEqual)(t.range,e)?t:{range:e,parent:t}}t.MdSelectionRangeProvider=class{#he;#d;#t;#v;constructor(e,t,r,n){this.#he=e,this.#d=t,this.#t=r,this.#v=n}async provideSelectionRanges(e,t,r){return this.#v.log(i.LogLevel.Debug,"MdSelectionRangeProvider.provideSelectionRanges",{document:e.uri,version:e.version}),(0,c.coalesce)(await Promise.all(t.map(t=>this.#lt(e,t,r))))}async#lt(e,t,r){const i=await this.#dt(e,t,r);if(r.isCancellationRequested)return;const c=await this.#ft(e,t,i,r);if(r.isCancellationRequested)return;const u=await async function(e,t,r,i,c){const u=(0,a.getLine)(e,t.line),d=p(u,t.character,t.line,r),f=h(u,t.character,t.line,!0,r);let g;d&&f&&!(0,s.areRangesEqual)(d.range,f.range)&&((0,s.rangeContains)(d.range,f.range)?g=h(u,t.character,t.line,!0,d):(0,s.rangeContains)(f.range,d.range)&&(g=p(u,t.character,t.line,f)));const v=await async function(e,t,r,i,a){const c=await i.getLinks(e);if(a.isCancellationRequested)return;const u=c.links.filter(e=>(0,s.rangeContains)(e.source.range,t)).at(-1);if(!u)return;if(u.kind===l.MdLinkKind.AutoLink)return m(u.source.hrefRange,m(u.source.range,r));if(u.href.kind===l.HrefKind.Reference&&(0,s.areRangesEqual)(u.source.targetRange,u.source.range))return m(u.source.targetRange,r);const d=m(u.source.range,r);if((0,s.rangeContains)(u.source.targetRange,t)){if(u.kind===l.MdLinkKind.Definition)return m(u.source.targetRange,d);const e=m(n.Range.create((0,o.translatePosition)(u.source.targetRange.start,{characterDelta:1}),(0,o.translatePosition)(u.source.targetRange.end,{characterDelta:-1})),m(u.source.targetRange,d));return u.source.titleRange&&(0,s.rangeContains)(u.source.titleRange,t)?m(u.source.titleRange,e):u.source.isAngleBracketLink&&(0,s.rangeContains)(u.source.hrefRange,t)?m(u.source.hrefRange,m(n.Range.create((0,o.translatePosition)(u.source.hrefRange.start,{characterDelta:-1}),(0,o.translatePosition)(u.source.hrefRange.end,{characterDelta:1})),e)):u.source.titleRange?m(u.source.hrefRange,e):e}return u.kind===l.MdLinkKind.Definition?m(n.Range.create((0,o.translatePosition)(u.source.range.start,{characterDelta:1}),(0,o.translatePosition)(u.source.targetRange.start,{characterDelta:-3})),d):m(n.Range.create((0,o.translatePosition)(u.source.range.start,{characterDelta:1}),(0,o.translatePosition)(u.source.targetRange.start,{characterDelta:-1})),d)}(e,t,g??d??f??r,i,c);if(!c.isCancellationRequested)return h(u,t.character,t.line,!1,v??r)??v??g??d??f}(e,t,c,this.#t,r);return r.isCancellationRequested?void 0:u??c??i}async#ft(e,t,r,n){const i=await this.#he.tokenize(e);if(n.isCancellationRequested)return;const o=function(e,t,r){const n=e.filter(e=>!!e.map&&e.map[0]<=t.line&&e.map[1]>t.line&&(!r||e.map[0]>=r.range.start.line&&e.map[1]<=r.range.end.line+1)&&function(e){return!["list_item_close","paragraph_close","bullet_list_close","inline","heading_close","heading_open"].includes(e.type)}(e));return 0===n.length?[]:n.sort((e,t)=>t.map[1]-t.map[0]-(e.map[1]-e.map[0]))}(i,t,r);if(0===o.length)return;let s=r??f(o.shift(),e,t.line,void 0);for(let r=0;r<o.length;r++)s=f(o[r],e,t.line,s);return s}async#dt(e,t,r){const n=await this.#d.getForDocument(e);if(r.isCancellationRequested)return;const i=function(e,t){return{headers:e.filter(e=>e.sectionLocation.range.start.line<=t.line&&e.sectionLocation.range.end.line>=t.line).sort((e,r)=>e.line-t.line-(r.line-t.line)),headerOnThisLine:void 0!==e.find(e=>e.line===t.line)}}(n.entries,t),o=i.headers;let s;for(let t=0;t<o.length;t++)s=d(o[t],t===o.length-1,i.headerOnThisLine,s,g(e,o[t],n.entries));return s}}},509:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdUpdatePastedLinksProvider=void 0;const n=r(4512),i=r(8945),o=r(1025),s=r(609),a=r(4335),c=r(2071),u=r(2246),l=r(9911),d=r(7622),f=r(7883);class p{source;links;static fromJSON(e){const t=JSON.parse(e);return new p(i.URI.parse(t.source),new o.LinkDefinitionSet(t.links))}constructor(e,t){this.source=e,this.links=t}toJSON(){return JSON.stringify({source:this.source.toString(),links:this.links?Array.from(this.links):void 0})}}function h(e,t){return e.newText.length-(t.offsetAt(e.range.end)-t.offsetAt(e.range.start))}t.MdUpdatePastedLinksProvider=class{#J;#t;constructor(e,t){this.#J=e,this.#t=t}async prepareDocumentPaste(e,t,r){const n=await this.#t.getLinks(e);return r.isCancellationRequested?"":new p((0,u.getDocUri)(e),n.definitions).toJSON()}async provideDocumentPasteEdits(e,t,r,i){const p=this.#pt(r);if(!p)return;if((0,d.isSameResource)((0,u.getDocUri)(e),p.source))return;if(!t.some(e=>e.newText.includes("]")||e.newText.includes("<")))return;const g=Array.from(t).sort((t,r)=>e.offsetAt(t.range.start)-e.offsetAt(r.range.start)),m=new s.InMemoryDocument(p.source,e.getText(),s.tempDocVersion);m.replaceContents(m.previewEdits(g));const v=await this.#t.getLinksWithoutCaching(m,i);if(i.isCancellationRequested)return;const y=this.#ht(g,e,m),b=v.links.filter(e=>e.href.kind===o.HrefKind.Reference||e.href.kind===o.HrefKind.Internal&&!e.source.hrefText.startsWith("/")&&e.href.path.scheme===p.source.scheme&&e.href.path.authority===p.source.authority).filter(e=>y.some(t=>(0,c.rangeContains)(t,e.source.range))),D=[],w=[];for(const t of b)if(t.href.kind===o.HrefKind.Reference){if(new o.LinkDefinitionSet(D).lookup(t.href.ref))continue;const e=p.links?.lookup(t.href.ref);if(!e)continue;if(v.definitions.lookup(t.href.ref)?.source.hrefText===e.source.hrefText)continue;D.push(e)}else if(t.href.kind===o.HrefKind.Internal){const r=(0,u.getDocUri)(e),i=(0,d.isSameResource)(r,t.href.path)?"":(0,d.computeRelativePath)(r,(0,l.removeNewUriExtIfNeeded)(this.#J,t.href,t.href.path));if(void 0===i)continue;let o=i;t.source.hrefFragmentRange&&(o+="#"+t.href.fragment),t.source.hrefText!==o&&w.push(n.TextEdit.replace(t.source.hrefRange,o))}if(!w.length&&!D.length)return;const k=[],C=new s.InMemoryDocument(m.$uri,m.previewEdits(w));let R=0;for(let e=0;e<y.length;++e){const t=y[e],r=g[e];for(let e;(e=w[0])&&(0,a.isBefore)(e.range.start,t.start);w.shift())R+=h(e,m);const i=m.offsetAt(t.start)+R;for(let e;(e=w[0])&&(0,a.isBeforeOrEqual)(e.range.end,t.end);w.shift())R+=h(e,m);const o=m.offsetAt(t.end)+R,s=n.Range.create(C.positionAt(i),C.positionAt(o));k.push(n.TextEdit.replace(r.range,C.getText(s)))}if(D.length){const t=await this.#t.getLinks(e);if(i.isCancellationRequested)return;k.push((0,f.createAddDefinitionEdit)(e,Array.from(t.definitions),D.map(e=>({placeholder:e.ref.text,definitionText:e.source.hrefText}))))}return k}#pt(e){try{return p.fromJSON(e)}catch{return}}#ht(e,t,r){const i=[];let o=0;for(const s of e){const e=t.offsetAt(s.range.start),a=t.offsetAt(s.range.end);i.push(n.Range.create(r.positionAt(e+o),r.positionAt(e+o+s.newText.length))),o+=s.newText.length-(a-e)}return i}}},5396:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdWorkspaceSymbolProvider=void 0;const n=r(4512),i=r(7292),o=r(9612),s=r(7191);class a extends i.Disposable{#gt;#mt;constructor(e,t){super(),this.#mt=t,this.#gt=this._register(new s.MdWorkspaceInfoCache(e,(e,t)=>this.provideDocumentSymbolInformation(e,t)))}async provideWorkspaceSymbols(e,t){const r=await this.#gt.values();if(t.isCancellationRequested)return[];const n=e.toLowerCase();return r.flat().filter(e=>(0,o.fuzzyContains)(e.name.toLowerCase(),n))}async provideDocumentSymbolInformation(e,t){const r=await this.#mt.provideDocumentSymbols(e,{},t);return t.isCancellationRequested?[]:Array.from(this.#vt(e.uri,r))}*#vt(e,t){for(const r of t)yield{name:r.name,kind:n.SymbolKind.String,location:{uri:e,range:r.selectionRange}},r.children&&(yield*this.#vt(e,r.children))}}t.MdWorkspaceSymbolProvider=a},2869:(e,t)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.LogLevel=void 0,function(e){e[e.Off=0]="Off",e[e.Debug=1]="Debug",e[e.Trace=2]="Trace"}(r||(t.LogLevel=r={}))},8155:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.githubSlugifier=t.GithubSlug=void 0;class r{value;constructor(e){this.value=e}equals(e){return e instanceof r&&this.value.toLowerCase()===e.value.toLowerCase()}}t.GithubSlug=r;const n=/[\0-\x1F!-,\.\/:-@\[-\^`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482\u0530\u0557\u0558\u055A-\u055F\u0589-\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05EB-\u05EE\u05F3-\u060F\u061B-\u061F\u066A-\u066D\u06D4\u06DD\u06DE\u06E9\u06FD\u06FE\u0700-\u070F\u074B\u074C\u07B2-\u07BF\u07F6-\u07F9\u07FB\u07FC\u07FE\u07FF\u082E-\u083F\u085C-\u085F\u086B-\u089F\u08B5\u08C8-\u08D2\u08E2\u0964\u0965\u0970\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09F2-\u09FB\u09FD\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A76-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF0-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B54\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B70\u0B72-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BF0-\u0BFF\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B-\u0C5F\u0C64\u0C65\u0C70-\u0C7F\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDD\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D0D\u0D11\u0D45\u0D49\u0D4F-\u0D53\u0D58-\u0D5E\u0D64\u0D65\u0D70-\u0D79\u0D80\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF4-\u0E00\u0E3B-\u0E3F\u0E4F\u0E5A-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F01-\u0F17\u0F1A-\u0F1F\u0F2A-\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F48\u0F6D-\u0F70\u0F85\u0F98\u0FBD-\u0FC5\u0FC7-\u0FFF\u104A-\u104F\u109E\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u1360-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16ED\u16F9-\u16FF\u170D\u1715-\u171F\u1735-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17D4-\u17D6\u17D8-\u17DB\u17DE\u17DF\u17EA-\u180A\u180E\u180F\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u1945\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DA-\u19FF\u1A1C-\u1A1F\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1AA6\u1AA8-\u1AAF\u1AC1-\u1AFF\u1B4C-\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BF4-\u1BFF\u1C38-\u1C3F\u1C4A-\u1C4C\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CCF\u1CD3\u1CFB-\u1CFF\u1DFA\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u203E\u2041-\u2053\u2055-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u20CF\u20F1-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u215F\u2189-\u24B5\u24EA-\u2BFF\u2C2F\u2C5F\u2CE5-\u2CEA\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E00-\u2E2E\u2E30-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u3040\u3097\u3098\u309B\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31C0-\u31EF\u3200-\u33FF\u4DC0-\u4DFF\u9FFD-\u9FFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA62C-\uA63F\uA673\uA67E\uA6F2-\uA716\uA720\uA721\uA789\uA78A\uA7C0\uA7C1\uA7CB-\uA7F4\uA828-\uA82B\uA82D-\uA83F\uA874-\uA87F\uA8C6-\uA8CF\uA8DA-\uA8DF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA954-\uA95F\uA97D-\uA97F\uA9C1-\uA9CE\uA9DA-\uA9DF\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A-\uAA5F\uAA77-\uAA79\uAAC3-\uAADA\uAADE\uAADF\uAAF0\uAAF1\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB6A-\uAB6F\uABEB\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFDFF\uFE10-\uFE1F\uFE30-\uFE32\uFE35-\uFE4C\uFE50-\uFE6F\uFE75\uFEFD-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF3E\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDD3F\uDD75-\uDDFC\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEE1-\uDEFF\uDF20-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE40-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE7-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD28-\uDD2F\uDD3A-\uDE7F\uDEAA\uDEAD-\uDEAF\uDEB2-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF51-\uDFAF\uDFC5-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC47-\uDC65\uDC70-\uDC7E\uDCBB-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD40-\uDD43\uDD48-\uDD4F\uDD74\uDD75\uDD77-\uDD7F\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDFF\uDE12\uDE38-\uDE3D\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC4B-\uDC4F\uDC5A-\uDC5D\uDC62-\uDC7F\uDCC6\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDC1-\uDDD7\uDDDE-\uDDFF\uDE41-\uDE43\uDE45-\uDE4F\uDE5A-\uDE7F\uDEB9-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF3A-\uDFFF]|\uD806[\uDC3B-\uDC9F\uDCEA-\uDCFE\uDD07\uDD08\uDD0A\uDD0B\uDD14\uDD17\uDD36\uDD39\uDD3A\uDD44-\uDD4F\uDD5A-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE2\uDDE5-\uDDFF\uDE3F-\uDE46\uDE48-\uDE4F\uDE9A-\uDE9C\uDE9E-\uDEBF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC41-\uDC4F\uDC5A-\uDC71\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF7-\uDFAF\uDFB1-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80B\uD80E-\uD810\uD812-\uD819\uD824-\uD82B\uD82D\uD82E\uD830-\uD833\uD837\uD839\uD83D\uD83F\uD87B-\uD87D\uD87F\uD885-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDECF\uDEEE\uDEEF\uDEF5-\uDEFF\uDF37-\uDF3F\uDF44-\uDF4F\uDF5A-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE2\uDFE5-\uDFEF\uDFF2-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD823[\uDCD6-\uDCFF\uDD09-\uDFFF]|\uD82C[\uDD1F-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDC9C\uDC9F-\uDFFF]|\uD834[\uDC00-\uDD64\uDD6A-\uDD6C\uDD73-\uDD7A\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDE41\uDE45-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC\uDFCD]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD4F-\uDEBF\uDEFA-\uDFFF]|\uD83A[\uDCC5-\uDCCF\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD83C[\uDC00-\uDD2F\uDD4A-\uDD4F\uDD6A-\uDD6F\uDD8A-\uDFFF]|\uD83E[\uDC00-\uDFEF\uDFFA-\uDFFF]|\uD869[\uDEDE-\uDEFF]|\uD86D[\uDF35-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uD884[\uDF4B-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]/g;t.githubSlugifier=new class{fromHeading(e){const t=e.trim().toLowerCase().replace(n,"").replace(/\s/g,"-");return new r(t)}fromFragment(e){return new r(e.toLowerCase())}createBuilder(){const e=new Map;return{add:t=>{const r=this.fromHeading(t),n=e.get(r.value);return n?(++n.count,this.fromHeading(r.value+"-"+n.count)):(e.set(r.value,{count:0}),r)}}}}},3043:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdTableOfContentsProvider=t.TableOfContents=void 0;const n=r(4512),i=r(2869),o=r(2246),s=r(7292),a=r(7191);class c{entries;static async create(e,t,r){const n=await this.#yt(e,t,r);return new c(n,e.slugifier)}static async createForContainingDoc(e,t,r,n){const i=t.getContainingDocument?.((0,o.getDocUri)(r));if(i){const r=(await Promise.all(Array.from(i.children,async r=>{const i=await t.openMarkdownDocument(r.uri);return!i||n.isCancellationRequested?[]:this.#yt(e,i,n)}))).flat();return new c(r,e.slugifier)}return this.create(e,r,n)}static async#yt(e,t,r){const i=(0,o.getDocUri)(t),s=[],a=await e.tokenize(t);if(r.isCancellationRequested)return[];const u=e.slugifier.createBuilder(),l=[];let d;for(const e of a)switch(e.type){case"heading_open":d={open:e,body:[]},l.push(d);break;case"heading_close":d=void 0;break;default:d?.body.push(e)}for(const{open:e,body:r}of l){if(!e.map)continue;const a=e.map[0],l=(0,o.getLine)(t,a),d=c.#bt(r),f=u.add(d),p={uri:i.toString(),range:n.Range.create(a,0,a,l.length)},h={uri:i.toString(),range:n.Range.create(a,l.match(/^#+\s*/)?.[0].length??0,a,l.length-(l.match(/\s*#*$/)?.[0].length??0))};s.push({slug:f,text:d.trim(),level:c.#Dt(e.markup),line:a,sectionLocation:p,headerLocation:p,headerTextLocation:h})}return s.map((e,r)=>{let a;for(let t=r+1;t<s.length;++t)if(s[t].level<=e.level){a=s[t].line-1;break}const c=a??t.lineCount-1;return{...e,sectionLocation:{uri:i.toString(),range:n.Range.create(e.sectionLocation.range.start,{line:c,character:(0,o.getLine)(t,c).length})}}})}static#Dt(e){return"="===e?1:"-"===e?2:e.length}static#wt(e){if(e.children)return e.children.map(c.#wt).join("");switch(e.type){case"text":case"emoji":case"code_inline":return e.content;default:return""}}static#bt(e){return e.map(c.#wt).join("").trim()}#rt;constructor(e,t){this.entries=e,this.#rt=t}lookupByFragment(e){const t=this.#rt.fromFragment(e);return this.entries.find(e=>e.slug.equals(t))}lookupByHeading(e){const t=this.#rt.fromHeading(e);return this.entries.find(e=>e.slug.equals(t))}}t.TableOfContents=c;class u extends s.Disposable{#gt;#he;#l;#v;constructor(e,t,r){super(),this.#he=e,this.#l=t,this.#v=r,this.#gt=this._register(new a.MdDocumentInfoCache(t,(t,r)=>(this.#v.log(i.LogLevel.Debug,"TableOfContentsProvider.create",{document:t.uri,version:t.version}),c.create(e,t,r))))}get(e){return this.#gt.get(e)}getForDocument(e){return this.#gt.getForDocument(e)}getForContainingDoc(e,t){return c.createForContainingDoc(this.#he,this.#l,e,t)}}t.MdTableOfContentsProvider=u},1025:(e,t)=>{"use strict";var r,n;Object.defineProperty(t,"__esModule",{value:!0}),t.ReferenceLinkMap=t.LinkDefinitionSet=t.MdLinkKind=t.HrefKind=void 0,function(e){e[e.External=0]="External",e[e.Internal=1]="Internal",e[e.Reference=2]="Reference"}(r||(t.HrefKind=r={})),function(e){e[e.Link=1]="Link",e[e.Definition=2]="Definition",e[e.AutoLink=3]="AutoLink"}(n||(t.MdLinkKind=n={}));class i{#I=new o;constructor(e){for(const t of e)t.kind===n.Definition&&(this.#I.has(t.ref.text)||this.#I.set(t.ref.text,t))}[Symbol.iterator](){return this.#I[Symbol.iterator]()}lookup(e){return this.#I.lookup(e)}}t.LinkDefinitionSet=i;class o{#I=new Map;set(e,t){this.#I.set(this.#kt(e),t)}lookup(e){return this.#I.get(this.#kt(e))}has(e){return this.#I.has(this.#kt(e))}[Symbol.iterator](){return this.#I.values()}#kt(e){return e.normalize().trim().toLowerCase()}}t.ReferenceLinkMap=o},609:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InMemoryDocument=t.tempDocVersion=void 0;const n=r(5172);t.tempDocVersion=-1,t.InMemoryDocument=class{version;#Ct;$uri;uri;constructor(e,t,r=0){this.version=r,this.$uri=e,this.uri=e.toString(),this.#Ct=n.TextDocument.create(this.uri,"markdown",r,t)}get lineCount(){return this.#Ct.lineCount}positionAt(e){return this.#Ct.positionAt(e)}offsetAt(e){return this.#Ct.offsetAt(e)}getText(e){return this.#Ct.getText(e)}replaceContents(e){return this.#Rt([{text:e}]),this}applyEdits(e){return this.#Rt(e.map(e=>({range:e.range,text:e.newText}))),this}previewEdits(e){return n.TextDocument.applyEdits(this.#Ct,e)}#Rt(e){const t=this.version<0?this.version:this.version+1;this.version=t,n.TextDocument.update(this.#Ct,e,t)}}},4335:(e,t)=>{"use strict";function r(e,t){return e.line<t.line||!(t.line<e.line)&&e.character<=t.character}Object.defineProperty(t,"__esModule",{value:!0}),t.arePositionsEqual=function(e,t){return e.line===t.line&&e.character===t.character},t.translatePosition=function(e,t){return{line:e.line+(t.lineDelta??0),character:e.character+(t.characterDelta??0)}},t.isBefore=function(e,t){return e.line<t.line||!(t.line<e.line)&&e.character<t.character},t.isBeforeOrEqual=r,t.isAfter=function(e,t){return!r(e,t)},t.comparePosition=function(e,t){return e.line<t.line?-1:e.line>t.line?1:e.character<t.character?-1:e.character>t.character?1:0}},2071:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.areRangesEqual=function(e,t){return(0,i.arePositionsEqual)(e.start,t.start)&&(0,i.arePositionsEqual)(e.end,t.end)},t.modifyRange=function(e,t,r){return{start:t??e.start,end:r??e.end}},t.rangeContains=o,t.rangeIntersects=function(e,t){return!(!o(e,t.start)&&!o(e,t.end))||o(t,e.start)||o(t,e.end)};const n=r(4512),i=r(4335);function o(e,t){return n.Range.is(t)?o(e,t.start)&&o(e,t.end):!(0,i.isBefore)(t,e.start)&&!(0,i.isBefore)(e.end,t)}},2246:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getLine=function(e,t){return e.getText(n.Range.create(t,0,t,o.maxLspUInt)).replace(/\r?\n$/,"")},t.getDocUri=function(e){return e.$uri??i.URI.parse(e.uri)};const n=r(4512),i=r(8945),o=r(5176)},9067:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.coalesce=function(e){return e.filter(e=>!!e)}},7292:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Disposable=t.MultiDisposeError=void 0,t.disposeAll=n;class r extends Error{errors;constructor(e){super(`Encountered errors while disposing of store. Errors: [${e.join(", ")}]`),this.errors=e}}function n(e){const t=[];for(const r of e)try{r.dispose()}catch(e){t.push(e)}if(1===t.length)throw t[0];if(t.length>1)throw new r(t)}t.MultiDisposeError=r,t.Disposable=class{#Et=!1;_disposables=[];dispose(){this.#Et||(this.#Et=!0,n(this._disposables))}_register(e){return this.#Et?e.dispose():this._disposables.push(e),e}get isDisposed(){return this.#Et}}},9606:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkspaceEditBuilder=void 0;const n=r(4512);t.WorkspaceEditBuilder=class{#Tt={};#At=[];replace(e,t,r){this.#xt(e,n.TextEdit.replace(t,r))}insert(e,t,r){this.#xt(e,n.TextEdit.insert(t,r))}#xt(e,t){const r=e.toString();let n=this.#Tt[r];n||(n=[],this.#Tt[r]=n),n.push(t)}getEdit(){return{documentChanges:[...Object.entries(this.#Tt).map(([e,t])=>n.TextDocumentEdit.create({uri:e,version:null},t)),...this.#At]}}renameFile(e,t){this.#At.push(n.RenameFile.create(e.toString(),t.toString()))}}},8632:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.htmlTagPathAttrs=void 0,t.htmlTagPathAttrs=new Map([["IMG",["src"]],["VIDEO",["src","placeholder"]],["SOURCE",["src"]],["A",["href"]]])},8595:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.lazy=function(e){return new r(e)};class r{#_t=!1;#St;#qt;constructor(e){this.#qt=e}get value(){return this.#_t||(this.#_t=!0,this.#St=this.#qt()),this.#St}get hasValue(){return this.#_t}map(e){return new r(()=>e(this.value))}}},7721:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Limiter=void 0,t.Limiter=class{#Lt=0;#Ft;#Pt;#Mt;constructor(e){this.#Pt=e,this.#Mt=[],this.#Ft=0}get size(){return this.#Lt}queue(e){return this.#Lt++,new Promise((t,r)=>{this.#Mt.push({factory:e,c:t,e:r}),this.#Nt()})}#Nt(){for(;this.#Mt.length&&this.#Ft<this.#Pt;){const e=this.#Mt.shift();this.#Ft++;const t=e.factory();t.then(e.c,e.e),t.then(()=>this.#Ot(),()=>this.#Ot())}}#Ot(){this.#Lt--,this.#Ft--,this.#Mt.length>0&&this.#Nt()}}},1193:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.inlineCode=i,t.link=function(e,t){const r=t.toString();return`[${function(e){return e.replace(/[\\`*_{}[\]()#+\-!~]/g,"\\$&")}(e.replace(/\n/,""))}](${s(r)})`},t.codeLink=function(e,t){const r=t.toString();return`[${i(e)}](${s(r)})`},t.image=o,t.imageLink=function(e,t,r){const n=e.toString();return`[${o(e,t,r)}](${s(n)})`},t.video=function(e,t){return`<video width="${t??""}" src="${r=e.toString(),r.replace(/"/g,""")}" autoplay loop controls muted></video>`;var r};const n=r(9911);function i(e){e=e.replace(/\n/,"");const t=Math.max(0,...Array.from(e.matchAll(/`+/g),([e])=>e.length)),r="`".repeat(t+1);return`${r}${e}${r}`}function o(e,t,r){return`+(r?`|width=${r}`:""))})`}function s(e){return(0,n.needsAngleBracketLink)(e)?(0,n.escapeForAngleBracketLink)(e):e}},9911:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.escapeForAngleBracketLink=function(e){return e.replace(/([<>])/g,"\\$1")},t.needsAngleBracketLink=function(e){return!(!e.startsWith("<")&&!/\s|[\u007F\u0000-\u001f]/.test(e)&&c(e))},t.hasBalancedParens=c,t.removeNewUriExtIfNeeded=function(e,t,r){if(function(e,t,r){if(!(0,s.looksLikeMarkdownUri)(e,r))return!1;switch(e.preferredMdPathExtensionStyle){case i.PreferredMdPathExtensionStyle.removeExtension:return!0;case i.PreferredMdPathExtensionStyle.includeExtension:return!1;case i.PreferredMdPathExtensionStyle.auto:case void 0:return!n.Utils.extname(t.path)}}(e,t,r)){const e=n.Utils.extname(r);return r.with({path:r.path.slice(0,r.path.length-e.length)})}return r},t.resolveInternalDocumentLink=function(e,t,r){const i=n.URI.parse(`vscode-resource:${t}`),s=r.getContainingDocument?.(e)?.uri??e;let c;if(i.path)if("/"===i.path[0]){const e=(0,o.getWorkspaceFolder)(r,s);e&&(c=n.Utils.joinPath(e,i.path))}else if(s.scheme===a.Schemes.untitled){const e=(0,o.getWorkspaceFolder)(r,s);e&&(c=n.Utils.joinPath(e,i.path))}else{const e=n.Utils.dirname(s);c=n.Utils.joinPath(e,i.path)}else{if("string"!=typeof i.fragment)return;c=e}if(c)return{resource:c,linkFragment:i.fragment}};const n=r(8945),i=r(8048),o=r(2589),s=r(7622),a=r(2349);function c(e){if(!/[\(\)]/.test(e))return!0;let t="",r=0;for(const n of e){if("("===n&&"\\"!==t?r++:")"===n&&"\\"!==t&&r--,r<0)return!1;t=n}return 0===r}},1633:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MediaType=void 0,t.getMediaPreviewType=function(e){const t=n.Utils.extname(e).toLowerCase();return o.get(t)};const n=r(8945);var i;!function(e){e[e.Image=0]="Image",e[e.Video=1]="Video"}(i||(t.MediaType=i={}));const o=new Map([[".bmp",i.Image],[".gif",i.Image],[".jpg",i.Image],[".jpeg",i.Image],[".png",i.Image],[".svg",i.Image],[".webp",i.Image],[".ico",i.Image],[".tiff",i.Image],[".tif",i.Image],[".mp4",i.Video]])},5176:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.maxLspUInt=void 0,t.maxLspUInt=2147483647},7622:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isSameResource=function(e,t){return e.toString()===t.toString()},t.isParentDir=function(e,t){return e.scheme===t.scheme&&e.authority===t.authority&&!n.relative(e.path,t.path).startsWith("..")},t.computeRelativePath=function(e,t,r=!1){if(e.scheme===t.scheme&&e.scheme!==o.Schemes.untitled){const o=i.Utils.dirname(e);let s=n.posix.relative(o.path,t.path);return!r||s.startsWith("../")||s.startsWith("..\\")||(s="./"+s),s}},t.looksLikePathToResource=function(e,t,r){return t.fsPath===r.fsPath||e.markdownFileExtensions.some(e=>t.with({path:t.path+"."+e}).fsPath===r.fsPath)},t.looksLikeMarkdownUri=function(e,t){return s(e,i.Utils.extname(t))},t.looksLikeMarkdownFilePath=function(e,t){return s(e,n.extname(t))},t.parseLocationInfoFromFragment=function(e){const t=e.match(/^L(\d+)(?:,(\d+))?$/i);if(!t)return;const r=+t[1]-1;if(isNaN(r))return;const n=+t[2]-1;return{line:r,character:isNaN(n)?0:n}};const n=r(7975),i=r(8945),o=r(2349);function s(e,t){return e.markdownFileExtensions.includes(t.toLowerCase().replace(".",""))}},6695:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ResourceMap=void 0;const r=e=>e.toString();class n{#I=new Map;#It;constructor(e=r){this.#It=e}set(e,t){return this.#I.set(this.#It(e),{uri:e,value:t}),this}get(e){return this.#I.get(this.#It(e))?.value}has(e){return this.#I.has(this.#It(e))}get size(){return this.#I.size}clear(){this.#I.clear()}delete(e){return this.#I.delete(this.#It(e))}*values(){for(const e of this.#I.values())yield e.value}*keys(){for(const e of this.#I.values())yield e.uri}*entries(){for(const e of this.#I.values())yield[e.uri,e.value]}[Symbol.iterator](){return this.entries()}}t.ResourceMap=n},2349:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Schemes=void 0,t.Schemes=Object.freeze({file:"file",untitled:"untitled"})},9612:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.r=void 0,t.isEmptyOrWhitespace=function(e){return/^\s*$/.test(e)},t.fuzzyContains=function(e,t){if(e.length<t.length)return!1;const r=t.length,n=e.toLowerCase();let i=0,o=-1;for(;i<r;){const e=n.indexOf(t[i],o+1);if(e<0)return!1;o=e,i++}return!0},t.r=String.raw},1383:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.tryDecodeUri=function(e){try{return decodeURI(e)}catch{return e}}},2589:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isWorkspaceWithFileWatching=function(e){return"watchFile"in e},t.getWorkspaceFolder=function(e,t){if(0===e.workspaceFolders.length)return;const r=e.workspaceFolders.filter(e=>e.scheme===t.scheme&&e.authority===t.authority&&(t.fsPath.startsWith(e.fsPath+"/")||t.fsPath.startsWith(e.fsPath+"\\"))).sort((e,t)=>t.fsPath.length-e.fsPath.length);return r.length?r[0]:e.workspaceFolders[0]},t.openLinkToMarkdownFile=async function(e,t,r){try{const e=await t.openMarkdownDocument(r);if(e)return e}catch{}const n=o(e,r);if(n)return t.openMarkdownDocument(n)},t.statLinkToMarkdownFile=async function(e,t,r,n){const i=async e=>{const r=await t.stat(e);return n?.set(e,{exists:!!r}),!!r};if(await i(r))return r;const s=o(e,r);return s&&await i(s)?s:void 0},t.tryAppendMarkdownFileExtension=o;const n=r(8945),i=r(8048);function o(e,t){const r=n.Utils.extname(t).toLowerCase().replace(/^\./,"");return e.markdownFileExtensions.includes(r)?t:""!==r&&e.knownLinkedToFileExtensions.includes(r)?void 0:t.with({path:t.path+"."+(e.markdownFileExtensions[0]??i.defaultMarkdownFileExtension)})}},7191:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdWorkspaceInfoCache=t.MdDocumentInfoCache=void 0;const n=r(4512),i=r(2246),o=r(7292),s=r(8595),a=r(6695);class c extends o.Disposable{#gt=new a.ResourceMap;#jt=new a.ResourceMap;#l;#qt;constructor(e,t){super(),this.#l=e,this.#qt=t,this._register(this.#l.onDidChangeMarkdownDocument(e=>this.#Bt(e))),this._register(this.#l.onDidDeleteMarkdownDocument(this.#Ht,this))}async get(e){let t=this.#gt.get(e);if(t)return t.value.value;const r=await this.#Ut(e);return r?(t=this.#gt.get(e),t?t.value.value:this.#Wt(r)?.value):void 0}getForDocument(e){const t=this.#gt.get((0,i.getDocUri)(e));return t?t.value.value:this.#Wt(e).value}#Ut(e){const t=this.#jt.get(e);if(t)return t;const r=this.#l.openMarkdownDocument(e);return this.#jt.set(e,r),r.finally(()=>{this.#jt.delete(e)}),r}#Wt(e){const t=new n.CancellationTokenSource,r=(0,s.lazy)(()=>this.#qt(e,t.token));return this.#gt.set((0,i.getDocUri)(e),{value:r,cts:t}),r}#Bt(e){this.#gt.has((0,i.getDocUri)(e))&&this.#Wt(e)}#Ht(e){const t=this.#gt.get(e);t&&(t.cts.cancel(),t.cts.dispose(),this.#gt.delete(e))}}t.MdDocumentInfoCache=c;class u extends o.Disposable{#gt=new a.ResourceMap;#Vt;#l;#qt;constructor(e,t){super(),this.#l=e,this.#qt=t,this._register(this.#l.onDidChangeMarkdownDocument(this.#$t,this)),this._register(this.#l.onDidCreateMarkdownDocument(this.#$t,this)),this._register(this.#l.onDidDeleteMarkdownDocument(this.#Ht,this))}async entries(){return await this.#Kt(),Promise.all(Array.from(this.#gt.entries(),async([e,t])=>[e,await t.value.value]))}async values(){return await this.#Kt(),Promise.all(Array.from(this.#gt.entries(),e=>e[1].value.value))}async getForDocs(e){for(const t of e)this.#gt.has((0,i.getDocUri)(t))||this.#Rt(t);return Promise.all(e.map(e=>this.#gt.get((0,i.getDocUri)(e)).value.value))}async#Kt(){this.#Vt||(this.#Vt=this.#zt()),await this.#Vt}async#zt(){const e=await this.#l.getAllMarkdownDocuments();for(const t of e)this.#gt.has((0,i.getDocUri)(t))||this.#Rt(t)}#Rt(e){const t=new n.CancellationTokenSource;this.#gt.set((0,i.getDocUri)(e),{value:(0,s.lazy)(()=>this.#qt(e,t.token)),cts:t})}#$t(e){this.#Rt(e)}#Ht(e){const t=this.#gt.get(e);t&&(t.cts.cancel(),t.cts.dispose(),this.#gt.delete(e))}}t.MdWorkspaceInfoCache=u},8945:function(e){var t;t=()=>(()=>{"use strict";var e={470:e=>{function t(e){if("string"!=typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function r(e,t){for(var r,n="",i=0,o=-1,s=0,a=0;a<=e.length;++a){if(a<e.length)r=e.charCodeAt(a);else{if(47===r)break;r=47}if(47===r){if(o===a-1||1===s);else if(o!==a-1&&2===s){if(n.length<2||2!==i||46!==n.charCodeAt(n.length-1)||46!==n.charCodeAt(n.length-2))if(n.length>2){var c=n.lastIndexOf("/");if(c!==n.length-1){-1===c?(n="",i=0):i=(n=n.slice(0,c)).length-1-n.lastIndexOf("/"),o=a,s=0;continue}}else if(2===n.length||1===n.length){n="",i=0,o=a,s=0;continue}t&&(n.length>0?n+="/..":n="..",i=2)}else n.length>0?n+="/"+e.slice(o+1,a):n=e.slice(o+1,a),i=a-o-1;o=a,s=0}else 46===r&&-1!==s?++s:s=-1}return n}var n={resolve:function(){for(var e,n="",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&&(n=s+"/"+n,i=47===s.charCodeAt(0))}return n=r(n,!i),i?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(e){if(t(e),0===e.length)return".";var n=47===e.charCodeAt(0),i=47===e.charCodeAt(e.length-1);return 0!==(e=r(e,!n)).length||n||(e="."),e.length>0&&i&&(e+="/"),n?"/"+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,r=0;r<arguments.length;++r){var i=arguments[r];t(i),i.length>0&&(void 0===e?e=i:e+="/"+i)}return void 0===e?".":n.normalize(e)},relative:function(e,r){if(t(e),t(r),e===r)return"";if((e=n.resolve(e))===(r=n.resolve(r)))return"";for(var i=1;i<e.length&&47===e.charCodeAt(i);++i);for(var o=e.length,s=o-i,a=1;a<r.length&&47===r.charCodeAt(a);++a);for(var c=r.length-a,u=s<c?s:c,l=-1,d=0;d<=u;++d){if(d===u){if(c>u){if(47===r.charCodeAt(a+d))return r.slice(a+d+1);if(0===d)return r.slice(a+d)}else s>u&&(47===e.charCodeAt(i+d)?l=d:0===d&&(l=0));break}var f=e.charCodeAt(i+d);if(f!==r.charCodeAt(a+d))break;47===f&&(l=d)}var p="";for(d=i+l+1;d<=o;++d)d!==o&&47!==e.charCodeAt(d)||(0===p.length?p+="..":p+="/..");return p.length>0?p+r.slice(a+l):(a+=l,47===r.charCodeAt(a)&&++a,r.slice(a))},_makeLong:function(e){return e},dirname:function(e){if(t(e),0===e.length)return".";for(var r=e.charCodeAt(0),n=47===r,i=-1,o=!0,s=e.length-1;s>=1;--s)if(47===(r=e.charCodeAt(s))){if(!o){i=s;break}}else o=!1;return-1===i?n?"/":".":n&&1===i?"//":e.slice(0,i)},basename:function(e,r){if(void 0!==r&&"string"!=typeof r)throw new TypeError('"ext" argument must be a string');t(e);var n,i=0,o=-1,s=!0;if(void 0!==r&&r.length>0&&r.length<=e.length){if(r.length===e.length&&r===e)return"";var a=r.length-1,c=-1;for(n=e.length-1;n>=0;--n){var u=e.charCodeAt(n);if(47===u){if(!s){i=n+1;break}}else-1===c&&(s=!1,c=n+1),a>=0&&(u===r.charCodeAt(a)?-1==--a&&(o=n):(a=-1,o=c))}return i===o?o=c:-1===o&&(o=e.length),e.slice(i,o)}for(n=e.length-1;n>=0;--n)if(47===e.charCodeAt(n)){if(!s){i=n+1;break}}else-1===o&&(s=!1,o=n+1);return-1===o?"":e.slice(i,o)},extname:function(e){t(e);for(var r=-1,n=0,i=-1,o=!0,s=0,a=e.length-1;a>=0;--a){var c=e.charCodeAt(a);if(47!==c)-1===i&&(o=!1,i=a+1),46===c?-1===r?r=a:1!==s&&(s=1):-1!==r&&(s=-1);else if(!o){n=a+1;break}}return-1===r||-1===i||0===s||1===s&&r===i-1&&r===n+1?"":e.slice(r,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 function(e,t){var r=t.dir||t.root,n=t.base||(t.name||"")+(t.ext||"");return r?r===t.root?r+n:r+"/"+n:n}(0,e)},parse:function(e){t(e);var r={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return r;var n,i=e.charCodeAt(0),o=47===i;o?(r.root="/",n=1):n=0;for(var s=-1,a=0,c=-1,u=!0,l=e.length-1,d=0;l>=n;--l)if(47!==(i=e.charCodeAt(l)))-1===c&&(u=!1,c=l+1),46===i?-1===s?s=l:1!==d&&(d=1):-1!==s&&(d=-1);else if(!u){a=l+1;break}return-1===s||-1===c||0===d||1===d&&s===c-1&&s===a+1?-1!==c&&(r.base=r.name=0===a&&o?e.slice(1,c):e.slice(a,c)):(0===a&&o?(r.name=e.slice(1,s),r.base=e.slice(1,c)):(r.name=e.slice(a,s),r.base=e.slice(a,c)),r.ext=e.slice(s,c)),a>0?r.dir=e.slice(0,a-1):o&&(r.dir="/"),r},sep:"/",delimiter:":",win32:null,posix:null};n.posix=n,e.exports=n},674:(e,t)=>{if(Object.defineProperty(t,"__esModule",{value:!0}),t.isWindows=void 0,"object"==typeof process)t.isWindows=!1;else if("object"==typeof navigator){let e=navigator.userAgent;t.isWindows=e.indexOf("Windows")>=0}},796:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.uriToFsPath=t.URI=void 0;const n=r(674),i=/^\w[\w\d+.-]*$/,o=/^\//,s=/^\/\//;function a(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&&!i.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path)if(e.authority){if(!o.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(s.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 c="",u="/",l=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class d{static isUri(e){return e instanceof d||!!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}scheme;authority;path;query;fragment;constructor(e,t,r,n,i,o=!1){"object"==typeof e?(this.scheme=e.scheme||c,this.authority=e.authority||c,this.path=e.path||c,this.query=e.query||c,this.fragment=e.fragment||c):(this.scheme=function(e,t){return e||t?e:"file"}(e,o),this.authority=t||c,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,r||c),this.query=n||c,this.fragment=i||c,a(this,o))}get fsPath(){return v(this,!1)}with(e){if(!e)return this;let{scheme:t,authority:r,path:n,query:i,fragment:o}=e;return void 0===t?t=this.scheme:null===t&&(t=c),void 0===r?r=this.authority:null===r&&(r=c),void 0===n?n=this.path:null===n&&(n=c),void 0===i?i=this.query:null===i&&(i=c),void 0===o?o=this.fragment:null===o&&(o=c),t===this.scheme&&r===this.authority&&n===this.path&&i===this.query&&o===this.fragment?this:new p(t,r,n,i,o)}static parse(e,t=!1){const r=l.exec(e);return r?new p(r[2]||c,w(r[4]||c),w(r[5]||c),w(r[7]||c),w(r[9]||c),t):new p(c,c,c,c,c)}static file(e){let t=c;if(n.isWindows&&(e=e.replace(/\\/g,u)),e[0]===u&&e[1]===u){const r=e.indexOf(u,2);-1===r?(t=e.substring(2),e=u):(t=e.substring(2,r),e=e.substring(r)||u)}return new p("file",t,e,c,c)}static from(e){const t=new p(e.scheme,e.authority,e.path,e.query,e.fragment);return a(t,!0),t}toString(e=!1){return y(this,e)}toJSON(){return this}static revive(e){if(e){if(e instanceof d)return e;{const t=new p(e);return t._formatted=e.external,t._fsPath=e._sep===f?e.fsPath:null,t}}return e}}t.URI=d;const f=n.isWindows?1:void 0;class p extends d{_formatted=null;_fsPath=null;get fsPath(){return this._fsPath||(this._fsPath=v(this,!1)),this._fsPath}toString(e=!1){return e?y(this,!0):(this._formatted||(this._formatted=y(this,!1)),this._formatted)}toJSON(){const e={$mid:1};return this._fsPath&&(e.fsPath=this._fsPath,e._sep=f),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 h={58:"%3A",47:"%2F",63:"%3F",35:"%23",91:"%5B",93:"%5D",64:"%40",33:"%21",36:"%24",38:"%26",39:"%27",40:"%28",41:"%29",42:"%2A",43:"%2B",44:"%2C",59:"%3B",61:"%3D",32:"%20"};function g(e,t,r){let n,i=-1;for(let o=0;o<e.length;o++){const s=e.charCodeAt(o);if(s>=97&&s<=122||s>=65&&s<=90||s>=48&&s<=57||45===s||46===s||95===s||126===s||t&&47===s||r&&91===s||r&&93===s||r&&58===s)-1!==i&&(n+=encodeURIComponent(e.substring(i,o)),i=-1),void 0!==n&&(n+=e.charAt(o));else{void 0===n&&(n=e.substr(0,o));const t=h[s];void 0!==t?(-1!==i&&(n+=encodeURIComponent(e.substring(i,o)),i=-1),n+=t):-1===i&&(i=o)}}return-1!==i&&(n+=encodeURIComponent(e.substring(i))),void 0!==n?n:e}function m(e){let t;for(let r=0;r<e.length;r++){const n=e.charCodeAt(r);35===n||63===n?(void 0===t&&(t=e.substr(0,r)),t+=h[n]):void 0!==t&&(t+=e[r])}return void 0!==t?t:e}function v(e,t){let r;return r=e.authority&&e.path.length>1&&"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,n.isWindows&&(r=r.replace(/\//g,"\\")),r}function y(e,t){const r=t?m:g;let n="",{scheme:i,authority:o,path:s,query:a,fragment:c}=e;if(i&&(n+=i,n+=":"),(o||"file"===i)&&(n+=u,n+=u),o){let e=o.indexOf("@");if(-1!==e){const t=o.substr(0,e);o=o.substr(e+1),e=t.lastIndexOf(":"),-1===e?n+=r(t,!1,!1):(n+=r(t.substr(0,e),!1,!1),n+=":",n+=r(t.substr(e+1),!1,!0)),n+="@"}o=o.toLowerCase(),e=o.lastIndexOf(":"),-1===e?n+=r(o,!1,!0):(n+=r(o.substr(0,e),!1,!0),n+=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)}`)}n+=r(s,!0,!1)}return a&&(n+="?",n+=r(a,!1,!1)),c&&(n+="#",n+=t?c:g(c,!1,!1)),n}function b(e){try{return decodeURIComponent(e)}catch{return e.length>3?e.substr(0,3)+b(e.substr(3)):e}}t.uriToFsPath=v;const D=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function w(e){return e.match(D)?e.replace(D,e=>b(e)):e}},679:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.Utils=void 0;const s=o(r(470)),a=s.posix||s,c="/";var u;!function(e){e.joinPath=function(e,...t){return e.with({path:a.join(e.path,...t)})},e.resolvePath=function(e,...t){let r=e.path,n=!1;r[0]!==c&&(r=c+r,n=!0);let i=a.resolve(r,...t);return n&&i[0]===c&&!e.authority&&(i=i.substring(1)),e.with({path:i})},e.dirname=function(e){if(0===e.path.length||e.path===c)return e;let t=a.dirname(e.path);return 1===t.length&&46===t.charCodeAt(0)&&(t=""),e.with({path:t})},e.basename=function(e){return a.basename(e.path)},e.extname=function(e){return a.extname(e.path)}}(u||(t.Utils=u={}))}},t={};function r(n){var i=t[n];if(void 0!==i)return i.exports;var o=t[n]={exports:{}};return e[n].call(o.exports,o,o.exports,r),o.exports}var n={};return(()=>{var e=n;Object.defineProperty(e,"__esModule",{value:!0}),e.Utils=e.URI=void 0;const t=r(796);Object.defineProperty(e,"URI",{enumerable:!0,get:function(){return t.URI}});const i=r(679);Object.defineProperty(e,"Utils",{enumerable:!0,get:function(){return i.Utils}})})(),n})(),e.exports=t()},5172:(e,t,r)=>{"use strict";r.r(t),r.d(t,{TextDocument:()=>i});class n{constructor(e,t,r,n){this._uri=e,this._languageId=t,this._version=r,this._content=n,this._lineOffsets=void 0}get uri(){return this._uri}get languageId(){return this._languageId}get version(){return this._version}getText(e){if(e){const t=this.offsetAt(e.start),r=this.offsetAt(e.end);return this._content.substring(t,r)}return this._content}update(e,t){for(let t of e)if(n.isIncremental(t)){const e=a(t.range),r=this.offsetAt(e.start),n=this.offsetAt(e.end);this._content=this._content.substring(0,r)+t.text+this._content.substring(n,this._content.length);const i=Math.max(e.start.line,0),o=Math.max(e.end.line,0);let c=this._lineOffsets;const u=s(t.text,!1,r);if(o-i===u.length)for(let e=0,t=u.length;e<t;e++)c[e+i+1]=u[e];else u.length<1e4?c.splice(i+1,o-i,...u):this._lineOffsets=c=c.slice(0,i+1).concat(u,c.slice(o+1));const l=t.text.length-(n-r);if(0!==l)for(let e=i+1+u.length,t=c.length;e<t;e++)c[e]=c[e]+l}else{if(!n.isFull(t))throw new Error("Unknown change event received");this._content=t.text,this._lineOffsets=void 0}this._version=t}getLineOffsets(){return void 0===this._lineOffsets&&(this._lineOffsets=s(this._content,!0)),this._lineOffsets}positionAt(e){e=Math.max(Math.min(e,this._content.length),0);let t=this.getLineOffsets(),r=0,n=t.length;if(0===n)return{line:0,character:e};for(;r<n;){let i=Math.floor((r+n)/2);t[i]>e?n=i:r=i+1}let i=r-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 r=t[e.line],n=e.line+1<t.length?t[e.line+1]:this._content.length;return Math.max(Math.min(r+e.character,n),r)}get lineCount(){return this.getLineOffsets().length}static isIncremental(e){let t=e;return null!=t&&"string"==typeof t.text&&void 0!==t.range&&(void 0===t.rangeLength||"number"==typeof t.rangeLength)}static isFull(e){let t=e;return null!=t&&"string"==typeof t.text&&void 0===t.range&&void 0===t.rangeLength}}var i;function o(e,t){if(e.length<=1)return e;const r=e.length/2|0,n=e.slice(0,r),i=e.slice(r);o(n,t),o(i,t);let s=0,a=0,c=0;for(;s<n.length&&a<i.length;){let r=t(n[s],i[a]);e[c++]=r<=0?n[s++]:i[a++]}for(;s<n.length;)e[c++]=n[s++];for(;a<i.length;)e[c++]=i[a++];return e}function s(e,t,r=0){const n=t?[r]:[];for(let t=0;t<e.length;t++){let i=e.charCodeAt(t);13!==i&&10!==i||(13===i&&t+1<e.length&&10===e.charCodeAt(t+1)&&t++,n.push(r+t+1))}return n}function a(e){const t=e.start,r=e.end;return t.line>r.line||t.line===r.line&&t.character>r.character?{start:r,end:t}:e}function c(e){const t=a(e.range);return t!==e.range?{newText:e.newText,range:t}:e}!function(e){e.create=function(e,t,r,i){return new n(e,t,r,i)},e.update=function(e,t,r){if(e instanceof n)return e.update(t,r),e;throw new Error("TextDocument.update: document must be created by TextDocument.create")},e.applyEdits=function(e,t){let r=e.getText(),n=o(t.map(c),(e,t)=>{let r=e.range.start.line-t.range.start.line;return 0===r?e.range.start.character-t.range.start.character:r}),i=0;const s=[];for(const t of n){let n=e.offsetAt(t.range.start);if(n<i)throw new Error("Overlapping edit");n>i&&s.push(r.substring(i,n)),t.newText.length&&s.push(t.newText),i=e.offsetAt(t.range.end)}return s.push(r.substr(i)),s.join("")}}(i||(i={}))},6203:(e,t,r)=>{"use strict";var n,i,o,s,a,c,u,l,d,f,p,h,g,m,v,y,b,D,w,k,C,R,E,T,A,x,_,S,q,L,F,P,M,N,O,I,j,B,H,U,W,V,$,K,z,G,J,X,Z,Y,Q,ee,te,re,ne,ie,oe,se,ae,ce,ue,le,de,fe,pe,he,ge,me,ve,ye,be,De,we,ke,Ce,Re,Ee,Te;r.r(t),r.d(t,{AnnotatedTextEdit:()=>E,ChangeAnnotation:()=>C,ChangeAnnotationIdentifier:()=>R,CodeAction:()=>oe,CodeActionContext:()=>ie,CodeActionKind:()=>re,CodeActionTriggerKind:()=>ne,CodeDescription:()=>b,CodeLens:()=>se,Color:()=>d,ColorInformation:()=>f,ColorPresentation:()=>p,Command:()=>w,CompletionItem:()=>W,CompletionItemKind:()=>O,CompletionItemLabelDetails:()=>U,CompletionItemTag:()=>j,CompletionList:()=>V,CreateFile:()=>A,DeleteFile:()=>_,Diagnostic:()=>D,DiagnosticRelatedInformation:()=>m,DiagnosticSeverity:()=>v,DiagnosticTag:()=>y,DocumentHighlight:()=>X,DocumentHighlightKind:()=>J,DocumentLink:()=>ce,DocumentSymbol:()=>te,DocumentUri:()=>n,EOL:()=>Se,FoldingRange:()=>g,FoldingRangeKind:()=>h,FormattingOptions:()=>ae,Hover:()=>K,InlayHint:()=>be,InlayHintKind:()=>ve,InlayHintLabelPart:()=>ye,InlineCompletionContext:()=>Ee,InlineCompletionItem:()=>we,InlineCompletionList:()=>ke,InlineCompletionTriggerKind:()=>Ce,InlineValueContext:()=>me,InlineValueEvaluatableExpression:()=>ge,InlineValueText:()=>pe,InlineValueVariableLookup:()=>he,InsertReplaceEdit:()=>B,InsertTextFormat:()=>I,InsertTextMode:()=>H,Location:()=>u,LocationLink:()=>l,MarkedString:()=>$,MarkupContent:()=>N,MarkupKind:()=>M,OptionalVersionedTextDocumentIdentifier:()=>F,ParameterInformation:()=>z,Position:()=>a,Range:()=>c,RenameFile:()=>x,SelectedCompletionInfo:()=>Re,SelectionRange:()=>ue,SemanticTokenModifiers:()=>de,SemanticTokenTypes:()=>le,SemanticTokens:()=>fe,SignatureInformation:()=>G,StringValue:()=>De,SymbolInformation:()=>Q,SymbolKind:()=>Z,SymbolTag:()=>Y,TextDocument:()=>qe,TextDocumentEdit:()=>T,TextDocumentIdentifier:()=>q,TextDocumentItem:()=>P,TextEdit:()=>k,URI:()=>i,VersionedTextDocumentIdentifier:()=>L,WorkspaceChange:()=>_e,WorkspaceEdit:()=>S,WorkspaceFolder:()=>Te,WorkspaceSymbol:()=>ee,integer:()=>o,uinteger:()=>s}),function(e){e.is=function(e){return"string"==typeof e}}(n||(n={})),function(e){e.is=function(e){return"string"==typeof e}}(i||(i={})),function(e){e.MIN_VALUE=-2147483648,e.MAX_VALUE=2147483647,e.is=function(t){return"number"==typeof t&&e.MIN_VALUE<=t&&t<=e.MAX_VALUE}}(o||(o={})),function(e){e.MIN_VALUE=0,e.MAX_VALUE=2147483647,e.is=function(t){return"number"==typeof t&&e.MIN_VALUE<=t&&t<=e.MAX_VALUE}}(s||(s={})),function(e){e.create=function(e,t){return e===Number.MAX_VALUE&&(e=s.MAX_VALUE),t===Number.MAX_VALUE&&(t=s.MAX_VALUE),{line:e,character:t}},e.is=function(e){let t=e;return Le.objectLiteral(t)&&Le.uinteger(t.line)&&Le.uinteger(t.character)}}(a||(a={})),function(e){e.create=function(e,t,r,n){if(Le.uinteger(e)&&Le.uinteger(t)&&Le.uinteger(r)&&Le.uinteger(n))return{start:a.create(e,t),end:a.create(r,n)};if(a.is(e)&&a.is(t))return{start:e,end:t};throw new Error(`Range#create called with invalid arguments[${e}, ${t}, ${r}, ${n}]`)},e.is=function(e){let t=e;return Le.objectLiteral(t)&&a.is(t.start)&&a.is(t.end)}}(c||(c={})),function(e){e.create=function(e,t){return{uri:e,range:t}},e.is=function(e){let t=e;return Le.objectLiteral(t)&&c.is(t.range)&&(Le.string(t.uri)||Le.undefined(t.uri))}}(u||(u={})),function(e){e.create=function(e,t,r,n){return{targetUri:e,targetRange:t,targetSelectionRange:r,originSelectionRange:n}},e.is=function(e){let t=e;return Le.objectLiteral(t)&&c.is(t.targetRange)&&Le.string(t.targetUri)&&c.is(t.targetSelectionRange)&&(c.is(t.originSelectionRange)||Le.undefined(t.originSelectionRange))}}(l||(l={})),function(e){e.create=function(e,t,r,n){return{red:e,green:t,blue:r,alpha:n}},e.is=function(e){const t=e;return Le.objectLiteral(t)&&Le.numberRange(t.red,0,1)&&Le.numberRange(t.green,0,1)&&Le.numberRange(t.blue,0,1)&&Le.numberRange(t.alpha,0,1)}}(d||(d={})),function(e){e.create=function(e,t){return{range:e,color:t}},e.is=function(e){const t=e;return Le.objectLiteral(t)&&c.is(t.range)&&d.is(t.color)}}(f||(f={})),function(e){e.create=function(e,t,r){return{label:e,textEdit:t,additionalTextEdits:r}},e.is=function(e){const t=e;return Le.objectLiteral(t)&&Le.string(t.label)&&(Le.undefined(t.textEdit)||k.is(t))&&(Le.undefined(t.additionalTextEdits)||Le.typedArray(t.additionalTextEdits,k.is))}}(p||(p={})),function(e){e.Comment="comment",e.Imports="imports",e.Region="region"}(h||(h={})),function(e){e.create=function(e,t,r,n,i,o){const s={startLine:e,endLine:t};return Le.defined(r)&&(s.startCharacter=r),Le.defined(n)&&(s.endCharacter=n),Le.defined(i)&&(s.kind=i),Le.defined(o)&&(s.collapsedText=o),s},e.is=function(e){const t=e;return Le.objectLiteral(t)&&Le.uinteger(t.startLine)&&Le.uinteger(t.startLine)&&(Le.undefined(t.startCharacter)||Le.uinteger(t.startCharacter))&&(Le.undefined(t.endCharacter)||Le.uinteger(t.endCharacter))&&(Le.undefined(t.kind)||Le.string(t.kind))}}(g||(g={})),function(e){e.create=function(e,t){return{location:e,message:t}},e.is=function(e){let t=e;return Le.defined(t)&&u.is(t.location)&&Le.string(t.message)}}(m||(m={})),function(e){e.Error=1,e.Warning=2,e.Information=3,e.Hint=4}(v||(v={})),function(e){e.Unnecessary=1,e.Deprecated=2}(y||(y={})),function(e){e.is=function(e){const t=e;return Le.objectLiteral(t)&&Le.string(t.href)}}(b||(b={})),function(e){e.create=function(e,t,r,n,i,o){let s={range:e,message:t};return Le.defined(r)&&(s.severity=r),Le.defined(n)&&(s.code=n),Le.defined(i)&&(s.source=i),Le.defined(o)&&(s.relatedInformation=o),s},e.is=function(e){var t;let r=e;return Le.defined(r)&&c.is(r.range)&&Le.string(r.message)&&(Le.number(r.severity)||Le.undefined(r.severity))&&(Le.integer(r.code)||Le.string(r.code)||Le.undefined(r.code))&&(Le.undefined(r.codeDescription)||Le.string(null===(t=r.codeDescription)||void 0===t?void 0:t.href))&&(Le.string(r.source)||Le.undefined(r.source))&&(Le.undefined(r.relatedInformation)||Le.typedArray(r.relatedInformation,m.is))}}(D||(D={})),function(e){e.create=function(e,t,...r){let n={title:e,command:t};return Le.defined(r)&&r.length>0&&(n.arguments=r),n},e.is=function(e){let t=e;return Le.defined(t)&&Le.string(t.title)&&Le.string(t.command)}}(w||(w={})),function(e){e.replace=function(e,t){return{range:e,newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){return{range:e,newText:""}},e.is=function(e){const t=e;return Le.objectLiteral(t)&&Le.string(t.newText)&&c.is(t.range)}}(k||(k={})),function(e){e.create=function(e,t,r){const n={label:e};return void 0!==t&&(n.needsConfirmation=t),void 0!==r&&(n.description=r),n},e.is=function(e){const t=e;return Le.objectLiteral(t)&&Le.string(t.label)&&(Le.boolean(t.needsConfirmation)||void 0===t.needsConfirmation)&&(Le.string(t.description)||void 0===t.description)}}(C||(C={})),function(e){e.is=function(e){const t=e;return Le.string(t)}}(R||(R={})),function(e){e.replace=function(e,t,r){return{range:e,newText:t,annotationId:r}},e.insert=function(e,t,r){return{range:{start:e,end:e},newText:t,annotationId:r}},e.del=function(e,t){return{range:e,newText:"",annotationId:t}},e.is=function(e){const t=e;return k.is(t)&&(C.is(t.annotationId)||R.is(t.annotationId))}}(E||(E={})),function(e){e.create=function(e,t){return{textDocument:e,edits:t}},e.is=function(e){let t=e;return Le.defined(t)&&F.is(t.textDocument)&&Array.isArray(t.edits)}}(T||(T={})),function(e){e.create=function(e,t,r){let n={kind:"create",uri:e};return void 0===t||void 0===t.overwrite&&void 0===t.ignoreIfExists||(n.options=t),void 0!==r&&(n.annotationId=r),n},e.is=function(e){let t=e;return t&&"create"===t.kind&&Le.string(t.uri)&&(void 0===t.options||(void 0===t.options.overwrite||Le.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||Le.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||R.is(t.annotationId))}}(A||(A={})),function(e){e.create=function(e,t,r,n){let i={kind:"rename",oldUri:e,newUri:t};return void 0===r||void 0===r.overwrite&&void 0===r.ignoreIfExists||(i.options=r),void 0!==n&&(i.annotationId=n),i},e.is=function(e){let t=e;return t&&"rename"===t.kind&&Le.string(t.oldUri)&&Le.string(t.newUri)&&(void 0===t.options||(void 0===t.options.overwrite||Le.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||Le.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||R.is(t.annotationId))}}(x||(x={})),function(e){e.create=function(e,t,r){let n={kind:"delete",uri:e};return void 0===t||void 0===t.recursive&&void 0===t.ignoreIfNotExists||(n.options=t),void 0!==r&&(n.annotationId=r),n},e.is=function(e){let t=e;return t&&"delete"===t.kind&&Le.string(t.uri)&&(void 0===t.options||(void 0===t.options.recursive||Le.boolean(t.options.recursive))&&(void 0===t.options.ignoreIfNotExists||Le.boolean(t.options.ignoreIfNotExists)))&&(void 0===t.annotationId||R.is(t.annotationId))}}(_||(_={})),function(e){e.is=function(e){let t=e;return t&&(void 0!==t.changes||void 0!==t.documentChanges)&&(void 0===t.documentChanges||t.documentChanges.every(e=>Le.string(e.kind)?A.is(e)||x.is(e)||_.is(e):T.is(e)))}}(S||(S={}));class Ae{constructor(e,t){this.edits=e,this.changeAnnotations=t}insert(e,t,r){let n,i;if(void 0===r?n=k.insert(e,t):R.is(r)?(i=r,n=E.insert(e,t,r)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(r),n=E.insert(e,t,i)),this.edits.push(n),void 0!==i)return i}replace(e,t,r){let n,i;if(void 0===r?n=k.replace(e,t):R.is(r)?(i=r,n=E.replace(e,t,r)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(r),n=E.replace(e,t,i)),this.edits.push(n),void 0!==i)return i}delete(e,t){let r,n;if(void 0===t?r=k.del(e):R.is(t)?(n=t,r=E.del(e,t)):(this.assertChangeAnnotations(this.changeAnnotations),n=this.changeAnnotations.manage(t),r=E.del(e,n)),this.edits.push(r),void 0!==n)return n}add(e){this.edits.push(e)}all(){return this.edits}clear(){this.edits.splice(0,this.edits.length)}assertChangeAnnotations(e){if(void 0===e)throw new Error("Text edit change is not configured to manage change annotations.")}}class xe{constructor(e){this._annotations=void 0===e?Object.create(null):e,this._counter=0,this._size=0}all(){return this._annotations}get size(){return this._size}manage(e,t){let r;if(R.is(e)?r=e:(r=this.nextId(),t=e),void 0!==this._annotations[r])throw new Error(`Id ${r} is already in use.`);if(void 0===t)throw new Error(`No annotation provided for id ${r}`);return this._annotations[r]=t,this._size++,r}nextId(){return this._counter++,this._counter.toString()}}class _e{constructor(e){this._textEditChanges=Object.create(null),void 0!==e?(this._workspaceEdit=e,e.documentChanges?(this._changeAnnotations=new xe(e.changeAnnotations),e.changeAnnotations=this._changeAnnotations.all(),e.documentChanges.forEach(e=>{if(T.is(e)){const t=new Ae(e.edits,this._changeAnnotations);this._textEditChanges[e.textDocument.uri]=t}})):e.changes&&Object.keys(e.changes).forEach(t=>{const r=new Ae(e.changes[t]);this._textEditChanges[t]=r})):this._workspaceEdit={}}get edit(){return this.initDocumentChanges(),void 0!==this._changeAnnotations&&(0===this._changeAnnotations.size?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit}getTextEditChange(e){if(F.is(e)){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");const t={uri:e.uri,version:e.version};let r=this._textEditChanges[t.uri];if(!r){const e=[],n={textDocument:t,edits:e};this._workspaceEdit.documentChanges.push(n),r=new Ae(e,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.");let t=this._textEditChanges[e];if(!t){let r=[];this._workspaceEdit.changes[e]=r,t=new Ae(r),this._textEditChanges[e]=t}return t}}initDocumentChanges(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._changeAnnotations=new xe,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())}initChanges(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._workspaceEdit.changes=Object.create(null))}createFile(e,t,r){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");let n,i,o;if(C.is(t)||R.is(t)?n=t:r=t,void 0===n?i=A.create(e,r):(o=R.is(n)?n:this._changeAnnotations.manage(n),i=A.create(e,r,o)),this._workspaceEdit.documentChanges.push(i),void 0!==o)return o}renameFile(e,t,r,n){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");let i,o,s;if(C.is(r)||R.is(r)?i=r:n=r,void 0===i?o=x.create(e,t,n):(s=R.is(i)?i:this._changeAnnotations.manage(i),o=x.create(e,t,n,s)),this._workspaceEdit.documentChanges.push(o),void 0!==s)return s}deleteFile(e,t,r){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");let n,i,o;if(C.is(t)||R.is(t)?n=t:r=t,void 0===n?i=_.create(e,r):(o=R.is(n)?n:this._changeAnnotations.manage(n),i=_.create(e,r,o)),this._workspaceEdit.documentChanges.push(i),void 0!==o)return o}}!function(e){e.create=function(e){return{uri:e}},e.is=function(e){let t=e;return Le.defined(t)&&Le.string(t.uri)}}(q||(q={})),function(e){e.create=function(e,t){return{uri:e,version:t}},e.is=function(e){let t=e;return Le.defined(t)&&Le.string(t.uri)&&Le.integer(t.version)}}(L||(L={})),function(e){e.create=function(e,t){return{uri:e,version:t}},e.is=function(e){let t=e;return Le.defined(t)&&Le.string(t.uri)&&(null===t.version||Le.integer(t.version))}}(F||(F={})),function(e){e.create=function(e,t,r,n){return{uri:e,languageId:t,version:r,text:n}},e.is=function(e){let t=e;return Le.defined(t)&&Le.string(t.uri)&&Le.string(t.languageId)&&Le.integer(t.version)&&Le.string(t.text)}}(P||(P={})),function(e){e.PlainText="plaintext",e.Markdown="markdown",e.is=function(t){const r=t;return r===e.PlainText||r===e.Markdown}}(M||(M={})),function(e){e.is=function(e){const t=e;return Le.objectLiteral(e)&&M.is(t.kind)&&Le.string(t.value)}}(N||(N={})),function(e){e.Text=1,e.Method=2,e.Function=3,e.Constructor=4,e.Field=5,e.Variable=6,e.Class=7,e.Interface=8,e.Module=9,e.Property=10,e.Unit=11,e.Value=12,e.Enum=13,e.Keyword=14,e.Snippet=15,e.Color=16,e.File=17,e.Reference=18,e.Folder=19,e.EnumMember=20,e.Constant=21,e.Struct=22,e.Event=23,e.Operator=24,e.TypeParameter=25}(O||(O={})),function(e){e.PlainText=1,e.Snippet=2}(I||(I={})),function(e){e.Deprecated=1}(j||(j={})),function(e){e.create=function(e,t,r){return{newText:e,insert:t,replace:r}},e.is=function(e){const t=e;return t&&Le.string(t.newText)&&c.is(t.insert)&&c.is(t.replace)}}(B||(B={})),function(e){e.asIs=1,e.adjustIndentation=2}(H||(H={})),function(e){e.is=function(e){const t=e;return t&&(Le.string(t.detail)||void 0===t.detail)&&(Le.string(t.description)||void 0===t.description)}}(U||(U={})),function(e){e.create=function(e){return{label:e}}}(W||(W={})),function(e){e.create=function(e,t){return{items:e||[],isIncomplete:!!t}}}(V||(V={})),function(e){e.fromPlainText=function(e){return e.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")},e.is=function(e){const t=e;return Le.string(t)||Le.objectLiteral(t)&&Le.string(t.language)&&Le.string(t.value)}}($||($={})),function(e){e.is=function(e){let t=e;return!!t&&Le.objectLiteral(t)&&(N.is(t.contents)||$.is(t.contents)||Le.typedArray(t.contents,$.is))&&(void 0===e.range||c.is(e.range))}}(K||(K={})),function(e){e.create=function(e,t){return t?{label:e,documentation:t}:{label:e}}}(z||(z={})),function(e){e.create=function(e,t,...r){let n={label:e};return Le.defined(t)&&(n.documentation=t),Le.defined(r)?n.parameters=r:n.parameters=[],n}}(G||(G={})),function(e){e.Text=1,e.Read=2,e.Write=3}(J||(J={})),function(e){e.create=function(e,t){let r={range:e};return Le.number(t)&&(r.kind=t),r}}(X||(X={})),function(e){e.File=1,e.Module=2,e.Namespace=3,e.Package=4,e.Class=5,e.Method=6,e.Property=7,e.Field=8,e.Constructor=9,e.Enum=10,e.Interface=11,e.Function=12,e.Variable=13,e.Constant=14,e.String=15,e.Number=16,e.Boolean=17,e.Array=18,e.Object=19,e.Key=20,e.Null=21,e.EnumMember=22,e.Struct=23,e.Event=24,e.Operator=25,e.TypeParameter=26}(Z||(Z={})),function(e){e.Deprecated=1}(Y||(Y={})),function(e){e.create=function(e,t,r,n,i){let o={name:e,kind:t,location:{uri:n,range:r}};return i&&(o.containerName=i),o}}(Q||(Q={})),function(e){e.create=function(e,t,r,n){return void 0!==n?{name:e,kind:t,location:{uri:r,range:n}}:{name:e,kind:t,location:{uri:r}}}}(ee||(ee={})),function(e){e.create=function(e,t,r,n,i,o){let s={name:e,detail:t,kind:r,range:n,selectionRange:i};return void 0!==o&&(s.children=o),s},e.is=function(e){let t=e;return t&&Le.string(t.name)&&Le.number(t.kind)&&c.is(t.range)&&c.is(t.selectionRange)&&(void 0===t.detail||Le.string(t.detail))&&(void 0===t.deprecated||Le.boolean(t.deprecated))&&(void 0===t.children||Array.isArray(t.children))&&(void 0===t.tags||Array.isArray(t.tags))}}(te||(te={})),function(e){e.Empty="",e.QuickFix="quickfix",e.Refactor="refactor",e.RefactorExtract="refactor.extract",e.RefactorInline="refactor.inline",e.RefactorRewrite="refactor.rewrite",e.Source="source",e.SourceOrganizeImports="source.organizeImports",e.SourceFixAll="source.fixAll"}(re||(re={})),function(e){e.Invoked=1,e.Automatic=2}(ne||(ne={})),function(e){e.create=function(e,t,r){let n={diagnostics:e};return null!=t&&(n.only=t),null!=r&&(n.triggerKind=r),n},e.is=function(e){let t=e;return Le.defined(t)&&Le.typedArray(t.diagnostics,D.is)&&(void 0===t.only||Le.typedArray(t.only,Le.string))&&(void 0===t.triggerKind||t.triggerKind===ne.Invoked||t.triggerKind===ne.Automatic)}}(ie||(ie={})),function(e){e.create=function(e,t,r){let n={title:e},i=!0;return"string"==typeof t?(i=!1,n.kind=t):w.is(t)?n.command=t:n.edit=t,i&&void 0!==r&&(n.kind=r),n},e.is=function(e){let t=e;return t&&Le.string(t.title)&&(void 0===t.diagnostics||Le.typedArray(t.diagnostics,D.is))&&(void 0===t.kind||Le.string(t.kind))&&(void 0!==t.edit||void 0!==t.command)&&(void 0===t.command||w.is(t.command))&&(void 0===t.isPreferred||Le.boolean(t.isPreferred))&&(void 0===t.edit||S.is(t.edit))}}(oe||(oe={})),function(e){e.create=function(e,t){let r={range:e};return Le.defined(t)&&(r.data=t),r},e.is=function(e){let t=e;return Le.defined(t)&&c.is(t.range)&&(Le.undefined(t.command)||w.is(t.command))}}(se||(se={})),function(e){e.create=function(e,t){return{tabSize:e,insertSpaces:t}},e.is=function(e){let t=e;return Le.defined(t)&&Le.uinteger(t.tabSize)&&Le.boolean(t.insertSpaces)}}(ae||(ae={})),function(e){e.create=function(e,t,r){return{range:e,target:t,data:r}},e.is=function(e){let t=e;return Le.defined(t)&&c.is(t.range)&&(Le.undefined(t.target)||Le.string(t.target))}}(ce||(ce={})),function(e){e.create=function(e,t){return{range:e,parent:t}},e.is=function(t){let r=t;return Le.objectLiteral(r)&&c.is(r.range)&&(void 0===r.parent||e.is(r.parent))}}(ue||(ue={})),function(e){e.namespace="namespace",e.type="type",e.class="class",e.enum="enum",e.interface="interface",e.struct="struct",e.typeParameter="typeParameter",e.parameter="parameter",e.variable="variable",e.property="property",e.enumMember="enumMember",e.event="event",e.function="function",e.method="method",e.macro="macro",e.keyword="keyword",e.modifier="modifier",e.comment="comment",e.string="string",e.number="number",e.regexp="regexp",e.operator="operator",e.decorator="decorator"}(le||(le={})),function(e){e.declaration="declaration",e.definition="definition",e.readonly="readonly",e.static="static",e.deprecated="deprecated",e.abstract="abstract",e.async="async",e.modification="modification",e.documentation="documentation",e.defaultLibrary="defaultLibrary"}(de||(de={})),function(e){e.is=function(e){const t=e;return Le.objectLiteral(t)&&(void 0===t.resultId||"string"==typeof t.resultId)&&Array.isArray(t.data)&&(0===t.data.length||"number"==typeof t.data[0])}}(fe||(fe={})),function(e){e.create=function(e,t){return{range:e,text:t}},e.is=function(e){const t=e;return null!=t&&c.is(t.range)&&Le.string(t.text)}}(pe||(pe={})),function(e){e.create=function(e,t,r){return{range:e,variableName:t,caseSensitiveLookup:r}},e.is=function(e){const t=e;return null!=t&&c.is(t.range)&&Le.boolean(t.caseSensitiveLookup)&&(Le.string(t.variableName)||void 0===t.variableName)}}(he||(he={})),function(e){e.create=function(e,t){return{range:e,expression:t}},e.is=function(e){const t=e;return null!=t&&c.is(t.range)&&(Le.string(t.expression)||void 0===t.expression)}}(ge||(ge={})),function(e){e.create=function(e,t){return{frameId:e,stoppedLocation:t}},e.is=function(e){const t=e;return Le.defined(t)&&c.is(e.stoppedLocation)}}(me||(me={})),function(e){e.Type=1,e.Parameter=2,e.is=function(e){return 1===e||2===e}}(ve||(ve={})),function(e){e.create=function(e){return{value:e}},e.is=function(e){const t=e;return Le.objectLiteral(t)&&(void 0===t.tooltip||Le.string(t.tooltip)||N.is(t.tooltip))&&(void 0===t.location||u.is(t.location))&&(void 0===t.command||w.is(t.command))}}(ye||(ye={})),function(e){e.create=function(e,t,r){const n={position:e,label:t};return void 0!==r&&(n.kind=r),n},e.is=function(e){const t=e;return Le.objectLiteral(t)&&a.is(t.position)&&(Le.string(t.label)||Le.typedArray(t.label,ye.is))&&(void 0===t.kind||ve.is(t.kind))&&void 0===t.textEdits||Le.typedArray(t.textEdits,k.is)&&(void 0===t.tooltip||Le.string(t.tooltip)||N.is(t.tooltip))&&(void 0===t.paddingLeft||Le.boolean(t.paddingLeft))&&(void 0===t.paddingRight||Le.boolean(t.paddingRight))}}(be||(be={})),function(e){e.createSnippet=function(e){return{kind:"snippet",value:e}}}(De||(De={})),function(e){e.create=function(e,t,r,n){return{insertText:e,filterText:t,range:r,command:n}}}(we||(we={})),function(e){e.create=function(e){return{items:e}}}(ke||(ke={})),function(e){e.Invoked=0,e.Automatic=1}(Ce||(Ce={})),function(e){e.create=function(e,t){return{range:e,text:t}}}(Re||(Re={})),function(e){e.create=function(e,t){return{triggerKind:e,selectedCompletionInfo:t}}}(Ee||(Ee={})),function(e){e.is=function(e){const t=e;return Le.objectLiteral(t)&&i.is(t.uri)&&Le.string(t.name)}}(Te||(Te={}));const Se=["\n","\r\n","\r"];var qe,Le;!function(e){function t(e,r){if(e.length<=1)return e;const n=e.length/2|0,i=e.slice(0,n),o=e.slice(n);t(i,r),t(o,r);let s=0,a=0,c=0;for(;s<i.length&&a<o.length;){let t=r(i[s],o[a]);e[c++]=t<=0?i[s++]:o[a++]}for(;s<i.length;)e[c++]=i[s++];for(;a<o.length;)e[c++]=o[a++];return e}e.create=function(e,t,r,n){return new Fe(e,t,r,n)},e.is=function(e){let t=e;return!!(Le.defined(t)&&Le.string(t.uri)&&(Le.undefined(t.languageId)||Le.string(t.languageId))&&Le.uinteger(t.lineCount)&&Le.func(t.getText)&&Le.func(t.positionAt)&&Le.func(t.offsetAt))},e.applyEdits=function(e,r){let n=e.getText(),i=t(r,(e,t)=>{let r=e.range.start.line-t.range.start.line;return 0===r?e.range.start.character-t.range.start.character:r}),o=n.length;for(let t=i.length-1;t>=0;t--){let r=i[t],s=e.offsetAt(r.range.start),a=e.offsetAt(r.range.end);if(!(a<=o))throw new Error("Overlapping edit");n=n.substring(0,s)+r.newText+n.substring(a,n.length),o=s}return n}}(qe||(qe={}));class Fe{constructor(e,t,r,n){this._uri=e,this._languageId=t,this._version=r,this._content=n,this._lineOffsets=void 0}get uri(){return this._uri}get languageId(){return this._languageId}get version(){return this._version}getText(e){if(e){let t=this.offsetAt(e.start),r=this.offsetAt(e.end);return this._content.substring(t,r)}return this._content}update(e,t){this._content=e.text,this._version=t,this._lineOffsets=void 0}getLineOffsets(){if(void 0===this._lineOffsets){let e=[],t=this._content,r=!0;for(let n=0;n<t.length;n++){r&&(e.push(n),r=!1);let i=t.charAt(n);r="\r"===i||"\n"===i,"\r"===i&&n+1<t.length&&"\n"===t.charAt(n+1)&&n++}r&&t.length>0&&e.push(t.length),this._lineOffsets=e}return this._lineOffsets}positionAt(e){e=Math.max(Math.min(e,this._content.length),0);let t=this.getLineOffsets(),r=0,n=t.length;if(0===n)return a.create(0,e);for(;r<n;){let i=Math.floor((r+n)/2);t[i]>e?n=i:r=i+1}let i=r-1;return a.create(i,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 r=t[e.line],n=e.line+1<t.length?t[e.line+1]:this._content.length;return Math.max(Math.min(r+e.character,n),r)}get lineCount(){return this.getLineOffsets().length}}!function(e){const t=Object.prototype.toString;e.defined=function(e){return void 0!==e},e.undefined=function(e){return void 0===e},e.boolean=function(e){return!0===e||!1===e},e.string=function(e){return"[object String]"===t.call(e)},e.number=function(e){return"[object Number]"===t.call(e)},e.numberRange=function(e,r,n){return"[object Number]"===t.call(e)&&r<=e&&e<=n},e.integer=function(e){return"[object Number]"===t.call(e)&&-2147483648<=e&&e<=2147483647},e.uinteger=function(e){return"[object Number]"===t.call(e)&&0<=e&&e<=2147483647},e.func=function(e){return"[object Function]"===t.call(e)},e.objectLiteral=function(e){return null!==e&&"object"==typeof e},e.typedArray=function(e,t){return Array.isArray(e)&&e.every(t)}}(Le||(Le={}))}},t={};function r(n){var i=t[n];if(void 0!==i)return i.exports;var o=t[n]={id:n,loaded:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var n={};(()=>{"use strict";var e=n;Object.defineProperty(e,"__esModule",{value:!0});const t=r(3608);let i=!1;const o=[],s=async e=>{if(i)o.push(e);else{const n=[];i=!0;const a=e.data.i10lLocation;if(a)try{await t.config({uri:a}),n.push(`l10n: Configured to ${a.toString()}.`)}catch(e){n.push(`l10n: Problems loading ${a.toString()} : ${e}.`)}else n.push("l10n: No bundle configured.");await Promise.resolve().then(()=>r(5518)),self.onmessage!==s&&(o.forEach(e=>self.onmessage?.(e)),o.length=0),n.forEach(console.log)}};self.onmessage=s})(),serverExportVar=n})();
|
|
1
|
+
/*! For license information please see workerMain.js.LICENSE.txt */
|
|
2
|
+
var serverExportVar;(()=>{var e={3608:(e,t,r)=>{"use strict";var n;function i(e){if("contents"in e)n="string"==typeof e.contents?JSON.parse(e.contents):e.contents;else if("fsPath"in e){const t=function(e){throw new Error("Unsupported in browser")}(e.fsPath),r=JSON.parse(t);n=c(r)?r.contents.bundle:r}else if(e.uri){let t=e.uri;return"string"==typeof e.uri&&(t=new URL(e.uri)),new Promise(((e,r)=>{const i=async function(e){if("http:"===e.protocol||"https:"===e.protocol){const t=await fetch(e);return await t.text()}throw new Error("Unsupported protocol")}(t).then((e=>{try{const t=JSON.parse(e);n=c(t)?t.contents.bundle:t}catch(e){r(e)}})).catch((e=>{r(e)}));e(i)}))}}function o(...e){const t=e[0];let r,i,o;if("string"==typeof t?(r=t,i=t,e.splice(0,1),o=e&&"object"==typeof e[0]?e[0]:e):(i=t.message,r=i,t.comment&&t.comment.length>0&&(r+=`/${Array.isArray(t.comment)?t.comment.join():t.comment}`),o=t.args??{}),!n)return a(i,o);const s=n[r];return s?"string"==typeof s?a(s,o):s.comment?a(s.message,o):a(i,o):a(i,o)}r.r(t),r.d(t,{config:()=>i,t:()=>o});var s=/{([^}]+)}/g;function a(e,t){return e.replace(s,((e,r)=>t[r]??e))}function c(e){return!("object"!=typeof e?.contents?.bundle||"string"!=typeof e?.version)}},1264:e=>{e.exports={trueFunc:function(){return!0},falseFunc:function(){return!1}}},3762:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.attributeRules=void 0;var i=n(r(1264)),o=/[-[\]{}()*+?.,\\^$|#\s]/g;function s(e){return e.replace(o,"\\$&")}var a=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);function c(e,t){return"boolean"==typeof e.ignoreCase?e.ignoreCase:"quirks"===e.ignoreCase?!!t.quirksMode:!t.xmlMode&&a.has(e.name)}t.attributeRules={equals:function(e,t,r){var n=r.adapter,i=t.name,o=t.value;return c(t,r)?(o=o.toLowerCase(),function(t){var r=n.getAttributeValue(t,i);return null!=r&&r.length===o.length&&r.toLowerCase()===o&&e(t)}):function(t){return n.getAttributeValue(t,i)===o&&e(t)}},hyphen:function(e,t,r){var n=r.adapter,i=t.name,o=t.value,s=o.length;return c(t,r)?(o=o.toLowerCase(),function(t){var r=n.getAttributeValue(t,i);return null!=r&&(r.length===s||"-"===r.charAt(s))&&r.substr(0,s).toLowerCase()===o&&e(t)}):function(t){var r=n.getAttributeValue(t,i);return null!=r&&(r.length===s||"-"===r.charAt(s))&&r.substr(0,s)===o&&e(t)}},element:function(e,t,r){var n=r.adapter,o=t.name,a=t.value;if(/\s/.test(a))return i.default.falseFunc;var u=new RegExp("(?:^|\\s)".concat(s(a),"(?:$|\\s)"),c(t,r)?"i":"");return function(t){var r=n.getAttributeValue(t,o);return null!=r&&r.length>=a.length&&u.test(r)&&e(t)}},exists:function(e,t,r){var n=t.name,i=r.adapter;return function(t){return i.hasAttrib(t,n)&&e(t)}},start:function(e,t,r){var n=r.adapter,o=t.name,s=t.value,a=s.length;return 0===a?i.default.falseFunc:c(t,r)?(s=s.toLowerCase(),function(t){var r=n.getAttributeValue(t,o);return null!=r&&r.length>=a&&r.substr(0,a).toLowerCase()===s&&e(t)}):function(t){var r;return!!(null===(r=n.getAttributeValue(t,o))||void 0===r?void 0:r.startsWith(s))&&e(t)}},end:function(e,t,r){var n=r.adapter,o=t.name,s=t.value,a=-s.length;return 0===a?i.default.falseFunc:c(t,r)?(s=s.toLowerCase(),function(t){var r;return(null===(r=n.getAttributeValue(t,o))||void 0===r?void 0:r.substr(a).toLowerCase())===s&&e(t)}):function(t){var r;return!!(null===(r=n.getAttributeValue(t,o))||void 0===r?void 0:r.endsWith(s))&&e(t)}},any:function(e,t,r){var n=r.adapter,o=t.name,a=t.value;if(""===a)return i.default.falseFunc;if(c(t,r)){var u=new RegExp(s(a),"i");return function(t){var r=n.getAttributeValue(t,o);return null!=r&&r.length>=a.length&&u.test(r)&&e(t)}}return function(t){var r;return!!(null===(r=n.getAttributeValue(t,o))||void 0===r?void 0:r.includes(a))&&e(t)}},not:function(e,t,r){var n=r.adapter,i=t.name,o=t.value;return""===o?function(t){return!!n.getAttributeValue(t,i)&&e(t)}:c(t,r)?(o=o.toLowerCase(),function(t){var r=n.getAttributeValue(t,i);return(null==r||r.length!==o.length||r.toLowerCase()!==o)&&e(t)}):function(t){return n.getAttributeValue(t,i)!==o&&e(t)}}}},8118:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.compileToken=t.compileUnsafe=t.compile=void 0;var a=r(4090),c=s(r(1264)),u=o(r(6491)),l=r(5327),d=r(5234);function f(e,t,r){return v("string"==typeof e?(0,a.parse)(e):e,t,r)}function p(e){return e.type===a.SelectorType.Pseudo&&("scope"===e.name||Array.isArray(e.data)&&e.data.some((function(e){return e.some(p)})))}t.compile=function(e,t,r){var n=f(e,t,r);return(0,d.ensureIsTag)(n,t.adapter)},t.compileUnsafe=f;var h={type:a.SelectorType.Descendant},g={type:"_flexibleDescendant"},m={type:a.SelectorType.Pseudo,name:"scope",data:null};function v(e,t,r){var n;e.forEach(u.default),r=null!==(n=t.context)&&void 0!==n?n:r;var i=Array.isArray(r),o=r&&(Array.isArray(r)?r:[r]);if(!1!==t.relativeSelector)!function(e,t,r){for(var n=t.adapter,i=!!(null==r?void 0:r.every((function(e){var t=n.isTag(e)&&n.getParent(e);return e===d.PLACEHOLDER_ELEMENT||t&&n.isTag(t)}))),o=0,s=e;o<s.length;o++){var c=s[o];if(c.length>0&&(0,u.isTraversal)(c[0])&&c[0].type!==a.SelectorType.Descendant);else{if(!i||c.some(p))continue;c.unshift(h)}c.unshift(m)}}(e,t,o);else if(e.some((function(e){return e.length>0&&(0,u.isTraversal)(e[0])})))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");var s=!1,f=e.map((function(e){if(e.length>=2){var r=e[0],n=e[1];r.type!==a.SelectorType.Pseudo||"scope"!==r.name||(i&&n.type===a.SelectorType.Descendant?e[1]=g:n.type!==a.SelectorType.Adjacent&&n.type!==a.SelectorType.Sibling||(s=!0))}return function(e,t,r){var n;return e.reduce((function(e,n){return e===c.default.falseFunc?c.default.falseFunc:(0,l.compileGeneralSelector)(e,n,t,r,v)}),null!==(n=t.rootFunc)&&void 0!==n?n:c.default.trueFunc)}(e,t,o)})).reduce(y,c.default.falseFunc);return f.shouldTestNextSiblings=s,f}function y(e,t){return t===c.default.falseFunc||e===c.default.trueFunc?e:e===c.default.falseFunc||t===c.default.trueFunc?t:function(r){return e(r)||t(r)}}t.compileToken=v},5327:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.compileGeneralSelector=void 0;var n=r(3762),i=r(8161),o=r(4090);function s(e,t){var r=t.getParent(e);return r&&t.isTag(r)?r:null}t.compileGeneralSelector=function(e,t,r,a,c){var u=r.adapter,l=r.equals;switch(t.type){case o.SelectorType.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case o.SelectorType.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case o.SelectorType.Attribute:if(null!=t.namespace)throw new Error("Namespaced attributes are not yet supported by css-select");return r.xmlMode&&!r.lowerCaseAttributeNames||(t.name=t.name.toLowerCase()),n.attributeRules[t.action](e,t,r);case o.SelectorType.Pseudo:return(0,i.compilePseudoSelector)(e,t,r,a,c);case o.SelectorType.Tag:if(null!=t.namespace)throw new Error("Namespaced tag names are not yet supported by css-select");var d=t.name;return r.xmlMode&&!r.lowerCaseTags||(d=d.toLowerCase()),function(t){return u.getName(t)===d&&e(t)};case o.SelectorType.Descendant:if(!1===r.cacheResults||"undefined"==typeof WeakSet)return function(t){for(var r=t;r=s(r,u);)if(e(r))return!0;return!1};var f=new WeakSet;return function(t){for(var r=t;r=s(r,u);)if(!f.has(r)){if(u.isTag(r)&&e(r))return!0;f.add(r)}return!1};case"_flexibleDescendant":return function(t){var r=t;do{if(e(r))return!0}while(r=s(r,u));return!1};case o.SelectorType.Parent:return function(t){return u.getChildren(t).some((function(t){return u.isTag(t)&&e(t)}))};case o.SelectorType.Child:return function(t){var r=u.getParent(t);return null!=r&&u.isTag(r)&&e(r)};case o.SelectorType.Sibling:return function(t){for(var r=u.getSiblings(t),n=0;n<r.length;n++){var i=r[n];if(l(t,i))break;if(u.isTag(i)&&e(i))return!0}return!1};case o.SelectorType.Adjacent:return u.prevElementSibling?function(t){var r=u.prevElementSibling(t);return null!=r&&e(r)}:function(t){for(var r,n=u.getSiblings(t),i=0;i<n.length;i++){var o=n[i];if(l(t,o))break;u.isTag(o)&&(r=o)}return!!r&&e(r)};case o.SelectorType.Universal:if(null!=t.namespace&&"*"!==t.namespace)throw new Error("Namespaced universal selectors are not yet supported by css-select");return e}}},2603:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.aliases=t.pseudos=t.filters=t.is=t.selectOne=t.selectAll=t.prepareContext=t._compileToken=t._compileUnsafe=t.compile=void 0;var a=o(r(8888)),c=s(r(1264)),u=r(8118),l=r(5234),d=function(e,t){return e===t},f={adapter:a,equals:d};function p(e){var t,r,n,i,o=null!=e?e:f;return null!==(t=o.adapter)&&void 0!==t||(o.adapter=a),null!==(r=o.equals)&&void 0!==r||(o.equals=null!==(i=null===(n=o.adapter)||void 0===n?void 0:n.equals)&&void 0!==i?i:d),o}function h(e){return function(t,r,n){var i=p(r);return e(t,i,n)}}function g(e){return function(t,r,n){var i=p(n);"function"!=typeof t&&(t=(0,u.compileUnsafe)(t,i,r));var o=m(r,i.adapter,t.shouldTestNextSiblings);return e(t,o,i)}}function m(e,t,r){return void 0===r&&(r=!1),r&&(e=function(e,t){for(var r=Array.isArray(e)?e.slice(0):[e],n=r.length,i=0;i<n;i++){var o=(0,l.getNextSiblings)(r[i],t);r.push.apply(r,o)}return r}(e,t)),Array.isArray(e)?t.removeSubsets(e):t.getChildren(e)}t.compile=h(u.compile),t._compileUnsafe=h(u.compileUnsafe),t._compileToken=h(u.compileToken),t.prepareContext=m,t.selectAll=g((function(e,t,r){return e!==c.default.falseFunc&&t&&0!==t.length?r.adapter.findAll(e,t):[]})),t.selectOne=g((function(e,t,r){return e!==c.default.falseFunc&&t&&0!==t.length?r.adapter.findOne(e,t):null})),t.is=function(e,t,r){var n=p(r);return("function"==typeof t?t:(0,u.compile)(t,n))(e)},t.default=t.selectAll;var v=r(8161);Object.defineProperty(t,"filters",{enumerable:!0,get:function(){return v.filters}}),Object.defineProperty(t,"pseudos",{enumerable:!0,get:function(){return v.pseudos}}),Object.defineProperty(t,"aliases",{enumerable:!0,get:function(){return v.aliases}})},9433:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.aliases=void 0,t.aliases={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:":is(\n :is(button, input, select, textarea, optgroup, option)[disabled],\n optgroup[disabled] > option,\n fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)\n )",enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"}},6310:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.filters=void 0;var i=n(r(3172)),o=n(r(1264));function s(e,t){return function(r){var n=t.getParent(r);return null!=n&&t.isTag(n)&&e(r)}}function a(e){return function(t,r,n){var i=n.adapter[e];return"function"!=typeof i?o.default.falseFunc:function(e){return i(e)&&t(e)}}}t.filters={contains:function(e,t,r){var n=r.adapter;return function(r){return e(r)&&n.getText(r).includes(t)}},icontains:function(e,t,r){var n=r.adapter,i=t.toLowerCase();return function(t){return e(t)&&n.getText(t).toLowerCase().includes(i)}},"nth-child":function(e,t,r){var n=r.adapter,a=r.equals,c=(0,i.default)(t);return c===o.default.falseFunc?o.default.falseFunc:c===o.default.trueFunc?s(e,n):function(t){for(var r=n.getSiblings(t),i=0,o=0;o<r.length&&!a(t,r[o]);o++)n.isTag(r[o])&&i++;return c(i)&&e(t)}},"nth-last-child":function(e,t,r){var n=r.adapter,a=r.equals,c=(0,i.default)(t);return c===o.default.falseFunc?o.default.falseFunc:c===o.default.trueFunc?s(e,n):function(t){for(var r=n.getSiblings(t),i=0,o=r.length-1;o>=0&&!a(t,r[o]);o--)n.isTag(r[o])&&i++;return c(i)&&e(t)}},"nth-of-type":function(e,t,r){var n=r.adapter,a=r.equals,c=(0,i.default)(t);return c===o.default.falseFunc?o.default.falseFunc:c===o.default.trueFunc?s(e,n):function(t){for(var r=n.getSiblings(t),i=0,o=0;o<r.length;o++){var s=r[o];if(a(t,s))break;n.isTag(s)&&n.getName(s)===n.getName(t)&&i++}return c(i)&&e(t)}},"nth-last-of-type":function(e,t,r){var n=r.adapter,a=r.equals,c=(0,i.default)(t);return c===o.default.falseFunc?o.default.falseFunc:c===o.default.trueFunc?s(e,n):function(t){for(var r=n.getSiblings(t),i=0,o=r.length-1;o>=0;o--){var s=r[o];if(a(t,s))break;n.isTag(s)&&n.getName(s)===n.getName(t)&&i++}return c(i)&&e(t)}},root:function(e,t,r){var n=r.adapter;return function(t){var r=n.getParent(t);return(null==r||!n.isTag(r))&&e(t)}},scope:function(e,r,n,i){var o=n.equals;return i&&0!==i.length?1===i.length?function(t){return o(i[0],t)&&e(t)}:function(t){return i.includes(t)&&e(t)}:t.filters.root(e,r,n)},hover:a("isHovered"),visited:a("isVisited"),active:a("isActive")}},8161:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.compilePseudoSelector=t.aliases=t.pseudos=t.filters=void 0;var n=r(4090),i=r(6310);Object.defineProperty(t,"filters",{enumerable:!0,get:function(){return i.filters}});var o=r(682);Object.defineProperty(t,"pseudos",{enumerable:!0,get:function(){return o.pseudos}});var s=r(9433);Object.defineProperty(t,"aliases",{enumerable:!0,get:function(){return s.aliases}});var a=r(5234);t.compilePseudoSelector=function(e,t,r,c,u){var l,d=t.name,f=t.data;if(Array.isArray(f)){if(!(d in a.subselects))throw new Error("Unknown pseudo-class :".concat(d,"(").concat(f,")"));return a.subselects[d](e,f,r,c,u)}var p=null===(l=r.pseudos)||void 0===l?void 0:l[d],h="string"==typeof p?p:s.aliases[d];if("string"==typeof h){if(null!=f)throw new Error("Pseudo ".concat(d," doesn't have any arguments"));var g=(0,n.parse)(h);return a.subselects.is(e,g,r,c,u)}if("function"==typeof p)return(0,o.verifyPseudoArgs)(p,d,f,1),function(t){return p(t,f)&&e(t)};if(d in i.filters)return i.filters[d](e,f,r,c);if(d in o.pseudos){var m=o.pseudos[d];return(0,o.verifyPseudoArgs)(m,d,f,2),function(t){return m(t,r,f)&&e(t)}}throw new Error("Unknown pseudo-class :".concat(d))}},682:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.verifyPseudoArgs=t.pseudos=void 0,t.pseudos={empty:function(e,t){var r=t.adapter;return!r.getChildren(e).some((function(e){return r.isTag(e)||""!==r.getText(e)}))},"first-child":function(e,t){var r=t.adapter,n=t.equals;if(r.prevElementSibling)return null==r.prevElementSibling(e);var i=r.getSiblings(e).find((function(e){return r.isTag(e)}));return null!=i&&n(e,i)},"last-child":function(e,t){for(var r=t.adapter,n=t.equals,i=r.getSiblings(e),o=i.length-1;o>=0;o--){if(n(e,i[o]))return!0;if(r.isTag(i[o]))break}return!1},"first-of-type":function(e,t){for(var r=t.adapter,n=t.equals,i=r.getSiblings(e),o=r.getName(e),s=0;s<i.length;s++){var a=i[s];if(n(e,a))return!0;if(r.isTag(a)&&r.getName(a)===o)break}return!1},"last-of-type":function(e,t){for(var r=t.adapter,n=t.equals,i=r.getSiblings(e),o=r.getName(e),s=i.length-1;s>=0;s--){var a=i[s];if(n(e,a))return!0;if(r.isTag(a)&&r.getName(a)===o)break}return!1},"only-of-type":function(e,t){var r=t.adapter,n=t.equals,i=r.getName(e);return r.getSiblings(e).every((function(t){return n(e,t)||!r.isTag(t)||r.getName(t)!==i}))},"only-child":function(e,t){var r=t.adapter,n=t.equals;return r.getSiblings(e).every((function(t){return n(e,t)||!r.isTag(t)}))}},t.verifyPseudoArgs=function(e,t,r,n){if(null===r){if(e.length>n)throw new Error("Pseudo-class :".concat(t," requires an argument"))}else if(e.length===n)throw new Error("Pseudo-class :".concat(t," doesn't have any arguments"))}},5234:function(e,t,r){"use strict";var n=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))},i=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.subselects=t.getNextSiblings=t.ensureIsTag=t.PLACEHOLDER_ELEMENT=void 0;var o=i(r(1264)),s=r(6491);function a(e,t){return e===o.default.falseFunc?o.default.falseFunc:function(r){return t.isTag(r)&&e(r)}}function c(e,t){var r=t.getSiblings(e);if(r.length<=1)return[];var n=r.indexOf(e);return n<0||n===r.length-1?[]:r.slice(n+1).filter(t.isTag)}function u(e){return{xmlMode:!!e.xmlMode,lowerCaseAttributeNames:!!e.lowerCaseAttributeNames,lowerCaseTags:!!e.lowerCaseTags,quirksMode:!!e.quirksMode,cacheResults:!!e.cacheResults,pseudos:e.pseudos,adapter:e.adapter,equals:e.equals}}t.PLACEHOLDER_ELEMENT={},t.ensureIsTag=a,t.getNextSiblings=c;var l=function(e,t,r,n,i){var s=i(t,u(r),n);return s===o.default.trueFunc?e:s===o.default.falseFunc?o.default.falseFunc:function(t){return s(t)&&e(t)}};t.subselects={is:l,matches:l,where:l,not:function(e,t,r,n,i){var s=i(t,u(r),n);return s===o.default.falseFunc?e:s===o.default.trueFunc?o.default.falseFunc:function(t){return!s(t)&&e(t)}},has:function(e,r,i,l,d){var f=i.adapter,p=u(i);p.relativeSelector=!0;var h=r.some((function(e){return e.some(s.isTraversal)}))?[t.PLACEHOLDER_ELEMENT]:void 0,g=d(r,p,h);if(g===o.default.falseFunc)return o.default.falseFunc;var m=a(g,f);if(h&&g!==o.default.trueFunc){var v=g.shouldTestNextSiblings,y=void 0!==v&&v;return function(t){if(!e(t))return!1;h[0]=t;var r=f.getChildren(t),i=y?n(n([],r,!0),c(t,f),!0):r;return f.existsOne(m,i)}}return function(t){return e(t)&&f.existsOne(m,f.getChildren(t))}}}},6491:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isTraversal=void 0;var n=r(4090),i=new Map([[n.SelectorType.Universal,50],[n.SelectorType.Tag,30],[n.SelectorType.Attribute,1],[n.SelectorType.Pseudo,0]]);t.isTraversal=function(e){return!i.has(e.type)};var o=new Map([[n.AttributeAction.Exists,10],[n.AttributeAction.Equals,8],[n.AttributeAction.Not,7],[n.AttributeAction.Start,6],[n.AttributeAction.End,6],[n.AttributeAction.Any,5]]);function s(e){var t,r,a=null!==(t=i.get(e.type))&&void 0!==t?t:-1;return e.type===n.SelectorType.Attribute?(a=null!==(r=o.get(e.action))&&void 0!==r?r:4,e.action===n.AttributeAction.Equals&&"id"===e.name&&(a=9),e.ignoreCase&&(a>>=1)):e.type===n.SelectorType.Pseudo&&(e.data?"has"===e.name||"contains"===e.name?a=0:Array.isArray(e.data)?(a=Math.min.apply(Math,e.data.map((function(e){return Math.min.apply(Math,e.map(s))}))))<0&&(a=0):a=2:a=3),a}t.default=function(e){for(var t=e.map(s),r=1;r<e.length;r++){var n=t[r];if(!(n<0))for(var i=r-1;i>=0&&n<t[i];i--){var o=e[i+1];e[i+1]=e[i],e[i]=o,t[i+1]=t[i],t[i]=n}}}},4090:(e,t,r)=>{"use strict";var n;r.r(t),r.d(t,{AttributeAction:()=>o,IgnoreCaseMode:()=>i,SelectorType:()=>n,isTraversal:()=>l,parse:()=>m,stringify:()=>C}),function(e){e.Attribute="attribute",e.Pseudo="pseudo",e.PseudoElement="pseudo-element",e.Tag="tag",e.Universal="universal",e.Adjacent="adjacent",e.Child="child",e.Descendant="descendant",e.Parent="parent",e.Sibling="sibling",e.ColumnCombinator="column-combinator"}(n||(n={}));const i={Unknown:null,QuirksMode:"quirks",IgnoreCase:!0,CaseSensitive:!1};var o;!function(e){e.Any="any",e.Element="element",e.End="end",e.Equals="equals",e.Exists="exists",e.Hyphen="hyphen",e.Not="not",e.Start="start"}(o||(o={}));const s=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,a=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,c=new Map([[126,o.Element],[94,o.Start],[36,o.End],[42,o.Any],[33,o.Not],[124,o.Hyphen]]),u=new Set(["has","not","matches","is","where","host","host-context"]);function l(e){switch(e.type){case n.Adjacent:case n.Child:case n.Descendant:case n.Parent:case n.Sibling:case n.ColumnCombinator:return!0;default:return!1}}const d=new Set(["contains","icontains"]);function f(e,t,r){const n=parseInt(t,16)-65536;return n!=n||r?t:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)}function p(e){return e.replace(a,f)}function h(e){return 39===e||34===e}function g(e){return 32===e||9===e||10===e||12===e||13===e}function m(e){const t=[],r=v(t,`${e}`,0);if(r<e.length)throw new Error(`Unmatched selector: ${e.slice(r)}`);return t}function v(e,t,r){let i=[];function a(e){const n=t.slice(r+e).match(s);if(!n)throw new Error(`Expected name, found ${t.slice(r)}`);const[i]=n;return r+=e+i.length,p(i)}function f(e){for(r+=e;r<t.length&&g(t.charCodeAt(r));)r++}function m(){const e=r+=1;let n=1;for(;n>0&&r<t.length;r++)40!==t.charCodeAt(r)||y(r)?41!==t.charCodeAt(r)||y(r)||n--:n++;if(n)throw new Error("Parenthesis not matched");return p(t.slice(e,r-1))}function y(e){let r=0;for(;92===t.charCodeAt(--e);)r++;return!(1&~r)}function b(){if(i.length>0&&l(i[i.length-1]))throw new Error("Did not expect successive traversals.")}function D(e){i.length>0&&i[i.length-1].type===n.Descendant?i[i.length-1].type=e:(b(),i.push({type:e}))}function k(e,t){i.push({type:n.Attribute,name:e,action:t,value:a(1),namespace:null,ignoreCase:"quirks"})}function w(){if(i.length&&i[i.length-1].type===n.Descendant&&i.pop(),0===i.length)throw new Error("Empty sub-selector");e.push(i)}if(f(0),t.length===r)return r;e:for(;r<t.length;){const e=t.charCodeAt(r);switch(e){case 32:case 9:case 10:case 12:case 13:0!==i.length&&i[0].type===n.Descendant||(b(),i.push({type:n.Descendant})),f(1);break;case 62:D(n.Child),f(1);break;case 60:D(n.Parent),f(1);break;case 126:D(n.Sibling),f(1);break;case 43:D(n.Adjacent),f(1);break;case 46:k("class",o.Element);break;case 35:k("id",o.Equals);break;case 91:{let e;f(1);let s=null;124===t.charCodeAt(r)?e=a(1):t.startsWith("*|",r)?(s="*",e=a(2)):(e=a(0),124===t.charCodeAt(r)&&61!==t.charCodeAt(r+1)&&(s=e,e=a(1))),f(0);let u=o.Exists;const l=c.get(t.charCodeAt(r));if(l){if(u=l,61!==t.charCodeAt(r+1))throw new Error("Expected `=`");f(2)}else 61===t.charCodeAt(r)&&(u=o.Equals,f(1));let d="",m=null;if("exists"!==u){if(h(t.charCodeAt(r))){const e=t.charCodeAt(r);let n=r+1;for(;n<t.length&&(t.charCodeAt(n)!==e||y(n));)n+=1;if(t.charCodeAt(n)!==e)throw new Error("Attribute value didn't end");d=p(t.slice(r+1,n)),r=n+1}else{const e=r;for(;r<t.length&&(!g(t.charCodeAt(r))&&93!==t.charCodeAt(r)||y(r));)r+=1;d=p(t.slice(e,r))}f(0);const e=32|t.charCodeAt(r);115===e?(m=!1,f(1)):105===e&&(m=!0,f(1))}if(93!==t.charCodeAt(r))throw new Error("Attribute selector didn't terminate");r+=1;const v={type:n.Attribute,name:e,action:u,value:d,namespace:s,ignoreCase:m};i.push(v);break}case 58:{if(58===t.charCodeAt(r+1)){i.push({type:n.PseudoElement,name:a(2).toLowerCase(),data:40===t.charCodeAt(r)?m():null});continue}const e=a(1).toLowerCase();let o=null;if(40===t.charCodeAt(r))if(u.has(e)){if(h(t.charCodeAt(r+1)))throw new Error(`Pseudo-selector ${e} cannot be quoted`);if(o=[],r=v(o,t,r+1),41!==t.charCodeAt(r))throw new Error(`Missing closing parenthesis in :${e} (${t})`);r+=1}else{if(o=m(),d.has(e)){const e=o.charCodeAt(0);e===o.charCodeAt(o.length-1)&&h(e)&&(o=o.slice(1,-1))}o=p(o)}i.push({type:n.Pseudo,name:e,data:o});break}case 44:w(),i=[],f(1);break;default:{if(t.startsWith("/*",r)){const e=t.indexOf("*/",r+2);if(e<0)throw new Error("Comment was not terminated");r=e+2,0===i.length&&f(0);break}let o,c=null;if(42===e)r+=1,o="*";else if(124===e){if(o="",124===t.charCodeAt(r+1)){D(n.ColumnCombinator),f(2);break}}else{if(!s.test(t.slice(r)))break e;o=a(0)}124===t.charCodeAt(r)&&124!==t.charCodeAt(r+1)&&(c=o,42===t.charCodeAt(r+1)?(o="*",r+=2):o=a(1)),i.push("*"===o?{type:n.Universal,namespace:c}:{type:n.Tag,name:o,namespace:c})}}}return w(),r}const y=["\\",'"'],b=[...y,"(",")"],D=new Set(y.map((e=>e.charCodeAt(0)))),k=new Set(b.map((e=>e.charCodeAt(0)))),w=new Set([...b,"~","^","$","*","+","!","|",":","[","]"," ","."].map((e=>e.charCodeAt(0))));function C(e){return e.map((e=>e.map(R).join(""))).join(", ")}function R(e,t,r){switch(e.type){case n.Child:return 0===t?"> ":" > ";case n.Parent:return 0===t?"< ":" < ";case n.Sibling:return 0===t?"~ ":" ~ ";case n.Adjacent:return 0===t?"+ ":" + ";case n.Descendant:return" ";case n.ColumnCombinator:return 0===t?"|| ":" || ";case n.Universal:return"*"===e.namespace&&t+1<r.length&&"name"in r[t+1]?"":`${T(e.namespace)}*`;case n.Tag:return E(e);case n.PseudoElement:return`::${A(e.name,w)}${null===e.data?"":`(${A(e.data,k)})`}`;case n.Pseudo:return`:${A(e.name,w)}${null===e.data?"":`(${"string"==typeof e.data?A(e.data,k):C(e.data)})`}`;case n.Attribute:{if("id"===e.name&&e.action===o.Equals&&"quirks"===e.ignoreCase&&!e.namespace)return`#${A(e.value,w)}`;if("class"===e.name&&e.action===o.Element&&"quirks"===e.ignoreCase&&!e.namespace)return`.${A(e.value,w)}`;const t=E(e);return e.action===o.Exists?`[${t}]`:`[${t}${function(e){switch(e){case o.Equals:return"";case o.Element:return"~";case o.Start:return"^";case o.End:return"$";case o.Any:return"*";case o.Not:return"!";case o.Hyphen:return"|";case o.Exists:throw new Error("Shouldn't be here")}}(e.action)}="${A(e.value,D)}"${null===e.ignoreCase?"":e.ignoreCase?" i":" s"}]`}}}function E(e){return`${T(e.namespace)}${A(e.name,w)}`}function T(e){return null!==e?`${"*"===e?"*":A(e,w)}|`:""}function A(e,t){let r=0,n="";for(let i=0;i<e.length;i++)t.has(e.charCodeAt(i))&&(n+=`${e.slice(r,i)}\\${e.charAt(i)}`,r=i+1);return n.length>0?n+e.slice(r):e}},4460:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.attributeNames=t.elementNames=void 0,t.elementNames=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","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","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((function(e){return[e.toLowerCase(),e]}))),t.attributeNames=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((function(e){return[e.toLowerCase(),e]})))},3806:function(e,t,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},n.apply(this,arguments)},i=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&i(t,e,r);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.render=void 0;var a=s(r(5413)),c=r(2730),u=r(4460),l=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function d(e){return e.replace(/"/g,""")}var f=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function p(e,t){void 0===t&&(t={});for(var r=("length"in e?e:[e]),n="",i=0;i<r.length;i++)n+=h(r[i],t);return n}function h(e,t){switch(e.type){case a.Root:return p(e.children,t);case a.Doctype:case a.Directive:return"<".concat(e.data,">");case a.Comment:return"\x3c!--".concat(e.data,"--\x3e");case a.CDATA:return function(e){return"<![CDATA[".concat(e.children[0].data,"]]>")}(e);case a.Script:case a.Style:case a.Tag:return function(e,t){var r;"foreign"===t.xmlMode&&(e.name=null!==(r=u.elementNames.get(e.name))&&void 0!==r?r:e.name,e.parent&&g.has(e.parent.name)&&(t=n(n({},t),{xmlMode:!1}))),!t.xmlMode&&m.has(e.name)&&(t=n(n({},t),{xmlMode:"foreign"}));var i="<".concat(e.name),o=function(e,t){var r;if(e){var n=!1===(null!==(r=t.encodeEntities)&&void 0!==r?r:t.decodeEntities)?d:t.xmlMode||"utf8"!==t.encodeEntities?c.encodeXML:c.escapeAttribute;return Object.keys(e).map((function(r){var i,o,s=null!==(i=e[r])&&void 0!==i?i:"";return"foreign"===t.xmlMode&&(r=null!==(o=u.attributeNames.get(r))&&void 0!==o?o:r),t.emptyAttrs||t.xmlMode||""!==s?"".concat(r,'="').concat(n(s),'"'):r})).join(" ")}}(e.attribs,t);return o&&(i+=" ".concat(o)),0===e.children.length&&(t.xmlMode?!1!==t.selfClosingTags:t.selfClosingTags&&f.has(e.name))?(t.xmlMode||(i+=" "),i+="/>"):(i+=">",e.children.length>0&&(i+=p(e.children,t)),!t.xmlMode&&f.has(e.name)||(i+="</".concat(e.name,">"))),i}(e,t);case a.Text:return function(e,t){var r,n=e.data||"";return!1===(null!==(r=t.encodeEntities)&&void 0!==r?r:t.decodeEntities)||!t.xmlMode&&e.parent&&l.has(e.parent.name)||(n=t.xmlMode||"utf8"!==t.encodeEntities?(0,c.encodeXML)(n):(0,c.escapeText)(n)),n}(e,t)}}t.render=p,t.default=p;var g=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),m=new Set(["svg","math"])},5413:(e,t)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.Doctype=t.CDATA=t.Tag=t.Style=t.Script=t.Comment=t.Directive=t.Text=t.Root=t.isTag=t.ElementType=void 0,function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"}(r=t.ElementType||(t.ElementType={})),t.isTag=function(e){return e.type===r.Tag||e.type===r.Script||e.type===r.Style},t.Root=r.Root,t.Text=r.Text,t.Directive=r.Directive,t.Comment=r.Comment,t.Script=r.Script,t.Style=r.Style,t.Tag=r.Tag,t.CDATA=r.CDATA,t.Doctype=r.Doctype},1141:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.DomHandler=void 0;var o=r(5413),s=r(6957);i(r(6957),t);var a={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},c=function(){function e(e,t,r){this.dom=[],this.root=new s.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,"function"==typeof t&&(r=t,t=a),"object"==typeof e&&(t=e,e=void 0),this.callback=null!=e?e:null,this.options=null!=t?t:a,this.elementCB=null!=r?r:null}return e.prototype.onparserinit=function(e){this.parser=e},e.prototype.onreset=function(){this.dom=[],this.root=new s.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},e.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},e.prototype.onerror=function(e){this.handleCallback(e)},e.prototype.onclosetag=function(){this.lastNode=null;var e=this.tagStack.pop();this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(e)},e.prototype.onopentag=function(e,t){var r=this.options.xmlMode?o.ElementType.Tag:void 0,n=new s.Element(e,t,void 0,r);this.addNode(n),this.tagStack.push(n)},e.prototype.ontext=function(e){var t=this.lastNode;if(t&&t.type===o.ElementType.Text)t.data+=e,this.options.withEndIndices&&(t.endIndex=this.parser.endIndex);else{var r=new s.Text(e);this.addNode(r),this.lastNode=r}},e.prototype.oncomment=function(e){if(this.lastNode&&this.lastNode.type===o.ElementType.Comment)this.lastNode.data+=e;else{var t=new s.Comment(e);this.addNode(t),this.lastNode=t}},e.prototype.oncommentend=function(){this.lastNode=null},e.prototype.oncdatastart=function(){var e=new s.Text(""),t=new s.CDATA([e]);this.addNode(t),e.parent=t,this.lastNode=e},e.prototype.oncdataend=function(){this.lastNode=null},e.prototype.onprocessinginstruction=function(e,t){var r=new s.ProcessingInstruction(e,t);this.addNode(r)},e.prototype.handleCallback=function(e){if("function"==typeof this.callback)this.callback(e,this.dom);else if(e)throw e},e.prototype.addNode=function(e){var t=this.tagStack[this.tagStack.length-1],r=t.children[t.children.length-1];this.options.withStartIndices&&(e.startIndex=this.parser.startIndex),this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),t.children.push(e),r&&(e.prev=r,r.next=e),e.parent=t,this.lastNode=null},e}();t.DomHandler=c,t.default=c},6957:function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},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 r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.cloneNode=t.hasChildren=t.isDocument=t.isDirective=t.isComment=t.isText=t.isCDATA=t.isTag=t.Element=t.Document=t.CDATA=t.NodeWithChildren=t.ProcessingInstruction=t.Comment=t.Text=t.DataNode=t.Node=void 0;var s=r(5413),a=function(){function e(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(e.prototype,"parentNode",{get:function(){return this.parent},set:function(e){this.parent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"previousSibling",{get:function(){return this.prev},set:function(e){this.prev=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"nextSibling",{get:function(){return this.next},set:function(e){this.next=e},enumerable:!1,configurable:!0}),e.prototype.cloneNode=function(e){return void 0===e&&(e=!1),w(this,e)},e}();t.Node=a;var c=function(e){function t(t){var r=e.call(this)||this;return r.data=t,r}return i(t,e),Object.defineProperty(t.prototype,"nodeValue",{get:function(){return this.data},set:function(e){this.data=e},enumerable:!1,configurable:!0}),t}(a);t.DataNode=c;var u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=s.ElementType.Text,t}return i(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 3},enumerable:!1,configurable:!0}),t}(c);t.Text=u;var l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=s.ElementType.Comment,t}return i(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 8},enumerable:!1,configurable:!0}),t}(c);t.Comment=l;var d=function(e){function t(t,r){var n=e.call(this,r)||this;return n.name=t,n.type=s.ElementType.Directive,n}return i(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),t}(c);t.ProcessingInstruction=d;var f=function(e){function t(t){var r=e.call(this)||this;return r.children=t,r}return i(t,e),Object.defineProperty(t.prototype,"firstChild",{get:function(){var e;return null!==(e=this.children[0])&&void 0!==e?e:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"childNodes",{get:function(){return this.children},set:function(e){this.children=e},enumerable:!1,configurable:!0}),t}(a);t.NodeWithChildren=f;var p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=s.ElementType.CDATA,t}return i(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),t}(f);t.CDATA=p;var h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=s.ElementType.Root,t}return i(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),t}(f);t.Document=h;var g=function(e){function t(t,r,n,i){void 0===n&&(n=[]),void 0===i&&(i="script"===t?s.ElementType.Script:"style"===t?s.ElementType.Style:s.ElementType.Tag);var o=e.call(this,n)||this;return o.name=t,o.attribs=r,o.type=i,o}return i(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"tagName",{get:function(){return this.name},set:function(e){this.name=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e=this;return Object.keys(this.attribs).map((function(t){var r,n;return{name:t,value:e.attribs[t],namespace:null===(r=e["x-attribsNamespace"])||void 0===r?void 0:r[t],prefix:null===(n=e["x-attribsPrefix"])||void 0===n?void 0:n[t]}}))},enumerable:!1,configurable:!0}),t}(f);function m(e){return(0,s.isTag)(e)}function v(e){return e.type===s.ElementType.CDATA}function y(e){return e.type===s.ElementType.Text}function b(e){return e.type===s.ElementType.Comment}function D(e){return e.type===s.ElementType.Directive}function k(e){return e.type===s.ElementType.Root}function w(e,t){var r;if(void 0===t&&(t=!1),y(e))r=new u(e.data);else if(b(e))r=new l(e.data);else if(m(e)){var n=t?C(e.children):[],i=new g(e.name,o({},e.attribs),n);n.forEach((function(e){return e.parent=i})),null!=e.namespace&&(i.namespace=e.namespace),e["x-attribsNamespace"]&&(i["x-attribsNamespace"]=o({},e["x-attribsNamespace"])),e["x-attribsPrefix"]&&(i["x-attribsPrefix"]=o({},e["x-attribsPrefix"])),r=i}else if(v(e)){n=t?C(e.children):[];var s=new p(n);n.forEach((function(e){return e.parent=s})),r=s}else if(k(e)){n=t?C(e.children):[];var a=new h(n);n.forEach((function(e){return e.parent=a})),e["x-mode"]&&(a["x-mode"]=e["x-mode"]),r=a}else{if(!D(e))throw new Error("Not implemented yet: ".concat(e.type));var c=new d(e.name,e.data);null!=e["x-name"]&&(c["x-name"]=e["x-name"],c["x-publicId"]=e["x-publicId"],c["x-systemId"]=e["x-systemId"]),r=c}return r.startIndex=e.startIndex,r.endIndex=e.endIndex,null!=e.sourceCodeLocation&&(r.sourceCodeLocation=e.sourceCodeLocation),r}function C(e){for(var t=e.map((function(e){return w(e,!0)})),r=1;r<t.length;r++)t[r].prev=t[r-1],t[r-1].next=t[r];return t}t.Element=g,t.isTag=m,t.isCDATA=v,t.isText=y,t.isComment=b,t.isDirective=D,t.isDocument=k,t.hasChildren=function(e){return Object.prototype.hasOwnProperty.call(e,"children")},t.cloneNode=w},4437:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getFeed=void 0;var n=r(6037),i=r(3209);t.getFeed=function(e){var t=c(d,e);return t?"feed"===t.name?function(e){var t,r=e.children,n={type:"atom",items:(0,i.getElementsByTagName)("entry",r).map((function(e){var t,r=e.children,n={media:a(r)};l(n,"id","id",r),l(n,"title","title",r);var i=null===(t=c("link",r))||void 0===t?void 0:t.attribs.href;i&&(n.link=i);var o=u("summary",r)||u("content",r);o&&(n.description=o);var s=u("updated",r);return s&&(n.pubDate=new Date(s)),n}))};l(n,"id","id",r),l(n,"title","title",r);var o=null===(t=c("link",r))||void 0===t?void 0:t.attribs.href;o&&(n.link=o),l(n,"description","subtitle",r);var s=u("updated",r);return s&&(n.updated=new Date(s)),l(n,"author","email",r,!0),n}(t):function(e){var t,r,n=null!==(r=null===(t=c("channel",e.children))||void 0===t?void 0:t.children)&&void 0!==r?r:[],o={type:e.name.substr(0,3),id:"",items:(0,i.getElementsByTagName)("item",e.children).map((function(e){var t=e.children,r={media:a(t)};l(r,"id","guid",t),l(r,"title","title",t),l(r,"link","link",t),l(r,"description","description",t);var n=u("pubDate",t)||u("dc:date",t);return n&&(r.pubDate=new Date(n)),r}))};l(o,"title","title",n),l(o,"link","link",n),l(o,"description","description",n);var s=u("lastBuildDate",n);return s&&(o.updated=new Date(s)),l(o,"author","managingEditor",n,!0),o}(t):null};var o=["url","type","lang"],s=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function a(e){return(0,i.getElementsByTagName)("media:content",e).map((function(e){for(var t=e.attribs,r={medium:t.medium,isDefault:!!t.isDefault},n=0,i=o;n<i.length;n++)t[u=i[n]]&&(r[u]=t[u]);for(var a=0,c=s;a<c.length;a++){var u;t[u=c[a]]&&(r[u]=parseInt(t[u],10))}return t.expression&&(r.expression=t.expression),r}))}function c(e,t){return(0,i.getElementsByTagName)(e,t,!0,1)[0]}function u(e,t,r){return void 0===r&&(r=!1),(0,n.textContent)((0,i.getElementsByTagName)(e,t,r,1)).trim()}function l(e,t,r,n,i){void 0===i&&(i=!1);var o=u(r,n,i);o&&(e[t]=o)}function d(e){return"rss"===e||"feed"===e||"rdf:RDF"===e}},5397:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.uniqueSort=t.compareDocumentPosition=t.DocumentPosition=t.removeSubsets=void 0;var n,i=r(1141);function o(e,t){var r=[],o=[];if(e===t)return 0;for(var s=(0,i.hasChildren)(e)?e:e.parent;s;)r.unshift(s),s=s.parent;for(s=(0,i.hasChildren)(t)?t:t.parent;s;)o.unshift(s),s=s.parent;for(var a=Math.min(r.length,o.length),c=0;c<a&&r[c]===o[c];)c++;if(0===c)return n.DISCONNECTED;var u=r[c-1],l=u.children,d=r[c],f=o[c];return l.indexOf(d)>l.indexOf(f)?u===t?n.FOLLOWING|n.CONTAINED_BY:n.FOLLOWING:u===e?n.PRECEDING|n.CONTAINS:n.PRECEDING}t.removeSubsets=function(e){for(var t=e.length;--t>=0;){var r=e[t];if(t>0&&e.lastIndexOf(r,t-1)>=0)e.splice(t,1);else for(var n=r.parent;n;n=n.parent)if(e.includes(n)){e.splice(t,1);break}}return e},function(e){e[e.DISCONNECTED=1]="DISCONNECTED",e[e.PRECEDING=2]="PRECEDING",e[e.FOLLOWING=4]="FOLLOWING",e[e.CONTAINS=8]="CONTAINS",e[e.CONTAINED_BY=16]="CONTAINED_BY"}(n=t.DocumentPosition||(t.DocumentPosition={})),t.compareDocumentPosition=o,t.uniqueSort=function(e){return(e=e.filter((function(e,t,r){return!r.includes(e,t+1)}))).sort((function(e,t){var r=o(e,t);return r&n.PRECEDING?-1:r&n.FOLLOWING?1:0})),e}},8888:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.hasChildren=t.isDocument=t.isComment=t.isText=t.isCDATA=t.isTag=void 0,i(r(6037),t),i(r(8938),t),i(r(3403),t),i(r(718),t),i(r(3209),t),i(r(5397),t),i(r(4437),t);var o=r(1141);Object.defineProperty(t,"isTag",{enumerable:!0,get:function(){return o.isTag}}),Object.defineProperty(t,"isCDATA",{enumerable:!0,get:function(){return o.isCDATA}}),Object.defineProperty(t,"isText",{enumerable:!0,get:function(){return o.isText}}),Object.defineProperty(t,"isComment",{enumerable:!0,get:function(){return o.isComment}}),Object.defineProperty(t,"isDocument",{enumerable:!0,get:function(){return o.isDocument}}),Object.defineProperty(t,"hasChildren",{enumerable:!0,get:function(){return o.hasChildren}})},3209:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getElementsByTagType=t.getElementsByTagName=t.getElementById=t.getElements=t.testElement=void 0;var n=r(1141),i=r(718),o={tag_name:function(e){return"function"==typeof e?function(t){return(0,n.isTag)(t)&&e(t.name)}:"*"===e?n.isTag:function(t){return(0,n.isTag)(t)&&t.name===e}},tag_type:function(e){return"function"==typeof e?function(t){return e(t.type)}:function(t){return t.type===e}},tag_contains:function(e){return"function"==typeof e?function(t){return(0,n.isText)(t)&&e(t.data)}:function(t){return(0,n.isText)(t)&&t.data===e}}};function s(e,t){return"function"==typeof t?function(r){return(0,n.isTag)(r)&&t(r.attribs[e])}:function(r){return(0,n.isTag)(r)&&r.attribs[e]===t}}function a(e,t){return function(r){return e(r)||t(r)}}function c(e){var t=Object.keys(e).map((function(t){var r=e[t];return Object.prototype.hasOwnProperty.call(o,t)?o[t](r):s(t,r)}));return 0===t.length?null:t.reduce(a)}t.testElement=function(e,t){var r=c(e);return!r||r(t)},t.getElements=function(e,t,r,n){void 0===n&&(n=1/0);var o=c(e);return o?(0,i.filter)(o,t,r,n):[]},t.getElementById=function(e,t,r){return void 0===r&&(r=!0),Array.isArray(t)||(t=[t]),(0,i.findOne)(s("id",e),t,r)},t.getElementsByTagName=function(e,t,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,i.filter)(o.tag_name(e),t,r,n)},t.getElementsByTagType=function(e,t,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,i.filter)(o.tag_type(e),t,r,n)}},3403:(e,t)=>{"use strict";function r(e){if(e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e.parent){var t=e.parent.children,r=t.lastIndexOf(e);r>=0&&t.splice(r,1)}e.next=null,e.prev=null,e.parent=null}Object.defineProperty(t,"__esModule",{value:!0}),t.prepend=t.prependChild=t.append=t.appendChild=t.replaceElement=t.removeElement=void 0,t.removeElement=r,t.replaceElement=function(e,t){var r=t.prev=e.prev;r&&(r.next=t);var n=t.next=e.next;n&&(n.prev=t);var i=t.parent=e.parent;if(i){var o=i.children;o[o.lastIndexOf(e)]=t,e.parent=null}},t.appendChild=function(e,t){if(r(t),t.next=null,t.parent=e,e.children.push(t)>1){var n=e.children[e.children.length-2];n.next=t,t.prev=n}else t.prev=null},t.append=function(e,t){r(t);var n=e.parent,i=e.next;if(t.next=i,t.prev=e,e.next=t,t.parent=n,i){if(i.prev=t,n){var o=n.children;o.splice(o.lastIndexOf(i),0,t)}}else n&&n.children.push(t)},t.prependChild=function(e,t){if(r(t),t.parent=e,t.prev=null,1!==e.children.unshift(t)){var n=e.children[1];n.prev=t,t.next=n}else t.next=null},t.prepend=function(e,t){r(t);var n=e.parent;if(n){var i=n.children;i.splice(i.indexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=n,t.prev=e.prev,t.next=e,e.prev=t}},718:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.findAll=t.existsOne=t.findOne=t.findOneChild=t.find=t.filter=void 0;var n=r(1141);function i(e,t,r,i){for(var o=[],s=[t],a=[0];;)if(a[0]>=s[0].length){if(1===a.length)return o;s.shift(),a.shift()}else{var c=s[0][a[0]++];if(e(c)&&(o.push(c),--i<=0))return o;r&&(0,n.hasChildren)(c)&&c.children.length>0&&(a.unshift(0),s.unshift(c.children))}}t.filter=function(e,t,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),i(e,Array.isArray(t)?t:[t],r,n)},t.find=i,t.findOneChild=function(e,t){return t.find(e)},t.findOne=function e(t,r,i){void 0===i&&(i=!0);for(var o=null,s=0;s<r.length&&!o;s++){var a=r[s];(0,n.isTag)(a)&&(t(a)?o=a:i&&a.children.length>0&&(o=e(t,a.children,!0)))}return o},t.existsOne=function e(t,r){return r.some((function(r){return(0,n.isTag)(r)&&(t(r)||e(t,r.children))}))},t.findAll=function(e,t){for(var r=[],i=[t],o=[0];;)if(o[0]>=i[0].length){if(1===i.length)return r;i.shift(),o.shift()}else{var s=i[0][o[0]++];(0,n.isTag)(s)&&(e(s)&&r.push(s),s.children.length>0&&(o.unshift(0),i.unshift(s.children)))}}},6037:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.innerText=t.textContent=t.getText=t.getInnerHTML=t.getOuterHTML=void 0;var i=r(1141),o=n(r(3806)),s=r(5413);function a(e,t){return(0,o.default)(e,t)}t.getOuterHTML=a,t.getInnerHTML=function(e,t){return(0,i.hasChildren)(e)?e.children.map((function(e){return a(e,t)})).join(""):""},t.getText=function e(t){return Array.isArray(t)?t.map(e).join(""):(0,i.isTag)(t)?"br"===t.name?"\n":e(t.children):(0,i.isCDATA)(t)?e(t.children):(0,i.isText)(t)?t.data:""},t.textContent=function e(t){return Array.isArray(t)?t.map(e).join(""):(0,i.hasChildren)(t)&&!(0,i.isComment)(t)?e(t.children):(0,i.isText)(t)?t.data:""},t.innerText=function e(t){return Array.isArray(t)?t.map(e).join(""):(0,i.hasChildren)(t)&&(t.type===s.ElementType.Tag||(0,i.isCDATA)(t))?e(t.children):(0,i.isText)(t)?t.data:""}},8938:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.prevElementSibling=t.nextElementSibling=t.getName=t.hasAttrib=t.getAttributeValue=t.getSiblings=t.getParent=t.getChildren=void 0;var n=r(1141);function i(e){return(0,n.hasChildren)(e)?e.children:[]}function o(e){return e.parent||null}t.getChildren=i,t.getParent=o,t.getSiblings=function(e){var t=o(e);if(null!=t)return i(t);for(var r=[e],n=e.prev,s=e.next;null!=n;)r.unshift(n),n=n.prev;for(;null!=s;)r.push(s),s=s.next;return r},t.getAttributeValue=function(e,t){var r;return null===(r=e.attribs)||void 0===r?void 0:r[t]},t.hasAttrib=function(e,t){return null!=e.attribs&&Object.prototype.hasOwnProperty.call(e.attribs,t)&&null!=e.attribs[t]},t.getName=function(e){return e.name},t.nextElementSibling=function(e){for(var t=e.next;null!==t&&!(0,n.isTag)(t);)t=t.next;return t},t.prevElementSibling=function(e){for(var t=e.prev;null!==t&&!(0,n.isTag)(t);)t=t.prev;return t}},9878:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXML=t.decodeHTMLStrict=t.decodeHTMLAttribute=t.decodeHTML=t.determineBranch=t.EntityDecoder=t.DecodingMode=t.BinTrieFlags=t.fromCodePoint=t.replaceCodePoint=t.decodeCodePoint=t.xmlDecodeTree=t.htmlDecodeTree=void 0;var a=s(r(3603));t.htmlDecodeTree=a.default;var c=s(r(2517));t.xmlDecodeTree=c.default;var u=o(r(5096));t.decodeCodePoint=u.default;var l,d,f,p,h=r(5096);function g(e){return e>=l.ZERO&&e<=l.NINE}Object.defineProperty(t,"replaceCodePoint",{enumerable:!0,get:function(){return h.replaceCodePoint}}),Object.defineProperty(t,"fromCodePoint",{enumerable:!0,get:function(){return h.fromCodePoint}}),function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(l||(l={})),function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(d=t.BinTrieFlags||(t.BinTrieFlags={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(f||(f={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(p=t.DecodingMode||(t.DecodingMode={}));var m=function(){function e(e,t,r){this.decodeTree=e,this.emitCodePoint=t,this.errors=r,this.state=f.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=p.Strict}return e.prototype.startEntity=function(e){this.decodeMode=e,this.state=f.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},e.prototype.write=function(e,t){switch(this.state){case f.EntityStart:return e.charCodeAt(t)===l.NUM?(this.state=f.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=f.NamedEntity,this.stateNamedEntity(e,t));case f.NumericStart:return this.stateNumericStart(e,t);case f.NumericDecimal:return this.stateNumericDecimal(e,t);case f.NumericHex:return this.stateNumericHex(e,t);case f.NamedEntity:return this.stateNamedEntity(e,t)}},e.prototype.stateNumericStart=function(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===l.LOWER_X?(this.state=f.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=f.NumericDecimal,this.stateNumericDecimal(e,t))},e.prototype.addToNumericResult=function(e,t,r,n){if(t!==r){var i=r-t;this.result=this.result*Math.pow(n,i)+parseInt(e.substr(t,i),n),this.consumed+=i}},e.prototype.stateNumericHex=function(e,t){for(var r,n=t;t<e.length;){var i=e.charCodeAt(t);if(!(g(i)||(r=i,r>=l.UPPER_A&&r<=l.UPPER_F||r>=l.LOWER_A&&r<=l.LOWER_F)))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(i,3);t+=1}return this.addToNumericResult(e,n,t,16),-1},e.prototype.stateNumericDecimal=function(e,t){for(var r=t;t<e.length;){var n=e.charCodeAt(t);if(!g(n))return this.addToNumericResult(e,r,t,10),this.emitNumericEntity(n,2);t+=1}return this.addToNumericResult(e,r,t,10),-1},e.prototype.emitNumericEntity=function(e,t){var r;if(this.consumed<=t)return null===(r=this.errors)||void 0===r||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===l.SEMI)this.consumed+=1;else if(this.decodeMode===p.Strict)return 0;return this.emitCodePoint((0,u.replaceCodePoint)(this.result),this.consumed),this.errors&&(e!==l.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed},e.prototype.stateNamedEntity=function(e,t){for(var r=this.decodeTree,n=r[this.treeIndex],i=(n&d.VALUE_LENGTH)>>14;t<e.length;t++,this.excess++){var o=e.charCodeAt(t);if(this.treeIndex=y(r,n,this.treeIndex+Math.max(1,i),o),this.treeIndex<0)return 0===this.result||this.decodeMode===p.Attribute&&(0===i||((s=o)===l.EQUALS||function(e){return e>=l.UPPER_A&&e<=l.UPPER_Z||e>=l.LOWER_A&&e<=l.LOWER_Z||g(e)}(s)))?0:this.emitNotTerminatedNamedEntity();if(0!=(i=((n=r[this.treeIndex])&d.VALUE_LENGTH)>>14)){if(o===l.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==p.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}var s;return-1},e.prototype.emitNotTerminatedNamedEntity=function(){var e,t=this.result,r=(this.decodeTree[t]&d.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed},e.prototype.emitNamedEntityData=function(e,t,r){var n=this.decodeTree;return this.emitCodePoint(1===t?n[e]&~d.VALUE_LENGTH:n[e+1],r),3===t&&this.emitCodePoint(n[e+2],r),r},e.prototype.end=function(){var e;switch(this.state){case f.NamedEntity:return 0===this.result||this.decodeMode===p.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case f.NumericDecimal:return this.emitNumericEntity(0,2);case f.NumericHex:return this.emitNumericEntity(0,3);case f.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case f.EntityStart:return 0}},e}();function v(e){var t="",r=new m(e,(function(e){return t+=(0,u.fromCodePoint)(e)}));return function(e,n){for(var i=0,o=0;(o=e.indexOf("&",o))>=0;){t+=e.slice(i,o),r.startEntity(n);var s=r.write(e,o+1);if(s<0){i=o+r.end();break}i=o+s,o=0===s?i+1:i}var a=t+e.slice(i);return t="",a}}function y(e,t,r,n){var i=(t&d.BRANCH_LENGTH)>>7,o=t&d.JUMP_TABLE;if(0===i)return 0!==o&&n===o?r:-1;if(o){var s=n-o;return s<0||s>=i?-1:e[r+s]-1}for(var a=r,c=a+i-1;a<=c;){var u=a+c>>>1,l=e[u];if(l<n)a=u+1;else{if(!(l>n))return e[u+i];c=u-1}}return-1}t.EntityDecoder=m,t.determineBranch=y;var b=v(a.default),D=v(c.default);t.decodeHTML=function(e,t){return void 0===t&&(t=p.Legacy),b(e,t)},t.decodeHTMLAttribute=function(e){return b(e,p.Attribute)},t.decodeHTMLStrict=function(e){return b(e,p.Strict)},t.decodeXML=function(e){return D(e,p.Strict)}},5096:(e,t)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.replaceCodePoint=t.fromCodePoint=void 0;var n=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function i(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=n.get(e))&&void 0!==t?t:e}t.fromCodePoint=null!==(r=String.fromCodePoint)&&void 0!==r?r:function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+String.fromCharCode(e)},t.replaceCodePoint=i,t.default=function(e){return(0,t.fromCodePoint)(i(e))}},1818:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.encodeNonAsciiHTML=t.encodeHTML=void 0;var i=n(r(5504)),o=r(5987),s=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function a(e,t){for(var r,n="",s=0;null!==(r=e.exec(t));){var a=r.index;n+=t.substring(s,a);var c=t.charCodeAt(a),u=i.default.get(c);if("object"==typeof u){if(a+1<t.length){var l=t.charCodeAt(a+1),d="number"==typeof u.n?u.n===l?u.o:void 0:u.n.get(l);if(void 0!==d){n+=d,s=e.lastIndex+=1;continue}}u=u.v}if(void 0!==u)n+=u,s=a+1;else{var f=(0,o.getCodePoint)(t,a);n+="&#x".concat(f.toString(16),";"),s=e.lastIndex+=Number(f!==c)}}return n+t.substr(s)}t.encodeHTML=function(e){return a(s,e)},t.encodeNonAsciiHTML=function(e){return a(o.xmlReplacer,e)}},5987:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.escapeText=t.escapeAttribute=t.escapeUTF8=t.escape=t.encodeXML=t.getCodePoint=t.xmlReplacer=void 0,t.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var r=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);function n(e){for(var n,i="",o=0;null!==(n=t.xmlReplacer.exec(e));){var s=n.index,a=e.charCodeAt(s),c=r.get(a);void 0!==c?(i+=e.substring(o,s)+c,o=s+1):(i+="".concat(e.substring(o,s),"&#x").concat((0,t.getCodePoint)(e,s).toString(16),";"),o=t.xmlReplacer.lastIndex+=Number(55296==(64512&a)))}return i+e.substr(o)}function i(e,t){return function(r){for(var n,i=0,o="";n=e.exec(r);)i!==n.index&&(o+=r.substring(i,n.index)),o+=t.get(n[0].charCodeAt(0)),i=n.index+1;return o+r.substring(i)}}t.getCodePoint=null!=String.prototype.codePointAt?function(e,t){return e.codePointAt(t)}:function(e,t){return 55296==(64512&e.charCodeAt(t))?1024*(e.charCodeAt(t)-55296)+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t)},t.encodeXML=n,t.escape=n,t.escapeUTF8=i(/[&<>'"]/g,r),t.escapeAttribute=i(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),t.escapeText=i(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))},3603:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((function(e){return e.charCodeAt(0)})))},2517:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((function(e){return e.charCodeAt(0)})))},5504:(e,t)=>{"use strict";function r(e){for(var t=1;t<e.length;t++)e[t][0]+=e[t-1][0]+1;return e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=new Map(r([[9,"	"],[0,"
"],[22,"!"],[0,"""],[0,"#"],[0,"$"],[0,"%"],[0,"&"],[0,"'"],[0,"("],[0,")"],[0,"*"],[0,"+"],[0,","],[1,"."],[0,"/"],[10,":"],[0,";"],[0,{v:"<",n:8402,o:"<⃒"}],[0,{v:"=",n:8421,o:"=⃥"}],[0,{v:">",n:8402,o:">⃒"}],[0,"?"],[0,"@"],[26,"["],[0,"\"],[0,"]"],[0,"^"],[0,"_"],[0,"`"],[5,{n:106,o:"fj"}],[20,"{"],[0,"|"],[0,"}"],[34," "],[0,"¡"],[0,"¢"],[0,"£"],[0,"¤"],[0,"¥"],[0,"¦"],[0,"§"],[0,"¨"],[0,"©"],[0,"ª"],[0,"«"],[0,"¬"],[0,"­"],[0,"®"],[0,"¯"],[0,"°"],[0,"±"],[0,"²"],[0,"³"],[0,"´"],[0,"µ"],[0,"¶"],[0,"·"],[0,"¸"],[0,"¹"],[0,"º"],[0,"»"],[0,"¼"],[0,"½"],[0,"¾"],[0,"¿"],[0,"À"],[0,"Á"],[0,"Â"],[0,"Ã"],[0,"Ä"],[0,"Å"],[0,"Æ"],[0,"Ç"],[0,"È"],[0,"É"],[0,"Ê"],[0,"Ë"],[0,"Ì"],[0,"Í"],[0,"Î"],[0,"Ï"],[0,"Ð"],[0,"Ñ"],[0,"Ò"],[0,"Ó"],[0,"Ô"],[0,"Õ"],[0,"Ö"],[0,"×"],[0,"Ø"],[0,"Ù"],[0,"Ú"],[0,"Û"],[0,"Ü"],[0,"Ý"],[0,"Þ"],[0,"ß"],[0,"à"],[0,"á"],[0,"â"],[0,"ã"],[0,"ä"],[0,"å"],[0,"æ"],[0,"ç"],[0,"è"],[0,"é"],[0,"ê"],[0,"ë"],[0,"ì"],[0,"í"],[0,"î"],[0,"ï"],[0,"ð"],[0,"ñ"],[0,"ò"],[0,"ó"],[0,"ô"],[0,"õ"],[0,"ö"],[0,"÷"],[0,"ø"],[0,"ù"],[0,"ú"],[0,"û"],[0,"ü"],[0,"ý"],[0,"þ"],[0,"ÿ"],[0,"Ā"],[0,"ā"],[0,"Ă"],[0,"ă"],[0,"Ą"],[0,"ą"],[0,"Ć"],[0,"ć"],[0,"Ĉ"],[0,"ĉ"],[0,"Ċ"],[0,"ċ"],[0,"Č"],[0,"č"],[0,"Ď"],[0,"ď"],[0,"Đ"],[0,"đ"],[0,"Ē"],[0,"ē"],[2,"Ė"],[0,"ė"],[0,"Ę"],[0,"ę"],[0,"Ě"],[0,"ě"],[0,"Ĝ"],[0,"ĝ"],[0,"Ğ"],[0,"ğ"],[0,"Ġ"],[0,"ġ"],[0,"Ģ"],[1,"Ĥ"],[0,"ĥ"],[0,"Ħ"],[0,"ħ"],[0,"Ĩ"],[0,"ĩ"],[0,"Ī"],[0,"ī"],[2,"Į"],[0,"į"],[0,"İ"],[0,"ı"],[0,"IJ"],[0,"ij"],[0,"Ĵ"],[0,"ĵ"],[0,"Ķ"],[0,"ķ"],[0,"ĸ"],[0,"Ĺ"],[0,"ĺ"],[0,"Ļ"],[0,"ļ"],[0,"Ľ"],[0,"ľ"],[0,"Ŀ"],[0,"ŀ"],[0,"Ł"],[0,"ł"],[0,"Ń"],[0,"ń"],[0,"Ņ"],[0,"ņ"],[0,"Ň"],[0,"ň"],[0,"ʼn"],[0,"Ŋ"],[0,"ŋ"],[0,"Ō"],[0,"ō"],[2,"Ő"],[0,"ő"],[0,"Œ"],[0,"œ"],[0,"Ŕ"],[0,"ŕ"],[0,"Ŗ"],[0,"ŗ"],[0,"Ř"],[0,"ř"],[0,"Ś"],[0,"ś"],[0,"Ŝ"],[0,"ŝ"],[0,"Ş"],[0,"ş"],[0,"Š"],[0,"š"],[0,"Ţ"],[0,"ţ"],[0,"Ť"],[0,"ť"],[0,"Ŧ"],[0,"ŧ"],[0,"Ũ"],[0,"ũ"],[0,"Ū"],[0,"ū"],[0,"Ŭ"],[0,"ŭ"],[0,"Ů"],[0,"ů"],[0,"Ű"],[0,"ű"],[0,"Ų"],[0,"ų"],[0,"Ŵ"],[0,"ŵ"],[0,"Ŷ"],[0,"ŷ"],[0,"Ÿ"],[0,"Ź"],[0,"ź"],[0,"Ż"],[0,"ż"],[0,"Ž"],[0,"ž"],[19,"ƒ"],[34,"Ƶ"],[63,"ǵ"],[65,"ȷ"],[142,"ˆ"],[0,"ˇ"],[16,"˘"],[0,"˙"],[0,"˚"],[0,"˛"],[0,"˜"],[0,"˝"],[51,"̑"],[127,"Α"],[0,"Β"],[0,"Γ"],[0,"Δ"],[0,"Ε"],[0,"Ζ"],[0,"Η"],[0,"Θ"],[0,"Ι"],[0,"Κ"],[0,"Λ"],[0,"Μ"],[0,"Ν"],[0,"Ξ"],[0,"Ο"],[0,"Π"],[0,"Ρ"],[1,"Σ"],[0,"Τ"],[0,"Υ"],[0,"Φ"],[0,"Χ"],[0,"Ψ"],[0,"Ω"],[7,"α"],[0,"β"],[0,"γ"],[0,"δ"],[0,"ε"],[0,"ζ"],[0,"η"],[0,"θ"],[0,"ι"],[0,"κ"],[0,"λ"],[0,"μ"],[0,"ν"],[0,"ξ"],[0,"ο"],[0,"π"],[0,"ρ"],[0,"ς"],[0,"σ"],[0,"τ"],[0,"υ"],[0,"φ"],[0,"χ"],[0,"ψ"],[0,"ω"],[7,"ϑ"],[0,"ϒ"],[2,"ϕ"],[0,"ϖ"],[5,"Ϝ"],[0,"ϝ"],[18,"ϰ"],[0,"ϱ"],[3,"ϵ"],[0,"϶"],[10,"Ё"],[0,"Ђ"],[0,"Ѓ"],[0,"Є"],[0,"Ѕ"],[0,"І"],[0,"Ї"],[0,"Ј"],[0,"Љ"],[0,"Њ"],[0,"Ћ"],[0,"Ќ"],[1,"Ў"],[0,"Џ"],[0,"А"],[0,"Б"],[0,"В"],[0,"Г"],[0,"Д"],[0,"Е"],[0,"Ж"],[0,"З"],[0,"И"],[0,"Й"],[0,"К"],[0,"Л"],[0,"М"],[0,"Н"],[0,"О"],[0,"П"],[0,"Р"],[0,"С"],[0,"Т"],[0,"У"],[0,"Ф"],[0,"Х"],[0,"Ц"],[0,"Ч"],[0,"Ш"],[0,"Щ"],[0,"Ъ"],[0,"Ы"],[0,"Ь"],[0,"Э"],[0,"Ю"],[0,"Я"],[0,"а"],[0,"б"],[0,"в"],[0,"г"],[0,"д"],[0,"е"],[0,"ж"],[0,"з"],[0,"и"],[0,"й"],[0,"к"],[0,"л"],[0,"м"],[0,"н"],[0,"о"],[0,"п"],[0,"р"],[0,"с"],[0,"т"],[0,"у"],[0,"ф"],[0,"х"],[0,"ц"],[0,"ч"],[0,"ш"],[0,"щ"],[0,"ъ"],[0,"ы"],[0,"ь"],[0,"э"],[0,"ю"],[0,"я"],[1,"ё"],[0,"ђ"],[0,"ѓ"],[0,"є"],[0,"ѕ"],[0,"і"],[0,"ї"],[0,"ј"],[0,"љ"],[0,"њ"],[0,"ћ"],[0,"ќ"],[1,"ў"],[0,"џ"],[7074," "],[0," "],[0," "],[0," "],[1," "],[0," "],[0," "],[0," "],[0,"​"],[0,"‌"],[0,"‍"],[0,"‎"],[0,"‏"],[0,"‐"],[2,"–"],[0,"—"],[0,"―"],[0,"‖"],[1,"‘"],[0,"’"],[0,"‚"],[1,"“"],[0,"”"],[0,"„"],[1,"†"],[0,"‡"],[0,"•"],[2,"‥"],[0,"…"],[9,"‰"],[0,"‱"],[0,"′"],[0,"″"],[0,"‴"],[0,"‵"],[3,"‹"],[0,"›"],[3,"‾"],[2,"⁁"],[1,"⁃"],[0,"⁄"],[10,"⁏"],[7,"⁗"],[7,{v:" ",n:8202,o:"  "}],[0,"⁠"],[0,"⁡"],[0,"⁢"],[0,"⁣"],[72,"€"],[46,"⃛"],[0,"⃜"],[37,"ℂ"],[2,"℅"],[4,"ℊ"],[0,"ℋ"],[0,"ℌ"],[0,"ℍ"],[0,"ℎ"],[0,"ℏ"],[0,"ℐ"],[0,"ℑ"],[0,"ℒ"],[0,"ℓ"],[1,"ℕ"],[0,"№"],[0,"℗"],[0,"℘"],[0,"ℙ"],[0,"ℚ"],[0,"ℛ"],[0,"ℜ"],[0,"ℝ"],[0,"℞"],[3,"™"],[1,"ℤ"],[2,"℧"],[0,"ℨ"],[0,"℩"],[2,"ℬ"],[0,"ℭ"],[1,"ℯ"],[0,"ℰ"],[0,"ℱ"],[1,"ℳ"],[0,"ℴ"],[0,"ℵ"],[0,"ℶ"],[0,"ℷ"],[0,"ℸ"],[12,"ⅅ"],[0,"ⅆ"],[0,"ⅇ"],[0,"ⅈ"],[10,"⅓"],[0,"⅔"],[0,"⅕"],[0,"⅖"],[0,"⅗"],[0,"⅘"],[0,"⅙"],[0,"⅚"],[0,"⅛"],[0,"⅜"],[0,"⅝"],[0,"⅞"],[49,"←"],[0,"↑"],[0,"→"],[0,"↓"],[0,"↔"],[0,"↕"],[0,"↖"],[0,"↗"],[0,"↘"],[0,"↙"],[0,"↚"],[0,"↛"],[1,{v:"↝",n:824,o:"↝̸"}],[0,"↞"],[0,"↟"],[0,"↠"],[0,"↡"],[0,"↢"],[0,"↣"],[0,"↤"],[0,"↥"],[0,"↦"],[0,"↧"],[1,"↩"],[0,"↪"],[0,"↫"],[0,"↬"],[0,"↭"],[0,"↮"],[1,"↰"],[0,"↱"],[0,"↲"],[0,"↳"],[1,"↵"],[0,"↶"],[0,"↷"],[2,"↺"],[0,"↻"],[0,"↼"],[0,"↽"],[0,"↾"],[0,"↿"],[0,"⇀"],[0,"⇁"],[0,"⇂"],[0,"⇃"],[0,"⇄"],[0,"⇅"],[0,"⇆"],[0,"⇇"],[0,"⇈"],[0,"⇉"],[0,"⇊"],[0,"⇋"],[0,"⇌"],[0,"⇍"],[0,"⇎"],[0,"⇏"],[0,"⇐"],[0,"⇑"],[0,"⇒"],[0,"⇓"],[0,"⇔"],[0,"⇕"],[0,"⇖"],[0,"⇗"],[0,"⇘"],[0,"⇙"],[0,"⇚"],[0,"⇛"],[1,"⇝"],[6,"⇤"],[0,"⇥"],[15,"⇵"],[7,"⇽"],[0,"⇾"],[0,"⇿"],[0,"∀"],[0,"∁"],[0,{v:"∂",n:824,o:"∂̸"}],[0,"∃"],[0,"∄"],[0,"∅"],[1,"∇"],[0,"∈"],[0,"∉"],[1,"∋"],[0,"∌"],[2,"∏"],[0,"∐"],[0,"∑"],[0,"−"],[0,"∓"],[0,"∔"],[1,"∖"],[0,"∗"],[0,"∘"],[1,"√"],[2,"∝"],[0,"∞"],[0,"∟"],[0,{v:"∠",n:8402,o:"∠⃒"}],[0,"∡"],[0,"∢"],[0,"∣"],[0,"∤"],[0,"∥"],[0,"∦"],[0,"∧"],[0,"∨"],[0,{v:"∩",n:65024,o:"∩︀"}],[0,{v:"∪",n:65024,o:"∪︀"}],[0,"∫"],[0,"∬"],[0,"∭"],[0,"∮"],[0,"∯"],[0,"∰"],[0,"∱"],[0,"∲"],[0,"∳"],[0,"∴"],[0,"∵"],[0,"∶"],[0,"∷"],[0,"∸"],[1,"∺"],[0,"∻"],[0,{v:"∼",n:8402,o:"∼⃒"}],[0,{v:"∽",n:817,o:"∽̱"}],[0,{v:"∾",n:819,o:"∾̳"}],[0,"∿"],[0,"≀"],[0,"≁"],[0,{v:"≂",n:824,o:"≂̸"}],[0,"≃"],[0,"≄"],[0,"≅"],[0,"≆"],[0,"≇"],[0,"≈"],[0,"≉"],[0,"≊"],[0,{v:"≋",n:824,o:"≋̸"}],[0,"≌"],[0,{v:"≍",n:8402,o:"≍⃒"}],[0,{v:"≎",n:824,o:"≎̸"}],[0,{v:"≏",n:824,o:"≏̸"}],[0,{v:"≐",n:824,o:"≐̸"}],[0,"≑"],[0,"≒"],[0,"≓"],[0,"≔"],[0,"≕"],[0,"≖"],[0,"≗"],[1,"≙"],[0,"≚"],[1,"≜"],[2,"≟"],[0,"≠"],[0,{v:"≡",n:8421,o:"≡⃥"}],[0,"≢"],[1,{v:"≤",n:8402,o:"≤⃒"}],[0,{v:"≥",n:8402,o:"≥⃒"}],[0,{v:"≦",n:824,o:"≦̸"}],[0,{v:"≧",n:824,o:"≧̸"}],[0,{v:"≨",n:65024,o:"≨︀"}],[0,{v:"≩",n:65024,o:"≩︀"}],[0,{v:"≪",n:new Map(r([[824,"≪̸"],[7577,"≪⃒"]]))}],[0,{v:"≫",n:new Map(r([[824,"≫̸"],[7577,"≫⃒"]]))}],[0,"≬"],[0,"≭"],[0,"≮"],[0,"≯"],[0,"≰"],[0,"≱"],[0,"≲"],[0,"≳"],[0,"≴"],[0,"≵"],[0,"≶"],[0,"≷"],[0,"≸"],[0,"≹"],[0,"≺"],[0,"≻"],[0,"≼"],[0,"≽"],[0,"≾"],[0,{v:"≿",n:824,o:"≿̸"}],[0,"⊀"],[0,"⊁"],[0,{v:"⊂",n:8402,o:"⊂⃒"}],[0,{v:"⊃",n:8402,o:"⊃⃒"}],[0,"⊄"],[0,"⊅"],[0,"⊆"],[0,"⊇"],[0,"⊈"],[0,"⊉"],[0,{v:"⊊",n:65024,o:"⊊︀"}],[0,{v:"⊋",n:65024,o:"⊋︀"}],[1,"⊍"],[0,"⊎"],[0,{v:"⊏",n:824,o:"⊏̸"}],[0,{v:"⊐",n:824,o:"⊐̸"}],[0,"⊑"],[0,"⊒"],[0,{v:"⊓",n:65024,o:"⊓︀"}],[0,{v:"⊔",n:65024,o:"⊔︀"}],[0,"⊕"],[0,"⊖"],[0,"⊗"],[0,"⊘"],[0,"⊙"],[0,"⊚"],[0,"⊛"],[1,"⊝"],[0,"⊞"],[0,"⊟"],[0,"⊠"],[0,"⊡"],[0,"⊢"],[0,"⊣"],[0,"⊤"],[0,"⊥"],[1,"⊧"],[0,"⊨"],[0,"⊩"],[0,"⊪"],[0,"⊫"],[0,"⊬"],[0,"⊭"],[0,"⊮"],[0,"⊯"],[0,"⊰"],[1,"⊲"],[0,"⊳"],[0,{v:"⊴",n:8402,o:"⊴⃒"}],[0,{v:"⊵",n:8402,o:"⊵⃒"}],[0,"⊶"],[0,"⊷"],[0,"⊸"],[0,"⊹"],[0,"⊺"],[0,"⊻"],[1,"⊽"],[0,"⊾"],[0,"⊿"],[0,"⋀"],[0,"⋁"],[0,"⋂"],[0,"⋃"],[0,"⋄"],[0,"⋅"],[0,"⋆"],[0,"⋇"],[0,"⋈"],[0,"⋉"],[0,"⋊"],[0,"⋋"],[0,"⋌"],[0,"⋍"],[0,"⋎"],[0,"⋏"],[0,"⋐"],[0,"⋑"],[0,"⋒"],[0,"⋓"],[0,"⋔"],[0,"⋕"],[0,"⋖"],[0,"⋗"],[0,{v:"⋘",n:824,o:"⋘̸"}],[0,{v:"⋙",n:824,o:"⋙̸"}],[0,{v:"⋚",n:65024,o:"⋚︀"}],[0,{v:"⋛",n:65024,o:"⋛︀"}],[2,"⋞"],[0,"⋟"],[0,"⋠"],[0,"⋡"],[0,"⋢"],[0,"⋣"],[2,"⋦"],[0,"⋧"],[0,"⋨"],[0,"⋩"],[0,"⋪"],[0,"⋫"],[0,"⋬"],[0,"⋭"],[0,"⋮"],[0,"⋯"],[0,"⋰"],[0,"⋱"],[0,"⋲"],[0,"⋳"],[0,"⋴"],[0,{v:"⋵",n:824,o:"⋵̸"}],[0,"⋶"],[0,"⋷"],[1,{v:"⋹",n:824,o:"⋹̸"}],[0,"⋺"],[0,"⋻"],[0,"⋼"],[0,"⋽"],[0,"⋾"],[6,"⌅"],[0,"⌆"],[1,"⌈"],[0,"⌉"],[0,"⌊"],[0,"⌋"],[0,"⌌"],[0,"⌍"],[0,"⌎"],[0,"⌏"],[0,"⌐"],[1,"⌒"],[0,"⌓"],[1,"⌕"],[0,"⌖"],[5,"⌜"],[0,"⌝"],[0,"⌞"],[0,"⌟"],[2,"⌢"],[0,"⌣"],[9,"⌭"],[0,"⌮"],[7,"⌶"],[6,"⌽"],[1,"⌿"],[60,"⍼"],[51,"⎰"],[0,"⎱"],[2,"⎴"],[0,"⎵"],[0,"⎶"],[37,"⏜"],[0,"⏝"],[0,"⏞"],[0,"⏟"],[2,"⏢"],[4,"⏧"],[59,"␣"],[164,"Ⓢ"],[55,"─"],[1,"│"],[9,"┌"],[3,"┐"],[3,"└"],[3,"┘"],[3,"├"],[7,"┤"],[7,"┬"],[7,"┴"],[7,"┼"],[19,"═"],[0,"║"],[0,"╒"],[0,"╓"],[0,"╔"],[0,"╕"],[0,"╖"],[0,"╗"],[0,"╘"],[0,"╙"],[0,"╚"],[0,"╛"],[0,"╜"],[0,"╝"],[0,"╞"],[0,"╟"],[0,"╠"],[0,"╡"],[0,"╢"],[0,"╣"],[0,"╤"],[0,"╥"],[0,"╦"],[0,"╧"],[0,"╨"],[0,"╩"],[0,"╪"],[0,"╫"],[0,"╬"],[19,"▀"],[3,"▄"],[3,"█"],[8,"░"],[0,"▒"],[0,"▓"],[13,"□"],[8,"▪"],[0,"▫"],[1,"▭"],[0,"▮"],[2,"▱"],[1,"△"],[0,"▴"],[0,"▵"],[2,"▸"],[0,"▹"],[3,"▽"],[0,"▾"],[0,"▿"],[2,"◂"],[0,"◃"],[6,"◊"],[0,"○"],[32,"◬"],[2,"◯"],[8,"◸"],[0,"◹"],[0,"◺"],[0,"◻"],[0,"◼"],[8,"★"],[0,"☆"],[7,"☎"],[49,"♀"],[1,"♂"],[29,"♠"],[2,"♣"],[1,"♥"],[0,"♦"],[3,"♪"],[2,"♭"],[0,"♮"],[0,"♯"],[163,"✓"],[3,"✗"],[8,"✠"],[21,"✶"],[33,"❘"],[25,"❲"],[0,"❳"],[84,"⟈"],[0,"⟉"],[28,"⟦"],[0,"⟧"],[0,"⟨"],[0,"⟩"],[0,"⟪"],[0,"⟫"],[0,"⟬"],[0,"⟭"],[7,"⟵"],[0,"⟶"],[0,"⟷"],[0,"⟸"],[0,"⟹"],[0,"⟺"],[1,"⟼"],[2,"⟿"],[258,"⤂"],[0,"⤃"],[0,"⤄"],[0,"⤅"],[6,"⤌"],[0,"⤍"],[0,"⤎"],[0,"⤏"],[0,"⤐"],[0,"⤑"],[0,"⤒"],[0,"⤓"],[2,"⤖"],[2,"⤙"],[0,"⤚"],[0,"⤛"],[0,"⤜"],[0,"⤝"],[0,"⤞"],[0,"⤟"],[0,"⤠"],[2,"⤣"],[0,"⤤"],[0,"⤥"],[0,"⤦"],[0,"⤧"],[0,"⤨"],[0,"⤩"],[0,"⤪"],[8,{v:"⤳",n:824,o:"⤳̸"}],[1,"⤵"],[0,"⤶"],[0,"⤷"],[0,"⤸"],[0,"⤹"],[2,"⤼"],[0,"⤽"],[7,"⥅"],[2,"⥈"],[0,"⥉"],[0,"⥊"],[0,"⥋"],[2,"⥎"],[0,"⥏"],[0,"⥐"],[0,"⥑"],[0,"⥒"],[0,"⥓"],[0,"⥔"],[0,"⥕"],[0,"⥖"],[0,"⥗"],[0,"⥘"],[0,"⥙"],[0,"⥚"],[0,"⥛"],[0,"⥜"],[0,"⥝"],[0,"⥞"],[0,"⥟"],[0,"⥠"],[0,"⥡"],[0,"⥢"],[0,"⥣"],[0,"⥤"],[0,"⥥"],[0,"⥦"],[0,"⥧"],[0,"⥨"],[0,"⥩"],[0,"⥪"],[0,"⥫"],[0,"⥬"],[0,"⥭"],[0,"⥮"],[0,"⥯"],[0,"⥰"],[0,"⥱"],[0,"⥲"],[0,"⥳"],[0,"⥴"],[0,"⥵"],[0,"⥶"],[1,"⥸"],[0,"⥹"],[1,"⥻"],[0,"⥼"],[0,"⥽"],[0,"⥾"],[0,"⥿"],[5,"⦅"],[0,"⦆"],[4,"⦋"],[0,"⦌"],[0,"⦍"],[0,"⦎"],[0,"⦏"],[0,"⦐"],[0,"⦑"],[0,"⦒"],[0,"⦓"],[0,"⦔"],[0,"⦕"],[0,"⦖"],[3,"⦚"],[1,"⦜"],[0,"⦝"],[6,"⦤"],[0,"⦥"],[0,"⦦"],[0,"⦧"],[0,"⦨"],[0,"⦩"],[0,"⦪"],[0,"⦫"],[0,"⦬"],[0,"⦭"],[0,"⦮"],[0,"⦯"],[0,"⦰"],[0,"⦱"],[0,"⦲"],[0,"⦳"],[0,"⦴"],[0,"⦵"],[0,"⦶"],[0,"⦷"],[1,"⦹"],[1,"⦻"],[0,"⦼"],[1,"⦾"],[0,"⦿"],[0,"⧀"],[0,"⧁"],[0,"⧂"],[0,"⧃"],[0,"⧄"],[0,"⧅"],[3,"⧉"],[3,"⧍"],[0,"⧎"],[0,{v:"⧏",n:824,o:"⧏̸"}],[0,{v:"⧐",n:824,o:"⧐̸"}],[11,"⧜"],[0,"⧝"],[0,"⧞"],[4,"⧣"],[0,"⧤"],[0,"⧥"],[5,"⧫"],[8,"⧴"],[1,"⧶"],[9,"⨀"],[0,"⨁"],[0,"⨂"],[1,"⨄"],[1,"⨆"],[5,"⨌"],[0,"⨍"],[2,"⨐"],[0,"⨑"],[0,"⨒"],[0,"⨓"],[0,"⨔"],[0,"⨕"],[0,"⨖"],[0,"⨗"],[10,"⨢"],[0,"⨣"],[0,"⨤"],[0,"⨥"],[0,"⨦"],[0,"⨧"],[1,"⨩"],[0,"⨪"],[2,"⨭"],[0,"⨮"],[0,"⨯"],[0,"⨰"],[0,"⨱"],[1,"⨳"],[0,"⨴"],[0,"⨵"],[0,"⨶"],[0,"⨷"],[0,"⨸"],[0,"⨹"],[0,"⨺"],[0,"⨻"],[0,"⨼"],[2,"⨿"],[0,"⩀"],[1,"⩂"],[0,"⩃"],[0,"⩄"],[0,"⩅"],[0,"⩆"],[0,"⩇"],[0,"⩈"],[0,"⩉"],[0,"⩊"],[0,"⩋"],[0,"⩌"],[0,"⩍"],[2,"⩐"],[2,"⩓"],[0,"⩔"],[0,"⩕"],[0,"⩖"],[0,"⩗"],[0,"⩘"],[1,"⩚"],[0,"⩛"],[0,"⩜"],[0,"⩝"],[1,"⩟"],[6,"⩦"],[3,"⩪"],[2,{v:"⩭",n:824,o:"⩭̸"}],[0,"⩮"],[0,"⩯"],[0,{v:"⩰",n:824,o:"⩰̸"}],[0,"⩱"],[0,"⩲"],[0,"⩳"],[0,"⩴"],[0,"⩵"],[1,"⩷"],[0,"⩸"],[0,"⩹"],[0,"⩺"],[0,"⩻"],[0,"⩼"],[0,{v:"⩽",n:824,o:"⩽̸"}],[0,{v:"⩾",n:824,o:"⩾̸"}],[0,"⩿"],[0,"⪀"],[0,"⪁"],[0,"⪂"],[0,"⪃"],[0,"⪄"],[0,"⪅"],[0,"⪆"],[0,"⪇"],[0,"⪈"],[0,"⪉"],[0,"⪊"],[0,"⪋"],[0,"⪌"],[0,"⪍"],[0,"⪎"],[0,"⪏"],[0,"⪐"],[0,"⪑"],[0,"⪒"],[0,"⪓"],[0,"⪔"],[0,"⪕"],[0,"⪖"],[0,"⪗"],[0,"⪘"],[0,"⪙"],[0,"⪚"],[2,"⪝"],[0,"⪞"],[0,"⪟"],[0,"⪠"],[0,{v:"⪡",n:824,o:"⪡̸"}],[0,{v:"⪢",n:824,o:"⪢̸"}],[1,"⪤"],[0,"⪥"],[0,"⪦"],[0,"⪧"],[0,"⪨"],[0,"⪩"],[0,"⪪"],[0,"⪫"],[0,{v:"⪬",n:65024,o:"⪬︀"}],[0,{v:"⪭",n:65024,o:"⪭︀"}],[0,"⪮"],[0,{v:"⪯",n:824,o:"⪯̸"}],[0,{v:"⪰",n:824,o:"⪰̸"}],[2,"⪳"],[0,"⪴"],[0,"⪵"],[0,"⪶"],[0,"⪷"],[0,"⪸"],[0,"⪹"],[0,"⪺"],[0,"⪻"],[0,"⪼"],[0,"⪽"],[0,"⪾"],[0,"⪿"],[0,"⫀"],[0,"⫁"],[0,"⫂"],[0,"⫃"],[0,"⫄"],[0,{v:"⫅",n:824,o:"⫅̸"}],[0,{v:"⫆",n:824,o:"⫆̸"}],[0,"⫇"],[0,"⫈"],[2,{v:"⫋",n:65024,o:"⫋︀"}],[0,{v:"⫌",n:65024,o:"⫌︀"}],[2,"⫏"],[0,"⫐"],[0,"⫑"],[0,"⫒"],[0,"⫓"],[0,"⫔"],[0,"⫕"],[0,"⫖"],[0,"⫗"],[0,"⫘"],[0,"⫙"],[0,"⫚"],[0,"⫛"],[8,"⫤"],[1,"⫦"],[0,"⫧"],[0,"⫨"],[0,"⫩"],[1,"⫫"],[0,"⫬"],[0,"⫭"],[0,"⫮"],[0,"⫯"],[0,"⫰"],[0,"⫱"],[0,"⫲"],[0,"⫳"],[9,{v:"⫽",n:8421,o:"⫽⃥"}],[44343,{n:new Map(r([[56476,"𝒜"],[1,"𝒞"],[0,"𝒟"],[2,"𝒢"],[2,"𝒥"],[0,"𝒦"],[2,"𝒩"],[0,"𝒪"],[0,"𝒫"],[0,"𝒬"],[1,"𝒮"],[0,"𝒯"],[0,"𝒰"],[0,"𝒱"],[0,"𝒲"],[0,"𝒳"],[0,"𝒴"],[0,"𝒵"],[0,"𝒶"],[0,"𝒷"],[0,"𝒸"],[0,"𝒹"],[1,"𝒻"],[1,"𝒽"],[0,"𝒾"],[0,"𝒿"],[0,"𝓀"],[0,"𝓁"],[0,"𝓂"],[0,"𝓃"],[1,"𝓅"],[0,"𝓆"],[0,"𝓇"],[0,"𝓈"],[0,"𝓉"],[0,"𝓊"],[0,"𝓋"],[0,"𝓌"],[0,"𝓍"],[0,"𝓎"],[0,"𝓏"],[52,"𝔄"],[0,"𝔅"],[1,"𝔇"],[0,"𝔈"],[0,"𝔉"],[0,"𝔊"],[2,"𝔍"],[0,"𝔎"],[0,"𝔏"],[0,"𝔐"],[0,"𝔑"],[0,"𝔒"],[0,"𝔓"],[0,"𝔔"],[1,"𝔖"],[0,"𝔗"],[0,"𝔘"],[0,"𝔙"],[0,"𝔚"],[0,"𝔛"],[0,"𝔜"],[1,"𝔞"],[0,"𝔟"],[0,"𝔠"],[0,"𝔡"],[0,"𝔢"],[0,"𝔣"],[0,"𝔤"],[0,"𝔥"],[0,"𝔦"],[0,"𝔧"],[0,"𝔨"],[0,"𝔩"],[0,"𝔪"],[0,"𝔫"],[0,"𝔬"],[0,"𝔭"],[0,"𝔮"],[0,"𝔯"],[0,"𝔰"],[0,"𝔱"],[0,"𝔲"],[0,"𝔳"],[0,"𝔴"],[0,"𝔵"],[0,"𝔶"],[0,"𝔷"],[0,"𝔸"],[0,"𝔹"],[1,"𝔻"],[0,"𝔼"],[0,"𝔽"],[0,"𝔾"],[1,"𝕀"],[0,"𝕁"],[0,"𝕂"],[0,"𝕃"],[0,"𝕄"],[1,"𝕆"],[3,"𝕊"],[0,"𝕋"],[0,"𝕌"],[0,"𝕍"],[0,"𝕎"],[0,"𝕏"],[0,"𝕐"],[1,"𝕒"],[0,"𝕓"],[0,"𝕔"],[0,"𝕕"],[0,"𝕖"],[0,"𝕗"],[0,"𝕘"],[0,"𝕙"],[0,"𝕚"],[0,"𝕛"],[0,"𝕜"],[0,"𝕝"],[0,"𝕞"],[0,"𝕟"],[0,"𝕠"],[0,"𝕡"],[0,"𝕢"],[0,"𝕣"],[0,"𝕤"],[0,"𝕥"],[0,"𝕦"],[0,"𝕧"],[0,"𝕨"],[0,"𝕩"],[0,"𝕪"],[0,"𝕫"]]))}],[8906,"ff"],[0,"fi"],[0,"fl"],[0,"ffi"],[0,"ffl"]]))},2730:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXMLStrict=t.decodeHTML5Strict=t.decodeHTML4Strict=t.decodeHTML5=t.decodeHTML4=t.decodeHTMLAttribute=t.decodeHTMLStrict=t.decodeHTML=t.decodeXML=t.DecodingMode=t.EntityDecoder=t.encodeHTML5=t.encodeHTML4=t.encodeNonAsciiHTML=t.encodeHTML=t.escapeText=t.escapeAttribute=t.escapeUTF8=t.escape=t.encodeXML=t.encode=t.decodeStrict=t.decode=t.EncodingMode=t.EntityLevel=void 0;var n,i,o=r(9878),s=r(1818),a=r(5987);function c(e,t){if(void 0===t&&(t=n.XML),("number"==typeof t?t:t.level)===n.HTML){var r="object"==typeof t?t.mode:void 0;return(0,o.decodeHTML)(e,r)}return(0,o.decodeXML)(e)}!function(e){e[e.XML=0]="XML",e[e.HTML=1]="HTML"}(n=t.EntityLevel||(t.EntityLevel={})),function(e){e[e.UTF8=0]="UTF8",e[e.ASCII=1]="ASCII",e[e.Extensive=2]="Extensive",e[e.Attribute=3]="Attribute",e[e.Text=4]="Text"}(i=t.EncodingMode||(t.EncodingMode={})),t.decode=c,t.decodeStrict=function(e,t){var r;void 0===t&&(t=n.XML);var i="number"==typeof t?{level:t}:t;return null!==(r=i.mode)&&void 0!==r||(i.mode=o.DecodingMode.Strict),c(e,i)},t.encode=function(e,t){void 0===t&&(t=n.XML);var r="number"==typeof t?{level:t}:t;return r.mode===i.UTF8?(0,a.escapeUTF8)(e):r.mode===i.Attribute?(0,a.escapeAttribute)(e):r.mode===i.Text?(0,a.escapeText)(e):r.level===n.HTML?r.mode===i.ASCII?(0,s.encodeNonAsciiHTML)(e):(0,s.encodeHTML)(e):(0,a.encodeXML)(e)};var u=r(5987);Object.defineProperty(t,"encodeXML",{enumerable:!0,get:function(){return u.encodeXML}}),Object.defineProperty(t,"escape",{enumerable:!0,get:function(){return u.escape}}),Object.defineProperty(t,"escapeUTF8",{enumerable:!0,get:function(){return u.escapeUTF8}}),Object.defineProperty(t,"escapeAttribute",{enumerable:!0,get:function(){return u.escapeAttribute}}),Object.defineProperty(t,"escapeText",{enumerable:!0,get:function(){return u.escapeText}});var l=r(1818);Object.defineProperty(t,"encodeHTML",{enumerable:!0,get:function(){return l.encodeHTML}}),Object.defineProperty(t,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return l.encodeNonAsciiHTML}}),Object.defineProperty(t,"encodeHTML4",{enumerable:!0,get:function(){return l.encodeHTML}}),Object.defineProperty(t,"encodeHTML5",{enumerable:!0,get:function(){return l.encodeHTML}});var d=r(9878);Object.defineProperty(t,"EntityDecoder",{enumerable:!0,get:function(){return d.EntityDecoder}}),Object.defineProperty(t,"DecodingMode",{enumerable:!0,get:function(){return d.DecodingMode}}),Object.defineProperty(t,"decodeXML",{enumerable:!0,get:function(){return d.decodeXML}}),Object.defineProperty(t,"decodeHTML",{enumerable:!0,get:function(){return d.decodeHTML}}),Object.defineProperty(t,"decodeHTMLStrict",{enumerable:!0,get:function(){return d.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTMLAttribute",{enumerable:!0,get:function(){return d.decodeHTMLAttribute}}),Object.defineProperty(t,"decodeHTML4",{enumerable:!0,get:function(){return d.decodeHTML}}),Object.defineProperty(t,"decodeHTML5",{enumerable:!0,get:function(){return d.decodeHTML}}),Object.defineProperty(t,"decodeHTML4Strict",{enumerable:!0,get:function(){return d.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML5Strict",{enumerable:!0,get:function(){return d.decodeHTMLStrict}}),Object.defineProperty(t,"decodeXMLStrict",{enumerable:!0,get:function(){return d.decodeXML}})},6067:function(e,t,r){var n;e=r.nmd(e),function(i){var o=(e&&e.exports,"object"==typeof r.g&&r.g);o.global!==o&&o.window;var s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,a=/[\x01-\x7F]/g,c=/[\x01-\t\x0B\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,u=/<\u20D2|=\u20E5|>\u20D2|\u205F\u200A|\u219D\u0338|\u2202\u0338|\u2220\u20D2|\u2229\uFE00|\u222A\uFE00|\u223C\u20D2|\u223D\u0331|\u223E\u0333|\u2242\u0338|\u224B\u0338|\u224D\u20D2|\u224E\u0338|\u224F\u0338|\u2250\u0338|\u2261\u20E5|\u2264\u20D2|\u2265\u20D2|\u2266\u0338|\u2267\u0338|\u2268\uFE00|\u2269\uFE00|\u226A\u0338|\u226A\u20D2|\u226B\u0338|\u226B\u20D2|\u227F\u0338|\u2282\u20D2|\u2283\u20D2|\u228A\uFE00|\u228B\uFE00|\u228F\u0338|\u2290\u0338|\u2293\uFE00|\u2294\uFE00|\u22B4\u20D2|\u22B5\u20D2|\u22D8\u0338|\u22D9\u0338|\u22DA\uFE00|\u22DB\uFE00|\u22F5\u0338|\u22F9\u0338|\u2933\u0338|\u29CF\u0338|\u29D0\u0338|\u2A6D\u0338|\u2A70\u0338|\u2A7D\u0338|\u2A7E\u0338|\u2AA1\u0338|\u2AA2\u0338|\u2AAC\uFE00|\u2AAD\uFE00|\u2AAF\u0338|\u2AB0\u0338|\u2AC5\u0338|\u2AC6\u0338|\u2ACB\uFE00|\u2ACC\uFE00|\u2AFD\u20E5|[\xA0-\u0113\u0116-\u0122\u0124-\u012B\u012E-\u014D\u0150-\u017E\u0192\u01B5\u01F5\u0237\u02C6\u02C7\u02D8-\u02DD\u0311\u0391-\u03A1\u03A3-\u03A9\u03B1-\u03C9\u03D1\u03D2\u03D5\u03D6\u03DC\u03DD\u03F0\u03F1\u03F5\u03F6\u0401-\u040C\u040E-\u044F\u0451-\u045C\u045E\u045F\u2002-\u2005\u2007-\u2010\u2013-\u2016\u2018-\u201A\u201C-\u201E\u2020-\u2022\u2025\u2026\u2030-\u2035\u2039\u203A\u203E\u2041\u2043\u2044\u204F\u2057\u205F-\u2063\u20AC\u20DB\u20DC\u2102\u2105\u210A-\u2113\u2115-\u211E\u2122\u2124\u2127-\u2129\u212C\u212D\u212F-\u2131\u2133-\u2138\u2145-\u2148\u2153-\u215E\u2190-\u219B\u219D-\u21A7\u21A9-\u21AE\u21B0-\u21B3\u21B5-\u21B7\u21BA-\u21DB\u21DD\u21E4\u21E5\u21F5\u21FD-\u2205\u2207-\u2209\u220B\u220C\u220F-\u2214\u2216-\u2218\u221A\u221D-\u2238\u223A-\u2257\u2259\u225A\u225C\u225F-\u2262\u2264-\u228B\u228D-\u229B\u229D-\u22A5\u22A7-\u22B0\u22B2-\u22BB\u22BD-\u22DB\u22DE-\u22E3\u22E6-\u22F7\u22F9-\u22FE\u2305\u2306\u2308-\u2310\u2312\u2313\u2315\u2316\u231C-\u231F\u2322\u2323\u232D\u232E\u2336\u233D\u233F\u237C\u23B0\u23B1\u23B4-\u23B6\u23DC-\u23DF\u23E2\u23E7\u2423\u24C8\u2500\u2502\u250C\u2510\u2514\u2518\u251C\u2524\u252C\u2534\u253C\u2550-\u256C\u2580\u2584\u2588\u2591-\u2593\u25A1\u25AA\u25AB\u25AD\u25AE\u25B1\u25B3-\u25B5\u25B8\u25B9\u25BD-\u25BF\u25C2\u25C3\u25CA\u25CB\u25EC\u25EF\u25F8-\u25FC\u2605\u2606\u260E\u2640\u2642\u2660\u2663\u2665\u2666\u266A\u266D-\u266F\u2713\u2717\u2720\u2736\u2758\u2772\u2773\u27C8\u27C9\u27E6-\u27ED\u27F5-\u27FA\u27FC\u27FF\u2902-\u2905\u290C-\u2913\u2916\u2919-\u2920\u2923-\u292A\u2933\u2935-\u2939\u293C\u293D\u2945\u2948-\u294B\u294E-\u2976\u2978\u2979\u297B-\u297F\u2985\u2986\u298B-\u2996\u299A\u299C\u299D\u29A4-\u29B7\u29B9\u29BB\u29BC\u29BE-\u29C5\u29C9\u29CD-\u29D0\u29DC-\u29DE\u29E3-\u29E5\u29EB\u29F4\u29F6\u2A00-\u2A02\u2A04\u2A06\u2A0C\u2A0D\u2A10-\u2A17\u2A22-\u2A27\u2A29\u2A2A\u2A2D-\u2A31\u2A33-\u2A3C\u2A3F\u2A40\u2A42-\u2A4D\u2A50\u2A53-\u2A58\u2A5A-\u2A5D\u2A5F\u2A66\u2A6A\u2A6D-\u2A75\u2A77-\u2A9A\u2A9D-\u2AA2\u2AA4-\u2AB0\u2AB3-\u2AC8\u2ACB\u2ACC\u2ACF-\u2ADB\u2AE4\u2AE6-\u2AE9\u2AEB-\u2AF3\u2AFD\uFB00-\uFB04]|\uD835[\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDCCF\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDD6B]/g,l={"":"shy","":"zwnj","":"zwj","":"lrm","":"ic","":"it","":"af","":"rlm","":"ZeroWidthSpace","":"NoBreak","̑":"DownBreve","⃛":"tdot","⃜":"DotDot","\t":"Tab","\n":"NewLine"," ":"puncsp"," ":"MediumSpace"," ":"thinsp"," ":"hairsp"," ":"emsp13"," ":"ensp"," ":"emsp14"," ":"emsp"," ":"numsp"," ":"nbsp"," ":"ThickSpace","‾":"oline",_:"lowbar","‐":"dash","–":"ndash","—":"mdash","―":"horbar",",":"comma",";":"semi","⁏":"bsemi",":":"colon","⩴":"Colone","!":"excl","¡":"iexcl","?":"quest","¿":"iquest",".":"period","‥":"nldr","…":"mldr","·":"middot","'":"apos","‘":"lsquo","’":"rsquo","‚":"sbquo","‹":"lsaquo","›":"rsaquo",'"':"quot","“":"ldquo","”":"rdquo","„":"bdquo","«":"laquo","»":"raquo","(":"lpar",")":"rpar","[":"lsqb","]":"rsqb","{":"lcub","}":"rcub","⌈":"lceil","⌉":"rceil","⌊":"lfloor","⌋":"rfloor","⦅":"lopar","⦆":"ropar","⦋":"lbrke","⦌":"rbrke","⦍":"lbrkslu","⦎":"rbrksld","⦏":"lbrksld","⦐":"rbrkslu","⦑":"langd","⦒":"rangd","⦓":"lparlt","⦔":"rpargt","⦕":"gtlPar","⦖":"ltrPar","⟦":"lobrk","⟧":"robrk","⟨":"lang","⟩":"rang","⟪":"Lang","⟫":"Rang","⟬":"loang","⟭":"roang","❲":"lbbrk","❳":"rbbrk","‖":"Vert","§":"sect","¶":"para","@":"commat","*":"ast","/":"sol",undefined:null,"&":"amp","#":"num","%":"percnt","‰":"permil","‱":"pertenk","†":"dagger","‡":"Dagger","•":"bull","⁃":"hybull","′":"prime","″":"Prime","‴":"tprime","⁗":"qprime","‵":"bprime","⁁":"caret","`":"grave","´":"acute","˜":"tilde","^":"Hat","¯":"macr","˘":"breve","˙":"dot","¨":"die","˚":"ring","˝":"dblac","¸":"cedil","˛":"ogon",ˆ:"circ",ˇ:"caron","°":"deg","©":"copy","®":"reg","℗":"copysr",℘:"wp","℞":"rx","℧":"mho","℩":"iiota","←":"larr","↚":"nlarr","→":"rarr","↛":"nrarr","↑":"uarr","↓":"darr","↔":"harr","↮":"nharr","↕":"varr","↖":"nwarr","↗":"nearr","↘":"searr","↙":"swarr","↝":"rarrw","↝̸":"nrarrw","↞":"Larr","↟":"Uarr","↠":"Rarr","↡":"Darr","↢":"larrtl","↣":"rarrtl","↤":"mapstoleft","↥":"mapstoup","↦":"map","↧":"mapstodown","↩":"larrhk","↪":"rarrhk","↫":"larrlp","↬":"rarrlp","↭":"harrw","↰":"lsh","↱":"rsh","↲":"ldsh","↳":"rdsh","↵":"crarr","↶":"cularr","↷":"curarr","↺":"olarr","↻":"orarr","↼":"lharu","↽":"lhard","↾":"uharr","↿":"uharl","⇀":"rharu","⇁":"rhard","⇂":"dharr","⇃":"dharl","⇄":"rlarr","⇅":"udarr","⇆":"lrarr","⇇":"llarr","⇈":"uuarr","⇉":"rrarr","⇊":"ddarr","⇋":"lrhar","⇌":"rlhar","⇐":"lArr","⇍":"nlArr","⇑":"uArr","⇒":"rArr","⇏":"nrArr","⇓":"dArr","⇔":"iff","⇎":"nhArr","⇕":"vArr","⇖":"nwArr","⇗":"neArr","⇘":"seArr","⇙":"swArr","⇚":"lAarr","⇛":"rAarr","⇝":"zigrarr","⇤":"larrb","⇥":"rarrb","⇵":"duarr","⇽":"loarr","⇾":"roarr","⇿":"hoarr","∀":"forall","∁":"comp","∂":"part","∂̸":"npart","∃":"exist","∄":"nexist","∅":"empty","∇":"Del","∈":"in","∉":"notin","∋":"ni","∌":"notni","϶":"bepsi","∏":"prod","∐":"coprod","∑":"sum","+":"plus","±":"pm","÷":"div","×":"times","<":"lt","≮":"nlt","<⃒":"nvlt","=":"equals","≠":"ne","=⃥":"bne","⩵":"Equal",">":"gt","≯":"ngt",">⃒":"nvgt","¬":"not","|":"vert","¦":"brvbar","−":"minus","∓":"mp","∔":"plusdo","⁄":"frasl","∖":"setmn","∗":"lowast","∘":"compfn","√":"Sqrt","∝":"prop","∞":"infin","∟":"angrt","∠":"ang","∠⃒":"nang","∡":"angmsd","∢":"angsph","∣":"mid","∤":"nmid","∥":"par","∦":"npar","∧":"and","∨":"or","∩":"cap","∩︀":"caps","∪":"cup","∪︀":"cups","∫":"int","∬":"Int","∭":"tint","⨌":"qint","∮":"oint","∯":"Conint","∰":"Cconint","∱":"cwint","∲":"cwconint","∳":"awconint","∴":"there4","∵":"becaus","∶":"ratio","∷":"Colon","∸":"minusd","∺":"mDDot","∻":"homtht","∼":"sim","≁":"nsim","∼⃒":"nvsim","∽":"bsim","∽̱":"race","∾":"ac","∾̳":"acE","∿":"acd","≀":"wr","≂":"esim","≂̸":"nesim","≃":"sime","≄":"nsime","≅":"cong","≇":"ncong","≆":"simne","≈":"ap","≉":"nap","≊":"ape","≋":"apid","≋̸":"napid","≌":"bcong","≍":"CupCap","≭":"NotCupCap","≍⃒":"nvap","≎":"bump","≎̸":"nbump","≏":"bumpe","≏̸":"nbumpe","≐":"doteq","≐̸":"nedot","≑":"eDot","≒":"efDot","≓":"erDot","≔":"colone","≕":"ecolon","≖":"ecir","≗":"cire","≙":"wedgeq","≚":"veeeq","≜":"trie","≟":"equest","≡":"equiv","≢":"nequiv","≡⃥":"bnequiv","≤":"le","≰":"nle","≤⃒":"nvle","≥":"ge","≱":"nge","≥⃒":"nvge","≦":"lE","≦̸":"nlE","≧":"gE","≧̸":"ngE","≨︀":"lvnE","≨":"lnE","≩":"gnE","≩︀":"gvnE","≪":"ll","≪̸":"nLtv","≪⃒":"nLt","≫":"gg","≫̸":"nGtv","≫⃒":"nGt","≬":"twixt","≲":"lsim","≴":"nlsim","≳":"gsim","≵":"ngsim","≶":"lg","≸":"ntlg","≷":"gl","≹":"ntgl","≺":"pr","⊀":"npr","≻":"sc","⊁":"nsc","≼":"prcue","⋠":"nprcue","≽":"sccue","⋡":"nsccue","≾":"prsim","≿":"scsim","≿̸":"NotSucceedsTilde","⊂":"sub","⊄":"nsub","⊂⃒":"vnsub","⊃":"sup","⊅":"nsup","⊃⃒":"vnsup","⊆":"sube","⊈":"nsube","⊇":"supe","⊉":"nsupe","⊊︀":"vsubne","⊊":"subne","⊋︀":"vsupne","⊋":"supne","⊍":"cupdot","⊎":"uplus","⊏":"sqsub","⊏̸":"NotSquareSubset","⊐":"sqsup","⊐̸":"NotSquareSuperset","⊑":"sqsube","⋢":"nsqsube","⊒":"sqsupe","⋣":"nsqsupe","⊓":"sqcap","⊓︀":"sqcaps","⊔":"sqcup","⊔︀":"sqcups","⊕":"oplus","⊖":"ominus","⊗":"otimes","⊘":"osol","⊙":"odot","⊚":"ocir","⊛":"oast","⊝":"odash","⊞":"plusb","⊟":"minusb","⊠":"timesb","⊡":"sdotb","⊢":"vdash","⊬":"nvdash","⊣":"dashv","⊤":"top","⊥":"bot","⊧":"models","⊨":"vDash","⊭":"nvDash","⊩":"Vdash","⊮":"nVdash","⊪":"Vvdash","⊫":"VDash","⊯":"nVDash","⊰":"prurel","⊲":"vltri","⋪":"nltri","⊳":"vrtri","⋫":"nrtri","⊴":"ltrie","⋬":"nltrie","⊴⃒":"nvltrie","⊵":"rtrie","⋭":"nrtrie","⊵⃒":"nvrtrie","⊶":"origof","⊷":"imof","⊸":"mumap","⊹":"hercon","⊺":"intcal","⊻":"veebar","⊽":"barvee","⊾":"angrtvb","⊿":"lrtri","⋀":"Wedge","⋁":"Vee","⋂":"xcap","⋃":"xcup","⋄":"diam","⋅":"sdot","⋆":"Star","⋇":"divonx","⋈":"bowtie","⋉":"ltimes","⋊":"rtimes","⋋":"lthree","⋌":"rthree","⋍":"bsime","⋎":"cuvee","⋏":"cuwed","⋐":"Sub","⋑":"Sup","⋒":"Cap","⋓":"Cup","⋔":"fork","⋕":"epar","⋖":"ltdot","⋗":"gtdot","⋘":"Ll","⋘̸":"nLl","⋙":"Gg","⋙̸":"nGg","⋚︀":"lesg","⋚":"leg","⋛":"gel","⋛︀":"gesl","⋞":"cuepr","⋟":"cuesc","⋦":"lnsim","⋧":"gnsim","⋨":"prnsim","⋩":"scnsim","⋮":"vellip","⋯":"ctdot","⋰":"utdot","⋱":"dtdot","⋲":"disin","⋳":"isinsv","⋴":"isins","⋵":"isindot","⋵̸":"notindot","⋶":"notinvc","⋷":"notinvb","⋹":"isinE","⋹̸":"notinE","⋺":"nisd","⋻":"xnis","⋼":"nis","⋽":"notnivc","⋾":"notnivb","⌅":"barwed","⌆":"Barwed","⌌":"drcrop","⌍":"dlcrop","⌎":"urcrop","⌏":"ulcrop","⌐":"bnot","⌒":"profline","⌓":"profsurf","⌕":"telrec","⌖":"target","⌜":"ulcorn","⌝":"urcorn","⌞":"dlcorn","⌟":"drcorn","⌢":"frown","⌣":"smile","⌭":"cylcty","⌮":"profalar","⌶":"topbot","⌽":"ovbar","⌿":"solbar","⍼":"angzarr","⎰":"lmoust","⎱":"rmoust","⎴":"tbrk","⎵":"bbrk","⎶":"bbrktbrk","⏜":"OverParenthesis","⏝":"UnderParenthesis","⏞":"OverBrace","⏟":"UnderBrace","⏢":"trpezium","⏧":"elinters","␣":"blank","─":"boxh","│":"boxv","┌":"boxdr","┐":"boxdl","└":"boxur","┘":"boxul","├":"boxvr","┤":"boxvl","┬":"boxhd","┴":"boxhu","┼":"boxvh","═":"boxH","║":"boxV","╒":"boxdR","╓":"boxDr","╔":"boxDR","╕":"boxdL","╖":"boxDl","╗":"boxDL","╘":"boxuR","╙":"boxUr","╚":"boxUR","╛":"boxuL","╜":"boxUl","╝":"boxUL","╞":"boxvR","╟":"boxVr","╠":"boxVR","╡":"boxvL","╢":"boxVl","╣":"boxVL","╤":"boxHd","╥":"boxhD","╦":"boxHD","╧":"boxHu","╨":"boxhU","╩":"boxHU","╪":"boxvH","╫":"boxVh","╬":"boxVH","▀":"uhblk","▄":"lhblk","█":"block","░":"blk14","▒":"blk12","▓":"blk34","□":"squ","▪":"squf","▫":"EmptyVerySmallSquare","▭":"rect","▮":"marker","▱":"fltns","△":"xutri","▴":"utrif","▵":"utri","▸":"rtrif","▹":"rtri","▽":"xdtri","▾":"dtrif","▿":"dtri","◂":"ltrif","◃":"ltri","◊":"loz","○":"cir","◬":"tridot","◯":"xcirc","◸":"ultri","◹":"urtri","◺":"lltri","◻":"EmptySmallSquare","◼":"FilledSmallSquare","★":"starf","☆":"star","☎":"phone","♀":"female","♂":"male","♠":"spades","♣":"clubs","♥":"hearts","♦":"diams","♪":"sung","✓":"check","✗":"cross","✠":"malt","✶":"sext","❘":"VerticalSeparator","⟈":"bsolhsub","⟉":"suphsol","⟵":"xlarr","⟶":"xrarr","⟷":"xharr","⟸":"xlArr","⟹":"xrArr","⟺":"xhArr","⟼":"xmap","⟿":"dzigrarr","⤂":"nvlArr","⤃":"nvrArr","⤄":"nvHarr","⤅":"Map","⤌":"lbarr","⤍":"rbarr","⤎":"lBarr","⤏":"rBarr","⤐":"RBarr","⤑":"DDotrahd","⤒":"UpArrowBar","⤓":"DownArrowBar","⤖":"Rarrtl","⤙":"latail","⤚":"ratail","⤛":"lAtail","⤜":"rAtail","⤝":"larrfs","⤞":"rarrfs","⤟":"larrbfs","⤠":"rarrbfs","⤣":"nwarhk","⤤":"nearhk","⤥":"searhk","⤦":"swarhk","⤧":"nwnear","⤨":"toea","⤩":"tosa","⤪":"swnwar","⤳":"rarrc","⤳̸":"nrarrc","⤵":"cudarrr","⤶":"ldca","⤷":"rdca","⤸":"cudarrl","⤹":"larrpl","⤼":"curarrm","⤽":"cularrp","⥅":"rarrpl","⥈":"harrcir","⥉":"Uarrocir","⥊":"lurdshar","⥋":"ldrushar","⥎":"LeftRightVector","⥏":"RightUpDownVector","⥐":"DownLeftRightVector","⥑":"LeftUpDownVector","⥒":"LeftVectorBar","⥓":"RightVectorBar","⥔":"RightUpVectorBar","⥕":"RightDownVectorBar","⥖":"DownLeftVectorBar","⥗":"DownRightVectorBar","⥘":"LeftUpVectorBar","⥙":"LeftDownVectorBar","⥚":"LeftTeeVector","⥛":"RightTeeVector","⥜":"RightUpTeeVector","⥝":"RightDownTeeVector","⥞":"DownLeftTeeVector","⥟":"DownRightTeeVector","⥠":"LeftUpTeeVector","⥡":"LeftDownTeeVector","⥢":"lHar","⥣":"uHar","⥤":"rHar","⥥":"dHar","⥦":"luruhar","⥧":"ldrdhar","⥨":"ruluhar","⥩":"rdldhar","⥪":"lharul","⥫":"llhard","⥬":"rharul","⥭":"lrhard","⥮":"udhar","⥯":"duhar","⥰":"RoundImplies","⥱":"erarr","⥲":"simrarr","⥳":"larrsim","⥴":"rarrsim","⥵":"rarrap","⥶":"ltlarr","⥸":"gtrarr","⥹":"subrarr","⥻":"suplarr","⥼":"lfisht","⥽":"rfisht","⥾":"ufisht","⥿":"dfisht","⦚":"vzigzag","⦜":"vangrt","⦝":"angrtvbd","⦤":"ange","⦥":"range","⦦":"dwangle","⦧":"uwangle","⦨":"angmsdaa","⦩":"angmsdab","⦪":"angmsdac","⦫":"angmsdad","⦬":"angmsdae","⦭":"angmsdaf","⦮":"angmsdag","⦯":"angmsdah","⦰":"bemptyv","⦱":"demptyv","⦲":"cemptyv","⦳":"raemptyv","⦴":"laemptyv","⦵":"ohbar","⦶":"omid","⦷":"opar","⦹":"operp","⦻":"olcross","⦼":"odsold","⦾":"olcir","⦿":"ofcir","⧀":"olt","⧁":"ogt","⧂":"cirscir","⧃":"cirE","⧄":"solb","⧅":"bsolb","⧉":"boxbox","⧍":"trisb","⧎":"rtriltri","⧏":"LeftTriangleBar","⧏̸":"NotLeftTriangleBar","⧐":"RightTriangleBar","⧐̸":"NotRightTriangleBar","⧜":"iinfin","⧝":"infintie","⧞":"nvinfin","⧣":"eparsl","⧤":"smeparsl","⧥":"eqvparsl","⧫":"lozf","⧴":"RuleDelayed","⧶":"dsol","⨀":"xodot","⨁":"xoplus","⨂":"xotime","⨄":"xuplus","⨆":"xsqcup","⨍":"fpartint","⨐":"cirfnint","⨑":"awint","⨒":"rppolint","⨓":"scpolint","⨔":"npolint","⨕":"pointint","⨖":"quatint","⨗":"intlarhk","⨢":"pluscir","⨣":"plusacir","⨤":"simplus","⨥":"plusdu","⨦":"plussim","⨧":"plustwo","⨩":"mcomma","⨪":"minusdu","⨭":"loplus","⨮":"roplus","⨯":"Cross","⨰":"timesd","⨱":"timesbar","⨳":"smashp","⨴":"lotimes","⨵":"rotimes","⨶":"otimesas","⨷":"Otimes","⨸":"odiv","⨹":"triplus","⨺":"triminus","⨻":"tritime","⨼":"iprod","⨿":"amalg","⩀":"capdot","⩂":"ncup","⩃":"ncap","⩄":"capand","⩅":"cupor","⩆":"cupcap","⩇":"capcup","⩈":"cupbrcap","⩉":"capbrcup","⩊":"cupcup","⩋":"capcap","⩌":"ccups","⩍":"ccaps","⩐":"ccupssm","⩓":"And","⩔":"Or","⩕":"andand","⩖":"oror","⩗":"orslope","⩘":"andslope","⩚":"andv","⩛":"orv","⩜":"andd","⩝":"ord","⩟":"wedbar","⩦":"sdote","⩪":"simdot","⩭":"congdot","⩭̸":"ncongdot","⩮":"easter","⩯":"apacir","⩰":"apE","⩰̸":"napE","⩱":"eplus","⩲":"pluse","⩳":"Esim","⩷":"eDDot","⩸":"equivDD","⩹":"ltcir","⩺":"gtcir","⩻":"ltquest","⩼":"gtquest","⩽":"les","⩽̸":"nles","⩾":"ges","⩾̸":"nges","⩿":"lesdot","⪀":"gesdot","⪁":"lesdoto","⪂":"gesdoto","⪃":"lesdotor","⪄":"gesdotol","⪅":"lap","⪆":"gap","⪇":"lne","⪈":"gne","⪉":"lnap","⪊":"gnap","⪋":"lEg","⪌":"gEl","⪍":"lsime","⪎":"gsime","⪏":"lsimg","⪐":"gsiml","⪑":"lgE","⪒":"glE","⪓":"lesges","⪔":"gesles","⪕":"els","⪖":"egs","⪗":"elsdot","⪘":"egsdot","⪙":"el","⪚":"eg","⪝":"siml","⪞":"simg","⪟":"simlE","⪠":"simgE","⪡":"LessLess","⪡̸":"NotNestedLessLess","⪢":"GreaterGreater","⪢̸":"NotNestedGreaterGreater","⪤":"glj","⪥":"gla","⪦":"ltcc","⪧":"gtcc","⪨":"lescc","⪩":"gescc","⪪":"smt","⪫":"lat","⪬":"smte","⪬︀":"smtes","⪭":"late","⪭︀":"lates","⪮":"bumpE","⪯":"pre","⪯̸":"npre","⪰":"sce","⪰̸":"nsce","⪳":"prE","⪴":"scE","⪵":"prnE","⪶":"scnE","⪷":"prap","⪸":"scap","⪹":"prnap","⪺":"scnap","⪻":"Pr","⪼":"Sc","⪽":"subdot","⪾":"supdot","⪿":"subplus","⫀":"supplus","⫁":"submult","⫂":"supmult","⫃":"subedot","⫄":"supedot","⫅":"subE","⫅̸":"nsubE","⫆":"supE","⫆̸":"nsupE","⫇":"subsim","⫈":"supsim","⫋︀":"vsubnE","⫋":"subnE","⫌︀":"vsupnE","⫌":"supnE","⫏":"csub","⫐":"csup","⫑":"csube","⫒":"csupe","⫓":"subsup","⫔":"supsub","⫕":"subsub","⫖":"supsup","⫗":"suphsub","⫘":"supdsub","⫙":"forkv","⫚":"topfork","⫛":"mlcp","⫤":"Dashv","⫦":"Vdashl","⫧":"Barv","⫨":"vBar","⫩":"vBarv","⫫":"Vbar","⫬":"Not","⫭":"bNot","⫮":"rnmid","⫯":"cirmid","⫰":"midcir","⫱":"topcir","⫲":"nhpar","⫳":"parsim","⫽":"parsl","⫽⃥":"nparsl","♭":"flat","♮":"natur","♯":"sharp","¤":"curren","¢":"cent",$:"dollar","£":"pound","¥":"yen","€":"euro","¹":"sup1","½":"half","⅓":"frac13","¼":"frac14","⅕":"frac15","⅙":"frac16","⅛":"frac18","²":"sup2","⅔":"frac23","⅖":"frac25","³":"sup3","¾":"frac34","⅗":"frac35","⅜":"frac38","⅘":"frac45","⅚":"frac56","⅝":"frac58","⅞":"frac78",𝒶:"ascr",𝕒:"aopf",𝔞:"afr",𝔸:"Aopf",𝔄:"Afr",𝒜:"Ascr",ª:"ordf",á:"aacute",Á:"Aacute",à:"agrave",À:"Agrave",ă:"abreve",Ă:"Abreve",â:"acirc",Â:"Acirc",å:"aring",Å:"angst",ä:"auml",Ä:"Auml",ã:"atilde",Ã:"Atilde",ą:"aogon",Ą:"Aogon",ā:"amacr",Ā:"Amacr",æ:"aelig",Æ:"AElig",𝒷:"bscr",𝕓:"bopf",𝔟:"bfr",𝔹:"Bopf",ℬ:"Bscr",𝔅:"Bfr",𝔠:"cfr",𝒸:"cscr",𝕔:"copf",ℭ:"Cfr",𝒞:"Cscr",ℂ:"Copf",ć:"cacute",Ć:"Cacute",ĉ:"ccirc",Ĉ:"Ccirc",č:"ccaron",Č:"Ccaron",ċ:"cdot",Ċ:"Cdot",ç:"ccedil",Ç:"Ccedil","℅":"incare",𝔡:"dfr",ⅆ:"dd",𝕕:"dopf",𝒹:"dscr",𝒟:"Dscr",𝔇:"Dfr",ⅅ:"DD",𝔻:"Dopf",ď:"dcaron",Ď:"Dcaron",đ:"dstrok",Đ:"Dstrok",ð:"eth",Ð:"ETH",ⅇ:"ee",ℯ:"escr",𝔢:"efr",𝕖:"eopf",ℰ:"Escr",𝔈:"Efr",𝔼:"Eopf",é:"eacute",É:"Eacute",è:"egrave",È:"Egrave",ê:"ecirc",Ê:"Ecirc",ě:"ecaron",Ě:"Ecaron",ë:"euml",Ë:"Euml",ė:"edot",Ė:"Edot",ę:"eogon",Ę:"Eogon",ē:"emacr",Ē:"Emacr",𝔣:"ffr",𝕗:"fopf",𝒻:"fscr",𝔉:"Ffr",𝔽:"Fopf",ℱ:"Fscr",ff:"fflig",ffi:"ffilig",ffl:"ffllig",fi:"filig",fj:"fjlig",fl:"fllig",ƒ:"fnof",ℊ:"gscr",𝕘:"gopf",𝔤:"gfr",𝒢:"Gscr",𝔾:"Gopf",𝔊:"Gfr",ǵ:"gacute",ğ:"gbreve",Ğ:"Gbreve",ĝ:"gcirc",Ĝ:"Gcirc",ġ:"gdot",Ġ:"Gdot",Ģ:"Gcedil",𝔥:"hfr",ℎ:"planckh",𝒽:"hscr",𝕙:"hopf",ℋ:"Hscr",ℌ:"Hfr",ℍ:"Hopf",ĥ:"hcirc",Ĥ:"Hcirc",ℏ:"hbar",ħ:"hstrok",Ħ:"Hstrok",𝕚:"iopf",𝔦:"ifr",𝒾:"iscr",ⅈ:"ii",𝕀:"Iopf",ℐ:"Iscr",ℑ:"Im",í:"iacute",Í:"Iacute",ì:"igrave",Ì:"Igrave",î:"icirc",Î:"Icirc",ï:"iuml",Ï:"Iuml",ĩ:"itilde",Ĩ:"Itilde",İ:"Idot",į:"iogon",Į:"Iogon",ī:"imacr",Ī:"Imacr",ij:"ijlig",IJ:"IJlig",ı:"imath",𝒿:"jscr",𝕛:"jopf",𝔧:"jfr",𝒥:"Jscr",𝔍:"Jfr",𝕁:"Jopf",ĵ:"jcirc",Ĵ:"Jcirc",ȷ:"jmath",𝕜:"kopf",𝓀:"kscr",𝔨:"kfr",𝒦:"Kscr",𝕂:"Kopf",𝔎:"Kfr",ķ:"kcedil",Ķ:"Kcedil",𝔩:"lfr",𝓁:"lscr",ℓ:"ell",𝕝:"lopf",ℒ:"Lscr",𝔏:"Lfr",𝕃:"Lopf",ĺ:"lacute",Ĺ:"Lacute",ľ:"lcaron",Ľ:"Lcaron",ļ:"lcedil",Ļ:"Lcedil",ł:"lstrok",Ł:"Lstrok",ŀ:"lmidot",Ŀ:"Lmidot",𝔪:"mfr",𝕞:"mopf",𝓂:"mscr",𝔐:"Mfr",𝕄:"Mopf",ℳ:"Mscr",𝔫:"nfr",𝕟:"nopf",𝓃:"nscr",ℕ:"Nopf",𝒩:"Nscr",𝔑:"Nfr",ń:"nacute",Ń:"Nacute",ň:"ncaron",Ň:"Ncaron",ñ:"ntilde",Ñ:"Ntilde",ņ:"ncedil",Ņ:"Ncedil","№":"numero",ŋ:"eng",Ŋ:"ENG",𝕠:"oopf",𝔬:"ofr",ℴ:"oscr",𝒪:"Oscr",𝔒:"Ofr",𝕆:"Oopf",º:"ordm",ó:"oacute",Ó:"Oacute",ò:"ograve",Ò:"Ograve",ô:"ocirc",Ô:"Ocirc",ö:"ouml",Ö:"Ouml",ő:"odblac",Ő:"Odblac",õ:"otilde",Õ:"Otilde",ø:"oslash",Ø:"Oslash",ō:"omacr",Ō:"Omacr",œ:"oelig",Œ:"OElig",𝔭:"pfr",𝓅:"pscr",𝕡:"popf",ℙ:"Popf",𝔓:"Pfr",𝒫:"Pscr",𝕢:"qopf",𝔮:"qfr",𝓆:"qscr",𝒬:"Qscr",𝔔:"Qfr",ℚ:"Qopf",ĸ:"kgreen",𝔯:"rfr",𝕣:"ropf",𝓇:"rscr",ℛ:"Rscr",ℜ:"Re",ℝ:"Ropf",ŕ:"racute",Ŕ:"Racute",ř:"rcaron",Ř:"Rcaron",ŗ:"rcedil",Ŗ:"Rcedil",𝕤:"sopf",𝓈:"sscr",𝔰:"sfr",𝕊:"Sopf",𝔖:"Sfr",𝒮:"Sscr","Ⓢ":"oS",ś:"sacute",Ś:"Sacute",ŝ:"scirc",Ŝ:"Scirc",š:"scaron",Š:"Scaron",ş:"scedil",Ş:"Scedil",ß:"szlig",𝔱:"tfr",𝓉:"tscr",𝕥:"topf",𝒯:"Tscr",𝔗:"Tfr",𝕋:"Topf",ť:"tcaron",Ť:"Tcaron",ţ:"tcedil",Ţ:"Tcedil","™":"trade",ŧ:"tstrok",Ŧ:"Tstrok",𝓊:"uscr",𝕦:"uopf",𝔲:"ufr",𝕌:"Uopf",𝔘:"Ufr",𝒰:"Uscr",ú:"uacute",Ú:"Uacute",ù:"ugrave",Ù:"Ugrave",ŭ:"ubreve",Ŭ:"Ubreve",û:"ucirc",Û:"Ucirc",ů:"uring",Ů:"Uring",ü:"uuml",Ü:"Uuml",ű:"udblac",Ű:"Udblac",ũ:"utilde",Ũ:"Utilde",ų:"uogon",Ų:"Uogon",ū:"umacr",Ū:"Umacr",𝔳:"vfr",𝕧:"vopf",𝓋:"vscr",𝔙:"Vfr",𝕍:"Vopf",𝒱:"Vscr",𝕨:"wopf",𝓌:"wscr",𝔴:"wfr",𝒲:"Wscr",𝕎:"Wopf",𝔚:"Wfr",ŵ:"wcirc",Ŵ:"Wcirc",𝔵:"xfr",𝓍:"xscr",𝕩:"xopf",𝕏:"Xopf",𝔛:"Xfr",𝒳:"Xscr",𝔶:"yfr",𝓎:"yscr",𝕪:"yopf",𝒴:"Yscr",𝔜:"Yfr",𝕐:"Yopf",ý:"yacute",Ý:"Yacute",ŷ:"ycirc",Ŷ:"Ycirc",ÿ:"yuml",Ÿ:"Yuml",𝓏:"zscr",𝔷:"zfr",𝕫:"zopf",ℨ:"Zfr",ℤ:"Zopf",𝒵:"Zscr",ź:"zacute",Ź:"Zacute",ž:"zcaron",Ž:"Zcaron",ż:"zdot",Ż:"Zdot",Ƶ:"imped",þ:"thorn",Þ:"THORN",ʼn:"napos",α:"alpha",Α:"Alpha",β:"beta",Β:"Beta",γ:"gamma",Γ:"Gamma",δ:"delta",Δ:"Delta",ε:"epsi",ϵ:"epsiv",Ε:"Epsilon",ϝ:"gammad",Ϝ:"Gammad",ζ:"zeta",Ζ:"Zeta",η:"eta",Η:"Eta",θ:"theta",ϑ:"thetav",Θ:"Theta",ι:"iota",Ι:"Iota",κ:"kappa",ϰ:"kappav",Κ:"Kappa",λ:"lambda",Λ:"Lambda",μ:"mu",µ:"micro",Μ:"Mu",ν:"nu",Ν:"Nu",ξ:"xi",Ξ:"Xi",ο:"omicron",Ο:"Omicron",π:"pi",ϖ:"piv",Π:"Pi",ρ:"rho",ϱ:"rhov",Ρ:"Rho",σ:"sigma",Σ:"Sigma",ς:"sigmaf",τ:"tau",Τ:"Tau",υ:"upsi",Υ:"Upsilon",ϒ:"Upsi",φ:"phi",ϕ:"phiv",Φ:"Phi",χ:"chi",Χ:"Chi",ψ:"psi",Ψ:"Psi",ω:"omega",Ω:"ohm",а:"acy",А:"Acy",б:"bcy",Б:"Bcy",в:"vcy",В:"Vcy",г:"gcy",Г:"Gcy",ѓ:"gjcy",Ѓ:"GJcy",д:"dcy",Д:"Dcy",ђ:"djcy",Ђ:"DJcy",е:"iecy",Е:"IEcy",ё:"iocy",Ё:"IOcy",є:"jukcy",Є:"Jukcy",ж:"zhcy",Ж:"ZHcy",з:"zcy",З:"Zcy",ѕ:"dscy",Ѕ:"DScy",и:"icy",И:"Icy",і:"iukcy",І:"Iukcy",ї:"yicy",Ї:"YIcy",й:"jcy",Й:"Jcy",ј:"jsercy",Ј:"Jsercy",к:"kcy",К:"Kcy",ќ:"kjcy",Ќ:"KJcy",л:"lcy",Л:"Lcy",љ:"ljcy",Љ:"LJcy",м:"mcy",М:"Mcy",н:"ncy",Н:"Ncy",њ:"njcy",Њ:"NJcy",о:"ocy",О:"Ocy",п:"pcy",П:"Pcy",р:"rcy",Р:"Rcy",с:"scy",С:"Scy",т:"tcy",Т:"Tcy",ћ:"tshcy",Ћ:"TSHcy",у:"ucy",У:"Ucy",ў:"ubrcy",Ў:"Ubrcy",ф:"fcy",Ф:"Fcy",х:"khcy",Х:"KHcy",ц:"tscy",Ц:"TScy",ч:"chcy",Ч:"CHcy",џ:"dzcy",Џ:"DZcy",ш:"shcy",Ш:"SHcy",щ:"shchcy",Щ:"SHCHcy",ъ:"hardcy",Ъ:"HARDcy",ы:"ycy",Ы:"Ycy",ь:"softcy",Ь:"SOFTcy",э:"ecy",Э:"Ecy",ю:"yucy",Ю:"YUcy",я:"yacy",Я:"YAcy",ℵ:"aleph",ℶ:"beth",ℷ:"gimel",ℸ:"daleth"},d=/["&'<>`]/g,f={'"':""","&":"&","'":"'","<":"<",">":">","`":"`"},p=/&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/,h=/[\0-\x08\x0B\x0E-\x1F\x7F-\x9F\uFDD0-\uFDEF\uFFFE\uFFFF]|[\uD83F\uD87F\uD8BF\uD8FF\uD93F\uD97F\uD9BF\uD9FF\uDA3F\uDA7F\uDABF\uDAFF\uDB3F\uDB7F\uDBBF\uDBFF][\uDFFE\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,g=/&(CounterClockwiseContourIntegral|DoubleLongLeftRightArrow|ClockwiseContourIntegral|NotNestedGreaterGreater|NotSquareSupersetEqual|DiacriticalDoubleAcute|NotRightTriangleEqual|NotSucceedsSlantEqual|NotPrecedesSlantEqual|CloseCurlyDoubleQuote|NegativeVeryThinSpace|DoubleContourIntegral|FilledVerySmallSquare|CapitalDifferentialD|OpenCurlyDoubleQuote|EmptyVerySmallSquare|NestedGreaterGreater|DoubleLongRightArrow|NotLeftTriangleEqual|NotGreaterSlantEqual|ReverseUpEquilibrium|DoubleLeftRightArrow|NotSquareSubsetEqual|NotDoubleVerticalBar|RightArrowLeftArrow|NotGreaterFullEqual|NotRightTriangleBar|SquareSupersetEqual|DownLeftRightVector|DoubleLongLeftArrow|leftrightsquigarrow|LeftArrowRightArrow|NegativeMediumSpace|blacktriangleright|RightDownVectorBar|PrecedesSlantEqual|RightDoubleBracket|SucceedsSlantEqual|NotLeftTriangleBar|RightTriangleEqual|SquareIntersection|RightDownTeeVector|ReverseEquilibrium|NegativeThickSpace|longleftrightarrow|Longleftrightarrow|LongLeftRightArrow|DownRightTeeVector|DownRightVectorBar|GreaterSlantEqual|SquareSubsetEqual|LeftDownVectorBar|LeftDoubleBracket|VerticalSeparator|rightleftharpoons|NotGreaterGreater|NotSquareSuperset|blacktriangleleft|blacktriangledown|NegativeThinSpace|LeftDownTeeVector|NotLessSlantEqual|leftrightharpoons|DoubleUpDownArrow|DoubleVerticalBar|LeftTriangleEqual|FilledSmallSquare|twoheadrightarrow|NotNestedLessLess|DownLeftTeeVector|DownLeftVectorBar|RightAngleBracket|NotTildeFullEqual|NotReverseElement|RightUpDownVector|DiacriticalTilde|NotSucceedsTilde|circlearrowright|NotPrecedesEqual|rightharpoondown|DoubleRightArrow|NotSucceedsEqual|NonBreakingSpace|NotRightTriangle|LessEqualGreater|RightUpTeeVector|LeftAngleBracket|GreaterFullEqual|DownArrowUpArrow|RightUpVectorBar|twoheadleftarrow|GreaterEqualLess|downharpoonright|RightTriangleBar|ntrianglerighteq|NotSupersetEqual|LeftUpDownVector|DiacriticalAcute|rightrightarrows|vartriangleright|UpArrowDownArrow|DiacriticalGrave|UnderParenthesis|EmptySmallSquare|LeftUpVectorBar|leftrightarrows|DownRightVector|downharpoonleft|trianglerighteq|ShortRightArrow|OverParenthesis|DoubleLeftArrow|DoubleDownArrow|NotSquareSubset|bigtriangledown|ntrianglelefteq|UpperRightArrow|curvearrowright|vartriangleleft|NotLeftTriangle|nleftrightarrow|LowerRightArrow|NotHumpDownHump|NotGreaterTilde|rightthreetimes|LeftUpTeeVector|NotGreaterEqual|straightepsilon|LeftTriangleBar|rightsquigarrow|ContourIntegral|rightleftarrows|CloseCurlyQuote|RightDownVector|LeftRightVector|nLeftrightarrow|leftharpoondown|circlearrowleft|SquareSuperset|OpenCurlyQuote|hookrightarrow|HorizontalLine|DiacriticalDot|NotLessGreater|ntriangleright|DoubleRightTee|InvisibleComma|InvisibleTimes|LowerLeftArrow|DownLeftVector|NotSubsetEqual|curvearrowleft|trianglelefteq|NotVerticalBar|TildeFullEqual|downdownarrows|NotGreaterLess|RightTeeVector|ZeroWidthSpace|looparrowright|LongRightArrow|doublebarwedge|ShortLeftArrow|ShortDownArrow|RightVectorBar|GreaterGreater|ReverseElement|rightharpoonup|LessSlantEqual|leftthreetimes|upharpoonright|rightarrowtail|LeftDownVector|Longrightarrow|NestedLessLess|UpperLeftArrow|nshortparallel|leftleftarrows|leftrightarrow|Leftrightarrow|LeftRightArrow|longrightarrow|upharpoonleft|RightArrowBar|ApplyFunction|LeftTeeVector|leftarrowtail|NotEqualTilde|varsubsetneqq|varsupsetneqq|RightTeeArrow|SucceedsEqual|SucceedsTilde|LeftVectorBar|SupersetEqual|hookleftarrow|DifferentialD|VerticalTilde|VeryThinSpace|blacktriangle|bigtriangleup|LessFullEqual|divideontimes|leftharpoonup|UpEquilibrium|ntriangleleft|RightTriangle|measuredangle|shortparallel|longleftarrow|Longleftarrow|LongLeftArrow|DoubleLeftTee|Poincareplane|PrecedesEqual|triangleright|DoubleUpArrow|RightUpVector|fallingdotseq|looparrowleft|PrecedesTilde|NotTildeEqual|NotTildeTilde|smallsetminus|Proportional|triangleleft|triangledown|UnderBracket|NotHumpEqual|exponentiale|ExponentialE|NotLessTilde|HilbertSpace|RightCeiling|blacklozenge|varsupsetneq|HumpDownHump|GreaterEqual|VerticalLine|LeftTeeArrow|NotLessEqual|DownTeeArrow|LeftTriangle|varsubsetneq|Intersection|NotCongruent|DownArrowBar|LeftUpVector|LeftArrowBar|risingdotseq|GreaterTilde|RoundImplies|SquareSubset|ShortUpArrow|NotSuperset|quaternions|precnapprox|backepsilon|preccurlyeq|OverBracket|blacksquare|MediumSpace|VerticalBar|circledcirc|circleddash|CircleMinus|CircleTimes|LessGreater|curlyeqprec|curlyeqsucc|diamondsuit|UpDownArrow|Updownarrow|RuleDelayed|Rrightarrow|updownarrow|RightVector|nRightarrow|nrightarrow|eqslantless|LeftCeiling|Equilibrium|SmallCircle|expectation|NotSucceeds|thickapprox|GreaterLess|SquareUnion|NotPrecedes|NotLessLess|straightphi|succnapprox|succcurlyeq|SubsetEqual|sqsupseteq|Proportion|Laplacetrf|ImaginaryI|supsetneqq|NotGreater|gtreqqless|NotElement|ThickSpace|TildeEqual|TildeTilde|Fouriertrf|rmoustache|EqualTilde|eqslantgtr|UnderBrace|LeftVector|UpArrowBar|nLeftarrow|nsubseteqq|subsetneqq|nsupseteqq|nleftarrow|succapprox|lessapprox|UpTeeArrow|upuparrows|curlywedge|lesseqqgtr|varepsilon|varnothing|RightFloor|complement|CirclePlus|sqsubseteq|Lleftarrow|circledast|RightArrow|Rightarrow|rightarrow|lmoustache|Bernoullis|precapprox|mapstoleft|mapstodown|longmapsto|dotsquare|downarrow|DoubleDot|nsubseteq|supsetneq|leftarrow|nsupseteq|subsetneq|ThinSpace|ngeqslant|subseteqq|HumpEqual|NotSubset|triangleq|NotCupCap|lesseqgtr|heartsuit|TripleDot|Leftarrow|Coproduct|Congruent|varpropto|complexes|gvertneqq|LeftArrow|LessTilde|supseteqq|MinusPlus|CircleDot|nleqslant|NotExists|gtreqless|nparallel|UnionPlus|LeftFloor|checkmark|CenterDot|centerdot|Mellintrf|gtrapprox|bigotimes|OverBrace|spadesuit|therefore|pitchfork|rationals|PlusMinus|Backslash|Therefore|DownBreve|backsimeq|backprime|DownArrow|nshortmid|Downarrow|lvertneqq|eqvparsl|imagline|imagpart|infintie|integers|Integral|intercal|LessLess|Uarrocir|intlarhk|sqsupset|angmsdaf|sqsubset|llcorner|vartheta|cupbrcap|lnapprox|Superset|SuchThat|succnsim|succneqq|angmsdag|biguplus|curlyvee|trpezium|Succeeds|NotTilde|bigwedge|angmsdah|angrtvbd|triminus|cwconint|fpartint|lrcorner|smeparsl|subseteq|urcorner|lurdshar|laemptyv|DDotrahd|approxeq|ldrushar|awconint|mapstoup|backcong|shortmid|triangle|geqslant|gesdotol|timesbar|circledR|circledS|setminus|multimap|naturals|scpolint|ncongdot|RightTee|boxminus|gnapprox|boxtimes|andslope|thicksim|angmsdaa|varsigma|cirfnint|rtriltri|angmsdab|rppolint|angmsdac|barwedge|drbkarow|clubsuit|thetasym|bsolhsub|capbrcup|dzigrarr|doteqdot|DotEqual|dotminus|UnderBar|NotEqual|realpart|otimesas|ulcorner|hksearow|hkswarow|parallel|PartialD|elinters|emptyset|plusacir|bbrktbrk|angmsdad|pointint|bigoplus|angmsdae|Precedes|bigsqcup|varkappa|notindot|supseteq|precneqq|precnsim|profalar|profline|profsurf|leqslant|lesdotor|raemptyv|subplus|notnivb|notnivc|subrarr|zigrarr|vzigzag|submult|subedot|Element|between|cirscir|larrbfs|larrsim|lotimes|lbrksld|lbrkslu|lozenge|ldrdhar|dbkarow|bigcirc|epsilon|simrarr|simplus|ltquest|Epsilon|luruhar|gtquest|maltese|npolint|eqcolon|npreceq|bigodot|ddagger|gtrless|bnequiv|harrcir|ddotseq|equivDD|backsim|demptyv|nsqsube|nsqsupe|Upsilon|nsubset|upsilon|minusdu|nsucceq|swarrow|nsupset|coloneq|searrow|boxplus|napprox|natural|asympeq|alefsym|congdot|nearrow|bigstar|diamond|supplus|tritime|LeftTee|nvinfin|triplus|NewLine|nvltrie|nvrtrie|nwarrow|nexists|Diamond|ruluhar|Implies|supmult|angzarr|suplarr|suphsub|questeq|because|digamma|Because|olcross|bemptyv|omicron|Omicron|rotimes|NoBreak|intprod|angrtvb|orderof|uwangle|suphsol|lesdoto|orslope|DownTee|realine|cudarrl|rdldhar|OverBar|supedot|lessdot|supdsub|topfork|succsim|rbrkslu|rbrksld|pertenk|cudarrr|isindot|planckh|lessgtr|pluscir|gesdoto|plussim|plustwo|lesssim|cularrp|rarrsim|Cayleys|notinva|notinvb|notinvc|UpArrow|Uparrow|uparrow|NotLess|dwangle|precsim|Product|curarrm|Cconint|dotplus|rarrbfs|ccupssm|Cedilla|cemptyv|notniva|quatint|frac35|frac38|frac45|frac56|frac58|frac78|tridot|xoplus|gacute|gammad|Gammad|lfisht|lfloor|bigcup|sqsupe|gbreve|Gbreve|lharul|sqsube|sqcups|Gcedil|apacir|llhard|lmidot|Lmidot|lmoust|andand|sqcaps|approx|Abreve|spades|circeq|tprime|divide|topcir|Assign|topbot|gesdot|divonx|xuplus|timesd|gesles|atilde|solbar|SOFTcy|loplus|timesb|lowast|lowbar|dlcorn|dlcrop|softcy|dollar|lparlt|thksim|lrhard|Atilde|lsaquo|smashp|bigvee|thinsp|wreath|bkarow|lsquor|lstrok|Lstrok|lthree|ltimes|ltlarr|DotDot|simdot|ltrPar|weierp|xsqcup|angmsd|sigmav|sigmaf|zeetrf|Zcaron|zcaron|mapsto|vsupne|thetav|cirmid|marker|mcomma|Zacute|vsubnE|there4|gtlPar|vsubne|bottom|gtrarr|SHCHcy|shchcy|midast|midcir|middot|minusb|minusd|gtrdot|bowtie|sfrown|mnplus|models|colone|seswar|Colone|mstpos|searhk|gtrsim|nacute|Nacute|boxbox|telrec|hairsp|Tcedil|nbumpe|scnsim|ncaron|Ncaron|ncedil|Ncedil|hamilt|Scedil|nearhk|hardcy|HARDcy|tcedil|Tcaron|commat|nequiv|nesear|tcaron|target|hearts|nexist|varrho|scedil|Scaron|scaron|hellip|Sacute|sacute|hercon|swnwar|compfn|rtimes|rthree|rsquor|rsaquo|zacute|wedgeq|homtht|barvee|barwed|Barwed|rpargt|horbar|conint|swarhk|roplus|nltrie|hslash|hstrok|Hstrok|rmoust|Conint|bprime|hybull|hyphen|iacute|Iacute|supsup|supsub|supsim|varphi|coprod|brvbar|agrave|Supset|supset|igrave|Igrave|notinE|Agrave|iiiint|iinfin|copysr|wedbar|Verbar|vangrt|becaus|incare|verbar|inodot|bullet|drcorn|intcal|drcrop|cularr|vellip|Utilde|bumpeq|cupcap|dstrok|Dstrok|CupCap|cupcup|cupdot|eacute|Eacute|supdot|iquest|easter|ecaron|Ecaron|ecolon|isinsv|utilde|itilde|Itilde|curarr|succeq|Bumpeq|cacute|ulcrop|nparsl|Cacute|nprcue|egrave|Egrave|nrarrc|nrarrw|subsup|subsub|nrtrie|jsercy|nsccue|Jsercy|kappav|kcedil|Kcedil|subsim|ulcorn|nsimeq|egsdot|veebar|kgreen|capand|elsdot|Subset|subset|curren|aacute|lacute|Lacute|emptyv|ntilde|Ntilde|lagran|lambda|Lambda|capcap|Ugrave|langle|subdot|emsp13|numero|emsp14|nvdash|nvDash|nVdash|nVDash|ugrave|ufisht|nvHarr|larrfs|nvlArr|larrhk|larrlp|larrpl|nvrArr|Udblac|nwarhk|larrtl|nwnear|oacute|Oacute|latail|lAtail|sstarf|lbrace|odblac|Odblac|lbrack|udblac|odsold|eparsl|lcaron|Lcaron|ograve|Ograve|lcedil|Lcedil|Aacute|ssmile|ssetmn|squarf|ldquor|capcup|ominus|cylcty|rharul|eqcirc|dagger|rfloor|rfisht|Dagger|daleth|equals|origof|capdot|equest|dcaron|Dcaron|rdquor|oslash|Oslash|otilde|Otilde|otimes|Otimes|urcrop|Ubreve|ubreve|Yacute|Uacute|uacute|Rcedil|rcedil|urcorn|parsim|Rcaron|Vdashl|rcaron|Tstrok|percnt|period|permil|Exists|yacute|rbrack|rbrace|phmmat|ccaron|Ccaron|planck|ccedil|plankv|tstrok|female|plusdo|plusdu|ffilig|plusmn|ffllig|Ccedil|rAtail|dfisht|bernou|ratail|Rarrtl|rarrtl|angsph|rarrpl|rarrlp|rarrhk|xwedge|xotime|forall|ForAll|Vvdash|vsupnE|preceq|bigcap|frac12|frac13|frac14|primes|rarrfs|prnsim|frac15|Square|frac16|square|lesdot|frac18|frac23|propto|prurel|rarrap|rangle|puncsp|frac25|Racute|qprime|racute|lesges|frac34|abreve|AElig|eqsim|utdot|setmn|urtri|Equal|Uring|seArr|uring|searr|dashv|Dashv|mumap|nabla|iogon|Iogon|sdote|sdotb|scsim|napid|napos|equiv|natur|Acirc|dblac|erarr|nbump|iprod|erDot|ucirc|awint|esdot|angrt|ncong|isinE|scnap|Scirc|scirc|ndash|isins|Ubrcy|nearr|neArr|isinv|nedot|ubrcy|acute|Ycirc|iukcy|Iukcy|xutri|nesim|caret|jcirc|Jcirc|caron|twixt|ddarr|sccue|exist|jmath|sbquo|ngeqq|angst|ccaps|lceil|ngsim|UpTee|delta|Delta|rtrif|nharr|nhArr|nhpar|rtrie|jukcy|Jukcy|kappa|rsquo|Kappa|nlarr|nlArr|TSHcy|rrarr|aogon|Aogon|fflig|xrarr|tshcy|ccirc|nleqq|filig|upsih|nless|dharl|nlsim|fjlig|ropar|nltri|dharr|robrk|roarr|fllig|fltns|roang|rnmid|subnE|subne|lAarr|trisb|Ccirc|acirc|ccups|blank|VDash|forkv|Vdash|langd|cedil|blk12|blk14|laquo|strns|diams|notin|vDash|larrb|blk34|block|disin|uplus|vdash|vBarv|aelig|starf|Wedge|check|xrArr|lates|lbarr|lBarr|notni|lbbrk|bcong|frasl|lbrke|frown|vrtri|vprop|vnsup|gamma|Gamma|wedge|xodot|bdquo|srarr|doteq|ldquo|boxdl|boxdL|gcirc|Gcirc|boxDl|boxDL|boxdr|boxdR|boxDr|TRADE|trade|rlhar|boxDR|vnsub|npart|vltri|rlarr|boxhd|boxhD|nprec|gescc|nrarr|nrArr|boxHd|boxHD|boxhu|boxhU|nrtri|boxHu|clubs|boxHU|times|colon|Colon|gimel|xlArr|Tilde|nsime|tilde|nsmid|nspar|THORN|thorn|xlarr|nsube|nsubE|thkap|xhArr|comma|nsucc|boxul|boxuL|nsupe|nsupE|gneqq|gnsim|boxUl|boxUL|grave|boxur|boxuR|boxUr|boxUR|lescc|angle|bepsi|boxvh|varpi|boxvH|numsp|Theta|gsime|gsiml|theta|boxVh|boxVH|boxvl|gtcir|gtdot|boxvL|boxVl|boxVL|crarr|cross|Cross|nvsim|boxvr|nwarr|nwArr|sqsup|dtdot|Uogon|lhard|lharu|dtrif|ocirc|Ocirc|lhblk|duarr|odash|sqsub|Hacek|sqcup|llarr|duhar|oelig|OElig|ofcir|boxvR|uogon|lltri|boxVr|csube|uuarr|ohbar|csupe|ctdot|olarr|olcir|harrw|oline|sqcap|omacr|Omacr|omega|Omega|boxVR|aleph|lneqq|lnsim|loang|loarr|rharu|lobrk|hcirc|operp|oplus|rhard|Hcirc|orarr|Union|order|ecirc|Ecirc|cuepr|szlig|cuesc|breve|reals|eDDot|Breve|hoarr|lopar|utrif|rdquo|Umacr|umacr|efDot|swArr|ultri|alpha|rceil|ovbar|swarr|Wcirc|wcirc|smtes|smile|bsemi|lrarr|aring|parsl|lrhar|bsime|uhblk|lrtri|cupor|Aring|uharr|uharl|slarr|rbrke|bsolb|lsime|rbbrk|RBarr|lsimg|phone|rBarr|rbarr|icirc|lsquo|Icirc|emacr|Emacr|ratio|simne|plusb|simlE|simgE|simeq|pluse|ltcir|ltdot|empty|xharr|xdtri|iexcl|Alpha|ltrie|rarrw|pound|ltrif|xcirc|bumpe|prcue|bumpE|asymp|amacr|cuvee|Sigma|sigma|iiint|udhar|iiota|ijlig|IJlig|supnE|imacr|Imacr|prime|Prime|image|prnap|eogon|Eogon|rarrc|mdash|mDDot|cuwed|imath|supne|imped|Amacr|udarr|prsim|micro|rarrb|cwint|raquo|infin|eplus|range|rangd|Ucirc|radic|minus|amalg|veeeq|rAarr|epsiv|ycirc|quest|sharp|quot|zwnj|Qscr|race|qscr|Qopf|qopf|qint|rang|Rang|Zscr|zscr|Zopf|zopf|rarr|rArr|Rarr|Pscr|pscr|prop|prod|prnE|prec|ZHcy|zhcy|prap|Zeta|zeta|Popf|popf|Zdot|plus|zdot|Yuml|yuml|phiv|YUcy|yucy|Yscr|yscr|perp|Yopf|yopf|part|para|YIcy|Ouml|rcub|yicy|YAcy|rdca|ouml|osol|Oscr|rdsh|yacy|real|oscr|xvee|andd|rect|andv|Xscr|oror|ordm|ordf|xscr|ange|aopf|Aopf|rHar|Xopf|opar|Oopf|xopf|xnis|rhov|oopf|omid|xmap|oint|apid|apos|ogon|ascr|Ascr|odot|odiv|xcup|xcap|ocir|oast|nvlt|nvle|nvgt|nvge|nvap|Wscr|wscr|auml|ntlg|ntgl|nsup|nsub|nsim|Nscr|nscr|nsce|Wopf|ring|npre|wopf|npar|Auml|Barv|bbrk|Nopf|nopf|nmid|nLtv|beta|ropf|Ropf|Beta|beth|nles|rpar|nleq|bnot|bNot|nldr|NJcy|rscr|Rscr|Vscr|vscr|rsqb|njcy|bopf|nisd|Bopf|rtri|Vopf|nGtv|ngtr|vopf|boxh|boxH|boxv|nges|ngeq|boxV|bscr|scap|Bscr|bsim|Vert|vert|bsol|bull|bump|caps|cdot|ncup|scnE|ncap|nbsp|napE|Cdot|cent|sdot|Vbar|nang|vBar|chcy|Mscr|mscr|sect|semi|CHcy|Mopf|mopf|sext|circ|cire|mldr|mlcp|cirE|comp|shcy|SHcy|vArr|varr|cong|copf|Copf|copy|COPY|malt|male|macr|lvnE|cscr|ltri|sime|ltcc|simg|Cscr|siml|csub|Uuml|lsqb|lsim|uuml|csup|Lscr|lscr|utri|smid|lpar|cups|smte|lozf|darr|Lopf|Uscr|solb|lopf|sopf|Sopf|lneq|uscr|spar|dArr|lnap|Darr|dash|Sqrt|LJcy|ljcy|lHar|dHar|Upsi|upsi|diam|lesg|djcy|DJcy|leqq|dopf|Dopf|dscr|Dscr|dscy|ldsh|ldca|squf|DScy|sscr|Sscr|dsol|lcub|late|star|Star|Uopf|Larr|lArr|larr|uopf|dtri|dzcy|sube|subE|Lang|lang|Kscr|kscr|Kopf|kopf|KJcy|kjcy|KHcy|khcy|DZcy|ecir|edot|eDot|Jscr|jscr|succ|Jopf|jopf|Edot|uHar|emsp|ensp|Iuml|iuml|eopf|isin|Iscr|iscr|Eopf|epar|sung|epsi|escr|sup1|sup2|sup3|Iota|iota|supe|supE|Iopf|iopf|IOcy|iocy|Escr|esim|Esim|imof|Uarr|QUOT|uArr|uarr|euml|IEcy|iecy|Idot|Euml|euro|excl|Hscr|hscr|Hopf|hopf|TScy|tscy|Tscr|hbar|tscr|flat|tbrk|fnof|hArr|harr|half|fopf|Fopf|tdot|gvnE|fork|trie|gtcc|fscr|Fscr|gdot|gsim|Gscr|gscr|Gopf|gopf|gneq|Gdot|tosa|gnap|Topf|topf|geqq|toea|GJcy|gjcy|tint|gesl|mid|Sfr|ggg|top|ges|gla|glE|glj|geq|gne|gEl|gel|gnE|Gcy|gcy|gap|Tfr|tfr|Tcy|tcy|Hat|Tau|Ffr|tau|Tab|hfr|Hfr|ffr|Fcy|fcy|icy|Icy|iff|ETH|eth|ifr|Ifr|Eta|eta|int|Int|Sup|sup|ucy|Ucy|Sum|sum|jcy|ENG|ufr|Ufr|eng|Jcy|jfr|els|ell|egs|Efr|efr|Jfr|uml|kcy|Kcy|Ecy|ecy|kfr|Kfr|lap|Sub|sub|lat|lcy|Lcy|leg|Dot|dot|lEg|leq|les|squ|div|die|lfr|Lfr|lgE|Dfr|dfr|Del|deg|Dcy|dcy|lne|lnE|sol|loz|smt|Cup|lrm|cup|lsh|Lsh|sim|shy|map|Map|mcy|Mcy|mfr|Mfr|mho|gfr|Gfr|sfr|cir|Chi|chi|nap|Cfr|vcy|Vcy|cfr|Scy|scy|ncy|Ncy|vee|Vee|Cap|cap|nfr|scE|sce|Nfr|nge|ngE|nGg|vfr|Vfr|ngt|bot|nGt|nis|niv|Rsh|rsh|nle|nlE|bne|Bfr|bfr|nLl|nlt|nLt|Bcy|bcy|not|Not|rlm|wfr|Wfr|npr|nsc|num|ocy|ast|Ocy|ofr|xfr|Xfr|Ofr|ogt|ohm|apE|olt|Rho|ape|rho|Rfr|rfr|ord|REG|ang|reg|orv|And|and|AMP|Rcy|amp|Afr|ycy|Ycy|yen|yfr|Yfr|rcy|par|pcy|Pcy|pfr|Pfr|phi|Phi|afr|Acy|acy|zcy|Zcy|piv|acE|acd|zfr|Zfr|pre|prE|psi|Psi|qfr|Qfr|zwj|Or|ge|Gg|gt|gg|el|oS|lt|Lt|LT|Re|lg|gl|eg|ne|Im|it|le|DD|wp|wr|nu|Nu|dd|lE|Sc|sc|pi|Pi|ee|af|ll|Ll|rx|gE|xi|pm|Xi|ic|pr|Pr|in|ni|mp|mu|ac|Mu|or|ap|Gt|GT|ii);|&(Aacute|Agrave|Atilde|Ccedil|Eacute|Egrave|Iacute|Igrave|Ntilde|Oacute|Ograve|Oslash|Otilde|Uacute|Ugrave|Yacute|aacute|agrave|atilde|brvbar|ccedil|curren|divide|eacute|egrave|frac12|frac14|frac34|iacute|igrave|iquest|middot|ntilde|oacute|ograve|oslash|otilde|plusmn|uacute|ugrave|yacute|AElig|Acirc|Aring|Ecirc|Icirc|Ocirc|THORN|Ucirc|acirc|acute|aelig|aring|cedil|ecirc|icirc|iexcl|laquo|micro|ocirc|pound|raquo|szlig|thorn|times|ucirc|Auml|COPY|Euml|Iuml|Ouml|QUOT|Uuml|auml|cent|copy|euml|iuml|macr|nbsp|ordf|ordm|ouml|para|quot|sect|sup1|sup2|sup3|uuml|yuml|AMP|ETH|REG|amp|deg|eth|not|reg|shy|uml|yen|GT|LT|gt|lt)(?!;)([=a-zA-Z0-9]?)|&#([0-9]+)(;?)|&#[xX]([a-fA-F0-9]+)(;?)|&([0-9a-zA-Z]+)/g,m={aacute:"á",Aacute:"Á",abreve:"ă",Abreve:"Ă",ac:"∾",acd:"∿",acE:"∾̳",acirc:"â",Acirc:"Â",acute:"´",acy:"а",Acy:"А",aelig:"æ",AElig:"Æ",af:"",afr:"𝔞",Afr:"𝔄",agrave:"à",Agrave:"À",alefsym:"ℵ",aleph:"ℵ",alpha:"α",Alpha:"Α",amacr:"ā",Amacr:"Ā",amalg:"⨿",amp:"&",AMP:"&",and:"∧",And:"⩓",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",Aogon:"Ą",aopf:"𝕒",Aopf:"𝔸",ap:"≈",apacir:"⩯",ape:"≊",apE:"⩰",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",aring:"å",Aring:"Å",ascr:"𝒶",Ascr:"𝒜",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",atilde:"ã",Atilde:"Ã",auml:"ä",Auml:"Ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",barwed:"⌅",Barwed:"⌆",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",Bcy:"Б",bdquo:"„",becaus:"∵",because:"∵",Because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",beta:"β",Beta:"Β",beth:"ℶ",between:"≬",bfr:"𝔟",Bfr:"𝔅",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bNot:"⫭",bopf:"𝕓",Bopf:"𝔹",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxdl:"┐",boxdL:"╕",boxDl:"╖",boxDL:"╗",boxdr:"┌",boxdR:"╒",boxDr:"╓",boxDR:"╔",boxh:"─",boxH:"═",boxhd:"┬",boxhD:"╥",boxHd:"╤",boxHD:"╦",boxhu:"┴",boxhU:"╨",boxHu:"╧",boxHU:"╩",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxul:"┘",boxuL:"╛",boxUl:"╜",boxUL:"╝",boxur:"└",boxuR:"╘",boxUr:"╙",boxUR:"╚",boxv:"│",boxV:"║",boxvh:"┼",boxvH:"╪",boxVh:"╫",boxVH:"╬",boxvl:"┤",boxvL:"╡",boxVl:"╢",boxVL:"╣",boxvr:"├",boxvR:"╞",boxVr:"╟",boxVR:"╠",bprime:"‵",breve:"˘",Breve:"˘",brvbar:"¦",bscr:"𝒷",Bscr:"ℬ",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpe:"≏",bumpE:"⪮",bumpeq:"≏",Bumpeq:"≎",cacute:"ć",Cacute:"Ć",cap:"∩",Cap:"⋒",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",ccaron:"č",Ccaron:"Č",ccedil:"ç",Ccedil:"Ç",ccirc:"ĉ",Ccirc:"Ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",Cdot:"Ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",CenterDot:"·",cfr:"𝔠",Cfr:"ℭ",chcy:"ч",CHcy:"Ч",check:"✓",checkmark:"✓",chi:"χ",Chi:"Χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cire:"≗",cirE:"⧃",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",colon:":",Colon:"∷",colone:"≔",Colone:"⩴",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",conint:"∮",Conint:"∯",ContourIntegral:"∮",copf:"𝕔",Copf:"ℂ",coprod:"∐",Coproduct:"∐",copy:"©",COPY:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",cross:"✗",Cross:"⨯",cscr:"𝒸",Cscr:"𝒞",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",Cup:"⋓",cupbrcap:"⩈",cupcap:"⩆",CupCap:"≍",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dagger:"†",Dagger:"‡",daleth:"ℸ",darr:"↓",dArr:"⇓",Darr:"↡",dash:"‐",dashv:"⊣",Dashv:"⫤",dbkarow:"⤏",dblac:"˝",dcaron:"ď",Dcaron:"Ď",dcy:"д",Dcy:"Д",dd:"ⅆ",DD:"ⅅ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",delta:"δ",Delta:"Δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",Dfr:"𝔇",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",diamond:"⋄",Diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",DJcy:"Ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",Dopf:"𝔻",dot:"˙",Dot:"¨",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",downarrow:"↓",Downarrow:"⇓",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",Dscr:"𝒟",dscy:"ѕ",DScy:"Ѕ",dsol:"⧶",dstrok:"đ",Dstrok:"Đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",DZcy:"Џ",dzigrarr:"⟿",eacute:"é",Eacute:"É",easter:"⩮",ecaron:"ě",Ecaron:"Ě",ecir:"≖",ecirc:"ê",Ecirc:"Ê",ecolon:"≕",ecy:"э",Ecy:"Э",eDDot:"⩷",edot:"ė",eDot:"≑",Edot:"Ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",Efr:"𝔈",eg:"⪚",egrave:"è",Egrave:"È",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",Emacr:"Ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",eng:"ŋ",ENG:"Ŋ",ensp:" ",eogon:"ę",Eogon:"Ę",eopf:"𝕖",Eopf:"𝔼",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",Epsilon:"Ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",escr:"ℯ",Escr:"ℰ",esdot:"≐",esim:"≂",Esim:"⩳",eta:"η",Eta:"Η",eth:"ð",ETH:"Ð",euml:"ë",Euml:"Ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",exponentiale:"ⅇ",ExponentialE:"ⅇ",fallingdotseq:"≒",fcy:"ф",Fcy:"Ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",Ffr:"𝔉",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",Fopf:"𝔽",forall:"∀",ForAll:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",Fscr:"ℱ",gacute:"ǵ",gamma:"γ",Gamma:"Γ",gammad:"ϝ",Gammad:"Ϝ",gap:"⪆",gbreve:"ğ",Gbreve:"Ğ",Gcedil:"Ģ",gcirc:"ĝ",Gcirc:"Ĝ",gcy:"г",Gcy:"Г",gdot:"ġ",Gdot:"Ġ",ge:"≥",gE:"≧",gel:"⋛",gEl:"⪌",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",Gfr:"𝔊",gg:"≫",Gg:"⋙",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",GJcy:"Ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gnE:"≩",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",Gopf:"𝔾",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",gscr:"ℊ",Gscr:"𝒢",gsim:"≳",gsime:"⪎",gsiml:"⪐",gt:">",Gt:"≫",GT:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",HARDcy:"Ъ",harr:"↔",hArr:"⇔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",hcirc:"ĥ",Hcirc:"Ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",hstrok:"ħ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",iacute:"í",Iacute:"Í",ic:"",icirc:"î",Icirc:"Î",icy:"и",Icy:"И",Idot:"İ",iecy:"е",IEcy:"Е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",igrave:"ì",Igrave:"Ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",IJlig:"IJ",Im:"ℑ",imacr:"ī",Imacr:"Ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",Int:"∬",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",iocy:"ё",IOcy:"Ё",iogon:"į",Iogon:"Į",iopf:"𝕚",Iopf:"𝕀",iota:"ι",Iota:"Ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",itilde:"ĩ",Itilde:"Ĩ",iukcy:"і",Iukcy:"І",iuml:"ï",Iuml:"Ï",jcirc:"ĵ",Jcirc:"Ĵ",jcy:"й",Jcy:"Й",jfr:"𝔧",Jfr:"𝔍",jmath:"ȷ",jopf:"𝕛",Jopf:"𝕁",jscr:"𝒿",Jscr:"𝒥",jsercy:"ј",Jsercy:"Ј",jukcy:"є",Jukcy:"Є",kappa:"κ",Kappa:"Κ",kappav:"ϰ",kcedil:"ķ",Kcedil:"Ķ",kcy:"к",Kcy:"К",kfr:"𝔨",Kfr:"𝔎",kgreen:"ĸ",khcy:"х",KHcy:"Х",kjcy:"ќ",KJcy:"Ќ",kopf:"𝕜",Kopf:"𝕂",kscr:"𝓀",Kscr:"𝒦",lAarr:"⇚",lacute:"ĺ",Lacute:"Ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",Lambda:"Λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larr:"←",lArr:"⇐",Larr:"↞",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",lAtail:"⤛",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",Lcaron:"Ľ",lcedil:"ļ",Lcedil:"Ļ",lceil:"⌈",lcub:"{",lcy:"л",Lcy:"Л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",leftarrow:"←",Leftarrow:"⇐",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",Leftrightarrow:"⇔",LeftRightArrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",leg:"⋚",lEg:"⪋",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",Lfr:"𝔏",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",LJcy:"Љ",ll:"≪",Ll:"⋘",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",lmidot:"ŀ",Lmidot:"Ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",Longleftarrow:"⟸",LongLeftArrow:"⟵",longleftrightarrow:"⟷",Longleftrightarrow:"⟺",LongLeftRightArrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",Longrightarrow:"⟹",LongRightArrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",Lopf:"𝕃",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",Lstrok:"Ł",lt:"<",Lt:"≪",LT:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",Map:"⤅",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",Mcy:"М",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",mfr:"𝔪",Mfr:"𝔐",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",Mopf:"𝕄",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",mu:"μ",Mu:"Μ",multimap:"⊸",mumap:"⊸",nabla:"∇",nacute:"ń",Nacute:"Ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",Ncaron:"Ň",ncedil:"ņ",Ncedil:"Ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",Ncy:"Н",ndash:"–",ne:"≠",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",nfr:"𝔫",Nfr:"𝔑",nge:"≱",ngE:"≧̸",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",ngt:"≯",nGt:"≫⃒",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",NJcy:"Њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nle:"≰",nlE:"≦̸",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nlt:"≮",nLt:"≪⃒",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",not:"¬",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrarr:"↛",nrArr:"⇏",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",Nscr:"𝒩",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsube:"⊈",nsubE:"⫅̸",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupe:"⊉",nsupE:"⫆̸",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntilde:"ñ",Ntilde:"Ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",Nu:"Ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",oacute:"ó",Oacute:"Ó",oast:"⊛",ocir:"⊚",ocirc:"ô",Ocirc:"Ô",ocy:"о",Ocy:"О",odash:"⊝",odblac:"ő",Odblac:"Ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",OElig:"Œ",ofcir:"⦿",ofr:"𝔬",Ofr:"𝔒",ogon:"˛",ograve:"ò",Ograve:"Ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",Omacr:"Ō",omega:"ω",Omega:"Ω",omicron:"ο",Omicron:"Ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",Oopf:"𝕆",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",or:"∨",Or:"⩔",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",oscr:"ℴ",Oscr:"𝒪",oslash:"ø",Oslash:"Ø",osol:"⊘",otilde:"õ",Otilde:"Õ",otimes:"⊗",Otimes:"⨷",otimesas:"⨶",ouml:"ö",Ouml:"Ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",pcy:"п",Pcy:"П",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",Pfr:"𝔓",phi:"φ",Phi:"Φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",Pi:"Π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",pr:"≺",Pr:"⪻",prap:"⪷",prcue:"≼",pre:"⪯",prE:"⪳",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",Pscr:"𝒫",psi:"ψ",Psi:"Ψ",puncsp:" ",qfr:"𝔮",Qfr:"𝔔",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",qscr:"𝓆",Qscr:"𝒬",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",racute:"ŕ",Racute:"Ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarr:"→",rArr:"⇒",Rarr:"↠",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",Rarrtl:"⤖",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",Rcaron:"Ř",rcedil:"ŗ",Rcedil:"Ŗ",rceil:"⌉",rcub:"}",rcy:"р",Rcy:"Р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",Rho:"Ρ",rhov:"ϱ",RightAngleBracket:"⟩",rightarrow:"→",Rightarrow:"⇒",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",sacute:"ś",Sacute:"Ś",sbquo:"‚",sc:"≻",Sc:"⪼",scap:"⪸",scaron:"š",Scaron:"Š",sccue:"≽",sce:"⪰",scE:"⪴",scedil:"ş",Scedil:"Ş",scirc:"ŝ",Scirc:"Ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",Scy:"С",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",Sfr:"𝔖",sfrown:"⌢",sharp:"♯",shchcy:"щ",SHCHcy:"Щ",shcy:"ш",SHcy:"Ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",sigma:"σ",Sigma:"Σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",SOFTcy:"Ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",Sopf:"𝕊",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",Sscr:"𝒮",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",Star:"⋆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",sube:"⊆",subE:"⫅",subedot:"⫃",submult:"⫁",subne:"⊊",subnE:"⫋",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup:"⊃",Sup:"⋑",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supe:"⊇",supE:"⫆",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supne:"⊋",supnE:"⫌",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",tau:"τ",Tau:"Τ",tbrk:"⎴",tcaron:"ť",Tcaron:"Ť",tcedil:"ţ",Tcedil:"Ţ",tcy:"т",Tcy:"Т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",Tfr:"𝔗",there4:"∴",therefore:"∴",Therefore:"∴",theta:"θ",Theta:"Θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",thorn:"þ",THORN:"Þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",Topf:"𝕋",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",Tscr:"𝒯",tscy:"ц",TScy:"Ц",tshcy:"ћ",TSHcy:"Ћ",tstrok:"ŧ",Tstrok:"Ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uacute:"ú",Uacute:"Ú",uarr:"↑",uArr:"⇑",Uarr:"↟",Uarrocir:"⥉",ubrcy:"ў",Ubrcy:"Ў",ubreve:"ŭ",Ubreve:"Ŭ",ucirc:"û",Ucirc:"Û",ucy:"у",Ucy:"У",udarr:"⇅",udblac:"ű",Udblac:"Ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",Ufr:"𝔘",ugrave:"ù",Ugrave:"Ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",Umacr:"Ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",uogon:"ų",Uogon:"Ų",uopf:"𝕦",Uopf:"𝕌",uparrow:"↑",Uparrow:"⇑",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",updownarrow:"↕",Updownarrow:"⇕",UpDownArrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",upsilon:"υ",Upsilon:"Υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",Uring:"Ů",urtri:"◹",uscr:"𝓊",Uscr:"𝒰",utdot:"⋰",utilde:"ũ",Utilde:"Ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uuml:"ü",Uuml:"Ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",vcy:"в",Vcy:"В",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",vee:"∨",Vee:"⋁",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",vfr:"𝔳",Vfr:"𝔙",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",Vopf:"𝕍",vprop:"∝",vrtri:"⊳",vscr:"𝓋",Vscr:"𝒱",vsubne:"⊊︀",vsubnE:"⫋︀",vsupne:"⊋︀",vsupnE:"⫌︀",Vvdash:"⊪",vzigzag:"⦚",wcirc:"ŵ",Wcirc:"Ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",wfr:"𝔴",Wfr:"𝔚",wopf:"𝕨",Wopf:"𝕎",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",Wscr:"𝒲",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",Xfr:"𝔛",xharr:"⟷",xhArr:"⟺",xi:"ξ",Xi:"Ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",Xopf:"𝕏",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",xscr:"𝓍",Xscr:"𝒳",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacute:"ý",Yacute:"Ý",yacy:"я",YAcy:"Я",ycirc:"ŷ",Ycirc:"Ŷ",ycy:"ы",Ycy:"Ы",yen:"¥",yfr:"𝔶",Yfr:"𝔜",yicy:"ї",YIcy:"Ї",yopf:"𝕪",Yopf:"𝕐",yscr:"𝓎",Yscr:"𝒴",yucy:"ю",YUcy:"Ю",yuml:"ÿ",Yuml:"Ÿ",zacute:"ź",Zacute:"Ź",zcaron:"ž",Zcaron:"Ž",zcy:"з",Zcy:"З",zdot:"ż",Zdot:"Ż",zeetrf:"ℨ",ZeroWidthSpace:"",zeta:"ζ",Zeta:"Ζ",zfr:"𝔷",Zfr:"ℨ",zhcy:"ж",ZHcy:"Ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",zscr:"𝓏",Zscr:"𝒵",zwj:"",zwnj:""},v={aacute:"á",Aacute:"Á",acirc:"â",Acirc:"Â",acute:"´",aelig:"æ",AElig:"Æ",agrave:"à",Agrave:"À",amp:"&",AMP:"&",aring:"å",Aring:"Å",atilde:"ã",Atilde:"Ã",auml:"ä",Auml:"Ä",brvbar:"¦",ccedil:"ç",Ccedil:"Ç",cedil:"¸",cent:"¢",copy:"©",COPY:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",Eacute:"É",ecirc:"ê",Ecirc:"Ê",egrave:"è",Egrave:"È",eth:"ð",ETH:"Ð",euml:"ë",Euml:"Ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",GT:">",iacute:"í",Iacute:"Í",icirc:"î",Icirc:"Î",iexcl:"¡",igrave:"ì",Igrave:"Ì",iquest:"¿",iuml:"ï",Iuml:"Ï",laquo:"«",lt:"<",LT:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",Ntilde:"Ñ",oacute:"ó",Oacute:"Ó",ocirc:"ô",Ocirc:"Ô",ograve:"ò",Ograve:"Ò",ordf:"ª",ordm:"º",oslash:"ø",Oslash:"Ø",otilde:"õ",Otilde:"Õ",ouml:"ö",Ouml:"Ö",para:"¶",plusmn:"±",pound:"£",quot:'"',QUOT:'"',raquo:"»",reg:"®",REG:"®",sect:"§",shy:"",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",THORN:"Þ",times:"×",uacute:"ú",Uacute:"Ú",ucirc:"û",Ucirc:"Û",ugrave:"ù",Ugrave:"Ù",uml:"¨",uuml:"ü",Uuml:"Ü",yacute:"ý",Yacute:"Ý",yen:"¥",yuml:"ÿ"},y={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"},b=[1,2,3,4,5,6,7,8,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,64976,64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993,64994,64995,64996,64997,64998,64999,65e3,65001,65002,65003,65004,65005,65006,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111],D=String.fromCharCode,k={}.hasOwnProperty,w=function(e,t){return k.call(e,t)},C=function(e,t){if(!e)return t;var r,n={};for(r in t)n[r]=w(e,r)?e[r]:t[r];return n},R=function(e,t){var r="";return e>=55296&&e<=57343||e>1114111?(t&&A("character reference outside the permissible Unicode range"),"�"):w(y,e)?(t&&A("disallowed character reference"),y[e]):(t&&function(e,t){for(var r=-1,n=e.length;++r<n;)if(e[r]==t)return!0;return!1}(b,e)&&A("disallowed character reference"),e>65535&&(r+=D((e-=65536)>>>10&1023|55296),e=56320|1023&e),r+=D(e))},E=function(e){return"&#x"+e.toString(16).toUpperCase()+";"},T=function(e){return"&#"+e+";"},A=function(e){throw Error("Parse error: "+e)},x=function(e,t){(t=C(t,x.options)).strict&&h.test(e)&&A("forbidden code point");var r=t.encodeEverything,n=t.useNamedReferences,i=t.allowUnsafeSymbols,o=t.decimal?T:E,f=function(e){return o(e.charCodeAt(0))};return r?(e=e.replace(a,(function(e){return n&&w(l,e)?"&"+l[e]+";":f(e)})),n&&(e=e.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒").replace(/fj/g,"fj")),n&&(e=e.replace(u,(function(e){return"&"+l[e]+";"})))):n?(i||(e=e.replace(d,(function(e){return"&"+l[e]+";"}))),e=(e=e.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒")).replace(u,(function(e){return"&"+l[e]+";"}))):i||(e=e.replace(d,f)),e.replace(s,(function(e){var t=e.charCodeAt(0),r=e.charCodeAt(1);return o(1024*(t-55296)+r-56320+65536)})).replace(c,f)};x.options={allowUnsafeSymbols:!1,encodeEverything:!1,strict:!1,useNamedReferences:!1,decimal:!1};var _=function(e,t){var r=(t=C(t,_.options)).strict;return r&&p.test(e)&&A("malformed character reference"),e.replace(g,(function(e,n,i,o,s,a,c,u,l){var d,f,p,h,g,y;return n?m[g=n]:i?(g=i,(y=o)&&t.isAttributeValue?(r&&"="==y&&A("`&` did not start a character reference"),e):(r&&A("named character reference was not terminated by a semicolon"),v[g]+(y||""))):s?(p=s,f=a,r&&!f&&A("character reference was not terminated by a semicolon"),d=parseInt(p,10),R(d,r)):c?(h=c,f=u,r&&!f&&A("character reference was not terminated by a semicolon"),d=parseInt(h,16),R(d,r)):(r&&A("named character reference was not terminated by a semicolon"),e)}))};_.options={isAttributeValue:!1,strict:!1};var L={version:"1.2.0",encode:x,decode:_,escape:function(e){return e.replace(d,(function(e){return f[e]}))},unescape:_};void 0===(n=function(){return L}.call(t,r,t,e))||(e.exports=n)}()},181:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return e[e.length-1]}},6192:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.NodeType=t.TextNode=t.Node=t.valid=t.CommentNode=t.HTMLElement=t.parse=void 0;var i=n(r(3447));t.CommentNode=i.default;var o=n(r(9781));t.HTMLElement=o.default;var s=n(r(724));t.Node=s.default;var a=n(r(9719));t.TextNode=a.default;var c=n(r(8140));t.NodeType=c.default;var u=n(r(4083)),l=n(r(7578));function d(e,t){return void 0===t&&(t={}),(0,u.default)(e,t)}t.valid=l.default,t.default=d,t.parse=d,d.parse=u.default,d.HTMLElement=o.default,d.CommentNode=i.default,d.valid=l.default,d.Node=s.default,d.TextNode=a.default,d.NodeType=c.default},9418:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=n(r(8140));function o(e){return e&&e.nodeType===i.default.ELEMENT_NODE}function s(e,t){return o(e)?e.getAttribute(t):void 0}function a(e){return e&&e.childNodes}function c(e){return e?e.parentNode:null}t.default={isTag:o,getAttributeValue:s,getName:function(e){return(e&&e.rawTagName||"").toLowerCase()},getChildren:a,getParent:c,getText:function(e){return e.text},removeSubsets:function(e){for(var t,r,n,i=e.length;--i>-1;){for(t=r=e[i],e[i]=null,n=!0;r;){if(e.indexOf(r)>-1){n=!1,e.splice(i,1);break}r=c(r)}n&&(e[i]=t)}return e},existsOne:function e(t,r){return r.some((function(r){return!!o(r)&&(t(r)||e(t,a(r)))}))},getSiblings:function(e){var t=c(e);return t?a(t):[]},hasAttrib:function(e,t){return void 0!==s(e,t)},findOne:function e(t,r){for(var n=null,i=0,o=null==r?void 0:r.length;i<o&&!n;i++){var s=r[i];if(t(s))n=s;else{var c=a(s);c&&c.length>0&&(n=e(t,c))}}return n},findAll:function e(t,r){for(var n=[],i=0,s=r.length;i<s;i++)if(o(r[i])){t(r[i])&&n.push(r[i]);var c=a(r[i]);c&&(n=n.concat(e(t,c)))}return n}}},3447:function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},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 r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=o(r(724)),a=o(r(8140)),c=function(e){function t(t,r,n,i){void 0===r&&(r=null),void 0===i&&(i="!--");var o=e.call(this,r,n)||this;return o.rawText=t,o.rawTagName=i,o.nodeType=a.default.COMMENT_NODE,o}return i(t,e),t.prototype.clone=function(){return new t(this.rawText,null,void 0,this.rawTagName)},Object.defineProperty(t.prototype,"text",{get:function(){return this.rawText},enumerable:!1,configurable:!0}),t.prototype.toString=function(){return"\x3c!--".concat(this.rawText,"--\x3e")},t}(s.default);t.default=c},9781:function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},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 r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)},s=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.parse=t.base_parse=void 0;var c=r(2603),u=a(r(6067)),l=a(r(181)),d=a(r(9418)),f=a(r(97)),p=a(r(3447)),h=a(r(724)),g=a(r(9719)),m=a(r(8140));function v(e){return JSON.parse(JSON.stringify(u.default.decode(e)))}var y=new Set;!function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r=function(e){for(var t=0;t<e.length;t++){var r=e[t];y.add(r),y.add(r.toUpperCase())}},n=0,i=e;n<i.length;n++)r(i[n])}(["h1","h2","h3","h4","h5","h6","header","hgroup"],["details","dialog","dd","div","dt"],["fieldset","figcaption","figure","footer","form"],["table","td","tr"],["address","article","aside","blockquote","br","hr","li","main","nav","ol","p","pre","section","ul"]);var b=function(){function e(e,t){void 0===e&&(e=[]),void 0===t&&(t=function(){return null}),this._set=new Set(e),this._afterUpdate=t}return e.prototype._validate=function(e){if(/\s/.test(e))throw new Error("DOMException in DOMTokenList.add: The token '".concat(e,"' contains HTML space characters, which are not valid in tokens."))},e.prototype.add=function(e){this._validate(e),this._set.add(e),this._afterUpdate(this)},e.prototype.replace=function(e,t){this._validate(t),this._set.delete(e),this._set.add(t),this._afterUpdate(this)},e.prototype.remove=function(e){this._set.delete(e)&&this._afterUpdate(this)},e.prototype.toggle=function(e){this._validate(e),this._set.has(e)?this._set.delete(e):this._set.add(e),this._afterUpdate(this)},e.prototype.contains=function(e){return this._set.has(e)},Object.defineProperty(e.prototype,"length",{get:function(){return this._set.size},enumerable:!1,configurable:!0}),e.prototype.values=function(){return this._set.values()},Object.defineProperty(e.prototype,"value",{get:function(){return Array.from(this._set.values())},enumerable:!1,configurable:!0}),e.prototype.toString=function(){return Array.from(this._set.values()).join(" ")},e}(),D=function(e){function t(t,r,n,i,o,s,a){void 0===n&&(n=""),void 0===i&&(i=null),void 0===s&&(s=new f.default),void 0===a&&(a={});var c=e.call(this,i,o)||this;if(c.rawAttrs=n,c.voidTag=s,c.nodeType=m.default.ELEMENT_NODE,c.rawTagName=t,c.rawAttrs=n||"",c.id=r.id||"",c.childNodes=[],c._parseOptions=a,c.classList=new b(r.class?r.class.split(/\s+/):[],(function(e){return c.setAttribute("class",e.toString())})),r.id&&(n||(c.rawAttrs='id="'.concat(r.id,'"'))),r.class&&!n){var u='class="'.concat(c.classList.toString(),'"');c.rawAttrs?c.rawAttrs+=" ".concat(u):c.rawAttrs=u}return c}return i(t,e),t.prototype.quoteAttribute=function(e){return null==e?"null":JSON.stringify(e.replace(/"/g,""")).replace(/\\t/g,"\t").replace(/\\n/g,"\n").replace(/\\r/g,"\r").replace(/\\/g,"")},t.prototype.removeChild=function(e){return this.childNodes=this.childNodes.filter((function(t){return t!==e})),this},t.prototype.exchangeChild=function(e,t){var r=this.childNodes;return this.childNodes=r.map((function(r){return r===e?t:r})),this},Object.defineProperty(t.prototype,"tagName",{get:function(){return this.rawTagName?this.rawTagName.toUpperCase():this.rawTagName},set:function(e){this.rawTagName=e.toLowerCase()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"localName",{get:function(){return this.rawTagName.toLowerCase()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isVoidElement",{get:function(){return this.voidTag.isVoidElement(this.localName)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"rawText",{get:function(){return/^br$/i.test(this.rawTagName)?"\n":this.childNodes.reduce((function(e,t){return e+t.rawText}),"")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"textContent",{get:function(){return v(this.rawText)},set:function(e){var t=[new g.default(e,this)];this.childNodes=t},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"text",{get:function(){return v(this.rawText)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"structuredText",{get:function(){var e=[],t=[e];return function r(n){if(n.nodeType===m.default.ELEMENT_NODE)y.has(n.rawTagName)?(e.length>0&&t.push(e=[]),n.childNodes.forEach(r),e.length>0&&t.push(e=[])):n.childNodes.forEach(r);else if(n.nodeType===m.default.TEXT_NODE)if(n.isWhitespace)e.prependWhitespace=!0;else{var i=n.trimmedText;e.prependWhitespace&&(i=" ".concat(i),e.prependWhitespace=!1),e.push(i)}}(this),t.map((function(e){return e.join("").replace(/\s{2,}/g," ")})).join("\n").replace(/\s+$/,"")},enumerable:!1,configurable:!0}),t.prototype.toString=function(){var e=this.rawTagName;if(e){var t=this.rawAttrs?" ".concat(this.rawAttrs):"";return this.voidTag.formatNode(e,t,this.innerHTML)}return this.innerHTML},Object.defineProperty(t.prototype,"innerHTML",{get:function(){return this.childNodes.map((function(e){return e.toString()})).join("")},set:function(e){var t=A(e,this._parseOptions),r=t.childNodes.length?t.childNodes:[new g.default(e,this)];x(r,this),x(this.childNodes,null),this.childNodes=r},enumerable:!1,configurable:!0}),t.prototype.set_content=function(e,t){if(void 0===t&&(t={}),e instanceof h.default)e=[e];else if("string"==typeof e){var r=A(e,t=o(o({},this._parseOptions),t));e=r.childNodes.length?r.childNodes:[new g.default(r.innerHTML,this)]}return x(this.childNodes,null),x(e,this),this.childNodes=e,this},t.prototype.replaceWith=function(){for(var e=this,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var n=this.parentNode,i=t.map((function(t){if(t instanceof h.default)return[t];if("string"==typeof t){var r=A(t,e._parseOptions);return r.childNodes.length?r.childNodes:[new g.default(t,e)]}return[]})).flat(),o=n.childNodes.findIndex((function(t){return t===e}));return x([this],null),n.childNodes=s(s(s([],n.childNodes.slice(0,o),!0),x(i,n),!0),n.childNodes.slice(o+1),!0),this},Object.defineProperty(t.prototype,"outerHTML",{get:function(){return this.toString()},enumerable:!1,configurable:!0}),t.prototype.trimRight=function(e){for(var t=0;t<this.childNodes.length;t++){var r=this.childNodes[t];if(r.nodeType===m.default.ELEMENT_NODE)r.trimRight(e);else{var n=r.rawText.search(e);n>-1&&(r.rawText=r.rawText.substr(0,n),this.childNodes.length=t+1)}}return this},Object.defineProperty(t.prototype,"structure",{get:function(){var e=[],t=0;function r(r){e.push(" ".repeat(t)+r)}return function e(n){var i=n.id?"#".concat(n.id):"",o=n.classList.length?".".concat(n.classList.value.join(".")):"";r("".concat(n.rawTagName).concat(i).concat(o)),t++,n.childNodes.forEach((function(t){t.nodeType===m.default.ELEMENT_NODE?e(t):t.nodeType===m.default.TEXT_NODE&&(t.isWhitespace||r("#text"))})),t--}(this),e.join("\n")},enumerable:!1,configurable:!0}),t.prototype.removeWhitespace=function(){var e=this,t=0;return this.childNodes.forEach((function(r){if(r.nodeType===m.default.TEXT_NODE){if(r.isWhitespace)return;r.rawText=r.trimmedRawText}else r.nodeType===m.default.ELEMENT_NODE&&r.removeWhitespace();e.childNodes[t++]=r})),this.childNodes.length=t,this},t.prototype.querySelectorAll=function(e){return(0,c.selectAll)(e,this,{xmlMode:!0,adapter:d.default})},t.prototype.querySelector=function(e){return(0,c.selectOne)(e,this,{xmlMode:!0,adapter:d.default})},t.prototype.getElementsByTagName=function(e){for(var t=e.toUpperCase(),r=[],n=[],i=this,o=0;void 0!==o;){var s=void 0;do{s=i.childNodes[o++]}while(o<i.childNodes.length&&void 0===s);void 0!==s?s.nodeType===m.default.ELEMENT_NODE&&("*"!==e&&s.tagName!==t||r.push(s),s.childNodes.length>0&&(n.push(o),i=s,o=0)):(i=i.parentNode,o=n.pop())}return r},t.prototype.getElementById=function(e){for(var t=[],r=this,n=0;void 0!==n;){var i=void 0;do{i=r.childNodes[n++]}while(n<r.childNodes.length&&void 0===i);if(void 0!==i){if(i.nodeType===m.default.ELEMENT_NODE){if(i.id===e)return i;i.childNodes.length>0&&(t.push(n),r=i,n=0)}}else r=r.parentNode,n=t.pop()}return null},t.prototype.closest=function(e){var t=new Map,r=this,n=null;function i(e,r){for(var n=null,o=0,s=r.length;o<s&&!n;o++){var a=r[o];if(e(a))n=a;else{var c=t.get(a);c&&(n=i(e,[c]))}}return n}for(;r;)t.set(r,n),n=r,r=r.parentNode;for(r=this;r;){var s=(0,c.selectOne)(e,r,{xmlMode:!0,adapter:o(o({},d.default),{getChildren:function(e){var r=t.get(e);return r&&[r]},getSiblings:function(e){return[e]},findOne:i,findAll:function(){return[]}})});if(s)return s;r=r.parentNode}return null},t.prototype.appendChild=function(e){return e.remove(),this.childNodes.push(e),e.parentNode=this,e},Object.defineProperty(t.prototype,"firstChild",{get:function(){return this.childNodes[0]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lastChild",{get:function(){return(0,l.default)(this.childNodes)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attrs",{get:function(){if(this._attrs)return this._attrs;this._attrs={};var e=this.rawAttributes;for(var t in e){var r=e[t]||"";this._attrs[t.toLowerCase()]=v(r)}return this._attrs},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e={},t=this.rawAttributes;for(var r in t){var n=t[r]||"";e[r]=v(n)}return e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"rawAttributes",{get:function(){if(this._rawAttrs)return this._rawAttrs;var e={};if(this.rawAttrs)for(var t=/([a-zA-Z()[\]#@$.?:][a-zA-Z0-9-_:()[\]#]*)(?:\s*=\s*((?:'[^']*')|(?:"[^"]*")|\S+))?/g,r=void 0;r=t.exec(this.rawAttrs);){var n=r[1],i=r[2]||null;!i||"'"!==i[0]&&'"'!==i[0]||(i=i.slice(1,i.length-1)),e[n]=e[n]||i}return this._rawAttrs=e,e},enumerable:!1,configurable:!0}),t.prototype.removeAttribute=function(e){var t=this,r=this.rawAttributes;return delete r[e],this._attrs&&delete this._attrs[e],this.rawAttrs=Object.keys(r).map((function(e){var n=t.quoteAttribute(r[e]);return"null"===n||'""'===n?e:"".concat(e,"=").concat(n)})).join(" "),"id"===e&&(this.id=""),this},t.prototype.hasAttribute=function(e){return e.toLowerCase()in this.attrs},t.prototype.getAttribute=function(e){return this.attrs[e.toLowerCase()]},t.prototype.setAttribute=function(e,t){var r=this;if(arguments.length<2)throw new Error("Failed to execute 'setAttribute' on 'Element'");var n=e.toLowerCase(),i=this.rawAttributes;for(var o in i)if(o.toLowerCase()===n){e=o;break}return i[e]=String(t),this._attrs&&(this._attrs[n]=v(i[e])),this.rawAttrs=Object.keys(i).map((function(e){var t=r.quoteAttribute(i[e]);return"null"===t||'""'===t?e:"".concat(e,"=").concat(t)})).join(" "),"id"===e&&(this.id=t),this},t.prototype.setAttributes=function(e){var t=this;return this._attrs&&delete this._attrs,this._rawAttrs&&delete this._rawAttrs,this.rawAttrs=Object.keys(e).map((function(r){var n=e[r];return"null"===n||'""'===n?r:"".concat(r,"=").concat(t.quoteAttribute(String(n)))})).join(" "),this},t.prototype.insertAdjacentHTML=function(e,t){var r,n,i,o=this;if(arguments.length<2)throw new Error("2 arguments required");var a=A(t,this._parseOptions);if("afterend"===e){var c=this.parentNode.childNodes.findIndex((function(e){return e===o}));x(a.childNodes,this.parentNode),(r=this.parentNode.childNodes).splice.apply(r,s([c+1,0],a.childNodes,!1))}else if("afterbegin"===e)x(a.childNodes,this),(n=this.childNodes).unshift.apply(n,a.childNodes);else if("beforeend"===e)a.childNodes.forEach((function(e){o.appendChild(e)}));else{if("beforebegin"!==e)throw new Error("The value provided ('".concat(e,"') is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'"));c=this.parentNode.childNodes.findIndex((function(e){return e===o})),x(a.childNodes,this.parentNode),(i=this.parentNode.childNodes).splice.apply(i,s([c,0],a.childNodes,!1))}return this},Object.defineProperty(t.prototype,"nextSibling",{get:function(){if(this.parentNode){for(var e=this.parentNode.childNodes,t=0;t<e.length;)if(this===e[t++])return e[t]||null;return null}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"nextElementSibling",{get:function(){if(this.parentNode){for(var e=this.parentNode.childNodes,r=0,n=!1;r<e.length;){var i=e[r++];if(n){if(i instanceof t)return i||null}else this===i&&(n=!0)}return null}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"previousSibling",{get:function(){if(this.parentNode){for(var e=this.parentNode.childNodes,t=e.length;t>0;)if(this===e[--t])return e[t-1]||null;return null}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"previousElementSibling",{get:function(){if(this.parentNode){for(var e=this.parentNode.childNodes,r=e.length,n=!1;r>0;){var i=e[--r];if(n){if(i instanceof t)return i||null}else this===i&&(n=!0)}return null}},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"classNames",{get:function(){return this.classList.toString()},enumerable:!1,configurable:!0}),t.prototype.clone=function(){return A(this.toString(),this._parseOptions).firstChild},t}(h.default);t.default=D;var k=/<!--[\s\S]*?-->|<(\/?)([a-zA-Z][-.:0-9_a-zA-Z]*)((?:\s+[^>]*?(?:(?:'[^']*')|(?:"[^"]*"))?)*)\s*(\/?)>/g,w=/(?:^|\s)(id|class)\s*=\s*((?:'[^']*')|(?:"[^"]*")|\S+)/gi,C={li:{li:!0,LI:!0},LI:{li:!0,LI:!0},p:{p:!0,div:!0,P:!0,DIV:!0},P:{p:!0,div:!0,P:!0,DIV:!0},b:{div:!0,DIV:!0},B:{div:!0,DIV:!0},td:{td:!0,th:!0,TD:!0,TH:!0},TD:{td:!0,th:!0,TD:!0,TH:!0},th:{td:!0,th:!0,TD:!0,TH:!0},TH:{td:!0,th:!0,TD:!0,TH:!0},h1:{h1:!0,H1:!0},H1:{h1:!0,H1:!0},h2:{h2:!0,H2:!0},H2:{h2:!0,H2:!0},h3:{h3:!0,H3:!0},H3:{h3:!0,H3:!0},h4:{h4:!0,H4:!0},H4:{h4:!0,H4:!0},h5:{h5:!0,H5:!0},H5:{h5:!0,H5:!0},h6:{h6:!0,H6:!0},H6:{h6:!0,H6:!0}},R={li:{ul:!0,ol:!0,UL:!0,OL:!0},LI:{ul:!0,ol:!0,UL:!0,OL:!0},a:{div:!0,DIV:!0},A:{div:!0,DIV:!0},b:{div:!0,DIV:!0},B:{div:!0,DIV:!0},i:{div:!0,DIV:!0},I:{div:!0,DIV:!0},p:{div:!0,DIV:!0},P:{div:!0,DIV:!0},td:{tr:!0,table:!0,TR:!0,TABLE:!0},TD:{tr:!0,table:!0,TR:!0,TABLE:!0},th:{tr:!0,table:!0,TR:!0,TABLE:!0},TH:{tr:!0,table:!0,TR:!0,TABLE:!0}},E="documentfragmentcontainer";function T(e,t){var r,n;void 0===t&&(t={});var i=new f.default(null===(r=null==t?void 0:t.voidTag)||void 0===r?void 0:r.closingSlash,null===(n=null==t?void 0:t.voidTag)||void 0===n?void 0:n.tags),o=t.blockTextElements||{script:!0,noscript:!0,style:!0,pre:!0},s=Object.keys(o),a=s.map((function(e){return new RegExp("^".concat(e,"$"),"i")})),c=s.filter((function(e){return Boolean(o[e])})).map((function(e){return new RegExp("^".concat(e,"$"),"i")}));function u(e){return c.some((function(t){return t.test(e)}))}function d(e){return a.some((function(t){return t.test(e)}))}var h,m=function(e,t){return[e-S,t-S]},v=new D(null,{},"",null,[0,e.length],i,t),y=v,b=[v],T=-1,A=void 0;e="<".concat(E,">").concat(e,"</").concat(E,">");for(var x=t.lowerCaseTagName,_=t.fixNestedATags,L=e.length-(E.length+2),S=E.length+2;h=k.exec(e);){var F=h[0],P=h[1],q=h[2],M=h[3],N=h[4],O=F.length,I=k.lastIndex-O,j=k.lastIndex;if(T>-1&&T+O<j){var H=e.substring(T,I);y.appendChild(new g.default(H,y,m(T,I)))}if(T=k.lastIndex,q!==E)if("!"!==F[1]){if(x&&(q=q.toLowerCase()),!P){for(var B={},U=void 0;U=w.exec(M);){var W=U[1],V=U[2],$="'"===V[0]||'"'===V[0];B[W.toLowerCase()]=$?V.slice(1,V.length-1):V}var K=y.rawTagName;!N&&C[K]&&C[K][q]&&(b.pop(),y=(0,l.default)(b)),!_||"a"!==q&&"A"!==q||(void 0!==A&&(b.splice(A),y=(0,l.default)(b)),A=b.length);var z=k.lastIndex,G=z-O;if(y=y.appendChild(new D(q,B,M.slice(1),null,m(G,z),i,t)),b.push(y),d(q)){var J="</".concat(q,">"),X=x?e.toLocaleLowerCase().indexOf(J,k.lastIndex):e.indexOf(J,k.lastIndex),Z=-1===X?L:X;u(q)&&(H=e.substring(z,Z)).length>0&&/\S/.test(H)&&y.appendChild(new g.default(H,y,m(z,Z))),-1===X?T=k.lastIndex=e.length+1:(T=k.lastIndex=X+J.length,P="/")}}if(P||N||i.isVoidElement(q))for(;;){if(null==A||"a"!==q&&"A"!==q||(A=void 0),y.rawTagName===q){y.range[1]=m(-1,Math.max(T,j))[1],b.pop(),y=(0,l.default)(b);break}if(K=y.tagName,!R[K]||!R[K][q])break;b.pop(),y=(0,l.default)(b)}}else if(t.comment){H=e.substring(I+4,j-3);y.appendChild(new p.default(H,y,m(I,j)))}}return b}function A(e,t){void 0===t&&(t={});for(var r=T(e,t),n=r[0],i=function(){var e=r.pop(),n=(0,l.default)(r);e.parentNode&&e.parentNode.parentNode&&(e.parentNode===n&&e.tagName===n.tagName?!0!==t.parseNoneClosedTags&&(n.removeChild(e),e.childNodes.forEach((function(e){n.parentNode.appendChild(e)})),r.pop()):!0!==t.parseNoneClosedTags&&(n.removeChild(e),e.childNodes.forEach((function(e){n.appendChild(e)}))))};r.length>1;)i();return n}function x(e,t){return e.map((function(e){return e.parentNode=t,e}))}t.base_parse=T,t.parse=A},724:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(6067),i=function(){function e(e,t){void 0===e&&(e=null),this.parentNode=e,this.childNodes=[],Object.defineProperty(this,"range",{enumerable:!1,writable:!0,configurable:!0,value:null!=t?t:[-1,-1]})}return e.prototype.remove=function(){var e=this;if(this.parentNode){var t=this.parentNode.childNodes;this.parentNode.childNodes=t.filter((function(t){return e!==t})),this.parentNode=null}return this},Object.defineProperty(e.prototype,"innerText",{get:function(){return this.rawText},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"textContent",{get:function(){return(0,n.decode)(this.rawText)},set:function(e){this.rawText=(0,n.encode)(e)},enumerable:!1,configurable:!0}),e}();t.default=i},9719:function(e,t,r){"use strict";var n,i=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},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 r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var s=r(6067),a=o(r(724)),c=o(r(8140)),u=function(e){function t(t,r,n){void 0===r&&(r=null);var i=e.call(this,r,n)||this;return i.nodeType=c.default.TEXT_NODE,i.rawTagName="",i._rawText=t,i}return i(t,e),t.prototype.clone=function(){return new t(this._rawText,null)},Object.defineProperty(t.prototype,"rawText",{get:function(){return this._rawText},set:function(e){this._rawText=e,this._trimmedRawText=void 0,this._trimmedText=void 0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"trimmedRawText",{get:function(){return void 0!==this._trimmedRawText||(this._trimmedRawText=l(this.rawText)),this._trimmedRawText},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"trimmedText",{get:function(){return void 0!==this._trimmedText||(this._trimmedText=l(this.text)),this._trimmedText},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"text",{get:function(){return(0,s.decode)(this.rawText)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isWhitespace",{get:function(){return/^(\s| )*$/.test(this.rawText)},enumerable:!1,configurable:!0}),t.prototype.toString=function(){return this.rawText},t}(a.default);function l(e){for(var t,r,n=0;n>=0&&n<e.length;)/\S/.test(e[n])&&(void 0===t?(t=n,n=e.length):(r=n,n=void 0)),void 0===t?n++:n--;void 0===t&&(t=0),void 0===r&&(r=e.length-1);var i=t>0&&/[^\S\r\n]/.test(e[t-1]),o=r<e.length-1&&/[^\S\r\n]/.test(e[r+1]);return(i?" ":"")+e.slice(t,r+1)+(o?" ":"")}t.default=u},8140:(e,t)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.ELEMENT_NODE=1]="ELEMENT_NODE",e[e.TEXT_NODE=3]="TEXT_NODE",e[e.COMMENT_NODE=8]="COMMENT_NODE"}(r||(r={})),t.default=r},4083:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=r(9781);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n.parse}})},7578:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(9781);t.default=function(e,t){void 0===t&&(t={});var r=(0,n.base_parse)(e,t);return Boolean(1===r.length)}},97:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){void 0===e&&(e=!1),this.addClosingSlash=e,Array.isArray(t)?this.voidTags=t.reduce((function(e,t){return e.add(t.toLowerCase()).add(t.toUpperCase()).add(t)}),new Set):this.voidTags=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"].reduce((function(e,t){return e.add(t.toLowerCase()).add(t.toUpperCase()).add(t)}),new Set)}return e.prototype.formatNode=function(e,t,r){var n=this.addClosingSlash,i=n&&t&&!t.endsWith(" ")?" ":"",o=n?"".concat(i,"/"):"";return this.isVoidElement(e.toLowerCase())?"<".concat(e).concat(t).concat(o,">"):"<".concat(e).concat(t,">").concat(r,"</").concat(e,">")},e.prototype.isVoidElement=function(e){return this.voidTags.has(e)},e}();t.default=r},8525:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.generate=t.compile=void 0;var i=n(r(1264));t.compile=function(e){var t=e[0],r=e[1]-1;if(r<0&&t<=0)return i.default.falseFunc;if(-1===t)return function(e){return e<=r};if(0===t)return function(e){return e===r};if(1===t)return r<0?i.default.trueFunc:function(e){return e>=r};var n=Math.abs(t),o=(r%n+n)%n;return t>1?function(e){return e>=r&&e%n===o}:function(e){return e<=r&&e%n===o}},t.generate=function(e){var t=e[0],r=e[1]-1,n=0;if(t<0){var i=-t,o=(r%i+i)%i;return function(){var e=o+i*n++;return e>r?null:e}}return 0===t?r<0?function(){return null}:function(){return 0==n++?r:null}:(r<0&&(r+=t*Math.ceil(-r/t)),function(){return t*n+++r})}},3172:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sequence=t.generate=t.compile=t.parse=void 0;var n=r(8151);Object.defineProperty(t,"parse",{enumerable:!0,get:function(){return n.parse}});var i=r(8525);Object.defineProperty(t,"compile",{enumerable:!0,get:function(){return i.compile}}),Object.defineProperty(t,"generate",{enumerable:!0,get:function(){return i.generate}}),t.default=function(e){return(0,i.compile)((0,n.parse)(e))},t.sequence=function(e){return(0,i.generate)((0,n.parse)(e))}},8151:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parse=void 0;var r=new Set([9,10,12,13,32]),n="0".charCodeAt(0),i="9".charCodeAt(0);t.parse=function(e){if("even"===(e=e.trim().toLowerCase()))return[2,0];if("odd"===e)return[2,1];var t=0,o=0,s=c(),a=u();if(t<e.length&&"n"===e.charAt(t)&&(t++,o=s*(null!=a?a:1),l(),t<e.length?(s=c(),l(),a=u()):s=a=0),null===a||t<e.length)throw new Error("n-th rule couldn't be parsed ('".concat(e,"')"));return[o,s*a];function c(){return"-"===e.charAt(t)?(t++,-1):("+"===e.charAt(t)&&t++,1)}function u(){for(var r=t,o=0;t<e.length&&e.charCodeAt(t)>=n&&e.charCodeAt(t)<=i;)o=10*o+(e.charCodeAt(t)-n),t++;return t===r?null:o}function l(){for(;t<e.length&&r.has(e.charCodeAt(t));)t++}}},7975:e=>{"use strict";function t(e){if("string"!=typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function r(e,t){for(var r,n="",i=0,o=-1,s=0,a=0;a<=e.length;++a){if(a<e.length)r=e.charCodeAt(a);else{if(47===r)break;r=47}if(47===r){if(o===a-1||1===s);else if(o!==a-1&&2===s){if(n.length<2||2!==i||46!==n.charCodeAt(n.length-1)||46!==n.charCodeAt(n.length-2))if(n.length>2){var c=n.lastIndexOf("/");if(c!==n.length-1){-1===c?(n="",i=0):i=(n=n.slice(0,c)).length-1-n.lastIndexOf("/"),o=a,s=0;continue}}else if(2===n.length||1===n.length){n="",i=0,o=a,s=0;continue}t&&(n.length>0?n+="/..":n="..",i=2)}else n.length>0?n+="/"+e.slice(o+1,a):n=e.slice(o+1,a),i=a-o-1;o=a,s=0}else 46===r&&-1!==s?++s:s=-1}return n}var n={resolve:function(){for(var e,n="",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&&(n=s+"/"+n,i=47===s.charCodeAt(0))}return n=r(n,!i),i?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(e){if(t(e),0===e.length)return".";var n=47===e.charCodeAt(0),i=47===e.charCodeAt(e.length-1);return 0!==(e=r(e,!n)).length||n||(e="."),e.length>0&&i&&(e+="/"),n?"/"+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,r=0;r<arguments.length;++r){var i=arguments[r];t(i),i.length>0&&(void 0===e?e=i:e+="/"+i)}return void 0===e?".":n.normalize(e)},relative:function(e,r){if(t(e),t(r),e===r)return"";if((e=n.resolve(e))===(r=n.resolve(r)))return"";for(var i=1;i<e.length&&47===e.charCodeAt(i);++i);for(var o=e.length,s=o-i,a=1;a<r.length&&47===r.charCodeAt(a);++a);for(var c=r.length-a,u=s<c?s:c,l=-1,d=0;d<=u;++d){if(d===u){if(c>u){if(47===r.charCodeAt(a+d))return r.slice(a+d+1);if(0===d)return r.slice(a+d)}else s>u&&(47===e.charCodeAt(i+d)?l=d:0===d&&(l=0));break}var f=e.charCodeAt(i+d);if(f!==r.charCodeAt(a+d))break;47===f&&(l=d)}var p="";for(d=i+l+1;d<=o;++d)d!==o&&47!==e.charCodeAt(d)||(0===p.length?p+="..":p+="/..");return p.length>0?p+r.slice(a+l):(a+=l,47===r.charCodeAt(a)&&++a,r.slice(a))},_makeLong:function(e){return e},dirname:function(e){if(t(e),0===e.length)return".";for(var r=e.charCodeAt(0),n=47===r,i=-1,o=!0,s=e.length-1;s>=1;--s)if(47===(r=e.charCodeAt(s))){if(!o){i=s;break}}else o=!1;return-1===i?n?"/":".":n&&1===i?"//":e.slice(0,i)},basename:function(e,r){if(void 0!==r&&"string"!=typeof r)throw new TypeError('"ext" argument must be a string');t(e);var n,i=0,o=-1,s=!0;if(void 0!==r&&r.length>0&&r.length<=e.length){if(r.length===e.length&&r===e)return"";var a=r.length-1,c=-1;for(n=e.length-1;n>=0;--n){var u=e.charCodeAt(n);if(47===u){if(!s){i=n+1;break}}else-1===c&&(s=!1,c=n+1),a>=0&&(u===r.charCodeAt(a)?-1==--a&&(o=n):(a=-1,o=c))}return i===o?o=c:-1===o&&(o=e.length),e.slice(i,o)}for(n=e.length-1;n>=0;--n)if(47===e.charCodeAt(n)){if(!s){i=n+1;break}}else-1===o&&(s=!1,o=n+1);return-1===o?"":e.slice(i,o)},extname:function(e){t(e);for(var r=-1,n=0,i=-1,o=!0,s=0,a=e.length-1;a>=0;--a){var c=e.charCodeAt(a);if(47!==c)-1===i&&(o=!1,i=a+1),46===c?-1===r?r=a:1!==s&&(s=1):-1!==r&&(s=-1);else if(!o){n=a+1;break}}return-1===r||-1===i||0===s||1===s&&r===i-1&&r===n+1?"":e.slice(r,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 function(e,t){var r=t.dir||t.root,n=t.base||(t.name||"")+(t.ext||"");return r?r===t.root?r+n:r+"/"+n:n}(0,e)},parse:function(e){t(e);var r={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return r;var n,i=e.charCodeAt(0),o=47===i;o?(r.root="/",n=1):n=0;for(var s=-1,a=0,c=-1,u=!0,l=e.length-1,d=0;l>=n;--l)if(47!==(i=e.charCodeAt(l)))-1===c&&(u=!1,c=l+1),46===i?-1===s?s=l:1!==d&&(d=1):-1!==s&&(d=-1);else if(!u){a=l+1;break}return-1===s||-1===c||0===d||1===d&&s===c-1&&s===a+1?-1!==c&&(r.base=r.name=0===a&&o?e.slice(1,c):e.slice(a,c)):(0===a&&o?(r.name=e.slice(1,s),r.base=e.slice(1,c)):(r.name=e.slice(a,s),r.base=e.slice(a,c)),r.ext=e.slice(s,c)),a>0?r.dir=e.slice(0,a-1):o&&(r.dir="/"),r},sep:"/",delimiter:":",win32:null,posix:null};n.posix=n,e.exports=n},5157:(e,t,r)=>{"use strict";e.exports=r(6675)},3940:(e,t,r)=>{"use strict";const n=r(7975),i="\\\\/",o=`[^${i}]`,s="\\.",a="\\/",c="[^/]",u=`(?:${a}|$)`,l=`(?:^|${a})`,d=`${s}{1,2}${u}`,f={DOT_LITERAL:s,PLUS_LITERAL:"\\+",QMARK_LITERAL:"\\?",SLASH_LITERAL:a,ONE_CHAR:"(?=.)",QMARK:c,END_ANCHOR:u,DOTS_SLASH:d,NO_DOT:`(?!${s})`,NO_DOTS:`(?!${l}${d})`,NO_DOT_SLASH:`(?!${s}{0,1}${u})`,NO_DOTS_SLASH:`(?!${d})`,QMARK_NO_DOT:`[^.${a}]`,STAR:`${c}*?`,START_ANCHOR:l},p={...f,SLASH_LITERAL:`[${i}]`,QMARK:o,STAR:`${o}*?`,DOTS_SLASH:`${s}{1,2}(?:[${i}]|$)`,NO_DOT:`(?!${s})`,NO_DOTS:`(?!(?:^|[${i}])${s}{1,2}(?:[${i}]|$))`,NO_DOT_SLASH:`(?!${s}{0,1}(?:[${i}]|$))`,NO_DOTS_SLASH:`(?!${s}{1,2}(?:[${i}]|$))`,QMARK_NO_DOT:`[^.${i}]`,START_ANCHOR:`(?:^|[${i}])`,END_ANCHOR:`(?:[${i}]|$)`};e.exports={MAX_LENGTH:65536,POSIX_REGEX_SOURCE:{alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"},REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:n.sep,extglobChars:e=>({"!":{type:"negate",open:"(?:(?!(?:",close:`))${e.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}),globChars:e=>!0===e?p:f}},1154:(e,t,r)=>{"use strict";const n=r(3940),i=r(280),{MAX_LENGTH:o,POSIX_REGEX_SOURCE:s,REGEX_NON_SPECIAL_CHARS:a,REGEX_SPECIAL_CHARS_BACKREF:c,REPLACEMENTS:u}=n,l=(e,t)=>{if("function"==typeof t.expandRange)return t.expandRange(...e,t);e.sort();const r=`[${e.join("-")}]`;try{new RegExp(r)}catch(t){return e.map((e=>i.escapeRegex(e))).join("..")}return r},d=(e,t)=>`Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`,f=(e,t)=>{if("string"!=typeof e)throw new TypeError("Expected a string");e=u[e]||e;const r={...t},p="number"==typeof r.maxLength?Math.min(o,r.maxLength):o;let h=e.length;if(h>p)throw new SyntaxError(`Input length: ${h}, exceeds maximum allowed length: ${p}`);const g={type:"bos",value:"",output:r.prepend||""},m=[g],v=r.capture?"":"?:",y=i.isWindows(t),b=n.globChars(y),D=n.extglobChars(b),{DOT_LITERAL:k,PLUS_LITERAL:w,SLASH_LITERAL:C,ONE_CHAR:R,DOTS_SLASH:E,NO_DOT:T,NO_DOT_SLASH:A,NO_DOTS_SLASH:x,QMARK:_,QMARK_NO_DOT:L,STAR:S,START_ANCHOR:F}=b,P=e=>`(${v}(?:(?!${F}${e.dot?E:k}).)*?)`,q=r.dot?"":T,M=r.dot?_:L;let N=!0===r.bash?P(r):S;r.capture&&(N=`(${N})`),"boolean"==typeof r.noext&&(r.noextglob=r.noext);const O={input:e,index:-1,start:0,dot:!0===r.dot,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:m};e=i.removePrefix(e,O),h=e.length;const I=[],j=[],H=[];let B,U=g;const W=()=>O.index===h-1,V=O.peek=(t=1)=>e[O.index+t],$=O.advance=()=>e[++O.index]||"",K=()=>e.slice(O.index+1),z=(e="",t=0)=>{O.consumed+=e,O.index+=t},G=e=>{O.output+=null!=e.output?e.output:e.value,z(e.value)},J=()=>{let e=1;for(;"!"===V()&&("("!==V(2)||"?"===V(3));)$(),O.start++,e++;return e%2!=0&&(O.negated=!0,O.start++,!0)},X=e=>{O[e]++,H.push(e)},Z=e=>{O[e]--,H.pop()},Y=e=>{if("globstar"===U.type){const t=O.braces>0&&("comma"===e.type||"brace"===e.type),r=!0===e.extglob||I.length&&("pipe"===e.type||"paren"===e.type);"slash"===e.type||"paren"===e.type||t||r||(O.output=O.output.slice(0,-U.output.length),U.type="star",U.value="*",U.output=N,O.output+=U.output)}if(I.length&&"paren"!==e.type&&(I[I.length-1].inner+=e.value),(e.value||e.output)&&G(e),U&&"text"===U.type&&"text"===e.type)return U.value+=e.value,void(U.output=(U.output||"")+e.value);e.prev=U,m.push(e),U=e},Q=(e,t)=>{const n={...D[t],conditions:1,inner:""};n.prev=U,n.parens=O.parens,n.output=O.output;const i=(r.capture?"(":"")+n.open;X("parens"),Y({type:e,value:t,output:O.output?"":R}),Y({type:"paren",extglob:!0,value:$(),output:i}),I.push(n)},ee=e=>{let n,i=e.close+(r.capture?")":"");if("negate"===e.type){let o=N;if(e.inner&&e.inner.length>1&&e.inner.includes("/")&&(o=P(r)),(o!==N||W()||/^\)+$/.test(K()))&&(i=e.close=`)$))${o}`),e.inner.includes("*")&&(n=K())&&/^\.[^\\/.]+$/.test(n)){const r=f(n,{...t,fastpaths:!1}).output;i=e.close=`)${r})${o})`}"bos"===e.prev.type&&(O.negatedExtglob=!0)}Y({type:"paren",extglob:!0,value:B,output:i}),Z("parens")};if(!1!==r.fastpaths&&!/(^[*!]|[/()[\]{}"])/.test(e)){let n=!1,o=e.replace(c,((e,t,r,i,o,s)=>"\\"===i?(n=!0,e):"?"===i?t?t+i+(o?_.repeat(o.length):""):0===s?M+(o?_.repeat(o.length):""):_.repeat(r.length):"."===i?k.repeat(r.length):"*"===i?t?t+i+(o?N:""):N:t?e:`\\${e}`));return!0===n&&(o=!0===r.unescape?o.replace(/\\/g,""):o.replace(/\\+/g,(e=>e.length%2==0?"\\\\":e?"\\":""))),o===e&&!0===r.contains?(O.output=e,O):(O.output=i.wrapOutput(o,O,t),O)}for(;!W();){if(B=$(),"\0"===B)continue;if("\\"===B){const e=V();if("/"===e&&!0!==r.bash)continue;if("."===e||";"===e)continue;if(!e){B+="\\",Y({type:"text",value:B});continue}const t=/^\\+/.exec(K());let n=0;if(t&&t[0].length>2&&(n=t[0].length,O.index+=n,n%2!=0&&(B+="\\")),!0===r.unescape?B=$():B+=$(),0===O.brackets){Y({type:"text",value:B});continue}}if(O.brackets>0&&("]"!==B||"["===U.value||"[^"===U.value)){if(!1!==r.posix&&":"===B){const e=U.value.slice(1);if(e.includes("[")&&(U.posix=!0,e.includes(":"))){const e=U.value.lastIndexOf("["),t=U.value.slice(0,e),r=U.value.slice(e+2),n=s[r];if(n){U.value=t+n,O.backtrack=!0,$(),g.output||1!==m.indexOf(U)||(g.output=R);continue}}}("["===B&&":"!==V()||"-"===B&&"]"===V())&&(B=`\\${B}`),"]"!==B||"["!==U.value&&"[^"!==U.value||(B=`\\${B}`),!0===r.posix&&"!"===B&&"["===U.value&&(B="^"),U.value+=B,G({value:B});continue}if(1===O.quotes&&'"'!==B){B=i.escapeRegex(B),U.value+=B,G({value:B});continue}if('"'===B){O.quotes=1===O.quotes?0:1,!0===r.keepQuotes&&Y({type:"text",value:B});continue}if("("===B){X("parens"),Y({type:"paren",value:B});continue}if(")"===B){if(0===O.parens&&!0===r.strictBrackets)throw new SyntaxError(d("opening","("));const e=I[I.length-1];if(e&&O.parens===e.parens+1){ee(I.pop());continue}Y({type:"paren",value:B,output:O.parens?")":"\\)"}),Z("parens");continue}if("["===B){if(!0!==r.nobracket&&K().includes("]"))X("brackets");else{if(!0!==r.nobracket&&!0===r.strictBrackets)throw new SyntaxError(d("closing","]"));B=`\\${B}`}Y({type:"bracket",value:B});continue}if("]"===B){if(!0===r.nobracket||U&&"bracket"===U.type&&1===U.value.length){Y({type:"text",value:B,output:`\\${B}`});continue}if(0===O.brackets){if(!0===r.strictBrackets)throw new SyntaxError(d("opening","["));Y({type:"text",value:B,output:`\\${B}`});continue}Z("brackets");const e=U.value.slice(1);if(!0===U.posix||"^"!==e[0]||e.includes("/")||(B=`/${B}`),U.value+=B,G({value:B}),!1===r.literalBrackets||i.hasRegexChars(e))continue;const t=i.escapeRegex(U.value);if(O.output=O.output.slice(0,-U.value.length),!0===r.literalBrackets){O.output+=t,U.value=t;continue}U.value=`(${v}${t}|${U.value})`,O.output+=U.value;continue}if("{"===B&&!0!==r.nobrace){X("braces");const e={type:"brace",value:B,output:"(",outputIndex:O.output.length,tokensIndex:O.tokens.length};j.push(e),Y(e);continue}if("}"===B){const e=j[j.length-1];if(!0===r.nobrace||!e){Y({type:"text",value:B,output:B});continue}let t=")";if(!0===e.dots){const e=m.slice(),n=[];for(let t=e.length-1;t>=0&&(m.pop(),"brace"!==e[t].type);t--)"dots"!==e[t].type&&n.unshift(e[t].value);t=l(n,r),O.backtrack=!0}if(!0!==e.comma&&!0!==e.dots){const r=O.output.slice(0,e.outputIndex),n=O.tokens.slice(e.tokensIndex);e.value=e.output="\\{",B=t="\\}",O.output=r;for(const e of n)O.output+=e.output||e.value}Y({type:"brace",value:B,output:t}),Z("braces"),j.pop();continue}if("|"===B){I.length>0&&I[I.length-1].conditions++,Y({type:"text",value:B});continue}if(","===B){let e=B;const t=j[j.length-1];t&&"braces"===H[H.length-1]&&(t.comma=!0,e="|"),Y({type:"comma",value:B,output:e});continue}if("/"===B){if("dot"===U.type&&O.index===O.start+1){O.start=O.index+1,O.consumed="",O.output="",m.pop(),U=g;continue}Y({type:"slash",value:B,output:C});continue}if("."===B){if(O.braces>0&&"dot"===U.type){"."===U.value&&(U.output=k);const e=j[j.length-1];U.type="dots",U.output+=B,U.value+=B,e.dots=!0;continue}if(O.braces+O.parens===0&&"bos"!==U.type&&"slash"!==U.type){Y({type:"text",value:B,output:k});continue}Y({type:"dot",value:B,output:k});continue}if("?"===B){if((!U||"("!==U.value)&&!0!==r.noextglob&&"("===V()&&"?"!==V(2)){Q("qmark",B);continue}if(U&&"paren"===U.type){const e=V();let t=B;if("<"===e&&!i.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");("("===U.value&&!/[!=<:]/.test(e)||"<"===e&&!/<([!=]|\w+>)/.test(K()))&&(t=`\\${B}`),Y({type:"text",value:B,output:t});continue}if(!0!==r.dot&&("slash"===U.type||"bos"===U.type)){Y({type:"qmark",value:B,output:L});continue}Y({type:"qmark",value:B,output:_});continue}if("!"===B){if(!0!==r.noextglob&&"("===V()&&("?"!==V(2)||!/[!=<:]/.test(V(3)))){Q("negate",B);continue}if(!0!==r.nonegate&&0===O.index){J();continue}}if("+"===B){if(!0!==r.noextglob&&"("===V()&&"?"!==V(2)){Q("plus",B);continue}if(U&&"("===U.value||!1===r.regex){Y({type:"plus",value:B,output:w});continue}if(U&&("bracket"===U.type||"paren"===U.type||"brace"===U.type)||O.parens>0){Y({type:"plus",value:B});continue}Y({type:"plus",value:w});continue}if("@"===B){if(!0!==r.noextglob&&"("===V()&&"?"!==V(2)){Y({type:"at",extglob:!0,value:B,output:""});continue}Y({type:"text",value:B});continue}if("*"!==B){"$"!==B&&"^"!==B||(B=`\\${B}`);const e=a.exec(K());e&&(B+=e[0],O.index+=e[0].length),Y({type:"text",value:B});continue}if(U&&("globstar"===U.type||!0===U.star)){U.type="star",U.star=!0,U.value+=B,U.output=N,O.backtrack=!0,O.globstar=!0,z(B);continue}let t=K();if(!0!==r.noextglob&&/^\([^?]/.test(t)){Q("star",B);continue}if("star"===U.type){if(!0===r.noglobstar){z(B);continue}const n=U.prev,i=n.prev,o="slash"===n.type||"bos"===n.type,s=i&&("star"===i.type||"globstar"===i.type);if(!0===r.bash&&(!o||t[0]&&"/"!==t[0])){Y({type:"star",value:B,output:""});continue}const a=O.braces>0&&("comma"===n.type||"brace"===n.type),c=I.length&&("pipe"===n.type||"paren"===n.type);if(!o&&"paren"!==n.type&&!a&&!c){Y({type:"star",value:B,output:""});continue}for(;"/**"===t.slice(0,3);){const r=e[O.index+4];if(r&&"/"!==r)break;t=t.slice(3),z("/**",3)}if("bos"===n.type&&W()){U.type="globstar",U.value+=B,U.output=P(r),O.output=U.output,O.globstar=!0,z(B);continue}if("slash"===n.type&&"bos"!==n.prev.type&&!s&&W()){O.output=O.output.slice(0,-(n.output+U.output).length),n.output=`(?:${n.output}`,U.type="globstar",U.output=P(r)+(r.strictSlashes?")":"|$)"),U.value+=B,O.globstar=!0,O.output+=n.output+U.output,z(B);continue}if("slash"===n.type&&"bos"!==n.prev.type&&"/"===t[0]){const e=void 0!==t[1]?"|$":"";O.output=O.output.slice(0,-(n.output+U.output).length),n.output=`(?:${n.output}`,U.type="globstar",U.output=`${P(r)}${C}|${C}${e})`,U.value+=B,O.output+=n.output+U.output,O.globstar=!0,z(B+$()),Y({type:"slash",value:"/",output:""});continue}if("bos"===n.type&&"/"===t[0]){U.type="globstar",U.value+=B,U.output=`(?:^|${C}|${P(r)}${C})`,O.output=U.output,O.globstar=!0,z(B+$()),Y({type:"slash",value:"/",output:""});continue}O.output=O.output.slice(0,-U.output.length),U.type="globstar",U.output=P(r),U.value+=B,O.output+=U.output,O.globstar=!0,z(B);continue}const n={type:"star",value:B,output:N};!0!==r.bash?!U||"bracket"!==U.type&&"paren"!==U.type||!0!==r.regex?(O.index!==O.start&&"slash"!==U.type&&"dot"!==U.type||("dot"===U.type?(O.output+=A,U.output+=A):!0===r.dot?(O.output+=x,U.output+=x):(O.output+=q,U.output+=q),"*"!==V()&&(O.output+=R,U.output+=R)),Y(n)):(n.output=B,Y(n)):(n.output=".*?","bos"!==U.type&&"slash"!==U.type||(n.output=q+n.output),Y(n))}for(;O.brackets>0;){if(!0===r.strictBrackets)throw new SyntaxError(d("closing","]"));O.output=i.escapeLast(O.output,"["),Z("brackets")}for(;O.parens>0;){if(!0===r.strictBrackets)throw new SyntaxError(d("closing",")"));O.output=i.escapeLast(O.output,"("),Z("parens")}for(;O.braces>0;){if(!0===r.strictBrackets)throw new SyntaxError(d("closing","}"));O.output=i.escapeLast(O.output,"{"),Z("braces")}if(!0===r.strictSlashes||"star"!==U.type&&"bracket"!==U.type||Y({type:"maybe_slash",value:"",output:`${C}?`}),!0===O.backtrack){O.output="";for(const e of O.tokens)O.output+=null!=e.output?e.output:e.value,e.suffix&&(O.output+=e.suffix)}return O};f.fastpaths=(e,t)=>{const r={...t},s="number"==typeof r.maxLength?Math.min(o,r.maxLength):o,a=e.length;if(a>s)throw new SyntaxError(`Input length: ${a}, exceeds maximum allowed length: ${s}`);e=u[e]||e;const c=i.isWindows(t),{DOT_LITERAL:l,SLASH_LITERAL:d,ONE_CHAR:f,DOTS_SLASH:p,NO_DOT:h,NO_DOTS:g,NO_DOTS_SLASH:m,STAR:v,START_ANCHOR:y}=n.globChars(c),b=r.dot?g:h,D=r.dot?m:h,k=r.capture?"":"?:";let w=!0===r.bash?".*?":v;r.capture&&(w=`(${w})`);const C=e=>!0===e.noglobstar?w:`(${k}(?:(?!${y}${e.dot?p:l}).)*?)`,R=e=>{switch(e){case"*":return`${b}${f}${w}`;case".*":return`${l}${f}${w}`;case"*.*":return`${b}${w}${l}${f}${w}`;case"*/*":return`${b}${w}${d}${f}${D}${w}`;case"**":return b+C(r);case"**/*":return`(?:${b}${C(r)}${d})?${D}${f}${w}`;case"**/*.*":return`(?:${b}${C(r)}${d})?${D}${w}${l}${f}${w}`;case"**/.*":return`(?:${b}${C(r)}${d})?${l}${f}${w}`;default:{const t=/^(.*?)\.(\w+)$/.exec(e);if(!t)return;const r=R(t[1]);if(!r)return;return r+l+t[2]}}},E=i.removePrefix(e,{negated:!1,prefix:""});let T=R(E);return T&&!0!==r.strictSlashes&&(T+=`${d}?`),T},e.exports=f},6675:(e,t,r)=>{"use strict";const n=r(7975),i=r(2608),o=r(1154),s=r(280),a=r(3940),c=(e,t,r=!1)=>{if(Array.isArray(e)){const n=e.map((e=>c(e,t,r))),i=e=>{for(const t of n){const r=t(e);if(r)return r}return!1};return i}const n=(i=e)&&"object"==typeof i&&!Array.isArray(i)&&e.tokens&&e.input;var i;if(""===e||"string"!=typeof e&&!n)throw new TypeError("Expected pattern to be a non-empty string");const o=t||{},a=s.isWindows(t),u=n?c.compileRe(e,t):c.makeRe(e,t,!1,!0),l=u.state;delete u.state;let d=()=>!1;if(o.ignore){const e={...t,ignore:null,onMatch:null,onResult:null};d=c(o.ignore,e,r)}const f=(r,n=!1)=>{const{isMatch:i,match:s,output:f}=c.test(r,u,t,{glob:e,posix:a}),p={glob:e,state:l,regex:u,posix:a,input:r,output:f,match:s,isMatch:i};return"function"==typeof o.onResult&&o.onResult(p),!1===i?(p.isMatch=!1,!!n&&p):d(r)?("function"==typeof o.onIgnore&&o.onIgnore(p),p.isMatch=!1,!!n&&p):("function"==typeof o.onMatch&&o.onMatch(p),!n||p)};return r&&(f.state=l),f};c.test=(e,t,r,{glob:n,posix:i}={})=>{if("string"!=typeof e)throw new TypeError("Expected input to be a string");if(""===e)return{isMatch:!1,output:""};const o=r||{},a=o.format||(i?s.toPosixSlashes:null);let u=e===n,l=u&&a?a(e):e;return!1===u&&(l=a?a(e):e,u=l===n),!1!==u&&!0!==o.capture||(u=!0===o.matchBase||!0===o.basename?c.matchBase(e,t,r,i):t.exec(l)),{isMatch:Boolean(u),match:u,output:l}},c.matchBase=(e,t,r,i=s.isWindows(r))=>(t instanceof RegExp?t:c.makeRe(t,r)).test(n.basename(e)),c.isMatch=(e,t,r)=>c(t,r)(e),c.parse=(e,t)=>Array.isArray(e)?e.map((e=>c.parse(e,t))):o(e,{...t,fastpaths:!1}),c.scan=(e,t)=>i(e,t),c.compileRe=(e,t,r=!1,n=!1)=>{if(!0===r)return e.output;const i=t||{},o=i.contains?"":"^",s=i.contains?"":"$";let a=`${o}(?:${e.output})${s}`;e&&!0===e.negated&&(a=`^(?!${a}).*$`);const u=c.toRegex(a,t);return!0===n&&(u.state=e),u},c.makeRe=(e,t={},r=!1,n=!1)=>{if(!e||"string"!=typeof e)throw new TypeError("Expected a non-empty string");let i={negated:!1,fastpaths:!0};return!1===t.fastpaths||"."!==e[0]&&"*"!==e[0]||(i.output=o.fastpaths(e,t)),i.output||(i=o(e,t)),c.compileRe(i,t,r,n)},c.toRegex=(e,t)=>{try{const r=t||{};return new RegExp(e,r.flags||(r.nocase?"i":""))}catch(e){if(t&&!0===t.debug)throw e;return/$^/}},c.constants=a,e.exports=c},2608:(e,t,r)=>{"use strict";const n=r(280),{CHAR_ASTERISK:i,CHAR_AT:o,CHAR_BACKWARD_SLASH:s,CHAR_COMMA:a,CHAR_DOT:c,CHAR_EXCLAMATION_MARK:u,CHAR_FORWARD_SLASH:l,CHAR_LEFT_CURLY_BRACE:d,CHAR_LEFT_PARENTHESES:f,CHAR_LEFT_SQUARE_BRACKET:p,CHAR_PLUS:h,CHAR_QUESTION_MARK:g,CHAR_RIGHT_CURLY_BRACE:m,CHAR_RIGHT_PARENTHESES:v,CHAR_RIGHT_SQUARE_BRACKET:y}=r(3940),b=e=>e===l||e===s,D=e=>{!0!==e.isPrefix&&(e.depth=e.isGlobstar?1/0:1)};e.exports=(e,t)=>{const r=t||{},k=e.length-1,w=!0===r.parts||!0===r.scanToEnd,C=[],R=[],E=[];let T,A,x=e,_=-1,L=0,S=0,F=!1,P=!1,q=!1,M=!1,N=!1,O=!1,I=!1,j=!1,H=!1,B=!1,U=0,W={value:"",depth:0,isGlob:!1};const V=()=>_>=k,$=()=>(T=A,x.charCodeAt(++_));for(;_<k;){let e;if(A=$(),A!==s){if(!0===O||A===d){for(U++;!0!==V()&&(A=$());)if(A!==s)if(A!==d){if(!0!==O&&A===c&&(A=$())===c){if(F=W.isBrace=!0,q=W.isGlob=!0,B=!0,!0===w)continue;break}if(!0!==O&&A===a){if(F=W.isBrace=!0,q=W.isGlob=!0,B=!0,!0===w)continue;break}if(A===m&&(U--,0===U)){O=!1,F=W.isBrace=!0,B=!0;break}}else U++;else I=W.backslashes=!0,$();if(!0===w)continue;break}if(A!==l){if(!0!==r.noext&&!0==(A===h||A===o||A===i||A===g||A===u)&&x.charCodeAt(_+1)===f){if(q=W.isGlob=!0,M=W.isExtglob=!0,B=!0,A===u&&_===L&&(H=!0),!0===w){for(;!0!==V()&&(A=$());)if(A!==s){if(A===v){q=W.isGlob=!0,B=!0;break}}else I=W.backslashes=!0,A=$();continue}break}if(A===i){if(T===i&&(N=W.isGlobstar=!0),q=W.isGlob=!0,B=!0,!0===w)continue;break}if(A===g){if(q=W.isGlob=!0,B=!0,!0===w)continue;break}if(A===p){for(;!0!==V()&&(e=$());)if(e!==s){if(e===y){P=W.isBracket=!0,q=W.isGlob=!0,B=!0;break}}else I=W.backslashes=!0,$();if(!0===w)continue;break}if(!0===r.nonegate||A!==u||_!==L){if(!0!==r.noparen&&A===f){if(q=W.isGlob=!0,!0===w){for(;!0!==V()&&(A=$());)if(A!==f){if(A===v){B=!0;break}}else I=W.backslashes=!0,A=$();continue}break}if(!0===q){if(B=!0,!0===w)continue;break}}else j=W.negated=!0,L++}else{if(C.push(_),R.push(W),W={value:"",depth:0,isGlob:!1},!0===B)continue;if(T===c&&_===L+1){L+=2;continue}S=_+1}}else I=W.backslashes=!0,A=$(),A===d&&(O=!0)}!0===r.noext&&(M=!1,q=!1);let K=x,z="",G="";L>0&&(z=x.slice(0,L),x=x.slice(L),S-=L),K&&!0===q&&S>0?(K=x.slice(0,S),G=x.slice(S)):!0===q?(K="",G=x):K=x,K&&""!==K&&"/"!==K&&K!==x&&b(K.charCodeAt(K.length-1))&&(K=K.slice(0,-1)),!0===r.unescape&&(G&&(G=n.removeBackslashes(G)),K&&!0===I&&(K=n.removeBackslashes(K)));const J={prefix:z,input:e,start:L,base:K,glob:G,isBrace:F,isBracket:P,isGlob:q,isExtglob:M,isGlobstar:N,negated:j,negatedExtglob:H};if(!0===r.tokens&&(J.maxDepth=0,b(A)||R.push(W),J.tokens=R),!0===r.parts||!0===r.tokens){let t;for(let n=0;n<C.length;n++){const i=t?t+1:L,o=C[n],s=e.slice(i,o);r.tokens&&(0===n&&0!==L?(R[n].isPrefix=!0,R[n].value=z):R[n].value=s,D(R[n]),J.maxDepth+=R[n].depth),0===n&&""===s||E.push(s),t=o}if(t&&t+1<e.length){const n=e.slice(t+1);E.push(n),r.tokens&&(R[R.length-1].value=n,D(R[R.length-1]),J.maxDepth+=R[R.length-1].depth)}J.slashes=C,J.parts=E}return J}},280:(e,t,r)=>{"use strict";const n=r(7975),{REGEX_BACKSLASH:i,REGEX_REMOVE_BACKSLASH:o,REGEX_SPECIAL_CHARS:s,REGEX_SPECIAL_CHARS_GLOBAL:a}=r(3940);t.isObject=e=>null!==e&&"object"==typeof e&&!Array.isArray(e),t.hasRegexChars=e=>s.test(e),t.isRegexChar=e=>1===e.length&&t.hasRegexChars(e),t.escapeRegex=e=>e.replace(a,"\\$1"),t.toPosixSlashes=e=>e.replace(i,"/"),t.removeBackslashes=e=>e.replace(o,(e=>"\\"===e?"":e)),t.supportsLookbehinds=()=>{const e=process.version.slice(1).split(".").map(Number);return 3===e.length&&e[0]>=9||8===e[0]&&e[1]>=10},t.isWindows=e=>e&&"boolean"==typeof e.windows?e.windows:"\\"===n.sep,t.escapeLast=(e,r,n)=>{const i=e.lastIndexOf(r,n);return-1===i?e:"\\"===e[i-1]?t.escapeLast(e,r,i-1):`${e.slice(0,i)}\\${e.slice(i)}`},t.removePrefix=(e,t={})=>{let r=e;return r.startsWith("./")&&(r=r.slice(2),t.prefix="./"),r},t.wrapOutput=(e,t={},r={})=>{let n=`${r.contains?"":"^"}(?:${e})${r.contains?"":"$"}`;return!0===t.negated&&(n=`(?:^(?!${n}).*$)`),n}},5518:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(6627),i=r(6997),o=new n.BrowserMessageReader(self),s=new n.BrowserMessageWriter(self),a=(0,n.createConnection)(o,s);(0,i.startVsCodeServer)(a)},7028:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getLsConfiguration=void 0;const r={markdownFileExtensions:["md"],knownLinkedToFileExtensions:["jpg","jpeg","png","gif","webp","bmp","tiff"],excludePaths:["**/.*","**/node_modules/**"]};t.getLsConfiguration=function(e){return{...r,...e}}},9334:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ConfigurationManager=void 0;const n=r(8867),i=r(708);class o extends i.Disposable{_onDidChangeConfiguration=this._register(new n.Emitter);onDidChangeConfiguration=this._onDidChangeConfiguration.event;_settings;constructor(e){super(),this._register(e.onDidChangeConfiguration((e=>{this._settings=e.settings,this._onDidChangeConfiguration.fire(this._settings)})))}getSettings(){return this._settings}}t.ConfigurationManager=o},2928:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.registerValidateSupport=void 0;const n=r(2268),i=r(8945),o=r(708),s={validateFileLinks:n.DiagnosticLevel.ignore,validateReferences:n.DiagnosticLevel.ignore,validateFragmentLinks:n.DiagnosticLevel.ignore,validateMarkdownFileLinkFragments:n.DiagnosticLevel.ignore,validateUnusedLinkDefinitions:n.DiagnosticLevel.ignore,validateDuplicateLinkDefinitions:n.DiagnosticLevel.ignore,ignoreLinks:[]};function a(e){switch(e){case"error":return n.DiagnosticLevel.error;case"warning":return n.DiagnosticLevel.warning;case"ignore":default:return n.DiagnosticLevel.ignore;case"hint":return n.DiagnosticLevel.hint}}t.registerValidateSupport=function(e,t,r,c,u,l){let d=s;function f(){d=function(e){const t=e.getSettings();if(!t)return s;const r=a(t.markdown.validate.fragmentLinks.enabled);return{validateFileLinks:a(t.markdown.validate.fileLinks.enabled),validateReferences:a(t.markdown.validate.referenceLinks.enabled),validateFragmentLinks:a(t.markdown.validate.fragmentLinks.enabled),validateMarkdownFileLinkFragments:"inherit"===t.markdown.validate.fileLinks.markdownFragmentLinks?r:a(t.markdown.validate.fileLinks.markdownFragmentLinks),validateUnusedLinkDefinitions:a(t.markdown.validate.unusedLinkDefinitions.enabled),validateDuplicateLinkDefinitions:a(t.markdown.validate.duplicateLinkDefinitions.enabled),ignoreLinks:t.markdown.validate.ignoredLinks}}(u)}const p=[],h=c.createPullDiagnosticsManager();p.push(h),p.push(h.onLinkedToFileChanged((()=>{e.languages.diagnostics.refresh()})));const g=Object.freeze({kind:"full",items:[]});return e.languages.diagnostics.on((async(e,r)=>{if(l.log(n.LogLevel.Debug,"connection.languages.diagnostics.on",{document:e.textDocument.uri}),!u.getSettings()?.markdown.validate.enabled)return g;const o=i.URI.parse(e.textDocument.uri);if(!t.hasMarkdownDocument(o))return g;const s=await t.openMarkdownDocument(o);return s?{kind:"full",items:await h.computeDiagnostics(s,d,r)}:g})),f(),p.push(u.onDidChangeConfiguration((()=>{f(),e.languages.diagnostics.refresh()}))),p.push(r.onDidClose((e=>{h.disposeDocumentResources(i.URI.parse(e.document.uri))}))),{dispose:()=>{(0,o.disposeAll)(p)}}}},8833:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LogFunctionLogger=void 0;const n=r(2268),i=r(708);class o extends i.Disposable{_logFn;_config;static now(){const e=new Date;return String(e.getUTCHours()).padStart(2,"0")+":"+String(e.getMinutes()).padStart(2,"0")+":"+String(e.getUTCSeconds()).padStart(2,"0")+"."+String(e.getMilliseconds()).padStart(3,"0")}static data2String(e){return e instanceof Error?"string"==typeof e.stack?e.stack:e.message:"string"==typeof e?e:JSON.stringify(e,void 0,2)}_logLevel;constructor(e,t){super(),this._logFn=e,this._config=t,this._register(this._config.onDidChangeConfiguration((()=>{this._logLevel=o.readLogLevel(this._config)}))),this._logLevel=o.readLogLevel(this._config)}static readLogLevel(e){switch(e.getSettings()?.markdown.server.log){case"trace":return n.LogLevel.Trace;case"debug":return n.LogLevel.Debug;default:return n.LogLevel.Off}}get level(){return this._logLevel}log(e,t,r){this.level<e||(this.appendLine(`[${this.toLevelLabel(e)} ${o.now()}] ${t}`),r&&this.appendLine(o.data2String(r)))}toLevelLabel(e){switch(e){case n.LogLevel.Off:return"Off";case n.LogLevel.Debug:return"Debug";case n.LogLevel.Trace:return"Trace"}}appendLine(e){this._logFn(e)}}t.LogFunctionLogger=o},5410:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.resolveLinkTarget=t.fs_watcher_onChange=t.getUpdatePastedLinksEdit=t.prepareUpdatePastedLinks=t.getEditForFileRenames=t.getReferencesToFileInWorkspace=t.findMarkdownFilesInWorkspace=t.fs_watcher_delete=t.fs_watcher_create=t.fs_stat=t.fs_readDirectory=t.fs_readFile=t.parse=void 0;const n=r(8867);t.parse=new n.RequestType("markdown/parse"),t.fs_readFile=new n.RequestType("markdown/fs/readFile"),t.fs_readDirectory=new n.RequestType("markdown/fs/readDirectory"),t.fs_stat=new n.RequestType("markdown/fs/stat"),t.fs_watcher_create=new n.RequestType("markdown/fs/watcher/create"),t.fs_watcher_delete=new n.RequestType("markdown/fs/watcher/delete"),t.findMarkdownFilesInWorkspace=new n.RequestType("markdown/findMarkdownFilesInWorkspace"),t.getReferencesToFileInWorkspace=new n.RequestType("markdown/getReferencesToFileInWorkspace"),t.getEditForFileRenames=new n.RequestType("markdown/getEditForFileRenames"),t.prepareUpdatePastedLinks=new n.RequestType("markdown/prepareUpdatePastedLinks"),t.getUpdatePastedLinksEdit=new n.RequestType("markdown/getUpdatePastedLinksEdit"),t.fs_watcher_onChange=new n.RequestType("markdown/fs/watcher/onChange"),t.resolveLinkTarget=new n.RequestType("markdown/resolveLinkTarget")},6997:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.startServer=t.startVsCodeServer=void 0;const n=r(3608),i=r(8867),o=r(5172),s=r(6203),a=r(2268),c=r(8945),u=r(7028),l=r(9334),d=r(2928),f=r(8833),p=r(5410),h=r(4629),g="source.organizeLinkDefinitions";async function m(e,t){const{documents:r,notebooks:o}=t;let l;e.onInitialize((n=>{const o=n.initializationOptions,s=(0,u.getLsConfiguration)(o??{}),c=t.workspaceFactory({connection:e,config:s,workspaceFolders:n.workspaceFolders});return l=a.createLanguageService({workspace:c,parser:t.parser,logger:t.logger,...s,get preferredMdPathExtensionStyle(){switch(t.configurationManager.getSettings()?.markdown.preferredMdPathExtensionStyle){case"includeExtension":return a.PreferredMdPathExtensionStyle.includeExtension;case"removeExtension":return a.PreferredMdPathExtensionStyle.removeExtension;default:return a.PreferredMdPathExtensionStyle.auto}}}),function(e,t,r,n){function o(){switch(n.getSettings()?.markdown.suggest.paths.includeWorkspaceHeaderCompletions){case"onSingleOrDoubleHash":return a.IncludeWorkspaceHeaderCompletions.onSingleOrDoubleHash;case"onDoubleHash":return a.IncludeWorkspaceHeaderCompletions.onDoubleHash;default:return a.IncludeWorkspaceHeaderCompletions.never}}e.onCompletion((async(e,i)=>{const s=n.getSettings();if(!s?.markdown.suggest.paths.enabled)return[];const a=t.get(e.textDocument.uri);return a?r.getCompletionItems(a,e.position,{...e.context||{},includeWorkspaceHeaderCompletions:o()},i):[]})),v(n,(e=>!!e?.markdown.suggest.paths.enabled),(()=>e.client.register(i.CompletionRequest.type,{documentSelector:null,triggerCharacters:[".","/","#"]})))}(e,r,l,t.configurationManager),function(e,t,r,n){e.onDocumentHighlight((async(e,i)=>{const o=n.getSettings();if(!o?.markdown.occurrencesHighlight.enabled)return;const s=t.get(e.textDocument.uri);return s?r.getDocumentHighlights(s,e.position,i):void 0})),v(n,(e=>!!e?.markdown.occurrencesHighlight.enabled),(()=>e.client.register(i.DocumentHighlightRequest.type,{documentSelector:null})))}(e,r,l,t.configurationManager),(0,d.registerValidateSupport)(e,c,r,l,t.configurationManager,t.logger),{capabilities:{diagnosticProvider:{documentSelector:null,identifier:"markdown",interFileDependencies:!0,workspaceDiagnostics:!1},codeActionProvider:{resolveProvider:!0,codeActionKinds:[g,"quickfix","refactor"]},definitionProvider:!0,documentLinkProvider:{resolveProvider:!0},documentSymbolProvider:!0,foldingRangeProvider:!0,hoverProvider:!0,referencesProvider:!0,renameProvider:{prepareProvider:!0},selectionRangeProvider:!0,workspaceSymbolProvider:!0,workspace:{workspaceFolders:{supported:!0,changeNotifications:!0}}}}})),e.onDocumentLinks((async(e,t)=>{const n=r.get(e.textDocument.uri);return n?l.getDocumentLinks(n,t):[]})),e.onDocumentLinkResolve((async(e,t)=>l.resolveDocumentLink(e,t))),e.onDocumentSymbol((async(e,t)=>{const n=r.get(e.textDocument.uri);return n?l.getDocumentSymbols(n,{includeLinkDefinitions:!0},t):[]})),e.onFoldingRanges((async(e,t)=>{const n=r.get(e.textDocument.uri);return n?l.getFoldingRanges(n,t):[]})),e.onSelectionRanges((async(e,t)=>{const n=r.get(e.textDocument.uri);return n?l.getSelectionRanges(n,e.positions,t):[]})),e.onWorkspaceSymbol((async(e,t)=>l.getWorkspaceSymbols(e.query,t))),e.onReferences((async(e,t)=>{const n=r.get(e.textDocument.uri);return n?l.getReferences(n,e.position,e.context,t):[]})),e.onDefinition((async(e,t)=>{const n=r.get(e.textDocument.uri);if(n)return l.getDefinition(n,e.position,t)})),e.onPrepareRename((async(e,t)=>{const n=r.get(e.textDocument.uri);if(n)try{return await l.prepareRename(n,e.position,t)}catch(e){throw e instanceof a.RenameNotSupportedAtLocationError?new i.ResponseError(0,e.message):e}})),e.onRenameRequest((async(e,t)=>{const n=r.get(e.textDocument.uri);if(n)return l.getRenameEdit(n,e.position,e.newName,t)})),e.onCodeAction((async(e,t)=>{const i=r.get(e.textDocument.uri);if(i)return e.context.only?.some((e=>"source"===e||e.startsWith("source.")))?[{title:n.t("Organize link definitions"),kind:g,data:{uri:i.uri}}]:l.getCodeActions(i,e.range,e.context,t)})),e.onCodeActionResolve((async(e,t)=>{if(e.kind===g){const n=e.data,i=r.get(n.uri);if(!i)return e;const o=await(l?.organizeLinkDefinitions(i,{removeUnused:!0},t))||[];return e.edit={changes:{[n.uri]:o}},e}return e})),e.onHover((async(e,t)=>{const n=r.get(e.textDocument.uri);return n?l.getHover(n,e.position,t):null})),e.onRequest(p.getReferencesToFileInWorkspace,(async(e,t)=>l.getFileReferences(c.URI.parse(e.uri),t))),e.onRequest(p.getEditForFileRenames,(async(e,t)=>{const r=await l.getRenameFilesInWorkspaceEdit(e.map((e=>({oldUri:c.URI.parse(e.oldUri),newUri:c.URI.parse(e.newUri)}))),t);return r?{edit:r.edit,participatingRenames:r.participatingRenames.map((e=>({oldUri:e.oldUri.toString(),newUri:e.newUri.toString()})))}:r})),e.onRequest(p.prepareUpdatePastedLinks,(async(e,t)=>{const n=r.get(e.uri);if(n)return l.prepareUpdatePastedLinks(n,e.ranges,t)})),e.onRequest(p.getUpdatePastedLinksEdit,(async(e,t)=>{const n=r.get(e.pasteIntoDoc);if(!n)return;const i=e.edits.map((e=>s.TextEdit.replace(s.Range.create(e.range[0].line,e.range[0].character,e.range[1].line,e.range[1].character),e.newText)));return l.getUpdatePastedLinksEdit(n,i,e.metadata,t)})),e.onRequest(p.resolveLinkTarget,(async(e,t)=>l.resolveLinkTarget(e.linkText,c.URI.parse(e.uri),t))),r.listen(e),o?.listen(e),e.listen()}function v(e,t,r){let n;function i(){const i=e.getSettings();t(i)?n||(n=r()):(n?.then((e=>e.dispose())),n=void 0)}return i(),e.onDidChangeConfiguration((()=>i()))}t.startVsCodeServer=async function(e){const t=new l.ConfigurationManager(e),r=new f.LogFunctionLogger(e.console.log.bind(e.console),t),n=new class{slugifier=a.githubSlugifier;tokenize(t){return e.sendRequest(p.parse,{uri:t.uri,text:t.version<0?t.getText():void 0})}},s=new i.TextDocuments(o.TextDocument),u=new i.NotebookDocuments(s);return m(e,{documents:s,notebooks:u,configurationManager:t,logger:r,parser:n,workspaceFactory:({connection:e,config:t,workspaceFolders:n})=>{const i=new h.VsCodeClientWorkspace(e,t,s,u,r);return i.workspaceFolders=(n??[]).map((e=>c.URI.parse(e.uri))),i}})},t.startServer=m},708:(e,t)=>{"use strict";function r(e){const t=[];for(const r of e)try{r.dispose()}catch(e){t.push(e)}if(1===t.length)throw t[0];if(t.length>1)throw new AggregateError(t,"Encountered errors while disposing of store")}Object.defineProperty(t,"__esModule",{value:!0}),t.Disposable=t.disposeAll=void 0,t.disposeAll=r,t.Disposable=class{_isDisposed=!1;_disposables=[];dispose(){this._isDisposed||(this._isDisposed=!0,r(this._disposables))}_register(e){return this._isDisposed?e.dispose():this._disposables.push(e),e}get isDisposed(){return this._isDisposed}}},3347:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isMarkdownFile=t.looksLikeMarkdownPath=void 0;const n=r(8945);t.looksLikeMarkdownPath=function(e,t){return e.markdownFileExtensions.includes(n.Utils.extname(t).toLowerCase().replace(".",""))},t.isMarkdownFile=function(e){return"markdown"===e.languageId}},3573:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Limiter=void 0,t.Limiter=class{_size=0;runningPromises;maxDegreeOfParalellism;outstandingPromises;constructor(e){this.maxDegreeOfParalellism=e,this.outstandingPromises=[],this.runningPromises=0}get size(){return this._size}queue(e){return this._size++,new Promise(((t,r)=>{this.outstandingPromises.push({factory:e,c:t,e:r}),this.consume()}))}consume(){for(;this.outstandingPromises.length&&this.runningPromises<this.maxDegreeOfParalellism;){const e=this.outstandingPromises.shift();this.runningPromises++;const t=e.factory();t.then(e.c,e.e),t.then((()=>this.consumed()),(()=>this.consumed()))}}consumed(){this._size--,this.runningPromises--,this.outstandingPromises.length>0&&this.consume()}}},5871:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ResourceMap=void 0;const r=e=>e.toString();class n{map=new Map;toKey;constructor(e=r){this.toKey=e}set(e,t){return this.map.set(this.toKey(e),{uri:e,value:t}),this}get(e){return this.map.get(this.toKey(e))?.value}has(e){return this.map.has(this.toKey(e))}get size(){return this.map.size}clear(){this.map.clear()}delete(e){return this.map.delete(this.toKey(e))}*values(){for(const e of this.map.values())yield e.value}*keys(){for(const e of this.map.values())yield e.uri}*entries(){for(const e of this.map.values())yield[e.uri,e.value]}[Symbol.iterator](){return this.entries()}}t.ResourceMap=n},7673:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Schemes=void 0,t.Schemes=Object.freeze({notebookCell:"vscode-notebook-cell"})},4629:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.VsCodeClientWorkspace=void 0;const n=r(8867),i=r(5172),o=r(2268),s=r(8945),a=r(5410),c=r(3347),u=r(3573),l=r(5871),d=r(7673);class f{inMemoryDoc;onDiskDoc;uri;constructor(e,t){this.uri=e,this.inMemoryDoc=t?.inMemoryDoc,this.onDiskDoc=t?.onDiskDoc}get version(){return this.inMemoryDoc?.version??this.onDiskDoc?.version??0}get lineCount(){return this.inMemoryDoc?.lineCount??this.onDiskDoc?.lineCount??0}getText(e){if(this.inMemoryDoc)return this.inMemoryDoc.getText(e);if(this.onDiskDoc)return this.onDiskDoc.getText(e);throw new Error("Document has been closed")}positionAt(e){if(this.inMemoryDoc)return this.inMemoryDoc.positionAt(e);if(this.onDiskDoc)return this.onDiskDoc.positionAt(e);throw new Error("Document has been closed")}offsetAt(e){if(this.inMemoryDoc)return this.inMemoryDoc.offsetAt(e);if(this.onDiskDoc)return this.onDiskDoc.offsetAt(e);throw new Error("Document has been closed")}hasInMemoryDoc(){return!!this.inMemoryDoc}isDetached(){return!this.onDiskDoc&&!this.inMemoryDoc}setInMemoryDoc(e){this.inMemoryDoc=e}setOnDiskDoc(e){this.onDiskDoc=e}}t.VsCodeClientWorkspace=class{connection;config;documents;notebooks;logger;_onDidCreateMarkdownDocument=new n.Emitter;onDidCreateMarkdownDocument=this._onDidCreateMarkdownDocument.event;_onDidChangeMarkdownDocument=new n.Emitter;onDidChangeMarkdownDocument=this._onDidChangeMarkdownDocument.event;_onDidDeleteMarkdownDocument=new n.Emitter;onDidDeleteMarkdownDocument=this._onDidDeleteMarkdownDocument.event;_documentCache=new l.ResourceMap;_utf8Decoder=new TextDecoder("utf-8");_watcherPool=0;_watchers=new Map;constructor(e,t,r,i,c){this.connection=e,this.config=t,this.documents=r,this.notebooks=i,this.logger=c,r.onDidOpen((e=>{if(!this.isRelevantMarkdownDocument(e.document))return;this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.TextDocument.onDidOpen",{document:e.document.uri});const t=s.URI.parse(e.document.uri),r=this._documentCache.get(t);if(r)r.setInMemoryDoc(e.document),this._onDidChangeMarkdownDocument.fire(r);else{const r=new f(e.document.uri,{inMemoryDoc:e.document});this._documentCache.set(t,r),this._onDidCreateMarkdownDocument.fire(r)}})),r.onDidChangeContent((e=>{if(!this.isRelevantMarkdownDocument(e.document))return;this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.TextDocument.onDidChanceContent",{document:e.document.uri});const t=s.URI.parse(e.document.uri),r=this._documentCache.get(t);r&&(r.setInMemoryDoc(e.document),this._onDidChangeMarkdownDocument.fire(r))})),r.onDidClose((async e=>{if(!this.isRelevantMarkdownDocument(e.document))return;this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.TextDocument.onDidClose",{document:e.document.uri});const t=s.URI.parse(e.document.uri),r=this._documentCache.get(t);r&&(r.setInMemoryDoc(void 0),r.isDetached()?this.doDeleteDocument(t):await this.statBypassingCache(t)||this._documentCache.get(t)!==r||r.hasInMemoryDoc()?this._onDidChangeMarkdownDocument.fire(r):this.doDeleteDocument(t))})),e.onDidChangeWatchedFiles((async({changes:e})=>{for(const t of e){const e=s.URI.parse(t.uri);switch(this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.onDidChangeWatchedFiles",{type:t.type,resource:e.toString()}),t.type){case n.FileChangeType.Changed:if(this._documentCache.get(e)){const t=await this.openMarkdownDocumentFromFs(e);t&&this._onDidChangeMarkdownDocument.fire(t)}break;case n.FileChangeType.Created:if(this._documentCache.get(e)){const t=await this.openMarkdownDocumentFromFs(e);t&&this._onDidCreateMarkdownDocument.fire(t)}break;case n.FileChangeType.Deleted:{const t=this._documentCache.get(e);t&&(t.setOnDiskDoc(void 0),t.isDetached()&&this.doDeleteDocument(e));break}}}})),e.onRequest(a.fs_watcher_onChange,(e=>{this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.fs_watcher_onChange",{kind:e.kind,uri:e.uri});const t=this._watchers.get(e.id);if(t)switch(e.kind){case"create":return void t.onDidCreate.fire(s.URI.parse(e.uri));case"change":return void t.onDidChange.fire(s.URI.parse(e.uri));case"delete":return void t.onDidDelete.fire(s.URI.parse(e.uri))}}))}listen(){this.connection.workspace.onDidChangeWorkspaceFolders((async()=>{this.workspaceFolders=(await this.connection.workspace.getWorkspaceFolders()??[]).map((e=>s.URI.parse(e.uri)))}))}_workspaceFolders=[];get workspaceFolders(){return this._workspaceFolders}set workspaceFolders(e){this._workspaceFolders=e}async getAllMarkdownDocuments(){const e=this.documents.all().filter((e=>this.isRelevantMarkdownDocument(e))),t=new l.ResourceMap;for(const r of e)t.set(s.URI.parse(r.uri),r);const r=new u.Limiter(20),n=await this.connection.sendRequest(a.findMarkdownFilesInWorkspace,{});return await Promise.all(n.map((e=>r.queue((async()=>{const r=s.URI.parse(e);if(t.has(r))return;const n=await this.openMarkdownDocument(r);return n&&t.set(r,n),n}))))),t.values()}hasMarkdownDocument(e){return!!this.documents.get(e.toString())}async openMarkdownDocument(e){const t=this._documentCache.get(e);if(t)return t;const r=this.documents.get(e.toString());if(r){let t=this._documentCache.get(e);return t?t.setInMemoryDoc(r):(t=new f(e.toString(),{inMemoryDoc:r}),this._documentCache.set(e,t)),t}return this.openMarkdownDocumentFromFs(e)}async openMarkdownDocumentFromFs(e){if((0,c.looksLikeMarkdownPath)(this.config,e))try{const t=await this.connection.sendRequest(a.fs_readFile,{uri:e.toString()}),r=new Uint8Array(t),n=this._utf8Decoder.decode(r),o=new f(e.toString(),{onDiskDoc:i.TextDocument.create(e.toString(),"markdown",0,n)});return this._documentCache.set(e,o),o}catch(e){return}}async stat(e){return this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.stat",{resource:e.toString()}),this._documentCache.has(e)?{isDirectory:!1}:this.statBypassingCache(e)}async statBypassingCache(e){const t=e.toString();return this.documents.get(t)?{isDirectory:!1}:await this.connection.sendRequest(a.fs_stat,{uri:t})??void 0}async readDirectory(e){return this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.readDir",{resource:e.toString()}),this.connection.sendRequest(a.fs_readDirectory,{uri:e.toString()})}getContainingDocument(e){if(e.scheme===d.Schemes.notebookCell){const t=this.notebooks.findNotebookDocumentForCell(e.toString());if(t)return{uri:s.URI.parse(t.uri),children:t.cells.map((e=>({uri:s.URI.parse(e.document)})))}}}watchFile(e,t){const r=this._watcherPool++;this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.watchFile",{id:r,resource:e.toString()});const i={resource:e,options:t,onDidCreate:new n.Emitter,onDidChange:new n.Emitter,onDidDelete:new n.Emitter};return this._watchers.set(r,i),this.connection.sendRequest(a.fs_watcher_create,{id:r,uri:e.toString(),options:t,watchParentDirs:!0}),{onDidCreate:i.onDidCreate.event,onDidChange:i.onDidChange.event,onDidDelete:i.onDidDelete.event,dispose:()=>{this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.disposeWatcher",{id:r,resource:e.toString()}),this.connection.sendRequest(a.fs_watcher_delete,{id:r}),this._watchers.delete(r)}}}isRelevantMarkdownDocument(e){return(0,c.isMarkdownFile)(e)&&"vscode-bulkeditpreview"!==s.URI.parse(e.uri).scheme}doDeleteDocument(e){this.logger.log(o.LogLevel.Trace,"VsCodeClientWorkspace.deleteDocument",{document:e.toString()}),this._documentCache.delete(e),this._onDidDeleteMarkdownDocument.fire(e)}}},6087:(e,t,r)=>{"use strict";e.exports=r(6439)},6439:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.createMessageConnection=t.BrowserMessageWriter=t.BrowserMessageReader=void 0,r(4615).default.install();const o=r(3281);i(r(3281),t);class s extends o.AbstractMessageReader{constructor(e){super(),this._onData=new o.Emitter,this._messageListener=e=>{this._onData.fire(e.data)},e.addEventListener("error",(e=>this.fireError(e))),e.onmessage=this._messageListener}listen(e){return this._onData.event(e)}}t.BrowserMessageReader=s;class a extends o.AbstractMessageWriter{constructor(e){super(),this.port=e,this.errorCount=0,e.addEventListener("error",(e=>this.fireError(e)))}write(e){try{return this.port.postMessage(e),Promise.resolve()}catch(t){return this.handleError(t,e),Promise.reject(t)}}handleError(e,t){this.errorCount++,this.fireError(e,t,this.errorCount)}end(){}}t.BrowserMessageWriter=a,t.createMessageConnection=function(e,t,r,n){return void 0===r&&(r=o.NullLogger),o.ConnectionStrategy.is(n)&&(n={connectionStrategy:n}),(0,o.createMessageConnection)(e,t,r,n)}},4615:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=r(3281);class i extends n.AbstractMessageBuffer{constructor(e="utf-8"){super(e),this.asciiDecoder=new TextDecoder("ascii")}emptyBuffer(){return i.emptyBuffer}fromString(e,t){return(new TextEncoder).encode(e)}toString(e,t){return"ascii"===t?this.asciiDecoder.decode(e):new TextDecoder(t).decode(e)}asNative(e,t){return void 0===t?e:e.slice(0,t)}allocNative(e){return new Uint8Array(e)}}i.emptyBuffer=new Uint8Array(0);class o{constructor(e){this.socket=e,this._onData=new n.Emitter,this._messageListener=e=>{e.data.arrayBuffer().then((e=>{this._onData.fire(new Uint8Array(e))}),(()=>{(0,n.RAL)().console.error("Converting blob to array buffer failed.")}))},this.socket.addEventListener("message",this._messageListener)}onClose(e){return this.socket.addEventListener("close",e),n.Disposable.create((()=>this.socket.removeEventListener("close",e)))}onError(e){return this.socket.addEventListener("error",e),n.Disposable.create((()=>this.socket.removeEventListener("error",e)))}onEnd(e){return this.socket.addEventListener("end",e),n.Disposable.create((()=>this.socket.removeEventListener("end",e)))}onData(e){return this._onData.event(e)}}class s{constructor(e){this.socket=e}onClose(e){return this.socket.addEventListener("close",e),n.Disposable.create((()=>this.socket.removeEventListener("close",e)))}onError(e){return this.socket.addEventListener("error",e),n.Disposable.create((()=>this.socket.removeEventListener("error",e)))}onEnd(e){return this.socket.addEventListener("end",e),n.Disposable.create((()=>this.socket.removeEventListener("end",e)))}write(e,t){if("string"==typeof e){if(void 0!==t&&"utf-8"!==t)throw new Error(`In a Browser environments only utf-8 text encoding is supported. But got encoding: ${t}`);this.socket.send(e)}else this.socket.send(e);return Promise.resolve()}end(){this.socket.close()}}const a=new TextEncoder,c=Object.freeze({messageBuffer:Object.freeze({create:e=>new i(e)}),applicationJson:Object.freeze({encoder:Object.freeze({name:"application/json",encode:(e,t)=>{if("utf-8"!==t.charset)throw new Error(`In a Browser environments only utf-8 text encoding is supported. But got encoding: ${t.charset}`);return Promise.resolve(a.encode(JSON.stringify(e,void 0,0)))}}),decoder:Object.freeze({name:"application/json",decode:(e,t)=>{if(!(e instanceof Uint8Array))throw new Error("In a Browser environments only Uint8Arrays are supported.");return Promise.resolve(JSON.parse(new TextDecoder(t.charset).decode(e)))}})}),stream:Object.freeze({asReadableStream:e=>new o(e),asWritableStream:e=>new s(e)}),console,timer:Object.freeze({setTimeout(e,t,...r){const n=setTimeout(e,t,...r);return{dispose:()=>clearTimeout(n)}},setImmediate(e,...t){const r=setTimeout(e,0,...t);return{dispose:()=>clearTimeout(r)}},setInterval(e,t,...r){const n=setInterval(e,t,...r);return{dispose:()=>clearInterval(n)}}})});function u(){return c}!function(e){e.install=function(){n.RAL.install(c)}}(u||(u={})),t.default=u},3281:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProgressType=t.ProgressToken=t.createMessageConnection=t.NullLogger=t.ConnectionOptions=t.ConnectionStrategy=t.AbstractMessageBuffer=t.WriteableStreamMessageWriter=t.AbstractMessageWriter=t.MessageWriter=t.ReadableStreamMessageReader=t.AbstractMessageReader=t.MessageReader=t.SharedArrayReceiverStrategy=t.SharedArraySenderStrategy=t.CancellationToken=t.CancellationTokenSource=t.Emitter=t.Event=t.Disposable=t.LRUCache=t.Touch=t.LinkedMap=t.ParameterStructures=t.NotificationType9=t.NotificationType8=t.NotificationType7=t.NotificationType6=t.NotificationType5=t.NotificationType4=t.NotificationType3=t.NotificationType2=t.NotificationType1=t.NotificationType0=t.NotificationType=t.ErrorCodes=t.ResponseError=t.RequestType9=t.RequestType8=t.RequestType7=t.RequestType6=t.RequestType5=t.RequestType4=t.RequestType3=t.RequestType2=t.RequestType1=t.RequestType0=t.RequestType=t.Message=t.RAL=void 0,t.MessageStrategy=t.CancellationStrategy=t.CancellationSenderStrategy=t.CancellationReceiverStrategy=t.ConnectionError=t.ConnectionErrors=t.LogTraceNotification=t.SetTraceNotification=t.TraceFormat=t.TraceValues=t.Trace=void 0;const n=r(6177);Object.defineProperty(t,"Message",{enumerable:!0,get:function(){return n.Message}}),Object.defineProperty(t,"RequestType",{enumerable:!0,get:function(){return n.RequestType}}),Object.defineProperty(t,"RequestType0",{enumerable:!0,get:function(){return n.RequestType0}}),Object.defineProperty(t,"RequestType1",{enumerable:!0,get:function(){return n.RequestType1}}),Object.defineProperty(t,"RequestType2",{enumerable:!0,get:function(){return n.RequestType2}}),Object.defineProperty(t,"RequestType3",{enumerable:!0,get:function(){return n.RequestType3}}),Object.defineProperty(t,"RequestType4",{enumerable:!0,get:function(){return n.RequestType4}}),Object.defineProperty(t,"RequestType5",{enumerable:!0,get:function(){return n.RequestType5}}),Object.defineProperty(t,"RequestType6",{enumerable:!0,get:function(){return n.RequestType6}}),Object.defineProperty(t,"RequestType7",{enumerable:!0,get:function(){return n.RequestType7}}),Object.defineProperty(t,"RequestType8",{enumerable:!0,get:function(){return n.RequestType8}}),Object.defineProperty(t,"RequestType9",{enumerable:!0,get:function(){return n.RequestType9}}),Object.defineProperty(t,"ResponseError",{enumerable:!0,get:function(){return n.ResponseError}}),Object.defineProperty(t,"ErrorCodes",{enumerable:!0,get:function(){return n.ErrorCodes}}),Object.defineProperty(t,"NotificationType",{enumerable:!0,get:function(){return n.NotificationType}}),Object.defineProperty(t,"NotificationType0",{enumerable:!0,get:function(){return n.NotificationType0}}),Object.defineProperty(t,"NotificationType1",{enumerable:!0,get:function(){return n.NotificationType1}}),Object.defineProperty(t,"NotificationType2",{enumerable:!0,get:function(){return n.NotificationType2}}),Object.defineProperty(t,"NotificationType3",{enumerable:!0,get:function(){return n.NotificationType3}}),Object.defineProperty(t,"NotificationType4",{enumerable:!0,get:function(){return n.NotificationType4}}),Object.defineProperty(t,"NotificationType5",{enumerable:!0,get:function(){return n.NotificationType5}}),Object.defineProperty(t,"NotificationType6",{enumerable:!0,get:function(){return n.NotificationType6}}),Object.defineProperty(t,"NotificationType7",{enumerable:!0,get:function(){return n.NotificationType7}}),Object.defineProperty(t,"NotificationType8",{enumerable:!0,get:function(){return n.NotificationType8}}),Object.defineProperty(t,"NotificationType9",{enumerable:!0,get:function(){return n.NotificationType9}}),Object.defineProperty(t,"ParameterStructures",{enumerable:!0,get:function(){return n.ParameterStructures}});const i=r(3352);Object.defineProperty(t,"LinkedMap",{enumerable:!0,get:function(){return i.LinkedMap}}),Object.defineProperty(t,"LRUCache",{enumerable:!0,get:function(){return i.LRUCache}}),Object.defineProperty(t,"Touch",{enumerable:!0,get:function(){return i.Touch}});const o=r(4019);Object.defineProperty(t,"Disposable",{enumerable:!0,get:function(){return o.Disposable}});const s=r(2676);Object.defineProperty(t,"Event",{enumerable:!0,get:function(){return s.Event}}),Object.defineProperty(t,"Emitter",{enumerable:!0,get:function(){return s.Emitter}});const a=r(9850);Object.defineProperty(t,"CancellationTokenSource",{enumerable:!0,get:function(){return a.CancellationTokenSource}}),Object.defineProperty(t,"CancellationToken",{enumerable:!0,get:function(){return a.CancellationToken}});const c=r(4996);Object.defineProperty(t,"SharedArraySenderStrategy",{enumerable:!0,get:function(){return c.SharedArraySenderStrategy}}),Object.defineProperty(t,"SharedArrayReceiverStrategy",{enumerable:!0,get:function(){return c.SharedArrayReceiverStrategy}});const u=r(9085);Object.defineProperty(t,"MessageReader",{enumerable:!0,get:function(){return u.MessageReader}}),Object.defineProperty(t,"AbstractMessageReader",{enumerable:!0,get:function(){return u.AbstractMessageReader}}),Object.defineProperty(t,"ReadableStreamMessageReader",{enumerable:!0,get:function(){return u.ReadableStreamMessageReader}});const l=r(3193);Object.defineProperty(t,"MessageWriter",{enumerable:!0,get:function(){return l.MessageWriter}}),Object.defineProperty(t,"AbstractMessageWriter",{enumerable:!0,get:function(){return l.AbstractMessageWriter}}),Object.defineProperty(t,"WriteableStreamMessageWriter",{enumerable:!0,get:function(){return l.WriteableStreamMessageWriter}});const d=r(9244);Object.defineProperty(t,"AbstractMessageBuffer",{enumerable:!0,get:function(){return d.AbstractMessageBuffer}});const f=r(577);Object.defineProperty(t,"ConnectionStrategy",{enumerable:!0,get:function(){return f.ConnectionStrategy}}),Object.defineProperty(t,"ConnectionOptions",{enumerable:!0,get:function(){return f.ConnectionOptions}}),Object.defineProperty(t,"NullLogger",{enumerable:!0,get:function(){return f.NullLogger}}),Object.defineProperty(t,"createMessageConnection",{enumerable:!0,get:function(){return f.createMessageConnection}}),Object.defineProperty(t,"ProgressToken",{enumerable:!0,get:function(){return f.ProgressToken}}),Object.defineProperty(t,"ProgressType",{enumerable:!0,get:function(){return f.ProgressType}}),Object.defineProperty(t,"Trace",{enumerable:!0,get:function(){return f.Trace}}),Object.defineProperty(t,"TraceValues",{enumerable:!0,get:function(){return f.TraceValues}}),Object.defineProperty(t,"TraceFormat",{enumerable:!0,get:function(){return f.TraceFormat}}),Object.defineProperty(t,"SetTraceNotification",{enumerable:!0,get:function(){return f.SetTraceNotification}}),Object.defineProperty(t,"LogTraceNotification",{enumerable:!0,get:function(){return f.LogTraceNotification}}),Object.defineProperty(t,"ConnectionErrors",{enumerable:!0,get:function(){return f.ConnectionErrors}}),Object.defineProperty(t,"ConnectionError",{enumerable:!0,get:function(){return f.ConnectionError}}),Object.defineProperty(t,"CancellationReceiverStrategy",{enumerable:!0,get:function(){return f.CancellationReceiverStrategy}}),Object.defineProperty(t,"CancellationSenderStrategy",{enumerable:!0,get:function(){return f.CancellationSenderStrategy}}),Object.defineProperty(t,"CancellationStrategy",{enumerable:!0,get:function(){return f.CancellationStrategy}}),Object.defineProperty(t,"MessageStrategy",{enumerable:!0,get:function(){return f.MessageStrategy}});const p=r(9590);t.RAL=p.default},9850:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CancellationTokenSource=t.CancellationToken=void 0;const n=r(9590),i=r(8585),o=r(2676);var s;!function(e){e.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:o.Event.None}),e.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:o.Event.None}),e.is=function(t){const r=t;return r&&(r===e.None||r===e.Cancelled||i.boolean(r.isCancellationRequested)&&!!r.onCancellationRequested)}}(s=t.CancellationToken||(t.CancellationToken={}));const a=Object.freeze((function(e,t){const r=(0,n.default)().timer.setTimeout(e.bind(t),0);return{dispose(){r.dispose()}}}));class c{constructor(){this._isCancelled=!1}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))}get isCancellationRequested(){return this._isCancelled}get onCancellationRequested(){return this._isCancelled?a:(this._emitter||(this._emitter=new o.Emitter),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=void 0)}}t.CancellationTokenSource=class{get token(){return this._token||(this._token=new c),this._token}cancel(){this._token?this._token.cancel():this._token=s.Cancelled}dispose(){this._token?this._token instanceof c&&this._token.dispose():this._token=s.None}}},577:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createMessageConnection=t.ConnectionOptions=t.MessageStrategy=t.CancellationStrategy=t.CancellationSenderStrategy=t.CancellationReceiverStrategy=t.RequestCancellationReceiverStrategy=t.IdCancellationReceiverStrategy=t.ConnectionStrategy=t.ConnectionError=t.ConnectionErrors=t.LogTraceNotification=t.SetTraceNotification=t.TraceFormat=t.TraceValues=t.Trace=t.NullLogger=t.ProgressType=t.ProgressToken=void 0;const n=r(9590),i=r(8585),o=r(6177),s=r(3352),a=r(2676),c=r(9850);var u,l,d,f,p,h,g,m,v,y,b,D,k,w,C,R,E,T;!function(e){e.type=new o.NotificationType("$/cancelRequest")}(u||(u={})),function(e){e.is=function(e){return"string"==typeof e||"number"==typeof e}}(l=t.ProgressToken||(t.ProgressToken={})),function(e){e.type=new o.NotificationType("$/progress")}(d||(d={})),t.ProgressType=class{constructor(){}},function(e){e.is=function(e){return i.func(e)}}(f||(f={})),t.NullLogger=Object.freeze({error:()=>{},warn:()=>{},info:()=>{},log:()=>{}}),function(e){e[e.Off=0]="Off",e[e.Messages=1]="Messages",e[e.Compact=2]="Compact",e[e.Verbose=3]="Verbose"}(p=t.Trace||(t.Trace={})),(T=t.TraceValues||(t.TraceValues={})).Off="off",T.Messages="messages",T.Compact="compact",T.Verbose="verbose",function(e){e.fromString=function(t){if(!i.string(t))return e.Off;switch(t=t.toLowerCase()){case"off":default:return e.Off;case"messages":return e.Messages;case"compact":return e.Compact;case"verbose":return e.Verbose}},e.toString=function(t){switch(t){case e.Off:return"off";case e.Messages:return"messages";case e.Compact:return"compact";case e.Verbose:return"verbose";default:return"off"}}}(p=t.Trace||(t.Trace={})),function(e){e.Text="text",e.JSON="json"}(t.TraceFormat||(t.TraceFormat={})),function(e){e.fromString=function(t){return i.string(t)&&"json"===(t=t.toLowerCase())?e.JSON:e.Text}}(h=t.TraceFormat||(t.TraceFormat={})),function(e){e.type=new o.NotificationType("$/setTrace")}(g=t.SetTraceNotification||(t.SetTraceNotification={})),function(e){e.type=new o.NotificationType("$/logTrace")}(m=t.LogTraceNotification||(t.LogTraceNotification={})),function(e){e[e.Closed=1]="Closed",e[e.Disposed=2]="Disposed",e[e.AlreadyListening=3]="AlreadyListening"}(v=t.ConnectionErrors||(t.ConnectionErrors={}));class A extends Error{constructor(e,t){super(t),this.code=e,Object.setPrototypeOf(this,A.prototype)}}t.ConnectionError=A,function(e){e.is=function(e){const t=e;return t&&i.func(t.cancelUndispatched)}}(y=t.ConnectionStrategy||(t.ConnectionStrategy={})),function(e){e.is=function(e){const t=e;return t&&(void 0===t.kind||"id"===t.kind)&&i.func(t.createCancellationTokenSource)&&(void 0===t.dispose||i.func(t.dispose))}}(b=t.IdCancellationReceiverStrategy||(t.IdCancellationReceiverStrategy={})),function(e){e.is=function(e){const t=e;return t&&"request"===t.kind&&i.func(t.createCancellationTokenSource)&&(void 0===t.dispose||i.func(t.dispose))}}(D=t.RequestCancellationReceiverStrategy||(t.RequestCancellationReceiverStrategy={})),function(e){e.Message=Object.freeze({createCancellationTokenSource:e=>new c.CancellationTokenSource}),e.is=function(e){return b.is(e)||D.is(e)}}(k=t.CancellationReceiverStrategy||(t.CancellationReceiverStrategy={})),function(e){e.Message=Object.freeze({sendCancellation:(e,t)=>e.sendNotification(u.type,{id:t}),cleanup(e){}}),e.is=function(e){const t=e;return t&&i.func(t.sendCancellation)&&i.func(t.cleanup)}}(w=t.CancellationSenderStrategy||(t.CancellationSenderStrategy={})),function(e){e.Message=Object.freeze({receiver:k.Message,sender:w.Message}),e.is=function(e){const t=e;return t&&k.is(t.receiver)&&w.is(t.sender)}}(C=t.CancellationStrategy||(t.CancellationStrategy={})),function(e){e.is=function(e){const t=e;return t&&i.func(t.handleMessage)}}(R=t.MessageStrategy||(t.MessageStrategy={})),(t.ConnectionOptions||(t.ConnectionOptions={})).is=function(e){const t=e;return t&&(C.is(t.cancellationStrategy)||y.is(t.connectionStrategy)||R.is(t.messageStrategy))},function(e){e[e.New=1]="New",e[e.Listening=2]="Listening",e[e.Closed=3]="Closed",e[e.Disposed=4]="Disposed"}(E||(E={})),t.createMessageConnection=function(e,r,y,D){const k=void 0!==y?y:t.NullLogger;let w=0,T=0,x=0;const _="2.0";let L;const S=new Map;let F;const P=new Map,q=new Map;let M,N,O=new s.LinkedMap,I=new Map,j=new Set,H=new Map,B=p.Off,U=h.Text,W=E.New;const V=new a.Emitter,$=new a.Emitter,K=new a.Emitter,z=new a.Emitter,G=new a.Emitter,J=D&&D.cancellationStrategy?D.cancellationStrategy:C.Message;function X(e){if(null===e)throw new Error("Can't send requests with id null since the response can't be correlated.");return"req-"+e.toString()}function Z(e){}function Y(){return W===E.Listening}function Q(){return W===E.Closed}function ee(){return W===E.Disposed}function te(){W!==E.New&&W!==E.Listening||(W=E.Closed,$.fire(void 0))}function re(){M||0===O.size||(M=(0,n.default)().timer.setImmediate((()=>{M=void 0,function(){if(0===O.size)return;const e=O.shift();try{const t=D?.messageStrategy;R.is(t)?t.handleMessage(e,ne):ne(e)}finally{re()}}()})))}function ne(e){o.Message.isRequest(e)?function(e){if(ee())return;function t(t,n,i){const s={jsonrpc:_,id:e.id};t instanceof o.ResponseError?s.error=t.toJson():s.result=void 0===t?null:t,se(s,n,i),r.write(s).catch((()=>k.error("Sending response failed.")))}function n(t,n,i){const o={jsonrpc:_,id:e.id,error:t.toJson()};se(o,n,i),r.write(o).catch((()=>k.error("Sending response failed.")))}!function(e){if(B!==p.Off&&N)if(U===h.Text){let t;B!==p.Verbose&&B!==p.Compact||!e.params||(t=`Params: ${oe(e.params)}\n\n`),N.log(`Received request '${e.method} - (${e.id})'.`,t)}else ce("receive-request",e)}(e);const s=S.get(e.method);let a,c;s&&(a=s.type,c=s.handler);const u=Date.now();if(c||L){const s=e.id??String(Date.now()),l=b.is(J.receiver)?J.receiver.createCancellationTokenSource(s):J.receiver.createCancellationTokenSource(e);null!==e.id&&j.has(e.id)&&l.cancel(),null!==e.id&&H.set(s,l);try{let d;if(c)if(void 0===e.params){if(void 0!==a&&0!==a.numberOfParams)return void n(new o.ResponseError(o.ErrorCodes.InvalidParams,`Request ${e.method} defines ${a.numberOfParams} params but received none.`),e.method,u);d=c(l.token)}else if(Array.isArray(e.params)){if(void 0!==a&&a.parameterStructures===o.ParameterStructures.byName)return void n(new o.ResponseError(o.ErrorCodes.InvalidParams,`Request ${e.method} defines parameters by name but received parameters by position`),e.method,u);d=c(...e.params,l.token)}else{if(void 0!==a&&a.parameterStructures===o.ParameterStructures.byPosition)return void n(new o.ResponseError(o.ErrorCodes.InvalidParams,`Request ${e.method} defines parameters by position but received parameters by name`),e.method,u);d=c(e.params,l.token)}else L&&(d=L(e.method,e.params,l.token));const f=d;d?f.then?f.then((r=>{H.delete(s),t(r,e.method,u)}),(t=>{H.delete(s),t instanceof o.ResponseError?n(t,e.method,u):t&&i.string(t.message)?n(new o.ResponseError(o.ErrorCodes.InternalError,`Request ${e.method} failed with message: ${t.message}`),e.method,u):n(new o.ResponseError(o.ErrorCodes.InternalError,`Request ${e.method} failed unexpectedly without providing any details.`),e.method,u)})):(H.delete(s),t(d,e.method,u)):(H.delete(s),function(t,n,i){void 0===t&&(t=null);const o={jsonrpc:_,id:e.id,result:t};se(o,n,i),r.write(o).catch((()=>k.error("Sending response failed.")))}(d,e.method,u))}catch(r){H.delete(s),r instanceof o.ResponseError?t(r,e.method,u):r&&i.string(r.message)?n(new o.ResponseError(o.ErrorCodes.InternalError,`Request ${e.method} failed with message: ${r.message}`),e.method,u):n(new o.ResponseError(o.ErrorCodes.InternalError,`Request ${e.method} failed unexpectedly without providing any details.`),e.method,u)}}else n(new o.ResponseError(o.ErrorCodes.MethodNotFound,`Unhandled method ${e.method}`),e.method,u)}(e):o.Message.isNotification(e)?function(e){if(ee())return;let t,r;if(e.method===u.type.method){const t=e.params.id;return j.delete(t),void ae(e)}{const n=P.get(e.method);n&&(r=n.handler,t=n.type)}if(r||F)try{if(ae(e),r)if(void 0===e.params)void 0!==t&&0!==t.numberOfParams&&t.parameterStructures!==o.ParameterStructures.byName&&k.error(`Notification ${e.method} defines ${t.numberOfParams} params but received none.`),r();else if(Array.isArray(e.params)){const n=e.params;e.method===d.type.method&&2===n.length&&l.is(n[0])?r({token:n[0],value:n[1]}):(void 0!==t&&(t.parameterStructures===o.ParameterStructures.byName&&k.error(`Notification ${e.method} defines parameters by name but received parameters by position`),t.numberOfParams!==e.params.length&&k.error(`Notification ${e.method} defines ${t.numberOfParams} params but received ${n.length} arguments`)),r(...n))}else void 0!==t&&t.parameterStructures===o.ParameterStructures.byPosition&&k.error(`Notification ${e.method} defines parameters by position but received parameters by name`),r(e.params);else F&&F(e.method,e.params)}catch(t){t.message?k.error(`Notification handler '${e.method}' failed with message: ${t.message}`):k.error(`Notification handler '${e.method}' failed unexpectedly.`)}else K.fire(e)}(e):o.Message.isResponse(e)?function(e){if(!ee())if(null===e.id)e.error?k.error(`Received response message without id: Error is: \n${JSON.stringify(e.error,void 0,4)}`):k.error("Received response message without id. No further error information provided.");else{const t=e.id,r=I.get(t);if(function(e,t){if(B!==p.Off&&N)if(U===h.Text){let r;if(B!==p.Verbose&&B!==p.Compact||(e.error&&e.error.data?r=`Error data: ${oe(e.error.data)}\n\n`:e.result?r=`Result: ${oe(e.result)}\n\n`:void 0===e.error&&(r="No result returned.\n\n")),t){const n=e.error?` Request failed: ${e.error.message} (${e.error.code}).`:"";N.log(`Received response '${t.method} - (${e.id})' in ${Date.now()-t.timerStart}ms.${n}`,r)}else N.log(`Received response ${e.id} without active response promise.`,r)}else ce("receive-response",e)}(e,r),void 0!==r){I.delete(t);try{if(e.error){const t=e.error;r.reject(new o.ResponseError(t.code,t.message,t.data))}else{if(void 0===e.result)throw new Error("Should never happen.");r.resolve(e.result)}}catch(e){e.message?k.error(`Response handler '${r.method}' failed with message: ${e.message}`):k.error(`Response handler '${r.method}' failed unexpectedly.`)}}}}(e):function(e){if(!e)return void k.error("Received empty message.");k.error(`Received message which is neither a response nor a notification message:\n${JSON.stringify(e,null,4)}`);const t=e;if(i.string(t.id)||i.number(t.id)){const e=t.id,r=I.get(e);r&&r.reject(new Error("The received response has neither a result nor an error property."))}}(e)}e.onClose(te),e.onError((function(e){V.fire([e,void 0,void 0])})),r.onClose(te),r.onError((function(e){V.fire(e)}));const ie=e=>{try{if(o.Message.isNotification(e)&&e.method===u.type.method){const t=e.params.id,n=X(t),i=O.get(n);if(o.Message.isRequest(i)){const o=D?.connectionStrategy,s=o&&o.cancelUndispatched?o.cancelUndispatched(i,Z):void 0;if(s&&(void 0!==s.error||void 0!==s.result))return O.delete(n),H.delete(t),s.id=i.id,se(s,e.method,Date.now()),void r.write(s).catch((()=>k.error("Sending response for canceled message failed.")))}const s=H.get(t);if(void 0!==s)return s.cancel(),void ae(e);j.add(t)}!function(e,t){var r;o.Message.isRequest(t)?e.set(X(t.id),t):o.Message.isResponse(t)?e.set(null===(r=t.id)?"res-unknown-"+(++x).toString():"res-"+r.toString(),t):e.set("not-"+(++T).toString(),t)}(O,e)}finally{re()}};function oe(e){if(null!=e)switch(B){case p.Verbose:return JSON.stringify(e,null,4);case p.Compact:return JSON.stringify(e);default:return}}function se(e,t,r){if(B!==p.Off&&N)if(U===h.Text){let n;B!==p.Verbose&&B!==p.Compact||(e.error&&e.error.data?n=`Error data: ${oe(e.error.data)}\n\n`:e.result?n=`Result: ${oe(e.result)}\n\n`:void 0===e.error&&(n="No result returned.\n\n")),N.log(`Sending response '${t} - (${e.id})'. Processing request took ${Date.now()-r}ms`,n)}else ce("send-response",e)}function ae(e){if(B!==p.Off&&N&&e.method!==m.type.method)if(U===h.Text){let t;B!==p.Verbose&&B!==p.Compact||(t=e.params?`Params: ${oe(e.params)}\n\n`:"No parameters provided.\n\n"),N.log(`Received notification '${e.method}'.`,t)}else ce("receive-notification",e)}function ce(e,t){if(!N||B===p.Off)return;const r={isLSPMessage:!0,type:e,message:t,timestamp:Date.now()};N.log(r)}function ue(){if(Q())throw new A(v.Closed,"Connection is closed.");if(ee())throw new A(v.Disposed,"Connection is disposed.")}function le(e){return void 0===e?null:e}function de(e){return null===e?void 0:e}function fe(e){return null!=e&&!Array.isArray(e)&&"object"==typeof e}function pe(e,t){switch(e){case o.ParameterStructures.auto:return fe(t)?de(t):[le(t)];case o.ParameterStructures.byName:if(!fe(t))throw new Error("Received parameters by name but param is not an object literal.");return de(t);case o.ParameterStructures.byPosition:return[le(t)];default:throw new Error(`Unknown parameter structure ${e.toString()}`)}}function he(e,t){let r;const n=e.numberOfParams;switch(n){case 0:r=void 0;break;case 1:r=pe(e.parameterStructures,t[0]);break;default:r=[];for(let e=0;e<t.length&&e<n;e++)r.push(le(t[e]));if(t.length<n)for(let e=t.length;e<n;e++)r.push(null)}return r}const ge={sendNotification:(e,...t)=>{let n,s;if(ue(),i.string(e)){n=e;const r=t[0];let i=0,a=o.ParameterStructures.auto;o.ParameterStructures.is(r)&&(i=1,a=r);let c=t.length;const u=c-i;switch(u){case 0:s=void 0;break;case 1:s=pe(a,t[i]);break;default:if(a===o.ParameterStructures.byName)throw new Error(`Received ${u} parameters for 'by Name' notification parameter structure.`);s=t.slice(i,c).map((e=>le(e)))}}else{const r=t;n=e.method,s=he(e,r)}const a={jsonrpc:_,method:n,params:s};return function(e){if(B!==p.Off&&N)if(U===h.Text){let t;B!==p.Verbose&&B!==p.Compact||(t=e.params?`Params: ${oe(e.params)}\n\n`:"No parameters provided.\n\n"),N.log(`Sending notification '${e.method}'.`,t)}else ce("send-notification",e)}(a),r.write(a).catch((e=>{throw k.error("Sending notification failed."),e}))},onNotification:(e,t)=>{let r;return ue(),i.func(e)?F=e:t&&(i.string(e)?(r=e,P.set(e,{type:void 0,handler:t})):(r=e.method,P.set(e.method,{type:e,handler:t}))),{dispose:()=>{void 0!==r?P.delete(r):F=void 0}}},onProgress:(e,t,r)=>{if(q.has(t))throw new Error(`Progress handler for token ${t} already registered`);return q.set(t,r),{dispose:()=>{q.delete(t)}}},sendProgress:(e,t,r)=>ge.sendNotification(d.type,{token:t,value:r}),onUnhandledProgress:z.event,sendRequest:(e,...t)=>{let n,s,a;if(ue(),function(){if(!Y())throw new Error("Call listen() first.")}(),i.string(e)){n=e;const r=t[0],i=t[t.length-1];let u=0,l=o.ParameterStructures.auto;o.ParameterStructures.is(r)&&(u=1,l=r);let d=t.length;c.CancellationToken.is(i)&&(d-=1,a=i);const f=d-u;switch(f){case 0:s=void 0;break;case 1:s=pe(l,t[u]);break;default:if(l===o.ParameterStructures.byName)throw new Error(`Received ${f} parameters for 'by Name' request parameter structure.`);s=t.slice(u,d).map((e=>le(e)))}}else{const r=t;n=e.method,s=he(e,r);const i=e.numberOfParams;a=c.CancellationToken.is(r[i])?r[i]:void 0}const u=w++;let l;a&&(l=a.onCancellationRequested((()=>{const e=J.sender.sendCancellation(ge,u);return void 0===e?(k.log(`Received no promise from cancellation strategy when cancelling id ${u}`),Promise.resolve()):e.catch((()=>{k.log(`Sending cancellation messages for id ${u} failed`)}))})));const d={jsonrpc:_,id:u,method:n,params:s};return function(e){if(B!==p.Off&&N)if(U===h.Text){let t;B!==p.Verbose&&B!==p.Compact||!e.params||(t=`Params: ${oe(e.params)}\n\n`),N.log(`Sending request '${e.method} - (${e.id})'.`,t)}else ce("send-request",e)}(d),"function"==typeof J.sender.enableCancellation&&J.sender.enableCancellation(d),new Promise((async(e,t)=>{const i={method:n,timerStart:Date.now(),resolve:t=>{e(t),J.sender.cleanup(u),l?.dispose()},reject:e=>{t(e),J.sender.cleanup(u),l?.dispose()}};try{await r.write(d),I.set(u,i)}catch(e){throw k.error("Sending request failed."),i.reject(new o.ResponseError(o.ErrorCodes.MessageWriteError,e.message?e.message:"Unknown reason")),e}}))},onRequest:(e,t)=>{ue();let r=null;return f.is(e)?(r=void 0,L=e):i.string(e)?(r=null,void 0!==t&&(r=e,S.set(e,{handler:t,type:void 0}))):void 0!==t&&(r=e.method,S.set(e.method,{type:e,handler:t})),{dispose:()=>{null!==r&&(void 0!==r?S.delete(r):L=void 0)}}},hasPendingResponse:()=>I.size>0,trace:async(e,t,r)=>{let n=!1,o=h.Text;void 0!==r&&(i.boolean(r)?n=r:(n=r.sendNotification||!1,o=r.traceFormat||h.Text)),B=e,U=o,N=B===p.Off?void 0:t,!n||Q()||ee()||await ge.sendNotification(g.type,{value:p.toString(e)})},onError:V.event,onClose:$.event,onUnhandledNotification:K.event,onDispose:G.event,end:()=>{r.end()},dispose:()=>{if(ee())return;W=E.Disposed,G.fire(void 0);const t=new o.ResponseError(o.ErrorCodes.PendingResponseRejected,"Pending response rejected since connection got disposed");for(const e of I.values())e.reject(t);I=new Map,H=new Map,j=new Set,O=new s.LinkedMap,i.func(r.dispose)&&r.dispose(),i.func(e.dispose)&&e.dispose()},listen:()=>{ue(),function(){if(Y())throw new A(v.AlreadyListening,"Connection is already listening")}(),W=E.Listening,e.listen(ie)},inspect:()=>{(0,n.default)().console.log("inspect")}};return ge.onNotification(m.type,(e=>{if(B===p.Off||!N)return;const t=B===p.Verbose||B===p.Compact;N.log(e.message,t?e.verbose:void 0)})),ge.onNotification(d.type,(e=>{const t=q.get(e.token);t?t(e.value):z.fire(e)})),ge}},4019:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Disposable=void 0,(t.Disposable||(t.Disposable={})).create=function(e){return{dispose:e}}},2676:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Emitter=t.Event=void 0;const n=r(9590);!function(e){const t={dispose(){}};e.None=function(){return t}}(t.Event||(t.Event={}));class i{add(e,t=null,r){this._callbacks||(this._callbacks=[],this._contexts=[]),this._callbacks.push(e),this._contexts.push(t),Array.isArray(r)&&r.push({dispose:()=>this.remove(e,t)})}remove(e,t=null){if(!this._callbacks)return;let r=!1;for(let n=0,i=this._callbacks.length;n<i;n++)if(this._callbacks[n]===e){if(this._contexts[n]===t)return this._callbacks.splice(n,1),void this._contexts.splice(n,1);r=!0}if(r)throw new Error("When adding a listener with a context, you should remove it with the same context")}invoke(...e){if(!this._callbacks)return[];const t=[],r=this._callbacks.slice(0),i=this._contexts.slice(0);for(let o=0,s=r.length;o<s;o++)try{t.push(r[o].apply(i[o],e))}catch(e){(0,n.default)().console.error(e)}return t}isEmpty(){return!this._callbacks||0===this._callbacks.length}dispose(){this._callbacks=void 0,this._contexts=void 0}}class o{constructor(e){this._options=e}get event(){return this._event||(this._event=(e,t,r)=>{this._callbacks||(this._callbacks=new i),this._options&&this._options.onFirstListenerAdd&&this._callbacks.isEmpty()&&this._options.onFirstListenerAdd(this),this._callbacks.add(e,t);const n={dispose:()=>{this._callbacks&&(this._callbacks.remove(e,t),n.dispose=o._noop,this._options&&this._options.onLastListenerRemove&&this._callbacks.isEmpty()&&this._options.onLastListenerRemove(this))}};return Array.isArray(r)&&r.push(n),n}),this._event}fire(e){this._callbacks&&this._callbacks.invoke.call(this._callbacks,e)}dispose(){this._callbacks&&(this._callbacks.dispose(),this._callbacks=void 0)}}t.Emitter=o,o._noop=function(){}},8585:(e,t)=>{"use strict";function r(e){return"string"==typeof e||e instanceof String}function n(e){return Array.isArray(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.stringArray=t.array=t.func=t.error=t.number=t.string=t.boolean=void 0,t.boolean=function(e){return!0===e||!1===e},t.string=r,t.number=function(e){return"number"==typeof e||e instanceof Number},t.error=function(e){return e instanceof Error},t.func=function(e){return"function"==typeof e},t.array=n,t.stringArray=function(e){return n(e)&&e.every((e=>r(e)))}},3352:(e,t)=>{"use strict";var r,n;Object.defineProperty(t,"__esModule",{value:!0}),t.LRUCache=t.LinkedMap=t.Touch=void 0,function(e){e.None=0,e.First=1,e.AsOld=e.First,e.Last=2,e.AsNew=e.Last}(n=t.Touch||(t.Touch={}));class i{constructor(){this[r]="LinkedMap",this._map=new Map,this._head=void 0,this._tail=void 0,this._size=0,this._state=0}clear(){this._map.clear(),this._head=void 0,this._tail=void 0,this._size=0,this._state++}isEmpty(){return!this._head&&!this._tail}get size(){return this._size}get first(){return this._head?.value}get last(){return this._tail?.value}has(e){return this._map.has(e)}get(e,t=n.None){const r=this._map.get(e);if(r)return t!==n.None&&this.touch(r,t),r.value}set(e,t,r=n.None){let i=this._map.get(e);if(i)i.value=t,r!==n.None&&this.touch(i,r);else{switch(i={key:e,value:t,next:void 0,previous:void 0},r){case n.None:this.addItemLast(i);break;case n.First:this.addItemFirst(i);break;case n.Last:default:this.addItemLast(i)}this._map.set(e,i),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 r=this._state;let n=this._head;for(;n;){if(t?e.bind(t)(n.value,n.key,this):e(n.value,n.key,this),this._state!==r)throw new Error("LinkedMap got modified during iteration.");n=n.next}}keys(){const e=this._state;let t=this._head;const r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==e)throw new Error("LinkedMap got modified during iteration.");if(t){const e={value:t.key,done:!1};return t=t.next,e}return{value:void 0,done:!0}}};return r}values(){const e=this._state;let t=this._head;const r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==e)throw new Error("LinkedMap got modified during iteration.");if(t){const e={value:t.value,done:!1};return t=t.next,e}return{value:void 0,done:!0}}};return r}entries(){const e=this._state;let t=this._head;const r={[Symbol.iterator]:()=>r,next:()=>{if(this._state!==e)throw new Error("LinkedMap got modified during iteration.");if(t){const e={value:[t.key,t.value],done:!1};return t=t.next,e}return{value:void 0,done:!0}}};return r}[(r=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,r=this.size;for(;t&&r>e;)this._map.delete(t.key),t=t.next,r--;this._head=t,this._size=r,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,r=e.previous;if(!t||!r)throw new Error("Invalid list");t.previous=r,r.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(t===n.First||t===n.Last)if(t===n.First){if(e===this._head)return;const t=e.next,r=e.previous;e===this._tail?(r.next=void 0,this._tail=r):(t.previous=r,r.next=t),e.previous=void 0,e.next=this._head,this._head.previous=e,this._head=e,this._state++}else if(t===n.Last){if(e===this._tail)return;const t=e.next,r=e.previous;e===this._head?(t.previous=void 0,this._head=t):(t.previous=r,r.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,r)=>{e.push([r,t])})),e}fromJSON(e){this.clear();for(const[t,r]of e)this.set(t,r)}}t.LinkedMap=i,t.LRUCache=class extends i{constructor(e,t=1){super(),this._limit=e,this._ratio=Math.min(Math.max(0,t),1)}get limit(){return this._limit}set limit(e){this._limit=e,this.checkTrim()}get ratio(){return this._ratio}set ratio(e){this._ratio=Math.min(Math.max(0,e),1),this.checkTrim()}get(e,t=n.AsNew){return super.get(e,t)}peek(e){return super.get(e,n.None)}set(e,t){return super.set(e,t,n.Last),this.checkTrim(),this}checkTrim(){this.size>this._limit&&this.trimOld(Math.round(this._limit*this._ratio))}}},9244:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AbstractMessageBuffer=void 0,t.AbstractMessageBuffer=class{constructor(e="utf-8"){this._encoding=e,this._chunks=[],this._totalLength=0}get encoding(){return this._encoding}append(e){const t="string"==typeof e?this.fromString(e,this._encoding):e;this._chunks.push(t),this._totalLength+=t.byteLength}tryReadHeaders(e=!1){if(0===this._chunks.length)return;let t=0,r=0,n=0,i=0;e:for(;r<this._chunks.length;){const e=this._chunks[r];for(n=0;n<e.length;){switch(e[n]){case 13:switch(t){case 0:t=1;break;case 2:t=3;break;default:t=0}break;case 10:switch(t){case 1:t=2;break;case 3:t=4,n++;break e;default:t=0}break;default:t=0}n++}i+=e.byteLength,r++}if(4!==t)return;const o=this._read(i+n),s=new Map,a=this.toString(o,"ascii").split("\r\n");if(a.length<2)return s;for(let t=0;t<a.length-2;t++){const r=a[t],n=r.indexOf(":");if(-1===n)throw new Error("Message header must separate key and value using :");const i=r.substr(0,n),o=r.substr(n+1).trim();s.set(e?i.toLowerCase():i,o)}return s}tryReadBody(e){if(!(this._totalLength<e))return this._read(e)}get numberOfBytes(){return this._totalLength}_read(e){if(0===e)return this.emptyBuffer();if(e>this._totalLength)throw new Error("Cannot read so many bytes!");if(this._chunks[0].byteLength===e){const t=this._chunks[0];return this._chunks.shift(),this._totalLength-=e,this.asNative(t)}if(this._chunks[0].byteLength>e){const t=this._chunks[0],r=this.asNative(t,e);return this._chunks[0]=t.slice(e),this._totalLength-=e,r}const t=this.allocNative(e);let r=0;for(;e>0;){const n=this._chunks[0];if(n.byteLength>e){const i=n.slice(0,e);t.set(i,r),r+=e,this._chunks[0]=n.slice(e),this._totalLength-=e,e-=e}else t.set(n,r),r+=n.byteLength,this._chunks.shift(),this._totalLength-=n.byteLength,e-=n.byteLength}return t}}},9085:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ReadableStreamMessageReader=t.AbstractMessageReader=t.MessageReader=void 0;const n=r(9590),i=r(8585),o=r(2676),s=r(4323);var a;(t.MessageReader||(t.MessageReader={})).is=function(e){let t=e;return t&&i.func(t.listen)&&i.func(t.dispose)&&i.func(t.onError)&&i.func(t.onClose)&&i.func(t.onPartialMessage)};class c{constructor(){this.errorEmitter=new o.Emitter,this.closeEmitter=new o.Emitter,this.partialMessageEmitter=new o.Emitter}dispose(){this.errorEmitter.dispose(),this.closeEmitter.dispose()}get onError(){return this.errorEmitter.event}fireError(e){this.errorEmitter.fire(this.asError(e))}get onClose(){return this.closeEmitter.event}fireClose(){this.closeEmitter.fire(void 0)}get onPartialMessage(){return this.partialMessageEmitter.event}firePartialMessage(e){this.partialMessageEmitter.fire(e)}asError(e){return e instanceof Error?e:new Error(`Reader received error. Reason: ${i.string(e.message)?e.message:"unknown"}`)}}t.AbstractMessageReader=c,function(e){e.fromOptions=function(e){let t,r;const i=new Map;let o;const s=new Map;if(void 0===e||"string"==typeof e)t=e??"utf-8";else{if(t=e.charset??"utf-8",void 0!==e.contentDecoder&&(r=e.contentDecoder,i.set(r.name,r)),void 0!==e.contentDecoders)for(const t of e.contentDecoders)i.set(t.name,t);if(void 0!==e.contentTypeDecoder&&(o=e.contentTypeDecoder,s.set(o.name,o)),void 0!==e.contentTypeDecoders)for(const t of e.contentTypeDecoders)s.set(t.name,t)}return void 0===o&&(o=(0,n.default)().applicationJson.decoder,s.set(o.name,o)),{charset:t,contentDecoder:r,contentDecoders:i,contentTypeDecoder:o,contentTypeDecoders:s}}}(a||(a={})),t.ReadableStreamMessageReader=class extends c{constructor(e,t){super(),this.readable=e,this.options=a.fromOptions(t),this.buffer=(0,n.default)().messageBuffer.create(this.options.charset),this._partialMessageTimeout=1e4,this.nextMessageLength=-1,this.messageToken=0,this.readSemaphore=new s.Semaphore(1)}set partialMessageTimeout(e){this._partialMessageTimeout=e}get partialMessageTimeout(){return this._partialMessageTimeout}listen(e){this.nextMessageLength=-1,this.messageToken=0,this.partialMessageTimer=void 0,this.callback=e;const t=this.readable.onData((e=>{this.onData(e)}));return this.readable.onError((e=>this.fireError(e))),this.readable.onClose((()=>this.fireClose())),t}onData(e){for(this.buffer.append(e);;){if(-1===this.nextMessageLength){const e=this.buffer.tryReadHeaders(!0);if(!e)return;const t=e.get("content-length");if(!t)return void this.fireError(new Error("Header must provide a Content-Length property."));const r=parseInt(t);if(isNaN(r))return void this.fireError(new Error("Content-Length value must be a number."));this.nextMessageLength=r}const e=this.buffer.tryReadBody(this.nextMessageLength);if(void 0===e)return void this.setPartialMessageTimer();this.clearPartialMessageTimer(),this.nextMessageLength=-1,this.readSemaphore.lock((async()=>{const t=void 0!==this.options.contentDecoder?await this.options.contentDecoder.decode(e):e,r=await this.options.contentTypeDecoder.decode(t,this.options);this.callback(r)})).catch((e=>{this.fireError(e)}))}}clearPartialMessageTimer(){this.partialMessageTimer&&(this.partialMessageTimer.dispose(),this.partialMessageTimer=void 0)}setPartialMessageTimer(){this.clearPartialMessageTimer(),this._partialMessageTimeout<=0||(this.partialMessageTimer=(0,n.default)().timer.setTimeout(((e,t)=>{this.partialMessageTimer=void 0,e===this.messageToken&&(this.firePartialMessage({messageToken:e,waitingTime:t}),this.setPartialMessageTimer())}),this._partialMessageTimeout,this.messageToken,this._partialMessageTimeout))}}},3193:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WriteableStreamMessageWriter=t.AbstractMessageWriter=t.MessageWriter=void 0;const n=r(9590),i=r(8585),o=r(4323),s=r(2676);var a;(t.MessageWriter||(t.MessageWriter={})).is=function(e){let t=e;return t&&i.func(t.dispose)&&i.func(t.onClose)&&i.func(t.onError)&&i.func(t.write)};class c{constructor(){this.errorEmitter=new s.Emitter,this.closeEmitter=new s.Emitter}dispose(){this.errorEmitter.dispose(),this.closeEmitter.dispose()}get onError(){return this.errorEmitter.event}fireError(e,t,r){this.errorEmitter.fire([this.asError(e),t,r])}get onClose(){return this.closeEmitter.event}fireClose(){this.closeEmitter.fire(void 0)}asError(e){return e instanceof Error?e:new Error(`Writer received error. Reason: ${i.string(e.message)?e.message:"unknown"}`)}}t.AbstractMessageWriter=c,function(e){e.fromOptions=function(e){return void 0===e||"string"==typeof e?{charset:e??"utf-8",contentTypeEncoder:(0,n.default)().applicationJson.encoder}:{charset:e.charset??"utf-8",contentEncoder:e.contentEncoder,contentTypeEncoder:e.contentTypeEncoder??(0,n.default)().applicationJson.encoder}}}(a||(a={})),t.WriteableStreamMessageWriter=class extends c{constructor(e,t){super(),this.writable=e,this.options=a.fromOptions(t),this.errorCount=0,this.writeSemaphore=new o.Semaphore(1),this.writable.onError((e=>this.fireError(e))),this.writable.onClose((()=>this.fireClose()))}async write(e){return this.writeSemaphore.lock((async()=>this.options.contentTypeEncoder.encode(e,this.options).then((e=>void 0!==this.options.contentEncoder?this.options.contentEncoder.encode(e):e)).then((t=>{const r=[];return r.push("Content-Length: ",t.byteLength.toString(),"\r\n"),r.push("\r\n"),this.doWrite(e,r,t)}),(e=>{throw this.fireError(e),e}))))}async doWrite(e,t,r){try{return await this.writable.write(t.join(""),"ascii"),this.writable.write(r)}catch(t){return this.handleError(t,e),Promise.reject(t)}}handleError(e,t){this.errorCount++,this.fireError(e,t,this.errorCount)}end(){this.writable.end()}}},6177:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Message=t.NotificationType9=t.NotificationType8=t.NotificationType7=t.NotificationType6=t.NotificationType5=t.NotificationType4=t.NotificationType3=t.NotificationType2=t.NotificationType1=t.NotificationType0=t.NotificationType=t.RequestType9=t.RequestType8=t.RequestType7=t.RequestType6=t.RequestType5=t.RequestType4=t.RequestType3=t.RequestType2=t.RequestType1=t.RequestType=t.RequestType0=t.AbstractMessageSignature=t.ParameterStructures=t.ResponseError=t.ErrorCodes=void 0;const n=r(8585);var i,o;!function(e){e.ParseError=-32700,e.InvalidRequest=-32600,e.MethodNotFound=-32601,e.InvalidParams=-32602,e.InternalError=-32603,e.jsonrpcReservedErrorRangeStart=-32099,e.serverErrorStart=-32099,e.MessageWriteError=-32099,e.MessageReadError=-32098,e.PendingResponseRejected=-32097,e.ConnectionInactive=-32096,e.ServerNotInitialized=-32002,e.UnknownErrorCode=-32001,e.jsonrpcReservedErrorRangeEnd=-32e3,e.serverErrorEnd=-32e3}(i=t.ErrorCodes||(t.ErrorCodes={}));class s extends Error{constructor(e,t,r){super(t),this.code=n.number(e)?e:i.UnknownErrorCode,this.data=r,Object.setPrototypeOf(this,s.prototype)}toJson(){const e={code:this.code,message:this.message};return void 0!==this.data&&(e.data=this.data),e}}t.ResponseError=s;class a{constructor(e){this.kind=e}static is(e){return e===a.auto||e===a.byName||e===a.byPosition}toString(){return this.kind}}t.ParameterStructures=a,a.auto=new a("auto"),a.byPosition=new a("byPosition"),a.byName=new a("byName");class c{constructor(e,t){this.method=e,this.numberOfParams=t}get parameterStructures(){return a.auto}}t.AbstractMessageSignature=c,t.RequestType0=class extends c{constructor(e){super(e,0)}},t.RequestType=class extends c{constructor(e,t=a.auto){super(e,1),this._parameterStructures=t}get parameterStructures(){return this._parameterStructures}},t.RequestType1=class extends c{constructor(e,t=a.auto){super(e,1),this._parameterStructures=t}get parameterStructures(){return this._parameterStructures}},t.RequestType2=class extends c{constructor(e){super(e,2)}},t.RequestType3=class extends c{constructor(e){super(e,3)}},t.RequestType4=class extends c{constructor(e){super(e,4)}},t.RequestType5=class extends c{constructor(e){super(e,5)}},t.RequestType6=class extends c{constructor(e){super(e,6)}},t.RequestType7=class extends c{constructor(e){super(e,7)}},t.RequestType8=class extends c{constructor(e){super(e,8)}},t.RequestType9=class extends c{constructor(e){super(e,9)}},t.NotificationType=class extends c{constructor(e,t=a.auto){super(e,1),this._parameterStructures=t}get parameterStructures(){return this._parameterStructures}},t.NotificationType0=class extends c{constructor(e){super(e,0)}},t.NotificationType1=class extends c{constructor(e,t=a.auto){super(e,1),this._parameterStructures=t}get parameterStructures(){return this._parameterStructures}},t.NotificationType2=class extends c{constructor(e){super(e,2)}},t.NotificationType3=class extends c{constructor(e){super(e,3)}},t.NotificationType4=class extends c{constructor(e){super(e,4)}},t.NotificationType5=class extends c{constructor(e){super(e,5)}},t.NotificationType6=class extends c{constructor(e){super(e,6)}},t.NotificationType7=class extends c{constructor(e){super(e,7)}},t.NotificationType8=class extends c{constructor(e){super(e,8)}},t.NotificationType9=class extends c{constructor(e){super(e,9)}},(o=t.Message||(t.Message={})).isRequest=function(e){const t=e;return t&&n.string(t.method)&&(n.string(t.id)||n.number(t.id))},o.isNotification=function(e){const t=e;return t&&n.string(t.method)&&void 0===e.id},o.isResponse=function(e){const t=e;return t&&(void 0!==t.result||!!t.error)&&(n.string(t.id)||n.number(t.id)||null===t.id)}},9590:(e,t)=>{"use strict";let r;function n(){if(void 0===r)throw new Error("No runtime abstraction layer installed");return r}Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.install=function(e){if(void 0===e)throw new Error("No runtime abstraction layer provided");r=e}}(n||(n={})),t.default=n},4323:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Semaphore=void 0;const n=r(9590);t.Semaphore=class{constructor(e=1){if(e<=0)throw new Error("Capacity must be greater than 0");this._capacity=e,this._active=0,this._waiting=[]}lock(e){return new Promise(((t,r)=>{this._waiting.push({thunk:e,resolve:t,reject:r}),this.runNext()}))}get active(){return this._active}runNext(){0!==this._waiting.length&&this._active!==this._capacity&&(0,n.default)().timer.setImmediate((()=>this.doRunNext()))}doRunNext(){if(0===this._waiting.length||this._active===this._capacity)return;const e=this._waiting.shift();if(this._active++,this._active>this._capacity)throw new Error("To many thunks active");try{const t=e.thunk();t instanceof Promise?t.then((t=>{this._active--,e.resolve(t),this.runNext()}),(t=>{this._active--,e.reject(t),this.runNext()})):(this._active--,e.resolve(t),this.runNext())}catch(t){this._active--,e.reject(t),this.runNext()}}}},4996:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SharedArrayReceiverStrategy=t.SharedArraySenderStrategy=void 0;const n=r(9850);var i;!function(e){e.Continue=0,e.Cancelled=1}(i||(i={})),t.SharedArraySenderStrategy=class{constructor(){this.buffers=new Map}enableCancellation(e){if(null===e.id)return;const t=new SharedArrayBuffer(4);new Int32Array(t,0,1)[0]=i.Continue,this.buffers.set(e.id,t),e.$cancellationData=t}async sendCancellation(e,t){const r=this.buffers.get(t);if(void 0===r)return;const n=new Int32Array(r,0,1);Atomics.store(n,0,i.Cancelled)}cleanup(e){this.buffers.delete(e)}dispose(){this.buffers.clear()}};class o{constructor(e){this.data=new Int32Array(e,0,1)}get isCancellationRequested(){return Atomics.load(this.data,0)===i.Cancelled}get onCancellationRequested(){throw new Error("Cancellation over SharedArrayBuffer doesn't support cancellation events")}}class s{constructor(e){this.token=new o(e)}cancel(){}dispose(){}}t.SharedArrayReceiverStrategy=class{constructor(){this.kind="request"}createCancellationTokenSource(e){const t=e.$cancellationData;return void 0===t?new n.CancellationTokenSource:new s(t)}}},5678:(e,t,r)=>{"use strict";e.exports=r(4512)},4512:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.createProtocolConnection=void 0;const o=r(6087);i(r(6087),t),i(r(8766),t),t.createProtocolConnection=function(e,t,r,n){return(0,o.createMessageConnection)(e,t,r,n)}},8766:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.LSPErrorCodes=t.createProtocolConnection=void 0,i(r(6439),t),i(r(7145),t),i(r(372),t),i(r(1560),t);var o,s=r(1580);Object.defineProperty(t,"createProtocolConnection",{enumerable:!0,get:function(){return s.createProtocolConnection}}),(o=t.LSPErrorCodes||(t.LSPErrorCodes={})).lspReservedErrorRangeStart=-32899,o.RequestFailed=-32803,o.ServerCancelled=-32802,o.ContentModified=-32801,o.RequestCancelled=-32800,o.lspReservedErrorRangeEnd=-32800},1580:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createProtocolConnection=void 0;const n=r(6439);t.createProtocolConnection=function(e,t,r,i){return n.ConnectionStrategy.is(i)&&(i={connectionStrategy:i}),(0,n.createMessageConnection)(e,t,r,i)}},372:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ProtocolNotificationType=t.ProtocolNotificationType0=t.ProtocolRequestType=t.ProtocolRequestType0=t.RegistrationType=t.MessageDirection=void 0;const n=r(6439);var i;(i=t.MessageDirection||(t.MessageDirection={})).clientToServer="clientToServer",i.serverToClient="serverToClient",i.both="both",t.RegistrationType=class{constructor(e){this.method=e}};class o extends n.RequestType0{constructor(e){super(e)}}t.ProtocolRequestType0=o;class s extends n.RequestType{constructor(e){super(e,n.ParameterStructures.byName)}}t.ProtocolRequestType=s;class a extends n.NotificationType0{constructor(e){super(e)}}t.ProtocolNotificationType0=a;class c extends n.NotificationType{constructor(e){super(e,n.ParameterStructures.byName)}}t.ProtocolNotificationType=c},8765:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CallHierarchyOutgoingCallsRequest=t.CallHierarchyIncomingCallsRequest=t.CallHierarchyPrepareRequest=void 0;const n=r(372);var i,o,s;(s=t.CallHierarchyPrepareRequest||(t.CallHierarchyPrepareRequest={})).method="textDocument/prepareCallHierarchy",s.messageDirection=n.MessageDirection.clientToServer,s.type=new n.ProtocolRequestType(s.method),(o=t.CallHierarchyIncomingCallsRequest||(t.CallHierarchyIncomingCallsRequest={})).method="callHierarchy/incomingCalls",o.messageDirection=n.MessageDirection.clientToServer,o.type=new n.ProtocolRequestType(o.method),(i=t.CallHierarchyOutgoingCallsRequest||(t.CallHierarchyOutgoingCallsRequest={})).method="callHierarchy/outgoingCalls",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},7672:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ColorPresentationRequest=t.DocumentColorRequest=void 0;const n=r(372);var i,o;(o=t.DocumentColorRequest||(t.DocumentColorRequest={})).method="textDocument/documentColor",o.messageDirection=n.MessageDirection.clientToServer,o.type=new n.ProtocolRequestType(o.method),(i=t.ColorPresentationRequest||(t.ColorPresentationRequest={})).method="textDocument/colorPresentation",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},1660:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ConfigurationRequest=void 0;const n=r(372);var i;(i=t.ConfigurationRequest||(t.ConfigurationRequest={})).method="workspace/configuration",i.messageDirection=n.MessageDirection.serverToClient,i.type=new n.ProtocolRequestType(i.method)},6914:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DeclarationRequest=void 0;const n=r(372);var i;(i=t.DeclarationRequest||(t.DeclarationRequest={})).method="textDocument/declaration",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},6011:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DiagnosticRefreshRequest=t.WorkspaceDiagnosticRequest=t.DocumentDiagnosticRequest=t.DocumentDiagnosticReportKind=t.DiagnosticServerCancellationData=void 0;const n=r(6439),i=r(8598),o=r(372);var s,a,c,u;(t.DiagnosticServerCancellationData||(t.DiagnosticServerCancellationData={})).is=function(e){const t=e;return t&&i.boolean(t.retriggerRequest)},(u=t.DocumentDiagnosticReportKind||(t.DocumentDiagnosticReportKind={})).Full="full",u.Unchanged="unchanged",(c=t.DocumentDiagnosticRequest||(t.DocumentDiagnosticRequest={})).method="textDocument/diagnostic",c.messageDirection=o.MessageDirection.clientToServer,c.type=new o.ProtocolRequestType(c.method),c.partialResult=new n.ProgressType,(a=t.WorkspaceDiagnosticRequest||(t.WorkspaceDiagnosticRequest={})).method="workspace/diagnostic",a.messageDirection=o.MessageDirection.clientToServer,a.type=new o.ProtocolRequestType(a.method),a.partialResult=new n.ProgressType,(s=t.DiagnosticRefreshRequest||(t.DiagnosticRefreshRequest={})).method="workspace/diagnostic/refresh",s.messageDirection=o.MessageDirection.serverToClient,s.type=new o.ProtocolRequestType0(s.method)},9840:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WillDeleteFilesRequest=t.DidDeleteFilesNotification=t.DidRenameFilesNotification=t.WillRenameFilesRequest=t.DidCreateFilesNotification=t.WillCreateFilesRequest=t.FileOperationPatternKind=void 0;const n=r(372);var i,o,s,a,c,u,l;(l=t.FileOperationPatternKind||(t.FileOperationPatternKind={})).file="file",l.folder="folder",(u=t.WillCreateFilesRequest||(t.WillCreateFilesRequest={})).method="workspace/willCreateFiles",u.messageDirection=n.MessageDirection.clientToServer,u.type=new n.ProtocolRequestType(u.method),(c=t.DidCreateFilesNotification||(t.DidCreateFilesNotification={})).method="workspace/didCreateFiles",c.messageDirection=n.MessageDirection.clientToServer,c.type=new n.ProtocolNotificationType(c.method),(a=t.WillRenameFilesRequest||(t.WillRenameFilesRequest={})).method="workspace/willRenameFiles",a.messageDirection=n.MessageDirection.clientToServer,a.type=new n.ProtocolRequestType(a.method),(s=t.DidRenameFilesNotification||(t.DidRenameFilesNotification={})).method="workspace/didRenameFiles",s.messageDirection=n.MessageDirection.clientToServer,s.type=new n.ProtocolNotificationType(s.method),(o=t.DidDeleteFilesNotification||(t.DidDeleteFilesNotification={})).method="workspace/didDeleteFiles",o.messageDirection=n.MessageDirection.clientToServer,o.type=new n.ProtocolNotificationType(o.method),(i=t.WillDeleteFilesRequest||(t.WillDeleteFilesRequest={})).method="workspace/willDeleteFiles",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},2874:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FoldingRangeRequest=void 0;const n=r(372);var i;(i=t.FoldingRangeRequest||(t.FoldingRangeRequest={})).method="textDocument/foldingRange",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},9574:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ImplementationRequest=void 0;const n=r(372);var i;(i=t.ImplementationRequest||(t.ImplementationRequest={})).method="textDocument/implementation",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},7752:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InlayHintRefreshRequest=t.InlayHintResolveRequest=t.InlayHintRequest=void 0;const n=r(372);var i,o,s;(s=t.InlayHintRequest||(t.InlayHintRequest={})).method="textDocument/inlayHint",s.messageDirection=n.MessageDirection.clientToServer,s.type=new n.ProtocolRequestType(s.method),(o=t.InlayHintResolveRequest||(t.InlayHintResolveRequest={})).method="inlayHint/resolve",o.messageDirection=n.MessageDirection.clientToServer,o.type=new n.ProtocolRequestType(o.method),(i=t.InlayHintRefreshRequest||(t.InlayHintRefreshRequest={})).method="workspace/inlayHint/refresh",i.messageDirection=n.MessageDirection.serverToClient,i.type=new n.ProtocolRequestType0(i.method)},3124:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InlineValueRefreshRequest=t.InlineValueRequest=void 0;const n=r(372);var i,o;(o=t.InlineValueRequest||(t.InlineValueRequest={})).method="textDocument/inlineValue",o.messageDirection=n.MessageDirection.clientToServer,o.type=new n.ProtocolRequestType(o.method),(i=t.InlineValueRefreshRequest||(t.InlineValueRefreshRequest={})).method="workspace/inlineValue/refresh",i.messageDirection=n.MessageDirection.serverToClient,i.type=new n.ProtocolRequestType0(i.method)},1560:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkspaceSymbolRequest=t.CodeActionResolveRequest=t.CodeActionRequest=t.DocumentSymbolRequest=t.DocumentHighlightRequest=t.ReferencesRequest=t.DefinitionRequest=t.SignatureHelpRequest=t.SignatureHelpTriggerKind=t.HoverRequest=t.CompletionResolveRequest=t.CompletionRequest=t.CompletionTriggerKind=t.PublishDiagnosticsNotification=t.WatchKind=t.RelativePattern=t.FileChangeType=t.DidChangeWatchedFilesNotification=t.WillSaveTextDocumentWaitUntilRequest=t.WillSaveTextDocumentNotification=t.TextDocumentSaveReason=t.DidSaveTextDocumentNotification=t.DidCloseTextDocumentNotification=t.DidChangeTextDocumentNotification=t.TextDocumentContentChangeEvent=t.DidOpenTextDocumentNotification=t.TextDocumentSyncKind=t.TelemetryEventNotification=t.LogMessageNotification=t.ShowMessageRequest=t.ShowMessageNotification=t.MessageType=t.DidChangeConfigurationNotification=t.ExitNotification=t.ShutdownRequest=t.InitializedNotification=t.InitializeErrorCodes=t.InitializeRequest=t.WorkDoneProgressOptions=t.TextDocumentRegistrationOptions=t.StaticRegistrationOptions=t.PositionEncodingKind=t.FailureHandlingKind=t.ResourceOperationKind=t.UnregistrationRequest=t.RegistrationRequest=t.DocumentSelector=t.NotebookCellTextDocumentFilter=t.NotebookDocumentFilter=t.TextDocumentFilter=void 0,t.TypeHierarchySubtypesRequest=t.TypeHierarchyPrepareRequest=t.MonikerRequest=t.MonikerKind=t.UniquenessLevel=t.WillDeleteFilesRequest=t.DidDeleteFilesNotification=t.WillRenameFilesRequest=t.DidRenameFilesNotification=t.WillCreateFilesRequest=t.DidCreateFilesNotification=t.FileOperationPatternKind=t.LinkedEditingRangeRequest=t.ShowDocumentRequest=t.SemanticTokensRegistrationType=t.SemanticTokensRefreshRequest=t.SemanticTokensRangeRequest=t.SemanticTokensDeltaRequest=t.SemanticTokensRequest=t.TokenFormat=t.CallHierarchyPrepareRequest=t.CallHierarchyOutgoingCallsRequest=t.CallHierarchyIncomingCallsRequest=t.WorkDoneProgressCancelNotification=t.WorkDoneProgressCreateRequest=t.WorkDoneProgress=t.SelectionRangeRequest=t.DeclarationRequest=t.FoldingRangeRequest=t.ColorPresentationRequest=t.DocumentColorRequest=t.ConfigurationRequest=t.DidChangeWorkspaceFoldersNotification=t.WorkspaceFoldersRequest=t.TypeDefinitionRequest=t.ImplementationRequest=t.ApplyWorkspaceEditRequest=t.ExecuteCommandRequest=t.PrepareRenameRequest=t.RenameRequest=t.PrepareSupportDefaultBehavior=t.DocumentOnTypeFormattingRequest=t.DocumentRangeFormattingRequest=t.DocumentFormattingRequest=t.DocumentLinkResolveRequest=t.DocumentLinkRequest=t.CodeLensRefreshRequest=t.CodeLensResolveRequest=t.CodeLensRequest=t.WorkspaceSymbolResolveRequest=void 0,t.DidCloseNotebookDocumentNotification=t.DidSaveNotebookDocumentNotification=t.DidChangeNotebookDocumentNotification=t.NotebookCellArrayChange=t.DidOpenNotebookDocumentNotification=t.NotebookDocumentSyncRegistrationType=t.NotebookDocument=t.NotebookCell=t.ExecutionSummary=t.NotebookCellKind=t.DiagnosticRefreshRequest=t.WorkspaceDiagnosticRequest=t.DocumentDiagnosticRequest=t.DocumentDiagnosticReportKind=t.DiagnosticServerCancellationData=t.InlayHintRefreshRequest=t.InlayHintResolveRequest=t.InlayHintRequest=t.InlineValueRefreshRequest=t.InlineValueRequest=t.TypeHierarchySupertypesRequest=void 0;const n=r(372),i=r(7145),o=r(8598),s=r(9574);Object.defineProperty(t,"ImplementationRequest",{enumerable:!0,get:function(){return s.ImplementationRequest}});const a=r(8461);Object.defineProperty(t,"TypeDefinitionRequest",{enumerable:!0,get:function(){return a.TypeDefinitionRequest}});const c=r(9935);Object.defineProperty(t,"WorkspaceFoldersRequest",{enumerable:!0,get:function(){return c.WorkspaceFoldersRequest}}),Object.defineProperty(t,"DidChangeWorkspaceFoldersNotification",{enumerable:!0,get:function(){return c.DidChangeWorkspaceFoldersNotification}});const u=r(1660);Object.defineProperty(t,"ConfigurationRequest",{enumerable:!0,get:function(){return u.ConfigurationRequest}});const l=r(7672);Object.defineProperty(t,"DocumentColorRequest",{enumerable:!0,get:function(){return l.DocumentColorRequest}}),Object.defineProperty(t,"ColorPresentationRequest",{enumerable:!0,get:function(){return l.ColorPresentationRequest}});const d=r(2874);Object.defineProperty(t,"FoldingRangeRequest",{enumerable:!0,get:function(){return d.FoldingRangeRequest}});const f=r(6914);Object.defineProperty(t,"DeclarationRequest",{enumerable:!0,get:function(){return f.DeclarationRequest}});const p=r(3487);Object.defineProperty(t,"SelectionRangeRequest",{enumerable:!0,get:function(){return p.SelectionRangeRequest}});const h=r(2687);Object.defineProperty(t,"WorkDoneProgress",{enumerable:!0,get:function(){return h.WorkDoneProgress}}),Object.defineProperty(t,"WorkDoneProgressCreateRequest",{enumerable:!0,get:function(){return h.WorkDoneProgressCreateRequest}}),Object.defineProperty(t,"WorkDoneProgressCancelNotification",{enumerable:!0,get:function(){return h.WorkDoneProgressCancelNotification}});const g=r(8765);Object.defineProperty(t,"CallHierarchyIncomingCallsRequest",{enumerable:!0,get:function(){return g.CallHierarchyIncomingCallsRequest}}),Object.defineProperty(t,"CallHierarchyOutgoingCallsRequest",{enumerable:!0,get:function(){return g.CallHierarchyOutgoingCallsRequest}}),Object.defineProperty(t,"CallHierarchyPrepareRequest",{enumerable:!0,get:function(){return g.CallHierarchyPrepareRequest}});const m=r(2478);Object.defineProperty(t,"TokenFormat",{enumerable:!0,get:function(){return m.TokenFormat}}),Object.defineProperty(t,"SemanticTokensRequest",{enumerable:!0,get:function(){return m.SemanticTokensRequest}}),Object.defineProperty(t,"SemanticTokensDeltaRequest",{enumerable:!0,get:function(){return m.SemanticTokensDeltaRequest}}),Object.defineProperty(t,"SemanticTokensRangeRequest",{enumerable:!0,get:function(){return m.SemanticTokensRangeRequest}}),Object.defineProperty(t,"SemanticTokensRefreshRequest",{enumerable:!0,get:function(){return m.SemanticTokensRefreshRequest}}),Object.defineProperty(t,"SemanticTokensRegistrationType",{enumerable:!0,get:function(){return m.SemanticTokensRegistrationType}});const v=r(908);Object.defineProperty(t,"ShowDocumentRequest",{enumerable:!0,get:function(){return v.ShowDocumentRequest}});const y=r(5316);Object.defineProperty(t,"LinkedEditingRangeRequest",{enumerable:!0,get:function(){return y.LinkedEditingRangeRequest}});const b=r(9840);Object.defineProperty(t,"FileOperationPatternKind",{enumerable:!0,get:function(){return b.FileOperationPatternKind}}),Object.defineProperty(t,"DidCreateFilesNotification",{enumerable:!0,get:function(){return b.DidCreateFilesNotification}}),Object.defineProperty(t,"WillCreateFilesRequest",{enumerable:!0,get:function(){return b.WillCreateFilesRequest}}),Object.defineProperty(t,"DidRenameFilesNotification",{enumerable:!0,get:function(){return b.DidRenameFilesNotification}}),Object.defineProperty(t,"WillRenameFilesRequest",{enumerable:!0,get:function(){return b.WillRenameFilesRequest}}),Object.defineProperty(t,"DidDeleteFilesNotification",{enumerable:!0,get:function(){return b.DidDeleteFilesNotification}}),Object.defineProperty(t,"WillDeleteFilesRequest",{enumerable:!0,get:function(){return b.WillDeleteFilesRequest}});const D=r(9047);Object.defineProperty(t,"UniquenessLevel",{enumerable:!0,get:function(){return D.UniquenessLevel}}),Object.defineProperty(t,"MonikerKind",{enumerable:!0,get:function(){return D.MonikerKind}}),Object.defineProperty(t,"MonikerRequest",{enumerable:!0,get:function(){return D.MonikerRequest}});const k=r(645);Object.defineProperty(t,"TypeHierarchyPrepareRequest",{enumerable:!0,get:function(){return k.TypeHierarchyPrepareRequest}}),Object.defineProperty(t,"TypeHierarchySubtypesRequest",{enumerable:!0,get:function(){return k.TypeHierarchySubtypesRequest}}),Object.defineProperty(t,"TypeHierarchySupertypesRequest",{enumerable:!0,get:function(){return k.TypeHierarchySupertypesRequest}});const w=r(3124);Object.defineProperty(t,"InlineValueRequest",{enumerable:!0,get:function(){return w.InlineValueRequest}}),Object.defineProperty(t,"InlineValueRefreshRequest",{enumerable:!0,get:function(){return w.InlineValueRefreshRequest}});const C=r(7752);Object.defineProperty(t,"InlayHintRequest",{enumerable:!0,get:function(){return C.InlayHintRequest}}),Object.defineProperty(t,"InlayHintResolveRequest",{enumerable:!0,get:function(){return C.InlayHintResolveRequest}}),Object.defineProperty(t,"InlayHintRefreshRequest",{enumerable:!0,get:function(){return C.InlayHintRefreshRequest}});const R=r(6011);Object.defineProperty(t,"DiagnosticServerCancellationData",{enumerable:!0,get:function(){return R.DiagnosticServerCancellationData}}),Object.defineProperty(t,"DocumentDiagnosticReportKind",{enumerable:!0,get:function(){return R.DocumentDiagnosticReportKind}}),Object.defineProperty(t,"DocumentDiagnosticRequest",{enumerable:!0,get:function(){return R.DocumentDiagnosticRequest}}),Object.defineProperty(t,"WorkspaceDiagnosticRequest",{enumerable:!0,get:function(){return R.WorkspaceDiagnosticRequest}}),Object.defineProperty(t,"DiagnosticRefreshRequest",{enumerable:!0,get:function(){return R.DiagnosticRefreshRequest}});const E=r(3557);var T,A,x,_,L,S,F,P,q,M,N,O,I,j,H,B,U,W,V,$,K,z,G,J,X,Z,Y,Q,ee,te,re,ne,ie,oe,se,ae,ce,ue,le,de,fe,pe,he,ge,me,ve,ye,be,De,ke,we,Ce,Re,Ee,Te,Ae,xe,_e,Le;Object.defineProperty(t,"NotebookCellKind",{enumerable:!0,get:function(){return E.NotebookCellKind}}),Object.defineProperty(t,"ExecutionSummary",{enumerable:!0,get:function(){return E.ExecutionSummary}}),Object.defineProperty(t,"NotebookCell",{enumerable:!0,get:function(){return E.NotebookCell}}),Object.defineProperty(t,"NotebookDocument",{enumerable:!0,get:function(){return E.NotebookDocument}}),Object.defineProperty(t,"NotebookDocumentSyncRegistrationType",{enumerable:!0,get:function(){return E.NotebookDocumentSyncRegistrationType}}),Object.defineProperty(t,"DidOpenNotebookDocumentNotification",{enumerable:!0,get:function(){return E.DidOpenNotebookDocumentNotification}}),Object.defineProperty(t,"NotebookCellArrayChange",{enumerable:!0,get:function(){return E.NotebookCellArrayChange}}),Object.defineProperty(t,"DidChangeNotebookDocumentNotification",{enumerable:!0,get:function(){return E.DidChangeNotebookDocumentNotification}}),Object.defineProperty(t,"DidSaveNotebookDocumentNotification",{enumerable:!0,get:function(){return E.DidSaveNotebookDocumentNotification}}),Object.defineProperty(t,"DidCloseNotebookDocumentNotification",{enumerable:!0,get:function(){return E.DidCloseNotebookDocumentNotification}}),function(e){e.is=function(e){const t=e;return o.string(t.language)||o.string(t.scheme)||o.string(t.pattern)}}(T=t.TextDocumentFilter||(t.TextDocumentFilter={})),function(e){e.is=function(e){const t=e;return o.objectLiteral(t)&&(o.string(t.notebookType)||o.string(t.scheme)||o.string(t.pattern))}}(A=t.NotebookDocumentFilter||(t.NotebookDocumentFilter={})),function(e){e.is=function(e){const t=e;return o.objectLiteral(t)&&(o.string(t.notebook)||A.is(t.notebook))&&(void 0===t.language||o.string(t.language))}}(x=t.NotebookCellTextDocumentFilter||(t.NotebookCellTextDocumentFilter={})),function(e){e.is=function(e){if(!Array.isArray(e))return!1;for(let t of e)if(!o.string(t)&&!T.is(t)&&!x.is(t))return!1;return!0}}(_=t.DocumentSelector||(t.DocumentSelector={})),(Le=t.RegistrationRequest||(t.RegistrationRequest={})).method="client/registerCapability",Le.messageDirection=n.MessageDirection.serverToClient,Le.type=new n.ProtocolRequestType(Le.method),(_e=t.UnregistrationRequest||(t.UnregistrationRequest={})).method="client/unregisterCapability",_e.messageDirection=n.MessageDirection.serverToClient,_e.type=new n.ProtocolRequestType(_e.method),(xe=t.ResourceOperationKind||(t.ResourceOperationKind={})).Create="create",xe.Rename="rename",xe.Delete="delete",(Ae=t.FailureHandlingKind||(t.FailureHandlingKind={})).Abort="abort",Ae.Transactional="transactional",Ae.TextOnlyTransactional="textOnlyTransactional",Ae.Undo="undo",(Te=t.PositionEncodingKind||(t.PositionEncodingKind={})).UTF8="utf-8",Te.UTF16="utf-16",Te.UTF32="utf-32",(t.StaticRegistrationOptions||(t.StaticRegistrationOptions={})).hasId=function(e){const t=e;return t&&o.string(t.id)&&t.id.length>0},(t.TextDocumentRegistrationOptions||(t.TextDocumentRegistrationOptions={})).is=function(e){const t=e;return t&&(null===t.documentSelector||_.is(t.documentSelector))},(Ee=t.WorkDoneProgressOptions||(t.WorkDoneProgressOptions={})).is=function(e){const t=e;return o.objectLiteral(t)&&(void 0===t.workDoneProgress||o.boolean(t.workDoneProgress))},Ee.hasWorkDoneProgress=function(e){const t=e;return t&&o.boolean(t.workDoneProgress)},(Re=t.InitializeRequest||(t.InitializeRequest={})).method="initialize",Re.messageDirection=n.MessageDirection.clientToServer,Re.type=new n.ProtocolRequestType(Re.method),(t.InitializeErrorCodes||(t.InitializeErrorCodes={})).unknownProtocolVersion=1,(Ce=t.InitializedNotification||(t.InitializedNotification={})).method="initialized",Ce.messageDirection=n.MessageDirection.clientToServer,Ce.type=new n.ProtocolNotificationType(Ce.method),(we=t.ShutdownRequest||(t.ShutdownRequest={})).method="shutdown",we.messageDirection=n.MessageDirection.clientToServer,we.type=new n.ProtocolRequestType0(we.method),(ke=t.ExitNotification||(t.ExitNotification={})).method="exit",ke.messageDirection=n.MessageDirection.clientToServer,ke.type=new n.ProtocolNotificationType0(ke.method),(De=t.DidChangeConfigurationNotification||(t.DidChangeConfigurationNotification={})).method="workspace/didChangeConfiguration",De.messageDirection=n.MessageDirection.clientToServer,De.type=new n.ProtocolNotificationType(De.method),(be=t.MessageType||(t.MessageType={})).Error=1,be.Warning=2,be.Info=3,be.Log=4,(ye=t.ShowMessageNotification||(t.ShowMessageNotification={})).method="window/showMessage",ye.messageDirection=n.MessageDirection.serverToClient,ye.type=new n.ProtocolNotificationType(ye.method),(ve=t.ShowMessageRequest||(t.ShowMessageRequest={})).method="window/showMessageRequest",ve.messageDirection=n.MessageDirection.serverToClient,ve.type=new n.ProtocolRequestType(ve.method),(me=t.LogMessageNotification||(t.LogMessageNotification={})).method="window/logMessage",me.messageDirection=n.MessageDirection.serverToClient,me.type=new n.ProtocolNotificationType(me.method),(ge=t.TelemetryEventNotification||(t.TelemetryEventNotification={})).method="telemetry/event",ge.messageDirection=n.MessageDirection.serverToClient,ge.type=new n.ProtocolNotificationType(ge.method),(he=t.TextDocumentSyncKind||(t.TextDocumentSyncKind={})).None=0,he.Full=1,he.Incremental=2,(pe=t.DidOpenTextDocumentNotification||(t.DidOpenTextDocumentNotification={})).method="textDocument/didOpen",pe.messageDirection=n.MessageDirection.clientToServer,pe.type=new n.ProtocolNotificationType(pe.method),(fe=t.TextDocumentContentChangeEvent||(t.TextDocumentContentChangeEvent={})).isIncremental=function(e){let t=e;return null!=t&&"string"==typeof t.text&&void 0!==t.range&&(void 0===t.rangeLength||"number"==typeof t.rangeLength)},fe.isFull=function(e){let t=e;return null!=t&&"string"==typeof t.text&&void 0===t.range&&void 0===t.rangeLength},(de=t.DidChangeTextDocumentNotification||(t.DidChangeTextDocumentNotification={})).method="textDocument/didChange",de.messageDirection=n.MessageDirection.clientToServer,de.type=new n.ProtocolNotificationType(de.method),(le=t.DidCloseTextDocumentNotification||(t.DidCloseTextDocumentNotification={})).method="textDocument/didClose",le.messageDirection=n.MessageDirection.clientToServer,le.type=new n.ProtocolNotificationType(le.method),(ue=t.DidSaveTextDocumentNotification||(t.DidSaveTextDocumentNotification={})).method="textDocument/didSave",ue.messageDirection=n.MessageDirection.clientToServer,ue.type=new n.ProtocolNotificationType(ue.method),(ce=t.TextDocumentSaveReason||(t.TextDocumentSaveReason={})).Manual=1,ce.AfterDelay=2,ce.FocusOut=3,(ae=t.WillSaveTextDocumentNotification||(t.WillSaveTextDocumentNotification={})).method="textDocument/willSave",ae.messageDirection=n.MessageDirection.clientToServer,ae.type=new n.ProtocolNotificationType(ae.method),(se=t.WillSaveTextDocumentWaitUntilRequest||(t.WillSaveTextDocumentWaitUntilRequest={})).method="textDocument/willSaveWaitUntil",se.messageDirection=n.MessageDirection.clientToServer,se.type=new n.ProtocolRequestType(se.method),(oe=t.DidChangeWatchedFilesNotification||(t.DidChangeWatchedFilesNotification={})).method="workspace/didChangeWatchedFiles",oe.messageDirection=n.MessageDirection.clientToServer,oe.type=new n.ProtocolNotificationType(oe.method),(ie=t.FileChangeType||(t.FileChangeType={})).Created=1,ie.Changed=2,ie.Deleted=3,(t.RelativePattern||(t.RelativePattern={})).is=function(e){const t=e;return o.objectLiteral(t)&&(i.URI.is(t.baseUri)||i.WorkspaceFolder.is(t.baseUri))&&o.string(t.pattern)},(ne=t.WatchKind||(t.WatchKind={})).Create=1,ne.Change=2,ne.Delete=4,(re=t.PublishDiagnosticsNotification||(t.PublishDiagnosticsNotification={})).method="textDocument/publishDiagnostics",re.messageDirection=n.MessageDirection.serverToClient,re.type=new n.ProtocolNotificationType(re.method),(te=t.CompletionTriggerKind||(t.CompletionTriggerKind={})).Invoked=1,te.TriggerCharacter=2,te.TriggerForIncompleteCompletions=3,(ee=t.CompletionRequest||(t.CompletionRequest={})).method="textDocument/completion",ee.messageDirection=n.MessageDirection.clientToServer,ee.type=new n.ProtocolRequestType(ee.method),(Q=t.CompletionResolveRequest||(t.CompletionResolveRequest={})).method="completionItem/resolve",Q.messageDirection=n.MessageDirection.clientToServer,Q.type=new n.ProtocolRequestType(Q.method),(Y=t.HoverRequest||(t.HoverRequest={})).method="textDocument/hover",Y.messageDirection=n.MessageDirection.clientToServer,Y.type=new n.ProtocolRequestType(Y.method),(Z=t.SignatureHelpTriggerKind||(t.SignatureHelpTriggerKind={})).Invoked=1,Z.TriggerCharacter=2,Z.ContentChange=3,(X=t.SignatureHelpRequest||(t.SignatureHelpRequest={})).method="textDocument/signatureHelp",X.messageDirection=n.MessageDirection.clientToServer,X.type=new n.ProtocolRequestType(X.method),(J=t.DefinitionRequest||(t.DefinitionRequest={})).method="textDocument/definition",J.messageDirection=n.MessageDirection.clientToServer,J.type=new n.ProtocolRequestType(J.method),(G=t.ReferencesRequest||(t.ReferencesRequest={})).method="textDocument/references",G.messageDirection=n.MessageDirection.clientToServer,G.type=new n.ProtocolRequestType(G.method),(z=t.DocumentHighlightRequest||(t.DocumentHighlightRequest={})).method="textDocument/documentHighlight",z.messageDirection=n.MessageDirection.clientToServer,z.type=new n.ProtocolRequestType(z.method),(K=t.DocumentSymbolRequest||(t.DocumentSymbolRequest={})).method="textDocument/documentSymbol",K.messageDirection=n.MessageDirection.clientToServer,K.type=new n.ProtocolRequestType(K.method),($=t.CodeActionRequest||(t.CodeActionRequest={})).method="textDocument/codeAction",$.messageDirection=n.MessageDirection.clientToServer,$.type=new n.ProtocolRequestType($.method),(V=t.CodeActionResolveRequest||(t.CodeActionResolveRequest={})).method="codeAction/resolve",V.messageDirection=n.MessageDirection.clientToServer,V.type=new n.ProtocolRequestType(V.method),(W=t.WorkspaceSymbolRequest||(t.WorkspaceSymbolRequest={})).method="workspace/symbol",W.messageDirection=n.MessageDirection.clientToServer,W.type=new n.ProtocolRequestType(W.method),(U=t.WorkspaceSymbolResolveRequest||(t.WorkspaceSymbolResolveRequest={})).method="workspaceSymbol/resolve",U.messageDirection=n.MessageDirection.clientToServer,U.type=new n.ProtocolRequestType(U.method),(B=t.CodeLensRequest||(t.CodeLensRequest={})).method="textDocument/codeLens",B.messageDirection=n.MessageDirection.clientToServer,B.type=new n.ProtocolRequestType(B.method),(H=t.CodeLensResolveRequest||(t.CodeLensResolveRequest={})).method="codeLens/resolve",H.messageDirection=n.MessageDirection.clientToServer,H.type=new n.ProtocolRequestType(H.method),(j=t.CodeLensRefreshRequest||(t.CodeLensRefreshRequest={})).method="workspace/codeLens/refresh",j.messageDirection=n.MessageDirection.serverToClient,j.type=new n.ProtocolRequestType0(j.method),(I=t.DocumentLinkRequest||(t.DocumentLinkRequest={})).method="textDocument/documentLink",I.messageDirection=n.MessageDirection.clientToServer,I.type=new n.ProtocolRequestType(I.method),(O=t.DocumentLinkResolveRequest||(t.DocumentLinkResolveRequest={})).method="documentLink/resolve",O.messageDirection=n.MessageDirection.clientToServer,O.type=new n.ProtocolRequestType(O.method),(N=t.DocumentFormattingRequest||(t.DocumentFormattingRequest={})).method="textDocument/formatting",N.messageDirection=n.MessageDirection.clientToServer,N.type=new n.ProtocolRequestType(N.method),(M=t.DocumentRangeFormattingRequest||(t.DocumentRangeFormattingRequest={})).method="textDocument/rangeFormatting",M.messageDirection=n.MessageDirection.clientToServer,M.type=new n.ProtocolRequestType(M.method),(q=t.DocumentOnTypeFormattingRequest||(t.DocumentOnTypeFormattingRequest={})).method="textDocument/onTypeFormatting",q.messageDirection=n.MessageDirection.clientToServer,q.type=new n.ProtocolRequestType(q.method),(t.PrepareSupportDefaultBehavior||(t.PrepareSupportDefaultBehavior={})).Identifier=1,(P=t.RenameRequest||(t.RenameRequest={})).method="textDocument/rename",P.messageDirection=n.MessageDirection.clientToServer,P.type=new n.ProtocolRequestType(P.method),(F=t.PrepareRenameRequest||(t.PrepareRenameRequest={})).method="textDocument/prepareRename",F.messageDirection=n.MessageDirection.clientToServer,F.type=new n.ProtocolRequestType(F.method),(S=t.ExecuteCommandRequest||(t.ExecuteCommandRequest={})).method="workspace/executeCommand",S.messageDirection=n.MessageDirection.clientToServer,S.type=new n.ProtocolRequestType(S.method),(L=t.ApplyWorkspaceEditRequest||(t.ApplyWorkspaceEditRequest={})).method="workspace/applyEdit",L.messageDirection=n.MessageDirection.serverToClient,L.type=new n.ProtocolRequestType("workspace/applyEdit")},5316:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LinkedEditingRangeRequest=void 0;const n=r(372);var i;(i=t.LinkedEditingRangeRequest||(t.LinkedEditingRangeRequest={})).method="textDocument/linkedEditingRange",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},9047:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MonikerRequest=t.MonikerKind=t.UniquenessLevel=void 0;const n=r(372);var i,o,s;(s=t.UniquenessLevel||(t.UniquenessLevel={})).document="document",s.project="project",s.group="group",s.scheme="scheme",s.global="global",(o=t.MonikerKind||(t.MonikerKind={})).$import="import",o.$export="export",o.local="local",(i=t.MonikerRequest||(t.MonikerRequest={})).method="textDocument/moniker",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},3557:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DidCloseNotebookDocumentNotification=t.DidSaveNotebookDocumentNotification=t.DidChangeNotebookDocumentNotification=t.NotebookCellArrayChange=t.DidOpenNotebookDocumentNotification=t.NotebookDocumentSyncRegistrationType=t.NotebookDocument=t.NotebookCell=t.ExecutionSummary=t.NotebookCellKind=void 0;const n=r(7145),i=r(8598),o=r(372);var s,a,c,u,l,d,f,p,h,g;!function(e){e.Markup=1,e.Code=2,e.is=function(e){return 1===e||2===e}}(s=t.NotebookCellKind||(t.NotebookCellKind={})),function(e){e.create=function(e,t){const r={executionOrder:e};return!0!==t&&!1!==t||(r.success=t),r},e.is=function(e){const t=e;return i.objectLiteral(t)&&n.uinteger.is(t.executionOrder)&&(void 0===t.success||i.boolean(t.success))},e.equals=function(e,t){return e===t||null!=e&&null!=t&&e.executionOrder===t.executionOrder&&e.success===t.success}}(a=t.ExecutionSummary||(t.ExecutionSummary={})),function(e){function t(e,r){if(e===r)return!0;if(null==e||null==r)return!1;if(typeof e!=typeof r)return!1;if("object"!=typeof e)return!1;const n=Array.isArray(e),o=Array.isArray(r);if(n!==o)return!1;if(n&&o){if(e.length!==r.length)return!1;for(let n=0;n<e.length;n++)if(!t(e[n],r[n]))return!1}if(i.objectLiteral(e)&&i.objectLiteral(r)){const n=Object.keys(e),i=Object.keys(r);if(n.length!==i.length)return!1;if(n.sort(),i.sort(),!t(n,i))return!1;for(let i=0;i<n.length;i++){const o=n[i];if(!t(e[o],r[o]))return!1}}return!0}e.create=function(e,t){return{kind:e,document:t}},e.is=function(e){const t=e;return i.objectLiteral(t)&&s.is(t.kind)&&n.DocumentUri.is(t.document)&&(void 0===t.metadata||i.objectLiteral(t.metadata))},e.diff=function(e,r){const n=new Set;return e.document!==r.document&&n.add("document"),e.kind!==r.kind&&n.add("kind"),e.executionSummary!==r.executionSummary&&n.add("executionSummary"),void 0===e.metadata&&void 0===r.metadata||t(e.metadata,r.metadata)||n.add("metadata"),void 0===e.executionSummary&&void 0===r.executionSummary||a.equals(e.executionSummary,r.executionSummary)||n.add("executionSummary"),n}}(c=t.NotebookCell||(t.NotebookCell={})),(g=t.NotebookDocument||(t.NotebookDocument={})).create=function(e,t,r,n){return{uri:e,notebookType:t,version:r,cells:n}},g.is=function(e){const t=e;return i.objectLiteral(t)&&i.string(t.uri)&&n.integer.is(t.version)&&i.typedArray(t.cells,c.is)},function(e){e.method="notebookDocument/sync",e.messageDirection=o.MessageDirection.clientToServer,e.type=new o.RegistrationType(e.method)}(u=t.NotebookDocumentSyncRegistrationType||(t.NotebookDocumentSyncRegistrationType={})),(h=t.DidOpenNotebookDocumentNotification||(t.DidOpenNotebookDocumentNotification={})).method="notebookDocument/didOpen",h.messageDirection=o.MessageDirection.clientToServer,h.type=new o.ProtocolNotificationType(h.method),h.registrationMethod=u.method,(p=t.NotebookCellArrayChange||(t.NotebookCellArrayChange={})).is=function(e){const t=e;return i.objectLiteral(t)&&n.uinteger.is(t.start)&&n.uinteger.is(t.deleteCount)&&(void 0===t.cells||i.typedArray(t.cells,c.is))},p.create=function(e,t,r){const n={start:e,deleteCount:t};return void 0!==r&&(n.cells=r),n},(f=t.DidChangeNotebookDocumentNotification||(t.DidChangeNotebookDocumentNotification={})).method="notebookDocument/didChange",f.messageDirection=o.MessageDirection.clientToServer,f.type=new o.ProtocolNotificationType(f.method),f.registrationMethod=u.method,(d=t.DidSaveNotebookDocumentNotification||(t.DidSaveNotebookDocumentNotification={})).method="notebookDocument/didSave",d.messageDirection=o.MessageDirection.clientToServer,d.type=new o.ProtocolNotificationType(d.method),d.registrationMethod=u.method,(l=t.DidCloseNotebookDocumentNotification||(t.DidCloseNotebookDocumentNotification={})).method="notebookDocument/didClose",l.messageDirection=o.MessageDirection.clientToServer,l.type=new o.ProtocolNotificationType(l.method),l.registrationMethod=u.method},2687:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkDoneProgressCancelNotification=t.WorkDoneProgressCreateRequest=t.WorkDoneProgress=void 0;const n=r(6439),i=r(372);var o,s,a;(a=t.WorkDoneProgress||(t.WorkDoneProgress={})).type=new n.ProgressType,a.is=function(e){return e===a.type},(s=t.WorkDoneProgressCreateRequest||(t.WorkDoneProgressCreateRequest={})).method="window/workDoneProgress/create",s.messageDirection=i.MessageDirection.serverToClient,s.type=new i.ProtocolRequestType(s.method),(o=t.WorkDoneProgressCancelNotification||(t.WorkDoneProgressCancelNotification={})).method="window/workDoneProgress/cancel",o.messageDirection=i.MessageDirection.clientToServer,o.type=new i.ProtocolNotificationType(o.method)},3487:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SelectionRangeRequest=void 0;const n=r(372);var i;(i=t.SelectionRangeRequest||(t.SelectionRangeRequest={})).method="textDocument/selectionRange",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},2478:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SemanticTokensRefreshRequest=t.SemanticTokensRangeRequest=t.SemanticTokensDeltaRequest=t.SemanticTokensRequest=t.SemanticTokensRegistrationType=t.TokenFormat=void 0;const n=r(372);var i,o,s,a,c;(t.TokenFormat||(t.TokenFormat={})).Relative="relative",function(e){e.method="textDocument/semanticTokens",e.type=new n.RegistrationType(e.method)}(i=t.SemanticTokensRegistrationType||(t.SemanticTokensRegistrationType={})),(c=t.SemanticTokensRequest||(t.SemanticTokensRequest={})).method="textDocument/semanticTokens/full",c.messageDirection=n.MessageDirection.clientToServer,c.type=new n.ProtocolRequestType(c.method),c.registrationMethod=i.method,(a=t.SemanticTokensDeltaRequest||(t.SemanticTokensDeltaRequest={})).method="textDocument/semanticTokens/full/delta",a.messageDirection=n.MessageDirection.clientToServer,a.type=new n.ProtocolRequestType(a.method),a.registrationMethod=i.method,(s=t.SemanticTokensRangeRequest||(t.SemanticTokensRangeRequest={})).method="textDocument/semanticTokens/range",s.messageDirection=n.MessageDirection.clientToServer,s.type=new n.ProtocolRequestType(s.method),s.registrationMethod=i.method,(o=t.SemanticTokensRefreshRequest||(t.SemanticTokensRefreshRequest={})).method="workspace/semanticTokens/refresh",o.messageDirection=n.MessageDirection.serverToClient,o.type=new n.ProtocolRequestType0(o.method)},908:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ShowDocumentRequest=void 0;const n=r(372);var i;(i=t.ShowDocumentRequest||(t.ShowDocumentRequest={})).method="window/showDocument",i.messageDirection=n.MessageDirection.serverToClient,i.type=new n.ProtocolRequestType(i.method)},8461:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TypeDefinitionRequest=void 0;const n=r(372);var i;(i=t.TypeDefinitionRequest||(t.TypeDefinitionRequest={})).method="textDocument/typeDefinition",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},645:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHierarchySubtypesRequest=t.TypeHierarchySupertypesRequest=t.TypeHierarchyPrepareRequest=void 0;const n=r(372);var i,o,s;(s=t.TypeHierarchyPrepareRequest||(t.TypeHierarchyPrepareRequest={})).method="textDocument/prepareTypeHierarchy",s.messageDirection=n.MessageDirection.clientToServer,s.type=new n.ProtocolRequestType(s.method),(o=t.TypeHierarchySupertypesRequest||(t.TypeHierarchySupertypesRequest={})).method="typeHierarchy/supertypes",o.messageDirection=n.MessageDirection.clientToServer,o.type=new n.ProtocolRequestType(o.method),(i=t.TypeHierarchySubtypesRequest||(t.TypeHierarchySubtypesRequest={})).method="typeHierarchy/subtypes",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolRequestType(i.method)},9935:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DidChangeWorkspaceFoldersNotification=t.WorkspaceFoldersRequest=void 0;const n=r(372);var i,o;(o=t.WorkspaceFoldersRequest||(t.WorkspaceFoldersRequest={})).method="workspace/workspaceFolders",o.messageDirection=n.MessageDirection.serverToClient,o.type=new n.ProtocolRequestType0(o.method),(i=t.DidChangeWorkspaceFoldersNotification||(t.DidChangeWorkspaceFoldersNotification={})).method="workspace/didChangeWorkspaceFolders",i.messageDirection=n.MessageDirection.clientToServer,i.type=new n.ProtocolNotificationType(i.method)},8598:(e,t)=>{"use strict";function r(e){return"string"==typeof e||e instanceof String}function n(e){return Array.isArray(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.objectLiteral=t.typedArray=t.stringArray=t.array=t.func=t.error=t.number=t.string=t.boolean=void 0,t.boolean=function(e){return!0===e||!1===e},t.string=r,t.number=function(e){return"number"==typeof e||e instanceof Number},t.error=function(e){return e instanceof Error},t.func=function(e){return"function"==typeof e},t.array=n,t.stringArray=function(e){return n(e)&&e.every((e=>r(e)))},t.typedArray=function(e,t){return Array.isArray(e)&&e.every(t)},t.objectLiteral=function(e){return null!==e&&"object"==typeof e}},7145:(e,t,r)=>{"use strict";var n,i,o,s,a,c,u,l,d,f,p,h,g,m,v,y,b,D,k,w,C,R,E,T,A,x,_,L;r.r(t),r.d(t,{AnnotatedTextEdit:()=>E,ChangeAnnotation:()=>C,ChangeAnnotationIdentifier:()=>R,CodeAction:()=>oe,CodeActionContext:()=>ie,CodeActionKind:()=>re,CodeActionTriggerKind:()=>ne,CodeDescription:()=>b,CodeLens:()=>se,Color:()=>d,ColorInformation:()=>f,ColorPresentation:()=>p,Command:()=>k,CompletionItem:()=>W,CompletionItemKind:()=>O,CompletionItemLabelDetails:()=>U,CompletionItemTag:()=>j,CompletionList:()=>V,CreateFile:()=>A,DeleteFile:()=>_,Diagnostic:()=>D,DiagnosticRelatedInformation:()=>m,DiagnosticSeverity:()=>v,DiagnosticTag:()=>y,DocumentHighlight:()=>X,DocumentHighlightKind:()=>J,DocumentLink:()=>ce,DocumentSymbol:()=>te,DocumentUri:()=>n,EOL:()=>Ee,FoldingRange:()=>g,FoldingRangeKind:()=>h,FormattingOptions:()=>ae,Hover:()=>K,InlayHint:()=>be,InlayHintKind:()=>ve,InlayHintLabelPart:()=>ye,InlineValueContext:()=>me,InlineValueEvaluatableExpression:()=>ge,InlineValueText:()=>pe,InlineValueVariableLookup:()=>he,InsertReplaceEdit:()=>H,InsertTextFormat:()=>I,InsertTextMode:()=>B,Location:()=>u,LocationLink:()=>l,MarkedString:()=>$,MarkupContent:()=>N,MarkupKind:()=>M,OptionalVersionedTextDocumentIdentifier:()=>P,ParameterInformation:()=>z,Position:()=>a,Range:()=>c,RenameFile:()=>x,SelectionRange:()=>ue,SemanticTokenModifiers:()=>de,SemanticTokenTypes:()=>le,SemanticTokens:()=>fe,SignatureInformation:()=>G,SymbolInformation:()=>Q,SymbolKind:()=>Z,SymbolTag:()=>Y,TextDocument:()=>Re,TextDocumentEdit:()=>T,TextDocumentIdentifier:()=>S,TextDocumentItem:()=>q,TextEdit:()=>w,URI:()=>i,VersionedTextDocumentIdentifier:()=>F,WorkspaceChange:()=>Ce,WorkspaceEdit:()=>L,WorkspaceFolder:()=>De,WorkspaceSymbol:()=>ee,integer:()=>o,uinteger:()=>s}),function(e){e.is=function(e){return"string"==typeof e}}(n||(n={})),function(e){e.is=function(e){return"string"==typeof e}}(i||(i={})),function(e){e.MIN_VALUE=-2147483648,e.MAX_VALUE=2147483647,e.is=function(t){return"number"==typeof t&&e.MIN_VALUE<=t&&t<=e.MAX_VALUE}}(o||(o={})),function(e){e.MIN_VALUE=0,e.MAX_VALUE=2147483647,e.is=function(t){return"number"==typeof t&&e.MIN_VALUE<=t&&t<=e.MAX_VALUE}}(s||(s={})),function(e){e.create=function(e,t){return e===Number.MAX_VALUE&&(e=s.MAX_VALUE),t===Number.MAX_VALUE&&(t=s.MAX_VALUE),{line:e,character:t}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.uinteger(t.line)&&Te.uinteger(t.character)}}(a||(a={})),function(e){e.create=function(e,t,r,n){if(Te.uinteger(e)&&Te.uinteger(t)&&Te.uinteger(r)&&Te.uinteger(n))return{start:a.create(e,t),end:a.create(r,n)};if(a.is(e)&&a.is(t))return{start:e,end:t};throw new Error("Range#create called with invalid arguments[".concat(e,", ").concat(t,", ").concat(r,", ").concat(n,"]"))},e.is=function(e){var t=e;return Te.objectLiteral(t)&&a.is(t.start)&&a.is(t.end)}}(c||(c={})),function(e){e.create=function(e,t){return{uri:e,range:t}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&c.is(t.range)&&(Te.string(t.uri)||Te.undefined(t.uri))}}(u||(u={})),function(e){e.create=function(e,t,r,n){return{targetUri:e,targetRange:t,targetSelectionRange:r,originSelectionRange:n}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&c.is(t.targetRange)&&Te.string(t.targetUri)&&c.is(t.targetSelectionRange)&&(c.is(t.originSelectionRange)||Te.undefined(t.originSelectionRange))}}(l||(l={})),function(e){e.create=function(e,t,r,n){return{red:e,green:t,blue:r,alpha:n}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.numberRange(t.red,0,1)&&Te.numberRange(t.green,0,1)&&Te.numberRange(t.blue,0,1)&&Te.numberRange(t.alpha,0,1)}}(d||(d={})),function(e){e.create=function(e,t){return{range:e,color:t}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&c.is(t.range)&&d.is(t.color)}}(f||(f={})),function(e){e.create=function(e,t,r){return{label:e,textEdit:t,additionalTextEdits:r}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.string(t.label)&&(Te.undefined(t.textEdit)||w.is(t))&&(Te.undefined(t.additionalTextEdits)||Te.typedArray(t.additionalTextEdits,w.is))}}(p||(p={})),function(e){e.Comment="comment",e.Imports="imports",e.Region="region"}(h||(h={})),function(e){e.create=function(e,t,r,n,i,o){var s={startLine:e,endLine:t};return Te.defined(r)&&(s.startCharacter=r),Te.defined(n)&&(s.endCharacter=n),Te.defined(i)&&(s.kind=i),Te.defined(o)&&(s.collapsedText=o),s},e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.uinteger(t.startLine)&&Te.uinteger(t.startLine)&&(Te.undefined(t.startCharacter)||Te.uinteger(t.startCharacter))&&(Te.undefined(t.endCharacter)||Te.uinteger(t.endCharacter))&&(Te.undefined(t.kind)||Te.string(t.kind))}}(g||(g={})),function(e){e.create=function(e,t){return{location:e,message:t}},e.is=function(e){var t=e;return Te.defined(t)&&u.is(t.location)&&Te.string(t.message)}}(m||(m={})),function(e){e.Error=1,e.Warning=2,e.Information=3,e.Hint=4}(v||(v={})),function(e){e.Unnecessary=1,e.Deprecated=2}(y||(y={})),function(e){e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.string(t.href)}}(b||(b={})),function(e){e.create=function(e,t,r,n,i,o){var s={range:e,message:t};return Te.defined(r)&&(s.severity=r),Te.defined(n)&&(s.code=n),Te.defined(i)&&(s.source=i),Te.defined(o)&&(s.relatedInformation=o),s},e.is=function(e){var t,r=e;return Te.defined(r)&&c.is(r.range)&&Te.string(r.message)&&(Te.number(r.severity)||Te.undefined(r.severity))&&(Te.integer(r.code)||Te.string(r.code)||Te.undefined(r.code))&&(Te.undefined(r.codeDescription)||Te.string(null===(t=r.codeDescription)||void 0===t?void 0:t.href))&&(Te.string(r.source)||Te.undefined(r.source))&&(Te.undefined(r.relatedInformation)||Te.typedArray(r.relatedInformation,m.is))}}(D||(D={})),function(e){e.create=function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i={title:e,command:t};return Te.defined(r)&&r.length>0&&(i.arguments=r),i},e.is=function(e){var t=e;return Te.defined(t)&&Te.string(t.title)&&Te.string(t.command)}}(k||(k={})),function(e){e.replace=function(e,t){return{range:e,newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){return{range:e,newText:""}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.string(t.newText)&&c.is(t.range)}}(w||(w={})),function(e){e.create=function(e,t,r){var n={label:e};return void 0!==t&&(n.needsConfirmation=t),void 0!==r&&(n.description=r),n},e.is=function(e){var t=e;return Te.objectLiteral(t)&&Te.string(t.label)&&(Te.boolean(t.needsConfirmation)||void 0===t.needsConfirmation)&&(Te.string(t.description)||void 0===t.description)}}(C||(C={})),function(e){e.is=function(e){var t=e;return Te.string(t)}}(R||(R={})),function(e){e.replace=function(e,t,r){return{range:e,newText:t,annotationId:r}},e.insert=function(e,t,r){return{range:{start:e,end:e},newText:t,annotationId:r}},e.del=function(e,t){return{range:e,newText:"",annotationId:t}},e.is=function(e){var t=e;return w.is(t)&&(C.is(t.annotationId)||R.is(t.annotationId))}}(E||(E={})),function(e){e.create=function(e,t){return{textDocument:e,edits:t}},e.is=function(e){var t=e;return Te.defined(t)&&P.is(t.textDocument)&&Array.isArray(t.edits)}}(T||(T={})),function(e){e.create=function(e,t,r){var n={kind:"create",uri:e};return void 0===t||void 0===t.overwrite&&void 0===t.ignoreIfExists||(n.options=t),void 0!==r&&(n.annotationId=r),n},e.is=function(e){var t=e;return t&&"create"===t.kind&&Te.string(t.uri)&&(void 0===t.options||(void 0===t.options.overwrite||Te.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||Te.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||R.is(t.annotationId))}}(A||(A={})),function(e){e.create=function(e,t,r,n){var i={kind:"rename",oldUri:e,newUri:t};return void 0===r||void 0===r.overwrite&&void 0===r.ignoreIfExists||(i.options=r),void 0!==n&&(i.annotationId=n),i},e.is=function(e){var t=e;return t&&"rename"===t.kind&&Te.string(t.oldUri)&&Te.string(t.newUri)&&(void 0===t.options||(void 0===t.options.overwrite||Te.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||Te.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||R.is(t.annotationId))}}(x||(x={})),function(e){e.create=function(e,t,r){var n={kind:"delete",uri:e};return void 0===t||void 0===t.recursive&&void 0===t.ignoreIfNotExists||(n.options=t),void 0!==r&&(n.annotationId=r),n},e.is=function(e){var t=e;return t&&"delete"===t.kind&&Te.string(t.uri)&&(void 0===t.options||(void 0===t.options.recursive||Te.boolean(t.options.recursive))&&(void 0===t.options.ignoreIfNotExists||Te.boolean(t.options.ignoreIfNotExists)))&&(void 0===t.annotationId||R.is(t.annotationId))}}(_||(_={})),function(e){e.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 Te.string(e.kind)?A.is(e)||x.is(e)||_.is(e):T.is(e)})))}}(L||(L={}));var S,F,P,q,M,N,O,I,j,H,B,U,W,V,$,K,z,G,J,X,Z,Y,Q,ee,te,re,ne,ie,oe,se,ae,ce,ue,le,de,fe,pe,he,ge,me,ve,ye,be,De,ke=function(){function e(e,t){this.edits=e,this.changeAnnotations=t}return e.prototype.insert=function(e,t,r){var n,i;if(void 0===r?n=w.insert(e,t):R.is(r)?(i=r,n=E.insert(e,t,r)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(r),n=E.insert(e,t,i)),this.edits.push(n),void 0!==i)return i},e.prototype.replace=function(e,t,r){var n,i;if(void 0===r?n=w.replace(e,t):R.is(r)?(i=r,n=E.replace(e,t,r)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(r),n=E.replace(e,t,i)),this.edits.push(n),void 0!==i)return i},e.prototype.delete=function(e,t){var r,n;if(void 0===t?r=w.del(e):R.is(t)?(n=t,r=E.del(e,t)):(this.assertChangeAnnotations(this.changeAnnotations),n=this.changeAnnotations.manage(t),r=E.del(e,n)),this.edits.push(r),void 0!==n)return n},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}(),we=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 r;if(R.is(e)?r=e:(r=this.nextId(),t=e),void 0!==this._annotations[r])throw new Error("Id ".concat(r," is already in use."));if(void 0===t)throw new Error("No annotation provided for id ".concat(r));return this._annotations[r]=t,this._size++,r},e.prototype.nextId=function(){return this._counter++,this._counter.toString()},e}(),Ce=function(){function e(e){var t=this;this._textEditChanges=Object.create(null),void 0!==e?(this._workspaceEdit=e,e.documentChanges?(this._changeAnnotations=new we(e.changeAnnotations),e.changeAnnotations=this._changeAnnotations.all(),e.documentChanges.forEach((function(e){if(T.is(e)){var r=new ke(e.edits,t._changeAnnotations);t._textEditChanges[e.textDocument.uri]=r}}))):e.changes&&Object.keys(e.changes).forEach((function(r){var n=new ke(e.changes[r]);t._textEditChanges[r]=n}))):this._workspaceEdit={}}return 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(P.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(!(n=this._textEditChanges[t.uri])){var r={textDocument:t,edits:i=[]};this._workspaceEdit.documentChanges.push(r),n=new ke(i,this._changeAnnotations),this._textEditChanges[t.uri]=n}return n}if(this.initChanges(),void 0===this._workspaceEdit.changes)throw new Error("Workspace edit is not configured for normal text edit changes.");var n;if(!(n=this._textEditChanges[e])){var i=[];this._workspaceEdit.changes[e]=i,n=new ke(i),this._textEditChanges[e]=n}return n},e.prototype.initDocumentChanges=function(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._changeAnnotations=new we,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,r){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var n,i,o;if(C.is(t)||R.is(t)?n=t:r=t,void 0===n?i=A.create(e,r):(o=R.is(n)?n:this._changeAnnotations.manage(n),i=A.create(e,r,o)),this._workspaceEdit.documentChanges.push(i),void 0!==o)return o},e.prototype.renameFile=function(e,t,r,n){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var i,o,s;if(C.is(r)||R.is(r)?i=r:n=r,void 0===i?o=x.create(e,t,n):(s=R.is(i)?i:this._changeAnnotations.manage(i),o=x.create(e,t,n,s)),this._workspaceEdit.documentChanges.push(o),void 0!==s)return s},e.prototype.deleteFile=function(e,t,r){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var n,i,o;if(C.is(t)||R.is(t)?n=t:r=t,void 0===n?i=_.create(e,r):(o=R.is(n)?n:this._changeAnnotations.manage(n),i=_.create(e,r,o)),this._workspaceEdit.documentChanges.push(i),void 0!==o)return o},e}();!function(e){e.create=function(e){return{uri:e}},e.is=function(e){var t=e;return Te.defined(t)&&Te.string(t.uri)}}(S||(S={})),function(e){e.create=function(e,t){return{uri:e,version:t}},e.is=function(e){var t=e;return Te.defined(t)&&Te.string(t.uri)&&Te.integer(t.version)}}(F||(F={})),function(e){e.create=function(e,t){return{uri:e,version:t}},e.is=function(e){var t=e;return Te.defined(t)&&Te.string(t.uri)&&(null===t.version||Te.integer(t.version))}}(P||(P={})),function(e){e.create=function(e,t,r,n){return{uri:e,languageId:t,version:r,text:n}},e.is=function(e){var t=e;return Te.defined(t)&&Te.string(t.uri)&&Te.string(t.languageId)&&Te.integer(t.version)&&Te.string(t.text)}}(q||(q={})),function(e){e.PlainText="plaintext",e.Markdown="markdown",e.is=function(t){var r=t;return r===e.PlainText||r===e.Markdown}}(M||(M={})),function(e){e.is=function(e){var t=e;return Te.objectLiteral(e)&&M.is(t.kind)&&Te.string(t.value)}}(N||(N={})),function(e){e.Text=1,e.Method=2,e.Function=3,e.Constructor=4,e.Field=5,e.Variable=6,e.Class=7,e.Interface=8,e.Module=9,e.Property=10,e.Unit=11,e.Value=12,e.Enum=13,e.Keyword=14,e.Snippet=15,e.Color=16,e.File=17,e.Reference=18,e.Folder=19,e.EnumMember=20,e.Constant=21,e.Struct=22,e.Event=23,e.Operator=24,e.TypeParameter=25}(O||(O={})),function(e){e.PlainText=1,e.Snippet=2}(I||(I={})),function(e){e.Deprecated=1}(j||(j={})),function(e){e.create=function(e,t,r){return{newText:e,insert:t,replace:r}},e.is=function(e){var t=e;return t&&Te.string(t.newText)&&c.is(t.insert)&&c.is(t.replace)}}(H||(H={})),function(e){e.asIs=1,e.adjustIndentation=2}(B||(B={})),function(e){e.is=function(e){var t=e;return t&&(Te.string(t.detail)||void 0===t.detail)&&(Te.string(t.description)||void 0===t.description)}}(U||(U={})),function(e){e.create=function(e){return{label:e}}}(W||(W={})),function(e){e.create=function(e,t){return{items:e||[],isIncomplete:!!t}}}(V||(V={})),function(e){e.fromPlainText=function(e){return e.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")},e.is=function(e){var t=e;return Te.string(t)||Te.objectLiteral(t)&&Te.string(t.language)&&Te.string(t.value)}}($||($={})),function(e){e.is=function(e){var t=e;return!!t&&Te.objectLiteral(t)&&(N.is(t.contents)||$.is(t.contents)||Te.typedArray(t.contents,$.is))&&(void 0===e.range||c.is(e.range))}}(K||(K={})),function(e){e.create=function(e,t){return t?{label:e,documentation:t}:{label:e}}}(z||(z={})),function(e){e.create=function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i={label:e};return Te.defined(t)&&(i.documentation=t),Te.defined(r)?i.parameters=r:i.parameters=[],i}}(G||(G={})),function(e){e.Text=1,e.Read=2,e.Write=3}(J||(J={})),function(e){e.create=function(e,t){var r={range:e};return Te.number(t)&&(r.kind=t),r}}(X||(X={})),function(e){e.File=1,e.Module=2,e.Namespace=3,e.Package=4,e.Class=5,e.Method=6,e.Property=7,e.Field=8,e.Constructor=9,e.Enum=10,e.Interface=11,e.Function=12,e.Variable=13,e.Constant=14,e.String=15,e.Number=16,e.Boolean=17,e.Array=18,e.Object=19,e.Key=20,e.Null=21,e.EnumMember=22,e.Struct=23,e.Event=24,e.Operator=25,e.TypeParameter=26}(Z||(Z={})),function(e){e.Deprecated=1}(Y||(Y={})),function(e){e.create=function(e,t,r,n,i){var o={name:e,kind:t,location:{uri:n,range:r}};return i&&(o.containerName=i),o}}(Q||(Q={})),function(e){e.create=function(e,t,r,n){return void 0!==n?{name:e,kind:t,location:{uri:r,range:n}}:{name:e,kind:t,location:{uri:r}}}}(ee||(ee={})),function(e){e.create=function(e,t,r,n,i,o){var s={name:e,detail:t,kind:r,range:n,selectionRange:i};return void 0!==o&&(s.children=o),s},e.is=function(e){var t=e;return t&&Te.string(t.name)&&Te.number(t.kind)&&c.is(t.range)&&c.is(t.selectionRange)&&(void 0===t.detail||Te.string(t.detail))&&(void 0===t.deprecated||Te.boolean(t.deprecated))&&(void 0===t.children||Array.isArray(t.children))&&(void 0===t.tags||Array.isArray(t.tags))}}(te||(te={})),function(e){e.Empty="",e.QuickFix="quickfix",e.Refactor="refactor",e.RefactorExtract="refactor.extract",e.RefactorInline="refactor.inline",e.RefactorRewrite="refactor.rewrite",e.Source="source",e.SourceOrganizeImports="source.organizeImports",e.SourceFixAll="source.fixAll"}(re||(re={})),function(e){e.Invoked=1,e.Automatic=2}(ne||(ne={})),function(e){e.create=function(e,t,r){var n={diagnostics:e};return null!=t&&(n.only=t),null!=r&&(n.triggerKind=r),n},e.is=function(e){var t=e;return Te.defined(t)&&Te.typedArray(t.diagnostics,D.is)&&(void 0===t.only||Te.typedArray(t.only,Te.string))&&(void 0===t.triggerKind||t.triggerKind===ne.Invoked||t.triggerKind===ne.Automatic)}}(ie||(ie={})),function(e){e.create=function(e,t,r){var n={title:e},i=!0;return"string"==typeof t?(i=!1,n.kind=t):k.is(t)?n.command=t:n.edit=t,i&&void 0!==r&&(n.kind=r),n},e.is=function(e){var t=e;return t&&Te.string(t.title)&&(void 0===t.diagnostics||Te.typedArray(t.diagnostics,D.is))&&(void 0===t.kind||Te.string(t.kind))&&(void 0!==t.edit||void 0!==t.command)&&(void 0===t.command||k.is(t.command))&&(void 0===t.isPreferred||Te.boolean(t.isPreferred))&&(void 0===t.edit||L.is(t.edit))}}(oe||(oe={})),function(e){e.create=function(e,t){var r={range:e};return Te.defined(t)&&(r.data=t),r},e.is=function(e){var t=e;return Te.defined(t)&&c.is(t.range)&&(Te.undefined(t.command)||k.is(t.command))}}(se||(se={})),function(e){e.create=function(e,t){return{tabSize:e,insertSpaces:t}},e.is=function(e){var t=e;return Te.defined(t)&&Te.uinteger(t.tabSize)&&Te.boolean(t.insertSpaces)}}(ae||(ae={})),function(e){e.create=function(e,t,r){return{range:e,target:t,data:r}},e.is=function(e){var t=e;return Te.defined(t)&&c.is(t.range)&&(Te.undefined(t.target)||Te.string(t.target))}}(ce||(ce={})),function(e){e.create=function(e,t){return{range:e,parent:t}},e.is=function(t){var r=t;return Te.objectLiteral(r)&&c.is(r.range)&&(void 0===r.parent||e.is(r.parent))}}(ue||(ue={})),function(e){e.namespace="namespace",e.type="type",e.class="class",e.enum="enum",e.interface="interface",e.struct="struct",e.typeParameter="typeParameter",e.parameter="parameter",e.variable="variable",e.property="property",e.enumMember="enumMember",e.event="event",e.function="function",e.method="method",e.macro="macro",e.keyword="keyword",e.modifier="modifier",e.comment="comment",e.string="string",e.number="number",e.regexp="regexp",e.operator="operator",e.decorator="decorator"}(le||(le={})),function(e){e.declaration="declaration",e.definition="definition",e.readonly="readonly",e.static="static",e.deprecated="deprecated",e.abstract="abstract",e.async="async",e.modification="modification",e.documentation="documentation",e.defaultLibrary="defaultLibrary"}(de||(de={})),function(e){e.is=function(e){var t=e;return Te.objectLiteral(t)&&(void 0===t.resultId||"string"==typeof t.resultId)&&Array.isArray(t.data)&&(0===t.data.length||"number"==typeof t.data[0])}}(fe||(fe={})),function(e){e.create=function(e,t){return{range:e,text:t}},e.is=function(e){var t=e;return null!=t&&c.is(t.range)&&Te.string(t.text)}}(pe||(pe={})),function(e){e.create=function(e,t,r){return{range:e,variableName:t,caseSensitiveLookup:r}},e.is=function(e){var t=e;return null!=t&&c.is(t.range)&&Te.boolean(t.caseSensitiveLookup)&&(Te.string(t.variableName)||void 0===t.variableName)}}(he||(he={})),function(e){e.create=function(e,t){return{range:e,expression:t}},e.is=function(e){var t=e;return null!=t&&c.is(t.range)&&(Te.string(t.expression)||void 0===t.expression)}}(ge||(ge={})),function(e){e.create=function(e,t){return{frameId:e,stoppedLocation:t}},e.is=function(e){var t=e;return Te.defined(t)&&c.is(e.stoppedLocation)}}(me||(me={})),function(e){e.Type=1,e.Parameter=2,e.is=function(e){return 1===e||2===e}}(ve||(ve={})),function(e){e.create=function(e){return{value:e}},e.is=function(e){var t=e;return Te.objectLiteral(t)&&(void 0===t.tooltip||Te.string(t.tooltip)||N.is(t.tooltip))&&(void 0===t.location||u.is(t.location))&&(void 0===t.command||k.is(t.command))}}(ye||(ye={})),function(e){e.create=function(e,t,r){var n={position:e,label:t};return void 0!==r&&(n.kind=r),n},e.is=function(e){var t=e;return Te.objectLiteral(t)&&a.is(t.position)&&(Te.string(t.label)||Te.typedArray(t.label,ye.is))&&(void 0===t.kind||ve.is(t.kind))&&void 0===t.textEdits||Te.typedArray(t.textEdits,w.is)&&(void 0===t.tooltip||Te.string(t.tooltip)||N.is(t.tooltip))&&(void 0===t.paddingLeft||Te.boolean(t.paddingLeft))&&(void 0===t.paddingRight||Te.boolean(t.paddingRight))}}(be||(be={})),function(e){e.is=function(e){var t=e;return Te.objectLiteral(t)&&i.is(t.uri)&&Te.string(t.name)}}(De||(De={}));var Re,Ee=["\n","\r\n","\r"];!function(e){function t(e,r){if(e.length<=1)return e;var n=e.length/2|0,i=e.slice(0,n),o=e.slice(n);t(i,r),t(o,r);for(var s=0,a=0,c=0;s<i.length&&a<o.length;){var u=r(i[s],o[a]);e[c++]=u<=0?i[s++]:o[a++]}for(;s<i.length;)e[c++]=i[s++];for(;a<o.length;)e[c++]=o[a++];return e}e.create=function(e,t,r,n){return new Ae(e,t,r,n)},e.is=function(e){var t=e;return!!(Te.defined(t)&&Te.string(t.uri)&&(Te.undefined(t.languageId)||Te.string(t.languageId))&&Te.uinteger(t.lineCount)&&Te.func(t.getText)&&Te.func(t.positionAt)&&Te.func(t.offsetAt))},e.applyEdits=function(e,r){for(var n=e.getText(),i=t(r,(function(e,t){var r=e.range.start.line-t.range.start.line;return 0===r?e.range.start.character-t.range.start.character:r})),o=n.length,s=i.length-1;s>=0;s--){var a=i[s],c=e.offsetAt(a.range.start),u=e.offsetAt(a.range.end);if(!(u<=o))throw new Error("Overlapping edit");n=n.substring(0,c)+a.newText+n.substring(u,n.length),o=c}return n}}(Re||(Re={}));var Te,Ae=function(){function e(e,t,r,n){this._uri=e,this._languageId=t,this._version=r,this._content=n,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),r=this.offsetAt(e.end);return this._content.substring(t,r)}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,r=!0,n=0;n<t.length;n++){r&&(e.push(n),r=!1);var i=t.charAt(n);r="\r"===i||"\n"===i,"\r"===i&&n+1<t.length&&"\n"===t.charAt(n+1)&&n++}r&&t.length>0&&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(),r=0,n=t.length;if(0===n)return a.create(0,e);for(;r<n;){var i=Math.floor((r+n)/2);t[i]>e?n=i:r=i+1}var o=r-1;return a.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 r=t[e.line],n=e.line+1<t.length?t[e.line+1]:this._content.length;return Math.max(Math.min(r+e.character,n),r)},Object.defineProperty(e.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!1,configurable:!0}),e}();!function(e){var t=Object.prototype.toString;e.defined=function(e){return void 0!==e},e.undefined=function(e){return void 0===e},e.boolean=function(e){return!0===e||!1===e},e.string=function(e){return"[object String]"===t.call(e)},e.number=function(e){return"[object Number]"===t.call(e)},e.numberRange=function(e,r,n){return"[object Number]"===t.call(e)&&r<=e&&e<=n},e.integer=function(e){return"[object Number]"===t.call(e)&&-2147483648<=e&&e<=2147483647},e.uinteger=function(e){return"[object Number]"===t.call(e)&&0<=e&&e<=2147483647},e.func=function(e){return"[object Function]"===t.call(e)},e.objectLiteral=function(e){return null!==e&&"object"==typeof e},e.typedArray=function(e,t){return Array.isArray(e)&&e.every(t)}}(Te||(Te={}))},6627:(e,t,r)=>{"use strict";e.exports=r(8867)},8867:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.createConnection=void 0;const o=r(2861);i(r(5678),t),i(r(2861),t);let s=!1;const a={initialize:e=>{},get shutdownReceived(){return s},set shutdownReceived(e){s=e},exit:e=>{}};t.createConnection=function(e,t,r,n){let i,s,c,u;return void 0!==e&&"features"===e.__brand&&(i=e,e=t,t=r,r=n),o.ConnectionStrategy.is(e)||o.ConnectionOptions.is(e)?u=e:(s=e,c=t,u=r),(0,o.createConnection)((e=>(0,o.createProtocolConnection)(s,c,e,u)),a,i)}},2861:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.ProposedFeatures=t.NotebookDocuments=t.TextDocuments=t.SemanticTokensBuilder=void 0;const o=r(2655);Object.defineProperty(t,"SemanticTokensBuilder",{enumerable:!0,get:function(){return o.SemanticTokensBuilder}}),i(r(4512),t);const s=r(1662);Object.defineProperty(t,"TextDocuments",{enumerable:!0,get:function(){return s.TextDocuments}});const a=r(20);Object.defineProperty(t,"NotebookDocuments",{enumerable:!0,get:function(){return a.NotebookDocuments}}),i(r(7874),t),(t.ProposedFeatures||(t.ProposedFeatures={})).all={__brand:"features"}},3918:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CallHierarchyFeature=void 0;const n=r(4512);t.CallHierarchyFeature=e=>class extends e{get callHierarchy(){return{onPrepare:e=>this.connection.onRequest(n.CallHierarchyPrepareRequest.type,((t,r)=>e(t,r,this.attachWorkDoneProgress(t),void 0))),onIncomingCalls:e=>{const t=n.CallHierarchyIncomingCallsRequest.type;return this.connection.onRequest(t,((r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r))))},onOutgoingCalls:e=>{const t=n.CallHierarchyOutgoingCallsRequest.type;return this.connection.onRequest(t,((r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r))))}}}}},8491:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ConfigurationFeature=void 0;const n=r(4512),i=r(1248);t.ConfigurationFeature=e=>class extends e{getConfiguration(e){return e?i.string(e)?this._getConfiguration({section:e}):this._getConfiguration(e):this._getConfiguration({})}_getConfiguration(e){let t={items:Array.isArray(e)?e:[e]};return this.connection.sendRequest(n.ConfigurationRequest.type,t).then((t=>Array.isArray(t)?Array.isArray(e)?t:t[0]:Array.isArray(e)?[]:null))}}},493:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DiagnosticFeature=void 0;const n=r(4512);t.DiagnosticFeature=e=>class extends e{get diagnostics(){return{refresh:()=>this.connection.sendRequest(n.DiagnosticRefreshRequest.type),on:e=>this.connection.onRequest(n.DocumentDiagnosticRequest.type,((t,r)=>e(t,r,this.attachWorkDoneProgress(t),this.attachPartialResultProgress(n.DocumentDiagnosticRequest.partialResult,t)))),onWorkspace:e=>this.connection.onRequest(n.WorkspaceDiagnosticRequest.type,((t,r)=>e(t,r,this.attachWorkDoneProgress(t),this.attachPartialResultProgress(n.WorkspaceDiagnosticRequest.partialResult,t))))}}}},2697:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.FileOperationsFeature=void 0;const n=r(4512);t.FileOperationsFeature=e=>class extends e{onDidCreateFiles(e){return this.connection.onNotification(n.DidCreateFilesNotification.type,(t=>{e(t)}))}onDidRenameFiles(e){return this.connection.onNotification(n.DidRenameFilesNotification.type,(t=>{e(t)}))}onDidDeleteFiles(e){return this.connection.onNotification(n.DidDeleteFilesNotification.type,(t=>{e(t)}))}onWillCreateFiles(e){return this.connection.onRequest(n.WillCreateFilesRequest.type,((t,r)=>e(t,r)))}onWillRenameFiles(e){return this.connection.onRequest(n.WillRenameFilesRequest.type,((t,r)=>e(t,r)))}onWillDeleteFiles(e){return this.connection.onRequest(n.WillDeleteFilesRequest.type,((t,r)=>e(t,r)))}}},4635:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InlayHintFeature=void 0;const n=r(4512);t.InlayHintFeature=e=>class extends e{get inlayHint(){return{refresh:()=>this.connection.sendRequest(n.InlayHintRefreshRequest.type),on:e=>this.connection.onRequest(n.InlayHintRequest.type,((t,r)=>e(t,r,this.attachWorkDoneProgress(t)))),resolve:e=>this.connection.onRequest(n.InlayHintResolveRequest.type,((t,r)=>e(t,r)))}}}},1815:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InlineValueFeature=void 0;const n=r(4512);t.InlineValueFeature=e=>class extends e{get inlineValue(){return{refresh:()=>this.connection.sendRequest(n.InlineValueRefreshRequest.type),on:e=>this.connection.onRequest(n.InlineValueRequest.type,((t,r)=>e(t,r,this.attachWorkDoneProgress(t))))}}}},8517:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LinkedEditingRangeFeature=void 0;const n=r(4512);t.LinkedEditingRangeFeature=e=>class extends e{onLinkedEditingRange(e){return this.connection.onRequest(n.LinkedEditingRangeRequest.type,((t,r)=>e(t,r,this.attachWorkDoneProgress(t),void 0)))}}},2936:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MonikerFeature=void 0;const n=r(4512);t.MonikerFeature=e=>class extends e{get moniker(){return{on:e=>{const t=n.MonikerRequest.type;return this.connection.onRequest(t,((r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r))))}}}}},20:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NotebookDocuments=t.NotebookSyncFeature=void 0;const n=r(4512),i=r(1662);t.NotebookSyncFeature=e=>class extends e{get synchronization(){return{onDidOpenNotebookDocument:e=>this.connection.onNotification(n.DidOpenNotebookDocumentNotification.type,(t=>{e(t)})),onDidChangeNotebookDocument:e=>this.connection.onNotification(n.DidChangeNotebookDocumentNotification.type,(t=>{e(t)})),onDidSaveNotebookDocument:e=>this.connection.onNotification(n.DidSaveNotebookDocumentNotification.type,(t=>{e(t)})),onDidCloseNotebookDocument:e=>this.connection.onNotification(n.DidCloseNotebookDocumentNotification.type,(t=>{e(t)}))}}};class o{onDidOpenTextDocument(e){return this.openHandler=e,n.Disposable.create((()=>{this.openHandler=void 0}))}openTextDocument(e){this.openHandler&&this.openHandler(e)}onDidChangeTextDocument(e){return this.changeHandler=e,n.Disposable.create((()=>{this.changeHandler=e}))}changeTextDocument(e){this.changeHandler&&this.changeHandler(e)}onDidCloseTextDocument(e){return this.closeHandler=e,n.Disposable.create((()=>{this.closeHandler=void 0}))}closeTextDocument(e){this.closeHandler&&this.closeHandler(e)}onWillSaveTextDocument(){return o.NULL_DISPOSE}onWillSaveTextDocumentWaitUntil(){return o.NULL_DISPOSE}onDidSaveTextDocument(){return o.NULL_DISPOSE}}o.NULL_DISPOSE=Object.freeze({dispose:()=>{}}),t.NotebookDocuments=class{constructor(e){e instanceof i.TextDocuments?this._cellTextDocuments=e:this._cellTextDocuments=new i.TextDocuments(e),this.notebookDocuments=new Map,this.notebookCellMap=new Map,this._onDidOpen=new n.Emitter,this._onDidChange=new n.Emitter,this._onDidSave=new n.Emitter,this._onDidClose=new n.Emitter}get cellTextDocuments(){return this._cellTextDocuments}getCellTextDocument(e){return this._cellTextDocuments.get(e.document)}getNotebookDocument(e){return this.notebookDocuments.get(e)}getNotebookCell(e){const t=this.notebookCellMap.get(e);return t&&t[0]}findNotebookDocumentForCell(e){const t="string"==typeof e?e:e.document,r=this.notebookCellMap.get(t);return r&&r[1]}get onDidOpen(){return this._onDidOpen.event}get onDidSave(){return this._onDidSave.event}get onDidChange(){return this._onDidChange.event}get onDidClose(){return this._onDidClose.event}listen(e){const t=new o,r=[];return r.push(this.cellTextDocuments.listen(t)),r.push(e.notebooks.synchronization.onDidOpenNotebookDocument((e=>{this.notebookDocuments.set(e.notebookDocument.uri,e.notebookDocument);for(const r of e.cellTextDocuments)t.openTextDocument({textDocument:r});this.updateCellMap(e.notebookDocument),this._onDidOpen.fire(e.notebookDocument)}))),r.push(e.notebooks.synchronization.onDidChangeNotebookDocument((e=>{const r=this.notebookDocuments.get(e.notebookDocument.uri);if(void 0===r)return;r.version=e.notebookDocument.version;const n=r.metadata;let i=!1;const o=e.change;void 0!==o.metadata&&(i=!0,r.metadata=o.metadata);const s=[],a=[],c=[],u=[];if(void 0!==o.cells){const e=o.cells;if(void 0!==e.structure){const n=e.structure.array;if(r.cells.splice(n.start,n.deleteCount,...void 0!==n.cells?n.cells:[]),void 0!==e.structure.didOpen)for(const r of e.structure.didOpen)t.openTextDocument({textDocument:r}),s.push(r.uri);if(e.structure.didClose)for(const r of e.structure.didClose)t.closeTextDocument({textDocument:r}),a.push(r.uri)}if(void 0!==e.data){const t=new Map(e.data.map((e=>[e.document,e])));for(let e=0;e<=r.cells.length;e++){const n=t.get(r.cells[e].document);if(void 0!==n){const i=r.cells.splice(e,1,n);if(c.push({old:i[0],new:n}),t.delete(n.document),0===t.size)break}}}if(void 0!==e.textContent)for(const r of e.textContent)t.changeTextDocument({textDocument:r.document,contentChanges:r.changes}),u.push(r.document.uri)}this.updateCellMap(r);const l={notebookDocument:r};i&&(l.metadata={old:n,new:r.metadata});const d=[];for(const e of s)d.push(this.getNotebookCell(e));const f=[];for(const e of a)f.push(this.getNotebookCell(e));const p=[];for(const e of u)p.push(this.getNotebookCell(e));(d.length>0||f.length>0||c.length>0||p.length>0)&&(l.cells={added:d,removed:f,changed:{data:c,textContent:p}}),void 0===l.metadata&&void 0===l.cells||this._onDidChange.fire(l)}))),r.push(e.notebooks.synchronization.onDidSaveNotebookDocument((e=>{const t=this.notebookDocuments.get(e.notebookDocument.uri);void 0!==t&&this._onDidSave.fire(t)}))),r.push(e.notebooks.synchronization.onDidCloseNotebookDocument((e=>{const r=this.notebookDocuments.get(e.notebookDocument.uri);if(void 0!==r){this._onDidClose.fire(r);for(const r of e.cellTextDocuments)t.closeTextDocument({textDocument:r});this.notebookDocuments.delete(e.notebookDocument.uri);for(const e of r.cells)this.notebookCellMap.delete(e.document)}}))),n.Disposable.create((()=>{r.forEach((e=>e.dispose()))}))}updateCellMap(e){for(const t of e.cells)this.notebookCellMap.set(t.document,[t,e])}}},2938:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.attachPartialResult=t.ProgressFeature=t.attachWorkDone=void 0;const n=r(4512),i=r(6116);class o{constructor(e,t){this._connection=e,this._token=t,o.Instances.set(this._token,this)}begin(e,t,r,i){let o={kind:"begin",title:e,percentage:t,message:r,cancellable:i};this._connection.sendProgress(n.WorkDoneProgress.type,this._token,o)}report(e,t){let r={kind:"report"};"number"==typeof e?(r.percentage=e,void 0!==t&&(r.message=t)):r.message=e,this._connection.sendProgress(n.WorkDoneProgress.type,this._token,r)}done(){o.Instances.delete(this._token),this._connection.sendProgress(n.WorkDoneProgress.type,this._token,{kind:"end"})}}o.Instances=new Map;class s extends o{constructor(e,t){super(e,t),this._source=new n.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose(),super.done()}cancel(){this._source.cancel()}}class a{constructor(){}begin(){}report(){}done(){}}class c extends a{constructor(){super(),this._source=new n.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose()}cancel(){this._source.cancel()}}var u;t.attachWorkDone=function(e,t){if(void 0===t||void 0===t.workDoneToken)return new a;const r=t.workDoneToken;return delete t.workDoneToken,new o(e,r)},t.ProgressFeature=e=>class extends e{constructor(){super(),this._progressSupported=!1}initialize(e){super.initialize(e),!0===e?.window?.workDoneProgress&&(this._progressSupported=!0,this.connection.onNotification(n.WorkDoneProgressCancelNotification.type,(e=>{let t=o.Instances.get(e.token);(t instanceof s||t instanceof c)&&t.cancel()})))}attachWorkDoneProgress(e){return void 0===e?new a:new o(this.connection,e)}createWorkDoneProgress(){if(this._progressSupported){const e=(0,i.generateUuid)();return this.connection.sendRequest(n.WorkDoneProgressCreateRequest.type,{token:e}).then((()=>new s(this.connection,e)))}return Promise.resolve(new c)}},function(e){e.type=new n.ProgressType}(u||(u={}));class l{constructor(e,t){this._connection=e,this._token=t}report(e){this._connection.sendProgress(u.type,this._token,e)}}t.attachPartialResult=function(e,t){if(void 0===t||void 0===t.partialResultToken)return;const r=t.partialResultToken;return delete t.partialResultToken,new l(e,r)}},2655:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SemanticTokensBuilder=t.SemanticTokensDiff=t.SemanticTokensFeature=void 0;const n=r(4512);t.SemanticTokensFeature=e=>class extends e{get semanticTokens(){return{refresh:()=>this.connection.sendRequest(n.SemanticTokensRefreshRequest.type),on:e=>{const t=n.SemanticTokensRequest.type;return this.connection.onRequest(t,((r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r))))},onDelta:e=>{const t=n.SemanticTokensDeltaRequest.type;return this.connection.onRequest(t,((r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r))))},onRange:e=>{const t=n.SemanticTokensRangeRequest.type;return this.connection.onRequest(t,((r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r))))}}}};class i{constructor(e,t){this.originalSequence=e,this.modifiedSequence=t}computeDiff(){const e=this.originalSequence.length,t=this.modifiedSequence.length;let r=0;for(;r<t&&r<e&&this.originalSequence[r]===this.modifiedSequence[r];)r++;if(r<t&&r<e){let n=e-1,i=t-1;for(;n>=r&&i>=r&&this.originalSequence[n]===this.modifiedSequence[i];)n--,i--;(n<r||i<r)&&(n++,i++);const o=n-r+1,s=this.modifiedSequence.slice(r,i+1);return 1===s.length&&s[0]===this.originalSequence[n]?[{start:r,deleteCount:o-1}]:[{start:r,deleteCount:o,data:s}]}return r<t?[{start:r,deleteCount:0,data:this.modifiedSequence.slice(r)}]:r<e?[{start:r,deleteCount:e-r}]:[]}}t.SemanticTokensDiff=i,t.SemanticTokensBuilder=class{constructor(){this._prevData=void 0,this.initialize()}initialize(){this._id=Date.now(),this._prevLine=0,this._prevChar=0,this._data=[],this._dataLen=0}push(e,t,r,n,i){let o=e,s=t;this._dataLen>0&&(o-=this._prevLine,0===o&&(s-=this._prevChar)),this._data[this._dataLen++]=o,this._data[this._dataLen++]=s,this._data[this._dataLen++]=r,this._data[this._dataLen++]=n,this._data[this._dataLen++]=i,this._prevLine=e,this._prevChar=t}get id(){return this._id.toString()}previousResult(e){this.id===e&&(this._prevData=this._data),this.initialize()}build(){return this._prevData=void 0,{resultId:this.id,data:this._data}}canBuildEdits(){return void 0!==this._prevData}buildEdits(){return void 0!==this._prevData?{resultId:this.id,edits:new i(this._prevData,this._data).computeDiff()}:this.build()}}},7874:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createConnection=t.combineFeatures=t.combineNotebooksFeatures=t.combineLanguagesFeatures=t.combineWorkspaceFeatures=t.combineWindowFeatures=t.combineClientFeatures=t.combineTracerFeatures=t.combineTelemetryFeatures=t.combineConsoleFeatures=t._NotebooksImpl=t._LanguagesImpl=t.BulkUnregistration=t.BulkRegistration=t.ErrorMessageTracker=void 0;const n=r(4512),i=r(1248),o=r(6116),s=r(2938),a=r(8491),c=r(2112),u=r(3918),l=r(2655),d=r(8817),f=r(2697),p=r(8517),h=r(5026),g=r(1815),m=r(4635),v=r(493),y=r(20),b=r(2936);function D(e){if(null!==e)return e}t.ErrorMessageTracker=class{constructor(){this._messages=Object.create(null)}add(e){let t=this._messages[e];t||(t=0),t++,this._messages[e]=t}sendErrors(e){Object.keys(this._messages).forEach((t=>{e.window.showErrorMessage(t)}))}};class k{constructor(){}rawAttach(e){this._rawConnection=e}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}fillServerCapabilities(e){}initialize(e){}error(e){this.send(n.MessageType.Error,e)}warn(e){this.send(n.MessageType.Warning,e)}info(e){this.send(n.MessageType.Info,e)}log(e){this.send(n.MessageType.Log,e)}send(e,t){this._rawConnection&&this._rawConnection.sendNotification(n.LogMessageNotification.type,{type:e,message:t}).catch((()=>{(0,n.RAL)().console.error("Sending log message failed")}))}}const w=(0,d.ShowDocumentFeature)((0,s.ProgressFeature)(class{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}showErrorMessage(e,...t){let r={type:n.MessageType.Error,message:e,actions:t};return this.connection.sendRequest(n.ShowMessageRequest.type,r).then(D)}showWarningMessage(e,...t){let r={type:n.MessageType.Warning,message:e,actions:t};return this.connection.sendRequest(n.ShowMessageRequest.type,r).then(D)}showInformationMessage(e,...t){let r={type:n.MessageType.Info,message:e,actions:t};return this.connection.sendRequest(n.ShowMessageRequest.type,r).then(D)}}));(t.BulkRegistration||(t.BulkRegistration={})).create=function(){return new C};class C{constructor(){this._registrations=[],this._registered=new Set}add(e,t){const r=i.string(e)?e:e.method;if(this._registered.has(r))throw new Error(`${r} is already added to this registration`);const n=o.generateUuid();this._registrations.push({id:n,method:r,registerOptions:t||{}}),this._registered.add(r)}asRegistrationParams(){return{registrations:this._registrations}}}(t.BulkUnregistration||(t.BulkUnregistration={})).create=function(){return new R(void 0,[])};class R{constructor(e,t){this._connection=e,this._unregistrations=new Map,t.forEach((e=>{this._unregistrations.set(e.method,e)}))}get isAttached(){return!!this._connection}attach(e){this._connection=e}add(e){this._unregistrations.set(e.method,e)}dispose(){let e=[];for(let t of this._unregistrations.values())e.push(t);let t={unregisterations:e};this._connection.sendRequest(n.UnregistrationRequest.type,t).catch((()=>{this._connection.console.info("Bulk unregistration failed.")}))}disposeSingle(e){const t=i.string(e)?e:e.method,r=this._unregistrations.get(t);if(!r)return!1;let o={unregisterations:[r]};return this._connection.sendRequest(n.UnregistrationRequest.type,o).then((()=>{this._unregistrations.delete(t)}),(e=>{this._connection.console.info(`Un-registering request handler for ${r.id} failed.`)})),!0}}class E{attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}register(e,t,r){return e instanceof C?this.registerMany(e):e instanceof R?this.registerSingle1(e,t,r):this.registerSingle2(e,t)}registerSingle1(e,t,r){const s=i.string(t)?t:t.method,a=o.generateUuid();let c={registrations:[{id:a,method:s,registerOptions:r||{}}]};return e.isAttached||e.attach(this.connection),this.connection.sendRequest(n.RegistrationRequest.type,c).then((t=>(e.add({id:a,method:s}),e)),(e=>(this.connection.console.info(`Registering request handler for ${s} failed.`),Promise.reject(e))))}registerSingle2(e,t){const r=i.string(e)?e:e.method,s=o.generateUuid();let a={registrations:[{id:s,method:r,registerOptions:t||{}}]};return this.connection.sendRequest(n.RegistrationRequest.type,a).then((e=>n.Disposable.create((()=>{this.unregisterSingle(s,r).catch((()=>{this.connection.console.info(`Un-registering capability with id ${s} failed.`)}))}))),(e=>(this.connection.console.info(`Registering request handler for ${r} failed.`),Promise.reject(e))))}unregisterSingle(e,t){let r={unregisterations:[{id:e,method:t}]};return this.connection.sendRequest(n.UnregistrationRequest.type,r).catch((()=>{this.connection.console.info(`Un-registering request handler for ${e} failed.`)}))}registerMany(e){let t=e.asRegistrationParams();return this.connection.sendRequest(n.RegistrationRequest.type,t).then((()=>new R(this._connection,t.registrations.map((e=>({id:e.id,method:e.method}))))),(e=>(this.connection.console.info("Bulk registration failed."),Promise.reject(e))))}}const T=(0,f.FileOperationsFeature)((0,c.WorkspaceFoldersFeature)((0,a.ConfigurationFeature)(class{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}applyEdit(e){let t=(r=e)&&r.edit?e:{edit:e};var r;return this.connection.sendRequest(n.ApplyWorkspaceEditRequest.type,t)}})));class A{constructor(){this._trace=n.Trace.Off}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}set trace(e){this._trace=e}log(e,t){this._trace!==n.Trace.Off&&this.connection.sendNotification(n.LogTraceNotification.type,{message:e,verbose:this._trace===n.Trace.Verbose?t:void 0}).catch((()=>{}))}}class x{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}logEvent(e){this.connection.sendNotification(n.TelemetryEventNotification.type,e).catch((()=>{this.connection.console.log("Sending TelemetryEventNotification failed")}))}}class _{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}attachWorkDoneProgress(e){return(0,s.attachWorkDone)(this.connection,e)}attachPartialResultProgress(e,t){return(0,s.attachPartialResult)(this.connection,t)}}t._LanguagesImpl=_;const L=(0,b.MonikerFeature)((0,v.DiagnosticFeature)((0,m.InlayHintFeature)((0,g.InlineValueFeature)((0,h.TypeHierarchyFeature)((0,p.LinkedEditingRangeFeature)((0,l.SemanticTokensFeature)((0,u.CallHierarchyFeature)(_))))))));class S{constructor(){}attach(e){this._connection=e}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(e){}fillServerCapabilities(e){}attachWorkDoneProgress(e){return(0,s.attachWorkDone)(this.connection,e)}attachPartialResultProgress(e,t){return(0,s.attachPartialResult)(this.connection,t)}}t._NotebooksImpl=S;const F=(0,y.NotebookSyncFeature)(S);function P(e,t){return function(r){return t(e(r))}}function q(e,t){return function(r){return t(e(r))}}function M(e,t){return function(r){return t(e(r))}}function N(e,t){return function(r){return t(e(r))}}function O(e,t){return function(r){return t(e(r))}}function I(e,t){return function(r){return t(e(r))}}function j(e,t){return function(r){return t(e(r))}}function H(e,t){return function(r){return t(e(r))}}t.combineConsoleFeatures=P,t.combineTelemetryFeatures=q,t.combineTracerFeatures=M,t.combineClientFeatures=N,t.combineWindowFeatures=O,t.combineWorkspaceFeatures=I,t.combineLanguagesFeatures=j,t.combineNotebooksFeatures=H,t.combineFeatures=function(e,t){function r(e,t,r){return e&&t?r(e,t):e||t}return{__brand:"features",console:r(e.console,t.console,P),tracer:r(e.tracer,t.tracer,M),telemetry:r(e.telemetry,t.telemetry,q),client:r(e.client,t.client,N),window:r(e.window,t.window,O),workspace:r(e.workspace,t.workspace,I),languages:r(e.languages,t.languages,j),notebooks:r(e.notebooks,t.notebooks,H)}},t.createConnection=function(e,t,r){const o=r&&r.console?new(r.console(k)):new k,a=e(o);o.rawAttach(a);const c=r&&r.tracer?new(r.tracer(A)):new A,u=r&&r.telemetry?new(r.telemetry(x)):new x,l=r&&r.client?new(r.client(E)):new E,d=r&&r.window?new(r.window(w)):new w,f=r&&r.workspace?new(r.workspace(T)):new T,p=r&&r.languages?new(r.languages(L)):new L,h=r&&r.notebooks?new(r.notebooks(F)):new F,g=[o,c,u,l,d,f,p,h];let m,v,y,b={listen:()=>a.listen(),sendRequest:(e,...t)=>a.sendRequest(i.string(e)?e:e.method,...t),onRequest:(e,t)=>a.onRequest(e,t),sendNotification:(e,t)=>{const r=i.string(e)?e:e.method;return 1===arguments.length?a.sendNotification(r):a.sendNotification(r,t)},onNotification:(e,t)=>a.onNotification(e,t),onProgress:a.onProgress,sendProgress:a.sendProgress,onInitialize:e=>(v=e,{dispose:()=>{v=void 0}}),onInitialized:e=>a.onNotification(n.InitializedNotification.type,e),onShutdown:e=>(m=e,{dispose:()=>{m=void 0}}),onExit:e=>(y=e,{dispose:()=>{y=void 0}}),get console(){return o},get telemetry(){return u},get tracer(){return c},get client(){return l},get window(){return d},get workspace(){return f},get languages(){return p},get notebooks(){return h},onDidChangeConfiguration:e=>a.onNotification(n.DidChangeConfigurationNotification.type,e),onDidChangeWatchedFiles:e=>a.onNotification(n.DidChangeWatchedFilesNotification.type,e),__textDocumentSync:void 0,onDidOpenTextDocument:e=>a.onNotification(n.DidOpenTextDocumentNotification.type,e),onDidChangeTextDocument:e=>a.onNotification(n.DidChangeTextDocumentNotification.type,e),onDidCloseTextDocument:e=>a.onNotification(n.DidCloseTextDocumentNotification.type,e),onWillSaveTextDocument:e=>a.onNotification(n.WillSaveTextDocumentNotification.type,e),onWillSaveTextDocumentWaitUntil:e=>a.onRequest(n.WillSaveTextDocumentWaitUntilRequest.type,e),onDidSaveTextDocument:e=>a.onNotification(n.DidSaveTextDocumentNotification.type,e),sendDiagnostics:e=>a.sendNotification(n.PublishDiagnosticsNotification.type,e),onHover:e=>a.onRequest(n.HoverRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),void 0))),onCompletion:e=>a.onRequest(n.CompletionRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onCompletionResolve:e=>a.onRequest(n.CompletionResolveRequest.type,e),onSignatureHelp:e=>a.onRequest(n.SignatureHelpRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),void 0))),onDeclaration:e=>a.onRequest(n.DeclarationRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onDefinition:e=>a.onRequest(n.DefinitionRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onTypeDefinition:e=>a.onRequest(n.TypeDefinitionRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onImplementation:e=>a.onRequest(n.ImplementationRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onReferences:e=>a.onRequest(n.ReferencesRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onDocumentHighlight:e=>a.onRequest(n.DocumentHighlightRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onDocumentSymbol:e=>a.onRequest(n.DocumentSymbolRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onWorkspaceSymbol:e=>a.onRequest(n.WorkspaceSymbolRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onWorkspaceSymbolResolve:e=>a.onRequest(n.WorkspaceSymbolResolveRequest.type,e),onCodeAction:e=>a.onRequest(n.CodeActionRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onCodeActionResolve:e=>a.onRequest(n.CodeActionResolveRequest.type,((t,r)=>e(t,r))),onCodeLens:e=>a.onRequest(n.CodeLensRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onCodeLensResolve:e=>a.onRequest(n.CodeLensResolveRequest.type,((t,r)=>e(t,r))),onDocumentFormatting:e=>a.onRequest(n.DocumentFormattingRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),void 0))),onDocumentRangeFormatting:e=>a.onRequest(n.DocumentRangeFormattingRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),void 0))),onDocumentOnTypeFormatting:e=>a.onRequest(n.DocumentOnTypeFormattingRequest.type,((t,r)=>e(t,r))),onRenameRequest:e=>a.onRequest(n.RenameRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),void 0))),onPrepareRename:e=>a.onRequest(n.PrepareRenameRequest.type,((t,r)=>e(t,r))),onDocumentLinks:e=>a.onRequest(n.DocumentLinkRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onDocumentLinkResolve:e=>a.onRequest(n.DocumentLinkResolveRequest.type,((t,r)=>e(t,r))),onDocumentColor:e=>a.onRequest(n.DocumentColorRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onColorPresentation:e=>a.onRequest(n.ColorPresentationRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onFoldingRanges:e=>a.onRequest(n.FoldingRangeRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onSelectionRanges:e=>a.onRequest(n.SelectionRangeRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),(0,s.attachPartialResult)(a,t)))),onExecuteCommand:e=>a.onRequest(n.ExecuteCommandRequest.type,((t,r)=>e(t,r,(0,s.attachWorkDone)(a,t),void 0))),dispose:()=>a.dispose()};for(let e of g)e.attach(b);return a.onRequest(n.InitializeRequest.type,(e=>{t.initialize(e),i.string(e.trace)&&(c.trace=n.Trace.fromString(e.trace));for(let t of g)t.initialize(e.capabilities);if(v){let t=v(e,(new n.CancellationTokenSource).token,(0,s.attachWorkDone)(a,e),void 0);return(r=t,r instanceof Promise?r:i.thenable(r)?new Promise(((e,t)=>{r.then((t=>e(t)),(e=>t(e)))})):Promise.resolve(r)).then((e=>{if(e instanceof n.ResponseError)return e;let t=e;t||(t={capabilities:{}});let r=t.capabilities;r||(r={},t.capabilities=r),void 0===r.textDocumentSync||null===r.textDocumentSync?r.textDocumentSync=i.number(b.__textDocumentSync)?b.__textDocumentSync:n.TextDocumentSyncKind.None:i.number(r.textDocumentSync)||i.number(r.textDocumentSync.change)||(r.textDocumentSync.change=i.number(b.__textDocumentSync)?b.__textDocumentSync:n.TextDocumentSyncKind.None);for(let e of g)e.fillServerCapabilities(r);return t}))}{let e={capabilities:{textDocumentSync:n.TextDocumentSyncKind.None}};for(let t of g)t.fillServerCapabilities(e.capabilities);return e}var r})),a.onRequest(n.ShutdownRequest.type,(()=>(t.shutdownReceived=!0,m?m((new n.CancellationTokenSource).token):void 0))),a.onNotification(n.ExitNotification.type,(()=>{try{y&&y()}finally{t.shutdownReceived?t.exit(0):t.exit(1)}})),a.onNotification(n.SetTraceNotification.type,(e=>{c.trace=n.Trace.fromString(e.value)})),b}},8817:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ShowDocumentFeature=void 0;const n=r(4512);t.ShowDocumentFeature=e=>class extends e{showDocument(e){return this.connection.sendRequest(n.ShowDocumentRequest.type,e)}}},1662:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TextDocuments=void 0;const n=r(4512);t.TextDocuments=class{constructor(e){this._configuration=e,this._syncedDocuments=new Map,this._onDidChangeContent=new n.Emitter,this._onDidOpen=new n.Emitter,this._onDidClose=new n.Emitter,this._onDidSave=new n.Emitter,this._onWillSave=new n.Emitter}get onDidOpen(){return this._onDidOpen.event}get onDidChangeContent(){return this._onDidChangeContent.event}get onWillSave(){return this._onWillSave.event}onWillSaveWaitUntil(e){this._willSaveWaitUntil=e}get onDidSave(){return this._onDidSave.event}get onDidClose(){return this._onDidClose.event}get(e){return this._syncedDocuments.get(e)}all(){return Array.from(this._syncedDocuments.values())}keys(){return Array.from(this._syncedDocuments.keys())}listen(e){e.__textDocumentSync=n.TextDocumentSyncKind.Incremental;const t=[];return t.push(e.onDidOpenTextDocument((e=>{const t=e.textDocument,r=this._configuration.create(t.uri,t.languageId,t.version,t.text);this._syncedDocuments.set(t.uri,r);const n=Object.freeze({document:r});this._onDidOpen.fire(n),this._onDidChangeContent.fire(n)}))),t.push(e.onDidChangeTextDocument((e=>{const t=e.textDocument,r=e.contentChanges;if(0===r.length)return;const{version:n}=t;if(null==n)throw new Error(`Received document change event for ${t.uri} without valid version identifier`);let i=this._syncedDocuments.get(t.uri);void 0!==i&&(i=this._configuration.update(i,r,n),this._syncedDocuments.set(t.uri,i),this._onDidChangeContent.fire(Object.freeze({document:i})))}))),t.push(e.onDidCloseTextDocument((e=>{let t=this._syncedDocuments.get(e.textDocument.uri);void 0!==t&&(this._syncedDocuments.delete(e.textDocument.uri),this._onDidClose.fire(Object.freeze({document:t})))}))),t.push(e.onWillSaveTextDocument((e=>{let t=this._syncedDocuments.get(e.textDocument.uri);void 0!==t&&this._onWillSave.fire(Object.freeze({document:t,reason:e.reason}))}))),t.push(e.onWillSaveTextDocumentWaitUntil(((e,t)=>{let r=this._syncedDocuments.get(e.textDocument.uri);return void 0!==r&&this._willSaveWaitUntil?this._willSaveWaitUntil(Object.freeze({document:r,reason:e.reason}),t):[]}))),t.push(e.onDidSaveTextDocument((e=>{let t=this._syncedDocuments.get(e.textDocument.uri);void 0!==t&&this._onDidSave.fire(Object.freeze({document:t}))}))),n.Disposable.create((()=>{t.forEach((e=>e.dispose()))}))}}},5026:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TypeHierarchyFeature=void 0;const n=r(4512);t.TypeHierarchyFeature=e=>class extends e{get typeHierarchy(){return{onPrepare:e=>this.connection.onRequest(n.TypeHierarchyPrepareRequest.type,((t,r)=>e(t,r,this.attachWorkDoneProgress(t),void 0))),onSupertypes:e=>{const t=n.TypeHierarchySupertypesRequest.type;return this.connection.onRequest(t,((r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r))))},onSubtypes:e=>{const t=n.TypeHierarchySubtypesRequest.type;return this.connection.onRequest(t,((r,n)=>e(r,n,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(t,r))))}}}}},1248:(e,t)=>{"use strict";function r(e){return"string"==typeof e||e instanceof String}function n(e){return"function"==typeof e}function i(e){return Array.isArray(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.thenable=t.typedArray=t.stringArray=t.array=t.func=t.error=t.number=t.string=t.boolean=void 0,t.boolean=function(e){return!0===e||!1===e},t.string=r,t.number=function(e){return"number"==typeof e||e instanceof Number},t.error=function(e){return e instanceof Error},t.func=n,t.array=i,t.stringArray=function(e){return i(e)&&e.every((e=>r(e)))},t.typedArray=function(e,t){return Array.isArray(e)&&e.every(t)},t.thenable=function(e){return e&&n(e.then)}},6116:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.generateUuid=t.parse=t.isUUID=t.v4=t.empty=void 0;class r{constructor(e){this._value=e}asHex(){return this._value}equals(e){return this.asHex()===e.asHex()}}class n extends r{constructor(){super([n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),"-",n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),"-","4",n._randomHex(),n._randomHex(),n._randomHex(),"-",n._oneOf(n._timeHighBits),n._randomHex(),n._randomHex(),n._randomHex(),"-",n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex(),n._randomHex()].join(""))}static _oneOf(e){return e[Math.floor(e.length*Math.random())]}static _randomHex(){return n._oneOf(n._chars)}}function i(){return new n}n._chars=["0","1","2","3","4","5","6","6","7","8","9","a","b","c","d","e","f"],n._timeHighBits=["8","9","a","b"],t.empty=new r("00000000-0000-0000-0000-000000000000"),t.v4=i;const o=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function s(e){return o.test(e)}t.isUUID=s,t.parse=function(e){if(!s(e))throw new Error("invalid uuid");return new r(e)},t.generateUuid=function(){return i().asHex()}},2112:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkspaceFoldersFeature=void 0;const n=r(4512);t.WorkspaceFoldersFeature=e=>class extends e{constructor(){super(),this._notificationIsAutoRegistered=!1}initialize(e){super.initialize(e);let t=e.workspace;t&&t.workspaceFolders&&(this._onDidChangeWorkspaceFolders=new n.Emitter,this.connection.onNotification(n.DidChangeWorkspaceFoldersNotification.type,(e=>{this._onDidChangeWorkspaceFolders.fire(e.event)})))}fillServerCapabilities(e){super.fillServerCapabilities(e);const t=e.workspace?.workspaceFolders?.changeNotifications;this._notificationIsAutoRegistered=!0===t||"string"==typeof t}getWorkspaceFolders(){return this.connection.sendRequest(n.WorkspaceFoldersRequest.type)}get onDidChangeWorkspaceFolders(){if(!this._onDidChangeWorkspaceFolders)throw new Error("Client doesn't support sending workspace folder change events.");return this._notificationIsAutoRegistered||this._unregistration||(this._unregistration=this.connection.client.register(n.DidChangeWorkspaceFoldersNotification.type)),this._onDidChangeWorkspaceFolders.event}}},2795:(e,t,r)=>{"use strict";var n;function i(e){if("contents"in e)n="string"==typeof e.contents?JSON.parse(e.contents):e.contents;else if("fsPath"in e){let t=function(e){throw new Error("Unsupported in browser")}(e.fsPath);n=JSON.parse(t)}else if(e.uri){let t=e.uri;return"string"==typeof e.uri&&(t=new URL(e.uri)),async function(e){if("http"===e.protocol||"https"===e.protocol)return await(await fetch(e)).text();throw new Error("Unsupported protocol")}(t).then((e=>{n=JSON.parse(e)}))}}function o(...e){let t,r,i,o=e[0];if("string"==typeof o?(t=o,r=o,e.splice(0,1),i=e&&"object"==typeof e[0]?e[0]:e):(r=o.message,t=r,o.comment&&o.comment.length>0&&(t+=`/${Array.isArray(o.comment)?o.comment.join():o.comment}`),i=o.args??{}),!n)return a(r,i);let s=n[t];return s?"string"==typeof s?a(s,i):s.comment?a(s.message,i):a(r,i):a(r,i)}r.r(t),r.d(t,{config:()=>i,t:()=>o});var s=/{([^}]+)}/g;function a(e,t){return e.replace(s,((e,r)=>t[r]??e))}},8048:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.defaultMarkdownFileExtension=t.PreferredMdPathExtensionStyle=void 0,t.getLsConfiguration=function(e){return new Proxy(Object.create(null),{get:(t,r,n)=>r in e?e[r]:o[r]})},t.isExcludedPath=function(e,t){return e.excludePaths.some((e=>n.isMatch(t.path,e)))};const n=r(5157);var i;!function(e){e.auto="auto",e.includeExtension="includeExtension",e.removeExtension="removeExtension"}(i||(t.PreferredMdPathExtensionStyle=i={})),t.defaultMarkdownFileExtension="md";const o={markdownFileExtensions:[t.defaultMarkdownFileExtension],knownLinkedToFileExtensions:["jpg","jpeg","png","gif","webp","bmp","tiff"],excludePaths:["**/.*","**/node_modules/**"]}},2268:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.githubSlugifier=t.LogLevel=t.RenameNotSupportedAtLocationError=t.IncludeWorkspaceHeaderCompletions=t.DiagnosticLevel=t.DiagnosticCode=t.PreferredMdPathExtensionStyle=void 0,t.createLanguageService=function(e){const t=(0,n.getLsConfiguration)(e),r=e.logger,C=new k.MdTableOfContentsProvider(e.parser,e.workspace,r),R=new f.MdFoldingProvider(e.parser,C,r),E=new u.MdLinkProvider(t,e.parser,e.workspace,C,r),T=new g.MdPathCompletionProvider(t,e.workspace,e.parser,E,C),A=(0,u.createWorkspaceLinkCache)(e.parser,e.workspace),x=new y.MdSelectionRangeProvider(e.parser,C,E,r),_=new m.MdReferencesProvider(t,e.parser,e.workspace,C,A,r),L=new s.MdDefinitionProvider(t,e.workspace,C,A),S=new v.MdRenameProvider(t,e.workspace,e.parser,_,C,e.parser.slugifier,r),F=new d.MdFileRenameProvider(t,e.workspace,A,_),P=new a.DiagnosticComputer(t,e.workspace,E,C,r),q=new l.MdDocumentSymbolProvider(C,E,r),M=new D.MdWorkspaceSymbolProvider(e.workspace,q),N=new h.MdOrganizeLinkDefinitionProvider(E),O=new c.MdDocumentHighlightProvider(t,C,E),I=new b.MdUpdatePastedLinksProvider(t,E),j=new p.MdHoverProvider(E),H=new i.MdExtractLinkDefinitionCodeActionProvider(E),B=new o.MdRemoveLinkDefinitionCodeActionProvider;return Object.freeze({dispose:()=>{A.dispose(),C.dispose(),M.dispose(),E.dispose(),_.dispose()},getDocumentLinks:E.provideDocumentLinks.bind(E),resolveDocumentLink:E.resolveDocumentLink.bind(E),resolveLinkTarget:E.resolveLinkTarget.bind(E),getDocumentSymbols:q.provideDocumentSymbols.bind(q),getFoldingRanges:R.provideFoldingRanges.bind(R),getSelectionRanges:x.provideSelectionRanges.bind(x),getWorkspaceSymbols:M.provideWorkspaceSymbols.bind(M),getCompletionItems:T.provideCompletionItems.bind(T),getReferences:_.provideReferences.bind(_),getFileReferences:async(e,t)=>(await _.getReferencesToFileInWorkspace(e,t)).map((e=>e.location)),getDefinition:L.provideDefinition.bind(L),organizeLinkDefinitions:N.getOrganizeLinkDefinitionEdits.bind(N),prepareRename:S.prepareRename.bind(S),getRenameEdit:S.provideRenameEdits.bind(S),getRenameFilesInWorkspaceEdit:F.getRenameFilesInWorkspaceEdit.bind(F),getCodeActions:async(e,t,r,n)=>(await Promise.all([H.getActions(e,t,r,n),Array.from(B.getActions(e,t,r))])).flat(),getDocumentHighlights:(e,t,r)=>O.getDocumentHighlights(e,t,r),prepareUpdatePastedLinks:I.prepareDocumentPaste.bind(I),getUpdatePastedLinksEdit:I.provideDocumentPasteEdits.bind(I),getHover:j.provideHover.bind(j),computeDiagnostics:async(e,t,r)=>(await P.compute(e,t,r))?.diagnostics,createPullDiagnosticsManager:()=>{if(!(0,w.isWorkspaceWithFileWatching)(e.workspace))throw new Error("Workspace does not support file watching. Diagnostics manager not supported");return new a.DiagnosticsManager(t,e.workspace,E,C,r)}})};const n=r(8048),i=r(7883),o=r(5114),s=r(6498),a=r(5844),c=r(3046),u=r(8902),l=r(4922),d=r(3258),f=r(6649),p=r(4414),h=r(9399),g=r(7406),m=r(2720),v=r(1176),y=r(821),b=r(509),D=r(5396),k=r(3043),w=r(2589);var C=r(8048);Object.defineProperty(t,"PreferredMdPathExtensionStyle",{enumerable:!0,get:function(){return C.PreferredMdPathExtensionStyle}});var R=r(5844);Object.defineProperty(t,"DiagnosticCode",{enumerable:!0,get:function(){return R.DiagnosticCode}}),Object.defineProperty(t,"DiagnosticLevel",{enumerable:!0,get:function(){return R.DiagnosticLevel}});var E=r(7406);Object.defineProperty(t,"IncludeWorkspaceHeaderCompletions",{enumerable:!0,get:function(){return E.IncludeWorkspaceHeaderCompletions}});var T=r(1176);Object.defineProperty(t,"RenameNotSupportedAtLocationError",{enumerable:!0,get:function(){return T.RenameNotSupportedAtLocationError}});var A=r(2869);Object.defineProperty(t,"LogLevel",{enumerable:!0,get:function(){return A.LogLevel}});var x=r(8155);Object.defineProperty(t,"githubSlugifier",{enumerable:!0,get:function(){return x.githubSlugifier}})},7883:(e,t,r)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.MdExtractLinkDefinitionCodeActionProvider=void 0,t.createAddDefinitionEdit=g;const i=r(2795),o=r(4512),s=r(1025),a=r(4335),c=r(2071),u=r(2246),l=r(9606),d=r(9399),f=r(3235),p=r(7622);class h{static genericTitle=i.t("Extract to link definition");static#e=o.CodeActionKind.RefactorExtract+".linkDefinition";static notOnLinkAction={title:this.genericTitle,kind:this.#e,disabled:{reason:i.t("Not on link")}};static alreadyRefLinkAction={title:this.genericTitle,kind:this.#e,disabled:{reason:i.t("Link is already a reference")}};#t;constructor(e){this.#t=e}async getActions(e,t,r,i){if(!this.#r(r))return[];const o=await this.#t.getLinks(e);if(i.isCancellationRequested)return[];const u=o.links.filter((e=>e.kind!==s.MdLinkKind.Definition&&(0,c.rangeIntersects)(t,e.source.range)));if(!u.length)return[n.notOnLinkAction];u.sort(((e,t)=>(0,a.comparePosition)(t.source.range.start,e.source.range.start)));const l=u.find((e=>e.href.kind===s.HrefKind.External||e.href.kind===s.HrefKind.Internal));return l?[this.#n(e,o,l)]:[n.alreadyRefLinkAction]}#r(e){return void 0===e.only||e.only.some((e=>(0,f.codeActionKindContains)(o.CodeActionKind.Refactor,e)))}#n(e,t,r){const i=new l.WorkspaceEditBuilder,c=(0,u.getDocUri)(e),d=this.#i(t.definitions);for(const e of t.links)if((e.kind===s.MdLinkKind.Link||e.kind===s.MdLinkKind.AutoLink)&&this.#o(r.href,e)){const t=e.kind===s.MdLinkKind.AutoLink?e.source.range:e.source.targetRange;i.replace(c,t,`[${d}]`)}const f=function(e,t){const r=t.kind===s.MdLinkKind.AutoLink?t.source.targetRange:o.Range.create((0,a.translatePosition)(t.source.targetRange.start,{characterDelta:1}),(0,a.translatePosition)(t.source.targetRange.end,{characterDelta:-1}));return e.getText(r)}(e,r).trim(),p=g(e,t.links.filter((e=>e.kind===s.MdLinkKind.Definition)),[{definitionText:f,placeholder:d}]);i.insert(c,p.range.start,p.newText);const h=(0,a.translatePosition)(r.source.targetRange.start,{characterDelta:1});return{title:n.genericTitle,kind:n.#e,edit:i.getEdit(),command:{command:"vscodeMarkdownLanguageservice.rename",title:"Rename",arguments:[(0,u.getDocUri)(e),h]}}}#i(e){for(let t=1;;++t){const r=1===t?"def":`def${t}`;if(void 0===e.lookup(r))return r}}#o(e,t){return t.href.kind===s.HrefKind.External&&e.kind===s.HrefKind.External?(0,p.isSameResource)(t.href.uri,e.uri):t.href.kind===s.HrefKind.Internal&&e.kind===s.HrefKind.Internal&&(0,p.isSameResource)(t.href.path,e.path)&&t.href.fragment===e.fragment}}function g(e,t,r){const n=(0,d.getExistingDefinitionBlock)(e,t),i=r.map((({definitionText:e,placeholder:t})=>`[${t}]: ${e}`)).join("\n");if(n){const t=(0,u.getLine)(e,n.endLine);return o.TextEdit.insert({line:n.endLine,character:t.length},"\n"+i)}return o.TextEdit.insert({line:e.lineCount,character:0},"\n\n"+i)}t.MdExtractLinkDefinitionCodeActionProvider=h,n=h},5114:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdRemoveLinkDefinitionCodeActionProvider=void 0;const n=r(2795),i=r(4512),o=r(2071),s=r(2246),a=r(9606),c=r(5844),u=r(3235);class l{static#s=n.t("Remove unused link definition");static#a=n.t("Remove duplicate link definition");*getActions(e,t,r){if(!this.#r(r))return;const n=new Set;for(const i of r.diagnostics)if(i.code===c.DiagnosticCode.link_unusedDefinition&&i.data&&(0,o.rangeIntersects)(i.range,t)){const t=i.data;yield this.#c(e,t,l.#s),n.add(t.source.range.start.line)}for(const i of r.diagnostics)if(i.code===c.DiagnosticCode.link_duplicateDefinition&&i.data&&(0,o.rangeIntersects)(i.range,t)){const t=i.data;n.has(t.source.range.start.line)||(yield this.#c(e,t,l.#a))}}#r(e){return void 0===e.only||e.only.some((e=>(0,u.codeActionKindContains)(i.CodeActionKind.QuickFix,e)))}#c(e,t,r){const n=new a.WorkspaceEditBuilder,o=t.source.range;return n.replace((0,s.getDocUri)(e),i.Range.create(o.start.line,0,o.start.line+1,0),""),{title:r,kind:i.CodeActionKind.QuickFix,edit:n.getEdit()}}}t.MdRemoveLinkDefinitionCodeActionProvider=l},3235:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.codeActionKindContains=function(e,t){return e===t||t.startsWith(e+".")}},6498:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdDefinitionProvider=void 0;const n=r(1025),i=r(2071),o=r(2589);t.MdDefinitionProvider=class{#u;#l;#d;#f;constructor(e,t,r,n){this.#u=e,this.#l=t,this.#d=r,this.#f=n}async provideDefinition(e,t,r){const n=await this.#d.getForDocument(e);if(r.isCancellationRequested)return[];const i=n.entries.find((e=>e.line===t.line));return i?i.headerLocation:this.#p(e,t,r)}async#p(e,t,r){const o=(await this.#f.getForDocs([e]))[0];for(const e of o){if(e.kind===n.MdLinkKind.Definition&&(0,i.rangeContains)(e.ref.range,t))return this.#h(e.ref.text,o);if((0,i.rangeContains)(e.source.hrefRange,t))return this.#g(e,o,r)}}async#g(e,t,r){if(e.href.kind===n.HrefKind.Reference)return this.#h(e.href.ref,t);if(e.href.kind===n.HrefKind.External||!e.href.fragment)return;const i=await(0,o.statLinkToMarkdownFile)(this.#u,this.#l,e.href.path);if(!i||r.isCancellationRequested)return;const s=await this.#d.get(i);return s?.lookupByFragment(e.href.fragment)?.headerLocation}#h(e,t){const r=new n.LinkDefinitionSet(t).lookup(e);return r?{range:r.source.range,uri:r.source.resource.toString()}:void 0}}},5844:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DiagnosticsManager=t.DiagnosticComputer=t.DiagnosticCode=t.DiagnosticLevel=void 0;const n=r(2795),i=r(5157),o=r(4512),s=r(2869),a=r(1025),c=r(4335),u=r(2071),l=r(2246),d=r(7292),f=r(7721),p=r(7622),h=r(6695),g=r(2589);var m,v;function y(e){switch(e){case m.error:return o.DiagnosticSeverity.Error;case m.warning:return o.DiagnosticSeverity.Warning;case m.hint:return o.DiagnosticSeverity.Hint;case m.ignore:case void 0:return}}!function(e){e.ignore="ignore",e.hint="hint",e.warning="warning",e.error="error"}(m||(t.DiagnosticLevel=m={})),function(e){e.link_noSuchReferences="link.no-such-reference",e.link_noSuchHeaderInOwnFile="link.no-such-header-in-own-file",e.link_noSuchFile="link.no-such-file",e.link_noSuchHeaderInFile="link.no-such-header-in-file",e.link_unusedDefinition="link.unused-definition",e.link_duplicateDefinition="link.duplicate-definition"}(v||(t.DiagnosticCode=v={}));class b{#m=new h.ResourceMap;constructor(e){for(const t of e){if(t.href.kind!==a.HrefKind.Internal)continue;const e=this.#m.get(t.href.path),r={source:t.source,fragment:t.href.fragment};e?e.outgoingLinks.push(r):this.#m.set(t.href.path,{outgoingLinks:[r]})}}get size(){return this.#m.size}entries(){return this.#m.entries()}}class D{#u;#l;#t;#d;#v;constructor(e,t,r,n,i){this.#u=e,this.#l=t,this.#t=r,this.#d=n,this.#v=i}async compute(e,t,r){this.#v.log(s.LogLevel.Debug,"DiagnosticComputer.compute",{document:e.uri,version:e.version});const{links:n,definitions:i}=await this.#t.getLinks(e),o=new h.ResourceMap;if(r.isCancellationRequested)return{links:n,diagnostics:[],statCache:o};o.set((0,l.getDocUri)(e),{exists:!0});const a=(await Promise.all([this.#y(t,n,o,r),this.#b(e,t,n,r),Array.from(this.#D(t,n,i)),Array.from(this.#k(t,n)),Array.from(this.#w(t,n))])).flat();return this.#v.log(s.LogLevel.Trace,"DiagnosticComputer.compute finished",{document:e.uri,version:e.version,diagnostics:a}),{links:n,statCache:o,diagnostics:a}}async#b(e,t,r,i){const o=y(t.validateFragmentLinks);if(void 0===o)return[];const s=await this.#d.getForDocument(e);if(i.isCancellationRequested)return[];const c=[];for(const i of r)if(i.href.kind===a.HrefKind.Internal&&i.source.hrefText.startsWith("#")&&(0,p.isSameResource)(i.href.path,(0,l.getDocUri)(e))&&i.href.fragment&&!C(s,{source:i.source,fragment:i.href.fragment})){if((0,p.parseLocationInfoFromFragment)(i.href.fragment))continue;this.#C(t,i.source.hrefText)||c.push({code:v.link_noSuchHeaderInOwnFile,message:n.t("No header found: '{0}'",i.href.fragment),range:i.source.hrefRange,severity:o,data:{hrefText:i.source.hrefText}})}return c}*#D(e,t,r){const i=y(e.validateReferences);if(void 0===i)return[];for(const e of t)e.href.kind!==a.HrefKind.Reference||r.lookup(e.href.ref)||(yield{code:v.link_noSuchReferences,message:n.t("No link definition found: '{0}'",e.href.ref),range:e.source.hrefRange,severity:i,data:{ref:e.href.ref}})}*#k(e,t){const r=y(e.validateUnusedLinkDefinitions);if(void 0===r)return;const i=new a.ReferenceLinkMap;for(const e of t)e.kind===a.MdLinkKind.Link&&e.href.kind===a.HrefKind.Reference&&i.set(e.href.ref,!0);for(const e of t)e.kind!==a.MdLinkKind.Definition||i.lookup(e.ref.text)||(yield{code:v.link_unusedDefinition,message:n.t("Link definition is unused"),range:e.source.range,severity:r,tags:[o.DiagnosticTag.Unnecessary],data:e})}*#w(e,t){const r=y(e.validateDuplicateLinkDefinitions);if(void 0===r)return;const i=new Map;for(const e of t)if(e.kind===a.MdLinkKind.Definition){const t=i.get(e.ref.text);t?t.push(e):i.set(e.ref.text,[e])}for(const[e,t]of i)if(!(t.length<=1))for(const i of t)yield{code:v.link_duplicateDefinition,message:n.t("Link definition for '{0}' already exists",e),range:i.ref.range,severity:r,relatedInformation:t.filter((e=>e!==i)).map((e=>o.DiagnosticRelatedInformation.create({uri:e.source.resource.toString(),range:e.ref.range},n.t("Link is also defined here")))),data:i}}async#y(e,t,r,i){const o=y(e.validateFileLinks);if(void 0===o)return[];const s=y(void 0===e.validateMarkdownFileLinkFragments?e.validateFragmentLinks:e.validateMarkdownFileLinkFragments),a=new b(t.filter((e=>!e.source.hrefText.startsWith("#"))));if(0===a.size)return[];const l=new f.Limiter(10),d=[];return await Promise.all(Array.from(a.entries()).map((([t,{outgoingLinks:a}])=>l.queue((async()=>{if(i.isCancellationRequested)return;const l=await(0,g.statLinkToMarkdownFile)(this.#u,this.#l,t,r);if(!i.isCancellationRequested)if(l){if(void 0!==s&&this.#R(l)){const t=a.filter((e=>e.fragment));if(t.length){const r=await this.#d.get(l);if(i.isCancellationRequested)return;for(const i of t)if(!(0,p.parseLocationInfoFromFragment)(i.fragment)&&!(r&&C(r,i)||this.#C(e,i.source.hrefPathText)||this.#C(e,i.source.hrefText))){const e=(i.source.hrefFragmentRange&&(0,u.modifyRange)(i.source.hrefFragmentRange,(0,c.translatePosition)(i.source.hrefFragmentRange.start,{characterDelta:-1}),void 0))??i.source.hrefRange;d.push({code:v.link_noSuchHeaderInFile,message:n.t("Header does not exist in file: {0}",i.fragment),range:e,severity:s,data:{fragment:i.fragment,hrefText:i.source.hrefText}})}}}}else for(const r of a)this.#C(e,r.source.hrefPathText)||d.push({code:v.link_noSuchFile,message:n.t("File does not exist at path: {0}",t.fsPath),range:r.source.hrefRange,severity:o,data:{fsPath:t.fsPath,hrefText:r.source.hrefPathText}})}))))),d}#R(e){return this.#l.hasMarkdownDocument(e)||(0,p.looksLikeMarkdownUri)(this.#u,e)}#C(e,t){return e.ignoreLinks.some((e=>i.isMatch(t,e)))}}t.DiagnosticComputer=D;class k extends d.Disposable{#E=this._register(new o.Emitter);onDidChangeLinkedToFile=this.#E.event;#T=new h.ResourceMap;#l;#v;constructor(e,t){super(),this.#l=e,this.#v=t}dispose(){super.dispose();for(const e of this.#T.values())e.watcher.dispose();this.#T.clear()}updateLinksForDocument(e,t,r){const n=new Set(t.filter((e=>e.href.kind===a.HrefKind.Internal)).map((e=>({path:e.href.path,exists:!!r.get(e.href.path)?.exists}))));for(const t of this.#T.values())t.documents.delete(e);for(const{path:t,exists:r}of n){let n=this.#T.get(t);n||(n={watcher:this.#A(t),documents:new h.ResourceMap,exists:r},this.#T.set(t,n)),n.documents.set(e,e)}for(const[e,t]of this.#T)0===t.documents.size&&(t.watcher.dispose(),this.#T.delete(e))}deleteDocument(e){this.updateLinksForDocument(e,[],new h.ResourceMap)}tryStatFileLink(e){const t=this.#T.get(e);if(t)return{exists:t.exists}}#A(e){const t=this.#l.watchFile(e,{ignoreChange:!0}),r=t.onDidDelete((e=>this.#x(e,!1))),n=t.onDidCreate((e=>this.#x(e,!0)));return{dispose:()=>{t.dispose(),r.dispose(),n.dispose()}}}#x(e,t){this.#v.log(s.LogLevel.Trace,"FileLinkState.onLinkedResourceChanged",{resource:e,exists:t});const r=this.#T.get(e);r&&(r.exists=t,this.#E.fire({changedResource:e,linkingFiles:r.documents.values(),exists:t}))}}class w extends d.Disposable{#_;#L;#S=this._register(new o.Emitter);onLinkedToFileChanged=this.#S.event;constructor(e,t,r,n,i){super();const o=new k(t,i);this.#L=this._register(o),this._register(this.#L.onDidChangeLinkedToFile((e=>{i.log(s.LogLevel.Trace,"DiagnosticsManager.onDidChangeLinkedToFile",{resource:e.changedResource}),this.#S.fire({changedResource:e.changedResource,linkingResources:Array.from(e.linkingFiles)})})));const a=new Proxy(t,{get(e,r,n){if("stat"!==r){const i=Reflect.get(e,r,n);return"function"==typeof i?i.bind(t):i}return async function(r){const i=o.tryStatFileLink(r);return i?i.exists?{isDirectory:!1}:void 0:t.stat.call(this===n?e:this,r)}}});this.#_=new D(e,a,r,n,i),this._register(t.onDidDeleteMarkdownDocument((e=>{this.#L.deleteDocument(e)})))}async computeDiagnostics(e,t,r){const n=await this.#_.compute(e,t,r);return r.isCancellationRequested?[]:(this.#L.updateLinksForDocument((0,l.getDocUri)(e),n.links,n.statCache),n.diagnostics)}disposeDocumentResources(e){this.#L.deleteDocument(e)}}function C(e,t){return t.source.isAngleBracketLink?e.lookupByHeading(t.fragment):e.lookupByFragment(t.fragment)}t.DiagnosticsManager=w},3046:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdDocumentHighlightProvider=void 0;const n=r(4512),i=r(1025),o=r(4335),s=r(2071),a=r(2246),c=r(7622),u=r(2589),l=r(1176);t.MdDocumentHighlightProvider=class{#u;#d;#t;constructor(e,t,r){this.#u=e,this.#d=t,this.#t=r}async getDocumentHighlights(e,t,r){const n=await this.#d.getForDocument(e);if(r.isCancellationRequested)return[];const{links:i}=await this.#t.getLinks(e);if(r.isCancellationRequested)return[];const o=n.entries.find((e=>e.line===t.line));return o?[...this.#F(e,o,i,n)]:[...this.#P(e,t,i,n)]}*#F(e,t,r,u){yield{range:t.headerLocation.range,kind:n.DocumentHighlightKind.Write};const l=(0,a.getDocUri)(e);for(const e of r)e.href.kind===i.HrefKind.Internal&&u.lookupByFragment(e.href.fragment)===t&&e.source.hrefFragmentRange&&(0,c.isSameResource)(e.href.path,l)&&(yield{range:(0,s.modifyRange)(e.source.hrefFragmentRange,(0,o.translatePosition)(e.source.hrefFragmentRange.start,{characterDelta:-1})),kind:n.DocumentHighlightKind.Read})}#P(e,t,r,n){const o=r.find((e=>(0,s.rangeContains)(e.source.hrefRange,t)||e.kind===i.MdLinkKind.Definition&&(0,s.rangeContains)(e.ref.range,t)));if(!o)return[];if(o.kind===i.MdLinkKind.Definition&&(0,s.rangeContains)(o.ref.range,t))return this.#q(o.ref.text,r);switch(o.href.kind){case i.HrefKind.Reference:return this.#q(o.href.ref,r);case i.HrefKind.Internal:return o.source.hrefFragmentRange&&(0,s.rangeContains)(o.source.hrefFragmentRange,t)?this.#M(e,o.href,r,n):this.#N(o.href.path,r);case i.HrefKind.External:return this.#O(o.href.uri,r)}}*#M(e,t,r,l){const d=(0,u.tryAppendMarkdownFileExtension)(this.#u,t.path);if(!d)return;const f=t.fragment.toLowerCase();if((0,c.isSameResource)(d,(0,a.getDocUri)(e))){const e=l.lookupByFragment(f);e&&(yield{range:e.headerLocation.range,kind:n.DocumentHighlightKind.Write})}for(const e of r)e.href.kind===i.HrefKind.Internal&&(0,c.looksLikePathToResource)(this.#u,e.href.path,d)&&e.source.hrefFragmentRange&&e.href.fragment.toLowerCase()===f&&(yield{range:(0,s.modifyRange)(e.source.hrefFragmentRange,(0,o.translatePosition)(e.source.hrefFragmentRange.start,{characterDelta:-1})),kind:n.DocumentHighlightKind.Read})}*#N(e,t){const r=(0,u.tryAppendMarkdownFileExtension)(this.#u,e)??e;for(const e of t)e.href.kind===i.HrefKind.Internal&&(0,c.looksLikePathToResource)(this.#u,e.href.path,r)&&(yield{range:(0,l.getFilePathRange)(e),kind:n.DocumentHighlightKind.Read})}*#O(e,t){for(const r of t)r.href.kind===i.HrefKind.External&&(0,c.isSameResource)(r.href.uri,e)&&(yield{range:(0,l.getFilePathRange)(r),kind:n.DocumentHighlightKind.Read})}*#q(e,t){for(const r of t)r.kind===i.MdLinkKind.Definition&&r.ref.text===e?yield{range:r.ref.range,kind:n.DocumentHighlightKind.Write}:r.href.kind===i.HrefKind.Reference&&r.href.ref===e&&(yield{range:r.source.hrefRange,kind:n.DocumentHighlightKind.Read})}}},8902:(e,t,r)=>{"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.MdLinkProvider=t.MdLinkComputer=void 0,t.createWorkspaceLinkCache=function(e,t){const r=new q(e,t);return new k.MdWorkspaceInfoCache(t,((e,t)=>r.getAllLinks(e,t)))};const i=r(2795),o=r(6192),s=r(4512),a=r(8945),c=r(2869),u=r(1025),l=r(4335),d=r(2071),f=r(2246),p=r(9067),h=r(7292),g=r(8632),m=r(9911),v=r(7622),y=r(9612),b=r(1383),D=r(2589),k=r(7191);function w(e,t,r){if(/^[a-z\-][a-z\-]+:/i.test(t))try{return{kind:u.HrefKind.External,uri:a.URI.parse((0,b.tryDecodeUri)(t))}}catch(r){return void console.warn(y.r`Failed to parse link ${t} in ${e.toString(!0)}`)}const n=(0,m.resolveInternalDocumentLink)(e,t,r);if(n)return{kind:u.HrefKind.Internal,path:n.resource,fragment:n.linkFragment}}function C(e,t,r,n,i,o,a,c){const l=n.startsWith("<"),d=T(n);let p;try{p=w((0,f.getDocUri)(e),d,c)}catch{return}if(!p)return;const h=t+r,g=i,m=e.positionAt(g),v=e.positionAt(g+o.length),y={start:e.positionAt(g+t.length),end:v},b=g+h.length+(l?1:0),D=e.positionAt(b),k=e.positionAt(b+d.length),C={start:D,end:k};let E;if(a){const t=o.indexOf(a);if(t>=0){const r=g+t;E=s.Range.create(e.positionAt(r),e.positionAt(r+a.length))}}return{kind:u.MdLinkKind.Link,href:p,source:{hrefText:d,resource:(0,f.getDocUri)(e),range:{start:m,end:v},targetRange:y,hrefRange:C,isAngleBracketLink:l,...R(e,d,D,k),titleRange:E}}}function R(e,t,r,n){const i=function(e,t,r){const n=e.indexOf("#");if(!(n<0))return{start:(0,l.translatePosition)(t,{characterDelta:n+1}),end:r}}(t,r,n);return{hrefPathText:e.getText({start:r,end:i?(0,l.translatePosition)(i.start,{characterDelta:-1}):n}),hrefFragmentRange:i}}const E=/^<(.*)>$/;function T(e){return e.replace(E,"$1")}const A=new RegExp(y.r`(?<!\\)`+y.r`(!?\[`+y.r`(?:`+y.r`[^\[\]\\]|`+y.r`\\.|`+y.r`\[[^\[\]]*\]`+y.r`)*`+y.r`\])`+y.r`(\(\s*)`+y.r`(`+y.r`[^\s\(\)\<](?:[^\s\(\)]|\([^\s\(\)]*?\))*|`+y.r`<(?:\\[<>]|[^<>])+>`+y.r`)`+y.r`\s*(?<title>"[^"]*"|'[^']*'|\([^\(\)]*\))?\s*`+y.r`\)`,"g"),x=new RegExp(y.r`(?<![\]\\])`+y.r`(?:`+y.r`(?<prefix>`+y.r`!?`+y.r`\[(?<text>(?:`+y.r`\\.|`+y.r`[^\[\]\\]|`+y.r`\[[^\[\]]*\]`+")*)]"+y.r`\[\s*`+y.r`)`+y.r`(?<ref>(?:[^\\\]]|\\.)*?)\]`+y.r`|`+y.r`\[(?!\!)\s*(?<shorthand>(?:\\.|[^\[\]\n\\])+?)\s*\]`+y.r`)`+y.r`(?![\(])`,"gm"),_=/(?<!\\)\<(\w+:[^\>\s]+)\>/g,L=/^([\t ]*(?<!\\)\[(?!\^)((?:\\\]|\\\[|[^\]\[\n])+)\]:[\t ]*)([^<]\S*|<(?:\\[<>]|[^<>])+>)/gm;class S{static create(){return new S}#I;constructor(e){this.#I=new Map(e)}get(e){return this.#I.get(e)||[]}add(e){for(let t=e.start.line;t<=e.end.line;t++){let r=this.#I.get(t);r||(r=[],this.#I.set(t,r)),r.push(e)}}concat(e){const t=new S(this.#I);for(const r of e)t.add(r);return t}}const F=/(?<!`)(`+)((?:.+?|.*?(?:(?:\r?\n).+?)*?)(?:\r?\n)?\1)(?!`)/gm;class P{multiline;inline;static compute(e,t){const r=e.filter((e=>("code_block"===e.type||"fence"===e.type||"html_block"===e.type)&&!!e.map)).map((e=>({type:e.type,range:e.map}))),n=S.create(),i=t.getText();for(const e of i.matchAll(F)){const r=e.index??0,i=t.positionAt(r);n.add(s.Range.create(i,t.positionAt(r+e[0].length)))}return new P(r,n)}constructor(e,t){this.multiline=e,this.inline=t}contains(e,t=""){return this.multiline.some((({type:r,range:n})=>r!==t&&e.line>=n[0]&&e.line<n[1]))||!!this.inline.get(e.line)?.some((t=>(0,d.rangeContains)(t,e)))}concatInline(e){return new P(this.multiline,this.inline.concat(e))}}class q{#j;#l;constructor(e,t){this.#j=e,this.#l=t}async getAllLinks(e,t){const r=await this.#j.tokenize(e);if(t.isCancellationRequested)return[];const n=P.compute(r,e),i=Array.from(this.#H(e,n));return[...i,...this.#B(e,n.concatInline(i.map((e=>e.source.range)))),...this.#U(e,n),...this.#W(e,n),...this.#V(e,n)]}*#H(e,t){const r=e.getText();for(const n of r.matchAll(A)){const r=n[1],i=C(e,r,n[2],n[3],n.index??0,n[0],n.groups?.title,this.#l);if(i&&!t.contains(i.source.hrefRange.start)&&(yield i,/\![\[\(]/.test(r))){const i=r.slice(1,-1),o=(n.index??0)+1;for(const t of i.matchAll(A)){const r=C(e,t[1],t[2],t[3],o+(t.index??0),t[0],t.groups?.title,this.#l);r&&(yield r)}yield*this.#$(e,i,o,t)}}}*#W(e,t){const r=e.getText(),n=(0,f.getDocUri)(e);for(const i of r.matchAll(_)){const r=i.index??0,o=e.positionAt(r);if(t.contains(o))continue;const s=i[1],a=w(n,s,this.#l);if(a?.kind!==u.HrefKind.External)continue;const c=(0,l.translatePosition)(o,{characterDelta:i[0].length}),d=(0,l.translatePosition)(o,{characterDelta:1}),f=(0,l.translatePosition)(d,{characterDelta:s.length}),p={start:d,end:f};yield{kind:u.MdLinkKind.AutoLink,href:a,source:{isAngleBracketLink:!1,hrefText:s,resource:n,targetRange:p,hrefRange:p,range:{start:o,end:c},...R(e,s,d,f),titleRange:void 0}}}}#B(e,t){const r=e.getText();return this.#$(e,r,0,t)}*#$(e,t,r,n){for(const i of t.matchAll(x)){if(!i.groups)continue;const t=r+(i.index??0),o=e.positionAt(t);if(n.contains(o))continue;let a,c,d=i.groups.ref;if(""===d){if(d=i.groups.text.trim(),!d)continue;const r=t+1;a=e.positionAt(r),c=e.positionAt(r+d.length)}else if(d){if(!i.groups.text&&!i[0].startsWith("!"))continue;i[0].startsWith("!")||(yield*this.#$(e,i[2],t+1,n));const r=t+i[1].length;a=e.positionAt(r),c=e.positionAt(r+d.length)}else{if(!i.groups.shorthand)continue;{if(d=i.groups.shorthand.trim(),!d)continue;const r=t+1;a=e.positionAt(r);const n=(0,f.getLine)(e,a.line);if(0===o.character&&":"===n[i[0].length])continue;const s=n.match(/^\s*[\-\*\+]\s*\[x\]/i);if(s&&a.character<=s[0].length)continue;c=e.positionAt(r+d.length)}}const p=(0,l.translatePosition)(o,{characterDelta:i[0].length});yield{kind:u.MdLinkKind.Link,source:{isAngleBracketLink:!1,hrefText:d,hrefPathText:d,resource:(0,f.getDocUri)(e),range:{start:o,end:p},targetRange:s.Range.create((0,l.translatePosition)(a,{characterDelta:-1}),(0,l.translatePosition)(c,{characterDelta:1})),hrefRange:s.Range.create(a,c),hrefFragmentRange:void 0,titleRange:void 0},href:{kind:u.HrefKind.Reference,ref:d}}}}*#U(e,t){const r=e.getText(),n=(0,f.getDocUri)(e);for(const i of r.matchAll(L)){const r=i.index??0,o=e.positionAt(r);if(t.contains(o))continue;const s=i[1],a=i[2],c=i[3].trim(),d=E.test(c),p=T(c),h=w(n,p,this.#l);if(!h)continue;const g=(0,l.translatePosition)(o,{characterDelta:s.length+(d?1:0)}),m=(0,l.translatePosition)(g,{characterDelta:p.length}),v={start:g,end:m},y=(0,l.translatePosition)(o,{characterDelta:1}),b={start:y,end:(0,l.translatePosition)(y,{characterDelta:a.length})},D=(0,f.getLine)(e,o.line),k=(0,l.translatePosition)(o,{characterDelta:D.length});yield{kind:u.MdLinkKind.Definition,source:{isAngleBracketLink:d,hrefText:p,resource:n,range:{start:o,end:k},targetRange:v,hrefRange:v,...R(e,c,g,m),titleRange:void 0},ref:{text:a,range:b},href:h}}}#V(e,t){const r=e.getText();if(!/<\w/.test(r))return[];try{const n=(0,o.parse)(r);return this.#K(e,n,t)}catch{return[]}}static#z=new Map(Array.from(g.htmlTagPathAttrs.entries(),(([e,t])=>[e,t.map((e=>({attr:e,regexp:new RegExp(`(${e}=["'])([^'"]*)["']`,"i")})))])));*#K(e,t,r){const i=n.#z.get(t.tagName);if(i)for(const n of i){const i=t.attributes[n.attr];if(!i)continue;const o=t.outerHTML.match(n.regexp);if(!o)continue;const s=(0,f.getDocUri)(e),a=w(s,i,this.#l);if(!a)continue;const c=e.positionAt(t.range[0]+o.index+o[1].length);if(r.contains(c,"html_block"))continue;const d=(0,l.translatePosition)(c,{characterDelta:o[2].length}),p={start:c,end:d};yield{kind:u.MdLinkKind.Link,href:a,source:{isAngleBracketLink:!1,hrefText:i,resource:s,targetRange:p,hrefRange:p,range:{start:c,end:d},...R(e,i,c,d),titleRange:void 0}}}for(const n of t.childNodes)n instanceof o.HTMLElement&&(yield*this.#K(e,n,r))}}t.MdLinkComputer=q,n=q;class M extends h.Disposable{#f;#G;#J;#l;#d;#v;constructor(e,t,r,n,i){super(),this.#J=e,this.#l=r,this.#d=n,this.#v=i,this.#G=new q(t,this.#l),this.#f=this._register(new k.MdDocumentInfoCache(this.#l,((e,t)=>this.getLinksWithoutCaching(e,t))))}getLinks(e){return this.#f.getForDocument(e)}async getLinksWithoutCaching(e,t){this.#v.log(c.LogLevel.Debug,"LinkProvider.compute",{document:e.uri,version:e.version});const r=await this.#G.getAllLinks(e,t);return{links:r,definitions:new u.LinkDefinitionSet(r)}}async provideDocumentLinks(e,t){const{links:r,definitions:n}=await this.getLinks(e);return t.isCancellationRequested?[]:(0,p.coalesce)(r.map((e=>this.#X(e,n))))}async resolveDocumentLink(e,t){const r=this.#Z(e);if(!r)return;const n=await this.#Y(r.path,r.fragment,t);switch(n.kind){case"folder":e.target=this.#Q("revealInExplorer",r.path);break;case"external":e.target=n.uri.toString(!0);break;case"file":n.position?e.target=this.#ee(n.uri,n.position):e.target=n.uri.toString(!0)}return e}async resolveLinkTarget(e,t,r){const n=w(t,e,this.#l);if(n?.kind!==u.HrefKind.Internal)return;const i=(0,m.resolveInternalDocumentLink)(t,e,this.#l);return i?this.#Y(i.resource,i.linkFragment,r):void 0}async#Y(e,t,r){let n=e;const i=this.#l.getContainingDocument?.(n);if(!i){const e=await this.#l.stat(n);if(e?.isDirectory)return{kind:"folder",uri:n};if(r.isCancellationRequested)return{kind:"folder",uri:n};if(!e){let e=!1;const t=(0,D.tryAppendMarkdownFileExtension)(this.#J,n);if(t&&await this.#l.stat(t)&&(n=t,e=!0),!e)return{kind:"file",uri:n}}}if(!t)return{kind:"file",uri:n};const o=(0,v.parseLocationInfoFromFragment)(t);if(o)return{kind:"file",uri:n,position:o};const s=await this.#l.openMarkdownDocument(n);if(r.isCancellationRequested)return{kind:"file",uri:n};if(s){const e=(await this.#d.getForContainingDoc(s,r)).lookupByFragment(t);if(e)return{kind:"file",uri:a.URI.parse(e.headerLocation.uri),position:e.headerLocation.range.start,fragment:t}}return{kind:"file",uri:n}}#Z(e){if(!e.data)return;const t=e.data;return t.href.kind===u.HrefKind.Internal?{path:a.URI.from(t.href.path),fragment:t.href.fragment}:void 0}#X(e,t){switch(e.href.kind){case u.HrefKind.External:return{range:e.source.hrefRange,target:e.href.uri.toString(!0)};case u.HrefKind.Internal:return{range:e.source.hrefRange,target:void 0,tooltip:i.t("Follow link"),data:e};case u.HrefKind.Reference:{const r=t.lookup(e.href.ref);if(!r)return;const n=this.#ee(e.source.resource,r.source.hrefRange.start);return{range:e.source.hrefRange,tooltip:i.t("Go to link definition"),target:n,data:e}}}}#Q(e,...t){return`command:${e}?${encodeURIComponent(JSON.stringify(t))}`}#ee(e,t){return e.fragment?this.#Q("vscodeMarkdownLanguageservice.open",e,{selection:s.Range.create(t,t)}):e.with({fragment:`L${t.line+1},${t.character+1}`}).toString(!0)}}t.MdLinkProvider=M},4922:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdDocumentSymbolProvider=void 0;const n=r(4512),i=r(2869),o=r(1025),s=r(4335);t.MdDocumentSymbolProvider=class{#d;#t;#v;constructor(e,t,r){this.#d=e,this.#t=t,this.#v=r}async provideDocumentSymbols(e,t,r){this.#v.log(i.LogLevel.Debug,"DocumentSymbolProvider.provideDocumentSymbols",{document:e.uri,version:e.version});const n=await(t.includeLinkDefinitions?this.#te(e,r):[]);if(r.isCancellationRequested)return[];const o=await this.#d.getForDocument(e);return r.isCancellationRequested?[]:this.#re(e,n,o)}#re(e,t,r){const i={level:-1/0,children:[],parent:void 0,range:n.Range.create(0,0,e.lineCount+1,0)},o=[...t];return this.#ne(i,r.entries,o),i.children.push(...o),i.children}async#te(e,t){const{links:r}=await this.#t.getLinks(e);return t.isCancellationRequested?[]:r.filter((e=>e.kind===o.MdLinkKind.Definition)).map((e=>this.#ie(e)))}#ie(e){return{kind:n.SymbolKind.Constant,name:`[${e.ref.text}]`,selectionRange:e.ref.range,range:e.source.range}}#ne(e,t,r){let n=e;for(const e of t){for(;r.length&&(0,s.isBefore)(r[0].range.end,e.sectionLocation.range.start);)n.children.push(r.shift());for(;n&&e.level<=n.level;)n=n.parent;if(!n)return;const t=this.#oe(e);t.children=[],n.children.push(t),n={level:e.level,children:t.children,parent:n,range:e.sectionLocation.range}}}#oe(e){return{name:this.#se(e),kind:n.SymbolKind.String,range:e.sectionLocation.range,selectionRange:e.sectionLocation.range}}#se(e){return"#".repeat(e.level)+" "+e.text}}},3258:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdFileRenameProvider=void 0;const n=r(7975),i=r(8945),o=r(8048),s=r(1025),a=r(2246),c=r(9606),u=r(9911),l=r(7622),d=r(2720),f=r(1176);t.MdFileRenameProvider=class{#J;#l;#f;#ae;constructor(e,t,r,n){this.#J=e,this.#l=t,this.#f=r,this.#ae=n}async getRenameFilesInWorkspaceEdit(e,t){const r=new c.WorkspaceEditBuilder,n=[];for(const i of e){const o=await this.#l.stat(i.newUri);if(t.isCancellationRequested)return;if(await(o?.isDirectory?this.#ce(i,r,t):this.#ue(i,e,r,t))&&n.push(i),t.isCancellationRequested)return}return{participatingRenames:n,edit:r.getEdit()}}async#ue(e,t,r,n){let i=!1;return await this.#le(e,r,n)&&(i=!0),!n.isCancellationRequested&&(await this.#de(e,t,r)&&(i=!0),i)}async#ce(e,t,r){const o=await this.#f.entries();if(r.isCancellationRequested)return!1;let a=!1;for(const[r,c]of o)for(const o of c)if(o.href.kind===s.HrefKind.Internal&&!o.source.hrefText.startsWith("#")){if((0,l.isParentDir)(e.oldUri,o.href.path)){const i=n.posix.relative(e.oldUri.path,o.href.path.path),s=e.newUri.with({path:n.posix.join(e.newUri.path,i)});if(this.#fe(r,o,s,t)){a=!0;continue}}if(o.source.hrefText.startsWith("..")&&(0,l.isParentDir)(e.newUri,r)){const s=r.with({path:i.Utils.joinPath(e.oldUri,n.posix.relative(e.newUri.path,r.path)).path}),c=(0,u.resolveInternalDocumentLink)(s,o.source.hrefText,this.#l);if(c){let u;if((0,l.isParentDir)(e.oldUri,c.resource)){const e=i.Utils.dirname(s);u="./"+n.posix.relative(e.path,c.resource.path)}else{const e=i.Utils.dirname(r);u=n.posix.relative(e.path,c.resource.path)}const d=encodeURI(u);if(d!==o.source.hrefPathText){const{range:e,newText:n}=(0,f.getLinkRenameEdit)(o,d);t.replace(r,e,n),a=!0}}}}return a}async#de(e,t,r){if(!(0,l.looksLikeMarkdownUri)(this.#J,e.newUri))return!1;if((0,o.isExcludedPath)(this.#J,e.newUri))return!1;const n=await this.#l.openMarkdownDocument(e.newUri);if(!n)return!1;const i=(await this.#f.getForDocs([n]))[0];let s=!1;for(const o of i)await this.#pe(n,o,e,t,r)&&(s=!0);return s}async#pe(e,t,r,o,c){if(t.href.kind!==s.HrefKind.Internal)return!1;if(t.source.hrefText.startsWith("#"))return!1;if(t.source.hrefText.startsWith("/"))return!1;let d=(0,u.resolveInternalDocumentLink)(r.oldUri,t.source.hrefText,this.#l);if(!d)return!1;for(const e of o)if((0,l.isSameResource)(e.oldUri,d.resource)||(0,l.isParentDir)(e.oldUri,d.resource)){d={resource:i.Utils.joinPath(e.newUri,n.posix.relative(e.oldUri.path,d.resource.path)),linkFragment:d.linkFragment};break}return this.#fe((0,a.getDocUri)(e),t,d.resource,c)}async#le(e,t,r){if((0,o.isExcludedPath)(this.#J,e.newUri))return!1;const n=await this.#ae.getReferencesToFileInWorkspace(e.oldUri,r);if(r.isCancellationRequested)return!1;let s=!1;for(const r of n)r.kind===d.MdReferenceKind.Link&&this.#fe(i.URI.parse(r.location.uri),r.link,e.newUri,t)&&(s=!0);return s}#fe(e,t,r,n){if(t.href.kind!==s.HrefKind.Internal)return!1;const i=(0,u.removeNewUriExtIfNeeded)(this.#J,t.href,r),o=(0,f.getLinkRenameText)(this.#l,t.source,i,t.source.hrefText.startsWith("."));if("string"==typeof o){const{range:r,newText:i}=(0,f.getLinkRenameEdit)(t,o);return n.replace(e,r,i),!0}return!1}}},6649:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdFoldingProvider=void 0;const n=r(4512),i=r(2869),o=r(2246),s=r(9612);function a(e){var t;if(e.map&&"html_block"===e.type)return t=e.content,/^\s*<!--\s*#?region\b.*-->/.test(t)?{token:e,isStart:!0}:function(e){return/^\s*<!--\s*#?endregion\b.*-->/.test(e)}(e.content)?{token:e,isStart:!1}:void 0}function c(e){if(!e.map)return!1;switch(e.type){case"fence":case"list_item_open":case"table_open":case"blockquote_open":return e.map[1]>e.map[0];case"html_block":return!a(e)&&e.map[1]>e.map[0]+1;default:return!1}}t.MdFoldingProvider=class{#he;#d;#v;constructor(e,t,r){this.#he=e,this.#d=t,this.#v=r}async provideFoldingRanges(e,t){this.#v.log(i.LogLevel.Debug,"MdFoldingProvider.provideFoldingRanges",{document:e.uri,version:e.version});const r=(await Promise.all([this.#ge(e,t),this.#me(e,t),this.#ve(e,t)])).flat();return r.length>5e3?r.slice(0,5e3):r}async#ge(e,t){const r=await this.#he.tokenize(e);return t.isCancellationRequested?[]:Array.from(this.#ye(r))}*#ye(e){const t=[];for(const r of e){const e=a(r);e&&(e.isStart?t.push(e):t.length&&t[t.length-1].isStart&&(yield{startLine:t.pop().token.map[0],endLine:e.token.map[0],kind:n.FoldingRangeKind.Region}))}}async#me(e,t){const r=await this.#d.getForDocument(e);return t.isCancellationRequested?[]:r.entries.map((t=>{let r=t.sectionLocation.range.end.line;return(0,s.isEmptyOrWhitespace)((0,o.getLine)(e,r))&&r>=t.line+1&&(r-=1),{startLine:t.line,endLine:r}}))}async#ve(e,t){const r=await this.#he.tokenize(e);return t.isCancellationRequested?[]:Array.from(this.#be(e,r))}*#be(e,t){for(const r of t)if(c(r)){const t=r.map[0];let n=r.map[1]-1;(0,s.isEmptyOrWhitespace)((0,o.getLine)(e,n))&&n>=t+1&&(n-=1),n>t&&(yield{startLine:t,endLine:n,kind:this.#De(r)})}}#De(e){return"html_block"===e.type&&e.content.startsWith("\x3c!--")?n.FoldingRangeKind.Comment:void 0}}},4414:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdHoverProvider=void 0;const n=r(1025),i=r(2071),o=r(1193),s=r(1633);t.MdHoverProvider=class{#t;constructor(e){this.#t=e}async provideHover(e,t,r){const o=await this.#t.getLinks(e);if(r.isCancellationRequested)return;const s=o.links.find((e=>(0,i.rangeContains)(e.source.hrefRange,t)));if(!s||s.href.kind===n.HrefKind.Reference)return;const a=this.#ke(s);return a&&{contents:a,range:s.source.hrefRange}}#ke(e){if(e.href.kind===n.HrefKind.Reference)return;const t=e.href.kind===n.HrefKind.External?e.href.uri:e.href.path;switch((0,s.getMediaPreviewType)(t)){case s.MediaType.Image:return{kind:"markdown",value:o.imageLink(t,"",300)};case s.MediaType.Video:return{kind:"markdown",value:o.video(t,300)}}}}},9399:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdOrganizeLinkDefinitionProvider=void 0,t.getExistingDefinitionBlock=c;const n=r(4512),i=r(1025),o=r(2246),s=r(5176),a=r(9612);function c(e,t){if(!t.length)return;const r=t[t.length-1],i=e.getText(n.Range.create(r.source.range.end.line+1,0,s.maxLspUInt,0));if((0,a.isEmptyOrWhitespace)(i)){let e=r;for(let r=t.length-1;r>=0;--r){const n=t[r];if(n.source.range.start.line<e.source.range.start.line-1)break;e=n}return{startLine:e.source.range.start.line,endLine:r.source.range.start.line}}}t.MdOrganizeLinkDefinitionProvider=class{#t;constructor(e){this.#t=e}async getOrganizeLinkDefinitionEdits(e,t,r){const s=await this.#t.getLinks(e);if(r.isCancellationRequested)return[];const u=s.links.filter((e=>e.kind===i.MdLinkKind.Definition));if(!u.length)return[];const l=c(e,u),d=[];for(const t of this.#we(e,u))(!l||t.startLine<l.startLine)&&d.push({newText:"",range:n.Range.create(t.startLine,0,t.endLine,(0,o.getLine)(e,t.endLine).length)});const f=[...u];f.sort(((e,t)=>e.ref.text.localeCompare(t.ref.text)));const p=f.filter((e=>!t.removeUnused||s.links.some((t=>t.kind===i.MdLinkKind.Link&&t.href.kind===i.HrefKind.Reference&&t.href.ref===e.ref.text)))),h=p.map((e=>`[${e.ref.text}]: ${e.source.hrefText}`)).join("\n");if(l){const t=l.startLine<=0||(0,a.isEmptyOrWhitespace)((0,o.getLine)(e,l.startLine-1));if(!d.length&&p.length===u.length&&u.every(((e,t)=>e.ref===p[t].ref)))return[];d.push({newText:(t?"":"\n")+h,range:n.Range.create(l.startLine,0,l.endLine,(0,o.getLine)(e,l.endLine).length)})}else{const t=this.#Ce(e,u);d.push({newText:(t===e.lineCount-1?"\n\n":"\n")+h,range:n.Range.create(t+1,0,e.lineCount,0)})}return d}*#we(e,t){if(!t.length)return;let r=0;const n=t[r];let i=n;for(;r<t.length-1;++r){const e=t[r+1];if(e.source.range.start.line!==i.source.range.start.line+1)break;i=e}yield{startLine:n.source.range.start.line,endLine:i.source.range.start.line},yield*this.#we(e,t.slice(r+1))}#Ce(e,t){const r=t[t.length-1],i=e.getText(n.Range.create(r.source.range.end.line+1,0,s.maxLspUInt,0)).split(/\r\n|\n/g);for(let e=i.length-1;e>=0;--e)if(!(0,a.isEmptyOrWhitespace)(i[e]))return r.source.range.start.line+1+e;return r.source.range.start.line}}},7406:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdPathCompletionProvider=t.IncludeWorkspaceHeaderCompletions=void 0;const n=r(2795),i=r(7975),o=r(4512),s=r(8945),a=r(8048),c=r(3043),u=r(4335),l=r(2246),d=r(8632),f=r(1193),p=r(9911),h=r(1633),g=r(7622),m=r(2349),v=r(9612),y=r(2589),b=r(7191);var D,k;!function(e){e[e.Link=0]="Link",e[e.ReferenceLink=1]="ReferenceLink",e[e.LinkDefinition=2]="LinkDefinition",e[e.HtmlAttribute=3]="HtmlAttribute"}(D||(D={})),function(e){e.never="never",e.onDoubleHash="onDoubleHash",e.onSingleOrDoubleHash="onSingleOrDoubleHash"}(k||(t.IncludeWorkspaceHeaderCompletions=k={}));const w=Object.freeze({localHeader:"1",workspaceHeader:"2"});t.MdPathCompletionProvider=class{#u;#l;#he;#t;#Re;constructor(e,t,r,n,i){this.#u=e,this.#l=t,this.#he=r,this.#t=n,this.#Re=new b.MdWorkspaceInfoCache(t,(e=>i.getForDocument(e)))}async provideCompletionItems(e,t,r,n){const i=this.#Ee(e,t);if(!i)return[];const o=[];for await(const s of this.#Te(e,t,i,r,n))o.push(s);return o}async*#Te(e,t,r,n,i){switch(r.kind){case D.ReferenceLink:return void(yield*this.#Ae(e,t,r,i));case D.LinkDefinition:case D.Link:case D.HtmlAttribute:{if(r.linkPrefix.startsWith("#")&&n.includeWorkspaceHeaderCompletions===k.onSingleOrDoubleHash||r.linkPrefix.startsWith("##")&&(n.includeWorkspaceHeaderCompletions===k.onDoubleHash||n.includeWorkspaceHeaderCompletions===k.onSingleOrDoubleHash)){const n=o.Range.create(r.linkTextStartPosition,t);return void(yield*this.#xe(e,t,r,n,i))}const s=r.anchorInfo&&0===r.anchorInfo.beforeAnchor.length;if(0===r.linkPrefix.length||s){const n=o.Range.create(r.linkTextStartPosition,t);yield*this.#_e(e,t,r,n,i)}if(i.isCancellationRequested)return;if(!s)if(r.anchorInfo){const n=this.#Le(e,r.anchorInfo.beforeAnchor);if(n){const e=await(0,y.openLinkToMarkdownFile)(this.#u,this.#l,n);if(i.isCancellationRequested)return;if(e){const n=(0,u.translatePosition)(t,{characterDelta:-(r.anchorInfo.anchorPrefix.length+1)}),s=o.Range.create(n,t);yield*this.#_e(e,t,r,s,i)}}}else yield*this.#Se(e,t,r,i);return}}}#Fe=new RegExp(v.r`\[`+v.r`(?:`+v.r`[^\[\]\\]|`+v.r`\\.|`+v.r`\[[^\[\]]*\]`+v.r`)*`+v.r`\]`+v.r`\(\s*(<[^\>\)]*|[^\s\(\)]*)`+v.r`$`);#Pe=/\[([^\]]*?)\]\[\s*([^\s\(\)]*)$/;#qe=/(?<![\]\)])\[([^\s\(\)]*)$/;#Me=/^\s*\[(?!\^)(?:\\\]|\\\[|[^\]\[\n])+]:\s*([^\s]*)$/m;#Ne=/\<(?<tag>\w+)([^>]*)\s(?<attr>\w+)=['"](?<link>[^'"]*)$/m;#Ee(e,t){const r=(0,l.getLine)(e,t.line),n=r.slice(0,t.character),i=r.slice(t.character),o=n.match(this.#Ne);if(o?.groups){const e=d.htmlTagPathAttrs.get(o.groups.tag.toUpperCase());if(!e||!e.some((e=>e===o.groups.attr.toLowerCase())))return;const r=o.groups.link;if(this.#Oe(r))return;const n=i.match(/^[^\s'"]*/);return this.#Ie(D.HtmlAttribute,t,r,n?.[0]??"",!1)}const s=n.match(this.#Fe);if(s){const e=s[1].startsWith("<"),r=s[1].slice(e?1:0);if(this.#Oe(r))return;const n=i.match(/^[^\)\s][^\)\s\>]*/);return this.#Ie(D.Link,t,r,n?.[0]??"",e)}const a=n.match(this.#Me);if(a){const e=a[1].startsWith("<"),r=a[1].slice(e?1:0);if(this.#Oe(r))return;const n=i.match(/^[^\s]*/);return this.#Ie(D.LinkDefinition,t,r,n?.[0]??"",e)}const c=n.match(this.#Pe);if(c){const e=c[2],r=i.match(/^[^\]\s]*/);return{kind:D.ReferenceLink,linkPrefix:e,linkTextStartPosition:(0,u.translatePosition)(t,{characterDelta:-e.length}),linkSuffix:r?r[0]:""}}const f=n.match(this.#qe);if(f){const e=f[1],r=i.match(/^[^\]\s]*/);return{kind:D.ReferenceLink,linkPrefix:e,linkTextStartPosition:(0,u.translatePosition)(t,{characterDelta:-e.length}),linkSuffix:r?r[0]:""}}}#Ie(e,t,r,n,i){return{kind:e,linkPrefix:r,linkTextStartPosition:(0,u.translatePosition)(t,{characterDelta:-r.length}),linkSuffix:n,anchorInfo:this.#je(r),isAngleBracketPath:i}}#Oe(e){return/^\s*[\w\d\-]+:/.test(e)}#je(e){const t=e.match(/^([^#]*)#([^#]*)$/);if(t)return{beforeAnchor:t[1],anchorPrefix:t[2]}}async*#Ae(e,t,r,i){const s=o.Range.create(r.linkTextStartPosition,t),a=o.Range.create(s.start,(0,u.translatePosition)(t,{characterDelta:r.linkSuffix.length})),{definitions:c}=await this.#t.getLinks(e);if(!i.isCancellationRequested)for(const e of c)yield{kind:o.CompletionItemKind.Reference,label:e.ref.text,detail:n.t("Reference link '{0}'",e.ref.text),textEdit:{newText:e.ref.text,insert:s,replace:a}}}async*#_e(e,t,r,n,i){const s=await c.TableOfContents.createForContainingDoc(this.#he,this.#l,e,i);if(i.isCancellationRequested)return;const a=o.Range.create(n.start,(0,u.translatePosition)(t,{characterDelta:r.linkSuffix.length}));for(const e of s.entries){const t=this.#He(e,n,a);t.labelDetails={},yield t}}#He(e,t,r,n=""){const i="#"+decodeURIComponent(e.slug.value),s=n+"#"+decodeURIComponent(e.slug.value);return{kind:o.CompletionItemKind.Reference,label:i,detail:this.#Be(e),textEdit:{newText:s,insert:t,replace:r}}}#Be(e){return n.t("Link to '{0}'","#".repeat(e.level)+" "+e.text)}async*#xe(e,t,r,i,s){const a=await this.#Re.entries();if(s.isCancellationRequested)return;const c=o.Range.create(i.start,(0,u.translatePosition)(t,{characterDelta:r.linkSuffix.length}));for(const[t,o]of a){const s=(0,g.isSameResource)(t,(0,l.getDocUri)(e)),a=s?"":(0,g.computeRelativePath)((0,l.getDocUri)(e),t);if(void 0===a)continue;const u=this.#Ue(a),d=this.#We(r,u);for(const e of o.entries){const t=this.#He(e,i,c,d);t.filterText="#"+t.label,t.sortText=s?w.localHeader:w.workspaceHeader,s?t.detail=this.#Be(e):d&&(t.detail=n.t("Link to '# {0}' in '{1}'",e.text,d),t.labelDetails={description:d}),yield t}}}async*#Se(e,t,r,i){const c=r.linkPrefix.substring(0,r.linkPrefix.lastIndexOf("/")+1),l=this.#Le(e,c?function(e){try{return decodeURIComponent(e)}catch{return e}}(c):".");if(!l)return;const d=(0,u.translatePosition)(t,{characterDelta:c.length-r.linkPrefix.length}),f=o.Range.create(d,t),p=(0,u.translatePosition)(t,{characterDelta:r.linkSuffix.length}),h=o.Range.create(d,p);let g;try{g=await this.#l.readDirectory(l)}catch{return}if(!i.isCancellationRequested)for(let[e,t]of g){const i=s.Utils.joinPath(l,e);if((0,a.isExcludedPath)(this.#u,i))continue;t.isDirectory||(e=this.#Ue(e));const c=t.isDirectory,u=this.#We(r,e)+(c?"/":""),d=c?e+"/":e;yield{label:d,kind:c?o.CompletionItemKind.Folder:o.CompletionItemKind.File,detail:n.t("Link to '{0}'",d),documentation:this.#Ve(i,t),textEdit:{newText:u,insert:f,replace:h},command:c?{command:"editor.action.triggerSuggest",title:""}:void 0}}}#Ve(e,t){let r=t.isDirectory?f.inlineCode(e.path+"/"):f.codeLink(e.path,e);if(!t.isDirectory){const t=300;switch((0,h.getMediaPreviewType)(e)){case h.MediaType.Image:r+=`\n\n${f.imageLink(e,"Linked image",t)}`;break;case h.MediaType.Video:r+=`\n\n${f.video(e,t)}`}}return{kind:o.MarkupKind.Markdown,value:r}}#We(e,t){return t=t.replaceAll("%","%25"),e.kind===D.HtmlAttribute?t.replaceAll('"',""").replaceAll("'","'"):e.isAngleBracketPath?(0,p.escapeForAngleBracketLink)(t):((0,p.hasBalancedParens)(t)||(t=t.replace(/([()])/g,"\\$1")),t.replaceAll(" ","%20"))}#Ue(e){if("removeExtension"===this.#u.preferredMdPathExtensionStyle&&(0,g.looksLikeMarkdownFilePath)(this.#u,e)){const t=(0,i.extname)(e);e=e.slice(0,-t.length)}return e}#Le(e,t){const r=this.#$e(e);if(t.startsWith("/")){const e=(0,y.getWorkspaceFolder)(this.#l,r);return e?s.Utils.joinPath(e,t):this.#Ke(r,t.slice(1))}return this.#Ke(r,t)}#Ke(e,t){try{return e.scheme===m.Schemes.file?s.URI.file((0,i.resolve)((0,i.dirname)(e.fsPath),t)):e.with({path:(0,i.resolve)((0,i.dirname)(e.path),t)})}catch{return}}#$e(e){return this.#l.getContainingDocument?.((0,l.getDocUri)(e))?.uri??(0,l.getDocUri)(e)}}},2720:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdReferencesProvider=t.MdReferenceKind=void 0;const n=r(2869),i=r(1025),o=r(4335),s=r(2071),a=r(2246),c=r(7292),u=r(7622),l=r(2589);var d;!function(e){e[e.Link=1]="Link",e[e.Header=2]="Header"}(d||(t.MdReferenceKind=d={}));class f extends c.Disposable{#u;#he;#l;#d;#f;#v;constructor(e,t,r,n,i,o){super(),this.#u=e,this.#he=t,this.#l=r,this.#d=n,this.#f=i,this.#v=o}async provideReferences(e,t,r,n){return(await this.getReferencesAtPosition(e,t,n)).filter((e=>r.includeDeclaration||!e.isDefinition)).map((e=>e.location))}async getReferencesAtPosition(e,t,r){this.#v.log(n.LogLevel.Debug,"ReferencesProvider.getReferencesAtPosition",{document:e.uri,version:e.version});const i=await this.#d.getForDocument(e);if(r.isCancellationRequested)return[];const o=i.entries.find((e=>e.line===t.line));return o?this.#ze(e,o,r):this.#Ge(e,t,r)}async getReferencesToFileInWorkspace(e,t){this.#v.log(n.LogLevel.Debug,"ReferencesProvider.getAllReferencesToFileInWorkspace",{resource:e});const r=await this.#Je();return t.isCancellationRequested?[]:Array.from(this.#Xe(e,r,void 0))}async#ze(e,t,r){const n=await this.#Je();if(r.isCancellationRequested)return[];const o=[];o.push({kind:d.Header,isTriggerLocation:!0,isDefinition:!0,location:t.headerLocation,headerText:t.text,headerTextLocation:t.headerTextLocation});for(const r of n)r.href.kind===i.HrefKind.Internal&&(0,u.looksLikePathToResource)(this.#u,r.href.path,(0,a.getDocUri)(e))&&this.#he.slugifier.fromFragment(r.href.fragment).equals(t.slug)&&o.push({kind:d.Link,isTriggerLocation:!1,isDefinition:!1,link:r,location:{uri:r.source.resource.toString(),range:r.source.hrefRange}});return o}async#Ge(e,t,r){const n=(await this.#f.getForDocs([e]))[0];if(r.isCancellationRequested)return[];for(const o of n)if(o.kind===i.MdLinkKind.Definition){if((0,s.rangeContains)(o.ref.range,t))return Array.from(this.#Ze(n,o.ref.text,{resource:(0,a.getDocUri)(e),range:o.ref.range}));if((0,s.rangeContains)(o.source.hrefRange,t))return this.#Ye(n,o,t,r)}else if((0,s.rangeContains)(o.source.hrefRange,t))return this.#Ye(n,o,t,r);return[]}async#Ye(e,t,r,n){if(t.href.kind===i.HrefKind.Reference)return Array.from(this.#Ze(e,t.href.ref,{resource:t.source.resource,range:t.source.hrefRange}));const o=await this.#Je();if(n.isCancellationRequested)return[];if(t.href.kind===i.HrefKind.External){const e=[];for(const r of o)if(r.href.kind===i.HrefKind.External&&(0,u.isSameResource)(r.href.uri,t.href.uri)){const n=t.source.resource.fsPath===r.source.resource.fsPath&&(0,s.areRangesEqual)(t.source.hrefRange,r.source.hrefRange);e.push({kind:d.Link,isTriggerLocation:n,isDefinition:!1,link:r,location:{uri:r.source.resource.toString(),range:r.source.hrefRange}})}return e}const a=await(0,l.statLinkToMarkdownFile)(this.#u,this.#l,t.href.path);if(n.isCancellationRequested)return[];const c=[];if(a&&this.#R(a)&&t.href.fragment&&t.source.hrefFragmentRange&&(0,s.rangeContains)(t.source.hrefFragmentRange,r)){const e=await this.#d.get(a),r=e?.lookupByFragment(t.href.fragment);r&&c.push({kind:d.Header,isTriggerLocation:!1,isDefinition:!0,location:r.headerLocation,headerText:r.text,headerTextLocation:r.headerTextLocation});for(const e of o)if(e.href.kind===i.HrefKind.Internal&&(0,u.looksLikePathToResource)(this.#u,e.href.path,a)&&this.#he.slugifier.fromHeading(e.href.fragment).equals(this.#he.slugifier.fromHeading(t.href.fragment))){const r=t.source.resource.fsPath===e.source.resource.fsPath&&(0,s.areRangesEqual)(t.source.hrefRange,e.source.hrefRange);c.push({kind:d.Link,isTriggerLocation:r,isDefinition:!1,link:e,location:{uri:e.source.resource.toString(),range:e.source.hrefRange}})}}else c.push(...this.#Xe(a??t.href.path,o,t));return c}async#Je(){return(await this.#f.values()).flat()}#R(e){return this.#l.hasMarkdownDocument(e)||(0,u.looksLikeMarkdownUri)(this.#u,e)}*#Xe(e,t,r){for(const n of t){if(n.href.kind!==i.HrefKind.Internal||!(0,u.looksLikePathToResource)(this.#u,n.href.path,e))continue;if(n.source.hrefText.startsWith("#")&&n.source.resource.fsPath===e.fsPath)continue;const t=!!r&&r.source.resource.fsPath===n.source.resource.fsPath&&(0,s.areRangesEqual)(r.source.hrefRange,n.source.hrefRange),o=this.#Qe(n);yield{kind:d.Link,isTriggerLocation:t,isDefinition:!1,link:n,location:{uri:n.source.resource.toString(),range:o}}}}*#Ze(e,t,r){for(const n of e){let e;if(n.kind===i.MdLinkKind.Definition)e=n.ref.text;else{if(n.href.kind!==i.HrefKind.Reference)continue;e=n.href.ref}if(e===t&&n.source.resource.fsPath===r.resource.fsPath){const e=r.resource.fsPath===n.source.resource.fsPath&&(n.href.kind===i.HrefKind.Reference&&(0,s.areRangesEqual)(r.range,n.source.hrefRange)||n.kind===i.MdLinkKind.Definition&&(0,s.areRangesEqual)(r.range,n.ref.range)),t=this.#Qe(n);yield{kind:d.Link,isTriggerLocation:e,isDefinition:n.kind===i.MdLinkKind.Definition,link:n,location:{uri:r.resource.toString(),range:t}}}}}#Qe(e){return e.source.hrefFragmentRange?(0,s.modifyRange)(e.source.hrefRange,void 0,(0,o.translatePosition)(e.source.hrefFragmentRange.start,{characterDelta:-1})):e.source.hrefRange}}t.MdReferencesProvider=f},1176:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdRenameProvider=t.RenameNotSupportedAtLocationError=void 0,t.getLinkRenameText=w,t.getFilePathRange=C,t.getLinkRenameEdit=R;const n=r(2795),i=r(7975),o=r(4512),s=r(8945),a=r(8048),c=r(2869),u=r(3043),l=r(1025),d=r(609),f=r(4335),p=r(2071),h=r(2246),g=r(9606),m=r(9911),v=r(7622),y=r(1383),b=r(2589),D=r(2720);class k extends Error{constructor(){super(n.t("Renaming is not supported here. Try renaming a header or link."))}}function w(e,t,r,n=!1){if(t.hrefText.startsWith("/")){const n=(0,m.resolveInternalDocumentLink)(t.resource,"/",e);if(!n)return;return"/"+i.posix.relative(n.resource.path,r.path)}return(0,v.computeRelativePath)(t.resource,r,n)}function C(e){return e.source.hrefFragmentRange?(0,p.modifyRange)(e.source.hrefRange,void 0,(0,f.translatePosition)(e.source.hrefFragmentRange.start,{characterDelta:-1})):e.source.hrefRange}function R(e,t){const r=e.source.hrefRange;return t=function(e,t){return t.href.kind===l.HrefKind.Internal&&t.href.fragment?e+"#"+t.href.fragment:e}(t.replace(/\\/g,"/"),e),e.source.isAngleBracketLink?(0,m.needsAngleBracketLink)(t)?{range:r,newText:(0,m.escapeForAngleBracketLink)(t)}:{range:o.Range.create((0,f.translatePosition)(r.start,{characterDelta:-1}),(0,f.translatePosition)(r.end,{characterDelta:1})),newText:t}:(0,m.needsAngleBracketLink)(t)?{range:r,newText:`<${(0,m.escapeForAngleBracketLink)(t)}>`}:{range:r,newText:t}}t.RenameNotSupportedAtLocationError=k,t.MdRenameProvider=class{#et;#u;#l;#he;#ae;#tt;#rt;#v;constructor(e,t,r,n,i,o,s){this.#u=e,this.#l=t,this.#he=r,this.#ae=n,this.#tt=i,this.#rt=o,this.#v=s}async prepareRename(e,t,r){this.#v.log(c.LogLevel.Debug,"RenameProvider.prepareRename",{document:e.uri,version:e.version});const n=await this.#nt(e,t,r);if(r.isCancellationRequested)return;if(!n||!n.references.length)throw new k;const i=n.triggerRef;switch(i.kind){case D.MdReferenceKind.Header:return{range:i.headerTextLocation.range,placeholder:i.headerText};case D.MdReferenceKind.Link:{if(i.link.kind===l.MdLinkKind.Definition&&(0,p.rangeContains)(i.link.ref.range,t))return{range:i.link.ref.range,placeholder:i.link.ref.text};if(i.link.href.kind===l.HrefKind.External)return{range:i.link.source.hrefRange,placeholder:e.getText(i.link.source.hrefRange)};const{hrefFragmentRange:r}=i.link.source;if(r&&(0,p.rangeContains)(r,t)){const t=this.#it(n.references);return{range:r,placeholder:t?t.headerText:e.getText(r)}}const o=C(i.link);if(!o)throw new k;return{range:o,placeholder:(0,y.tryDecodeUri)(e.getText(o))}}}}#it(e){return e.find((e=>e.isDefinition&&e.kind===D.MdReferenceKind.Header))}async provideRenameEdits(e,t,r,n){this.#v.log(c.LogLevel.Debug,"RenameProvider.provideRenameEdits",{document:e.uri,version:e.version});const i=await this.#nt(e,t,n);if(n.isCancellationRequested||!i||!i.references.length)return;const o=i.triggerRef;return o.kind===D.MdReferenceKind.Link&&(o.link.kind===l.MdLinkKind.Definition&&(0,p.rangeContains)(o.link.ref.range,t)||o.link.href.kind===l.HrefKind.Reference)?this.#ot(i,r):o.kind===D.MdReferenceKind.Link&&o.link.href.kind===l.HrefKind.External?this.#st(i,r):o.kind===D.MdReferenceKind.Header||o.kind===D.MdReferenceKind.Link&&o.link.source.hrefFragmentRange&&(0,p.rangeContains)(o.link.source.hrefFragmentRange,t)&&(o.link.kind===l.MdLinkKind.Definition||o.link.kind===l.MdLinkKind.Link&&o.link.href.kind===l.HrefKind.Internal)?this.#at(i,r,n):o.kind!==D.MdReferenceKind.Link||o.link.source.hrefFragmentRange&&(0,p.rangeContains)(o.link.source.hrefFragmentRange,t)||o.link.kind!==l.MdLinkKind.Link&&o.link.kind!==l.MdLinkKind.Definition||o.link.href.kind!==l.HrefKind.Internal?void 0:this.#ct(o.link.source.resource,o.link.href,i,r,n)}async#ct(e,t,r,n,i){const o=new g.WorkspaceEditBuilder,c=await(0,b.statLinkToMarkdownFile)(this.#u,this.#l,t.path)??t.path;if(i.isCancellationRequested)return o.getEdit();const u=(0,m.resolveInternalDocumentLink)(e,n,this.#l);if(!u)return o.getEdit();let l=u.resource;s.Utils.extname(l)||s.Utils.extname(c)&&(l=l.with({path:l.path+"."+(this.#u.markdownFileExtensions[0]??a.defaultMarkdownFileExtension)})),await this.#l.stat(c)&&o.renameFile(c,l);for(const e of r.references)if(e.kind===D.MdReferenceKind.Link){const{range:t,newText:r}=this.#ut(e,u,n);o.replace(e.link.source.resource,t,r)}return o.getEdit()}#ut(e,t,r){const n=w(this.#l,e.link.source,t.resource,r.startsWith("./")||r.startsWith(".\\"));return R(e.link,n??r)}async#at(e,t,r){const n=new g.WorkspaceEditBuilder;let i=this.#rt.fromHeading(t);const a=e.references.find((e=>e.kind===D.MdReferenceKind.Header));if(a){const e=await this.#l.openMarkdownDocument(s.URI.parse(a.location.uri));if(r.isCancellationRequested)return;if(e){const c=new d.InMemoryDocument(s.URI.parse(a.location.uri),e.getText(),d.tempDocVersion).applyEdits([o.TextEdit.replace(a.location.range,"# "+t)]),[l,f]=await Promise.all([this.#tt.getForDocument(e),u.TableOfContents.create(this.#he,c,r)]);if(r.isCancellationRequested)return;const p=[];l.entries.forEach(((e,t)=>{const r=f.entries[t];r&&(e.headerLocation.range.start.line!==a.location.range.start.line?r&&!e.slug.equals(r.slug)&&p.push(r):i=r.slug)}));for(const t of p){const i=await this.#nt(e,t.headerLocation.range.start,r);if(r.isCancellationRequested)return;for(const e of i?.references??[])e.kind===D.MdReferenceKind.Link&&n.replace(e.link.source.resource,e.link.source.hrefFragmentRange??e.location.range,t.slug.value)}}}for(const r of e.references)switch(r.kind){case D.MdReferenceKind.Header:n.replace(s.URI.parse(r.location.uri),r.headerTextLocation.range,t);break;case D.MdReferenceKind.Link:n.replace(r.link.source.resource,r.link.source.hrefFragmentRange??r.location.range,r.link.source.hrefFragmentRange&&r.link.href.kind!==l.HrefKind.External?i.value:t)}return n.getEdit()}#st(e,t){const r=new g.WorkspaceEditBuilder;for(const n of e.references)n.kind===D.MdReferenceKind.Link&&r.replace(n.link.source.resource,n.location.range,t);return r.getEdit()}#ot(e,t){const r=new g.WorkspaceEditBuilder;for(const n of e.references)n.kind===D.MdReferenceKind.Link&&(n.link.kind===l.MdLinkKind.Definition?r.replace(n.link.source.resource,n.link.ref.range,t):r.replace(n.link.source.resource,n.link.source.hrefFragmentRange??n.location.range,t));return r.getEdit()}async#nt(e,t,r){const n=e.version;if(this.#et&&this.#et.resource.fsPath===(0,h.getDocUri)(e).fsPath&&this.#et.version===e.version&&(0,f.arePositionsEqual)(this.#et.position,t))return this.#et;const i=await this.#ae.getReferencesAtPosition(e,t,r);if(r.isCancellationRequested)return;const o=i.find((e=>e.isTriggerLocation));return o?(this.#et={resource:(0,h.getDocUri)(e),version:n,position:t,references:i,triggerRef:o},this.#et):void 0}}},821:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdSelectionRangeProvider=void 0;const n=r(4512),i=r(2869),o=r(4335),s=r(2071),a=r(2246),c=r(9067),u=r(9612),l=r(1025);function d(e,t,r,i,a){const c=e.sectionLocation.range,u=n.Range.create((0,o.translatePosition)(c.start,{lineDelta:1}),c.end);return r&&t&&a?m((0,s.modifyRange)(c,void 0,a),m(c,i)):r&&t?m(c,i):t&&a?m((0,s.modifyRange)(u,void 0,a),m(u,m(c,i))):m(u,m(c,i))}function f(e,t,r,i){if("fence"===e.type)return function(e,t,r,i){const o=e.map[0],c=e.map[1]-1,u=t===o||t===c,l=n.Range.create(o,0,c,(0,a.getLine)(r,c).length),d=c-o>2&&!u?n.Range.create(o+1,0,c-1,(0,a.getLine)(r,c-1).length):void 0;return d?m(d,m(l,i)):i&&(0,s.areRangesEqual)(i.range,l)?i:m(l,i)}(e,r,t,i);let o=(0,u.isEmptyOrWhitespace)((0,a.getLine)(t,e.map[0]))?e.map[0]+1:e.map[0],c=o===e.map[1]?e.map[1]:e.map[1]-1;var l;"paragraph_open"===e.type&&e.map[1]-e.map[0]==2?o=c=r:(l=e).type&&["ordered_list_open","list_item_open","bullet_list_open"].includes(l.type)&&(0,u.isEmptyOrWhitespace)((0,a.getLine)(t,c))&&(c-=1);const d=n.Range.create(o,0,c,(0,a.getLine)(t,c).length);return i&&(0,s.rangeContains)(i.range,d)&&!(0,s.areRangesEqual)(i.range,d)?m(d,i):i&&(0,s.areRangesEqual)(i.range,d)?i:m(d,void 0)}function p(e,t,r,i){const o=[...e.matchAll(/\*\*([^*]+\*?[^*]+\*?[^*]+)\*\*/gim)].filter((r=>e.indexOf(r[0])<=t&&e.indexOf(r[0])+r[0].length>=t));if(o.length){const s=o[0][0],a=e.indexOf(s),c=t===a||t===a+1||t===a+s.length||t===a+s.length-1,u=m(n.Range.create(r,a,r,a+s.length),i),l=m(n.Range.create(r,a+2,r,a+s.length-2),u);return c?u:l}}function h(e,t,r,i,o){const s=[/(?:[^*]+)(\*([^*]+)(?:\*\*[^*]*\*\*)*([^*]+)\*)(?:[^*]+)/g,/^(?:[^*]*)(\*([^*]+)(?:\*\*[^*]*\*\*)*([^*]+)\*)(?:[^*]*)$/g];let a=[];if(i?(a=[...e.matchAll(s[0])].filter((r=>e.indexOf(r[0])<=t&&e.indexOf(r[0])+r[0].length>=t)),a.length||(a=[...e.matchAll(s[1])].filter((r=>e.indexOf(r[0])<=t&&e.indexOf(r[0])+r[0].length>=t)))):a=[...e.matchAll(/\`[^\`]*\`/g)].filter((r=>e.indexOf(r[0])<=t&&e.indexOf(r[0])+r[0].length>=t)),a.length){const s=i?a[0][1]:a[0][0],c=e.indexOf(s),u=t===c||t===c+s.length,l=m(n.Range.create(r,c,r,c+s.length),o),d=m(n.Range.create(r,c+1,r,c+s.length-1),l);return u?l:d}}function g(e,t,r){let n;if(t&&r){const i=r.filter((e=>(0,s.rangeContains)(t.sectionLocation.range,e.sectionLocation.range)&&e.sectionLocation.range.start.line>t.sectionLocation.range.start.line)).sort(((e,t)=>e.line-t.line));if(i.length>0){n=i[0].sectionLocation.range.start;const t=(0,a.getLine)(e,n.line-1);return n?(0,o.translatePosition)(n,{lineDelta:-1,characterDelta:t.length}):void 0}}}function m(e,t){return t&&(0,s.areRangesEqual)(t.range,e)?t:{range:e,parent:t}}t.MdSelectionRangeProvider=class{#he;#d;#t;#v;constructor(e,t,r,n){this.#he=e,this.#d=t,this.#t=r,this.#v=n}async provideSelectionRanges(e,t,r){return this.#v.log(i.LogLevel.Debug,"MdSelectionRangeProvider.provideSelectionRanges",{document:e.uri,version:e.version}),(0,c.coalesce)(await Promise.all(t.map((t=>this.#lt(e,t,r)))))}async#lt(e,t,r){const i=await this.#dt(e,t,r);if(r.isCancellationRequested)return;const c=await this.#ft(e,t,i,r);if(r.isCancellationRequested)return;const u=await async function(e,t,r,i,c){const u=(0,a.getLine)(e,t.line),d=p(u,t.character,t.line,r),f=h(u,t.character,t.line,!0,r);let g;d&&f&&!(0,s.areRangesEqual)(d.range,f.range)&&((0,s.rangeContains)(d.range,f.range)?g=h(u,t.character,t.line,!0,d):(0,s.rangeContains)(f.range,d.range)&&(g=p(u,t.character,t.line,f)));const v=await async function(e,t,r,i,a){const c=await i.getLinks(e);if(a.isCancellationRequested)return;const u=c.links.filter((e=>(0,s.rangeContains)(e.source.range,t))).at(-1);if(!u)return;if(u.kind===l.MdLinkKind.AutoLink)return m(u.source.hrefRange,m(u.source.range,r));if(u.href.kind===l.HrefKind.Reference&&(0,s.areRangesEqual)(u.source.targetRange,u.source.range))return m(u.source.targetRange,r);const d=m(u.source.range,r);if((0,s.rangeContains)(u.source.targetRange,t)){if(u.kind===l.MdLinkKind.Definition)return m(u.source.targetRange,d);const e=m(n.Range.create((0,o.translatePosition)(u.source.targetRange.start,{characterDelta:1}),(0,o.translatePosition)(u.source.targetRange.end,{characterDelta:-1})),m(u.source.targetRange,d));return u.source.titleRange&&(0,s.rangeContains)(u.source.titleRange,t)?m(u.source.titleRange,e):u.source.isAngleBracketLink&&(0,s.rangeContains)(u.source.hrefRange,t)?m(u.source.hrefRange,m(n.Range.create((0,o.translatePosition)(u.source.hrefRange.start,{characterDelta:-1}),(0,o.translatePosition)(u.source.hrefRange.end,{characterDelta:1})),e)):u.source.titleRange?m(u.source.hrefRange,e):e}return u.kind===l.MdLinkKind.Definition?m(n.Range.create((0,o.translatePosition)(u.source.range.start,{characterDelta:1}),(0,o.translatePosition)(u.source.targetRange.start,{characterDelta:-3})),d):m(n.Range.create((0,o.translatePosition)(u.source.range.start,{characterDelta:1}),(0,o.translatePosition)(u.source.targetRange.start,{characterDelta:-1})),d)}(e,t,g??d??f??r,i,c);if(!c.isCancellationRequested)return h(u,t.character,t.line,!1,v??r)??v??g??d??f}(e,t,c,this.#t,r);return r.isCancellationRequested?void 0:u??c??i}async#ft(e,t,r,n){const i=await this.#he.tokenize(e);if(n.isCancellationRequested)return;const o=function(e,t,r){const n=e.filter((e=>!!e.map&&e.map[0]<=t.line&&e.map[1]>t.line&&(!r||e.map[0]>=r.range.start.line&&e.map[1]<=r.range.end.line+1)&&function(e){return!["list_item_close","paragraph_close","bullet_list_close","inline","heading_close","heading_open"].includes(e.type)}(e)));return 0===n.length?[]:n.sort(((e,t)=>t.map[1]-t.map[0]-(e.map[1]-e.map[0])))}(i,t,r);if(0===o.length)return;let s=r??f(o.shift(),e,t.line,void 0);for(let r=0;r<o.length;r++)s=f(o[r],e,t.line,s);return s}async#dt(e,t,r){const n=await this.#d.getForDocument(e);if(r.isCancellationRequested)return;const i=function(e,t){return{headers:e.filter((e=>e.sectionLocation.range.start.line<=t.line&&e.sectionLocation.range.end.line>=t.line)).sort(((e,r)=>e.line-t.line-(r.line-t.line))),headerOnThisLine:void 0!==e.find((e=>e.line===t.line))}}(n.entries,t),o=i.headers;let s;for(let t=0;t<o.length;t++)s=d(o[t],t===o.length-1,i.headerOnThisLine,s,g(e,o[t],n.entries));return s}}},509:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdUpdatePastedLinksProvider=void 0;const n=r(4512),i=r(8945),o=r(1025),s=r(609),a=r(4335),c=r(2071),u=r(2246),l=r(9911),d=r(7622),f=r(7883);class p{source;links;static fromJSON(e){const t=JSON.parse(e);return new p(i.URI.parse(t.source),new o.LinkDefinitionSet(t.links))}constructor(e,t){this.source=e,this.links=t}toJSON(){return JSON.stringify({source:this.source.toString(),links:this.links?Array.from(this.links):void 0})}}function h(e,t){return e.newText.length-(t.offsetAt(e.range.end)-t.offsetAt(e.range.start))}t.MdUpdatePastedLinksProvider=class{#J;#t;constructor(e,t){this.#J=e,this.#t=t}async prepareDocumentPaste(e,t,r){const n=await this.#t.getLinks(e);return r.isCancellationRequested?"":new p((0,u.getDocUri)(e),n.definitions).toJSON()}async provideDocumentPasteEdits(e,t,r,i){const p=this.#pt(r);if(!p)return;if((0,d.isSameResource)((0,u.getDocUri)(e),p.source))return;if(!t.some((e=>e.newText.includes("]")||e.newText.includes("<"))))return;const g=Array.from(t).sort(((t,r)=>e.offsetAt(t.range.start)-e.offsetAt(r.range.start))),m=new s.InMemoryDocument(p.source,e.getText(),s.tempDocVersion);m.replaceContents(m.previewEdits(g));const v=await this.#t.getLinksWithoutCaching(m,i);if(i.isCancellationRequested)return;const y=this.#ht(g,e,m),b=v.links.filter((e=>e.href.kind===o.HrefKind.Reference||e.href.kind===o.HrefKind.Internal&&!e.source.hrefText.startsWith("/")&&e.href.path.scheme===p.source.scheme&&e.href.path.authority===p.source.authority)).filter((e=>y.some((t=>(0,c.rangeContains)(t,e.source.range))))),D=[],k=[];for(const t of b)if(t.href.kind===o.HrefKind.Reference){if(new o.LinkDefinitionSet(D).lookup(t.href.ref))continue;const e=p.links?.lookup(t.href.ref);if(!e)continue;if(v.definitions.lookup(t.href.ref)?.source.hrefText===e.source.hrefText)continue;D.push(e)}else if(t.href.kind===o.HrefKind.Internal){const r=(0,u.getDocUri)(e),i=(0,d.isSameResource)(r,t.href.path)?"":(0,d.computeRelativePath)(r,(0,l.removeNewUriExtIfNeeded)(this.#J,t.href,t.href.path));if(void 0===i)continue;let o=i;t.source.hrefFragmentRange&&(o+="#"+t.href.fragment),t.source.hrefText!==o&&k.push(n.TextEdit.replace(t.source.hrefRange,o))}if(!k.length&&!D.length)return;const w=[],C=new s.InMemoryDocument(m.$uri,m.previewEdits(k));let R=0;for(let e=0;e<y.length;++e){const t=y[e],r=g[e];for(let e;(e=k[0])&&(0,a.isBefore)(e.range.start,t.start);k.shift())R+=h(e,m);const i=m.offsetAt(t.start)+R;for(let e;(e=k[0])&&(0,a.isBeforeOrEqual)(e.range.end,t.end);k.shift())R+=h(e,m);const o=m.offsetAt(t.end)+R,s=n.Range.create(C.positionAt(i),C.positionAt(o));w.push(n.TextEdit.replace(r.range,C.getText(s)))}if(D.length){const t=await this.#t.getLinks(e);if(i.isCancellationRequested)return;w.push((0,f.createAddDefinitionEdit)(e,Array.from(t.definitions),D.map((e=>({placeholder:e.ref.text,definitionText:e.source.hrefText})))))}return w}#pt(e){try{return p.fromJSON(e)}catch{return}}#ht(e,t,r){const i=[];let o=0;for(const s of e){const e=t.offsetAt(s.range.start),a=t.offsetAt(s.range.end);i.push(n.Range.create(r.positionAt(e+o),r.positionAt(e+o+s.newText.length))),o+=s.newText.length-(a-e)}return i}}},5396:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdWorkspaceSymbolProvider=void 0;const n=r(4512),i=r(7292),o=r(9612),s=r(7191);class a extends i.Disposable{#gt;#mt;constructor(e,t){super(),this.#mt=t,this.#gt=this._register(new s.MdWorkspaceInfoCache(e,((e,t)=>this.provideDocumentSymbolInformation(e,t))))}async provideWorkspaceSymbols(e,t){const r=await this.#gt.values();if(t.isCancellationRequested)return[];const n=e.toLowerCase();return r.flat().filter((e=>(0,o.fuzzyContains)(e.name.toLowerCase(),n)))}async provideDocumentSymbolInformation(e,t){const r=await this.#mt.provideDocumentSymbols(e,{},t);return t.isCancellationRequested?[]:Array.from(this.#vt(e.uri,r))}*#vt(e,t){for(const r of t)yield{name:r.name,kind:n.SymbolKind.String,location:{uri:e,range:r.selectionRange}},r.children&&(yield*this.#vt(e,r.children))}}t.MdWorkspaceSymbolProvider=a},2869:(e,t)=>{"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.LogLevel=void 0,function(e){e[e.Off=0]="Off",e[e.Debug=1]="Debug",e[e.Trace=2]="Trace"}(r||(t.LogLevel=r={}))},8155:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.githubSlugifier=t.GithubSlug=void 0;class r{value;constructor(e){this.value=e}equals(e){return e instanceof r&&this.value.toLowerCase()===e.value.toLowerCase()}}t.GithubSlug=r;const n=/[\0-\x1F!-,\.\/:-@\[-\^`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482\u0530\u0557\u0558\u055A-\u055F\u0589-\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05EB-\u05EE\u05F3-\u060F\u061B-\u061F\u066A-\u066D\u06D4\u06DD\u06DE\u06E9\u06FD\u06FE\u0700-\u070F\u074B\u074C\u07B2-\u07BF\u07F6-\u07F9\u07FB\u07FC\u07FE\u07FF\u082E-\u083F\u085C-\u085F\u086B-\u089F\u08B5\u08C8-\u08D2\u08E2\u0964\u0965\u0970\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09F2-\u09FB\u09FD\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A76-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF0-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B54\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B70\u0B72-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BF0-\u0BFF\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B-\u0C5F\u0C64\u0C65\u0C70-\u0C7F\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDD\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D0D\u0D11\u0D45\u0D49\u0D4F-\u0D53\u0D58-\u0D5E\u0D64\u0D65\u0D70-\u0D79\u0D80\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF4-\u0E00\u0E3B-\u0E3F\u0E4F\u0E5A-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F01-\u0F17\u0F1A-\u0F1F\u0F2A-\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F48\u0F6D-\u0F70\u0F85\u0F98\u0FBD-\u0FC5\u0FC7-\u0FFF\u104A-\u104F\u109E\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u1360-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16ED\u16F9-\u16FF\u170D\u1715-\u171F\u1735-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17D4-\u17D6\u17D8-\u17DB\u17DE\u17DF\u17EA-\u180A\u180E\u180F\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u1945\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DA-\u19FF\u1A1C-\u1A1F\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1AA6\u1AA8-\u1AAF\u1AC1-\u1AFF\u1B4C-\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BF4-\u1BFF\u1C38-\u1C3F\u1C4A-\u1C4C\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CCF\u1CD3\u1CFB-\u1CFF\u1DFA\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u203E\u2041-\u2053\u2055-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u20CF\u20F1-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u215F\u2189-\u24B5\u24EA-\u2BFF\u2C2F\u2C5F\u2CE5-\u2CEA\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E00-\u2E2E\u2E30-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u3040\u3097\u3098\u309B\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31C0-\u31EF\u3200-\u33FF\u4DC0-\u4DFF\u9FFD-\u9FFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA62C-\uA63F\uA673\uA67E\uA6F2-\uA716\uA720\uA721\uA789\uA78A\uA7C0\uA7C1\uA7CB-\uA7F4\uA828-\uA82B\uA82D-\uA83F\uA874-\uA87F\uA8C6-\uA8CF\uA8DA-\uA8DF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA954-\uA95F\uA97D-\uA97F\uA9C1-\uA9CE\uA9DA-\uA9DF\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A-\uAA5F\uAA77-\uAA79\uAAC3-\uAADA\uAADE\uAADF\uAAF0\uAAF1\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB6A-\uAB6F\uABEB\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFDFF\uFE10-\uFE1F\uFE30-\uFE32\uFE35-\uFE4C\uFE50-\uFE6F\uFE75\uFEFD-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF3E\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDD3F\uDD75-\uDDFC\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEE1-\uDEFF\uDF20-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE40-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE7-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD28-\uDD2F\uDD3A-\uDE7F\uDEAA\uDEAD-\uDEAF\uDEB2-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF51-\uDFAF\uDFC5-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC47-\uDC65\uDC70-\uDC7E\uDCBB-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD40-\uDD43\uDD48-\uDD4F\uDD74\uDD75\uDD77-\uDD7F\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDFF\uDE12\uDE38-\uDE3D\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC4B-\uDC4F\uDC5A-\uDC5D\uDC62-\uDC7F\uDCC6\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDC1-\uDDD7\uDDDE-\uDDFF\uDE41-\uDE43\uDE45-\uDE4F\uDE5A-\uDE7F\uDEB9-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF3A-\uDFFF]|\uD806[\uDC3B-\uDC9F\uDCEA-\uDCFE\uDD07\uDD08\uDD0A\uDD0B\uDD14\uDD17\uDD36\uDD39\uDD3A\uDD44-\uDD4F\uDD5A-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE2\uDDE5-\uDDFF\uDE3F-\uDE46\uDE48-\uDE4F\uDE9A-\uDE9C\uDE9E-\uDEBF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC41-\uDC4F\uDC5A-\uDC71\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF7-\uDFAF\uDFB1-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80B\uD80E-\uD810\uD812-\uD819\uD824-\uD82B\uD82D\uD82E\uD830-\uD833\uD837\uD839\uD83D\uD83F\uD87B-\uD87D\uD87F\uD885-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDECF\uDEEE\uDEEF\uDEF5-\uDEFF\uDF37-\uDF3F\uDF44-\uDF4F\uDF5A-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE2\uDFE5-\uDFEF\uDFF2-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD823[\uDCD6-\uDCFF\uDD09-\uDFFF]|\uD82C[\uDD1F-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDC9C\uDC9F-\uDFFF]|\uD834[\uDC00-\uDD64\uDD6A-\uDD6C\uDD73-\uDD7A\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDE41\uDE45-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC\uDFCD]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD4F-\uDEBF\uDEFA-\uDFFF]|\uD83A[\uDCC5-\uDCCF\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD83C[\uDC00-\uDD2F\uDD4A-\uDD4F\uDD6A-\uDD6F\uDD8A-\uDFFF]|\uD83E[\uDC00-\uDFEF\uDFFA-\uDFFF]|\uD869[\uDEDE-\uDEFF]|\uD86D[\uDF35-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uD884[\uDF4B-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]/g;t.githubSlugifier=new class{fromHeading(e){const t=e.trim().toLowerCase().replace(n,"").replace(/\s/g,"-");return new r(t)}fromFragment(e){return new r(e.toLowerCase())}createBuilder(){const e=new Map;return{add:t=>{const r=this.fromHeading(t),n=e.get(r.value);return n?(++n.count,this.fromHeading(r.value+"-"+n.count)):(e.set(r.value,{count:0}),r)}}}}},3043:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdTableOfContentsProvider=t.TableOfContents=void 0;const n=r(4512),i=r(2869),o=r(2246),s=r(7292),a=r(7191);class c{entries;static async create(e,t,r){const n=await this.#yt(e,t,r);return new c(n,e.slugifier)}static async createForContainingDoc(e,t,r,n){const i=t.getContainingDocument?.((0,o.getDocUri)(r));if(i){const r=(await Promise.all(Array.from(i.children,(async r=>{const i=await t.openMarkdownDocument(r.uri);return!i||n.isCancellationRequested?[]:this.#yt(e,i,n)})))).flat();return new c(r,e.slugifier)}return this.create(e,r,n)}static async#yt(e,t,r){const i=(0,o.getDocUri)(t),s=[],a=await e.tokenize(t);if(r.isCancellationRequested)return[];const u=e.slugifier.createBuilder(),l=[];let d;for(const e of a)switch(e.type){case"heading_open":d={open:e,body:[]},l.push(d);break;case"heading_close":d=void 0;break;default:d?.body.push(e)}for(const{open:e,body:r}of l){if(!e.map)continue;const a=e.map[0],l=(0,o.getLine)(t,a),d=c.#bt(r),f=u.add(d),p={uri:i.toString(),range:n.Range.create(a,0,a,l.length)},h={uri:i.toString(),range:n.Range.create(a,l.match(/^#+\s*/)?.[0].length??0,a,l.length-(l.match(/\s*#*$/)?.[0].length??0))};s.push({slug:f,text:d.trim(),level:c.#Dt(e.markup),line:a,sectionLocation:p,headerLocation:p,headerTextLocation:h})}return s.map(((e,r)=>{let a;for(let t=r+1;t<s.length;++t)if(s[t].level<=e.level){a=s[t].line-1;break}const c=a??t.lineCount-1;return{...e,sectionLocation:{uri:i.toString(),range:n.Range.create(e.sectionLocation.range.start,{line:c,character:(0,o.getLine)(t,c).length})}}}))}static#Dt(e){return"="===e?1:"-"===e?2:e.length}static#kt(e){if(e.children)return e.children.map(c.#kt).join("");switch(e.type){case"text":case"emoji":case"code_inline":return e.content;default:return""}}static#bt(e){return e.map(c.#kt).join("").trim()}#rt;constructor(e,t){this.entries=e,this.#rt=t}lookupByFragment(e){const t=this.#rt.fromFragment(e);return this.entries.find((e=>e.slug.equals(t)))}lookupByHeading(e){const t=this.#rt.fromHeading(e);return this.entries.find((e=>e.slug.equals(t)))}}t.TableOfContents=c;class u extends s.Disposable{#gt;#he;#l;#v;constructor(e,t,r){super(),this.#he=e,this.#l=t,this.#v=r,this.#gt=this._register(new a.MdDocumentInfoCache(t,((t,r)=>(this.#v.log(i.LogLevel.Debug,"TableOfContentsProvider.create",{document:t.uri,version:t.version}),c.create(e,t,r)))))}get(e){return this.#gt.get(e)}getForDocument(e){return this.#gt.getForDocument(e)}getForContainingDoc(e,t){return c.createForContainingDoc(this.#he,this.#l,e,t)}}t.MdTableOfContentsProvider=u},1025:(e,t)=>{"use strict";var r,n;Object.defineProperty(t,"__esModule",{value:!0}),t.ReferenceLinkMap=t.LinkDefinitionSet=t.MdLinkKind=t.HrefKind=void 0,function(e){e[e.External=0]="External",e[e.Internal=1]="Internal",e[e.Reference=2]="Reference"}(r||(t.HrefKind=r={})),function(e){e[e.Link=1]="Link",e[e.Definition=2]="Definition",e[e.AutoLink=3]="AutoLink"}(n||(t.MdLinkKind=n={}));class i{#I=new o;constructor(e){for(const t of e)t.kind===n.Definition&&(this.#I.has(t.ref.text)||this.#I.set(t.ref.text,t))}[Symbol.iterator](){return this.#I[Symbol.iterator]()}lookup(e){return this.#I.lookup(e)}}t.LinkDefinitionSet=i;class o{#I=new Map;set(e,t){this.#I.set(this.#wt(e),t)}lookup(e){return this.#I.get(this.#wt(e))}has(e){return this.#I.has(this.#wt(e))}[Symbol.iterator](){return this.#I.values()}#wt(e){return e.normalize().trim().toLowerCase()}}t.ReferenceLinkMap=o},609:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.InMemoryDocument=t.tempDocVersion=void 0;const n=r(5172);t.tempDocVersion=-1,t.InMemoryDocument=class{version;#Ct;$uri;uri;constructor(e,t,r=0){this.version=r,this.$uri=e,this.uri=e.toString(),this.#Ct=n.TextDocument.create(this.uri,"markdown",r,t)}get lineCount(){return this.#Ct.lineCount}positionAt(e){return this.#Ct.positionAt(e)}offsetAt(e){return this.#Ct.offsetAt(e)}getText(e){return this.#Ct.getText(e)}replaceContents(e){return this.#Rt([{text:e}]),this}applyEdits(e){return this.#Rt(e.map((e=>({range:e.range,text:e.newText})))),this}previewEdits(e){return n.TextDocument.applyEdits(this.#Ct,e)}#Rt(e){const t=this.version<0?this.version:this.version+1;this.version=t,n.TextDocument.update(this.#Ct,e,t)}}},4335:(e,t)=>{"use strict";function r(e,t){return e.line<t.line||!(t.line<e.line)&&e.character<=t.character}Object.defineProperty(t,"__esModule",{value:!0}),t.arePositionsEqual=function(e,t){return e.line===t.line&&e.character===t.character},t.translatePosition=function(e,t){return{line:e.line+(t.lineDelta??0),character:e.character+(t.characterDelta??0)}},t.isBefore=function(e,t){return e.line<t.line||!(t.line<e.line)&&e.character<t.character},t.isBeforeOrEqual=r,t.isAfter=function(e,t){return!r(e,t)},t.comparePosition=function(e,t){return e.line<t.line?-1:e.line>t.line?1:e.character<t.character?-1:e.character>t.character?1:0}},2071:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.areRangesEqual=function(e,t){return(0,i.arePositionsEqual)(e.start,t.start)&&(0,i.arePositionsEqual)(e.end,t.end)},t.modifyRange=function(e,t,r){return{start:t??e.start,end:r??e.end}},t.rangeContains=o,t.rangeIntersects=function(e,t){return!(!o(e,t.start)&&!o(e,t.end))||(o(t,e.start)||o(t,e.end))};const n=r(4512),i=r(4335);function o(e,t){return n.Range.is(t)?o(e,t.start)&&o(e,t.end):!(0,i.isBefore)(t,e.start)&&!(0,i.isBefore)(e.end,t)}},2246:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getLine=function(e,t){return e.getText(n.Range.create(t,0,t,o.maxLspUInt)).replace(/\r?\n$/,"")},t.getDocUri=function(e){return e.$uri??i.URI.parse(e.uri)};const n=r(4512),i=r(8945),o=r(5176)},9067:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.coalesce=function(e){return e.filter((e=>!!e))}},7292:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Disposable=t.MultiDisposeError=void 0,t.disposeAll=n;class r extends Error{errors;constructor(e){super(`Encountered errors while disposing of store. Errors: [${e.join(", ")}]`),this.errors=e}}function n(e){const t=[];for(const r of e)try{r.dispose()}catch(e){t.push(e)}if(1===t.length)throw t[0];if(t.length>1)throw new r(t)}t.MultiDisposeError=r,t.Disposable=class{#Et=!1;_disposables=[];dispose(){this.#Et||(this.#Et=!0,n(this._disposables))}_register(e){return this.#Et?e.dispose():this._disposables.push(e),e}get isDisposed(){return this.#Et}}},9606:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.WorkspaceEditBuilder=void 0;const n=r(4512);t.WorkspaceEditBuilder=class{#Tt={};#At=[];replace(e,t,r){this.#xt(e,n.TextEdit.replace(t,r))}insert(e,t,r){this.#xt(e,n.TextEdit.insert(t,r))}#xt(e,t){const r=e.toString();let n=this.#Tt[r];n||(n=[],this.#Tt[r]=n),n.push(t)}getEdit(){return{documentChanges:[...Object.entries(this.#Tt).map((([e,t])=>n.TextDocumentEdit.create({uri:e,version:null},t))),...this.#At]}}renameFile(e,t){this.#At.push(n.RenameFile.create(e.toString(),t.toString()))}}},8632:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.htmlTagPathAttrs=void 0,t.htmlTagPathAttrs=new Map([["IMG",["src"]],["VIDEO",["src","placeholder"]],["SOURCE",["src"]],["A",["href"]]])},8595:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.lazy=function(e){return new r(e)};class r{#_t=!1;#Lt;#St;constructor(e){this.#St=e}get value(){return this.#_t||(this.#_t=!0,this.#Lt=this.#St()),this.#Lt}get hasValue(){return this.#_t}map(e){return new r((()=>e(this.value)))}}},7721:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Limiter=void 0,t.Limiter=class{#Ft=0;#Pt;#qt;#Mt;constructor(e){this.#qt=e,this.#Mt=[],this.#Pt=0}get size(){return this.#Ft}queue(e){return this.#Ft++,new Promise(((t,r)=>{this.#Mt.push({factory:e,c:t,e:r}),this.#Nt()}))}#Nt(){for(;this.#Mt.length&&this.#Pt<this.#qt;){const e=this.#Mt.shift();this.#Pt++;const t=e.factory();t.then(e.c,e.e),t.then((()=>this.#Ot()),(()=>this.#Ot()))}}#Ot(){this.#Ft--,this.#Pt--,this.#Mt.length>0&&this.#Nt()}}},1193:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.inlineCode=i,t.link=function(e,t){const r=t.toString();return`[${function(e){return e.replace(/[\\`*_{}[\]()#+\-!~]/g,"\\$&")}(e.replace(/\n/,""))}](${s(r)})`},t.codeLink=function(e,t){const r=t.toString();return`[${i(e)}](${s(r)})`},t.image=o,t.imageLink=function(e,t,r){const n=e.toString();return`[${o(e,t,r)}](${s(n)})`},t.video=function(e,t){return`<video width="${t??""}" src="${r=e.toString(),r.replace(/"/g,""")}" autoplay loop controls muted></video>`;var r};const n=r(9911);function i(e){e=e.replace(/\n/,"");const t=Math.max(0,...Array.from(e.matchAll(/`+/g),(([e])=>e.length))),r="`".repeat(t+1);return`${r}${e}${r}`}function o(e,t,r){return`+(r?`|width=${r}`:""))})`}function s(e){return(0,n.needsAngleBracketLink)(e)?(0,n.escapeForAngleBracketLink)(e):e}},9911:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.escapeForAngleBracketLink=function(e){return e.replace(/([<>])/g,"\\$1")},t.needsAngleBracketLink=function(e){return!(!e.startsWith("<")&&!/\s|[\u007F\u0000-\u001f]/.test(e))||!c(e)},t.hasBalancedParens=c,t.removeNewUriExtIfNeeded=function(e,t,r){if(function(e,t,r){if(!(0,s.looksLikeMarkdownUri)(e,r))return!1;switch(e.preferredMdPathExtensionStyle){case i.PreferredMdPathExtensionStyle.removeExtension:return!0;case i.PreferredMdPathExtensionStyle.includeExtension:return!1;case i.PreferredMdPathExtensionStyle.auto:case void 0:return!n.Utils.extname(t.path)}}(e,t,r)){const e=n.Utils.extname(r);return r.with({path:r.path.slice(0,r.path.length-e.length)})}return r},t.resolveInternalDocumentLink=function(e,t,r){const i=n.URI.parse(`vscode-resource:${t}`),s=r.getContainingDocument?.(e)?.uri??e;let c;if(i.path)if("/"===i.path[0]){const e=(0,o.getWorkspaceFolder)(r,s);e&&(c=n.Utils.joinPath(e,i.path))}else if(s.scheme===a.Schemes.untitled){const e=(0,o.getWorkspaceFolder)(r,s);e&&(c=n.Utils.joinPath(e,i.path))}else{const e=n.Utils.dirname(s);c=n.Utils.joinPath(e,i.path)}else{if("string"!=typeof i.fragment)return;c=e}if(c)return{resource:c,linkFragment:i.fragment}};const n=r(8945),i=r(8048),o=r(2589),s=r(7622),a=r(2349);function c(e){if(!/[\(\)]/.test(e))return!0;let t="",r=0;for(const n of e){if("("===n&&"\\"!==t?r++:")"===n&&"\\"!==t&&r--,r<0)return!1;t=n}return 0===r}},1633:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MediaType=void 0,t.getMediaPreviewType=function(e){const t=n.Utils.extname(e).toLowerCase();return o.get(t)};const n=r(8945);var i;!function(e){e[e.Image=0]="Image",e[e.Video=1]="Video"}(i||(t.MediaType=i={}));const o=new Map([[".bmp",i.Image],[".gif",i.Image],[".jpg",i.Image],[".jpeg",i.Image],[".png",i.Image],[".svg",i.Image],[".webp",i.Image],[".ico",i.Image],[".tiff",i.Image],[".tif",i.Image],[".mp4",i.Video]])},5176:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.maxLspUInt=void 0,t.maxLspUInt=2147483647},7622:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isSameResource=function(e,t){return e.toString()===t.toString()},t.isParentDir=function(e,t){return e.scheme===t.scheme&&e.authority===t.authority&&!n.relative(e.path,t.path).startsWith("..")},t.computeRelativePath=function(e,t,r=!1){if(e.scheme===t.scheme&&e.scheme!==o.Schemes.untitled){const o=i.Utils.dirname(e);let s=n.posix.relative(o.path,t.path);return!r||s.startsWith("../")||s.startsWith("..\\")||(s="./"+s),s}},t.looksLikePathToResource=function(e,t,r){return t.fsPath===r.fsPath||e.markdownFileExtensions.some((e=>t.with({path:t.path+"."+e}).fsPath===r.fsPath))},t.looksLikeMarkdownUri=function(e,t){return s(e,i.Utils.extname(t))},t.looksLikeMarkdownFilePath=function(e,t){return s(e,n.extname(t))},t.parseLocationInfoFromFragment=function(e){const t=e.match(/^L(\d+)(?:,(\d+))?$/i);if(!t)return;const r=+t[1]-1;if(isNaN(r))return;const n=+t[2]-1;return{line:r,character:isNaN(n)?0:n}};const n=r(7975),i=r(8945),o=r(2349);function s(e,t){return e.markdownFileExtensions.includes(t.toLowerCase().replace(".",""))}},6695:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ResourceMap=void 0;const r=e=>e.toString();class n{#I=new Map;#It;constructor(e=r){this.#It=e}set(e,t){return this.#I.set(this.#It(e),{uri:e,value:t}),this}get(e){return this.#I.get(this.#It(e))?.value}has(e){return this.#I.has(this.#It(e))}get size(){return this.#I.size}clear(){this.#I.clear()}delete(e){return this.#I.delete(this.#It(e))}*values(){for(const e of this.#I.values())yield e.value}*keys(){for(const e of this.#I.values())yield e.uri}*entries(){for(const e of this.#I.values())yield[e.uri,e.value]}[Symbol.iterator](){return this.entries()}}t.ResourceMap=n},2349:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Schemes=void 0,t.Schemes=Object.freeze({file:"file",untitled:"untitled"})},9612:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.r=void 0,t.isEmptyOrWhitespace=function(e){return/^\s*$/.test(e)},t.fuzzyContains=function(e,t){if(e.length<t.length)return!1;const r=t.length,n=e.toLowerCase();let i=0,o=-1;for(;i<r;){const e=n.indexOf(t[i],o+1);if(e<0)return!1;o=e,i++}return!0},t.r=String.raw},1383:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.tryDecodeUri=function(e){try{return decodeURI(e)}catch{return e}}},2589:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isWorkspaceWithFileWatching=function(e){return"watchFile"in e},t.getWorkspaceFolder=function(e,t){if(0===e.workspaceFolders.length)return;const r=e.workspaceFolders.filter((e=>e.scheme===t.scheme&&e.authority===t.authority&&(t.fsPath.startsWith(e.fsPath+"/")||t.fsPath.startsWith(e.fsPath+"\\")))).sort(((e,t)=>t.fsPath.length-e.fsPath.length));return r.length?r[0]:e.workspaceFolders[0]},t.openLinkToMarkdownFile=async function(e,t,r){try{const e=await t.openMarkdownDocument(r);if(e)return e}catch{}const n=o(e,r);if(n)return t.openMarkdownDocument(n)},t.statLinkToMarkdownFile=async function(e,t,r,n){const i=async e=>{const r=await t.stat(e);return n?.set(e,{exists:!!r}),!!r};if(await i(r))return r;const s=o(e,r);return s&&await i(s)?s:void 0},t.tryAppendMarkdownFileExtension=o;const n=r(8945),i=r(8048);function o(e,t){const r=n.Utils.extname(t).toLowerCase().replace(/^\./,"");return e.markdownFileExtensions.includes(r)?t:""!==r&&e.knownLinkedToFileExtensions.includes(r)?void 0:t.with({path:t.path+"."+(e.markdownFileExtensions[0]??i.defaultMarkdownFileExtension)})}},7191:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MdWorkspaceInfoCache=t.MdDocumentInfoCache=void 0;const n=r(4512),i=r(2246),o=r(7292),s=r(8595),a=r(6695);class c extends o.Disposable{#gt=new a.ResourceMap;#jt=new a.ResourceMap;#l;#St;constructor(e,t){super(),this.#l=e,this.#St=t,this._register(this.#l.onDidChangeMarkdownDocument((e=>this.#Ht(e)))),this._register(this.#l.onDidDeleteMarkdownDocument(this.#Bt,this))}async get(e){let t=this.#gt.get(e);if(t)return t.value.value;const r=await this.#Ut(e);return r?(t=this.#gt.get(e),t?t.value.value:this.#Wt(r)?.value):void 0}getForDocument(e){const t=this.#gt.get((0,i.getDocUri)(e));return t?t.value.value:this.#Wt(e).value}#Ut(e){const t=this.#jt.get(e);if(t)return t;const r=this.#l.openMarkdownDocument(e);return this.#jt.set(e,r),r.finally((()=>{this.#jt.delete(e)})),r}#Wt(e){const t=new n.CancellationTokenSource,r=(0,s.lazy)((()=>this.#St(e,t.token)));return this.#gt.set((0,i.getDocUri)(e),{value:r,cts:t}),r}#Ht(e){this.#gt.has((0,i.getDocUri)(e))&&this.#Wt(e)}#Bt(e){const t=this.#gt.get(e);t&&(t.cts.cancel(),t.cts.dispose(),this.#gt.delete(e))}}t.MdDocumentInfoCache=c;class u extends o.Disposable{#gt=new a.ResourceMap;#Vt;#l;#St;constructor(e,t){super(),this.#l=e,this.#St=t,this._register(this.#l.onDidChangeMarkdownDocument(this.#$t,this)),this._register(this.#l.onDidCreateMarkdownDocument(this.#$t,this)),this._register(this.#l.onDidDeleteMarkdownDocument(this.#Bt,this))}async entries(){return await this.#Kt(),Promise.all(Array.from(this.#gt.entries(),(async([e,t])=>[e,await t.value.value])))}async values(){return await this.#Kt(),Promise.all(Array.from(this.#gt.entries(),(e=>e[1].value.value)))}async getForDocs(e){for(const t of e)this.#gt.has((0,i.getDocUri)(t))||this.#Rt(t);return Promise.all(e.map((e=>this.#gt.get((0,i.getDocUri)(e)).value.value)))}async#Kt(){this.#Vt||(this.#Vt=this.#zt()),await this.#Vt}async#zt(){const e=await this.#l.getAllMarkdownDocuments();for(const t of e)this.#gt.has((0,i.getDocUri)(t))||this.#Rt(t)}#Rt(e){const t=new n.CancellationTokenSource;this.#gt.set((0,i.getDocUri)(e),{value:(0,s.lazy)((()=>this.#St(e,t.token))),cts:t})}#$t(e){this.#Rt(e)}#Bt(e){const t=this.#gt.get(e);t&&(t.cts.cancel(),t.cts.dispose(),this.#gt.delete(e))}}t.MdWorkspaceInfoCache=u},8945:function(e){var t;t=()=>(()=>{"use strict";var e={470:e=>{function t(e){if("string"!=typeof e)throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function r(e,t){for(var r,n="",i=0,o=-1,s=0,a=0;a<=e.length;++a){if(a<e.length)r=e.charCodeAt(a);else{if(47===r)break;r=47}if(47===r){if(o===a-1||1===s);else if(o!==a-1&&2===s){if(n.length<2||2!==i||46!==n.charCodeAt(n.length-1)||46!==n.charCodeAt(n.length-2))if(n.length>2){var c=n.lastIndexOf("/");if(c!==n.length-1){-1===c?(n="",i=0):i=(n=n.slice(0,c)).length-1-n.lastIndexOf("/"),o=a,s=0;continue}}else if(2===n.length||1===n.length){n="",i=0,o=a,s=0;continue}t&&(n.length>0?n+="/..":n="..",i=2)}else n.length>0?n+="/"+e.slice(o+1,a):n=e.slice(o+1,a),i=a-o-1;o=a,s=0}else 46===r&&-1!==s?++s:s=-1}return n}var n={resolve:function(){for(var e,n="",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&&(n=s+"/"+n,i=47===s.charCodeAt(0))}return n=r(n,!i),i?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(e){if(t(e),0===e.length)return".";var n=47===e.charCodeAt(0),i=47===e.charCodeAt(e.length-1);return 0!==(e=r(e,!n)).length||n||(e="."),e.length>0&&i&&(e+="/"),n?"/"+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,r=0;r<arguments.length;++r){var i=arguments[r];t(i),i.length>0&&(void 0===e?e=i:e+="/"+i)}return void 0===e?".":n.normalize(e)},relative:function(e,r){if(t(e),t(r),e===r)return"";if((e=n.resolve(e))===(r=n.resolve(r)))return"";for(var i=1;i<e.length&&47===e.charCodeAt(i);++i);for(var o=e.length,s=o-i,a=1;a<r.length&&47===r.charCodeAt(a);++a);for(var c=r.length-a,u=s<c?s:c,l=-1,d=0;d<=u;++d){if(d===u){if(c>u){if(47===r.charCodeAt(a+d))return r.slice(a+d+1);if(0===d)return r.slice(a+d)}else s>u&&(47===e.charCodeAt(i+d)?l=d:0===d&&(l=0));break}var f=e.charCodeAt(i+d);if(f!==r.charCodeAt(a+d))break;47===f&&(l=d)}var p="";for(d=i+l+1;d<=o;++d)d!==o&&47!==e.charCodeAt(d)||(0===p.length?p+="..":p+="/..");return p.length>0?p+r.slice(a+l):(a+=l,47===r.charCodeAt(a)&&++a,r.slice(a))},_makeLong:function(e){return e},dirname:function(e){if(t(e),0===e.length)return".";for(var r=e.charCodeAt(0),n=47===r,i=-1,o=!0,s=e.length-1;s>=1;--s)if(47===(r=e.charCodeAt(s))){if(!o){i=s;break}}else o=!1;return-1===i?n?"/":".":n&&1===i?"//":e.slice(0,i)},basename:function(e,r){if(void 0!==r&&"string"!=typeof r)throw new TypeError('"ext" argument must be a string');t(e);var n,i=0,o=-1,s=!0;if(void 0!==r&&r.length>0&&r.length<=e.length){if(r.length===e.length&&r===e)return"";var a=r.length-1,c=-1;for(n=e.length-1;n>=0;--n){var u=e.charCodeAt(n);if(47===u){if(!s){i=n+1;break}}else-1===c&&(s=!1,c=n+1),a>=0&&(u===r.charCodeAt(a)?-1==--a&&(o=n):(a=-1,o=c))}return i===o?o=c:-1===o&&(o=e.length),e.slice(i,o)}for(n=e.length-1;n>=0;--n)if(47===e.charCodeAt(n)){if(!s){i=n+1;break}}else-1===o&&(s=!1,o=n+1);return-1===o?"":e.slice(i,o)},extname:function(e){t(e);for(var r=-1,n=0,i=-1,o=!0,s=0,a=e.length-1;a>=0;--a){var c=e.charCodeAt(a);if(47!==c)-1===i&&(o=!1,i=a+1),46===c?-1===r?r=a:1!==s&&(s=1):-1!==r&&(s=-1);else if(!o){n=a+1;break}}return-1===r||-1===i||0===s||1===s&&r===i-1&&r===n+1?"":e.slice(r,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 function(e,t){var r=t.dir||t.root,n=t.base||(t.name||"")+(t.ext||"");return r?r===t.root?r+n:r+"/"+n:n}(0,e)},parse:function(e){t(e);var r={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return r;var n,i=e.charCodeAt(0),o=47===i;o?(r.root="/",n=1):n=0;for(var s=-1,a=0,c=-1,u=!0,l=e.length-1,d=0;l>=n;--l)if(47!==(i=e.charCodeAt(l)))-1===c&&(u=!1,c=l+1),46===i?-1===s?s=l:1!==d&&(d=1):-1!==s&&(d=-1);else if(!u){a=l+1;break}return-1===s||-1===c||0===d||1===d&&s===c-1&&s===a+1?-1!==c&&(r.base=r.name=0===a&&o?e.slice(1,c):e.slice(a,c)):(0===a&&o?(r.name=e.slice(1,s),r.base=e.slice(1,c)):(r.name=e.slice(a,s),r.base=e.slice(a,c)),r.ext=e.slice(s,c)),a>0?r.dir=e.slice(0,a-1):o&&(r.dir="/"),r},sep:"/",delimiter:":",win32:null,posix:null};n.posix=n,e.exports=n},674:(e,t)=>{if(Object.defineProperty(t,"__esModule",{value:!0}),t.isWindows=void 0,"object"==typeof process)t.isWindows=!1;else if("object"==typeof navigator){let e=navigator.userAgent;t.isWindows=e.indexOf("Windows")>=0}},796:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.uriToFsPath=t.URI=void 0;const n=r(674),i=/^\w[\w\d+.-]*$/,o=/^\//,s=/^\/\//;function a(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&&!i.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path)if(e.authority){if(!o.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(s.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 c="",u="/",l=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class d{static isUri(e){return e instanceof d||!!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}scheme;authority;path;query;fragment;constructor(e,t,r,n,i,o=!1){"object"==typeof e?(this.scheme=e.scheme||c,this.authority=e.authority||c,this.path=e.path||c,this.query=e.query||c,this.fragment=e.fragment||c):(this.scheme=function(e,t){return e||t?e:"file"}(e,o),this.authority=t||c,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,r||c),this.query=n||c,this.fragment=i||c,a(this,o))}get fsPath(){return v(this,!1)}with(e){if(!e)return this;let{scheme:t,authority:r,path:n,query:i,fragment:o}=e;return void 0===t?t=this.scheme:null===t&&(t=c),void 0===r?r=this.authority:null===r&&(r=c),void 0===n?n=this.path:null===n&&(n=c),void 0===i?i=this.query:null===i&&(i=c),void 0===o?o=this.fragment:null===o&&(o=c),t===this.scheme&&r===this.authority&&n===this.path&&i===this.query&&o===this.fragment?this:new p(t,r,n,i,o)}static parse(e,t=!1){const r=l.exec(e);return r?new p(r[2]||c,k(r[4]||c),k(r[5]||c),k(r[7]||c),k(r[9]||c),t):new p(c,c,c,c,c)}static file(e){let t=c;if(n.isWindows&&(e=e.replace(/\\/g,u)),e[0]===u&&e[1]===u){const r=e.indexOf(u,2);-1===r?(t=e.substring(2),e=u):(t=e.substring(2,r),e=e.substring(r)||u)}return new p("file",t,e,c,c)}static from(e){const t=new p(e.scheme,e.authority,e.path,e.query,e.fragment);return a(t,!0),t}toString(e=!1){return y(this,e)}toJSON(){return this}static revive(e){if(e){if(e instanceof d)return e;{const t=new p(e);return t._formatted=e.external,t._fsPath=e._sep===f?e.fsPath:null,t}}return e}}t.URI=d;const f=n.isWindows?1:void 0;class p extends d{_formatted=null;_fsPath=null;get fsPath(){return this._fsPath||(this._fsPath=v(this,!1)),this._fsPath}toString(e=!1){return e?y(this,!0):(this._formatted||(this._formatted=y(this,!1)),this._formatted)}toJSON(){const e={$mid:1};return this._fsPath&&(e.fsPath=this._fsPath,e._sep=f),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 h={58:"%3A",47:"%2F",63:"%3F",35:"%23",91:"%5B",93:"%5D",64:"%40",33:"%21",36:"%24",38:"%26",39:"%27",40:"%28",41:"%29",42:"%2A",43:"%2B",44:"%2C",59:"%3B",61:"%3D",32:"%20"};function g(e,t,r){let n,i=-1;for(let o=0;o<e.length;o++){const s=e.charCodeAt(o);if(s>=97&&s<=122||s>=65&&s<=90||s>=48&&s<=57||45===s||46===s||95===s||126===s||t&&47===s||r&&91===s||r&&93===s||r&&58===s)-1!==i&&(n+=encodeURIComponent(e.substring(i,o)),i=-1),void 0!==n&&(n+=e.charAt(o));else{void 0===n&&(n=e.substr(0,o));const t=h[s];void 0!==t?(-1!==i&&(n+=encodeURIComponent(e.substring(i,o)),i=-1),n+=t):-1===i&&(i=o)}}return-1!==i&&(n+=encodeURIComponent(e.substring(i))),void 0!==n?n:e}function m(e){let t;for(let r=0;r<e.length;r++){const n=e.charCodeAt(r);35===n||63===n?(void 0===t&&(t=e.substr(0,r)),t+=h[n]):void 0!==t&&(t+=e[r])}return void 0!==t?t:e}function v(e,t){let r;return r=e.authority&&e.path.length>1&&"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,n.isWindows&&(r=r.replace(/\//g,"\\")),r}function y(e,t){const r=t?m:g;let n="",{scheme:i,authority:o,path:s,query:a,fragment:c}=e;if(i&&(n+=i,n+=":"),(o||"file"===i)&&(n+=u,n+=u),o){let e=o.indexOf("@");if(-1!==e){const t=o.substr(0,e);o=o.substr(e+1),e=t.lastIndexOf(":"),-1===e?n+=r(t,!1,!1):(n+=r(t.substr(0,e),!1,!1),n+=":",n+=r(t.substr(e+1),!1,!0)),n+="@"}o=o.toLowerCase(),e=o.lastIndexOf(":"),-1===e?n+=r(o,!1,!0):(n+=r(o.substr(0,e),!1,!0),n+=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)}`)}n+=r(s,!0,!1)}return a&&(n+="?",n+=r(a,!1,!1)),c&&(n+="#",n+=t?c:g(c,!1,!1)),n}function b(e){try{return decodeURIComponent(e)}catch{return e.length>3?e.substr(0,3)+b(e.substr(3)):e}}t.uriToFsPath=v;const D=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function k(e){return e.match(D)?e.replace(D,(e=>b(e))):e}},679:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.Utils=void 0;const s=o(r(470)),a=s.posix||s,c="/";var u;!function(e){e.joinPath=function(e,...t){return e.with({path:a.join(e.path,...t)})},e.resolvePath=function(e,...t){let r=e.path,n=!1;r[0]!==c&&(r=c+r,n=!0);let i=a.resolve(r,...t);return n&&i[0]===c&&!e.authority&&(i=i.substring(1)),e.with({path:i})},e.dirname=function(e){if(0===e.path.length||e.path===c)return e;let t=a.dirname(e.path);return 1===t.length&&46===t.charCodeAt(0)&&(t=""),e.with({path:t})},e.basename=function(e){return a.basename(e.path)},e.extname=function(e){return a.extname(e.path)}}(u||(t.Utils=u={}))}},t={};function r(n){var i=t[n];if(void 0!==i)return i.exports;var o=t[n]={exports:{}};return e[n].call(o.exports,o,o.exports,r),o.exports}var n={};return(()=>{var e=n;Object.defineProperty(e,"__esModule",{value:!0}),e.Utils=e.URI=void 0;const t=r(796);Object.defineProperty(e,"URI",{enumerable:!0,get:function(){return t.URI}});const i=r(679);Object.defineProperty(e,"Utils",{enumerable:!0,get:function(){return i.Utils}})})(),n})(),e.exports=t()},5172:(e,t,r)=>{"use strict";r.r(t),r.d(t,{TextDocument:()=>i});class n{constructor(e,t,r,n){this._uri=e,this._languageId=t,this._version=r,this._content=n,this._lineOffsets=void 0}get uri(){return this._uri}get languageId(){return this._languageId}get version(){return this._version}getText(e){if(e){const t=this.offsetAt(e.start),r=this.offsetAt(e.end);return this._content.substring(t,r)}return this._content}update(e,t){for(let t of e)if(n.isIncremental(t)){const e=a(t.range),r=this.offsetAt(e.start),n=this.offsetAt(e.end);this._content=this._content.substring(0,r)+t.text+this._content.substring(n,this._content.length);const i=Math.max(e.start.line,0),o=Math.max(e.end.line,0);let c=this._lineOffsets;const u=s(t.text,!1,r);if(o-i===u.length)for(let e=0,t=u.length;e<t;e++)c[e+i+1]=u[e];else u.length<1e4?c.splice(i+1,o-i,...u):this._lineOffsets=c=c.slice(0,i+1).concat(u,c.slice(o+1));const l=t.text.length-(n-r);if(0!==l)for(let e=i+1+u.length,t=c.length;e<t;e++)c[e]=c[e]+l}else{if(!n.isFull(t))throw new Error("Unknown change event received");this._content=t.text,this._lineOffsets=void 0}this._version=t}getLineOffsets(){return void 0===this._lineOffsets&&(this._lineOffsets=s(this._content,!0)),this._lineOffsets}positionAt(e){e=Math.max(Math.min(e,this._content.length),0);let t=this.getLineOffsets(),r=0,n=t.length;if(0===n)return{line:0,character:e};for(;r<n;){let i=Math.floor((r+n)/2);t[i]>e?n=i:r=i+1}let i=r-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 r=t[e.line],n=e.line+1<t.length?t[e.line+1]:this._content.length;return Math.max(Math.min(r+e.character,n),r)}get lineCount(){return this.getLineOffsets().length}static isIncremental(e){let t=e;return null!=t&&"string"==typeof t.text&&void 0!==t.range&&(void 0===t.rangeLength||"number"==typeof t.rangeLength)}static isFull(e){let t=e;return null!=t&&"string"==typeof t.text&&void 0===t.range&&void 0===t.rangeLength}}var i;function o(e,t){if(e.length<=1)return e;const r=e.length/2|0,n=e.slice(0,r),i=e.slice(r);o(n,t),o(i,t);let s=0,a=0,c=0;for(;s<n.length&&a<i.length;){let r=t(n[s],i[a]);e[c++]=r<=0?n[s++]:i[a++]}for(;s<n.length;)e[c++]=n[s++];for(;a<i.length;)e[c++]=i[a++];return e}function s(e,t,r=0){const n=t?[r]:[];for(let t=0;t<e.length;t++){let i=e.charCodeAt(t);13!==i&&10!==i||(13===i&&t+1<e.length&&10===e.charCodeAt(t+1)&&t++,n.push(r+t+1))}return n}function a(e){const t=e.start,r=e.end;return t.line>r.line||t.line===r.line&&t.character>r.character?{start:r,end:t}:e}function c(e){const t=a(e.range);return t!==e.range?{newText:e.newText,range:t}:e}!function(e){e.create=function(e,t,r,i){return new n(e,t,r,i)},e.update=function(e,t,r){if(e instanceof n)return e.update(t,r),e;throw new Error("TextDocument.update: document must be created by TextDocument.create")},e.applyEdits=function(e,t){let r=e.getText(),n=o(t.map(c),((e,t)=>{let r=e.range.start.line-t.range.start.line;return 0===r?e.range.start.character-t.range.start.character:r})),i=0;const s=[];for(const t of n){let n=e.offsetAt(t.range.start);if(n<i)throw new Error("Overlapping edit");n>i&&s.push(r.substring(i,n)),t.newText.length&&s.push(t.newText),i=e.offsetAt(t.range.end)}return s.push(r.substr(i)),s.join("")}}(i||(i={}))},6203:(e,t,r)=>{"use strict";var n,i,o,s,a,c,u,l,d,f,p,h,g,m,v,y,b,D,k,w,C,R,E,T,A,x,_,L,S,F,P,q,M,N,O,I,j,H,B,U,W,V,$,K,z,G,J,X,Z,Y,Q,ee,te,re,ne,ie,oe,se,ae,ce,ue,le,de,fe,pe,he,ge,me,ve,ye,be,De,ke,we,Ce,Re,Ee,Te;r.r(t),r.d(t,{AnnotatedTextEdit:()=>E,ChangeAnnotation:()=>C,ChangeAnnotationIdentifier:()=>R,CodeAction:()=>oe,CodeActionContext:()=>ie,CodeActionKind:()=>re,CodeActionTriggerKind:()=>ne,CodeDescription:()=>b,CodeLens:()=>se,Color:()=>d,ColorInformation:()=>f,ColorPresentation:()=>p,Command:()=>k,CompletionItem:()=>W,CompletionItemKind:()=>O,CompletionItemLabelDetails:()=>U,CompletionItemTag:()=>j,CompletionList:()=>V,CreateFile:()=>A,DeleteFile:()=>_,Diagnostic:()=>D,DiagnosticRelatedInformation:()=>m,DiagnosticSeverity:()=>v,DiagnosticTag:()=>y,DocumentHighlight:()=>X,DocumentHighlightKind:()=>J,DocumentLink:()=>ce,DocumentSymbol:()=>te,DocumentUri:()=>n,EOL:()=>Le,FoldingRange:()=>g,FoldingRangeKind:()=>h,FormattingOptions:()=>ae,Hover:()=>K,InlayHint:()=>be,InlayHintKind:()=>ve,InlayHintLabelPart:()=>ye,InlineCompletionContext:()=>Ee,InlineCompletionItem:()=>ke,InlineCompletionList:()=>we,InlineCompletionTriggerKind:()=>Ce,InlineValueContext:()=>me,InlineValueEvaluatableExpression:()=>ge,InlineValueText:()=>pe,InlineValueVariableLookup:()=>he,InsertReplaceEdit:()=>H,InsertTextFormat:()=>I,InsertTextMode:()=>B,Location:()=>u,LocationLink:()=>l,MarkedString:()=>$,MarkupContent:()=>N,MarkupKind:()=>M,OptionalVersionedTextDocumentIdentifier:()=>P,ParameterInformation:()=>z,Position:()=>a,Range:()=>c,RenameFile:()=>x,SelectedCompletionInfo:()=>Re,SelectionRange:()=>ue,SemanticTokenModifiers:()=>de,SemanticTokenTypes:()=>le,SemanticTokens:()=>fe,SignatureInformation:()=>G,StringValue:()=>De,SymbolInformation:()=>Q,SymbolKind:()=>Z,SymbolTag:()=>Y,TextDocument:()=>Se,TextDocumentEdit:()=>T,TextDocumentIdentifier:()=>S,TextDocumentItem:()=>q,TextEdit:()=>w,URI:()=>i,VersionedTextDocumentIdentifier:()=>F,WorkspaceChange:()=>_e,WorkspaceEdit:()=>L,WorkspaceFolder:()=>Te,WorkspaceSymbol:()=>ee,integer:()=>o,uinteger:()=>s}),function(e){e.is=function(e){return"string"==typeof e}}(n||(n={})),function(e){e.is=function(e){return"string"==typeof e}}(i||(i={})),function(e){e.MIN_VALUE=-2147483648,e.MAX_VALUE=2147483647,e.is=function(t){return"number"==typeof t&&e.MIN_VALUE<=t&&t<=e.MAX_VALUE}}(o||(o={})),function(e){e.MIN_VALUE=0,e.MAX_VALUE=2147483647,e.is=function(t){return"number"==typeof t&&e.MIN_VALUE<=t&&t<=e.MAX_VALUE}}(s||(s={})),function(e){e.create=function(e,t){return e===Number.MAX_VALUE&&(e=s.MAX_VALUE),t===Number.MAX_VALUE&&(t=s.MAX_VALUE),{line:e,character:t}},e.is=function(e){let t=e;return Fe.objectLiteral(t)&&Fe.uinteger(t.line)&&Fe.uinteger(t.character)}}(a||(a={})),function(e){e.create=function(e,t,r,n){if(Fe.uinteger(e)&&Fe.uinteger(t)&&Fe.uinteger(r)&&Fe.uinteger(n))return{start:a.create(e,t),end:a.create(r,n)};if(a.is(e)&&a.is(t))return{start:e,end:t};throw new Error(`Range#create called with invalid arguments[${e}, ${t}, ${r}, ${n}]`)},e.is=function(e){let t=e;return Fe.objectLiteral(t)&&a.is(t.start)&&a.is(t.end)}}(c||(c={})),function(e){e.create=function(e,t){return{uri:e,range:t}},e.is=function(e){let t=e;return Fe.objectLiteral(t)&&c.is(t.range)&&(Fe.string(t.uri)||Fe.undefined(t.uri))}}(u||(u={})),function(e){e.create=function(e,t,r,n){return{targetUri:e,targetRange:t,targetSelectionRange:r,originSelectionRange:n}},e.is=function(e){let t=e;return Fe.objectLiteral(t)&&c.is(t.targetRange)&&Fe.string(t.targetUri)&&c.is(t.targetSelectionRange)&&(c.is(t.originSelectionRange)||Fe.undefined(t.originSelectionRange))}}(l||(l={})),function(e){e.create=function(e,t,r,n){return{red:e,green:t,blue:r,alpha:n}},e.is=function(e){const t=e;return Fe.objectLiteral(t)&&Fe.numberRange(t.red,0,1)&&Fe.numberRange(t.green,0,1)&&Fe.numberRange(t.blue,0,1)&&Fe.numberRange(t.alpha,0,1)}}(d||(d={})),function(e){e.create=function(e,t){return{range:e,color:t}},e.is=function(e){const t=e;return Fe.objectLiteral(t)&&c.is(t.range)&&d.is(t.color)}}(f||(f={})),function(e){e.create=function(e,t,r){return{label:e,textEdit:t,additionalTextEdits:r}},e.is=function(e){const t=e;return Fe.objectLiteral(t)&&Fe.string(t.label)&&(Fe.undefined(t.textEdit)||w.is(t))&&(Fe.undefined(t.additionalTextEdits)||Fe.typedArray(t.additionalTextEdits,w.is))}}(p||(p={})),function(e){e.Comment="comment",e.Imports="imports",e.Region="region"}(h||(h={})),function(e){e.create=function(e,t,r,n,i,o){const s={startLine:e,endLine:t};return Fe.defined(r)&&(s.startCharacter=r),Fe.defined(n)&&(s.endCharacter=n),Fe.defined(i)&&(s.kind=i),Fe.defined(o)&&(s.collapsedText=o),s},e.is=function(e){const t=e;return Fe.objectLiteral(t)&&Fe.uinteger(t.startLine)&&Fe.uinteger(t.startLine)&&(Fe.undefined(t.startCharacter)||Fe.uinteger(t.startCharacter))&&(Fe.undefined(t.endCharacter)||Fe.uinteger(t.endCharacter))&&(Fe.undefined(t.kind)||Fe.string(t.kind))}}(g||(g={})),function(e){e.create=function(e,t){return{location:e,message:t}},e.is=function(e){let t=e;return Fe.defined(t)&&u.is(t.location)&&Fe.string(t.message)}}(m||(m={})),function(e){e.Error=1,e.Warning=2,e.Information=3,e.Hint=4}(v||(v={})),function(e){e.Unnecessary=1,e.Deprecated=2}(y||(y={})),function(e){e.is=function(e){const t=e;return Fe.objectLiteral(t)&&Fe.string(t.href)}}(b||(b={})),function(e){e.create=function(e,t,r,n,i,o){let s={range:e,message:t};return Fe.defined(r)&&(s.severity=r),Fe.defined(n)&&(s.code=n),Fe.defined(i)&&(s.source=i),Fe.defined(o)&&(s.relatedInformation=o),s},e.is=function(e){var t;let r=e;return Fe.defined(r)&&c.is(r.range)&&Fe.string(r.message)&&(Fe.number(r.severity)||Fe.undefined(r.severity))&&(Fe.integer(r.code)||Fe.string(r.code)||Fe.undefined(r.code))&&(Fe.undefined(r.codeDescription)||Fe.string(null===(t=r.codeDescription)||void 0===t?void 0:t.href))&&(Fe.string(r.source)||Fe.undefined(r.source))&&(Fe.undefined(r.relatedInformation)||Fe.typedArray(r.relatedInformation,m.is))}}(D||(D={})),function(e){e.create=function(e,t,...r){let n={title:e,command:t};return Fe.defined(r)&&r.length>0&&(n.arguments=r),n},e.is=function(e){let t=e;return Fe.defined(t)&&Fe.string(t.title)&&Fe.string(t.command)}}(k||(k={})),function(e){e.replace=function(e,t){return{range:e,newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){return{range:e,newText:""}},e.is=function(e){const t=e;return Fe.objectLiteral(t)&&Fe.string(t.newText)&&c.is(t.range)}}(w||(w={})),function(e){e.create=function(e,t,r){const n={label:e};return void 0!==t&&(n.needsConfirmation=t),void 0!==r&&(n.description=r),n},e.is=function(e){const t=e;return Fe.objectLiteral(t)&&Fe.string(t.label)&&(Fe.boolean(t.needsConfirmation)||void 0===t.needsConfirmation)&&(Fe.string(t.description)||void 0===t.description)}}(C||(C={})),function(e){e.is=function(e){const t=e;return Fe.string(t)}}(R||(R={})),function(e){e.replace=function(e,t,r){return{range:e,newText:t,annotationId:r}},e.insert=function(e,t,r){return{range:{start:e,end:e},newText:t,annotationId:r}},e.del=function(e,t){return{range:e,newText:"",annotationId:t}},e.is=function(e){const t=e;return w.is(t)&&(C.is(t.annotationId)||R.is(t.annotationId))}}(E||(E={})),function(e){e.create=function(e,t){return{textDocument:e,edits:t}},e.is=function(e){let t=e;return Fe.defined(t)&&P.is(t.textDocument)&&Array.isArray(t.edits)}}(T||(T={})),function(e){e.create=function(e,t,r){let n={kind:"create",uri:e};return void 0===t||void 0===t.overwrite&&void 0===t.ignoreIfExists||(n.options=t),void 0!==r&&(n.annotationId=r),n},e.is=function(e){let t=e;return t&&"create"===t.kind&&Fe.string(t.uri)&&(void 0===t.options||(void 0===t.options.overwrite||Fe.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||Fe.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||R.is(t.annotationId))}}(A||(A={})),function(e){e.create=function(e,t,r,n){let i={kind:"rename",oldUri:e,newUri:t};return void 0===r||void 0===r.overwrite&&void 0===r.ignoreIfExists||(i.options=r),void 0!==n&&(i.annotationId=n),i},e.is=function(e){let t=e;return t&&"rename"===t.kind&&Fe.string(t.oldUri)&&Fe.string(t.newUri)&&(void 0===t.options||(void 0===t.options.overwrite||Fe.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||Fe.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||R.is(t.annotationId))}}(x||(x={})),function(e){e.create=function(e,t,r){let n={kind:"delete",uri:e};return void 0===t||void 0===t.recursive&&void 0===t.ignoreIfNotExists||(n.options=t),void 0!==r&&(n.annotationId=r),n},e.is=function(e){let t=e;return t&&"delete"===t.kind&&Fe.string(t.uri)&&(void 0===t.options||(void 0===t.options.recursive||Fe.boolean(t.options.recursive))&&(void 0===t.options.ignoreIfNotExists||Fe.boolean(t.options.ignoreIfNotExists)))&&(void 0===t.annotationId||R.is(t.annotationId))}}(_||(_={})),function(e){e.is=function(e){let t=e;return t&&(void 0!==t.changes||void 0!==t.documentChanges)&&(void 0===t.documentChanges||t.documentChanges.every((e=>Fe.string(e.kind)?A.is(e)||x.is(e)||_.is(e):T.is(e))))}}(L||(L={}));class Ae{constructor(e,t){this.edits=e,this.changeAnnotations=t}insert(e,t,r){let n,i;if(void 0===r?n=w.insert(e,t):R.is(r)?(i=r,n=E.insert(e,t,r)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(r),n=E.insert(e,t,i)),this.edits.push(n),void 0!==i)return i}replace(e,t,r){let n,i;if(void 0===r?n=w.replace(e,t):R.is(r)?(i=r,n=E.replace(e,t,r)):(this.assertChangeAnnotations(this.changeAnnotations),i=this.changeAnnotations.manage(r),n=E.replace(e,t,i)),this.edits.push(n),void 0!==i)return i}delete(e,t){let r,n;if(void 0===t?r=w.del(e):R.is(t)?(n=t,r=E.del(e,t)):(this.assertChangeAnnotations(this.changeAnnotations),n=this.changeAnnotations.manage(t),r=E.del(e,n)),this.edits.push(r),void 0!==n)return n}add(e){this.edits.push(e)}all(){return this.edits}clear(){this.edits.splice(0,this.edits.length)}assertChangeAnnotations(e){if(void 0===e)throw new Error("Text edit change is not configured to manage change annotations.")}}class xe{constructor(e){this._annotations=void 0===e?Object.create(null):e,this._counter=0,this._size=0}all(){return this._annotations}get size(){return this._size}manage(e,t){let r;if(R.is(e)?r=e:(r=this.nextId(),t=e),void 0!==this._annotations[r])throw new Error(`Id ${r} is already in use.`);if(void 0===t)throw new Error(`No annotation provided for id ${r}`);return this._annotations[r]=t,this._size++,r}nextId(){return this._counter++,this._counter.toString()}}class _e{constructor(e){this._textEditChanges=Object.create(null),void 0!==e?(this._workspaceEdit=e,e.documentChanges?(this._changeAnnotations=new xe(e.changeAnnotations),e.changeAnnotations=this._changeAnnotations.all(),e.documentChanges.forEach((e=>{if(T.is(e)){const t=new Ae(e.edits,this._changeAnnotations);this._textEditChanges[e.textDocument.uri]=t}}))):e.changes&&Object.keys(e.changes).forEach((t=>{const r=new Ae(e.changes[t]);this._textEditChanges[t]=r}))):this._workspaceEdit={}}get edit(){return this.initDocumentChanges(),void 0!==this._changeAnnotations&&(0===this._changeAnnotations.size?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit}getTextEditChange(e){if(P.is(e)){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");const t={uri:e.uri,version:e.version};let r=this._textEditChanges[t.uri];if(!r){const e=[],n={textDocument:t,edits:e};this._workspaceEdit.documentChanges.push(n),r=new Ae(e,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.");let t=this._textEditChanges[e];if(!t){let r=[];this._workspaceEdit.changes[e]=r,t=new Ae(r),this._textEditChanges[e]=t}return t}}initDocumentChanges(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._changeAnnotations=new xe,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())}initChanges(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._workspaceEdit.changes=Object.create(null))}createFile(e,t,r){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");let n,i,o;if(C.is(t)||R.is(t)?n=t:r=t,void 0===n?i=A.create(e,r):(o=R.is(n)?n:this._changeAnnotations.manage(n),i=A.create(e,r,o)),this._workspaceEdit.documentChanges.push(i),void 0!==o)return o}renameFile(e,t,r,n){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");let i,o,s;if(C.is(r)||R.is(r)?i=r:n=r,void 0===i?o=x.create(e,t,n):(s=R.is(i)?i:this._changeAnnotations.manage(i),o=x.create(e,t,n,s)),this._workspaceEdit.documentChanges.push(o),void 0!==s)return s}deleteFile(e,t,r){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");let n,i,o;if(C.is(t)||R.is(t)?n=t:r=t,void 0===n?i=_.create(e,r):(o=R.is(n)?n:this._changeAnnotations.manage(n),i=_.create(e,r,o)),this._workspaceEdit.documentChanges.push(i),void 0!==o)return o}}!function(e){e.create=function(e){return{uri:e}},e.is=function(e){let t=e;return Fe.defined(t)&&Fe.string(t.uri)}}(S||(S={})),function(e){e.create=function(e,t){return{uri:e,version:t}},e.is=function(e){let t=e;return Fe.defined(t)&&Fe.string(t.uri)&&Fe.integer(t.version)}}(F||(F={})),function(e){e.create=function(e,t){return{uri:e,version:t}},e.is=function(e){let t=e;return Fe.defined(t)&&Fe.string(t.uri)&&(null===t.version||Fe.integer(t.version))}}(P||(P={})),function(e){e.create=function(e,t,r,n){return{uri:e,languageId:t,version:r,text:n}},e.is=function(e){let t=e;return Fe.defined(t)&&Fe.string(t.uri)&&Fe.string(t.languageId)&&Fe.integer(t.version)&&Fe.string(t.text)}}(q||(q={})),function(e){e.PlainText="plaintext",e.Markdown="markdown",e.is=function(t){const r=t;return r===e.PlainText||r===e.Markdown}}(M||(M={})),function(e){e.is=function(e){const t=e;return Fe.objectLiteral(e)&&M.is(t.kind)&&Fe.string(t.value)}}(N||(N={})),function(e){e.Text=1,e.Method=2,e.Function=3,e.Constructor=4,e.Field=5,e.Variable=6,e.Class=7,e.Interface=8,e.Module=9,e.Property=10,e.Unit=11,e.Value=12,e.Enum=13,e.Keyword=14,e.Snippet=15,e.Color=16,e.File=17,e.Reference=18,e.Folder=19,e.EnumMember=20,e.Constant=21,e.Struct=22,e.Event=23,e.Operator=24,e.TypeParameter=25}(O||(O={})),function(e){e.PlainText=1,e.Snippet=2}(I||(I={})),function(e){e.Deprecated=1}(j||(j={})),function(e){e.create=function(e,t,r){return{newText:e,insert:t,replace:r}},e.is=function(e){const t=e;return t&&Fe.string(t.newText)&&c.is(t.insert)&&c.is(t.replace)}}(H||(H={})),function(e){e.asIs=1,e.adjustIndentation=2}(B||(B={})),function(e){e.is=function(e){const t=e;return t&&(Fe.string(t.detail)||void 0===t.detail)&&(Fe.string(t.description)||void 0===t.description)}}(U||(U={})),function(e){e.create=function(e){return{label:e}}}(W||(W={})),function(e){e.create=function(e,t){return{items:e||[],isIncomplete:!!t}}}(V||(V={})),function(e){e.fromPlainText=function(e){return e.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")},e.is=function(e){const t=e;return Fe.string(t)||Fe.objectLiteral(t)&&Fe.string(t.language)&&Fe.string(t.value)}}($||($={})),function(e){e.is=function(e){let t=e;return!!t&&Fe.objectLiteral(t)&&(N.is(t.contents)||$.is(t.contents)||Fe.typedArray(t.contents,$.is))&&(void 0===e.range||c.is(e.range))}}(K||(K={})),function(e){e.create=function(e,t){return t?{label:e,documentation:t}:{label:e}}}(z||(z={})),function(e){e.create=function(e,t,...r){let n={label:e};return Fe.defined(t)&&(n.documentation=t),Fe.defined(r)?n.parameters=r:n.parameters=[],n}}(G||(G={})),function(e){e.Text=1,e.Read=2,e.Write=3}(J||(J={})),function(e){e.create=function(e,t){let r={range:e};return Fe.number(t)&&(r.kind=t),r}}(X||(X={})),function(e){e.File=1,e.Module=2,e.Namespace=3,e.Package=4,e.Class=5,e.Method=6,e.Property=7,e.Field=8,e.Constructor=9,e.Enum=10,e.Interface=11,e.Function=12,e.Variable=13,e.Constant=14,e.String=15,e.Number=16,e.Boolean=17,e.Array=18,e.Object=19,e.Key=20,e.Null=21,e.EnumMember=22,e.Struct=23,e.Event=24,e.Operator=25,e.TypeParameter=26}(Z||(Z={})),function(e){e.Deprecated=1}(Y||(Y={})),function(e){e.create=function(e,t,r,n,i){let o={name:e,kind:t,location:{uri:n,range:r}};return i&&(o.containerName=i),o}}(Q||(Q={})),function(e){e.create=function(e,t,r,n){return void 0!==n?{name:e,kind:t,location:{uri:r,range:n}}:{name:e,kind:t,location:{uri:r}}}}(ee||(ee={})),function(e){e.create=function(e,t,r,n,i,o){let s={name:e,detail:t,kind:r,range:n,selectionRange:i};return void 0!==o&&(s.children=o),s},e.is=function(e){let t=e;return t&&Fe.string(t.name)&&Fe.number(t.kind)&&c.is(t.range)&&c.is(t.selectionRange)&&(void 0===t.detail||Fe.string(t.detail))&&(void 0===t.deprecated||Fe.boolean(t.deprecated))&&(void 0===t.children||Array.isArray(t.children))&&(void 0===t.tags||Array.isArray(t.tags))}}(te||(te={})),function(e){e.Empty="",e.QuickFix="quickfix",e.Refactor="refactor",e.RefactorExtract="refactor.extract",e.RefactorInline="refactor.inline",e.RefactorRewrite="refactor.rewrite",e.Source="source",e.SourceOrganizeImports="source.organizeImports",e.SourceFixAll="source.fixAll"}(re||(re={})),function(e){e.Invoked=1,e.Automatic=2}(ne||(ne={})),function(e){e.create=function(e,t,r){let n={diagnostics:e};return null!=t&&(n.only=t),null!=r&&(n.triggerKind=r),n},e.is=function(e){let t=e;return Fe.defined(t)&&Fe.typedArray(t.diagnostics,D.is)&&(void 0===t.only||Fe.typedArray(t.only,Fe.string))&&(void 0===t.triggerKind||t.triggerKind===ne.Invoked||t.triggerKind===ne.Automatic)}}(ie||(ie={})),function(e){e.create=function(e,t,r){let n={title:e},i=!0;return"string"==typeof t?(i=!1,n.kind=t):k.is(t)?n.command=t:n.edit=t,i&&void 0!==r&&(n.kind=r),n},e.is=function(e){let t=e;return t&&Fe.string(t.title)&&(void 0===t.diagnostics||Fe.typedArray(t.diagnostics,D.is))&&(void 0===t.kind||Fe.string(t.kind))&&(void 0!==t.edit||void 0!==t.command)&&(void 0===t.command||k.is(t.command))&&(void 0===t.isPreferred||Fe.boolean(t.isPreferred))&&(void 0===t.edit||L.is(t.edit))}}(oe||(oe={})),function(e){e.create=function(e,t){let r={range:e};return Fe.defined(t)&&(r.data=t),r},e.is=function(e){let t=e;return Fe.defined(t)&&c.is(t.range)&&(Fe.undefined(t.command)||k.is(t.command))}}(se||(se={})),function(e){e.create=function(e,t){return{tabSize:e,insertSpaces:t}},e.is=function(e){let t=e;return Fe.defined(t)&&Fe.uinteger(t.tabSize)&&Fe.boolean(t.insertSpaces)}}(ae||(ae={})),function(e){e.create=function(e,t,r){return{range:e,target:t,data:r}},e.is=function(e){let t=e;return Fe.defined(t)&&c.is(t.range)&&(Fe.undefined(t.target)||Fe.string(t.target))}}(ce||(ce={})),function(e){e.create=function(e,t){return{range:e,parent:t}},e.is=function(t){let r=t;return Fe.objectLiteral(r)&&c.is(r.range)&&(void 0===r.parent||e.is(r.parent))}}(ue||(ue={})),function(e){e.namespace="namespace",e.type="type",e.class="class",e.enum="enum",e.interface="interface",e.struct="struct",e.typeParameter="typeParameter",e.parameter="parameter",e.variable="variable",e.property="property",e.enumMember="enumMember",e.event="event",e.function="function",e.method="method",e.macro="macro",e.keyword="keyword",e.modifier="modifier",e.comment="comment",e.string="string",e.number="number",e.regexp="regexp",e.operator="operator",e.decorator="decorator"}(le||(le={})),function(e){e.declaration="declaration",e.definition="definition",e.readonly="readonly",e.static="static",e.deprecated="deprecated",e.abstract="abstract",e.async="async",e.modification="modification",e.documentation="documentation",e.defaultLibrary="defaultLibrary"}(de||(de={})),function(e){e.is=function(e){const t=e;return Fe.objectLiteral(t)&&(void 0===t.resultId||"string"==typeof t.resultId)&&Array.isArray(t.data)&&(0===t.data.length||"number"==typeof t.data[0])}}(fe||(fe={})),function(e){e.create=function(e,t){return{range:e,text:t}},e.is=function(e){const t=e;return null!=t&&c.is(t.range)&&Fe.string(t.text)}}(pe||(pe={})),function(e){e.create=function(e,t,r){return{range:e,variableName:t,caseSensitiveLookup:r}},e.is=function(e){const t=e;return null!=t&&c.is(t.range)&&Fe.boolean(t.caseSensitiveLookup)&&(Fe.string(t.variableName)||void 0===t.variableName)}}(he||(he={})),function(e){e.create=function(e,t){return{range:e,expression:t}},e.is=function(e){const t=e;return null!=t&&c.is(t.range)&&(Fe.string(t.expression)||void 0===t.expression)}}(ge||(ge={})),function(e){e.create=function(e,t){return{frameId:e,stoppedLocation:t}},e.is=function(e){const t=e;return Fe.defined(t)&&c.is(e.stoppedLocation)}}(me||(me={})),function(e){e.Type=1,e.Parameter=2,e.is=function(e){return 1===e||2===e}}(ve||(ve={})),function(e){e.create=function(e){return{value:e}},e.is=function(e){const t=e;return Fe.objectLiteral(t)&&(void 0===t.tooltip||Fe.string(t.tooltip)||N.is(t.tooltip))&&(void 0===t.location||u.is(t.location))&&(void 0===t.command||k.is(t.command))}}(ye||(ye={})),function(e){e.create=function(e,t,r){const n={position:e,label:t};return void 0!==r&&(n.kind=r),n},e.is=function(e){const t=e;return Fe.objectLiteral(t)&&a.is(t.position)&&(Fe.string(t.label)||Fe.typedArray(t.label,ye.is))&&(void 0===t.kind||ve.is(t.kind))&&void 0===t.textEdits||Fe.typedArray(t.textEdits,w.is)&&(void 0===t.tooltip||Fe.string(t.tooltip)||N.is(t.tooltip))&&(void 0===t.paddingLeft||Fe.boolean(t.paddingLeft))&&(void 0===t.paddingRight||Fe.boolean(t.paddingRight))}}(be||(be={})),function(e){e.createSnippet=function(e){return{kind:"snippet",value:e}}}(De||(De={})),function(e){e.create=function(e,t,r,n){return{insertText:e,filterText:t,range:r,command:n}}}(ke||(ke={})),function(e){e.create=function(e){return{items:e}}}(we||(we={})),function(e){e.Invoked=0,e.Automatic=1}(Ce||(Ce={})),function(e){e.create=function(e,t){return{range:e,text:t}}}(Re||(Re={})),function(e){e.create=function(e,t){return{triggerKind:e,selectedCompletionInfo:t}}}(Ee||(Ee={})),function(e){e.is=function(e){const t=e;return Fe.objectLiteral(t)&&i.is(t.uri)&&Fe.string(t.name)}}(Te||(Te={}));const Le=["\n","\r\n","\r"];var Se,Fe;!function(e){function t(e,r){if(e.length<=1)return e;const n=e.length/2|0,i=e.slice(0,n),o=e.slice(n);t(i,r),t(o,r);let s=0,a=0,c=0;for(;s<i.length&&a<o.length;){let t=r(i[s],o[a]);e[c++]=t<=0?i[s++]:o[a++]}for(;s<i.length;)e[c++]=i[s++];for(;a<o.length;)e[c++]=o[a++];return e}e.create=function(e,t,r,n){return new Pe(e,t,r,n)},e.is=function(e){let t=e;return!!(Fe.defined(t)&&Fe.string(t.uri)&&(Fe.undefined(t.languageId)||Fe.string(t.languageId))&&Fe.uinteger(t.lineCount)&&Fe.func(t.getText)&&Fe.func(t.positionAt)&&Fe.func(t.offsetAt))},e.applyEdits=function(e,r){let n=e.getText(),i=t(r,((e,t)=>{let r=e.range.start.line-t.range.start.line;return 0===r?e.range.start.character-t.range.start.character:r})),o=n.length;for(let t=i.length-1;t>=0;t--){let r=i[t],s=e.offsetAt(r.range.start),a=e.offsetAt(r.range.end);if(!(a<=o))throw new Error("Overlapping edit");n=n.substring(0,s)+r.newText+n.substring(a,n.length),o=s}return n}}(Se||(Se={}));class Pe{constructor(e,t,r,n){this._uri=e,this._languageId=t,this._version=r,this._content=n,this._lineOffsets=void 0}get uri(){return this._uri}get languageId(){return this._languageId}get version(){return this._version}getText(e){if(e){let t=this.offsetAt(e.start),r=this.offsetAt(e.end);return this._content.substring(t,r)}return this._content}update(e,t){this._content=e.text,this._version=t,this._lineOffsets=void 0}getLineOffsets(){if(void 0===this._lineOffsets){let e=[],t=this._content,r=!0;for(let n=0;n<t.length;n++){r&&(e.push(n),r=!1);let i=t.charAt(n);r="\r"===i||"\n"===i,"\r"===i&&n+1<t.length&&"\n"===t.charAt(n+1)&&n++}r&&t.length>0&&e.push(t.length),this._lineOffsets=e}return this._lineOffsets}positionAt(e){e=Math.max(Math.min(e,this._content.length),0);let t=this.getLineOffsets(),r=0,n=t.length;if(0===n)return a.create(0,e);for(;r<n;){let i=Math.floor((r+n)/2);t[i]>e?n=i:r=i+1}let i=r-1;return a.create(i,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 r=t[e.line],n=e.line+1<t.length?t[e.line+1]:this._content.length;return Math.max(Math.min(r+e.character,n),r)}get lineCount(){return this.getLineOffsets().length}}!function(e){const t=Object.prototype.toString;e.defined=function(e){return void 0!==e},e.undefined=function(e){return void 0===e},e.boolean=function(e){return!0===e||!1===e},e.string=function(e){return"[object String]"===t.call(e)},e.number=function(e){return"[object Number]"===t.call(e)},e.numberRange=function(e,r,n){return"[object Number]"===t.call(e)&&r<=e&&e<=n},e.integer=function(e){return"[object Number]"===t.call(e)&&-2147483648<=e&&e<=2147483647},e.uinteger=function(e){return"[object Number]"===t.call(e)&&0<=e&&e<=2147483647},e.func=function(e){return"[object Function]"===t.call(e)},e.objectLiteral=function(e){return null!==e&&"object"==typeof e},e.typedArray=function(e,t){return Array.isArray(e)&&e.every(t)}}(Fe||(Fe={}))}},t={};function r(n){var i=t[n];if(void 0!==i)return i.exports;var o=t[n]={id:n,loaded:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var n={};(()=>{"use strict";var e=n;Object.defineProperty(e,"__esModule",{value:!0});const t=r(3608);let i=!1;const o=[],s=async e=>{if(i)o.push(e);else{const n=[];i=!0;const a=e.data.i10lLocation;if(a)try{await t.config({uri:a}),n.push(`l10n: Configured to ${a.toString()}.`)}catch(e){n.push(`l10n: Problems loading ${a.toString()} : ${e}.`)}else n.push("l10n: No bundle configured.");await Promise.resolve().then((()=>r(5518))),self.onmessage!==s&&(o.forEach((e=>self.onmessage?.(e))),o.length=0),n.forEach(console.log)}};self.onmessage=s})(),serverExportVar=n})();
|