@salesforce/mcp-provider-lwc-experts 0.5.4 → 0.5.5
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.bundle.js +1 -1
- package/package.json +1 -1
package/index.bundle.js
CHANGED
|
@@ -68,7 +68,7 @@ import{zodToJsonSchema as e}from"zod-to-json-schema";import"node:crypto";import"
|
|
|
68
68
|
"""
|
|
69
69
|
|
|
70
70
|
The following is a revised code:
|
|
71
|
-
`);const gx="Specific issues found during the analysis. Should be empty if no issues were found.",yx=t.object({type:t.string().describe("Categorize the issue"),code:t.string().optional().describe("What is the section with the issue?"),description:t.string().describe("Why this is an issue?"),intentAnalysis:t.string().describe("What is the likely intent?"),suggestedAction:t.string().describe("How an expert should address the issue? Be as detailed as possible without adding sections.")});t.array(yx).describe(gx);const bx=t.string().describe("think about the task at hand"),vx=t.string().describe("reflect on each potential issue present in the provided section and how to fix them"),Ex=t.object({thinking:bx,reflection:vx}),wx=yx.extend({path:t.string().describe("Provide the JSON Path where the issue occurs in the blueprint using the $.<property> notation")}),Tx=t.array(wx).describe(gx);Ex.extend({issues:Tx});const Sx=yx.extend({location:t.object({startLine:t.number(),endLine:t.number().optional(),startColumn:t.number().optional(),endColumn:t.number().optional()}).describe("Provide the exact line number(s) and column number(s) where the issue occurs")}),xx=e=>t.object({thinking:bx,reflection:t.string().describe("reflect on the issues present in the provided input and how do you plan to fix each of them"),output:e}),_x=t.array(Sx).describe(gx),Ax=Ex.extend({issues:_x}),Cx="CHANGELOG.md",Px=e=>{if(e.includes("--"))throw new Error(`Component name with multiple adjacent dashes cannot be converted to camel case: ${e}`);if(e.endsWith("-"))throw new Error(`Component name ending with a dash cannot be converted to camel case: ${e}`);return e.replace(/-[a-z]/g,e=>e[1].toUpperCase()).replaceAll("-","")};var Ix;!function(e){e.HTML="html",e.JS="js",e.CSS="css",e.JS_META="js-meta.xml"}(Ix||(Ix={}));const Ox={[Ix.HTML]:".html",[Ix.JS]:".js",[Ix.CSS]:".css",[Ix.JS_META]:".js-meta.xml"},kx=t.object({path:t.string().describe("path to component file relative to LWC component bundle root"),content:t.string().describe("content of the file")}),Nx=t.object({name:t.string(),namespace:t.string(),html:t.array(kx).min(1).describe("LWC component HTML templates."),js:t.array(kx).min(1).describe("LWC component JavaScript files."),css:t.array(kx).describe("LWC component CSS files."),jsMetaXml:kx.describe("LWC component configuration .js-meta.xml file."),changeLog:t.string().describe("Human-readable changelog for the component. Must not be modified."),markdown:t.function().args(t.array(t.nativeEnum(Ix))).returns(t.string()).describe("List all files of the given types wrapped into markdown to inject in grounding"),text:t.function().args(t.nativeEnum(Ix)).returns(t.string()).describe("Access to file content")}),Dx={markdown(e){const t=(e,t)=>e.map(e=>`${e.path}:\n\`\`\`${t}\n${e.content}\n\`\`\`\n`).join("\n"),n=[];for(const r of e)switch(r){case Ix.HTML:n.push(t(this.html,"html"));break;case Ix.JS:n.push(t(this.js,"js"));break;case Ix.CSS:n.push(t(this.css,"css"));break;case Ix.JS_META:this.jsMetaXml&&n.push(t([this.jsMetaXml],"xml"))}return n.join("\n")},text(e){const t=e=>e.map(e=>e.content).join("\n");switch(e){case Ix.HTML:return t(this.html);case Ix.JS:return t(this.js);case Ix.CSS:return t(this.css);case Ix.JS_META:return this.jsMetaXml?this.jsMetaXml.content:"";default:return""}}};function Lx(e,t,n){const r={name:e,namespace:t,html:[],js:[],css:[],changeLog:n};return Reflect.setPrototypeOf(r,Dx),r}const Rx={name:"LwcCode",schema:Nx,async save(e,t){const{html:n,js:r,css:i,jsMetaXml:s,changeLog:a}=t,o=[...n,...r,...i];for(const{path:t,content:n}of o)t&&await e(t,n);s&&await e(s.path,s.content),a&&await e(Cx,a)},async load(e,t){const[n,r]=t.split("/");let i="";try{i=await e(Cx)}catch(e){}const s=Lx(r,n,i);return await Fx(s,".",e),s},generateId:({name:e,namespace:t})=>`${t}/${Px(e)}`},Mx=HT(Rx);async function Fx(e,t,n){const{files:r,directories:i}=await n.dir(t);for(const i of r){const r=jx(i);if(r){const s=d.join(t,i),a=await n(s);switch(r){case Ix.HTML:e.html.push({content:a,path:s});break;case Ix.JS:e.js.push({content:a,path:s});break;case Ix.CSS:e.css.push({content:a,path:s});break;case Ix.JS_META:e.jsMetaXml={content:a,path:s}}}}await Promise.all(i.filter(e=>!e.startsWith("__")).map(async r=>[r,await Fx(e,d.join(t,r),n)]))}function jx(e){const t=Object.entries(Ox).find(([,t])=>e.endsWith(t));return t?t[0]:null}xx(Nx);const Bx=t.object({path:t.string().trim().min(1).describe("Path to the image file"),name:t.string().trim().describe("Name of the image file"),format:t.enum(["jpeg"]).describe("Format of the image file restricted to supported formats"),content:t.string().base64().describe("Base64 encoded image data")});function Ux(e){const n=(e,t)=>{const[n,...r]=e.split(t).reverse();if(0!==r.length)return[r.reverse().join(t),n]},r=t.object({name:Bx.shape.name,format:Bx.shape.format}),[,i]=n(e,"/")??[void 0,e],[s,a]=n(i,".")??[i,""];return r.parse({name:s,format:a})}const $x={name:"ImageBundle",schema:t.object({namespace:t.string().trim().min(1).describe("Namespace of the image"),images:Bx.array()}),async save(e,t){for(const n of t.images)await e(n.path,n.content)},async load(e,t){const{files:n}=await e.dir(),r=n.map(e=>({...Ux(e),path:e})),i=await Promise.all(r.map(async t=>function(e,t,n,r){return{content:e,format:r,name:n,path:t}}(await e(t.path),t.path,t.name,t.format)));return{namespace:t,images:i}}},qx=HT($x);var Vx;!function(e){e.JAVA="java"}(Vx||(Vx={}));const Hx=t.nativeEnum(Vx),Wx=t.object({path:t.string().describe("path to file relative to message channel root"),content:t.string().describe("content of the file")}),Gx=t.object({name:t.string(),namespace:t.string(),java:Wx.describe("Message channel java file."),markdown:t.function().args(t.array(Hx)).returns(t.string()),changeLog:t.string().describe("Human-readable changelog for the message channel. Must not be modified.")});const zx={[Vx.JAVA]:".java"};function Yx(e){const t=Object.entries(zx).find(([,t])=>e.endsWith(t));return t?t[0]:null}async function Kx(e,t,n){const{files:r,directories:i}=await n.dir(t);for(const i of r){if(Yx(i)){const r=d.join(t,i),s=await n(r);e.java={content:s,path:r}}}await Promise.all(i.filter(e=>"__tests__"!==e).map(r=>Kx(e,d.join(t,r),n)))}HT({name:"MessageChannelCode",schema:Gx,async save(e,t){const{java:n,changeLog:r}=t,i=[n];for(const{path:t,content:n}of i)t&&await e(t,n);r&&await e(Cx,r)},async load(e,t){const[n,r]=t.split("/");let i="";try{i=await e(Cx)}catch(e){}const s=function(e,t,n){return{name:e,namespace:t,java:{content:"",path:""},changeLog:n}}(r,n,i);return await Kx(s,".",e),s},generateId:({name:e,namespace:t})=>`${t}/${Px(e)}`});const Jx=t.string(),Xx=t.lazy(()=>t.record(t.string(),t.union([Jx,Xx])));var Qx;!function(e){e.CMP="cmp",e.CONTROLLER="controller",e.HELPER="helper",e.RENDERER="renderer",e.CSS="css",e.DOC="doc",e.EVENT="event",e.DESIGN="design",e.INTERFACE="interface",e.LIBRARY="lib",e.UNKNOWN="unknown"}(Qx||(Qx={}));const Zx=t.nativeEnum(Qx),e_={[Qx.CMP]:".cmp",[Qx.CONTROLLER]:"Controller.js",[Qx.HELPER]:"Helper.js",[Qx.RENDERER]:"Renderer.js",[Qx.CSS]:".css",[Qx.DOC]:".auradoc",[Qx.EVENT]:".evt",[Qx.DESIGN]:".design",[Qx.INTERFACE]:".intf",[Qx.LIBRARY]:".lib"},t_=t.object({type:Zx,content:Jx}),n_=t.lazy(()=>t.record(t.string(),t.union([t_,n_]))),r_=t.lazy(()=>t.record(t.string(),t_)),i_=t.lazy(()=>t.object({componentName:t.string(),files:n_,dependencies:t.record(t.string(),i_),filesByType:t.function().args(t.array(Zx).optional()).returns(r_),markdown:t.function().args(t.array(Zx).optional()).returns(t.string())}));t.object({methods:t.array(t.object({identifier:t.string().describe("The method name"),description:t.string().describe("A detailed summary of the method")}))});const s_=e=>t_.safeParse(e).success,a_={name:"AuraCode",schema:i_,async save(e,t){const n=async(e,t)=>{if(0!==Object.keys(e).length)for(const[r,i]of Object.entries(e))s_(i)?await t(r,i.content):await n(i,t)};await n(t.files,e)},async load(e,t,n){const r=t.replace("/",":");return{componentName:r,files:await c_(".",e),dependencies:await l_(r,e,n),filesByType(e=[]){return p_(this.files,e)},markdown(e=[]){return function(e,t){return`## ${e}\n`+Object.entries(t).map(([e,t])=>{if("string"==typeof t.content){return`### ${e}\n`+`\`\`\`${t.content}\`\`\`\n`}}).join("\n")}(this.componentName,p_(this.files,e))}}},generateId:e=>e.componentName.replace(":","/")},o_=HT(a_);async function l_(e,t,n){const{files:r}=await t.dir("."),i=r.find(e=>e.endsWith(".metadata.json")),s=i?await(async e=>{try{const n=await t(e);return Object.keys(JSON.parse(n).dependencies)}catch(e){return console.error(e),[]}})(i):[],a=await Promise.all(s.map(async e=>{try{const t=await n(o_,e.replace(":","/"));return[e,t]}catch(e){return console.log(e),null}}));return Object.fromEntries(a.filter(e=>!!e))}async function c_(e,t){const{files:n,directories:r}=await t.dir(e),i=await Promise.all(n.map(async n=>[n,{type:u_(n),content:await t(d.join(e,n))}])),s=await Promise.all(r.map(async n=>[n,await c_(d.join(e,n),t)]));return{...Object.fromEntries(i),...Object.fromEntries(s)}}function u_(e){const t=Object.entries(e_).find(([,t])=>e.includes(t));return t?t[0]:(console.log(`Cannot identify file type for ${e}`),Qx.UNKNOWN)}function p_(e,t=[]){if(t.length<1)return d_(e);const n=(r=Object.entries(d_(e)),i=e=>e[1].type,r.reduce((e,t)=>{const n=i(t);return e[n]||(e[n]=[]),e[n].push(t),e},{}));var r,i;const s=Object.keys(n).filter(e=>t.includes(e)).reduce((e,t)=>(e[t]=n[t],e),{}),a=Object.values(s).flat();return Object.fromEntries(a)}function d_(e){const t={};return Object.keys(e).forEach(n=>{const r=e[n];"object"==typeof r&&"content"in r?t[n]=r:Object.assign(t,d_(r))}),t}const h_=t.object({componentName:t.string().describe("Custom element constructor"),tagName:t.string().describe("Custom element registration name"),overview:t.object({description:t.string().describe("A brief description of the component's purpose"),context:t.string().describe("How this component fits into the larger application")}).describe("General information about the component")}),f_=h_.extend({}).catchall(t.unknown()),m_=t.object({staticReferences:t.array(t.object({type:t.enum(["label","resource","asset","url"]),value:t.string().describe('for label, use "@salesforce/label/<labelReference>", for static-resource use "@salesforce/resourceUrl/<resourceReference>"), for asset use "@salesforce/contentAssetUrl/<contentAssetReference>"'),what:t.string().describe("What is this reference for"),why:t.string().describe("Why is this reference important")})).optional().describe("List of static value references needed for the component to function, if any"),contentRequirements:t.array(t.object({name:t.string().describe("Name of the content element"),what:t.string().describe("What needs to be displayed or handled"),why:t.string().describe("Reasoning behind this content requirement"),constraints:t.string().optional().describe("Any limitations or special considerations")})).describe("List of content elements required in the component, if any"),dataRequirements:t.array(t.object({name:t.string().describe("Name of the data element"),what:t.string().describe("What data is needed and how it's used"),why:t.string().describe("Reasoning behind this data requirement"),source:t.string().describe("Where the data comes from (e.g., public property of the component, event payload, global data provider, wired adapter, fetched, derived, etc.)")})).describe("List of data elements required by the component, if any"),interactions:t.array(t.object({name:t.string().describe("Name of the interaction"),what:t.string().describe("What the interaction does"),why:t.string().describe("Reasoning behind this interaction"),triggers:t.string().describe("What initiates this interaction"),outcome:t.string().describe("Expected result of the interaction")})).describe("List of user interactions supported by the component, if any"),componentCommunication:t.array(t.object({name:t.string().describe("Name of the communication event"),what:t.string().describe("What information is communicated? Is the component receiving or sending information?"),why:t.string().describe("Purpose of this communication")})).describe("How the component communicates with other parts of the application, if any"),states:t.array(t.object({name:t.string().describe("Name of the state"),what:t.string().describe("What this state represents"),why:t.string().describe("Why this state is important")})).describe("Different states the component can be in, this is often a function of the data used by the component, if any"),accessibility:t.array(t.object({feature:t.string().describe("Name of the accessibility feature"),what:t.string().describe("What needs to be done for accessibility"),why:t.string().describe("Why this accessibility feature is important")})).describe("Accessibility requirements for the component, if any"),responsiveness:t.array(t.object({scenario:t.string().describe("Description of the responsive scenario"),what:t.string().describe("What needs to change in this scenario"),why:t.string().describe("Why this change is necessary")})).describe("How the component should adapt to different screen sizes or devices, if needed"),styling:t.array(t.object({aspect:t.string().describe("Aspect of styling being described"),what:t.string().describe("What styling should be applied"),why:t.string().describe("Reasoning behind this styling decision")})).describe("Styling requirements for the component, if any"),localization:t.array(t.object({aspect:t.string().describe("Aspect of localization being described"),what:t.string().describe("What needs to be localized"),why:t.string().describe("Why this localization is important")})).describe("Localization requirements for the component, if any"),security:t.array(t.object({requirement:t.string().describe("Security requirement being addressed"),what:t.string().describe("What needs to be done for security"),why:t.string().describe("Why this security measure is important")})).describe("Security considerations for the component, if needed"),acceptanceCriteria:t.array(t.object({criterion:t.string().describe("Description of the acceptance criterion"),what:t.string().describe("What needs to be validated"),why:t.string().describe("Why this criterion is important")})).describe("Criteria for accepting the component as complete, at least one"),unknowns:t.array(t.object({ref:t.string().describe('A descriptor reference to the artifact, often following "<namespace>:<name>" format'),what:t.string().describe("What needs to be investigated"),why:t.string().describe("Why this unknown is important")})).describe("Any additional information that is required to fully describe the UI experience")}),g_={Blueprint:h_.extend(m_.shape),BaseBlueprint:f_},y_={schema:g_.Blueprint,async save(e,t){await e("blueprint.json",JSON.stringify(t,null,2))},async load(e){const t=JSON.parse(await e("blueprint.json")),{tagName:n}=t;if(n.indexOf(":")>0){const[e,r]=n.split(":");t.tagName=`${(e=>{const t=e.replace(/[A-Z]/g,e=>`_${e.toLowerCase()}`);if(t.startsWith("_"))throw new Error(`Namespace starting with capital letter cannot be converted: ${e}`);return t})(e)}-${(e=>{const t=e.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`);if(t.startsWith("-"))throw new Error(`Component name starting with capital letter cannot be converted to kebab: ${e}`);return t})(r)}`}return t},generateId({tagName:e}){const[t,...n]=e.split("-");return`${(e=>{if(e.includes("-"))throw new Error(`Namespace with dashes cannot be converted to camel case: ${e}`);return e.replace(/_[a-z]/g,e=>e[1].toUpperCase()).replaceAll("_","")})(t)}/${Px(n.join("-"))}`}};HT({...y_,name:"Blueprint"}),HT({...y_,name:"Blueprint",schema:g_.BaseBlueprint});const b_=t.string().describe("name for the mock data file"),v_=t.unknown().describe("the contents for the mock data"),E_={name:"JestTests",schema:t.object({name:t.string(),namespace:t.string(),jestCode:t.string().describe("A single string containing the full Jest test code, including a top-level describe() block and it() tests blocks"),mockData:t.array(t.record(b_,v_)).optional().describe("Jest wire mock data")}),async save(e,t){const{name:n,namespace:r,jestCode:i}=t;await e("metadata.json",JSON.stringify({name:n,namespace:r}));const s=Px(n);await e(d.join("__tests__",`${s}.test.js`),i)},async load(e){const{name:t,namespace:n}=JSON.parse(await e("metadata.json")),r=Px(t),i=await e(d.join("__tests__",`${r}.test.js`)),s=d.join("__tests__","data");let a=[];if(await e.exists(s)){const t=(await e.dir(s)).files.filter(e=>e.endsWith(".json"));console.debug(`Reading existing mock data files : ${t}`),a=(await Promise.all(t.map(async t=>{const n=JSON.parse(await e(d.join(s,t)));return Object.keys(n).length>0?{[d.parse(t).name]:n}:null}))).filter(e=>null!==e)}return{name:t,namespace:n,jestCode:i,mockData:a}},generateId:({name:e,namespace:t})=>`${t}/${e}`};HT(E_);const w_=t.object({name:t.string(),namespace:t.string(),json:t.string().describe("JSON with UTAM Page Object, cannot be empty")}),T_=t.lazy(()=>t.object({name:t.string().describe("Descriptive name of the element in camelCase format"),type:t.string().optional().describe("Type of the element"),selector:t.object({css:t.string().optional().describe("CSS Selector to locate element inside its parent element or component root")}).describe("Selector to locate element inside its parent element or component root"),elements:t.array(T_).optional().describe("Nested elements inside current element")})),S_=t.object({elements:t.array(T_).optional().describe("List of Page Object elements")});HT({name:"PageObject",schema:w_,async save(e,t){const{name:n,json:r}=t;await e(d.join("__utam__",`${Px(n)}.utam.json`),r)},async load(e,t){const[n,r]=t.split(d.sep);return{namespace:n,name:r,json:await e(d.join("__utam__",`${r}.utam.json`))}},generateId:({name:e,namespace:t})=>`${t}/${Px(e)}`});const x_={Prompt:t.object({componentName:t.string().optional().describe("Name of the component to be generated."),prompt:t.string().describe("Description of the user experience for the component.")})},__={schema:x_.Prompt,async save(e,t){await e("prompt.txt",t.prompt)},async load(e){const t=JSON.parse(await e("prompt.json"));return x_.Prompt.parse(t)}};async function A_(e,t,n){const{reviewers:r,reviewsLabel:i,reviewersLabel:s}=n,a={};Object.entries(r).forEach(([t,n])=>{a[t]=dS(t,t=>n(t,e))});const o=function(e,t){const n=Tw.from(t);return dS(e,async t=>{const r=await pS(e,e=>`Map[${e}]`,"map");return n.invoke(t,r)})}(i||"Reviews",a);return fS(s||"Reviewers",o,t)}async function C_(e,t,n){const{reviewOptions:r,refactorOptions:i,evaluation:s=async e=>e.output}=n,a=hS("Enhancing",[async t=>A_(e,t,r),async n=>{if(function(e){return 0===Array.prototype.concat(...Object.entries(e).map(([,e])=>e)).length}(n))return{output:t,review:""};const r=function(e){return Object.entries(e).filter(([,e])=>Reflect.ownKeys(e).length>0).map(([e,t])=>`\n ## ${e}\n \n \`\`\`yaml\n ${function(e,t,n){let r=null;if(Array.isArray(t)&&(r=t),void 0===e){const{keepUndefined:e}={};if(!e)return}return es(e)&&!r?e.toString(n):new co(e,r,n).toString(n)}({ISSUES:t})}\n \`\`\``).join("\n")}(n);return async function(e,t,n,r){const{refactorOutput:i,request:s,grounding:a,validateOutput:o,normalizeOutput:l}=r,c=await fx(a(t,n),s,{OutputSchema:xx(i)},"OutputSchema",e,async e=>(o&&await o(e.output),e));return{output:l(c.output),review:n,thinking:c.thinking,reflection:c.reflection}}(e,t,r,i)},async e=>s(e)]);return fS("Enhancing",a,t)}var P_;function I_(e){return!e||0===Object.keys(e).length||Object.values(e).some(e=>k_(e.maturity,P_.GA))}HT({...__,name:"Prompt"}),function(e){e.NON_GA="NON_GA",e.GA="GA"}(P_||(P_={}));const O_={[P_.GA]:2,[P_.NON_GA]:1};function k_(e,t){return O_[e]>=O_[t]}function N_(e,t,n){const r=function(e,t){if(t){const{isEnforceNonGAMode:n}=t;return!0===n?P_.NON_GA:I_(e)?P_.GA:P_.NON_GA}return function(){const e=process.env.MATURITY;return e&&O_[e]?e:P_.GA}()}(t,n),i=Object.entries(t).reduce((e,[t,n])=>{const i=t,s=n;return k_(s.maturity,r)&&(e[i]=s),e},{});return 0===Object.keys(i).length&&console.debug(`${e}: no reviewers loaded for maturity level >= ${r}`),i}function D_(e){return I_(e)?P_.GA:P_.NON_GA}const L_=t.object({path:t.string().min(1).describe("Full filesystem path to the LWC component bundle, which is the folder that contains the lwc component")});const R_=t.object({componentName:t.string().min(1).describe("Name of the LWC component"),files:t.union([t.record(t.string()),t.string()]).transform(e=>{if("object"==typeof e&&null!==e)return e;if("string"==typeof e)try{const t=JSON.parse(e);if("object"==typeof t&&null!==t&&!Array.isArray(t))return t;throw new Error("Parsed JSON must be an object (not array or primitive)")}catch(e){const t=e instanceof Error?e.message:"Unknown parsing error";throw new Error(`Failed to parse files parameter as JSON: ${t}`)}throw new Error("Files parameter must be either an object or a JSON string")}).describe("Component files as key-value pairs where key is filename and value is file content. Can be passed as an object or JSON string.")});async function M_(e,t){const n=function(e){const t=async function(t){const n=e[t];if(n)return n;const r=Object.keys(e).join(", ");throw new Error(`File not found: ${t}. Available files: ${r}`)};return t.dir=async function(t){const n=t?`${t}/`:"";return{files:Object.keys(e).filter(e=>t?e.startsWith(n):!e.includes("/")).map(e=>e.replace(n,"")),directories:[]}},t.exists=async function(t){return void 0!==e[t]},t}(t),r=await Rx.load(n,e);let i;try{i=await E_.load(n)}catch(e){i=null}return{lwcCode:r,jestTests:i}}async function F_(e,t,n,r){const i=r.parse(n),s=i.componentName,a=await async function(e,t,n){let r;const i=`${t}: ${e}`;sS&&(r=new xv({name:e,run_type:t,inputs:n}),cS.info(`[${qT()}: ${t}: ${e}] Running...`),await r.postRun());return{async error(i,s){cS.error(`[${qT()}: ${t}: ${e}] Error: ${i}`),cS.debug(JSON.stringify({input:n,output:s},null,2)),r&&(await r.end({error:i,outputs:s}),await r.patchRun())},async success(i){cS.info(`[${qT()}: ${t}: ${e}] Ok`),cS.debug(JSON.stringify({input:n,output:i},null,2)),r&&(await r.end(i),await r.patchRun())},get run(){return r},get name(){return i}}}(`MCP[${e}][${t}][${s}]`,"chain",i);return{tracer:a,componentName:s,parsedArgs:i}}L_.extend({plan:t.string().min(1).describe("The test plan for the LWC component")}),R_.extend({plan:t.string().min(1).describe("The test plan for the LWC component")}),t.object({componentName:t.string().min(1).describe("The name of the LWC component to be created"),prd:t.string().min(1).describe("The PRD describing the details of the user experience for the LWC component")});class j_ extends Hi{constructor(e,t){super({...e,reviewersMaturity:D_(e.reviewers)},t)}getToolsets(){return[g.LWC_EXPERTS]}}const B_="create_lwc_component",U_="create_lwc_jest_tests",$_="guide_lwc_accessibility",q_="guide_lwc_best_practices",V_="guide_lwc_development",H_="guide_lwc_slds2_uplift_linter_fixes",W_="review_lwc_jest_tests",G_="orchestrate_lwc_component_optimization",z_="orchestrate_lwc_component_testing",Y_="explore_lds_uiapi",K_="guide_lds_data_consistency",J_="guide_lds_referential_integrity",X_="orchestrate_lds_data_requirements",Q_="verify_aura_migration_completeness",Z_="guide_figma_to_lwc_conversion";class eA extends j_{constructor(e){super({name:Q_,title:"Aura to LWC Migration Completeness Checklist",description:"Completeness Checklist for aura to LWC conversion using this tool."},e)}exec(){return{content:[{type:"text",text:"\n# Aura to LWC Conversion Completeness Checklist\n\nYou are a Salesforce principal architect. Your task is to help a developer verify whether their conversion of a Salesforce Aura component to a Lightning Web Component (LWC) is truly complete. This is a developer-focused self-checklist, not a platform evaluation or LLM-as-judge scenario. The goal is to provide confidence and clarity for the developer, not to benchmark platform performance.\n\n## Instructions\n\n1. **Review the Completeness Metrics:**\n For each of the following metrics, use the provided rating to assess the LWC conversion. For each metric, select one of the following qualitative ratings:\n - **Excellent**: Perfect or near-perfect match in understanding and detail\n - **Good**: Strong understanding with minor differences\n - **Satisfactory**: Adequate understanding with some notable differences\n - **Limited**: Basic understanding with significant gaps\n - **Poor**: Major misunderstandings or omissions\n - **Missing**: Issue completely overlooked or fatally misunderstood\n\n2. **For Each Metric:**\n - State the metric and its description\n - Assign a rating (from the list above)\n - Provide a brief justification for the rating\n - Optionally, add one or two sentences explaining any gaps, strengths, or issues\n\n3. **Checklist Output:**\n - Present your results as a list, not a table\n - For each metric, include:\n - Metric name\n - Description\n - Rating\n - Justification/comments\n\n4. **Summary and Recommendations:**\n - At the end, summarize your overall confidence in the conversion's completeness\n - List specific, actionable recommendations to address any gaps or issues\n\n5. **Context:**\n - The component name is: `{{componentName}}`\n - The Aura component file is: `{{componentName}}.cmp`\n - The LWC template file is: `{{componentName}}.html`\n - You have access to supporting files such as controllers, helpers, CSS, blueprints, Jest tests (in `__tests__`), and UTAM page objects (in `__utam__`).\n\n6. **Important Notes:**\n - This checklist is a comprehensive aid for developers to verify their work, not a judge of platform performance.\n - The resulting ratings are confidence measures for the developer, not benchmarks.\n - Each metric could, in the future, have a more detailed, dedicated tool for finer-grained verification, but avoid duplicating existing tools unless a true gap is identified.\n - If you find that guidance is unclear or tools are not being applied consistently, note this as a potential process/tooling gap.\n\n## Completeness Metrics and Scoring\n\n- **Functional Parity**: Are all user-facing features, states, and flows from the Aura component present in the LWC?\n - *Excellent*: All features and flows are present and work as intended.\n - *Good*: Minor features or flows are missing or slightly altered.\n - *Satisfactory*: Most features are present, but some notable differences exist.\n - *Limited*: Several important features are missing or incomplete.\n - *Poor*: Major features are missing or broken.\n - *Missing*: No attempt at parity.\n\n- **Event Handling**: Are all events (custom, platform, UI) handled equivalently in the LWC?\n - *Excellent*: All events are handled as in Aura.\n - *Good*: Minor event handling differences.\n - *Satisfactory*: Most events handled, some notable gaps.\n - *Limited*: Several events missing or mishandled.\n - *Poor*: Major event handling missing.\n - *Missing*: No event handling present.\n\n- **Data Binding & State**: Are all data flows, attributes, and state transitions preserved and correctly mapped?\n - *Excellent*: All data/state flows are preserved and correct.\n - *Good*: Minor data/state differences.\n - *Satisfactory*: Most data/state flows present, some gaps.\n - *Limited*: Several data/state flows missing.\n - *Poor*: Major data/state issues.\n - *Missing*: No data/state mapping.\n\n- **UI/UX Parity**: Is the user interface (including accessibility, responsiveness, and SLDS usage) equivalent?\n - *Excellent*: UI/UX matches or improves on Aura.\n - *Good*: Minor UI/UX differences.\n - *Satisfactory*: Most UI/UX present, some gaps.\n - *Limited*: Several UI/UX issues.\n - *Poor*: Major UI/UX issues.\n - *Missing*: No UI/UX parity.\n\n- **Extensibility & Modularity**: Is the LWC designed for maintainability and future extension?\n - *Excellent*: Highly modular and extensible.\n - *Good*: Minor modularity/extensibility issues.\n - *Satisfactory*: Adequate, but some concerns.\n - *Limited*: Several modularity/extensibility issues.\n - *Poor*: Major issues.\n - *Missing*: Not modular/extensible.\n\n- **Error Handling**: Are all error states and recovery actions present and clear in the LWC?\n - *Excellent*: All error handling present and clear.\n - *Good*: Minor error handling gaps.\n - *Satisfactory*: Most error handling present, some gaps.\n - *Limited*: Several error handling issues.\n - *Poor*: Major error handling missing.\n - *Missing*: No error handling.\n\n- **Localization**: Are all labels/messages localized as in Aura?\n - *Excellent*: All localization present.\n - *Good*: Minor localization gaps.\n - *Satisfactory*: Most localization present, some gaps.\n - *Limited*: Several localization issues.\n - *Poor*: Major localization missing.\n - *Missing*: No localization.\n\n- **Security & Access Control**: Are there any regressions in data access or exposure?\n - *Excellent*: No regressions, all controls present.\n - *Good*: Minor security/access gaps.\n - *Satisfactory*: Most controls present, some gaps.\n - *Limited*: Several security/access issues.\n - *Poor*: Major security/access issues.\n - *Missing*: No security/access controls.\n\n- **Performance**: Is the LWC at least as performant, or improved, compared to Aura?\n - *Excellent*: Performance matches or improves on Aura.\n - *Good*: Minor performance differences.\n - *Satisfactory*: Most performance present, some gaps.\n - *Limited*: Several performance issues.\n - *Poor*: Major performance issues.\n - *Missing*: No performance consideration.\n\n- **Salesforce Best Practices**: Does the LWC follow modern Salesforce LWC and SLDS guidelines?\n - *Excellent*: All best practices followed.\n - *Good*: Minor best practice gaps.\n - *Satisfactory*: Most best practices followed, some gaps.\n - *Limited*: Several best practice issues.\n - *Poor*: Major best practice issues.\n - *Missing*: No best practices followed.\n\n- **Jest Test Coverage**: Are Jest unit tests present (usually in a `__tests__` folder) and do they cover key logic?\n - *Excellent*: Comprehensive test coverage.\n - *Good*: Minor test coverage gaps.\n - *Satisfactory*: Most key logic covered, some gaps.\n - *Limited*: Several test coverage issues.\n - *Poor*: Major test coverage missing.\n - *Missing*: No tests present.\n\n- **UTAM Page Objects**: Are UTAM page objects generated (usually in a `__utam__` folder) for UI automation?\n - *Excellent*: Comprehensive UTAM coverage.\n - *Good*: Minor UTAM coverage gaps.\n - *Satisfactory*: Most key UI flows covered, some gaps.\n - *Limited*: Several UTAM coverage issues.\n - *Poor*: Major UTAM coverage missing.\n - *Missing*: No UTAM page objects present.\n\n---\n\n## Example Output Structure\n\n```\n# Aura to LWC Conversion Completeness Checklist\n\n- **Functional Parity**\n - Description: Are all user-facing features, states, and flows from the Aura component present in the LWC?\n - Rating: Good\n - Justification: All major features are present, but one minor flow is missing.\n - Comments: The save flow is slightly different, but overall parity is strong.\n\n- **Event Handling**\n - Description: Are all events (custom, platform, UI) handled equivalently in the LWC?\n - Rating: Excellent\n - Justification: All events are handled as in Aura.\n\n... (repeat for each metric)\n\n# Summary\n\nOverall, the conversion is strong, with only minor gaps in functional parity and localization. Confidence in completeness is high.\n\n# Recommendations\n\n- Address the missing flow in functional parity.\n- Improve localization for error messages.\n```\n\n---\n\n**End of Prompt Template**\n"}]}}}const tA=`You are a specialized assistant focused on converting Figma designs into a LWC Component.\n\nTASK: Analyze the provided Figma frame and generate a complete PRD following the specified structure, then call the \`${B_}\` tool to generate the LWC Component.\n\nPRD Generation Process:\n1. Analyze the Figma frame carefully, identifying all visual elements, interactions, data structures, and component relationships\n2. Extract relevant component information including:\n- Visual hierarchy and content elements\n- Interactive elements and their behaviors\n- Data requirements and dependencies\n- Design patterns and styling information\n- Accessibility considerations\n- Responsive behaviors\n\n3. Organize this information according to the PRD blueprint schema\n4. Generate a comprehensive markdown document that fully describes the component requirements\n\nGUIDELINES FOR KEY SECTIONS:\n\nFor componentName and tagName:\n- Use a descriptive name based on the component's purpose\n- Follow naming conventions: camelCase for componentName (e.g., "productCard") and kebab-case for tagName (e.g., "product-card")\n\nFor contentRequirements:\n- Identify all visual elements in the Figma frame that display content\n- Document text blocks, images, icons, buttons, and other UI elements\n- Explain what each element displays and why it's necessary\n\nFor dataRequirements:\n- Determine what data is needed to power each content element\n- Identify where the data should come from (properties, events, etc.)\n- Document how the data will be used\n\nFor interactions:\n- Document all user interactions visible in the design (clicks, hovers, etc.)\n- Describe the expected behavior for each interaction\n- Explain the purpose behind each interaction\n\nFor componentCommunication:\n- Identify events the component should emit or listen for\n- Describe what data should be passed in these communications\n- Explain why this communication is necessary\n\nFor states:\n- Identify different visual states shown in the design (default, hover, active, error, etc.)\n- Document conditions that trigger state changes\n- Explain the purpose of each state\n\nFor accessibility, responsiveness, styling, localization, and security:\n- Extract any relevant information from the design\n- Make reasonable assumptions where the design doesn't specify these aspects\n- Provide detailed requirements that align with best practices\n\nOUTPUT FORMAT:\nProvide the complete PRD as a valid markdown document. Ensure all required fields are completed with detailed, specific information extracted from the Figma design.`;class nA extends j_{constructor(e){super({name:Z_,title:"Figma Guide LWC Conversion",description:"Prior to generating an LWC component from a Figma design, you must call this tool to understand how to do this for salesforce."},e)}exec(){return{content:[{type:"text",text:tA}]}}}const rA=t.object({prd:t.string().optional().describe("Optional: The Product Requirements Document content for context-aware guidance")}),iA=e=>`\n# LWC Component Generator\n\nThe following describes the process of generating a new LWC component from a PRD.\n\n${e?`\n## PRD Context\n\nYou are implementing this specific component based on the following PRD:\n\n${e}\n\nUse this PRD as the foundation for all implementation decisions below.\n\n`:""}\n## Implementation Steps\n\n1. Create a new folder for the new lwc component\n2. Create the corresponding files with the generated draft code:\n - \`<componentName>.html\` - HTML template\n - \`<componentName>.js\` - JavaScript controller\n - \`<componentName>.css\` - CSS styling\n - \`<componentName>.js-meta.xml\` - Metadata file\n\n## Code Generation\n\nYou are an expert in Salesforce Lightning Web Components (LWC). You can generate LWC code based on a PRD, which describes the UI experience, including its purpose, behavior, and requirements. It focuses on the **"what"** and **"why"** of the component, excluding implementation details. Your job is to decide **"how"** to implement the component based on the PRD.\n\n1. **Examine the PRD**:\n - Review the PRD line by line to understand the UI experience, including its purpose, behavior, and requirements.\n - Identify key elements such as data requirements, interactions, states, and styling.\n\n2. **Map PRD Details to LWC Code**:\n - Translate each detail from the PRD into the LWC code.\n - Ensure the code reflects the structure and behavior described in the PRD.\n\n3. **Include Extensive Code Comments**:\n - Add detailed comments to explain the purpose and functionality of each part of the code.\n - Use comments to clarify complex or uncertain areas.\n\n4. **Highlight Areas Needing Further Review**:\n - Mark areas requiring additional input or clarification with \`// TODO:\` comments.\n - Provide clear explanations of what needs to be addressed.\n - See if there is any of the available MCP tools can help you to generate the code for the TODOs, if so, use them.\n\n5. **Limit Code to PRD Features**:\n - Only include features and behaviors explicitly described in the PRD.\n - Avoid adding extra features or enhancements not specified in the PRD.\n\n6. **Produce Valid LWC Code**:\n - Generate valid LWC JavaScript, HTML, and CSS that adheres to the PRD.\n - Ensure the code adheres to LWC best practices and Salesforce standards.\n\n7. **The metadata file should**:\n - Include the description of the component.\n - Expose the component only if its access level is specified as GLOBAL in the PRD. Otherwise, it should remain unexposed.\n - List only the properties, attributes, and events explicitly defined in the PRD, and include them in <property> and <event> tags, respectively, if supported by the specified targets.\n - Include only the targets explicitly defined in the PRD (e.g., AppPage, RecordPage, HomePage).\n - Align each <property> tag with the corresponding public @api property in the LWC class, ensuring configuration details like picklistValues, default, and other settings are specified where applicable.\n - Adhere strictly to Salesforce's .js-meta.xml standards and avoid including unnecessary or unsupported elements.\n\n## Rules:\n- **Adhere Strictly to the PRD**:\n - Follow the PRD's details precisely; do not deviate or make assumptions.\n- **Abstractions and Dependencies**\n - The component must encapsulate all logic and UI, avoid abstracting parts of the UI into other components unless the abstraction is provided by Salesforce or is a standard Salesforce component\n- **Comment Uncertain Areas**:\n - Clearly mark and explain any uncertain areas instead of making assumptions.\n- **Skip Extra Features**:\n - Do not include features or enhancements not explicitly described in the PRD.\n\n### Example of LWC Code:\n\n\`\`\`javascript\nimport { LightningElement, api } from 'lwc';\n\nexport default class ExampleComponent extends LightningElement {\n // Define public properties based on the PRD's data requirements.\n @api foo; // Public property "foo" has defined in the PRD.\n\n // Add private properties if needed.\n privateBar = '...'; // Private property "bar" as an implementation detail not present in the PRD.\n\n // Implement logic for handling interactions and state changes.\n handleClick() {\n ...\n }\n}\n\`\`\`\n\n\`\`\`HTML \n<template>\n <div class={privateBar}>\n <template lwc:if={foo}>\n \x3c!-- ... --\x3e\n </template>\n <template lwc:else>\n \x3c!-- ... --\x3e\n </template>\n </div>\n</template>\n\`\`\`\n\nQuality Assurance:\n\nReview for Completeness: Ensure all PRD details are addressed in the new code in a form of code or comments.\nCheck for Clarity: Verify that comments are clear and provide sufficient context.\nValidate Against PRD: Confirm that the new code adheres strictly to the PRD's requirements.\n\n## Next Steps\n\n1. Review and refine the generated component code\n2. Use \`${G_}\` with task \`optimize\` to optimize your new component\n3. Use \`${z_}\` with task \`test\` to create tests for your new component\n4. Use \`${Y_}\` to get the documentation for adapters and data types when using LDS APIs\n`;class sA extends j_{constructor(e){super({name:B_,title:"LWC Create Component",description:"Use this tool to create a Lightning Web Component (LWC) from a Product Requirement Document (PRD).",inputSchema:rA.shape},e)}exec(e){return function(e){const{prd:t}=rA.parse(e);return{content:[{type:"text",text:iA(t)}]}}(e)}}const aA="### LWC Jest Testing Knowledge: Event Bubbling, Wire Adapters, DOM Verification, and Best Practices\n\n#### 1. Template Directives: `lwc:if`, `lwc:elseif`, `for:each`\n\n##### **Directives in Example Template**\n- `lwc:if={data}`: Renders list if data is present.\n- `for:each={data}`: Loops through items to render child components.\n- `lwc:if={selectedItem}`: Renders selected item details if present.\n- `lwc:elseif={error}`: Renders error panel if error is present.\n\n##### **Required Mocks for Each Directive**\n| Directive | Required Mock Example |\n|-------------------------|----------------------------------------------|\n| `lwc:if={data}` | `data: [...]` or just `emit([...])` |\n| `for:each={data}` | Each item must have all used properties (e.g., `id`) |\n| `lwc:if={selectedItem}` | Simulate event to set `selectedItem` to a full item object |\n| `lwc:elseif={error}` | Use `error()` or `{ data: undefined, error: {...} }` |\n\n---\n\n#### 2. Wire Adapter Mocking: Good vs Bad\n\n##### **Good:** (Property wire adapter, sfdx-lwc-jest)\n```js\n// For data\nyourWireAdapter.emit(mockData); // mockData is an array\n\n// For error\nyourWireAdapter.error(mockError); // mockError is an object\n```\n\n##### **Bad:**\n```js\n// BAD: Emitting an object for property wire adapter\nyourWireAdapter.emit({ data: mockData, error: undefined });\n// This will cause data to be undefined in the template\n```\n\n---\n\n#### 3. Event Dispatching for Selection\n\n##### **Good:**\n```js\nchildComponentEls[0].dispatchEvent(\n new CustomEvent('itemselect', {\n detail: ITEM,\n bubbles: true\n })\n);\n```\n\n##### **Bad:**\n```js\n// BAD: Adding a custom target property (not needed for LWC Jest)\nconst customEvent = new CustomEvent('itemselect', { ... });\nObject.defineProperty(customEvent, 'target', { value: { item: ITEM } });\nchildElement.dispatchEvent(customEvent);\n```\n\n---\n\n#### 4. Wire Adapter Mock Setup\n\n##### **Good:**\n```js\njest.mock(\n '@salesforce/apex/YourApexClass.yourWireAdapter',\n () => {\n const { createApexTestWireAdapter } = require('@salesforce/sfdx-lwc-jest');\n return { default: createApexTestWireAdapter(jest.fn()) };\n },\n { virtual: true }\n);\n```\n\n##### **Bad:**\n```js\n// BAD: Creating the adapter directly in the test file\nimport { createApexTestWireAdapter } from '@salesforce/sfdx-lwc-jest';\nimport yourWireAdapter from '@salesforce/apex/YourApexClass.yourWireAdapter';\nconst yourWireAdapterInstance = createApexTestWireAdapter(yourWireAdapter);\n```\n\n---\n\n#### 5. Async Handling\n\n##### **Good:**\n```js\nasync function flushPromises() {\n return Promise.resolve();\n}\n// ...\nawait flushPromises();\n```\n\n##### **Bad:**\n```js\n// BAD: Using await Promise.resolve() everywhere (less clear, less reusable)\nawait Promise.resolve();\n```\n\n---\n\n#### 6. Accessibility Testing\n\n##### **Good:**\nTest accessibility in all major states:\n```js\nawait expect(element).toBeAccessible();\n```\n- When data is present\n- When error is present\n- When an item is selected\n\n##### **Bad:**\nOnly testing accessibility in one state.\n\n---\n\n#### 7. Data Source\n\n##### **Good:**\nUse realistic data, optionally from JSON files:\n```js\nconst mockData = require('./data/mockData.json');\n```\n\n##### **Acceptable:**\nInline JS objects (if small/simple):\n```js\nconst mockData = [ ... ];\n```\n\n---\n\n#### 8. Test Structure: Reference vs Generated\n\n##### **Reference Style (Best Practice):**\n- Uses `jest.mock` for wire adapter\n- Uses `flushPromises` helper\n- Dispatches events without custom target\n- Tests all major states (data, error, selection)\n- Accessibility tested in all states\n- Realistic data\n\n##### **Generated Style (Before Refactor):**\n- Used direct adapter creation\n- Sometimes emitted `{ data: ..., error: ... }` (incorrect for property wire)\n- Added custom target to events\n- Accessibility only in one state\n- Defensive code for undefined\n\n---\n\n#### 9. Final Best Practice Test Snippet\n\n```js\nimport { createElement } from 'lwc';\nimport YourComponent from 'c/yourComponent';\nimport yourWireAdapter from '@salesforce/apex/YourApexClass.yourWireAdapter';\n\nconst mockData = [ ... ];\nconst mockDataNoRecords = [];\n\njest.mock(\n '@salesforce/apex/YourApexClass.yourWireAdapter',\n () => {\n const { createApexTestWireAdapter } = require('@salesforce/sfdx-lwc-jest');\n return { default: createApexTestWireAdapter(jest.fn()) };\n },\n { virtual: true }\n);\n\nasync function flushPromises() { return Promise.resolve(); }\n\ndescribe('c-your-component', () => {\n afterEach(() => { /* ... */ });\n it('renders items', async () => { /* ... */ });\n it('renders no items when no data', async () => { /* ... */ });\n it('shows error panel', async () => { /* ... */ });\n it('shows selected item after event', async () => { /* ... */ });\n it('is accessible when data is returned', async () => { /* ... */ });\n it('is accessible when error is returned', async () => { /* ... */ });\n it('is accessible when an item is selected', async () => { /* ... */ });\n});\n```\n\n---\n\n#### 10. Summary Table\n\n| Area | Good Practice Example | Bad Practice Example |\n|---------------------|----------------------|---------------------|\n| Wire emit | `emit(array)` | `emit({data:...,error:...})` |\n| Error emit | `error(obj)` | `emit({data:undefined,error:obj})` |\n| Event dispatch | No custom target | Adds custom target |\n| Adapter mock | `jest.mock` | Direct creation |\n| Async handling | `flushPromises()` | `Promise.resolve()` |\n| Accessibility | All states | Only one state |\n| Data source | JSON/realistic | Overly simple/inline|\n\n---\n\n**Following these patterns ensures robust, idiomatic, and maintainable LWC Jest tests for property wire adapters and event-driven components.**\n\n---\n\n#### 11. Private Property Access\n\n##### Issue\nDirectly accessing a component's private property to verify event handling is not supported in LWC:\n\n```js\n// ❌ BAD: Accessing private property\ndescribe('event handling', () => {\n it('updates selected item when item is selected', async () => {\n // ... setup code ...\n expect(element.selectedItem).toEqual(mockData[0]);\n });\n});\n```\n\nThis fails because LWC prevents direct access to private properties:\n\n```\n[LWC warn]: The property \"selectedItem\" is not publicly accessible. Add the @api annotation to the property declaration or getter/setter in the component to make it accessible.\n```\n\n### Solution\nInstead, verify component behavior through its public interface (DOM changes):\n\n```js\n// ✅ GOOD: Verify through DOM changes\nit('handles item selection event', async () => {\n // ... setup code ...\n // Verify the selected item info is displayed\n const nameElement = element.shadowRoot.querySelector('p');\n expect(nameElement.textContent).toBe(mockData[0].name);\n});\n```\n\n---\n\n#### 12. Event Handler Spying\n\n##### Issue\nAttempting to spy on a private event handler method is not supported:\n\n```js\n// ❌ BAD: Spying on private method\nconst handler = jest.spyOn(element, 'handleItemSelect');\n```\n\nThis fails because private methods are not accessible:\n\n```\nProperty `handleItemSelect` does not exist in the provided object\n```\n\n### Solution\nInstead, test the outcome of the event handling:\n\n```js\n// ✅ GOOD: Test event handling outcome\nchildElement.dispatchEvent(\n new CustomEvent('itemselect', {\n detail: mockData[0],\n bubbles: true,\n composed: true\n })\n);\nawait flushPromises();\nconst nameElement = element.shadowRoot.querySelector('p');\nexpect(nameElement.textContent).toBe(mockData[0].name);\n```\n\n---\n\n#### 13. Event Bubbling in Shadow DOM\n\n##### Issue\nNot considering Shadow DOM boundaries when dispatching events can cause tests to fail:\n\n```js\n// ❌ BAD: Missing composed flag for Shadow DOM\nnew CustomEvent('itemselect', {\n detail: mockData[0],\n bubbles: true\n});\n```\n\n### Solution\nAdd the `composed: true` flag to allow events to cross Shadow DOM boundaries:\n\n```js\n// ✅ GOOD: Event crosses Shadow DOM boundaries\nnew CustomEvent('itemselect', {\n detail: mockData[0],\n bubbles: true,\n composed: true\n});\n```\n\n---\n\n#### 14. Component Structure Understanding\n\n##### Key Learning\nBefore writing tests, thoroughly understand the component's structure:\n\n```html\n\x3c!-- Generic Component Template Structure --\x3e\n<container-element\n class=\"wide\"\n onitemselect={handleItemSelect}\n>\n <template for:each={data} for:item=\"item\">\n <c-child-component\n key={item.id}\n item={item}\n ></c-child-component>\n </template>\n</container-element>\n```\n\nThis shows:\n1. Event handler is on the container element\n2. Events must bubble up from child components\n3. Selected item info is displayed in the template\n\n---\n\n#### 15. Best Practices for Event Testing\n\n##### Setup\n```js\n// 1. Create component\nconst element = createElement('c-your-component', {\n is: YourComponent\n});\ndocument.body.appendChild(element);\n\n// 2. Emit wire adapter data\nyourWireAdapter.emit(mockData);\nawait flushPromises();\n\n// 3. Get child component\nconst childElement = element.shadowRoot.querySelector('c-child-component');\n```\n\n##### Event Dispatch\n```js\n// 4. Set up child component state\nchildElement.item = mockData[0];\n\n// 5. Dispatch event with proper flags\nchildElement.dispatchEvent(\n new CustomEvent('itemselect', {\n detail: mockData[0],\n bubbles: true,\n composed: true\n })\n);\n```\n\n##### Verification\n```js\n// 6. Wait for async updates\nawait flushPromises();\n\n// 7. Verify through DOM changes\nconst nameElement = element.shadowRoot.querySelector('p');\nexpect(nameElement.textContent).toBe(mockData[0].name);\n```\n\n---\n\n#### 16. General Testing Guidelines\n\n1. **Don't test implementation details**\n - Avoid accessing private properties/methods\n - Focus on component's public interface\n\n2. **Async handling**\n - Always use `await flushPromises()` after:\n - Wire adapter emissions\n - Event dispatches\n - State changes\n\n3. **Event testing**\n - Consider Shadow DOM boundaries\n - Use `bubbles` and `composed` flags appropriately\n - Verify outcomes, not internal handling\n\n4. **Component structure**\n - Understand the template structure\n - Know where event handlers are attached\n - Identify how data flows through the component\n\n5. **Test data**\n - Use realistic mock data\n - Set up complete test scenarios\n - Include error cases and edge conditions\n\n---\n\nThese lessons help create more robust and maintainable LWC Jest tests that focus on component behavior rather than implementation details.\n\n---\n\n#### 17. DOM Verification in LWC Tests: Common Pitfall and Solution\n\nWhen testing Lightning Web Components that handle events and update their UI, a common pitfall is using assumed CSS classes for verification instead of matching the actual component structure.\n\n#### The Component Structure\n\n```html\n\x3c!-- yourComponent.html --\x3e\n<template>\n <lightning-card title=\"YourComponent\">\n <lightning-layout>\n \x3c!-- List of items --\x3e\n <lightning-layout-item class=\"wide\" onitemselect={handleItemSelect}>\n <template for:each={data} for:item=\"item\">\n <c-child-component\n key={item.id}\n item={item}\n ></c-child-component>\n </template>\n </lightning-layout-item>\n \n \x3c!-- Selected item details --\x3e\n <lightning-layout-item class=\"slds-var-m-left_medium\">\n <template lwc:if={selectedItem}>\n <img src={selectedItem.picture} alt=\"Item photo\" />\n <p>{selectedItem.name}</p>\n <p>{selectedItem.description}</p>\n <p>\n <lightning-formatted-phone value={selectedItem.phone}>\n </lightning-formatted-phone>\n </p>\n <p>\n <lightning-formatted-email value={selectedItem.email}>\n </lightning-formatted-email>\n </p>\n </template>\n </lightning-layout-item>\n </lightning-layout>\n </lightning-card>\n</template>\n```\n\n#### ❌ Common Mistake: Using Assumed CSS Classes\n\n```js\n// ❌ BAD: Test assumes a CSS class that doesn't exist\nit('handles item selection event', async () => {\n // Create component\n const element = createElement('c-your-component', {\n is: YourComponent\n });\n document.body.appendChild(element);\n\n // Emit data and trigger selection\n yourWireAdapter.emit(mockData);\n await flushPromises();\n\n const child = element.shadowRoot.querySelector('c-child-component');\n child.dispatchEvent(\n new CustomEvent('itemselect', {\n bubbles: true,\n detail: mockData[0]\n })\n );\n await flushPromises();\n\n // ❌ BAD: Using an assumed CSS class that doesn't exist\n const selectedItemEl = element.shadowRoot.querySelector('.selected-item');\n expect(selectedItemEl).not.toBeNull();\n expect(selectedItemEl.textContent).toContain(mockData[0].name);\n});\n```\n\n#### Issues with this approach:\n1. Uses a non-existent CSS class ('.selected-item')\n2. Only verifies one piece of data\n3. Uses loose content matching with 'toContain'\n4. Doesn't verify the actual component structure\n\n#### ✅ Correct Approach: Match Component Structure\n\n```js\n// ✅ GOOD: Test matches actual component structure\nit('handles item selection event', async () => {\n // Create component\n const element = createElement('c-your-component', {\n is: YourComponent\n });\n document.body.appendChild(element);\n\n // Emit data and trigger selection\n yourWireAdapter.emit(mockData);\n await flushPromises();\n\n // Simulate item selection with proper event structure\n const child = element.shadowRoot.querySelector('c-child-component');\n const event = new CustomEvent('itemselect', {\n bubbles: true,\n composed: true\n });\n Object.defineProperty(event, 'target', {\n value: { item: mockData[0] },\n enumerable: true\n });\n child.dispatchEvent(event);\n await flushPromises();\n\n // ✅ GOOD: Use actual component structure for verification\n const detailsContainer = element.shadowRoot.querySelector('lightning-layout-item.slds-var-m-left_medium');\n expect(detailsContainer).not.toBeNull();\n\n // Verify all displayed data\n const details = detailsContainer.querySelectorAll('p');\n expect(details[0].textContent).toBe(mockData[0].name);\n expect(details[1].textContent).toBe(mockData[0].description);\n expect(details[2].querySelector('lightning-formatted-phone').value)\n .toBe(mockData[0].phone);\n expect(details[3].querySelector('lightning-formatted-email').value)\n .toBe(mockData[0].email);\n});\n```\n\n#### Key Improvements:\n1. ✅ Uses actual component structure for selectors\n2. ✅ Verifies all displayed item details\n3. ✅ Uses exact matching with 'toBe'\n4. ✅ Properly structures the event data\n5. ✅ Includes 'composed: true' for shadow DOM\n\n#### Best Practices Summary\n\n1. **Always check the component's HTML structure** before writing tests\n2. **Use the actual DOM hierarchy** for selectors, not assumed CSS classes\n3. **Verify all relevant displayed data**, not just one piece\n4. **Use exact matches** ('toBe') over loose matches ('toContain')\n5. **Structure events** as expected by the component\n6. **Wait for async updates** with 'flushPromises()'\n\n#### 18. Quick Reference\n\n##### DOM Selection\n```js\n// ❌ BAD\nelement.shadowRoot.querySelector('.assumed-class');\n\n// ✅ GOOD\nelement.shadowRoot.querySelector('lightning-layout-item.slds-var-m-left_medium');\n```\n\n##### Data Verification\n```js\n// ❌ BAD\nexpect(element.textContent).toContain(item.name);\n\n// ✅ GOOD\nconst details = element.shadowRoot.querySelectorAll('p');\nexpect(details[0].textContent).toBe(item.name);\nexpect(details[1].textContent).toBe(item.description);\n```\n\nThis pattern ensures your tests are robust and accurately verify component behavior by matching the actual component structure rather than relying on assumed CSS classes.\n";function oA(e,t){if(!t)return"**No component files provided**";return`**Component Source Files ${e?` (${e})`:""}:**\n${Object.entries(t).filter(([e])=>e.endsWith(".js")&&!e.endsWith(".test.js")||e.endsWith(".html")||e.endsWith(".css")).map(([e,t])=>`\n**${e}:**\n\`\`\`${e.endsWith(".js")?"javascript":e.endsWith(".html")?"html":"css"}\n${t}\n\`\`\``).join("\n")}\n\n**Existing Jest Tests:**\n${Object.entries(t).filter(([e])=>e.includes("__tests__")||e.endsWith(".test.js")).map(([e,t])=>`\n**${e}:**\n\`\`\`javascript\n${t}\n\`\`\``).join("\n")||"// No existing tests"}\n`}t.object({thinking:t.string().describe("think about the task at hand"),reflection:t.string().describe("review the given component code and tests and apply the steps to generate the code blocks"),jestCode:t.string().describe("A single string containing the full Jest test code, including a top-level describe() block and it() tests blocks")}),t.object({thinking:t.string().describe("think about the task at hand").optional(),reflection:t.object({existingTestScenarios:t.array(t.string().describe("Description of a pre-existing test scenario, which may be nested")).describe("Comprehensive list of all test scenarios currently implemented in the test file, including nested scenarios"),idealTestScenarios:t.array(t.string().describe("Description of an ideal test scenario, which may be nested")).describe("Complete set of test scenarios needed for maximum component coverage, including nested scenarios where appropriate"),newTestScenarios:t.array(t.string().describe("Description of a new test scenario, which may be nested")).describe("List of new test scenarios to be added for unit testing the component with maximum coverage, including nested scenarios where appropriate")}).describe("Reflect on every aspect of the component, the existing test scenarios, ideal test scenarios, and new test scenarios before generating the plan of action."),plan:t.string().describe("A markdown string containing the detailed and specific plan of action to add additional tests, or empty string if no additions are needed")});const lA=R_.extend({name:t.string().describe("Name of the tool"),client:t.string().describe("Client identifier")}),cA=`This is a sub tool of the ${z_}. It should only be used as part of the workflow, not directly. Performs comprehensive component analysis and generates test suite using a static knowledge base.`;async function uA(e,t,n){const{componentName:r,parsedArgs:i,tracer:s}=await F_(n,e,t,R_);try{await M_(r,i.files);const e=function(e,t,n,r){return`# INSTRUCTION: Comprehensive Jest Test Generation for Salesforce Lightning Web Component (LWC)\n\n## OBJECTIVE\nYour task is to generate a complete, high-quality Jest test suite for the provided LWC. You must:\n- Perform a deep, systematic analysis of the component code and any existing tests\n- Identify all scenarios that require testing, referencing both the code and the provided knowledge bases\n- Generate or update a robust, maintainable Jest test file that covers all identified scenarios, strictly adhering to best practices and all referenced knowledge\n\n## STEP-BY-STEP WORKFLOW\n\n### 1. DEEP COMPONENT & TEST ANALYSIS\n- Thoroughly analyze the LWC JavaScript and HTML (see below for file locations or code snippets)\n- Identify:\n - All public API (@api) properties and methods\n - Internal/tracked state\n - Wire/adapters, data dependencies, and all possible states (undefined, loading, data, error)\n - Lifecycle hooks and their effects\n - Event handling (custom, DOM, LMS, platform events)\n - Data management (LDS, Apex, caching)\n - UI rendering logic, conditional branches, and accessibility features\n - Performance and error handling patterns\n- Review all existing Jest tests (if any):\n - Map which scenarios are already covered, and which are missing or insufficient\n - Note any established test patterns, mocks, or utilities\n\n### 2. SCENARIO ENUMERATION\n- Enumerate every scenario that must be tested for comprehensive coverage, including:\n - All states of wire/adapters\n - API property mutations and edge cases\n - Event dispatching/handling\n - Lifecycle transitions and side effects\n - UI rendering for all data and error states\n - User interactions and accessibility\n- For each scenario, briefly justify its inclusion by referencing the component code, existing tests, or knowledge base\n\n### 3. KNOWLEDGE APPLICATION\n- For every step, explicitly reference and apply all relevant knowledge and best practices from the following sources:\n - Jest Foundational Knowledge Base\n - Test Structure, Organization & Dependencies\n - Data Integration Patterns (Wire Adapters & Third-Party)\n - Component API, Event Handling & Shadow DOM/Slot Patterns\n - Quality, Accessibility & Edge Case Patterns\n- Ensure your test design and implementation strictly follow these standards\n\n### 4. JEST TEST GENERATION (MANDATORY)\n- If an existing Jest test file is present, you MUST update it to:\n - Cover every scenario identified above\n - Adhere to all best practices and referenced knowledge\n - Refactor, enhance, or add tests as needed to ensure completeness and quality\n- If no test file exists, you MUST create a new, complete Jest test file that:\n - Covers every scenario identified above\n - Includes all necessary imports, a top-level describe block, and suites for each major functionality\n - Contains individual, well-named test cases with meaningful assertions\n - Uses appropriate mocking, data factories, and test utilities\n - Ensures proper setup and cleanup (DOM, mocks, adapters)\n- The test file must be ready to run and maintainable by other developers\n- Avoid duplicating existing sufficient tests; otherwise, generate or enhance as needed\n\n---\n\n## PROVIDED ARTIFACTS\n\n${r?oA(n,r):"\n\n\n**Existing Jest Tests:**\n// No existing tests\n"}\n\n---\n\n## OUTPUT REQUIREMENTS\n\n1. **Scenario List**\n - List all scenarios that must be tested, with a brief justification for each\n2. **Complete Jest Test File**\n - If a test file exists, provide the updated version covering all scenarios and adhering to best practices\n - If no test file exists, provide a new, ready-to-run Jest test file covering all scenarios\n - Format:\n\`\`\`js\n// Complete Jest test file here\n\`\`\`\n3. **Test Coverage Analysis**\n - Explain how your generated or updated tests comprehensively cover all identified scenarios and component functionality\n\n---\n\n## COMPLETION CRITERIA\n- Do NOT proceed to any next stage until:\n 1. All scenarios are identified and justified\n 2. The complete Jest test file is created or updated and covers ALL scenarios\n 3. Test coverage analysis is provided\n 4. All tests strictly follow the referenced knowledge and best practices\n- Each test must include meaningful assertions and proper cleanup\n- Mock data and errors must match the component's expected structure\n- UI and state must be verified for all data and error conditions\n\n---\n\n## REFERENCE KNOWLEDGE BASES\n\n### Lightning Web Components (LWC) Jest Testing Foundational Knowledge Base\n\nThis knowledge base distills best practices, patterns, and templates from a large set of real-world LWC Jest tests. Use it as a reference to write robust, maintainable, and comprehensive tests for any Salesforce Lightning Web Component.\n\n---\n\n#### 1. Test File Structure & Organization\n\n- **One test file per component** (named \`componentName.test.js\` in a \`__tests__\` folder).\n- **Describe block** for each component: \`describe('c-my-component', () => { ... })\`\n- **Setup/teardown**: Always clean up the DOM and mocks after each test.\n\n\`\`\`js\nimport { createElement } from 'lwc';\nimport MyComponent from 'c/myComponent';\n\ndescribe('c-my-component', () => {\n afterEach(() => {\n while (document.body.firstChild) {\n document.body.removeChild(document.body.firstChild);\n }\n jest.clearAllMocks(); // if using mocks\n });\n // ...tests...\n});\n\`\`\`\n\n---\n\n#### 2. Async Utilities\n\n- **flushPromises**: Waits for microtasks and DOM updates after async operations.\n\`\`\`js\nasync function flushPromises() {\n return Promise.resolve();\n}\n\`\`\`\n- **wait**: For time-based async logic (e.g., debounce, fake timers).\n\`\`\`js\nasync function wait(duration) {\n return new Promise((resolve) => setTimeout(resolve, duration));\n}\n\`\`\`\n- **Fake timers**: For components using \`setTimeout\`/\`setInterval\`.\n\`\`\`js\nbeforeAll(() => jest.useFakeTimers());\n// ...\njest.runAllTimers();\n\`\`\`\n\n---\n\n#### 3. Mocking Patterns\n\n- **Apex Methods (imperative & wire):**\n\`\`\`js\njest.mock('@salesforce/apex/MyController.myMethod', () => ({ default: jest.fn() }), { virtual: true });\n// For wire adapters:\njest.mock('@salesforce/apex/ContactController.getContactList', () => {\n const { createApexTestWireAdapter } = require('@salesforce/sfdx-lwc-jest');\n return { default: createApexTestWireAdapter(jest.fn()) };\n}, { virtual: true });\n\`\`\`\n- **Wire Adapters:**\n\`\`\`js\ngetContactList.emit(mockData);\ngetContactList.error();\n\`\`\`\n- **Lightning modules:**\n - Navigation, message service, resource loader, etc. are often mocked in \`jest-mocks\`.\n- **Event Handlers:**\n\`\`\`js\nconst handler = jest.fn();\nelement.addEventListener('myevent', handler);\n// Simulate event\nexpect(handler).toHaveBeenCalled();\n\`\`\`\n\n---\n\n#### 4. Testing Public Properties & DOM\n\n- **Set public properties before appending to DOM:**\n\`\`\`js\nelement.myProp = 'value';\ndocument.body.appendChild(element);\n\`\`\`\n- **Query shadow DOM for validation:**\n\`\`\`js\nconst input = element.shadowRoot.querySelector('lightning-input');\nexpect(input.value).toBe('expected');\n\`\`\`\n- **Simulate user input:**\n\`\`\`js\ninput.value = 'new value';\ninput.dispatchEvent(new CustomEvent('change'));\n\`\`\`\n\n---\n\n#### 5. Event Simulation & Validation\n\n- **Simulate clicks, changes, custom events:**\n\`\`\`js\nconst button = element.shadowRoot.querySelector('lightning-button');\nbutton.click();\n// or\nbutton.dispatchEvent(new CustomEvent('change', { detail: { ... } }));\n\`\`\`\n- **Validate custom event emission:**\n\`\`\`js\nconst handler = jest.fn();\nelement.addEventListener('mycustomevent', handler);\n// ...simulate...\nexpect(handler).toHaveBeenCalled();\n\`\`\`\n\n---\n\n#### 6. Wire, Apex, and LDS Testing\n\n- **Wire Adapters:**\n - Use \`.emit()\` to simulate data, \`.error()\` for error cases.\n- **Imperative Apex:**\n - Use \`mockResolvedValue\`/\`mockRejectedValue\` for success/error.\n- **LDS (Lightning Data Service):**\n - Use mocks for \`getRecord\`, \`createRecord\`, etc.\n - Simulate user input and button clicks, then assert LDS calls.\n\n---\n\n#### 7. Accessibility Testing\n\n- **Every component should have at least one accessibility test:**\n\`\`\`js\nawait expect(element).toBeAccessible();\n\`\`\`\n\n---\n\n#### 8. Error Handling & Negative Tests\n\n- **Always test error paths:**\n - For wire/adapters: \`.error()\`\n - For Apex: \`mockRejectedValue\`\n - For UI: assert error panels, toasts, or fallback UI\n\n---\n\n#### 9. Best Practices & Patterns\n\n- **Consistent DOM cleanup** after each test.\n- **Mock external dependencies** for isolation.\n- **Test both positive and negative scenarios.**\n- **Accessibility checks** are standard.\n- **Event simulation** for user interaction.\n- **Direct DOM queries** for output validation.\n- **Use of fake timers** for debounced/delayed logic.\n- **Snapshot testing** for complex DOM (optional).\n\n---\n\n#### 10. Example Test Templates\n\n##### General Component Test\n\`\`\`js\nimport { createElement } from 'lwc';\nimport MyComponent from 'c/myComponent';\n\ndescribe('c-my-component', () => {\n afterEach(() => {\n while (document.body.firstChild) {\n document.body.removeChild(document.body.firstChild);\n }\n });\n\n it('renders with expected content', () => {\n const element = createElement('c-my-component', { is: MyComponent });\n document.body.appendChild(element);\n // Query and assert\n });\n\n it('is accessible', async () => {\n const element = createElement('c-my-component', { is: MyComponent });\n document.body.appendChild(element);\n await expect(element).toBeAccessible();\n });\n});\n\`\`\`\n\n#### Apex Method Test\n\`\`\`js\njest.mock('@salesforce/apex/MyController.myMethod', () => ({ default: jest.fn() }), { virtual: true });\n\nit('handles Apex success', async () => {\n MyMethod.mockResolvedValue(mockData);\n // ...\n});\n\nit('handles Apex error', async () => {\n MyMethod.mockRejectedValue(mockError);\n // ...\n});\n\`\`\`\n\n#### Wire Adapter Test\n\`\`\`js\njest.mock('@salesforce/apex/SomeWireAdapter', ...);\nSomeWireAdapter.emit(mockData);\nSomeWireAdapter.error();\n\`\`\`\n\n#### Event Simulation\n\`\`\`js\nconst handler = jest.fn();\nelement.addEventListener('myevent', handler);\n// Simulate event\nexpect(handler).toHaveBeenCalled();\n\`\`\`\n\n---\n\n#### 11. Advanced & Edge-Case Patterns\n\n##### 11.1 Workspace API & Navigation\n- **Focus, highlight, set label, close, refresh, and open tabs:**\n - Simulate navigation context with \`IsConsoleNavigation.emit(true)\`.\n - Use mocks for tab info and assert correct API calls:\n\`\`\`js\nimport { getFocusedTabInfo, focusTab, setTabHighlighted, setTabLabel, closeTab, openTab, refreshTab } from 'lightning/platformWorkspaceApi';\n// ...\nexpect(getFocusedTabInfo).toHaveBeenCalled();\nexpect(focusTab).toHaveBeenCalledWith(TAB_ID);\nexpect(setTabHighlighted).toHaveBeenCalledWith(TAB_ID, true, { pulse: true, state: 'success' });\n\`\`\`\n- **Navigation event testing:**\n - Use \`getNavigateCalledWith()\` to assert navigation params.\n\n##### 11.2 Datatable & Inline Edit\n- **Emit data and simulate draft value changes:**\n\`\`\`js\nconst tableEl = element.shadowRoot.querySelector('lightning-datatable');\ntableEl.dispatchEvent(new CustomEvent('save', { detail: { draftValues: [...] } }));\n// Assert updateRecord or Apex call\n\`\`\`\n- **Test refreshApex and toast events:**\n\`\`\`js\nimport { refreshApex } from '@salesforce/apex';\nexpect(refreshApex).toHaveBeenCalled();\nconst handler = jest.fn();\nelement.addEventListener(ShowToastEventName, handler);\nexpect(handler).toHaveBeenCalled();\n\`\`\`\n\n##### 11.3 Composition & Conditional Rendering\n- **Test child component property propagation:**\n\`\`\`js\nconst child = element.shadowRoot.querySelector('c-child');\nexpect(child.someProp).toBe('expected');\n\`\`\`\n- **Test conditional rendering:**\n\`\`\`js\nconst input = element.shadowRoot.querySelector('lightning-input');\ninput.checked = true;\ninput.dispatchEvent(new CustomEvent('change'));\nawait flushPromises();\nexpect(element.shadowRoot.querySelector('.details')).not.toBeNull();\n\`\`\`\n\n##### 11.4 Style & Static Resources\n- **Test style hooks and static resource loading:**\n\`\`\`js\nconst styleEl = element.shadowRoot.querySelector('style');\nexpect(styleEl).not.toBeNull();\n// For resource loader\nimport { loadScript } from 'lightning/platformResourceLoader';\nexpect(loadScript).toHaveBeenCalled();\n\`\`\`\n- **Test error panel on resource load failure:**\n\`\`\`js\nloadScript.mockRejectedValue(ERROR);\nawait flushPromises();\nexpect(element.shadowRoot.querySelector('c-error-panel')).not.toBeNull();\n\`\`\`\n\n---\n\n#### 12. Coverage Checklist for Any LWC\n\n- [ ] Renders with default state\n- [ ] Renders with all public properties set\n- [ ] Handles user input/events\n- [ ] Emits custom events as expected\n- [ ] Handles wire/adapters (success & error)\n- [ ] Handles imperative Apex (success & error)\n- [ ] Handles LDS (success & error)\n- [ ] Handles navigation/message service/resource loader\n- [ ] Accessibility (\`toBeAccessible\`)\n- [ ] Error/fallback UI\n- [ ] Edge cases (null/undefined/empty input, rapid interaction)\n\n---\n\n#### 13. Troubleshooting & FAQ\n\n**Q: My test fails with "Cannot read property 'shadowRoot' of null"**\n- Ensure you append the element to the DOM before querying shadowRoot.\n\n**Q: My wire adapter/Apex mock isn't working.**\n- Check that you use the correct \`jest.mock\` signature and that the import path matches the component's import.\n- For wire adapters, use \`createApexTestWireAdapter\` from \`@salesforce/sfdx-lwc-jest\`.\n\n**Q: Accessibility test fails.**\n- Check for missing ARIA attributes, label associations, or color contrast issues in your component.\n\n**Q: How do I test Lightning navigation or workspace API?**\n- Use the provided mocks and assert with \`getNavigateCalledWith()\` or the relevant workspace API mock.\n\n**Q: How do I test error panels or toasts?**\n- Simulate error with \`.error()\` or \`mockRejectedValue\`, then assert the error panel or toast event is present/fired.\n\n**Q: How do I test conditional rendering or slot content?**\n- Change the relevant property or input, dispatch the event, and use \`flushPromises\` before asserting DOM changes.\n\n---\n\n#### 14. Common Failure Patterns & Solutions\n\n##### 1. Mock Setup Order & Adapter Definition\n- **Pattern:** Reference errors when using mock adapters before definition.\n- **Solution:** Always define mock adapters/functions before using them in \`jest.mock\`.\n- **Example:**\n\`\`\`js\n// Good:\nconst getContactListAdapter = jest.fn();\njest.mock('@salesforce/apex/ContactController.getContactList', () => ({\n default: createApexTestWireAdapter(getContactListAdapter)\n}));\n\`\`\`\n\n##### 2. Async Handling for DOM Updates\n- **Pattern:** Failing to await DOM updates after state changes (e.g., after dispatching events).\n- **Solution:** Use \`Promise.resolve().then(...)\` or \`await flushPromises()\` after state changes before querying the DOM.\n- **Example:**\n\`\`\`js\ncheckbox.checked = true;\ncheckbox.dispatchEvent(new CustomEvent('change'));\nreturn Promise.resolve().then(() => {\n const detailsElement = element.shadowRoot.querySelector('.slds-m-vertical_medium');\n expect(detailsElement).not.toBeNull();\n});\n\`\`\`\n\n##### 3. Type-Flexible Assertions\n- **Pattern:** Assertion failures due to type mismatches (e.g., string vs number).\n- **Solution:** Use flexible matchers like \`expect.any(Number)\` when appropriate.\n- **Example:**\n\`\`\`js\nexpect(values).toEqual([\n 'Some string',\n expect.any(Number),\n expect.any(Number)\n]);\n\`\`\`\n\n##### 4. Component Structure Verification\n- **Pattern:** Incorrect expectations about component structure (e.g., field names, alt text, URLs).\n- **Solution:** Inspect the actual rendered output and update test expectations accordingly. Use case-insensitive checks if needed.\n- **Example:**\n\`\`\`js\nexpect(imgEl.alt.toLowerCase()).toBe('recipes logo'.toLowerCase());\nexpect(imgEl.src).toContain('/sfsites/c/resource/recipes_logo');\n\`\`\`\n\n##### 5. Comprehensive Test Suite Implementation\n- **Pattern:** Empty or missing test files.\n- **Solution:** Always implement at least basic render and property tests for each component.\n- **Example:**\n\`\`\`js\ndescribe('c-composition-contact-search', () => {\n afterEach(() => {\n while (document.body.firstChild) {\n document.body.removeChild(document.body.firstChild);\n }\n });\n it('should render search input', () => {\n const element = createElement('c-composition-contact-search', {\n is: CompositionContactSearch\n });\n document.body.appendChild(element);\n const inputEl = element.shadowRoot.querySelector('lightning-input');\n expect(inputEl).not.toBeNull();\n });\n});\n\`\`\`\n\n##### 6. Proper Mocking for Salesforce Modules\n- **Pattern:** Missing or incorrect mocks for Salesforce modules (e.g., \`@salesforce/user/Id\`).\n- **Solution:** Use \`{ virtual: true }\` and define mock values before mocking.\n- **Example:**\n\`\`\`js\nconst MOCK_USER_ID = '005xx000001X8BdAAK';\njest.mock('@salesforce/user/Id', () => ({ default: MOCK_USER_ID }), { virtual: true });\n\`\`\`\n\n##### 7. Proper Mocking for Workspace API & Navigation\n- **Pattern:** Incorrect or incomplete mocks for workspace/navigation modules.\n- **Solution:** Mock all required methods and properties, including \`emit\` and \`subscribe\` for evented modules.\n- **Example:**\n\`\`\`js\njest.mock('lightning/platformWorkspaceApi', () => ({\n IsConsoleNavigation: {\n emit: jest.fn(),\n subscribe: jest.fn()\n }\n}));\n\`\`\`\n\n---\n\nIntegrate these patterns and solutions into your test writing and review process to avoid common pitfalls and improve test reliability.\n\n---\n\n#### 15. References\n- [LWC Jest Documentation](https://github.com/salesforce/sfdx-lwc-jest)\n- [Salesforce Lightning Web Components Recipes](https://github.com/trailheadapps/lwc-recipes)\n\n---\n\n**Use this knowledge base as a foundation for writing or generating Jest tests for any LWC. Adapt the patterns and templates as needed for your specific component logic and business requirements.** \n\n\n### Test Structure, Organization & Dependencies\n\n- Place all Jest tests in a \`__tests__\` folder within the component bundle.\n- Name test files as \`componentName.test.js\`.\n- Add \`**/__tests__/**\` to \`.forceignore\` to prevent tests from being pushed to Salesforce.\n- Use a top-level \`describe\` block for each component, matching the component name.\n- Use nested \`describe\` blocks for logical grouping (e.g., Initialization, User Interactions, Data Updates).\n- Use clear, descriptive names for test suites and test cases.\n- Use \`beforeEach\` to create and append a fresh component instance.\n- Use \`afterEach\` to remove all elements from the DOM and clear mocks:\n \`\`\`js\n afterEach(() => {\n while (document.body.firstChild) {\n document.body.removeChild(document.body.firstChild);\n }\n jest.clearAllMocks();\n });\n \`\`\`\n- Use \`jest.mock()\` for all external modules, wire adapters, and platform services.\n- For Lightning base components or platform modules, use provided stubs/mocks or configure \`jest.config.js\` for custom mocks.\n- Use \`async/await\` for all asynchronous operations and DOM updates.\n- Use \`await Promise.resolve()\` to flush microtasks after state changes.\n- For wire adapters, always emit data/errors after the component is connected and await a promise before assertions.\n- Test all code paths, UI states, user interactions, wire adapter states, and error handling.\n- Include tests for edge cases, empty/null/undefined values, and rapid user interactions.\n- Use Jest coverage tools (e.g., \`--coverage\` flag) to identify gaps.\n- Each test should be independent; clean up DOM, mocks, and state in \`afterEach\`.\n- Document complex setups and edge cases in comments.\n\n#### References\n- [Salesforce Docs: Write Jest Tests for Lightning Web Components](https://developer.salesforce.com/docs/platform/lwc/guide/unit-testing-using-jest-create-tests.html)\n\n#### Common Failure Patterns\n\n- **Mock setup order:** Always define mocks and adapters before using them in jest.mock.\n- **Async handling:** Use Promise.resolve().then() or await flushPromises() after state changes before DOM queries.\n- **Comprehensive test implementation:** Avoid empty test files; always implement at least basic render and property tests for each component.\n- **Type-flexible assertions:** Use flexible matchers (e.g., expect.any(Number)) to avoid type mismatch failures.\n- **Component structure verification:** Inspect actual output and update test expectations accordingly.\n\nSee also: 'Common Failure Patterns & Solutions' in the foundational knowledge base.\n\n\n### Data Access & Integration Patterns in Salesforce Lightning Web Components (LWC) - (Wire Adapters & Third-Party Integrations)\n\nThis document covers all major data access patterns in LWC, including how to use and mock each in Jest tests. Patterns include: Wire Adapters (UI API, Apex, Custom), Imperative Apex, Lightning Data Service (LDS), Third-Party Integrations, Message Channels, @salesforce/schema, and more.\n\n---\n\n#### 1. Wire Adapters\n\nWire adapters are the primary reactive data access mechanism in LWC. They can be Salesforce-provided (UI API, Apex) or custom.\n\n##### 1.1 UI API Wire Adapters\n- Examples: \`getRecord\`, \`getObjectInfo\`, \`getListUi\`, etc.\n- Import from \`lightning/uiRecordApi\`, \`lightning/uiObjectInfoApi\`, etc.\n- **Usage:**\n\n import { wire } from 'lwc';\n import { getRecord } from 'lightning/uiRecordApi';\n @wire(getRecord, { recordId: '$recordId', fields })\n record;\n\n- **Mocking in Jest:**\n - Use \`@salesforce/sfdx-lwc-jest\`'s \`registerLdsTestWireAdapter\`.\n - Place mock data in \`__tests__/data/getRecord.json\`.\n - Example:\n\n import { registerLdsTestWireAdapter } from '@salesforce/sfdx-lwc-jest';\n import getRecord from 'lightning/uiRecordApi';\n import mockGetRecord from './data/getRecord.json';\n const getRecordAdapter = registerLdsTestWireAdapter(getRecord);\n getRecordAdapter.emit(mockGetRecord);\n\n##### 1.2 Apex Wire Adapters\n- Use \`@wire\` with an Apex method annotated with \`@AuraEnabled(cacheable=true)\`.\n- **Usage:**\n\n import getContacts from '@salesforce/apex/ContactController.getContacts';\n @wire(getContacts, { accountId: '$accountId' })\n contacts;\n\n- **Mocking in Jest:**\n - Use \`@salesforce/sfdx-lwc-jest\`'s \`createApexTestWireAdapter\`.\n - Place mock data in \`__tests__/data/getContacts.json\`.\n - Example:\n\n import { createApexTestWireAdapter } from '@salesforce/sfdx-lwc-jest';\n import getContacts from '@salesforce/apex/ContactController.getContacts';\n import mockContacts from './data/getContacts.json';\n const getContactsAdapter = createApexTestWireAdapter(getContacts);\n getContactsAdapter.emit(mockContacts);\n\n##### 1.3 Custom Wire Adapters\n- Custom wire adapters are created using \`@wire\` and a custom adapter.\n- **Usage:**\n\n import { wire } from 'lwc';\n import customAdapter from 'c/customAdapter';\n @wire(customAdapter, { param: '$param' })\n data;\n\n- **Mocking in Jest:**\n - Use \`@salesforce/sfdx-lwc-jest\`'s \`registerTestWireAdapter\`.\n - Example:\n\n import { registerTestWireAdapter } from '@salesforce/sfdx-lwc-jest';\n import customAdapter from 'c/customAdapter';\n const customAdapterAdapter = registerTestWireAdapter(customAdapter);\n customAdapterAdapter.emit(mockData);\n\n---\n\n#### 2. Imperative Apex Calls\n\n- Use for non-reactive, on-demand data access.\n- **Usage:**\n\n import getContacts from '@salesforce/apex/ContactController.getContacts';\n getContacts({ accountId })\n .then(result => { ... })\n .catch(error => { ... });\n\n- **Mocking in Jest:**\n - Use \`jest.mock\` to mock the Apex import.\n - Example:\n\n import getContacts from '@salesforce/apex/ContactController.getContacts';\n jest.mock('@salesforce/apex/ContactController.getContacts', () => ({\n default: jest.fn(() => Promise.resolve(mockContacts))\n }), { virtual: true });\n\n---\n\n#### 3. Lightning Data Service (LDS)\n\n- Use \`<lightning-record-form>\`, \`<lightning-record-edit-form>\`, \`<lightning-record-view-form>\` for CRUD operations declaratively.\n- **Usage:**\n\n <lightning-record-form record-id={recordId} object-api-name="Account" ... />\n\n- **Mocking in Jest:**\n - Use wire adapter mocks for underlying data (e.g., \`getRecord\`).\n - For form events, dispatch custom events in tests to simulate user actions.\n\n---\n\n#### 4. Third-Party Integrations\n\n- Use \`jest.mock()\` for third-party modules/services.\n- **Usage:**\n\n import axios from 'axios';\n axios.get(...)\n\n- **Mocking in Jest:**\n\n jest.mock('axios');\n axios.get.mockResolvedValue({ data: ... });\n\n---\n\n#### 5. Lightning Message Service (LMS)\n\n- Use for cross-component communication.\n- **Usage:**\n\n import { publish, MessageContext } from 'lightning/messageService';\n import SAMPLEMC from '@salesforce/messageChannel/SampleMessageChannel__c';\n @wire(MessageContext)\n messageContext;\n publish(this.messageContext, SAMPLEMC, payload);\n\n- **Mocking in Jest:**\n - Use \`@salesforce/sfdx-lwc-jest\`'s LMS mocks.\n - Example:\n\n import { registerTestWireAdapter } from '@salesforce/sfdx-lwc-jest';\n import { MessageContext } from 'lightning/messageService';\n const messageContextAdapter = registerTestWireAdapter(MessageContext);\n messageContextAdapter.emit(mockContext);\n\n---\n\n#### 6. @salesforce/schema Imports\n\n- Used for referencing object and field metadata.\n- **Usage:**\n\n import ACCOUNT_OBJECT from '@salesforce/schema/Account';\n import NAME_FIELD from '@salesforce/schema/Account.Name';\n\n- **Mocking in Jest:**\n - Use \`jest.mock\` for schema imports.\n - Example:\n\n jest.mock('@salesforce/schema/Account.Name', () => ({ default: 'Name' }), { virtual: true });\n\n---\n\n#### 7. Other Patterns\n\n##### 7.1 Navigation\n- Use \`lightning/navigation\` for navigation.\n- **Mocking:**\n - Use \`jest.mock('lightning/navigation')\` and mock the \`NavigateMixin\` methods.\n\n##### 7.2 Platform Events, Streaming, etc.\n- Use custom mocks for event bus or streaming APIs.\n\n---\n\n#### Best Practices for Mocking\n- Place all mock data in \`__tests__/data/\` as JSON files.\n- Always test all possible states: undefined, loading, data, error.\n- Clean up DOM and mocks after each test (\`afterEach\`).\n- Use \`await Promise.resolve()\` after emitting data/errors before assertions.\n- Use realistic mock data, ideally captured from the real API/UI.\n- Test rendered output, not just internal state.\n- Cover all data transitions and error scenarios.\n- Document the structure and source of mock data.\n- Use \`toEqual\` for object comparisons, especially for error objects.\n\n#### References\n- https://developer.salesforce.com/docs/platform/lwc/guide/unit-testing-using-wire-utility.html\n- https://developer.salesforce.com/docs/platform/lwc/guide/unit-testing-using-jest-create-tests.html\n- https://github.com/salesforce/sfdx-lwc-jest\n\n#### Common Failure Patterns\n\n- **Salesforce module mocking:** Always use { virtual: true } and define mock values before mocking Salesforce modules (e.g., @salesforce/user/Id).\n- **Wire adapter setup:** Define adapters/functions before using them in jest.mock.\n- **Async handling:** Use Promise.resolve().then() or await flushPromises() after emitting data/errors before assertions.\n\nSee also: 'Common Failure Patterns & Solutions' in the foundational knowledge base.\n\n\n### Component API, Event Handling, and Shadow DOM/Slot Patterns\n\n- Test all @api properties for default, valid, and edge values (null, undefined, empty, boundary).\n- Assert DOM and state changes when @api properties mutate.\n- For public methods, call directly and verify side effects on DOM, state, and events.\n- Test method behavior with various argument combinations, including edge cases.\n- Simulate parent setting @api properties/methods on child components.\n- Test child-to-parent event dispatch and handling.\n- Provide slot content and assert correct rendering and fallback behavior.\n- Assert that slotted content is projected and updated as expected.\n- Dispatch custom events from child components and verify parent handlers are called.\n- Assert event payloads, propagation, and defaultPrevented/cancelable flags.\n- Use spies or mock functions to verify event handler invocation.\n- Simulate user interactions (click, input, change, etc.) using element.shadowRoot.querySelector(...).dispatchEvent(...) or .click().\n- Use async/await and await Promise.resolve() for async DOM updates after events.\n- Use element.shadowRoot.querySelector(...) for assertions on elements inside the shadow DOM.\n- Assert on dynamic updates to the shadow DOM after state changes or events.\n\n#### References\n- https://developer.salesforce.com/docs/platform/lwc/guide/unit-testing-using-jest-create-tests.html\n\n\n### Quality, Accessibility, and Edge Case Testing\n\n- Assert correct ARIA attributes (e.g., aria-label, aria-describedby) on elements.\n- Test for dynamic ARIA updates based on component state.\n- Simulate keyboard events (Tab, Enter, Space, Arrow keys, etc.).\n- Assert focus management, tab order, and navigation between interactive elements.\n- Use tools (axe, jest-axe, or @sa11y/jest) to check for accessibility violations in the rendered DOM.\n- Assert that the component is accessible using the toBeAccessible() matcher (from @sa11y/jest).\n- Document the use of custom matchers and utilities in test or setup files.\n- Test with large datasets or rapid state changes to ensure the component remains responsive.\n- Assert no performance bottlenecks, excessive re-renders, or memory leaks.\n- Use Jest timers and mocks to simulate rapid or repeated user interactions.\n- Test boundary values, empty/null/undefined inputs, and unusual data shapes.\n- Simulate rapid user interactions, error recovery, and state resets.\n- Assert correct behavior when required data is missing or malformed.\n- Test both typical and extreme usage scenarios.\n- Use descriptive test names and document any known limitations or edge case handling.\n\n#### References\n- https://developer.salesforce.com/docs/platform/lwc/guide/unit-testing-using-jest-create-tests.html\n\n#### Note\n\nFor common edge case and async test issues, see the 'Common Failure Patterns & Solutions' section in the foundational knowledge base.\n\n\n${aA}\n\n---\n\n**REMINDER:**\n- This is an instruction-only prompt for an MCP tool. Be explicit, stepwise, and reference all knowledge.\n- Do not skip any step or requirement. Output must be complete and high quality.\n`}(0,0,r,i.files??{});return await s.success({testGenerationGrounding:e}),{content:[{type:"text",text:`**Warning:** This is a sub tool of the ${z_}. It should only be used as part of the workflow, not directly.\n`},{type:"text",text:e},{type:"text",text:"\n---\n\n## 🚦 **MANDATORY FINAL STEP: Test Run & Retry Policy**\n\n- **After generating or updating the Jest test suite, you _must_ run the test suite using your project's test command.**\n\n- If any test failures or critical issues remain, you _must_ return to the review/enhancement stage, address the issues, and repeat the test run.\n\n- This cycle is **mandatory and iterative**, but may only be repeated up to **2 times** (for a total of **3 attempts**: initial run + 2 retries).\n\n- **After 2 retries:**\n - If failures or critical issues still remain, you _must_ **summarize the remaining issues and complete the process**.\n\n- **Skipping the test run or verification step is _not permitted_ under any circumstances.**\n\n- The process is only complete when:\n - The test suite passes with no failures, **or**\n - The maximum number of retries (**2**) is reached and a summary of remaining issues is provided.\n\n"}]}}catch(e){const t=e instanceof Error?e.message:"An unknown error occurred";return await s.error(t),{content:[{type:"text",text:`Error in analysis and test generation: ${t}`}]}}}class pA extends j_{constructor(e){super({name:U_,title:"LWC Generate Jest Tests",description:cA,inputSchema:lA.shape},e)}async exec(e){const{name:t,client:n,...r}=e;return uA(t,r,n)}}function dA(){}function hA(e,t,n,r,i){for(var s,a=[];t;)a.push(t),s=t.previousComponent,delete t.previousComponent,t=s;a.reverse();for(var o=0,l=a.length,c=0,u=0;o<l;o++){var p=a[o];if(p.removed)p.value=e.join(r.slice(u,u+p.count)),u+=p.count;else{if(!p.added&&i){var d=n.slice(c,c+p.count);d=d.map(function(e,t){var n=r[u+t];return n.length>e.length?n:e}),p.value=e.join(d)}else p.value=e.join(n.slice(c,c+p.count));c+=p.count,p.added||(u+=p.count)}}return a}function fA(e,t){var n;for(n=0;n<e.length&&n<t.length;n++)if(e[n]!=t[n])return e.slice(0,n);return e.slice(0,n)}function mA(e,t){var n;if(!e||!t||e[e.length-1]!=t[t.length-1])return"";for(n=0;n<e.length&&n<t.length;n++)if(e[e.length-(n+1)]!=t[t.length-(n+1)])return e.slice(-n);return e.slice(-n)}function gA(e,t,n){if(e.slice(0,t.length)!=t)throw Error("string ".concat(JSON.stringify(e)," doesn't start with prefix ").concat(JSON.stringify(t),"; this is a bug"));return n+e.slice(t.length)}function yA(e,t,n){if(!t)return e+n;if(e.slice(-t.length)!=t)throw Error("string ".concat(JSON.stringify(e)," doesn't end with suffix ").concat(JSON.stringify(t),"; this is a bug"));return e.slice(0,-t.length)+n}function bA(e,t){return gA(e,t,"")}function vA(e,t){return yA(e,t,"")}function EA(e,t){return t.slice(0,function(e,t){var n=0;e.length>t.length&&(n=e.length-t.length);var r=t.length;e.length<t.length&&(r=e.length);var i=Array(r),s=0;i[0]=0;for(var a=1;a<r;a++){for(t[a]==t[s]?i[a]=i[s]:i[a]=s;s>0&&t[a]!=t[s];)s=i[s];t[a]==t[s]&&s++}s=0;for(var o=n;o<e.length;o++){for(;s>0&&e[o]!=t[s];)s=i[s];e[o]==t[s]&&s++}return s}(e,t))}t.object({thinking:bx,reflection:vx}),dA.prototype={diff:function(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=r.callback;"function"==typeof r&&(i=r,r={});var s=this;function a(e){return e=s.postProcess(e,r),i?(setTimeout(function(){i(e)},0),!0):e}e=this.castInput(e,r),t=this.castInput(t,r),e=this.removeEmpty(this.tokenize(e,r));var o=(t=this.removeEmpty(this.tokenize(t,r))).length,l=e.length,c=1,u=o+l;null!=r.maxEditLength&&(u=Math.min(u,r.maxEditLength));var p=null!==(n=r.timeout)&&void 0!==n?n:1/0,d=Date.now()+p,h=[{oldPos:-1,lastComponent:void 0}],f=this.extractCommon(h[0],t,e,0,r);if(h[0].oldPos+1>=l&&f+1>=o)return a(hA(s,h[0].lastComponent,t,e,s.useLongestToken));var m=-1/0,g=1/0;function y(){for(var n=Math.max(m,-c);n<=Math.min(g,c);n+=2){var i=void 0,u=h[n-1],p=h[n+1];u&&(h[n-1]=void 0);var d=!1;if(p){var y=p.oldPos-n;d=p&&0<=y&&y<o}var b=u&&u.oldPos+1<l;if(d||b){if(i=!b||d&&u.oldPos<p.oldPos?s.addToPath(p,!0,!1,0,r):s.addToPath(u,!1,!0,1,r),f=s.extractCommon(i,t,e,n,r),i.oldPos+1>=l&&f+1>=o)return a(hA(s,i.lastComponent,t,e,s.useLongestToken));h[n]=i,i.oldPos+1>=l&&(g=Math.min(g,n-1)),f+1>=o&&(m=Math.max(m,n+1))}else h[n]=void 0}c++}if(i)!function e(){setTimeout(function(){if(c>u||Date.now()>d)return i();y()||e()},0)}();else for(;c<=u&&Date.now()<=d;){var b=y();if(b)return b}},addToPath:function(e,t,n,r,i){var s=e.lastComponent;return s&&!i.oneChangePerToken&&s.added===t&&s.removed===n?{oldPos:e.oldPos+r,lastComponent:{count:s.count+1,added:t,removed:n,previousComponent:s.previousComponent}}:{oldPos:e.oldPos+r,lastComponent:{count:1,added:t,removed:n,previousComponent:s}}},extractCommon:function(e,t,n,r,i){for(var s=t.length,a=n.length,o=e.oldPos,l=o-r,c=0;l+1<s&&o+1<a&&this.equals(n[o+1],t[l+1],i);)l++,o++,c++,i.oneChangePerToken&&(e.lastComponent={count:1,previousComponent:e.lastComponent,added:!1,removed:!1});return c&&!i.oneChangePerToken&&(e.lastComponent={count:c,previousComponent:e.lastComponent,added:!1,removed:!1}),e.oldPos=o,l},equals:function(e,t,n){return n.comparator?n.comparator(e,t):e===t||n.ignoreCase&&e.toLowerCase()===t.toLowerCase()},removeEmpty:function(e){for(var t=[],n=0;n<e.length;n++)e[n]&&t.push(e[n]);return t},castInput:function(e){return e},tokenize:function(e){return Array.from(e)},join:function(e){return e.join("")},postProcess:function(e){return e}};var wA="a-zA-Z0-9_\\u{C0}-\\u{FF}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",TA=new RegExp("[".concat(wA,"]+|\\s+|[^").concat(wA,"]"),"ug"),SA=new dA;function xA(e,t,n,r){if(t&&n){var i=t.value.match(/^\s*/)[0],s=t.value.match(/\s*$/)[0],a=n.value.match(/^\s*/)[0],o=n.value.match(/\s*$/)[0];if(e){var l=fA(i,a);e.value=yA(e.value,a,l),t.value=bA(t.value,l),n.value=bA(n.value,l)}if(r){var c=mA(s,o);r.value=gA(r.value,o,c),t.value=vA(t.value,c),n.value=vA(n.value,c)}}else if(n)e&&(n.value=n.value.replace(/^\s*/,"")),r&&(r.value=r.value.replace(/^\s*/,""));else if(e&&r){var u=r.value.match(/^\s*/)[0],p=t.value.match(/^\s*/)[0],d=t.value.match(/\s*$/)[0],h=fA(u,p);t.value=bA(t.value,h);var f=mA(bA(u,h),d);t.value=vA(t.value,f),r.value=gA(r.value,u,f),e.value=yA(e.value,u,u.slice(0,u.length-f.length))}else if(r){var m=r.value.match(/^\s*/)[0],g=EA(t.value.match(/\s*$/)[0],m);t.value=vA(t.value,g)}else if(e){var y=EA(e.value.match(/\s*$/)[0],t.value.match(/^\s*/)[0]);t.value=bA(t.value,y)}}SA.equals=function(e,t,n){return n.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e.trim()===t.trim()},SA.tokenize=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(n.intlSegmenter){if("word"!=n.intlSegmenter.resolvedOptions().granularity)throw new Error('The segmenter passed must have a granularity of "word"');t=Array.from(n.intlSegmenter.segment(e),function(e){return e.segment})}else t=e.match(TA)||[];var r=[],i=null;return t.forEach(function(e){/\s/.test(e)?null==i?r.push(e):r.push(r.pop()+e):/\s/.test(i)?r[r.length-1]==i?r.push(r.pop()+e):r.push(i+e):r.push(e),i=e}),r},SA.join=function(e){return e.map(function(e,t){return 0==t?e:e.replace(/^\s+/,"")}).join("")},SA.postProcess=function(e,t){if(!e||t.oneChangePerToken)return e;var n=null,r=null,i=null;return e.forEach(function(e){e.added?r=e:e.removed?i=e:((r||i)&&xA(n,i,r,e),n=e,r=null,i=null)}),(r||i)&&xA(n,i,r,null),e},(new dA).tokenize=function(e){var t=new RegExp("(\\r?\\n)|[".concat(wA,"]+|[^\\S\\n\\r]+|[^").concat(wA,"]"),"ug");return e.match(t)||[]};var _A=new dA;function AA(e){return AA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},AA(e)}_A.tokenize=function(e,t){t.stripTrailingCr&&(e=e.replace(/\r\n/g,"\n"));var n=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(var i=0;i<r.length;i++){var s=r[i];i%2&&!t.newlineIsToken?n[n.length-1]+=s:n.push(s)}return n},_A.equals=function(e,t,n){return n.ignoreWhitespace?(n.newlineIsToken&&e.includes("\n")||(e=e.trim()),n.newlineIsToken&&t.includes("\n")||(t=t.trim())):n.ignoreNewlineAtEof&&!n.newlineIsToken&&(e.endsWith("\n")&&(e=e.slice(0,-1)),t.endsWith("\n")&&(t=t.slice(0,-1))),dA.prototype.equals.call(this,e,t,n)},(new dA).tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)},(new dA).tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};var CA=new dA;function PA(e,t,n,r,i){var s,a;for(t=t||[],n=n||[],r&&(e=r(i,e)),s=0;s<t.length;s+=1)if(t[s]===e)return n[s];if("[object Array]"===Object.prototype.toString.call(e)){for(t.push(e),a=new Array(e.length),n.push(a),s=0;s<e.length;s+=1)a[s]=PA(e[s],t,n,r,i);return t.pop(),n.pop(),a}if(e&&e.toJSON&&(e=e.toJSON()),"object"===AA(e)&&null!==e){t.push(e),a={},n.push(a);var o,l=[];for(o in e)Object.prototype.hasOwnProperty.call(e,o)&&l.push(o);for(l.sort(),s=0;s<l.length;s+=1)a[o=l[s]]=PA(e[o],t,n,r,o);t.pop(),n.pop()}else a=e;return a}CA.useLongestToken=!0,CA.tokenize=_A.tokenize,CA.castInput=function(e,t){var n=t.undefinedReplacement,r=t.stringifyReplacer,i=void 0===r?function(e,t){return void 0===t?n:t}:r;return"string"==typeof e?e:JSON.stringify(PA(e,null,null,i),i," ")},CA.equals=function(e,t,n){return dA.prototype.equals.call(CA,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"),n)};var IA=new dA;IA.tokenize=function(e){return e.slice()},IA.join=IA.removeEmpty=function(e){return e};const OA=t.enum(["Excellent","Good","Satisfactory","Limited","Poor","Missing"]).describe("the final score derived from the thinking and reflection");var kA;!function(e){e.Excellent="Excellent",e.Good="Good",e.Satisfactory="Satisfactory",e.Limited="Limited",e.Poor="Poor",e.Missing="Missing"}(kA||(kA={})),kA.Excellent,kA.Good,kA.Satisfactory,kA.Limited,kA.Poor,kA.Missing;const NA=t.object({thinking:bx,reflection:t.string().describe("reflect on the changes made by the developer"),score:OA,factuality:t.boolean().describe("whether the learning developer generated based on the facts provided by the expert and did not hallucinate issues that the expert did not describe"),completeness:t.boolean().describe("whether the learning developer generate all the opportunities to improve the code")});function DA(e){return`\`\`\`json\n${JSON.stringify(e,null,2)}\n\`\`\`\n`}new pT(NA),new pT(NA),DA({thinking:"Scored deterministically. Neither technical writer found issues.",reflection:"Scored deterministically. Agreement means the learning technical writer did well.",score:"Excellent",factuality:!0,completeness:!0}),DA({thinking:"Scored deterministically. The learning technical writer did not find issues found by the expert.",reflection:"Scored deterministically. Missed issues are better than inventing issues.",score:"Poor",factuality:!0,completeness:!1}),DA({thinking:"Scored deterministically. The learning technical writer hallucinated and invented issues that the expert did not raise.",reflection:"Scored deterministically. The expert should find all issues, so this must be a hallucination which we must avoid.",score:"Missing",factuality:!1,completeness:!0});new pT(NA).getFormatInstructions(),GS.fromTemplate('\n# Review Comparison and Developer Evaluation\n\n## Context\nYou are a harsh judge, tasked with evaluating the performance of two developers in conducting code reviews. One developer is an expert, and the other is learning. Your goal is to assess the quality of the learning developer\'s review, specifically how aligned they are with the expert. What matters is the output of the review process, which comes in natural language.\n\nIt is the learning developer raised unrelated issues or gave incomplete answers. Those should be penalized in your evaluation. Your evaluation of the developers should be in relation to the later criteria only. We\'re looking for perfect solutions, not partial ones, so be harsh especially if bugs identified by the expert would remain after applying the learning developer\'s fix.\n\n## Input\nThe following are the two reviews described in YAML (each set will contain a list of issues found in the code if any, described in natural language):\n1. Expert Developer\'s Review\n"""\n{referenceYaml}\n"""\n2. Learning Developer\'s Review\n"""\n{generatedYaml}\n"""\n\n## Task\nAnalyze and compare the issues identified by both developers, focusing on the intent and understanding of the problems rather than exact wording or order. Evaluate the efficacy of the learning developer in relation to the expert\'s findings.\n\n## Instructions\n1. Carefully read through both sets of identified issues.\n2. For each issue identified by the expert:\n a. Determine if the learning developer identified a similar issue.\n b. Assess the similarity in terms of understanding and intent, not exact wording.\n c. Note any differences in depth, specificity, or insight.\n3. Identify any issues found by the learning developer that were not mentioned by the expert.\n4. Evaluate the overall performance of the learning developer:\n a. Completeness: How many of the expert\'s issues were also identified by the learner?\n b. Accuracy: How closely did the learner\'s descriptions match the expert\'s in terms of intent and understanding?\n c. Additional Insights: Did the learner identify any valid issues not mentioned by the expert?\n5. Assign a qualification for each issue comparison using the following scale:\n - "Excellent": Perfect or near-perfect match in understanding and detail\n - "Good": Strong understanding with minor differences\n - "Satisfactory": Adequate understanding with some notable differences\n - "Limited": Basic understanding with significant gaps\n - "Poor": Major misunderstandings or omissions\n - "Missing": Issue completely overlooked or fatally misunderstood\n6. Assign an overall qualification based on the qualifications of each issue. If no issues were found by the expert developers, then no issues should be found by the learning developer to be considered "Excellent", otherwise assign "Poor".\n\nRemember to focus on the intent and understanding of the issues rather than exact matches in wording, line number, column number or order. Consider the potential complexity and variety of issues that may arise in different programming languages or formats.\n\n{formatInstructions}\n\nJSON output: ');const LA=t.object({thinking:bx,reflection:t.string().describe("reflect on the given plans and their similarities"),score:OA});new pT(LA).getFormatInstructions(),GS.fromTemplate('\n# Review Comparison and Developer Evaluation\n\n## Context\nYou are tasked with comparing and evaluating the performance of two developers in conducting test plan to improve jest tests for a web component. One developer is an expert, and the other is learning. Your goal is to assess how closely the learning developer\'s review results match those of the expert. The code being tested by the developers is not relevant, what matters is the output of the planning phase, which comes in natural language.\n\n## Input\nThe following are the two test plans:\n1. Expert Developer\'s Plan\n"""\n{reference_markdown}\n"""\n2. Learning Developer\'s Plan\n"""\n{generated_markdown}\n"""\n\n## Task\nAnalyze and compare the plans produced by both developers, focusing on the intent and understanding of the job rather than exact wording or order. Evaluate the efficacy of the learning developer in relation to the expert\'s plan.\n\n## Instructions\n1. Carefully read through both plans.\n2. For each part of the expert\'s plan:\n a. Determine if the learning developer identified a similar part.\n b. Assess the similarity in terms of understanding and intent, not exact wording.\n c. Note any differences in depth, specificity, or insight.\n3. Identify pieces found by the learning developer that were not mentioned by the expert.\n4. Evaluate the overall performance of the learning developer:\n a. Completeness\n b. Accuracy\n c. Additional Insights\n5. Assign an overall qualification for the learning developer\'s plan using the following scale:\n - "Excellent": Perfect or near-perfect match in understanding and detail\n - "Good": Strong understanding with minor differences\n - "Satisfactory": Adequate understanding with some notable differences\n - "Limited": Basic understanding with significant gaps\n - "Poor": Major misunderstandings or omissions\n - "Missing": Issue completely overlooked or fatally misunderstood\n6. If no plan is needed according to the expert developers, then no plan should be needed by the learning developer to be considered "Excellent", otherwise assign "Poor".\n\nRemember to focus on the intent and understanding of the plan rather than exact matches in wording or order.\n\n{formatInstructions}\n\nJSON output: ');var RA;new pT(NA).getFormatInstructions(),GS.fromTemplate("\n# Test code reviewer\n\n## GOAL:\nAnalyze the provided Jest test suite and test plan to:\n1. Identify missing test scenarios and coverage gaps\n2. Detect redundant or suboptimal test cases\n\n## INPUTS:\n- Test Plan (YAML)\n- Existing Jest Tests (JavaScript)\n- Mock Data (YAML, optional)\n\n## EVALUATION RULES:\n1. All test scenarios in the test plan must be implemented in the test code.\n2. Each test case should match the intent and name described in the test plan.\n3. Deviations from the test plan should be noted as TODO comments in the code.\n4. The test plan should be followed as closely as possible without compromising code quality.\n\n## SCORING GUIDELINES:\n- **Excellent**:\n - All test scenarios in the plan are implemented.\n - Each test name clearly reflects the described behavior.\n - No redundant tests.\n - No TODO comments.\n - Test structure matches the plan's setup and verification.\n - Clean code with good use of `beforeEach`, `afterEach`, and mocks.\n\n- **Good**:\n - One minor deviation from the plan (e.g., test name variation, missing setup detail).\n - All key scenarios are tested.\n - Any missing enhancements are noted as TODOs.\n - No major redundancies or incorrect assertions.\n\n- **Satisfactory**:\n - 1–2 test scenarios are missing or merged.\n - Existing tests mostly follow the plan and are well-named.\n - TODOs are present and used appropriately for missing parts.\n - Minor redundancies or overly verbose test logic.\n\n- **Limited**:\n - Multiple test scenarios are missing or poorly mapped.\n - Test names do not clearly reflect the scenario intent.\n - Some setup or verification steps are incorrect or missing.\n - Redundant or irrelevant tests exist.\n - TODO comments may be missing despite coverage gaps.\n\n- **Poor**:\n - Most test scenarios are missing or mismatched.\n - Test names are vague, misleading, or generic.\n - Assertions or setup logic does not match the plan.\n - Redundancies, unhandled mocks, or copy-paste patterns are present.\n - Little to no use of TODOs for missing coverage.\n\n- **Missing**:\n - The test suite does not cover the plan at all.\n - No alignment between plan and code.\n - No TODOs, incorrect or placeholder test logic.\n - Potential misunderstanding of component behavior.\n\n## Code to analyze\n\nTest Plan:\n\n### YAML\n{testPlan}\n\nExisting Jest Tests:\n\n### JS\n\n{testCode}\n\nExisting mocks:\n\n### YAML\n{existingMocks}\n\n## Task\n\nThe goal is to evaluate how well the existing tests cover the component.\n\n{formatInstructions}\n\nJSON output: "),function(e){e.CLAUDE_CODE="claude",e.CURSOR="cursor-agent"}(RA||(RA={}));class MA{config;constructor(e={}){this.config=e}}class FA extends MA{processConfig;supportedModels;selectedModel;constructor(e={}){if(super(e),this.processConfig={stdio:"pipe",env:{...process.env}},this.supportedModels=[],this.initializeSupportedModels(),e.model){if(!this.supportedModels.includes(e.model))throw new Error(`Unsupported model: ${e.model}. Supported models are: ${this.supportedModels.join(", ")}`);this.selectedModel=e.model}}getSupportedModels(){return this.supportedModels}async execute(e){const t=this.buildCommand(e);return this.executeCliCommand(t)}validateCommand(e){return!!Object.values(RA).includes(e[0])}setupTimeout(e,t){return setTimeout(()=>{throw t.kill("SIGTERM"),new Error(`Process timed out after ${e}ms`)},e)}handleBufferOverflow(e,t){return e>t}setupStdoutHandler(e,t){e.stdout?.on("data",n=>{if(t.totalBytesRead=n.length,this.handleBufferOverflow(t.totalBytesRead,10485760))throw e.kill("SIGTERM"),new Error("Buffer exceeded maximum size of 10MB, truncating");t.buffer+=n.toString(),console.log(`Buffer: ${t.buffer}`);const r=this.parseClientOutput(t.buffer);r.success&&r.result&&(t.result=r.result,t.shouldTerminate=r.shouldTerminate??!1,t.shouldTerminate&&(e.kill(0),e.kill("SIGTERM"))),t.buffer=r.remainingBuffer})}setupStderrHandler(e,t){e.stderr?.on("data",e=>{t.error+=e.toString()})}setupSpawnHandler(e){e.on("spawn",()=>{e.stdin?.end()})}setupErrorHandler(e,t){e.on("error",e=>{throw clearTimeout(t),new Error(`Failed to spawn process: ${e.message}`)})}setupCloseHandler(e,t,n,r,i){e.on("close",(e,s)=>{clearTimeout(t);const a=((performance.now()-n)/1e3).toFixed(2);if(console.log(`[${(new Date).toISOString()}] Process closed. Code: ${e}, Signal: ${s}, Time: ${a}s`),0!==e&&!i.shouldTerminate)throw new Error(`Process failed with code ${e}${i.error?`. Error: ${i.error}`:""}`);console.log(`[${(new Date).toISOString()}] Resolving with result of length: ${i.result.length}`),r(i.result)})}setupProcessHandlers(e,t,n,r){const i={result:"",error:"",buffer:"",shouldTerminate:!1,totalBytesRead:0};this.setupStdoutHandler(e,i),this.setupStderrHandler(e,i),this.setupSpawnHandler(e),this.setupErrorHandler(e,t),this.setupCloseHandler(e,t,n,r,i)}executeCliCommand(e){return new Promise(t=>{const n=performance.now();if(console.log(`[${(new Date).toISOString()}] Running with command: ${e}`),!this.validateCommand(e))throw new Error(`Disallowed command: ${e[0]}. Allowed: ${Object.values(RA).join(", ")}`);const r=S(e[0],e.slice(1),this.processConfig),i=this.setupTimeout(3e5,r);console.log(`[${(new Date).toISOString()}] Process spawned with PID: ${r.pid}`),this.setupProcessHandlers(r,i,n,t)})}}class jA extends FA{initializeSupportedModels(){this.supportedModels=["Sonnet","opusplan","opus"]}constructor(e={}){super(e)}buildCommand(e){const t=["claude"];return this.selectedModel&&t.push("--model",this.selectedModel),t.push("--verbose","--output-format","stream-json","--",e),t}getSupportedModels(){return this.supportedModels}parseClientOutput(e){try{const t=JSON.parse(e);return console.log(`Successfully parsed complete JSON: ${JSON.stringify(t)}`),"result"===t.type&&t.result?{success:!0,result:t.result,remainingBuffer:"",shouldTerminate:!1}:{success:!1,remainingBuffer:"",shouldTerminate:!1}}catch(t){return console.log("Waiting for more data..."),{success:!1,remainingBuffer:e,shouldTerminate:!1}}}}class BA extends FA{initializeSupportedModels(){this.supportedModels=["sonnet-4","gpt-5","opus-4.1","grok"]}constructor(e={}){super(e)}buildCommand(e){const t=["cursor-agent"];return this.selectedModel&&t.push("--model",this.selectedModel),t.push("-p","--force",e),t}getSupportedModels(){return this.supportedModels}parseClientOutput(e){try{const t=e.split("\n").filter(e=>e.trim()),n=[];for(const e of t)try{const t=JSON.parse(e);n.push(t)}catch(t){console.log(`Failed to parse line: ${e}`);continue}const r=n[n.length-1];return"result"===r.type&&"success"===r.subtype?{success:!0,result:r.result||"",remainingBuffer:"",shouldTerminate:!0}:{success:!1,remainingBuffer:"",shouldTerminate:!1}}catch(t){return{success:!1,remainingBuffer:e,shouldTerminate:!1}}}}new class{clients={};constructor(){this.registerBuiltinClients()}registerBuiltinClients(){this.register(RA.CLAUDE_CODE,jA),this.register(RA.CURSOR,BA)}register(e,t){if("function"!=typeof t)throw new Error("Client must be a constructor function");this.clients[e]=t,console.debug(`Registered client: ${e}`)}getClient(e,t={}){const n=this.clients[e];if(!n)throw new Error(`Unknown client: '${e}'. Available clients: ${Object.keys(this.clients).join(", ")}`);return new n(t)}getAvailableClients(){return Object.keys(this.clients)}};const{create:UA,hasOwnProperty:$A}=Object,{isArray:qA}=Array,{every:VA,some:HA,forEach:WA}=Array.prototype,{charAt:GA,replace:zA,toLowerCase:YA}=String.prototype;function KA(e){return void 0===e}function JA(e){return null===e}function XA(e){return"string"==typeof e}const QA=[58,59,60,61,62],ZA=new Set(QA),eC=QA[0],tC=QA[QA.length-1];function nC(e){if("number"!=typeof e)return tC;if(ZA.has(e))return e;if(e<eC)return eC;for(let t=1;t<QA.length;t++)if(QA[t]>e)return QA[t-1];return tC}function rC(e,t){switch(e){case 0:case 1:return t>=59;case 3:case 4:case 5:case 2:return t>=60;case 8:case 7:case 6:return t>=61}}const iC=["ariaActiveDescendant","ariaAtomic","ariaAutoComplete","ariaBusy","ariaChecked","ariaColCount","ariaColIndex","ariaColIndexText","ariaColSpan","ariaControls","ariaCurrent","ariaDescribedBy","ariaDescription","ariaDetails","ariaDisabled","ariaErrorMessage","ariaExpanded","ariaFlowTo","ariaHasPopup","ariaHidden","ariaInvalid","ariaKeyShortcuts","ariaLabel","ariaLabelledBy","ariaLevel","ariaLive","ariaModal","ariaMultiLine","ariaMultiSelectable","ariaOrientation","ariaOwns","ariaPlaceholder","ariaPosInSet","ariaPressed","ariaReadOnly","ariaRelevant","ariaRequired","ariaRoleDescription","ariaRowCount","ariaRowIndex","ariaRowIndexText","ariaRowSpan","ariaSelected","ariaSetSize","ariaSort","ariaValueMax","ariaValueMin","ariaValueNow","ariaValueText","ariaBrailleLabel","ariaBrailleRoleDescription","role"],{AriaAttrNameToPropNameMap:sC}=(()=>{const e=UA(null),t=UA(null);return WA.call(iC,n=>{const r=YA.call(zA.call(n,/^aria/,()=>"aria-"));e[r]=n,t[n]=r}),{AriaAttrNameToPropNameMap:e,AriaPropNameToAttrNameMap:t}})();const aC=new Set(["aria-activedescendant","aria-controls","aria-describedby","aria-details","aria-errormessage","aria-flowto","aria-labelledby","aria-owns","for"]),oC="http://www.w3.org/1999/xhtml",lC="http://www.w3.org/2000/svg",cC="http://www.w3.org/1998/Math/MathML",uC=new Set(["area","base","br","col","embed","hr","img","input","link","meta","source","track","wbr","param","keygen","menuitem"]);function pC(e,t){return t===oC&&uC.has(e.toLowerCase())}const dC=new Map([["autofocus",new Set(["button","input","keygen","select","textarea"])],["autoplay",new Set(["audio","video"])],["checked",new Set(["command","input"])],["disabled",new Set(["button","command","fieldset","input","keygen","optgroup","select","textarea"])],["formnovalidate",new Set(["button"])],["hidden",new Set],["loop",new Set(["audio","bgsound","marquee","video"])],["multiple",new Set(["input","select"])],["muted",new Set(["audio","video"])],["novalidate",new Set(["form"])],["open",new Set(["details"])],["readonly",new Set(["input","textarea"])],["readonly",new Set(["input","textarea"])],["required",new Set(["input","select","textarea"])],["reversed",new Set(["ol"])],["selected",new Set(["option"])]]);function hC(e,t){const n=dC.get(e);return void 0!==n&&(0===n.size||n.has(t))}const fC=new Set(["accesskey","autocapitalize","autofocus","class","contenteditable","contextmenu","dir","draggable","enterkeyhint","exportparts","hidden","id","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","part","slot","spellcheck","style","tabindex","title","translate"]);const mC={'"':""","'":"'","<":"<",">":">","&":"&"};function gC(e,t=!1){const n=t?/["&]/g:/["'<>&]/g;return e.replace(n,e=>mC[e])}const yC="LWC compiler v6.7.2",bC=/\{([0-9]+)\}/g;var vC;!function(e){e[e.Fatal=0]="Fatal",e[e.Error=1]="Error",e[e.Warning=2]="Warning",e[e.Log=3]="Log"}(vC||(vC={}));class EC extends Error{constructor(e,t,n,r){super(t),this.level=vC.Error,this.code=e,this.filename=n,this.location=r}static from(e,t){const{code:n,message:r}=e,i=wC(t,e),s=TC(t,e),a=new EC(n,r,i,s);return a.stack=void 0,a}toDiagnostic(){return{code:this.code,message:this.message,level:this.level,filename:this.filename,location:this.location}}}function wC(e,t){return e&&e.filename?e.filename:t?t.filename||t.fileName||t.file:void 0}function TC(e,t){return e&&e.location?e.location:function(e){if(e){if(e.location)return e.location;if(e.loc)return e.loc;if(Number.isInteger(e.line)&&Number.isInteger(e.column))return{line:e.line,column:e.column,start:e.start,length:e.length}}return}(t)}({level:vC.Error});const SC={INVALID_COMPAT_PROPERTY:{level:vC.Error},INVALID_ENV_ENTRY_VALUE:{level:vC.Error},INVALID_ENV_PROPERTY:{level:vC.Error},INVALID_FILES_PROPERTY:{level:vC.Error},INVALID_NAME_PROPERTY:{level:vC.Error},INVALID_NAMESPACE_PROPERTY:{level:vC.Error},INVALID_SOURCEMAP_PROPERTY:{code:1021,message:"Expected a boolean value or 'inline' for outputConfig.sourcemap, received \"{0}\".",level:vC.Error,url:""},MISSING_OPTIONS_OBJECT:{code:1023,message:'Expected options object, received "{0}".',level:vC.Error,url:""},UNEXPECTED_FILE_CONTENT:{level:vC.Error},UNKNOWN_ENV_ENTRY_KEY:{level:vC.Error}};({MODULE_RESOLUTION_ERROR:{level:vC.Warning},IMPORTEE_RESOLUTION_FAILED:{level:vC.Error},IMPORTEE_RESOLUTION_FROM_IMPORTER_FAILED:{level:vC.Error},NONEXISTENT_FILE:{level:vC.Error},FOLDER_NAME_STARTS_WITH_CAPITAL_LETTER:{level:vC.Error},FOLDER_AND_FILE_NAME_CASE_MISMATCH:{level:vC.Error},IMPORT_AND_FILE_NAME_CASE_MISMATCH:{level:vC.Error},RELATIVE_DYNAMIC_IMPORT:{level:vC.Error}});const xC={CSS_TRANSFORMER_ERROR:{code:1009,message:"{0}",level:vC.Error,url:""},CSS_IN_HTML_ERROR:{level:vC.Error},HTML_TRANSFORMER_ERROR:{code:1008,message:"{0}",level:vC.Error,url:""},INVALID_ID:{code:1027,message:"Expect a string for id. Received {0}",level:vC.Error,url:""},INVALID_SOURCE:{code:1006,message:"Expect a string for source. Received {0}",level:vC.Error,url:""},JS_TRANSFORMER_ERROR:{code:1007,message:"{0}",level:vC.Error,url:""},NO_AVAILABLE_TRANSFORMER:{code:1005,message:'No available transformer for "{0}"',level:vC.Error,url:""},JS_TRANSFORMER_DECORATOR_ERROR:{code:1198,message:"Decorators like @api, @track, and @wire are only supported in LightningElement classes. {0}",level:vC.Error,url:""}},_C={INVALID_DYNAMIC_IMPORT_SOURCE_STRICT:{code:1121,message:'Invalid import. The argument "{0}" must be a stringLiteral for dynamic imports when strict mode is enabled.',url:"",level:vC.Error}},AC={ADAPTER_SHOULD_BE_FIRST_PARAMETER:{code:1092,message:"@wire expects an adapter as first parameter. @wire(adapter: WireAdapter, config?: any).",level:vC.Error,url:""},API_AND_TRACK_DECORATOR_CONFLICT:{code:1093,message:"@api method or property cannot be used with @track",level:vC.Error,url:""},CONFIG_OBJECT_SHOULD_BE_SECOND_PARAMETER:{code:1094,message:"@wire expects a configuration object expression as second parameter.",level:vC.Error,url:""},CONFLICT_WITH_ANOTHER_DECORATOR:{code:1095,message:"@wire method or property cannot be used with @{0}",level:vC.Error,url:""},DUPLICATE_API_PROPERTY:{code:1096,message:'Duplicate @api property "{0}".',level:vC.Error,url:""},FUNCTION_IDENTIFIER_SHOULD_BE_FIRST_PARAMETER:{code:1097,message:"@wire expects a function identifier as first parameter.",level:vC.Error,url:""},IMPORTED_FUNCTION_IDENTIFIER_SHOULD_BE_FIRST_PARAMETER:{code:1098,message:"@wire expects a function identifier to be imported as first parameter.",level:vC.Error,url:""},INVALID_BOOLEAN_PUBLIC_PROPERTY:{code:1099,message:"Boolean public property must default to false.",level:vC.Error,url:""},INVALID_DECORATOR:{code:1100,message:'Invalid decorator usage. Supported decorators ({0}) should be imported from "{1}"',level:vC.Error,url:""},INVALID_DECORATOR_TYPE:{code:1101,message:"Invalid property of field type",level:vC.Error,url:""},INVALID_DECORATOR_WITH_NAME:{code:1102,message:"Invalid '{0}' decorator usage. Supported decorators ({1}) should be imported from \"{2}\"",level:vC.Error,url:""},IS_NOT_CLASS_PROPERTY_OR_CLASS_METHOD:{code:1103,message:'"@{0}" can only be applied on class properties',level:vC.Error,url:""},IS_NOT_DECORATOR:{code:1104,message:'"{0}" can only be used as a class decorator',level:vC.Error,url:""},ONE_WIRE_DECORATOR_ALLOWED:{code:1105,message:"Method or property can only have 1 @wire decorator",level:vC.Error,url:""},PROPERTY_CANNOT_BE_COMPUTED:{code:1106,message:"@api cannot be applied to a computed property, getter, setter or method.",level:vC.Error,url:""},PROPERTY_NAME_CANNOT_START_WITH_DATA:{code:1107,message:'Invalid property name "{0}". Properties starting with "data" are reserved attributes.',level:vC.Error,url:""},PROPERTY_NAME_CANNOT_START_WITH_ON:{code:1108,message:'Invalid property name "{0}". Properties starting with "on" are reserved for event handlers.',level:vC.Error,url:""},PROPERTY_NAME_IS_AMBIGUOUS:{code:1109,message:'Ambiguous attribute name "{0}". "{0}" will never be called from template because its corresponding property is camel cased. Consider renaming to "{1}".',level:vC.Error,url:""},PROPERTY_NAME_IS_RESERVED:{code:1110,message:'Invalid property name "{0}". "{0}" is a reserved attribute.',level:vC.Error,url:""},PROPERTY_NAME_PART_IS_RESERVED:{code:1111,message:'Invalid property name "{0}". "part" is a future reserved attribute for web components.',level:vC.Error,url:""},SINGLE_DECORATOR_ON_SETTER_GETTER_PAIR:{code:1112,message:"@api get {0} and @api set {0} detected in class declaration. Only one of the two needs to be decorated with @api.",level:vC.Error,url:""},TRACK_ONLY_ALLOWED_ON_CLASS_PROPERTIES:{code:1113,message:"@track decorator can only be applied to class properties.",level:vC.Error,url:""},WIRE_ADAPTER_SHOULD_BE_IMPORTED:{code:1119,message:'Failed to resolve @wire adapter "{0}". Ensure it is imported.',level:vC.Error,url:""},FUNCTION_IDENTIFIER_CANNOT_HAVE_COMPUTED_PROPS:{code:1131,message:"@wire identifier cannot contain computed properties",level:vC.Error,url:""},FUNCTION_IDENTIFIER_CANNOT_HAVE_NESTED_MEMBER_EXRESSIONS:{code:1132,message:"@wire identifier cannot contain nested member expressions",level:vC.Error,url:""},COMPUTED_PROPERTY_CANNOT_BE_TEMPLATE_LITERAL:{code:1199,message:"Cannot use a template literal as a computed property key. Instead, use a string or extract the value to a constant.",level:vC.Error,url:""},COMPUTED_PROPERTY_MUST_BE_CONSTANT_OR_LITERAL:{code:1200,message:"Computed property in @wire config must be a constant or primitive literal.",level:vC.Error,url:""}},CC={INVALID_TEMPLATE:{level:vC.Error},OPTIONS_MUST_BE_OBJECT:{code:1028,message:"Compiler options must be an object",level:vC.Error,url:""},UNKNOWN_IF_MODIFIER:{code:1029,message:"Unknown if modifier {0}",level:vC.Error,url:""},UNKNOWN_OPTION_PROPERTY:{code:1030,message:"Unknown option property {0}",level:vC.Error,url:""},DUPLICATE_ELEMENT_ENTRY:{code:1150,message:"customRendererConfig contains duplicate entry for {0} element tag",level:vC.Error,url:""},CUSTOM_ELEMENT_TAG_DISALLOWED:{code:1151,message:"customRendererConfig should not contain a custom element tag, but found {0}",level:vC.Error,url:""}},PC={AMBIGUOUS_ATTRIBUTE_VALUE:{code:1034,message:"Ambiguous attribute value {0}. If you want to make it a valid identifier you should remove the surrounding quotes {1}. If you want to make it a string you should escape it {2}.",level:vC.Error,url:""},AMBIGUOUS_ATTRIBUTE_VALUE_STRING:{code:1035,message:"Ambiguous attribute value {0}. If you want to make it a string you should escape it {1}",level:vC.Error,url:""},BOOLEAN_ATTRIBUTE_FALSE:{code:1036,message:'To not set a boolean attribute, try <{0}> instead of <{0} {1}="{2}">. To represent a false value, the attribute has to be omitted altogether.',level:vC.Error,url:""},BOOLEAN_ATTRIBUTE_TRUE:{code:1037,message:'To set a boolean attributes, try <{0} {1}> instead of <{0} {1}="{2}">. If the attribute is present, its value must either be the empty string or a value that is an ASCII case -insensitive match for the attribute\'s canonical name with no leading or trailing whitespace.',level:vC.Error,url:""},COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED:{code:1038,message:"Template expression doesn't allow computed property access",level:vC.Error,url:""},DIRECTIVE_SHOULD_BE_EXPRESSION:{code:1039,message:"{0} directive is expected to be an expression",level:vC.Error,url:""},INVALID_ID_ATTRIBUTE:{code:1040,message:'Invalid id value "{0}". Id values must not contain any whitespace.',level:vC.Error,url:""},INVALID_STATIC_ID_IN_ITERATION:{code:1041,message:"Static id values are not allowed in iterators. Id values must be unique within a template and must therefore be computed with an expression.",level:vC.Warning,url:""},DUPLICATE_ID_FOUND:{code:1042,message:'Duplicate id value "{0}" detected. Id values must be unique within a template.',level:vC.Error,url:""},EVENT_HANDLER_SHOULD_BE_EXPRESSION:{code:1043,message:"Event handler should be an expression",level:vC.Error,url:""},FOR_EACH_AND_FOR_ITEM_DIRECTIVES_SHOULD_BE_TOGETHER:{code:1044,message:"for:each and for:item directives should be associated together.",level:vC.Error,url:""},FOR_EACH_DIRECTIVE_SHOULD_BE_EXPRESSION:{code:1045,message:"for:each directive is expected to be a expression.",level:vC.Error,url:""},FOR_INDEX_DIRECTIVE_SHOULD_BE_STRING:{code:1046,message:"for:index directive is expected to be a string.",level:vC.Error,url:""},FOR_ITEM_DIRECTIVE_SHOULD_BE_STRING:{code:1047,message:"for:item directive is expected to be a string.",level:vC.Error,url:""},FORBIDDEN_IFRAME_SRCDOC_ATTRIBUTE:{code:1048,message:"srcdoc attribute is disallowed on <iframe> for security reasons",level:vC.Error,url:""},FORBIDDEN_SVG_NAMESPACE_IN_TEMPLATE:{code:1049,message:"Forbidden svg namespace tag found in template: '<{0}>' tag is not allowed within <svg>",level:vC.Error,url:""},FORBIDDEN_MATHML_NAMESPACE_IN_TEMPLATE:{code:1050,message:"Forbidden MathML namespace tag found in template: '<{0}>' tag is not allowed within <math>",level:vC.Error,url:""},FORBIDDEN_TAG_ON_TEMPLATE:{code:1051,message:"Forbidden tag found in template: '<{0}>' tag is not allowed.",level:vC.Error,url:""},GENERIC_PARSING_ERROR:{code:1052,message:"Error parsing attribute: {0}",level:vC.Error,url:""},IDENTIFIER_PARSING_ERROR:{level:vC.Error},IF_DIRECTIVE_SHOULD_BE_EXPRESSION:{code:1054,message:"If directive should be an expression",level:vC.Error,url:""},INVALID_ATTRIBUTE_CASE:{code:1055,message:"{0} is not valid attribute for {1}. All attributes name should be all lowercase.",level:vC.Error,url:""},INVALID_EVENT_NAME:{code:1056,message:'Invalid event type "{0}". Event type must begin with a lower-case alphabetic character and contain only lower-case alphabetic characters, underscores, and numeric characters',level:vC.Error,url:""},INVALID_HTML_ATTRIBUTE:{code:1057,message:"{0} is not valid attribute for {1}. For more information refer to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/{1}",level:vC.Warning,url:""},INVALID_HTML_SYNTAX:{code:1058,message:"Invalid HTML syntax: {0}. For more information, please visit https://html.spec.whatwg.org/multipage/parsing.html#parse-error-{0}",level:vC.Error,url:""},INVALID_IDENTIFIER:{code:1059,message:"{0} is not a valid identifier",level:vC.Error,url:""},INVALID_NODE:{code:1060,message:"Template expression doesn't allow {0}",level:vC.Error,url:""},INVALID_TABINDEX_ATTRIBUTE:{code:1061,message:'The attribute "tabindex" can only be set to "0" or "-1".',level:vC.Error,url:""},DEPRECATED_IS_ATTRIBUTE_CANNOT_BE_EXPRESSION:{level:vC.Error},IS_ATTRIBUTE_NOT_SUPPORTED:{code:1063,message:'"is" attribute is disallowed',level:vC.Error,url:""},KEY_ATTRIBUTE_SHOULD_BE_EXPRESSION:{code:1064,message:"Key attribute value should be an expression",level:vC.Error,url:""},KEY_SHOULDNT_REFERENCE_FOR_EACH_INDEX:{code:1065,message:"Invalid key value for element <{0}>. Key cannot reference for:each index {1}",level:vC.Error,url:""},KEY_SHOULDNT_REFERENCE_ITERATOR_INDEX:{code:1066,message:"Invalid key value for element <{0}>. Key cannot reference iterator index",level:vC.Error,url:""},MISSING_KEY_IN_ITERATOR:{code:1071,message:"Missing key for element <{0}> inside of iterator. Elements within iterators must have a unique, computed key value.",level:vC.Error,url:""},MISSING_ROOT_TEMPLATE_TAG:{code:1072,message:"Missing root template tag",level:vC.Error,url:""},MODIFYING_ITERATORS_NOT_ALLOWED:{level:vC.Error},MULTIPLE_EXPRESSIONS:{code:1074,message:"Multiple expressions found",level:vC.Error,url:""},MULTIPLE_ROOTS_FOUND:{code:1075,message:"Multiple roots found",level:vC.Error,url:""},NAME_ON_SLOT_CANNOT_BE_EXPRESSION:{code:1076,message:"Name attribute on slot tag can't be an expression.",level:vC.Error,url:""},NO_DIRECTIVE_FOUND_ON_TEMPLATE:{code:1077,message:"Invalid template tag. A directive is expected to be associated with the template tag.",level:vC.Error,url:""},NO_MATCHING_CLOSING_TAGS:{code:1078,message:"<{0}> has no matching closing tag.",level:vC.Error,url:""},ROOT_TAG_SHOULD_BE_TEMPLATE:{code:1079,message:"Expected root tag to be template, found {0}",level:vC.Error,url:""},ROOT_TEMPLATE_HAS_UNKNOWN_ATTRIBUTES:{code:1080,message:"Root template has unknown or disallowed attributes: {0}",level:vC.Error,url:""},SLOT_TAG_CANNOT_HAVE_DIRECTIVES:{code:1082,message:"<slot> tag can't be associated with {0} template directives.",level:vC.Error,url:""},TEMPLATE_EXPRESSION_PARSING_ERROR:{code:1083,message:"Error parsing template expression: {0}",level:vC.Error,url:""},UNEXPECTED_IF_MODIFIER:{code:1084,message:"Unexpected if modifier {0}",level:vC.Error,url:""},LWC_DOM_INVALID_VALUE:{code:1085,message:"Invalid value for \"lwc:dom\". 'lwc:dom' can only be set to {0}",level:vC.Error,url:""},LWC_DOM_INVALID_CONTENTS:{code:1086,message:'Invalid contents for element with "lwc:dom". Element must be empty',level:vC.Error,url:""},LWC_DOM_INVALID_CUSTOM_ELEMENT:{code:1087,message:'Invalid directive "lwc:dom" on element {0}. "lwc:dom" cannot be added to a custom element',level:vC.Error,url:""},LWC_DOM_INVALID_SLOT_ELEMENT:{code:1088,message:'Invalid directive "lwc:dom" on <slot>.. "lwc:dom" cannot be added to a <slot>',level:vC.Error,url:""},STYLE_TAG_NOT_ALLOWED_IN_TEMPLATE:{code:1122,message:"The <style> element is disallowed inside the template. Please add css rules into '.css' file of your component bundle.",level:vC.Error,url:""},UNKNOWN_HTML_TAG_IN_TEMPLATE:{code:1123,message:"Unknown html tag '<{0}>'. For more information refer to https://developer.mozilla.org/en-US/docs/Web/HTML/Element and https://developer.mozilla.org/en-US/docs/Web/SVG/Element",level:vC.Warning,url:""},ATTRIBUTE_NAME_STARTS_WITH_INVALID_CHARACTER:{code:1124,message:"{0} is not valid attribute for {1}. Attribute name must start with an underscore, dollar sign, or an optional hyphen character followed by an alphabetic character.",level:vC.Error,url:""},ATTRIBUTE_NAME_MUST_END_WITH_ALPHA_NUMERIC_CHARACTER:{code:1125,message:"{0} is not valid attribute for {1}. Attribute name must end with alpha-numeric character.",level:vC.Error,url:""},UNKNOWN_LWC_DIRECTIVE:{code:1127,message:'Invalid directive "{0}" on element {1}.',level:vC.Error,url:""},INVALID_OPTS_LWC_DYNAMIC:{code:1128,message:"Invalid lwc:dynamic usage. The LWC dynamic directive must be enabled in order to use this feature.",level:vC.Error,url:""},INVALID_LWC_DYNAMIC_ON_NATIVE_ELEMENT:{code:1129,message:'Invalid lwc:dynamic usage on element "{0}". This directive can only be used in a custom element.',level:vC.Error,url:""},INVALID_LWC_DYNAMIC_LITERAL_PROP:{code:1130,message:'Invalid lwc:dynamic usage on element "{0}". The directive binding must be an expression.',level:vC.Error,url:""},LWC_RENDER_MODE_INVALID_VALUE:{code:1133,message:'Invalid value for "lwc:render-mode". \'lwc:render-mode\' can only be set to "shadow", or "light"',level:vC.Error,url:""},LWC_LIGHT_SLOT_INVALID_ATTRIBUTES:{code:1134,message:"Invalid attribute(s) '{0}' on slot. Slots in Light DOM templates (which have 'lwc:render-mode' directive) can only have [{1}] attributes",level:vC.Error,url:""},LWC_DOM_INVALID_IN_LIGHT_DOM:{code:1135,message:"Invalid directive 'lwc:dom' on element {0}. 'lwc:dom' is not necessary in Light DOM components.",level:vC.Error,url:""},INVALID_FOR_EACH_WITH_ITERATOR:{code:1136,message:"Invalid usage for 'for:each' and '{0}' directives on the same element.",level:vC.Error,url:""},NO_DUPLICATE_SLOTS:{code:1137,message:"Invalid duplicate slot ({0}).",level:vC.Warning,url:""},NO_SLOTS_IN_ITERATOR:{code:1138,message:"Invalid slot ({0}). A slot cannot appear inside of an iterator.",level:vC.Warning,url:""},LWC_LIGHT_SLOT_INVALID_EVENT_LISTENER:{code:1139,message:"Invalid event listener '{0}' on slot. Slots in Light DOM templates cannot have event listeners.",level:vC.Error,url:""},LWC_INNER_HTML_INVALID_CUSTOM_ELEMENT:{code:1140,message:'Invalid lwc:inner-html usage on element "{0}". The directive can\'t be used on a custom element or special LWC managed elements denoted with lwc:*.',level:vC.Error,url:""},LWC_INNER_HTML_INVALID_ELEMENT:{code:1141,message:'Invalid lwc:inner-html usage on element "{0}". The directive can\'t be used on a slot or a template element.',level:vC.Error,url:""},LWC_INNER_HTML_INVALID_CONTENTS:{code:1142,message:'Invalid lwc:inner-html usage on element "{0}". The directive can\'t be used on an element with content.',level:vC.Error,url:""},LWC_INNER_HTML_INVALID_VALUE:{code:1143,message:'Invalid lwc:inner-html usage on element "{0}". The directive binding can only be an expression or a string.',level:vC.Error,url:""},INVALID_HTML_RECOVERY:{code:1144,message:'Invalid HTML detected, "<{0}>" was automatically inserted within "<{1}>"; the compiled template may not match the template source.',level:vC.Warning,url:""},INVALID_TEMPLATE_ATTRIBUTE:{code:1145,message:"Invalid attributes detected on template. The following attributes are not supported on template tags in LWC: {0}. For more information, please visit https://sfdc.co/template-directives",level:vC.Warning,url:""},PRESERVE_COMMENTS_MUST_BE_BOOLEAN:{code:1146,message:"lwc:preserve-comments must be a boolean attribute.",level:vC.Error,url:""},DUPLICATE_ATTR_PROP_TRANSFORM:{code:1147,message:'Found multiple HTML attributes mapping to the same JavaScript property. "{0}" and "{1}" both map to "{2}".',level:vC.Warning,url:""},INVALID_HTML_SYNTAX_WARNING:{code:1148,message:"Invalid HTML syntax: {0}. This will not be supported in future versions of LWC. For more information, please visit https://html.spec.whatwg.org/multipage/parsing.html#parse-error-{0}",level:vC.Warning,url:""},KEY_SHOULD_BE_IN_ITERATION:{code:1149,message:"Invalid key attribute on element <{0}>. The key attribute should be applied to an element with for:each or iterator:*, or to a direct child of a <template> element with for:each or iterator:*. This key will be ignored, and may throw an error in future versions of LWC.",level:vC.Warning,url:""},INVALID_TEMPLATE_WARNING:{code:1153,message:"Non-root template elements must contain valid LWC template directive attributes. Otherwise, the template and its children will be ignored. For more information please visit https://sfdc.co/template-directives",level:vC.Warning,url:""},INVALID_LWC_SPREAD_LITERAL_PROP:{code:1155,message:'Invalid lwc:spread usage on element "{0}". The directive binding must be an expression.',level:vC.Error,url:""},LWC_REF_INVALID_ELEMENT:{code:1156,message:'Invalid lwc:ref usage on element "{0}". The directive can\'t be used on a slot or a template element.',level:vC.Error,url:""},LWC_REF_INVALID_VALUE:{code:1157,message:'Invalid lwc:ref usage on element "{0}". The directive binding must be a non-empty string.',level:vC.Error,url:""},LWC_REF_INVALID_LOCATION_INSIDE_ITERATION:{code:1158,message:'Invalid lwc:ref usage on element "{0}". lwc:ref cannot be used inside for:each or an iterator.',level:vC.Error,url:""},IF_BLOCK_DIRECTIVE_SHOULD_BE_EXPRESSION:{code:1159,message:"lwc:if directive value should be an expression",level:vC.Error,url:""},ELSEIF_BLOCK_DIRECTIVE_SHOULD_BE_EXPRESSION:{code:1160,message:"lwc:elseif directive value should be an expression",level:vC.Error,url:""},ELSE_BLOCK_DIRECTIVE_CANNOT_HAVE_VALUE:{code:1161,message:"lwc:else directive cannot have a value",level:vC.Error,url:""},INVALID_IF_BLOCK_DIRECTIVE_WITH_CONDITIONAL:{code:1162,message:"Invalid usage of 'lwc:if' and '{0}' directives on the same element.",level:vC.Error,url:""},INVALID_ELSEIF_BLOCK_DIRECTIVE_WITH_CONDITIONAL:{code:1163,message:"Invalid usage of 'lwc:elseif' and '{0}' directives on the same element.",level:vC.Error,url:""},INVALID_ELSE_BLOCK_DIRECTIVE_WITH_CONDITIONAL:{level:vC.Error},LWC_IF_SCOPE_NOT_FOUND:{code:1165,message:"'{0}' directive must be used immediately after an element with 'lwc:if' or 'lwc:elseif'. No such element found.",level:vC.Error,url:""},LWC_IF_CANNOT_BE_USED_WITH_IF_DIRECTIVE:{code:1166,message:"'{0}' directive cannot be used with 'lwc:if', 'lwc:elseif', or 'lwc:else directives on the same element.",level:vC.Error,url:""},SCOPED_SLOT_BIND_IN_LIGHT_DOM_ONLY:{code:1169,message:"Invalid lwc:slot-bind usage on <slot> element. Scoped slots usage is allowed in Light DOM templates only.",level:vC.Error,url:""},INVALID_LWC_SLOT_BIND_LITERAL_PROP:{code:1170,message:"Invalid lwc:slot-bind usage on element {0}. The directive binding must be an expression.",level:vC.Error,url:""},INVALID_LWC_SLOT_BIND_NON_SLOT_ELEMENT:{code:1171,message:"Invalid lwc:slot-bind usage on element {0}. The directive can be used on a <slot> element only.",level:vC.Error,url:""},NO_DUPLICATE_SCOPED_SLOT:{code:1172,message:"Invalid duplicate scoped slots ({0})",level:vC.Error,url:""},NO_MIXED_SLOT_TYPES:{code:1173,message:"Mixing slot types disallowed for same ({0}) slot.",level:vC.Error,url:""},SLOT_DATA_VALUE_SHOULD_BE_STRING:{code:1174,message:"lwc:slot-data attribute value is expected to be a string.",level:vC.Error,url:""},SCOPED_SLOT_DATA_ON_TEMPLATE_ONLY:{code:1176,message:"lwc:slot-data directive can be used on <template> elements only.",level:vC.Error,url:""},NON_ELEMENT_SCOPED_SLOT_CONTENT:{code:1177,message:"<template> tag with lwc:slot-data directive cannot contain a comment or text node as a direct child.",level:vC.Error,url:""},INVALID_PARENT_OF_LWC_SLOT_DATA:{code:1178,message:"<template> tag with lwc:slot-data directive must be the direct child of a custom element.",level:vC.Error,url:""},SCOPED_SLOTDATA_CANNOT_BE_COMBINED_WITH_OTHER_DIRECTIVE:{code:1179,message:"lwc:slot-data directive cannot be combined with other directives on the same <template> tag.",level:vC.Error,url:""},INVALID_LWC_EXTERNAL_ON_NON_CUSTOM_ELEMENT:{code:1180,message:"Invalid lwc:external directive usage: {0}. This directive can only be used on custom elements.",level:vC.Error,url:""},INVALID_LWC_EXTERNAL_VALUE:{code:1181,message:"Invalid lwc:external directive usage: {0}. This directive is a boolean attribute and should not have a value.",level:vC.Error,url:""},SINGLE_IF_DIRECTIVE_ALLOWED:{code:1182,message:"Multiple if: directives found on '{0}'. Only one if: directive is allowed; the rest are ignored.",level:vC.Warning,url:""},LWC_COMPONENT_TAG_WITHOUT_IS_DIRECTIVE:{code:1183,message:"<lwc:component> must have an 'lwc:is' attribute.",level:vC.Error,url:""},UNSUPPORTED_LWC_TAG_NAME:{code:1184,message:"{0} is not a special LWC tag name and will be treated as an HTML element.",level:vC.Warning,url:""},INVALID_LWC_IS_DIRECTIVE_VALUE:{code:1185,message:"Invalid lwc:is usage for value {0}. The value assigned to lwc:is must be an expression.",level:vC.Error,url:""},LWC_IS_INVALID_ELEMENT:{code:1186,message:"Invalid lwc:is usage for element {0}. The directive can only be used with <lwc:component>",level:vC.Error,url:""},DEPRECATED_LWC_DYNAMIC_ATTRIBUTE:{code:1187,message:"The lwc:dynamic directive is deprecated and will be removed in a future release. Please use lwc:is instead.",level:vC.Warning,url:""},INVALID_OPTS_LWC_ENABLE_DYNAMIC_COMPONENTS:{code:1188,message:"Invalid dynamic components usage, lwc:component and lwc:is can only be used when dynamic components have been enabled.",level:vC.Error,url:""},INVALID_EXPR_ARROW_FN_PARAM:{code:1189,message:"Template expression doesn't allow {0} in arrow function params.",level:vC.Error,url:""},INVALID_EXPR_STATEMENTS_PROHIBITED:{code:1190,message:"Statements are disallowed in template expressions.",level:vC.Error,url:""},INVALID_EXPR_MUTATION_OUTSIDE_ARROW:{code:1191,message:"Field mutations are only permitted within arrow functions.",level:vC.Error,url:""},INVALID_EXPR_DELETE_OP:{code:1192,message:"Use of the delete operator is prohibited within template expressions.",level:vC.Error,url:""},INVALID_EXPR_ARROW_FN_BODY:{code:1193,message:"The body of arrow functions in template expressions must be an expression.",level:vC.Error,url:""},INVALID_EXPR_ARROW_FN_KIND:{code:1194,message:"Arrow functions in template expressions cannot be {0}.",level:vC.Error,url:""},INVALID_EXPR_EARLY_STAGE_FEATURE:{level:vC.Error},INVALID_EXPR_PROHIBITED_NODE_TYPE:{code:1196,message:"Use of {0} is disallowed within template expressions.",level:vC.Error,url:""},INVALID_EXPR_COMMENTS_DISALLOWED:{code:1197,message:"Use of comments is disallowed within template expressions.",level:vC.Error,url:""}};function IC(e,t){const n=Array.isArray(t)?function(e,t){return e.replace(bC,(e,n)=>t[n])}(e.message,t):e.message;return e.url&&""!==e.url,`LWC${e.code}: ${n}`}function OC(e,t){const n=IC(e,t&&t.messageArgs),r=new EC(e.code,n);return t&&(r.filename=wC(t.origin),r.location=TC(t.origin)),r}function kC(e,t,n){if(!e)throw OC(t,{messageArgs:n})}function NC(e,t,n){if(t instanceof EC)return n&&(t.filename=wC(n),t.location=TC(n)),t;const{code:r,message:i,filename:s,location:a}=LC(t,e,n),o=new EC(r,`${t.name}: ${i}`,s,a);return o.stack=t.stack,o}function DC(e,t,n){if(t instanceof EC){const e=t.toDiagnostic();return n&&(e.filename=wC(n),e.location=TC(n)),e}return LC(t,e,n)}function LC(e,t,n){const r=function(e){return e.lwcCode&&"number"==typeof e.lwcCode?e.lwcCode:e.code&&"number"==typeof e.code?e.code:void 0}(e)||t.code;return{code:r,message:e.lwcCode?e.message:IC(t,[e.message]),level:e.level||t.level,filename:wC(n,e),location:TC(n,e)}}var RC;!function(e){e.LWCDynamicDirective="lwc-dynamic-directive",e.LWCRenderModeDirective="lwc-render-mode-directive",e.LWCSpreadDirective="lwc-spread-directive",e.DynamicImportTransform="dynamic-import-transform"}(RC||(RC={}));const{stringify:MC}=JSON;if(!String.prototype.repeat)throw new Error("String.prototype.repeat is undefined, see https://github.com/davidbonnet/astring#installation");if(!String.prototype.endsWith)throw new Error("String.prototype.endsWith is undefined, see https://github.com/davidbonnet/astring#installation");const FC={"||":2,"??":3,"&&":4,"|":5,"^":6,"&":7,"==":8,"!=":8,"===":8,"!==":8,"<":9,">":9,"<=":9,">=":9,in:9,instanceof:9,"<<":10,">>":10,">>>":10,"+":11,"-":11,"*":12,"%":12,"/":12,"**":13},jC=17,BC={ArrayExpression:20,TaggedTemplateExpression:20,ThisExpression:20,Identifier:20,PrivateIdentifier:20,Literal:18,TemplateLiteral:20,Super:20,SequenceExpression:20,MemberExpression:19,ChainExpression:19,CallExpression:19,NewExpression:19,ArrowFunctionExpression:jC,ClassExpression:jC,FunctionExpression:jC,ObjectExpression:jC,UpdateExpression:16,UnaryExpression:15,AwaitExpression:15,BinaryExpression:14,LogicalExpression:13,ConditionalExpression:4,AssignmentExpression:3,YieldExpression:2,RestElement:1};function UC(e,t){const{generator:n}=e;if(e.write("("),null!=t&&t.length>0){n[t[0].type](t[0],e);const{length:r}=t;for(let i=1;i<r;i++){const r=t[i];e.write(", "),n[r.type](r,e)}}e.write(")")}function $C(e,t,n,r){const i=e.expressionsPrecedence[t.type];if(i===jC)return!0;const s=e.expressionsPrecedence[n.type];return i!==s?!r&&15===i&&14===s&&"**"===n.operator||i<s:(13===i||14===i)&&("**"===t.operator&&"**"===n.operator?!r:13===i&&13===s&&("??"===t.operator||"??"===n.operator)||(r?FC[t.operator]<=FC[n.operator]:FC[t.operator]<FC[n.operator]))}function qC(e,t,n,r){const{generator:i}=e;$C(e,t,n,r)?(e.write("("),i[t.type](t,e),e.write(")")):i[t.type](t,e)}function VC(e,t,n,r){const i=t.split("\n"),s=i.length-1;if(e.write(i[0].trim()),s>0){e.write(r);for(let t=1;t<s;t++)e.write(n+i[t].trim()+r);e.write(n+i[s].trim())}}function HC(e,t,n,r){const{length:i}=t;for(let s=0;s<i;s++){const i=t[s];e.write(n),"L"===i.type[0]?e.write("// "+i.value.trim()+"\n",i):(e.write("/*"),VC(e,i.value,n,r),e.write("*/"+r))}}function WC(e,t){const{generator:n}=e,{declarations:r}=t;e.write(t.kind+" ");const{length:i}=r;if(i>0){n.VariableDeclarator(r[0],e);for(let t=1;t<i;t++)e.write(", "),n.VariableDeclarator(r[t],e)}}let GC,zC,YC,KC,JC,XC;const QC={Program(e,t){const n=t.indent.repeat(t.indentLevel),{lineEnd:r,writeComments:i}=t;i&&null!=e.comments&&HC(t,e.comments,n,r);const s=e.body,{length:a}=s;for(let e=0;e<a;e++){const a=s[e];i&&null!=a.comments&&HC(t,a.comments,n,r),t.write(n),this[a.type](a,t),t.write(r)}i&&null!=e.trailingComments&&HC(t,e.trailingComments,n,r)},BlockStatement:XC=function(e,t){const n=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:i}=t,s=n+t.indent;t.write("{");const a=e.body;if(null!=a&&a.length>0){t.write(r),i&&null!=e.comments&&HC(t,e.comments,s,r);const{length:o}=a;for(let e=0;e<o;e++){const n=a[e];i&&null!=n.comments&&HC(t,n.comments,s,r),t.write(s),this[n.type](n,t),t.write(r)}t.write(n)}else i&&null!=e.comments&&(t.write(r),HC(t,e.comments,s,r),t.write(n));i&&null!=e.trailingComments&&HC(t,e.trailingComments,s,r),t.write("}"),t.indentLevel--},ClassBody:XC,StaticBlock(e,t){t.write("static "),this.BlockStatement(e,t)},EmptyStatement(e,t){t.write(";")},ExpressionStatement(e,t){const n=t.expressionsPrecedence[e.expression.type];n===jC||3===n&&"O"===e.expression.left.type[0]?(t.write("("),this[e.expression.type](e.expression,t),t.write(")")):this[e.expression.type](e.expression,t),t.write(";")},IfStatement(e,t){t.write("if ("),this[e.test.type](e.test,t),t.write(") "),this[e.consequent.type](e.consequent,t),null!=e.alternate&&(t.write(" else "),this[e.alternate.type](e.alternate,t))},LabeledStatement(e,t){this[e.label.type](e.label,t),t.write(": "),this[e.body.type](e.body,t)},BreakStatement(e,t){t.write("break"),null!=e.label&&(t.write(" "),this[e.label.type](e.label,t)),t.write(";")},ContinueStatement(e,t){t.write("continue"),null!=e.label&&(t.write(" "),this[e.label.type](e.label,t)),t.write(";")},WithStatement(e,t){t.write("with ("),this[e.object.type](e.object,t),t.write(") "),this[e.body.type](e.body,t)},SwitchStatement(e,t){const n=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:i}=t;t.indentLevel++;const s=n+t.indent,a=s+t.indent;t.write("switch ("),this[e.discriminant.type](e.discriminant,t),t.write(") {"+r);const{cases:o}=e,{length:l}=o;for(let e=0;e<l;e++){const n=o[e];i&&null!=n.comments&&HC(t,n.comments,s,r),n.test?(t.write(s+"case "),this[n.test.type](n.test,t),t.write(":"+r)):t.write(s+"default:"+r);const{consequent:l}=n,{length:c}=l;for(let e=0;e<c;e++){const n=l[e];i&&null!=n.comments&&HC(t,n.comments,a,r),t.write(a),this[n.type](n,t),t.write(r)}}t.indentLevel-=2,t.write(n+"}")},ReturnStatement(e,t){t.write("return"),e.argument&&(t.write(" "),this[e.argument.type](e.argument,t)),t.write(";")},ThrowStatement(e,t){t.write("throw "),this[e.argument.type](e.argument,t),t.write(";")},TryStatement(e,t){if(t.write("try "),this[e.block.type](e.block,t),e.handler){const{handler:n}=e;null==n.param?t.write(" catch "):(t.write(" catch ("),this[n.param.type](n.param,t),t.write(") ")),this[n.body.type](n.body,t)}e.finalizer&&(t.write(" finally "),this[e.finalizer.type](e.finalizer,t))},WhileStatement(e,t){t.write("while ("),this[e.test.type](e.test,t),t.write(") "),this[e.body.type](e.body,t)},DoWhileStatement(e,t){t.write("do "),this[e.body.type](e.body,t),t.write(" while ("),this[e.test.type](e.test,t),t.write(");")},ForStatement(e,t){if(t.write("for ("),null!=e.init){const{init:n}=e;"V"===n.type[0]?WC(t,n):this[n.type](n,t)}t.write("; "),e.test&&this[e.test.type](e.test,t),t.write("; "),e.update&&this[e.update.type](e.update,t),t.write(") "),this[e.body.type](e.body,t)},ForInStatement:GC=function(e,t){t.write(`for ${e.await?"await ":""}(`);const{left:n}=e;"V"===n.type[0]?WC(t,n):this[n.type](n,t),t.write("I"===e.type[3]?" in ":" of "),this[e.right.type](e.right,t),t.write(") "),this[e.body.type](e.body,t)},ForOfStatement:GC,DebuggerStatement(e,t){t.write("debugger;",e)},FunctionDeclaration:zC=function(e,t){t.write((e.async?"async ":"")+(e.generator?"function* ":"function ")+(e.id?e.id.name:""),e),UC(t,e.params),t.write(" "),this[e.body.type](e.body,t)},FunctionExpression:zC,VariableDeclaration(e,t){WC(t,e),t.write(";")},VariableDeclarator(e,t){this[e.id.type](e.id,t),null!=e.init&&(t.write(" = "),this[e.init.type](e.init,t))},ClassDeclaration(e,t){if(t.write("class "+(e.id?`${e.id.name} `:""),e),e.superClass){t.write("extends ");const{superClass:n}=e,{type:r}=n,i=t.expressionsPrecedence[r];"C"===r[0]&&"l"===r[1]&&"E"===r[5]||!(i===jC||i<t.expressionsPrecedence.ClassExpression)?this[n.type](n,t):(t.write("("),this[e.superClass.type](n,t),t.write(")")),t.write(" ")}this.ClassBody(e.body,t)},ImportDeclaration(e,t){t.write("import ");const{specifiers:n,attributes:r}=e,{length:i}=n;let s=0;if(i>0){for(;s<i;){s>0&&t.write(", ");const e=n[s],r=e.type[6];if("D"===r)t.write(e.local.name,e),s++;else{if("N"!==r)break;t.write("* as "+e.local.name,e),s++}}if(s<i){for(t.write("{");;){const e=n[s],{name:r}=e.imported;if(t.write(r,e),r!==e.local.name&&t.write(" as "+e.local.name),!(++s<i))break;t.write(", ")}t.write("}")}t.write(" from ")}if(this.Literal(e.source,t),r&&r.length>0){t.write(" with { ");for(let e=0;e<r.length;e++)this.ImportAttribute(r[e],t),e<r.length-1&&t.write(", ");t.write(" }")}t.write(";")},ImportAttribute(e,t){this.Identifier(e.key,t),t.write(": "),this.Literal(e.value,t)},ImportExpression(e,t){t.write("import("),this[e.source.type](e.source,t),t.write(")")},ExportDefaultDeclaration(e,t){t.write("export default "),this[e.declaration.type](e.declaration,t),null!=t.expressionsPrecedence[e.declaration.type]&&"F"!==e.declaration.type[0]&&t.write(";")},ExportNamedDeclaration(e,t){if(t.write("export "),e.declaration)this[e.declaration.type](e.declaration,t);else{t.write("{");const{specifiers:n}=e,{length:r}=n;if(r>0)for(let e=0;;){const i=n[e],{name:s}=i.local;if(t.write(s,i),s!==i.exported.name&&t.write(" as "+i.exported.name),!(++e<r))break;t.write(", ")}if(t.write("}"),e.source&&(t.write(" from "),this.Literal(e.source,t)),e.attributes&&e.attributes.length>0){t.write(" with { ");for(let n=0;n<e.attributes.length;n++)this.ImportAttribute(e.attributes[n],t),n<e.attributes.length-1&&t.write(", ");t.write(" }")}t.write(";")}},ExportAllDeclaration(e,t){if(null!=e.exported?t.write("export * as "+e.exported.name+" from "):t.write("export * from "),this.Literal(e.source,t),e.attributes&&e.attributes.length>0){t.write(" with { ");for(let n=0;n<e.attributes.length;n++)this.ImportAttribute(e.attributes[n],t),n<e.attributes.length-1&&t.write(", ");t.write(" }")}t.write(";")},MethodDefinition(e,t){e.static&&t.write("static ");const n=e.kind[0];"g"!==n&&"s"!==n||t.write(e.kind+" "),e.value.async&&t.write("async "),e.value.generator&&t.write("*"),e.computed?(t.write("["),this[e.key.type](e.key,t),t.write("]")):this[e.key.type](e.key,t),UC(t,e.value.params),t.write(" "),this[e.value.body.type](e.value.body,t)},ClassExpression(e,t){this.ClassDeclaration(e,t)},ArrowFunctionExpression(e,t){t.write(e.async?"async ":"",e);const{params:n}=e;null!=n&&(1===n.length&&"I"===n[0].type[0]?t.write(n[0].name,n[0]):UC(t,e.params)),t.write(" => "),"O"===e.body.type[0]?(t.write("("),this.ObjectExpression(e.body,t),t.write(")")):this[e.body.type](e.body,t)},ThisExpression(e,t){t.write("this",e)},Super(e,t){t.write("super",e)},RestElement:YC=function(e,t){t.write("..."),this[e.argument.type](e.argument,t)},SpreadElement:YC,YieldExpression(e,t){t.write(e.delegate?"yield*":"yield"),e.argument&&(t.write(" "),this[e.argument.type](e.argument,t))},AwaitExpression(e,t){t.write("await ",e),qC(t,e.argument,e)},TemplateLiteral(e,t){const{quasis:n,expressions:r}=e;t.write("`");const{length:i}=r;for(let e=0;e<i;e++){const i=r[e],s=n[e];t.write(s.value.raw,s),t.write("${"),this[i.type](i,t),t.write("}")}const s=n[n.length-1];t.write(s.value.raw,s),t.write("`")},TemplateElement(e,t){t.write(e.value.raw,e)},TaggedTemplateExpression(e,t){qC(t,e.tag,e),this[e.quasi.type](e.quasi,t)},ArrayExpression:JC=function(e,t){if(t.write("["),e.elements.length>0){const{elements:n}=e,{length:r}=n;for(let e=0;;){const i=n[e];if(null!=i&&this[i.type](i,t),!(++e<r)){null==i&&t.write(", ");break}t.write(", ")}}t.write("]")},ArrayPattern:JC,ObjectExpression(e,t){const n=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:i}=t,s=n+t.indent;if(t.write("{"),e.properties.length>0){t.write(r),i&&null!=e.comments&&HC(t,e.comments,s,r);const a=","+r,{properties:o}=e,{length:l}=o;for(let e=0;;){const n=o[e];if(i&&null!=n.comments&&HC(t,n.comments,s,r),t.write(s),this[n.type](n,t),!(++e<l))break;t.write(a)}t.write(r),i&&null!=e.trailingComments&&HC(t,e.trailingComments,s,r),t.write(n+"}")}else i?null!=e.comments?(t.write(r),HC(t,e.comments,s,r),null!=e.trailingComments&&HC(t,e.trailingComments,s,r),t.write(n+"}")):null!=e.trailingComments?(t.write(r),HC(t,e.trailingComments,s,r),t.write(n+"}")):t.write("}"):t.write("}");t.indentLevel--},Property(e,t){e.method||"i"!==e.kind[0]?this.MethodDefinition(e,t):(e.shorthand||(e.computed?(t.write("["),this[e.key.type](e.key,t),t.write("]")):this[e.key.type](e.key,t),t.write(": ")),this[e.value.type](e.value,t))},PropertyDefinition(e,t){if(e.static&&t.write("static "),e.computed&&t.write("["),this[e.key.type](e.key,t),e.computed&&t.write("]"),null==e.value)return"F"!==e.key.type[0]&&t.write(";"),void 0;t.write(" = "),this[e.value.type](e.value,t),t.write(";")},ObjectPattern(e,t){if(t.write("{"),e.properties.length>0){const{properties:n}=e,{length:r}=n;for(let e=0;this[n[e].type](n[e],t),++e<r;)t.write(", ")}t.write("}")},SequenceExpression(e,t){UC(t,e.expressions)},UnaryExpression(e,t){if(e.prefix){const{operator:n,argument:r,argument:{type:i}}=e;t.write(n);const s=$C(t,r,e);s||!(n.length>1)&&("U"!==i[0]||"n"!==i[1]&&"p"!==i[1]||!r.prefix||r.operator[0]!==n||"+"!==n&&"-"!==n)||t.write(" "),s?(t.write(n.length>1?" (":"("),this[i](r,t),t.write(")")):this[i](r,t)}else this[e.argument.type](e.argument,t),t.write(e.operator)},UpdateExpression(e,t){e.prefix?(t.write(e.operator),this[e.argument.type](e.argument,t)):(this[e.argument.type](e.argument,t),t.write(e.operator))},AssignmentExpression(e,t){this[e.left.type](e.left,t),t.write(" "+e.operator+" "),this[e.right.type](e.right,t)},AssignmentPattern(e,t){this[e.left.type](e.left,t),t.write(" = "),this[e.right.type](e.right,t)},BinaryExpression:KC=function(e,t){const n="in"===e.operator;n&&t.write("("),qC(t,e.left,e,!1),t.write(" "+e.operator+" "),qC(t,e.right,e,!0),n&&t.write(")")},LogicalExpression:KC,ConditionalExpression(e,t){const{test:n}=e,r=t.expressionsPrecedence[n.type];r===jC||r<=t.expressionsPrecedence.ConditionalExpression?(t.write("("),this[n.type](n,t),t.write(")")):this[n.type](n,t),t.write(" ? "),this[e.consequent.type](e.consequent,t),t.write(" : "),this[e.alternate.type](e.alternate,t)},NewExpression(e,t){t.write("new ");const n=t.expressionsPrecedence[e.callee.type];n===jC||n<t.expressionsPrecedence.CallExpression||function(e){let t=e;for(;null!=t;){const{type:e}=t;if("C"===e[0]&&"a"===e[1])return!0;if("M"!==e[0]||"e"!==e[1]||"m"!==e[2])return!1;t=t.object}}(e.callee)?(t.write("("),this[e.callee.type](e.callee,t),t.write(")")):this[e.callee.type](e.callee,t),UC(t,e.arguments)},CallExpression(e,t){const n=t.expressionsPrecedence[e.callee.type];n===jC||n<t.expressionsPrecedence.CallExpression?(t.write("("),this[e.callee.type](e.callee,t),t.write(")")):this[e.callee.type](e.callee,t),e.optional&&t.write("?."),UC(t,e.arguments)},ChainExpression(e,t){this[e.expression.type](e.expression,t)},MemberExpression(e,t){const n=t.expressionsPrecedence[e.object.type];n===jC||n<t.expressionsPrecedence.MemberExpression?(t.write("("),this[e.object.type](e.object,t),t.write(")")):this[e.object.type](e.object,t),e.computed?(e.optional&&t.write("?."),t.write("["),this[e.property.type](e.property,t),t.write("]")):(e.optional?t.write("?."):t.write("."),this[e.property.type](e.property,t))},MetaProperty(e,t){t.write(e.meta.name+"."+e.property.name,e)},Identifier(e,t){t.write(e.name,e)},PrivateIdentifier(e,t){t.write(`#${e.name}`,e)},Literal(e,t){null!=e.raw?t.write(e.raw,e):null!=e.regex?this.RegExpLiteral(e,t):null!=e.bigint?t.write(e.bigint+"n",e):t.write(MC(e.value),e)},RegExpLiteral(e,t){const{regex:n}=e;t.write(`/${n.pattern}/${n.flags}`,e)}},ZC={};let eP=class{constructor(e){const t=null==e?ZC:e;this.output="",null!=t.output?(this.output=t.output,this.write=this.writeToStream):this.output="",this.generator=null!=t.generator?t.generator:QC,this.expressionsPrecedence=null!=t.expressionsPrecedence?t.expressionsPrecedence:BC,this.indent=null!=t.indent?t.indent:" ",this.lineEnd=null!=t.lineEnd?t.lineEnd:"\n",this.indentLevel=null!=t.startingIndentLevel?t.startingIndentLevel:0,this.writeComments=!!t.comments&&t.comments,null!=t.sourceMap&&(this.write=null==t.output?this.writeAndMap:this.writeToStreamAndMap,this.sourceMap=t.sourceMap,this.line=1,this.column=0,this.lineEndSize=this.lineEnd.split("\n").length-1,this.mapping={original:null,generated:this,name:void 0,source:t.sourceMap.file||t.sourceMap._file})}write(e){this.output+=e}writeToStream(e){this.output.write(e)}writeAndMap(e,t){this.output+=e,this.map(e,t)}writeToStreamAndMap(e,t){this.output.write(e),this.map(e,t)}map(e,t){if(null!=t){const{type:n}=t;if("L"===n[0]&&"n"===n[2])return this.column=0,this.line++,void 0;if(null!=t.loc){const{mapping:e}=this;e.original=t.loc.start,e.name=t.name,this.sourceMap.addMapping(e)}if("T"===n[0]&&"E"===n[8]||"L"===n[0]&&"i"===n[1]&&"string"==typeof t.value){const{length:t}=e;let{column:n,line:r}=this;for(let i=0;i<t;i++)"\n"===e[i]?(n=0,r++):n++;return this.column=n,this.line=r,void 0}}const{length:n}=e,{lineEnd:r}=this;n>0&&(this.lineEndSize>0&&(1===r.length?e[n-1]===r:e.endsWith(r))?(this.line+=this.lineEndSize,this.column=0):this.column+=n)}toString(){return this.output}};function tP(e,t){const n=new eP(t);return n.generator[e.type](e,n),n.output}const nP=/([\p{Ll}\d])(\p{Lu})/gu,rP=/(\p{Lu})([\p{Lu}][\p{Ll}])/gu,iP="$1\0$2",sP=/[^\p{L}\d]+/giu,aP=e=>{const t=(e=>{let t=e.trim();t=t.replace(nP,iP).replace(rP,iP),t=t.replace(sP,"\0");let n=0,r=t.length;for(;"\0"===t.charAt(n);)n++;if(n===r)return[];for(;"\0"===t.charAt(r-1);)r--;return t.slice(n,r).split(/\0/g)})(e);return t.map((e,t)=>0===t?e.toLocaleLowerCase():((e,t)=>{const n=e[0];return(t>0&&n>="0"&&n<="9"?"_"+n:n.toLocaleUpperCase())+e.slice(1).toLocaleLowerCase()})(e,t)).join("")},oP=e=>Object.assign(Object.create(null),e),lP=oP,cP=lP({Function:lP({FunctionDeclaration:0,FunctionExpression:0,ArrowFunctionExpression:0}),Statement:lP({FunctionDeclaration:0,ExpressionStatement:0,BlockStatement:0,EmptyStatement:0,DebuggerStatement:0,WithStatement:0,ReturnStatement:0,LabeledStatement:0,BreakStatement:0,ContinueStatement:0,IfStatement:0,SwitchStatement:0,ThrowStatement:0,TryStatement:0,WhileStatement:0,DoWhileStatement:0,ForStatement:0,ForInStatement:0,ForOfStatement:0,VariableDeclaration:0,ClassDeclaration:0,StaticBlock:0}),Declaration:lP({FunctionDeclaration:0,VariableDeclaration:0,ClassDeclaration:0}),Expression:lP({FunctionExpression:0,ArrowFunctionExpression:0,ClassExpression:0,CallExpression:0,ConditionalExpression:0,ChainExpression:0,Identifier:0,Literal:0,ThisExpression:0,ArrayExpression:0,ObjectExpression:0,YieldExpression:0,UnaryExpression:0,UpdateExpression:0,BinaryExpression:0,AssignmentExpression:0,LogicalExpression:0,MemberExpression:0,NewExpression:0,SequenceExpression:0,TemplateLiteral:0,TaggedTemplateExpression:0,MetaProperty:0,AwaitExpression:0,ImportExpression:0,JSXElement:0,JSXFragment:0}),Pattern:lP({Identifier:0,MemberExpression:0,ObjectPattern:0,ArrayPattern:0,RestElement:0,AssignmentPattern:0}),Class:lP({ClassDeclaration:0,ClassExpression:0}),ExportDeclaration:lP({ExportNamedDeclaration:0,ExportDefaultDeclaration:0,ExportAllDeclaration:0}),Loop:lP({ForStatement:0,ForInStatement:0,ForOfStatement:0,WhileStatement:0,DoWhileStatement:0}),ModuleDeclaration:lP({ExportAllDeclaration:0,ExportDefaultDeclaration:0,ExportNamedDeclaration:0,ImportDeclaration:0})}),uP=(e,t)=>{const n=e(t);if(null!=n)throw new Error(n)},pP=(...e)=>e.reduce((e,t)=>n=>e(n)||t(n)),dP=(...e)=>t=>{const n=[];for(let r=0;r<e.length;r++){const i=e[r](t);if(null==i)break;n.push(i)}return n.length===e.length?`The value is not compatible with the required type.\n\nMessages:\n${n.join("\n")}`:null},hP=e=>null===e?"null":Array.isArray(e)?"array":typeof e,fP=(...e)=>{if(1===e.length){const t=e[0];return function(e){return typeof e!==t?`Expected the value to be a \`${t}\` but got a \`${hP(e)}\`. The value is ${JSON.stringify(e)}.`:null}}return function(t){for(let n=0;n<e.length;n++){const r=e[n];if(typeof t===r||"null"===r&&null===t)return null}return`Expected the value to be one of \`${JSON.stringify(e)}\` but got a \`${hP(t)}\`. The value is ${JSON.stringify(t)}.`}},mP=new Set("\ndo if in for let new try var case else enum\neval false null NaN this true void\nwith break catch class const super throw while\nyield delete export import public return static\nswitch typeof default extends finally package\nprivate continue debugger function arguments\ninterface protected implements instanceof\n".trim().split(/[ \n]/).map(e=>e.trim())),gP=e=>t=>(e?/[\s]/:/[-\s]/).test(t)||/^\d/.test(t)||0===t.length?`${JSON.stringify(t)} is not a valid identifier.`:null,yP=(...e)=>{if(1===e.length){const t=e[0];return e=>null==e||e.type!==t?`Expected a "${t}" node but got a \`${hP(e)}\`. The value is ${JSON.stringify(e)}.`:null}return t=>-1===e.indexOf(t.type)?`Expected one of (${e.join()}) node but got a \`${hP(t)}\`. The value is ${JSON.stringify(t)}.`:null},bP=e=>t=>null!=t&&t.type in cP[e]?null:`Expected one of (${Object.keys(cP[e]).join()}) node but got a \`${hP(t)}\`. The value is ${JSON.stringify(t)}.`,vP=e=>t=>{if(Array.isArray(t)){let n;for(let r=0;r<t.length;r++)if(n=e(t[r]),null!=n)return`Got unexpected value at index ${r}:\n ${n}`;return null}return`Expected the value to be an array but got a \`${hP(t)}\`. The value is ${JSON.stringify(t)}.`},EP=e=>t=>e.includes(t)?null:`Expected the value to be one of ${JSON.stringify(e)}, but got ${JSON.stringify(t)}`,wP=e=>t=>null===t?null:e(t),TP={validate:()=>null},SP=oP({Identifier:{indices:{name:[0,!1]},fields:{name:{validate:pP(fP("string"),gP(!1))}},insertionValidate(e,t,n,r){return"MemberExpression"===r.type&&!r.computed&&"property"===t||("Property"===r.type||"MethodDefinition"===r.type)&&!r.computed&&"key"===t||"ExportSpecifier"===r.type&&"exported"===t||"ImportSpecifier"===r.type&&"imported"===t||"MetaProperty"===r.type&&("meta"===t&&"import"===e.name||"property"===t&&"meta"===e.name)?null:(i=e.name,mP.has(i)?`${JSON.stringify(e.name)} is not a valid identifier.`:null);var i}},Literal:{indices:{value:[0,!1],raw:!1},fields:{value:{validate:fP("string","number","bigint","boolean","null")},raw:TP}},Program:{indices:{body:0,sourceType:[1,!1],comments:[2,!1]},fields:{body:{validate:vP(dP(bP("Statement"),bP("ModuleDeclaration")))},sourceType:{default:"module",validate:fP("string")},comments:{default:[],...TP}}},FunctionDeclaration:{indices:{id:0,params:1,body:2,generator:[3,!1],async:[4,!1]},fields:{id:{validate:wP(yP("Identifier"))},params:{validate:vP(bP("Pattern"))},body:{validate:yP("BlockStatement")},generator:{default:!1,validate:fP("boolean")},async:{default:!1,validate:fP("boolean")}}},FunctionExpression:{indices:{id:0,params:1,body:2,generator:[3,!1],async:[4,!1]},fields:{id:{validate:wP(yP("Identifier"))},params:{validate:vP(bP("Pattern"))},body:{validate:yP("BlockStatement")},generator:{default:!1,validate:fP("boolean")},async:{default:!1,validate:fP("boolean")}}},ArrowFunctionExpression:{indices:{params:0,body:1,expression:[2,!1],async:[3,!1],generator:!1},fields:{params:{validate:vP(bP("Pattern"))},body:{validate:dP(yP("BlockStatement"),bP("Expression"))},expression:{default:!1,validate:fP("boolean")},async:{default:!1,validate:fP("boolean")},generator:TP}},SwitchCase:{indices:{test:0,consequent:1},fields:{test:{validate:wP(bP("Expression"))},consequent:{validate:vP(bP("Statement"))}}},CatchClause:{indices:{param:0,body:1},fields:{param:{validate:wP(bP("Pattern"))},body:{validate:yP("BlockStatement")}}},VariableDeclarator:{indices:{id:0,init:1},fields:{id:{validate:bP("Pattern")},init:{default:null,validate:wP(bP("Expression"))}}},ExpressionStatement:{indices:{expression:0},fields:{expression:{validate:bP("Expression")}}},BlockStatement:{indices:{body:0,innerComments:!1},fields:{body:{validate:vP(bP("Statement"))},innerComments:TP}},EmptyStatement:{indices:{},fields:{}},DebuggerStatement:{indices:{},fields:{}},WithStatement:{indices:{object:0,body:1},fields:{object:{validate:bP("Expression")},body:{validate:bP("Statement")}}},ReturnStatement:{indices:{argument:0},fields:{argument:{default:null,validate:wP(bP("Expression"))}}},LabeledStatement:{indices:{label:0,body:1},fields:{label:{validate:yP("Identifier")},body:{validate:bP("Statement")}}},BreakStatement:{indices:{label:0},fields:{label:{default:null,validate:wP(yP("Identifier"))}}},ContinueStatement:{indices:{label:0},fields:{label:{default:null,validate:wP(yP("Identifier"))}}},IfStatement:{indices:{test:0,consequent:1,alternate:2},fields:{test:{validate:bP("Expression")},consequent:{validate:bP("Statement")},alternate:{default:null,validate:wP(bP("Statement"))}}},SwitchStatement:{indices:{discriminant:0,cases:1},fields:{discriminant:{validate:bP("Expression")},cases:{validate:vP(yP("SwitchCase"))}}},ThrowStatement:{indices:{argument:0},fields:{argument:{validate:bP("Expression")}}},TryStatement:{indices:{block:0,handler:1,finalizer:2},fields:{block:{validate:yP("BlockStatement")},handler:{validate:wP(yP("CatchClause"))},finalizer:{default:null,validate:wP(yP("BlockStatement"))}},finalValidate:e=>null==e.handler&&null==e.finalizer?"If `handler` is null then `finalizer` must be not null":null},WhileStatement:{indices:{test:0,body:1},fields:{test:{validate:bP("Expression")},body:{validate:bP("Statement")}}},DoWhileStatement:{indices:{test:0,body:1},fields:{test:{validate:bP("Expression")},body:{validate:bP("Statement")}}},ForStatement:{indices:{init:0,test:1,update:2,body:3},fields:{init:{validate:wP(dP(yP("VariableDeclaration"),bP("Expression")))},test:{validate:wP(bP("Expression"))},update:{validate:wP(bP("Expression"))},body:{validate:bP("Statement")}}},ForInStatement:{indices:{left:0,right:1,body:2},fields:{left:{validate:dP(yP("VariableDeclaration"),bP("Pattern"))},right:{validate:bP("Expression")},body:{validate:bP("Statement")}}},ForOfStatement:{indices:{left:0,right:1,body:2,await:[3,!1]},fields:{left:{validate:dP(yP("VariableDeclaration"),bP("Pattern"))},right:{validate:bP("Expression")},body:{validate:bP("Statement")},await:{validate:fP("boolean")}}},VariableDeclaration:{indices:{kind:[0,!1],declarations:1},fields:{kind:{validate:EP(["var","let","const"])},declarations:{validate:vP(yP("VariableDeclarator"))}}},ClassDeclaration:{indices:{id:0,body:2,superClass:[3,1]},fields:{id:{validate:wP(yP("Identifier"))},body:{validate:yP("ClassBody")},superClass:{default:null,validate:wP(bP("Expression"))}}},ThisExpression:{indices:{},fields:{}},ArrayExpression:{indices:{elements:0},fields:{elements:{validate:vP(wP(dP(bP("Expression"),yP("SpreadElement"))))}}},ObjectExpression:{indices:{properties:0},fields:{properties:{validate:vP(yP("Property","SpreadElement"))}}},YieldExpression:{indices:{argument:0,delegate:[1,!1]},fields:{argument:{validate:wP(bP("Expression"))},delegate:{default:!1,validate:fP("boolean")}}},UnaryExpression:{indices:{operator:[0,!1],argument:1,prefix:[2,!1]},fields:{operator:{validate:EP(["-","+","!","~","typeof","void","delete"])},argument:{validate:bP("Expression")},prefix:{default:!0,validate:fP("boolean")}}},UpdateExpression:{indices:{operator:[0,!1],argument:1,prefix:[2,!1]},fields:{operator:{validate:EP(["++","--"])},argument:{validate:bP("Expression")},prefix:{validate:fP("boolean")}}},BinaryExpression:{indices:{operator:[0,!1],left:1,right:2},fields:{operator:{validate:EP(["==","!=","===","!==","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","**","|","^","&","in","instanceof"])},left:{validate:dP(bP("Expression"),yP("PrivateIdentifier"))},right:{validate:bP("Expression")}}},AssignmentExpression:{indices:{operator:[0,!1],left:1,right:2},fields:{operator:{validate:EP(["=","+=","-=","*=","/=","%=","**=","<<=",">>=",">>>=","|=","^=","&=","||=","&&=","??="])},left:{validate:bP("Pattern")},right:{validate:bP("Expression")}}},LogicalExpression:{indices:{operator:[0,!1],left:1,right:2},fields:{operator:{validate:EP(["||","&&","??"])},left:{validate:bP("Expression")},right:{validate:bP("Expression")}}},MemberExpression:{indices:{object:0,property:1,computed:[2,!1],optional:[3,!1]},fields:{object:{validate:dP(bP("Expression"),yP("Super"))},property:{validate:dP(bP("Expression"),yP("PrivateIdentifier"))},computed:{default:!1,validate:fP("boolean")},optional:{default:!1,validate:fP("boolean")}}},ConditionalExpression:{indices:{test:0,consequent:1,alternate:2},fields:{test:{validate:bP("Expression")},consequent:{validate:bP("Expression")},alternate:{validate:bP("Expression")}}},CallExpression:{indices:{callee:0,arguments:1,optional:[2,!1]},fields:{callee:{validate:dP(bP("Expression"),yP("Super"))},arguments:{validate:vP(dP(bP("Expression"),yP("SpreadElement")))},optional:{type:"boolean",default:!1,validate:fP("boolean")}}},NewExpression:{indices:{callee:0,arguments:1},fields:{callee:{validate:dP(bP("Expression"),yP("Super"))},arguments:{validate:vP(dP(bP("Expression"),yP("SpreadElement")))}}},SequenceExpression:{indices:{expressions:0},fields:{expressions:{validate:vP(bP("Expression"))}}},TemplateLiteral:{indices:{quasis:0,expressions:1},fields:{quasis:{validate:vP(yP("TemplateElement"))},expressions:{validate:vP(bP("Expression"))}}},TaggedTemplateExpression:{indices:{tag:0,quasi:1},fields:{tag:{validate:bP("Expression")},quasi:{validate:yP("TemplateLiteral")}}},ClassExpression:{indices:{id:0,body:2,superClass:[3,1]},fields:{id:{validate:wP(yP("Identifier"))},body:{validate:yP("ClassBody")},superClass:{default:null,validate:wP(bP("Expression"))}}},MetaProperty:{indices:{meta:0,property:1},fields:{meta:{validate:yP("Identifier")},property:{validate:yP("Identifier")}}},AwaitExpression:{indices:{argument:0},fields:{argument:{validate:bP("Expression")}}},ImportExpression:{indices:{source:0,options:1},fields:{source:{validate:bP("Expression")},options:{validate:wP(bP("Expression")),default:null}}},ChainExpression:{indices:{expression:0},fields:{expression:{validate:yP("CallExpression","MemberExpression")}}},Property:{indices:{kind:[0,!1],key:1,value:2,computed:[3,!1],shorthand:[4,!1],method:!1},fields:{kind:{validate:EP(["init","get","set"])},key:{validate:dP(bP("Expression"),yP("PrivateIdentifier"))},value:{validate:dP(bP("Expression"),bP("Pattern"),yP("Property"))},computed:{default:!1,validate:fP("boolean")},shorthand:{default:!1,validate:fP("boolean")},method:{validate:fP("boolean")}}},Super:{indices:{},fields:{}},TemplateElement:{indices:{value:[0,!1],tail:[1,!1]},fields:{value:{validate:e=>null==e?"Expected the value to be non-null but got null or undefined value.":null},tail:{validate:fP("boolean")}}},SpreadElement:{indices:{argument:0},fields:{argument:{validate:bP("Expression")}}},ObjectPattern:{indices:{properties:0},fields:{properties:{validate:vP(yP("Property","RestElement"))}}},ArrayPattern:{indices:{elements:0},fields:{elements:{validate:vP(wP(bP("Pattern")))}}},RestElement:{indices:{argument:0},fields:{argument:{validate:bP("Pattern")}},insertionValidate:(e,t,n,r)=>r[n].length>t?`RestElement should be the last children of "${n}"`:null},AssignmentPattern:{indices:{left:0,right:1},fields:{left:{validate:bP("Pattern")},right:{validate:bP("Expression")}}},ClassBody:{indices:{body:0},fields:{body:{validate:vP(yP("StaticBlock","PropertyDefinition","MethodDefinition"))}}},MethodDefinition:{indices:{kind:[0,!1],key:1,value:2,computed:[3,!1],static:[4,!1]},fields:{kind:{validate:EP(["method","get","set","constructor"])},key:{validate:dP(bP("Expression"),yP("PrivateIdentifier"))},value:{validate:yP("FunctionExpression")},computed:{default:!1,validate:fP("boolean")},static:{default:!1,validate:fP("boolean")}}},ImportDeclaration:{indices:{specifiers:0,source:1,attributes:2},fields:{specifiers:{validate:vP(yP("ImportSpecifier","ImportDefaultSpecifier","ImportNamespaceSpecifier"))},source:{validate:yP("Literal")},attributes:{default:()=>[],validate:vP(yP("ImportAttribute"))}}},ExportNamedDeclaration:{indices:{declaration:0,specifiers:1,source:2,attributes:3},fields:{declaration:{validate:wP(bP("Declaration"))},specifiers:{default:[],validate:vP(yP("ExportSpecifier"))},source:{default:null,validate:wP(yP("Literal"))},attributes:{default:()=>[],validate:vP(yP("ImportAttribute"))}}},ExportDefaultDeclaration:{indices:{declaration:0},fields:{declaration:{validate:dP(bP("Declaration"),bP("Expression"))}}},ExportAllDeclaration:{indices:{source:0,exported:1,attributes:2},fields:{source:{validate:yP("Literal")},exported:{default:null,validate:wP(dP(yP("Identifier"),yP("Literal")))},attributes:{default:()=>[],validate:vP(yP("ImportAttribute"))}}},ImportSpecifier:{indices:{imported:0,local:1},fields:{imported:{validate:dP(yP("Identifier"),yP("Literal"))},local:{default:e=>{if("Identifier"===e.imported.type)return{type:"Identifier",name:e.imported.name};throw new Error("Provide `local` value when `imported` is not an `Identifier`")},validate:yP("Identifier")}}},ImportDefaultSpecifier:{indices:{local:0},fields:{local:{validate:yP("Identifier")}}},ImportNamespaceSpecifier:{indices:{local:0},fields:{local:{validate:yP("Identifier")}}},ExportSpecifier:{indices:{local:0,exported:1},fields:{local:{validate:dP(yP("Identifier"),yP("Literal"))},exported:{default:({local:e})=>structuredClone(e),validate:dP(yP("Identifier"),yP("Literal"))}}},PrivateIdentifier:{indices:{name:[1,!1]},fields:{name:{validate:pP(fP("string"),gP(!1))}}},PropertyDefinition:{indices:{key:0,value:1,computed:[2,!1],static:[3,!1]},fields:{key:{validate:dP(bP("Expression"),yP("PrivateIdentifier"))},value:{validate:wP(bP("Expression"))},computed:{default:!1,validate:fP("boolean")},static:{default:!1,validate:fP("boolean")}}},StaticBlock:{indices:{body:0,innerComments:!1},fields:{body:{validate:vP(bP("Statement"))},innerComments:TP}},ImportAttribute:{indices:{key:0,value:1},fields:{key:{validate:yP("Identifier","Literal")},value:{validate:yP("Literal")}}},JSXIdentifier:{indices:{name:[0,!1]},fields:{name:{validate:pP(fP("string"),gP(!0))}}},JSXNamespacedName:{indices:{namespace:0,name:1},fields:{namespace:{validate:yP("JSXIdentifier")},name:{validate:yP("JSXIdentifier")}}},JSXMemberExpression:{indices:{object:0,property:0},fields:{object:{validate:yP("JSXIdentifier","JSXMemberExpression")},property:{validate:yP("JSXIdentifier")}}},JSXEmptyExpression:{indices:{},fields:{}},JSXExpressionContainer:{indices:{expression:0},fields:{expression:{validate:dP(bP("Expression"),yP("JSXEmptyExpression"))}}},JSXSpreadAttribute:{indices:{argument:0},fields:{argument:{validate:bP("Expression")}}},JSXAttribute:{indices:{name:0,value:1},fields:{name:{validate:yP("JSXIdentifier","JSXNamespacedName")},value:{validate:wP(yP("Literal","JSXExpressionContainer","JSXElement","JSXFragment"))}}},JSXClosingElement:{indices:{name:0},fields:{name:{validate:yP("JSXIdentifier","JSXNamespacedName","JSXMemberExpression")}}},JSXClosingFragment:{indices:{},fields:{}},JSXElement:{indices:{openingElement:0,children:[2,1],closingElement:[1,2]},fields:{openingElement:{validate:yP("JSXOpeningElement")},children:{validate:vP(yP("JSXExpressionContainer","JSXElement","JSXFragment","JSXText","JSXSpreadChild")),default:[]},closingElement:{validate:wP(yP("JSXClosingElement"))}}},JSXFragment:{indices:{openingFragment:0,children:[2,1],closingFragment:[1,2]},fields:{openingFragment:{validate:yP("JSXOpeningFragment")},children:{validate:vP(yP("JSXExpressionContainer","JSXElement","JSXFragment","JSXText","JSXSpreadChild")),default:[]},closingFragment:{validate:yP("JSXClosingFragment")}}},JSXOpeningElement:{indices:{name:0,attributes:1,selfClosing:[2,!1]},fields:{name:{validate:yP("JSXIdentifier","JSXNamespacedName","JSXMemberExpression")},attributes:{validate:vP(yP("JSXSpreadAttribute","JSXAttribute")),default:[]},selfClosing:{validate:fP("boolean"),default:!1}}},JSXOpeningFragment:{indices:{},fields:{}},JSXSpreadChild:{indices:{expression:0},fields:{expression:{validate:bP("Expression")}}},JSXText:{indices:{value:[0,!1],raw:!1},fields:{value:{validate:fP("string")},raw:TP}}}),xP=({indices:e},t)=>{const n=[];return Object.keys(e).forEach(r=>{const i=e[r];if(!1!==i)switch(typeof i){case"number":return n.push({name:r,index:i});case"object":{const e=i["builder"===t?0:1];if(!1===e)return;return n.push({name:r,index:e})}}}),n.sort((e,t)=>e.index-t.index).map(({name:e})=>e)},_P=(()=>{const e=Object.create(null);for(const t in SP)e[t]=xP(SP[t],"visitor");return e})();let AP=!0;const CP=e=>{AP=e},PP=()=>AP,IP={};for(const e in SP){const t=e,n=SP[t],{fields:r}=n,i=xP(n,"builder");IP[aP(t)]=(...e)=>{const s={type:t};return i.forEach((t,n)=>{const i=r[t];s[t]=void 0!==e[n]?e[n]:"default"in i?"function"==typeof i.default?i.default(s):i.default:e[n],AP&&null!=i.validate&&uP(i.validate,s[t])}),AP&&null!=n.finalValidate&&uP(n.finalValidate,s),s}}const OP=(e,t)=>{for(const n in t){const r=t[n];if("function"==typeof r){if(!r(e[n],e))return!1}else if(r!==e[n])return!1}return!0},kP={};for(const e in SP)kP[aP(e)]=(t,n)=>{if(null==t)return!1;const r=null!=t.ctx?t.node:t;return null!=r&&r.type===e&&(null==n||OP(r,n))};for(const e in cP)kP[aP(e)]=(t,n)=>{if(null==t)return!1;const r=null!=t.ctx?t.node:t;return null!=r&&r.type in cP[e]&&(null==n||OP(r,n))};class NP{constructor(){this.references=[],this.constantViolations=[]}addReference(e){this.references.push(e)}removeReference(e){const t=this.references.findIndex(t=>t===e);t>-1&&this.references.splice(t,1)}addConstantViolation(e){this.constantViolations.push(e)}removeConstantViolation(e){const t=this.constantViolations.findIndex(t=>t===e);t>-1&&this.constantViolations.splice(t,1)}}class DP extends NP{constructor(e){super(),this.kind=e.kind,this.name=e.name,this.scope=e.scope,this.identifierPath=e.identifierPath,this.path=e.path}get constant(){return 0===this.constantViolations.length}}class LP extends NP{constructor(e){super(),this.kind="global",this.constant=!1,this.name=e.name}}const RP=["ArrowFunctionExpression","BlockStatement","CatchClause","ClassDeclaration","ClassExpression","DoWhileStatement","ForInStatement","ForOfStatement","ForStatement","FunctionDeclaration","FunctionExpression","Program","SwitchStatement","WhileStatement"],MP=new Set(RP),FP=e=>null==e||"BlockStatement"===e.type||"Program"===e.type||!MP.has(e.type),jP=e=>!/^[a-z]/.test(e),BP={ArrowFunctionExpression(e,t,n){if("body"===e)n.references.push(t)},AssignmentExpression(e,t,n){switch(e){case"left":throw new Error("This should be handled by `crawlerVisitor.AssignmentExpression`");case"right":n.references.push(t)}},AssignmentPattern(e,t,n){switch(e){case"left":throw new Error("`identifierCrawlers.AssignmentPattern` is not implemented");case"right":n.references.push(t)}},AwaitExpression(e,t,n){if("argument"===e)n.references.push(t)},FunctionDeclaration(e){},FunctionExpression(e){if("id"===e)throw new Error("This should be handled by `scopePathCrawlers.FunctionExpression`")},SwitchCase(e,t,n){if("test"===e)n.references.push(t)},CatchClause(e){if("param"===e)throw new Error("This should be handled by `scopePathCrawlers.CatchClause`")},VariableDeclarator(e,t,n){switch(e){case"id":throw new Error("This should be handled by `scopePathCrawlers.VariableDeclarator`");case"init":n.references.push(t)}},ExpressionStatement(e,t,n){if("expression"===e)n.references.push(t)},WithStatement(e,t,n){if("object"===e)n.references.push(t)},ReturnStatement(e,t,n){if("argument"===e)n.references.push(t)},LabeledStatement(){},BreakStatement(e,t,n){if("label"===e)n.labelReferences.push(t)},ContinueStatement(e,t,n){if("label"===e)n.labelReferences.push(t)},IfStatement(e,t,n){if("test"===e)n.references.push(t)},SwitchStatement(e,t,n){if("discriminant"===e)n.references.push(t)},ThrowStatement(e,t,n){if("argument"===e)n.references.push(t)},WhileStatement(e,t,n){if("test"===e)n.references.push(t)},DoWhileStatement(e,t,n){if("test"===e)n.references.push(t)},ForStatement(e,t,n){switch(e){case"init":case"test":case"update":n.references.push(t)}},ForInStatement(e,t,n){switch(e){case"left":throw new Error("This should be handled by `scopePathCrawlers.ForInStatement`");case"right":n.references.push(t)}},ForOfStatement(e,t,n){switch(e){case"left":throw new Error("This should be handled by `scopePathCrawlers.ForOfStatement`");case"right":n.references.push(t)}},ClassDeclaration(e,t,n){switch(e){case"id":break;case"superClass":n.references.push(t)}},YieldExpression(e,t,n){if("argument"===e)n.references.push(t)},UnaryExpression(e,t,n){if("argument"===e)n.references.push(t)},UpdateExpression(e,t,n){if("argument"===e)n.constantViolations.push(t)},BinaryExpression(e,t,n){switch(e){case"left":case"right":n.references.push(t)}},LogicalExpression(e,t,n){switch(e){case"left":case"right":n.references.push(t)}},MemberExpression(e,t,n){switch(e){case"object":n.references.push(t);break;case"property":t.parent.computed&&n.references.push(t)}},ConditionalExpression(e,t,n){switch(e){case"test":case"consequent":case"alternate":n.references.push(t)}},CallExpression(e,t,n){if("callee"===e)n.references.push(t)},NewExpression(e,t,n){if("callee"===e)n.references.push(t)},TaggedTemplateExpression(e,t,n){if("tag"===e)n.references.push(t)},ClassExpression(e,t,n){switch(e){case"id":throw new Error("This should be handled by `scopePathCrawlers.ClassExpression`");case"superClass":n.references.push(t)}},MetaProperty(e){},ImportExpression(e,t,n){switch(e){case"source":case"options":n.references.push(t)}},Property(e,t,n){switch(e){case"key":t.parent.computed&&n.references.push(t);break;case"value":n.references.push(t)}},SpreadElement(e,t,n){if("argument"===e)n.references.push(t)},RestElement(e){if("argument"===e)throw new Error("This should be handled by `findVisiblePathsInPattern`")},MethodDefinition(e,t,n){if("key"===e)t.parent.computed&&n.references.push(t)},ExportDefaultDeclaration(e,t,n){if("declaration"===e)n.references.push(t)},ImportSpecifier(e,t,n){switch(e){case"imported":if(null==t.parent.local&&n.scope.registerBinding("module",t,t.parentPath),t.parent.local===t.parent.imported){const e=t.ctx;let r=t.parentPath;const i=r.node;e.newQueue(),r=r.replaceWith(Object.assign({},i,{local:Object.assign({},i.local),imported:Object.assign({},i.imported)})),e.popQueue(),n.scope.registerBinding("module",r.get("local"),r)}break;case"local":n.scope.registerBinding("module",t,t.parentPath)}},ImportDefaultSpecifier(e,t,n){if("local"===e)n.scope.registerBinding("module",t,t.parentPath)},ImportNamespaceSpecifier(e,t,n){if("local"===e)n.scope.registerBinding("module",t,t.parentPath)},ExportSpecifier(e,t,n){if("local"===e)if(t.parent.local===t.parent.exported){const e=t.ctx;let r=t.parentPath;const i=r.node;e.newQueue(),r=r.replaceWith(Object.assign({},i,{local:Object.assign({},i.local),exported:Object.assign({},i.exported)})),e.popQueue(),n.references.push(r.get("local"))}else n.references.push(t)},ExportAllDeclaration(e){},PropertyDefinition(e,t,n){switch(e){case"key":t.parent.computed&&n.references.push(t);break;case"value":n.references.push(t)}},ImportAttribute(e){},JSXExpressionContainer(e,t,n){if("expression"===e)n.references.push(t)},JSXSpreadAttribute(e,t,n){if("argument"===e)n.references.push(t)},JSXSpreadChild(e,t,n){if("expression"===e)n.references.push(t)}},UP={JSXNamespacedName(e,t,n){if("namespace"===e)jP(t.node.name)&&n.references.push(t)},JSXAttribute(e){},JSXClosingElement(e,t,n){if("name"===e)jP(t.node.name)&&n.references.push(t)},JSXMemberExpression(e,t,n){if("object"===e)n.references.push(t)},JSXOpeningElement(e,t,n){if("name"===e)jP(t.node.name)&&n.references.push(t)}},$P={ArrayExpression(e,t,n){if("elements"===e)n.references.push(t)},CallExpression(e,t,n){if("arguments"===e)n.references.push(t)},NewExpression(e,t,n){if("arguments"===e)n.references.push(t)},SequenceExpression(e,t,n){if("expressions"===e)n.references.push(t)},TemplateLiteral(e,t,n){if("expressions"===e)n.references.push(t)},ArrayPattern(e){if("elements"===e)throw new Error("`inListIdentifierCrawler.ArrayPattern` is not implemented")},FunctionDeclaration(e){if("params"===e)throw new Error("This should be handled by `scopePathCrawlers.FunctionDeclaration`")},FunctionExpression(e){if("params"===e)throw new Error("This should be handled by `scopePathCrawlers.FunctionExpression`")},ArrowFunctionExpression(e){if("params"===e)throw new Error("This should be handled by `scopePathCrawlers.ArrowFunctionExpression`")}},qP={},VP=(e,t)=>{switch(e.node.type){case"Identifier":t.push(e),e.skip();break;case"ObjectPattern":{const n=e.get("properties");for(let r=0;r<n.length;r++){const i=n[r],s=i.node;switch(s.type){case"RestElement":VP(i,t);break;case"Property":if(null!=s.value){let n=i;if(s.value===s.key){const t=e.ctx;t.newQueue(),n=n.replaceWith(Object.assign({},s,{key:Object.assign({},s.key),value:Object.assign({},s.value)})),t.popQueue()}VP(n.get("value"),t)}else if(!s.computed&&"Identifier"===s.key.type){const e=i.get("key");t.push(e),e.skip()}}}break}case"ArrayPattern":{const n=e,r=n.get("elements"),i=n.node.elements;for(let e=0;e<r.length;e++)null!=i[e]&&VP(r[e],t);break}case"RestElement":VP(e.get("argument"),t);break;case"AssignmentPattern":VP(e.get("left"),t);break;case"MemberExpression":break;default:e.node}},HP=(e,t,n,r)=>{const i=[];VP(e,i);for(let e=0;e<i.length;e++)t.registerBinding(n,i[e],r)},WP=(e,t)=>{const n=[];VP(e,n);for(let e=0;e<n.length;e++)t.constantViolations.push(n[e])},GP=(e,t)=>{const n=e.node.kind,r=e.get("declarations");for(let e=0;e<r.length;e++){const i=r[e];HP(i.get("id"),t,n,i)}},zP={Identifier:{enter(e,t){var n;const r=null===(n=e.parentPath.node)||void 0===n?void 0:n.type;if(null!=e.listKey){const n=$P[r];null!=n&&n(e.listKey,e,t)}else{const n=BP[r];null!=n&&n(e.key,e,t)}}},JSXIdentifier:{enter(e,t){var n;const r=null===(n=e.parentPath.node)||void 0===n?void 0:n.type;if(null!=e.listKey){const n=qP[r];null!=n&&n(e.listKey,e,t)}else{const n=UP[r];null!=n&&n(e.key,e,t)}}},AssignmentExpression:{enter(e,t){WP(e.get("left"),t)}},VariableDeclaration:{enter(e,t){GP(e,t.scope)}}};{const e=zP,t={enter(e,t){t.childScopedPaths.push(e),e.skip()}};for(let n=0;n<RP.length;n++)e[RP[n]]=t;e.FunctionDeclaration=e.ClassDeclaration={enter(e,n){if(null!=e.node.id){const t=e.get("id");n.scope.registerBinding("hoisted",t,e),t.skip()}t.enter.call({},e,n)}},e.BlockStatement={enter(e,n){FP(e.parent)&&t.enter.call({},e,n)}}}const YP=(e,t)=>{for(let n=0;n<e.length;n++){const r=e[n];HP(r,t,"param",r)}},KP={Program:null,FunctionDeclaration(e,{scope:t}){YP(e.get("params"),t)},ClassDeclaration:null,FunctionExpression(e,{scope:t}){if(null!=e.node.id){const n=e.get("id");t.registerBinding("local",n,e),n.skip()}YP(e.get("params"),t)},ClassExpression(e,{scope:t}){if(null!=e.node.id){const n=e.get("id");t.registerBinding("local",n,e),n.skip()}},ArrowFunctionExpression(e,{scope:t}){YP(e.get("params"),t)},CatchClause(e,{scope:t}){e.has("param")&&HP(e.get("param"),t,"let",e)},BlockStatement(e,{scope:t}){null!=e.parent&&"LabeledStatement"===e.parent.type&&t.registerLabel(e.parentPath.get("label"))},SwitchStatement:null,WhileStatement:null,DoWhileStatement:null,ForStatement(e,t){null!=e.parent&&"LabeledStatement"===e.parent.type&&t.scope.registerLabel(e.parentPath.get("label")),null!=e.node.init&&"VariableDeclaration"===e.node.init.type&&GP(e.get("init"),t.scope)},ForXStatement(e,t){null!=e.parent&&"LabeledStatement"===e.parent.type&&t.scope.registerLabel(e.parentPath.get("label")),"VariableDeclaration"===e.node.left.type?GP(e.get("left"),t.scope):kP.pattern(e.node.left)&&WP(e.get("left"),t)},ForInStatement(e,t){KP.ForXStatement(e,t)},ForOfStatement(e,t){KP.ForXStatement(e,t)}};let JP=class e{constructor(e,t){this.children=[],this.initialized=!1,this.bindings=Object.create(null),this.globalBindings=Object.create(null),this.labels=Object.create(null),this.priv={prevState:null,memoizedBindings:Object.create(null),memoizedLabels:Object.create(null),idMap:Object.create(null),declaration:null},this.path=e,this.parent=t,null!=this.parent&&this.parent.children.push(this)}static for(t,n){if((e=>null!=e.node&&!("BlockStatement"===e.node.type&&!FP(e.parent))&&MP.has(e.node.type))(t)){if(t.ctx.scopeCache.has(t))return t.ctx.scopeCache.get(t);const r=new e(t,n);return t.ctx.scopeCache.set(t,r),r}return n}init(){this.initialized||("Program"!==this.path.type&&(this.priv.idMap=this.getProgramScope().priv.idMap),this.crawl())}getMemoBinding(e){const{memoizedBindings:t}=this.priv;return e in t?t[e]:t[e]=this.getBinding(e)}getMemoLabel(e){const{memoizedLabels:t}=this.priv;return e in t?t[e]:t[e]=this.getLabel(e)}clearMemo(){this.priv.memoizedBindings=Object.create(null),this.priv.memoizedLabels=Object.create(null)}getProgramScope(){return"Program"===this.path.type?this:this.path.findParent(e=>"Program"===e.type).scope}crawl(){var t,n;if(null==this.path.node)return;if(this.path.removed)throw Error("This scope is no longer part of the AST, the containing path has been removed");e.rollbackState(this),this.bindings=Object.create(null),this.globalBindings="Program"===this.path.type?Object.create(null):this.getProgramScope().globalBindings,this.labels=Object.create(null);const r={references:[],constantViolations:[],labelReferences:[],scope:this,childScopedPaths:[]};this.path.ctx.makeScope=!1,this.path.ctx.newSkipPathStack();{const e=KP[this.path.node.type];null!=e&&e(this.path,r)}tI.traverseNode({node:this.path.node,parentPath:this.path.parentPath,ctx:this.path.ctx,state:r,visitors:zP,expand:!1,visitOnlyChildren:!0}),this.path.ctx.makeScope=!0,this.path.ctx.restorePrevSkipPathStack(),this.clearMemo();for(let e=0;e<r.references.length;e++){const n=r.references[e],i=n.node.name,s=this.getMemoBinding(i);null!=s?s.addReference(n):((t=this.globalBindings)[i]||(t[i]=new LP({name:i}))).addReference(n)}for(let e=0;e<r.constantViolations.length;e++){const t=r.constantViolations[e],i=t.node.name,s=this.getMemoBinding(i);null!=s?s.addConstantViolation(t):((n=this.globalBindings)[i]||(n[i]=new LP({name:i}))).addConstantViolation(t)}for(let e=0;e<r.labelReferences.length;e++){const t=r.labelReferences[e],n=t.node.name,i=this.getMemoLabel(n);null!=i&&i.references.push(t)}this.initialized=!0,this.priv.prevState={references:r.references,constantViolations:r.constantViolations,labelReferences:r.labelReferences},this.clearMemo();for(let e=0;e<r.childScopedPaths.length;e++)r.childScopedPaths[e].init(this)}static rollbackState(e){const{prevState:t}=e.priv;if(null==t)return;e.clearMemo();for(let n=0;n<t.references.length;n++){const r=t.references[n],i=r.node.name,s=e.getMemoBinding(i);if(null!=s)s.removeReference(r);else{const t=e.globalBindings[i];null!=t&&t.removeReference(r)}}for(let n=0;n<t.constantViolations.length;n++){const r=t.constantViolations[n],i=r.node.name,s=e.getMemoBinding(i);if(null!=s)s.removeConstantViolation(r);else{const t=e.globalBindings[i];null!=t&&t.removeConstantViolation(r)}}for(let n=0;n<t.labelReferences.length;n++){const r=t.labelReferences[n],i=r.node.name,s=e.getMemoLabel(i);if(null!=s){const e=s.references.findIndex(e=>e===r);e>-1&&s.references.splice(e,1)}}const n=Object.keys(e.globalBindings);for(let t=0;t<n.length;t++){const r=n[t],i=e.globalBindings[r];0===i.references.length&&0===i.constantViolations.length&&(e.globalBindings[r]=void 0,delete e.globalBindings[r])}}static recursiveRollback(t){for(let n=0;n<t.children.length;n++)e.recursiveRollback(t.children[n]);e.rollbackState(t)}static handleRemoval(t,n){if(n===t.path){if(e.recursiveRollback(t),null!=t.parent){const{children:e}=t.parent,n=e.indexOf(t);n>-1&&e.splice(n,1)}}else for(let r=0;r<t.children.length;r++){const i=t.children[r];if(i.path.isDescendantOf(n)){e.recursiveRollback(i);const n=t.children.indexOf(i);n>-1&&t.children.splice(n,1)}}}registerBinding(e,t,n){const r=t.node.name,i=this.getOwnBinding(r);if(null!=i)return i.addConstantViolation(t),void 0;this.bindings[r]=new DP({kind:e,name:r,scope:this,identifierPath:t,path:n})}hasOwnBinding(e){return e in this.bindings}getOwnBinding(e){return this.bindings[e]}hasBinding(e){return null!=this.getBinding(e)}getBinding(e){let t=this;for(;null!=t;){if(t.hasOwnBinding(e))return t.getOwnBinding(e);t=t.parent}}getAllBindings(...e){const t=Object.create(null),n=e.length,r=new Set(e);let i=this;for(;null!=i;){for(const e in i.bindings)e in t||(0===n||n&&r.has(i.bindings[e].kind))&&(t[e]=i.bindings[e]);i=i.parent}return t}hasGlobalBinding(e){return null!=this.getGlobalBinding(e)}getGlobalBinding(e){return this.getProgramScope().globalBindings[e]}registerLabel(e){const t=e.node.name;this.hasLabel(t)||(this.labels[t]={path:e,references:[]})}hasLabel(e){return null!=this.getLabel(e)}getLabel(e){let t=this;for(;null!=t;){if(null!=t.labels[e])return t.labels[e];t=t.parent}}generateUid(e="_tmp"){var t;const n=Object.keys(this.getAllBindings()).concat(Object.keys(this.globalBindings)).concat(Object.keys(this.priv.idMap));(t=this.priv.idMap)[e]||(t[e]=1);let r=e=e.replace(/[^a-zA-Z_]+/g,"");for(;n.includes(r);)r=e+ ++this.priv.idMap[e];return r}generateUidIdentifier(e){return IP.identifier(this.generateUid(e))}generateDeclaredUidIdentifier(e){let t;const{ctx:n}=this.path;if(n.newSkipPathStack(),n.newQueue(),null==this.priv.declaration){let r=null;switch(this.path.type){case"ArrowFunctionExpression":{const e=this.path.get("body");if("BlockStatement"===e.type)r=e;else{const t=Object.assign({},e.node);r=e.replaceWith(IP.blockStatement([IP.returnStatement(t)]))}}break;case"Program":case"BlockStatement":r=this.path;break;case"SwitchStatement":case"ClassDeclaration":case"ClassExpression":return n.restorePrevSkipPathStack(),n.popQueue(),this.parent.generateDeclaredUidIdentifier(e);case"DoWhileStatement":case"ForInStatement":case"ForOfStatement":case"ForStatement":case"WhileStatement":{const e=this.path.get("body");if("BlockStatement"===e.type)r=e;else{const t=Object.assign({},e.node);r=e.replaceWith(IP.blockStatement([t]))}}break;case"CatchClause":case"FunctionDeclaration":case"FunctionExpression":r=this.path.get("body");break;case null:break;default:this.path.type}const i=IP.variableDeclaration("var",[IP.variableDeclarator(this.generateUidIdentifier(e))]),[s]=r.unshiftContainer("body",[i]);this.priv.declaration=s,t=s.get("declarations")[0]}else[t]=this.priv.declaration.pushContainer("declarations",[IP.variableDeclarator(this.generateUidIdentifier(e))]);const r=t.get("id");return this.registerBinding("var",r,t),n.restorePrevSkipPathStack(),n.popQueue(),Object.assign({},r.node)}renameConsideringParent(e,t){var n,r,i,s,a,o;const l=e.parent;if("Property"===l.type&&"ObjectPattern"===(null===(r=null===(n=e.parentPath)||void 0===n?void 0:n.parent)||void 0===r?void 0:r.type))l.value.name=t,l.shorthand=l.value.name===l.key.name;else if("AssignmentPattern"===l.type&&"Property"===(null===(s=null===(i=e.parentPath)||void 0===i?void 0:i.parent)||void 0===s?void 0:s.type)&&"ObjectPattern"===(null===(o=null===(a=e.parentPath.parentPath)||void 0===a?void 0:a.parent)||void 0===o?void 0:o.type)){const n=e.parentPath.parent;l.left=IP.identifier(t),n.shorthand=l.left.name===n.key.name}else e.node.name=t}renameBinding(e,t){var n;if(null!=this.bindings[e]){const n=this.bindings[e];this.renameConsideringParent(n.identifierPath,t);for(let e=0;e<n.references.length;e++)n.references[e].node.name=t;for(let e=0;e<n.constantViolations.length;e++)this.renameConsideringParent(n.constantViolations[e],t);this.bindings[e]=void 0,delete this.bindings[e],this.bindings[t]=n}else null===(n=this.parent)||void 0===n?void 0:n.renameBinding(e,t)}};const XP=(e,t,n)=>(e.set(t,n),n);class QP{constructor(e){this.pathCache=new Map,this.scopeCache=new Map,this.makeScope=!1,this.shouldValidateNodes=PP(),this.cloneFunction=e=>structuredClone(e),this.currentSkipPaths=new Set,this.skipPathSetStack=[this.currentSkipPaths],this.queueStack=[],this.makeScope=!0===(null==e?void 0:e.scope),null!=(null==e?void 0:e.validateNodes)&&(this.shouldValidateNodes=e.validateNodes),"function"==typeof(null==e?void 0:e.cloneFunction)&&(this.cloneFunction=e.cloneFunction)}setSkipped(e){this.currentSkipPaths.add(e)}setNotSkipped(e){this.currentSkipPaths.delete(e)}shouldSkip(e){return this.currentSkipPaths.has(e)}updateCurrentSkipPaths(){this.currentSkipPaths=this.skipPathSetStack[this.skipPathSetStack.length-1]}newSkipPathStack(){this.skipPathSetStack.push(new Set),this.updateCurrentSkipPaths()}restorePrevSkipPathStack(){this.skipPathSetStack.pop(),this.updateCurrentSkipPaths()}pushToQueue(e,t){const n=this.queueStack[this.queueStack.length-1];null!=n&&n[t].push(...e)}newQueue(){this.queueStack.push({new:[],unSkipped:[]})}popQueue(){return this.queueStack.pop()}}const ZP=(e,t,n,r)=>{if(!PP())return;const i=SP[e.type];if(null!=i&&null!=i.insertionValidate){const s=i.insertionValidate(e,t,n,r);if(null!=s)throw new Error(s)}};class eI{constructor(e){this.node=e.node,this.type=this.node&&this.node.type,this.key=e.key,this.listKey=e.listKey,this.parentPath=e.parentPath,this.parent=this.parentPath&&this.parentPath.node,this.container=this.listKey?this.parent[this.listKey]:this.parent,this.removed=!1,this.ctx=e.ctx,this.scope=void 0}static for(e){if(null==e.node)return new this(e);const{ctx:{pathCache:t},parentPath:n}=e,r=t.get(n)||XP(t,n,new Map);return r.get(e.node)||XP(r,e.node,new eI(e))}init(e){var t;return this.ctx.makeScope&&(this.scope=JP.for(this,e||(null===(t=this.parentPath)||void 0===t?void 0:t.scope)||null),null!=this.scope&&this.scope.init()),this}throwNoParent(e){throw new Error(`Can not use \`${e}\` on a NodePath which does not have a parent`)}assertNotRemoved(){if(this.removed)throw new Error("Path is removed and it is now read-only")}assertNotNull(e){if(null==this.node)throw new Error(`Can not use method \`${e}\` on a null NodePath`)}get parentKey(){return null!=this.listKey?this.listKey:this.key}cloneNode(){return this.ctx.cloneFunction(this.node)}skip(){this.ctx.setSkipped(this)}skipChildren(){this.assertNotNull("skipChildren");const e=this.node,t=_P[this.type]||Object.keys(e);for(let n=0;n<t.length;n++){const r=t[n],i=e[r];null!=i&&(Array.isArray(i)?this.get(r).forEach(e=>e.skip()):"string"==typeof i.type&&this.get(r).skip())}}unSkip(){this.assertNotRemoved(),this.ctx.setNotSkipped(this),this.ctx.pushToQueue([this],"unSkipped")}unskip(){this.unSkip()}unSkipChildren(){var e;this.assertNotRemoved(),this.assertNotNull("unSkipChildren"),null===(e=this.ctx.pathCache.get(this))||void 0===e||e.forEach(e=>e.unSkip())}unskipChildren(){this.unSkipChildren()}traverse(e,t){this.assertNotNull("traverse"),tI.traverseNode({node:this.node,parentPath:this.parentPath,visitors:e,state:t,ctx:this.ctx,expand:!0})}findParent(e){let t=this.parentPath;for(;null!=t;){if(e(t))return t;t=t.parentPath}return null}find(e){let t=this;for(;null!=t;){if(e(t))return t;t=t.parentPath}return null}getFunctionParent(){return this.findParent(e=>kP.function(e))}getAncestry(){const e=[];let t=this;for(;null!=t;)e.push(t),t=t.parentPath;return e}isAncestorOf(e){return e.isDescendantOf(this)}isDescendantOf(e){return null!=this.findParent(t=>t===e)}updateSiblingIndex(e,t){var n;0!==this.container.length&&(null===(n=this.ctx.pathCache.get(this.parentPath))||void 0===n?void 0:n.forEach(n=>{n.key>=e&&(n.key+=t)}))}insertBefore(e){if(this.assertNotRemoved(),!Array.isArray(this.container))throw new Error("Can not insert before a node where `container` is not an Array");const t=this.key;for(let n=0;n<e.length;n++)ZP(e[n],t+n,this.listKey,this.parent);this.container.splice(t,0,...e),this.updateSiblingIndex(t,e.length);const n=e.map((e,n)=>eI.for({node:e,key:t+n,listKey:this.listKey,parentPath:this.parentPath,ctx:this.ctx}).init());return this.ctx.pushToQueue(n,"new"),n}insertAfter(e){if(this.assertNotRemoved(),!Array.isArray(this.container))throw new Error("Can not insert after a node where `container` is not an Array");const t=this.key;for(let n=0;n<e.length;n++)ZP(e[n],t+n+1,this.listKey,this.parent);this.container.splice(t+1,0,...e),this.updateSiblingIndex(t+1,e.length);const n=e.map((e,n)=>eI.for({node:e,key:t+n+1,listKey:this.listKey,parentPath:this.parentPath,ctx:this.ctx}).init());return this.ctx.pushToQueue(n,"new"),n}unshiftContainer(e,t){this.assertNotRemoved();const n=this.node[e][0];return eI.for({node:n,key:0,listKey:e,parentPath:this,ctx:this.ctx}).insertBefore(t)}pushContainer(e,t){this.assertNotRemoved();const n=this.node[e],r=n[n.length-1];return eI.for({node:r,key:n.length-1,listKey:e,parentPath:this,ctx:this.ctx}).insertAfter(t)}get(e){if(null==this.node)throw new Error("Can not use method `get` on a null NodePath");const t=this.node[e];return Array.isArray(t)?t.map((t,n)=>eI.for({node:t,key:n,listKey:e,parentPath:this,ctx:this.ctx}).init()):null!=t&&"string"==typeof t.type?eI.for({node:t,key:e,listKey:null,parentPath:this,ctx:this.ctx}).init():eI.for({node:null,key:e,listKey:null,parentPath:this,ctx:this.ctx}).init()}getSibling(e){return null==this.parentPath&&this.throwNoParent("getSibling"),"string"==typeof e?this.parentPath.get(e):null!=this.listKey?this.parentPath.get(this.listKey)[e]:void 0}getOpposite(){switch(this.key){case"left":return this.getSibling("right");case"right":return this.getSibling("left")}}getPrevSibling(){return this.getSibling(this.key-1)}getNextSibling(){return this.getSibling(this.key+1)}getAllPrevSiblings(){return null==this.parentPath&&this.throwNoParent("getAllPrevSiblings"),this.parentPath.get(this.listKey).slice(0,this.key).reverse()}getAllNextSiblings(){return null==this.parentPath&&this.throwNoParent("getAllNextSiblings"),this.parentPath.get(this.listKey).slice(this.key+1)}has(e){var t;const n=null===(t=this.node)||void 0===t?void 0:t[e];return(null==n||!Array.isArray(n)||0!==n.length)&&!!n}is(e){var t;return!!(null===(t=this.node)||void 0===t?void 0:t[e])}onRemove(){const{parent:e,key:t,listKey:n}=this,r=e.type,i=this.parentPath;switch(this.ctx.newSkipPathStack(),!0){case"ExpressionStatement"===r&&"expression"===t:case kP.exportDeclaration(e)&&"declaration"===t:case("WhileStatement"===r||"SwitchCase"===r)&&"test"===t:case"LabeledStatement"===r&&"body"===t:case"VariableDeclaration"===r&&"declarations"===n&&1===e.declarations.length:return i.remove(),!0;case"BinaryExpression"===r:return i.replaceWith(e["right"===t?"left":"right"]),!0;case"IfStatement"===r&&"consequent"===t:case("ArrowFunctionExpression"===r||kP.loop(e))&&"body"===t:return"ArrowFunctionExpression"===r&&(e.expression=!1),this.replaceWith({type:"BlockStatement",body:[]}),!0}return this.ctx.restorePrevSkipPathStack(),null!=this.scope&&JP.handleRemoval(this.scope,this),!1}markRemoved(){var e;null===(e=this.ctx.pathCache.get(this.parentPath))||void 0===e?void 0:e.delete(this.node),this.removed=!0}remove(){if(this.removed)throw new Error("Node is already removed");if(null==this.container&&this.throwNoParent("remove"),this.onRemove())return this.markRemoved();if(null!=this.listKey){const e=this.key;this.container.splice(e,1),this.markRemoved(),this.updateSiblingIndex(e+1,-1)}else null!=this.key&&(this.container[this.key]=null,this.markRemoved())}replaceWith(e){if(null==this.container&&this.throwNoParent("replaceWith"),this.removed)throw new Error("Node is already removed");ZP(e,this.key,this.listKey,this.parent),this.container[this.key]=e,this.markRemoved();const t=eI.for({node:e,key:this.key,listKey:this.listKey,parentPath:this.parentPath,ctx:this.ctx}).init();return this.ctx.pushToQueue([t],"new"),t}replaceWithMultiple(e){if(null==this.container&&this.throwNoParent("replaceWith"),this.removed)throw new Error("Node is already removed");const t=this.replaceWith(e[0]);return[t].concat(t.insertAfter(e.slice(1)))}}class tI{constructor(e){this.visitors=e}visitPath(e,t,n,r,i=!1){const{node:s,ctx:a}=t;if(r.has(t)||t.removed||null==s)return;const o=s.type,l=this.visitors[o]||{};a.newQueue();const c=()=>a.popQueue();if(!i){if(t.init(),a.shouldSkip(t))return c();if(null!=l.enter&&(l.enter.call(e,t,n),a.shouldSkip(t)||e.stopped))return c()}const u=_P[o]||Object.keys(s);for(let i=0;i<u.length;i++){const o=u[i],l=s[o];if(null!=l)if(Array.isArray(l)){const i=l.map((e,n)=>eI.for({node:e,key:n,listKey:o,parentPath:t,ctx:a}).init());for(let t=0;t<i.length;t++)if(this.visitPath(e,i[t],n,r),e.stopped)return c()}else if("string"==typeof l.type&&(this.visitPath(e,eI.for({node:l,key:o,listKey:null,parentPath:t,ctx:a}).init(),n,r),e.stopped))return c()}if(!i&&null!=l.leave&&(l.leave.call(e,t,n),e.stopped))return c();r.add(t);const{new:p,unSkipped:d}=c();for(let t=0;t<p.length&&!e.stopped;t++)this.visitPath(e,p[t],n,r);for(let t=0;t<d.length&&!e.stopped;t++)this.visitPath(e,d[t],n,r)}static expandVisitors(e){const t=Object.create(null),n=e=>{Object.keys(e).forEach(n=>{const r=[].concat(...n.split("|").map(e=>e in cP?Object.keys(cP[e]):[e])),i=e[n];"function"==typeof i?r.forEach(e=>{t[e]={enter:i}}):"object"==typeof i&&r.forEach(e=>{t[e]={enter:i.enter,leave:i.leave}})})};return null!=e.comp&&n(e.comp),n(e),t}static traverseNode(e){const t={stopped:!1,stop(){this.stopped=!0}},n=PP();CP(e.ctx.shouldValidateNodes),new tI(e.expand?this.expandVisitors(e.visitors):e.visitors).visitPath(t,eI.for({node:e.node,key:null,listKey:null,parentPath:e.parentPath,ctx:e.ctx}),e.state,new WeakSet,e.visitOnlyChildren),CP(n)}}const nI=(e,t,n)=>{const r=new QP(t.$);"Program"!==e.type&&(r.makeScope=!1),tI.traverseNode({node:e,parentPath:null,visitors:t,state:n,ctx:r,expand:!0})},rI={0:"Unexpected token",28:"Unexpected token: '%0'",1:"Octal escape sequences are not allowed in strict mode",2:"Octal escape sequences are not allowed in template strings",3:"Unexpected token `#`",4:"Illegal Unicode escape sequence",5:"Invalid code point %0",6:"Invalid hexadecimal escape sequence",8:"Octal literals are not allowed in strict mode",7:"Decimal integer literals with a leading zero are forbidden in strict mode",9:"Expected number in radix %0",146:"Invalid left-hand side assignment to a destructible right-hand side",10:"Non-number found after exponent indicator",11:"Invalid BigIntLiteral",12:"No identifiers allowed directly after numeric literal",13:"Escapes \\8 or \\9 are not syntactically valid escapes",14:"Unterminated string literal",15:"Unterminated template literal",16:"Multiline comment was not closed properly",17:"The identifier contained dynamic unicode escape that was not closed",18:"Illegal character '%0'",19:"Missing hexadecimal digits",20:"Invalid implicit octal",21:"Invalid line break in string literal",22:"Only unicode escapes are legal in identifier names",23:"Expected '%0'",24:"Invalid left-hand side in assignment",25:"Invalid left-hand side in async arrow",26:'Calls to super must be in the "constructor" method of a class expression or class declaration that has a superclass',27:"Member access on super must be in a method",29:"Await expression not allowed in formal parameter",30:"Yield expression not allowed in formal parameter",93:"Unexpected token: 'escaped keyword'",31:"Unary expressions as the left operand of an exponentiation expression must be disambiguated with parentheses",120:"Async functions can only be declared at the top level or inside a block",32:"Unterminated regular expression",33:"Unexpected regular expression flag",34:"Duplicate regular expression flag '%0'",35:"%0 functions must have exactly %1 argument%2",36:"Setter function argument must not be a rest parameter",37:"%0 declaration must have a name in this context",38:"Function name may not contain any reserved words or be eval or arguments in strict mode",39:"The rest operator is missing an argument",40:"A getter cannot be a generator",41:"A setter cannot be a generator",42:"A computed property name must be followed by a colon or paren",131:"Object literal keys that are strings or numbers must be a method or have a colon",44:"Found `* async x(){}` but this should be `async * x(){}`",43:"Getters and setters can not be generators",45:"'%0' can not be generator method",46:"No line break is allowed after '=>'",47:"The left-hand side of the arrow can only be destructed through assignment",48:"The binding declaration is not destructible",49:"Async arrow can not be followed by new expression",50:"Classes may not have a static property named 'prototype'",51:"Class constructor may not be a %0",52:"Duplicate constructor method in class",53:"Invalid increment/decrement operand",54:"Invalid use of `new` keyword on an increment/decrement expression",55:"`=>` is an invalid assignment target",56:"Rest element may not have a trailing comma",57:"Missing initializer in %0 declaration",58:"'for-%0' loop head declarations can not have an initializer",59:"Invalid left-hand side in for-%0 loop: Must have a single binding",60:"Invalid shorthand property initializer",61:"Property name __proto__ appears more than once in object literal",62:"Let is disallowed as a lexically bound name",63:"Invalid use of '%0' inside new expression",64:"Illegal 'use strict' directive in function with non-simple parameter list",65:'Identifier "let" disallowed as left-hand side expression in strict mode',66:"Illegal continue statement",67:"Illegal break statement",68:"Cannot have `let[...]` as a var name in strict mode",69:"Invalid destructuring assignment target",70:"Rest parameter may not have a default initializer",71:"The rest argument must the be last parameter",72:"Invalid rest argument",74:"In strict mode code, functions can only be declared at top level or inside a block",75:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement",76:"Without web compatibility enabled functions can not be declared at top level, inside a block, or as the body of an if statement",77:"Class declaration can't appear in single-statement context",78:"Invalid left-hand side in for-%0",79:"Invalid assignment in for-%0",80:"for await (... of ...) is only valid in async functions and async generators",81:"The first token after the template expression should be a continuation of the template",83:"`let` declaration not allowed here and `let` cannot be a regular var name in strict mode",82:"`let \n [` is a restricted production at the start of a statement",84:"Catch clause requires exactly one parameter, not more (and no trailing comma)",85:"Catch clause parameter does not support default values",86:"Missing catch or finally after try",87:"More than one default clause in switch statement",88:"Illegal newline after throw",89:"Strict mode code may not include a with statement",90:"Illegal return statement",91:"The left hand side of the for-header binding declaration is not destructible",92:"new.target only allowed within functions",94:"'#' not followed by identifier",100:"Invalid keyword",99:"Can not use 'let' as a class name",98:"'A lexical declaration can't define a 'let' binding",97:"Can not use `let` as variable name in strict mode",95:"'%0' may not be used as an identifier in this context",96:"Await is only valid in async functions",101:"The %0 keyword can only be used with the module goal",102:"Unicode codepoint must not be greater than 0x10FFFF",103:"%0 source must be string",104:"Only a identifier can be used to indicate alias",105:"Only '*' or '{...}' can be imported after default",106:"Trailing decorator may be followed by method",107:"Decorators can't be used with a constructor",109:"HTML comments are only allowed with web compatibility (Annex B)",110:"The identifier 'let' must not be in expression position in strict mode",111:"Cannot assign to `eval` and `arguments` in strict mode",112:"The left-hand side of a for-of loop may not start with 'let'",113:"Block body arrows can not be immediately invoked without a group",114:"Block body arrows can not be immediately accessed without a group",115:"Unexpected strict mode reserved word",116:"Unexpected eval or arguments in strict mode",117:"Decorators must not be followed by a semicolon",118:"Calling delete on expression not allowed in strict mode",119:"Pattern can not have a tail",121:"Can not have a `yield` expression on the left side of a ternary",122:"An arrow function can not have a postfix update operator",123:"Invalid object literal key character after generator star",124:"Private fields can not be deleted",126:"Classes may not have a field called constructor",125:"Classes may not have a private element named constructor",127:"A class field initializer may not contain arguments",128:"Generators can only be declared at the top level or inside a block",129:"Async methods are a restricted production and cannot have a newline following it",130:"Unexpected character after object literal property name",132:"Invalid key token",133:"Label '%0' has already been declared",134:"continue statement must be nested within an iteration statement",135:"Undefined label '%0'",136:"Trailing comma is disallowed inside import(...) arguments",137:"import() requires exactly one argument",138:"Cannot use new with import(...)",139:"... is not allowed in import()",140:"Expected '=>'",141:"Duplicate binding '%0'",142:"Cannot export a duplicate name '%0'",145:"Duplicate %0 for-binding",143:"Exported binding '%0' needs to refer to a top-level declared variable",144:"Unexpected private field",148:"Numeric separators are not allowed at the end of numeric literals",147:"Only one underscore is allowed as numeric separator",149:"JSX value should be either an expression or a quoted JSX text",150:"Expected corresponding JSX closing tag for %0",151:"Adjacent JSX elements must be wrapped in an enclosing tag",152:"JSX attributes must only be assigned a non-empty 'expression'",153:"'%0' has already been declared",154:"'%0' shadowed a catch clause binding",155:"Dot property must be an identifier",156:"Encountered invalid input after spread/rest argument",157:"Catch without try",158:"Finally without try",159:"Expected corresponding closing tag for JSX fragment",160:"Coalescing and logical operators used together in the same expression must be disambiguated with parentheses",161:"Invalid tagged template on optional chain",162:"Invalid optional chain from super property",163:"Invalid optional chain from new expression",164:'Cannot use "import.meta" outside a module',165:"Leading decorators must be attached to a class declaration"};class iI extends SyntaxError{constructor(e,t,n,r,...i){const s="["+t+":"+n+"]: "+rI[r].replace(/%(\d+)/g,(e,t)=>i[t]);super(`${s}`),this.index=e,this.line=t,this.column=n,this.description=s,this.loc={line:t,column:n}}}function sI(e,t,...n){throw new iI(e.index,e.line,e.column,t,...n)}function aI(e){throw new iI(e.index,e.line,e.column,e.type,e.params)}function oI(e,t,n,r,...i){throw new iI(e,t,n,r,...i)}function lI(e,t,n,r){throw new iI(e,t,n,r)}const cI=((e,t)=>{const n=new Uint32Array(104448);let r=0,i=0;for(;r<3701;){const s=e[r++];if(s<0)i-=s;else{let a=e[r++];2&s&&(a=t[a]),1&s?n.fill(a,i,i+=e[r++]):n[i++]=a}}return n})([-1,2,26,2,27,2,5,-1,0,77595648,3,44,2,3,0,14,2,57,2,58,3,0,3,0,3168796671,0,4294956992,2,1,2,0,2,59,3,0,4,0,4294966523,3,0,4,2,16,2,60,2,0,0,4294836735,0,3221225471,0,4294901942,2,61,0,134152192,3,0,2,0,4294951935,3,0,2,0,2683305983,0,2684354047,2,18,2,0,0,4294961151,3,0,2,2,19,2,0,0,608174079,2,0,2,54,2,7,2,6,0,4278222591,3,0,2,2,1,3,0,3,0,4294901711,2,40,0,4089839103,0,2961209759,0,1342439375,0,4294543342,0,3547201023,0,1577204103,0,4194240,0,4294688750,2,2,0,80831,0,4261478351,0,4294549486,2,2,0,2967484831,0,196559,0,3594373100,0,3288319768,0,8469959,2,200,2,3,0,4093640191,0,660618719,0,65487,0,4294828015,0,4092591615,0,1616920031,0,982991,2,3,2,0,0,2163244511,0,4227923919,0,4236247022,2,66,0,4284449919,0,851904,2,4,2,12,0,67076095,-1,2,67,0,1073741743,0,4093607775,-1,0,50331649,0,3265266687,2,33,0,4294844415,0,4278190047,2,20,2,133,-1,3,0,2,2,23,2,0,2,10,2,0,2,15,2,22,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,11,0,261632,2,25,3,0,2,2,13,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,2151677951,2,29,2,9,0,909311,3,0,2,0,814743551,2,42,0,67090432,3,0,2,2,41,2,0,2,6,2,0,2,30,2,8,0,268374015,2,107,2,48,2,0,2,76,0,134153215,-1,2,7,2,0,2,8,0,2684354559,0,67044351,0,3221160064,2,17,-1,3,0,2,0,67051519,0,1046528,3,0,3,2,9,2,0,2,50,0,4294960127,2,10,2,39,2,11,0,4294377472,2,12,3,0,16,2,13,2,0,2,79,2,10,2,0,2,80,2,81,2,82,2,206,2,129,0,1048577,2,83,2,14,-1,2,14,0,131042,2,84,2,85,2,86,2,0,2,34,-83,3,0,7,0,1046559,2,0,2,15,2,0,0,2147516671,2,21,3,87,2,2,0,-16,2,88,0,524222462,2,4,2,0,0,4269801471,2,4,3,0,2,2,28,2,16,3,0,2,2,17,2,0,-1,2,18,-16,3,0,206,-2,3,0,692,2,68,-1,2,18,2,10,3,0,8,2,90,2,128,2,0,0,3220242431,3,0,3,2,19,2,91,2,92,3,0,2,2,93,2,0,2,94,2,45,2,0,0,4351,2,0,2,9,3,0,2,0,67043391,0,3909091327,2,0,2,24,2,9,2,20,3,0,2,0,67076097,2,8,2,0,2,21,0,67059711,0,4236247039,3,0,2,0,939524103,0,8191999,2,98,2,99,2,22,2,23,3,0,3,0,67057663,3,0,349,2,100,2,101,2,7,-264,3,0,11,2,24,3,0,2,2,32,-1,0,3774349439,2,102,2,103,3,0,2,2,19,2,104,3,0,10,2,10,2,18,2,0,2,46,2,0,2,31,2,105,2,25,0,1638399,2,170,2,106,3,0,3,2,20,2,26,2,27,2,5,2,28,2,0,2,8,2,108,-1,2,109,2,110,2,111,-1,3,0,3,2,12,-2,2,0,2,29,-3,2,159,-4,2,20,2,0,2,36,0,1,2,0,2,62,2,6,2,12,2,10,2,0,2,112,-1,3,0,4,2,10,2,23,2,113,2,7,2,0,2,114,2,0,2,115,2,116,2,117,-2,3,0,9,2,21,2,30,2,31,2,118,2,119,-2,2,120,2,121,2,30,2,21,2,8,-2,2,122,2,30,2,32,-2,2,0,2,38,-2,0,4277137519,0,2269118463,-1,3,20,2,-1,2,33,2,37,2,0,3,30,2,2,35,2,19,-3,3,0,2,2,34,-1,2,0,2,35,2,0,2,35,2,0,2,47,-10,2,0,0,203775,-1,2,164,2,20,2,43,2,36,2,18,2,77,2,18,2,123,2,21,3,0,2,2,37,0,2151677888,2,0,2,12,0,4294901764,2,140,2,0,2,52,2,51,0,5242879,3,0,2,0,402644511,-1,2,125,2,38,0,3,-1,2,126,2,39,2,0,0,67045375,2,40,0,4226678271,0,3766565279,0,2039759,-4,3,0,2,0,3288270847,0,3,3,0,2,0,67043519,-5,2,0,0,4282384383,0,1056964609,-1,3,0,2,0,67043345,-1,2,0,2,41,2,42,-1,2,11,2,55,2,37,-5,2,0,2,12,-3,3,0,2,0,2147484671,2,130,0,4190109695,2,49,-2,2,131,0,4244635647,0,27,2,0,2,8,2,43,2,0,2,63,2,18,2,0,2,41,-8,2,53,2,44,0,67043329,2,45,2,46,0,8388351,-2,2,132,0,3028287487,2,47,2,134,0,33259519,2,42,-9,2,21,0,4294836223,0,3355443199,0,67043335,-2,2,64,-2,3,0,28,2,32,-3,3,0,3,2,17,3,0,6,2,78,-81,2,18,3,0,2,2,36,3,0,33,2,25,2,30,-125,3,0,18,2,37,-269,3,0,17,2,41,2,8,2,23,2,0,2,8,2,23,2,48,2,0,2,21,2,49,2,135,2,25,-21,3,0,2,-4,3,0,2,0,4294936575,2,0,0,4294934783,-2,0,196635,3,0,191,2,50,3,0,38,2,30,-1,2,34,-278,2,136,3,0,9,2,137,2,138,2,51,3,0,11,2,7,-72,3,0,3,2,139,0,1677656575,-147,2,0,2,24,2,37,-16,0,4161266656,0,4071,2,201,-4,0,28,-13,3,0,2,2,52,2,0,2,141,2,142,2,56,2,0,2,143,2,144,2,145,3,0,10,2,146,2,147,2,22,3,52,2,3,148,2,3,53,2,0,4294954999,2,0,-16,2,0,2,89,2,0,0,2105343,0,4160749584,2,174,-34,2,8,2,150,-6,0,4194303871,0,4294903771,2,0,2,54,2,97,-3,2,0,0,1073684479,0,17407,-9,2,18,2,17,2,0,2,32,-14,2,18,2,32,-23,2,151,3,0,6,0,8323103,-1,3,0,2,2,55,-37,2,56,2,152,2,153,2,154,2,155,2,156,-105,2,26,-32,3,0,1335,-1,3,0,129,2,32,3,0,6,2,10,3,0,180,2,157,3,0,233,2,158,3,0,18,2,10,-77,3,0,16,2,10,-47,3,0,154,2,6,3,0,130,2,25,-22250,3,0,7,2,25,-6130,3,5,2,-1,0,69207040,3,44,2,3,0,14,2,57,2,58,-3,0,3168731136,0,4294956864,2,1,2,0,2,59,3,0,4,0,4294966275,3,0,4,2,16,2,60,2,0,2,34,-1,2,18,2,61,-1,2,0,0,2047,0,4294885376,3,0,2,0,3145727,0,2617294944,0,4294770688,2,25,2,62,3,0,2,0,131135,2,95,0,70256639,0,71303167,0,272,2,41,2,6,0,32511,2,0,2,42,-1,2,96,2,63,0,4278255616,0,4294836227,0,4294549473,0,600178175,0,2952806400,0,268632067,0,4294543328,0,57540095,0,1577058304,0,1835008,0,4294688736,2,65,2,64,0,33554435,2,127,2,65,2,160,0,131075,0,3594373096,0,67094296,2,64,-1,0,4294828e3,0,603979263,0,654311424,0,3,0,4294828001,0,602930687,2,167,0,393219,0,4294828016,0,671088639,0,2154840064,0,4227858435,0,4236247008,2,66,2,37,-1,2,4,0,917503,2,37,-1,2,67,0,537788335,0,4026531935,-1,0,1,-1,2,33,2,68,0,7936,-3,2,0,0,2147485695,0,1010761728,0,4292984930,0,16387,2,0,2,15,2,22,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,12,-1,2,25,3,0,2,2,13,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,2147745791,3,19,2,0,122879,2,0,2,9,0,276824064,-2,3,0,2,2,41,2,0,0,4294903295,2,0,2,30,2,8,-1,2,18,2,48,2,0,2,76,2,42,-1,2,21,2,0,2,29,-2,0,128,-2,2,28,2,9,0,8160,-1,2,124,0,4227907585,2,0,2,77,2,0,2,78,2,180,2,10,2,39,2,11,-1,0,74440192,3,0,6,-2,3,0,8,2,13,2,0,2,79,2,10,2,0,2,80,2,81,2,82,-3,2,83,2,14,-3,2,84,2,85,2,86,2,0,2,34,-83,3,0,7,0,817183,2,0,2,15,2,0,0,33023,2,21,3,87,2,-17,2,88,0,524157950,2,4,2,0,2,89,2,4,2,0,2,22,2,28,2,16,3,0,2,2,17,2,0,-1,2,18,-16,3,0,206,-2,3,0,692,2,68,-1,2,18,2,10,3,0,8,2,90,0,3072,2,0,0,2147516415,2,10,3,0,2,2,25,2,91,2,92,3,0,2,2,93,2,0,2,94,2,45,0,4294965179,0,7,2,0,2,9,2,92,2,9,-1,0,1761345536,2,95,0,4294901823,2,37,2,20,2,96,2,35,2,97,0,2080440287,2,0,2,34,2,149,0,3296722943,2,0,0,1046675455,0,939524101,0,1837055,2,98,2,99,2,22,2,23,3,0,3,0,7,3,0,349,2,100,2,101,2,7,-264,3,0,11,2,24,3,0,2,2,32,-1,0,2700607615,2,102,2,103,3,0,2,2,19,2,104,3,0,10,2,10,2,18,2,0,2,46,2,0,2,31,2,105,-3,2,106,3,0,3,2,20,-1,3,5,2,2,107,2,0,2,8,2,108,-1,2,109,2,110,2,111,-1,3,0,3,2,12,-2,2,0,2,29,-8,2,20,2,0,2,36,-1,2,0,2,62,2,6,2,30,2,10,2,0,2,112,-1,3,0,4,2,10,2,18,2,113,2,7,2,0,2,114,2,0,2,115,2,116,2,117,-2,3,0,9,2,21,2,30,2,31,2,118,2,119,-2,2,120,2,121,2,30,2,21,2,8,-2,2,122,2,30,2,32,-2,2,0,2,38,-2,0,4277075969,2,30,-1,3,20,2,-1,2,33,2,123,2,0,3,30,2,2,35,2,19,-3,3,0,2,2,34,-1,2,0,2,35,2,0,2,35,2,0,2,78,-10,2,0,0,197631,-2,2,20,2,43,2,77,2,18,0,3,2,18,2,123,2,21,2,124,2,50,-1,0,2490368,2,124,2,25,2,18,2,34,2,124,2,37,0,4294901904,0,4718591,2,124,2,35,0,335544350,-1,2,125,0,2147487743,0,1,-1,2,126,2,39,2,8,-1,2,127,2,65,0,3758161920,0,3,-4,2,0,2,29,0,2147485568,0,3,2,0,2,25,0,176,-5,2,0,2,17,2,188,-1,2,0,2,25,2,205,-1,2,0,0,16779263,-2,2,12,-1,2,37,-5,2,0,2,128,-3,3,0,2,2,129,2,130,0,2147549183,0,2,-2,2,131,2,36,0,10,0,4294965249,0,67633151,0,4026597376,2,0,0,536871935,2,18,2,0,2,41,-8,2,53,2,17,0,1,2,45,2,25,-3,2,132,2,36,2,133,2,134,0,16778239,-10,2,35,0,4294836212,2,9,-3,2,64,-2,3,0,28,2,32,-3,3,0,3,2,17,3,0,6,2,78,-81,2,18,3,0,2,2,36,3,0,33,2,25,0,126,-125,3,0,18,2,37,-269,3,0,17,2,41,2,8,2,18,2,0,2,8,2,18,2,54,2,0,2,25,2,78,2,135,2,25,-21,3,0,2,-4,3,0,2,0,67583,-1,2,104,-2,0,11,3,0,191,2,50,3,0,38,2,30,-1,2,34,-278,2,136,3,0,9,2,137,2,138,2,51,3,0,11,2,7,-72,3,0,3,2,139,2,140,-187,3,0,2,2,52,2,0,2,141,2,142,2,56,2,0,2,143,2,144,2,145,3,0,10,2,146,2,147,2,22,3,52,2,3,148,2,3,53,2,2,149,-57,2,8,2,150,-7,2,18,2,0,2,54,-4,2,0,0,1065361407,0,16384,-9,2,18,2,54,2,0,2,128,-14,2,18,2,128,-23,2,151,3,0,6,2,123,-1,3,0,2,0,2063,-37,2,56,2,152,2,153,2,154,2,155,2,156,-138,3,0,1335,-1,3,0,129,2,32,3,0,6,2,10,3,0,180,2,157,3,0,233,2,158,3,0,18,2,10,-77,3,0,16,2,10,-47,3,0,154,2,6,3,0,130,2,25,-28386,2,0,0,1,-1,2,129,2,0,0,8193,-21,2,198,0,10255,0,4,-11,2,64,2,179,-1,0,71680,-1,2,171,0,4292900864,0,268435519,-5,2,159,-1,2,169,-1,0,6144,-2,2,45,-1,2,163,-1,0,2147532800,2,160,2,166,0,16744448,-2,0,4,-4,2,194,0,205128192,0,1333757536,0,2147483696,0,423953,0,747766272,0,2717763192,0,4286578751,0,278545,2,161,0,4294886464,0,33292336,0,417809,2,161,0,1327482464,0,4278190128,0,700594195,0,1006647527,0,4286497336,0,4160749631,2,162,0,201327104,0,3634348576,0,8323120,2,162,0,202375680,0,2678047264,0,4293984304,2,162,-1,0,983584,0,48,0,58720273,0,3489923072,0,10517376,0,4293066815,0,1,0,2013265920,2,182,2,0,0,2089,0,3221225552,0,201359520,2,0,-2,0,256,0,122880,0,16777216,2,159,0,4160757760,2,0,-6,2,176,-11,0,3263218176,-1,0,49664,0,2160197632,0,8388802,-1,0,12713984,-1,2,163,2,164,2,183,-2,2,172,-20,0,3758096385,-2,2,165,2,191,2,91,2,177,0,4294057984,-2,2,173,2,168,0,4227874816,-2,2,165,-1,2,166,-1,2,178,2,129,0,4026593280,0,14,0,4292919296,-1,2,175,0,939588608,-1,0,805306368,-1,2,129,2,167,2,168,2,169,2,207,2,0,-2,2,170,2,129,-3,0,267386880,-1,0,117440512,0,7168,-1,2,210,2,163,2,171,2,184,-16,2,172,-1,0,1426112704,2,173,-1,2,192,0,271581216,0,2149777408,2,25,2,171,2,129,0,851967,2,185,-1,2,174,2,186,-4,2,175,-20,2,197,2,204,-56,0,3145728,2,187,-10,0,32505856,-1,2,176,-1,0,2147385088,2,91,1,2155905152,2,-3,2,173,2,0,0,67108864,-2,2,177,-6,2,178,2,25,0,1,-1,0,1,-1,2,179,-3,2,123,2,64,-2,2,97,-2,0,32752,2,129,-915,2,170,-1,2,203,-10,2,190,-5,2,181,-6,0,4229232640,2,19,-1,2,180,-1,2,181,-2,0,4227874752,-3,0,2146435072,2,164,-2,0,1006649344,2,129,-1,2,91,0,201375744,-3,0,134217720,2,91,0,4286677377,0,32896,-1,2,175,-3,0,4227907584,-349,0,65520,0,1920,2,182,3,0,264,-11,2,169,-2,2,183,2,0,0,520617856,0,2692743168,0,36,-3,0,524280,-13,2,189,-1,0,4294934272,2,25,2,183,-1,2,213,0,2158720,-3,2,164,0,1,-4,2,129,0,3808625411,0,3489628288,0,4096,0,1207959680,0,3221274624,2,0,-3,2,184,0,120,0,7340032,-2,2,185,2,4,2,25,2,173,3,0,4,2,164,-1,2,186,2,182,-1,0,8176,2,166,2,184,2,211,-1,0,4290773232,2,0,-4,2,173,2,193,0,15728640,2,182,-1,2,171,-1,0,134250480,0,4720640,0,3825467396,3,0,2,-9,2,91,2,178,0,4294967040,2,133,0,4160880640,3,0,2,0,704,0,1849688064,2,187,-1,2,129,0,4294901887,2,0,0,130547712,0,1879048192,2,208,3,0,2,-1,2,188,2,189,-1,0,17829776,0,2025848832,2,212,-2,2,0,-1,0,4286580608,-1,0,29360128,2,196,0,16252928,0,3791388672,2,39,3,0,2,-2,2,202,2,0,-1,2,104,-1,0,66584576,-1,2,195,3,0,9,2,129,-1,0,4294755328,2,0,2,20,-1,2,171,2,183,2,25,2,95,2,25,2,190,2,91,-2,0,245760,2,191,-1,2,159,2,199,0,4227923456,-1,2,192,2,171,2,91,-3,0,4292870145,0,262144,-1,2,92,2,0,0,1073758848,2,193,-1,0,4227921920,2,194,0,68289024,0,528402016,0,4292927536,3,0,4,-2,0,268435456,2,92,-2,2,195,3,0,5,-1,2,196,2,173,2,0,-2,0,4227923936,2,62,-1,2,183,2,95,2,0,2,163,2,175,2,197,3,0,5,-1,2,182,3,0,3,-2,0,2146959360,0,9440640,0,104857600,0,4227923840,3,0,2,0,768,2,198,2,28,-2,2,171,-2,2,199,-1,2,165,2,95,3,0,7,0,512,0,8388608,2,200,2,170,2,189,0,4286578944,3,0,2,0,1152,0,1266679808,2,195,0,576,0,4261707776,2,95,3,0,9,2,165,0,131072,0,939524096,2,183,3,0,2,2,16,-1,0,2147221504,-28,2,183,3,0,3,-3,0,4292902912,-6,2,96,3,0,81,2,25,-2,2,104,-33,2,18,2,178,3,0,125,-18,2,197,3,0,269,-17,2,165,2,129,2,201,-1,2,129,2,193,0,4290822144,-2,0,67174336,0,520093700,2,18,3,0,21,-2,2,184,3,0,3,-2,0,30720,-1,0,32512,3,0,2,0,4294770656,-191,2,181,-38,2,178,2,0,2,202,3,0,278,0,2417033215,-9,0,4294705144,0,4292411391,0,65295,-11,2,182,3,0,72,-3,0,3758159872,0,201391616,3,0,147,-1,2,169,2,203,-3,2,96,2,0,-7,2,178,-1,0,384,-1,0,133693440,-3,2,204,-2,2,107,3,0,3,3,177,2,-2,2,91,2,165,3,0,4,-2,2,192,-1,2,159,0,335552923,2,205,-1,0,538974272,0,2214592512,0,132e3,-10,0,192,-8,2,206,-21,0,134213632,2,158,3,0,34,2,129,0,4294965279,3,0,6,0,100663424,0,63524,-1,2,209,2,148,3,0,3,-1,0,3221282816,0,4294917120,3,0,9,2,25,2,207,-1,2,208,3,0,14,2,25,2,183,3,0,23,0,2147520640,-6,0,4286578784,2,0,-2,0,1006694400,3,0,24,2,36,-1,0,4292870144,3,0,2,0,1,2,173,3,0,6,2,205,0,4110942569,0,1432950139,0,2701658217,0,4026532864,0,4026532881,2,0,2,46,3,0,8,-1,2,175,-2,2,177,0,98304,0,65537,2,178,-5,2,209,2,0,2,77,2,199,2,182,0,4294770176,2,107,3,0,4,-30,2,188,0,3758153728,-3,0,125829120,-2,2,183,0,4294897664,2,175,-1,2,195,-1,2,171,0,4294754304,3,0,2,-10,2,177,0,3758145536,2,210,2,211,0,4026548160,2,212,-4,2,213,-1,2,204,0,4227923967,3,0,32,-1335,2,0,-129,2,183,-6,2,173,-180,0,65532,-233,2,174,-18,2,173,3,0,77,-16,2,173,3,0,47,-154,2,166,-130,2,18,3,0,22250,-7,2,18,3,0,6128],[4294967295,4294967291,4092460543,4294828031,4294967294,134217726,4294903807,268435455,2147483647,1048575,1073741823,3892314111,134217727,1061158911,536805376,4294910143,4294901759,32767,4294901760,262143,536870911,8388607,4160749567,4294902783,4294918143,65535,67043328,2281701374,4294967264,2097151,4194303,255,67108863,4294967039,511,524287,131071,127,3238002687,4294902271,4294549487,33554431,1023,4294901888,4286578687,4294705152,4294770687,67043583,2047999,67043343,16777215,4294902e3,4292870143,4294966783,16383,67047423,4294967279,262083,20511,4290772991,41943039,493567,4294959104,603979775,65536,602799615,805044223,4294965206,8191,1031749119,4294917631,2134769663,4286578493,4282253311,4294942719,33540095,4294905855,63,15,2868854591,1608515583,265232348,534519807,2147614720,1060109444,4093640016,17376,2139062143,224,4169138175,4294909951,4286578688,4294967292,4294965759,65734655,4294966272,4294967280,32768,8289918,4294934399,4294901775,4294965375,1602223615,4294967259,4294443008,268369920,4292804608,4294967232,486341884,4294963199,3087007615,1073692671,4128527,4279238655,4294902015,4160684047,4290246655,469499899,4294967231,134086655,4294966591,2445279231,3670015,31,4294967288,4294705151,3221208447,4294549472,4095,2147483648,4285526655,4294966527,4294966143,64,4294966719,3774873592,1877934080,262151,2555904,536807423,67043839,3758096383,3959414372,3755993023,2080374783,4294835295,4294967103,4160749565,4294934527,4087,2016,2147446655,184024726,2862017156,1593309078,268434431,268434414,4294901763,4294901761,536870912,2952790016,202506752,139264,402653184,3758096384,4261412864,63488,1610612736,4227922944,49152,57344,65280,3233808384,3221225472,65534,61440,57152,4293918720,4290772992,25165824,4227915776,4278190080,4026531840,4227858432,4160749568,3758129152,4294836224,4194304,251658240,196608,4294963200,2143289344,2097152,64512,417808,4227923712,12582912,4294967168,50331648,65528,65472,15360,4294966784,65408,4294965248,16,12288,4294934528,2080374784,4294950912,65024,1073741824,4261477888,524288]);function uI(e){return e.column++,e.currentChar=e.source.charCodeAt(++e.index)}function pI(e,t){if(55296!=(64512&t))return 0;const n=e.source.charCodeAt(e.index+1);return 56320!=(64512&n)?0:(t=e.currentChar=65536+((1023&t)<<10)+(1023&n),1&cI[(t>>>5)+0]>>>t||sI(e,18,mI(t)),e.index++,e.column++,1)}function dI(e,t){e.currentChar=e.source.charCodeAt(++e.index),e.flags|=1,4&t||(e.column=0,e.line++)}function hI(e){e.flags|=1,e.currentChar=e.source.charCodeAt(++e.index),e.column=0,e.line++}function fI(e){return 160===e||65279===e||133===e||5760===e||e>=8192&&e<=8203||8239===e||8287===e||12288===e||8201===e||65519===e}function mI(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(e>>>10)+String.fromCharCode(1023&e)}function gI(e){return e<65?e-48:e-65+10&15}const yI=[0,0,0,0,0,0,0,0,0,0,1032,0,0,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8192,0,3,0,0,8192,0,0,0,256,0,33024,0,0,242,242,114,114,114,114,114,114,594,594,0,0,16384,0,0,0,0,67,67,67,67,67,67,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,1,0,0,4099,0,71,71,71,71,71,71,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,16384,0,0,0,0],bI=[0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0],vI=[0,0,0,0,0,0,0,0,0,0,0,0,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,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0];function EI(e){return e<=127?bI[e]:1&cI[(e>>>5)+34816]>>>e}function wI(e){return e<=127?vI[e]:1&cI[(e>>>5)+0]>>>e||8204===e||8205===e}const TI=["SingleLine","MultiLine","HTMLOpen","HTMLClose","HashbangComment"];function SI(e,t,n,r,i,s,a,o){return 2048&r&&sI(e,0),xI(e,t,n,i,s,a,o)}function xI(e,t,n,r,i,s,a){const{index:o}=e;for(e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column;e.index<e.end;){if(8&yI[e.currentChar]){const n=13===e.currentChar;hI(e),n&&e.index<e.end&&10===e.currentChar&&(e.currentChar=t.charCodeAt(++e.index));break}if((8232^e.currentChar)<=1){hI(e);break}uI(e),e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column}if(e.onComment){const n={start:{line:s,column:a},end:{line:e.linePos,column:e.colPos}};e.onComment(TI[255&r],t.slice(o,e.tokenPos),i,e.tokenPos,n)}return 1|n}function _I(e,t,n){const{index:r}=e;for(;e.index<e.end;)if(e.currentChar<43){let i=!1;for(;42===e.currentChar;)if(i||(n&=-5,i=!0),47===uI(e)){if(uI(e),e.onComment){const n={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onComment(TI[1],t.slice(r,e.index-2),r-2,e.index,n)}return e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column,n}if(i)continue;8&yI[e.currentChar]?13===e.currentChar?(n|=5,hI(e)):(dI(e,n),n=-5&n|1):uI(e)}else(8232^e.currentChar)<=1?(n=-5&n|1,hI(e)):(n&=-5,uI(e));sI(e,16)}function AI(e,t){const n=e.index;let r=0;e:for(;;){const t=e.currentChar;if(uI(e),1&r)r&=-2;else switch(t){case 47:if(r)break;break e;case 92:r|=1;break;case 91:r|=2;break;case 93:r&=1;break;case 13:case 10:case 8232:case 8233:sI(e,32)}if(e.index>=e.source.length)return sI(e,32)}const i=e.index-1;let s=0,a=e.currentChar;const{index:o}=e;for(;wI(a);){switch(a){case 103:2&s&&sI(e,34,"g"),s|=2;break;case 105:1&s&&sI(e,34,"i"),s|=1;break;case 109:4&s&&sI(e,34,"m"),s|=4;break;case 117:16&s&&sI(e,34,"u"),s|=16;break;case 121:8&s&&sI(e,34,"y"),s|=8;break;case 115:32&s&&sI(e,34,"s"),s|=32;break;case 100:64&s&&sI(e,34,"d"),s|=64;break;default:sI(e,33)}a=uI(e)}const l=e.source.slice(o,e.index),c=e.source.slice(n,i);return e.tokenRegExp={pattern:c,flags:l},512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),e.tokenValue=function(e,t,n){try{return new RegExp(t,n)}catch(r){try{return new RegExp(t,n.replace("d","")),null}catch(t){sI(e,32)}}}(e,c,l),65540}function CI(e,t,n){const{index:r}=e;let i="",s=uI(e),a=e.index;for(;!(8&yI[s]);){if(s===n)return i+=e.source.slice(a,e.index),uI(e),512&t&&(e.tokenRaw=e.source.slice(r,e.index)),e.tokenValue=i,134283267;if(!(8&~s)&&92===s){if(i+=e.source.slice(a,e.index),s=uI(e),s<127||8232===s||8233===s){const n=PI(e,t,s);n>=0?i+=mI(n):II(e,n,0)}else i+=mI(s);a=e.index+1}e.index>=e.end&&sI(e,14),s=uI(e)}sI(e,14)}function PI(e,t,n){switch(n){case 98:return 8;case 102:return 12;case 114:return 13;case 110:return 10;case 116:return 9;case 118:return 11;case 13:if(e.index<e.end){const t=e.source.charCodeAt(e.index+1);10===t&&(e.index=e.index+1,e.currentChar=t)}case 10:case 8232:case 8233:return e.column=-1,e.line++,-1;case 48:case 49:case 50:case 51:{let r=n-48,i=e.index+1,s=e.column+1;if(i<e.end){const n=e.source.charCodeAt(i);if(32&yI[n]){if(1024&t)return-2;if(e.currentChar=n,r=r<<3|n-48,i++,s++,i<e.end){const t=e.source.charCodeAt(i);32&yI[t]&&(e.currentChar=t,r=r<<3|t-48,i++,s++)}e.flags|=64,e.index=i-1,e.column=s-1}else if((0!==r||512&yI[n])&&1024&t)return-2}return r}case 52:case 53:case 54:case 55:{if(1024&t)return-2;let r=n-48;const i=e.index+1,s=e.column+1;if(i<e.end){const t=e.source.charCodeAt(i);32&yI[t]&&(r=r<<3|t-48,e.currentChar=t,e.index=i,e.column=s)}return e.flags|=64,r}case 120:{const t=uI(e);if(!(64&yI[t]))return-4;const n=gI(t),r=uI(e);if(!(64&yI[r]))return-4;return n<<4|gI(r)}case 117:{const t=uI(e);if(123===e.currentChar){let t=0;for(;64&yI[uI(e)];)if(t=t<<4|gI(e.currentChar),t>1114111)return-5;return e.currentChar<1||125!==e.currentChar?-4:t}{if(!(64&yI[t]))return-4;const n=e.source.charCodeAt(e.index+1);if(!(64&yI[n]))return-4;const r=e.source.charCodeAt(e.index+2);if(!(64&yI[r]))return-4;const i=e.source.charCodeAt(e.index+3);return 64&yI[i]?(e.index+=3,e.column+=3,e.currentChar=e.source.charCodeAt(e.index),gI(t)<<12|gI(n)<<8|gI(r)<<4|gI(i)):-4}}case 56:case 57:if(!(256&t))return-3;default:return n}}function II(e,t,n){switch(t){case-1:return;case-2:sI(e,n?2:1);case-3:sI(e,13);case-4:sI(e,6);case-5:sI(e,102)}}function OI(e,t){const{index:n}=e;let r=67174409,i="",s=uI(e);for(;96!==s;){if(36===s&&123===e.source.charCodeAt(e.index+1)){uI(e),r=67174408;break}if(8&~s||92!==s)e.index<e.end&&13===s&&10===e.source.charCodeAt(e.index)&&(i+=mI(s),e.currentChar=e.source.charCodeAt(++e.index)),((83&s)<3&&10===s||(8232^s)<=1)&&(e.column=-1,e.line++),i+=mI(s);else if(s=uI(e),s>126)i+=mI(s);else{const n=PI(e,1024|t,s);if(n>=0)i+=mI(n);else{if(-1!==n&&65536&t){i=void 0,s=kI(e,s),s<0&&(r=67174408);break}II(e,n,1)}}e.index>=e.end&&sI(e,15),s=uI(e)}return uI(e),e.tokenValue=i,e.tokenRaw=e.source.slice(n+1,e.index-(67174409===r?1:2)),r}function kI(e,t){for(;96!==t;){switch(t){case 36:{const n=e.index+1;if(n<e.end&&123===e.source.charCodeAt(n))return e.index=n,e.column++,-t;break}case 10:case 8232:case 8233:e.column=-1,e.line++}e.index>=e.end&&sI(e,15),t=uI(e)}return t}function NI(e,t){return e.index>=e.end&&sI(e,0),e.index--,e.column--,OI(e,t)}function DI(e,t,n){let r=e.currentChar,i=0,s=9,a=64&n?0:1,o=0,l=0;if(64&n)i="."+LI(e,r),r=e.currentChar,110===r&&sI(e,11);else{if(48===r)if(r=uI(e),120==(32|r)){for(n=136,r=uI(e);4160&yI[r];)95!==r?(l=1,i=16*i+gI(r),o++,r=uI(e)):(l||sI(e,147),l=0,r=uI(e));0!==o&&l||sI(e,0===o?19:148)}else if(111==(32|r)){for(n=132,r=uI(e);4128&yI[r];)95!==r?(l=1,i=8*i+(r-48),o++,r=uI(e)):(l||sI(e,147),l=0,r=uI(e));0!==o&&l||sI(e,0===o?0:148)}else if(98==(32|r)){for(n=130,r=uI(e);4224&yI[r];)95!==r?(l=1,i=2*i+(r-48),o++,r=uI(e)):(l||sI(e,147),l=0,r=uI(e));0!==o&&l||sI(e,0===o?0:148)}else if(32&yI[r])for(1024&t&&sI(e,1),n=1;16&yI[r];){if(512&yI[r]){n=32,a=0;break}i=8*i+(r-48),r=uI(e)}else 512&yI[r]?(1024&t&&sI(e,1),e.flags|=64,n=32):95===r&&sI(e,0);if(48&n){if(a){for(;s>=0&&4112&yI[r];)95!==r?(l=0,i=10*i+(r-48),r=uI(e),--s):(r=uI(e),(95===r||32&n)&&lI(e.index,e.line,e.index+1,147),l=1);if(l&&lI(e.index,e.line,e.index+1,148),s>=0&&!EI(r)&&46!==r)return e.tokenValue=i,512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266}i+=LI(e,r),r=e.currentChar,46===r&&(95===uI(e)&&sI(e,0),n=64,i+="."+LI(e,e.currentChar),r=e.currentChar)}}const c=e.index;let u=0;if(110===r&&128&n)u=1,r=uI(e);else if(101==(32|r)){r=uI(e),256&yI[r]&&(r=uI(e));const{index:t}=e;16&yI[r]||sI(e,10),i+=e.source.substring(c,t)+LI(e,r),r=e.currentChar}return(e.index<e.end&&16&yI[r]||EI(r))&&sI(e,12),u?(e.tokenRaw=e.source.slice(e.tokenPos,e.index),e.tokenValue=BigInt(i),134283389):(e.tokenValue=15&n?i:32&n?parseFloat(e.source.substring(e.tokenPos,e.index)):+i,512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266)}function LI(e,t){let n=0,r=e.index,i="";for(;4112&yI[t];){if(95===t){const{index:s}=e;95===(t=uI(e))&&lI(e.index,e.line,e.index+1,147),n=1,i+=e.source.substring(r,s),r=e.index;continue}n=0,t=uI(e)}return n&&lI(e.index,e.line,e.index+1,148),i+e.source.substring(r,e.index)}const RI=["end of source","identifier","number","string","regular expression","false","true","null","template continuation","template tail","=>","(","{",".","...","}",")",";",",","[","]",":","?","'",'"',"</","/>","++","--","=","<<=",">>=",">>>=","**=","+=","-=","*=","/=","%=","^=","|=","&=","||=","&&=","??=","typeof","delete","void","!","~","+","-","in","instanceof","*","%","/","**","&&","||","===","!==","==","!=","<=",">=","<",">","<<",">>",">>>","&","|","^","var","let","const","break","case","catch","class","continue","debugger","default","do","else","export","extends","finally","for","function","if","import","new","return","super","switch","this","throw","try","while","with","implements","interface","package","private","protected","public","static","yield","as","async","await","constructor","get","set","from","of","enum","eval","arguments","escaped keyword","escaped future reserved keyword","reserved if strict","#","BigIntLiteral","??","?.","WhiteSpace","Illegal","LineTerminator","PrivateField","Template","@","target","meta","LineFeed","Escaped","JSXText"],MI=Object.create(null,{this:{value:86113},function:{value:86106},if:{value:20571},return:{value:20574},var:{value:86090},else:{value:20565},for:{value:20569},new:{value:86109},in:{value:8738868},typeof:{value:16863277},while:{value:20580},case:{value:20558},break:{value:20557},try:{value:20579},catch:{value:20559},delete:{value:16863278},throw:{value:86114},switch:{value:86112},continue:{value:20561},default:{value:20563},instanceof:{value:8476725},do:{value:20564},void:{value:16863279},finally:{value:20568},async:{value:209007},await:{value:209008},class:{value:86096},const:{value:86092},constructor:{value:12401},debugger:{value:20562},export:{value:20566},extends:{value:20567},false:{value:86021},from:{value:12404},get:{value:12402},implements:{value:36966},import:{value:86108},interface:{value:36967},let:{value:241739},null:{value:86023},of:{value:274549},package:{value:36968},private:{value:36969},protected:{value:36970},public:{value:36971},set:{value:12403},static:{value:36972},super:{value:86111},true:{value:86022},with:{value:20581},yield:{value:241773},enum:{value:86134},eval:{value:537079927},as:{value:77934},arguments:{value:537079928},target:{value:143494},meta:{value:143495}});function FI(e,t,n){for(;vI[uI(e)];);return e.tokenValue=e.source.slice(e.tokenPos,e.index),92!==e.currentChar&&e.currentChar<=126?MI[e.tokenValue]||208897:BI(e,t,0,n)}function jI(e,t){const n=$I(e);return wI(n)||sI(e,4),e.tokenValue=mI(n),BI(e,t,1,4&yI[n])}function BI(e,t,n,r){let i=e.index;for(;e.index<e.end;)if(92===e.currentChar){e.tokenValue+=e.source.slice(i,e.index),n=1;const t=$I(e);wI(t)||sI(e,4),r=r&&4&yI[t],e.tokenValue+=mI(t),i=e.index}else{if(!wI(e.currentChar)&&!pI(e,e.currentChar))break;uI(e)}e.index<=e.end&&(e.tokenValue+=e.source.slice(i,e.index));const s=e.tokenValue.length;if(r&&s>=2&&s<=11){const r=MI[e.tokenValue];return void 0===r?208897:n?209008===r?4196352&t?121:r:1024&t?36972===r?122:36864&~r?20480&~r?143483:268435456&t&&!(8192&t)?r:121:122:!(268435456&t)||8192&t||20480&~r?241773===r?268435456&t?143483:2097152&t?121:r:209007===r?143483:36864&~r?121:r:r:r}return 208897}function UI(e){return EI(uI(e))||sI(e,94),131}function $I(e){return 117!==e.source.charCodeAt(e.index+1)&&sI(e,4),e.currentChar=e.source.charCodeAt(e.index+=2),function(e){let t=0;const n=e.currentChar;if(123===n){const n=e.index-2;for(;64&yI[uI(e)];)t=t<<4|gI(e.currentChar),t>1114111&&lI(n,e.line,e.index+1,102);return 125!==e.currentChar&&lI(n,e.line,e.index-1,6),uI(e),t}64&yI[n]||sI(e,6);const r=e.source.charCodeAt(e.index+1);64&yI[r]||sI(e,6);const i=e.source.charCodeAt(e.index+2);64&yI[i]||sI(e,6);const s=e.source.charCodeAt(e.index+3);64&yI[s]||sI(e,6);return t=gI(n)<<12|gI(r)<<8|gI(i)<<4|gI(s),e.currentChar=e.source.charCodeAt(e.index+=4),t}(e)}const qI=[129,129,129,129,129,129,129,129,129,128,136,128,128,130,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,128,16842800,134283267,131,208897,8457015,8455751,134283267,67174411,16,8457014,25233970,18,25233971,67108877,8457016,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,21,1074790417,8456258,1077936157,8456259,22,133,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,69271571,137,20,8455497,208897,132,4096,4096,4096,4096,4096,4096,4096,208897,4096,208897,208897,4096,208897,4096,208897,4096,208897,4096,4096,4096,208897,4096,4096,208897,4096,4096,2162700,8455240,1074790415,16842801,129];function VI(e,t){if(e.flags=1^(1|e.flags),e.startPos=e.index,e.startColumn=e.column,e.startLine=e.line,e.token=HI(e,t,0),e.onToken&&1048576!==e.token){const t={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onToken(function(e){switch(e){case 134283266:return"NumericLiteral";case 134283267:return"StringLiteral";case 86021:case 86022:return"BooleanLiteral";case 86023:return"NullLiteral";case 65540:return"RegularExpression";case 67174408:case 67174409:case 132:return"TemplateLiteral";default:return 143360&~e?4096&~e?"Punctuator":"Keyword":"Identifier"}}(e.token),e.tokenPos,e.index,t)}}function HI(e,t,n){const r=0===e.index,i=e.source;let s=e.index,a=e.line,o=e.column;for(;e.index<e.end;){e.tokenPos=e.index,e.colPos=e.column,e.linePos=e.line;let l=e.currentChar;if(l<=126){const c=qI[l];switch(c){case 67174411:case 16:case 2162700:case 1074790415:case 69271571:case 20:case 21:case 1074790417:case 18:case 16842801:case 133:case 129:return uI(e),c;case 208897:return FI(e,t,0);case 4096:return FI(e,t,1);case 134283266:return DI(e,t,144);case 134283267:return CI(e,t,l);case 132:return OI(e,t);case 137:return jI(e,t);case 131:return UI(e);case 128:uI(e);break;case 130:n|=5,hI(e);break;case 136:dI(e,n),n=-5&n|1;break;case 8456258:let u=uI(e);if(e.index<e.end){if(60===u)return e.index<e.end&&61===uI(e)?(uI(e),4194334):8456516;if(61===u)return uI(e),8456256;if(33===u){const r=e.index+1;if(r+1<e.end&&45===i.charCodeAt(r)&&45==i.charCodeAt(r+1)){e.column+=3,e.currentChar=i.charCodeAt(e.index+=3),n=SI(e,i,n,t,2,e.tokenPos,e.linePos,e.colPos),s=e.tokenPos,a=e.linePos,o=e.colPos;continue}return 8456258}if(47===u){if(!(16&t))return 8456258;const n=e.index+1;if(n<e.end&&(u=i.charCodeAt(n),42===u||47===u))break;return uI(e),25}}return 8456258;case 1077936157:{uI(e);const t=e.currentChar;return 61===t?61===uI(e)?(uI(e),8455996):8455998:62===t?(uI(e),10):1077936157}case 16842800:return 61!==uI(e)?16842800:61!==uI(e)?8455999:(uI(e),8455997);case 8457015:return 61!==uI(e)?8457015:(uI(e),4194342);case 8457014:{if(uI(e),e.index>=e.end)return 8457014;const t=e.currentChar;return 61===t?(uI(e),4194340):42!==t?8457014:61!==uI(e)?8457273:(uI(e),4194337)}case 8455497:return 61!==uI(e)?8455497:(uI(e),4194343);case 25233970:{uI(e);const t=e.currentChar;return 43===t?(uI(e),33619995):61===t?(uI(e),4194338):25233970}case 25233971:{uI(e);const l=e.currentChar;if(45===l){if(uI(e),(1&n||r)&&62===e.currentChar){256&t||sI(e,109),uI(e),n=SI(e,i,n,t,3,s,a,o),s=e.tokenPos,a=e.linePos,o=e.colPos;continue}return 33619996}return 61===l?(uI(e),4194339):25233971}case 8457016:if(uI(e),e.index<e.end){const r=e.currentChar;if(47===r){uI(e),n=xI(e,i,n,0,e.tokenPos,e.linePos,e.colPos),s=e.tokenPos,a=e.linePos,o=e.colPos;continue}if(42===r){uI(e),n=_I(e,i,n),s=e.tokenPos,a=e.linePos,o=e.colPos;continue}if(32768&t)return AI(e,t);if(61===r)return uI(e),4259877}return 8457016;case 67108877:const p=uI(e);if(p>=48&&p<=57)return DI(e,t,80);if(46===p){const t=e.index+1;if(t<e.end&&46===i.charCodeAt(t))return e.column+=2,e.currentChar=i.charCodeAt(e.index+=2),14}return 67108877;case 8455240:{uI(e);const t=e.currentChar;return 124===t?(uI(e),61===e.currentChar?(uI(e),4194346):8979003):61===t?(uI(e),4194344):8455240}case 8456259:{uI(e);const t=e.currentChar;if(61===t)return uI(e),8456257;if(62!==t)return 8456259;if(uI(e),e.index<e.end){const t=e.currentChar;if(62===t)return 61===uI(e)?(uI(e),4194336):8456518;if(61===t)return uI(e),4194335}return 8456517}case 8455751:{uI(e);const t=e.currentChar;return 38===t?(uI(e),61===e.currentChar?(uI(e),4194347):8979258):61===t?(uI(e),4194345):8455751}case 22:{let t=uI(e);if(63===t)return uI(e),61===e.currentChar?(uI(e),4194348):276889982;if(46===t){const n=e.index+1;if(n<e.end&&(t=i.charCodeAt(n),!(t>=48&&t<=57)))return uI(e),67108991}return 22}}}else{if((8232^l)<=1){n=-5&n|1,hI(e);continue}if(55296==(64512&l)||1&cI[(l>>>5)+34816]>>>l)return 56320==(64512&l)&&(l=(1023&l)<<10|1023&l|65536,1&cI[(l>>>5)+0]>>>l||sI(e,18,mI(l)),e.index++,e.currentChar=l),e.column++,e.tokenValue="",BI(e,t,0,0);if(fI(l)){uI(e);continue}sI(e,18,mI(l))}}return 1048576}const WI={AElig:"Æ",AMP:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"",Aring:"Å",Ascr:"𝒜",Assign:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",Barv:"⫧",Barwed:"⌆",Bcy:"Б",Because:"∵",Bernoullis:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",Bscr:"ℬ",Bumpeq:"≎",CHcy:"Ч",COPY:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",Cayleys:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",CenterDot:"·",Cfr:"ℭ",Chi:"Χ",CircleDot:"⊙",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",Colon:"∷",Colone:"⩴",Congruent:"≡",Conint:"∯",ContourIntegral:"∮",Copf:"ℂ",Coproduct:"∐",CounterClockwiseContourIntegral:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",DD:"ⅅ",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",Darr:"↡",Dashv:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",Diamond:"⋄",DifferentialD:"ⅆ",Dopf:"𝔻",Dot:"¨",DotDot:"⃜",DotEqual:"≐",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",Downarrow:"⇓",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrave:"È",Element:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",Equilibrium:"⇌",Escr:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",ExponentialE:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",Fopf:"𝔽",ForAll:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",Gt:"≫",HARDcy:"Ъ",Hacek:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",HilbertSpace:"ℋ",Hopf:"ℍ",HorizontalLine:"─",Hscr:"ℋ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Igrave:"Ì",Im:"ℑ",Imacr:"Ī",ImaginaryI:"ⅈ",Implies:"⇒",Int:"∬",Integral:"∫",Intersection:"⋂",InvisibleComma:"",InvisibleTimes:"",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Larr:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",LeftRightArrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",Leftarrow:"⇐",Leftrightarrow:"⇔",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",LessLess:"⪡",LessSlantEqual:"⩽",LessTilde:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",LongLeftRightArrow:"⟷",LongRightArrow:"⟶",Longleftarrow:"⟸",Longleftrightarrow:"⟺",Longrightarrow:"⟹",Lopf:"𝕃",LowerLeftArrow:"↙",LowerRightArrow:"↘",Lscr:"ℒ",Lsh:"↰",Lstrok:"Ł",Lt:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",MinusPlus:"∓",Mopf:"𝕄",Mscr:"ℳ",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",Nfr:"𝔑",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",PartialD:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",Poincareplane:"ℌ",Popf:"ℙ",Pr:"⪻",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",Prime:"″",Product:"∏",Proportion:"∷",Proportional:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',Qfr:"𝔔",Qopf:"ℚ",Qscr:"𝒬",RBarr:"⤐",REG:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",Rfr:"ℜ",Rho:"Ρ",RightAngleBracket:"⟩",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",Rightarrow:"⇒",Ropf:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",Rscr:"ℛ",Rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortDownArrow:"↓",ShortLeftArrow:"←",ShortRightArrow:"→",ShortUpArrow:"↑",Sigma:"Σ",SmallCircle:"∘",Sopf:"𝕊",Sqrt:"√",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",Sscr:"𝒮",Star:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",SuchThat:"∋",Sum:"∑",Sup:"⋑",Superset:"⊃",SupersetEqual:"⊇",Supset:"⋑",THORN:"Þ",TRADE:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",Theta:"Θ",ThickSpace:" ",ThinSpace:" ",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",Topf:"𝕋",TripleDot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",UpEquilibrium:"⥮",UpTee:"⊥",UpTeeArrow:"↥",Uparrow:"⇑",Updownarrow:"⇕",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",ZeroWidthSpace:"",Zeta:"Ζ",Zfr:"ℨ",Zopf:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",acE:"∾̳",acd:"∿",acirc:"â",acute:"´",acy:"а",aelig:"æ",af:"",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",amp:"&",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",aopf:"𝕒",ap:"≈",apE:"⩰",apacir:"⩯",ape:"≊",apid:"≋",apos:"'",approx:"≈",approxeq:"≊",aring:"å",ascr:"𝒶",ast:"*",asymp:"≈",asympeq:"≍",atilde:"ã",auml:"ä",awconint:"∳",awint:"⨑",bNot:"⫭",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",beta:"β",beth:"ℶ",between:"≬",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:"⌐",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxh:"─",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",bprime:"‵",breve:"˘",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",bumpeq:"≏",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",caron:"ˇ",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cedil:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledR:"®",circledS:"Ⓢ",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",conint:"∮",copf:"𝕔",coprod:"∐",copy:"©",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dArr:"⇓",dHar:"⥥",dagger:"†",daleth:"ℸ",darr:"↓",dash:"‐",dashv:"⊣",dbkarow:"⤏",dblac:"˝",dcaron:"ď",dcy:"д",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",ddotseq:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",dharl:"⇃",dharr:"⇂",diam:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",dot:"˙",doteq:"≐",doteqdot:"≑",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",downarrow:"↓",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eDDot:"⩷",eDot:"≑",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",ecirc:"ê",ecolon:"≕",ecy:"э",edot:"ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",equals:"=",equest:"≟",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",erarr:"⥱",escr:"ℯ",esdot:"≐",esim:"≂",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",exist:"∃",expectation:"ℰ",exponentiale:"ⅇ",fallingdotseq:"≒",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",forall:"∀",fork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",gE:"≧",gEl:"⪌",gacute:"ǵ",gamma:"γ",gammad:"ϝ",gap:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",ge:"≥",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gg:"≫",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",gl:"≷",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",grave:"`",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",hArr:"⇔",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",harr:"↔",harrcir:"⥈",harrw:"↭",hbar:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hslash:"ℏ",hstrok:"ħ",hybull:"⁃",hyphen:"‐",iacute:"í",ic:"",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",image:"ℑ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",intcal:"⊺",integers:"ℤ",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",isin:"∈",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAarr:"⇚",lArr:"⇐",lAtail:"⤛",lBarr:"⤎",lE:"≦",lEg:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",laquo:"«",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lceil:"⌈",lcub:"{",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leftarrow:"←",leftarrowtail:"↢",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",leftthreetimes:"⋋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",lessgtr:"≶",lesssim:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",lg:"≶",lgE:"⪑",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",ll:"≪",llarr:"⇇",llcorner:"⌞",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",longleftrightarrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",ltrie:"⊴",ltrif:"◂",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",measuredangle:"∡",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",mp:"∓",mscr:"𝓂",mstpos:"∾",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nGtv:"≫̸",nLeftarrow:"⇍",nLeftrightarrow:"⇎",nLl:"⋘̸",nLt:"≪⃒",nLtv:"≪̸",nRightarrow:"⇏",nVDash:"⊯",nVdash:"⊮",nabla:"∇",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",ne:"≠",neArr:"⇗",nearhk:"⤤",nearr:"↗",nearrow:"↗",nedot:"≐̸",nequiv:"≢",nesear:"⤨",nesim:"≂̸",nexist:"∄",nexists:"∄",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",ngsim:"≵",ngt:"≯",ngtr:"≯",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",nlArr:"⇍",nlE:"≦̸",nlarr:"↚",nldr:"‥",nle:"≰",nleftarrow:"↚",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nlsim:"≴",nlt:"≮",nltri:"⋪",nltrie:"⋬",nmid:"∤",nopf:"𝕟",not:"¬",notin:"∉",notinE:"⋹̸",notindot:"⋵̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",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:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",oS:"Ⓢ",oacute:"ó",oast:"⊛",ocir:"⊚",ocirc:"ô",ocy:"о",odash:"⊝",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",opar:"⦷",operp:"⦹",oplus:"⊕",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oscr:"ℴ",oslash:"ø",osol:"⊘",otilde:"õ",otimes:"⊗",otimesas:"⨶",ouml:"ö",ovbar:"⌽",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",pointint:"⨕",popf:"𝕡",pound:"£",pr:"≺",prE:"⪳",prap:"⪷",prcue:"≼",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",primes:"ℙ",prnE:"⪵",prnap:"⪹",prnsim:"⋨",prod:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qint:"⨌",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',rAarr:"⇛",rArr:"⇒",rAtail:"⤜",rBarr:"⤏",rHar:"⥤",race:"∽̱",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rarrw:"↝",ratail:"⤚",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rceil:"⌉",rcub:"}",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",reg:"®",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",rhov:"ϱ",rightarrow:"→",rightarrowtail:"↣",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",rightthreetimes:"⋌",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",rsaquo:"›",rscr:"𝓇",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",sbquo:"‚",sc:"≻",scE:"⪴",scap:"⪸",scaron:"š",sccue:"≽",sce:"⪰",scedil:"ş",scirc:"ŝ",scnE:"⪶",scnap:"⪺",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",seArr:"⇘",searhk:"⤥",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",sfrown:"⌢",sharp:"♯",shchcy:"щ",shcy:"ш",shortmid:"∣",shortparallel:"∥",shy:"",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",subE:"⫅",subdot:"⪽",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",supE:"⫆",supdot:"⪾",supdsub:"⫘",supe:"⊇",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swarhk:"⤦",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tbrk:"⎴",tcaron:"ť",tcedil:"ţ",tcy:"т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",there4:"∴",therefore:"∴",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",thinsp:" ",thkap:"≈",thksim:"∼",thorn:"þ",tilde:"˜",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uArr:"⇑",uHar:"⥣",uacute:"ú",uarr:"↑",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udarr:"⇅",udblac:"ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uml:"¨",uogon:"ų",uopf:"𝕦",uparrow:"↑",updownarrow:"↕",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",upsi:"υ",upsih:"ϒ",upsilon:"υ",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uuml:"ü",uwangle:"⦧",vArr:"⇕",vBar:"⫨",vBarv:"⫩",vDash:"⊨",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vcy:"в",vdash:"⊢",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",vert:"|",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",vprop:"∝",vrtri:"⊳",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",wedgeq:"≙",weierp:"℘",wfr:"𝔴",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeetrf:"ℨ",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"",zwnj:""},GI={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 zI(e){return e.replace(/&(?:[a-zA-Z]+|#[xX][\da-fA-F]+|#\d+);/g,e=>{if("#"===e.charAt(1)){const t=e.charAt(2);return function(e){if(e>=55296&&e<=57343||e>1114111)return"�";e in GI&&(e=GI[e]);return String.fromCodePoint(e)}("X"===t||"x"===t?parseInt(e.slice(3),16):parseInt(e.slice(2),10))}return WI[e.slice(1,-1)]||e})}function YI(e,t){return e.startPos=e.tokenPos=e.index,e.startColumn=e.colPos=e.column,e.startLine=e.linePos=e.line,e.token=8192&yI[e.currentChar]?function(e,t){const n=e.currentChar;let r=uI(e);const i=e.index;for(;r!==n;)e.index>=e.end&&sI(e,14),r=uI(e);r!==n&&sI(e,14);e.tokenValue=e.source.slice(i,e.index),uI(e),512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index));return 134283267}(e,t):HI(e,t,0),e.token}function KI(e,t){if(e.startPos=e.tokenPos=e.index,e.startColumn=e.colPos=e.column,e.startLine=e.linePos=e.line,e.index>=e.end)return e.token=1048576;switch(qI[e.source.charCodeAt(e.index)]){case 8456258:uI(e),47===e.currentChar?(uI(e),e.token=25):e.token=8456258;break;case 2162700:uI(e),e.token=2162700;break;default:{let n=0;for(;e.index<e.end;){const t=yI[e.source.charCodeAt(e.index)];if(1024&t?(n|=5,hI(e)):2048&t?(dI(e,n),n=-5&n|1):uI(e),16384&yI[e.currentChar])break}const r=e.source.slice(e.tokenPos,e.index);512&t&&(e.tokenRaw=r),e.tokenValue=zI(r),e.token=138}}return e.token}function JI(e){if(!(143360&~e.token)){const{index:t}=e;let n=e.currentChar;for(;32770&yI[n];)n=uI(e);e.tokenValue+=e.source.slice(t,e.index)}return e.token=208897,e.token}function XI(e,t){!(1&e.flags)&&1048576&~e.token&&sI(e,28,RI[255&e.token]),eO(e,t,1074790417)||e.onInsertedSemicolon?.(e.startPos)}function QI(e,t,n,r){return t-n<13&&"use strict"===r&&(!(1048576&~e.token)||1&e.flags)?1:0}function ZI(e,t,n){return e.token!==n?0:(VI(e,t),1)}function eO(e,t,n){return e.token===n&&(VI(e,t),!0)}function tO(e,t,n){e.token!==n&&sI(e,23,RI[255&n]),VI(e,t)}function nO(e,t){switch(t.type){case"ArrayExpression":t.type="ArrayPattern";const n=t.elements;for(let t=0,r=n.length;t<r;++t){const r=n[t];r&&nO(e,r)}return;case"ObjectExpression":t.type="ObjectPattern";const r=t.properties;for(let t=0,n=r.length;t<n;++t)nO(e,r[t]);return;case"AssignmentExpression":return t.type="AssignmentPattern","="!==t.operator&&sI(e,69),delete t.operator,nO(e,t.left),void 0;case"Property":return nO(e,t.value),void 0;case"SpreadElement":t.type="RestElement",nO(e,t.argument)}}function rO(e,t,n,r,i){1024&t&&(36864&~r||sI(e,115),i||537079808&~r||sI(e,116)),20480&~r||sI(e,100),24&n&&241739===r&&sI(e,98),4196352&t&&209008===r&&sI(e,96),2098176&t&&241773===r&&sI(e,95,"yield")}function iO(e,t,n){1024&t&&(36864&~n||sI(e,115),537079808&~n||sI(e,116),122===n&&sI(e,93),121===n&&sI(e,93)),20480&~n||sI(e,100),4196352&t&&209008===n&&sI(e,96),2098176&t&&241773===n&&sI(e,95,"yield")}function sO(e,t,n){return 209008===n&&(4196352&t&&sI(e,96),e.destructible|=128),241773===n&&2097152&t&&sI(e,95,"yield"),!(20480&~n&&36864&~n&&122!=n)}function aO(e,t,n,r){for(;t;){if(t["$"+n])return r&&sI(e,134),1;r&&t.loop&&(r=0),t=t.$}return 0}function oO(e,t,n,r,i,s){return 2&t&&(s.start=n,s.end=e.startPos,s.range=[n,e.startPos]),4&t&&(s.loc={start:{line:r,column:i},end:{line:e.startLine,column:e.startColumn}},e.sourceFile&&(s.loc.source=e.sourceFile)),s}function lO(e){switch(e.type){case"JSXIdentifier":return e.name;case"JSXNamespacedName":return e.namespace+":"+e.name;case"JSXMemberExpression":return lO(e.object)+"."+lO(e.property)}}function cO(e,t,n){const r=pO({parent:void 0,type:2},1024);return hO(e,t,r,n,1,0),r}function uO(e,t,...n){const{index:r,line:i,column:s}=e;return{type:t,params:n,index:r,line:i,column:s}}function pO(e,t){return{parent:e,type:t,scopeError:void 0}}function dO(e,t,n,r,i,s){4&i?fO(e,t,n,r,i):hO(e,t,n,r,i,s),64&s&&mO(e,r)}function hO(e,t,n,r,i,s){const a=n["#"+r];!a||2&a||(1&i?n.scopeError=uO(e,141,r):256&t&&64&a&&2&s||sI(e,141,r)),128&n.type&&n.parent["#"+r]&&!(2&n.parent["#"+r])&&sI(e,141,r),1024&n.type&&a&&!(2&a)&&1&i&&(n.scopeError=uO(e,141,r)),64&n.type&&768&n.parent["#"+r]&&sI(e,154,r),n["#"+r]=i}function fO(e,t,n,r,i){let s=n;for(;s&&!(256&s.type);){const a=s["#"+r];248&a&&(256&t&&!(1024&t)&&(128&i&&68&a||128&a&&68&i)||sI(e,141,r)),s===n&&1&a&&1&i&&(s.scopeError=uO(e,141,r)),768&a&&(512&a&&256&t&&!(1024&t)||sI(e,141,r)),s["#"+r]=i,s=s.parent}}function mO(e,t){void 0!==e.exportedNames&&""!==t&&(e.exportedNames["#"+t]&&sI(e,142,t),e.exportedNames["#"+t]=1)}function gO(e,t){void 0!==e.exportedBindings&&""!==t&&(e.exportedBindings["#"+t]=1)}function yO(e,t){return 2098176&e?!(2048&e&&209008===t)&&(!(2097152&e&&241773===t)&&!(143360&~t&&12288&~t)):!(143360&~t&&12288&~t&&36864&~t)}function bO(e,t,n){537079808&~n||(1024&t&&sI(e,116),e.flags|=512),yO(t,n)||sI(e,0)}function vO(e,t,n){let r,i,s,a="";null!=t&&(t.module&&(n|=3072),t.next&&(n|=1),t.loc&&(n|=4),t.ranges&&(n|=2),t.uniqueKeyInPattern&&(n|=536870912),t.lexical&&(n|=64),t.webcompat&&(n|=256),t.directives&&(n|=520),t.globalReturn&&(n|=32),t.raw&&(n|=512),t.preserveParens&&(n|=128),t.impliedStrict&&(n|=1024),t.jsx&&(n|=16),t.source&&(a=t.source),null!=t.onComment&&(r=Array.isArray(t.onComment)?function(e,t){return function(n,r,i,s,a){const o={type:n,value:r};2&e&&(o.start=i,o.end=s,o.range=[i,s]),4&e&&(o.loc=a),t.push(o)}}(n,t.onComment):t.onComment),null!=t.onInsertedSemicolon&&(i=t.onInsertedSemicolon),null!=t.onToken&&(s=Array.isArray(t.onToken)?function(e,t){return function(n,r,i,s){const a={token:n};2&e&&(a.start=r,a.end=i,a.range=[r,i]),4&e&&(a.loc=s),t.push(a)}}(n,t.onToken):t.onToken));const o=function(e,t,n,r,i){return{source:e,flags:0,index:0,line:1,column:0,startPos:0,end:e.length,tokenPos:0,startColumn:0,colPos:0,linePos:1,startLine:1,sourceFile:t,tokenValue:"",token:1048576,tokenRaw:"",tokenRegExp:void 0,currentChar:e.charCodeAt(0),exportedNames:[],exportedBindings:[],assignable:1,destructible:0,onComment:n,onToken:r,onInsertedSemicolon:i,leadingDecorators:[]}}(e,a,r,s,i);1&n&&!function(e){const t=e.source;35===e.currentChar&&33===t.charCodeAt(e.index+1)&&(uI(e),uI(e),xI(e,t,0,4,e.tokenPos,e.linePos,e.colPos))}(o);const l=64&n?{parent:void 0,type:2}:void 0;let c=[],u="script";if(2048&n){if(u="module",c=function(e,t,n){VI(e,32768|t);const r=[];if(8&t)for(;134283267===e.token;){const{tokenPos:n,linePos:i,colPos:s,token:a}=e;r.push(CO(e,t,ak(e,t),a,n,i,s))}for(;1048576!==e.token;)r.push(EO(e,t,n));return r}(o,8192|n,l),l)for(const e in o.exportedBindings)"#"!==e[0]||l[e]||sI(o,143,e.slice(1))}else c=function(e,t,n){VI(e,268468224|t);const r=[];for(;134283267===e.token;){const{index:n,tokenPos:i,tokenValue:s,linePos:a,colPos:o,token:l}=e,c=ak(e,t);QI(e,n,i,s)&&(t|=1024),r.push(CO(e,t,c,l,i,a,o))}for(;1048576!==e.token;)r.push(wO(e,t,n,4,{}));return r}(o,8192|n,l);const p={type:"Program",sourceType:u,body:c};return 2&n&&(p.start=0,p.end=e.length,p.range=[0,e.length]),4&n&&(p.loc={start:{line:1,column:0},end:{line:o.line,column:o.column}},o.sourceFile&&(p.loc.source=a)),p}function EO(e,t,n){let r;switch(e.leadingDecorators=xk(e,t),e.token){case 20566:r=function(e,t,n){const r=e.tokenPos,i=e.linePos,s=e.colPos;VI(e,32768|t);const a=[];let o,l=null,c=null;if(eO(e,32768|t,20563)){switch(e.token){case 86106:l=ok(e,t,n,4,1,1,0,e.tokenPos,e.linePos,e.colPos);break;case 133:case 86096:l=Sk(e,t,n,1,e.tokenPos,e.linePos,e.colPos);break;case 209007:const{tokenPos:r,linePos:i,colPos:s}=e;l=sk(e,t);const{flags:a}=e;1&a||(86106===e.token?l=ok(e,t,n,4,1,1,1,r,i,s):67174411===e.token?(l=Tk(e,t,l,1,1,0,a,r,i,s),l=YO(e,t,l,0,0,r,i,s),l=qO(e,t,0,0,r,i,s,l)):143360&e.token&&(n&&(n=cO(e,t,e.tokenValue)),l=sk(e,t),l=bk(e,t,n,[l],1,r,i,s)));break;default:l=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos),XI(e,32768|t)}return n&&mO(e,"default"),oO(e,t,r,i,s,{type:"ExportDefaultDeclaration",declaration:l})}switch(e.token){case 8457014:{VI(e,t);let a=null;return eO(e,t,77934)&&(n&&mO(e,e.tokenValue),a=sk(e,t)),tO(e,t,12404),134283267!==e.token&&sI(e,103,"Export"),c=ak(e,t),XI(e,32768|t),oO(e,t,r,i,s,{type:"ExportAllDeclaration",source:c,exported:a})}case 2162700:{VI(e,t);const r=[],i=[];for(;143360&e.token;){const{tokenPos:s,tokenValue:o,linePos:l,colPos:c}=e,u=sk(e,t);let p;77934===e.token?(VI(e,t),134217728&~e.token||sI(e,104),n&&(r.push(e.tokenValue),i.push(o)),p=sk(e,t)):(n&&(r.push(e.tokenValue),i.push(e.tokenValue)),p=u),a.push(oO(e,t,s,l,c,{type:"ExportSpecifier",local:u,exported:p})),1074790415!==e.token&&tO(e,t,18)}if(tO(e,t,1074790415),eO(e,t,12404))134283267!==e.token&&sI(e,103,"Export"),c=ak(e,t);else if(n){let t=0,n=r.length;for(;t<n;t++)mO(e,r[t]);for(t=0,n=i.length;t<n;t++)gO(e,i[t])}XI(e,32768|t);break}case 86096:l=Sk(e,t,n,2,e.tokenPos,e.linePos,e.colPos);break;case 86106:l=ok(e,t,n,4,1,2,0,e.tokenPos,e.linePos,e.colPos);break;case 241739:l=OO(e,t,n,8,64,e.tokenPos,e.linePos,e.colPos);break;case 86092:l=OO(e,t,n,16,64,e.tokenPos,e.linePos,e.colPos);break;case 86090:l=kO(e,t,n,64,e.tokenPos,e.linePos,e.colPos);break;case 209007:const{tokenPos:u,linePos:p,colPos:d}=e;if(VI(e,t),!(1&e.flags)&&86106===e.token){l=ok(e,t,n,4,1,2,1,u,p,d),n&&(o=l.id?l.id.name:"",mO(e,o));break}default:sI(e,28,RI[255&e.token])}return oO(e,t,r,i,s,{type:"ExportNamedDeclaration",declaration:l,specifiers:a,source:c})}(e,t,n);break;case 86108:r=function(e,t,n){const r=e.tokenPos,i=e.linePos,s=e.colPos;VI(e,t);let a=null;const{tokenPos:o,linePos:l,colPos:c}=e;let u=[];if(134283267===e.token)a=ak(e,t);else{if(143360&e.token){if(u=[oO(e,t,o,l,c,{type:"ImportDefaultSpecifier",local:LO(e,t,n)})],eO(e,t,18))switch(e.token){case 8457014:u.push(RO(e,t,n));break;case 2162700:MO(e,t,n,u);break;default:sI(e,105)}}else switch(e.token){case 8457014:u=[RO(e,t,n)];break;case 2162700:MO(e,t,n,u);break;case 67174411:return jO(e,t,r,i,s);case 67108877:return FO(e,t,r,i,s);default:sI(e,28,RI[255&e.token])}a=function(e,t){eO(e,t,12404)||sI(e,28,RI[255&e.token]);134283267!==e.token&&sI(e,103,"Import");return ak(e,t)}(e,t)}return XI(e,32768|t),oO(e,t,r,i,s,{type:"ImportDeclaration",specifiers:u,source:a})}(e,t,n);break;default:r=wO(e,t,n,4,{})}return e.leadingDecorators.length&&sI(e,165),r}function wO(e,t,n,r,i){const s=e.tokenPos,a=e.linePos,o=e.colPos;switch(e.token){case 86106:return ok(e,t,n,r,1,0,0,s,a,o);case 133:case 86096:return Sk(e,t,n,0,s,a,o);case 86092:return OO(e,t,n,16,0,s,a,o);case 241739:return function(e,t,n,r,i,s,a){const{token:o,tokenValue:l}=e;let c=sk(e,t);if(2240512&e.token){const r=NO(e,t,n,8,0);return XI(e,32768|t),oO(e,t,i,s,a,{type:"VariableDeclaration",kind:"let",declarations:r})}e.assignable=1,1024&t&&sI(e,83);if(21===e.token)return _O(e,t,n,r,{},l,c,o,0,i,s,a);if(10===e.token){let n;64&t&&(n=cO(e,t,l)),e.flags=128^(128|e.flags),c=bk(e,t,n,[c],0,i,s,a)}else c=YO(e,t,c,0,0,i,s,a),c=qO(e,t,0,0,i,s,a,c);18===e.token&&(c=UO(e,t,0,i,s,a,c));return xO(e,t,c,i,s,a)}(e,t,n,r,s,a,o);case 20566:sI(e,101,"export");case 86108:switch(VI(e,t),e.token){case 67174411:return jO(e,t,s,a,o);case 67108877:return FO(e,t,s,a,o);default:sI(e,101,"import")}case 209007:return AO(e,t,n,r,i,1,s,a,o);default:return TO(e,t,n,r,i,1,s,a,o)}}function TO(e,t,n,r,i,s,a,o,l){switch(e.token){case 86090:return kO(e,t,n,0,a,o,l);case 20574:return function(e,t,n,r,i){!(32&t)&&8192&t&&sI(e,90);VI(e,32768|t);const s=1&e.flags||1048576&e.token?null:$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos);return XI(e,32768|t),oO(e,t,n,r,i,{type:"ReturnStatement",argument:s})}(e,t,a,o,l);case 20571:return function(e,t,n,r,i,s,a){VI(e,t),tO(e,32768|t,67174411),e.assignable=1;const o=$O(e,t,0,1,e.tokenPos,e.line,e.colPos);tO(e,32768|t,16);const l=PO(e,t,n,r,e.tokenPos,e.linePos,e.colPos);let c=null;20565===e.token&&(VI(e,32768|t),c=PO(e,t,n,r,e.tokenPos,e.linePos,e.colPos));return oO(e,t,i,s,a,{type:"IfStatement",test:o,consequent:l,alternate:c})}(e,t,n,i,a,o,l);case 20569:return function(e,t,n,r,i,s,a){VI(e,t);const o=((4194304&t)>0||(2048&t)>0&&(8192&t)>0)&&eO(e,t,209008);tO(e,32768|t,67174411),n&&(n=pO(n,1));let l,c=null,u=null,p=0,d=null,h=86090===e.token||241739===e.token||86092===e.token;const{token:f,tokenPos:m,linePos:g,colPos:y}=e;h?241739===f?(d=sk(e,t),2240512&e.token?(8738868===e.token?1024&t&&sI(e,65):d=oO(e,t,m,g,y,{type:"VariableDeclaration",kind:"let",declarations:NO(e,134217728|t,n,8,32)}),e.assignable=1):1024&t?sI(e,65):(h=!1,e.assignable=1,d=YO(e,t,d,0,0,m,g,y),274549===e.token&&sI(e,112))):(VI(e,t),d=oO(e,t,m,g,y,86090===f?{type:"VariableDeclaration",kind:"var",declarations:NO(e,134217728|t,n,4,32)}:{type:"VariableDeclaration",kind:"const",declarations:NO(e,134217728|t,n,16,32)}),e.assignable=1):1074790417===f?o&&sI(e,80):2097152&~f?d=zO(e,134217728|t,1,0,1,m,g,y):(d=2162700===f?hk(e,t,void 0,1,0,0,2,32,m,g,y):ck(e,t,void 0,1,0,0,2,32,m,g,y),p=e.destructible,256&t&&64&p&&sI(e,61),e.assignable=16&p?2:1,d=YO(e,134217728|t,d,0,0,e.tokenPos,e.linePos,e.colPos));if(!(262144&~e.token)){if(274549===e.token){2&e.assignable&&sI(e,78,o?"await":"of"),nO(e,d),VI(e,32768|t),l=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos),tO(e,32768|t,16);return oO(e,t,i,s,a,{type:"ForOfStatement",left:d,right:l,body:IO(e,t,n,r),await:o})}2&e.assignable&&sI(e,78,"in"),nO(e,d),VI(e,32768|t),o&&sI(e,80),l=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos),tO(e,32768|t,16);return oO(e,t,i,s,a,{type:"ForInStatement",body:IO(e,t,n,r),left:d,right:l})}o&&sI(e,80);h||(8&p&&1077936157!==e.token&&sI(e,78,"loop"),d=qO(e,134217728|t,0,0,m,g,y,d));18===e.token&&(d=UO(e,t,0,e.tokenPos,e.linePos,e.colPos,d));tO(e,32768|t,1074790417),1074790417!==e.token&&(c=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos));tO(e,32768|t,1074790417),16!==e.token&&(u=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos));tO(e,32768|t,16);const b=IO(e,t,n,r);return oO(e,t,i,s,a,{type:"ForStatement",init:d,test:c,update:u,body:b})}(e,t,n,i,a,o,l);case 20564:return function(e,t,n,r,i,s,a){VI(e,32768|t);const o=IO(e,t,n,r);tO(e,t,20580),tO(e,32768|t,67174411);const l=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos);return tO(e,32768|t,16),eO(e,32768|t,1074790417),oO(e,t,i,s,a,{type:"DoWhileStatement",body:o,test:l})}(e,t,n,i,a,o,l);case 20580:return function(e,t,n,r,i,s,a){VI(e,t),tO(e,32768|t,67174411);const o=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos);tO(e,32768|t,16);const l=IO(e,t,n,r);return oO(e,t,i,s,a,{type:"WhileStatement",test:o,body:l})}(e,t,n,i,a,o,l);case 86112:return function(e,t,n,r,i,s,a){VI(e,t),tO(e,32768|t,67174411);const o=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos);tO(e,t,16),tO(e,t,2162700);const l=[];let c=0;n&&(n=pO(n,8));for(;1074790415!==e.token;){const{tokenPos:i,linePos:s,colPos:a}=e;let o=null;const u=[];for(eO(e,32768|t,20558)?o=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos):(tO(e,32768|t,20563),c&&sI(e,87),c=1),tO(e,32768|t,21);20558!==e.token&&1074790415!==e.token&&20563!==e.token;)u.push(wO(e,4096|t,n,2,{$:r}));l.push(oO(e,t,i,s,a,{type:"SwitchCase",test:o,consequent:u}))}return tO(e,32768|t,1074790415),oO(e,t,i,s,a,{type:"SwitchStatement",discriminant:o,cases:l})}(e,t,n,i,a,o,l);case 1074790417:return function(e,t,n,r,i){return VI(e,32768|t),oO(e,t,n,r,i,{type:"EmptyStatement"})}(e,t,a,o,l);case 2162700:return SO(e,t,n?pO(n,2):n,i,a,o,l);case 86114:return function(e,t,n,r,i){VI(e,32768|t),1&e.flags&&sI(e,88);const s=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos);return XI(e,32768|t),oO(e,t,n,r,i,{type:"ThrowStatement",argument:s})}(e,t,a,o,l);case 20557:return function(e,t,n,r,i,s){VI(e,32768|t);let a=null;if(!(1&e.flags)&&143360&e.token){const{tokenValue:r}=e;a=sk(e,32768|t),aO(e,n,r,0)||sI(e,135,r)}else 135168&t||sI(e,67);return XI(e,32768|t),oO(e,t,r,i,s,{type:"BreakStatement",label:a})}(e,t,i,a,o,l);case 20561:return function(e,t,n,r,i,s){131072&t||sI(e,66);VI(e,t);let a=null;if(!(1&e.flags)&&143360&e.token){const{tokenValue:r}=e;a=sk(e,32768|t),aO(e,n,r,1)||sI(e,135,r)}return XI(e,32768|t),oO(e,t,r,i,s,{type:"ContinueStatement",label:a})}(e,t,i,a,o,l);case 20579:return function(e,t,n,r,i,s,a){VI(e,32768|t);const o=n?pO(n,32):void 0,l=SO(e,t,o,{$:r},e.tokenPos,e.linePos,e.colPos),{tokenPos:c,linePos:u,colPos:p}=e,d=eO(e,32768|t,20559)?function(e,t,n,r,i,s,a){let o=null,l=n;eO(e,t,67174411)&&(n&&(n=pO(n,4)),o=Ok(e,t,n,2097152&~e.token?512:256,0,e.tokenPos,e.linePos,e.colPos),18===e.token?sI(e,84):1077936157===e.token&&sI(e,85),tO(e,32768|t,16),n&&(l=pO(n,64)));const c=SO(e,t,l,{$:r},e.tokenPos,e.linePos,e.colPos);return oO(e,t,i,s,a,{type:"CatchClause",param:o,body:c})}(e,t,n,r,c,u,p):null;let h=null;if(20568===e.token){VI(e,32768|t);h=SO(e,t,o?pO(n,4):void 0,{$:r},e.tokenPos,e.linePos,e.colPos)}d||h||sI(e,86);return oO(e,t,i,s,a,{type:"TryStatement",block:l,handler:d,finalizer:h})}(e,t,n,i,a,o,l);case 20581:return function(e,t,n,r,i,s,a){VI(e,t),1024&t&&sI(e,89);tO(e,32768|t,67174411);const o=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos);tO(e,32768|t,16);const l=TO(e,t,n,2,r,0,e.tokenPos,e.linePos,e.colPos);return oO(e,t,i,s,a,{type:"WithStatement",object:o,body:l})}(e,t,n,i,a,o,l);case 20562:return function(e,t,n,r,i){return VI(e,32768|t),XI(e,32768|t),oO(e,t,n,r,i,{type:"DebuggerStatement"})}(e,t,a,o,l);case 209007:return AO(e,t,n,r,i,0,a,o,l);case 20559:sI(e,157);case 20568:sI(e,158);case 86106:sI(e,1024&t?74:256&t?75:76);case 86096:sI(e,77);default:return function(e,t,n,r,i,s,a,o,l){const{tokenValue:c,token:u}=e;let p;if(241739===u)p=sk(e,t),1024&t&&sI(e,83),69271571===e.token&&sI(e,82);else p=JO(e,t,2,0,1,0,1,e.tokenPos,e.linePos,e.colPos);if(143360&u&&21===e.token)return _O(e,t,n,r,i,c,p,u,s,a,o,l);p=YO(e,t,p,0,0,a,o,l),p=qO(e,t,0,0,a,o,l,p),18===e.token&&(p=UO(e,t,0,a,o,l,p));return xO(e,t,p,a,o,l)}(e,t,n,r,i,s,a,o,l)}}function SO(e,t,n,r,i,s,a){const o=[];for(tO(e,32768|t,2162700);1074790415!==e.token;)o.push(wO(e,t,n,2,{$:r}));return tO(e,32768|t,1074790415),oO(e,t,i,s,a,{type:"BlockStatement",body:o})}function xO(e,t,n,r,i,s){return XI(e,32768|t),oO(e,t,r,i,s,{type:"ExpressionStatement",expression:n})}function _O(e,t,n,r,i,s,a,o,l,c,u,p){rO(e,t,0,o,1),function(e,t,n){let r=t;for(;r;)r["$"+n]&&sI(e,133,n),r=r.$;t["$"+n]=1}(e,i,s),VI(e,32768|t);return oO(e,t,c,u,p,{type:"LabeledStatement",label:a,body:l&&!(1024&t)&&256&t&&86106===e.token?ok(e,t,pO(n,2),r,0,0,0,e.tokenPos,e.linePos,e.colPos):TO(e,t,n,r,i,l,e.tokenPos,e.linePos,e.colPos)})}function AO(e,t,n,r,i,s,a,o,l){const{token:c,tokenValue:u}=e;let p=sk(e,t);if(21===e.token)return _O(e,t,n,r,i,u,p,c,1,a,o,l);const d=1&e.flags;if(!d){if(86106===e.token)return s||sI(e,120),ok(e,t,n,r,1,0,1,a,o,l);if(!(143360&~e.token))return p=wk(e,t,1,a,o,l),18===e.token&&(p=UO(e,t,0,a,o,l,p)),xO(e,t,p,a,o,l)}return 67174411===e.token?p=Tk(e,t,p,1,1,0,d,a,o,l):(10===e.token&&(bO(e,t,c),p=gk(e,t,e.tokenValue,p,0,1,0,a,o,l)),e.assignable=1),p=YO(e,t,p,0,0,a,o,l),p=qO(e,t,0,0,a,o,l,p),e.assignable=1,18===e.token&&(p=UO(e,t,0,a,o,l,p)),xO(e,t,p,a,o,l)}function CO(e,t,n,r,i,s,a){return 1074790417!==r&&(e.assignable=2,n=YO(e,t,n,0,0,i,s,a),1074790417!==e.token&&(n=qO(e,t,0,0,i,s,a,n),18===e.token&&(n=UO(e,t,0,i,s,a,n))),XI(e,32768|t)),8&t&&"Literal"===n.type&&"string"==typeof n.value?oO(e,t,i,s,a,{type:"ExpressionStatement",expression:n,directive:n.raw.slice(1,-1)}):oO(e,t,i,s,a,{type:"ExpressionStatement",expression:n})}function PO(e,t,n,r,i,s,a){return 1024&t||!(256&t)||86106!==e.token?TO(e,t,n,0,{$:r},0,e.tokenPos,e.linePos,e.colPos):ok(e,t,pO(n,2),0,0,0,0,i,s,a)}function IO(e,t,n,r){return TO(e,134217728^(134217728|t)|131072,n,0,{loop:1,$:r},0,e.tokenPos,e.linePos,e.colPos)}function OO(e,t,n,r,i,s,a,o){VI(e,t);const l=NO(e,t,n,r,i);return XI(e,32768|t),oO(e,t,s,a,o,{type:"VariableDeclaration",kind:8&r?"let":"const",declarations:l})}function kO(e,t,n,r,i,s,a){VI(e,t);const o=NO(e,t,n,4,r);return XI(e,32768|t),oO(e,t,i,s,a,{type:"VariableDeclaration",kind:"var",declarations:o})}function NO(e,t,n,r,i){let s=1;const a=[DO(e,t,n,r,i)];for(;eO(e,t,18);)s++,a.push(DO(e,t,n,r,i));return s>1&&32&i&&262144&e.token&&sI(e,59,RI[255&e.token]),a}function DO(e,t,n,r,i){const{token:s,tokenPos:a,linePos:o,colPos:l}=e;let c=null;const u=Ok(e,t,n,r,i,a,o,l);return 1077936157===e.token?(VI(e,32768|t),c=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos),!(32&i)&&2097152&s||(274549===e.token||8738868===e.token&&(2097152&s||!(4&r)||1024&t))&&oI(a,e.line,e.index-3,58,274549===e.token?"of":"in")):(16&r||(2097152&s)>0)&&262144&~e.token&&sI(e,57,16&r?"const":"destructuring"),oO(e,t,a,o,l,{type:"VariableDeclarator",id:u,init:c})}function LO(e,t,n){return yO(t,e.token)||sI(e,115),537079808&~e.token||sI(e,116),n&&hO(e,t,n,e.tokenValue,8,0),sk(e,t)}function RO(e,t,n){const{tokenPos:r,linePos:i,colPos:s}=e;return VI(e,t),tO(e,t,77934),134217728&~e.token||oI(r,e.line,e.index,28,RI[255&e.token]),oO(e,t,r,i,s,{type:"ImportNamespaceSpecifier",local:LO(e,t,n)})}function MO(e,t,n,r){for(VI(e,t);143360&e.token;){let{token:i,tokenValue:s,tokenPos:a,linePos:o,colPos:l}=e;const c=sk(e,t);let u;eO(e,t,77934)?(134217728&~e.token&&18!==e.token?rO(e,t,16,e.token,0):sI(e,104),s=e.tokenValue,u=sk(e,t)):(rO(e,t,16,i,0),u=c),n&&hO(e,t,n,s,8,0),r.push(oO(e,t,a,o,l,{type:"ImportSpecifier",local:u,imported:c})),1074790415!==e.token&&tO(e,t,18)}return tO(e,t,1074790415),r}function FO(e,t,n,r,i){let s=XO(e,t,oO(e,t,n,r,i,{type:"Identifier",name:"import"}),n,r,i);return s=YO(e,t,s,0,0,n,r,i),s=qO(e,t,0,0,n,r,i,s),18===e.token&&(s=UO(e,t,0,n,r,i,s)),xO(e,t,s,n,r,i)}function jO(e,t,n,r,i){let s=QO(e,t,0,n,r,i);return s=YO(e,t,s,0,0,n,r,i),18===e.token&&(s=UO(e,t,0,n,r,i,s)),xO(e,t,s,n,r,i)}function BO(e,t,n,r,i,s,a){let o=JO(e,t,2,0,n,r,1,i,s,a);return o=YO(e,t,o,r,0,i,s,a),qO(e,t,r,0,i,s,a,o)}function UO(e,t,n,r,i,s,a){const o=[a];for(;eO(e,32768|t,18);)o.push(BO(e,t,1,n,e.tokenPos,e.linePos,e.colPos));return oO(e,t,r,i,s,{type:"SequenceExpression",expressions:o})}function $O(e,t,n,r,i,s,a){const o=BO(e,t,r,n,i,s,a);return 18===e.token?UO(e,t,n,i,s,a,o):o}function qO(e,t,n,r,i,s,a,o){const{token:l}=e;if(!(4194304&~l)){2&e.assignable&&sI(e,24),(!r&&1077936157===l&&"ArrayExpression"===o.type||"ObjectExpression"===o.type)&&nO(e,o),VI(e,32768|t);const c=BO(e,t,1,n,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,oO(e,t,i,s,a,r?{type:"AssignmentPattern",left:o,right:c}:{type:"AssignmentExpression",left:o,operator:RI[255&l],right:c})}return 8454144&~l||(o=WO(e,t,n,i,s,a,4,l,o)),eO(e,32768|t,22)&&(o=HO(e,t,o,i,s,a)),o}function VO(e,t,n,r,i,s,a,o){const{token:l}=e;VI(e,32768|t);const c=BO(e,t,1,n,e.tokenPos,e.linePos,e.colPos);return o=oO(e,t,i,s,a,r?{type:"AssignmentPattern",left:o,right:c}:{type:"AssignmentExpression",left:o,operator:RI[255&l],right:c}),e.assignable=2,o}function HO(e,t,n,r,i,s){const a=BO(e,134217728^(134217728|t),1,0,e.tokenPos,e.linePos,e.colPos);tO(e,32768|t,21),e.assignable=1;const o=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,oO(e,t,r,i,s,{type:"ConditionalExpression",test:n,consequent:a,alternate:o})}function WO(e,t,n,r,i,s,a,o,l){const c=8738868&-((134217728&t)>0);let u,p;for(e.assignable=2;8454144&e.token&&(u=e.token,p=3840&u,(524288&u&&268435456&o||524288&o&&268435456&u)&&sI(e,160),!(p+((8457273===u)<<8)-((c===u)<<12)<=a));)VI(e,32768|t),l=oO(e,t,r,i,s,{type:524288&u||268435456&u?"LogicalExpression":"BinaryExpression",left:l,right:WO(e,t,n,e.tokenPos,e.linePos,e.colPos,p,u,zO(e,t,0,n,1,e.tokenPos,e.linePos,e.colPos)),operator:RI[255&u]});return 1077936157===e.token&&sI(e,24),l}function GO(e,t,n,r,i,s){const{tokenPos:a,linePos:o,colPos:l}=e;tO(e,32768|t,2162700);const c=[],u=t;if(1074790415!==e.token){for(;134283267===e.token;){const{index:n,tokenPos:r,tokenValue:i,token:s}=e,a=ak(e,t);QI(e,n,r,i)&&(t|=1024,128&e.flags&&oI(e.index,e.line,e.tokenPos,64),64&e.flags&&oI(e.index,e.line,e.tokenPos,8)),c.push(CO(e,t,a,s,r,e.linePos,e.colPos))}1024&t&&(i&&(537079808&~i||sI(e,116),36864&~i||sI(e,38)),512&e.flags&&sI(e,116),256&e.flags&&sI(e,115)),!(64&t&&n&&void 0!==s)||1024&u||8192&t||aI(s)}for(e.flags=832^(832|e.flags),e.destructible=256^(256|e.destructible);1074790415!==e.token;)c.push(wO(e,t,n,4,{}));return tO(e,24&r?32768|t:t,1074790415),e.flags&=-193,1077936157===e.token&&sI(e,24),oO(e,t,a,o,l,{type:"BlockStatement",body:c})}function zO(e,t,n,r,i,s,a,o){return YO(e,t,JO(e,t,2,0,n,r,i,s,a,o),r,0,s,a,o)}function YO(e,t,n,r,i,s,a,o){if(33619968&~e.token||1&e.flags){if(!(67108864&~e.token)){switch(t=134217728^(134217728|t),e.token){case 67108877:VI(e,8192^(268443648|t)),16384&t&&131===e.token&&"super"===e.tokenValue&&sI(e,27),e.assignable=1;n=oO(e,t,s,a,o,{type:"MemberExpression",object:n,computed:!1,property:KO(e,65536|t)});break;case 69271571:{let i=!1;2048&~e.flags||(i=!0,e.flags=2048^(2048|e.flags)),VI(e,32768|t);const{tokenPos:l,linePos:c,colPos:u}=e,p=$O(e,t,r,1,l,c,u);tO(e,t,20),e.assignable=1,n=oO(e,t,s,a,o,{type:"MemberExpression",object:n,computed:!0,property:p}),i&&(e.flags|=2048);break}case 67174411:{if(!(1024&~e.flags))return e.flags=1024^(1024|e.flags),n;let i=!1;2048&~e.flags||(i=!0,e.flags=2048^(2048|e.flags));const l=ik(e,t,r);e.assignable=2,n=oO(e,t,s,a,o,{type:"CallExpression",callee:n,arguments:l}),i&&(e.flags|=2048);break}case 67108991:VI(e,8192^(268443648|t)),e.flags|=2048,e.assignable=2,n=function(e,t,n,r,i,s){let a,o=!1;69271571!==e.token&&67174411!==e.token||2048&~e.flags||(o=!0,e.flags=2048^(2048|e.flags));if(69271571===e.token){VI(e,32768|t);const{tokenPos:o,linePos:l,colPos:c}=e,u=$O(e,t,0,1,o,l,c);tO(e,t,20),e.assignable=2,a=oO(e,t,r,i,s,{type:"MemberExpression",object:n,computed:!0,optional:!0,property:u})}else if(67174411===e.token){const o=ik(e,t,0);e.assignable=2,a=oO(e,t,r,i,s,{type:"CallExpression",callee:n,arguments:o,optional:!0})}else{143360&e.token||sI(e,155);const o=sk(e,t);e.assignable=2,a=oO(e,t,r,i,s,{type:"MemberExpression",object:n,computed:!1,optional:!0,property:o})}o&&(e.flags|=2048);return a}(e,t,n,s,a,o);break;default:2048&~e.flags||sI(e,161),e.assignable=2,n=oO(e,t,s,a,o,{type:"TaggedTemplateExpression",tag:n,quasi:67174408===e.token?tk(e,65536|t):ek(e,t,e.tokenPos,e.linePos,e.colPos)})}n=YO(e,t,n,0,1,s,a,o)}}else n=function(e,t,n,r,i,s){2&e.assignable&&sI(e,53);const{token:a}=e;return VI(e,t),e.assignable=2,oO(e,t,r,i,s,{type:"UpdateExpression",argument:n,operator:RI[255&a],prefix:!1})}(e,t,n,s,a,o);return 0!==i||2048&~e.flags||(e.flags=2048^(2048|e.flags),n=oO(e,t,s,a,o,{type:"ChainExpression",expression:n})),n}function KO(e,t){return 143360&e.token||131===e.token||sI(e,155),1&t&&131===e.token?Pk(e,t,e.tokenPos,e.linePos,e.colPos):sk(e,t)}function JO(e,t,n,r,i,s,a,o,l,c){if(!(143360&~e.token)){switch(e.token){case 209008:return function(e,t,n,r,i,s,a){if(r&&(e.destructible|=128),4194304&t||2048&t&&8192&t){n&&sI(e,0),8388608&t&&oI(e.index,e.line,e.index,29),VI(e,32768|t);const r=zO(e,t,0,0,1,e.tokenPos,e.linePos,e.colPos);return 8457273===e.token&&sI(e,31),e.assignable=2,oO(e,t,i,s,a,{type:"AwaitExpression",argument:r})}return 2048&t&&sI(e,96),mk(e,t,i,s,a)}(e,t,r,s,o,l,c);case 241773:return function(e,t,n,r,i,s,a){if(n&&(e.destructible|=256),2097152&t){VI(e,32768|t),8388608&t&&sI(e,30),r||sI(e,24),22===e.token&&sI(e,121);let n=null,o=!1;return 1&e.flags||(o=eO(e,32768|t,8457014),(77824&e.token||o)&&(n=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos))),e.assignable=2,oO(e,t,i,s,a,{type:"YieldExpression",argument:n,delegate:o})}return 1024&t&&sI(e,95,"yield"),mk(e,t,i,s,a)}(e,t,s,i,o,l,c);case 209007:return function(e,t,n,r,i,s,a,o,l){const{token:c}=e,u=sk(e,t),{flags:p}=e;if(!(1&p)){if(86106===e.token)return lk(e,t,1,n,a,o,l);if(!(143360&~e.token))return r||sI(e,0),wk(e,t,i,a,o,l)}return s||67174411!==e.token?10===e.token?(bO(e,t,c),s&&sI(e,49),gk(e,t,e.tokenValue,u,s,i,0,a,o,l)):(e.assignable=1,u):Tk(e,t,u,i,1,0,p,a,o,l)}(e,t,s,a,i,r,o,l,c)}const{token:u,tokenValue:p}=e,d=sk(e,65536|t);return 10===e.token?(a||sI(e,0),bO(e,t,u),gk(e,t,p,d,r,i,0,o,l,c)):(16384&t&&537079928===u&&sI(e,127),241739===u&&(1024&t&&sI(e,110),24&n&&sI(e,98)),e.assignable=1024&t&&!(537079808&~u)?2:1,d)}if(!(134217728&~e.token))return ak(e,t);switch(e.token){case 33619995:case 33619996:return function(e,t,n,r,i,s,a){n&&sI(e,54),r||sI(e,0);const{token:o}=e;VI(e,32768|t);const l=zO(e,t,0,0,1,e.tokenPos,e.linePos,e.colPos);return 2&e.assignable&&sI(e,53),e.assignable=2,oO(e,t,i,s,a,{type:"UpdateExpression",argument:l,operator:RI[255&o],prefix:!0})}(e,t,r,a,o,l,c);case 16863278:case 16842800:case 16842801:case 25233970:case 25233971:case 16863277:case 16863279:return function(e,t,n,r,i,s,a){n||sI(e,0);const o=e.token;VI(e,32768|t);const l=zO(e,t,0,a,1,e.tokenPos,e.linePos,e.colPos);var c;return 8457273===e.token&&sI(e,31),1024&t&&16863278===o&&("Identifier"===l.type?sI(e,118):(c=l).property&&"PrivateIdentifier"===c.property.type&&sI(e,124)),e.assignable=2,oO(e,t,r,i,s,{type:"UnaryExpression",operator:RI[255&o],argument:l,prefix:!0})}(e,t,a,o,l,c,s);case 86106:return lk(e,t,0,s,o,l,c);case 2162700:return function(e,t,n,r,i,s,a){const o=hk(e,t,void 0,n,r,0,2,0,i,s,a);256&t&&64&e.destructible&&sI(e,61);8&e.destructible&&sI(e,60);return o}(e,t,i?0:1,s,o,l,c);case 69271571:return function(e,t,n,r,i,s,a){const o=ck(e,t,void 0,n,r,0,2,0,i,s,a);256&t&&64&e.destructible&&sI(e,61);8&e.destructible&&sI(e,60);return o}(e,t,i?0:1,s,o,l,c);case 67174411:return function(e,t,n,r,i,s,a,o){e.flags=128^(128|e.flags);const{tokenPos:l,linePos:c,colPos:u}=e;VI(e,268468224|t);const p=64&t?pO({parent:void 0,type:2},1024):void 0;if(t=134217728^(134217728|t),eO(e,t,16))return yk(e,t,p,[],n,0,s,a,o);let d,h=0;e.destructible&=-385;let f=[],m=0,g=0;const{tokenPos:y,linePos:b,colPos:v}=e;e.assignable=1;for(;16!==e.token;){const{token:n,tokenPos:s,linePos:a,colPos:o}=e;if(143360&n)p&&hO(e,t,p,e.tokenValue,1,0),d=JO(e,t,r,0,1,1,1,s,a,o),16===e.token||18===e.token?2&e.assignable?(h|=16,g=1):537079808&~n&&36864&~n||(g=1):(1077936157===e.token?g=1:h|=16,d=YO(e,t,d,1,0,s,a,o),16!==e.token&&18!==e.token&&(d=qO(e,t,1,0,s,a,o,d)));else{if(2097152&~n){if(14===n){d=pk(e,t,p,16,r,i,0,1,0,s,a,o),16&e.destructible&&sI(e,72),g=1,!m||16!==e.token&&18!==e.token||f.push(d),h|=8;break}if(h|=16,d=BO(e,t,1,1,s,a,o),!m||16!==e.token&&18!==e.token||f.push(d),18===e.token&&(m||(m=1,f=[d])),m){for(;eO(e,32768|t,18);)f.push(BO(e,t,1,1,e.tokenPos,e.linePos,e.colPos));e.assignable=2,d=oO(e,t,y,b,v,{type:"SequenceExpression",expressions:f})}return tO(e,t,16),e.destructible=h,d}d=2162700===n?hk(e,268435456|t,p,0,1,0,r,i,s,a,o):ck(e,268435456|t,p,0,1,0,r,i,s,a,o),h|=e.destructible,g=1,e.assignable=2,16!==e.token&&18!==e.token&&(8&h&&sI(e,119),d=YO(e,t,d,0,0,s,a,o),h|=16,16!==e.token&&18!==e.token&&(d=qO(e,t,0,0,s,a,o,d)))}if(!m||16!==e.token&&18!==e.token||f.push(d),!eO(e,32768|t,18))break;if(m||(m=1,f=[d]),16===e.token){h|=8;break}}m&&(e.assignable=2,d=oO(e,t,y,b,v,{type:"SequenceExpression",expressions:f}));tO(e,t,16),16&h&&8&h&&sI(e,146);if(h|=256&e.destructible?256:128&e.destructible?128:0,10===e.token)return 48&h&&sI(e,47),4196352&t&&128&h&&sI(e,29),2098176&t&&256&h&&sI(e,30),g&&(e.flags|=128),yk(e,t,p,m?f:[d],n,0,s,a,o);8&h&&sI(e,140);return e.destructible=256^(256|e.destructible)|h,128&t?oO(e,t,l,c,u,{type:"ParenthesizedExpression",expression:d}):d}(e,65536|t,i,1,0,o,l,c);case 86021:case 86022:case 86023:return function(e,t,n,r,i){const s=RI[255&e.token],a=86023===e.token?null:"true"===s;return VI(e,t),e.assignable=2,oO(e,t,n,r,i,512&t?{type:"Literal",value:a,raw:s}:{type:"Literal",value:a})}(e,t,o,l,c);case 86113:return function(e,t){const{tokenPos:n,linePos:r,colPos:i}=e;return VI(e,t),e.assignable=2,oO(e,t,n,r,i,{type:"ThisExpression"})}(e,t);case 65540:return function(e,t,n,r,i){const{tokenRaw:s,tokenRegExp:a,tokenValue:o}=e;return VI(e,t),e.assignable=2,oO(e,t,n,r,i,512&t?{type:"Literal",value:o,regex:a,raw:s}:{type:"Literal",value:o,regex:a})}(e,t,o,l,c);case 133:case 86096:return function(e,t,n,r,i,s){let a=null,o=null;t=16777216^(16778240|t);const l=xk(e,t);l.length&&(r=e.tokenPos,i=e.linePos,s=e.colPos);VI(e,t),4096&e.token&&20567!==e.token&&(sO(e,t,e.token)&&sI(e,115),537079808&~e.token||sI(e,116),a=sk(e,t));let c=t;eO(e,32768|t,20567)?(o=zO(e,t,0,n,0,e.tokenPos,e.linePos,e.colPos),c|=524288):c=524288^(524288|c);const u=Ak(e,c,t,void 0,2,0,n);return e.assignable=2,oO(e,t,r,i,s,1&t?{type:"ClassExpression",id:a,superClass:o,decorators:l,body:u}:{type:"ClassExpression",id:a,superClass:o,body:u})}(e,t,s,o,l,c);case 86111:return function(e,t,n,r,i){switch(VI(e,t),e.token){case 67108991:sI(e,162);case 67174411:524288&t||sI(e,26),16384&t&&!(33554432&t)&&sI(e,27),e.assignable=2;break;case 69271571:case 67108877:262144&t||sI(e,27),16384&t&&!(33554432&t)&&sI(e,27),e.assignable=1;break;default:sI(e,28,"super")}return oO(e,t,n,r,i,{type:"Super"})}(e,t,o,l,c);case 67174409:return ek(e,t,o,l,c);case 67174408:return tk(e,t);case 86109:return function(e,t,n,r,i,s){const a=sk(e,32768|t),{tokenPos:o,linePos:l,colPos:c}=e;if(eO(e,t,67108877)){if(67108864&t&&143494===e.token)return e.assignable=2,function(e,t,n,r,i,s){const a=sk(e,t);return oO(e,t,r,i,s,{type:"MetaProperty",meta:n,property:a})}(e,t,a,r,i,s);sI(e,92)}e.assignable=2,16842752&~e.token||sI(e,63,RI[255&e.token]);const u=JO(e,t,2,1,0,n,1,o,l,c);t=134217728^(134217728|t),67108991===e.token&&sI(e,163);const p=Ek(e,t,u,n,o,l,c);return e.assignable=2,oO(e,t,r,i,s,{type:"NewExpression",callee:p,arguments:67174411===e.token?ik(e,t,n):[]})}(e,t,s,o,l,c);case 134283389:return ZO(e,t,o,l,c);case 131:return Pk(e,t,o,l,c);case 86108:return function(e,t,n,r,i,s,a){let o=sk(e,t);if(67108877===e.token)return XO(e,t,o,i,s,a);n&&sI(e,138);return o=QO(e,t,r,i,s,a),e.assignable=2,YO(e,t,o,r,0,i,s,a)}(e,t,r,s,o,l,c);case 8456258:if(16&t)return Nk(e,t,1,o,l,c);default:if(yO(t,e.token))return mk(e,t,o,l,c);sI(e,28,RI[255&e.token])}}function XO(e,t,n,r,i,s){return 2048&t||sI(e,164),VI(e,t),143495!==e.token&&"meta"!==e.tokenValue&&sI(e,28,RI[255&e.token]),e.assignable=2,oO(e,t,r,i,s,{type:"MetaProperty",meta:n,property:sk(e,t)})}function QO(e,t,n,r,i,s){tO(e,32768|t,67174411),14===e.token&&sI(e,139);const a=BO(e,t,1,n,e.tokenPos,e.linePos,e.colPos);return tO(e,t,16),oO(e,t,r,i,s,{type:"ImportExpression",source:a})}function ZO(e,t,n,r,i){const{tokenRaw:s,tokenValue:a}=e;return VI(e,t),e.assignable=2,oO(e,t,n,r,i,512&t?{type:"Literal",value:a,bigint:s.slice(0,-1),raw:s}:{type:"Literal",value:a,bigint:s.slice(0,-1)})}function ek(e,t,n,r,i){e.assignable=2;const{tokenValue:s,tokenRaw:a,tokenPos:o,linePos:l,colPos:c}=e;tO(e,t,67174409);return oO(e,t,n,r,i,{type:"TemplateLiteral",expressions:[],quasis:[nk(e,t,s,a,o,l,c,!0)]})}function tk(e,t){t=134217728^(134217728|t);const{tokenValue:n,tokenRaw:r,tokenPos:i,linePos:s,colPos:a}=e;tO(e,32768|t,67174408);const o=[nk(e,t,n,r,i,s,a,!1)],l=[$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos)];for(1074790415!==e.token&&sI(e,81);67174409!==(e.token=NI(e,t));){const{tokenValue:n,tokenRaw:r,tokenPos:i,linePos:s,colPos:a}=e;tO(e,32768|t,67174408),o.push(nk(e,t,n,r,i,s,a,!1)),l.push($O(e,t,0,1,e.tokenPos,e.linePos,e.colPos)),1074790415!==e.token&&sI(e,81)}{const{tokenValue:n,tokenRaw:r,tokenPos:i,linePos:s,colPos:a}=e;tO(e,t,67174409),o.push(nk(e,t,n,r,i,s,a,!0))}return oO(e,t,i,s,a,{type:"TemplateLiteral",expressions:l,quasis:o})}function nk(e,t,n,r,i,s,a,o){const l=oO(e,t,i,s,a,{type:"TemplateElement",value:{cooked:n,raw:r},tail:o}),c=o?1:2;return 2&t&&(l.start+=1,l.range[0]+=1,l.end-=c,l.range[1]-=c),4&t&&(l.loc.start.column+=1,l.loc.end.column-=c),l}function rk(e,t,n,r,i){tO(e,32768|(t=134217728^(134217728|t)),14);const s=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos);return e.assignable=1,oO(e,t,n,r,i,{type:"SpreadElement",argument:s})}function ik(e,t,n){VI(e,32768|t);const r=[];if(16===e.token)return VI(e,65536|t),r;for(;16!==e.token&&(14===e.token?r.push(rk(e,t,e.tokenPos,e.linePos,e.colPos)):r.push(BO(e,t,1,n,e.tokenPos,e.linePos,e.colPos)),18===e.token)&&(VI(e,32768|t),16!==e.token););return tO(e,t,16),r}function sk(e,t){const{tokenValue:n,tokenPos:r,linePos:i,colPos:s}=e;return VI(e,t),oO(e,t,r,i,s,{type:"Identifier",name:n})}function ak(e,t){const{tokenValue:n,tokenRaw:r,tokenPos:i,linePos:s,colPos:a}=e;return 134283389===e.token?ZO(e,t,i,s,a):(VI(e,t),e.assignable=2,oO(e,t,i,s,a,512&t?{type:"Literal",value:n,raw:r}:{type:"Literal",value:n}))}function ok(e,t,n,r,i,s,a,o,l,c){VI(e,32768|t);const u=i?ZI(e,t,8457014):0;let p,d=null,h=n?{parent:void 0,type:2}:void 0;if(67174411===e.token)1&s||sI(e,37,"Function");else{const i=!(4&r)||8192&t&&2048&t?64:4;iO(e,t|(3072&t)<<11,e.token),n&&(4&i?fO(e,t,n,e.tokenValue,i):hO(e,t,n,e.tokenValue,i,r),h=pO(h,256),s&&2&s&&mO(e,e.tokenValue)),p=e.token,143360&e.token?d=sk(e,t):sI(e,28,RI[255&e.token])}t=32243712^(32243712|t)|67108864|2*a+u<<21|(u?0:268435456),n&&(h=pO(h,512));return oO(e,t,o,l,c,{type:"FunctionDeclaration",id:d,params:vk(e,8388608|t,h,0,1),body:GO(e,143360^(143360|t),n?pO(h,128):h,8,p,n?h.scopeError:void 0),async:1===a,generator:1===u})}function lk(e,t,n,r,i,s,a){VI(e,32768|t);const o=ZI(e,t,8457014),l=2*n+o<<21;let c,u=null,p=64&t?{parent:void 0,type:2}:void 0;(176128&e.token)>0&&(iO(e,32243712^(32243712|t)|l,e.token),p&&(p=pO(p,256)),c=e.token,u=sk(e,t)),t=32243712^(32243712|t)|67108864|l|(o?0:268435456),p&&(p=pO(p,512));const d=vk(e,8388608|t,p,r,1),h=GO(e,-134377473&t,p?pO(p,128):p,0,c,void 0);return e.assignable=2,oO(e,t,i,s,a,{type:"FunctionExpression",id:u,params:d,body:h,async:1===n,generator:1===o})}function ck(e,t,n,r,i,s,a,o,l,c,u){VI(e,32768|t);const p=[];let d=0;for(t=134217728^(134217728|t);20!==e.token;)if(eO(e,32768|t,18))p.push(null);else{let r;const{token:l,tokenPos:c,linePos:u,colPos:h,tokenValue:f}=e;if(143360&l)if(r=JO(e,t,a,0,1,i,1,c,u,h),1077936157===e.token){2&e.assignable&&sI(e,24),VI(e,32768|t),n&&dO(e,t,n,f,a,o);const l=BO(e,t,1,i,e.tokenPos,e.linePos,e.colPos);r=oO(e,t,c,u,h,s?{type:"AssignmentPattern",left:r,right:l}:{type:"AssignmentExpression",operator:"=",left:r,right:l}),d|=256&e.destructible?256:128&e.destructible?128:0}else 18===e.token||20===e.token?(2&e.assignable?d|=16:n&&dO(e,t,n,f,a,o),d|=256&e.destructible?256:128&e.destructible?128:0):(d|=1&a?32:2&a?0:16,r=YO(e,t,r,i,0,c,u,h),18!==e.token&&20!==e.token?(1077936157!==e.token&&(d|=16),r=qO(e,t,i,s,c,u,h,r)):1077936157!==e.token&&(d|=2&e.assignable?16:32));else 2097152&l?(r=2162700===e.token?hk(e,t,n,0,i,s,a,o,c,u,h):ck(e,t,n,0,i,s,a,o,c,u,h),d|=e.destructible,e.assignable=16&e.destructible?2:1,18===e.token||20===e.token?2&e.assignable&&(d|=16):8&e.destructible?sI(e,69):(r=YO(e,t,r,i,0,c,u,h),d=2&e.assignable?16:0,18!==e.token&&20!==e.token?r=qO(e,t,i,s,c,u,h,r):1077936157!==e.token&&(d|=2&e.assignable?16:32))):14===l?(r=pk(e,t,n,20,a,o,0,i,s,c,u,h),d|=e.destructible,18!==e.token&&20!==e.token&&sI(e,28,RI[255&e.token])):(r=zO(e,t,1,0,1,c,u,h),18!==e.token&&20!==e.token?(r=qO(e,t,i,s,c,u,h,r),3&a||67174411!==l||(d|=16)):2&e.assignable?d|=16:67174411===l&&(d|=1&e.assignable&&3&a?32:16));if(p.push(r),!eO(e,32768|t,18))break;if(20===e.token)break}tO(e,t,20);const h=oO(e,t,l,c,u,{type:s?"ArrayPattern":"ArrayExpression",elements:p});return!r&&4194304&e.token?uk(e,t,d,i,s,l,c,u,h):(e.destructible=d,h)}function uk(e,t,n,r,i,s,a,o,l){1077936157!==e.token&&sI(e,24),VI(e,32768|t),16&n&&sI(e,24),i||nO(e,l);const{tokenPos:c,linePos:u,colPos:p}=e,d=BO(e,t,1,r,c,u,p);return e.destructible=72^(72|n)|(128&e.destructible?128:0)|(256&e.destructible?256:0),oO(e,t,s,a,o,i?{type:"AssignmentPattern",left:l,right:d}:{type:"AssignmentExpression",left:l,operator:"=",right:d})}function pk(e,t,n,r,i,s,a,o,l,c,u,p){VI(e,32768|t);let d=null,h=0,{token:f,tokenValue:m,tokenPos:g,linePos:y,colPos:b}=e;if(143360&f)e.assignable=1,d=JO(e,t,i,0,1,o,1,g,y,b),f=e.token,d=YO(e,t,d,o,0,g,y,b),18!==e.token&&e.token!==r&&(2&e.assignable&&1077936157===e.token&&sI(e,69),h|=16,d=qO(e,t,o,l,g,y,b,d)),2&e.assignable?h|=16:f===r||18===f?n&&dO(e,t,n,m,i,s):h|=32,h|=128&e.destructible?128:0;else if(f===r)sI(e,39);else{if(!(2097152&f)){h|=32,d=zO(e,t,1,o,1,e.tokenPos,e.linePos,e.colPos);const{token:n,tokenPos:i,linePos:s,colPos:a}=e;return 1077936157===n&&n!==r&&18!==n?(2&e.assignable&&sI(e,24),d=qO(e,t,o,l,i,s,a,d),h|=16):(18===n?h|=16:n!==r&&(d=qO(e,t,o,l,i,s,a,d)),h|=1&e.assignable?32:16),e.destructible=h,e.token!==r&&18!==e.token&&sI(e,156),oO(e,t,c,u,p,{type:l?"RestElement":"SpreadElement",argument:d})}d=2162700===e.token?hk(e,t,n,1,o,l,i,s,g,y,b):ck(e,t,n,1,o,l,i,s,g,y,b),f=e.token,1077936157!==f&&f!==r&&18!==f?(8&e.destructible&&sI(e,69),d=YO(e,t,d,o,0,g,y,b),h|=2&e.assignable?16:0,4194304&~e.token?(8454144&~e.token||(d=WO(e,t,1,g,y,b,4,f,d)),eO(e,32768|t,22)&&(d=HO(e,t,d,g,y,b)),h|=2&e.assignable?16:32):(1077936157!==e.token&&(h|=16),d=qO(e,t,o,l,g,y,b,d))):h|=1074790415===r&&1077936157!==f?16:e.destructible}if(e.token!==r)if(1&i&&(h|=a?16:32),eO(e,32768|t,1077936157)){16&h&&sI(e,24),nO(e,d);const n=BO(e,t,1,o,e.tokenPos,e.linePos,e.colPos);d=oO(e,t,g,y,b,l?{type:"AssignmentPattern",left:d,right:n}:{type:"AssignmentExpression",left:d,operator:"=",right:n}),h=16}else h|=16;return e.destructible=h,oO(e,t,c,u,p,{type:l?"RestElement":"SpreadElement",argument:d})}function dk(e,t,n,r,i,s,a){const o=64&n?14680064:31981568;let l=64&(t=(t|o)^o|(88&n)<<18|100925440)?pO({parent:void 0,type:2},512):void 0;const c=function(e,t,n,r,i,s){tO(e,t,67174411);const a=[];if(e.flags=128^(128|e.flags),16===e.token)return 512&r&&sI(e,35,"Setter","one",""),VI(e,t),a;256&r&&sI(e,35,"Getter","no","s");512&r&&14===e.token&&sI(e,36);t=134217728^(134217728|t);let o=0,l=0;for(;18!==e.token;){let c=null;const{tokenPos:u,linePos:p,colPos:d}=e;if(143360&e.token?(1024&t||(36864&~e.token||(e.flags|=256),537079808&~e.token||(e.flags|=512)),c=kk(e,t,n,1|r,0,u,p,d)):(2162700===e.token?c=hk(e,t,n,1,s,1,i,0,u,p,d):69271571===e.token?c=ck(e,t,n,1,s,1,i,0,u,p,d):14===e.token&&(c=pk(e,t,n,16,i,0,0,s,1,u,p,d)),l=1,48&e.destructible&&sI(e,48)),1077936157===e.token){VI(e,32768|t),l=1;c=oO(e,t,u,p,d,{type:"AssignmentPattern",left:c,right:BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos)})}if(o++,a.push(c),!eO(e,t,18))break;if(16===e.token)break}512&r&&1!==o&&sI(e,35,"Setter","one","");n&&void 0!==n.scopeError&&aI(n.scopeError);l&&(e.flags|=128);return tO(e,t,16),a}(e,8388608|t,l,n,1,r);l&&(l=pO(l,128));return oO(e,t,i,s,a,{type:"FunctionExpression",params:c,body:GO(e,-134230017&t,l,0,void 0,void 0),async:(16&n)>0,generator:(8&n)>0,id:null})}function hk(e,t,n,r,i,s,a,o,l,c,u){VI(e,t);const p=[];let d=0,h=0;for(t=134217728^(134217728|t);1074790415!==e.token;){const{token:r,tokenValue:l,linePos:c,colPos:u,tokenPos:f}=e;if(14===r)p.push(pk(e,t,n,1074790415,a,o,0,i,s,f,c,u));else{let m,g=0,y=null;const b=e.token;if(143360&e.token||121===e.token)if(y=sk(e,t),18===e.token||1074790415===e.token||1077936157===e.token)if(g|=4,1024&t&&!(537079808&~r)?d|=16:rO(e,t,a,r,0),n&&dO(e,t,n,l,a,o),eO(e,32768|t,1077936157)){d|=8;const n=BO(e,t,1,i,e.tokenPos,e.linePos,e.colPos);d|=256&e.destructible?256:128&e.destructible?128:0,m=oO(e,t,f,c,u,{type:"AssignmentPattern",left:536870912&t?Object.assign({},y):y,right:n})}else d|=(209008===r?128:0)|(121===r?16:0),m=536870912&t?Object.assign({},y):y;else if(eO(e,32768|t,21)){const{tokenPos:c,linePos:u,colPos:p}=e;if("__proto__"===l&&h++,143360&e.token){const r=e.token,l=e.tokenValue;d|=121===b?16:0,m=JO(e,t,a,0,1,i,1,c,u,p);const{token:h}=e;m=YO(e,t,m,i,0,c,u,p),18===e.token||1074790415===e.token?1077936157===h||1074790415===h||18===h?(d|=128&e.destructible?128:0,2&e.assignable?d|=16:!n||143360&~r||dO(e,t,n,l,a,o)):d|=1&e.assignable?32:16:4194304&~e.token?(d|=16,8454144&~e.token||(m=WO(e,t,1,c,u,p,4,h,m)),eO(e,32768|t,22)&&(m=HO(e,t,m,c,u,p))):(2&e.assignable?d|=16:1077936157!==h?d|=32:n&&dO(e,t,n,l,a,o),m=qO(e,t,i,s,c,u,p,m))}else 2097152&~e.token?(m=zO(e,t,1,i,1,c,u,p),d|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):(m=YO(e,t,m,i,0,c,u,p),d=2&e.assignable?16:0,18!==e.token&&1074790415!==r&&(1077936157!==e.token&&(d|=16),m=qO(e,t,i,s,c,u,p,m)))):(m=69271571===e.token?ck(e,t,n,0,i,s,a,o,c,u,p):hk(e,t,n,0,i,s,a,o,c,u,p),d=e.destructible,e.assignable=16&d?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):8&e.destructible?sI(e,69):(m=YO(e,t,m,i,0,c,u,p),d=2&e.assignable?16:0,4194304&~e.token?(8454144&~e.token||(m=WO(e,t,1,c,u,p,4,r,m)),eO(e,32768|t,22)&&(m=HO(e,t,m,c,u,p)),d|=2&e.assignable?16:32):m=VO(e,t,i,s,c,u,p,m)))}else 69271571===e.token?(d|=16,209007===r&&(g|=16),g|=2|(12402===r?256:12403===r?512:1),y=fk(e,t,i),d|=e.assignable,m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos)):143360&e.token?(d|=16,121===r&&sI(e,93),209007===r&&(1&e.flags&&sI(e,129),g|=16),y=sk(e,t),g|=12402===r?256:12403===r?512:1,m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos)):67174411===e.token?(d|=16,g|=1,m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos)):8457014===e.token?(d|=16,12402===r?sI(e,40):12403===r?sI(e,41):143483===r&&sI(e,93),VI(e,t),g|=9|(209007===r?16:0),143360&e.token?y=sk(e,t):134217728&~e.token?69271571===e.token?(g|=2,y=fk(e,t,i),d|=e.assignable):sI(e,28,RI[255&e.token]):y=ak(e,t),m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos)):134217728&~e.token?sI(e,130):(209007===r&&(g|=16),g|=12402===r?256:12403===r?512:1,d|=16,y=ak(e,t),m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos));else if(134217728&~e.token)if(69271571===e.token)if(y=fk(e,t,i),d|=256&e.destructible?256:0,g|=2,21===e.token){VI(e,32768|t);const{tokenPos:l,linePos:c,colPos:u,tokenValue:p,token:h}=e;if(143360&e.token){m=JO(e,t,a,0,1,i,1,l,c,u);const{token:r}=e;m=YO(e,t,m,i,0,l,c,u),4194304&~e.token?18===e.token||1074790415===e.token?1077936157===r||1074790415===r||18===r?2&e.assignable?d|=16:!n||143360&~h||dO(e,t,n,p,a,o):d|=1&e.assignable?32:16:(d|=16,m=qO(e,t,i,s,l,c,u,m)):(d|=2&e.assignable?16:1077936157===r?0:32,m=VO(e,t,i,s,l,c,u,m))}else 2097152&~e.token?(m=zO(e,t,1,0,1,l,c,u),d|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):(m=YO(e,t,m,i,0,l,c,u),d=1&e.assignable?0:16,18!==e.token&&1074790415!==e.token&&(1077936157!==e.token&&(d|=16),m=qO(e,t,i,s,l,c,u,m)))):(m=69271571===e.token?ck(e,t,n,0,i,s,a,o,l,c,u):hk(e,t,n,0,i,s,a,o,l,c,u),d=e.destructible,e.assignable=16&d?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):8&d?sI(e,60):(m=YO(e,t,m,i,0,l,c,u),d=2&e.assignable?16|d:0,4194304&~e.token?(8454144&~e.token||(m=WO(e,t,1,l,c,u,4,r,m)),eO(e,32768|t,22)&&(m=HO(e,t,m,l,c,u)),d|=2&e.assignable?16:32):(1077936157!==e.token&&(d|=16),m=VO(e,t,i,s,l,c,u,m))))}else 67174411===e.token?(g|=1,m=dk(e,t,g,i,e.tokenPos,c,u),d=16):sI(e,42);else if(8457014===r)if(tO(e,32768|t,8457014),g|=8,143360&e.token){const{token:n,line:r,index:s}=e;y=sk(e,t),g|=1,67174411===e.token?(d|=16,m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos)):oI(s,r,s,209007===n?44:12402===n||12403===e.token?43:45,RI[255&n])}else 134217728&~e.token?69271571===e.token?(d|=16,g|=3,y=fk(e,t,i),m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos)):sI(e,123):(d|=16,y=ak(e,t),g|=1,m=dk(e,t,g,i,f,c,u));else sI(e,28,RI[255&r]);else if(y=ak(e,t),21===e.token){tO(e,32768|t,21);const{tokenPos:c,linePos:u,colPos:p}=e;if("__proto__"===l&&h++,143360&e.token){m=JO(e,t,a,0,1,i,1,c,u,p);const{token:r,tokenValue:l}=e;m=YO(e,t,m,i,0,c,u,p),18===e.token||1074790415===e.token?1077936157===r||1074790415===r||18===r?2&e.assignable?d|=16:n&&dO(e,t,n,l,a,o):d|=1&e.assignable?32:16:1077936157===e.token?(2&e.assignable&&(d|=16),m=qO(e,t,i,s,c,u,p,m)):(d|=16,m=qO(e,t,i,s,c,u,p,m))}else 2097152&~e.token?(m=zO(e,t,1,0,1,c,u,p),d|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):(m=YO(e,t,m,i,0,c,u,p),d=1&e.assignable?0:16,18!==e.token&&1074790415!==e.token&&(1077936157!==e.token&&(d|=16),m=qO(e,t,i,s,c,u,p,m)))):(m=69271571===e.token?ck(e,t,n,0,i,s,a,o,c,u,p):hk(e,t,n,0,i,s,a,o,c,u,p),d=e.destructible,e.assignable=16&d?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):8&~e.destructible&&(m=YO(e,t,m,i,0,c,u,p),d=2&e.assignable?16:0,4194304&~e.token?(8454144&~e.token||(m=WO(e,t,1,c,u,p,4,r,m)),eO(e,32768|t,22)&&(m=HO(e,t,m,c,u,p)),d|=2&e.assignable?16:32):m=VO(e,t,i,s,c,u,p,m)))}else 67174411===e.token?(g|=1,m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos),d=16|e.assignable):sI(e,131);d|=128&e.destructible?128:0,e.destructible=d,p.push(oO(e,t,f,c,u,{type:"Property",key:y,value:m,kind:768&g?512&g?"set":"get":"init",computed:(2&g)>0,method:(1&g)>0,shorthand:(4&g)>0}))}if(d|=e.destructible,18!==e.token)break;VI(e,t)}tO(e,t,1074790415),h>1&&(d|=64);const f=oO(e,t,l,c,u,{type:s?"ObjectPattern":"ObjectExpression",properties:p});return!r&&4194304&e.token?uk(e,t,d,i,s,l,c,u,f):(e.destructible=d,f)}function fk(e,t,n){VI(e,32768|t);const r=BO(e,134217728^(134217728|t),1,n,e.tokenPos,e.linePos,e.colPos);return tO(e,t,20),r}function mk(e,t,n,r,i){const{tokenValue:s}=e,a=sk(e,t);if(e.assignable=1,10===e.token){let o;return 64&t&&(o=cO(e,t,s)),e.flags=128^(128|e.flags),bk(e,t,o,[a],0,n,r,i)}return a}function gk(e,t,n,r,i,s,a,o,l,c){s||sI(e,55),i&&sI(e,49),e.flags&=-129;return bk(e,t,64&t?cO(e,t,n):void 0,[r],a,o,l,c)}function yk(e,t,n,r,i,s,a,o,l){i||sI(e,55);for(let t=0;t<r.length;++t)nO(e,r[t]);return bk(e,t,n,r,s,a,o,l)}function bk(e,t,n,r,i,s,a,o){1&e.flags&&sI(e,46),tO(e,32768|t,10),t=15728640^(15728640|t)|i<<22;const l=2162700!==e.token;let c;if(n&&void 0!==n.scopeError&&aI(n.scopeError),l)c=BO(e,16384&t?33554432|t:t,1,0,e.tokenPos,e.linePos,e.colPos);else{switch(n&&(n=pO(n,128)),c=GO(e,134246400^(134246400|t),n,16,void 0,void 0),e.token){case 69271571:1&e.flags||sI(e,113);break;case 67108877:case 67174409:case 22:sI(e,114);case 67174411:1&e.flags||sI(e,113),e.flags|=1024}8454144&~e.token||1&e.flags||sI(e,28,RI[255&e.token]),33619968&~e.token||sI(e,122)}return e.assignable=2,oO(e,t,s,a,o,{type:"ArrowFunctionExpression",params:r,body:c,async:1===i,expression:l})}function vk(e,t,n,r,i){tO(e,t,67174411),e.flags=128^(128|e.flags);const s=[];if(eO(e,t,16))return s;t=134217728^(134217728|t);let a=0;for(;18!==e.token;){let o;const{tokenPos:l,linePos:c,colPos:u}=e;if(143360&e.token?(1024&t||(36864&~e.token||(e.flags|=256),537079808&~e.token||(e.flags|=512)),o=kk(e,t,n,1|i,0,l,c,u)):(2162700===e.token?o=hk(e,t,n,1,r,1,i,0,l,c,u):69271571===e.token?o=ck(e,t,n,1,r,1,i,0,l,c,u):14===e.token?o=pk(e,t,n,16,i,0,0,r,1,l,c,u):sI(e,28,RI[255&e.token]),a=1,48&e.destructible&&sI(e,48)),1077936157===e.token){VI(e,32768|t),a=1;o=oO(e,t,l,c,u,{type:"AssignmentPattern",left:o,right:BO(e,t,1,r,e.tokenPos,e.linePos,e.colPos)})}if(s.push(o),!eO(e,t,18))break;if(16===e.token)break}return a&&(e.flags|=128),n&&(a||1024&t)&&void 0!==n.scopeError&&aI(n.scopeError),tO(e,t,16),s}function Ek(e,t,n,r,i,s,a){const{token:o}=e;if(67108864&o){if(67108877===o){VI(e,268435456|t),e.assignable=1;return Ek(e,t,oO(e,t,i,s,a,{type:"MemberExpression",object:n,computed:!1,property:KO(e,t)}),0,i,s,a)}if(69271571===o){VI(e,32768|t);const{tokenPos:o,linePos:l,colPos:c}=e,u=$O(e,t,r,1,o,l,c);return tO(e,t,20),e.assignable=1,Ek(e,t,oO(e,t,i,s,a,{type:"MemberExpression",object:n,computed:!0,property:u}),0,i,s,a)}if(67174408===o||67174409===o)return e.assignable=2,Ek(e,t,oO(e,t,i,s,a,{type:"TaggedTemplateExpression",tag:n,quasi:67174408===e.token?tk(e,65536|t):ek(e,t,e.tokenPos,e.linePos,e.colPos)}),0,i,s,a)}return n}function wk(e,t,n,r,i,s){return 209008===e.token&&sI(e,29),2098176&t&&241773===e.token&&sI(e,30),537079808&~e.token||(e.flags|=512),gk(e,t,e.tokenValue,sk(e,t),0,n,1,r,i,s)}function Tk(e,t,n,r,i,s,a,o,l,c){VI(e,32768|t);const u=64&t?pO({parent:void 0,type:2},1024):void 0;if(eO(e,t=134217728^(134217728|t),16))return 10===e.token?(1&a&&sI(e,46),yk(e,t,u,[],r,1,o,l,c)):oO(e,t,o,l,c,{type:"CallExpression",callee:n,arguments:[]});let p=0,d=null,h=0;e.destructible=384^(384|e.destructible);const f=[];for(;16!==e.token;){const{token:r,tokenPos:a,linePos:m,colPos:g}=e;if(143360&r)u&&hO(e,t,u,e.tokenValue,i,0),d=JO(e,t,i,0,1,1,1,a,m,g),16===e.token||18===e.token?2&e.assignable?(p|=16,h=1):537079808&~r?36864&~r||(e.flags|=256):e.flags|=512:(1077936157===e.token?h=1:p|=16,d=YO(e,t,d,1,0,a,m,g),16!==e.token&&18!==e.token&&(d=qO(e,t,1,0,a,m,g,d)));else if(2097152&r)d=2162700===r?hk(e,t,u,0,1,0,i,s,a,m,g):ck(e,t,u,0,1,0,i,s,a,m,g),p|=e.destructible,h=1,16!==e.token&&18!==e.token&&(8&p&&sI(e,119),d=YO(e,t,d,0,0,a,m,g),p|=16,8454144&~e.token||(d=WO(e,t,1,o,l,c,4,r,d)),eO(e,32768|t,22)&&(d=HO(e,t,d,o,l,c)));else{if(14!==r){for(d=BO(e,t,1,0,a,m,g),p=e.assignable,f.push(d);eO(e,32768|t,18);)f.push(BO(e,t,1,0,a,m,g));return p|=e.assignable,tO(e,t,16),e.destructible=16|p,e.assignable=2,oO(e,t,o,l,c,{type:"CallExpression",callee:n,arguments:f})}d=pk(e,t,u,16,i,s,1,1,0,a,m,g),p|=(16===e.token?0:16)|e.destructible,h=1}if(f.push(d),!eO(e,32768|t,18))break}return tO(e,t,16),p|=256&e.destructible?256:128&e.destructible?128:0,10===e.token?(48&p&&sI(e,25),(1&e.flags||1&a)&&sI(e,46),128&p&&sI(e,29),2098176&t&&256&p&&sI(e,30),h&&(e.flags|=128),yk(e,t,u,f,r,1,o,l,c)):(8&p&&sI(e,60),e.assignable=2,oO(e,t,o,l,c,{type:"CallExpression",callee:n,arguments:f}))}function Sk(e,t,n,r,i,s,a){let o=xk(e,t=16777216^(16778240|t));o.length&&(i=e.tokenPos,s=e.linePos,a=e.colPos),e.leadingDecorators.length&&(e.leadingDecorators.push(...o),o=e.leadingDecorators,e.leadingDecorators=[]),VI(e,t);let l=null,c=null;const{tokenValue:u}=e;4096&e.token&&20567!==e.token?(sO(e,t,e.token)&&sI(e,115),537079808&~e.token||sI(e,116),n&&(hO(e,t,n,u,32,0),r&&2&r&&mO(e,u)),l=sk(e,t)):1&r||sI(e,37,"Class");let p=t;eO(e,32768|t,20567)?(c=zO(e,t,0,0,0,e.tokenPos,e.linePos,e.colPos),p|=524288):p=524288^(524288|p);const d=Ak(e,p,t,n,2,8,0);return oO(e,t,i,s,a,1&t?{type:"ClassDeclaration",id:l,superClass:c,decorators:o,body:d}:{type:"ClassDeclaration",id:l,superClass:c,body:d})}function xk(e,t){const n=[];if(1&t)for(;133===e.token;)n.push(_k(e,t,e.tokenPos,e.linePos,e.colPos));return n}function _k(e,t,n,r,i){VI(e,32768|t);let s=JO(e,t,2,0,1,0,1,n,r,i);return s=YO(e,t,s,0,0,n,r,i),oO(e,t,n,r,i,{type:"Decorator",expression:s})}function Ak(e,t,n,r,i,s,a){const{tokenPos:o,linePos:l,colPos:c}=e;tO(e,32768|t,2162700),t=134217728^(134217728|t);let u=32&e.flags;e.flags=32^(32|e.flags);const p=[];let d;for(;1074790415!==e.token;){let s=0;d=xk(e,t),s=d.length,s>0&&"constructor"===e.tokenValue&&sI(e,107),1074790415===e.token&&sI(e,106),eO(e,t,1074790417)?s>0&&sI(e,117):p.push(Ck(e,t,r,n,i,d,0,a,e.tokenPos,e.linePos,e.colPos))}return tO(e,8&s?32768|t:t,1074790415),e.flags=-33&e.flags|u,oO(e,t,o,l,c,{type:"ClassBody",body:p})}function Ck(e,t,n,r,i,s,a,o,l,c,u){let p=a?32:0,d=null;const{token:h,tokenPos:f,linePos:m,colPos:g}=e;if(176128&h)switch(d=sk(e,t),h){case 36972:if(!a&&67174411!==e.token&&1048576&~e.token&&1077936157!==e.token)return Ck(e,t,n,r,i,s,1,o,l,c,u);break;case 209007:if(67174411!==e.token&&!(1&e.flags)){if(1&t&&!(1073741824&~e.token))return Ik(e,t,d,p,s,f,m,g);p|=16|(ZI(e,t,8457014)?8:0)}break;case 12402:if(67174411!==e.token){if(1&t&&!(1073741824&~e.token))return Ik(e,t,d,p,s,f,m,g);p|=256}break;case 12403:if(67174411!==e.token){if(1&t&&!(1073741824&~e.token))return Ik(e,t,d,p,s,f,m,g);p|=512}}else if(69271571===h)p|=2,d=fk(e,r,o);else if(134217728&~h)if(8457014===h)p|=8,VI(e,t);else if(1&t&&131===e.token)p|=4096,d=Pk(e,16384|t,f,m,g);else if(1&t&&!(1073741824&~e.token))p|=128;else{if(a&&2162700===h)return function(e,t,n,r,i,s){n&&(n=pO(n,2));const a=540672;t=(t|a)^a|262144;const{body:o}=SO(e,t,n,{},r,i,s);return oO(e,t,r,i,s,{type:"StaticBlock",body:o})}(e,t,n,f,m,g);122===h?(d=sk(e,t),67174411!==e.token&&sI(e,28,RI[255&e.token])):sI(e,28,RI[255&e.token])}else d=ak(e,t);if(792&p&&(143360&e.token?d=sk(e,t):134217728&~e.token?69271571===e.token?(p|=2,d=fk(e,t,0)):122===e.token?d=sk(e,t):1&t&&131===e.token?(p|=4096,d=Pk(e,t,f,m,g)):sI(e,132):d=ak(e,t)),2&p||("constructor"===e.tokenValue?(1073741824&~e.token?32&p||67174411!==e.token||(920&p?sI(e,51,"accessor"):524288&t||(32&e.flags?sI(e,52):e.flags|=32)):sI(e,126),p|=64):!(4096&p)&&824&p&&"prototype"===e.tokenValue&&sI(e,50)),1&t&&67174411!==e.token)return Ik(e,t,d,p,s,f,m,g);const y=dk(e,t,p,o,e.tokenPos,e.linePos,e.colPos);return oO(e,t,l,c,u,1&t?{type:"MethodDefinition",kind:!(32&p)&&64&p?"constructor":256&p?"get":512&p?"set":"method",static:(32&p)>0,computed:(2&p)>0,key:d,decorators:s,value:y}:{type:"MethodDefinition",kind:!(32&p)&&64&p?"constructor":256&p?"get":512&p?"set":"method",static:(32&p)>0,computed:(2&p)>0,key:d,value:y})}function Pk(e,t,n,r,i){VI(e,t);const{tokenValue:s}=e;return"constructor"===s&&sI(e,125),VI(e,t),oO(e,t,n,r,i,{type:"PrivateIdentifier",name:s})}function Ik(e,t,n,r,i,s,a,o){let l=null;if(8&r&&sI(e,0),1077936157===e.token){VI(e,32768|t);const{tokenPos:n,linePos:i,colPos:c}=e;537079928===e.token&&sI(e,116);const u=64&r?14680064:31981568;l=JO(e,16384|(t=(t|u)^u|(88&r)<<18|100925440),2,0,1,0,1,n,i,c),!(1073741824&~e.token)&&4194304&~e.token||(l=YO(e,16384|t,l,0,0,n,i,c),l=qO(e,16384|t,0,0,n,i,c,l),18===e.token&&(l=UO(e,t,0,s,a,o,l)))}return oO(e,t,s,a,o,{type:"PropertyDefinition",key:n,value:l,static:(32&r)>0,computed:(2&r)>0,decorators:i})}function Ok(e,t,n,r,i,s,a,o){if(143360&e.token)return kk(e,t,n,r,i,s,a,o);2097152&~e.token&&sI(e,28,RI[255&e.token]);const l=69271571===e.token?ck(e,t,n,1,0,1,r,i,s,a,o):hk(e,t,n,1,0,1,r,i,s,a,o);return 16&e.destructible&&sI(e,48),32&e.destructible&&sI(e,48),l}function kk(e,t,n,r,i,s,a,o){const{tokenValue:l,token:c}=e;return 1024&t&&(537079808&~c?36864&~c||sI(e,115):sI(e,116)),20480&~c||sI(e,100),2099200&t&&241773===c&&sI(e,30),241739===c&&24&r&&sI(e,98),4196352&t&&209008===c&&sI(e,96),VI(e,t),n&&dO(e,t,n,l,r,i),oO(e,t,s,a,o,{type:"Identifier",name:l})}function Nk(e,t,n,r,i,s){if(VI(e,t),8456259===e.token)return oO(e,t,r,i,s,{type:"JSXFragment",openingFragment:Dk(e,t,r,i,s),children:Rk(e,t),closingFragment:Lk(e,t,n,e.tokenPos,e.linePos,e.colPos)});let a=null,o=[];const l=function(e,t,n,r,i,s){143360&~e.token&&4096&~e.token&&sI(e,0);const a=Fk(e,t,e.tokenPos,e.linePos,e.colPos),o=function(e,t){const n=[];for(;8457016!==e.token&&8456259!==e.token&&1048576!==e.token;)n.push(Bk(e,t,e.tokenPos,e.linePos,e.colPos));return n}(e,t),l=8457016===e.token;8456259===e.token?KI(e,t):(tO(e,t,8457016),n?tO(e,t,8456259):KI(e,t));return oO(e,t,r,i,s,{type:"JSXOpeningElement",name:a,attributes:o,selfClosing:l})}(e,t,n,r,i,s);if(!l.selfClosing){o=Rk(e,t),a=function(e,t,n,r,i,s){tO(e,t,25);const a=Fk(e,t,e.tokenPos,e.linePos,e.colPos);n?tO(e,t,8456259):e.token=KI(e,t);return oO(e,t,r,i,s,{type:"JSXClosingElement",name:a})}(e,t,n,e.tokenPos,e.linePos,e.colPos);const r=lO(a.name);lO(l.name)!==r&&sI(e,150,r)}return oO(e,t,r,i,s,{type:"JSXElement",children:o,openingElement:l,closingElement:a})}function Dk(e,t,n,r,i){return KI(e,t),oO(e,t,n,r,i,{type:"JSXOpeningFragment"})}function Lk(e,t,n,r,i,s){return tO(e,t,25),n,tO(e,t,8456259),oO(e,t,r,i,s,{type:"JSXClosingFragment"})}function Rk(e,t){const n=[];for(;25!==e.token;)e.index=e.tokenPos=e.startPos,e.column=e.colPos=e.startColumn,e.line=e.linePos=e.startLine,KI(e,t),n.push(Mk(e,t,e.tokenPos,e.linePos,e.colPos));return n}function Mk(e,t,n,r,i){return 138===e.token?function(e,t,n,r,i){KI(e,t);const s={type:"JSXText",value:e.tokenValue};512&t&&(s.raw=e.tokenRaw);return oO(e,t,n,r,i,s)}(e,t,n,r,i):2162700===e.token?$k(e,t,0,0,n,r,i):8456258===e.token?Nk(e,t,0,n,r,i):(sI(e,0),void 0)}function Fk(e,t,n,r,i){JI(e);let s=qk(e,t,n,r,i);if(21===e.token)return Uk(e,t,s,n,r,i);for(;eO(e,t,67108877);)JI(e),s=jk(e,t,s,n,r,i);return s}function jk(e,t,n,r,i,s){return oO(e,t,r,i,s,{type:"JSXMemberExpression",object:n,property:qk(e,t,e.tokenPos,e.linePos,e.colPos)})}function Bk(e,t,n,r,i){if(2162700===e.token)return function(e,t,n,r,i){VI(e,t),tO(e,t,14);const s=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos);return tO(e,t,1074790415),oO(e,t,n,r,i,{type:"JSXSpreadAttribute",argument:s})}(e,t,n,r,i);JI(e);let s=null,a=qk(e,t,n,r,i);if(21===e.token&&(a=Uk(e,t,a,n,r,i)),1077936157===e.token){const n=YI(e,t),{tokenPos:r,linePos:i,colPos:a}=e;switch(n){case 134283267:s=ak(e,t);break;case 8456258:s=Nk(e,t,1,r,i,a);break;case 2162700:s=$k(e,t,1,1,r,i,a);break;default:sI(e,149)}}return oO(e,t,n,r,i,{type:"JSXAttribute",value:s,name:a})}function Uk(e,t,n,r,i,s){tO(e,t,21);return oO(e,t,r,i,s,{type:"JSXNamespacedName",namespace:n,name:qk(e,t,e.tokenPos,e.linePos,e.colPos)})}function $k(e,t,n,r,i,s,a){VI(e,32768|t);const{tokenPos:o,linePos:l,colPos:c}=e;if(14===e.token)return function(e,t,n,r,i){tO(e,t,14);const s=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos);return tO(e,t,1074790415),oO(e,t,n,r,i,{type:"JSXSpreadChild",expression:s})}(e,t,i,s,a);let u=null;return 1074790415===e.token?(r&&sI(e,152),u=function(e,t,n,r,i){return e.startPos=e.tokenPos,e.startLine=e.linePos,e.startColumn=e.colPos,oO(e,t,n,r,i,{type:"JSXEmptyExpression"})}(e,t,e.startPos,e.startLine,e.startColumn)):u=BO(e,t,1,0,o,l,c),n?tO(e,t,1074790415):KI(e,t),oO(e,t,i,s,a,{type:"JSXExpressionContainer",expression:u})}function qk(e,t,n,r,i){const{tokenValue:s}=e;return VI(e,t),oO(e,t,n,r,i,{type:"JSXIdentifier",name:s})}var Vk=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239],Hk=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],Wk="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",Gk={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},zk="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",Yk={5:zk,"5module":zk+" export import",6:zk+" const class extends export import super"},Kk=/^in(stanceof)?$/,Jk=new RegExp("["+Wk+"]"),Xk=new RegExp("["+Wk+"·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯・꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_・]");function Qk(e,t){for(var n=65536,r=0;r<t.length;r+=2){if((n+=t[r])>e)return!1;if((n+=t[r+1])>=e)return!0}return!1}function Zk(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Jk.test(String.fromCharCode(e)):!1!==t&&Qk(e,Hk)))}function eN(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Xk.test(String.fromCharCode(e)):!1!==t&&(Qk(e,Hk)||Qk(e,Vk)))))}var tN=function(e,t){void 0===t&&(t={}),this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null};function nN(e,t){return new tN(e,{beforeExpr:!0,binop:t})}var rN={beforeExpr:!0},iN={startsExpr:!0},sN={};function aN(e,t){return void 0===t&&(t={}),t.keyword=e,sN[e]=new tN(e,t)}var oN={num:new tN("num",iN),regexp:new tN("regexp",iN),string:new tN("string",iN),name:new tN("name",iN),privateId:new tN("privateId",iN),eof:new tN("eof"),bracketL:new tN("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new tN("]"),braceL:new tN("{",{beforeExpr:!0,startsExpr:!0}),braceR:new tN("}"),parenL:new tN("(",{beforeExpr:!0,startsExpr:!0}),parenR:new tN(")"),comma:new tN(",",rN),semi:new tN(";",rN),colon:new tN(":",rN),dot:new tN("."),question:new tN("?",rN),questionDot:new tN("?."),arrow:new tN("=>",rN),template:new tN("template"),invalidTemplate:new tN("invalidTemplate"),ellipsis:new tN("...",rN),backQuote:new tN("`",iN),dollarBraceL:new tN("${",{beforeExpr:!0,startsExpr:!0}),eq:new tN("=",{beforeExpr:!0,isAssign:!0}),assign:new tN("_=",{beforeExpr:!0,isAssign:!0}),incDec:new tN("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new tN("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:nN("||",1),logicalAND:nN("&&",2),bitwiseOR:nN("|",3),bitwiseXOR:nN("^",4),bitwiseAND:nN("&",5),equality:nN("==/!=/===/!==",6),relational:nN("</>/<=/>=",7),bitShift:nN("<</>>/>>>",8),plusMin:new tN("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:nN("%",10),star:nN("*",10),slash:nN("/",10),starstar:new tN("**",{beforeExpr:!0}),coalesce:nN("??",1),_break:aN("break"),_case:aN("case",rN),_catch:aN("catch"),_continue:aN("continue"),_debugger:aN("debugger"),_default:aN("default",rN),_do:aN("do",{isLoop:!0,beforeExpr:!0}),_else:aN("else",rN),_finally:aN("finally"),_for:aN("for",{isLoop:!0}),_function:aN("function",iN),_if:aN("if"),_return:aN("return",rN),_switch:aN("switch"),_throw:aN("throw",rN),_try:aN("try"),_var:aN("var"),_const:aN("const"),_while:aN("while",{isLoop:!0}),_with:aN("with"),_new:aN("new",{beforeExpr:!0,startsExpr:!0}),_this:aN("this",iN),_super:aN("super",iN),_class:aN("class",iN),_extends:aN("extends",rN),_export:aN("export"),_import:aN("import",iN),_null:aN("null",iN),_true:aN("true",iN),_false:aN("false",iN),_in:aN("in",{beforeExpr:!0,binop:7}),_instanceof:aN("instanceof",{beforeExpr:!0,binop:7}),_typeof:aN("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:aN("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:aN("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},lN=/\r\n?|\n|\u2028|\u2029/,cN=new RegExp(lN.source,"g");function uN(e){return 10===e||13===e||8232===e||8233===e}function pN(e,t,n){void 0===n&&(n=e.length);for(var r=t;r<n;r++){var i=e.charCodeAt(r);if(uN(i))return r<n-1&&13===i&&10===e.charCodeAt(r+1)?r+2:r+1}return-1}var dN=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,hN=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,fN=Object.prototype,mN=fN.hasOwnProperty,gN=fN.toString,yN=Object.hasOwn||function(e,t){return mN.call(e,t)},bN=Array.isArray||function(e){return"[object Array]"===gN.call(e)},vN=Object.create(null);function EN(e){return vN[e]||(vN[e]=new RegExp("^(?:"+e.replace(/ /g,"|")+")$"))}function wN(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}var TN=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,SN=function(e,t){this.line=e,this.column=t};SN.prototype.offset=function(e){return new SN(this.line,this.column+e)};var xN=function(e,t,n){this.start=t,this.end=n,null!==e.sourceFile&&(this.source=e.sourceFile)};function _N(e,t){for(var n=1,r=0;;){var i=pN(e,r,t);if(i<0)return new SN(n,t-r);++n,r=i}}var AN={ecmaVersion:null,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,checkPrivateFields:!0,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},CN=!1;function PN(e){var t={};for(var n in AN)t[n]=e&&yN(e,n)?e[n]:AN[n];if("latest"===t.ecmaVersion?t.ecmaVersion=1e8:null==t.ecmaVersion?(!CN&&"object"==typeof console&&console.warn&&(CN=!0,console.warn("Since Acorn 8.0.0, options.ecmaVersion is required.\nDefaulting to 2020, but this will stop working in the future.")),t.ecmaVersion=11):t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),null==t.allowReserved&&(t.allowReserved=t.ecmaVersion<5),e&&null!=e.allowHashBang||(t.allowHashBang=t.ecmaVersion>=14),bN(t.onToken)){var r=t.onToken;t.onToken=function(e){return r.push(e)}}return bN(t.onComment)&&(t.onComment=function(e,t){return function(n,r,i,s,a,o){var l={type:n?"Block":"Line",value:r,start:i,end:s};e.locations&&(l.loc=new xN(this,a,o)),e.ranges&&(l.range=[i,s]),t.push(l)}}(t,t.onComment)),t}var IN=256;function ON(e,t){return 2|(e?4:0)|(t?8:0)}var kN=function(e,t,n){this.options=e=PN(e),this.sourceFile=e.sourceFile,this.keywords=EN(Yk[e.ecmaVersion>=6?6:"module"===e.sourceType?"5module":5]);var r="";!0!==e.allowReserved&&(r=Gk[e.ecmaVersion>=6?6:5===e.ecmaVersion?5:3],"module"===e.sourceType&&(r+=" await")),this.reservedWords=EN(r);var i=(r?r+" ":"")+Gk.strict;this.reservedWordsStrict=EN(i),this.reservedWordsStrictBind=EN(i+" "+Gk.strictBind),this.input=String(t),this.containsEsc=!1,n?(this.pos=n,this.lineStart=this.input.lastIndexOf("\n",n-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(lN).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=oN.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.potentialArrowInForAwait=!1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports=Object.create(null),0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(1),this.regexpState=null,this.privateNameStack=[]},NN={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},canAwait:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0},allowNewDotTarget:{configurable:!0},inClassStaticBlock:{configurable:!0}};kN.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},NN.inFunction.get=function(){return(2&this.currentVarScope().flags)>0},NN.inGenerator.get=function(){return(8&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},NN.inAsync.get=function(){return(4&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},NN.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e];if(t.inClassFieldInit||t.flags&IN)return!1;if(2&t.flags)return(4&t.flags)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},NN.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags,n=e.inClassFieldInit;return(64&t)>0||n||this.options.allowSuperOutsideMethod},NN.allowDirectSuper.get=function(){return(128&this.currentThisScope().flags)>0},NN.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},NN.allowNewDotTarget.get=function(){var e=this.currentThisScope(),t=e.flags,n=e.inClassFieldInit;return(258&t)>0||n},NN.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&IN)>0},kN.extend=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];for(var n=this,r=0;r<e.length;r++)n=e[r](n);return n},kN.parse=function(e,t){return new this(t,e).parse()},kN.parseExpressionAt=function(e,t,n){var r=new this(n,e,t);return r.nextToken(),r.parseExpression()},kN.tokenizer=function(e,t){return new this(t,e)},Object.defineProperties(kN.prototype,NN);var DN=kN.prototype,LN=/^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;DN.strictDirective=function(e){if(this.options.ecmaVersion<5)return!1;for(;;){hN.lastIndex=e,e+=hN.exec(this.input)[0].length;var t=LN.exec(this.input.slice(e));if(!t)return!1;if("use strict"===(t[1]||t[2])){hN.lastIndex=e+t[0].length;var n=hN.exec(this.input),r=n.index+n[0].length,i=this.input.charAt(r);return";"===i||"}"===i||lN.test(n[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(i)||"!"===i&&"="===this.input.charAt(r+1))}e+=t[0].length,hN.lastIndex=e,e+=hN.exec(this.input)[0].length,";"===this.input[e]&&e++}},DN.eat=function(e){return this.type===e&&(this.next(),!0)},DN.isContextual=function(e){return this.type===oN.name&&this.value===e&&!this.containsEsc},DN.eatContextual=function(e){return!!this.isContextual(e)&&(this.next(),!0)},DN.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},DN.canInsertSemicolon=function(){return this.type===oN.eof||this.type===oN.braceR||lN.test(this.input.slice(this.lastTokEnd,this.start))},DN.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},DN.semicolon=function(){this.eat(oN.semi)||this.insertSemicolon()||this.unexpected()},DN.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},DN.expect=function(e){this.eat(e)||this.unexpected()},DN.unexpected=function(e){this.raise(null!=e?e:this.start,"Unexpected token")};var RN=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};DN.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var n=t?e.parenthesizedAssign:e.parenthesizedBind;n>-1&&this.raiseRecoverable(n,t?"Assigning to rvalue":"Parenthesized pattern")}},DN.checkExpressionErrors=function(e,t){if(!e)return!1;var n=e.shorthandAssign,r=e.doubleProto;if(!t)return n>=0||r>=0;n>=0&&this.raise(n,"Shorthand property assignments are valid only in destructuring patterns"),r>=0&&this.raiseRecoverable(r,"Redefinition of __proto__ property")},DN.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,"Yield expression cannot be a default value"),this.awaitPos&&this.raise(this.awaitPos,"Await expression cannot be a default value")},DN.isSimpleAssignTarget=function(e){return"ParenthesizedExpression"===e.type?this.isSimpleAssignTarget(e.expression):"Identifier"===e.type||"MemberExpression"===e.type};var MN=kN.prototype;MN.parseTopLevel=function(e){var t=Object.create(null);for(e.body||(e.body=[]);this.type!==oN.eof;){var n=this.parseStatement(null,!0,t);e.body.push(n)}if(this.inModule)for(var r=0,i=Object.keys(this.undefinedExports);r<i.length;r+=1){var s=i[r];this.raiseRecoverable(this.undefinedExports[s].start,"Export '"+s+"' is not defined")}return this.adaptDirectivePrologue(e.body),this.next(),e.sourceType=this.options.sourceType,this.finishNode(e,"Program")};var FN={kind:"loop"},jN={kind:"switch"};MN.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;hN.lastIndex=this.pos;var t=hN.exec(this.input),n=this.pos+t[0].length,r=this.input.charCodeAt(n);if(91===r||92===r)return!0;if(e)return!1;if(123===r||r>55295&&r<56320)return!0;if(Zk(r,!0)){for(var i=n+1;eN(r=this.input.charCodeAt(i),!0);)++i;if(92===r||r>55295&&r<56320)return!0;var s=this.input.slice(n,i);if(!Kk.test(s))return!0}return!1},MN.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;hN.lastIndex=this.pos;var e,t=hN.exec(this.input),n=this.pos+t[0].length;return!(lN.test(this.input.slice(this.pos,n))||"function"!==this.input.slice(n,n+8)||n+8!==this.input.length&&(eN(e=this.input.charCodeAt(n+8))||e>55295&&e<56320))},MN.parseStatement=function(e,t,n){var r,i=this.type,s=this.startNode();switch(this.isLet(e)&&(i=oN._var,r="let"),i){case oN._break:case oN._continue:return this.parseBreakContinueStatement(s,i.keyword);case oN._debugger:return this.parseDebuggerStatement(s);case oN._do:return this.parseDoStatement(s);case oN._for:return this.parseForStatement(s);case oN._function:return e&&(this.strict||"if"!==e&&"label"!==e)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(s,!1,!e);case oN._class:return e&&this.unexpected(),this.parseClass(s,!0);case oN._if:return this.parseIfStatement(s);case oN._return:return this.parseReturnStatement(s);case oN._switch:return this.parseSwitchStatement(s);case oN._throw:return this.parseThrowStatement(s);case oN._try:return this.parseTryStatement(s);case oN._const:case oN._var:return r=r||this.value,e&&"var"!==r&&this.unexpected(),this.parseVarStatement(s,r);case oN._while:return this.parseWhileStatement(s);case oN._with:return this.parseWithStatement(s);case oN.braceL:return this.parseBlock(!0,s);case oN.semi:return this.parseEmptyStatement(s);case oN._export:case oN._import:if(this.options.ecmaVersion>10&&i===oN._import){hN.lastIndex=this.pos;var a=hN.exec(this.input),o=this.pos+a[0].length,l=this.input.charCodeAt(o);if(40===l||46===l)return this.parseExpressionStatement(s,this.parseExpression())}return this.options.allowImportExportEverywhere||(t||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),i===oN._import?this.parseImport(s):this.parseExport(s,n);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(s,!0,!e);var c=this.value,u=this.parseExpression();return i===oN.name&&"Identifier"===u.type&&this.eat(oN.colon)?this.parseLabeledStatement(s,c,u,e):this.parseExpressionStatement(s,u)}},MN.parseBreakContinueStatement=function(e,t){var n="break"===t;this.next(),this.eat(oN.semi)||this.insertSemicolon()?e.label=null:this.type!==oN.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var r=0;r<this.labels.length;++r){var i=this.labels[r];if(null==e.label||i.name===e.label.name){if(null!=i.kind&&(n||"loop"===i.kind))break;if(e.label&&n)break}}return r===this.labels.length&&this.raise(e.start,"Unsyntactic "+t),this.finishNode(e,n?"BreakStatement":"ContinueStatement")},MN.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")},MN.parseDoStatement=function(e){return this.next(),this.labels.push(FN),e.body=this.parseStatement("do"),this.labels.pop(),this.expect(oN._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(oN.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},MN.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(FN),this.enterScope(0),this.expect(oN.parenL),this.type===oN.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var n=this.isLet();if(this.type===oN._var||this.type===oN._const||n){var r=this.startNode(),i=n?"let":this.value;return this.next(),this.parseVar(r,!0,i),this.finishNode(r,"VariableDeclaration"),(this.type===oN._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&1===r.declarations.length?(this.options.ecmaVersion>=9&&(this.type===oN._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,r)):(t>-1&&this.unexpected(t),this.parseFor(e,r))}var s=this.isContextual("let"),a=!1,o=new RN,l=this.parseExpression(!(t>-1)||"await",o);return this.type===oN._in||(a=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===oN._in?t>-1&&this.unexpected(t):e.await=t>-1),s&&a&&this.raise(l.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(l,!1,o),this.checkLValPattern(l),this.parseForIn(e,l)):(this.checkExpressionErrors(o,!0),t>-1&&this.unexpected(t),this.parseFor(e,l))},MN.parseFunctionStatement=function(e,t,n){return this.next(),this.parseFunction(e,UN|(n?0:$N),!1,t)},MN.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(oN._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")},MN.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(oN.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},MN.parseSwitchStatement=function(e){var t;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(oN.braceL),this.labels.push(jN),this.enterScope(0);for(var n=!1;this.type!==oN.braceR;)if(this.type===oN._case||this.type===oN._default){var r=this.type===oN._case;t&&this.finishNode(t,"SwitchCase"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),r?t.test=this.parseExpression():(n&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),n=!0,t.test=null),this.expect(oN.colon)}else t||this.unexpected(),t.consequent.push(this.parseStatement(null));return this.exitScope(),t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},MN.parseThrowStatement=function(e){return this.next(),lN.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var BN=[];MN.parseCatchClauseParam=function(){var e=this.parseBindingAtom(),t="Identifier"===e.type;return this.enterScope(t?32:0),this.checkLValPattern(e,t?4:2),this.expect(oN.parenR),e},MN.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===oN._catch){var t=this.startNode();this.next(),this.eat(oN.parenL)?t.param=this.parseCatchClauseParam():(this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterScope(0)),t.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(t,"CatchClause")}return e.finalizer=this.eat(oN._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},MN.parseVarStatement=function(e,t,n){return this.next(),this.parseVar(e,!1,t,n),this.semicolon(),this.finishNode(e,"VariableDeclaration")},MN.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(FN),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")},MN.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement("with"),this.finishNode(e,"WithStatement")},MN.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},MN.parseLabeledStatement=function(e,t,n,r){for(var i=0,s=this.labels;i<s.length;i+=1){s[i].name===t&&this.raise(n.start,"Label '"+t+"' is already declared")}for(var a=this.type.isLoop?"loop":this.type===oN._switch?"switch":null,o=this.labels.length-1;o>=0;o--){var l=this.labels[o];if(l.statementStart!==e.start)break;l.statementStart=this.start,l.kind=a}return this.labels.push({name:t,kind:a,statementStart:this.start}),e.body=this.parseStatement(r?-1===r.indexOf("label")?r+"label":r:"label"),this.labels.pop(),e.label=n,this.finishNode(e,"LabeledStatement")},MN.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")},MN.parseBlock=function(e,t,n){for(void 0===e&&(e=!0),void 0===t&&(t=this.startNode()),t.body=[],this.expect(oN.braceL),e&&this.enterScope(0);this.type!==oN.braceR;){var r=this.parseStatement(null);t.body.push(r)}return n&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,"BlockStatement")},MN.parseFor=function(e,t){return e.init=t,this.expect(oN.semi),e.test=this.type===oN.semi?null:this.parseExpression(),this.expect(oN.semi),e.update=this.type===oN.parenR?null:this.parseExpression(),this.expect(oN.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")},MN.parseForIn=function(e,t){var n=this.type===oN._in;return this.next(),"VariableDeclaration"===t.type&&null!=t.declarations[0].init&&(!n||this.options.ecmaVersion<8||this.strict||"var"!==t.kind||"Identifier"!==t.declarations[0].id.type)&&this.raise(t.start,(n?"for-in":"for-of")+" loop variable declaration may not have an initializer"),e.left=t,e.right=n?this.parseExpression():this.parseMaybeAssign(),this.expect(oN.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,n?"ForInStatement":"ForOfStatement")},MN.parseVar=function(e,t,n,r){for(e.declarations=[],e.kind=n;;){var i=this.startNode();if(this.parseVarId(i,n),this.eat(oN.eq)?i.init=this.parseMaybeAssign(t):r||"const"!==n||this.type===oN._in||this.options.ecmaVersion>=6&&this.isContextual("of")?r||"Identifier"===i.id.type||t&&(this.type===oN._in||this.isContextual("of"))?i.init=null:this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):this.unexpected(),e.declarations.push(this.finishNode(i,"VariableDeclarator")),!this.eat(oN.comma))break}return e},MN.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLValPattern(e.id,"var"===t?1:2,!1)};var UN=1,$N=2;function qN(e,t){var n=t.key.name,r=e[n],i="true";return"MethodDefinition"!==t.type||"get"!==t.kind&&"set"!==t.kind||(i=(t.static?"s":"i")+t.kind),"iget"===r&&"iset"===i||"iset"===r&&"iget"===i||"sget"===r&&"sset"===i||"sset"===r&&"sget"===i?(e[n]="true",!1):!!r||(e[n]=i,!1)}function VN(e,t){var n=e.computed,r=e.key;return!n&&("Identifier"===r.type&&r.name===t||"Literal"===r.type&&r.value===t)}MN.parseFunction=function(e,t,n,r,i){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!r)&&(this.type===oN.star&&t&$N&&this.unexpected(),e.generator=this.eat(oN.star)),this.options.ecmaVersion>=8&&(e.async=!!r),t&UN&&(e.id=4&t&&this.type!==oN.name?null:this.parseIdent(),!e.id||t&$N||this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?1:2:3));var s=this.yieldPos,a=this.awaitPos,o=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(ON(e.async,e.generator)),t&UN||(e.id=this.type===oN.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,n,!1,i),this.yieldPos=s,this.awaitPos=a,this.awaitIdentPos=o,this.finishNode(e,t&UN?"FunctionDeclaration":"FunctionExpression")},MN.parseFunctionParams=function(e){this.expect(oN.parenL),e.params=this.parseBindingList(oN.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},MN.parseClass=function(e,t){this.next();var n=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var r=this.enterClassBody(),i=this.startNode(),s=!1;for(i.body=[],this.expect(oN.braceL);this.type!==oN.braceR;){var a=this.parseClassElement(null!==e.superClass);a&&(i.body.push(a),"MethodDefinition"===a.type&&"constructor"===a.kind?(s&&this.raiseRecoverable(a.start,"Duplicate constructor in the same class"),s=!0):a.key&&"PrivateIdentifier"===a.key.type&&qN(r,a)&&this.raiseRecoverable(a.key.start,"Identifier '#"+a.key.name+"' has already been declared"))}return this.strict=n,this.next(),e.body=this.finishNode(i,"ClassBody"),this.exitClassBody(),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")},MN.parseClassElement=function(e){if(this.eat(oN.semi))return null;var t=this.options.ecmaVersion,n=this.startNode(),r="",i=!1,s=!1,a="method",o=!1;if(this.eatContextual("static")){if(t>=13&&this.eat(oN.braceL))return this.parseClassStaticBlock(n),n;this.isClassElementNameStart()||this.type===oN.star?o=!0:r="static"}if(n.static=o,!r&&t>=8&&this.eatContextual("async")&&(!this.isClassElementNameStart()&&this.type!==oN.star||this.canInsertSemicolon()?r="async":s=!0),!r&&(t>=9||!s)&&this.eat(oN.star)&&(i=!0),!r&&!s&&!i){var l=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?a=l:r=l)}if(r?(n.computed=!1,n.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),n.key.name=r,this.finishNode(n.key,"Identifier")):this.parseClassElementName(n),t<13||this.type===oN.parenL||"method"!==a||i||s){var c=!n.static&&VN(n,"constructor"),u=c&&e;c&&"method"!==a&&this.raise(n.key.start,"Constructor can't have get/set modifier"),n.kind=c?"constructor":a,this.parseClassMethod(n,i,s,u)}else this.parseClassField(n);return n},MN.isClassElementNameStart=function(){return this.type===oN.name||this.type===oN.privateId||this.type===oN.num||this.type===oN.string||this.type===oN.bracketL||this.type.keyword},MN.parseClassElementName=function(e){this.type===oN.privateId?("constructor"===this.value&&this.raise(this.start,"Classes can't have an element named '#constructor'"),e.computed=!1,e.key=this.parsePrivateIdent()):this.parsePropertyName(e)},MN.parseClassMethod=function(e,t,n,r){var i=e.key;"constructor"===e.kind?(t&&this.raise(i.start,"Constructor can't be a generator"),n&&this.raise(i.start,"Constructor can't be an async method")):e.static&&VN(e,"prototype")&&this.raise(i.start,"Classes may not have a static property named prototype");var s=e.value=this.parseMethod(t,n,r);return"get"===e.kind&&0!==s.params.length&&this.raiseRecoverable(s.start,"getter should have no params"),"set"===e.kind&&1!==s.params.length&&this.raiseRecoverable(s.start,"setter should have exactly one param"),"set"===e.kind&&"RestElement"===s.params[0].type&&this.raiseRecoverable(s.params[0].start,"Setter cannot use rest params"),this.finishNode(e,"MethodDefinition")},MN.parseClassField=function(e){if(VN(e,"constructor")?this.raise(e.key.start,"Classes can't have a field named 'constructor'"):e.static&&VN(e,"prototype")&&this.raise(e.key.start,"Classes can't have a static field named 'prototype'"),this.eat(oN.eq)){var t=this.currentThisScope(),n=t.inClassFieldInit;t.inClassFieldInit=!0,e.value=this.parseMaybeAssign(),t.inClassFieldInit=n}else e.value=null;return this.semicolon(),this.finishNode(e,"PropertyDefinition")},MN.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(320);this.type!==oN.braceR;){var n=this.parseStatement(null);e.body.push(n)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,"StaticBlock")},MN.parseClassId=function(e,t){this.type===oN.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,2,!1)):(!0===t&&this.unexpected(),e.id=null)},MN.parseClassSuper=function(e){e.superClass=this.eat(oN._extends)?this.parseExprSubscripts(null,!1):null},MN.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared},MN.exitClassBody=function(){var e=this.privateNameStack.pop(),t=e.declared,n=e.used;if(this.options.checkPrivateFields)for(var r=this.privateNameStack.length,i=0===r?null:this.privateNameStack[r-1],s=0;s<n.length;++s){var a=n[s];yN(t,a.name)||(i?i.used.push(a):this.raiseRecoverable(a.start,"Private field '#"+a.name+"' must be declared in an enclosing class"))}},MN.parseExportAllDeclaration=function(e,t){return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(e.exported=this.parseModuleExportName(),this.checkExport(t,e.exported,this.lastTokStart)):e.exported=null),this.expectContextual("from"),this.type!==oN.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration")},MN.parseExport=function(e,t){if(this.next(),this.eat(oN.star))return this.parseExportAllDeclaration(e,t);if(this.eat(oN._default))return this.checkExport(t,"default",this.lastTokStart),e.declaration=this.parseExportDefaultDeclaration(),this.finishNode(e,"ExportDefaultDeclaration");if(this.shouldParseExportStatement())e.declaration=this.parseExportDeclaration(e),"VariableDeclaration"===e.declaration.type?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual("from"))this.type!==oN.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var n=0,r=e.specifiers;n<r.length;n+=1){var i=r[n];this.checkUnreserved(i.local),this.checkLocalExport(i.local),"Literal"===i.local.type&&this.raise(i.local.start,"A string literal cannot be used as an exported binding without `from`.")}e.source=null}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")},MN.parseExportDeclaration=function(e){return this.parseStatement(null)},MN.parseExportDefaultDeclaration=function(){var e;if(this.type===oN._function||(e=this.isAsyncFunction())){var t=this.startNode();return this.next(),e&&this.next(),this.parseFunction(t,4|UN,!1,e)}if(this.type===oN._class){var n=this.startNode();return this.parseClass(n,"nullableID")}var r=this.parseMaybeAssign();return this.semicolon(),r},MN.checkExport=function(e,t,n){e&&("string"!=typeof t&&(t="Identifier"===t.type?t.name:t.value),yN(e,t)&&this.raiseRecoverable(n,"Duplicate export '"+t+"'"),e[t]=!0)},MN.checkPatternExport=function(e,t){var n=t.type;if("Identifier"===n)this.checkExport(e,t,t.start);else if("ObjectPattern"===n)for(var r=0,i=t.properties;r<i.length;r+=1){var s=i[r];this.checkPatternExport(e,s)}else if("ArrayPattern"===n)for(var a=0,o=t.elements;a<o.length;a+=1){var l=o[a];l&&this.checkPatternExport(e,l)}else"Property"===n?this.checkPatternExport(e,t.value):"AssignmentPattern"===n?this.checkPatternExport(e,t.left):"RestElement"===n&&this.checkPatternExport(e,t.argument)},MN.checkVariableExport=function(e,t){if(e)for(var n=0,r=t;n<r.length;n+=1){var i=r[n];this.checkPatternExport(e,i.id)}},MN.shouldParseExportStatement=function(){return"var"===this.type.keyword||"const"===this.type.keyword||"class"===this.type.keyword||"function"===this.type.keyword||this.isLet()||this.isAsyncFunction()},MN.parseExportSpecifier=function(e){var t=this.startNode();return t.local=this.parseModuleExportName(),t.exported=this.eatContextual("as")?this.parseModuleExportName():t.local,this.checkExport(e,t.exported,t.exported.start),this.finishNode(t,"ExportSpecifier")},MN.parseExportSpecifiers=function(e){var t=[],n=!0;for(this.expect(oN.braceL);!this.eat(oN.braceR);){if(n)n=!1;else if(this.expect(oN.comma),this.afterTrailingComma(oN.braceR))break;t.push(this.parseExportSpecifier(e))}return t},MN.parseImport=function(e){return this.next(),this.type===oN.string?(e.specifiers=BN,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===oN.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,"ImportDeclaration")},MN.parseImportSpecifier=function(){var e=this.startNode();return e.imported=this.parseModuleExportName(),this.eatContextual("as")?e.local=this.parseIdent():(this.checkUnreserved(e.imported),e.local=e.imported),this.checkLValSimple(e.local,2),this.finishNode(e,"ImportSpecifier")},MN.parseImportDefaultSpecifier=function(){var e=this.startNode();return e.local=this.parseIdent(),this.checkLValSimple(e.local,2),this.finishNode(e,"ImportDefaultSpecifier")},MN.parseImportNamespaceSpecifier=function(){var e=this.startNode();return this.next(),this.expectContextual("as"),e.local=this.parseIdent(),this.checkLValSimple(e.local,2),this.finishNode(e,"ImportNamespaceSpecifier")},MN.parseImportSpecifiers=function(){var e=[],t=!0;if(this.type===oN.name&&(e.push(this.parseImportDefaultSpecifier()),!this.eat(oN.comma)))return e;if(this.type===oN.star)return e.push(this.parseImportNamespaceSpecifier()),e;for(this.expect(oN.braceL);!this.eat(oN.braceR);){if(t)t=!1;else if(this.expect(oN.comma),this.afterTrailingComma(oN.braceR))break;e.push(this.parseImportSpecifier())}return e},MN.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===oN.string){var e=this.parseLiteral(this.value);return TN.test(e.value)&&this.raise(e.start,"An export name cannot include a lone surrogate."),e}return this.parseIdent(!0)},MN.adaptDirectivePrologue=function(e){for(var t=0;t<e.length&&this.isDirectiveCandidate(e[t]);++t)e[t].directive=e[t].expression.raw.slice(1,-1)},MN.isDirectiveCandidate=function(e){return this.options.ecmaVersion>=5&&"ExpressionStatement"===e.type&&"Literal"===e.expression.type&&"string"==typeof e.expression.value&&('"'===this.input[e.start]||"'"===this.input[e.start])};var HN=kN.prototype;HN.toAssignable=function(e,t,n){if(this.options.ecmaVersion>=6&&e)switch(e.type){case"Identifier":this.inAsync&&"await"===e.name&&this.raise(e.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":e.type="ObjectPattern",n&&this.checkPatternErrors(n,!0);for(var r=0,i=e.properties;r<i.length;r+=1){var s=i[r];this.toAssignable(s,t),"RestElement"!==s.type||"ArrayPattern"!==s.argument.type&&"ObjectPattern"!==s.argument.type||this.raise(s.argument.start,"Unexpected token")}break;case"Property":"init"!==e.kind&&this.raise(e.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(e.value,t);break;case"ArrayExpression":e.type="ArrayPattern",n&&this.checkPatternErrors(n,!0),this.toAssignableList(e.elements,t);break;case"SpreadElement":e.type="RestElement",this.toAssignable(e.argument,t),"AssignmentPattern"===e.argument.type&&this.raise(e.argument.start,"Rest elements cannot have a default value");break;case"AssignmentExpression":"="!==e.operator&&this.raise(e.left.end,"Only '=' operator can be used for specifying default value."),e.type="AssignmentPattern",delete e.operator,this.toAssignable(e.left,t);break;case"ParenthesizedExpression":this.toAssignable(e.expression,t,n);break;case"ChainExpression":this.raiseRecoverable(e.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":if(!t)break;default:this.raise(e.start,"Assigning to rvalue")}else n&&this.checkPatternErrors(n,!0);return e},HN.toAssignableList=function(e,t){for(var n=e.length,r=0;r<n;r++){var i=e[r];i&&this.toAssignable(i,t)}if(n){var s=e[n-1];6===this.options.ecmaVersion&&t&&s&&"RestElement"===s.type&&"Identifier"!==s.argument.type&&this.unexpected(s.argument.start)}return e},HN.parseSpread=function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,"SpreadElement")},HN.parseRestBinding=function(){var e=this.startNode();return this.next(),6===this.options.ecmaVersion&&this.type!==oN.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,"RestElement")},HN.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case oN.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(oN.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case oN.braceL:return this.parseObj(!0)}return this.parseIdent()},HN.parseBindingList=function(e,t,n,r){for(var i=[],s=!0;!this.eat(e);)if(s?s=!1:this.expect(oN.comma),t&&this.type===oN.comma)i.push(null);else{if(n&&this.afterTrailingComma(e))break;if(this.type===oN.ellipsis){var a=this.parseRestBinding();this.parseBindingListItem(a),i.push(a),this.type===oN.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.expect(e);break}i.push(this.parseAssignableListItem(r))}return i},HN.parseAssignableListItem=function(e){var t=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(t),t},HN.parseBindingListItem=function(e){return e},HN.parseMaybeDefault=function(e,t,n){if(n=n||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(oN.eq))return n;var r=this.startNodeAt(e,t);return r.left=n,r.right=this.parseMaybeAssign(),this.finishNode(r,"AssignmentPattern")},HN.checkLValSimple=function(e,t,n){void 0===t&&(t=0);var r=0!==t;switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(r?"Binding ":"Assigning to ")+e.name+" in strict mode"),r&&(2===t&&"let"===e.name&&this.raiseRecoverable(e.start,"let is disallowed as a lexically bound name"),n&&(yN(n,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),n[e.name]=!0),5!==t&&this.declareName(e.name,t,e.start));break;case"ChainExpression":this.raiseRecoverable(e.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":r&&this.raiseRecoverable(e.start,"Binding member expression");break;case"ParenthesizedExpression":return r&&this.raiseRecoverable(e.start,"Binding parenthesized expression"),this.checkLValSimple(e.expression,t,n);default:this.raise(e.start,(r?"Binding":"Assigning to")+" rvalue")}},HN.checkLValPattern=function(e,t,n){switch(void 0===t&&(t=0),e.type){case"ObjectPattern":for(var r=0,i=e.properties;r<i.length;r+=1){var s=i[r];this.checkLValInnerPattern(s,t,n)}break;case"ArrayPattern":for(var a=0,o=e.elements;a<o.length;a+=1){var l=o[a];l&&this.checkLValInnerPattern(l,t,n)}break;default:this.checkLValSimple(e,t,n)}},HN.checkLValInnerPattern=function(e,t,n){switch(void 0===t&&(t=0),e.type){case"Property":this.checkLValInnerPattern(e.value,t,n);break;case"AssignmentPattern":this.checkLValPattern(e.left,t,n);break;case"RestElement":this.checkLValPattern(e.argument,t,n);break;default:this.checkLValPattern(e,t,n)}};var WN=function(e,t,n,r,i){this.token=e,this.isExpr=!!t,this.preserveSpace=!!n,this.override=r,this.generator=!!i},GN={b_stat:new WN("{",!1),b_expr:new WN("{",!0),b_tmpl:new WN("${",!1),p_stat:new WN("(",!1),p_expr:new WN("(",!0),q_tmpl:new WN("`",!0,!0,function(e){return e.tryReadTemplateToken()}),f_stat:new WN("function",!1),f_expr:new WN("function",!0),f_expr_gen:new WN("function",!0,!1,null,!0),f_gen:new WN("function",!1,!1,null,!0)},zN=kN.prototype;zN.initialContext=function(){return[GN.b_stat]},zN.curContext=function(){return this.context[this.context.length-1]},zN.braceIsBlock=function(e){var t=this.curContext();return t===GN.f_expr||t===GN.f_stat||(e!==oN.colon||t!==GN.b_stat&&t!==GN.b_expr?e===oN._return||e===oN.name&&this.exprAllowed?lN.test(this.input.slice(this.lastTokEnd,this.start)):e===oN._else||e===oN.semi||e===oN.eof||e===oN.parenR||e===oN.arrow||(e===oN.braceL?t===GN.b_stat:e!==oN._var&&e!==oN._const&&e!==oN.name&&!this.exprAllowed):!t.isExpr)},zN.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if("function"===t.token)return t.generator}return!1},zN.updateContext=function(e){var t,n=this.type;n.keyword&&e===oN.dot?this.exprAllowed=!1:(t=n.updateContext)?t.call(this,e):this.exprAllowed=n.beforeExpr},zN.overrideContext=function(e){this.curContext()!==e&&(this.context[this.context.length-1]=e)},oN.parenR.updateContext=oN.braceR.updateContext=function(){if(1===this.context.length)return this.exprAllowed=!0,void 0;var e=this.context.pop();e===GN.b_stat&&"function"===this.curContext().token&&(e=this.context.pop()),this.exprAllowed=!e.isExpr},oN.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?GN.b_stat:GN.b_expr),this.exprAllowed=!0},oN.dollarBraceL.updateContext=function(){this.context.push(GN.b_tmpl),this.exprAllowed=!0},oN.parenL.updateContext=function(e){var t=e===oN._if||e===oN._for||e===oN._with||e===oN._while;this.context.push(t?GN.p_stat:GN.p_expr),this.exprAllowed=!0},oN.incDec.updateContext=function(){},oN._function.updateContext=oN._class.updateContext=function(e){!e.beforeExpr||e===oN._else||e===oN.semi&&this.curContext()!==GN.p_stat||e===oN._return&&lN.test(this.input.slice(this.lastTokEnd,this.start))||(e===oN.colon||e===oN.braceL)&&this.curContext()===GN.b_stat?this.context.push(GN.f_stat):this.context.push(GN.f_expr),this.exprAllowed=!1},oN.colon.updateContext=function(){"function"===this.curContext().token&&this.context.pop(),this.exprAllowed=!0},oN.backQuote.updateContext=function(){this.curContext()===GN.q_tmpl?this.context.pop():this.context.push(GN.q_tmpl),this.exprAllowed=!1},oN.star.updateContext=function(e){if(e===oN._function){var t=this.context.length-1;this.context[t]===GN.f_expr?this.context[t]=GN.f_expr_gen:this.context[t]=GN.f_gen}this.exprAllowed=!0},oN.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==oN.dot&&("of"===this.value&&!this.exprAllowed||"yield"===this.value&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var YN=kN.prototype;function KN(e){return"MemberExpression"===e.type&&"PrivateIdentifier"===e.property.type||"ChainExpression"===e.type&&KN(e.expression)}YN.checkPropClash=function(e,t,n){if(!(this.options.ecmaVersion>=9&&"SpreadElement"===e.type||this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var r,i=e.key;switch(i.type){case"Identifier":r=i.name;break;case"Literal":r=String(i.value);break;default:return}var s=e.kind;if(this.options.ecmaVersion>=6)return"__proto__"===r&&"init"===s&&(t.proto&&(n?n.doubleProto<0&&(n.doubleProto=i.start):this.raiseRecoverable(i.start,"Redefinition of __proto__ property")),t.proto=!0),void 0;var a=t[r="$"+r];if(a)("init"===s?this.strict&&a.init||a.get||a.set:a.init||a[s])&&this.raiseRecoverable(i.start,"Redefinition of property");else a=t[r]={init:!1,get:!1,set:!1};a[s]=!0}},YN.parseExpression=function(e,t){var n=this.start,r=this.startLoc,i=this.parseMaybeAssign(e,t);if(this.type===oN.comma){var s=this.startNodeAt(n,r);for(s.expressions=[i];this.eat(oN.comma);)s.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(s,"SequenceExpression")}return i},YN.parseMaybeAssign=function(e,t,n){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var r=!1,i=-1,s=-1,a=-1;t?(i=t.parenthesizedAssign,s=t.trailingComma,a=t.doubleProto,t.parenthesizedAssign=t.trailingComma=-1):(t=new RN,r=!0);var o=this.start,l=this.startLoc;this.type!==oN.parenL&&this.type!==oN.name||(this.potentialArrowAt=this.start,this.potentialArrowInForAwait="await"===e);var c=this.parseMaybeConditional(e,t);if(n&&(c=n.call(this,c,o,l)),this.type.isAssign){var u=this.startNodeAt(o,l);return u.operator=this.value,this.type===oN.eq&&(c=this.toAssignable(c,!1,t)),r||(t.parenthesizedAssign=t.trailingComma=t.doubleProto=-1),t.shorthandAssign>=c.start&&(t.shorthandAssign=-1),this.type===oN.eq?this.checkLValPattern(c):this.checkLValSimple(c),u.left=c,this.next(),u.right=this.parseMaybeAssign(e),a>-1&&(t.doubleProto=a),this.finishNode(u,"AssignmentExpression")}return r&&this.checkExpressionErrors(t,!0),i>-1&&(t.parenthesizedAssign=i),s>-1&&(t.trailingComma=s),c},YN.parseMaybeConditional=function(e,t){var n=this.start,r=this.startLoc,i=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return i;if(this.eat(oN.question)){var s=this.startNodeAt(n,r);return s.test=i,s.consequent=this.parseMaybeAssign(),this.expect(oN.colon),s.alternate=this.parseMaybeAssign(e),this.finishNode(s,"ConditionalExpression")}return i},YN.parseExprOps=function(e,t){var n=this.start,r=this.startLoc,i=this.parseMaybeUnary(t,!1,!1,e);return this.checkExpressionErrors(t)||i.start===n&&"ArrowFunctionExpression"===i.type?i:this.parseExprOp(i,n,r,-1,e)},YN.parseExprOp=function(e,t,n,r,i){var s=this.type.binop;if(null!=s&&(!i||this.type!==oN._in)&&s>r){var a=this.type===oN.logicalOR||this.type===oN.logicalAND,o=this.type===oN.coalesce;o&&(s=oN.logicalAND.binop);var l=this.value;this.next();var c=this.start,u=this.startLoc,p=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,i),c,u,s,i),d=this.buildBinary(t,n,e,p,l,a||o);return(a&&this.type===oN.coalesce||o&&(this.type===oN.logicalOR||this.type===oN.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(d,t,n,r,i)}return e},YN.buildBinary=function(e,t,n,r,i,s){"PrivateIdentifier"===r.type&&this.raise(r.start,"Private identifier can only be left side of binary expression");var a=this.startNodeAt(e,t);return a.left=n,a.operator=i,a.right=r,this.finishNode(a,s?"LogicalExpression":"BinaryExpression")},YN.parseMaybeUnary=function(e,t,n,r){var i,s=this.start,a=this.startLoc;if(this.isContextual("await")&&this.canAwait)i=this.parseAwait(r),t=!0;else if(this.type.prefix){var o=this.startNode(),l=this.type===oN.incDec;o.operator=this.value,o.prefix=!0,this.next(),o.argument=this.parseMaybeUnary(null,!0,l,r),this.checkExpressionErrors(e,!0),l?this.checkLValSimple(o.argument):this.strict&&"delete"===o.operator&&"Identifier"===o.argument.type?this.raiseRecoverable(o.start,"Deleting local variable in strict mode"):"delete"===o.operator&&KN(o.argument)?this.raiseRecoverable(o.start,"Private fields can not be deleted"):t=!0,i=this.finishNode(o,l?"UpdateExpression":"UnaryExpression")}else if(t||this.type!==oN.privateId){if(i=this.parseExprSubscripts(e,r),this.checkExpressionErrors(e))return i;for(;this.type.postfix&&!this.canInsertSemicolon();){var c=this.startNodeAt(s,a);c.operator=this.value,c.prefix=!1,c.argument=i,this.checkLValSimple(i),this.next(),i=this.finishNode(c,"UpdateExpression")}}else(r||0===this.privateNameStack.length)&&this.options.checkPrivateFields&&this.unexpected(),i=this.parsePrivateIdent(),this.type!==oN._in&&this.unexpected();return n||!this.eat(oN.starstar)?i:t?(this.unexpected(this.lastTokStart),void 0):this.buildBinary(s,a,i,this.parseMaybeUnary(null,!1,!1,r),"**",!1)},YN.parseExprSubscripts=function(e,t){var n=this.start,r=this.startLoc,i=this.parseExprAtom(e,t);if("ArrowFunctionExpression"===i.type&&")"!==this.input.slice(this.lastTokStart,this.lastTokEnd))return i;var s=this.parseSubscripts(i,n,r,!1,t);return e&&"MemberExpression"===s.type&&(e.parenthesizedAssign>=s.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=s.start&&(e.parenthesizedBind=-1),e.trailingComma>=s.start&&(e.trailingComma=-1)),s},YN.parseSubscripts=function(e,t,n,r,i){for(var s=this.options.ecmaVersion>=8&&"Identifier"===e.type&&"async"===e.name&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&e.end-e.start===5&&this.potentialArrowAt===e.start,a=!1;;){var o=this.parseSubscript(e,t,n,r,s,a,i);if(o.optional&&(a=!0),o===e||"ArrowFunctionExpression"===o.type){if(a){var l=this.startNodeAt(t,n);l.expression=o,o=this.finishNode(l,"ChainExpression")}return o}e=o}},YN.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(oN.arrow)},YN.parseSubscriptAsyncArrow=function(e,t,n,r){return this.parseArrowExpression(this.startNodeAt(e,t),n,!0,r)},YN.parseSubscript=function(e,t,n,r,i,s,a){var o=this.options.ecmaVersion>=11,l=o&&this.eat(oN.questionDot);r&&l&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var c=this.eat(oN.bracketL);if(c||l&&this.type!==oN.parenL&&this.type!==oN.backQuote||this.eat(oN.dot)){var u=this.startNodeAt(t,n);u.object=e,c?(u.property=this.parseExpression(),this.expect(oN.bracketR)):this.type===oN.privateId&&"Super"!==e.type?u.property=this.parsePrivateIdent():u.property=this.parseIdent("never"!==this.options.allowReserved),u.computed=!!c,o&&(u.optional=l),e=this.finishNode(u,"MemberExpression")}else if(!r&&this.eat(oN.parenL)){var p=new RN,d=this.yieldPos,h=this.awaitPos,f=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var m=this.parseExprList(oN.parenR,this.options.ecmaVersion>=8,!1,p);if(i&&!l&&this.shouldParseAsyncArrow())return this.checkPatternErrors(p,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=d,this.awaitPos=h,this.awaitIdentPos=f,this.parseSubscriptAsyncArrow(t,n,m,a);this.checkExpressionErrors(p,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=h||this.awaitPos,this.awaitIdentPos=f||this.awaitIdentPos;var g=this.startNodeAt(t,n);g.callee=e,g.arguments=m,o&&(g.optional=l),e=this.finishNode(g,"CallExpression")}else if(this.type===oN.backQuote){(l||s)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var y=this.startNodeAt(t,n);y.tag=e,y.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(y,"TaggedTemplateExpression")}return e},YN.parseExprAtom=function(e,t,n){this.type===oN.slash&&this.readRegexp();var r,i=this.potentialArrowAt===this.start;switch(this.type){case oN._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),r=this.startNode(),this.next(),this.type!==oN.parenL||this.allowDirectSuper||this.raise(r.start,"super() call outside constructor of a subclass"),this.type!==oN.dot&&this.type!==oN.bracketL&&this.type!==oN.parenL&&this.unexpected(),this.finishNode(r,"Super");case oN._this:return r=this.startNode(),this.next(),this.finishNode(r,"ThisExpression");case oN.name:var s=this.start,a=this.startLoc,o=this.containsEsc,l=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!o&&"async"===l.name&&!this.canInsertSemicolon()&&this.eat(oN._function))return this.overrideContext(GN.f_expr),this.parseFunction(this.startNodeAt(s,a),0,!1,!0,t);if(i&&!this.canInsertSemicolon()){if(this.eat(oN.arrow))return this.parseArrowExpression(this.startNodeAt(s,a),[l],!1,t);if(this.options.ecmaVersion>=8&&"async"===l.name&&this.type===oN.name&&!o&&(!this.potentialArrowInForAwait||"of"!==this.value||this.containsEsc))return l=this.parseIdent(!1),!this.canInsertSemicolon()&&this.eat(oN.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(s,a),[l],!0,t)}return l;case oN.regexp:var c=this.value;return(r=this.parseLiteral(c.value)).regex={pattern:c.pattern,flags:c.flags},r;case oN.num:case oN.string:return this.parseLiteral(this.value);case oN._null:case oN._true:case oN._false:return(r=this.startNode()).value=this.type===oN._null?null:this.type===oN._true,r.raw=this.type.keyword,this.next(),this.finishNode(r,"Literal");case oN.parenL:var u=this.start,p=this.parseParenAndDistinguishExpression(i,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(p)&&(e.parenthesizedAssign=u),e.parenthesizedBind<0&&(e.parenthesizedBind=u)),p;case oN.bracketL:return r=this.startNode(),this.next(),r.elements=this.parseExprList(oN.bracketR,!0,!0,e),this.finishNode(r,"ArrayExpression");case oN.braceL:return this.overrideContext(GN.b_expr),this.parseObj(!1,e);case oN._function:return r=this.startNode(),this.next(),this.parseFunction(r,0);case oN._class:return this.parseClass(this.startNode(),!1);case oN._new:return this.parseNew();case oN.backQuote:return this.parseTemplate();case oN._import:return this.options.ecmaVersion>=11?this.parseExprImport(n):this.unexpected();default:return this.parseExprAtomDefault()}},YN.parseExprAtomDefault=function(){this.unexpected()},YN.parseExprImport=function(e){var t=this.startNode();if(this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import"),this.next(),this.type===oN.parenL&&!e)return this.parseDynamicImport(t);if(this.type===oN.dot){var n=this.startNodeAt(t.start,t.loc&&t.loc.start);return n.name="import",t.meta=this.finishNode(n,"Identifier"),this.parseImportMeta(t)}this.unexpected()},YN.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(oN.parenR)){var t=this.start;this.eat(oN.comma)&&this.eat(oN.parenR)?this.raiseRecoverable(t,"Trailing comma is not allowed in import()"):this.unexpected(t)}return this.finishNode(e,"ImportExpression")},YN.parseImportMeta=function(e){this.next();var t=this.containsEsc;return e.property=this.parseIdent(!0),"meta"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for import is 'import.meta'"),t&&this.raiseRecoverable(e.start,"'import.meta' must not contain escaped characters"),"module"===this.options.sourceType||this.options.allowImportExportEverywhere||this.raiseRecoverable(e.start,"Cannot use 'import.meta' outside a module"),this.finishNode(e,"MetaProperty")},YN.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),110===t.raw.charCodeAt(t.raw.length-1)&&(t.bigint=t.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(t,"Literal")},YN.parseParenExpression=function(){this.expect(oN.parenL);var e=this.parseExpression();return this.expect(oN.parenR),e},YN.shouldParseArrow=function(e){return!this.canInsertSemicolon()},YN.parseParenAndDistinguishExpression=function(e,t){var n,r=this.start,i=this.startLoc,s=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var a,o=this.start,l=this.startLoc,c=[],u=!0,p=!1,d=new RN,h=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==oN.parenR;){if(u?u=!1:this.expect(oN.comma),s&&this.afterTrailingComma(oN.parenR,!0)){p=!0;break}if(this.type===oN.ellipsis){a=this.start,c.push(this.parseParenItem(this.parseRestBinding())),this.type===oN.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element");break}c.push(this.parseMaybeAssign(!1,d,this.parseParenItem))}var m=this.lastTokEnd,g=this.lastTokEndLoc;if(this.expect(oN.parenR),e&&this.shouldParseArrow(c)&&this.eat(oN.arrow))return this.checkPatternErrors(d,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=h,this.awaitPos=f,this.parseParenArrowList(r,i,c,t);c.length&&!p||this.unexpected(this.lastTokStart),a&&this.unexpected(a),this.checkExpressionErrors(d,!0),this.yieldPos=h||this.yieldPos,this.awaitPos=f||this.awaitPos,c.length>1?((n=this.startNodeAt(o,l)).expressions=c,this.finishNodeAt(n,"SequenceExpression",m,g)):n=c[0]}else n=this.parseParenExpression();if(this.options.preserveParens){var y=this.startNodeAt(r,i);return y.expression=n,this.finishNode(y,"ParenthesizedExpression")}return n},YN.parseParenItem=function(e){return e},YN.parseParenArrowList=function(e,t,n,r){return this.parseArrowExpression(this.startNodeAt(e,t),n,!1,r)};var JN=[];YN.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var e=this.startNode();if(this.next(),this.options.ecmaVersion>=6&&this.type===oN.dot){var t=this.startNodeAt(e.start,e.loc&&e.loc.start);t.name="new",e.meta=this.finishNode(t,"Identifier"),this.next();var n=this.containsEsc;return e.property=this.parseIdent(!0),"target"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is 'new.target'"),n&&this.raiseRecoverable(e.start,"'new.target' must not contain escaped characters"),this.allowNewDotTarget||this.raiseRecoverable(e.start,"'new.target' can only be used in functions and class static block"),this.finishNode(e,"MetaProperty")}var r=this.start,i=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),r,i,!0,!1),this.eat(oN.parenL)?e.arguments=this.parseExprList(oN.parenR,this.options.ecmaVersion>=8,!1):e.arguments=JN,this.finishNode(e,"NewExpression")},YN.parseTemplateElement=function(e){var t=e.isTagged,n=this.startNode();return this.type===oN.invalidTemplate?(t||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),n.value={raw:this.value,cooked:null}):n.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),n.tail=this.type===oN.backQuote,this.finishNode(n,"TemplateElement")},YN.parseTemplate=function(e){void 0===e&&(e={});var t=e.isTagged;void 0===t&&(t=!1);var n=this.startNode();this.next(),n.expressions=[];var r=this.parseTemplateElement({isTagged:t});for(n.quasis=[r];!r.tail;)this.type===oN.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(oN.dollarBraceL),n.expressions.push(this.parseExpression()),this.expect(oN.braceR),n.quasis.push(r=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(n,"TemplateLiteral")},YN.isAsyncProp=function(e){return!e.computed&&"Identifier"===e.key.type&&"async"===e.key.name&&(this.type===oN.name||this.type===oN.num||this.type===oN.string||this.type===oN.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===oN.star)&&!lN.test(this.input.slice(this.lastTokEnd,this.start))},YN.parseObj=function(e,t){var n=this.startNode(),r=!0,i={};for(n.properties=[],this.next();!this.eat(oN.braceR);){if(r)r=!1;else if(this.expect(oN.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(oN.braceR))break;var s=this.parseProperty(e,t);e||this.checkPropClash(s,i,t),n.properties.push(s)}return this.finishNode(n,e?"ObjectPattern":"ObjectExpression")},YN.parseProperty=function(e,t){var n,r,i,s,a=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(oN.ellipsis))return e?(a.argument=this.parseIdent(!1),this.type===oN.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.finishNode(a,"RestElement")):(a.argument=this.parseMaybeAssign(!1,t),this.type===oN.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(a,"SpreadElement"));this.options.ecmaVersion>=6&&(a.method=!1,a.shorthand=!1,(e||t)&&(i=this.start,s=this.startLoc),e||(n=this.eat(oN.star)));var o=this.containsEsc;return this.parsePropertyName(a),!e&&!o&&this.options.ecmaVersion>=8&&!n&&this.isAsyncProp(a)?(r=!0,n=this.options.ecmaVersion>=9&&this.eat(oN.star),this.parsePropertyName(a)):r=!1,this.parsePropertyValue(a,e,n,r,i,s,t,o),this.finishNode(a,"Property")},YN.parseGetterSetter=function(e){e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var t="get"===e.kind?0:1;if(e.value.params.length!==t){var n=e.value.start;"get"===e.kind?this.raiseRecoverable(n,"getter should have no params"):this.raiseRecoverable(n,"setter should have exactly one param")}else"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")},YN.parsePropertyValue=function(e,t,n,r,i,s,a,o){(n||r)&&this.type===oN.colon&&this.unexpected(),this.eat(oN.colon)?(e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,a),e.kind="init"):this.options.ecmaVersion>=6&&this.type===oN.parenL?(t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(n,r)):t||o||!(this.options.ecmaVersion>=5)||e.computed||"Identifier"!==e.key.type||"get"!==e.key.name&&"set"!==e.key.name||this.type===oN.comma||this.type===oN.braceR||this.type===oN.eq?this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((n||r)&&this.unexpected(),this.checkUnreserved(e.key),"await"!==e.key.name||this.awaitIdentPos||(this.awaitIdentPos=i),e.kind="init",t?e.value=this.parseMaybeDefault(i,s,this.copyNode(e.key)):this.type===oN.eq&&a?(a.shorthandAssign<0&&(a.shorthandAssign=this.start),e.value=this.parseMaybeDefault(i,s,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.shorthand=!0):this.unexpected():((n||r)&&this.unexpected(),this.parseGetterSetter(e))},YN.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(oN.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(oN.bracketR),e.key;e.computed=!1}return e.key=this.type===oN.num||this.type===oN.string?this.parseExprAtom():this.parseIdent("never"!==this.options.allowReserved)},YN.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},YN.parseMethod=function(e,t,n){var r=this.startNode(),i=this.yieldPos,s=this.awaitPos,a=this.awaitIdentPos;return this.initFunction(r),this.options.ecmaVersion>=6&&(r.generator=e),this.options.ecmaVersion>=8&&(r.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(64|ON(t,r.generator)|(n?128:0)),this.expect(oN.parenL),r.params=this.parseBindingList(oN.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(r,!1,!0,!1),this.yieldPos=i,this.awaitPos=s,this.awaitIdentPos=a,this.finishNode(r,"FunctionExpression")},YN.parseArrowExpression=function(e,t,n,r){var i=this.yieldPos,s=this.awaitPos,a=this.awaitIdentPos;return this.enterScope(16|ON(n,!1)),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!n),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1,r),this.yieldPos=i,this.awaitPos=s,this.awaitIdentPos=a,this.finishNode(e,"ArrowFunctionExpression")},YN.parseFunctionBody=function(e,t,n,r){var i=t&&this.type!==oN.braceL,s=this.strict,a=!1;if(i)e.body=this.parseMaybeAssign(r),e.expression=!0,this.checkParams(e,!1);else{var o=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);s&&!o||(a=this.strictDirective(this.end))&&o&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list");var l=this.labels;this.labels=[],a&&(this.strict=!0),this.checkParams(e,!s&&!a&&!t&&!n&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,5),e.body=this.parseBlock(!1,void 0,a&&!s),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=l}this.exitScope()},YN.isSimpleParamList=function(e){for(var t=0,n=e;t<n.length;t+=1){if("Identifier"!==n[t].type)return!1}return!0},YN.checkParams=function(e,t){for(var n=Object.create(null),r=0,i=e.params;r<i.length;r+=1){var s=i[r];this.checkLValInnerPattern(s,1,t?null:n)}},YN.parseExprList=function(e,t,n,r){for(var i=[],s=!0;!this.eat(e);){if(s)s=!1;else if(this.expect(oN.comma),t&&this.afterTrailingComma(e))break;var a=void 0;n&&this.type===oN.comma?a=null:this.type===oN.ellipsis?(a=this.parseSpread(r),r&&this.type===oN.comma&&r.trailingComma<0&&(r.trailingComma=this.start)):a=this.parseMaybeAssign(!1,r),i.push(a)}return i},YN.checkUnreserved=function(e){var t=e.start,n=e.end,r=e.name;(this.inGenerator&&"yield"===r&&this.raiseRecoverable(t,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&"await"===r&&this.raiseRecoverable(t,"Cannot use 'await' as identifier inside an async function"),this.currentThisScope().inClassFieldInit&&"arguments"===r&&this.raiseRecoverable(t,"Cannot use 'arguments' in class field initializer"),!this.inClassStaticBlock||"arguments"!==r&&"await"!==r||this.raise(t,"Cannot use "+r+" in class static initialization block"),this.keywords.test(r)&&this.raise(t,"Unexpected keyword '"+r+"'"),this.options.ecmaVersion<6&&-1!==this.input.slice(t,n).indexOf("\\"))||(this.strict?this.reservedWordsStrict:this.reservedWords).test(r)&&(this.inAsync||"await"!==r||this.raiseRecoverable(t,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(t,"The keyword '"+r+"' is reserved"))},YN.parseIdent=function(e){var t=this.parseIdentNode();return this.next(!!e),this.finishNode(t,"Identifier"),e||(this.checkUnreserved(t),"await"!==t.name||this.awaitIdentPos||(this.awaitIdentPos=t.start)),t},YN.parseIdentNode=function(){var e=this.startNode();return this.type===oN.name?e.name=this.value:this.type.keyword?(e.name=this.type.keyword,"class"!==e.name&&"function"!==e.name||this.lastTokEnd===this.lastTokStart+1&&46===this.input.charCodeAt(this.lastTokStart)||this.context.pop(),this.type=oN.name):this.unexpected(),e},YN.parsePrivateIdent=function(){var e=this.startNode();return this.type===oN.privateId?e.name=this.value:this.unexpected(),this.next(),this.finishNode(e,"PrivateIdentifier"),this.options.checkPrivateFields&&(0===this.privateNameStack.length?this.raise(e.start,"Private field '#"+e.name+"' must be declared in an enclosing class"):this.privateNameStack[this.privateNameStack.length-1].used.push(e)),e},YN.parseYield=function(e){this.yieldPos||(this.yieldPos=this.start);var t=this.startNode();return this.next(),this.type===oN.semi||this.canInsertSemicolon()||this.type!==oN.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(oN.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,"YieldExpression")},YN.parseAwait=function(e){this.awaitPos||(this.awaitPos=this.start);var t=this.startNode();return this.next(),t.argument=this.parseMaybeUnary(null,!0,!1,e),this.finishNode(t,"AwaitExpression")};var XN=kN.prototype;XN.raise=function(e,t){var n=_N(this.input,e);t+=" ("+n.line+":"+n.column+")";var r=new SyntaxError(t);throw r.pos=e,r.loc=n,r.raisedAt=this.pos,r},XN.raiseRecoverable=XN.raise,XN.curPosition=function(){if(this.options.locations)return new SN(this.curLine,this.pos-this.lineStart)};var QN=kN.prototype,ZN=function(e){this.flags=e,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};QN.enterScope=function(e){this.scopeStack.push(new ZN(e))},QN.exitScope=function(){this.scopeStack.pop()},QN.treatFunctionsAsVarInScope=function(e){return 2&e.flags||!this.inModule&&1&e.flags},QN.declareName=function(e,t,n){var r=!1;if(2===t){var i=this.currentScope();r=i.lexical.indexOf(e)>-1||i.functions.indexOf(e)>-1||i.var.indexOf(e)>-1,i.lexical.push(e),this.inModule&&1&i.flags&&delete this.undefinedExports[e]}else if(4===t){this.currentScope().lexical.push(e)}else if(3===t){var s=this.currentScope();r=this.treatFunctionsAsVar?s.lexical.indexOf(e)>-1:s.lexical.indexOf(e)>-1||s.var.indexOf(e)>-1,s.functions.push(e)}else for(var a=this.scopeStack.length-1;a>=0;--a){var o=this.scopeStack[a];if(o.lexical.indexOf(e)>-1&&!(32&o.flags&&o.lexical[0]===e)||!this.treatFunctionsAsVarInScope(o)&&o.functions.indexOf(e)>-1){r=!0;break}if(o.var.push(e),this.inModule&&1&o.flags&&delete this.undefinedExports[e],259&o.flags)break}r&&this.raiseRecoverable(n,"Identifier '"+e+"' has already been declared")},QN.checkLocalExport=function(e){-1===this.scopeStack[0].lexical.indexOf(e.name)&&-1===this.scopeStack[0].var.indexOf(e.name)&&(this.undefinedExports[e.name]=e)},QN.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},QN.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(259&t.flags)return t}},QN.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(259&t.flags&&!(16&t.flags))return t}};var eD=function(e,t,n){this.type="",this.start=t,this.end=0,e.options.locations&&(this.loc=new xN(e,n)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])},tD=kN.prototype;function nD(e,t,n,r){return e.type=t,e.end=n,this.options.locations&&(e.loc.end=r),this.options.ranges&&(e.range[1]=n),e}tD.startNode=function(){return new eD(this,this.start,this.startLoc)},tD.startNodeAt=function(e,t){return new eD(this,e,t)},tD.finishNode=function(e,t){return nD.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},tD.finishNodeAt=function(e,t,n,r){return nD.call(this,e,t,n,r)},tD.copyNode=function(e){var t=new eD(this,e.start,this.startLoc);for(var n in e)t[n]=e[n];return t};var rD="ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS",iD=rD+" Extended_Pictographic",sD=iD+" EBase EComp EMod EPres ExtPict",aD={9:rD,10:iD,11:iD,12:sD,13:sD,14:sD},oD={9:"",10:"",11:"",12:"",13:"",14:"Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji"},lD="Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu",cD="Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb",uD=cD+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",pD=uD+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",dD=pD+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",hD=dD+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",fD={9:cD,10:uD,11:pD,12:dD,13:hD,14:hD+" Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz"},mD={};function gD(e){var t=mD[e]={binary:EN(aD[e]+" "+lD),binaryOfStrings:EN(oD[e]),nonBinary:{General_Category:EN(lD),Script:EN(fD[e])}};t.nonBinary.Script_Extensions=t.nonBinary.Script,t.nonBinary.gc=t.nonBinary.General_Category,t.nonBinary.sc=t.nonBinary.Script,t.nonBinary.scx=t.nonBinary.Script_Extensions}for(var yD=0,bD=[9,10,11,12,13,14];yD<bD.length;yD+=1){gD(bD[yD])}var vD=kN.prototype,ED=function(e){this.parser=e,this.validFlags="gim"+(e.options.ecmaVersion>=6?"uy":"")+(e.options.ecmaVersion>=9?"s":"")+(e.options.ecmaVersion>=13?"d":"")+(e.options.ecmaVersion>=15?"v":""),this.unicodeProperties=mD[e.options.ecmaVersion>=14?14:e.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchV=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};function wD(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function TD(e){return e>=65&&e<=90||e>=97&&e<=122}ED.prototype.reset=function(e,t,n){var r=-1!==n.indexOf("v"),i=-1!==n.indexOf("u");this.start=0|e,this.source=t+"",this.flags=n,r&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=i&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=i&&this.parser.options.ecmaVersion>=9)},ED.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+e)},ED.prototype.at=function(e,t){void 0===t&&(t=!1);var n=this.source,r=n.length;if(e>=r)return-1;var i=n.charCodeAt(e);if(!t&&!this.switchU||i<=55295||i>=57344||e+1>=r)return i;var s=n.charCodeAt(e+1);return s>=56320&&s<=57343?(i<<10)+s-56613888:i},ED.prototype.nextIndex=function(e,t){void 0===t&&(t=!1);var n=this.source,r=n.length;if(e>=r)return r;var i,s=n.charCodeAt(e);return!t&&!this.switchU||s<=55295||s>=57344||e+1>=r||(i=n.charCodeAt(e+1))<56320||i>57343?e+1:e+2},ED.prototype.current=function(e){return void 0===e&&(e=!1),this.at(this.pos,e)},ED.prototype.lookahead=function(e){return void 0===e&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},ED.prototype.advance=function(e){void 0===e&&(e=!1),this.pos=this.nextIndex(this.pos,e)},ED.prototype.eat=function(e,t){return void 0===t&&(t=!1),this.current(t)===e&&(this.advance(t),!0)},ED.prototype.eatChars=function(e,t){void 0===t&&(t=!1);for(var n=this.pos,r=0,i=e;r<i.length;r+=1){var s=i[r],a=this.at(n,t);if(-1===a||a!==s)return!1;n=this.nextIndex(n,t)}return this.pos=n,!0},vD.validateRegExpFlags=function(e){for(var t=e.validFlags,n=e.flags,r=!1,i=!1,s=0;s<n.length;s++){var a=n.charAt(s);-1===t.indexOf(a)&&this.raise(e.start,"Invalid regular expression flag"),n.indexOf(a,s+1)>-1&&this.raise(e.start,"Duplicate regular expression flag"),"u"===a&&(r=!0),"v"===a&&(i=!0)}this.options.ecmaVersion>=15&&r&&i&&this.raise(e.start,"Invalid regular expression flag")},vD.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},vD.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue="",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise("Unmatched ')'"),(e.eat(93)||e.eat(125))&&e.raise("Lone quantifier brackets")),e.maxBackReference>e.numCapturingParens&&e.raise("Invalid escape");for(var t=0,n=e.backReferenceNames;t<n.length;t+=1){var r=n[t];-1===e.groupNames.indexOf(r)&&e.raise("Invalid named capture referenced")}},vD.regexp_disjunction=function(e){for(this.regexp_alternative(e);e.eat(124);)this.regexp_alternative(e);this.regexp_eatQuantifier(e,!0)&&e.raise("Nothing to repeat"),e.eat(123)&&e.raise("Lone quantifier brackets")},vD.regexp_alternative=function(e){for(;e.pos<e.source.length&&this.regexp_eatTerm(e););},vD.regexp_eatTerm=function(e){return this.regexp_eatAssertion(e)?(e.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(e)&&e.switchU&&e.raise("Invalid quantifier"),!0):!!(e.switchU?this.regexp_eatAtom(e):this.regexp_eatExtendedAtom(e))&&(this.regexp_eatQuantifier(e),!0)},vD.regexp_eatAssertion=function(e){var t=e.pos;if(e.lastAssertionIsQuantifiable=!1,e.eat(94)||e.eat(36))return!0;if(e.eat(92)){if(e.eat(66)||e.eat(98))return!0;e.pos=t}if(e.eat(40)&&e.eat(63)){var n=!1;if(this.options.ecmaVersion>=9&&(n=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise("Unterminated group"),e.lastAssertionIsQuantifiable=!n,!0}return e.pos=t,!1},vD.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},vD.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},vD.regexp_eatBracedQuantifier=function(e,t){var n=e.pos;if(e.eat(123)){var r=0,i=-1;if(this.regexp_eatDecimalDigits(e)&&(r=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(i=e.lastIntValue),e.eat(125)))return-1!==i&&i<r&&!t&&e.raise("numbers out of order in {} quantifier"),!0;e.switchU&&!t&&e.raise("Incomplete quantifier"),e.pos=n}return!1},vD.regexp_eatAtom=function(e){return this.regexp_eatPatternCharacters(e)||e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)},vD.regexp_eatReverseSolidusAtomEscape=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatAtomEscape(e))return!0;e.pos=t}return!1},vD.regexp_eatUncapturingGroup=function(e){var t=e.pos;if(e.eat(40)){if(e.eat(63)&&e.eat(58)){if(this.regexp_disjunction(e),e.eat(41))return!0;e.raise("Unterminated group")}e.pos=t}return!1},vD.regexp_eatCapturingGroup=function(e){if(e.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(e):63===e.current()&&e.raise("Invalid group"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise("Unterminated group")}return!1},vD.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)},vD.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1},vD.regexp_eatSyntaxCharacter=function(e){var t=e.current();return!!wD(t)&&(e.lastIntValue=t,e.advance(),!0)},vD.regexp_eatPatternCharacters=function(e){for(var t=e.pos,n=0;-1!==(n=e.current())&&!wD(n);)e.advance();return e.pos!==t},vD.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return!(-1===t||36===t||t>=40&&t<=43||46===t||63===t||91===t||94===t||124===t)&&(e.advance(),!0)},vD.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e))return-1!==e.groupNames.indexOf(e.lastStringValue)&&e.raise("Duplicate capture group name"),e.groupNames.push(e.lastStringValue),void 0;e.raise("Invalid group")}},vD.regexp_eatGroupName=function(e){if(e.lastStringValue="",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise("Invalid capture group name")}return!1},vD.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=wN(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=wN(e.lastIntValue);return!0}return!1},vD.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,n=this.options.ecmaVersion>=11,r=e.current(n);return e.advance(n),92===r&&this.regexp_eatRegExpUnicodeEscapeSequence(e,n)&&(r=e.lastIntValue),function(e){return Zk(e,!0)||36===e||95===e}(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)},vD.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,n=this.options.ecmaVersion>=11,r=e.current(n);return e.advance(n),92===r&&this.regexp_eatRegExpUnicodeEscapeSequence(e,n)&&(r=e.lastIntValue),function(e){return eN(e,!0)||36===e||95===e||8204===e||8205===e}(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)},vD.regexp_eatAtomEscape=function(e){return!!(this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e))||(e.switchU&&(99===e.current()&&e.raise("Invalid unicode escape"),e.raise("Invalid escape")),!1)},vD.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var n=e.lastIntValue;if(e.switchU)return n>e.maxBackReference&&(e.maxBackReference=n),!0;if(n<=e.numCapturingParens)return!0;e.pos=t}return!1},vD.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise("Invalid named reference")}return!1},vD.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e,!1)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)},vD.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},vD.regexp_eatZero=function(e){return 48===e.current()&&!_D(e.lookahead())&&(e.lastIntValue=0,e.advance(),!0)},vD.regexp_eatControlEscape=function(e){var t=e.current();return 116===t?(e.lastIntValue=9,e.advance(),!0):110===t?(e.lastIntValue=10,e.advance(),!0):118===t?(e.lastIntValue=11,e.advance(),!0):102===t?(e.lastIntValue=12,e.advance(),!0):114===t&&(e.lastIntValue=13,e.advance(),!0)},vD.regexp_eatControlLetter=function(e){var t=e.current();return!!TD(t)&&(e.lastIntValue=t%32,e.advance(),!0)},vD.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){void 0===t&&(t=!1);var n,r=e.pos,i=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var s=e.lastIntValue;if(i&&s>=55296&&s<=56319){var a=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var o=e.lastIntValue;if(o>=56320&&o<=57343)return e.lastIntValue=1024*(s-55296)+(o-56320)+65536,!0}e.pos=a,e.lastIntValue=s}return!0}if(i&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&((n=e.lastIntValue)>=0&&n<=1114111))return!0;i&&e.raise("Invalid unicode escape"),e.pos=r}return!1},vD.regexp_eatIdentityEscape=function(e){if(e.switchU)return!!this.regexp_eatSyntaxCharacter(e)||!!e.eat(47)&&(e.lastIntValue=47,!0);var t=e.current();return!(99===t||e.switchN&&107===t)&&(e.lastIntValue=t,e.advance(),!0)},vD.regexp_eatDecimalEscape=function(e){e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do{e.lastIntValue=10*e.lastIntValue+(t-48),e.advance()}while((t=e.current())>=48&&t<=57);return!0}return!1};function SD(e){return TD(e)||95===e}function xD(e){return SD(e)||_D(e)}function _D(e){return e>=48&&e<=57}function AD(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function CD(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}function PD(e){return e>=48&&e<=55}vD.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(function(e){return 100===e||68===e||115===e||83===e||119===e||87===e}(t))return e.lastIntValue=-1,e.advance(),1;var n=!1;if(e.switchU&&this.options.ecmaVersion>=9&&((n=80===t)||112===t)){var r;if(e.lastIntValue=-1,e.advance(),e.eat(123)&&(r=this.regexp_eatUnicodePropertyValueExpression(e))&&e.eat(125))return n&&2===r&&e.raise("Invalid property name"),r;e.raise("Invalid property name")}return 0},vD.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var n=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var r=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,n,r),1}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var i=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,i)}return 0},vD.regexp_validateUnicodePropertyNameAndValue=function(e,t,n){yN(e.unicodeProperties.nonBinary,t)||e.raise("Invalid property name"),e.unicodeProperties.nonBinary[t].test(n)||e.raise("Invalid property value")},vD.regexp_validateUnicodePropertyNameOrValue=function(e,t){return e.unicodeProperties.binary.test(t)?1:e.switchV&&e.unicodeProperties.binaryOfStrings.test(t)?2:(e.raise("Invalid property name"),void 0)},vD.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue="";SD(t=e.current());)e.lastStringValue+=wN(t),e.advance();return""!==e.lastStringValue},vD.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue="";xD(t=e.current());)e.lastStringValue+=wN(t),e.advance();return""!==e.lastStringValue},vD.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},vD.regexp_eatCharacterClass=function(e){if(e.eat(91)){var t=e.eat(94),n=this.regexp_classContents(e);return e.eat(93)||e.raise("Unterminated character class"),t&&2===n&&e.raise("Negated character class may contain strings"),!0}return!1},vD.regexp_classContents=function(e){return 93===e.current()?1:e.switchV?this.regexp_classSetExpression(e):(this.regexp_nonEmptyClassRanges(e),1)},vD.regexp_nonEmptyClassRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var n=e.lastIntValue;!e.switchU||-1!==t&&-1!==n||e.raise("Invalid character class"),-1!==t&&-1!==n&&t>n&&e.raise("Range out of order in character class")}}},vD.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var n=e.current();(99===n||PD(n))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=t}var r=e.current();return 93!==r&&(e.lastIntValue=r,e.advance(),!0)},vD.regexp_eatClassEscape=function(e){var t=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=t}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)},vD.regexp_classSetExpression=function(e){var t,n=1;if(this.regexp_eatClassSetRange(e));else if(t=this.regexp_eatClassSetOperand(e)){2===t&&(n=2);for(var r=e.pos;e.eatChars([38,38]);)38!==e.current()&&(t=this.regexp_eatClassSetOperand(e))?2!==t&&(n=1):e.raise("Invalid character in character class");if(r!==e.pos)return n;for(;e.eatChars([45,45]);)this.regexp_eatClassSetOperand(e)||e.raise("Invalid character in character class");if(r!==e.pos)return n}else e.raise("Invalid character in character class");for(;;)if(!this.regexp_eatClassSetRange(e)){if(!(t=this.regexp_eatClassSetOperand(e)))return n;2===t&&(n=2)}},vD.regexp_eatClassSetRange=function(e){var t=e.pos;if(this.regexp_eatClassSetCharacter(e)){var n=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassSetCharacter(e)){var r=e.lastIntValue;return-1!==n&&-1!==r&&n>r&&e.raise("Range out of order in character class"),!0}e.pos=t}return!1},vD.regexp_eatClassSetOperand=function(e){return this.regexp_eatClassSetCharacter(e)?1:this.regexp_eatClassStringDisjunction(e)||this.regexp_eatNestedClass(e)},vD.regexp_eatNestedClass=function(e){var t=e.pos;if(e.eat(91)){var n=e.eat(94),r=this.regexp_classContents(e);if(e.eat(93))return n&&2===r&&e.raise("Negated character class may contain strings"),r;e.pos=t}if(e.eat(92)){var i=this.regexp_eatCharacterClassEscape(e);if(i)return i;e.pos=t}return null},vD.regexp_eatClassStringDisjunction=function(e){var t=e.pos;if(e.eatChars([92,113])){if(e.eat(123)){var n=this.regexp_classStringDisjunctionContents(e);if(e.eat(125))return n}else e.raise("Invalid escape");e.pos=t}return null},vD.regexp_classStringDisjunctionContents=function(e){for(var t=this.regexp_classString(e);e.eat(124);)2===this.regexp_classString(e)&&(t=2);return t},vD.regexp_classString=function(e){for(var t=0;this.regexp_eatClassSetCharacter(e);)t++;return 1===t?1:2},vD.regexp_eatClassSetCharacter=function(e){var t=e.pos;if(e.eat(92))return!(!this.regexp_eatCharacterEscape(e)&&!this.regexp_eatClassSetReservedPunctuator(e))||(e.eat(98)?(e.lastIntValue=8,!0):(e.pos=t,!1));var n=e.current();return!(n<0||n===e.lookahead()&&function(e){return 33===e||e>=35&&e<=38||e>=42&&e<=44||46===e||e>=58&&e<=64||94===e||96===e||126===e}(n))&&(!function(e){return 40===e||41===e||45===e||47===e||e>=91&&e<=93||e>=123&&e<=125}(n)&&(e.advance(),e.lastIntValue=n,!0))},vD.regexp_eatClassSetReservedPunctuator=function(e){var t=e.current();return!!function(e){return 33===e||35===e||37===e||38===e||44===e||45===e||e>=58&&e<=62||64===e||96===e||126===e}(t)&&(e.lastIntValue=t,e.advance(),!0)},vD.regexp_eatClassControlLetter=function(e){var t=e.current();return!(!_D(t)&&95!==t)&&(e.lastIntValue=t%32,e.advance(),!0)},vD.regexp_eatHexEscapeSequence=function(e){var t=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise("Invalid escape"),e.pos=t}return!1},vD.regexp_eatDecimalDigits=function(e){var t=e.pos,n=0;for(e.lastIntValue=0;_D(n=e.current());)e.lastIntValue=10*e.lastIntValue+(n-48),e.advance();return e.pos!==t},vD.regexp_eatHexDigits=function(e){var t=e.pos,n=0;for(e.lastIntValue=0;AD(n=e.current());)e.lastIntValue=16*e.lastIntValue+CD(n),e.advance();return e.pos!==t},vD.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var n=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=64*t+8*n+e.lastIntValue:e.lastIntValue=8*t+n}else e.lastIntValue=t;return!0}return!1},vD.regexp_eatOctalDigit=function(e){var t=e.current();return PD(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)},vD.regexp_eatFixedHexDigits=function(e,t){var n=e.pos;e.lastIntValue=0;for(var r=0;r<t;++r){var i=e.current();if(!AD(i))return e.pos=n,!1;e.lastIntValue=16*e.lastIntValue+CD(i),e.advance()}return!0};var ID=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new xN(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},OD=kN.prototype;function kD(e){return"function"!=typeof BigInt?null:BigInt(e.replace(/_/g,""))}OD.next=function(e){!e&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+this.type.keyword),this.options.onToken&&this.options.onToken(new ID(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},OD.getToken=function(){return this.next(),new ID(this)},"undefined"!=typeof Symbol&&(OD[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===oN.eof,value:t}}}}),OD.nextToken=function(){var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(oN.eof):e.override?e.override(this):(this.readToken(this.fullCharCodeAtPos()),void 0)},OD.readToken=function(e){return Zk(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},OD.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(e<=55295||e>=56320)return e;var t=this.input.charCodeAt(this.pos+1);return t<=56319||t>=57344?e:(e<<10)+t-56613888},OD.skipBlockComment=function(){var e=this.options.onComment&&this.curPosition(),t=this.pos,n=this.input.indexOf("*/",this.pos+=2);if(-1===n&&this.raise(this.pos-2,"Unterminated comment"),this.pos=n+2,this.options.locations)for(var r=void 0,i=t;(r=pN(this.input,i,this.pos))>-1;)++this.curLine,i=this.lineStart=r;this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,n),t,this.pos,e,this.curPosition())},OD.skipLineComment=function(e){for(var t=this.pos,n=this.options.onComment&&this.curPosition(),r=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&!uN(r);)r=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,n,this.curPosition())},OD.skipSpace=function(){e:for(;this.pos<this.input.length;){var e=this.input.charCodeAt(this.pos);switch(e){case 32:case 160:++this.pos;break;case 13:10===this.input.charCodeAt(this.pos+1)&&++this.pos;case 10:case 8232:case 8233:++this.pos,this.options.locations&&(++this.curLine,this.lineStart=this.pos);break;case 47:switch(this.input.charCodeAt(this.pos+1)){case 42:this.skipBlockComment();break;case 47:this.skipLineComment(2);break;default:break e}break;default:if(!(e>8&&e<14||e>=5760&&dN.test(String.fromCharCode(e))))break e;++this.pos}}},OD.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var n=this.type;this.type=e,this.value=t,this.updateContext(n)},OD.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===t?(this.pos+=3,this.finishToken(oN.ellipsis)):(++this.pos,this.finishToken(oN.dot))},OD.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(oN.assign,2):this.finishOp(oN.slash,1)},OD.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),n=1,r=42===e?oN.star:oN.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++n,r=oN.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(oN.assign,n+1):this.finishOp(r,n)},OD.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);if(t===e){if(this.options.ecmaVersion>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(oN.assign,3);return this.finishOp(124===e?oN.logicalOR:oN.logicalAND,2)}return 61===t?this.finishOp(oN.assign,2):this.finishOp(124===e?oN.bitwiseOR:oN.bitwiseAND,1)},OD.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(oN.assign,2):this.finishOp(oN.bitwiseXOR,1)},OD.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?45!==t||this.inModule||62!==this.input.charCodeAt(this.pos+2)||0!==this.lastTokEnd&&!lN.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(oN.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===t?this.finishOp(oN.assign,2):this.finishOp(oN.plusMin,1)},OD.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),n=1;return t===e?(n=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+n)?this.finishOp(oN.assign,n+1):this.finishOp(oN.bitShift,n)):33!==t||60!==e||this.inModule||45!==this.input.charCodeAt(this.pos+2)||45!==this.input.charCodeAt(this.pos+3)?(61===t&&(n=2),this.finishOp(oN.relational,n)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},OD.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(oN.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(oN.arrow)):this.finishOp(61===e?oN.eq:oN.prefix,1)},OD.readToken_question=function(){var e=this.options.ecmaVersion;if(e>=11){var t=this.input.charCodeAt(this.pos+1);if(46===t){var n=this.input.charCodeAt(this.pos+2);if(n<48||n>57)return this.finishOp(oN.questionDot,2)}if(63===t){if(e>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(oN.assign,3);return this.finishOp(oN.coalesce,2)}}return this.finishOp(oN.question,1)},OD.readToken_numberSign=function(){var e=35;if(this.options.ecmaVersion>=13&&(++this.pos,Zk(e=this.fullCharCodeAtPos(),!0)||92===e))return this.finishToken(oN.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+wN(e)+"'")},OD.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(oN.parenL);case 41:return++this.pos,this.finishToken(oN.parenR);case 59:return++this.pos,this.finishToken(oN.semi);case 44:return++this.pos,this.finishToken(oN.comma);case 91:return++this.pos,this.finishToken(oN.bracketL);case 93:return++this.pos,this.finishToken(oN.bracketR);case 123:return++this.pos,this.finishToken(oN.braceL);case 125:return++this.pos,this.finishToken(oN.braceR);case 58:return++this.pos,this.finishToken(oN.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(oN.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(120===t||88===t)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===t||79===t)return this.readRadixNumber(8);if(98===t||66===t)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 63:return this.readToken_question();case 126:return this.finishOp(oN.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+wN(e)+"'")},OD.finishOp=function(e,t){var n=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,n)},OD.readRegexp=function(){for(var e,t,n=this.pos;;){this.pos>=this.input.length&&this.raise(n,"Unterminated regular expression");var r=this.input.charAt(this.pos);if(lN.test(r)&&this.raise(n,"Unterminated regular expression"),e)e=!1;else{if("["===r)t=!0;else if("]"===r&&t)t=!1;else if("/"===r&&!t)break;e="\\"===r}++this.pos}var i=this.input.slice(n,this.pos);++this.pos;var s=this.pos,a=this.readWord1();this.containsEsc&&this.unexpected(s);var o=this.regexpState||(this.regexpState=new ED(this));o.reset(n,i,a),this.validateRegExpFlags(o),this.validateRegExpPattern(o);var l=null;try{l=new RegExp(i,a)}catch(e){}return this.finishToken(oN.regexp,{pattern:i,flags:a,value:l})},OD.readInt=function(e,t,n){for(var r=this.options.ecmaVersion>=12&&void 0===t,i=n&&48===this.input.charCodeAt(this.pos),s=this.pos,a=0,o=0,l=0,c=null==t?1/0:t;l<c;++l,++this.pos){var u=this.input.charCodeAt(this.pos),p=void 0;if(r&&95===u)i&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed in legacy octal numeric literals"),95===o&&this.raiseRecoverable(this.pos,"Numeric separator must be exactly one underscore"),0===l&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed at the first of digits"),o=u;else{if((p=u>=97?u-97+10:u>=65?u-65+10:u>=48&&u<=57?u-48:1/0)>=e)break;o=u,a=a*e+p}}return r&&95===o&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===s||null!=t&&this.pos-s!==t?null:a},OD.readRadixNumber=function(e){var t=this.pos;this.pos+=2;var n=this.readInt(e);return null==n&&this.raise(this.start+2,"Expected number in radix "+e),this.options.ecmaVersion>=11&&110===this.input.charCodeAt(this.pos)?(n=kD(this.input.slice(t,this.pos)),++this.pos):Zk(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(oN.num,n)},OD.readNumber=function(e){var t=this.pos;e||null!==this.readInt(10,void 0,!0)||this.raise(t,"Invalid number");var n=this.pos-t>=2&&48===this.input.charCodeAt(t);n&&this.strict&&this.raise(t,"Invalid number");var r=this.input.charCodeAt(this.pos);if(!n&&!e&&this.options.ecmaVersion>=11&&110===r){var i=kD(this.input.slice(t,this.pos));return++this.pos,Zk(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(oN.num,i)}n&&/[89]/.test(this.input.slice(t,this.pos))&&(n=!1),46!==r||n||(++this.pos,this.readInt(10),r=this.input.charCodeAt(this.pos)),69!==r&&101!==r||n||(43!==(r=this.input.charCodeAt(++this.pos))&&45!==r||++this.pos,null===this.readInt(10)&&this.raise(t,"Invalid number")),Zk(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var s=function(e,t){return t?parseInt(e,8):parseFloat(e.replace(/_/g,""))}(this.input.slice(t,this.pos),n);return this.finishToken(oN.num,s)},OD.readCodePoint=function(){var e;if(123===this.input.charCodeAt(this.pos)){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},OD.readString=function(e){for(var t="",n=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var r=this.input.charCodeAt(this.pos);if(r===e)break;92===r?(t+=this.input.slice(n,this.pos),t+=this.readEscapedChar(!1),n=this.pos):8232===r||8233===r?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(uN(r)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return t+=this.input.slice(n,this.pos++),this.finishToken(oN.string,t)};var ND={};OD.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e!==ND)throw e;this.readInvalidTemplateToken()}this.inTemplateElement=!1},OD.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw ND;this.raise(e,t)},OD.readTmplToken=function(){for(var e="",t=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var n=this.input.charCodeAt(this.pos);if(96===n||36===n&&123===this.input.charCodeAt(this.pos+1))return this.pos!==this.start||this.type!==oN.template&&this.type!==oN.invalidTemplate?(e+=this.input.slice(t,this.pos),this.finishToken(oN.template,e)):36===n?(this.pos+=2,this.finishToken(oN.dollarBraceL)):(++this.pos,this.finishToken(oN.backQuote));if(92===n)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(uN(n)){switch(e+=this.input.slice(t,this.pos),++this.pos,n){case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:e+="\n";break;default:e+=String.fromCharCode(n)}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else++this.pos}},OD.readInvalidTemplateToken=function(){for(;this.pos<this.input.length;this.pos++)switch(this.input[this.pos]){case"\\":++this.pos;break;case"$":if("{"!==this.input[this.pos+1])break;case"`":return this.finishToken(oN.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,"Unterminated template")},OD.readEscapedChar=function(e){var t=this.input.charCodeAt(++this.pos);switch(++this.pos,t){case 110:return"\n";case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return wN(this.readCodePoint());case 116:return"\t";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";case 56:case 57:if(this.strict&&this.invalidStringToken(this.pos-1,"Invalid escape sequence"),e){var n=this.pos-1;this.invalidStringToken(n,"Invalid escape sequence in template string")}default:if(t>=48&&t<=55){var r=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(r,8);return i>255&&(r=r.slice(0,-1),i=parseInt(r,8)),this.pos+=r.length-1,t=this.input.charCodeAt(this.pos),"0"===r&&56!==t&&57!==t||!this.strict&&!e||this.invalidStringToken(this.pos-1-r.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(i)}return uN(t)?"":String.fromCharCode(t)}},OD.readHexChar=function(e){var t=this.pos,n=this.readInt(16,e);return null===n&&this.invalidStringToken(t,"Bad character escape sequence"),n},OD.readWord1=function(){this.containsEsc=!1;for(var e="",t=!0,n=this.pos,r=this.options.ecmaVersion>=6;this.pos<this.input.length;){var i=this.fullCharCodeAtPos();if(eN(i,r))this.pos+=i<=65535?1:2;else{if(92!==i)break;this.containsEsc=!0,e+=this.input.slice(n,this.pos);var s=this.pos;117!==this.input.charCodeAt(++this.pos)&&this.invalidStringToken(this.pos,"Expecting Unicode escape sequence \\uXXXX"),++this.pos;var a=this.readCodePoint();(t?Zk:eN)(a,r)||this.invalidStringToken(s,"Invalid Unicode escape"),e+=wN(a),n=this.pos}t=!1}return e+this.input.slice(n,this.pos)},OD.readWord=function(){var e=this.readWord1(),t=oN.name;return this.keywords.test(e)&&(t=sN[e]),this.finishToken(t,e)};function DD(e,t,n){return kN.parseExpressionAt(e,t,n)}kN.acorn={Parser:kN,version:"8.11.3",defaultOptions:AN,Position:SN,SourceLocation:xN,getLineInfo:_N,Node:eD,TokenType:tN,tokTypes:oN,keywordTypes:sN,TokContext:WN,tokContexts:GN,isIdentifierChar:eN,isIdentifierStart:Zk,Token:ID,isNewLine:uN,lineBreak:lN,lineBreakG:cN,nonASCIIwhitespace:dN};var LD=Symbol.for("immer-nothing"),RD=Symbol.for("immer-draftable"),MD=Symbol.for("immer-state"),FD="production"!==process.env.NODE_ENV?[function(e){return`The plugin for '${e}' has not been loaded into Immer. To enable the plugin, import and call \`enable${e}()\` when initializing your application.`},function(e){return`produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '${e}'`},"This object has been frozen and should not be mutated",function(e){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+e},"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.","Immer forbids circular references","The first or second argument to `produce` must be a function","The third argument to `produce` must be a function or undefined","First argument to `createDraft` must be a plain object, an array, or an immerable object","First argument to `finishDraft` must be a draft returned by `createDraft`",function(e){return`'current' expects a draft, got: ${e}`},"Object.defineProperty() cannot be used on an Immer draft","Object.setPrototypeOf() cannot be used on an Immer draft","Immer only supports deleting array indices","Immer only supports setting array indices and the 'length' property",function(e){return`'original' expects a draft, got: ${e}`}]:[];function jD(e,...t){if("production"!==process.env.NODE_ENV){const n=FD[e],r="function"==typeof n?n.apply(null,t):n;throw new Error(`[Immer] ${r}`)}throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var BD=Object.getPrototypeOf;function UD(e){return!!e&&!!e[MD]}function $D(e){return!!e&&(VD(e)||Array.isArray(e)||!!e[RD]||!!e.constructor?.[RD]||YD(e)||KD(e))}var qD=Object.prototype.constructor.toString();function VD(e){if(!e||"object"!=typeof e)return!1;const t=BD(e);if(null===t)return!0;const n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object||"function"==typeof n&&Function.toString.call(n)===qD}function HD(e,t){0===WD(e)?Reflect.ownKeys(e).forEach(n=>{t(n,e[n],e)}):e.forEach((n,r)=>t(r,n,e))}function WD(e){const t=e[MD];return t?t.type_:Array.isArray(e)?1:YD(e)?2:KD(e)?3:0}function GD(e,t){return 2===WD(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function zD(e,t,n){const r=WD(e);2===r?e.set(t,n):3===r?e.add(n):e[t]=n}function YD(e){return e instanceof Map}function KD(e){return e instanceof Set}function JD(e){return e.copy_||e.base_}function XD(e,t){if(YD(e))return new Map(e);if(KD(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const n=VD(e);if(!0===t||"class_only"===t&&!n){const t=Object.getOwnPropertyDescriptors(e);delete t[MD];let n=Reflect.ownKeys(t);for(let r=0;r<n.length;r++){const i=n[r],s=t[i];!1===s.writable&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(t[i]={configurable:!0,writable:!0,enumerable:s.enumerable,value:e[i]})}return Object.create(BD(e),t)}{const t=BD(e);if(null!==t&&n)return{...e};const r=Object.create(t);return Object.assign(r,e)}}function QD(e,t=!1){return eL(e)||UD(e)||!$D(e)||(WD(e)>1&&Object.defineProperties(e,{set:{value:ZD},add:{value:ZD},clear:{value:ZD},delete:{value:ZD}}),Object.freeze(e),t&&Object.values(e).forEach(e=>QD(e,!0))),e}function ZD(){jD(2)}function eL(e){return Object.isFrozen(e)}var tL,nL={};function rL(e){const t=nL[e];return t||jD(0,e),t}function iL(){return tL}function sL(e,t){t&&(rL("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function aL(e){oL(e),e.drafts_.forEach(cL),e.drafts_=null}function oL(e){e===tL&&(tL=e.parent_)}function lL(e){return tL={drafts_:[],parent_:tL,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function cL(e){const t=e[MD];0===t.type_||1===t.type_?t.revoke_():t.revoked_=!0}function uL(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return void 0!==e&&e!==n?(n[MD].modified_&&(aL(t),jD(4)),$D(e)&&(e=pL(t,e),t.parent_||hL(t,e)),t.patches_&&rL("Patches").generateReplacementPatches_(n[MD].base_,e,t.patches_,t.inversePatches_)):e=pL(t,n,[]),aL(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==LD?e:void 0}function pL(e,t,n){if(eL(t))return t;const r=t[MD];if(!r)return HD(t,(i,s)=>dL(e,r,t,i,s,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return hL(e,r.base_,!0),r.base_;if(!r.finalized_){r.finalized_=!0,r.scope_.unfinalizedDrafts_--;const t=r.copy_;let i=t,s=!1;3===r.type_&&(i=new Set(t),t.clear(),s=!0),HD(i,(i,a)=>dL(e,r,t,i,a,n,s)),hL(e,t,!1),n&&e.patches_&&rL("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function dL(e,t,n,r,i,s,a){if("production"!==process.env.NODE_ENV&&i===n&&jD(5),UD(i)){const a=pL(e,i,s&&t&&3!==t.type_&&!GD(t.assigned_,r)?s.concat(r):void 0);if(zD(n,r,a),!UD(a))return;e.canAutoFreeze_=!1}else a&&n.add(i);if($D(i)&&!eL(i)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;pL(e,i),t&&t.scope_.parent_||"symbol"==typeof r||!(YD(n)?n.has(r):Object.prototype.propertyIsEnumerable.call(n,r))||hL(e,i)}}function hL(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&QD(t,n)}var fL={get(e,t){if(t===MD)return e;const n=JD(e);if(!GD(n,t))return function(e,t,n){const r=yL(t,n);return r?"value"in r?r.value:r.get?.call(e.draft_):void 0}(e,n,t);const r=n[t];return e.finalized_||!$D(r)?r:r===gL(e.base_,t)?(vL(e),e.copy_[t]=EL(r,e)):r},has:(e,t)=>t in JD(e),ownKeys:e=>Reflect.ownKeys(JD(e)),set(e,t,n){const r=yL(JD(e),t);if(r?.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){const r=gL(JD(e),t),a=r?.[MD];if(a&&a.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(((i=n)===(s=r)?0!==i||1/i==1/s:i!=i&&s!=s)&&(void 0!==n||GD(e.base_,t)))return!0;vL(e),bL(e)}var i,s;return e.copy_[t]===n&&(void 0!==n||t in e.copy_)||Number.isNaN(n)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=n,e.assigned_[t]=!0),!0},deleteProperty:(e,t)=>(void 0!==gL(e.base_,t)||t in e.base_?(e.assigned_[t]=!1,vL(e),bL(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0),getOwnPropertyDescriptor(e,t){const n=JD(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r?{writable:!0,configurable:1!==e.type_||"length"!==t,enumerable:r.enumerable,value:n[t]}:r},defineProperty(){jD(11)},getPrototypeOf:e=>BD(e.base_),setPrototypeOf(){jD(12)}},mL={};function gL(e,t){const n=e[MD];return(n?JD(n):e)[t]}function yL(e,t){if(!(t in e))return;let n=BD(e);for(;n;){const e=Object.getOwnPropertyDescriptor(n,t);if(e)return e;n=BD(n)}}function bL(e){e.modified_||(e.modified_=!0,e.parent_&&bL(e.parent_))}function vL(e){e.copy_||(e.copy_=XD(e.base_,e.scope_.immer_.useStrictShallowCopy_))}HD(fL,(e,t)=>{mL[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),mL.deleteProperty=function(e,t){return"production"!==process.env.NODE_ENV&&isNaN(parseInt(t))&&jD(13),mL.set.call(this,e,t,void 0)},mL.set=function(e,t,n){return"production"!==process.env.NODE_ENV&&"length"!==t&&isNaN(parseInt(t))&&jD(14),fL.set.call(this,e[0],t,n,e[0])};function EL(e,t){const n=YD(e)?rL("MapSet").proxyMap_(e,t):KD(e)?rL("MapSet").proxySet_(e,t):function(e,t){const n=Array.isArray(e),r={type_:n?1:0,scope_:t?t.scope_:iL(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let i=r,s=fL;n&&(i=[r],s=mL);const{revoke:a,proxy:o}=Proxy.revocable(i,s);return r.draft_=o,r.revoke_=a,o}(e,t);return(t?t.scope_:iL()).drafts_.push(n),n}function wL(e){if(!$D(e)||eL(e))return e;const t=e[MD];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=XD(e,t.scope_.immer_.useStrictShallowCopy_)}else n=XD(e,!0);return HD(n,(e,t)=>{zD(n,e,wL(t))}),t&&(t.finalized_=!1),n}var TL,SL=new class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(e,t,n)=>{if("function"==typeof e&&"function"!=typeof t){const n=t;t=e;const r=this;return function(e=n,...i){return r.produce(e,e=>t.call(this,e,...i))}}let r;if("function"!=typeof t&&jD(6),void 0!==n&&"function"!=typeof n&&jD(7),$D(e)){const i=lL(this),s=EL(e,void 0);let a=!0;try{r=t(s),a=!1}finally{a?aL(i):oL(i)}return sL(i,n),uL(r,i)}if(!e||"object"!=typeof e){if(r=t(e),void 0===r&&(r=e),r===LD&&(r=void 0),this.autoFreeze_&&QD(r,!0),n){const t=[],i=[];rL("Patches").generateReplacementPatches_(e,r,t,i),n(t,i)}return r}jD(1,e)},this.produceWithPatches=(e,t)=>{if("function"==typeof e)return(t,...n)=>this.produceWithPatches(t,t=>e(t,...n));let n,r;return[this.produce(e,t,(e,t)=>{n=e,r=t}),n,r]},"boolean"==typeof e?.autoFreeze&&this.setAutoFreeze(e.autoFreeze),"boolean"==typeof e?.useStrictShallowCopy&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){$D(e)||jD(8),UD(e)&&(e=function(e){UD(e)||jD(10,e);return wL(e)}(e));const t=lL(this),n=EL(e,void 0);return n[MD].isManual_=!0,oL(t),n}finishDraft(e,t){const n=e&&e[MD];n&&n.isManual_||jD(9);const{scope_:r}=n;return sL(r,t),uL(void 0,r)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let n;for(n=t.length-1;n>=0;n--){const r=t[n];if(0===r.path.length&&"replace"===r.op){e=r.value;break}}n>-1&&(t=t.slice(n+1));const r=rL("Patches").applyPatches_;return UD(e)?r(e,t):this.produce(e,e=>r(e,t))}},xL=SL.produce,_L={exports:{}};var AL,CL,PL=(TL||(TL=1,AL=_L,CL=_L.exports,function(e){var t=CL,n=AL&&AL.exports==t&&AL,r="object"==typeof gt&>r.global!==r&&r.window!==r||(e=r);var i=/[\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,o=/<\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"},c=/["&'<>`]/g,u={'"':""","&":"&","'":"'","<":"<",">":">","`":"`"},p=/&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/,d=/[\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,f={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:"ÿ"},g={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,v={}.hasOwnProperty,E=function(e,t){return v.call(e,t)},w=function(e,t){if(!e)return t;var n,r={};for(n in t)r[n]=E(e,n)?e[n]:t[n];return r},T=function(e,t){var n="";return e>=55296&&e<=57343||e>1114111?(t&&_("character reference outside the permissible Unicode range"),"�"):E(g,e)?(t&&_("disallowed character reference"),g[e]):(t&&function(e,t){for(var n=-1,r=e.length;++n<r;)if(e[n]==t)return!0;return!1}(y,e)&&_("disallowed character reference"),e>65535&&(n+=b((e-=65536)>>>10&1023|55296),e=56320|1023&e),n+=b(e))},S=function(e){return"&#x"+e.toString(16).toUpperCase()+";"},x=function(e){return"&#"+e+";"},_=function(e){throw Error("Parse error: "+e)},A=function(e,t){(t=w(t,A.options)).strict&&d.test(e)&&_("forbidden code point");var n=t.encodeEverything,r=t.useNamedReferences,u=t.allowUnsafeSymbols,p=t.decimal?x:S,h=function(e){return p(e.charCodeAt(0))};return n?(e=e.replace(s,function(e){return r&&E(l,e)?"&"+l[e]+";":h(e)}),r&&(e=e.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒").replace(/fj/g,"fj")),r&&(e=e.replace(o,function(e){return"&"+l[e]+";"}))):r?(u||(e=e.replace(c,function(e){return"&"+l[e]+";"})),e=(e=e.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒")).replace(o,function(e){return"&"+l[e]+";"})):u||(e=e.replace(c,h)),e.replace(i,function(e){var t=e.charCodeAt(0),n=e.charCodeAt(1);return p(1024*(t-55296)+n-56320+65536)}).replace(a,h)};A.options={allowUnsafeSymbols:!1,encodeEverything:!1,strict:!1,useNamedReferences:!1,decimal:!1};var C=function(e,t){var n=(t=w(t,C.options)).strict;return n&&p.test(e)&&_("malformed character reference"),e.replace(h,function(e,r,i,s,a,o,l,c,u){var p,d,h,g,y,b;return r?f[y=r]:i?(y=i,(b=s)&&t.isAttributeValue?(n&&"="==b&&_("`&` did not start a character reference"),e):(n&&_("named character reference was not terminated by a semicolon"),m[y]+(b||""))):a?(h=a,d=o,n&&!d&&_("character reference was not terminated by a semicolon"),p=parseInt(h,10),T(p,n)):l?(g=l,d=c,n&&!d&&_("character reference was not terminated by a semicolon"),p=parseInt(g,16),T(p,n)):(n&&_("named character reference was not terminated by a semicolon"),e)})};C.options={isAttributeValue:!1,strict:!1};var P={version:"1.2.0",encode:A,decode:C,escape:function(e){return e.replace(c,function(e){return u[e]})},unescape:C};if(t&&!t.nodeType)if(n)n.exports=P;else for(var I in P)E(P,I)&&(t[I]=P[I]);else e.he=P}(_L.exports)),_L.exports);const{stringify:IL}=JSON;if(!String.prototype.repeat)throw new Error("String.prototype.repeat is undefined, see https://github.com/davidbonnet/astring#installation");if(!String.prototype.endsWith)throw new Error("String.prototype.endsWith is undefined, see https://github.com/davidbonnet/astring#installation");const OL={"||":2,"??":3,"&&":4,"|":5,"^":6,"&":7,"==":8,"!=":8,"===":8,"!==":8,"<":9,">":9,"<=":9,">=":9,in:9,instanceof:9,"<<":10,">>":10,">>>":10,"+":11,"-":11,"*":12,"%":12,"/":12,"**":13},kL=17,NL={ArrayExpression:20,TaggedTemplateExpression:20,ThisExpression:20,Identifier:20,PrivateIdentifier:20,Literal:18,TemplateLiteral:20,Super:20,SequenceExpression:20,MemberExpression:19,ChainExpression:19,CallExpression:19,NewExpression:19,ArrowFunctionExpression:kL,ClassExpression:kL,FunctionExpression:kL,ObjectExpression:kL,UpdateExpression:16,UnaryExpression:15,AwaitExpression:15,BinaryExpression:14,LogicalExpression:13,ConditionalExpression:4,AssignmentExpression:3,YieldExpression:2,RestElement:1};function DL(e,t){const{generator:n}=e;if(e.write("("),null!=t&&t.length>0){n[t[0].type](t[0],e);const{length:r}=t;for(let i=1;i<r;i++){const r=t[i];e.write(", "),n[r.type](r,e)}}e.write(")")}function LL(e,t,n,r){const i=e.expressionsPrecedence[t.type];if(i===kL)return!0;const s=e.expressionsPrecedence[n.type];return i!==s?!r&&15===i&&14===s&&"**"===n.operator||i<s:(13===i||14===i)&&("**"===t.operator&&"**"===n.operator?!r:13===i&&13===s&&("??"===t.operator||"??"===n.operator)||(r?OL[t.operator]<=OL[n.operator]:OL[t.operator]<OL[n.operator]))}function RL(e,t,n,r){const{generator:i}=e;LL(e,t,n,r)?(e.write("("),i[t.type](t,e),e.write(")")):i[t.type](t,e)}function ML(e,t,n,r){const i=t.split("\n"),s=i.length-1;if(e.write(i[0].trim()),s>0){e.write(r);for(let t=1;t<s;t++)e.write(n+i[t].trim()+r);e.write(n+i[s].trim())}}function FL(e,t,n,r){const{length:i}=t;for(let s=0;s<i;s++){const i=t[s];e.write(n),"L"===i.type[0]?e.write("// "+i.value.trim()+"\n",i):(e.write("/*"),ML(e,i.value,n,r),e.write("*/"+r))}}function jL(e,t){const{generator:n}=e,{declarations:r}=t;e.write(t.kind+" ");const{length:i}=r;if(i>0){n.VariableDeclarator(r[0],e);for(let t=1;t<i;t++)e.write(", "),n.VariableDeclarator(r[t],e)}}let BL,UL,$L,qL,VL,HL;const WL={Program(e,t){const n=t.indent.repeat(t.indentLevel),{lineEnd:r,writeComments:i}=t;i&&null!=e.comments&&FL(t,e.comments,n,r);const s=e.body,{length:a}=s;for(let e=0;e<a;e++){const a=s[e];i&&null!=a.comments&&FL(t,a.comments,n,r),t.write(n),this[a.type](a,t),t.write(r)}i&&null!=e.trailingComments&&FL(t,e.trailingComments,n,r)},BlockStatement:HL=function(e,t){const n=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:i}=t,s=n+t.indent;t.write("{");const a=e.body;if(null!=a&&a.length>0){t.write(r),i&&null!=e.comments&&FL(t,e.comments,s,r);const{length:o}=a;for(let e=0;e<o;e++){const n=a[e];i&&null!=n.comments&&FL(t,n.comments,s,r),t.write(s),this[n.type](n,t),t.write(r)}t.write(n)}else i&&null!=e.comments&&(t.write(r),FL(t,e.comments,s,r),t.write(n));i&&null!=e.trailingComments&&FL(t,e.trailingComments,s,r),t.write("}"),t.indentLevel--},ClassBody:HL,StaticBlock(e,t){t.write("static "),this.BlockStatement(e,t)},EmptyStatement(e,t){t.write(";")},ExpressionStatement(e,t){const n=t.expressionsPrecedence[e.expression.type];n===kL||3===n&&"O"===e.expression.left.type[0]?(t.write("("),this[e.expression.type](e.expression,t),t.write(")")):this[e.expression.type](e.expression,t),t.write(";")},IfStatement(e,t){t.write("if ("),this[e.test.type](e.test,t),t.write(") "),this[e.consequent.type](e.consequent,t),null!=e.alternate&&(t.write(" else "),this[e.alternate.type](e.alternate,t))},LabeledStatement(e,t){this[e.label.type](e.label,t),t.write(": "),this[e.body.type](e.body,t)},BreakStatement(e,t){t.write("break"),null!=e.label&&(t.write(" "),this[e.label.type](e.label,t)),t.write(";")},ContinueStatement(e,t){t.write("continue"),null!=e.label&&(t.write(" "),this[e.label.type](e.label,t)),t.write(";")},WithStatement(e,t){t.write("with ("),this[e.object.type](e.object,t),t.write(") "),this[e.body.type](e.body,t)},SwitchStatement(e,t){const n=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:i}=t;t.indentLevel++;const s=n+t.indent,a=s+t.indent;t.write("switch ("),this[e.discriminant.type](e.discriminant,t),t.write(") {"+r);const{cases:o}=e,{length:l}=o;for(let e=0;e<l;e++){const n=o[e];i&&null!=n.comments&&FL(t,n.comments,s,r),n.test?(t.write(s+"case "),this[n.test.type](n.test,t),t.write(":"+r)):t.write(s+"default:"+r);const{consequent:l}=n,{length:c}=l;for(let e=0;e<c;e++){const n=l[e];i&&null!=n.comments&&FL(t,n.comments,a,r),t.write(a),this[n.type](n,t),t.write(r)}}t.indentLevel-=2,t.write(n+"}")},ReturnStatement(e,t){t.write("return"),e.argument&&(t.write(" "),this[e.argument.type](e.argument,t)),t.write(";")},ThrowStatement(e,t){t.write("throw "),this[e.argument.type](e.argument,t),t.write(";")},TryStatement(e,t){if(t.write("try "),this[e.block.type](e.block,t),e.handler){const{handler:n}=e;null==n.param?t.write(" catch "):(t.write(" catch ("),this[n.param.type](n.param,t),t.write(") ")),this[n.body.type](n.body,t)}e.finalizer&&(t.write(" finally "),this[e.finalizer.type](e.finalizer,t))},WhileStatement(e,t){t.write("while ("),this[e.test.type](e.test,t),t.write(") "),this[e.body.type](e.body,t)},DoWhileStatement(e,t){t.write("do "),this[e.body.type](e.body,t),t.write(" while ("),this[e.test.type](e.test,t),t.write(");")},ForStatement(e,t){if(t.write("for ("),null!=e.init){const{init:n}=e;"V"===n.type[0]?jL(t,n):this[n.type](n,t)}t.write("; "),e.test&&this[e.test.type](e.test,t),t.write("; "),e.update&&this[e.update.type](e.update,t),t.write(") "),this[e.body.type](e.body,t)},ForInStatement:BL=function(e,t){t.write(`for ${e.await?"await ":""}(`);const{left:n}=e;"V"===n.type[0]?jL(t,n):this[n.type](n,t),t.write("I"===e.type[3]?" in ":" of "),this[e.right.type](e.right,t),t.write(") "),this[e.body.type](e.body,t)},ForOfStatement:BL,DebuggerStatement(e,t){t.write("debugger;",e)},FunctionDeclaration:UL=function(e,t){t.write((e.async?"async ":"")+(e.generator?"function* ":"function ")+(e.id?e.id.name:""),e),DL(t,e.params),t.write(" "),this[e.body.type](e.body,t)},FunctionExpression:UL,VariableDeclaration(e,t){jL(t,e),t.write(";")},VariableDeclarator(e,t){this[e.id.type](e.id,t),null!=e.init&&(t.write(" = "),this[e.init.type](e.init,t))},ClassDeclaration(e,t){if(t.write("class "+(e.id?`${e.id.name} `:""),e),e.superClass){t.write("extends ");const{superClass:n}=e,{type:r}=n,i=t.expressionsPrecedence[r];"C"===r[0]&&"l"===r[1]&&"E"===r[5]||!(i===kL||i<t.expressionsPrecedence.ClassExpression)?this[n.type](n,t):(t.write("("),this[e.superClass.type](n,t),t.write(")")),t.write(" ")}this.ClassBody(e.body,t)},ImportDeclaration(e,t){t.write("import ");const{specifiers:n}=e,{length:r}=n;let i=0;if(r>0){for(;i<r;){i>0&&t.write(", ");const e=n[i],r=e.type[6];if("D"===r)t.write(e.local.name,e),i++;else{if("N"!==r)break;t.write("* as "+e.local.name,e),i++}}if(i<r){for(t.write("{");;){const e=n[i],{name:s}=e.imported;if(t.write(s,e),s!==e.local.name&&t.write(" as "+e.local.name),!(++i<r))break;t.write(", ")}t.write("}")}t.write(" from ")}this.Literal(e.source,t),t.write(";")},ImportExpression(e,t){t.write("import("),this[e.source.type](e.source,t),t.write(")")},ExportDefaultDeclaration(e,t){t.write("export default "),this[e.declaration.type](e.declaration,t),null!=t.expressionsPrecedence[e.declaration.type]&&"F"!==e.declaration.type[0]&&t.write(";")},ExportNamedDeclaration(e,t){if(t.write("export "),e.declaration)this[e.declaration.type](e.declaration,t);else{t.write("{");const{specifiers:n}=e,{length:r}=n;if(r>0)for(let e=0;;){const i=n[e],{name:s}=i.local;if(t.write(s,i),s!==i.exported.name&&t.write(" as "+i.exported.name),!(++e<r))break;t.write(", ")}t.write("}"),e.source&&(t.write(" from "),this.Literal(e.source,t)),t.write(";")}},ExportAllDeclaration(e,t){null!=e.exported?t.write("export * as "+e.exported.name+" from "):t.write("export * from "),this.Literal(e.source,t),t.write(";")},MethodDefinition(e,t){e.static&&t.write("static ");const n=e.kind[0];"g"!==n&&"s"!==n||t.write(e.kind+" "),e.value.async&&t.write("async "),e.value.generator&&t.write("*"),e.computed?(t.write("["),this[e.key.type](e.key,t),t.write("]")):this[e.key.type](e.key,t),DL(t,e.value.params),t.write(" "),this[e.value.body.type](e.value.body,t)},ClassExpression(e,t){this.ClassDeclaration(e,t)},ArrowFunctionExpression(e,t){t.write(e.async?"async ":"",e);const{params:n}=e;null!=n&&(1===n.length&&"I"===n[0].type[0]?t.write(n[0].name,n[0]):DL(t,e.params)),t.write(" => "),"O"===e.body.type[0]?(t.write("("),this.ObjectExpression(e.body,t),t.write(")")):this[e.body.type](e.body,t)},ThisExpression(e,t){t.write("this",e)},Super(e,t){t.write("super",e)},RestElement:$L=function(e,t){t.write("..."),this[e.argument.type](e.argument,t)},SpreadElement:$L,YieldExpression(e,t){t.write(e.delegate?"yield*":"yield"),e.argument&&(t.write(" "),this[e.argument.type](e.argument,t))},AwaitExpression(e,t){t.write("await ",e),RL(t,e.argument,e)},TemplateLiteral(e,t){const{quasis:n,expressions:r}=e;t.write("`");const{length:i}=r;for(let e=0;e<i;e++){const i=r[e],s=n[e];t.write(s.value.raw,s),t.write("${"),this[i.type](i,t),t.write("}")}const s=n[n.length-1];t.write(s.value.raw,s),t.write("`")},TemplateElement(e,t){t.write(e.value.raw,e)},TaggedTemplateExpression(e,t){RL(t,e.tag,e),this[e.quasi.type](e.quasi,t)},ArrayExpression:VL=function(e,t){if(t.write("["),e.elements.length>0){const{elements:n}=e,{length:r}=n;for(let e=0;;){const i=n[e];if(null!=i&&this[i.type](i,t),!(++e<r)){null==i&&t.write(", ");break}t.write(", ")}}t.write("]")},ArrayPattern:VL,ObjectExpression(e,t){const n=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:i}=t,s=n+t.indent;if(t.write("{"),e.properties.length>0){t.write(r),i&&null!=e.comments&&FL(t,e.comments,s,r);const a=","+r,{properties:o}=e,{length:l}=o;for(let e=0;;){const n=o[e];if(i&&null!=n.comments&&FL(t,n.comments,s,r),t.write(s),this[n.type](n,t),!(++e<l))break;t.write(a)}t.write(r),i&&null!=e.trailingComments&&FL(t,e.trailingComments,s,r),t.write(n+"}")}else i?null!=e.comments?(t.write(r),FL(t,e.comments,s,r),null!=e.trailingComments&&FL(t,e.trailingComments,s,r),t.write(n+"}")):null!=e.trailingComments?(t.write(r),FL(t,e.trailingComments,s,r),t.write(n+"}")):t.write("}"):t.write("}");t.indentLevel--},Property(e,t){e.method||"i"!==e.kind[0]?this.MethodDefinition(e,t):(e.shorthand||(e.computed?(t.write("["),this[e.key.type](e.key,t),t.write("]")):this[e.key.type](e.key,t),t.write(": ")),this[e.value.type](e.value,t))},PropertyDefinition(e,t){if(e.static&&t.write("static "),e.computed&&t.write("["),this[e.key.type](e.key,t),e.computed&&t.write("]"),null==e.value)return"F"!==e.key.type[0]&&t.write(";"),void 0;t.write(" = "),this[e.value.type](e.value,t),t.write(";")},ObjectPattern(e,t){if(t.write("{"),e.properties.length>0){const{properties:n}=e,{length:r}=n;for(let e=0;this[n[e].type](n[e],t),++e<r;)t.write(", ")}t.write("}")},SequenceExpression(e,t){DL(t,e.expressions)},UnaryExpression(e,t){if(e.prefix){const{operator:n,argument:r,argument:{type:i}}=e;t.write(n);const s=LL(t,r,e);s||!(n.length>1)&&("U"!==i[0]||"n"!==i[1]&&"p"!==i[1]||!r.prefix||r.operator[0]!==n||"+"!==n&&"-"!==n)||t.write(" "),s?(t.write(n.length>1?" (":"("),this[i](r,t),t.write(")")):this[i](r,t)}else this[e.argument.type](e.argument,t),t.write(e.operator)},UpdateExpression(e,t){e.prefix?(t.write(e.operator),this[e.argument.type](e.argument,t)):(this[e.argument.type](e.argument,t),t.write(e.operator))},AssignmentExpression(e,t){this[e.left.type](e.left,t),t.write(" "+e.operator+" "),this[e.right.type](e.right,t)},AssignmentPattern(e,t){this[e.left.type](e.left,t),t.write(" = "),this[e.right.type](e.right,t)},BinaryExpression:qL=function(e,t){const n="in"===e.operator;n&&t.write("("),RL(t,e.left,e,!1),t.write(" "+e.operator+" "),RL(t,e.right,e,!0),n&&t.write(")")},LogicalExpression:qL,ConditionalExpression(e,t){const{test:n}=e,r=t.expressionsPrecedence[n.type];r===kL||r<=t.expressionsPrecedence.ConditionalExpression?(t.write("("),this[n.type](n,t),t.write(")")):this[n.type](n,t),t.write(" ? "),this[e.consequent.type](e.consequent,t),t.write(" : "),this[e.alternate.type](e.alternate,t)},NewExpression(e,t){t.write("new ");const n=t.expressionsPrecedence[e.callee.type];n===kL||n<t.expressionsPrecedence.CallExpression||function(e){let t=e;for(;null!=t;){const{type:e}=t;if("C"===e[0]&&"a"===e[1])return!0;if("M"!==e[0]||"e"!==e[1]||"m"!==e[2])return!1;t=t.object}}(e.callee)?(t.write("("),this[e.callee.type](e.callee,t),t.write(")")):this[e.callee.type](e.callee,t),DL(t,e.arguments)},CallExpression(e,t){const n=t.expressionsPrecedence[e.callee.type];n===kL||n<t.expressionsPrecedence.CallExpression?(t.write("("),this[e.callee.type](e.callee,t),t.write(")")):this[e.callee.type](e.callee,t),e.optional&&t.write("?."),DL(t,e.arguments)},ChainExpression(e,t){this[e.expression.type](e.expression,t)},MemberExpression(e,t){const n=t.expressionsPrecedence[e.object.type];n===kL||n<t.expressionsPrecedence.MemberExpression?(t.write("("),this[e.object.type](e.object,t),t.write(")")):this[e.object.type](e.object,t),e.computed?(e.optional&&t.write("?."),t.write("["),this[e.property.type](e.property,t),t.write("]")):(e.optional?t.write("?."):t.write("."),this[e.property.type](e.property,t))},MetaProperty(e,t){t.write(e.meta.name+"."+e.property.name,e)},Identifier(e,t){t.write(e.name,e)},PrivateIdentifier(e,t){t.write(`#${e.name}`,e)},Literal(e,t){null!=e.raw?t.write(e.raw,e):null!=e.regex?this.RegExpLiteral(e,t):null!=e.bigint?t.write(e.bigint+"n",e):t.write(IL(e.value),e)},RegExpLiteral(e,t){const{regex:n}=e;t.write(`/${n.pattern}/${n.flags}`,e)}},GL={};let zL=class{constructor(e){const t=null==e?GL:e;this.output="",null!=t.output?(this.output=t.output,this.write=this.writeToStream):this.output="",this.generator=null!=t.generator?t.generator:WL,this.expressionsPrecedence=null!=t.expressionsPrecedence?t.expressionsPrecedence:NL,this.indent=null!=t.indent?t.indent:" ",this.lineEnd=null!=t.lineEnd?t.lineEnd:"\n",this.indentLevel=null!=t.startingIndentLevel?t.startingIndentLevel:0,this.writeComments=!!t.comments&&t.comments,null!=t.sourceMap&&(this.write=null==t.output?this.writeAndMap:this.writeToStreamAndMap,this.sourceMap=t.sourceMap,this.line=1,this.column=0,this.lineEndSize=this.lineEnd.split("\n").length-1,this.mapping={original:null,generated:this,name:void 0,source:t.sourceMap.file||t.sourceMap._file})}write(e){this.output+=e}writeToStream(e){this.output.write(e)}writeAndMap(e,t){this.output+=e,this.map(e,t)}writeToStreamAndMap(e,t){this.output.write(e),this.map(e,t)}map(e,t){if(null!=t){const{type:n}=t;if("L"===n[0]&&"n"===n[2])return this.column=0,this.line++,void 0;if(null!=t.loc){const{mapping:e}=this;e.original=t.loc.start,e.name=t.name,this.sourceMap.addMapping(e)}if("T"===n[0]&&"E"===n[8]||"L"===n[0]&&"i"===n[1]&&"string"==typeof t.value){const{length:t}=e;let{column:n,line:r}=this;for(let i=0;i<t;i++)"\n"===e[i]?(n=0,r++):n++;return this.column=n,this.line=r,void 0}}const{length:n}=e,{lineEnd:r}=this;n>0&&(this.lineEndSize>0&&(1===r.length?e[n-1]===r:e.endsWith(r))?(this.line+=this.lineEndSize,this.column=0):this.column+=n)}toString(){return this.output}};function YL(e,t){const n=new zL(t);return n.generator[e.type](e,n),n.output}let KL=class{constructor(e){this.config=e,this.crElmToConfigMap=e.customRendererConfig?Object.fromEntries(e.customRendererConfig.elements.map(e=>{const{tagName:t,attributes:n,namespace:r}=e;return[t,{namespace:r,attributes:new Set(n)}]})):{},this.crDirectives=new Set(e.customRendererConfig?.directives),this.crCheckedElements=new Map}};const JL="registerTemplate",XL="renderer",QL="tmpl",ZL={INSTANCE:"$cmp",API:"$api",SLOT_SET:"$slotset",CONTEXT:"$ctx"},eR=new Set(["annotation-xml","color-profile","font-face","font-face-src","font-face-uri","font-face-format","font-face-name","missing-glyph"]),tR=new Set(["Ref","Key"]);function nR(e){let t="",n=!1;for(let r=0;r<e.length;r++){const i=GA.call(e,r);"-"===i?n=!0:(t+=n?i.toUpperCase():i,n=!1)}return t}function rR(e){return e.includes("-")&&!eR.has(e)}const iR=new Set(["apiVersion","customRendererConfig","enableLwcSpread","enableStaticContentOptimization","experimentalComplexExpressions","experimentalComputedMemberExpression","experimentalDynamicDirective","enableDynamicComponents","preserveHtmlComments","instrumentation"]);function sR(e){kC(void 0!==e&&"object"==typeof e,CC.OPTIONS_MUST_BE_OBJECT);const t=e.customRendererConfig?function(e){const t=[],n={elements:e.elements.map(e=>{const n=e.tagName.toLowerCase();return kC(!rR(n),CC.CUSTOM_ELEMENT_TAG_DISALLOWED,[e.tagName]),t.push(n),{tagName:n,namespace:e.namespace?.toLowerCase(),attributes:e.attributes?.map(e=>e.toLowerCase())}}),directives:e.directives.map(e=>e.toLowerCase())},r=t.filter((e,n)=>n!==t.indexOf(e));return kC(0==r.length,CC.DUPLICATE_ELEMENT_ENTRY,[r.join(", ")]),n}(e.customRendererConfig):void 0,n=e.instrumentation||void 0;for(const t in e)if(!iR.has(t)&&$A.call(e,t))throw OC(CC.UNKNOWN_OPTION_PROPERTY,{messageArgs:[t]});const r=nC(e.apiVersion);return{preserveHtmlComments:!1,experimentalComputedMemberExpression:!1,experimentalComplexExpressions:!1,experimentalDynamicDirective:!1,enableDynamicComponents:!1,enableStaticContentOptimization:!0,enableLwcSpread:!0,...e,apiVersion:r,customRendererConfig:t,instrumentation:n}}const aR=new Set([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]),oR="�";var lR;!function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.NUMBER_SIGN=35]="NUMBER_SIGN",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_F=70]="LATIN_CAPITAL_F",e[e.LATIN_CAPITAL_X=88]="LATIN_CAPITAL_X",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_F=102]="LATIN_SMALL_F",e[e.LATIN_SMALL_X=120]="LATIN_SMALL_X",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z",e[e.REPLACEMENT_CHARACTER=65533]="REPLACEMENT_CHARACTER"}(lR=lR||(lR={}));const cR="--",uR="[CDATA[",pR="doctype",dR="script",hR="public",fR="system";function mR(e){return e>=55296&&e<=57343}function gR(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159}function yR(e){return e>=64976&&e<=65007||aR.has(e)}var bR;!function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"}(bR=bR||(bR={}));class vR{constructor(e){this.handler=e,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+Number(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(e){const{line:t,col:n,offset:r}=this;return{code:e,startLine:t,endLine:t,startCol:n,endCol:n,startOffset:r,endOffset:r}}_err(e){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(e)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.html.length-1){const t=this.html.charCodeAt(this.pos+1);if(function(e){return e>=56320&&e<=57343}(t))return this.pos++,this._addGap(),1024*(e-55296)+9216+t}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,lR.EOF;return this._err(bR.surrogateInInputStream),e}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(e,t){this.html.length>0?this.html+=e:this.html=e,this.endOfChunkHit=!1,this.lastChunkWritten=t}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(e,t){if(this.pos+e.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(t)return this.html.startsWith(e,this.pos);for(let t=0;t<e.length;t++){if((32|this.html.charCodeAt(this.pos+t))!==e.charCodeAt(t))return!1}return!0}peek(e){const t=this.pos+e;if(t>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,lR.EOF;const n=this.html.charCodeAt(t);return n===lR.CARRIAGE_RETURN?lR.LINE_FEED:n}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,lR.EOF;let e=this.html.charCodeAt(this.pos);if(e===lR.CARRIAGE_RETURN)return this.isEol=!0,this.skipNextNewLine=!0,lR.LINE_FEED;if(e===lR.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine))return this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance();this.skipNextNewLine=!1,mR(e)&&(e=this._processSurrogate(e));return null===this.handler.onParseError||e>31&&e<127||e===lR.LINE_FEED||e===lR.CARRIAGE_RETURN||e>159&&e<64976||this._checkForProblematicCharacters(e),e}_checkForProblematicCharacters(e){gR(e)?this._err(bR.controlCharacterInInputStream):yR(e)&&this._err(bR.noncharacterInInputStream)}retreat(e){for(this.pos-=e;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var ER;function wR(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null}!function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"}(ER=ER||(ER={}));var TR,SR=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(e=>e.charCodeAt(0))),xR=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));const _R=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]]),AR=null!==(TR=String.fromCodePoint)&&void 0!==TR?TR:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};var CR;!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"}(CR||(CR={}));var PR,IR,OR,kR,NR,DR,LR,RR;function MR(e){return e>=CR.ZERO&&e<=CR.NINE}function FR(e){return e>=CR.UPPER_A&&e<=CR.UPPER_F||e>=CR.LOWER_A&&e<=CR.LOWER_F}function jR(e){return e===CR.EQUALS||function(e){return e>=CR.UPPER_A&&e<=CR.UPPER_Z||e>=CR.LOWER_A&&e<=CR.LOWER_Z||MR(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(PR||(PR={})),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"}(IR||(IR={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(OR||(OR={}));class BR{constructor(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=IR.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=OR.Strict}startEntity(e){this.decodeMode=e,this.state=IR.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case IR.EntityStart:return e.charCodeAt(t)===CR.NUM?(this.state=IR.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=IR.NamedEntity,this.stateNamedEntity(e,t));case IR.NumericStart:return this.stateNumericStart(e,t);case IR.NumericDecimal:return this.stateNumericDecimal(e,t);case IR.NumericHex:return this.stateNumericHex(e,t);case IR.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===CR.LOWER_X?(this.state=IR.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=IR.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,n,r){if(t!==n){const i=n-t;this.result=this.result*Math.pow(r,i)+parseInt(e.substr(t,i),r),this.consumed+=i}}stateNumericHex(e,t){const n=t;for(;t<e.length;){const r=e.charCodeAt(t);if(!MR(r)&&!FR(r))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(r,3);t+=1}return this.addToNumericResult(e,n,t,16),-1}stateNumericDecimal(e,t){const n=t;for(;t<e.length;){const r=e.charCodeAt(t);if(!MR(r))return this.addToNumericResult(e,n,t,10),this.emitNumericEntity(r,2);t+=1}return this.addToNumericResult(e,n,t,10),-1}emitNumericEntity(e,t){var n;if(this.consumed<=t)return null===(n=this.errors)||void 0===n?void 0:n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===CR.SEMI)this.consumed+=1;else if(this.decodeMode===OR.Strict)return 0;return this.emitCodePoint(function(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=_R.get(e))&&void 0!==t?t:e}(this.result),this.consumed),this.errors&&(e!==CR.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){const{decodeTree:n}=this;let r=n[this.treeIndex],i=(r&PR.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){const s=e.charCodeAt(t);if(this.treeIndex=$R(n,r,this.treeIndex+Math.max(1,i),s),this.treeIndex<0)return 0===this.result||this.decodeMode===OR.Attribute&&(0===i||jR(s))?0:this.emitNotTerminatedNamedEntity();if(r=n[this.treeIndex],i=(r&PR.VALUE_LENGTH)>>14,0!==i){if(s===CR.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==OR.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:n}=this,r=(n[t]&PR.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,n){const{decodeTree:r}=this;return this.emitCodePoint(1===t?r[e]&~PR.VALUE_LENGTH:r[e+1],n),3===t&&this.emitCodePoint(r[e+2],n),n}end(){var e;switch(this.state){case IR.NamedEntity:return 0===this.result||this.decodeMode===OR.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case IR.NumericDecimal:return this.emitNumericEntity(0,2);case IR.NumericHex:return this.emitNumericEntity(0,3);case IR.NumericStart:return null===(e=this.errors)||void 0===e?void 0:e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case IR.EntityStart:return 0}}}function UR(e){let t="";const n=new BR(e,e=>t+=AR(e));return function(e,r){let i=0,s=0;for(;(s=e.indexOf("&",s))>=0;){t+=e.slice(i,s),n.startEntity(r);const a=n.write(e,s+1);if(a<0){i=s+n.end();break}i=s+a,s=0===a?i+1:i}const a=t+e.slice(i);return t="",a}}function $R(e,t,n,r){const i=(t&PR.BRANCH_LENGTH)>>7,s=t&PR.JUMP_TABLE;if(0===i)return 0!==s&&r===s?n:-1;if(s){const t=r-s;return t<0||t>=i?-1:e[n+t]-1}let a=n,o=a+i-1;for(;a<=o;){const t=a+o>>>1,n=e[t];if(n<r)a=t+1;else{if(!(n>r))return e[t+i];o=t-1}}return-1}UR(SR),UR(xR),function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"}(kR=kR||(kR={})),function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"}(NR=NR||(NR={})),function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"}(DR=DR||(DR={})),function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"}(LR=LR||(LR={})),function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SECTION=94]="SECTION",e[e.SELECT=95]="SELECT",e[e.SOURCE=96]="SOURCE",e[e.SMALL=97]="SMALL",e[e.SPAN=98]="SPAN",e[e.STRIKE=99]="STRIKE",e[e.STRONG=100]="STRONG",e[e.STYLE=101]="STYLE",e[e.SUB=102]="SUB",e[e.SUMMARY=103]="SUMMARY",e[e.SUP=104]="SUP",e[e.TABLE=105]="TABLE",e[e.TBODY=106]="TBODY",e[e.TEMPLATE=107]="TEMPLATE",e[e.TEXTAREA=108]="TEXTAREA",e[e.TFOOT=109]="TFOOT",e[e.TD=110]="TD",e[e.TH=111]="TH",e[e.THEAD=112]="THEAD",e[e.TITLE=113]="TITLE",e[e.TR=114]="TR",e[e.TRACK=115]="TRACK",e[e.TT=116]="TT",e[e.U=117]="U",e[e.UL=118]="UL",e[e.SVG=119]="SVG",e[e.VAR=120]="VAR",e[e.WBR=121]="WBR",e[e.XMP=122]="XMP"}(RR=RR||(RR={}));const qR=new Map([[LR.A,RR.A],[LR.ADDRESS,RR.ADDRESS],[LR.ANNOTATION_XML,RR.ANNOTATION_XML],[LR.APPLET,RR.APPLET],[LR.AREA,RR.AREA],[LR.ARTICLE,RR.ARTICLE],[LR.ASIDE,RR.ASIDE],[LR.B,RR.B],[LR.BASE,RR.BASE],[LR.BASEFONT,RR.BASEFONT],[LR.BGSOUND,RR.BGSOUND],[LR.BIG,RR.BIG],[LR.BLOCKQUOTE,RR.BLOCKQUOTE],[LR.BODY,RR.BODY],[LR.BR,RR.BR],[LR.BUTTON,RR.BUTTON],[LR.CAPTION,RR.CAPTION],[LR.CENTER,RR.CENTER],[LR.CODE,RR.CODE],[LR.COL,RR.COL],[LR.COLGROUP,RR.COLGROUP],[LR.DD,RR.DD],[LR.DESC,RR.DESC],[LR.DETAILS,RR.DETAILS],[LR.DIALOG,RR.DIALOG],[LR.DIR,RR.DIR],[LR.DIV,RR.DIV],[LR.DL,RR.DL],[LR.DT,RR.DT],[LR.EM,RR.EM],[LR.EMBED,RR.EMBED],[LR.FIELDSET,RR.FIELDSET],[LR.FIGCAPTION,RR.FIGCAPTION],[LR.FIGURE,RR.FIGURE],[LR.FONT,RR.FONT],[LR.FOOTER,RR.FOOTER],[LR.FOREIGN_OBJECT,RR.FOREIGN_OBJECT],[LR.FORM,RR.FORM],[LR.FRAME,RR.FRAME],[LR.FRAMESET,RR.FRAMESET],[LR.H1,RR.H1],[LR.H2,RR.H2],[LR.H3,RR.H3],[LR.H4,RR.H4],[LR.H5,RR.H5],[LR.H6,RR.H6],[LR.HEAD,RR.HEAD],[LR.HEADER,RR.HEADER],[LR.HGROUP,RR.HGROUP],[LR.HR,RR.HR],[LR.HTML,RR.HTML],[LR.I,RR.I],[LR.IMG,RR.IMG],[LR.IMAGE,RR.IMAGE],[LR.INPUT,RR.INPUT],[LR.IFRAME,RR.IFRAME],[LR.KEYGEN,RR.KEYGEN],[LR.LABEL,RR.LABEL],[LR.LI,RR.LI],[LR.LINK,RR.LINK],[LR.LISTING,RR.LISTING],[LR.MAIN,RR.MAIN],[LR.MALIGNMARK,RR.MALIGNMARK],[LR.MARQUEE,RR.MARQUEE],[LR.MATH,RR.MATH],[LR.MENU,RR.MENU],[LR.META,RR.META],[LR.MGLYPH,RR.MGLYPH],[LR.MI,RR.MI],[LR.MO,RR.MO],[LR.MN,RR.MN],[LR.MS,RR.MS],[LR.MTEXT,RR.MTEXT],[LR.NAV,RR.NAV],[LR.NOBR,RR.NOBR],[LR.NOFRAMES,RR.NOFRAMES],[LR.NOEMBED,RR.NOEMBED],[LR.NOSCRIPT,RR.NOSCRIPT],[LR.OBJECT,RR.OBJECT],[LR.OL,RR.OL],[LR.OPTGROUP,RR.OPTGROUP],[LR.OPTION,RR.OPTION],[LR.P,RR.P],[LR.PARAM,RR.PARAM],[LR.PLAINTEXT,RR.PLAINTEXT],[LR.PRE,RR.PRE],[LR.RB,RR.RB],[LR.RP,RR.RP],[LR.RT,RR.RT],[LR.RTC,RR.RTC],[LR.RUBY,RR.RUBY],[LR.S,RR.S],[LR.SCRIPT,RR.SCRIPT],[LR.SECTION,RR.SECTION],[LR.SELECT,RR.SELECT],[LR.SOURCE,RR.SOURCE],[LR.SMALL,RR.SMALL],[LR.SPAN,RR.SPAN],[LR.STRIKE,RR.STRIKE],[LR.STRONG,RR.STRONG],[LR.STYLE,RR.STYLE],[LR.SUB,RR.SUB],[LR.SUMMARY,RR.SUMMARY],[LR.SUP,RR.SUP],[LR.TABLE,RR.TABLE],[LR.TBODY,RR.TBODY],[LR.TEMPLATE,RR.TEMPLATE],[LR.TEXTAREA,RR.TEXTAREA],[LR.TFOOT,RR.TFOOT],[LR.TD,RR.TD],[LR.TH,RR.TH],[LR.THEAD,RR.THEAD],[LR.TITLE,RR.TITLE],[LR.TR,RR.TR],[LR.TRACK,RR.TRACK],[LR.TT,RR.TT],[LR.U,RR.U],[LR.UL,RR.UL],[LR.SVG,RR.SVG],[LR.VAR,RR.VAR],[LR.WBR,RR.WBR],[LR.XMP,RR.XMP]]);function VR(e){var t;return null!==(t=qR.get(e))&&void 0!==t?t:RR.UNKNOWN}const HR=RR,WR={[kR.HTML]:new Set([HR.ADDRESS,HR.APPLET,HR.AREA,HR.ARTICLE,HR.ASIDE,HR.BASE,HR.BASEFONT,HR.BGSOUND,HR.BLOCKQUOTE,HR.BODY,HR.BR,HR.BUTTON,HR.CAPTION,HR.CENTER,HR.COL,HR.COLGROUP,HR.DD,HR.DETAILS,HR.DIR,HR.DIV,HR.DL,HR.DT,HR.EMBED,HR.FIELDSET,HR.FIGCAPTION,HR.FIGURE,HR.FOOTER,HR.FORM,HR.FRAME,HR.FRAMESET,HR.H1,HR.H2,HR.H3,HR.H4,HR.H5,HR.H6,HR.HEAD,HR.HEADER,HR.HGROUP,HR.HR,HR.HTML,HR.IFRAME,HR.IMG,HR.INPUT,HR.LI,HR.LINK,HR.LISTING,HR.MAIN,HR.MARQUEE,HR.MENU,HR.META,HR.NAV,HR.NOEMBED,HR.NOFRAMES,HR.NOSCRIPT,HR.OBJECT,HR.OL,HR.P,HR.PARAM,HR.PLAINTEXT,HR.PRE,HR.SCRIPT,HR.SECTION,HR.SELECT,HR.SOURCE,HR.STYLE,HR.SUMMARY,HR.TABLE,HR.TBODY,HR.TD,HR.TEMPLATE,HR.TEXTAREA,HR.TFOOT,HR.TH,HR.THEAD,HR.TITLE,HR.TR,HR.TRACK,HR.UL,HR.WBR,HR.XMP]),[kR.MATHML]:new Set([HR.MI,HR.MO,HR.MN,HR.MS,HR.MTEXT,HR.ANNOTATION_XML]),[kR.SVG]:new Set([HR.TITLE,HR.FOREIGN_OBJECT,HR.DESC]),[kR.XLINK]:new Set,[kR.XML]:new Set,[kR.XMLNS]:new Set};function GR(e){return e===HR.H1||e===HR.H2||e===HR.H3||e===HR.H4||e===HR.H5||e===HR.H6}new Set([LR.STYLE,LR.SCRIPT,LR.XMP,LR.IFRAME,LR.NOEMBED,LR.NOFRAMES,LR.PLAINTEXT]);const zR=new Map([[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]]);var YR;!function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.NAMED_CHARACTER_REFERENCE=72]="NAMED_CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=73]="AMBIGUOUS_AMPERSAND",e[e.NUMERIC_CHARACTER_REFERENCE=74]="NUMERIC_CHARACTER_REFERENCE",e[e.HEXADEMICAL_CHARACTER_REFERENCE_START=75]="HEXADEMICAL_CHARACTER_REFERENCE_START",e[e.HEXADEMICAL_CHARACTER_REFERENCE=76]="HEXADEMICAL_CHARACTER_REFERENCE",e[e.DECIMAL_CHARACTER_REFERENCE=77]="DECIMAL_CHARACTER_REFERENCE",e[e.NUMERIC_CHARACTER_REFERENCE_END=78]="NUMERIC_CHARACTER_REFERENCE_END"}(YR||(YR={}));const KR={DATA:YR.DATA,RCDATA:YR.RCDATA,RAWTEXT:YR.RAWTEXT,SCRIPT_DATA:YR.SCRIPT_DATA,PLAINTEXT:YR.PLAINTEXT,CDATA_SECTION:YR.CDATA_SECTION};function JR(e){return e>=lR.DIGIT_0&&e<=lR.DIGIT_9}function XR(e){return e>=lR.LATIN_CAPITAL_A&&e<=lR.LATIN_CAPITAL_Z}function QR(e){return function(e){return e>=lR.LATIN_SMALL_A&&e<=lR.LATIN_SMALL_Z}(e)||XR(e)}function ZR(e){return QR(e)||JR(e)}function eM(e){return e>=lR.LATIN_CAPITAL_A&&e<=lR.LATIN_CAPITAL_F}function tM(e){return e>=lR.LATIN_SMALL_A&&e<=lR.LATIN_SMALL_F}function nM(e){return e+32}function rM(e){return e===lR.SPACE||e===lR.LINE_FEED||e===lR.TABULATION||e===lR.FORM_FEED}function iM(e){return e===lR.EQUALS_SIGN||ZR(e)}function sM(e){return rM(e)||e===lR.SOLIDUS||e===lR.GREATER_THAN_SIGN}class aM{constructor(e,t){this.options=e,this.handler=t,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=YR.DATA,this.returnState=YR.DATA,this.charRefCode=-1,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new vR(t),this.currentLocation=this.getCurrentLocation(-1)}_err(e){var t,n;null===(n=(t=this.handler).onParseError)||void 0===n?void 0:n.call(t,this.preprocessor.getError(e))}getCurrentLocation(e){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-e,startOffset:this.preprocessor.offset-e,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const e=this._consume();this._ensureHibernation()||this._callState(e)}this.inLoop=!1}}pause(){this.paused=!0}resume(e){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,this.inLoop||(this._runParsingLoop(),this.paused||null==e||e())}write(e,t,n){this.active=!0,this.preprocessor.write(e,t),this._runParsingLoop(),this.paused||null==n||n()}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e),this._runParsingLoop()}_ensureHibernation(){return!!this.preprocessor.endOfChunkHit&&(this._unconsume(this.consumedAfterSnapshot),this.active=!1,!0)}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(e){this.consumedAfterSnapshot-=e,this.preprocessor.retreat(e)}_reconsumeInState(e,t){this.state=e,this._callState(t)}_advanceBy(e){this.consumedAfterSnapshot+=e;for(let t=0;t<e;t++)this.preprocessor.advance()}_consumeSequenceIfMatch(e,t){return!!this.preprocessor.startsWith(e,t)&&(this._advanceBy(e.length-1),!0)}_createStartTagToken(){this.currentToken={type:ER.START_TAG,tagName:"",tagID:RR.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:ER.END_TAG,tagName:"",tagID:RR.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(e){this.currentToken={type:ER.COMMENT,data:"",location:this.getCurrentLocation(e)}}_createDoctypeToken(e){this.currentToken={type:ER.DOCTYPE,name:e,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t,location:this.currentLocation}}_createAttr(e){this.currentAttr={name:e,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var e,t;const n=this.currentToken;if(null===wR(n,this.currentAttr.name)){if(n.attrs.push(this.currentAttr),n.location&&this.currentLocation){(null!==(e=(t=n.location).attrs)&&void 0!==e?e:t.attrs=Object.create(null))[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(bR.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(e){this._emitCurrentCharacterToken(e.location),this.currentToken=null,e.location&&(e.location.endLine=this.preprocessor.line,e.location.endCol=this.preprocessor.col+1,e.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const e=this.currentToken;this.prepareToken(e),e.tagID=VR(e.tagName),e.type===ER.START_TAG?(this.lastStartTagName=e.tagName,this.handler.onStartTag(e)):(e.attrs.length>0&&this._err(bR.endTagWithAttributes),e.selfClosing&&this._err(bR.endTagWithTrailingSolidus),this.handler.onEndTag(e)),this.preprocessor.dropParsedChunk()}emitCurrentComment(e){this.prepareToken(e),this.handler.onComment(e),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(e){this.prepareToken(e),this.handler.onDoctype(e),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(e){if(this.currentCharacterToken){switch(e&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=e.startLine,this.currentCharacterToken.location.endCol=e.startCol,this.currentCharacterToken.location.endOffset=e.startOffset),this.currentCharacterToken.type){case ER.CHARACTER:this.handler.onCharacter(this.currentCharacterToken);break;case ER.NULL_CHARACTER:this.handler.onNullCharacter(this.currentCharacterToken);break;case ER.WHITESPACE_CHARACTER:this.handler.onWhitespaceCharacter(this.currentCharacterToken)}this.currentCharacterToken=null}}_emitEOFToken(){const e=this.getCurrentLocation(0);e&&(e.endLine=e.startLine,e.endCol=e.startCol,e.endOffset=e.startOffset),this._emitCurrentCharacterToken(e),this.handler.onEof({type:ER.EOF,location:e}),this.active=!1}_appendCharToCurrentCharacterToken(e,t){if(this.currentCharacterToken){if(this.currentCharacterToken.type===e)return this.currentCharacterToken.chars+=t,void 0;this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk()}this._createCharacterToken(e,t)}_emitCodePoint(e){const t=rM(e)?ER.WHITESPACE_CHARACTER:e===lR.NULL?ER.NULL_CHARACTER:ER.CHARACTER;this._appendCharToCurrentCharacterToken(t,String.fromCodePoint(e))}_emitChars(e){this._appendCharToCurrentCharacterToken(ER.CHARACTER,e)}_matchNamedCharacterReference(e){let t=null,n=0,r=!1;for(let i=0,s=SR[0];i>=0&&(i=$R(SR,s,i+1,e),!(i<0));e=this._consume()){n+=1,s=SR[i];const a=s&PR.VALUE_LENGTH;if(a){const s=(a>>14)-1;if(e!==lR.SEMICOLON&&this._isCharacterReferenceInAttribute()&&iM(this.preprocessor.peek(1))?(t=[lR.AMPERSAND],i+=s):(t=0===s?[SR[i]&~PR.VALUE_LENGTH]:1===s?[SR[++i]]:[SR[++i],SR[++i]],n=0,r=e!==lR.SEMICOLON),0===s){this._consume();break}}}return this._unconsume(n),r&&!this.preprocessor.endOfChunkHit&&this._err(bR.missingSemicolonAfterCharacterReference),this._unconsume(1),t}_isCharacterReferenceInAttribute(){return this.returnState===YR.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===YR.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===YR.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(e){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(e):this._emitCodePoint(e)}_callState(e){switch(this.state){case YR.DATA:this._stateData(e);break;case YR.RCDATA:this._stateRcdata(e);break;case YR.RAWTEXT:this._stateRawtext(e);break;case YR.SCRIPT_DATA:this._stateScriptData(e);break;case YR.PLAINTEXT:this._statePlaintext(e);break;case YR.TAG_OPEN:this._stateTagOpen(e);break;case YR.END_TAG_OPEN:this._stateEndTagOpen(e);break;case YR.TAG_NAME:this._stateTagName(e);break;case YR.RCDATA_LESS_THAN_SIGN:this._stateRcdataLessThanSign(e);break;case YR.RCDATA_END_TAG_OPEN:this._stateRcdataEndTagOpen(e);break;case YR.RCDATA_END_TAG_NAME:this._stateRcdataEndTagName(e);break;case YR.RAWTEXT_LESS_THAN_SIGN:this._stateRawtextLessThanSign(e);break;case YR.RAWTEXT_END_TAG_OPEN:this._stateRawtextEndTagOpen(e);break;case YR.RAWTEXT_END_TAG_NAME:this._stateRawtextEndTagName(e);break;case YR.SCRIPT_DATA_LESS_THAN_SIGN:this._stateScriptDataLessThanSign(e);break;case YR.SCRIPT_DATA_END_TAG_OPEN:this._stateScriptDataEndTagOpen(e);break;case YR.SCRIPT_DATA_END_TAG_NAME:this._stateScriptDataEndTagName(e);break;case YR.SCRIPT_DATA_ESCAPE_START:this._stateScriptDataEscapeStart(e);break;case YR.SCRIPT_DATA_ESCAPE_START_DASH:this._stateScriptDataEscapeStartDash(e);break;case YR.SCRIPT_DATA_ESCAPED:this._stateScriptDataEscaped(e);break;case YR.SCRIPT_DATA_ESCAPED_DASH:this._stateScriptDataEscapedDash(e);break;case YR.SCRIPT_DATA_ESCAPED_DASH_DASH:this._stateScriptDataEscapedDashDash(e);break;case YR.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataEscapedLessThanSign(e);break;case YR.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:this._stateScriptDataEscapedEndTagOpen(e);break;case YR.SCRIPT_DATA_ESCAPED_END_TAG_NAME:this._stateScriptDataEscapedEndTagName(e);break;case YR.SCRIPT_DATA_DOUBLE_ESCAPE_START:this._stateScriptDataDoubleEscapeStart(e);break;case YR.SCRIPT_DATA_DOUBLE_ESCAPED:this._stateScriptDataDoubleEscaped(e);break;case YR.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:this._stateScriptDataDoubleEscapedDash(e);break;case YR.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:this._stateScriptDataDoubleEscapedDashDash(e);break;case YR.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataDoubleEscapedLessThanSign(e);break;case YR.SCRIPT_DATA_DOUBLE_ESCAPE_END:this._stateScriptDataDoubleEscapeEnd(e);break;case YR.BEFORE_ATTRIBUTE_NAME:this._stateBeforeAttributeName(e);break;case YR.ATTRIBUTE_NAME:this._stateAttributeName(e);break;case YR.AFTER_ATTRIBUTE_NAME:this._stateAfterAttributeName(e);break;case YR.BEFORE_ATTRIBUTE_VALUE:this._stateBeforeAttributeValue(e);break;case YR.ATTRIBUTE_VALUE_DOUBLE_QUOTED:this._stateAttributeValueDoubleQuoted(e);break;case YR.ATTRIBUTE_VALUE_SINGLE_QUOTED:this._stateAttributeValueSingleQuoted(e);break;case YR.ATTRIBUTE_VALUE_UNQUOTED:this._stateAttributeValueUnquoted(e);break;case YR.AFTER_ATTRIBUTE_VALUE_QUOTED:this._stateAfterAttributeValueQuoted(e);break;case YR.SELF_CLOSING_START_TAG:this._stateSelfClosingStartTag(e);break;case YR.BOGUS_COMMENT:this._stateBogusComment(e);break;case YR.MARKUP_DECLARATION_OPEN:this._stateMarkupDeclarationOpen(e);break;case YR.COMMENT_START:this._stateCommentStart(e);break;case YR.COMMENT_START_DASH:this._stateCommentStartDash(e);break;case YR.COMMENT:this._stateComment(e);break;case YR.COMMENT_LESS_THAN_SIGN:this._stateCommentLessThanSign(e);break;case YR.COMMENT_LESS_THAN_SIGN_BANG:this._stateCommentLessThanSignBang(e);break;case YR.COMMENT_LESS_THAN_SIGN_BANG_DASH:this._stateCommentLessThanSignBangDash(e);break;case YR.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:this._stateCommentLessThanSignBangDashDash(e);break;case YR.COMMENT_END_DASH:this._stateCommentEndDash(e);break;case YR.COMMENT_END:this._stateCommentEnd(e);break;case YR.COMMENT_END_BANG:this._stateCommentEndBang(e);break;case YR.DOCTYPE:this._stateDoctype(e);break;case YR.BEFORE_DOCTYPE_NAME:this._stateBeforeDoctypeName(e);break;case YR.DOCTYPE_NAME:this._stateDoctypeName(e);break;case YR.AFTER_DOCTYPE_NAME:this._stateAfterDoctypeName(e);break;case YR.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._stateAfterDoctypePublicKeyword(e);break;case YR.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:this._stateBeforeDoctypePublicIdentifier(e);break;case YR.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypePublicIdentifierDoubleQuoted(e);break;case YR.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypePublicIdentifierSingleQuoted(e);break;case YR.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:this._stateAfterDoctypePublicIdentifier(e);break;case YR.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:this._stateBetweenDoctypePublicAndSystemIdentifiers(e);break;case YR.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._stateAfterDoctypeSystemKeyword(e);break;case YR.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:this._stateBeforeDoctypeSystemIdentifier(e);break;case YR.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypeSystemIdentifierDoubleQuoted(e);break;case YR.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypeSystemIdentifierSingleQuoted(e);break;case YR.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:this._stateAfterDoctypeSystemIdentifier(e);break;case YR.BOGUS_DOCTYPE:this._stateBogusDoctype(e);break;case YR.CDATA_SECTION:this._stateCdataSection(e);break;case YR.CDATA_SECTION_BRACKET:this._stateCdataSectionBracket(e);break;case YR.CDATA_SECTION_END:this._stateCdataSectionEnd(e);break;case YR.CHARACTER_REFERENCE:this._stateCharacterReference(e);break;case YR.NAMED_CHARACTER_REFERENCE:this._stateNamedCharacterReference(e);break;case YR.AMBIGUOUS_AMPERSAND:this._stateAmbiguousAmpersand(e);break;case YR.NUMERIC_CHARACTER_REFERENCE:this._stateNumericCharacterReference(e);break;case YR.HEXADEMICAL_CHARACTER_REFERENCE_START:this._stateHexademicalCharacterReferenceStart(e);break;case YR.HEXADEMICAL_CHARACTER_REFERENCE:this._stateHexademicalCharacterReference(e);break;case YR.DECIMAL_CHARACTER_REFERENCE:this._stateDecimalCharacterReference(e);break;case YR.NUMERIC_CHARACTER_REFERENCE_END:this._stateNumericCharacterReferenceEnd(e);break;default:throw new Error("Unknown state")}}_stateData(e){switch(e){case lR.LESS_THAN_SIGN:this.state=YR.TAG_OPEN;break;case lR.AMPERSAND:this.returnState=YR.DATA,this.state=YR.CHARACTER_REFERENCE;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitCodePoint(e);break;case lR.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRcdata(e){switch(e){case lR.AMPERSAND:this.returnState=YR.RCDATA,this.state=YR.CHARACTER_REFERENCE;break;case lR.LESS_THAN_SIGN:this.state=YR.RCDATA_LESS_THAN_SIGN;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitChars(oR);break;case lR.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRawtext(e){switch(e){case lR.LESS_THAN_SIGN:this.state=YR.RAWTEXT_LESS_THAN_SIGN;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitChars(oR);break;case lR.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptData(e){switch(e){case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_LESS_THAN_SIGN;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitChars(oR);break;case lR.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_statePlaintext(e){switch(e){case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitChars(oR);break;case lR.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateTagOpen(e){if(QR(e))this._createStartTagToken(),this.state=YR.TAG_NAME,this._stateTagName(e);else switch(e){case lR.EXCLAMATION_MARK:this.state=YR.MARKUP_DECLARATION_OPEN;break;case lR.SOLIDUS:this.state=YR.END_TAG_OPEN;break;case lR.QUESTION_MARK:this._err(bR.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=YR.BOGUS_COMMENT,this._stateBogusComment(e);break;case lR.EOF:this._err(bR.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break;default:this._err(bR.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=YR.DATA,this._stateData(e)}}_stateEndTagOpen(e){if(QR(e))this._createEndTagToken(),this.state=YR.TAG_NAME,this._stateTagName(e);else switch(e){case lR.GREATER_THAN_SIGN:this._err(bR.missingEndTagName),this.state=YR.DATA;break;case lR.EOF:this._err(bR.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break;default:this._err(bR.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=YR.BOGUS_COMMENT,this._stateBogusComment(e)}}_stateTagName(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this.state=YR.BEFORE_ATTRIBUTE_NAME;break;case lR.SOLIDUS:this.state=YR.SELF_CLOSING_START_TAG;break;case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentTagToken();break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.tagName+=oR;break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:t.tagName+=String.fromCodePoint(XR(e)?nM(e):e)}}_stateRcdataLessThanSign(e){e===lR.SOLIDUS?this.state=YR.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=YR.RCDATA,this._stateRcdata(e))}_stateRcdataEndTagOpen(e){QR(e)?(this.state=YR.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(e)):(this._emitChars("</"),this.state=YR.RCDATA,this._stateRcdata(e))}handleSpecialEndTag(e){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();this.currentToken.tagName=this.lastStartTagName;switch(this.preprocessor.peek(this.lastStartTagName.length)){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=YR.BEFORE_ATTRIBUTE_NAME,!1;case lR.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=YR.SELF_CLOSING_START_TAG,!1;case lR.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=YR.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=YR.RCDATA,this._stateRcdata(e))}_stateRawtextLessThanSign(e){e===lR.SOLIDUS?this.state=YR.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=YR.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagOpen(e){QR(e)?(this.state=YR.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(e)):(this._emitChars("</"),this.state=YR.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=YR.RAWTEXT,this._stateRawtext(e))}_stateScriptDataLessThanSign(e){switch(e){case lR.SOLIDUS:this.state=YR.SCRIPT_DATA_END_TAG_OPEN;break;case lR.EXCLAMATION_MARK:this.state=YR.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break;default:this._emitChars("<"),this.state=YR.SCRIPT_DATA,this._stateScriptData(e)}}_stateScriptDataEndTagOpen(e){QR(e)?(this.state=YR.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(e)):(this._emitChars("</"),this.state=YR.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=YR.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStart(e){e===lR.HYPHEN_MINUS?(this.state=YR.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=YR.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStartDash(e){e===lR.HYPHEN_MINUS?(this.state=YR.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=YR.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscaped(e){switch(e){case lR.HYPHEN_MINUS:this.state=YR.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break;case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitChars(oR);break;case lR.EOF:this._err(bR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataEscapedDash(e){switch(e){case lR.HYPHEN_MINUS:this.state=YR.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break;case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.state=YR.SCRIPT_DATA_ESCAPED,this._emitChars(oR);break;case lR.EOF:this._err(bR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=YR.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedDashDash(e){switch(e){case lR.HYPHEN_MINUS:this._emitChars("-");break;case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case lR.GREATER_THAN_SIGN:this.state=YR.SCRIPT_DATA,this._emitChars(">");break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.state=YR.SCRIPT_DATA_ESCAPED,this._emitChars(oR);break;case lR.EOF:this._err(bR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=YR.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedLessThanSign(e){e===lR.SOLIDUS?this.state=YR.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:QR(e)?(this._emitChars("<"),this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(e)):(this._emitChars("<"),this.state=YR.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagOpen(e){QR(e)?(this.state=YR.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(e)):(this._emitChars("</"),this.state=YR.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=YR.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscapeStart(e){if(this.preprocessor.startsWith(dR,!1)&&sM(this.preprocessor.peek(dR.length))){this._emitCodePoint(e);for(let e=0;e<dR.length;e++)this._emitCodePoint(this._consume());this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=YR.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscaped(e){switch(e){case lR.HYPHEN_MINUS:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break;case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitChars(oR);break;case lR.EOF:this._err(bR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDash(e){switch(e){case lR.HYPHEN_MINUS:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break;case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(oR);break;case lR.EOF:this._err(bR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDashDash(e){switch(e){case lR.HYPHEN_MINUS:this._emitChars("-");break;case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case lR.GREATER_THAN_SIGN:this.state=YR.SCRIPT_DATA,this._emitChars(">");break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(oR);break;case lR.EOF:this._err(bR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedLessThanSign(e){e===lR.SOLIDUS?(this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateScriptDataDoubleEscapeEnd(e){if(this.preprocessor.startsWith(dR,!1)&&sM(this.preprocessor.peek(dR.length))){this._emitCodePoint(e);for(let e=0;e<dR.length;e++)this._emitCodePoint(this._consume());this.state=YR.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateBeforeAttributeName(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.SOLIDUS:case lR.GREATER_THAN_SIGN:case lR.EOF:this.state=YR.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case lR.EQUALS_SIGN:this._err(bR.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=YR.ATTRIBUTE_NAME;break;default:this._createAttr(""),this.state=YR.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateAttributeName(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:case lR.SOLIDUS:case lR.GREATER_THAN_SIGN:case lR.EOF:this._leaveAttrName(),this.state=YR.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case lR.EQUALS_SIGN:this._leaveAttrName(),this.state=YR.BEFORE_ATTRIBUTE_VALUE;break;case lR.QUOTATION_MARK:case lR.APOSTROPHE:case lR.LESS_THAN_SIGN:this._err(bR.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(e);break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.currentAttr.name+=oR;break;default:this.currentAttr.name+=String.fromCodePoint(XR(e)?nM(e):e)}}_stateAfterAttributeName(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.SOLIDUS:this.state=YR.SELF_CLOSING_START_TAG;break;case lR.EQUALS_SIGN:this.state=YR.BEFORE_ATTRIBUTE_VALUE;break;case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentTagToken();break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:this._createAttr(""),this.state=YR.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateBeforeAttributeValue(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.QUOTATION_MARK:this.state=YR.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break;case lR.APOSTROPHE:this.state=YR.ATTRIBUTE_VALUE_SINGLE_QUOTED;break;case lR.GREATER_THAN_SIGN:this._err(bR.missingAttributeValue),this.state=YR.DATA,this.emitCurrentTagToken();break;default:this.state=YR.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(e)}}_stateAttributeValueDoubleQuoted(e){switch(e){case lR.QUOTATION_MARK:this.state=YR.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case lR.AMPERSAND:this.returnState=YR.ATTRIBUTE_VALUE_DOUBLE_QUOTED,this.state=YR.CHARACTER_REFERENCE;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.currentAttr.value+=oR;break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueSingleQuoted(e){switch(e){case lR.APOSTROPHE:this.state=YR.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case lR.AMPERSAND:this.returnState=YR.ATTRIBUTE_VALUE_SINGLE_QUOTED,this.state=YR.CHARACTER_REFERENCE;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.currentAttr.value+=oR;break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueUnquoted(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this._leaveAttrValue(),this.state=YR.BEFORE_ATTRIBUTE_NAME;break;case lR.AMPERSAND:this.returnState=YR.ATTRIBUTE_VALUE_UNQUOTED,this.state=YR.CHARACTER_REFERENCE;break;case lR.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=YR.DATA,this.emitCurrentTagToken();break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.currentAttr.value+=oR;break;case lR.QUOTATION_MARK:case lR.APOSTROPHE:case lR.LESS_THAN_SIGN:case lR.EQUALS_SIGN:case lR.GRAVE_ACCENT:this._err(bR.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(e);break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAfterAttributeValueQuoted(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this._leaveAttrValue(),this.state=YR.BEFORE_ATTRIBUTE_NAME;break;case lR.SOLIDUS:this._leaveAttrValue(),this.state=YR.SELF_CLOSING_START_TAG;break;case lR.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=YR.DATA,this.emitCurrentTagToken();break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:this._err(bR.missingWhitespaceBetweenAttributes),this.state=YR.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateSelfClosingStartTag(e){switch(e){case lR.GREATER_THAN_SIGN:this.currentToken.selfClosing=!0,this.state=YR.DATA,this.emitCurrentTagToken();break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:this._err(bR.unexpectedSolidusInTag),this.state=YR.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateBogusComment(e){const t=this.currentToken;switch(e){case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentComment(t);break;case lR.EOF:this.emitCurrentComment(t),this._emitEOFToken();break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.data+=oR;break;default:t.data+=String.fromCodePoint(e)}}_stateMarkupDeclarationOpen(e){this._consumeSequenceIfMatch(cR,!0)?(this._createCommentToken(cR.length+1),this.state=YR.COMMENT_START):this._consumeSequenceIfMatch(pR,!1)?(this.currentLocation=this.getCurrentLocation(pR.length+1),this.state=YR.DOCTYPE):this._consumeSequenceIfMatch(uR,!0)?this.inForeignNode?this.state=YR.CDATA_SECTION:(this._err(bR.cdataInHtmlContent),this._createCommentToken(uR.length+1),this.currentToken.data="[CDATA[",this.state=YR.BOGUS_COMMENT):this._ensureHibernation()||(this._err(bR.incorrectlyOpenedComment),this._createCommentToken(2),this.state=YR.BOGUS_COMMENT,this._stateBogusComment(e))}_stateCommentStart(e){switch(e){case lR.HYPHEN_MINUS:this.state=YR.COMMENT_START_DASH;break;case lR.GREATER_THAN_SIGN:{this._err(bR.abruptClosingOfEmptyComment),this.state=YR.DATA;const e=this.currentToken;this.emitCurrentComment(e);break}default:this.state=YR.COMMENT,this._stateComment(e)}}_stateCommentStartDash(e){const t=this.currentToken;switch(e){case lR.HYPHEN_MINUS:this.state=YR.COMMENT_END;break;case lR.GREATER_THAN_SIGN:this._err(bR.abruptClosingOfEmptyComment),this.state=YR.DATA,this.emitCurrentComment(t);break;case lR.EOF:this._err(bR.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=YR.COMMENT,this._stateComment(e)}}_stateComment(e){const t=this.currentToken;switch(e){case lR.HYPHEN_MINUS:this.state=YR.COMMENT_END_DASH;break;case lR.LESS_THAN_SIGN:t.data+="<",this.state=YR.COMMENT_LESS_THAN_SIGN;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.data+=oR;break;case lR.EOF:this._err(bR.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=String.fromCodePoint(e)}}_stateCommentLessThanSign(e){const t=this.currentToken;switch(e){case lR.EXCLAMATION_MARK:t.data+="!",this.state=YR.COMMENT_LESS_THAN_SIGN_BANG;break;case lR.LESS_THAN_SIGN:t.data+="<";break;default:this.state=YR.COMMENT,this._stateComment(e)}}_stateCommentLessThanSignBang(e){e===lR.HYPHEN_MINUS?this.state=YR.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=YR.COMMENT,this._stateComment(e))}_stateCommentLessThanSignBangDash(e){e===lR.HYPHEN_MINUS?this.state=YR.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=YR.COMMENT_END_DASH,this._stateCommentEndDash(e))}_stateCommentLessThanSignBangDashDash(e){e!==lR.GREATER_THAN_SIGN&&e!==lR.EOF&&this._err(bR.nestedComment),this.state=YR.COMMENT_END,this._stateCommentEnd(e)}_stateCommentEndDash(e){const t=this.currentToken;switch(e){case lR.HYPHEN_MINUS:this.state=YR.COMMENT_END;break;case lR.EOF:this._err(bR.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=YR.COMMENT,this._stateComment(e)}}_stateCommentEnd(e){const t=this.currentToken;switch(e){case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentComment(t);break;case lR.EXCLAMATION_MARK:this.state=YR.COMMENT_END_BANG;break;case lR.HYPHEN_MINUS:t.data+="-";break;case lR.EOF:this._err(bR.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--",this.state=YR.COMMENT,this._stateComment(e)}}_stateCommentEndBang(e){const t=this.currentToken;switch(e){case lR.HYPHEN_MINUS:t.data+="--!",this.state=YR.COMMENT_END_DASH;break;case lR.GREATER_THAN_SIGN:this._err(bR.incorrectlyClosedComment),this.state=YR.DATA,this.emitCurrentComment(t);break;case lR.EOF:this._err(bR.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--!",this.state=YR.COMMENT,this._stateComment(e)}}_stateDoctype(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this.state=YR.BEFORE_DOCTYPE_NAME;break;case lR.GREATER_THAN_SIGN:this.state=YR.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e);break;case lR.EOF:{this._err(bR.eofInDoctype),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._err(bR.missingWhitespaceBeforeDoctypeName),this.state=YR.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e)}}_stateBeforeDoctypeName(e){if(XR(e))this._createDoctypeToken(String.fromCharCode(nM(e))),this.state=YR.DOCTYPE_NAME;else switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._createDoctypeToken(oR),this.state=YR.DOCTYPE_NAME;break;case lR.GREATER_THAN_SIGN:{this._err(bR.missingDoctypeName),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this.state=YR.DATA;break}case lR.EOF:{this._err(bR.eofInDoctype),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(e)),this.state=YR.DOCTYPE_NAME}}_stateDoctypeName(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this.state=YR.AFTER_DOCTYPE_NAME;break;case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.name+=oR;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.name+=String.fromCodePoint(XR(e)?nM(e):e)}}_stateAfterDoctypeName(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._consumeSequenceIfMatch(hR,!1)?this.state=YR.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(fR,!1)?this.state=YR.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(bR.invalidCharacterSequenceAfterDoctypeName),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e))}}_stateAfterDoctypePublicKeyword(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this.state=YR.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break;case lR.QUOTATION_MARK:this._err(bR.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=YR.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case lR.APOSTROPHE:this._err(bR.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=YR.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case lR.GREATER_THAN_SIGN:this._err(bR.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.QUOTATION_MARK:t.publicId="",this.state=YR.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case lR.APOSTROPHE:t.publicId="",this.state=YR.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case lR.GREATER_THAN_SIGN:this._err(bR.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypePublicIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case lR.QUOTATION_MARK:this.state=YR.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.publicId+=oR;break;case lR.GREATER_THAN_SIGN:this._err(bR.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateDoctypePublicIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case lR.APOSTROPHE:this.state=YR.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.publicId+=oR;break;case lR.GREATER_THAN_SIGN:this._err(bR.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateAfterDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this.state=YR.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break;case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.QUOTATION_MARK:this._err(bR.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case lR.APOSTROPHE:this._err(bR.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBetweenDoctypePublicAndSystemIdentifiers(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.QUOTATION_MARK:t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case lR.APOSTROPHE:t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateAfterDoctypeSystemKeyword(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this.state=YR.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break;case lR.QUOTATION_MARK:this._err(bR.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case lR.APOSTROPHE:this._err(bR.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case lR.GREATER_THAN_SIGN:this._err(bR.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.QUOTATION_MARK:t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case lR.APOSTROPHE:t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case lR.GREATER_THAN_SIGN:this._err(bR.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypeSystemIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case lR.QUOTATION_MARK:this.state=YR.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.systemId+=oR;break;case lR.GREATER_THAN_SIGN:this._err(bR.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateDoctypeSystemIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case lR.APOSTROPHE:this.state=YR.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.systemId+=oR;break;case lR.GREATER_THAN_SIGN:this._err(bR.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateAfterDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBogusDoctype(e){const t=this.currentToken;switch(e){case lR.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.NULL:this._err(bR.unexpectedNullCharacter);break;case lR.EOF:this.emitCurrentDoctype(t),this._emitEOFToken()}}_stateCdataSection(e){switch(e){case lR.RIGHT_SQUARE_BRACKET:this.state=YR.CDATA_SECTION_BRACKET;break;case lR.EOF:this._err(bR.eofInCdata),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateCdataSectionBracket(e){e===lR.RIGHT_SQUARE_BRACKET?this.state=YR.CDATA_SECTION_END:(this._emitChars("]"),this.state=YR.CDATA_SECTION,this._stateCdataSection(e))}_stateCdataSectionEnd(e){switch(e){case lR.GREATER_THAN_SIGN:this.state=YR.DATA;break;case lR.RIGHT_SQUARE_BRACKET:this._emitChars("]");break;default:this._emitChars("]]"),this.state=YR.CDATA_SECTION,this._stateCdataSection(e)}}_stateCharacterReference(e){e===lR.NUMBER_SIGN?this.state=YR.NUMERIC_CHARACTER_REFERENCE:ZR(e)?(this.state=YR.NAMED_CHARACTER_REFERENCE,this._stateNamedCharacterReference(e)):(this._flushCodePointConsumedAsCharacterReference(lR.AMPERSAND),this._reconsumeInState(this.returnState,e))}_stateNamedCharacterReference(e){const t=this._matchNamedCharacterReference(e);if(this._ensureHibernation());else if(t){for(let e=0;e<t.length;e++)this._flushCodePointConsumedAsCharacterReference(t[e]);this.state=this.returnState}else this._flushCodePointConsumedAsCharacterReference(lR.AMPERSAND),this.state=YR.AMBIGUOUS_AMPERSAND}_stateAmbiguousAmpersand(e){ZR(e)?this._flushCodePointConsumedAsCharacterReference(e):(e===lR.SEMICOLON&&this._err(bR.unknownNamedCharacterReference),this._reconsumeInState(this.returnState,e))}_stateNumericCharacterReference(e){this.charRefCode=0,e===lR.LATIN_SMALL_X||e===lR.LATIN_CAPITAL_X?this.state=YR.HEXADEMICAL_CHARACTER_REFERENCE_START:JR(e)?(this.state=YR.DECIMAL_CHARACTER_REFERENCE,this._stateDecimalCharacterReference(e)):(this._err(bR.absenceOfDigitsInNumericCharacterReference),this._flushCodePointConsumedAsCharacterReference(lR.AMPERSAND),this._flushCodePointConsumedAsCharacterReference(lR.NUMBER_SIGN),this._reconsumeInState(this.returnState,e))}_stateHexademicalCharacterReferenceStart(e){!function(e){return JR(e)||eM(e)||tM(e)}(e)?(this._err(bR.absenceOfDigitsInNumericCharacterReference),this._flushCodePointConsumedAsCharacterReference(lR.AMPERSAND),this._flushCodePointConsumedAsCharacterReference(lR.NUMBER_SIGN),this._unconsume(2),this.state=this.returnState):(this.state=YR.HEXADEMICAL_CHARACTER_REFERENCE,this._stateHexademicalCharacterReference(e))}_stateHexademicalCharacterReference(e){eM(e)?this.charRefCode=16*this.charRefCode+e-55:tM(e)?this.charRefCode=16*this.charRefCode+e-87:JR(e)?this.charRefCode=16*this.charRefCode+e-48:e===lR.SEMICOLON?this.state=YR.NUMERIC_CHARACTER_REFERENCE_END:(this._err(bR.missingSemicolonAfterCharacterReference),this.state=YR.NUMERIC_CHARACTER_REFERENCE_END,this._stateNumericCharacterReferenceEnd(e))}_stateDecimalCharacterReference(e){JR(e)?this.charRefCode=10*this.charRefCode+e-48:e===lR.SEMICOLON?this.state=YR.NUMERIC_CHARACTER_REFERENCE_END:(this._err(bR.missingSemicolonAfterCharacterReference),this.state=YR.NUMERIC_CHARACTER_REFERENCE_END,this._stateNumericCharacterReferenceEnd(e))}_stateNumericCharacterReferenceEnd(e){if(this.charRefCode===lR.NULL)this._err(bR.nullCharacterReference),this.charRefCode=lR.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(bR.characterReferenceOutsideUnicodeRange),this.charRefCode=lR.REPLACEMENT_CHARACTER;else if(mR(this.charRefCode))this._err(bR.surrogateCharacterReference),this.charRefCode=lR.REPLACEMENT_CHARACTER;else if(yR(this.charRefCode))this._err(bR.noncharacterCharacterReference);else if(gR(this.charRefCode)||this.charRefCode===lR.CARRIAGE_RETURN){this._err(bR.controlCharacterReference);const e=zR.get(this.charRefCode);void 0!==e&&(this.charRefCode=e)}this._flushCodePointConsumedAsCharacterReference(this.charRefCode),this._reconsumeInState(this.returnState,e)}}const oM=new Set([RR.DD,RR.DT,RR.LI,RR.OPTGROUP,RR.OPTION,RR.P,RR.RB,RR.RP,RR.RT,RR.RTC]),lM=new Set([...oM,RR.CAPTION,RR.COLGROUP,RR.TBODY,RR.TD,RR.TFOOT,RR.TH,RR.THEAD,RR.TR]),cM=new Map([[RR.APPLET,kR.HTML],[RR.CAPTION,kR.HTML],[RR.HTML,kR.HTML],[RR.MARQUEE,kR.HTML],[RR.OBJECT,kR.HTML],[RR.TABLE,kR.HTML],[RR.TD,kR.HTML],[RR.TEMPLATE,kR.HTML],[RR.TH,kR.HTML],[RR.ANNOTATION_XML,kR.MATHML],[RR.MI,kR.MATHML],[RR.MN,kR.MATHML],[RR.MO,kR.MATHML],[RR.MS,kR.MATHML],[RR.MTEXT,kR.MATHML],[RR.DESC,kR.SVG],[RR.FOREIGN_OBJECT,kR.SVG],[RR.TITLE,kR.SVG]]),uM=[RR.H1,RR.H2,RR.H3,RR.H4,RR.H5,RR.H6],pM=[RR.TR,RR.TEMPLATE,RR.HTML],dM=[RR.TBODY,RR.TFOOT,RR.THEAD,RR.TEMPLATE,RR.HTML],hM=[RR.TABLE,RR.TEMPLATE,RR.HTML],fM=[RR.TD,RR.TH];class mM{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(e,t,n){this.treeAdapter=t,this.handler=n,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=RR.UNKNOWN,this.current=e}_indexOf(e){return this.items.lastIndexOf(e,this.stackTop)}_isInTemplate(){return this.currentTagId===RR.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===kR.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(e,t){this.stackTop++,this.items[this.stackTop]=e,this.current=e,this.tagIDs[this.stackTop]=t,this.currentTagId=t,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(e,t,!0)}pop(){const e=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!0)}replace(e,t){const n=this._indexOf(e);this.items[n]=t,n===this.stackTop&&(this.current=t)}insertAfter(e,t,n){const r=this._indexOf(e)+1;this.items.splice(r,0,t),this.tagIDs.splice(r,0,n),this.stackTop++,r===this.stackTop&&this._updateCurrentElement(),this.handler.onItemPush(this.current,this.currentTagId,r===this.stackTop)}popUntilTagNamePopped(e){let t=this.stackTop+1;do{t=this.tagIDs.lastIndexOf(e,t-1)}while(t>0&&this.treeAdapter.getNamespaceURI(this.items[t])!==kR.HTML);this.shortenToLength(t<0?0:t)}shortenToLength(e){for(;this.stackTop>=e;){const t=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,this.stackTop<e)}}popUntilElementPopped(e){const t=this._indexOf(e);this.shortenToLength(t<0?0:t)}popUntilPopped(e,t){const n=this._indexOfTagNames(e,t);this.shortenToLength(n<0?0:n)}popUntilNumberedHeaderPopped(){this.popUntilPopped(uM,kR.HTML)}popUntilTableCellPopped(){this.popUntilPopped(fM,kR.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(e,t){for(let n=this.stackTop;n>=0;n--)if(e.includes(this.tagIDs[n])&&this.treeAdapter.getNamespaceURI(this.items[n])===t)return n;return-1}clearBackTo(e,t){const n=this._indexOfTagNames(e,t);this.shortenToLength(n+1)}clearBackToTableContext(){this.clearBackTo(hM,kR.HTML)}clearBackToTableBodyContext(){this.clearBackTo(dM,kR.HTML)}clearBackToTableRowContext(){this.clearBackTo(pM,kR.HTML)}remove(e){const t=this._indexOf(e);t>=0&&(t===this.stackTop?this.pop():(this.items.splice(t,1),this.tagIDs.splice(t,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===RR.BODY?this.items[1]:null}contains(e){return this._indexOf(e)>-1}getCommonAncestor(e){const t=this._indexOf(e)-1;return t>=0?this.items[t]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.tagIDs[0]===RR.HTML}hasInScope(e){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t],r=this.treeAdapter.getNamespaceURI(this.items[t]);if(n===e&&r===kR.HTML)return!0;if(cM.get(n)===r)return!1}return!0}hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){const t=this.tagIDs[e],n=this.treeAdapter.getNamespaceURI(this.items[e]);if(GR(t)&&n===kR.HTML)return!0;if(cM.get(t)===n)return!1}return!0}hasInListItemScope(e){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t],r=this.treeAdapter.getNamespaceURI(this.items[t]);if(n===e&&r===kR.HTML)return!0;if((n===RR.UL||n===RR.OL)&&r===kR.HTML||cM.get(n)===r)return!1}return!0}hasInButtonScope(e){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t],r=this.treeAdapter.getNamespaceURI(this.items[t]);if(n===e&&r===kR.HTML)return!0;if(n===RR.BUTTON&&r===kR.HTML||cM.get(n)===r)return!1}return!0}hasInTableScope(e){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t];if(this.treeAdapter.getNamespaceURI(this.items[t])===kR.HTML){if(n===e)return!0;if(n===RR.TABLE||n===RR.TEMPLATE||n===RR.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let e=this.stackTop;e>=0;e--){const t=this.tagIDs[e];if(this.treeAdapter.getNamespaceURI(this.items[e])===kR.HTML){if(t===RR.TBODY||t===RR.THEAD||t===RR.TFOOT)return!0;if(t===RR.TABLE||t===RR.HTML)return!1}}return!0}hasInSelectScope(e){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t];if(this.treeAdapter.getNamespaceURI(this.items[t])===kR.HTML){if(n===e)return!0;if(n!==RR.OPTION&&n!==RR.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;oM.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;lM.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(e){for(;this.currentTagId!==e&&lM.has(this.currentTagId);)this.pop()}}var gM;!function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"}(gM=gM||(gM={}));const yM={type:gM.Marker};class bM{constructor(e){this.treeAdapter=e,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(e,t){const n=[],r=t.length,i=this.treeAdapter.getTagName(e),s=this.treeAdapter.getNamespaceURI(e);for(let e=0;e<this.entries.length;e++){const t=this.entries[e];if(t.type===gM.Marker)break;const{element:a}=t;if(this.treeAdapter.getTagName(a)===i&&this.treeAdapter.getNamespaceURI(a)===s){const t=this.treeAdapter.getAttrList(a);t.length===r&&n.push({idx:e,attrs:t})}}return n}_ensureNoahArkCondition(e){if(this.entries.length<3)return;const t=this.treeAdapter.getAttrList(e),n=this._getNoahArkConditionCandidates(e,t);if(n.length<3)return;const r=new Map(t.map(e=>[e.name,e.value]));let i=0;for(let e=0;e<n.length;e++){const t=n[e];t.attrs.every(e=>r.get(e.name)===e.value)&&(i+=1,i>=3&&this.entries.splice(t.idx,1))}}insertMarker(){this.entries.unshift(yM)}pushElement(e,t){this._ensureNoahArkCondition(e),this.entries.unshift({type:gM.Element,element:e,token:t})}insertElementAfterBookmark(e,t){const n=this.entries.indexOf(this.bookmark);this.entries.splice(n,0,{type:gM.Element,element:e,token:t})}removeEntry(e){const t=this.entries.indexOf(e);t>=0&&this.entries.splice(t,1)}clearToLastMarker(){const e=this.entries.indexOf(yM);e>=0?this.entries.splice(0,e+1):this.entries.length=0}getElementEntryInScopeWithTagName(e){const t=this.entries.find(t=>t.type===gM.Marker||this.treeAdapter.getTagName(t.element)===e);return t&&t.type===gM.Element?t:null}getElementEntry(e){return this.entries.find(t=>t.type===gM.Element&&t.element===e)}}function vM(e){return{nodeName:"#text",value:e,parentNode:null}}const EM={createDocument:()=>({nodeName:"#document",mode:DR.NO_QUIRKS,childNodes:[]}),createDocumentFragment:()=>({nodeName:"#document-fragment",childNodes:[]}),createElement:(e,t,n)=>({nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}),createCommentNode:e=>({nodeName:"#comment",data:e,parentNode:null}),appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,n){const r=e.childNodes.indexOf(n);e.childNodes.splice(r,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent:e=>e.content,setDocumentType(e,t,n,r){const i=e.childNodes.find(e=>"#documentType"===e.nodeName);if(i)i.name=t,i.publicId=n,i.systemId=r;else{const i={nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null};EM.appendChild(e,i)}},setDocumentMode(e,t){e.mode=t},getDocumentMode:e=>e.mode,detachNode(e){if(e.parentNode){const t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){const n=e.childNodes[e.childNodes.length-1];if(EM.isTextNode(n))return n.value+=t,void 0}EM.appendChild(e,vM(t))},insertTextBefore(e,t,n){const r=e.childNodes[e.childNodes.indexOf(n)-1];r&&EM.isTextNode(r)?r.value+=t:EM.insertBefore(e,vM(t),n)},adoptAttributes(e,t){const n=new Set(e.attrs.map(e=>e.name));for(let r=0;r<t.length;r++)n.has(t[r].name)||e.attrs.push(t[r])},getFirstChild:e=>e.childNodes[0],getChildNodes:e=>e.childNodes,getParentNode:e=>e.parentNode,getAttrList:e=>e.attrs,getTagName:e=>e.tagName,getNamespaceURI:e=>e.namespaceURI,getTextNodeContent:e=>e.value,getCommentNodeContent:e=>e.data,getDocumentTypeNodeName:e=>e.name,getDocumentTypeNodePublicId:e=>e.publicId,getDocumentTypeNodeSystemId:e=>e.systemId,isTextNode:e=>"#text"===e.nodeName,isCommentNode:e=>"#comment"===e.nodeName,isDocumentTypeNode:e=>"#documentType"===e.nodeName,isElementNode:e=>Object.prototype.hasOwnProperty.call(e,"tagName"),setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation:e=>e.sourceCodeLocation,updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation={...e.sourceCodeLocation,...t}}},wM="html",TM=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],SM=[...TM,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],xM=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),_M=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],AM=[..._M,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function CM(e,t){return t.some(t=>e.startsWith(t))}const PM="text/html",IM="application/xhtml+xml",OM=new Map(["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(e=>[e.toLowerCase(),e])),kM=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:kR.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:kR.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:kR.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:kR.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:kR.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:kR.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:kR.XLINK}],["xml:base",{prefix:"xml",name:"base",namespace:kR.XML}],["xml:lang",{prefix:"xml",name:"lang",namespace:kR.XML}],["xml:space",{prefix:"xml",name:"space",namespace:kR.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:kR.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:kR.XMLNS}]]),NM=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),DM=new Set([RR.B,RR.BIG,RR.BLOCKQUOTE,RR.BODY,RR.BR,RR.CENTER,RR.CODE,RR.DD,RR.DIV,RR.DL,RR.DT,RR.EM,RR.EMBED,RR.H1,RR.H2,RR.H3,RR.H4,RR.H5,RR.H6,RR.HEAD,RR.HR,RR.I,RR.IMG,RR.LI,RR.LISTING,RR.MENU,RR.META,RR.NOBR,RR.OL,RR.P,RR.PRE,RR.RUBY,RR.S,RR.SMALL,RR.SPAN,RR.STRONG,RR.STRIKE,RR.SUB,RR.SUP,RR.TABLE,RR.TT,RR.U,RR.UL,RR.VAR]);function LM(e){for(let t=0;t<e.attrs.length;t++)if("definitionurl"===e.attrs[t].name){e.attrs[t].name="definitionURL";break}}function RM(e){for(let t=0;t<e.attrs.length;t++){const n=OM.get(e.attrs[t].name);null!=n&&(e.attrs[t].name=n)}}function MM(e){for(let t=0;t<e.attrs.length;t++){const n=kM.get(e.attrs[t].name);n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}}function FM(e,t,n,r){return(!r||r===kR.HTML)&&function(e,t,n){if(t===kR.MATHML&&e===RR.ANNOTATION_XML)for(let e=0;e<n.length;e++)if(n[e].name===NR.ENCODING){const t=n[e].value.toLowerCase();return t===PM||t===IM}return t===kR.SVG&&(e===RR.FOREIGN_OBJECT||e===RR.DESC||e===RR.TITLE)}(e,t,n)||(!r||r===kR.MATHML)&&function(e,t){return t===kR.MATHML&&(e===RR.MI||e===RR.MO||e===RR.MN||e===RR.MS||e===RR.MTEXT)}(e,t)}var jM;!function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"}(jM||(jM={}));const BM={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},UM=new Set([RR.TABLE,RR.TBODY,RR.TFOOT,RR.THEAD,RR.TR]),$M={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:EM,onParseError:null};class qM{constructor(e,t,n=null,r=null){this.fragmentContext=n,this.scriptHandler=r,this.currentToken=null,this.stopped=!1,this.insertionMode=jM.INITIAL,this.originalInsertionMode=jM.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options={...$M,...e},this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=null!=t?t:this.treeAdapter.createDocument(),this.tokenizer=new aM(this.options,this),this.activeFormattingElements=new bM(this.treeAdapter),this.fragmentContextID=n?VR(this.treeAdapter.getTagName(n)):RR.UNKNOWN,this._setContextModes(null!=n?n:this.document,this.fragmentContextID),this.openElements=new mM(this.document,this.treeAdapter,this)}static parse(e,t){const n=new this(t);return n.tokenizer.write(e,!0),n.document}static getFragmentParser(e,t){const n={...$M,...t};null!=e?e:e=n.treeAdapter.createElement(LR.TEMPLATE,kR.HTML,[]);const r=n.treeAdapter.createElement("documentmock",kR.HTML,[]),i=new this(n,r,e);return i.fragmentContextID===RR.TEMPLATE&&i.tmplInsertionModeStack.unshift(jM.IN_TEMPLATE),i._initTokenizerForFragmentParsing(),i._insertFakeRootElement(),i._resetInsertionMode(),i._findFormInFragmentContext(),i}getFragment(){const e=this.treeAdapter.getFirstChild(this.document),t=this.treeAdapter.createDocumentFragment();return this._adoptNodes(e,t),t}_err(e,t,n){var r;if(!this.onParseError)return;const i=null!==(r=e.location)&&void 0!==r?r:BM,s={code:t,startLine:i.startLine,startCol:i.startCol,startOffset:i.startOffset,endLine:n?i.startLine:i.endLine,endCol:n?i.startCol:i.endCol,endOffset:n?i.startOffset:i.endOffset};this.onParseError(s)}onItemPush(e,t,n){var r,i;null===(i=(r=this.treeAdapter).onItemPush)||void 0===i?void 0:i.call(r,e),n&&this.openElements.stackTop>0&&this._setContextModes(e,t)}onItemPop(e,t){var n,r;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(e,this.currentToken),null===(r=(n=this.treeAdapter).onItemPop)||void 0===r||r.call(n,e,this.openElements.current),t){let e,t;0===this.openElements.stackTop&&this.fragmentContext?(e=this.fragmentContext,t=this.fragmentContextID):({current:e,currentTagId:t}=this.openElements),this._setContextModes(e,t)}}_setContextModes(e,t){const n=e===this.document||this.treeAdapter.getNamespaceURI(e)===kR.HTML;this.currentNotInHTML=!n,this.tokenizer.inForeignNode=!n&&!this._isIntegrationPoint(t,e)}_switchToTextParsing(e,t){this._insertElement(e,kR.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=jM.TEXT}switchToPlaintextParsing(){this.insertionMode=jM.TEXT,this.originalInsertionMode=jM.IN_BODY,this.tokenizer.state=KR.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let e=this.fragmentContext;for(;e;){if(this.treeAdapter.getTagName(e)===LR.FORM){this.formElement=e;break}e=this.treeAdapter.getParentNode(e)}}_initTokenizerForFragmentParsing(){if(this.fragmentContext&&this.treeAdapter.getNamespaceURI(this.fragmentContext)===kR.HTML)switch(this.fragmentContextID){case RR.TITLE:case RR.TEXTAREA:this.tokenizer.state=KR.RCDATA;break;case RR.STYLE:case RR.XMP:case RR.IFRAME:case RR.NOEMBED:case RR.NOFRAMES:case RR.NOSCRIPT:this.tokenizer.state=KR.RAWTEXT;break;case RR.SCRIPT:this.tokenizer.state=KR.SCRIPT_DATA;break;case RR.PLAINTEXT:this.tokenizer.state=KR.PLAINTEXT}}_setDocumentType(e){const t=e.name||"",n=e.publicId||"",r=e.systemId||"";if(this.treeAdapter.setDocumentType(this.document,t,n,r),e.location){const t=this.treeAdapter.getChildNodes(this.document).find(e=>this.treeAdapter.isDocumentTypeNode(e));t&&this.treeAdapter.setNodeSourceCodeLocation(t,e.location)}}_attachElementToTree(e,t){if(this.options.sourceCodeLocationInfo){const n=t&&{...t,startTag:t};this.treeAdapter.setNodeSourceCodeLocation(e,n)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(e);else{const t=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(t,e)}}_appendElement(e,t){const n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n,e.location)}_insertElement(e,t){const n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n,e.location),this.openElements.push(n,e.tagID)}_insertFakeElement(e,t){const n=this.treeAdapter.createElement(e,kR.HTML,[]);this._attachElementToTree(n,null),this.openElements.push(n,t)}_insertTemplate(e){const t=this.treeAdapter.createElement(e.tagName,kR.HTML,e.attrs),n=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(t,n),this._attachElementToTree(t,e.location),this.openElements.push(t,e.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(n,null)}_insertFakeRootElement(){const e=this.treeAdapter.createElement(LR.HTML,kR.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(e,null),this.treeAdapter.appendChild(this.openElements.current,e),this.openElements.push(e,RR.HTML)}_appendCommentNode(e,t){const n=this.treeAdapter.createCommentNode(e.data);this.treeAdapter.appendChild(t,n),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(n,e.location)}_insertCharacters(e){let t,n;if(this._shouldFosterParentOnInsertion()?(({parent:t,beforeElement:n}=this._findFosterParentingLocation()),n?this.treeAdapter.insertTextBefore(t,e.chars,n):this.treeAdapter.insertText(t,e.chars)):(t=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(t,e.chars)),!e.location)return;const r=this.treeAdapter.getChildNodes(t),i=n?r.lastIndexOf(n):r.length,s=r[i-1];if(this.treeAdapter.getNodeSourceCodeLocation(s)){const{endLine:t,endCol:n,endOffset:r}=e.location;this.treeAdapter.updateNodeSourceCodeLocation(s,{endLine:t,endCol:n,endOffset:r})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(s,e.location)}_adoptNodes(e,t){for(let n=this.treeAdapter.getFirstChild(e);n;n=this.treeAdapter.getFirstChild(e))this.treeAdapter.detachNode(n),this.treeAdapter.appendChild(t,n)}_setEndLocation(e,t){if(this.treeAdapter.getNodeSourceCodeLocation(e)&&t.location){const n=t.location,r=this.treeAdapter.getTagName(e),i=t.type===ER.END_TAG&&r===t.tagName?{endTag:{...n},endLine:n.endLine,endCol:n.endCol,endOffset:n.endOffset}:{endLine:n.startLine,endCol:n.startCol,endOffset:n.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(e,i)}}shouldProcessStartTagTokenInForeignContent(e){if(!this.currentNotInHTML)return!1;let t,n;return 0===this.openElements.stackTop&&this.fragmentContext?(t=this.fragmentContext,n=this.fragmentContextID):({current:t,currentTagId:n}=this.openElements),(e.tagID!==RR.SVG||this.treeAdapter.getTagName(t)!==LR.ANNOTATION_XML||this.treeAdapter.getNamespaceURI(t)!==kR.MATHML)&&(this.tokenizer.inForeignNode||(e.tagID===RR.MGLYPH||e.tagID===RR.MALIGNMARK)&&!this._isIntegrationPoint(n,t,kR.HTML))}_processToken(e){switch(e.type){case ER.CHARACTER:this.onCharacter(e);break;case ER.NULL_CHARACTER:this.onNullCharacter(e);break;case ER.COMMENT:this.onComment(e);break;case ER.DOCTYPE:this.onDoctype(e);break;case ER.START_TAG:this._processStartTag(e);break;case ER.END_TAG:this.onEndTag(e);break;case ER.EOF:this.onEof(e);break;case ER.WHITESPACE_CHARACTER:this.onWhitespaceCharacter(e)}}_isIntegrationPoint(e,t,n){return FM(e,this.treeAdapter.getNamespaceURI(t),this.treeAdapter.getAttrList(t),n)}_reconstructActiveFormattingElements(){const e=this.activeFormattingElements.entries.length;if(e){const t=this.activeFormattingElements.entries.findIndex(e=>e.type===gM.Marker||this.openElements.contains(e.element));for(let n=t<0?e-1:t-1;n>=0;n--){const e=this.activeFormattingElements.entries[n];this._insertElement(e.token,this.treeAdapter.getNamespaceURI(e.element)),e.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=jM.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(RR.P),this.openElements.popUntilTagNamePopped(RR.P)}_resetInsertionMode(){for(let e=this.openElements.stackTop;e>=0;e--)switch(0===e&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[e]){case RR.TR:return this.insertionMode=jM.IN_ROW,void 0;case RR.TBODY:case RR.THEAD:case RR.TFOOT:return this.insertionMode=jM.IN_TABLE_BODY,void 0;case RR.CAPTION:return this.insertionMode=jM.IN_CAPTION,void 0;case RR.COLGROUP:return this.insertionMode=jM.IN_COLUMN_GROUP,void 0;case RR.TABLE:return this.insertionMode=jM.IN_TABLE,void 0;case RR.BODY:return this.insertionMode=jM.IN_BODY,void 0;case RR.FRAMESET:return this.insertionMode=jM.IN_FRAMESET,void 0;case RR.SELECT:return this._resetInsertionModeForSelect(e),void 0;case RR.TEMPLATE:return this.insertionMode=this.tmplInsertionModeStack[0],void 0;case RR.HTML:return this.insertionMode=this.headElement?jM.AFTER_HEAD:jM.BEFORE_HEAD,void 0;case RR.TD:case RR.TH:if(e>0)return this.insertionMode=jM.IN_CELL,void 0;break;case RR.HEAD:if(e>0)return this.insertionMode=jM.IN_HEAD,void 0}this.insertionMode=jM.IN_BODY}_resetInsertionModeForSelect(e){if(e>0)for(let t=e-1;t>0;t--){const e=this.openElements.tagIDs[t];if(e===RR.TEMPLATE)break;if(e===RR.TABLE)return this.insertionMode=jM.IN_SELECT_IN_TABLE,void 0}this.insertionMode=jM.IN_SELECT}_isElementCausesFosterParenting(e){return UM.has(e)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let e=this.openElements.stackTop;e>=0;e--){const t=this.openElements.items[e];switch(this.openElements.tagIDs[e]){case RR.TEMPLATE:if(this.treeAdapter.getNamespaceURI(t)===kR.HTML)return{parent:this.treeAdapter.getTemplateContent(t),beforeElement:null};break;case RR.TABLE:{const n=this.treeAdapter.getParentNode(t);return n?{parent:n,beforeElement:t}:{parent:this.openElements.items[e-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(e){const t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertBefore(t.parent,e,t.beforeElement):this.treeAdapter.appendChild(t.parent,e)}_isSpecialElement(e,t){const n=this.treeAdapter.getNamespaceURI(e);return WR[n].has(t)}onCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)return!function(e,t){e._insertCharacters(t),e.framesetOk=!1}(this,e),void 0;switch(this.insertionMode){case jM.INITIAL:QM(this,e);break;case jM.BEFORE_HTML:ZM(this,e);break;case jM.BEFORE_HEAD:eF(this,e);break;case jM.IN_HEAD:rF(this,e);break;case jM.IN_HEAD_NO_SCRIPT:iF(this,e);break;case jM.AFTER_HEAD:sF(this,e);break;case jM.IN_BODY:case jM.IN_CAPTION:case jM.IN_CELL:case jM.IN_TEMPLATE:lF(this,e);break;case jM.TEXT:case jM.IN_SELECT:case jM.IN_SELECT_IN_TABLE:this._insertCharacters(e);break;case jM.IN_TABLE:case jM.IN_TABLE_BODY:case jM.IN_ROW:yF(this,e);break;case jM.IN_TABLE_TEXT:TF(this,e);break;case jM.IN_COLUMN_GROUP:AF(this,e);break;case jM.AFTER_BODY:RF(this,e);break;case jM.AFTER_AFTER_BODY:MF(this,e)}}onNullCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)return!function(e,t){t.chars=oR,e._insertCharacters(t)}(this,e),void 0;switch(this.insertionMode){case jM.INITIAL:QM(this,e);break;case jM.BEFORE_HTML:ZM(this,e);break;case jM.BEFORE_HEAD:eF(this,e);break;case jM.IN_HEAD:rF(this,e);break;case jM.IN_HEAD_NO_SCRIPT:iF(this,e);break;case jM.AFTER_HEAD:sF(this,e);break;case jM.TEXT:this._insertCharacters(e);break;case jM.IN_TABLE:case jM.IN_TABLE_BODY:case jM.IN_ROW:yF(this,e);break;case jM.IN_COLUMN_GROUP:AF(this,e);break;case jM.AFTER_BODY:RF(this,e);break;case jM.AFTER_AFTER_BODY:MF(this,e)}}onComment(e){if(this.skipNextNewLine=!1,this.currentNotInHTML)return JM(this,e),void 0;switch(this.insertionMode){case jM.INITIAL:case jM.BEFORE_HTML:case jM.BEFORE_HEAD:case jM.IN_HEAD:case jM.IN_HEAD_NO_SCRIPT:case jM.AFTER_HEAD:case jM.IN_BODY:case jM.IN_TABLE:case jM.IN_CAPTION:case jM.IN_COLUMN_GROUP:case jM.IN_TABLE_BODY:case jM.IN_ROW:case jM.IN_CELL:case jM.IN_SELECT:case jM.IN_SELECT_IN_TABLE:case jM.IN_TEMPLATE:case jM.IN_FRAMESET:case jM.AFTER_FRAMESET:JM(this,e);break;case jM.IN_TABLE_TEXT:SF(this,e);break;case jM.AFTER_BODY:!function(e,t){e._appendCommentNode(t,e.openElements.items[0])}(this,e);break;case jM.AFTER_AFTER_BODY:case jM.AFTER_AFTER_FRAMESET:!function(e,t){e._appendCommentNode(t,e.document)}(this,e)}}onDoctype(e){switch(this.skipNextNewLine=!1,this.insertionMode){case jM.INITIAL:!function(e,t){e._setDocumentType(t);const n=t.forceQuirks?DR.QUIRKS:function(e){if(e.name!==wM)return DR.QUIRKS;const{systemId:t}=e;if(t&&"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"===t.toLowerCase())return DR.QUIRKS;let{publicId:n}=e;if(null!==n){if(n=n.toLowerCase(),xM.has(n))return DR.QUIRKS;let e=null===t?SM:TM;if(CM(n,e))return DR.QUIRKS;if(e=null===t?_M:AM,CM(n,e))return DR.LIMITED_QUIRKS}return DR.NO_QUIRKS}(t);(function(e){return e.name===wM&&null===e.publicId&&(null===e.systemId||"about:legacy-compat"===e.systemId)})(t)||e._err(t,bR.nonConformingDoctype);e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=jM.BEFORE_HTML}(this,e);break;case jM.BEFORE_HEAD:case jM.IN_HEAD:case jM.IN_HEAD_NO_SCRIPT:case jM.AFTER_HEAD:this._err(e,bR.misplacedDoctype);break;case jM.IN_TABLE_TEXT:SF(this,e)}}onStartTag(e){this.skipNextNewLine=!1,this.currentToken=e,this._processStartTag(e),e.selfClosing&&!e.ackSelfClosing&&this._err(e,bR.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(e){this.shouldProcessStartTagTokenInForeignContent(e)?!function(e,t){if(function(e){const t=e.tagID;return t===RR.FONT&&e.attrs.some(({name:e})=>e===NR.COLOR||e===NR.SIZE||e===NR.FACE)||DM.has(t)}(t))FF(e),e._startTagOutsideForeignContent(t);else{const n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===kR.MATHML?LM(t):r===kR.SVG&&(!function(e){const t=NM.get(e.tagName);null!=t&&(e.tagName=t,e.tagID=VR(e.tagName))}(t),RM(t)),MM(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}(this,e):this._startTagOutsideForeignContent(e)}_startTagOutsideForeignContent(e){switch(this.insertionMode){case jM.INITIAL:QM(this,e);break;case jM.BEFORE_HTML:!function(e,t){t.tagID===RR.HTML?(e._insertElement(t,kR.HTML),e.insertionMode=jM.BEFORE_HEAD):ZM(e,t)}(this,e);break;case jM.BEFORE_HEAD:!function(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.HEAD:e._insertElement(t,kR.HTML),e.headElement=e.openElements.current,e.insertionMode=jM.IN_HEAD;break;default:eF(e,t)}}(this,e);break;case jM.IN_HEAD:tF(this,e);break;case jM.IN_HEAD_NO_SCRIPT:!function(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.BASEFONT:case RR.BGSOUND:case RR.HEAD:case RR.LINK:case RR.META:case RR.NOFRAMES:case RR.STYLE:tF(e,t);break;case RR.NOSCRIPT:e._err(t,bR.nestedNoscriptInHead);break;default:iF(e,t)}}(this,e);break;case jM.AFTER_HEAD:!function(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.BODY:e._insertElement(t,kR.HTML),e.framesetOk=!1,e.insertionMode=jM.IN_BODY;break;case RR.FRAMESET:e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_FRAMESET;break;case RR.BASE:case RR.BASEFONT:case RR.BGSOUND:case RR.LINK:case RR.META:case RR.NOFRAMES:case RR.SCRIPT:case RR.STYLE:case RR.TEMPLATE:case RR.TITLE:e._err(t,bR.abandonedHeadElementChild),e.openElements.push(e.headElement,RR.HEAD),tF(e,t),e.openElements.remove(e.headElement);break;case RR.HEAD:e._err(t,bR.misplacedStartTagForHeadElement);break;default:sF(e,t)}}(this,e);break;case jM.IN_BODY:hF(this,e);break;case jM.IN_TABLE:bF(this,e);break;case jM.IN_TABLE_TEXT:SF(this,e);break;case jM.IN_CAPTION:!function(e,t){const n=t.tagID;xF.has(n)?e.openElements.hasInTableScope(RR.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(RR.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=jM.IN_TABLE,bF(e,t)):hF(e,t)}(this,e);break;case jM.IN_COLUMN_GROUP:_F(this,e);break;case jM.IN_TABLE_BODY:CF(this,e);break;case jM.IN_ROW:IF(this,e);break;case jM.IN_CELL:!function(e,t){const n=t.tagID;xF.has(n)?(e.openElements.hasInTableScope(RR.TD)||e.openElements.hasInTableScope(RR.TH))&&(e._closeTableCell(),IF(e,t)):hF(e,t)}(this,e);break;case jM.IN_SELECT:kF(this,e);break;case jM.IN_SELECT_IN_TABLE:!function(e,t){const n=t.tagID;n===RR.CAPTION||n===RR.TABLE||n===RR.TBODY||n===RR.TFOOT||n===RR.THEAD||n===RR.TR||n===RR.TD||n===RR.TH?(e.openElements.popUntilTagNamePopped(RR.SELECT),e._resetInsertionMode(),e._processStartTag(t)):kF(e,t)}(this,e);break;case jM.IN_TEMPLATE:!function(e,t){switch(t.tagID){case RR.BASE:case RR.BASEFONT:case RR.BGSOUND:case RR.LINK:case RR.META:case RR.NOFRAMES:case RR.SCRIPT:case RR.STYLE:case RR.TEMPLATE:case RR.TITLE:tF(e,t);break;case RR.CAPTION:case RR.COLGROUP:case RR.TBODY:case RR.TFOOT:case RR.THEAD:e.tmplInsertionModeStack[0]=jM.IN_TABLE,e.insertionMode=jM.IN_TABLE,bF(e,t);break;case RR.COL:e.tmplInsertionModeStack[0]=jM.IN_COLUMN_GROUP,e.insertionMode=jM.IN_COLUMN_GROUP,_F(e,t);break;case RR.TR:e.tmplInsertionModeStack[0]=jM.IN_TABLE_BODY,e.insertionMode=jM.IN_TABLE_BODY,CF(e,t);break;case RR.TD:case RR.TH:e.tmplInsertionModeStack[0]=jM.IN_ROW,e.insertionMode=jM.IN_ROW,IF(e,t);break;default:e.tmplInsertionModeStack[0]=jM.IN_BODY,e.insertionMode=jM.IN_BODY,hF(e,t)}}(this,e);break;case jM.AFTER_BODY:!function(e,t){t.tagID===RR.HTML?hF(e,t):RF(e,t)}(this,e);break;case jM.IN_FRAMESET:!function(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.FRAMESET:e._insertElement(t,kR.HTML);break;case RR.FRAME:e._appendElement(t,kR.HTML),t.ackSelfClosing=!0;break;case RR.NOFRAMES:tF(e,t)}}(this,e);break;case jM.AFTER_FRAMESET:!function(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.NOFRAMES:tF(e,t)}}(this,e);break;case jM.AFTER_AFTER_BODY:!function(e,t){t.tagID===RR.HTML?hF(e,t):MF(e,t)}(this,e);break;case jM.AFTER_AFTER_FRAMESET:!function(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.NOFRAMES:tF(e,t)}}(this,e)}}onEndTag(e){this.skipNextNewLine=!1,this.currentToken=e,this.currentNotInHTML?function(e,t){if(t.tagID===RR.P||t.tagID===RR.BR)return FF(e),e._endTagOutsideForeignContent(t),void 0;for(let n=e.openElements.stackTop;n>0;n--){const r=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(r)===kR.HTML){e._endTagOutsideForeignContent(t);break}const i=e.treeAdapter.getTagName(r);if(i.toLowerCase()===t.tagName){t.tagName=i,e.openElements.shortenToLength(n);break}}}(this,e):this._endTagOutsideForeignContent(e)}_endTagOutsideForeignContent(e){switch(this.insertionMode){case jM.INITIAL:QM(this,e);break;case jM.BEFORE_HTML:!function(e,t){const n=t.tagID;n!==RR.HTML&&n!==RR.HEAD&&n!==RR.BODY&&n!==RR.BR||ZM(e,t)}(this,e);break;case jM.BEFORE_HEAD:!function(e,t){const n=t.tagID;n===RR.HEAD||n===RR.BODY||n===RR.HTML||n===RR.BR?eF(e,t):e._err(t,bR.endTagWithoutMatchingOpenElement)}(this,e);break;case jM.IN_HEAD:!function(e,t){switch(t.tagID){case RR.HEAD:e.openElements.pop(),e.insertionMode=jM.AFTER_HEAD;break;case RR.BODY:case RR.BR:case RR.HTML:rF(e,t);break;case RR.TEMPLATE:nF(e,t);break;default:e._err(t,bR.endTagWithoutMatchingOpenElement)}}(this,e);break;case jM.IN_HEAD_NO_SCRIPT:!function(e,t){switch(t.tagID){case RR.NOSCRIPT:e.openElements.pop(),e.insertionMode=jM.IN_HEAD;break;case RR.BR:iF(e,t);break;default:e._err(t,bR.endTagWithoutMatchingOpenElement)}}(this,e);break;case jM.AFTER_HEAD:!function(e,t){switch(t.tagID){case RR.BODY:case RR.HTML:case RR.BR:sF(e,t);break;case RR.TEMPLATE:nF(e,t);break;default:e._err(t,bR.endTagWithoutMatchingOpenElement)}}(this,e);break;case jM.IN_BODY:mF(this,e);break;case jM.TEXT:!function(e,t){var n;t.tagID===RR.SCRIPT&&(null===(n=e.scriptHandler)||void 0===n?void 0:n.call(e,e.openElements.current));e.openElements.pop(),e.insertionMode=e.originalInsertionMode}(this,e);break;case jM.IN_TABLE:vF(this,e);break;case jM.IN_TABLE_TEXT:SF(this,e);break;case jM.IN_CAPTION:!function(e,t){const n=t.tagID;switch(n){case RR.CAPTION:case RR.TABLE:e.openElements.hasInTableScope(RR.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(RR.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=jM.IN_TABLE,n===RR.TABLE&&vF(e,t));break;case RR.BODY:case RR.COL:case RR.COLGROUP:case RR.HTML:case RR.TBODY:case RR.TD:case RR.TFOOT:case RR.TH:case RR.THEAD:case RR.TR:break;default:mF(e,t)}}(this,e);break;case jM.IN_COLUMN_GROUP:!function(e,t){switch(t.tagID){case RR.COLGROUP:e.openElements.currentTagId===RR.COLGROUP&&(e.openElements.pop(),e.insertionMode=jM.IN_TABLE);break;case RR.TEMPLATE:nF(e,t);break;case RR.COL:break;default:AF(e,t)}}(this,e);break;case jM.IN_TABLE_BODY:PF(this,e);break;case jM.IN_ROW:OF(this,e);break;case jM.IN_CELL:!function(e,t){const n=t.tagID;switch(n){case RR.TD:case RR.TH:e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=jM.IN_ROW);break;case RR.TABLE:case RR.TBODY:case RR.TFOOT:case RR.THEAD:case RR.TR:e.openElements.hasInTableScope(n)&&(e._closeTableCell(),OF(e,t));break;case RR.BODY:case RR.CAPTION:case RR.COL:case RR.COLGROUP:case RR.HTML:break;default:mF(e,t)}}(this,e);break;case jM.IN_SELECT:NF(this,e);break;case jM.IN_SELECT_IN_TABLE:!function(e,t){const n=t.tagID;n===RR.CAPTION||n===RR.TABLE||n===RR.TBODY||n===RR.TFOOT||n===RR.THEAD||n===RR.TR||n===RR.TD||n===RR.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(RR.SELECT),e._resetInsertionMode(),e.onEndTag(t)):NF(e,t)}(this,e);break;case jM.IN_TEMPLATE:!function(e,t){t.tagID===RR.TEMPLATE&&nF(e,t)}(this,e);break;case jM.AFTER_BODY:LF(this,e);break;case jM.IN_FRAMESET:!function(e,t){t.tagID!==RR.FRAMESET||e.openElements.isRootHtmlElementCurrent()||(e.openElements.pop(),e.fragmentContext||e.openElements.currentTagId===RR.FRAMESET||(e.insertionMode=jM.AFTER_FRAMESET))}(this,e);break;case jM.AFTER_FRAMESET:!function(e,t){t.tagID===RR.HTML&&(e.insertionMode=jM.AFTER_AFTER_FRAMESET)}(this,e);break;case jM.AFTER_AFTER_BODY:MF(this,e)}}onEof(e){switch(this.insertionMode){case jM.INITIAL:QM(this,e);break;case jM.BEFORE_HTML:ZM(this,e);break;case jM.BEFORE_HEAD:eF(this,e);break;case jM.IN_HEAD:rF(this,e);break;case jM.IN_HEAD_NO_SCRIPT:iF(this,e);break;case jM.AFTER_HEAD:sF(this,e);break;case jM.IN_BODY:case jM.IN_TABLE:case jM.IN_CAPTION:case jM.IN_COLUMN_GROUP:case jM.IN_TABLE_BODY:case jM.IN_ROW:case jM.IN_CELL:case jM.IN_SELECT:case jM.IN_SELECT_IN_TABLE:gF(this,e);break;case jM.TEXT:!function(e,t){e._err(t,bR.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}(this,e);break;case jM.IN_TABLE_TEXT:SF(this,e);break;case jM.IN_TEMPLATE:DF(this,e);break;case jM.AFTER_BODY:case jM.IN_FRAMESET:case jM.AFTER_FRAMESET:case jM.AFTER_AFTER_BODY:case jM.AFTER_AFTER_FRAMESET:XM(this,e)}}onWhitespaceCharacter(e){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,e.chars.charCodeAt(0)===lR.LINE_FEED)){if(1===e.chars.length)return;e.chars=e.chars.substr(1)}if(this.tokenizer.inForeignNode)return this._insertCharacters(e),void 0;switch(this.insertionMode){case jM.IN_HEAD:case jM.IN_HEAD_NO_SCRIPT:case jM.AFTER_HEAD:case jM.TEXT:case jM.IN_COLUMN_GROUP:case jM.IN_SELECT:case jM.IN_SELECT_IN_TABLE:case jM.IN_FRAMESET:case jM.AFTER_FRAMESET:this._insertCharacters(e);break;case jM.IN_BODY:case jM.IN_CAPTION:case jM.IN_CELL:case jM.IN_TEMPLATE:case jM.AFTER_BODY:case jM.AFTER_AFTER_BODY:case jM.AFTER_AFTER_FRAMESET:oF(this,e);break;case jM.IN_TABLE:case jM.IN_TABLE_BODY:case jM.IN_ROW:yF(this,e);break;case jM.IN_TABLE_TEXT:wF(this,e)}}}function VM(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return n?e.openElements.contains(n.element)?e.openElements.hasInScope(t.tagID)||(n=null):(e.activeFormattingElements.removeEntry(n),n=null):fF(e,t),n}function HM(e,t){let n=null,r=e.openElements.stackTop;for(;r>=0;r--){const i=e.openElements.items[r];if(i===t.element)break;e._isSpecialElement(i,e.openElements.tagIDs[r])&&(n=i)}return n||(e.openElements.shortenToLength(r<0?0:r),e.activeFormattingElements.removeEntry(t)),n}function WM(e,t,n){let r=t,i=e.openElements.getCommonAncestor(t);for(let s=0,a=i;a!==n;s++,a=i){i=e.openElements.getCommonAncestor(a);const n=e.activeFormattingElements.getElementEntry(a),o=n&&s>=3;!n||o?(o&&e.activeFormattingElements.removeEntry(n),e.openElements.remove(a)):(a=GM(e,n),r===t&&(e.activeFormattingElements.bookmark=n),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(a,r),r=a)}return r}function GM(e,t){const n=e.treeAdapter.getNamespaceURI(t.element),r=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,r),t.element=r,r}function zM(e,t,n){const r=VR(e.treeAdapter.getTagName(t));if(e._isElementCausesFosterParenting(r))e._fosterParentElement(n);else{const i=e.treeAdapter.getNamespaceURI(t);r===RR.TEMPLATE&&i===kR.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function YM(e,t,n){const r=e.treeAdapter.getNamespaceURI(n.element),{token:i}=n,s=e.treeAdapter.createElement(i.tagName,r,i.attrs);e._adoptNodes(t,s),e.treeAdapter.appendChild(t,s),e.activeFormattingElements.insertElementAfterBookmark(s,i),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,s,i.tagID)}function KM(e,t){for(let n=0;n<8;n++){const n=VM(e,t);if(!n)break;const r=HM(e,n);if(!r)break;e.activeFormattingElements.bookmark=n;const i=WM(e,r,n.element),s=e.openElements.getCommonAncestor(n.element);e.treeAdapter.detachNode(i),s&&zM(e,s,i),YM(e,r,n)}}function JM(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function XM(e,t){if(e.stopped=!0,t.location){const n=e.fragmentContext?0:2;for(let r=e.openElements.stackTop;r>=n;r--)e._setEndLocation(e.openElements.items[r],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){const n=e.openElements.items[0],r=e.treeAdapter.getNodeSourceCodeLocation(n);if(r&&!r.endTag&&(e._setEndLocation(n,t),e.openElements.stackTop>=1)){const n=e.openElements.items[1],r=e.treeAdapter.getNodeSourceCodeLocation(n);r&&!r.endTag&&e._setEndLocation(n,t)}}}}function QM(e,t){e._err(t,bR.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,DR.QUIRKS),e.insertionMode=jM.BEFORE_HTML,e._processToken(t)}function ZM(e,t){e._insertFakeRootElement(),e.insertionMode=jM.BEFORE_HEAD,e._processToken(t)}function eF(e,t){e._insertFakeElement(LR.HEAD,RR.HEAD),e.headElement=e.openElements.current,e.insertionMode=jM.IN_HEAD,e._processToken(t)}function tF(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.BASE:case RR.BASEFONT:case RR.BGSOUND:case RR.LINK:case RR.META:e._appendElement(t,kR.HTML),t.ackSelfClosing=!0;break;case RR.TITLE:e._switchToTextParsing(t,KR.RCDATA);break;case RR.NOSCRIPT:e.options.scriptingEnabled?e._switchToTextParsing(t,KR.RAWTEXT):(e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_HEAD_NO_SCRIPT);break;case RR.NOFRAMES:case RR.STYLE:e._switchToTextParsing(t,KR.RAWTEXT);break;case RR.SCRIPT:e._switchToTextParsing(t,KR.SCRIPT_DATA);break;case RR.TEMPLATE:e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=jM.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(jM.IN_TEMPLATE);break;case RR.HEAD:e._err(t,bR.misplacedStartTagForHeadElement);break;default:rF(e,t)}}function nF(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==RR.TEMPLATE&&e._err(t,bR.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(RR.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,bR.endTagWithoutMatchingOpenElement)}function rF(e,t){e.openElements.pop(),e.insertionMode=jM.AFTER_HEAD,e._processToken(t)}function iF(e,t){const n=t.type===ER.EOF?bR.openElementsLeftAfterEof:bR.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=jM.IN_HEAD,e._processToken(t)}function sF(e,t){e._insertFakeElement(LR.BODY,RR.BODY),e.insertionMode=jM.IN_BODY,aF(e,t)}function aF(e,t){switch(t.type){case ER.CHARACTER:lF(e,t);break;case ER.WHITESPACE_CHARACTER:oF(e,t);break;case ER.COMMENT:JM(e,t);break;case ER.START_TAG:hF(e,t);break;case ER.END_TAG:mF(e,t);break;case ER.EOF:gF(e,t)}}function oF(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function lF(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function cF(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,kR.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function uF(e){const t=wR(e,NR.TYPE);return null!=t&&"hidden"===t.toLowerCase()}function pF(e,t){e._switchToTextParsing(t,KR.RAWTEXT)}function dF(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML)}function hF(e,t){switch(t.tagID){case RR.I:case RR.S:case RR.B:case RR.U:case RR.EM:case RR.TT:case RR.BIG:case RR.CODE:case RR.FONT:case RR.SMALL:case RR.STRIKE:case RR.STRONG:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case RR.A:!function(e,t){const n=e.activeFormattingElements.getElementEntryInScopeWithTagName(LR.A);n&&(KM(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case RR.H1:case RR.H2:case RR.H3:case RR.H4:case RR.H5:case RR.H6:!function(e,t){e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),GR(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,kR.HTML)}(e,t);break;case RR.P:case RR.DL:case RR.OL:case RR.UL:case RR.DIV:case RR.DIR:case RR.NAV:case RR.MAIN:case RR.MENU:case RR.ASIDE:case RR.CENTER:case RR.FIGURE:case RR.FOOTER:case RR.HEADER:case RR.HGROUP:case RR.DIALOG:case RR.DETAILS:case RR.ADDRESS:case RR.ARTICLE:case RR.SECTION:case RR.SUMMARY:case RR.FIELDSET:case RR.BLOCKQUOTE:case RR.FIGCAPTION:!function(e,t){e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._insertElement(t,kR.HTML)}(e,t);break;case RR.LI:case RR.DD:case RR.DT:!function(e,t){e.framesetOk=!1;const n=t.tagID;for(let t=e.openElements.stackTop;t>=0;t--){const r=e.openElements.tagIDs[t];if(n===RR.LI&&r===RR.LI||(n===RR.DD||n===RR.DT)&&(r===RR.DD||r===RR.DT)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.popUntilTagNamePopped(r);break}if(r!==RR.ADDRESS&&r!==RR.DIV&&r!==RR.P&&e._isSpecialElement(e.openElements.items[t],r))break}e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._insertElement(t,kR.HTML)}(e,t);break;case RR.BR:case RR.IMG:case RR.WBR:case RR.AREA:case RR.EMBED:case RR.KEYGEN:cF(e,t);break;case RR.HR:!function(e,t){e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._appendElement(t,kR.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}(e,t);break;case RR.RB:case RR.RTC:!function(e,t){e.openElements.hasInScope(RR.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,kR.HTML)}(e,t);break;case RR.RT:case RR.RP:!function(e,t){e.openElements.hasInScope(RR.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(RR.RTC),e._insertElement(t,kR.HTML)}(e,t);break;case RR.PRE:case RR.LISTING:!function(e,t){e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._insertElement(t,kR.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}(e,t);break;case RR.XMP:!function(e,t){e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,KR.RAWTEXT)}(e,t);break;case RR.SVG:!function(e,t){e._reconstructActiveFormattingElements(),RM(t),MM(t),t.selfClosing?e._appendElement(t,kR.SVG):e._insertElement(t,kR.SVG),t.ackSelfClosing=!0}(e,t);break;case RR.HTML:!function(e,t){0===e.openElements.tmplCount&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}(e,t);break;case RR.BASE:case RR.LINK:case RR.META:case RR.STYLE:case RR.TITLE:case RR.SCRIPT:case RR.BGSOUND:case RR.BASEFONT:case RR.TEMPLATE:tF(e,t);break;case RR.BODY:!function(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&0===e.openElements.tmplCount&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}(e,t);break;case RR.FORM:!function(e,t){const n=e.openElements.tmplCount>0;e.formElement&&!n||(e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._insertElement(t,kR.HTML),n||(e.formElement=e.openElements.current))}(e,t);break;case RR.NOBR:!function(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(RR.NOBR)&&(KM(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,kR.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case RR.MATH:!function(e,t){e._reconstructActiveFormattingElements(),LM(t),MM(t),t.selfClosing?e._appendElement(t,kR.MATHML):e._insertElement(t,kR.MATHML),t.ackSelfClosing=!0}(e,t);break;case RR.TABLE:!function(e,t){e.treeAdapter.getDocumentMode(e.document)!==DR.QUIRKS&&e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._insertElement(t,kR.HTML),e.framesetOk=!1,e.insertionMode=jM.IN_TABLE}(e,t);break;case RR.INPUT:!function(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,kR.HTML),uF(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}(e,t);break;case RR.PARAM:case RR.TRACK:case RR.SOURCE:!function(e,t){e._appendElement(t,kR.HTML),t.ackSelfClosing=!0}(e,t);break;case RR.IMAGE:!function(e,t){t.tagName=LR.IMG,t.tagID=RR.IMG,cF(e,t)}(e,t);break;case RR.BUTTON:!function(e,t){e.openElements.hasInScope(RR.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(RR.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML),e.framesetOk=!1}(e,t);break;case RR.APPLET:case RR.OBJECT:case RR.MARQUEE:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}(e,t);break;case RR.IFRAME:!function(e,t){e.framesetOk=!1,e._switchToTextParsing(t,KR.RAWTEXT)}(e,t);break;case RR.SELECT:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===jM.IN_TABLE||e.insertionMode===jM.IN_CAPTION||e.insertionMode===jM.IN_TABLE_BODY||e.insertionMode===jM.IN_ROW||e.insertionMode===jM.IN_CELL?jM.IN_SELECT_IN_TABLE:jM.IN_SELECT}(e,t);break;case RR.OPTION:case RR.OPTGROUP:!function(e,t){e.openElements.currentTagId===RR.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML)}(e,t);break;case RR.NOEMBED:pF(e,t);break;case RR.FRAMESET:!function(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_FRAMESET)}(e,t);break;case RR.TEXTAREA:!function(e,t){e._insertElement(t,kR.HTML),e.skipNextNewLine=!0,e.tokenizer.state=KR.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=jM.TEXT}(e,t);break;case RR.NOSCRIPT:e.options.scriptingEnabled?pF(e,t):dF(e,t);break;case RR.PLAINTEXT:!function(e,t){e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._insertElement(t,kR.HTML),e.tokenizer.state=KR.PLAINTEXT}(e,t);break;case RR.COL:case RR.TH:case RR.TD:case RR.TR:case RR.HEAD:case RR.FRAME:case RR.TBODY:case RR.TFOOT:case RR.THEAD:case RR.CAPTION:case RR.COLGROUP:break;default:dF(e,t)}}function fF(e,t){const n=t.tagName,r=t.tagID;for(let t=e.openElements.stackTop;t>0;t--){const i=e.openElements.items[t],s=e.openElements.tagIDs[t];if(r===s&&(r!==RR.UNKNOWN||e.treeAdapter.getTagName(i)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=t&&e.openElements.shortenToLength(t);break}if(e._isSpecialElement(i,s))break}}function mF(e,t){switch(t.tagID){case RR.A:case RR.B:case RR.I:case RR.S:case RR.U:case RR.EM:case RR.TT:case RR.BIG:case RR.CODE:case RR.FONT:case RR.NOBR:case RR.SMALL:case RR.STRIKE:case RR.STRONG:KM(e,t);break;case RR.P:!function(e){e.openElements.hasInButtonScope(RR.P)||e._insertFakeElement(LR.P,RR.P),e._closePElement()}(e);break;case RR.DL:case RR.UL:case RR.OL:case RR.DIR:case RR.DIV:case RR.NAV:case RR.PRE:case RR.MAIN:case RR.MENU:case RR.ASIDE:case RR.BUTTON:case RR.CENTER:case RR.FIGURE:case RR.FOOTER:case RR.HEADER:case RR.HGROUP:case RR.DIALOG:case RR.ADDRESS:case RR.ARTICLE:case RR.DETAILS:case RR.SECTION:case RR.SUMMARY:case RR.LISTING:case RR.FIELDSET:case RR.BLOCKQUOTE:case RR.FIGCAPTION:!function(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}(e,t);break;case RR.LI:!function(e){e.openElements.hasInListItemScope(RR.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(RR.LI),e.openElements.popUntilTagNamePopped(RR.LI))}(e);break;case RR.DD:case RR.DT:!function(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}(e,t);break;case RR.H1:case RR.H2:case RR.H3:case RR.H4:case RR.H5:case RR.H6:!function(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}(e);break;case RR.BR:!function(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(LR.BR,RR.BR),e.openElements.pop(),e.framesetOk=!1}(e);break;case RR.BODY:!function(e,t){if(e.openElements.hasInScope(RR.BODY)&&(e.insertionMode=jM.AFTER_BODY,e.options.sourceCodeLocationInfo)){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}(e,t);break;case RR.HTML:!function(e,t){e.openElements.hasInScope(RR.BODY)&&(e.insertionMode=jM.AFTER_BODY,LF(e,t))}(e,t);break;case RR.FORM:!function(e){const t=e.openElements.tmplCount>0,{formElement:n}=e;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(RR.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(RR.FORM):n&&e.openElements.remove(n))}(e);break;case RR.APPLET:case RR.OBJECT:case RR.MARQUEE:!function(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}(e,t);break;case RR.TEMPLATE:nF(e,t);break;default:fF(e,t)}}function gF(e,t){e.tmplInsertionModeStack.length>0?DF(e,t):XM(e,t)}function yF(e,t){if(UM.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=jM.IN_TABLE_TEXT,t.type){case ER.CHARACTER:TF(e,t);break;case ER.WHITESPACE_CHARACTER:wF(e,t)}else EF(e,t)}function bF(e,t){switch(t.tagID){case RR.TD:case RR.TH:case RR.TR:!function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(LR.TBODY,RR.TBODY),e.insertionMode=jM.IN_TABLE_BODY,CF(e,t)}(e,t);break;case RR.STYLE:case RR.SCRIPT:case RR.TEMPLATE:tF(e,t);break;case RR.COL:!function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(LR.COLGROUP,RR.COLGROUP),e.insertionMode=jM.IN_COLUMN_GROUP,_F(e,t)}(e,t);break;case RR.FORM:!function(e,t){e.formElement||0!==e.openElements.tmplCount||(e._insertElement(t,kR.HTML),e.formElement=e.openElements.current,e.openElements.pop())}(e,t);break;case RR.TABLE:!function(e,t){e.openElements.hasInTableScope(RR.TABLE)&&(e.openElements.popUntilTagNamePopped(RR.TABLE),e._resetInsertionMode(),e._processStartTag(t))}(e,t);break;case RR.TBODY:case RR.TFOOT:case RR.THEAD:!function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_TABLE_BODY}(e,t);break;case RR.INPUT:!function(e,t){uF(t)?e._appendElement(t,kR.HTML):EF(e,t),t.ackSelfClosing=!0}(e,t);break;case RR.CAPTION:!function(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_CAPTION}(e,t);break;case RR.COLGROUP:!function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_COLUMN_GROUP}(e,t);break;default:EF(e,t)}}function vF(e,t){switch(t.tagID){case RR.TABLE:e.openElements.hasInTableScope(RR.TABLE)&&(e.openElements.popUntilTagNamePopped(RR.TABLE),e._resetInsertionMode());break;case RR.TEMPLATE:nF(e,t);break;case RR.BODY:case RR.CAPTION:case RR.COL:case RR.COLGROUP:case RR.HTML:case RR.TBODY:case RR.TD:case RR.TFOOT:case RR.TH:case RR.THEAD:case RR.TR:break;default:EF(e,t)}}function EF(e,t){const n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,aF(e,t),e.fosterParentingEnabled=n}function wF(e,t){e.pendingCharacterTokens.push(t)}function TF(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function SF(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)EF(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}const xF=new Set([RR.CAPTION,RR.COL,RR.COLGROUP,RR.TBODY,RR.TD,RR.TFOOT,RR.TH,RR.THEAD,RR.TR]);function _F(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.COL:e._appendElement(t,kR.HTML),t.ackSelfClosing=!0;break;case RR.TEMPLATE:tF(e,t);break;default:AF(e,t)}}function AF(e,t){e.openElements.currentTagId===RR.COLGROUP&&(e.openElements.pop(),e.insertionMode=jM.IN_TABLE,e._processToken(t))}function CF(e,t){switch(t.tagID){case RR.TR:e.openElements.clearBackToTableBodyContext(),e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_ROW;break;case RR.TH:case RR.TD:e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(LR.TR,RR.TR),e.insertionMode=jM.IN_ROW,IF(e,t);break;case RR.CAPTION:case RR.COL:case RR.COLGROUP:case RR.TBODY:case RR.TFOOT:case RR.THEAD:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE,bF(e,t));break;default:bF(e,t)}}function PF(e,t){const n=t.tagID;switch(t.tagID){case RR.TBODY:case RR.TFOOT:case RR.THEAD:e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE);break;case RR.TABLE:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE,vF(e,t));break;case RR.BODY:case RR.CAPTION:case RR.COL:case RR.COLGROUP:case RR.HTML:case RR.TD:case RR.TH:case RR.TR:break;default:vF(e,t)}}function IF(e,t){switch(t.tagID){case RR.TH:case RR.TD:e.openElements.clearBackToTableRowContext(),e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_CELL,e.activeFormattingElements.insertMarker();break;case RR.CAPTION:case RR.COL:case RR.COLGROUP:case RR.TBODY:case RR.TFOOT:case RR.THEAD:case RR.TR:e.openElements.hasInTableScope(RR.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE_BODY,CF(e,t));break;default:bF(e,t)}}function OF(e,t){switch(t.tagID){case RR.TR:e.openElements.hasInTableScope(RR.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE_BODY);break;case RR.TABLE:e.openElements.hasInTableScope(RR.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE_BODY,PF(e,t));break;case RR.TBODY:case RR.TFOOT:case RR.THEAD:(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(RR.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE_BODY,PF(e,t));break;case RR.BODY:case RR.CAPTION:case RR.COL:case RR.COLGROUP:case RR.HTML:case RR.TD:case RR.TH:break;default:vF(e,t)}}function kF(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.OPTION:e.openElements.currentTagId===RR.OPTION&&e.openElements.pop(),e._insertElement(t,kR.HTML);break;case RR.OPTGROUP:e.openElements.currentTagId===RR.OPTION&&e.openElements.pop(),e.openElements.currentTagId===RR.OPTGROUP&&e.openElements.pop(),e._insertElement(t,kR.HTML);break;case RR.INPUT:case RR.KEYGEN:case RR.TEXTAREA:case RR.SELECT:e.openElements.hasInSelectScope(RR.SELECT)&&(e.openElements.popUntilTagNamePopped(RR.SELECT),e._resetInsertionMode(),t.tagID!==RR.SELECT&&e._processStartTag(t));break;case RR.SCRIPT:case RR.TEMPLATE:tF(e,t)}}function NF(e,t){switch(t.tagID){case RR.OPTGROUP:e.openElements.stackTop>0&&e.openElements.currentTagId===RR.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===RR.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===RR.OPTGROUP&&e.openElements.pop();break;case RR.OPTION:e.openElements.currentTagId===RR.OPTION&&e.openElements.pop();break;case RR.SELECT:e.openElements.hasInSelectScope(RR.SELECT)&&(e.openElements.popUntilTagNamePopped(RR.SELECT),e._resetInsertionMode());break;case RR.TEMPLATE:nF(e,t)}}function DF(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(RR.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):XM(e,t)}function LF(e,t){var n;if(t.tagID===RR.HTML){if(e.fragmentContext||(e.insertionMode=jM.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===RR.HTML){e._setEndLocation(e.openElements.items[0],t);const r=e.openElements.items[1];r&&!(null===(n=e.treeAdapter.getNodeSourceCodeLocation(r))||void 0===n?void 0:n.endTag)&&e._setEndLocation(r,t)}}else RF(e,t)}function RF(e,t){e.insertionMode=jM.IN_BODY,aF(e,t)}function MF(e,t){e.insertionMode=jM.IN_BODY,aF(e,t)}function FF(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==kR.HTML&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}new Set([LR.AREA,LR.BASE,LR.BASEFONT,LR.BGSOUND,LR.BR,LR.COL,LR.EMBED,LR.FRAME,LR.HR,LR.IMG,LR.INPUT,LR.KEYGEN,LR.LINK,LR.META,LR.PARAM,LR.SOURCE,LR.TRACK,LR.WBR]),kR.HTML,kR.XML,kR.MATHML,kR.SVG,kR.XLINK,kR.XMLNS;const jF=EM.isElementNode,BF=EM.isCommentNode;EM.isDocumentTypeNode;const UF=EM.isTextNode;function $F(e){return"Identifier"===e.type}function qF(e){return"MemberExpression"===e.type}function VF(e){return"ArrayExpression"===e.type}function HF(e){return"Property"===e.type}function WF(e){return"ArrowFunctionExpression"===e.type}function GF(e,t){return{type:"Identifier",name:e,...t}}function zF(e){return"Literal"===e.type}function YF(e,t,n){return{type:"MemberExpression",object:e,property:t,computed:!1,optional:!1,...n}}function KF(e,t,n){return{type:"CallExpression",callee:e,arguments:t,optional:!1,...n}}function JF(e,t){return{type:"Literal",value:e,...t}}function XF(e,t,n,r){return{type:"ConditionalExpression",test:e,consequent:t,alternate:n,...r}}function QF(e,t,n,r){return{type:"BinaryExpression",left:t,operator:e,right:n,...r}}function ZF(e,t,n,r){return{type:"LogicalExpression",operator:e,left:t,right:n,...r}}function ej(e,t,n,r){return{type:"AssignmentExpression",operator:e,left:t,right:n,...r}}function tj(e,t,n){return{type:"Property",key:e,value:t,kind:"init",computed:!1,method:!1,shorthand:!1,...n}}function nj(e,t,n){return{type:"Property",key:e,value:t,kind:"init",computed:!1,method:!1,shorthand:!1,...n}}function rj(e,t){return{type:"ObjectExpression",properties:e,...t}}function ij(e,t){return{type:"ObjectPattern",properties:e,...t}}function sj(e,t){return{type:"ArrayExpression",elements:e,...t}}function aj(e,t){return{type:"ExpressionStatement",expression:e,...t}}function oj(e,t,n,r){return{type:"FunctionExpression",id:e,params:t,body:n,...r}}function lj(e,t){return{type:"BlockStatement",body:e,...t}}function cj(e,t){return{type:"ReturnStatement",argument:e,...t}}function uj(e,t,n){return{type:"VariableDeclarator",id:e,init:t,...n}}function pj(e,t,n){return{type:"VariableDeclaration",kind:e,declarations:t,...n}}function dj(e,t,n){return{type:"ImportDeclaration",specifiers:e,source:t,...n}}function hj(e,t){return{type:"ImportDefaultSpecifier",local:e,...t}}function fj(e,t){return{type:"ExportDefaultDeclaration",declaration:e,...t}}function mj(e,t,n){return{type:"Element",name:e,namespace:t,location:yj(n),attributes:[],properties:[],directives:[],listeners:[],children:[]}}function gj(e,t,n){return{type:"Text",raw:e,value:t,location:bj(n)}}function yj(e){return{...bj(e),startTag:bj(e.startTag),endTag:e.endTag?bj(e.endTag):e.endTag}}function bj(e){return{startLine:e.startLine,startColumn:e.startCol,endLine:e.endLine,endColumn:e.endCol,start:e.startOffset,end:e.endOffset}}function vj(e){return{type:"Literal",value:e}}function Ej(e,t,n){return{type:"EventListener",name:e,handler:t,location:n}}function wj(e,t){return{type:"Directive",name:"SlotData",value:e,location:t}}function Tj(e,t,n,r){return{type:"Property",name:e,attributeName:t,value:n,location:r}}function Sj(e){return"Element"===e.type}function xj(e){return"ExternalComponent"===e.type}function _j(e){return"Component"===e.type}function Aj(e){return"Slot"===e.type}function Cj(e){return Sj(e)||_j(e)||Aj(e)||xj(e)||Ij(e)}function Pj(e){return"Lwc"===e.type}function Ij(e){return Pj(e)&&"lwc:component"===e.name}function Oj(e){return"Text"===e.type}function kj(e){return"Comment"===e.type}function Nj(e){return"Literal"!==e.type}function Dj(e){return"Literal"===e.type&&"string"==typeof e.value}function Lj(e){return"Literal"===e.type&&"boolean"==typeof e.value}function Rj(e){return"ForOf"===e.type}function Mj(e){return"ForEach"===e.type}function Fj(e){return Rj(e)||Mj(e)}function jj(e){return"If"===e.type}function Bj(e){return"IfBlock"===e.type}function Uj(e){return"ElseifBlock"===e.type}function $j(e){return Bj(e)||Uj(e)}function qj(e){return Bj(e)||Uj(e)||function(e){return"ElseBlock"===e.type}(e)}function Vj(e){return qj(e)||Fj(e)||jj(e)||tB(e)}function Hj(e){return"Dynamic"===e.name}function Wj(e){return"Is"===e.name}function Gj(e){return"Dom"===e.name}function zj(e){return"Spread"===e.name}function Yj(e){return"InnerHTML"===e.name}function Kj(e){return"Ref"===e.name}function Jj(e){return"Key"===e.name}function Xj(e){return"SlotBind"===e.name}function Qj(e){return"RenderMode"===e.name}function Zj(e){return"PreserveComments"===e.name}function eB(e){return"Property"===e.type}function tB(e){return"ScopedSlotFragment"===e.type}var nB,rB,iB,sB,aB,oB;EM.appendChild,function(e){e.manual="manual"}(nB||(nB={})),function(e){e.shadow="shadow",e.light="light"}(rB||(rB={})),function(e){e.Component="lwc:component"}(iB||(iB={})),function(e){e.If="if:true",e.IfBlock="lwc:if",e.ElseifBlock="lwc:elseif",e.ElseBlock="lwc:else",e.ForEach="for:each",e.ForOf="for:of",e.ScopedSlotFragment="lwc:slot-data"}(sB||(sB={})),function(e){e.Dom="lwc:dom",e.Dynamic="lwc:dynamic",e.Is="lwc:is",e.External="lwc:external",e.InnerHTML="lwc:inner-html",e.Ref="lwc:ref",e.SlotBind="lwc:slot-bind",e.SlotData="lwc:slot-data",e.Spread="lwc:spread",e.Key="key"}(aB||(aB={})),function(e){e.PreserveComments="lwc:preserve-comments",e.RenderMode="lwc:render-mode"}(oB||(oB={}));const lB={"*":["accesskey","autocapitalize","autofocus","class","contenteditable","dir","draggable","enterkeyhint","hidden","id","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","slot","spellcheck","style","tabindex","title","translate"],a:["charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","target","type"],applet:["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"],area:["alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","target","type"],audio:["autoplay","controls","crossorigin","loop","muted","preload","src"],base:["href","target"],basefont:["color","face","size"],blockquote:["cite"],body:["alink","background","bgcolor","link","text","vlink"],br:["clear"],button:["disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","type","value"],canvas:["height","width"],caption:["align"],col:["align","char","charoff","span","valign","width"],colgroup:["align","char","charoff","span","valign","width"],data:["value"],del:["cite","datetime"],details:["open"],dialog:["open"],dir:["compact"],div:["align"],dl:["compact"],embed:["height","src","type","width"],fieldset:["disabled","form","name"],font:["color","face","size"],form:["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"],frame:["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"],frameset:["cols","rows"],h1:["align"],h2:["align"],h3:["align"],h4:["align"],h5:["align"],h6:["align"],head:["profile"],hr:["align","noshade","size","width"],html:["manifest","version"],iframe:["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"],img:["align","alt","border","crossorigin","decoding","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"],input:["accept","align","alt","autocomplete","checked","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","readonly","required","size","src","step","type","usemap","value","width"],ins:["cite","datetime"],isindex:["prompt"],label:["for","form"],legend:["align"],li:["type","value"],link:["as","charset","color","crossorigin","disabled","href","hreflang","imagesizes","imagesrcset","integrity","media","referrerpolicy","rel","rev","sizes","target","type"],map:["name"],menu:["compact"],meta:["charset","content","http-equiv","media","name","scheme"],meter:["high","low","max","min","optimum","value"],object:["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","type","typemustmatch","usemap","vspace","width"],ol:["compact","reversed","start","type"],optgroup:["disabled","label"],option:["disabled","label","selected","value"],output:["for","form","name"],p:["align"],param:["name","type","value","valuetype"],pre:["width"],progress:["max","value"],q:["cite"],script:["async","charset","crossorigin","defer","integrity","language","nomodule","referrerpolicy","src","type"],select:["autocomplete","disabled","form","multiple","name","required","size"],slot:["name"],source:["height","media","sizes","src","srcset","type","width"],style:["media","type"],table:["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"],tbody:["align","char","charoff","valign"],td:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],textarea:["autocomplete","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","wrap"],tfoot:["align","char","charoff","valign"],th:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],thead:["align","char","charoff","valign"],time:["datetime"],tr:["align","bgcolor","char","charoff","valign"],track:["default","kind","label","src","srclang"],ul:["compact","type"],video:["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"]},cB=Object.entries(lB).reduce((e,t)=>{const n=t[0],r=t[1];return"*"!==n&&r.forEach(t=>{$A.call(e,t)||(e[t]=[]),e[t].push(n)}),e},{});Object.values(lB["*"]).forEach(e=>cB[e]=[]);const uB=/(\{(?:.)+?\})/g,pB=/^if:/,dB=/^lwc:/,hB=new Set(["true","false","strict-true"]),fB=/^iterator:.*$/,mB=/^on/,gB=/^on[a-z][a-z0-9_]*$/,yB=new Set(Object.values(aB)),bB=[":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-","\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD","\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040"].join(""),vB=new RegExp("^(data)-["+bB+"]*$"),EB=new Set(["svg","a","altGlyph","altglyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","audio","canvas","circle","clipPath","defs","desc","ellipse","feBlend","feColorMatrix","feComponentTransfer","feFuncR","feFuncG","feFuncB","feFuncA","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDropShadow","feFlood","feGaussianBlur","feMerge","feMergeNode","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","fePointLight","filter","font","foreignObject","g","glyph","glyphRef","hkern","image","line","linearGradient","marker","mask","mpath","path","pattern","polygon","polyline","radialGradient","rect","stop","switch","symbol","text","textPath","title","tref","tspan","video","view","vkern","use"]),wB=new Set(["script","link","base","object"]),TB={accesskey:"accessKey",readonly:"readOnly",tabindex:"tabIndex",bgcolor:"bgColor",colspan:"colSpan",rowspan:"rowSpan",contenteditable:"contentEditable",crossorigin:"crossOrigin",datetime:"dateTime",formaction:"formAction",ismap:"isMap",maxlength:"maxLength",minlength:"minLength",novalidate:"noValidate",usemap:"useMap",for:"htmlFor",...sC},SB=new Set(["base","link","meta","script","title"]),xB=cB,_B=new Set(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","math","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rb","rp","rt","rtc","ruby","s","samp","script","section","select","slot","small","source","span","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","ellipse","feBlend","feColorMatrix","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feTile","feTurbulence","keygen","line","menuitem","param","path","rect"]),AB="a",CB="area",PB="use",IB={HREF:"href",XLINK_HREF:"xlink:href"},OB=[/^key$/,/^lwc:*/,/^if:*/,/^for:*/,/^iterator:*/];function kB(e){let t=0,n=0,r=0,i=0;return e&&(t=e.startLine,n=e.startColumn,r=e.end-e.start,i=e.start),{line:t,column:n,start:i,length:r}}class NB{constructor(e,t){this.warnings=[],this.seenIds=new Set,this.seenSlots=new Set,this.seenScopedSlots=new Set,this.elementScopes=[],this.siblingScopes=[],this.source=e,this.config=t,this.renderMode=rB.shadow,this.preserveComments=t.preserveHtmlComments,t.experimentalComplexExpressions&&(this.preparsedJsExpressions=new Map),this.ecmaVersion=t.experimentalComplexExpressions?2022:2020,this.instrumentation=t.instrumentation,this.apiVersion=t.apiVersion}getSource(e,t){return this.source.slice(e,t)}setRootDirective(e){this.renderMode=e.directives.find(Qj)?.value.value??this.renderMode,this.preserveComments=e.directives.find(Zj)?.value.value||this.preserveComments}*ancestors(e){const t=this.elementScopes.flat();for(let n=e?t.indexOf(e):t.length-1;n>=0;n--)yield{current:t[n],parent:t[n-1]}}findAncestor(e,t=()=>!0,n){for(const{current:r,parent:i}of this.ancestors(n)){if(e(r))return r;if(!t({current:r,parent:i}))break}return null}findInCurrentElementScope(e){return(this.currentElementScope()||[]).find(e)||null}beginElementScope(){this.elementScopes.push([])}endElementScope(){const e=this.elementScopes.pop();return e?e[0]:void 0}addNodeCurrentElementScope(e){const t=this.currentElementScope();if(!t)throw new Error("Can't invoke addNodeCurrentElementScope if there is no current scope");t.push(e)}hasSeenSlot(e){return this.seenSlotsFromAncestorIfTree().has(e)}addSeenSlot(e){const t=this.seenSlotsFromAncestorIfTree();t?t.add(e):this.seenSlots.add(e)}currentElementScope(){return this.elementScopes[this.elementScopes.length-1]}beginSiblingScope(){this.siblingScopes.push({ancestorIfContext:this.currentIfContext()||this.ancestorIfContext()})}endSiblingScope(){this.siblingScopes.pop()}beginIfChain(e){const t=this.currentSiblingContext();if(!t)throw new Error("Cannot invoke beginIfChain if there is currently no sibling context");if(this.currentIfContext())throw new Error("Should not invoke beginIfChain if an if context already exists. First end the current chain before starting a new one.");const n=this.seenSlotsFromAncestorIfTree();t.ifContext={currentNode:e,seenSlots:[new Set(n)]}}appendToIfChain(e){const t=this.currentIfContext();if(!t)throw new Error("Cannot invoke appendToIfChain without first setting the if context.");t.currentNode=e;const n=this.seenSlotsFromAncestorIfTree();t.seenSlots.push(new Set(n))}endIfChain(){const e=this.currentIfContext();if(!e)throw new Error("Cannot invoke endIfChain if there is currently no if context");const t=this.seenSlotsFromAncestorIfTree();for(const n of e.seenSlots)for(const e of n)t.add(e);const n=this.currentSiblingContext();n&&(n.ifContext=void 0)}getSiblingIfNode(){return this.currentIfContext()?.currentNode}isParsingSiblingIfBlock(){return!!this.currentIfContext()}currentSiblingContext(){return this.siblingScopes[this.siblingScopes.length-1]}currentIfContext(){return this.currentSiblingContext()?.ifContext}ancestorIfContext(){return this.currentSiblingContext()?.ancestorIfContext}seenSlotsFromAncestorIfTree(){const e=this.ancestorIfContext();return e?e.seenSlots[e.seenSlots.length-1]:this.seenSlots}withErrorRecovery(e){try{return e()}catch(e){if(!(e instanceof EC))throw e;this.addDiagnostic(e.toDiagnostic())}}withErrorWrapping(e,t,n,r){try{return e()}catch(e){r&&(e.message=r(e)),this.throwOnError(t,e,n)}}throwOnError(e,t,n){const r=DC(e,t,{location:kB(n)});throw EC.from(r)}throwOnNode(e,t,n){this.throw(e,n,t.location)}throwAtLocation(e,t,n){this.throw(e,n,t)}throw(e,t,n){throw OC(e,{messageArgs:t,origin:{location:kB(n)}})}warnOnNode(e,t,n){this.warn(e,n,t.location)}warnAtLocation(e,t,n){this.warn(e,n,t)}warn(e,t,n){this.addDiagnostic(function(e,t){const n=IC(e,t&&t.messageArgs),r={code:e.code,message:n,level:e.level};return t&&t.origin&&(r.filename=wC(t.origin),r.location=TC(t.origin)),r}(e,{messageArgs:t,origin:{location:kB(n)}}))}addDiagnostic(e){this.warnings.push(e)}}const DB=new Set(["control-character-in-input-stream","noncharacter-in-input-stream","surrogate-in-input-stream","non-void-html-element-start-tag-with-trailing-solidus","end-tag-with-attributes","end-tag-with-trailing-solidus","unexpected-solidus-in-tag","unexpected-null-character","unexpected-question-mark-instead-of-tag-name","invalid-first-character-of-tag-name","unexpected-equals-sign-before-attribute-name","missing-end-tag-name","unexpected-character-in-attribute-name","unknown-named-character-reference","missing-semicolon-after-character-reference","unexpected-character-after-doctype-system-identifier","unexpected-character-in-unquoted-attribute-value","eof-before-tag-name","eof-in-tag","missing-attribute-value","missing-whitespace-between-attributes","missing-whitespace-after-doctype-public-keyword","missing-whitespace-between-doctype-public-and-system-identifiers","missing-whitespace-after-doctype-system-keyword","missing-quote-before-doctype-public-identifier","missing-quote-before-doctype-system-identifier","missing-doctype-public-identifier","missing-doctype-system-identifier","abrupt-doctype-public-identifier","abrupt-doctype-system-identifier","cdata-in-html-content","incorrectly-opened-comment","eof-in-script-html-comment-like-text","eof-in-doctype","nested-comment","abrupt-closing-of-empty-comment","eof-in-comment","incorrectly-closed-comment","eof-in-cdata","absence-of-digits-in-numeric-character-reference","null-character-reference","surrogate-character-reference","character-reference-outside-unicode-range","control-character-reference","noncharacter-character-reference","missing-whitespace-before-doctype-name","missing-doctype-name","invalid-character-sequence-after-doctype-name","duplicate-attribute"]),LB=new Set(["non-conforming-doctype","missing-doctype","misplaced-doctype","end-tag-without-matching-open-element","closing-of-element-with-open-child-elements","disallowed-content-in-noscript-in-head","open-elements-left-after-eof","abandoned-head-element-child","misplaced-start-tag-for-head-element","nested-noscript-in-head","eof-in-element-that-can-contain-only-text"]);class RB{constructor(){this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:()=>this.should_skip=!0,remove:()=>this.should_remove=!0,replace:e=>this.replacement=e}}replace(e,t,n,r){e&&t&&(null!=n?e[t][n]=r:e[t]=r)}remove(e,t,n){e&&t&&(null!=n?e[t].splice(n,1):delete e[t])}}class MB extends RB{constructor(e,t){super(),this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:()=>this.should_skip=!0,remove:()=>this.should_remove=!0,replace:e=>this.replacement=e},this.enter=e,this.leave=t}visit(e,t,n,r){if(e){if(this.enter){const i=this.should_skip,s=this.should_remove,a=this.replacement;this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.enter.call(this.context,e,t,n,r),this.replacement&&(e=this.replacement,this.replace(t,n,r,e)),this.should_remove&&this.remove(t,n,r);const o=this.should_skip,l=this.should_remove;if(this.should_skip=i,this.should_remove=s,this.replacement=a,o)return e;if(l)return null}let i;for(i in e){const t=e[i];if(t&&"object"==typeof t)if(Array.isArray(t)){const n=t;for(let t=0;t<n.length;t+=1){const r=n[t];FB(r)&&(this.visit(r,e,i,t)||t--)}}else FB(t)&&this.visit(t,e,i,null)}if(this.leave){const i=this.replacement,s=this.should_remove;this.replacement=null,this.should_remove=!1,this.leave.call(this.context,e,t,n,r),this.replacement&&(e=this.replacement,this.replace(t,n,r,e)),this.should_remove&&this.remove(t,n,r);const a=this.should_remove;if(this.replacement=i,this.should_remove=s,a)return null}}return e}}function FB(e){return null!==e&&"object"==typeof e&&"type"in e&&"string"==typeof e.type}function jB(e,{enter:t,leave:n}){return new MB(t,n).visit(e,null)}const BB=new Map(Object.entries({AwaitExpression:"await expressions",ClassExpression:"classes",FunctionExpression:"function expressions",ImportExpression:"imports",MetaProperty:"import.meta",NewExpression:"object instantiation",RegExpLiteral:"regular expression literals",SequenceExpression:"comma operators",Super:"`super`",ThisExpression:"`this`",YieldExpression:"`yield`"})),UB=new Set(["BlockStatement","BreakStatement","ClassDeclaration","ContinueStatement","DebuggerStatement","DeclareClass","DeclareExportAllDeclaration","DeclareExportDeclaration","DeclareFunction","DeclareInterface","DeclareModule","DeclareModuleExports","DeclareOpaqueType","DeclareTypeAlias","DeclareVariable","DoWhileStatement","EmptyStatement","ExportAllDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExpressionStatement","ForInStatement","ForOfStatement","ForStatement","FunctionDeclaration","IfStatement","ImportDeclaration","LabeledStatement","ReturnStatement","Statement","SwitchStatement","ThrowStatement","TryStatement","VariableDeclaration","WhileStatement","WithStatement"]),$B=new Set(["AssignmentExpression","UpdateExpression"]);function qB(e,t,n){kC(!e.leadingComments?.length&&!e.trailingComments?.length,PC.INVALID_EXPR_COMMENTS_DISALLOWED),kC(!UB.has(e.type),PC.INVALID_EXPR_STATEMENTS_PROHIBITED),kC(!($B.has(e.type)&&!n),PC.INVALID_EXPR_MUTATION_OUTSIDE_ARROW),kC(!BB.has(e.type),PC.INVALID_EXPR_PROHIBITED_NODE_TYPE,[BB.get(e.type)]),WF(e)?function(e){kC("BlockStatement"!==e.body.type,PC.INVALID_EXPR_ARROW_FN_BODY),kC(!e.async,PC.INVALID_EXPR_ARROW_FN_KIND,["async"]),kC(!e.generator,PC.INVALID_EXPR_ARROW_FN_KIND,["generators"])}(e):function(e){return"UnaryExpression"===e.type}(e)?function(e){kC("delete"!==e.operator,PC.INVALID_EXPR_DELETE_OP)}(e):zF(e)&&function(e){kC(void 0===e.bigint,PC.INVALID_EXPR_PROHIBITED_NODE_TYPE,["BigInts"]),kC(void 0===e.regex,PC.INVALID_EXPR_PROHIBITED_NODE_TYPE,["regular expression literals"])}(e)}function VB(e){let t=0;jB(e,{enter(e,n){qB(e,0,!!t),WF(e)&&t++},leave(e){WF(e)&&t--}})}const HB=/\s*/,WB=/[\s)]*/;class GB extends aM{constructor(e,t,n){super(e,n),this.checkedAttrs=new WeakSet,this.parser=t}parseTemplateExpression(){const e=this.preprocessor.pos,t=this.preprocessor.html,n=function(e){return HB.exec(e)[0].length}(t.slice(e+1)),r=DD(t,e+n+1,{ecmaVersion:2022,allowAwaitOutsideFunction:!0,locations:!0,ranges:!0,onComment:()=>kC(!1,PC.INVALID_EXPR_COMMENTS_DISALLOWED)}),i=t.slice(e+1,r.start),s=function(e){return WB.exec(e)[0]}(t.slice(r.end));!function(e,t){kC(e.split("(").length-1==t.split(")").length-1,PC.TEMPLATE_EXPRESSION_PARSING_ERROR,["expression must have balanced parentheses."])}(i,s);const a=r.end+s.length,o=t.slice(e,a+1);return kC(125===t.codePointAt(a),PC.TEMPLATE_EXPRESSION_PARSING_ERROR,["expression must end with curly brace."]),this.parser.preparsedJsExpressions.set(e,{parsedExpression:r,rawText:o}),o}_stateAttributeValueUnquoted(e){123!==e||this.checkedAttrs.has(this.currentAttr)?(this.checkedAttrs.add(this.currentAttr),super._stateAttributeValueUnquoted(e)):(this.checkedAttrs.add(this.currentAttr),this.currentAttr.value=this.parseTemplateExpression(),this._advanceBy(this.currentAttr.value.length-1),this.consumedAfterSnapshot=this.currentAttr.value.length)}_stateData(e){if(123===e){this.currentCharacterToken&&(this.currentLocation=this.getCurrentLocation(0),this.consumedAfterSnapshot=0,this._emitCurrentCharacterToken(this.currentLocation));const e=this.parseTemplateExpression();this._createCharacterToken(ER.CHARACTER,e),this._advanceBy(e.length),this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.retreat(1),this.currentToken=null,this.currentCharacterToken=null}else super._stateData(e)}}function zB(e){return"{"===e?.[0]}class YB extends qM{constructor(e,t,n){const{preparsedJsExpressions:r,...i}=e;super(i,t,n),this.preparsedJsExpressions=r,this.tokenizer=new GB(this.options,this,this)}_insertCharacters(e){const t=this.openElements.current,n=t.childNodes.at(-1);if(!zB(e.chars)&&!function(e){return function(e){return"#text"===e?.nodeName}(e)&&zB(e.value)}(n))return super._insertCharacters(e);const r={nodeName:"#text",value:e.chars,sourceCodeLocation:e.location?{...e.location}:null,parentNode:t};t.childNodes.push(r)}}function KB(e,t){const n=t=>{const{code:n,...r}=t,i=function(e,t){return DB.has(t)?PC.INVALID_HTML_SYNTAX:LB.has(t)?rC(1,e.apiVersion)?PC.INVALID_HTML_SYNTAX:PC.INVALID_HTML_SYNTAX_WARNING:(console.warn("Found a Parse5 error that we do not know how to handle:",t),PC.INVALID_HTML_SYNTAX_WARNING)}(e,n);e.warnAtLocation(i,bj(r),[n])};return e.config.experimentalComplexExpressions?function(e,t){const{ctx:n,sourceCodeLocationInfo:r=!0,onParseError:i}=t,s={sourceCodeLocationInfo:r,onParseError:i,preparsedJsExpressions:n.preparsedJsExpressions},a=YB.getFragmentParser(null,s);return a.tokenizer.write(e,!0),a.getFragment()}(t,{ctx:e,sourceCodeLocationInfo:!0,onParseError:n}):function(e,t,n){"string"==typeof e&&(n=t,t=e,e=null);const r=qM.getFragmentParser(e,n);return r.tokenizer.write(t,!0),r.getFragment()}(t,{sourceCodeLocationInfo:!0,onParseError:n})}function JB(e){return PL.decode(e)}const XB=new Set(["await","break","case","catch","class","const","continue","debugger","default","delete","do","else","enum","export","extends","false","finally","for","function","if","import","in","instanceof","new","null","return","super","switch","this","throw","true","try","typeof","var","void","while","with","yield","let","static","implements","interface","package","private","protected","public"]);const QB=/^.?{.+}.*$/,ZB=/\s/;function eU(e){return"{"===e[0]&&"}"===e.slice(-1)&&e.length>2}function tU(e,t){if(t.experimentalComplexExpressions)return VB(e);if(kC($F(e)||qF(e),PC.INVALID_NODE,[e.type]),qF(e)){kC(t.experimentalComputedMemberExpression||!e.computed,PC.COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED);const{object:n,property:r}=e;$F(n)||tU(n,t),$F(r)||tU(r,t)}}function nU(e,t,n){const{ecmaVersion:r}=e;return e.withErrorWrapping(()=>{const i=DD(t,1,{ecmaVersion:r,allowAwaitOutsideFunction:e.config.experimentalComplexExpressions});return!function(e,t){if(t.end===e.length-1)return;let n=0;for(let r=0,i=t.start;r<i;r++)"("===e[r]&&n++;for(let r=t.end,i=e.length-1;r<i;r++){const t=e[r];")"===t?n--:";"===t?kC(!1,PC.MULTIPLE_EXPRESSIONS):kC(ZB.test(t),PC.TEMPLATE_EXPRESSION_PARSING_ERROR,["Unexpected end of expression"])}kC(0===n,PC.TEMPLATE_EXPRESSION_PARSING_ERROR,["Unexpected end of expression"])}(t,i),tU(i,e.config),{...i,location:n}},PC.TEMPLATE_EXPRESSION_PARSING_ERROR,n,e=>`Invalid expression ${t} - ${e.message}`)}function rU(e,t,n){let r=!0;r=Zk(t.charCodeAt(0));for(let e=1;e<t.length&&r;e++)r=eN(t.charCodeAt(e));if(r&&!function(e){return XB.has(e)}(t))return{...GF(t),location:n};e.throwAtLocation(PC.INVALID_IDENTIFIER,n,[t])}function iU(e){return aC.has(e)}function sU(e,t,n){const r=[AB,CB];return t===IB.HREF&&r.includes(e)&&n===oC}function aU(e,t,n){return[IB.HREF,IB.XLINK_HREF].includes(t)&&e===PB&&n===lC}function oU(e){return/^#/.test(e)}function lU(e,t,n,r,i){const{name:s,value:a}=r;hC(s,n)&&("true"===a?e.throwAtLocation(PC.BOOLEAN_ATTRIBUTE_TRUE,i,[n,s,a]):"false"===a&&e.throwAtLocation(PC.BOOLEAN_ATTRIBUTE_FALSE,i,[n,s,a]));const o=t.slice(t.indexOf("=")+1),l=(c=o)&&c.startsWith('"')&&c.endsWith('"');var c;const u=function(e){return!e||!(e.includes("{")&&e.includes("}"))}(o);if(!u&&eU(a)){if(l){const n=t.replace(/"/g,""),r=t.replace('"{','"\\{');e.throwAtLocation(PC.AMBIGUOUS_ATTRIBUTE_VALUE,i,[t,n,r])}return{value:a,escapedExpression:!1}}if(!u&&function(e){return!!e.match(QB)}(a)){const n=a.startsWith("\\{");if(a.startsWith("{")&&a.endsWith("}/")&&!l)return{value:a.slice(0,-1),escapedExpression:!1};if(n)return{value:a.slice(1),escapedExpression:!0};let r=t.replace(/="?/,'="\\');r+=r.endsWith('"')?"":'"',e.throwAtLocation(PC.AMBIGUOUS_ATTRIBUTE_VALUE_STRING,i,[t,r])}return{value:a,escapedExpression:!1}}function cU(e){const{prefix:t,name:n}=e;return t?`${t}:${n}`:n}function uU(e){return"is"===e}function pU(e){return"tabindex"===e}function dU(e){return"0"===e||"-1"===e}function hU(e){return function(e){return e in sC}(e)||function(e){return"key"===e}(e)||function(e){return!!e.match(vB)}(e)}function fU(e,t){return _j(e)||Ij(e)?"style"===t||"class"===t||"key"===t||"slot"===t||"exportparts"===t||!!t.match(vB):!!xj(e)||("input"!==e.name||"value"!==t&&"checked"!==t)}function mU(e,t){if(function(e){return fC.has(e)}(t)||hU(t)||function(e){return OB.some(t=>t.test(e))}(t)||EB.has(e)||eR.has(e)||!_B.has(e))return!0;const n=xB[t];return!!n&&(!n.length||n.includes(e))}function gU(e){return TB[e]||nR(e)}class yU{constructor(){this.attributes=new Map}append(e){this.attributes.set(e.name,e)}get(e){const t=this.getKey(e);if(t)return this.attributes.get(t)}getAll(e){return this.getKeys(e).map(e=>this.attributes.get(e))}pick(e){const t=this.get(e);return t&&this.attributes.delete(t.name),t}pickAll(e){const t=this.getAll(e);for(const e of t)this.attributes.delete(e.name);return t}getKey(e){let t;return t="string"==typeof e?e:Array.from(this.attributes.keys()).find(t=>!!t.match(e)),t}getKeys(e){return Array.from(this.attributes.keys()).filter(t=>!!t.match(e))}getAttributes(){return Array.from(this.attributes.values())}}function bU(e,t){const n=new NB(e,t.config),r=KB(n,e);if(n.warnings.some(e=>e.level===vC.Error))return{warnings:n.warnings};const i=n.withErrorRecovery(()=>{!function(e){e.preparsedJsExpressions?.forEach(({parsedExpression:t,rawText:n})=>{const r=t.loc,i={startLine:r.start.line,startCol:r.start.column,startOffset:t.start,endLine:r.end.line,endCol:r.end.column,endOffset:t.end};e.withErrorWrapping(()=>{VB(t)},PC.TEMPLATE_EXPRESSION_PARSING_ERROR,bj(i),e=>`Invalid expression ${n} - ${e.message}`)})}(n);const e=function(e,t){const n=t.childNodes.filter(e=>jF(e)||UF(e)&&e.value.trim().length);if(n.length>1){const t=n[1].sourceCodeLocation??void 0;e.throw(PC.MULTIPLE_ROOTS_FOUND,[],t?bj(t):t??void 0)}const[r]=n;r&&jF(r)||e.throw(PC.MISSING_ROOT_TEMPLATE_TAG);return r}(n,r);return function(e,t){const{sourceCodeLocation:n}=t;if(!n)throw new Error("An internal parsing error occurred during node creation; the root template node does not have a sourceCodeLocation.");"template"!==t.tagName&&e.throw(PC.ROOT_TAG_SHOULD_BE_TEMPLATE,[t.tagName],bj(n));const r=kU(e,t,n),i=(s=n,{type:"Root",location:yj(s),directives:[],children:[]});var s;return function(e,t,n){if(!t.get(dB))return;(function(e,t,n){const r=t.pick(oB.RenderMode);if(!r)return;const{value:i}=r;(!Dj(i)||i.value!==rB.shadow&&i.value!==rB.light)&&e.throwOnNode(PC.LWC_RENDER_MODE_INVALID_VALUE,n);n.directives.push((s=i.value,a=r.location,{type:"Directive",name:"RenderMode",value:vj(s),location:a})),e.instrumentation?.incrementCounter(RC.LWCRenderModeDirective);var s,a})(e,t,n),function(e,t,n){const r=t.pick(oB.PreserveComments);if(!r)return;const{value:i}=r;Lj(i)||e.throwOnNode(PC.PRESERVE_COMMENTS_MUST_BE_BOOLEAN,n);n.directives.push((s=i.value,a=r.location,{type:"Directive",name:"PreserveComments",value:vj(s),location:a}));var s,a}(e,t,n)}(e,r,i),e.setRootDirective(i),function(e,t,n){const r=t.getAttributes();r.length&&e.throwOnNode(PC.ROOT_TEMPLATE_HAS_UNKNOWN_ATTRIBUTES,n,[r.map(({name:e})=>e).join(",")]);n.location.endTag||e.throwOnNode(PC.NO_MATCHING_CLOSING_TAGS,n,["template"])}(e,r,i),xU(e,t,i,n),i}(n,e)});return{root:i,warnings:n.warnings}}function vU(e,t,n,r){const i=function(e,t,n){let r=t.sourceCodeLocation;const i=e.findAncestor(Cj,()=>!1);r||e.warn(PC.INVALID_HTML_RECOVERY,[t.tagName,i?.name??"template"]);let s=t;for(;!r&&s.parentNode&&jF(s.parentNode);)s=s.parentNode,r=s.sourceCodeLocation;return r??n}(e,t,r),s=kU(e,t,i),a=function(e,t,n,r,i){let s;for(const a of EU){const o=a(e,t,n,s||r,i);o&&(s=o)}return s}(e,t,i,n,s),o=wU(e,s,t,a??n,i);o?(!function(e,t,n){let r;for(;r=t.pick(mB);){const{name:t}=r;Nj(r.value)||e.throwOnNode(PC.EVENT_HANDLER_SHOULD_BE_EXPRESSION,r),t.match(gB)||e.throwOnNode(PC.INVALID_EVENT_NAME,r,[t]);const i=Ej(t.slice(2),r.value,r.location);n.listeners.push(i)}}(e,s,o),function(e,t,n){const{name:r}=n,i=t.pick(aB.Key);if(i){Nj(i.value)||e.throwOnNode(PC.KEY_ATTRIBUTE_SHOULD_BE_EXPRESSION,i);const t=LU(e),s=RU(e);if(t)(function(e,t){const{value:n}=e;if(!qF(n))return!1;const{object:r,property:i}=n;return!(!$F(r)||!$F(i))&&t.iterator.name===r.name&&"index"===i.name})(i,t)&&e.throwOnNode(PC.KEY_SHOULDNT_REFERENCE_ITERATOR_INDEX,i,[r]);else if(s&&function(e,t){const{index:n}=t,{value:r}=e;return!!(n&&$F(n)&&$F(r))&&n.name===r.name}(i,s)){const t="name"in i.value&&i.value.name;e.throwOnNode(PC.KEY_SHOULDNT_REFERENCE_FOR_EACH_INDEX,i,[r,t])}t||s?n.directives.push(function(e,t){return{type:"Directive",name:"Key",value:e,location:t}}(i.value,i.location)):e.warnOnNode(PC.KEY_SHOULD_BE_IN_ITERATION,i,[r])}else(function(e){return!(!LU(e)&&!RU(e))})(e)&&e.throwOnNode(PC.MISSING_KEY_IN_ITERATOR,n,[r])}(e,s,o),function(e,t,n){const r=t.get(dB);if(!r)return;yB.has(r.name)||e.throwOnNode(PC.UNKNOWN_LWC_DIRECTIVE,n,[r.name,`<${n.name}>`]);t.get(oB.RenderMode)&&e.throwOnNode(PC.UNKNOWN_LWC_DIRECTIVE,n,[oB.RenderMode,`<${n.name}>`]);t.get(oB.PreserveComments)&&e.throwOnNode(PC.UNKNOWN_LWC_DIRECTIVE,n,[oB.PreserveComments,`<${n.name}>`]);for(const r of CU)r(e,t,n)}(e,s,o),function(e,t,n){const{name:r}=n,i=t.getAttributes(),s=new Map;for(const a of i){const{name:i}=a;if(mU(r,i)||e.warnOnNode(PC.INVALID_HTML_ATTRIBUTE,a,[i,r]),i.match(/[^a-z0-9]$/)&&e.throwOnNode(PC.ATTRIBUTE_NAME_MUST_END_WITH_ALPHA_NUMERIC_CHARACTER,a,[i,r]),/^-*[a-z]|^[_$]/.test(i)||e.throwOnNode(PC.ATTRIBUTE_NAME_STARTS_WITH_INVALID_CHARACTER,a,[i,r]),Dj(a.value)&&"id"===i){const{value:t}=a.value;/\s+/.test(t)&&e.throwOnNode(PC.INVALID_ID_ATTRIBUTE,a,[t]),DU(e)&&e.warnOnNode(PC.INVALID_STATIC_ID_IN_ITERATION,a),e.seenIds.has(t)?e.throwOnNode(PC.DUPLICATE_ID_FOUND,a,[t]):e.seenIds.add(t)}if(fU(n,i))n.attributes.push(a);else{const n=gU(i),r=s.get(n);r&&e.warnOnNode(PC.DUPLICATE_ATTR_PROP_TRANSFORM,a,[r.attributeName,i,n]),s.set(n,Tj(n,i,a.value,a.location)),t.pick(i)}}n.properties.push(...s.values())}(e,s,o),function(e,t,n){const{tagName:r,namespaceURI:i}=n,s=Boolean(t.location.endTag);pC(r,i)||s||r!==r.toLocaleLowerCase()||i!==oC||e.throwOnNode(PC.NO_MATCHING_CLOSING_TAGS,t,[r]);if("style"===r&&i===oC)e.throwOnNode(PC.STYLE_TAG_NOT_ALLOWED_IN_TEMPLATE,t);else{const n=SB.has(r);i===oC&&n&&e.throwOnNode(PC.FORBIDDEN_TAG_ON_TEMPLATE,t,[r]);const s=!EB.has(r);i===lC&&s&&e.throwOnNode(PC.FORBIDDEN_SVG_NAMESPACE_IN_TEMPLATE,t,[r]);const a=wB.has(r);i===cC&&a&&e.throwOnNode(PC.FORBIDDEN_MATHML_NAMESPACE_IN_TEMPLATE,t,[r]);_j(t)||xj(t)||Pj(t)||_B.has(r)||EB.has(r)||eR.has(r)||e.warnOnNode(PC.UNKNOWN_HTML_TAG_IN_TEMPLATE,t,[r])}}(e,o,t),function(e,t,n){const{name:r}=n,i=t.getAttributes();for(const t of i){const{name:i,value:s}=t;uU(i)&&e.throwOnNode(PC.IS_ATTRIBUTE_NOT_SUPPORTED,n),pU(i)&&(Nj(s)||dU(s.value)||e.throwOnNode(PC.INVALID_TABINDEX_ATTRIBUTE,n)),"iframe"===r&&"srcdoc"===i&&e.throwOnNode(PC.FORBIDDEN_IFRAME_SRCDOC_ATTRIBUTE,n)}}(e,s,o),function(e,t){for(const n of t.properties){const{attributeName:r,value:i}=n;uU(r)&&e.throwOnNode(PC.IS_ATTRIBUTE_NOT_SUPPORTED,t),!pU(r)||Nj(i)||dU(i.value)||e.throwOnNode(PC.INVALID_TABINDEX_ATTRIBUTE,t)}}(e,o)):!function(e,t,n,r){const i=bj(r);n.attrs.length||e.throwAtLocation(PC.NO_DIRECTIVE_FOUND_ON_TEMPLATE,i);t.get(aB.External)&&e.throwAtLocation(PC.INVALID_LWC_EXTERNAL_ON_NON_CUSTOM_ELEMENT,i,["<template>"]);t.get(aB.InnerHTML)&&e.throwAtLocation(PC.LWC_INNER_HTML_INVALID_ELEMENT,i,["<template>"]);t.get(aB.Ref)&&e.throwAtLocation(PC.LWC_REF_INVALID_ELEMENT,i,["<template>"]);t.get(aB.Is)&&e.throwAtLocation(PC.LWC_IS_INVALID_ELEMENT,i,["<template>"]);const s=t.getAttributes();s.length&&e.warnAtLocation(PC.INVALID_TEMPLATE_ATTRIBUTE,i,[s.map(e=>e.name).join(", ")])}(e,s,t,i);const l=o??a;l?(xU(e,t,l,i),function(e,t,n){if(n){const t=e.findAncestor(tB,({current:e})=>e&&_j,n);JA(t)||n.children.forEach(t=>{(e.preserveComments&&kj(t)||Oj(t))&&e.throwOnNode(PC.NON_ELEMENT_SCOPED_SLOT_CONTENT,t)})}if(!t)return;const r=e.preserveComments?t.children:t.children.filter(e=>!kj(e)),i=t.directives.find(Gj);i&&r.length&&e.throwOnNode(PC.LWC_DOM_INVALID_CONTENTS,t);t.directives.find(Yj)&&r.length&&e.throwOnNode(PC.LWC_INNER_HTML_INVALID_CONTENTS,t,[`<${t.name}>`])}(e,o,a)):e.warnAtLocation(PC.INVALID_TEMPLATE_WARNING,bj(i))}const EU=[function(e,t,n,r,i){const s=i.pick("lwc:if");if(!s)return;Nj(s.value)||e.throwOnNode(PC.IF_BLOCK_DIRECTIVE_SHOULD_BE_EXPRESSION,s);e.isParsingSiblingIfBlock()&&e.endIfChain();const a=(o=s.value,l=bj(n),c=s.location,{type:"IfBlock",condition:o,location:l,directiveLocation:c,children:[]});var o,l,c;return e.addNodeCurrentElementScope(a),e.beginIfChain(a),r.children.push(a),a},function(e,t,n,r,i){const s=i.pick("lwc:elseif");if(!s)return;e.findInCurrentElementScope(Bj)&&e.throwAtLocation(PC.INVALID_IF_BLOCK_DIRECTIVE_WITH_CONDITIONAL,bj(n),[s.name]);Nj(s.value)||e.throwOnNode(PC.ELSEIF_BLOCK_DIRECTIVE_SHOULD_BE_EXPRESSION,s);const a=e.getSiblingIfNode();a&&$j(a)||e.throwAtLocation(PC.LWC_IF_SCOPE_NOT_FOUND,bj(n),[s.name]);const o=(l=s.value,c=bj(n),u=s.location,{type:"ElseifBlock",condition:l,location:c,directiveLocation:u,children:[]});var l,c,u;return e.addNodeCurrentElementScope(o),e.appendToIfChain(o),a.else=o,o},function(e,t,n,r,i){const s=i.pick("lwc:else");if(!s)return;e.findInCurrentElementScope(Bj)&&e.throwAtLocation(PC.INVALID_IF_BLOCK_DIRECTIVE_WITH_CONDITIONAL,bj(n),[s.name]);e.findInCurrentElementScope(Uj)&&e.throwAtLocation(PC.INVALID_ELSEIF_BLOCK_DIRECTIVE_WITH_CONDITIONAL,bj(n),[s.name]);const a=e.getSiblingIfNode();a&&$j(a)||e.throwAtLocation(PC.LWC_IF_SCOPE_NOT_FOUND,bj(n),[s.name]);Lj(s.value)||e.throwAtLocation(PC.ELSE_BLOCK_DIRECTIVE_CANNOT_HAVE_VALUE,bj(n));const o=(l=bj(n),c=s.location,{type:"ElseBlock",location:l,directiveLocation:c,children:[]});var l,c;return e.addNodeCurrentElementScope(o),e.appendToIfChain(o),a.else=o,o},function(e,t,n,r,i){const s=i.pick("for:each"),a=i.pick("for:item"),o=i.pick("for:index");if(s&&a){Nj(s.value)||e.throwOnNode(PC.FOR_EACH_DIRECTIVE_SHOULD_BE_EXPRESSION,s);const t=a.value;Dj(t)||e.throwOnNode(PC.FOR_ITEM_DIRECTIVE_SHOULD_BE_STRING,a);const i=rU(e,t.value,a.location);let l;if(o){const t=o.value;Dj(t)||e.throwOnNode(PC.FOR_INDEX_DIRECTIVE_SHOULD_BE_STRING,o),l=rU(e,t.value,o.location)}const c=function(e,t,n,r,i){return{type:"ForEach",expression:e,item:r,index:i,location:t,directiveLocation:n,children:[]}}(s.value,bj(n),s.location,i,l);return e.addNodeCurrentElementScope(c),r.children.push(c),c}(s||a)&&e.throwAtLocation(PC.FOR_EACH_AND_FOR_ITEM_DIRECTIVES_SHOULD_BE_TOGETHER,bj(n))},function(e,t,n,r,i){const s=i.pick(fB);if(!s)return;e.findInCurrentElementScope(Mj)&&e.throwAtLocation(PC.INVALID_FOR_EACH_WITH_ITERATOR,bj(n),[s.name]);const a=s.name,[,o]=a.split(":");Nj(s.value)||e.throwOnNode(PC.DIRECTIVE_SHOULD_BE_EXPRESSION,s,[s.name]);const l=rU(e,o,s.location),c=function(e,t,n,r){return{type:"ForOf",expression:e,iterator:t,location:n,directiveLocation:r,children:[]}}(s.value,l,bj(n),s.location);return e.addNodeCurrentElementScope(c),r.children.push(c),c},function(e,t,n,r,i){const s=i.pickAll(pB);if(0===s.length)return;for(let r=1;r<s.length;r++)e.warnAtLocation(PC.SINGLE_IF_DIRECTIVE_ALLOWED,bj(n),[t.tagName]);const a=s[0];e.findInCurrentElementScope(qj)&&e.throwAtLocation(PC.LWC_IF_CANNOT_BE_USED_WITH_IF_DIRECTIVE,bj(n),[a.name]);Nj(a.value)||e.throwOnNode(PC.IF_DIRECTIVE_SHOULD_BE_EXPRESSION,a);const[,o]=a.name.split(":");hB.has(o)||e.throwOnNode(PC.UNEXPECTED_IF_MODIFIER,a,[o]);const l=function(e,t,n,r){return{type:"If",modifier:e,condition:t,location:n,directiveLocation:r,children:[]}}(o,a.value,bj(n),a.location);return e.addNodeCurrentElementScope(l),r.children.push(l),l},function(e,t,n,r,i){const s=i.pick(aB.SlotData);if(!s)return;"template"!==t.tagName&&e.throwOnNode(PC.SCOPED_SLOT_DATA_ON_TEMPLATE_ONLY,s);e.findInCurrentElementScope(Vj)&&e.throwAtLocation(PC.SCOPED_SLOTDATA_CANNOT_BE_COMBINED_WITH_OTHER_DIRECTIVE,bj(n));const a=e.findAncestor(_j,({current:e})=>e&&qj(e));a||e.throwAtLocation(PC.INVALID_PARENT_OF_LWC_SLOT_DATA,bj(n));const o=s.value;Dj(o)||e.throwOnNode(PC.SLOT_DATA_VALUE_SHOULD_BE_STRING,s);const l=i.pick("slot");let c;l&&(c=l.value);const u=rU(e,o.value,s.location),p=function(e,t,n,r){return{type:"ScopedSlotFragment",location:t,directiveLocation:n,children:[],slotData:wj(e,n),slotName:r}}(u,bj(n),s.location,c??vj(""));return e.addNodeCurrentElementScope(p),r.children.push(p),p}];function wU(e,t,n,r,i){const{tagName:s,namespaceURI:a}=n;let o;return"slot"===s?o=function(e,t,n){const r=bj(n),i=!KA(t.get(aB.SlotBind));i&&e.renderMode!==rB.light&&e.throwAtLocation(PC.SCOPED_SLOT_BIND_IN_LIGHT_DOM_ONLY,r);const s=e.findInCurrentElementScope(Vj);s&&e.throwAtLocation(PC.SLOT_TAG_CANNOT_HAVE_DIRECTIVES,r,[PU]);if(e.renderMode===rB.light){const n=t.getAttributes().filter(({name:e})=>!OU.has(e)).map(({name:e})=>e);if(n.length){const t=n.find(e=>e.match(gB));t&&e.throwAtLocation(PC.LWC_LIGHT_SLOT_INVALID_EVENT_LISTENER,r,[t]),e.throwAtLocation(PC.LWC_LIGHT_SLOT_INVALID_ATTRIBUTES,r,[n.join(","),IU.join(", ")])}}let a="";const o=t.get("name");o&&(Nj(o.value)?e.throwOnNode(PC.NAME_ON_SLOT_CANNOT_BE_EXPRESSION,o):Dj(o.value)&&(a=o.value.value));const l=e.hasSeenSlot(a);if(e.addSeenSlot(a),l)if(e.seenScopedSlots.has(a)){const t=i?PC.NO_DUPLICATE_SCOPED_SLOT:PC.NO_MIXED_SLOT_TYPES;e.throwAtLocation(t,r,[""===a?"default":`name="${a}"`])}else{const t=i?PC.NO_MIXED_SLOT_TYPES:PC.NO_DUPLICATE_SLOTS;e.warnAtLocation(t,r,[""===a?"default":`name="${a}"`])}else!i&&DU(e)&&e.warnAtLocation(PC.NO_SLOTS_IN_ITERATOR,r,[""===a?"default":`name="${a}"`]);i&&e.seenScopedSlots.add(a);return function(e,t){return{type:"Slot",name:"slot",namespace:oC,slotName:e,location:yj(t),attributes:[],properties:[],directives:[],listeners:[],children:[]}}(a,n)}(e,t,i):"template"!==s&&(rR(s)?o=t.get(aB.External)?function(e,t){return{type:"ExternalComponent",name:e,namespace:oC,location:yj(t),attributes:[],properties:[],directives:[],listeners:[],children:[]}}(s,i):function(e,t){return{type:"Component",name:e,namespace:oC,location:yj(t),attributes:[],properties:[],directives:[],listeners:[],children:[]}}(s,i):o=s.startsWith("lwc:")?function(e,t,n,r){let i;if(t.tagName===iB.Component)i=TU;else i=SU;return i(e,t,n,r)}(e,n,t,i):mj(s,a,i)),o&&(e.addNodeCurrentElementScope(o),r.children.push(o)),o}function TU(e,t,n,r){return e.config.enableDynamicComponents||e.throwAtLocation(PC.INVALID_OPTS_LWC_ENABLE_DYNAMIC_COMPONENTS,bj(r)),n.get(aB.Is)||e.throwAtLocation(PC.LWC_COMPONENT_TAG_WITHOUT_IS_DIRECTIVE,bj(r)),function(e,t){return{type:"Lwc",name:e,namespace:oC,location:yj(t),attributes:[],properties:[],directives:[],listeners:[],children:[]}}(t.tagName,r)}function SU(e,t,n,r){const{tagName:i,namespaceURI:s}=t;return e.warnAtLocation(PC.UNSUPPORTED_LWC_TAG_NAME,bj(r),[i]),mj(i,s,r)}function xU(e,t,n,r){let i=t;(function(e){return"template"===e.nodeName})(t)&&t.content?.childNodes.length>0&&(i=t.content);const s=i.childNodes;e.beginSiblingScope();for(const t of s)e.withErrorRecovery(()=>{if(jF(t)){e.beginElementScope(),vU(e,t,n,r);const i=e.endElementScope();i&&e.isParsingSiblingIfBlock()&&!Bj(i)&&!Uj(i)&&e.endIfChain()}else if(UF(t)){const r=_U(e,t);n.children.push(...r),e.isParsingSiblingIfBlock()&&r.length>0&&e.endIfChain()}else if(BF(t)){const r=AU(t);n.children.push(r),e.isParsingSiblingIfBlock()&&e.preserveComments&&e.endIfChain()}});e.endSiblingScope()}function _U(e,t){const n=[],r=t.sourceCodeLocation;if(!r)throw new Error("An internal parsing error occurred during node creation; a text node was found without a sourceCodeLocation.");const i=function(e){const t=e.split(/\r\n|\n|\r/);let n=0;for(let e=0;e<t.length;e++)t[e].match(/[^ \t]/)&&(n=e);let r="";for(let e=0;e<t.length;e++){const i=t[e],s=0===e,a=e===t.length-1,o=e===n;let l=i.replace(/\t/g," ");s||(l=l.replace(/^[ ]+/,"")),a||(l=l.replace(/[ ]+$/,"")),l&&(o||(l+=" "),r+=l)}return r}(e.getSource(r.startOffset,r.endOffset));if(!i.trim().length&&!e.config.experimentalComplexExpressions)return n;if(e.config.experimentalComplexExpressions&&eU(i)){const t=e.preparsedJsExpressions.get(r.startOffset);if(!t?.parsedExpression)throw new Error("Implementation error: cannot find preparsed template expression");return[gj(i,{...t.parsedExpression,location:bj(r)},r)]}const s=i.split(uB);for(const t of s){if(!t.length)continue;let i;i=eU(t)?nU(e,t,bj(r)):vj(JB(t)),n.push(gj(t,i,r))}return n}function AU(e){const t=e.sourceCodeLocation;if(!t)throw new Error("An internal parsing error occurred during node creation; a comment node was found without a sourceCodeLocation.");return function(e,t,n){return{type:"Comment",raw:e,value:t,location:bj(n)}}(e.data,JB(e.data),t)}const CU=[function(e,t,n){const r=t.pick(aB.External);if(!r)return;xj(n)||e.throwOnNode(PC.INVALID_LWC_EXTERNAL_ON_NON_CUSTOM_ELEMENT,n,[`<${n.name}>`]);Lj(r.value)||e.throwOnNode(PC.INVALID_LWC_EXTERNAL_VALUE,n,[`<${n.name}>`])},function(e,t,n){const{name:r}=n,i=t.pick(aB.Dynamic);if(!i)return;e.config.experimentalDynamicDirective||e.throwOnNode(PC.INVALID_OPTS_LWC_DYNAMIC,n);_j(n)||e.throwOnNode(PC.INVALID_LWC_DYNAMIC_ON_NATIVE_ELEMENT,n,[`<${r}>`]);const{value:s,location:a}=i;Nj(s)||e.throwOnNode(PC.INVALID_LWC_DYNAMIC_LITERAL_PROP,n,[`<${r}>`]);e.warnOnNode(PC.DEPRECATED_LWC_DYNAMIC_ATTRIBUTE,n),e.instrumentation?.incrementCounter(RC.LWCDynamicDirective),n.directives.push(function(e,t){return{type:"Directive",name:"Dynamic",value:e,location:t}}(s,a))},function(e,t,n){const{name:r}=n,i=t.pick(aB.Is);if(!i)return;Ij(n)||e.throwOnNode(PC.LWC_IS_INVALID_ELEMENT,n,[`<${r}>`]);const{value:s,location:a}=i;Nj(s)||e.throwOnNode(PC.INVALID_LWC_IS_DIRECTIVE_VALUE,n,[s.value]);n.directives.push(function(e,t){return{type:"Directive",name:"Is",value:e,location:t}}(s,a))},function(e,t,n){const{name:r}=n,i=t.pick("lwc:dom");if(!i)return;e.renderMode===rB.light&&e.throwOnNode(PC.LWC_DOM_INVALID_IN_LIGHT_DOM,n,[`<${r}>`]);_j(n)&&e.throwOnNode(PC.LWC_DOM_INVALID_CUSTOM_ELEMENT,n,[`<${r}>`]);Aj(n)&&e.throwOnNode(PC.LWC_DOM_INVALID_SLOT_ELEMENT,n);const{value:s}=i;if(!Dj(s)||s.value!==nB.manual){const t=Object.keys(nB).map(e=>`"${e}"`).join(", or ");e.throwOnNode(PC.LWC_DOM_INVALID_VALUE,n,[t])}n.directives.push(function(e,t){return{type:"Directive",name:"Dom",value:vj(e),location:t}}(s.value,i.location))},function(e,t,n){const r=t.pick(aB.InnerHTML);if(!r)return;(_j(n)||Ij(n))&&e.throwOnNode(PC.LWC_INNER_HTML_INVALID_CUSTOM_ELEMENT,n,[`<${n.name}>`]);Aj(n)&&e.throwOnNode(PC.LWC_INNER_HTML_INVALID_ELEMENT,n,[`<${n.name}>`]);const{value:i}=r;Dj(i)||Nj(i)||e.throwOnNode(PC.LWC_INNER_HTML_INVALID_VALUE,n,[`<${n.name}>`]);n.directives.push(function(e,t){return{type:"Directive",name:"InnerHTML",value:e,location:t}}(i,r.location))},function(e,t,n){const r=t.pick(aB.Ref);if(!r)return;Aj(n)&&e.throwOnNode(PC.LWC_REF_INVALID_ELEMENT,n,[`<${n.name}>`]);DU(e)&&e.throwOnNode(PC.LWC_REF_INVALID_LOCATION_INSIDE_ITERATION,n,[`<${n.name}>`]);const{value:i}=r;Dj(i)&&0!==i.value.length||e.throwOnNode(PC.LWC_REF_INVALID_VALUE,n,[`<${n.name}>`]);n.directives.push(function(e,t){return{type:"Directive",name:"Ref",value:e,location:t}}(i,r.location))},function(e,t,n){const{name:r}=n,i=t.pick(aB.Spread);if(!i)return;const{value:s}=i;Nj(s)||e.throwOnNode(PC.INVALID_LWC_SPREAD_LITERAL_PROP,n,[`<${r}>`]);n.directives.push(function(e,t){return{type:"Directive",name:"Spread",value:e,location:t}}(s,i.location))},function(e,t,n){const{name:r}=n,i=t.pick(aB.SlotBind);if(!i)return;Aj(n)||e.throwOnNode(PC.INVALID_LWC_SLOT_BIND_NON_SLOT_ELEMENT,n,[`<${r}>`]);const{value:s}=i;Nj(s)||e.throwOnNode(PC.INVALID_LWC_SLOT_BIND_LITERAL_PROP,n,[`<${r}>`]);n.directives.push(function(e,t){return{type:"Directive",name:"SlotBind",value:e,location:t}}(s,i.location))}];const PU=Object.values(sB).join(", "),IU=[aB.Key,aB.SlotBind,"name","slot"],OU=new Set(IU);function kU(e,t,n){const r=new yU,{attrs:i,tagName:s}=t,{attrs:a}=n;for(const t of i){const n=a?.[cU(t).toLowerCase()];if(!n)throw new Error("An internal parsing error occurred while parsing attributes; attributes were found without a location.");r.append(NU(e,s,t,n))}return r}function NU(e,t,n,r){const i=e.getSource(r.startOffset,r.endOffset),s=bj(r),a=cU(n);i.startsWith(a)||e.throwAtLocation(PC.INVALID_ATTRIBUTE_CASE,s,[i,t]);const o=!i.includes("="),{value:l,escapedExpression:c}=lU(e,i,t,n,s);let u;return u=eU(l)&&!c?nU(e,l,s):vj(!!o||l),function(e,t,n){return{type:"Attribute",name:e,value:t,location:n}}(a,u,s)}function DU(e){return!!e.findAncestor(Fj)}function LU(e){return e.findAncestor(Rj,({parent:e})=>e&&!Cj(e))}function RU(e){return e.findAncestor(Mj,({parent:e})=>e&&!Cj(e))}function MU(e,t){let n=!1;if(t.config.customRendererConfig){const r=t.crCheckedElements.get(e);if(void 0!==r)return r;n=function(e,t){if(t.crDirectives.has("lwc:external")&&"ExternalComponent"===e.type)return!0;if("Component"===e.type||"lwc:component"===e.name)return!1;const{attributes:n,directives:r}=e;if(r.length){let e=!1;if(e=r.some(e=>t.crDirectives.has(aB[e.name])),e)return!0}const i=t.crElmToConfigMap[e.name];if(i){const{namespace:t,attributes:r}=i;if(t&&e.namespace!==t)return!1;if(0===r.size||n.some(e=>r.has(e.name)))return!0}return!1}(e,t),t.crCheckedElements.set(e,n)}return n}function FU(e){return GF(`_${nR(e)}`)}function jU(e,t){return rj(Object.keys(e).map(e=>tj(JF(e),t(e))))}function BU(e,t){return t.some(t=>Fj(t)||!rC(2,e.apiVersion)&&Aj(t)&&e.renderMode===rB.light||jj(t)&&BU(e,t.children))}function UU(e){if(Cj(e)){if([...e.attributes,...e.properties].some(({name:e})=>"id"===e))return!0}return!!function(e){return Cj(e)||function(e){return"Root"===e.type}(e)||Fj(e)||jj(e)}(e)&&e.children.some(e=>UU(e))}function $U(e,t,n){const r=function(e){let t=e;for(;qF(t);)t=t.object;return t}(t);if(!e.isLocalIdentifier(r)){const t=e.getMemorizationId();n=ZF("||",t,ej("=",YF(GF(ZL.CONTEXT),t),n))}return n}const qU=/;(?![^(]*\))/g,VU=/:(.+)/;function HU(e){const t={},n=e.split(qU);for(const e of n)if(e){const[n,r]=e.split(VU);void 0!==n&&void 0!==r&&(t[n.trim()]=r.trim())}return t}function WU(e){const t=Object.entries(e).map(([e,t])=>{const n=t.endsWith("!important");return n&&(t=t.substring(0,t.length-10).trim()),[e,t,n]});return sj(t.map(e=>sj(e.map(e=>JF(e)))))}const GU=/\s+/;function zU(e){return e.split(GU).map(e=>e.trim()).filter(e=>e.length)}const YU=new WeakSet,KU=new WeakMap;function JU(e,t,n){let r,i=!0;if(Oj(e))r=!0;else if(kj(e))r=!0;else{let s=!1;e.children.forEach(e=>{JU(e,t,n),i&&=t.has(e),s||=ZU(e)}),$j(e)&&e.else&&JU(e.else,t,n),r=Cj(e)&&!MU(e,n)&&function(e,t){let n=!0;const{name:r,namespace:i="",attributes:s,directives:a,properties:o}=e;return!(!rC(0,t)&&i!==oC)&&(n&&=Sj(e),n&&=s.every(({name:e,value:t})=>{const n=zF(t)&&"slot"!==e&&"id"!==e&&"spellcheck"!==e&&!iU(e)&&!aU(r,e,i)&&!(sU(r,e,i)&&oU(t.value)),s=Nj(t)&&"slot"!==e&&!aU(r,e,i);return n||s}),n&&=!a.some(e=>!tR.has(e.name)),n&&=o.every(e=>zF(e.value)),n)}(e,n.config.apiVersion),r&&s&&YU.add(e)}r&&i&&t.add(e)}function XU(e,t){const n=e.children;if(!n.length||!YU.has(e))return n;if(KU.has(e))return KU.get(e);const r=[],i=n.length;let s,a=null;for(let e=0;e<i;e++)s=n[e],Oj(s)?JA(a)?(a=[s],r.push(a)):a.push(s):kj(s)&&!t||(a=null,r.push(s));return KU.set(e,r),r}const QU=e=>qA(e)&&VA.call(e,Oj),ZU=e=>Oj(e)&&!Dj(e.value),e$=e=>HA.call(e,ZU),t$=new Set(["STYLE","SCRIPT","XMP","IFRAME","NOEMBED","NOFRAMES","PLAINTEXT"]);function n$(e){return e.replace(/\\/g,"\\\\").replace(/`/g,"\\`").replace(/\$\{/g,"\\${")}function r$(e,t,n){let r="";for(const i of e)if(QU(i))r+=e$(i)?s$(i,n):r$(i,t,n);else if(Oj(i))r+=a$(i,t$.has(t.toUpperCase()));else if(Sj(i))r+=o$(i,n);else{if(!kj(i))throw new TypeError("Unknown node found while serializing static content. Allowed nodes types are: Element, Text and Comment.");r+=i$(i,n.preserveComments)}return r}function i$(e,t){return t?`\x3c!--${gC(n$(e.value))}--\x3e`:""}function s$(e,t){return`\${"${t.getStaticExpressionToken(e[0])}"}`}function a$(e,t){let n;return n=t?e.raw:gC(e.value.value),n=n$(n),n}function o$(e,t){const{name:n,namespace:r}=e,i=r!==oC,s=e.children.length>0;let a=`<${n}${function(e,t){const n=[];let r=!1;const i=({name:e,value:t,hasExpression:i})=>{let s="string"==typeof t?n$(t):t;"class"===e&&(r=!0,i||(s+="${0}")),"string"==typeof s?n.push(i?`\${"${s}"}`:` ${e}="${gC(s,!0)}"`):n.push(` ${e}`)};return e.attributes.map(e=>{const n=Nj(e.value);return{hasExpression:n,name:e.name,value:n?t.getStaticExpressionToken(e):e.value.value}}).forEach(i),e.properties.map(e=>({name:e.attributeName,value:e.value.value})).forEach(i),n.join("")+(r?"${2}":"${3}")}(e,t)}`;if(i&&!s)return a+="/>",a;a+=">";return a+=r$(XU(e,t.preserveComments),n,t),pC(n,r)&&!s||(a+=`</${n}>`),a}class l${constructor(){this.variableShadowingCount=new Map,this.arrowFnVariables=new Map}enterScope(e){const t=new Set;for(const n of e.params)c$(n,t);for(const e of t)this.variableShadowingCount.set(e,(this.variableShadowingCount.get(e)??0)+1);this.arrowFnVariables.set(e,t)}exitScope(e){const t=this.arrowFnVariables.get(e);if(t)for(const e of t)this.variableShadowingCount.set(e,this.variableShadowingCount.get(e)-1)}isScopedToExpression(e){return!!this.variableShadowingCount.get(e.name)}}function c$(e,t){$F(e)?!function(e,t){t.add(e.name)}(e,t):!function(e){return"ObjectPattern"===e.type}(e)?HF(e)?!function(e,t){c$(e.value,t)}(e,t):!function(e){return"ArrayPattern"===e.type}(e)?!function(e){return"RestElement"===e.type}(e)?!function(e){return"AssigmentPattern"===e.type}(e)?qF(e)?void kC(!1,PC.INVALID_EXPR_ARROW_FN_PARAM,["member expressions"]):kC(!1,PC.INVALID_EXPR_ARROW_FN_PARAM,[e.type]):void kC(!1,PC.INVALID_EXPR_ARROW_FN_PARAM,["default parameters"]):!function(e,t){c$(e.argument,t)}(e,t):!function(e,t){for(const n of e.elements)n&&c$(n,t)}(e,t):!function(e,t){for(const n of e.properties)c$(n,t)}(e,t)}function u$(e,t,n,r){const{name:i,namespace:s=""}=t,{value:a}=e,o=eB(e)?e.attributeName:e.name,l=fU(t,o),c=n.bindExpression(a);return l&&hC(o,i)?n.genBooleanAttributeExpr(c):"tabindex"===o?n.genTabIndex([c]):"id"===o||iU(o)?n.genScopedId(c):n.scopeFragmentId&&sU(i,o,s)?n.genScopedFragId(c):aU(i,o,s)?r?(n.usedLwcApis.add("sanitizeAttribute"),KF(GF("sanitizeAttribute"),[JF(i),JF(s),JF(o),n.genScopedFragId(c)])):n.genScopedFragId(c):c}const p$="function"==typeof structuredClone?structuredClone:e=>JSON.parse(JSON.stringify(e)),d$={name:"b",alias:"api_bind"},h$={name:"co",alias:"api_comment"},f$={name:"c",alias:"api_custom_element"},m$={name:"ddc",alias:"api_deprecated_dynamic_component"},g$={name:"dc",alias:"api_dynamic_component"},y$={name:"d",alias:"api_dynamic_text"},b$={name:"h",alias:"api_element"},v$={name:"f",alias:"api_flatten"},E$={name:"fr",alias:"api_fragment"},w$={name:"i",alias:"api_iterator"},T$={name:"k",alias:"api_key"},S$={name:"shc",alias:"api_sanitize_html_content"},x$={name:"fid",alias:"api_scoped_frag_id"},_$={name:"gid",alias:"api_scoped_id"},A$={name:"ssf",alias:"api_scoped_slot_factory"},C$={name:"s",alias:"api_slot"},P$={name:"st",alias:"api_static_fragment"},I$={name:"sp",alias:"api_static_part"},O$={name:"ti",alias:"api_tab_index"},k$={name:"t",alias:"api_text"};class N${constructor({root:e,state:t,scopeFragmentId:n}){this.staticNodes=new Set,this.hoistedNodes=[],this.hasRefs=!1,this.currentId=0,this.currentKey=0,this.innerHtmlInstances=0,this.usedApis={},this.usedLwcApis=new Set,this.slotNames=new Set,this.memorizedIds=[],this.referencedComponents=new Set,this.staticExpressionMap=new WeakMap,this.root=e,t.config.enableStaticContentOptimization&&(this.staticNodes=function(e,t){const n=new Set;return e.children.forEach(e=>{JU(e,n,t)}),n}(e,t)),this.renderMode=e.directives.find(Qj)?.value.value??rB.shadow,this.preserveComments=e.directives.find(Zj)?.value.value??t.config.preserveHtmlComments,this.scopeFragmentId=n,this.scope=this.createScope(),this.state=t,this.apiVersion=nC(t.config.apiVersion)}generateKey(){return this.currentKey++}genElement(e,t,n){const r=[JF(e),t];return(!VF(n)||n.elements.length>0)&&r.push(n),this._renderApiCall(b$,r)}genCustomElement(e,t,n,r){this.referencedComponents.add(e);const i=[JF(e),t,n];return(!VF(r)||r.elements.length>0)&&i.push(r),this._renderApiCall(f$,i)}genDynamicElement(e,t,n){const r=[e,t];return(!VF(n)||n.elements.length>0)&&r.push(n),this._renderApiCall(g$,r)}genDeprecatedDynamicElement(e,t,n,r){const i=[JF(e),t,n];return(!VF(r)||r.elements.length>0)&&i.push(r),this._renderApiCall(m$,i)}genText(e){return this._renderApiCall(k$,[this.genConcatenatedText(e)])}genConcatenatedText(e){const t=e.map(e=>"string"==typeof e?JF(e):this._renderApiCall(y$,[e]));let n=t[0];for(let e=1,r=t.length;e<r;e++)n=QF("+",n,t[e]);return n}genComment(e){return this._renderApiCall(h$,[JF(e)])}genSanitizeHtmlContent(e){return this._renderApiCall(S$,[e])}genFragment(e,t,n=!1){const r=JF(n?1:0);return this._renderApiCall(E$,[e,t,r])}genIterator(e,t){return this._renderApiCall(w$,[e,t])}genBind(e){return this._renderApiCall(d$,[e])}genFlatten(e){return this._renderApiCall(v$,e)}genScopedId(e){return"string"==typeof e?this._renderApiCall(_$,[JF(e)]):this._renderApiCall(_$,[e])}genScopedFragId(e){return"string"==typeof e?this._renderApiCall(x$,[JF(e)]):this._renderApiCall(x$,[e])}getSlot(e,t,n){return this.slotNames.add(e),this._renderApiCall(C$,[JF(e),t,n,GF("$slotset")])}getScopedSlotFactory(e,t){return this._renderApiCall(A$,[t,e])}genTabIndex(e){return this._renderApiCall(O$,e)}getMemorizationId(){const e=GF(`_m${this.currentId++}`);return this.memorizedIds.push(e),e}genBooleanAttributeExpr(e){return XF(e,JF(""),JF(null))}genEventListeners(e){const t=Object.fromEntries(e.map(e=>[e.name,e])),n=jU(t,e=>{const n=this.bindExpression(t[e].handler);return $U(this,n,this.genBind(n))});return tj(GF("on"),n)}genRef(e){return this.hasRefs=!0,tj(GF("ref"),e.value)}genKeyExpression(e,t){if(e){const t=this.bindExpression(e.value),n=this.generateKey();return this._renderApiCall(T$,[JF(n),t])}{let e=this.generateKey();return void 0!==t&&(e=`@${t}:${e}`),JF(e)}}genSanitizedHtmlExpr(e){const t=this.innerHtmlInstances++;return zF(e)?ZF("||",YF(GF(ZL.CONTEXT),GF(`_sanitizedHtml$${t}`)),ej("=",YF(GF(ZL.CONTEXT),GF(`_sanitizedHtml$${t}`)),this.genSanitizeHtmlContent(e))):XF(QF("!==",YF(GF(ZL.CONTEXT),GF(`_rawHtml$${t}`)),ej("=",YF(GF(ZL.CONTEXT),GF(`_rawHtml$${t}`)),e)),ej("=",YF(GF(ZL.CONTEXT),GF(`_sanitizedHtml$${t}`)),this.genSanitizeHtmlContent(e)),YF(GF(ZL.CONTEXT),GF(`_sanitizedHtml$${t}`)))}_renderApiCall(e,t){const{name:n,alias:r}=e;let i=this.usedApis[n];return i||(i=this.usedApis[n]=GF(r)),KF(i,t)}beginScope(){this.scope=this.createScope(this.scope)}createScope(e=null){return{parent:e,declaration:new Set}}endScope(){if(!this.scope.parent)throw new Error("Can't invoke endScope if the current scope has no parent");this.scope=this.scope.parent}declareIdentifier(e){this.scope.declaration.add(e.name)}isLocalIdentifier(e){let t=this.scope;for(;null!==t;){if(t.declaration.has(e.name))return!0;t=t.parent}return!1}bindExpression(e){if($F(e))return this.isLocalIdentifier(e)?e:YF(GF(ZL.INSTANCE),e);if(this.state.config.experimentalComplexExpressions)return function(e,t){const n=new l$;return jB(e,{enter(e,t){WF(e)&&n.enterScope(e)},leave(e,r){if(WF(e))return n.exitScope(e);const i=$F(e)&&"undefined"!==e.name;null===r||!i||qF(r)&&r.property===e&&!r.computed||HF(r)&&r.key===e||t.isLocalIdentifier(e)||n.isScopedToExpression(e)||this.replace(YF(GF(ZL.INSTANCE),e))}}),e}(e=p$(e),this);const t=this;return jB(e=p$(e),{leave(e,n){null!==n&&$F(e)&&qF(n)&&n.object===e&&!t.isLocalIdentifier(e)&&this.replace(YF(GF(ZL.INSTANCE),e))}}),e}genStaticElement(e,t){const n=this.genStaticParts(e),r=o$(e,this),i="svg"!==e.name&&e.namespace===lC?"parseSVGFragment":"parseFragment";this.usedLwcApis.add(i);const s=function(e,t){return{type:"TaggedTemplateExpression",tag:e,quasi:t}}(GF(i),function(e,t){return{type:"TemplateLiteral",quasis:e,expressions:t}}([{type:"TemplateElement",tail:!0,value:{raw:r,cooked:r}}],[])),a=GF(`$fragment${this.hoistedNodes.length+1}`);this.hoistedNodes.push({identifier:a,expr:s});const o=e.directives.find(Jj),l=[a,this.genKeyExpression(o,t)];return n&&l.push(n),this._renderApiCall(P$,l)}genStaticParts(e){const t=[e],n=new Map;let r=-1;const i=e=>{let t=n.get(e);return t||(t={text:JF(null),databag:JF(null)},n.set(e,t)),t},s=e=>{i(r).text=e},a=e=>{i(r).databag=rj(e)};for(;t.length>0;){const e=t.shift();if((QU(e)||!kj(e)||this.preserveComments)&&r++,QU(e)){const t=e;if(e$(t)){const e=`t${r}`;this.staticExpressionMap.set(t[0],e);s(this.genConcatenatedText(t.map(({value:e})=>Dj(e)?e.value:this.bindExpression(e))))}}else if(Sj(e)){const n=e,i=[];n.listeners.length&&i.push(this.genEventListeners(n.listeners));for(const e of n.directives)"Ref"===e.name&&i.push(this.genRef(e));const s=[];for(const e of n.attributes){const{name:t,value:a}=e;if(Nj(a)){let o="";"style"===t?(o=`s${r}`,i.push(tj(GF("style"),this.bindExpression(a)))):"class"===t?(o=`c${r}`,i.push(tj(GF("className"),this.bindExpression(a)))):(o=`a${r}:${t}`,s.push(tj(JF(t),u$(e,n,this,!1)))),this.staticExpressionMap.set(e,o)}}s.length&&i.push(tj(GF("attrs"),rj(s))),i.length&&a(i),t.unshift(...XU(n,this.preserveComments))}}if(0!==n.size)return sj([...n.entries()].map(([e,{databag:t,text:n}])=>this.genStaticPart(e,t,n)))}genStaticPart(e,t,n){return this._renderApiCall(I$,[JF(e),t,n])}getStaticExpressionToken(e){const t=this.staticExpressionMap.get(e);if(KA(t)){const t=function(e){return"Attribute"===e.type}(e)?e.name:"text node";throw new Error(`Template compiler internal error, unable to map ${t} to a static expression.`)}return t}}function D$(e){const t=[];let n=!1,r=!1;for(let i=0;i<e.length;i++)"-"===e[i]?n?r=!0:(n=!0,t.push("/")):(t.push(r?e[i].toUpperCase():e[i]),r=!1);return t.join("")}function L$(e){const t=[],n=new Map;function r(e){return function(e){return"ObjectExpression"===e.type}(e)?e.properties.every(e=>HF(e)&&!e.computed&&!e.method&&!e.shorthand&&(zF(e.value)||r(e.value))):!!VF(e)&&e.elements.every(e=>null!==e&&(zF(e)||r(e)))}return jB(e,{enter(e){if(r(e)){const r=function(e){const r=YL(e);if(!n.has(r)){const i=`stc${n.size}`,s=pj("const",[uj(GF(i),e)]);t.push(s),n.set(r,i)}return GF(n.get(r))}(e);this.replace(r),this.skip()}}}),t.push(e),t}function R$(e){return Array.from(e.referencedComponents).map(e=>dj([hj(FU(e))],JF(D$(e))))}function M$(e){const t=Array.from(e.usedLwcApis).sort().map(e=>function(e,t,n){return{type:"ImportSpecifier",imported:e,local:t,...n}}(GF(e),GF(e)));return dj(t,JF("lwc"))}function F$(e,t){t.usedLwcApis.add(JL);const n=[...R$(t),M$(t)],r=t.hoistedNodes.map(({identifier:e,expr:t})=>pj("const",[uj(e,t)]));const i=function(e){const t=[];if(e.slotNames.size){const n=YF(GF(QL),GF("slots")),r=sj(Array.from(e.slotNames).sort().map(e=>JF(e))),i=ej("=",n,r);t.push(aj(i))}const n=ej("=",YF(GF(QL),GF("stylesheets")),sj([]));if(t.push(aj(n)),e.renderMode===rB.light){const e=ej("=",YF(GF(QL),GF("renderMode")),JF("light"));t.push(aj(e))}if(e.hasRefs){const e=ej("=",YF(GF(QL),GF("hasRefs")),JF(!0));t.push(aj(e))}return t}(t);return function(e,t){return{type:"Program",sourceType:"module",body:e,...t}}([...n,...r,...[...L$(e),fj(KF(GF(JL),[GF(QL)]))],...i])}function j$(e){const t=e.state.config.instrumentation;function n(n,r){const i=function(n,r){const i=[],{attributes:s,properties:a,listeners:o}=n,l=n.directives.find(Yj),c=n.directives.find(Jj),u=n.directives.find(Gj),d=n.directives.find(Kj),h=n.directives.find(zj),f=MU(n,e.state),m=n.directives.find(Xj);if(s.length){const t={};for(const r of s){const{name:s,value:a}=r;if("class"===s){if(Nj(a)){const t=e.bindExpression(a);i.push(tj(GF("className"),t))}else if(Dj(a)){const e=rj(zU(a.value).map(e=>tj(JF(e),JF(!0))));i.push(tj(GF("classMap"),e))}}else if("style"===s){if(Nj(a)){const t=e.bindExpression(a);i.push(tj(GF("style"),t))}else if(Dj(a)){const e=WU(HU(a.value));i.push(tj(GF("styleDecls"),e))}}else if("slot"===s){let t;t=Nj(a)?e.bindExpression(a):Dj(a)?JF(a.value):JF(""),i.push(tj(GF("slotAssignment"),t))}else t[s]=p(r,n,!f)}if(Object.keys(t).length){const e=jU(t,e=>t[e]);i.push(tj(GF("attrs"),e))}}const g=rj([]);if(a.length)for(const e of a)g.properties.push(tj(JF(e.name),p(e,n,!f)));if(l){const t=Dj(l.value)?JF(l.value.value):e.bindExpression(l.value);g.properties.push(tj(GF("innerHTML"),f?t:e.genSanitizedHtmlExpr(t)))}d&&i.push(e.genRef(d));h&&(g.properties.push({type:"SpreadElement",argument:e.bindExpression(h.value)}),t?.incrementCounter(RC.LWCSpreadDirective));g.properties.length&&i.push(tj(GF("props"),g));if(u||l){const e=rj([tj(GF("lwc"),rj([tj(GF("dom"),JF("manual"))]))]);i.push(tj(GF("context"),e))}i.push(tj(GF("key"),e.genKeyExpression(c,r))),o.length&&i.push(e.genEventListeners(o));n.namespace===lC&&i.push(tj(GF("svg"),JF(!0)));f&&(e.usedLwcApis.add(XL),i.push(tj(GF(XL),GF(XL))));KA(m)||i.push(tj(GF("slotData"),e.bindExpression(m.value)));xj(n)&&i.push(tj(GF("external"),JF(!0)));return rj(i)}(n,r);if(e.staticNodes.has(n)&&Sj(n))return e.genStaticElement(n,r);const a=s(n);let o;const{name:l}=n,c=n.directives.find(Hj),u=n.directives.find(Wj);if(c){const t=e.bindExpression(c.value);o=e.genDeprecatedDynamicElement(l,t,i,a)}else if(u){const t=e.bindExpression(u.value);o=e.genDynamicElement(t,i,a)}else if(_j(n))o=e.genCustomElement(l,FU(l),i,a);else if(Aj(n)){const t=a;o=e.getSlot(n.slotName,i,t)}else o=e.genElement(l,i,a);return o}function r(t){return e.genText(t.map(({value:t})=>Dj(t)?t.value:e.bindExpression(t)))}function i(t){return e.genComment(t.value)}function s(t){const s=[],c=t.children,p=c[Symbol.iterator]();let d;for(;(d=p.next())&&!d.done;){let c=d.value;if(Oj(c)){const e=[];do{e.push(c),d=p.next(),c=d.value}while(!d.done&&Oj(c));if(s.push(r(e)),d.done)break}if(Fj(c))s.push(u(c));else if(jj(c)){const e=o(c);Array.isArray(e)?s.push(...e):s.push(e)}else if(Cj(c)){const e=Aj(t)?t.slotName:void 0;s.push(n(c,e))}else kj(c)&&e.preserveComments?s.push(i(c)):Bj(c)?s.push(l(c)):tB(c)&&s.push(a(c))}return BU(e,c)?1===c.length?s[0]:e.genFlatten([sj(s)]):sj(s)}function a(t){const{slotName:n,slotData:{value:r}}=t;e.beginScope(),e.declareIdentifier(r);const i=GF("key");e.declareIdentifier(i);const a=e.genFragment(i,s(t));e.endScope();const o=oj(null,[r,i],lj([cj(a)]));let l;return l=zF(n)?JF(n.value):e.bindExpression(n),e.getScopedSlotFactory(o,l)}function o(t){const n=s(t);let r;if(VF(n)){const i=e.bindExpression(t.condition);r=sj(n.elements.map(e=>null!==e?c(t,e,i):null))}else r=c(t,n,void 0,sj([]));return VF(r)&&(r=r.elements),r}function l(t,n){const r=n??e.generateKey(),i=e.genFragment(JF(r),s(t));let a=JF(null);return t.else&&(a=Uj(t.else)?l(t.else,r):e.genFragment(JF(r),s(t.else))),XF(e.bindExpression(t.condition),i,a)}function c(t,n,r,i){let s;r||(r=e.bindExpression(t.condition));const a=t.modifier;if("true"===a)s=r;else if("false"===a)s=function(e,t,n){return{type:"UnaryExpression",argument:t,operator:e,prefix:!0,...n}}("!",r);else{if("strict-true"!==a)throw OC(CC.UNKNOWN_IF_MODIFIER,{messageArgs:[a]});s=QF("===",r,JF(!0))}return XF(s,n,i??JF(null))}function u(t){let n,r=function(t){if(e.beginScope(),Mj(t)){const{item:n,index:r}=t;r&&e.declareIdentifier(r),e.declareIdentifier(n)}else e.declareIdentifier(t.iterator);const n=s(t);return e.endScope(),n}(t);return VF(r)&&1===r.elements.length&&(r=r.elements[0]),n=Mj(t)?function(t,n){const{expression:r,item:i,index:s}=t,a=[i];s&&a.push(s);const o=e.bindExpression(r),l=oj(null,a,lj([cj(n)]));return e.genIterator(o,l)}(t,r):function(t,n){const{expression:r,iterator:i}=t,{name:s}=i,a={value:`${s}Value`,index:`${s}Index`,first:`${s}First`,last:`${s}Last`},o=Object.values(a).map(e=>GF(e)),l=rj(Object.entries(a).map(([e,t])=>tj(GF(e),GF(t)))),c=e.bindExpression(r),u=oj(null,o,lj([pj("const",[uj(GF(s),l)]),cj(n)]));return e.genIterator(c,u)}(t,r),n}function p(t,n,r){const{name:i,namespace:s=""}=n,{value:a}=t,o=eB(t)?t.attributeName:t.name,l=fU(n,o);if(Nj(a))return u$(t,n,e,r);if(Dj(a)){if("id"===o)return e.genScopedId(a.value);if("spellcheck"===o)return JF("false"!==a.value.toLowerCase());if(!l&&hC(o,i))return JF(!0);if(iU(o))return e.genScopedId(a.value);if(e.scopeFragmentId&&sU(i,o,s)&&oU(a.value))return e.genScopedFragId(a.value);if(aU(i,o,s)){const t=oU(a.value)?e.genScopedFragId(a.value):JF(a.value);return r?(e.usedLwcApis.add("sanitizeAttribute"),KF(GF("sanitizeAttribute"),[JF(i),JF(s),JF(o),t])):t}return JF(a.value)}return JF(l?"":a.value)}return s(e.root)}function B$(e,t){const n=UU(e),r=new N$({root:e,state:t,scopeFragmentId:n}),i=function(e){const t=j$(e),n=[ZL.API,ZL.INSTANCE,ZL.SLOT_SET,ZL.CONTEXT].map(e=>GF(e)),r=Object.keys(e.usedApis),i=0===r.length?[]:[pj("const",[uj(ij(r.map(t=>nj(GF(t),e.usedApis[t]))),GF(ZL.API))])];return e.memorizedIds.length&&i.push(pj("const",[uj(ij(e.memorizedIds.map(e=>nj(e,e,{shorthand:!0}))),GF(ZL.CONTEXT))])),i.push(cj(t)),function(e,t,n){return{type:"FunctionDeclaration",id:e,params:t,body:n,...void 0}}(GF(QL),n,lj(i,{trailingComments:[(s=yC,{type:"Block",value:s})]}));var s}(r);return YL(F$(i,r),{comments:!0})}const{create:U$}=Object,{forEach:$$}=Array.prototype,{replace:q$,toLowerCase:V$}=String.prototype,H$=["ariaActiveDescendant","ariaAtomic","ariaAutoComplete","ariaBusy","ariaChecked","ariaColCount","ariaColIndex","ariaColIndexText","ariaColSpan","ariaControls","ariaCurrent","ariaDescribedBy","ariaDescription","ariaDetails","ariaDisabled","ariaErrorMessage","ariaExpanded","ariaFlowTo","ariaHasPopup","ariaHidden","ariaInvalid","ariaKeyShortcuts","ariaLabel","ariaLabelledBy","ariaLevel","ariaLive","ariaModal","ariaMultiLine","ariaMultiSelectable","ariaOrientation","ariaOwns","ariaPlaceholder","ariaPosInSet","ariaPressed","ariaReadOnly","ariaRelevant","ariaRequired","ariaRoleDescription","ariaRowCount","ariaRowIndex","ariaRowIndexText","ariaRowSpan","ariaSelected","ariaSetSize","ariaSort","ariaValueMax","ariaValueMin","ariaValueNow","ariaValueText","ariaBrailleLabel","ariaBrailleRoleDescription","role"],{AriaPropNameToAttrNameMap:W$}=(()=>{const e=U$(null),t=U$(null);return $$.call(H$,n=>{const r=V$.call(q$.call(n,/^aria/,()=>"aria-"));e[r]=n,t[n]=r}),{AriaAttrNameToPropNameMap:e,AriaPropNameToAttrNameMap:t}})(),G$=new Set(["NaN","arguments","break","case","catch","class","const","continue","debugger","default","delete","do","else","enum","eval","export","extends","false","finally","for","function","if","implements","import","in","instanceof","interface","let","new","null","package","private","protected","public","return","static","super","switch","this","throw","true","try","typeof","undefined","var","void","while","with","yield"]),z$=new Set(["area","base","br","col","embed","hr","img","input","link","meta","source","track","wbr","param","keygen","menuitem"]);const Y$=`__ESTEMPLATE_${Math.random().toString().slice(2)}_PLACEHOLDER__`,K$={Identifier(e,t){if(e.node?.name.startsWith(Y$)){const n=e.node.name.slice(Y$.length),r=t.placeholderToValidator.get(n),i=t.replacementNodes[n];if(r&&!(Array.isArray(i)?i.every(r):r(i)))throw new Error(`Validation failed for templated node of type ${e.node.type}`);null===i?e.remove():Array.isArray(i)?0===i.length?e.remove():"ExpressionStatement"===e.parentPath.node.type?e.parentPath.replaceWithMultiple(i):e.replaceWithMultiple(i):e.replaceWith(i)}},Literal(e,t){if("string"==typeof e.node?.value&&e.node.value.startsWith(Y$)){const n=e.node.value.slice(Y$.length),r=t.placeholderToValidator.get(n),i=t.replacementNodes[n];if(r&&!r(i))throw new Error(`Validation failed for templated node of type ${e.node.type}`);e.replaceWith(i)}}};function J$(e,t,n,r){let i=0,s=e[0];t.reverse();const a=new Map;for(const n of e.slice(1)){const e=t.pop();e&&a.set(i.toString(),e),s+=`${Y$}${i++}`,s+=n}n&&(s=n(s));const o=function(e,t){return kN.parse(e,t)}(s,{ecmaVersion:2022,allowAwaitOutsideFunction:!0,allowReturnOutsideFunction:!0,allowSuperOutsideMethod:!0,allowImportExportEverywhere:!0,locations:!1});let l;const c=e.at(-1)?.trimEnd()?.at(-1);return l=1===o.body.length?l=";"===c&&"ExpressionStatement"===o.body[0].type?o.body[0].expression:o.body[0]:o.body,l=JSON.parse(JSON.stringify(l)),function(...e){const t=xL(l,t=>nI(t,K$,{placeholderToValidator:a,replacementNodes:e}));return r?r(t):t}}function X$(e,...t){return J$(e,t)}function Q$(e,...t){return J$(e,t,e=>`function* placeholder() {${e}}`,e=>1===e.body.body.length?e.body.body[0]:e.body.body)}const Z$=X$`
|
|
71
|
+
`);const gx="Specific issues found during the analysis. Should be empty if no issues were found.",yx=t.object({type:t.string().describe("Categorize the issue"),code:t.string().optional().describe("What is the section with the issue?"),description:t.string().describe("Why this is an issue?"),intentAnalysis:t.string().describe("What is the likely intent?"),suggestedAction:t.string().describe("How an expert should address the issue? Be as detailed as possible without adding sections.")});t.array(yx).describe(gx);const bx=t.string().describe("think about the task at hand"),vx=t.string().describe("reflect on each potential issue present in the provided section and how to fix them"),Ex=t.object({thinking:bx,reflection:vx}),wx=yx.extend({path:t.string().describe("Provide the JSON Path where the issue occurs in the blueprint using the $.<property> notation")}),Tx=t.array(wx).describe(gx);Ex.extend({issues:Tx});const Sx=yx.extend({location:t.object({startLine:t.number(),endLine:t.number().optional(),startColumn:t.number().optional(),endColumn:t.number().optional()}).describe("Provide the exact line number(s) and column number(s) where the issue occurs")}),xx=e=>t.object({thinking:bx,reflection:t.string().describe("reflect on the issues present in the provided input and how do you plan to fix each of them"),output:e}),_x=t.array(Sx).describe(gx),Ax=Ex.extend({issues:_x}),Cx="CHANGELOG.md",Px=e=>{if(e.includes("--"))throw new Error(`Component name with multiple adjacent dashes cannot be converted to camel case: ${e}`);if(e.endsWith("-"))throw new Error(`Component name ending with a dash cannot be converted to camel case: ${e}`);return e.replace(/-[a-z]/g,e=>e[1].toUpperCase()).replaceAll("-","")};var Ix;!function(e){e.HTML="html",e.JS="js",e.CSS="css",e.JS_META="js-meta.xml"}(Ix||(Ix={}));const Ox={[Ix.HTML]:".html",[Ix.JS]:".js",[Ix.CSS]:".css",[Ix.JS_META]:".js-meta.xml"},kx=t.object({path:t.string().describe("path to component file relative to LWC component bundle root"),content:t.string().describe("content of the file")}),Nx=t.object({name:t.string(),namespace:t.string(),html:t.array(kx).min(1).describe("LWC component HTML templates."),js:t.array(kx).min(1).describe("LWC component JavaScript files."),css:t.array(kx).describe("LWC component CSS files."),jsMetaXml:kx.describe("LWC component configuration .js-meta.xml file."),changeLog:t.string().describe("Human-readable changelog for the component. Must not be modified."),markdown:t.function().args(t.array(t.nativeEnum(Ix))).returns(t.string()).describe("List all files of the given types wrapped into markdown to inject in grounding"),text:t.function().args(t.nativeEnum(Ix)).returns(t.string()).describe("Access to file content")}),Dx={markdown(e){const t=(e,t)=>e.map(e=>`${e.path}:\n\`\`\`${t}\n${e.content}\n\`\`\`\n`).join("\n"),n=[];for(const r of e)switch(r){case Ix.HTML:n.push(t(this.html,"html"));break;case Ix.JS:n.push(t(this.js,"js"));break;case Ix.CSS:n.push(t(this.css,"css"));break;case Ix.JS_META:this.jsMetaXml&&n.push(t([this.jsMetaXml],"xml"))}return n.join("\n")},text(e){const t=e=>e.map(e=>e.content).join("\n");switch(e){case Ix.HTML:return t(this.html);case Ix.JS:return t(this.js);case Ix.CSS:return t(this.css);case Ix.JS_META:return this.jsMetaXml?this.jsMetaXml.content:"";default:return""}}};function Lx(e,t,n){const r={name:e,namespace:t,html:[],js:[],css:[],changeLog:n};return Reflect.setPrototypeOf(r,Dx),r}const Rx={name:"LwcCode",schema:Nx,async save(e,t){const{html:n,js:r,css:i,jsMetaXml:s,changeLog:a}=t,o=[...n,...r,...i];for(const{path:t,content:n}of o)t&&await e(t,n);s&&await e(s.path,s.content),a&&await e(Cx,a)},async load(e,t){const[n,r]=t.split("/");let i="";try{i=await e(Cx)}catch(e){}const s=Lx(r,n,i);return await Fx(s,".",e),s},generateId:({name:e,namespace:t})=>`${t}/${Px(e)}`},Mx=HT(Rx);async function Fx(e,t,n){const{files:r,directories:i}=await n.dir(t);for(const i of r){const r=jx(i);if(r){const s=d.join(t,i),a=await n(s);switch(r){case Ix.HTML:e.html.push({content:a,path:s});break;case Ix.JS:e.js.push({content:a,path:s});break;case Ix.CSS:e.css.push({content:a,path:s});break;case Ix.JS_META:e.jsMetaXml={content:a,path:s}}}}await Promise.all(i.filter(e=>!e.startsWith("__")).map(async r=>[r,await Fx(e,d.join(t,r),n)]))}function jx(e){const t=Object.entries(Ox).find(([,t])=>e.endsWith(t));return t?t[0]:null}xx(Nx);const Bx=t.object({path:t.string().trim().min(1).describe("Path to the image file"),name:t.string().trim().describe("Name of the image file"),format:t.enum(["jpeg"]).describe("Format of the image file restricted to supported formats"),content:t.string().base64().describe("Base64 encoded image data")});function Ux(e){const n=(e,t)=>{const[n,...r]=e.split(t).reverse();if(0!==r.length)return[r.reverse().join(t),n]},r=t.object({name:Bx.shape.name,format:Bx.shape.format}),[,i]=n(e,"/")??[void 0,e],[s,a]=n(i,".")??[i,""];return r.parse({name:s,format:a})}const $x={name:"ImageBundle",schema:t.object({namespace:t.string().trim().min(1).describe("Namespace of the image"),images:Bx.array()}),async save(e,t){for(const n of t.images)await e(n.path,n.content)},async load(e,t){const{files:n}=await e.dir(),r=n.map(e=>({...Ux(e),path:e})),i=await Promise.all(r.map(async t=>function(e,t,n,r){return{content:e,format:r,name:n,path:t}}(await e(t.path),t.path,t.name,t.format)));return{namespace:t,images:i}}},qx=HT($x);var Vx;!function(e){e.JAVA="java"}(Vx||(Vx={}));const Hx=t.nativeEnum(Vx),Wx=t.object({path:t.string().describe("path to file relative to message channel root"),content:t.string().describe("content of the file")}),Gx=t.object({name:t.string(),namespace:t.string(),java:Wx.describe("Message channel java file."),markdown:t.function().args(t.array(Hx)).returns(t.string()),changeLog:t.string().describe("Human-readable changelog for the message channel. Must not be modified.")});const zx={[Vx.JAVA]:".java"};function Yx(e){const t=Object.entries(zx).find(([,t])=>e.endsWith(t));return t?t[0]:null}async function Kx(e,t,n){const{files:r,directories:i}=await n.dir(t);for(const i of r){if(Yx(i)){const r=d.join(t,i),s=await n(r);e.java={content:s,path:r}}}await Promise.all(i.filter(e=>"__tests__"!==e).map(r=>Kx(e,d.join(t,r),n)))}HT({name:"MessageChannelCode",schema:Gx,async save(e,t){const{java:n,changeLog:r}=t,i=[n];for(const{path:t,content:n}of i)t&&await e(t,n);r&&await e(Cx,r)},async load(e,t){const[n,r]=t.split("/");let i="";try{i=await e(Cx)}catch(e){}const s=function(e,t,n){return{name:e,namespace:t,java:{content:"",path:""},changeLog:n}}(r,n,i);return await Kx(s,".",e),s},generateId:({name:e,namespace:t})=>`${t}/${Px(e)}`});const Jx=t.string(),Xx=t.lazy(()=>t.record(t.string(),t.union([Jx,Xx])));var Qx;!function(e){e.CMP="cmp",e.CONTROLLER="controller",e.HELPER="helper",e.RENDERER="renderer",e.CSS="css",e.DOC="doc",e.EVENT="event",e.DESIGN="design",e.INTERFACE="interface",e.LIBRARY="lib",e.UNKNOWN="unknown"}(Qx||(Qx={}));const Zx=t.nativeEnum(Qx),e_={[Qx.CMP]:".cmp",[Qx.CONTROLLER]:"Controller.js",[Qx.HELPER]:"Helper.js",[Qx.RENDERER]:"Renderer.js",[Qx.CSS]:".css",[Qx.DOC]:".auradoc",[Qx.EVENT]:".evt",[Qx.DESIGN]:".design",[Qx.INTERFACE]:".intf",[Qx.LIBRARY]:".lib"},t_=t.object({type:Zx,content:Jx}),n_=t.lazy(()=>t.record(t.string(),t.union([t_,n_]))),r_=t.lazy(()=>t.record(t.string(),t_)),i_=t.lazy(()=>t.object({componentName:t.string(),files:n_,dependencies:t.record(t.string(),i_),filesByType:t.function().args(t.array(Zx).optional()).returns(r_),markdown:t.function().args(t.array(Zx).optional()).returns(t.string())}));t.object({methods:t.array(t.object({identifier:t.string().describe("The method name"),description:t.string().describe("A detailed summary of the method")}))});const s_=e=>t_.safeParse(e).success,a_={name:"AuraCode",schema:i_,async save(e,t){const n=async(e,t)=>{if(0!==Object.keys(e).length)for(const[r,i]of Object.entries(e))s_(i)?await t(r,i.content):await n(i,t)};await n(t.files,e)},async load(e,t,n){const r=t.replace("/",":");return{componentName:r,files:await c_(".",e),dependencies:await l_(r,e,n),filesByType(e=[]){return p_(this.files,e)},markdown(e=[]){return function(e,t){return`## ${e}\n`+Object.entries(t).map(([e,t])=>{if("string"==typeof t.content){return`### ${e}\n`+`\`\`\`${t.content}\`\`\`\n`}}).join("\n")}(this.componentName,p_(this.files,e))}}},generateId:e=>e.componentName.replace(":","/")},o_=HT(a_);async function l_(e,t,n){const{files:r}=await t.dir("."),i=r.find(e=>e.endsWith(".metadata.json")),s=i?await(async e=>{try{const n=await t(e);return Object.keys(JSON.parse(n).dependencies)}catch(e){return console.error(e),[]}})(i):[],a=await Promise.all(s.map(async e=>{try{const t=await n(o_,e.replace(":","/"));return[e,t]}catch(e){return console.log(e),null}}));return Object.fromEntries(a.filter(e=>!!e))}async function c_(e,t){const{files:n,directories:r}=await t.dir(e),i=await Promise.all(n.map(async n=>[n,{type:u_(n),content:await t(d.join(e,n))}])),s=await Promise.all(r.map(async n=>[n,await c_(d.join(e,n),t)]));return{...Object.fromEntries(i),...Object.fromEntries(s)}}function u_(e){const t=Object.entries(e_).find(([,t])=>e.includes(t));return t?t[0]:(console.log(`Cannot identify file type for ${e}`),Qx.UNKNOWN)}function p_(e,t=[]){if(t.length<1)return d_(e);const n=(r=Object.entries(d_(e)),i=e=>e[1].type,r.reduce((e,t)=>{const n=i(t);return e[n]||(e[n]=[]),e[n].push(t),e},{}));var r,i;const s=Object.keys(n).filter(e=>t.includes(e)).reduce((e,t)=>(e[t]=n[t],e),{}),a=Object.values(s).flat();return Object.fromEntries(a)}function d_(e){const t={};return Object.keys(e).forEach(n=>{const r=e[n];"object"==typeof r&&"content"in r?t[n]=r:Object.assign(t,d_(r))}),t}const h_=t.object({componentName:t.string().describe("Custom element constructor"),tagName:t.string().describe("Custom element registration name"),overview:t.object({description:t.string().describe("A brief description of the component's purpose"),context:t.string().describe("How this component fits into the larger application")}).describe("General information about the component")}),f_=h_.extend({}).catchall(t.unknown()),m_=t.object({staticReferences:t.array(t.object({type:t.enum(["label","resource","asset","url"]),value:t.string().describe('for label, use "@salesforce/label/<labelReference>", for static-resource use "@salesforce/resourceUrl/<resourceReference>"), for asset use "@salesforce/contentAssetUrl/<contentAssetReference>"'),what:t.string().describe("What is this reference for"),why:t.string().describe("Why is this reference important")})).optional().describe("List of static value references needed for the component to function, if any"),contentRequirements:t.array(t.object({name:t.string().describe("Name of the content element"),what:t.string().describe("What needs to be displayed or handled"),why:t.string().describe("Reasoning behind this content requirement"),constraints:t.string().optional().describe("Any limitations or special considerations")})).describe("List of content elements required in the component, if any"),dataRequirements:t.array(t.object({name:t.string().describe("Name of the data element"),what:t.string().describe("What data is needed and how it's used"),why:t.string().describe("Reasoning behind this data requirement"),source:t.string().describe("Where the data comes from (e.g., public property of the component, event payload, global data provider, wired adapter, fetched, derived, etc.)")})).describe("List of data elements required by the component, if any"),interactions:t.array(t.object({name:t.string().describe("Name of the interaction"),what:t.string().describe("What the interaction does"),why:t.string().describe("Reasoning behind this interaction"),triggers:t.string().describe("What initiates this interaction"),outcome:t.string().describe("Expected result of the interaction")})).describe("List of user interactions supported by the component, if any"),componentCommunication:t.array(t.object({name:t.string().describe("Name of the communication event"),what:t.string().describe("What information is communicated? Is the component receiving or sending information?"),why:t.string().describe("Purpose of this communication")})).describe("How the component communicates with other parts of the application, if any"),states:t.array(t.object({name:t.string().describe("Name of the state"),what:t.string().describe("What this state represents"),why:t.string().describe("Why this state is important")})).describe("Different states the component can be in, this is often a function of the data used by the component, if any"),accessibility:t.array(t.object({feature:t.string().describe("Name of the accessibility feature"),what:t.string().describe("What needs to be done for accessibility"),why:t.string().describe("Why this accessibility feature is important")})).describe("Accessibility requirements for the component, if any"),responsiveness:t.array(t.object({scenario:t.string().describe("Description of the responsive scenario"),what:t.string().describe("What needs to change in this scenario"),why:t.string().describe("Why this change is necessary")})).describe("How the component should adapt to different screen sizes or devices, if needed"),styling:t.array(t.object({aspect:t.string().describe("Aspect of styling being described"),what:t.string().describe("What styling should be applied"),why:t.string().describe("Reasoning behind this styling decision")})).describe("Styling requirements for the component, if any"),localization:t.array(t.object({aspect:t.string().describe("Aspect of localization being described"),what:t.string().describe("What needs to be localized"),why:t.string().describe("Why this localization is important")})).describe("Localization requirements for the component, if any"),security:t.array(t.object({requirement:t.string().describe("Security requirement being addressed"),what:t.string().describe("What needs to be done for security"),why:t.string().describe("Why this security measure is important")})).describe("Security considerations for the component, if needed"),acceptanceCriteria:t.array(t.object({criterion:t.string().describe("Description of the acceptance criterion"),what:t.string().describe("What needs to be validated"),why:t.string().describe("Why this criterion is important")})).describe("Criteria for accepting the component as complete, at least one"),unknowns:t.array(t.object({ref:t.string().describe('A descriptor reference to the artifact, often following "<namespace>:<name>" format'),what:t.string().describe("What needs to be investigated"),why:t.string().describe("Why this unknown is important")})).describe("Any additional information that is required to fully describe the UI experience")}),g_={Blueprint:h_.extend(m_.shape),BaseBlueprint:f_},y_={schema:g_.Blueprint,async save(e,t){await e("blueprint.json",JSON.stringify(t,null,2))},async load(e){const t=JSON.parse(await e("blueprint.json")),{tagName:n}=t;if(n.indexOf(":")>0){const[e,r]=n.split(":");t.tagName=`${(e=>{const t=e.replace(/[A-Z]/g,e=>`_${e.toLowerCase()}`);if(t.startsWith("_"))throw new Error(`Namespace starting with capital letter cannot be converted: ${e}`);return t})(e)}-${(e=>{const t=e.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`);if(t.startsWith("-"))throw new Error(`Component name starting with capital letter cannot be converted to kebab: ${e}`);return t})(r)}`}return t},generateId({tagName:e}){const[t,...n]=e.split("-");return`${(e=>{if(e.includes("-"))throw new Error(`Namespace with dashes cannot be converted to camel case: ${e}`);return e.replace(/_[a-z]/g,e=>e[1].toUpperCase()).replaceAll("_","")})(t)}/${Px(n.join("-"))}`}};HT({...y_,name:"Blueprint"}),HT({...y_,name:"Blueprint",schema:g_.BaseBlueprint});const b_=t.string().describe("name for the mock data file"),v_=t.unknown().describe("the contents for the mock data"),E_={name:"JestTests",schema:t.object({name:t.string(),namespace:t.string(),jestCode:t.string().describe("A single string containing the full Jest test code, including a top-level describe() block and it() tests blocks"),mockData:t.array(t.record(b_,v_)).optional().describe("Jest wire mock data")}),async save(e,t){const{name:n,namespace:r,jestCode:i}=t;await e("metadata.json",JSON.stringify({name:n,namespace:r}));const s=Px(n);await e(d.join("__tests__",`${s}.test.js`),i)},async load(e){const{name:t,namespace:n}=JSON.parse(await e("metadata.json")),r=Px(t),i=await e(d.join("__tests__",`${r}.test.js`)),s=d.join("__tests__","data");let a=[];if(await e.exists(s)){const t=(await e.dir(s)).files.filter(e=>e.endsWith(".json"));console.debug(`Reading existing mock data files : ${t}`),a=(await Promise.all(t.map(async t=>{const n=JSON.parse(await e(d.join(s,t)));return Object.keys(n).length>0?{[d.parse(t).name]:n}:null}))).filter(e=>null!==e)}return{name:t,namespace:n,jestCode:i,mockData:a}},generateId:({name:e,namespace:t})=>`${t}/${e}`};HT(E_);const w_=t.object({name:t.string(),namespace:t.string(),json:t.string().describe("JSON with UTAM Page Object, cannot be empty")}),T_=t.lazy(()=>t.object({name:t.string().describe("Descriptive name of the element in camelCase format"),type:t.string().optional().describe("Type of the element"),selector:t.object({css:t.string().optional().describe("CSS Selector to locate element inside its parent element or component root")}).describe("Selector to locate element inside its parent element or component root"),elements:t.array(T_).optional().describe("Nested elements inside current element")})),S_=t.object({elements:t.array(T_).optional().describe("List of Page Object elements")});HT({name:"PageObject",schema:w_,async save(e,t){const{name:n,json:r}=t;await e(d.join("__utam__",`${Px(n)}.utam.json`),r)},async load(e,t){const[n,r]=t.split(d.sep);return{namespace:n,name:r,json:await e(d.join("__utam__",`${r}.utam.json`))}},generateId:({name:e,namespace:t})=>`${t}/${Px(e)}`});const x_={Prompt:t.object({componentName:t.string().optional().describe("Name of the component to be generated."),prompt:t.string().describe("Description of the user experience for the component.")})},__={schema:x_.Prompt,async save(e,t){await e("prompt.txt",t.prompt)},async load(e){const t=JSON.parse(await e("prompt.json"));return x_.Prompt.parse(t)}};async function A_(e,t,n){const{reviewers:r,reviewsLabel:i,reviewersLabel:s}=n,a={};Object.entries(r).forEach(([t,n])=>{a[t]=dS(t,t=>n(t,e))});const o=function(e,t){const n=Tw.from(t);return dS(e,async t=>{const r=await pS(e,e=>`Map[${e}]`,"map");return n.invoke(t,r)})}(i||"Reviews",a);return fS(s||"Reviewers",o,t)}async function C_(e,t,n){const{reviewOptions:r,refactorOptions:i,evaluation:s=async e=>e.output}=n,a=hS("Enhancing",[async t=>A_(e,t,r),async n=>{if(function(e){return 0===Array.prototype.concat(...Object.entries(e).map(([,e])=>e)).length}(n))return{output:t,review:""};const r=function(e){return Object.entries(e).filter(([,e])=>Reflect.ownKeys(e).length>0).map(([e,t])=>`\n ## ${e}\n \n \`\`\`yaml\n ${function(e,t,n){let r=null;if(Array.isArray(t)&&(r=t),void 0===e){const{keepUndefined:e}={};if(!e)return}return es(e)&&!r?e.toString(n):new co(e,r,n).toString(n)}({ISSUES:t})}\n \`\`\``).join("\n")}(n);return async function(e,t,n,r){const{refactorOutput:i,request:s,grounding:a,validateOutput:o,normalizeOutput:l}=r,c=await fx(a(t,n),s,{OutputSchema:xx(i)},"OutputSchema",e,async e=>(o&&await o(e.output),e));return{output:l(c.output),review:n,thinking:c.thinking,reflection:c.reflection}}(e,t,r,i)},async e=>s(e)]);return fS("Enhancing",a,t)}var P_;function I_(e){return!e||0===Object.keys(e).length||Object.values(e).some(e=>k_(e.maturity,P_.GA))}HT({...__,name:"Prompt"}),function(e){e.NON_GA="NON_GA",e.GA="GA"}(P_||(P_={}));const O_={[P_.GA]:2,[P_.NON_GA]:1};function k_(e,t){return O_[e]>=O_[t]}function N_(e,t,n){const r=function(e,t){if(t){const{isEnforceNonGAMode:n}=t;return!0===n?P_.NON_GA:I_(e)?P_.GA:P_.NON_GA}return function(){const e=process.env.MATURITY;return e&&O_[e]?e:P_.GA}()}(t,n),i=Object.entries(t).reduce((e,[t,n])=>{const i=t,s=n;return k_(s.maturity,r)&&(e[i]=s),e},{});return 0===Object.keys(i).length&&console.debug(`${e}: no reviewers loaded for maturity level >= ${r}`),i}function D_(e){return I_(e)?P_.GA:P_.NON_GA}const L_=t.object({path:t.string().min(1).describe("Full filesystem path to the LWC component bundle, which is the folder that contains the lwc component")});const R_=t.object({componentName:t.string().min(1).describe("Name of the LWC component"),files:t.union([t.record(t.string()),t.string()]).transform(e=>{if("object"==typeof e&&null!==e)return e;if("string"==typeof e)try{const t=JSON.parse(e);if("object"==typeof t&&null!==t&&!Array.isArray(t))return t;throw new Error("Parsed JSON must be an object (not array or primitive)")}catch(e){const t=e instanceof Error?e.message:"Unknown parsing error";throw new Error(`Failed to parse files parameter as JSON: ${t}`)}throw new Error("Files parameter must be either an object or a JSON string")}).describe("Component files as key-value pairs where key is filename and value is file content. Can be passed as an object or JSON string.")});async function M_(e,t){const n=function(e){const t=async function(t){const n=e[t];if(n)return n;const r=Object.keys(e).join(", ");throw new Error(`File not found: ${t}. Available files: ${r}`)};return t.dir=async function(t){const n=t?`${t}/`:"";return{files:Object.keys(e).filter(e=>t?e.startsWith(n):!e.includes("/")).map(e=>e.replace(n,"")),directories:[]}},t.exists=async function(t){return void 0!==e[t]},t}(t),r=await Rx.load(n,e);let i;try{i=await E_.load(n)}catch(e){i=null}return{lwcCode:r,jestTests:i}}async function F_(e,t,n,r){const i=r.parse(n),s=i.componentName,a=await async function(e,t,n){let r;const i=`${t}: ${e}`;sS&&(r=new xv({name:e,run_type:t,inputs:n}),cS.info(`[${qT()}: ${t}: ${e}] Running...`),await r.postRun());return{async error(i,s){cS.error(`[${qT()}: ${t}: ${e}] Error: ${i}`),cS.debug(JSON.stringify({input:n,output:s},null,2)),r&&(await r.end({error:i,outputs:s}),await r.patchRun())},async success(i){cS.info(`[${qT()}: ${t}: ${e}] Ok`),cS.debug(JSON.stringify({input:n,output:i},null,2)),r&&(await r.end(i),await r.patchRun())},get run(){return r},get name(){return i}}}(`MCP[${e}][${t}][${s}]`,"chain",i);return{tracer:a,componentName:s,parsedArgs:i}}L_.extend({plan:t.string().min(1).describe("The test plan for the LWC component")}),R_.extend({plan:t.string().min(1).describe("The test plan for the LWC component")}),t.object({componentName:t.string().min(1).describe("The name of the LWC component to be created"),prd:t.string().min(1).describe("The PRD describing the details of the user experience for the LWC component")});class j_ extends Hi{constructor(e,t){super({...e,reviewersMaturity:D_(e.reviewers)},t)}getToolsets(){return[g.LWC_EXPERTS]}}const B_="create_lwc_component",U_="create_lwc_jest_tests",$_="guide_lwc_accessibility",q_="guide_lwc_best_practices",V_="guide_lwc_development",H_="guide_lwc_slds2_uplift_linter_fixes",W_="review_lwc_jest_tests",G_="orchestrate_lwc_component_optimization",z_="orchestrate_lwc_component_testing",Y_="explore_lds_uiapi",K_="guide_lds_data_consistency",J_="guide_lds_referential_integrity",X_="orchestrate_lds_data_requirements",Q_="verify_aura_migration_completeness",Z_="guide_figma_to_lwc_conversion";class eA extends j_{constructor(e){super({name:Q_,title:"Aura to LWC Migration Completeness Checklist",description:"Completeness Checklist for aura to LWC conversion using this tool."},e)}exec(){return{content:[{type:"text",text:"\n# Aura to LWC Conversion Completeness Checklist\n\nYou are a Salesforce principal architect. Your task is to help a developer verify whether their conversion of a Salesforce Aura component to a Lightning Web Component (LWC) is truly complete. This is a developer-focused self-checklist, not a platform evaluation or LLM-as-judge scenario. The goal is to provide confidence and clarity for the developer, not to benchmark platform performance.\n\n## Instructions\n\n1. **Review the Completeness Metrics:**\n For each of the following metrics, use the provided rating to assess the LWC conversion. For each metric, select one of the following qualitative ratings:\n - **Excellent**: Perfect or near-perfect match in understanding and detail\n - **Good**: Strong understanding with minor differences\n - **Satisfactory**: Adequate understanding with some notable differences\n - **Limited**: Basic understanding with significant gaps\n - **Poor**: Major misunderstandings or omissions\n - **Missing**: Issue completely overlooked or fatally misunderstood\n\n2. **For Each Metric:**\n - State the metric and its description\n - Assign a rating (from the list above)\n - Provide a brief justification for the rating\n - Optionally, add one or two sentences explaining any gaps, strengths, or issues\n\n3. **Checklist Output:**\n - Present your results as a list, not a table\n - For each metric, include:\n - Metric name\n - Description\n - Rating\n - Justification/comments\n\n4. **Summary and Recommendations:**\n - At the end, summarize your overall confidence in the conversion's completeness\n - List specific, actionable recommendations to address any gaps or issues\n\n5. **Context:**\n - The component name is: `{{componentName}}`\n - The Aura component file is: `{{componentName}}.cmp`\n - The LWC template file is: `{{componentName}}.html`\n - You have access to supporting files such as controllers, helpers, CSS, blueprints, Jest tests (in `__tests__`), and UTAM page objects (in `__utam__`).\n\n6. **Important Notes:**\n - This checklist is a comprehensive aid for developers to verify their work, not a judge of platform performance.\n - The resulting ratings are confidence measures for the developer, not benchmarks.\n - Each metric could, in the future, have a more detailed, dedicated tool for finer-grained verification, but avoid duplicating existing tools unless a true gap is identified.\n - If you find that guidance is unclear or tools are not being applied consistently, note this as a potential process/tooling gap.\n\n## Completeness Metrics and Scoring\n\n- **Functional Parity**: Are all user-facing features, states, and flows from the Aura component present in the LWC?\n - *Excellent*: All features and flows are present and work as intended.\n - *Good*: Minor features or flows are missing or slightly altered.\n - *Satisfactory*: Most features are present, but some notable differences exist.\n - *Limited*: Several important features are missing or incomplete.\n - *Poor*: Major features are missing or broken.\n - *Missing*: No attempt at parity.\n\n- **Event Handling**: Are all events (custom, platform, UI) handled equivalently in the LWC?\n - *Excellent*: All events are handled as in Aura.\n - *Good*: Minor event handling differences.\n - *Satisfactory*: Most events handled, some notable gaps.\n - *Limited*: Several events missing or mishandled.\n - *Poor*: Major event handling missing.\n - *Missing*: No event handling present.\n\n- **Data Binding & State**: Are all data flows, attributes, and state transitions preserved and correctly mapped?\n - *Excellent*: All data/state flows are preserved and correct.\n - *Good*: Minor data/state differences.\n - *Satisfactory*: Most data/state flows present, some gaps.\n - *Limited*: Several data/state flows missing.\n - *Poor*: Major data/state issues.\n - *Missing*: No data/state mapping.\n\n- **UI/UX Parity**: Is the user interface (including accessibility, responsiveness, and SLDS usage) equivalent?\n - *Excellent*: UI/UX matches or improves on Aura.\n - *Good*: Minor UI/UX differences.\n - *Satisfactory*: Most UI/UX present, some gaps.\n - *Limited*: Several UI/UX issues.\n - *Poor*: Major UI/UX issues.\n - *Missing*: No UI/UX parity.\n\n- **Extensibility & Modularity**: Is the LWC designed for maintainability and future extension?\n - *Excellent*: Highly modular and extensible.\n - *Good*: Minor modularity/extensibility issues.\n - *Satisfactory*: Adequate, but some concerns.\n - *Limited*: Several modularity/extensibility issues.\n - *Poor*: Major issues.\n - *Missing*: Not modular/extensible.\n\n- **Error Handling**: Are all error states and recovery actions present and clear in the LWC?\n - *Excellent*: All error handling present and clear.\n - *Good*: Minor error handling gaps.\n - *Satisfactory*: Most error handling present, some gaps.\n - *Limited*: Several error handling issues.\n - *Poor*: Major error handling missing.\n - *Missing*: No error handling.\n\n- **Localization**: Are all labels/messages localized as in Aura?\n - *Excellent*: All localization present.\n - *Good*: Minor localization gaps.\n - *Satisfactory*: Most localization present, some gaps.\n - *Limited*: Several localization issues.\n - *Poor*: Major localization missing.\n - *Missing*: No localization.\n\n- **Security & Access Control**: Are there any regressions in data access or exposure?\n - *Excellent*: No regressions, all controls present.\n - *Good*: Minor security/access gaps.\n - *Satisfactory*: Most controls present, some gaps.\n - *Limited*: Several security/access issues.\n - *Poor*: Major security/access issues.\n - *Missing*: No security/access controls.\n\n- **Performance**: Is the LWC at least as performant, or improved, compared to Aura?\n - *Excellent*: Performance matches or improves on Aura.\n - *Good*: Minor performance differences.\n - *Satisfactory*: Most performance present, some gaps.\n - *Limited*: Several performance issues.\n - *Poor*: Major performance issues.\n - *Missing*: No performance consideration.\n\n- **Salesforce Best Practices**: Does the LWC follow modern Salesforce LWC and SLDS guidelines?\n - *Excellent*: All best practices followed.\n - *Good*: Minor best practice gaps.\n - *Satisfactory*: Most best practices followed, some gaps.\n - *Limited*: Several best practice issues.\n - *Poor*: Major best practice issues.\n - *Missing*: No best practices followed.\n\n- **Jest Test Coverage**: Are Jest unit tests present (usually in a `__tests__` folder) and do they cover key logic?\n - *Excellent*: Comprehensive test coverage.\n - *Good*: Minor test coverage gaps.\n - *Satisfactory*: Most key logic covered, some gaps.\n - *Limited*: Several test coverage issues.\n - *Poor*: Major test coverage missing.\n - *Missing*: No tests present.\n\n- **UTAM Page Objects**: Are UTAM page objects generated (usually in a `__utam__` folder) for UI automation?\n - *Excellent*: Comprehensive UTAM coverage.\n - *Good*: Minor UTAM coverage gaps.\n - *Satisfactory*: Most key UI flows covered, some gaps.\n - *Limited*: Several UTAM coverage issues.\n - *Poor*: Major UTAM coverage missing.\n - *Missing*: No UTAM page objects present.\n\n---\n\n## Example Output Structure\n\n```\n# Aura to LWC Conversion Completeness Checklist\n\n- **Functional Parity**\n - Description: Are all user-facing features, states, and flows from the Aura component present in the LWC?\n - Rating: Good\n - Justification: All major features are present, but one minor flow is missing.\n - Comments: The save flow is slightly different, but overall parity is strong.\n\n- **Event Handling**\n - Description: Are all events (custom, platform, UI) handled equivalently in the LWC?\n - Rating: Excellent\n - Justification: All events are handled as in Aura.\n\n... (repeat for each metric)\n\n# Summary\n\nOverall, the conversion is strong, with only minor gaps in functional parity and localization. Confidence in completeness is high.\n\n# Recommendations\n\n- Address the missing flow in functional parity.\n- Improve localization for error messages.\n```\n\n---\n\n**End of Prompt Template**\n"}]}}}const tA=`You are a specialized assistant focused on converting Figma designs into a LWC Component.\n\nTASK: Analyze the provided Figma frame and generate a complete PRD following the specified structure, then call the \`${B_}\` tool to generate the LWC Component.\n\nPRD Generation Process:\n1. Analyze the Figma frame carefully, identifying all visual elements, interactions, data structures, and component relationships\n2. Extract relevant component information including:\n- Visual hierarchy and content elements\n- Interactive elements and their behaviors\n- Data requirements and dependencies\n- Design patterns and styling information\n- Accessibility considerations\n- Responsive behaviors\n\n3. Organize this information according to the PRD blueprint schema\n4. Generate a comprehensive markdown document that fully describes the component requirements\n\nGUIDELINES FOR KEY SECTIONS:\n\nFor componentName and tagName:\n- Use a descriptive name based on the component's purpose\n- Follow naming conventions: camelCase for componentName (e.g., "productCard") and kebab-case for tagName (e.g., "product-card")\n\nFor contentRequirements:\n- Identify all visual elements in the Figma frame that display content\n- Document text blocks, images, icons, buttons, and other UI elements\n- Explain what each element displays and why it's necessary\n\nFor dataRequirements:\n- Determine what data is needed to power each content element\n- Identify where the data should come from (properties, events, etc.)\n- Document how the data will be used\n\nFor interactions:\n- Document all user interactions visible in the design (clicks, hovers, etc.)\n- Describe the expected behavior for each interaction\n- Explain the purpose behind each interaction\n\nFor componentCommunication:\n- Identify events the component should emit or listen for\n- Describe what data should be passed in these communications\n- Explain why this communication is necessary\n\nFor states:\n- Identify different visual states shown in the design (default, hover, active, error, etc.)\n- Document conditions that trigger state changes\n- Explain the purpose of each state\n\nFor accessibility, responsiveness, styling, localization, and security:\n- Extract any relevant information from the design\n- Make reasonable assumptions where the design doesn't specify these aspects\n- Provide detailed requirements that align with best practices\n\nOUTPUT FORMAT:\nProvide the complete PRD as a valid markdown document. Ensure all required fields are completed with detailed, specific information extracted from the Figma design.`;class nA extends j_{constructor(e){super({name:Z_,title:"Figma Guide LWC Conversion",description:"Prior to generating an LWC component from a Figma design, you must call this tool to understand how to do this for salesforce."},e)}exec(){return{content:[{type:"text",text:tA}]}}}const rA=t.object({prd:t.string().optional().describe("Optional: The Product Requirements Document content for context-aware guidance")}),iA=e=>`\n# LWC Component Generator\n\nThe following describes the process of generating a new LWC component from a PRD.\n\n${e?`\n## PRD Context\n\nYou are implementing this specific component based on the following PRD:\n\n${e}\n\nUse this PRD as the foundation for all implementation decisions below.\n\n`:""}\n## Implementation Steps\n\n1. Create a new folder for the new lwc component\n2. Create the corresponding files with the generated draft code:\n - \`<componentName>.html\` - HTML template\n - \`<componentName>.js\` - JavaScript controller\n - \`<componentName>.css\` - CSS styling\n - \`<componentName>.js-meta.xml\` - Metadata file\n\n## Code Generation\n\nYou are an expert in Salesforce Lightning Web Components (LWC). You can generate LWC code based on a PRD, which describes the UI experience, including its purpose, behavior, and requirements. It focuses on the **"what"** and **"why"** of the component, excluding implementation details. Your job is to decide **"how"** to implement the component based on the PRD.\n\n1. **Examine the PRD**:\n - Review the PRD line by line to understand the UI experience, including its purpose, behavior, and requirements.\n - Identify key elements such as data requirements, interactions, states, and styling.\n\n2. **Map PRD Details to LWC Code**:\n - Translate each detail from the PRD into the LWC code.\n - Ensure the code reflects the structure and behavior described in the PRD.\n\n3. **Include Extensive Code Comments**:\n - Add detailed comments to explain the purpose and functionality of each part of the code.\n - Use comments to clarify complex or uncertain areas.\n\n4. **Highlight Areas Needing Further Review**:\n - Mark areas requiring additional input or clarification with \`// TODO:\` comments.\n - Provide clear explanations of what needs to be addressed.\n - See if there is any of the available MCP tools can help you to generate the code for the TODOs, if so, use them.\n\n5. **Limit Code to PRD Features**:\n - Only include features and behaviors explicitly described in the PRD.\n - Avoid adding extra features or enhancements not specified in the PRD.\n\n6. **Produce Valid LWC Code**:\n - Generate valid LWC JavaScript, HTML, and CSS that adheres to the PRD.\n - Ensure the code adheres to LWC best practices and Salesforce standards.\n\n7. **The metadata file should**:\n - Include the description of the component.\n - Expose the component only if its access level is specified as GLOBAL in the PRD. Otherwise, it should remain unexposed.\n - List only the properties, attributes, and events explicitly defined in the PRD, and include them in <property> and <event> tags, respectively, if supported by the specified targets.\n - Include only the targets explicitly defined in the PRD (e.g., AppPage, RecordPage, HomePage).\n - Align each <property> tag with the corresponding public @api property in the LWC class, ensuring configuration details like picklistValues, default, and other settings are specified where applicable.\n - Adhere strictly to Salesforce's .js-meta.xml standards and avoid including unnecessary or unsupported elements.\n\n## Rules:\n- **Adhere Strictly to the PRD**:\n - Follow the PRD's details precisely; do not deviate or make assumptions.\n- **Abstractions and Dependencies**\n - The component must encapsulate all logic and UI, avoid abstracting parts of the UI into other components unless the abstraction is provided by Salesforce or is a standard Salesforce component\n- **Comment Uncertain Areas**:\n - Clearly mark and explain any uncertain areas instead of making assumptions.\n- **Skip Extra Features**:\n - Do not include features or enhancements not explicitly described in the PRD.\n\n### Example of LWC Code:\n\n\`\`\`javascript\nimport { LightningElement, api } from 'lwc';\n\nexport default class ExampleComponent extends LightningElement {\n // Define public properties based on the PRD's data requirements.\n @api foo; // Public property "foo" has defined in the PRD.\n\n // Add private properties if needed.\n privateBar = '...'; // Private property "bar" as an implementation detail not present in the PRD.\n\n // Implement logic for handling interactions and state changes.\n handleClick() {\n ...\n }\n}\n\`\`\`\n\n\`\`\`HTML \n<template>\n <div class={privateBar}>\n <template lwc:if={foo}>\n \x3c!-- ... --\x3e\n </template>\n <template lwc:else>\n \x3c!-- ... --\x3e\n </template>\n </div>\n</template>\n\`\`\`\n\nQuality Assurance:\n\nReview for Completeness: Ensure all PRD details are addressed in the new code in a form of code or comments.\nCheck for Clarity: Verify that comments are clear and provide sufficient context.\nValidate Against PRD: Confirm that the new code adheres strictly to the PRD's requirements.\n\n## Next Steps\n\n1. Review and refine the generated component code\n2. Use \`${G_}\` with task \`optimize\` to optimize your new component\n3. Use \`${z_}\` with task \`test\` to create tests for your new component\n4. Use \`${Y_}\` to get the documentation for adapters and data types when using LDS APIs\n`;class sA extends j_{constructor(e){super({name:B_,title:"LWC Create Component",description:"Use this tool to create a Lightning Web Component (LWC) from a Product Requirement Document (PRD).",inputSchema:rA.shape},e)}exec(e){return function(e){const{prd:t}=rA.parse(e);return{content:[{type:"text",text:iA(t)}]}}(e)}}const aA="### LWC Jest Testing Knowledge: Event Bubbling, Wire Adapters, DOM Verification, and Best Practices\n\n#### 1. Template Directives: `lwc:if`, `lwc:elseif`, `for:each`\n\n##### **Directives in Example Template**\n- `lwc:if={data}`: Renders list if data is present.\n- `for:each={data}`: Loops through items to render child components.\n- `lwc:if={selectedItem}`: Renders selected item details if present.\n- `lwc:elseif={error}`: Renders error panel if error is present.\n\n##### **Required Mocks for Each Directive**\n| Directive | Required Mock Example |\n|-------------------------|----------------------------------------------|\n| `lwc:if={data}` | `data: [...]` or just `emit([...])` |\n| `for:each={data}` | Each item must have all used properties (e.g., `id`) |\n| `lwc:if={selectedItem}` | Simulate event to set `selectedItem` to a full item object |\n| `lwc:elseif={error}` | Use `error()` or `{ data: undefined, error: {...} }` |\n\n---\n\n#### 2. Wire Adapter Mocking: Good vs Bad\n\n##### **Good:** (Property wire adapter, sfdx-lwc-jest)\n```js\n// For data\nyourWireAdapter.emit(mockData); // mockData is an array\n\n// For error\nyourWireAdapter.error(mockError); // mockError is an object\n```\n\n##### **Bad:**\n```js\n// BAD: Emitting an object for property wire adapter\nyourWireAdapter.emit({ data: mockData, error: undefined });\n// This will cause data to be undefined in the template\n```\n\n---\n\n#### 3. Event Dispatching for Selection\n\n##### **Good:**\n```js\nchildComponentEls[0].dispatchEvent(\n new CustomEvent('itemselect', {\n detail: ITEM,\n bubbles: true\n })\n);\n```\n\n##### **Bad:**\n```js\n// BAD: Adding a custom target property (not needed for LWC Jest)\nconst customEvent = new CustomEvent('itemselect', { ... });\nObject.defineProperty(customEvent, 'target', { value: { item: ITEM } });\nchildElement.dispatchEvent(customEvent);\n```\n\n---\n\n#### 4. Wire Adapter Mock Setup\n\n##### **Good:**\n```js\njest.mock(\n '@salesforce/apex/YourApexClass.yourWireAdapter',\n () => {\n const { createApexTestWireAdapter } = require('@salesforce/sfdx-lwc-jest');\n return { default: createApexTestWireAdapter(jest.fn()) };\n },\n { virtual: true }\n);\n```\n\n##### **Bad:**\n```js\n// BAD: Creating the adapter directly in the test file\nimport { createApexTestWireAdapter } from '@salesforce/sfdx-lwc-jest';\nimport yourWireAdapter from '@salesforce/apex/YourApexClass.yourWireAdapter';\nconst yourWireAdapterInstance = createApexTestWireAdapter(yourWireAdapter);\n```\n\n---\n\n#### 5. Async Handling\n\n##### **Good:**\n```js\nasync function flushPromises() {\n return Promise.resolve();\n}\n// ...\nawait flushPromises();\n```\n\n##### **Bad:**\n```js\n// BAD: Using await Promise.resolve() everywhere (less clear, less reusable)\nawait Promise.resolve();\n```\n\n---\n\n#### 6. Accessibility Testing\n\n##### **Good:**\nTest accessibility in all major states:\n```js\nawait expect(element).toBeAccessible();\n```\n- When data is present\n- When error is present\n- When an item is selected\n\n##### **Bad:**\nOnly testing accessibility in one state.\n\n---\n\n#### 7. Data Source\n\n##### **Good:**\nUse realistic data, optionally from JSON files:\n```js\nconst mockData = require('./data/mockData.json');\n```\n\n##### **Acceptable:**\nInline JS objects (if small/simple):\n```js\nconst mockData = [ ... ];\n```\n\n---\n\n#### 8. Test Structure: Reference vs Generated\n\n##### **Reference Style (Best Practice):**\n- Uses `jest.mock` for wire adapter\n- Uses `flushPromises` helper\n- Dispatches events without custom target\n- Tests all major states (data, error, selection)\n- Accessibility tested in all states\n- Realistic data\n\n##### **Generated Style (Before Refactor):**\n- Used direct adapter creation\n- Sometimes emitted `{ data: ..., error: ... }` (incorrect for property wire)\n- Added custom target to events\n- Accessibility only in one state\n- Defensive code for undefined\n\n---\n\n#### 9. Final Best Practice Test Snippet\n\n```js\nimport { createElement } from 'lwc';\nimport YourComponent from 'c/yourComponent';\nimport yourWireAdapter from '@salesforce/apex/YourApexClass.yourWireAdapter';\n\nconst mockData = [ ... ];\nconst mockDataNoRecords = [];\n\njest.mock(\n '@salesforce/apex/YourApexClass.yourWireAdapter',\n () => {\n const { createApexTestWireAdapter } = require('@salesforce/sfdx-lwc-jest');\n return { default: createApexTestWireAdapter(jest.fn()) };\n },\n { virtual: true }\n);\n\nasync function flushPromises() { return Promise.resolve(); }\n\ndescribe('c-your-component', () => {\n afterEach(() => { /* ... */ });\n it('renders items', async () => { /* ... */ });\n it('renders no items when no data', async () => { /* ... */ });\n it('shows error panel', async () => { /* ... */ });\n it('shows selected item after event', async () => { /* ... */ });\n it('is accessible when data is returned', async () => { /* ... */ });\n it('is accessible when error is returned', async () => { /* ... */ });\n it('is accessible when an item is selected', async () => { /* ... */ });\n});\n```\n\n---\n\n#### 10. Summary Table\n\n| Area | Good Practice Example | Bad Practice Example |\n|---------------------|----------------------|---------------------|\n| Wire emit | `emit(array)` | `emit({data:...,error:...})` |\n| Error emit | `error(obj)` | `emit({data:undefined,error:obj})` |\n| Event dispatch | No custom target | Adds custom target |\n| Adapter mock | `jest.mock` | Direct creation |\n| Async handling | `flushPromises()` | `Promise.resolve()` |\n| Accessibility | All states | Only one state |\n| Data source | JSON/realistic | Overly simple/inline|\n\n---\n\n**Following these patterns ensures robust, idiomatic, and maintainable LWC Jest tests for property wire adapters and event-driven components.**\n\n---\n\n#### 11. Private Property Access\n\n##### Issue\nDirectly accessing a component's private property to verify event handling is not supported in LWC:\n\n```js\n// ❌ BAD: Accessing private property\ndescribe('event handling', () => {\n it('updates selected item when item is selected', async () => {\n // ... setup code ...\n expect(element.selectedItem).toEqual(mockData[0]);\n });\n});\n```\n\nThis fails because LWC prevents direct access to private properties:\n\n```\n[LWC warn]: The property \"selectedItem\" is not publicly accessible. Add the @api annotation to the property declaration or getter/setter in the component to make it accessible.\n```\n\n### Solution\nInstead, verify component behavior through its public interface (DOM changes):\n\n```js\n// ✅ GOOD: Verify through DOM changes\nit('handles item selection event', async () => {\n // ... setup code ...\n // Verify the selected item info is displayed\n const nameElement = element.shadowRoot.querySelector('p');\n expect(nameElement.textContent).toBe(mockData[0].name);\n});\n```\n\n---\n\n#### 12. Event Handler Spying\n\n##### Issue\nAttempting to spy on a private event handler method is not supported:\n\n```js\n// ❌ BAD: Spying on private method\nconst handler = jest.spyOn(element, 'handleItemSelect');\n```\n\nThis fails because private methods are not accessible:\n\n```\nProperty `handleItemSelect` does not exist in the provided object\n```\n\n### Solution\nInstead, test the outcome of the event handling:\n\n```js\n// ✅ GOOD: Test event handling outcome\nchildElement.dispatchEvent(\n new CustomEvent('itemselect', {\n detail: mockData[0],\n bubbles: true,\n composed: true\n })\n);\nawait flushPromises();\nconst nameElement = element.shadowRoot.querySelector('p');\nexpect(nameElement.textContent).toBe(mockData[0].name);\n```\n\n---\n\n#### 13. Event Bubbling in Shadow DOM\n\n##### Issue\nNot considering Shadow DOM boundaries when dispatching events can cause tests to fail:\n\n```js\n// ❌ BAD: Missing composed flag for Shadow DOM\nnew CustomEvent('itemselect', {\n detail: mockData[0],\n bubbles: true\n});\n```\n\n### Solution\nAdd the `composed: true` flag to allow events to cross Shadow DOM boundaries:\n\n```js\n// ✅ GOOD: Event crosses Shadow DOM boundaries\nnew CustomEvent('itemselect', {\n detail: mockData[0],\n bubbles: true,\n composed: true\n});\n```\n\n---\n\n#### 14. Component Structure Understanding\n\n##### Key Learning\nBefore writing tests, thoroughly understand the component's structure:\n\n```html\n\x3c!-- Generic Component Template Structure --\x3e\n<container-element\n class=\"wide\"\n onitemselect={handleItemSelect}\n>\n <template for:each={data} for:item=\"item\">\n <c-child-component\n key={item.id}\n item={item}\n ></c-child-component>\n </template>\n</container-element>\n```\n\nThis shows:\n1. Event handler is on the container element\n2. Events must bubble up from child components\n3. Selected item info is displayed in the template\n\n---\n\n#### 15. Best Practices for Event Testing\n\n##### Setup\n```js\n// 1. Create component\nconst element = createElement('c-your-component', {\n is: YourComponent\n});\ndocument.body.appendChild(element);\n\n// 2. Emit wire adapter data\nyourWireAdapter.emit(mockData);\nawait flushPromises();\n\n// 3. Get child component\nconst childElement = element.shadowRoot.querySelector('c-child-component');\n```\n\n##### Event Dispatch\n```js\n// 4. Set up child component state\nchildElement.item = mockData[0];\n\n// 5. Dispatch event with proper flags\nchildElement.dispatchEvent(\n new CustomEvent('itemselect', {\n detail: mockData[0],\n bubbles: true,\n composed: true\n })\n);\n```\n\n##### Verification\n```js\n// 6. Wait for async updates\nawait flushPromises();\n\n// 7. Verify through DOM changes\nconst nameElement = element.shadowRoot.querySelector('p');\nexpect(nameElement.textContent).toBe(mockData[0].name);\n```\n\n---\n\n#### 16. General Testing Guidelines\n\n1. **Don't test implementation details**\n - Avoid accessing private properties/methods\n - Focus on component's public interface\n\n2. **Async handling**\n - Always use `await flushPromises()` after:\n - Wire adapter emissions\n - Event dispatches\n - State changes\n\n3. **Event testing**\n - Consider Shadow DOM boundaries\n - Use `bubbles` and `composed` flags appropriately\n - Verify outcomes, not internal handling\n\n4. **Component structure**\n - Understand the template structure\n - Know where event handlers are attached\n - Identify how data flows through the component\n\n5. **Test data**\n - Use realistic mock data\n - Set up complete test scenarios\n - Include error cases and edge conditions\n\n---\n\nThese lessons help create more robust and maintainable LWC Jest tests that focus on component behavior rather than implementation details.\n\n---\n\n#### 17. DOM Verification in LWC Tests: Common Pitfall and Solution\n\nWhen testing Lightning Web Components that handle events and update their UI, a common pitfall is using assumed CSS classes for verification instead of matching the actual component structure.\n\n#### The Component Structure\n\n```html\n\x3c!-- yourComponent.html --\x3e\n<template>\n <lightning-card title=\"YourComponent\">\n <lightning-layout>\n \x3c!-- List of items --\x3e\n <lightning-layout-item class=\"wide\" onitemselect={handleItemSelect}>\n <template for:each={data} for:item=\"item\">\n <c-child-component\n key={item.id}\n item={item}\n ></c-child-component>\n </template>\n </lightning-layout-item>\n \n \x3c!-- Selected item details --\x3e\n <lightning-layout-item class=\"slds-var-m-left_medium\">\n <template lwc:if={selectedItem}>\n <img src={selectedItem.picture} alt=\"Item photo\" />\n <p>{selectedItem.name}</p>\n <p>{selectedItem.description}</p>\n <p>\n <lightning-formatted-phone value={selectedItem.phone}>\n </lightning-formatted-phone>\n </p>\n <p>\n <lightning-formatted-email value={selectedItem.email}>\n </lightning-formatted-email>\n </p>\n </template>\n </lightning-layout-item>\n </lightning-layout>\n </lightning-card>\n</template>\n```\n\n#### ❌ Common Mistake: Using Assumed CSS Classes\n\n```js\n// ❌ BAD: Test assumes a CSS class that doesn't exist\nit('handles item selection event', async () => {\n // Create component\n const element = createElement('c-your-component', {\n is: YourComponent\n });\n document.body.appendChild(element);\n\n // Emit data and trigger selection\n yourWireAdapter.emit(mockData);\n await flushPromises();\n\n const child = element.shadowRoot.querySelector('c-child-component');\n child.dispatchEvent(\n new CustomEvent('itemselect', {\n bubbles: true,\n detail: mockData[0]\n })\n );\n await flushPromises();\n\n // ❌ BAD: Using an assumed CSS class that doesn't exist\n const selectedItemEl = element.shadowRoot.querySelector('.selected-item');\n expect(selectedItemEl).not.toBeNull();\n expect(selectedItemEl.textContent).toContain(mockData[0].name);\n});\n```\n\n#### Issues with this approach:\n1. Uses a non-existent CSS class ('.selected-item')\n2. Only verifies one piece of data\n3. Uses loose content matching with 'toContain'\n4. Doesn't verify the actual component structure\n\n#### ✅ Correct Approach: Match Component Structure\n\n```js\n// ✅ GOOD: Test matches actual component structure\nit('handles item selection event', async () => {\n // Create component\n const element = createElement('c-your-component', {\n is: YourComponent\n });\n document.body.appendChild(element);\n\n // Emit data and trigger selection\n yourWireAdapter.emit(mockData);\n await flushPromises();\n\n // Simulate item selection with proper event structure\n const child = element.shadowRoot.querySelector('c-child-component');\n const event = new CustomEvent('itemselect', {\n bubbles: true,\n composed: true\n });\n Object.defineProperty(event, 'target', {\n value: { item: mockData[0] },\n enumerable: true\n });\n child.dispatchEvent(event);\n await flushPromises();\n\n // ✅ GOOD: Use actual component structure for verification\n const detailsContainer = element.shadowRoot.querySelector('lightning-layout-item.slds-var-m-left_medium');\n expect(detailsContainer).not.toBeNull();\n\n // Verify all displayed data\n const details = detailsContainer.querySelectorAll('p');\n expect(details[0].textContent).toBe(mockData[0].name);\n expect(details[1].textContent).toBe(mockData[0].description);\n expect(details[2].querySelector('lightning-formatted-phone').value)\n .toBe(mockData[0].phone);\n expect(details[3].querySelector('lightning-formatted-email').value)\n .toBe(mockData[0].email);\n});\n```\n\n#### Key Improvements:\n1. ✅ Uses actual component structure for selectors\n2. ✅ Verifies all displayed item details\n3. ✅ Uses exact matching with 'toBe'\n4. ✅ Properly structures the event data\n5. ✅ Includes 'composed: true' for shadow DOM\n\n#### Best Practices Summary\n\n1. **Always check the component's HTML structure** before writing tests\n2. **Use the actual DOM hierarchy** for selectors, not assumed CSS classes\n3. **Verify all relevant displayed data**, not just one piece\n4. **Use exact matches** ('toBe') over loose matches ('toContain')\n5. **Structure events** as expected by the component\n6. **Wait for async updates** with 'flushPromises()'\n\n#### 18. Quick Reference\n\n##### DOM Selection\n```js\n// ❌ BAD\nelement.shadowRoot.querySelector('.assumed-class');\n\n// ✅ GOOD\nelement.shadowRoot.querySelector('lightning-layout-item.slds-var-m-left_medium');\n```\n\n##### Data Verification\n```js\n// ❌ BAD\nexpect(element.textContent).toContain(item.name);\n\n// ✅ GOOD\nconst details = element.shadowRoot.querySelectorAll('p');\nexpect(details[0].textContent).toBe(item.name);\nexpect(details[1].textContent).toBe(item.description);\n```\n\nThis pattern ensures your tests are robust and accurately verify component behavior by matching the actual component structure rather than relying on assumed CSS classes.\n";function oA(e,t){if(!t)return"**No component files provided**";return`**Component Source Files ${e?` (${e})`:""}:**\n${Object.entries(t).filter(([e])=>e.endsWith(".js")&&!e.endsWith(".test.js")||e.endsWith(".html")||e.endsWith(".css")).map(([e,t])=>`\n**${e}:**\n\`\`\`${e.endsWith(".js")?"javascript":e.endsWith(".html")?"html":"css"}\n${t}\n\`\`\``).join("\n")}\n\n**Existing Jest Tests:**\n${Object.entries(t).filter(([e])=>e.includes("__tests__")||e.endsWith(".test.js")).map(([e,t])=>`\n**${e}:**\n\`\`\`javascript\n${t}\n\`\`\``).join("\n")||"// No existing tests"}\n`}t.object({thinking:t.string().describe("think about the task at hand"),reflection:t.string().describe("review the given component code and tests and apply the steps to generate the code blocks"),jestCode:t.string().describe("A single string containing the full Jest test code, including a top-level describe() block and it() tests blocks")}),t.object({thinking:t.string().describe("think about the task at hand").optional(),reflection:t.object({existingTestScenarios:t.array(t.string().describe("Description of a pre-existing test scenario, which may be nested")).describe("Comprehensive list of all test scenarios currently implemented in the test file, including nested scenarios"),idealTestScenarios:t.array(t.string().describe("Description of an ideal test scenario, which may be nested")).describe("Complete set of test scenarios needed for maximum component coverage, including nested scenarios where appropriate"),newTestScenarios:t.array(t.string().describe("Description of a new test scenario, which may be nested")).describe("List of new test scenarios to be added for unit testing the component with maximum coverage, including nested scenarios where appropriate")}).describe("Reflect on every aspect of the component, the existing test scenarios, ideal test scenarios, and new test scenarios before generating the plan of action."),plan:t.string().describe("A markdown string containing the detailed and specific plan of action to add additional tests, or empty string if no additions are needed")});const lA=R_.extend({name:t.string().describe("Name of the tool"),client:t.string().describe("Client identifier")}),cA=`This is a sub tool of the ${z_}. It should only be used as part of the workflow, not directly. Performs comprehensive component analysis and generates test suite using a static knowledge base.`;async function uA(e,t,n){const{componentName:r,parsedArgs:i,tracer:s}=await F_(n,e,t,R_);try{await M_(r,i.files);const e=function(e,t,n,r){return`# INSTRUCTION: Comprehensive Jest Test Generation for Salesforce Lightning Web Component (LWC)\n\n## OBJECTIVE\nYour task is to generate a complete, high-quality Jest test suite for the provided LWC. You must:\n- Perform a deep, systematic analysis of the component code and any existing tests\n- Identify all scenarios that require testing, referencing both the code and the provided knowledge bases\n- Generate or update a robust, maintainable Jest test file that covers all identified scenarios, strictly adhering to best practices and all referenced knowledge\n\n## STEP-BY-STEP WORKFLOW\n\n### 1. DEEP COMPONENT & TEST ANALYSIS\n- Thoroughly analyze the LWC JavaScript and HTML (see below for file locations or code snippets)\n- Identify:\n - All public API (@api) properties and methods\n - Internal/tracked state\n - Wire/adapters, data dependencies, and all possible states (undefined, loading, data, error)\n - Lifecycle hooks and their effects\n - Event handling (custom, DOM, LMS, platform events)\n - Data management (LDS, Apex, caching)\n - UI rendering logic, conditional branches, and accessibility features\n - Performance and error handling patterns\n- Review all existing Jest tests (if any):\n - Map which scenarios are already covered, and which are missing or insufficient\n - Note any established test patterns, mocks, or utilities\n\n### 2. SCENARIO ENUMERATION\n- Enumerate every scenario that must be tested for comprehensive coverage, including:\n - All states of wire/adapters\n - API property mutations and edge cases\n - Event dispatching/handling\n - Lifecycle transitions and side effects\n - UI rendering for all data and error states\n - User interactions and accessibility\n- For each scenario, briefly justify its inclusion by referencing the component code, existing tests, or knowledge base\n\n### 3. KNOWLEDGE APPLICATION\n- For every step, explicitly reference and apply all relevant knowledge and best practices from the following sources:\n - Jest Foundational Knowledge Base\n - Test Structure, Organization & Dependencies\n - Data Integration Patterns (Wire Adapters & Third-Party)\n - Component API, Event Handling & Shadow DOM/Slot Patterns\n - Quality, Accessibility & Edge Case Patterns\n- Ensure your test design and implementation strictly follow these standards\n\n### 4. JEST TEST GENERATION (MANDATORY)\n- If an existing Jest test file is present, you MUST update it to:\n - Cover every scenario identified above\n - Adhere to all best practices and referenced knowledge\n - Refactor, enhance, or add tests as needed to ensure completeness and quality\n- If no test file exists, you MUST create a new, complete Jest test file that:\n - Covers every scenario identified above\n - Includes all necessary imports, a top-level describe block, and suites for each major functionality\n - Contains individual, well-named test cases with meaningful assertions\n - Uses appropriate mocking, data factories, and test utilities\n - Ensures proper setup and cleanup (DOM, mocks, adapters)\n- The test file must be ready to run and maintainable by other developers\n- Avoid duplicating existing sufficient tests; otherwise, generate or enhance as needed\n\n---\n\n## PROVIDED ARTIFACTS\n\n${r?oA(n,r):"\n\n\n**Existing Jest Tests:**\n// No existing tests\n"}\n\n---\n\n## OUTPUT REQUIREMENTS\n\n1. **Scenario List**\n - List all scenarios that must be tested, with a brief justification for each\n2. **Complete Jest Test File**\n - If a test file exists, provide the updated version covering all scenarios and adhering to best practices\n - If no test file exists, provide a new, ready-to-run Jest test file covering all scenarios\n - Format:\n\`\`\`js\n// Complete Jest test file here\n\`\`\`\n3. **Test Coverage Analysis**\n - Explain how your generated or updated tests comprehensively cover all identified scenarios and component functionality\n\n---\n\n## COMPLETION CRITERIA\n- Do NOT proceed to any next stage until:\n 1. All scenarios are identified and justified\n 2. The complete Jest test file is created or updated and covers ALL scenarios\n 3. Test coverage analysis is provided\n 4. All tests strictly follow the referenced knowledge and best practices\n- Each test must include meaningful assertions and proper cleanup\n- Mock data and errors must match the component's expected structure\n- UI and state must be verified for all data and error conditions\n\n---\n\n## REFERENCE KNOWLEDGE BASES\n\n### Lightning Web Components (LWC) Jest Testing Foundational Knowledge Base\n\nThis knowledge base distills best practices, patterns, and templates from a large set of real-world LWC Jest tests. Use it as a reference to write robust, maintainable, and comprehensive tests for any Salesforce Lightning Web Component.\n\n---\n\n#### 1. Test File Structure & Organization\n\n- **One test file per component** (named \`componentName.test.js\` in a \`__tests__\` folder).\n- **Describe block** for each component: \`describe('c-my-component', () => { ... })\`\n- **Setup/teardown**: Always clean up the DOM and mocks after each test.\n\n\`\`\`js\nimport { createElement } from 'lwc';\nimport MyComponent from 'c/myComponent';\n\ndescribe('c-my-component', () => {\n afterEach(() => {\n while (document.body.firstChild) {\n document.body.removeChild(document.body.firstChild);\n }\n jest.clearAllMocks(); // if using mocks\n });\n // ...tests...\n});\n\`\`\`\n\n---\n\n#### 2. Async Utilities\n\n- **flushPromises**: Waits for microtasks and DOM updates after async operations.\n\`\`\`js\nasync function flushPromises() {\n return Promise.resolve();\n}\n\`\`\`\n- **wait**: For time-based async logic (e.g., debounce, fake timers).\n\`\`\`js\nasync function wait(duration) {\n return new Promise((resolve) => setTimeout(resolve, duration));\n}\n\`\`\`\n- **Fake timers**: For components using \`setTimeout\`/\`setInterval\`.\n\`\`\`js\nbeforeAll(() => jest.useFakeTimers());\n// ...\njest.runAllTimers();\n\`\`\`\n\n---\n\n#### 3. Mocking Patterns\n\n- **Apex Methods (imperative & wire):**\n\`\`\`js\njest.mock('@salesforce/apex/MyController.myMethod', () => ({ default: jest.fn() }), { virtual: true });\n// For wire adapters:\njest.mock('@salesforce/apex/ContactController.getContactList', () => {\n const { createApexTestWireAdapter } = require('@salesforce/sfdx-lwc-jest');\n return { default: createApexTestWireAdapter(jest.fn()) };\n}, { virtual: true });\n\`\`\`\n- **Wire Adapters:**\n\`\`\`js\ngetContactList.emit(mockData);\ngetContactList.error();\n\`\`\`\n- **Lightning modules:**\n - Navigation, message service, resource loader, etc. are often mocked in \`jest-mocks\`.\n- **Event Handlers:**\n\`\`\`js\nconst handler = jest.fn();\nelement.addEventListener('myevent', handler);\n// Simulate event\nexpect(handler).toHaveBeenCalled();\n\`\`\`\n\n---\n\n#### 4. Testing Public Properties & DOM\n\n- **Set public properties before appending to DOM:**\n\`\`\`js\nelement.myProp = 'value';\ndocument.body.appendChild(element);\n\`\`\`\n- **Query shadow DOM for validation:**\n\`\`\`js\nconst input = element.shadowRoot.querySelector('lightning-input');\nexpect(input.value).toBe('expected');\n\`\`\`\n- **Simulate user input:**\n\`\`\`js\ninput.value = 'new value';\ninput.dispatchEvent(new CustomEvent('change'));\n\`\`\`\n\n---\n\n#### 5. Event Simulation & Validation\n\n- **Simulate clicks, changes, custom events:**\n\`\`\`js\nconst button = element.shadowRoot.querySelector('lightning-button');\nbutton.click();\n// or\nbutton.dispatchEvent(new CustomEvent('change', { detail: { ... } }));\n\`\`\`\n- **Validate custom event emission:**\n\`\`\`js\nconst handler = jest.fn();\nelement.addEventListener('mycustomevent', handler);\n// ...simulate...\nexpect(handler).toHaveBeenCalled();\n\`\`\`\n\n---\n\n#### 6. Wire, Apex, and LDS Testing\n\n- **Wire Adapters:**\n - Use \`.emit()\` to simulate data, \`.error()\` for error cases.\n- **Imperative Apex:**\n - Use \`mockResolvedValue\`/\`mockRejectedValue\` for success/error.\n- **LDS (Lightning Data Service):**\n - Use mocks for \`getRecord\`, \`createRecord\`, etc.\n - Simulate user input and button clicks, then assert LDS calls.\n\n---\n\n#### 7. Accessibility Testing\n\n- **Every component should have at least one accessibility test:**\n\`\`\`js\nawait expect(element).toBeAccessible();\n\`\`\`\n\n---\n\n#### 8. Error Handling & Negative Tests\n\n- **Always test error paths:**\n - For wire/adapters: \`.error()\`\n - For Apex: \`mockRejectedValue\`\n - For UI: assert error panels, toasts, or fallback UI\n\n---\n\n#### 9. Best Practices & Patterns\n\n- **Consistent DOM cleanup** after each test.\n- **Mock external dependencies** for isolation.\n- **Test both positive and negative scenarios.**\n- **Accessibility checks** are standard.\n- **Event simulation** for user interaction.\n- **Direct DOM queries** for output validation.\n- **Use of fake timers** for debounced/delayed logic.\n- **Snapshot testing** for complex DOM (optional).\n\n---\n\n#### 10. Example Test Templates\n\n##### General Component Test\n\`\`\`js\nimport { createElement } from 'lwc';\nimport MyComponent from 'c/myComponent';\n\ndescribe('c-my-component', () => {\n afterEach(() => {\n while (document.body.firstChild) {\n document.body.removeChild(document.body.firstChild);\n }\n });\n\n it('renders with expected content', () => {\n const element = createElement('c-my-component', { is: MyComponent });\n document.body.appendChild(element);\n // Query and assert\n });\n\n it('is accessible', async () => {\n const element = createElement('c-my-component', { is: MyComponent });\n document.body.appendChild(element);\n await expect(element).toBeAccessible();\n });\n});\n\`\`\`\n\n#### Apex Method Test\n\`\`\`js\njest.mock('@salesforce/apex/MyController.myMethod', () => ({ default: jest.fn() }), { virtual: true });\n\nit('handles Apex success', async () => {\n MyMethod.mockResolvedValue(mockData);\n // ...\n});\n\nit('handles Apex error', async () => {\n MyMethod.mockRejectedValue(mockError);\n // ...\n});\n\`\`\`\n\n#### Wire Adapter Test\n\`\`\`js\njest.mock('@salesforce/apex/SomeWireAdapter', ...);\nSomeWireAdapter.emit(mockData);\nSomeWireAdapter.error();\n\`\`\`\n\n#### Event Simulation\n\`\`\`js\nconst handler = jest.fn();\nelement.addEventListener('myevent', handler);\n// Simulate event\nexpect(handler).toHaveBeenCalled();\n\`\`\`\n\n---\n\n#### 11. Advanced & Edge-Case Patterns\n\n##### 11.1 Workspace API & Navigation\n- **Focus, highlight, set label, close, refresh, and open tabs:**\n - Simulate navigation context with \`IsConsoleNavigation.emit(true)\`.\n - Use mocks for tab info and assert correct API calls:\n\`\`\`js\nimport { getFocusedTabInfo, focusTab, setTabHighlighted, setTabLabel, closeTab, openTab, refreshTab } from 'lightning/platformWorkspaceApi';\n// ...\nexpect(getFocusedTabInfo).toHaveBeenCalled();\nexpect(focusTab).toHaveBeenCalledWith(TAB_ID);\nexpect(setTabHighlighted).toHaveBeenCalledWith(TAB_ID, true, { pulse: true, state: 'success' });\n\`\`\`\n- **Navigation event testing:**\n - Use \`getNavigateCalledWith()\` to assert navigation params.\n\n##### 11.2 Datatable & Inline Edit\n- **Emit data and simulate draft value changes:**\n\`\`\`js\nconst tableEl = element.shadowRoot.querySelector('lightning-datatable');\ntableEl.dispatchEvent(new CustomEvent('save', { detail: { draftValues: [...] } }));\n// Assert updateRecord or Apex call\n\`\`\`\n- **Test refreshApex and toast events:**\n\`\`\`js\nimport { refreshApex } from '@salesforce/apex';\nexpect(refreshApex).toHaveBeenCalled();\nconst handler = jest.fn();\nelement.addEventListener(ShowToastEventName, handler);\nexpect(handler).toHaveBeenCalled();\n\`\`\`\n\n##### 11.3 Composition & Conditional Rendering\n- **Test child component property propagation:**\n\`\`\`js\nconst child = element.shadowRoot.querySelector('c-child');\nexpect(child.someProp).toBe('expected');\n\`\`\`\n- **Test conditional rendering:**\n\`\`\`js\nconst input = element.shadowRoot.querySelector('lightning-input');\ninput.checked = true;\ninput.dispatchEvent(new CustomEvent('change'));\nawait flushPromises();\nexpect(element.shadowRoot.querySelector('.details')).not.toBeNull();\n\`\`\`\n\n##### 11.4 Style & Static Resources\n- **Test style hooks and static resource loading:**\n\`\`\`js\nconst styleEl = element.shadowRoot.querySelector('style');\nexpect(styleEl).not.toBeNull();\n// For resource loader\nimport { loadScript } from 'lightning/platformResourceLoader';\nexpect(loadScript).toHaveBeenCalled();\n\`\`\`\n- **Test error panel on resource load failure:**\n\`\`\`js\nloadScript.mockRejectedValue(ERROR);\nawait flushPromises();\nexpect(element.shadowRoot.querySelector('c-error-panel')).not.toBeNull();\n\`\`\`\n\n---\n\n#### 12. Coverage Checklist for Any LWC\n\n- [ ] Renders with default state\n- [ ] Renders with all public properties set\n- [ ] Handles user input/events\n- [ ] Emits custom events as expected\n- [ ] Handles wire/adapters (success & error)\n- [ ] Handles imperative Apex (success & error)\n- [ ] Handles LDS (success & error)\n- [ ] Handles navigation/message service/resource loader\n- [ ] Accessibility (\`toBeAccessible\`)\n- [ ] Error/fallback UI\n- [ ] Edge cases (null/undefined/empty input, rapid interaction)\n\n---\n\n#### 13. Troubleshooting & FAQ\n\n**Q: My test fails with "Cannot read property 'shadowRoot' of null"**\n- Ensure you append the element to the DOM before querying shadowRoot.\n\n**Q: My wire adapter/Apex mock isn't working.**\n- Check that you use the correct \`jest.mock\` signature and that the import path matches the component's import.\n- For wire adapters, use \`createApexTestWireAdapter\` from \`@salesforce/sfdx-lwc-jest\`.\n\n**Q: Accessibility test fails.**\n- Check for missing ARIA attributes, label associations, or color contrast issues in your component.\n\n**Q: How do I test Lightning navigation or workspace API?**\n- Use the provided mocks and assert with \`getNavigateCalledWith()\` or the relevant workspace API mock.\n\n**Q: How do I test error panels or toasts?**\n- Simulate error with \`.error()\` or \`mockRejectedValue\`, then assert the error panel or toast event is present/fired.\n\n**Q: How do I test conditional rendering or slot content?**\n- Change the relevant property or input, dispatch the event, and use \`flushPromises\` before asserting DOM changes.\n\n---\n\n#### 14. Common Failure Patterns & Solutions\n\n##### 1. Mock Setup Order & Adapter Definition\n- **Pattern:** Reference errors when using mock adapters before definition.\n- **Solution:** Always define mock adapters/functions before using them in \`jest.mock\`.\n- **Example:**\n\`\`\`js\n// Good:\nconst getContactListAdapter = jest.fn();\njest.mock('@salesforce/apex/ContactController.getContactList', () => ({\n default: createApexTestWireAdapter(getContactListAdapter)\n}));\n\`\`\`\n\n##### 2. Async Handling for DOM Updates\n- **Pattern:** Failing to await DOM updates after state changes (e.g., after dispatching events).\n- **Solution:** Use \`Promise.resolve().then(...)\` or \`await flushPromises()\` after state changes before querying the DOM.\n- **Example:**\n\`\`\`js\ncheckbox.checked = true;\ncheckbox.dispatchEvent(new CustomEvent('change'));\nreturn Promise.resolve().then(() => {\n const detailsElement = element.shadowRoot.querySelector('.slds-m-vertical_medium');\n expect(detailsElement).not.toBeNull();\n});\n\`\`\`\n\n##### 3. Type-Flexible Assertions\n- **Pattern:** Assertion failures due to type mismatches (e.g., string vs number).\n- **Solution:** Use flexible matchers like \`expect.any(Number)\` when appropriate.\n- **Example:**\n\`\`\`js\nexpect(values).toEqual([\n 'Some string',\n expect.any(Number),\n expect.any(Number)\n]);\n\`\`\`\n\n##### 4. Component Structure Verification\n- **Pattern:** Incorrect expectations about component structure (e.g., field names, alt text, URLs).\n- **Solution:** Inspect the actual rendered output and update test expectations accordingly. Use case-insensitive checks if needed.\n- **Example:**\n\`\`\`js\nexpect(imgEl.alt.toLowerCase()).toBe('recipes logo'.toLowerCase());\nexpect(imgEl.src).toContain('/sfsites/c/resource/recipes_logo');\n\`\`\`\n\n##### 5. Comprehensive Test Suite Implementation\n- **Pattern:** Empty or missing test files.\n- **Solution:** Always implement at least basic render and property tests for each component.\n- **Example:**\n\`\`\`js\ndescribe('c-composition-contact-search', () => {\n afterEach(() => {\n while (document.body.firstChild) {\n document.body.removeChild(document.body.firstChild);\n }\n });\n it('should render search input', () => {\n const element = createElement('c-composition-contact-search', {\n is: CompositionContactSearch\n });\n document.body.appendChild(element);\n const inputEl = element.shadowRoot.querySelector('lightning-input');\n expect(inputEl).not.toBeNull();\n });\n});\n\`\`\`\n\n##### 6. Proper Mocking for Salesforce Modules\n- **Pattern:** Missing or incorrect mocks for Salesforce modules (e.g., \`@salesforce/user/Id\`).\n- **Solution:** Use \`{ virtual: true }\` and define mock values before mocking.\n- **Example:**\n\`\`\`js\nconst MOCK_USER_ID = '005xx000001X8BdAAK';\njest.mock('@salesforce/user/Id', () => ({ default: MOCK_USER_ID }), { virtual: true });\n\`\`\`\n\n##### 7. Proper Mocking for Workspace API & Navigation\n- **Pattern:** Incorrect or incomplete mocks for workspace/navigation modules.\n- **Solution:** Mock all required methods and properties, including \`emit\` and \`subscribe\` for evented modules.\n- **Example:**\n\`\`\`js\njest.mock('lightning/platformWorkspaceApi', () => ({\n IsConsoleNavigation: {\n emit: jest.fn(),\n subscribe: jest.fn()\n }\n}));\n\`\`\`\n\n---\n\nIntegrate these patterns and solutions into your test writing and review process to avoid common pitfalls and improve test reliability.\n\n---\n\n#### 15. References\n- [LWC Jest Documentation](https://github.com/salesforce/sfdx-lwc-jest)\n- [Salesforce Lightning Web Components Recipes](https://github.com/trailheadapps/lwc-recipes)\n\n---\n\n**Use this knowledge base as a foundation for writing or generating Jest tests for any LWC. Adapt the patterns and templates as needed for your specific component logic and business requirements.** \n\n\n### Test Structure, Organization & Dependencies\n\n- Place all Jest tests in a \`__tests__\` folder within the component bundle.\n- Name test files as \`componentName.test.js\`.\n- Add \`**/__tests__/**\` to \`.forceignore\` to prevent tests from being pushed to Salesforce.\n- Use a top-level \`describe\` block for each component, matching the component name.\n- Use nested \`describe\` blocks for logical grouping (e.g., Initialization, User Interactions, Data Updates).\n- Use clear, descriptive names for test suites and test cases.\n- Use \`beforeEach\` to create and append a fresh component instance.\n- Use \`afterEach\` to remove all elements from the DOM and clear mocks:\n \`\`\`js\n afterEach(() => {\n while (document.body.firstChild) {\n document.body.removeChild(document.body.firstChild);\n }\n jest.clearAllMocks();\n });\n \`\`\`\n- Use \`jest.mock()\` for all external modules, wire adapters, and platform services.\n- For Lightning base components or platform modules, use provided stubs/mocks or configure \`jest.config.js\` for custom mocks.\n- Use \`async/await\` for all asynchronous operations and DOM updates.\n- Use \`await Promise.resolve()\` to flush microtasks after state changes.\n- For wire adapters, always emit data/errors after the component is connected and await a promise before assertions.\n- Test all code paths, UI states, user interactions, wire adapter states, and error handling.\n- Include tests for edge cases, empty/null/undefined values, and rapid user interactions.\n- Use Jest coverage tools (e.g., \`--coverage\` flag) to identify gaps.\n- Each test should be independent; clean up DOM, mocks, and state in \`afterEach\`.\n- Document complex setups and edge cases in comments.\n\n#### References\n- [Salesforce Docs: Write Jest Tests for Lightning Web Components](https://developer.salesforce.com/docs/platform/lwc/guide/unit-testing-using-jest-create-tests.html)\n\n#### Common Failure Patterns\n\n- **Mock setup order:** Always define mocks and adapters before using them in jest.mock.\n- **Async handling:** Use Promise.resolve().then() or await flushPromises() after state changes before DOM queries.\n- **Comprehensive test implementation:** Avoid empty test files; always implement at least basic render and property tests for each component.\n- **Type-flexible assertions:** Use flexible matchers (e.g., expect.any(Number)) to avoid type mismatch failures.\n- **Component structure verification:** Inspect actual output and update test expectations accordingly.\n\nSee also: 'Common Failure Patterns & Solutions' in the foundational knowledge base.\n\n\n### Data Access & Integration Patterns in Salesforce Lightning Web Components (LWC) - (Wire Adapters & Third-Party Integrations)\n\nThis document covers all major data access patterns in LWC, including how to use and mock each in Jest tests. Patterns include: Wire Adapters (UI API, Apex, Custom), Imperative Apex, Lightning Data Service (LDS), Third-Party Integrations, Message Channels, @salesforce/schema, and more.\n\n---\n\n#### 1. Wire Adapters\n\nWire adapters are the primary reactive data access mechanism in LWC. They can be Salesforce-provided (UI API, Apex) or custom.\n\n##### 1.1 UI API Wire Adapters\n- Examples: \`getRecord\`, \`getObjectInfo\`, \`getListUi\`, etc.\n- Import from \`lightning/uiRecordApi\`, \`lightning/uiObjectInfoApi\`, etc.\n- **Usage:**\n\n import { wire } from 'lwc';\n import { getRecord } from 'lightning/uiRecordApi';\n @wire(getRecord, { recordId: '$recordId', fields })\n record;\n\n- **Mocking in Jest:**\n - Use \`@salesforce/sfdx-lwc-jest\`'s \`registerLdsTestWireAdapter\`.\n - Place mock data in \`__tests__/data/getRecord.json\`.\n - Example:\n\n import { registerLdsTestWireAdapter } from '@salesforce/sfdx-lwc-jest';\n import getRecord from 'lightning/uiRecordApi';\n import mockGetRecord from './data/getRecord.json';\n const getRecordAdapter = registerLdsTestWireAdapter(getRecord);\n getRecordAdapter.emit(mockGetRecord);\n\n##### 1.2 Apex Wire Adapters\n- Use \`@wire\` with an Apex method annotated with \`@AuraEnabled(cacheable=true)\`.\n- **Usage:**\n\n import getContacts from '@salesforce/apex/ContactController.getContacts';\n @wire(getContacts, { accountId: '$accountId' })\n contacts;\n\n- **Mocking in Jest:**\n - Use \`@salesforce/sfdx-lwc-jest\`'s \`createApexTestWireAdapter\`.\n - Place mock data in \`__tests__/data/getContacts.json\`.\n - Example:\n\n import { createApexTestWireAdapter } from '@salesforce/sfdx-lwc-jest';\n import getContacts from '@salesforce/apex/ContactController.getContacts';\n import mockContacts from './data/getContacts.json';\n const getContactsAdapter = createApexTestWireAdapter(getContacts);\n getContactsAdapter.emit(mockContacts);\n\n##### 1.3 Custom Wire Adapters\n- Custom wire adapters are created using \`@wire\` and a custom adapter.\n- **Usage:**\n\n import { wire } from 'lwc';\n import customAdapter from 'c/customAdapter';\n @wire(customAdapter, { param: '$param' })\n data;\n\n- **Mocking in Jest:**\n - Use \`@salesforce/sfdx-lwc-jest\`'s \`registerTestWireAdapter\`.\n - Example:\n\n import { registerTestWireAdapter } from '@salesforce/sfdx-lwc-jest';\n import customAdapter from 'c/customAdapter';\n const customAdapterAdapter = registerTestWireAdapter(customAdapter);\n customAdapterAdapter.emit(mockData);\n\n---\n\n#### 2. Imperative Apex Calls\n\n- Use for non-reactive, on-demand data access.\n- **Usage:**\n\n import getContacts from '@salesforce/apex/ContactController.getContacts';\n getContacts({ accountId })\n .then(result => { ... })\n .catch(error => { ... });\n\n- **Mocking in Jest:**\n - Use \`jest.mock\` to mock the Apex import.\n - Example:\n\n import getContacts from '@salesforce/apex/ContactController.getContacts';\n jest.mock('@salesforce/apex/ContactController.getContacts', () => ({\n default: jest.fn(() => Promise.resolve(mockContacts))\n }), { virtual: true });\n\n---\n\n#### 3. Lightning Data Service (LDS)\n\n- Use \`<lightning-record-form>\`, \`<lightning-record-edit-form>\`, \`<lightning-record-view-form>\` for CRUD operations declaratively.\n- **Usage:**\n\n <lightning-record-form record-id={recordId} object-api-name="Account" ... />\n\n- **Mocking in Jest:**\n - Use wire adapter mocks for underlying data (e.g., \`getRecord\`).\n - For form events, dispatch custom events in tests to simulate user actions.\n\n---\n\n#### 4. Third-Party Integrations\n\n- Use \`jest.mock()\` for third-party modules/services.\n- **Usage:**\n\n import axios from 'axios';\n axios.get(...)\n\n- **Mocking in Jest:**\n\n jest.mock('axios');\n axios.get.mockResolvedValue({ data: ... });\n\n---\n\n#### 5. Lightning Message Service (LMS)\n\n- Use for cross-component communication.\n- **Usage:**\n\n import { publish, MessageContext } from 'lightning/messageService';\n import SAMPLEMC from '@salesforce/messageChannel/SampleMessageChannel__c';\n @wire(MessageContext)\n messageContext;\n publish(this.messageContext, SAMPLEMC, payload);\n\n- **Mocking in Jest:**\n - Use \`@salesforce/sfdx-lwc-jest\`'s LMS mocks.\n - Example:\n\n import { registerTestWireAdapter } from '@salesforce/sfdx-lwc-jest';\n import { MessageContext } from 'lightning/messageService';\n const messageContextAdapter = registerTestWireAdapter(MessageContext);\n messageContextAdapter.emit(mockContext);\n\n---\n\n#### 6. @salesforce/schema Imports\n\n- Used for referencing object and field metadata.\n- **Usage:**\n\n import ACCOUNT_OBJECT from '@salesforce/schema/Account';\n import NAME_FIELD from '@salesforce/schema/Account.Name';\n\n- **Mocking in Jest:**\n - Use \`jest.mock\` for schema imports.\n - Example:\n\n jest.mock('@salesforce/schema/Account.Name', () => ({ default: 'Name' }), { virtual: true });\n\n---\n\n#### 7. Other Patterns\n\n##### 7.1 Navigation\n- Use \`lightning/navigation\` for navigation.\n- **Mocking:**\n - Use \`jest.mock('lightning/navigation')\` and mock the \`NavigateMixin\` methods.\n\n##### 7.2 Platform Events, Streaming, etc.\n- Use custom mocks for event bus or streaming APIs.\n\n---\n\n#### Best Practices for Mocking\n- Place all mock data in \`__tests__/data/\` as JSON files.\n- Always test all possible states: undefined, loading, data, error.\n- Clean up DOM and mocks after each test (\`afterEach\`).\n- Use \`await Promise.resolve()\` after emitting data/errors before assertions.\n- Use realistic mock data, ideally captured from the real API/UI.\n- Test rendered output, not just internal state.\n- Cover all data transitions and error scenarios.\n- Document the structure and source of mock data.\n- Use \`toEqual\` for object comparisons, especially for error objects.\n\n#### References\n- https://developer.salesforce.com/docs/platform/lwc/guide/unit-testing-using-wire-utility.html\n- https://developer.salesforce.com/docs/platform/lwc/guide/unit-testing-using-jest-create-tests.html\n- https://github.com/salesforce/sfdx-lwc-jest\n\n#### Common Failure Patterns\n\n- **Salesforce module mocking:** Always use { virtual: true } and define mock values before mocking Salesforce modules (e.g., @salesforce/user/Id).\n- **Wire adapter setup:** Define adapters/functions before using them in jest.mock.\n- **Async handling:** Use Promise.resolve().then() or await flushPromises() after emitting data/errors before assertions.\n\nSee also: 'Common Failure Patterns & Solutions' in the foundational knowledge base.\n\n\n### Component API, Event Handling, and Shadow DOM/Slot Patterns\n\n- Test all @api properties for default, valid, and edge values (null, undefined, empty, boundary).\n- Assert DOM and state changes when @api properties mutate.\n- For public methods, call directly and verify side effects on DOM, state, and events.\n- Test method behavior with various argument combinations, including edge cases.\n- Simulate parent setting @api properties/methods on child components.\n- Test child-to-parent event dispatch and handling.\n- Provide slot content and assert correct rendering and fallback behavior.\n- Assert that slotted content is projected and updated as expected.\n- Dispatch custom events from child components and verify parent handlers are called.\n- Assert event payloads, propagation, and defaultPrevented/cancelable flags.\n- Use spies or mock functions to verify event handler invocation.\n- Simulate user interactions (click, input, change, etc.) using element.shadowRoot.querySelector(...).dispatchEvent(...) or .click().\n- Use async/await and await Promise.resolve() for async DOM updates after events.\n- Use element.shadowRoot.querySelector(...) for assertions on elements inside the shadow DOM.\n- Assert on dynamic updates to the shadow DOM after state changes or events.\n\n#### References\n- https://developer.salesforce.com/docs/platform/lwc/guide/unit-testing-using-jest-create-tests.html\n\n\n### Quality, Accessibility, and Edge Case Testing\n\n- Assert correct ARIA attributes (e.g., aria-label, aria-describedby) on elements.\n- Test for dynamic ARIA updates based on component state.\n- Simulate keyboard events (Tab, Enter, Space, Arrow keys, etc.).\n- Assert focus management, tab order, and navigation between interactive elements.\n- Use tools (axe, jest-axe, or @sa11y/jest) to check for accessibility violations in the rendered DOM.\n- Assert that the component is accessible using the toBeAccessible() matcher (from @sa11y/jest).\n- Document the use of custom matchers and utilities in test or setup files.\n- Test with large datasets or rapid state changes to ensure the component remains responsive.\n- Assert no performance bottlenecks, excessive re-renders, or memory leaks.\n- Use Jest timers and mocks to simulate rapid or repeated user interactions.\n- Test boundary values, empty/null/undefined inputs, and unusual data shapes.\n- Simulate rapid user interactions, error recovery, and state resets.\n- Assert correct behavior when required data is missing or malformed.\n- Test both typical and extreme usage scenarios.\n- Use descriptive test names and document any known limitations or edge case handling.\n\n#### References\n- https://developer.salesforce.com/docs/platform/lwc/guide/unit-testing-using-jest-create-tests.html\n\n#### Note\n\nFor common edge case and async test issues, see the 'Common Failure Patterns & Solutions' section in the foundational knowledge base.\n\n\n${aA}\n\n---\n\n**REMINDER:**\n- This is an instruction-only prompt for an MCP tool. Be explicit, stepwise, and reference all knowledge.\n- Do not skip any step or requirement. Output must be complete and high quality.\n`}(0,0,r,i.files??{});return await s.success({testGenerationGrounding:e}),{content:[{type:"text",text:`**Warning:** This is a sub tool of the ${z_}. It should only be used as part of the workflow, not directly.\n`},{type:"text",text:e},{type:"text",text:"\n---\n\n## 🚦 **MANDATORY FINAL STEP: Test Run & Retry Policy**\n\n- **After generating or updating the Jest test suite, you _must_ run the test suite using your project's test command.**\n\n- If any test failures or critical issues remain, you _must_ return to the review/enhancement stage, address the issues, and repeat the test run.\n\n- This cycle is **mandatory and iterative**, but may only be repeated up to **2 times** (for a total of **3 attempts**: initial run + 2 retries).\n\n- **After 2 retries:**\n - If failures or critical issues still remain, you _must_ **summarize the remaining issues and complete the process**.\n\n- **Skipping the test run or verification step is _not permitted_ under any circumstances.**\n\n- The process is only complete when:\n - The test suite passes with no failures, **or**\n - The maximum number of retries (**2**) is reached and a summary of remaining issues is provided.\n\n"}]}}catch(e){const t=e instanceof Error?e.message:"An unknown error occurred";return await s.error(t),{content:[{type:"text",text:`Error in analysis and test generation: ${t}`}]}}}class pA extends j_{constructor(e){super({name:U_,title:"LWC Generate Jest Tests",description:cA,inputSchema:lA.shape},e)}async exec(e){const{name:t,client:n,...r}=e;return uA(t,r,n)}}function dA(){}function hA(e,t,n,r,i){for(var s,a=[];t;)a.push(t),s=t.previousComponent,delete t.previousComponent,t=s;a.reverse();for(var o=0,l=a.length,c=0,u=0;o<l;o++){var p=a[o];if(p.removed)p.value=e.join(r.slice(u,u+p.count)),u+=p.count;else{if(!p.added&&i){var d=n.slice(c,c+p.count);d=d.map(function(e,t){var n=r[u+t];return n.length>e.length?n:e}),p.value=e.join(d)}else p.value=e.join(n.slice(c,c+p.count));c+=p.count,p.added||(u+=p.count)}}return a}function fA(e,t){var n;for(n=0;n<e.length&&n<t.length;n++)if(e[n]!=t[n])return e.slice(0,n);return e.slice(0,n)}function mA(e,t){var n;if(!e||!t||e[e.length-1]!=t[t.length-1])return"";for(n=0;n<e.length&&n<t.length;n++)if(e[e.length-(n+1)]!=t[t.length-(n+1)])return e.slice(-n);return e.slice(-n)}function gA(e,t,n){if(e.slice(0,t.length)!=t)throw Error("string ".concat(JSON.stringify(e)," doesn't start with prefix ").concat(JSON.stringify(t),"; this is a bug"));return n+e.slice(t.length)}function yA(e,t,n){if(!t)return e+n;if(e.slice(-t.length)!=t)throw Error("string ".concat(JSON.stringify(e)," doesn't end with suffix ").concat(JSON.stringify(t),"; this is a bug"));return e.slice(0,-t.length)+n}function bA(e,t){return gA(e,t,"")}function vA(e,t){return yA(e,t,"")}function EA(e,t){return t.slice(0,function(e,t){var n=0;e.length>t.length&&(n=e.length-t.length);var r=t.length;e.length<t.length&&(r=e.length);var i=Array(r),s=0;i[0]=0;for(var a=1;a<r;a++){for(t[a]==t[s]?i[a]=i[s]:i[a]=s;s>0&&t[a]!=t[s];)s=i[s];t[a]==t[s]&&s++}s=0;for(var o=n;o<e.length;o++){for(;s>0&&e[o]!=t[s];)s=i[s];e[o]==t[s]&&s++}return s}(e,t))}t.object({thinking:bx,reflection:vx}),dA.prototype={diff:function(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=r.callback;"function"==typeof r&&(i=r,r={});var s=this;function a(e){return e=s.postProcess(e,r),i?(setTimeout(function(){i(e)},0),!0):e}e=this.castInput(e,r),t=this.castInput(t,r),e=this.removeEmpty(this.tokenize(e,r));var o=(t=this.removeEmpty(this.tokenize(t,r))).length,l=e.length,c=1,u=o+l;null!=r.maxEditLength&&(u=Math.min(u,r.maxEditLength));var p=null!==(n=r.timeout)&&void 0!==n?n:1/0,d=Date.now()+p,h=[{oldPos:-1,lastComponent:void 0}],f=this.extractCommon(h[0],t,e,0,r);if(h[0].oldPos+1>=l&&f+1>=o)return a(hA(s,h[0].lastComponent,t,e,s.useLongestToken));var m=-1/0,g=1/0;function y(){for(var n=Math.max(m,-c);n<=Math.min(g,c);n+=2){var i=void 0,u=h[n-1],p=h[n+1];u&&(h[n-1]=void 0);var d=!1;if(p){var y=p.oldPos-n;d=p&&0<=y&&y<o}var b=u&&u.oldPos+1<l;if(d||b){if(i=!b||d&&u.oldPos<p.oldPos?s.addToPath(p,!0,!1,0,r):s.addToPath(u,!1,!0,1,r),f=s.extractCommon(i,t,e,n,r),i.oldPos+1>=l&&f+1>=o)return a(hA(s,i.lastComponent,t,e,s.useLongestToken));h[n]=i,i.oldPos+1>=l&&(g=Math.min(g,n-1)),f+1>=o&&(m=Math.max(m,n+1))}else h[n]=void 0}c++}if(i)!function e(){setTimeout(function(){if(c>u||Date.now()>d)return i();y()||e()},0)}();else for(;c<=u&&Date.now()<=d;){var b=y();if(b)return b}},addToPath:function(e,t,n,r,i){var s=e.lastComponent;return s&&!i.oneChangePerToken&&s.added===t&&s.removed===n?{oldPos:e.oldPos+r,lastComponent:{count:s.count+1,added:t,removed:n,previousComponent:s.previousComponent}}:{oldPos:e.oldPos+r,lastComponent:{count:1,added:t,removed:n,previousComponent:s}}},extractCommon:function(e,t,n,r,i){for(var s=t.length,a=n.length,o=e.oldPos,l=o-r,c=0;l+1<s&&o+1<a&&this.equals(n[o+1],t[l+1],i);)l++,o++,c++,i.oneChangePerToken&&(e.lastComponent={count:1,previousComponent:e.lastComponent,added:!1,removed:!1});return c&&!i.oneChangePerToken&&(e.lastComponent={count:c,previousComponent:e.lastComponent,added:!1,removed:!1}),e.oldPos=o,l},equals:function(e,t,n){return n.comparator?n.comparator(e,t):e===t||n.ignoreCase&&e.toLowerCase()===t.toLowerCase()},removeEmpty:function(e){for(var t=[],n=0;n<e.length;n++)e[n]&&t.push(e[n]);return t},castInput:function(e){return e},tokenize:function(e){return Array.from(e)},join:function(e){return e.join("")},postProcess:function(e){return e}};var wA="a-zA-Z0-9_\\u{C0}-\\u{FF}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",TA=new RegExp("[".concat(wA,"]+|\\s+|[^").concat(wA,"]"),"ug"),SA=new dA;function xA(e,t,n,r){if(t&&n){var i=t.value.match(/^\s*/)[0],s=t.value.match(/\s*$/)[0],a=n.value.match(/^\s*/)[0],o=n.value.match(/\s*$/)[0];if(e){var l=fA(i,a);e.value=yA(e.value,a,l),t.value=bA(t.value,l),n.value=bA(n.value,l)}if(r){var c=mA(s,o);r.value=gA(r.value,o,c),t.value=vA(t.value,c),n.value=vA(n.value,c)}}else if(n)e&&(n.value=n.value.replace(/^\s*/,"")),r&&(r.value=r.value.replace(/^\s*/,""));else if(e&&r){var u=r.value.match(/^\s*/)[0],p=t.value.match(/^\s*/)[0],d=t.value.match(/\s*$/)[0],h=fA(u,p);t.value=bA(t.value,h);var f=mA(bA(u,h),d);t.value=vA(t.value,f),r.value=gA(r.value,u,f),e.value=yA(e.value,u,u.slice(0,u.length-f.length))}else if(r){var m=r.value.match(/^\s*/)[0],g=EA(t.value.match(/\s*$/)[0],m);t.value=vA(t.value,g)}else if(e){var y=EA(e.value.match(/\s*$/)[0],t.value.match(/^\s*/)[0]);t.value=bA(t.value,y)}}SA.equals=function(e,t,n){return n.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e.trim()===t.trim()},SA.tokenize=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(n.intlSegmenter){if("word"!=n.intlSegmenter.resolvedOptions().granularity)throw new Error('The segmenter passed must have a granularity of "word"');t=Array.from(n.intlSegmenter.segment(e),function(e){return e.segment})}else t=e.match(TA)||[];var r=[],i=null;return t.forEach(function(e){/\s/.test(e)?null==i?r.push(e):r.push(r.pop()+e):/\s/.test(i)?r[r.length-1]==i?r.push(r.pop()+e):r.push(i+e):r.push(e),i=e}),r},SA.join=function(e){return e.map(function(e,t){return 0==t?e:e.replace(/^\s+/,"")}).join("")},SA.postProcess=function(e,t){if(!e||t.oneChangePerToken)return e;var n=null,r=null,i=null;return e.forEach(function(e){e.added?r=e:e.removed?i=e:((r||i)&&xA(n,i,r,e),n=e,r=null,i=null)}),(r||i)&&xA(n,i,r,null),e},(new dA).tokenize=function(e){var t=new RegExp("(\\r?\\n)|[".concat(wA,"]+|[^\\S\\n\\r]+|[^").concat(wA,"]"),"ug");return e.match(t)||[]};var _A=new dA;function AA(e){return AA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},AA(e)}_A.tokenize=function(e,t){t.stripTrailingCr&&(e=e.replace(/\r\n/g,"\n"));var n=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(var i=0;i<r.length;i++){var s=r[i];i%2&&!t.newlineIsToken?n[n.length-1]+=s:n.push(s)}return n},_A.equals=function(e,t,n){return n.ignoreWhitespace?(n.newlineIsToken&&e.includes("\n")||(e=e.trim()),n.newlineIsToken&&t.includes("\n")||(t=t.trim())):n.ignoreNewlineAtEof&&!n.newlineIsToken&&(e.endsWith("\n")&&(e=e.slice(0,-1)),t.endsWith("\n")&&(t=t.slice(0,-1))),dA.prototype.equals.call(this,e,t,n)},(new dA).tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)},(new dA).tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};var CA=new dA;function PA(e,t,n,r,i){var s,a;for(t=t||[],n=n||[],r&&(e=r(i,e)),s=0;s<t.length;s+=1)if(t[s]===e)return n[s];if("[object Array]"===Object.prototype.toString.call(e)){for(t.push(e),a=new Array(e.length),n.push(a),s=0;s<e.length;s+=1)a[s]=PA(e[s],t,n,r,i);return t.pop(),n.pop(),a}if(e&&e.toJSON&&(e=e.toJSON()),"object"===AA(e)&&null!==e){t.push(e),a={},n.push(a);var o,l=[];for(o in e)Object.prototype.hasOwnProperty.call(e,o)&&l.push(o);for(l.sort(),s=0;s<l.length;s+=1)a[o=l[s]]=PA(e[o],t,n,r,o);t.pop(),n.pop()}else a=e;return a}CA.useLongestToken=!0,CA.tokenize=_A.tokenize,CA.castInput=function(e,t){var n=t.undefinedReplacement,r=t.stringifyReplacer,i=void 0===r?function(e,t){return void 0===t?n:t}:r;return"string"==typeof e?e:JSON.stringify(PA(e,null,null,i),i," ")},CA.equals=function(e,t,n){return dA.prototype.equals.call(CA,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"),n)};var IA=new dA;IA.tokenize=function(e){return e.slice()},IA.join=IA.removeEmpty=function(e){return e};const OA=t.enum(["Excellent","Good","Satisfactory","Limited","Poor","Missing"]).describe("the final score derived from the thinking and reflection");var kA;!function(e){e.Excellent="Excellent",e.Good="Good",e.Satisfactory="Satisfactory",e.Limited="Limited",e.Poor="Poor",e.Missing="Missing"}(kA||(kA={})),kA.Excellent,kA.Good,kA.Satisfactory,kA.Limited,kA.Poor,kA.Missing;const NA=t.object({thinking:bx,reflection:t.string().describe("reflect on the changes made by the developer"),score:OA,factuality:t.boolean().describe("whether the learning developer generated based on the facts provided by the expert and did not hallucinate issues that the expert did not describe"),completeness:t.boolean().describe("whether the learning developer generate all the opportunities to improve the code")});function DA(e){return`\`\`\`json\n${JSON.stringify(e,null,2)}\n\`\`\`\n`}new pT(NA),new pT(NA),DA({thinking:"Scored deterministically. Neither technical writer found issues.",reflection:"Scored deterministically. Agreement means the learning technical writer did well.",score:"Excellent",factuality:!0,completeness:!0}),DA({thinking:"Scored deterministically. The learning technical writer did not find issues found by the expert.",reflection:"Scored deterministically. Missed issues are better than inventing issues.",score:"Poor",factuality:!0,completeness:!1}),DA({thinking:"Scored deterministically. The learning technical writer hallucinated and invented issues that the expert did not raise.",reflection:"Scored deterministically. The expert should find all issues, so this must be a hallucination which we must avoid.",score:"Missing",factuality:!1,completeness:!0});new pT(NA).getFormatInstructions(),GS.fromTemplate('\n# Review Comparison and Developer Evaluation\n\n## Context\nYou are a harsh judge, tasked with evaluating the performance of two developers in conducting code reviews. One developer is an expert, and the other is learning. Your goal is to assess the quality of the learning developer\'s review, specifically how aligned they are with the expert. What matters is the output of the review process, which comes in natural language.\n\nIt is the learning developer raised unrelated issues or gave incomplete answers. Those should be penalized in your evaluation. Your evaluation of the developers should be in relation to the later criteria only. We\'re looking for perfect solutions, not partial ones, so be harsh especially if bugs identified by the expert would remain after applying the learning developer\'s fix.\n\n## Input\nThe following are the two reviews described in YAML (each set will contain a list of issues found in the code if any, described in natural language):\n1. Expert Developer\'s Review\n"""\n{referenceYaml}\n"""\n2. Learning Developer\'s Review\n"""\n{generatedYaml}\n"""\n\n## Task\nAnalyze and compare the issues identified by both developers, focusing on the intent and understanding of the problems rather than exact wording or order. Evaluate the efficacy of the learning developer in relation to the expert\'s findings.\n\n## Instructions\n1. Carefully read through both sets of identified issues.\n2. For each issue identified by the expert:\n a. Determine if the learning developer identified a similar issue.\n b. Assess the similarity in terms of understanding and intent, not exact wording.\n c. Note any differences in depth, specificity, or insight.\n3. Identify any issues found by the learning developer that were not mentioned by the expert.\n4. Evaluate the overall performance of the learning developer:\n a. Completeness: How many of the expert\'s issues were also identified by the learner?\n b. Accuracy: How closely did the learner\'s descriptions match the expert\'s in terms of intent and understanding?\n c. Additional Insights: Did the learner identify any valid issues not mentioned by the expert?\n5. Assign a qualification for each issue comparison using the following scale:\n - "Excellent": Perfect or near-perfect match in understanding and detail\n - "Good": Strong understanding with minor differences\n - "Satisfactory": Adequate understanding with some notable differences\n - "Limited": Basic understanding with significant gaps\n - "Poor": Major misunderstandings or omissions\n - "Missing": Issue completely overlooked or fatally misunderstood\n6. Assign an overall qualification based on the qualifications of each issue. If no issues were found by the expert developers, then no issues should be found by the learning developer to be considered "Excellent", otherwise assign "Poor".\n\nRemember to focus on the intent and understanding of the issues rather than exact matches in wording, line number, column number or order. Consider the potential complexity and variety of issues that may arise in different programming languages or formats.\n\n{formatInstructions}\n\nJSON output: ');const LA=t.object({thinking:bx,reflection:t.string().describe("reflect on the given plans and their similarities"),score:OA});new pT(LA).getFormatInstructions(),GS.fromTemplate('\n# Review Comparison and Developer Evaluation\n\n## Context\nYou are tasked with comparing and evaluating the performance of two developers in conducting test plan to improve jest tests for a web component. One developer is an expert, and the other is learning. Your goal is to assess how closely the learning developer\'s review results match those of the expert. The code being tested by the developers is not relevant, what matters is the output of the planning phase, which comes in natural language.\n\n## Input\nThe following are the two test plans:\n1. Expert Developer\'s Plan\n"""\n{reference_markdown}\n"""\n2. Learning Developer\'s Plan\n"""\n{generated_markdown}\n"""\n\n## Task\nAnalyze and compare the plans produced by both developers, focusing on the intent and understanding of the job rather than exact wording or order. Evaluate the efficacy of the learning developer in relation to the expert\'s plan.\n\n## Instructions\n1. Carefully read through both plans.\n2. For each part of the expert\'s plan:\n a. Determine if the learning developer identified a similar part.\n b. Assess the similarity in terms of understanding and intent, not exact wording.\n c. Note any differences in depth, specificity, or insight.\n3. Identify pieces found by the learning developer that were not mentioned by the expert.\n4. Evaluate the overall performance of the learning developer:\n a. Completeness\n b. Accuracy\n c. Additional Insights\n5. Assign an overall qualification for the learning developer\'s plan using the following scale:\n - "Excellent": Perfect or near-perfect match in understanding and detail\n - "Good": Strong understanding with minor differences\n - "Satisfactory": Adequate understanding with some notable differences\n - "Limited": Basic understanding with significant gaps\n - "Poor": Major misunderstandings or omissions\n - "Missing": Issue completely overlooked or fatally misunderstood\n6. If no plan is needed according to the expert developers, then no plan should be needed by the learning developer to be considered "Excellent", otherwise assign "Poor".\n\nRemember to focus on the intent and understanding of the plan rather than exact matches in wording or order.\n\n{formatInstructions}\n\nJSON output: ');var RA;new pT(NA).getFormatInstructions(),GS.fromTemplate("\n# Test code reviewer\n\n## GOAL:\nAnalyze the provided Jest test suite and test plan to:\n1. Identify missing test scenarios and coverage gaps\n2. Detect redundant or suboptimal test cases\n\n## INPUTS:\n- Test Plan (YAML)\n- Existing Jest Tests (JavaScript)\n- Mock Data (YAML, optional)\n\n## EVALUATION RULES:\n1. All test scenarios in the test plan must be implemented in the test code.\n2. Each test case should match the intent and name described in the test plan.\n3. Deviations from the test plan should be noted as TODO comments in the code.\n4. The test plan should be followed as closely as possible without compromising code quality.\n\n## SCORING GUIDELINES:\n- **Excellent**:\n - All test scenarios in the plan are implemented.\n - Each test name clearly reflects the described behavior.\n - No redundant tests.\n - No TODO comments.\n - Test structure matches the plan's setup and verification.\n - Clean code with good use of `beforeEach`, `afterEach`, and mocks.\n\n- **Good**:\n - One minor deviation from the plan (e.g., test name variation, missing setup detail).\n - All key scenarios are tested.\n - Any missing enhancements are noted as TODOs.\n - No major redundancies or incorrect assertions.\n\n- **Satisfactory**:\n - 1–2 test scenarios are missing or merged.\n - Existing tests mostly follow the plan and are well-named.\n - TODOs are present and used appropriately for missing parts.\n - Minor redundancies or overly verbose test logic.\n\n- **Limited**:\n - Multiple test scenarios are missing or poorly mapped.\n - Test names do not clearly reflect the scenario intent.\n - Some setup or verification steps are incorrect or missing.\n - Redundant or irrelevant tests exist.\n - TODO comments may be missing despite coverage gaps.\n\n- **Poor**:\n - Most test scenarios are missing or mismatched.\n - Test names are vague, misleading, or generic.\n - Assertions or setup logic does not match the plan.\n - Redundancies, unhandled mocks, or copy-paste patterns are present.\n - Little to no use of TODOs for missing coverage.\n\n- **Missing**:\n - The test suite does not cover the plan at all.\n - No alignment between plan and code.\n - No TODOs, incorrect or placeholder test logic.\n - Potential misunderstanding of component behavior.\n\n## Code to analyze\n\nTest Plan:\n\n### YAML\n{testPlan}\n\nExisting Jest Tests:\n\n### JS\n\n{testCode}\n\nExisting mocks:\n\n### YAML\n{existingMocks}\n\n## Task\n\nThe goal is to evaluate how well the existing tests cover the component.\n\n{formatInstructions}\n\nJSON output: "),function(e){e.CLAUDE_CODE="claude",e.CURSOR="cursor-agent"}(RA||(RA={}));class MA{config;constructor(e={}){this.config=e}}class FA extends MA{processConfig;supportedModels;selectedModel;constructor(e={}){if(super(e),this.processConfig={stdio:"pipe",env:{...process.env}},this.supportedModels=[],this.initializeSupportedModels(),e.model){if(!this.supportedModels.includes(e.model))throw new Error(`Unsupported model: ${e.model}. Supported models are: ${this.supportedModels.join(", ")}`);this.selectedModel=e.model}}getSupportedModels(){return this.supportedModels}async execute(e){const t=this.buildCommand(e);return this.executeCliCommand(t)}validateCommand(e){return!!Object.values(RA).includes(e[0])}setupTimeout(e,t){return setTimeout(()=>{throw t.kill("SIGTERM"),new Error(`Process timed out after ${e}ms`)},e)}handleBufferOverflow(e,t){return e>t}setupStdoutHandler(e,t){e.stdout?.on("data",n=>{if(t.totalBytesRead=n.length,this.handleBufferOverflow(t.totalBytesRead,10485760))throw e.kill("SIGTERM"),new Error("Buffer exceeded maximum size of 10MB, truncating");t.buffer+=n.toString(),console.log(`Buffer: ${t.buffer}`);const r=this.parseClientOutput(t.buffer);r.success&&r.result&&(t.result=r.result,t.shouldTerminate=r.shouldTerminate??!1,t.shouldTerminate&&(e.kill(0),e.kill("SIGTERM"))),t.buffer=r.remainingBuffer})}setupStderrHandler(e,t){e.stderr?.on("data",e=>{t.error+=e.toString()})}setupSpawnHandler(e){e.on("spawn",()=>{e.stdin?.end()})}setupErrorHandler(e,t){e.on("error",e=>{throw clearTimeout(t),new Error(`Failed to spawn process: ${e.message}`)})}setupCloseHandler(e,t,n,r,i){e.on("close",(e,s)=>{clearTimeout(t);const a=((performance.now()-n)/1e3).toFixed(2);if(console.log(`[${(new Date).toISOString()}] Process closed. Code: ${e}, Signal: ${s}, Time: ${a}s`),0!==e&&!i.shouldTerminate)throw new Error(`Process failed with code ${e}${i.error?`. Error: ${i.error}`:""}`);console.log(`[${(new Date).toISOString()}] Resolving with result of length: ${i.result.length}`),r(i.result)})}setupProcessHandlers(e,t,n,r){const i={result:"",error:"",buffer:"",shouldTerminate:!1,totalBytesRead:0};this.setupStdoutHandler(e,i),this.setupStderrHandler(e,i),this.setupSpawnHandler(e),this.setupErrorHandler(e,t),this.setupCloseHandler(e,t,n,r,i)}executeCliCommand(e){return new Promise(t=>{const n=performance.now();if(console.log(`[${(new Date).toISOString()}] Running with command: ${e}`),!this.validateCommand(e))throw new Error(`Disallowed command: ${e[0]}. Allowed: ${Object.values(RA).join(", ")}`);const r=S(e[0],e.slice(1),this.processConfig),i=this.setupTimeout(3e5,r);console.log(`[${(new Date).toISOString()}] Process spawned with PID: ${r.pid}`),this.setupProcessHandlers(r,i,n,t)})}}class jA extends FA{initializeSupportedModels(){this.supportedModels=["Sonnet","opusplan","opus"]}constructor(e={}){super(e)}buildCommand(e){const t=["claude"];return this.selectedModel&&t.push("--model",this.selectedModel),t.push("--verbose","--output-format","stream-json","--",e),t}getSupportedModels(){return this.supportedModels}parseClientOutput(e){try{const t=JSON.parse(e);return console.log(`Successfully parsed complete JSON: ${JSON.stringify(t)}`),"result"===t.type&&t.result?{success:!0,result:t.result,remainingBuffer:"",shouldTerminate:!1}:{success:!1,remainingBuffer:"",shouldTerminate:!1}}catch(t){return console.log("Waiting for more data..."),{success:!1,remainingBuffer:e,shouldTerminate:!1}}}}class BA extends FA{initializeSupportedModels(){this.supportedModels=["sonnet-4","gpt-5","opus-4.1","grok"]}constructor(e={}){super(e)}buildCommand(e){const t=["cursor-agent"];return this.selectedModel&&t.push("--model",this.selectedModel),t.push("-p","--force",e),t}getSupportedModels(){return this.supportedModels}parseClientOutput(e){try{const t=e.split("\n").filter(e=>e.trim()),n=[];for(const e of t)try{const t=JSON.parse(e);n.push(t)}catch(t){console.log(`Failed to parse line: ${e}`);continue}const r=n[n.length-1];return"result"===r.type&&"success"===r.subtype?{success:!0,result:r.result||"",remainingBuffer:"",shouldTerminate:!0}:{success:!1,remainingBuffer:"",shouldTerminate:!1}}catch(t){return{success:!1,remainingBuffer:e,shouldTerminate:!1}}}}new class{clients={};constructor(){this.registerBuiltinClients()}registerBuiltinClients(){this.register(RA.CLAUDE_CODE,jA),this.register(RA.CURSOR,BA)}register(e,t){if("function"!=typeof t)throw new Error("Client must be a constructor function");this.clients[e]=t,console.error(`Registered client: ${e}`)}getClient(e,t={}){const n=this.clients[e];if(!n)throw new Error(`Unknown client: '${e}'. Available clients: ${Object.keys(this.clients).join(", ")}`);return new n(t)}getAvailableClients(){return Object.keys(this.clients)}};const{create:UA,hasOwnProperty:$A}=Object,{isArray:qA}=Array,{every:VA,some:HA,forEach:WA}=Array.prototype,{charAt:GA,replace:zA,toLowerCase:YA}=String.prototype;function KA(e){return void 0===e}function JA(e){return null===e}function XA(e){return"string"==typeof e}const QA=[58,59,60,61,62],ZA=new Set(QA),eC=QA[0],tC=QA[QA.length-1];function nC(e){if("number"!=typeof e)return tC;if(ZA.has(e))return e;if(e<eC)return eC;for(let t=1;t<QA.length;t++)if(QA[t]>e)return QA[t-1];return tC}function rC(e,t){switch(e){case 0:case 1:return t>=59;case 3:case 4:case 5:case 2:return t>=60;case 8:case 7:case 6:return t>=61}}const iC=["ariaActiveDescendant","ariaAtomic","ariaAutoComplete","ariaBusy","ariaChecked","ariaColCount","ariaColIndex","ariaColIndexText","ariaColSpan","ariaControls","ariaCurrent","ariaDescribedBy","ariaDescription","ariaDetails","ariaDisabled","ariaErrorMessage","ariaExpanded","ariaFlowTo","ariaHasPopup","ariaHidden","ariaInvalid","ariaKeyShortcuts","ariaLabel","ariaLabelledBy","ariaLevel","ariaLive","ariaModal","ariaMultiLine","ariaMultiSelectable","ariaOrientation","ariaOwns","ariaPlaceholder","ariaPosInSet","ariaPressed","ariaReadOnly","ariaRelevant","ariaRequired","ariaRoleDescription","ariaRowCount","ariaRowIndex","ariaRowIndexText","ariaRowSpan","ariaSelected","ariaSetSize","ariaSort","ariaValueMax","ariaValueMin","ariaValueNow","ariaValueText","ariaBrailleLabel","ariaBrailleRoleDescription","role"],{AriaAttrNameToPropNameMap:sC}=(()=>{const e=UA(null),t=UA(null);return WA.call(iC,n=>{const r=YA.call(zA.call(n,/^aria/,()=>"aria-"));e[r]=n,t[n]=r}),{AriaAttrNameToPropNameMap:e,AriaPropNameToAttrNameMap:t}})();const aC=new Set(["aria-activedescendant","aria-controls","aria-describedby","aria-details","aria-errormessage","aria-flowto","aria-labelledby","aria-owns","for"]),oC="http://www.w3.org/1999/xhtml",lC="http://www.w3.org/2000/svg",cC="http://www.w3.org/1998/Math/MathML",uC=new Set(["area","base","br","col","embed","hr","img","input","link","meta","source","track","wbr","param","keygen","menuitem"]);function pC(e,t){return t===oC&&uC.has(e.toLowerCase())}const dC=new Map([["autofocus",new Set(["button","input","keygen","select","textarea"])],["autoplay",new Set(["audio","video"])],["checked",new Set(["command","input"])],["disabled",new Set(["button","command","fieldset","input","keygen","optgroup","select","textarea"])],["formnovalidate",new Set(["button"])],["hidden",new Set],["loop",new Set(["audio","bgsound","marquee","video"])],["multiple",new Set(["input","select"])],["muted",new Set(["audio","video"])],["novalidate",new Set(["form"])],["open",new Set(["details"])],["readonly",new Set(["input","textarea"])],["readonly",new Set(["input","textarea"])],["required",new Set(["input","select","textarea"])],["reversed",new Set(["ol"])],["selected",new Set(["option"])]]);function hC(e,t){const n=dC.get(e);return void 0!==n&&(0===n.size||n.has(t))}const fC=new Set(["accesskey","autocapitalize","autofocus","class","contenteditable","contextmenu","dir","draggable","enterkeyhint","exportparts","hidden","id","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","part","slot","spellcheck","style","tabindex","title","translate"]);const mC={'"':""","'":"'","<":"<",">":">","&":"&"};function gC(e,t=!1){const n=t?/["&]/g:/["'<>&]/g;return e.replace(n,e=>mC[e])}const yC="LWC compiler v6.7.2",bC=/\{([0-9]+)\}/g;var vC;!function(e){e[e.Fatal=0]="Fatal",e[e.Error=1]="Error",e[e.Warning=2]="Warning",e[e.Log=3]="Log"}(vC||(vC={}));class EC extends Error{constructor(e,t,n,r){super(t),this.level=vC.Error,this.code=e,this.filename=n,this.location=r}static from(e,t){const{code:n,message:r}=e,i=wC(t,e),s=TC(t,e),a=new EC(n,r,i,s);return a.stack=void 0,a}toDiagnostic(){return{code:this.code,message:this.message,level:this.level,filename:this.filename,location:this.location}}}function wC(e,t){return e&&e.filename?e.filename:t?t.filename||t.fileName||t.file:void 0}function TC(e,t){return e&&e.location?e.location:function(e){if(e){if(e.location)return e.location;if(e.loc)return e.loc;if(Number.isInteger(e.line)&&Number.isInteger(e.column))return{line:e.line,column:e.column,start:e.start,length:e.length}}return}(t)}({level:vC.Error});const SC={INVALID_COMPAT_PROPERTY:{level:vC.Error},INVALID_ENV_ENTRY_VALUE:{level:vC.Error},INVALID_ENV_PROPERTY:{level:vC.Error},INVALID_FILES_PROPERTY:{level:vC.Error},INVALID_NAME_PROPERTY:{level:vC.Error},INVALID_NAMESPACE_PROPERTY:{level:vC.Error},INVALID_SOURCEMAP_PROPERTY:{code:1021,message:"Expected a boolean value or 'inline' for outputConfig.sourcemap, received \"{0}\".",level:vC.Error,url:""},MISSING_OPTIONS_OBJECT:{code:1023,message:'Expected options object, received "{0}".',level:vC.Error,url:""},UNEXPECTED_FILE_CONTENT:{level:vC.Error},UNKNOWN_ENV_ENTRY_KEY:{level:vC.Error}};({MODULE_RESOLUTION_ERROR:{level:vC.Warning},IMPORTEE_RESOLUTION_FAILED:{level:vC.Error},IMPORTEE_RESOLUTION_FROM_IMPORTER_FAILED:{level:vC.Error},NONEXISTENT_FILE:{level:vC.Error},FOLDER_NAME_STARTS_WITH_CAPITAL_LETTER:{level:vC.Error},FOLDER_AND_FILE_NAME_CASE_MISMATCH:{level:vC.Error},IMPORT_AND_FILE_NAME_CASE_MISMATCH:{level:vC.Error},RELATIVE_DYNAMIC_IMPORT:{level:vC.Error}});const xC={CSS_TRANSFORMER_ERROR:{code:1009,message:"{0}",level:vC.Error,url:""},CSS_IN_HTML_ERROR:{level:vC.Error},HTML_TRANSFORMER_ERROR:{code:1008,message:"{0}",level:vC.Error,url:""},INVALID_ID:{code:1027,message:"Expect a string for id. Received {0}",level:vC.Error,url:""},INVALID_SOURCE:{code:1006,message:"Expect a string for source. Received {0}",level:vC.Error,url:""},JS_TRANSFORMER_ERROR:{code:1007,message:"{0}",level:vC.Error,url:""},NO_AVAILABLE_TRANSFORMER:{code:1005,message:'No available transformer for "{0}"',level:vC.Error,url:""},JS_TRANSFORMER_DECORATOR_ERROR:{code:1198,message:"Decorators like @api, @track, and @wire are only supported in LightningElement classes. {0}",level:vC.Error,url:""}},_C={INVALID_DYNAMIC_IMPORT_SOURCE_STRICT:{code:1121,message:'Invalid import. The argument "{0}" must be a stringLiteral for dynamic imports when strict mode is enabled.',url:"",level:vC.Error}},AC={ADAPTER_SHOULD_BE_FIRST_PARAMETER:{code:1092,message:"@wire expects an adapter as first parameter. @wire(adapter: WireAdapter, config?: any).",level:vC.Error,url:""},API_AND_TRACK_DECORATOR_CONFLICT:{code:1093,message:"@api method or property cannot be used with @track",level:vC.Error,url:""},CONFIG_OBJECT_SHOULD_BE_SECOND_PARAMETER:{code:1094,message:"@wire expects a configuration object expression as second parameter.",level:vC.Error,url:""},CONFLICT_WITH_ANOTHER_DECORATOR:{code:1095,message:"@wire method or property cannot be used with @{0}",level:vC.Error,url:""},DUPLICATE_API_PROPERTY:{code:1096,message:'Duplicate @api property "{0}".',level:vC.Error,url:""},FUNCTION_IDENTIFIER_SHOULD_BE_FIRST_PARAMETER:{code:1097,message:"@wire expects a function identifier as first parameter.",level:vC.Error,url:""},IMPORTED_FUNCTION_IDENTIFIER_SHOULD_BE_FIRST_PARAMETER:{code:1098,message:"@wire expects a function identifier to be imported as first parameter.",level:vC.Error,url:""},INVALID_BOOLEAN_PUBLIC_PROPERTY:{code:1099,message:"Boolean public property must default to false.",level:vC.Error,url:""},INVALID_DECORATOR:{code:1100,message:'Invalid decorator usage. Supported decorators ({0}) should be imported from "{1}"',level:vC.Error,url:""},INVALID_DECORATOR_TYPE:{code:1101,message:"Invalid property of field type",level:vC.Error,url:""},INVALID_DECORATOR_WITH_NAME:{code:1102,message:"Invalid '{0}' decorator usage. Supported decorators ({1}) should be imported from \"{2}\"",level:vC.Error,url:""},IS_NOT_CLASS_PROPERTY_OR_CLASS_METHOD:{code:1103,message:'"@{0}" can only be applied on class properties',level:vC.Error,url:""},IS_NOT_DECORATOR:{code:1104,message:'"{0}" can only be used as a class decorator',level:vC.Error,url:""},ONE_WIRE_DECORATOR_ALLOWED:{code:1105,message:"Method or property can only have 1 @wire decorator",level:vC.Error,url:""},PROPERTY_CANNOT_BE_COMPUTED:{code:1106,message:"@api cannot be applied to a computed property, getter, setter or method.",level:vC.Error,url:""},PROPERTY_NAME_CANNOT_START_WITH_DATA:{code:1107,message:'Invalid property name "{0}". Properties starting with "data" are reserved attributes.',level:vC.Error,url:""},PROPERTY_NAME_CANNOT_START_WITH_ON:{code:1108,message:'Invalid property name "{0}". Properties starting with "on" are reserved for event handlers.',level:vC.Error,url:""},PROPERTY_NAME_IS_AMBIGUOUS:{code:1109,message:'Ambiguous attribute name "{0}". "{0}" will never be called from template because its corresponding property is camel cased. Consider renaming to "{1}".',level:vC.Error,url:""},PROPERTY_NAME_IS_RESERVED:{code:1110,message:'Invalid property name "{0}". "{0}" is a reserved attribute.',level:vC.Error,url:""},PROPERTY_NAME_PART_IS_RESERVED:{code:1111,message:'Invalid property name "{0}". "part" is a future reserved attribute for web components.',level:vC.Error,url:""},SINGLE_DECORATOR_ON_SETTER_GETTER_PAIR:{code:1112,message:"@api get {0} and @api set {0} detected in class declaration. Only one of the two needs to be decorated with @api.",level:vC.Error,url:""},TRACK_ONLY_ALLOWED_ON_CLASS_PROPERTIES:{code:1113,message:"@track decorator can only be applied to class properties.",level:vC.Error,url:""},WIRE_ADAPTER_SHOULD_BE_IMPORTED:{code:1119,message:'Failed to resolve @wire adapter "{0}". Ensure it is imported.',level:vC.Error,url:""},FUNCTION_IDENTIFIER_CANNOT_HAVE_COMPUTED_PROPS:{code:1131,message:"@wire identifier cannot contain computed properties",level:vC.Error,url:""},FUNCTION_IDENTIFIER_CANNOT_HAVE_NESTED_MEMBER_EXRESSIONS:{code:1132,message:"@wire identifier cannot contain nested member expressions",level:vC.Error,url:""},COMPUTED_PROPERTY_CANNOT_BE_TEMPLATE_LITERAL:{code:1199,message:"Cannot use a template literal as a computed property key. Instead, use a string or extract the value to a constant.",level:vC.Error,url:""},COMPUTED_PROPERTY_MUST_BE_CONSTANT_OR_LITERAL:{code:1200,message:"Computed property in @wire config must be a constant or primitive literal.",level:vC.Error,url:""}},CC={INVALID_TEMPLATE:{level:vC.Error},OPTIONS_MUST_BE_OBJECT:{code:1028,message:"Compiler options must be an object",level:vC.Error,url:""},UNKNOWN_IF_MODIFIER:{code:1029,message:"Unknown if modifier {0}",level:vC.Error,url:""},UNKNOWN_OPTION_PROPERTY:{code:1030,message:"Unknown option property {0}",level:vC.Error,url:""},DUPLICATE_ELEMENT_ENTRY:{code:1150,message:"customRendererConfig contains duplicate entry for {0} element tag",level:vC.Error,url:""},CUSTOM_ELEMENT_TAG_DISALLOWED:{code:1151,message:"customRendererConfig should not contain a custom element tag, but found {0}",level:vC.Error,url:""}},PC={AMBIGUOUS_ATTRIBUTE_VALUE:{code:1034,message:"Ambiguous attribute value {0}. If you want to make it a valid identifier you should remove the surrounding quotes {1}. If you want to make it a string you should escape it {2}.",level:vC.Error,url:""},AMBIGUOUS_ATTRIBUTE_VALUE_STRING:{code:1035,message:"Ambiguous attribute value {0}. If you want to make it a string you should escape it {1}",level:vC.Error,url:""},BOOLEAN_ATTRIBUTE_FALSE:{code:1036,message:'To not set a boolean attribute, try <{0}> instead of <{0} {1}="{2}">. To represent a false value, the attribute has to be omitted altogether.',level:vC.Error,url:""},BOOLEAN_ATTRIBUTE_TRUE:{code:1037,message:'To set a boolean attributes, try <{0} {1}> instead of <{0} {1}="{2}">. If the attribute is present, its value must either be the empty string or a value that is an ASCII case -insensitive match for the attribute\'s canonical name with no leading or trailing whitespace.',level:vC.Error,url:""},COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED:{code:1038,message:"Template expression doesn't allow computed property access",level:vC.Error,url:""},DIRECTIVE_SHOULD_BE_EXPRESSION:{code:1039,message:"{0} directive is expected to be an expression",level:vC.Error,url:""},INVALID_ID_ATTRIBUTE:{code:1040,message:'Invalid id value "{0}". Id values must not contain any whitespace.',level:vC.Error,url:""},INVALID_STATIC_ID_IN_ITERATION:{code:1041,message:"Static id values are not allowed in iterators. Id values must be unique within a template and must therefore be computed with an expression.",level:vC.Warning,url:""},DUPLICATE_ID_FOUND:{code:1042,message:'Duplicate id value "{0}" detected. Id values must be unique within a template.',level:vC.Error,url:""},EVENT_HANDLER_SHOULD_BE_EXPRESSION:{code:1043,message:"Event handler should be an expression",level:vC.Error,url:""},FOR_EACH_AND_FOR_ITEM_DIRECTIVES_SHOULD_BE_TOGETHER:{code:1044,message:"for:each and for:item directives should be associated together.",level:vC.Error,url:""},FOR_EACH_DIRECTIVE_SHOULD_BE_EXPRESSION:{code:1045,message:"for:each directive is expected to be a expression.",level:vC.Error,url:""},FOR_INDEX_DIRECTIVE_SHOULD_BE_STRING:{code:1046,message:"for:index directive is expected to be a string.",level:vC.Error,url:""},FOR_ITEM_DIRECTIVE_SHOULD_BE_STRING:{code:1047,message:"for:item directive is expected to be a string.",level:vC.Error,url:""},FORBIDDEN_IFRAME_SRCDOC_ATTRIBUTE:{code:1048,message:"srcdoc attribute is disallowed on <iframe> for security reasons",level:vC.Error,url:""},FORBIDDEN_SVG_NAMESPACE_IN_TEMPLATE:{code:1049,message:"Forbidden svg namespace tag found in template: '<{0}>' tag is not allowed within <svg>",level:vC.Error,url:""},FORBIDDEN_MATHML_NAMESPACE_IN_TEMPLATE:{code:1050,message:"Forbidden MathML namespace tag found in template: '<{0}>' tag is not allowed within <math>",level:vC.Error,url:""},FORBIDDEN_TAG_ON_TEMPLATE:{code:1051,message:"Forbidden tag found in template: '<{0}>' tag is not allowed.",level:vC.Error,url:""},GENERIC_PARSING_ERROR:{code:1052,message:"Error parsing attribute: {0}",level:vC.Error,url:""},IDENTIFIER_PARSING_ERROR:{level:vC.Error},IF_DIRECTIVE_SHOULD_BE_EXPRESSION:{code:1054,message:"If directive should be an expression",level:vC.Error,url:""},INVALID_ATTRIBUTE_CASE:{code:1055,message:"{0} is not valid attribute for {1}. All attributes name should be all lowercase.",level:vC.Error,url:""},INVALID_EVENT_NAME:{code:1056,message:'Invalid event type "{0}". Event type must begin with a lower-case alphabetic character and contain only lower-case alphabetic characters, underscores, and numeric characters',level:vC.Error,url:""},INVALID_HTML_ATTRIBUTE:{code:1057,message:"{0} is not valid attribute for {1}. For more information refer to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/{1}",level:vC.Warning,url:""},INVALID_HTML_SYNTAX:{code:1058,message:"Invalid HTML syntax: {0}. For more information, please visit https://html.spec.whatwg.org/multipage/parsing.html#parse-error-{0}",level:vC.Error,url:""},INVALID_IDENTIFIER:{code:1059,message:"{0} is not a valid identifier",level:vC.Error,url:""},INVALID_NODE:{code:1060,message:"Template expression doesn't allow {0}",level:vC.Error,url:""},INVALID_TABINDEX_ATTRIBUTE:{code:1061,message:'The attribute "tabindex" can only be set to "0" or "-1".',level:vC.Error,url:""},DEPRECATED_IS_ATTRIBUTE_CANNOT_BE_EXPRESSION:{level:vC.Error},IS_ATTRIBUTE_NOT_SUPPORTED:{code:1063,message:'"is" attribute is disallowed',level:vC.Error,url:""},KEY_ATTRIBUTE_SHOULD_BE_EXPRESSION:{code:1064,message:"Key attribute value should be an expression",level:vC.Error,url:""},KEY_SHOULDNT_REFERENCE_FOR_EACH_INDEX:{code:1065,message:"Invalid key value for element <{0}>. Key cannot reference for:each index {1}",level:vC.Error,url:""},KEY_SHOULDNT_REFERENCE_ITERATOR_INDEX:{code:1066,message:"Invalid key value for element <{0}>. Key cannot reference iterator index",level:vC.Error,url:""},MISSING_KEY_IN_ITERATOR:{code:1071,message:"Missing key for element <{0}> inside of iterator. Elements within iterators must have a unique, computed key value.",level:vC.Error,url:""},MISSING_ROOT_TEMPLATE_TAG:{code:1072,message:"Missing root template tag",level:vC.Error,url:""},MODIFYING_ITERATORS_NOT_ALLOWED:{level:vC.Error},MULTIPLE_EXPRESSIONS:{code:1074,message:"Multiple expressions found",level:vC.Error,url:""},MULTIPLE_ROOTS_FOUND:{code:1075,message:"Multiple roots found",level:vC.Error,url:""},NAME_ON_SLOT_CANNOT_BE_EXPRESSION:{code:1076,message:"Name attribute on slot tag can't be an expression.",level:vC.Error,url:""},NO_DIRECTIVE_FOUND_ON_TEMPLATE:{code:1077,message:"Invalid template tag. A directive is expected to be associated with the template tag.",level:vC.Error,url:""},NO_MATCHING_CLOSING_TAGS:{code:1078,message:"<{0}> has no matching closing tag.",level:vC.Error,url:""},ROOT_TAG_SHOULD_BE_TEMPLATE:{code:1079,message:"Expected root tag to be template, found {0}",level:vC.Error,url:""},ROOT_TEMPLATE_HAS_UNKNOWN_ATTRIBUTES:{code:1080,message:"Root template has unknown or disallowed attributes: {0}",level:vC.Error,url:""},SLOT_TAG_CANNOT_HAVE_DIRECTIVES:{code:1082,message:"<slot> tag can't be associated with {0} template directives.",level:vC.Error,url:""},TEMPLATE_EXPRESSION_PARSING_ERROR:{code:1083,message:"Error parsing template expression: {0}",level:vC.Error,url:""},UNEXPECTED_IF_MODIFIER:{code:1084,message:"Unexpected if modifier {0}",level:vC.Error,url:""},LWC_DOM_INVALID_VALUE:{code:1085,message:"Invalid value for \"lwc:dom\". 'lwc:dom' can only be set to {0}",level:vC.Error,url:""},LWC_DOM_INVALID_CONTENTS:{code:1086,message:'Invalid contents for element with "lwc:dom". Element must be empty',level:vC.Error,url:""},LWC_DOM_INVALID_CUSTOM_ELEMENT:{code:1087,message:'Invalid directive "lwc:dom" on element {0}. "lwc:dom" cannot be added to a custom element',level:vC.Error,url:""},LWC_DOM_INVALID_SLOT_ELEMENT:{code:1088,message:'Invalid directive "lwc:dom" on <slot>.. "lwc:dom" cannot be added to a <slot>',level:vC.Error,url:""},STYLE_TAG_NOT_ALLOWED_IN_TEMPLATE:{code:1122,message:"The <style> element is disallowed inside the template. Please add css rules into '.css' file of your component bundle.",level:vC.Error,url:""},UNKNOWN_HTML_TAG_IN_TEMPLATE:{code:1123,message:"Unknown html tag '<{0}>'. For more information refer to https://developer.mozilla.org/en-US/docs/Web/HTML/Element and https://developer.mozilla.org/en-US/docs/Web/SVG/Element",level:vC.Warning,url:""},ATTRIBUTE_NAME_STARTS_WITH_INVALID_CHARACTER:{code:1124,message:"{0} is not valid attribute for {1}. Attribute name must start with an underscore, dollar sign, or an optional hyphen character followed by an alphabetic character.",level:vC.Error,url:""},ATTRIBUTE_NAME_MUST_END_WITH_ALPHA_NUMERIC_CHARACTER:{code:1125,message:"{0} is not valid attribute for {1}. Attribute name must end with alpha-numeric character.",level:vC.Error,url:""},UNKNOWN_LWC_DIRECTIVE:{code:1127,message:'Invalid directive "{0}" on element {1}.',level:vC.Error,url:""},INVALID_OPTS_LWC_DYNAMIC:{code:1128,message:"Invalid lwc:dynamic usage. The LWC dynamic directive must be enabled in order to use this feature.",level:vC.Error,url:""},INVALID_LWC_DYNAMIC_ON_NATIVE_ELEMENT:{code:1129,message:'Invalid lwc:dynamic usage on element "{0}". This directive can only be used in a custom element.',level:vC.Error,url:""},INVALID_LWC_DYNAMIC_LITERAL_PROP:{code:1130,message:'Invalid lwc:dynamic usage on element "{0}". The directive binding must be an expression.',level:vC.Error,url:""},LWC_RENDER_MODE_INVALID_VALUE:{code:1133,message:'Invalid value for "lwc:render-mode". \'lwc:render-mode\' can only be set to "shadow", or "light"',level:vC.Error,url:""},LWC_LIGHT_SLOT_INVALID_ATTRIBUTES:{code:1134,message:"Invalid attribute(s) '{0}' on slot. Slots in Light DOM templates (which have 'lwc:render-mode' directive) can only have [{1}] attributes",level:vC.Error,url:""},LWC_DOM_INVALID_IN_LIGHT_DOM:{code:1135,message:"Invalid directive 'lwc:dom' on element {0}. 'lwc:dom' is not necessary in Light DOM components.",level:vC.Error,url:""},INVALID_FOR_EACH_WITH_ITERATOR:{code:1136,message:"Invalid usage for 'for:each' and '{0}' directives on the same element.",level:vC.Error,url:""},NO_DUPLICATE_SLOTS:{code:1137,message:"Invalid duplicate slot ({0}).",level:vC.Warning,url:""},NO_SLOTS_IN_ITERATOR:{code:1138,message:"Invalid slot ({0}). A slot cannot appear inside of an iterator.",level:vC.Warning,url:""},LWC_LIGHT_SLOT_INVALID_EVENT_LISTENER:{code:1139,message:"Invalid event listener '{0}' on slot. Slots in Light DOM templates cannot have event listeners.",level:vC.Error,url:""},LWC_INNER_HTML_INVALID_CUSTOM_ELEMENT:{code:1140,message:'Invalid lwc:inner-html usage on element "{0}". The directive can\'t be used on a custom element or special LWC managed elements denoted with lwc:*.',level:vC.Error,url:""},LWC_INNER_HTML_INVALID_ELEMENT:{code:1141,message:'Invalid lwc:inner-html usage on element "{0}". The directive can\'t be used on a slot or a template element.',level:vC.Error,url:""},LWC_INNER_HTML_INVALID_CONTENTS:{code:1142,message:'Invalid lwc:inner-html usage on element "{0}". The directive can\'t be used on an element with content.',level:vC.Error,url:""},LWC_INNER_HTML_INVALID_VALUE:{code:1143,message:'Invalid lwc:inner-html usage on element "{0}". The directive binding can only be an expression or a string.',level:vC.Error,url:""},INVALID_HTML_RECOVERY:{code:1144,message:'Invalid HTML detected, "<{0}>" was automatically inserted within "<{1}>"; the compiled template may not match the template source.',level:vC.Warning,url:""},INVALID_TEMPLATE_ATTRIBUTE:{code:1145,message:"Invalid attributes detected on template. The following attributes are not supported on template tags in LWC: {0}. For more information, please visit https://sfdc.co/template-directives",level:vC.Warning,url:""},PRESERVE_COMMENTS_MUST_BE_BOOLEAN:{code:1146,message:"lwc:preserve-comments must be a boolean attribute.",level:vC.Error,url:""},DUPLICATE_ATTR_PROP_TRANSFORM:{code:1147,message:'Found multiple HTML attributes mapping to the same JavaScript property. "{0}" and "{1}" both map to "{2}".',level:vC.Warning,url:""},INVALID_HTML_SYNTAX_WARNING:{code:1148,message:"Invalid HTML syntax: {0}. This will not be supported in future versions of LWC. For more information, please visit https://html.spec.whatwg.org/multipage/parsing.html#parse-error-{0}",level:vC.Warning,url:""},KEY_SHOULD_BE_IN_ITERATION:{code:1149,message:"Invalid key attribute on element <{0}>. The key attribute should be applied to an element with for:each or iterator:*, or to a direct child of a <template> element with for:each or iterator:*. This key will be ignored, and may throw an error in future versions of LWC.",level:vC.Warning,url:""},INVALID_TEMPLATE_WARNING:{code:1153,message:"Non-root template elements must contain valid LWC template directive attributes. Otherwise, the template and its children will be ignored. For more information please visit https://sfdc.co/template-directives",level:vC.Warning,url:""},INVALID_LWC_SPREAD_LITERAL_PROP:{code:1155,message:'Invalid lwc:spread usage on element "{0}". The directive binding must be an expression.',level:vC.Error,url:""},LWC_REF_INVALID_ELEMENT:{code:1156,message:'Invalid lwc:ref usage on element "{0}". The directive can\'t be used on a slot or a template element.',level:vC.Error,url:""},LWC_REF_INVALID_VALUE:{code:1157,message:'Invalid lwc:ref usage on element "{0}". The directive binding must be a non-empty string.',level:vC.Error,url:""},LWC_REF_INVALID_LOCATION_INSIDE_ITERATION:{code:1158,message:'Invalid lwc:ref usage on element "{0}". lwc:ref cannot be used inside for:each or an iterator.',level:vC.Error,url:""},IF_BLOCK_DIRECTIVE_SHOULD_BE_EXPRESSION:{code:1159,message:"lwc:if directive value should be an expression",level:vC.Error,url:""},ELSEIF_BLOCK_DIRECTIVE_SHOULD_BE_EXPRESSION:{code:1160,message:"lwc:elseif directive value should be an expression",level:vC.Error,url:""},ELSE_BLOCK_DIRECTIVE_CANNOT_HAVE_VALUE:{code:1161,message:"lwc:else directive cannot have a value",level:vC.Error,url:""},INVALID_IF_BLOCK_DIRECTIVE_WITH_CONDITIONAL:{code:1162,message:"Invalid usage of 'lwc:if' and '{0}' directives on the same element.",level:vC.Error,url:""},INVALID_ELSEIF_BLOCK_DIRECTIVE_WITH_CONDITIONAL:{code:1163,message:"Invalid usage of 'lwc:elseif' and '{0}' directives on the same element.",level:vC.Error,url:""},INVALID_ELSE_BLOCK_DIRECTIVE_WITH_CONDITIONAL:{level:vC.Error},LWC_IF_SCOPE_NOT_FOUND:{code:1165,message:"'{0}' directive must be used immediately after an element with 'lwc:if' or 'lwc:elseif'. No such element found.",level:vC.Error,url:""},LWC_IF_CANNOT_BE_USED_WITH_IF_DIRECTIVE:{code:1166,message:"'{0}' directive cannot be used with 'lwc:if', 'lwc:elseif', or 'lwc:else directives on the same element.",level:vC.Error,url:""},SCOPED_SLOT_BIND_IN_LIGHT_DOM_ONLY:{code:1169,message:"Invalid lwc:slot-bind usage on <slot> element. Scoped slots usage is allowed in Light DOM templates only.",level:vC.Error,url:""},INVALID_LWC_SLOT_BIND_LITERAL_PROP:{code:1170,message:"Invalid lwc:slot-bind usage on element {0}. The directive binding must be an expression.",level:vC.Error,url:""},INVALID_LWC_SLOT_BIND_NON_SLOT_ELEMENT:{code:1171,message:"Invalid lwc:slot-bind usage on element {0}. The directive can be used on a <slot> element only.",level:vC.Error,url:""},NO_DUPLICATE_SCOPED_SLOT:{code:1172,message:"Invalid duplicate scoped slots ({0})",level:vC.Error,url:""},NO_MIXED_SLOT_TYPES:{code:1173,message:"Mixing slot types disallowed for same ({0}) slot.",level:vC.Error,url:""},SLOT_DATA_VALUE_SHOULD_BE_STRING:{code:1174,message:"lwc:slot-data attribute value is expected to be a string.",level:vC.Error,url:""},SCOPED_SLOT_DATA_ON_TEMPLATE_ONLY:{code:1176,message:"lwc:slot-data directive can be used on <template> elements only.",level:vC.Error,url:""},NON_ELEMENT_SCOPED_SLOT_CONTENT:{code:1177,message:"<template> tag with lwc:slot-data directive cannot contain a comment or text node as a direct child.",level:vC.Error,url:""},INVALID_PARENT_OF_LWC_SLOT_DATA:{code:1178,message:"<template> tag with lwc:slot-data directive must be the direct child of a custom element.",level:vC.Error,url:""},SCOPED_SLOTDATA_CANNOT_BE_COMBINED_WITH_OTHER_DIRECTIVE:{code:1179,message:"lwc:slot-data directive cannot be combined with other directives on the same <template> tag.",level:vC.Error,url:""},INVALID_LWC_EXTERNAL_ON_NON_CUSTOM_ELEMENT:{code:1180,message:"Invalid lwc:external directive usage: {0}. This directive can only be used on custom elements.",level:vC.Error,url:""},INVALID_LWC_EXTERNAL_VALUE:{code:1181,message:"Invalid lwc:external directive usage: {0}. This directive is a boolean attribute and should not have a value.",level:vC.Error,url:""},SINGLE_IF_DIRECTIVE_ALLOWED:{code:1182,message:"Multiple if: directives found on '{0}'. Only one if: directive is allowed; the rest are ignored.",level:vC.Warning,url:""},LWC_COMPONENT_TAG_WITHOUT_IS_DIRECTIVE:{code:1183,message:"<lwc:component> must have an 'lwc:is' attribute.",level:vC.Error,url:""},UNSUPPORTED_LWC_TAG_NAME:{code:1184,message:"{0} is not a special LWC tag name and will be treated as an HTML element.",level:vC.Warning,url:""},INVALID_LWC_IS_DIRECTIVE_VALUE:{code:1185,message:"Invalid lwc:is usage for value {0}. The value assigned to lwc:is must be an expression.",level:vC.Error,url:""},LWC_IS_INVALID_ELEMENT:{code:1186,message:"Invalid lwc:is usage for element {0}. The directive can only be used with <lwc:component>",level:vC.Error,url:""},DEPRECATED_LWC_DYNAMIC_ATTRIBUTE:{code:1187,message:"The lwc:dynamic directive is deprecated and will be removed in a future release. Please use lwc:is instead.",level:vC.Warning,url:""},INVALID_OPTS_LWC_ENABLE_DYNAMIC_COMPONENTS:{code:1188,message:"Invalid dynamic components usage, lwc:component and lwc:is can only be used when dynamic components have been enabled.",level:vC.Error,url:""},INVALID_EXPR_ARROW_FN_PARAM:{code:1189,message:"Template expression doesn't allow {0} in arrow function params.",level:vC.Error,url:""},INVALID_EXPR_STATEMENTS_PROHIBITED:{code:1190,message:"Statements are disallowed in template expressions.",level:vC.Error,url:""},INVALID_EXPR_MUTATION_OUTSIDE_ARROW:{code:1191,message:"Field mutations are only permitted within arrow functions.",level:vC.Error,url:""},INVALID_EXPR_DELETE_OP:{code:1192,message:"Use of the delete operator is prohibited within template expressions.",level:vC.Error,url:""},INVALID_EXPR_ARROW_FN_BODY:{code:1193,message:"The body of arrow functions in template expressions must be an expression.",level:vC.Error,url:""},INVALID_EXPR_ARROW_FN_KIND:{code:1194,message:"Arrow functions in template expressions cannot be {0}.",level:vC.Error,url:""},INVALID_EXPR_EARLY_STAGE_FEATURE:{level:vC.Error},INVALID_EXPR_PROHIBITED_NODE_TYPE:{code:1196,message:"Use of {0} is disallowed within template expressions.",level:vC.Error,url:""},INVALID_EXPR_COMMENTS_DISALLOWED:{code:1197,message:"Use of comments is disallowed within template expressions.",level:vC.Error,url:""}};function IC(e,t){const n=Array.isArray(t)?function(e,t){return e.replace(bC,(e,n)=>t[n])}(e.message,t):e.message;return e.url&&""!==e.url,`LWC${e.code}: ${n}`}function OC(e,t){const n=IC(e,t&&t.messageArgs),r=new EC(e.code,n);return t&&(r.filename=wC(t.origin),r.location=TC(t.origin)),r}function kC(e,t,n){if(!e)throw OC(t,{messageArgs:n})}function NC(e,t,n){if(t instanceof EC)return n&&(t.filename=wC(n),t.location=TC(n)),t;const{code:r,message:i,filename:s,location:a}=LC(t,e,n),o=new EC(r,`${t.name}: ${i}`,s,a);return o.stack=t.stack,o}function DC(e,t,n){if(t instanceof EC){const e=t.toDiagnostic();return n&&(e.filename=wC(n),e.location=TC(n)),e}return LC(t,e,n)}function LC(e,t,n){const r=function(e){return e.lwcCode&&"number"==typeof e.lwcCode?e.lwcCode:e.code&&"number"==typeof e.code?e.code:void 0}(e)||t.code;return{code:r,message:e.lwcCode?e.message:IC(t,[e.message]),level:e.level||t.level,filename:wC(n,e),location:TC(n,e)}}var RC;!function(e){e.LWCDynamicDirective="lwc-dynamic-directive",e.LWCRenderModeDirective="lwc-render-mode-directive",e.LWCSpreadDirective="lwc-spread-directive",e.DynamicImportTransform="dynamic-import-transform"}(RC||(RC={}));const{stringify:MC}=JSON;if(!String.prototype.repeat)throw new Error("String.prototype.repeat is undefined, see https://github.com/davidbonnet/astring#installation");if(!String.prototype.endsWith)throw new Error("String.prototype.endsWith is undefined, see https://github.com/davidbonnet/astring#installation");const FC={"||":2,"??":3,"&&":4,"|":5,"^":6,"&":7,"==":8,"!=":8,"===":8,"!==":8,"<":9,">":9,"<=":9,">=":9,in:9,instanceof:9,"<<":10,">>":10,">>>":10,"+":11,"-":11,"*":12,"%":12,"/":12,"**":13},jC=17,BC={ArrayExpression:20,TaggedTemplateExpression:20,ThisExpression:20,Identifier:20,PrivateIdentifier:20,Literal:18,TemplateLiteral:20,Super:20,SequenceExpression:20,MemberExpression:19,ChainExpression:19,CallExpression:19,NewExpression:19,ArrowFunctionExpression:jC,ClassExpression:jC,FunctionExpression:jC,ObjectExpression:jC,UpdateExpression:16,UnaryExpression:15,AwaitExpression:15,BinaryExpression:14,LogicalExpression:13,ConditionalExpression:4,AssignmentExpression:3,YieldExpression:2,RestElement:1};function UC(e,t){const{generator:n}=e;if(e.write("("),null!=t&&t.length>0){n[t[0].type](t[0],e);const{length:r}=t;for(let i=1;i<r;i++){const r=t[i];e.write(", "),n[r.type](r,e)}}e.write(")")}function $C(e,t,n,r){const i=e.expressionsPrecedence[t.type];if(i===jC)return!0;const s=e.expressionsPrecedence[n.type];return i!==s?!r&&15===i&&14===s&&"**"===n.operator||i<s:(13===i||14===i)&&("**"===t.operator&&"**"===n.operator?!r:13===i&&13===s&&("??"===t.operator||"??"===n.operator)||(r?FC[t.operator]<=FC[n.operator]:FC[t.operator]<FC[n.operator]))}function qC(e,t,n,r){const{generator:i}=e;$C(e,t,n,r)?(e.write("("),i[t.type](t,e),e.write(")")):i[t.type](t,e)}function VC(e,t,n,r){const i=t.split("\n"),s=i.length-1;if(e.write(i[0].trim()),s>0){e.write(r);for(let t=1;t<s;t++)e.write(n+i[t].trim()+r);e.write(n+i[s].trim())}}function HC(e,t,n,r){const{length:i}=t;for(let s=0;s<i;s++){const i=t[s];e.write(n),"L"===i.type[0]?e.write("// "+i.value.trim()+"\n",i):(e.write("/*"),VC(e,i.value,n,r),e.write("*/"+r))}}function WC(e,t){const{generator:n}=e,{declarations:r}=t;e.write(t.kind+" ");const{length:i}=r;if(i>0){n.VariableDeclarator(r[0],e);for(let t=1;t<i;t++)e.write(", "),n.VariableDeclarator(r[t],e)}}let GC,zC,YC,KC,JC,XC;const QC={Program(e,t){const n=t.indent.repeat(t.indentLevel),{lineEnd:r,writeComments:i}=t;i&&null!=e.comments&&HC(t,e.comments,n,r);const s=e.body,{length:a}=s;for(let e=0;e<a;e++){const a=s[e];i&&null!=a.comments&&HC(t,a.comments,n,r),t.write(n),this[a.type](a,t),t.write(r)}i&&null!=e.trailingComments&&HC(t,e.trailingComments,n,r)},BlockStatement:XC=function(e,t){const n=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:i}=t,s=n+t.indent;t.write("{");const a=e.body;if(null!=a&&a.length>0){t.write(r),i&&null!=e.comments&&HC(t,e.comments,s,r);const{length:o}=a;for(let e=0;e<o;e++){const n=a[e];i&&null!=n.comments&&HC(t,n.comments,s,r),t.write(s),this[n.type](n,t),t.write(r)}t.write(n)}else i&&null!=e.comments&&(t.write(r),HC(t,e.comments,s,r),t.write(n));i&&null!=e.trailingComments&&HC(t,e.trailingComments,s,r),t.write("}"),t.indentLevel--},ClassBody:XC,StaticBlock(e,t){t.write("static "),this.BlockStatement(e,t)},EmptyStatement(e,t){t.write(";")},ExpressionStatement(e,t){const n=t.expressionsPrecedence[e.expression.type];n===jC||3===n&&"O"===e.expression.left.type[0]?(t.write("("),this[e.expression.type](e.expression,t),t.write(")")):this[e.expression.type](e.expression,t),t.write(";")},IfStatement(e,t){t.write("if ("),this[e.test.type](e.test,t),t.write(") "),this[e.consequent.type](e.consequent,t),null!=e.alternate&&(t.write(" else "),this[e.alternate.type](e.alternate,t))},LabeledStatement(e,t){this[e.label.type](e.label,t),t.write(": "),this[e.body.type](e.body,t)},BreakStatement(e,t){t.write("break"),null!=e.label&&(t.write(" "),this[e.label.type](e.label,t)),t.write(";")},ContinueStatement(e,t){t.write("continue"),null!=e.label&&(t.write(" "),this[e.label.type](e.label,t)),t.write(";")},WithStatement(e,t){t.write("with ("),this[e.object.type](e.object,t),t.write(") "),this[e.body.type](e.body,t)},SwitchStatement(e,t){const n=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:i}=t;t.indentLevel++;const s=n+t.indent,a=s+t.indent;t.write("switch ("),this[e.discriminant.type](e.discriminant,t),t.write(") {"+r);const{cases:o}=e,{length:l}=o;for(let e=0;e<l;e++){const n=o[e];i&&null!=n.comments&&HC(t,n.comments,s,r),n.test?(t.write(s+"case "),this[n.test.type](n.test,t),t.write(":"+r)):t.write(s+"default:"+r);const{consequent:l}=n,{length:c}=l;for(let e=0;e<c;e++){const n=l[e];i&&null!=n.comments&&HC(t,n.comments,a,r),t.write(a),this[n.type](n,t),t.write(r)}}t.indentLevel-=2,t.write(n+"}")},ReturnStatement(e,t){t.write("return"),e.argument&&(t.write(" "),this[e.argument.type](e.argument,t)),t.write(";")},ThrowStatement(e,t){t.write("throw "),this[e.argument.type](e.argument,t),t.write(";")},TryStatement(e,t){if(t.write("try "),this[e.block.type](e.block,t),e.handler){const{handler:n}=e;null==n.param?t.write(" catch "):(t.write(" catch ("),this[n.param.type](n.param,t),t.write(") ")),this[n.body.type](n.body,t)}e.finalizer&&(t.write(" finally "),this[e.finalizer.type](e.finalizer,t))},WhileStatement(e,t){t.write("while ("),this[e.test.type](e.test,t),t.write(") "),this[e.body.type](e.body,t)},DoWhileStatement(e,t){t.write("do "),this[e.body.type](e.body,t),t.write(" while ("),this[e.test.type](e.test,t),t.write(");")},ForStatement(e,t){if(t.write("for ("),null!=e.init){const{init:n}=e;"V"===n.type[0]?WC(t,n):this[n.type](n,t)}t.write("; "),e.test&&this[e.test.type](e.test,t),t.write("; "),e.update&&this[e.update.type](e.update,t),t.write(") "),this[e.body.type](e.body,t)},ForInStatement:GC=function(e,t){t.write(`for ${e.await?"await ":""}(`);const{left:n}=e;"V"===n.type[0]?WC(t,n):this[n.type](n,t),t.write("I"===e.type[3]?" in ":" of "),this[e.right.type](e.right,t),t.write(") "),this[e.body.type](e.body,t)},ForOfStatement:GC,DebuggerStatement(e,t){t.write("debugger;",e)},FunctionDeclaration:zC=function(e,t){t.write((e.async?"async ":"")+(e.generator?"function* ":"function ")+(e.id?e.id.name:""),e),UC(t,e.params),t.write(" "),this[e.body.type](e.body,t)},FunctionExpression:zC,VariableDeclaration(e,t){WC(t,e),t.write(";")},VariableDeclarator(e,t){this[e.id.type](e.id,t),null!=e.init&&(t.write(" = "),this[e.init.type](e.init,t))},ClassDeclaration(e,t){if(t.write("class "+(e.id?`${e.id.name} `:""),e),e.superClass){t.write("extends ");const{superClass:n}=e,{type:r}=n,i=t.expressionsPrecedence[r];"C"===r[0]&&"l"===r[1]&&"E"===r[5]||!(i===jC||i<t.expressionsPrecedence.ClassExpression)?this[n.type](n,t):(t.write("("),this[e.superClass.type](n,t),t.write(")")),t.write(" ")}this.ClassBody(e.body,t)},ImportDeclaration(e,t){t.write("import ");const{specifiers:n,attributes:r}=e,{length:i}=n;let s=0;if(i>0){for(;s<i;){s>0&&t.write(", ");const e=n[s],r=e.type[6];if("D"===r)t.write(e.local.name,e),s++;else{if("N"!==r)break;t.write("* as "+e.local.name,e),s++}}if(s<i){for(t.write("{");;){const e=n[s],{name:r}=e.imported;if(t.write(r,e),r!==e.local.name&&t.write(" as "+e.local.name),!(++s<i))break;t.write(", ")}t.write("}")}t.write(" from ")}if(this.Literal(e.source,t),r&&r.length>0){t.write(" with { ");for(let e=0;e<r.length;e++)this.ImportAttribute(r[e],t),e<r.length-1&&t.write(", ");t.write(" }")}t.write(";")},ImportAttribute(e,t){this.Identifier(e.key,t),t.write(": "),this.Literal(e.value,t)},ImportExpression(e,t){t.write("import("),this[e.source.type](e.source,t),t.write(")")},ExportDefaultDeclaration(e,t){t.write("export default "),this[e.declaration.type](e.declaration,t),null!=t.expressionsPrecedence[e.declaration.type]&&"F"!==e.declaration.type[0]&&t.write(";")},ExportNamedDeclaration(e,t){if(t.write("export "),e.declaration)this[e.declaration.type](e.declaration,t);else{t.write("{");const{specifiers:n}=e,{length:r}=n;if(r>0)for(let e=0;;){const i=n[e],{name:s}=i.local;if(t.write(s,i),s!==i.exported.name&&t.write(" as "+i.exported.name),!(++e<r))break;t.write(", ")}if(t.write("}"),e.source&&(t.write(" from "),this.Literal(e.source,t)),e.attributes&&e.attributes.length>0){t.write(" with { ");for(let n=0;n<e.attributes.length;n++)this.ImportAttribute(e.attributes[n],t),n<e.attributes.length-1&&t.write(", ");t.write(" }")}t.write(";")}},ExportAllDeclaration(e,t){if(null!=e.exported?t.write("export * as "+e.exported.name+" from "):t.write("export * from "),this.Literal(e.source,t),e.attributes&&e.attributes.length>0){t.write(" with { ");for(let n=0;n<e.attributes.length;n++)this.ImportAttribute(e.attributes[n],t),n<e.attributes.length-1&&t.write(", ");t.write(" }")}t.write(";")},MethodDefinition(e,t){e.static&&t.write("static ");const n=e.kind[0];"g"!==n&&"s"!==n||t.write(e.kind+" "),e.value.async&&t.write("async "),e.value.generator&&t.write("*"),e.computed?(t.write("["),this[e.key.type](e.key,t),t.write("]")):this[e.key.type](e.key,t),UC(t,e.value.params),t.write(" "),this[e.value.body.type](e.value.body,t)},ClassExpression(e,t){this.ClassDeclaration(e,t)},ArrowFunctionExpression(e,t){t.write(e.async?"async ":"",e);const{params:n}=e;null!=n&&(1===n.length&&"I"===n[0].type[0]?t.write(n[0].name,n[0]):UC(t,e.params)),t.write(" => "),"O"===e.body.type[0]?(t.write("("),this.ObjectExpression(e.body,t),t.write(")")):this[e.body.type](e.body,t)},ThisExpression(e,t){t.write("this",e)},Super(e,t){t.write("super",e)},RestElement:YC=function(e,t){t.write("..."),this[e.argument.type](e.argument,t)},SpreadElement:YC,YieldExpression(e,t){t.write(e.delegate?"yield*":"yield"),e.argument&&(t.write(" "),this[e.argument.type](e.argument,t))},AwaitExpression(e,t){t.write("await ",e),qC(t,e.argument,e)},TemplateLiteral(e,t){const{quasis:n,expressions:r}=e;t.write("`");const{length:i}=r;for(let e=0;e<i;e++){const i=r[e],s=n[e];t.write(s.value.raw,s),t.write("${"),this[i.type](i,t),t.write("}")}const s=n[n.length-1];t.write(s.value.raw,s),t.write("`")},TemplateElement(e,t){t.write(e.value.raw,e)},TaggedTemplateExpression(e,t){qC(t,e.tag,e),this[e.quasi.type](e.quasi,t)},ArrayExpression:JC=function(e,t){if(t.write("["),e.elements.length>0){const{elements:n}=e,{length:r}=n;for(let e=0;;){const i=n[e];if(null!=i&&this[i.type](i,t),!(++e<r)){null==i&&t.write(", ");break}t.write(", ")}}t.write("]")},ArrayPattern:JC,ObjectExpression(e,t){const n=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:i}=t,s=n+t.indent;if(t.write("{"),e.properties.length>0){t.write(r),i&&null!=e.comments&&HC(t,e.comments,s,r);const a=","+r,{properties:o}=e,{length:l}=o;for(let e=0;;){const n=o[e];if(i&&null!=n.comments&&HC(t,n.comments,s,r),t.write(s),this[n.type](n,t),!(++e<l))break;t.write(a)}t.write(r),i&&null!=e.trailingComments&&HC(t,e.trailingComments,s,r),t.write(n+"}")}else i?null!=e.comments?(t.write(r),HC(t,e.comments,s,r),null!=e.trailingComments&&HC(t,e.trailingComments,s,r),t.write(n+"}")):null!=e.trailingComments?(t.write(r),HC(t,e.trailingComments,s,r),t.write(n+"}")):t.write("}"):t.write("}");t.indentLevel--},Property(e,t){e.method||"i"!==e.kind[0]?this.MethodDefinition(e,t):(e.shorthand||(e.computed?(t.write("["),this[e.key.type](e.key,t),t.write("]")):this[e.key.type](e.key,t),t.write(": ")),this[e.value.type](e.value,t))},PropertyDefinition(e,t){if(e.static&&t.write("static "),e.computed&&t.write("["),this[e.key.type](e.key,t),e.computed&&t.write("]"),null==e.value)return"F"!==e.key.type[0]&&t.write(";"),void 0;t.write(" = "),this[e.value.type](e.value,t),t.write(";")},ObjectPattern(e,t){if(t.write("{"),e.properties.length>0){const{properties:n}=e,{length:r}=n;for(let e=0;this[n[e].type](n[e],t),++e<r;)t.write(", ")}t.write("}")},SequenceExpression(e,t){UC(t,e.expressions)},UnaryExpression(e,t){if(e.prefix){const{operator:n,argument:r,argument:{type:i}}=e;t.write(n);const s=$C(t,r,e);s||!(n.length>1)&&("U"!==i[0]||"n"!==i[1]&&"p"!==i[1]||!r.prefix||r.operator[0]!==n||"+"!==n&&"-"!==n)||t.write(" "),s?(t.write(n.length>1?" (":"("),this[i](r,t),t.write(")")):this[i](r,t)}else this[e.argument.type](e.argument,t),t.write(e.operator)},UpdateExpression(e,t){e.prefix?(t.write(e.operator),this[e.argument.type](e.argument,t)):(this[e.argument.type](e.argument,t),t.write(e.operator))},AssignmentExpression(e,t){this[e.left.type](e.left,t),t.write(" "+e.operator+" "),this[e.right.type](e.right,t)},AssignmentPattern(e,t){this[e.left.type](e.left,t),t.write(" = "),this[e.right.type](e.right,t)},BinaryExpression:KC=function(e,t){const n="in"===e.operator;n&&t.write("("),qC(t,e.left,e,!1),t.write(" "+e.operator+" "),qC(t,e.right,e,!0),n&&t.write(")")},LogicalExpression:KC,ConditionalExpression(e,t){const{test:n}=e,r=t.expressionsPrecedence[n.type];r===jC||r<=t.expressionsPrecedence.ConditionalExpression?(t.write("("),this[n.type](n,t),t.write(")")):this[n.type](n,t),t.write(" ? "),this[e.consequent.type](e.consequent,t),t.write(" : "),this[e.alternate.type](e.alternate,t)},NewExpression(e,t){t.write("new ");const n=t.expressionsPrecedence[e.callee.type];n===jC||n<t.expressionsPrecedence.CallExpression||function(e){let t=e;for(;null!=t;){const{type:e}=t;if("C"===e[0]&&"a"===e[1])return!0;if("M"!==e[0]||"e"!==e[1]||"m"!==e[2])return!1;t=t.object}}(e.callee)?(t.write("("),this[e.callee.type](e.callee,t),t.write(")")):this[e.callee.type](e.callee,t),UC(t,e.arguments)},CallExpression(e,t){const n=t.expressionsPrecedence[e.callee.type];n===jC||n<t.expressionsPrecedence.CallExpression?(t.write("("),this[e.callee.type](e.callee,t),t.write(")")):this[e.callee.type](e.callee,t),e.optional&&t.write("?."),UC(t,e.arguments)},ChainExpression(e,t){this[e.expression.type](e.expression,t)},MemberExpression(e,t){const n=t.expressionsPrecedence[e.object.type];n===jC||n<t.expressionsPrecedence.MemberExpression?(t.write("("),this[e.object.type](e.object,t),t.write(")")):this[e.object.type](e.object,t),e.computed?(e.optional&&t.write("?."),t.write("["),this[e.property.type](e.property,t),t.write("]")):(e.optional?t.write("?."):t.write("."),this[e.property.type](e.property,t))},MetaProperty(e,t){t.write(e.meta.name+"."+e.property.name,e)},Identifier(e,t){t.write(e.name,e)},PrivateIdentifier(e,t){t.write(`#${e.name}`,e)},Literal(e,t){null!=e.raw?t.write(e.raw,e):null!=e.regex?this.RegExpLiteral(e,t):null!=e.bigint?t.write(e.bigint+"n",e):t.write(MC(e.value),e)},RegExpLiteral(e,t){const{regex:n}=e;t.write(`/${n.pattern}/${n.flags}`,e)}},ZC={};let eP=class{constructor(e){const t=null==e?ZC:e;this.output="",null!=t.output?(this.output=t.output,this.write=this.writeToStream):this.output="",this.generator=null!=t.generator?t.generator:QC,this.expressionsPrecedence=null!=t.expressionsPrecedence?t.expressionsPrecedence:BC,this.indent=null!=t.indent?t.indent:" ",this.lineEnd=null!=t.lineEnd?t.lineEnd:"\n",this.indentLevel=null!=t.startingIndentLevel?t.startingIndentLevel:0,this.writeComments=!!t.comments&&t.comments,null!=t.sourceMap&&(this.write=null==t.output?this.writeAndMap:this.writeToStreamAndMap,this.sourceMap=t.sourceMap,this.line=1,this.column=0,this.lineEndSize=this.lineEnd.split("\n").length-1,this.mapping={original:null,generated:this,name:void 0,source:t.sourceMap.file||t.sourceMap._file})}write(e){this.output+=e}writeToStream(e){this.output.write(e)}writeAndMap(e,t){this.output+=e,this.map(e,t)}writeToStreamAndMap(e,t){this.output.write(e),this.map(e,t)}map(e,t){if(null!=t){const{type:n}=t;if("L"===n[0]&&"n"===n[2])return this.column=0,this.line++,void 0;if(null!=t.loc){const{mapping:e}=this;e.original=t.loc.start,e.name=t.name,this.sourceMap.addMapping(e)}if("T"===n[0]&&"E"===n[8]||"L"===n[0]&&"i"===n[1]&&"string"==typeof t.value){const{length:t}=e;let{column:n,line:r}=this;for(let i=0;i<t;i++)"\n"===e[i]?(n=0,r++):n++;return this.column=n,this.line=r,void 0}}const{length:n}=e,{lineEnd:r}=this;n>0&&(this.lineEndSize>0&&(1===r.length?e[n-1]===r:e.endsWith(r))?(this.line+=this.lineEndSize,this.column=0):this.column+=n)}toString(){return this.output}};function tP(e,t){const n=new eP(t);return n.generator[e.type](e,n),n.output}const nP=/([\p{Ll}\d])(\p{Lu})/gu,rP=/(\p{Lu})([\p{Lu}][\p{Ll}])/gu,iP="$1\0$2",sP=/[^\p{L}\d]+/giu,aP=e=>{const t=(e=>{let t=e.trim();t=t.replace(nP,iP).replace(rP,iP),t=t.replace(sP,"\0");let n=0,r=t.length;for(;"\0"===t.charAt(n);)n++;if(n===r)return[];for(;"\0"===t.charAt(r-1);)r--;return t.slice(n,r).split(/\0/g)})(e);return t.map((e,t)=>0===t?e.toLocaleLowerCase():((e,t)=>{const n=e[0];return(t>0&&n>="0"&&n<="9"?"_"+n:n.toLocaleUpperCase())+e.slice(1).toLocaleLowerCase()})(e,t)).join("")},oP=e=>Object.assign(Object.create(null),e),lP=oP,cP=lP({Function:lP({FunctionDeclaration:0,FunctionExpression:0,ArrowFunctionExpression:0}),Statement:lP({FunctionDeclaration:0,ExpressionStatement:0,BlockStatement:0,EmptyStatement:0,DebuggerStatement:0,WithStatement:0,ReturnStatement:0,LabeledStatement:0,BreakStatement:0,ContinueStatement:0,IfStatement:0,SwitchStatement:0,ThrowStatement:0,TryStatement:0,WhileStatement:0,DoWhileStatement:0,ForStatement:0,ForInStatement:0,ForOfStatement:0,VariableDeclaration:0,ClassDeclaration:0,StaticBlock:0}),Declaration:lP({FunctionDeclaration:0,VariableDeclaration:0,ClassDeclaration:0}),Expression:lP({FunctionExpression:0,ArrowFunctionExpression:0,ClassExpression:0,CallExpression:0,ConditionalExpression:0,ChainExpression:0,Identifier:0,Literal:0,ThisExpression:0,ArrayExpression:0,ObjectExpression:0,YieldExpression:0,UnaryExpression:0,UpdateExpression:0,BinaryExpression:0,AssignmentExpression:0,LogicalExpression:0,MemberExpression:0,NewExpression:0,SequenceExpression:0,TemplateLiteral:0,TaggedTemplateExpression:0,MetaProperty:0,AwaitExpression:0,ImportExpression:0,JSXElement:0,JSXFragment:0}),Pattern:lP({Identifier:0,MemberExpression:0,ObjectPattern:0,ArrayPattern:0,RestElement:0,AssignmentPattern:0}),Class:lP({ClassDeclaration:0,ClassExpression:0}),ExportDeclaration:lP({ExportNamedDeclaration:0,ExportDefaultDeclaration:0,ExportAllDeclaration:0}),Loop:lP({ForStatement:0,ForInStatement:0,ForOfStatement:0,WhileStatement:0,DoWhileStatement:0}),ModuleDeclaration:lP({ExportAllDeclaration:0,ExportDefaultDeclaration:0,ExportNamedDeclaration:0,ImportDeclaration:0})}),uP=(e,t)=>{const n=e(t);if(null!=n)throw new Error(n)},pP=(...e)=>e.reduce((e,t)=>n=>e(n)||t(n)),dP=(...e)=>t=>{const n=[];for(let r=0;r<e.length;r++){const i=e[r](t);if(null==i)break;n.push(i)}return n.length===e.length?`The value is not compatible with the required type.\n\nMessages:\n${n.join("\n")}`:null},hP=e=>null===e?"null":Array.isArray(e)?"array":typeof e,fP=(...e)=>{if(1===e.length){const t=e[0];return function(e){return typeof e!==t?`Expected the value to be a \`${t}\` but got a \`${hP(e)}\`. The value is ${JSON.stringify(e)}.`:null}}return function(t){for(let n=0;n<e.length;n++){const r=e[n];if(typeof t===r||"null"===r&&null===t)return null}return`Expected the value to be one of \`${JSON.stringify(e)}\` but got a \`${hP(t)}\`. The value is ${JSON.stringify(t)}.`}},mP=new Set("\ndo if in for let new try var case else enum\neval false null NaN this true void\nwith break catch class const super throw while\nyield delete export import public return static\nswitch typeof default extends finally package\nprivate continue debugger function arguments\ninterface protected implements instanceof\n".trim().split(/[ \n]/).map(e=>e.trim())),gP=e=>t=>(e?/[\s]/:/[-\s]/).test(t)||/^\d/.test(t)||0===t.length?`${JSON.stringify(t)} is not a valid identifier.`:null,yP=(...e)=>{if(1===e.length){const t=e[0];return e=>null==e||e.type!==t?`Expected a "${t}" node but got a \`${hP(e)}\`. The value is ${JSON.stringify(e)}.`:null}return t=>-1===e.indexOf(t.type)?`Expected one of (${e.join()}) node but got a \`${hP(t)}\`. The value is ${JSON.stringify(t)}.`:null},bP=e=>t=>null!=t&&t.type in cP[e]?null:`Expected one of (${Object.keys(cP[e]).join()}) node but got a \`${hP(t)}\`. The value is ${JSON.stringify(t)}.`,vP=e=>t=>{if(Array.isArray(t)){let n;for(let r=0;r<t.length;r++)if(n=e(t[r]),null!=n)return`Got unexpected value at index ${r}:\n ${n}`;return null}return`Expected the value to be an array but got a \`${hP(t)}\`. The value is ${JSON.stringify(t)}.`},EP=e=>t=>e.includes(t)?null:`Expected the value to be one of ${JSON.stringify(e)}, but got ${JSON.stringify(t)}`,wP=e=>t=>null===t?null:e(t),TP={validate:()=>null},SP=oP({Identifier:{indices:{name:[0,!1]},fields:{name:{validate:pP(fP("string"),gP(!1))}},insertionValidate(e,t,n,r){return"MemberExpression"===r.type&&!r.computed&&"property"===t||("Property"===r.type||"MethodDefinition"===r.type)&&!r.computed&&"key"===t||"ExportSpecifier"===r.type&&"exported"===t||"ImportSpecifier"===r.type&&"imported"===t||"MetaProperty"===r.type&&("meta"===t&&"import"===e.name||"property"===t&&"meta"===e.name)?null:(i=e.name,mP.has(i)?`${JSON.stringify(e.name)} is not a valid identifier.`:null);var i}},Literal:{indices:{value:[0,!1],raw:!1},fields:{value:{validate:fP("string","number","bigint","boolean","null")},raw:TP}},Program:{indices:{body:0,sourceType:[1,!1],comments:[2,!1]},fields:{body:{validate:vP(dP(bP("Statement"),bP("ModuleDeclaration")))},sourceType:{default:"module",validate:fP("string")},comments:{default:[],...TP}}},FunctionDeclaration:{indices:{id:0,params:1,body:2,generator:[3,!1],async:[4,!1]},fields:{id:{validate:wP(yP("Identifier"))},params:{validate:vP(bP("Pattern"))},body:{validate:yP("BlockStatement")},generator:{default:!1,validate:fP("boolean")},async:{default:!1,validate:fP("boolean")}}},FunctionExpression:{indices:{id:0,params:1,body:2,generator:[3,!1],async:[4,!1]},fields:{id:{validate:wP(yP("Identifier"))},params:{validate:vP(bP("Pattern"))},body:{validate:yP("BlockStatement")},generator:{default:!1,validate:fP("boolean")},async:{default:!1,validate:fP("boolean")}}},ArrowFunctionExpression:{indices:{params:0,body:1,expression:[2,!1],async:[3,!1],generator:!1},fields:{params:{validate:vP(bP("Pattern"))},body:{validate:dP(yP("BlockStatement"),bP("Expression"))},expression:{default:!1,validate:fP("boolean")},async:{default:!1,validate:fP("boolean")},generator:TP}},SwitchCase:{indices:{test:0,consequent:1},fields:{test:{validate:wP(bP("Expression"))},consequent:{validate:vP(bP("Statement"))}}},CatchClause:{indices:{param:0,body:1},fields:{param:{validate:wP(bP("Pattern"))},body:{validate:yP("BlockStatement")}}},VariableDeclarator:{indices:{id:0,init:1},fields:{id:{validate:bP("Pattern")},init:{default:null,validate:wP(bP("Expression"))}}},ExpressionStatement:{indices:{expression:0},fields:{expression:{validate:bP("Expression")}}},BlockStatement:{indices:{body:0,innerComments:!1},fields:{body:{validate:vP(bP("Statement"))},innerComments:TP}},EmptyStatement:{indices:{},fields:{}},DebuggerStatement:{indices:{},fields:{}},WithStatement:{indices:{object:0,body:1},fields:{object:{validate:bP("Expression")},body:{validate:bP("Statement")}}},ReturnStatement:{indices:{argument:0},fields:{argument:{default:null,validate:wP(bP("Expression"))}}},LabeledStatement:{indices:{label:0,body:1},fields:{label:{validate:yP("Identifier")},body:{validate:bP("Statement")}}},BreakStatement:{indices:{label:0},fields:{label:{default:null,validate:wP(yP("Identifier"))}}},ContinueStatement:{indices:{label:0},fields:{label:{default:null,validate:wP(yP("Identifier"))}}},IfStatement:{indices:{test:0,consequent:1,alternate:2},fields:{test:{validate:bP("Expression")},consequent:{validate:bP("Statement")},alternate:{default:null,validate:wP(bP("Statement"))}}},SwitchStatement:{indices:{discriminant:0,cases:1},fields:{discriminant:{validate:bP("Expression")},cases:{validate:vP(yP("SwitchCase"))}}},ThrowStatement:{indices:{argument:0},fields:{argument:{validate:bP("Expression")}}},TryStatement:{indices:{block:0,handler:1,finalizer:2},fields:{block:{validate:yP("BlockStatement")},handler:{validate:wP(yP("CatchClause"))},finalizer:{default:null,validate:wP(yP("BlockStatement"))}},finalValidate:e=>null==e.handler&&null==e.finalizer?"If `handler` is null then `finalizer` must be not null":null},WhileStatement:{indices:{test:0,body:1},fields:{test:{validate:bP("Expression")},body:{validate:bP("Statement")}}},DoWhileStatement:{indices:{test:0,body:1},fields:{test:{validate:bP("Expression")},body:{validate:bP("Statement")}}},ForStatement:{indices:{init:0,test:1,update:2,body:3},fields:{init:{validate:wP(dP(yP("VariableDeclaration"),bP("Expression")))},test:{validate:wP(bP("Expression"))},update:{validate:wP(bP("Expression"))},body:{validate:bP("Statement")}}},ForInStatement:{indices:{left:0,right:1,body:2},fields:{left:{validate:dP(yP("VariableDeclaration"),bP("Pattern"))},right:{validate:bP("Expression")},body:{validate:bP("Statement")}}},ForOfStatement:{indices:{left:0,right:1,body:2,await:[3,!1]},fields:{left:{validate:dP(yP("VariableDeclaration"),bP("Pattern"))},right:{validate:bP("Expression")},body:{validate:bP("Statement")},await:{validate:fP("boolean")}}},VariableDeclaration:{indices:{kind:[0,!1],declarations:1},fields:{kind:{validate:EP(["var","let","const"])},declarations:{validate:vP(yP("VariableDeclarator"))}}},ClassDeclaration:{indices:{id:0,body:2,superClass:[3,1]},fields:{id:{validate:wP(yP("Identifier"))},body:{validate:yP("ClassBody")},superClass:{default:null,validate:wP(bP("Expression"))}}},ThisExpression:{indices:{},fields:{}},ArrayExpression:{indices:{elements:0},fields:{elements:{validate:vP(wP(dP(bP("Expression"),yP("SpreadElement"))))}}},ObjectExpression:{indices:{properties:0},fields:{properties:{validate:vP(yP("Property","SpreadElement"))}}},YieldExpression:{indices:{argument:0,delegate:[1,!1]},fields:{argument:{validate:wP(bP("Expression"))},delegate:{default:!1,validate:fP("boolean")}}},UnaryExpression:{indices:{operator:[0,!1],argument:1,prefix:[2,!1]},fields:{operator:{validate:EP(["-","+","!","~","typeof","void","delete"])},argument:{validate:bP("Expression")},prefix:{default:!0,validate:fP("boolean")}}},UpdateExpression:{indices:{operator:[0,!1],argument:1,prefix:[2,!1]},fields:{operator:{validate:EP(["++","--"])},argument:{validate:bP("Expression")},prefix:{validate:fP("boolean")}}},BinaryExpression:{indices:{operator:[0,!1],left:1,right:2},fields:{operator:{validate:EP(["==","!=","===","!==","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","**","|","^","&","in","instanceof"])},left:{validate:dP(bP("Expression"),yP("PrivateIdentifier"))},right:{validate:bP("Expression")}}},AssignmentExpression:{indices:{operator:[0,!1],left:1,right:2},fields:{operator:{validate:EP(["=","+=","-=","*=","/=","%=","**=","<<=",">>=",">>>=","|=","^=","&=","||=","&&=","??="])},left:{validate:bP("Pattern")},right:{validate:bP("Expression")}}},LogicalExpression:{indices:{operator:[0,!1],left:1,right:2},fields:{operator:{validate:EP(["||","&&","??"])},left:{validate:bP("Expression")},right:{validate:bP("Expression")}}},MemberExpression:{indices:{object:0,property:1,computed:[2,!1],optional:[3,!1]},fields:{object:{validate:dP(bP("Expression"),yP("Super"))},property:{validate:dP(bP("Expression"),yP("PrivateIdentifier"))},computed:{default:!1,validate:fP("boolean")},optional:{default:!1,validate:fP("boolean")}}},ConditionalExpression:{indices:{test:0,consequent:1,alternate:2},fields:{test:{validate:bP("Expression")},consequent:{validate:bP("Expression")},alternate:{validate:bP("Expression")}}},CallExpression:{indices:{callee:0,arguments:1,optional:[2,!1]},fields:{callee:{validate:dP(bP("Expression"),yP("Super"))},arguments:{validate:vP(dP(bP("Expression"),yP("SpreadElement")))},optional:{type:"boolean",default:!1,validate:fP("boolean")}}},NewExpression:{indices:{callee:0,arguments:1},fields:{callee:{validate:dP(bP("Expression"),yP("Super"))},arguments:{validate:vP(dP(bP("Expression"),yP("SpreadElement")))}}},SequenceExpression:{indices:{expressions:0},fields:{expressions:{validate:vP(bP("Expression"))}}},TemplateLiteral:{indices:{quasis:0,expressions:1},fields:{quasis:{validate:vP(yP("TemplateElement"))},expressions:{validate:vP(bP("Expression"))}}},TaggedTemplateExpression:{indices:{tag:0,quasi:1},fields:{tag:{validate:bP("Expression")},quasi:{validate:yP("TemplateLiteral")}}},ClassExpression:{indices:{id:0,body:2,superClass:[3,1]},fields:{id:{validate:wP(yP("Identifier"))},body:{validate:yP("ClassBody")},superClass:{default:null,validate:wP(bP("Expression"))}}},MetaProperty:{indices:{meta:0,property:1},fields:{meta:{validate:yP("Identifier")},property:{validate:yP("Identifier")}}},AwaitExpression:{indices:{argument:0},fields:{argument:{validate:bP("Expression")}}},ImportExpression:{indices:{source:0,options:1},fields:{source:{validate:bP("Expression")},options:{validate:wP(bP("Expression")),default:null}}},ChainExpression:{indices:{expression:0},fields:{expression:{validate:yP("CallExpression","MemberExpression")}}},Property:{indices:{kind:[0,!1],key:1,value:2,computed:[3,!1],shorthand:[4,!1],method:!1},fields:{kind:{validate:EP(["init","get","set"])},key:{validate:dP(bP("Expression"),yP("PrivateIdentifier"))},value:{validate:dP(bP("Expression"),bP("Pattern"),yP("Property"))},computed:{default:!1,validate:fP("boolean")},shorthand:{default:!1,validate:fP("boolean")},method:{validate:fP("boolean")}}},Super:{indices:{},fields:{}},TemplateElement:{indices:{value:[0,!1],tail:[1,!1]},fields:{value:{validate:e=>null==e?"Expected the value to be non-null but got null or undefined value.":null},tail:{validate:fP("boolean")}}},SpreadElement:{indices:{argument:0},fields:{argument:{validate:bP("Expression")}}},ObjectPattern:{indices:{properties:0},fields:{properties:{validate:vP(yP("Property","RestElement"))}}},ArrayPattern:{indices:{elements:0},fields:{elements:{validate:vP(wP(bP("Pattern")))}}},RestElement:{indices:{argument:0},fields:{argument:{validate:bP("Pattern")}},insertionValidate:(e,t,n,r)=>r[n].length>t?`RestElement should be the last children of "${n}"`:null},AssignmentPattern:{indices:{left:0,right:1},fields:{left:{validate:bP("Pattern")},right:{validate:bP("Expression")}}},ClassBody:{indices:{body:0},fields:{body:{validate:vP(yP("StaticBlock","PropertyDefinition","MethodDefinition"))}}},MethodDefinition:{indices:{kind:[0,!1],key:1,value:2,computed:[3,!1],static:[4,!1]},fields:{kind:{validate:EP(["method","get","set","constructor"])},key:{validate:dP(bP("Expression"),yP("PrivateIdentifier"))},value:{validate:yP("FunctionExpression")},computed:{default:!1,validate:fP("boolean")},static:{default:!1,validate:fP("boolean")}}},ImportDeclaration:{indices:{specifiers:0,source:1,attributes:2},fields:{specifiers:{validate:vP(yP("ImportSpecifier","ImportDefaultSpecifier","ImportNamespaceSpecifier"))},source:{validate:yP("Literal")},attributes:{default:()=>[],validate:vP(yP("ImportAttribute"))}}},ExportNamedDeclaration:{indices:{declaration:0,specifiers:1,source:2,attributes:3},fields:{declaration:{validate:wP(bP("Declaration"))},specifiers:{default:[],validate:vP(yP("ExportSpecifier"))},source:{default:null,validate:wP(yP("Literal"))},attributes:{default:()=>[],validate:vP(yP("ImportAttribute"))}}},ExportDefaultDeclaration:{indices:{declaration:0},fields:{declaration:{validate:dP(bP("Declaration"),bP("Expression"))}}},ExportAllDeclaration:{indices:{source:0,exported:1,attributes:2},fields:{source:{validate:yP("Literal")},exported:{default:null,validate:wP(dP(yP("Identifier"),yP("Literal")))},attributes:{default:()=>[],validate:vP(yP("ImportAttribute"))}}},ImportSpecifier:{indices:{imported:0,local:1},fields:{imported:{validate:dP(yP("Identifier"),yP("Literal"))},local:{default:e=>{if("Identifier"===e.imported.type)return{type:"Identifier",name:e.imported.name};throw new Error("Provide `local` value when `imported` is not an `Identifier`")},validate:yP("Identifier")}}},ImportDefaultSpecifier:{indices:{local:0},fields:{local:{validate:yP("Identifier")}}},ImportNamespaceSpecifier:{indices:{local:0},fields:{local:{validate:yP("Identifier")}}},ExportSpecifier:{indices:{local:0,exported:1},fields:{local:{validate:dP(yP("Identifier"),yP("Literal"))},exported:{default:({local:e})=>structuredClone(e),validate:dP(yP("Identifier"),yP("Literal"))}}},PrivateIdentifier:{indices:{name:[1,!1]},fields:{name:{validate:pP(fP("string"),gP(!1))}}},PropertyDefinition:{indices:{key:0,value:1,computed:[2,!1],static:[3,!1]},fields:{key:{validate:dP(bP("Expression"),yP("PrivateIdentifier"))},value:{validate:wP(bP("Expression"))},computed:{default:!1,validate:fP("boolean")},static:{default:!1,validate:fP("boolean")}}},StaticBlock:{indices:{body:0,innerComments:!1},fields:{body:{validate:vP(bP("Statement"))},innerComments:TP}},ImportAttribute:{indices:{key:0,value:1},fields:{key:{validate:yP("Identifier","Literal")},value:{validate:yP("Literal")}}},JSXIdentifier:{indices:{name:[0,!1]},fields:{name:{validate:pP(fP("string"),gP(!0))}}},JSXNamespacedName:{indices:{namespace:0,name:1},fields:{namespace:{validate:yP("JSXIdentifier")},name:{validate:yP("JSXIdentifier")}}},JSXMemberExpression:{indices:{object:0,property:0},fields:{object:{validate:yP("JSXIdentifier","JSXMemberExpression")},property:{validate:yP("JSXIdentifier")}}},JSXEmptyExpression:{indices:{},fields:{}},JSXExpressionContainer:{indices:{expression:0},fields:{expression:{validate:dP(bP("Expression"),yP("JSXEmptyExpression"))}}},JSXSpreadAttribute:{indices:{argument:0},fields:{argument:{validate:bP("Expression")}}},JSXAttribute:{indices:{name:0,value:1},fields:{name:{validate:yP("JSXIdentifier","JSXNamespacedName")},value:{validate:wP(yP("Literal","JSXExpressionContainer","JSXElement","JSXFragment"))}}},JSXClosingElement:{indices:{name:0},fields:{name:{validate:yP("JSXIdentifier","JSXNamespacedName","JSXMemberExpression")}}},JSXClosingFragment:{indices:{},fields:{}},JSXElement:{indices:{openingElement:0,children:[2,1],closingElement:[1,2]},fields:{openingElement:{validate:yP("JSXOpeningElement")},children:{validate:vP(yP("JSXExpressionContainer","JSXElement","JSXFragment","JSXText","JSXSpreadChild")),default:[]},closingElement:{validate:wP(yP("JSXClosingElement"))}}},JSXFragment:{indices:{openingFragment:0,children:[2,1],closingFragment:[1,2]},fields:{openingFragment:{validate:yP("JSXOpeningFragment")},children:{validate:vP(yP("JSXExpressionContainer","JSXElement","JSXFragment","JSXText","JSXSpreadChild")),default:[]},closingFragment:{validate:yP("JSXClosingFragment")}}},JSXOpeningElement:{indices:{name:0,attributes:1,selfClosing:[2,!1]},fields:{name:{validate:yP("JSXIdentifier","JSXNamespacedName","JSXMemberExpression")},attributes:{validate:vP(yP("JSXSpreadAttribute","JSXAttribute")),default:[]},selfClosing:{validate:fP("boolean"),default:!1}}},JSXOpeningFragment:{indices:{},fields:{}},JSXSpreadChild:{indices:{expression:0},fields:{expression:{validate:bP("Expression")}}},JSXText:{indices:{value:[0,!1],raw:!1},fields:{value:{validate:fP("string")},raw:TP}}}),xP=({indices:e},t)=>{const n=[];return Object.keys(e).forEach(r=>{const i=e[r];if(!1!==i)switch(typeof i){case"number":return n.push({name:r,index:i});case"object":{const e=i["builder"===t?0:1];if(!1===e)return;return n.push({name:r,index:e})}}}),n.sort((e,t)=>e.index-t.index).map(({name:e})=>e)},_P=(()=>{const e=Object.create(null);for(const t in SP)e[t]=xP(SP[t],"visitor");return e})();let AP=!0;const CP=e=>{AP=e},PP=()=>AP,IP={};for(const e in SP){const t=e,n=SP[t],{fields:r}=n,i=xP(n,"builder");IP[aP(t)]=(...e)=>{const s={type:t};return i.forEach((t,n)=>{const i=r[t];s[t]=void 0!==e[n]?e[n]:"default"in i?"function"==typeof i.default?i.default(s):i.default:e[n],AP&&null!=i.validate&&uP(i.validate,s[t])}),AP&&null!=n.finalValidate&&uP(n.finalValidate,s),s}}const OP=(e,t)=>{for(const n in t){const r=t[n];if("function"==typeof r){if(!r(e[n],e))return!1}else if(r!==e[n])return!1}return!0},kP={};for(const e in SP)kP[aP(e)]=(t,n)=>{if(null==t)return!1;const r=null!=t.ctx?t.node:t;return null!=r&&r.type===e&&(null==n||OP(r,n))};for(const e in cP)kP[aP(e)]=(t,n)=>{if(null==t)return!1;const r=null!=t.ctx?t.node:t;return null!=r&&r.type in cP[e]&&(null==n||OP(r,n))};class NP{constructor(){this.references=[],this.constantViolations=[]}addReference(e){this.references.push(e)}removeReference(e){const t=this.references.findIndex(t=>t===e);t>-1&&this.references.splice(t,1)}addConstantViolation(e){this.constantViolations.push(e)}removeConstantViolation(e){const t=this.constantViolations.findIndex(t=>t===e);t>-1&&this.constantViolations.splice(t,1)}}class DP extends NP{constructor(e){super(),this.kind=e.kind,this.name=e.name,this.scope=e.scope,this.identifierPath=e.identifierPath,this.path=e.path}get constant(){return 0===this.constantViolations.length}}class LP extends NP{constructor(e){super(),this.kind="global",this.constant=!1,this.name=e.name}}const RP=["ArrowFunctionExpression","BlockStatement","CatchClause","ClassDeclaration","ClassExpression","DoWhileStatement","ForInStatement","ForOfStatement","ForStatement","FunctionDeclaration","FunctionExpression","Program","SwitchStatement","WhileStatement"],MP=new Set(RP),FP=e=>null==e||"BlockStatement"===e.type||"Program"===e.type||!MP.has(e.type),jP=e=>!/^[a-z]/.test(e),BP={ArrowFunctionExpression(e,t,n){if("body"===e)n.references.push(t)},AssignmentExpression(e,t,n){switch(e){case"left":throw new Error("This should be handled by `crawlerVisitor.AssignmentExpression`");case"right":n.references.push(t)}},AssignmentPattern(e,t,n){switch(e){case"left":throw new Error("`identifierCrawlers.AssignmentPattern` is not implemented");case"right":n.references.push(t)}},AwaitExpression(e,t,n){if("argument"===e)n.references.push(t)},FunctionDeclaration(e){},FunctionExpression(e){if("id"===e)throw new Error("This should be handled by `scopePathCrawlers.FunctionExpression`")},SwitchCase(e,t,n){if("test"===e)n.references.push(t)},CatchClause(e){if("param"===e)throw new Error("This should be handled by `scopePathCrawlers.CatchClause`")},VariableDeclarator(e,t,n){switch(e){case"id":throw new Error("This should be handled by `scopePathCrawlers.VariableDeclarator`");case"init":n.references.push(t)}},ExpressionStatement(e,t,n){if("expression"===e)n.references.push(t)},WithStatement(e,t,n){if("object"===e)n.references.push(t)},ReturnStatement(e,t,n){if("argument"===e)n.references.push(t)},LabeledStatement(){},BreakStatement(e,t,n){if("label"===e)n.labelReferences.push(t)},ContinueStatement(e,t,n){if("label"===e)n.labelReferences.push(t)},IfStatement(e,t,n){if("test"===e)n.references.push(t)},SwitchStatement(e,t,n){if("discriminant"===e)n.references.push(t)},ThrowStatement(e,t,n){if("argument"===e)n.references.push(t)},WhileStatement(e,t,n){if("test"===e)n.references.push(t)},DoWhileStatement(e,t,n){if("test"===e)n.references.push(t)},ForStatement(e,t,n){switch(e){case"init":case"test":case"update":n.references.push(t)}},ForInStatement(e,t,n){switch(e){case"left":throw new Error("This should be handled by `scopePathCrawlers.ForInStatement`");case"right":n.references.push(t)}},ForOfStatement(e,t,n){switch(e){case"left":throw new Error("This should be handled by `scopePathCrawlers.ForOfStatement`");case"right":n.references.push(t)}},ClassDeclaration(e,t,n){switch(e){case"id":break;case"superClass":n.references.push(t)}},YieldExpression(e,t,n){if("argument"===e)n.references.push(t)},UnaryExpression(e,t,n){if("argument"===e)n.references.push(t)},UpdateExpression(e,t,n){if("argument"===e)n.constantViolations.push(t)},BinaryExpression(e,t,n){switch(e){case"left":case"right":n.references.push(t)}},LogicalExpression(e,t,n){switch(e){case"left":case"right":n.references.push(t)}},MemberExpression(e,t,n){switch(e){case"object":n.references.push(t);break;case"property":t.parent.computed&&n.references.push(t)}},ConditionalExpression(e,t,n){switch(e){case"test":case"consequent":case"alternate":n.references.push(t)}},CallExpression(e,t,n){if("callee"===e)n.references.push(t)},NewExpression(e,t,n){if("callee"===e)n.references.push(t)},TaggedTemplateExpression(e,t,n){if("tag"===e)n.references.push(t)},ClassExpression(e,t,n){switch(e){case"id":throw new Error("This should be handled by `scopePathCrawlers.ClassExpression`");case"superClass":n.references.push(t)}},MetaProperty(e){},ImportExpression(e,t,n){switch(e){case"source":case"options":n.references.push(t)}},Property(e,t,n){switch(e){case"key":t.parent.computed&&n.references.push(t);break;case"value":n.references.push(t)}},SpreadElement(e,t,n){if("argument"===e)n.references.push(t)},RestElement(e){if("argument"===e)throw new Error("This should be handled by `findVisiblePathsInPattern`")},MethodDefinition(e,t,n){if("key"===e)t.parent.computed&&n.references.push(t)},ExportDefaultDeclaration(e,t,n){if("declaration"===e)n.references.push(t)},ImportSpecifier(e,t,n){switch(e){case"imported":if(null==t.parent.local&&n.scope.registerBinding("module",t,t.parentPath),t.parent.local===t.parent.imported){const e=t.ctx;let r=t.parentPath;const i=r.node;e.newQueue(),r=r.replaceWith(Object.assign({},i,{local:Object.assign({},i.local),imported:Object.assign({},i.imported)})),e.popQueue(),n.scope.registerBinding("module",r.get("local"),r)}break;case"local":n.scope.registerBinding("module",t,t.parentPath)}},ImportDefaultSpecifier(e,t,n){if("local"===e)n.scope.registerBinding("module",t,t.parentPath)},ImportNamespaceSpecifier(e,t,n){if("local"===e)n.scope.registerBinding("module",t,t.parentPath)},ExportSpecifier(e,t,n){if("local"===e)if(t.parent.local===t.parent.exported){const e=t.ctx;let r=t.parentPath;const i=r.node;e.newQueue(),r=r.replaceWith(Object.assign({},i,{local:Object.assign({},i.local),exported:Object.assign({},i.exported)})),e.popQueue(),n.references.push(r.get("local"))}else n.references.push(t)},ExportAllDeclaration(e){},PropertyDefinition(e,t,n){switch(e){case"key":t.parent.computed&&n.references.push(t);break;case"value":n.references.push(t)}},ImportAttribute(e){},JSXExpressionContainer(e,t,n){if("expression"===e)n.references.push(t)},JSXSpreadAttribute(e,t,n){if("argument"===e)n.references.push(t)},JSXSpreadChild(e,t,n){if("expression"===e)n.references.push(t)}},UP={JSXNamespacedName(e,t,n){if("namespace"===e)jP(t.node.name)&&n.references.push(t)},JSXAttribute(e){},JSXClosingElement(e,t,n){if("name"===e)jP(t.node.name)&&n.references.push(t)},JSXMemberExpression(e,t,n){if("object"===e)n.references.push(t)},JSXOpeningElement(e,t,n){if("name"===e)jP(t.node.name)&&n.references.push(t)}},$P={ArrayExpression(e,t,n){if("elements"===e)n.references.push(t)},CallExpression(e,t,n){if("arguments"===e)n.references.push(t)},NewExpression(e,t,n){if("arguments"===e)n.references.push(t)},SequenceExpression(e,t,n){if("expressions"===e)n.references.push(t)},TemplateLiteral(e,t,n){if("expressions"===e)n.references.push(t)},ArrayPattern(e){if("elements"===e)throw new Error("`inListIdentifierCrawler.ArrayPattern` is not implemented")},FunctionDeclaration(e){if("params"===e)throw new Error("This should be handled by `scopePathCrawlers.FunctionDeclaration`")},FunctionExpression(e){if("params"===e)throw new Error("This should be handled by `scopePathCrawlers.FunctionExpression`")},ArrowFunctionExpression(e){if("params"===e)throw new Error("This should be handled by `scopePathCrawlers.ArrowFunctionExpression`")}},qP={},VP=(e,t)=>{switch(e.node.type){case"Identifier":t.push(e),e.skip();break;case"ObjectPattern":{const n=e.get("properties");for(let r=0;r<n.length;r++){const i=n[r],s=i.node;switch(s.type){case"RestElement":VP(i,t);break;case"Property":if(null!=s.value){let n=i;if(s.value===s.key){const t=e.ctx;t.newQueue(),n=n.replaceWith(Object.assign({},s,{key:Object.assign({},s.key),value:Object.assign({},s.value)})),t.popQueue()}VP(n.get("value"),t)}else if(!s.computed&&"Identifier"===s.key.type){const e=i.get("key");t.push(e),e.skip()}}}break}case"ArrayPattern":{const n=e,r=n.get("elements"),i=n.node.elements;for(let e=0;e<r.length;e++)null!=i[e]&&VP(r[e],t);break}case"RestElement":VP(e.get("argument"),t);break;case"AssignmentPattern":VP(e.get("left"),t);break;case"MemberExpression":break;default:e.node}},HP=(e,t,n,r)=>{const i=[];VP(e,i);for(let e=0;e<i.length;e++)t.registerBinding(n,i[e],r)},WP=(e,t)=>{const n=[];VP(e,n);for(let e=0;e<n.length;e++)t.constantViolations.push(n[e])},GP=(e,t)=>{const n=e.node.kind,r=e.get("declarations");for(let e=0;e<r.length;e++){const i=r[e];HP(i.get("id"),t,n,i)}},zP={Identifier:{enter(e,t){var n;const r=null===(n=e.parentPath.node)||void 0===n?void 0:n.type;if(null!=e.listKey){const n=$P[r];null!=n&&n(e.listKey,e,t)}else{const n=BP[r];null!=n&&n(e.key,e,t)}}},JSXIdentifier:{enter(e,t){var n;const r=null===(n=e.parentPath.node)||void 0===n?void 0:n.type;if(null!=e.listKey){const n=qP[r];null!=n&&n(e.listKey,e,t)}else{const n=UP[r];null!=n&&n(e.key,e,t)}}},AssignmentExpression:{enter(e,t){WP(e.get("left"),t)}},VariableDeclaration:{enter(e,t){GP(e,t.scope)}}};{const e=zP,t={enter(e,t){t.childScopedPaths.push(e),e.skip()}};for(let n=0;n<RP.length;n++)e[RP[n]]=t;e.FunctionDeclaration=e.ClassDeclaration={enter(e,n){if(null!=e.node.id){const t=e.get("id");n.scope.registerBinding("hoisted",t,e),t.skip()}t.enter.call({},e,n)}},e.BlockStatement={enter(e,n){FP(e.parent)&&t.enter.call({},e,n)}}}const YP=(e,t)=>{for(let n=0;n<e.length;n++){const r=e[n];HP(r,t,"param",r)}},KP={Program:null,FunctionDeclaration(e,{scope:t}){YP(e.get("params"),t)},ClassDeclaration:null,FunctionExpression(e,{scope:t}){if(null!=e.node.id){const n=e.get("id");t.registerBinding("local",n,e),n.skip()}YP(e.get("params"),t)},ClassExpression(e,{scope:t}){if(null!=e.node.id){const n=e.get("id");t.registerBinding("local",n,e),n.skip()}},ArrowFunctionExpression(e,{scope:t}){YP(e.get("params"),t)},CatchClause(e,{scope:t}){e.has("param")&&HP(e.get("param"),t,"let",e)},BlockStatement(e,{scope:t}){null!=e.parent&&"LabeledStatement"===e.parent.type&&t.registerLabel(e.parentPath.get("label"))},SwitchStatement:null,WhileStatement:null,DoWhileStatement:null,ForStatement(e,t){null!=e.parent&&"LabeledStatement"===e.parent.type&&t.scope.registerLabel(e.parentPath.get("label")),null!=e.node.init&&"VariableDeclaration"===e.node.init.type&&GP(e.get("init"),t.scope)},ForXStatement(e,t){null!=e.parent&&"LabeledStatement"===e.parent.type&&t.scope.registerLabel(e.parentPath.get("label")),"VariableDeclaration"===e.node.left.type?GP(e.get("left"),t.scope):kP.pattern(e.node.left)&&WP(e.get("left"),t)},ForInStatement(e,t){KP.ForXStatement(e,t)},ForOfStatement(e,t){KP.ForXStatement(e,t)}};let JP=class e{constructor(e,t){this.children=[],this.initialized=!1,this.bindings=Object.create(null),this.globalBindings=Object.create(null),this.labels=Object.create(null),this.priv={prevState:null,memoizedBindings:Object.create(null),memoizedLabels:Object.create(null),idMap:Object.create(null),declaration:null},this.path=e,this.parent=t,null!=this.parent&&this.parent.children.push(this)}static for(t,n){if((e=>null!=e.node&&!("BlockStatement"===e.node.type&&!FP(e.parent))&&MP.has(e.node.type))(t)){if(t.ctx.scopeCache.has(t))return t.ctx.scopeCache.get(t);const r=new e(t,n);return t.ctx.scopeCache.set(t,r),r}return n}init(){this.initialized||("Program"!==this.path.type&&(this.priv.idMap=this.getProgramScope().priv.idMap),this.crawl())}getMemoBinding(e){const{memoizedBindings:t}=this.priv;return e in t?t[e]:t[e]=this.getBinding(e)}getMemoLabel(e){const{memoizedLabels:t}=this.priv;return e in t?t[e]:t[e]=this.getLabel(e)}clearMemo(){this.priv.memoizedBindings=Object.create(null),this.priv.memoizedLabels=Object.create(null)}getProgramScope(){return"Program"===this.path.type?this:this.path.findParent(e=>"Program"===e.type).scope}crawl(){var t,n;if(null==this.path.node)return;if(this.path.removed)throw Error("This scope is no longer part of the AST, the containing path has been removed");e.rollbackState(this),this.bindings=Object.create(null),this.globalBindings="Program"===this.path.type?Object.create(null):this.getProgramScope().globalBindings,this.labels=Object.create(null);const r={references:[],constantViolations:[],labelReferences:[],scope:this,childScopedPaths:[]};this.path.ctx.makeScope=!1,this.path.ctx.newSkipPathStack();{const e=KP[this.path.node.type];null!=e&&e(this.path,r)}tI.traverseNode({node:this.path.node,parentPath:this.path.parentPath,ctx:this.path.ctx,state:r,visitors:zP,expand:!1,visitOnlyChildren:!0}),this.path.ctx.makeScope=!0,this.path.ctx.restorePrevSkipPathStack(),this.clearMemo();for(let e=0;e<r.references.length;e++){const n=r.references[e],i=n.node.name,s=this.getMemoBinding(i);null!=s?s.addReference(n):((t=this.globalBindings)[i]||(t[i]=new LP({name:i}))).addReference(n)}for(let e=0;e<r.constantViolations.length;e++){const t=r.constantViolations[e],i=t.node.name,s=this.getMemoBinding(i);null!=s?s.addConstantViolation(t):((n=this.globalBindings)[i]||(n[i]=new LP({name:i}))).addConstantViolation(t)}for(let e=0;e<r.labelReferences.length;e++){const t=r.labelReferences[e],n=t.node.name,i=this.getMemoLabel(n);null!=i&&i.references.push(t)}this.initialized=!0,this.priv.prevState={references:r.references,constantViolations:r.constantViolations,labelReferences:r.labelReferences},this.clearMemo();for(let e=0;e<r.childScopedPaths.length;e++)r.childScopedPaths[e].init(this)}static rollbackState(e){const{prevState:t}=e.priv;if(null==t)return;e.clearMemo();for(let n=0;n<t.references.length;n++){const r=t.references[n],i=r.node.name,s=e.getMemoBinding(i);if(null!=s)s.removeReference(r);else{const t=e.globalBindings[i];null!=t&&t.removeReference(r)}}for(let n=0;n<t.constantViolations.length;n++){const r=t.constantViolations[n],i=r.node.name,s=e.getMemoBinding(i);if(null!=s)s.removeConstantViolation(r);else{const t=e.globalBindings[i];null!=t&&t.removeConstantViolation(r)}}for(let n=0;n<t.labelReferences.length;n++){const r=t.labelReferences[n],i=r.node.name,s=e.getMemoLabel(i);if(null!=s){const e=s.references.findIndex(e=>e===r);e>-1&&s.references.splice(e,1)}}const n=Object.keys(e.globalBindings);for(let t=0;t<n.length;t++){const r=n[t],i=e.globalBindings[r];0===i.references.length&&0===i.constantViolations.length&&(e.globalBindings[r]=void 0,delete e.globalBindings[r])}}static recursiveRollback(t){for(let n=0;n<t.children.length;n++)e.recursiveRollback(t.children[n]);e.rollbackState(t)}static handleRemoval(t,n){if(n===t.path){if(e.recursiveRollback(t),null!=t.parent){const{children:e}=t.parent,n=e.indexOf(t);n>-1&&e.splice(n,1)}}else for(let r=0;r<t.children.length;r++){const i=t.children[r];if(i.path.isDescendantOf(n)){e.recursiveRollback(i);const n=t.children.indexOf(i);n>-1&&t.children.splice(n,1)}}}registerBinding(e,t,n){const r=t.node.name,i=this.getOwnBinding(r);if(null!=i)return i.addConstantViolation(t),void 0;this.bindings[r]=new DP({kind:e,name:r,scope:this,identifierPath:t,path:n})}hasOwnBinding(e){return e in this.bindings}getOwnBinding(e){return this.bindings[e]}hasBinding(e){return null!=this.getBinding(e)}getBinding(e){let t=this;for(;null!=t;){if(t.hasOwnBinding(e))return t.getOwnBinding(e);t=t.parent}}getAllBindings(...e){const t=Object.create(null),n=e.length,r=new Set(e);let i=this;for(;null!=i;){for(const e in i.bindings)e in t||(0===n||n&&r.has(i.bindings[e].kind))&&(t[e]=i.bindings[e]);i=i.parent}return t}hasGlobalBinding(e){return null!=this.getGlobalBinding(e)}getGlobalBinding(e){return this.getProgramScope().globalBindings[e]}registerLabel(e){const t=e.node.name;this.hasLabel(t)||(this.labels[t]={path:e,references:[]})}hasLabel(e){return null!=this.getLabel(e)}getLabel(e){let t=this;for(;null!=t;){if(null!=t.labels[e])return t.labels[e];t=t.parent}}generateUid(e="_tmp"){var t;const n=Object.keys(this.getAllBindings()).concat(Object.keys(this.globalBindings)).concat(Object.keys(this.priv.idMap));(t=this.priv.idMap)[e]||(t[e]=1);let r=e=e.replace(/[^a-zA-Z_]+/g,"");for(;n.includes(r);)r=e+ ++this.priv.idMap[e];return r}generateUidIdentifier(e){return IP.identifier(this.generateUid(e))}generateDeclaredUidIdentifier(e){let t;const{ctx:n}=this.path;if(n.newSkipPathStack(),n.newQueue(),null==this.priv.declaration){let r=null;switch(this.path.type){case"ArrowFunctionExpression":{const e=this.path.get("body");if("BlockStatement"===e.type)r=e;else{const t=Object.assign({},e.node);r=e.replaceWith(IP.blockStatement([IP.returnStatement(t)]))}}break;case"Program":case"BlockStatement":r=this.path;break;case"SwitchStatement":case"ClassDeclaration":case"ClassExpression":return n.restorePrevSkipPathStack(),n.popQueue(),this.parent.generateDeclaredUidIdentifier(e);case"DoWhileStatement":case"ForInStatement":case"ForOfStatement":case"ForStatement":case"WhileStatement":{const e=this.path.get("body");if("BlockStatement"===e.type)r=e;else{const t=Object.assign({},e.node);r=e.replaceWith(IP.blockStatement([t]))}}break;case"CatchClause":case"FunctionDeclaration":case"FunctionExpression":r=this.path.get("body");break;case null:break;default:this.path.type}const i=IP.variableDeclaration("var",[IP.variableDeclarator(this.generateUidIdentifier(e))]),[s]=r.unshiftContainer("body",[i]);this.priv.declaration=s,t=s.get("declarations")[0]}else[t]=this.priv.declaration.pushContainer("declarations",[IP.variableDeclarator(this.generateUidIdentifier(e))]);const r=t.get("id");return this.registerBinding("var",r,t),n.restorePrevSkipPathStack(),n.popQueue(),Object.assign({},r.node)}renameConsideringParent(e,t){var n,r,i,s,a,o;const l=e.parent;if("Property"===l.type&&"ObjectPattern"===(null===(r=null===(n=e.parentPath)||void 0===n?void 0:n.parent)||void 0===r?void 0:r.type))l.value.name=t,l.shorthand=l.value.name===l.key.name;else if("AssignmentPattern"===l.type&&"Property"===(null===(s=null===(i=e.parentPath)||void 0===i?void 0:i.parent)||void 0===s?void 0:s.type)&&"ObjectPattern"===(null===(o=null===(a=e.parentPath.parentPath)||void 0===a?void 0:a.parent)||void 0===o?void 0:o.type)){const n=e.parentPath.parent;l.left=IP.identifier(t),n.shorthand=l.left.name===n.key.name}else e.node.name=t}renameBinding(e,t){var n;if(null!=this.bindings[e]){const n=this.bindings[e];this.renameConsideringParent(n.identifierPath,t);for(let e=0;e<n.references.length;e++)n.references[e].node.name=t;for(let e=0;e<n.constantViolations.length;e++)this.renameConsideringParent(n.constantViolations[e],t);this.bindings[e]=void 0,delete this.bindings[e],this.bindings[t]=n}else null===(n=this.parent)||void 0===n?void 0:n.renameBinding(e,t)}};const XP=(e,t,n)=>(e.set(t,n),n);class QP{constructor(e){this.pathCache=new Map,this.scopeCache=new Map,this.makeScope=!1,this.shouldValidateNodes=PP(),this.cloneFunction=e=>structuredClone(e),this.currentSkipPaths=new Set,this.skipPathSetStack=[this.currentSkipPaths],this.queueStack=[],this.makeScope=!0===(null==e?void 0:e.scope),null!=(null==e?void 0:e.validateNodes)&&(this.shouldValidateNodes=e.validateNodes),"function"==typeof(null==e?void 0:e.cloneFunction)&&(this.cloneFunction=e.cloneFunction)}setSkipped(e){this.currentSkipPaths.add(e)}setNotSkipped(e){this.currentSkipPaths.delete(e)}shouldSkip(e){return this.currentSkipPaths.has(e)}updateCurrentSkipPaths(){this.currentSkipPaths=this.skipPathSetStack[this.skipPathSetStack.length-1]}newSkipPathStack(){this.skipPathSetStack.push(new Set),this.updateCurrentSkipPaths()}restorePrevSkipPathStack(){this.skipPathSetStack.pop(),this.updateCurrentSkipPaths()}pushToQueue(e,t){const n=this.queueStack[this.queueStack.length-1];null!=n&&n[t].push(...e)}newQueue(){this.queueStack.push({new:[],unSkipped:[]})}popQueue(){return this.queueStack.pop()}}const ZP=(e,t,n,r)=>{if(!PP())return;const i=SP[e.type];if(null!=i&&null!=i.insertionValidate){const s=i.insertionValidate(e,t,n,r);if(null!=s)throw new Error(s)}};class eI{constructor(e){this.node=e.node,this.type=this.node&&this.node.type,this.key=e.key,this.listKey=e.listKey,this.parentPath=e.parentPath,this.parent=this.parentPath&&this.parentPath.node,this.container=this.listKey?this.parent[this.listKey]:this.parent,this.removed=!1,this.ctx=e.ctx,this.scope=void 0}static for(e){if(null==e.node)return new this(e);const{ctx:{pathCache:t},parentPath:n}=e,r=t.get(n)||XP(t,n,new Map);return r.get(e.node)||XP(r,e.node,new eI(e))}init(e){var t;return this.ctx.makeScope&&(this.scope=JP.for(this,e||(null===(t=this.parentPath)||void 0===t?void 0:t.scope)||null),null!=this.scope&&this.scope.init()),this}throwNoParent(e){throw new Error(`Can not use \`${e}\` on a NodePath which does not have a parent`)}assertNotRemoved(){if(this.removed)throw new Error("Path is removed and it is now read-only")}assertNotNull(e){if(null==this.node)throw new Error(`Can not use method \`${e}\` on a null NodePath`)}get parentKey(){return null!=this.listKey?this.listKey:this.key}cloneNode(){return this.ctx.cloneFunction(this.node)}skip(){this.ctx.setSkipped(this)}skipChildren(){this.assertNotNull("skipChildren");const e=this.node,t=_P[this.type]||Object.keys(e);for(let n=0;n<t.length;n++){const r=t[n],i=e[r];null!=i&&(Array.isArray(i)?this.get(r).forEach(e=>e.skip()):"string"==typeof i.type&&this.get(r).skip())}}unSkip(){this.assertNotRemoved(),this.ctx.setNotSkipped(this),this.ctx.pushToQueue([this],"unSkipped")}unskip(){this.unSkip()}unSkipChildren(){var e;this.assertNotRemoved(),this.assertNotNull("unSkipChildren"),null===(e=this.ctx.pathCache.get(this))||void 0===e||e.forEach(e=>e.unSkip())}unskipChildren(){this.unSkipChildren()}traverse(e,t){this.assertNotNull("traverse"),tI.traverseNode({node:this.node,parentPath:this.parentPath,visitors:e,state:t,ctx:this.ctx,expand:!0})}findParent(e){let t=this.parentPath;for(;null!=t;){if(e(t))return t;t=t.parentPath}return null}find(e){let t=this;for(;null!=t;){if(e(t))return t;t=t.parentPath}return null}getFunctionParent(){return this.findParent(e=>kP.function(e))}getAncestry(){const e=[];let t=this;for(;null!=t;)e.push(t),t=t.parentPath;return e}isAncestorOf(e){return e.isDescendantOf(this)}isDescendantOf(e){return null!=this.findParent(t=>t===e)}updateSiblingIndex(e,t){var n;0!==this.container.length&&(null===(n=this.ctx.pathCache.get(this.parentPath))||void 0===n?void 0:n.forEach(n=>{n.key>=e&&(n.key+=t)}))}insertBefore(e){if(this.assertNotRemoved(),!Array.isArray(this.container))throw new Error("Can not insert before a node where `container` is not an Array");const t=this.key;for(let n=0;n<e.length;n++)ZP(e[n],t+n,this.listKey,this.parent);this.container.splice(t,0,...e),this.updateSiblingIndex(t,e.length);const n=e.map((e,n)=>eI.for({node:e,key:t+n,listKey:this.listKey,parentPath:this.parentPath,ctx:this.ctx}).init());return this.ctx.pushToQueue(n,"new"),n}insertAfter(e){if(this.assertNotRemoved(),!Array.isArray(this.container))throw new Error("Can not insert after a node where `container` is not an Array");const t=this.key;for(let n=0;n<e.length;n++)ZP(e[n],t+n+1,this.listKey,this.parent);this.container.splice(t+1,0,...e),this.updateSiblingIndex(t+1,e.length);const n=e.map((e,n)=>eI.for({node:e,key:t+n+1,listKey:this.listKey,parentPath:this.parentPath,ctx:this.ctx}).init());return this.ctx.pushToQueue(n,"new"),n}unshiftContainer(e,t){this.assertNotRemoved();const n=this.node[e][0];return eI.for({node:n,key:0,listKey:e,parentPath:this,ctx:this.ctx}).insertBefore(t)}pushContainer(e,t){this.assertNotRemoved();const n=this.node[e],r=n[n.length-1];return eI.for({node:r,key:n.length-1,listKey:e,parentPath:this,ctx:this.ctx}).insertAfter(t)}get(e){if(null==this.node)throw new Error("Can not use method `get` on a null NodePath");const t=this.node[e];return Array.isArray(t)?t.map((t,n)=>eI.for({node:t,key:n,listKey:e,parentPath:this,ctx:this.ctx}).init()):null!=t&&"string"==typeof t.type?eI.for({node:t,key:e,listKey:null,parentPath:this,ctx:this.ctx}).init():eI.for({node:null,key:e,listKey:null,parentPath:this,ctx:this.ctx}).init()}getSibling(e){return null==this.parentPath&&this.throwNoParent("getSibling"),"string"==typeof e?this.parentPath.get(e):null!=this.listKey?this.parentPath.get(this.listKey)[e]:void 0}getOpposite(){switch(this.key){case"left":return this.getSibling("right");case"right":return this.getSibling("left")}}getPrevSibling(){return this.getSibling(this.key-1)}getNextSibling(){return this.getSibling(this.key+1)}getAllPrevSiblings(){return null==this.parentPath&&this.throwNoParent("getAllPrevSiblings"),this.parentPath.get(this.listKey).slice(0,this.key).reverse()}getAllNextSiblings(){return null==this.parentPath&&this.throwNoParent("getAllNextSiblings"),this.parentPath.get(this.listKey).slice(this.key+1)}has(e){var t;const n=null===(t=this.node)||void 0===t?void 0:t[e];return(null==n||!Array.isArray(n)||0!==n.length)&&!!n}is(e){var t;return!!(null===(t=this.node)||void 0===t?void 0:t[e])}onRemove(){const{parent:e,key:t,listKey:n}=this,r=e.type,i=this.parentPath;switch(this.ctx.newSkipPathStack(),!0){case"ExpressionStatement"===r&&"expression"===t:case kP.exportDeclaration(e)&&"declaration"===t:case("WhileStatement"===r||"SwitchCase"===r)&&"test"===t:case"LabeledStatement"===r&&"body"===t:case"VariableDeclaration"===r&&"declarations"===n&&1===e.declarations.length:return i.remove(),!0;case"BinaryExpression"===r:return i.replaceWith(e["right"===t?"left":"right"]),!0;case"IfStatement"===r&&"consequent"===t:case("ArrowFunctionExpression"===r||kP.loop(e))&&"body"===t:return"ArrowFunctionExpression"===r&&(e.expression=!1),this.replaceWith({type:"BlockStatement",body:[]}),!0}return this.ctx.restorePrevSkipPathStack(),null!=this.scope&&JP.handleRemoval(this.scope,this),!1}markRemoved(){var e;null===(e=this.ctx.pathCache.get(this.parentPath))||void 0===e?void 0:e.delete(this.node),this.removed=!0}remove(){if(this.removed)throw new Error("Node is already removed");if(null==this.container&&this.throwNoParent("remove"),this.onRemove())return this.markRemoved();if(null!=this.listKey){const e=this.key;this.container.splice(e,1),this.markRemoved(),this.updateSiblingIndex(e+1,-1)}else null!=this.key&&(this.container[this.key]=null,this.markRemoved())}replaceWith(e){if(null==this.container&&this.throwNoParent("replaceWith"),this.removed)throw new Error("Node is already removed");ZP(e,this.key,this.listKey,this.parent),this.container[this.key]=e,this.markRemoved();const t=eI.for({node:e,key:this.key,listKey:this.listKey,parentPath:this.parentPath,ctx:this.ctx}).init();return this.ctx.pushToQueue([t],"new"),t}replaceWithMultiple(e){if(null==this.container&&this.throwNoParent("replaceWith"),this.removed)throw new Error("Node is already removed");const t=this.replaceWith(e[0]);return[t].concat(t.insertAfter(e.slice(1)))}}class tI{constructor(e){this.visitors=e}visitPath(e,t,n,r,i=!1){const{node:s,ctx:a}=t;if(r.has(t)||t.removed||null==s)return;const o=s.type,l=this.visitors[o]||{};a.newQueue();const c=()=>a.popQueue();if(!i){if(t.init(),a.shouldSkip(t))return c();if(null!=l.enter&&(l.enter.call(e,t,n),a.shouldSkip(t)||e.stopped))return c()}const u=_P[o]||Object.keys(s);for(let i=0;i<u.length;i++){const o=u[i],l=s[o];if(null!=l)if(Array.isArray(l)){const i=l.map((e,n)=>eI.for({node:e,key:n,listKey:o,parentPath:t,ctx:a}).init());for(let t=0;t<i.length;t++)if(this.visitPath(e,i[t],n,r),e.stopped)return c()}else if("string"==typeof l.type&&(this.visitPath(e,eI.for({node:l,key:o,listKey:null,parentPath:t,ctx:a}).init(),n,r),e.stopped))return c()}if(!i&&null!=l.leave&&(l.leave.call(e,t,n),e.stopped))return c();r.add(t);const{new:p,unSkipped:d}=c();for(let t=0;t<p.length&&!e.stopped;t++)this.visitPath(e,p[t],n,r);for(let t=0;t<d.length&&!e.stopped;t++)this.visitPath(e,d[t],n,r)}static expandVisitors(e){const t=Object.create(null),n=e=>{Object.keys(e).forEach(n=>{const r=[].concat(...n.split("|").map(e=>e in cP?Object.keys(cP[e]):[e])),i=e[n];"function"==typeof i?r.forEach(e=>{t[e]={enter:i}}):"object"==typeof i&&r.forEach(e=>{t[e]={enter:i.enter,leave:i.leave}})})};return null!=e.comp&&n(e.comp),n(e),t}static traverseNode(e){const t={stopped:!1,stop(){this.stopped=!0}},n=PP();CP(e.ctx.shouldValidateNodes),new tI(e.expand?this.expandVisitors(e.visitors):e.visitors).visitPath(t,eI.for({node:e.node,key:null,listKey:null,parentPath:e.parentPath,ctx:e.ctx}),e.state,new WeakSet,e.visitOnlyChildren),CP(n)}}const nI=(e,t,n)=>{const r=new QP(t.$);"Program"!==e.type&&(r.makeScope=!1),tI.traverseNode({node:e,parentPath:null,visitors:t,state:n,ctx:r,expand:!0})},rI={0:"Unexpected token",28:"Unexpected token: '%0'",1:"Octal escape sequences are not allowed in strict mode",2:"Octal escape sequences are not allowed in template strings",3:"Unexpected token `#`",4:"Illegal Unicode escape sequence",5:"Invalid code point %0",6:"Invalid hexadecimal escape sequence",8:"Octal literals are not allowed in strict mode",7:"Decimal integer literals with a leading zero are forbidden in strict mode",9:"Expected number in radix %0",146:"Invalid left-hand side assignment to a destructible right-hand side",10:"Non-number found after exponent indicator",11:"Invalid BigIntLiteral",12:"No identifiers allowed directly after numeric literal",13:"Escapes \\8 or \\9 are not syntactically valid escapes",14:"Unterminated string literal",15:"Unterminated template literal",16:"Multiline comment was not closed properly",17:"The identifier contained dynamic unicode escape that was not closed",18:"Illegal character '%0'",19:"Missing hexadecimal digits",20:"Invalid implicit octal",21:"Invalid line break in string literal",22:"Only unicode escapes are legal in identifier names",23:"Expected '%0'",24:"Invalid left-hand side in assignment",25:"Invalid left-hand side in async arrow",26:'Calls to super must be in the "constructor" method of a class expression or class declaration that has a superclass',27:"Member access on super must be in a method",29:"Await expression not allowed in formal parameter",30:"Yield expression not allowed in formal parameter",93:"Unexpected token: 'escaped keyword'",31:"Unary expressions as the left operand of an exponentiation expression must be disambiguated with parentheses",120:"Async functions can only be declared at the top level or inside a block",32:"Unterminated regular expression",33:"Unexpected regular expression flag",34:"Duplicate regular expression flag '%0'",35:"%0 functions must have exactly %1 argument%2",36:"Setter function argument must not be a rest parameter",37:"%0 declaration must have a name in this context",38:"Function name may not contain any reserved words or be eval or arguments in strict mode",39:"The rest operator is missing an argument",40:"A getter cannot be a generator",41:"A setter cannot be a generator",42:"A computed property name must be followed by a colon or paren",131:"Object literal keys that are strings or numbers must be a method or have a colon",44:"Found `* async x(){}` but this should be `async * x(){}`",43:"Getters and setters can not be generators",45:"'%0' can not be generator method",46:"No line break is allowed after '=>'",47:"The left-hand side of the arrow can only be destructed through assignment",48:"The binding declaration is not destructible",49:"Async arrow can not be followed by new expression",50:"Classes may not have a static property named 'prototype'",51:"Class constructor may not be a %0",52:"Duplicate constructor method in class",53:"Invalid increment/decrement operand",54:"Invalid use of `new` keyword on an increment/decrement expression",55:"`=>` is an invalid assignment target",56:"Rest element may not have a trailing comma",57:"Missing initializer in %0 declaration",58:"'for-%0' loop head declarations can not have an initializer",59:"Invalid left-hand side in for-%0 loop: Must have a single binding",60:"Invalid shorthand property initializer",61:"Property name __proto__ appears more than once in object literal",62:"Let is disallowed as a lexically bound name",63:"Invalid use of '%0' inside new expression",64:"Illegal 'use strict' directive in function with non-simple parameter list",65:'Identifier "let" disallowed as left-hand side expression in strict mode',66:"Illegal continue statement",67:"Illegal break statement",68:"Cannot have `let[...]` as a var name in strict mode",69:"Invalid destructuring assignment target",70:"Rest parameter may not have a default initializer",71:"The rest argument must the be last parameter",72:"Invalid rest argument",74:"In strict mode code, functions can only be declared at top level or inside a block",75:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement",76:"Without web compatibility enabled functions can not be declared at top level, inside a block, or as the body of an if statement",77:"Class declaration can't appear in single-statement context",78:"Invalid left-hand side in for-%0",79:"Invalid assignment in for-%0",80:"for await (... of ...) is only valid in async functions and async generators",81:"The first token after the template expression should be a continuation of the template",83:"`let` declaration not allowed here and `let` cannot be a regular var name in strict mode",82:"`let \n [` is a restricted production at the start of a statement",84:"Catch clause requires exactly one parameter, not more (and no trailing comma)",85:"Catch clause parameter does not support default values",86:"Missing catch or finally after try",87:"More than one default clause in switch statement",88:"Illegal newline after throw",89:"Strict mode code may not include a with statement",90:"Illegal return statement",91:"The left hand side of the for-header binding declaration is not destructible",92:"new.target only allowed within functions",94:"'#' not followed by identifier",100:"Invalid keyword",99:"Can not use 'let' as a class name",98:"'A lexical declaration can't define a 'let' binding",97:"Can not use `let` as variable name in strict mode",95:"'%0' may not be used as an identifier in this context",96:"Await is only valid in async functions",101:"The %0 keyword can only be used with the module goal",102:"Unicode codepoint must not be greater than 0x10FFFF",103:"%0 source must be string",104:"Only a identifier can be used to indicate alias",105:"Only '*' or '{...}' can be imported after default",106:"Trailing decorator may be followed by method",107:"Decorators can't be used with a constructor",109:"HTML comments are only allowed with web compatibility (Annex B)",110:"The identifier 'let' must not be in expression position in strict mode",111:"Cannot assign to `eval` and `arguments` in strict mode",112:"The left-hand side of a for-of loop may not start with 'let'",113:"Block body arrows can not be immediately invoked without a group",114:"Block body arrows can not be immediately accessed without a group",115:"Unexpected strict mode reserved word",116:"Unexpected eval or arguments in strict mode",117:"Decorators must not be followed by a semicolon",118:"Calling delete on expression not allowed in strict mode",119:"Pattern can not have a tail",121:"Can not have a `yield` expression on the left side of a ternary",122:"An arrow function can not have a postfix update operator",123:"Invalid object literal key character after generator star",124:"Private fields can not be deleted",126:"Classes may not have a field called constructor",125:"Classes may not have a private element named constructor",127:"A class field initializer may not contain arguments",128:"Generators can only be declared at the top level or inside a block",129:"Async methods are a restricted production and cannot have a newline following it",130:"Unexpected character after object literal property name",132:"Invalid key token",133:"Label '%0' has already been declared",134:"continue statement must be nested within an iteration statement",135:"Undefined label '%0'",136:"Trailing comma is disallowed inside import(...) arguments",137:"import() requires exactly one argument",138:"Cannot use new with import(...)",139:"... is not allowed in import()",140:"Expected '=>'",141:"Duplicate binding '%0'",142:"Cannot export a duplicate name '%0'",145:"Duplicate %0 for-binding",143:"Exported binding '%0' needs to refer to a top-level declared variable",144:"Unexpected private field",148:"Numeric separators are not allowed at the end of numeric literals",147:"Only one underscore is allowed as numeric separator",149:"JSX value should be either an expression or a quoted JSX text",150:"Expected corresponding JSX closing tag for %0",151:"Adjacent JSX elements must be wrapped in an enclosing tag",152:"JSX attributes must only be assigned a non-empty 'expression'",153:"'%0' has already been declared",154:"'%0' shadowed a catch clause binding",155:"Dot property must be an identifier",156:"Encountered invalid input after spread/rest argument",157:"Catch without try",158:"Finally without try",159:"Expected corresponding closing tag for JSX fragment",160:"Coalescing and logical operators used together in the same expression must be disambiguated with parentheses",161:"Invalid tagged template on optional chain",162:"Invalid optional chain from super property",163:"Invalid optional chain from new expression",164:'Cannot use "import.meta" outside a module',165:"Leading decorators must be attached to a class declaration"};class iI extends SyntaxError{constructor(e,t,n,r,...i){const s="["+t+":"+n+"]: "+rI[r].replace(/%(\d+)/g,(e,t)=>i[t]);super(`${s}`),this.index=e,this.line=t,this.column=n,this.description=s,this.loc={line:t,column:n}}}function sI(e,t,...n){throw new iI(e.index,e.line,e.column,t,...n)}function aI(e){throw new iI(e.index,e.line,e.column,e.type,e.params)}function oI(e,t,n,r,...i){throw new iI(e,t,n,r,...i)}function lI(e,t,n,r){throw new iI(e,t,n,r)}const cI=((e,t)=>{const n=new Uint32Array(104448);let r=0,i=0;for(;r<3701;){const s=e[r++];if(s<0)i-=s;else{let a=e[r++];2&s&&(a=t[a]),1&s?n.fill(a,i,i+=e[r++]):n[i++]=a}}return n})([-1,2,26,2,27,2,5,-1,0,77595648,3,44,2,3,0,14,2,57,2,58,3,0,3,0,3168796671,0,4294956992,2,1,2,0,2,59,3,0,4,0,4294966523,3,0,4,2,16,2,60,2,0,0,4294836735,0,3221225471,0,4294901942,2,61,0,134152192,3,0,2,0,4294951935,3,0,2,0,2683305983,0,2684354047,2,18,2,0,0,4294961151,3,0,2,2,19,2,0,0,608174079,2,0,2,54,2,7,2,6,0,4278222591,3,0,2,2,1,3,0,3,0,4294901711,2,40,0,4089839103,0,2961209759,0,1342439375,0,4294543342,0,3547201023,0,1577204103,0,4194240,0,4294688750,2,2,0,80831,0,4261478351,0,4294549486,2,2,0,2967484831,0,196559,0,3594373100,0,3288319768,0,8469959,2,200,2,3,0,4093640191,0,660618719,0,65487,0,4294828015,0,4092591615,0,1616920031,0,982991,2,3,2,0,0,2163244511,0,4227923919,0,4236247022,2,66,0,4284449919,0,851904,2,4,2,12,0,67076095,-1,2,67,0,1073741743,0,4093607775,-1,0,50331649,0,3265266687,2,33,0,4294844415,0,4278190047,2,20,2,133,-1,3,0,2,2,23,2,0,2,10,2,0,2,15,2,22,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,11,0,261632,2,25,3,0,2,2,13,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,2151677951,2,29,2,9,0,909311,3,0,2,0,814743551,2,42,0,67090432,3,0,2,2,41,2,0,2,6,2,0,2,30,2,8,0,268374015,2,107,2,48,2,0,2,76,0,134153215,-1,2,7,2,0,2,8,0,2684354559,0,67044351,0,3221160064,2,17,-1,3,0,2,0,67051519,0,1046528,3,0,3,2,9,2,0,2,50,0,4294960127,2,10,2,39,2,11,0,4294377472,2,12,3,0,16,2,13,2,0,2,79,2,10,2,0,2,80,2,81,2,82,2,206,2,129,0,1048577,2,83,2,14,-1,2,14,0,131042,2,84,2,85,2,86,2,0,2,34,-83,3,0,7,0,1046559,2,0,2,15,2,0,0,2147516671,2,21,3,87,2,2,0,-16,2,88,0,524222462,2,4,2,0,0,4269801471,2,4,3,0,2,2,28,2,16,3,0,2,2,17,2,0,-1,2,18,-16,3,0,206,-2,3,0,692,2,68,-1,2,18,2,10,3,0,8,2,90,2,128,2,0,0,3220242431,3,0,3,2,19,2,91,2,92,3,0,2,2,93,2,0,2,94,2,45,2,0,0,4351,2,0,2,9,3,0,2,0,67043391,0,3909091327,2,0,2,24,2,9,2,20,3,0,2,0,67076097,2,8,2,0,2,21,0,67059711,0,4236247039,3,0,2,0,939524103,0,8191999,2,98,2,99,2,22,2,23,3,0,3,0,67057663,3,0,349,2,100,2,101,2,7,-264,3,0,11,2,24,3,0,2,2,32,-1,0,3774349439,2,102,2,103,3,0,2,2,19,2,104,3,0,10,2,10,2,18,2,0,2,46,2,0,2,31,2,105,2,25,0,1638399,2,170,2,106,3,0,3,2,20,2,26,2,27,2,5,2,28,2,0,2,8,2,108,-1,2,109,2,110,2,111,-1,3,0,3,2,12,-2,2,0,2,29,-3,2,159,-4,2,20,2,0,2,36,0,1,2,0,2,62,2,6,2,12,2,10,2,0,2,112,-1,3,0,4,2,10,2,23,2,113,2,7,2,0,2,114,2,0,2,115,2,116,2,117,-2,3,0,9,2,21,2,30,2,31,2,118,2,119,-2,2,120,2,121,2,30,2,21,2,8,-2,2,122,2,30,2,32,-2,2,0,2,38,-2,0,4277137519,0,2269118463,-1,3,20,2,-1,2,33,2,37,2,0,3,30,2,2,35,2,19,-3,3,0,2,2,34,-1,2,0,2,35,2,0,2,35,2,0,2,47,-10,2,0,0,203775,-1,2,164,2,20,2,43,2,36,2,18,2,77,2,18,2,123,2,21,3,0,2,2,37,0,2151677888,2,0,2,12,0,4294901764,2,140,2,0,2,52,2,51,0,5242879,3,0,2,0,402644511,-1,2,125,2,38,0,3,-1,2,126,2,39,2,0,0,67045375,2,40,0,4226678271,0,3766565279,0,2039759,-4,3,0,2,0,3288270847,0,3,3,0,2,0,67043519,-5,2,0,0,4282384383,0,1056964609,-1,3,0,2,0,67043345,-1,2,0,2,41,2,42,-1,2,11,2,55,2,37,-5,2,0,2,12,-3,3,0,2,0,2147484671,2,130,0,4190109695,2,49,-2,2,131,0,4244635647,0,27,2,0,2,8,2,43,2,0,2,63,2,18,2,0,2,41,-8,2,53,2,44,0,67043329,2,45,2,46,0,8388351,-2,2,132,0,3028287487,2,47,2,134,0,33259519,2,42,-9,2,21,0,4294836223,0,3355443199,0,67043335,-2,2,64,-2,3,0,28,2,32,-3,3,0,3,2,17,3,0,6,2,78,-81,2,18,3,0,2,2,36,3,0,33,2,25,2,30,-125,3,0,18,2,37,-269,3,0,17,2,41,2,8,2,23,2,0,2,8,2,23,2,48,2,0,2,21,2,49,2,135,2,25,-21,3,0,2,-4,3,0,2,0,4294936575,2,0,0,4294934783,-2,0,196635,3,0,191,2,50,3,0,38,2,30,-1,2,34,-278,2,136,3,0,9,2,137,2,138,2,51,3,0,11,2,7,-72,3,0,3,2,139,0,1677656575,-147,2,0,2,24,2,37,-16,0,4161266656,0,4071,2,201,-4,0,28,-13,3,0,2,2,52,2,0,2,141,2,142,2,56,2,0,2,143,2,144,2,145,3,0,10,2,146,2,147,2,22,3,52,2,3,148,2,3,53,2,0,4294954999,2,0,-16,2,0,2,89,2,0,0,2105343,0,4160749584,2,174,-34,2,8,2,150,-6,0,4194303871,0,4294903771,2,0,2,54,2,97,-3,2,0,0,1073684479,0,17407,-9,2,18,2,17,2,0,2,32,-14,2,18,2,32,-23,2,151,3,0,6,0,8323103,-1,3,0,2,2,55,-37,2,56,2,152,2,153,2,154,2,155,2,156,-105,2,26,-32,3,0,1335,-1,3,0,129,2,32,3,0,6,2,10,3,0,180,2,157,3,0,233,2,158,3,0,18,2,10,-77,3,0,16,2,10,-47,3,0,154,2,6,3,0,130,2,25,-22250,3,0,7,2,25,-6130,3,5,2,-1,0,69207040,3,44,2,3,0,14,2,57,2,58,-3,0,3168731136,0,4294956864,2,1,2,0,2,59,3,0,4,0,4294966275,3,0,4,2,16,2,60,2,0,2,34,-1,2,18,2,61,-1,2,0,0,2047,0,4294885376,3,0,2,0,3145727,0,2617294944,0,4294770688,2,25,2,62,3,0,2,0,131135,2,95,0,70256639,0,71303167,0,272,2,41,2,6,0,32511,2,0,2,42,-1,2,96,2,63,0,4278255616,0,4294836227,0,4294549473,0,600178175,0,2952806400,0,268632067,0,4294543328,0,57540095,0,1577058304,0,1835008,0,4294688736,2,65,2,64,0,33554435,2,127,2,65,2,160,0,131075,0,3594373096,0,67094296,2,64,-1,0,4294828e3,0,603979263,0,654311424,0,3,0,4294828001,0,602930687,2,167,0,393219,0,4294828016,0,671088639,0,2154840064,0,4227858435,0,4236247008,2,66,2,37,-1,2,4,0,917503,2,37,-1,2,67,0,537788335,0,4026531935,-1,0,1,-1,2,33,2,68,0,7936,-3,2,0,0,2147485695,0,1010761728,0,4292984930,0,16387,2,0,2,15,2,22,3,0,10,2,69,2,0,2,70,2,71,2,72,2,0,2,73,2,0,2,12,-1,2,25,3,0,2,2,13,2,4,3,0,18,2,74,2,5,3,0,2,2,75,0,2147745791,3,19,2,0,122879,2,0,2,9,0,276824064,-2,3,0,2,2,41,2,0,0,4294903295,2,0,2,30,2,8,-1,2,18,2,48,2,0,2,76,2,42,-1,2,21,2,0,2,29,-2,0,128,-2,2,28,2,9,0,8160,-1,2,124,0,4227907585,2,0,2,77,2,0,2,78,2,180,2,10,2,39,2,11,-1,0,74440192,3,0,6,-2,3,0,8,2,13,2,0,2,79,2,10,2,0,2,80,2,81,2,82,-3,2,83,2,14,-3,2,84,2,85,2,86,2,0,2,34,-83,3,0,7,0,817183,2,0,2,15,2,0,0,33023,2,21,3,87,2,-17,2,88,0,524157950,2,4,2,0,2,89,2,4,2,0,2,22,2,28,2,16,3,0,2,2,17,2,0,-1,2,18,-16,3,0,206,-2,3,0,692,2,68,-1,2,18,2,10,3,0,8,2,90,0,3072,2,0,0,2147516415,2,10,3,0,2,2,25,2,91,2,92,3,0,2,2,93,2,0,2,94,2,45,0,4294965179,0,7,2,0,2,9,2,92,2,9,-1,0,1761345536,2,95,0,4294901823,2,37,2,20,2,96,2,35,2,97,0,2080440287,2,0,2,34,2,149,0,3296722943,2,0,0,1046675455,0,939524101,0,1837055,2,98,2,99,2,22,2,23,3,0,3,0,7,3,0,349,2,100,2,101,2,7,-264,3,0,11,2,24,3,0,2,2,32,-1,0,2700607615,2,102,2,103,3,0,2,2,19,2,104,3,0,10,2,10,2,18,2,0,2,46,2,0,2,31,2,105,-3,2,106,3,0,3,2,20,-1,3,5,2,2,107,2,0,2,8,2,108,-1,2,109,2,110,2,111,-1,3,0,3,2,12,-2,2,0,2,29,-8,2,20,2,0,2,36,-1,2,0,2,62,2,6,2,30,2,10,2,0,2,112,-1,3,0,4,2,10,2,18,2,113,2,7,2,0,2,114,2,0,2,115,2,116,2,117,-2,3,0,9,2,21,2,30,2,31,2,118,2,119,-2,2,120,2,121,2,30,2,21,2,8,-2,2,122,2,30,2,32,-2,2,0,2,38,-2,0,4277075969,2,30,-1,3,20,2,-1,2,33,2,123,2,0,3,30,2,2,35,2,19,-3,3,0,2,2,34,-1,2,0,2,35,2,0,2,35,2,0,2,78,-10,2,0,0,197631,-2,2,20,2,43,2,77,2,18,0,3,2,18,2,123,2,21,2,124,2,50,-1,0,2490368,2,124,2,25,2,18,2,34,2,124,2,37,0,4294901904,0,4718591,2,124,2,35,0,335544350,-1,2,125,0,2147487743,0,1,-1,2,126,2,39,2,8,-1,2,127,2,65,0,3758161920,0,3,-4,2,0,2,29,0,2147485568,0,3,2,0,2,25,0,176,-5,2,0,2,17,2,188,-1,2,0,2,25,2,205,-1,2,0,0,16779263,-2,2,12,-1,2,37,-5,2,0,2,128,-3,3,0,2,2,129,2,130,0,2147549183,0,2,-2,2,131,2,36,0,10,0,4294965249,0,67633151,0,4026597376,2,0,0,536871935,2,18,2,0,2,41,-8,2,53,2,17,0,1,2,45,2,25,-3,2,132,2,36,2,133,2,134,0,16778239,-10,2,35,0,4294836212,2,9,-3,2,64,-2,3,0,28,2,32,-3,3,0,3,2,17,3,0,6,2,78,-81,2,18,3,0,2,2,36,3,0,33,2,25,0,126,-125,3,0,18,2,37,-269,3,0,17,2,41,2,8,2,18,2,0,2,8,2,18,2,54,2,0,2,25,2,78,2,135,2,25,-21,3,0,2,-4,3,0,2,0,67583,-1,2,104,-2,0,11,3,0,191,2,50,3,0,38,2,30,-1,2,34,-278,2,136,3,0,9,2,137,2,138,2,51,3,0,11,2,7,-72,3,0,3,2,139,2,140,-187,3,0,2,2,52,2,0,2,141,2,142,2,56,2,0,2,143,2,144,2,145,3,0,10,2,146,2,147,2,22,3,52,2,3,148,2,3,53,2,2,149,-57,2,8,2,150,-7,2,18,2,0,2,54,-4,2,0,0,1065361407,0,16384,-9,2,18,2,54,2,0,2,128,-14,2,18,2,128,-23,2,151,3,0,6,2,123,-1,3,0,2,0,2063,-37,2,56,2,152,2,153,2,154,2,155,2,156,-138,3,0,1335,-1,3,0,129,2,32,3,0,6,2,10,3,0,180,2,157,3,0,233,2,158,3,0,18,2,10,-77,3,0,16,2,10,-47,3,0,154,2,6,3,0,130,2,25,-28386,2,0,0,1,-1,2,129,2,0,0,8193,-21,2,198,0,10255,0,4,-11,2,64,2,179,-1,0,71680,-1,2,171,0,4292900864,0,268435519,-5,2,159,-1,2,169,-1,0,6144,-2,2,45,-1,2,163,-1,0,2147532800,2,160,2,166,0,16744448,-2,0,4,-4,2,194,0,205128192,0,1333757536,0,2147483696,0,423953,0,747766272,0,2717763192,0,4286578751,0,278545,2,161,0,4294886464,0,33292336,0,417809,2,161,0,1327482464,0,4278190128,0,700594195,0,1006647527,0,4286497336,0,4160749631,2,162,0,201327104,0,3634348576,0,8323120,2,162,0,202375680,0,2678047264,0,4293984304,2,162,-1,0,983584,0,48,0,58720273,0,3489923072,0,10517376,0,4293066815,0,1,0,2013265920,2,182,2,0,0,2089,0,3221225552,0,201359520,2,0,-2,0,256,0,122880,0,16777216,2,159,0,4160757760,2,0,-6,2,176,-11,0,3263218176,-1,0,49664,0,2160197632,0,8388802,-1,0,12713984,-1,2,163,2,164,2,183,-2,2,172,-20,0,3758096385,-2,2,165,2,191,2,91,2,177,0,4294057984,-2,2,173,2,168,0,4227874816,-2,2,165,-1,2,166,-1,2,178,2,129,0,4026593280,0,14,0,4292919296,-1,2,175,0,939588608,-1,0,805306368,-1,2,129,2,167,2,168,2,169,2,207,2,0,-2,2,170,2,129,-3,0,267386880,-1,0,117440512,0,7168,-1,2,210,2,163,2,171,2,184,-16,2,172,-1,0,1426112704,2,173,-1,2,192,0,271581216,0,2149777408,2,25,2,171,2,129,0,851967,2,185,-1,2,174,2,186,-4,2,175,-20,2,197,2,204,-56,0,3145728,2,187,-10,0,32505856,-1,2,176,-1,0,2147385088,2,91,1,2155905152,2,-3,2,173,2,0,0,67108864,-2,2,177,-6,2,178,2,25,0,1,-1,0,1,-1,2,179,-3,2,123,2,64,-2,2,97,-2,0,32752,2,129,-915,2,170,-1,2,203,-10,2,190,-5,2,181,-6,0,4229232640,2,19,-1,2,180,-1,2,181,-2,0,4227874752,-3,0,2146435072,2,164,-2,0,1006649344,2,129,-1,2,91,0,201375744,-3,0,134217720,2,91,0,4286677377,0,32896,-1,2,175,-3,0,4227907584,-349,0,65520,0,1920,2,182,3,0,264,-11,2,169,-2,2,183,2,0,0,520617856,0,2692743168,0,36,-3,0,524280,-13,2,189,-1,0,4294934272,2,25,2,183,-1,2,213,0,2158720,-3,2,164,0,1,-4,2,129,0,3808625411,0,3489628288,0,4096,0,1207959680,0,3221274624,2,0,-3,2,184,0,120,0,7340032,-2,2,185,2,4,2,25,2,173,3,0,4,2,164,-1,2,186,2,182,-1,0,8176,2,166,2,184,2,211,-1,0,4290773232,2,0,-4,2,173,2,193,0,15728640,2,182,-1,2,171,-1,0,134250480,0,4720640,0,3825467396,3,0,2,-9,2,91,2,178,0,4294967040,2,133,0,4160880640,3,0,2,0,704,0,1849688064,2,187,-1,2,129,0,4294901887,2,0,0,130547712,0,1879048192,2,208,3,0,2,-1,2,188,2,189,-1,0,17829776,0,2025848832,2,212,-2,2,0,-1,0,4286580608,-1,0,29360128,2,196,0,16252928,0,3791388672,2,39,3,0,2,-2,2,202,2,0,-1,2,104,-1,0,66584576,-1,2,195,3,0,9,2,129,-1,0,4294755328,2,0,2,20,-1,2,171,2,183,2,25,2,95,2,25,2,190,2,91,-2,0,245760,2,191,-1,2,159,2,199,0,4227923456,-1,2,192,2,171,2,91,-3,0,4292870145,0,262144,-1,2,92,2,0,0,1073758848,2,193,-1,0,4227921920,2,194,0,68289024,0,528402016,0,4292927536,3,0,4,-2,0,268435456,2,92,-2,2,195,3,0,5,-1,2,196,2,173,2,0,-2,0,4227923936,2,62,-1,2,183,2,95,2,0,2,163,2,175,2,197,3,0,5,-1,2,182,3,0,3,-2,0,2146959360,0,9440640,0,104857600,0,4227923840,3,0,2,0,768,2,198,2,28,-2,2,171,-2,2,199,-1,2,165,2,95,3,0,7,0,512,0,8388608,2,200,2,170,2,189,0,4286578944,3,0,2,0,1152,0,1266679808,2,195,0,576,0,4261707776,2,95,3,0,9,2,165,0,131072,0,939524096,2,183,3,0,2,2,16,-1,0,2147221504,-28,2,183,3,0,3,-3,0,4292902912,-6,2,96,3,0,81,2,25,-2,2,104,-33,2,18,2,178,3,0,125,-18,2,197,3,0,269,-17,2,165,2,129,2,201,-1,2,129,2,193,0,4290822144,-2,0,67174336,0,520093700,2,18,3,0,21,-2,2,184,3,0,3,-2,0,30720,-1,0,32512,3,0,2,0,4294770656,-191,2,181,-38,2,178,2,0,2,202,3,0,278,0,2417033215,-9,0,4294705144,0,4292411391,0,65295,-11,2,182,3,0,72,-3,0,3758159872,0,201391616,3,0,147,-1,2,169,2,203,-3,2,96,2,0,-7,2,178,-1,0,384,-1,0,133693440,-3,2,204,-2,2,107,3,0,3,3,177,2,-2,2,91,2,165,3,0,4,-2,2,192,-1,2,159,0,335552923,2,205,-1,0,538974272,0,2214592512,0,132e3,-10,0,192,-8,2,206,-21,0,134213632,2,158,3,0,34,2,129,0,4294965279,3,0,6,0,100663424,0,63524,-1,2,209,2,148,3,0,3,-1,0,3221282816,0,4294917120,3,0,9,2,25,2,207,-1,2,208,3,0,14,2,25,2,183,3,0,23,0,2147520640,-6,0,4286578784,2,0,-2,0,1006694400,3,0,24,2,36,-1,0,4292870144,3,0,2,0,1,2,173,3,0,6,2,205,0,4110942569,0,1432950139,0,2701658217,0,4026532864,0,4026532881,2,0,2,46,3,0,8,-1,2,175,-2,2,177,0,98304,0,65537,2,178,-5,2,209,2,0,2,77,2,199,2,182,0,4294770176,2,107,3,0,4,-30,2,188,0,3758153728,-3,0,125829120,-2,2,183,0,4294897664,2,175,-1,2,195,-1,2,171,0,4294754304,3,0,2,-10,2,177,0,3758145536,2,210,2,211,0,4026548160,2,212,-4,2,213,-1,2,204,0,4227923967,3,0,32,-1335,2,0,-129,2,183,-6,2,173,-180,0,65532,-233,2,174,-18,2,173,3,0,77,-16,2,173,3,0,47,-154,2,166,-130,2,18,3,0,22250,-7,2,18,3,0,6128],[4294967295,4294967291,4092460543,4294828031,4294967294,134217726,4294903807,268435455,2147483647,1048575,1073741823,3892314111,134217727,1061158911,536805376,4294910143,4294901759,32767,4294901760,262143,536870911,8388607,4160749567,4294902783,4294918143,65535,67043328,2281701374,4294967264,2097151,4194303,255,67108863,4294967039,511,524287,131071,127,3238002687,4294902271,4294549487,33554431,1023,4294901888,4286578687,4294705152,4294770687,67043583,2047999,67043343,16777215,4294902e3,4292870143,4294966783,16383,67047423,4294967279,262083,20511,4290772991,41943039,493567,4294959104,603979775,65536,602799615,805044223,4294965206,8191,1031749119,4294917631,2134769663,4286578493,4282253311,4294942719,33540095,4294905855,63,15,2868854591,1608515583,265232348,534519807,2147614720,1060109444,4093640016,17376,2139062143,224,4169138175,4294909951,4286578688,4294967292,4294965759,65734655,4294966272,4294967280,32768,8289918,4294934399,4294901775,4294965375,1602223615,4294967259,4294443008,268369920,4292804608,4294967232,486341884,4294963199,3087007615,1073692671,4128527,4279238655,4294902015,4160684047,4290246655,469499899,4294967231,134086655,4294966591,2445279231,3670015,31,4294967288,4294705151,3221208447,4294549472,4095,2147483648,4285526655,4294966527,4294966143,64,4294966719,3774873592,1877934080,262151,2555904,536807423,67043839,3758096383,3959414372,3755993023,2080374783,4294835295,4294967103,4160749565,4294934527,4087,2016,2147446655,184024726,2862017156,1593309078,268434431,268434414,4294901763,4294901761,536870912,2952790016,202506752,139264,402653184,3758096384,4261412864,63488,1610612736,4227922944,49152,57344,65280,3233808384,3221225472,65534,61440,57152,4293918720,4290772992,25165824,4227915776,4278190080,4026531840,4227858432,4160749568,3758129152,4294836224,4194304,251658240,196608,4294963200,2143289344,2097152,64512,417808,4227923712,12582912,4294967168,50331648,65528,65472,15360,4294966784,65408,4294965248,16,12288,4294934528,2080374784,4294950912,65024,1073741824,4261477888,524288]);function uI(e){return e.column++,e.currentChar=e.source.charCodeAt(++e.index)}function pI(e,t){if(55296!=(64512&t))return 0;const n=e.source.charCodeAt(e.index+1);return 56320!=(64512&n)?0:(t=e.currentChar=65536+((1023&t)<<10)+(1023&n),1&cI[(t>>>5)+0]>>>t||sI(e,18,mI(t)),e.index++,e.column++,1)}function dI(e,t){e.currentChar=e.source.charCodeAt(++e.index),e.flags|=1,4&t||(e.column=0,e.line++)}function hI(e){e.flags|=1,e.currentChar=e.source.charCodeAt(++e.index),e.column=0,e.line++}function fI(e){return 160===e||65279===e||133===e||5760===e||e>=8192&&e<=8203||8239===e||8287===e||12288===e||8201===e||65519===e}function mI(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(e>>>10)+String.fromCharCode(1023&e)}function gI(e){return e<65?e-48:e-65+10&15}const yI=[0,0,0,0,0,0,0,0,0,0,1032,0,0,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8192,0,3,0,0,8192,0,0,0,256,0,33024,0,0,242,242,114,114,114,114,114,114,594,594,0,0,16384,0,0,0,0,67,67,67,67,67,67,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,1,0,0,4099,0,71,71,71,71,71,71,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,16384,0,0,0,0],bI=[0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0],vI=[0,0,0,0,0,0,0,0,0,0,0,0,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,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0];function EI(e){return e<=127?bI[e]:1&cI[(e>>>5)+34816]>>>e}function wI(e){return e<=127?vI[e]:1&cI[(e>>>5)+0]>>>e||8204===e||8205===e}const TI=["SingleLine","MultiLine","HTMLOpen","HTMLClose","HashbangComment"];function SI(e,t,n,r,i,s,a,o){return 2048&r&&sI(e,0),xI(e,t,n,i,s,a,o)}function xI(e,t,n,r,i,s,a){const{index:o}=e;for(e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column;e.index<e.end;){if(8&yI[e.currentChar]){const n=13===e.currentChar;hI(e),n&&e.index<e.end&&10===e.currentChar&&(e.currentChar=t.charCodeAt(++e.index));break}if((8232^e.currentChar)<=1){hI(e);break}uI(e),e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column}if(e.onComment){const n={start:{line:s,column:a},end:{line:e.linePos,column:e.colPos}};e.onComment(TI[255&r],t.slice(o,e.tokenPos),i,e.tokenPos,n)}return 1|n}function _I(e,t,n){const{index:r}=e;for(;e.index<e.end;)if(e.currentChar<43){let i=!1;for(;42===e.currentChar;)if(i||(n&=-5,i=!0),47===uI(e)){if(uI(e),e.onComment){const n={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onComment(TI[1],t.slice(r,e.index-2),r-2,e.index,n)}return e.tokenPos=e.index,e.linePos=e.line,e.colPos=e.column,n}if(i)continue;8&yI[e.currentChar]?13===e.currentChar?(n|=5,hI(e)):(dI(e,n),n=-5&n|1):uI(e)}else(8232^e.currentChar)<=1?(n=-5&n|1,hI(e)):(n&=-5,uI(e));sI(e,16)}function AI(e,t){const n=e.index;let r=0;e:for(;;){const t=e.currentChar;if(uI(e),1&r)r&=-2;else switch(t){case 47:if(r)break;break e;case 92:r|=1;break;case 91:r|=2;break;case 93:r&=1;break;case 13:case 10:case 8232:case 8233:sI(e,32)}if(e.index>=e.source.length)return sI(e,32)}const i=e.index-1;let s=0,a=e.currentChar;const{index:o}=e;for(;wI(a);){switch(a){case 103:2&s&&sI(e,34,"g"),s|=2;break;case 105:1&s&&sI(e,34,"i"),s|=1;break;case 109:4&s&&sI(e,34,"m"),s|=4;break;case 117:16&s&&sI(e,34,"u"),s|=16;break;case 121:8&s&&sI(e,34,"y"),s|=8;break;case 115:32&s&&sI(e,34,"s"),s|=32;break;case 100:64&s&&sI(e,34,"d"),s|=64;break;default:sI(e,33)}a=uI(e)}const l=e.source.slice(o,e.index),c=e.source.slice(n,i);return e.tokenRegExp={pattern:c,flags:l},512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),e.tokenValue=function(e,t,n){try{return new RegExp(t,n)}catch(r){try{return new RegExp(t,n.replace("d","")),null}catch(t){sI(e,32)}}}(e,c,l),65540}function CI(e,t,n){const{index:r}=e;let i="",s=uI(e),a=e.index;for(;!(8&yI[s]);){if(s===n)return i+=e.source.slice(a,e.index),uI(e),512&t&&(e.tokenRaw=e.source.slice(r,e.index)),e.tokenValue=i,134283267;if(!(8&~s)&&92===s){if(i+=e.source.slice(a,e.index),s=uI(e),s<127||8232===s||8233===s){const n=PI(e,t,s);n>=0?i+=mI(n):II(e,n,0)}else i+=mI(s);a=e.index+1}e.index>=e.end&&sI(e,14),s=uI(e)}sI(e,14)}function PI(e,t,n){switch(n){case 98:return 8;case 102:return 12;case 114:return 13;case 110:return 10;case 116:return 9;case 118:return 11;case 13:if(e.index<e.end){const t=e.source.charCodeAt(e.index+1);10===t&&(e.index=e.index+1,e.currentChar=t)}case 10:case 8232:case 8233:return e.column=-1,e.line++,-1;case 48:case 49:case 50:case 51:{let r=n-48,i=e.index+1,s=e.column+1;if(i<e.end){const n=e.source.charCodeAt(i);if(32&yI[n]){if(1024&t)return-2;if(e.currentChar=n,r=r<<3|n-48,i++,s++,i<e.end){const t=e.source.charCodeAt(i);32&yI[t]&&(e.currentChar=t,r=r<<3|t-48,i++,s++)}e.flags|=64,e.index=i-1,e.column=s-1}else if((0!==r||512&yI[n])&&1024&t)return-2}return r}case 52:case 53:case 54:case 55:{if(1024&t)return-2;let r=n-48;const i=e.index+1,s=e.column+1;if(i<e.end){const t=e.source.charCodeAt(i);32&yI[t]&&(r=r<<3|t-48,e.currentChar=t,e.index=i,e.column=s)}return e.flags|=64,r}case 120:{const t=uI(e);if(!(64&yI[t]))return-4;const n=gI(t),r=uI(e);if(!(64&yI[r]))return-4;return n<<4|gI(r)}case 117:{const t=uI(e);if(123===e.currentChar){let t=0;for(;64&yI[uI(e)];)if(t=t<<4|gI(e.currentChar),t>1114111)return-5;return e.currentChar<1||125!==e.currentChar?-4:t}{if(!(64&yI[t]))return-4;const n=e.source.charCodeAt(e.index+1);if(!(64&yI[n]))return-4;const r=e.source.charCodeAt(e.index+2);if(!(64&yI[r]))return-4;const i=e.source.charCodeAt(e.index+3);return 64&yI[i]?(e.index+=3,e.column+=3,e.currentChar=e.source.charCodeAt(e.index),gI(t)<<12|gI(n)<<8|gI(r)<<4|gI(i)):-4}}case 56:case 57:if(!(256&t))return-3;default:return n}}function II(e,t,n){switch(t){case-1:return;case-2:sI(e,n?2:1);case-3:sI(e,13);case-4:sI(e,6);case-5:sI(e,102)}}function OI(e,t){const{index:n}=e;let r=67174409,i="",s=uI(e);for(;96!==s;){if(36===s&&123===e.source.charCodeAt(e.index+1)){uI(e),r=67174408;break}if(8&~s||92!==s)e.index<e.end&&13===s&&10===e.source.charCodeAt(e.index)&&(i+=mI(s),e.currentChar=e.source.charCodeAt(++e.index)),((83&s)<3&&10===s||(8232^s)<=1)&&(e.column=-1,e.line++),i+=mI(s);else if(s=uI(e),s>126)i+=mI(s);else{const n=PI(e,1024|t,s);if(n>=0)i+=mI(n);else{if(-1!==n&&65536&t){i=void 0,s=kI(e,s),s<0&&(r=67174408);break}II(e,n,1)}}e.index>=e.end&&sI(e,15),s=uI(e)}return uI(e),e.tokenValue=i,e.tokenRaw=e.source.slice(n+1,e.index-(67174409===r?1:2)),r}function kI(e,t){for(;96!==t;){switch(t){case 36:{const n=e.index+1;if(n<e.end&&123===e.source.charCodeAt(n))return e.index=n,e.column++,-t;break}case 10:case 8232:case 8233:e.column=-1,e.line++}e.index>=e.end&&sI(e,15),t=uI(e)}return t}function NI(e,t){return e.index>=e.end&&sI(e,0),e.index--,e.column--,OI(e,t)}function DI(e,t,n){let r=e.currentChar,i=0,s=9,a=64&n?0:1,o=0,l=0;if(64&n)i="."+LI(e,r),r=e.currentChar,110===r&&sI(e,11);else{if(48===r)if(r=uI(e),120==(32|r)){for(n=136,r=uI(e);4160&yI[r];)95!==r?(l=1,i=16*i+gI(r),o++,r=uI(e)):(l||sI(e,147),l=0,r=uI(e));0!==o&&l||sI(e,0===o?19:148)}else if(111==(32|r)){for(n=132,r=uI(e);4128&yI[r];)95!==r?(l=1,i=8*i+(r-48),o++,r=uI(e)):(l||sI(e,147),l=0,r=uI(e));0!==o&&l||sI(e,0===o?0:148)}else if(98==(32|r)){for(n=130,r=uI(e);4224&yI[r];)95!==r?(l=1,i=2*i+(r-48),o++,r=uI(e)):(l||sI(e,147),l=0,r=uI(e));0!==o&&l||sI(e,0===o?0:148)}else if(32&yI[r])for(1024&t&&sI(e,1),n=1;16&yI[r];){if(512&yI[r]){n=32,a=0;break}i=8*i+(r-48),r=uI(e)}else 512&yI[r]?(1024&t&&sI(e,1),e.flags|=64,n=32):95===r&&sI(e,0);if(48&n){if(a){for(;s>=0&&4112&yI[r];)95!==r?(l=0,i=10*i+(r-48),r=uI(e),--s):(r=uI(e),(95===r||32&n)&&lI(e.index,e.line,e.index+1,147),l=1);if(l&&lI(e.index,e.line,e.index+1,148),s>=0&&!EI(r)&&46!==r)return e.tokenValue=i,512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266}i+=LI(e,r),r=e.currentChar,46===r&&(95===uI(e)&&sI(e,0),n=64,i+="."+LI(e,e.currentChar),r=e.currentChar)}}const c=e.index;let u=0;if(110===r&&128&n)u=1,r=uI(e);else if(101==(32|r)){r=uI(e),256&yI[r]&&(r=uI(e));const{index:t}=e;16&yI[r]||sI(e,10),i+=e.source.substring(c,t)+LI(e,r),r=e.currentChar}return(e.index<e.end&&16&yI[r]||EI(r))&&sI(e,12),u?(e.tokenRaw=e.source.slice(e.tokenPos,e.index),e.tokenValue=BigInt(i),134283389):(e.tokenValue=15&n?i:32&n?parseFloat(e.source.substring(e.tokenPos,e.index)):+i,512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index)),134283266)}function LI(e,t){let n=0,r=e.index,i="";for(;4112&yI[t];){if(95===t){const{index:s}=e;95===(t=uI(e))&&lI(e.index,e.line,e.index+1,147),n=1,i+=e.source.substring(r,s),r=e.index;continue}n=0,t=uI(e)}return n&&lI(e.index,e.line,e.index+1,148),i+e.source.substring(r,e.index)}const RI=["end of source","identifier","number","string","regular expression","false","true","null","template continuation","template tail","=>","(","{",".","...","}",")",";",",","[","]",":","?","'",'"',"</","/>","++","--","=","<<=",">>=",">>>=","**=","+=","-=","*=","/=","%=","^=","|=","&=","||=","&&=","??=","typeof","delete","void","!","~","+","-","in","instanceof","*","%","/","**","&&","||","===","!==","==","!=","<=",">=","<",">","<<",">>",">>>","&","|","^","var","let","const","break","case","catch","class","continue","debugger","default","do","else","export","extends","finally","for","function","if","import","new","return","super","switch","this","throw","try","while","with","implements","interface","package","private","protected","public","static","yield","as","async","await","constructor","get","set","from","of","enum","eval","arguments","escaped keyword","escaped future reserved keyword","reserved if strict","#","BigIntLiteral","??","?.","WhiteSpace","Illegal","LineTerminator","PrivateField","Template","@","target","meta","LineFeed","Escaped","JSXText"],MI=Object.create(null,{this:{value:86113},function:{value:86106},if:{value:20571},return:{value:20574},var:{value:86090},else:{value:20565},for:{value:20569},new:{value:86109},in:{value:8738868},typeof:{value:16863277},while:{value:20580},case:{value:20558},break:{value:20557},try:{value:20579},catch:{value:20559},delete:{value:16863278},throw:{value:86114},switch:{value:86112},continue:{value:20561},default:{value:20563},instanceof:{value:8476725},do:{value:20564},void:{value:16863279},finally:{value:20568},async:{value:209007},await:{value:209008},class:{value:86096},const:{value:86092},constructor:{value:12401},debugger:{value:20562},export:{value:20566},extends:{value:20567},false:{value:86021},from:{value:12404},get:{value:12402},implements:{value:36966},import:{value:86108},interface:{value:36967},let:{value:241739},null:{value:86023},of:{value:274549},package:{value:36968},private:{value:36969},protected:{value:36970},public:{value:36971},set:{value:12403},static:{value:36972},super:{value:86111},true:{value:86022},with:{value:20581},yield:{value:241773},enum:{value:86134},eval:{value:537079927},as:{value:77934},arguments:{value:537079928},target:{value:143494},meta:{value:143495}});function FI(e,t,n){for(;vI[uI(e)];);return e.tokenValue=e.source.slice(e.tokenPos,e.index),92!==e.currentChar&&e.currentChar<=126?MI[e.tokenValue]||208897:BI(e,t,0,n)}function jI(e,t){const n=$I(e);return wI(n)||sI(e,4),e.tokenValue=mI(n),BI(e,t,1,4&yI[n])}function BI(e,t,n,r){let i=e.index;for(;e.index<e.end;)if(92===e.currentChar){e.tokenValue+=e.source.slice(i,e.index),n=1;const t=$I(e);wI(t)||sI(e,4),r=r&&4&yI[t],e.tokenValue+=mI(t),i=e.index}else{if(!wI(e.currentChar)&&!pI(e,e.currentChar))break;uI(e)}e.index<=e.end&&(e.tokenValue+=e.source.slice(i,e.index));const s=e.tokenValue.length;if(r&&s>=2&&s<=11){const r=MI[e.tokenValue];return void 0===r?208897:n?209008===r?4196352&t?121:r:1024&t?36972===r?122:36864&~r?20480&~r?143483:268435456&t&&!(8192&t)?r:121:122:!(268435456&t)||8192&t||20480&~r?241773===r?268435456&t?143483:2097152&t?121:r:209007===r?143483:36864&~r?121:r:r:r}return 208897}function UI(e){return EI(uI(e))||sI(e,94),131}function $I(e){return 117!==e.source.charCodeAt(e.index+1)&&sI(e,4),e.currentChar=e.source.charCodeAt(e.index+=2),function(e){let t=0;const n=e.currentChar;if(123===n){const n=e.index-2;for(;64&yI[uI(e)];)t=t<<4|gI(e.currentChar),t>1114111&&lI(n,e.line,e.index+1,102);return 125!==e.currentChar&&lI(n,e.line,e.index-1,6),uI(e),t}64&yI[n]||sI(e,6);const r=e.source.charCodeAt(e.index+1);64&yI[r]||sI(e,6);const i=e.source.charCodeAt(e.index+2);64&yI[i]||sI(e,6);const s=e.source.charCodeAt(e.index+3);64&yI[s]||sI(e,6);return t=gI(n)<<12|gI(r)<<8|gI(i)<<4|gI(s),e.currentChar=e.source.charCodeAt(e.index+=4),t}(e)}const qI=[129,129,129,129,129,129,129,129,129,128,136,128,128,130,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,128,16842800,134283267,131,208897,8457015,8455751,134283267,67174411,16,8457014,25233970,18,25233971,67108877,8457016,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,134283266,21,1074790417,8456258,1077936157,8456259,22,133,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,208897,69271571,137,20,8455497,208897,132,4096,4096,4096,4096,4096,4096,4096,208897,4096,208897,208897,4096,208897,4096,208897,4096,208897,4096,4096,4096,208897,4096,4096,208897,4096,4096,2162700,8455240,1074790415,16842801,129];function VI(e,t){if(e.flags=1^(1|e.flags),e.startPos=e.index,e.startColumn=e.column,e.startLine=e.line,e.token=HI(e,t,0),e.onToken&&1048576!==e.token){const t={start:{line:e.linePos,column:e.colPos},end:{line:e.line,column:e.column}};e.onToken(function(e){switch(e){case 134283266:return"NumericLiteral";case 134283267:return"StringLiteral";case 86021:case 86022:return"BooleanLiteral";case 86023:return"NullLiteral";case 65540:return"RegularExpression";case 67174408:case 67174409:case 132:return"TemplateLiteral";default:return 143360&~e?4096&~e?"Punctuator":"Keyword":"Identifier"}}(e.token),e.tokenPos,e.index,t)}}function HI(e,t,n){const r=0===e.index,i=e.source;let s=e.index,a=e.line,o=e.column;for(;e.index<e.end;){e.tokenPos=e.index,e.colPos=e.column,e.linePos=e.line;let l=e.currentChar;if(l<=126){const c=qI[l];switch(c){case 67174411:case 16:case 2162700:case 1074790415:case 69271571:case 20:case 21:case 1074790417:case 18:case 16842801:case 133:case 129:return uI(e),c;case 208897:return FI(e,t,0);case 4096:return FI(e,t,1);case 134283266:return DI(e,t,144);case 134283267:return CI(e,t,l);case 132:return OI(e,t);case 137:return jI(e,t);case 131:return UI(e);case 128:uI(e);break;case 130:n|=5,hI(e);break;case 136:dI(e,n),n=-5&n|1;break;case 8456258:let u=uI(e);if(e.index<e.end){if(60===u)return e.index<e.end&&61===uI(e)?(uI(e),4194334):8456516;if(61===u)return uI(e),8456256;if(33===u){const r=e.index+1;if(r+1<e.end&&45===i.charCodeAt(r)&&45==i.charCodeAt(r+1)){e.column+=3,e.currentChar=i.charCodeAt(e.index+=3),n=SI(e,i,n,t,2,e.tokenPos,e.linePos,e.colPos),s=e.tokenPos,a=e.linePos,o=e.colPos;continue}return 8456258}if(47===u){if(!(16&t))return 8456258;const n=e.index+1;if(n<e.end&&(u=i.charCodeAt(n),42===u||47===u))break;return uI(e),25}}return 8456258;case 1077936157:{uI(e);const t=e.currentChar;return 61===t?61===uI(e)?(uI(e),8455996):8455998:62===t?(uI(e),10):1077936157}case 16842800:return 61!==uI(e)?16842800:61!==uI(e)?8455999:(uI(e),8455997);case 8457015:return 61!==uI(e)?8457015:(uI(e),4194342);case 8457014:{if(uI(e),e.index>=e.end)return 8457014;const t=e.currentChar;return 61===t?(uI(e),4194340):42!==t?8457014:61!==uI(e)?8457273:(uI(e),4194337)}case 8455497:return 61!==uI(e)?8455497:(uI(e),4194343);case 25233970:{uI(e);const t=e.currentChar;return 43===t?(uI(e),33619995):61===t?(uI(e),4194338):25233970}case 25233971:{uI(e);const l=e.currentChar;if(45===l){if(uI(e),(1&n||r)&&62===e.currentChar){256&t||sI(e,109),uI(e),n=SI(e,i,n,t,3,s,a,o),s=e.tokenPos,a=e.linePos,o=e.colPos;continue}return 33619996}return 61===l?(uI(e),4194339):25233971}case 8457016:if(uI(e),e.index<e.end){const r=e.currentChar;if(47===r){uI(e),n=xI(e,i,n,0,e.tokenPos,e.linePos,e.colPos),s=e.tokenPos,a=e.linePos,o=e.colPos;continue}if(42===r){uI(e),n=_I(e,i,n),s=e.tokenPos,a=e.linePos,o=e.colPos;continue}if(32768&t)return AI(e,t);if(61===r)return uI(e),4259877}return 8457016;case 67108877:const p=uI(e);if(p>=48&&p<=57)return DI(e,t,80);if(46===p){const t=e.index+1;if(t<e.end&&46===i.charCodeAt(t))return e.column+=2,e.currentChar=i.charCodeAt(e.index+=2),14}return 67108877;case 8455240:{uI(e);const t=e.currentChar;return 124===t?(uI(e),61===e.currentChar?(uI(e),4194346):8979003):61===t?(uI(e),4194344):8455240}case 8456259:{uI(e);const t=e.currentChar;if(61===t)return uI(e),8456257;if(62!==t)return 8456259;if(uI(e),e.index<e.end){const t=e.currentChar;if(62===t)return 61===uI(e)?(uI(e),4194336):8456518;if(61===t)return uI(e),4194335}return 8456517}case 8455751:{uI(e);const t=e.currentChar;return 38===t?(uI(e),61===e.currentChar?(uI(e),4194347):8979258):61===t?(uI(e),4194345):8455751}case 22:{let t=uI(e);if(63===t)return uI(e),61===e.currentChar?(uI(e),4194348):276889982;if(46===t){const n=e.index+1;if(n<e.end&&(t=i.charCodeAt(n),!(t>=48&&t<=57)))return uI(e),67108991}return 22}}}else{if((8232^l)<=1){n=-5&n|1,hI(e);continue}if(55296==(64512&l)||1&cI[(l>>>5)+34816]>>>l)return 56320==(64512&l)&&(l=(1023&l)<<10|1023&l|65536,1&cI[(l>>>5)+0]>>>l||sI(e,18,mI(l)),e.index++,e.currentChar=l),e.column++,e.tokenValue="",BI(e,t,0,0);if(fI(l)){uI(e);continue}sI(e,18,mI(l))}}return 1048576}const WI={AElig:"Æ",AMP:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"",Aring:"Å",Ascr:"𝒜",Assign:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",Barv:"⫧",Barwed:"⌆",Bcy:"Б",Because:"∵",Bernoullis:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",Bscr:"ℬ",Bumpeq:"≎",CHcy:"Ч",COPY:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",Cayleys:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",CenterDot:"·",Cfr:"ℭ",Chi:"Χ",CircleDot:"⊙",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",Colon:"∷",Colone:"⩴",Congruent:"≡",Conint:"∯",ContourIntegral:"∮",Copf:"ℂ",Coproduct:"∐",CounterClockwiseContourIntegral:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",DD:"ⅅ",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",Darr:"↡",Dashv:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",Diamond:"⋄",DifferentialD:"ⅆ",Dopf:"𝔻",Dot:"¨",DotDot:"⃜",DotEqual:"≐",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",Downarrow:"⇓",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrave:"È",Element:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",Equilibrium:"⇌",Escr:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",ExponentialE:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",Fopf:"𝔽",ForAll:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",Gt:"≫",HARDcy:"Ъ",Hacek:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",HilbertSpace:"ℋ",Hopf:"ℍ",HorizontalLine:"─",Hscr:"ℋ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Igrave:"Ì",Im:"ℑ",Imacr:"Ī",ImaginaryI:"ⅈ",Implies:"⇒",Int:"∬",Integral:"∫",Intersection:"⋂",InvisibleComma:"",InvisibleTimes:"",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Larr:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",LeftRightArrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",Leftarrow:"⇐",Leftrightarrow:"⇔",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",LessLess:"⪡",LessSlantEqual:"⩽",LessTilde:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",LongLeftRightArrow:"⟷",LongRightArrow:"⟶",Longleftarrow:"⟸",Longleftrightarrow:"⟺",Longrightarrow:"⟹",Lopf:"𝕃",LowerLeftArrow:"↙",LowerRightArrow:"↘",Lscr:"ℒ",Lsh:"↰",Lstrok:"Ł",Lt:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",MinusPlus:"∓",Mopf:"𝕄",Mscr:"ℳ",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",Nfr:"𝔑",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",PartialD:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",Poincareplane:"ℌ",Popf:"ℙ",Pr:"⪻",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",Prime:"″",Product:"∏",Proportion:"∷",Proportional:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',Qfr:"𝔔",Qopf:"ℚ",Qscr:"𝒬",RBarr:"⤐",REG:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",Rfr:"ℜ",Rho:"Ρ",RightAngleBracket:"⟩",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",Rightarrow:"⇒",Ropf:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",Rscr:"ℛ",Rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortDownArrow:"↓",ShortLeftArrow:"←",ShortRightArrow:"→",ShortUpArrow:"↑",Sigma:"Σ",SmallCircle:"∘",Sopf:"𝕊",Sqrt:"√",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",Sscr:"𝒮",Star:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",SuchThat:"∋",Sum:"∑",Sup:"⋑",Superset:"⊃",SupersetEqual:"⊇",Supset:"⋑",THORN:"Þ",TRADE:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",Theta:"Θ",ThickSpace:" ",ThinSpace:" ",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",Topf:"𝕋",TripleDot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",UpEquilibrium:"⥮",UpTee:"⊥",UpTeeArrow:"↥",Uparrow:"⇑",Updownarrow:"⇕",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",ZeroWidthSpace:"",Zeta:"Ζ",Zfr:"ℨ",Zopf:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",acE:"∾̳",acd:"∿",acirc:"â",acute:"´",acy:"а",aelig:"æ",af:"",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",amp:"&",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",aopf:"𝕒",ap:"≈",apE:"⩰",apacir:"⩯",ape:"≊",apid:"≋",apos:"'",approx:"≈",approxeq:"≊",aring:"å",ascr:"𝒶",ast:"*",asymp:"≈",asympeq:"≍",atilde:"ã",auml:"ä",awconint:"∳",awint:"⨑",bNot:"⫭",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",beta:"β",beth:"ℶ",between:"≬",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:"⌐",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxh:"─",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",bprime:"‵",breve:"˘",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",bumpeq:"≏",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",caron:"ˇ",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cedil:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledR:"®",circledS:"Ⓢ",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",conint:"∮",copf:"𝕔",coprod:"∐",copy:"©",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dArr:"⇓",dHar:"⥥",dagger:"†",daleth:"ℸ",darr:"↓",dash:"‐",dashv:"⊣",dbkarow:"⤏",dblac:"˝",dcaron:"ď",dcy:"д",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",ddotseq:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",dharl:"⇃",dharr:"⇂",diam:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",dot:"˙",doteq:"≐",doteqdot:"≑",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",downarrow:"↓",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eDDot:"⩷",eDot:"≑",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",ecirc:"ê",ecolon:"≕",ecy:"э",edot:"ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",equals:"=",equest:"≟",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",erarr:"⥱",escr:"ℯ",esdot:"≐",esim:"≂",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",exist:"∃",expectation:"ℰ",exponentiale:"ⅇ",fallingdotseq:"≒",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",forall:"∀",fork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",gE:"≧",gEl:"⪌",gacute:"ǵ",gamma:"γ",gammad:"ϝ",gap:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",ge:"≥",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gg:"≫",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",gl:"≷",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",grave:"`",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",hArr:"⇔",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",harr:"↔",harrcir:"⥈",harrw:"↭",hbar:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hslash:"ℏ",hstrok:"ħ",hybull:"⁃",hyphen:"‐",iacute:"í",ic:"",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",image:"ℑ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",intcal:"⊺",integers:"ℤ",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",isin:"∈",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAarr:"⇚",lArr:"⇐",lAtail:"⤛",lBarr:"⤎",lE:"≦",lEg:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",laquo:"«",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lceil:"⌈",lcub:"{",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leftarrow:"←",leftarrowtail:"↢",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",leftthreetimes:"⋋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",lessgtr:"≶",lesssim:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",lg:"≶",lgE:"⪑",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",ll:"≪",llarr:"⇇",llcorner:"⌞",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",longleftrightarrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",ltrie:"⊴",ltrif:"◂",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",measuredangle:"∡",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",mp:"∓",mscr:"𝓂",mstpos:"∾",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nGtv:"≫̸",nLeftarrow:"⇍",nLeftrightarrow:"⇎",nLl:"⋘̸",nLt:"≪⃒",nLtv:"≪̸",nRightarrow:"⇏",nVDash:"⊯",nVdash:"⊮",nabla:"∇",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",ne:"≠",neArr:"⇗",nearhk:"⤤",nearr:"↗",nearrow:"↗",nedot:"≐̸",nequiv:"≢",nesear:"⤨",nesim:"≂̸",nexist:"∄",nexists:"∄",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",ngsim:"≵",ngt:"≯",ngtr:"≯",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",nlArr:"⇍",nlE:"≦̸",nlarr:"↚",nldr:"‥",nle:"≰",nleftarrow:"↚",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nlsim:"≴",nlt:"≮",nltri:"⋪",nltrie:"⋬",nmid:"∤",nopf:"𝕟",not:"¬",notin:"∉",notinE:"⋹̸",notindot:"⋵̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",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:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",oS:"Ⓢ",oacute:"ó",oast:"⊛",ocir:"⊚",ocirc:"ô",ocy:"о",odash:"⊝",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",opar:"⦷",operp:"⦹",oplus:"⊕",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oscr:"ℴ",oslash:"ø",osol:"⊘",otilde:"õ",otimes:"⊗",otimesas:"⨶",ouml:"ö",ovbar:"⌽",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",pointint:"⨕",popf:"𝕡",pound:"£",pr:"≺",prE:"⪳",prap:"⪷",prcue:"≼",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",primes:"ℙ",prnE:"⪵",prnap:"⪹",prnsim:"⋨",prod:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qint:"⨌",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',rAarr:"⇛",rArr:"⇒",rAtail:"⤜",rBarr:"⤏",rHar:"⥤",race:"∽̱",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rarrw:"↝",ratail:"⤚",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rceil:"⌉",rcub:"}",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",reg:"®",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",rhov:"ϱ",rightarrow:"→",rightarrowtail:"↣",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",rightthreetimes:"⋌",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",rsaquo:"›",rscr:"𝓇",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",sbquo:"‚",sc:"≻",scE:"⪴",scap:"⪸",scaron:"š",sccue:"≽",sce:"⪰",scedil:"ş",scirc:"ŝ",scnE:"⪶",scnap:"⪺",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",seArr:"⇘",searhk:"⤥",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",sfrown:"⌢",sharp:"♯",shchcy:"щ",shcy:"ш",shortmid:"∣",shortparallel:"∥",shy:"",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",subE:"⫅",subdot:"⪽",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",supE:"⫆",supdot:"⪾",supdsub:"⫘",supe:"⊇",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swarhk:"⤦",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tbrk:"⎴",tcaron:"ť",tcedil:"ţ",tcy:"т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",there4:"∴",therefore:"∴",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",thinsp:" ",thkap:"≈",thksim:"∼",thorn:"þ",tilde:"˜",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uArr:"⇑",uHar:"⥣",uacute:"ú",uarr:"↑",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udarr:"⇅",udblac:"ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uml:"¨",uogon:"ų",uopf:"𝕦",uparrow:"↑",updownarrow:"↕",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",upsi:"υ",upsih:"ϒ",upsilon:"υ",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uuml:"ü",uwangle:"⦧",vArr:"⇕",vBar:"⫨",vBarv:"⫩",vDash:"⊨",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vcy:"в",vdash:"⊢",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",vert:"|",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",vprop:"∝",vrtri:"⊳",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",wedgeq:"≙",weierp:"℘",wfr:"𝔴",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeetrf:"ℨ",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"",zwnj:""},GI={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 zI(e){return e.replace(/&(?:[a-zA-Z]+|#[xX][\da-fA-F]+|#\d+);/g,e=>{if("#"===e.charAt(1)){const t=e.charAt(2);return function(e){if(e>=55296&&e<=57343||e>1114111)return"�";e in GI&&(e=GI[e]);return String.fromCodePoint(e)}("X"===t||"x"===t?parseInt(e.slice(3),16):parseInt(e.slice(2),10))}return WI[e.slice(1,-1)]||e})}function YI(e,t){return e.startPos=e.tokenPos=e.index,e.startColumn=e.colPos=e.column,e.startLine=e.linePos=e.line,e.token=8192&yI[e.currentChar]?function(e,t){const n=e.currentChar;let r=uI(e);const i=e.index;for(;r!==n;)e.index>=e.end&&sI(e,14),r=uI(e);r!==n&&sI(e,14);e.tokenValue=e.source.slice(i,e.index),uI(e),512&t&&(e.tokenRaw=e.source.slice(e.tokenPos,e.index));return 134283267}(e,t):HI(e,t,0),e.token}function KI(e,t){if(e.startPos=e.tokenPos=e.index,e.startColumn=e.colPos=e.column,e.startLine=e.linePos=e.line,e.index>=e.end)return e.token=1048576;switch(qI[e.source.charCodeAt(e.index)]){case 8456258:uI(e),47===e.currentChar?(uI(e),e.token=25):e.token=8456258;break;case 2162700:uI(e),e.token=2162700;break;default:{let n=0;for(;e.index<e.end;){const t=yI[e.source.charCodeAt(e.index)];if(1024&t?(n|=5,hI(e)):2048&t?(dI(e,n),n=-5&n|1):uI(e),16384&yI[e.currentChar])break}const r=e.source.slice(e.tokenPos,e.index);512&t&&(e.tokenRaw=r),e.tokenValue=zI(r),e.token=138}}return e.token}function JI(e){if(!(143360&~e.token)){const{index:t}=e;let n=e.currentChar;for(;32770&yI[n];)n=uI(e);e.tokenValue+=e.source.slice(t,e.index)}return e.token=208897,e.token}function XI(e,t){!(1&e.flags)&&1048576&~e.token&&sI(e,28,RI[255&e.token]),eO(e,t,1074790417)||e.onInsertedSemicolon?.(e.startPos)}function QI(e,t,n,r){return t-n<13&&"use strict"===r&&(!(1048576&~e.token)||1&e.flags)?1:0}function ZI(e,t,n){return e.token!==n?0:(VI(e,t),1)}function eO(e,t,n){return e.token===n&&(VI(e,t),!0)}function tO(e,t,n){e.token!==n&&sI(e,23,RI[255&n]),VI(e,t)}function nO(e,t){switch(t.type){case"ArrayExpression":t.type="ArrayPattern";const n=t.elements;for(let t=0,r=n.length;t<r;++t){const r=n[t];r&&nO(e,r)}return;case"ObjectExpression":t.type="ObjectPattern";const r=t.properties;for(let t=0,n=r.length;t<n;++t)nO(e,r[t]);return;case"AssignmentExpression":return t.type="AssignmentPattern","="!==t.operator&&sI(e,69),delete t.operator,nO(e,t.left),void 0;case"Property":return nO(e,t.value),void 0;case"SpreadElement":t.type="RestElement",nO(e,t.argument)}}function rO(e,t,n,r,i){1024&t&&(36864&~r||sI(e,115),i||537079808&~r||sI(e,116)),20480&~r||sI(e,100),24&n&&241739===r&&sI(e,98),4196352&t&&209008===r&&sI(e,96),2098176&t&&241773===r&&sI(e,95,"yield")}function iO(e,t,n){1024&t&&(36864&~n||sI(e,115),537079808&~n||sI(e,116),122===n&&sI(e,93),121===n&&sI(e,93)),20480&~n||sI(e,100),4196352&t&&209008===n&&sI(e,96),2098176&t&&241773===n&&sI(e,95,"yield")}function sO(e,t,n){return 209008===n&&(4196352&t&&sI(e,96),e.destructible|=128),241773===n&&2097152&t&&sI(e,95,"yield"),!(20480&~n&&36864&~n&&122!=n)}function aO(e,t,n,r){for(;t;){if(t["$"+n])return r&&sI(e,134),1;r&&t.loop&&(r=0),t=t.$}return 0}function oO(e,t,n,r,i,s){return 2&t&&(s.start=n,s.end=e.startPos,s.range=[n,e.startPos]),4&t&&(s.loc={start:{line:r,column:i},end:{line:e.startLine,column:e.startColumn}},e.sourceFile&&(s.loc.source=e.sourceFile)),s}function lO(e){switch(e.type){case"JSXIdentifier":return e.name;case"JSXNamespacedName":return e.namespace+":"+e.name;case"JSXMemberExpression":return lO(e.object)+"."+lO(e.property)}}function cO(e,t,n){const r=pO({parent:void 0,type:2},1024);return hO(e,t,r,n,1,0),r}function uO(e,t,...n){const{index:r,line:i,column:s}=e;return{type:t,params:n,index:r,line:i,column:s}}function pO(e,t){return{parent:e,type:t,scopeError:void 0}}function dO(e,t,n,r,i,s){4&i?fO(e,t,n,r,i):hO(e,t,n,r,i,s),64&s&&mO(e,r)}function hO(e,t,n,r,i,s){const a=n["#"+r];!a||2&a||(1&i?n.scopeError=uO(e,141,r):256&t&&64&a&&2&s||sI(e,141,r)),128&n.type&&n.parent["#"+r]&&!(2&n.parent["#"+r])&&sI(e,141,r),1024&n.type&&a&&!(2&a)&&1&i&&(n.scopeError=uO(e,141,r)),64&n.type&&768&n.parent["#"+r]&&sI(e,154,r),n["#"+r]=i}function fO(e,t,n,r,i){let s=n;for(;s&&!(256&s.type);){const a=s["#"+r];248&a&&(256&t&&!(1024&t)&&(128&i&&68&a||128&a&&68&i)||sI(e,141,r)),s===n&&1&a&&1&i&&(s.scopeError=uO(e,141,r)),768&a&&(512&a&&256&t&&!(1024&t)||sI(e,141,r)),s["#"+r]=i,s=s.parent}}function mO(e,t){void 0!==e.exportedNames&&""!==t&&(e.exportedNames["#"+t]&&sI(e,142,t),e.exportedNames["#"+t]=1)}function gO(e,t){void 0!==e.exportedBindings&&""!==t&&(e.exportedBindings["#"+t]=1)}function yO(e,t){return 2098176&e?!(2048&e&&209008===t)&&(!(2097152&e&&241773===t)&&!(143360&~t&&12288&~t)):!(143360&~t&&12288&~t&&36864&~t)}function bO(e,t,n){537079808&~n||(1024&t&&sI(e,116),e.flags|=512),yO(t,n)||sI(e,0)}function vO(e,t,n){let r,i,s,a="";null!=t&&(t.module&&(n|=3072),t.next&&(n|=1),t.loc&&(n|=4),t.ranges&&(n|=2),t.uniqueKeyInPattern&&(n|=536870912),t.lexical&&(n|=64),t.webcompat&&(n|=256),t.directives&&(n|=520),t.globalReturn&&(n|=32),t.raw&&(n|=512),t.preserveParens&&(n|=128),t.impliedStrict&&(n|=1024),t.jsx&&(n|=16),t.source&&(a=t.source),null!=t.onComment&&(r=Array.isArray(t.onComment)?function(e,t){return function(n,r,i,s,a){const o={type:n,value:r};2&e&&(o.start=i,o.end=s,o.range=[i,s]),4&e&&(o.loc=a),t.push(o)}}(n,t.onComment):t.onComment),null!=t.onInsertedSemicolon&&(i=t.onInsertedSemicolon),null!=t.onToken&&(s=Array.isArray(t.onToken)?function(e,t){return function(n,r,i,s){const a={token:n};2&e&&(a.start=r,a.end=i,a.range=[r,i]),4&e&&(a.loc=s),t.push(a)}}(n,t.onToken):t.onToken));const o=function(e,t,n,r,i){return{source:e,flags:0,index:0,line:1,column:0,startPos:0,end:e.length,tokenPos:0,startColumn:0,colPos:0,linePos:1,startLine:1,sourceFile:t,tokenValue:"",token:1048576,tokenRaw:"",tokenRegExp:void 0,currentChar:e.charCodeAt(0),exportedNames:[],exportedBindings:[],assignable:1,destructible:0,onComment:n,onToken:r,onInsertedSemicolon:i,leadingDecorators:[]}}(e,a,r,s,i);1&n&&!function(e){const t=e.source;35===e.currentChar&&33===t.charCodeAt(e.index+1)&&(uI(e),uI(e),xI(e,t,0,4,e.tokenPos,e.linePos,e.colPos))}(o);const l=64&n?{parent:void 0,type:2}:void 0;let c=[],u="script";if(2048&n){if(u="module",c=function(e,t,n){VI(e,32768|t);const r=[];if(8&t)for(;134283267===e.token;){const{tokenPos:n,linePos:i,colPos:s,token:a}=e;r.push(CO(e,t,ak(e,t),a,n,i,s))}for(;1048576!==e.token;)r.push(EO(e,t,n));return r}(o,8192|n,l),l)for(const e in o.exportedBindings)"#"!==e[0]||l[e]||sI(o,143,e.slice(1))}else c=function(e,t,n){VI(e,268468224|t);const r=[];for(;134283267===e.token;){const{index:n,tokenPos:i,tokenValue:s,linePos:a,colPos:o,token:l}=e,c=ak(e,t);QI(e,n,i,s)&&(t|=1024),r.push(CO(e,t,c,l,i,a,o))}for(;1048576!==e.token;)r.push(wO(e,t,n,4,{}));return r}(o,8192|n,l);const p={type:"Program",sourceType:u,body:c};return 2&n&&(p.start=0,p.end=e.length,p.range=[0,e.length]),4&n&&(p.loc={start:{line:1,column:0},end:{line:o.line,column:o.column}},o.sourceFile&&(p.loc.source=a)),p}function EO(e,t,n){let r;switch(e.leadingDecorators=xk(e,t),e.token){case 20566:r=function(e,t,n){const r=e.tokenPos,i=e.linePos,s=e.colPos;VI(e,32768|t);const a=[];let o,l=null,c=null;if(eO(e,32768|t,20563)){switch(e.token){case 86106:l=ok(e,t,n,4,1,1,0,e.tokenPos,e.linePos,e.colPos);break;case 133:case 86096:l=Sk(e,t,n,1,e.tokenPos,e.linePos,e.colPos);break;case 209007:const{tokenPos:r,linePos:i,colPos:s}=e;l=sk(e,t);const{flags:a}=e;1&a||(86106===e.token?l=ok(e,t,n,4,1,1,1,r,i,s):67174411===e.token?(l=Tk(e,t,l,1,1,0,a,r,i,s),l=YO(e,t,l,0,0,r,i,s),l=qO(e,t,0,0,r,i,s,l)):143360&e.token&&(n&&(n=cO(e,t,e.tokenValue)),l=sk(e,t),l=bk(e,t,n,[l],1,r,i,s)));break;default:l=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos),XI(e,32768|t)}return n&&mO(e,"default"),oO(e,t,r,i,s,{type:"ExportDefaultDeclaration",declaration:l})}switch(e.token){case 8457014:{VI(e,t);let a=null;return eO(e,t,77934)&&(n&&mO(e,e.tokenValue),a=sk(e,t)),tO(e,t,12404),134283267!==e.token&&sI(e,103,"Export"),c=ak(e,t),XI(e,32768|t),oO(e,t,r,i,s,{type:"ExportAllDeclaration",source:c,exported:a})}case 2162700:{VI(e,t);const r=[],i=[];for(;143360&e.token;){const{tokenPos:s,tokenValue:o,linePos:l,colPos:c}=e,u=sk(e,t);let p;77934===e.token?(VI(e,t),134217728&~e.token||sI(e,104),n&&(r.push(e.tokenValue),i.push(o)),p=sk(e,t)):(n&&(r.push(e.tokenValue),i.push(e.tokenValue)),p=u),a.push(oO(e,t,s,l,c,{type:"ExportSpecifier",local:u,exported:p})),1074790415!==e.token&&tO(e,t,18)}if(tO(e,t,1074790415),eO(e,t,12404))134283267!==e.token&&sI(e,103,"Export"),c=ak(e,t);else if(n){let t=0,n=r.length;for(;t<n;t++)mO(e,r[t]);for(t=0,n=i.length;t<n;t++)gO(e,i[t])}XI(e,32768|t);break}case 86096:l=Sk(e,t,n,2,e.tokenPos,e.linePos,e.colPos);break;case 86106:l=ok(e,t,n,4,1,2,0,e.tokenPos,e.linePos,e.colPos);break;case 241739:l=OO(e,t,n,8,64,e.tokenPos,e.linePos,e.colPos);break;case 86092:l=OO(e,t,n,16,64,e.tokenPos,e.linePos,e.colPos);break;case 86090:l=kO(e,t,n,64,e.tokenPos,e.linePos,e.colPos);break;case 209007:const{tokenPos:u,linePos:p,colPos:d}=e;if(VI(e,t),!(1&e.flags)&&86106===e.token){l=ok(e,t,n,4,1,2,1,u,p,d),n&&(o=l.id?l.id.name:"",mO(e,o));break}default:sI(e,28,RI[255&e.token])}return oO(e,t,r,i,s,{type:"ExportNamedDeclaration",declaration:l,specifiers:a,source:c})}(e,t,n);break;case 86108:r=function(e,t,n){const r=e.tokenPos,i=e.linePos,s=e.colPos;VI(e,t);let a=null;const{tokenPos:o,linePos:l,colPos:c}=e;let u=[];if(134283267===e.token)a=ak(e,t);else{if(143360&e.token){if(u=[oO(e,t,o,l,c,{type:"ImportDefaultSpecifier",local:LO(e,t,n)})],eO(e,t,18))switch(e.token){case 8457014:u.push(RO(e,t,n));break;case 2162700:MO(e,t,n,u);break;default:sI(e,105)}}else switch(e.token){case 8457014:u=[RO(e,t,n)];break;case 2162700:MO(e,t,n,u);break;case 67174411:return jO(e,t,r,i,s);case 67108877:return FO(e,t,r,i,s);default:sI(e,28,RI[255&e.token])}a=function(e,t){eO(e,t,12404)||sI(e,28,RI[255&e.token]);134283267!==e.token&&sI(e,103,"Import");return ak(e,t)}(e,t)}return XI(e,32768|t),oO(e,t,r,i,s,{type:"ImportDeclaration",specifiers:u,source:a})}(e,t,n);break;default:r=wO(e,t,n,4,{})}return e.leadingDecorators.length&&sI(e,165),r}function wO(e,t,n,r,i){const s=e.tokenPos,a=e.linePos,o=e.colPos;switch(e.token){case 86106:return ok(e,t,n,r,1,0,0,s,a,o);case 133:case 86096:return Sk(e,t,n,0,s,a,o);case 86092:return OO(e,t,n,16,0,s,a,o);case 241739:return function(e,t,n,r,i,s,a){const{token:o,tokenValue:l}=e;let c=sk(e,t);if(2240512&e.token){const r=NO(e,t,n,8,0);return XI(e,32768|t),oO(e,t,i,s,a,{type:"VariableDeclaration",kind:"let",declarations:r})}e.assignable=1,1024&t&&sI(e,83);if(21===e.token)return _O(e,t,n,r,{},l,c,o,0,i,s,a);if(10===e.token){let n;64&t&&(n=cO(e,t,l)),e.flags=128^(128|e.flags),c=bk(e,t,n,[c],0,i,s,a)}else c=YO(e,t,c,0,0,i,s,a),c=qO(e,t,0,0,i,s,a,c);18===e.token&&(c=UO(e,t,0,i,s,a,c));return xO(e,t,c,i,s,a)}(e,t,n,r,s,a,o);case 20566:sI(e,101,"export");case 86108:switch(VI(e,t),e.token){case 67174411:return jO(e,t,s,a,o);case 67108877:return FO(e,t,s,a,o);default:sI(e,101,"import")}case 209007:return AO(e,t,n,r,i,1,s,a,o);default:return TO(e,t,n,r,i,1,s,a,o)}}function TO(e,t,n,r,i,s,a,o,l){switch(e.token){case 86090:return kO(e,t,n,0,a,o,l);case 20574:return function(e,t,n,r,i){!(32&t)&&8192&t&&sI(e,90);VI(e,32768|t);const s=1&e.flags||1048576&e.token?null:$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos);return XI(e,32768|t),oO(e,t,n,r,i,{type:"ReturnStatement",argument:s})}(e,t,a,o,l);case 20571:return function(e,t,n,r,i,s,a){VI(e,t),tO(e,32768|t,67174411),e.assignable=1;const o=$O(e,t,0,1,e.tokenPos,e.line,e.colPos);tO(e,32768|t,16);const l=PO(e,t,n,r,e.tokenPos,e.linePos,e.colPos);let c=null;20565===e.token&&(VI(e,32768|t),c=PO(e,t,n,r,e.tokenPos,e.linePos,e.colPos));return oO(e,t,i,s,a,{type:"IfStatement",test:o,consequent:l,alternate:c})}(e,t,n,i,a,o,l);case 20569:return function(e,t,n,r,i,s,a){VI(e,t);const o=((4194304&t)>0||(2048&t)>0&&(8192&t)>0)&&eO(e,t,209008);tO(e,32768|t,67174411),n&&(n=pO(n,1));let l,c=null,u=null,p=0,d=null,h=86090===e.token||241739===e.token||86092===e.token;const{token:f,tokenPos:m,linePos:g,colPos:y}=e;h?241739===f?(d=sk(e,t),2240512&e.token?(8738868===e.token?1024&t&&sI(e,65):d=oO(e,t,m,g,y,{type:"VariableDeclaration",kind:"let",declarations:NO(e,134217728|t,n,8,32)}),e.assignable=1):1024&t?sI(e,65):(h=!1,e.assignable=1,d=YO(e,t,d,0,0,m,g,y),274549===e.token&&sI(e,112))):(VI(e,t),d=oO(e,t,m,g,y,86090===f?{type:"VariableDeclaration",kind:"var",declarations:NO(e,134217728|t,n,4,32)}:{type:"VariableDeclaration",kind:"const",declarations:NO(e,134217728|t,n,16,32)}),e.assignable=1):1074790417===f?o&&sI(e,80):2097152&~f?d=zO(e,134217728|t,1,0,1,m,g,y):(d=2162700===f?hk(e,t,void 0,1,0,0,2,32,m,g,y):ck(e,t,void 0,1,0,0,2,32,m,g,y),p=e.destructible,256&t&&64&p&&sI(e,61),e.assignable=16&p?2:1,d=YO(e,134217728|t,d,0,0,e.tokenPos,e.linePos,e.colPos));if(!(262144&~e.token)){if(274549===e.token){2&e.assignable&&sI(e,78,o?"await":"of"),nO(e,d),VI(e,32768|t),l=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos),tO(e,32768|t,16);return oO(e,t,i,s,a,{type:"ForOfStatement",left:d,right:l,body:IO(e,t,n,r),await:o})}2&e.assignable&&sI(e,78,"in"),nO(e,d),VI(e,32768|t),o&&sI(e,80),l=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos),tO(e,32768|t,16);return oO(e,t,i,s,a,{type:"ForInStatement",body:IO(e,t,n,r),left:d,right:l})}o&&sI(e,80);h||(8&p&&1077936157!==e.token&&sI(e,78,"loop"),d=qO(e,134217728|t,0,0,m,g,y,d));18===e.token&&(d=UO(e,t,0,e.tokenPos,e.linePos,e.colPos,d));tO(e,32768|t,1074790417),1074790417!==e.token&&(c=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos));tO(e,32768|t,1074790417),16!==e.token&&(u=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos));tO(e,32768|t,16);const b=IO(e,t,n,r);return oO(e,t,i,s,a,{type:"ForStatement",init:d,test:c,update:u,body:b})}(e,t,n,i,a,o,l);case 20564:return function(e,t,n,r,i,s,a){VI(e,32768|t);const o=IO(e,t,n,r);tO(e,t,20580),tO(e,32768|t,67174411);const l=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos);return tO(e,32768|t,16),eO(e,32768|t,1074790417),oO(e,t,i,s,a,{type:"DoWhileStatement",body:o,test:l})}(e,t,n,i,a,o,l);case 20580:return function(e,t,n,r,i,s,a){VI(e,t),tO(e,32768|t,67174411);const o=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos);tO(e,32768|t,16);const l=IO(e,t,n,r);return oO(e,t,i,s,a,{type:"WhileStatement",test:o,body:l})}(e,t,n,i,a,o,l);case 86112:return function(e,t,n,r,i,s,a){VI(e,t),tO(e,32768|t,67174411);const o=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos);tO(e,t,16),tO(e,t,2162700);const l=[];let c=0;n&&(n=pO(n,8));for(;1074790415!==e.token;){const{tokenPos:i,linePos:s,colPos:a}=e;let o=null;const u=[];for(eO(e,32768|t,20558)?o=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos):(tO(e,32768|t,20563),c&&sI(e,87),c=1),tO(e,32768|t,21);20558!==e.token&&1074790415!==e.token&&20563!==e.token;)u.push(wO(e,4096|t,n,2,{$:r}));l.push(oO(e,t,i,s,a,{type:"SwitchCase",test:o,consequent:u}))}return tO(e,32768|t,1074790415),oO(e,t,i,s,a,{type:"SwitchStatement",discriminant:o,cases:l})}(e,t,n,i,a,o,l);case 1074790417:return function(e,t,n,r,i){return VI(e,32768|t),oO(e,t,n,r,i,{type:"EmptyStatement"})}(e,t,a,o,l);case 2162700:return SO(e,t,n?pO(n,2):n,i,a,o,l);case 86114:return function(e,t,n,r,i){VI(e,32768|t),1&e.flags&&sI(e,88);const s=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos);return XI(e,32768|t),oO(e,t,n,r,i,{type:"ThrowStatement",argument:s})}(e,t,a,o,l);case 20557:return function(e,t,n,r,i,s){VI(e,32768|t);let a=null;if(!(1&e.flags)&&143360&e.token){const{tokenValue:r}=e;a=sk(e,32768|t),aO(e,n,r,0)||sI(e,135,r)}else 135168&t||sI(e,67);return XI(e,32768|t),oO(e,t,r,i,s,{type:"BreakStatement",label:a})}(e,t,i,a,o,l);case 20561:return function(e,t,n,r,i,s){131072&t||sI(e,66);VI(e,t);let a=null;if(!(1&e.flags)&&143360&e.token){const{tokenValue:r}=e;a=sk(e,32768|t),aO(e,n,r,1)||sI(e,135,r)}return XI(e,32768|t),oO(e,t,r,i,s,{type:"ContinueStatement",label:a})}(e,t,i,a,o,l);case 20579:return function(e,t,n,r,i,s,a){VI(e,32768|t);const o=n?pO(n,32):void 0,l=SO(e,t,o,{$:r},e.tokenPos,e.linePos,e.colPos),{tokenPos:c,linePos:u,colPos:p}=e,d=eO(e,32768|t,20559)?function(e,t,n,r,i,s,a){let o=null,l=n;eO(e,t,67174411)&&(n&&(n=pO(n,4)),o=Ok(e,t,n,2097152&~e.token?512:256,0,e.tokenPos,e.linePos,e.colPos),18===e.token?sI(e,84):1077936157===e.token&&sI(e,85),tO(e,32768|t,16),n&&(l=pO(n,64)));const c=SO(e,t,l,{$:r},e.tokenPos,e.linePos,e.colPos);return oO(e,t,i,s,a,{type:"CatchClause",param:o,body:c})}(e,t,n,r,c,u,p):null;let h=null;if(20568===e.token){VI(e,32768|t);h=SO(e,t,o?pO(n,4):void 0,{$:r},e.tokenPos,e.linePos,e.colPos)}d||h||sI(e,86);return oO(e,t,i,s,a,{type:"TryStatement",block:l,handler:d,finalizer:h})}(e,t,n,i,a,o,l);case 20581:return function(e,t,n,r,i,s,a){VI(e,t),1024&t&&sI(e,89);tO(e,32768|t,67174411);const o=$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos);tO(e,32768|t,16);const l=TO(e,t,n,2,r,0,e.tokenPos,e.linePos,e.colPos);return oO(e,t,i,s,a,{type:"WithStatement",object:o,body:l})}(e,t,n,i,a,o,l);case 20562:return function(e,t,n,r,i){return VI(e,32768|t),XI(e,32768|t),oO(e,t,n,r,i,{type:"DebuggerStatement"})}(e,t,a,o,l);case 209007:return AO(e,t,n,r,i,0,a,o,l);case 20559:sI(e,157);case 20568:sI(e,158);case 86106:sI(e,1024&t?74:256&t?75:76);case 86096:sI(e,77);default:return function(e,t,n,r,i,s,a,o,l){const{tokenValue:c,token:u}=e;let p;if(241739===u)p=sk(e,t),1024&t&&sI(e,83),69271571===e.token&&sI(e,82);else p=JO(e,t,2,0,1,0,1,e.tokenPos,e.linePos,e.colPos);if(143360&u&&21===e.token)return _O(e,t,n,r,i,c,p,u,s,a,o,l);p=YO(e,t,p,0,0,a,o,l),p=qO(e,t,0,0,a,o,l,p),18===e.token&&(p=UO(e,t,0,a,o,l,p));return xO(e,t,p,a,o,l)}(e,t,n,r,i,s,a,o,l)}}function SO(e,t,n,r,i,s,a){const o=[];for(tO(e,32768|t,2162700);1074790415!==e.token;)o.push(wO(e,t,n,2,{$:r}));return tO(e,32768|t,1074790415),oO(e,t,i,s,a,{type:"BlockStatement",body:o})}function xO(e,t,n,r,i,s){return XI(e,32768|t),oO(e,t,r,i,s,{type:"ExpressionStatement",expression:n})}function _O(e,t,n,r,i,s,a,o,l,c,u,p){rO(e,t,0,o,1),function(e,t,n){let r=t;for(;r;)r["$"+n]&&sI(e,133,n),r=r.$;t["$"+n]=1}(e,i,s),VI(e,32768|t);return oO(e,t,c,u,p,{type:"LabeledStatement",label:a,body:l&&!(1024&t)&&256&t&&86106===e.token?ok(e,t,pO(n,2),r,0,0,0,e.tokenPos,e.linePos,e.colPos):TO(e,t,n,r,i,l,e.tokenPos,e.linePos,e.colPos)})}function AO(e,t,n,r,i,s,a,o,l){const{token:c,tokenValue:u}=e;let p=sk(e,t);if(21===e.token)return _O(e,t,n,r,i,u,p,c,1,a,o,l);const d=1&e.flags;if(!d){if(86106===e.token)return s||sI(e,120),ok(e,t,n,r,1,0,1,a,o,l);if(!(143360&~e.token))return p=wk(e,t,1,a,o,l),18===e.token&&(p=UO(e,t,0,a,o,l,p)),xO(e,t,p,a,o,l)}return 67174411===e.token?p=Tk(e,t,p,1,1,0,d,a,o,l):(10===e.token&&(bO(e,t,c),p=gk(e,t,e.tokenValue,p,0,1,0,a,o,l)),e.assignable=1),p=YO(e,t,p,0,0,a,o,l),p=qO(e,t,0,0,a,o,l,p),e.assignable=1,18===e.token&&(p=UO(e,t,0,a,o,l,p)),xO(e,t,p,a,o,l)}function CO(e,t,n,r,i,s,a){return 1074790417!==r&&(e.assignable=2,n=YO(e,t,n,0,0,i,s,a),1074790417!==e.token&&(n=qO(e,t,0,0,i,s,a,n),18===e.token&&(n=UO(e,t,0,i,s,a,n))),XI(e,32768|t)),8&t&&"Literal"===n.type&&"string"==typeof n.value?oO(e,t,i,s,a,{type:"ExpressionStatement",expression:n,directive:n.raw.slice(1,-1)}):oO(e,t,i,s,a,{type:"ExpressionStatement",expression:n})}function PO(e,t,n,r,i,s,a){return 1024&t||!(256&t)||86106!==e.token?TO(e,t,n,0,{$:r},0,e.tokenPos,e.linePos,e.colPos):ok(e,t,pO(n,2),0,0,0,0,i,s,a)}function IO(e,t,n,r){return TO(e,134217728^(134217728|t)|131072,n,0,{loop:1,$:r},0,e.tokenPos,e.linePos,e.colPos)}function OO(e,t,n,r,i,s,a,o){VI(e,t);const l=NO(e,t,n,r,i);return XI(e,32768|t),oO(e,t,s,a,o,{type:"VariableDeclaration",kind:8&r?"let":"const",declarations:l})}function kO(e,t,n,r,i,s,a){VI(e,t);const o=NO(e,t,n,4,r);return XI(e,32768|t),oO(e,t,i,s,a,{type:"VariableDeclaration",kind:"var",declarations:o})}function NO(e,t,n,r,i){let s=1;const a=[DO(e,t,n,r,i)];for(;eO(e,t,18);)s++,a.push(DO(e,t,n,r,i));return s>1&&32&i&&262144&e.token&&sI(e,59,RI[255&e.token]),a}function DO(e,t,n,r,i){const{token:s,tokenPos:a,linePos:o,colPos:l}=e;let c=null;const u=Ok(e,t,n,r,i,a,o,l);return 1077936157===e.token?(VI(e,32768|t),c=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos),!(32&i)&&2097152&s||(274549===e.token||8738868===e.token&&(2097152&s||!(4&r)||1024&t))&&oI(a,e.line,e.index-3,58,274549===e.token?"of":"in")):(16&r||(2097152&s)>0)&&262144&~e.token&&sI(e,57,16&r?"const":"destructuring"),oO(e,t,a,o,l,{type:"VariableDeclarator",id:u,init:c})}function LO(e,t,n){return yO(t,e.token)||sI(e,115),537079808&~e.token||sI(e,116),n&&hO(e,t,n,e.tokenValue,8,0),sk(e,t)}function RO(e,t,n){const{tokenPos:r,linePos:i,colPos:s}=e;return VI(e,t),tO(e,t,77934),134217728&~e.token||oI(r,e.line,e.index,28,RI[255&e.token]),oO(e,t,r,i,s,{type:"ImportNamespaceSpecifier",local:LO(e,t,n)})}function MO(e,t,n,r){for(VI(e,t);143360&e.token;){let{token:i,tokenValue:s,tokenPos:a,linePos:o,colPos:l}=e;const c=sk(e,t);let u;eO(e,t,77934)?(134217728&~e.token&&18!==e.token?rO(e,t,16,e.token,0):sI(e,104),s=e.tokenValue,u=sk(e,t)):(rO(e,t,16,i,0),u=c),n&&hO(e,t,n,s,8,0),r.push(oO(e,t,a,o,l,{type:"ImportSpecifier",local:u,imported:c})),1074790415!==e.token&&tO(e,t,18)}return tO(e,t,1074790415),r}function FO(e,t,n,r,i){let s=XO(e,t,oO(e,t,n,r,i,{type:"Identifier",name:"import"}),n,r,i);return s=YO(e,t,s,0,0,n,r,i),s=qO(e,t,0,0,n,r,i,s),18===e.token&&(s=UO(e,t,0,n,r,i,s)),xO(e,t,s,n,r,i)}function jO(e,t,n,r,i){let s=QO(e,t,0,n,r,i);return s=YO(e,t,s,0,0,n,r,i),18===e.token&&(s=UO(e,t,0,n,r,i,s)),xO(e,t,s,n,r,i)}function BO(e,t,n,r,i,s,a){let o=JO(e,t,2,0,n,r,1,i,s,a);return o=YO(e,t,o,r,0,i,s,a),qO(e,t,r,0,i,s,a,o)}function UO(e,t,n,r,i,s,a){const o=[a];for(;eO(e,32768|t,18);)o.push(BO(e,t,1,n,e.tokenPos,e.linePos,e.colPos));return oO(e,t,r,i,s,{type:"SequenceExpression",expressions:o})}function $O(e,t,n,r,i,s,a){const o=BO(e,t,r,n,i,s,a);return 18===e.token?UO(e,t,n,i,s,a,o):o}function qO(e,t,n,r,i,s,a,o){const{token:l}=e;if(!(4194304&~l)){2&e.assignable&&sI(e,24),(!r&&1077936157===l&&"ArrayExpression"===o.type||"ObjectExpression"===o.type)&&nO(e,o),VI(e,32768|t);const c=BO(e,t,1,n,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,oO(e,t,i,s,a,r?{type:"AssignmentPattern",left:o,right:c}:{type:"AssignmentExpression",left:o,operator:RI[255&l],right:c})}return 8454144&~l||(o=WO(e,t,n,i,s,a,4,l,o)),eO(e,32768|t,22)&&(o=HO(e,t,o,i,s,a)),o}function VO(e,t,n,r,i,s,a,o){const{token:l}=e;VI(e,32768|t);const c=BO(e,t,1,n,e.tokenPos,e.linePos,e.colPos);return o=oO(e,t,i,s,a,r?{type:"AssignmentPattern",left:o,right:c}:{type:"AssignmentExpression",left:o,operator:RI[255&l],right:c}),e.assignable=2,o}function HO(e,t,n,r,i,s){const a=BO(e,134217728^(134217728|t),1,0,e.tokenPos,e.linePos,e.colPos);tO(e,32768|t,21),e.assignable=1;const o=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos);return e.assignable=2,oO(e,t,r,i,s,{type:"ConditionalExpression",test:n,consequent:a,alternate:o})}function WO(e,t,n,r,i,s,a,o,l){const c=8738868&-((134217728&t)>0);let u,p;for(e.assignable=2;8454144&e.token&&(u=e.token,p=3840&u,(524288&u&&268435456&o||524288&o&&268435456&u)&&sI(e,160),!(p+((8457273===u)<<8)-((c===u)<<12)<=a));)VI(e,32768|t),l=oO(e,t,r,i,s,{type:524288&u||268435456&u?"LogicalExpression":"BinaryExpression",left:l,right:WO(e,t,n,e.tokenPos,e.linePos,e.colPos,p,u,zO(e,t,0,n,1,e.tokenPos,e.linePos,e.colPos)),operator:RI[255&u]});return 1077936157===e.token&&sI(e,24),l}function GO(e,t,n,r,i,s){const{tokenPos:a,linePos:o,colPos:l}=e;tO(e,32768|t,2162700);const c=[],u=t;if(1074790415!==e.token){for(;134283267===e.token;){const{index:n,tokenPos:r,tokenValue:i,token:s}=e,a=ak(e,t);QI(e,n,r,i)&&(t|=1024,128&e.flags&&oI(e.index,e.line,e.tokenPos,64),64&e.flags&&oI(e.index,e.line,e.tokenPos,8)),c.push(CO(e,t,a,s,r,e.linePos,e.colPos))}1024&t&&(i&&(537079808&~i||sI(e,116),36864&~i||sI(e,38)),512&e.flags&&sI(e,116),256&e.flags&&sI(e,115)),!(64&t&&n&&void 0!==s)||1024&u||8192&t||aI(s)}for(e.flags=832^(832|e.flags),e.destructible=256^(256|e.destructible);1074790415!==e.token;)c.push(wO(e,t,n,4,{}));return tO(e,24&r?32768|t:t,1074790415),e.flags&=-193,1077936157===e.token&&sI(e,24),oO(e,t,a,o,l,{type:"BlockStatement",body:c})}function zO(e,t,n,r,i,s,a,o){return YO(e,t,JO(e,t,2,0,n,r,i,s,a,o),r,0,s,a,o)}function YO(e,t,n,r,i,s,a,o){if(33619968&~e.token||1&e.flags){if(!(67108864&~e.token)){switch(t=134217728^(134217728|t),e.token){case 67108877:VI(e,8192^(268443648|t)),16384&t&&131===e.token&&"super"===e.tokenValue&&sI(e,27),e.assignable=1;n=oO(e,t,s,a,o,{type:"MemberExpression",object:n,computed:!1,property:KO(e,65536|t)});break;case 69271571:{let i=!1;2048&~e.flags||(i=!0,e.flags=2048^(2048|e.flags)),VI(e,32768|t);const{tokenPos:l,linePos:c,colPos:u}=e,p=$O(e,t,r,1,l,c,u);tO(e,t,20),e.assignable=1,n=oO(e,t,s,a,o,{type:"MemberExpression",object:n,computed:!0,property:p}),i&&(e.flags|=2048);break}case 67174411:{if(!(1024&~e.flags))return e.flags=1024^(1024|e.flags),n;let i=!1;2048&~e.flags||(i=!0,e.flags=2048^(2048|e.flags));const l=ik(e,t,r);e.assignable=2,n=oO(e,t,s,a,o,{type:"CallExpression",callee:n,arguments:l}),i&&(e.flags|=2048);break}case 67108991:VI(e,8192^(268443648|t)),e.flags|=2048,e.assignable=2,n=function(e,t,n,r,i,s){let a,o=!1;69271571!==e.token&&67174411!==e.token||2048&~e.flags||(o=!0,e.flags=2048^(2048|e.flags));if(69271571===e.token){VI(e,32768|t);const{tokenPos:o,linePos:l,colPos:c}=e,u=$O(e,t,0,1,o,l,c);tO(e,t,20),e.assignable=2,a=oO(e,t,r,i,s,{type:"MemberExpression",object:n,computed:!0,optional:!0,property:u})}else if(67174411===e.token){const o=ik(e,t,0);e.assignable=2,a=oO(e,t,r,i,s,{type:"CallExpression",callee:n,arguments:o,optional:!0})}else{143360&e.token||sI(e,155);const o=sk(e,t);e.assignable=2,a=oO(e,t,r,i,s,{type:"MemberExpression",object:n,computed:!1,optional:!0,property:o})}o&&(e.flags|=2048);return a}(e,t,n,s,a,o);break;default:2048&~e.flags||sI(e,161),e.assignable=2,n=oO(e,t,s,a,o,{type:"TaggedTemplateExpression",tag:n,quasi:67174408===e.token?tk(e,65536|t):ek(e,t,e.tokenPos,e.linePos,e.colPos)})}n=YO(e,t,n,0,1,s,a,o)}}else n=function(e,t,n,r,i,s){2&e.assignable&&sI(e,53);const{token:a}=e;return VI(e,t),e.assignable=2,oO(e,t,r,i,s,{type:"UpdateExpression",argument:n,operator:RI[255&a],prefix:!1})}(e,t,n,s,a,o);return 0!==i||2048&~e.flags||(e.flags=2048^(2048|e.flags),n=oO(e,t,s,a,o,{type:"ChainExpression",expression:n})),n}function KO(e,t){return 143360&e.token||131===e.token||sI(e,155),1&t&&131===e.token?Pk(e,t,e.tokenPos,e.linePos,e.colPos):sk(e,t)}function JO(e,t,n,r,i,s,a,o,l,c){if(!(143360&~e.token)){switch(e.token){case 209008:return function(e,t,n,r,i,s,a){if(r&&(e.destructible|=128),4194304&t||2048&t&&8192&t){n&&sI(e,0),8388608&t&&oI(e.index,e.line,e.index,29),VI(e,32768|t);const r=zO(e,t,0,0,1,e.tokenPos,e.linePos,e.colPos);return 8457273===e.token&&sI(e,31),e.assignable=2,oO(e,t,i,s,a,{type:"AwaitExpression",argument:r})}return 2048&t&&sI(e,96),mk(e,t,i,s,a)}(e,t,r,s,o,l,c);case 241773:return function(e,t,n,r,i,s,a){if(n&&(e.destructible|=256),2097152&t){VI(e,32768|t),8388608&t&&sI(e,30),r||sI(e,24),22===e.token&&sI(e,121);let n=null,o=!1;return 1&e.flags||(o=eO(e,32768|t,8457014),(77824&e.token||o)&&(n=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos))),e.assignable=2,oO(e,t,i,s,a,{type:"YieldExpression",argument:n,delegate:o})}return 1024&t&&sI(e,95,"yield"),mk(e,t,i,s,a)}(e,t,s,i,o,l,c);case 209007:return function(e,t,n,r,i,s,a,o,l){const{token:c}=e,u=sk(e,t),{flags:p}=e;if(!(1&p)){if(86106===e.token)return lk(e,t,1,n,a,o,l);if(!(143360&~e.token))return r||sI(e,0),wk(e,t,i,a,o,l)}return s||67174411!==e.token?10===e.token?(bO(e,t,c),s&&sI(e,49),gk(e,t,e.tokenValue,u,s,i,0,a,o,l)):(e.assignable=1,u):Tk(e,t,u,i,1,0,p,a,o,l)}(e,t,s,a,i,r,o,l,c)}const{token:u,tokenValue:p}=e,d=sk(e,65536|t);return 10===e.token?(a||sI(e,0),bO(e,t,u),gk(e,t,p,d,r,i,0,o,l,c)):(16384&t&&537079928===u&&sI(e,127),241739===u&&(1024&t&&sI(e,110),24&n&&sI(e,98)),e.assignable=1024&t&&!(537079808&~u)?2:1,d)}if(!(134217728&~e.token))return ak(e,t);switch(e.token){case 33619995:case 33619996:return function(e,t,n,r,i,s,a){n&&sI(e,54),r||sI(e,0);const{token:o}=e;VI(e,32768|t);const l=zO(e,t,0,0,1,e.tokenPos,e.linePos,e.colPos);return 2&e.assignable&&sI(e,53),e.assignable=2,oO(e,t,i,s,a,{type:"UpdateExpression",argument:l,operator:RI[255&o],prefix:!0})}(e,t,r,a,o,l,c);case 16863278:case 16842800:case 16842801:case 25233970:case 25233971:case 16863277:case 16863279:return function(e,t,n,r,i,s,a){n||sI(e,0);const o=e.token;VI(e,32768|t);const l=zO(e,t,0,a,1,e.tokenPos,e.linePos,e.colPos);var c;return 8457273===e.token&&sI(e,31),1024&t&&16863278===o&&("Identifier"===l.type?sI(e,118):(c=l).property&&"PrivateIdentifier"===c.property.type&&sI(e,124)),e.assignable=2,oO(e,t,r,i,s,{type:"UnaryExpression",operator:RI[255&o],argument:l,prefix:!0})}(e,t,a,o,l,c,s);case 86106:return lk(e,t,0,s,o,l,c);case 2162700:return function(e,t,n,r,i,s,a){const o=hk(e,t,void 0,n,r,0,2,0,i,s,a);256&t&&64&e.destructible&&sI(e,61);8&e.destructible&&sI(e,60);return o}(e,t,i?0:1,s,o,l,c);case 69271571:return function(e,t,n,r,i,s,a){const o=ck(e,t,void 0,n,r,0,2,0,i,s,a);256&t&&64&e.destructible&&sI(e,61);8&e.destructible&&sI(e,60);return o}(e,t,i?0:1,s,o,l,c);case 67174411:return function(e,t,n,r,i,s,a,o){e.flags=128^(128|e.flags);const{tokenPos:l,linePos:c,colPos:u}=e;VI(e,268468224|t);const p=64&t?pO({parent:void 0,type:2},1024):void 0;if(t=134217728^(134217728|t),eO(e,t,16))return yk(e,t,p,[],n,0,s,a,o);let d,h=0;e.destructible&=-385;let f=[],m=0,g=0;const{tokenPos:y,linePos:b,colPos:v}=e;e.assignable=1;for(;16!==e.token;){const{token:n,tokenPos:s,linePos:a,colPos:o}=e;if(143360&n)p&&hO(e,t,p,e.tokenValue,1,0),d=JO(e,t,r,0,1,1,1,s,a,o),16===e.token||18===e.token?2&e.assignable?(h|=16,g=1):537079808&~n&&36864&~n||(g=1):(1077936157===e.token?g=1:h|=16,d=YO(e,t,d,1,0,s,a,o),16!==e.token&&18!==e.token&&(d=qO(e,t,1,0,s,a,o,d)));else{if(2097152&~n){if(14===n){d=pk(e,t,p,16,r,i,0,1,0,s,a,o),16&e.destructible&&sI(e,72),g=1,!m||16!==e.token&&18!==e.token||f.push(d),h|=8;break}if(h|=16,d=BO(e,t,1,1,s,a,o),!m||16!==e.token&&18!==e.token||f.push(d),18===e.token&&(m||(m=1,f=[d])),m){for(;eO(e,32768|t,18);)f.push(BO(e,t,1,1,e.tokenPos,e.linePos,e.colPos));e.assignable=2,d=oO(e,t,y,b,v,{type:"SequenceExpression",expressions:f})}return tO(e,t,16),e.destructible=h,d}d=2162700===n?hk(e,268435456|t,p,0,1,0,r,i,s,a,o):ck(e,268435456|t,p,0,1,0,r,i,s,a,o),h|=e.destructible,g=1,e.assignable=2,16!==e.token&&18!==e.token&&(8&h&&sI(e,119),d=YO(e,t,d,0,0,s,a,o),h|=16,16!==e.token&&18!==e.token&&(d=qO(e,t,0,0,s,a,o,d)))}if(!m||16!==e.token&&18!==e.token||f.push(d),!eO(e,32768|t,18))break;if(m||(m=1,f=[d]),16===e.token){h|=8;break}}m&&(e.assignable=2,d=oO(e,t,y,b,v,{type:"SequenceExpression",expressions:f}));tO(e,t,16),16&h&&8&h&&sI(e,146);if(h|=256&e.destructible?256:128&e.destructible?128:0,10===e.token)return 48&h&&sI(e,47),4196352&t&&128&h&&sI(e,29),2098176&t&&256&h&&sI(e,30),g&&(e.flags|=128),yk(e,t,p,m?f:[d],n,0,s,a,o);8&h&&sI(e,140);return e.destructible=256^(256|e.destructible)|h,128&t?oO(e,t,l,c,u,{type:"ParenthesizedExpression",expression:d}):d}(e,65536|t,i,1,0,o,l,c);case 86021:case 86022:case 86023:return function(e,t,n,r,i){const s=RI[255&e.token],a=86023===e.token?null:"true"===s;return VI(e,t),e.assignable=2,oO(e,t,n,r,i,512&t?{type:"Literal",value:a,raw:s}:{type:"Literal",value:a})}(e,t,o,l,c);case 86113:return function(e,t){const{tokenPos:n,linePos:r,colPos:i}=e;return VI(e,t),e.assignable=2,oO(e,t,n,r,i,{type:"ThisExpression"})}(e,t);case 65540:return function(e,t,n,r,i){const{tokenRaw:s,tokenRegExp:a,tokenValue:o}=e;return VI(e,t),e.assignable=2,oO(e,t,n,r,i,512&t?{type:"Literal",value:o,regex:a,raw:s}:{type:"Literal",value:o,regex:a})}(e,t,o,l,c);case 133:case 86096:return function(e,t,n,r,i,s){let a=null,o=null;t=16777216^(16778240|t);const l=xk(e,t);l.length&&(r=e.tokenPos,i=e.linePos,s=e.colPos);VI(e,t),4096&e.token&&20567!==e.token&&(sO(e,t,e.token)&&sI(e,115),537079808&~e.token||sI(e,116),a=sk(e,t));let c=t;eO(e,32768|t,20567)?(o=zO(e,t,0,n,0,e.tokenPos,e.linePos,e.colPos),c|=524288):c=524288^(524288|c);const u=Ak(e,c,t,void 0,2,0,n);return e.assignable=2,oO(e,t,r,i,s,1&t?{type:"ClassExpression",id:a,superClass:o,decorators:l,body:u}:{type:"ClassExpression",id:a,superClass:o,body:u})}(e,t,s,o,l,c);case 86111:return function(e,t,n,r,i){switch(VI(e,t),e.token){case 67108991:sI(e,162);case 67174411:524288&t||sI(e,26),16384&t&&!(33554432&t)&&sI(e,27),e.assignable=2;break;case 69271571:case 67108877:262144&t||sI(e,27),16384&t&&!(33554432&t)&&sI(e,27),e.assignable=1;break;default:sI(e,28,"super")}return oO(e,t,n,r,i,{type:"Super"})}(e,t,o,l,c);case 67174409:return ek(e,t,o,l,c);case 67174408:return tk(e,t);case 86109:return function(e,t,n,r,i,s){const a=sk(e,32768|t),{tokenPos:o,linePos:l,colPos:c}=e;if(eO(e,t,67108877)){if(67108864&t&&143494===e.token)return e.assignable=2,function(e,t,n,r,i,s){const a=sk(e,t);return oO(e,t,r,i,s,{type:"MetaProperty",meta:n,property:a})}(e,t,a,r,i,s);sI(e,92)}e.assignable=2,16842752&~e.token||sI(e,63,RI[255&e.token]);const u=JO(e,t,2,1,0,n,1,o,l,c);t=134217728^(134217728|t),67108991===e.token&&sI(e,163);const p=Ek(e,t,u,n,o,l,c);return e.assignable=2,oO(e,t,r,i,s,{type:"NewExpression",callee:p,arguments:67174411===e.token?ik(e,t,n):[]})}(e,t,s,o,l,c);case 134283389:return ZO(e,t,o,l,c);case 131:return Pk(e,t,o,l,c);case 86108:return function(e,t,n,r,i,s,a){let o=sk(e,t);if(67108877===e.token)return XO(e,t,o,i,s,a);n&&sI(e,138);return o=QO(e,t,r,i,s,a),e.assignable=2,YO(e,t,o,r,0,i,s,a)}(e,t,r,s,o,l,c);case 8456258:if(16&t)return Nk(e,t,1,o,l,c);default:if(yO(t,e.token))return mk(e,t,o,l,c);sI(e,28,RI[255&e.token])}}function XO(e,t,n,r,i,s){return 2048&t||sI(e,164),VI(e,t),143495!==e.token&&"meta"!==e.tokenValue&&sI(e,28,RI[255&e.token]),e.assignable=2,oO(e,t,r,i,s,{type:"MetaProperty",meta:n,property:sk(e,t)})}function QO(e,t,n,r,i,s){tO(e,32768|t,67174411),14===e.token&&sI(e,139);const a=BO(e,t,1,n,e.tokenPos,e.linePos,e.colPos);return tO(e,t,16),oO(e,t,r,i,s,{type:"ImportExpression",source:a})}function ZO(e,t,n,r,i){const{tokenRaw:s,tokenValue:a}=e;return VI(e,t),e.assignable=2,oO(e,t,n,r,i,512&t?{type:"Literal",value:a,bigint:s.slice(0,-1),raw:s}:{type:"Literal",value:a,bigint:s.slice(0,-1)})}function ek(e,t,n,r,i){e.assignable=2;const{tokenValue:s,tokenRaw:a,tokenPos:o,linePos:l,colPos:c}=e;tO(e,t,67174409);return oO(e,t,n,r,i,{type:"TemplateLiteral",expressions:[],quasis:[nk(e,t,s,a,o,l,c,!0)]})}function tk(e,t){t=134217728^(134217728|t);const{tokenValue:n,tokenRaw:r,tokenPos:i,linePos:s,colPos:a}=e;tO(e,32768|t,67174408);const o=[nk(e,t,n,r,i,s,a,!1)],l=[$O(e,t,0,1,e.tokenPos,e.linePos,e.colPos)];for(1074790415!==e.token&&sI(e,81);67174409!==(e.token=NI(e,t));){const{tokenValue:n,tokenRaw:r,tokenPos:i,linePos:s,colPos:a}=e;tO(e,32768|t,67174408),o.push(nk(e,t,n,r,i,s,a,!1)),l.push($O(e,t,0,1,e.tokenPos,e.linePos,e.colPos)),1074790415!==e.token&&sI(e,81)}{const{tokenValue:n,tokenRaw:r,tokenPos:i,linePos:s,colPos:a}=e;tO(e,t,67174409),o.push(nk(e,t,n,r,i,s,a,!0))}return oO(e,t,i,s,a,{type:"TemplateLiteral",expressions:l,quasis:o})}function nk(e,t,n,r,i,s,a,o){const l=oO(e,t,i,s,a,{type:"TemplateElement",value:{cooked:n,raw:r},tail:o}),c=o?1:2;return 2&t&&(l.start+=1,l.range[0]+=1,l.end-=c,l.range[1]-=c),4&t&&(l.loc.start.column+=1,l.loc.end.column-=c),l}function rk(e,t,n,r,i){tO(e,32768|(t=134217728^(134217728|t)),14);const s=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos);return e.assignable=1,oO(e,t,n,r,i,{type:"SpreadElement",argument:s})}function ik(e,t,n){VI(e,32768|t);const r=[];if(16===e.token)return VI(e,65536|t),r;for(;16!==e.token&&(14===e.token?r.push(rk(e,t,e.tokenPos,e.linePos,e.colPos)):r.push(BO(e,t,1,n,e.tokenPos,e.linePos,e.colPos)),18===e.token)&&(VI(e,32768|t),16!==e.token););return tO(e,t,16),r}function sk(e,t){const{tokenValue:n,tokenPos:r,linePos:i,colPos:s}=e;return VI(e,t),oO(e,t,r,i,s,{type:"Identifier",name:n})}function ak(e,t){const{tokenValue:n,tokenRaw:r,tokenPos:i,linePos:s,colPos:a}=e;return 134283389===e.token?ZO(e,t,i,s,a):(VI(e,t),e.assignable=2,oO(e,t,i,s,a,512&t?{type:"Literal",value:n,raw:r}:{type:"Literal",value:n}))}function ok(e,t,n,r,i,s,a,o,l,c){VI(e,32768|t);const u=i?ZI(e,t,8457014):0;let p,d=null,h=n?{parent:void 0,type:2}:void 0;if(67174411===e.token)1&s||sI(e,37,"Function");else{const i=!(4&r)||8192&t&&2048&t?64:4;iO(e,t|(3072&t)<<11,e.token),n&&(4&i?fO(e,t,n,e.tokenValue,i):hO(e,t,n,e.tokenValue,i,r),h=pO(h,256),s&&2&s&&mO(e,e.tokenValue)),p=e.token,143360&e.token?d=sk(e,t):sI(e,28,RI[255&e.token])}t=32243712^(32243712|t)|67108864|2*a+u<<21|(u?0:268435456),n&&(h=pO(h,512));return oO(e,t,o,l,c,{type:"FunctionDeclaration",id:d,params:vk(e,8388608|t,h,0,1),body:GO(e,143360^(143360|t),n?pO(h,128):h,8,p,n?h.scopeError:void 0),async:1===a,generator:1===u})}function lk(e,t,n,r,i,s,a){VI(e,32768|t);const o=ZI(e,t,8457014),l=2*n+o<<21;let c,u=null,p=64&t?{parent:void 0,type:2}:void 0;(176128&e.token)>0&&(iO(e,32243712^(32243712|t)|l,e.token),p&&(p=pO(p,256)),c=e.token,u=sk(e,t)),t=32243712^(32243712|t)|67108864|l|(o?0:268435456),p&&(p=pO(p,512));const d=vk(e,8388608|t,p,r,1),h=GO(e,-134377473&t,p?pO(p,128):p,0,c,void 0);return e.assignable=2,oO(e,t,i,s,a,{type:"FunctionExpression",id:u,params:d,body:h,async:1===n,generator:1===o})}function ck(e,t,n,r,i,s,a,o,l,c,u){VI(e,32768|t);const p=[];let d=0;for(t=134217728^(134217728|t);20!==e.token;)if(eO(e,32768|t,18))p.push(null);else{let r;const{token:l,tokenPos:c,linePos:u,colPos:h,tokenValue:f}=e;if(143360&l)if(r=JO(e,t,a,0,1,i,1,c,u,h),1077936157===e.token){2&e.assignable&&sI(e,24),VI(e,32768|t),n&&dO(e,t,n,f,a,o);const l=BO(e,t,1,i,e.tokenPos,e.linePos,e.colPos);r=oO(e,t,c,u,h,s?{type:"AssignmentPattern",left:r,right:l}:{type:"AssignmentExpression",operator:"=",left:r,right:l}),d|=256&e.destructible?256:128&e.destructible?128:0}else 18===e.token||20===e.token?(2&e.assignable?d|=16:n&&dO(e,t,n,f,a,o),d|=256&e.destructible?256:128&e.destructible?128:0):(d|=1&a?32:2&a?0:16,r=YO(e,t,r,i,0,c,u,h),18!==e.token&&20!==e.token?(1077936157!==e.token&&(d|=16),r=qO(e,t,i,s,c,u,h,r)):1077936157!==e.token&&(d|=2&e.assignable?16:32));else 2097152&l?(r=2162700===e.token?hk(e,t,n,0,i,s,a,o,c,u,h):ck(e,t,n,0,i,s,a,o,c,u,h),d|=e.destructible,e.assignable=16&e.destructible?2:1,18===e.token||20===e.token?2&e.assignable&&(d|=16):8&e.destructible?sI(e,69):(r=YO(e,t,r,i,0,c,u,h),d=2&e.assignable?16:0,18!==e.token&&20!==e.token?r=qO(e,t,i,s,c,u,h,r):1077936157!==e.token&&(d|=2&e.assignable?16:32))):14===l?(r=pk(e,t,n,20,a,o,0,i,s,c,u,h),d|=e.destructible,18!==e.token&&20!==e.token&&sI(e,28,RI[255&e.token])):(r=zO(e,t,1,0,1,c,u,h),18!==e.token&&20!==e.token?(r=qO(e,t,i,s,c,u,h,r),3&a||67174411!==l||(d|=16)):2&e.assignable?d|=16:67174411===l&&(d|=1&e.assignable&&3&a?32:16));if(p.push(r),!eO(e,32768|t,18))break;if(20===e.token)break}tO(e,t,20);const h=oO(e,t,l,c,u,{type:s?"ArrayPattern":"ArrayExpression",elements:p});return!r&&4194304&e.token?uk(e,t,d,i,s,l,c,u,h):(e.destructible=d,h)}function uk(e,t,n,r,i,s,a,o,l){1077936157!==e.token&&sI(e,24),VI(e,32768|t),16&n&&sI(e,24),i||nO(e,l);const{tokenPos:c,linePos:u,colPos:p}=e,d=BO(e,t,1,r,c,u,p);return e.destructible=72^(72|n)|(128&e.destructible?128:0)|(256&e.destructible?256:0),oO(e,t,s,a,o,i?{type:"AssignmentPattern",left:l,right:d}:{type:"AssignmentExpression",left:l,operator:"=",right:d})}function pk(e,t,n,r,i,s,a,o,l,c,u,p){VI(e,32768|t);let d=null,h=0,{token:f,tokenValue:m,tokenPos:g,linePos:y,colPos:b}=e;if(143360&f)e.assignable=1,d=JO(e,t,i,0,1,o,1,g,y,b),f=e.token,d=YO(e,t,d,o,0,g,y,b),18!==e.token&&e.token!==r&&(2&e.assignable&&1077936157===e.token&&sI(e,69),h|=16,d=qO(e,t,o,l,g,y,b,d)),2&e.assignable?h|=16:f===r||18===f?n&&dO(e,t,n,m,i,s):h|=32,h|=128&e.destructible?128:0;else if(f===r)sI(e,39);else{if(!(2097152&f)){h|=32,d=zO(e,t,1,o,1,e.tokenPos,e.linePos,e.colPos);const{token:n,tokenPos:i,linePos:s,colPos:a}=e;return 1077936157===n&&n!==r&&18!==n?(2&e.assignable&&sI(e,24),d=qO(e,t,o,l,i,s,a,d),h|=16):(18===n?h|=16:n!==r&&(d=qO(e,t,o,l,i,s,a,d)),h|=1&e.assignable?32:16),e.destructible=h,e.token!==r&&18!==e.token&&sI(e,156),oO(e,t,c,u,p,{type:l?"RestElement":"SpreadElement",argument:d})}d=2162700===e.token?hk(e,t,n,1,o,l,i,s,g,y,b):ck(e,t,n,1,o,l,i,s,g,y,b),f=e.token,1077936157!==f&&f!==r&&18!==f?(8&e.destructible&&sI(e,69),d=YO(e,t,d,o,0,g,y,b),h|=2&e.assignable?16:0,4194304&~e.token?(8454144&~e.token||(d=WO(e,t,1,g,y,b,4,f,d)),eO(e,32768|t,22)&&(d=HO(e,t,d,g,y,b)),h|=2&e.assignable?16:32):(1077936157!==e.token&&(h|=16),d=qO(e,t,o,l,g,y,b,d))):h|=1074790415===r&&1077936157!==f?16:e.destructible}if(e.token!==r)if(1&i&&(h|=a?16:32),eO(e,32768|t,1077936157)){16&h&&sI(e,24),nO(e,d);const n=BO(e,t,1,o,e.tokenPos,e.linePos,e.colPos);d=oO(e,t,g,y,b,l?{type:"AssignmentPattern",left:d,right:n}:{type:"AssignmentExpression",left:d,operator:"=",right:n}),h=16}else h|=16;return e.destructible=h,oO(e,t,c,u,p,{type:l?"RestElement":"SpreadElement",argument:d})}function dk(e,t,n,r,i,s,a){const o=64&n?14680064:31981568;let l=64&(t=(t|o)^o|(88&n)<<18|100925440)?pO({parent:void 0,type:2},512):void 0;const c=function(e,t,n,r,i,s){tO(e,t,67174411);const a=[];if(e.flags=128^(128|e.flags),16===e.token)return 512&r&&sI(e,35,"Setter","one",""),VI(e,t),a;256&r&&sI(e,35,"Getter","no","s");512&r&&14===e.token&&sI(e,36);t=134217728^(134217728|t);let o=0,l=0;for(;18!==e.token;){let c=null;const{tokenPos:u,linePos:p,colPos:d}=e;if(143360&e.token?(1024&t||(36864&~e.token||(e.flags|=256),537079808&~e.token||(e.flags|=512)),c=kk(e,t,n,1|r,0,u,p,d)):(2162700===e.token?c=hk(e,t,n,1,s,1,i,0,u,p,d):69271571===e.token?c=ck(e,t,n,1,s,1,i,0,u,p,d):14===e.token&&(c=pk(e,t,n,16,i,0,0,s,1,u,p,d)),l=1,48&e.destructible&&sI(e,48)),1077936157===e.token){VI(e,32768|t),l=1;c=oO(e,t,u,p,d,{type:"AssignmentPattern",left:c,right:BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos)})}if(o++,a.push(c),!eO(e,t,18))break;if(16===e.token)break}512&r&&1!==o&&sI(e,35,"Setter","one","");n&&void 0!==n.scopeError&&aI(n.scopeError);l&&(e.flags|=128);return tO(e,t,16),a}(e,8388608|t,l,n,1,r);l&&(l=pO(l,128));return oO(e,t,i,s,a,{type:"FunctionExpression",params:c,body:GO(e,-134230017&t,l,0,void 0,void 0),async:(16&n)>0,generator:(8&n)>0,id:null})}function hk(e,t,n,r,i,s,a,o,l,c,u){VI(e,t);const p=[];let d=0,h=0;for(t=134217728^(134217728|t);1074790415!==e.token;){const{token:r,tokenValue:l,linePos:c,colPos:u,tokenPos:f}=e;if(14===r)p.push(pk(e,t,n,1074790415,a,o,0,i,s,f,c,u));else{let m,g=0,y=null;const b=e.token;if(143360&e.token||121===e.token)if(y=sk(e,t),18===e.token||1074790415===e.token||1077936157===e.token)if(g|=4,1024&t&&!(537079808&~r)?d|=16:rO(e,t,a,r,0),n&&dO(e,t,n,l,a,o),eO(e,32768|t,1077936157)){d|=8;const n=BO(e,t,1,i,e.tokenPos,e.linePos,e.colPos);d|=256&e.destructible?256:128&e.destructible?128:0,m=oO(e,t,f,c,u,{type:"AssignmentPattern",left:536870912&t?Object.assign({},y):y,right:n})}else d|=(209008===r?128:0)|(121===r?16:0),m=536870912&t?Object.assign({},y):y;else if(eO(e,32768|t,21)){const{tokenPos:c,linePos:u,colPos:p}=e;if("__proto__"===l&&h++,143360&e.token){const r=e.token,l=e.tokenValue;d|=121===b?16:0,m=JO(e,t,a,0,1,i,1,c,u,p);const{token:h}=e;m=YO(e,t,m,i,0,c,u,p),18===e.token||1074790415===e.token?1077936157===h||1074790415===h||18===h?(d|=128&e.destructible?128:0,2&e.assignable?d|=16:!n||143360&~r||dO(e,t,n,l,a,o)):d|=1&e.assignable?32:16:4194304&~e.token?(d|=16,8454144&~e.token||(m=WO(e,t,1,c,u,p,4,h,m)),eO(e,32768|t,22)&&(m=HO(e,t,m,c,u,p))):(2&e.assignable?d|=16:1077936157!==h?d|=32:n&&dO(e,t,n,l,a,o),m=qO(e,t,i,s,c,u,p,m))}else 2097152&~e.token?(m=zO(e,t,1,i,1,c,u,p),d|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):(m=YO(e,t,m,i,0,c,u,p),d=2&e.assignable?16:0,18!==e.token&&1074790415!==r&&(1077936157!==e.token&&(d|=16),m=qO(e,t,i,s,c,u,p,m)))):(m=69271571===e.token?ck(e,t,n,0,i,s,a,o,c,u,p):hk(e,t,n,0,i,s,a,o,c,u,p),d=e.destructible,e.assignable=16&d?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):8&e.destructible?sI(e,69):(m=YO(e,t,m,i,0,c,u,p),d=2&e.assignable?16:0,4194304&~e.token?(8454144&~e.token||(m=WO(e,t,1,c,u,p,4,r,m)),eO(e,32768|t,22)&&(m=HO(e,t,m,c,u,p)),d|=2&e.assignable?16:32):m=VO(e,t,i,s,c,u,p,m)))}else 69271571===e.token?(d|=16,209007===r&&(g|=16),g|=2|(12402===r?256:12403===r?512:1),y=fk(e,t,i),d|=e.assignable,m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos)):143360&e.token?(d|=16,121===r&&sI(e,93),209007===r&&(1&e.flags&&sI(e,129),g|=16),y=sk(e,t),g|=12402===r?256:12403===r?512:1,m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos)):67174411===e.token?(d|=16,g|=1,m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos)):8457014===e.token?(d|=16,12402===r?sI(e,40):12403===r?sI(e,41):143483===r&&sI(e,93),VI(e,t),g|=9|(209007===r?16:0),143360&e.token?y=sk(e,t):134217728&~e.token?69271571===e.token?(g|=2,y=fk(e,t,i),d|=e.assignable):sI(e,28,RI[255&e.token]):y=ak(e,t),m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos)):134217728&~e.token?sI(e,130):(209007===r&&(g|=16),g|=12402===r?256:12403===r?512:1,d|=16,y=ak(e,t),m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos));else if(134217728&~e.token)if(69271571===e.token)if(y=fk(e,t,i),d|=256&e.destructible?256:0,g|=2,21===e.token){VI(e,32768|t);const{tokenPos:l,linePos:c,colPos:u,tokenValue:p,token:h}=e;if(143360&e.token){m=JO(e,t,a,0,1,i,1,l,c,u);const{token:r}=e;m=YO(e,t,m,i,0,l,c,u),4194304&~e.token?18===e.token||1074790415===e.token?1077936157===r||1074790415===r||18===r?2&e.assignable?d|=16:!n||143360&~h||dO(e,t,n,p,a,o):d|=1&e.assignable?32:16:(d|=16,m=qO(e,t,i,s,l,c,u,m)):(d|=2&e.assignable?16:1077936157===r?0:32,m=VO(e,t,i,s,l,c,u,m))}else 2097152&~e.token?(m=zO(e,t,1,0,1,l,c,u),d|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):(m=YO(e,t,m,i,0,l,c,u),d=1&e.assignable?0:16,18!==e.token&&1074790415!==e.token&&(1077936157!==e.token&&(d|=16),m=qO(e,t,i,s,l,c,u,m)))):(m=69271571===e.token?ck(e,t,n,0,i,s,a,o,l,c,u):hk(e,t,n,0,i,s,a,o,l,c,u),d=e.destructible,e.assignable=16&d?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):8&d?sI(e,60):(m=YO(e,t,m,i,0,l,c,u),d=2&e.assignable?16|d:0,4194304&~e.token?(8454144&~e.token||(m=WO(e,t,1,l,c,u,4,r,m)),eO(e,32768|t,22)&&(m=HO(e,t,m,l,c,u)),d|=2&e.assignable?16:32):(1077936157!==e.token&&(d|=16),m=VO(e,t,i,s,l,c,u,m))))}else 67174411===e.token?(g|=1,m=dk(e,t,g,i,e.tokenPos,c,u),d=16):sI(e,42);else if(8457014===r)if(tO(e,32768|t,8457014),g|=8,143360&e.token){const{token:n,line:r,index:s}=e;y=sk(e,t),g|=1,67174411===e.token?(d|=16,m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos)):oI(s,r,s,209007===n?44:12402===n||12403===e.token?43:45,RI[255&n])}else 134217728&~e.token?69271571===e.token?(d|=16,g|=3,y=fk(e,t,i),m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos)):sI(e,123):(d|=16,y=ak(e,t),g|=1,m=dk(e,t,g,i,f,c,u));else sI(e,28,RI[255&r]);else if(y=ak(e,t),21===e.token){tO(e,32768|t,21);const{tokenPos:c,linePos:u,colPos:p}=e;if("__proto__"===l&&h++,143360&e.token){m=JO(e,t,a,0,1,i,1,c,u,p);const{token:r,tokenValue:l}=e;m=YO(e,t,m,i,0,c,u,p),18===e.token||1074790415===e.token?1077936157===r||1074790415===r||18===r?2&e.assignable?d|=16:n&&dO(e,t,n,l,a,o):d|=1&e.assignable?32:16:1077936157===e.token?(2&e.assignable&&(d|=16),m=qO(e,t,i,s,c,u,p,m)):(d|=16,m=qO(e,t,i,s,c,u,p,m))}else 2097152&~e.token?(m=zO(e,t,1,0,1,c,u,p),d|=1&e.assignable?32:16,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):(m=YO(e,t,m,i,0,c,u,p),d=1&e.assignable?0:16,18!==e.token&&1074790415!==e.token&&(1077936157!==e.token&&(d|=16),m=qO(e,t,i,s,c,u,p,m)))):(m=69271571===e.token?ck(e,t,n,0,i,s,a,o,c,u,p):hk(e,t,n,0,i,s,a,o,c,u,p),d=e.destructible,e.assignable=16&d?2:1,18===e.token||1074790415===e.token?2&e.assignable&&(d|=16):8&~e.destructible&&(m=YO(e,t,m,i,0,c,u,p),d=2&e.assignable?16:0,4194304&~e.token?(8454144&~e.token||(m=WO(e,t,1,c,u,p,4,r,m)),eO(e,32768|t,22)&&(m=HO(e,t,m,c,u,p)),d|=2&e.assignable?16:32):m=VO(e,t,i,s,c,u,p,m)))}else 67174411===e.token?(g|=1,m=dk(e,t,g,i,e.tokenPos,e.linePos,e.colPos),d=16|e.assignable):sI(e,131);d|=128&e.destructible?128:0,e.destructible=d,p.push(oO(e,t,f,c,u,{type:"Property",key:y,value:m,kind:768&g?512&g?"set":"get":"init",computed:(2&g)>0,method:(1&g)>0,shorthand:(4&g)>0}))}if(d|=e.destructible,18!==e.token)break;VI(e,t)}tO(e,t,1074790415),h>1&&(d|=64);const f=oO(e,t,l,c,u,{type:s?"ObjectPattern":"ObjectExpression",properties:p});return!r&&4194304&e.token?uk(e,t,d,i,s,l,c,u,f):(e.destructible=d,f)}function fk(e,t,n){VI(e,32768|t);const r=BO(e,134217728^(134217728|t),1,n,e.tokenPos,e.linePos,e.colPos);return tO(e,t,20),r}function mk(e,t,n,r,i){const{tokenValue:s}=e,a=sk(e,t);if(e.assignable=1,10===e.token){let o;return 64&t&&(o=cO(e,t,s)),e.flags=128^(128|e.flags),bk(e,t,o,[a],0,n,r,i)}return a}function gk(e,t,n,r,i,s,a,o,l,c){s||sI(e,55),i&&sI(e,49),e.flags&=-129;return bk(e,t,64&t?cO(e,t,n):void 0,[r],a,o,l,c)}function yk(e,t,n,r,i,s,a,o,l){i||sI(e,55);for(let t=0;t<r.length;++t)nO(e,r[t]);return bk(e,t,n,r,s,a,o,l)}function bk(e,t,n,r,i,s,a,o){1&e.flags&&sI(e,46),tO(e,32768|t,10),t=15728640^(15728640|t)|i<<22;const l=2162700!==e.token;let c;if(n&&void 0!==n.scopeError&&aI(n.scopeError),l)c=BO(e,16384&t?33554432|t:t,1,0,e.tokenPos,e.linePos,e.colPos);else{switch(n&&(n=pO(n,128)),c=GO(e,134246400^(134246400|t),n,16,void 0,void 0),e.token){case 69271571:1&e.flags||sI(e,113);break;case 67108877:case 67174409:case 22:sI(e,114);case 67174411:1&e.flags||sI(e,113),e.flags|=1024}8454144&~e.token||1&e.flags||sI(e,28,RI[255&e.token]),33619968&~e.token||sI(e,122)}return e.assignable=2,oO(e,t,s,a,o,{type:"ArrowFunctionExpression",params:r,body:c,async:1===i,expression:l})}function vk(e,t,n,r,i){tO(e,t,67174411),e.flags=128^(128|e.flags);const s=[];if(eO(e,t,16))return s;t=134217728^(134217728|t);let a=0;for(;18!==e.token;){let o;const{tokenPos:l,linePos:c,colPos:u}=e;if(143360&e.token?(1024&t||(36864&~e.token||(e.flags|=256),537079808&~e.token||(e.flags|=512)),o=kk(e,t,n,1|i,0,l,c,u)):(2162700===e.token?o=hk(e,t,n,1,r,1,i,0,l,c,u):69271571===e.token?o=ck(e,t,n,1,r,1,i,0,l,c,u):14===e.token?o=pk(e,t,n,16,i,0,0,r,1,l,c,u):sI(e,28,RI[255&e.token]),a=1,48&e.destructible&&sI(e,48)),1077936157===e.token){VI(e,32768|t),a=1;o=oO(e,t,l,c,u,{type:"AssignmentPattern",left:o,right:BO(e,t,1,r,e.tokenPos,e.linePos,e.colPos)})}if(s.push(o),!eO(e,t,18))break;if(16===e.token)break}return a&&(e.flags|=128),n&&(a||1024&t)&&void 0!==n.scopeError&&aI(n.scopeError),tO(e,t,16),s}function Ek(e,t,n,r,i,s,a){const{token:o}=e;if(67108864&o){if(67108877===o){VI(e,268435456|t),e.assignable=1;return Ek(e,t,oO(e,t,i,s,a,{type:"MemberExpression",object:n,computed:!1,property:KO(e,t)}),0,i,s,a)}if(69271571===o){VI(e,32768|t);const{tokenPos:o,linePos:l,colPos:c}=e,u=$O(e,t,r,1,o,l,c);return tO(e,t,20),e.assignable=1,Ek(e,t,oO(e,t,i,s,a,{type:"MemberExpression",object:n,computed:!0,property:u}),0,i,s,a)}if(67174408===o||67174409===o)return e.assignable=2,Ek(e,t,oO(e,t,i,s,a,{type:"TaggedTemplateExpression",tag:n,quasi:67174408===e.token?tk(e,65536|t):ek(e,t,e.tokenPos,e.linePos,e.colPos)}),0,i,s,a)}return n}function wk(e,t,n,r,i,s){return 209008===e.token&&sI(e,29),2098176&t&&241773===e.token&&sI(e,30),537079808&~e.token||(e.flags|=512),gk(e,t,e.tokenValue,sk(e,t),0,n,1,r,i,s)}function Tk(e,t,n,r,i,s,a,o,l,c){VI(e,32768|t);const u=64&t?pO({parent:void 0,type:2},1024):void 0;if(eO(e,t=134217728^(134217728|t),16))return 10===e.token?(1&a&&sI(e,46),yk(e,t,u,[],r,1,o,l,c)):oO(e,t,o,l,c,{type:"CallExpression",callee:n,arguments:[]});let p=0,d=null,h=0;e.destructible=384^(384|e.destructible);const f=[];for(;16!==e.token;){const{token:r,tokenPos:a,linePos:m,colPos:g}=e;if(143360&r)u&&hO(e,t,u,e.tokenValue,i,0),d=JO(e,t,i,0,1,1,1,a,m,g),16===e.token||18===e.token?2&e.assignable?(p|=16,h=1):537079808&~r?36864&~r||(e.flags|=256):e.flags|=512:(1077936157===e.token?h=1:p|=16,d=YO(e,t,d,1,0,a,m,g),16!==e.token&&18!==e.token&&(d=qO(e,t,1,0,a,m,g,d)));else if(2097152&r)d=2162700===r?hk(e,t,u,0,1,0,i,s,a,m,g):ck(e,t,u,0,1,0,i,s,a,m,g),p|=e.destructible,h=1,16!==e.token&&18!==e.token&&(8&p&&sI(e,119),d=YO(e,t,d,0,0,a,m,g),p|=16,8454144&~e.token||(d=WO(e,t,1,o,l,c,4,r,d)),eO(e,32768|t,22)&&(d=HO(e,t,d,o,l,c)));else{if(14!==r){for(d=BO(e,t,1,0,a,m,g),p=e.assignable,f.push(d);eO(e,32768|t,18);)f.push(BO(e,t,1,0,a,m,g));return p|=e.assignable,tO(e,t,16),e.destructible=16|p,e.assignable=2,oO(e,t,o,l,c,{type:"CallExpression",callee:n,arguments:f})}d=pk(e,t,u,16,i,s,1,1,0,a,m,g),p|=(16===e.token?0:16)|e.destructible,h=1}if(f.push(d),!eO(e,32768|t,18))break}return tO(e,t,16),p|=256&e.destructible?256:128&e.destructible?128:0,10===e.token?(48&p&&sI(e,25),(1&e.flags||1&a)&&sI(e,46),128&p&&sI(e,29),2098176&t&&256&p&&sI(e,30),h&&(e.flags|=128),yk(e,t,u,f,r,1,o,l,c)):(8&p&&sI(e,60),e.assignable=2,oO(e,t,o,l,c,{type:"CallExpression",callee:n,arguments:f}))}function Sk(e,t,n,r,i,s,a){let o=xk(e,t=16777216^(16778240|t));o.length&&(i=e.tokenPos,s=e.linePos,a=e.colPos),e.leadingDecorators.length&&(e.leadingDecorators.push(...o),o=e.leadingDecorators,e.leadingDecorators=[]),VI(e,t);let l=null,c=null;const{tokenValue:u}=e;4096&e.token&&20567!==e.token?(sO(e,t,e.token)&&sI(e,115),537079808&~e.token||sI(e,116),n&&(hO(e,t,n,u,32,0),r&&2&r&&mO(e,u)),l=sk(e,t)):1&r||sI(e,37,"Class");let p=t;eO(e,32768|t,20567)?(c=zO(e,t,0,0,0,e.tokenPos,e.linePos,e.colPos),p|=524288):p=524288^(524288|p);const d=Ak(e,p,t,n,2,8,0);return oO(e,t,i,s,a,1&t?{type:"ClassDeclaration",id:l,superClass:c,decorators:o,body:d}:{type:"ClassDeclaration",id:l,superClass:c,body:d})}function xk(e,t){const n=[];if(1&t)for(;133===e.token;)n.push(_k(e,t,e.tokenPos,e.linePos,e.colPos));return n}function _k(e,t,n,r,i){VI(e,32768|t);let s=JO(e,t,2,0,1,0,1,n,r,i);return s=YO(e,t,s,0,0,n,r,i),oO(e,t,n,r,i,{type:"Decorator",expression:s})}function Ak(e,t,n,r,i,s,a){const{tokenPos:o,linePos:l,colPos:c}=e;tO(e,32768|t,2162700),t=134217728^(134217728|t);let u=32&e.flags;e.flags=32^(32|e.flags);const p=[];let d;for(;1074790415!==e.token;){let s=0;d=xk(e,t),s=d.length,s>0&&"constructor"===e.tokenValue&&sI(e,107),1074790415===e.token&&sI(e,106),eO(e,t,1074790417)?s>0&&sI(e,117):p.push(Ck(e,t,r,n,i,d,0,a,e.tokenPos,e.linePos,e.colPos))}return tO(e,8&s?32768|t:t,1074790415),e.flags=-33&e.flags|u,oO(e,t,o,l,c,{type:"ClassBody",body:p})}function Ck(e,t,n,r,i,s,a,o,l,c,u){let p=a?32:0,d=null;const{token:h,tokenPos:f,linePos:m,colPos:g}=e;if(176128&h)switch(d=sk(e,t),h){case 36972:if(!a&&67174411!==e.token&&1048576&~e.token&&1077936157!==e.token)return Ck(e,t,n,r,i,s,1,o,l,c,u);break;case 209007:if(67174411!==e.token&&!(1&e.flags)){if(1&t&&!(1073741824&~e.token))return Ik(e,t,d,p,s,f,m,g);p|=16|(ZI(e,t,8457014)?8:0)}break;case 12402:if(67174411!==e.token){if(1&t&&!(1073741824&~e.token))return Ik(e,t,d,p,s,f,m,g);p|=256}break;case 12403:if(67174411!==e.token){if(1&t&&!(1073741824&~e.token))return Ik(e,t,d,p,s,f,m,g);p|=512}}else if(69271571===h)p|=2,d=fk(e,r,o);else if(134217728&~h)if(8457014===h)p|=8,VI(e,t);else if(1&t&&131===e.token)p|=4096,d=Pk(e,16384|t,f,m,g);else if(1&t&&!(1073741824&~e.token))p|=128;else{if(a&&2162700===h)return function(e,t,n,r,i,s){n&&(n=pO(n,2));const a=540672;t=(t|a)^a|262144;const{body:o}=SO(e,t,n,{},r,i,s);return oO(e,t,r,i,s,{type:"StaticBlock",body:o})}(e,t,n,f,m,g);122===h?(d=sk(e,t),67174411!==e.token&&sI(e,28,RI[255&e.token])):sI(e,28,RI[255&e.token])}else d=ak(e,t);if(792&p&&(143360&e.token?d=sk(e,t):134217728&~e.token?69271571===e.token?(p|=2,d=fk(e,t,0)):122===e.token?d=sk(e,t):1&t&&131===e.token?(p|=4096,d=Pk(e,t,f,m,g)):sI(e,132):d=ak(e,t)),2&p||("constructor"===e.tokenValue?(1073741824&~e.token?32&p||67174411!==e.token||(920&p?sI(e,51,"accessor"):524288&t||(32&e.flags?sI(e,52):e.flags|=32)):sI(e,126),p|=64):!(4096&p)&&824&p&&"prototype"===e.tokenValue&&sI(e,50)),1&t&&67174411!==e.token)return Ik(e,t,d,p,s,f,m,g);const y=dk(e,t,p,o,e.tokenPos,e.linePos,e.colPos);return oO(e,t,l,c,u,1&t?{type:"MethodDefinition",kind:!(32&p)&&64&p?"constructor":256&p?"get":512&p?"set":"method",static:(32&p)>0,computed:(2&p)>0,key:d,decorators:s,value:y}:{type:"MethodDefinition",kind:!(32&p)&&64&p?"constructor":256&p?"get":512&p?"set":"method",static:(32&p)>0,computed:(2&p)>0,key:d,value:y})}function Pk(e,t,n,r,i){VI(e,t);const{tokenValue:s}=e;return"constructor"===s&&sI(e,125),VI(e,t),oO(e,t,n,r,i,{type:"PrivateIdentifier",name:s})}function Ik(e,t,n,r,i,s,a,o){let l=null;if(8&r&&sI(e,0),1077936157===e.token){VI(e,32768|t);const{tokenPos:n,linePos:i,colPos:c}=e;537079928===e.token&&sI(e,116);const u=64&r?14680064:31981568;l=JO(e,16384|(t=(t|u)^u|(88&r)<<18|100925440),2,0,1,0,1,n,i,c),!(1073741824&~e.token)&&4194304&~e.token||(l=YO(e,16384|t,l,0,0,n,i,c),l=qO(e,16384|t,0,0,n,i,c,l),18===e.token&&(l=UO(e,t,0,s,a,o,l)))}return oO(e,t,s,a,o,{type:"PropertyDefinition",key:n,value:l,static:(32&r)>0,computed:(2&r)>0,decorators:i})}function Ok(e,t,n,r,i,s,a,o){if(143360&e.token)return kk(e,t,n,r,i,s,a,o);2097152&~e.token&&sI(e,28,RI[255&e.token]);const l=69271571===e.token?ck(e,t,n,1,0,1,r,i,s,a,o):hk(e,t,n,1,0,1,r,i,s,a,o);return 16&e.destructible&&sI(e,48),32&e.destructible&&sI(e,48),l}function kk(e,t,n,r,i,s,a,o){const{tokenValue:l,token:c}=e;return 1024&t&&(537079808&~c?36864&~c||sI(e,115):sI(e,116)),20480&~c||sI(e,100),2099200&t&&241773===c&&sI(e,30),241739===c&&24&r&&sI(e,98),4196352&t&&209008===c&&sI(e,96),VI(e,t),n&&dO(e,t,n,l,r,i),oO(e,t,s,a,o,{type:"Identifier",name:l})}function Nk(e,t,n,r,i,s){if(VI(e,t),8456259===e.token)return oO(e,t,r,i,s,{type:"JSXFragment",openingFragment:Dk(e,t,r,i,s),children:Rk(e,t),closingFragment:Lk(e,t,n,e.tokenPos,e.linePos,e.colPos)});let a=null,o=[];const l=function(e,t,n,r,i,s){143360&~e.token&&4096&~e.token&&sI(e,0);const a=Fk(e,t,e.tokenPos,e.linePos,e.colPos),o=function(e,t){const n=[];for(;8457016!==e.token&&8456259!==e.token&&1048576!==e.token;)n.push(Bk(e,t,e.tokenPos,e.linePos,e.colPos));return n}(e,t),l=8457016===e.token;8456259===e.token?KI(e,t):(tO(e,t,8457016),n?tO(e,t,8456259):KI(e,t));return oO(e,t,r,i,s,{type:"JSXOpeningElement",name:a,attributes:o,selfClosing:l})}(e,t,n,r,i,s);if(!l.selfClosing){o=Rk(e,t),a=function(e,t,n,r,i,s){tO(e,t,25);const a=Fk(e,t,e.tokenPos,e.linePos,e.colPos);n?tO(e,t,8456259):e.token=KI(e,t);return oO(e,t,r,i,s,{type:"JSXClosingElement",name:a})}(e,t,n,e.tokenPos,e.linePos,e.colPos);const r=lO(a.name);lO(l.name)!==r&&sI(e,150,r)}return oO(e,t,r,i,s,{type:"JSXElement",children:o,openingElement:l,closingElement:a})}function Dk(e,t,n,r,i){return KI(e,t),oO(e,t,n,r,i,{type:"JSXOpeningFragment"})}function Lk(e,t,n,r,i,s){return tO(e,t,25),n,tO(e,t,8456259),oO(e,t,r,i,s,{type:"JSXClosingFragment"})}function Rk(e,t){const n=[];for(;25!==e.token;)e.index=e.tokenPos=e.startPos,e.column=e.colPos=e.startColumn,e.line=e.linePos=e.startLine,KI(e,t),n.push(Mk(e,t,e.tokenPos,e.linePos,e.colPos));return n}function Mk(e,t,n,r,i){return 138===e.token?function(e,t,n,r,i){KI(e,t);const s={type:"JSXText",value:e.tokenValue};512&t&&(s.raw=e.tokenRaw);return oO(e,t,n,r,i,s)}(e,t,n,r,i):2162700===e.token?$k(e,t,0,0,n,r,i):8456258===e.token?Nk(e,t,0,n,r,i):(sI(e,0),void 0)}function Fk(e,t,n,r,i){JI(e);let s=qk(e,t,n,r,i);if(21===e.token)return Uk(e,t,s,n,r,i);for(;eO(e,t,67108877);)JI(e),s=jk(e,t,s,n,r,i);return s}function jk(e,t,n,r,i,s){return oO(e,t,r,i,s,{type:"JSXMemberExpression",object:n,property:qk(e,t,e.tokenPos,e.linePos,e.colPos)})}function Bk(e,t,n,r,i){if(2162700===e.token)return function(e,t,n,r,i){VI(e,t),tO(e,t,14);const s=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos);return tO(e,t,1074790415),oO(e,t,n,r,i,{type:"JSXSpreadAttribute",argument:s})}(e,t,n,r,i);JI(e);let s=null,a=qk(e,t,n,r,i);if(21===e.token&&(a=Uk(e,t,a,n,r,i)),1077936157===e.token){const n=YI(e,t),{tokenPos:r,linePos:i,colPos:a}=e;switch(n){case 134283267:s=ak(e,t);break;case 8456258:s=Nk(e,t,1,r,i,a);break;case 2162700:s=$k(e,t,1,1,r,i,a);break;default:sI(e,149)}}return oO(e,t,n,r,i,{type:"JSXAttribute",value:s,name:a})}function Uk(e,t,n,r,i,s){tO(e,t,21);return oO(e,t,r,i,s,{type:"JSXNamespacedName",namespace:n,name:qk(e,t,e.tokenPos,e.linePos,e.colPos)})}function $k(e,t,n,r,i,s,a){VI(e,32768|t);const{tokenPos:o,linePos:l,colPos:c}=e;if(14===e.token)return function(e,t,n,r,i){tO(e,t,14);const s=BO(e,t,1,0,e.tokenPos,e.linePos,e.colPos);return tO(e,t,1074790415),oO(e,t,n,r,i,{type:"JSXSpreadChild",expression:s})}(e,t,i,s,a);let u=null;return 1074790415===e.token?(r&&sI(e,152),u=function(e,t,n,r,i){return e.startPos=e.tokenPos,e.startLine=e.linePos,e.startColumn=e.colPos,oO(e,t,n,r,i,{type:"JSXEmptyExpression"})}(e,t,e.startPos,e.startLine,e.startColumn)):u=BO(e,t,1,0,o,l,c),n?tO(e,t,1074790415):KI(e,t),oO(e,t,i,s,a,{type:"JSXExpressionContainer",expression:u})}function qk(e,t,n,r,i){const{tokenValue:s}=e;return VI(e,t),oO(e,t,n,r,i,{type:"JSXIdentifier",name:s})}var Vk=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239],Hk=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],Wk="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",Gk={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},zk="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",Yk={5:zk,"5module":zk+" export import",6:zk+" const class extends export import super"},Kk=/^in(stanceof)?$/,Jk=new RegExp("["+Wk+"]"),Xk=new RegExp("["+Wk+"·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯・꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_・]");function Qk(e,t){for(var n=65536,r=0;r<t.length;r+=2){if((n+=t[r])>e)return!1;if((n+=t[r+1])>=e)return!0}return!1}function Zk(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Jk.test(String.fromCharCode(e)):!1!==t&&Qk(e,Hk)))}function eN(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Xk.test(String.fromCharCode(e)):!1!==t&&(Qk(e,Hk)||Qk(e,Vk)))))}var tN=function(e,t){void 0===t&&(t={}),this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null};function nN(e,t){return new tN(e,{beforeExpr:!0,binop:t})}var rN={beforeExpr:!0},iN={startsExpr:!0},sN={};function aN(e,t){return void 0===t&&(t={}),t.keyword=e,sN[e]=new tN(e,t)}var oN={num:new tN("num",iN),regexp:new tN("regexp",iN),string:new tN("string",iN),name:new tN("name",iN),privateId:new tN("privateId",iN),eof:new tN("eof"),bracketL:new tN("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new tN("]"),braceL:new tN("{",{beforeExpr:!0,startsExpr:!0}),braceR:new tN("}"),parenL:new tN("(",{beforeExpr:!0,startsExpr:!0}),parenR:new tN(")"),comma:new tN(",",rN),semi:new tN(";",rN),colon:new tN(":",rN),dot:new tN("."),question:new tN("?",rN),questionDot:new tN("?."),arrow:new tN("=>",rN),template:new tN("template"),invalidTemplate:new tN("invalidTemplate"),ellipsis:new tN("...",rN),backQuote:new tN("`",iN),dollarBraceL:new tN("${",{beforeExpr:!0,startsExpr:!0}),eq:new tN("=",{beforeExpr:!0,isAssign:!0}),assign:new tN("_=",{beforeExpr:!0,isAssign:!0}),incDec:new tN("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new tN("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:nN("||",1),logicalAND:nN("&&",2),bitwiseOR:nN("|",3),bitwiseXOR:nN("^",4),bitwiseAND:nN("&",5),equality:nN("==/!=/===/!==",6),relational:nN("</>/<=/>=",7),bitShift:nN("<</>>/>>>",8),plusMin:new tN("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:nN("%",10),star:nN("*",10),slash:nN("/",10),starstar:new tN("**",{beforeExpr:!0}),coalesce:nN("??",1),_break:aN("break"),_case:aN("case",rN),_catch:aN("catch"),_continue:aN("continue"),_debugger:aN("debugger"),_default:aN("default",rN),_do:aN("do",{isLoop:!0,beforeExpr:!0}),_else:aN("else",rN),_finally:aN("finally"),_for:aN("for",{isLoop:!0}),_function:aN("function",iN),_if:aN("if"),_return:aN("return",rN),_switch:aN("switch"),_throw:aN("throw",rN),_try:aN("try"),_var:aN("var"),_const:aN("const"),_while:aN("while",{isLoop:!0}),_with:aN("with"),_new:aN("new",{beforeExpr:!0,startsExpr:!0}),_this:aN("this",iN),_super:aN("super",iN),_class:aN("class",iN),_extends:aN("extends",rN),_export:aN("export"),_import:aN("import",iN),_null:aN("null",iN),_true:aN("true",iN),_false:aN("false",iN),_in:aN("in",{beforeExpr:!0,binop:7}),_instanceof:aN("instanceof",{beforeExpr:!0,binop:7}),_typeof:aN("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:aN("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:aN("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},lN=/\r\n?|\n|\u2028|\u2029/,cN=new RegExp(lN.source,"g");function uN(e){return 10===e||13===e||8232===e||8233===e}function pN(e,t,n){void 0===n&&(n=e.length);for(var r=t;r<n;r++){var i=e.charCodeAt(r);if(uN(i))return r<n-1&&13===i&&10===e.charCodeAt(r+1)?r+2:r+1}return-1}var dN=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,hN=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,fN=Object.prototype,mN=fN.hasOwnProperty,gN=fN.toString,yN=Object.hasOwn||function(e,t){return mN.call(e,t)},bN=Array.isArray||function(e){return"[object Array]"===gN.call(e)},vN=Object.create(null);function EN(e){return vN[e]||(vN[e]=new RegExp("^(?:"+e.replace(/ /g,"|")+")$"))}function wN(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}var TN=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,SN=function(e,t){this.line=e,this.column=t};SN.prototype.offset=function(e){return new SN(this.line,this.column+e)};var xN=function(e,t,n){this.start=t,this.end=n,null!==e.sourceFile&&(this.source=e.sourceFile)};function _N(e,t){for(var n=1,r=0;;){var i=pN(e,r,t);if(i<0)return new SN(n,t-r);++n,r=i}}var AN={ecmaVersion:null,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,checkPrivateFields:!0,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},CN=!1;function PN(e){var t={};for(var n in AN)t[n]=e&&yN(e,n)?e[n]:AN[n];if("latest"===t.ecmaVersion?t.ecmaVersion=1e8:null==t.ecmaVersion?(!CN&&"object"==typeof console&&console.warn&&(CN=!0,console.warn("Since Acorn 8.0.0, options.ecmaVersion is required.\nDefaulting to 2020, but this will stop working in the future.")),t.ecmaVersion=11):t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),null==t.allowReserved&&(t.allowReserved=t.ecmaVersion<5),e&&null!=e.allowHashBang||(t.allowHashBang=t.ecmaVersion>=14),bN(t.onToken)){var r=t.onToken;t.onToken=function(e){return r.push(e)}}return bN(t.onComment)&&(t.onComment=function(e,t){return function(n,r,i,s,a,o){var l={type:n?"Block":"Line",value:r,start:i,end:s};e.locations&&(l.loc=new xN(this,a,o)),e.ranges&&(l.range=[i,s]),t.push(l)}}(t,t.onComment)),t}var IN=256;function ON(e,t){return 2|(e?4:0)|(t?8:0)}var kN=function(e,t,n){this.options=e=PN(e),this.sourceFile=e.sourceFile,this.keywords=EN(Yk[e.ecmaVersion>=6?6:"module"===e.sourceType?"5module":5]);var r="";!0!==e.allowReserved&&(r=Gk[e.ecmaVersion>=6?6:5===e.ecmaVersion?5:3],"module"===e.sourceType&&(r+=" await")),this.reservedWords=EN(r);var i=(r?r+" ":"")+Gk.strict;this.reservedWordsStrict=EN(i),this.reservedWordsStrictBind=EN(i+" "+Gk.strictBind),this.input=String(t),this.containsEsc=!1,n?(this.pos=n,this.lineStart=this.input.lastIndexOf("\n",n-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(lN).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=oN.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.potentialArrowInForAwait=!1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports=Object.create(null),0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(1),this.regexpState=null,this.privateNameStack=[]},NN={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},canAwait:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0},allowNewDotTarget:{configurable:!0},inClassStaticBlock:{configurable:!0}};kN.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},NN.inFunction.get=function(){return(2&this.currentVarScope().flags)>0},NN.inGenerator.get=function(){return(8&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},NN.inAsync.get=function(){return(4&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},NN.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e];if(t.inClassFieldInit||t.flags&IN)return!1;if(2&t.flags)return(4&t.flags)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},NN.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags,n=e.inClassFieldInit;return(64&t)>0||n||this.options.allowSuperOutsideMethod},NN.allowDirectSuper.get=function(){return(128&this.currentThisScope().flags)>0},NN.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},NN.allowNewDotTarget.get=function(){var e=this.currentThisScope(),t=e.flags,n=e.inClassFieldInit;return(258&t)>0||n},NN.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&IN)>0},kN.extend=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];for(var n=this,r=0;r<e.length;r++)n=e[r](n);return n},kN.parse=function(e,t){return new this(t,e).parse()},kN.parseExpressionAt=function(e,t,n){var r=new this(n,e,t);return r.nextToken(),r.parseExpression()},kN.tokenizer=function(e,t){return new this(t,e)},Object.defineProperties(kN.prototype,NN);var DN=kN.prototype,LN=/^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;DN.strictDirective=function(e){if(this.options.ecmaVersion<5)return!1;for(;;){hN.lastIndex=e,e+=hN.exec(this.input)[0].length;var t=LN.exec(this.input.slice(e));if(!t)return!1;if("use strict"===(t[1]||t[2])){hN.lastIndex=e+t[0].length;var n=hN.exec(this.input),r=n.index+n[0].length,i=this.input.charAt(r);return";"===i||"}"===i||lN.test(n[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(i)||"!"===i&&"="===this.input.charAt(r+1))}e+=t[0].length,hN.lastIndex=e,e+=hN.exec(this.input)[0].length,";"===this.input[e]&&e++}},DN.eat=function(e){return this.type===e&&(this.next(),!0)},DN.isContextual=function(e){return this.type===oN.name&&this.value===e&&!this.containsEsc},DN.eatContextual=function(e){return!!this.isContextual(e)&&(this.next(),!0)},DN.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},DN.canInsertSemicolon=function(){return this.type===oN.eof||this.type===oN.braceR||lN.test(this.input.slice(this.lastTokEnd,this.start))},DN.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},DN.semicolon=function(){this.eat(oN.semi)||this.insertSemicolon()||this.unexpected()},DN.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},DN.expect=function(e){this.eat(e)||this.unexpected()},DN.unexpected=function(e){this.raise(null!=e?e:this.start,"Unexpected token")};var RN=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};DN.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var n=t?e.parenthesizedAssign:e.parenthesizedBind;n>-1&&this.raiseRecoverable(n,t?"Assigning to rvalue":"Parenthesized pattern")}},DN.checkExpressionErrors=function(e,t){if(!e)return!1;var n=e.shorthandAssign,r=e.doubleProto;if(!t)return n>=0||r>=0;n>=0&&this.raise(n,"Shorthand property assignments are valid only in destructuring patterns"),r>=0&&this.raiseRecoverable(r,"Redefinition of __proto__ property")},DN.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,"Yield expression cannot be a default value"),this.awaitPos&&this.raise(this.awaitPos,"Await expression cannot be a default value")},DN.isSimpleAssignTarget=function(e){return"ParenthesizedExpression"===e.type?this.isSimpleAssignTarget(e.expression):"Identifier"===e.type||"MemberExpression"===e.type};var MN=kN.prototype;MN.parseTopLevel=function(e){var t=Object.create(null);for(e.body||(e.body=[]);this.type!==oN.eof;){var n=this.parseStatement(null,!0,t);e.body.push(n)}if(this.inModule)for(var r=0,i=Object.keys(this.undefinedExports);r<i.length;r+=1){var s=i[r];this.raiseRecoverable(this.undefinedExports[s].start,"Export '"+s+"' is not defined")}return this.adaptDirectivePrologue(e.body),this.next(),e.sourceType=this.options.sourceType,this.finishNode(e,"Program")};var FN={kind:"loop"},jN={kind:"switch"};MN.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;hN.lastIndex=this.pos;var t=hN.exec(this.input),n=this.pos+t[0].length,r=this.input.charCodeAt(n);if(91===r||92===r)return!0;if(e)return!1;if(123===r||r>55295&&r<56320)return!0;if(Zk(r,!0)){for(var i=n+1;eN(r=this.input.charCodeAt(i),!0);)++i;if(92===r||r>55295&&r<56320)return!0;var s=this.input.slice(n,i);if(!Kk.test(s))return!0}return!1},MN.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;hN.lastIndex=this.pos;var e,t=hN.exec(this.input),n=this.pos+t[0].length;return!(lN.test(this.input.slice(this.pos,n))||"function"!==this.input.slice(n,n+8)||n+8!==this.input.length&&(eN(e=this.input.charCodeAt(n+8))||e>55295&&e<56320))},MN.parseStatement=function(e,t,n){var r,i=this.type,s=this.startNode();switch(this.isLet(e)&&(i=oN._var,r="let"),i){case oN._break:case oN._continue:return this.parseBreakContinueStatement(s,i.keyword);case oN._debugger:return this.parseDebuggerStatement(s);case oN._do:return this.parseDoStatement(s);case oN._for:return this.parseForStatement(s);case oN._function:return e&&(this.strict||"if"!==e&&"label"!==e)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(s,!1,!e);case oN._class:return e&&this.unexpected(),this.parseClass(s,!0);case oN._if:return this.parseIfStatement(s);case oN._return:return this.parseReturnStatement(s);case oN._switch:return this.parseSwitchStatement(s);case oN._throw:return this.parseThrowStatement(s);case oN._try:return this.parseTryStatement(s);case oN._const:case oN._var:return r=r||this.value,e&&"var"!==r&&this.unexpected(),this.parseVarStatement(s,r);case oN._while:return this.parseWhileStatement(s);case oN._with:return this.parseWithStatement(s);case oN.braceL:return this.parseBlock(!0,s);case oN.semi:return this.parseEmptyStatement(s);case oN._export:case oN._import:if(this.options.ecmaVersion>10&&i===oN._import){hN.lastIndex=this.pos;var a=hN.exec(this.input),o=this.pos+a[0].length,l=this.input.charCodeAt(o);if(40===l||46===l)return this.parseExpressionStatement(s,this.parseExpression())}return this.options.allowImportExportEverywhere||(t||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),i===oN._import?this.parseImport(s):this.parseExport(s,n);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(s,!0,!e);var c=this.value,u=this.parseExpression();return i===oN.name&&"Identifier"===u.type&&this.eat(oN.colon)?this.parseLabeledStatement(s,c,u,e):this.parseExpressionStatement(s,u)}},MN.parseBreakContinueStatement=function(e,t){var n="break"===t;this.next(),this.eat(oN.semi)||this.insertSemicolon()?e.label=null:this.type!==oN.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var r=0;r<this.labels.length;++r){var i=this.labels[r];if(null==e.label||i.name===e.label.name){if(null!=i.kind&&(n||"loop"===i.kind))break;if(e.label&&n)break}}return r===this.labels.length&&this.raise(e.start,"Unsyntactic "+t),this.finishNode(e,n?"BreakStatement":"ContinueStatement")},MN.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")},MN.parseDoStatement=function(e){return this.next(),this.labels.push(FN),e.body=this.parseStatement("do"),this.labels.pop(),this.expect(oN._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(oN.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},MN.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(FN),this.enterScope(0),this.expect(oN.parenL),this.type===oN.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var n=this.isLet();if(this.type===oN._var||this.type===oN._const||n){var r=this.startNode(),i=n?"let":this.value;return this.next(),this.parseVar(r,!0,i),this.finishNode(r,"VariableDeclaration"),(this.type===oN._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&1===r.declarations.length?(this.options.ecmaVersion>=9&&(this.type===oN._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,r)):(t>-1&&this.unexpected(t),this.parseFor(e,r))}var s=this.isContextual("let"),a=!1,o=new RN,l=this.parseExpression(!(t>-1)||"await",o);return this.type===oN._in||(a=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===oN._in?t>-1&&this.unexpected(t):e.await=t>-1),s&&a&&this.raise(l.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(l,!1,o),this.checkLValPattern(l),this.parseForIn(e,l)):(this.checkExpressionErrors(o,!0),t>-1&&this.unexpected(t),this.parseFor(e,l))},MN.parseFunctionStatement=function(e,t,n){return this.next(),this.parseFunction(e,UN|(n?0:$N),!1,t)},MN.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(oN._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")},MN.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(oN.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},MN.parseSwitchStatement=function(e){var t;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(oN.braceL),this.labels.push(jN),this.enterScope(0);for(var n=!1;this.type!==oN.braceR;)if(this.type===oN._case||this.type===oN._default){var r=this.type===oN._case;t&&this.finishNode(t,"SwitchCase"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),r?t.test=this.parseExpression():(n&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),n=!0,t.test=null),this.expect(oN.colon)}else t||this.unexpected(),t.consequent.push(this.parseStatement(null));return this.exitScope(),t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},MN.parseThrowStatement=function(e){return this.next(),lN.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var BN=[];MN.parseCatchClauseParam=function(){var e=this.parseBindingAtom(),t="Identifier"===e.type;return this.enterScope(t?32:0),this.checkLValPattern(e,t?4:2),this.expect(oN.parenR),e},MN.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===oN._catch){var t=this.startNode();this.next(),this.eat(oN.parenL)?t.param=this.parseCatchClauseParam():(this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterScope(0)),t.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(t,"CatchClause")}return e.finalizer=this.eat(oN._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},MN.parseVarStatement=function(e,t,n){return this.next(),this.parseVar(e,!1,t,n),this.semicolon(),this.finishNode(e,"VariableDeclaration")},MN.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(FN),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")},MN.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement("with"),this.finishNode(e,"WithStatement")},MN.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},MN.parseLabeledStatement=function(e,t,n,r){for(var i=0,s=this.labels;i<s.length;i+=1){s[i].name===t&&this.raise(n.start,"Label '"+t+"' is already declared")}for(var a=this.type.isLoop?"loop":this.type===oN._switch?"switch":null,o=this.labels.length-1;o>=0;o--){var l=this.labels[o];if(l.statementStart!==e.start)break;l.statementStart=this.start,l.kind=a}return this.labels.push({name:t,kind:a,statementStart:this.start}),e.body=this.parseStatement(r?-1===r.indexOf("label")?r+"label":r:"label"),this.labels.pop(),e.label=n,this.finishNode(e,"LabeledStatement")},MN.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")},MN.parseBlock=function(e,t,n){for(void 0===e&&(e=!0),void 0===t&&(t=this.startNode()),t.body=[],this.expect(oN.braceL),e&&this.enterScope(0);this.type!==oN.braceR;){var r=this.parseStatement(null);t.body.push(r)}return n&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,"BlockStatement")},MN.parseFor=function(e,t){return e.init=t,this.expect(oN.semi),e.test=this.type===oN.semi?null:this.parseExpression(),this.expect(oN.semi),e.update=this.type===oN.parenR?null:this.parseExpression(),this.expect(oN.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")},MN.parseForIn=function(e,t){var n=this.type===oN._in;return this.next(),"VariableDeclaration"===t.type&&null!=t.declarations[0].init&&(!n||this.options.ecmaVersion<8||this.strict||"var"!==t.kind||"Identifier"!==t.declarations[0].id.type)&&this.raise(t.start,(n?"for-in":"for-of")+" loop variable declaration may not have an initializer"),e.left=t,e.right=n?this.parseExpression():this.parseMaybeAssign(),this.expect(oN.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,n?"ForInStatement":"ForOfStatement")},MN.parseVar=function(e,t,n,r){for(e.declarations=[],e.kind=n;;){var i=this.startNode();if(this.parseVarId(i,n),this.eat(oN.eq)?i.init=this.parseMaybeAssign(t):r||"const"!==n||this.type===oN._in||this.options.ecmaVersion>=6&&this.isContextual("of")?r||"Identifier"===i.id.type||t&&(this.type===oN._in||this.isContextual("of"))?i.init=null:this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):this.unexpected(),e.declarations.push(this.finishNode(i,"VariableDeclarator")),!this.eat(oN.comma))break}return e},MN.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLValPattern(e.id,"var"===t?1:2,!1)};var UN=1,$N=2;function qN(e,t){var n=t.key.name,r=e[n],i="true";return"MethodDefinition"!==t.type||"get"!==t.kind&&"set"!==t.kind||(i=(t.static?"s":"i")+t.kind),"iget"===r&&"iset"===i||"iset"===r&&"iget"===i||"sget"===r&&"sset"===i||"sset"===r&&"sget"===i?(e[n]="true",!1):!!r||(e[n]=i,!1)}function VN(e,t){var n=e.computed,r=e.key;return!n&&("Identifier"===r.type&&r.name===t||"Literal"===r.type&&r.value===t)}MN.parseFunction=function(e,t,n,r,i){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!r)&&(this.type===oN.star&&t&$N&&this.unexpected(),e.generator=this.eat(oN.star)),this.options.ecmaVersion>=8&&(e.async=!!r),t&UN&&(e.id=4&t&&this.type!==oN.name?null:this.parseIdent(),!e.id||t&$N||this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?1:2:3));var s=this.yieldPos,a=this.awaitPos,o=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(ON(e.async,e.generator)),t&UN||(e.id=this.type===oN.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,n,!1,i),this.yieldPos=s,this.awaitPos=a,this.awaitIdentPos=o,this.finishNode(e,t&UN?"FunctionDeclaration":"FunctionExpression")},MN.parseFunctionParams=function(e){this.expect(oN.parenL),e.params=this.parseBindingList(oN.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},MN.parseClass=function(e,t){this.next();var n=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var r=this.enterClassBody(),i=this.startNode(),s=!1;for(i.body=[],this.expect(oN.braceL);this.type!==oN.braceR;){var a=this.parseClassElement(null!==e.superClass);a&&(i.body.push(a),"MethodDefinition"===a.type&&"constructor"===a.kind?(s&&this.raiseRecoverable(a.start,"Duplicate constructor in the same class"),s=!0):a.key&&"PrivateIdentifier"===a.key.type&&qN(r,a)&&this.raiseRecoverable(a.key.start,"Identifier '#"+a.key.name+"' has already been declared"))}return this.strict=n,this.next(),e.body=this.finishNode(i,"ClassBody"),this.exitClassBody(),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")},MN.parseClassElement=function(e){if(this.eat(oN.semi))return null;var t=this.options.ecmaVersion,n=this.startNode(),r="",i=!1,s=!1,a="method",o=!1;if(this.eatContextual("static")){if(t>=13&&this.eat(oN.braceL))return this.parseClassStaticBlock(n),n;this.isClassElementNameStart()||this.type===oN.star?o=!0:r="static"}if(n.static=o,!r&&t>=8&&this.eatContextual("async")&&(!this.isClassElementNameStart()&&this.type!==oN.star||this.canInsertSemicolon()?r="async":s=!0),!r&&(t>=9||!s)&&this.eat(oN.star)&&(i=!0),!r&&!s&&!i){var l=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?a=l:r=l)}if(r?(n.computed=!1,n.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),n.key.name=r,this.finishNode(n.key,"Identifier")):this.parseClassElementName(n),t<13||this.type===oN.parenL||"method"!==a||i||s){var c=!n.static&&VN(n,"constructor"),u=c&&e;c&&"method"!==a&&this.raise(n.key.start,"Constructor can't have get/set modifier"),n.kind=c?"constructor":a,this.parseClassMethod(n,i,s,u)}else this.parseClassField(n);return n},MN.isClassElementNameStart=function(){return this.type===oN.name||this.type===oN.privateId||this.type===oN.num||this.type===oN.string||this.type===oN.bracketL||this.type.keyword},MN.parseClassElementName=function(e){this.type===oN.privateId?("constructor"===this.value&&this.raise(this.start,"Classes can't have an element named '#constructor'"),e.computed=!1,e.key=this.parsePrivateIdent()):this.parsePropertyName(e)},MN.parseClassMethod=function(e,t,n,r){var i=e.key;"constructor"===e.kind?(t&&this.raise(i.start,"Constructor can't be a generator"),n&&this.raise(i.start,"Constructor can't be an async method")):e.static&&VN(e,"prototype")&&this.raise(i.start,"Classes may not have a static property named prototype");var s=e.value=this.parseMethod(t,n,r);return"get"===e.kind&&0!==s.params.length&&this.raiseRecoverable(s.start,"getter should have no params"),"set"===e.kind&&1!==s.params.length&&this.raiseRecoverable(s.start,"setter should have exactly one param"),"set"===e.kind&&"RestElement"===s.params[0].type&&this.raiseRecoverable(s.params[0].start,"Setter cannot use rest params"),this.finishNode(e,"MethodDefinition")},MN.parseClassField=function(e){if(VN(e,"constructor")?this.raise(e.key.start,"Classes can't have a field named 'constructor'"):e.static&&VN(e,"prototype")&&this.raise(e.key.start,"Classes can't have a static field named 'prototype'"),this.eat(oN.eq)){var t=this.currentThisScope(),n=t.inClassFieldInit;t.inClassFieldInit=!0,e.value=this.parseMaybeAssign(),t.inClassFieldInit=n}else e.value=null;return this.semicolon(),this.finishNode(e,"PropertyDefinition")},MN.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(320);this.type!==oN.braceR;){var n=this.parseStatement(null);e.body.push(n)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,"StaticBlock")},MN.parseClassId=function(e,t){this.type===oN.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,2,!1)):(!0===t&&this.unexpected(),e.id=null)},MN.parseClassSuper=function(e){e.superClass=this.eat(oN._extends)?this.parseExprSubscripts(null,!1):null},MN.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared},MN.exitClassBody=function(){var e=this.privateNameStack.pop(),t=e.declared,n=e.used;if(this.options.checkPrivateFields)for(var r=this.privateNameStack.length,i=0===r?null:this.privateNameStack[r-1],s=0;s<n.length;++s){var a=n[s];yN(t,a.name)||(i?i.used.push(a):this.raiseRecoverable(a.start,"Private field '#"+a.name+"' must be declared in an enclosing class"))}},MN.parseExportAllDeclaration=function(e,t){return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(e.exported=this.parseModuleExportName(),this.checkExport(t,e.exported,this.lastTokStart)):e.exported=null),this.expectContextual("from"),this.type!==oN.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration")},MN.parseExport=function(e,t){if(this.next(),this.eat(oN.star))return this.parseExportAllDeclaration(e,t);if(this.eat(oN._default))return this.checkExport(t,"default",this.lastTokStart),e.declaration=this.parseExportDefaultDeclaration(),this.finishNode(e,"ExportDefaultDeclaration");if(this.shouldParseExportStatement())e.declaration=this.parseExportDeclaration(e),"VariableDeclaration"===e.declaration.type?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual("from"))this.type!==oN.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var n=0,r=e.specifiers;n<r.length;n+=1){var i=r[n];this.checkUnreserved(i.local),this.checkLocalExport(i.local),"Literal"===i.local.type&&this.raise(i.local.start,"A string literal cannot be used as an exported binding without `from`.")}e.source=null}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")},MN.parseExportDeclaration=function(e){return this.parseStatement(null)},MN.parseExportDefaultDeclaration=function(){var e;if(this.type===oN._function||(e=this.isAsyncFunction())){var t=this.startNode();return this.next(),e&&this.next(),this.parseFunction(t,4|UN,!1,e)}if(this.type===oN._class){var n=this.startNode();return this.parseClass(n,"nullableID")}var r=this.parseMaybeAssign();return this.semicolon(),r},MN.checkExport=function(e,t,n){e&&("string"!=typeof t&&(t="Identifier"===t.type?t.name:t.value),yN(e,t)&&this.raiseRecoverable(n,"Duplicate export '"+t+"'"),e[t]=!0)},MN.checkPatternExport=function(e,t){var n=t.type;if("Identifier"===n)this.checkExport(e,t,t.start);else if("ObjectPattern"===n)for(var r=0,i=t.properties;r<i.length;r+=1){var s=i[r];this.checkPatternExport(e,s)}else if("ArrayPattern"===n)for(var a=0,o=t.elements;a<o.length;a+=1){var l=o[a];l&&this.checkPatternExport(e,l)}else"Property"===n?this.checkPatternExport(e,t.value):"AssignmentPattern"===n?this.checkPatternExport(e,t.left):"RestElement"===n&&this.checkPatternExport(e,t.argument)},MN.checkVariableExport=function(e,t){if(e)for(var n=0,r=t;n<r.length;n+=1){var i=r[n];this.checkPatternExport(e,i.id)}},MN.shouldParseExportStatement=function(){return"var"===this.type.keyword||"const"===this.type.keyword||"class"===this.type.keyword||"function"===this.type.keyword||this.isLet()||this.isAsyncFunction()},MN.parseExportSpecifier=function(e){var t=this.startNode();return t.local=this.parseModuleExportName(),t.exported=this.eatContextual("as")?this.parseModuleExportName():t.local,this.checkExport(e,t.exported,t.exported.start),this.finishNode(t,"ExportSpecifier")},MN.parseExportSpecifiers=function(e){var t=[],n=!0;for(this.expect(oN.braceL);!this.eat(oN.braceR);){if(n)n=!1;else if(this.expect(oN.comma),this.afterTrailingComma(oN.braceR))break;t.push(this.parseExportSpecifier(e))}return t},MN.parseImport=function(e){return this.next(),this.type===oN.string?(e.specifiers=BN,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===oN.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,"ImportDeclaration")},MN.parseImportSpecifier=function(){var e=this.startNode();return e.imported=this.parseModuleExportName(),this.eatContextual("as")?e.local=this.parseIdent():(this.checkUnreserved(e.imported),e.local=e.imported),this.checkLValSimple(e.local,2),this.finishNode(e,"ImportSpecifier")},MN.parseImportDefaultSpecifier=function(){var e=this.startNode();return e.local=this.parseIdent(),this.checkLValSimple(e.local,2),this.finishNode(e,"ImportDefaultSpecifier")},MN.parseImportNamespaceSpecifier=function(){var e=this.startNode();return this.next(),this.expectContextual("as"),e.local=this.parseIdent(),this.checkLValSimple(e.local,2),this.finishNode(e,"ImportNamespaceSpecifier")},MN.parseImportSpecifiers=function(){var e=[],t=!0;if(this.type===oN.name&&(e.push(this.parseImportDefaultSpecifier()),!this.eat(oN.comma)))return e;if(this.type===oN.star)return e.push(this.parseImportNamespaceSpecifier()),e;for(this.expect(oN.braceL);!this.eat(oN.braceR);){if(t)t=!1;else if(this.expect(oN.comma),this.afterTrailingComma(oN.braceR))break;e.push(this.parseImportSpecifier())}return e},MN.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===oN.string){var e=this.parseLiteral(this.value);return TN.test(e.value)&&this.raise(e.start,"An export name cannot include a lone surrogate."),e}return this.parseIdent(!0)},MN.adaptDirectivePrologue=function(e){for(var t=0;t<e.length&&this.isDirectiveCandidate(e[t]);++t)e[t].directive=e[t].expression.raw.slice(1,-1)},MN.isDirectiveCandidate=function(e){return this.options.ecmaVersion>=5&&"ExpressionStatement"===e.type&&"Literal"===e.expression.type&&"string"==typeof e.expression.value&&('"'===this.input[e.start]||"'"===this.input[e.start])};var HN=kN.prototype;HN.toAssignable=function(e,t,n){if(this.options.ecmaVersion>=6&&e)switch(e.type){case"Identifier":this.inAsync&&"await"===e.name&&this.raise(e.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":e.type="ObjectPattern",n&&this.checkPatternErrors(n,!0);for(var r=0,i=e.properties;r<i.length;r+=1){var s=i[r];this.toAssignable(s,t),"RestElement"!==s.type||"ArrayPattern"!==s.argument.type&&"ObjectPattern"!==s.argument.type||this.raise(s.argument.start,"Unexpected token")}break;case"Property":"init"!==e.kind&&this.raise(e.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(e.value,t);break;case"ArrayExpression":e.type="ArrayPattern",n&&this.checkPatternErrors(n,!0),this.toAssignableList(e.elements,t);break;case"SpreadElement":e.type="RestElement",this.toAssignable(e.argument,t),"AssignmentPattern"===e.argument.type&&this.raise(e.argument.start,"Rest elements cannot have a default value");break;case"AssignmentExpression":"="!==e.operator&&this.raise(e.left.end,"Only '=' operator can be used for specifying default value."),e.type="AssignmentPattern",delete e.operator,this.toAssignable(e.left,t);break;case"ParenthesizedExpression":this.toAssignable(e.expression,t,n);break;case"ChainExpression":this.raiseRecoverable(e.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":if(!t)break;default:this.raise(e.start,"Assigning to rvalue")}else n&&this.checkPatternErrors(n,!0);return e},HN.toAssignableList=function(e,t){for(var n=e.length,r=0;r<n;r++){var i=e[r];i&&this.toAssignable(i,t)}if(n){var s=e[n-1];6===this.options.ecmaVersion&&t&&s&&"RestElement"===s.type&&"Identifier"!==s.argument.type&&this.unexpected(s.argument.start)}return e},HN.parseSpread=function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,"SpreadElement")},HN.parseRestBinding=function(){var e=this.startNode();return this.next(),6===this.options.ecmaVersion&&this.type!==oN.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,"RestElement")},HN.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case oN.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(oN.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case oN.braceL:return this.parseObj(!0)}return this.parseIdent()},HN.parseBindingList=function(e,t,n,r){for(var i=[],s=!0;!this.eat(e);)if(s?s=!1:this.expect(oN.comma),t&&this.type===oN.comma)i.push(null);else{if(n&&this.afterTrailingComma(e))break;if(this.type===oN.ellipsis){var a=this.parseRestBinding();this.parseBindingListItem(a),i.push(a),this.type===oN.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.expect(e);break}i.push(this.parseAssignableListItem(r))}return i},HN.parseAssignableListItem=function(e){var t=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(t),t},HN.parseBindingListItem=function(e){return e},HN.parseMaybeDefault=function(e,t,n){if(n=n||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(oN.eq))return n;var r=this.startNodeAt(e,t);return r.left=n,r.right=this.parseMaybeAssign(),this.finishNode(r,"AssignmentPattern")},HN.checkLValSimple=function(e,t,n){void 0===t&&(t=0);var r=0!==t;switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(r?"Binding ":"Assigning to ")+e.name+" in strict mode"),r&&(2===t&&"let"===e.name&&this.raiseRecoverable(e.start,"let is disallowed as a lexically bound name"),n&&(yN(n,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),n[e.name]=!0),5!==t&&this.declareName(e.name,t,e.start));break;case"ChainExpression":this.raiseRecoverable(e.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":r&&this.raiseRecoverable(e.start,"Binding member expression");break;case"ParenthesizedExpression":return r&&this.raiseRecoverable(e.start,"Binding parenthesized expression"),this.checkLValSimple(e.expression,t,n);default:this.raise(e.start,(r?"Binding":"Assigning to")+" rvalue")}},HN.checkLValPattern=function(e,t,n){switch(void 0===t&&(t=0),e.type){case"ObjectPattern":for(var r=0,i=e.properties;r<i.length;r+=1){var s=i[r];this.checkLValInnerPattern(s,t,n)}break;case"ArrayPattern":for(var a=0,o=e.elements;a<o.length;a+=1){var l=o[a];l&&this.checkLValInnerPattern(l,t,n)}break;default:this.checkLValSimple(e,t,n)}},HN.checkLValInnerPattern=function(e,t,n){switch(void 0===t&&(t=0),e.type){case"Property":this.checkLValInnerPattern(e.value,t,n);break;case"AssignmentPattern":this.checkLValPattern(e.left,t,n);break;case"RestElement":this.checkLValPattern(e.argument,t,n);break;default:this.checkLValPattern(e,t,n)}};var WN=function(e,t,n,r,i){this.token=e,this.isExpr=!!t,this.preserveSpace=!!n,this.override=r,this.generator=!!i},GN={b_stat:new WN("{",!1),b_expr:new WN("{",!0),b_tmpl:new WN("${",!1),p_stat:new WN("(",!1),p_expr:new WN("(",!0),q_tmpl:new WN("`",!0,!0,function(e){return e.tryReadTemplateToken()}),f_stat:new WN("function",!1),f_expr:new WN("function",!0),f_expr_gen:new WN("function",!0,!1,null,!0),f_gen:new WN("function",!1,!1,null,!0)},zN=kN.prototype;zN.initialContext=function(){return[GN.b_stat]},zN.curContext=function(){return this.context[this.context.length-1]},zN.braceIsBlock=function(e){var t=this.curContext();return t===GN.f_expr||t===GN.f_stat||(e!==oN.colon||t!==GN.b_stat&&t!==GN.b_expr?e===oN._return||e===oN.name&&this.exprAllowed?lN.test(this.input.slice(this.lastTokEnd,this.start)):e===oN._else||e===oN.semi||e===oN.eof||e===oN.parenR||e===oN.arrow||(e===oN.braceL?t===GN.b_stat:e!==oN._var&&e!==oN._const&&e!==oN.name&&!this.exprAllowed):!t.isExpr)},zN.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if("function"===t.token)return t.generator}return!1},zN.updateContext=function(e){var t,n=this.type;n.keyword&&e===oN.dot?this.exprAllowed=!1:(t=n.updateContext)?t.call(this,e):this.exprAllowed=n.beforeExpr},zN.overrideContext=function(e){this.curContext()!==e&&(this.context[this.context.length-1]=e)},oN.parenR.updateContext=oN.braceR.updateContext=function(){if(1===this.context.length)return this.exprAllowed=!0,void 0;var e=this.context.pop();e===GN.b_stat&&"function"===this.curContext().token&&(e=this.context.pop()),this.exprAllowed=!e.isExpr},oN.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?GN.b_stat:GN.b_expr),this.exprAllowed=!0},oN.dollarBraceL.updateContext=function(){this.context.push(GN.b_tmpl),this.exprAllowed=!0},oN.parenL.updateContext=function(e){var t=e===oN._if||e===oN._for||e===oN._with||e===oN._while;this.context.push(t?GN.p_stat:GN.p_expr),this.exprAllowed=!0},oN.incDec.updateContext=function(){},oN._function.updateContext=oN._class.updateContext=function(e){!e.beforeExpr||e===oN._else||e===oN.semi&&this.curContext()!==GN.p_stat||e===oN._return&&lN.test(this.input.slice(this.lastTokEnd,this.start))||(e===oN.colon||e===oN.braceL)&&this.curContext()===GN.b_stat?this.context.push(GN.f_stat):this.context.push(GN.f_expr),this.exprAllowed=!1},oN.colon.updateContext=function(){"function"===this.curContext().token&&this.context.pop(),this.exprAllowed=!0},oN.backQuote.updateContext=function(){this.curContext()===GN.q_tmpl?this.context.pop():this.context.push(GN.q_tmpl),this.exprAllowed=!1},oN.star.updateContext=function(e){if(e===oN._function){var t=this.context.length-1;this.context[t]===GN.f_expr?this.context[t]=GN.f_expr_gen:this.context[t]=GN.f_gen}this.exprAllowed=!0},oN.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==oN.dot&&("of"===this.value&&!this.exprAllowed||"yield"===this.value&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var YN=kN.prototype;function KN(e){return"MemberExpression"===e.type&&"PrivateIdentifier"===e.property.type||"ChainExpression"===e.type&&KN(e.expression)}YN.checkPropClash=function(e,t,n){if(!(this.options.ecmaVersion>=9&&"SpreadElement"===e.type||this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var r,i=e.key;switch(i.type){case"Identifier":r=i.name;break;case"Literal":r=String(i.value);break;default:return}var s=e.kind;if(this.options.ecmaVersion>=6)return"__proto__"===r&&"init"===s&&(t.proto&&(n?n.doubleProto<0&&(n.doubleProto=i.start):this.raiseRecoverable(i.start,"Redefinition of __proto__ property")),t.proto=!0),void 0;var a=t[r="$"+r];if(a)("init"===s?this.strict&&a.init||a.get||a.set:a.init||a[s])&&this.raiseRecoverable(i.start,"Redefinition of property");else a=t[r]={init:!1,get:!1,set:!1};a[s]=!0}},YN.parseExpression=function(e,t){var n=this.start,r=this.startLoc,i=this.parseMaybeAssign(e,t);if(this.type===oN.comma){var s=this.startNodeAt(n,r);for(s.expressions=[i];this.eat(oN.comma);)s.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(s,"SequenceExpression")}return i},YN.parseMaybeAssign=function(e,t,n){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var r=!1,i=-1,s=-1,a=-1;t?(i=t.parenthesizedAssign,s=t.trailingComma,a=t.doubleProto,t.parenthesizedAssign=t.trailingComma=-1):(t=new RN,r=!0);var o=this.start,l=this.startLoc;this.type!==oN.parenL&&this.type!==oN.name||(this.potentialArrowAt=this.start,this.potentialArrowInForAwait="await"===e);var c=this.parseMaybeConditional(e,t);if(n&&(c=n.call(this,c,o,l)),this.type.isAssign){var u=this.startNodeAt(o,l);return u.operator=this.value,this.type===oN.eq&&(c=this.toAssignable(c,!1,t)),r||(t.parenthesizedAssign=t.trailingComma=t.doubleProto=-1),t.shorthandAssign>=c.start&&(t.shorthandAssign=-1),this.type===oN.eq?this.checkLValPattern(c):this.checkLValSimple(c),u.left=c,this.next(),u.right=this.parseMaybeAssign(e),a>-1&&(t.doubleProto=a),this.finishNode(u,"AssignmentExpression")}return r&&this.checkExpressionErrors(t,!0),i>-1&&(t.parenthesizedAssign=i),s>-1&&(t.trailingComma=s),c},YN.parseMaybeConditional=function(e,t){var n=this.start,r=this.startLoc,i=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return i;if(this.eat(oN.question)){var s=this.startNodeAt(n,r);return s.test=i,s.consequent=this.parseMaybeAssign(),this.expect(oN.colon),s.alternate=this.parseMaybeAssign(e),this.finishNode(s,"ConditionalExpression")}return i},YN.parseExprOps=function(e,t){var n=this.start,r=this.startLoc,i=this.parseMaybeUnary(t,!1,!1,e);return this.checkExpressionErrors(t)||i.start===n&&"ArrowFunctionExpression"===i.type?i:this.parseExprOp(i,n,r,-1,e)},YN.parseExprOp=function(e,t,n,r,i){var s=this.type.binop;if(null!=s&&(!i||this.type!==oN._in)&&s>r){var a=this.type===oN.logicalOR||this.type===oN.logicalAND,o=this.type===oN.coalesce;o&&(s=oN.logicalAND.binop);var l=this.value;this.next();var c=this.start,u=this.startLoc,p=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,i),c,u,s,i),d=this.buildBinary(t,n,e,p,l,a||o);return(a&&this.type===oN.coalesce||o&&(this.type===oN.logicalOR||this.type===oN.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(d,t,n,r,i)}return e},YN.buildBinary=function(e,t,n,r,i,s){"PrivateIdentifier"===r.type&&this.raise(r.start,"Private identifier can only be left side of binary expression");var a=this.startNodeAt(e,t);return a.left=n,a.operator=i,a.right=r,this.finishNode(a,s?"LogicalExpression":"BinaryExpression")},YN.parseMaybeUnary=function(e,t,n,r){var i,s=this.start,a=this.startLoc;if(this.isContextual("await")&&this.canAwait)i=this.parseAwait(r),t=!0;else if(this.type.prefix){var o=this.startNode(),l=this.type===oN.incDec;o.operator=this.value,o.prefix=!0,this.next(),o.argument=this.parseMaybeUnary(null,!0,l,r),this.checkExpressionErrors(e,!0),l?this.checkLValSimple(o.argument):this.strict&&"delete"===o.operator&&"Identifier"===o.argument.type?this.raiseRecoverable(o.start,"Deleting local variable in strict mode"):"delete"===o.operator&&KN(o.argument)?this.raiseRecoverable(o.start,"Private fields can not be deleted"):t=!0,i=this.finishNode(o,l?"UpdateExpression":"UnaryExpression")}else if(t||this.type!==oN.privateId){if(i=this.parseExprSubscripts(e,r),this.checkExpressionErrors(e))return i;for(;this.type.postfix&&!this.canInsertSemicolon();){var c=this.startNodeAt(s,a);c.operator=this.value,c.prefix=!1,c.argument=i,this.checkLValSimple(i),this.next(),i=this.finishNode(c,"UpdateExpression")}}else(r||0===this.privateNameStack.length)&&this.options.checkPrivateFields&&this.unexpected(),i=this.parsePrivateIdent(),this.type!==oN._in&&this.unexpected();return n||!this.eat(oN.starstar)?i:t?(this.unexpected(this.lastTokStart),void 0):this.buildBinary(s,a,i,this.parseMaybeUnary(null,!1,!1,r),"**",!1)},YN.parseExprSubscripts=function(e,t){var n=this.start,r=this.startLoc,i=this.parseExprAtom(e,t);if("ArrowFunctionExpression"===i.type&&")"!==this.input.slice(this.lastTokStart,this.lastTokEnd))return i;var s=this.parseSubscripts(i,n,r,!1,t);return e&&"MemberExpression"===s.type&&(e.parenthesizedAssign>=s.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=s.start&&(e.parenthesizedBind=-1),e.trailingComma>=s.start&&(e.trailingComma=-1)),s},YN.parseSubscripts=function(e,t,n,r,i){for(var s=this.options.ecmaVersion>=8&&"Identifier"===e.type&&"async"===e.name&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&e.end-e.start===5&&this.potentialArrowAt===e.start,a=!1;;){var o=this.parseSubscript(e,t,n,r,s,a,i);if(o.optional&&(a=!0),o===e||"ArrowFunctionExpression"===o.type){if(a){var l=this.startNodeAt(t,n);l.expression=o,o=this.finishNode(l,"ChainExpression")}return o}e=o}},YN.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(oN.arrow)},YN.parseSubscriptAsyncArrow=function(e,t,n,r){return this.parseArrowExpression(this.startNodeAt(e,t),n,!0,r)},YN.parseSubscript=function(e,t,n,r,i,s,a){var o=this.options.ecmaVersion>=11,l=o&&this.eat(oN.questionDot);r&&l&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var c=this.eat(oN.bracketL);if(c||l&&this.type!==oN.parenL&&this.type!==oN.backQuote||this.eat(oN.dot)){var u=this.startNodeAt(t,n);u.object=e,c?(u.property=this.parseExpression(),this.expect(oN.bracketR)):this.type===oN.privateId&&"Super"!==e.type?u.property=this.parsePrivateIdent():u.property=this.parseIdent("never"!==this.options.allowReserved),u.computed=!!c,o&&(u.optional=l),e=this.finishNode(u,"MemberExpression")}else if(!r&&this.eat(oN.parenL)){var p=new RN,d=this.yieldPos,h=this.awaitPos,f=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var m=this.parseExprList(oN.parenR,this.options.ecmaVersion>=8,!1,p);if(i&&!l&&this.shouldParseAsyncArrow())return this.checkPatternErrors(p,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=d,this.awaitPos=h,this.awaitIdentPos=f,this.parseSubscriptAsyncArrow(t,n,m,a);this.checkExpressionErrors(p,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=h||this.awaitPos,this.awaitIdentPos=f||this.awaitIdentPos;var g=this.startNodeAt(t,n);g.callee=e,g.arguments=m,o&&(g.optional=l),e=this.finishNode(g,"CallExpression")}else if(this.type===oN.backQuote){(l||s)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var y=this.startNodeAt(t,n);y.tag=e,y.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(y,"TaggedTemplateExpression")}return e},YN.parseExprAtom=function(e,t,n){this.type===oN.slash&&this.readRegexp();var r,i=this.potentialArrowAt===this.start;switch(this.type){case oN._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),r=this.startNode(),this.next(),this.type!==oN.parenL||this.allowDirectSuper||this.raise(r.start,"super() call outside constructor of a subclass"),this.type!==oN.dot&&this.type!==oN.bracketL&&this.type!==oN.parenL&&this.unexpected(),this.finishNode(r,"Super");case oN._this:return r=this.startNode(),this.next(),this.finishNode(r,"ThisExpression");case oN.name:var s=this.start,a=this.startLoc,o=this.containsEsc,l=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!o&&"async"===l.name&&!this.canInsertSemicolon()&&this.eat(oN._function))return this.overrideContext(GN.f_expr),this.parseFunction(this.startNodeAt(s,a),0,!1,!0,t);if(i&&!this.canInsertSemicolon()){if(this.eat(oN.arrow))return this.parseArrowExpression(this.startNodeAt(s,a),[l],!1,t);if(this.options.ecmaVersion>=8&&"async"===l.name&&this.type===oN.name&&!o&&(!this.potentialArrowInForAwait||"of"!==this.value||this.containsEsc))return l=this.parseIdent(!1),!this.canInsertSemicolon()&&this.eat(oN.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(s,a),[l],!0,t)}return l;case oN.regexp:var c=this.value;return(r=this.parseLiteral(c.value)).regex={pattern:c.pattern,flags:c.flags},r;case oN.num:case oN.string:return this.parseLiteral(this.value);case oN._null:case oN._true:case oN._false:return(r=this.startNode()).value=this.type===oN._null?null:this.type===oN._true,r.raw=this.type.keyword,this.next(),this.finishNode(r,"Literal");case oN.parenL:var u=this.start,p=this.parseParenAndDistinguishExpression(i,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(p)&&(e.parenthesizedAssign=u),e.parenthesizedBind<0&&(e.parenthesizedBind=u)),p;case oN.bracketL:return r=this.startNode(),this.next(),r.elements=this.parseExprList(oN.bracketR,!0,!0,e),this.finishNode(r,"ArrayExpression");case oN.braceL:return this.overrideContext(GN.b_expr),this.parseObj(!1,e);case oN._function:return r=this.startNode(),this.next(),this.parseFunction(r,0);case oN._class:return this.parseClass(this.startNode(),!1);case oN._new:return this.parseNew();case oN.backQuote:return this.parseTemplate();case oN._import:return this.options.ecmaVersion>=11?this.parseExprImport(n):this.unexpected();default:return this.parseExprAtomDefault()}},YN.parseExprAtomDefault=function(){this.unexpected()},YN.parseExprImport=function(e){var t=this.startNode();if(this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import"),this.next(),this.type===oN.parenL&&!e)return this.parseDynamicImport(t);if(this.type===oN.dot){var n=this.startNodeAt(t.start,t.loc&&t.loc.start);return n.name="import",t.meta=this.finishNode(n,"Identifier"),this.parseImportMeta(t)}this.unexpected()},YN.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(oN.parenR)){var t=this.start;this.eat(oN.comma)&&this.eat(oN.parenR)?this.raiseRecoverable(t,"Trailing comma is not allowed in import()"):this.unexpected(t)}return this.finishNode(e,"ImportExpression")},YN.parseImportMeta=function(e){this.next();var t=this.containsEsc;return e.property=this.parseIdent(!0),"meta"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for import is 'import.meta'"),t&&this.raiseRecoverable(e.start,"'import.meta' must not contain escaped characters"),"module"===this.options.sourceType||this.options.allowImportExportEverywhere||this.raiseRecoverable(e.start,"Cannot use 'import.meta' outside a module"),this.finishNode(e,"MetaProperty")},YN.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),110===t.raw.charCodeAt(t.raw.length-1)&&(t.bigint=t.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(t,"Literal")},YN.parseParenExpression=function(){this.expect(oN.parenL);var e=this.parseExpression();return this.expect(oN.parenR),e},YN.shouldParseArrow=function(e){return!this.canInsertSemicolon()},YN.parseParenAndDistinguishExpression=function(e,t){var n,r=this.start,i=this.startLoc,s=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var a,o=this.start,l=this.startLoc,c=[],u=!0,p=!1,d=new RN,h=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==oN.parenR;){if(u?u=!1:this.expect(oN.comma),s&&this.afterTrailingComma(oN.parenR,!0)){p=!0;break}if(this.type===oN.ellipsis){a=this.start,c.push(this.parseParenItem(this.parseRestBinding())),this.type===oN.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element");break}c.push(this.parseMaybeAssign(!1,d,this.parseParenItem))}var m=this.lastTokEnd,g=this.lastTokEndLoc;if(this.expect(oN.parenR),e&&this.shouldParseArrow(c)&&this.eat(oN.arrow))return this.checkPatternErrors(d,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=h,this.awaitPos=f,this.parseParenArrowList(r,i,c,t);c.length&&!p||this.unexpected(this.lastTokStart),a&&this.unexpected(a),this.checkExpressionErrors(d,!0),this.yieldPos=h||this.yieldPos,this.awaitPos=f||this.awaitPos,c.length>1?((n=this.startNodeAt(o,l)).expressions=c,this.finishNodeAt(n,"SequenceExpression",m,g)):n=c[0]}else n=this.parseParenExpression();if(this.options.preserveParens){var y=this.startNodeAt(r,i);return y.expression=n,this.finishNode(y,"ParenthesizedExpression")}return n},YN.parseParenItem=function(e){return e},YN.parseParenArrowList=function(e,t,n,r){return this.parseArrowExpression(this.startNodeAt(e,t),n,!1,r)};var JN=[];YN.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var e=this.startNode();if(this.next(),this.options.ecmaVersion>=6&&this.type===oN.dot){var t=this.startNodeAt(e.start,e.loc&&e.loc.start);t.name="new",e.meta=this.finishNode(t,"Identifier"),this.next();var n=this.containsEsc;return e.property=this.parseIdent(!0),"target"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is 'new.target'"),n&&this.raiseRecoverable(e.start,"'new.target' must not contain escaped characters"),this.allowNewDotTarget||this.raiseRecoverable(e.start,"'new.target' can only be used in functions and class static block"),this.finishNode(e,"MetaProperty")}var r=this.start,i=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),r,i,!0,!1),this.eat(oN.parenL)?e.arguments=this.parseExprList(oN.parenR,this.options.ecmaVersion>=8,!1):e.arguments=JN,this.finishNode(e,"NewExpression")},YN.parseTemplateElement=function(e){var t=e.isTagged,n=this.startNode();return this.type===oN.invalidTemplate?(t||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),n.value={raw:this.value,cooked:null}):n.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),n.tail=this.type===oN.backQuote,this.finishNode(n,"TemplateElement")},YN.parseTemplate=function(e){void 0===e&&(e={});var t=e.isTagged;void 0===t&&(t=!1);var n=this.startNode();this.next(),n.expressions=[];var r=this.parseTemplateElement({isTagged:t});for(n.quasis=[r];!r.tail;)this.type===oN.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(oN.dollarBraceL),n.expressions.push(this.parseExpression()),this.expect(oN.braceR),n.quasis.push(r=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(n,"TemplateLiteral")},YN.isAsyncProp=function(e){return!e.computed&&"Identifier"===e.key.type&&"async"===e.key.name&&(this.type===oN.name||this.type===oN.num||this.type===oN.string||this.type===oN.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===oN.star)&&!lN.test(this.input.slice(this.lastTokEnd,this.start))},YN.parseObj=function(e,t){var n=this.startNode(),r=!0,i={};for(n.properties=[],this.next();!this.eat(oN.braceR);){if(r)r=!1;else if(this.expect(oN.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(oN.braceR))break;var s=this.parseProperty(e,t);e||this.checkPropClash(s,i,t),n.properties.push(s)}return this.finishNode(n,e?"ObjectPattern":"ObjectExpression")},YN.parseProperty=function(e,t){var n,r,i,s,a=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(oN.ellipsis))return e?(a.argument=this.parseIdent(!1),this.type===oN.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.finishNode(a,"RestElement")):(a.argument=this.parseMaybeAssign(!1,t),this.type===oN.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(a,"SpreadElement"));this.options.ecmaVersion>=6&&(a.method=!1,a.shorthand=!1,(e||t)&&(i=this.start,s=this.startLoc),e||(n=this.eat(oN.star)));var o=this.containsEsc;return this.parsePropertyName(a),!e&&!o&&this.options.ecmaVersion>=8&&!n&&this.isAsyncProp(a)?(r=!0,n=this.options.ecmaVersion>=9&&this.eat(oN.star),this.parsePropertyName(a)):r=!1,this.parsePropertyValue(a,e,n,r,i,s,t,o),this.finishNode(a,"Property")},YN.parseGetterSetter=function(e){e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var t="get"===e.kind?0:1;if(e.value.params.length!==t){var n=e.value.start;"get"===e.kind?this.raiseRecoverable(n,"getter should have no params"):this.raiseRecoverable(n,"setter should have exactly one param")}else"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")},YN.parsePropertyValue=function(e,t,n,r,i,s,a,o){(n||r)&&this.type===oN.colon&&this.unexpected(),this.eat(oN.colon)?(e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,a),e.kind="init"):this.options.ecmaVersion>=6&&this.type===oN.parenL?(t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(n,r)):t||o||!(this.options.ecmaVersion>=5)||e.computed||"Identifier"!==e.key.type||"get"!==e.key.name&&"set"!==e.key.name||this.type===oN.comma||this.type===oN.braceR||this.type===oN.eq?this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((n||r)&&this.unexpected(),this.checkUnreserved(e.key),"await"!==e.key.name||this.awaitIdentPos||(this.awaitIdentPos=i),e.kind="init",t?e.value=this.parseMaybeDefault(i,s,this.copyNode(e.key)):this.type===oN.eq&&a?(a.shorthandAssign<0&&(a.shorthandAssign=this.start),e.value=this.parseMaybeDefault(i,s,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.shorthand=!0):this.unexpected():((n||r)&&this.unexpected(),this.parseGetterSetter(e))},YN.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(oN.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(oN.bracketR),e.key;e.computed=!1}return e.key=this.type===oN.num||this.type===oN.string?this.parseExprAtom():this.parseIdent("never"!==this.options.allowReserved)},YN.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},YN.parseMethod=function(e,t,n){var r=this.startNode(),i=this.yieldPos,s=this.awaitPos,a=this.awaitIdentPos;return this.initFunction(r),this.options.ecmaVersion>=6&&(r.generator=e),this.options.ecmaVersion>=8&&(r.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(64|ON(t,r.generator)|(n?128:0)),this.expect(oN.parenL),r.params=this.parseBindingList(oN.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(r,!1,!0,!1),this.yieldPos=i,this.awaitPos=s,this.awaitIdentPos=a,this.finishNode(r,"FunctionExpression")},YN.parseArrowExpression=function(e,t,n,r){var i=this.yieldPos,s=this.awaitPos,a=this.awaitIdentPos;return this.enterScope(16|ON(n,!1)),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!n),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1,r),this.yieldPos=i,this.awaitPos=s,this.awaitIdentPos=a,this.finishNode(e,"ArrowFunctionExpression")},YN.parseFunctionBody=function(e,t,n,r){var i=t&&this.type!==oN.braceL,s=this.strict,a=!1;if(i)e.body=this.parseMaybeAssign(r),e.expression=!0,this.checkParams(e,!1);else{var o=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);s&&!o||(a=this.strictDirective(this.end))&&o&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list");var l=this.labels;this.labels=[],a&&(this.strict=!0),this.checkParams(e,!s&&!a&&!t&&!n&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,5),e.body=this.parseBlock(!1,void 0,a&&!s),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=l}this.exitScope()},YN.isSimpleParamList=function(e){for(var t=0,n=e;t<n.length;t+=1){if("Identifier"!==n[t].type)return!1}return!0},YN.checkParams=function(e,t){for(var n=Object.create(null),r=0,i=e.params;r<i.length;r+=1){var s=i[r];this.checkLValInnerPattern(s,1,t?null:n)}},YN.parseExprList=function(e,t,n,r){for(var i=[],s=!0;!this.eat(e);){if(s)s=!1;else if(this.expect(oN.comma),t&&this.afterTrailingComma(e))break;var a=void 0;n&&this.type===oN.comma?a=null:this.type===oN.ellipsis?(a=this.parseSpread(r),r&&this.type===oN.comma&&r.trailingComma<0&&(r.trailingComma=this.start)):a=this.parseMaybeAssign(!1,r),i.push(a)}return i},YN.checkUnreserved=function(e){var t=e.start,n=e.end,r=e.name;(this.inGenerator&&"yield"===r&&this.raiseRecoverable(t,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&"await"===r&&this.raiseRecoverable(t,"Cannot use 'await' as identifier inside an async function"),this.currentThisScope().inClassFieldInit&&"arguments"===r&&this.raiseRecoverable(t,"Cannot use 'arguments' in class field initializer"),!this.inClassStaticBlock||"arguments"!==r&&"await"!==r||this.raise(t,"Cannot use "+r+" in class static initialization block"),this.keywords.test(r)&&this.raise(t,"Unexpected keyword '"+r+"'"),this.options.ecmaVersion<6&&-1!==this.input.slice(t,n).indexOf("\\"))||(this.strict?this.reservedWordsStrict:this.reservedWords).test(r)&&(this.inAsync||"await"!==r||this.raiseRecoverable(t,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(t,"The keyword '"+r+"' is reserved"))},YN.parseIdent=function(e){var t=this.parseIdentNode();return this.next(!!e),this.finishNode(t,"Identifier"),e||(this.checkUnreserved(t),"await"!==t.name||this.awaitIdentPos||(this.awaitIdentPos=t.start)),t},YN.parseIdentNode=function(){var e=this.startNode();return this.type===oN.name?e.name=this.value:this.type.keyword?(e.name=this.type.keyword,"class"!==e.name&&"function"!==e.name||this.lastTokEnd===this.lastTokStart+1&&46===this.input.charCodeAt(this.lastTokStart)||this.context.pop(),this.type=oN.name):this.unexpected(),e},YN.parsePrivateIdent=function(){var e=this.startNode();return this.type===oN.privateId?e.name=this.value:this.unexpected(),this.next(),this.finishNode(e,"PrivateIdentifier"),this.options.checkPrivateFields&&(0===this.privateNameStack.length?this.raise(e.start,"Private field '#"+e.name+"' must be declared in an enclosing class"):this.privateNameStack[this.privateNameStack.length-1].used.push(e)),e},YN.parseYield=function(e){this.yieldPos||(this.yieldPos=this.start);var t=this.startNode();return this.next(),this.type===oN.semi||this.canInsertSemicolon()||this.type!==oN.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(oN.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,"YieldExpression")},YN.parseAwait=function(e){this.awaitPos||(this.awaitPos=this.start);var t=this.startNode();return this.next(),t.argument=this.parseMaybeUnary(null,!0,!1,e),this.finishNode(t,"AwaitExpression")};var XN=kN.prototype;XN.raise=function(e,t){var n=_N(this.input,e);t+=" ("+n.line+":"+n.column+")";var r=new SyntaxError(t);throw r.pos=e,r.loc=n,r.raisedAt=this.pos,r},XN.raiseRecoverable=XN.raise,XN.curPosition=function(){if(this.options.locations)return new SN(this.curLine,this.pos-this.lineStart)};var QN=kN.prototype,ZN=function(e){this.flags=e,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};QN.enterScope=function(e){this.scopeStack.push(new ZN(e))},QN.exitScope=function(){this.scopeStack.pop()},QN.treatFunctionsAsVarInScope=function(e){return 2&e.flags||!this.inModule&&1&e.flags},QN.declareName=function(e,t,n){var r=!1;if(2===t){var i=this.currentScope();r=i.lexical.indexOf(e)>-1||i.functions.indexOf(e)>-1||i.var.indexOf(e)>-1,i.lexical.push(e),this.inModule&&1&i.flags&&delete this.undefinedExports[e]}else if(4===t){this.currentScope().lexical.push(e)}else if(3===t){var s=this.currentScope();r=this.treatFunctionsAsVar?s.lexical.indexOf(e)>-1:s.lexical.indexOf(e)>-1||s.var.indexOf(e)>-1,s.functions.push(e)}else for(var a=this.scopeStack.length-1;a>=0;--a){var o=this.scopeStack[a];if(o.lexical.indexOf(e)>-1&&!(32&o.flags&&o.lexical[0]===e)||!this.treatFunctionsAsVarInScope(o)&&o.functions.indexOf(e)>-1){r=!0;break}if(o.var.push(e),this.inModule&&1&o.flags&&delete this.undefinedExports[e],259&o.flags)break}r&&this.raiseRecoverable(n,"Identifier '"+e+"' has already been declared")},QN.checkLocalExport=function(e){-1===this.scopeStack[0].lexical.indexOf(e.name)&&-1===this.scopeStack[0].var.indexOf(e.name)&&(this.undefinedExports[e.name]=e)},QN.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},QN.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(259&t.flags)return t}},QN.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(259&t.flags&&!(16&t.flags))return t}};var eD=function(e,t,n){this.type="",this.start=t,this.end=0,e.options.locations&&(this.loc=new xN(e,n)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])},tD=kN.prototype;function nD(e,t,n,r){return e.type=t,e.end=n,this.options.locations&&(e.loc.end=r),this.options.ranges&&(e.range[1]=n),e}tD.startNode=function(){return new eD(this,this.start,this.startLoc)},tD.startNodeAt=function(e,t){return new eD(this,e,t)},tD.finishNode=function(e,t){return nD.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},tD.finishNodeAt=function(e,t,n,r){return nD.call(this,e,t,n,r)},tD.copyNode=function(e){var t=new eD(this,e.start,this.startLoc);for(var n in e)t[n]=e[n];return t};var rD="ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS",iD=rD+" Extended_Pictographic",sD=iD+" EBase EComp EMod EPres ExtPict",aD={9:rD,10:iD,11:iD,12:sD,13:sD,14:sD},oD={9:"",10:"",11:"",12:"",13:"",14:"Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji"},lD="Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu",cD="Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb",uD=cD+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",pD=uD+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",dD=pD+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",hD=dD+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",fD={9:cD,10:uD,11:pD,12:dD,13:hD,14:hD+" Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz"},mD={};function gD(e){var t=mD[e]={binary:EN(aD[e]+" "+lD),binaryOfStrings:EN(oD[e]),nonBinary:{General_Category:EN(lD),Script:EN(fD[e])}};t.nonBinary.Script_Extensions=t.nonBinary.Script,t.nonBinary.gc=t.nonBinary.General_Category,t.nonBinary.sc=t.nonBinary.Script,t.nonBinary.scx=t.nonBinary.Script_Extensions}for(var yD=0,bD=[9,10,11,12,13,14];yD<bD.length;yD+=1){gD(bD[yD])}var vD=kN.prototype,ED=function(e){this.parser=e,this.validFlags="gim"+(e.options.ecmaVersion>=6?"uy":"")+(e.options.ecmaVersion>=9?"s":"")+(e.options.ecmaVersion>=13?"d":"")+(e.options.ecmaVersion>=15?"v":""),this.unicodeProperties=mD[e.options.ecmaVersion>=14?14:e.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchV=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};function wD(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function TD(e){return e>=65&&e<=90||e>=97&&e<=122}ED.prototype.reset=function(e,t,n){var r=-1!==n.indexOf("v"),i=-1!==n.indexOf("u");this.start=0|e,this.source=t+"",this.flags=n,r&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=i&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=i&&this.parser.options.ecmaVersion>=9)},ED.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+e)},ED.prototype.at=function(e,t){void 0===t&&(t=!1);var n=this.source,r=n.length;if(e>=r)return-1;var i=n.charCodeAt(e);if(!t&&!this.switchU||i<=55295||i>=57344||e+1>=r)return i;var s=n.charCodeAt(e+1);return s>=56320&&s<=57343?(i<<10)+s-56613888:i},ED.prototype.nextIndex=function(e,t){void 0===t&&(t=!1);var n=this.source,r=n.length;if(e>=r)return r;var i,s=n.charCodeAt(e);return!t&&!this.switchU||s<=55295||s>=57344||e+1>=r||(i=n.charCodeAt(e+1))<56320||i>57343?e+1:e+2},ED.prototype.current=function(e){return void 0===e&&(e=!1),this.at(this.pos,e)},ED.prototype.lookahead=function(e){return void 0===e&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},ED.prototype.advance=function(e){void 0===e&&(e=!1),this.pos=this.nextIndex(this.pos,e)},ED.prototype.eat=function(e,t){return void 0===t&&(t=!1),this.current(t)===e&&(this.advance(t),!0)},ED.prototype.eatChars=function(e,t){void 0===t&&(t=!1);for(var n=this.pos,r=0,i=e;r<i.length;r+=1){var s=i[r],a=this.at(n,t);if(-1===a||a!==s)return!1;n=this.nextIndex(n,t)}return this.pos=n,!0},vD.validateRegExpFlags=function(e){for(var t=e.validFlags,n=e.flags,r=!1,i=!1,s=0;s<n.length;s++){var a=n.charAt(s);-1===t.indexOf(a)&&this.raise(e.start,"Invalid regular expression flag"),n.indexOf(a,s+1)>-1&&this.raise(e.start,"Duplicate regular expression flag"),"u"===a&&(r=!0),"v"===a&&(i=!0)}this.options.ecmaVersion>=15&&r&&i&&this.raise(e.start,"Invalid regular expression flag")},vD.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},vD.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue="",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise("Unmatched ')'"),(e.eat(93)||e.eat(125))&&e.raise("Lone quantifier brackets")),e.maxBackReference>e.numCapturingParens&&e.raise("Invalid escape");for(var t=0,n=e.backReferenceNames;t<n.length;t+=1){var r=n[t];-1===e.groupNames.indexOf(r)&&e.raise("Invalid named capture referenced")}},vD.regexp_disjunction=function(e){for(this.regexp_alternative(e);e.eat(124);)this.regexp_alternative(e);this.regexp_eatQuantifier(e,!0)&&e.raise("Nothing to repeat"),e.eat(123)&&e.raise("Lone quantifier brackets")},vD.regexp_alternative=function(e){for(;e.pos<e.source.length&&this.regexp_eatTerm(e););},vD.regexp_eatTerm=function(e){return this.regexp_eatAssertion(e)?(e.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(e)&&e.switchU&&e.raise("Invalid quantifier"),!0):!!(e.switchU?this.regexp_eatAtom(e):this.regexp_eatExtendedAtom(e))&&(this.regexp_eatQuantifier(e),!0)},vD.regexp_eatAssertion=function(e){var t=e.pos;if(e.lastAssertionIsQuantifiable=!1,e.eat(94)||e.eat(36))return!0;if(e.eat(92)){if(e.eat(66)||e.eat(98))return!0;e.pos=t}if(e.eat(40)&&e.eat(63)){var n=!1;if(this.options.ecmaVersion>=9&&(n=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise("Unterminated group"),e.lastAssertionIsQuantifiable=!n,!0}return e.pos=t,!1},vD.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},vD.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},vD.regexp_eatBracedQuantifier=function(e,t){var n=e.pos;if(e.eat(123)){var r=0,i=-1;if(this.regexp_eatDecimalDigits(e)&&(r=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(i=e.lastIntValue),e.eat(125)))return-1!==i&&i<r&&!t&&e.raise("numbers out of order in {} quantifier"),!0;e.switchU&&!t&&e.raise("Incomplete quantifier"),e.pos=n}return!1},vD.regexp_eatAtom=function(e){return this.regexp_eatPatternCharacters(e)||e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)},vD.regexp_eatReverseSolidusAtomEscape=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatAtomEscape(e))return!0;e.pos=t}return!1},vD.regexp_eatUncapturingGroup=function(e){var t=e.pos;if(e.eat(40)){if(e.eat(63)&&e.eat(58)){if(this.regexp_disjunction(e),e.eat(41))return!0;e.raise("Unterminated group")}e.pos=t}return!1},vD.regexp_eatCapturingGroup=function(e){if(e.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(e):63===e.current()&&e.raise("Invalid group"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise("Unterminated group")}return!1},vD.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)},vD.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1},vD.regexp_eatSyntaxCharacter=function(e){var t=e.current();return!!wD(t)&&(e.lastIntValue=t,e.advance(),!0)},vD.regexp_eatPatternCharacters=function(e){for(var t=e.pos,n=0;-1!==(n=e.current())&&!wD(n);)e.advance();return e.pos!==t},vD.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return!(-1===t||36===t||t>=40&&t<=43||46===t||63===t||91===t||94===t||124===t)&&(e.advance(),!0)},vD.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e))return-1!==e.groupNames.indexOf(e.lastStringValue)&&e.raise("Duplicate capture group name"),e.groupNames.push(e.lastStringValue),void 0;e.raise("Invalid group")}},vD.regexp_eatGroupName=function(e){if(e.lastStringValue="",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise("Invalid capture group name")}return!1},vD.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=wN(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=wN(e.lastIntValue);return!0}return!1},vD.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,n=this.options.ecmaVersion>=11,r=e.current(n);return e.advance(n),92===r&&this.regexp_eatRegExpUnicodeEscapeSequence(e,n)&&(r=e.lastIntValue),function(e){return Zk(e,!0)||36===e||95===e}(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)},vD.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,n=this.options.ecmaVersion>=11,r=e.current(n);return e.advance(n),92===r&&this.regexp_eatRegExpUnicodeEscapeSequence(e,n)&&(r=e.lastIntValue),function(e){return eN(e,!0)||36===e||95===e||8204===e||8205===e}(r)?(e.lastIntValue=r,!0):(e.pos=t,!1)},vD.regexp_eatAtomEscape=function(e){return!!(this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e))||(e.switchU&&(99===e.current()&&e.raise("Invalid unicode escape"),e.raise("Invalid escape")),!1)},vD.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var n=e.lastIntValue;if(e.switchU)return n>e.maxBackReference&&(e.maxBackReference=n),!0;if(n<=e.numCapturingParens)return!0;e.pos=t}return!1},vD.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise("Invalid named reference")}return!1},vD.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e,!1)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)},vD.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},vD.regexp_eatZero=function(e){return 48===e.current()&&!_D(e.lookahead())&&(e.lastIntValue=0,e.advance(),!0)},vD.regexp_eatControlEscape=function(e){var t=e.current();return 116===t?(e.lastIntValue=9,e.advance(),!0):110===t?(e.lastIntValue=10,e.advance(),!0):118===t?(e.lastIntValue=11,e.advance(),!0):102===t?(e.lastIntValue=12,e.advance(),!0):114===t&&(e.lastIntValue=13,e.advance(),!0)},vD.regexp_eatControlLetter=function(e){var t=e.current();return!!TD(t)&&(e.lastIntValue=t%32,e.advance(),!0)},vD.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){void 0===t&&(t=!1);var n,r=e.pos,i=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var s=e.lastIntValue;if(i&&s>=55296&&s<=56319){var a=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var o=e.lastIntValue;if(o>=56320&&o<=57343)return e.lastIntValue=1024*(s-55296)+(o-56320)+65536,!0}e.pos=a,e.lastIntValue=s}return!0}if(i&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&((n=e.lastIntValue)>=0&&n<=1114111))return!0;i&&e.raise("Invalid unicode escape"),e.pos=r}return!1},vD.regexp_eatIdentityEscape=function(e){if(e.switchU)return!!this.regexp_eatSyntaxCharacter(e)||!!e.eat(47)&&(e.lastIntValue=47,!0);var t=e.current();return!(99===t||e.switchN&&107===t)&&(e.lastIntValue=t,e.advance(),!0)},vD.regexp_eatDecimalEscape=function(e){e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do{e.lastIntValue=10*e.lastIntValue+(t-48),e.advance()}while((t=e.current())>=48&&t<=57);return!0}return!1};function SD(e){return TD(e)||95===e}function xD(e){return SD(e)||_D(e)}function _D(e){return e>=48&&e<=57}function AD(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function CD(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}function PD(e){return e>=48&&e<=55}vD.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(function(e){return 100===e||68===e||115===e||83===e||119===e||87===e}(t))return e.lastIntValue=-1,e.advance(),1;var n=!1;if(e.switchU&&this.options.ecmaVersion>=9&&((n=80===t)||112===t)){var r;if(e.lastIntValue=-1,e.advance(),e.eat(123)&&(r=this.regexp_eatUnicodePropertyValueExpression(e))&&e.eat(125))return n&&2===r&&e.raise("Invalid property name"),r;e.raise("Invalid property name")}return 0},vD.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var n=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var r=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,n,r),1}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var i=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,i)}return 0},vD.regexp_validateUnicodePropertyNameAndValue=function(e,t,n){yN(e.unicodeProperties.nonBinary,t)||e.raise("Invalid property name"),e.unicodeProperties.nonBinary[t].test(n)||e.raise("Invalid property value")},vD.regexp_validateUnicodePropertyNameOrValue=function(e,t){return e.unicodeProperties.binary.test(t)?1:e.switchV&&e.unicodeProperties.binaryOfStrings.test(t)?2:(e.raise("Invalid property name"),void 0)},vD.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue="";SD(t=e.current());)e.lastStringValue+=wN(t),e.advance();return""!==e.lastStringValue},vD.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue="";xD(t=e.current());)e.lastStringValue+=wN(t),e.advance();return""!==e.lastStringValue},vD.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},vD.regexp_eatCharacterClass=function(e){if(e.eat(91)){var t=e.eat(94),n=this.regexp_classContents(e);return e.eat(93)||e.raise("Unterminated character class"),t&&2===n&&e.raise("Negated character class may contain strings"),!0}return!1},vD.regexp_classContents=function(e){return 93===e.current()?1:e.switchV?this.regexp_classSetExpression(e):(this.regexp_nonEmptyClassRanges(e),1)},vD.regexp_nonEmptyClassRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var n=e.lastIntValue;!e.switchU||-1!==t&&-1!==n||e.raise("Invalid character class"),-1!==t&&-1!==n&&t>n&&e.raise("Range out of order in character class")}}},vD.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var n=e.current();(99===n||PD(n))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=t}var r=e.current();return 93!==r&&(e.lastIntValue=r,e.advance(),!0)},vD.regexp_eatClassEscape=function(e){var t=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=t}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)},vD.regexp_classSetExpression=function(e){var t,n=1;if(this.regexp_eatClassSetRange(e));else if(t=this.regexp_eatClassSetOperand(e)){2===t&&(n=2);for(var r=e.pos;e.eatChars([38,38]);)38!==e.current()&&(t=this.regexp_eatClassSetOperand(e))?2!==t&&(n=1):e.raise("Invalid character in character class");if(r!==e.pos)return n;for(;e.eatChars([45,45]);)this.regexp_eatClassSetOperand(e)||e.raise("Invalid character in character class");if(r!==e.pos)return n}else e.raise("Invalid character in character class");for(;;)if(!this.regexp_eatClassSetRange(e)){if(!(t=this.regexp_eatClassSetOperand(e)))return n;2===t&&(n=2)}},vD.regexp_eatClassSetRange=function(e){var t=e.pos;if(this.regexp_eatClassSetCharacter(e)){var n=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassSetCharacter(e)){var r=e.lastIntValue;return-1!==n&&-1!==r&&n>r&&e.raise("Range out of order in character class"),!0}e.pos=t}return!1},vD.regexp_eatClassSetOperand=function(e){return this.regexp_eatClassSetCharacter(e)?1:this.regexp_eatClassStringDisjunction(e)||this.regexp_eatNestedClass(e)},vD.regexp_eatNestedClass=function(e){var t=e.pos;if(e.eat(91)){var n=e.eat(94),r=this.regexp_classContents(e);if(e.eat(93))return n&&2===r&&e.raise("Negated character class may contain strings"),r;e.pos=t}if(e.eat(92)){var i=this.regexp_eatCharacterClassEscape(e);if(i)return i;e.pos=t}return null},vD.regexp_eatClassStringDisjunction=function(e){var t=e.pos;if(e.eatChars([92,113])){if(e.eat(123)){var n=this.regexp_classStringDisjunctionContents(e);if(e.eat(125))return n}else e.raise("Invalid escape");e.pos=t}return null},vD.regexp_classStringDisjunctionContents=function(e){for(var t=this.regexp_classString(e);e.eat(124);)2===this.regexp_classString(e)&&(t=2);return t},vD.regexp_classString=function(e){for(var t=0;this.regexp_eatClassSetCharacter(e);)t++;return 1===t?1:2},vD.regexp_eatClassSetCharacter=function(e){var t=e.pos;if(e.eat(92))return!(!this.regexp_eatCharacterEscape(e)&&!this.regexp_eatClassSetReservedPunctuator(e))||(e.eat(98)?(e.lastIntValue=8,!0):(e.pos=t,!1));var n=e.current();return!(n<0||n===e.lookahead()&&function(e){return 33===e||e>=35&&e<=38||e>=42&&e<=44||46===e||e>=58&&e<=64||94===e||96===e||126===e}(n))&&(!function(e){return 40===e||41===e||45===e||47===e||e>=91&&e<=93||e>=123&&e<=125}(n)&&(e.advance(),e.lastIntValue=n,!0))},vD.regexp_eatClassSetReservedPunctuator=function(e){var t=e.current();return!!function(e){return 33===e||35===e||37===e||38===e||44===e||45===e||e>=58&&e<=62||64===e||96===e||126===e}(t)&&(e.lastIntValue=t,e.advance(),!0)},vD.regexp_eatClassControlLetter=function(e){var t=e.current();return!(!_D(t)&&95!==t)&&(e.lastIntValue=t%32,e.advance(),!0)},vD.regexp_eatHexEscapeSequence=function(e){var t=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise("Invalid escape"),e.pos=t}return!1},vD.regexp_eatDecimalDigits=function(e){var t=e.pos,n=0;for(e.lastIntValue=0;_D(n=e.current());)e.lastIntValue=10*e.lastIntValue+(n-48),e.advance();return e.pos!==t},vD.regexp_eatHexDigits=function(e){var t=e.pos,n=0;for(e.lastIntValue=0;AD(n=e.current());)e.lastIntValue=16*e.lastIntValue+CD(n),e.advance();return e.pos!==t},vD.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var n=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=64*t+8*n+e.lastIntValue:e.lastIntValue=8*t+n}else e.lastIntValue=t;return!0}return!1},vD.regexp_eatOctalDigit=function(e){var t=e.current();return PD(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)},vD.regexp_eatFixedHexDigits=function(e,t){var n=e.pos;e.lastIntValue=0;for(var r=0;r<t;++r){var i=e.current();if(!AD(i))return e.pos=n,!1;e.lastIntValue=16*e.lastIntValue+CD(i),e.advance()}return!0};var ID=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new xN(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},OD=kN.prototype;function kD(e){return"function"!=typeof BigInt?null:BigInt(e.replace(/_/g,""))}OD.next=function(e){!e&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+this.type.keyword),this.options.onToken&&this.options.onToken(new ID(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},OD.getToken=function(){return this.next(),new ID(this)},"undefined"!=typeof Symbol&&(OD[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===oN.eof,value:t}}}}),OD.nextToken=function(){var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(oN.eof):e.override?e.override(this):(this.readToken(this.fullCharCodeAtPos()),void 0)},OD.readToken=function(e){return Zk(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},OD.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(e<=55295||e>=56320)return e;var t=this.input.charCodeAt(this.pos+1);return t<=56319||t>=57344?e:(e<<10)+t-56613888},OD.skipBlockComment=function(){var e=this.options.onComment&&this.curPosition(),t=this.pos,n=this.input.indexOf("*/",this.pos+=2);if(-1===n&&this.raise(this.pos-2,"Unterminated comment"),this.pos=n+2,this.options.locations)for(var r=void 0,i=t;(r=pN(this.input,i,this.pos))>-1;)++this.curLine,i=this.lineStart=r;this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,n),t,this.pos,e,this.curPosition())},OD.skipLineComment=function(e){for(var t=this.pos,n=this.options.onComment&&this.curPosition(),r=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&!uN(r);)r=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,n,this.curPosition())},OD.skipSpace=function(){e:for(;this.pos<this.input.length;){var e=this.input.charCodeAt(this.pos);switch(e){case 32:case 160:++this.pos;break;case 13:10===this.input.charCodeAt(this.pos+1)&&++this.pos;case 10:case 8232:case 8233:++this.pos,this.options.locations&&(++this.curLine,this.lineStart=this.pos);break;case 47:switch(this.input.charCodeAt(this.pos+1)){case 42:this.skipBlockComment();break;case 47:this.skipLineComment(2);break;default:break e}break;default:if(!(e>8&&e<14||e>=5760&&dN.test(String.fromCharCode(e))))break e;++this.pos}}},OD.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var n=this.type;this.type=e,this.value=t,this.updateContext(n)},OD.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===t?(this.pos+=3,this.finishToken(oN.ellipsis)):(++this.pos,this.finishToken(oN.dot))},OD.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(oN.assign,2):this.finishOp(oN.slash,1)},OD.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),n=1,r=42===e?oN.star:oN.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++n,r=oN.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(oN.assign,n+1):this.finishOp(r,n)},OD.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);if(t===e){if(this.options.ecmaVersion>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(oN.assign,3);return this.finishOp(124===e?oN.logicalOR:oN.logicalAND,2)}return 61===t?this.finishOp(oN.assign,2):this.finishOp(124===e?oN.bitwiseOR:oN.bitwiseAND,1)},OD.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(oN.assign,2):this.finishOp(oN.bitwiseXOR,1)},OD.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?45!==t||this.inModule||62!==this.input.charCodeAt(this.pos+2)||0!==this.lastTokEnd&&!lN.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(oN.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===t?this.finishOp(oN.assign,2):this.finishOp(oN.plusMin,1)},OD.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),n=1;return t===e?(n=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+n)?this.finishOp(oN.assign,n+1):this.finishOp(oN.bitShift,n)):33!==t||60!==e||this.inModule||45!==this.input.charCodeAt(this.pos+2)||45!==this.input.charCodeAt(this.pos+3)?(61===t&&(n=2),this.finishOp(oN.relational,n)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},OD.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(oN.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(oN.arrow)):this.finishOp(61===e?oN.eq:oN.prefix,1)},OD.readToken_question=function(){var e=this.options.ecmaVersion;if(e>=11){var t=this.input.charCodeAt(this.pos+1);if(46===t){var n=this.input.charCodeAt(this.pos+2);if(n<48||n>57)return this.finishOp(oN.questionDot,2)}if(63===t){if(e>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(oN.assign,3);return this.finishOp(oN.coalesce,2)}}return this.finishOp(oN.question,1)},OD.readToken_numberSign=function(){var e=35;if(this.options.ecmaVersion>=13&&(++this.pos,Zk(e=this.fullCharCodeAtPos(),!0)||92===e))return this.finishToken(oN.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+wN(e)+"'")},OD.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(oN.parenL);case 41:return++this.pos,this.finishToken(oN.parenR);case 59:return++this.pos,this.finishToken(oN.semi);case 44:return++this.pos,this.finishToken(oN.comma);case 91:return++this.pos,this.finishToken(oN.bracketL);case 93:return++this.pos,this.finishToken(oN.bracketR);case 123:return++this.pos,this.finishToken(oN.braceL);case 125:return++this.pos,this.finishToken(oN.braceR);case 58:return++this.pos,this.finishToken(oN.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(oN.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(120===t||88===t)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===t||79===t)return this.readRadixNumber(8);if(98===t||66===t)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 63:return this.readToken_question();case 126:return this.finishOp(oN.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+wN(e)+"'")},OD.finishOp=function(e,t){var n=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,n)},OD.readRegexp=function(){for(var e,t,n=this.pos;;){this.pos>=this.input.length&&this.raise(n,"Unterminated regular expression");var r=this.input.charAt(this.pos);if(lN.test(r)&&this.raise(n,"Unterminated regular expression"),e)e=!1;else{if("["===r)t=!0;else if("]"===r&&t)t=!1;else if("/"===r&&!t)break;e="\\"===r}++this.pos}var i=this.input.slice(n,this.pos);++this.pos;var s=this.pos,a=this.readWord1();this.containsEsc&&this.unexpected(s);var o=this.regexpState||(this.regexpState=new ED(this));o.reset(n,i,a),this.validateRegExpFlags(o),this.validateRegExpPattern(o);var l=null;try{l=new RegExp(i,a)}catch(e){}return this.finishToken(oN.regexp,{pattern:i,flags:a,value:l})},OD.readInt=function(e,t,n){for(var r=this.options.ecmaVersion>=12&&void 0===t,i=n&&48===this.input.charCodeAt(this.pos),s=this.pos,a=0,o=0,l=0,c=null==t?1/0:t;l<c;++l,++this.pos){var u=this.input.charCodeAt(this.pos),p=void 0;if(r&&95===u)i&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed in legacy octal numeric literals"),95===o&&this.raiseRecoverable(this.pos,"Numeric separator must be exactly one underscore"),0===l&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed at the first of digits"),o=u;else{if((p=u>=97?u-97+10:u>=65?u-65+10:u>=48&&u<=57?u-48:1/0)>=e)break;o=u,a=a*e+p}}return r&&95===o&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===s||null!=t&&this.pos-s!==t?null:a},OD.readRadixNumber=function(e){var t=this.pos;this.pos+=2;var n=this.readInt(e);return null==n&&this.raise(this.start+2,"Expected number in radix "+e),this.options.ecmaVersion>=11&&110===this.input.charCodeAt(this.pos)?(n=kD(this.input.slice(t,this.pos)),++this.pos):Zk(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(oN.num,n)},OD.readNumber=function(e){var t=this.pos;e||null!==this.readInt(10,void 0,!0)||this.raise(t,"Invalid number");var n=this.pos-t>=2&&48===this.input.charCodeAt(t);n&&this.strict&&this.raise(t,"Invalid number");var r=this.input.charCodeAt(this.pos);if(!n&&!e&&this.options.ecmaVersion>=11&&110===r){var i=kD(this.input.slice(t,this.pos));return++this.pos,Zk(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(oN.num,i)}n&&/[89]/.test(this.input.slice(t,this.pos))&&(n=!1),46!==r||n||(++this.pos,this.readInt(10),r=this.input.charCodeAt(this.pos)),69!==r&&101!==r||n||(43!==(r=this.input.charCodeAt(++this.pos))&&45!==r||++this.pos,null===this.readInt(10)&&this.raise(t,"Invalid number")),Zk(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var s=function(e,t){return t?parseInt(e,8):parseFloat(e.replace(/_/g,""))}(this.input.slice(t,this.pos),n);return this.finishToken(oN.num,s)},OD.readCodePoint=function(){var e;if(123===this.input.charCodeAt(this.pos)){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},OD.readString=function(e){for(var t="",n=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var r=this.input.charCodeAt(this.pos);if(r===e)break;92===r?(t+=this.input.slice(n,this.pos),t+=this.readEscapedChar(!1),n=this.pos):8232===r||8233===r?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(uN(r)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return t+=this.input.slice(n,this.pos++),this.finishToken(oN.string,t)};var ND={};OD.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e!==ND)throw e;this.readInvalidTemplateToken()}this.inTemplateElement=!1},OD.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw ND;this.raise(e,t)},OD.readTmplToken=function(){for(var e="",t=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var n=this.input.charCodeAt(this.pos);if(96===n||36===n&&123===this.input.charCodeAt(this.pos+1))return this.pos!==this.start||this.type!==oN.template&&this.type!==oN.invalidTemplate?(e+=this.input.slice(t,this.pos),this.finishToken(oN.template,e)):36===n?(this.pos+=2,this.finishToken(oN.dollarBraceL)):(++this.pos,this.finishToken(oN.backQuote));if(92===n)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(uN(n)){switch(e+=this.input.slice(t,this.pos),++this.pos,n){case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:e+="\n";break;default:e+=String.fromCharCode(n)}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else++this.pos}},OD.readInvalidTemplateToken=function(){for(;this.pos<this.input.length;this.pos++)switch(this.input[this.pos]){case"\\":++this.pos;break;case"$":if("{"!==this.input[this.pos+1])break;case"`":return this.finishToken(oN.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,"Unterminated template")},OD.readEscapedChar=function(e){var t=this.input.charCodeAt(++this.pos);switch(++this.pos,t){case 110:return"\n";case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return wN(this.readCodePoint());case 116:return"\t";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";case 56:case 57:if(this.strict&&this.invalidStringToken(this.pos-1,"Invalid escape sequence"),e){var n=this.pos-1;this.invalidStringToken(n,"Invalid escape sequence in template string")}default:if(t>=48&&t<=55){var r=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(r,8);return i>255&&(r=r.slice(0,-1),i=parseInt(r,8)),this.pos+=r.length-1,t=this.input.charCodeAt(this.pos),"0"===r&&56!==t&&57!==t||!this.strict&&!e||this.invalidStringToken(this.pos-1-r.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(i)}return uN(t)?"":String.fromCharCode(t)}},OD.readHexChar=function(e){var t=this.pos,n=this.readInt(16,e);return null===n&&this.invalidStringToken(t,"Bad character escape sequence"),n},OD.readWord1=function(){this.containsEsc=!1;for(var e="",t=!0,n=this.pos,r=this.options.ecmaVersion>=6;this.pos<this.input.length;){var i=this.fullCharCodeAtPos();if(eN(i,r))this.pos+=i<=65535?1:2;else{if(92!==i)break;this.containsEsc=!0,e+=this.input.slice(n,this.pos);var s=this.pos;117!==this.input.charCodeAt(++this.pos)&&this.invalidStringToken(this.pos,"Expecting Unicode escape sequence \\uXXXX"),++this.pos;var a=this.readCodePoint();(t?Zk:eN)(a,r)||this.invalidStringToken(s,"Invalid Unicode escape"),e+=wN(a),n=this.pos}t=!1}return e+this.input.slice(n,this.pos)},OD.readWord=function(){var e=this.readWord1(),t=oN.name;return this.keywords.test(e)&&(t=sN[e]),this.finishToken(t,e)};function DD(e,t,n){return kN.parseExpressionAt(e,t,n)}kN.acorn={Parser:kN,version:"8.11.3",defaultOptions:AN,Position:SN,SourceLocation:xN,getLineInfo:_N,Node:eD,TokenType:tN,tokTypes:oN,keywordTypes:sN,TokContext:WN,tokContexts:GN,isIdentifierChar:eN,isIdentifierStart:Zk,Token:ID,isNewLine:uN,lineBreak:lN,lineBreakG:cN,nonASCIIwhitespace:dN};var LD=Symbol.for("immer-nothing"),RD=Symbol.for("immer-draftable"),MD=Symbol.for("immer-state"),FD="production"!==process.env.NODE_ENV?[function(e){return`The plugin for '${e}' has not been loaded into Immer. To enable the plugin, import and call \`enable${e}()\` when initializing your application.`},function(e){return`produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '${e}'`},"This object has been frozen and should not be mutated",function(e){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+e},"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.","Immer forbids circular references","The first or second argument to `produce` must be a function","The third argument to `produce` must be a function or undefined","First argument to `createDraft` must be a plain object, an array, or an immerable object","First argument to `finishDraft` must be a draft returned by `createDraft`",function(e){return`'current' expects a draft, got: ${e}`},"Object.defineProperty() cannot be used on an Immer draft","Object.setPrototypeOf() cannot be used on an Immer draft","Immer only supports deleting array indices","Immer only supports setting array indices and the 'length' property",function(e){return`'original' expects a draft, got: ${e}`}]:[];function jD(e,...t){if("production"!==process.env.NODE_ENV){const n=FD[e],r="function"==typeof n?n.apply(null,t):n;throw new Error(`[Immer] ${r}`)}throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var BD=Object.getPrototypeOf;function UD(e){return!!e&&!!e[MD]}function $D(e){return!!e&&(VD(e)||Array.isArray(e)||!!e[RD]||!!e.constructor?.[RD]||YD(e)||KD(e))}var qD=Object.prototype.constructor.toString();function VD(e){if(!e||"object"!=typeof e)return!1;const t=BD(e);if(null===t)return!0;const n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object||"function"==typeof n&&Function.toString.call(n)===qD}function HD(e,t){0===WD(e)?Reflect.ownKeys(e).forEach(n=>{t(n,e[n],e)}):e.forEach((n,r)=>t(r,n,e))}function WD(e){const t=e[MD];return t?t.type_:Array.isArray(e)?1:YD(e)?2:KD(e)?3:0}function GD(e,t){return 2===WD(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function zD(e,t,n){const r=WD(e);2===r?e.set(t,n):3===r?e.add(n):e[t]=n}function YD(e){return e instanceof Map}function KD(e){return e instanceof Set}function JD(e){return e.copy_||e.base_}function XD(e,t){if(YD(e))return new Map(e);if(KD(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const n=VD(e);if(!0===t||"class_only"===t&&!n){const t=Object.getOwnPropertyDescriptors(e);delete t[MD];let n=Reflect.ownKeys(t);for(let r=0;r<n.length;r++){const i=n[r],s=t[i];!1===s.writable&&(s.writable=!0,s.configurable=!0),(s.get||s.set)&&(t[i]={configurable:!0,writable:!0,enumerable:s.enumerable,value:e[i]})}return Object.create(BD(e),t)}{const t=BD(e);if(null!==t&&n)return{...e};const r=Object.create(t);return Object.assign(r,e)}}function QD(e,t=!1){return eL(e)||UD(e)||!$D(e)||(WD(e)>1&&Object.defineProperties(e,{set:{value:ZD},add:{value:ZD},clear:{value:ZD},delete:{value:ZD}}),Object.freeze(e),t&&Object.values(e).forEach(e=>QD(e,!0))),e}function ZD(){jD(2)}function eL(e){return Object.isFrozen(e)}var tL,nL={};function rL(e){const t=nL[e];return t||jD(0,e),t}function iL(){return tL}function sL(e,t){t&&(rL("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function aL(e){oL(e),e.drafts_.forEach(cL),e.drafts_=null}function oL(e){e===tL&&(tL=e.parent_)}function lL(e){return tL={drafts_:[],parent_:tL,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function cL(e){const t=e[MD];0===t.type_||1===t.type_?t.revoke_():t.revoked_=!0}function uL(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return void 0!==e&&e!==n?(n[MD].modified_&&(aL(t),jD(4)),$D(e)&&(e=pL(t,e),t.parent_||hL(t,e)),t.patches_&&rL("Patches").generateReplacementPatches_(n[MD].base_,e,t.patches_,t.inversePatches_)):e=pL(t,n,[]),aL(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==LD?e:void 0}function pL(e,t,n){if(eL(t))return t;const r=t[MD];if(!r)return HD(t,(i,s)=>dL(e,r,t,i,s,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return hL(e,r.base_,!0),r.base_;if(!r.finalized_){r.finalized_=!0,r.scope_.unfinalizedDrafts_--;const t=r.copy_;let i=t,s=!1;3===r.type_&&(i=new Set(t),t.clear(),s=!0),HD(i,(i,a)=>dL(e,r,t,i,a,n,s)),hL(e,t,!1),n&&e.patches_&&rL("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function dL(e,t,n,r,i,s,a){if("production"!==process.env.NODE_ENV&&i===n&&jD(5),UD(i)){const a=pL(e,i,s&&t&&3!==t.type_&&!GD(t.assigned_,r)?s.concat(r):void 0);if(zD(n,r,a),!UD(a))return;e.canAutoFreeze_=!1}else a&&n.add(i);if($D(i)&&!eL(i)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;pL(e,i),t&&t.scope_.parent_||"symbol"==typeof r||!(YD(n)?n.has(r):Object.prototype.propertyIsEnumerable.call(n,r))||hL(e,i)}}function hL(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&QD(t,n)}var fL={get(e,t){if(t===MD)return e;const n=JD(e);if(!GD(n,t))return function(e,t,n){const r=yL(t,n);return r?"value"in r?r.value:r.get?.call(e.draft_):void 0}(e,n,t);const r=n[t];return e.finalized_||!$D(r)?r:r===gL(e.base_,t)?(vL(e),e.copy_[t]=EL(r,e)):r},has:(e,t)=>t in JD(e),ownKeys:e=>Reflect.ownKeys(JD(e)),set(e,t,n){const r=yL(JD(e),t);if(r?.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){const r=gL(JD(e),t),a=r?.[MD];if(a&&a.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(((i=n)===(s=r)?0!==i||1/i==1/s:i!=i&&s!=s)&&(void 0!==n||GD(e.base_,t)))return!0;vL(e),bL(e)}var i,s;return e.copy_[t]===n&&(void 0!==n||t in e.copy_)||Number.isNaN(n)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=n,e.assigned_[t]=!0),!0},deleteProperty:(e,t)=>(void 0!==gL(e.base_,t)||t in e.base_?(e.assigned_[t]=!1,vL(e),bL(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0),getOwnPropertyDescriptor(e,t){const n=JD(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r?{writable:!0,configurable:1!==e.type_||"length"!==t,enumerable:r.enumerable,value:n[t]}:r},defineProperty(){jD(11)},getPrototypeOf:e=>BD(e.base_),setPrototypeOf(){jD(12)}},mL={};function gL(e,t){const n=e[MD];return(n?JD(n):e)[t]}function yL(e,t){if(!(t in e))return;let n=BD(e);for(;n;){const e=Object.getOwnPropertyDescriptor(n,t);if(e)return e;n=BD(n)}}function bL(e){e.modified_||(e.modified_=!0,e.parent_&&bL(e.parent_))}function vL(e){e.copy_||(e.copy_=XD(e.base_,e.scope_.immer_.useStrictShallowCopy_))}HD(fL,(e,t)=>{mL[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),mL.deleteProperty=function(e,t){return"production"!==process.env.NODE_ENV&&isNaN(parseInt(t))&&jD(13),mL.set.call(this,e,t,void 0)},mL.set=function(e,t,n){return"production"!==process.env.NODE_ENV&&"length"!==t&&isNaN(parseInt(t))&&jD(14),fL.set.call(this,e[0],t,n,e[0])};function EL(e,t){const n=YD(e)?rL("MapSet").proxyMap_(e,t):KD(e)?rL("MapSet").proxySet_(e,t):function(e,t){const n=Array.isArray(e),r={type_:n?1:0,scope_:t?t.scope_:iL(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let i=r,s=fL;n&&(i=[r],s=mL);const{revoke:a,proxy:o}=Proxy.revocable(i,s);return r.draft_=o,r.revoke_=a,o}(e,t);return(t?t.scope_:iL()).drafts_.push(n),n}function wL(e){if(!$D(e)||eL(e))return e;const t=e[MD];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=XD(e,t.scope_.immer_.useStrictShallowCopy_)}else n=XD(e,!0);return HD(n,(e,t)=>{zD(n,e,wL(t))}),t&&(t.finalized_=!1),n}var TL,SL=new class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(e,t,n)=>{if("function"==typeof e&&"function"!=typeof t){const n=t;t=e;const r=this;return function(e=n,...i){return r.produce(e,e=>t.call(this,e,...i))}}let r;if("function"!=typeof t&&jD(6),void 0!==n&&"function"!=typeof n&&jD(7),$D(e)){const i=lL(this),s=EL(e,void 0);let a=!0;try{r=t(s),a=!1}finally{a?aL(i):oL(i)}return sL(i,n),uL(r,i)}if(!e||"object"!=typeof e){if(r=t(e),void 0===r&&(r=e),r===LD&&(r=void 0),this.autoFreeze_&&QD(r,!0),n){const t=[],i=[];rL("Patches").generateReplacementPatches_(e,r,t,i),n(t,i)}return r}jD(1,e)},this.produceWithPatches=(e,t)=>{if("function"==typeof e)return(t,...n)=>this.produceWithPatches(t,t=>e(t,...n));let n,r;return[this.produce(e,t,(e,t)=>{n=e,r=t}),n,r]},"boolean"==typeof e?.autoFreeze&&this.setAutoFreeze(e.autoFreeze),"boolean"==typeof e?.useStrictShallowCopy&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){$D(e)||jD(8),UD(e)&&(e=function(e){UD(e)||jD(10,e);return wL(e)}(e));const t=lL(this),n=EL(e,void 0);return n[MD].isManual_=!0,oL(t),n}finishDraft(e,t){const n=e&&e[MD];n&&n.isManual_||jD(9);const{scope_:r}=n;return sL(r,t),uL(void 0,r)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let n;for(n=t.length-1;n>=0;n--){const r=t[n];if(0===r.path.length&&"replace"===r.op){e=r.value;break}}n>-1&&(t=t.slice(n+1));const r=rL("Patches").applyPatches_;return UD(e)?r(e,t):this.produce(e,e=>r(e,t))}},xL=SL.produce,_L={exports:{}};var AL,CL,PL=(TL||(TL=1,AL=_L,CL=_L.exports,function(e){var t=CL,n=AL&&AL.exports==t&&AL,r="object"==typeof gt&>r.global!==r&&r.window!==r||(e=r);var i=/[\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,o=/<\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"},c=/["&'<>`]/g,u={'"':""","&":"&","'":"'","<":"<",">":">","`":"`"},p=/&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/,d=/[\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,f={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:"ÿ"},g={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,v={}.hasOwnProperty,E=function(e,t){return v.call(e,t)},w=function(e,t){if(!e)return t;var n,r={};for(n in t)r[n]=E(e,n)?e[n]:t[n];return r},T=function(e,t){var n="";return e>=55296&&e<=57343||e>1114111?(t&&_("character reference outside the permissible Unicode range"),"�"):E(g,e)?(t&&_("disallowed character reference"),g[e]):(t&&function(e,t){for(var n=-1,r=e.length;++n<r;)if(e[n]==t)return!0;return!1}(y,e)&&_("disallowed character reference"),e>65535&&(n+=b((e-=65536)>>>10&1023|55296),e=56320|1023&e),n+=b(e))},S=function(e){return"&#x"+e.toString(16).toUpperCase()+";"},x=function(e){return"&#"+e+";"},_=function(e){throw Error("Parse error: "+e)},A=function(e,t){(t=w(t,A.options)).strict&&d.test(e)&&_("forbidden code point");var n=t.encodeEverything,r=t.useNamedReferences,u=t.allowUnsafeSymbols,p=t.decimal?x:S,h=function(e){return p(e.charCodeAt(0))};return n?(e=e.replace(s,function(e){return r&&E(l,e)?"&"+l[e]+";":h(e)}),r&&(e=e.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒").replace(/fj/g,"fj")),r&&(e=e.replace(o,function(e){return"&"+l[e]+";"}))):r?(u||(e=e.replace(c,function(e){return"&"+l[e]+";"})),e=(e=e.replace(/>\u20D2/g,">⃒").replace(/<\u20D2/g,"<⃒")).replace(o,function(e){return"&"+l[e]+";"})):u||(e=e.replace(c,h)),e.replace(i,function(e){var t=e.charCodeAt(0),n=e.charCodeAt(1);return p(1024*(t-55296)+n-56320+65536)}).replace(a,h)};A.options={allowUnsafeSymbols:!1,encodeEverything:!1,strict:!1,useNamedReferences:!1,decimal:!1};var C=function(e,t){var n=(t=w(t,C.options)).strict;return n&&p.test(e)&&_("malformed character reference"),e.replace(h,function(e,r,i,s,a,o,l,c,u){var p,d,h,g,y,b;return r?f[y=r]:i?(y=i,(b=s)&&t.isAttributeValue?(n&&"="==b&&_("`&` did not start a character reference"),e):(n&&_("named character reference was not terminated by a semicolon"),m[y]+(b||""))):a?(h=a,d=o,n&&!d&&_("character reference was not terminated by a semicolon"),p=parseInt(h,10),T(p,n)):l?(g=l,d=c,n&&!d&&_("character reference was not terminated by a semicolon"),p=parseInt(g,16),T(p,n)):(n&&_("named character reference was not terminated by a semicolon"),e)})};C.options={isAttributeValue:!1,strict:!1};var P={version:"1.2.0",encode:A,decode:C,escape:function(e){return e.replace(c,function(e){return u[e]})},unescape:C};if(t&&!t.nodeType)if(n)n.exports=P;else for(var I in P)E(P,I)&&(t[I]=P[I]);else e.he=P}(_L.exports)),_L.exports);const{stringify:IL}=JSON;if(!String.prototype.repeat)throw new Error("String.prototype.repeat is undefined, see https://github.com/davidbonnet/astring#installation");if(!String.prototype.endsWith)throw new Error("String.prototype.endsWith is undefined, see https://github.com/davidbonnet/astring#installation");const OL={"||":2,"??":3,"&&":4,"|":5,"^":6,"&":7,"==":8,"!=":8,"===":8,"!==":8,"<":9,">":9,"<=":9,">=":9,in:9,instanceof:9,"<<":10,">>":10,">>>":10,"+":11,"-":11,"*":12,"%":12,"/":12,"**":13},kL=17,NL={ArrayExpression:20,TaggedTemplateExpression:20,ThisExpression:20,Identifier:20,PrivateIdentifier:20,Literal:18,TemplateLiteral:20,Super:20,SequenceExpression:20,MemberExpression:19,ChainExpression:19,CallExpression:19,NewExpression:19,ArrowFunctionExpression:kL,ClassExpression:kL,FunctionExpression:kL,ObjectExpression:kL,UpdateExpression:16,UnaryExpression:15,AwaitExpression:15,BinaryExpression:14,LogicalExpression:13,ConditionalExpression:4,AssignmentExpression:3,YieldExpression:2,RestElement:1};function DL(e,t){const{generator:n}=e;if(e.write("("),null!=t&&t.length>0){n[t[0].type](t[0],e);const{length:r}=t;for(let i=1;i<r;i++){const r=t[i];e.write(", "),n[r.type](r,e)}}e.write(")")}function LL(e,t,n,r){const i=e.expressionsPrecedence[t.type];if(i===kL)return!0;const s=e.expressionsPrecedence[n.type];return i!==s?!r&&15===i&&14===s&&"**"===n.operator||i<s:(13===i||14===i)&&("**"===t.operator&&"**"===n.operator?!r:13===i&&13===s&&("??"===t.operator||"??"===n.operator)||(r?OL[t.operator]<=OL[n.operator]:OL[t.operator]<OL[n.operator]))}function RL(e,t,n,r){const{generator:i}=e;LL(e,t,n,r)?(e.write("("),i[t.type](t,e),e.write(")")):i[t.type](t,e)}function ML(e,t,n,r){const i=t.split("\n"),s=i.length-1;if(e.write(i[0].trim()),s>0){e.write(r);for(let t=1;t<s;t++)e.write(n+i[t].trim()+r);e.write(n+i[s].trim())}}function FL(e,t,n,r){const{length:i}=t;for(let s=0;s<i;s++){const i=t[s];e.write(n),"L"===i.type[0]?e.write("// "+i.value.trim()+"\n",i):(e.write("/*"),ML(e,i.value,n,r),e.write("*/"+r))}}function jL(e,t){const{generator:n}=e,{declarations:r}=t;e.write(t.kind+" ");const{length:i}=r;if(i>0){n.VariableDeclarator(r[0],e);for(let t=1;t<i;t++)e.write(", "),n.VariableDeclarator(r[t],e)}}let BL,UL,$L,qL,VL,HL;const WL={Program(e,t){const n=t.indent.repeat(t.indentLevel),{lineEnd:r,writeComments:i}=t;i&&null!=e.comments&&FL(t,e.comments,n,r);const s=e.body,{length:a}=s;for(let e=0;e<a;e++){const a=s[e];i&&null!=a.comments&&FL(t,a.comments,n,r),t.write(n),this[a.type](a,t),t.write(r)}i&&null!=e.trailingComments&&FL(t,e.trailingComments,n,r)},BlockStatement:HL=function(e,t){const n=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:i}=t,s=n+t.indent;t.write("{");const a=e.body;if(null!=a&&a.length>0){t.write(r),i&&null!=e.comments&&FL(t,e.comments,s,r);const{length:o}=a;for(let e=0;e<o;e++){const n=a[e];i&&null!=n.comments&&FL(t,n.comments,s,r),t.write(s),this[n.type](n,t),t.write(r)}t.write(n)}else i&&null!=e.comments&&(t.write(r),FL(t,e.comments,s,r),t.write(n));i&&null!=e.trailingComments&&FL(t,e.trailingComments,s,r),t.write("}"),t.indentLevel--},ClassBody:HL,StaticBlock(e,t){t.write("static "),this.BlockStatement(e,t)},EmptyStatement(e,t){t.write(";")},ExpressionStatement(e,t){const n=t.expressionsPrecedence[e.expression.type];n===kL||3===n&&"O"===e.expression.left.type[0]?(t.write("("),this[e.expression.type](e.expression,t),t.write(")")):this[e.expression.type](e.expression,t),t.write(";")},IfStatement(e,t){t.write("if ("),this[e.test.type](e.test,t),t.write(") "),this[e.consequent.type](e.consequent,t),null!=e.alternate&&(t.write(" else "),this[e.alternate.type](e.alternate,t))},LabeledStatement(e,t){this[e.label.type](e.label,t),t.write(": "),this[e.body.type](e.body,t)},BreakStatement(e,t){t.write("break"),null!=e.label&&(t.write(" "),this[e.label.type](e.label,t)),t.write(";")},ContinueStatement(e,t){t.write("continue"),null!=e.label&&(t.write(" "),this[e.label.type](e.label,t)),t.write(";")},WithStatement(e,t){t.write("with ("),this[e.object.type](e.object,t),t.write(") "),this[e.body.type](e.body,t)},SwitchStatement(e,t){const n=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:i}=t;t.indentLevel++;const s=n+t.indent,a=s+t.indent;t.write("switch ("),this[e.discriminant.type](e.discriminant,t),t.write(") {"+r);const{cases:o}=e,{length:l}=o;for(let e=0;e<l;e++){const n=o[e];i&&null!=n.comments&&FL(t,n.comments,s,r),n.test?(t.write(s+"case "),this[n.test.type](n.test,t),t.write(":"+r)):t.write(s+"default:"+r);const{consequent:l}=n,{length:c}=l;for(let e=0;e<c;e++){const n=l[e];i&&null!=n.comments&&FL(t,n.comments,a,r),t.write(a),this[n.type](n,t),t.write(r)}}t.indentLevel-=2,t.write(n+"}")},ReturnStatement(e,t){t.write("return"),e.argument&&(t.write(" "),this[e.argument.type](e.argument,t)),t.write(";")},ThrowStatement(e,t){t.write("throw "),this[e.argument.type](e.argument,t),t.write(";")},TryStatement(e,t){if(t.write("try "),this[e.block.type](e.block,t),e.handler){const{handler:n}=e;null==n.param?t.write(" catch "):(t.write(" catch ("),this[n.param.type](n.param,t),t.write(") ")),this[n.body.type](n.body,t)}e.finalizer&&(t.write(" finally "),this[e.finalizer.type](e.finalizer,t))},WhileStatement(e,t){t.write("while ("),this[e.test.type](e.test,t),t.write(") "),this[e.body.type](e.body,t)},DoWhileStatement(e,t){t.write("do "),this[e.body.type](e.body,t),t.write(" while ("),this[e.test.type](e.test,t),t.write(");")},ForStatement(e,t){if(t.write("for ("),null!=e.init){const{init:n}=e;"V"===n.type[0]?jL(t,n):this[n.type](n,t)}t.write("; "),e.test&&this[e.test.type](e.test,t),t.write("; "),e.update&&this[e.update.type](e.update,t),t.write(") "),this[e.body.type](e.body,t)},ForInStatement:BL=function(e,t){t.write(`for ${e.await?"await ":""}(`);const{left:n}=e;"V"===n.type[0]?jL(t,n):this[n.type](n,t),t.write("I"===e.type[3]?" in ":" of "),this[e.right.type](e.right,t),t.write(") "),this[e.body.type](e.body,t)},ForOfStatement:BL,DebuggerStatement(e,t){t.write("debugger;",e)},FunctionDeclaration:UL=function(e,t){t.write((e.async?"async ":"")+(e.generator?"function* ":"function ")+(e.id?e.id.name:""),e),DL(t,e.params),t.write(" "),this[e.body.type](e.body,t)},FunctionExpression:UL,VariableDeclaration(e,t){jL(t,e),t.write(";")},VariableDeclarator(e,t){this[e.id.type](e.id,t),null!=e.init&&(t.write(" = "),this[e.init.type](e.init,t))},ClassDeclaration(e,t){if(t.write("class "+(e.id?`${e.id.name} `:""),e),e.superClass){t.write("extends ");const{superClass:n}=e,{type:r}=n,i=t.expressionsPrecedence[r];"C"===r[0]&&"l"===r[1]&&"E"===r[5]||!(i===kL||i<t.expressionsPrecedence.ClassExpression)?this[n.type](n,t):(t.write("("),this[e.superClass.type](n,t),t.write(")")),t.write(" ")}this.ClassBody(e.body,t)},ImportDeclaration(e,t){t.write("import ");const{specifiers:n}=e,{length:r}=n;let i=0;if(r>0){for(;i<r;){i>0&&t.write(", ");const e=n[i],r=e.type[6];if("D"===r)t.write(e.local.name,e),i++;else{if("N"!==r)break;t.write("* as "+e.local.name,e),i++}}if(i<r){for(t.write("{");;){const e=n[i],{name:s}=e.imported;if(t.write(s,e),s!==e.local.name&&t.write(" as "+e.local.name),!(++i<r))break;t.write(", ")}t.write("}")}t.write(" from ")}this.Literal(e.source,t),t.write(";")},ImportExpression(e,t){t.write("import("),this[e.source.type](e.source,t),t.write(")")},ExportDefaultDeclaration(e,t){t.write("export default "),this[e.declaration.type](e.declaration,t),null!=t.expressionsPrecedence[e.declaration.type]&&"F"!==e.declaration.type[0]&&t.write(";")},ExportNamedDeclaration(e,t){if(t.write("export "),e.declaration)this[e.declaration.type](e.declaration,t);else{t.write("{");const{specifiers:n}=e,{length:r}=n;if(r>0)for(let e=0;;){const i=n[e],{name:s}=i.local;if(t.write(s,i),s!==i.exported.name&&t.write(" as "+i.exported.name),!(++e<r))break;t.write(", ")}t.write("}"),e.source&&(t.write(" from "),this.Literal(e.source,t)),t.write(";")}},ExportAllDeclaration(e,t){null!=e.exported?t.write("export * as "+e.exported.name+" from "):t.write("export * from "),this.Literal(e.source,t),t.write(";")},MethodDefinition(e,t){e.static&&t.write("static ");const n=e.kind[0];"g"!==n&&"s"!==n||t.write(e.kind+" "),e.value.async&&t.write("async "),e.value.generator&&t.write("*"),e.computed?(t.write("["),this[e.key.type](e.key,t),t.write("]")):this[e.key.type](e.key,t),DL(t,e.value.params),t.write(" "),this[e.value.body.type](e.value.body,t)},ClassExpression(e,t){this.ClassDeclaration(e,t)},ArrowFunctionExpression(e,t){t.write(e.async?"async ":"",e);const{params:n}=e;null!=n&&(1===n.length&&"I"===n[0].type[0]?t.write(n[0].name,n[0]):DL(t,e.params)),t.write(" => "),"O"===e.body.type[0]?(t.write("("),this.ObjectExpression(e.body,t),t.write(")")):this[e.body.type](e.body,t)},ThisExpression(e,t){t.write("this",e)},Super(e,t){t.write("super",e)},RestElement:$L=function(e,t){t.write("..."),this[e.argument.type](e.argument,t)},SpreadElement:$L,YieldExpression(e,t){t.write(e.delegate?"yield*":"yield"),e.argument&&(t.write(" "),this[e.argument.type](e.argument,t))},AwaitExpression(e,t){t.write("await ",e),RL(t,e.argument,e)},TemplateLiteral(e,t){const{quasis:n,expressions:r}=e;t.write("`");const{length:i}=r;for(let e=0;e<i;e++){const i=r[e],s=n[e];t.write(s.value.raw,s),t.write("${"),this[i.type](i,t),t.write("}")}const s=n[n.length-1];t.write(s.value.raw,s),t.write("`")},TemplateElement(e,t){t.write(e.value.raw,e)},TaggedTemplateExpression(e,t){RL(t,e.tag,e),this[e.quasi.type](e.quasi,t)},ArrayExpression:VL=function(e,t){if(t.write("["),e.elements.length>0){const{elements:n}=e,{length:r}=n;for(let e=0;;){const i=n[e];if(null!=i&&this[i.type](i,t),!(++e<r)){null==i&&t.write(", ");break}t.write(", ")}}t.write("]")},ArrayPattern:VL,ObjectExpression(e,t){const n=t.indent.repeat(t.indentLevel++),{lineEnd:r,writeComments:i}=t,s=n+t.indent;if(t.write("{"),e.properties.length>0){t.write(r),i&&null!=e.comments&&FL(t,e.comments,s,r);const a=","+r,{properties:o}=e,{length:l}=o;for(let e=0;;){const n=o[e];if(i&&null!=n.comments&&FL(t,n.comments,s,r),t.write(s),this[n.type](n,t),!(++e<l))break;t.write(a)}t.write(r),i&&null!=e.trailingComments&&FL(t,e.trailingComments,s,r),t.write(n+"}")}else i?null!=e.comments?(t.write(r),FL(t,e.comments,s,r),null!=e.trailingComments&&FL(t,e.trailingComments,s,r),t.write(n+"}")):null!=e.trailingComments?(t.write(r),FL(t,e.trailingComments,s,r),t.write(n+"}")):t.write("}"):t.write("}");t.indentLevel--},Property(e,t){e.method||"i"!==e.kind[0]?this.MethodDefinition(e,t):(e.shorthand||(e.computed?(t.write("["),this[e.key.type](e.key,t),t.write("]")):this[e.key.type](e.key,t),t.write(": ")),this[e.value.type](e.value,t))},PropertyDefinition(e,t){if(e.static&&t.write("static "),e.computed&&t.write("["),this[e.key.type](e.key,t),e.computed&&t.write("]"),null==e.value)return"F"!==e.key.type[0]&&t.write(";"),void 0;t.write(" = "),this[e.value.type](e.value,t),t.write(";")},ObjectPattern(e,t){if(t.write("{"),e.properties.length>0){const{properties:n}=e,{length:r}=n;for(let e=0;this[n[e].type](n[e],t),++e<r;)t.write(", ")}t.write("}")},SequenceExpression(e,t){DL(t,e.expressions)},UnaryExpression(e,t){if(e.prefix){const{operator:n,argument:r,argument:{type:i}}=e;t.write(n);const s=LL(t,r,e);s||!(n.length>1)&&("U"!==i[0]||"n"!==i[1]&&"p"!==i[1]||!r.prefix||r.operator[0]!==n||"+"!==n&&"-"!==n)||t.write(" "),s?(t.write(n.length>1?" (":"("),this[i](r,t),t.write(")")):this[i](r,t)}else this[e.argument.type](e.argument,t),t.write(e.operator)},UpdateExpression(e,t){e.prefix?(t.write(e.operator),this[e.argument.type](e.argument,t)):(this[e.argument.type](e.argument,t),t.write(e.operator))},AssignmentExpression(e,t){this[e.left.type](e.left,t),t.write(" "+e.operator+" "),this[e.right.type](e.right,t)},AssignmentPattern(e,t){this[e.left.type](e.left,t),t.write(" = "),this[e.right.type](e.right,t)},BinaryExpression:qL=function(e,t){const n="in"===e.operator;n&&t.write("("),RL(t,e.left,e,!1),t.write(" "+e.operator+" "),RL(t,e.right,e,!0),n&&t.write(")")},LogicalExpression:qL,ConditionalExpression(e,t){const{test:n}=e,r=t.expressionsPrecedence[n.type];r===kL||r<=t.expressionsPrecedence.ConditionalExpression?(t.write("("),this[n.type](n,t),t.write(")")):this[n.type](n,t),t.write(" ? "),this[e.consequent.type](e.consequent,t),t.write(" : "),this[e.alternate.type](e.alternate,t)},NewExpression(e,t){t.write("new ");const n=t.expressionsPrecedence[e.callee.type];n===kL||n<t.expressionsPrecedence.CallExpression||function(e){let t=e;for(;null!=t;){const{type:e}=t;if("C"===e[0]&&"a"===e[1])return!0;if("M"!==e[0]||"e"!==e[1]||"m"!==e[2])return!1;t=t.object}}(e.callee)?(t.write("("),this[e.callee.type](e.callee,t),t.write(")")):this[e.callee.type](e.callee,t),DL(t,e.arguments)},CallExpression(e,t){const n=t.expressionsPrecedence[e.callee.type];n===kL||n<t.expressionsPrecedence.CallExpression?(t.write("("),this[e.callee.type](e.callee,t),t.write(")")):this[e.callee.type](e.callee,t),e.optional&&t.write("?."),DL(t,e.arguments)},ChainExpression(e,t){this[e.expression.type](e.expression,t)},MemberExpression(e,t){const n=t.expressionsPrecedence[e.object.type];n===kL||n<t.expressionsPrecedence.MemberExpression?(t.write("("),this[e.object.type](e.object,t),t.write(")")):this[e.object.type](e.object,t),e.computed?(e.optional&&t.write("?."),t.write("["),this[e.property.type](e.property,t),t.write("]")):(e.optional?t.write("?."):t.write("."),this[e.property.type](e.property,t))},MetaProperty(e,t){t.write(e.meta.name+"."+e.property.name,e)},Identifier(e,t){t.write(e.name,e)},PrivateIdentifier(e,t){t.write(`#${e.name}`,e)},Literal(e,t){null!=e.raw?t.write(e.raw,e):null!=e.regex?this.RegExpLiteral(e,t):null!=e.bigint?t.write(e.bigint+"n",e):t.write(IL(e.value),e)},RegExpLiteral(e,t){const{regex:n}=e;t.write(`/${n.pattern}/${n.flags}`,e)}},GL={};let zL=class{constructor(e){const t=null==e?GL:e;this.output="",null!=t.output?(this.output=t.output,this.write=this.writeToStream):this.output="",this.generator=null!=t.generator?t.generator:WL,this.expressionsPrecedence=null!=t.expressionsPrecedence?t.expressionsPrecedence:NL,this.indent=null!=t.indent?t.indent:" ",this.lineEnd=null!=t.lineEnd?t.lineEnd:"\n",this.indentLevel=null!=t.startingIndentLevel?t.startingIndentLevel:0,this.writeComments=!!t.comments&&t.comments,null!=t.sourceMap&&(this.write=null==t.output?this.writeAndMap:this.writeToStreamAndMap,this.sourceMap=t.sourceMap,this.line=1,this.column=0,this.lineEndSize=this.lineEnd.split("\n").length-1,this.mapping={original:null,generated:this,name:void 0,source:t.sourceMap.file||t.sourceMap._file})}write(e){this.output+=e}writeToStream(e){this.output.write(e)}writeAndMap(e,t){this.output+=e,this.map(e,t)}writeToStreamAndMap(e,t){this.output.write(e),this.map(e,t)}map(e,t){if(null!=t){const{type:n}=t;if("L"===n[0]&&"n"===n[2])return this.column=0,this.line++,void 0;if(null!=t.loc){const{mapping:e}=this;e.original=t.loc.start,e.name=t.name,this.sourceMap.addMapping(e)}if("T"===n[0]&&"E"===n[8]||"L"===n[0]&&"i"===n[1]&&"string"==typeof t.value){const{length:t}=e;let{column:n,line:r}=this;for(let i=0;i<t;i++)"\n"===e[i]?(n=0,r++):n++;return this.column=n,this.line=r,void 0}}const{length:n}=e,{lineEnd:r}=this;n>0&&(this.lineEndSize>0&&(1===r.length?e[n-1]===r:e.endsWith(r))?(this.line+=this.lineEndSize,this.column=0):this.column+=n)}toString(){return this.output}};function YL(e,t){const n=new zL(t);return n.generator[e.type](e,n),n.output}let KL=class{constructor(e){this.config=e,this.crElmToConfigMap=e.customRendererConfig?Object.fromEntries(e.customRendererConfig.elements.map(e=>{const{tagName:t,attributes:n,namespace:r}=e;return[t,{namespace:r,attributes:new Set(n)}]})):{},this.crDirectives=new Set(e.customRendererConfig?.directives),this.crCheckedElements=new Map}};const JL="registerTemplate",XL="renderer",QL="tmpl",ZL={INSTANCE:"$cmp",API:"$api",SLOT_SET:"$slotset",CONTEXT:"$ctx"},eR=new Set(["annotation-xml","color-profile","font-face","font-face-src","font-face-uri","font-face-format","font-face-name","missing-glyph"]),tR=new Set(["Ref","Key"]);function nR(e){let t="",n=!1;for(let r=0;r<e.length;r++){const i=GA.call(e,r);"-"===i?n=!0:(t+=n?i.toUpperCase():i,n=!1)}return t}function rR(e){return e.includes("-")&&!eR.has(e)}const iR=new Set(["apiVersion","customRendererConfig","enableLwcSpread","enableStaticContentOptimization","experimentalComplexExpressions","experimentalComputedMemberExpression","experimentalDynamicDirective","enableDynamicComponents","preserveHtmlComments","instrumentation"]);function sR(e){kC(void 0!==e&&"object"==typeof e,CC.OPTIONS_MUST_BE_OBJECT);const t=e.customRendererConfig?function(e){const t=[],n={elements:e.elements.map(e=>{const n=e.tagName.toLowerCase();return kC(!rR(n),CC.CUSTOM_ELEMENT_TAG_DISALLOWED,[e.tagName]),t.push(n),{tagName:n,namespace:e.namespace?.toLowerCase(),attributes:e.attributes?.map(e=>e.toLowerCase())}}),directives:e.directives.map(e=>e.toLowerCase())},r=t.filter((e,n)=>n!==t.indexOf(e));return kC(0==r.length,CC.DUPLICATE_ELEMENT_ENTRY,[r.join(", ")]),n}(e.customRendererConfig):void 0,n=e.instrumentation||void 0;for(const t in e)if(!iR.has(t)&&$A.call(e,t))throw OC(CC.UNKNOWN_OPTION_PROPERTY,{messageArgs:[t]});const r=nC(e.apiVersion);return{preserveHtmlComments:!1,experimentalComputedMemberExpression:!1,experimentalComplexExpressions:!1,experimentalDynamicDirective:!1,enableDynamicComponents:!1,enableStaticContentOptimization:!0,enableLwcSpread:!0,...e,apiVersion:r,customRendererConfig:t,instrumentation:n}}const aR=new Set([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]),oR="�";var lR;!function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.NUMBER_SIGN=35]="NUMBER_SIGN",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_F=70]="LATIN_CAPITAL_F",e[e.LATIN_CAPITAL_X=88]="LATIN_CAPITAL_X",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_F=102]="LATIN_SMALL_F",e[e.LATIN_SMALL_X=120]="LATIN_SMALL_X",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z",e[e.REPLACEMENT_CHARACTER=65533]="REPLACEMENT_CHARACTER"}(lR=lR||(lR={}));const cR="--",uR="[CDATA[",pR="doctype",dR="script",hR="public",fR="system";function mR(e){return e>=55296&&e<=57343}function gR(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159}function yR(e){return e>=64976&&e<=65007||aR.has(e)}var bR;!function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"}(bR=bR||(bR={}));class vR{constructor(e){this.handler=e,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+Number(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(e){const{line:t,col:n,offset:r}=this;return{code:e,startLine:t,endLine:t,startCol:n,endCol:n,startOffset:r,endOffset:r}}_err(e){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(e)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.html.length-1){const t=this.html.charCodeAt(this.pos+1);if(function(e){return e>=56320&&e<=57343}(t))return this.pos++,this._addGap(),1024*(e-55296)+9216+t}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,lR.EOF;return this._err(bR.surrogateInInputStream),e}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(e,t){this.html.length>0?this.html+=e:this.html=e,this.endOfChunkHit=!1,this.lastChunkWritten=t}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(e,t){if(this.pos+e.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(t)return this.html.startsWith(e,this.pos);for(let t=0;t<e.length;t++){if((32|this.html.charCodeAt(this.pos+t))!==e.charCodeAt(t))return!1}return!0}peek(e){const t=this.pos+e;if(t>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,lR.EOF;const n=this.html.charCodeAt(t);return n===lR.CARRIAGE_RETURN?lR.LINE_FEED:n}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,lR.EOF;let e=this.html.charCodeAt(this.pos);if(e===lR.CARRIAGE_RETURN)return this.isEol=!0,this.skipNextNewLine=!0,lR.LINE_FEED;if(e===lR.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine))return this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance();this.skipNextNewLine=!1,mR(e)&&(e=this._processSurrogate(e));return null===this.handler.onParseError||e>31&&e<127||e===lR.LINE_FEED||e===lR.CARRIAGE_RETURN||e>159&&e<64976||this._checkForProblematicCharacters(e),e}_checkForProblematicCharacters(e){gR(e)?this._err(bR.controlCharacterInInputStream):yR(e)&&this._err(bR.noncharacterInInputStream)}retreat(e){for(this.pos-=e;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var ER;function wR(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null}!function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"}(ER=ER||(ER={}));var TR,SR=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(e=>e.charCodeAt(0))),xR=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));const _R=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]]),AR=null!==(TR=String.fromCodePoint)&&void 0!==TR?TR:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};var CR;!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"}(CR||(CR={}));var PR,IR,OR,kR,NR,DR,LR,RR;function MR(e){return e>=CR.ZERO&&e<=CR.NINE}function FR(e){return e>=CR.UPPER_A&&e<=CR.UPPER_F||e>=CR.LOWER_A&&e<=CR.LOWER_F}function jR(e){return e===CR.EQUALS||function(e){return e>=CR.UPPER_A&&e<=CR.UPPER_Z||e>=CR.LOWER_A&&e<=CR.LOWER_Z||MR(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(PR||(PR={})),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"}(IR||(IR={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(OR||(OR={}));class BR{constructor(e,t,n){this.decodeTree=e,this.emitCodePoint=t,this.errors=n,this.state=IR.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=OR.Strict}startEntity(e){this.decodeMode=e,this.state=IR.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case IR.EntityStart:return e.charCodeAt(t)===CR.NUM?(this.state=IR.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=IR.NamedEntity,this.stateNamedEntity(e,t));case IR.NumericStart:return this.stateNumericStart(e,t);case IR.NumericDecimal:return this.stateNumericDecimal(e,t);case IR.NumericHex:return this.stateNumericHex(e,t);case IR.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===CR.LOWER_X?(this.state=IR.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=IR.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,n,r){if(t!==n){const i=n-t;this.result=this.result*Math.pow(r,i)+parseInt(e.substr(t,i),r),this.consumed+=i}}stateNumericHex(e,t){const n=t;for(;t<e.length;){const r=e.charCodeAt(t);if(!MR(r)&&!FR(r))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(r,3);t+=1}return this.addToNumericResult(e,n,t,16),-1}stateNumericDecimal(e,t){const n=t;for(;t<e.length;){const r=e.charCodeAt(t);if(!MR(r))return this.addToNumericResult(e,n,t,10),this.emitNumericEntity(r,2);t+=1}return this.addToNumericResult(e,n,t,10),-1}emitNumericEntity(e,t){var n;if(this.consumed<=t)return null===(n=this.errors)||void 0===n?void 0:n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===CR.SEMI)this.consumed+=1;else if(this.decodeMode===OR.Strict)return 0;return this.emitCodePoint(function(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=_R.get(e))&&void 0!==t?t:e}(this.result),this.consumed),this.errors&&(e!==CR.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){const{decodeTree:n}=this;let r=n[this.treeIndex],i=(r&PR.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){const s=e.charCodeAt(t);if(this.treeIndex=$R(n,r,this.treeIndex+Math.max(1,i),s),this.treeIndex<0)return 0===this.result||this.decodeMode===OR.Attribute&&(0===i||jR(s))?0:this.emitNotTerminatedNamedEntity();if(r=n[this.treeIndex],i=(r&PR.VALUE_LENGTH)>>14,0!==i){if(s===CR.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==OR.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:n}=this,r=(n[t]&PR.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,n){const{decodeTree:r}=this;return this.emitCodePoint(1===t?r[e]&~PR.VALUE_LENGTH:r[e+1],n),3===t&&this.emitCodePoint(r[e+2],n),n}end(){var e;switch(this.state){case IR.NamedEntity:return 0===this.result||this.decodeMode===OR.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case IR.NumericDecimal:return this.emitNumericEntity(0,2);case IR.NumericHex:return this.emitNumericEntity(0,3);case IR.NumericStart:return null===(e=this.errors)||void 0===e?void 0:e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case IR.EntityStart:return 0}}}function UR(e){let t="";const n=new BR(e,e=>t+=AR(e));return function(e,r){let i=0,s=0;for(;(s=e.indexOf("&",s))>=0;){t+=e.slice(i,s),n.startEntity(r);const a=n.write(e,s+1);if(a<0){i=s+n.end();break}i=s+a,s=0===a?i+1:i}const a=t+e.slice(i);return t="",a}}function $R(e,t,n,r){const i=(t&PR.BRANCH_LENGTH)>>7,s=t&PR.JUMP_TABLE;if(0===i)return 0!==s&&r===s?n:-1;if(s){const t=r-s;return t<0||t>=i?-1:e[n+t]-1}let a=n,o=a+i-1;for(;a<=o;){const t=a+o>>>1,n=e[t];if(n<r)a=t+1;else{if(!(n>r))return e[t+i];o=t-1}}return-1}UR(SR),UR(xR),function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"}(kR=kR||(kR={})),function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"}(NR=NR||(NR={})),function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"}(DR=DR||(DR={})),function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"}(LR=LR||(LR={})),function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SECTION=94]="SECTION",e[e.SELECT=95]="SELECT",e[e.SOURCE=96]="SOURCE",e[e.SMALL=97]="SMALL",e[e.SPAN=98]="SPAN",e[e.STRIKE=99]="STRIKE",e[e.STRONG=100]="STRONG",e[e.STYLE=101]="STYLE",e[e.SUB=102]="SUB",e[e.SUMMARY=103]="SUMMARY",e[e.SUP=104]="SUP",e[e.TABLE=105]="TABLE",e[e.TBODY=106]="TBODY",e[e.TEMPLATE=107]="TEMPLATE",e[e.TEXTAREA=108]="TEXTAREA",e[e.TFOOT=109]="TFOOT",e[e.TD=110]="TD",e[e.TH=111]="TH",e[e.THEAD=112]="THEAD",e[e.TITLE=113]="TITLE",e[e.TR=114]="TR",e[e.TRACK=115]="TRACK",e[e.TT=116]="TT",e[e.U=117]="U",e[e.UL=118]="UL",e[e.SVG=119]="SVG",e[e.VAR=120]="VAR",e[e.WBR=121]="WBR",e[e.XMP=122]="XMP"}(RR=RR||(RR={}));const qR=new Map([[LR.A,RR.A],[LR.ADDRESS,RR.ADDRESS],[LR.ANNOTATION_XML,RR.ANNOTATION_XML],[LR.APPLET,RR.APPLET],[LR.AREA,RR.AREA],[LR.ARTICLE,RR.ARTICLE],[LR.ASIDE,RR.ASIDE],[LR.B,RR.B],[LR.BASE,RR.BASE],[LR.BASEFONT,RR.BASEFONT],[LR.BGSOUND,RR.BGSOUND],[LR.BIG,RR.BIG],[LR.BLOCKQUOTE,RR.BLOCKQUOTE],[LR.BODY,RR.BODY],[LR.BR,RR.BR],[LR.BUTTON,RR.BUTTON],[LR.CAPTION,RR.CAPTION],[LR.CENTER,RR.CENTER],[LR.CODE,RR.CODE],[LR.COL,RR.COL],[LR.COLGROUP,RR.COLGROUP],[LR.DD,RR.DD],[LR.DESC,RR.DESC],[LR.DETAILS,RR.DETAILS],[LR.DIALOG,RR.DIALOG],[LR.DIR,RR.DIR],[LR.DIV,RR.DIV],[LR.DL,RR.DL],[LR.DT,RR.DT],[LR.EM,RR.EM],[LR.EMBED,RR.EMBED],[LR.FIELDSET,RR.FIELDSET],[LR.FIGCAPTION,RR.FIGCAPTION],[LR.FIGURE,RR.FIGURE],[LR.FONT,RR.FONT],[LR.FOOTER,RR.FOOTER],[LR.FOREIGN_OBJECT,RR.FOREIGN_OBJECT],[LR.FORM,RR.FORM],[LR.FRAME,RR.FRAME],[LR.FRAMESET,RR.FRAMESET],[LR.H1,RR.H1],[LR.H2,RR.H2],[LR.H3,RR.H3],[LR.H4,RR.H4],[LR.H5,RR.H5],[LR.H6,RR.H6],[LR.HEAD,RR.HEAD],[LR.HEADER,RR.HEADER],[LR.HGROUP,RR.HGROUP],[LR.HR,RR.HR],[LR.HTML,RR.HTML],[LR.I,RR.I],[LR.IMG,RR.IMG],[LR.IMAGE,RR.IMAGE],[LR.INPUT,RR.INPUT],[LR.IFRAME,RR.IFRAME],[LR.KEYGEN,RR.KEYGEN],[LR.LABEL,RR.LABEL],[LR.LI,RR.LI],[LR.LINK,RR.LINK],[LR.LISTING,RR.LISTING],[LR.MAIN,RR.MAIN],[LR.MALIGNMARK,RR.MALIGNMARK],[LR.MARQUEE,RR.MARQUEE],[LR.MATH,RR.MATH],[LR.MENU,RR.MENU],[LR.META,RR.META],[LR.MGLYPH,RR.MGLYPH],[LR.MI,RR.MI],[LR.MO,RR.MO],[LR.MN,RR.MN],[LR.MS,RR.MS],[LR.MTEXT,RR.MTEXT],[LR.NAV,RR.NAV],[LR.NOBR,RR.NOBR],[LR.NOFRAMES,RR.NOFRAMES],[LR.NOEMBED,RR.NOEMBED],[LR.NOSCRIPT,RR.NOSCRIPT],[LR.OBJECT,RR.OBJECT],[LR.OL,RR.OL],[LR.OPTGROUP,RR.OPTGROUP],[LR.OPTION,RR.OPTION],[LR.P,RR.P],[LR.PARAM,RR.PARAM],[LR.PLAINTEXT,RR.PLAINTEXT],[LR.PRE,RR.PRE],[LR.RB,RR.RB],[LR.RP,RR.RP],[LR.RT,RR.RT],[LR.RTC,RR.RTC],[LR.RUBY,RR.RUBY],[LR.S,RR.S],[LR.SCRIPT,RR.SCRIPT],[LR.SECTION,RR.SECTION],[LR.SELECT,RR.SELECT],[LR.SOURCE,RR.SOURCE],[LR.SMALL,RR.SMALL],[LR.SPAN,RR.SPAN],[LR.STRIKE,RR.STRIKE],[LR.STRONG,RR.STRONG],[LR.STYLE,RR.STYLE],[LR.SUB,RR.SUB],[LR.SUMMARY,RR.SUMMARY],[LR.SUP,RR.SUP],[LR.TABLE,RR.TABLE],[LR.TBODY,RR.TBODY],[LR.TEMPLATE,RR.TEMPLATE],[LR.TEXTAREA,RR.TEXTAREA],[LR.TFOOT,RR.TFOOT],[LR.TD,RR.TD],[LR.TH,RR.TH],[LR.THEAD,RR.THEAD],[LR.TITLE,RR.TITLE],[LR.TR,RR.TR],[LR.TRACK,RR.TRACK],[LR.TT,RR.TT],[LR.U,RR.U],[LR.UL,RR.UL],[LR.SVG,RR.SVG],[LR.VAR,RR.VAR],[LR.WBR,RR.WBR],[LR.XMP,RR.XMP]]);function VR(e){var t;return null!==(t=qR.get(e))&&void 0!==t?t:RR.UNKNOWN}const HR=RR,WR={[kR.HTML]:new Set([HR.ADDRESS,HR.APPLET,HR.AREA,HR.ARTICLE,HR.ASIDE,HR.BASE,HR.BASEFONT,HR.BGSOUND,HR.BLOCKQUOTE,HR.BODY,HR.BR,HR.BUTTON,HR.CAPTION,HR.CENTER,HR.COL,HR.COLGROUP,HR.DD,HR.DETAILS,HR.DIR,HR.DIV,HR.DL,HR.DT,HR.EMBED,HR.FIELDSET,HR.FIGCAPTION,HR.FIGURE,HR.FOOTER,HR.FORM,HR.FRAME,HR.FRAMESET,HR.H1,HR.H2,HR.H3,HR.H4,HR.H5,HR.H6,HR.HEAD,HR.HEADER,HR.HGROUP,HR.HR,HR.HTML,HR.IFRAME,HR.IMG,HR.INPUT,HR.LI,HR.LINK,HR.LISTING,HR.MAIN,HR.MARQUEE,HR.MENU,HR.META,HR.NAV,HR.NOEMBED,HR.NOFRAMES,HR.NOSCRIPT,HR.OBJECT,HR.OL,HR.P,HR.PARAM,HR.PLAINTEXT,HR.PRE,HR.SCRIPT,HR.SECTION,HR.SELECT,HR.SOURCE,HR.STYLE,HR.SUMMARY,HR.TABLE,HR.TBODY,HR.TD,HR.TEMPLATE,HR.TEXTAREA,HR.TFOOT,HR.TH,HR.THEAD,HR.TITLE,HR.TR,HR.TRACK,HR.UL,HR.WBR,HR.XMP]),[kR.MATHML]:new Set([HR.MI,HR.MO,HR.MN,HR.MS,HR.MTEXT,HR.ANNOTATION_XML]),[kR.SVG]:new Set([HR.TITLE,HR.FOREIGN_OBJECT,HR.DESC]),[kR.XLINK]:new Set,[kR.XML]:new Set,[kR.XMLNS]:new Set};function GR(e){return e===HR.H1||e===HR.H2||e===HR.H3||e===HR.H4||e===HR.H5||e===HR.H6}new Set([LR.STYLE,LR.SCRIPT,LR.XMP,LR.IFRAME,LR.NOEMBED,LR.NOFRAMES,LR.PLAINTEXT]);const zR=new Map([[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]]);var YR;!function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.NAMED_CHARACTER_REFERENCE=72]="NAMED_CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=73]="AMBIGUOUS_AMPERSAND",e[e.NUMERIC_CHARACTER_REFERENCE=74]="NUMERIC_CHARACTER_REFERENCE",e[e.HEXADEMICAL_CHARACTER_REFERENCE_START=75]="HEXADEMICAL_CHARACTER_REFERENCE_START",e[e.HEXADEMICAL_CHARACTER_REFERENCE=76]="HEXADEMICAL_CHARACTER_REFERENCE",e[e.DECIMAL_CHARACTER_REFERENCE=77]="DECIMAL_CHARACTER_REFERENCE",e[e.NUMERIC_CHARACTER_REFERENCE_END=78]="NUMERIC_CHARACTER_REFERENCE_END"}(YR||(YR={}));const KR={DATA:YR.DATA,RCDATA:YR.RCDATA,RAWTEXT:YR.RAWTEXT,SCRIPT_DATA:YR.SCRIPT_DATA,PLAINTEXT:YR.PLAINTEXT,CDATA_SECTION:YR.CDATA_SECTION};function JR(e){return e>=lR.DIGIT_0&&e<=lR.DIGIT_9}function XR(e){return e>=lR.LATIN_CAPITAL_A&&e<=lR.LATIN_CAPITAL_Z}function QR(e){return function(e){return e>=lR.LATIN_SMALL_A&&e<=lR.LATIN_SMALL_Z}(e)||XR(e)}function ZR(e){return QR(e)||JR(e)}function eM(e){return e>=lR.LATIN_CAPITAL_A&&e<=lR.LATIN_CAPITAL_F}function tM(e){return e>=lR.LATIN_SMALL_A&&e<=lR.LATIN_SMALL_F}function nM(e){return e+32}function rM(e){return e===lR.SPACE||e===lR.LINE_FEED||e===lR.TABULATION||e===lR.FORM_FEED}function iM(e){return e===lR.EQUALS_SIGN||ZR(e)}function sM(e){return rM(e)||e===lR.SOLIDUS||e===lR.GREATER_THAN_SIGN}class aM{constructor(e,t){this.options=e,this.handler=t,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=YR.DATA,this.returnState=YR.DATA,this.charRefCode=-1,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new vR(t),this.currentLocation=this.getCurrentLocation(-1)}_err(e){var t,n;null===(n=(t=this.handler).onParseError)||void 0===n?void 0:n.call(t,this.preprocessor.getError(e))}getCurrentLocation(e){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-e,startOffset:this.preprocessor.offset-e,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const e=this._consume();this._ensureHibernation()||this._callState(e)}this.inLoop=!1}}pause(){this.paused=!0}resume(e){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,this.inLoop||(this._runParsingLoop(),this.paused||null==e||e())}write(e,t,n){this.active=!0,this.preprocessor.write(e,t),this._runParsingLoop(),this.paused||null==n||n()}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e),this._runParsingLoop()}_ensureHibernation(){return!!this.preprocessor.endOfChunkHit&&(this._unconsume(this.consumedAfterSnapshot),this.active=!1,!0)}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(e){this.consumedAfterSnapshot-=e,this.preprocessor.retreat(e)}_reconsumeInState(e,t){this.state=e,this._callState(t)}_advanceBy(e){this.consumedAfterSnapshot+=e;for(let t=0;t<e;t++)this.preprocessor.advance()}_consumeSequenceIfMatch(e,t){return!!this.preprocessor.startsWith(e,t)&&(this._advanceBy(e.length-1),!0)}_createStartTagToken(){this.currentToken={type:ER.START_TAG,tagName:"",tagID:RR.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:ER.END_TAG,tagName:"",tagID:RR.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(e){this.currentToken={type:ER.COMMENT,data:"",location:this.getCurrentLocation(e)}}_createDoctypeToken(e){this.currentToken={type:ER.DOCTYPE,name:e,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t,location:this.currentLocation}}_createAttr(e){this.currentAttr={name:e,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var e,t;const n=this.currentToken;if(null===wR(n,this.currentAttr.name)){if(n.attrs.push(this.currentAttr),n.location&&this.currentLocation){(null!==(e=(t=n.location).attrs)&&void 0!==e?e:t.attrs=Object.create(null))[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(bR.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(e){this._emitCurrentCharacterToken(e.location),this.currentToken=null,e.location&&(e.location.endLine=this.preprocessor.line,e.location.endCol=this.preprocessor.col+1,e.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const e=this.currentToken;this.prepareToken(e),e.tagID=VR(e.tagName),e.type===ER.START_TAG?(this.lastStartTagName=e.tagName,this.handler.onStartTag(e)):(e.attrs.length>0&&this._err(bR.endTagWithAttributes),e.selfClosing&&this._err(bR.endTagWithTrailingSolidus),this.handler.onEndTag(e)),this.preprocessor.dropParsedChunk()}emitCurrentComment(e){this.prepareToken(e),this.handler.onComment(e),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(e){this.prepareToken(e),this.handler.onDoctype(e),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(e){if(this.currentCharacterToken){switch(e&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=e.startLine,this.currentCharacterToken.location.endCol=e.startCol,this.currentCharacterToken.location.endOffset=e.startOffset),this.currentCharacterToken.type){case ER.CHARACTER:this.handler.onCharacter(this.currentCharacterToken);break;case ER.NULL_CHARACTER:this.handler.onNullCharacter(this.currentCharacterToken);break;case ER.WHITESPACE_CHARACTER:this.handler.onWhitespaceCharacter(this.currentCharacterToken)}this.currentCharacterToken=null}}_emitEOFToken(){const e=this.getCurrentLocation(0);e&&(e.endLine=e.startLine,e.endCol=e.startCol,e.endOffset=e.startOffset),this._emitCurrentCharacterToken(e),this.handler.onEof({type:ER.EOF,location:e}),this.active=!1}_appendCharToCurrentCharacterToken(e,t){if(this.currentCharacterToken){if(this.currentCharacterToken.type===e)return this.currentCharacterToken.chars+=t,void 0;this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk()}this._createCharacterToken(e,t)}_emitCodePoint(e){const t=rM(e)?ER.WHITESPACE_CHARACTER:e===lR.NULL?ER.NULL_CHARACTER:ER.CHARACTER;this._appendCharToCurrentCharacterToken(t,String.fromCodePoint(e))}_emitChars(e){this._appendCharToCurrentCharacterToken(ER.CHARACTER,e)}_matchNamedCharacterReference(e){let t=null,n=0,r=!1;for(let i=0,s=SR[0];i>=0&&(i=$R(SR,s,i+1,e),!(i<0));e=this._consume()){n+=1,s=SR[i];const a=s&PR.VALUE_LENGTH;if(a){const s=(a>>14)-1;if(e!==lR.SEMICOLON&&this._isCharacterReferenceInAttribute()&&iM(this.preprocessor.peek(1))?(t=[lR.AMPERSAND],i+=s):(t=0===s?[SR[i]&~PR.VALUE_LENGTH]:1===s?[SR[++i]]:[SR[++i],SR[++i]],n=0,r=e!==lR.SEMICOLON),0===s){this._consume();break}}}return this._unconsume(n),r&&!this.preprocessor.endOfChunkHit&&this._err(bR.missingSemicolonAfterCharacterReference),this._unconsume(1),t}_isCharacterReferenceInAttribute(){return this.returnState===YR.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===YR.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===YR.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(e){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(e):this._emitCodePoint(e)}_callState(e){switch(this.state){case YR.DATA:this._stateData(e);break;case YR.RCDATA:this._stateRcdata(e);break;case YR.RAWTEXT:this._stateRawtext(e);break;case YR.SCRIPT_DATA:this._stateScriptData(e);break;case YR.PLAINTEXT:this._statePlaintext(e);break;case YR.TAG_OPEN:this._stateTagOpen(e);break;case YR.END_TAG_OPEN:this._stateEndTagOpen(e);break;case YR.TAG_NAME:this._stateTagName(e);break;case YR.RCDATA_LESS_THAN_SIGN:this._stateRcdataLessThanSign(e);break;case YR.RCDATA_END_TAG_OPEN:this._stateRcdataEndTagOpen(e);break;case YR.RCDATA_END_TAG_NAME:this._stateRcdataEndTagName(e);break;case YR.RAWTEXT_LESS_THAN_SIGN:this._stateRawtextLessThanSign(e);break;case YR.RAWTEXT_END_TAG_OPEN:this._stateRawtextEndTagOpen(e);break;case YR.RAWTEXT_END_TAG_NAME:this._stateRawtextEndTagName(e);break;case YR.SCRIPT_DATA_LESS_THAN_SIGN:this._stateScriptDataLessThanSign(e);break;case YR.SCRIPT_DATA_END_TAG_OPEN:this._stateScriptDataEndTagOpen(e);break;case YR.SCRIPT_DATA_END_TAG_NAME:this._stateScriptDataEndTagName(e);break;case YR.SCRIPT_DATA_ESCAPE_START:this._stateScriptDataEscapeStart(e);break;case YR.SCRIPT_DATA_ESCAPE_START_DASH:this._stateScriptDataEscapeStartDash(e);break;case YR.SCRIPT_DATA_ESCAPED:this._stateScriptDataEscaped(e);break;case YR.SCRIPT_DATA_ESCAPED_DASH:this._stateScriptDataEscapedDash(e);break;case YR.SCRIPT_DATA_ESCAPED_DASH_DASH:this._stateScriptDataEscapedDashDash(e);break;case YR.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataEscapedLessThanSign(e);break;case YR.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:this._stateScriptDataEscapedEndTagOpen(e);break;case YR.SCRIPT_DATA_ESCAPED_END_TAG_NAME:this._stateScriptDataEscapedEndTagName(e);break;case YR.SCRIPT_DATA_DOUBLE_ESCAPE_START:this._stateScriptDataDoubleEscapeStart(e);break;case YR.SCRIPT_DATA_DOUBLE_ESCAPED:this._stateScriptDataDoubleEscaped(e);break;case YR.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:this._stateScriptDataDoubleEscapedDash(e);break;case YR.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:this._stateScriptDataDoubleEscapedDashDash(e);break;case YR.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataDoubleEscapedLessThanSign(e);break;case YR.SCRIPT_DATA_DOUBLE_ESCAPE_END:this._stateScriptDataDoubleEscapeEnd(e);break;case YR.BEFORE_ATTRIBUTE_NAME:this._stateBeforeAttributeName(e);break;case YR.ATTRIBUTE_NAME:this._stateAttributeName(e);break;case YR.AFTER_ATTRIBUTE_NAME:this._stateAfterAttributeName(e);break;case YR.BEFORE_ATTRIBUTE_VALUE:this._stateBeforeAttributeValue(e);break;case YR.ATTRIBUTE_VALUE_DOUBLE_QUOTED:this._stateAttributeValueDoubleQuoted(e);break;case YR.ATTRIBUTE_VALUE_SINGLE_QUOTED:this._stateAttributeValueSingleQuoted(e);break;case YR.ATTRIBUTE_VALUE_UNQUOTED:this._stateAttributeValueUnquoted(e);break;case YR.AFTER_ATTRIBUTE_VALUE_QUOTED:this._stateAfterAttributeValueQuoted(e);break;case YR.SELF_CLOSING_START_TAG:this._stateSelfClosingStartTag(e);break;case YR.BOGUS_COMMENT:this._stateBogusComment(e);break;case YR.MARKUP_DECLARATION_OPEN:this._stateMarkupDeclarationOpen(e);break;case YR.COMMENT_START:this._stateCommentStart(e);break;case YR.COMMENT_START_DASH:this._stateCommentStartDash(e);break;case YR.COMMENT:this._stateComment(e);break;case YR.COMMENT_LESS_THAN_SIGN:this._stateCommentLessThanSign(e);break;case YR.COMMENT_LESS_THAN_SIGN_BANG:this._stateCommentLessThanSignBang(e);break;case YR.COMMENT_LESS_THAN_SIGN_BANG_DASH:this._stateCommentLessThanSignBangDash(e);break;case YR.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:this._stateCommentLessThanSignBangDashDash(e);break;case YR.COMMENT_END_DASH:this._stateCommentEndDash(e);break;case YR.COMMENT_END:this._stateCommentEnd(e);break;case YR.COMMENT_END_BANG:this._stateCommentEndBang(e);break;case YR.DOCTYPE:this._stateDoctype(e);break;case YR.BEFORE_DOCTYPE_NAME:this._stateBeforeDoctypeName(e);break;case YR.DOCTYPE_NAME:this._stateDoctypeName(e);break;case YR.AFTER_DOCTYPE_NAME:this._stateAfterDoctypeName(e);break;case YR.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._stateAfterDoctypePublicKeyword(e);break;case YR.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:this._stateBeforeDoctypePublicIdentifier(e);break;case YR.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypePublicIdentifierDoubleQuoted(e);break;case YR.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypePublicIdentifierSingleQuoted(e);break;case YR.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:this._stateAfterDoctypePublicIdentifier(e);break;case YR.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:this._stateBetweenDoctypePublicAndSystemIdentifiers(e);break;case YR.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._stateAfterDoctypeSystemKeyword(e);break;case YR.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:this._stateBeforeDoctypeSystemIdentifier(e);break;case YR.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypeSystemIdentifierDoubleQuoted(e);break;case YR.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypeSystemIdentifierSingleQuoted(e);break;case YR.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:this._stateAfterDoctypeSystemIdentifier(e);break;case YR.BOGUS_DOCTYPE:this._stateBogusDoctype(e);break;case YR.CDATA_SECTION:this._stateCdataSection(e);break;case YR.CDATA_SECTION_BRACKET:this._stateCdataSectionBracket(e);break;case YR.CDATA_SECTION_END:this._stateCdataSectionEnd(e);break;case YR.CHARACTER_REFERENCE:this._stateCharacterReference(e);break;case YR.NAMED_CHARACTER_REFERENCE:this._stateNamedCharacterReference(e);break;case YR.AMBIGUOUS_AMPERSAND:this._stateAmbiguousAmpersand(e);break;case YR.NUMERIC_CHARACTER_REFERENCE:this._stateNumericCharacterReference(e);break;case YR.HEXADEMICAL_CHARACTER_REFERENCE_START:this._stateHexademicalCharacterReferenceStart(e);break;case YR.HEXADEMICAL_CHARACTER_REFERENCE:this._stateHexademicalCharacterReference(e);break;case YR.DECIMAL_CHARACTER_REFERENCE:this._stateDecimalCharacterReference(e);break;case YR.NUMERIC_CHARACTER_REFERENCE_END:this._stateNumericCharacterReferenceEnd(e);break;default:throw new Error("Unknown state")}}_stateData(e){switch(e){case lR.LESS_THAN_SIGN:this.state=YR.TAG_OPEN;break;case lR.AMPERSAND:this.returnState=YR.DATA,this.state=YR.CHARACTER_REFERENCE;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitCodePoint(e);break;case lR.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRcdata(e){switch(e){case lR.AMPERSAND:this.returnState=YR.RCDATA,this.state=YR.CHARACTER_REFERENCE;break;case lR.LESS_THAN_SIGN:this.state=YR.RCDATA_LESS_THAN_SIGN;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitChars(oR);break;case lR.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRawtext(e){switch(e){case lR.LESS_THAN_SIGN:this.state=YR.RAWTEXT_LESS_THAN_SIGN;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitChars(oR);break;case lR.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptData(e){switch(e){case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_LESS_THAN_SIGN;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitChars(oR);break;case lR.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_statePlaintext(e){switch(e){case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitChars(oR);break;case lR.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateTagOpen(e){if(QR(e))this._createStartTagToken(),this.state=YR.TAG_NAME,this._stateTagName(e);else switch(e){case lR.EXCLAMATION_MARK:this.state=YR.MARKUP_DECLARATION_OPEN;break;case lR.SOLIDUS:this.state=YR.END_TAG_OPEN;break;case lR.QUESTION_MARK:this._err(bR.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=YR.BOGUS_COMMENT,this._stateBogusComment(e);break;case lR.EOF:this._err(bR.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break;default:this._err(bR.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=YR.DATA,this._stateData(e)}}_stateEndTagOpen(e){if(QR(e))this._createEndTagToken(),this.state=YR.TAG_NAME,this._stateTagName(e);else switch(e){case lR.GREATER_THAN_SIGN:this._err(bR.missingEndTagName),this.state=YR.DATA;break;case lR.EOF:this._err(bR.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break;default:this._err(bR.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=YR.BOGUS_COMMENT,this._stateBogusComment(e)}}_stateTagName(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this.state=YR.BEFORE_ATTRIBUTE_NAME;break;case lR.SOLIDUS:this.state=YR.SELF_CLOSING_START_TAG;break;case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentTagToken();break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.tagName+=oR;break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:t.tagName+=String.fromCodePoint(XR(e)?nM(e):e)}}_stateRcdataLessThanSign(e){e===lR.SOLIDUS?this.state=YR.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=YR.RCDATA,this._stateRcdata(e))}_stateRcdataEndTagOpen(e){QR(e)?(this.state=YR.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(e)):(this._emitChars("</"),this.state=YR.RCDATA,this._stateRcdata(e))}handleSpecialEndTag(e){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();this.currentToken.tagName=this.lastStartTagName;switch(this.preprocessor.peek(this.lastStartTagName.length)){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=YR.BEFORE_ATTRIBUTE_NAME,!1;case lR.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=YR.SELF_CLOSING_START_TAG,!1;case lR.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=YR.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=YR.RCDATA,this._stateRcdata(e))}_stateRawtextLessThanSign(e){e===lR.SOLIDUS?this.state=YR.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=YR.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagOpen(e){QR(e)?(this.state=YR.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(e)):(this._emitChars("</"),this.state=YR.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=YR.RAWTEXT,this._stateRawtext(e))}_stateScriptDataLessThanSign(e){switch(e){case lR.SOLIDUS:this.state=YR.SCRIPT_DATA_END_TAG_OPEN;break;case lR.EXCLAMATION_MARK:this.state=YR.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break;default:this._emitChars("<"),this.state=YR.SCRIPT_DATA,this._stateScriptData(e)}}_stateScriptDataEndTagOpen(e){QR(e)?(this.state=YR.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(e)):(this._emitChars("</"),this.state=YR.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=YR.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStart(e){e===lR.HYPHEN_MINUS?(this.state=YR.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=YR.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStartDash(e){e===lR.HYPHEN_MINUS?(this.state=YR.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=YR.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscaped(e){switch(e){case lR.HYPHEN_MINUS:this.state=YR.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break;case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitChars(oR);break;case lR.EOF:this._err(bR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataEscapedDash(e){switch(e){case lR.HYPHEN_MINUS:this.state=YR.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break;case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.state=YR.SCRIPT_DATA_ESCAPED,this._emitChars(oR);break;case lR.EOF:this._err(bR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=YR.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedDashDash(e){switch(e){case lR.HYPHEN_MINUS:this._emitChars("-");break;case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case lR.GREATER_THAN_SIGN:this.state=YR.SCRIPT_DATA,this._emitChars(">");break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.state=YR.SCRIPT_DATA_ESCAPED,this._emitChars(oR);break;case lR.EOF:this._err(bR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=YR.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedLessThanSign(e){e===lR.SOLIDUS?this.state=YR.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:QR(e)?(this._emitChars("<"),this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(e)):(this._emitChars("<"),this.state=YR.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagOpen(e){QR(e)?(this.state=YR.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(e)):(this._emitChars("</"),this.state=YR.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=YR.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscapeStart(e){if(this.preprocessor.startsWith(dR,!1)&&sM(this.preprocessor.peek(dR.length))){this._emitCodePoint(e);for(let e=0;e<dR.length;e++)this._emitCodePoint(this._consume());this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=YR.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscaped(e){switch(e){case lR.HYPHEN_MINUS:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break;case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._emitChars(oR);break;case lR.EOF:this._err(bR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDash(e){switch(e){case lR.HYPHEN_MINUS:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break;case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(oR);break;case lR.EOF:this._err(bR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDashDash(e){switch(e){case lR.HYPHEN_MINUS:this._emitChars("-");break;case lR.LESS_THAN_SIGN:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case lR.GREATER_THAN_SIGN:this.state=YR.SCRIPT_DATA,this._emitChars(">");break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(oR);break;case lR.EOF:this._err(bR.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedLessThanSign(e){e===lR.SOLIDUS?(this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateScriptDataDoubleEscapeEnd(e){if(this.preprocessor.startsWith(dR,!1)&&sM(this.preprocessor.peek(dR.length))){this._emitCodePoint(e);for(let e=0;e<dR.length;e++)this._emitCodePoint(this._consume());this.state=YR.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=YR.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateBeforeAttributeName(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.SOLIDUS:case lR.GREATER_THAN_SIGN:case lR.EOF:this.state=YR.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case lR.EQUALS_SIGN:this._err(bR.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=YR.ATTRIBUTE_NAME;break;default:this._createAttr(""),this.state=YR.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateAttributeName(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:case lR.SOLIDUS:case lR.GREATER_THAN_SIGN:case lR.EOF:this._leaveAttrName(),this.state=YR.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case lR.EQUALS_SIGN:this._leaveAttrName(),this.state=YR.BEFORE_ATTRIBUTE_VALUE;break;case lR.QUOTATION_MARK:case lR.APOSTROPHE:case lR.LESS_THAN_SIGN:this._err(bR.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(e);break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.currentAttr.name+=oR;break;default:this.currentAttr.name+=String.fromCodePoint(XR(e)?nM(e):e)}}_stateAfterAttributeName(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.SOLIDUS:this.state=YR.SELF_CLOSING_START_TAG;break;case lR.EQUALS_SIGN:this.state=YR.BEFORE_ATTRIBUTE_VALUE;break;case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentTagToken();break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:this._createAttr(""),this.state=YR.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateBeforeAttributeValue(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.QUOTATION_MARK:this.state=YR.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break;case lR.APOSTROPHE:this.state=YR.ATTRIBUTE_VALUE_SINGLE_QUOTED;break;case lR.GREATER_THAN_SIGN:this._err(bR.missingAttributeValue),this.state=YR.DATA,this.emitCurrentTagToken();break;default:this.state=YR.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(e)}}_stateAttributeValueDoubleQuoted(e){switch(e){case lR.QUOTATION_MARK:this.state=YR.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case lR.AMPERSAND:this.returnState=YR.ATTRIBUTE_VALUE_DOUBLE_QUOTED,this.state=YR.CHARACTER_REFERENCE;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.currentAttr.value+=oR;break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueSingleQuoted(e){switch(e){case lR.APOSTROPHE:this.state=YR.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case lR.AMPERSAND:this.returnState=YR.ATTRIBUTE_VALUE_SINGLE_QUOTED,this.state=YR.CHARACTER_REFERENCE;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.currentAttr.value+=oR;break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueUnquoted(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this._leaveAttrValue(),this.state=YR.BEFORE_ATTRIBUTE_NAME;break;case lR.AMPERSAND:this.returnState=YR.ATTRIBUTE_VALUE_UNQUOTED,this.state=YR.CHARACTER_REFERENCE;break;case lR.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=YR.DATA,this.emitCurrentTagToken();break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this.currentAttr.value+=oR;break;case lR.QUOTATION_MARK:case lR.APOSTROPHE:case lR.LESS_THAN_SIGN:case lR.EQUALS_SIGN:case lR.GRAVE_ACCENT:this._err(bR.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(e);break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAfterAttributeValueQuoted(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this._leaveAttrValue(),this.state=YR.BEFORE_ATTRIBUTE_NAME;break;case lR.SOLIDUS:this._leaveAttrValue(),this.state=YR.SELF_CLOSING_START_TAG;break;case lR.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=YR.DATA,this.emitCurrentTagToken();break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:this._err(bR.missingWhitespaceBetweenAttributes),this.state=YR.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateSelfClosingStartTag(e){switch(e){case lR.GREATER_THAN_SIGN:this.currentToken.selfClosing=!0,this.state=YR.DATA,this.emitCurrentTagToken();break;case lR.EOF:this._err(bR.eofInTag),this._emitEOFToken();break;default:this._err(bR.unexpectedSolidusInTag),this.state=YR.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateBogusComment(e){const t=this.currentToken;switch(e){case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentComment(t);break;case lR.EOF:this.emitCurrentComment(t),this._emitEOFToken();break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.data+=oR;break;default:t.data+=String.fromCodePoint(e)}}_stateMarkupDeclarationOpen(e){this._consumeSequenceIfMatch(cR,!0)?(this._createCommentToken(cR.length+1),this.state=YR.COMMENT_START):this._consumeSequenceIfMatch(pR,!1)?(this.currentLocation=this.getCurrentLocation(pR.length+1),this.state=YR.DOCTYPE):this._consumeSequenceIfMatch(uR,!0)?this.inForeignNode?this.state=YR.CDATA_SECTION:(this._err(bR.cdataInHtmlContent),this._createCommentToken(uR.length+1),this.currentToken.data="[CDATA[",this.state=YR.BOGUS_COMMENT):this._ensureHibernation()||(this._err(bR.incorrectlyOpenedComment),this._createCommentToken(2),this.state=YR.BOGUS_COMMENT,this._stateBogusComment(e))}_stateCommentStart(e){switch(e){case lR.HYPHEN_MINUS:this.state=YR.COMMENT_START_DASH;break;case lR.GREATER_THAN_SIGN:{this._err(bR.abruptClosingOfEmptyComment),this.state=YR.DATA;const e=this.currentToken;this.emitCurrentComment(e);break}default:this.state=YR.COMMENT,this._stateComment(e)}}_stateCommentStartDash(e){const t=this.currentToken;switch(e){case lR.HYPHEN_MINUS:this.state=YR.COMMENT_END;break;case lR.GREATER_THAN_SIGN:this._err(bR.abruptClosingOfEmptyComment),this.state=YR.DATA,this.emitCurrentComment(t);break;case lR.EOF:this._err(bR.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=YR.COMMENT,this._stateComment(e)}}_stateComment(e){const t=this.currentToken;switch(e){case lR.HYPHEN_MINUS:this.state=YR.COMMENT_END_DASH;break;case lR.LESS_THAN_SIGN:t.data+="<",this.state=YR.COMMENT_LESS_THAN_SIGN;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.data+=oR;break;case lR.EOF:this._err(bR.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=String.fromCodePoint(e)}}_stateCommentLessThanSign(e){const t=this.currentToken;switch(e){case lR.EXCLAMATION_MARK:t.data+="!",this.state=YR.COMMENT_LESS_THAN_SIGN_BANG;break;case lR.LESS_THAN_SIGN:t.data+="<";break;default:this.state=YR.COMMENT,this._stateComment(e)}}_stateCommentLessThanSignBang(e){e===lR.HYPHEN_MINUS?this.state=YR.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=YR.COMMENT,this._stateComment(e))}_stateCommentLessThanSignBangDash(e){e===lR.HYPHEN_MINUS?this.state=YR.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=YR.COMMENT_END_DASH,this._stateCommentEndDash(e))}_stateCommentLessThanSignBangDashDash(e){e!==lR.GREATER_THAN_SIGN&&e!==lR.EOF&&this._err(bR.nestedComment),this.state=YR.COMMENT_END,this._stateCommentEnd(e)}_stateCommentEndDash(e){const t=this.currentToken;switch(e){case lR.HYPHEN_MINUS:this.state=YR.COMMENT_END;break;case lR.EOF:this._err(bR.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=YR.COMMENT,this._stateComment(e)}}_stateCommentEnd(e){const t=this.currentToken;switch(e){case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentComment(t);break;case lR.EXCLAMATION_MARK:this.state=YR.COMMENT_END_BANG;break;case lR.HYPHEN_MINUS:t.data+="-";break;case lR.EOF:this._err(bR.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--",this.state=YR.COMMENT,this._stateComment(e)}}_stateCommentEndBang(e){const t=this.currentToken;switch(e){case lR.HYPHEN_MINUS:t.data+="--!",this.state=YR.COMMENT_END_DASH;break;case lR.GREATER_THAN_SIGN:this._err(bR.incorrectlyClosedComment),this.state=YR.DATA,this.emitCurrentComment(t);break;case lR.EOF:this._err(bR.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--!",this.state=YR.COMMENT,this._stateComment(e)}}_stateDoctype(e){switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this.state=YR.BEFORE_DOCTYPE_NAME;break;case lR.GREATER_THAN_SIGN:this.state=YR.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e);break;case lR.EOF:{this._err(bR.eofInDoctype),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._err(bR.missingWhitespaceBeforeDoctypeName),this.state=YR.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e)}}_stateBeforeDoctypeName(e){if(XR(e))this._createDoctypeToken(String.fromCharCode(nM(e))),this.state=YR.DOCTYPE_NAME;else switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.NULL:this._err(bR.unexpectedNullCharacter),this._createDoctypeToken(oR),this.state=YR.DOCTYPE_NAME;break;case lR.GREATER_THAN_SIGN:{this._err(bR.missingDoctypeName),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this.state=YR.DATA;break}case lR.EOF:{this._err(bR.eofInDoctype),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(e)),this.state=YR.DOCTYPE_NAME}}_stateDoctypeName(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this.state=YR.AFTER_DOCTYPE_NAME;break;case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.name+=oR;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.name+=String.fromCodePoint(XR(e)?nM(e):e)}}_stateAfterDoctypeName(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._consumeSequenceIfMatch(hR,!1)?this.state=YR.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(fR,!1)?this.state=YR.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(bR.invalidCharacterSequenceAfterDoctypeName),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e))}}_stateAfterDoctypePublicKeyword(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this.state=YR.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break;case lR.QUOTATION_MARK:this._err(bR.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=YR.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case lR.APOSTROPHE:this._err(bR.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=YR.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case lR.GREATER_THAN_SIGN:this._err(bR.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.QUOTATION_MARK:t.publicId="",this.state=YR.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case lR.APOSTROPHE:t.publicId="",this.state=YR.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case lR.GREATER_THAN_SIGN:this._err(bR.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypePublicIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case lR.QUOTATION_MARK:this.state=YR.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.publicId+=oR;break;case lR.GREATER_THAN_SIGN:this._err(bR.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateDoctypePublicIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case lR.APOSTROPHE:this.state=YR.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.publicId+=oR;break;case lR.GREATER_THAN_SIGN:this._err(bR.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateAfterDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this.state=YR.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break;case lR.GREATER_THAN_SIGN:this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.QUOTATION_MARK:this._err(bR.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case lR.APOSTROPHE:this._err(bR.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBetweenDoctypePublicAndSystemIdentifiers(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.QUOTATION_MARK:t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case lR.APOSTROPHE:t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateAfterDoctypeSystemKeyword(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:this.state=YR.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break;case lR.QUOTATION_MARK:this._err(bR.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case lR.APOSTROPHE:this._err(bR.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case lR.GREATER_THAN_SIGN:this._err(bR.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.QUOTATION_MARK:t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case lR.APOSTROPHE:t.systemId="",this.state=YR.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case lR.GREATER_THAN_SIGN:this._err(bR.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=YR.DATA,this.emitCurrentDoctype(t);break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypeSystemIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case lR.QUOTATION_MARK:this.state=YR.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.systemId+=oR;break;case lR.GREATER_THAN_SIGN:this._err(bR.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateDoctypeSystemIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case lR.APOSTROPHE:this.state=YR.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case lR.NULL:this._err(bR.unexpectedNullCharacter),t.systemId+=oR;break;case lR.GREATER_THAN_SIGN:this._err(bR.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateAfterDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case lR.SPACE:case lR.LINE_FEED:case lR.TABULATION:case lR.FORM_FEED:break;case lR.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.EOF:this._err(bR.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(bR.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=YR.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBogusDoctype(e){const t=this.currentToken;switch(e){case lR.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=YR.DATA;break;case lR.NULL:this._err(bR.unexpectedNullCharacter);break;case lR.EOF:this.emitCurrentDoctype(t),this._emitEOFToken()}}_stateCdataSection(e){switch(e){case lR.RIGHT_SQUARE_BRACKET:this.state=YR.CDATA_SECTION_BRACKET;break;case lR.EOF:this._err(bR.eofInCdata),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateCdataSectionBracket(e){e===lR.RIGHT_SQUARE_BRACKET?this.state=YR.CDATA_SECTION_END:(this._emitChars("]"),this.state=YR.CDATA_SECTION,this._stateCdataSection(e))}_stateCdataSectionEnd(e){switch(e){case lR.GREATER_THAN_SIGN:this.state=YR.DATA;break;case lR.RIGHT_SQUARE_BRACKET:this._emitChars("]");break;default:this._emitChars("]]"),this.state=YR.CDATA_SECTION,this._stateCdataSection(e)}}_stateCharacterReference(e){e===lR.NUMBER_SIGN?this.state=YR.NUMERIC_CHARACTER_REFERENCE:ZR(e)?(this.state=YR.NAMED_CHARACTER_REFERENCE,this._stateNamedCharacterReference(e)):(this._flushCodePointConsumedAsCharacterReference(lR.AMPERSAND),this._reconsumeInState(this.returnState,e))}_stateNamedCharacterReference(e){const t=this._matchNamedCharacterReference(e);if(this._ensureHibernation());else if(t){for(let e=0;e<t.length;e++)this._flushCodePointConsumedAsCharacterReference(t[e]);this.state=this.returnState}else this._flushCodePointConsumedAsCharacterReference(lR.AMPERSAND),this.state=YR.AMBIGUOUS_AMPERSAND}_stateAmbiguousAmpersand(e){ZR(e)?this._flushCodePointConsumedAsCharacterReference(e):(e===lR.SEMICOLON&&this._err(bR.unknownNamedCharacterReference),this._reconsumeInState(this.returnState,e))}_stateNumericCharacterReference(e){this.charRefCode=0,e===lR.LATIN_SMALL_X||e===lR.LATIN_CAPITAL_X?this.state=YR.HEXADEMICAL_CHARACTER_REFERENCE_START:JR(e)?(this.state=YR.DECIMAL_CHARACTER_REFERENCE,this._stateDecimalCharacterReference(e)):(this._err(bR.absenceOfDigitsInNumericCharacterReference),this._flushCodePointConsumedAsCharacterReference(lR.AMPERSAND),this._flushCodePointConsumedAsCharacterReference(lR.NUMBER_SIGN),this._reconsumeInState(this.returnState,e))}_stateHexademicalCharacterReferenceStart(e){!function(e){return JR(e)||eM(e)||tM(e)}(e)?(this._err(bR.absenceOfDigitsInNumericCharacterReference),this._flushCodePointConsumedAsCharacterReference(lR.AMPERSAND),this._flushCodePointConsumedAsCharacterReference(lR.NUMBER_SIGN),this._unconsume(2),this.state=this.returnState):(this.state=YR.HEXADEMICAL_CHARACTER_REFERENCE,this._stateHexademicalCharacterReference(e))}_stateHexademicalCharacterReference(e){eM(e)?this.charRefCode=16*this.charRefCode+e-55:tM(e)?this.charRefCode=16*this.charRefCode+e-87:JR(e)?this.charRefCode=16*this.charRefCode+e-48:e===lR.SEMICOLON?this.state=YR.NUMERIC_CHARACTER_REFERENCE_END:(this._err(bR.missingSemicolonAfterCharacterReference),this.state=YR.NUMERIC_CHARACTER_REFERENCE_END,this._stateNumericCharacterReferenceEnd(e))}_stateDecimalCharacterReference(e){JR(e)?this.charRefCode=10*this.charRefCode+e-48:e===lR.SEMICOLON?this.state=YR.NUMERIC_CHARACTER_REFERENCE_END:(this._err(bR.missingSemicolonAfterCharacterReference),this.state=YR.NUMERIC_CHARACTER_REFERENCE_END,this._stateNumericCharacterReferenceEnd(e))}_stateNumericCharacterReferenceEnd(e){if(this.charRefCode===lR.NULL)this._err(bR.nullCharacterReference),this.charRefCode=lR.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(bR.characterReferenceOutsideUnicodeRange),this.charRefCode=lR.REPLACEMENT_CHARACTER;else if(mR(this.charRefCode))this._err(bR.surrogateCharacterReference),this.charRefCode=lR.REPLACEMENT_CHARACTER;else if(yR(this.charRefCode))this._err(bR.noncharacterCharacterReference);else if(gR(this.charRefCode)||this.charRefCode===lR.CARRIAGE_RETURN){this._err(bR.controlCharacterReference);const e=zR.get(this.charRefCode);void 0!==e&&(this.charRefCode=e)}this._flushCodePointConsumedAsCharacterReference(this.charRefCode),this._reconsumeInState(this.returnState,e)}}const oM=new Set([RR.DD,RR.DT,RR.LI,RR.OPTGROUP,RR.OPTION,RR.P,RR.RB,RR.RP,RR.RT,RR.RTC]),lM=new Set([...oM,RR.CAPTION,RR.COLGROUP,RR.TBODY,RR.TD,RR.TFOOT,RR.TH,RR.THEAD,RR.TR]),cM=new Map([[RR.APPLET,kR.HTML],[RR.CAPTION,kR.HTML],[RR.HTML,kR.HTML],[RR.MARQUEE,kR.HTML],[RR.OBJECT,kR.HTML],[RR.TABLE,kR.HTML],[RR.TD,kR.HTML],[RR.TEMPLATE,kR.HTML],[RR.TH,kR.HTML],[RR.ANNOTATION_XML,kR.MATHML],[RR.MI,kR.MATHML],[RR.MN,kR.MATHML],[RR.MO,kR.MATHML],[RR.MS,kR.MATHML],[RR.MTEXT,kR.MATHML],[RR.DESC,kR.SVG],[RR.FOREIGN_OBJECT,kR.SVG],[RR.TITLE,kR.SVG]]),uM=[RR.H1,RR.H2,RR.H3,RR.H4,RR.H5,RR.H6],pM=[RR.TR,RR.TEMPLATE,RR.HTML],dM=[RR.TBODY,RR.TFOOT,RR.THEAD,RR.TEMPLATE,RR.HTML],hM=[RR.TABLE,RR.TEMPLATE,RR.HTML],fM=[RR.TD,RR.TH];class mM{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(e,t,n){this.treeAdapter=t,this.handler=n,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=RR.UNKNOWN,this.current=e}_indexOf(e){return this.items.lastIndexOf(e,this.stackTop)}_isInTemplate(){return this.currentTagId===RR.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===kR.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(e,t){this.stackTop++,this.items[this.stackTop]=e,this.current=e,this.tagIDs[this.stackTop]=t,this.currentTagId=t,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(e,t,!0)}pop(){const e=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!0)}replace(e,t){const n=this._indexOf(e);this.items[n]=t,n===this.stackTop&&(this.current=t)}insertAfter(e,t,n){const r=this._indexOf(e)+1;this.items.splice(r,0,t),this.tagIDs.splice(r,0,n),this.stackTop++,r===this.stackTop&&this._updateCurrentElement(),this.handler.onItemPush(this.current,this.currentTagId,r===this.stackTop)}popUntilTagNamePopped(e){let t=this.stackTop+1;do{t=this.tagIDs.lastIndexOf(e,t-1)}while(t>0&&this.treeAdapter.getNamespaceURI(this.items[t])!==kR.HTML);this.shortenToLength(t<0?0:t)}shortenToLength(e){for(;this.stackTop>=e;){const t=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,this.stackTop<e)}}popUntilElementPopped(e){const t=this._indexOf(e);this.shortenToLength(t<0?0:t)}popUntilPopped(e,t){const n=this._indexOfTagNames(e,t);this.shortenToLength(n<0?0:n)}popUntilNumberedHeaderPopped(){this.popUntilPopped(uM,kR.HTML)}popUntilTableCellPopped(){this.popUntilPopped(fM,kR.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(e,t){for(let n=this.stackTop;n>=0;n--)if(e.includes(this.tagIDs[n])&&this.treeAdapter.getNamespaceURI(this.items[n])===t)return n;return-1}clearBackTo(e,t){const n=this._indexOfTagNames(e,t);this.shortenToLength(n+1)}clearBackToTableContext(){this.clearBackTo(hM,kR.HTML)}clearBackToTableBodyContext(){this.clearBackTo(dM,kR.HTML)}clearBackToTableRowContext(){this.clearBackTo(pM,kR.HTML)}remove(e){const t=this._indexOf(e);t>=0&&(t===this.stackTop?this.pop():(this.items.splice(t,1),this.tagIDs.splice(t,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===RR.BODY?this.items[1]:null}contains(e){return this._indexOf(e)>-1}getCommonAncestor(e){const t=this._indexOf(e)-1;return t>=0?this.items[t]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.tagIDs[0]===RR.HTML}hasInScope(e){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t],r=this.treeAdapter.getNamespaceURI(this.items[t]);if(n===e&&r===kR.HTML)return!0;if(cM.get(n)===r)return!1}return!0}hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){const t=this.tagIDs[e],n=this.treeAdapter.getNamespaceURI(this.items[e]);if(GR(t)&&n===kR.HTML)return!0;if(cM.get(t)===n)return!1}return!0}hasInListItemScope(e){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t],r=this.treeAdapter.getNamespaceURI(this.items[t]);if(n===e&&r===kR.HTML)return!0;if((n===RR.UL||n===RR.OL)&&r===kR.HTML||cM.get(n)===r)return!1}return!0}hasInButtonScope(e){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t],r=this.treeAdapter.getNamespaceURI(this.items[t]);if(n===e&&r===kR.HTML)return!0;if(n===RR.BUTTON&&r===kR.HTML||cM.get(n)===r)return!1}return!0}hasInTableScope(e){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t];if(this.treeAdapter.getNamespaceURI(this.items[t])===kR.HTML){if(n===e)return!0;if(n===RR.TABLE||n===RR.TEMPLATE||n===RR.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let e=this.stackTop;e>=0;e--){const t=this.tagIDs[e];if(this.treeAdapter.getNamespaceURI(this.items[e])===kR.HTML){if(t===RR.TBODY||t===RR.THEAD||t===RR.TFOOT)return!0;if(t===RR.TABLE||t===RR.HTML)return!1}}return!0}hasInSelectScope(e){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t];if(this.treeAdapter.getNamespaceURI(this.items[t])===kR.HTML){if(n===e)return!0;if(n!==RR.OPTION&&n!==RR.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;oM.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;lM.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(e){for(;this.currentTagId!==e&&lM.has(this.currentTagId);)this.pop()}}var gM;!function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"}(gM=gM||(gM={}));const yM={type:gM.Marker};class bM{constructor(e){this.treeAdapter=e,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(e,t){const n=[],r=t.length,i=this.treeAdapter.getTagName(e),s=this.treeAdapter.getNamespaceURI(e);for(let e=0;e<this.entries.length;e++){const t=this.entries[e];if(t.type===gM.Marker)break;const{element:a}=t;if(this.treeAdapter.getTagName(a)===i&&this.treeAdapter.getNamespaceURI(a)===s){const t=this.treeAdapter.getAttrList(a);t.length===r&&n.push({idx:e,attrs:t})}}return n}_ensureNoahArkCondition(e){if(this.entries.length<3)return;const t=this.treeAdapter.getAttrList(e),n=this._getNoahArkConditionCandidates(e,t);if(n.length<3)return;const r=new Map(t.map(e=>[e.name,e.value]));let i=0;for(let e=0;e<n.length;e++){const t=n[e];t.attrs.every(e=>r.get(e.name)===e.value)&&(i+=1,i>=3&&this.entries.splice(t.idx,1))}}insertMarker(){this.entries.unshift(yM)}pushElement(e,t){this._ensureNoahArkCondition(e),this.entries.unshift({type:gM.Element,element:e,token:t})}insertElementAfterBookmark(e,t){const n=this.entries.indexOf(this.bookmark);this.entries.splice(n,0,{type:gM.Element,element:e,token:t})}removeEntry(e){const t=this.entries.indexOf(e);t>=0&&this.entries.splice(t,1)}clearToLastMarker(){const e=this.entries.indexOf(yM);e>=0?this.entries.splice(0,e+1):this.entries.length=0}getElementEntryInScopeWithTagName(e){const t=this.entries.find(t=>t.type===gM.Marker||this.treeAdapter.getTagName(t.element)===e);return t&&t.type===gM.Element?t:null}getElementEntry(e){return this.entries.find(t=>t.type===gM.Element&&t.element===e)}}function vM(e){return{nodeName:"#text",value:e,parentNode:null}}const EM={createDocument:()=>({nodeName:"#document",mode:DR.NO_QUIRKS,childNodes:[]}),createDocumentFragment:()=>({nodeName:"#document-fragment",childNodes:[]}),createElement:(e,t,n)=>({nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}),createCommentNode:e=>({nodeName:"#comment",data:e,parentNode:null}),appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,n){const r=e.childNodes.indexOf(n);e.childNodes.splice(r,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent:e=>e.content,setDocumentType(e,t,n,r){const i=e.childNodes.find(e=>"#documentType"===e.nodeName);if(i)i.name=t,i.publicId=n,i.systemId=r;else{const i={nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null};EM.appendChild(e,i)}},setDocumentMode(e,t){e.mode=t},getDocumentMode:e=>e.mode,detachNode(e){if(e.parentNode){const t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){const n=e.childNodes[e.childNodes.length-1];if(EM.isTextNode(n))return n.value+=t,void 0}EM.appendChild(e,vM(t))},insertTextBefore(e,t,n){const r=e.childNodes[e.childNodes.indexOf(n)-1];r&&EM.isTextNode(r)?r.value+=t:EM.insertBefore(e,vM(t),n)},adoptAttributes(e,t){const n=new Set(e.attrs.map(e=>e.name));for(let r=0;r<t.length;r++)n.has(t[r].name)||e.attrs.push(t[r])},getFirstChild:e=>e.childNodes[0],getChildNodes:e=>e.childNodes,getParentNode:e=>e.parentNode,getAttrList:e=>e.attrs,getTagName:e=>e.tagName,getNamespaceURI:e=>e.namespaceURI,getTextNodeContent:e=>e.value,getCommentNodeContent:e=>e.data,getDocumentTypeNodeName:e=>e.name,getDocumentTypeNodePublicId:e=>e.publicId,getDocumentTypeNodeSystemId:e=>e.systemId,isTextNode:e=>"#text"===e.nodeName,isCommentNode:e=>"#comment"===e.nodeName,isDocumentTypeNode:e=>"#documentType"===e.nodeName,isElementNode:e=>Object.prototype.hasOwnProperty.call(e,"tagName"),setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation:e=>e.sourceCodeLocation,updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation={...e.sourceCodeLocation,...t}}},wM="html",TM=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],SM=[...TM,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],xM=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),_M=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],AM=[..._M,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function CM(e,t){return t.some(t=>e.startsWith(t))}const PM="text/html",IM="application/xhtml+xml",OM=new Map(["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(e=>[e.toLowerCase(),e])),kM=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:kR.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:kR.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:kR.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:kR.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:kR.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:kR.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:kR.XLINK}],["xml:base",{prefix:"xml",name:"base",namespace:kR.XML}],["xml:lang",{prefix:"xml",name:"lang",namespace:kR.XML}],["xml:space",{prefix:"xml",name:"space",namespace:kR.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:kR.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:kR.XMLNS}]]),NM=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),DM=new Set([RR.B,RR.BIG,RR.BLOCKQUOTE,RR.BODY,RR.BR,RR.CENTER,RR.CODE,RR.DD,RR.DIV,RR.DL,RR.DT,RR.EM,RR.EMBED,RR.H1,RR.H2,RR.H3,RR.H4,RR.H5,RR.H6,RR.HEAD,RR.HR,RR.I,RR.IMG,RR.LI,RR.LISTING,RR.MENU,RR.META,RR.NOBR,RR.OL,RR.P,RR.PRE,RR.RUBY,RR.S,RR.SMALL,RR.SPAN,RR.STRONG,RR.STRIKE,RR.SUB,RR.SUP,RR.TABLE,RR.TT,RR.U,RR.UL,RR.VAR]);function LM(e){for(let t=0;t<e.attrs.length;t++)if("definitionurl"===e.attrs[t].name){e.attrs[t].name="definitionURL";break}}function RM(e){for(let t=0;t<e.attrs.length;t++){const n=OM.get(e.attrs[t].name);null!=n&&(e.attrs[t].name=n)}}function MM(e){for(let t=0;t<e.attrs.length;t++){const n=kM.get(e.attrs[t].name);n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}}function FM(e,t,n,r){return(!r||r===kR.HTML)&&function(e,t,n){if(t===kR.MATHML&&e===RR.ANNOTATION_XML)for(let e=0;e<n.length;e++)if(n[e].name===NR.ENCODING){const t=n[e].value.toLowerCase();return t===PM||t===IM}return t===kR.SVG&&(e===RR.FOREIGN_OBJECT||e===RR.DESC||e===RR.TITLE)}(e,t,n)||(!r||r===kR.MATHML)&&function(e,t){return t===kR.MATHML&&(e===RR.MI||e===RR.MO||e===RR.MN||e===RR.MS||e===RR.MTEXT)}(e,t)}var jM;!function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"}(jM||(jM={}));const BM={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},UM=new Set([RR.TABLE,RR.TBODY,RR.TFOOT,RR.THEAD,RR.TR]),$M={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:EM,onParseError:null};class qM{constructor(e,t,n=null,r=null){this.fragmentContext=n,this.scriptHandler=r,this.currentToken=null,this.stopped=!1,this.insertionMode=jM.INITIAL,this.originalInsertionMode=jM.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options={...$M,...e},this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=null!=t?t:this.treeAdapter.createDocument(),this.tokenizer=new aM(this.options,this),this.activeFormattingElements=new bM(this.treeAdapter),this.fragmentContextID=n?VR(this.treeAdapter.getTagName(n)):RR.UNKNOWN,this._setContextModes(null!=n?n:this.document,this.fragmentContextID),this.openElements=new mM(this.document,this.treeAdapter,this)}static parse(e,t){const n=new this(t);return n.tokenizer.write(e,!0),n.document}static getFragmentParser(e,t){const n={...$M,...t};null!=e?e:e=n.treeAdapter.createElement(LR.TEMPLATE,kR.HTML,[]);const r=n.treeAdapter.createElement("documentmock",kR.HTML,[]),i=new this(n,r,e);return i.fragmentContextID===RR.TEMPLATE&&i.tmplInsertionModeStack.unshift(jM.IN_TEMPLATE),i._initTokenizerForFragmentParsing(),i._insertFakeRootElement(),i._resetInsertionMode(),i._findFormInFragmentContext(),i}getFragment(){const e=this.treeAdapter.getFirstChild(this.document),t=this.treeAdapter.createDocumentFragment();return this._adoptNodes(e,t),t}_err(e,t,n){var r;if(!this.onParseError)return;const i=null!==(r=e.location)&&void 0!==r?r:BM,s={code:t,startLine:i.startLine,startCol:i.startCol,startOffset:i.startOffset,endLine:n?i.startLine:i.endLine,endCol:n?i.startCol:i.endCol,endOffset:n?i.startOffset:i.endOffset};this.onParseError(s)}onItemPush(e,t,n){var r,i;null===(i=(r=this.treeAdapter).onItemPush)||void 0===i?void 0:i.call(r,e),n&&this.openElements.stackTop>0&&this._setContextModes(e,t)}onItemPop(e,t){var n,r;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(e,this.currentToken),null===(r=(n=this.treeAdapter).onItemPop)||void 0===r||r.call(n,e,this.openElements.current),t){let e,t;0===this.openElements.stackTop&&this.fragmentContext?(e=this.fragmentContext,t=this.fragmentContextID):({current:e,currentTagId:t}=this.openElements),this._setContextModes(e,t)}}_setContextModes(e,t){const n=e===this.document||this.treeAdapter.getNamespaceURI(e)===kR.HTML;this.currentNotInHTML=!n,this.tokenizer.inForeignNode=!n&&!this._isIntegrationPoint(t,e)}_switchToTextParsing(e,t){this._insertElement(e,kR.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=jM.TEXT}switchToPlaintextParsing(){this.insertionMode=jM.TEXT,this.originalInsertionMode=jM.IN_BODY,this.tokenizer.state=KR.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let e=this.fragmentContext;for(;e;){if(this.treeAdapter.getTagName(e)===LR.FORM){this.formElement=e;break}e=this.treeAdapter.getParentNode(e)}}_initTokenizerForFragmentParsing(){if(this.fragmentContext&&this.treeAdapter.getNamespaceURI(this.fragmentContext)===kR.HTML)switch(this.fragmentContextID){case RR.TITLE:case RR.TEXTAREA:this.tokenizer.state=KR.RCDATA;break;case RR.STYLE:case RR.XMP:case RR.IFRAME:case RR.NOEMBED:case RR.NOFRAMES:case RR.NOSCRIPT:this.tokenizer.state=KR.RAWTEXT;break;case RR.SCRIPT:this.tokenizer.state=KR.SCRIPT_DATA;break;case RR.PLAINTEXT:this.tokenizer.state=KR.PLAINTEXT}}_setDocumentType(e){const t=e.name||"",n=e.publicId||"",r=e.systemId||"";if(this.treeAdapter.setDocumentType(this.document,t,n,r),e.location){const t=this.treeAdapter.getChildNodes(this.document).find(e=>this.treeAdapter.isDocumentTypeNode(e));t&&this.treeAdapter.setNodeSourceCodeLocation(t,e.location)}}_attachElementToTree(e,t){if(this.options.sourceCodeLocationInfo){const n=t&&{...t,startTag:t};this.treeAdapter.setNodeSourceCodeLocation(e,n)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(e);else{const t=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(t,e)}}_appendElement(e,t){const n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n,e.location)}_insertElement(e,t){const n=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(n,e.location),this.openElements.push(n,e.tagID)}_insertFakeElement(e,t){const n=this.treeAdapter.createElement(e,kR.HTML,[]);this._attachElementToTree(n,null),this.openElements.push(n,t)}_insertTemplate(e){const t=this.treeAdapter.createElement(e.tagName,kR.HTML,e.attrs),n=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(t,n),this._attachElementToTree(t,e.location),this.openElements.push(t,e.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(n,null)}_insertFakeRootElement(){const e=this.treeAdapter.createElement(LR.HTML,kR.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(e,null),this.treeAdapter.appendChild(this.openElements.current,e),this.openElements.push(e,RR.HTML)}_appendCommentNode(e,t){const n=this.treeAdapter.createCommentNode(e.data);this.treeAdapter.appendChild(t,n),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(n,e.location)}_insertCharacters(e){let t,n;if(this._shouldFosterParentOnInsertion()?(({parent:t,beforeElement:n}=this._findFosterParentingLocation()),n?this.treeAdapter.insertTextBefore(t,e.chars,n):this.treeAdapter.insertText(t,e.chars)):(t=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(t,e.chars)),!e.location)return;const r=this.treeAdapter.getChildNodes(t),i=n?r.lastIndexOf(n):r.length,s=r[i-1];if(this.treeAdapter.getNodeSourceCodeLocation(s)){const{endLine:t,endCol:n,endOffset:r}=e.location;this.treeAdapter.updateNodeSourceCodeLocation(s,{endLine:t,endCol:n,endOffset:r})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(s,e.location)}_adoptNodes(e,t){for(let n=this.treeAdapter.getFirstChild(e);n;n=this.treeAdapter.getFirstChild(e))this.treeAdapter.detachNode(n),this.treeAdapter.appendChild(t,n)}_setEndLocation(e,t){if(this.treeAdapter.getNodeSourceCodeLocation(e)&&t.location){const n=t.location,r=this.treeAdapter.getTagName(e),i=t.type===ER.END_TAG&&r===t.tagName?{endTag:{...n},endLine:n.endLine,endCol:n.endCol,endOffset:n.endOffset}:{endLine:n.startLine,endCol:n.startCol,endOffset:n.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(e,i)}}shouldProcessStartTagTokenInForeignContent(e){if(!this.currentNotInHTML)return!1;let t,n;return 0===this.openElements.stackTop&&this.fragmentContext?(t=this.fragmentContext,n=this.fragmentContextID):({current:t,currentTagId:n}=this.openElements),(e.tagID!==RR.SVG||this.treeAdapter.getTagName(t)!==LR.ANNOTATION_XML||this.treeAdapter.getNamespaceURI(t)!==kR.MATHML)&&(this.tokenizer.inForeignNode||(e.tagID===RR.MGLYPH||e.tagID===RR.MALIGNMARK)&&!this._isIntegrationPoint(n,t,kR.HTML))}_processToken(e){switch(e.type){case ER.CHARACTER:this.onCharacter(e);break;case ER.NULL_CHARACTER:this.onNullCharacter(e);break;case ER.COMMENT:this.onComment(e);break;case ER.DOCTYPE:this.onDoctype(e);break;case ER.START_TAG:this._processStartTag(e);break;case ER.END_TAG:this.onEndTag(e);break;case ER.EOF:this.onEof(e);break;case ER.WHITESPACE_CHARACTER:this.onWhitespaceCharacter(e)}}_isIntegrationPoint(e,t,n){return FM(e,this.treeAdapter.getNamespaceURI(t),this.treeAdapter.getAttrList(t),n)}_reconstructActiveFormattingElements(){const e=this.activeFormattingElements.entries.length;if(e){const t=this.activeFormattingElements.entries.findIndex(e=>e.type===gM.Marker||this.openElements.contains(e.element));for(let n=t<0?e-1:t-1;n>=0;n--){const e=this.activeFormattingElements.entries[n];this._insertElement(e.token,this.treeAdapter.getNamespaceURI(e.element)),e.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=jM.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(RR.P),this.openElements.popUntilTagNamePopped(RR.P)}_resetInsertionMode(){for(let e=this.openElements.stackTop;e>=0;e--)switch(0===e&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[e]){case RR.TR:return this.insertionMode=jM.IN_ROW,void 0;case RR.TBODY:case RR.THEAD:case RR.TFOOT:return this.insertionMode=jM.IN_TABLE_BODY,void 0;case RR.CAPTION:return this.insertionMode=jM.IN_CAPTION,void 0;case RR.COLGROUP:return this.insertionMode=jM.IN_COLUMN_GROUP,void 0;case RR.TABLE:return this.insertionMode=jM.IN_TABLE,void 0;case RR.BODY:return this.insertionMode=jM.IN_BODY,void 0;case RR.FRAMESET:return this.insertionMode=jM.IN_FRAMESET,void 0;case RR.SELECT:return this._resetInsertionModeForSelect(e),void 0;case RR.TEMPLATE:return this.insertionMode=this.tmplInsertionModeStack[0],void 0;case RR.HTML:return this.insertionMode=this.headElement?jM.AFTER_HEAD:jM.BEFORE_HEAD,void 0;case RR.TD:case RR.TH:if(e>0)return this.insertionMode=jM.IN_CELL,void 0;break;case RR.HEAD:if(e>0)return this.insertionMode=jM.IN_HEAD,void 0}this.insertionMode=jM.IN_BODY}_resetInsertionModeForSelect(e){if(e>0)for(let t=e-1;t>0;t--){const e=this.openElements.tagIDs[t];if(e===RR.TEMPLATE)break;if(e===RR.TABLE)return this.insertionMode=jM.IN_SELECT_IN_TABLE,void 0}this.insertionMode=jM.IN_SELECT}_isElementCausesFosterParenting(e){return UM.has(e)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let e=this.openElements.stackTop;e>=0;e--){const t=this.openElements.items[e];switch(this.openElements.tagIDs[e]){case RR.TEMPLATE:if(this.treeAdapter.getNamespaceURI(t)===kR.HTML)return{parent:this.treeAdapter.getTemplateContent(t),beforeElement:null};break;case RR.TABLE:{const n=this.treeAdapter.getParentNode(t);return n?{parent:n,beforeElement:t}:{parent:this.openElements.items[e-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(e){const t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertBefore(t.parent,e,t.beforeElement):this.treeAdapter.appendChild(t.parent,e)}_isSpecialElement(e,t){const n=this.treeAdapter.getNamespaceURI(e);return WR[n].has(t)}onCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)return!function(e,t){e._insertCharacters(t),e.framesetOk=!1}(this,e),void 0;switch(this.insertionMode){case jM.INITIAL:QM(this,e);break;case jM.BEFORE_HTML:ZM(this,e);break;case jM.BEFORE_HEAD:eF(this,e);break;case jM.IN_HEAD:rF(this,e);break;case jM.IN_HEAD_NO_SCRIPT:iF(this,e);break;case jM.AFTER_HEAD:sF(this,e);break;case jM.IN_BODY:case jM.IN_CAPTION:case jM.IN_CELL:case jM.IN_TEMPLATE:lF(this,e);break;case jM.TEXT:case jM.IN_SELECT:case jM.IN_SELECT_IN_TABLE:this._insertCharacters(e);break;case jM.IN_TABLE:case jM.IN_TABLE_BODY:case jM.IN_ROW:yF(this,e);break;case jM.IN_TABLE_TEXT:TF(this,e);break;case jM.IN_COLUMN_GROUP:AF(this,e);break;case jM.AFTER_BODY:RF(this,e);break;case jM.AFTER_AFTER_BODY:MF(this,e)}}onNullCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)return!function(e,t){t.chars=oR,e._insertCharacters(t)}(this,e),void 0;switch(this.insertionMode){case jM.INITIAL:QM(this,e);break;case jM.BEFORE_HTML:ZM(this,e);break;case jM.BEFORE_HEAD:eF(this,e);break;case jM.IN_HEAD:rF(this,e);break;case jM.IN_HEAD_NO_SCRIPT:iF(this,e);break;case jM.AFTER_HEAD:sF(this,e);break;case jM.TEXT:this._insertCharacters(e);break;case jM.IN_TABLE:case jM.IN_TABLE_BODY:case jM.IN_ROW:yF(this,e);break;case jM.IN_COLUMN_GROUP:AF(this,e);break;case jM.AFTER_BODY:RF(this,e);break;case jM.AFTER_AFTER_BODY:MF(this,e)}}onComment(e){if(this.skipNextNewLine=!1,this.currentNotInHTML)return JM(this,e),void 0;switch(this.insertionMode){case jM.INITIAL:case jM.BEFORE_HTML:case jM.BEFORE_HEAD:case jM.IN_HEAD:case jM.IN_HEAD_NO_SCRIPT:case jM.AFTER_HEAD:case jM.IN_BODY:case jM.IN_TABLE:case jM.IN_CAPTION:case jM.IN_COLUMN_GROUP:case jM.IN_TABLE_BODY:case jM.IN_ROW:case jM.IN_CELL:case jM.IN_SELECT:case jM.IN_SELECT_IN_TABLE:case jM.IN_TEMPLATE:case jM.IN_FRAMESET:case jM.AFTER_FRAMESET:JM(this,e);break;case jM.IN_TABLE_TEXT:SF(this,e);break;case jM.AFTER_BODY:!function(e,t){e._appendCommentNode(t,e.openElements.items[0])}(this,e);break;case jM.AFTER_AFTER_BODY:case jM.AFTER_AFTER_FRAMESET:!function(e,t){e._appendCommentNode(t,e.document)}(this,e)}}onDoctype(e){switch(this.skipNextNewLine=!1,this.insertionMode){case jM.INITIAL:!function(e,t){e._setDocumentType(t);const n=t.forceQuirks?DR.QUIRKS:function(e){if(e.name!==wM)return DR.QUIRKS;const{systemId:t}=e;if(t&&"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"===t.toLowerCase())return DR.QUIRKS;let{publicId:n}=e;if(null!==n){if(n=n.toLowerCase(),xM.has(n))return DR.QUIRKS;let e=null===t?SM:TM;if(CM(n,e))return DR.QUIRKS;if(e=null===t?_M:AM,CM(n,e))return DR.LIMITED_QUIRKS}return DR.NO_QUIRKS}(t);(function(e){return e.name===wM&&null===e.publicId&&(null===e.systemId||"about:legacy-compat"===e.systemId)})(t)||e._err(t,bR.nonConformingDoctype);e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=jM.BEFORE_HTML}(this,e);break;case jM.BEFORE_HEAD:case jM.IN_HEAD:case jM.IN_HEAD_NO_SCRIPT:case jM.AFTER_HEAD:this._err(e,bR.misplacedDoctype);break;case jM.IN_TABLE_TEXT:SF(this,e)}}onStartTag(e){this.skipNextNewLine=!1,this.currentToken=e,this._processStartTag(e),e.selfClosing&&!e.ackSelfClosing&&this._err(e,bR.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(e){this.shouldProcessStartTagTokenInForeignContent(e)?!function(e,t){if(function(e){const t=e.tagID;return t===RR.FONT&&e.attrs.some(({name:e})=>e===NR.COLOR||e===NR.SIZE||e===NR.FACE)||DM.has(t)}(t))FF(e),e._startTagOutsideForeignContent(t);else{const n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===kR.MATHML?LM(t):r===kR.SVG&&(!function(e){const t=NM.get(e.tagName);null!=t&&(e.tagName=t,e.tagID=VR(e.tagName))}(t),RM(t)),MM(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}(this,e):this._startTagOutsideForeignContent(e)}_startTagOutsideForeignContent(e){switch(this.insertionMode){case jM.INITIAL:QM(this,e);break;case jM.BEFORE_HTML:!function(e,t){t.tagID===RR.HTML?(e._insertElement(t,kR.HTML),e.insertionMode=jM.BEFORE_HEAD):ZM(e,t)}(this,e);break;case jM.BEFORE_HEAD:!function(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.HEAD:e._insertElement(t,kR.HTML),e.headElement=e.openElements.current,e.insertionMode=jM.IN_HEAD;break;default:eF(e,t)}}(this,e);break;case jM.IN_HEAD:tF(this,e);break;case jM.IN_HEAD_NO_SCRIPT:!function(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.BASEFONT:case RR.BGSOUND:case RR.HEAD:case RR.LINK:case RR.META:case RR.NOFRAMES:case RR.STYLE:tF(e,t);break;case RR.NOSCRIPT:e._err(t,bR.nestedNoscriptInHead);break;default:iF(e,t)}}(this,e);break;case jM.AFTER_HEAD:!function(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.BODY:e._insertElement(t,kR.HTML),e.framesetOk=!1,e.insertionMode=jM.IN_BODY;break;case RR.FRAMESET:e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_FRAMESET;break;case RR.BASE:case RR.BASEFONT:case RR.BGSOUND:case RR.LINK:case RR.META:case RR.NOFRAMES:case RR.SCRIPT:case RR.STYLE:case RR.TEMPLATE:case RR.TITLE:e._err(t,bR.abandonedHeadElementChild),e.openElements.push(e.headElement,RR.HEAD),tF(e,t),e.openElements.remove(e.headElement);break;case RR.HEAD:e._err(t,bR.misplacedStartTagForHeadElement);break;default:sF(e,t)}}(this,e);break;case jM.IN_BODY:hF(this,e);break;case jM.IN_TABLE:bF(this,e);break;case jM.IN_TABLE_TEXT:SF(this,e);break;case jM.IN_CAPTION:!function(e,t){const n=t.tagID;xF.has(n)?e.openElements.hasInTableScope(RR.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(RR.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=jM.IN_TABLE,bF(e,t)):hF(e,t)}(this,e);break;case jM.IN_COLUMN_GROUP:_F(this,e);break;case jM.IN_TABLE_BODY:CF(this,e);break;case jM.IN_ROW:IF(this,e);break;case jM.IN_CELL:!function(e,t){const n=t.tagID;xF.has(n)?(e.openElements.hasInTableScope(RR.TD)||e.openElements.hasInTableScope(RR.TH))&&(e._closeTableCell(),IF(e,t)):hF(e,t)}(this,e);break;case jM.IN_SELECT:kF(this,e);break;case jM.IN_SELECT_IN_TABLE:!function(e,t){const n=t.tagID;n===RR.CAPTION||n===RR.TABLE||n===RR.TBODY||n===RR.TFOOT||n===RR.THEAD||n===RR.TR||n===RR.TD||n===RR.TH?(e.openElements.popUntilTagNamePopped(RR.SELECT),e._resetInsertionMode(),e._processStartTag(t)):kF(e,t)}(this,e);break;case jM.IN_TEMPLATE:!function(e,t){switch(t.tagID){case RR.BASE:case RR.BASEFONT:case RR.BGSOUND:case RR.LINK:case RR.META:case RR.NOFRAMES:case RR.SCRIPT:case RR.STYLE:case RR.TEMPLATE:case RR.TITLE:tF(e,t);break;case RR.CAPTION:case RR.COLGROUP:case RR.TBODY:case RR.TFOOT:case RR.THEAD:e.tmplInsertionModeStack[0]=jM.IN_TABLE,e.insertionMode=jM.IN_TABLE,bF(e,t);break;case RR.COL:e.tmplInsertionModeStack[0]=jM.IN_COLUMN_GROUP,e.insertionMode=jM.IN_COLUMN_GROUP,_F(e,t);break;case RR.TR:e.tmplInsertionModeStack[0]=jM.IN_TABLE_BODY,e.insertionMode=jM.IN_TABLE_BODY,CF(e,t);break;case RR.TD:case RR.TH:e.tmplInsertionModeStack[0]=jM.IN_ROW,e.insertionMode=jM.IN_ROW,IF(e,t);break;default:e.tmplInsertionModeStack[0]=jM.IN_BODY,e.insertionMode=jM.IN_BODY,hF(e,t)}}(this,e);break;case jM.AFTER_BODY:!function(e,t){t.tagID===RR.HTML?hF(e,t):RF(e,t)}(this,e);break;case jM.IN_FRAMESET:!function(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.FRAMESET:e._insertElement(t,kR.HTML);break;case RR.FRAME:e._appendElement(t,kR.HTML),t.ackSelfClosing=!0;break;case RR.NOFRAMES:tF(e,t)}}(this,e);break;case jM.AFTER_FRAMESET:!function(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.NOFRAMES:tF(e,t)}}(this,e);break;case jM.AFTER_AFTER_BODY:!function(e,t){t.tagID===RR.HTML?hF(e,t):MF(e,t)}(this,e);break;case jM.AFTER_AFTER_FRAMESET:!function(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.NOFRAMES:tF(e,t)}}(this,e)}}onEndTag(e){this.skipNextNewLine=!1,this.currentToken=e,this.currentNotInHTML?function(e,t){if(t.tagID===RR.P||t.tagID===RR.BR)return FF(e),e._endTagOutsideForeignContent(t),void 0;for(let n=e.openElements.stackTop;n>0;n--){const r=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(r)===kR.HTML){e._endTagOutsideForeignContent(t);break}const i=e.treeAdapter.getTagName(r);if(i.toLowerCase()===t.tagName){t.tagName=i,e.openElements.shortenToLength(n);break}}}(this,e):this._endTagOutsideForeignContent(e)}_endTagOutsideForeignContent(e){switch(this.insertionMode){case jM.INITIAL:QM(this,e);break;case jM.BEFORE_HTML:!function(e,t){const n=t.tagID;n!==RR.HTML&&n!==RR.HEAD&&n!==RR.BODY&&n!==RR.BR||ZM(e,t)}(this,e);break;case jM.BEFORE_HEAD:!function(e,t){const n=t.tagID;n===RR.HEAD||n===RR.BODY||n===RR.HTML||n===RR.BR?eF(e,t):e._err(t,bR.endTagWithoutMatchingOpenElement)}(this,e);break;case jM.IN_HEAD:!function(e,t){switch(t.tagID){case RR.HEAD:e.openElements.pop(),e.insertionMode=jM.AFTER_HEAD;break;case RR.BODY:case RR.BR:case RR.HTML:rF(e,t);break;case RR.TEMPLATE:nF(e,t);break;default:e._err(t,bR.endTagWithoutMatchingOpenElement)}}(this,e);break;case jM.IN_HEAD_NO_SCRIPT:!function(e,t){switch(t.tagID){case RR.NOSCRIPT:e.openElements.pop(),e.insertionMode=jM.IN_HEAD;break;case RR.BR:iF(e,t);break;default:e._err(t,bR.endTagWithoutMatchingOpenElement)}}(this,e);break;case jM.AFTER_HEAD:!function(e,t){switch(t.tagID){case RR.BODY:case RR.HTML:case RR.BR:sF(e,t);break;case RR.TEMPLATE:nF(e,t);break;default:e._err(t,bR.endTagWithoutMatchingOpenElement)}}(this,e);break;case jM.IN_BODY:mF(this,e);break;case jM.TEXT:!function(e,t){var n;t.tagID===RR.SCRIPT&&(null===(n=e.scriptHandler)||void 0===n?void 0:n.call(e,e.openElements.current));e.openElements.pop(),e.insertionMode=e.originalInsertionMode}(this,e);break;case jM.IN_TABLE:vF(this,e);break;case jM.IN_TABLE_TEXT:SF(this,e);break;case jM.IN_CAPTION:!function(e,t){const n=t.tagID;switch(n){case RR.CAPTION:case RR.TABLE:e.openElements.hasInTableScope(RR.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(RR.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=jM.IN_TABLE,n===RR.TABLE&&vF(e,t));break;case RR.BODY:case RR.COL:case RR.COLGROUP:case RR.HTML:case RR.TBODY:case RR.TD:case RR.TFOOT:case RR.TH:case RR.THEAD:case RR.TR:break;default:mF(e,t)}}(this,e);break;case jM.IN_COLUMN_GROUP:!function(e,t){switch(t.tagID){case RR.COLGROUP:e.openElements.currentTagId===RR.COLGROUP&&(e.openElements.pop(),e.insertionMode=jM.IN_TABLE);break;case RR.TEMPLATE:nF(e,t);break;case RR.COL:break;default:AF(e,t)}}(this,e);break;case jM.IN_TABLE_BODY:PF(this,e);break;case jM.IN_ROW:OF(this,e);break;case jM.IN_CELL:!function(e,t){const n=t.tagID;switch(n){case RR.TD:case RR.TH:e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=jM.IN_ROW);break;case RR.TABLE:case RR.TBODY:case RR.TFOOT:case RR.THEAD:case RR.TR:e.openElements.hasInTableScope(n)&&(e._closeTableCell(),OF(e,t));break;case RR.BODY:case RR.CAPTION:case RR.COL:case RR.COLGROUP:case RR.HTML:break;default:mF(e,t)}}(this,e);break;case jM.IN_SELECT:NF(this,e);break;case jM.IN_SELECT_IN_TABLE:!function(e,t){const n=t.tagID;n===RR.CAPTION||n===RR.TABLE||n===RR.TBODY||n===RR.TFOOT||n===RR.THEAD||n===RR.TR||n===RR.TD||n===RR.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(RR.SELECT),e._resetInsertionMode(),e.onEndTag(t)):NF(e,t)}(this,e);break;case jM.IN_TEMPLATE:!function(e,t){t.tagID===RR.TEMPLATE&&nF(e,t)}(this,e);break;case jM.AFTER_BODY:LF(this,e);break;case jM.IN_FRAMESET:!function(e,t){t.tagID!==RR.FRAMESET||e.openElements.isRootHtmlElementCurrent()||(e.openElements.pop(),e.fragmentContext||e.openElements.currentTagId===RR.FRAMESET||(e.insertionMode=jM.AFTER_FRAMESET))}(this,e);break;case jM.AFTER_FRAMESET:!function(e,t){t.tagID===RR.HTML&&(e.insertionMode=jM.AFTER_AFTER_FRAMESET)}(this,e);break;case jM.AFTER_AFTER_BODY:MF(this,e)}}onEof(e){switch(this.insertionMode){case jM.INITIAL:QM(this,e);break;case jM.BEFORE_HTML:ZM(this,e);break;case jM.BEFORE_HEAD:eF(this,e);break;case jM.IN_HEAD:rF(this,e);break;case jM.IN_HEAD_NO_SCRIPT:iF(this,e);break;case jM.AFTER_HEAD:sF(this,e);break;case jM.IN_BODY:case jM.IN_TABLE:case jM.IN_CAPTION:case jM.IN_COLUMN_GROUP:case jM.IN_TABLE_BODY:case jM.IN_ROW:case jM.IN_CELL:case jM.IN_SELECT:case jM.IN_SELECT_IN_TABLE:gF(this,e);break;case jM.TEXT:!function(e,t){e._err(t,bR.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}(this,e);break;case jM.IN_TABLE_TEXT:SF(this,e);break;case jM.IN_TEMPLATE:DF(this,e);break;case jM.AFTER_BODY:case jM.IN_FRAMESET:case jM.AFTER_FRAMESET:case jM.AFTER_AFTER_BODY:case jM.AFTER_AFTER_FRAMESET:XM(this,e)}}onWhitespaceCharacter(e){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,e.chars.charCodeAt(0)===lR.LINE_FEED)){if(1===e.chars.length)return;e.chars=e.chars.substr(1)}if(this.tokenizer.inForeignNode)return this._insertCharacters(e),void 0;switch(this.insertionMode){case jM.IN_HEAD:case jM.IN_HEAD_NO_SCRIPT:case jM.AFTER_HEAD:case jM.TEXT:case jM.IN_COLUMN_GROUP:case jM.IN_SELECT:case jM.IN_SELECT_IN_TABLE:case jM.IN_FRAMESET:case jM.AFTER_FRAMESET:this._insertCharacters(e);break;case jM.IN_BODY:case jM.IN_CAPTION:case jM.IN_CELL:case jM.IN_TEMPLATE:case jM.AFTER_BODY:case jM.AFTER_AFTER_BODY:case jM.AFTER_AFTER_FRAMESET:oF(this,e);break;case jM.IN_TABLE:case jM.IN_TABLE_BODY:case jM.IN_ROW:yF(this,e);break;case jM.IN_TABLE_TEXT:wF(this,e)}}}function VM(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return n?e.openElements.contains(n.element)?e.openElements.hasInScope(t.tagID)||(n=null):(e.activeFormattingElements.removeEntry(n),n=null):fF(e,t),n}function HM(e,t){let n=null,r=e.openElements.stackTop;for(;r>=0;r--){const i=e.openElements.items[r];if(i===t.element)break;e._isSpecialElement(i,e.openElements.tagIDs[r])&&(n=i)}return n||(e.openElements.shortenToLength(r<0?0:r),e.activeFormattingElements.removeEntry(t)),n}function WM(e,t,n){let r=t,i=e.openElements.getCommonAncestor(t);for(let s=0,a=i;a!==n;s++,a=i){i=e.openElements.getCommonAncestor(a);const n=e.activeFormattingElements.getElementEntry(a),o=n&&s>=3;!n||o?(o&&e.activeFormattingElements.removeEntry(n),e.openElements.remove(a)):(a=GM(e,n),r===t&&(e.activeFormattingElements.bookmark=n),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(a,r),r=a)}return r}function GM(e,t){const n=e.treeAdapter.getNamespaceURI(t.element),r=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,r),t.element=r,r}function zM(e,t,n){const r=VR(e.treeAdapter.getTagName(t));if(e._isElementCausesFosterParenting(r))e._fosterParentElement(n);else{const i=e.treeAdapter.getNamespaceURI(t);r===RR.TEMPLATE&&i===kR.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function YM(e,t,n){const r=e.treeAdapter.getNamespaceURI(n.element),{token:i}=n,s=e.treeAdapter.createElement(i.tagName,r,i.attrs);e._adoptNodes(t,s),e.treeAdapter.appendChild(t,s),e.activeFormattingElements.insertElementAfterBookmark(s,i),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,s,i.tagID)}function KM(e,t){for(let n=0;n<8;n++){const n=VM(e,t);if(!n)break;const r=HM(e,n);if(!r)break;e.activeFormattingElements.bookmark=n;const i=WM(e,r,n.element),s=e.openElements.getCommonAncestor(n.element);e.treeAdapter.detachNode(i),s&&zM(e,s,i),YM(e,r,n)}}function JM(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function XM(e,t){if(e.stopped=!0,t.location){const n=e.fragmentContext?0:2;for(let r=e.openElements.stackTop;r>=n;r--)e._setEndLocation(e.openElements.items[r],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){const n=e.openElements.items[0],r=e.treeAdapter.getNodeSourceCodeLocation(n);if(r&&!r.endTag&&(e._setEndLocation(n,t),e.openElements.stackTop>=1)){const n=e.openElements.items[1],r=e.treeAdapter.getNodeSourceCodeLocation(n);r&&!r.endTag&&e._setEndLocation(n,t)}}}}function QM(e,t){e._err(t,bR.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,DR.QUIRKS),e.insertionMode=jM.BEFORE_HTML,e._processToken(t)}function ZM(e,t){e._insertFakeRootElement(),e.insertionMode=jM.BEFORE_HEAD,e._processToken(t)}function eF(e,t){e._insertFakeElement(LR.HEAD,RR.HEAD),e.headElement=e.openElements.current,e.insertionMode=jM.IN_HEAD,e._processToken(t)}function tF(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.BASE:case RR.BASEFONT:case RR.BGSOUND:case RR.LINK:case RR.META:e._appendElement(t,kR.HTML),t.ackSelfClosing=!0;break;case RR.TITLE:e._switchToTextParsing(t,KR.RCDATA);break;case RR.NOSCRIPT:e.options.scriptingEnabled?e._switchToTextParsing(t,KR.RAWTEXT):(e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_HEAD_NO_SCRIPT);break;case RR.NOFRAMES:case RR.STYLE:e._switchToTextParsing(t,KR.RAWTEXT);break;case RR.SCRIPT:e._switchToTextParsing(t,KR.SCRIPT_DATA);break;case RR.TEMPLATE:e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=jM.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(jM.IN_TEMPLATE);break;case RR.HEAD:e._err(t,bR.misplacedStartTagForHeadElement);break;default:rF(e,t)}}function nF(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==RR.TEMPLATE&&e._err(t,bR.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(RR.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,bR.endTagWithoutMatchingOpenElement)}function rF(e,t){e.openElements.pop(),e.insertionMode=jM.AFTER_HEAD,e._processToken(t)}function iF(e,t){const n=t.type===ER.EOF?bR.openElementsLeftAfterEof:bR.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=jM.IN_HEAD,e._processToken(t)}function sF(e,t){e._insertFakeElement(LR.BODY,RR.BODY),e.insertionMode=jM.IN_BODY,aF(e,t)}function aF(e,t){switch(t.type){case ER.CHARACTER:lF(e,t);break;case ER.WHITESPACE_CHARACTER:oF(e,t);break;case ER.COMMENT:JM(e,t);break;case ER.START_TAG:hF(e,t);break;case ER.END_TAG:mF(e,t);break;case ER.EOF:gF(e,t)}}function oF(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function lF(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function cF(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,kR.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function uF(e){const t=wR(e,NR.TYPE);return null!=t&&"hidden"===t.toLowerCase()}function pF(e,t){e._switchToTextParsing(t,KR.RAWTEXT)}function dF(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML)}function hF(e,t){switch(t.tagID){case RR.I:case RR.S:case RR.B:case RR.U:case RR.EM:case RR.TT:case RR.BIG:case RR.CODE:case RR.FONT:case RR.SMALL:case RR.STRIKE:case RR.STRONG:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case RR.A:!function(e,t){const n=e.activeFormattingElements.getElementEntryInScopeWithTagName(LR.A);n&&(KM(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case RR.H1:case RR.H2:case RR.H3:case RR.H4:case RR.H5:case RR.H6:!function(e,t){e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),GR(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,kR.HTML)}(e,t);break;case RR.P:case RR.DL:case RR.OL:case RR.UL:case RR.DIV:case RR.DIR:case RR.NAV:case RR.MAIN:case RR.MENU:case RR.ASIDE:case RR.CENTER:case RR.FIGURE:case RR.FOOTER:case RR.HEADER:case RR.HGROUP:case RR.DIALOG:case RR.DETAILS:case RR.ADDRESS:case RR.ARTICLE:case RR.SECTION:case RR.SUMMARY:case RR.FIELDSET:case RR.BLOCKQUOTE:case RR.FIGCAPTION:!function(e,t){e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._insertElement(t,kR.HTML)}(e,t);break;case RR.LI:case RR.DD:case RR.DT:!function(e,t){e.framesetOk=!1;const n=t.tagID;for(let t=e.openElements.stackTop;t>=0;t--){const r=e.openElements.tagIDs[t];if(n===RR.LI&&r===RR.LI||(n===RR.DD||n===RR.DT)&&(r===RR.DD||r===RR.DT)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.popUntilTagNamePopped(r);break}if(r!==RR.ADDRESS&&r!==RR.DIV&&r!==RR.P&&e._isSpecialElement(e.openElements.items[t],r))break}e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._insertElement(t,kR.HTML)}(e,t);break;case RR.BR:case RR.IMG:case RR.WBR:case RR.AREA:case RR.EMBED:case RR.KEYGEN:cF(e,t);break;case RR.HR:!function(e,t){e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._appendElement(t,kR.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}(e,t);break;case RR.RB:case RR.RTC:!function(e,t){e.openElements.hasInScope(RR.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,kR.HTML)}(e,t);break;case RR.RT:case RR.RP:!function(e,t){e.openElements.hasInScope(RR.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(RR.RTC),e._insertElement(t,kR.HTML)}(e,t);break;case RR.PRE:case RR.LISTING:!function(e,t){e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._insertElement(t,kR.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}(e,t);break;case RR.XMP:!function(e,t){e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,KR.RAWTEXT)}(e,t);break;case RR.SVG:!function(e,t){e._reconstructActiveFormattingElements(),RM(t),MM(t),t.selfClosing?e._appendElement(t,kR.SVG):e._insertElement(t,kR.SVG),t.ackSelfClosing=!0}(e,t);break;case RR.HTML:!function(e,t){0===e.openElements.tmplCount&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}(e,t);break;case RR.BASE:case RR.LINK:case RR.META:case RR.STYLE:case RR.TITLE:case RR.SCRIPT:case RR.BGSOUND:case RR.BASEFONT:case RR.TEMPLATE:tF(e,t);break;case RR.BODY:!function(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&0===e.openElements.tmplCount&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}(e,t);break;case RR.FORM:!function(e,t){const n=e.openElements.tmplCount>0;e.formElement&&!n||(e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._insertElement(t,kR.HTML),n||(e.formElement=e.openElements.current))}(e,t);break;case RR.NOBR:!function(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(RR.NOBR)&&(KM(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,kR.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case RR.MATH:!function(e,t){e._reconstructActiveFormattingElements(),LM(t),MM(t),t.selfClosing?e._appendElement(t,kR.MATHML):e._insertElement(t,kR.MATHML),t.ackSelfClosing=!0}(e,t);break;case RR.TABLE:!function(e,t){e.treeAdapter.getDocumentMode(e.document)!==DR.QUIRKS&&e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._insertElement(t,kR.HTML),e.framesetOk=!1,e.insertionMode=jM.IN_TABLE}(e,t);break;case RR.INPUT:!function(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,kR.HTML),uF(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}(e,t);break;case RR.PARAM:case RR.TRACK:case RR.SOURCE:!function(e,t){e._appendElement(t,kR.HTML),t.ackSelfClosing=!0}(e,t);break;case RR.IMAGE:!function(e,t){t.tagName=LR.IMG,t.tagID=RR.IMG,cF(e,t)}(e,t);break;case RR.BUTTON:!function(e,t){e.openElements.hasInScope(RR.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(RR.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML),e.framesetOk=!1}(e,t);break;case RR.APPLET:case RR.OBJECT:case RR.MARQUEE:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}(e,t);break;case RR.IFRAME:!function(e,t){e.framesetOk=!1,e._switchToTextParsing(t,KR.RAWTEXT)}(e,t);break;case RR.SELECT:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===jM.IN_TABLE||e.insertionMode===jM.IN_CAPTION||e.insertionMode===jM.IN_TABLE_BODY||e.insertionMode===jM.IN_ROW||e.insertionMode===jM.IN_CELL?jM.IN_SELECT_IN_TABLE:jM.IN_SELECT}(e,t);break;case RR.OPTION:case RR.OPTGROUP:!function(e,t){e.openElements.currentTagId===RR.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,kR.HTML)}(e,t);break;case RR.NOEMBED:pF(e,t);break;case RR.FRAMESET:!function(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_FRAMESET)}(e,t);break;case RR.TEXTAREA:!function(e,t){e._insertElement(t,kR.HTML),e.skipNextNewLine=!0,e.tokenizer.state=KR.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=jM.TEXT}(e,t);break;case RR.NOSCRIPT:e.options.scriptingEnabled?pF(e,t):dF(e,t);break;case RR.PLAINTEXT:!function(e,t){e.openElements.hasInButtonScope(RR.P)&&e._closePElement(),e._insertElement(t,kR.HTML),e.tokenizer.state=KR.PLAINTEXT}(e,t);break;case RR.COL:case RR.TH:case RR.TD:case RR.TR:case RR.HEAD:case RR.FRAME:case RR.TBODY:case RR.TFOOT:case RR.THEAD:case RR.CAPTION:case RR.COLGROUP:break;default:dF(e,t)}}function fF(e,t){const n=t.tagName,r=t.tagID;for(let t=e.openElements.stackTop;t>0;t--){const i=e.openElements.items[t],s=e.openElements.tagIDs[t];if(r===s&&(r!==RR.UNKNOWN||e.treeAdapter.getTagName(i)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=t&&e.openElements.shortenToLength(t);break}if(e._isSpecialElement(i,s))break}}function mF(e,t){switch(t.tagID){case RR.A:case RR.B:case RR.I:case RR.S:case RR.U:case RR.EM:case RR.TT:case RR.BIG:case RR.CODE:case RR.FONT:case RR.NOBR:case RR.SMALL:case RR.STRIKE:case RR.STRONG:KM(e,t);break;case RR.P:!function(e){e.openElements.hasInButtonScope(RR.P)||e._insertFakeElement(LR.P,RR.P),e._closePElement()}(e);break;case RR.DL:case RR.UL:case RR.OL:case RR.DIR:case RR.DIV:case RR.NAV:case RR.PRE:case RR.MAIN:case RR.MENU:case RR.ASIDE:case RR.BUTTON:case RR.CENTER:case RR.FIGURE:case RR.FOOTER:case RR.HEADER:case RR.HGROUP:case RR.DIALOG:case RR.ADDRESS:case RR.ARTICLE:case RR.DETAILS:case RR.SECTION:case RR.SUMMARY:case RR.LISTING:case RR.FIELDSET:case RR.BLOCKQUOTE:case RR.FIGCAPTION:!function(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}(e,t);break;case RR.LI:!function(e){e.openElements.hasInListItemScope(RR.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(RR.LI),e.openElements.popUntilTagNamePopped(RR.LI))}(e);break;case RR.DD:case RR.DT:!function(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}(e,t);break;case RR.H1:case RR.H2:case RR.H3:case RR.H4:case RR.H5:case RR.H6:!function(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}(e);break;case RR.BR:!function(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(LR.BR,RR.BR),e.openElements.pop(),e.framesetOk=!1}(e);break;case RR.BODY:!function(e,t){if(e.openElements.hasInScope(RR.BODY)&&(e.insertionMode=jM.AFTER_BODY,e.options.sourceCodeLocationInfo)){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}(e,t);break;case RR.HTML:!function(e,t){e.openElements.hasInScope(RR.BODY)&&(e.insertionMode=jM.AFTER_BODY,LF(e,t))}(e,t);break;case RR.FORM:!function(e){const t=e.openElements.tmplCount>0,{formElement:n}=e;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(RR.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(RR.FORM):n&&e.openElements.remove(n))}(e);break;case RR.APPLET:case RR.OBJECT:case RR.MARQUEE:!function(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}(e,t);break;case RR.TEMPLATE:nF(e,t);break;default:fF(e,t)}}function gF(e,t){e.tmplInsertionModeStack.length>0?DF(e,t):XM(e,t)}function yF(e,t){if(UM.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=jM.IN_TABLE_TEXT,t.type){case ER.CHARACTER:TF(e,t);break;case ER.WHITESPACE_CHARACTER:wF(e,t)}else EF(e,t)}function bF(e,t){switch(t.tagID){case RR.TD:case RR.TH:case RR.TR:!function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(LR.TBODY,RR.TBODY),e.insertionMode=jM.IN_TABLE_BODY,CF(e,t)}(e,t);break;case RR.STYLE:case RR.SCRIPT:case RR.TEMPLATE:tF(e,t);break;case RR.COL:!function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(LR.COLGROUP,RR.COLGROUP),e.insertionMode=jM.IN_COLUMN_GROUP,_F(e,t)}(e,t);break;case RR.FORM:!function(e,t){e.formElement||0!==e.openElements.tmplCount||(e._insertElement(t,kR.HTML),e.formElement=e.openElements.current,e.openElements.pop())}(e,t);break;case RR.TABLE:!function(e,t){e.openElements.hasInTableScope(RR.TABLE)&&(e.openElements.popUntilTagNamePopped(RR.TABLE),e._resetInsertionMode(),e._processStartTag(t))}(e,t);break;case RR.TBODY:case RR.TFOOT:case RR.THEAD:!function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_TABLE_BODY}(e,t);break;case RR.INPUT:!function(e,t){uF(t)?e._appendElement(t,kR.HTML):EF(e,t),t.ackSelfClosing=!0}(e,t);break;case RR.CAPTION:!function(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_CAPTION}(e,t);break;case RR.COLGROUP:!function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_COLUMN_GROUP}(e,t);break;default:EF(e,t)}}function vF(e,t){switch(t.tagID){case RR.TABLE:e.openElements.hasInTableScope(RR.TABLE)&&(e.openElements.popUntilTagNamePopped(RR.TABLE),e._resetInsertionMode());break;case RR.TEMPLATE:nF(e,t);break;case RR.BODY:case RR.CAPTION:case RR.COL:case RR.COLGROUP:case RR.HTML:case RR.TBODY:case RR.TD:case RR.TFOOT:case RR.TH:case RR.THEAD:case RR.TR:break;default:EF(e,t)}}function EF(e,t){const n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,aF(e,t),e.fosterParentingEnabled=n}function wF(e,t){e.pendingCharacterTokens.push(t)}function TF(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function SF(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)EF(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}const xF=new Set([RR.CAPTION,RR.COL,RR.COLGROUP,RR.TBODY,RR.TD,RR.TFOOT,RR.TH,RR.THEAD,RR.TR]);function _F(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.COL:e._appendElement(t,kR.HTML),t.ackSelfClosing=!0;break;case RR.TEMPLATE:tF(e,t);break;default:AF(e,t)}}function AF(e,t){e.openElements.currentTagId===RR.COLGROUP&&(e.openElements.pop(),e.insertionMode=jM.IN_TABLE,e._processToken(t))}function CF(e,t){switch(t.tagID){case RR.TR:e.openElements.clearBackToTableBodyContext(),e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_ROW;break;case RR.TH:case RR.TD:e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(LR.TR,RR.TR),e.insertionMode=jM.IN_ROW,IF(e,t);break;case RR.CAPTION:case RR.COL:case RR.COLGROUP:case RR.TBODY:case RR.TFOOT:case RR.THEAD:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE,bF(e,t));break;default:bF(e,t)}}function PF(e,t){const n=t.tagID;switch(t.tagID){case RR.TBODY:case RR.TFOOT:case RR.THEAD:e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE);break;case RR.TABLE:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE,vF(e,t));break;case RR.BODY:case RR.CAPTION:case RR.COL:case RR.COLGROUP:case RR.HTML:case RR.TD:case RR.TH:case RR.TR:break;default:vF(e,t)}}function IF(e,t){switch(t.tagID){case RR.TH:case RR.TD:e.openElements.clearBackToTableRowContext(),e._insertElement(t,kR.HTML),e.insertionMode=jM.IN_CELL,e.activeFormattingElements.insertMarker();break;case RR.CAPTION:case RR.COL:case RR.COLGROUP:case RR.TBODY:case RR.TFOOT:case RR.THEAD:case RR.TR:e.openElements.hasInTableScope(RR.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE_BODY,CF(e,t));break;default:bF(e,t)}}function OF(e,t){switch(t.tagID){case RR.TR:e.openElements.hasInTableScope(RR.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE_BODY);break;case RR.TABLE:e.openElements.hasInTableScope(RR.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE_BODY,PF(e,t));break;case RR.TBODY:case RR.TFOOT:case RR.THEAD:(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(RR.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=jM.IN_TABLE_BODY,PF(e,t));break;case RR.BODY:case RR.CAPTION:case RR.COL:case RR.COLGROUP:case RR.HTML:case RR.TD:case RR.TH:break;default:vF(e,t)}}function kF(e,t){switch(t.tagID){case RR.HTML:hF(e,t);break;case RR.OPTION:e.openElements.currentTagId===RR.OPTION&&e.openElements.pop(),e._insertElement(t,kR.HTML);break;case RR.OPTGROUP:e.openElements.currentTagId===RR.OPTION&&e.openElements.pop(),e.openElements.currentTagId===RR.OPTGROUP&&e.openElements.pop(),e._insertElement(t,kR.HTML);break;case RR.INPUT:case RR.KEYGEN:case RR.TEXTAREA:case RR.SELECT:e.openElements.hasInSelectScope(RR.SELECT)&&(e.openElements.popUntilTagNamePopped(RR.SELECT),e._resetInsertionMode(),t.tagID!==RR.SELECT&&e._processStartTag(t));break;case RR.SCRIPT:case RR.TEMPLATE:tF(e,t)}}function NF(e,t){switch(t.tagID){case RR.OPTGROUP:e.openElements.stackTop>0&&e.openElements.currentTagId===RR.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===RR.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===RR.OPTGROUP&&e.openElements.pop();break;case RR.OPTION:e.openElements.currentTagId===RR.OPTION&&e.openElements.pop();break;case RR.SELECT:e.openElements.hasInSelectScope(RR.SELECT)&&(e.openElements.popUntilTagNamePopped(RR.SELECT),e._resetInsertionMode());break;case RR.TEMPLATE:nF(e,t)}}function DF(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(RR.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):XM(e,t)}function LF(e,t){var n;if(t.tagID===RR.HTML){if(e.fragmentContext||(e.insertionMode=jM.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===RR.HTML){e._setEndLocation(e.openElements.items[0],t);const r=e.openElements.items[1];r&&!(null===(n=e.treeAdapter.getNodeSourceCodeLocation(r))||void 0===n?void 0:n.endTag)&&e._setEndLocation(r,t)}}else RF(e,t)}function RF(e,t){e.insertionMode=jM.IN_BODY,aF(e,t)}function MF(e,t){e.insertionMode=jM.IN_BODY,aF(e,t)}function FF(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==kR.HTML&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}new Set([LR.AREA,LR.BASE,LR.BASEFONT,LR.BGSOUND,LR.BR,LR.COL,LR.EMBED,LR.FRAME,LR.HR,LR.IMG,LR.INPUT,LR.KEYGEN,LR.LINK,LR.META,LR.PARAM,LR.SOURCE,LR.TRACK,LR.WBR]),kR.HTML,kR.XML,kR.MATHML,kR.SVG,kR.XLINK,kR.XMLNS;const jF=EM.isElementNode,BF=EM.isCommentNode;EM.isDocumentTypeNode;const UF=EM.isTextNode;function $F(e){return"Identifier"===e.type}function qF(e){return"MemberExpression"===e.type}function VF(e){return"ArrayExpression"===e.type}function HF(e){return"Property"===e.type}function WF(e){return"ArrowFunctionExpression"===e.type}function GF(e,t){return{type:"Identifier",name:e,...t}}function zF(e){return"Literal"===e.type}function YF(e,t,n){return{type:"MemberExpression",object:e,property:t,computed:!1,optional:!1,...n}}function KF(e,t,n){return{type:"CallExpression",callee:e,arguments:t,optional:!1,...n}}function JF(e,t){return{type:"Literal",value:e,...t}}function XF(e,t,n,r){return{type:"ConditionalExpression",test:e,consequent:t,alternate:n,...r}}function QF(e,t,n,r){return{type:"BinaryExpression",left:t,operator:e,right:n,...r}}function ZF(e,t,n,r){return{type:"LogicalExpression",operator:e,left:t,right:n,...r}}function ej(e,t,n,r){return{type:"AssignmentExpression",operator:e,left:t,right:n,...r}}function tj(e,t,n){return{type:"Property",key:e,value:t,kind:"init",computed:!1,method:!1,shorthand:!1,...n}}function nj(e,t,n){return{type:"Property",key:e,value:t,kind:"init",computed:!1,method:!1,shorthand:!1,...n}}function rj(e,t){return{type:"ObjectExpression",properties:e,...t}}function ij(e,t){return{type:"ObjectPattern",properties:e,...t}}function sj(e,t){return{type:"ArrayExpression",elements:e,...t}}function aj(e,t){return{type:"ExpressionStatement",expression:e,...t}}function oj(e,t,n,r){return{type:"FunctionExpression",id:e,params:t,body:n,...r}}function lj(e,t){return{type:"BlockStatement",body:e,...t}}function cj(e,t){return{type:"ReturnStatement",argument:e,...t}}function uj(e,t,n){return{type:"VariableDeclarator",id:e,init:t,...n}}function pj(e,t,n){return{type:"VariableDeclaration",kind:e,declarations:t,...n}}function dj(e,t,n){return{type:"ImportDeclaration",specifiers:e,source:t,...n}}function hj(e,t){return{type:"ImportDefaultSpecifier",local:e,...t}}function fj(e,t){return{type:"ExportDefaultDeclaration",declaration:e,...t}}function mj(e,t,n){return{type:"Element",name:e,namespace:t,location:yj(n),attributes:[],properties:[],directives:[],listeners:[],children:[]}}function gj(e,t,n){return{type:"Text",raw:e,value:t,location:bj(n)}}function yj(e){return{...bj(e),startTag:bj(e.startTag),endTag:e.endTag?bj(e.endTag):e.endTag}}function bj(e){return{startLine:e.startLine,startColumn:e.startCol,endLine:e.endLine,endColumn:e.endCol,start:e.startOffset,end:e.endOffset}}function vj(e){return{type:"Literal",value:e}}function Ej(e,t,n){return{type:"EventListener",name:e,handler:t,location:n}}function wj(e,t){return{type:"Directive",name:"SlotData",value:e,location:t}}function Tj(e,t,n,r){return{type:"Property",name:e,attributeName:t,value:n,location:r}}function Sj(e){return"Element"===e.type}function xj(e){return"ExternalComponent"===e.type}function _j(e){return"Component"===e.type}function Aj(e){return"Slot"===e.type}function Cj(e){return Sj(e)||_j(e)||Aj(e)||xj(e)||Ij(e)}function Pj(e){return"Lwc"===e.type}function Ij(e){return Pj(e)&&"lwc:component"===e.name}function Oj(e){return"Text"===e.type}function kj(e){return"Comment"===e.type}function Nj(e){return"Literal"!==e.type}function Dj(e){return"Literal"===e.type&&"string"==typeof e.value}function Lj(e){return"Literal"===e.type&&"boolean"==typeof e.value}function Rj(e){return"ForOf"===e.type}function Mj(e){return"ForEach"===e.type}function Fj(e){return Rj(e)||Mj(e)}function jj(e){return"If"===e.type}function Bj(e){return"IfBlock"===e.type}function Uj(e){return"ElseifBlock"===e.type}function $j(e){return Bj(e)||Uj(e)}function qj(e){return Bj(e)||Uj(e)||function(e){return"ElseBlock"===e.type}(e)}function Vj(e){return qj(e)||Fj(e)||jj(e)||tB(e)}function Hj(e){return"Dynamic"===e.name}function Wj(e){return"Is"===e.name}function Gj(e){return"Dom"===e.name}function zj(e){return"Spread"===e.name}function Yj(e){return"InnerHTML"===e.name}function Kj(e){return"Ref"===e.name}function Jj(e){return"Key"===e.name}function Xj(e){return"SlotBind"===e.name}function Qj(e){return"RenderMode"===e.name}function Zj(e){return"PreserveComments"===e.name}function eB(e){return"Property"===e.type}function tB(e){return"ScopedSlotFragment"===e.type}var nB,rB,iB,sB,aB,oB;EM.appendChild,function(e){e.manual="manual"}(nB||(nB={})),function(e){e.shadow="shadow",e.light="light"}(rB||(rB={})),function(e){e.Component="lwc:component"}(iB||(iB={})),function(e){e.If="if:true",e.IfBlock="lwc:if",e.ElseifBlock="lwc:elseif",e.ElseBlock="lwc:else",e.ForEach="for:each",e.ForOf="for:of",e.ScopedSlotFragment="lwc:slot-data"}(sB||(sB={})),function(e){e.Dom="lwc:dom",e.Dynamic="lwc:dynamic",e.Is="lwc:is",e.External="lwc:external",e.InnerHTML="lwc:inner-html",e.Ref="lwc:ref",e.SlotBind="lwc:slot-bind",e.SlotData="lwc:slot-data",e.Spread="lwc:spread",e.Key="key"}(aB||(aB={})),function(e){e.PreserveComments="lwc:preserve-comments",e.RenderMode="lwc:render-mode"}(oB||(oB={}));const lB={"*":["accesskey","autocapitalize","autofocus","class","contenteditable","dir","draggable","enterkeyhint","hidden","id","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","slot","spellcheck","style","tabindex","title","translate"],a:["charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","target","type"],applet:["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"],area:["alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","target","type"],audio:["autoplay","controls","crossorigin","loop","muted","preload","src"],base:["href","target"],basefont:["color","face","size"],blockquote:["cite"],body:["alink","background","bgcolor","link","text","vlink"],br:["clear"],button:["disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","type","value"],canvas:["height","width"],caption:["align"],col:["align","char","charoff","span","valign","width"],colgroup:["align","char","charoff","span","valign","width"],data:["value"],del:["cite","datetime"],details:["open"],dialog:["open"],dir:["compact"],div:["align"],dl:["compact"],embed:["height","src","type","width"],fieldset:["disabled","form","name"],font:["color","face","size"],form:["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"],frame:["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"],frameset:["cols","rows"],h1:["align"],h2:["align"],h3:["align"],h4:["align"],h5:["align"],h6:["align"],head:["profile"],hr:["align","noshade","size","width"],html:["manifest","version"],iframe:["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"],img:["align","alt","border","crossorigin","decoding","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"],input:["accept","align","alt","autocomplete","checked","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","readonly","required","size","src","step","type","usemap","value","width"],ins:["cite","datetime"],isindex:["prompt"],label:["for","form"],legend:["align"],li:["type","value"],link:["as","charset","color","crossorigin","disabled","href","hreflang","imagesizes","imagesrcset","integrity","media","referrerpolicy","rel","rev","sizes","target","type"],map:["name"],menu:["compact"],meta:["charset","content","http-equiv","media","name","scheme"],meter:["high","low","max","min","optimum","value"],object:["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","type","typemustmatch","usemap","vspace","width"],ol:["compact","reversed","start","type"],optgroup:["disabled","label"],option:["disabled","label","selected","value"],output:["for","form","name"],p:["align"],param:["name","type","value","valuetype"],pre:["width"],progress:["max","value"],q:["cite"],script:["async","charset","crossorigin","defer","integrity","language","nomodule","referrerpolicy","src","type"],select:["autocomplete","disabled","form","multiple","name","required","size"],slot:["name"],source:["height","media","sizes","src","srcset","type","width"],style:["media","type"],table:["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"],tbody:["align","char","charoff","valign"],td:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],textarea:["autocomplete","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","wrap"],tfoot:["align","char","charoff","valign"],th:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],thead:["align","char","charoff","valign"],time:["datetime"],tr:["align","bgcolor","char","charoff","valign"],track:["default","kind","label","src","srclang"],ul:["compact","type"],video:["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"]},cB=Object.entries(lB).reduce((e,t)=>{const n=t[0],r=t[1];return"*"!==n&&r.forEach(t=>{$A.call(e,t)||(e[t]=[]),e[t].push(n)}),e},{});Object.values(lB["*"]).forEach(e=>cB[e]=[]);const uB=/(\{(?:.)+?\})/g,pB=/^if:/,dB=/^lwc:/,hB=new Set(["true","false","strict-true"]),fB=/^iterator:.*$/,mB=/^on/,gB=/^on[a-z][a-z0-9_]*$/,yB=new Set(Object.values(aB)),bB=[":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-","\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD","\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040"].join(""),vB=new RegExp("^(data)-["+bB+"]*$"),EB=new Set(["svg","a","altGlyph","altglyphDef","altGlyphItem","animate","animateColor","animateMotion","animateTransform","audio","canvas","circle","clipPath","defs","desc","ellipse","feBlend","feColorMatrix","feComponentTransfer","feFuncR","feFuncG","feFuncB","feFuncA","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDropShadow","feFlood","feGaussianBlur","feMerge","feMergeNode","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","fePointLight","filter","font","foreignObject","g","glyph","glyphRef","hkern","image","line","linearGradient","marker","mask","mpath","path","pattern","polygon","polyline","radialGradient","rect","stop","switch","symbol","text","textPath","title","tref","tspan","video","view","vkern","use"]),wB=new Set(["script","link","base","object"]),TB={accesskey:"accessKey",readonly:"readOnly",tabindex:"tabIndex",bgcolor:"bgColor",colspan:"colSpan",rowspan:"rowSpan",contenteditable:"contentEditable",crossorigin:"crossOrigin",datetime:"dateTime",formaction:"formAction",ismap:"isMap",maxlength:"maxLength",minlength:"minLength",novalidate:"noValidate",usemap:"useMap",for:"htmlFor",...sC},SB=new Set(["base","link","meta","script","title"]),xB=cB,_B=new Set(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","math","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rb","rp","rt","rtc","ruby","s","samp","script","section","select","slot","small","source","span","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","ellipse","feBlend","feColorMatrix","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feTile","feTurbulence","keygen","line","menuitem","param","path","rect"]),AB="a",CB="area",PB="use",IB={HREF:"href",XLINK_HREF:"xlink:href"},OB=[/^key$/,/^lwc:*/,/^if:*/,/^for:*/,/^iterator:*/];function kB(e){let t=0,n=0,r=0,i=0;return e&&(t=e.startLine,n=e.startColumn,r=e.end-e.start,i=e.start),{line:t,column:n,start:i,length:r}}class NB{constructor(e,t){this.warnings=[],this.seenIds=new Set,this.seenSlots=new Set,this.seenScopedSlots=new Set,this.elementScopes=[],this.siblingScopes=[],this.source=e,this.config=t,this.renderMode=rB.shadow,this.preserveComments=t.preserveHtmlComments,t.experimentalComplexExpressions&&(this.preparsedJsExpressions=new Map),this.ecmaVersion=t.experimentalComplexExpressions?2022:2020,this.instrumentation=t.instrumentation,this.apiVersion=t.apiVersion}getSource(e,t){return this.source.slice(e,t)}setRootDirective(e){this.renderMode=e.directives.find(Qj)?.value.value??this.renderMode,this.preserveComments=e.directives.find(Zj)?.value.value||this.preserveComments}*ancestors(e){const t=this.elementScopes.flat();for(let n=e?t.indexOf(e):t.length-1;n>=0;n--)yield{current:t[n],parent:t[n-1]}}findAncestor(e,t=()=>!0,n){for(const{current:r,parent:i}of this.ancestors(n)){if(e(r))return r;if(!t({current:r,parent:i}))break}return null}findInCurrentElementScope(e){return(this.currentElementScope()||[]).find(e)||null}beginElementScope(){this.elementScopes.push([])}endElementScope(){const e=this.elementScopes.pop();return e?e[0]:void 0}addNodeCurrentElementScope(e){const t=this.currentElementScope();if(!t)throw new Error("Can't invoke addNodeCurrentElementScope if there is no current scope");t.push(e)}hasSeenSlot(e){return this.seenSlotsFromAncestorIfTree().has(e)}addSeenSlot(e){const t=this.seenSlotsFromAncestorIfTree();t?t.add(e):this.seenSlots.add(e)}currentElementScope(){return this.elementScopes[this.elementScopes.length-1]}beginSiblingScope(){this.siblingScopes.push({ancestorIfContext:this.currentIfContext()||this.ancestorIfContext()})}endSiblingScope(){this.siblingScopes.pop()}beginIfChain(e){const t=this.currentSiblingContext();if(!t)throw new Error("Cannot invoke beginIfChain if there is currently no sibling context");if(this.currentIfContext())throw new Error("Should not invoke beginIfChain if an if context already exists. First end the current chain before starting a new one.");const n=this.seenSlotsFromAncestorIfTree();t.ifContext={currentNode:e,seenSlots:[new Set(n)]}}appendToIfChain(e){const t=this.currentIfContext();if(!t)throw new Error("Cannot invoke appendToIfChain without first setting the if context.");t.currentNode=e;const n=this.seenSlotsFromAncestorIfTree();t.seenSlots.push(new Set(n))}endIfChain(){const e=this.currentIfContext();if(!e)throw new Error("Cannot invoke endIfChain if there is currently no if context");const t=this.seenSlotsFromAncestorIfTree();for(const n of e.seenSlots)for(const e of n)t.add(e);const n=this.currentSiblingContext();n&&(n.ifContext=void 0)}getSiblingIfNode(){return this.currentIfContext()?.currentNode}isParsingSiblingIfBlock(){return!!this.currentIfContext()}currentSiblingContext(){return this.siblingScopes[this.siblingScopes.length-1]}currentIfContext(){return this.currentSiblingContext()?.ifContext}ancestorIfContext(){return this.currentSiblingContext()?.ancestorIfContext}seenSlotsFromAncestorIfTree(){const e=this.ancestorIfContext();return e?e.seenSlots[e.seenSlots.length-1]:this.seenSlots}withErrorRecovery(e){try{return e()}catch(e){if(!(e instanceof EC))throw e;this.addDiagnostic(e.toDiagnostic())}}withErrorWrapping(e,t,n,r){try{return e()}catch(e){r&&(e.message=r(e)),this.throwOnError(t,e,n)}}throwOnError(e,t,n){const r=DC(e,t,{location:kB(n)});throw EC.from(r)}throwOnNode(e,t,n){this.throw(e,n,t.location)}throwAtLocation(e,t,n){this.throw(e,n,t)}throw(e,t,n){throw OC(e,{messageArgs:t,origin:{location:kB(n)}})}warnOnNode(e,t,n){this.warn(e,n,t.location)}warnAtLocation(e,t,n){this.warn(e,n,t)}warn(e,t,n){this.addDiagnostic(function(e,t){const n=IC(e,t&&t.messageArgs),r={code:e.code,message:n,level:e.level};return t&&t.origin&&(r.filename=wC(t.origin),r.location=TC(t.origin)),r}(e,{messageArgs:t,origin:{location:kB(n)}}))}addDiagnostic(e){this.warnings.push(e)}}const DB=new Set(["control-character-in-input-stream","noncharacter-in-input-stream","surrogate-in-input-stream","non-void-html-element-start-tag-with-trailing-solidus","end-tag-with-attributes","end-tag-with-trailing-solidus","unexpected-solidus-in-tag","unexpected-null-character","unexpected-question-mark-instead-of-tag-name","invalid-first-character-of-tag-name","unexpected-equals-sign-before-attribute-name","missing-end-tag-name","unexpected-character-in-attribute-name","unknown-named-character-reference","missing-semicolon-after-character-reference","unexpected-character-after-doctype-system-identifier","unexpected-character-in-unquoted-attribute-value","eof-before-tag-name","eof-in-tag","missing-attribute-value","missing-whitespace-between-attributes","missing-whitespace-after-doctype-public-keyword","missing-whitespace-between-doctype-public-and-system-identifiers","missing-whitespace-after-doctype-system-keyword","missing-quote-before-doctype-public-identifier","missing-quote-before-doctype-system-identifier","missing-doctype-public-identifier","missing-doctype-system-identifier","abrupt-doctype-public-identifier","abrupt-doctype-system-identifier","cdata-in-html-content","incorrectly-opened-comment","eof-in-script-html-comment-like-text","eof-in-doctype","nested-comment","abrupt-closing-of-empty-comment","eof-in-comment","incorrectly-closed-comment","eof-in-cdata","absence-of-digits-in-numeric-character-reference","null-character-reference","surrogate-character-reference","character-reference-outside-unicode-range","control-character-reference","noncharacter-character-reference","missing-whitespace-before-doctype-name","missing-doctype-name","invalid-character-sequence-after-doctype-name","duplicate-attribute"]),LB=new Set(["non-conforming-doctype","missing-doctype","misplaced-doctype","end-tag-without-matching-open-element","closing-of-element-with-open-child-elements","disallowed-content-in-noscript-in-head","open-elements-left-after-eof","abandoned-head-element-child","misplaced-start-tag-for-head-element","nested-noscript-in-head","eof-in-element-that-can-contain-only-text"]);class RB{constructor(){this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:()=>this.should_skip=!0,remove:()=>this.should_remove=!0,replace:e=>this.replacement=e}}replace(e,t,n,r){e&&t&&(null!=n?e[t][n]=r:e[t]=r)}remove(e,t,n){e&&t&&(null!=n?e[t].splice(n,1):delete e[t])}}class MB extends RB{constructor(e,t){super(),this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:()=>this.should_skip=!0,remove:()=>this.should_remove=!0,replace:e=>this.replacement=e},this.enter=e,this.leave=t}visit(e,t,n,r){if(e){if(this.enter){const i=this.should_skip,s=this.should_remove,a=this.replacement;this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.enter.call(this.context,e,t,n,r),this.replacement&&(e=this.replacement,this.replace(t,n,r,e)),this.should_remove&&this.remove(t,n,r);const o=this.should_skip,l=this.should_remove;if(this.should_skip=i,this.should_remove=s,this.replacement=a,o)return e;if(l)return null}let i;for(i in e){const t=e[i];if(t&&"object"==typeof t)if(Array.isArray(t)){const n=t;for(let t=0;t<n.length;t+=1){const r=n[t];FB(r)&&(this.visit(r,e,i,t)||t--)}}else FB(t)&&this.visit(t,e,i,null)}if(this.leave){const i=this.replacement,s=this.should_remove;this.replacement=null,this.should_remove=!1,this.leave.call(this.context,e,t,n,r),this.replacement&&(e=this.replacement,this.replace(t,n,r,e)),this.should_remove&&this.remove(t,n,r);const a=this.should_remove;if(this.replacement=i,this.should_remove=s,a)return null}}return e}}function FB(e){return null!==e&&"object"==typeof e&&"type"in e&&"string"==typeof e.type}function jB(e,{enter:t,leave:n}){return new MB(t,n).visit(e,null)}const BB=new Map(Object.entries({AwaitExpression:"await expressions",ClassExpression:"classes",FunctionExpression:"function expressions",ImportExpression:"imports",MetaProperty:"import.meta",NewExpression:"object instantiation",RegExpLiteral:"regular expression literals",SequenceExpression:"comma operators",Super:"`super`",ThisExpression:"`this`",YieldExpression:"`yield`"})),UB=new Set(["BlockStatement","BreakStatement","ClassDeclaration","ContinueStatement","DebuggerStatement","DeclareClass","DeclareExportAllDeclaration","DeclareExportDeclaration","DeclareFunction","DeclareInterface","DeclareModule","DeclareModuleExports","DeclareOpaqueType","DeclareTypeAlias","DeclareVariable","DoWhileStatement","EmptyStatement","ExportAllDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExpressionStatement","ForInStatement","ForOfStatement","ForStatement","FunctionDeclaration","IfStatement","ImportDeclaration","LabeledStatement","ReturnStatement","Statement","SwitchStatement","ThrowStatement","TryStatement","VariableDeclaration","WhileStatement","WithStatement"]),$B=new Set(["AssignmentExpression","UpdateExpression"]);function qB(e,t,n){kC(!e.leadingComments?.length&&!e.trailingComments?.length,PC.INVALID_EXPR_COMMENTS_DISALLOWED),kC(!UB.has(e.type),PC.INVALID_EXPR_STATEMENTS_PROHIBITED),kC(!($B.has(e.type)&&!n),PC.INVALID_EXPR_MUTATION_OUTSIDE_ARROW),kC(!BB.has(e.type),PC.INVALID_EXPR_PROHIBITED_NODE_TYPE,[BB.get(e.type)]),WF(e)?function(e){kC("BlockStatement"!==e.body.type,PC.INVALID_EXPR_ARROW_FN_BODY),kC(!e.async,PC.INVALID_EXPR_ARROW_FN_KIND,["async"]),kC(!e.generator,PC.INVALID_EXPR_ARROW_FN_KIND,["generators"])}(e):function(e){return"UnaryExpression"===e.type}(e)?function(e){kC("delete"!==e.operator,PC.INVALID_EXPR_DELETE_OP)}(e):zF(e)&&function(e){kC(void 0===e.bigint,PC.INVALID_EXPR_PROHIBITED_NODE_TYPE,["BigInts"]),kC(void 0===e.regex,PC.INVALID_EXPR_PROHIBITED_NODE_TYPE,["regular expression literals"])}(e)}function VB(e){let t=0;jB(e,{enter(e,n){qB(e,0,!!t),WF(e)&&t++},leave(e){WF(e)&&t--}})}const HB=/\s*/,WB=/[\s)]*/;class GB extends aM{constructor(e,t,n){super(e,n),this.checkedAttrs=new WeakSet,this.parser=t}parseTemplateExpression(){const e=this.preprocessor.pos,t=this.preprocessor.html,n=function(e){return HB.exec(e)[0].length}(t.slice(e+1)),r=DD(t,e+n+1,{ecmaVersion:2022,allowAwaitOutsideFunction:!0,locations:!0,ranges:!0,onComment:()=>kC(!1,PC.INVALID_EXPR_COMMENTS_DISALLOWED)}),i=t.slice(e+1,r.start),s=function(e){return WB.exec(e)[0]}(t.slice(r.end));!function(e,t){kC(e.split("(").length-1==t.split(")").length-1,PC.TEMPLATE_EXPRESSION_PARSING_ERROR,["expression must have balanced parentheses."])}(i,s);const a=r.end+s.length,o=t.slice(e,a+1);return kC(125===t.codePointAt(a),PC.TEMPLATE_EXPRESSION_PARSING_ERROR,["expression must end with curly brace."]),this.parser.preparsedJsExpressions.set(e,{parsedExpression:r,rawText:o}),o}_stateAttributeValueUnquoted(e){123!==e||this.checkedAttrs.has(this.currentAttr)?(this.checkedAttrs.add(this.currentAttr),super._stateAttributeValueUnquoted(e)):(this.checkedAttrs.add(this.currentAttr),this.currentAttr.value=this.parseTemplateExpression(),this._advanceBy(this.currentAttr.value.length-1),this.consumedAfterSnapshot=this.currentAttr.value.length)}_stateData(e){if(123===e){this.currentCharacterToken&&(this.currentLocation=this.getCurrentLocation(0),this.consumedAfterSnapshot=0,this._emitCurrentCharacterToken(this.currentLocation));const e=this.parseTemplateExpression();this._createCharacterToken(ER.CHARACTER,e),this._advanceBy(e.length),this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.retreat(1),this.currentToken=null,this.currentCharacterToken=null}else super._stateData(e)}}function zB(e){return"{"===e?.[0]}class YB extends qM{constructor(e,t,n){const{preparsedJsExpressions:r,...i}=e;super(i,t,n),this.preparsedJsExpressions=r,this.tokenizer=new GB(this.options,this,this)}_insertCharacters(e){const t=this.openElements.current,n=t.childNodes.at(-1);if(!zB(e.chars)&&!function(e){return function(e){return"#text"===e?.nodeName}(e)&&zB(e.value)}(n))return super._insertCharacters(e);const r={nodeName:"#text",value:e.chars,sourceCodeLocation:e.location?{...e.location}:null,parentNode:t};t.childNodes.push(r)}}function KB(e,t){const n=t=>{const{code:n,...r}=t,i=function(e,t){return DB.has(t)?PC.INVALID_HTML_SYNTAX:LB.has(t)?rC(1,e.apiVersion)?PC.INVALID_HTML_SYNTAX:PC.INVALID_HTML_SYNTAX_WARNING:(console.warn("Found a Parse5 error that we do not know how to handle:",t),PC.INVALID_HTML_SYNTAX_WARNING)}(e,n);e.warnAtLocation(i,bj(r),[n])};return e.config.experimentalComplexExpressions?function(e,t){const{ctx:n,sourceCodeLocationInfo:r=!0,onParseError:i}=t,s={sourceCodeLocationInfo:r,onParseError:i,preparsedJsExpressions:n.preparsedJsExpressions},a=YB.getFragmentParser(null,s);return a.tokenizer.write(e,!0),a.getFragment()}(t,{ctx:e,sourceCodeLocationInfo:!0,onParseError:n}):function(e,t,n){"string"==typeof e&&(n=t,t=e,e=null);const r=qM.getFragmentParser(e,n);return r.tokenizer.write(t,!0),r.getFragment()}(t,{sourceCodeLocationInfo:!0,onParseError:n})}function JB(e){return PL.decode(e)}const XB=new Set(["await","break","case","catch","class","const","continue","debugger","default","delete","do","else","enum","export","extends","false","finally","for","function","if","import","in","instanceof","new","null","return","super","switch","this","throw","true","try","typeof","var","void","while","with","yield","let","static","implements","interface","package","private","protected","public"]);const QB=/^.?{.+}.*$/,ZB=/\s/;function eU(e){return"{"===e[0]&&"}"===e.slice(-1)&&e.length>2}function tU(e,t){if(t.experimentalComplexExpressions)return VB(e);if(kC($F(e)||qF(e),PC.INVALID_NODE,[e.type]),qF(e)){kC(t.experimentalComputedMemberExpression||!e.computed,PC.COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED);const{object:n,property:r}=e;$F(n)||tU(n,t),$F(r)||tU(r,t)}}function nU(e,t,n){const{ecmaVersion:r}=e;return e.withErrorWrapping(()=>{const i=DD(t,1,{ecmaVersion:r,allowAwaitOutsideFunction:e.config.experimentalComplexExpressions});return!function(e,t){if(t.end===e.length-1)return;let n=0;for(let r=0,i=t.start;r<i;r++)"("===e[r]&&n++;for(let r=t.end,i=e.length-1;r<i;r++){const t=e[r];")"===t?n--:";"===t?kC(!1,PC.MULTIPLE_EXPRESSIONS):kC(ZB.test(t),PC.TEMPLATE_EXPRESSION_PARSING_ERROR,["Unexpected end of expression"])}kC(0===n,PC.TEMPLATE_EXPRESSION_PARSING_ERROR,["Unexpected end of expression"])}(t,i),tU(i,e.config),{...i,location:n}},PC.TEMPLATE_EXPRESSION_PARSING_ERROR,n,e=>`Invalid expression ${t} - ${e.message}`)}function rU(e,t,n){let r=!0;r=Zk(t.charCodeAt(0));for(let e=1;e<t.length&&r;e++)r=eN(t.charCodeAt(e));if(r&&!function(e){return XB.has(e)}(t))return{...GF(t),location:n};e.throwAtLocation(PC.INVALID_IDENTIFIER,n,[t])}function iU(e){return aC.has(e)}function sU(e,t,n){const r=[AB,CB];return t===IB.HREF&&r.includes(e)&&n===oC}function aU(e,t,n){return[IB.HREF,IB.XLINK_HREF].includes(t)&&e===PB&&n===lC}function oU(e){return/^#/.test(e)}function lU(e,t,n,r,i){const{name:s,value:a}=r;hC(s,n)&&("true"===a?e.throwAtLocation(PC.BOOLEAN_ATTRIBUTE_TRUE,i,[n,s,a]):"false"===a&&e.throwAtLocation(PC.BOOLEAN_ATTRIBUTE_FALSE,i,[n,s,a]));const o=t.slice(t.indexOf("=")+1),l=(c=o)&&c.startsWith('"')&&c.endsWith('"');var c;const u=function(e){return!e||!(e.includes("{")&&e.includes("}"))}(o);if(!u&&eU(a)){if(l){const n=t.replace(/"/g,""),r=t.replace('"{','"\\{');e.throwAtLocation(PC.AMBIGUOUS_ATTRIBUTE_VALUE,i,[t,n,r])}return{value:a,escapedExpression:!1}}if(!u&&function(e){return!!e.match(QB)}(a)){const n=a.startsWith("\\{");if(a.startsWith("{")&&a.endsWith("}/")&&!l)return{value:a.slice(0,-1),escapedExpression:!1};if(n)return{value:a.slice(1),escapedExpression:!0};let r=t.replace(/="?/,'="\\');r+=r.endsWith('"')?"":'"',e.throwAtLocation(PC.AMBIGUOUS_ATTRIBUTE_VALUE_STRING,i,[t,r])}return{value:a,escapedExpression:!1}}function cU(e){const{prefix:t,name:n}=e;return t?`${t}:${n}`:n}function uU(e){return"is"===e}function pU(e){return"tabindex"===e}function dU(e){return"0"===e||"-1"===e}function hU(e){return function(e){return e in sC}(e)||function(e){return"key"===e}(e)||function(e){return!!e.match(vB)}(e)}function fU(e,t){return _j(e)||Ij(e)?"style"===t||"class"===t||"key"===t||"slot"===t||"exportparts"===t||!!t.match(vB):!!xj(e)||("input"!==e.name||"value"!==t&&"checked"!==t)}function mU(e,t){if(function(e){return fC.has(e)}(t)||hU(t)||function(e){return OB.some(t=>t.test(e))}(t)||EB.has(e)||eR.has(e)||!_B.has(e))return!0;const n=xB[t];return!!n&&(!n.length||n.includes(e))}function gU(e){return TB[e]||nR(e)}class yU{constructor(){this.attributes=new Map}append(e){this.attributes.set(e.name,e)}get(e){const t=this.getKey(e);if(t)return this.attributes.get(t)}getAll(e){return this.getKeys(e).map(e=>this.attributes.get(e))}pick(e){const t=this.get(e);return t&&this.attributes.delete(t.name),t}pickAll(e){const t=this.getAll(e);for(const e of t)this.attributes.delete(e.name);return t}getKey(e){let t;return t="string"==typeof e?e:Array.from(this.attributes.keys()).find(t=>!!t.match(e)),t}getKeys(e){return Array.from(this.attributes.keys()).filter(t=>!!t.match(e))}getAttributes(){return Array.from(this.attributes.values())}}function bU(e,t){const n=new NB(e,t.config),r=KB(n,e);if(n.warnings.some(e=>e.level===vC.Error))return{warnings:n.warnings};const i=n.withErrorRecovery(()=>{!function(e){e.preparsedJsExpressions?.forEach(({parsedExpression:t,rawText:n})=>{const r=t.loc,i={startLine:r.start.line,startCol:r.start.column,startOffset:t.start,endLine:r.end.line,endCol:r.end.column,endOffset:t.end};e.withErrorWrapping(()=>{VB(t)},PC.TEMPLATE_EXPRESSION_PARSING_ERROR,bj(i),e=>`Invalid expression ${n} - ${e.message}`)})}(n);const e=function(e,t){const n=t.childNodes.filter(e=>jF(e)||UF(e)&&e.value.trim().length);if(n.length>1){const t=n[1].sourceCodeLocation??void 0;e.throw(PC.MULTIPLE_ROOTS_FOUND,[],t?bj(t):t??void 0)}const[r]=n;r&&jF(r)||e.throw(PC.MISSING_ROOT_TEMPLATE_TAG);return r}(n,r);return function(e,t){const{sourceCodeLocation:n}=t;if(!n)throw new Error("An internal parsing error occurred during node creation; the root template node does not have a sourceCodeLocation.");"template"!==t.tagName&&e.throw(PC.ROOT_TAG_SHOULD_BE_TEMPLATE,[t.tagName],bj(n));const r=kU(e,t,n),i=(s=n,{type:"Root",location:yj(s),directives:[],children:[]});var s;return function(e,t,n){if(!t.get(dB))return;(function(e,t,n){const r=t.pick(oB.RenderMode);if(!r)return;const{value:i}=r;(!Dj(i)||i.value!==rB.shadow&&i.value!==rB.light)&&e.throwOnNode(PC.LWC_RENDER_MODE_INVALID_VALUE,n);n.directives.push((s=i.value,a=r.location,{type:"Directive",name:"RenderMode",value:vj(s),location:a})),e.instrumentation?.incrementCounter(RC.LWCRenderModeDirective);var s,a})(e,t,n),function(e,t,n){const r=t.pick(oB.PreserveComments);if(!r)return;const{value:i}=r;Lj(i)||e.throwOnNode(PC.PRESERVE_COMMENTS_MUST_BE_BOOLEAN,n);n.directives.push((s=i.value,a=r.location,{type:"Directive",name:"PreserveComments",value:vj(s),location:a}));var s,a}(e,t,n)}(e,r,i),e.setRootDirective(i),function(e,t,n){const r=t.getAttributes();r.length&&e.throwOnNode(PC.ROOT_TEMPLATE_HAS_UNKNOWN_ATTRIBUTES,n,[r.map(({name:e})=>e).join(",")]);n.location.endTag||e.throwOnNode(PC.NO_MATCHING_CLOSING_TAGS,n,["template"])}(e,r,i),xU(e,t,i,n),i}(n,e)});return{root:i,warnings:n.warnings}}function vU(e,t,n,r){const i=function(e,t,n){let r=t.sourceCodeLocation;const i=e.findAncestor(Cj,()=>!1);r||e.warn(PC.INVALID_HTML_RECOVERY,[t.tagName,i?.name??"template"]);let s=t;for(;!r&&s.parentNode&&jF(s.parentNode);)s=s.parentNode,r=s.sourceCodeLocation;return r??n}(e,t,r),s=kU(e,t,i),a=function(e,t,n,r,i){let s;for(const a of EU){const o=a(e,t,n,s||r,i);o&&(s=o)}return s}(e,t,i,n,s),o=wU(e,s,t,a??n,i);o?(!function(e,t,n){let r;for(;r=t.pick(mB);){const{name:t}=r;Nj(r.value)||e.throwOnNode(PC.EVENT_HANDLER_SHOULD_BE_EXPRESSION,r),t.match(gB)||e.throwOnNode(PC.INVALID_EVENT_NAME,r,[t]);const i=Ej(t.slice(2),r.value,r.location);n.listeners.push(i)}}(e,s,o),function(e,t,n){const{name:r}=n,i=t.pick(aB.Key);if(i){Nj(i.value)||e.throwOnNode(PC.KEY_ATTRIBUTE_SHOULD_BE_EXPRESSION,i);const t=LU(e),s=RU(e);if(t)(function(e,t){const{value:n}=e;if(!qF(n))return!1;const{object:r,property:i}=n;return!(!$F(r)||!$F(i))&&t.iterator.name===r.name&&"index"===i.name})(i,t)&&e.throwOnNode(PC.KEY_SHOULDNT_REFERENCE_ITERATOR_INDEX,i,[r]);else if(s&&function(e,t){const{index:n}=t,{value:r}=e;return!!(n&&$F(n)&&$F(r))&&n.name===r.name}(i,s)){const t="name"in i.value&&i.value.name;e.throwOnNode(PC.KEY_SHOULDNT_REFERENCE_FOR_EACH_INDEX,i,[r,t])}t||s?n.directives.push(function(e,t){return{type:"Directive",name:"Key",value:e,location:t}}(i.value,i.location)):e.warnOnNode(PC.KEY_SHOULD_BE_IN_ITERATION,i,[r])}else(function(e){return!(!LU(e)&&!RU(e))})(e)&&e.throwOnNode(PC.MISSING_KEY_IN_ITERATOR,n,[r])}(e,s,o),function(e,t,n){const r=t.get(dB);if(!r)return;yB.has(r.name)||e.throwOnNode(PC.UNKNOWN_LWC_DIRECTIVE,n,[r.name,`<${n.name}>`]);t.get(oB.RenderMode)&&e.throwOnNode(PC.UNKNOWN_LWC_DIRECTIVE,n,[oB.RenderMode,`<${n.name}>`]);t.get(oB.PreserveComments)&&e.throwOnNode(PC.UNKNOWN_LWC_DIRECTIVE,n,[oB.PreserveComments,`<${n.name}>`]);for(const r of CU)r(e,t,n)}(e,s,o),function(e,t,n){const{name:r}=n,i=t.getAttributes(),s=new Map;for(const a of i){const{name:i}=a;if(mU(r,i)||e.warnOnNode(PC.INVALID_HTML_ATTRIBUTE,a,[i,r]),i.match(/[^a-z0-9]$/)&&e.throwOnNode(PC.ATTRIBUTE_NAME_MUST_END_WITH_ALPHA_NUMERIC_CHARACTER,a,[i,r]),/^-*[a-z]|^[_$]/.test(i)||e.throwOnNode(PC.ATTRIBUTE_NAME_STARTS_WITH_INVALID_CHARACTER,a,[i,r]),Dj(a.value)&&"id"===i){const{value:t}=a.value;/\s+/.test(t)&&e.throwOnNode(PC.INVALID_ID_ATTRIBUTE,a,[t]),DU(e)&&e.warnOnNode(PC.INVALID_STATIC_ID_IN_ITERATION,a),e.seenIds.has(t)?e.throwOnNode(PC.DUPLICATE_ID_FOUND,a,[t]):e.seenIds.add(t)}if(fU(n,i))n.attributes.push(a);else{const n=gU(i),r=s.get(n);r&&e.warnOnNode(PC.DUPLICATE_ATTR_PROP_TRANSFORM,a,[r.attributeName,i,n]),s.set(n,Tj(n,i,a.value,a.location)),t.pick(i)}}n.properties.push(...s.values())}(e,s,o),function(e,t,n){const{tagName:r,namespaceURI:i}=n,s=Boolean(t.location.endTag);pC(r,i)||s||r!==r.toLocaleLowerCase()||i!==oC||e.throwOnNode(PC.NO_MATCHING_CLOSING_TAGS,t,[r]);if("style"===r&&i===oC)e.throwOnNode(PC.STYLE_TAG_NOT_ALLOWED_IN_TEMPLATE,t);else{const n=SB.has(r);i===oC&&n&&e.throwOnNode(PC.FORBIDDEN_TAG_ON_TEMPLATE,t,[r]);const s=!EB.has(r);i===lC&&s&&e.throwOnNode(PC.FORBIDDEN_SVG_NAMESPACE_IN_TEMPLATE,t,[r]);const a=wB.has(r);i===cC&&a&&e.throwOnNode(PC.FORBIDDEN_MATHML_NAMESPACE_IN_TEMPLATE,t,[r]);_j(t)||xj(t)||Pj(t)||_B.has(r)||EB.has(r)||eR.has(r)||e.warnOnNode(PC.UNKNOWN_HTML_TAG_IN_TEMPLATE,t,[r])}}(e,o,t),function(e,t,n){const{name:r}=n,i=t.getAttributes();for(const t of i){const{name:i,value:s}=t;uU(i)&&e.throwOnNode(PC.IS_ATTRIBUTE_NOT_SUPPORTED,n),pU(i)&&(Nj(s)||dU(s.value)||e.throwOnNode(PC.INVALID_TABINDEX_ATTRIBUTE,n)),"iframe"===r&&"srcdoc"===i&&e.throwOnNode(PC.FORBIDDEN_IFRAME_SRCDOC_ATTRIBUTE,n)}}(e,s,o),function(e,t){for(const n of t.properties){const{attributeName:r,value:i}=n;uU(r)&&e.throwOnNode(PC.IS_ATTRIBUTE_NOT_SUPPORTED,t),!pU(r)||Nj(i)||dU(i.value)||e.throwOnNode(PC.INVALID_TABINDEX_ATTRIBUTE,t)}}(e,o)):!function(e,t,n,r){const i=bj(r);n.attrs.length||e.throwAtLocation(PC.NO_DIRECTIVE_FOUND_ON_TEMPLATE,i);t.get(aB.External)&&e.throwAtLocation(PC.INVALID_LWC_EXTERNAL_ON_NON_CUSTOM_ELEMENT,i,["<template>"]);t.get(aB.InnerHTML)&&e.throwAtLocation(PC.LWC_INNER_HTML_INVALID_ELEMENT,i,["<template>"]);t.get(aB.Ref)&&e.throwAtLocation(PC.LWC_REF_INVALID_ELEMENT,i,["<template>"]);t.get(aB.Is)&&e.throwAtLocation(PC.LWC_IS_INVALID_ELEMENT,i,["<template>"]);const s=t.getAttributes();s.length&&e.warnAtLocation(PC.INVALID_TEMPLATE_ATTRIBUTE,i,[s.map(e=>e.name).join(", ")])}(e,s,t,i);const l=o??a;l?(xU(e,t,l,i),function(e,t,n){if(n){const t=e.findAncestor(tB,({current:e})=>e&&_j,n);JA(t)||n.children.forEach(t=>{(e.preserveComments&&kj(t)||Oj(t))&&e.throwOnNode(PC.NON_ELEMENT_SCOPED_SLOT_CONTENT,t)})}if(!t)return;const r=e.preserveComments?t.children:t.children.filter(e=>!kj(e)),i=t.directives.find(Gj);i&&r.length&&e.throwOnNode(PC.LWC_DOM_INVALID_CONTENTS,t);t.directives.find(Yj)&&r.length&&e.throwOnNode(PC.LWC_INNER_HTML_INVALID_CONTENTS,t,[`<${t.name}>`])}(e,o,a)):e.warnAtLocation(PC.INVALID_TEMPLATE_WARNING,bj(i))}const EU=[function(e,t,n,r,i){const s=i.pick("lwc:if");if(!s)return;Nj(s.value)||e.throwOnNode(PC.IF_BLOCK_DIRECTIVE_SHOULD_BE_EXPRESSION,s);e.isParsingSiblingIfBlock()&&e.endIfChain();const a=(o=s.value,l=bj(n),c=s.location,{type:"IfBlock",condition:o,location:l,directiveLocation:c,children:[]});var o,l,c;return e.addNodeCurrentElementScope(a),e.beginIfChain(a),r.children.push(a),a},function(e,t,n,r,i){const s=i.pick("lwc:elseif");if(!s)return;e.findInCurrentElementScope(Bj)&&e.throwAtLocation(PC.INVALID_IF_BLOCK_DIRECTIVE_WITH_CONDITIONAL,bj(n),[s.name]);Nj(s.value)||e.throwOnNode(PC.ELSEIF_BLOCK_DIRECTIVE_SHOULD_BE_EXPRESSION,s);const a=e.getSiblingIfNode();a&&$j(a)||e.throwAtLocation(PC.LWC_IF_SCOPE_NOT_FOUND,bj(n),[s.name]);const o=(l=s.value,c=bj(n),u=s.location,{type:"ElseifBlock",condition:l,location:c,directiveLocation:u,children:[]});var l,c,u;return e.addNodeCurrentElementScope(o),e.appendToIfChain(o),a.else=o,o},function(e,t,n,r,i){const s=i.pick("lwc:else");if(!s)return;e.findInCurrentElementScope(Bj)&&e.throwAtLocation(PC.INVALID_IF_BLOCK_DIRECTIVE_WITH_CONDITIONAL,bj(n),[s.name]);e.findInCurrentElementScope(Uj)&&e.throwAtLocation(PC.INVALID_ELSEIF_BLOCK_DIRECTIVE_WITH_CONDITIONAL,bj(n),[s.name]);const a=e.getSiblingIfNode();a&&$j(a)||e.throwAtLocation(PC.LWC_IF_SCOPE_NOT_FOUND,bj(n),[s.name]);Lj(s.value)||e.throwAtLocation(PC.ELSE_BLOCK_DIRECTIVE_CANNOT_HAVE_VALUE,bj(n));const o=(l=bj(n),c=s.location,{type:"ElseBlock",location:l,directiveLocation:c,children:[]});var l,c;return e.addNodeCurrentElementScope(o),e.appendToIfChain(o),a.else=o,o},function(e,t,n,r,i){const s=i.pick("for:each"),a=i.pick("for:item"),o=i.pick("for:index");if(s&&a){Nj(s.value)||e.throwOnNode(PC.FOR_EACH_DIRECTIVE_SHOULD_BE_EXPRESSION,s);const t=a.value;Dj(t)||e.throwOnNode(PC.FOR_ITEM_DIRECTIVE_SHOULD_BE_STRING,a);const i=rU(e,t.value,a.location);let l;if(o){const t=o.value;Dj(t)||e.throwOnNode(PC.FOR_INDEX_DIRECTIVE_SHOULD_BE_STRING,o),l=rU(e,t.value,o.location)}const c=function(e,t,n,r,i){return{type:"ForEach",expression:e,item:r,index:i,location:t,directiveLocation:n,children:[]}}(s.value,bj(n),s.location,i,l);return e.addNodeCurrentElementScope(c),r.children.push(c),c}(s||a)&&e.throwAtLocation(PC.FOR_EACH_AND_FOR_ITEM_DIRECTIVES_SHOULD_BE_TOGETHER,bj(n))},function(e,t,n,r,i){const s=i.pick(fB);if(!s)return;e.findInCurrentElementScope(Mj)&&e.throwAtLocation(PC.INVALID_FOR_EACH_WITH_ITERATOR,bj(n),[s.name]);const a=s.name,[,o]=a.split(":");Nj(s.value)||e.throwOnNode(PC.DIRECTIVE_SHOULD_BE_EXPRESSION,s,[s.name]);const l=rU(e,o,s.location),c=function(e,t,n,r){return{type:"ForOf",expression:e,iterator:t,location:n,directiveLocation:r,children:[]}}(s.value,l,bj(n),s.location);return e.addNodeCurrentElementScope(c),r.children.push(c),c},function(e,t,n,r,i){const s=i.pickAll(pB);if(0===s.length)return;for(let r=1;r<s.length;r++)e.warnAtLocation(PC.SINGLE_IF_DIRECTIVE_ALLOWED,bj(n),[t.tagName]);const a=s[0];e.findInCurrentElementScope(qj)&&e.throwAtLocation(PC.LWC_IF_CANNOT_BE_USED_WITH_IF_DIRECTIVE,bj(n),[a.name]);Nj(a.value)||e.throwOnNode(PC.IF_DIRECTIVE_SHOULD_BE_EXPRESSION,a);const[,o]=a.name.split(":");hB.has(o)||e.throwOnNode(PC.UNEXPECTED_IF_MODIFIER,a,[o]);const l=function(e,t,n,r){return{type:"If",modifier:e,condition:t,location:n,directiveLocation:r,children:[]}}(o,a.value,bj(n),a.location);return e.addNodeCurrentElementScope(l),r.children.push(l),l},function(e,t,n,r,i){const s=i.pick(aB.SlotData);if(!s)return;"template"!==t.tagName&&e.throwOnNode(PC.SCOPED_SLOT_DATA_ON_TEMPLATE_ONLY,s);e.findInCurrentElementScope(Vj)&&e.throwAtLocation(PC.SCOPED_SLOTDATA_CANNOT_BE_COMBINED_WITH_OTHER_DIRECTIVE,bj(n));const a=e.findAncestor(_j,({current:e})=>e&&qj(e));a||e.throwAtLocation(PC.INVALID_PARENT_OF_LWC_SLOT_DATA,bj(n));const o=s.value;Dj(o)||e.throwOnNode(PC.SLOT_DATA_VALUE_SHOULD_BE_STRING,s);const l=i.pick("slot");let c;l&&(c=l.value);const u=rU(e,o.value,s.location),p=function(e,t,n,r){return{type:"ScopedSlotFragment",location:t,directiveLocation:n,children:[],slotData:wj(e,n),slotName:r}}(u,bj(n),s.location,c??vj(""));return e.addNodeCurrentElementScope(p),r.children.push(p),p}];function wU(e,t,n,r,i){const{tagName:s,namespaceURI:a}=n;let o;return"slot"===s?o=function(e,t,n){const r=bj(n),i=!KA(t.get(aB.SlotBind));i&&e.renderMode!==rB.light&&e.throwAtLocation(PC.SCOPED_SLOT_BIND_IN_LIGHT_DOM_ONLY,r);const s=e.findInCurrentElementScope(Vj);s&&e.throwAtLocation(PC.SLOT_TAG_CANNOT_HAVE_DIRECTIVES,r,[PU]);if(e.renderMode===rB.light){const n=t.getAttributes().filter(({name:e})=>!OU.has(e)).map(({name:e})=>e);if(n.length){const t=n.find(e=>e.match(gB));t&&e.throwAtLocation(PC.LWC_LIGHT_SLOT_INVALID_EVENT_LISTENER,r,[t]),e.throwAtLocation(PC.LWC_LIGHT_SLOT_INVALID_ATTRIBUTES,r,[n.join(","),IU.join(", ")])}}let a="";const o=t.get("name");o&&(Nj(o.value)?e.throwOnNode(PC.NAME_ON_SLOT_CANNOT_BE_EXPRESSION,o):Dj(o.value)&&(a=o.value.value));const l=e.hasSeenSlot(a);if(e.addSeenSlot(a),l)if(e.seenScopedSlots.has(a)){const t=i?PC.NO_DUPLICATE_SCOPED_SLOT:PC.NO_MIXED_SLOT_TYPES;e.throwAtLocation(t,r,[""===a?"default":`name="${a}"`])}else{const t=i?PC.NO_MIXED_SLOT_TYPES:PC.NO_DUPLICATE_SLOTS;e.warnAtLocation(t,r,[""===a?"default":`name="${a}"`])}else!i&&DU(e)&&e.warnAtLocation(PC.NO_SLOTS_IN_ITERATOR,r,[""===a?"default":`name="${a}"`]);i&&e.seenScopedSlots.add(a);return function(e,t){return{type:"Slot",name:"slot",namespace:oC,slotName:e,location:yj(t),attributes:[],properties:[],directives:[],listeners:[],children:[]}}(a,n)}(e,t,i):"template"!==s&&(rR(s)?o=t.get(aB.External)?function(e,t){return{type:"ExternalComponent",name:e,namespace:oC,location:yj(t),attributes:[],properties:[],directives:[],listeners:[],children:[]}}(s,i):function(e,t){return{type:"Component",name:e,namespace:oC,location:yj(t),attributes:[],properties:[],directives:[],listeners:[],children:[]}}(s,i):o=s.startsWith("lwc:")?function(e,t,n,r){let i;if(t.tagName===iB.Component)i=TU;else i=SU;return i(e,t,n,r)}(e,n,t,i):mj(s,a,i)),o&&(e.addNodeCurrentElementScope(o),r.children.push(o)),o}function TU(e,t,n,r){return e.config.enableDynamicComponents||e.throwAtLocation(PC.INVALID_OPTS_LWC_ENABLE_DYNAMIC_COMPONENTS,bj(r)),n.get(aB.Is)||e.throwAtLocation(PC.LWC_COMPONENT_TAG_WITHOUT_IS_DIRECTIVE,bj(r)),function(e,t){return{type:"Lwc",name:e,namespace:oC,location:yj(t),attributes:[],properties:[],directives:[],listeners:[],children:[]}}(t.tagName,r)}function SU(e,t,n,r){const{tagName:i,namespaceURI:s}=t;return e.warnAtLocation(PC.UNSUPPORTED_LWC_TAG_NAME,bj(r),[i]),mj(i,s,r)}function xU(e,t,n,r){let i=t;(function(e){return"template"===e.nodeName})(t)&&t.content?.childNodes.length>0&&(i=t.content);const s=i.childNodes;e.beginSiblingScope();for(const t of s)e.withErrorRecovery(()=>{if(jF(t)){e.beginElementScope(),vU(e,t,n,r);const i=e.endElementScope();i&&e.isParsingSiblingIfBlock()&&!Bj(i)&&!Uj(i)&&e.endIfChain()}else if(UF(t)){const r=_U(e,t);n.children.push(...r),e.isParsingSiblingIfBlock()&&r.length>0&&e.endIfChain()}else if(BF(t)){const r=AU(t);n.children.push(r),e.isParsingSiblingIfBlock()&&e.preserveComments&&e.endIfChain()}});e.endSiblingScope()}function _U(e,t){const n=[],r=t.sourceCodeLocation;if(!r)throw new Error("An internal parsing error occurred during node creation; a text node was found without a sourceCodeLocation.");const i=function(e){const t=e.split(/\r\n|\n|\r/);let n=0;for(let e=0;e<t.length;e++)t[e].match(/[^ \t]/)&&(n=e);let r="";for(let e=0;e<t.length;e++){const i=t[e],s=0===e,a=e===t.length-1,o=e===n;let l=i.replace(/\t/g," ");s||(l=l.replace(/^[ ]+/,"")),a||(l=l.replace(/[ ]+$/,"")),l&&(o||(l+=" "),r+=l)}return r}(e.getSource(r.startOffset,r.endOffset));if(!i.trim().length&&!e.config.experimentalComplexExpressions)return n;if(e.config.experimentalComplexExpressions&&eU(i)){const t=e.preparsedJsExpressions.get(r.startOffset);if(!t?.parsedExpression)throw new Error("Implementation error: cannot find preparsed template expression");return[gj(i,{...t.parsedExpression,location:bj(r)},r)]}const s=i.split(uB);for(const t of s){if(!t.length)continue;let i;i=eU(t)?nU(e,t,bj(r)):vj(JB(t)),n.push(gj(t,i,r))}return n}function AU(e){const t=e.sourceCodeLocation;if(!t)throw new Error("An internal parsing error occurred during node creation; a comment node was found without a sourceCodeLocation.");return function(e,t,n){return{type:"Comment",raw:e,value:t,location:bj(n)}}(e.data,JB(e.data),t)}const CU=[function(e,t,n){const r=t.pick(aB.External);if(!r)return;xj(n)||e.throwOnNode(PC.INVALID_LWC_EXTERNAL_ON_NON_CUSTOM_ELEMENT,n,[`<${n.name}>`]);Lj(r.value)||e.throwOnNode(PC.INVALID_LWC_EXTERNAL_VALUE,n,[`<${n.name}>`])},function(e,t,n){const{name:r}=n,i=t.pick(aB.Dynamic);if(!i)return;e.config.experimentalDynamicDirective||e.throwOnNode(PC.INVALID_OPTS_LWC_DYNAMIC,n);_j(n)||e.throwOnNode(PC.INVALID_LWC_DYNAMIC_ON_NATIVE_ELEMENT,n,[`<${r}>`]);const{value:s,location:a}=i;Nj(s)||e.throwOnNode(PC.INVALID_LWC_DYNAMIC_LITERAL_PROP,n,[`<${r}>`]);e.warnOnNode(PC.DEPRECATED_LWC_DYNAMIC_ATTRIBUTE,n),e.instrumentation?.incrementCounter(RC.LWCDynamicDirective),n.directives.push(function(e,t){return{type:"Directive",name:"Dynamic",value:e,location:t}}(s,a))},function(e,t,n){const{name:r}=n,i=t.pick(aB.Is);if(!i)return;Ij(n)||e.throwOnNode(PC.LWC_IS_INVALID_ELEMENT,n,[`<${r}>`]);const{value:s,location:a}=i;Nj(s)||e.throwOnNode(PC.INVALID_LWC_IS_DIRECTIVE_VALUE,n,[s.value]);n.directives.push(function(e,t){return{type:"Directive",name:"Is",value:e,location:t}}(s,a))},function(e,t,n){const{name:r}=n,i=t.pick("lwc:dom");if(!i)return;e.renderMode===rB.light&&e.throwOnNode(PC.LWC_DOM_INVALID_IN_LIGHT_DOM,n,[`<${r}>`]);_j(n)&&e.throwOnNode(PC.LWC_DOM_INVALID_CUSTOM_ELEMENT,n,[`<${r}>`]);Aj(n)&&e.throwOnNode(PC.LWC_DOM_INVALID_SLOT_ELEMENT,n);const{value:s}=i;if(!Dj(s)||s.value!==nB.manual){const t=Object.keys(nB).map(e=>`"${e}"`).join(", or ");e.throwOnNode(PC.LWC_DOM_INVALID_VALUE,n,[t])}n.directives.push(function(e,t){return{type:"Directive",name:"Dom",value:vj(e),location:t}}(s.value,i.location))},function(e,t,n){const r=t.pick(aB.InnerHTML);if(!r)return;(_j(n)||Ij(n))&&e.throwOnNode(PC.LWC_INNER_HTML_INVALID_CUSTOM_ELEMENT,n,[`<${n.name}>`]);Aj(n)&&e.throwOnNode(PC.LWC_INNER_HTML_INVALID_ELEMENT,n,[`<${n.name}>`]);const{value:i}=r;Dj(i)||Nj(i)||e.throwOnNode(PC.LWC_INNER_HTML_INVALID_VALUE,n,[`<${n.name}>`]);n.directives.push(function(e,t){return{type:"Directive",name:"InnerHTML",value:e,location:t}}(i,r.location))},function(e,t,n){const r=t.pick(aB.Ref);if(!r)return;Aj(n)&&e.throwOnNode(PC.LWC_REF_INVALID_ELEMENT,n,[`<${n.name}>`]);DU(e)&&e.throwOnNode(PC.LWC_REF_INVALID_LOCATION_INSIDE_ITERATION,n,[`<${n.name}>`]);const{value:i}=r;Dj(i)&&0!==i.value.length||e.throwOnNode(PC.LWC_REF_INVALID_VALUE,n,[`<${n.name}>`]);n.directives.push(function(e,t){return{type:"Directive",name:"Ref",value:e,location:t}}(i,r.location))},function(e,t,n){const{name:r}=n,i=t.pick(aB.Spread);if(!i)return;const{value:s}=i;Nj(s)||e.throwOnNode(PC.INVALID_LWC_SPREAD_LITERAL_PROP,n,[`<${r}>`]);n.directives.push(function(e,t){return{type:"Directive",name:"Spread",value:e,location:t}}(s,i.location))},function(e,t,n){const{name:r}=n,i=t.pick(aB.SlotBind);if(!i)return;Aj(n)||e.throwOnNode(PC.INVALID_LWC_SLOT_BIND_NON_SLOT_ELEMENT,n,[`<${r}>`]);const{value:s}=i;Nj(s)||e.throwOnNode(PC.INVALID_LWC_SLOT_BIND_LITERAL_PROP,n,[`<${r}>`]);n.directives.push(function(e,t){return{type:"Directive",name:"SlotBind",value:e,location:t}}(s,i.location))}];const PU=Object.values(sB).join(", "),IU=[aB.Key,aB.SlotBind,"name","slot"],OU=new Set(IU);function kU(e,t,n){const r=new yU,{attrs:i,tagName:s}=t,{attrs:a}=n;for(const t of i){const n=a?.[cU(t).toLowerCase()];if(!n)throw new Error("An internal parsing error occurred while parsing attributes; attributes were found without a location.");r.append(NU(e,s,t,n))}return r}function NU(e,t,n,r){const i=e.getSource(r.startOffset,r.endOffset),s=bj(r),a=cU(n);i.startsWith(a)||e.throwAtLocation(PC.INVALID_ATTRIBUTE_CASE,s,[i,t]);const o=!i.includes("="),{value:l,escapedExpression:c}=lU(e,i,t,n,s);let u;return u=eU(l)&&!c?nU(e,l,s):vj(!!o||l),function(e,t,n){return{type:"Attribute",name:e,value:t,location:n}}(a,u,s)}function DU(e){return!!e.findAncestor(Fj)}function LU(e){return e.findAncestor(Rj,({parent:e})=>e&&!Cj(e))}function RU(e){return e.findAncestor(Mj,({parent:e})=>e&&!Cj(e))}function MU(e,t){let n=!1;if(t.config.customRendererConfig){const r=t.crCheckedElements.get(e);if(void 0!==r)return r;n=function(e,t){if(t.crDirectives.has("lwc:external")&&"ExternalComponent"===e.type)return!0;if("Component"===e.type||"lwc:component"===e.name)return!1;const{attributes:n,directives:r}=e;if(r.length){let e=!1;if(e=r.some(e=>t.crDirectives.has(aB[e.name])),e)return!0}const i=t.crElmToConfigMap[e.name];if(i){const{namespace:t,attributes:r}=i;if(t&&e.namespace!==t)return!1;if(0===r.size||n.some(e=>r.has(e.name)))return!0}return!1}(e,t),t.crCheckedElements.set(e,n)}return n}function FU(e){return GF(`_${nR(e)}`)}function jU(e,t){return rj(Object.keys(e).map(e=>tj(JF(e),t(e))))}function BU(e,t){return t.some(t=>Fj(t)||!rC(2,e.apiVersion)&&Aj(t)&&e.renderMode===rB.light||jj(t)&&BU(e,t.children))}function UU(e){if(Cj(e)){if([...e.attributes,...e.properties].some(({name:e})=>"id"===e))return!0}return!!function(e){return Cj(e)||function(e){return"Root"===e.type}(e)||Fj(e)||jj(e)}(e)&&e.children.some(e=>UU(e))}function $U(e,t,n){const r=function(e){let t=e;for(;qF(t);)t=t.object;return t}(t);if(!e.isLocalIdentifier(r)){const t=e.getMemorizationId();n=ZF("||",t,ej("=",YF(GF(ZL.CONTEXT),t),n))}return n}const qU=/;(?![^(]*\))/g,VU=/:(.+)/;function HU(e){const t={},n=e.split(qU);for(const e of n)if(e){const[n,r]=e.split(VU);void 0!==n&&void 0!==r&&(t[n.trim()]=r.trim())}return t}function WU(e){const t=Object.entries(e).map(([e,t])=>{const n=t.endsWith("!important");return n&&(t=t.substring(0,t.length-10).trim()),[e,t,n]});return sj(t.map(e=>sj(e.map(e=>JF(e)))))}const GU=/\s+/;function zU(e){return e.split(GU).map(e=>e.trim()).filter(e=>e.length)}const YU=new WeakSet,KU=new WeakMap;function JU(e,t,n){let r,i=!0;if(Oj(e))r=!0;else if(kj(e))r=!0;else{let s=!1;e.children.forEach(e=>{JU(e,t,n),i&&=t.has(e),s||=ZU(e)}),$j(e)&&e.else&&JU(e.else,t,n),r=Cj(e)&&!MU(e,n)&&function(e,t){let n=!0;const{name:r,namespace:i="",attributes:s,directives:a,properties:o}=e;return!(!rC(0,t)&&i!==oC)&&(n&&=Sj(e),n&&=s.every(({name:e,value:t})=>{const n=zF(t)&&"slot"!==e&&"id"!==e&&"spellcheck"!==e&&!iU(e)&&!aU(r,e,i)&&!(sU(r,e,i)&&oU(t.value)),s=Nj(t)&&"slot"!==e&&!aU(r,e,i);return n||s}),n&&=!a.some(e=>!tR.has(e.name)),n&&=o.every(e=>zF(e.value)),n)}(e,n.config.apiVersion),r&&s&&YU.add(e)}r&&i&&t.add(e)}function XU(e,t){const n=e.children;if(!n.length||!YU.has(e))return n;if(KU.has(e))return KU.get(e);const r=[],i=n.length;let s,a=null;for(let e=0;e<i;e++)s=n[e],Oj(s)?JA(a)?(a=[s],r.push(a)):a.push(s):kj(s)&&!t||(a=null,r.push(s));return KU.set(e,r),r}const QU=e=>qA(e)&&VA.call(e,Oj),ZU=e=>Oj(e)&&!Dj(e.value),e$=e=>HA.call(e,ZU),t$=new Set(["STYLE","SCRIPT","XMP","IFRAME","NOEMBED","NOFRAMES","PLAINTEXT"]);function n$(e){return e.replace(/\\/g,"\\\\").replace(/`/g,"\\`").replace(/\$\{/g,"\\${")}function r$(e,t,n){let r="";for(const i of e)if(QU(i))r+=e$(i)?s$(i,n):r$(i,t,n);else if(Oj(i))r+=a$(i,t$.has(t.toUpperCase()));else if(Sj(i))r+=o$(i,n);else{if(!kj(i))throw new TypeError("Unknown node found while serializing static content. Allowed nodes types are: Element, Text and Comment.");r+=i$(i,n.preserveComments)}return r}function i$(e,t){return t?`\x3c!--${gC(n$(e.value))}--\x3e`:""}function s$(e,t){return`\${"${t.getStaticExpressionToken(e[0])}"}`}function a$(e,t){let n;return n=t?e.raw:gC(e.value.value),n=n$(n),n}function o$(e,t){const{name:n,namespace:r}=e,i=r!==oC,s=e.children.length>0;let a=`<${n}${function(e,t){const n=[];let r=!1;const i=({name:e,value:t,hasExpression:i})=>{let s="string"==typeof t?n$(t):t;"class"===e&&(r=!0,i||(s+="${0}")),"string"==typeof s?n.push(i?`\${"${s}"}`:` ${e}="${gC(s,!0)}"`):n.push(` ${e}`)};return e.attributes.map(e=>{const n=Nj(e.value);return{hasExpression:n,name:e.name,value:n?t.getStaticExpressionToken(e):e.value.value}}).forEach(i),e.properties.map(e=>({name:e.attributeName,value:e.value.value})).forEach(i),n.join("")+(r?"${2}":"${3}")}(e,t)}`;if(i&&!s)return a+="/>",a;a+=">";return a+=r$(XU(e,t.preserveComments),n,t),pC(n,r)&&!s||(a+=`</${n}>`),a}class l${constructor(){this.variableShadowingCount=new Map,this.arrowFnVariables=new Map}enterScope(e){const t=new Set;for(const n of e.params)c$(n,t);for(const e of t)this.variableShadowingCount.set(e,(this.variableShadowingCount.get(e)??0)+1);this.arrowFnVariables.set(e,t)}exitScope(e){const t=this.arrowFnVariables.get(e);if(t)for(const e of t)this.variableShadowingCount.set(e,this.variableShadowingCount.get(e)-1)}isScopedToExpression(e){return!!this.variableShadowingCount.get(e.name)}}function c$(e,t){$F(e)?!function(e,t){t.add(e.name)}(e,t):!function(e){return"ObjectPattern"===e.type}(e)?HF(e)?!function(e,t){c$(e.value,t)}(e,t):!function(e){return"ArrayPattern"===e.type}(e)?!function(e){return"RestElement"===e.type}(e)?!function(e){return"AssigmentPattern"===e.type}(e)?qF(e)?void kC(!1,PC.INVALID_EXPR_ARROW_FN_PARAM,["member expressions"]):kC(!1,PC.INVALID_EXPR_ARROW_FN_PARAM,[e.type]):void kC(!1,PC.INVALID_EXPR_ARROW_FN_PARAM,["default parameters"]):!function(e,t){c$(e.argument,t)}(e,t):!function(e,t){for(const n of e.elements)n&&c$(n,t)}(e,t):!function(e,t){for(const n of e.properties)c$(n,t)}(e,t)}function u$(e,t,n,r){const{name:i,namespace:s=""}=t,{value:a}=e,o=eB(e)?e.attributeName:e.name,l=fU(t,o),c=n.bindExpression(a);return l&&hC(o,i)?n.genBooleanAttributeExpr(c):"tabindex"===o?n.genTabIndex([c]):"id"===o||iU(o)?n.genScopedId(c):n.scopeFragmentId&&sU(i,o,s)?n.genScopedFragId(c):aU(i,o,s)?r?(n.usedLwcApis.add("sanitizeAttribute"),KF(GF("sanitizeAttribute"),[JF(i),JF(s),JF(o),n.genScopedFragId(c)])):n.genScopedFragId(c):c}const p$="function"==typeof structuredClone?structuredClone:e=>JSON.parse(JSON.stringify(e)),d$={name:"b",alias:"api_bind"},h$={name:"co",alias:"api_comment"},f$={name:"c",alias:"api_custom_element"},m$={name:"ddc",alias:"api_deprecated_dynamic_component"},g$={name:"dc",alias:"api_dynamic_component"},y$={name:"d",alias:"api_dynamic_text"},b$={name:"h",alias:"api_element"},v$={name:"f",alias:"api_flatten"},E$={name:"fr",alias:"api_fragment"},w$={name:"i",alias:"api_iterator"},T$={name:"k",alias:"api_key"},S$={name:"shc",alias:"api_sanitize_html_content"},x$={name:"fid",alias:"api_scoped_frag_id"},_$={name:"gid",alias:"api_scoped_id"},A$={name:"ssf",alias:"api_scoped_slot_factory"},C$={name:"s",alias:"api_slot"},P$={name:"st",alias:"api_static_fragment"},I$={name:"sp",alias:"api_static_part"},O$={name:"ti",alias:"api_tab_index"},k$={name:"t",alias:"api_text"};class N${constructor({root:e,state:t,scopeFragmentId:n}){this.staticNodes=new Set,this.hoistedNodes=[],this.hasRefs=!1,this.currentId=0,this.currentKey=0,this.innerHtmlInstances=0,this.usedApis={},this.usedLwcApis=new Set,this.slotNames=new Set,this.memorizedIds=[],this.referencedComponents=new Set,this.staticExpressionMap=new WeakMap,this.root=e,t.config.enableStaticContentOptimization&&(this.staticNodes=function(e,t){const n=new Set;return e.children.forEach(e=>{JU(e,n,t)}),n}(e,t)),this.renderMode=e.directives.find(Qj)?.value.value??rB.shadow,this.preserveComments=e.directives.find(Zj)?.value.value??t.config.preserveHtmlComments,this.scopeFragmentId=n,this.scope=this.createScope(),this.state=t,this.apiVersion=nC(t.config.apiVersion)}generateKey(){return this.currentKey++}genElement(e,t,n){const r=[JF(e),t];return(!VF(n)||n.elements.length>0)&&r.push(n),this._renderApiCall(b$,r)}genCustomElement(e,t,n,r){this.referencedComponents.add(e);const i=[JF(e),t,n];return(!VF(r)||r.elements.length>0)&&i.push(r),this._renderApiCall(f$,i)}genDynamicElement(e,t,n){const r=[e,t];return(!VF(n)||n.elements.length>0)&&r.push(n),this._renderApiCall(g$,r)}genDeprecatedDynamicElement(e,t,n,r){const i=[JF(e),t,n];return(!VF(r)||r.elements.length>0)&&i.push(r),this._renderApiCall(m$,i)}genText(e){return this._renderApiCall(k$,[this.genConcatenatedText(e)])}genConcatenatedText(e){const t=e.map(e=>"string"==typeof e?JF(e):this._renderApiCall(y$,[e]));let n=t[0];for(let e=1,r=t.length;e<r;e++)n=QF("+",n,t[e]);return n}genComment(e){return this._renderApiCall(h$,[JF(e)])}genSanitizeHtmlContent(e){return this._renderApiCall(S$,[e])}genFragment(e,t,n=!1){const r=JF(n?1:0);return this._renderApiCall(E$,[e,t,r])}genIterator(e,t){return this._renderApiCall(w$,[e,t])}genBind(e){return this._renderApiCall(d$,[e])}genFlatten(e){return this._renderApiCall(v$,e)}genScopedId(e){return"string"==typeof e?this._renderApiCall(_$,[JF(e)]):this._renderApiCall(_$,[e])}genScopedFragId(e){return"string"==typeof e?this._renderApiCall(x$,[JF(e)]):this._renderApiCall(x$,[e])}getSlot(e,t,n){return this.slotNames.add(e),this._renderApiCall(C$,[JF(e),t,n,GF("$slotset")])}getScopedSlotFactory(e,t){return this._renderApiCall(A$,[t,e])}genTabIndex(e){return this._renderApiCall(O$,e)}getMemorizationId(){const e=GF(`_m${this.currentId++}`);return this.memorizedIds.push(e),e}genBooleanAttributeExpr(e){return XF(e,JF(""),JF(null))}genEventListeners(e){const t=Object.fromEntries(e.map(e=>[e.name,e])),n=jU(t,e=>{const n=this.bindExpression(t[e].handler);return $U(this,n,this.genBind(n))});return tj(GF("on"),n)}genRef(e){return this.hasRefs=!0,tj(GF("ref"),e.value)}genKeyExpression(e,t){if(e){const t=this.bindExpression(e.value),n=this.generateKey();return this._renderApiCall(T$,[JF(n),t])}{let e=this.generateKey();return void 0!==t&&(e=`@${t}:${e}`),JF(e)}}genSanitizedHtmlExpr(e){const t=this.innerHtmlInstances++;return zF(e)?ZF("||",YF(GF(ZL.CONTEXT),GF(`_sanitizedHtml$${t}`)),ej("=",YF(GF(ZL.CONTEXT),GF(`_sanitizedHtml$${t}`)),this.genSanitizeHtmlContent(e))):XF(QF("!==",YF(GF(ZL.CONTEXT),GF(`_rawHtml$${t}`)),ej("=",YF(GF(ZL.CONTEXT),GF(`_rawHtml$${t}`)),e)),ej("=",YF(GF(ZL.CONTEXT),GF(`_sanitizedHtml$${t}`)),this.genSanitizeHtmlContent(e)),YF(GF(ZL.CONTEXT),GF(`_sanitizedHtml$${t}`)))}_renderApiCall(e,t){const{name:n,alias:r}=e;let i=this.usedApis[n];return i||(i=this.usedApis[n]=GF(r)),KF(i,t)}beginScope(){this.scope=this.createScope(this.scope)}createScope(e=null){return{parent:e,declaration:new Set}}endScope(){if(!this.scope.parent)throw new Error("Can't invoke endScope if the current scope has no parent");this.scope=this.scope.parent}declareIdentifier(e){this.scope.declaration.add(e.name)}isLocalIdentifier(e){let t=this.scope;for(;null!==t;){if(t.declaration.has(e.name))return!0;t=t.parent}return!1}bindExpression(e){if($F(e))return this.isLocalIdentifier(e)?e:YF(GF(ZL.INSTANCE),e);if(this.state.config.experimentalComplexExpressions)return function(e,t){const n=new l$;return jB(e,{enter(e,t){WF(e)&&n.enterScope(e)},leave(e,r){if(WF(e))return n.exitScope(e);const i=$F(e)&&"undefined"!==e.name;null===r||!i||qF(r)&&r.property===e&&!r.computed||HF(r)&&r.key===e||t.isLocalIdentifier(e)||n.isScopedToExpression(e)||this.replace(YF(GF(ZL.INSTANCE),e))}}),e}(e=p$(e),this);const t=this;return jB(e=p$(e),{leave(e,n){null!==n&&$F(e)&&qF(n)&&n.object===e&&!t.isLocalIdentifier(e)&&this.replace(YF(GF(ZL.INSTANCE),e))}}),e}genStaticElement(e,t){const n=this.genStaticParts(e),r=o$(e,this),i="svg"!==e.name&&e.namespace===lC?"parseSVGFragment":"parseFragment";this.usedLwcApis.add(i);const s=function(e,t){return{type:"TaggedTemplateExpression",tag:e,quasi:t}}(GF(i),function(e,t){return{type:"TemplateLiteral",quasis:e,expressions:t}}([{type:"TemplateElement",tail:!0,value:{raw:r,cooked:r}}],[])),a=GF(`$fragment${this.hoistedNodes.length+1}`);this.hoistedNodes.push({identifier:a,expr:s});const o=e.directives.find(Jj),l=[a,this.genKeyExpression(o,t)];return n&&l.push(n),this._renderApiCall(P$,l)}genStaticParts(e){const t=[e],n=new Map;let r=-1;const i=e=>{let t=n.get(e);return t||(t={text:JF(null),databag:JF(null)},n.set(e,t)),t},s=e=>{i(r).text=e},a=e=>{i(r).databag=rj(e)};for(;t.length>0;){const e=t.shift();if((QU(e)||!kj(e)||this.preserveComments)&&r++,QU(e)){const t=e;if(e$(t)){const e=`t${r}`;this.staticExpressionMap.set(t[0],e);s(this.genConcatenatedText(t.map(({value:e})=>Dj(e)?e.value:this.bindExpression(e))))}}else if(Sj(e)){const n=e,i=[];n.listeners.length&&i.push(this.genEventListeners(n.listeners));for(const e of n.directives)"Ref"===e.name&&i.push(this.genRef(e));const s=[];for(const e of n.attributes){const{name:t,value:a}=e;if(Nj(a)){let o="";"style"===t?(o=`s${r}`,i.push(tj(GF("style"),this.bindExpression(a)))):"class"===t?(o=`c${r}`,i.push(tj(GF("className"),this.bindExpression(a)))):(o=`a${r}:${t}`,s.push(tj(JF(t),u$(e,n,this,!1)))),this.staticExpressionMap.set(e,o)}}s.length&&i.push(tj(GF("attrs"),rj(s))),i.length&&a(i),t.unshift(...XU(n,this.preserveComments))}}if(0!==n.size)return sj([...n.entries()].map(([e,{databag:t,text:n}])=>this.genStaticPart(e,t,n)))}genStaticPart(e,t,n){return this._renderApiCall(I$,[JF(e),t,n])}getStaticExpressionToken(e){const t=this.staticExpressionMap.get(e);if(KA(t)){const t=function(e){return"Attribute"===e.type}(e)?e.name:"text node";throw new Error(`Template compiler internal error, unable to map ${t} to a static expression.`)}return t}}function D$(e){const t=[];let n=!1,r=!1;for(let i=0;i<e.length;i++)"-"===e[i]?n?r=!0:(n=!0,t.push("/")):(t.push(r?e[i].toUpperCase():e[i]),r=!1);return t.join("")}function L$(e){const t=[],n=new Map;function r(e){return function(e){return"ObjectExpression"===e.type}(e)?e.properties.every(e=>HF(e)&&!e.computed&&!e.method&&!e.shorthand&&(zF(e.value)||r(e.value))):!!VF(e)&&e.elements.every(e=>null!==e&&(zF(e)||r(e)))}return jB(e,{enter(e){if(r(e)){const r=function(e){const r=YL(e);if(!n.has(r)){const i=`stc${n.size}`,s=pj("const",[uj(GF(i),e)]);t.push(s),n.set(r,i)}return GF(n.get(r))}(e);this.replace(r),this.skip()}}}),t.push(e),t}function R$(e){return Array.from(e.referencedComponents).map(e=>dj([hj(FU(e))],JF(D$(e))))}function M$(e){const t=Array.from(e.usedLwcApis).sort().map(e=>function(e,t,n){return{type:"ImportSpecifier",imported:e,local:t,...n}}(GF(e),GF(e)));return dj(t,JF("lwc"))}function F$(e,t){t.usedLwcApis.add(JL);const n=[...R$(t),M$(t)],r=t.hoistedNodes.map(({identifier:e,expr:t})=>pj("const",[uj(e,t)]));const i=function(e){const t=[];if(e.slotNames.size){const n=YF(GF(QL),GF("slots")),r=sj(Array.from(e.slotNames).sort().map(e=>JF(e))),i=ej("=",n,r);t.push(aj(i))}const n=ej("=",YF(GF(QL),GF("stylesheets")),sj([]));if(t.push(aj(n)),e.renderMode===rB.light){const e=ej("=",YF(GF(QL),GF("renderMode")),JF("light"));t.push(aj(e))}if(e.hasRefs){const e=ej("=",YF(GF(QL),GF("hasRefs")),JF(!0));t.push(aj(e))}return t}(t);return function(e,t){return{type:"Program",sourceType:"module",body:e,...t}}([...n,...r,...[...L$(e),fj(KF(GF(JL),[GF(QL)]))],...i])}function j$(e){const t=e.state.config.instrumentation;function n(n,r){const i=function(n,r){const i=[],{attributes:s,properties:a,listeners:o}=n,l=n.directives.find(Yj),c=n.directives.find(Jj),u=n.directives.find(Gj),d=n.directives.find(Kj),h=n.directives.find(zj),f=MU(n,e.state),m=n.directives.find(Xj);if(s.length){const t={};for(const r of s){const{name:s,value:a}=r;if("class"===s){if(Nj(a)){const t=e.bindExpression(a);i.push(tj(GF("className"),t))}else if(Dj(a)){const e=rj(zU(a.value).map(e=>tj(JF(e),JF(!0))));i.push(tj(GF("classMap"),e))}}else if("style"===s){if(Nj(a)){const t=e.bindExpression(a);i.push(tj(GF("style"),t))}else if(Dj(a)){const e=WU(HU(a.value));i.push(tj(GF("styleDecls"),e))}}else if("slot"===s){let t;t=Nj(a)?e.bindExpression(a):Dj(a)?JF(a.value):JF(""),i.push(tj(GF("slotAssignment"),t))}else t[s]=p(r,n,!f)}if(Object.keys(t).length){const e=jU(t,e=>t[e]);i.push(tj(GF("attrs"),e))}}const g=rj([]);if(a.length)for(const e of a)g.properties.push(tj(JF(e.name),p(e,n,!f)));if(l){const t=Dj(l.value)?JF(l.value.value):e.bindExpression(l.value);g.properties.push(tj(GF("innerHTML"),f?t:e.genSanitizedHtmlExpr(t)))}d&&i.push(e.genRef(d));h&&(g.properties.push({type:"SpreadElement",argument:e.bindExpression(h.value)}),t?.incrementCounter(RC.LWCSpreadDirective));g.properties.length&&i.push(tj(GF("props"),g));if(u||l){const e=rj([tj(GF("lwc"),rj([tj(GF("dom"),JF("manual"))]))]);i.push(tj(GF("context"),e))}i.push(tj(GF("key"),e.genKeyExpression(c,r))),o.length&&i.push(e.genEventListeners(o));n.namespace===lC&&i.push(tj(GF("svg"),JF(!0)));f&&(e.usedLwcApis.add(XL),i.push(tj(GF(XL),GF(XL))));KA(m)||i.push(tj(GF("slotData"),e.bindExpression(m.value)));xj(n)&&i.push(tj(GF("external"),JF(!0)));return rj(i)}(n,r);if(e.staticNodes.has(n)&&Sj(n))return e.genStaticElement(n,r);const a=s(n);let o;const{name:l}=n,c=n.directives.find(Hj),u=n.directives.find(Wj);if(c){const t=e.bindExpression(c.value);o=e.genDeprecatedDynamicElement(l,t,i,a)}else if(u){const t=e.bindExpression(u.value);o=e.genDynamicElement(t,i,a)}else if(_j(n))o=e.genCustomElement(l,FU(l),i,a);else if(Aj(n)){const t=a;o=e.getSlot(n.slotName,i,t)}else o=e.genElement(l,i,a);return o}function r(t){return e.genText(t.map(({value:t})=>Dj(t)?t.value:e.bindExpression(t)))}function i(t){return e.genComment(t.value)}function s(t){const s=[],c=t.children,p=c[Symbol.iterator]();let d;for(;(d=p.next())&&!d.done;){let c=d.value;if(Oj(c)){const e=[];do{e.push(c),d=p.next(),c=d.value}while(!d.done&&Oj(c));if(s.push(r(e)),d.done)break}if(Fj(c))s.push(u(c));else if(jj(c)){const e=o(c);Array.isArray(e)?s.push(...e):s.push(e)}else if(Cj(c)){const e=Aj(t)?t.slotName:void 0;s.push(n(c,e))}else kj(c)&&e.preserveComments?s.push(i(c)):Bj(c)?s.push(l(c)):tB(c)&&s.push(a(c))}return BU(e,c)?1===c.length?s[0]:e.genFlatten([sj(s)]):sj(s)}function a(t){const{slotName:n,slotData:{value:r}}=t;e.beginScope(),e.declareIdentifier(r);const i=GF("key");e.declareIdentifier(i);const a=e.genFragment(i,s(t));e.endScope();const o=oj(null,[r,i],lj([cj(a)]));let l;return l=zF(n)?JF(n.value):e.bindExpression(n),e.getScopedSlotFactory(o,l)}function o(t){const n=s(t);let r;if(VF(n)){const i=e.bindExpression(t.condition);r=sj(n.elements.map(e=>null!==e?c(t,e,i):null))}else r=c(t,n,void 0,sj([]));return VF(r)&&(r=r.elements),r}function l(t,n){const r=n??e.generateKey(),i=e.genFragment(JF(r),s(t));let a=JF(null);return t.else&&(a=Uj(t.else)?l(t.else,r):e.genFragment(JF(r),s(t.else))),XF(e.bindExpression(t.condition),i,a)}function c(t,n,r,i){let s;r||(r=e.bindExpression(t.condition));const a=t.modifier;if("true"===a)s=r;else if("false"===a)s=function(e,t,n){return{type:"UnaryExpression",argument:t,operator:e,prefix:!0,...n}}("!",r);else{if("strict-true"!==a)throw OC(CC.UNKNOWN_IF_MODIFIER,{messageArgs:[a]});s=QF("===",r,JF(!0))}return XF(s,n,i??JF(null))}function u(t){let n,r=function(t){if(e.beginScope(),Mj(t)){const{item:n,index:r}=t;r&&e.declareIdentifier(r),e.declareIdentifier(n)}else e.declareIdentifier(t.iterator);const n=s(t);return e.endScope(),n}(t);return VF(r)&&1===r.elements.length&&(r=r.elements[0]),n=Mj(t)?function(t,n){const{expression:r,item:i,index:s}=t,a=[i];s&&a.push(s);const o=e.bindExpression(r),l=oj(null,a,lj([cj(n)]));return e.genIterator(o,l)}(t,r):function(t,n){const{expression:r,iterator:i}=t,{name:s}=i,a={value:`${s}Value`,index:`${s}Index`,first:`${s}First`,last:`${s}Last`},o=Object.values(a).map(e=>GF(e)),l=rj(Object.entries(a).map(([e,t])=>tj(GF(e),GF(t)))),c=e.bindExpression(r),u=oj(null,o,lj([pj("const",[uj(GF(s),l)]),cj(n)]));return e.genIterator(c,u)}(t,r),n}function p(t,n,r){const{name:i,namespace:s=""}=n,{value:a}=t,o=eB(t)?t.attributeName:t.name,l=fU(n,o);if(Nj(a))return u$(t,n,e,r);if(Dj(a)){if("id"===o)return e.genScopedId(a.value);if("spellcheck"===o)return JF("false"!==a.value.toLowerCase());if(!l&&hC(o,i))return JF(!0);if(iU(o))return e.genScopedId(a.value);if(e.scopeFragmentId&&sU(i,o,s)&&oU(a.value))return e.genScopedFragId(a.value);if(aU(i,o,s)){const t=oU(a.value)?e.genScopedFragId(a.value):JF(a.value);return r?(e.usedLwcApis.add("sanitizeAttribute"),KF(GF("sanitizeAttribute"),[JF(i),JF(s),JF(o),t])):t}return JF(a.value)}return JF(l?"":a.value)}return s(e.root)}function B$(e,t){const n=UU(e),r=new N$({root:e,state:t,scopeFragmentId:n}),i=function(e){const t=j$(e),n=[ZL.API,ZL.INSTANCE,ZL.SLOT_SET,ZL.CONTEXT].map(e=>GF(e)),r=Object.keys(e.usedApis),i=0===r.length?[]:[pj("const",[uj(ij(r.map(t=>nj(GF(t),e.usedApis[t]))),GF(ZL.API))])];return e.memorizedIds.length&&i.push(pj("const",[uj(ij(e.memorizedIds.map(e=>nj(e,e,{shorthand:!0}))),GF(ZL.CONTEXT))])),i.push(cj(t)),function(e,t,n){return{type:"FunctionDeclaration",id:e,params:t,body:n,...void 0}}(GF(QL),n,lj(i,{trailingComments:[(s=yC,{type:"Block",value:s})]}));var s}(r);return YL(F$(i,r),{comments:!0})}const{create:U$}=Object,{forEach:$$}=Array.prototype,{replace:q$,toLowerCase:V$}=String.prototype,H$=["ariaActiveDescendant","ariaAtomic","ariaAutoComplete","ariaBusy","ariaChecked","ariaColCount","ariaColIndex","ariaColIndexText","ariaColSpan","ariaControls","ariaCurrent","ariaDescribedBy","ariaDescription","ariaDetails","ariaDisabled","ariaErrorMessage","ariaExpanded","ariaFlowTo","ariaHasPopup","ariaHidden","ariaInvalid","ariaKeyShortcuts","ariaLabel","ariaLabelledBy","ariaLevel","ariaLive","ariaModal","ariaMultiLine","ariaMultiSelectable","ariaOrientation","ariaOwns","ariaPlaceholder","ariaPosInSet","ariaPressed","ariaReadOnly","ariaRelevant","ariaRequired","ariaRoleDescription","ariaRowCount","ariaRowIndex","ariaRowIndexText","ariaRowSpan","ariaSelected","ariaSetSize","ariaSort","ariaValueMax","ariaValueMin","ariaValueNow","ariaValueText","ariaBrailleLabel","ariaBrailleRoleDescription","role"],{AriaPropNameToAttrNameMap:W$}=(()=>{const e=U$(null),t=U$(null);return $$.call(H$,n=>{const r=V$.call(q$.call(n,/^aria/,()=>"aria-"));e[r]=n,t[n]=r}),{AriaAttrNameToPropNameMap:e,AriaPropNameToAttrNameMap:t}})(),G$=new Set(["NaN","arguments","break","case","catch","class","const","continue","debugger","default","delete","do","else","enum","eval","export","extends","false","finally","for","function","if","implements","import","in","instanceof","interface","let","new","null","package","private","protected","public","return","static","super","switch","this","throw","true","try","typeof","undefined","var","void","while","with","yield"]),z$=new Set(["area","base","br","col","embed","hr","img","input","link","meta","source","track","wbr","param","keygen","menuitem"]);const Y$=`__ESTEMPLATE_${Math.random().toString().slice(2)}_PLACEHOLDER__`,K$={Identifier(e,t){if(e.node?.name.startsWith(Y$)){const n=e.node.name.slice(Y$.length),r=t.placeholderToValidator.get(n),i=t.replacementNodes[n];if(r&&!(Array.isArray(i)?i.every(r):r(i)))throw new Error(`Validation failed for templated node of type ${e.node.type}`);null===i?e.remove():Array.isArray(i)?0===i.length?e.remove():"ExpressionStatement"===e.parentPath.node.type?e.parentPath.replaceWithMultiple(i):e.replaceWithMultiple(i):e.replaceWith(i)}},Literal(e,t){if("string"==typeof e.node?.value&&e.node.value.startsWith(Y$)){const n=e.node.value.slice(Y$.length),r=t.placeholderToValidator.get(n),i=t.replacementNodes[n];if(r&&!r(i))throw new Error(`Validation failed for templated node of type ${e.node.type}`);e.replaceWith(i)}}};function J$(e,t,n,r){let i=0,s=e[0];t.reverse();const a=new Map;for(const n of e.slice(1)){const e=t.pop();e&&a.set(i.toString(),e),s+=`${Y$}${i++}`,s+=n}n&&(s=n(s));const o=function(e,t){return kN.parse(e,t)}(s,{ecmaVersion:2022,allowAwaitOutsideFunction:!0,allowReturnOutsideFunction:!0,allowSuperOutsideMethod:!0,allowImportExportEverywhere:!0,locations:!1});let l;const c=e.at(-1)?.trimEnd()?.at(-1);return l=1===o.body.length?l=";"===c&&"ExpressionStatement"===o.body[0].type?o.body[0].expression:o.body[0]:o.body,l=JSON.parse(JSON.stringify(l)),function(...e){const t=xL(l,t=>nI(t,K$,{placeholderToValidator:a,replacementNodes:e}));return r?r(t):t}}function X$(e,...t){return J$(e,t)}function Q$(e,...t){return J$(e,t,e=>`function* placeholder() {${e}}`,e=>1===e.body.body.length?e.body.body[0]:e.body.body)}const Z$=X$`
|
|
72
72
|
import defaultStylesheets from '${kP.literal}';
|
|
73
73
|
`;const eq=/[/\\](?<componentName>[a-z_-]+)[/\\]\k<componentName>\.[tj]s$/;const tq=X$`
|
|
74
74
|
import ${kP.identifier} from "${e=>kP.literal(e)&&"string"==typeof e.value}";
|