textlint-plugin-mdx 1.0.2 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +47 -43
  2. package/package.json +4 -3
package/lib/index.js CHANGED
@@ -1,52 +1,56 @@
1
- "use strict";var wc=Object.create;var Yr=Object.defineProperty;var Cc=Object.getOwnPropertyDescriptor;var Sc=Object.getOwnPropertyNames;var Ec=Object.getPrototypeOf,_c=Object.prototype.hasOwnProperty;var De=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),_s=(e,t)=>{for(var r in t)Yr(e,r,{get:t[r],enumerable:!0})},As=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Sc(t))!_c.call(e,a)&&a!==r&&Yr(e,a,{get:()=>t[a],enumerable:!(n=Cc(t,a))||n.enumerable});return e};var St=(e,t,r)=>(r=e!=null?wc(Ec(e)):{},As(t||!e||!e.__esModule?Yr(r,"default",{value:e,enumerable:!0}):r,e)),Ac=e=>As(Yr({},"__esModule",{value:!0}),e);var Ts=De($r=>{"use strict";Object.defineProperty($r,"__esModule",{value:!0});$r.ASTNodeTypes=void 0;var Is;(function(e){e.Document="Document",e.DocumentExit="Document:exit",e.Paragraph="Paragraph",e.ParagraphExit="Paragraph:exit",e.BlockQuote="BlockQuote",e.BlockQuoteExit="BlockQuote:exit",e.ListItem="ListItem",e.ListItemExit="ListItem:exit",e.List="List",e.ListExit="List:exit",e.Header="Header",e.HeaderExit="Header:exit",e.CodeBlock="CodeBlock",e.CodeBlockExit="CodeBlock:exit",e.HtmlBlock="HtmlBlock",e.HtmlBlockExit="HtmlBlock:exit",e.HorizontalRule="HorizontalRule",e.HorizontalRuleExit="HorizontalRule:exit",e.Comment="Comment",e.CommentExit="Comment:exit",e.ReferenceDef="ReferenceDef",e.ReferenceDefExit="ReferenceDef:exit",e.Str="Str",e.StrExit="Str:exit",e.Break="Break",e.BreakExit="Break:exit",e.Emphasis="Emphasis",e.EmphasisExit="Emphasis:exit",e.Strong="Strong",e.StrongExit="Strong:exit",e.Html="Html",e.HtmlExit="Html:exit",e.Link="Link",e.LinkExit="Link:exit",e.Image="Image",e.ImageExit="Image:exit",e.Code="Code",e.CodeExit="Code:exit",e.Delete="Delete",e.DeleteExit="Delete:exit",e.Table="Table",e.TableExit="Table:exit",e.TableRow="TableRow",e.TableRowExit="TableRow:exit",e.TableCell="TableCell",e.TableCellExit="TableCell:exit"})(Is||($r.ASTNodeTypes=Is={}))});var Xi=De(Zr=>{"use strict";Object.defineProperty(Zr,"__esModule",{value:!0});Zr.ASTNodeTypes=void 0;var Ic=Ts();Object.defineProperty(Zr,"ASTNodeTypes",{enumerable:!0,get:function(){return Ic.ASTNodeTypes}})});var Ls=De((Hd,Ps)=>{var ur=1e3,lr=ur*60,cr=lr*60,Ht=cr*24,Tc=Ht*7,Pc=Ht*365.25;Ps.exports=function(e,t){t=t||{};var r=typeof e;if(r==="string"&&e.length>0)return Lc(e);if(r==="number"&&isFinite(e))return t.long?Nc(e):Fc(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Lc(e){if(e=String(e),!(e.length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var r=parseFloat(t[1]),n=(t[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*Pc;case"weeks":case"week":case"w":return r*Tc;case"days":case"day":case"d":return r*Ht;case"hours":case"hour":case"hrs":case"hr":case"h":return r*cr;case"minutes":case"minute":case"mins":case"min":case"m":return r*lr;case"seconds":case"second":case"secs":case"sec":case"s":return r*ur;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function Fc(e){var t=Math.abs(e);return t>=Ht?Math.round(e/Ht)+"d":t>=cr?Math.round(e/cr)+"h":t>=lr?Math.round(e/lr)+"m":t>=ur?Math.round(e/ur)+"s":e+"ms"}function Nc(e){var t=Math.abs(e);return t>=Ht?ei(e,t,Ht,"day"):t>=cr?ei(e,t,cr,"hour"):t>=lr?ei(e,t,lr,"minute"):t>=ur?ei(e,t,ur,"second"):e+" ms"}function ei(e,t,r,n){var a=t>=r*1.5;return Math.round(e/r)+" "+n+(a?"s":"")}});var Yi=De((Gd,Fs)=>{function Rc(e){r.debug=r,r.default=r,r.coerce=c,r.disable=s,r.enable=a,r.enabled=u,r.humanize=Ls(),r.destroy=p,Object.keys(e).forEach(m=>{r[m]=e[m]}),r.names=[],r.skips=[],r.formatters={};function t(m){let h=0;for(let k=0;k<m.length;k++)h=(h<<5)-h+m.charCodeAt(k),h|=0;return r.colors[Math.abs(h)%r.colors.length]}r.selectColor=t;function r(m){let h,k=null,x,y;function E(...C){if(!E.enabled)return;let I=E,T=Number(new Date),S=T-(h||T);I.diff=S,I.prev=h,I.curr=T,h=T,C[0]=r.coerce(C[0]),typeof C[0]!="string"&&C.unshift("%O");let d=0;C[0]=C[0].replace(/%([a-zA-Z%])/g,(N,P)=>{if(N==="%%")return"%";d++;let O=r.formatters[P];if(typeof O=="function"){let B=C[d];N=O.call(I,B),C.splice(d,1),d--}return N}),r.formatArgs.call(I,C),(I.log||r.log).apply(I,C)}return E.namespace=m,E.useColors=r.useColors(),E.color=r.selectColor(m),E.extend=n,E.destroy=r.destroy,Object.defineProperty(E,"enabled",{enumerable:!0,configurable:!1,get:()=>k!==null?k:(x!==r.namespaces&&(x=r.namespaces,y=r.enabled(m)),y),set:C=>{k=C}}),typeof r.init=="function"&&r.init(E),E}function n(m,h){let k=r(this.namespace+(typeof h>"u"?":":h)+m);return k.log=this.log,k}function a(m){r.save(m),r.namespaces=m,r.names=[],r.skips=[];let h,k=(typeof m=="string"?m:"").split(/[\s,]+/),x=k.length;for(h=0;h<x;h++)k[h]&&(m=k[h].replace(/\*/g,".*?"),m[0]==="-"?r.skips.push(new RegExp("^"+m.slice(1)+"$")):r.names.push(new RegExp("^"+m+"$")))}function s(){let m=[...r.names.map(l),...r.skips.map(l).map(h=>"-"+h)].join(",");return r.enable(""),m}function u(m){if(m[m.length-1]==="*")return!0;let h,k;for(h=0,k=r.skips.length;h<k;h++)if(r.skips[h].test(m))return!1;for(h=0,k=r.names.length;h<k;h++)if(r.names[h].test(m))return!0;return!1}function l(m){return m.toString().substring(2,m.toString().length-2).replace(/\.\*\?$/,"*")}function c(m){return m instanceof Error?m.stack||m.message:m}function p(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return r.enable(r.load()),r}Fs.exports=Rc});var Ns=De((Ue,ti)=>{Ue.formatArgs=Oc;Ue.save=Dc;Ue.load=Bc;Ue.useColors=Vc;Ue.storage=Mc();Ue.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();Ue.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function Vc(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function Oc(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+ti.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let r=0,n=0;e[0].replace(/%[a-zA-Z%]/g,a=>{a!=="%%"&&(r++,a==="%c"&&(n=r))}),e.splice(n,0,t)}Ue.log=console.debug||console.log||(()=>{});function Dc(e){try{e?Ue.storage.setItem("debug",e):Ue.storage.removeItem("debug")}catch{}}function Bc(){let e;try{e=Ue.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function Mc(){try{return localStorage}catch{}}ti.exports=Yi()(Ue);var{formatters:qc}=ti.exports;qc.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var Vs=De((Wd,Rs)=>{"use strict";Rs.exports=(e,t=process.argv)=>{let r=e.startsWith("-")?"":e.length===1?"-":"--",n=t.indexOf(r+e),a=t.indexOf("--");return n!==-1&&(a===-1||n<a)}});var Bs=De((Qd,Ds)=>{"use strict";var zc=require("os"),Os=require("tty"),Ze=Vs(),{env:Ie}=process,ri;Ze("no-color")||Ze("no-colors")||Ze("color=false")||Ze("color=never")?ri=0:(Ze("color")||Ze("colors")||Ze("color=true")||Ze("color=always"))&&(ri=1);function jc(){if("FORCE_COLOR"in Ie)return Ie.FORCE_COLOR==="true"?1:Ie.FORCE_COLOR==="false"?0:Ie.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(Ie.FORCE_COLOR,10),3)}function Uc(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function Jc(e,{streamIsTTY:t,sniffFlags:r=!0}={}){let n=jc();n!==void 0&&(ri=n);let a=r?ri:n;if(a===0)return 0;if(r){if(Ze("color=16m")||Ze("color=full")||Ze("color=truecolor"))return 3;if(Ze("color=256"))return 2}if(e&&!t&&a===void 0)return 0;let s=a||0;if(Ie.TERM==="dumb")return s;if(process.platform==="win32"){let u=zc.release().split(".");return Number(u[0])>=10&&Number(u[2])>=10586?Number(u[2])>=14931?3:2:1}if("CI"in Ie)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE","DRONE"].some(u=>u in Ie)||Ie.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in Ie)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ie.TEAMCITY_VERSION)?1:0;if(Ie.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in Ie){let u=Number.parseInt((Ie.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ie.TERM_PROGRAM){case"iTerm.app":return u>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ie.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(Ie.TERM)||"COLORTERM"in Ie?1:s}function $i(e,t={}){let r=Jc(e,{streamIsTTY:e&&e.isTTY,...t});return Uc(r)}Ds.exports={supportsColor:$i,stdout:$i({isTTY:Os.isatty(1)}),stderr:$i({isTTY:Os.isatty(2)})}});var qs=De((Pe,ni)=>{var Hc=require("tty"),ii=require("util");Pe.init=$c;Pe.log=Kc;Pe.formatArgs=Wc;Pe.save=Xc;Pe.load=Yc;Pe.useColors=Gc;Pe.destroy=ii.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");Pe.colors=[6,2,3,4,5,1];try{let e=Bs();e&&(e.stderr||e).level>=2&&(Pe.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}Pe.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,t)=>{let r=t.substring(6).toLowerCase().replace(/_([a-z])/g,(a,s)=>s.toUpperCase()),n=process.env[t];return/^(yes|on|true|enabled)$/i.test(n)?n=!0:/^(no|off|false|disabled)$/i.test(n)?n=!1:n==="null"?n=null:n=Number(n),e[r]=n,e},{});function Gc(){return"colors"in Pe.inspectOpts?!!Pe.inspectOpts.colors:Hc.isatty(process.stderr.fd)}function Wc(e){let{namespace:t,useColors:r}=this;if(r){let n=this.color,a="\x1B[3"+(n<8?n:"8;5;"+n),s=` ${a};1m${t} \x1B[0m`;e[0]=s+e[0].split(`
1
+ "use strict";var Jc=Object.create;var ti=Object.defineProperty;var Hc=Object.getOwnPropertyDescriptor;var Gc=Object.getOwnPropertyNames;var Wc=Object.getPrototypeOf,Qc=Object.prototype.hasOwnProperty;var Oe=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Hs=(e,t)=>{for(var r in t)ti(e,r,{get:t[r],enumerable:!0})},Gs=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Gc(t))!Qc.call(e,a)&&a!==r&&ti(e,a,{get:()=>t[a],enumerable:!(n=Hc(t,a))||n.enumerable});return e};var At=(e,t,r)=>(r=e!=null?Jc(Wc(e)):{},Gs(t||!e||!e.__esModule?ti(r,"default",{value:e,enumerable:!0}):r,e)),Kc=e=>Gs(ti({},"__esModule",{value:!0}),e);var Qs=Oe(ri=>{"use strict";Object.defineProperty(ri,"__esModule",{value:!0});ri.ASTNodeTypes=void 0;var Ws;(function(e){e.Document="Document",e.DocumentExit="Document:exit",e.Paragraph="Paragraph",e.ParagraphExit="Paragraph:exit",e.BlockQuote="BlockQuote",e.BlockQuoteExit="BlockQuote:exit",e.ListItem="ListItem",e.ListItemExit="ListItem:exit",e.List="List",e.ListExit="List:exit",e.Header="Header",e.HeaderExit="Header:exit",e.CodeBlock="CodeBlock",e.CodeBlockExit="CodeBlock:exit",e.HtmlBlock="HtmlBlock",e.HtmlBlockExit="HtmlBlock:exit",e.HorizontalRule="HorizontalRule",e.HorizontalRuleExit="HorizontalRule:exit",e.Comment="Comment",e.CommentExit="Comment:exit",e.ReferenceDef="ReferenceDef",e.ReferenceDefExit="ReferenceDef:exit",e.Str="Str",e.StrExit="Str:exit",e.Break="Break",e.BreakExit="Break:exit",e.Emphasis="Emphasis",e.EmphasisExit="Emphasis:exit",e.Strong="Strong",e.StrongExit="Strong:exit",e.Html="Html",e.HtmlExit="Html:exit",e.Link="Link",e.LinkExit="Link:exit",e.Image="Image",e.ImageExit="Image:exit",e.Code="Code",e.CodeExit="Code:exit",e.Delete="Delete",e.DeleteExit="Delete:exit",e.Table="Table",e.TableExit="Table:exit",e.TableRow="TableRow",e.TableRowExit="TableRow:exit",e.TableCell="TableCell",e.TableCellExit="TableCell:exit"})(Ws||(ri.ASTNodeTypes=Ws={}))});var nn=Oe(ii=>{"use strict";Object.defineProperty(ii,"__esModule",{value:!0});ii.ASTNodeTypes=void 0;var Xc=Qs();Object.defineProperty(ii,"ASTNodeTypes",{enumerable:!0,get:function(){return Xc.ASTNodeTypes}})});var Xs=Oe((qx,Ks)=>{var hr=1e3,pr=hr*60,fr=pr*60,Qt=fr*24,Yc=Qt*7,$c=Qt*365.25;Ks.exports=function(e,t){t=t||{};var r=typeof e;if(r==="string"&&e.length>0)return Zc(e);if(r==="number"&&isFinite(e))return t.long?th(e):eh(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Zc(e){if(e=String(e),!(e.length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var r=parseFloat(t[1]),n=(t[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*$c;case"weeks":case"week":case"w":return r*Yc;case"days":case"day":case"d":return r*Qt;case"hours":case"hour":case"hrs":case"hr":case"h":return r*fr;case"minutes":case"minute":case"mins":case"min":case"m":return r*pr;case"seconds":case"second":case"secs":case"sec":case"s":return r*hr;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function eh(e){var t=Math.abs(e);return t>=Qt?Math.round(e/Qt)+"d":t>=fr?Math.round(e/fr)+"h":t>=pr?Math.round(e/pr)+"m":t>=hr?Math.round(e/hr)+"s":e+"ms"}function th(e){var t=Math.abs(e);return t>=Qt?ni(e,t,Qt,"day"):t>=fr?ni(e,t,fr,"hour"):t>=pr?ni(e,t,pr,"minute"):t>=hr?ni(e,t,hr,"second"):e+" ms"}function ni(e,t,r,n){var a=t>=r*1.5;return Math.round(e/r)+" "+n+(a?"s":"")}});var an=Oe((zx,Ys)=>{function rh(e){r.debug=r,r.default=r,r.coerce=c,r.disable=s,r.enable=a,r.enabled=o,r.humanize=Xs(),r.destroy=p,Object.keys(e).forEach(f=>{r[f]=e[f]}),r.names=[],r.skips=[],r.formatters={};function t(f){let h=0;for(let b=0;b<f.length;b++)h=(h<<5)-h+f.charCodeAt(b),h|=0;return r.colors[Math.abs(h)%r.colors.length]}r.selectColor=t;function r(f){let h,b=null,x,k;function S(...w){if(!S.enabled)return;let A=S,T=Number(new Date),E=T-(h||T);A.diff=E,A.prev=h,A.curr=T,h=T,w[0]=r.coerce(w[0]),typeof w[0]!="string"&&w.unshift("%O");let d=0;w[0]=w[0].replace(/%([a-zA-Z%])/g,(R,L)=>{if(R==="%%")return"%";d++;let M=r.formatters[L];if(typeof M=="function"){let N=w[d];R=M.call(A,N),w.splice(d,1),d--}return R}),r.formatArgs.call(A,w),(A.log||r.log).apply(A,w)}return S.namespace=f,S.useColors=r.useColors(),S.color=r.selectColor(f),S.extend=n,S.destroy=r.destroy,Object.defineProperty(S,"enabled",{enumerable:!0,configurable:!1,get:()=>b!==null?b:(x!==r.namespaces&&(x=r.namespaces,k=r.enabled(f)),k),set:w=>{b=w}}),typeof r.init=="function"&&r.init(S),S}function n(f,h){let b=r(this.namespace+(typeof h>"u"?":":h)+f);return b.log=this.log,b}function a(f){r.save(f),r.namespaces=f,r.names=[],r.skips=[];let h,b=(typeof f=="string"?f:"").split(/[\s,]+/),x=b.length;for(h=0;h<x;h++)b[h]&&(f=b[h].replace(/\*/g,".*?"),f[0]==="-"?r.skips.push(new RegExp("^"+f.slice(1)+"$")):r.names.push(new RegExp("^"+f+"$")))}function s(){let f=[...r.names.map(l),...r.skips.map(l).map(h=>"-"+h)].join(",");return r.enable(""),f}function o(f){if(f[f.length-1]==="*")return!0;let h,b;for(h=0,b=r.skips.length;h<b;h++)if(r.skips[h].test(f))return!1;for(h=0,b=r.names.length;h<b;h++)if(r.names[h].test(f))return!0;return!1}function l(f){return f.toString().substring(2,f.toString().length-2).replace(/\.\*\?$/,"*")}function c(f){return f instanceof Error?f.stack||f.message:f}function p(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return r.enable(r.load()),r}Ys.exports=rh});var $s=Oe((Ue,ai)=>{Ue.formatArgs=nh;Ue.save=ah;Ue.load=sh;Ue.useColors=ih;Ue.storage=oh();Ue.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();Ue.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function ih(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function nh(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+ai.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let r=0,n=0;e[0].replace(/%[a-zA-Z%]/g,a=>{a!=="%%"&&(r++,a==="%c"&&(n=r))}),e.splice(n,0,t)}Ue.log=console.debug||console.log||(()=>{});function ah(e){try{e?Ue.storage.setItem("debug",e):Ue.storage.removeItem("debug")}catch{}}function sh(){let e;try{e=Ue.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function oh(){try{return localStorage}catch{}}ai.exports=an()(Ue);var{formatters:uh}=ai.exports;uh.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var eo=Oe((jx,Zs)=>{"use strict";Zs.exports=(e,t=process.argv)=>{let r=e.startsWith("-")?"":e.length===1?"-":"--",n=t.indexOf(r+e),a=t.indexOf("--");return n!==-1&&(a===-1||n<a)}});var io=Oe((Ux,ro)=>{"use strict";var lh=require("os"),to=require("tty"),et=eo(),{env:Ie}=process,si;et("no-color")||et("no-colors")||et("color=false")||et("color=never")?si=0:(et("color")||et("colors")||et("color=true")||et("color=always"))&&(si=1);function ch(){if("FORCE_COLOR"in Ie)return Ie.FORCE_COLOR==="true"?1:Ie.FORCE_COLOR==="false"?0:Ie.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(Ie.FORCE_COLOR,10),3)}function hh(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function ph(e,{streamIsTTY:t,sniffFlags:r=!0}={}){let n=ch();n!==void 0&&(si=n);let a=r?si:n;if(a===0)return 0;if(r){if(et("color=16m")||et("color=full")||et("color=truecolor"))return 3;if(et("color=256"))return 2}if(e&&!t&&a===void 0)return 0;let s=a||0;if(Ie.TERM==="dumb")return s;if(process.platform==="win32"){let o=lh.release().split(".");return Number(o[0])>=10&&Number(o[2])>=10586?Number(o[2])>=14931?3:2:1}if("CI"in Ie)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE","DRONE"].some(o=>o in Ie)||Ie.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in Ie)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Ie.TEAMCITY_VERSION)?1:0;if(Ie.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in Ie){let o=Number.parseInt((Ie.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Ie.TERM_PROGRAM){case"iTerm.app":return o>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(Ie.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(Ie.TERM)||"COLORTERM"in Ie?1:s}function sn(e,t={}){let r=ph(e,{streamIsTTY:e&&e.isTTY,...t});return hh(r)}ro.exports={supportsColor:sn,stdout:sn({isTTY:to.isatty(1)}),stderr:sn({isTTY:to.isatty(2)})}});var ao=Oe((Le,ui)=>{var fh=require("tty"),oi=require("util");Le.init=yh;Le.log=gh;Le.formatArgs=dh;Le.save=bh;Le.load=kh;Le.useColors=mh;Le.destroy=oi.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");Le.colors=[6,2,3,4,5,1];try{let e=io();e&&(e.stderr||e).level>=2&&(Le.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}Le.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,t)=>{let r=t.substring(6).toLowerCase().replace(/_([a-z])/g,(a,s)=>s.toUpperCase()),n=process.env[t];return/^(yes|on|true|enabled)$/i.test(n)?n=!0:/^(no|off|false|disabled)$/i.test(n)?n=!1:n==="null"?n=null:n=Number(n),e[r]=n,e},{});function mh(){return"colors"in Le.inspectOpts?!!Le.inspectOpts.colors:fh.isatty(process.stderr.fd)}function dh(e){let{namespace:t,useColors:r}=this;if(r){let n=this.color,a="\x1B[3"+(n<8?n:"8;5;"+n),s=` ${a};1m${t} \x1B[0m`;e[0]=s+e[0].split(`
2
2
  `).join(`
3
- `+s),e.push(a+"m+"+ni.exports.humanize(this.diff)+"\x1B[0m")}else e[0]=Qc()+t+" "+e[0]}function Qc(){return Pe.inspectOpts.hideDate?"":new Date().toISOString()+" "}function Kc(...e){return process.stderr.write(ii.format(...e)+`
4
- `)}function Xc(e){e?process.env.DEBUG=e:delete process.env.DEBUG}function Yc(){return process.env.DEBUG}function $c(e){e.inspectOpts={};let t=Object.keys(Pe.inspectOpts);for(let r=0;r<t.length;r++)e.inspectOpts[t[r]]=Pe.inspectOpts[t[r]]}ni.exports=Yi()(Pe);var{formatters:Ms}=ni.exports;Ms.o=function(e){return this.inspectOpts.colors=this.useColors,ii.inspect(e,this.inspectOpts).split(`
5
- `).map(t=>t.trim()).join(" ")};Ms.O=function(e){return this.inspectOpts.colors=this.useColors,ii.inspect(e,this.inspectOpts)}});var zs=De((Kd,Zi)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Zi.exports=Ns():Zi.exports=qs()});var Qs=De((Xd,Ws)=>{"use strict";function hr(e){return Object.prototype.toString.call(e)}function Zc(e){return hr(e)==="[object Date]"}function eh(e){return hr(e)==="[object RegExp]"}function th(e){return hr(e)==="[object Error]"}function rh(e){return hr(e)==="[object Boolean]"}function ih(e){return hr(e)==="[object Number]"}function nh(e){return hr(e)==="[object String]"}var Us=Array.isArray||function(t){return Object.prototype.toString.call(t)==="[object Array]"};function ai(e,t){if(e.forEach)return e.forEach(t);for(var r=0;r<e.length;r++)t(e[r],r,e)}var ah=Object.keys||function(t){var r=[];for(var n in t)r.push(n);return r},sh=Object.prototype.propertyIsEnumerable,js=Object.getOwnPropertySymbols;function si(e){var t=ah(e);if(js)for(var r=js(e),n=0;n<r.length;n++)sh.call(e,r[n])&&t.push(r[n]);return t}var oi=Object.prototype.hasOwnProperty||function(e,t){return t in e};function Js(e){if(typeof e=="object"&&e!==null){var t;if(Us(e))t=[];else if(Zc(e))t=new Date(e.getTime?e.getTime():e);else if(eh(e))t=new RegExp(e);else if(th(e))t={message:e.message};else if(rh(e)||ih(e)||nh(e))t=Object(e);else if(Object.create&&Object.getPrototypeOf)t=Object.create(Object.getPrototypeOf(e));else if(e.constructor===Object)t={};else{var r=e.constructor&&e.constructor.prototype||e.__proto__||{},n=function(){};n.prototype=r,t=new n}return ai(si(e),function(a){t[a]=e[a]}),t}return e}function Hs(e,t,r){var n=[],a=[],s=!0;return function u(l){var c=r?Js(l):l,p={},m=!0,h={node:c,node_:l,path:[].concat(n),parent:a[a.length-1],parents:a,key:n[n.length-1],isRoot:n.length===0,level:n.length,circular:null,update:function(y,E){h.isRoot||(h.parent.node[h.key]=y),h.node=y,E&&(m=!1)},delete:function(y){delete h.parent.node[h.key],y&&(m=!1)},remove:function(y){Us(h.parent.node)?h.parent.node.splice(h.key,1):delete h.parent.node[h.key],y&&(m=!1)},keys:null,before:function(y){p.before=y},after:function(y){p.after=y},pre:function(y){p.pre=y},post:function(y){p.post=y},stop:function(){s=!1},block:function(){m=!1}};if(!s)return h;function k(){if(typeof h.node=="object"&&h.node!==null){(!h.keys||h.node_!==h.node)&&(h.keys=si(h.node)),h.isLeaf=h.keys.length===0;for(var y=0;y<a.length;y++)if(a[y].node_===l){h.circular=a[y];break}}else h.isLeaf=!0,h.keys=null;h.notLeaf=!h.isLeaf,h.notRoot=!h.isRoot}k();var x=t.call(h,h.node);return x!==void 0&&h.update&&h.update(x),p.before&&p.before.call(h,h.node),m&&(typeof h.node=="object"&&h.node!==null&&!h.circular&&(a.push(h),k(),ai(h.keys,function(y,E){n.push(y),p.pre&&p.pre.call(h,h.node[y],y);var C=u(h.node[y]);r&&oi.call(h.node,y)&&(h.node[y]=C.node),C.isLast=E===h.keys.length-1,C.isFirst=E===0,p.post&&p.post.call(h,C),n.pop()}),a.pop()),p.after&&p.after.call(h,h.node)),h}(e).node}function et(e){this.value=e}et.prototype.get=function(e){for(var t=this.value,r=0;r<e.length;r++){var n=e[r];if(!t||!oi.call(t,n))return;t=t[n]}return t};et.prototype.has=function(e){for(var t=this.value,r=0;r<e.length;r++){var n=e[r];if(!t||!oi.call(t,n))return!1;t=t[n]}return!0};et.prototype.set=function(e,t){for(var r=this.value,n=0;n<e.length-1;n++){var a=e[n];oi.call(r,a)||(r[a]={}),r=r[a]}return r[e[n]]=t,t};et.prototype.map=function(e){return Hs(this.value,e,!0)};et.prototype.forEach=function(e){return this.value=Hs(this.value,e,!1),this.value};et.prototype.reduce=function(e,t){var r=arguments.length===1,n=r?this.value:t;return this.forEach(function(a){(!this.isRoot||!r)&&(n=e.call(this,n,a))}),n};et.prototype.paths=function(){var e=[];return this.forEach(function(){e.push(this.path)}),e};et.prototype.nodes=function(){var e=[];return this.forEach(function(){e.push(this.node)}),e};et.prototype.clone=function(){var e=[],t=[];return function r(n){for(var a=0;a<e.length;a++)if(e[a]===n)return t[a];if(typeof n=="object"&&n!==null){var s=Js(n);return e.push(n),t.push(s),ai(si(n),function(u){s[u]=r(n[u])}),e.pop(),t.pop(),s}return n}(this.value)};function Gs(e){return new et(e)}ai(si(et.prototype),function(e){Gs[e]=function(t){var r=[].slice.call(arguments,1),n=new et(t);return n[e].apply(n,r)}});Ws.exports=Gs});var no=De((Zd,io)=>{"use strict";var ui=Object.prototype.hasOwnProperty,ro=Object.prototype.toString,Xs=Object.defineProperty,Ys=Object.getOwnPropertyDescriptor,$s=function(t){return typeof Array.isArray=="function"?Array.isArray(t):ro.call(t)==="[object Array]"},Zs=function(t){if(!t||ro.call(t)!=="[object Object]")return!1;var r=ui.call(t,"constructor"),n=t.constructor&&t.constructor.prototype&&ui.call(t.constructor.prototype,"isPrototypeOf");if(t.constructor&&!r&&!n)return!1;var a;for(a in t);return typeof a>"u"||ui.call(t,a)},eo=function(t,r){Xs&&r.name==="__proto__"?Xs(t,r.name,{enumerable:!0,configurable:!0,value:r.newValue,writable:!0}):t[r.name]=r.newValue},to=function(t,r){if(r==="__proto__")if(ui.call(t,r)){if(Ys)return Ys(t,r).value}else return;return t[r]};io.exports=function e(){var t,r,n,a,s,u,l=arguments[0],c=1,p=arguments.length,m=!1;for(typeof l=="boolean"&&(m=l,l=arguments[1]||{},c=2),(l==null||typeof l!="object"&&typeof l!="function")&&(l={});c<p;++c)if(t=arguments[c],t!=null)for(r in t)n=to(l,r),a=to(t,r),l!==a&&(m&&a&&(Zs(a)||(s=$s(a)))?(s?(s=!1,u=n&&$s(n)?n:[]):u=n&&Zs(n)?n:{},eo(l,{name:r,newValue:e(m,u,a)})):typeof a<"u"&&eo(l,{name:r,newValue:a}));return l}});var xo=De((Nx,mn)=>{(function(){var e;typeof mn<"u"?e=mn.exports=n:e=function(){return this||(0,eval)("this")}(),e.format=n,e.vsprintf=r,typeof console<"u"&&typeof console.log=="function"&&(e.printf=t);function t(){console.log(n.apply(null,arguments))}function r(a,s){return n.apply(null,[a].concat(s))}function n(a){for(var s=1,u=[].slice.call(arguments),l=0,c=a.length,p="",m,h=!1,k,x,y=!1,E,C=function(){return u[s++]},I=function(){for(var T="";/\d/.test(a[l]);)T+=a[l++],m=a[l];return T.length>0?parseInt(T):null};l<c;++l)if(m=a[l],h)switch(h=!1,m=="."?(y=!1,m=a[++l]):m=="0"&&a[l+1]=="."?(y=!0,l+=2,m=a[l]):y=!0,E=I(),m){case"b":p+=parseInt(C(),10).toString(2);break;case"c":k=C(),typeof k=="string"||k instanceof String?p+=k:p+=String.fromCharCode(parseInt(k,10));break;case"d":p+=parseInt(C(),10);break;case"f":x=String(parseFloat(C()).toFixed(E||6)),p+=y?x:x.replace(/^0/,"");break;case"j":p+=JSON.stringify(C());break;case"o":p+="0"+parseInt(C(),10).toString(8);break;case"s":p+=C();break;case"x":p+="0x"+parseInt(C(),10).toString(16);break;case"X":p+="0x"+parseInt(C(),10).toString(16).toUpperCase();break;default:p+=m;break}else m==="%"?h=!0:p+=m;return p}})()});var bl=De((rw,gl)=>{gl.exports={quot:'"',amp:"&",apos:"'",lt:"<",gt:">",nbsp:"\xA0",iexcl:"\xA1",cent:"\xA2",pound:"\xA3",curren:"\xA4",yen:"\xA5",brvbar:"\xA6",sect:"\xA7",uml:"\xA8",copy:"\xA9",ordf:"\xAA",laquo:"\xAB",not:"\xAC",shy:"\xAD",reg:"\xAE",macr:"\xAF",deg:"\xB0",plusmn:"\xB1",sup2:"\xB2",sup3:"\xB3",acute:"\xB4",micro:"\xB5",para:"\xB6",middot:"\xB7",cedil:"\xB8",sup1:"\xB9",ordm:"\xBA",raquo:"\xBB",frac14:"\xBC",frac12:"\xBD",frac34:"\xBE",iquest:"\xBF",Agrave:"\xC0",Aacute:"\xC1",Acirc:"\xC2",Atilde:"\xC3",Auml:"\xC4",Aring:"\xC5",AElig:"\xC6",Ccedil:"\xC7",Egrave:"\xC8",Eacute:"\xC9",Ecirc:"\xCA",Euml:"\xCB",Igrave:"\xCC",Iacute:"\xCD",Icirc:"\xCE",Iuml:"\xCF",ETH:"\xD0",Ntilde:"\xD1",Ograve:"\xD2",Oacute:"\xD3",Ocirc:"\xD4",Otilde:"\xD5",Ouml:"\xD6",times:"\xD7",Oslash:"\xD8",Ugrave:"\xD9",Uacute:"\xDA",Ucirc:"\xDB",Uuml:"\xDC",Yacute:"\xDD",THORN:"\xDE",szlig:"\xDF",agrave:"\xE0",aacute:"\xE1",acirc:"\xE2",atilde:"\xE3",auml:"\xE4",aring:"\xE5",aelig:"\xE6",ccedil:"\xE7",egrave:"\xE8",eacute:"\xE9",ecirc:"\xEA",euml:"\xEB",igrave:"\xEC",iacute:"\xED",icirc:"\xEE",iuml:"\xEF",eth:"\xF0",ntilde:"\xF1",ograve:"\xF2",oacute:"\xF3",ocirc:"\xF4",otilde:"\xF5",ouml:"\xF6",divide:"\xF7",oslash:"\xF8",ugrave:"\xF9",uacute:"\xFA",ucirc:"\xFB",uuml:"\xFC",yacute:"\xFD",thorn:"\xFE",yuml:"\xFF",OElig:"\u0152",oelig:"\u0153",Scaron:"\u0160",scaron:"\u0161",Yuml:"\u0178",fnof:"\u0192",circ:"\u02C6",tilde:"\u02DC",Alpha:"\u0391",Beta:"\u0392",Gamma:"\u0393",Delta:"\u0394",Epsilon:"\u0395",Zeta:"\u0396",Eta:"\u0397",Theta:"\u0398",Iota:"\u0399",Kappa:"\u039A",Lambda:"\u039B",Mu:"\u039C",Nu:"\u039D",Xi:"\u039E",Omicron:"\u039F",Pi:"\u03A0",Rho:"\u03A1",Sigma:"\u03A3",Tau:"\u03A4",Upsilon:"\u03A5",Phi:"\u03A6",Chi:"\u03A7",Psi:"\u03A8",Omega:"\u03A9",alpha:"\u03B1",beta:"\u03B2",gamma:"\u03B3",delta:"\u03B4",epsilon:"\u03B5",zeta:"\u03B6",eta:"\u03B7",theta:"\u03B8",iota:"\u03B9",kappa:"\u03BA",lambda:"\u03BB",mu:"\u03BC",nu:"\u03BD",xi:"\u03BE",omicron:"\u03BF",pi:"\u03C0",rho:"\u03C1",sigmaf:"\u03C2",sigma:"\u03C3",tau:"\u03C4",upsilon:"\u03C5",phi:"\u03C6",chi:"\u03C7",psi:"\u03C8",omega:"\u03C9",thetasym:"\u03D1",upsih:"\u03D2",piv:"\u03D6",ensp:"\u2002",emsp:"\u2003",thinsp:"\u2009",zwnj:"\u200C",zwj:"\u200D",lrm:"\u200E",rlm:"\u200F",ndash:"\u2013",mdash:"\u2014",lsquo:"\u2018",rsquo:"\u2019",sbquo:"\u201A",ldquo:"\u201C",rdquo:"\u201D",bdquo:"\u201E",dagger:"\u2020",Dagger:"\u2021",bull:"\u2022",hellip:"\u2026",permil:"\u2030",prime:"\u2032",Prime:"\u2033",lsaquo:"\u2039",rsaquo:"\u203A",oline:"\u203E",frasl:"\u2044",euro:"\u20AC",image:"\u2111",weierp:"\u2118",real:"\u211C",trade:"\u2122",alefsym:"\u2135",larr:"\u2190",uarr:"\u2191",rarr:"\u2192",darr:"\u2193",harr:"\u2194",crarr:"\u21B5",lArr:"\u21D0",uArr:"\u21D1",rArr:"\u21D2",dArr:"\u21D3",hArr:"\u21D4",forall:"\u2200",part:"\u2202",exist:"\u2203",empty:"\u2205",nabla:"\u2207",isin:"\u2208",notin:"\u2209",ni:"\u220B",prod:"\u220F",sum:"\u2211",minus:"\u2212",lowast:"\u2217",radic:"\u221A",prop:"\u221D",infin:"\u221E",ang:"\u2220",and:"\u2227",or:"\u2228",cap:"\u2229",cup:"\u222A",int:"\u222B",there4:"\u2234",sim:"\u223C",cong:"\u2245",asymp:"\u2248",ne:"\u2260",equiv:"\u2261",le:"\u2264",ge:"\u2265",sub:"\u2282",sup:"\u2283",nsub:"\u2284",sube:"\u2286",supe:"\u2287",oplus:"\u2295",otimes:"\u2297",perp:"\u22A5",sdot:"\u22C5",lceil:"\u2308",rceil:"\u2309",lfloor:"\u230A",rfloor:"\u230B",lang:"\u2329",rang:"\u232A",loz:"\u25CA",spades:"\u2660",clubs:"\u2663",hearts:"\u2665",diams:"\u2666"}});var ja=De((ji,kl)=>{(function(e,t){typeof ji=="object"&&typeof kl<"u"?t(ji):typeof define=="function"&&define.amd?define(["exports"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e.acorn={}))})(ji,function(e){"use strict";var t=[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],r=[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],n="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65",a="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",s={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"},u="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",l={5:u,"5module":u+" export import",6:u+" const class extends export import super"},c=/^in(stanceof)?$/,p=new RegExp("["+a+"]"),m=new RegExp("["+a+n+"]");function h(i,o){for(var f=65536,g=0;g<o.length;g+=2){if(f+=o[g],f>i)return!1;if(f+=o[g+1],f>=i)return!0}return!1}function k(i,o){return i<65?i===36:i<91?!0:i<97?i===95:i<123?!0:i<=65535?i>=170&&p.test(String.fromCharCode(i)):o===!1?!1:h(i,r)}function x(i,o){return i<48?i===36:i<58?!0:i<65?!1:i<91?!0:i<97?i===95:i<123?!0:i<=65535?i>=170&&m.test(String.fromCharCode(i)):o===!1?!1:h(i,r)||h(i,t)}var y=function(o,f){f===void 0&&(f={}),this.label=o,this.keyword=f.keyword,this.beforeExpr=!!f.beforeExpr,this.startsExpr=!!f.startsExpr,this.isLoop=!!f.isLoop,this.isAssign=!!f.isAssign,this.prefix=!!f.prefix,this.postfix=!!f.postfix,this.binop=f.binop||null,this.updateContext=null};function E(i,o){return new y(i,{beforeExpr:!0,binop:o})}var C={beforeExpr:!0},I={startsExpr:!0},T={};function S(i,o){return o===void 0&&(o={}),o.keyword=i,T[i]=new y(i,o)}var d={num:new y("num",I),regexp:new y("regexp",I),string:new y("string",I),name:new y("name",I),privateId:new y("privateId",I),eof:new y("eof"),bracketL:new y("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new y("]"),braceL:new y("{",{beforeExpr:!0,startsExpr:!0}),braceR:new y("}"),parenL:new y("(",{beforeExpr:!0,startsExpr:!0}),parenR:new y(")"),comma:new y(",",C),semi:new y(";",C),colon:new y(":",C),dot:new y("."),question:new y("?",C),questionDot:new y("?."),arrow:new y("=>",C),template:new y("template"),invalidTemplate:new y("invalidTemplate"),ellipsis:new y("...",C),backQuote:new y("`",I),dollarBraceL:new y("${",{beforeExpr:!0,startsExpr:!0}),eq:new y("=",{beforeExpr:!0,isAssign:!0}),assign:new y("_=",{beforeExpr:!0,isAssign:!0}),incDec:new y("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new y("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:E("||",1),logicalAND:E("&&",2),bitwiseOR:E("|",3),bitwiseXOR:E("^",4),bitwiseAND:E("&",5),equality:E("==/!=/===/!==",6),relational:E("</>/<=/>=",7),bitShift:E("<</>>/>>>",8),plusMin:new y("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:E("%",10),star:E("*",10),slash:E("/",10),starstar:new y("**",{beforeExpr:!0}),coalesce:E("??",1),_break:S("break"),_case:S("case",C),_catch:S("catch"),_continue:S("continue"),_debugger:S("debugger"),_default:S("default",C),_do:S("do",{isLoop:!0,beforeExpr:!0}),_else:S("else",C),_finally:S("finally"),_for:S("for",{isLoop:!0}),_function:S("function",I),_if:S("if"),_return:S("return",C),_switch:S("switch"),_throw:S("throw",C),_try:S("try"),_var:S("var"),_const:S("const"),_while:S("while",{isLoop:!0}),_with:S("with"),_new:S("new",{beforeExpr:!0,startsExpr:!0}),_this:S("this",I),_super:S("super",I),_class:S("class",I),_extends:S("extends",C),_export:S("export"),_import:S("import",I),_null:S("null",I),_true:S("true",I),_false:S("false",I),_in:S("in",{beforeExpr:!0,binop:7}),_instanceof:S("instanceof",{beforeExpr:!0,binop:7}),_typeof:S("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:S("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:S("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},D=/\r\n?|\n|\u2028|\u2029/,N=new RegExp(D.source,"g");function P(i){return i===10||i===13||i===8232||i===8233}function O(i,o,f){f===void 0&&(f=i.length);for(var g=o;g<f;g++){var w=i.charCodeAt(g);if(P(w))return g<f-1&&w===13&&i.charCodeAt(g+1)===10?g+2:g+1}return-1}var B=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,L=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,ae=Object.prototype,J=ae.hasOwnProperty,H=ae.toString,$=Object.hasOwn||function(i,o){return J.call(i,o)},ee=Array.isArray||function(i){return H.call(i)==="[object Array]"},fe=Object.create(null);function Z(i){return fe[i]||(fe[i]=new RegExp("^(?:"+i.replace(/ /g,"|")+")$"))}function me(i){return i<=65535?String.fromCharCode(i):(i-=65536,String.fromCharCode((i>>10)+55296,(i&1023)+56320))}var qe=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,_=function(o,f){this.line=o,this.column=f};_.prototype.offset=function(o){return new _(this.line,this.column+o)};var ye=function(o,f,g){this.start=f,this.end=g,o.sourceFile!==null&&(this.source=o.sourceFile)};function Re(i,o){for(var f=1,g=0;;){var w=O(i,g,o);if(w<0)return new _(f,o-g);++f,g=w}}var A={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},_e=!1;function Ge(i){var o={};for(var f in A)o[f]=i&&$(i,f)?i[f]:A[f];if(o.ecmaVersion==="latest"?o.ecmaVersion=1e8:o.ecmaVersion==null?(!_e&&typeof console=="object"&&console.warn&&(_e=!0,console.warn(`Since Acorn 8.0.0, options.ecmaVersion is required.
6
- Defaulting to 2020, but this will stop working in the future.`)),o.ecmaVersion=11):o.ecmaVersion>=2015&&(o.ecmaVersion-=2009),o.allowReserved==null&&(o.allowReserved=o.ecmaVersion<5),(!i||i.allowHashBang==null)&&(o.allowHashBang=o.ecmaVersion>=14),ee(o.onToken)){var g=o.onToken;o.onToken=function(w){return g.push(w)}}return ee(o.onComment)&&(o.onComment=Pt(o,o.onComment)),o}function Pt(i,o){return function(f,g,w,F,R,j){var U={type:f?"Block":"Line",value:g,start:w,end:F};i.locations&&(U.loc=new ye(this,R,j)),i.ranges&&(U.range=[w,F]),o.push(U)}}var We=1,de=2,Qe=4,Ve=8,Ae=16,lt=32,ft=64,zt=128,mt=256,yt=We|de|mt;function jt(i,o){return de|(i?Qe:0)|(o?Ve:0)}var dt=0,Lt=1,Oe=2,Ut=3,ir=4,vt=5,te=function(o,f,g){this.options=o=Ge(o),this.sourceFile=o.sourceFile,this.keywords=Z(l[o.ecmaVersion>=6?6:o.sourceType==="module"?"5module":5]);var w="";o.allowReserved!==!0&&(w=s[o.ecmaVersion>=6?6:o.ecmaVersion===5?5:3],o.sourceType==="module"&&(w+=" await")),this.reservedWords=Z(w);var F=(w?w+" ":"")+s.strict;this.reservedWordsStrict=Z(F),this.reservedWordsStrictBind=Z(F+" "+s.strictBind),this.input=String(f),this.containsEsc=!1,g?(this.pos=g,this.lineStart=this.input.lastIndexOf(`
7
- `,g-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(D).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=d.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=o.sourceType==="module",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),this.pos===0&&o.allowHashBang&&this.input.slice(0,2)==="#!"&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(We),this.regexpState=null,this.privateNameStack=[]},V={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}};te.prototype.parse=function(){var o=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(o)},V.inFunction.get=function(){return(this.currentVarScope().flags&de)>0},V.inGenerator.get=function(){return(this.currentVarScope().flags&Ve)>0&&!this.currentVarScope().inClassFieldInit},V.inAsync.get=function(){return(this.currentVarScope().flags&Qe)>0&&!this.currentVarScope().inClassFieldInit},V.canAwait.get=function(){for(var i=this.scopeStack.length-1;i>=0;i--){var o=this.scopeStack[i];if(o.inClassFieldInit||o.flags&mt)return!1;if(o.flags&de)return(o.flags&Qe)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},V.allowSuper.get=function(){var i=this.currentThisScope(),o=i.flags,f=i.inClassFieldInit;return(o&ft)>0||f||this.options.allowSuperOutsideMethod},V.allowDirectSuper.get=function(){return(this.currentThisScope().flags&zt)>0},V.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},V.allowNewDotTarget.get=function(){var i=this.currentThisScope(),o=i.flags,f=i.inClassFieldInit;return(o&(de|mt))>0||f},V.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&mt)>0},te.extend=function(){for(var o=[],f=arguments.length;f--;)o[f]=arguments[f];for(var g=this,w=0;w<o.length;w++)g=o[w](g);return g},te.parse=function(o,f){return new this(f,o).parse()},te.parseExpressionAt=function(o,f,g){var w=new this(g,o,f);return w.nextToken(),w.parseExpression()},te.tokenizer=function(o,f){return new this(f,o)},Object.defineProperties(te.prototype,V);var q=te.prototype,G=/^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;q.strictDirective=function(i){if(this.options.ecmaVersion<5)return!1;for(;;){L.lastIndex=i,i+=L.exec(this.input)[0].length;var o=G.exec(this.input.slice(i));if(!o)return!1;if((o[1]||o[2])==="use strict"){L.lastIndex=i+o[0].length;var f=L.exec(this.input),g=f.index+f[0].length,w=this.input.charAt(g);return w===";"||w==="}"||D.test(f[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(w)||w==="!"&&this.input.charAt(g+1)==="=")}i+=o[0].length,L.lastIndex=i,i+=L.exec(this.input)[0].length,this.input[i]===";"&&i++}},q.eat=function(i){return this.type===i?(this.next(),!0):!1},q.isContextual=function(i){return this.type===d.name&&this.value===i&&!this.containsEsc},q.eatContextual=function(i){return this.isContextual(i)?(this.next(),!0):!1},q.expectContextual=function(i){this.eatContextual(i)||this.unexpected()},q.canInsertSemicolon=function(){return this.type===d.eof||this.type===d.braceR||D.test(this.input.slice(this.lastTokEnd,this.start))},q.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},q.semicolon=function(){!this.eat(d.semi)&&!this.insertSemicolon()&&this.unexpected()},q.afterTrailingComma=function(i,o){if(this.type===i)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),o||this.next(),!0},q.expect=function(i){this.eat(i)||this.unexpected()},q.unexpected=function(i){this.raise(i??this.start,"Unexpected token")};var v=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};q.checkPatternErrors=function(i,o){if(i){i.trailingComma>-1&&this.raiseRecoverable(i.trailingComma,"Comma is not permitted after the rest element");var f=o?i.parenthesizedAssign:i.parenthesizedBind;f>-1&&this.raiseRecoverable(f,o?"Assigning to rvalue":"Parenthesized pattern")}},q.checkExpressionErrors=function(i,o){if(!i)return!1;var f=i.shorthandAssign,g=i.doubleProto;if(!o)return f>=0||g>=0;f>=0&&this.raise(f,"Shorthand property assignments are valid only in destructuring patterns"),g>=0&&this.raiseRecoverable(g,"Redefinition of __proto__ property")},q.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")},q.isSimpleAssignTarget=function(i){return i.type==="ParenthesizedExpression"?this.isSimpleAssignTarget(i.expression):i.type==="Identifier"||i.type==="MemberExpression"};var z=te.prototype;z.parseTopLevel=function(i){var o=Object.create(null);for(i.body||(i.body=[]);this.type!==d.eof;){var f=this.parseStatement(null,!0,o);i.body.push(f)}if(this.inModule)for(var g=0,w=Object.keys(this.undefinedExports);g<w.length;g+=1){var F=w[g];this.raiseRecoverable(this.undefinedExports[F].start,"Export '"+F+"' is not defined")}return this.adaptDirectivePrologue(i.body),this.next(),i.sourceType=this.options.sourceType,this.finishNode(i,"Program")};var Te={kind:"loop"},Ke={kind:"switch"};z.isLet=function(i){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;L.lastIndex=this.pos;var o=L.exec(this.input),f=this.pos+o[0].length,g=this.input.charCodeAt(f);if(g===91||g===92)return!0;if(i)return!1;if(g===123||g>55295&&g<56320)return!0;if(k(g,!0)){for(var w=f+1;x(g=this.input.charCodeAt(w),!0);)++w;if(g===92||g>55295&&g<56320)return!0;var F=this.input.slice(f,w);if(!c.test(F))return!0}return!1},z.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;L.lastIndex=this.pos;var i=L.exec(this.input),o=this.pos+i[0].length,f;return!D.test(this.input.slice(this.pos,o))&&this.input.slice(o,o+8)==="function"&&(o+8===this.input.length||!(x(f=this.input.charCodeAt(o+8))||f>55295&&f<56320))},z.parseStatement=function(i,o,f){var g=this.type,w=this.startNode(),F;switch(this.isLet(i)&&(g=d._var,F="let"),g){case d._break:case d._continue:return this.parseBreakContinueStatement(w,g.keyword);case d._debugger:return this.parseDebuggerStatement(w);case d._do:return this.parseDoStatement(w);case d._for:return this.parseForStatement(w);case d._function:return i&&(this.strict||i!=="if"&&i!=="label")&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(w,!1,!i);case d._class:return i&&this.unexpected(),this.parseClass(w,!0);case d._if:return this.parseIfStatement(w);case d._return:return this.parseReturnStatement(w);case d._switch:return this.parseSwitchStatement(w);case d._throw:return this.parseThrowStatement(w);case d._try:return this.parseTryStatement(w);case d._const:case d._var:return F=F||this.value,i&&F!=="var"&&this.unexpected(),this.parseVarStatement(w,F);case d._while:return this.parseWhileStatement(w);case d._with:return this.parseWithStatement(w);case d.braceL:return this.parseBlock(!0,w);case d.semi:return this.parseEmptyStatement(w);case d._export:case d._import:if(this.options.ecmaVersion>10&&g===d._import){L.lastIndex=this.pos;var R=L.exec(this.input),j=this.pos+R[0].length,U=this.input.charCodeAt(j);if(U===40||U===46)return this.parseExpressionStatement(w,this.parseExpression())}return this.options.allowImportExportEverywhere||(o||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'")),g===d._import?this.parseImport(w):this.parseExport(w,f);default:if(this.isAsyncFunction())return i&&this.unexpected(),this.next(),this.parseFunctionStatement(w,!0,!i);var se=this.value,ue=this.parseExpression();return g===d.name&&ue.type==="Identifier"&&this.eat(d.colon)?this.parseLabeledStatement(w,se,ue,i):this.parseExpressionStatement(w,ue)}},z.parseBreakContinueStatement=function(i,o){var f=o==="break";this.next(),this.eat(d.semi)||this.insertSemicolon()?i.label=null:this.type!==d.name?this.unexpected():(i.label=this.parseIdent(),this.semicolon());for(var g=0;g<this.labels.length;++g){var w=this.labels[g];if((i.label==null||w.name===i.label.name)&&(w.kind!=null&&(f||w.kind==="loop")||i.label&&f))break}return g===this.labels.length&&this.raise(i.start,"Unsyntactic "+o),this.finishNode(i,f?"BreakStatement":"ContinueStatement")},z.parseDebuggerStatement=function(i){return this.next(),this.semicolon(),this.finishNode(i,"DebuggerStatement")},z.parseDoStatement=function(i){return this.next(),this.labels.push(Te),i.body=this.parseStatement("do"),this.labels.pop(),this.expect(d._while),i.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(d.semi):this.semicolon(),this.finishNode(i,"DoWhileStatement")},z.parseForStatement=function(i){this.next();var o=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(Te),this.enterScope(0),this.expect(d.parenL),this.type===d.semi)return o>-1&&this.unexpected(o),this.parseFor(i,null);var f=this.isLet();if(this.type===d._var||this.type===d._const||f){var g=this.startNode(),w=f?"let":this.value;return this.next(),this.parseVar(g,!0,w),this.finishNode(g,"VariableDeclaration"),(this.type===d._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&g.declarations.length===1?(this.options.ecmaVersion>=9&&(this.type===d._in?o>-1&&this.unexpected(o):i.await=o>-1),this.parseForIn(i,g)):(o>-1&&this.unexpected(o),this.parseFor(i,g))}var F=this.isContextual("let"),R=!1,j=new v,U=this.parseExpression(o>-1?"await":!0,j);return this.type===d._in||(R=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===d._in?o>-1&&this.unexpected(o):i.await=o>-1),F&&R&&this.raise(U.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(U,!1,j),this.checkLValPattern(U),this.parseForIn(i,U)):(this.checkExpressionErrors(j,!0),o>-1&&this.unexpected(o),this.parseFor(i,U))},z.parseFunctionStatement=function(i,o,f){return this.next(),this.parseFunction(i,ht|(f?0:wt),!1,o)},z.parseIfStatement=function(i){return this.next(),i.test=this.parseParenExpression(),i.consequent=this.parseStatement("if"),i.alternate=this.eat(d._else)?this.parseStatement("if"):null,this.finishNode(i,"IfStatement")},z.parseReturnStatement=function(i){return!this.inFunction&&!this.options.allowReturnOutsideFunction&&this.raise(this.start,"'return' outside of function"),this.next(),this.eat(d.semi)||this.insertSemicolon()?i.argument=null:(i.argument=this.parseExpression(),this.semicolon()),this.finishNode(i,"ReturnStatement")},z.parseSwitchStatement=function(i){this.next(),i.discriminant=this.parseParenExpression(),i.cases=[],this.expect(d.braceL),this.labels.push(Ke),this.enterScope(0);for(var o,f=!1;this.type!==d.braceR;)if(this.type===d._case||this.type===d._default){var g=this.type===d._case;o&&this.finishNode(o,"SwitchCase"),i.cases.push(o=this.startNode()),o.consequent=[],this.next(),g?o.test=this.parseExpression():(f&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),f=!0,o.test=null),this.expect(d.colon)}else o||this.unexpected(),o.consequent.push(this.parseStatement(null));return this.exitScope(),o&&this.finishNode(o,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(i,"SwitchStatement")},z.parseThrowStatement=function(i){return this.next(),D.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),i.argument=this.parseExpression(),this.semicolon(),this.finishNode(i,"ThrowStatement")};var ct=[];z.parseCatchClauseParam=function(){var i=this.parseBindingAtom(),o=i.type==="Identifier";return this.enterScope(o?lt:0),this.checkLValPattern(i,o?ir:Oe),this.expect(d.parenR),i},z.parseTryStatement=function(i){if(this.next(),i.block=this.parseBlock(),i.handler=null,this.type===d._catch){var o=this.startNode();this.next(),this.eat(d.parenL)?o.param=this.parseCatchClauseParam():(this.options.ecmaVersion<10&&this.unexpected(),o.param=null,this.enterScope(0)),o.body=this.parseBlock(!1),this.exitScope(),i.handler=this.finishNode(o,"CatchClause")}return i.finalizer=this.eat(d._finally)?this.parseBlock():null,!i.handler&&!i.finalizer&&this.raise(i.start,"Missing catch or finally clause"),this.finishNode(i,"TryStatement")},z.parseVarStatement=function(i,o,f){return this.next(),this.parseVar(i,!1,o,f),this.semicolon(),this.finishNode(i,"VariableDeclaration")},z.parseWhileStatement=function(i){return this.next(),i.test=this.parseParenExpression(),this.labels.push(Te),i.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(i,"WhileStatement")},z.parseWithStatement=function(i){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),i.object=this.parseParenExpression(),i.body=this.parseStatement("with"),this.finishNode(i,"WithStatement")},z.parseEmptyStatement=function(i){return this.next(),this.finishNode(i,"EmptyStatement")},z.parseLabeledStatement=function(i,o,f,g){for(var w=0,F=this.labels;w<F.length;w+=1){var R=F[w];R.name===o&&this.raise(f.start,"Label '"+o+"' is already declared")}for(var j=this.type.isLoop?"loop":this.type===d._switch?"switch":null,U=this.labels.length-1;U>=0;U--){var se=this.labels[U];if(se.statementStart===i.start)se.statementStart=this.start,se.kind=j;else break}return this.labels.push({name:o,kind:j,statementStart:this.start}),i.body=this.parseStatement(g?g.indexOf("label")===-1?g+"label":g:"label"),this.labels.pop(),i.label=f,this.finishNode(i,"LabeledStatement")},z.parseExpressionStatement=function(i,o){return i.expression=o,this.semicolon(),this.finishNode(i,"ExpressionStatement")},z.parseBlock=function(i,o,f){for(i===void 0&&(i=!0),o===void 0&&(o=this.startNode()),o.body=[],this.expect(d.braceL),i&&this.enterScope(0);this.type!==d.braceR;){var g=this.parseStatement(null);o.body.push(g)}return f&&(this.strict=!1),this.next(),i&&this.exitScope(),this.finishNode(o,"BlockStatement")},z.parseFor=function(i,o){return i.init=o,this.expect(d.semi),i.test=this.type===d.semi?null:this.parseExpression(),this.expect(d.semi),i.update=this.type===d.parenR?null:this.parseExpression(),this.expect(d.parenR),i.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(i,"ForStatement")},z.parseForIn=function(i,o){var f=this.type===d._in;return this.next(),o.type==="VariableDeclaration"&&o.declarations[0].init!=null&&(!f||this.options.ecmaVersion<8||this.strict||o.kind!=="var"||o.declarations[0].id.type!=="Identifier")&&this.raise(o.start,(f?"for-in":"for-of")+" loop variable declaration may not have an initializer"),i.left=o,i.right=f?this.parseExpression():this.parseMaybeAssign(),this.expect(d.parenR),i.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(i,f?"ForInStatement":"ForOfStatement")},z.parseVar=function(i,o,f,g){for(i.declarations=[],i.kind=f;;){var w=this.startNode();if(this.parseVarId(w,f),this.eat(d.eq)?w.init=this.parseMaybeAssign(o):!g&&f==="const"&&!(this.type===d._in||this.options.ecmaVersion>=6&&this.isContextual("of"))?this.unexpected():!g&&w.id.type!=="Identifier"&&!(o&&(this.type===d._in||this.isContextual("of")))?this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):w.init=null,i.declarations.push(this.finishNode(w,"VariableDeclarator")),!this.eat(d.comma))break}return i},z.parseVarId=function(i,o){i.id=this.parseBindingAtom(),this.checkLValPattern(i.id,o==="var"?Lt:Oe,!1)};var ht=1,wt=2,Le=4;z.parseFunction=function(i,o,f,g,w){this.initFunction(i),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!g)&&(this.type===d.star&&o&wt&&this.unexpected(),i.generator=this.eat(d.star)),this.options.ecmaVersion>=8&&(i.async=!!g),o&ht&&(i.id=o&Le&&this.type!==d.name?null:this.parseIdent(),i.id&&!(o&wt)&&this.checkLValSimple(i.id,this.strict||i.generator||i.async?this.treatFunctionsAsVar?Lt:Oe:Ut));var F=this.yieldPos,R=this.awaitPos,j=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(jt(i.async,i.generator)),o&ht||(i.id=this.type===d.name?this.parseIdent():null),this.parseFunctionParams(i),this.parseFunctionBody(i,f,!1,w),this.yieldPos=F,this.awaitPos=R,this.awaitIdentPos=j,this.finishNode(i,o&ht?"FunctionDeclaration":"FunctionExpression")},z.parseFunctionParams=function(i){this.expect(d.parenL),i.params=this.parseBindingList(d.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},z.parseClass=function(i,o){this.next();var f=this.strict;this.strict=!0,this.parseClassId(i,o),this.parseClassSuper(i);var g=this.enterClassBody(),w=this.startNode(),F=!1;for(w.body=[],this.expect(d.braceL);this.type!==d.braceR;){var R=this.parseClassElement(i.superClass!==null);R&&(w.body.push(R),R.type==="MethodDefinition"&&R.kind==="constructor"?(F&&this.raiseRecoverable(R.start,"Duplicate constructor in the same class"),F=!0):R.key&&R.key.type==="PrivateIdentifier"&&Ft(g,R)&&this.raiseRecoverable(R.key.start,"Identifier '#"+R.key.name+"' has already been declared"))}return this.strict=f,this.next(),i.body=this.finishNode(w,"ClassBody"),this.exitClassBody(),this.finishNode(i,o?"ClassDeclaration":"ClassExpression")},z.parseClassElement=function(i){if(this.eat(d.semi))return null;var o=this.options.ecmaVersion,f=this.startNode(),g="",w=!1,F=!1,R="method",j=!1;if(this.eatContextual("static")){if(o>=13&&this.eat(d.braceL))return this.parseClassStaticBlock(f),f;this.isClassElementNameStart()||this.type===d.star?j=!0:g="static"}if(f.static=j,!g&&o>=8&&this.eatContextual("async")&&((this.isClassElementNameStart()||this.type===d.star)&&!this.canInsertSemicolon()?F=!0:g="async"),!g&&(o>=9||!F)&&this.eat(d.star)&&(w=!0),!g&&!F&&!w){var U=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?R=U:g=U)}if(g?(f.computed=!1,f.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),f.key.name=g,this.finishNode(f.key,"Identifier")):this.parseClassElementName(f),o<13||this.type===d.parenL||R!=="method"||w||F){var se=!f.static&&ze(f,"constructor"),ue=se&&i;se&&R!=="method"&&this.raise(f.key.start,"Constructor can't have get/set modifier"),f.kind=se?"constructor":R,this.parseClassMethod(f,w,F,ue)}else this.parseClassField(f);return f},z.isClassElementNameStart=function(){return this.type===d.name||this.type===d.privateId||this.type===d.num||this.type===d.string||this.type===d.bracketL||this.type.keyword},z.parseClassElementName=function(i){this.type===d.privateId?(this.value==="constructor"&&this.raise(this.start,"Classes can't have an element named '#constructor'"),i.computed=!1,i.key=this.parsePrivateIdent()):this.parsePropertyName(i)},z.parseClassMethod=function(i,o,f,g){var w=i.key;i.kind==="constructor"?(o&&this.raise(w.start,"Constructor can't be a generator"),f&&this.raise(w.start,"Constructor can't be an async method")):i.static&&ze(i,"prototype")&&this.raise(w.start,"Classes may not have a static property named prototype");var F=i.value=this.parseMethod(o,f,g);return i.kind==="get"&&F.params.length!==0&&this.raiseRecoverable(F.start,"getter should have no params"),i.kind==="set"&&F.params.length!==1&&this.raiseRecoverable(F.start,"setter should have exactly one param"),i.kind==="set"&&F.params[0].type==="RestElement"&&this.raiseRecoverable(F.params[0].start,"Setter cannot use rest params"),this.finishNode(i,"MethodDefinition")},z.parseClassField=function(i){if(ze(i,"constructor")?this.raise(i.key.start,"Classes can't have a field named 'constructor'"):i.static&&ze(i,"prototype")&&this.raise(i.key.start,"Classes can't have a static field named 'prototype'"),this.eat(d.eq)){var o=this.currentThisScope(),f=o.inClassFieldInit;o.inClassFieldInit=!0,i.value=this.parseMaybeAssign(),o.inClassFieldInit=f}else i.value=null;return this.semicolon(),this.finishNode(i,"PropertyDefinition")},z.parseClassStaticBlock=function(i){i.body=[];var o=this.labels;for(this.labels=[],this.enterScope(mt|ft);this.type!==d.braceR;){var f=this.parseStatement(null);i.body.push(f)}return this.next(),this.exitScope(),this.labels=o,this.finishNode(i,"StaticBlock")},z.parseClassId=function(i,o){this.type===d.name?(i.id=this.parseIdent(),o&&this.checkLValSimple(i.id,Oe,!1)):(o===!0&&this.unexpected(),i.id=null)},z.parseClassSuper=function(i){i.superClass=this.eat(d._extends)?this.parseExprSubscripts(null,!1):null},z.enterClassBody=function(){var i={declared:Object.create(null),used:[]};return this.privateNameStack.push(i),i.declared},z.exitClassBody=function(){var i=this.privateNameStack.pop(),o=i.declared,f=i.used;if(this.options.checkPrivateFields)for(var g=this.privateNameStack.length,w=g===0?null:this.privateNameStack[g-1],F=0;F<f.length;++F){var R=f[F];$(o,R.name)||(w?w.used.push(R):this.raiseRecoverable(R.start,"Private field '#"+R.name+"' must be declared in an enclosing class"))}};function Ft(i,o){var f=o.key.name,g=i[f],w="true";return o.type==="MethodDefinition"&&(o.kind==="get"||o.kind==="set")&&(w=(o.static?"s":"i")+o.kind),g==="iget"&&w==="iset"||g==="iset"&&w==="iget"||g==="sget"&&w==="sset"||g==="sset"&&w==="sget"?(i[f]="true",!1):g?!0:(i[f]=w,!1)}function ze(i,o){var f=i.computed,g=i.key;return!f&&(g.type==="Identifier"&&g.name===o||g.type==="Literal"&&g.value===o)}z.parseExportAllDeclaration=function(i,o){return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(i.exported=this.parseModuleExportName(),this.checkExport(o,i.exported,this.lastTokStart)):i.exported=null),this.expectContextual("from"),this.type!==d.string&&this.unexpected(),i.source=this.parseExprAtom(),this.semicolon(),this.finishNode(i,"ExportAllDeclaration")},z.parseExport=function(i,o){if(this.next(),this.eat(d.star))return this.parseExportAllDeclaration(i,o);if(this.eat(d._default))return this.checkExport(o,"default",this.lastTokStart),i.declaration=this.parseExportDefaultDeclaration(),this.finishNode(i,"ExportDefaultDeclaration");if(this.shouldParseExportStatement())i.declaration=this.parseExportDeclaration(i),i.declaration.type==="VariableDeclaration"?this.checkVariableExport(o,i.declaration.declarations):this.checkExport(o,i.declaration.id,i.declaration.id.start),i.specifiers=[],i.source=null;else{if(i.declaration=null,i.specifiers=this.parseExportSpecifiers(o),this.eatContextual("from"))this.type!==d.string&&this.unexpected(),i.source=this.parseExprAtom();else{for(var f=0,g=i.specifiers;f<g.length;f+=1){var w=g[f];this.checkUnreserved(w.local),this.checkLocalExport(w.local),w.local.type==="Literal"&&this.raise(w.local.start,"A string literal cannot be used as an exported binding without `from`.")}i.source=null}this.semicolon()}return this.finishNode(i,"ExportNamedDeclaration")},z.parseExportDeclaration=function(i){return this.parseStatement(null)},z.parseExportDefaultDeclaration=function(){var i;if(this.type===d._function||(i=this.isAsyncFunction())){var o=this.startNode();return this.next(),i&&this.next(),this.parseFunction(o,ht|Le,!1,i)}else if(this.type===d._class){var f=this.startNode();return this.parseClass(f,"nullableID")}else{var g=this.parseMaybeAssign();return this.semicolon(),g}},z.checkExport=function(i,o,f){i&&(typeof o!="string"&&(o=o.type==="Identifier"?o.name:o.value),$(i,o)&&this.raiseRecoverable(f,"Duplicate export '"+o+"'"),i[o]=!0)},z.checkPatternExport=function(i,o){var f=o.type;if(f==="Identifier")this.checkExport(i,o,o.start);else if(f==="ObjectPattern")for(var g=0,w=o.properties;g<w.length;g+=1){var F=w[g];this.checkPatternExport(i,F)}else if(f==="ArrayPattern")for(var R=0,j=o.elements;R<j.length;R+=1){var U=j[R];U&&this.checkPatternExport(i,U)}else f==="Property"?this.checkPatternExport(i,o.value):f==="AssignmentPattern"?this.checkPatternExport(i,o.left):f==="RestElement"&&this.checkPatternExport(i,o.argument)},z.checkVariableExport=function(i,o){if(i)for(var f=0,g=o;f<g.length;f+=1){var w=g[f];this.checkPatternExport(i,w.id)}},z.shouldParseExportStatement=function(){return this.type.keyword==="var"||this.type.keyword==="const"||this.type.keyword==="class"||this.type.keyword==="function"||this.isLet()||this.isAsyncFunction()},z.parseExportSpecifier=function(i){var o=this.startNode();return o.local=this.parseModuleExportName(),o.exported=this.eatContextual("as")?this.parseModuleExportName():o.local,this.checkExport(i,o.exported,o.exported.start),this.finishNode(o,"ExportSpecifier")},z.parseExportSpecifiers=function(i){var o=[],f=!0;for(this.expect(d.braceL);!this.eat(d.braceR);){if(f)f=!1;else if(this.expect(d.comma),this.afterTrailingComma(d.braceR))break;o.push(this.parseExportSpecifier(i))}return o},z.parseImport=function(i){return this.next(),this.type===d.string?(i.specifiers=ct,i.source=this.parseExprAtom()):(i.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),i.source=this.type===d.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(i,"ImportDeclaration")},z.parseImportSpecifier=function(){var i=this.startNode();return i.imported=this.parseModuleExportName(),this.eatContextual("as")?i.local=this.parseIdent():(this.checkUnreserved(i.imported),i.local=i.imported),this.checkLValSimple(i.local,Oe),this.finishNode(i,"ImportSpecifier")},z.parseImportDefaultSpecifier=function(){var i=this.startNode();return i.local=this.parseIdent(),this.checkLValSimple(i.local,Oe),this.finishNode(i,"ImportDefaultSpecifier")},z.parseImportNamespaceSpecifier=function(){var i=this.startNode();return this.next(),this.expectContextual("as"),i.local=this.parseIdent(),this.checkLValSimple(i.local,Oe),this.finishNode(i,"ImportNamespaceSpecifier")},z.parseImportSpecifiers=function(){var i=[],o=!0;if(this.type===d.name&&(i.push(this.parseImportDefaultSpecifier()),!this.eat(d.comma)))return i;if(this.type===d.star)return i.push(this.parseImportNamespaceSpecifier()),i;for(this.expect(d.braceL);!this.eat(d.braceR);){if(o)o=!1;else if(this.expect(d.comma),this.afterTrailingComma(d.braceR))break;i.push(this.parseImportSpecifier())}return i},z.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===d.string){var i=this.parseLiteral(this.value);return qe.test(i.value)&&this.raise(i.start,"An export name cannot include a lone surrogate."),i}return this.parseIdent(!0)},z.adaptDirectivePrologue=function(i){for(var o=0;o<i.length&&this.isDirectiveCandidate(i[o]);++o)i[o].directive=i[o].expression.raw.slice(1,-1)},z.isDirectiveCandidate=function(i){return this.options.ecmaVersion>=5&&i.type==="ExpressionStatement"&&i.expression.type==="Literal"&&typeof i.expression.value=="string"&&(this.input[i.start]==='"'||this.input[i.start]==="'")};var Xe=te.prototype;Xe.toAssignable=function(i,o,f){if(this.options.ecmaVersion>=6&&i)switch(i.type){case"Identifier":this.inAsync&&i.name==="await"&&this.raise(i.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":i.type="ObjectPattern",f&&this.checkPatternErrors(f,!0);for(var g=0,w=i.properties;g<w.length;g+=1){var F=w[g];this.toAssignable(F,o),F.type==="RestElement"&&(F.argument.type==="ArrayPattern"||F.argument.type==="ObjectPattern")&&this.raise(F.argument.start,"Unexpected token")}break;case"Property":i.kind!=="init"&&this.raise(i.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(i.value,o);break;case"ArrayExpression":i.type="ArrayPattern",f&&this.checkPatternErrors(f,!0),this.toAssignableList(i.elements,o);break;case"SpreadElement":i.type="RestElement",this.toAssignable(i.argument,o),i.argument.type==="AssignmentPattern"&&this.raise(i.argument.start,"Rest elements cannot have a default value");break;case"AssignmentExpression":i.operator!=="="&&this.raise(i.left.end,"Only '=' operator can be used for specifying default value."),i.type="AssignmentPattern",delete i.operator,this.toAssignable(i.left,o);break;case"ParenthesizedExpression":this.toAssignable(i.expression,o,f);break;case"ChainExpression":this.raiseRecoverable(i.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":if(!o)break;default:this.raise(i.start,"Assigning to rvalue")}else f&&this.checkPatternErrors(f,!0);return i},Xe.toAssignableList=function(i,o){for(var f=i.length,g=0;g<f;g++){var w=i[g];w&&this.toAssignable(w,o)}if(f){var F=i[f-1];this.options.ecmaVersion===6&&o&&F&&F.type==="RestElement"&&F.argument.type!=="Identifier"&&this.unexpected(F.argument.start)}return i},Xe.parseSpread=function(i){var o=this.startNode();return this.next(),o.argument=this.parseMaybeAssign(!1,i),this.finishNode(o,"SpreadElement")},Xe.parseRestBinding=function(){var i=this.startNode();return this.next(),this.options.ecmaVersion===6&&this.type!==d.name&&this.unexpected(),i.argument=this.parseBindingAtom(),this.finishNode(i,"RestElement")},Xe.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case d.bracketL:var i=this.startNode();return this.next(),i.elements=this.parseBindingList(d.bracketR,!0,!0),this.finishNode(i,"ArrayPattern");case d.braceL:return this.parseObj(!0)}return this.parseIdent()},Xe.parseBindingList=function(i,o,f,g){for(var w=[],F=!0;!this.eat(i);)if(F?F=!1:this.expect(d.comma),o&&this.type===d.comma)w.push(null);else{if(f&&this.afterTrailingComma(i))break;if(this.type===d.ellipsis){var R=this.parseRestBinding();this.parseBindingListItem(R),w.push(R),this.type===d.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.expect(i);break}else w.push(this.parseAssignableListItem(g))}return w},Xe.parseAssignableListItem=function(i){var o=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(o),o},Xe.parseBindingListItem=function(i){return i},Xe.parseMaybeDefault=function(i,o,f){if(f=f||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(d.eq))return f;var g=this.startNodeAt(i,o);return g.left=f,g.right=this.parseMaybeAssign(),this.finishNode(g,"AssignmentPattern")},Xe.checkLValSimple=function(i,o,f){o===void 0&&(o=dt);var g=o!==dt;switch(i.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(i.name)&&this.raiseRecoverable(i.start,(g?"Binding ":"Assigning to ")+i.name+" in strict mode"),g&&(o===Oe&&i.name==="let"&&this.raiseRecoverable(i.start,"let is disallowed as a lexically bound name"),f&&($(f,i.name)&&this.raiseRecoverable(i.start,"Argument name clash"),f[i.name]=!0),o!==vt&&this.declareName(i.name,o,i.start));break;case"ChainExpression":this.raiseRecoverable(i.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":g&&this.raiseRecoverable(i.start,"Binding member expression");break;case"ParenthesizedExpression":return g&&this.raiseRecoverable(i.start,"Binding parenthesized expression"),this.checkLValSimple(i.expression,o,f);default:this.raise(i.start,(g?"Binding":"Assigning to")+" rvalue")}},Xe.checkLValPattern=function(i,o,f){switch(o===void 0&&(o=dt),i.type){case"ObjectPattern":for(var g=0,w=i.properties;g<w.length;g+=1){var F=w[g];this.checkLValInnerPattern(F,o,f)}break;case"ArrayPattern":for(var R=0,j=i.elements;R<j.length;R+=1){var U=j[R];U&&this.checkLValInnerPattern(U,o,f)}break;default:this.checkLValSimple(i,o,f)}},Xe.checkLValInnerPattern=function(i,o,f){switch(o===void 0&&(o=dt),i.type){case"Property":this.checkLValInnerPattern(i.value,o,f);break;case"AssignmentPattern":this.checkLValPattern(i.left,o,f);break;case"RestElement":this.checkLValPattern(i.argument,o,f);break;default:this.checkLValPattern(i,o,f)}};var Ye=function(o,f,g,w,F){this.token=o,this.isExpr=!!f,this.preserveSpace=!!g,this.override=w,this.generator=!!F},xe={b_stat:new Ye("{",!1),b_expr:new Ye("{",!0),b_tmpl:new Ye("${",!1),p_stat:new Ye("(",!1),p_expr:new Ye("(",!0),q_tmpl:new Ye("`",!0,!0,function(i){return i.tryReadTemplateToken()}),f_stat:new Ye("function",!1),f_expr:new Ye("function",!0),f_expr_gen:new Ye("function",!0,!1,null,!0),f_gen:new Ye("function",!1,!1,null,!0)},nr=te.prototype;nr.initialContext=function(){return[xe.b_stat]},nr.curContext=function(){return this.context[this.context.length-1]},nr.braceIsBlock=function(i){var o=this.curContext();return o===xe.f_expr||o===xe.f_stat?!0:i===d.colon&&(o===xe.b_stat||o===xe.b_expr)?!o.isExpr:i===d._return||i===d.name&&this.exprAllowed?D.test(this.input.slice(this.lastTokEnd,this.start)):i===d._else||i===d.semi||i===d.eof||i===d.parenR||i===d.arrow?!0:i===d.braceL?o===xe.b_stat:i===d._var||i===d._const||i===d.name?!1:!this.exprAllowed},nr.inGeneratorContext=function(){for(var i=this.context.length-1;i>=1;i--){var o=this.context[i];if(o.token==="function")return o.generator}return!1},nr.updateContext=function(i){var o,f=this.type;f.keyword&&i===d.dot?this.exprAllowed=!1:(o=f.updateContext)?o.call(this,i):this.exprAllowed=f.beforeExpr},nr.overrideContext=function(i){this.curContext()!==i&&(this.context[this.context.length-1]=i)},d.parenR.updateContext=d.braceR.updateContext=function(){if(this.context.length===1){this.exprAllowed=!0;return}var i=this.context.pop();i===xe.b_stat&&this.curContext().token==="function"&&(i=this.context.pop()),this.exprAllowed=!i.isExpr},d.braceL.updateContext=function(i){this.context.push(this.braceIsBlock(i)?xe.b_stat:xe.b_expr),this.exprAllowed=!0},d.dollarBraceL.updateContext=function(){this.context.push(xe.b_tmpl),this.exprAllowed=!0},d.parenL.updateContext=function(i){var o=i===d._if||i===d._for||i===d._with||i===d._while;this.context.push(o?xe.p_stat:xe.p_expr),this.exprAllowed=!0},d.incDec.updateContext=function(){},d._function.updateContext=d._class.updateContext=function(i){i.beforeExpr&&i!==d._else&&!(i===d.semi&&this.curContext()!==xe.p_stat)&&!(i===d._return&&D.test(this.input.slice(this.lastTokEnd,this.start)))&&!((i===d.colon||i===d.braceL)&&this.curContext()===xe.b_stat)?this.context.push(xe.f_expr):this.context.push(xe.f_stat),this.exprAllowed=!1},d.colon.updateContext=function(){this.curContext().token==="function"&&this.context.pop(),this.exprAllowed=!0},d.backQuote.updateContext=function(){this.curContext()===xe.q_tmpl?this.context.pop():this.context.push(xe.q_tmpl),this.exprAllowed=!1},d.star.updateContext=function(i){if(i===d._function){var o=this.context.length-1;this.context[o]===xe.f_expr?this.context[o]=xe.f_expr_gen:this.context[o]=xe.f_gen}this.exprAllowed=!0},d.name.updateContext=function(i){var o=!1;this.options.ecmaVersion>=6&&i!==d.dot&&(this.value==="of"&&!this.exprAllowed||this.value==="yield"&&this.inGeneratorContext())&&(o=!0),this.exprAllowed=o};var re=te.prototype;re.checkPropClash=function(i,o,f){if(!(this.options.ecmaVersion>=9&&i.type==="SpreadElement")&&!(this.options.ecmaVersion>=6&&(i.computed||i.method||i.shorthand))){var g=i.key,w;switch(g.type){case"Identifier":w=g.name;break;case"Literal":w=String(g.value);break;default:return}var F=i.kind;if(this.options.ecmaVersion>=6){w==="__proto__"&&F==="init"&&(o.proto&&(f?f.doubleProto<0&&(f.doubleProto=g.start):this.raiseRecoverable(g.start,"Redefinition of __proto__ property")),o.proto=!0);return}w="$"+w;var R=o[w];if(R){var j;F==="init"?j=this.strict&&R.init||R.get||R.set:j=R.init||R[F],j&&this.raiseRecoverable(g.start,"Redefinition of property")}else R=o[w]={init:!1,get:!1,set:!1};R[F]=!0}},re.parseExpression=function(i,o){var f=this.start,g=this.startLoc,w=this.parseMaybeAssign(i,o);if(this.type===d.comma){var F=this.startNodeAt(f,g);for(F.expressions=[w];this.eat(d.comma);)F.expressions.push(this.parseMaybeAssign(i,o));return this.finishNode(F,"SequenceExpression")}return w},re.parseMaybeAssign=function(i,o,f){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(i);this.exprAllowed=!1}var g=!1,w=-1,F=-1,R=-1;o?(w=o.parenthesizedAssign,F=o.trailingComma,R=o.doubleProto,o.parenthesizedAssign=o.trailingComma=-1):(o=new v,g=!0);var j=this.start,U=this.startLoc;(this.type===d.parenL||this.type===d.name)&&(this.potentialArrowAt=this.start,this.potentialArrowInForAwait=i==="await");var se=this.parseMaybeConditional(i,o);if(f&&(se=f.call(this,se,j,U)),this.type.isAssign){var ue=this.startNodeAt(j,U);return ue.operator=this.value,this.type===d.eq&&(se=this.toAssignable(se,!1,o)),g||(o.parenthesizedAssign=o.trailingComma=o.doubleProto=-1),o.shorthandAssign>=se.start&&(o.shorthandAssign=-1),this.type===d.eq?this.checkLValPattern(se):this.checkLValSimple(se),ue.left=se,this.next(),ue.right=this.parseMaybeAssign(i),R>-1&&(o.doubleProto=R),this.finishNode(ue,"AssignmentExpression")}else g&&this.checkExpressionErrors(o,!0);return w>-1&&(o.parenthesizedAssign=w),F>-1&&(o.trailingComma=F),se},re.parseMaybeConditional=function(i,o){var f=this.start,g=this.startLoc,w=this.parseExprOps(i,o);if(this.checkExpressionErrors(o))return w;if(this.eat(d.question)){var F=this.startNodeAt(f,g);return F.test=w,F.consequent=this.parseMaybeAssign(),this.expect(d.colon),F.alternate=this.parseMaybeAssign(i),this.finishNode(F,"ConditionalExpression")}return w},re.parseExprOps=function(i,o){var f=this.start,g=this.startLoc,w=this.parseMaybeUnary(o,!1,!1,i);return this.checkExpressionErrors(o)||w.start===f&&w.type==="ArrowFunctionExpression"?w:this.parseExprOp(w,f,g,-1,i)},re.parseExprOp=function(i,o,f,g,w){var F=this.type.binop;if(F!=null&&(!w||this.type!==d._in)&&F>g){var R=this.type===d.logicalOR||this.type===d.logicalAND,j=this.type===d.coalesce;j&&(F=d.logicalAND.binop);var U=this.value;this.next();var se=this.start,ue=this.startLoc,Ce=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,w),se,ue,F,w),Jt=this.buildBinary(o,f,i,Ce,U,R||j);return(R&&this.type===d.coalesce||j&&(this.type===d.logicalOR||this.type===d.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(Jt,o,f,g,w)}return i},re.buildBinary=function(i,o,f,g,w,F){g.type==="PrivateIdentifier"&&this.raise(g.start,"Private identifier can only be left side of binary expression");var R=this.startNodeAt(i,o);return R.left=f,R.operator=w,R.right=g,this.finishNode(R,F?"LogicalExpression":"BinaryExpression")},re.parseMaybeUnary=function(i,o,f,g){var w=this.start,F=this.startLoc,R;if(this.isContextual("await")&&this.canAwait)R=this.parseAwait(g),o=!0;else if(this.type.prefix){var j=this.startNode(),U=this.type===d.incDec;j.operator=this.value,j.prefix=!0,this.next(),j.argument=this.parseMaybeUnary(null,!0,U,g),this.checkExpressionErrors(i,!0),U?this.checkLValSimple(j.argument):this.strict&&j.operator==="delete"&&j.argument.type==="Identifier"?this.raiseRecoverable(j.start,"Deleting local variable in strict mode"):j.operator==="delete"&&ts(j.argument)?this.raiseRecoverable(j.start,"Private fields can not be deleted"):o=!0,R=this.finishNode(j,U?"UpdateExpression":"UnaryExpression")}else if(!o&&this.type===d.privateId)(g||this.privateNameStack.length===0)&&this.options.checkPrivateFields&&this.unexpected(),R=this.parsePrivateIdent(),this.type!==d._in&&this.unexpected();else{if(R=this.parseExprSubscripts(i,g),this.checkExpressionErrors(i))return R;for(;this.type.postfix&&!this.canInsertSemicolon();){var se=this.startNodeAt(w,F);se.operator=this.value,se.prefix=!1,se.argument=R,this.checkLValSimple(R),this.next(),R=this.finishNode(se,"UpdateExpression")}}if(!f&&this.eat(d.starstar))if(o)this.unexpected(this.lastTokStart);else return this.buildBinary(w,F,R,this.parseMaybeUnary(null,!1,!1,g),"**",!1);else return R};function ts(i){return i.type==="MemberExpression"&&i.property.type==="PrivateIdentifier"||i.type==="ChainExpression"&&ts(i.expression)}re.parseExprSubscripts=function(i,o){var f=this.start,g=this.startLoc,w=this.parseExprAtom(i,o);if(w.type==="ArrowFunctionExpression"&&this.input.slice(this.lastTokStart,this.lastTokEnd)!==")")return w;var F=this.parseSubscripts(w,f,g,!1,o);return i&&F.type==="MemberExpression"&&(i.parenthesizedAssign>=F.start&&(i.parenthesizedAssign=-1),i.parenthesizedBind>=F.start&&(i.parenthesizedBind=-1),i.trailingComma>=F.start&&(i.trailingComma=-1)),F},re.parseSubscripts=function(i,o,f,g,w){for(var F=this.options.ecmaVersion>=8&&i.type==="Identifier"&&i.name==="async"&&this.lastTokEnd===i.end&&!this.canInsertSemicolon()&&i.end-i.start===5&&this.potentialArrowAt===i.start,R=!1;;){var j=this.parseSubscript(i,o,f,g,F,R,w);if(j.optional&&(R=!0),j===i||j.type==="ArrowFunctionExpression"){if(R){var U=this.startNodeAt(o,f);U.expression=j,j=this.finishNode(U,"ChainExpression")}return j}i=j}},re.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(d.arrow)},re.parseSubscriptAsyncArrow=function(i,o,f,g){return this.parseArrowExpression(this.startNodeAt(i,o),f,!0,g)},re.parseSubscript=function(i,o,f,g,w,F,R){var j=this.options.ecmaVersion>=11,U=j&&this.eat(d.questionDot);g&&U&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var se=this.eat(d.bracketL);if(se||U&&this.type!==d.parenL&&this.type!==d.backQuote||this.eat(d.dot)){var ue=this.startNodeAt(o,f);ue.object=i,se?(ue.property=this.parseExpression(),this.expect(d.bracketR)):this.type===d.privateId&&i.type!=="Super"?ue.property=this.parsePrivateIdent():ue.property=this.parseIdent(this.options.allowReserved!=="never"),ue.computed=!!se,j&&(ue.optional=U),i=this.finishNode(ue,"MemberExpression")}else if(!g&&this.eat(d.parenL)){var Ce=new v,Jt=this.yieldPos,Tr=this.awaitPos,ar=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var Xr=this.parseExprList(d.parenR,this.options.ecmaVersion>=8,!1,Ce);if(w&&!U&&this.shouldParseAsyncArrow())return this.checkPatternErrors(Ce,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=Jt,this.awaitPos=Tr,this.awaitIdentPos=ar,this.parseSubscriptAsyncArrow(o,f,Xr,R);this.checkExpressionErrors(Ce,!0),this.yieldPos=Jt||this.yieldPos,this.awaitPos=Tr||this.awaitPos,this.awaitIdentPos=ar||this.awaitIdentPos;var sr=this.startNodeAt(o,f);sr.callee=i,sr.arguments=Xr,j&&(sr.optional=U),i=this.finishNode(sr,"CallExpression")}else if(this.type===d.backQuote){(U||F)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var or=this.startNodeAt(o,f);or.tag=i,or.quasi=this.parseTemplate({isTagged:!0}),i=this.finishNode(or,"TaggedTemplateExpression")}return i},re.parseExprAtom=function(i,o,f){this.type===d.slash&&this.readRegexp();var g,w=this.potentialArrowAt===this.start;switch(this.type){case d._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),g=this.startNode(),this.next(),this.type===d.parenL&&!this.allowDirectSuper&&this.raise(g.start,"super() call outside constructor of a subclass"),this.type!==d.dot&&this.type!==d.bracketL&&this.type!==d.parenL&&this.unexpected(),this.finishNode(g,"Super");case d._this:return g=this.startNode(),this.next(),this.finishNode(g,"ThisExpression");case d.name:var F=this.start,R=this.startLoc,j=this.containsEsc,U=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!j&&U.name==="async"&&!this.canInsertSemicolon()&&this.eat(d._function))return this.overrideContext(xe.f_expr),this.parseFunction(this.startNodeAt(F,R),0,!1,!0,o);if(w&&!this.canInsertSemicolon()){if(this.eat(d.arrow))return this.parseArrowExpression(this.startNodeAt(F,R),[U],!1,o);if(this.options.ecmaVersion>=8&&U.name==="async"&&this.type===d.name&&!j&&(!this.potentialArrowInForAwait||this.value!=="of"||this.containsEsc))return U=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(d.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(F,R),[U],!0,o)}return U;case d.regexp:var se=this.value;return g=this.parseLiteral(se.value),g.regex={pattern:se.pattern,flags:se.flags},g;case d.num:case d.string:return this.parseLiteral(this.value);case d._null:case d._true:case d._false:return g=this.startNode(),g.value=this.type===d._null?null:this.type===d._true,g.raw=this.type.keyword,this.next(),this.finishNode(g,"Literal");case d.parenL:var ue=this.start,Ce=this.parseParenAndDistinguishExpression(w,o);return i&&(i.parenthesizedAssign<0&&!this.isSimpleAssignTarget(Ce)&&(i.parenthesizedAssign=ue),i.parenthesizedBind<0&&(i.parenthesizedBind=ue)),Ce;case d.bracketL:return g=this.startNode(),this.next(),g.elements=this.parseExprList(d.bracketR,!0,!0,i),this.finishNode(g,"ArrayExpression");case d.braceL:return this.overrideContext(xe.b_expr),this.parseObj(!1,i);case d._function:return g=this.startNode(),this.next(),this.parseFunction(g,0);case d._class:return this.parseClass(this.startNode(),!1);case d._new:return this.parseNew();case d.backQuote:return this.parseTemplate();case d._import:return this.options.ecmaVersion>=11?this.parseExprImport(f):this.unexpected();default:return this.parseExprAtomDefault()}},re.parseExprAtomDefault=function(){this.unexpected()},re.parseExprImport=function(i){var o=this.startNode();if(this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import"),this.next(),this.type===d.parenL&&!i)return this.parseDynamicImport(o);if(this.type===d.dot){var f=this.startNodeAt(o.start,o.loc&&o.loc.start);return f.name="import",o.meta=this.finishNode(f,"Identifier"),this.parseImportMeta(o)}else this.unexpected()},re.parseDynamicImport=function(i){if(this.next(),i.source=this.parseMaybeAssign(),!this.eat(d.parenR)){var o=this.start;this.eat(d.comma)&&this.eat(d.parenR)?this.raiseRecoverable(o,"Trailing comma is not allowed in import()"):this.unexpected(o)}return this.finishNode(i,"ImportExpression")},re.parseImportMeta=function(i){this.next();var o=this.containsEsc;return i.property=this.parseIdent(!0),i.property.name!=="meta"&&this.raiseRecoverable(i.property.start,"The only valid meta property for import is 'import.meta'"),o&&this.raiseRecoverable(i.start,"'import.meta' must not contain escaped characters"),this.options.sourceType!=="module"&&!this.options.allowImportExportEverywhere&&this.raiseRecoverable(i.start,"Cannot use 'import.meta' outside a module"),this.finishNode(i,"MetaProperty")},re.parseLiteral=function(i){var o=this.startNode();return o.value=i,o.raw=this.input.slice(this.start,this.end),o.raw.charCodeAt(o.raw.length-1)===110&&(o.bigint=o.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(o,"Literal")},re.parseParenExpression=function(){this.expect(d.parenL);var i=this.parseExpression();return this.expect(d.parenR),i},re.shouldParseArrow=function(i){return!this.canInsertSemicolon()},re.parseParenAndDistinguishExpression=function(i,o){var f=this.start,g=this.startLoc,w,F=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var R=this.start,j=this.startLoc,U=[],se=!0,ue=!1,Ce=new v,Jt=this.yieldPos,Tr=this.awaitPos,ar;for(this.yieldPos=0,this.awaitPos=0;this.type!==d.parenR;)if(se?se=!1:this.expect(d.comma),F&&this.afterTrailingComma(d.parenR,!0)){ue=!0;break}else if(this.type===d.ellipsis){ar=this.start,U.push(this.parseParenItem(this.parseRestBinding())),this.type===d.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element");break}else U.push(this.parseMaybeAssign(!1,Ce,this.parseParenItem));var Xr=this.lastTokEnd,sr=this.lastTokEndLoc;if(this.expect(d.parenR),i&&this.shouldParseArrow(U)&&this.eat(d.arrow))return this.checkPatternErrors(Ce,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=Jt,this.awaitPos=Tr,this.parseParenArrowList(f,g,U,o);(!U.length||ue)&&this.unexpected(this.lastTokStart),ar&&this.unexpected(ar),this.checkExpressionErrors(Ce,!0),this.yieldPos=Jt||this.yieldPos,this.awaitPos=Tr||this.awaitPos,U.length>1?(w=this.startNodeAt(R,j),w.expressions=U,this.finishNodeAt(w,"SequenceExpression",Xr,sr)):w=U[0]}else w=this.parseParenExpression();if(this.options.preserveParens){var or=this.startNodeAt(f,g);return or.expression=w,this.finishNode(or,"ParenthesizedExpression")}else return w},re.parseParenItem=function(i){return i},re.parseParenArrowList=function(i,o,f,g){return this.parseArrowExpression(this.startNodeAt(i,o),f,!1,g)};var ec=[];re.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var i=this.startNode();if(this.next(),this.options.ecmaVersion>=6&&this.type===d.dot){var o=this.startNodeAt(i.start,i.loc&&i.loc.start);o.name="new",i.meta=this.finishNode(o,"Identifier"),this.next();var f=this.containsEsc;return i.property=this.parseIdent(!0),i.property.name!=="target"&&this.raiseRecoverable(i.property.start,"The only valid meta property for new is 'new.target'"),f&&this.raiseRecoverable(i.start,"'new.target' must not contain escaped characters"),this.allowNewDotTarget||this.raiseRecoverable(i.start,"'new.target' can only be used in functions and class static block"),this.finishNode(i,"MetaProperty")}var g=this.start,w=this.startLoc;return i.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),g,w,!0,!1),this.eat(d.parenL)?i.arguments=this.parseExprList(d.parenR,this.options.ecmaVersion>=8,!1):i.arguments=ec,this.finishNode(i,"NewExpression")},re.parseTemplateElement=function(i){var o=i.isTagged,f=this.startNode();return this.type===d.invalidTemplate?(o||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),f.value={raw:this.value,cooked:null}):f.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,`
8
- `),cooked:this.value},this.next(),f.tail=this.type===d.backQuote,this.finishNode(f,"TemplateElement")},re.parseTemplate=function(i){i===void 0&&(i={});var o=i.isTagged;o===void 0&&(o=!1);var f=this.startNode();this.next(),f.expressions=[];var g=this.parseTemplateElement({isTagged:o});for(f.quasis=[g];!g.tail;)this.type===d.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(d.dollarBraceL),f.expressions.push(this.parseExpression()),this.expect(d.braceR),f.quasis.push(g=this.parseTemplateElement({isTagged:o}));return this.next(),this.finishNode(f,"TemplateLiteral")},re.isAsyncProp=function(i){return!i.computed&&i.key.type==="Identifier"&&i.key.name==="async"&&(this.type===d.name||this.type===d.num||this.type===d.string||this.type===d.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===d.star)&&!D.test(this.input.slice(this.lastTokEnd,this.start))},re.parseObj=function(i,o){var f=this.startNode(),g=!0,w={};for(f.properties=[],this.next();!this.eat(d.braceR);){if(g)g=!1;else if(this.expect(d.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(d.braceR))break;var F=this.parseProperty(i,o);i||this.checkPropClash(F,w,o),f.properties.push(F)}return this.finishNode(f,i?"ObjectPattern":"ObjectExpression")},re.parseProperty=function(i,o){var f=this.startNode(),g,w,F,R;if(this.options.ecmaVersion>=9&&this.eat(d.ellipsis))return i?(f.argument=this.parseIdent(!1),this.type===d.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.finishNode(f,"RestElement")):(f.argument=this.parseMaybeAssign(!1,o),this.type===d.comma&&o&&o.trailingComma<0&&(o.trailingComma=this.start),this.finishNode(f,"SpreadElement"));this.options.ecmaVersion>=6&&(f.method=!1,f.shorthand=!1,(i||o)&&(F=this.start,R=this.startLoc),i||(g=this.eat(d.star)));var j=this.containsEsc;return this.parsePropertyName(f),!i&&!j&&this.options.ecmaVersion>=8&&!g&&this.isAsyncProp(f)?(w=!0,g=this.options.ecmaVersion>=9&&this.eat(d.star),this.parsePropertyName(f)):w=!1,this.parsePropertyValue(f,i,g,w,F,R,o,j),this.finishNode(f,"Property")},re.parseGetterSetter=function(i){i.kind=i.key.name,this.parsePropertyName(i),i.value=this.parseMethod(!1);var o=i.kind==="get"?0:1;if(i.value.params.length!==o){var f=i.value.start;i.kind==="get"?this.raiseRecoverable(f,"getter should have no params"):this.raiseRecoverable(f,"setter should have exactly one param")}else i.kind==="set"&&i.value.params[0].type==="RestElement"&&this.raiseRecoverable(i.value.params[0].start,"Setter cannot use rest params")},re.parsePropertyValue=function(i,o,f,g,w,F,R,j){(f||g)&&this.type===d.colon&&this.unexpected(),this.eat(d.colon)?(i.value=o?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,R),i.kind="init"):this.options.ecmaVersion>=6&&this.type===d.parenL?(o&&this.unexpected(),i.kind="init",i.method=!0,i.value=this.parseMethod(f,g)):!o&&!j&&this.options.ecmaVersion>=5&&!i.computed&&i.key.type==="Identifier"&&(i.key.name==="get"||i.key.name==="set")&&this.type!==d.comma&&this.type!==d.braceR&&this.type!==d.eq?((f||g)&&this.unexpected(),this.parseGetterSetter(i)):this.options.ecmaVersion>=6&&!i.computed&&i.key.type==="Identifier"?((f||g)&&this.unexpected(),this.checkUnreserved(i.key),i.key.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=w),i.kind="init",o?i.value=this.parseMaybeDefault(w,F,this.copyNode(i.key)):this.type===d.eq&&R?(R.shorthandAssign<0&&(R.shorthandAssign=this.start),i.value=this.parseMaybeDefault(w,F,this.copyNode(i.key))):i.value=this.copyNode(i.key),i.shorthand=!0):this.unexpected()},re.parsePropertyName=function(i){if(this.options.ecmaVersion>=6){if(this.eat(d.bracketL))return i.computed=!0,i.key=this.parseMaybeAssign(),this.expect(d.bracketR),i.key;i.computed=!1}return i.key=this.type===d.num||this.type===d.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!=="never")},re.initFunction=function(i){i.id=null,this.options.ecmaVersion>=6&&(i.generator=i.expression=!1),this.options.ecmaVersion>=8&&(i.async=!1)},re.parseMethod=function(i,o,f){var g=this.startNode(),w=this.yieldPos,F=this.awaitPos,R=this.awaitIdentPos;return this.initFunction(g),this.options.ecmaVersion>=6&&(g.generator=i),this.options.ecmaVersion>=8&&(g.async=!!o),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(jt(o,g.generator)|ft|(f?zt:0)),this.expect(d.parenL),g.params=this.parseBindingList(d.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(g,!1,!0,!1),this.yieldPos=w,this.awaitPos=F,this.awaitIdentPos=R,this.finishNode(g,"FunctionExpression")},re.parseArrowExpression=function(i,o,f,g){var w=this.yieldPos,F=this.awaitPos,R=this.awaitIdentPos;return this.enterScope(jt(f,!1)|Ae),this.initFunction(i),this.options.ecmaVersion>=8&&(i.async=!!f),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,i.params=this.toAssignableList(o,!0),this.parseFunctionBody(i,!0,!1,g),this.yieldPos=w,this.awaitPos=F,this.awaitIdentPos=R,this.finishNode(i,"ArrowFunctionExpression")},re.parseFunctionBody=function(i,o,f,g){var w=o&&this.type!==d.braceL,F=this.strict,R=!1;if(w)i.body=this.parseMaybeAssign(g),i.expression=!0,this.checkParams(i,!1);else{var j=this.options.ecmaVersion>=7&&!this.isSimpleParamList(i.params);(!F||j)&&(R=this.strictDirective(this.end),R&&j&&this.raiseRecoverable(i.start,"Illegal 'use strict' directive in function with non-simple parameter list"));var U=this.labels;this.labels=[],R&&(this.strict=!0),this.checkParams(i,!F&&!R&&!o&&!f&&this.isSimpleParamList(i.params)),this.strict&&i.id&&this.checkLValSimple(i.id,vt),i.body=this.parseBlock(!1,void 0,R&&!F),i.expression=!1,this.adaptDirectivePrologue(i.body.body),this.labels=U}this.exitScope()},re.isSimpleParamList=function(i){for(var o=0,f=i;o<f.length;o+=1){var g=f[o];if(g.type!=="Identifier")return!1}return!0},re.checkParams=function(i,o){for(var f=Object.create(null),g=0,w=i.params;g<w.length;g+=1){var F=w[g];this.checkLValInnerPattern(F,Lt,o?null:f)}},re.parseExprList=function(i,o,f,g){for(var w=[],F=!0;!this.eat(i);){if(F)F=!1;else if(this.expect(d.comma),o&&this.afterTrailingComma(i))break;var R=void 0;f&&this.type===d.comma?R=null:this.type===d.ellipsis?(R=this.parseSpread(g),g&&this.type===d.comma&&g.trailingComma<0&&(g.trailingComma=this.start)):R=this.parseMaybeAssign(!1,g),w.push(R)}return w},re.checkUnreserved=function(i){var o=i.start,f=i.end,g=i.name;if(this.inGenerator&&g==="yield"&&this.raiseRecoverable(o,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&g==="await"&&this.raiseRecoverable(o,"Cannot use 'await' as identifier inside an async function"),this.currentThisScope().inClassFieldInit&&g==="arguments"&&this.raiseRecoverable(o,"Cannot use 'arguments' in class field initializer"),this.inClassStaticBlock&&(g==="arguments"||g==="await")&&this.raise(o,"Cannot use "+g+" in class static initialization block"),this.keywords.test(g)&&this.raise(o,"Unexpected keyword '"+g+"'"),!(this.options.ecmaVersion<6&&this.input.slice(o,f).indexOf("\\")!==-1)){var w=this.strict?this.reservedWordsStrict:this.reservedWords;w.test(g)&&(!this.inAsync&&g==="await"&&this.raiseRecoverable(o,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(o,"The keyword '"+g+"' is reserved"))}},re.parseIdent=function(i){var o=this.parseIdentNode();return this.next(!!i),this.finishNode(o,"Identifier"),i||(this.checkUnreserved(o),o.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=o.start)),o},re.parseIdentNode=function(){var i=this.startNode();return this.type===d.name?i.name=this.value:this.type.keyword?(i.name=this.type.keyword,(i.name==="class"||i.name==="function")&&(this.lastTokEnd!==this.lastTokStart+1||this.input.charCodeAt(this.lastTokStart)!==46)&&this.context.pop(),this.type=d.name):this.unexpected(),i},re.parsePrivateIdent=function(){var i=this.startNode();return this.type===d.privateId?i.name=this.value:this.unexpected(),this.next(),this.finishNode(i,"PrivateIdentifier"),this.options.checkPrivateFields&&(this.privateNameStack.length===0?this.raise(i.start,"Private field '#"+i.name+"' must be declared in an enclosing class"):this.privateNameStack[this.privateNameStack.length-1].used.push(i)),i},re.parseYield=function(i){this.yieldPos||(this.yieldPos=this.start);var o=this.startNode();return this.next(),this.type===d.semi||this.canInsertSemicolon()||this.type!==d.star&&!this.type.startsExpr?(o.delegate=!1,o.argument=null):(o.delegate=this.eat(d.star),o.argument=this.parseMaybeAssign(i)),this.finishNode(o,"YieldExpression")},re.parseAwait=function(i){this.awaitPos||(this.awaitPos=this.start);var o=this.startNode();return this.next(),o.argument=this.parseMaybeUnary(null,!0,!1,i),this.finishNode(o,"AwaitExpression")};var Wr=te.prototype;Wr.raise=function(i,o){var f=Re(this.input,i);o+=" ("+f.line+":"+f.column+")";var g=new SyntaxError(o);throw g.pos=i,g.loc=f,g.raisedAt=this.pos,g},Wr.raiseRecoverable=Wr.raise,Wr.curPosition=function(){if(this.options.locations)return new _(this.curLine,this.pos-this.lineStart)};var Nt=te.prototype,tc=function(o){this.flags=o,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};Nt.enterScope=function(i){this.scopeStack.push(new tc(i))},Nt.exitScope=function(){this.scopeStack.pop()},Nt.treatFunctionsAsVarInScope=function(i){return i.flags&de||!this.inModule&&i.flags&We},Nt.declareName=function(i,o,f){var g=!1;if(o===Oe){var w=this.currentScope();g=w.lexical.indexOf(i)>-1||w.functions.indexOf(i)>-1||w.var.indexOf(i)>-1,w.lexical.push(i),this.inModule&&w.flags&We&&delete this.undefinedExports[i]}else if(o===ir){var F=this.currentScope();F.lexical.push(i)}else if(o===Ut){var R=this.currentScope();this.treatFunctionsAsVar?g=R.lexical.indexOf(i)>-1:g=R.lexical.indexOf(i)>-1||R.var.indexOf(i)>-1,R.functions.push(i)}else for(var j=this.scopeStack.length-1;j>=0;--j){var U=this.scopeStack[j];if(U.lexical.indexOf(i)>-1&&!(U.flags&lt&&U.lexical[0]===i)||!this.treatFunctionsAsVarInScope(U)&&U.functions.indexOf(i)>-1){g=!0;break}if(U.var.push(i),this.inModule&&U.flags&We&&delete this.undefinedExports[i],U.flags&yt)break}g&&this.raiseRecoverable(f,"Identifier '"+i+"' has already been declared")},Nt.checkLocalExport=function(i){this.scopeStack[0].lexical.indexOf(i.name)===-1&&this.scopeStack[0].var.indexOf(i.name)===-1&&(this.undefinedExports[i.name]=i)},Nt.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},Nt.currentVarScope=function(){for(var i=this.scopeStack.length-1;;i--){var o=this.scopeStack[i];if(o.flags&yt)return o}},Nt.currentThisScope=function(){for(var i=this.scopeStack.length-1;;i--){var o=this.scopeStack[i];if(o.flags&yt&&!(o.flags&Ae))return o}};var Ar=function(o,f,g){this.type="",this.start=f,this.end=0,o.options.locations&&(this.loc=new ye(o,g)),o.options.directSourceFile&&(this.sourceFile=o.options.directSourceFile),o.options.ranges&&(this.range=[f,0])},Ir=te.prototype;Ir.startNode=function(){return new Ar(this,this.start,this.startLoc)},Ir.startNodeAt=function(i,o){return new Ar(this,i,o)};function rs(i,o,f,g){return i.type=o,i.end=f,this.options.locations&&(i.loc.end=g),this.options.ranges&&(i.range[1]=f),i}Ir.finishNode=function(i,o){return rs.call(this,i,o,this.lastTokEnd,this.lastTokEndLoc)},Ir.finishNodeAt=function(i,o,f,g){return rs.call(this,i,o,f,g)},Ir.copyNode=function(i){var o=new Ar(this,i.start,this.startLoc);for(var f in i)o[f]=i[f];return o};var is="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",ns=is+" Extended_Pictographic",as=ns,ss=as+" EBase EComp EMod EPres ExtPict",os=ss,rc=os,ic={9:is,10:ns,11:as,12:ss,13:os,14:rc},nc="Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji",ac={9:"",10:"",11:"",12:"",13:"",14:nc},us="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",ls="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",cs=ls+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",hs=cs+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",ps=hs+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",fs=ps+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",sc=fs+" Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz",oc={9:ls,10:cs,11:hs,12:ps,13:fs,14:sc},ms={};function uc(i){var o=ms[i]={binary:Z(ic[i]+" "+us),binaryOfStrings:Z(ac[i]),nonBinary:{General_Category:Z(us),Script:Z(oc[i])}};o.nonBinary.Script_Extensions=o.nonBinary.Script,o.nonBinary.gc=o.nonBinary.General_Category,o.nonBinary.sc=o.nonBinary.Script,o.nonBinary.scx=o.nonBinary.Script_Extensions}for(var Ki=0,ds=[9,10,11,12,13,14];Ki<ds.length;Ki+=1){var lc=ds[Ki];uc(lc)}var Q=te.prototype,xt=function(o){this.parser=o,this.validFlags="gim"+(o.options.ecmaVersion>=6?"uy":"")+(o.options.ecmaVersion>=9?"s":"")+(o.options.ecmaVersion>=13?"d":"")+(o.options.ecmaVersion>=15?"v":""),this.unicodeProperties=ms[o.options.ecmaVersion>=14?14:o.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=[]};xt.prototype.reset=function(o,f,g){var w=g.indexOf("v")!==-1,F=g.indexOf("u")!==-1;this.start=o|0,this.source=f+"",this.flags=g,w&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=F&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=F&&this.parser.options.ecmaVersion>=9)},xt.prototype.raise=function(o){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+o)},xt.prototype.at=function(o,f){f===void 0&&(f=!1);var g=this.source,w=g.length;if(o>=w)return-1;var F=g.charCodeAt(o);if(!(f||this.switchU)||F<=55295||F>=57344||o+1>=w)return F;var R=g.charCodeAt(o+1);return R>=56320&&R<=57343?(F<<10)+R-56613888:F},xt.prototype.nextIndex=function(o,f){f===void 0&&(f=!1);var g=this.source,w=g.length;if(o>=w)return w;var F=g.charCodeAt(o),R;return!(f||this.switchU)||F<=55295||F>=57344||o+1>=w||(R=g.charCodeAt(o+1))<56320||R>57343?o+1:o+2},xt.prototype.current=function(o){return o===void 0&&(o=!1),this.at(this.pos,o)},xt.prototype.lookahead=function(o){return o===void 0&&(o=!1),this.at(this.nextIndex(this.pos,o),o)},xt.prototype.advance=function(o){o===void 0&&(o=!1),this.pos=this.nextIndex(this.pos,o)},xt.prototype.eat=function(o,f){return f===void 0&&(f=!1),this.current(f)===o?(this.advance(f),!0):!1},xt.prototype.eatChars=function(o,f){f===void 0&&(f=!1);for(var g=this.pos,w=0,F=o;w<F.length;w+=1){var R=F[w],j=this.at(g,f);if(j===-1||j!==R)return!1;g=this.nextIndex(g,f)}return this.pos=g,!0},Q.validateRegExpFlags=function(i){for(var o=i.validFlags,f=i.flags,g=!1,w=!1,F=0;F<f.length;F++){var R=f.charAt(F);o.indexOf(R)===-1&&this.raise(i.start,"Invalid regular expression flag"),f.indexOf(R,F+1)>-1&&this.raise(i.start,"Duplicate regular expression flag"),R==="u"&&(g=!0),R==="v"&&(w=!0)}this.options.ecmaVersion>=15&&g&&w&&this.raise(i.start,"Invalid regular expression flag")},Q.validateRegExpPattern=function(i){this.regexp_pattern(i),!i.switchN&&this.options.ecmaVersion>=9&&i.groupNames.length>0&&(i.switchN=!0,this.regexp_pattern(i))},Q.regexp_pattern=function(i){i.pos=0,i.lastIntValue=0,i.lastStringValue="",i.lastAssertionIsQuantifiable=!1,i.numCapturingParens=0,i.maxBackReference=0,i.groupNames.length=0,i.backReferenceNames.length=0,this.regexp_disjunction(i),i.pos!==i.source.length&&(i.eat(41)&&i.raise("Unmatched ')'"),(i.eat(93)||i.eat(125))&&i.raise("Lone quantifier brackets")),i.maxBackReference>i.numCapturingParens&&i.raise("Invalid escape");for(var o=0,f=i.backReferenceNames;o<f.length;o+=1){var g=f[o];i.groupNames.indexOf(g)===-1&&i.raise("Invalid named capture referenced")}},Q.regexp_disjunction=function(i){for(this.regexp_alternative(i);i.eat(124);)this.regexp_alternative(i);this.regexp_eatQuantifier(i,!0)&&i.raise("Nothing to repeat"),i.eat(123)&&i.raise("Lone quantifier brackets")},Q.regexp_alternative=function(i){for(;i.pos<i.source.length&&this.regexp_eatTerm(i););},Q.regexp_eatTerm=function(i){return this.regexp_eatAssertion(i)?(i.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(i)&&i.switchU&&i.raise("Invalid quantifier"),!0):(i.switchU?this.regexp_eatAtom(i):this.regexp_eatExtendedAtom(i))?(this.regexp_eatQuantifier(i),!0):!1},Q.regexp_eatAssertion=function(i){var o=i.pos;if(i.lastAssertionIsQuantifiable=!1,i.eat(94)||i.eat(36))return!0;if(i.eat(92)){if(i.eat(66)||i.eat(98))return!0;i.pos=o}if(i.eat(40)&&i.eat(63)){var f=!1;if(this.options.ecmaVersion>=9&&(f=i.eat(60)),i.eat(61)||i.eat(33))return this.regexp_disjunction(i),i.eat(41)||i.raise("Unterminated group"),i.lastAssertionIsQuantifiable=!f,!0}return i.pos=o,!1},Q.regexp_eatQuantifier=function(i,o){return o===void 0&&(o=!1),this.regexp_eatQuantifierPrefix(i,o)?(i.eat(63),!0):!1},Q.regexp_eatQuantifierPrefix=function(i,o){return i.eat(42)||i.eat(43)||i.eat(63)||this.regexp_eatBracedQuantifier(i,o)},Q.regexp_eatBracedQuantifier=function(i,o){var f=i.pos;if(i.eat(123)){var g=0,w=-1;if(this.regexp_eatDecimalDigits(i)&&(g=i.lastIntValue,i.eat(44)&&this.regexp_eatDecimalDigits(i)&&(w=i.lastIntValue),i.eat(125)))return w!==-1&&w<g&&!o&&i.raise("numbers out of order in {} quantifier"),!0;i.switchU&&!o&&i.raise("Incomplete quantifier"),i.pos=f}return!1},Q.regexp_eatAtom=function(i){return this.regexp_eatPatternCharacters(i)||i.eat(46)||this.regexp_eatReverseSolidusAtomEscape(i)||this.regexp_eatCharacterClass(i)||this.regexp_eatUncapturingGroup(i)||this.regexp_eatCapturingGroup(i)},Q.regexp_eatReverseSolidusAtomEscape=function(i){var o=i.pos;if(i.eat(92)){if(this.regexp_eatAtomEscape(i))return!0;i.pos=o}return!1},Q.regexp_eatUncapturingGroup=function(i){var o=i.pos;if(i.eat(40)){if(i.eat(63)&&i.eat(58)){if(this.regexp_disjunction(i),i.eat(41))return!0;i.raise("Unterminated group")}i.pos=o}return!1},Q.regexp_eatCapturingGroup=function(i){if(i.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(i):i.current()===63&&i.raise("Invalid group"),this.regexp_disjunction(i),i.eat(41))return i.numCapturingParens+=1,!0;i.raise("Unterminated group")}return!1},Q.regexp_eatExtendedAtom=function(i){return i.eat(46)||this.regexp_eatReverseSolidusAtomEscape(i)||this.regexp_eatCharacterClass(i)||this.regexp_eatUncapturingGroup(i)||this.regexp_eatCapturingGroup(i)||this.regexp_eatInvalidBracedQuantifier(i)||this.regexp_eatExtendedPatternCharacter(i)},Q.regexp_eatInvalidBracedQuantifier=function(i){return this.regexp_eatBracedQuantifier(i,!0)&&i.raise("Nothing to repeat"),!1},Q.regexp_eatSyntaxCharacter=function(i){var o=i.current();return xs(o)?(i.lastIntValue=o,i.advance(),!0):!1};function xs(i){return i===36||i>=40&&i<=43||i===46||i===63||i>=91&&i<=94||i>=123&&i<=125}Q.regexp_eatPatternCharacters=function(i){for(var o=i.pos,f=0;(f=i.current())!==-1&&!xs(f);)i.advance();return i.pos!==o},Q.regexp_eatExtendedPatternCharacter=function(i){var o=i.current();return o!==-1&&o!==36&&!(o>=40&&o<=43)&&o!==46&&o!==63&&o!==91&&o!==94&&o!==124?(i.advance(),!0):!1},Q.regexp_groupSpecifier=function(i){if(i.eat(63)){if(this.regexp_eatGroupName(i)){i.groupNames.indexOf(i.lastStringValue)!==-1&&i.raise("Duplicate capture group name"),i.groupNames.push(i.lastStringValue);return}i.raise("Invalid group")}},Q.regexp_eatGroupName=function(i){if(i.lastStringValue="",i.eat(60)){if(this.regexp_eatRegExpIdentifierName(i)&&i.eat(62))return!0;i.raise("Invalid capture group name")}return!1},Q.regexp_eatRegExpIdentifierName=function(i){if(i.lastStringValue="",this.regexp_eatRegExpIdentifierStart(i)){for(i.lastStringValue+=me(i.lastIntValue);this.regexp_eatRegExpIdentifierPart(i);)i.lastStringValue+=me(i.lastIntValue);return!0}return!1},Q.regexp_eatRegExpIdentifierStart=function(i){var o=i.pos,f=this.options.ecmaVersion>=11,g=i.current(f);return i.advance(f),g===92&&this.regexp_eatRegExpUnicodeEscapeSequence(i,f)&&(g=i.lastIntValue),cc(g)?(i.lastIntValue=g,!0):(i.pos=o,!1)};function cc(i){return k(i,!0)||i===36||i===95}Q.regexp_eatRegExpIdentifierPart=function(i){var o=i.pos,f=this.options.ecmaVersion>=11,g=i.current(f);return i.advance(f),g===92&&this.regexp_eatRegExpUnicodeEscapeSequence(i,f)&&(g=i.lastIntValue),hc(g)?(i.lastIntValue=g,!0):(i.pos=o,!1)};function hc(i){return x(i,!0)||i===36||i===95||i===8204||i===8205}Q.regexp_eatAtomEscape=function(i){return this.regexp_eatBackReference(i)||this.regexp_eatCharacterClassEscape(i)||this.regexp_eatCharacterEscape(i)||i.switchN&&this.regexp_eatKGroupName(i)?!0:(i.switchU&&(i.current()===99&&i.raise("Invalid unicode escape"),i.raise("Invalid escape")),!1)},Q.regexp_eatBackReference=function(i){var o=i.pos;if(this.regexp_eatDecimalEscape(i)){var f=i.lastIntValue;if(i.switchU)return f>i.maxBackReference&&(i.maxBackReference=f),!0;if(f<=i.numCapturingParens)return!0;i.pos=o}return!1},Q.regexp_eatKGroupName=function(i){if(i.eat(107)){if(this.regexp_eatGroupName(i))return i.backReferenceNames.push(i.lastStringValue),!0;i.raise("Invalid named reference")}return!1},Q.regexp_eatCharacterEscape=function(i){return this.regexp_eatControlEscape(i)||this.regexp_eatCControlLetter(i)||this.regexp_eatZero(i)||this.regexp_eatHexEscapeSequence(i)||this.regexp_eatRegExpUnicodeEscapeSequence(i,!1)||!i.switchU&&this.regexp_eatLegacyOctalEscapeSequence(i)||this.regexp_eatIdentityEscape(i)},Q.regexp_eatCControlLetter=function(i){var o=i.pos;if(i.eat(99)){if(this.regexp_eatControlLetter(i))return!0;i.pos=o}return!1},Q.regexp_eatZero=function(i){return i.current()===48&&!Qr(i.lookahead())?(i.lastIntValue=0,i.advance(),!0):!1},Q.regexp_eatControlEscape=function(i){var o=i.current();return o===116?(i.lastIntValue=9,i.advance(),!0):o===110?(i.lastIntValue=10,i.advance(),!0):o===118?(i.lastIntValue=11,i.advance(),!0):o===102?(i.lastIntValue=12,i.advance(),!0):o===114?(i.lastIntValue=13,i.advance(),!0):!1},Q.regexp_eatControlLetter=function(i){var o=i.current();return gs(o)?(i.lastIntValue=o%32,i.advance(),!0):!1};function gs(i){return i>=65&&i<=90||i>=97&&i<=122}Q.regexp_eatRegExpUnicodeEscapeSequence=function(i,o){o===void 0&&(o=!1);var f=i.pos,g=o||i.switchU;if(i.eat(117)){if(this.regexp_eatFixedHexDigits(i,4)){var w=i.lastIntValue;if(g&&w>=55296&&w<=56319){var F=i.pos;if(i.eat(92)&&i.eat(117)&&this.regexp_eatFixedHexDigits(i,4)){var R=i.lastIntValue;if(R>=56320&&R<=57343)return i.lastIntValue=(w-55296)*1024+(R-56320)+65536,!0}i.pos=F,i.lastIntValue=w}return!0}if(g&&i.eat(123)&&this.regexp_eatHexDigits(i)&&i.eat(125)&&pc(i.lastIntValue))return!0;g&&i.raise("Invalid unicode escape"),i.pos=f}return!1};function pc(i){return i>=0&&i<=1114111}Q.regexp_eatIdentityEscape=function(i){if(i.switchU)return this.regexp_eatSyntaxCharacter(i)?!0:i.eat(47)?(i.lastIntValue=47,!0):!1;var o=i.current();return o!==99&&(!i.switchN||o!==107)?(i.lastIntValue=o,i.advance(),!0):!1},Q.regexp_eatDecimalEscape=function(i){i.lastIntValue=0;var o=i.current();if(o>=49&&o<=57){do i.lastIntValue=10*i.lastIntValue+(o-48),i.advance();while((o=i.current())>=48&&o<=57);return!0}return!1};var bs=0,Ct=1,$e=2;Q.regexp_eatCharacterClassEscape=function(i){var o=i.current();if(fc(o))return i.lastIntValue=-1,i.advance(),Ct;var f=!1;if(i.switchU&&this.options.ecmaVersion>=9&&((f=o===80)||o===112)){i.lastIntValue=-1,i.advance();var g;if(i.eat(123)&&(g=this.regexp_eatUnicodePropertyValueExpression(i))&&i.eat(125))return f&&g===$e&&i.raise("Invalid property name"),g;i.raise("Invalid property name")}return bs};function fc(i){return i===100||i===68||i===115||i===83||i===119||i===87}Q.regexp_eatUnicodePropertyValueExpression=function(i){var o=i.pos;if(this.regexp_eatUnicodePropertyName(i)&&i.eat(61)){var f=i.lastStringValue;if(this.regexp_eatUnicodePropertyValue(i)){var g=i.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(i,f,g),Ct}}if(i.pos=o,this.regexp_eatLoneUnicodePropertyNameOrValue(i)){var w=i.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(i,w)}return bs},Q.regexp_validateUnicodePropertyNameAndValue=function(i,o,f){$(i.unicodeProperties.nonBinary,o)||i.raise("Invalid property name"),i.unicodeProperties.nonBinary[o].test(f)||i.raise("Invalid property value")},Q.regexp_validateUnicodePropertyNameOrValue=function(i,o){if(i.unicodeProperties.binary.test(o))return Ct;if(i.switchV&&i.unicodeProperties.binaryOfStrings.test(o))return $e;i.raise("Invalid property name")},Q.regexp_eatUnicodePropertyName=function(i){var o=0;for(i.lastStringValue="";ks(o=i.current());)i.lastStringValue+=me(o),i.advance();return i.lastStringValue!==""};function ks(i){return gs(i)||i===95}Q.regexp_eatUnicodePropertyValue=function(i){var o=0;for(i.lastStringValue="";mc(o=i.current());)i.lastStringValue+=me(o),i.advance();return i.lastStringValue!==""};function mc(i){return ks(i)||Qr(i)}Q.regexp_eatLoneUnicodePropertyNameOrValue=function(i){return this.regexp_eatUnicodePropertyValue(i)},Q.regexp_eatCharacterClass=function(i){if(i.eat(91)){var o=i.eat(94),f=this.regexp_classContents(i);return i.eat(93)||i.raise("Unterminated character class"),o&&f===$e&&i.raise("Negated character class may contain strings"),!0}return!1},Q.regexp_classContents=function(i){return i.current()===93?Ct:i.switchV?this.regexp_classSetExpression(i):(this.regexp_nonEmptyClassRanges(i),Ct)},Q.regexp_nonEmptyClassRanges=function(i){for(;this.regexp_eatClassAtom(i);){var o=i.lastIntValue;if(i.eat(45)&&this.regexp_eatClassAtom(i)){var f=i.lastIntValue;i.switchU&&(o===-1||f===-1)&&i.raise("Invalid character class"),o!==-1&&f!==-1&&o>f&&i.raise("Range out of order in character class")}}},Q.regexp_eatClassAtom=function(i){var o=i.pos;if(i.eat(92)){if(this.regexp_eatClassEscape(i))return!0;if(i.switchU){var f=i.current();(f===99||ws(f))&&i.raise("Invalid class escape"),i.raise("Invalid escape")}i.pos=o}var g=i.current();return g!==93?(i.lastIntValue=g,i.advance(),!0):!1},Q.regexp_eatClassEscape=function(i){var o=i.pos;if(i.eat(98))return i.lastIntValue=8,!0;if(i.switchU&&i.eat(45))return i.lastIntValue=45,!0;if(!i.switchU&&i.eat(99)){if(this.regexp_eatClassControlLetter(i))return!0;i.pos=o}return this.regexp_eatCharacterClassEscape(i)||this.regexp_eatCharacterEscape(i)},Q.regexp_classSetExpression=function(i){var o=Ct,f;if(!this.regexp_eatClassSetRange(i))if(f=this.regexp_eatClassSetOperand(i)){f===$e&&(o=$e);for(var g=i.pos;i.eatChars([38,38]);){if(i.current()!==38&&(f=this.regexp_eatClassSetOperand(i))){f!==$e&&(o=Ct);continue}i.raise("Invalid character in character class")}if(g!==i.pos)return o;for(;i.eatChars([45,45]);)this.regexp_eatClassSetOperand(i)||i.raise("Invalid character in character class");if(g!==i.pos)return o}else i.raise("Invalid character in character class");for(;;)if(!this.regexp_eatClassSetRange(i)){if(f=this.regexp_eatClassSetOperand(i),!f)return o;f===$e&&(o=$e)}},Q.regexp_eatClassSetRange=function(i){var o=i.pos;if(this.regexp_eatClassSetCharacter(i)){var f=i.lastIntValue;if(i.eat(45)&&this.regexp_eatClassSetCharacter(i)){var g=i.lastIntValue;return f!==-1&&g!==-1&&f>g&&i.raise("Range out of order in character class"),!0}i.pos=o}return!1},Q.regexp_eatClassSetOperand=function(i){return this.regexp_eatClassSetCharacter(i)?Ct:this.regexp_eatClassStringDisjunction(i)||this.regexp_eatNestedClass(i)},Q.regexp_eatNestedClass=function(i){var o=i.pos;if(i.eat(91)){var f=i.eat(94),g=this.regexp_classContents(i);if(i.eat(93))return f&&g===$e&&i.raise("Negated character class may contain strings"),g;i.pos=o}if(i.eat(92)){var w=this.regexp_eatCharacterClassEscape(i);if(w)return w;i.pos=o}return null},Q.regexp_eatClassStringDisjunction=function(i){var o=i.pos;if(i.eatChars([92,113])){if(i.eat(123)){var f=this.regexp_classStringDisjunctionContents(i);if(i.eat(125))return f}else i.raise("Invalid escape");i.pos=o}return null},Q.regexp_classStringDisjunctionContents=function(i){for(var o=this.regexp_classString(i);i.eat(124);)this.regexp_classString(i)===$e&&(o=$e);return o},Q.regexp_classString=function(i){for(var o=0;this.regexp_eatClassSetCharacter(i);)o++;return o===1?Ct:$e},Q.regexp_eatClassSetCharacter=function(i){var o=i.pos;if(i.eat(92))return this.regexp_eatCharacterEscape(i)||this.regexp_eatClassSetReservedPunctuator(i)?!0:i.eat(98)?(i.lastIntValue=8,!0):(i.pos=o,!1);var f=i.current();return f<0||f===i.lookahead()&&dc(f)||xc(f)?!1:(i.advance(),i.lastIntValue=f,!0)};function dc(i){return i===33||i>=35&&i<=38||i>=42&&i<=44||i===46||i>=58&&i<=64||i===94||i===96||i===126}function xc(i){return i===40||i===41||i===45||i===47||i>=91&&i<=93||i>=123&&i<=125}Q.regexp_eatClassSetReservedPunctuator=function(i){var o=i.current();return gc(o)?(i.lastIntValue=o,i.advance(),!0):!1};function gc(i){return i===33||i===35||i===37||i===38||i===44||i===45||i>=58&&i<=62||i===64||i===96||i===126}Q.regexp_eatClassControlLetter=function(i){var o=i.current();return Qr(o)||o===95?(i.lastIntValue=o%32,i.advance(),!0):!1},Q.regexp_eatHexEscapeSequence=function(i){var o=i.pos;if(i.eat(120)){if(this.regexp_eatFixedHexDigits(i,2))return!0;i.switchU&&i.raise("Invalid escape"),i.pos=o}return!1},Q.regexp_eatDecimalDigits=function(i){var o=i.pos,f=0;for(i.lastIntValue=0;Qr(f=i.current());)i.lastIntValue=10*i.lastIntValue+(f-48),i.advance();return i.pos!==o};function Qr(i){return i>=48&&i<=57}Q.regexp_eatHexDigits=function(i){var o=i.pos,f=0;for(i.lastIntValue=0;ys(f=i.current());)i.lastIntValue=16*i.lastIntValue+vs(f),i.advance();return i.pos!==o};function ys(i){return i>=48&&i<=57||i>=65&&i<=70||i>=97&&i<=102}function vs(i){return i>=65&&i<=70?10+(i-65):i>=97&&i<=102?10+(i-97):i-48}Q.regexp_eatLegacyOctalEscapeSequence=function(i){if(this.regexp_eatOctalDigit(i)){var o=i.lastIntValue;if(this.regexp_eatOctalDigit(i)){var f=i.lastIntValue;o<=3&&this.regexp_eatOctalDigit(i)?i.lastIntValue=o*64+f*8+i.lastIntValue:i.lastIntValue=o*8+f}else i.lastIntValue=o;return!0}return!1},Q.regexp_eatOctalDigit=function(i){var o=i.current();return ws(o)?(i.lastIntValue=o-48,i.advance(),!0):(i.lastIntValue=0,!1)};function ws(i){return i>=48&&i<=55}Q.regexp_eatFixedHexDigits=function(i,o){var f=i.pos;i.lastIntValue=0;for(var g=0;g<o;++g){var w=i.current();if(!ys(w))return i.pos=f,!1;i.lastIntValue=16*i.lastIntValue+vs(w),i.advance()}return!0};var Kr=function(o){this.type=o.type,this.value=o.value,this.start=o.start,this.end=o.end,o.options.locations&&(this.loc=new ye(o,o.startLoc,o.endLoc)),o.options.ranges&&(this.range=[o.start,o.end])},le=te.prototype;le.next=function(i){!i&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+this.type.keyword),this.options.onToken&&this.options.onToken(new Kr(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},le.getToken=function(){return this.next(),new Kr(this)},typeof Symbol<"u"&&(le[Symbol.iterator]=function(){var i=this;return{next:function(){var o=i.getToken();return{done:o.type===d.eof,value:o}}}}),le.nextToken=function(){var i=this.curContext();if((!i||!i.preserveSpace)&&this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length)return this.finishToken(d.eof);if(i.override)return i.override(this);this.readToken(this.fullCharCodeAtPos())},le.readToken=function(i){return k(i,this.options.ecmaVersion>=6)||i===92?this.readWord():this.getTokenFromCode(i)},le.fullCharCodeAtPos=function(){var i=this.input.charCodeAt(this.pos);if(i<=55295||i>=56320)return i;var o=this.input.charCodeAt(this.pos+1);return o<=56319||o>=57344?i:(i<<10)+o-56613888},le.skipBlockComment=function(){var i=this.options.onComment&&this.curPosition(),o=this.pos,f=this.input.indexOf("*/",this.pos+=2);if(f===-1&&this.raise(this.pos-2,"Unterminated comment"),this.pos=f+2,this.options.locations)for(var g=void 0,w=o;(g=O(this.input,w,this.pos))>-1;)++this.curLine,w=this.lineStart=g;this.options.onComment&&this.options.onComment(!0,this.input.slice(o+2,f),o,this.pos,i,this.curPosition())},le.skipLineComment=function(i){for(var o=this.pos,f=this.options.onComment&&this.curPosition(),g=this.input.charCodeAt(this.pos+=i);this.pos<this.input.length&&!P(g);)g=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(o+i,this.pos),o,this.pos,f,this.curPosition())},le.skipSpace=function(){e:for(;this.pos<this.input.length;){var i=this.input.charCodeAt(this.pos);switch(i){case 32:case 160:++this.pos;break;case 13:this.input.charCodeAt(this.pos+1)===10&&++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(i>8&&i<14||i>=5760&&B.test(String.fromCharCode(i)))++this.pos;else break e}}},le.finishToken=function(i,o){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var f=this.type;this.type=i,this.value=o,this.updateContext(f)},le.readToken_dot=function(){var i=this.input.charCodeAt(this.pos+1);if(i>=48&&i<=57)return this.readNumber(!0);var o=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&i===46&&o===46?(this.pos+=3,this.finishToken(d.ellipsis)):(++this.pos,this.finishToken(d.dot))},le.readToken_slash=function(){var i=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):i===61?this.finishOp(d.assign,2):this.finishOp(d.slash,1)},le.readToken_mult_modulo_exp=function(i){var o=this.input.charCodeAt(this.pos+1),f=1,g=i===42?d.star:d.modulo;return this.options.ecmaVersion>=7&&i===42&&o===42&&(++f,g=d.starstar,o=this.input.charCodeAt(this.pos+2)),o===61?this.finishOp(d.assign,f+1):this.finishOp(g,f)},le.readToken_pipe_amp=function(i){var o=this.input.charCodeAt(this.pos+1);if(o===i){if(this.options.ecmaVersion>=12){var f=this.input.charCodeAt(this.pos+2);if(f===61)return this.finishOp(d.assign,3)}return this.finishOp(i===124?d.logicalOR:d.logicalAND,2)}return o===61?this.finishOp(d.assign,2):this.finishOp(i===124?d.bitwiseOR:d.bitwiseAND,1)},le.readToken_caret=function(){var i=this.input.charCodeAt(this.pos+1);return i===61?this.finishOp(d.assign,2):this.finishOp(d.bitwiseXOR,1)},le.readToken_plus_min=function(i){var o=this.input.charCodeAt(this.pos+1);return o===i?o===45&&!this.inModule&&this.input.charCodeAt(this.pos+2)===62&&(this.lastTokEnd===0||D.test(this.input.slice(this.lastTokEnd,this.pos)))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(d.incDec,2):o===61?this.finishOp(d.assign,2):this.finishOp(d.plusMin,1)},le.readToken_lt_gt=function(i){var o=this.input.charCodeAt(this.pos+1),f=1;return o===i?(f=i===62&&this.input.charCodeAt(this.pos+2)===62?3:2,this.input.charCodeAt(this.pos+f)===61?this.finishOp(d.assign,f+1):this.finishOp(d.bitShift,f)):o===33&&i===60&&!this.inModule&&this.input.charCodeAt(this.pos+2)===45&&this.input.charCodeAt(this.pos+3)===45?(this.skipLineComment(4),this.skipSpace(),this.nextToken()):(o===61&&(f=2),this.finishOp(d.relational,f))},le.readToken_eq_excl=function(i){var o=this.input.charCodeAt(this.pos+1);return o===61?this.finishOp(d.equality,this.input.charCodeAt(this.pos+2)===61?3:2):i===61&&o===62&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(d.arrow)):this.finishOp(i===61?d.eq:d.prefix,1)},le.readToken_question=function(){var i=this.options.ecmaVersion;if(i>=11){var o=this.input.charCodeAt(this.pos+1);if(o===46){var f=this.input.charCodeAt(this.pos+2);if(f<48||f>57)return this.finishOp(d.questionDot,2)}if(o===63){if(i>=12){var g=this.input.charCodeAt(this.pos+2);if(g===61)return this.finishOp(d.assign,3)}return this.finishOp(d.coalesce,2)}}return this.finishOp(d.question,1)},le.readToken_numberSign=function(){var i=this.options.ecmaVersion,o=35;if(i>=13&&(++this.pos,o=this.fullCharCodeAtPos(),k(o,!0)||o===92))return this.finishToken(d.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+me(o)+"'")},le.getTokenFromCode=function(i){switch(i){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(d.parenL);case 41:return++this.pos,this.finishToken(d.parenR);case 59:return++this.pos,this.finishToken(d.semi);case 44:return++this.pos,this.finishToken(d.comma);case 91:return++this.pos,this.finishToken(d.bracketL);case 93:return++this.pos,this.finishToken(d.bracketR);case 123:return++this.pos,this.finishToken(d.braceL);case 125:return++this.pos,this.finishToken(d.braceR);case 58:return++this.pos,this.finishToken(d.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(d.backQuote);case 48:var o=this.input.charCodeAt(this.pos+1);if(o===120||o===88)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(o===111||o===79)return this.readRadixNumber(8);if(o===98||o===66)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(i);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(i);case 124:case 38:return this.readToken_pipe_amp(i);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(i);case 60:case 62:return this.readToken_lt_gt(i);case 61:case 33:return this.readToken_eq_excl(i);case 63:return this.readToken_question();case 126:return this.finishOp(d.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+me(i)+"'")},le.finishOp=function(i,o){var f=this.input.slice(this.pos,this.pos+o);return this.pos+=o,this.finishToken(i,f)},le.readRegexp=function(){for(var i,o,f=this.pos;;){this.pos>=this.input.length&&this.raise(f,"Unterminated regular expression");var g=this.input.charAt(this.pos);if(D.test(g)&&this.raise(f,"Unterminated regular expression"),i)i=!1;else{if(g==="[")o=!0;else if(g==="]"&&o)o=!1;else if(g==="/"&&!o)break;i=g==="\\"}++this.pos}var w=this.input.slice(f,this.pos);++this.pos;var F=this.pos,R=this.readWord1();this.containsEsc&&this.unexpected(F);var j=this.regexpState||(this.regexpState=new xt(this));j.reset(f,w,R),this.validateRegExpFlags(j),this.validateRegExpPattern(j);var U=null;try{U=new RegExp(w,R)}catch{}return this.finishToken(d.regexp,{pattern:w,flags:R,value:U})},le.readInt=function(i,o,f){for(var g=this.options.ecmaVersion>=12&&o===void 0,w=f&&this.input.charCodeAt(this.pos)===48,F=this.pos,R=0,j=0,U=0,se=o??1/0;U<se;++U,++this.pos){var ue=this.input.charCodeAt(this.pos),Ce=void 0;if(g&&ue===95){w&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed in legacy octal numeric literals"),j===95&&this.raiseRecoverable(this.pos,"Numeric separator must be exactly one underscore"),U===0&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed at the first of digits"),j=ue;continue}if(ue>=97?Ce=ue-97+10:ue>=65?Ce=ue-65+10:ue>=48&&ue<=57?Ce=ue-48:Ce=1/0,Ce>=i)break;j=ue,R=R*i+Ce}return g&&j===95&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===F||o!=null&&this.pos-F!==o?null:R};function bc(i,o){return o?parseInt(i,8):parseFloat(i.replace(/_/g,""))}function Cs(i){return typeof BigInt!="function"?null:BigInt(i.replace(/_/g,""))}le.readRadixNumber=function(i){var o=this.pos;this.pos+=2;var f=this.readInt(i);return f==null&&this.raise(this.start+2,"Expected number in radix "+i),this.options.ecmaVersion>=11&&this.input.charCodeAt(this.pos)===110?(f=Cs(this.input.slice(o,this.pos)),++this.pos):k(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(d.num,f)},le.readNumber=function(i){var o=this.pos;!i&&this.readInt(10,void 0,!0)===null&&this.raise(o,"Invalid number");var f=this.pos-o>=2&&this.input.charCodeAt(o)===48;f&&this.strict&&this.raise(o,"Invalid number");var g=this.input.charCodeAt(this.pos);if(!f&&!i&&this.options.ecmaVersion>=11&&g===110){var w=Cs(this.input.slice(o,this.pos));return++this.pos,k(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(d.num,w)}f&&/[89]/.test(this.input.slice(o,this.pos))&&(f=!1),g===46&&!f&&(++this.pos,this.readInt(10),g=this.input.charCodeAt(this.pos)),(g===69||g===101)&&!f&&(g=this.input.charCodeAt(++this.pos),(g===43||g===45)&&++this.pos,this.readInt(10)===null&&this.raise(o,"Invalid number")),k(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var F=bc(this.input.slice(o,this.pos),f);return this.finishToken(d.num,F)},le.readCodePoint=function(){var i=this.input.charCodeAt(this.pos),o;if(i===123){this.options.ecmaVersion<6&&this.unexpected();var f=++this.pos;o=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,o>1114111&&this.invalidStringToken(f,"Code point out of bounds")}else o=this.readHexChar(4);return o},le.readString=function(i){for(var o="",f=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var g=this.input.charCodeAt(this.pos);if(g===i)break;g===92?(o+=this.input.slice(f,this.pos),o+=this.readEscapedChar(!1),f=this.pos):g===8232||g===8233?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(P(g)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return o+=this.input.slice(f,this.pos++),this.finishToken(d.string,o)};var Ss={};le.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(i){if(i===Ss)this.readInvalidTemplateToken();else throw i}this.inTemplateElement=!1},le.invalidStringToken=function(i,o){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw Ss;this.raise(i,o)},le.readTmplToken=function(){for(var i="",o=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var f=this.input.charCodeAt(this.pos);if(f===96||f===36&&this.input.charCodeAt(this.pos+1)===123)return this.pos===this.start&&(this.type===d.template||this.type===d.invalidTemplate)?f===36?(this.pos+=2,this.finishToken(d.dollarBraceL)):(++this.pos,this.finishToken(d.backQuote)):(i+=this.input.slice(o,this.pos),this.finishToken(d.template,i));if(f===92)i+=this.input.slice(o,this.pos),i+=this.readEscapedChar(!0),o=this.pos;else if(P(f)){switch(i+=this.input.slice(o,this.pos),++this.pos,f){case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:i+=`
9
- `;break;default:i+=String.fromCharCode(f);break}this.options.locations&&(++this.curLine,this.lineStart=this.pos),o=this.pos}else++this.pos}},le.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(d.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,"Unterminated template")},le.readEscapedChar=function(i){var o=this.input.charCodeAt(++this.pos);switch(++this.pos,o){case 110:return`
10
- `;case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return me(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 13:this.input.charCodeAt(this.pos)===10&&++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"),i){var f=this.pos-1;this.invalidStringToken(f,"Invalid escape sequence in template string")}default:if(o>=48&&o<=55){var g=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],w=parseInt(g,8);return w>255&&(g=g.slice(0,-1),w=parseInt(g,8)),this.pos+=g.length-1,o=this.input.charCodeAt(this.pos),(g!=="0"||o===56||o===57)&&(this.strict||i)&&this.invalidStringToken(this.pos-1-g.length,i?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(w)}return P(o)?"":String.fromCharCode(o)}},le.readHexChar=function(i){var o=this.pos,f=this.readInt(16,i);return f===null&&this.invalidStringToken(o,"Bad character escape sequence"),f},le.readWord1=function(){this.containsEsc=!1;for(var i="",o=!0,f=this.pos,g=this.options.ecmaVersion>=6;this.pos<this.input.length;){var w=this.fullCharCodeAtPos();if(x(w,g))this.pos+=w<=65535?1:2;else if(w===92){this.containsEsc=!0,i+=this.input.slice(f,this.pos);var F=this.pos;this.input.charCodeAt(++this.pos)!==117&&this.invalidStringToken(this.pos,"Expecting Unicode escape sequence \\uXXXX"),++this.pos;var R=this.readCodePoint();(o?k:x)(R,g)||this.invalidStringToken(F,"Invalid Unicode escape"),i+=me(R),f=this.pos}else break;o=!1}return i+this.input.slice(f,this.pos)},le.readWord=function(){var i=this.readWord1(),o=d.name;return this.keywords.test(i)&&(o=T[i]),this.finishToken(o,i)};var Es="8.11.3";te.acorn={Parser:te,version:Es,defaultOptions:A,Position:_,SourceLocation:ye,getLineInfo:Re,Node:Ar,TokenType:y,tokTypes:d,keywordTypes:T,TokContext:Ye,tokContexts:xe,isIdentifierChar:x,isIdentifierStart:k,Token:Kr,isNewLine:P,lineBreak:D,lineBreakG:N,nonASCIIwhitespace:B};function kc(i,o){return te.parse(i,o)}function yc(i,o,f){return te.parseExpressionAt(i,o,f)}function vc(i,o){return te.tokenizer(i,o)}e.Node=Ar,e.Parser=te,e.Position=_,e.SourceLocation=ye,e.TokContext=Ye,e.Token=Kr,e.TokenType=y,e.defaultOptions=A,e.getLineInfo=Re,e.isIdentifierChar=x,e.isIdentifierStart=k,e.isNewLine=P,e.keywordTypes=T,e.lineBreak=D,e.lineBreakG=N,e.nonASCIIwhitespace=B,e.parse=kc,e.parseExpressionAt=yc,e.tokContexts=xe,e.tokTypes=d,e.tokenizer=vc,e.version=Es})});var wl=De((iw,Ua)=>{"use strict";var $m=bl(),Zm=/^[\da-fA-F]+$/,ed=/^\d+$/,yl=new WeakMap;function vl(e){e=e.Parser.acorn||e;let t=yl.get(e);if(!t){let r=e.tokTypes,n=e.TokContext,a=e.TokenType,s=new n("<tag",!1),u=new n("</tag",!1),l=new n("<tag>...</tag>",!0,!0),c={tc_oTag:s,tc_cTag:u,tc_expr:l},p={jsxName:new a("jsxName"),jsxText:new a("jsxText",{beforeExpr:!0}),jsxTagStart:new a("jsxTagStart",{startsExpr:!0}),jsxTagEnd:new a("jsxTagEnd")};p.jsxTagStart.updateContext=function(){this.context.push(l),this.context.push(s),this.exprAllowed=!1},p.jsxTagEnd.updateContext=function(m){let h=this.context.pop();h===s&&m===r.slash||h===u?(this.context.pop(),this.exprAllowed=this.curContext()===l):this.exprAllowed=!0},t={tokContexts:c,tokTypes:p},yl.set(e,t)}return t}function Gr(e){if(!e)return e;if(e.type==="JSXIdentifier")return e.name;if(e.type==="JSXNamespacedName")return e.namespace.name+":"+e.name.name;if(e.type==="JSXMemberExpression")return Gr(e.object)+"."+Gr(e.property)}Ua.exports=function(e){return e=e||{},function(t){return td({allowNamespaces:e.allowNamespaces!==!1,allowNamespacedObjects:!!e.allowNamespacedObjects},t)}};Object.defineProperty(Ua.exports,"tokTypes",{get:function(){return vl(ja()).tokTypes},configurable:!0,enumerable:!0});function td(e,t){let r=t.acorn||ja(),n=vl(r),a=r.tokTypes,s=n.tokTypes,u=r.tokContexts,l=n.tokContexts.tc_oTag,c=n.tokContexts.tc_cTag,p=n.tokContexts.tc_expr,m=r.isNewLine,h=r.isIdentifierStart,k=r.isIdentifierChar;return class extends t{static get acornJsx(){return n}jsx_readToken(){let x="",y=this.pos;for(;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated JSX contents");let E=this.input.charCodeAt(this.pos);switch(E){case 60:case 123:return this.pos===this.start?E===60&&this.exprAllowed?(++this.pos,this.finishToken(s.jsxTagStart)):this.getTokenFromCode(E):(x+=this.input.slice(y,this.pos),this.finishToken(s.jsxText,x));case 38:x+=this.input.slice(y,this.pos),x+=this.jsx_readEntity(),y=this.pos;break;case 62:case 125:this.raise(this.pos,"Unexpected token `"+this.input[this.pos]+"`. Did you mean `"+(E===62?"&gt;":"&rbrace;")+'` or `{"'+this.input[this.pos]+'"}`?');default:m(E)?(x+=this.input.slice(y,this.pos),x+=this.jsx_readNewLine(!0),y=this.pos):++this.pos}}}jsx_readNewLine(x){let y=this.input.charCodeAt(this.pos),E;return++this.pos,y===13&&this.input.charCodeAt(this.pos)===10?(++this.pos,E=x?`
3
+ `+s),e.push(a+"m+"+ui.exports.humanize(this.diff)+"\x1B[0m")}else e[0]=xh()+t+" "+e[0]}function xh(){return Le.inspectOpts.hideDate?"":new Date().toISOString()+" "}function gh(...e){return process.stderr.write(oi.format(...e)+`
4
+ `)}function bh(e){e?process.env.DEBUG=e:delete process.env.DEBUG}function kh(){return process.env.DEBUG}function yh(e){e.inspectOpts={};let t=Object.keys(Le.inspectOpts);for(let r=0;r<t.length;r++)e.inspectOpts[t[r]]=Le.inspectOpts[t[r]]}ui.exports=an()(Le);var{formatters:no}=ui.exports;no.o=function(e){return this.inspectOpts.colors=this.useColors,oi.inspect(e,this.inspectOpts).split(`
5
+ `).map(t=>t.trim()).join(" ")};no.O=function(e){return this.inspectOpts.colors=this.useColors,oi.inspect(e,this.inspectOpts)}});var so=Oe((Jx,on)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?on.exports=$s():on.exports=ao()});var fo=Oe((Hx,po)=>{"use strict";function mr(e){return Object.prototype.toString.call(e)}function vh(e){return mr(e)==="[object Date]"}function wh(e){return mr(e)==="[object RegExp]"}function Ch(e){return mr(e)==="[object Error]"}function Sh(e){return mr(e)==="[object Boolean]"}function Eh(e){return mr(e)==="[object Number]"}function Ah(e){return mr(e)==="[object String]"}var uo=Array.isArray||function(t){return Object.prototype.toString.call(t)==="[object Array]"};function li(e,t){if(e.forEach)return e.forEach(t);for(var r=0;r<e.length;r++)t(e[r],r,e)}var _h=Object.keys||function(t){var r=[];for(var n in t)r.push(n);return r},Ih=Object.prototype.propertyIsEnumerable,oo=Object.getOwnPropertySymbols;function ci(e){var t=_h(e);if(oo)for(var r=oo(e),n=0;n<r.length;n++)Ih.call(e,r[n])&&t.push(r[n]);return t}var hi=Object.prototype.hasOwnProperty||function(e,t){return t in e};function lo(e){if(typeof e=="object"&&e!==null){var t;if(uo(e))t=[];else if(vh(e))t=new Date(e.getTime?e.getTime():e);else if(wh(e))t=new RegExp(e);else if(Ch(e))t={message:e.message};else if(Sh(e)||Eh(e)||Ah(e))t=Object(e);else if(Object.create&&Object.getPrototypeOf)t=Object.create(Object.getPrototypeOf(e));else if(e.constructor===Object)t={};else{var r=e.constructor&&e.constructor.prototype||e.__proto__||{},n=function(){};n.prototype=r,t=new n}return li(ci(e),function(a){t[a]=e[a]}),t}return e}function co(e,t,r){var n=[],a=[],s=!0;return(function o(l){var c=r?lo(l):l,p={},f=!0,h={node:c,node_:l,path:[].concat(n),parent:a[a.length-1],parents:a,key:n[n.length-1],isRoot:n.length===0,level:n.length,circular:null,update:function(k,S){h.isRoot||(h.parent.node[h.key]=k),h.node=k,S&&(f=!1)},delete:function(k){delete h.parent.node[h.key],k&&(f=!1)},remove:function(k){uo(h.parent.node)?h.parent.node.splice(h.key,1):delete h.parent.node[h.key],k&&(f=!1)},keys:null,before:function(k){p.before=k},after:function(k){p.after=k},pre:function(k){p.pre=k},post:function(k){p.post=k},stop:function(){s=!1},block:function(){f=!1}};if(!s)return h;function b(){if(typeof h.node=="object"&&h.node!==null){(!h.keys||h.node_!==h.node)&&(h.keys=ci(h.node)),h.isLeaf=h.keys.length===0;for(var k=0;k<a.length;k++)if(a[k].node_===l){h.circular=a[k];break}}else h.isLeaf=!0,h.keys=null;h.notLeaf=!h.isLeaf,h.notRoot=!h.isRoot}b();var x=t.call(h,h.node);return x!==void 0&&h.update&&h.update(x),p.before&&p.before.call(h,h.node),f&&(typeof h.node=="object"&&h.node!==null&&!h.circular&&(a.push(h),b(),li(h.keys,function(k,S){n.push(k),p.pre&&p.pre.call(h,h.node[k],k);var w=o(h.node[k]);r&&hi.call(h.node,k)&&(h.node[k]=w.node),w.isLast=S===h.keys.length-1,w.isFirst=S===0,p.post&&p.post.call(h,w),n.pop()}),a.pop()),p.after&&p.after.call(h,h.node)),h})(e).node}function tt(e){this.value=e}tt.prototype.get=function(e){for(var t=this.value,r=0;r<e.length;r++){var n=e[r];if(!t||!hi.call(t,n))return;t=t[n]}return t};tt.prototype.has=function(e){for(var t=this.value,r=0;r<e.length;r++){var n=e[r];if(!t||!hi.call(t,n))return!1;t=t[n]}return!0};tt.prototype.set=function(e,t){for(var r=this.value,n=0;n<e.length-1;n++){var a=e[n];hi.call(r,a)||(r[a]={}),r=r[a]}return r[e[n]]=t,t};tt.prototype.map=function(e){return co(this.value,e,!0)};tt.prototype.forEach=function(e){return this.value=co(this.value,e,!1),this.value};tt.prototype.reduce=function(e,t){var r=arguments.length===1,n=r?this.value:t;return this.forEach(function(a){(!this.isRoot||!r)&&(n=e.call(this,n,a))}),n};tt.prototype.paths=function(){var e=[];return this.forEach(function(){e.push(this.path)}),e};tt.prototype.nodes=function(){var e=[];return this.forEach(function(){e.push(this.node)}),e};tt.prototype.clone=function(){var e=[],t=[];return(function r(n){for(var a=0;a<e.length;a++)if(e[a]===n)return t[a];if(typeof n=="object"&&n!==null){var s=lo(n);return e.push(n),t.push(s),li(ci(n),function(o){s[o]=r(n[o])}),e.pop(),t.pop(),s}return n})(this.value)};function ho(e){return new tt(e)}li(ci(tt.prototype),function(e){ho[e]=function(t){var r=[].slice.call(arguments,1),n=new tt(t);return n[e].apply(n,r)}});po.exports=ho});var Co=Oe((Qx,wo)=>{"use strict";var pi=Object.prototype.hasOwnProperty,vo=Object.prototype.toString,mo=Object.defineProperty,xo=Object.getOwnPropertyDescriptor,go=function(t){return typeof Array.isArray=="function"?Array.isArray(t):vo.call(t)==="[object Array]"},bo=function(t){if(!t||vo.call(t)!=="[object Object]")return!1;var r=pi.call(t,"constructor"),n=t.constructor&&t.constructor.prototype&&pi.call(t.constructor.prototype,"isPrototypeOf");if(t.constructor&&!r&&!n)return!1;var a;for(a in t);return typeof a>"u"||pi.call(t,a)},ko=function(t,r){mo&&r.name==="__proto__"?mo(t,r.name,{enumerable:!0,configurable:!0,value:r.newValue,writable:!0}):t[r.name]=r.newValue},yo=function(t,r){if(r==="__proto__")if(pi.call(t,r)){if(xo)return xo(t,r).value}else return;return t[r]};wo.exports=function e(){var t,r,n,a,s,o,l=arguments[0],c=1,p=arguments.length,f=!1;for(typeof l=="boolean"&&(f=l,l=arguments[1]||{},c=2),(l==null||typeof l!="object"&&typeof l!="function")&&(l={});c<p;++c)if(t=arguments[c],t!=null)for(r in t)n=yo(l,r),a=yo(t,r),l!==a&&(f&&a&&(bo(a)||(s=go(a)))?(s?(s=!1,o=n&&go(n)?n:[]):o=n&&bo(n)?n:{},ko(l,{name:r,newValue:e(f,o,a)})):typeof a<"u"&&ko(l,{name:r,newValue:a}));return l}});var Go=Oe((i1,On)=>{(function(){var e;typeof On<"u"?e=On.exports=n:e=(function(){return this||(0,eval)("this")})(),e.format=n,e.vsprintf=r,typeof console<"u"&&typeof console.log=="function"&&(e.printf=t);function t(){console.log(n.apply(null,arguments))}function r(a,s){return n.apply(null,[a].concat(s))}function n(a){for(var s=1,o=[].slice.call(arguments),l=0,c=a.length,p="",f,h=!1,b,x,k=!1,S,w=function(){return o[s++]},A=function(){for(var T="";/\d/.test(a[l]);)T+=a[l++],f=a[l];return T.length>0?parseInt(T):null};l<c;++l)if(f=a[l],h)switch(h=!1,f=="."?(k=!1,f=a[++l]):f=="0"&&a[l+1]=="."?(k=!0,l+=2,f=a[l]):k=!0,S=A(),f){case"b":p+=parseInt(w(),10).toString(2);break;case"c":b=w(),typeof b=="string"||b instanceof String?p+=b:p+=String.fromCharCode(parseInt(b,10));break;case"d":p+=parseInt(w(),10);break;case"f":x=String(parseFloat(w()).toFixed(S||6)),p+=k?x:x.replace(/^0/,"");break;case"j":p+=JSON.stringify(w());break;case"o":p+="0"+parseInt(w(),10).toString(8);break;case"s":p+=w();break;case"x":p+="0x"+parseInt(w(),10).toString(16);break;case"X":p+="0x"+parseInt(w(),10).toString(16).toUpperCase();break;default:p+=f;break}else f==="%"?h=!0:p+=f;return p}})()});var ql=Oe((BC,Bl)=>{Bl.exports={quot:'"',amp:"&",apos:"'",lt:"<",gt:">",nbsp:"\xA0",iexcl:"\xA1",cent:"\xA2",pound:"\xA3",curren:"\xA4",yen:"\xA5",brvbar:"\xA6",sect:"\xA7",uml:"\xA8",copy:"\xA9",ordf:"\xAA",laquo:"\xAB",not:"\xAC",shy:"\xAD",reg:"\xAE",macr:"\xAF",deg:"\xB0",plusmn:"\xB1",sup2:"\xB2",sup3:"\xB3",acute:"\xB4",micro:"\xB5",para:"\xB6",middot:"\xB7",cedil:"\xB8",sup1:"\xB9",ordm:"\xBA",raquo:"\xBB",frac14:"\xBC",frac12:"\xBD",frac34:"\xBE",iquest:"\xBF",Agrave:"\xC0",Aacute:"\xC1",Acirc:"\xC2",Atilde:"\xC3",Auml:"\xC4",Aring:"\xC5",AElig:"\xC6",Ccedil:"\xC7",Egrave:"\xC8",Eacute:"\xC9",Ecirc:"\xCA",Euml:"\xCB",Igrave:"\xCC",Iacute:"\xCD",Icirc:"\xCE",Iuml:"\xCF",ETH:"\xD0",Ntilde:"\xD1",Ograve:"\xD2",Oacute:"\xD3",Ocirc:"\xD4",Otilde:"\xD5",Ouml:"\xD6",times:"\xD7",Oslash:"\xD8",Ugrave:"\xD9",Uacute:"\xDA",Ucirc:"\xDB",Uuml:"\xDC",Yacute:"\xDD",THORN:"\xDE",szlig:"\xDF",agrave:"\xE0",aacute:"\xE1",acirc:"\xE2",atilde:"\xE3",auml:"\xE4",aring:"\xE5",aelig:"\xE6",ccedil:"\xE7",egrave:"\xE8",eacute:"\xE9",ecirc:"\xEA",euml:"\xEB",igrave:"\xEC",iacute:"\xED",icirc:"\xEE",iuml:"\xEF",eth:"\xF0",ntilde:"\xF1",ograve:"\xF2",oacute:"\xF3",ocirc:"\xF4",otilde:"\xF5",ouml:"\xF6",divide:"\xF7",oslash:"\xF8",ugrave:"\xF9",uacute:"\xFA",ucirc:"\xFB",uuml:"\xFC",yacute:"\xFD",thorn:"\xFE",yuml:"\xFF",OElig:"\u0152",oelig:"\u0153",Scaron:"\u0160",scaron:"\u0161",Yuml:"\u0178",fnof:"\u0192",circ:"\u02C6",tilde:"\u02DC",Alpha:"\u0391",Beta:"\u0392",Gamma:"\u0393",Delta:"\u0394",Epsilon:"\u0395",Zeta:"\u0396",Eta:"\u0397",Theta:"\u0398",Iota:"\u0399",Kappa:"\u039A",Lambda:"\u039B",Mu:"\u039C",Nu:"\u039D",Xi:"\u039E",Omicron:"\u039F",Pi:"\u03A0",Rho:"\u03A1",Sigma:"\u03A3",Tau:"\u03A4",Upsilon:"\u03A5",Phi:"\u03A6",Chi:"\u03A7",Psi:"\u03A8",Omega:"\u03A9",alpha:"\u03B1",beta:"\u03B2",gamma:"\u03B3",delta:"\u03B4",epsilon:"\u03B5",zeta:"\u03B6",eta:"\u03B7",theta:"\u03B8",iota:"\u03B9",kappa:"\u03BA",lambda:"\u03BB",mu:"\u03BC",nu:"\u03BD",xi:"\u03BE",omicron:"\u03BF",pi:"\u03C0",rho:"\u03C1",sigmaf:"\u03C2",sigma:"\u03C3",tau:"\u03C4",upsilon:"\u03C5",phi:"\u03C6",chi:"\u03C7",psi:"\u03C8",omega:"\u03C9",thetasym:"\u03D1",upsih:"\u03D2",piv:"\u03D6",ensp:"\u2002",emsp:"\u2003",thinsp:"\u2009",zwnj:"\u200C",zwj:"\u200D",lrm:"\u200E",rlm:"\u200F",ndash:"\u2013",mdash:"\u2014",lsquo:"\u2018",rsquo:"\u2019",sbquo:"\u201A",ldquo:"\u201C",rdquo:"\u201D",bdquo:"\u201E",dagger:"\u2020",Dagger:"\u2021",bull:"\u2022",hellip:"\u2026",permil:"\u2030",prime:"\u2032",Prime:"\u2033",lsaquo:"\u2039",rsaquo:"\u203A",oline:"\u203E",frasl:"\u2044",euro:"\u20AC",image:"\u2111",weierp:"\u2118",real:"\u211C",trade:"\u2122",alefsym:"\u2135",larr:"\u2190",uarr:"\u2191",rarr:"\u2192",darr:"\u2193",harr:"\u2194",crarr:"\u21B5",lArr:"\u21D0",uArr:"\u21D1",rArr:"\u21D2",dArr:"\u21D3",hArr:"\u21D4",forall:"\u2200",part:"\u2202",exist:"\u2203",empty:"\u2205",nabla:"\u2207",isin:"\u2208",notin:"\u2209",ni:"\u220B",prod:"\u220F",sum:"\u2211",minus:"\u2212",lowast:"\u2217",radic:"\u221A",prop:"\u221D",infin:"\u221E",ang:"\u2220",and:"\u2227",or:"\u2228",cap:"\u2229",cup:"\u222A",int:"\u222B",there4:"\u2234",sim:"\u223C",cong:"\u2245",asymp:"\u2248",ne:"\u2260",equiv:"\u2261",le:"\u2264",ge:"\u2265",sub:"\u2282",sup:"\u2283",nsub:"\u2284",sube:"\u2286",supe:"\u2287",oplus:"\u2295",otimes:"\u2297",perp:"\u22A5",sdot:"\u22C5",lceil:"\u2308",rceil:"\u2309",lfloor:"\u230A",rfloor:"\u230B",lang:"\u2329",rang:"\u232A",loz:"\u25CA",spades:"\u2660",clubs:"\u2663",hearts:"\u2665",diams:"\u2666"}});var os=Oe((Ki,zl)=>{(function(e,t){typeof Ki=="object"&&typeof zl<"u"?t(Ki):typeof define=="function"&&define.amd?define(["exports"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e.acorn={}))})(Ki,(function(e){"use strict";var t=[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],r=[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],n="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65",a="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",s={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"},o="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",l={5:o,"5module":o+" export import",6:o+" const class extends export import super"},c=/^in(stanceof)?$/,p=new RegExp("["+a+"]"),f=new RegExp("["+a+n+"]");function h(i,u){for(var m=65536,g=0;g<u.length;g+=2){if(m+=u[g],m>i)return!1;if(m+=u[g+1],m>=i)return!0}return!1}function b(i,u){return i<65?i===36:i<91?!0:i<97?i===95:i<123?!0:i<=65535?i>=170&&p.test(String.fromCharCode(i)):u===!1?!1:h(i,r)}function x(i,u){return i<48?i===36:i<58?!0:i<65?!1:i<91?!0:i<97?i===95:i<123?!0:i<=65535?i>=170&&f.test(String.fromCharCode(i)):u===!1?!1:h(i,r)||h(i,t)}var k=function(u,m){m===void 0&&(m={}),this.label=u,this.keyword=m.keyword,this.beforeExpr=!!m.beforeExpr,this.startsExpr=!!m.startsExpr,this.isLoop=!!m.isLoop,this.isAssign=!!m.isAssign,this.prefix=!!m.prefix,this.postfix=!!m.postfix,this.binop=m.binop||null,this.updateContext=null};function S(i,u){return new k(i,{beforeExpr:!0,binop:u})}var w={beforeExpr:!0},A={startsExpr:!0},T={};function E(i,u){return u===void 0&&(u={}),u.keyword=i,T[i]=new k(i,u)}var d={num:new k("num",A),regexp:new k("regexp",A),string:new k("string",A),name:new k("name",A),privateId:new k("privateId",A),eof:new k("eof"),bracketL:new k("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new k("]"),braceL:new k("{",{beforeExpr:!0,startsExpr:!0}),braceR:new k("}"),parenL:new k("(",{beforeExpr:!0,startsExpr:!0}),parenR:new k(")"),comma:new k(",",w),semi:new k(";",w),colon:new k(":",w),dot:new k("."),question:new k("?",w),questionDot:new k("?."),arrow:new k("=>",w),template:new k("template"),invalidTemplate:new k("invalidTemplate"),ellipsis:new k("...",w),backQuote:new k("`",A),dollarBraceL:new k("${",{beforeExpr:!0,startsExpr:!0}),eq:new k("=",{beforeExpr:!0,isAssign:!0}),assign:new k("_=",{beforeExpr:!0,isAssign:!0}),incDec:new k("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new k("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:S("||",1),logicalAND:S("&&",2),bitwiseOR:S("|",3),bitwiseXOR:S("^",4),bitwiseAND:S("&",5),equality:S("==/!=/===/!==",6),relational:S("</>/<=/>=",7),bitShift:S("<</>>/>>>",8),plusMin:new k("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:S("%",10),star:S("*",10),slash:S("/",10),starstar:new k("**",{beforeExpr:!0}),coalesce:S("??",1),_break:E("break"),_case:E("case",w),_catch:E("catch"),_continue:E("continue"),_debugger:E("debugger"),_default:E("default",w),_do:E("do",{isLoop:!0,beforeExpr:!0}),_else:E("else",w),_finally:E("finally"),_for:E("for",{isLoop:!0}),_function:E("function",A),_if:E("if"),_return:E("return",w),_switch:E("switch"),_throw:E("throw",w),_try:E("try"),_var:E("var"),_const:E("const"),_while:E("while",{isLoop:!0}),_with:E("with"),_new:E("new",{beforeExpr:!0,startsExpr:!0}),_this:E("this",A),_super:E("super",A),_class:E("class",A),_extends:E("extends",w),_export:E("export"),_import:E("import",A),_null:E("null",A),_true:E("true",A),_false:E("false",A),_in:E("in",{beforeExpr:!0,binop:7}),_instanceof:E("instanceof",{beforeExpr:!0,binop:7}),_typeof:E("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:E("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:E("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},q=/\r\n?|\n|\u2028|\u2029/,R=new RegExp(q.source,"g");function L(i){return i===10||i===13||i===8232||i===8233}function M(i,u,m){m===void 0&&(m=i.length);for(var g=u;g<m;g++){var C=i.charCodeAt(g);if(L(C))return g<m-1&&C===13&&i.charCodeAt(g+1)===10?g+2:g+1}return-1}var N=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,P=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,re=Object.prototype,J=re.hasOwnProperty,W=re.toString,$=Object.hasOwn||(function(i,u){return J.call(i,u)}),F=Array.isArray||(function(i){return W.call(i)==="[object Array]"}),te=Object.create(null);function ie(i){return te[i]||(te[i]=new RegExp("^(?:"+i.replace(/ /g,"|")+")$"))}function me(i){return i<=65535?String.fromCharCode(i):(i-=65536,String.fromCharCode((i>>10)+55296,(i&1023)+56320))}var qe=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,_=function(u,m){this.line=u,this.column=m};_.prototype.offset=function(u){return new _(this.line,this.column+u)};var ve=function(u,m,g){this.start=m,this.end=g,u.sourceFile!==null&&(this.source=u.sourceFile)};function Re(i,u){for(var m=1,g=0;;){var C=M(i,g,u);if(C<0)return new _(m,u-g);++m,g=C}}var I={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},Ae=!1;function We(i){var u={};for(var m in I)u[m]=i&&$(i,m)?i[m]:I[m];if(u.ecmaVersion==="latest"?u.ecmaVersion=1e8:u.ecmaVersion==null?(!Ae&&typeof console=="object"&&console.warn&&(Ae=!0,console.warn(`Since Acorn 8.0.0, options.ecmaVersion is required.
6
+ Defaulting to 2020, but this will stop working in the future.`)),u.ecmaVersion=11):u.ecmaVersion>=2015&&(u.ecmaVersion-=2009),u.allowReserved==null&&(u.allowReserved=u.ecmaVersion<5),(!i||i.allowHashBang==null)&&(u.allowHashBang=u.ecmaVersion>=14),F(u.onToken)){var g=u.onToken;u.onToken=function(C){return g.push(C)}}return F(u.onComment)&&(u.onComment=Nt(u,u.onComment)),u}function Nt(i,u){return function(m,g,C,V,D,U){var H={type:m?"Block":"Line",value:g,start:C,end:V};i.locations&&(H.loc=new ve(this,D,U)),i.ranges&&(H.range=[C,V]),u.push(H)}}var Qe=1,de=2,Ke=4,Ve=8,_e=16,ht=32,dt=64,Jt=128,xt=256,wt=Qe|de|xt;function Ht(i,u){return de|(i?Ke:0)|(u?Ve:0)}var gt=0,Rt=1,De=2,Gt=3,sr=4,Ct=5,ne=function(u,m,g){this.options=u=We(u),this.sourceFile=u.sourceFile,this.keywords=ie(l[u.ecmaVersion>=6?6:u.sourceType==="module"?"5module":5]);var C="";u.allowReserved!==!0&&(C=s[u.ecmaVersion>=6?6:u.ecmaVersion===5?5:3],u.sourceType==="module"&&(C+=" await")),this.reservedWords=ie(C);var V=(C?C+" ":"")+s.strict;this.reservedWordsStrict=ie(V),this.reservedWordsStrictBind=ie(V+" "+s.strictBind),this.input=String(m),this.containsEsc=!1,g?(this.pos=g,this.lineStart=this.input.lastIndexOf(`
7
+ `,g-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(q).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=d.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=u.sourceType==="module",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),this.pos===0&&u.allowHashBang&&this.input.slice(0,2)==="#!"&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(Qe),this.regexpState=null,this.privateNameStack=[]},O={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}};ne.prototype.parse=function(){var u=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(u)},O.inFunction.get=function(){return(this.currentVarScope().flags&de)>0},O.inGenerator.get=function(){return(this.currentVarScope().flags&Ve)>0&&!this.currentVarScope().inClassFieldInit},O.inAsync.get=function(){return(this.currentVarScope().flags&Ke)>0&&!this.currentVarScope().inClassFieldInit},O.canAwait.get=function(){for(var i=this.scopeStack.length-1;i>=0;i--){var u=this.scopeStack[i];if(u.inClassFieldInit||u.flags&xt)return!1;if(u.flags&de)return(u.flags&Ke)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},O.allowSuper.get=function(){var i=this.currentThisScope(),u=i.flags,m=i.inClassFieldInit;return(u&dt)>0||m||this.options.allowSuperOutsideMethod},O.allowDirectSuper.get=function(){return(this.currentThisScope().flags&Jt)>0},O.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},O.allowNewDotTarget.get=function(){var i=this.currentThisScope(),u=i.flags,m=i.inClassFieldInit;return(u&(de|xt))>0||m},O.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&xt)>0},ne.extend=function(){for(var u=[],m=arguments.length;m--;)u[m]=arguments[m];for(var g=this,C=0;C<u.length;C++)g=u[C](g);return g},ne.parse=function(u,m){return new this(m,u).parse()},ne.parseExpressionAt=function(u,m,g){var C=new this(g,u,m);return C.nextToken(),C.parseExpression()},ne.tokenizer=function(u,m){return new this(m,u)},Object.defineProperties(ne.prototype,O);var z=ne.prototype,K=/^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;z.strictDirective=function(i){if(this.options.ecmaVersion<5)return!1;for(;;){P.lastIndex=i,i+=P.exec(this.input)[0].length;var u=K.exec(this.input.slice(i));if(!u)return!1;if((u[1]||u[2])==="use strict"){P.lastIndex=i+u[0].length;var m=P.exec(this.input),g=m.index+m[0].length,C=this.input.charAt(g);return C===";"||C==="}"||q.test(m[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(C)||C==="!"&&this.input.charAt(g+1)==="=")}i+=u[0].length,P.lastIndex=i,i+=P.exec(this.input)[0].length,this.input[i]===";"&&i++}},z.eat=function(i){return this.type===i?(this.next(),!0):!1},z.isContextual=function(i){return this.type===d.name&&this.value===i&&!this.containsEsc},z.eatContextual=function(i){return this.isContextual(i)?(this.next(),!0):!1},z.expectContextual=function(i){this.eatContextual(i)||this.unexpected()},z.canInsertSemicolon=function(){return this.type===d.eof||this.type===d.braceR||q.test(this.input.slice(this.lastTokEnd,this.start))},z.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},z.semicolon=function(){!this.eat(d.semi)&&!this.insertSemicolon()&&this.unexpected()},z.afterTrailingComma=function(i,u){if(this.type===i)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),u||this.next(),!0},z.expect=function(i){this.eat(i)||this.unexpected()},z.unexpected=function(i){this.raise(i??this.start,"Unexpected token")};var v=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};z.checkPatternErrors=function(i,u){if(i){i.trailingComma>-1&&this.raiseRecoverable(i.trailingComma,"Comma is not permitted after the rest element");var m=u?i.parenthesizedAssign:i.parenthesizedBind;m>-1&&this.raiseRecoverable(m,u?"Assigning to rvalue":"Parenthesized pattern")}},z.checkExpressionErrors=function(i,u){if(!i)return!1;var m=i.shorthandAssign,g=i.doubleProto;if(!u)return m>=0||g>=0;m>=0&&this.raise(m,"Shorthand property assignments are valid only in destructuring patterns"),g>=0&&this.raiseRecoverable(g,"Redefinition of __proto__ property")},z.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")},z.isSimpleAssignTarget=function(i){return i.type==="ParenthesizedExpression"?this.isSimpleAssignTarget(i.expression):i.type==="Identifier"||i.type==="MemberExpression"};var j=ne.prototype;j.parseTopLevel=function(i){var u=Object.create(null);for(i.body||(i.body=[]);this.type!==d.eof;){var m=this.parseStatement(null,!0,u);i.body.push(m)}if(this.inModule)for(var g=0,C=Object.keys(this.undefinedExports);g<C.length;g+=1){var V=C[g];this.raiseRecoverable(this.undefinedExports[V].start,"Export '"+V+"' is not defined")}return this.adaptDirectivePrologue(i.body),this.next(),i.sourceType=this.options.sourceType,this.finishNode(i,"Program")};var Te={kind:"loop"},Xe={kind:"switch"};j.isLet=function(i){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;P.lastIndex=this.pos;var u=P.exec(this.input),m=this.pos+u[0].length,g=this.input.charCodeAt(m);if(g===91||g===92)return!0;if(i)return!1;if(g===123||g>55295&&g<56320)return!0;if(b(g,!0)){for(var C=m+1;x(g=this.input.charCodeAt(C),!0);)++C;if(g===92||g>55295&&g<56320)return!0;var V=this.input.slice(m,C);if(!c.test(V))return!0}return!1},j.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;P.lastIndex=this.pos;var i=P.exec(this.input),u=this.pos+i[0].length,m;return!q.test(this.input.slice(this.pos,u))&&this.input.slice(u,u+8)==="function"&&(u+8===this.input.length||!(x(m=this.input.charCodeAt(u+8))||m>55295&&m<56320))},j.parseStatement=function(i,u,m){var g=this.type,C=this.startNode(),V;switch(this.isLet(i)&&(g=d._var,V="let"),g){case d._break:case d._continue:return this.parseBreakContinueStatement(C,g.keyword);case d._debugger:return this.parseDebuggerStatement(C);case d._do:return this.parseDoStatement(C);case d._for:return this.parseForStatement(C);case d._function:return i&&(this.strict||i!=="if"&&i!=="label")&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(C,!1,!i);case d._class:return i&&this.unexpected(),this.parseClass(C,!0);case d._if:return this.parseIfStatement(C);case d._return:return this.parseReturnStatement(C);case d._switch:return this.parseSwitchStatement(C);case d._throw:return this.parseThrowStatement(C);case d._try:return this.parseTryStatement(C);case d._const:case d._var:return V=V||this.value,i&&V!=="var"&&this.unexpected(),this.parseVarStatement(C,V);case d._while:return this.parseWhileStatement(C);case d._with:return this.parseWithStatement(C);case d.braceL:return this.parseBlock(!0,C);case d.semi:return this.parseEmptyStatement(C);case d._export:case d._import:if(this.options.ecmaVersion>10&&g===d._import){P.lastIndex=this.pos;var D=P.exec(this.input),U=this.pos+D[0].length,H=this.input.charCodeAt(U);if(H===40||H===46)return this.parseExpressionStatement(C,this.parseExpression())}return this.options.allowImportExportEverywhere||(u||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'")),g===d._import?this.parseImport(C):this.parseExport(C,m);default:if(this.isAsyncFunction())return i&&this.unexpected(),this.next(),this.parseFunctionStatement(C,!0,!i);var oe=this.value,le=this.parseExpression();return g===d.name&&le.type==="Identifier"&&this.eat(d.colon)?this.parseLabeledStatement(C,oe,le,i):this.parseExpressionStatement(C,le)}},j.parseBreakContinueStatement=function(i,u){var m=u==="break";this.next(),this.eat(d.semi)||this.insertSemicolon()?i.label=null:this.type!==d.name?this.unexpected():(i.label=this.parseIdent(),this.semicolon());for(var g=0;g<this.labels.length;++g){var C=this.labels[g];if((i.label==null||C.name===i.label.name)&&(C.kind!=null&&(m||C.kind==="loop")||i.label&&m))break}return g===this.labels.length&&this.raise(i.start,"Unsyntactic "+u),this.finishNode(i,m?"BreakStatement":"ContinueStatement")},j.parseDebuggerStatement=function(i){return this.next(),this.semicolon(),this.finishNode(i,"DebuggerStatement")},j.parseDoStatement=function(i){return this.next(),this.labels.push(Te),i.body=this.parseStatement("do"),this.labels.pop(),this.expect(d._while),i.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(d.semi):this.semicolon(),this.finishNode(i,"DoWhileStatement")},j.parseForStatement=function(i){this.next();var u=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(Te),this.enterScope(0),this.expect(d.parenL),this.type===d.semi)return u>-1&&this.unexpected(u),this.parseFor(i,null);var m=this.isLet();if(this.type===d._var||this.type===d._const||m){var g=this.startNode(),C=m?"let":this.value;return this.next(),this.parseVar(g,!0,C),this.finishNode(g,"VariableDeclaration"),(this.type===d._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&g.declarations.length===1?(this.options.ecmaVersion>=9&&(this.type===d._in?u>-1&&this.unexpected(u):i.await=u>-1),this.parseForIn(i,g)):(u>-1&&this.unexpected(u),this.parseFor(i,g))}var V=this.isContextual("let"),D=!1,U=new v,H=this.parseExpression(u>-1?"await":!0,U);return this.type===d._in||(D=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===d._in?u>-1&&this.unexpected(u):i.await=u>-1),V&&D&&this.raise(H.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(H,!1,U),this.checkLValPattern(H),this.parseForIn(i,H)):(this.checkExpressionErrors(U,!0),u>-1&&this.unexpected(u),this.parseFor(i,H))},j.parseFunctionStatement=function(i,u,m){return this.next(),this.parseFunction(i,ft|(m?0:St),!1,u)},j.parseIfStatement=function(i){return this.next(),i.test=this.parseParenExpression(),i.consequent=this.parseStatement("if"),i.alternate=this.eat(d._else)?this.parseStatement("if"):null,this.finishNode(i,"IfStatement")},j.parseReturnStatement=function(i){return!this.inFunction&&!this.options.allowReturnOutsideFunction&&this.raise(this.start,"'return' outside of function"),this.next(),this.eat(d.semi)||this.insertSemicolon()?i.argument=null:(i.argument=this.parseExpression(),this.semicolon()),this.finishNode(i,"ReturnStatement")},j.parseSwitchStatement=function(i){this.next(),i.discriminant=this.parseParenExpression(),i.cases=[],this.expect(d.braceL),this.labels.push(Xe),this.enterScope(0);for(var u,m=!1;this.type!==d.braceR;)if(this.type===d._case||this.type===d._default){var g=this.type===d._case;u&&this.finishNode(u,"SwitchCase"),i.cases.push(u=this.startNode()),u.consequent=[],this.next(),g?u.test=this.parseExpression():(m&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),m=!0,u.test=null),this.expect(d.colon)}else u||this.unexpected(),u.consequent.push(this.parseStatement(null));return this.exitScope(),u&&this.finishNode(u,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(i,"SwitchStatement")},j.parseThrowStatement=function(i){return this.next(),q.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),i.argument=this.parseExpression(),this.semicolon(),this.finishNode(i,"ThrowStatement")};var pt=[];j.parseCatchClauseParam=function(){var i=this.parseBindingAtom(),u=i.type==="Identifier";return this.enterScope(u?ht:0),this.checkLValPattern(i,u?sr:De),this.expect(d.parenR),i},j.parseTryStatement=function(i){if(this.next(),i.block=this.parseBlock(),i.handler=null,this.type===d._catch){var u=this.startNode();this.next(),this.eat(d.parenL)?u.param=this.parseCatchClauseParam():(this.options.ecmaVersion<10&&this.unexpected(),u.param=null,this.enterScope(0)),u.body=this.parseBlock(!1),this.exitScope(),i.handler=this.finishNode(u,"CatchClause")}return i.finalizer=this.eat(d._finally)?this.parseBlock():null,!i.handler&&!i.finalizer&&this.raise(i.start,"Missing catch or finally clause"),this.finishNode(i,"TryStatement")},j.parseVarStatement=function(i,u,m){return this.next(),this.parseVar(i,!1,u,m),this.semicolon(),this.finishNode(i,"VariableDeclaration")},j.parseWhileStatement=function(i){return this.next(),i.test=this.parseParenExpression(),this.labels.push(Te),i.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(i,"WhileStatement")},j.parseWithStatement=function(i){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),i.object=this.parseParenExpression(),i.body=this.parseStatement("with"),this.finishNode(i,"WithStatement")},j.parseEmptyStatement=function(i){return this.next(),this.finishNode(i,"EmptyStatement")},j.parseLabeledStatement=function(i,u,m,g){for(var C=0,V=this.labels;C<V.length;C+=1){var D=V[C];D.name===u&&this.raise(m.start,"Label '"+u+"' is already declared")}for(var U=this.type.isLoop?"loop":this.type===d._switch?"switch":null,H=this.labels.length-1;H>=0;H--){var oe=this.labels[H];if(oe.statementStart===i.start)oe.statementStart=this.start,oe.kind=U;else break}return this.labels.push({name:u,kind:U,statementStart:this.start}),i.body=this.parseStatement(g?g.indexOf("label")===-1?g+"label":g:"label"),this.labels.pop(),i.label=m,this.finishNode(i,"LabeledStatement")},j.parseExpressionStatement=function(i,u){return i.expression=u,this.semicolon(),this.finishNode(i,"ExpressionStatement")},j.parseBlock=function(i,u,m){for(i===void 0&&(i=!0),u===void 0&&(u=this.startNode()),u.body=[],this.expect(d.braceL),i&&this.enterScope(0);this.type!==d.braceR;){var g=this.parseStatement(null);u.body.push(g)}return m&&(this.strict=!1),this.next(),i&&this.exitScope(),this.finishNode(u,"BlockStatement")},j.parseFor=function(i,u){return i.init=u,this.expect(d.semi),i.test=this.type===d.semi?null:this.parseExpression(),this.expect(d.semi),i.update=this.type===d.parenR?null:this.parseExpression(),this.expect(d.parenR),i.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(i,"ForStatement")},j.parseForIn=function(i,u){var m=this.type===d._in;return this.next(),u.type==="VariableDeclaration"&&u.declarations[0].init!=null&&(!m||this.options.ecmaVersion<8||this.strict||u.kind!=="var"||u.declarations[0].id.type!=="Identifier")&&this.raise(u.start,(m?"for-in":"for-of")+" loop variable declaration may not have an initializer"),i.left=u,i.right=m?this.parseExpression():this.parseMaybeAssign(),this.expect(d.parenR),i.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(i,m?"ForInStatement":"ForOfStatement")},j.parseVar=function(i,u,m,g){for(i.declarations=[],i.kind=m;;){var C=this.startNode();if(this.parseVarId(C,m),this.eat(d.eq)?C.init=this.parseMaybeAssign(u):!g&&m==="const"&&!(this.type===d._in||this.options.ecmaVersion>=6&&this.isContextual("of"))?this.unexpected():!g&&C.id.type!=="Identifier"&&!(u&&(this.type===d._in||this.isContextual("of")))?this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):C.init=null,i.declarations.push(this.finishNode(C,"VariableDeclarator")),!this.eat(d.comma))break}return i},j.parseVarId=function(i,u){i.id=this.parseBindingAtom(),this.checkLValPattern(i.id,u==="var"?Rt:De,!1)};var ft=1,St=2,Pe=4;j.parseFunction=function(i,u,m,g,C){this.initFunction(i),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!g)&&(this.type===d.star&&u&St&&this.unexpected(),i.generator=this.eat(d.star)),this.options.ecmaVersion>=8&&(i.async=!!g),u&ft&&(i.id=u&Pe&&this.type!==d.name?null:this.parseIdent(),i.id&&!(u&St)&&this.checkLValSimple(i.id,this.strict||i.generator||i.async?this.treatFunctionsAsVar?Rt:De:Gt));var V=this.yieldPos,D=this.awaitPos,U=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Ht(i.async,i.generator)),u&ft||(i.id=this.type===d.name?this.parseIdent():null),this.parseFunctionParams(i),this.parseFunctionBody(i,m,!1,C),this.yieldPos=V,this.awaitPos=D,this.awaitIdentPos=U,this.finishNode(i,u&ft?"FunctionDeclaration":"FunctionExpression")},j.parseFunctionParams=function(i){this.expect(d.parenL),i.params=this.parseBindingList(d.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},j.parseClass=function(i,u){this.next();var m=this.strict;this.strict=!0,this.parseClassId(i,u),this.parseClassSuper(i);var g=this.enterClassBody(),C=this.startNode(),V=!1;for(C.body=[],this.expect(d.braceL);this.type!==d.braceR;){var D=this.parseClassElement(i.superClass!==null);D&&(C.body.push(D),D.type==="MethodDefinition"&&D.kind==="constructor"?(V&&this.raiseRecoverable(D.start,"Duplicate constructor in the same class"),V=!0):D.key&&D.key.type==="PrivateIdentifier"&&Vt(g,D)&&this.raiseRecoverable(D.key.start,"Identifier '#"+D.key.name+"' has already been declared"))}return this.strict=m,this.next(),i.body=this.finishNode(C,"ClassBody"),this.exitClassBody(),this.finishNode(i,u?"ClassDeclaration":"ClassExpression")},j.parseClassElement=function(i){if(this.eat(d.semi))return null;var u=this.options.ecmaVersion,m=this.startNode(),g="",C=!1,V=!1,D="method",U=!1;if(this.eatContextual("static")){if(u>=13&&this.eat(d.braceL))return this.parseClassStaticBlock(m),m;this.isClassElementNameStart()||this.type===d.star?U=!0:g="static"}if(m.static=U,!g&&u>=8&&this.eatContextual("async")&&((this.isClassElementNameStart()||this.type===d.star)&&!this.canInsertSemicolon()?V=!0:g="async"),!g&&(u>=9||!V)&&this.eat(d.star)&&(C=!0),!g&&!V&&!C){var H=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?D=H:g=H)}if(g?(m.computed=!1,m.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),m.key.name=g,this.finishNode(m.key,"Identifier")):this.parseClassElementName(m),u<13||this.type===d.parenL||D!=="method"||C||V){var oe=!m.static&&ze(m,"constructor"),le=oe&&i;oe&&D!=="method"&&this.raise(m.key.start,"Constructor can't have get/set modifier"),m.kind=oe?"constructor":D,this.parseClassMethod(m,C,V,le)}else this.parseClassField(m);return m},j.isClassElementNameStart=function(){return this.type===d.name||this.type===d.privateId||this.type===d.num||this.type===d.string||this.type===d.bracketL||this.type.keyword},j.parseClassElementName=function(i){this.type===d.privateId?(this.value==="constructor"&&this.raise(this.start,"Classes can't have an element named '#constructor'"),i.computed=!1,i.key=this.parsePrivateIdent()):this.parsePropertyName(i)},j.parseClassMethod=function(i,u,m,g){var C=i.key;i.kind==="constructor"?(u&&this.raise(C.start,"Constructor can't be a generator"),m&&this.raise(C.start,"Constructor can't be an async method")):i.static&&ze(i,"prototype")&&this.raise(C.start,"Classes may not have a static property named prototype");var V=i.value=this.parseMethod(u,m,g);return i.kind==="get"&&V.params.length!==0&&this.raiseRecoverable(V.start,"getter should have no params"),i.kind==="set"&&V.params.length!==1&&this.raiseRecoverable(V.start,"setter should have exactly one param"),i.kind==="set"&&V.params[0].type==="RestElement"&&this.raiseRecoverable(V.params[0].start,"Setter cannot use rest params"),this.finishNode(i,"MethodDefinition")},j.parseClassField=function(i){if(ze(i,"constructor")?this.raise(i.key.start,"Classes can't have a field named 'constructor'"):i.static&&ze(i,"prototype")&&this.raise(i.key.start,"Classes can't have a static field named 'prototype'"),this.eat(d.eq)){var u=this.currentThisScope(),m=u.inClassFieldInit;u.inClassFieldInit=!0,i.value=this.parseMaybeAssign(),u.inClassFieldInit=m}else i.value=null;return this.semicolon(),this.finishNode(i,"PropertyDefinition")},j.parseClassStaticBlock=function(i){i.body=[];var u=this.labels;for(this.labels=[],this.enterScope(xt|dt);this.type!==d.braceR;){var m=this.parseStatement(null);i.body.push(m)}return this.next(),this.exitScope(),this.labels=u,this.finishNode(i,"StaticBlock")},j.parseClassId=function(i,u){this.type===d.name?(i.id=this.parseIdent(),u&&this.checkLValSimple(i.id,De,!1)):(u===!0&&this.unexpected(),i.id=null)},j.parseClassSuper=function(i){i.superClass=this.eat(d._extends)?this.parseExprSubscripts(null,!1):null},j.enterClassBody=function(){var i={declared:Object.create(null),used:[]};return this.privateNameStack.push(i),i.declared},j.exitClassBody=function(){var i=this.privateNameStack.pop(),u=i.declared,m=i.used;if(this.options.checkPrivateFields)for(var g=this.privateNameStack.length,C=g===0?null:this.privateNameStack[g-1],V=0;V<m.length;++V){var D=m[V];$(u,D.name)||(C?C.used.push(D):this.raiseRecoverable(D.start,"Private field '#"+D.name+"' must be declared in an enclosing class"))}};function Vt(i,u){var m=u.key.name,g=i[m],C="true";return u.type==="MethodDefinition"&&(u.kind==="get"||u.kind==="set")&&(C=(u.static?"s":"i")+u.kind),g==="iget"&&C==="iset"||g==="iset"&&C==="iget"||g==="sget"&&C==="sset"||g==="sset"&&C==="sget"?(i[m]="true",!1):g?!0:(i[m]=C,!1)}function ze(i,u){var m=i.computed,g=i.key;return!m&&(g.type==="Identifier"&&g.name===u||g.type==="Literal"&&g.value===u)}j.parseExportAllDeclaration=function(i,u){return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(i.exported=this.parseModuleExportName(),this.checkExport(u,i.exported,this.lastTokStart)):i.exported=null),this.expectContextual("from"),this.type!==d.string&&this.unexpected(),i.source=this.parseExprAtom(),this.semicolon(),this.finishNode(i,"ExportAllDeclaration")},j.parseExport=function(i,u){if(this.next(),this.eat(d.star))return this.parseExportAllDeclaration(i,u);if(this.eat(d._default))return this.checkExport(u,"default",this.lastTokStart),i.declaration=this.parseExportDefaultDeclaration(),this.finishNode(i,"ExportDefaultDeclaration");if(this.shouldParseExportStatement())i.declaration=this.parseExportDeclaration(i),i.declaration.type==="VariableDeclaration"?this.checkVariableExport(u,i.declaration.declarations):this.checkExport(u,i.declaration.id,i.declaration.id.start),i.specifiers=[],i.source=null;else{if(i.declaration=null,i.specifiers=this.parseExportSpecifiers(u),this.eatContextual("from"))this.type!==d.string&&this.unexpected(),i.source=this.parseExprAtom();else{for(var m=0,g=i.specifiers;m<g.length;m+=1){var C=g[m];this.checkUnreserved(C.local),this.checkLocalExport(C.local),C.local.type==="Literal"&&this.raise(C.local.start,"A string literal cannot be used as an exported binding without `from`.")}i.source=null}this.semicolon()}return this.finishNode(i,"ExportNamedDeclaration")},j.parseExportDeclaration=function(i){return this.parseStatement(null)},j.parseExportDefaultDeclaration=function(){var i;if(this.type===d._function||(i=this.isAsyncFunction())){var u=this.startNode();return this.next(),i&&this.next(),this.parseFunction(u,ft|Pe,!1,i)}else if(this.type===d._class){var m=this.startNode();return this.parseClass(m,"nullableID")}else{var g=this.parseMaybeAssign();return this.semicolon(),g}},j.checkExport=function(i,u,m){i&&(typeof u!="string"&&(u=u.type==="Identifier"?u.name:u.value),$(i,u)&&this.raiseRecoverable(m,"Duplicate export '"+u+"'"),i[u]=!0)},j.checkPatternExport=function(i,u){var m=u.type;if(m==="Identifier")this.checkExport(i,u,u.start);else if(m==="ObjectPattern")for(var g=0,C=u.properties;g<C.length;g+=1){var V=C[g];this.checkPatternExport(i,V)}else if(m==="ArrayPattern")for(var D=0,U=u.elements;D<U.length;D+=1){var H=U[D];H&&this.checkPatternExport(i,H)}else m==="Property"?this.checkPatternExport(i,u.value):m==="AssignmentPattern"?this.checkPatternExport(i,u.left):m==="RestElement"&&this.checkPatternExport(i,u.argument)},j.checkVariableExport=function(i,u){if(i)for(var m=0,g=u;m<g.length;m+=1){var C=g[m];this.checkPatternExport(i,C.id)}},j.shouldParseExportStatement=function(){return this.type.keyword==="var"||this.type.keyword==="const"||this.type.keyword==="class"||this.type.keyword==="function"||this.isLet()||this.isAsyncFunction()},j.parseExportSpecifier=function(i){var u=this.startNode();return u.local=this.parseModuleExportName(),u.exported=this.eatContextual("as")?this.parseModuleExportName():u.local,this.checkExport(i,u.exported,u.exported.start),this.finishNode(u,"ExportSpecifier")},j.parseExportSpecifiers=function(i){var u=[],m=!0;for(this.expect(d.braceL);!this.eat(d.braceR);){if(m)m=!1;else if(this.expect(d.comma),this.afterTrailingComma(d.braceR))break;u.push(this.parseExportSpecifier(i))}return u},j.parseImport=function(i){return this.next(),this.type===d.string?(i.specifiers=pt,i.source=this.parseExprAtom()):(i.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),i.source=this.type===d.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(i,"ImportDeclaration")},j.parseImportSpecifier=function(){var i=this.startNode();return i.imported=this.parseModuleExportName(),this.eatContextual("as")?i.local=this.parseIdent():(this.checkUnreserved(i.imported),i.local=i.imported),this.checkLValSimple(i.local,De),this.finishNode(i,"ImportSpecifier")},j.parseImportDefaultSpecifier=function(){var i=this.startNode();return i.local=this.parseIdent(),this.checkLValSimple(i.local,De),this.finishNode(i,"ImportDefaultSpecifier")},j.parseImportNamespaceSpecifier=function(){var i=this.startNode();return this.next(),this.expectContextual("as"),i.local=this.parseIdent(),this.checkLValSimple(i.local,De),this.finishNode(i,"ImportNamespaceSpecifier")},j.parseImportSpecifiers=function(){var i=[],u=!0;if(this.type===d.name&&(i.push(this.parseImportDefaultSpecifier()),!this.eat(d.comma)))return i;if(this.type===d.star)return i.push(this.parseImportNamespaceSpecifier()),i;for(this.expect(d.braceL);!this.eat(d.braceR);){if(u)u=!1;else if(this.expect(d.comma),this.afterTrailingComma(d.braceR))break;i.push(this.parseImportSpecifier())}return i},j.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===d.string){var i=this.parseLiteral(this.value);return qe.test(i.value)&&this.raise(i.start,"An export name cannot include a lone surrogate."),i}return this.parseIdent(!0)},j.adaptDirectivePrologue=function(i){for(var u=0;u<i.length&&this.isDirectiveCandidate(i[u]);++u)i[u].directive=i[u].expression.raw.slice(1,-1)},j.isDirectiveCandidate=function(i){return this.options.ecmaVersion>=5&&i.type==="ExpressionStatement"&&i.expression.type==="Literal"&&typeof i.expression.value=="string"&&(this.input[i.start]==='"'||this.input[i.start]==="'")};var Ye=ne.prototype;Ye.toAssignable=function(i,u,m){if(this.options.ecmaVersion>=6&&i)switch(i.type){case"Identifier":this.inAsync&&i.name==="await"&&this.raise(i.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":i.type="ObjectPattern",m&&this.checkPatternErrors(m,!0);for(var g=0,C=i.properties;g<C.length;g+=1){var V=C[g];this.toAssignable(V,u),V.type==="RestElement"&&(V.argument.type==="ArrayPattern"||V.argument.type==="ObjectPattern")&&this.raise(V.argument.start,"Unexpected token")}break;case"Property":i.kind!=="init"&&this.raise(i.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(i.value,u);break;case"ArrayExpression":i.type="ArrayPattern",m&&this.checkPatternErrors(m,!0),this.toAssignableList(i.elements,u);break;case"SpreadElement":i.type="RestElement",this.toAssignable(i.argument,u),i.argument.type==="AssignmentPattern"&&this.raise(i.argument.start,"Rest elements cannot have a default value");break;case"AssignmentExpression":i.operator!=="="&&this.raise(i.left.end,"Only '=' operator can be used for specifying default value."),i.type="AssignmentPattern",delete i.operator,this.toAssignable(i.left,u);break;case"ParenthesizedExpression":this.toAssignable(i.expression,u,m);break;case"ChainExpression":this.raiseRecoverable(i.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":if(!u)break;default:this.raise(i.start,"Assigning to rvalue")}else m&&this.checkPatternErrors(m,!0);return i},Ye.toAssignableList=function(i,u){for(var m=i.length,g=0;g<m;g++){var C=i[g];C&&this.toAssignable(C,u)}if(m){var V=i[m-1];this.options.ecmaVersion===6&&u&&V&&V.type==="RestElement"&&V.argument.type!=="Identifier"&&this.unexpected(V.argument.start)}return i},Ye.parseSpread=function(i){var u=this.startNode();return this.next(),u.argument=this.parseMaybeAssign(!1,i),this.finishNode(u,"SpreadElement")},Ye.parseRestBinding=function(){var i=this.startNode();return this.next(),this.options.ecmaVersion===6&&this.type!==d.name&&this.unexpected(),i.argument=this.parseBindingAtom(),this.finishNode(i,"RestElement")},Ye.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case d.bracketL:var i=this.startNode();return this.next(),i.elements=this.parseBindingList(d.bracketR,!0,!0),this.finishNode(i,"ArrayPattern");case d.braceL:return this.parseObj(!0)}return this.parseIdent()},Ye.parseBindingList=function(i,u,m,g){for(var C=[],V=!0;!this.eat(i);)if(V?V=!1:this.expect(d.comma),u&&this.type===d.comma)C.push(null);else{if(m&&this.afterTrailingComma(i))break;if(this.type===d.ellipsis){var D=this.parseRestBinding();this.parseBindingListItem(D),C.push(D),this.type===d.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.expect(i);break}else C.push(this.parseAssignableListItem(g))}return C},Ye.parseAssignableListItem=function(i){var u=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(u),u},Ye.parseBindingListItem=function(i){return i},Ye.parseMaybeDefault=function(i,u,m){if(m=m||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(d.eq))return m;var g=this.startNodeAt(i,u);return g.left=m,g.right=this.parseMaybeAssign(),this.finishNode(g,"AssignmentPattern")},Ye.checkLValSimple=function(i,u,m){u===void 0&&(u=gt);var g=u!==gt;switch(i.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(i.name)&&this.raiseRecoverable(i.start,(g?"Binding ":"Assigning to ")+i.name+" in strict mode"),g&&(u===De&&i.name==="let"&&this.raiseRecoverable(i.start,"let is disallowed as a lexically bound name"),m&&($(m,i.name)&&this.raiseRecoverable(i.start,"Argument name clash"),m[i.name]=!0),u!==Ct&&this.declareName(i.name,u,i.start));break;case"ChainExpression":this.raiseRecoverable(i.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":g&&this.raiseRecoverable(i.start,"Binding member expression");break;case"ParenthesizedExpression":return g&&this.raiseRecoverable(i.start,"Binding parenthesized expression"),this.checkLValSimple(i.expression,u,m);default:this.raise(i.start,(g?"Binding":"Assigning to")+" rvalue")}},Ye.checkLValPattern=function(i,u,m){switch(u===void 0&&(u=gt),i.type){case"ObjectPattern":for(var g=0,C=i.properties;g<C.length;g+=1){var V=C[g];this.checkLValInnerPattern(V,u,m)}break;case"ArrayPattern":for(var D=0,U=i.elements;D<U.length;D+=1){var H=U[D];H&&this.checkLValInnerPattern(H,u,m)}break;default:this.checkLValSimple(i,u,m)}},Ye.checkLValInnerPattern=function(i,u,m){switch(u===void 0&&(u=gt),i.type){case"Property":this.checkLValInnerPattern(i.value,u,m);break;case"AssignmentPattern":this.checkLValPattern(i.left,u,m);break;case"RestElement":this.checkLValPattern(i.argument,u,m);break;default:this.checkLValPattern(i,u,m)}};var $e=function(u,m,g,C,V){this.token=u,this.isExpr=!!m,this.preserveSpace=!!g,this.override=C,this.generator=!!V},xe={b_stat:new $e("{",!1),b_expr:new $e("{",!0),b_tmpl:new $e("${",!1),p_stat:new $e("(",!1),p_expr:new $e("(",!0),q_tmpl:new $e("`",!0,!0,function(i){return i.tryReadTemplateToken()}),f_stat:new $e("function",!1),f_expr:new $e("function",!0),f_expr_gen:new $e("function",!0,!1,null,!0),f_gen:new $e("function",!1,!1,null,!0)},or=ne.prototype;or.initialContext=function(){return[xe.b_stat]},or.curContext=function(){return this.context[this.context.length-1]},or.braceIsBlock=function(i){var u=this.curContext();return u===xe.f_expr||u===xe.f_stat?!0:i===d.colon&&(u===xe.b_stat||u===xe.b_expr)?!u.isExpr:i===d._return||i===d.name&&this.exprAllowed?q.test(this.input.slice(this.lastTokEnd,this.start)):i===d._else||i===d.semi||i===d.eof||i===d.parenR||i===d.arrow?!0:i===d.braceL?u===xe.b_stat:i===d._var||i===d._const||i===d.name?!1:!this.exprAllowed},or.inGeneratorContext=function(){for(var i=this.context.length-1;i>=1;i--){var u=this.context[i];if(u.token==="function")return u.generator}return!1},or.updateContext=function(i){var u,m=this.type;m.keyword&&i===d.dot?this.exprAllowed=!1:(u=m.updateContext)?u.call(this,i):this.exprAllowed=m.beforeExpr},or.overrideContext=function(i){this.curContext()!==i&&(this.context[this.context.length-1]=i)},d.parenR.updateContext=d.braceR.updateContext=function(){if(this.context.length===1){this.exprAllowed=!0;return}var i=this.context.pop();i===xe.b_stat&&this.curContext().token==="function"&&(i=this.context.pop()),this.exprAllowed=!i.isExpr},d.braceL.updateContext=function(i){this.context.push(this.braceIsBlock(i)?xe.b_stat:xe.b_expr),this.exprAllowed=!0},d.dollarBraceL.updateContext=function(){this.context.push(xe.b_tmpl),this.exprAllowed=!0},d.parenL.updateContext=function(i){var u=i===d._if||i===d._for||i===d._with||i===d._while;this.context.push(u?xe.p_stat:xe.p_expr),this.exprAllowed=!0},d.incDec.updateContext=function(){},d._function.updateContext=d._class.updateContext=function(i){i.beforeExpr&&i!==d._else&&!(i===d.semi&&this.curContext()!==xe.p_stat)&&!(i===d._return&&q.test(this.input.slice(this.lastTokEnd,this.start)))&&!((i===d.colon||i===d.braceL)&&this.curContext()===xe.b_stat)?this.context.push(xe.f_expr):this.context.push(xe.f_stat),this.exprAllowed=!1},d.colon.updateContext=function(){this.curContext().token==="function"&&this.context.pop(),this.exprAllowed=!0},d.backQuote.updateContext=function(){this.curContext()===xe.q_tmpl?this.context.pop():this.context.push(xe.q_tmpl),this.exprAllowed=!1},d.star.updateContext=function(i){if(i===d._function){var u=this.context.length-1;this.context[u]===xe.f_expr?this.context[u]=xe.f_expr_gen:this.context[u]=xe.f_gen}this.exprAllowed=!0},d.name.updateContext=function(i){var u=!1;this.options.ecmaVersion>=6&&i!==d.dot&&(this.value==="of"&&!this.exprAllowed||this.value==="yield"&&this.inGeneratorContext())&&(u=!0),this.exprAllowed=u};var ae=ne.prototype;ae.checkPropClash=function(i,u,m){if(!(this.options.ecmaVersion>=9&&i.type==="SpreadElement")&&!(this.options.ecmaVersion>=6&&(i.computed||i.method||i.shorthand))){var g=i.key,C;switch(g.type){case"Identifier":C=g.name;break;case"Literal":C=String(g.value);break;default:return}var V=i.kind;if(this.options.ecmaVersion>=6){C==="__proto__"&&V==="init"&&(u.proto&&(m?m.doubleProto<0&&(m.doubleProto=g.start):this.raiseRecoverable(g.start,"Redefinition of __proto__ property")),u.proto=!0);return}C="$"+C;var D=u[C];if(D){var U;V==="init"?U=this.strict&&D.init||D.get||D.set:U=D.init||D[V],U&&this.raiseRecoverable(g.start,"Redefinition of property")}else D=u[C]={init:!1,get:!1,set:!1};D[V]=!0}},ae.parseExpression=function(i,u){var m=this.start,g=this.startLoc,C=this.parseMaybeAssign(i,u);if(this.type===d.comma){var V=this.startNodeAt(m,g);for(V.expressions=[C];this.eat(d.comma);)V.expressions.push(this.parseMaybeAssign(i,u));return this.finishNode(V,"SequenceExpression")}return C},ae.parseMaybeAssign=function(i,u,m){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(i);this.exprAllowed=!1}var g=!1,C=-1,V=-1,D=-1;u?(C=u.parenthesizedAssign,V=u.trailingComma,D=u.doubleProto,u.parenthesizedAssign=u.trailingComma=-1):(u=new v,g=!0);var U=this.start,H=this.startLoc;(this.type===d.parenL||this.type===d.name)&&(this.potentialArrowAt=this.start,this.potentialArrowInForAwait=i==="await");var oe=this.parseMaybeConditional(i,u);if(m&&(oe=m.call(this,oe,U,H)),this.type.isAssign){var le=this.startNodeAt(U,H);return le.operator=this.value,this.type===d.eq&&(oe=this.toAssignable(oe,!1,u)),g||(u.parenthesizedAssign=u.trailingComma=u.doubleProto=-1),u.shorthandAssign>=oe.start&&(u.shorthandAssign=-1),this.type===d.eq?this.checkLValPattern(oe):this.checkLValSimple(oe),le.left=oe,this.next(),le.right=this.parseMaybeAssign(i),D>-1&&(u.doubleProto=D),this.finishNode(le,"AssignmentExpression")}else g&&this.checkExpressionErrors(u,!0);return C>-1&&(u.parenthesizedAssign=C),V>-1&&(u.trailingComma=V),oe},ae.parseMaybeConditional=function(i,u){var m=this.start,g=this.startLoc,C=this.parseExprOps(i,u);if(this.checkExpressionErrors(u))return C;if(this.eat(d.question)){var V=this.startNodeAt(m,g);return V.test=C,V.consequent=this.parseMaybeAssign(),this.expect(d.colon),V.alternate=this.parseMaybeAssign(i),this.finishNode(V,"ConditionalExpression")}return C},ae.parseExprOps=function(i,u){var m=this.start,g=this.startLoc,C=this.parseMaybeUnary(u,!1,!1,i);return this.checkExpressionErrors(u)||C.start===m&&C.type==="ArrowFunctionExpression"?C:this.parseExprOp(C,m,g,-1,i)},ae.parseExprOp=function(i,u,m,g,C){var V=this.type.binop;if(V!=null&&(!C||this.type!==d._in)&&V>g){var D=this.type===d.logicalOR||this.type===d.logicalAND,U=this.type===d.coalesce;U&&(V=d.logicalAND.binop);var H=this.value;this.next();var oe=this.start,le=this.startLoc,Se=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,C),oe,le,V,C),Wt=this.buildBinary(u,m,i,Se,H,D||U);return(D&&this.type===d.coalesce||U&&(this.type===d.logicalOR||this.type===d.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(Wt,u,m,g,C)}return i},ae.buildBinary=function(i,u,m,g,C,V){g.type==="PrivateIdentifier"&&this.raise(g.start,"Private identifier can only be left side of binary expression");var D=this.startNodeAt(i,u);return D.left=m,D.operator=C,D.right=g,this.finishNode(D,V?"LogicalExpression":"BinaryExpression")},ae.parseMaybeUnary=function(i,u,m,g){var C=this.start,V=this.startLoc,D;if(this.isContextual("await")&&this.canAwait)D=this.parseAwait(g),u=!0;else if(this.type.prefix){var U=this.startNode(),H=this.type===d.incDec;U.operator=this.value,U.prefix=!0,this.next(),U.argument=this.parseMaybeUnary(null,!0,H,g),this.checkExpressionErrors(i,!0),H?this.checkLValSimple(U.argument):this.strict&&U.operator==="delete"&&U.argument.type==="Identifier"?this.raiseRecoverable(U.start,"Deleting local variable in strict mode"):U.operator==="delete"&&ys(U.argument)?this.raiseRecoverable(U.start,"Private fields can not be deleted"):u=!0,D=this.finishNode(U,H?"UpdateExpression":"UnaryExpression")}else if(!u&&this.type===d.privateId)(g||this.privateNameStack.length===0)&&this.options.checkPrivateFields&&this.unexpected(),D=this.parsePrivateIdent(),this.type!==d._in&&this.unexpected();else{if(D=this.parseExprSubscripts(i,g),this.checkExpressionErrors(i))return D;for(;this.type.postfix&&!this.canInsertSemicolon();){var oe=this.startNodeAt(C,V);oe.operator=this.value,oe.prefix=!1,oe.argument=D,this.checkLValSimple(D),this.next(),D=this.finishNode(oe,"UpdateExpression")}}if(!m&&this.eat(d.starstar))if(u)this.unexpected(this.lastTokStart);else return this.buildBinary(C,V,D,this.parseMaybeUnary(null,!1,!1,g),"**",!1);else return D};function ys(i){return i.type==="MemberExpression"&&i.property.type==="PrivateIdentifier"||i.type==="ChainExpression"&&ys(i.expression)}ae.parseExprSubscripts=function(i,u){var m=this.start,g=this.startLoc,C=this.parseExprAtom(i,u);if(C.type==="ArrowFunctionExpression"&&this.input.slice(this.lastTokStart,this.lastTokEnd)!==")")return C;var V=this.parseSubscripts(C,m,g,!1,u);return i&&V.type==="MemberExpression"&&(i.parenthesizedAssign>=V.start&&(i.parenthesizedAssign=-1),i.parenthesizedBind>=V.start&&(i.parenthesizedBind=-1),i.trailingComma>=V.start&&(i.trailingComma=-1)),V},ae.parseSubscripts=function(i,u,m,g,C){for(var V=this.options.ecmaVersion>=8&&i.type==="Identifier"&&i.name==="async"&&this.lastTokEnd===i.end&&!this.canInsertSemicolon()&&i.end-i.start===5&&this.potentialArrowAt===i.start,D=!1;;){var U=this.parseSubscript(i,u,m,g,V,D,C);if(U.optional&&(D=!0),U===i||U.type==="ArrowFunctionExpression"){if(D){var H=this.startNodeAt(u,m);H.expression=U,U=this.finishNode(H,"ChainExpression")}return U}i=U}},ae.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(d.arrow)},ae.parseSubscriptAsyncArrow=function(i,u,m,g){return this.parseArrowExpression(this.startNodeAt(i,u),m,!0,g)},ae.parseSubscript=function(i,u,m,g,C,V,D){var U=this.options.ecmaVersion>=11,H=U&&this.eat(d.questionDot);g&&H&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var oe=this.eat(d.bracketL);if(oe||H&&this.type!==d.parenL&&this.type!==d.backQuote||this.eat(d.dot)){var le=this.startNodeAt(u,m);le.object=i,oe?(le.property=this.parseExpression(),this.expect(d.bracketR)):this.type===d.privateId&&i.type!=="Super"?le.property=this.parsePrivateIdent():le.property=this.parseIdent(this.options.allowReserved!=="never"),le.computed=!!oe,U&&(le.optional=H),i=this.finishNode(le,"MemberExpression")}else if(!g&&this.eat(d.parenL)){var Se=new v,Wt=this.yieldPos,Rr=this.awaitPos,ur=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var ei=this.parseExprList(d.parenR,this.options.ecmaVersion>=8,!1,Se);if(C&&!H&&this.shouldParseAsyncArrow())return this.checkPatternErrors(Se,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=Wt,this.awaitPos=Rr,this.awaitIdentPos=ur,this.parseSubscriptAsyncArrow(u,m,ei,D);this.checkExpressionErrors(Se,!0),this.yieldPos=Wt||this.yieldPos,this.awaitPos=Rr||this.awaitPos,this.awaitIdentPos=ur||this.awaitIdentPos;var lr=this.startNodeAt(u,m);lr.callee=i,lr.arguments=ei,U&&(lr.optional=H),i=this.finishNode(lr,"CallExpression")}else if(this.type===d.backQuote){(H||V)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var cr=this.startNodeAt(u,m);cr.tag=i,cr.quasi=this.parseTemplate({isTagged:!0}),i=this.finishNode(cr,"TaggedTemplateExpression")}return i},ae.parseExprAtom=function(i,u,m){this.type===d.slash&&this.readRegexp();var g,C=this.potentialArrowAt===this.start;switch(this.type){case d._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),g=this.startNode(),this.next(),this.type===d.parenL&&!this.allowDirectSuper&&this.raise(g.start,"super() call outside constructor of a subclass"),this.type!==d.dot&&this.type!==d.bracketL&&this.type!==d.parenL&&this.unexpected(),this.finishNode(g,"Super");case d._this:return g=this.startNode(),this.next(),this.finishNode(g,"ThisExpression");case d.name:var V=this.start,D=this.startLoc,U=this.containsEsc,H=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!U&&H.name==="async"&&!this.canInsertSemicolon()&&this.eat(d._function))return this.overrideContext(xe.f_expr),this.parseFunction(this.startNodeAt(V,D),0,!1,!0,u);if(C&&!this.canInsertSemicolon()){if(this.eat(d.arrow))return this.parseArrowExpression(this.startNodeAt(V,D),[H],!1,u);if(this.options.ecmaVersion>=8&&H.name==="async"&&this.type===d.name&&!U&&(!this.potentialArrowInForAwait||this.value!=="of"||this.containsEsc))return H=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(d.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(V,D),[H],!0,u)}return H;case d.regexp:var oe=this.value;return g=this.parseLiteral(oe.value),g.regex={pattern:oe.pattern,flags:oe.flags},g;case d.num:case d.string:return this.parseLiteral(this.value);case d._null:case d._true:case d._false:return g=this.startNode(),g.value=this.type===d._null?null:this.type===d._true,g.raw=this.type.keyword,this.next(),this.finishNode(g,"Literal");case d.parenL:var le=this.start,Se=this.parseParenAndDistinguishExpression(C,u);return i&&(i.parenthesizedAssign<0&&!this.isSimpleAssignTarget(Se)&&(i.parenthesizedAssign=le),i.parenthesizedBind<0&&(i.parenthesizedBind=le)),Se;case d.bracketL:return g=this.startNode(),this.next(),g.elements=this.parseExprList(d.bracketR,!0,!0,i),this.finishNode(g,"ArrayExpression");case d.braceL:return this.overrideContext(xe.b_expr),this.parseObj(!1,i);case d._function:return g=this.startNode(),this.next(),this.parseFunction(g,0);case d._class:return this.parseClass(this.startNode(),!1);case d._new:return this.parseNew();case d.backQuote:return this.parseTemplate();case d._import:return this.options.ecmaVersion>=11?this.parseExprImport(m):this.unexpected();default:return this.parseExprAtomDefault()}},ae.parseExprAtomDefault=function(){this.unexpected()},ae.parseExprImport=function(i){var u=this.startNode();if(this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import"),this.next(),this.type===d.parenL&&!i)return this.parseDynamicImport(u);if(this.type===d.dot){var m=this.startNodeAt(u.start,u.loc&&u.loc.start);return m.name="import",u.meta=this.finishNode(m,"Identifier"),this.parseImportMeta(u)}else this.unexpected()},ae.parseDynamicImport=function(i){if(this.next(),i.source=this.parseMaybeAssign(),!this.eat(d.parenR)){var u=this.start;this.eat(d.comma)&&this.eat(d.parenR)?this.raiseRecoverable(u,"Trailing comma is not allowed in import()"):this.unexpected(u)}return this.finishNode(i,"ImportExpression")},ae.parseImportMeta=function(i){this.next();var u=this.containsEsc;return i.property=this.parseIdent(!0),i.property.name!=="meta"&&this.raiseRecoverable(i.property.start,"The only valid meta property for import is 'import.meta'"),u&&this.raiseRecoverable(i.start,"'import.meta' must not contain escaped characters"),this.options.sourceType!=="module"&&!this.options.allowImportExportEverywhere&&this.raiseRecoverable(i.start,"Cannot use 'import.meta' outside a module"),this.finishNode(i,"MetaProperty")},ae.parseLiteral=function(i){var u=this.startNode();return u.value=i,u.raw=this.input.slice(this.start,this.end),u.raw.charCodeAt(u.raw.length-1)===110&&(u.bigint=u.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(u,"Literal")},ae.parseParenExpression=function(){this.expect(d.parenL);var i=this.parseExpression();return this.expect(d.parenR),i},ae.shouldParseArrow=function(i){return!this.canInsertSemicolon()},ae.parseParenAndDistinguishExpression=function(i,u){var m=this.start,g=this.startLoc,C,V=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var D=this.start,U=this.startLoc,H=[],oe=!0,le=!1,Se=new v,Wt=this.yieldPos,Rr=this.awaitPos,ur;for(this.yieldPos=0,this.awaitPos=0;this.type!==d.parenR;)if(oe?oe=!1:this.expect(d.comma),V&&this.afterTrailingComma(d.parenR,!0)){le=!0;break}else if(this.type===d.ellipsis){ur=this.start,H.push(this.parseParenItem(this.parseRestBinding())),this.type===d.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element");break}else H.push(this.parseMaybeAssign(!1,Se,this.parseParenItem));var ei=this.lastTokEnd,lr=this.lastTokEndLoc;if(this.expect(d.parenR),i&&this.shouldParseArrow(H)&&this.eat(d.arrow))return this.checkPatternErrors(Se,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=Wt,this.awaitPos=Rr,this.parseParenArrowList(m,g,H,u);(!H.length||le)&&this.unexpected(this.lastTokStart),ur&&this.unexpected(ur),this.checkExpressionErrors(Se,!0),this.yieldPos=Wt||this.yieldPos,this.awaitPos=Rr||this.awaitPos,H.length>1?(C=this.startNodeAt(D,U),C.expressions=H,this.finishNodeAt(C,"SequenceExpression",ei,lr)):C=H[0]}else C=this.parseParenExpression();if(this.options.preserveParens){var cr=this.startNodeAt(m,g);return cr.expression=C,this.finishNode(cr,"ParenthesizedExpression")}else return C},ae.parseParenItem=function(i){return i},ae.parseParenArrowList=function(i,u,m,g){return this.parseArrowExpression(this.startNodeAt(i,u),m,!1,g)};var wc=[];ae.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var i=this.startNode();if(this.next(),this.options.ecmaVersion>=6&&this.type===d.dot){var u=this.startNodeAt(i.start,i.loc&&i.loc.start);u.name="new",i.meta=this.finishNode(u,"Identifier"),this.next();var m=this.containsEsc;return i.property=this.parseIdent(!0),i.property.name!=="target"&&this.raiseRecoverable(i.property.start,"The only valid meta property for new is 'new.target'"),m&&this.raiseRecoverable(i.start,"'new.target' must not contain escaped characters"),this.allowNewDotTarget||this.raiseRecoverable(i.start,"'new.target' can only be used in functions and class static block"),this.finishNode(i,"MetaProperty")}var g=this.start,C=this.startLoc;return i.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),g,C,!0,!1),this.eat(d.parenL)?i.arguments=this.parseExprList(d.parenR,this.options.ecmaVersion>=8,!1):i.arguments=wc,this.finishNode(i,"NewExpression")},ae.parseTemplateElement=function(i){var u=i.isTagged,m=this.startNode();return this.type===d.invalidTemplate?(u||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),m.value={raw:this.value,cooked:null}):m.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,`
8
+ `),cooked:this.value},this.next(),m.tail=this.type===d.backQuote,this.finishNode(m,"TemplateElement")},ae.parseTemplate=function(i){i===void 0&&(i={});var u=i.isTagged;u===void 0&&(u=!1);var m=this.startNode();this.next(),m.expressions=[];var g=this.parseTemplateElement({isTagged:u});for(m.quasis=[g];!g.tail;)this.type===d.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(d.dollarBraceL),m.expressions.push(this.parseExpression()),this.expect(d.braceR),m.quasis.push(g=this.parseTemplateElement({isTagged:u}));return this.next(),this.finishNode(m,"TemplateLiteral")},ae.isAsyncProp=function(i){return!i.computed&&i.key.type==="Identifier"&&i.key.name==="async"&&(this.type===d.name||this.type===d.num||this.type===d.string||this.type===d.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===d.star)&&!q.test(this.input.slice(this.lastTokEnd,this.start))},ae.parseObj=function(i,u){var m=this.startNode(),g=!0,C={};for(m.properties=[],this.next();!this.eat(d.braceR);){if(g)g=!1;else if(this.expect(d.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(d.braceR))break;var V=this.parseProperty(i,u);i||this.checkPropClash(V,C,u),m.properties.push(V)}return this.finishNode(m,i?"ObjectPattern":"ObjectExpression")},ae.parseProperty=function(i,u){var m=this.startNode(),g,C,V,D;if(this.options.ecmaVersion>=9&&this.eat(d.ellipsis))return i?(m.argument=this.parseIdent(!1),this.type===d.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.finishNode(m,"RestElement")):(m.argument=this.parseMaybeAssign(!1,u),this.type===d.comma&&u&&u.trailingComma<0&&(u.trailingComma=this.start),this.finishNode(m,"SpreadElement"));this.options.ecmaVersion>=6&&(m.method=!1,m.shorthand=!1,(i||u)&&(V=this.start,D=this.startLoc),i||(g=this.eat(d.star)));var U=this.containsEsc;return this.parsePropertyName(m),!i&&!U&&this.options.ecmaVersion>=8&&!g&&this.isAsyncProp(m)?(C=!0,g=this.options.ecmaVersion>=9&&this.eat(d.star),this.parsePropertyName(m)):C=!1,this.parsePropertyValue(m,i,g,C,V,D,u,U),this.finishNode(m,"Property")},ae.parseGetterSetter=function(i){i.kind=i.key.name,this.parsePropertyName(i),i.value=this.parseMethod(!1);var u=i.kind==="get"?0:1;if(i.value.params.length!==u){var m=i.value.start;i.kind==="get"?this.raiseRecoverable(m,"getter should have no params"):this.raiseRecoverable(m,"setter should have exactly one param")}else i.kind==="set"&&i.value.params[0].type==="RestElement"&&this.raiseRecoverable(i.value.params[0].start,"Setter cannot use rest params")},ae.parsePropertyValue=function(i,u,m,g,C,V,D,U){(m||g)&&this.type===d.colon&&this.unexpected(),this.eat(d.colon)?(i.value=u?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,D),i.kind="init"):this.options.ecmaVersion>=6&&this.type===d.parenL?(u&&this.unexpected(),i.kind="init",i.method=!0,i.value=this.parseMethod(m,g)):!u&&!U&&this.options.ecmaVersion>=5&&!i.computed&&i.key.type==="Identifier"&&(i.key.name==="get"||i.key.name==="set")&&this.type!==d.comma&&this.type!==d.braceR&&this.type!==d.eq?((m||g)&&this.unexpected(),this.parseGetterSetter(i)):this.options.ecmaVersion>=6&&!i.computed&&i.key.type==="Identifier"?((m||g)&&this.unexpected(),this.checkUnreserved(i.key),i.key.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=C),i.kind="init",u?i.value=this.parseMaybeDefault(C,V,this.copyNode(i.key)):this.type===d.eq&&D?(D.shorthandAssign<0&&(D.shorthandAssign=this.start),i.value=this.parseMaybeDefault(C,V,this.copyNode(i.key))):i.value=this.copyNode(i.key),i.shorthand=!0):this.unexpected()},ae.parsePropertyName=function(i){if(this.options.ecmaVersion>=6){if(this.eat(d.bracketL))return i.computed=!0,i.key=this.parseMaybeAssign(),this.expect(d.bracketR),i.key;i.computed=!1}return i.key=this.type===d.num||this.type===d.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!=="never")},ae.initFunction=function(i){i.id=null,this.options.ecmaVersion>=6&&(i.generator=i.expression=!1),this.options.ecmaVersion>=8&&(i.async=!1)},ae.parseMethod=function(i,u,m){var g=this.startNode(),C=this.yieldPos,V=this.awaitPos,D=this.awaitIdentPos;return this.initFunction(g),this.options.ecmaVersion>=6&&(g.generator=i),this.options.ecmaVersion>=8&&(g.async=!!u),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Ht(u,g.generator)|dt|(m?Jt:0)),this.expect(d.parenL),g.params=this.parseBindingList(d.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(g,!1,!0,!1),this.yieldPos=C,this.awaitPos=V,this.awaitIdentPos=D,this.finishNode(g,"FunctionExpression")},ae.parseArrowExpression=function(i,u,m,g){var C=this.yieldPos,V=this.awaitPos,D=this.awaitIdentPos;return this.enterScope(Ht(m,!1)|_e),this.initFunction(i),this.options.ecmaVersion>=8&&(i.async=!!m),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,i.params=this.toAssignableList(u,!0),this.parseFunctionBody(i,!0,!1,g),this.yieldPos=C,this.awaitPos=V,this.awaitIdentPos=D,this.finishNode(i,"ArrowFunctionExpression")},ae.parseFunctionBody=function(i,u,m,g){var C=u&&this.type!==d.braceL,V=this.strict,D=!1;if(C)i.body=this.parseMaybeAssign(g),i.expression=!0,this.checkParams(i,!1);else{var U=this.options.ecmaVersion>=7&&!this.isSimpleParamList(i.params);(!V||U)&&(D=this.strictDirective(this.end),D&&U&&this.raiseRecoverable(i.start,"Illegal 'use strict' directive in function with non-simple parameter list"));var H=this.labels;this.labels=[],D&&(this.strict=!0),this.checkParams(i,!V&&!D&&!u&&!m&&this.isSimpleParamList(i.params)),this.strict&&i.id&&this.checkLValSimple(i.id,Ct),i.body=this.parseBlock(!1,void 0,D&&!V),i.expression=!1,this.adaptDirectivePrologue(i.body.body),this.labels=H}this.exitScope()},ae.isSimpleParamList=function(i){for(var u=0,m=i;u<m.length;u+=1){var g=m[u];if(g.type!=="Identifier")return!1}return!0},ae.checkParams=function(i,u){for(var m=Object.create(null),g=0,C=i.params;g<C.length;g+=1){var V=C[g];this.checkLValInnerPattern(V,Rt,u?null:m)}},ae.parseExprList=function(i,u,m,g){for(var C=[],V=!0;!this.eat(i);){if(V)V=!1;else if(this.expect(d.comma),u&&this.afterTrailingComma(i))break;var D=void 0;m&&this.type===d.comma?D=null:this.type===d.ellipsis?(D=this.parseSpread(g),g&&this.type===d.comma&&g.trailingComma<0&&(g.trailingComma=this.start)):D=this.parseMaybeAssign(!1,g),C.push(D)}return C},ae.checkUnreserved=function(i){var u=i.start,m=i.end,g=i.name;if(this.inGenerator&&g==="yield"&&this.raiseRecoverable(u,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&g==="await"&&this.raiseRecoverable(u,"Cannot use 'await' as identifier inside an async function"),this.currentThisScope().inClassFieldInit&&g==="arguments"&&this.raiseRecoverable(u,"Cannot use 'arguments' in class field initializer"),this.inClassStaticBlock&&(g==="arguments"||g==="await")&&this.raise(u,"Cannot use "+g+" in class static initialization block"),this.keywords.test(g)&&this.raise(u,"Unexpected keyword '"+g+"'"),!(this.options.ecmaVersion<6&&this.input.slice(u,m).indexOf("\\")!==-1)){var C=this.strict?this.reservedWordsStrict:this.reservedWords;C.test(g)&&(!this.inAsync&&g==="await"&&this.raiseRecoverable(u,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(u,"The keyword '"+g+"' is reserved"))}},ae.parseIdent=function(i){var u=this.parseIdentNode();return this.next(!!i),this.finishNode(u,"Identifier"),i||(this.checkUnreserved(u),u.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=u.start)),u},ae.parseIdentNode=function(){var i=this.startNode();return this.type===d.name?i.name=this.value:this.type.keyword?(i.name=this.type.keyword,(i.name==="class"||i.name==="function")&&(this.lastTokEnd!==this.lastTokStart+1||this.input.charCodeAt(this.lastTokStart)!==46)&&this.context.pop(),this.type=d.name):this.unexpected(),i},ae.parsePrivateIdent=function(){var i=this.startNode();return this.type===d.privateId?i.name=this.value:this.unexpected(),this.next(),this.finishNode(i,"PrivateIdentifier"),this.options.checkPrivateFields&&(this.privateNameStack.length===0?this.raise(i.start,"Private field '#"+i.name+"' must be declared in an enclosing class"):this.privateNameStack[this.privateNameStack.length-1].used.push(i)),i},ae.parseYield=function(i){this.yieldPos||(this.yieldPos=this.start);var u=this.startNode();return this.next(),this.type===d.semi||this.canInsertSemicolon()||this.type!==d.star&&!this.type.startsExpr?(u.delegate=!1,u.argument=null):(u.delegate=this.eat(d.star),u.argument=this.parseMaybeAssign(i)),this.finishNode(u,"YieldExpression")},ae.parseAwait=function(i){this.awaitPos||(this.awaitPos=this.start);var u=this.startNode();return this.next(),u.argument=this.parseMaybeUnary(null,!0,!1,i),this.finishNode(u,"AwaitExpression")};var Yr=ne.prototype;Yr.raise=function(i,u){var m=Re(this.input,i);u+=" ("+m.line+":"+m.column+")";var g=new SyntaxError(u);throw g.pos=i,g.loc=m,g.raisedAt=this.pos,g},Yr.raiseRecoverable=Yr.raise,Yr.curPosition=function(){if(this.options.locations)return new _(this.curLine,this.pos-this.lineStart)};var Dt=ne.prototype,Cc=function(u){this.flags=u,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};Dt.enterScope=function(i){this.scopeStack.push(new Cc(i))},Dt.exitScope=function(){this.scopeStack.pop()},Dt.treatFunctionsAsVarInScope=function(i){return i.flags&de||!this.inModule&&i.flags&Qe},Dt.declareName=function(i,u,m){var g=!1;if(u===De){var C=this.currentScope();g=C.lexical.indexOf(i)>-1||C.functions.indexOf(i)>-1||C.var.indexOf(i)>-1,C.lexical.push(i),this.inModule&&C.flags&Qe&&delete this.undefinedExports[i]}else if(u===sr){var V=this.currentScope();V.lexical.push(i)}else if(u===Gt){var D=this.currentScope();this.treatFunctionsAsVar?g=D.lexical.indexOf(i)>-1:g=D.lexical.indexOf(i)>-1||D.var.indexOf(i)>-1,D.functions.push(i)}else for(var U=this.scopeStack.length-1;U>=0;--U){var H=this.scopeStack[U];if(H.lexical.indexOf(i)>-1&&!(H.flags&ht&&H.lexical[0]===i)||!this.treatFunctionsAsVarInScope(H)&&H.functions.indexOf(i)>-1){g=!0;break}if(H.var.push(i),this.inModule&&H.flags&Qe&&delete this.undefinedExports[i],H.flags&wt)break}g&&this.raiseRecoverable(m,"Identifier '"+i+"' has already been declared")},Dt.checkLocalExport=function(i){this.scopeStack[0].lexical.indexOf(i.name)===-1&&this.scopeStack[0].var.indexOf(i.name)===-1&&(this.undefinedExports[i.name]=i)},Dt.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},Dt.currentVarScope=function(){for(var i=this.scopeStack.length-1;;i--){var u=this.scopeStack[i];if(u.flags&wt)return u}},Dt.currentThisScope=function(){for(var i=this.scopeStack.length-1;;i--){var u=this.scopeStack[i];if(u.flags&wt&&!(u.flags&_e))return u}};var Fr=function(u,m,g){this.type="",this.start=m,this.end=0,u.options.locations&&(this.loc=new ve(u,g)),u.options.directSourceFile&&(this.sourceFile=u.options.directSourceFile),u.options.ranges&&(this.range=[m,0])},Nr=ne.prototype;Nr.startNode=function(){return new Fr(this,this.start,this.startLoc)},Nr.startNodeAt=function(i,u){return new Fr(this,i,u)};function vs(i,u,m,g){return i.type=u,i.end=m,this.options.locations&&(i.loc.end=g),this.options.ranges&&(i.range[1]=m),i}Nr.finishNode=function(i,u){return vs.call(this,i,u,this.lastTokEnd,this.lastTokEndLoc)},Nr.finishNodeAt=function(i,u,m,g){return vs.call(this,i,u,m,g)},Nr.copyNode=function(i){var u=new Fr(this,i.start,this.startLoc);for(var m in i)u[m]=i[m];return u};var ws="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",Cs=ws+" Extended_Pictographic",Ss=Cs,Es=Ss+" EBase EComp EMod EPres ExtPict",As=Es,Sc=As,Ec={9:ws,10:Cs,11:Ss,12:Es,13:As,14:Sc},Ac="Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji",_c={9:"",10:"",11:"",12:"",13:"",14:Ac},_s="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",Is="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",Ts=Is+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",Ls=Ts+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",Ps=Ls+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",Fs=Ps+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",Ic=Fs+" Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz",Tc={9:Is,10:Ts,11:Ls,12:Ps,13:Fs,14:Ic},Ns={};function Lc(i){var u=Ns[i]={binary:ie(Ec[i]+" "+_s),binaryOfStrings:ie(_c[i]),nonBinary:{General_Category:ie(_s),Script:ie(Tc[i])}};u.nonBinary.Script_Extensions=u.nonBinary.Script,u.nonBinary.gc=u.nonBinary.General_Category,u.nonBinary.sc=u.nonBinary.Script,u.nonBinary.scx=u.nonBinary.Script_Extensions}for(var rn=0,Rs=[9,10,11,12,13,14];rn<Rs.length;rn+=1){var Pc=Rs[rn];Lc(Pc)}var X=ne.prototype,bt=function(u){this.parser=u,this.validFlags="gim"+(u.options.ecmaVersion>=6?"uy":"")+(u.options.ecmaVersion>=9?"s":"")+(u.options.ecmaVersion>=13?"d":"")+(u.options.ecmaVersion>=15?"v":""),this.unicodeProperties=Ns[u.options.ecmaVersion>=14?14:u.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=[]};bt.prototype.reset=function(u,m,g){var C=g.indexOf("v")!==-1,V=g.indexOf("u")!==-1;this.start=u|0,this.source=m+"",this.flags=g,C&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=V&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=V&&this.parser.options.ecmaVersion>=9)},bt.prototype.raise=function(u){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+u)},bt.prototype.at=function(u,m){m===void 0&&(m=!1);var g=this.source,C=g.length;if(u>=C)return-1;var V=g.charCodeAt(u);if(!(m||this.switchU)||V<=55295||V>=57344||u+1>=C)return V;var D=g.charCodeAt(u+1);return D>=56320&&D<=57343?(V<<10)+D-56613888:V},bt.prototype.nextIndex=function(u,m){m===void 0&&(m=!1);var g=this.source,C=g.length;if(u>=C)return C;var V=g.charCodeAt(u),D;return!(m||this.switchU)||V<=55295||V>=57344||u+1>=C||(D=g.charCodeAt(u+1))<56320||D>57343?u+1:u+2},bt.prototype.current=function(u){return u===void 0&&(u=!1),this.at(this.pos,u)},bt.prototype.lookahead=function(u){return u===void 0&&(u=!1),this.at(this.nextIndex(this.pos,u),u)},bt.prototype.advance=function(u){u===void 0&&(u=!1),this.pos=this.nextIndex(this.pos,u)},bt.prototype.eat=function(u,m){return m===void 0&&(m=!1),this.current(m)===u?(this.advance(m),!0):!1},bt.prototype.eatChars=function(u,m){m===void 0&&(m=!1);for(var g=this.pos,C=0,V=u;C<V.length;C+=1){var D=V[C],U=this.at(g,m);if(U===-1||U!==D)return!1;g=this.nextIndex(g,m)}return this.pos=g,!0},X.validateRegExpFlags=function(i){for(var u=i.validFlags,m=i.flags,g=!1,C=!1,V=0;V<m.length;V++){var D=m.charAt(V);u.indexOf(D)===-1&&this.raise(i.start,"Invalid regular expression flag"),m.indexOf(D,V+1)>-1&&this.raise(i.start,"Duplicate regular expression flag"),D==="u"&&(g=!0),D==="v"&&(C=!0)}this.options.ecmaVersion>=15&&g&&C&&this.raise(i.start,"Invalid regular expression flag")},X.validateRegExpPattern=function(i){this.regexp_pattern(i),!i.switchN&&this.options.ecmaVersion>=9&&i.groupNames.length>0&&(i.switchN=!0,this.regexp_pattern(i))},X.regexp_pattern=function(i){i.pos=0,i.lastIntValue=0,i.lastStringValue="",i.lastAssertionIsQuantifiable=!1,i.numCapturingParens=0,i.maxBackReference=0,i.groupNames.length=0,i.backReferenceNames.length=0,this.regexp_disjunction(i),i.pos!==i.source.length&&(i.eat(41)&&i.raise("Unmatched ')'"),(i.eat(93)||i.eat(125))&&i.raise("Lone quantifier brackets")),i.maxBackReference>i.numCapturingParens&&i.raise("Invalid escape");for(var u=0,m=i.backReferenceNames;u<m.length;u+=1){var g=m[u];i.groupNames.indexOf(g)===-1&&i.raise("Invalid named capture referenced")}},X.regexp_disjunction=function(i){for(this.regexp_alternative(i);i.eat(124);)this.regexp_alternative(i);this.regexp_eatQuantifier(i,!0)&&i.raise("Nothing to repeat"),i.eat(123)&&i.raise("Lone quantifier brackets")},X.regexp_alternative=function(i){for(;i.pos<i.source.length&&this.regexp_eatTerm(i););},X.regexp_eatTerm=function(i){return this.regexp_eatAssertion(i)?(i.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(i)&&i.switchU&&i.raise("Invalid quantifier"),!0):(i.switchU?this.regexp_eatAtom(i):this.regexp_eatExtendedAtom(i))?(this.regexp_eatQuantifier(i),!0):!1},X.regexp_eatAssertion=function(i){var u=i.pos;if(i.lastAssertionIsQuantifiable=!1,i.eat(94)||i.eat(36))return!0;if(i.eat(92)){if(i.eat(66)||i.eat(98))return!0;i.pos=u}if(i.eat(40)&&i.eat(63)){var m=!1;if(this.options.ecmaVersion>=9&&(m=i.eat(60)),i.eat(61)||i.eat(33))return this.regexp_disjunction(i),i.eat(41)||i.raise("Unterminated group"),i.lastAssertionIsQuantifiable=!m,!0}return i.pos=u,!1},X.regexp_eatQuantifier=function(i,u){return u===void 0&&(u=!1),this.regexp_eatQuantifierPrefix(i,u)?(i.eat(63),!0):!1},X.regexp_eatQuantifierPrefix=function(i,u){return i.eat(42)||i.eat(43)||i.eat(63)||this.regexp_eatBracedQuantifier(i,u)},X.regexp_eatBracedQuantifier=function(i,u){var m=i.pos;if(i.eat(123)){var g=0,C=-1;if(this.regexp_eatDecimalDigits(i)&&(g=i.lastIntValue,i.eat(44)&&this.regexp_eatDecimalDigits(i)&&(C=i.lastIntValue),i.eat(125)))return C!==-1&&C<g&&!u&&i.raise("numbers out of order in {} quantifier"),!0;i.switchU&&!u&&i.raise("Incomplete quantifier"),i.pos=m}return!1},X.regexp_eatAtom=function(i){return this.regexp_eatPatternCharacters(i)||i.eat(46)||this.regexp_eatReverseSolidusAtomEscape(i)||this.regexp_eatCharacterClass(i)||this.regexp_eatUncapturingGroup(i)||this.regexp_eatCapturingGroup(i)},X.regexp_eatReverseSolidusAtomEscape=function(i){var u=i.pos;if(i.eat(92)){if(this.regexp_eatAtomEscape(i))return!0;i.pos=u}return!1},X.regexp_eatUncapturingGroup=function(i){var u=i.pos;if(i.eat(40)){if(i.eat(63)&&i.eat(58)){if(this.regexp_disjunction(i),i.eat(41))return!0;i.raise("Unterminated group")}i.pos=u}return!1},X.regexp_eatCapturingGroup=function(i){if(i.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(i):i.current()===63&&i.raise("Invalid group"),this.regexp_disjunction(i),i.eat(41))return i.numCapturingParens+=1,!0;i.raise("Unterminated group")}return!1},X.regexp_eatExtendedAtom=function(i){return i.eat(46)||this.regexp_eatReverseSolidusAtomEscape(i)||this.regexp_eatCharacterClass(i)||this.regexp_eatUncapturingGroup(i)||this.regexp_eatCapturingGroup(i)||this.regexp_eatInvalidBracedQuantifier(i)||this.regexp_eatExtendedPatternCharacter(i)},X.regexp_eatInvalidBracedQuantifier=function(i){return this.regexp_eatBracedQuantifier(i,!0)&&i.raise("Nothing to repeat"),!1},X.regexp_eatSyntaxCharacter=function(i){var u=i.current();return Vs(u)?(i.lastIntValue=u,i.advance(),!0):!1};function Vs(i){return i===36||i>=40&&i<=43||i===46||i===63||i>=91&&i<=94||i>=123&&i<=125}X.regexp_eatPatternCharacters=function(i){for(var u=i.pos,m=0;(m=i.current())!==-1&&!Vs(m);)i.advance();return i.pos!==u},X.regexp_eatExtendedPatternCharacter=function(i){var u=i.current();return u!==-1&&u!==36&&!(u>=40&&u<=43)&&u!==46&&u!==63&&u!==91&&u!==94&&u!==124?(i.advance(),!0):!1},X.regexp_groupSpecifier=function(i){if(i.eat(63)){if(this.regexp_eatGroupName(i)){i.groupNames.indexOf(i.lastStringValue)!==-1&&i.raise("Duplicate capture group name"),i.groupNames.push(i.lastStringValue);return}i.raise("Invalid group")}},X.regexp_eatGroupName=function(i){if(i.lastStringValue="",i.eat(60)){if(this.regexp_eatRegExpIdentifierName(i)&&i.eat(62))return!0;i.raise("Invalid capture group name")}return!1},X.regexp_eatRegExpIdentifierName=function(i){if(i.lastStringValue="",this.regexp_eatRegExpIdentifierStart(i)){for(i.lastStringValue+=me(i.lastIntValue);this.regexp_eatRegExpIdentifierPart(i);)i.lastStringValue+=me(i.lastIntValue);return!0}return!1},X.regexp_eatRegExpIdentifierStart=function(i){var u=i.pos,m=this.options.ecmaVersion>=11,g=i.current(m);return i.advance(m),g===92&&this.regexp_eatRegExpUnicodeEscapeSequence(i,m)&&(g=i.lastIntValue),Fc(g)?(i.lastIntValue=g,!0):(i.pos=u,!1)};function Fc(i){return b(i,!0)||i===36||i===95}X.regexp_eatRegExpIdentifierPart=function(i){var u=i.pos,m=this.options.ecmaVersion>=11,g=i.current(m);return i.advance(m),g===92&&this.regexp_eatRegExpUnicodeEscapeSequence(i,m)&&(g=i.lastIntValue),Nc(g)?(i.lastIntValue=g,!0):(i.pos=u,!1)};function Nc(i){return x(i,!0)||i===36||i===95||i===8204||i===8205}X.regexp_eatAtomEscape=function(i){return this.regexp_eatBackReference(i)||this.regexp_eatCharacterClassEscape(i)||this.regexp_eatCharacterEscape(i)||i.switchN&&this.regexp_eatKGroupName(i)?!0:(i.switchU&&(i.current()===99&&i.raise("Invalid unicode escape"),i.raise("Invalid escape")),!1)},X.regexp_eatBackReference=function(i){var u=i.pos;if(this.regexp_eatDecimalEscape(i)){var m=i.lastIntValue;if(i.switchU)return m>i.maxBackReference&&(i.maxBackReference=m),!0;if(m<=i.numCapturingParens)return!0;i.pos=u}return!1},X.regexp_eatKGroupName=function(i){if(i.eat(107)){if(this.regexp_eatGroupName(i))return i.backReferenceNames.push(i.lastStringValue),!0;i.raise("Invalid named reference")}return!1},X.regexp_eatCharacterEscape=function(i){return this.regexp_eatControlEscape(i)||this.regexp_eatCControlLetter(i)||this.regexp_eatZero(i)||this.regexp_eatHexEscapeSequence(i)||this.regexp_eatRegExpUnicodeEscapeSequence(i,!1)||!i.switchU&&this.regexp_eatLegacyOctalEscapeSequence(i)||this.regexp_eatIdentityEscape(i)},X.regexp_eatCControlLetter=function(i){var u=i.pos;if(i.eat(99)){if(this.regexp_eatControlLetter(i))return!0;i.pos=u}return!1},X.regexp_eatZero=function(i){return i.current()===48&&!$r(i.lookahead())?(i.lastIntValue=0,i.advance(),!0):!1},X.regexp_eatControlEscape=function(i){var u=i.current();return u===116?(i.lastIntValue=9,i.advance(),!0):u===110?(i.lastIntValue=10,i.advance(),!0):u===118?(i.lastIntValue=11,i.advance(),!0):u===102?(i.lastIntValue=12,i.advance(),!0):u===114?(i.lastIntValue=13,i.advance(),!0):!1},X.regexp_eatControlLetter=function(i){var u=i.current();return Ds(u)?(i.lastIntValue=u%32,i.advance(),!0):!1};function Ds(i){return i>=65&&i<=90||i>=97&&i<=122}X.regexp_eatRegExpUnicodeEscapeSequence=function(i,u){u===void 0&&(u=!1);var m=i.pos,g=u||i.switchU;if(i.eat(117)){if(this.regexp_eatFixedHexDigits(i,4)){var C=i.lastIntValue;if(g&&C>=55296&&C<=56319){var V=i.pos;if(i.eat(92)&&i.eat(117)&&this.regexp_eatFixedHexDigits(i,4)){var D=i.lastIntValue;if(D>=56320&&D<=57343)return i.lastIntValue=(C-55296)*1024+(D-56320)+65536,!0}i.pos=V,i.lastIntValue=C}return!0}if(g&&i.eat(123)&&this.regexp_eatHexDigits(i)&&i.eat(125)&&Rc(i.lastIntValue))return!0;g&&i.raise("Invalid unicode escape"),i.pos=m}return!1};function Rc(i){return i>=0&&i<=1114111}X.regexp_eatIdentityEscape=function(i){if(i.switchU)return this.regexp_eatSyntaxCharacter(i)?!0:i.eat(47)?(i.lastIntValue=47,!0):!1;var u=i.current();return u!==99&&(!i.switchN||u!==107)?(i.lastIntValue=u,i.advance(),!0):!1},X.regexp_eatDecimalEscape=function(i){i.lastIntValue=0;var u=i.current();if(u>=49&&u<=57){do i.lastIntValue=10*i.lastIntValue+(u-48),i.advance();while((u=i.current())>=48&&u<=57);return!0}return!1};var Os=0,Et=1,Ze=2;X.regexp_eatCharacterClassEscape=function(i){var u=i.current();if(Vc(u))return i.lastIntValue=-1,i.advance(),Et;var m=!1;if(i.switchU&&this.options.ecmaVersion>=9&&((m=u===80)||u===112)){i.lastIntValue=-1,i.advance();var g;if(i.eat(123)&&(g=this.regexp_eatUnicodePropertyValueExpression(i))&&i.eat(125))return m&&g===Ze&&i.raise("Invalid property name"),g;i.raise("Invalid property name")}return Os};function Vc(i){return i===100||i===68||i===115||i===83||i===119||i===87}X.regexp_eatUnicodePropertyValueExpression=function(i){var u=i.pos;if(this.regexp_eatUnicodePropertyName(i)&&i.eat(61)){var m=i.lastStringValue;if(this.regexp_eatUnicodePropertyValue(i)){var g=i.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(i,m,g),Et}}if(i.pos=u,this.regexp_eatLoneUnicodePropertyNameOrValue(i)){var C=i.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(i,C)}return Os},X.regexp_validateUnicodePropertyNameAndValue=function(i,u,m){$(i.unicodeProperties.nonBinary,u)||i.raise("Invalid property name"),i.unicodeProperties.nonBinary[u].test(m)||i.raise("Invalid property value")},X.regexp_validateUnicodePropertyNameOrValue=function(i,u){if(i.unicodeProperties.binary.test(u))return Et;if(i.switchV&&i.unicodeProperties.binaryOfStrings.test(u))return Ze;i.raise("Invalid property name")},X.regexp_eatUnicodePropertyName=function(i){var u=0;for(i.lastStringValue="";Ms(u=i.current());)i.lastStringValue+=me(u),i.advance();return i.lastStringValue!==""};function Ms(i){return Ds(i)||i===95}X.regexp_eatUnicodePropertyValue=function(i){var u=0;for(i.lastStringValue="";Dc(u=i.current());)i.lastStringValue+=me(u),i.advance();return i.lastStringValue!==""};function Dc(i){return Ms(i)||$r(i)}X.regexp_eatLoneUnicodePropertyNameOrValue=function(i){return this.regexp_eatUnicodePropertyValue(i)},X.regexp_eatCharacterClass=function(i){if(i.eat(91)){var u=i.eat(94),m=this.regexp_classContents(i);return i.eat(93)||i.raise("Unterminated character class"),u&&m===Ze&&i.raise("Negated character class may contain strings"),!0}return!1},X.regexp_classContents=function(i){return i.current()===93?Et:i.switchV?this.regexp_classSetExpression(i):(this.regexp_nonEmptyClassRanges(i),Et)},X.regexp_nonEmptyClassRanges=function(i){for(;this.regexp_eatClassAtom(i);){var u=i.lastIntValue;if(i.eat(45)&&this.regexp_eatClassAtom(i)){var m=i.lastIntValue;i.switchU&&(u===-1||m===-1)&&i.raise("Invalid character class"),u!==-1&&m!==-1&&u>m&&i.raise("Range out of order in character class")}}},X.regexp_eatClassAtom=function(i){var u=i.pos;if(i.eat(92)){if(this.regexp_eatClassEscape(i))return!0;if(i.switchU){var m=i.current();(m===99||zs(m))&&i.raise("Invalid class escape"),i.raise("Invalid escape")}i.pos=u}var g=i.current();return g!==93?(i.lastIntValue=g,i.advance(),!0):!1},X.regexp_eatClassEscape=function(i){var u=i.pos;if(i.eat(98))return i.lastIntValue=8,!0;if(i.switchU&&i.eat(45))return i.lastIntValue=45,!0;if(!i.switchU&&i.eat(99)){if(this.regexp_eatClassControlLetter(i))return!0;i.pos=u}return this.regexp_eatCharacterClassEscape(i)||this.regexp_eatCharacterEscape(i)},X.regexp_classSetExpression=function(i){var u=Et,m;if(!this.regexp_eatClassSetRange(i))if(m=this.regexp_eatClassSetOperand(i)){m===Ze&&(u=Ze);for(var g=i.pos;i.eatChars([38,38]);){if(i.current()!==38&&(m=this.regexp_eatClassSetOperand(i))){m!==Ze&&(u=Et);continue}i.raise("Invalid character in character class")}if(g!==i.pos)return u;for(;i.eatChars([45,45]);)this.regexp_eatClassSetOperand(i)||i.raise("Invalid character in character class");if(g!==i.pos)return u}else i.raise("Invalid character in character class");for(;;)if(!this.regexp_eatClassSetRange(i)){if(m=this.regexp_eatClassSetOperand(i),!m)return u;m===Ze&&(u=Ze)}},X.regexp_eatClassSetRange=function(i){var u=i.pos;if(this.regexp_eatClassSetCharacter(i)){var m=i.lastIntValue;if(i.eat(45)&&this.regexp_eatClassSetCharacter(i)){var g=i.lastIntValue;return m!==-1&&g!==-1&&m>g&&i.raise("Range out of order in character class"),!0}i.pos=u}return!1},X.regexp_eatClassSetOperand=function(i){return this.regexp_eatClassSetCharacter(i)?Et:this.regexp_eatClassStringDisjunction(i)||this.regexp_eatNestedClass(i)},X.regexp_eatNestedClass=function(i){var u=i.pos;if(i.eat(91)){var m=i.eat(94),g=this.regexp_classContents(i);if(i.eat(93))return m&&g===Ze&&i.raise("Negated character class may contain strings"),g;i.pos=u}if(i.eat(92)){var C=this.regexp_eatCharacterClassEscape(i);if(C)return C;i.pos=u}return null},X.regexp_eatClassStringDisjunction=function(i){var u=i.pos;if(i.eatChars([92,113])){if(i.eat(123)){var m=this.regexp_classStringDisjunctionContents(i);if(i.eat(125))return m}else i.raise("Invalid escape");i.pos=u}return null},X.regexp_classStringDisjunctionContents=function(i){for(var u=this.regexp_classString(i);i.eat(124);)this.regexp_classString(i)===Ze&&(u=Ze);return u},X.regexp_classString=function(i){for(var u=0;this.regexp_eatClassSetCharacter(i);)u++;return u===1?Et:Ze},X.regexp_eatClassSetCharacter=function(i){var u=i.pos;if(i.eat(92))return this.regexp_eatCharacterEscape(i)||this.regexp_eatClassSetReservedPunctuator(i)?!0:i.eat(98)?(i.lastIntValue=8,!0):(i.pos=u,!1);var m=i.current();return m<0||m===i.lookahead()&&Oc(m)||Mc(m)?!1:(i.advance(),i.lastIntValue=m,!0)};function Oc(i){return i===33||i>=35&&i<=38||i>=42&&i<=44||i===46||i>=58&&i<=64||i===94||i===96||i===126}function Mc(i){return i===40||i===41||i===45||i===47||i>=91&&i<=93||i>=123&&i<=125}X.regexp_eatClassSetReservedPunctuator=function(i){var u=i.current();return Bc(u)?(i.lastIntValue=u,i.advance(),!0):!1};function Bc(i){return i===33||i===35||i===37||i===38||i===44||i===45||i>=58&&i<=62||i===64||i===96||i===126}X.regexp_eatClassControlLetter=function(i){var u=i.current();return $r(u)||u===95?(i.lastIntValue=u%32,i.advance(),!0):!1},X.regexp_eatHexEscapeSequence=function(i){var u=i.pos;if(i.eat(120)){if(this.regexp_eatFixedHexDigits(i,2))return!0;i.switchU&&i.raise("Invalid escape"),i.pos=u}return!1},X.regexp_eatDecimalDigits=function(i){var u=i.pos,m=0;for(i.lastIntValue=0;$r(m=i.current());)i.lastIntValue=10*i.lastIntValue+(m-48),i.advance();return i.pos!==u};function $r(i){return i>=48&&i<=57}X.regexp_eatHexDigits=function(i){var u=i.pos,m=0;for(i.lastIntValue=0;Bs(m=i.current());)i.lastIntValue=16*i.lastIntValue+qs(m),i.advance();return i.pos!==u};function Bs(i){return i>=48&&i<=57||i>=65&&i<=70||i>=97&&i<=102}function qs(i){return i>=65&&i<=70?10+(i-65):i>=97&&i<=102?10+(i-97):i-48}X.regexp_eatLegacyOctalEscapeSequence=function(i){if(this.regexp_eatOctalDigit(i)){var u=i.lastIntValue;if(this.regexp_eatOctalDigit(i)){var m=i.lastIntValue;u<=3&&this.regexp_eatOctalDigit(i)?i.lastIntValue=u*64+m*8+i.lastIntValue:i.lastIntValue=u*8+m}else i.lastIntValue=u;return!0}return!1},X.regexp_eatOctalDigit=function(i){var u=i.current();return zs(u)?(i.lastIntValue=u-48,i.advance(),!0):(i.lastIntValue=0,!1)};function zs(i){return i>=48&&i<=55}X.regexp_eatFixedHexDigits=function(i,u){var m=i.pos;i.lastIntValue=0;for(var g=0;g<u;++g){var C=i.current();if(!Bs(C))return i.pos=m,!1;i.lastIntValue=16*i.lastIntValue+qs(C),i.advance()}return!0};var Zr=function(u){this.type=u.type,this.value=u.value,this.start=u.start,this.end=u.end,u.options.locations&&(this.loc=new ve(u,u.startLoc,u.endLoc)),u.options.ranges&&(this.range=[u.start,u.end])},ce=ne.prototype;ce.next=function(i){!i&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+this.type.keyword),this.options.onToken&&this.options.onToken(new Zr(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},ce.getToken=function(){return this.next(),new Zr(this)},typeof Symbol<"u"&&(ce[Symbol.iterator]=function(){var i=this;return{next:function(){var u=i.getToken();return{done:u.type===d.eof,value:u}}}}),ce.nextToken=function(){var i=this.curContext();if((!i||!i.preserveSpace)&&this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length)return this.finishToken(d.eof);if(i.override)return i.override(this);this.readToken(this.fullCharCodeAtPos())},ce.readToken=function(i){return b(i,this.options.ecmaVersion>=6)||i===92?this.readWord():this.getTokenFromCode(i)},ce.fullCharCodeAtPos=function(){var i=this.input.charCodeAt(this.pos);if(i<=55295||i>=56320)return i;var u=this.input.charCodeAt(this.pos+1);return u<=56319||u>=57344?i:(i<<10)+u-56613888},ce.skipBlockComment=function(){var i=this.options.onComment&&this.curPosition(),u=this.pos,m=this.input.indexOf("*/",this.pos+=2);if(m===-1&&this.raise(this.pos-2,"Unterminated comment"),this.pos=m+2,this.options.locations)for(var g=void 0,C=u;(g=M(this.input,C,this.pos))>-1;)++this.curLine,C=this.lineStart=g;this.options.onComment&&this.options.onComment(!0,this.input.slice(u+2,m),u,this.pos,i,this.curPosition())},ce.skipLineComment=function(i){for(var u=this.pos,m=this.options.onComment&&this.curPosition(),g=this.input.charCodeAt(this.pos+=i);this.pos<this.input.length&&!L(g);)g=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(u+i,this.pos),u,this.pos,m,this.curPosition())},ce.skipSpace=function(){e:for(;this.pos<this.input.length;){var i=this.input.charCodeAt(this.pos);switch(i){case 32:case 160:++this.pos;break;case 13:this.input.charCodeAt(this.pos+1)===10&&++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(i>8&&i<14||i>=5760&&N.test(String.fromCharCode(i)))++this.pos;else break e}}},ce.finishToken=function(i,u){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var m=this.type;this.type=i,this.value=u,this.updateContext(m)},ce.readToken_dot=function(){var i=this.input.charCodeAt(this.pos+1);if(i>=48&&i<=57)return this.readNumber(!0);var u=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&i===46&&u===46?(this.pos+=3,this.finishToken(d.ellipsis)):(++this.pos,this.finishToken(d.dot))},ce.readToken_slash=function(){var i=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):i===61?this.finishOp(d.assign,2):this.finishOp(d.slash,1)},ce.readToken_mult_modulo_exp=function(i){var u=this.input.charCodeAt(this.pos+1),m=1,g=i===42?d.star:d.modulo;return this.options.ecmaVersion>=7&&i===42&&u===42&&(++m,g=d.starstar,u=this.input.charCodeAt(this.pos+2)),u===61?this.finishOp(d.assign,m+1):this.finishOp(g,m)},ce.readToken_pipe_amp=function(i){var u=this.input.charCodeAt(this.pos+1);if(u===i){if(this.options.ecmaVersion>=12){var m=this.input.charCodeAt(this.pos+2);if(m===61)return this.finishOp(d.assign,3)}return this.finishOp(i===124?d.logicalOR:d.logicalAND,2)}return u===61?this.finishOp(d.assign,2):this.finishOp(i===124?d.bitwiseOR:d.bitwiseAND,1)},ce.readToken_caret=function(){var i=this.input.charCodeAt(this.pos+1);return i===61?this.finishOp(d.assign,2):this.finishOp(d.bitwiseXOR,1)},ce.readToken_plus_min=function(i){var u=this.input.charCodeAt(this.pos+1);return u===i?u===45&&!this.inModule&&this.input.charCodeAt(this.pos+2)===62&&(this.lastTokEnd===0||q.test(this.input.slice(this.lastTokEnd,this.pos)))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(d.incDec,2):u===61?this.finishOp(d.assign,2):this.finishOp(d.plusMin,1)},ce.readToken_lt_gt=function(i){var u=this.input.charCodeAt(this.pos+1),m=1;return u===i?(m=i===62&&this.input.charCodeAt(this.pos+2)===62?3:2,this.input.charCodeAt(this.pos+m)===61?this.finishOp(d.assign,m+1):this.finishOp(d.bitShift,m)):u===33&&i===60&&!this.inModule&&this.input.charCodeAt(this.pos+2)===45&&this.input.charCodeAt(this.pos+3)===45?(this.skipLineComment(4),this.skipSpace(),this.nextToken()):(u===61&&(m=2),this.finishOp(d.relational,m))},ce.readToken_eq_excl=function(i){var u=this.input.charCodeAt(this.pos+1);return u===61?this.finishOp(d.equality,this.input.charCodeAt(this.pos+2)===61?3:2):i===61&&u===62&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(d.arrow)):this.finishOp(i===61?d.eq:d.prefix,1)},ce.readToken_question=function(){var i=this.options.ecmaVersion;if(i>=11){var u=this.input.charCodeAt(this.pos+1);if(u===46){var m=this.input.charCodeAt(this.pos+2);if(m<48||m>57)return this.finishOp(d.questionDot,2)}if(u===63){if(i>=12){var g=this.input.charCodeAt(this.pos+2);if(g===61)return this.finishOp(d.assign,3)}return this.finishOp(d.coalesce,2)}}return this.finishOp(d.question,1)},ce.readToken_numberSign=function(){var i=this.options.ecmaVersion,u=35;if(i>=13&&(++this.pos,u=this.fullCharCodeAtPos(),b(u,!0)||u===92))return this.finishToken(d.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+me(u)+"'")},ce.getTokenFromCode=function(i){switch(i){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(d.parenL);case 41:return++this.pos,this.finishToken(d.parenR);case 59:return++this.pos,this.finishToken(d.semi);case 44:return++this.pos,this.finishToken(d.comma);case 91:return++this.pos,this.finishToken(d.bracketL);case 93:return++this.pos,this.finishToken(d.bracketR);case 123:return++this.pos,this.finishToken(d.braceL);case 125:return++this.pos,this.finishToken(d.braceR);case 58:return++this.pos,this.finishToken(d.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(d.backQuote);case 48:var u=this.input.charCodeAt(this.pos+1);if(u===120||u===88)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(u===111||u===79)return this.readRadixNumber(8);if(u===98||u===66)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(i);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(i);case 124:case 38:return this.readToken_pipe_amp(i);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(i);case 60:case 62:return this.readToken_lt_gt(i);case 61:case 33:return this.readToken_eq_excl(i);case 63:return this.readToken_question();case 126:return this.finishOp(d.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+me(i)+"'")},ce.finishOp=function(i,u){var m=this.input.slice(this.pos,this.pos+u);return this.pos+=u,this.finishToken(i,m)},ce.readRegexp=function(){for(var i,u,m=this.pos;;){this.pos>=this.input.length&&this.raise(m,"Unterminated regular expression");var g=this.input.charAt(this.pos);if(q.test(g)&&this.raise(m,"Unterminated regular expression"),i)i=!1;else{if(g==="[")u=!0;else if(g==="]"&&u)u=!1;else if(g==="/"&&!u)break;i=g==="\\"}++this.pos}var C=this.input.slice(m,this.pos);++this.pos;var V=this.pos,D=this.readWord1();this.containsEsc&&this.unexpected(V);var U=this.regexpState||(this.regexpState=new bt(this));U.reset(m,C,D),this.validateRegExpFlags(U),this.validateRegExpPattern(U);var H=null;try{H=new RegExp(C,D)}catch{}return this.finishToken(d.regexp,{pattern:C,flags:D,value:H})},ce.readInt=function(i,u,m){for(var g=this.options.ecmaVersion>=12&&u===void 0,C=m&&this.input.charCodeAt(this.pos)===48,V=this.pos,D=0,U=0,H=0,oe=u??1/0;H<oe;++H,++this.pos){var le=this.input.charCodeAt(this.pos),Se=void 0;if(g&&le===95){C&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed in legacy octal numeric literals"),U===95&&this.raiseRecoverable(this.pos,"Numeric separator must be exactly one underscore"),H===0&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed at the first of digits"),U=le;continue}if(le>=97?Se=le-97+10:le>=65?Se=le-65+10:le>=48&&le<=57?Se=le-48:Se=1/0,Se>=i)break;U=le,D=D*i+Se}return g&&U===95&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===V||u!=null&&this.pos-V!==u?null:D};function qc(i,u){return u?parseInt(i,8):parseFloat(i.replace(/_/g,""))}function js(i){return typeof BigInt!="function"?null:BigInt(i.replace(/_/g,""))}ce.readRadixNumber=function(i){var u=this.pos;this.pos+=2;var m=this.readInt(i);return m==null&&this.raise(this.start+2,"Expected number in radix "+i),this.options.ecmaVersion>=11&&this.input.charCodeAt(this.pos)===110?(m=js(this.input.slice(u,this.pos)),++this.pos):b(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(d.num,m)},ce.readNumber=function(i){var u=this.pos;!i&&this.readInt(10,void 0,!0)===null&&this.raise(u,"Invalid number");var m=this.pos-u>=2&&this.input.charCodeAt(u)===48;m&&this.strict&&this.raise(u,"Invalid number");var g=this.input.charCodeAt(this.pos);if(!m&&!i&&this.options.ecmaVersion>=11&&g===110){var C=js(this.input.slice(u,this.pos));return++this.pos,b(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(d.num,C)}m&&/[89]/.test(this.input.slice(u,this.pos))&&(m=!1),g===46&&!m&&(++this.pos,this.readInt(10),g=this.input.charCodeAt(this.pos)),(g===69||g===101)&&!m&&(g=this.input.charCodeAt(++this.pos),(g===43||g===45)&&++this.pos,this.readInt(10)===null&&this.raise(u,"Invalid number")),b(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var V=qc(this.input.slice(u,this.pos),m);return this.finishToken(d.num,V)},ce.readCodePoint=function(){var i=this.input.charCodeAt(this.pos),u;if(i===123){this.options.ecmaVersion<6&&this.unexpected();var m=++this.pos;u=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,u>1114111&&this.invalidStringToken(m,"Code point out of bounds")}else u=this.readHexChar(4);return u},ce.readString=function(i){for(var u="",m=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var g=this.input.charCodeAt(this.pos);if(g===i)break;g===92?(u+=this.input.slice(m,this.pos),u+=this.readEscapedChar(!1),m=this.pos):g===8232||g===8233?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(L(g)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return u+=this.input.slice(m,this.pos++),this.finishToken(d.string,u)};var Us={};ce.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(i){if(i===Us)this.readInvalidTemplateToken();else throw i}this.inTemplateElement=!1},ce.invalidStringToken=function(i,u){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw Us;this.raise(i,u)},ce.readTmplToken=function(){for(var i="",u=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var m=this.input.charCodeAt(this.pos);if(m===96||m===36&&this.input.charCodeAt(this.pos+1)===123)return this.pos===this.start&&(this.type===d.template||this.type===d.invalidTemplate)?m===36?(this.pos+=2,this.finishToken(d.dollarBraceL)):(++this.pos,this.finishToken(d.backQuote)):(i+=this.input.slice(u,this.pos),this.finishToken(d.template,i));if(m===92)i+=this.input.slice(u,this.pos),i+=this.readEscapedChar(!0),u=this.pos;else if(L(m)){switch(i+=this.input.slice(u,this.pos),++this.pos,m){case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:i+=`
9
+ `;break;default:i+=String.fromCharCode(m);break}this.options.locations&&(++this.curLine,this.lineStart=this.pos),u=this.pos}else++this.pos}},ce.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(d.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,"Unterminated template")},ce.readEscapedChar=function(i){var u=this.input.charCodeAt(++this.pos);switch(++this.pos,u){case 110:return`
10
+ `;case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return me(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 13:this.input.charCodeAt(this.pos)===10&&++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"),i){var m=this.pos-1;this.invalidStringToken(m,"Invalid escape sequence in template string")}default:if(u>=48&&u<=55){var g=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],C=parseInt(g,8);return C>255&&(g=g.slice(0,-1),C=parseInt(g,8)),this.pos+=g.length-1,u=this.input.charCodeAt(this.pos),(g!=="0"||u===56||u===57)&&(this.strict||i)&&this.invalidStringToken(this.pos-1-g.length,i?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(C)}return L(u)?"":String.fromCharCode(u)}},ce.readHexChar=function(i){var u=this.pos,m=this.readInt(16,i);return m===null&&this.invalidStringToken(u,"Bad character escape sequence"),m},ce.readWord1=function(){this.containsEsc=!1;for(var i="",u=!0,m=this.pos,g=this.options.ecmaVersion>=6;this.pos<this.input.length;){var C=this.fullCharCodeAtPos();if(x(C,g))this.pos+=C<=65535?1:2;else if(C===92){this.containsEsc=!0,i+=this.input.slice(m,this.pos);var V=this.pos;this.input.charCodeAt(++this.pos)!==117&&this.invalidStringToken(this.pos,"Expecting Unicode escape sequence \\uXXXX"),++this.pos;var D=this.readCodePoint();(u?b:x)(D,g)||this.invalidStringToken(V,"Invalid Unicode escape"),i+=me(D),m=this.pos}else break;u=!1}return i+this.input.slice(m,this.pos)},ce.readWord=function(){var i=this.readWord1(),u=d.name;return this.keywords.test(i)&&(u=T[i]),this.finishToken(u,i)};var Js="8.11.3";ne.acorn={Parser:ne,version:Js,defaultOptions:I,Position:_,SourceLocation:ve,getLineInfo:Re,Node:Fr,TokenType:k,tokTypes:d,keywordTypes:T,TokContext:$e,tokContexts:xe,isIdentifierChar:x,isIdentifierStart:b,Token:Zr,isNewLine:L,lineBreak:q,lineBreakG:R,nonASCIIwhitespace:N};function zc(i,u){return ne.parse(i,u)}function jc(i,u,m){return ne.parseExpressionAt(i,u,m)}function Uc(i,u){return ne.tokenizer(i,u)}e.Node=Fr,e.Parser=ne,e.Position=_,e.SourceLocation=ve,e.TokContext=$e,e.Token=Zr,e.TokenType=k,e.defaultOptions=I,e.getLineInfo=Re,e.isIdentifierChar=x,e.isIdentifierStart=b,e.isNewLine=L,e.keywordTypes=T,e.lineBreak=q,e.lineBreakG=R,e.nonASCIIwhitespace=N,e.parse=zc,e.parseExpressionAt=jc,e.tokContexts=xe,e.tokTypes=d,e.tokenizer=Uc,e.version=Js}))});var Jl=Oe((qC,us)=>{"use strict";var Wd=ql(),Qd=/^[\da-fA-F]+$/,Kd=/^\d+$/,jl=new WeakMap;function Ul(e){e=e.Parser.acorn||e;let t=jl.get(e);if(!t){let r=e.tokTypes,n=e.TokContext,a=e.TokenType,s=new n("<tag",!1),o=new n("</tag",!1),l=new n("<tag>...</tag>",!0,!0),c={tc_oTag:s,tc_cTag:o,tc_expr:l},p={jsxName:new a("jsxName"),jsxText:new a("jsxText",{beforeExpr:!0}),jsxTagStart:new a("jsxTagStart",{startsExpr:!0}),jsxTagEnd:new a("jsxTagEnd")};p.jsxTagStart.updateContext=function(){this.context.push(l),this.context.push(s),this.exprAllowed=!1},p.jsxTagEnd.updateContext=function(f){let h=this.context.pop();h===s&&f===r.slash||h===o?(this.context.pop(),this.exprAllowed=this.curContext()===l):this.exprAllowed=!0},t={tokContexts:c,tokTypes:p},jl.set(e,t)}return t}function Xr(e){if(!e)return e;if(e.type==="JSXIdentifier")return e.name;if(e.type==="JSXNamespacedName")return e.namespace.name+":"+e.name.name;if(e.type==="JSXMemberExpression")return Xr(e.object)+"."+Xr(e.property)}us.exports=function(e){return e=e||{},function(t){return Xd({allowNamespaces:e.allowNamespaces!==!1,allowNamespacedObjects:!!e.allowNamespacedObjects},t)}};Object.defineProperty(us.exports,"tokTypes",{get:function(){return Ul(os()).tokTypes},configurable:!0,enumerable:!0});function Xd(e,t){let r=t.acorn||os(),n=Ul(r),a=r.tokTypes,s=n.tokTypes,o=r.tokContexts,l=n.tokContexts.tc_oTag,c=n.tokContexts.tc_cTag,p=n.tokContexts.tc_expr,f=r.isNewLine,h=r.isIdentifierStart,b=r.isIdentifierChar;return class extends t{static get acornJsx(){return n}jsx_readToken(){let x="",k=this.pos;for(;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated JSX contents");let S=this.input.charCodeAt(this.pos);switch(S){case 60:case 123:return this.pos===this.start?S===60&&this.exprAllowed?(++this.pos,this.finishToken(s.jsxTagStart)):this.getTokenFromCode(S):(x+=this.input.slice(k,this.pos),this.finishToken(s.jsxText,x));case 38:x+=this.input.slice(k,this.pos),x+=this.jsx_readEntity(),k=this.pos;break;case 62:case 125:this.raise(this.pos,"Unexpected token `"+this.input[this.pos]+"`. Did you mean `"+(S===62?"&gt;":"&rbrace;")+'` or `{"'+this.input[this.pos]+'"}`?');default:f(S)?(x+=this.input.slice(k,this.pos),x+=this.jsx_readNewLine(!0),k=this.pos):++this.pos}}}jsx_readNewLine(x){let k=this.input.charCodeAt(this.pos),S;return++this.pos,k===13&&this.input.charCodeAt(this.pos)===10?(++this.pos,S=x?`
11
11
  `:`\r
12
- `):E=String.fromCharCode(y),this.options.locations&&(++this.curLine,this.lineStart=this.pos),E}jsx_readString(x){let y="",E=++this.pos;for(;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");let C=this.input.charCodeAt(this.pos);if(C===x)break;C===38?(y+=this.input.slice(E,this.pos),y+=this.jsx_readEntity(),E=this.pos):m(C)?(y+=this.input.slice(E,this.pos),y+=this.jsx_readNewLine(!1),E=this.pos):++this.pos}return y+=this.input.slice(E,this.pos++),this.finishToken(a.string,y)}jsx_readEntity(){let x="",y=0,E,C=this.input[this.pos];C!=="&"&&this.raise(this.pos,"Entity must start with an ampersand");let I=++this.pos;for(;this.pos<this.input.length&&y++<10;){if(C=this.input[this.pos++],C===";"){x[0]==="#"?x[1]==="x"?(x=x.substr(2),Zm.test(x)&&(E=String.fromCharCode(parseInt(x,16)))):(x=x.substr(1),ed.test(x)&&(E=String.fromCharCode(parseInt(x,10)))):E=$m[x];break}x+=C}return E||(this.pos=I,"&")}jsx_readWord(){let x,y=this.pos;do x=this.input.charCodeAt(++this.pos);while(k(x)||x===45);return this.finishToken(s.jsxName,this.input.slice(y,this.pos))}jsx_parseIdentifier(){let x=this.startNode();return this.type===s.jsxName?x.name=this.value:this.type.keyword?x.name=this.type.keyword:this.unexpected(),this.next(),this.finishNode(x,"JSXIdentifier")}jsx_parseNamespacedName(){let x=this.start,y=this.startLoc,E=this.jsx_parseIdentifier();if(!e.allowNamespaces||!this.eat(a.colon))return E;var C=this.startNodeAt(x,y);return C.namespace=E,C.name=this.jsx_parseIdentifier(),this.finishNode(C,"JSXNamespacedName")}jsx_parseElementName(){if(this.type===s.jsxTagEnd)return"";let x=this.start,y=this.startLoc,E=this.jsx_parseNamespacedName();for(this.type===a.dot&&E.type==="JSXNamespacedName"&&!e.allowNamespacedObjects&&this.unexpected();this.eat(a.dot);){let C=this.startNodeAt(x,y);C.object=E,C.property=this.jsx_parseIdentifier(),E=this.finishNode(C,"JSXMemberExpression")}return E}jsx_parseAttributeValue(){switch(this.type){case a.braceL:let x=this.jsx_parseExpressionContainer();return x.expression.type==="JSXEmptyExpression"&&this.raise(x.start,"JSX attributes must only be assigned a non-empty expression"),x;case s.jsxTagStart:case a.string:return this.parseExprAtom();default:this.raise(this.start,"JSX value should be either an expression or a quoted JSX text")}}jsx_parseEmptyExpression(){let x=this.startNodeAt(this.lastTokEnd,this.lastTokEndLoc);return this.finishNodeAt(x,"JSXEmptyExpression",this.start,this.startLoc)}jsx_parseExpressionContainer(){let x=this.startNode();return this.next(),x.expression=this.type===a.braceR?this.jsx_parseEmptyExpression():this.parseExpression(),this.expect(a.braceR),this.finishNode(x,"JSXExpressionContainer")}jsx_parseAttribute(){let x=this.startNode();return this.eat(a.braceL)?(this.expect(a.ellipsis),x.argument=this.parseMaybeAssign(),this.expect(a.braceR),this.finishNode(x,"JSXSpreadAttribute")):(x.name=this.jsx_parseNamespacedName(),x.value=this.eat(a.eq)?this.jsx_parseAttributeValue():null,this.finishNode(x,"JSXAttribute"))}jsx_parseOpeningElementAt(x,y){let E=this.startNodeAt(x,y);E.attributes=[];let C=this.jsx_parseElementName();for(C&&(E.name=C);this.type!==a.slash&&this.type!==s.jsxTagEnd;)E.attributes.push(this.jsx_parseAttribute());return E.selfClosing=this.eat(a.slash),this.expect(s.jsxTagEnd),this.finishNode(E,C?"JSXOpeningElement":"JSXOpeningFragment")}jsx_parseClosingElementAt(x,y){let E=this.startNodeAt(x,y),C=this.jsx_parseElementName();return C&&(E.name=C),this.expect(s.jsxTagEnd),this.finishNode(E,C?"JSXClosingElement":"JSXClosingFragment")}jsx_parseElementAt(x,y){let E=this.startNodeAt(x,y),C=[],I=this.jsx_parseOpeningElementAt(x,y),T=null;if(!I.selfClosing){e:for(;;)switch(this.type){case s.jsxTagStart:if(x=this.start,y=this.startLoc,this.next(),this.eat(a.slash)){T=this.jsx_parseClosingElementAt(x,y);break e}C.push(this.jsx_parseElementAt(x,y));break;case s.jsxText:C.push(this.parseExprAtom());break;case a.braceL:C.push(this.jsx_parseExpressionContainer());break;default:this.unexpected()}Gr(T.name)!==Gr(I.name)&&this.raise(T.start,"Expected corresponding JSX closing tag for <"+Gr(I.name)+">")}let S=I.name?"Element":"Fragment";return E["opening"+S]=I,E["closing"+S]=T,E.children=C,this.type===a.relational&&this.value==="<"&&this.raise(this.start,"Adjacent JSX elements must be wrapped in an enclosing tag"),this.finishNode(E,"JSX"+S)}jsx_parseText(){let x=this.parseLiteral(this.value);return x.type="JSXText",x}jsx_parseElement(){let x=this.start,y=this.startLoc;return this.next(),this.jsx_parseElementAt(x,y)}parseExprAtom(x){return this.type===s.jsxText?this.jsx_parseText():this.type===s.jsxTagStart?this.jsx_parseElement():super.parseExprAtom(x)}readToken(x){let y=this.curContext();if(y===p)return this.jsx_readToken();if(y===l||y===c){if(h(x))return this.jsx_readWord();if(x==62)return++this.pos,this.finishToken(s.jsxTagEnd);if((x===34||x===39)&&y==l)return this.jsx_readString(x)}return x===60&&this.exprAllowed&&this.input.charCodeAt(this.pos+1)!==33?(++this.pos,this.finishToken(s.jsxTagStart)):super.readToken(x)}updateContext(x){if(this.type==a.braceL){var y=this.curContext();y==l?this.context.push(u.b_expr):y==p?this.context.push(u.b_tmpl):super.updateContext(x),this.exprAllowed=!0}else if(this.type===a.slash&&x===s.jsxTagStart)this.context.length-=2,this.context.push(c),this.exprAllowed=!1;else return super.updateContext(x)}}}});var zd={};_s(zd,{default:()=>qd});module.exports=Ac(zd);var _r=St(Xi()),Yl=St(zs()),$l=St(Qs());var ve=St(Xi()),Ks={root:ve.ASTNodeTypes.Document,paragraph:ve.ASTNodeTypes.Paragraph,blockquote:ve.ASTNodeTypes.BlockQuote,listItem:ve.ASTNodeTypes.ListItem,list:ve.ASTNodeTypes.List,Bullet:"Bullet",heading:ve.ASTNodeTypes.Header,code:ve.ASTNodeTypes.CodeBlock,HtmlBlock:ve.ASTNodeTypes.HtmlBlock,thematicBreak:ve.ASTNodeTypes.HorizontalRule,text:ve.ASTNodeTypes.Str,break:ve.ASTNodeTypes.Break,emphasis:ve.ASTNodeTypes.Emphasis,strong:ve.ASTNodeTypes.Strong,html:ve.ASTNodeTypes.Html,link:ve.ASTNodeTypes.Link,image:ve.ASTNodeTypes.Image,inlineCode:ve.ASTNodeTypes.Code,delete:ve.ASTNodeTypes.Delete,yaml:"Yaml",table:"Table",tableRow:"TableRow",tableCell:"TableCell",linkReference:"LinkReference",imageReference:"ImageReference",footnoteReference:"FootnoteReference",definition:"Definition",ReferenceDef:ve.ASTNodeTypes.ReferenceDef};function en(e){if(e)throw e}var hi=St(no(),1);function Pr(e){if(typeof e!="object"||e===null)return!1;let t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function tn(){let e=[],t={run:r,use:n};return t;function r(...a){let s=-1,u=a.pop();if(typeof u!="function")throw new TypeError("Expected function as last argument, not "+u);l(null,...a);function l(c,...p){let m=e[++s],h=-1;if(c){u(c);return}for(;++h<a.length;)(p[h]===null||p[h]===void 0)&&(p[h]=a[h]);a=p,m?ao(m,l)(...p):u(null,...p)}}function n(a){if(typeof a!="function")throw new TypeError("Expected `middelware` to be a function, not "+a);return e.push(a),t}}function ao(e,t){let r;return n;function n(...u){let l=e.length>u.length,c;l&&u.push(a);try{c=e.apply(this,u)}catch(p){let m=p;if(l&&r)throw m;return a(m)}l||(c&&c.then&&typeof c.then=="function"?c.then(s,a):c instanceof Error?a(c):s(c))}function a(u,...l){r||(r=!0,t(u,...l))}function s(u){a(null,u)}}function Je(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?so(e.position):"start"in e||"end"in e?so(e):"line"in e||"column"in e?rn(e):""}function rn(e){return oo(e&&e.line)+":"+oo(e&&e.column)}function so(e){return rn(e&&e.start)+"-"+rn(e&&e.end)}function oo(e){return e&&typeof e=="number"?e:1}var oe=class extends Error{constructor(t,r,n){super(),typeof r=="string"&&(n=r,r=void 0);let a="",s={},u=!1;if(r&&("line"in r&&"column"in r?s={place:r}:"start"in r&&"end"in r?s={place:r}:"type"in r?s={ancestors:[r],place:r.position}:s={...r}),typeof t=="string"?a=t:!s.cause&&t&&(u=!0,a=t.message,s.cause=t),!s.ruleId&&!s.source&&typeof n=="string"){let c=n.indexOf(":");c===-1?s.ruleId=n:(s.source=n.slice(0,c),s.ruleId=n.slice(c+1))}if(!s.place&&s.ancestors&&s.ancestors){let c=s.ancestors[s.ancestors.length-1];c&&(s.place=c.position)}let l=s.place&&"start"in s.place?s.place.start:s.place;this.ancestors=s.ancestors||void 0,this.cause=s.cause||void 0,this.column=l?l.column:void 0,this.fatal=void 0,this.file,this.message=a,this.line=l?l.line:void 0,this.name=Je(s.place)||"1:1",this.place=s.place||void 0,this.reason=this.message,this.ruleId=s.ruleId||void 0,this.source=s.source||void 0,this.stack=u&&s.cause&&typeof s.cause.stack=="string"?s.cause.stack:"",this.actual,this.expected,this.note,this.url}};oe.prototype.file="";oe.prototype.name="";oe.prototype.reason="";oe.prototype.message="";oe.prototype.stack="";oe.prototype.column=void 0;oe.prototype.line=void 0;oe.prototype.ancestors=void 0;oe.prototype.cause=void 0;oe.prototype.fatal=void 0;oe.prototype.place=void 0;oe.prototype.ruleId=void 0;oe.prototype.source=void 0;var tt=St(require("node:path"),1);var nn=St(require("node:process"),1);var an=require("node:url");function li(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}var sn=["history","path","basename","stem","extname","dirname"],Lr=class{constructor(t){let r;t?li(t)?r={path:t}:typeof t=="string"||oh(t)?r={value:t}:r=t:r={},this.cwd=nn.default.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let n=-1;for(;++n<sn.length;){let s=sn[n];s in r&&r[s]!==void 0&&r[s]!==null&&(this[s]=s==="history"?[...r[s]]:r[s])}let a;for(a in r)sn.includes(a)||(this[a]=r[a])}get basename(){return typeof this.path=="string"?tt.default.basename(this.path):void 0}set basename(t){un(t,"basename"),on(t,"basename"),this.path=tt.default.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?tt.default.dirname(this.path):void 0}set dirname(t){uo(this.basename,"dirname"),this.path=tt.default.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?tt.default.extname(this.path):void 0}set extname(t){if(on(t,"extname"),uo(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=tt.default.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){li(t)&&(t=(0,an.fileURLToPath)(t)),un(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?tt.default.basename(this.path,this.extname):void 0}set stem(t){un(t,"stem"),on(t,"stem"),this.path=tt.default.join(this.dirname||"",t+(this.extname||""))}fail(t,r,n){let a=this.message(t,r,n);throw a.fatal=!0,a}info(t,r,n){let a=this.message(t,r,n);return a.fatal=void 0,a}message(t,r,n){let a=new oe(t,r,n);return this.path&&(a.name=this.path+":"+a.name,a.file=this.path),a.fatal=!1,this.messages.push(a),a}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}};function on(e,t){if(e&&e.includes(tt.default.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+tt.default.sep+"`")}function un(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function uo(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function oh(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}var lo=function(e){let n=this.constructor.prototype,a=n[e],s=function(){return a.apply(s,arguments)};Object.setPrototypeOf(s,n);let u=Object.getOwnPropertyNames(a);for(let l of u){let c=Object.getOwnPropertyDescriptor(a,l);c&&Object.defineProperty(s,l,c)}return s};var uh={}.hasOwnProperty,pn=class e extends lo{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=tn()}copy(){let t=new e,r=-1;for(;++r<this.attachers.length;){let n=this.attachers[r];t.use(...n)}return t.data((0,hi.default)(!0,{},this.namespace)),t}data(t,r){return typeof t=="string"?arguments.length===2?(hn("data",this.frozen),this.namespace[t]=r,this):uh.call(this.namespace,t)&&this.namespace[t]||void 0:t?(hn("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;let t=this;for(;++this.freezeIndex<this.attachers.length;){let[r,...n]=this.attachers[this.freezeIndex];if(n[0]===!1)continue;n[0]===!0&&(n[0]=void 0);let a=r.call(t,...n);typeof a=="function"&&this.transformers.use(a)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();let r=ci(t),n=this.parser||this.Parser;return ln("parse",n),n(String(r),r)}process(t,r){let n=this;return this.freeze(),ln("process",this.parser||this.Parser),cn("process",this.compiler||this.Compiler),r?a(void 0,r):new Promise(a);function a(s,u){let l=ci(t),c=n.parse(l);n.run(c,l,function(m,h,k){if(m||!h||!k)return p(m);let x=h,y=n.stringify(x,k);ch(y)?k.value=y:k.result=y,p(m,k)});function p(m,h){m||!h?u(m):s?s(h):r(void 0,h)}}}processSync(t){let r=!1,n;return this.freeze(),ln("processSync",this.parser||this.Parser),cn("processSync",this.compiler||this.Compiler),this.process(t,a),ho("processSync","process",r),n;function a(s,u){r=!0,en(s),n=u}}run(t,r,n){co(t),this.freeze();let a=this.transformers;return!n&&typeof r=="function"&&(n=r,r=void 0),n?s(void 0,n):new Promise(s);function s(u,l){let c=ci(r);a.run(t,c,p);function p(m,h,k){let x=h||t;m?l(m):u?u(x):n(void 0,x,k)}}}runSync(t,r){let n=!1,a;return this.run(t,r,s),ho("runSync","run",n),a;function s(u,l){en(u),a=l,n=!0}}stringify(t,r){this.freeze();let n=ci(r),a=this.compiler||this.Compiler;return cn("stringify",a),co(t),a(t,n)}use(t,...r){let n=this.attachers,a=this.namespace;if(hn("use",this.frozen),t!=null)if(typeof t=="function")c(t,r);else if(typeof t=="object")Array.isArray(t)?l(t):u(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function s(p){if(typeof p=="function")c(p,[]);else if(typeof p=="object")if(Array.isArray(p)){let[m,...h]=p;c(m,h)}else u(p);else throw new TypeError("Expected usable value, not `"+p+"`")}function u(p){if(!("plugins"in p)&&!("settings"in p))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");l(p.plugins),p.settings&&(a.settings=(0,hi.default)(!0,a.settings,p.settings))}function l(p){let m=-1;if(p!=null)if(Array.isArray(p))for(;++m<p.length;){let h=p[m];s(h)}else throw new TypeError("Expected a list of plugins, not `"+p+"`")}function c(p,m){let h=-1,k=-1;for(;++h<n.length;)if(n[h][0]===p){k=h;break}if(k===-1)n.push([p,...m]);else if(m.length>0){let[x,...y]=m,E=n[k][1];Pr(E)&&Pr(x)&&(x=(0,hi.default)(!0,E,x)),n[k]=[p,x,...y]}}}},fn=new pn().freeze();function ln(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function cn(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function hn(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function co(e){if(!Pr(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function ho(e,t,r){if(!r)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function ci(e){return lh(e)?e:new Lr(e)}function lh(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function ch(e){return typeof e=="string"||hh(e)}function hh(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}var be=Rt(/[A-Za-z]/),Se=Rt(/[\dA-Za-z]/),po=Rt(/[#-'*+\--9=?A-Z^-~]/);function Gt(e){return e!==null&&(e<32||e===127)}var Fr=Rt(/\d/),fo=Rt(/[\dA-Fa-f]/),mo=Rt(/[!-/:-@[-`{-~]/);function M(e){return e!==null&&e<-2}function ie(e){return e!==null&&(e<0||e===32)}function W(e){return e===-2||e===-1||e===32}var Wt=Rt(/\p{P}|\p{S}/u),Ee=Rt(/\s/);function Rt(e){return t;function t(r){return r!==null&&r>-1&&e.test(String.fromCharCode(r))}}var go=St(xo(),1),Nr=Object.assign(Qt(Error),{eval:Qt(EvalError),range:Qt(RangeError),reference:Qt(ReferenceError),syntax:Qt(SyntaxError),type:Qt(TypeError),uri:Qt(URIError)});function Qt(e){return t.displayName=e.displayName||e.name,t;function t(r,...n){let a=r&&(0,go.default)(r,...n);return new e(a)}}var pi={}.hasOwnProperty,bo={yaml:"-",toml:"+"};function pr(e){let t=[],r=-1,n=Array.isArray(e)?e:e?[e]:["yaml"];for(;++r<n.length;)t[r]=ph(n[r]);return t}function ph(e){let t=e;if(typeof t=="string"){if(!pi.call(bo,t))throw Nr("Missing matter definition for `%s`",t);t={type:t,marker:bo[t]}}else if(typeof t!="object")throw Nr("Expected matter to be an object, not `%j`",t);if(!pi.call(t,"type"))throw Nr("Missing `type` in matter `%j`",t);if(!pi.call(t,"fence")&&!pi.call(t,"marker"))throw Nr("Missing `marker` or `fence` in matter `%j`",t);return t}function xn(e){let t=pr(e),r={},n=-1;for(;++n<t.length;){let a=t[n],s=dn(a,"open").charCodeAt(0),u=fh(a),l=r[s];Array.isArray(l)?l.push(u):r[s]=[u]}return{flow:r}}function fh(e){let t=e.anywhere,r=e.type,n=r+"Fence",a=n+"Sequence",s=r+"Value",u={tokenize:m,partial:!0},l,c=0;return{tokenize:p,concrete:!0};function p(h,k,x){let y=this;return E;function E(P){let O=y.now();return O.column===1&&(O.line===1||t)&&(l=dn(e,"open"),c=0,P===l.charCodeAt(c))?(h.enter(r),h.enter(n),h.enter(a),C(P)):x(P)}function C(P){return c===l.length?(h.exit(a),W(P)?(h.enter("whitespace"),I(P)):T(P)):P===l.charCodeAt(c++)?(h.consume(P),C):x(P)}function I(P){return W(P)?(h.consume(P),I):(h.exit("whitespace"),T(P))}function T(P){return M(P)?(h.exit(n),h.enter("lineEnding"),h.consume(P),h.exit("lineEnding"),l=dn(e,"close"),c=0,h.attempt(u,N,S)):x(P)}function S(P){return P===null||M(P)?D(P):(h.enter(s),d(P))}function d(P){return P===null||M(P)?(h.exit(s),D(P)):(h.consume(P),d)}function D(P){return P===null?x(P):(h.enter("lineEnding"),h.consume(P),h.exit("lineEnding"),h.attempt(u,N,S))}function N(P){return h.exit(r),k(P)}}function m(h,k,x){let y=0;return E;function E(S){return S===l.charCodeAt(y)?(h.enter(n),h.enter(a),C(S)):x(S)}function C(S){return y===l.length?(h.exit(a),W(S)?(h.enter("whitespace"),I(S)):T(S)):S===l.charCodeAt(y++)?(h.consume(S),C):x(S)}function I(S){return W(S)?(h.consume(S),I):(h.exit("whitespace"),T(S))}function T(S){return S===null||M(S)?(h.exit(n),k(S)):x(S)}}}function dn(e,t){return e.marker?ko(e.marker,t).repeat(3):ko(e.fence,t)}function ko(e,t){return typeof e=="string"?e:e[t]}function Rr(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function bn(e){let t=pr(e),r={},n={},a=-1;for(;++a<t.length;){let s=t[a];r[s.type]=mh(s),n[s.type]=dh,n[s.type+"Value"]=xh}return{enter:r,exit:n}}function mh(e){return t;function t(r){this.enter({type:e.type,value:""},r),this.buffer()}}function dh(e){let t=this.resume(),r=this.stack[this.stack.length-1];"value"in r,this.exit(e),r.value=t.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,"")}function xh(e){this.config.enter.data.call(this,e),this.config.exit.data.call(this,e)}function kn(e){let t=[],r={},n=pr(e),a=-1;for(;++a<n.length;){let s=n[a];r[s.type]=gh(s);let u=gn(s,"open");t.push({atBreak:!0,character:u.charAt(0),after:Rr(u.charAt(1))})}return{unsafe:t,handlers:r}}function gh(e){let t=gn(e,"open"),r=gn(e,"close");return n;function n(a){return t+(a.value?`
12
+ `):S=String.fromCharCode(k),this.options.locations&&(++this.curLine,this.lineStart=this.pos),S}jsx_readString(x){let k="",S=++this.pos;for(;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");let w=this.input.charCodeAt(this.pos);if(w===x)break;w===38?(k+=this.input.slice(S,this.pos),k+=this.jsx_readEntity(),S=this.pos):f(w)?(k+=this.input.slice(S,this.pos),k+=this.jsx_readNewLine(!1),S=this.pos):++this.pos}return k+=this.input.slice(S,this.pos++),this.finishToken(a.string,k)}jsx_readEntity(){let x="",k=0,S,w=this.input[this.pos];w!=="&"&&this.raise(this.pos,"Entity must start with an ampersand");let A=++this.pos;for(;this.pos<this.input.length&&k++<10;){if(w=this.input[this.pos++],w===";"){x[0]==="#"?x[1]==="x"?(x=x.substr(2),Qd.test(x)&&(S=String.fromCharCode(parseInt(x,16)))):(x=x.substr(1),Kd.test(x)&&(S=String.fromCharCode(parseInt(x,10)))):S=Wd[x];break}x+=w}return S||(this.pos=A,"&")}jsx_readWord(){let x,k=this.pos;do x=this.input.charCodeAt(++this.pos);while(b(x)||x===45);return this.finishToken(s.jsxName,this.input.slice(k,this.pos))}jsx_parseIdentifier(){let x=this.startNode();return this.type===s.jsxName?x.name=this.value:this.type.keyword?x.name=this.type.keyword:this.unexpected(),this.next(),this.finishNode(x,"JSXIdentifier")}jsx_parseNamespacedName(){let x=this.start,k=this.startLoc,S=this.jsx_parseIdentifier();if(!e.allowNamespaces||!this.eat(a.colon))return S;var w=this.startNodeAt(x,k);return w.namespace=S,w.name=this.jsx_parseIdentifier(),this.finishNode(w,"JSXNamespacedName")}jsx_parseElementName(){if(this.type===s.jsxTagEnd)return"";let x=this.start,k=this.startLoc,S=this.jsx_parseNamespacedName();for(this.type===a.dot&&S.type==="JSXNamespacedName"&&!e.allowNamespacedObjects&&this.unexpected();this.eat(a.dot);){let w=this.startNodeAt(x,k);w.object=S,w.property=this.jsx_parseIdentifier(),S=this.finishNode(w,"JSXMemberExpression")}return S}jsx_parseAttributeValue(){switch(this.type){case a.braceL:let x=this.jsx_parseExpressionContainer();return x.expression.type==="JSXEmptyExpression"&&this.raise(x.start,"JSX attributes must only be assigned a non-empty expression"),x;case s.jsxTagStart:case a.string:return this.parseExprAtom();default:this.raise(this.start,"JSX value should be either an expression or a quoted JSX text")}}jsx_parseEmptyExpression(){let x=this.startNodeAt(this.lastTokEnd,this.lastTokEndLoc);return this.finishNodeAt(x,"JSXEmptyExpression",this.start,this.startLoc)}jsx_parseExpressionContainer(){let x=this.startNode();return this.next(),x.expression=this.type===a.braceR?this.jsx_parseEmptyExpression():this.parseExpression(),this.expect(a.braceR),this.finishNode(x,"JSXExpressionContainer")}jsx_parseAttribute(){let x=this.startNode();return this.eat(a.braceL)?(this.expect(a.ellipsis),x.argument=this.parseMaybeAssign(),this.expect(a.braceR),this.finishNode(x,"JSXSpreadAttribute")):(x.name=this.jsx_parseNamespacedName(),x.value=this.eat(a.eq)?this.jsx_parseAttributeValue():null,this.finishNode(x,"JSXAttribute"))}jsx_parseOpeningElementAt(x,k){let S=this.startNodeAt(x,k);S.attributes=[];let w=this.jsx_parseElementName();for(w&&(S.name=w);this.type!==a.slash&&this.type!==s.jsxTagEnd;)S.attributes.push(this.jsx_parseAttribute());return S.selfClosing=this.eat(a.slash),this.expect(s.jsxTagEnd),this.finishNode(S,w?"JSXOpeningElement":"JSXOpeningFragment")}jsx_parseClosingElementAt(x,k){let S=this.startNodeAt(x,k),w=this.jsx_parseElementName();return w&&(S.name=w),this.expect(s.jsxTagEnd),this.finishNode(S,w?"JSXClosingElement":"JSXClosingFragment")}jsx_parseElementAt(x,k){let S=this.startNodeAt(x,k),w=[],A=this.jsx_parseOpeningElementAt(x,k),T=null;if(!A.selfClosing){e:for(;;)switch(this.type){case s.jsxTagStart:if(x=this.start,k=this.startLoc,this.next(),this.eat(a.slash)){T=this.jsx_parseClosingElementAt(x,k);break e}w.push(this.jsx_parseElementAt(x,k));break;case s.jsxText:w.push(this.parseExprAtom());break;case a.braceL:w.push(this.jsx_parseExpressionContainer());break;default:this.unexpected()}Xr(T.name)!==Xr(A.name)&&this.raise(T.start,"Expected corresponding JSX closing tag for <"+Xr(A.name)+">")}let E=A.name?"Element":"Fragment";return S["opening"+E]=A,S["closing"+E]=T,S.children=w,this.type===a.relational&&this.value==="<"&&this.raise(this.start,"Adjacent JSX elements must be wrapped in an enclosing tag"),this.finishNode(S,"JSX"+E)}jsx_parseText(){let x=this.parseLiteral(this.value);return x.type="JSXText",x}jsx_parseElement(){let x=this.start,k=this.startLoc;return this.next(),this.jsx_parseElementAt(x,k)}parseExprAtom(x){return this.type===s.jsxText?this.jsx_parseText():this.type===s.jsxTagStart?this.jsx_parseElement():super.parseExprAtom(x)}readToken(x){let k=this.curContext();if(k===p)return this.jsx_readToken();if(k===l||k===c){if(h(x))return this.jsx_readWord();if(x==62)return++this.pos,this.finishToken(s.jsxTagEnd);if((x===34||x===39)&&k==l)return this.jsx_readString(x)}return x===60&&this.exprAllowed&&this.input.charCodeAt(this.pos+1)!==33?(++this.pos,this.finishToken(s.jsxTagStart)):super.readToken(x)}updateContext(x){if(this.type==a.braceL){var k=this.curContext();k==l?this.context.push(o.b_expr):k==p?this.context.push(o.b_tmpl):super.updateContext(x),this.exprAllowed=!0}else if(this.type===a.slash&&x===s.jsxTagStart)this.context.length-=2,this.context.push(c),this.exprAllowed=!1;else return super.updateContext(x)}}}});var Dx={};Hs(Dx,{default:()=>Vx});module.exports=Kc(Dx);var Pr=At(nn()),kc=At(so()),yc=At(fo());var we=At(nn()),un={root:we.ASTNodeTypes.Document,paragraph:we.ASTNodeTypes.Paragraph,blockquote:we.ASTNodeTypes.BlockQuote,listItem:we.ASTNodeTypes.ListItem,list:we.ASTNodeTypes.List,Bullet:"Bullet",heading:we.ASTNodeTypes.Header,code:we.ASTNodeTypes.CodeBlock,HtmlBlock:we.ASTNodeTypes.HtmlBlock,thematicBreak:we.ASTNodeTypes.HorizontalRule,text:we.ASTNodeTypes.Str,break:we.ASTNodeTypes.Break,emphasis:we.ASTNodeTypes.Emphasis,strong:we.ASTNodeTypes.Strong,html:we.ASTNodeTypes.Html,link:we.ASTNodeTypes.Link,image:we.ASTNodeTypes.Image,inlineCode:we.ASTNodeTypes.Code,delete:we.ASTNodeTypes.Delete,yaml:"Yaml",table:"Table",tableRow:"TableRow",tableCell:"TableCell",linkReference:"LinkReference",imageReference:"ImageReference",footnoteReference:"FootnoteReference",definition:"Definition",textDirective:"TextDirective",leafDirective:"LeafDirective",containerDirective:"ContainerDirective",ReferenceDef:we.ASTNodeTypes.ReferenceDef};function ln(e){if(e)throw e}var di=At(Co(),1);function Vr(e){if(typeof e!="object"||e===null)return!1;let t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function cn(){let e=[],t={run:r,use:n};return t;function r(...a){let s=-1,o=a.pop();if(typeof o!="function")throw new TypeError("Expected function as last argument, not "+o);l(null,...a);function l(c,...p){let f=e[++s],h=-1;if(c){o(c);return}for(;++h<a.length;)(p[h]===null||p[h]===void 0)&&(p[h]=a[h]);a=p,f?So(f,l)(...p):o(null,...p)}}function n(a){if(typeof a!="function")throw new TypeError("Expected `middelware` to be a function, not "+a);return e.push(a),t}}function So(e,t){let r;return n;function n(...o){let l=e.length>o.length,c;l&&o.push(a);try{c=e.apply(this,o)}catch(p){let f=p;if(l&&r)throw f;return a(f)}l||(c&&c.then&&typeof c.then=="function"?c.then(s,a):c instanceof Error?a(c):s(c))}function a(o,...l){r||(r=!0,t(o,...l))}function s(o){a(null,o)}}function Je(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?Eo(e.position):"start"in e||"end"in e?Eo(e):"line"in e||"column"in e?hn(e):""}function hn(e){return Ao(e&&e.line)+":"+Ao(e&&e.column)}function Eo(e){return hn(e&&e.start)+"-"+hn(e&&e.end)}function Ao(e){return e&&typeof e=="number"?e:1}var ue=class extends Error{constructor(t,r,n){super(),typeof r=="string"&&(n=r,r=void 0);let a="",s={},o=!1;if(r&&("line"in r&&"column"in r?s={place:r}:"start"in r&&"end"in r?s={place:r}:"type"in r?s={ancestors:[r],place:r.position}:s={...r}),typeof t=="string"?a=t:!s.cause&&t&&(o=!0,a=t.message,s.cause=t),!s.ruleId&&!s.source&&typeof n=="string"){let c=n.indexOf(":");c===-1?s.ruleId=n:(s.source=n.slice(0,c),s.ruleId=n.slice(c+1))}if(!s.place&&s.ancestors&&s.ancestors){let c=s.ancestors[s.ancestors.length-1];c&&(s.place=c.position)}let l=s.place&&"start"in s.place?s.place.start:s.place;this.ancestors=s.ancestors||void 0,this.cause=s.cause||void 0,this.column=l?l.column:void 0,this.fatal=void 0,this.file,this.message=a,this.line=l?l.line:void 0,this.name=Je(s.place)||"1:1",this.place=s.place||void 0,this.reason=this.message,this.ruleId=s.ruleId||void 0,this.source=s.source||void 0,this.stack=o&&s.cause&&typeof s.cause.stack=="string"?s.cause.stack:"",this.actual,this.expected,this.note,this.url}};ue.prototype.file="";ue.prototype.name="";ue.prototype.reason="";ue.prototype.message="";ue.prototype.stack="";ue.prototype.column=void 0;ue.prototype.line=void 0;ue.prototype.ancestors=void 0;ue.prototype.cause=void 0;ue.prototype.fatal=void 0;ue.prototype.place=void 0;ue.prototype.ruleId=void 0;ue.prototype.source=void 0;var rt=At(require("node:path"),1);var pn=At(require("node:process"),1);var fn=require("node:url");function fi(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}var mn=["history","path","basename","stem","extname","dirname"],Dr=class{constructor(t){let r;t?fi(t)?r={path:t}:typeof t=="string"||Th(t)?r={value:t}:r=t:r={},this.cwd=pn.default.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let n=-1;for(;++n<mn.length;){let s=mn[n];s in r&&r[s]!==void 0&&r[s]!==null&&(this[s]=s==="history"?[...r[s]]:r[s])}let a;for(a in r)mn.includes(a)||(this[a]=r[a])}get basename(){return typeof this.path=="string"?rt.default.basename(this.path):void 0}set basename(t){xn(t,"basename"),dn(t,"basename"),this.path=rt.default.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?rt.default.dirname(this.path):void 0}set dirname(t){_o(this.basename,"dirname"),this.path=rt.default.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?rt.default.extname(this.path):void 0}set extname(t){if(dn(t,"extname"),_o(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=rt.default.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){fi(t)&&(t=(0,fn.fileURLToPath)(t)),xn(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?rt.default.basename(this.path,this.extname):void 0}set stem(t){xn(t,"stem"),dn(t,"stem"),this.path=rt.default.join(this.dirname||"",t+(this.extname||""))}fail(t,r,n){let a=this.message(t,r,n);throw a.fatal=!0,a}info(t,r,n){let a=this.message(t,r,n);return a.fatal=void 0,a}message(t,r,n){let a=new ue(t,r,n);return this.path&&(a.name=this.path+":"+a.name,a.file=this.path),a.fatal=!1,this.messages.push(a),a}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}};function dn(e,t){if(e&&e.includes(rt.default.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+rt.default.sep+"`")}function xn(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function _o(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function Th(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}var Io=(function(e){let n=this.constructor.prototype,a=n[e],s=function(){return a.apply(s,arguments)};Object.setPrototypeOf(s,n);let o=Object.getOwnPropertyNames(a);for(let l of o){let c=Object.getOwnPropertyDescriptor(a,l);c&&Object.defineProperty(s,l,c)}return s});var Lh={}.hasOwnProperty,yn=class e extends Io{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=cn()}copy(){let t=new e,r=-1;for(;++r<this.attachers.length;){let n=this.attachers[r];t.use(...n)}return t.data((0,di.default)(!0,{},this.namespace)),t}data(t,r){return typeof t=="string"?arguments.length===2?(kn("data",this.frozen),this.namespace[t]=r,this):Lh.call(this.namespace,t)&&this.namespace[t]||void 0:t?(kn("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;let t=this;for(;++this.freezeIndex<this.attachers.length;){let[r,...n]=this.attachers[this.freezeIndex];if(n[0]===!1)continue;n[0]===!0&&(n[0]=void 0);let a=r.call(t,...n);typeof a=="function"&&this.transformers.use(a)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();let r=mi(t),n=this.parser||this.Parser;return gn("parse",n),n(String(r),r)}process(t,r){let n=this;return this.freeze(),gn("process",this.parser||this.Parser),bn("process",this.compiler||this.Compiler),r?a(void 0,r):new Promise(a);function a(s,o){let l=mi(t),c=n.parse(l);n.run(c,l,function(f,h,b){if(f||!h||!b)return p(f);let x=h,k=n.stringify(x,b);Fh(k)?b.value=k:b.result=k,p(f,b)});function p(f,h){f||!h?o(f):s?s(h):r(void 0,h)}}}processSync(t){let r=!1,n;return this.freeze(),gn("processSync",this.parser||this.Parser),bn("processSync",this.compiler||this.Compiler),this.process(t,a),Lo("processSync","process",r),n;function a(s,o){r=!0,ln(s),n=o}}run(t,r,n){To(t),this.freeze();let a=this.transformers;return!n&&typeof r=="function"&&(n=r,r=void 0),n?s(void 0,n):new Promise(s);function s(o,l){let c=mi(r);a.run(t,c,p);function p(f,h,b){let x=h||t;f?l(f):o?o(x):n(void 0,x,b)}}}runSync(t,r){let n=!1,a;return this.run(t,r,s),Lo("runSync","run",n),a;function s(o,l){ln(o),a=l,n=!0}}stringify(t,r){this.freeze();let n=mi(r),a=this.compiler||this.Compiler;return bn("stringify",a),To(t),a(t,n)}use(t,...r){let n=this.attachers,a=this.namespace;if(kn("use",this.frozen),t!=null)if(typeof t=="function")c(t,r);else if(typeof t=="object")Array.isArray(t)?l(t):o(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function s(p){if(typeof p=="function")c(p,[]);else if(typeof p=="object")if(Array.isArray(p)){let[f,...h]=p;c(f,h)}else o(p);else throw new TypeError("Expected usable value, not `"+p+"`")}function o(p){if(!("plugins"in p)&&!("settings"in p))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");l(p.plugins),p.settings&&(a.settings=(0,di.default)(!0,a.settings,p.settings))}function l(p){let f=-1;if(p!=null)if(Array.isArray(p))for(;++f<p.length;){let h=p[f];s(h)}else throw new TypeError("Expected a list of plugins, not `"+p+"`")}function c(p,f){let h=-1,b=-1;for(;++h<n.length;)if(n[h][0]===p){b=h;break}if(b===-1)n.push([p,...f]);else if(f.length>0){let[x,...k]=f,S=n[b][1];Vr(S)&&Vr(x)&&(x=(0,di.default)(!0,S,x)),n[b]=[p,x,...k]}}}},vn=new yn().freeze();function gn(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function bn(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function kn(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function To(e){if(!Vr(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function Lo(e,t,r){if(!r)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function mi(e){return Ph(e)?e:new Dr(e)}function Ph(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function Fh(e){return typeof e=="string"||Nh(e)}function Nh(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}function _t(e,t){let r=String(e);if(typeof t!="string")throw new TypeError("Expected character");let n=0,a=r.indexOf(t);for(;a!==-1;)n++,a=r.indexOf(t,a+t.length);return n}var Po=["AElig","AMP","Aacute","Acirc","Agrave","Aring","Atilde","Auml","COPY","Ccedil","ETH","Eacute","Ecirc","Egrave","Euml","GT","Iacute","Icirc","Igrave","Iuml","LT","Ntilde","Oacute","Ocirc","Ograve","Oslash","Otilde","Ouml","QUOT","REG","THORN","Uacute","Ucirc","Ugrave","Uuml","Yacute","aacute","acirc","acute","aelig","agrave","amp","aring","atilde","auml","brvbar","ccedil","cedil","cent","copy","curren","deg","divide","eacute","ecirc","egrave","eth","euml","frac12","frac14","frac34","gt","iacute","icirc","iexcl","igrave","iquest","iuml","laquo","lt","macr","micro","middot","nbsp","not","ntilde","oacute","ocirc","ograve","ordf","ordm","oslash","otilde","ouml","para","plusmn","pound","quot","raquo","reg","sect","shy","sup1","sup2","sup3","szlig","thorn","times","uacute","ucirc","ugrave","uml","uuml","yacute","yen","yuml"];var wn={0:"\uFFFD",128:"\u20AC",130:"\u201A",131:"\u0192",132:"\u201E",133:"\u2026",134:"\u2020",135:"\u2021",136:"\u02C6",137:"\u2030",138:"\u0160",139:"\u2039",140:"\u0152",142:"\u017D",145:"\u2018",146:"\u2019",147:"\u201C",148:"\u201D",149:"\u2022",150:"\u2013",151:"\u2014",152:"\u02DC",153:"\u2122",154:"\u0161",155:"\u203A",156:"\u0153",158:"\u017E",159:"\u0178"};function xi(e){let t=typeof e=="string"?e.charCodeAt(0):e;return t>=48&&t<=57}function Fo(e){let t=typeof e=="string"?e.charCodeAt(0):e;return t>=97&&t<=102||t>=65&&t<=70||t>=48&&t<=57}function No(e){let t=typeof e=="string"?e.charCodeAt(0):e;return t>=97&&t<=122||t>=65&&t<=90}function Cn(e){return No(e)||xi(e)}var Sn={AElig:"\xC6",AMP:"&",Aacute:"\xC1",Abreve:"\u0102",Acirc:"\xC2",Acy:"\u0410",Afr:"\u{1D504}",Agrave:"\xC0",Alpha:"\u0391",Amacr:"\u0100",And:"\u2A53",Aogon:"\u0104",Aopf:"\u{1D538}",ApplyFunction:"\u2061",Aring:"\xC5",Ascr:"\u{1D49C}",Assign:"\u2254",Atilde:"\xC3",Auml:"\xC4",Backslash:"\u2216",Barv:"\u2AE7",Barwed:"\u2306",Bcy:"\u0411",Because:"\u2235",Bernoullis:"\u212C",Beta:"\u0392",Bfr:"\u{1D505}",Bopf:"\u{1D539}",Breve:"\u02D8",Bscr:"\u212C",Bumpeq:"\u224E",CHcy:"\u0427",COPY:"\xA9",Cacute:"\u0106",Cap:"\u22D2",CapitalDifferentialD:"\u2145",Cayleys:"\u212D",Ccaron:"\u010C",Ccedil:"\xC7",Ccirc:"\u0108",Cconint:"\u2230",Cdot:"\u010A",Cedilla:"\xB8",CenterDot:"\xB7",Cfr:"\u212D",Chi:"\u03A7",CircleDot:"\u2299",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",Colon:"\u2237",Colone:"\u2A74",Congruent:"\u2261",Conint:"\u222F",ContourIntegral:"\u222E",Copf:"\u2102",Coproduct:"\u2210",CounterClockwiseContourIntegral:"\u2233",Cross:"\u2A2F",Cscr:"\u{1D49E}",Cup:"\u22D3",CupCap:"\u224D",DD:"\u2145",DDotrahd:"\u2911",DJcy:"\u0402",DScy:"\u0405",DZcy:"\u040F",Dagger:"\u2021",Darr:"\u21A1",Dashv:"\u2AE4",Dcaron:"\u010E",Dcy:"\u0414",Del:"\u2207",Delta:"\u0394",Dfr:"\u{1D507}",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",Diamond:"\u22C4",DifferentialD:"\u2146",Dopf:"\u{1D53B}",Dot:"\xA8",DotDot:"\u20DC",DotEqual:"\u2250",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",DownArrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVector:"\u21BD",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295F",DownRightVector:"\u21C1",DownRightVectorBar:"\u2957",DownTee:"\u22A4",DownTeeArrow:"\u21A7",Downarrow:"\u21D3",Dscr:"\u{1D49F}",Dstrok:"\u0110",ENG:"\u014A",ETH:"\xD0",Eacute:"\xC9",Ecaron:"\u011A",Ecirc:"\xCA",Ecy:"\u042D",Edot:"\u0116",Efr:"\u{1D508}",Egrave:"\xC8",Element:"\u2208",Emacr:"\u0112",EmptySmallSquare:"\u25FB",EmptyVerySmallSquare:"\u25AB",Eogon:"\u0118",Eopf:"\u{1D53C}",Epsilon:"\u0395",Equal:"\u2A75",EqualTilde:"\u2242",Equilibrium:"\u21CC",Escr:"\u2130",Esim:"\u2A73",Eta:"\u0397",Euml:"\xCB",Exists:"\u2203",ExponentialE:"\u2147",Fcy:"\u0424",Ffr:"\u{1D509}",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",Fopf:"\u{1D53D}",ForAll:"\u2200",Fouriertrf:"\u2131",Fscr:"\u2131",GJcy:"\u0403",GT:">",Gamma:"\u0393",Gammad:"\u03DC",Gbreve:"\u011E",Gcedil:"\u0122",Gcirc:"\u011C",Gcy:"\u0413",Gdot:"\u0120",Gfr:"\u{1D50A}",Gg:"\u22D9",Gopf:"\u{1D53E}",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",Gscr:"\u{1D4A2}",Gt:"\u226B",HARDcy:"\u042A",Hacek:"\u02C7",Hat:"^",Hcirc:"\u0124",Hfr:"\u210C",HilbertSpace:"\u210B",Hopf:"\u210D",HorizontalLine:"\u2500",Hscr:"\u210B",Hstrok:"\u0126",HumpDownHump:"\u224E",HumpEqual:"\u224F",IEcy:"\u0415",IJlig:"\u0132",IOcy:"\u0401",Iacute:"\xCD",Icirc:"\xCE",Icy:"\u0418",Idot:"\u0130",Ifr:"\u2111",Igrave:"\xCC",Im:"\u2111",Imacr:"\u012A",ImaginaryI:"\u2148",Implies:"\u21D2",Int:"\u222C",Integral:"\u222B",Intersection:"\u22C2",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",Iogon:"\u012E",Iopf:"\u{1D540}",Iota:"\u0399",Iscr:"\u2110",Itilde:"\u0128",Iukcy:"\u0406",Iuml:"\xCF",Jcirc:"\u0134",Jcy:"\u0419",Jfr:"\u{1D50D}",Jopf:"\u{1D541}",Jscr:"\u{1D4A5}",Jsercy:"\u0408",Jukcy:"\u0404",KHcy:"\u0425",KJcy:"\u040C",Kappa:"\u039A",Kcedil:"\u0136",Kcy:"\u041A",Kfr:"\u{1D50E}",Kopf:"\u{1D542}",Kscr:"\u{1D4A6}",LJcy:"\u0409",LT:"<",Lacute:"\u0139",Lambda:"\u039B",Lang:"\u27EA",Laplacetrf:"\u2112",Larr:"\u219E",Lcaron:"\u013D",Lcedil:"\u013B",Lcy:"\u041B",LeftAngleBracket:"\u27E8",LeftArrow:"\u2190",LeftArrowBar:"\u21E4",LeftArrowRightArrow:"\u21C6",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21C3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230A",LeftRightArrow:"\u2194",LeftRightVector:"\u294E",LeftTee:"\u22A3",LeftTeeArrow:"\u21A4",LeftTeeVector:"\u295A",LeftTriangle:"\u22B2",LeftTriangleBar:"\u29CF",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21BF",LeftUpVectorBar:"\u2958",LeftVector:"\u21BC",LeftVectorBar:"\u2952",Leftarrow:"\u21D0",Leftrightarrow:"\u21D4",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",LessLess:"\u2AA1",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",Lfr:"\u{1D50F}",Ll:"\u22D8",Lleftarrow:"\u21DA",Lmidot:"\u013F",LongLeftArrow:"\u27F5",LongLeftRightArrow:"\u27F7",LongRightArrow:"\u27F6",Longleftarrow:"\u27F8",Longleftrightarrow:"\u27FA",Longrightarrow:"\u27F9",Lopf:"\u{1D543}",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",Lscr:"\u2112",Lsh:"\u21B0",Lstrok:"\u0141",Lt:"\u226A",Map:"\u2905",Mcy:"\u041C",MediumSpace:"\u205F",Mellintrf:"\u2133",Mfr:"\u{1D510}",MinusPlus:"\u2213",Mopf:"\u{1D544}",Mscr:"\u2133",Mu:"\u039C",NJcy:"\u040A",Nacute:"\u0143",Ncaron:"\u0147",Ncedil:"\u0145",Ncy:"\u041D",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:`
13
+ `,Nfr:"\u{1D511}",NoBreak:"\u2060",NonBreakingSpace:"\xA0",Nopf:"\u2115",Not:"\u2AEC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",NotLeftTriangle:"\u22EA",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangle:"\u22EB",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",Nscr:"\u{1D4A9}",Ntilde:"\xD1",Nu:"\u039D",OElig:"\u0152",Oacute:"\xD3",Ocirc:"\xD4",Ocy:"\u041E",Odblac:"\u0150",Ofr:"\u{1D512}",Ograve:"\xD2",Omacr:"\u014C",Omega:"\u03A9",Omicron:"\u039F",Oopf:"\u{1D546}",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",Or:"\u2A54",Oscr:"\u{1D4AA}",Oslash:"\xD8",Otilde:"\xD5",Otimes:"\u2A37",Ouml:"\xD6",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",PartialD:"\u2202",Pcy:"\u041F",Pfr:"\u{1D513}",Phi:"\u03A6",Pi:"\u03A0",PlusMinus:"\xB1",Poincareplane:"\u210C",Popf:"\u2119",Pr:"\u2ABB",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",Prime:"\u2033",Product:"\u220F",Proportion:"\u2237",Proportional:"\u221D",Pscr:"\u{1D4AB}",Psi:"\u03A8",QUOT:'"',Qfr:"\u{1D514}",Qopf:"\u211A",Qscr:"\u{1D4AC}",RBarr:"\u2910",REG:"\xAE",Racute:"\u0154",Rang:"\u27EB",Rarr:"\u21A0",Rarrtl:"\u2916",Rcaron:"\u0158",Rcedil:"\u0156",Rcy:"\u0420",Re:"\u211C",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",Rfr:"\u211C",Rho:"\u03A1",RightAngleBracket:"\u27E9",RightArrow:"\u2192",RightArrowBar:"\u21E5",RightArrowLeftArrow:"\u21C4",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVector:"\u21C2",RightDownVectorBar:"\u2955",RightFloor:"\u230B",RightTee:"\u22A2",RightTeeArrow:"\u21A6",RightTeeVector:"\u295B",RightTriangle:"\u22B3",RightTriangleBar:"\u29D0",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVector:"\u21BE",RightUpVectorBar:"\u2954",RightVector:"\u21C0",RightVectorBar:"\u2953",Rightarrow:"\u21D2",Ropf:"\u211D",RoundImplies:"\u2970",Rrightarrow:"\u21DB",Rscr:"\u211B",Rsh:"\u21B1",RuleDelayed:"\u29F4",SHCHcy:"\u0429",SHcy:"\u0428",SOFTcy:"\u042C",Sacute:"\u015A",Sc:"\u2ABC",Scaron:"\u0160",Scedil:"\u015E",Scirc:"\u015C",Scy:"\u0421",Sfr:"\u{1D516}",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",Sigma:"\u03A3",SmallCircle:"\u2218",Sopf:"\u{1D54A}",Sqrt:"\u221A",Square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",Sscr:"\u{1D4AE}",Star:"\u22C6",Sub:"\u22D0",Subset:"\u22D0",SubsetEqual:"\u2286",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",SuchThat:"\u220B",Sum:"\u2211",Sup:"\u22D1",Superset:"\u2283",SupersetEqual:"\u2287",Supset:"\u22D1",THORN:"\xDE",TRADE:"\u2122",TSHcy:"\u040B",TScy:"\u0426",Tab:" ",Tau:"\u03A4",Tcaron:"\u0164",Tcedil:"\u0162",Tcy:"\u0422",Tfr:"\u{1D517}",Therefore:"\u2234",Theta:"\u0398",ThickSpace:"\u205F\u200A",ThinSpace:"\u2009",Tilde:"\u223C",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",Topf:"\u{1D54B}",TripleDot:"\u20DB",Tscr:"\u{1D4AF}",Tstrok:"\u0166",Uacute:"\xDA",Uarr:"\u219F",Uarrocir:"\u2949",Ubrcy:"\u040E",Ubreve:"\u016C",Ucirc:"\xDB",Ucy:"\u0423",Udblac:"\u0170",Ufr:"\u{1D518}",Ugrave:"\xD9",Umacr:"\u016A",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",Uogon:"\u0172",Uopf:"\u{1D54C}",UpArrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21C5",UpDownArrow:"\u2195",UpEquilibrium:"\u296E",UpTee:"\u22A5",UpTeeArrow:"\u21A5",Uparrow:"\u21D1",Updownarrow:"\u21D5",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",Upsi:"\u03D2",Upsilon:"\u03A5",Uring:"\u016E",Uscr:"\u{1D4B0}",Utilde:"\u0168",Uuml:"\xDC",VDash:"\u22AB",Vbar:"\u2AEB",Vcy:"\u0412",Vdash:"\u22A9",Vdashl:"\u2AE6",Vee:"\u22C1",Verbar:"\u2016",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",Vfr:"\u{1D519}",Vopf:"\u{1D54D}",Vscr:"\u{1D4B1}",Vvdash:"\u22AA",Wcirc:"\u0174",Wedge:"\u22C0",Wfr:"\u{1D51A}",Wopf:"\u{1D54E}",Wscr:"\u{1D4B2}",Xfr:"\u{1D51B}",Xi:"\u039E",Xopf:"\u{1D54F}",Xscr:"\u{1D4B3}",YAcy:"\u042F",YIcy:"\u0407",YUcy:"\u042E",Yacute:"\xDD",Ycirc:"\u0176",Ycy:"\u042B",Yfr:"\u{1D51C}",Yopf:"\u{1D550}",Yscr:"\u{1D4B4}",Yuml:"\u0178",ZHcy:"\u0416",Zacute:"\u0179",Zcaron:"\u017D",Zcy:"\u0417",Zdot:"\u017B",ZeroWidthSpace:"\u200B",Zeta:"\u0396",Zfr:"\u2128",Zopf:"\u2124",Zscr:"\u{1D4B5}",aacute:"\xE1",abreve:"\u0103",ac:"\u223E",acE:"\u223E\u0333",acd:"\u223F",acirc:"\xE2",acute:"\xB4",acy:"\u0430",aelig:"\xE6",af:"\u2061",afr:"\u{1D51E}",agrave:"\xE0",alefsym:"\u2135",aleph:"\u2135",alpha:"\u03B1",amacr:"\u0101",amalg:"\u2A3F",amp:"&",and:"\u2227",andand:"\u2A55",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",aogon:"\u0105",aopf:"\u{1D552}",ap:"\u2248",apE:"\u2A70",apacir:"\u2A6F",ape:"\u224A",apid:"\u224B",apos:"'",approx:"\u2248",approxeq:"\u224A",aring:"\xE5",ascr:"\u{1D4B6}",ast:"*",asymp:"\u2248",asympeq:"\u224D",atilde:"\xE3",auml:"\xE4",awconint:"\u2233",awint:"\u2A11",bNot:"\u2AED",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",barvee:"\u22BD",barwed:"\u2305",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",bcy:"\u0431",bdquo:"\u201E",becaus:"\u2235",because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",beta:"\u03B2",beth:"\u2136",between:"\u226C",bfr:"\u{1D51F}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bnot:"\u2310",bopf:"\u{1D553}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxDL:"\u2557",boxDR:"\u2554",boxDl:"\u2556",boxDr:"\u2553",boxH:"\u2550",boxHD:"\u2566",boxHU:"\u2569",boxHd:"\u2564",boxHu:"\u2567",boxUL:"\u255D",boxUR:"\u255A",boxUl:"\u255C",boxUr:"\u2559",boxV:"\u2551",boxVH:"\u256C",boxVL:"\u2563",boxVR:"\u2560",boxVh:"\u256B",boxVl:"\u2562",boxVr:"\u255F",boxbox:"\u29C9",boxdL:"\u2555",boxdR:"\u2552",boxdl:"\u2510",boxdr:"\u250C",boxh:"\u2500",boxhD:"\u2565",boxhU:"\u2568",boxhd:"\u252C",boxhu:"\u2534",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxuL:"\u255B",boxuR:"\u2558",boxul:"\u2518",boxur:"\u2514",boxv:"\u2502",boxvH:"\u256A",boxvL:"\u2561",boxvR:"\u255E",boxvh:"\u253C",boxvl:"\u2524",boxvr:"\u251C",bprime:"\u2035",breve:"\u02D8",brvbar:"\xA6",bscr:"\u{1D4B7}",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsol:"\\",bsolb:"\u29C5",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpE:"\u2AAE",bumpe:"\u224F",bumpeq:"\u224F",cacute:"\u0107",cap:"\u2229",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",capcup:"\u2A47",capdot:"\u2A40",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",ccaps:"\u2A4D",ccaron:"\u010D",ccedil:"\xE7",ccirc:"\u0109",ccups:"\u2A4C",ccupssm:"\u2A50",cdot:"\u010B",cedil:"\xB8",cemptyv:"\u29B2",cent:"\xA2",centerdot:"\xB7",cfr:"\u{1D520}",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",chi:"\u03C7",cir:"\u25CB",cirE:"\u29C3",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledR:"\xAE",circledS:"\u24C8",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",cire:"\u2257",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",clubs:"\u2663",clubsuit:"\u2663",colon:":",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",conint:"\u222E",copf:"\u{1D554}",coprod:"\u2210",copy:"\xA9",copysr:"\u2117",crarr:"\u21B5",cross:"\u2717",cscr:"\u{1D4B8}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",cup:"\u222A",cupbrcap:"\u2A48",cupcap:"\u2A46",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",dArr:"\u21D3",dHar:"\u2965",dagger:"\u2020",daleth:"\u2138",darr:"\u2193",dash:"\u2010",dashv:"\u22A3",dbkarow:"\u290F",dblac:"\u02DD",dcaron:"\u010F",dcy:"\u0434",dd:"\u2146",ddagger:"\u2021",ddarr:"\u21CA",ddotseq:"\u2A77",deg:"\xB0",delta:"\u03B4",demptyv:"\u29B1",dfisht:"\u297F",dfr:"\u{1D521}",dharl:"\u21C3",dharr:"\u21C2",diam:"\u22C4",diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",djcy:"\u0452",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",dopf:"\u{1D555}",dot:"\u02D9",doteq:"\u2250",doteqdot:"\u2251",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",downarrow:"\u2193",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",dscr:"\u{1D4B9}",dscy:"\u0455",dsol:"\u29F6",dstrok:"\u0111",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",dzcy:"\u045F",dzigrarr:"\u27FF",eDDot:"\u2A77",eDot:"\u2251",eacute:"\xE9",easter:"\u2A6E",ecaron:"\u011B",ecir:"\u2256",ecirc:"\xEA",ecolon:"\u2255",ecy:"\u044D",edot:"\u0117",ee:"\u2147",efDot:"\u2252",efr:"\u{1D522}",eg:"\u2A9A",egrave:"\xE8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",emptyv:"\u2205",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",eng:"\u014B",ensp:"\u2002",eogon:"\u0119",eopf:"\u{1D556}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",epsilon:"\u03B5",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",equals:"=",equest:"\u225F",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erDot:"\u2253",erarr:"\u2971",escr:"\u212F",esdot:"\u2250",esim:"\u2242",eta:"\u03B7",eth:"\xF0",euml:"\xEB",euro:"\u20AC",excl:"!",exist:"\u2203",expectation:"\u2130",exponentiale:"\u2147",fallingdotseq:"\u2252",fcy:"\u0444",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",ffr:"\u{1D523}",filig:"\uFB01",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",fopf:"\u{1D557}",forall:"\u2200",fork:"\u22D4",forkv:"\u2AD9",fpartint:"\u2A0D",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",fscr:"\u{1D4BB}",gE:"\u2267",gEl:"\u2A8C",gacute:"\u01F5",gamma:"\u03B3",gammad:"\u03DD",gap:"\u2A86",gbreve:"\u011F",gcirc:"\u011D",gcy:"\u0433",gdot:"\u0121",ge:"\u2265",gel:"\u22DB",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",ges:"\u2A7E",gescc:"\u2AA9",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",gfr:"\u{1D524}",gg:"\u226B",ggg:"\u22D9",gimel:"\u2137",gjcy:"\u0453",gl:"\u2277",glE:"\u2A92",gla:"\u2AA5",glj:"\u2AA4",gnE:"\u2269",gnap:"\u2A8A",gnapprox:"\u2A8A",gne:"\u2A88",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",gopf:"\u{1D558}",grave:"`",gscr:"\u210A",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",gt:">",gtcc:"\u2AA7",gtcir:"\u2A7A",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",hArr:"\u21D4",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",hardcy:"\u044A",harr:"\u2194",harrcir:"\u2948",harrw:"\u21AD",hbar:"\u210F",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",hfr:"\u{1D525}",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",hopf:"\u{1D559}",horbar:"\u2015",hscr:"\u{1D4BD}",hslash:"\u210F",hstrok:"\u0127",hybull:"\u2043",hyphen:"\u2010",iacute:"\xED",ic:"\u2063",icirc:"\xEE",icy:"\u0438",iecy:"\u0435",iexcl:"\xA1",iff:"\u21D4",ifr:"\u{1D526}",igrave:"\xEC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",ijlig:"\u0133",imacr:"\u012B",image:"\u2111",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22B7",imped:"\u01B5",in:"\u2208",incare:"\u2105",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",int:"\u222B",intcal:"\u22BA",integers:"\u2124",intercal:"\u22BA",intlarhk:"\u2A17",intprod:"\u2A3C",iocy:"\u0451",iogon:"\u012F",iopf:"\u{1D55A}",iota:"\u03B9",iprod:"\u2A3C",iquest:"\xBF",iscr:"\u{1D4BE}",isin:"\u2208",isinE:"\u22F9",isindot:"\u22F5",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",itilde:"\u0129",iukcy:"\u0456",iuml:"\xEF",jcirc:"\u0135",jcy:"\u0439",jfr:"\u{1D527}",jmath:"\u0237",jopf:"\u{1D55B}",jscr:"\u{1D4BF}",jsercy:"\u0458",jukcy:"\u0454",kappa:"\u03BA",kappav:"\u03F0",kcedil:"\u0137",kcy:"\u043A",kfr:"\u{1D528}",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045C",kopf:"\u{1D55C}",kscr:"\u{1D4C0}",lAarr:"\u21DA",lArr:"\u21D0",lAtail:"\u291B",lBarr:"\u290E",lE:"\u2266",lEg:"\u2A8B",lHar:"\u2962",lacute:"\u013A",laemptyv:"\u29B4",lagran:"\u2112",lambda:"\u03BB",lang:"\u27E8",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",laquo:"\xAB",larr:"\u2190",larrb:"\u21E4",larrbfs:"\u291F",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",lat:"\u2AAB",latail:"\u2919",late:"\u2AAD",lates:"\u2AAD\uFE00",lbarr:"\u290C",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",lcaron:"\u013E",lcedil:"\u013C",lceil:"\u2308",lcub:"{",lcy:"\u043B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",le:"\u2264",leftarrow:"\u2190",leftarrowtail:"\u21A2",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",leftrightarrow:"\u2194",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",leftthreetimes:"\u22CB",leg:"\u22DA",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",les:"\u2A7D",lescc:"\u2AA8",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",lessgtr:"\u2276",lesssim:"\u2272",lfisht:"\u297C",lfloor:"\u230A",lfr:"\u{1D529}",lg:"\u2276",lgE:"\u2A91",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",ljcy:"\u0459",ll:"\u226A",llarr:"\u21C7",llcorner:"\u231E",llhard:"\u296B",lltri:"\u25FA",lmidot:"\u0140",lmoust:"\u23B0",lmoustache:"\u23B0",lnE:"\u2268",lnap:"\u2A89",lnapprox:"\u2A89",lne:"\u2A87",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",longleftarrow:"\u27F5",longleftrightarrow:"\u27F7",longmapsto:"\u27FC",longrightarrow:"\u27F6",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",lopf:"\u{1D55D}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",lscr:"\u{1D4C1}",lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",lstrok:"\u0142",lt:"<",ltcc:"\u2AA6",ltcir:"\u2A79",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltrPar:"\u2996",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",mDDot:"\u223A",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",map:"\u21A6",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",mcy:"\u043C",mdash:"\u2014",measuredangle:"\u2221",mfr:"\u{1D52A}",mho:"\u2127",micro:"\xB5",mid:"\u2223",midast:"*",midcir:"\u2AF0",middot:"\xB7",minus:"\u2212",minusb:"\u229F",minusd:"\u2238",minusdu:"\u2A2A",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",mopf:"\u{1D55E}",mp:"\u2213",mscr:"\u{1D4C2}",mstpos:"\u223E",mu:"\u03BC",multimap:"\u22B8",mumap:"\u22B8",nGg:"\u22D9\u0338",nGt:"\u226B\u20D2",nGtv:"\u226B\u0338",nLeftarrow:"\u21CD",nLeftrightarrow:"\u21CE",nLl:"\u22D8\u0338",nLt:"\u226A\u20D2",nLtv:"\u226A\u0338",nRightarrow:"\u21CF",nVDash:"\u22AF",nVdash:"\u22AE",nabla:"\u2207",nacute:"\u0144",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266E",natural:"\u266E",naturals:"\u2115",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",ncaron:"\u0148",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",ncy:"\u043D",ndash:"\u2013",ne:"\u2260",neArr:"\u21D7",nearhk:"\u2924",nearr:"\u2197",nearrow:"\u2197",nedot:"\u2250\u0338",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",nexist:"\u2204",nexists:"\u2204",nfr:"\u{1D52B}",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",ngsim:"\u2275",ngt:"\u226F",ngtr:"\u226F",nhArr:"\u21CE",nharr:"\u21AE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",njcy:"\u045A",nlArr:"\u21CD",nlE:"\u2266\u0338",nlarr:"\u219A",nldr:"\u2025",nle:"\u2270",nleftarrow:"\u219A",nleftrightarrow:"\u21AE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nlsim:"\u2274",nlt:"\u226E",nltri:"\u22EA",nltrie:"\u22EC",nmid:"\u2224",nopf:"\u{1D55F}",not:"\xAC",notin:"\u2209",notinE:"\u22F9\u0338",notindot:"\u22F5\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",npre:"\u2AAF\u0338",nprec:"\u2280",npreceq:"\u2AAF\u0338",nrArr:"\u21CF",nrarr:"\u219B",nrarrc:"\u2933\u0338",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",nscr:"\u{1D4C3}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsubE:"\u2AC5\u0338",nsube:"\u2288",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupE:"\u2AC6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",ntilde:"\xF1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",nu:"\u03BD",num:"#",numero:"\u2116",numsp:"\u2007",nvDash:"\u22AD",nvHarr:"\u2904",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwArr:"\u21D6",nwarhk:"\u2923",nwarr:"\u2196",nwarrow:"\u2196",nwnear:"\u2927",oS:"\u24C8",oacute:"\xF3",oast:"\u229B",ocir:"\u229A",ocirc:"\xF4",ocy:"\u043E",odash:"\u229D",odblac:"\u0151",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",oelig:"\u0153",ofcir:"\u29BF",ofr:"\u{1D52C}",ogon:"\u02DB",ograve:"\xF2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",omacr:"\u014D",omega:"\u03C9",omicron:"\u03BF",omid:"\u29B6",ominus:"\u2296",oopf:"\u{1D560}",opar:"\u29B7",operp:"\u29B9",oplus:"\u2295",or:"\u2228",orarr:"\u21BB",ord:"\u2A5D",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oscr:"\u2134",oslash:"\xF8",osol:"\u2298",otilde:"\xF5",otimes:"\u2297",otimesas:"\u2A36",ouml:"\xF6",ovbar:"\u233D",par:"\u2225",para:"\xB6",parallel:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",pcy:"\u043F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",pfr:"\u{1D52D}",phi:"\u03C6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",pi:"\u03C0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plus:"+",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",pointint:"\u2A15",popf:"\u{1D561}",pound:"\xA3",pr:"\u227A",prE:"\u2AB3",prap:"\u2AB7",prcue:"\u227C",pre:"\u2AAF",prec:"\u227A",precapprox:"\u2AB7",preccurlyeq:"\u227C",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",precsim:"\u227E",prime:"\u2032",primes:"\u2119",prnE:"\u2AB5",prnap:"\u2AB9",prnsim:"\u22E8",prod:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",pscr:"\u{1D4C5}",psi:"\u03C8",puncsp:"\u2008",qfr:"\u{1D52E}",qint:"\u2A0C",qopf:"\u{1D562}",qprime:"\u2057",qscr:"\u{1D4C6}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",quot:'"',rAarr:"\u21DB",rArr:"\u21D2",rAtail:"\u291C",rBarr:"\u290F",rHar:"\u2964",race:"\u223D\u0331",racute:"\u0155",radic:"\u221A",raemptyv:"\u29B3",rang:"\u27E9",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raquo:"\xBB",rarr:"\u2192",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",rarrtl:"\u21A3",rarrw:"\u219D",ratail:"\u291A",ratio:"\u2236",rationals:"\u211A",rbarr:"\u290D",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",rcaron:"\u0159",rcedil:"\u0157",rceil:"\u2309",rcub:"}",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",rect:"\u25AD",reg:"\xAE",rfisht:"\u297D",rfloor:"\u230B",rfr:"\u{1D52F}",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",rho:"\u03C1",rhov:"\u03F1",rightarrow:"\u2192",rightarrowtail:"\u21A3",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",rightthreetimes:"\u22CC",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoust:"\u23B1",rmoustache:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",ropf:"\u{1D563}",roplus:"\u2A2E",rotimes:"\u2A35",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",rsaquo:"\u203A",rscr:"\u{1D4C7}",rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",ruluhar:"\u2968",rx:"\u211E",sacute:"\u015B",sbquo:"\u201A",sc:"\u227B",scE:"\u2AB4",scap:"\u2AB8",scaron:"\u0161",sccue:"\u227D",sce:"\u2AB0",scedil:"\u015F",scirc:"\u015D",scnE:"\u2AB6",scnap:"\u2ABA",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",scy:"\u0441",sdot:"\u22C5",sdotb:"\u22A1",sdote:"\u2A66",seArr:"\u21D8",searhk:"\u2925",searr:"\u2198",searrow:"\u2198",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",sfr:"\u{1D530}",sfrown:"\u2322",sharp:"\u266F",shchcy:"\u0449",shcy:"\u0448",shortmid:"\u2223",shortparallel:"\u2225",shy:"\xAD",sigma:"\u03C3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",softcy:"\u044C",sol:"/",solb:"\u29C4",solbar:"\u233F",sopf:"\u{1D564}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25A1",square:"\u25A1",squarf:"\u25AA",squf:"\u25AA",srarr:"\u2192",sscr:"\u{1D4C8}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",sub:"\u2282",subE:"\u2AC5",subdot:"\u2ABD",sube:"\u2286",subedot:"\u2AC3",submult:"\u2AC1",subnE:"\u2ACB",subne:"\u228A",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",subseteq:"\u2286",subseteqq:"\u2AC5",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succ:"\u227B",succapprox:"\u2AB8",succcurlyeq:"\u227D",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",sum:"\u2211",sung:"\u266A",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",sup:"\u2283",supE:"\u2AC6",supdot:"\u2ABE",supdsub:"\u2AD8",supe:"\u2287",supedot:"\u2AC4",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supnE:"\u2ACC",supne:"\u228B",supplus:"\u2AC0",supset:"\u2283",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swArr:"\u21D9",swarhk:"\u2926",swarr:"\u2199",swarrow:"\u2199",swnwar:"\u292A",szlig:"\xDF",target:"\u2316",tau:"\u03C4",tbrk:"\u23B4",tcaron:"\u0165",tcedil:"\u0163",tcy:"\u0442",tdot:"\u20DB",telrec:"\u2315",tfr:"\u{1D531}",there4:"\u2234",therefore:"\u2234",theta:"\u03B8",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223C",thorn:"\xFE",tilde:"\u02DC",times:"\xD7",timesb:"\u22A0",timesbar:"\u2A31",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",top:"\u22A4",topbot:"\u2336",topcir:"\u2AF1",topf:"\u{1D565}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",tscr:"\u{1D4C9}",tscy:"\u0446",tshcy:"\u045B",tstrok:"\u0167",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",uArr:"\u21D1",uHar:"\u2963",uacute:"\xFA",uarr:"\u2191",ubrcy:"\u045E",ubreve:"\u016D",ucirc:"\xFB",ucy:"\u0443",udarr:"\u21C5",udblac:"\u0171",udhar:"\u296E",ufisht:"\u297E",ufr:"\u{1D532}",ugrave:"\xF9",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",umacr:"\u016B",uml:"\xA8",uogon:"\u0173",uopf:"\u{1D566}",uparrow:"\u2191",updownarrow:"\u2195",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",upsi:"\u03C5",upsih:"\u03D2",upsilon:"\u03C5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",uring:"\u016F",urtri:"\u25F9",uscr:"\u{1D4CA}",utdot:"\u22F0",utilde:"\u0169",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",uuml:"\xFC",uwangle:"\u29A7",vArr:"\u21D5",vBar:"\u2AE8",vBarv:"\u2AE9",vDash:"\u22A8",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",varr:"\u2195",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",vcy:"\u0432",vdash:"\u22A2",vee:"\u2228",veebar:"\u22BB",veeeq:"\u225A",vellip:"\u22EE",verbar:"|",vert:"|",vfr:"\u{1D533}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",vopf:"\u{1D567}",vprop:"\u221D",vrtri:"\u22B3",vscr:"\u{1D4CB}",vsubnE:"\u2ACB\uFE00",vsubne:"\u228A\uFE00",vsupnE:"\u2ACC\uFE00",vsupne:"\u228B\uFE00",vzigzag:"\u299A",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",wedgeq:"\u2259",weierp:"\u2118",wfr:"\u{1D534}",wopf:"\u{1D568}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",wscr:"\u{1D4CC}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",xfr:"\u{1D535}",xhArr:"\u27FA",xharr:"\u27F7",xi:"\u03BE",xlArr:"\u27F8",xlarr:"\u27F5",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",xopf:"\u{1D569}",xoplus:"\u2A01",xotime:"\u2A02",xrArr:"\u27F9",xrarr:"\u27F6",xscr:"\u{1D4CD}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",yacute:"\xFD",yacy:"\u044F",ycirc:"\u0177",ycy:"\u044B",yen:"\xA5",yfr:"\u{1D536}",yicy:"\u0457",yopf:"\u{1D56A}",yscr:"\u{1D4CE}",yucy:"\u044E",yuml:"\xFF",zacute:"\u017A",zcaron:"\u017E",zcy:"\u0437",zdot:"\u017C",zeetrf:"\u2128",zeta:"\u03B6",zfr:"\u{1D537}",zhcy:"\u0436",zigrarr:"\u21DD",zopf:"\u{1D56B}",zscr:"\u{1D4CF}",zwj:"\u200D",zwnj:"\u200C"};var Rh={}.hasOwnProperty;function It(e){return Rh.call(Sn,e)?Sn[e]:!1}var dr=String.fromCharCode,Vh=["","Named character references must be terminated by a semicolon","Numeric character references must be terminated by a semicolon","Named character references cannot be empty","Numeric character references cannot be empty","Named character references must be known","Numeric character references cannot be disallowed","Numeric character references cannot be outside the permissible Unicode range"];function Kt(e,t={}){let r=typeof t.additional=="string"?t.additional.charCodeAt(0):t.additional,n=[],a=0,s=-1,o="",l,c;t.position&&("start"in t.position||"indent"in t.position?(c=t.position.indent,l=t.position.start):l=t.position);let p=(l?l.line:0)||1,f=(l?l.column:0)||1,h=x(),b;for(a--;++a<=e.length;)if(b===10&&(f=(c?c[s]:0)||1),b=e.charCodeAt(a),b===38){let w=e.charCodeAt(a+1);if(w===9||w===10||w===12||w===32||w===38||w===60||Number.isNaN(w)||r&&w===r){o+=dr(b),f++;continue}let A=a+1,T=A,E=A,d;if(w===35){E=++T;let J=e.charCodeAt(E);J===88||J===120?(d="hexadecimal",E=++T):d="decimal"}else d="named";let q="",R="",L="",M=d==="named"?Cn:d==="decimal"?xi:Fo;for(E--;++E<=e.length;){let J=e.charCodeAt(E);if(!M(J))break;L+=dr(J),d==="named"&&Po.includes(L)&&(q=L,R=It(L))}let N=e.charCodeAt(E)===59;if(N){E++;let J=d==="named"?It(L):!1;J&&(q=L,R=J)}let P=1+E-A,re="";if(!(!N&&t.nonTerminated===!1))if(!L)d!=="named"&&k(4,P);else if(d==="named"){if(N&&!R)k(5,1);else if(q!==L&&(E=T+q.length,P=1+E-T,N=!1),!N){let J=q?1:3;if(t.attribute){let W=e.charCodeAt(E);W===61?(k(J,P),R=""):Cn(W)?R="":k(J,P)}else k(J,P)}re=R}else{N||k(2,P);let J=Number.parseInt(L,d==="hexadecimal"?16:10);if(Dh(J))k(7,P),re=dr(65533);else if(J in wn)k(6,P),re=wn[J];else{let W="";Oh(J)&&k(6,P),J>65535&&(J-=65536,W+=dr(J>>>10|55296),J=56320|J&1023),re=W+dr(J)}}if(re){S(),h=x(),a=E-1,f+=E-A+1,n.push(re);let J=x();J.offset++,t.reference&&t.reference.call(t.referenceContext,re,{start:h,end:J},e.slice(A-1,E)),h=J}else L=e.slice(A-1,E),o+=L,f+=L.length,a=E-1}else b===10&&(p++,s++,f=0),Number.isNaN(b)?S():(o+=dr(b),f++);return n.join("");function x(){return{line:p,column:f,offset:a+((l?l.offset:0)||0)}}function k(w,A){let T;t.warning&&(T=x(),T.column+=A,T.offset+=A,t.warning.call(t.warningContext,Vh[w],T,w))}function S(){o&&(n.push(o),t.text&&t.text.call(t.textContext,o,{start:h,end:x()}),o="")}}function Dh(e){return e>=55296&&e<=57343||e>1114111}function Oh(e){return e>=1&&e<=8||e===11||e>=13&&e<=31||e>=127&&e<=159||e>=64976&&e<=65007||(e&65535)===65535||(e&65535)===65534}function Ro(e,t){if(e=e.replace(t.subset?Mh(t.subset):/["&'<>`]/g,n),t.subset||t.escapeOnly)return e;return e.replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,r).replace(/[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,n);function r(a,s,o){return t.format((a.charCodeAt(0)-55296)*1024+a.charCodeAt(1)-56320+65536,o.charCodeAt(s+2),t)}function n(a,s,o){return t.format(a.charCodeAt(0),o.charCodeAt(s+1),t)}}function Mh(e){let t=[],r=-1;for(;++r<e.length;)t.push(e[r].replace(/[|\\{}()[\]^$+*?.]/g,"\\$&"));return new RegExp("(?:"+t.join("|")+")","g")}function Vo(e){return"&#x"+e.toString(16).toUpperCase()+";"}function gi(e,t){return Ro(e,Object.assign({format:Vo},t))}var Ot=(function(e){if(e==null)return jh;if(typeof e=="function")return bi(e);if(typeof e=="object")return Array.isArray(e)?Bh(e):qh(e);if(typeof e=="string")return zh(e);throw new Error("Expected function, string, or object as test")});function Bh(e){let t=[],r=-1;for(;++r<e.length;)t[r]=Ot(e[r]);return bi(n);function n(...a){let s=-1;for(;++s<t.length;)if(t[s].apply(this,a))return!0;return!1}}function qh(e){let t=e;return bi(r);function r(n){let a=n,s;for(s in e)if(a[s]!==t[s])return!1;return!0}}function zh(e){return bi(t);function t(r){return r&&r.type===e}}function bi(e){return t;function t(r,n,a){return!!(Uh(r)&&e.call(this,r,typeof n=="number"?n:void 0,a||void 0))}}function jh(){return!0}function Uh(e){return e!==null&&typeof e=="object"&&"type"in e}function Do(e){return"\x1B[33m"+e+"\x1B[39m"}var Oo=[],ki=!0,Xt=!1,yi="skip";function Yt(e,t,r,n){let a;typeof t=="function"&&typeof r!="function"?(n=r,r=t):a=t;let s=Ot(a),o=n?-1:1;l(e,void 0,[])();function l(c,p,f){let h=c&&typeof c=="object"?c:{};if(typeof h.type=="string"){let x=typeof h.tagName=="string"?h.tagName:typeof h.name=="string"?h.name:void 0;Object.defineProperty(b,"name",{value:"node ("+Do(c.type+(x?"<"+x+">":""))+")"})}return b;function b(){let x=Oo,k,S,w;if((!t||s(c,p,f[f.length-1]||void 0))&&(x=Jh(r(c,f)),x[0]===Xt))return x;if("children"in c&&c.children){let A=c;if(A.children&&x[0]!==yi)for(S=(n?A.children.length:-1)+o,w=f.concat(A);S>-1&&S<A.children.length;){let T=A.children[S];if(k=l(T,S,w)(),k[0]===Xt)return k;S=typeof k[1]=="number"?k[1]:S+o}}return x}}}function Jh(e){return Array.isArray(e)?e:typeof e=="number"?[ki,e]:e==null?Oo:[e]}var Hh={}.hasOwnProperty,Gh={},Mo=/^[^\t\n\r "#'.<=>`}]+$/,Wh=/^[^\t\n\r "'<=>`}]+$/;function Nn(){return{canContainEols:["textDirective"],enter:{directiveContainer:Qh,directiveContainerAttributes:An,directiveContainerLabel:Yh,directiveLeaf:Kh,directiveLeafAttributes:An,directiveText:Xh,directiveTextAttributes:An},exit:{directiveContainer:Fn,directiveContainerAttributeClassValue:In,directiveContainerAttributeIdValue:_n,directiveContainerAttributeName:Ln,directiveContainerAttributeValue:Tn,directiveContainerAttributes:Pn,directiveContainerLabel:$h,directiveContainerName:En,directiveLeaf:Fn,directiveLeafAttributeClassValue:In,directiveLeafAttributeIdValue:_n,directiveLeafAttributeName:Ln,directiveLeafAttributeValue:Tn,directiveLeafAttributes:Pn,directiveLeafName:En,directiveText:Fn,directiveTextAttributeClassValue:In,directiveTextAttributeIdValue:_n,directiveTextAttributeName:Ln,directiveTextAttributeValue:Tn,directiveTextAttributes:Pn,directiveTextName:En}}}function Rn(e){let t=e||Gh;if(t.quote!=='"'&&t.quote!=="'"&&t.quote!==null&&t.quote!==void 0)throw new Error("Invalid quote `"+t.quote+"`, expected `'` or `\"`");return r.peek=Zh,{handlers:{containerDirective:r,leafDirective:r,textDirective:r},unsafe:[{character:"\r",inConstruct:["leafDirectiveLabel","containerDirectiveLabel"]},{character:`
14
+ `,inConstruct:["leafDirectiveLabel","containerDirectiveLabel"]},{before:"[^:]",character:":",after:"[A-Za-z]",inConstruct:["phrasing"]},{atBreak:!0,character:":",after:":"}]};function r(s,o,l,c){let p=l.createTracker(c),f=ep(s),h=l.enter(s.type),b=p.move(f+(s.name||"")),x;if(s.type==="containerDirective"){let k=(s.children||[])[0];x=Bo(k)?k:void 0}else x=s;if(x&&x.children&&x.children.length>0){let k=l.enter("label"),S=`${s.type}Label`,w=l.enter(S);b+=p.move("["),b+=p.move(l.containerPhrasing(x,{...p.current(),before:b,after:"]"})),b+=p.move("]"),w(),k()}if(b+=p.move(n(s,l)),s.type==="containerDirective"){let k=(s.children||[])[0],S=s;Bo(k)&&(S=Object.assign({},s,{children:s.children.slice(1)})),S&&S.children&&S.children.length>0&&(b+=p.move(`
15
+ `),b+=p.move(l.containerFlow(S,p.current()))),b+=p.move(`
16
+ `+f)}return h(),b}function n(s,o){let l=s.attributes||{},c=[],p,f,h,b;for(b in l)if(Hh.call(l,b)&&l[b]!==void 0&&l[b]!==null){let x=String(l[b]);if(b==="id")h=t.preferShortcut!==!1&&Mo.test(x)?"#"+x:a("id",x,s,o);else if(b==="class"){let k=x.split(/[\t\n\r ]+/g),S=[],w=[],A=-1;for(;++A<k.length;)(t.preferShortcut!==!1&&Mo.test(k[A])?w:S).push(k[A]);p=S.length>0?a("class",S.join(" "),s,o):"",f=w.length>0?"."+w.join("."):""}else c.push(a(b,x,s,o))}return p&&c.unshift(p),f&&c.unshift(f),h&&c.unshift(h),c.length>0?"{"+c.join(" ")+"}":""}function a(s,o,l,c){if(t.collapseEmptyAttributes!==!1&&!o)return s;if(t.preferUnquoted&&Wh.test(o))return s+"="+o;let p=t.quote||c.options.quote||'"',f=p==='"'?"'":'"',h=t.quoteSmart&&_t(o,p)>_t(o,f)?f:p,b=l.type==="textDirective"?[h]:[h,`
17
+ `,"\r"];return s+"="+h+gi(o,{subset:b})+h}}function Qh(e){Vn.call(this,"containerDirective",e)}function Kh(e){Vn.call(this,"leafDirective",e)}function Xh(e){Vn.call(this,"textDirective",e)}function Vn(e,t){this.enter({type:e,name:"",attributes:{},children:[]},t)}function En(e){let t=this.stack[this.stack.length-1];t.type==="containerDirective"||t.type==="leafDirective"||t.type,t.name=this.sliceSerialize(e)}function Yh(e){this.enter({type:"paragraph",data:{directiveLabel:!0},children:[]},e)}function $h(e){this.exit(e)}function An(){this.data.directiveAttributes=[],this.buffer()}function _n(e){let t=this.data.directiveAttributes;t.push(["id",Kt(this.sliceSerialize(e),{attribute:!0})])}function In(e){let t=this.data.directiveAttributes;t.push(["class",Kt(this.sliceSerialize(e),{attribute:!0})])}function Tn(e){let t=this.data.directiveAttributes;t[t.length-1][1]=Kt(this.sliceSerialize(e),{attribute:!0})}function Ln(e){let t=this.data.directiveAttributes;t.push([this.sliceSerialize(e),""])}function Pn(){let e=this.data.directiveAttributes;let t={},r=-1;for(;++r<e.length;){let a=e[r];a[0]==="class"&&t.class?t.class+=" "+a[1]:t[a[0]]=a[1]}this.data.directiveAttributes=void 0,this.resume();let n=this.stack[this.stack.length-1];n.type==="containerDirective"||n.type==="leafDirective"||n.type,n.attributes=t}function Fn(e){this.exit(e)}function Zh(){return":"}function Bo(e){return!!(e&&e.type==="paragraph"&&e.data&&e.data.directiveLabel)}function ep(e){let t=0;return e.type==="containerDirective"?(Yt(e,function(r,n){if(r.type==="containerDirective"){let a=n.length,s=0;for(;a--;)n[a].type==="containerDirective"&&s++;s>t&&(t=s)}}),t+=3):e.type==="leafDirective"?t=2:t=1,":".repeat(t)}var ke=Mt(/[A-Za-z]/),Ee=Mt(/[\dA-Za-z]/),qo=Mt(/[#-'*+\--9=?A-Z^-~]/);function $t(e){return e!==null&&(e<32||e===127)}var Or=Mt(/\d/),zo=Mt(/[\dA-Fa-f]/),jo=Mt(/[!-/:-@[-`{-~]/);function B(e){return e!==null&&e<-2}function ee(e){return e!==null&&(e<0||e===32)}function Q(e){return e===-2||e===-1||e===32}var He=Mt(/\p{P}|\p{S}/u),ge=Mt(/\s/);function Mt(e){return t;function t(r){return r!==null&&r>-1&&e.test(String.fromCharCode(r))}}function G(e,t,r,n){let a=n?n-1:Number.POSITIVE_INFINITY,s=0;return o;function o(c){return Q(c)?(e.enter(r),l(c)):t(c)}function l(c){return Q(c)&&s++<a?(e.consume(c),l):(e.exit(r),t(c))}}function it(e,t){let r;return n;function n(a){return B(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),r=!0,n):Q(a)?G(e,n,r?"linePrefix":"lineSuffix")(a):t(a)}}function xr(e,t,r,n,a,s,o,l,c,p,f,h,b,x,k){let S,w;return A;function A(F){return e.enter(n),e.enter(a),e.consume(F),e.exit(a),T}function T(F){return F===35?(S=o,E(F)):F===46?(S=l,E(F)):k&&Q(F)?G(e,T,"whitespace")(F):!k&&ee(F)?it(e,T)(F):F===null||B(F)||ge(F)||He(F)&&F!==45&&F!==95?$(F):(e.enter(s),e.enter(c),e.consume(F),R)}function E(F){let te=S+"Marker";return e.enter(s),e.enter(S),e.enter(te),e.consume(F),e.exit(te),d}function d(F){if(F===null||F===34||F===35||F===39||F===46||F===60||F===61||F===62||F===96||F===125||ee(F))return r(F);let te=S+"Value";return e.enter(te),e.consume(F),q}function q(F){if(F===null||F===34||F===39||F===60||F===61||F===62||F===96)return r(F);if(F===35||F===46||F===125||ee(F)){let te=S+"Value";return e.exit(te),e.exit(S),e.exit(s),T(F)}return e.consume(F),q}function R(F){return F===null||B(F)||ge(F)||He(F)&&F!==45&&F!==46&&F!==58&&F!==95?(e.exit(c),k&&Q(F)?G(e,L,"whitespace")(F):!k&&ee(F)?it(e,L)(F):L(F)):(e.consume(F),R)}function L(F){return F===61?(e.enter(p),e.consume(F),e.exit(p),M):(e.exit(s),T(F))}function M(F){return F===null||F===60||F===61||F===62||F===96||F===125||k&&B(F)?r(F):F===34||F===39?(e.enter(f),e.enter(b),e.consume(F),e.exit(b),w=F,P):k&&Q(F)?G(e,M,"whitespace")(F):!k&&ee(F)?it(e,M)(F):(e.enter(h),e.enter(x),e.consume(F),w=void 0,N)}function N(F){return F===null||F===34||F===39||F===60||F===61||F===62||F===96?r(F):F===125||ee(F)?(e.exit(x),e.exit(h),e.exit(s),T(F)):(e.consume(F),N)}function P(F){return F===w?(e.enter(b),e.consume(F),e.exit(b),e.exit(f),e.exit(s),W):(e.enter(h),re(F))}function re(F){return F===w?(e.exit(h),P(F)):F===null?r(F):B(F)?k?r(F):it(e,re)(F):(e.enter(x),e.consume(F),J)}function J(F){return F===w||F===null||B(F)?(e.exit(x),re(F)):(e.consume(F),J)}function W(F){return F===125||ee(F)?T(F):$(F)}function $(F){return F===125?(e.enter(a),e.consume(F),e.exit(a),e.exit(n),t):r(F)}}function gr(e,t,r,n,a,s,o){let l=0,c=0,p;return f;function f(w){return e.enter(n),e.enter(a),e.consume(w),e.exit(a),h}function h(w){return w===93?(e.enter(a),e.consume(w),e.exit(a),e.exit(n),t):(e.enter(s),b(w))}function b(w){if(w===93&&!c)return S(w);let A=e.enter("chunkText",{_contentTypeTextTrailing:!0,contentType:"text",previous:p});return p&&(p.next=A),p=A,x(w)}function x(w){return w===null||l>999||w===91&&++c>32?r(w):w===93&&!c--?(e.exit("chunkText"),S(w)):B(w)?o?r(w):(e.consume(w),e.exit("chunkText"),b):(e.consume(w),w===92?k:x)}function k(w){return w===91||w===92||w===93?(e.consume(w),l++,x):x(w)}function S(w){return e.exit(s),e.enter(a),e.consume(w),e.exit(a),e.exit(n),t}}function br(e,t,r,n){let a=this;return s;function s(l){return l===null||B(l)||He(l)||ge(l)?r(l):(e.enter(n),e.consume(l),o)}function o(l){return l===null||B(l)||ge(l)||He(l)&&l!==45&&l!==95?(e.exit(n),a.previous===45||a.previous===95?r(l):t(l)):(e.consume(l),o)}}var Uo={tokenize:ip,concrete:!0},tp={tokenize:np,partial:!0},rp={tokenize:ap,partial:!0},vi={tokenize:sp,partial:!0};function ip(e,t,r){let n=this,a=n.events[n.events.length-1],s=a&&a[1].type==="linePrefix"?a[2].sliceSerialize(a[1],!0).length:0,o=0,l;return c;function c(N){return e.enter("directiveContainer"),e.enter("directiveContainerFence"),e.enter("directiveContainerSequence"),p(N)}function p(N){return N===58?(e.consume(N),o++,p):o<3?r(N):(e.exit("directiveContainerSequence"),br.call(n,e,f,r,"directiveContainerName")(N))}function f(N){return N===91?e.attempt(tp,h,h)(N):h(N)}function h(N){return N===123?e.attempt(rp,b,b)(N):b(N)}function b(N){return G(e,x,"whitespace")(N)}function x(N){return e.exit("directiveContainerFence"),N===null?L(N):B(N)?n.interrupt?t(N):e.attempt(vi,k,L)(N):r(N)}function k(N){return N===null?L(N):B(N)?e.check(vi,E,L)(N):(e.enter("directiveContainerContent"),S(N))}function S(N){return e.attempt({tokenize:M,partial:!0},R,s?G(e,w,"linePrefix",s+1):w)(N)}function w(N){return N===null?R(N):B(N)?e.check(vi,T,R)(N):T(N)}function A(N){if(N===null){let P=e.exit("chunkDocument");return n.parser.lazy[P.start.line]=!1,R(N)}return B(N)?e.check(vi,d,q)(N):(e.consume(N),A)}function T(N){let P=e.enter("chunkDocument",{contentType:"document",previous:l});return l&&(l.next=P),l=P,A(N)}function E(N){return e.enter("directiveContainerContent"),S(N)}function d(N){e.consume(N);let P=e.exit("chunkDocument");return n.parser.lazy[P.start.line]=!1,S}function q(N){let P=e.exit("chunkDocument");return n.parser.lazy[P.start.line]=!1,R(N)}function R(N){return e.exit("directiveContainerContent"),L(N)}function L(N){return e.exit("directiveContainer"),t(N)}function M(N,P,re){let J=0;return G(N,W,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4);function W(te){return N.enter("directiveContainerFence"),N.enter("directiveContainerSequence"),$(te)}function $(te){return te===58?(N.consume(te),J++,$):J<o?re(te):(N.exit("directiveContainerSequence"),G(N,F,"whitespace")(te))}function F(te){return te===null||B(te)?(N.exit("directiveContainerFence"),P(te)):re(te)}}}function np(e,t,r){return gr(e,t,r,"directiveContainerLabel","directiveContainerLabelMarker","directiveContainerLabelString",!0)}function ap(e,t,r){return xr(e,t,r,"directiveContainerAttributes","directiveContainerAttributesMarker","directiveContainerAttribute","directiveContainerAttributeId","directiveContainerAttributeClass","directiveContainerAttributeName","directiveContainerAttributeInitializerMarker","directiveContainerAttributeValueLiteral","directiveContainerAttributeValue","directiveContainerAttributeValueMarker","directiveContainerAttributeValueData",!0)}function sp(e,t,r){let n=this;return a;function a(o){return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),s}function s(o){return n.parser.lazy[n.now().line]?r(o):t(o)}}var Jo={tokenize:lp},op={tokenize:cp,partial:!0},up={tokenize:hp,partial:!0};function lp(e,t,r){let n=this;return a;function a(f){return e.enter("directiveLeaf"),e.enter("directiveLeafSequence"),e.consume(f),s}function s(f){return f===58?(e.consume(f),e.exit("directiveLeafSequence"),br.call(n,e,o,r,"directiveLeafName")):r(f)}function o(f){return f===91?e.attempt(op,l,l)(f):l(f)}function l(f){return f===123?e.attempt(up,c,c)(f):c(f)}function c(f){return G(e,p,"whitespace")(f)}function p(f){return f===null||B(f)?(e.exit("directiveLeaf"),t(f)):r(f)}}function cp(e,t,r){return gr(e,t,r,"directiveLeafLabel","directiveLeafLabelMarker","directiveLeafLabelString",!0)}function hp(e,t,r){return xr(e,t,r,"directiveLeafAttributes","directiveLeafAttributesMarker","directiveLeafAttribute","directiveLeafAttributeId","directiveLeafAttributeClass","directiveLeafAttributeName","directiveLeafAttributeInitializerMarker","directiveLeafAttributeValueLiteral","directiveLeafAttributeValue","directiveLeafAttributeValueMarker","directiveLeafAttributeValueData",!0)}var Ho={tokenize:dp,previous:mp},pp={tokenize:xp,partial:!0},fp={tokenize:gp,partial:!0};function mp(e){return e!==58||this.events[this.events.length-1][1].type==="characterEscape"}function dp(e,t,r){let n=this;return a;function a(c){return e.enter("directiveText"),e.enter("directiveTextMarker"),e.consume(c),e.exit("directiveTextMarker"),br.call(n,e,s,r,"directiveTextName")}function s(c){return c===58?r(c):c===91?e.attempt(pp,o,o)(c):o(c)}function o(c){return c===123?e.attempt(fp,l,l)(c):l(c)}function l(c){return e.exit("directiveText"),t(c)}}function xp(e,t,r){return gr(e,t,r,"directiveTextLabel","directiveTextLabelMarker","directiveTextLabelString")}function gp(e,t,r){return xr(e,t,r,"directiveTextAttributes","directiveTextAttributesMarker","directiveTextAttribute","directiveTextAttributeId","directiveTextAttributeClass","directiveTextAttributeName","directiveTextAttributeInitializerMarker","directiveTextAttributeValueLiteral","directiveTextAttributeValue","directiveTextAttributeValueMarker","directiveTextAttributeValueData")}function Dn(){return{text:{58:Ho},flow:{58:[Uo,Jo]}}}function wi(){let t=this.data(),r=t.micromarkExtensions||(t.micromarkExtensions=[]),n=t.fromMarkdownExtensions||(t.fromMarkdownExtensions=[]),a=t.toMarkdownExtensions||(t.toMarkdownExtensions=[]);r.push(Dn()),n.push(Nn()),a.push(Rn())}var Wo=At(Go(),1),Mr=Object.assign(Zt(Error),{eval:Zt(EvalError),range:Zt(RangeError),reference:Zt(ReferenceError),syntax:Zt(SyntaxError),type:Zt(TypeError),uri:Zt(URIError)});function Zt(e){return t.displayName=e.displayName||e.name,t;function t(r,...n){let a=r&&(0,Wo.default)(r,...n);return new e(a)}}var Ci={}.hasOwnProperty,Qo={yaml:"-",toml:"+"};function kr(e){let t=[],r=-1,n=Array.isArray(e)?e:e?[e]:["yaml"];for(;++r<n.length;)t[r]=bp(n[r]);return t}function bp(e){let t=e;if(typeof t=="string"){if(!Ci.call(Qo,t))throw Mr("Missing matter definition for `%s`",t);t={type:t,marker:Qo[t]}}else if(typeof t!="object")throw Mr("Expected matter to be an object, not `%j`",t);if(!Ci.call(t,"type"))throw Mr("Missing `type` in matter `%j`",t);if(!Ci.call(t,"fence")&&!Ci.call(t,"marker"))throw Mr("Missing `marker` or `fence` in matter `%j`",t);return t}function Bn(e){let t=kr(e),r={},n=-1;for(;++n<t.length;){let a=t[n],s=Mn(a,"open").charCodeAt(0),o=kp(a),l=r[s];Array.isArray(l)?l.push(o):r[s]=[o]}return{flow:r}}function kp(e){let t=e.anywhere,r=e.type,n=r+"Fence",a=n+"Sequence",s=r+"Value",o={tokenize:f,partial:!0},l,c=0;return{tokenize:p,concrete:!0};function p(h,b,x){let k=this;return S;function S(L){let M=k.now();return M.column===1&&(M.line===1||t)&&(l=Mn(e,"open"),c=0,L===l.charCodeAt(c))?(h.enter(r),h.enter(n),h.enter(a),w(L)):x(L)}function w(L){return c===l.length?(h.exit(a),Q(L)?(h.enter("whitespace"),A(L)):T(L)):L===l.charCodeAt(c++)?(h.consume(L),w):x(L)}function A(L){return Q(L)?(h.consume(L),A):(h.exit("whitespace"),T(L))}function T(L){return B(L)?(h.exit(n),h.enter("lineEnding"),h.consume(L),h.exit("lineEnding"),l=Mn(e,"close"),c=0,h.attempt(o,R,E)):x(L)}function E(L){return L===null||B(L)?q(L):(h.enter(s),d(L))}function d(L){return L===null||B(L)?(h.exit(s),q(L)):(h.consume(L),d)}function q(L){return L===null?x(L):(h.enter("lineEnding"),h.consume(L),h.exit("lineEnding"),h.attempt(o,R,E))}function R(L){return h.exit(r),b(L)}}function f(h,b,x){let k=0;return S;function S(E){return E===l.charCodeAt(k)?(h.enter(n),h.enter(a),w(E)):x(E)}function w(E){return k===l.length?(h.exit(a),Q(E)?(h.enter("whitespace"),A(E)):T(E)):E===l.charCodeAt(k++)?(h.consume(E),w):x(E)}function A(E){return Q(E)?(h.consume(E),A):(h.exit("whitespace"),T(E))}function T(E){return E===null||B(E)?(h.exit(n),b(E)):x(E)}}}function Mn(e,t){return e.marker?Ko(e.marker,t).repeat(3):Ko(e.fence,t)}function Ko(e,t){return typeof e=="string"?e:e[t]}function Br(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function zn(e){let t=kr(e),r={},n={},a=-1;for(;++a<t.length;){let s=t[a];r[s.type]=yp(s),n[s.type]=vp,n[s.type+"Value"]=wp}return{enter:r,exit:n}}function yp(e){return t;function t(r){this.enter({type:e.type,value:""},r),this.buffer()}}function vp(e){let t=this.resume(),r=this.stack[this.stack.length-1];"value"in r,this.exit(e),r.value=t.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,"")}function wp(e){this.config.enter.data.call(this,e),this.config.exit.data.call(this,e)}function jn(e){let t=[],r={},n=kr(e),a=-1;for(;++a<n.length;){let s=n[a];r[s.type]=Cp(s);let o=qn(s,"open");t.push({atBreak:!0,character:o.charAt(0),after:Br(o.charAt(1))})}return{unsafe:t,handlers:r}}function Cp(e){let t=qn(e,"open"),r=qn(e,"close");return n;function n(a){return t+(a.value?`
13
18
  `+a.value:"")+`
14
- `+r}}function gn(e,t){return e.marker?yo(e.marker,t).repeat(3):yo(e.fence,t)}function yo(e,t){return typeof e=="string"?e:e[t]}var bh="yaml";function fi(e){let t=this,r=e||bh,n=t.data(),a=n.micromarkExtensions||(n.micromarkExtensions=[]),s=n.fromMarkdownExtensions||(n.fromMarkdownExtensions=[]),u=n.toMarkdownExtensions||(n.toMarkdownExtensions=[]);a.push(xn(r)),s.push(bn(r)),u.push(kn(r))}function fr(e,t){let r=String(e);if(typeof t!="string")throw new TypeError("Expected character");let n=0,a=r.indexOf(t);for(;a!==-1;)n++,a=r.indexOf(t,a+t.length);return n}var Vt=function(e){if(e==null)return wh;if(typeof e=="function")return mi(e);if(typeof e=="object")return Array.isArray(e)?kh(e):yh(e);if(typeof e=="string")return vh(e);throw new Error("Expected function, string, or object as test")};function kh(e){let t=[],r=-1;for(;++r<e.length;)t[r]=Vt(e[r]);return mi(n);function n(...a){let s=-1;for(;++s<t.length;)if(t[s].apply(this,a))return!0;return!1}}function yh(e){let t=e;return mi(r);function r(n){let a=n,s;for(s in e)if(a[s]!==t[s])return!1;return!0}}function vh(e){return mi(t);function t(r){return r&&r.type===e}}function mi(e){return t;function t(r,n,a){return!!(Ch(r)&&e.call(this,r,typeof n=="number"?n:void 0,a||void 0))}}function wh(){return!0}function Ch(e){return e!==null&&typeof e=="object"&&"type"in e}function vo(e){return"\x1B[33m"+e+"\x1B[39m"}var wo=[],di=!0,Kt=!1,xi="skip";function Vr(e,t,r,n){let a;typeof t=="function"&&typeof r!="function"?(n=r,r=t):a=t;let s=Vt(a),u=n?-1:1;l(e,void 0,[])();function l(c,p,m){let h=c&&typeof c=="object"?c:{};if(typeof h.type=="string"){let x=typeof h.tagName=="string"?h.tagName:typeof h.name=="string"?h.name:void 0;Object.defineProperty(k,"name",{value:"node ("+vo(c.type+(x?"<"+x+">":""))+")"})}return k;function k(){let x=wo,y,E,C;if((!t||s(c,p,m[m.length-1]||void 0))&&(x=Sh(r(c,m)),x[0]===Kt))return x;if("children"in c&&c.children){let I=c;if(I.children&&x[0]!==xi)for(E=(n?I.children.length:-1)+u,C=m.concat(I);E>-1&&E<I.children.length;){let T=I.children[E];if(y=l(T,E,C)(),y[0]===Kt)return y;E=typeof y[1]=="number"?y[1]:E+u}}return x}}}function Sh(e){return Array.isArray(e)?e:typeof e=="number"?[di,e]:e==null?wo:[e]}function yn(e,t,r){let a=Vt((r||{}).ignore||[]),s=Eh(t),u=-1;for(;++u<s.length;)Vr(e,"text",l);function l(p,m){let h=-1,k;for(;++h<m.length;){let x=m[h],y=k?k.children:void 0;if(a(x,y?y.indexOf(x):void 0,k))return;k=x}if(k)return c(p,m)}function c(p,m){let h=m[m.length-1],k=s[u][0],x=s[u][1],y=0,C=h.children.indexOf(p),I=!1,T=[];k.lastIndex=0;let S=k.exec(p.value);for(;S;){let d=S.index,D={index:S.index,input:S.input,stack:[...m,p]},N=x(...S,D);if(typeof N=="string"&&(N=N.length>0?{type:"text",value:N}:void 0),N===!1?k.lastIndex=d+1:(y!==d&&T.push({type:"text",value:p.value.slice(y,d)}),Array.isArray(N)?T.push(...N):N&&T.push(N),y=d+S[0].length,I=!0),!k.global)break;S=k.exec(p.value)}return I?(y<p.value.length&&T.push({type:"text",value:p.value.slice(y)}),h.children.splice(C,1,...T)):T=[p],C+T.length}}function Eh(e){let t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");let r=!e[0]||Array.isArray(e[0])?e:[e],n=-1;for(;++n<r.length;){let a=r[n];t.push([_h(a[0]),Ah(a[1])])}return t}function _h(e){return typeof e=="string"?new RegExp(Rr(e),"g"):e}function Ah(e){return typeof e=="function"?e:function(){return e}}var vn="phrasing",wn=["autolink","link","image","label"];function Sn(){return{transforms:[Nh],enter:{literalAutolink:Ih,literalAutolinkEmail:Cn,literalAutolinkHttp:Cn,literalAutolinkWww:Cn},exit:{literalAutolink:Fh,literalAutolinkEmail:Lh,literalAutolinkHttp:Th,literalAutolinkWww:Ph}}}function En(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:vn,notInConstruct:wn},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:vn,notInConstruct:wn},{character:":",before:"[ps]",after:"\\/",inConstruct:vn,notInConstruct:wn}]}}function Ih(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function Cn(e){this.config.enter.autolinkProtocol.call(this,e)}function Th(e){this.config.exit.autolinkProtocol.call(this,e)}function Ph(e){this.config.exit.data.call(this,e);let t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function Lh(e){this.config.exit.autolinkEmail.call(this,e)}function Fh(e){this.exit(e)}function Nh(e){yn(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,Rh],[/([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/g,Vh]],{ignore:["link","linkReference"]})}function Rh(e,t,r,n,a){let s="";if(!Co(a)||(/^w/i.test(t)&&(r=t+r,t="",s="http://"),!Oh(r)))return!1;let u=Dh(r+n);if(!u[0])return!1;let l={type:"link",title:null,url:s+t+u[0],children:[{type:"text",value:t+u[0]}]};return u[1]?[l,{type:"text",value:u[1]}]:l}function Vh(e,t,r,n){return!Co(n,!0)||/[-\d_]$/.test(r)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+r,children:[{type:"text",value:t+"@"+r}]}}function Oh(e){let t=e.split(".");return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function Dh(e){let t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let r=t[0],n=r.indexOf(")"),a=fr(e,"("),s=fr(e,")");for(;n!==-1&&a>s;)e+=r.slice(0,n+1),r=r.slice(n+1),n=r.indexOf(")"),s++;return[e,r]}function Co(e,t){let r=e.input.charCodeAt(e.index-1);return(e.index===0||Ee(r)||Wt(r))&&(!t||r!==47)}function Fe(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}So.peek=Gh;function _n(){return{enter:{gfmFootnoteDefinition:Bh,gfmFootnoteDefinitionLabelString:Mh,gfmFootnoteCall:jh,gfmFootnoteCallString:Uh},exit:{gfmFootnoteDefinition:zh,gfmFootnoteDefinitionLabelString:qh,gfmFootnoteCall:Hh,gfmFootnoteCallString:Jh}}}function An(){return{unsafe:[{character:"[",inConstruct:["phrasing","label","reference"]}],handlers:{footnoteDefinition:Wh,footnoteReference:So}}}function Bh(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function Mh(){this.buffer()}function qh(e){let t=this.resume(),r=this.stack[this.stack.length-1];r.type,r.label=t,r.identifier=Fe(this.sliceSerialize(e)).toLowerCase()}function zh(e){this.exit(e)}function jh(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function Uh(){this.buffer()}function Jh(e){let t=this.resume(),r=this.stack[this.stack.length-1];r.type,r.label=t,r.identifier=Fe(this.sliceSerialize(e)).toLowerCase()}function Hh(e){this.exit(e)}function So(e,t,r,n){let a=r.createTracker(n),s=a.move("[^"),u=r.enter("footnoteReference"),l=r.enter("reference");return s+=a.move(r.safe(r.associationId(e),{...a.current(),before:s,after:"]"})),l(),u(),s+=a.move("]"),s}function Gh(){return"["}function Wh(e,t,r,n){let a=r.createTracker(n),s=a.move("[^"),u=r.enter("footnoteDefinition"),l=r.enter("label");return s+=a.move(r.safe(r.associationId(e),{...a.current(),before:s,after:"]"})),l(),s+=a.move("]:"+(e.children&&e.children.length>0?" ":"")),a.shift(4),s+=a.move(r.indentLines(r.containerFlow(e,a.current()),Qh)),u(),s}function Qh(e,t,r){return t===0?e:(r?"":" ")+e}var Kh=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];Eo.peek=$h;function In(){return{canContainEols:["delete"],enter:{strikethrough:Xh},exit:{strikethrough:Yh}}}function Tn(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:Kh}],handlers:{delete:Eo}}}function Xh(e){this.enter({type:"delete",children:[]},e)}function Yh(e){this.exit(e)}function Eo(e,t,r,n){let a=r.createTracker(n),s=r.enter("strikethrough"),u=a.move("~~");return u+=r.containerPhrasing(e,{...a.current(),before:u,after:"~"}),u+=a.move("~~"),s(),u}function $h(){return"~"}function Ao(e,t={}){let r=(t.align||[]).concat(),n=t.stringLength||ep,a=[],s=[],u=[],l=[],c=0,p=-1;for(;++p<e.length;){let y=[],E=[],C=-1;for(e[p].length>c&&(c=e[p].length);++C<e[p].length;){let I=Zh(e[p][C]);if(t.alignDelimiters!==!1){let T=n(I);E[C]=T,(l[C]===void 0||T>l[C])&&(l[C]=T)}y.push(I)}s[p]=y,u[p]=E}let m=-1;if(typeof r=="object"&&"length"in r)for(;++m<c;)a[m]=_o(r[m]);else{let y=_o(r);for(;++m<c;)a[m]=y}m=-1;let h=[],k=[];for(;++m<c;){let y=a[m],E="",C="";y===99?(E=":",C=":"):y===108?E=":":y===114&&(C=":");let I=t.alignDelimiters===!1?1:Math.max(1,l[m]-E.length-C.length),T=E+"-".repeat(I)+C;t.alignDelimiters!==!1&&(I=E.length+I+C.length,I>l[m]&&(l[m]=I),k[m]=I),h[m]=T}s.splice(1,0,h),u.splice(1,0,k),p=-1;let x=[];for(;++p<s.length;){let y=s[p],E=u[p];m=-1;let C=[];for(;++m<c;){let I=y[m]||"",T="",S="";if(t.alignDelimiters!==!1){let d=l[m]-(E[m]||0),D=a[m];D===114?T=" ".repeat(d):D===99?d%2?(T=" ".repeat(d/2+.5),S=" ".repeat(d/2-.5)):(T=" ".repeat(d/2),S=T):S=" ".repeat(d)}t.delimiterStart!==!1&&!m&&C.push("|"),t.padding!==!1&&!(t.alignDelimiters===!1&&I==="")&&(t.delimiterStart!==!1||m)&&C.push(" "),t.alignDelimiters!==!1&&C.push(T),C.push(I),t.alignDelimiters!==!1&&C.push(S),t.padding!==!1&&C.push(" "),(t.delimiterEnd!==!1||m!==c-1)&&C.push("|")}x.push(t.delimiterEnd===!1?C.join("").replace(/ +$/,""):C.join(""))}return x.join(`
15
- `)}function Zh(e){return e==null?"":String(e)}function ep(e){return e.length}function _o(e){let t=typeof e=="string"?e.codePointAt(0):0;return t===67||t===99?99:t===76||t===108?108:t===82||t===114?114:0}function Io(e,t,r,n){let a=r.enter("blockquote"),s=r.createTracker(n);s.move("> "),s.shift(2);let u=r.indentLines(r.containerFlow(e,s.current()),tp);return a(),u}function tp(e,t,r){return">"+(r?"":" ")+e}function Po(e,t){return To(e,t.inConstruct,!0)&&!To(e,t.notInConstruct,!1)}function To(e,t,r){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return r;let n=-1;for(;++n<t.length;)if(e.includes(t[n]))return!0;return!1}function Pn(e,t,r,n){let a=-1;for(;++a<r.unsafe.length;)if(r.unsafe[a].character===`
16
- `&&Po(r.stack,r.unsafe[a]))return/[ \t]/.test(n.before)?"":" ";return`\\
17
- `}function gi(e,t){let r=String(e),n=r.indexOf(t),a=n,s=0,u=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;n!==-1;)n===a?++s>u&&(u=s):s=1,a=n+t.length,n=r.indexOf(t,a);return u}function Lo(e,t){return!!(t.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function Fo(e){let t=e.options.fence||"`";if(t!=="`"&&t!=="~")throw new Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}function No(e,t,r,n){let a=Fo(r),s=e.value||"",u=a==="`"?"GraveAccent":"Tilde";if(Lo(e,r)){let h=r.enter("codeIndented"),k=r.indentLines(s,rp);return h(),k}let l=r.createTracker(n),c=a.repeat(Math.max(gi(s,a)+1,3)),p=r.enter("codeFenced"),m=l.move(c);if(e.lang){let h=r.enter(`codeFencedLang${u}`);m+=l.move(r.safe(e.lang,{before:m,after:" ",encode:["`"],...l.current()})),h()}if(e.lang&&e.meta){let h=r.enter(`codeFencedMeta${u}`);m+=l.move(" "),m+=l.move(r.safe(e.meta,{before:m,after:`
18
- `,encode:["`"],...l.current()})),h()}return m+=l.move(`
19
- `),s&&(m+=l.move(s+`
20
- `)),m+=l.move(c),p(),m}function rp(e,t,r){return(r?"":" ")+e}function mr(e){let t=e.options.quote||'"';if(t!=='"'&&t!=="'")throw new Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function Ro(e,t,r,n){let a=mr(r),s=a==='"'?"Quote":"Apostrophe",u=r.enter("definition"),l=r.enter("label"),c=r.createTracker(n),p=c.move("[");return p+=c.move(r.safe(r.associationId(e),{before:p,after:"]",...c.current()})),p+=c.move("]: "),l(),!e.url||/[\0- \u007F]/.test(e.url)?(l=r.enter("destinationLiteral"),p+=c.move("<"),p+=c.move(r.safe(e.url,{before:p,after:">",...c.current()})),p+=c.move(">")):(l=r.enter("destinationRaw"),p+=c.move(r.safe(e.url,{before:p,after:e.title?" ":`
21
- `,...c.current()}))),l(),e.title&&(l=r.enter(`title${s}`),p+=c.move(" "+a),p+=c.move(r.safe(e.title,{before:p,after:a,...c.current()})),p+=c.move(a),l()),u(),p}function Vo(e){let t=e.options.emphasis||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}Ln.peek=ip;function Ln(e,t,r,n){let a=Vo(r),s=r.enter("emphasis"),u=r.createTracker(n),l=u.move(a);return l+=u.move(r.containerPhrasing(e,{before:l,after:a,...u.current()})),l+=u.move(a),s(),l}function ip(e,t,r){return r.options.emphasis||"*"}function Fn(e,t,r,n){let a,s,u;typeof t=="function"&&typeof r!="function"?(s=void 0,u=t,a=r):(s=t,u=r,a=n),Vr(e,s,l,a);function l(c,p){let m=p[p.length-1],h=m?m.children.indexOf(c):void 0;return u(c,h,m)}}var np={};function Xt(e,t){let r=t||np,n=typeof r.includeImageAlt=="boolean"?r.includeImageAlt:!0,a=typeof r.includeHtml=="boolean"?r.includeHtml:!0;return Do(e,n,a)}function Do(e,t,r){if(ap(e)){if("value"in e)return e.type==="html"&&!r?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return Oo(e.children,t,r)}return Array.isArray(e)?Oo(e,t,r):""}function Oo(e,t,r){let n=[],a=-1;for(;++a<e.length;)n[a]=Do(e[a],t,r);return n.join("")}function ap(e){return!!(e&&typeof e=="object")}function Bo(e,t){let r=!1;return Fn(e,function(n){if("value"in n&&/\r?\n|\r/.test(n.value)||n.type==="break")return r=!0,Kt}),!!((!e.depth||e.depth<3)&&Xt(e)&&(t.options.setext||r))}function Mo(e,t,r,n){let a=Math.max(Math.min(6,e.depth||1),1),s=r.createTracker(n);if(Bo(e,r)){let m=r.enter("headingSetext"),h=r.enter("phrasing"),k=r.containerPhrasing(e,{...s.current(),before:`
19
+ `+r}}function qn(e,t){return e.marker?Xo(e.marker,t).repeat(3):Xo(e.fence,t)}function Xo(e,t){return typeof e=="string"?e:e[t]}var Sp="yaml";function Si(e){let t=this,r=e||Sp,n=t.data(),a=n.micromarkExtensions||(n.micromarkExtensions=[]),s=n.fromMarkdownExtensions||(n.fromMarkdownExtensions=[]),o=n.toMarkdownExtensions||(n.toMarkdownExtensions=[]);a.push(Bn(r)),s.push(zn(r)),o.push(jn(r))}function Un(e,t,r){let a=Ot((r||{}).ignore||[]),s=Ep(t),o=-1;for(;++o<s.length;)Yt(e,"text",l);function l(p,f){let h=-1,b;for(;++h<f.length;){let x=f[h],k=b?b.children:void 0;if(a(x,k?k.indexOf(x):void 0,b))return;b=x}if(b)return c(p,f)}function c(p,f){let h=f[f.length-1],b=s[o][0],x=s[o][1],k=0,w=h.children.indexOf(p),A=!1,T=[];b.lastIndex=0;let E=b.exec(p.value);for(;E;){let d=E.index,q={index:E.index,input:E.input,stack:[...f,p]},R=x(...E,q);if(typeof R=="string"&&(R=R.length>0?{type:"text",value:R}:void 0),R===!1?b.lastIndex=d+1:(k!==d&&T.push({type:"text",value:p.value.slice(k,d)}),Array.isArray(R)?T.push(...R):R&&T.push(R),k=d+E[0].length,A=!0),!b.global)break;E=b.exec(p.value)}return A?(k<p.value.length&&T.push({type:"text",value:p.value.slice(k)}),h.children.splice(w,1,...T)):T=[p],w+T.length}}function Ep(e){let t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");let r=!e[0]||Array.isArray(e[0])?e:[e],n=-1;for(;++n<r.length;){let a=r[n];t.push([Ap(a[0]),_p(a[1])])}return t}function Ap(e){return typeof e=="string"?new RegExp(Br(e),"g"):e}function _p(e){return typeof e=="function"?e:function(){return e}}var Jn="phrasing",Hn=["autolink","link","image","label"];function Wn(){return{transforms:[Np],enter:{literalAutolink:Ip,literalAutolinkEmail:Gn,literalAutolinkHttp:Gn,literalAutolinkWww:Gn},exit:{literalAutolink:Fp,literalAutolinkEmail:Pp,literalAutolinkHttp:Tp,literalAutolinkWww:Lp}}}function Qn(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:Jn,notInConstruct:Hn},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:Jn,notInConstruct:Hn},{character:":",before:"[ps]",after:"\\/",inConstruct:Jn,notInConstruct:Hn}]}}function Ip(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function Gn(e){this.config.enter.autolinkProtocol.call(this,e)}function Tp(e){this.config.exit.autolinkProtocol.call(this,e)}function Lp(e){this.config.exit.data.call(this,e);let t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function Pp(e){this.config.exit.autolinkEmail.call(this,e)}function Fp(e){this.exit(e)}function Np(e){Un(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,Rp],[/([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/g,Vp]],{ignore:["link","linkReference"]})}function Rp(e,t,r,n,a){let s="";if(!Yo(a)||(/^w/i.test(t)&&(r=t+r,t="",s="http://"),!Dp(r)))return!1;let o=Op(r+n);if(!o[0])return!1;let l={type:"link",title:null,url:s+t+o[0],children:[{type:"text",value:t+o[0]}]};return o[1]?[l,{type:"text",value:o[1]}]:l}function Vp(e,t,r,n){return!Yo(n,!0)||/[-\d_]$/.test(r)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+r,children:[{type:"text",value:t+"@"+r}]}}function Dp(e){let t=e.split(".");return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function Op(e){let t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let r=t[0],n=r.indexOf(")"),a=_t(e,"("),s=_t(e,")");for(;n!==-1&&a>s;)e+=r.slice(0,n+1),r=r.slice(n+1),n=r.indexOf(")"),s++;return[e,r]}function Yo(e,t){let r=e.input.charCodeAt(e.index-1);return(e.index===0||ge(r)||He(r))&&(!t||r!==47)}function Fe(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}$o.peek=Gp;function Kn(){return{enter:{gfmFootnoteDefinition:Mp,gfmFootnoteDefinitionLabelString:Bp,gfmFootnoteCall:jp,gfmFootnoteCallString:Up},exit:{gfmFootnoteDefinition:zp,gfmFootnoteDefinitionLabelString:qp,gfmFootnoteCall:Hp,gfmFootnoteCallString:Jp}}}function Xn(){return{unsafe:[{character:"[",inConstruct:["phrasing","label","reference"]}],handlers:{footnoteDefinition:Wp,footnoteReference:$o}}}function Mp(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function Bp(){this.buffer()}function qp(e){let t=this.resume(),r=this.stack[this.stack.length-1];r.type,r.label=t,r.identifier=Fe(this.sliceSerialize(e)).toLowerCase()}function zp(e){this.exit(e)}function jp(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function Up(){this.buffer()}function Jp(e){let t=this.resume(),r=this.stack[this.stack.length-1];r.type,r.label=t,r.identifier=Fe(this.sliceSerialize(e)).toLowerCase()}function Hp(e){this.exit(e)}function $o(e,t,r,n){let a=r.createTracker(n),s=a.move("[^"),o=r.enter("footnoteReference"),l=r.enter("reference");return s+=a.move(r.safe(r.associationId(e),{...a.current(),before:s,after:"]"})),l(),o(),s+=a.move("]"),s}function Gp(){return"["}function Wp(e,t,r,n){let a=r.createTracker(n),s=a.move("[^"),o=r.enter("footnoteDefinition"),l=r.enter("label");return s+=a.move(r.safe(r.associationId(e),{...a.current(),before:s,after:"]"})),l(),s+=a.move("]:"+(e.children&&e.children.length>0?" ":"")),a.shift(4),s+=a.move(r.indentLines(r.containerFlow(e,a.current()),Qp)),o(),s}function Qp(e,t,r){return t===0?e:(r?"":" ")+e}var Kp=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];Zo.peek=$p;function Yn(){return{canContainEols:["delete"],enter:{strikethrough:Xp},exit:{strikethrough:Yp}}}function $n(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:Kp}],handlers:{delete:Zo}}}function Xp(e){this.enter({type:"delete",children:[]},e)}function Yp(e){this.exit(e)}function Zo(e,t,r,n){let a=r.createTracker(n),s=r.enter("strikethrough"),o=a.move("~~");return o+=r.containerPhrasing(e,{...a.current(),before:o,after:"~"}),o+=a.move("~~"),s(),o}function $p(){return"~"}function tu(e,t={}){let r=(t.align||[]).concat(),n=t.stringLength||ef,a=[],s=[],o=[],l=[],c=0,p=-1;for(;++p<e.length;){let k=[],S=[],w=-1;for(e[p].length>c&&(c=e[p].length);++w<e[p].length;){let A=Zp(e[p][w]);if(t.alignDelimiters!==!1){let T=n(A);S[w]=T,(l[w]===void 0||T>l[w])&&(l[w]=T)}k.push(A)}s[p]=k,o[p]=S}let f=-1;if(typeof r=="object"&&"length"in r)for(;++f<c;)a[f]=eu(r[f]);else{let k=eu(r);for(;++f<c;)a[f]=k}f=-1;let h=[],b=[];for(;++f<c;){let k=a[f],S="",w="";k===99?(S=":",w=":"):k===108?S=":":k===114&&(w=":");let A=t.alignDelimiters===!1?1:Math.max(1,l[f]-S.length-w.length),T=S+"-".repeat(A)+w;t.alignDelimiters!==!1&&(A=S.length+A+w.length,A>l[f]&&(l[f]=A),b[f]=A),h[f]=T}s.splice(1,0,h),o.splice(1,0,b),p=-1;let x=[];for(;++p<s.length;){let k=s[p],S=o[p];f=-1;let w=[];for(;++f<c;){let A=k[f]||"",T="",E="";if(t.alignDelimiters!==!1){let d=l[f]-(S[f]||0),q=a[f];q===114?T=" ".repeat(d):q===99?d%2?(T=" ".repeat(d/2+.5),E=" ".repeat(d/2-.5)):(T=" ".repeat(d/2),E=T):E=" ".repeat(d)}t.delimiterStart!==!1&&!f&&w.push("|"),t.padding!==!1&&!(t.alignDelimiters===!1&&A==="")&&(t.delimiterStart!==!1||f)&&w.push(" "),t.alignDelimiters!==!1&&w.push(T),w.push(A),t.alignDelimiters!==!1&&w.push(E),t.padding!==!1&&w.push(" "),(t.delimiterEnd!==!1||f!==c-1)&&w.push("|")}x.push(t.delimiterEnd===!1?w.join("").replace(/ +$/,""):w.join(""))}return x.join(`
20
+ `)}function Zp(e){return e==null?"":String(e)}function ef(e){return e.length}function eu(e){let t=typeof e=="string"?e.codePointAt(0):0;return t===67||t===99?99:t===76||t===108?108:t===82||t===114?114:0}function ru(e,t,r,n){let a=r.enter("blockquote"),s=r.createTracker(n);s.move("> "),s.shift(2);let o=r.indentLines(r.containerFlow(e,s.current()),tf);return a(),o}function tf(e,t,r){return">"+(r?"":" ")+e}function nu(e,t){return iu(e,t.inConstruct,!0)&&!iu(e,t.notInConstruct,!1)}function iu(e,t,r){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return r;let n=-1;for(;++n<t.length;)if(e.includes(t[n]))return!0;return!1}function Zn(e,t,r,n){let a=-1;for(;++a<r.unsafe.length;)if(r.unsafe[a].character===`
21
+ `&&nu(r.stack,r.unsafe[a]))return/[ \t]/.test(n.before)?"":" ";return`\\
22
+ `}function Ei(e,t){let r=String(e),n=r.indexOf(t),a=n,s=0,o=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;n!==-1;)n===a?++s>o&&(o=s):s=1,a=n+t.length,n=r.indexOf(t,a);return o}function au(e,t){return!!(t.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function su(e){let t=e.options.fence||"`";if(t!=="`"&&t!=="~")throw new Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}function ou(e,t,r,n){let a=su(r),s=e.value||"",o=a==="`"?"GraveAccent":"Tilde";if(au(e,r)){let h=r.enter("codeIndented"),b=r.indentLines(s,rf);return h(),b}let l=r.createTracker(n),c=a.repeat(Math.max(Ei(s,a)+1,3)),p=r.enter("codeFenced"),f=l.move(c);if(e.lang){let h=r.enter(`codeFencedLang${o}`);f+=l.move(r.safe(e.lang,{before:f,after:" ",encode:["`"],...l.current()})),h()}if(e.lang&&e.meta){let h=r.enter(`codeFencedMeta${o}`);f+=l.move(" "),f+=l.move(r.safe(e.meta,{before:f,after:`
23
+ `,encode:["`"],...l.current()})),h()}return f+=l.move(`
24
+ `),s&&(f+=l.move(s+`
25
+ `)),f+=l.move(c),p(),f}function rf(e,t,r){return(r?"":" ")+e}function yr(e){let t=e.options.quote||'"';if(t!=='"'&&t!=="'")throw new Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function uu(e,t,r,n){let a=yr(r),s=a==='"'?"Quote":"Apostrophe",o=r.enter("definition"),l=r.enter("label"),c=r.createTracker(n),p=c.move("[");return p+=c.move(r.safe(r.associationId(e),{before:p,after:"]",...c.current()})),p+=c.move("]: "),l(),!e.url||/[\0- \u007F]/.test(e.url)?(l=r.enter("destinationLiteral"),p+=c.move("<"),p+=c.move(r.safe(e.url,{before:p,after:">",...c.current()})),p+=c.move(">")):(l=r.enter("destinationRaw"),p+=c.move(r.safe(e.url,{before:p,after:e.title?" ":`
26
+ `,...c.current()}))),l(),e.title&&(l=r.enter(`title${s}`),p+=c.move(" "+a),p+=c.move(r.safe(e.title,{before:p,after:a,...c.current()})),p+=c.move(a),l()),o(),p}function lu(e){let t=e.options.emphasis||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}ea.peek=nf;function ea(e,t,r,n){let a=lu(r),s=r.enter("emphasis"),o=r.createTracker(n),l=o.move(a);return l+=o.move(r.containerPhrasing(e,{before:l,after:a,...o.current()})),l+=o.move(a),s(),l}function nf(e,t,r){return r.options.emphasis||"*"}function ta(e,t,r,n){let a,s,o;typeof t=="function"&&typeof r!="function"?(s=void 0,o=t,a=r):(s=t,o=r,a=n),Yt(e,s,l,a);function l(c,p){let f=p[p.length-1],h=f?f.children.indexOf(c):void 0;return o(c,h,f)}}var af={};function er(e,t){let r=t||af,n=typeof r.includeImageAlt=="boolean"?r.includeImageAlt:!0,a=typeof r.includeHtml=="boolean"?r.includeHtml:!0;return hu(e,n,a)}function hu(e,t,r){if(sf(e)){if("value"in e)return e.type==="html"&&!r?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return cu(e.children,t,r)}return Array.isArray(e)?cu(e,t,r):""}function cu(e,t,r){let n=[],a=-1;for(;++a<e.length;)n[a]=hu(e[a],t,r);return n.join("")}function sf(e){return!!(e&&typeof e=="object")}function pu(e,t){let r=!1;return ta(e,function(n){if("value"in n&&/\r?\n|\r/.test(n.value)||n.type==="break")return r=!0,Xt}),!!((!e.depth||e.depth<3)&&er(e)&&(t.options.setext||r))}function fu(e,t,r,n){let a=Math.max(Math.min(6,e.depth||1),1),s=r.createTracker(n);if(pu(e,r)){let f=r.enter("headingSetext"),h=r.enter("phrasing"),b=r.containerPhrasing(e,{...s.current(),before:`
22
27
  `,after:`
23
- `});return h(),m(),k+`
24
- `+(a===1?"=":"-").repeat(k.length-(Math.max(k.lastIndexOf("\r"),k.lastIndexOf(`
25
- `))+1))}let u="#".repeat(a),l=r.enter("headingAtx"),c=r.enter("phrasing");s.move(u+" ");let p=r.containerPhrasing(e,{before:"# ",after:`
26
- `,...s.current()});return/^[\t ]/.test(p)&&(p="&#x"+p.charCodeAt(0).toString(16).toUpperCase()+";"+p.slice(1)),p=p?u+" "+p:u,r.options.closeAtx&&(p+=" "+u),c(),l(),p}Nn.peek=sp;function Nn(e){return e.value||""}function sp(){return"<"}Rn.peek=op;function Rn(e,t,r,n){let a=mr(r),s=a==='"'?"Quote":"Apostrophe",u=r.enter("image"),l=r.enter("label"),c=r.createTracker(n),p=c.move("![");return p+=c.move(r.safe(e.alt,{before:p,after:"]",...c.current()})),p+=c.move("]("),l(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(l=r.enter("destinationLiteral"),p+=c.move("<"),p+=c.move(r.safe(e.url,{before:p,after:">",...c.current()})),p+=c.move(">")):(l=r.enter("destinationRaw"),p+=c.move(r.safe(e.url,{before:p,after:e.title?" ":")",...c.current()}))),l(),e.title&&(l=r.enter(`title${s}`),p+=c.move(" "+a),p+=c.move(r.safe(e.title,{before:p,after:a,...c.current()})),p+=c.move(a),l()),p+=c.move(")"),u(),p}function op(){return"!"}Vn.peek=up;function Vn(e,t,r,n){let a=e.referenceType,s=r.enter("imageReference"),u=r.enter("label"),l=r.createTracker(n),c=l.move("!["),p=r.safe(e.alt,{before:c,after:"]",...l.current()});c+=l.move(p+"]["),u();let m=r.stack;r.stack=[],u=r.enter("reference");let h=r.safe(r.associationId(e),{before:c,after:"]",...l.current()});return u(),r.stack=m,s(),a==="full"||!p||p!==h?c+=l.move(h+"]"):a==="shortcut"?c=c.slice(0,-1):c+=l.move("]"),c}function up(){return"!"}On.peek=lp;function On(e,t,r){let n=e.value||"",a="`",s=-1;for(;new RegExp("(^|[^`])"+a+"([^`]|$)").test(n);)a+="`";for(/[^ \r\n]/.test(n)&&(/^[ \r\n]/.test(n)&&/[ \r\n]$/.test(n)||/^`|`$/.test(n))&&(n=" "+n+" ");++s<r.unsafe.length;){let u=r.unsafe[s],l=r.compilePattern(u),c;if(u.atBreak)for(;c=l.exec(n);){let p=c.index;n.charCodeAt(p)===10&&n.charCodeAt(p-1)===13&&p--,n=n.slice(0,p)+" "+n.slice(c.index+1)}}return a+n+a}function lp(){return"`"}function Dn(e,t){let r=Xt(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(r===e.url||"mailto:"+r===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}Bn.peek=cp;function Bn(e,t,r,n){let a=mr(r),s=a==='"'?"Quote":"Apostrophe",u=r.createTracker(n),l,c;if(Dn(e,r)){let m=r.stack;r.stack=[],l=r.enter("autolink");let h=u.move("<");return h+=u.move(r.containerPhrasing(e,{before:h,after:">",...u.current()})),h+=u.move(">"),l(),r.stack=m,h}l=r.enter("link"),c=r.enter("label");let p=u.move("[");return p+=u.move(r.containerPhrasing(e,{before:p,after:"](",...u.current()})),p+=u.move("]("),c(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(c=r.enter("destinationLiteral"),p+=u.move("<"),p+=u.move(r.safe(e.url,{before:p,after:">",...u.current()})),p+=u.move(">")):(c=r.enter("destinationRaw"),p+=u.move(r.safe(e.url,{before:p,after:e.title?" ":")",...u.current()}))),c(),e.title&&(c=r.enter(`title${s}`),p+=u.move(" "+a),p+=u.move(r.safe(e.title,{before:p,after:a,...u.current()})),p+=u.move(a),c()),p+=u.move(")"),l(),p}function cp(e,t,r){return Dn(e,r)?"<":"["}Mn.peek=hp;function Mn(e,t,r,n){let a=e.referenceType,s=r.enter("linkReference"),u=r.enter("label"),l=r.createTracker(n),c=l.move("["),p=r.containerPhrasing(e,{before:c,after:"]",...l.current()});c+=l.move(p+"]["),u();let m=r.stack;r.stack=[],u=r.enter("reference");let h=r.safe(r.associationId(e),{before:c,after:"]",...l.current()});return u(),r.stack=m,s(),a==="full"||!p||p!==h?c+=l.move(h+"]"):a==="shortcut"?c=c.slice(0,-1):c+=l.move("]"),c}function hp(){return"["}function dr(e){let t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function qo(e){let t=dr(e),r=e.options.bulletOther;if(!r)return t==="*"?"-":"*";if(r!=="*"&&r!=="+"&&r!=="-")throw new Error("Cannot serialize items with `"+r+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(r===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+r+"`) to be different");return r}function zo(e){let t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function bi(e){let t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function jo(e,t,r,n){let a=r.enter("list"),s=r.bulletCurrent,u=e.ordered?zo(r):dr(r),l=e.ordered?u==="."?")":".":qo(r),c=t&&r.bulletLastUsed?u===r.bulletLastUsed:!1;if(!e.ordered){let m=e.children?e.children[0]:void 0;if((u==="*"||u==="-")&&m&&(!m.children||!m.children[0])&&r.stack[r.stack.length-1]==="list"&&r.stack[r.stack.length-2]==="listItem"&&r.stack[r.stack.length-3]==="list"&&r.stack[r.stack.length-4]==="listItem"&&r.indexStack[r.indexStack.length-1]===0&&r.indexStack[r.indexStack.length-2]===0&&r.indexStack[r.indexStack.length-3]===0&&(c=!0),bi(r)===u&&m){let h=-1;for(;++h<e.children.length;){let k=e.children[h];if(k&&k.type==="listItem"&&k.children&&k.children[0]&&k.children[0].type==="thematicBreak"){c=!0;break}}}}c&&(u=l),r.bulletCurrent=u;let p=r.containerFlow(e,n);return r.bulletLastUsed=u,r.bulletCurrent=s,a(),p}function Uo(e){let t=e.options.listItemIndent||"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function Jo(e,t,r,n){let a=Uo(r),s=r.bulletCurrent||dr(r);t&&t.type==="list"&&t.ordered&&(s=(typeof t.start=="number"&&t.start>-1?t.start:1)+(r.options.incrementListMarker===!1?0:t.children.indexOf(e))+s);let u=s.length+1;(a==="tab"||a==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(u=Math.ceil(u/4)*4);let l=r.createTracker(n);l.move(s+" ".repeat(u-s.length)),l.shift(u);let c=r.enter("listItem"),p=r.indentLines(r.containerFlow(e,l.current()),m);return c(),p;function m(h,k,x){return k?(x?"":" ".repeat(u))+h:(x?s:s+" ".repeat(u-s.length))+h}}function Ho(e,t,r,n){let a=r.enter("paragraph"),s=r.enter("phrasing"),u=r.containerPhrasing(e,n);return s(),a(),u}var qn=Vt(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function Go(e,t,r,n){return(e.children.some(function(u){return qn(u)})?r.containerPhrasing:r.containerFlow).call(r,e,n)}function Wo(e){let t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}zn.peek=pp;function zn(e,t,r,n){let a=Wo(r),s=r.enter("strong"),u=r.createTracker(n),l=u.move(a+a);return l+=u.move(r.containerPhrasing(e,{before:l,after:a,...u.current()})),l+=u.move(a+a),s(),l}function pp(e,t,r){return r.options.strong||"*"}function Qo(e,t,r,n){return r.safe(e.value,n)}function Ko(e){let t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function Xo(e,t,r){let n=(bi(r)+(r.options.ruleSpaces?" ":"")).repeat(Ko(r));return r.options.ruleSpaces?n.slice(0,-1):n}var Or={blockquote:Io,break:Pn,code:No,definition:Ro,emphasis:Ln,hardBreak:Pn,heading:Mo,html:Nn,image:Rn,imageReference:Vn,inlineCode:On,link:Bn,linkReference:Mn,list:jo,listItem:Jo,paragraph:Ho,root:Go,strong:zn,text:Qo,thematicBreak:Xo};var jn={AElig:"\xC6",AMP:"&",Aacute:"\xC1",Abreve:"\u0102",Acirc:"\xC2",Acy:"\u0410",Afr:"\u{1D504}",Agrave:"\xC0",Alpha:"\u0391",Amacr:"\u0100",And:"\u2A53",Aogon:"\u0104",Aopf:"\u{1D538}",ApplyFunction:"\u2061",Aring:"\xC5",Ascr:"\u{1D49C}",Assign:"\u2254",Atilde:"\xC3",Auml:"\xC4",Backslash:"\u2216",Barv:"\u2AE7",Barwed:"\u2306",Bcy:"\u0411",Because:"\u2235",Bernoullis:"\u212C",Beta:"\u0392",Bfr:"\u{1D505}",Bopf:"\u{1D539}",Breve:"\u02D8",Bscr:"\u212C",Bumpeq:"\u224E",CHcy:"\u0427",COPY:"\xA9",Cacute:"\u0106",Cap:"\u22D2",CapitalDifferentialD:"\u2145",Cayleys:"\u212D",Ccaron:"\u010C",Ccedil:"\xC7",Ccirc:"\u0108",Cconint:"\u2230",Cdot:"\u010A",Cedilla:"\xB8",CenterDot:"\xB7",Cfr:"\u212D",Chi:"\u03A7",CircleDot:"\u2299",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",Colon:"\u2237",Colone:"\u2A74",Congruent:"\u2261",Conint:"\u222F",ContourIntegral:"\u222E",Copf:"\u2102",Coproduct:"\u2210",CounterClockwiseContourIntegral:"\u2233",Cross:"\u2A2F",Cscr:"\u{1D49E}",Cup:"\u22D3",CupCap:"\u224D",DD:"\u2145",DDotrahd:"\u2911",DJcy:"\u0402",DScy:"\u0405",DZcy:"\u040F",Dagger:"\u2021",Darr:"\u21A1",Dashv:"\u2AE4",Dcaron:"\u010E",Dcy:"\u0414",Del:"\u2207",Delta:"\u0394",Dfr:"\u{1D507}",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",Diamond:"\u22C4",DifferentialD:"\u2146",Dopf:"\u{1D53B}",Dot:"\xA8",DotDot:"\u20DC",DotEqual:"\u2250",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",DownArrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVector:"\u21BD",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295F",DownRightVector:"\u21C1",DownRightVectorBar:"\u2957",DownTee:"\u22A4",DownTeeArrow:"\u21A7",Downarrow:"\u21D3",Dscr:"\u{1D49F}",Dstrok:"\u0110",ENG:"\u014A",ETH:"\xD0",Eacute:"\xC9",Ecaron:"\u011A",Ecirc:"\xCA",Ecy:"\u042D",Edot:"\u0116",Efr:"\u{1D508}",Egrave:"\xC8",Element:"\u2208",Emacr:"\u0112",EmptySmallSquare:"\u25FB",EmptyVerySmallSquare:"\u25AB",Eogon:"\u0118",Eopf:"\u{1D53C}",Epsilon:"\u0395",Equal:"\u2A75",EqualTilde:"\u2242",Equilibrium:"\u21CC",Escr:"\u2130",Esim:"\u2A73",Eta:"\u0397",Euml:"\xCB",Exists:"\u2203",ExponentialE:"\u2147",Fcy:"\u0424",Ffr:"\u{1D509}",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",Fopf:"\u{1D53D}",ForAll:"\u2200",Fouriertrf:"\u2131",Fscr:"\u2131",GJcy:"\u0403",GT:">",Gamma:"\u0393",Gammad:"\u03DC",Gbreve:"\u011E",Gcedil:"\u0122",Gcirc:"\u011C",Gcy:"\u0413",Gdot:"\u0120",Gfr:"\u{1D50A}",Gg:"\u22D9",Gopf:"\u{1D53E}",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",Gscr:"\u{1D4A2}",Gt:"\u226B",HARDcy:"\u042A",Hacek:"\u02C7",Hat:"^",Hcirc:"\u0124",Hfr:"\u210C",HilbertSpace:"\u210B",Hopf:"\u210D",HorizontalLine:"\u2500",Hscr:"\u210B",Hstrok:"\u0126",HumpDownHump:"\u224E",HumpEqual:"\u224F",IEcy:"\u0415",IJlig:"\u0132",IOcy:"\u0401",Iacute:"\xCD",Icirc:"\xCE",Icy:"\u0418",Idot:"\u0130",Ifr:"\u2111",Igrave:"\xCC",Im:"\u2111",Imacr:"\u012A",ImaginaryI:"\u2148",Implies:"\u21D2",Int:"\u222C",Integral:"\u222B",Intersection:"\u22C2",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",Iogon:"\u012E",Iopf:"\u{1D540}",Iota:"\u0399",Iscr:"\u2110",Itilde:"\u0128",Iukcy:"\u0406",Iuml:"\xCF",Jcirc:"\u0134",Jcy:"\u0419",Jfr:"\u{1D50D}",Jopf:"\u{1D541}",Jscr:"\u{1D4A5}",Jsercy:"\u0408",Jukcy:"\u0404",KHcy:"\u0425",KJcy:"\u040C",Kappa:"\u039A",Kcedil:"\u0136",Kcy:"\u041A",Kfr:"\u{1D50E}",Kopf:"\u{1D542}",Kscr:"\u{1D4A6}",LJcy:"\u0409",LT:"<",Lacute:"\u0139",Lambda:"\u039B",Lang:"\u27EA",Laplacetrf:"\u2112",Larr:"\u219E",Lcaron:"\u013D",Lcedil:"\u013B",Lcy:"\u041B",LeftAngleBracket:"\u27E8",LeftArrow:"\u2190",LeftArrowBar:"\u21E4",LeftArrowRightArrow:"\u21C6",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21C3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230A",LeftRightArrow:"\u2194",LeftRightVector:"\u294E",LeftTee:"\u22A3",LeftTeeArrow:"\u21A4",LeftTeeVector:"\u295A",LeftTriangle:"\u22B2",LeftTriangleBar:"\u29CF",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21BF",LeftUpVectorBar:"\u2958",LeftVector:"\u21BC",LeftVectorBar:"\u2952",Leftarrow:"\u21D0",Leftrightarrow:"\u21D4",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",LessLess:"\u2AA1",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",Lfr:"\u{1D50F}",Ll:"\u22D8",Lleftarrow:"\u21DA",Lmidot:"\u013F",LongLeftArrow:"\u27F5",LongLeftRightArrow:"\u27F7",LongRightArrow:"\u27F6",Longleftarrow:"\u27F8",Longleftrightarrow:"\u27FA",Longrightarrow:"\u27F9",Lopf:"\u{1D543}",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",Lscr:"\u2112",Lsh:"\u21B0",Lstrok:"\u0141",Lt:"\u226A",Map:"\u2905",Mcy:"\u041C",MediumSpace:"\u205F",Mellintrf:"\u2133",Mfr:"\u{1D510}",MinusPlus:"\u2213",Mopf:"\u{1D544}",Mscr:"\u2133",Mu:"\u039C",NJcy:"\u040A",Nacute:"\u0143",Ncaron:"\u0147",Ncedil:"\u0145",Ncy:"\u041D",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:`
27
- `,Nfr:"\u{1D511}",NoBreak:"\u2060",NonBreakingSpace:"\xA0",Nopf:"\u2115",Not:"\u2AEC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",NotLeftTriangle:"\u22EA",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangle:"\u22EB",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",Nscr:"\u{1D4A9}",Ntilde:"\xD1",Nu:"\u039D",OElig:"\u0152",Oacute:"\xD3",Ocirc:"\xD4",Ocy:"\u041E",Odblac:"\u0150",Ofr:"\u{1D512}",Ograve:"\xD2",Omacr:"\u014C",Omega:"\u03A9",Omicron:"\u039F",Oopf:"\u{1D546}",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",Or:"\u2A54",Oscr:"\u{1D4AA}",Oslash:"\xD8",Otilde:"\xD5",Otimes:"\u2A37",Ouml:"\xD6",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",PartialD:"\u2202",Pcy:"\u041F",Pfr:"\u{1D513}",Phi:"\u03A6",Pi:"\u03A0",PlusMinus:"\xB1",Poincareplane:"\u210C",Popf:"\u2119",Pr:"\u2ABB",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",Prime:"\u2033",Product:"\u220F",Proportion:"\u2237",Proportional:"\u221D",Pscr:"\u{1D4AB}",Psi:"\u03A8",QUOT:'"',Qfr:"\u{1D514}",Qopf:"\u211A",Qscr:"\u{1D4AC}",RBarr:"\u2910",REG:"\xAE",Racute:"\u0154",Rang:"\u27EB",Rarr:"\u21A0",Rarrtl:"\u2916",Rcaron:"\u0158",Rcedil:"\u0156",Rcy:"\u0420",Re:"\u211C",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",Rfr:"\u211C",Rho:"\u03A1",RightAngleBracket:"\u27E9",RightArrow:"\u2192",RightArrowBar:"\u21E5",RightArrowLeftArrow:"\u21C4",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVector:"\u21C2",RightDownVectorBar:"\u2955",RightFloor:"\u230B",RightTee:"\u22A2",RightTeeArrow:"\u21A6",RightTeeVector:"\u295B",RightTriangle:"\u22B3",RightTriangleBar:"\u29D0",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVector:"\u21BE",RightUpVectorBar:"\u2954",RightVector:"\u21C0",RightVectorBar:"\u2953",Rightarrow:"\u21D2",Ropf:"\u211D",RoundImplies:"\u2970",Rrightarrow:"\u21DB",Rscr:"\u211B",Rsh:"\u21B1",RuleDelayed:"\u29F4",SHCHcy:"\u0429",SHcy:"\u0428",SOFTcy:"\u042C",Sacute:"\u015A",Sc:"\u2ABC",Scaron:"\u0160",Scedil:"\u015E",Scirc:"\u015C",Scy:"\u0421",Sfr:"\u{1D516}",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",Sigma:"\u03A3",SmallCircle:"\u2218",Sopf:"\u{1D54A}",Sqrt:"\u221A",Square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",Sscr:"\u{1D4AE}",Star:"\u22C6",Sub:"\u22D0",Subset:"\u22D0",SubsetEqual:"\u2286",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",SuchThat:"\u220B",Sum:"\u2211",Sup:"\u22D1",Superset:"\u2283",SupersetEqual:"\u2287",Supset:"\u22D1",THORN:"\xDE",TRADE:"\u2122",TSHcy:"\u040B",TScy:"\u0426",Tab:" ",Tau:"\u03A4",Tcaron:"\u0164",Tcedil:"\u0162",Tcy:"\u0422",Tfr:"\u{1D517}",Therefore:"\u2234",Theta:"\u0398",ThickSpace:"\u205F\u200A",ThinSpace:"\u2009",Tilde:"\u223C",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",Topf:"\u{1D54B}",TripleDot:"\u20DB",Tscr:"\u{1D4AF}",Tstrok:"\u0166",Uacute:"\xDA",Uarr:"\u219F",Uarrocir:"\u2949",Ubrcy:"\u040E",Ubreve:"\u016C",Ucirc:"\xDB",Ucy:"\u0423",Udblac:"\u0170",Ufr:"\u{1D518}",Ugrave:"\xD9",Umacr:"\u016A",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",Uogon:"\u0172",Uopf:"\u{1D54C}",UpArrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21C5",UpDownArrow:"\u2195",UpEquilibrium:"\u296E",UpTee:"\u22A5",UpTeeArrow:"\u21A5",Uparrow:"\u21D1",Updownarrow:"\u21D5",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",Upsi:"\u03D2",Upsilon:"\u03A5",Uring:"\u016E",Uscr:"\u{1D4B0}",Utilde:"\u0168",Uuml:"\xDC",VDash:"\u22AB",Vbar:"\u2AEB",Vcy:"\u0412",Vdash:"\u22A9",Vdashl:"\u2AE6",Vee:"\u22C1",Verbar:"\u2016",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",Vfr:"\u{1D519}",Vopf:"\u{1D54D}",Vscr:"\u{1D4B1}",Vvdash:"\u22AA",Wcirc:"\u0174",Wedge:"\u22C0",Wfr:"\u{1D51A}",Wopf:"\u{1D54E}",Wscr:"\u{1D4B2}",Xfr:"\u{1D51B}",Xi:"\u039E",Xopf:"\u{1D54F}",Xscr:"\u{1D4B3}",YAcy:"\u042F",YIcy:"\u0407",YUcy:"\u042E",Yacute:"\xDD",Ycirc:"\u0176",Ycy:"\u042B",Yfr:"\u{1D51C}",Yopf:"\u{1D550}",Yscr:"\u{1D4B4}",Yuml:"\u0178",ZHcy:"\u0416",Zacute:"\u0179",Zcaron:"\u017D",Zcy:"\u0417",Zdot:"\u017B",ZeroWidthSpace:"\u200B",Zeta:"\u0396",Zfr:"\u2128",Zopf:"\u2124",Zscr:"\u{1D4B5}",aacute:"\xE1",abreve:"\u0103",ac:"\u223E",acE:"\u223E\u0333",acd:"\u223F",acirc:"\xE2",acute:"\xB4",acy:"\u0430",aelig:"\xE6",af:"\u2061",afr:"\u{1D51E}",agrave:"\xE0",alefsym:"\u2135",aleph:"\u2135",alpha:"\u03B1",amacr:"\u0101",amalg:"\u2A3F",amp:"&",and:"\u2227",andand:"\u2A55",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",aogon:"\u0105",aopf:"\u{1D552}",ap:"\u2248",apE:"\u2A70",apacir:"\u2A6F",ape:"\u224A",apid:"\u224B",apos:"'",approx:"\u2248",approxeq:"\u224A",aring:"\xE5",ascr:"\u{1D4B6}",ast:"*",asymp:"\u2248",asympeq:"\u224D",atilde:"\xE3",auml:"\xE4",awconint:"\u2233",awint:"\u2A11",bNot:"\u2AED",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",barvee:"\u22BD",barwed:"\u2305",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",bcy:"\u0431",bdquo:"\u201E",becaus:"\u2235",because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",beta:"\u03B2",beth:"\u2136",between:"\u226C",bfr:"\u{1D51F}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bnot:"\u2310",bopf:"\u{1D553}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxDL:"\u2557",boxDR:"\u2554",boxDl:"\u2556",boxDr:"\u2553",boxH:"\u2550",boxHD:"\u2566",boxHU:"\u2569",boxHd:"\u2564",boxHu:"\u2567",boxUL:"\u255D",boxUR:"\u255A",boxUl:"\u255C",boxUr:"\u2559",boxV:"\u2551",boxVH:"\u256C",boxVL:"\u2563",boxVR:"\u2560",boxVh:"\u256B",boxVl:"\u2562",boxVr:"\u255F",boxbox:"\u29C9",boxdL:"\u2555",boxdR:"\u2552",boxdl:"\u2510",boxdr:"\u250C",boxh:"\u2500",boxhD:"\u2565",boxhU:"\u2568",boxhd:"\u252C",boxhu:"\u2534",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxuL:"\u255B",boxuR:"\u2558",boxul:"\u2518",boxur:"\u2514",boxv:"\u2502",boxvH:"\u256A",boxvL:"\u2561",boxvR:"\u255E",boxvh:"\u253C",boxvl:"\u2524",boxvr:"\u251C",bprime:"\u2035",breve:"\u02D8",brvbar:"\xA6",bscr:"\u{1D4B7}",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsol:"\\",bsolb:"\u29C5",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpE:"\u2AAE",bumpe:"\u224F",bumpeq:"\u224F",cacute:"\u0107",cap:"\u2229",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",capcup:"\u2A47",capdot:"\u2A40",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",ccaps:"\u2A4D",ccaron:"\u010D",ccedil:"\xE7",ccirc:"\u0109",ccups:"\u2A4C",ccupssm:"\u2A50",cdot:"\u010B",cedil:"\xB8",cemptyv:"\u29B2",cent:"\xA2",centerdot:"\xB7",cfr:"\u{1D520}",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",chi:"\u03C7",cir:"\u25CB",cirE:"\u29C3",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledR:"\xAE",circledS:"\u24C8",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",cire:"\u2257",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",clubs:"\u2663",clubsuit:"\u2663",colon:":",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",conint:"\u222E",copf:"\u{1D554}",coprod:"\u2210",copy:"\xA9",copysr:"\u2117",crarr:"\u21B5",cross:"\u2717",cscr:"\u{1D4B8}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",cup:"\u222A",cupbrcap:"\u2A48",cupcap:"\u2A46",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",dArr:"\u21D3",dHar:"\u2965",dagger:"\u2020",daleth:"\u2138",darr:"\u2193",dash:"\u2010",dashv:"\u22A3",dbkarow:"\u290F",dblac:"\u02DD",dcaron:"\u010F",dcy:"\u0434",dd:"\u2146",ddagger:"\u2021",ddarr:"\u21CA",ddotseq:"\u2A77",deg:"\xB0",delta:"\u03B4",demptyv:"\u29B1",dfisht:"\u297F",dfr:"\u{1D521}",dharl:"\u21C3",dharr:"\u21C2",diam:"\u22C4",diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",djcy:"\u0452",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",dopf:"\u{1D555}",dot:"\u02D9",doteq:"\u2250",doteqdot:"\u2251",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",downarrow:"\u2193",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",dscr:"\u{1D4B9}",dscy:"\u0455",dsol:"\u29F6",dstrok:"\u0111",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",dzcy:"\u045F",dzigrarr:"\u27FF",eDDot:"\u2A77",eDot:"\u2251",eacute:"\xE9",easter:"\u2A6E",ecaron:"\u011B",ecir:"\u2256",ecirc:"\xEA",ecolon:"\u2255",ecy:"\u044D",edot:"\u0117",ee:"\u2147",efDot:"\u2252",efr:"\u{1D522}",eg:"\u2A9A",egrave:"\xE8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",emptyv:"\u2205",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",eng:"\u014B",ensp:"\u2002",eogon:"\u0119",eopf:"\u{1D556}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",epsilon:"\u03B5",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",equals:"=",equest:"\u225F",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erDot:"\u2253",erarr:"\u2971",escr:"\u212F",esdot:"\u2250",esim:"\u2242",eta:"\u03B7",eth:"\xF0",euml:"\xEB",euro:"\u20AC",excl:"!",exist:"\u2203",expectation:"\u2130",exponentiale:"\u2147",fallingdotseq:"\u2252",fcy:"\u0444",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",ffr:"\u{1D523}",filig:"\uFB01",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",fopf:"\u{1D557}",forall:"\u2200",fork:"\u22D4",forkv:"\u2AD9",fpartint:"\u2A0D",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",fscr:"\u{1D4BB}",gE:"\u2267",gEl:"\u2A8C",gacute:"\u01F5",gamma:"\u03B3",gammad:"\u03DD",gap:"\u2A86",gbreve:"\u011F",gcirc:"\u011D",gcy:"\u0433",gdot:"\u0121",ge:"\u2265",gel:"\u22DB",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",ges:"\u2A7E",gescc:"\u2AA9",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",gfr:"\u{1D524}",gg:"\u226B",ggg:"\u22D9",gimel:"\u2137",gjcy:"\u0453",gl:"\u2277",glE:"\u2A92",gla:"\u2AA5",glj:"\u2AA4",gnE:"\u2269",gnap:"\u2A8A",gnapprox:"\u2A8A",gne:"\u2A88",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",gopf:"\u{1D558}",grave:"`",gscr:"\u210A",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",gt:">",gtcc:"\u2AA7",gtcir:"\u2A7A",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",hArr:"\u21D4",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",hardcy:"\u044A",harr:"\u2194",harrcir:"\u2948",harrw:"\u21AD",hbar:"\u210F",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",hfr:"\u{1D525}",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",hopf:"\u{1D559}",horbar:"\u2015",hscr:"\u{1D4BD}",hslash:"\u210F",hstrok:"\u0127",hybull:"\u2043",hyphen:"\u2010",iacute:"\xED",ic:"\u2063",icirc:"\xEE",icy:"\u0438",iecy:"\u0435",iexcl:"\xA1",iff:"\u21D4",ifr:"\u{1D526}",igrave:"\xEC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",ijlig:"\u0133",imacr:"\u012B",image:"\u2111",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22B7",imped:"\u01B5",in:"\u2208",incare:"\u2105",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",int:"\u222B",intcal:"\u22BA",integers:"\u2124",intercal:"\u22BA",intlarhk:"\u2A17",intprod:"\u2A3C",iocy:"\u0451",iogon:"\u012F",iopf:"\u{1D55A}",iota:"\u03B9",iprod:"\u2A3C",iquest:"\xBF",iscr:"\u{1D4BE}",isin:"\u2208",isinE:"\u22F9",isindot:"\u22F5",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",itilde:"\u0129",iukcy:"\u0456",iuml:"\xEF",jcirc:"\u0135",jcy:"\u0439",jfr:"\u{1D527}",jmath:"\u0237",jopf:"\u{1D55B}",jscr:"\u{1D4BF}",jsercy:"\u0458",jukcy:"\u0454",kappa:"\u03BA",kappav:"\u03F0",kcedil:"\u0137",kcy:"\u043A",kfr:"\u{1D528}",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045C",kopf:"\u{1D55C}",kscr:"\u{1D4C0}",lAarr:"\u21DA",lArr:"\u21D0",lAtail:"\u291B",lBarr:"\u290E",lE:"\u2266",lEg:"\u2A8B",lHar:"\u2962",lacute:"\u013A",laemptyv:"\u29B4",lagran:"\u2112",lambda:"\u03BB",lang:"\u27E8",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",laquo:"\xAB",larr:"\u2190",larrb:"\u21E4",larrbfs:"\u291F",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",lat:"\u2AAB",latail:"\u2919",late:"\u2AAD",lates:"\u2AAD\uFE00",lbarr:"\u290C",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",lcaron:"\u013E",lcedil:"\u013C",lceil:"\u2308",lcub:"{",lcy:"\u043B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",le:"\u2264",leftarrow:"\u2190",leftarrowtail:"\u21A2",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",leftrightarrow:"\u2194",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",leftthreetimes:"\u22CB",leg:"\u22DA",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",les:"\u2A7D",lescc:"\u2AA8",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",lessgtr:"\u2276",lesssim:"\u2272",lfisht:"\u297C",lfloor:"\u230A",lfr:"\u{1D529}",lg:"\u2276",lgE:"\u2A91",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",ljcy:"\u0459",ll:"\u226A",llarr:"\u21C7",llcorner:"\u231E",llhard:"\u296B",lltri:"\u25FA",lmidot:"\u0140",lmoust:"\u23B0",lmoustache:"\u23B0",lnE:"\u2268",lnap:"\u2A89",lnapprox:"\u2A89",lne:"\u2A87",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",longleftarrow:"\u27F5",longleftrightarrow:"\u27F7",longmapsto:"\u27FC",longrightarrow:"\u27F6",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",lopf:"\u{1D55D}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",lscr:"\u{1D4C1}",lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",lstrok:"\u0142",lt:"<",ltcc:"\u2AA6",ltcir:"\u2A79",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltrPar:"\u2996",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",mDDot:"\u223A",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",map:"\u21A6",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",mcy:"\u043C",mdash:"\u2014",measuredangle:"\u2221",mfr:"\u{1D52A}",mho:"\u2127",micro:"\xB5",mid:"\u2223",midast:"*",midcir:"\u2AF0",middot:"\xB7",minus:"\u2212",minusb:"\u229F",minusd:"\u2238",minusdu:"\u2A2A",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",mopf:"\u{1D55E}",mp:"\u2213",mscr:"\u{1D4C2}",mstpos:"\u223E",mu:"\u03BC",multimap:"\u22B8",mumap:"\u22B8",nGg:"\u22D9\u0338",nGt:"\u226B\u20D2",nGtv:"\u226B\u0338",nLeftarrow:"\u21CD",nLeftrightarrow:"\u21CE",nLl:"\u22D8\u0338",nLt:"\u226A\u20D2",nLtv:"\u226A\u0338",nRightarrow:"\u21CF",nVDash:"\u22AF",nVdash:"\u22AE",nabla:"\u2207",nacute:"\u0144",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266E",natural:"\u266E",naturals:"\u2115",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",ncaron:"\u0148",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",ncy:"\u043D",ndash:"\u2013",ne:"\u2260",neArr:"\u21D7",nearhk:"\u2924",nearr:"\u2197",nearrow:"\u2197",nedot:"\u2250\u0338",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",nexist:"\u2204",nexists:"\u2204",nfr:"\u{1D52B}",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",ngsim:"\u2275",ngt:"\u226F",ngtr:"\u226F",nhArr:"\u21CE",nharr:"\u21AE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",njcy:"\u045A",nlArr:"\u21CD",nlE:"\u2266\u0338",nlarr:"\u219A",nldr:"\u2025",nle:"\u2270",nleftarrow:"\u219A",nleftrightarrow:"\u21AE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nlsim:"\u2274",nlt:"\u226E",nltri:"\u22EA",nltrie:"\u22EC",nmid:"\u2224",nopf:"\u{1D55F}",not:"\xAC",notin:"\u2209",notinE:"\u22F9\u0338",notindot:"\u22F5\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",npre:"\u2AAF\u0338",nprec:"\u2280",npreceq:"\u2AAF\u0338",nrArr:"\u21CF",nrarr:"\u219B",nrarrc:"\u2933\u0338",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",nscr:"\u{1D4C3}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsubE:"\u2AC5\u0338",nsube:"\u2288",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupE:"\u2AC6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",ntilde:"\xF1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",nu:"\u03BD",num:"#",numero:"\u2116",numsp:"\u2007",nvDash:"\u22AD",nvHarr:"\u2904",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwArr:"\u21D6",nwarhk:"\u2923",nwarr:"\u2196",nwarrow:"\u2196",nwnear:"\u2927",oS:"\u24C8",oacute:"\xF3",oast:"\u229B",ocir:"\u229A",ocirc:"\xF4",ocy:"\u043E",odash:"\u229D",odblac:"\u0151",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",oelig:"\u0153",ofcir:"\u29BF",ofr:"\u{1D52C}",ogon:"\u02DB",ograve:"\xF2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",omacr:"\u014D",omega:"\u03C9",omicron:"\u03BF",omid:"\u29B6",ominus:"\u2296",oopf:"\u{1D560}",opar:"\u29B7",operp:"\u29B9",oplus:"\u2295",or:"\u2228",orarr:"\u21BB",ord:"\u2A5D",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oscr:"\u2134",oslash:"\xF8",osol:"\u2298",otilde:"\xF5",otimes:"\u2297",otimesas:"\u2A36",ouml:"\xF6",ovbar:"\u233D",par:"\u2225",para:"\xB6",parallel:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",pcy:"\u043F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",pfr:"\u{1D52D}",phi:"\u03C6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",pi:"\u03C0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plus:"+",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",pointint:"\u2A15",popf:"\u{1D561}",pound:"\xA3",pr:"\u227A",prE:"\u2AB3",prap:"\u2AB7",prcue:"\u227C",pre:"\u2AAF",prec:"\u227A",precapprox:"\u2AB7",preccurlyeq:"\u227C",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",precsim:"\u227E",prime:"\u2032",primes:"\u2119",prnE:"\u2AB5",prnap:"\u2AB9",prnsim:"\u22E8",prod:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",pscr:"\u{1D4C5}",psi:"\u03C8",puncsp:"\u2008",qfr:"\u{1D52E}",qint:"\u2A0C",qopf:"\u{1D562}",qprime:"\u2057",qscr:"\u{1D4C6}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",quot:'"',rAarr:"\u21DB",rArr:"\u21D2",rAtail:"\u291C",rBarr:"\u290F",rHar:"\u2964",race:"\u223D\u0331",racute:"\u0155",radic:"\u221A",raemptyv:"\u29B3",rang:"\u27E9",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raquo:"\xBB",rarr:"\u2192",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",rarrtl:"\u21A3",rarrw:"\u219D",ratail:"\u291A",ratio:"\u2236",rationals:"\u211A",rbarr:"\u290D",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",rcaron:"\u0159",rcedil:"\u0157",rceil:"\u2309",rcub:"}",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",rect:"\u25AD",reg:"\xAE",rfisht:"\u297D",rfloor:"\u230B",rfr:"\u{1D52F}",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",rho:"\u03C1",rhov:"\u03F1",rightarrow:"\u2192",rightarrowtail:"\u21A3",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",rightthreetimes:"\u22CC",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoust:"\u23B1",rmoustache:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",ropf:"\u{1D563}",roplus:"\u2A2E",rotimes:"\u2A35",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",rsaquo:"\u203A",rscr:"\u{1D4C7}",rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",ruluhar:"\u2968",rx:"\u211E",sacute:"\u015B",sbquo:"\u201A",sc:"\u227B",scE:"\u2AB4",scap:"\u2AB8",scaron:"\u0161",sccue:"\u227D",sce:"\u2AB0",scedil:"\u015F",scirc:"\u015D",scnE:"\u2AB6",scnap:"\u2ABA",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",scy:"\u0441",sdot:"\u22C5",sdotb:"\u22A1",sdote:"\u2A66",seArr:"\u21D8",searhk:"\u2925",searr:"\u2198",searrow:"\u2198",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",sfr:"\u{1D530}",sfrown:"\u2322",sharp:"\u266F",shchcy:"\u0449",shcy:"\u0448",shortmid:"\u2223",shortparallel:"\u2225",shy:"\xAD",sigma:"\u03C3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",softcy:"\u044C",sol:"/",solb:"\u29C4",solbar:"\u233F",sopf:"\u{1D564}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25A1",square:"\u25A1",squarf:"\u25AA",squf:"\u25AA",srarr:"\u2192",sscr:"\u{1D4C8}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",sub:"\u2282",subE:"\u2AC5",subdot:"\u2ABD",sube:"\u2286",subedot:"\u2AC3",submult:"\u2AC1",subnE:"\u2ACB",subne:"\u228A",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",subseteq:"\u2286",subseteqq:"\u2AC5",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succ:"\u227B",succapprox:"\u2AB8",succcurlyeq:"\u227D",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",sum:"\u2211",sung:"\u266A",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",sup:"\u2283",supE:"\u2AC6",supdot:"\u2ABE",supdsub:"\u2AD8",supe:"\u2287",supedot:"\u2AC4",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supnE:"\u2ACC",supne:"\u228B",supplus:"\u2AC0",supset:"\u2283",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swArr:"\u21D9",swarhk:"\u2926",swarr:"\u2199",swarrow:"\u2199",swnwar:"\u292A",szlig:"\xDF",target:"\u2316",tau:"\u03C4",tbrk:"\u23B4",tcaron:"\u0165",tcedil:"\u0163",tcy:"\u0442",tdot:"\u20DB",telrec:"\u2315",tfr:"\u{1D531}",there4:"\u2234",therefore:"\u2234",theta:"\u03B8",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223C",thorn:"\xFE",tilde:"\u02DC",times:"\xD7",timesb:"\u22A0",timesbar:"\u2A31",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",top:"\u22A4",topbot:"\u2336",topcir:"\u2AF1",topf:"\u{1D565}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",tscr:"\u{1D4C9}",tscy:"\u0446",tshcy:"\u045B",tstrok:"\u0167",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",uArr:"\u21D1",uHar:"\u2963",uacute:"\xFA",uarr:"\u2191",ubrcy:"\u045E",ubreve:"\u016D",ucirc:"\xFB",ucy:"\u0443",udarr:"\u21C5",udblac:"\u0171",udhar:"\u296E",ufisht:"\u297E",ufr:"\u{1D532}",ugrave:"\xF9",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",umacr:"\u016B",uml:"\xA8",uogon:"\u0173",uopf:"\u{1D566}",uparrow:"\u2191",updownarrow:"\u2195",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",upsi:"\u03C5",upsih:"\u03D2",upsilon:"\u03C5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",uring:"\u016F",urtri:"\u25F9",uscr:"\u{1D4CA}",utdot:"\u22F0",utilde:"\u0169",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",uuml:"\xFC",uwangle:"\u29A7",vArr:"\u21D5",vBar:"\u2AE8",vBarv:"\u2AE9",vDash:"\u22A8",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",varr:"\u2195",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",vcy:"\u0432",vdash:"\u22A2",vee:"\u2228",veebar:"\u22BB",veeeq:"\u225A",vellip:"\u22EE",verbar:"|",vert:"|",vfr:"\u{1D533}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",vopf:"\u{1D567}",vprop:"\u221D",vrtri:"\u22B3",vscr:"\u{1D4CB}",vsubnE:"\u2ACB\uFE00",vsubne:"\u228A\uFE00",vsupnE:"\u2ACC\uFE00",vsupne:"\u228B\uFE00",vzigzag:"\u299A",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",wedgeq:"\u2259",weierp:"\u2118",wfr:"\u{1D534}",wopf:"\u{1D568}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",wscr:"\u{1D4CC}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",xfr:"\u{1D535}",xhArr:"\u27FA",xharr:"\u27F7",xi:"\u03BE",xlArr:"\u27F8",xlarr:"\u27F5",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",xopf:"\u{1D569}",xoplus:"\u2A01",xotime:"\u2A02",xrArr:"\u27F9",xrarr:"\u27F6",xscr:"\u{1D4CD}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",yacute:"\xFD",yacy:"\u044F",ycirc:"\u0177",ycy:"\u044B",yen:"\xA5",yfr:"\u{1D536}",yicy:"\u0457",yopf:"\u{1D56A}",yscr:"\u{1D4CE}",yucy:"\u044E",yuml:"\xFF",zacute:"\u017A",zcaron:"\u017E",zcy:"\u0437",zdot:"\u017C",zeetrf:"\u2128",zeta:"\u03B6",zfr:"\u{1D537}",zhcy:"\u0436",zigrarr:"\u21DD",zopf:"\u{1D56B}",zscr:"\u{1D4CF}",zwj:"\u200D",zwnj:"\u200C"};var fp={}.hasOwnProperty;function Et(e){return fp.call(jn,e)?jn[e]:!1}function ki(e,t){let r=Number.parseInt(e,t);return r<9||r===11||r>13&&r<32||r>126&&r<160||r>55295&&r<57344||r>64975&&r<65008||(r&65535)===65535||(r&65535)===65534||r>1114111?"\uFFFD":String.fromCodePoint(r)}var mp=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function Yo(e){return e.replace(mp,dp)}function dp(e,t,r){if(t)return t;if(r.charCodeAt(0)===35){let a=r.charCodeAt(1),s=a===120||a===88;return ki(r.slice(s?2:1),s?16:10)}return Et(r)||e}function Jn(){return{enter:{table:xp,tableData:$o,tableHeader:$o,tableRow:bp},exit:{codeText:kp,table:gp,tableData:Un,tableHeader:Un,tableRow:Un}}}function xp(e){let t=e._align;this.enter({type:"table",align:t.map(function(r){return r==="none"?null:r}),children:[]},e),this.data.inTable=!0}function gp(e){this.exit(e),this.data.inTable=void 0}function bp(e){this.enter({type:"tableRow",children:[]},e)}function Un(e){this.exit(e)}function $o(e){this.enter({type:"tableCell",children:[]},e)}function kp(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,yp));let r=this.stack[this.stack.length-1];r.type,r.value=t,this.exit(e)}function yp(e,t){return t==="|"?t:e}function Hn(e){let t=e||{},r=t.tableCellPadding,n=t.tablePipeAlign,a=t.stringLength,s=r?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
28
- `,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:k,table:u,tableCell:c,tableRow:l}};function u(x,y,E,C){return p(m(x,E,C),x.align)}function l(x,y,E,C){let I=h(x,E,C),T=p([I]);return T.slice(0,T.indexOf(`
29
- `))}function c(x,y,E,C){let I=E.enter("tableCell"),T=E.enter("phrasing"),S=E.containerPhrasing(x,{...C,before:s,after:s});return T(),I(),S}function p(x,y){return Ao(x,{align:y,alignDelimiters:n,padding:r,stringLength:a})}function m(x,y,E){let C=x.children,I=-1,T=[],S=y.enter("table");for(;++I<C.length;)T[I]=h(C[I],y,E);return S(),T}function h(x,y,E){let C=x.children,I=-1,T=[],S=y.enter("tableRow");for(;++I<C.length;)T[I]=c(C[I],x,y,E);return S(),T}function k(x,y,E){let C=Or.inlineCode(x,y,E);return E.stack.includes("tableCell")&&(C=C.replace(/\|/g,"\\$&")),C}}function Gn(){return{exit:{taskListCheckValueChecked:Zo,taskListCheckValueUnchecked:Zo,paragraph:vp}}}function Wn(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:wp}}}function Zo(e){let t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function vp(e){let t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){let r=this.stack[this.stack.length-1];r.type;let n=r.children[0];if(n&&n.type==="text"){let a=t.children,s=-1,u;for(;++s<a.length;){let l=a[s];if(l.type==="paragraph"){u=l;break}}u===r&&(n.value=n.value.slice(1),n.value.length===0?r.children.shift():r.position&&n.position&&typeof n.position.start.offset=="number"&&(n.position.start.column++,n.position.start.offset++,r.position.start=Object.assign({},n.position.start)))}}this.exit(e)}function wp(e,t,r,n){let a=e.children[0],s=typeof e.checked=="boolean"&&a&&a.type==="paragraph",u="["+(e.checked?"x":" ")+"] ",l=r.createTracker(n);s&&l.move(u);let c=Or.listItem(e,t,r,{...n,...l.current()});return s&&(c=c.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,p)),c;function p(m){return m+u}}function Qn(){return[Sn(),_n(),In(),Jn(),Gn()]}function Kn(e){return{extensions:[En(),An(),Tn(),Hn(e),Wn()]}}function ke(e,t,r,n){let a=e.length,s=0,u;if(t<0?t=-t>a?0:a+t:t=t>a?a:t,r=r>0?r:0,n.length<1e4)u=Array.from(n),u.unshift(t,r),e.splice(...u);else for(r&&e.splice(t,r);s<n.length;)u=n.slice(s,s+1e4),u.unshift(t,0),e.splice(...u),s+=1e4,t+=1e4}function Be(e,t){return e.length>0?(ke(e,e.length,0,t),e):t}var eu={}.hasOwnProperty;function xr(e){let t={},r=-1;for(;++r<e.length;)Cp(t,e[r]);return t}function Cp(e,t){let r;for(r in t){let a=(eu.call(e,r)?e[r]:void 0)||(e[r]={}),s=t[r],u;if(s)for(u in s){eu.call(a,u)||(a[u]=[]);let l=s[u];Sp(a[u],Array.isArray(l)?l:l?[l]:[])}}}function Sp(e,t){let r=-1,n=[];for(;++r<t.length;)(t[r].add==="after"?e:n).push(t[r]);ke(e,0,0,n)}var Ep={tokenize:Pp,partial:!0},tu={tokenize:Lp,partial:!0},ru={tokenize:Fp,partial:!0},iu={tokenize:Np,partial:!0},_p={tokenize:Rp,partial:!0},nu={tokenize:Ip,previous:su},au={tokenize:Tp,previous:ou},_t={tokenize:Ap,previous:uu},gt={};function Yn(){return{text:gt}}var Yt=48;for(;Yt<123;)gt[Yt]=_t,Yt++,Yt===58?Yt=65:Yt===91&&(Yt=97);gt[43]=_t;gt[45]=_t;gt[46]=_t;gt[95]=_t;gt[72]=[_t,au];gt[104]=[_t,au];gt[87]=[_t,nu];gt[119]=[_t,nu];function Ap(e,t,r){let n=this,a,s;return u;function u(h){return!Xn(h)||!uu.call(n,n.previous)||$n(n.events)?r(h):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),l(h))}function l(h){return Xn(h)?(e.consume(h),l):h===64?(e.consume(h),c):r(h)}function c(h){return h===46?e.check(_p,m,p)(h):h===45||h===95||Se(h)?(s=!0,e.consume(h),c):m(h)}function p(h){return e.consume(h),a=!0,c}function m(h){return s&&a&&be(n.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(h)):r(h)}}function Ip(e,t,r){let n=this;return a;function a(u){return u!==87&&u!==119||!su.call(n,n.previous)||$n(n.events)?r(u):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(Ep,e.attempt(tu,e.attempt(ru,s),r),r)(u))}function s(u){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(u)}}function Tp(e,t,r){let n=this,a="",s=!1;return u;function u(h){return(h===72||h===104)&&ou.call(n,n.previous)&&!$n(n.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),a+=String.fromCodePoint(h),e.consume(h),l):r(h)}function l(h){if(be(h)&&a.length<5)return a+=String.fromCodePoint(h),e.consume(h),l;if(h===58){let k=a.toLowerCase();if(k==="http"||k==="https")return e.consume(h),c}return r(h)}function c(h){return h===47?(e.consume(h),s?p:(s=!0,c)):r(h)}function p(h){return h===null||Gt(h)||ie(h)||Ee(h)||Wt(h)?r(h):e.attempt(tu,e.attempt(ru,m),r)(h)}function m(h){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(h)}}function Pp(e,t,r){let n=0;return a;function a(u){return(u===87||u===119)&&n<3?(n++,e.consume(u),a):u===46&&n===3?(e.consume(u),s):r(u)}function s(u){return u===null?r(u):t(u)}}function Lp(e,t,r){let n,a,s;return u;function u(p){return p===46||p===95?e.check(iu,c,l)(p):p===null||ie(p)||Ee(p)||p!==45&&Wt(p)?c(p):(s=!0,e.consume(p),u)}function l(p){return p===95?n=!0:(a=n,n=void 0),e.consume(p),u}function c(p){return a||n||!s?r(p):t(p)}}function Fp(e,t){let r=0,n=0;return a;function a(u){return u===40?(r++,e.consume(u),a):u===41&&n<r?s(u):u===33||u===34||u===38||u===39||u===41||u===42||u===44||u===46||u===58||u===59||u===60||u===63||u===93||u===95||u===126?e.check(iu,t,s)(u):u===null||ie(u)||Ee(u)?t(u):(e.consume(u),a)}function s(u){return u===41&&n++,e.consume(u),a}}function Np(e,t,r){return n;function n(l){return l===33||l===34||l===39||l===41||l===42||l===44||l===46||l===58||l===59||l===63||l===95||l===126?(e.consume(l),n):l===38?(e.consume(l),s):l===93?(e.consume(l),a):l===60||l===null||ie(l)||Ee(l)?t(l):r(l)}function a(l){return l===null||l===40||l===91||ie(l)||Ee(l)?t(l):n(l)}function s(l){return be(l)?u(l):r(l)}function u(l){return l===59?(e.consume(l),n):be(l)?(e.consume(l),u):r(l)}}function Rp(e,t,r){return n;function n(s){return e.consume(s),a}function a(s){return Se(s)?r(s):t(s)}}function su(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||ie(e)}function ou(e){return!be(e)}function uu(e){return!(e===47||Xn(e))}function Xn(e){return e===43||e===45||e===46||e===95||Se(e)}function $n(e){let t=e.length,r=!1;for(;t--;){let n=e[t][1];if((n.type==="labelLink"||n.type==="labelImage")&&!n._balanced){r=!0;break}if(n._gfmAutolinkLiteralWalkedInto){r=!1;break}}return e.length>0&&!r&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),r}function gr(e){if(e===null||ie(e)||Ee(e))return 1;if(Wt(e))return 2}function Ot(e,t,r){let n=[],a=-1;for(;++a<e.length;){let s=e[a].resolveAll;s&&!n.includes(s)&&(t=s(t,r),n.push(s))}return t}var Dr={name:"attention",tokenize:Op,resolveAll:Vp};function Vp(e,t){let r=-1,n,a,s,u,l,c,p,m;for(;++r<e.length;)if(e[r][0]==="enter"&&e[r][1].type==="attentionSequence"&&e[r][1]._close){for(n=r;n--;)if(e[n][0]==="exit"&&e[n][1].type==="attentionSequence"&&e[n][1]._open&&t.sliceSerialize(e[n][1]).charCodeAt(0)===t.sliceSerialize(e[r][1]).charCodeAt(0)){if((e[n][1]._close||e[r][1]._open)&&(e[r][1].end.offset-e[r][1].start.offset)%3&&!((e[n][1].end.offset-e[n][1].start.offset+e[r][1].end.offset-e[r][1].start.offset)%3))continue;c=e[n][1].end.offset-e[n][1].start.offset>1&&e[r][1].end.offset-e[r][1].start.offset>1?2:1;let h=Object.assign({},e[n][1].end),k=Object.assign({},e[r][1].start);lu(h,-c),lu(k,c),u={type:c>1?"strongSequence":"emphasisSequence",start:h,end:Object.assign({},e[n][1].end)},l={type:c>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[r][1].start),end:k},s={type:c>1?"strongText":"emphasisText",start:Object.assign({},e[n][1].end),end:Object.assign({},e[r][1].start)},a={type:c>1?"strong":"emphasis",start:Object.assign({},u.start),end:Object.assign({},l.end)},e[n][1].end=Object.assign({},u.start),e[r][1].start=Object.assign({},l.end),p=[],e[n][1].end.offset-e[n][1].start.offset&&(p=Be(p,[["enter",e[n][1],t],["exit",e[n][1],t]])),p=Be(p,[["enter",a,t],["enter",u,t],["exit",u,t],["enter",s,t]]),p=Be(p,Ot(t.parser.constructs.insideSpan.null,e.slice(n+1,r),t)),p=Be(p,[["exit",s,t],["enter",l,t],["exit",l,t],["exit",a,t]]),e[r][1].end.offset-e[r][1].start.offset?(m=2,p=Be(p,[["enter",e[r][1],t],["exit",e[r][1],t]])):m=0,ke(e,n-1,r-n+3,p),r=n+p.length-m-2;break}}for(r=-1;++r<e.length;)e[r][1].type==="attentionSequence"&&(e[r][1].type="data");return e}function Op(e,t){let r=this.parser.constructs.attentionMarkers.null,n=this.previous,a=gr(n),s;return u;function u(c){return s=c,e.enter("attentionSequence"),l(c)}function l(c){if(c===s)return e.consume(c),l;let p=e.exit("attentionSequence"),m=gr(c),h=!m||m===2&&a||r.includes(c),k=!a||a===2&&m||r.includes(n);return p._open=!!(s===42?h:h&&(a||!k)),p._close=!!(s===42?k:k&&(m||!h)),t(c)}}function lu(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}var Zn={name:"autolink",tokenize:Dp};function Dp(e,t,r){let n=0;return a;function a(x){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),s}function s(x){return be(x)?(e.consume(x),u):p(x)}function u(x){return x===43||x===45||x===46||Se(x)?(n=1,l(x)):p(x)}function l(x){return x===58?(e.consume(x),n=0,c):(x===43||x===45||x===46||Se(x))&&n++<32?(e.consume(x),l):(n=0,p(x))}function c(x){return x===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.exit("autolink"),t):x===null||x===32||x===60||Gt(x)?r(x):(e.consume(x),c)}function p(x){return x===64?(e.consume(x),m):po(x)?(e.consume(x),p):r(x)}function m(x){return Se(x)?h(x):r(x)}function h(x){return x===46?(e.consume(x),n=0,m):x===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.exit("autolink"),t):k(x)}function k(x){if((x===45||Se(x))&&n++<63){let y=x===45?k:h;return e.consume(x),y}return r(x)}}function K(e,t,r,n){let a=n?n-1:Number.POSITIVE_INFINITY,s=0;return u;function u(c){return W(c)?(e.enter(r),l(c)):t(c)}function l(c){return W(c)&&s++<a?(e.consume(c),l):(e.exit(r),t(c))}}var rt={tokenize:Bp,partial:!0};function Bp(e,t,r){return n;function n(s){return W(s)?K(e,a,"linePrefix")(s):a(s)}function a(s){return s===null||M(s)?t(s):r(s)}}var yi={name:"blockQuote",tokenize:Mp,continuation:{tokenize:qp},exit:zp};function Mp(e,t,r){let n=this;return a;function a(u){if(u===62){let l=n.containerState;return l.open||(e.enter("blockQuote",{_container:!0}),l.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(u),e.exit("blockQuoteMarker"),s}return r(u)}function s(u){return W(u)?(e.enter("blockQuotePrefixWhitespace"),e.consume(u),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(u))}}function qp(e,t,r){let n=this;return a;function a(u){return W(u)?K(e,s,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(u):s(u)}function s(u){return e.attempt(yi,t,r)(u)}}function zp(e){e.exit("blockQuote")}var vi={name:"characterEscape",tokenize:jp};function jp(e,t,r){return n;function n(s){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(s),e.exit("escapeMarker"),a}function a(s){return mo(s)?(e.enter("characterEscapeValue"),e.consume(s),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):r(s)}}var wi={name:"characterReference",tokenize:Up};function Up(e,t,r){let n=this,a=0,s,u;return l;function l(h){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(h),e.exit("characterReferenceMarker"),c}function c(h){return h===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(h),e.exit("characterReferenceMarkerNumeric"),p):(e.enter("characterReferenceValue"),s=31,u=Se,m(h))}function p(h){return h===88||h===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(h),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),s=6,u=fo,m):(e.enter("characterReferenceValue"),s=7,u=Fr,m(h))}function m(h){if(h===59&&a){let k=e.exit("characterReferenceValue");return u===Se&&!Et(n.sliceSerialize(k))?r(h):(e.enter("characterReferenceMarker"),e.consume(h),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return u(h)&&a++<s?(e.consume(h),m):r(h)}}var cu={tokenize:Hp,partial:!0},Ci={name:"codeFenced",tokenize:Jp,concrete:!0};function Jp(e,t,r){let n=this,a={tokenize:D,partial:!0},s=0,u=0,l;return c;function c(N){return p(N)}function p(N){let P=n.events[n.events.length-1];return s=P&&P[1].type==="linePrefix"?P[2].sliceSerialize(P[1],!0).length:0,l=N,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),m(N)}function m(N){return N===l?(u++,e.consume(N),m):u<3?r(N):(e.exit("codeFencedFenceSequence"),W(N)?K(e,h,"whitespace")(N):h(N))}function h(N){return N===null||M(N)?(e.exit("codeFencedFence"),n.interrupt?t(N):e.check(cu,E,d)(N)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),k(N))}function k(N){return N===null||M(N)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),h(N)):W(N)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),K(e,x,"whitespace")(N)):N===96&&N===l?r(N):(e.consume(N),k)}function x(N){return N===null||M(N)?h(N):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),y(N))}function y(N){return N===null||M(N)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),h(N)):N===96&&N===l?r(N):(e.consume(N),y)}function E(N){return e.attempt(a,d,C)(N)}function C(N){return e.enter("lineEnding"),e.consume(N),e.exit("lineEnding"),I}function I(N){return s>0&&W(N)?K(e,T,"linePrefix",s+1)(N):T(N)}function T(N){return N===null||M(N)?e.check(cu,E,d)(N):(e.enter("codeFlowValue"),S(N))}function S(N){return N===null||M(N)?(e.exit("codeFlowValue"),T(N)):(e.consume(N),S)}function d(N){return e.exit("codeFenced"),t(N)}function D(N,P,O){let B=0;return L;function L(ee){return N.enter("lineEnding"),N.consume(ee),N.exit("lineEnding"),ae}function ae(ee){return N.enter("codeFencedFence"),W(ee)?K(N,J,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(ee):J(ee)}function J(ee){return ee===l?(N.enter("codeFencedFenceSequence"),H(ee)):O(ee)}function H(ee){return ee===l?(B++,N.consume(ee),H):B>=u?(N.exit("codeFencedFenceSequence"),W(ee)?K(N,$,"whitespace")(ee):$(ee)):O(ee)}function $(ee){return ee===null||M(ee)?(N.exit("codeFencedFence"),P(ee)):O(ee)}}}function Hp(e,t,r){let n=this;return a;function a(u){return u===null?r(u):(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),s)}function s(u){return n.parser.lazy[n.now().line]?r(u):t(u)}}var Br={name:"codeIndented",tokenize:Wp},Gp={tokenize:Qp,partial:!0};function Wp(e,t,r){let n=this;return a;function a(p){return e.enter("codeIndented"),K(e,s,"linePrefix",5)(p)}function s(p){let m=n.events[n.events.length-1];return m&&m[1].type==="linePrefix"&&m[2].sliceSerialize(m[1],!0).length>=4?u(p):r(p)}function u(p){return p===null?c(p):M(p)?e.attempt(Gp,u,c)(p):(e.enter("codeFlowValue"),l(p))}function l(p){return p===null||M(p)?(e.exit("codeFlowValue"),u(p)):(e.consume(p),l)}function c(p){return e.exit("codeIndented"),t(p)}}function Qp(e,t,r){let n=this;return a;function a(u){return n.parser.lazy[n.now().line]?r(u):M(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),a):K(e,s,"linePrefix",5)(u)}function s(u){let l=n.events[n.events.length-1];return l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(u):M(u)?a(u):r(u)}}var ea={name:"codeText",tokenize:Yp,resolve:Kp,previous:Xp};function Kp(e){let t=e.length-4,r=3,n,a;if((e[r][1].type==="lineEnding"||e[r][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(n=r;++n<t;)if(e[n][1].type==="codeTextData"){e[r][1].type="codeTextPadding",e[t][1].type="codeTextPadding",r+=2,t-=2;break}}for(n=r-1,t++;++n<=t;)a===void 0?n!==t&&e[n][1].type!=="lineEnding"&&(a=n):(n===t||e[n][1].type==="lineEnding")&&(e[a][1].type="codeTextData",n!==a+2&&(e[a][1].end=e[n-1][1].end,e.splice(a+2,n-a-2),t-=n-a-2,n=a+2),a=void 0);return e}function Xp(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function Yp(e,t,r){let n=this,a=0,s,u;return l;function l(k){return e.enter("codeText"),e.enter("codeTextSequence"),c(k)}function c(k){return k===96?(e.consume(k),a++,c):(e.exit("codeTextSequence"),p(k))}function p(k){return k===null?r(k):k===32?(e.enter("space"),e.consume(k),e.exit("space"),p):k===96?(u=e.enter("codeTextSequence"),s=0,h(k)):M(k)?(e.enter("lineEnding"),e.consume(k),e.exit("lineEnding"),p):(e.enter("codeTextData"),m(k))}function m(k){return k===null||k===32||k===96||M(k)?(e.exit("codeTextData"),p(k)):(e.consume(k),m)}function h(k){return k===96?(e.consume(k),s++,h):s===a?(e.exit("codeTextSequence"),e.exit("codeText"),t(k)):(u.type="codeTextData",m(k))}}function Si(e){let t={},r=-1,n,a,s,u,l,c,p;for(;++r<e.length;){for(;r in t;)r=t[r];if(n=e[r],r&&n[1].type==="chunkFlow"&&e[r-1][1].type==="listItemPrefix"&&(c=n[1]._tokenizer.events,s=0,s<c.length&&c[s][1].type==="lineEndingBlank"&&(s+=2),s<c.length&&c[s][1].type==="content"))for(;++s<c.length&&c[s][1].type!=="content";)c[s][1].type==="chunkText"&&(c[s][1]._isInFirstContentOfListItem=!0,s++);if(n[0]==="enter")n[1].contentType&&(Object.assign(t,$p(e,r)),r=t[r],p=!0);else if(n[1]._container){for(s=r,a=void 0;s--&&(u=e[s],u[1].type==="lineEnding"||u[1].type==="lineEndingBlank");)u[0]==="enter"&&(a&&(e[a][1].type="lineEndingBlank"),u[1].type="lineEnding",a=s);a&&(n[1].end=Object.assign({},e[a][1].start),l=e.slice(a,r),l.unshift(n),ke(e,a,r-a+1,l))}}return!p}function $p(e,t){let r=e[t][1],n=e[t][2],a=t-1,s=[],u=r._tokenizer||n.parser[r.contentType](r.start),l=u.events,c=[],p={},m,h,k=-1,x=r,y=0,E=0,C=[E];for(;x;){for(;e[++a][1]!==x;);s.push(a),x._tokenizer||(m=n.sliceStream(x),x.next||m.push(null),h&&u.defineSkip(x.start),x._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=!0),u.write(m),x._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=void 0)),h=x,x=x.next}for(x=r;++k<l.length;)l[k][0]==="exit"&&l[k-1][0]==="enter"&&l[k][1].type===l[k-1][1].type&&l[k][1].start.line!==l[k][1].end.line&&(E=k+1,C.push(E),x._tokenizer=void 0,x.previous=void 0,x=x.next);for(u.events=[],x?(x._tokenizer=void 0,x.previous=void 0):C.pop(),k=C.length;k--;){let I=l.slice(C[k],C[k+1]),T=s.pop();c.unshift([T,T+I.length-1]),ke(e,T,2,I)}for(k=-1;++k<c.length;)p[y+c[k][0]]=y+c[k][1],y+=c[k][1]-c[k][0]-1;return p}var ta={tokenize:tf,resolve:ef},Zp={tokenize:rf,partial:!0};function ef(e){return Si(e),e}function tf(e,t){let r;return n;function n(l){return e.enter("content"),r=e.enter("chunkContent",{contentType:"content"}),a(l)}function a(l){return l===null?s(l):M(l)?e.check(Zp,u,s)(l):(e.consume(l),a)}function s(l){return e.exit("chunkContent"),e.exit("content"),t(l)}function u(l){return e.consume(l),e.exit("chunkContent"),r.next=e.enter("chunkContent",{contentType:"content",previous:r}),r=r.next,a}}function rf(e,t,r){let n=this;return a;function a(u){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),K(e,s,"linePrefix")}function s(u){if(u===null||M(u))return r(u);let l=n.events[n.events.length-1];return!n.parser.constructs.disable.null.includes("codeIndented")&&l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(u):e.interrupt(n.parser.constructs.flow,r,t)(u)}}function Ei(e,t,r,n,a,s,u,l,c){let p=c||Number.POSITIVE_INFINITY,m=0;return h;function h(I){return I===60?(e.enter(n),e.enter(a),e.enter(s),e.consume(I),e.exit(s),k):I===null||I===32||I===41||Gt(I)?r(I):(e.enter(n),e.enter(u),e.enter(l),e.enter("chunkString",{contentType:"string"}),E(I))}function k(I){return I===62?(e.enter(s),e.consume(I),e.exit(s),e.exit(a),e.exit(n),t):(e.enter(l),e.enter("chunkString",{contentType:"string"}),x(I))}function x(I){return I===62?(e.exit("chunkString"),e.exit(l),k(I)):I===null||I===60||M(I)?r(I):(e.consume(I),I===92?y:x)}function y(I){return I===60||I===62||I===92?(e.consume(I),x):x(I)}function E(I){return!m&&(I===null||I===41||ie(I))?(e.exit("chunkString"),e.exit(l),e.exit(u),e.exit(n),t(I)):m<p&&I===40?(e.consume(I),m++,E):I===41?(e.consume(I),m--,E):I===null||I===32||I===40||Gt(I)?r(I):(e.consume(I),I===92?C:E)}function C(I){return I===40||I===41||I===92?(e.consume(I),E):E(I)}}function _i(e,t,r,n,a,s){let u=this,l=0,c;return p;function p(x){return e.enter(n),e.enter(a),e.consume(x),e.exit(a),e.enter(s),m}function m(x){return l>999||x===null||x===91||x===93&&!c||x===94&&!l&&"_hiddenFootnoteSupport"in u.parser.constructs?r(x):x===93?(e.exit(s),e.enter(a),e.consume(x),e.exit(a),e.exit(n),t):M(x)?(e.enter("lineEnding"),e.consume(x),e.exit("lineEnding"),m):(e.enter("chunkString",{contentType:"string"}),h(x))}function h(x){return x===null||x===91||x===93||M(x)||l++>999?(e.exit("chunkString"),m(x)):(e.consume(x),c||(c=!W(x)),x===92?k:h)}function k(x){return x===91||x===92||x===93?(e.consume(x),l++,h):h(x)}}function Ai(e,t,r,n,a,s){let u;return l;function l(k){return k===34||k===39||k===40?(e.enter(n),e.enter(a),e.consume(k),e.exit(a),u=k===40?41:k,c):r(k)}function c(k){return k===u?(e.enter(a),e.consume(k),e.exit(a),e.exit(n),t):(e.enter(s),p(k))}function p(k){return k===u?(e.exit(s),c(u)):k===null?r(k):M(k)?(e.enter("lineEnding"),e.consume(k),e.exit("lineEnding"),K(e,p,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),m(k))}function m(k){return k===u||k===null||M(k)?(e.exit("chunkString"),p(k)):(e.consume(k),k===92?h:m)}function h(k){return k===u||k===92?(e.consume(k),m):m(k)}}function $t(e,t){let r;return n;function n(a){return M(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),r=!0,n):W(a)?K(e,n,r?"linePrefix":"lineSuffix")(a):t(a)}}var ra={name:"definition",tokenize:af},nf={tokenize:sf,partial:!0};function af(e,t,r){let n=this,a;return s;function s(x){return e.enter("definition"),u(x)}function u(x){return _i.call(n,e,l,r,"definitionLabel","definitionLabelMarker","definitionLabelString")(x)}function l(x){return a=Fe(n.sliceSerialize(n.events[n.events.length-1][1]).slice(1,-1)),x===58?(e.enter("definitionMarker"),e.consume(x),e.exit("definitionMarker"),c):r(x)}function c(x){return ie(x)?$t(e,p)(x):p(x)}function p(x){return Ei(e,m,r,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(x)}function m(x){return e.attempt(nf,h,h)(x)}function h(x){return W(x)?K(e,k,"whitespace")(x):k(x)}function k(x){return x===null||M(x)?(e.exit("definition"),n.parser.defined.push(a),t(x)):r(x)}}function sf(e,t,r){return n;function n(l){return ie(l)?$t(e,a)(l):r(l)}function a(l){return Ai(e,s,r,"definitionTitle","definitionTitleMarker","definitionTitleString")(l)}function s(l){return W(l)?K(e,u,"whitespace")(l):u(l)}function u(l){return l===null||M(l)?t(l):r(l)}}var ia={name:"hardBreakEscape",tokenize:of};function of(e,t,r){return n;function n(s){return e.enter("hardBreakEscape"),e.consume(s),a}function a(s){return M(s)?(e.exit("hardBreakEscape"),t(s)):r(s)}}var na={name:"headingAtx",tokenize:lf,resolve:uf};function uf(e,t){let r=e.length-2,n=3,a,s;return e[n][1].type==="whitespace"&&(n+=2),r-2>n&&e[r][1].type==="whitespace"&&(r-=2),e[r][1].type==="atxHeadingSequence"&&(n===r-1||r-4>n&&e[r-2][1].type==="whitespace")&&(r-=n+1===r?2:4),r>n&&(a={type:"atxHeadingText",start:e[n][1].start,end:e[r][1].end},s={type:"chunkText",start:e[n][1].start,end:e[r][1].end,contentType:"text"},ke(e,n,r-n+1,[["enter",a,t],["enter",s,t],["exit",s,t],["exit",a,t]])),e}function lf(e,t,r){let n=0;return a;function a(m){return e.enter("atxHeading"),s(m)}function s(m){return e.enter("atxHeadingSequence"),u(m)}function u(m){return m===35&&n++<6?(e.consume(m),u):m===null||ie(m)?(e.exit("atxHeadingSequence"),l(m)):r(m)}function l(m){return m===35?(e.enter("atxHeadingSequence"),c(m)):m===null||M(m)?(e.exit("atxHeading"),t(m)):W(m)?K(e,l,"whitespace")(m):(e.enter("atxHeadingText"),p(m))}function c(m){return m===35?(e.consume(m),c):(e.exit("atxHeadingSequence"),l(m))}function p(m){return m===null||m===35||ie(m)?(e.exit("atxHeadingText"),l(m)):(e.consume(m),p)}}var hu=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],aa=["pre","script","style","textarea"];var sa={name:"htmlFlow",tokenize:ff,resolveTo:pf,concrete:!0},cf={tokenize:df,partial:!0},hf={tokenize:mf,partial:!0};function pf(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function ff(e,t,r){let n=this,a,s,u,l,c;return p;function p(A){return m(A)}function m(A){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(A),h}function h(A){return A===33?(e.consume(A),k):A===47?(e.consume(A),s=!0,E):A===63?(e.consume(A),a=3,n.interrupt?t:_):be(A)?(e.consume(A),u=String.fromCharCode(A),C):r(A)}function k(A){return A===45?(e.consume(A),a=2,x):A===91?(e.consume(A),a=5,l=0,y):be(A)?(e.consume(A),a=4,n.interrupt?t:_):r(A)}function x(A){return A===45?(e.consume(A),n.interrupt?t:_):r(A)}function y(A){let _e="CDATA[";return A===_e.charCodeAt(l++)?(e.consume(A),l===_e.length?n.interrupt?t:J:y):r(A)}function E(A){return be(A)?(e.consume(A),u=String.fromCharCode(A),C):r(A)}function C(A){if(A===null||A===47||A===62||ie(A)){let _e=A===47,Ge=u.toLowerCase();return!_e&&!s&&aa.includes(Ge)?(a=1,n.interrupt?t(A):J(A)):hu.includes(u.toLowerCase())?(a=6,_e?(e.consume(A),I):n.interrupt?t(A):J(A)):(a=7,n.interrupt&&!n.parser.lazy[n.now().line]?r(A):s?T(A):S(A))}return A===45||Se(A)?(e.consume(A),u+=String.fromCharCode(A),C):r(A)}function I(A){return A===62?(e.consume(A),n.interrupt?t:J):r(A)}function T(A){return W(A)?(e.consume(A),T):L(A)}function S(A){return A===47?(e.consume(A),L):A===58||A===95||be(A)?(e.consume(A),d):W(A)?(e.consume(A),S):L(A)}function d(A){return A===45||A===46||A===58||A===95||Se(A)?(e.consume(A),d):D(A)}function D(A){return A===61?(e.consume(A),N):W(A)?(e.consume(A),D):S(A)}function N(A){return A===null||A===60||A===61||A===62||A===96?r(A):A===34||A===39?(e.consume(A),c=A,P):W(A)?(e.consume(A),N):O(A)}function P(A){return A===c?(e.consume(A),c=null,B):A===null||M(A)?r(A):(e.consume(A),P)}function O(A){return A===null||A===34||A===39||A===47||A===60||A===61||A===62||A===96||ie(A)?D(A):(e.consume(A),O)}function B(A){return A===47||A===62||W(A)?S(A):r(A)}function L(A){return A===62?(e.consume(A),ae):r(A)}function ae(A){return A===null||M(A)?J(A):W(A)?(e.consume(A),ae):r(A)}function J(A){return A===45&&a===2?(e.consume(A),fe):A===60&&a===1?(e.consume(A),Z):A===62&&a===4?(e.consume(A),ye):A===63&&a===3?(e.consume(A),_):A===93&&a===5?(e.consume(A),qe):M(A)&&(a===6||a===7)?(e.exit("htmlFlowData"),e.check(cf,Re,H)(A)):A===null||M(A)?(e.exit("htmlFlowData"),H(A)):(e.consume(A),J)}function H(A){return e.check(hf,$,Re)(A)}function $(A){return e.enter("lineEnding"),e.consume(A),e.exit("lineEnding"),ee}function ee(A){return A===null||M(A)?H(A):(e.enter("htmlFlowData"),J(A))}function fe(A){return A===45?(e.consume(A),_):J(A)}function Z(A){return A===47?(e.consume(A),u="",me):J(A)}function me(A){if(A===62){let _e=u.toLowerCase();return aa.includes(_e)?(e.consume(A),ye):J(A)}return be(A)&&u.length<8?(e.consume(A),u+=String.fromCharCode(A),me):J(A)}function qe(A){return A===93?(e.consume(A),_):J(A)}function _(A){return A===62?(e.consume(A),ye):A===45&&a===2?(e.consume(A),_):J(A)}function ye(A){return A===null||M(A)?(e.exit("htmlFlowData"),Re(A)):(e.consume(A),ye)}function Re(A){return e.exit("htmlFlow"),t(A)}}function mf(e,t,r){let n=this;return a;function a(u){return M(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),s):r(u)}function s(u){return n.parser.lazy[n.now().line]?r(u):t(u)}}function df(e,t,r){return n;function n(a){return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),e.attempt(rt,t,r)}}var oa={name:"htmlText",tokenize:xf};function xf(e,t,r){let n=this,a,s,u;return l;function l(_){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(_),c}function c(_){return _===33?(e.consume(_),p):_===47?(e.consume(_),D):_===63?(e.consume(_),S):be(_)?(e.consume(_),O):r(_)}function p(_){return _===45?(e.consume(_),m):_===91?(e.consume(_),s=0,y):be(_)?(e.consume(_),T):r(_)}function m(_){return _===45?(e.consume(_),x):r(_)}function h(_){return _===null?r(_):_===45?(e.consume(_),k):M(_)?(u=h,Z(_)):(e.consume(_),h)}function k(_){return _===45?(e.consume(_),x):h(_)}function x(_){return _===62?fe(_):_===45?k(_):h(_)}function y(_){let ye="CDATA[";return _===ye.charCodeAt(s++)?(e.consume(_),s===ye.length?E:y):r(_)}function E(_){return _===null?r(_):_===93?(e.consume(_),C):M(_)?(u=E,Z(_)):(e.consume(_),E)}function C(_){return _===93?(e.consume(_),I):E(_)}function I(_){return _===62?fe(_):_===93?(e.consume(_),I):E(_)}function T(_){return _===null||_===62?fe(_):M(_)?(u=T,Z(_)):(e.consume(_),T)}function S(_){return _===null?r(_):_===63?(e.consume(_),d):M(_)?(u=S,Z(_)):(e.consume(_),S)}function d(_){return _===62?fe(_):S(_)}function D(_){return be(_)?(e.consume(_),N):r(_)}function N(_){return _===45||Se(_)?(e.consume(_),N):P(_)}function P(_){return M(_)?(u=P,Z(_)):W(_)?(e.consume(_),P):fe(_)}function O(_){return _===45||Se(_)?(e.consume(_),O):_===47||_===62||ie(_)?B(_):r(_)}function B(_){return _===47?(e.consume(_),fe):_===58||_===95||be(_)?(e.consume(_),L):M(_)?(u=B,Z(_)):W(_)?(e.consume(_),B):fe(_)}function L(_){return _===45||_===46||_===58||_===95||Se(_)?(e.consume(_),L):ae(_)}function ae(_){return _===61?(e.consume(_),J):M(_)?(u=ae,Z(_)):W(_)?(e.consume(_),ae):B(_)}function J(_){return _===null||_===60||_===61||_===62||_===96?r(_):_===34||_===39?(e.consume(_),a=_,H):M(_)?(u=J,Z(_)):W(_)?(e.consume(_),J):(e.consume(_),$)}function H(_){return _===a?(e.consume(_),a=void 0,ee):_===null?r(_):M(_)?(u=H,Z(_)):(e.consume(_),H)}function $(_){return _===null||_===34||_===39||_===60||_===61||_===96?r(_):_===47||_===62||ie(_)?B(_):(e.consume(_),$)}function ee(_){return _===47||_===62||ie(_)?B(_):r(_)}function fe(_){return _===62?(e.consume(_),e.exit("htmlTextData"),e.exit("htmlText"),t):r(_)}function Z(_){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(_),e.exit("lineEnding"),me}function me(_){return W(_)?K(e,qe,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(_):qe(_)}function qe(_){return e.enter("htmlTextData"),u(_)}}var Zt={name:"labelEnd",tokenize:wf,resolveTo:vf,resolveAll:yf},gf={tokenize:Cf},bf={tokenize:Sf},kf={tokenize:Ef};function yf(e){let t=-1;for(;++t<e.length;){let r=e[t][1];(r.type==="labelImage"||r.type==="labelLink"||r.type==="labelEnd")&&(e.splice(t+1,r.type==="labelImage"?4:2),r.type="data",t++)}return e}function vf(e,t){let r=e.length,n=0,a,s,u,l;for(;r--;)if(a=e[r][1],s){if(a.type==="link"||a.type==="labelLink"&&a._inactive)break;e[r][0]==="enter"&&a.type==="labelLink"&&(a._inactive=!0)}else if(u){if(e[r][0]==="enter"&&(a.type==="labelImage"||a.type==="labelLink")&&!a._balanced&&(s=r,a.type!=="labelLink")){n=2;break}}else a.type==="labelEnd"&&(u=r);let c={type:e[s][1].type==="labelLink"?"link":"image",start:Object.assign({},e[s][1].start),end:Object.assign({},e[e.length-1][1].end)},p={type:"label",start:Object.assign({},e[s][1].start),end:Object.assign({},e[u][1].end)},m={type:"labelText",start:Object.assign({},e[s+n+2][1].end),end:Object.assign({},e[u-2][1].start)};return l=[["enter",c,t],["enter",p,t]],l=Be(l,e.slice(s+1,s+n+3)),l=Be(l,[["enter",m,t]]),l=Be(l,Ot(t.parser.constructs.insideSpan.null,e.slice(s+n+4,u-3),t)),l=Be(l,[["exit",m,t],e[u-2],e[u-1],["exit",p,t]]),l=Be(l,e.slice(u+1)),l=Be(l,[["exit",c,t]]),ke(e,s,e.length,l),e}function wf(e,t,r){let n=this,a=n.events.length,s,u;for(;a--;)if((n.events[a][1].type==="labelImage"||n.events[a][1].type==="labelLink")&&!n.events[a][1]._balanced){s=n.events[a][1];break}return l;function l(k){return s?s._inactive?h(k):(u=n.parser.defined.includes(Fe(n.sliceSerialize({start:s.end,end:n.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(k),e.exit("labelMarker"),e.exit("labelEnd"),c):r(k)}function c(k){return k===40?e.attempt(gf,m,u?m:h)(k):k===91?e.attempt(bf,m,u?p:h)(k):u?m(k):h(k)}function p(k){return e.attempt(kf,m,h)(k)}function m(k){return t(k)}function h(k){return s._balanced=!0,r(k)}}function Cf(e,t,r){return n;function n(h){return e.enter("resource"),e.enter("resourceMarker"),e.consume(h),e.exit("resourceMarker"),a}function a(h){return ie(h)?$t(e,s)(h):s(h)}function s(h){return h===41?m(h):Ei(e,u,l,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(h)}function u(h){return ie(h)?$t(e,c)(h):m(h)}function l(h){return r(h)}function c(h){return h===34||h===39||h===40?Ai(e,p,r,"resourceTitle","resourceTitleMarker","resourceTitleString")(h):m(h)}function p(h){return ie(h)?$t(e,m)(h):m(h)}function m(h){return h===41?(e.enter("resourceMarker"),e.consume(h),e.exit("resourceMarker"),e.exit("resource"),t):r(h)}}function Sf(e,t,r){let n=this;return a;function a(l){return _i.call(n,e,s,u,"reference","referenceMarker","referenceString")(l)}function s(l){return n.parser.defined.includes(Fe(n.sliceSerialize(n.events[n.events.length-1][1]).slice(1,-1)))?t(l):r(l)}function u(l){return r(l)}}function Ef(e,t,r){return n;function n(s){return e.enter("reference"),e.enter("referenceMarker"),e.consume(s),e.exit("referenceMarker"),a}function a(s){return s===93?(e.enter("referenceMarker"),e.consume(s),e.exit("referenceMarker"),e.exit("reference"),t):r(s)}}var ua={name:"labelStartImage",tokenize:_f,resolveAll:Zt.resolveAll};function _f(e,t,r){let n=this;return a;function a(l){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(l),e.exit("labelImageMarker"),s}function s(l){return l===91?(e.enter("labelMarker"),e.consume(l),e.exit("labelMarker"),e.exit("labelImage"),u):r(l)}function u(l){return l===94&&"_hiddenFootnoteSupport"in n.parser.constructs?r(l):t(l)}}var la={name:"labelStartLink",tokenize:Af,resolveAll:Zt.resolveAll};function Af(e,t,r){let n=this;return a;function a(u){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(u),e.exit("labelMarker"),e.exit("labelLink"),s}function s(u){return u===94&&"_hiddenFootnoteSupport"in n.parser.constructs?r(u):t(u)}}var Mr={name:"lineEnding",tokenize:If};function If(e,t){return r;function r(n){return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),K(e,t,"linePrefix")}}var er={name:"thematicBreak",tokenize:Tf};function Tf(e,t,r){let n=0,a;return s;function s(p){return e.enter("thematicBreak"),u(p)}function u(p){return a=p,l(p)}function l(p){return p===a?(e.enter("thematicBreakSequence"),c(p)):n>=3&&(p===null||M(p))?(e.exit("thematicBreak"),t(p)):r(p)}function c(p){return p===a?(e.consume(p),n++,c):(e.exit("thematicBreakSequence"),W(p)?K(e,l,"whitespace")(p):l(p))}}var Ne={name:"list",tokenize:Ff,continuation:{tokenize:Nf},exit:Vf},Pf={tokenize:Of,partial:!0},Lf={tokenize:Rf,partial:!0};function Ff(e,t,r){let n=this,a=n.events[n.events.length-1],s=a&&a[1].type==="linePrefix"?a[2].sliceSerialize(a[1],!0).length:0,u=0;return l;function l(x){let y=n.containerState.type||(x===42||x===43||x===45?"listUnordered":"listOrdered");if(y==="listUnordered"?!n.containerState.marker||x===n.containerState.marker:Fr(x)){if(n.containerState.type||(n.containerState.type=y,e.enter(y,{_container:!0})),y==="listUnordered")return e.enter("listItemPrefix"),x===42||x===45?e.check(er,r,p)(x):p(x);if(!n.interrupt||x===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),c(x)}return r(x)}function c(x){return Fr(x)&&++u<10?(e.consume(x),c):(!n.interrupt||u<2)&&(n.containerState.marker?x===n.containerState.marker:x===41||x===46)?(e.exit("listItemValue"),p(x)):r(x)}function p(x){return e.enter("listItemMarker"),e.consume(x),e.exit("listItemMarker"),n.containerState.marker=n.containerState.marker||x,e.check(rt,n.interrupt?r:m,e.attempt(Pf,k,h))}function m(x){return n.containerState.initialBlankLine=!0,s++,k(x)}function h(x){return W(x)?(e.enter("listItemPrefixWhitespace"),e.consume(x),e.exit("listItemPrefixWhitespace"),k):r(x)}function k(x){return n.containerState.size=s+n.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(x)}}function Nf(e,t,r){let n=this;return n.containerState._closeFlow=void 0,e.check(rt,a,s);function a(l){return n.containerState.furtherBlankLines=n.containerState.furtherBlankLines||n.containerState.initialBlankLine,K(e,t,"listItemIndent",n.containerState.size+1)(l)}function s(l){return n.containerState.furtherBlankLines||!W(l)?(n.containerState.furtherBlankLines=void 0,n.containerState.initialBlankLine=void 0,u(l)):(n.containerState.furtherBlankLines=void 0,n.containerState.initialBlankLine=void 0,e.attempt(Lf,t,u)(l))}function u(l){return n.containerState._closeFlow=!0,n.interrupt=void 0,K(e,e.attempt(Ne,t,r),"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(l)}}function Rf(e,t,r){let n=this;return K(e,a,"listItemIndent",n.containerState.size+1);function a(s){let u=n.events[n.events.length-1];return u&&u[1].type==="listItemIndent"&&u[2].sliceSerialize(u[1],!0).length===n.containerState.size?t(s):r(s)}}function Vf(e){e.exit(this.containerState.type)}function Of(e,t,r){let n=this;return K(e,a,"listItemPrefixWhitespace",n.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function a(s){let u=n.events[n.events.length-1];return!W(s)&&u&&u[1].type==="listItemPrefixWhitespace"?t(s):r(s)}}var Ii={name:"setextUnderline",tokenize:Bf,resolveTo:Df};function Df(e,t){let r=e.length,n,a,s;for(;r--;)if(e[r][0]==="enter"){if(e[r][1].type==="content"){n=r;break}e[r][1].type==="paragraph"&&(a=r)}else e[r][1].type==="content"&&e.splice(r,1),!s&&e[r][1].type==="definition"&&(s=r);let u={type:"setextHeading",start:Object.assign({},e[a][1].start),end:Object.assign({},e[e.length-1][1].end)};return e[a][1].type="setextHeadingText",s?(e.splice(a,0,["enter",u,t]),e.splice(s+1,0,["exit",e[n][1],t]),e[n][1].end=Object.assign({},e[s][1].end)):e[n][1]=u,e.push(["exit",u,t]),e}function Bf(e,t,r){let n=this,a;return s;function s(p){let m=n.events.length,h;for(;m--;)if(n.events[m][1].type!=="lineEnding"&&n.events[m][1].type!=="linePrefix"&&n.events[m][1].type!=="content"){h=n.events[m][1].type==="paragraph";break}return!n.parser.lazy[n.now().line]&&(n.interrupt||h)?(e.enter("setextHeadingLine"),a=p,u(p)):r(p)}function u(p){return e.enter("setextHeadingLineSequence"),l(p)}function l(p){return p===a?(e.consume(p),l):(e.exit("setextHeadingLineSequence"),W(p)?K(e,c,"lineSuffix")(p):c(p))}function c(p){return p===null||M(p)?(e.exit("setextHeadingLine"),t(p)):r(p)}}var Mf={tokenize:Gf,partial:!0};function ca(){return{document:{91:{tokenize:Uf,continuation:{tokenize:Jf},exit:Hf}},text:{91:{tokenize:jf},93:{add:"after",tokenize:qf,resolveTo:zf}}}}function qf(e,t,r){let n=this,a=n.events.length,s=n.parser.gfmFootnotes||(n.parser.gfmFootnotes=[]),u;for(;a--;){let c=n.events[a][1];if(c.type==="labelImage"){u=c;break}if(c.type==="gfmFootnoteCall"||c.type==="labelLink"||c.type==="label"||c.type==="image"||c.type==="link")break}return l;function l(c){if(!u||!u._balanced)return r(c);let p=Fe(n.sliceSerialize({start:u.end,end:n.now()}));return p.codePointAt(0)!==94||!s.includes(p.slice(1))?r(c):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(c),e.exit("gfmFootnoteCallLabelMarker"),t(c))}}function zf(e,t){let r=e.length,n;for(;r--;)if(e[r][1].type==="labelImage"&&e[r][0]==="enter"){n=e[r][1];break}e[r+1][1].type="data",e[r+3][1].type="gfmFootnoteCallLabelMarker";let a={type:"gfmFootnoteCall",start:Object.assign({},e[r+3][1].start),end:Object.assign({},e[e.length-1][1].end)},s={type:"gfmFootnoteCallMarker",start:Object.assign({},e[r+3][1].end),end:Object.assign({},e[r+3][1].end)};s.end.column++,s.end.offset++,s.end._bufferIndex++;let u={type:"gfmFootnoteCallString",start:Object.assign({},s.end),end:Object.assign({},e[e.length-1][1].start)},l={type:"chunkString",contentType:"string",start:Object.assign({},u.start),end:Object.assign({},u.end)},c=[e[r+1],e[r+2],["enter",a,t],e[r+3],e[r+4],["enter",s,t],["exit",s,t],["enter",u,t],["enter",l,t],["exit",l,t],["exit",u,t],e[e.length-2],e[e.length-1],["exit",a,t]];return e.splice(r,e.length-r+1,...c),e}function jf(e,t,r){let n=this,a=n.parser.gfmFootnotes||(n.parser.gfmFootnotes=[]),s=0,u;return l;function l(h){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(h),e.exit("gfmFootnoteCallLabelMarker"),c}function c(h){return h!==94?r(h):(e.enter("gfmFootnoteCallMarker"),e.consume(h),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",p)}function p(h){if(s>999||h===93&&!u||h===null||h===91||ie(h))return r(h);if(h===93){e.exit("chunkString");let k=e.exit("gfmFootnoteCallString");return a.includes(Fe(n.sliceSerialize(k)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(h),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):r(h)}return ie(h)||(u=!0),s++,e.consume(h),h===92?m:p}function m(h){return h===91||h===92||h===93?(e.consume(h),s++,p):p(h)}}function Uf(e,t,r){let n=this,a=n.parser.gfmFootnotes||(n.parser.gfmFootnotes=[]),s,u=0,l;return c;function c(y){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(y),e.exit("gfmFootnoteDefinitionLabelMarker"),p}function p(y){return y===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(y),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",m):r(y)}function m(y){if(u>999||y===93&&!l||y===null||y===91||ie(y))return r(y);if(y===93){e.exit("chunkString");let E=e.exit("gfmFootnoteDefinitionLabelString");return s=Fe(n.sliceSerialize(E)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(y),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),k}return ie(y)||(l=!0),u++,e.consume(y),y===92?h:m}function h(y){return y===91||y===92||y===93?(e.consume(y),u++,m):m(y)}function k(y){return y===58?(e.enter("definitionMarker"),e.consume(y),e.exit("definitionMarker"),a.includes(s)||a.push(s),K(e,x,"gfmFootnoteDefinitionWhitespace")):r(y)}function x(y){return t(y)}}function Jf(e,t,r){return e.check(rt,t,e.attempt(Mf,t,r))}function Hf(e){e.exit("gfmFootnoteDefinition")}function Gf(e,t,r){let n=this;return K(e,a,"gfmFootnoteDefinitionIndent",5);function a(s){let u=n.events[n.events.length-1];return u&&u[1].type==="gfmFootnoteDefinitionIndent"&&u[2].sliceSerialize(u[1],!0).length===4?t(s):r(s)}}function ha(e){let r=(e||{}).singleTilde,n={tokenize:s,resolveAll:a};return r==null&&(r=!0),{text:{126:n},insideSpan:{null:[n]},attentionMarkers:{null:[126]}};function a(u,l){let c=-1;for(;++c<u.length;)if(u[c][0]==="enter"&&u[c][1].type==="strikethroughSequenceTemporary"&&u[c][1]._close){let p=c;for(;p--;)if(u[p][0]==="exit"&&u[p][1].type==="strikethroughSequenceTemporary"&&u[p][1]._open&&u[c][1].end.offset-u[c][1].start.offset===u[p][1].end.offset-u[p][1].start.offset){u[c][1].type="strikethroughSequence",u[p][1].type="strikethroughSequence";let m={type:"strikethrough",start:Object.assign({},u[p][1].start),end:Object.assign({},u[c][1].end)},h={type:"strikethroughText",start:Object.assign({},u[p][1].end),end:Object.assign({},u[c][1].start)},k=[["enter",m,l],["enter",u[p][1],l],["exit",u[p][1],l],["enter",h,l]],x=l.parser.constructs.insideSpan.null;x&&ke(k,k.length,0,Ot(x,u.slice(p+1,c),l)),ke(k,k.length,0,[["exit",h,l],["enter",u[c][1],l],["exit",u[c][1],l],["exit",m,l]]),ke(u,p-1,c-p+3,k),c=p+k.length-2;break}}for(c=-1;++c<u.length;)u[c][1].type==="strikethroughSequenceTemporary"&&(u[c][1].type="data");return u}function s(u,l,c){let p=this.previous,m=this.events,h=0;return k;function k(y){return p===126&&m[m.length-1][1].type!=="characterEscape"?c(y):(u.enter("strikethroughSequenceTemporary"),x(y))}function x(y){let E=gr(p);if(y===126)return h>1?c(y):(u.consume(y),h++,x);if(h<2&&!r)return c(y);let C=u.exit("strikethroughSequenceTemporary"),I=gr(y);return C._open=!I||I===2&&!!E,C._close=!E||E===2&&!!I,l(y)}}}var Ti=class{constructor(){this.map=[]}add(t,r,n){Wf(this,t,r,n)}consume(t){if(this.map.sort(function(s,u){return s[0]-u[0]}),this.map.length===0)return;let r=this.map.length,n=[];for(;r>0;)r-=1,n.push(t.slice(this.map[r][0]+this.map[r][1]),this.map[r][2]),t.length=this.map[r][0];n.push([...t]),t.length=0;let a=n.pop();for(;a;)t.push(...a),a=n.pop();this.map.length=0}};function Wf(e,t,r,n){let a=0;if(!(r===0&&n.length===0)){for(;a<e.map.length;){if(e.map[a][0]===t){e.map[a][1]+=r,e.map[a][2].push(...n);return}a+=1}e.map.push([t,r,n])}}function pu(e,t){let r=!1,n=[];for(;t<e.length;){let a=e[t];if(r){if(a[0]==="enter")a[1].type==="tableContent"&&n.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(a[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){let s=n.length-1;n[s]=n[s]==="left"?"center":"right"}}else if(a[1].type==="tableDelimiterRow")break}else a[0]==="enter"&&a[1].type==="tableDelimiterRow"&&(r=!0);t+=1}return n}function pa(){return{flow:{null:{tokenize:Qf,resolveAll:Kf}}}}function Qf(e,t,r){let n=this,a=0,s=0,u;return l;function l(L){let ae=n.events.length-1;for(;ae>-1;){let $=n.events[ae][1].type;if($==="lineEnding"||$==="linePrefix")ae--;else break}let J=ae>-1?n.events[ae][1].type:null,H=J==="tableHead"||J==="tableRow"?N:c;return H===N&&n.parser.lazy[n.now().line]?r(L):H(L)}function c(L){return e.enter("tableHead"),e.enter("tableRow"),p(L)}function p(L){return L===124||(u=!0,s+=1),m(L)}function m(L){return L===null?r(L):M(L)?s>1?(s=0,n.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(L),e.exit("lineEnding"),x):r(L):W(L)?K(e,m,"whitespace")(L):(s+=1,u&&(u=!1,a+=1),L===124?(e.enter("tableCellDivider"),e.consume(L),e.exit("tableCellDivider"),u=!0,m):(e.enter("data"),h(L)))}function h(L){return L===null||L===124||ie(L)?(e.exit("data"),m(L)):(e.consume(L),L===92?k:h)}function k(L){return L===92||L===124?(e.consume(L),h):h(L)}function x(L){return n.interrupt=!1,n.parser.lazy[n.now().line]?r(L):(e.enter("tableDelimiterRow"),u=!1,W(L)?K(e,y,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(L):y(L))}function y(L){return L===45||L===58?C(L):L===124?(u=!0,e.enter("tableCellDivider"),e.consume(L),e.exit("tableCellDivider"),E):D(L)}function E(L){return W(L)?K(e,C,"whitespace")(L):C(L)}function C(L){return L===58?(s+=1,u=!0,e.enter("tableDelimiterMarker"),e.consume(L),e.exit("tableDelimiterMarker"),I):L===45?(s+=1,I(L)):L===null||M(L)?d(L):D(L)}function I(L){return L===45?(e.enter("tableDelimiterFiller"),T(L)):D(L)}function T(L){return L===45?(e.consume(L),T):L===58?(u=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(L),e.exit("tableDelimiterMarker"),S):(e.exit("tableDelimiterFiller"),S(L))}function S(L){return W(L)?K(e,d,"whitespace")(L):d(L)}function d(L){return L===124?y(L):L===null||M(L)?!u||a!==s?D(L):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(L)):D(L)}function D(L){return r(L)}function N(L){return e.enter("tableRow"),P(L)}function P(L){return L===124?(e.enter("tableCellDivider"),e.consume(L),e.exit("tableCellDivider"),P):L===null||M(L)?(e.exit("tableRow"),t(L)):W(L)?K(e,P,"whitespace")(L):(e.enter("data"),O(L))}function O(L){return L===null||L===124||ie(L)?(e.exit("data"),P(L)):(e.consume(L),L===92?B:O)}function B(L){return L===92||L===124?(e.consume(L),O):O(L)}}function Kf(e,t){let r=-1,n=!0,a=0,s=[0,0,0,0],u=[0,0,0,0],l=!1,c=0,p,m,h,k=new Ti;for(;++r<e.length;){let x=e[r],y=x[1];x[0]==="enter"?y.type==="tableHead"?(l=!1,c!==0&&(fu(k,t,c,p,m),m=void 0,c=0),p={type:"table",start:Object.assign({},y.start),end:Object.assign({},y.end)},k.add(r,0,[["enter",p,t]])):y.type==="tableRow"||y.type==="tableDelimiterRow"?(n=!0,h=void 0,s=[0,0,0,0],u=[0,r+1,0,0],l&&(l=!1,m={type:"tableBody",start:Object.assign({},y.start),end:Object.assign({},y.end)},k.add(r,0,[["enter",m,t]])),a=y.type==="tableDelimiterRow"?2:m?3:1):a&&(y.type==="data"||y.type==="tableDelimiterMarker"||y.type==="tableDelimiterFiller")?(n=!1,u[2]===0&&(s[1]!==0&&(u[0]=u[1],h=Pi(k,t,s,a,void 0,h),s=[0,0,0,0]),u[2]=r)):y.type==="tableCellDivider"&&(n?n=!1:(s[1]!==0&&(u[0]=u[1],h=Pi(k,t,s,a,void 0,h)),s=u,u=[s[1],r,0,0])):y.type==="tableHead"?(l=!0,c=r):y.type==="tableRow"||y.type==="tableDelimiterRow"?(c=r,s[1]!==0?(u[0]=u[1],h=Pi(k,t,s,a,r,h)):u[1]!==0&&(h=Pi(k,t,u,a,r,h)),a=0):a&&(y.type==="data"||y.type==="tableDelimiterMarker"||y.type==="tableDelimiterFiller")&&(u[3]=r)}for(c!==0&&fu(k,t,c,p,m),k.consume(t.events),r=-1;++r<t.events.length;){let x=t.events[r];x[0]==="enter"&&x[1].type==="table"&&(x[1]._align=pu(t.events,r))}return e}function Pi(e,t,r,n,a,s){let u=n===1?"tableHeader":n===2?"tableDelimiter":"tableData",l="tableContent";r[0]!==0&&(s.end=Object.assign({},br(t.events,r[0])),e.add(r[0],0,[["exit",s,t]]));let c=br(t.events,r[1]);if(s={type:u,start:Object.assign({},c),end:Object.assign({},c)},e.add(r[1],0,[["enter",s,t]]),r[2]!==0){let p=br(t.events,r[2]),m=br(t.events,r[3]),h={type:l,start:Object.assign({},p),end:Object.assign({},m)};if(e.add(r[2],0,[["enter",h,t]]),n!==2){let k=t.events[r[2]],x=t.events[r[3]];if(k[1].end=Object.assign({},x[1].end),k[1].type="chunkText",k[1].contentType="text",r[3]>r[2]+1){let y=r[2]+1,E=r[3]-r[2]-1;e.add(y,E,[])}}e.add(r[3]+1,0,[["exit",h,t]])}return a!==void 0&&(s.end=Object.assign({},br(t.events,a)),e.add(a,0,[["exit",s,t]]),s=void 0),s}function fu(e,t,r,n,a){let s=[],u=br(t.events,r);a&&(a.end=Object.assign({},u),s.push(["exit",a,t])),n.end=Object.assign({},u),s.push(["exit",n,t]),e.add(r+1,0,s)}function br(e,t){let r=e[t],n=r[0]==="enter"?"start":"end";return r[1][n]}var Xf={tokenize:Yf};function fa(){return{text:{91:Xf}}}function Yf(e,t,r){let n=this;return a;function a(c){return n.previous!==null||!n._gfmTasklistFirstContentOfListItem?r(c):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(c),e.exit("taskListCheckMarker"),s)}function s(c){return ie(c)?(e.enter("taskListCheckValueUnchecked"),e.consume(c),e.exit("taskListCheckValueUnchecked"),u):c===88||c===120?(e.enter("taskListCheckValueChecked"),e.consume(c),e.exit("taskListCheckValueChecked"),u):r(c)}function u(c){return c===93?(e.enter("taskListCheckMarker"),e.consume(c),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),l):r(c)}function l(c){return M(c)?t(c):W(c)?e.check({tokenize:$f},t,r)(c):r(c)}}function $f(e,t,r){return K(e,n,"whitespace");function n(a){return a===null?r(a):t(a)}}function mu(e){return xr([Yn(),ca(),ha(e),pa(),fa()])}var Zf={};function Li(e){let t=this,r=e||Zf,n=t.data(),a=n.micromarkExtensions||(n.micromarkExtensions=[]),s=n.fromMarkdownExtensions||(n.fromMarkdownExtensions=[]),u=n.toMarkdownExtensions||(n.toMarkdownExtensions=[]);a.push(mu(r)),s.push(Qn()),u.push(Kn(r))}function ma(){return{enter:{mathFlow:e,mathFlowFenceMeta:t,mathText:s},exit:{mathFlow:a,mathFlowFence:n,mathFlowFenceMeta:r,mathFlowValue:l,mathText:u,mathTextData:l}};function e(c){let p={type:"element",tagName:"code",properties:{className:["language-math","math-display"]},children:[]};this.enter({type:"math",meta:null,value:"",data:{hName:"pre",hChildren:[p]}},c)}function t(){this.buffer()}function r(){let c=this.resume(),p=this.stack[this.stack.length-1];p.type,p.meta=c}function n(){this.data.mathFlowInside||(this.buffer(),this.data.mathFlowInside=!0)}function a(c){let p=this.resume().replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),m=this.stack[this.stack.length-1];m.type,this.exit(c),m.value=p;let h=m.data.hChildren[0];h.type,h.tagName,h.children.push({type:"text",value:p}),this.data.mathFlowInside=void 0}function s(c){this.enter({type:"inlineMath",value:"",data:{hName:"code",hProperties:{className:["language-math","math-inline"]},hChildren:[]}},c),this.buffer()}function u(c){let p=this.resume(),m=this.stack[this.stack.length-1];m.type,this.exit(c),m.value=p,m.data.hChildren.push({type:"text",value:p})}function l(c){this.config.enter.data.call(this,c),this.config.exit.data.call(this,c)}}function da(e){let t=(e||{}).singleDollarTextMath;return t==null&&(t=!0),n.peek=a,{unsafe:[{character:"\r",inConstruct:"mathFlowMeta"},{character:`
30
- `,inConstruct:"mathFlowMeta"},{character:"$",after:t?void 0:"\\$",inConstruct:"phrasing"},{character:"$",inConstruct:"mathFlowMeta"},{atBreak:!0,character:"$",after:"\\$"}],handlers:{math:r,inlineMath:n}};function r(s,u,l,c){let p=s.value||"",m=l.createTracker(c),h="$".repeat(Math.max(gi(p,"$")+1,2)),k=l.enter("mathFlow"),x=m.move(h);if(s.meta){let y=l.enter("mathFlowMeta");x+=m.move(l.safe(s.meta,{after:`
31
- `,before:x,encode:["$"],...m.current()})),y()}return x+=m.move(`
32
- `),p&&(x+=m.move(p+`
33
- `)),x+=m.move(h),k(),x}function n(s,u,l){let c=s.value||"",p=1;for(t||p++;new RegExp("(^|[^$])"+"\\$".repeat(p)+"([^$]|$)").test(c);)p++;let m="$".repeat(p);/[^ \r\n]/.test(c)&&(/^[ \r\n]/.test(c)&&/[ \r\n]$/.test(c)||/^\$|\$$/.test(c))&&(c=" "+c+" ");let h=-1;for(;++h<l.unsafe.length;){let k=l.unsafe[h];if(!k.atBreak)continue;let x=l.compilePattern(k),y;for(;y=x.exec(c);){let E=y.index;c.codePointAt(E)===10&&c.codePointAt(E-1)===13&&E--,c=c.slice(0,E)+" "+c.slice(y.index+1)}}return m+c+m}function a(){return"$"}}var xu={tokenize:em,concrete:!0},du={tokenize:tm,partial:!0};function em(e,t,r){let n=this,a=n.events[n.events.length-1],s=a&&a[1].type==="linePrefix"?a[2].sliceSerialize(a[1],!0).length:0,u=0;return l;function l(T){return e.enter("mathFlow"),e.enter("mathFlowFence"),e.enter("mathFlowFenceSequence"),c(T)}function c(T){return T===36?(e.consume(T),u++,c):u<2?r(T):(e.exit("mathFlowFenceSequence"),K(e,p,"whitespace")(T))}function p(T){return T===null||M(T)?h(T):(e.enter("mathFlowFenceMeta"),e.enter("chunkString",{contentType:"string"}),m(T))}function m(T){return T===null||M(T)?(e.exit("chunkString"),e.exit("mathFlowFenceMeta"),h(T)):T===36?r(T):(e.consume(T),m)}function h(T){return e.exit("mathFlowFence"),n.interrupt?t(T):e.attempt(du,k,C)(T)}function k(T){return e.attempt({tokenize:I,partial:!0},C,x)(T)}function x(T){return(s?K(e,y,"linePrefix",s+1):y)(T)}function y(T){return T===null?C(T):M(T)?e.attempt(du,k,C)(T):(e.enter("mathFlowValue"),E(T))}function E(T){return T===null||M(T)?(e.exit("mathFlowValue"),y(T)):(e.consume(T),E)}function C(T){return e.exit("mathFlow"),t(T)}function I(T,S,d){let D=0;return K(T,N,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4);function N(B){return T.enter("mathFlowFence"),T.enter("mathFlowFenceSequence"),P(B)}function P(B){return B===36?(D++,T.consume(B),P):D<u?d(B):(T.exit("mathFlowFenceSequence"),K(T,O,"whitespace")(B))}function O(B){return B===null||M(B)?(T.exit("mathFlowFence"),S(B)):d(B)}}}function tm(e,t,r){let n=this;return a;function a(u){return u===null?t(u):(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),s)}function s(u){return n.parser.lazy[n.now().line]?r(u):t(u)}}function gu(e){let r=(e||{}).singleDollarTextMath;return r==null&&(r=!0),{tokenize:n,resolve:rm,previous:im};function n(a,s,u){let l=this,c=0,p,m;return h;function h(C){return a.enter("mathText"),a.enter("mathTextSequence"),k(C)}function k(C){return C===36?(a.consume(C),c++,k):c<2&&!r?u(C):(a.exit("mathTextSequence"),x(C))}function x(C){return C===null?u(C):C===36?(m=a.enter("mathTextSequence"),p=0,E(C)):C===32?(a.enter("space"),a.consume(C),a.exit("space"),x):M(C)?(a.enter("lineEnding"),a.consume(C),a.exit("lineEnding"),x):(a.enter("mathTextData"),y(C))}function y(C){return C===null||C===32||C===36||M(C)?(a.exit("mathTextData"),x(C)):(a.consume(C),y)}function E(C){return C===36?(a.consume(C),p++,E):p===c?(a.exit("mathTextSequence"),a.exit("mathText"),s(C)):(m.type="mathTextData",y(C))}}}function rm(e){let t=e.length-4,r=3,n,a;if((e[r][1].type==="lineEnding"||e[r][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(n=r;++n<t;)if(e[n][1].type==="mathTextData"){e[t][1].type="mathTextPadding",e[r][1].type="mathTextPadding",r+=2,t-=2;break}}for(n=r-1,t++;++n<=t;)a===void 0?n!==t&&e[n][1].type!=="lineEnding"&&(a=n):(n===t||e[n][1].type==="lineEnding")&&(e[a][1].type="mathTextData",n!==a+2&&(e[a][1].end=e[n-1][1].end,e.splice(a+2,n-a-2),t-=n-a-2,n=a+2),a=void 0);return e}function im(e){return e!==36||this.events[this.events.length-1][1].type==="characterEscape"}function xa(e){return{flow:{36:xu},text:{36:gu(e)}}}var nm={};function Fi(e){let t=this,r=e||nm,n=t.data(),a=n.micromarkExtensions||(n.micromarkExtensions=[]),s=n.fromMarkdownExtensions||(n.fromMarkdownExtensions=[]),u=n.toMarkdownExtensions||(n.toMarkdownExtensions=[]);a.push(xa(r)),s.push(ma()),u.push(da(r))}function ga(){return{enter:{mdxFlowExpression:am,mdxTextExpression:sm},exit:{mdxFlowExpression:bu,mdxFlowExpressionChunk:ku,mdxTextExpression:bu,mdxTextExpressionChunk:ku}}}function ba(){return{handlers:{mdxFlowExpression:yu,mdxTextExpression:yu},unsafe:[{character:"{",inConstruct:["phrasing"]},{atBreak:!0,character:"{"}]}}function am(e){this.enter({type:"mdxFlowExpression",value:""},e),this.buffer()}function sm(e){this.enter({type:"mdxTextExpression",value:""},e),this.buffer()}function bu(e){let t=this.resume(),r=e.estree,n=this.stack[this.stack.length-1];n.type==="mdxFlowExpression"||n.type,this.exit(e),n.value=t,r&&(n.data={estree:r})}function ku(e){this.config.enter.data.call(this,e),this.config.exit.data.call(this,e)}function yu(e){return"{"+(e.value||"")+"}"}var vu=["AElig","AMP","Aacute","Acirc","Agrave","Aring","Atilde","Auml","COPY","Ccedil","ETH","Eacute","Ecirc","Egrave","Euml","GT","Iacute","Icirc","Igrave","Iuml","LT","Ntilde","Oacute","Ocirc","Ograve","Oslash","Otilde","Ouml","QUOT","REG","THORN","Uacute","Ucirc","Ugrave","Uuml","Yacute","aacute","acirc","acute","aelig","agrave","amp","aring","atilde","auml","brvbar","ccedil","cedil","cent","copy","curren","deg","divide","eacute","ecirc","egrave","eth","euml","frac12","frac14","frac34","gt","iacute","icirc","iexcl","igrave","iquest","iuml","laquo","lt","macr","micro","middot","nbsp","not","ntilde","oacute","ocirc","ograve","ordf","ordm","oslash","otilde","ouml","para","plusmn","pound","quot","raquo","reg","sect","shy","sup1","sup2","sup3","szlig","thorn","times","uacute","ucirc","ugrave","uml","uuml","yacute","yen","yuml"];var ka={0:"\uFFFD",128:"\u20AC",130:"\u201A",131:"\u0192",132:"\u201E",133:"\u2026",134:"\u2020",135:"\u2021",136:"\u02C6",137:"\u2030",138:"\u0160",139:"\u2039",140:"\u0152",142:"\u017D",145:"\u2018",146:"\u2019",147:"\u201C",148:"\u201D",149:"\u2022",150:"\u2013",151:"\u2014",152:"\u02DC",153:"\u2122",154:"\u0161",155:"\u203A",156:"\u0153",158:"\u017E",159:"\u0178"};function Ni(e){let t=typeof e=="string"?e.charCodeAt(0):e;return t>=48&&t<=57}function wu(e){let t=typeof e=="string"?e.charCodeAt(0):e;return t>=97&&t<=102||t>=65&&t<=70||t>=48&&t<=57}function Cu(e){let t=typeof e=="string"?e.charCodeAt(0):e;return t>=97&&t<=122||t>=65&&t<=90}function ya(e){return Cu(e)||Ni(e)}var kr=String.fromCharCode,om=["","Named character references must be terminated by a semicolon","Numeric character references must be terminated by a semicolon","Named character references cannot be empty","Numeric character references cannot be empty","Named character references must be known","Numeric character references cannot be disallowed","Numeric character references cannot be outside the permissible Unicode range"];function va(e,t={}){let r=typeof t.additional=="string"?t.additional.charCodeAt(0):t.additional,n=[],a=0,s=-1,u="",l,c;t.position&&("start"in t.position||"indent"in t.position?(c=t.position.indent,l=t.position.start):l=t.position);let p=(l?l.line:0)||1,m=(l?l.column:0)||1,h=x(),k;for(a--;++a<=e.length;)if(k===10&&(m=(c?c[s]:0)||1),k=e.charCodeAt(a),k===38){let C=e.charCodeAt(a+1);if(C===9||C===10||C===12||C===32||C===38||C===60||Number.isNaN(C)||r&&C===r){u+=kr(k),m++;continue}let I=a+1,T=I,S=I,d;if(C===35){S=++T;let J=e.charCodeAt(S);J===88||J===120?(d="hexadecimal",S=++T):d="decimal"}else d="named";let D="",N="",P="",O=d==="named"?ya:d==="decimal"?Ni:wu;for(S--;++S<=e.length;){let J=e.charCodeAt(S);if(!O(J))break;P+=kr(J),d==="named"&&vu.includes(P)&&(D=P,N=Et(P))}let B=e.charCodeAt(S)===59;if(B){S++;let J=d==="named"?Et(P):!1;J&&(D=P,N=J)}let L=1+S-I,ae="";if(!(!B&&t.nonTerminated===!1))if(!P)d!=="named"&&y(4,L);else if(d==="named"){if(B&&!N)y(5,1);else if(D!==P&&(S=T+D.length,L=1+S-T,B=!1),!B){let J=D?1:3;if(t.attribute){let H=e.charCodeAt(S);H===61?(y(J,L),N=""):ya(H)?N="":y(J,L)}else y(J,L)}ae=N}else{B||y(2,L);let J=Number.parseInt(P,d==="hexadecimal"?16:10);if(um(J))y(7,L),ae=kr(65533);else if(J in ka)y(6,L),ae=ka[J];else{let H="";lm(J)&&y(6,L),J>65535&&(J-=65536,H+=kr(J>>>10|55296),J=56320|J&1023),ae=H+kr(J)}}if(ae){E(),h=x(),a=S-1,m+=S-I+1,n.push(ae);let J=x();J.offset++,t.reference&&t.reference.call(t.referenceContext,ae,{start:h,end:J},e.slice(I-1,S)),h=J}else P=e.slice(I-1,S),u+=P,m+=P.length,a=S-1}else k===10&&(p++,s++,m=0),Number.isNaN(k)?E():(u+=kr(k),m++);return n.join("");function x(){return{line:p,column:m,offset:a+((l?l.offset:0)||0)}}function y(C,I){let T;t.warning&&(T=x(),T.column+=I,T.offset+=I,t.warning.call(t.warningContext,om[C],T,C))}function E(){u&&(n.push(u),t.text&&t.text.call(t.textContext,u,{start:h,end:x()}),u="")}}function um(e){return e>=55296&&e<=57343||e>1114111}function lm(e){return e>=1&&e<=8||e===11||e>=13&&e<=31||e>=127&&e<=159||e>=64976&&e<=65007||(e&65535)===65535||(e&65535)===65534}function Su(e,t){if(e=e.replace(t.subset?cm(t.subset):/["&'<>`]/g,n),t.subset||t.escapeOnly)return e;return e.replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,r).replace(/[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,n);function r(a,s,u){return t.format((a.charCodeAt(0)-55296)*1024+a.charCodeAt(1)-56320+65536,u.charCodeAt(s+2),t)}function n(a,s,u){return t.format(a.charCodeAt(0),u.charCodeAt(s+1),t)}}function cm(e){let t=[],r=-1;for(;++r<e.length;)t.push(e[r].replace(/[|\\{}()[\]^$+*?.]/g,"\\$&"));return new RegExp("(?:"+t.join("|")+")","g")}function Eu(e){return"&#x"+e.toString(16).toUpperCase()+";"}function _u(e,t){return Su(e,Object.assign({format:Eu},t))}var Au=" ";function wa(){return{canContainEols:["mdxJsxTextElement"],enter:{mdxJsxFlowTag:n,mdxJsxFlowTagClosingMarker:a,mdxJsxFlowTagAttribute:h,mdxJsxFlowTagExpressionAttribute:k,mdxJsxFlowTagAttributeValueLiteral:e,mdxJsxFlowTagAttributeValueExpression:e,mdxJsxFlowTagSelfClosingMarker:u,mdxJsxTextTag:n,mdxJsxTextTagClosingMarker:a,mdxJsxTextTagAttribute:h,mdxJsxTextTagExpressionAttribute:k,mdxJsxTextTagAttributeValueLiteral:e,mdxJsxTextTagAttributeValueExpression:e,mdxJsxTextTagSelfClosingMarker:u},exit:{mdxJsxFlowTagClosingMarker:l,mdxJsxFlowTagNamePrimary:c,mdxJsxFlowTagNameMember:p,mdxJsxFlowTagNameLocal:m,mdxJsxFlowTagExpressionAttribute:x,mdxJsxFlowTagExpressionAttributeValue:r,mdxJsxFlowTagAttributeNamePrimary:y,mdxJsxFlowTagAttributeNameLocal:E,mdxJsxFlowTagAttributeValueLiteral:C,mdxJsxFlowTagAttributeValueLiteralValue:r,mdxJsxFlowTagAttributeValueExpression:I,mdxJsxFlowTagAttributeValueExpressionValue:r,mdxJsxFlowTagSelfClosingMarker:T,mdxJsxFlowTag:S,mdxJsxTextTagClosingMarker:l,mdxJsxTextTagNamePrimary:c,mdxJsxTextTagNameMember:p,mdxJsxTextTagNameLocal:m,mdxJsxTextTagExpressionAttribute:x,mdxJsxTextTagExpressionAttributeValue:r,mdxJsxTextTagAttributeNamePrimary:y,mdxJsxTextTagAttributeNameLocal:E,mdxJsxTextTagAttributeValueLiteral:C,mdxJsxTextTagAttributeValueLiteralValue:r,mdxJsxTextTagAttributeValueExpression:I,mdxJsxTextTagAttributeValueExpressionValue:r,mdxJsxTextTagSelfClosingMarker:T,mdxJsxTextTag:S}};function e(){this.buffer()}function t(P){return{line:P.line,column:P.column,offset:P.offset}}function r(P){this.config.enter.data.call(this,P),this.config.exit.data.call(this,P)}function n(P){let O={name:void 0,attributes:[],close:!1,selfClosing:!1,start:P.start,end:P.end};this.data.mdxJsxTagStack||(this.data.mdxJsxTagStack=[]),this.data.mdxJsxTag=O,this.buffer()}function a(P){let O=this.data.mdxJsxTagStack;if(O.length===0)throw new oe("Unexpected closing slash `/` in tag, expected an open tag first",{start:P.start,end:P.end},"mdast-util-mdx-jsx:unexpected-closing-slash")}function s(P){let O=this.data.mdxJsxTag;if(O.close)throw new oe("Unexpected attribute in closing tag, expected the end of the tag",{start:P.start,end:P.end},"mdast-util-mdx-jsx:unexpected-attribute")}function u(P){let O=this.data.mdxJsxTag;if(O.close)throw new oe("Unexpected self-closing slash `/` in closing tag, expected the end of the tag",{start:P.start,end:P.end},"mdast-util-mdx-jsx:unexpected-self-closing-slash")}function l(){let P=this.data.mdxJsxTag;P.close=!0}function c(P){let O=this.data.mdxJsxTag;O.name=this.sliceSerialize(P)}function p(P){let O=this.data.mdxJsxTag;O.name+="."+this.sliceSerialize(P)}function m(P){let O=this.data.mdxJsxTag;O.name+=":"+this.sliceSerialize(P)}function h(P){let O=this.data.mdxJsxTag;s.call(this,P),O.attributes.push({type:"mdxJsxAttribute",name:"",value:null,position:{start:t(P.start),end:void 0}})}function k(P){let O=this.data.mdxJsxTag;s.call(this,P),O.attributes.push({type:"mdxJsxExpressionAttribute",value:""}),this.buffer()}function x(P){let O=this.data.mdxJsxTag;let B=O.attributes[O.attributes.length-1];B.type;let L=P.estree;B.value=this.resume(),L&&(B.data={estree:L})}function y(P){let O=this.data.mdxJsxTag;let B=O.attributes[O.attributes.length-1];B.type,B.name=this.sliceSerialize(P),B.position,B.position.end=t(P.end)}function E(P){let O=this.data.mdxJsxTag;let B=O.attributes[O.attributes.length-1];B.type,B.name+=":"+this.sliceSerialize(P),B.position,B.position.end=t(P.end)}function C(P){let O=this.data.mdxJsxTag;let B=O.attributes[O.attributes.length-1];B.value=va(this.resume(),{nonTerminated:!1}),B.position,B.position.end=t(P.end)}function I(P){let O=this.data.mdxJsxTag;let B=O.attributes[O.attributes.length-1];B.type;let L={type:"mdxJsxAttributeValueExpression",value:this.resume()},ae=P.estree;ae&&(L.data={estree:ae}),B.value=L,B.position,B.position.end=t(P.end)}function T(){let P=this.data.mdxJsxTag;P.selfClosing=!0}function S(P){let O=this.data.mdxJsxTag;let B=this.data.mdxJsxTagStack;let L=B[B.length-1];if(O.close&&L.name!==O.name)throw new oe("Unexpected closing tag `"+N(O)+"`, expected corresponding closing tag for `"+N(L)+"` ("+Je(L)+")",{start:P.start,end:P.end},"mdast-util-mdx-jsx:end-tag-mismatch");this.resume(),O.close?B.pop():this.enter({type:P.type==="mdxJsxTextTag"?"mdxJsxTextElement":"mdxJsxFlowElement",name:O.name||null,attributes:O.attributes,children:[]},P,d),O.selfClosing||O.close?this.exit(P,D):B.push(O)}function d(P,O){let B=this.data.mdxJsxTagStack;let L=B[B.length-1];let ae=P?" before the end of `"+P.type+"`":"",J=P?{start:P.start,end:P.end}:void 0;throw new oe("Expected a closing tag for `"+N(L)+"` ("+Je({start:O.start,end:O.end})+")"+ae,J,"mdast-util-mdx-jsx:end-tag-mismatch")}function D(P,O){let B=this.data.mdxJsxTag;throw new oe("Expected the closing tag `"+N(B)+"` either after the end of `"+O.type+"` ("+Je(O.end)+") or another opening tag after the start of `"+O.type+"` ("+Je(O.start)+")",{start:P.start,end:P.end},"mdast-util-mdx-jsx:end-tag-mismatch")}function N(P){return"<"+(P.close?"/":"")+(P.name||"")+">"}}function Ca(e){let t=e||{},r=t.quote||'"',n=t.quoteSmart||!1,a=t.tightSelfClosing||!1,s=t.printWidth||Number.POSITIVE_INFINITY,u=r==='"'?"'":'"';if(r!=='"'&&r!=="'")throw new Error("Cannot serialize attribute values with `"+r+"` for `options.quote`, expected `\"`, or `'`");return l.peek=pm,{handlers:{mdxJsxFlowElement:l,mdxJsxTextElement:l},unsafe:[{character:"<",inConstruct:["phrasing"]},{atBreak:!0,character:"<"}],fences:!0,resourceLink:!0};function l(c,p,m,h){let k=c.type==="mdxJsxFlowElement",x=c.name?!c.children||c.children.length===0:!1,y=Iu(m),E=Tu(y),C=m.createTracker(h),I=m.createTracker(h),T=[],S=(k?E:"")+"<"+(c.name||""),d=m.enter(c.type);if(C.move(S),I.move(S),c.attributes&&c.attributes.length>0){if(!c.name)throw new Error("Cannot serialize fragment w/ attributes");let B=-1;for(;++B<c.attributes.length;){let L=c.attributes[B],ae;if(L.type==="mdxJsxExpressionAttribute")ae="{"+(L.value||"")+"}";else{if(!L.name)throw new Error("Cannot serialize attribute w/o name");let J=L.value,H=L.name,$="";if(J!=null)if(typeof J=="object")$="{"+(J.value||"")+"}";else{let ee=n&&fr(J,r)>fr(J,u)?u:r;$=ee+_u(J,{subset:[ee]})+ee}ae=H+($?"=":"")+$}T.push(ae)}}let D=!1,N=T.join(" ");k&&(/\r?\n|\r/.test(N)||C.current().now.column+N.length+(x?a?2:3:1)>s)&&(D=!0);let P=C,O=S;if(D){P=I;let B=-1;for(;++B<T.length;)T[B]=E+Au+T[B];O+=P.move(`
28
+ `});return h(),f(),b+`
29
+ `+(a===1?"=":"-").repeat(b.length-(Math.max(b.lastIndexOf("\r"),b.lastIndexOf(`
30
+ `))+1))}let o="#".repeat(a),l=r.enter("headingAtx"),c=r.enter("phrasing");s.move(o+" ");let p=r.containerPhrasing(e,{before:"# ",after:`
31
+ `,...s.current()});return/^[\t ]/.test(p)&&(p="&#x"+p.charCodeAt(0).toString(16).toUpperCase()+";"+p.slice(1)),p=p?o+" "+p:o,r.options.closeAtx&&(p+=" "+o),c(),l(),p}ra.peek=of;function ra(e){return e.value||""}function of(){return"<"}ia.peek=uf;function ia(e,t,r,n){let a=yr(r),s=a==='"'?"Quote":"Apostrophe",o=r.enter("image"),l=r.enter("label"),c=r.createTracker(n),p=c.move("![");return p+=c.move(r.safe(e.alt,{before:p,after:"]",...c.current()})),p+=c.move("]("),l(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(l=r.enter("destinationLiteral"),p+=c.move("<"),p+=c.move(r.safe(e.url,{before:p,after:">",...c.current()})),p+=c.move(">")):(l=r.enter("destinationRaw"),p+=c.move(r.safe(e.url,{before:p,after:e.title?" ":")",...c.current()}))),l(),e.title&&(l=r.enter(`title${s}`),p+=c.move(" "+a),p+=c.move(r.safe(e.title,{before:p,after:a,...c.current()})),p+=c.move(a),l()),p+=c.move(")"),o(),p}function uf(){return"!"}na.peek=lf;function na(e,t,r,n){let a=e.referenceType,s=r.enter("imageReference"),o=r.enter("label"),l=r.createTracker(n),c=l.move("!["),p=r.safe(e.alt,{before:c,after:"]",...l.current()});c+=l.move(p+"]["),o();let f=r.stack;r.stack=[],o=r.enter("reference");let h=r.safe(r.associationId(e),{before:c,after:"]",...l.current()});return o(),r.stack=f,s(),a==="full"||!p||p!==h?c+=l.move(h+"]"):a==="shortcut"?c=c.slice(0,-1):c+=l.move("]"),c}function lf(){return"!"}aa.peek=cf;function aa(e,t,r){let n=e.value||"",a="`",s=-1;for(;new RegExp("(^|[^`])"+a+"([^`]|$)").test(n);)a+="`";for(/[^ \r\n]/.test(n)&&(/^[ \r\n]/.test(n)&&/[ \r\n]$/.test(n)||/^`|`$/.test(n))&&(n=" "+n+" ");++s<r.unsafe.length;){let o=r.unsafe[s],l=r.compilePattern(o),c;if(o.atBreak)for(;c=l.exec(n);){let p=c.index;n.charCodeAt(p)===10&&n.charCodeAt(p-1)===13&&p--,n=n.slice(0,p)+" "+n.slice(c.index+1)}}return a+n+a}function cf(){return"`"}function sa(e,t){let r=er(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(r===e.url||"mailto:"+r===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}oa.peek=hf;function oa(e,t,r,n){let a=yr(r),s=a==='"'?"Quote":"Apostrophe",o=r.createTracker(n),l,c;if(sa(e,r)){let f=r.stack;r.stack=[],l=r.enter("autolink");let h=o.move("<");return h+=o.move(r.containerPhrasing(e,{before:h,after:">",...o.current()})),h+=o.move(">"),l(),r.stack=f,h}l=r.enter("link"),c=r.enter("label");let p=o.move("[");return p+=o.move(r.containerPhrasing(e,{before:p,after:"](",...o.current()})),p+=o.move("]("),c(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(c=r.enter("destinationLiteral"),p+=o.move("<"),p+=o.move(r.safe(e.url,{before:p,after:">",...o.current()})),p+=o.move(">")):(c=r.enter("destinationRaw"),p+=o.move(r.safe(e.url,{before:p,after:e.title?" ":")",...o.current()}))),c(),e.title&&(c=r.enter(`title${s}`),p+=o.move(" "+a),p+=o.move(r.safe(e.title,{before:p,after:a,...o.current()})),p+=o.move(a),c()),p+=o.move(")"),l(),p}function hf(e,t,r){return sa(e,r)?"<":"["}ua.peek=pf;function ua(e,t,r,n){let a=e.referenceType,s=r.enter("linkReference"),o=r.enter("label"),l=r.createTracker(n),c=l.move("["),p=r.containerPhrasing(e,{before:c,after:"]",...l.current()});c+=l.move(p+"]["),o();let f=r.stack;r.stack=[],o=r.enter("reference");let h=r.safe(r.associationId(e),{before:c,after:"]",...l.current()});return o(),r.stack=f,s(),a==="full"||!p||p!==h?c+=l.move(h+"]"):a==="shortcut"?c=c.slice(0,-1):c+=l.move("]"),c}function pf(){return"["}function vr(e){let t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function mu(e){let t=vr(e),r=e.options.bulletOther;if(!r)return t==="*"?"-":"*";if(r!=="*"&&r!=="+"&&r!=="-")throw new Error("Cannot serialize items with `"+r+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(r===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+r+"`) to be different");return r}function du(e){let t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function Ai(e){let t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function xu(e,t,r,n){let a=r.enter("list"),s=r.bulletCurrent,o=e.ordered?du(r):vr(r),l=e.ordered?o==="."?")":".":mu(r),c=t&&r.bulletLastUsed?o===r.bulletLastUsed:!1;if(!e.ordered){let f=e.children?e.children[0]:void 0;if((o==="*"||o==="-")&&f&&(!f.children||!f.children[0])&&r.stack[r.stack.length-1]==="list"&&r.stack[r.stack.length-2]==="listItem"&&r.stack[r.stack.length-3]==="list"&&r.stack[r.stack.length-4]==="listItem"&&r.indexStack[r.indexStack.length-1]===0&&r.indexStack[r.indexStack.length-2]===0&&r.indexStack[r.indexStack.length-3]===0&&(c=!0),Ai(r)===o&&f){let h=-1;for(;++h<e.children.length;){let b=e.children[h];if(b&&b.type==="listItem"&&b.children&&b.children[0]&&b.children[0].type==="thematicBreak"){c=!0;break}}}}c&&(o=l),r.bulletCurrent=o;let p=r.containerFlow(e,n);return r.bulletLastUsed=o,r.bulletCurrent=s,a(),p}function gu(e){let t=e.options.listItemIndent||"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function bu(e,t,r,n){let a=gu(r),s=r.bulletCurrent||vr(r);t&&t.type==="list"&&t.ordered&&(s=(typeof t.start=="number"&&t.start>-1?t.start:1)+(r.options.incrementListMarker===!1?0:t.children.indexOf(e))+s);let o=s.length+1;(a==="tab"||a==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(o=Math.ceil(o/4)*4);let l=r.createTracker(n);l.move(s+" ".repeat(o-s.length)),l.shift(o);let c=r.enter("listItem"),p=r.indentLines(r.containerFlow(e,l.current()),f);return c(),p;function f(h,b,x){return b?(x?"":" ".repeat(o))+h:(x?s:s+" ".repeat(o-s.length))+h}}function ku(e,t,r,n){let a=r.enter("paragraph"),s=r.enter("phrasing"),o=r.containerPhrasing(e,n);return s(),a(),o}var la=Ot(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function yu(e,t,r,n){return(e.children.some(function(o){return la(o)})?r.containerPhrasing:r.containerFlow).call(r,e,n)}function vu(e){let t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}ca.peek=ff;function ca(e,t,r,n){let a=vu(r),s=r.enter("strong"),o=r.createTracker(n),l=o.move(a+a);return l+=o.move(r.containerPhrasing(e,{before:l,after:a,...o.current()})),l+=o.move(a+a),s(),l}function ff(e,t,r){return r.options.strong||"*"}function wu(e,t,r,n){return r.safe(e.value,n)}function Cu(e){let t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function Su(e,t,r){let n=(Ai(r)+(r.options.ruleSpaces?" ":"")).repeat(Cu(r));return r.options.ruleSpaces?n.slice(0,-1):n}var qr={blockquote:ru,break:Zn,code:ou,definition:uu,emphasis:ea,hardBreak:Zn,heading:fu,html:ra,image:ia,imageReference:na,inlineCode:aa,link:oa,linkReference:ua,list:xu,listItem:bu,paragraph:ku,root:yu,strong:ca,text:wu,thematicBreak:Su};function _i(e,t){let r=Number.parseInt(e,t);return r<9||r===11||r>13&&r<32||r>126&&r<160||r>55295&&r<57344||r>64975&&r<65008||(r&65535)===65535||(r&65535)===65534||r>1114111?"\uFFFD":String.fromCodePoint(r)}var mf=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function Eu(e){return e.replace(mf,df)}function df(e,t,r){if(t)return t;if(r.charCodeAt(0)===35){let a=r.charCodeAt(1),s=a===120||a===88;return _i(r.slice(s?2:1),s?16:10)}return It(r)||e}function pa(){return{enter:{table:xf,tableData:Au,tableHeader:Au,tableRow:bf},exit:{codeText:kf,table:gf,tableData:ha,tableHeader:ha,tableRow:ha}}}function xf(e){let t=e._align;this.enter({type:"table",align:t.map(function(r){return r==="none"?null:r}),children:[]},e),this.data.inTable=!0}function gf(e){this.exit(e),this.data.inTable=void 0}function bf(e){this.enter({type:"tableRow",children:[]},e)}function ha(e){this.exit(e)}function Au(e){this.enter({type:"tableCell",children:[]},e)}function kf(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,yf));let r=this.stack[this.stack.length-1];r.type,r.value=t,this.exit(e)}function yf(e,t){return t==="|"?t:e}function fa(e){let t=e||{},r=t.tableCellPadding,n=t.tablePipeAlign,a=t.stringLength,s=r?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
32
+ `,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:b,table:o,tableCell:c,tableRow:l}};function o(x,k,S,w){return p(f(x,S,w),x.align)}function l(x,k,S,w){let A=h(x,S,w),T=p([A]);return T.slice(0,T.indexOf(`
33
+ `))}function c(x,k,S,w){let A=S.enter("tableCell"),T=S.enter("phrasing"),E=S.containerPhrasing(x,{...w,before:s,after:s});return T(),A(),E}function p(x,k){return tu(x,{align:k,alignDelimiters:n,padding:r,stringLength:a})}function f(x,k,S){let w=x.children,A=-1,T=[],E=k.enter("table");for(;++A<w.length;)T[A]=h(w[A],k,S);return E(),T}function h(x,k,S){let w=x.children,A=-1,T=[],E=k.enter("tableRow");for(;++A<w.length;)T[A]=c(w[A],x,k,S);return E(),T}function b(x,k,S){let w=qr.inlineCode(x,k,S);return S.stack.includes("tableCell")&&(w=w.replace(/\|/g,"\\$&")),w}}function ma(){return{exit:{taskListCheckValueChecked:_u,taskListCheckValueUnchecked:_u,paragraph:vf}}}function da(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:wf}}}function _u(e){let t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function vf(e){let t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){let r=this.stack[this.stack.length-1];r.type;let n=r.children[0];if(n&&n.type==="text"){let a=t.children,s=-1,o;for(;++s<a.length;){let l=a[s];if(l.type==="paragraph"){o=l;break}}o===r&&(n.value=n.value.slice(1),n.value.length===0?r.children.shift():r.position&&n.position&&typeof n.position.start.offset=="number"&&(n.position.start.column++,n.position.start.offset++,r.position.start=Object.assign({},n.position.start)))}}this.exit(e)}function wf(e,t,r,n){let a=e.children[0],s=typeof e.checked=="boolean"&&a&&a.type==="paragraph",o="["+(e.checked?"x":" ")+"] ",l=r.createTracker(n);s&&l.move(o);let c=qr.listItem(e,t,r,{...n,...l.current()});return s&&(c=c.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,p)),c;function p(f){return f+o}}function xa(){return[Wn(),Kn(),Yn(),pa(),ma()]}function ga(e){return{extensions:[Qn(),Xn(),$n(),fa(e),da()]}}function ye(e,t,r,n){let a=e.length,s=0,o;if(t<0?t=-t>a?0:a+t:t=t>a?a:t,r=r>0?r:0,n.length<1e4)o=Array.from(n),o.unshift(t,r),e.splice(...o);else for(r&&e.splice(t,r);s<n.length;)o=n.slice(s,s+1e4),o.unshift(t,0),e.splice(...o),s+=1e4,t+=1e4}function Me(e,t){return e.length>0?(ye(e,e.length,0,t),e):t}var Iu={}.hasOwnProperty;function wr(e){let t={},r=-1;for(;++r<e.length;)Cf(t,e[r]);return t}function Cf(e,t){let r;for(r in t){let a=(Iu.call(e,r)?e[r]:void 0)||(e[r]={}),s=t[r],o;if(s)for(o in s){Iu.call(a,o)||(a[o]=[]);let l=s[o];Sf(a[o],Array.isArray(l)?l:l?[l]:[])}}}function Sf(e,t){let r=-1,n=[];for(;++r<t.length;)(t[r].add==="after"?e:n).push(t[r]);ye(e,0,0,n)}var Ef={tokenize:Lf,partial:!0},Tu={tokenize:Pf,partial:!0},Lu={tokenize:Ff,partial:!0},Pu={tokenize:Nf,partial:!0},Af={tokenize:Rf,partial:!0},Fu={tokenize:If,previous:Ru},Nu={tokenize:Tf,previous:Vu},Tt={tokenize:_f,previous:Du},kt={};function ka(){return{text:kt}}var tr=48;for(;tr<123;)kt[tr]=Tt,tr++,tr===58?tr=65:tr===91&&(tr=97);kt[43]=Tt;kt[45]=Tt;kt[46]=Tt;kt[95]=Tt;kt[72]=[Tt,Nu];kt[104]=[Tt,Nu];kt[87]=[Tt,Fu];kt[119]=[Tt,Fu];function _f(e,t,r){let n=this,a,s;return o;function o(h){return!ba(h)||!Du.call(n,n.previous)||ya(n.events)?r(h):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),l(h))}function l(h){return ba(h)?(e.consume(h),l):h===64?(e.consume(h),c):r(h)}function c(h){return h===46?e.check(Af,f,p)(h):h===45||h===95||Ee(h)?(s=!0,e.consume(h),c):f(h)}function p(h){return e.consume(h),a=!0,c}function f(h){return s&&a&&ke(n.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(h)):r(h)}}function If(e,t,r){let n=this;return a;function a(o){return o!==87&&o!==119||!Ru.call(n,n.previous)||ya(n.events)?r(o):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(Ef,e.attempt(Tu,e.attempt(Lu,s),r),r)(o))}function s(o){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(o)}}function Tf(e,t,r){let n=this,a="",s=!1;return o;function o(h){return(h===72||h===104)&&Vu.call(n,n.previous)&&!ya(n.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),a+=String.fromCodePoint(h),e.consume(h),l):r(h)}function l(h){if(ke(h)&&a.length<5)return a+=String.fromCodePoint(h),e.consume(h),l;if(h===58){let b=a.toLowerCase();if(b==="http"||b==="https")return e.consume(h),c}return r(h)}function c(h){return h===47?(e.consume(h),s?p:(s=!0,c)):r(h)}function p(h){return h===null||$t(h)||ee(h)||ge(h)||He(h)?r(h):e.attempt(Tu,e.attempt(Lu,f),r)(h)}function f(h){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(h)}}function Lf(e,t,r){let n=0;return a;function a(o){return(o===87||o===119)&&n<3?(n++,e.consume(o),a):o===46&&n===3?(e.consume(o),s):r(o)}function s(o){return o===null?r(o):t(o)}}function Pf(e,t,r){let n,a,s;return o;function o(p){return p===46||p===95?e.check(Pu,c,l)(p):p===null||ee(p)||ge(p)||p!==45&&He(p)?c(p):(s=!0,e.consume(p),o)}function l(p){return p===95?n=!0:(a=n,n=void 0),e.consume(p),o}function c(p){return a||n||!s?r(p):t(p)}}function Ff(e,t){let r=0,n=0;return a;function a(o){return o===40?(r++,e.consume(o),a):o===41&&n<r?s(o):o===33||o===34||o===38||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===60||o===63||o===93||o===95||o===126?e.check(Pu,t,s)(o):o===null||ee(o)||ge(o)?t(o):(e.consume(o),a)}function s(o){return o===41&&n++,e.consume(o),a}}function Nf(e,t,r){return n;function n(l){return l===33||l===34||l===39||l===41||l===42||l===44||l===46||l===58||l===59||l===63||l===95||l===126?(e.consume(l),n):l===38?(e.consume(l),s):l===93?(e.consume(l),a):l===60||l===null||ee(l)||ge(l)?t(l):r(l)}function a(l){return l===null||l===40||l===91||ee(l)||ge(l)?t(l):n(l)}function s(l){return ke(l)?o(l):r(l)}function o(l){return l===59?(e.consume(l),n):ke(l)?(e.consume(l),o):r(l)}}function Rf(e,t,r){return n;function n(s){return e.consume(s),a}function a(s){return Ee(s)?r(s):t(s)}}function Ru(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||ee(e)}function Vu(e){return!ke(e)}function Du(e){return!(e===47||ba(e))}function ba(e){return e===43||e===45||e===46||e===95||Ee(e)}function ya(e){let t=e.length,r=!1;for(;t--;){let n=e[t][1];if((n.type==="labelLink"||n.type==="labelImage")&&!n._balanced){r=!0;break}if(n._gfmAutolinkLiteralWalkedInto){r=!1;break}}return e.length>0&&!r&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),r}function Cr(e){if(e===null||ee(e)||ge(e))return 1;if(He(e))return 2}function Bt(e,t,r){let n=[],a=-1;for(;++a<e.length;){let s=e[a].resolveAll;s&&!n.includes(s)&&(t=s(t,r),n.push(s))}return t}var zr={name:"attention",tokenize:Df,resolveAll:Vf};function Vf(e,t){let r=-1,n,a,s,o,l,c,p,f;for(;++r<e.length;)if(e[r][0]==="enter"&&e[r][1].type==="attentionSequence"&&e[r][1]._close){for(n=r;n--;)if(e[n][0]==="exit"&&e[n][1].type==="attentionSequence"&&e[n][1]._open&&t.sliceSerialize(e[n][1]).charCodeAt(0)===t.sliceSerialize(e[r][1]).charCodeAt(0)){if((e[n][1]._close||e[r][1]._open)&&(e[r][1].end.offset-e[r][1].start.offset)%3&&!((e[n][1].end.offset-e[n][1].start.offset+e[r][1].end.offset-e[r][1].start.offset)%3))continue;c=e[n][1].end.offset-e[n][1].start.offset>1&&e[r][1].end.offset-e[r][1].start.offset>1?2:1;let h=Object.assign({},e[n][1].end),b=Object.assign({},e[r][1].start);Ou(h,-c),Ou(b,c),o={type:c>1?"strongSequence":"emphasisSequence",start:h,end:Object.assign({},e[n][1].end)},l={type:c>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[r][1].start),end:b},s={type:c>1?"strongText":"emphasisText",start:Object.assign({},e[n][1].end),end:Object.assign({},e[r][1].start)},a={type:c>1?"strong":"emphasis",start:Object.assign({},o.start),end:Object.assign({},l.end)},e[n][1].end=Object.assign({},o.start),e[r][1].start=Object.assign({},l.end),p=[],e[n][1].end.offset-e[n][1].start.offset&&(p=Me(p,[["enter",e[n][1],t],["exit",e[n][1],t]])),p=Me(p,[["enter",a,t],["enter",o,t],["exit",o,t],["enter",s,t]]),p=Me(p,Bt(t.parser.constructs.insideSpan.null,e.slice(n+1,r),t)),p=Me(p,[["exit",s,t],["enter",l,t],["exit",l,t],["exit",a,t]]),e[r][1].end.offset-e[r][1].start.offset?(f=2,p=Me(p,[["enter",e[r][1],t],["exit",e[r][1],t]])):f=0,ye(e,n-1,r-n+3,p),r=n+p.length-f-2;break}}for(r=-1;++r<e.length;)e[r][1].type==="attentionSequence"&&(e[r][1].type="data");return e}function Df(e,t){let r=this.parser.constructs.attentionMarkers.null,n=this.previous,a=Cr(n),s;return o;function o(c){return s=c,e.enter("attentionSequence"),l(c)}function l(c){if(c===s)return e.consume(c),l;let p=e.exit("attentionSequence"),f=Cr(c),h=!f||f===2&&a||r.includes(c),b=!a||a===2&&f||r.includes(n);return p._open=!!(s===42?h:h&&(a||!b)),p._close=!!(s===42?b:b&&(f||!h)),t(c)}}function Ou(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}var va={name:"autolink",tokenize:Of};function Of(e,t,r){let n=0;return a;function a(x){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),s}function s(x){return ke(x)?(e.consume(x),o):p(x)}function o(x){return x===43||x===45||x===46||Ee(x)?(n=1,l(x)):p(x)}function l(x){return x===58?(e.consume(x),n=0,c):(x===43||x===45||x===46||Ee(x))&&n++<32?(e.consume(x),l):(n=0,p(x))}function c(x){return x===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.exit("autolink"),t):x===null||x===32||x===60||$t(x)?r(x):(e.consume(x),c)}function p(x){return x===64?(e.consume(x),f):qo(x)?(e.consume(x),p):r(x)}function f(x){return Ee(x)?h(x):r(x)}function h(x){return x===46?(e.consume(x),n=0,f):x===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.exit("autolink"),t):b(x)}function b(x){if((x===45||Ee(x))&&n++<63){let k=x===45?b:h;return e.consume(x),k}return r(x)}}var nt={tokenize:Mf,partial:!0};function Mf(e,t,r){return n;function n(s){return Q(s)?G(e,a,"linePrefix")(s):a(s)}function a(s){return s===null||B(s)?t(s):r(s)}}var Ii={name:"blockQuote",tokenize:Bf,continuation:{tokenize:qf},exit:zf};function Bf(e,t,r){let n=this;return a;function a(o){if(o===62){let l=n.containerState;return l.open||(e.enter("blockQuote",{_container:!0}),l.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(o),e.exit("blockQuoteMarker"),s}return r(o)}function s(o){return Q(o)?(e.enter("blockQuotePrefixWhitespace"),e.consume(o),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(o))}}function qf(e,t,r){let n=this;return a;function a(o){return Q(o)?G(e,s,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o):s(o)}function s(o){return e.attempt(Ii,t,r)(o)}}function zf(e){e.exit("blockQuote")}var Ti={name:"characterEscape",tokenize:jf};function jf(e,t,r){return n;function n(s){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(s),e.exit("escapeMarker"),a}function a(s){return jo(s)?(e.enter("characterEscapeValue"),e.consume(s),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):r(s)}}var Li={name:"characterReference",tokenize:Uf};function Uf(e,t,r){let n=this,a=0,s,o;return l;function l(h){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(h),e.exit("characterReferenceMarker"),c}function c(h){return h===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(h),e.exit("characterReferenceMarkerNumeric"),p):(e.enter("characterReferenceValue"),s=31,o=Ee,f(h))}function p(h){return h===88||h===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(h),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),s=6,o=zo,f):(e.enter("characterReferenceValue"),s=7,o=Or,f(h))}function f(h){if(h===59&&a){let b=e.exit("characterReferenceValue");return o===Ee&&!It(n.sliceSerialize(b))?r(h):(e.enter("characterReferenceMarker"),e.consume(h),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return o(h)&&a++<s?(e.consume(h),f):r(h)}}var Mu={tokenize:Hf,partial:!0},Pi={name:"codeFenced",tokenize:Jf,concrete:!0};function Jf(e,t,r){let n=this,a={tokenize:q,partial:!0},s=0,o=0,l;return c;function c(R){return p(R)}function p(R){let L=n.events[n.events.length-1];return s=L&&L[1].type==="linePrefix"?L[2].sliceSerialize(L[1],!0).length:0,l=R,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),f(R)}function f(R){return R===l?(o++,e.consume(R),f):o<3?r(R):(e.exit("codeFencedFenceSequence"),Q(R)?G(e,h,"whitespace")(R):h(R))}function h(R){return R===null||B(R)?(e.exit("codeFencedFence"),n.interrupt?t(R):e.check(Mu,S,d)(R)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),b(R))}function b(R){return R===null||B(R)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),h(R)):Q(R)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),G(e,x,"whitespace")(R)):R===96&&R===l?r(R):(e.consume(R),b)}function x(R){return R===null||B(R)?h(R):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),k(R))}function k(R){return R===null||B(R)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),h(R)):R===96&&R===l?r(R):(e.consume(R),k)}function S(R){return e.attempt(a,d,w)(R)}function w(R){return e.enter("lineEnding"),e.consume(R),e.exit("lineEnding"),A}function A(R){return s>0&&Q(R)?G(e,T,"linePrefix",s+1)(R):T(R)}function T(R){return R===null||B(R)?e.check(Mu,S,d)(R):(e.enter("codeFlowValue"),E(R))}function E(R){return R===null||B(R)?(e.exit("codeFlowValue"),T(R)):(e.consume(R),E)}function d(R){return e.exit("codeFenced"),t(R)}function q(R,L,M){let N=0;return P;function P(F){return R.enter("lineEnding"),R.consume(F),R.exit("lineEnding"),re}function re(F){return R.enter("codeFencedFence"),Q(F)?G(R,J,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(F):J(F)}function J(F){return F===l?(R.enter("codeFencedFenceSequence"),W(F)):M(F)}function W(F){return F===l?(N++,R.consume(F),W):N>=o?(R.exit("codeFencedFenceSequence"),Q(F)?G(R,$,"whitespace")(F):$(F)):M(F)}function $(F){return F===null||B(F)?(R.exit("codeFencedFence"),L(F)):M(F)}}}function Hf(e,t,r){let n=this;return a;function a(o){return o===null?r(o):(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),s)}function s(o){return n.parser.lazy[n.now().line]?r(o):t(o)}}var jr={name:"codeIndented",tokenize:Wf},Gf={tokenize:Qf,partial:!0};function Wf(e,t,r){let n=this;return a;function a(p){return e.enter("codeIndented"),G(e,s,"linePrefix",5)(p)}function s(p){let f=n.events[n.events.length-1];return f&&f[1].type==="linePrefix"&&f[2].sliceSerialize(f[1],!0).length>=4?o(p):r(p)}function o(p){return p===null?c(p):B(p)?e.attempt(Gf,o,c)(p):(e.enter("codeFlowValue"),l(p))}function l(p){return p===null||B(p)?(e.exit("codeFlowValue"),o(p)):(e.consume(p),l)}function c(p){return e.exit("codeIndented"),t(p)}}function Qf(e,t,r){let n=this;return a;function a(o){return n.parser.lazy[n.now().line]?r(o):B(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),a):G(e,s,"linePrefix",5)(o)}function s(o){let l=n.events[n.events.length-1];return l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(o):B(o)?a(o):r(o)}}var wa={name:"codeText",tokenize:Yf,resolve:Kf,previous:Xf};function Kf(e){let t=e.length-4,r=3,n,a;if((e[r][1].type==="lineEnding"||e[r][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(n=r;++n<t;)if(e[n][1].type==="codeTextData"){e[r][1].type="codeTextPadding",e[t][1].type="codeTextPadding",r+=2,t-=2;break}}for(n=r-1,t++;++n<=t;)a===void 0?n!==t&&e[n][1].type!=="lineEnding"&&(a=n):(n===t||e[n][1].type==="lineEnding")&&(e[a][1].type="codeTextData",n!==a+2&&(e[a][1].end=e[n-1][1].end,e.splice(a+2,n-a-2),t-=n-a-2,n=a+2),a=void 0);return e}function Xf(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function Yf(e,t,r){let n=this,a=0,s,o;return l;function l(b){return e.enter("codeText"),e.enter("codeTextSequence"),c(b)}function c(b){return b===96?(e.consume(b),a++,c):(e.exit("codeTextSequence"),p(b))}function p(b){return b===null?r(b):b===32?(e.enter("space"),e.consume(b),e.exit("space"),p):b===96?(o=e.enter("codeTextSequence"),s=0,h(b)):B(b)?(e.enter("lineEnding"),e.consume(b),e.exit("lineEnding"),p):(e.enter("codeTextData"),f(b))}function f(b){return b===null||b===32||b===96||B(b)?(e.exit("codeTextData"),p(b)):(e.consume(b),f)}function h(b){return b===96?(e.consume(b),s++,h):s===a?(e.exit("codeTextSequence"),e.exit("codeText"),t(b)):(o.type="codeTextData",f(b))}}function Fi(e){let t={},r=-1,n,a,s,o,l,c,p;for(;++r<e.length;){for(;r in t;)r=t[r];if(n=e[r],r&&n[1].type==="chunkFlow"&&e[r-1][1].type==="listItemPrefix"&&(c=n[1]._tokenizer.events,s=0,s<c.length&&c[s][1].type==="lineEndingBlank"&&(s+=2),s<c.length&&c[s][1].type==="content"))for(;++s<c.length&&c[s][1].type!=="content";)c[s][1].type==="chunkText"&&(c[s][1]._isInFirstContentOfListItem=!0,s++);if(n[0]==="enter")n[1].contentType&&(Object.assign(t,$f(e,r)),r=t[r],p=!0);else if(n[1]._container){for(s=r,a=void 0;s--&&(o=e[s],o[1].type==="lineEnding"||o[1].type==="lineEndingBlank");)o[0]==="enter"&&(a&&(e[a][1].type="lineEndingBlank"),o[1].type="lineEnding",a=s);a&&(n[1].end=Object.assign({},e[a][1].start),l=e.slice(a,r),l.unshift(n),ye(e,a,r-a+1,l))}}return!p}function $f(e,t){let r=e[t][1],n=e[t][2],a=t-1,s=[],o=r._tokenizer||n.parser[r.contentType](r.start),l=o.events,c=[],p={},f,h,b=-1,x=r,k=0,S=0,w=[S];for(;x;){for(;e[++a][1]!==x;);s.push(a),x._tokenizer||(f=n.sliceStream(x),x.next||f.push(null),h&&o.defineSkip(x.start),x._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(f),x._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),h=x,x=x.next}for(x=r;++b<l.length;)l[b][0]==="exit"&&l[b-1][0]==="enter"&&l[b][1].type===l[b-1][1].type&&l[b][1].start.line!==l[b][1].end.line&&(S=b+1,w.push(S),x._tokenizer=void 0,x.previous=void 0,x=x.next);for(o.events=[],x?(x._tokenizer=void 0,x.previous=void 0):w.pop(),b=w.length;b--;){let A=l.slice(w[b],w[b+1]),T=s.pop();c.unshift([T,T+A.length-1]),ye(e,T,2,A)}for(b=-1;++b<c.length;)p[k+c[b][0]]=k+c[b][1],k+=c[b][1]-c[b][0]-1;return p}var Ca={tokenize:tm,resolve:em},Zf={tokenize:rm,partial:!0};function em(e){return Fi(e),e}function tm(e,t){let r;return n;function n(l){return e.enter("content"),r=e.enter("chunkContent",{contentType:"content"}),a(l)}function a(l){return l===null?s(l):B(l)?e.check(Zf,o,s)(l):(e.consume(l),a)}function s(l){return e.exit("chunkContent"),e.exit("content"),t(l)}function o(l){return e.consume(l),e.exit("chunkContent"),r.next=e.enter("chunkContent",{contentType:"content",previous:r}),r=r.next,a}}function rm(e,t,r){let n=this;return a;function a(o){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),G(e,s,"linePrefix")}function s(o){if(o===null||B(o))return r(o);let l=n.events[n.events.length-1];return!n.parser.constructs.disable.null.includes("codeIndented")&&l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(o):e.interrupt(n.parser.constructs.flow,r,t)(o)}}function Ni(e,t,r,n,a,s,o,l,c){let p=c||Number.POSITIVE_INFINITY,f=0;return h;function h(A){return A===60?(e.enter(n),e.enter(a),e.enter(s),e.consume(A),e.exit(s),b):A===null||A===32||A===41||$t(A)?r(A):(e.enter(n),e.enter(o),e.enter(l),e.enter("chunkString",{contentType:"string"}),S(A))}function b(A){return A===62?(e.enter(s),e.consume(A),e.exit(s),e.exit(a),e.exit(n),t):(e.enter(l),e.enter("chunkString",{contentType:"string"}),x(A))}function x(A){return A===62?(e.exit("chunkString"),e.exit(l),b(A)):A===null||A===60||B(A)?r(A):(e.consume(A),A===92?k:x)}function k(A){return A===60||A===62||A===92?(e.consume(A),x):x(A)}function S(A){return!f&&(A===null||A===41||ee(A))?(e.exit("chunkString"),e.exit(l),e.exit(o),e.exit(n),t(A)):f<p&&A===40?(e.consume(A),f++,S):A===41?(e.consume(A),f--,S):A===null||A===32||A===40||$t(A)?r(A):(e.consume(A),A===92?w:S)}function w(A){return A===40||A===41||A===92?(e.consume(A),S):S(A)}}function Ri(e,t,r,n,a,s){let o=this,l=0,c;return p;function p(x){return e.enter(n),e.enter(a),e.consume(x),e.exit(a),e.enter(s),f}function f(x){return l>999||x===null||x===91||x===93&&!c||x===94&&!l&&"_hiddenFootnoteSupport"in o.parser.constructs?r(x):x===93?(e.exit(s),e.enter(a),e.consume(x),e.exit(a),e.exit(n),t):B(x)?(e.enter("lineEnding"),e.consume(x),e.exit("lineEnding"),f):(e.enter("chunkString",{contentType:"string"}),h(x))}function h(x){return x===null||x===91||x===93||B(x)||l++>999?(e.exit("chunkString"),f(x)):(e.consume(x),c||(c=!Q(x)),x===92?b:h)}function b(x){return x===91||x===92||x===93?(e.consume(x),l++,h):h(x)}}function Vi(e,t,r,n,a,s){let o;return l;function l(b){return b===34||b===39||b===40?(e.enter(n),e.enter(a),e.consume(b),e.exit(a),o=b===40?41:b,c):r(b)}function c(b){return b===o?(e.enter(a),e.consume(b),e.exit(a),e.exit(n),t):(e.enter(s),p(b))}function p(b){return b===o?(e.exit(s),c(o)):b===null?r(b):B(b)?(e.enter("lineEnding"),e.consume(b),e.exit("lineEnding"),G(e,p,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),f(b))}function f(b){return b===o||b===null||B(b)?(e.exit("chunkString"),p(b)):(e.consume(b),b===92?h:f)}function h(b){return b===o||b===92?(e.consume(b),f):f(b)}}var Sa={name:"definition",tokenize:nm},im={tokenize:am,partial:!0};function nm(e,t,r){let n=this,a;return s;function s(x){return e.enter("definition"),o(x)}function o(x){return Ri.call(n,e,l,r,"definitionLabel","definitionLabelMarker","definitionLabelString")(x)}function l(x){return a=Fe(n.sliceSerialize(n.events[n.events.length-1][1]).slice(1,-1)),x===58?(e.enter("definitionMarker"),e.consume(x),e.exit("definitionMarker"),c):r(x)}function c(x){return ee(x)?it(e,p)(x):p(x)}function p(x){return Ni(e,f,r,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(x)}function f(x){return e.attempt(im,h,h)(x)}function h(x){return Q(x)?G(e,b,"whitespace")(x):b(x)}function b(x){return x===null||B(x)?(e.exit("definition"),n.parser.defined.push(a),t(x)):r(x)}}function am(e,t,r){return n;function n(l){return ee(l)?it(e,a)(l):r(l)}function a(l){return Vi(e,s,r,"definitionTitle","definitionTitleMarker","definitionTitleString")(l)}function s(l){return Q(l)?G(e,o,"whitespace")(l):o(l)}function o(l){return l===null||B(l)?t(l):r(l)}}var Ea={name:"hardBreakEscape",tokenize:sm};function sm(e,t,r){return n;function n(s){return e.enter("hardBreakEscape"),e.consume(s),a}function a(s){return B(s)?(e.exit("hardBreakEscape"),t(s)):r(s)}}var Aa={name:"headingAtx",tokenize:um,resolve:om};function om(e,t){let r=e.length-2,n=3,a,s;return e[n][1].type==="whitespace"&&(n+=2),r-2>n&&e[r][1].type==="whitespace"&&(r-=2),e[r][1].type==="atxHeadingSequence"&&(n===r-1||r-4>n&&e[r-2][1].type==="whitespace")&&(r-=n+1===r?2:4),r>n&&(a={type:"atxHeadingText",start:e[n][1].start,end:e[r][1].end},s={type:"chunkText",start:e[n][1].start,end:e[r][1].end,contentType:"text"},ye(e,n,r-n+1,[["enter",a,t],["enter",s,t],["exit",s,t],["exit",a,t]])),e}function um(e,t,r){let n=0;return a;function a(f){return e.enter("atxHeading"),s(f)}function s(f){return e.enter("atxHeadingSequence"),o(f)}function o(f){return f===35&&n++<6?(e.consume(f),o):f===null||ee(f)?(e.exit("atxHeadingSequence"),l(f)):r(f)}function l(f){return f===35?(e.enter("atxHeadingSequence"),c(f)):f===null||B(f)?(e.exit("atxHeading"),t(f)):Q(f)?G(e,l,"whitespace")(f):(e.enter("atxHeadingText"),p(f))}function c(f){return f===35?(e.consume(f),c):(e.exit("atxHeadingSequence"),l(f))}function p(f){return f===null||f===35||ee(f)?(e.exit("atxHeadingText"),l(f)):(e.consume(f),p)}}var Bu=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],_a=["pre","script","style","textarea"];var Ia={name:"htmlFlow",tokenize:pm,resolveTo:hm,concrete:!0},lm={tokenize:mm,partial:!0},cm={tokenize:fm,partial:!0};function hm(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function pm(e,t,r){let n=this,a,s,o,l,c;return p;function p(I){return f(I)}function f(I){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(I),h}function h(I){return I===33?(e.consume(I),b):I===47?(e.consume(I),s=!0,S):I===63?(e.consume(I),a=3,n.interrupt?t:_):ke(I)?(e.consume(I),o=String.fromCharCode(I),w):r(I)}function b(I){return I===45?(e.consume(I),a=2,x):I===91?(e.consume(I),a=5,l=0,k):ke(I)?(e.consume(I),a=4,n.interrupt?t:_):r(I)}function x(I){return I===45?(e.consume(I),n.interrupt?t:_):r(I)}function k(I){let Ae="CDATA[";return I===Ae.charCodeAt(l++)?(e.consume(I),l===Ae.length?n.interrupt?t:J:k):r(I)}function S(I){return ke(I)?(e.consume(I),o=String.fromCharCode(I),w):r(I)}function w(I){if(I===null||I===47||I===62||ee(I)){let Ae=I===47,We=o.toLowerCase();return!Ae&&!s&&_a.includes(We)?(a=1,n.interrupt?t(I):J(I)):Bu.includes(o.toLowerCase())?(a=6,Ae?(e.consume(I),A):n.interrupt?t(I):J(I)):(a=7,n.interrupt&&!n.parser.lazy[n.now().line]?r(I):s?T(I):E(I))}return I===45||Ee(I)?(e.consume(I),o+=String.fromCharCode(I),w):r(I)}function A(I){return I===62?(e.consume(I),n.interrupt?t:J):r(I)}function T(I){return Q(I)?(e.consume(I),T):P(I)}function E(I){return I===47?(e.consume(I),P):I===58||I===95||ke(I)?(e.consume(I),d):Q(I)?(e.consume(I),E):P(I)}function d(I){return I===45||I===46||I===58||I===95||Ee(I)?(e.consume(I),d):q(I)}function q(I){return I===61?(e.consume(I),R):Q(I)?(e.consume(I),q):E(I)}function R(I){return I===null||I===60||I===61||I===62||I===96?r(I):I===34||I===39?(e.consume(I),c=I,L):Q(I)?(e.consume(I),R):M(I)}function L(I){return I===c?(e.consume(I),c=null,N):I===null||B(I)?r(I):(e.consume(I),L)}function M(I){return I===null||I===34||I===39||I===47||I===60||I===61||I===62||I===96||ee(I)?q(I):(e.consume(I),M)}function N(I){return I===47||I===62||Q(I)?E(I):r(I)}function P(I){return I===62?(e.consume(I),re):r(I)}function re(I){return I===null||B(I)?J(I):Q(I)?(e.consume(I),re):r(I)}function J(I){return I===45&&a===2?(e.consume(I),te):I===60&&a===1?(e.consume(I),ie):I===62&&a===4?(e.consume(I),ve):I===63&&a===3?(e.consume(I),_):I===93&&a===5?(e.consume(I),qe):B(I)&&(a===6||a===7)?(e.exit("htmlFlowData"),e.check(lm,Re,W)(I)):I===null||B(I)?(e.exit("htmlFlowData"),W(I)):(e.consume(I),J)}function W(I){return e.check(cm,$,Re)(I)}function $(I){return e.enter("lineEnding"),e.consume(I),e.exit("lineEnding"),F}function F(I){return I===null||B(I)?W(I):(e.enter("htmlFlowData"),J(I))}function te(I){return I===45?(e.consume(I),_):J(I)}function ie(I){return I===47?(e.consume(I),o="",me):J(I)}function me(I){if(I===62){let Ae=o.toLowerCase();return _a.includes(Ae)?(e.consume(I),ve):J(I)}return ke(I)&&o.length<8?(e.consume(I),o+=String.fromCharCode(I),me):J(I)}function qe(I){return I===93?(e.consume(I),_):J(I)}function _(I){return I===62?(e.consume(I),ve):I===45&&a===2?(e.consume(I),_):J(I)}function ve(I){return I===null||B(I)?(e.exit("htmlFlowData"),Re(I)):(e.consume(I),ve)}function Re(I){return e.exit("htmlFlow"),t(I)}}function fm(e,t,r){let n=this;return a;function a(o){return B(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),s):r(o)}function s(o){return n.parser.lazy[n.now().line]?r(o):t(o)}}function mm(e,t,r){return n;function n(a){return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),e.attempt(nt,t,r)}}var Ta={name:"htmlText",tokenize:dm};function dm(e,t,r){let n=this,a,s,o;return l;function l(_){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(_),c}function c(_){return _===33?(e.consume(_),p):_===47?(e.consume(_),q):_===63?(e.consume(_),E):ke(_)?(e.consume(_),M):r(_)}function p(_){return _===45?(e.consume(_),f):_===91?(e.consume(_),s=0,k):ke(_)?(e.consume(_),T):r(_)}function f(_){return _===45?(e.consume(_),x):r(_)}function h(_){return _===null?r(_):_===45?(e.consume(_),b):B(_)?(o=h,ie(_)):(e.consume(_),h)}function b(_){return _===45?(e.consume(_),x):h(_)}function x(_){return _===62?te(_):_===45?b(_):h(_)}function k(_){let ve="CDATA[";return _===ve.charCodeAt(s++)?(e.consume(_),s===ve.length?S:k):r(_)}function S(_){return _===null?r(_):_===93?(e.consume(_),w):B(_)?(o=S,ie(_)):(e.consume(_),S)}function w(_){return _===93?(e.consume(_),A):S(_)}function A(_){return _===62?te(_):_===93?(e.consume(_),A):S(_)}function T(_){return _===null||_===62?te(_):B(_)?(o=T,ie(_)):(e.consume(_),T)}function E(_){return _===null?r(_):_===63?(e.consume(_),d):B(_)?(o=E,ie(_)):(e.consume(_),E)}function d(_){return _===62?te(_):E(_)}function q(_){return ke(_)?(e.consume(_),R):r(_)}function R(_){return _===45||Ee(_)?(e.consume(_),R):L(_)}function L(_){return B(_)?(o=L,ie(_)):Q(_)?(e.consume(_),L):te(_)}function M(_){return _===45||Ee(_)?(e.consume(_),M):_===47||_===62||ee(_)?N(_):r(_)}function N(_){return _===47?(e.consume(_),te):_===58||_===95||ke(_)?(e.consume(_),P):B(_)?(o=N,ie(_)):Q(_)?(e.consume(_),N):te(_)}function P(_){return _===45||_===46||_===58||_===95||Ee(_)?(e.consume(_),P):re(_)}function re(_){return _===61?(e.consume(_),J):B(_)?(o=re,ie(_)):Q(_)?(e.consume(_),re):N(_)}function J(_){return _===null||_===60||_===61||_===62||_===96?r(_):_===34||_===39?(e.consume(_),a=_,W):B(_)?(o=J,ie(_)):Q(_)?(e.consume(_),J):(e.consume(_),$)}function W(_){return _===a?(e.consume(_),a=void 0,F):_===null?r(_):B(_)?(o=W,ie(_)):(e.consume(_),W)}function $(_){return _===null||_===34||_===39||_===60||_===61||_===96?r(_):_===47||_===62||ee(_)?N(_):(e.consume(_),$)}function F(_){return _===47||_===62||ee(_)?N(_):r(_)}function te(_){return _===62?(e.consume(_),e.exit("htmlTextData"),e.exit("htmlText"),t):r(_)}function ie(_){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(_),e.exit("lineEnding"),me}function me(_){return Q(_)?G(e,qe,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(_):qe(_)}function qe(_){return e.enter("htmlTextData"),o(_)}}var rr={name:"labelEnd",tokenize:vm,resolveTo:ym,resolveAll:km},xm={tokenize:wm},gm={tokenize:Cm},bm={tokenize:Sm};function km(e){let t=-1;for(;++t<e.length;){let r=e[t][1];(r.type==="labelImage"||r.type==="labelLink"||r.type==="labelEnd")&&(e.splice(t+1,r.type==="labelImage"?4:2),r.type="data",t++)}return e}function ym(e,t){let r=e.length,n=0,a,s,o,l;for(;r--;)if(a=e[r][1],s){if(a.type==="link"||a.type==="labelLink"&&a._inactive)break;e[r][0]==="enter"&&a.type==="labelLink"&&(a._inactive=!0)}else if(o){if(e[r][0]==="enter"&&(a.type==="labelImage"||a.type==="labelLink")&&!a._balanced&&(s=r,a.type!=="labelLink")){n=2;break}}else a.type==="labelEnd"&&(o=r);let c={type:e[s][1].type==="labelLink"?"link":"image",start:Object.assign({},e[s][1].start),end:Object.assign({},e[e.length-1][1].end)},p={type:"label",start:Object.assign({},e[s][1].start),end:Object.assign({},e[o][1].end)},f={type:"labelText",start:Object.assign({},e[s+n+2][1].end),end:Object.assign({},e[o-2][1].start)};return l=[["enter",c,t],["enter",p,t]],l=Me(l,e.slice(s+1,s+n+3)),l=Me(l,[["enter",f,t]]),l=Me(l,Bt(t.parser.constructs.insideSpan.null,e.slice(s+n+4,o-3),t)),l=Me(l,[["exit",f,t],e[o-2],e[o-1],["exit",p,t]]),l=Me(l,e.slice(o+1)),l=Me(l,[["exit",c,t]]),ye(e,s,e.length,l),e}function vm(e,t,r){let n=this,a=n.events.length,s,o;for(;a--;)if((n.events[a][1].type==="labelImage"||n.events[a][1].type==="labelLink")&&!n.events[a][1]._balanced){s=n.events[a][1];break}return l;function l(b){return s?s._inactive?h(b):(o=n.parser.defined.includes(Fe(n.sliceSerialize({start:s.end,end:n.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(b),e.exit("labelMarker"),e.exit("labelEnd"),c):r(b)}function c(b){return b===40?e.attempt(xm,f,o?f:h)(b):b===91?e.attempt(gm,f,o?p:h)(b):o?f(b):h(b)}function p(b){return e.attempt(bm,f,h)(b)}function f(b){return t(b)}function h(b){return s._balanced=!0,r(b)}}function wm(e,t,r){return n;function n(h){return e.enter("resource"),e.enter("resourceMarker"),e.consume(h),e.exit("resourceMarker"),a}function a(h){return ee(h)?it(e,s)(h):s(h)}function s(h){return h===41?f(h):Ni(e,o,l,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(h)}function o(h){return ee(h)?it(e,c)(h):f(h)}function l(h){return r(h)}function c(h){return h===34||h===39||h===40?Vi(e,p,r,"resourceTitle","resourceTitleMarker","resourceTitleString")(h):f(h)}function p(h){return ee(h)?it(e,f)(h):f(h)}function f(h){return h===41?(e.enter("resourceMarker"),e.consume(h),e.exit("resourceMarker"),e.exit("resource"),t):r(h)}}function Cm(e,t,r){let n=this;return a;function a(l){return Ri.call(n,e,s,o,"reference","referenceMarker","referenceString")(l)}function s(l){return n.parser.defined.includes(Fe(n.sliceSerialize(n.events[n.events.length-1][1]).slice(1,-1)))?t(l):r(l)}function o(l){return r(l)}}function Sm(e,t,r){return n;function n(s){return e.enter("reference"),e.enter("referenceMarker"),e.consume(s),e.exit("referenceMarker"),a}function a(s){return s===93?(e.enter("referenceMarker"),e.consume(s),e.exit("referenceMarker"),e.exit("reference"),t):r(s)}}var La={name:"labelStartImage",tokenize:Em,resolveAll:rr.resolveAll};function Em(e,t,r){let n=this;return a;function a(l){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(l),e.exit("labelImageMarker"),s}function s(l){return l===91?(e.enter("labelMarker"),e.consume(l),e.exit("labelMarker"),e.exit("labelImage"),o):r(l)}function o(l){return l===94&&"_hiddenFootnoteSupport"in n.parser.constructs?r(l):t(l)}}var Pa={name:"labelStartLink",tokenize:Am,resolveAll:rr.resolveAll};function Am(e,t,r){let n=this;return a;function a(o){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(o),e.exit("labelMarker"),e.exit("labelLink"),s}function s(o){return o===94&&"_hiddenFootnoteSupport"in n.parser.constructs?r(o):t(o)}}var Ur={name:"lineEnding",tokenize:_m};function _m(e,t){return r;function r(n){return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),G(e,t,"linePrefix")}}var ir={name:"thematicBreak",tokenize:Im};function Im(e,t,r){let n=0,a;return s;function s(p){return e.enter("thematicBreak"),o(p)}function o(p){return a=p,l(p)}function l(p){return p===a?(e.enter("thematicBreakSequence"),c(p)):n>=3&&(p===null||B(p))?(e.exit("thematicBreak"),t(p)):r(p)}function c(p){return p===a?(e.consume(p),n++,c):(e.exit("thematicBreakSequence"),Q(p)?G(e,l,"whitespace")(p):l(p))}}var Ne={name:"list",tokenize:Pm,continuation:{tokenize:Fm},exit:Rm},Tm={tokenize:Vm,partial:!0},Lm={tokenize:Nm,partial:!0};function Pm(e,t,r){let n=this,a=n.events[n.events.length-1],s=a&&a[1].type==="linePrefix"?a[2].sliceSerialize(a[1],!0).length:0,o=0;return l;function l(x){let k=n.containerState.type||(x===42||x===43||x===45?"listUnordered":"listOrdered");if(k==="listUnordered"?!n.containerState.marker||x===n.containerState.marker:Or(x)){if(n.containerState.type||(n.containerState.type=k,e.enter(k,{_container:!0})),k==="listUnordered")return e.enter("listItemPrefix"),x===42||x===45?e.check(ir,r,p)(x):p(x);if(!n.interrupt||x===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),c(x)}return r(x)}function c(x){return Or(x)&&++o<10?(e.consume(x),c):(!n.interrupt||o<2)&&(n.containerState.marker?x===n.containerState.marker:x===41||x===46)?(e.exit("listItemValue"),p(x)):r(x)}function p(x){return e.enter("listItemMarker"),e.consume(x),e.exit("listItemMarker"),n.containerState.marker=n.containerState.marker||x,e.check(nt,n.interrupt?r:f,e.attempt(Tm,b,h))}function f(x){return n.containerState.initialBlankLine=!0,s++,b(x)}function h(x){return Q(x)?(e.enter("listItemPrefixWhitespace"),e.consume(x),e.exit("listItemPrefixWhitespace"),b):r(x)}function b(x){return n.containerState.size=s+n.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(x)}}function Fm(e,t,r){let n=this;return n.containerState._closeFlow=void 0,e.check(nt,a,s);function a(l){return n.containerState.furtherBlankLines=n.containerState.furtherBlankLines||n.containerState.initialBlankLine,G(e,t,"listItemIndent",n.containerState.size+1)(l)}function s(l){return n.containerState.furtherBlankLines||!Q(l)?(n.containerState.furtherBlankLines=void 0,n.containerState.initialBlankLine=void 0,o(l)):(n.containerState.furtherBlankLines=void 0,n.containerState.initialBlankLine=void 0,e.attempt(Lm,t,o)(l))}function o(l){return n.containerState._closeFlow=!0,n.interrupt=void 0,G(e,e.attempt(Ne,t,r),"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(l)}}function Nm(e,t,r){let n=this;return G(e,a,"listItemIndent",n.containerState.size+1);function a(s){let o=n.events[n.events.length-1];return o&&o[1].type==="listItemIndent"&&o[2].sliceSerialize(o[1],!0).length===n.containerState.size?t(s):r(s)}}function Rm(e){e.exit(this.containerState.type)}function Vm(e,t,r){let n=this;return G(e,a,"listItemPrefixWhitespace",n.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function a(s){let o=n.events[n.events.length-1];return!Q(s)&&o&&o[1].type==="listItemPrefixWhitespace"?t(s):r(s)}}var Di={name:"setextUnderline",tokenize:Om,resolveTo:Dm};function Dm(e,t){let r=e.length,n,a,s;for(;r--;)if(e[r][0]==="enter"){if(e[r][1].type==="content"){n=r;break}e[r][1].type==="paragraph"&&(a=r)}else e[r][1].type==="content"&&e.splice(r,1),!s&&e[r][1].type==="definition"&&(s=r);let o={type:"setextHeading",start:Object.assign({},e[a][1].start),end:Object.assign({},e[e.length-1][1].end)};return e[a][1].type="setextHeadingText",s?(e.splice(a,0,["enter",o,t]),e.splice(s+1,0,["exit",e[n][1],t]),e[n][1].end=Object.assign({},e[s][1].end)):e[n][1]=o,e.push(["exit",o,t]),e}function Om(e,t,r){let n=this,a;return s;function s(p){let f=n.events.length,h;for(;f--;)if(n.events[f][1].type!=="lineEnding"&&n.events[f][1].type!=="linePrefix"&&n.events[f][1].type!=="content"){h=n.events[f][1].type==="paragraph";break}return!n.parser.lazy[n.now().line]&&(n.interrupt||h)?(e.enter("setextHeadingLine"),a=p,o(p)):r(p)}function o(p){return e.enter("setextHeadingLineSequence"),l(p)}function l(p){return p===a?(e.consume(p),l):(e.exit("setextHeadingLineSequence"),Q(p)?G(e,c,"lineSuffix")(p):c(p))}function c(p){return p===null||B(p)?(e.exit("setextHeadingLine"),t(p)):r(p)}}var Mm={tokenize:Hm,partial:!0};function Fa(){return{document:{91:{tokenize:jm,continuation:{tokenize:Um},exit:Jm}},text:{91:{tokenize:zm},93:{add:"after",tokenize:Bm,resolveTo:qm}}}}function Bm(e,t,r){let n=this,a=n.events.length,s=n.parser.gfmFootnotes||(n.parser.gfmFootnotes=[]),o;for(;a--;){let c=n.events[a][1];if(c.type==="labelImage"){o=c;break}if(c.type==="gfmFootnoteCall"||c.type==="labelLink"||c.type==="label"||c.type==="image"||c.type==="link")break}return l;function l(c){if(!o||!o._balanced)return r(c);let p=Fe(n.sliceSerialize({start:o.end,end:n.now()}));return p.codePointAt(0)!==94||!s.includes(p.slice(1))?r(c):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(c),e.exit("gfmFootnoteCallLabelMarker"),t(c))}}function qm(e,t){let r=e.length,n;for(;r--;)if(e[r][1].type==="labelImage"&&e[r][0]==="enter"){n=e[r][1];break}e[r+1][1].type="data",e[r+3][1].type="gfmFootnoteCallLabelMarker";let a={type:"gfmFootnoteCall",start:Object.assign({},e[r+3][1].start),end:Object.assign({},e[e.length-1][1].end)},s={type:"gfmFootnoteCallMarker",start:Object.assign({},e[r+3][1].end),end:Object.assign({},e[r+3][1].end)};s.end.column++,s.end.offset++,s.end._bufferIndex++;let o={type:"gfmFootnoteCallString",start:Object.assign({},s.end),end:Object.assign({},e[e.length-1][1].start)},l={type:"chunkString",contentType:"string",start:Object.assign({},o.start),end:Object.assign({},o.end)},c=[e[r+1],e[r+2],["enter",a,t],e[r+3],e[r+4],["enter",s,t],["exit",s,t],["enter",o,t],["enter",l,t],["exit",l,t],["exit",o,t],e[e.length-2],e[e.length-1],["exit",a,t]];return e.splice(r,e.length-r+1,...c),e}function zm(e,t,r){let n=this,a=n.parser.gfmFootnotes||(n.parser.gfmFootnotes=[]),s=0,o;return l;function l(h){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(h),e.exit("gfmFootnoteCallLabelMarker"),c}function c(h){return h!==94?r(h):(e.enter("gfmFootnoteCallMarker"),e.consume(h),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",p)}function p(h){if(s>999||h===93&&!o||h===null||h===91||ee(h))return r(h);if(h===93){e.exit("chunkString");let b=e.exit("gfmFootnoteCallString");return a.includes(Fe(n.sliceSerialize(b)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(h),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):r(h)}return ee(h)||(o=!0),s++,e.consume(h),h===92?f:p}function f(h){return h===91||h===92||h===93?(e.consume(h),s++,p):p(h)}}function jm(e,t,r){let n=this,a=n.parser.gfmFootnotes||(n.parser.gfmFootnotes=[]),s,o=0,l;return c;function c(k){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(k),e.exit("gfmFootnoteDefinitionLabelMarker"),p}function p(k){return k===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(k),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",f):r(k)}function f(k){if(o>999||k===93&&!l||k===null||k===91||ee(k))return r(k);if(k===93){e.exit("chunkString");let S=e.exit("gfmFootnoteDefinitionLabelString");return s=Fe(n.sliceSerialize(S)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(k),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),b}return ee(k)||(l=!0),o++,e.consume(k),k===92?h:f}function h(k){return k===91||k===92||k===93?(e.consume(k),o++,f):f(k)}function b(k){return k===58?(e.enter("definitionMarker"),e.consume(k),e.exit("definitionMarker"),a.includes(s)||a.push(s),G(e,x,"gfmFootnoteDefinitionWhitespace")):r(k)}function x(k){return t(k)}}function Um(e,t,r){return e.check(nt,t,e.attempt(Mm,t,r))}function Jm(e){e.exit("gfmFootnoteDefinition")}function Hm(e,t,r){let n=this;return G(e,a,"gfmFootnoteDefinitionIndent",5);function a(s){let o=n.events[n.events.length-1];return o&&o[1].type==="gfmFootnoteDefinitionIndent"&&o[2].sliceSerialize(o[1],!0).length===4?t(s):r(s)}}function Na(e){let r=(e||{}).singleTilde,n={tokenize:s,resolveAll:a};return r==null&&(r=!0),{text:{126:n},insideSpan:{null:[n]},attentionMarkers:{null:[126]}};function a(o,l){let c=-1;for(;++c<o.length;)if(o[c][0]==="enter"&&o[c][1].type==="strikethroughSequenceTemporary"&&o[c][1]._close){let p=c;for(;p--;)if(o[p][0]==="exit"&&o[p][1].type==="strikethroughSequenceTemporary"&&o[p][1]._open&&o[c][1].end.offset-o[c][1].start.offset===o[p][1].end.offset-o[p][1].start.offset){o[c][1].type="strikethroughSequence",o[p][1].type="strikethroughSequence";let f={type:"strikethrough",start:Object.assign({},o[p][1].start),end:Object.assign({},o[c][1].end)},h={type:"strikethroughText",start:Object.assign({},o[p][1].end),end:Object.assign({},o[c][1].start)},b=[["enter",f,l],["enter",o[p][1],l],["exit",o[p][1],l],["enter",h,l]],x=l.parser.constructs.insideSpan.null;x&&ye(b,b.length,0,Bt(x,o.slice(p+1,c),l)),ye(b,b.length,0,[["exit",h,l],["enter",o[c][1],l],["exit",o[c][1],l],["exit",f,l]]),ye(o,p-1,c-p+3,b),c=p+b.length-2;break}}for(c=-1;++c<o.length;)o[c][1].type==="strikethroughSequenceTemporary"&&(o[c][1].type="data");return o}function s(o,l,c){let p=this.previous,f=this.events,h=0;return b;function b(k){return p===126&&f[f.length-1][1].type!=="characterEscape"?c(k):(o.enter("strikethroughSequenceTemporary"),x(k))}function x(k){let S=Cr(p);if(k===126)return h>1?c(k):(o.consume(k),h++,x);if(h<2&&!r)return c(k);let w=o.exit("strikethroughSequenceTemporary"),A=Cr(k);return w._open=!A||A===2&&!!S,w._close=!S||S===2&&!!A,l(k)}}}var Oi=class{constructor(){this.map=[]}add(t,r,n){Gm(this,t,r,n)}consume(t){if(this.map.sort(function(s,o){return s[0]-o[0]}),this.map.length===0)return;let r=this.map.length,n=[];for(;r>0;)r-=1,n.push(t.slice(this.map[r][0]+this.map[r][1]),this.map[r][2]),t.length=this.map[r][0];n.push([...t]),t.length=0;let a=n.pop();for(;a;)t.push(...a),a=n.pop();this.map.length=0}};function Gm(e,t,r,n){let a=0;if(!(r===0&&n.length===0)){for(;a<e.map.length;){if(e.map[a][0]===t){e.map[a][1]+=r,e.map[a][2].push(...n);return}a+=1}e.map.push([t,r,n])}}function qu(e,t){let r=!1,n=[];for(;t<e.length;){let a=e[t];if(r){if(a[0]==="enter")a[1].type==="tableContent"&&n.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(a[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){let s=n.length-1;n[s]=n[s]==="left"?"center":"right"}}else if(a[1].type==="tableDelimiterRow")break}else a[0]==="enter"&&a[1].type==="tableDelimiterRow"&&(r=!0);t+=1}return n}function Ra(){return{flow:{null:{tokenize:Wm,resolveAll:Qm}}}}function Wm(e,t,r){let n=this,a=0,s=0,o;return l;function l(P){let re=n.events.length-1;for(;re>-1;){let $=n.events[re][1].type;if($==="lineEnding"||$==="linePrefix")re--;else break}let J=re>-1?n.events[re][1].type:null,W=J==="tableHead"||J==="tableRow"?R:c;return W===R&&n.parser.lazy[n.now().line]?r(P):W(P)}function c(P){return e.enter("tableHead"),e.enter("tableRow"),p(P)}function p(P){return P===124||(o=!0,s+=1),f(P)}function f(P){return P===null?r(P):B(P)?s>1?(s=0,n.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(P),e.exit("lineEnding"),x):r(P):Q(P)?G(e,f,"whitespace")(P):(s+=1,o&&(o=!1,a+=1),P===124?(e.enter("tableCellDivider"),e.consume(P),e.exit("tableCellDivider"),o=!0,f):(e.enter("data"),h(P)))}function h(P){return P===null||P===124||ee(P)?(e.exit("data"),f(P)):(e.consume(P),P===92?b:h)}function b(P){return P===92||P===124?(e.consume(P),h):h(P)}function x(P){return n.interrupt=!1,n.parser.lazy[n.now().line]?r(P):(e.enter("tableDelimiterRow"),o=!1,Q(P)?G(e,k,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(P):k(P))}function k(P){return P===45||P===58?w(P):P===124?(o=!0,e.enter("tableCellDivider"),e.consume(P),e.exit("tableCellDivider"),S):q(P)}function S(P){return Q(P)?G(e,w,"whitespace")(P):w(P)}function w(P){return P===58?(s+=1,o=!0,e.enter("tableDelimiterMarker"),e.consume(P),e.exit("tableDelimiterMarker"),A):P===45?(s+=1,A(P)):P===null||B(P)?d(P):q(P)}function A(P){return P===45?(e.enter("tableDelimiterFiller"),T(P)):q(P)}function T(P){return P===45?(e.consume(P),T):P===58?(o=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(P),e.exit("tableDelimiterMarker"),E):(e.exit("tableDelimiterFiller"),E(P))}function E(P){return Q(P)?G(e,d,"whitespace")(P):d(P)}function d(P){return P===124?k(P):P===null||B(P)?!o||a!==s?q(P):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(P)):q(P)}function q(P){return r(P)}function R(P){return e.enter("tableRow"),L(P)}function L(P){return P===124?(e.enter("tableCellDivider"),e.consume(P),e.exit("tableCellDivider"),L):P===null||B(P)?(e.exit("tableRow"),t(P)):Q(P)?G(e,L,"whitespace")(P):(e.enter("data"),M(P))}function M(P){return P===null||P===124||ee(P)?(e.exit("data"),L(P)):(e.consume(P),P===92?N:M)}function N(P){return P===92||P===124?(e.consume(P),M):M(P)}}function Qm(e,t){let r=-1,n=!0,a=0,s=[0,0,0,0],o=[0,0,0,0],l=!1,c=0,p,f,h,b=new Oi;for(;++r<e.length;){let x=e[r],k=x[1];x[0]==="enter"?k.type==="tableHead"?(l=!1,c!==0&&(zu(b,t,c,p,f),f=void 0,c=0),p={type:"table",start:Object.assign({},k.start),end:Object.assign({},k.end)},b.add(r,0,[["enter",p,t]])):k.type==="tableRow"||k.type==="tableDelimiterRow"?(n=!0,h=void 0,s=[0,0,0,0],o=[0,r+1,0,0],l&&(l=!1,f={type:"tableBody",start:Object.assign({},k.start),end:Object.assign({},k.end)},b.add(r,0,[["enter",f,t]])),a=k.type==="tableDelimiterRow"?2:f?3:1):a&&(k.type==="data"||k.type==="tableDelimiterMarker"||k.type==="tableDelimiterFiller")?(n=!1,o[2]===0&&(s[1]!==0&&(o[0]=o[1],h=Mi(b,t,s,a,void 0,h),s=[0,0,0,0]),o[2]=r)):k.type==="tableCellDivider"&&(n?n=!1:(s[1]!==0&&(o[0]=o[1],h=Mi(b,t,s,a,void 0,h)),s=o,o=[s[1],r,0,0])):k.type==="tableHead"?(l=!0,c=r):k.type==="tableRow"||k.type==="tableDelimiterRow"?(c=r,s[1]!==0?(o[0]=o[1],h=Mi(b,t,s,a,r,h)):o[1]!==0&&(h=Mi(b,t,o,a,r,h)),a=0):a&&(k.type==="data"||k.type==="tableDelimiterMarker"||k.type==="tableDelimiterFiller")&&(o[3]=r)}for(c!==0&&zu(b,t,c,p,f),b.consume(t.events),r=-1;++r<t.events.length;){let x=t.events[r];x[0]==="enter"&&x[1].type==="table"&&(x[1]._align=qu(t.events,r))}return e}function Mi(e,t,r,n,a,s){let o=n===1?"tableHeader":n===2?"tableDelimiter":"tableData",l="tableContent";r[0]!==0&&(s.end=Object.assign({},Sr(t.events,r[0])),e.add(r[0],0,[["exit",s,t]]));let c=Sr(t.events,r[1]);if(s={type:o,start:Object.assign({},c),end:Object.assign({},c)},e.add(r[1],0,[["enter",s,t]]),r[2]!==0){let p=Sr(t.events,r[2]),f=Sr(t.events,r[3]),h={type:l,start:Object.assign({},p),end:Object.assign({},f)};if(e.add(r[2],0,[["enter",h,t]]),n!==2){let b=t.events[r[2]],x=t.events[r[3]];if(b[1].end=Object.assign({},x[1].end),b[1].type="chunkText",b[1].contentType="text",r[3]>r[2]+1){let k=r[2]+1,S=r[3]-r[2]-1;e.add(k,S,[])}}e.add(r[3]+1,0,[["exit",h,t]])}return a!==void 0&&(s.end=Object.assign({},Sr(t.events,a)),e.add(a,0,[["exit",s,t]]),s=void 0),s}function zu(e,t,r,n,a){let s=[],o=Sr(t.events,r);a&&(a.end=Object.assign({},o),s.push(["exit",a,t])),n.end=Object.assign({},o),s.push(["exit",n,t]),e.add(r+1,0,s)}function Sr(e,t){let r=e[t],n=r[0]==="enter"?"start":"end";return r[1][n]}var Km={tokenize:Xm};function Va(){return{text:{91:Km}}}function Xm(e,t,r){let n=this;return a;function a(c){return n.previous!==null||!n._gfmTasklistFirstContentOfListItem?r(c):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(c),e.exit("taskListCheckMarker"),s)}function s(c){return ee(c)?(e.enter("taskListCheckValueUnchecked"),e.consume(c),e.exit("taskListCheckValueUnchecked"),o):c===88||c===120?(e.enter("taskListCheckValueChecked"),e.consume(c),e.exit("taskListCheckValueChecked"),o):r(c)}function o(c){return c===93?(e.enter("taskListCheckMarker"),e.consume(c),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),l):r(c)}function l(c){return B(c)?t(c):Q(c)?e.check({tokenize:Ym},t,r)(c):r(c)}}function Ym(e,t,r){return G(e,n,"whitespace");function n(a){return a===null?r(a):t(a)}}function ju(e){return wr([ka(),Fa(),Na(e),Ra(),Va()])}var $m={};function Bi(e){let t=this,r=e||$m,n=t.data(),a=n.micromarkExtensions||(n.micromarkExtensions=[]),s=n.fromMarkdownExtensions||(n.fromMarkdownExtensions=[]),o=n.toMarkdownExtensions||(n.toMarkdownExtensions=[]);a.push(ju(r)),s.push(xa()),o.push(ga(r))}function Da(){return{enter:{mathFlow:e,mathFlowFenceMeta:t,mathText:s},exit:{mathFlow:a,mathFlowFence:n,mathFlowFenceMeta:r,mathFlowValue:l,mathText:o,mathTextData:l}};function e(c){let p={type:"element",tagName:"code",properties:{className:["language-math","math-display"]},children:[]};this.enter({type:"math",meta:null,value:"",data:{hName:"pre",hChildren:[p]}},c)}function t(){this.buffer()}function r(){let c=this.resume(),p=this.stack[this.stack.length-1];p.type,p.meta=c}function n(){this.data.mathFlowInside||(this.buffer(),this.data.mathFlowInside=!0)}function a(c){let p=this.resume().replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),f=this.stack[this.stack.length-1];f.type,this.exit(c),f.value=p;let h=f.data.hChildren[0];h.type,h.tagName,h.children.push({type:"text",value:p}),this.data.mathFlowInside=void 0}function s(c){this.enter({type:"inlineMath",value:"",data:{hName:"code",hProperties:{className:["language-math","math-inline"]},hChildren:[]}},c),this.buffer()}function o(c){let p=this.resume(),f=this.stack[this.stack.length-1];f.type,this.exit(c),f.value=p,f.data.hChildren.push({type:"text",value:p})}function l(c){this.config.enter.data.call(this,c),this.config.exit.data.call(this,c)}}function Oa(e){let t=(e||{}).singleDollarTextMath;return t==null&&(t=!0),n.peek=a,{unsafe:[{character:"\r",inConstruct:"mathFlowMeta"},{character:`
34
+ `,inConstruct:"mathFlowMeta"},{character:"$",after:t?void 0:"\\$",inConstruct:"phrasing"},{character:"$",inConstruct:"mathFlowMeta"},{atBreak:!0,character:"$",after:"\\$"}],handlers:{math:r,inlineMath:n}};function r(s,o,l,c){let p=s.value||"",f=l.createTracker(c),h="$".repeat(Math.max(Ei(p,"$")+1,2)),b=l.enter("mathFlow"),x=f.move(h);if(s.meta){let k=l.enter("mathFlowMeta");x+=f.move(l.safe(s.meta,{after:`
35
+ `,before:x,encode:["$"],...f.current()})),k()}return x+=f.move(`
36
+ `),p&&(x+=f.move(p+`
37
+ `)),x+=f.move(h),b(),x}function n(s,o,l){let c=s.value||"",p=1;for(t||p++;new RegExp("(^|[^$])"+"\\$".repeat(p)+"([^$]|$)").test(c);)p++;let f="$".repeat(p);/[^ \r\n]/.test(c)&&(/^[ \r\n]/.test(c)&&/[ \r\n]$/.test(c)||/^\$|\$$/.test(c))&&(c=" "+c+" ");let h=-1;for(;++h<l.unsafe.length;){let b=l.unsafe[h];if(!b.atBreak)continue;let x=l.compilePattern(b),k;for(;k=x.exec(c);){let S=k.index;c.codePointAt(S)===10&&c.codePointAt(S-1)===13&&S--,c=c.slice(0,S)+" "+c.slice(k.index+1)}}return f+c+f}function a(){return"$"}}var Ju={tokenize:Zm,concrete:!0},Uu={tokenize:ed,partial:!0};function Zm(e,t,r){let n=this,a=n.events[n.events.length-1],s=a&&a[1].type==="linePrefix"?a[2].sliceSerialize(a[1],!0).length:0,o=0;return l;function l(T){return e.enter("mathFlow"),e.enter("mathFlowFence"),e.enter("mathFlowFenceSequence"),c(T)}function c(T){return T===36?(e.consume(T),o++,c):o<2?r(T):(e.exit("mathFlowFenceSequence"),G(e,p,"whitespace")(T))}function p(T){return T===null||B(T)?h(T):(e.enter("mathFlowFenceMeta"),e.enter("chunkString",{contentType:"string"}),f(T))}function f(T){return T===null||B(T)?(e.exit("chunkString"),e.exit("mathFlowFenceMeta"),h(T)):T===36?r(T):(e.consume(T),f)}function h(T){return e.exit("mathFlowFence"),n.interrupt?t(T):e.attempt(Uu,b,w)(T)}function b(T){return e.attempt({tokenize:A,partial:!0},w,x)(T)}function x(T){return(s?G(e,k,"linePrefix",s+1):k)(T)}function k(T){return T===null?w(T):B(T)?e.attempt(Uu,b,w)(T):(e.enter("mathFlowValue"),S(T))}function S(T){return T===null||B(T)?(e.exit("mathFlowValue"),k(T)):(e.consume(T),S)}function w(T){return e.exit("mathFlow"),t(T)}function A(T,E,d){let q=0;return G(T,R,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4);function R(N){return T.enter("mathFlowFence"),T.enter("mathFlowFenceSequence"),L(N)}function L(N){return N===36?(q++,T.consume(N),L):q<o?d(N):(T.exit("mathFlowFenceSequence"),G(T,M,"whitespace")(N))}function M(N){return N===null||B(N)?(T.exit("mathFlowFence"),E(N)):d(N)}}}function ed(e,t,r){let n=this;return a;function a(o){return o===null?t(o):(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),s)}function s(o){return n.parser.lazy[n.now().line]?r(o):t(o)}}function Hu(e){let r=(e||{}).singleDollarTextMath;return r==null&&(r=!0),{tokenize:n,resolve:td,previous:rd};function n(a,s,o){let l=this,c=0,p,f;return h;function h(w){return a.enter("mathText"),a.enter("mathTextSequence"),b(w)}function b(w){return w===36?(a.consume(w),c++,b):c<2&&!r?o(w):(a.exit("mathTextSequence"),x(w))}function x(w){return w===null?o(w):w===36?(f=a.enter("mathTextSequence"),p=0,S(w)):w===32?(a.enter("space"),a.consume(w),a.exit("space"),x):B(w)?(a.enter("lineEnding"),a.consume(w),a.exit("lineEnding"),x):(a.enter("mathTextData"),k(w))}function k(w){return w===null||w===32||w===36||B(w)?(a.exit("mathTextData"),x(w)):(a.consume(w),k)}function S(w){return w===36?(a.consume(w),p++,S):p===c?(a.exit("mathTextSequence"),a.exit("mathText"),s(w)):(f.type="mathTextData",k(w))}}}function td(e){let t=e.length-4,r=3,n,a;if((e[r][1].type==="lineEnding"||e[r][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(n=r;++n<t;)if(e[n][1].type==="mathTextData"){e[t][1].type="mathTextPadding",e[r][1].type="mathTextPadding",r+=2,t-=2;break}}for(n=r-1,t++;++n<=t;)a===void 0?n!==t&&e[n][1].type!=="lineEnding"&&(a=n):(n===t||e[n][1].type==="lineEnding")&&(e[a][1].type="mathTextData",n!==a+2&&(e[a][1].end=e[n-1][1].end,e.splice(a+2,n-a-2),t-=n-a-2,n=a+2),a=void 0);return e}function rd(e){return e!==36||this.events[this.events.length-1][1].type==="characterEscape"}function Ma(e){return{flow:{36:Ju},text:{36:Hu(e)}}}var id={};function qi(e){let t=this,r=e||id,n=t.data(),a=n.micromarkExtensions||(n.micromarkExtensions=[]),s=n.fromMarkdownExtensions||(n.fromMarkdownExtensions=[]),o=n.toMarkdownExtensions||(n.toMarkdownExtensions=[]);a.push(Ma(r)),s.push(Da()),o.push(Oa(r))}function Ba(){return{enter:{mdxFlowExpression:nd,mdxTextExpression:ad},exit:{mdxFlowExpression:Gu,mdxFlowExpressionChunk:Wu,mdxTextExpression:Gu,mdxTextExpressionChunk:Wu}}}function qa(){return{handlers:{mdxFlowExpression:Qu,mdxTextExpression:Qu},unsafe:[{character:"{",inConstruct:["phrasing"]},{atBreak:!0,character:"{"}]}}function nd(e){this.enter({type:"mdxFlowExpression",value:""},e),this.buffer()}function ad(e){this.enter({type:"mdxTextExpression",value:""},e),this.buffer()}function Gu(e){let t=this.resume(),r=e.estree,n=this.stack[this.stack.length-1];n.type==="mdxFlowExpression"||n.type,this.exit(e),n.value=t,r&&(n.data={estree:r})}function Wu(e){this.config.enter.data.call(this,e),this.config.exit.data.call(this,e)}function Qu(e){return"{"+(e.value||"")+"}"}var Ku=" ";function za(){return{canContainEols:["mdxJsxTextElement"],enter:{mdxJsxFlowTag:n,mdxJsxFlowTagClosingMarker:a,mdxJsxFlowTagAttribute:h,mdxJsxFlowTagExpressionAttribute:b,mdxJsxFlowTagAttributeValueLiteral:e,mdxJsxFlowTagAttributeValueExpression:e,mdxJsxFlowTagSelfClosingMarker:o,mdxJsxTextTag:n,mdxJsxTextTagClosingMarker:a,mdxJsxTextTagAttribute:h,mdxJsxTextTagExpressionAttribute:b,mdxJsxTextTagAttributeValueLiteral:e,mdxJsxTextTagAttributeValueExpression:e,mdxJsxTextTagSelfClosingMarker:o},exit:{mdxJsxFlowTagClosingMarker:l,mdxJsxFlowTagNamePrimary:c,mdxJsxFlowTagNameMember:p,mdxJsxFlowTagNameLocal:f,mdxJsxFlowTagExpressionAttribute:x,mdxJsxFlowTagExpressionAttributeValue:r,mdxJsxFlowTagAttributeNamePrimary:k,mdxJsxFlowTagAttributeNameLocal:S,mdxJsxFlowTagAttributeValueLiteral:w,mdxJsxFlowTagAttributeValueLiteralValue:r,mdxJsxFlowTagAttributeValueExpression:A,mdxJsxFlowTagAttributeValueExpressionValue:r,mdxJsxFlowTagSelfClosingMarker:T,mdxJsxFlowTag:E,mdxJsxTextTagClosingMarker:l,mdxJsxTextTagNamePrimary:c,mdxJsxTextTagNameMember:p,mdxJsxTextTagNameLocal:f,mdxJsxTextTagExpressionAttribute:x,mdxJsxTextTagExpressionAttributeValue:r,mdxJsxTextTagAttributeNamePrimary:k,mdxJsxTextTagAttributeNameLocal:S,mdxJsxTextTagAttributeValueLiteral:w,mdxJsxTextTagAttributeValueLiteralValue:r,mdxJsxTextTagAttributeValueExpression:A,mdxJsxTextTagAttributeValueExpressionValue:r,mdxJsxTextTagSelfClosingMarker:T,mdxJsxTextTag:E}};function e(){this.buffer()}function t(L){return{line:L.line,column:L.column,offset:L.offset}}function r(L){this.config.enter.data.call(this,L),this.config.exit.data.call(this,L)}function n(L){let M={name:void 0,attributes:[],close:!1,selfClosing:!1,start:L.start,end:L.end};this.data.mdxJsxTagStack||(this.data.mdxJsxTagStack=[]),this.data.mdxJsxTag=M,this.buffer()}function a(L){let M=this.data.mdxJsxTagStack;if(M.length===0)throw new ue("Unexpected closing slash `/` in tag, expected an open tag first",{start:L.start,end:L.end},"mdast-util-mdx-jsx:unexpected-closing-slash")}function s(L){let M=this.data.mdxJsxTag;if(M.close)throw new ue("Unexpected attribute in closing tag, expected the end of the tag",{start:L.start,end:L.end},"mdast-util-mdx-jsx:unexpected-attribute")}function o(L){let M=this.data.mdxJsxTag;if(M.close)throw new ue("Unexpected self-closing slash `/` in closing tag, expected the end of the tag",{start:L.start,end:L.end},"mdast-util-mdx-jsx:unexpected-self-closing-slash")}function l(){let L=this.data.mdxJsxTag;L.close=!0}function c(L){let M=this.data.mdxJsxTag;M.name=this.sliceSerialize(L)}function p(L){let M=this.data.mdxJsxTag;M.name+="."+this.sliceSerialize(L)}function f(L){let M=this.data.mdxJsxTag;M.name+=":"+this.sliceSerialize(L)}function h(L){let M=this.data.mdxJsxTag;s.call(this,L),M.attributes.push({type:"mdxJsxAttribute",name:"",value:null,position:{start:t(L.start),end:void 0}})}function b(L){let M=this.data.mdxJsxTag;s.call(this,L),M.attributes.push({type:"mdxJsxExpressionAttribute",value:""}),this.buffer()}function x(L){let M=this.data.mdxJsxTag;let N=M.attributes[M.attributes.length-1];N.type;let P=L.estree;N.value=this.resume(),P&&(N.data={estree:P})}function k(L){let M=this.data.mdxJsxTag;let N=M.attributes[M.attributes.length-1];N.type,N.name=this.sliceSerialize(L),N.position,N.position.end=t(L.end)}function S(L){let M=this.data.mdxJsxTag;let N=M.attributes[M.attributes.length-1];N.type,N.name+=":"+this.sliceSerialize(L),N.position,N.position.end=t(L.end)}function w(L){let M=this.data.mdxJsxTag;let N=M.attributes[M.attributes.length-1];N.value=Kt(this.resume(),{nonTerminated:!1}),N.position,N.position.end=t(L.end)}function A(L){let M=this.data.mdxJsxTag;let N=M.attributes[M.attributes.length-1];N.type;let P={type:"mdxJsxAttributeValueExpression",value:this.resume()},re=L.estree;re&&(P.data={estree:re}),N.value=P,N.position,N.position.end=t(L.end)}function T(){let L=this.data.mdxJsxTag;L.selfClosing=!0}function E(L){let M=this.data.mdxJsxTag;let N=this.data.mdxJsxTagStack;let P=N[N.length-1];if(M.close&&P.name!==M.name)throw new ue("Unexpected closing tag `"+R(M)+"`, expected corresponding closing tag for `"+R(P)+"` ("+Je(P)+")",{start:L.start,end:L.end},"mdast-util-mdx-jsx:end-tag-mismatch");this.resume(),M.close?N.pop():this.enter({type:L.type==="mdxJsxTextTag"?"mdxJsxTextElement":"mdxJsxFlowElement",name:M.name||null,attributes:M.attributes,children:[]},L,d),M.selfClosing||M.close?this.exit(L,q):N.push(M)}function d(L,M){let N=this.data.mdxJsxTagStack;let P=N[N.length-1];let re=L?" before the end of `"+L.type+"`":"",J=L?{start:L.start,end:L.end}:void 0;throw new ue("Expected a closing tag for `"+R(P)+"` ("+Je({start:M.start,end:M.end})+")"+re,J,"mdast-util-mdx-jsx:end-tag-mismatch")}function q(L,M){let N=this.data.mdxJsxTag;throw new ue("Expected the closing tag `"+R(N)+"` either after the end of `"+M.type+"` ("+Je(M.end)+") or another opening tag after the start of `"+M.type+"` ("+Je(M.start)+")",{start:L.start,end:L.end},"mdast-util-mdx-jsx:end-tag-mismatch")}function R(L){return"<"+(L.close?"/":"")+(L.name||"")+">"}}function ja(e){let t=e||{},r=t.quote||'"',n=t.quoteSmart||!1,a=t.tightSelfClosing||!1,s=t.printWidth||Number.POSITIVE_INFINITY,o=r==='"'?"'":'"';if(r!=='"'&&r!=="'")throw new Error("Cannot serialize attribute values with `"+r+"` for `options.quote`, expected `\"`, or `'`");return l.peek=od,{handlers:{mdxJsxFlowElement:l,mdxJsxTextElement:l},unsafe:[{character:"<",inConstruct:["phrasing"]},{atBreak:!0,character:"<"}],fences:!0,resourceLink:!0};function l(c,p,f,h){let b=c.type==="mdxJsxFlowElement",x=c.name?!c.children||c.children.length===0:!1,k=Xu(f),S=Yu(k),w=f.createTracker(h),A=f.createTracker(h),T=[],E=(b?S:"")+"<"+(c.name||""),d=f.enter(c.type);if(w.move(E),A.move(E),c.attributes&&c.attributes.length>0){if(!c.name)throw new Error("Cannot serialize fragment w/ attributes");let N=-1;for(;++N<c.attributes.length;){let P=c.attributes[N],re;if(P.type==="mdxJsxExpressionAttribute")re="{"+(P.value||"")+"}";else{if(!P.name)throw new Error("Cannot serialize attribute w/o name");let J=P.value,W=P.name,$="";if(J!=null)if(typeof J=="object")$="{"+(J.value||"")+"}";else{let F=n&&_t(J,r)>_t(J,o)?o:r;$=F+gi(J,{subset:[F]})+F}re=W+($?"=":"")+$}T.push(re)}}let q=!1,R=T.join(" ");b&&(/\r?\n|\r/.test(R)||w.current().now.column+R.length+(x?a?2:3:1)>s)&&(q=!0);let L=w,M=E;if(q){L=A;let N=-1;for(;++N<T.length;)T[N]=S+Ku+T[N];M+=L.move(`
34
38
  `+T.join(`
35
39
  `)+`
36
- `+E)}else N&&(O+=P.move(" "+N));return x&&(O+=P.move((a||D?"":" ")+"/")),O+=P.move(">"),c.children&&c.children.length>0&&(c.type==="mdxJsxTextElement"?O+=P.move(m.containerPhrasing(c,{...P.current(),before:">",after:"<"})):(P.shift(2),O+=P.move(`
37
- `),O+=P.move(hm(c,m,P.current())),O+=P.move(`
38
- `))),x||(O+=P.move((k?E:"")+"</"+(c.name||"")+">")),d(),O}}function hm(e,t,r){let n=t.indexStack,a=e.children,s=t.createTracker(r),u=Tu(Iu(t)),l=[],c=-1;for(n.push(-1);++c<a.length;){let p=a[c];n[n.length-1]=c;let m={before:`
40
+ `+S)}else R&&(M+=L.move(" "+R));return x&&(M+=L.move((a||q?"":" ")+"/")),M+=L.move(">"),c.children&&c.children.length>0&&(c.type==="mdxJsxTextElement"?M+=L.move(f.containerPhrasing(c,{...L.current(),before:">",after:"<"})):(L.shift(2),M+=L.move(`
41
+ `),M+=L.move(sd(c,f,L.current())),M+=L.move(`
42
+ `))),x||(M+=L.move((b?S:"")+"</"+(c.name||"")+">")),d(),M}}function sd(e,t,r){let n=t.indexStack,a=e.children,s=t.createTracker(r),o=Yu(Xu(t)),l=[],c=-1;for(n.push(-1);++c<a.length;){let p=a[c];n[n.length-1]=c;let f={before:`
39
43
  `,after:`
40
- `,...s.current()},h=t.handle(p,e,t,m),k=p.type==="mdxJsxFlowElement"?h:t.indentLines(h,function(x,y,E){return(E?"":u)+x});l.push(s.move(k)),p.type!=="list"&&(t.bulletLastUsed=void 0),c<a.length-1&&l.push(s.move(`
44
+ `,...s.current()},h=t.handle(p,e,t,f),b=p.type==="mdxJsxFlowElement"?h:t.indentLines(h,function(x,k,S){return(S?"":o)+x});l.push(s.move(b)),p.type!=="list"&&(t.bulletLastUsed=void 0),c<a.length-1&&l.push(s.move(`
41
45
 
42
- `))}return n.pop(),l.join("")}function Iu(e){let t=0,r=e.stack.length;for(;--r>-1;){let n=e.stack[r];if(n==="blockquote"||n==="listItem")break;n==="mdxJsxFlowElement"&&t++}return t}function Tu(e){return Au.repeat(e)}function pm(){return"<"}function Sa(){return{enter:{mdxjsEsm:fm},exit:{mdxjsEsm:mm,mdxjsEsmData:dm}}}function Ea(){return{handlers:{mdxjsEsm:xm}}}function fm(e){this.enter({type:"mdxjsEsm",value:""},e),this.buffer()}function mm(e){let t=this.resume(),r=this.stack[this.stack.length-1];r.type,this.exit(e);let n=e.estree;r.value=t,n&&(r.data={estree:n})}function dm(e){this.config.enter.data.call(this,e),this.config.exit.data.call(this,e)}function xm(e){return e.value||""}function _a(){return[ga(),wa(),Sa()]}function Aa(e){return{extensions:[ba(),Ca(e),Ea()]}}var gm=[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],Vu=[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],bm="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65",Ou="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",Ia={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"},Ta="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",km={5:Ta,"5module":Ta+" export import",6:Ta+" const class extends export import super"},ym=/^in(stanceof)?$/,vm=new RegExp("["+Ou+"]"),wm=new RegExp("["+Ou+bm+"]");function La(e,t){for(var r=65536,n=0;n<t.length;n+=2){if(r+=t[n],r>e)return!1;if(r+=t[n+1],r>=e)return!0}return!1}function At(e,t){return e<65?e===36:e<91?!0:e<97?e===95:e<123?!0:e<=65535?e>=170&&vm.test(String.fromCharCode(e)):t===!1?!1:La(e,Vu)}function yr(e,t){return e<48?e===36:e<58?!0:e<65?!1:e<91?!0:e<97?e===95:e<123?!0:e<=65535?e>=170&&wm.test(String.fromCharCode(e)):t===!1?!1:La(e,Vu)||La(e,gm)}var pe=function(t,r){r===void 0&&(r={}),this.label=t,this.keyword=r.keyword,this.beforeExpr=!!r.beforeExpr,this.startsExpr=!!r.startsExpr,this.isLoop=!!r.isLoop,this.isAssign=!!r.isAssign,this.prefix=!!r.prefix,this.postfix=!!r.postfix,this.binop=r.binop||null,this.updateContext=null};function it(e,t){return new pe(e,{beforeExpr:!0,binop:t})}var nt={beforeExpr:!0},je={startsExpr:!0},Ra={};function he(e,t){return t===void 0&&(t={}),t.keyword=e,Ra[e]=new pe(e,t)}var b={num:new pe("num",je),regexp:new pe("regexp",je),string:new pe("string",je),name:new pe("name",je),privateId:new pe("privateId",je),eof:new pe("eof"),bracketL:new pe("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new pe("]"),braceL:new pe("{",{beforeExpr:!0,startsExpr:!0}),braceR:new pe("}"),parenL:new pe("(",{beforeExpr:!0,startsExpr:!0}),parenR:new pe(")"),comma:new pe(",",nt),semi:new pe(";",nt),colon:new pe(":",nt),dot:new pe("."),question:new pe("?",nt),questionDot:new pe("?."),arrow:new pe("=>",nt),template:new pe("template"),invalidTemplate:new pe("invalidTemplate"),ellipsis:new pe("...",nt),backQuote:new pe("`",je),dollarBraceL:new pe("${",{beforeExpr:!0,startsExpr:!0}),eq:new pe("=",{beforeExpr:!0,isAssign:!0}),assign:new pe("_=",{beforeExpr:!0,isAssign:!0}),incDec:new pe("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new pe("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:it("||",1),logicalAND:it("&&",2),bitwiseOR:it("|",3),bitwiseXOR:it("^",4),bitwiseAND:it("&",5),equality:it("==/!=/===/!==",6),relational:it("</>/<=/>=",7),bitShift:it("<</>>/>>>",8),plusMin:new pe("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:it("%",10),star:it("*",10),slash:it("/",10),starstar:new pe("**",{beforeExpr:!0}),coalesce:it("??",1),_break:he("break"),_case:he("case",nt),_catch:he("catch"),_continue:he("continue"),_debugger:he("debugger"),_default:he("default",nt),_do:he("do",{isLoop:!0,beforeExpr:!0}),_else:he("else",nt),_finally:he("finally"),_for:he("for",{isLoop:!0}),_function:he("function",je),_if:he("if"),_return:he("return",nt),_switch:he("switch"),_throw:he("throw",nt),_try:he("try"),_var:he("var"),_const:he("const"),_while:he("while",{isLoop:!0}),_with:he("with"),_new:he("new",{beforeExpr:!0,startsExpr:!0}),_this:he("this",je),_super:he("super",je),_class:he("class",je),_extends:he("extends",nt),_export:he("export"),_import:he("import",je),_null:he("null",je),_true:he("true",je),_false:he("false",je),_in:he("in",{beforeExpr:!0,binop:7}),_instanceof:he("instanceof",{beforeExpr:!0,binop:7}),_typeof:he("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:he("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:he("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},ot=/\r\n?|\n|\u2028|\u2029/,Cm=new RegExp(ot.source,"g");function vr(e){return e===10||e===13||e===8232||e===8233}function Du(e,t,r){r===void 0&&(r=e.length);for(var n=t;n<r;n++){var a=e.charCodeAt(n);if(vr(a))return n<r-1&&a===13&&e.charCodeAt(n+1)===10?n+2:n+1}return-1}var Bu=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,at=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,Mu=Object.prototype,Sm=Mu.hasOwnProperty,Em=Mu.toString,Ur=Object.hasOwn||function(e,t){return Sm.call(e,t)},Pu=Array.isArray||function(e){return Em.call(e)==="[object Array]"},Lu=Object.create(null);function Dt(e){return Lu[e]||(Lu[e]=new RegExp("^(?:"+e.replace(/ /g,"|")+")$"))}function Bt(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(e&1023)+56320))}var _m=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,zr=function(t,r){this.line=t,this.column=r};zr.prototype.offset=function(t){return new zr(this.line,this.column+t)};var Bi=function(t,r,n){this.start=r,this.end=n,t.sourceFile!==null&&(this.source=t.sourceFile)};function qu(e,t){for(var r=1,n=0;;){var a=Du(e,n,t);if(a<0)return new zr(r,t-n);++r,n=a}}var Fa={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},Fu=!1;function Am(e){var t={};for(var r in Fa)t[r]=e&&Ur(e,r)?e[r]:Fa[r];if(t.ecmaVersion==="latest"?t.ecmaVersion=1e8:t.ecmaVersion==null?(!Fu&&typeof console=="object"&&console.warn&&(Fu=!0,console.warn(`Since Acorn 8.0.0, options.ecmaVersion is required.
43
- Defaulting to 2020, but this will stop working in the future.`)),t.ecmaVersion=11):t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),t.allowReserved==null&&(t.allowReserved=t.ecmaVersion<5),(!e||e.allowHashBang==null)&&(t.allowHashBang=t.ecmaVersion>=14),Pu(t.onToken)){var n=t.onToken;t.onToken=function(a){return n.push(a)}}return Pu(t.onComment)&&(t.onComment=Im(t,t.onComment)),t}function Im(e,t){return function(r,n,a,s,u,l){var c={type:r?"Block":"Line",value:n,start:a,end:s};e.locations&&(c.loc=new Bi(this,u,l)),e.ranges&&(c.range=[a,s]),t.push(c)}}var jr=1,wr=2,Va=4,zu=8,ju=16,Uu=32,Oa=64,Ju=128,Jr=256,Da=jr|wr|Jr;function Ba(e,t){return wr|(e?Va:0)|(t?zu:0)}var Vi=0,Ma=1,Tt=2,Hu=3,Gu=4,Wu=5,we=function(t,r,n){this.options=t=Am(t),this.sourceFile=t.sourceFile,this.keywords=Dt(km[t.ecmaVersion>=6?6:t.sourceType==="module"?"5module":5]);var a="";t.allowReserved!==!0&&(a=Ia[t.ecmaVersion>=6?6:t.ecmaVersion===5?5:3],t.sourceType==="module"&&(a+=" await")),this.reservedWords=Dt(a);var s=(a?a+" ":"")+Ia.strict;this.reservedWordsStrict=Dt(s),this.reservedWordsStrictBind=Dt(s+" "+Ia.strictBind),this.input=String(r),this.containsEsc=!1,n?(this.pos=n,this.lineStart=this.input.lastIndexOf(`
44
- `,n-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(ot).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=b.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=t.sourceType==="module",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),this.pos===0&&t.allowHashBang&&this.input.slice(0,2)==="#!"&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(jr),this.regexpState=null,this.privateNameStack=[]},bt={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}};we.prototype.parse=function(){var t=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(t)};bt.inFunction.get=function(){return(this.currentVarScope().flags&wr)>0};bt.inGenerator.get=function(){return(this.currentVarScope().flags&zu)>0&&!this.currentVarScope().inClassFieldInit};bt.inAsync.get=function(){return(this.currentVarScope().flags&Va)>0&&!this.currentVarScope().inClassFieldInit};bt.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e];if(t.inClassFieldInit||t.flags&Jr)return!1;if(t.flags&wr)return(t.flags&Va)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction};bt.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags,r=e.inClassFieldInit;return(t&Oa)>0||r||this.options.allowSuperOutsideMethod};bt.allowDirectSuper.get=function(){return(this.currentThisScope().flags&Ju)>0};bt.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())};bt.allowNewDotTarget.get=function(){var e=this.currentThisScope(),t=e.flags,r=e.inClassFieldInit;return(t&(wr|Jr))>0||r};bt.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&Jr)>0};we.extend=function(){for(var t=[],r=arguments.length;r--;)t[r]=arguments[r];for(var n=this,a=0;a<t.length;a++)n=t[a](n);return n};we.parse=function(t,r){return new this(r,t).parse()};we.parseExpressionAt=function(t,r,n){var a=new this(n,t,r);return a.nextToken(),a.parseExpression()};we.tokenizer=function(t,r){return new this(r,t)};Object.defineProperties(we.prototype,bt);var Me=we.prototype,Tm=/^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;Me.strictDirective=function(e){if(this.options.ecmaVersion<5)return!1;for(;;){at.lastIndex=e,e+=at.exec(this.input)[0].length;var t=Tm.exec(this.input.slice(e));if(!t)return!1;if((t[1]||t[2])==="use strict"){at.lastIndex=e+t[0].length;var r=at.exec(this.input),n=r.index+r[0].length,a=this.input.charAt(n);return a===";"||a==="}"||ot.test(r[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(a)||a==="!"&&this.input.charAt(n+1)==="=")}e+=t[0].length,at.lastIndex=e,e+=at.exec(this.input)[0].length,this.input[e]===";"&&e++}};Me.eat=function(e){return this.type===e?(this.next(),!0):!1};Me.isContextual=function(e){return this.type===b.name&&this.value===e&&!this.containsEsc};Me.eatContextual=function(e){return this.isContextual(e)?(this.next(),!0):!1};Me.expectContextual=function(e){this.eatContextual(e)||this.unexpected()};Me.canInsertSemicolon=function(){return this.type===b.eof||this.type===b.braceR||ot.test(this.input.slice(this.lastTokEnd,this.start))};Me.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0};Me.semicolon=function(){!this.eat(b.semi)&&!this.insertSemicolon()&&this.unexpected()};Me.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0};Me.expect=function(e){this.eat(e)||this.unexpected()};Me.unexpected=function(e){this.raise(e??this.start,"Unexpected token")};var Mi=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};Me.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var r=t?e.parenthesizedAssign:e.parenthesizedBind;r>-1&&this.raiseRecoverable(r,t?"Assigning to rvalue":"Parenthesized pattern")}};Me.checkExpressionErrors=function(e,t){if(!e)return!1;var r=e.shorthandAssign,n=e.doubleProto;if(!t)return r>=0||n>=0;r>=0&&this.raise(r,"Shorthand property assignments are valid only in destructuring patterns"),n>=0&&this.raiseRecoverable(n,"Redefinition of __proto__ property")};Me.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")};Me.isSimpleAssignTarget=function(e){return e.type==="ParenthesizedExpression"?this.isSimpleAssignTarget(e.expression):e.type==="Identifier"||e.type==="MemberExpression"};var Y=we.prototype;Y.parseTopLevel=function(e){var t=Object.create(null);for(e.body||(e.body=[]);this.type!==b.eof;){var r=this.parseStatement(null,!0,t);e.body.push(r)}if(this.inModule)for(var n=0,a=Object.keys(this.undefinedExports);n<a.length;n+=1){var s=a[n];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 qa={kind:"loop"},Pm={kind:"switch"};Y.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;at.lastIndex=this.pos;var t=at.exec(this.input),r=this.pos+t[0].length,n=this.input.charCodeAt(r);if(n===91||n===92)return!0;if(e)return!1;if(n===123||n>55295&&n<56320)return!0;if(At(n,!0)){for(var a=r+1;yr(n=this.input.charCodeAt(a),!0);)++a;if(n===92||n>55295&&n<56320)return!0;var s=this.input.slice(r,a);if(!ym.test(s))return!0}return!1};Y.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;at.lastIndex=this.pos;var e=at.exec(this.input),t=this.pos+e[0].length,r;return!ot.test(this.input.slice(this.pos,t))&&this.input.slice(t,t+8)==="function"&&(t+8===this.input.length||!(yr(r=this.input.charCodeAt(t+8))||r>55295&&r<56320))};Y.parseStatement=function(e,t,r){var n=this.type,a=this.startNode(),s;switch(this.isLet(e)&&(n=b._var,s="let"),n){case b._break:case b._continue:return this.parseBreakContinueStatement(a,n.keyword);case b._debugger:return this.parseDebuggerStatement(a);case b._do:return this.parseDoStatement(a);case b._for:return this.parseForStatement(a);case b._function:return e&&(this.strict||e!=="if"&&e!=="label")&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(a,!1,!e);case b._class:return e&&this.unexpected(),this.parseClass(a,!0);case b._if:return this.parseIfStatement(a);case b._return:return this.parseReturnStatement(a);case b._switch:return this.parseSwitchStatement(a);case b._throw:return this.parseThrowStatement(a);case b._try:return this.parseTryStatement(a);case b._const:case b._var:return s=s||this.value,e&&s!=="var"&&this.unexpected(),this.parseVarStatement(a,s);case b._while:return this.parseWhileStatement(a);case b._with:return this.parseWithStatement(a);case b.braceL:return this.parseBlock(!0,a);case b.semi:return this.parseEmptyStatement(a);case b._export:case b._import:if(this.options.ecmaVersion>10&&n===b._import){at.lastIndex=this.pos;var u=at.exec(this.input),l=this.pos+u[0].length,c=this.input.charCodeAt(l);if(c===40||c===46)return this.parseExpressionStatement(a,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'")),n===b._import?this.parseImport(a):this.parseExport(a,r);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(a,!0,!e);var p=this.value,m=this.parseExpression();return n===b.name&&m.type==="Identifier"&&this.eat(b.colon)?this.parseLabeledStatement(a,p,m,e):this.parseExpressionStatement(a,m)}};Y.parseBreakContinueStatement=function(e,t){var r=t==="break";this.next(),this.eat(b.semi)||this.insertSemicolon()?e.label=null:this.type!==b.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var n=0;n<this.labels.length;++n){var a=this.labels[n];if((e.label==null||a.name===e.label.name)&&(a.kind!=null&&(r||a.kind==="loop")||e.label&&r))break}return n===this.labels.length&&this.raise(e.start,"Unsyntactic "+t),this.finishNode(e,r?"BreakStatement":"ContinueStatement")};Y.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")};Y.parseDoStatement=function(e){return this.next(),this.labels.push(qa),e.body=this.parseStatement("do"),this.labels.pop(),this.expect(b._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(b.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")};Y.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(qa),this.enterScope(0),this.expect(b.parenL),this.type===b.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var r=this.isLet();if(this.type===b._var||this.type===b._const||r){var n=this.startNode(),a=r?"let":this.value;return this.next(),this.parseVar(n,!0,a),this.finishNode(n,"VariableDeclaration"),(this.type===b._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&n.declarations.length===1?(this.options.ecmaVersion>=9&&(this.type===b._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,n)):(t>-1&&this.unexpected(t),this.parseFor(e,n))}var s=this.isContextual("let"),u=!1,l=new Mi,c=this.parseExpression(t>-1?"await":!0,l);return this.type===b._in||(u=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===b._in?t>-1&&this.unexpected(t):e.await=t>-1),s&&u&&this.raise(c.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(c,!1,l),this.checkLValPattern(c),this.parseForIn(e,c)):(this.checkExpressionErrors(l,!0),t>-1&&this.unexpected(t),this.parseFor(e,c))};Y.parseFunctionStatement=function(e,t,r){return this.next(),this.parseFunction(e,qr|(r?0:Na),!1,t)};Y.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(b._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")};Y.parseReturnStatement=function(e){return!this.inFunction&&!this.options.allowReturnOutsideFunction&&this.raise(this.start,"'return' outside of function"),this.next(),this.eat(b.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")};Y.parseSwitchStatement=function(e){this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(b.braceL),this.labels.push(Pm),this.enterScope(0);for(var t,r=!1;this.type!==b.braceR;)if(this.type===b._case||this.type===b._default){var n=this.type===b._case;t&&this.finishNode(t,"SwitchCase"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),n?t.test=this.parseExpression():(r&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),r=!0,t.test=null),this.expect(b.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")};Y.parseThrowStatement=function(e){return this.next(),ot.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 Lm=[];Y.parseCatchClauseParam=function(){var e=this.parseBindingAtom(),t=e.type==="Identifier";return this.enterScope(t?Uu:0),this.checkLValPattern(e,t?Gu:Tt),this.expect(b.parenR),e};Y.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===b._catch){var t=this.startNode();this.next(),this.eat(b.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(b._finally)?this.parseBlock():null,!e.handler&&!e.finalizer&&this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")};Y.parseVarStatement=function(e,t,r){return this.next(),this.parseVar(e,!1,t,r),this.semicolon(),this.finishNode(e,"VariableDeclaration")};Y.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(qa),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")};Y.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")};Y.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")};Y.parseLabeledStatement=function(e,t,r,n){for(var a=0,s=this.labels;a<s.length;a+=1){var u=s[a];u.name===t&&this.raise(r.start,"Label '"+t+"' is already declared")}for(var l=this.type.isLoop?"loop":this.type===b._switch?"switch":null,c=this.labels.length-1;c>=0;c--){var p=this.labels[c];if(p.statementStart===e.start)p.statementStart=this.start,p.kind=l;else break}return this.labels.push({name:t,kind:l,statementStart:this.start}),e.body=this.parseStatement(n?n.indexOf("label")===-1?n+"label":n:"label"),this.labels.pop(),e.label=r,this.finishNode(e,"LabeledStatement")};Y.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")};Y.parseBlock=function(e,t,r){for(e===void 0&&(e=!0),t===void 0&&(t=this.startNode()),t.body=[],this.expect(b.braceL),e&&this.enterScope(0);this.type!==b.braceR;){var n=this.parseStatement(null);t.body.push(n)}return r&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,"BlockStatement")};Y.parseFor=function(e,t){return e.init=t,this.expect(b.semi),e.test=this.type===b.semi?null:this.parseExpression(),this.expect(b.semi),e.update=this.type===b.parenR?null:this.parseExpression(),this.expect(b.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")};Y.parseForIn=function(e,t){var r=this.type===b._in;return this.next(),t.type==="VariableDeclaration"&&t.declarations[0].init!=null&&(!r||this.options.ecmaVersion<8||this.strict||t.kind!=="var"||t.declarations[0].id.type!=="Identifier")&&this.raise(t.start,(r?"for-in":"for-of")+" loop variable declaration may not have an initializer"),e.left=t,e.right=r?this.parseExpression():this.parseMaybeAssign(),this.expect(b.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,r?"ForInStatement":"ForOfStatement")};Y.parseVar=function(e,t,r,n){for(e.declarations=[],e.kind=r;;){var a=this.startNode();if(this.parseVarId(a,r),this.eat(b.eq)?a.init=this.parseMaybeAssign(t):!n&&r==="const"&&!(this.type===b._in||this.options.ecmaVersion>=6&&this.isContextual("of"))?this.unexpected():!n&&a.id.type!=="Identifier"&&!(t&&(this.type===b._in||this.isContextual("of")))?this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):a.init=null,e.declarations.push(this.finishNode(a,"VariableDeclarator")),!this.eat(b.comma))break}return e};Y.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLValPattern(e.id,t==="var"?Ma:Tt,!1)};var qr=1,Na=2,Qu=4;Y.parseFunction=function(e,t,r,n,a){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!n)&&(this.type===b.star&&t&Na&&this.unexpected(),e.generator=this.eat(b.star)),this.options.ecmaVersion>=8&&(e.async=!!n),t&qr&&(e.id=t&Qu&&this.type!==b.name?null:this.parseIdent(),e.id&&!(t&Na)&&this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?Ma:Tt:Hu));var s=this.yieldPos,u=this.awaitPos,l=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Ba(e.async,e.generator)),t&qr||(e.id=this.type===b.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,r,!1,a),this.yieldPos=s,this.awaitPos=u,this.awaitIdentPos=l,this.finishNode(e,t&qr?"FunctionDeclaration":"FunctionExpression")};Y.parseFunctionParams=function(e){this.expect(b.parenL),e.params=this.parseBindingList(b.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()};Y.parseClass=function(e,t){this.next();var r=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var n=this.enterClassBody(),a=this.startNode(),s=!1;for(a.body=[],this.expect(b.braceL);this.type!==b.braceR;){var u=this.parseClassElement(e.superClass!==null);u&&(a.body.push(u),u.type==="MethodDefinition"&&u.kind==="constructor"?(s&&this.raiseRecoverable(u.start,"Duplicate constructor in the same class"),s=!0):u.key&&u.key.type==="PrivateIdentifier"&&Fm(n,u)&&this.raiseRecoverable(u.key.start,"Identifier '#"+u.key.name+"' has already been declared"))}return this.strict=r,this.next(),e.body=this.finishNode(a,"ClassBody"),this.exitClassBody(),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")};Y.parseClassElement=function(e){if(this.eat(b.semi))return null;var t=this.options.ecmaVersion,r=this.startNode(),n="",a=!1,s=!1,u="method",l=!1;if(this.eatContextual("static")){if(t>=13&&this.eat(b.braceL))return this.parseClassStaticBlock(r),r;this.isClassElementNameStart()||this.type===b.star?l=!0:n="static"}if(r.static=l,!n&&t>=8&&this.eatContextual("async")&&((this.isClassElementNameStart()||this.type===b.star)&&!this.canInsertSemicolon()?s=!0:n="async"),!n&&(t>=9||!s)&&this.eat(b.star)&&(a=!0),!n&&!s&&!a){var c=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?u=c:n=c)}if(n?(r.computed=!1,r.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),r.key.name=n,this.finishNode(r.key,"Identifier")):this.parseClassElementName(r),t<13||this.type===b.parenL||u!=="method"||a||s){var p=!r.static&&Oi(r,"constructor"),m=p&&e;p&&u!=="method"&&this.raise(r.key.start,"Constructor can't have get/set modifier"),r.kind=p?"constructor":u,this.parseClassMethod(r,a,s,m)}else this.parseClassField(r);return r};Y.isClassElementNameStart=function(){return this.type===b.name||this.type===b.privateId||this.type===b.num||this.type===b.string||this.type===b.bracketL||this.type.keyword};Y.parseClassElementName=function(e){this.type===b.privateId?(this.value==="constructor"&&this.raise(this.start,"Classes can't have an element named '#constructor'"),e.computed=!1,e.key=this.parsePrivateIdent()):this.parsePropertyName(e)};Y.parseClassMethod=function(e,t,r,n){var a=e.key;e.kind==="constructor"?(t&&this.raise(a.start,"Constructor can't be a generator"),r&&this.raise(a.start,"Constructor can't be an async method")):e.static&&Oi(e,"prototype")&&this.raise(a.start,"Classes may not have a static property named prototype");var s=e.value=this.parseMethod(t,r,n);return e.kind==="get"&&s.params.length!==0&&this.raiseRecoverable(s.start,"getter should have no params"),e.kind==="set"&&s.params.length!==1&&this.raiseRecoverable(s.start,"setter should have exactly one param"),e.kind==="set"&&s.params[0].type==="RestElement"&&this.raiseRecoverable(s.params[0].start,"Setter cannot use rest params"),this.finishNode(e,"MethodDefinition")};Y.parseClassField=function(e){if(Oi(e,"constructor")?this.raise(e.key.start,"Classes can't have a field named 'constructor'"):e.static&&Oi(e,"prototype")&&this.raise(e.key.start,"Classes can't have a static field named 'prototype'"),this.eat(b.eq)){var t=this.currentThisScope(),r=t.inClassFieldInit;t.inClassFieldInit=!0,e.value=this.parseMaybeAssign(),t.inClassFieldInit=r}else e.value=null;return this.semicolon(),this.finishNode(e,"PropertyDefinition")};Y.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(Jr|Oa);this.type!==b.braceR;){var r=this.parseStatement(null);e.body.push(r)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,"StaticBlock")};Y.parseClassId=function(e,t){this.type===b.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,Tt,!1)):(t===!0&&this.unexpected(),e.id=null)};Y.parseClassSuper=function(e){e.superClass=this.eat(b._extends)?this.parseExprSubscripts(null,!1):null};Y.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared};Y.exitClassBody=function(){var e=this.privateNameStack.pop(),t=e.declared,r=e.used;if(this.options.checkPrivateFields)for(var n=this.privateNameStack.length,a=n===0?null:this.privateNameStack[n-1],s=0;s<r.length;++s){var u=r[s];Ur(t,u.name)||(a?a.used.push(u):this.raiseRecoverable(u.start,"Private field '#"+u.name+"' must be declared in an enclosing class"))}};function Fm(e,t){var r=t.key.name,n=e[r],a="true";return t.type==="MethodDefinition"&&(t.kind==="get"||t.kind==="set")&&(a=(t.static?"s":"i")+t.kind),n==="iget"&&a==="iset"||n==="iset"&&a==="iget"||n==="sget"&&a==="sset"||n==="sset"&&a==="sget"?(e[r]="true",!1):n?!0:(e[r]=a,!1)}function Oi(e,t){var r=e.computed,n=e.key;return!r&&(n.type==="Identifier"&&n.name===t||n.type==="Literal"&&n.value===t)}Y.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!==b.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration")};Y.parseExport=function(e,t){if(this.next(),this.eat(b.star))return this.parseExportAllDeclaration(e,t);if(this.eat(b._default))return this.checkExport(t,"default",this.lastTokStart),e.declaration=this.parseExportDefaultDeclaration(),this.finishNode(e,"ExportDefaultDeclaration");if(this.shouldParseExportStatement())e.declaration=this.parseExportDeclaration(e),e.declaration.type==="VariableDeclaration"?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!==b.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var r=0,n=e.specifiers;r<n.length;r+=1){var a=n[r];this.checkUnreserved(a.local),this.checkLocalExport(a.local),a.local.type==="Literal"&&this.raise(a.local.start,"A string literal cannot be used as an exported binding without `from`.")}e.source=null}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")};Y.parseExportDeclaration=function(e){return this.parseStatement(null)};Y.parseExportDefaultDeclaration=function(){var e;if(this.type===b._function||(e=this.isAsyncFunction())){var t=this.startNode();return this.next(),e&&this.next(),this.parseFunction(t,qr|Qu,!1,e)}else if(this.type===b._class){var r=this.startNode();return this.parseClass(r,"nullableID")}else{var n=this.parseMaybeAssign();return this.semicolon(),n}};Y.checkExport=function(e,t,r){e&&(typeof t!="string"&&(t=t.type==="Identifier"?t.name:t.value),Ur(e,t)&&this.raiseRecoverable(r,"Duplicate export '"+t+"'"),e[t]=!0)};Y.checkPatternExport=function(e,t){var r=t.type;if(r==="Identifier")this.checkExport(e,t,t.start);else if(r==="ObjectPattern")for(var n=0,a=t.properties;n<a.length;n+=1){var s=a[n];this.checkPatternExport(e,s)}else if(r==="ArrayPattern")for(var u=0,l=t.elements;u<l.length;u+=1){var c=l[u];c&&this.checkPatternExport(e,c)}else r==="Property"?this.checkPatternExport(e,t.value):r==="AssignmentPattern"?this.checkPatternExport(e,t.left):r==="RestElement"&&this.checkPatternExport(e,t.argument)};Y.checkVariableExport=function(e,t){if(e)for(var r=0,n=t;r<n.length;r+=1){var a=n[r];this.checkPatternExport(e,a.id)}};Y.shouldParseExportStatement=function(){return this.type.keyword==="var"||this.type.keyword==="const"||this.type.keyword==="class"||this.type.keyword==="function"||this.isLet()||this.isAsyncFunction()};Y.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")};Y.parseExportSpecifiers=function(e){var t=[],r=!0;for(this.expect(b.braceL);!this.eat(b.braceR);){if(r)r=!1;else if(this.expect(b.comma),this.afterTrailingComma(b.braceR))break;t.push(this.parseExportSpecifier(e))}return t};Y.parseImport=function(e){return this.next(),this.type===b.string?(e.specifiers=Lm,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===b.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,"ImportDeclaration")};Y.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,Tt),this.finishNode(e,"ImportSpecifier")};Y.parseImportDefaultSpecifier=function(){var e=this.startNode();return e.local=this.parseIdent(),this.checkLValSimple(e.local,Tt),this.finishNode(e,"ImportDefaultSpecifier")};Y.parseImportNamespaceSpecifier=function(){var e=this.startNode();return this.next(),this.expectContextual("as"),e.local=this.parseIdent(),this.checkLValSimple(e.local,Tt),this.finishNode(e,"ImportNamespaceSpecifier")};Y.parseImportSpecifiers=function(){var e=[],t=!0;if(this.type===b.name&&(e.push(this.parseImportDefaultSpecifier()),!this.eat(b.comma)))return e;if(this.type===b.star)return e.push(this.parseImportNamespaceSpecifier()),e;for(this.expect(b.braceL);!this.eat(b.braceR);){if(t)t=!1;else if(this.expect(b.comma),this.afterTrailingComma(b.braceR))break;e.push(this.parseImportSpecifier())}return e};Y.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===b.string){var e=this.parseLiteral(this.value);return _m.test(e.value)&&this.raise(e.start,"An export name cannot include a lone surrogate."),e}return this.parseIdent(!0)};Y.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)};Y.isDirectiveCandidate=function(e){return this.options.ecmaVersion>=5&&e.type==="ExpressionStatement"&&e.expression.type==="Literal"&&typeof e.expression.value=="string"&&(this.input[e.start]==='"'||this.input[e.start]==="'")};var ut=we.prototype;ut.toAssignable=function(e,t,r){if(this.options.ecmaVersion>=6&&e)switch(e.type){case"Identifier":this.inAsync&&e.name==="await"&&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",r&&this.checkPatternErrors(r,!0);for(var n=0,a=e.properties;n<a.length;n+=1){var s=a[n];this.toAssignable(s,t),s.type==="RestElement"&&(s.argument.type==="ArrayPattern"||s.argument.type==="ObjectPattern")&&this.raise(s.argument.start,"Unexpected token")}break;case"Property":e.kind!=="init"&&this.raise(e.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(e.value,t);break;case"ArrayExpression":e.type="ArrayPattern",r&&this.checkPatternErrors(r,!0),this.toAssignableList(e.elements,t);break;case"SpreadElement":e.type="RestElement",this.toAssignable(e.argument,t),e.argument.type==="AssignmentPattern"&&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,r);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 r&&this.checkPatternErrors(r,!0);return e};ut.toAssignableList=function(e,t){for(var r=e.length,n=0;n<r;n++){var a=e[n];a&&this.toAssignable(a,t)}if(r){var s=e[r-1];this.options.ecmaVersion===6&&t&&s&&s.type==="RestElement"&&s.argument.type!=="Identifier"&&this.unexpected(s.argument.start)}return e};ut.parseSpread=function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,"SpreadElement")};ut.parseRestBinding=function(){var e=this.startNode();return this.next(),this.options.ecmaVersion===6&&this.type!==b.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,"RestElement")};ut.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case b.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(b.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case b.braceL:return this.parseObj(!0)}return this.parseIdent()};ut.parseBindingList=function(e,t,r,n){for(var a=[],s=!0;!this.eat(e);)if(s?s=!1:this.expect(b.comma),t&&this.type===b.comma)a.push(null);else{if(r&&this.afterTrailingComma(e))break;if(this.type===b.ellipsis){var u=this.parseRestBinding();this.parseBindingListItem(u),a.push(u),this.type===b.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.expect(e);break}else a.push(this.parseAssignableListItem(n))}return a};ut.parseAssignableListItem=function(e){var t=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(t),t};ut.parseBindingListItem=function(e){return e};ut.parseMaybeDefault=function(e,t,r){if(r=r||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(b.eq))return r;var n=this.startNodeAt(e,t);return n.left=r,n.right=this.parseMaybeAssign(),this.finishNode(n,"AssignmentPattern")};ut.checkLValSimple=function(e,t,r){t===void 0&&(t=Vi);var n=t!==Vi;switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(n?"Binding ":"Assigning to ")+e.name+" in strict mode"),n&&(t===Tt&&e.name==="let"&&this.raiseRecoverable(e.start,"let is disallowed as a lexically bound name"),r&&(Ur(r,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),r[e.name]=!0),t!==Wu&&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":n&&this.raiseRecoverable(e.start,"Binding member expression");break;case"ParenthesizedExpression":return n&&this.raiseRecoverable(e.start,"Binding parenthesized expression"),this.checkLValSimple(e.expression,t,r);default:this.raise(e.start,(n?"Binding":"Assigning to")+" rvalue")}};ut.checkLValPattern=function(e,t,r){switch(t===void 0&&(t=Vi),e.type){case"ObjectPattern":for(var n=0,a=e.properties;n<a.length;n+=1){var s=a[n];this.checkLValInnerPattern(s,t,r)}break;case"ArrayPattern":for(var u=0,l=e.elements;u<l.length;u+=1){var c=l[u];c&&this.checkLValInnerPattern(c,t,r)}break;default:this.checkLValSimple(e,t,r)}};ut.checkLValInnerPattern=function(e,t,r){switch(t===void 0&&(t=Vi),e.type){case"Property":this.checkLValInnerPattern(e.value,t,r);break;case"AssignmentPattern":this.checkLValPattern(e.left,t,r);break;case"RestElement":this.checkLValPattern(e.argument,t,r);break;default:this.checkLValPattern(e,t,r)}};var pt=function(t,r,n,a,s){this.token=t,this.isExpr=!!r,this.preserveSpace=!!n,this.override=a,this.generator=!!s},ge={b_stat:new pt("{",!1),b_expr:new pt("{",!0),b_tmpl:new pt("${",!1),p_stat:new pt("(",!1),p_expr:new pt("(",!0),q_tmpl:new pt("`",!0,!0,function(e){return e.tryReadTemplateToken()}),f_stat:new pt("function",!1),f_expr:new pt("function",!0),f_expr_gen:new pt("function",!0,!1,null,!0),f_gen:new pt("function",!1,!1,null,!0)},Cr=we.prototype;Cr.initialContext=function(){return[ge.b_stat]};Cr.curContext=function(){return this.context[this.context.length-1]};Cr.braceIsBlock=function(e){var t=this.curContext();return t===ge.f_expr||t===ge.f_stat?!0:e===b.colon&&(t===ge.b_stat||t===ge.b_expr)?!t.isExpr:e===b._return||e===b.name&&this.exprAllowed?ot.test(this.input.slice(this.lastTokEnd,this.start)):e===b._else||e===b.semi||e===b.eof||e===b.parenR||e===b.arrow?!0:e===b.braceL?t===ge.b_stat:e===b._var||e===b._const||e===b.name?!1:!this.exprAllowed};Cr.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if(t.token==="function")return t.generator}return!1};Cr.updateContext=function(e){var t,r=this.type;r.keyword&&e===b.dot?this.exprAllowed=!1:(t=r.updateContext)?t.call(this,e):this.exprAllowed=r.beforeExpr};Cr.overrideContext=function(e){this.curContext()!==e&&(this.context[this.context.length-1]=e)};b.parenR.updateContext=b.braceR.updateContext=function(){if(this.context.length===1){this.exprAllowed=!0;return}var e=this.context.pop();e===ge.b_stat&&this.curContext().token==="function"&&(e=this.context.pop()),this.exprAllowed=!e.isExpr};b.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?ge.b_stat:ge.b_expr),this.exprAllowed=!0};b.dollarBraceL.updateContext=function(){this.context.push(ge.b_tmpl),this.exprAllowed=!0};b.parenL.updateContext=function(e){var t=e===b._if||e===b._for||e===b._with||e===b._while;this.context.push(t?ge.p_stat:ge.p_expr),this.exprAllowed=!0};b.incDec.updateContext=function(){};b._function.updateContext=b._class.updateContext=function(e){e.beforeExpr&&e!==b._else&&!(e===b.semi&&this.curContext()!==ge.p_stat)&&!(e===b._return&&ot.test(this.input.slice(this.lastTokEnd,this.start)))&&!((e===b.colon||e===b.braceL)&&this.curContext()===ge.b_stat)?this.context.push(ge.f_expr):this.context.push(ge.f_stat),this.exprAllowed=!1};b.colon.updateContext=function(){this.curContext().token==="function"&&this.context.pop(),this.exprAllowed=!0};b.backQuote.updateContext=function(){this.curContext()===ge.q_tmpl?this.context.pop():this.context.push(ge.q_tmpl),this.exprAllowed=!1};b.star.updateContext=function(e){if(e===b._function){var t=this.context.length-1;this.context[t]===ge.f_expr?this.context[t]=ge.f_expr_gen:this.context[t]=ge.f_gen}this.exprAllowed=!0};b.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==b.dot&&(this.value==="of"&&!this.exprAllowed||this.value==="yield"&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var ne=we.prototype;ne.checkPropClash=function(e,t,r){if(!(this.options.ecmaVersion>=9&&e.type==="SpreadElement")&&!(this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var n=e.key,a;switch(n.type){case"Identifier":a=n.name;break;case"Literal":a=String(n.value);break;default:return}var s=e.kind;if(this.options.ecmaVersion>=6){a==="__proto__"&&s==="init"&&(t.proto&&(r?r.doubleProto<0&&(r.doubleProto=n.start):this.raiseRecoverable(n.start,"Redefinition of __proto__ property")),t.proto=!0);return}a="$"+a;var u=t[a];if(u){var l;s==="init"?l=this.strict&&u.init||u.get||u.set:l=u.init||u[s],l&&this.raiseRecoverable(n.start,"Redefinition of property")}else u=t[a]={init:!1,get:!1,set:!1};u[s]=!0}};ne.parseExpression=function(e,t){var r=this.start,n=this.startLoc,a=this.parseMaybeAssign(e,t);if(this.type===b.comma){var s=this.startNodeAt(r,n);for(s.expressions=[a];this.eat(b.comma);)s.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(s,"SequenceExpression")}return a};ne.parseMaybeAssign=function(e,t,r){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var n=!1,a=-1,s=-1,u=-1;t?(a=t.parenthesizedAssign,s=t.trailingComma,u=t.doubleProto,t.parenthesizedAssign=t.trailingComma=-1):(t=new Mi,n=!0);var l=this.start,c=this.startLoc;(this.type===b.parenL||this.type===b.name)&&(this.potentialArrowAt=this.start,this.potentialArrowInForAwait=e==="await");var p=this.parseMaybeConditional(e,t);if(r&&(p=r.call(this,p,l,c)),this.type.isAssign){var m=this.startNodeAt(l,c);return m.operator=this.value,this.type===b.eq&&(p=this.toAssignable(p,!1,t)),n||(t.parenthesizedAssign=t.trailingComma=t.doubleProto=-1),t.shorthandAssign>=p.start&&(t.shorthandAssign=-1),this.type===b.eq?this.checkLValPattern(p):this.checkLValSimple(p),m.left=p,this.next(),m.right=this.parseMaybeAssign(e),u>-1&&(t.doubleProto=u),this.finishNode(m,"AssignmentExpression")}else n&&this.checkExpressionErrors(t,!0);return a>-1&&(t.parenthesizedAssign=a),s>-1&&(t.trailingComma=s),p};ne.parseMaybeConditional=function(e,t){var r=this.start,n=this.startLoc,a=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return a;if(this.eat(b.question)){var s=this.startNodeAt(r,n);return s.test=a,s.consequent=this.parseMaybeAssign(),this.expect(b.colon),s.alternate=this.parseMaybeAssign(e),this.finishNode(s,"ConditionalExpression")}return a};ne.parseExprOps=function(e,t){var r=this.start,n=this.startLoc,a=this.parseMaybeUnary(t,!1,!1,e);return this.checkExpressionErrors(t)||a.start===r&&a.type==="ArrowFunctionExpression"?a:this.parseExprOp(a,r,n,-1,e)};ne.parseExprOp=function(e,t,r,n,a){var s=this.type.binop;if(s!=null&&(!a||this.type!==b._in)&&s>n){var u=this.type===b.logicalOR||this.type===b.logicalAND,l=this.type===b.coalesce;l&&(s=b.logicalAND.binop);var c=this.value;this.next();var p=this.start,m=this.startLoc,h=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,a),p,m,s,a),k=this.buildBinary(t,r,e,h,c,u||l);return(u&&this.type===b.coalesce||l&&(this.type===b.logicalOR||this.type===b.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(k,t,r,n,a)}return e};ne.buildBinary=function(e,t,r,n,a,s){n.type==="PrivateIdentifier"&&this.raise(n.start,"Private identifier can only be left side of binary expression");var u=this.startNodeAt(e,t);return u.left=r,u.operator=a,u.right=n,this.finishNode(u,s?"LogicalExpression":"BinaryExpression")};ne.parseMaybeUnary=function(e,t,r,n){var a=this.start,s=this.startLoc,u;if(this.isContextual("await")&&this.canAwait)u=this.parseAwait(n),t=!0;else if(this.type.prefix){var l=this.startNode(),c=this.type===b.incDec;l.operator=this.value,l.prefix=!0,this.next(),l.argument=this.parseMaybeUnary(null,!0,c,n),this.checkExpressionErrors(e,!0),c?this.checkLValSimple(l.argument):this.strict&&l.operator==="delete"&&l.argument.type==="Identifier"?this.raiseRecoverable(l.start,"Deleting local variable in strict mode"):l.operator==="delete"&&Ku(l.argument)?this.raiseRecoverable(l.start,"Private fields can not be deleted"):t=!0,u=this.finishNode(l,c?"UpdateExpression":"UnaryExpression")}else if(!t&&this.type===b.privateId)(n||this.privateNameStack.length===0)&&this.options.checkPrivateFields&&this.unexpected(),u=this.parsePrivateIdent(),this.type!==b._in&&this.unexpected();else{if(u=this.parseExprSubscripts(e,n),this.checkExpressionErrors(e))return u;for(;this.type.postfix&&!this.canInsertSemicolon();){var p=this.startNodeAt(a,s);p.operator=this.value,p.prefix=!1,p.argument=u,this.checkLValSimple(u),this.next(),u=this.finishNode(p,"UpdateExpression")}}if(!r&&this.eat(b.starstar))if(t)this.unexpected(this.lastTokStart);else return this.buildBinary(a,s,u,this.parseMaybeUnary(null,!1,!1,n),"**",!1);else return u};function Ku(e){return e.type==="MemberExpression"&&e.property.type==="PrivateIdentifier"||e.type==="ChainExpression"&&Ku(e.expression)}ne.parseExprSubscripts=function(e,t){var r=this.start,n=this.startLoc,a=this.parseExprAtom(e,t);if(a.type==="ArrowFunctionExpression"&&this.input.slice(this.lastTokStart,this.lastTokEnd)!==")")return a;var s=this.parseSubscripts(a,r,n,!1,t);return e&&s.type==="MemberExpression"&&(e.parenthesizedAssign>=s.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=s.start&&(e.parenthesizedBind=-1),e.trailingComma>=s.start&&(e.trailingComma=-1)),s};ne.parseSubscripts=function(e,t,r,n,a){for(var s=this.options.ecmaVersion>=8&&e.type==="Identifier"&&e.name==="async"&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&e.end-e.start===5&&this.potentialArrowAt===e.start,u=!1;;){var l=this.parseSubscript(e,t,r,n,s,u,a);if(l.optional&&(u=!0),l===e||l.type==="ArrowFunctionExpression"){if(u){var c=this.startNodeAt(t,r);c.expression=l,l=this.finishNode(c,"ChainExpression")}return l}e=l}};ne.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(b.arrow)};ne.parseSubscriptAsyncArrow=function(e,t,r,n){return this.parseArrowExpression(this.startNodeAt(e,t),r,!0,n)};ne.parseSubscript=function(e,t,r,n,a,s,u){var l=this.options.ecmaVersion>=11,c=l&&this.eat(b.questionDot);n&&c&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var p=this.eat(b.bracketL);if(p||c&&this.type!==b.parenL&&this.type!==b.backQuote||this.eat(b.dot)){var m=this.startNodeAt(t,r);m.object=e,p?(m.property=this.parseExpression(),this.expect(b.bracketR)):this.type===b.privateId&&e.type!=="Super"?m.property=this.parsePrivateIdent():m.property=this.parseIdent(this.options.allowReserved!=="never"),m.computed=!!p,l&&(m.optional=c),e=this.finishNode(m,"MemberExpression")}else if(!n&&this.eat(b.parenL)){var h=new Mi,k=this.yieldPos,x=this.awaitPos,y=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var E=this.parseExprList(b.parenR,this.options.ecmaVersion>=8,!1,h);if(a&&!c&&this.shouldParseAsyncArrow())return this.checkPatternErrors(h,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=k,this.awaitPos=x,this.awaitIdentPos=y,this.parseSubscriptAsyncArrow(t,r,E,u);this.checkExpressionErrors(h,!0),this.yieldPos=k||this.yieldPos,this.awaitPos=x||this.awaitPos,this.awaitIdentPos=y||this.awaitIdentPos;var C=this.startNodeAt(t,r);C.callee=e,C.arguments=E,l&&(C.optional=c),e=this.finishNode(C,"CallExpression")}else if(this.type===b.backQuote){(c||s)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var I=this.startNodeAt(t,r);I.tag=e,I.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(I,"TaggedTemplateExpression")}return e};ne.parseExprAtom=function(e,t,r){this.type===b.slash&&this.readRegexp();var n,a=this.potentialArrowAt===this.start;switch(this.type){case b._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),n=this.startNode(),this.next(),this.type===b.parenL&&!this.allowDirectSuper&&this.raise(n.start,"super() call outside constructor of a subclass"),this.type!==b.dot&&this.type!==b.bracketL&&this.type!==b.parenL&&this.unexpected(),this.finishNode(n,"Super");case b._this:return n=this.startNode(),this.next(),this.finishNode(n,"ThisExpression");case b.name:var s=this.start,u=this.startLoc,l=this.containsEsc,c=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!l&&c.name==="async"&&!this.canInsertSemicolon()&&this.eat(b._function))return this.overrideContext(ge.f_expr),this.parseFunction(this.startNodeAt(s,u),0,!1,!0,t);if(a&&!this.canInsertSemicolon()){if(this.eat(b.arrow))return this.parseArrowExpression(this.startNodeAt(s,u),[c],!1,t);if(this.options.ecmaVersion>=8&&c.name==="async"&&this.type===b.name&&!l&&(!this.potentialArrowInForAwait||this.value!=="of"||this.containsEsc))return c=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(b.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(s,u),[c],!0,t)}return c;case b.regexp:var p=this.value;return n=this.parseLiteral(p.value),n.regex={pattern:p.pattern,flags:p.flags},n;case b.num:case b.string:return this.parseLiteral(this.value);case b._null:case b._true:case b._false:return n=this.startNode(),n.value=this.type===b._null?null:this.type===b._true,n.raw=this.type.keyword,this.next(),this.finishNode(n,"Literal");case b.parenL:var m=this.start,h=this.parseParenAndDistinguishExpression(a,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(h)&&(e.parenthesizedAssign=m),e.parenthesizedBind<0&&(e.parenthesizedBind=m)),h;case b.bracketL:return n=this.startNode(),this.next(),n.elements=this.parseExprList(b.bracketR,!0,!0,e),this.finishNode(n,"ArrayExpression");case b.braceL:return this.overrideContext(ge.b_expr),this.parseObj(!1,e);case b._function:return n=this.startNode(),this.next(),this.parseFunction(n,0);case b._class:return this.parseClass(this.startNode(),!1);case b._new:return this.parseNew();case b.backQuote:return this.parseTemplate();case b._import:return this.options.ecmaVersion>=11?this.parseExprImport(r):this.unexpected();default:return this.parseExprAtomDefault()}};ne.parseExprAtomDefault=function(){this.unexpected()};ne.parseExprImport=function(e){var t=this.startNode();if(this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import"),this.next(),this.type===b.parenL&&!e)return this.parseDynamicImport(t);if(this.type===b.dot){var r=this.startNodeAt(t.start,t.loc&&t.loc.start);return r.name="import",t.meta=this.finishNode(r,"Identifier"),this.parseImportMeta(t)}else this.unexpected()};ne.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(b.parenR)){var t=this.start;this.eat(b.comma)&&this.eat(b.parenR)?this.raiseRecoverable(t,"Trailing comma is not allowed in import()"):this.unexpected(t)}return this.finishNode(e,"ImportExpression")};ne.parseImportMeta=function(e){this.next();var t=this.containsEsc;return e.property=this.parseIdent(!0),e.property.name!=="meta"&&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"),this.options.sourceType!=="module"&&!this.options.allowImportExportEverywhere&&this.raiseRecoverable(e.start,"Cannot use 'import.meta' outside a module"),this.finishNode(e,"MetaProperty")};ne.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),t.raw.charCodeAt(t.raw.length-1)===110&&(t.bigint=t.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(t,"Literal")};ne.parseParenExpression=function(){this.expect(b.parenL);var e=this.parseExpression();return this.expect(b.parenR),e};ne.shouldParseArrow=function(e){return!this.canInsertSemicolon()};ne.parseParenAndDistinguishExpression=function(e,t){var r=this.start,n=this.startLoc,a,s=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var u=this.start,l=this.startLoc,c=[],p=!0,m=!1,h=new Mi,k=this.yieldPos,x=this.awaitPos,y;for(this.yieldPos=0,this.awaitPos=0;this.type!==b.parenR;)if(p?p=!1:this.expect(b.comma),s&&this.afterTrailingComma(b.parenR,!0)){m=!0;break}else if(this.type===b.ellipsis){y=this.start,c.push(this.parseParenItem(this.parseRestBinding())),this.type===b.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element");break}else c.push(this.parseMaybeAssign(!1,h,this.parseParenItem));var E=this.lastTokEnd,C=this.lastTokEndLoc;if(this.expect(b.parenR),e&&this.shouldParseArrow(c)&&this.eat(b.arrow))return this.checkPatternErrors(h,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=k,this.awaitPos=x,this.parseParenArrowList(r,n,c,t);(!c.length||m)&&this.unexpected(this.lastTokStart),y&&this.unexpected(y),this.checkExpressionErrors(h,!0),this.yieldPos=k||this.yieldPos,this.awaitPos=x||this.awaitPos,c.length>1?(a=this.startNodeAt(u,l),a.expressions=c,this.finishNodeAt(a,"SequenceExpression",E,C)):a=c[0]}else a=this.parseParenExpression();if(this.options.preserveParens){var I=this.startNodeAt(r,n);return I.expression=a,this.finishNode(I,"ParenthesizedExpression")}else return a};ne.parseParenItem=function(e){return e};ne.parseParenArrowList=function(e,t,r,n){return this.parseArrowExpression(this.startNodeAt(e,t),r,!1,n)};var Nm=[];ne.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===b.dot){var t=this.startNodeAt(e.start,e.loc&&e.loc.start);t.name="new",e.meta=this.finishNode(t,"Identifier"),this.next();var r=this.containsEsc;return e.property=this.parseIdent(!0),e.property.name!=="target"&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is 'new.target'"),r&&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 n=this.start,a=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),n,a,!0,!1),this.eat(b.parenL)?e.arguments=this.parseExprList(b.parenR,this.options.ecmaVersion>=8,!1):e.arguments=Nm,this.finishNode(e,"NewExpression")};ne.parseTemplateElement=function(e){var t=e.isTagged,r=this.startNode();return this.type===b.invalidTemplate?(t||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),r.value={raw:this.value,cooked:null}):r.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,`
45
- `),cooked:this.value},this.next(),r.tail=this.type===b.backQuote,this.finishNode(r,"TemplateElement")};ne.parseTemplate=function(e){e===void 0&&(e={});var t=e.isTagged;t===void 0&&(t=!1);var r=this.startNode();this.next(),r.expressions=[];var n=this.parseTemplateElement({isTagged:t});for(r.quasis=[n];!n.tail;)this.type===b.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(b.dollarBraceL),r.expressions.push(this.parseExpression()),this.expect(b.braceR),r.quasis.push(n=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(r,"TemplateLiteral")};ne.isAsyncProp=function(e){return!e.computed&&e.key.type==="Identifier"&&e.key.name==="async"&&(this.type===b.name||this.type===b.num||this.type===b.string||this.type===b.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===b.star)&&!ot.test(this.input.slice(this.lastTokEnd,this.start))};ne.parseObj=function(e,t){var r=this.startNode(),n=!0,a={};for(r.properties=[],this.next();!this.eat(b.braceR);){if(n)n=!1;else if(this.expect(b.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(b.braceR))break;var s=this.parseProperty(e,t);e||this.checkPropClash(s,a,t),r.properties.push(s)}return this.finishNode(r,e?"ObjectPattern":"ObjectExpression")};ne.parseProperty=function(e,t){var r=this.startNode(),n,a,s,u;if(this.options.ecmaVersion>=9&&this.eat(b.ellipsis))return e?(r.argument=this.parseIdent(!1),this.type===b.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.finishNode(r,"RestElement")):(r.argument=this.parseMaybeAssign(!1,t),this.type===b.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(r,"SpreadElement"));this.options.ecmaVersion>=6&&(r.method=!1,r.shorthand=!1,(e||t)&&(s=this.start,u=this.startLoc),e||(n=this.eat(b.star)));var l=this.containsEsc;return this.parsePropertyName(r),!e&&!l&&this.options.ecmaVersion>=8&&!n&&this.isAsyncProp(r)?(a=!0,n=this.options.ecmaVersion>=9&&this.eat(b.star),this.parsePropertyName(r)):a=!1,this.parsePropertyValue(r,e,n,a,s,u,t,l),this.finishNode(r,"Property")};ne.parseGetterSetter=function(e){e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var t=e.kind==="get"?0:1;if(e.value.params.length!==t){var r=e.value.start;e.kind==="get"?this.raiseRecoverable(r,"getter should have no params"):this.raiseRecoverable(r,"setter should have exactly one param")}else e.kind==="set"&&e.value.params[0].type==="RestElement"&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")};ne.parsePropertyValue=function(e,t,r,n,a,s,u,l){(r||n)&&this.type===b.colon&&this.unexpected(),this.eat(b.colon)?(e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,u),e.kind="init"):this.options.ecmaVersion>=6&&this.type===b.parenL?(t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(r,n)):!t&&!l&&this.options.ecmaVersion>=5&&!e.computed&&e.key.type==="Identifier"&&(e.key.name==="get"||e.key.name==="set")&&this.type!==b.comma&&this.type!==b.braceR&&this.type!==b.eq?((r||n)&&this.unexpected(),this.parseGetterSetter(e)):this.options.ecmaVersion>=6&&!e.computed&&e.key.type==="Identifier"?((r||n)&&this.unexpected(),this.checkUnreserved(e.key),e.key.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=a),e.kind="init",t?e.value=this.parseMaybeDefault(a,s,this.copyNode(e.key)):this.type===b.eq&&u?(u.shorthandAssign<0&&(u.shorthandAssign=this.start),e.value=this.parseMaybeDefault(a,s,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.shorthand=!0):this.unexpected()};ne.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(b.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(b.bracketR),e.key;e.computed=!1}return e.key=this.type===b.num||this.type===b.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!=="never")};ne.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)};ne.parseMethod=function(e,t,r){var n=this.startNode(),a=this.yieldPos,s=this.awaitPos,u=this.awaitIdentPos;return this.initFunction(n),this.options.ecmaVersion>=6&&(n.generator=e),this.options.ecmaVersion>=8&&(n.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Ba(t,n.generator)|Oa|(r?Ju:0)),this.expect(b.parenL),n.params=this.parseBindingList(b.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(n,!1,!0,!1),this.yieldPos=a,this.awaitPos=s,this.awaitIdentPos=u,this.finishNode(n,"FunctionExpression")};ne.parseArrowExpression=function(e,t,r,n){var a=this.yieldPos,s=this.awaitPos,u=this.awaitIdentPos;return this.enterScope(Ba(r,!1)|ju),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!r),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1,n),this.yieldPos=a,this.awaitPos=s,this.awaitIdentPos=u,this.finishNode(e,"ArrowFunctionExpression")};ne.parseFunctionBody=function(e,t,r,n){var a=t&&this.type!==b.braceL,s=this.strict,u=!1;if(a)e.body=this.parseMaybeAssign(n),e.expression=!0,this.checkParams(e,!1);else{var l=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);(!s||l)&&(u=this.strictDirective(this.end),u&&l&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list"));var c=this.labels;this.labels=[],u&&(this.strict=!0),this.checkParams(e,!s&&!u&&!t&&!r&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,Wu),e.body=this.parseBlock(!1,void 0,u&&!s),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=c}this.exitScope()};ne.isSimpleParamList=function(e){for(var t=0,r=e;t<r.length;t+=1){var n=r[t];if(n.type!=="Identifier")return!1}return!0};ne.checkParams=function(e,t){for(var r=Object.create(null),n=0,a=e.params;n<a.length;n+=1){var s=a[n];this.checkLValInnerPattern(s,Ma,t?null:r)}};ne.parseExprList=function(e,t,r,n){for(var a=[],s=!0;!this.eat(e);){if(s)s=!1;else if(this.expect(b.comma),t&&this.afterTrailingComma(e))break;var u=void 0;r&&this.type===b.comma?u=null:this.type===b.ellipsis?(u=this.parseSpread(n),n&&this.type===b.comma&&n.trailingComma<0&&(n.trailingComma=this.start)):u=this.parseMaybeAssign(!1,n),a.push(u)}return a};ne.checkUnreserved=function(e){var t=e.start,r=e.end,n=e.name;if(this.inGenerator&&n==="yield"&&this.raiseRecoverable(t,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&n==="await"&&this.raiseRecoverable(t,"Cannot use 'await' as identifier inside an async function"),this.currentThisScope().inClassFieldInit&&n==="arguments"&&this.raiseRecoverable(t,"Cannot use 'arguments' in class field initializer"),this.inClassStaticBlock&&(n==="arguments"||n==="await")&&this.raise(t,"Cannot use "+n+" in class static initialization block"),this.keywords.test(n)&&this.raise(t,"Unexpected keyword '"+n+"'"),!(this.options.ecmaVersion<6&&this.input.slice(t,r).indexOf("\\")!==-1)){var a=this.strict?this.reservedWordsStrict:this.reservedWords;a.test(n)&&(!this.inAsync&&n==="await"&&this.raiseRecoverable(t,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(t,"The keyword '"+n+"' is reserved"))}};ne.parseIdent=function(e){var t=this.parseIdentNode();return this.next(!!e),this.finishNode(t,"Identifier"),e||(this.checkUnreserved(t),t.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=t.start)),t};ne.parseIdentNode=function(){var e=this.startNode();return this.type===b.name?e.name=this.value:this.type.keyword?(e.name=this.type.keyword,(e.name==="class"||e.name==="function")&&(this.lastTokEnd!==this.lastTokStart+1||this.input.charCodeAt(this.lastTokStart)!==46)&&this.context.pop(),this.type=b.name):this.unexpected(),e};ne.parsePrivateIdent=function(){var e=this.startNode();return this.type===b.privateId?e.name=this.value:this.unexpected(),this.next(),this.finishNode(e,"PrivateIdentifier"),this.options.checkPrivateFields&&(this.privateNameStack.length===0?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};ne.parseYield=function(e){this.yieldPos||(this.yieldPos=this.start);var t=this.startNode();return this.next(),this.type===b.semi||this.canInsertSemicolon()||this.type!==b.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(b.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,"YieldExpression")};ne.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 Di=we.prototype;Di.raise=function(e,t){var r=qu(this.input,e);t+=" ("+r.line+":"+r.column+")";var n=new SyntaxError(t);throw n.pos=e,n.loc=r,n.raisedAt=this.pos,n};Di.raiseRecoverable=Di.raise;Di.curPosition=function(){if(this.options.locations)return new zr(this.curLine,this.pos-this.lineStart)};var Mt=we.prototype,Rm=function(t){this.flags=t,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};Mt.enterScope=function(e){this.scopeStack.push(new Rm(e))};Mt.exitScope=function(){this.scopeStack.pop()};Mt.treatFunctionsAsVarInScope=function(e){return e.flags&wr||!this.inModule&&e.flags&jr};Mt.declareName=function(e,t,r){var n=!1;if(t===Tt){var a=this.currentScope();n=a.lexical.indexOf(e)>-1||a.functions.indexOf(e)>-1||a.var.indexOf(e)>-1,a.lexical.push(e),this.inModule&&a.flags&jr&&delete this.undefinedExports[e]}else if(t===Gu){var s=this.currentScope();s.lexical.push(e)}else if(t===Hu){var u=this.currentScope();this.treatFunctionsAsVar?n=u.lexical.indexOf(e)>-1:n=u.lexical.indexOf(e)>-1||u.var.indexOf(e)>-1,u.functions.push(e)}else for(var l=this.scopeStack.length-1;l>=0;--l){var c=this.scopeStack[l];if(c.lexical.indexOf(e)>-1&&!(c.flags&Uu&&c.lexical[0]===e)||!this.treatFunctionsAsVarInScope(c)&&c.functions.indexOf(e)>-1){n=!0;break}if(c.var.push(e),this.inModule&&c.flags&jr&&delete this.undefinedExports[e],c.flags&Da)break}n&&this.raiseRecoverable(r,"Identifier '"+e+"' has already been declared")};Mt.checkLocalExport=function(e){this.scopeStack[0].lexical.indexOf(e.name)===-1&&this.scopeStack[0].var.indexOf(e.name)===-1&&(this.undefinedExports[e.name]=e)};Mt.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]};Mt.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&Da)return t}};Mt.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&Da&&!(t.flags&ju))return t}};var qi=function(t,r,n){this.type="",this.start=r,this.end=0,t.options.locations&&(this.loc=new Bi(t,n)),t.options.directSourceFile&&(this.sourceFile=t.options.directSourceFile),t.options.ranges&&(this.range=[r,0])},Hr=we.prototype;Hr.startNode=function(){return new qi(this,this.start,this.startLoc)};Hr.startNodeAt=function(e,t){return new qi(this,e,t)};function Xu(e,t,r,n){return e.type=t,e.end=r,this.options.locations&&(e.loc.end=n),this.options.ranges&&(e.range[1]=r),e}Hr.finishNode=function(e,t){return Xu.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)};Hr.finishNodeAt=function(e,t,r,n){return Xu.call(this,e,t,r,n)};Hr.copyNode=function(e){var t=new qi(this,e.start,this.startLoc);for(var r in e)t[r]=e[r];return t};var Yu="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",$u=Yu+" Extended_Pictographic",Zu=$u,el=Zu+" EBase EComp EMod EPres ExtPict",tl=el,Vm=tl,Om={9:Yu,10:$u,11:Zu,12:el,13:tl,14:Vm},Dm="Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji",Bm={9:"",10:"",11:"",12:"",13:"",14:Dm},Nu="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",rl="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",il=rl+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",nl=il+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",al=nl+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",sl=al+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",Mm=sl+" Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz",qm={9:rl,10:il,11:nl,12:al,13:sl,14:Mm},ol={};function zm(e){var t=ol[e]={binary:Dt(Om[e]+" "+Nu),binaryOfStrings:Dt(Bm[e]),nonBinary:{General_Category:Dt(Nu),Script:Dt(qm[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(Ri=0,Pa=[9,10,11,12,13,14];Ri<Pa.length;Ri+=1)Ru=Pa[Ri],zm(Ru);var Ru,Ri,Pa,X=we.prototype,kt=function(t){this.parser=t,this.validFlags="gim"+(t.options.ecmaVersion>=6?"uy":"")+(t.options.ecmaVersion>=9?"s":"")+(t.options.ecmaVersion>=13?"d":"")+(t.options.ecmaVersion>=15?"v":""),this.unicodeProperties=ol[t.options.ecmaVersion>=14?14:t.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=[]};kt.prototype.reset=function(t,r,n){var a=n.indexOf("v")!==-1,s=n.indexOf("u")!==-1;this.start=t|0,this.source=r+"",this.flags=n,a&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=s&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=s&&this.parser.options.ecmaVersion>=9)};kt.prototype.raise=function(t){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+t)};kt.prototype.at=function(t,r){r===void 0&&(r=!1);var n=this.source,a=n.length;if(t>=a)return-1;var s=n.charCodeAt(t);if(!(r||this.switchU)||s<=55295||s>=57344||t+1>=a)return s;var u=n.charCodeAt(t+1);return u>=56320&&u<=57343?(s<<10)+u-56613888:s};kt.prototype.nextIndex=function(t,r){r===void 0&&(r=!1);var n=this.source,a=n.length;if(t>=a)return a;var s=n.charCodeAt(t),u;return!(r||this.switchU)||s<=55295||s>=57344||t+1>=a||(u=n.charCodeAt(t+1))<56320||u>57343?t+1:t+2};kt.prototype.current=function(t){return t===void 0&&(t=!1),this.at(this.pos,t)};kt.prototype.lookahead=function(t){return t===void 0&&(t=!1),this.at(this.nextIndex(this.pos,t),t)};kt.prototype.advance=function(t){t===void 0&&(t=!1),this.pos=this.nextIndex(this.pos,t)};kt.prototype.eat=function(t,r){return r===void 0&&(r=!1),this.current(r)===t?(this.advance(r),!0):!1};kt.prototype.eatChars=function(t,r){r===void 0&&(r=!1);for(var n=this.pos,a=0,s=t;a<s.length;a+=1){var u=s[a],l=this.at(n,r);if(l===-1||l!==u)return!1;n=this.nextIndex(n,r)}return this.pos=n,!0};X.validateRegExpFlags=function(e){for(var t=e.validFlags,r=e.flags,n=!1,a=!1,s=0;s<r.length;s++){var u=r.charAt(s);t.indexOf(u)===-1&&this.raise(e.start,"Invalid regular expression flag"),r.indexOf(u,s+1)>-1&&this.raise(e.start,"Duplicate regular expression flag"),u==="u"&&(n=!0),u==="v"&&(a=!0)}this.options.ecmaVersion>=15&&n&&a&&this.raise(e.start,"Invalid regular expression flag")};X.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))};X.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,r=e.backReferenceNames;t<r.length;t+=1){var n=r[t];e.groupNames.indexOf(n)===-1&&e.raise("Invalid named capture referenced")}};X.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")};X.regexp_alternative=function(e){for(;e.pos<e.source.length&&this.regexp_eatTerm(e););};X.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):!1};X.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 r=!1;if(this.options.ecmaVersion>=9&&(r=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise("Unterminated group"),e.lastAssertionIsQuantifiable=!r,!0}return e.pos=t,!1};X.regexp_eatQuantifier=function(e,t){return t===void 0&&(t=!1),this.regexp_eatQuantifierPrefix(e,t)?(e.eat(63),!0):!1};X.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)};X.regexp_eatBracedQuantifier=function(e,t){var r=e.pos;if(e.eat(123)){var n=0,a=-1;if(this.regexp_eatDecimalDigits(e)&&(n=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(a=e.lastIntValue),e.eat(125)))return a!==-1&&a<n&&!t&&e.raise("numbers out of order in {} quantifier"),!0;e.switchU&&!t&&e.raise("Incomplete quantifier"),e.pos=r}return!1};X.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)};X.regexp_eatReverseSolidusAtomEscape=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatAtomEscape(e))return!0;e.pos=t}return!1};X.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};X.regexp_eatCapturingGroup=function(e){if(e.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(e):e.current()===63&&e.raise("Invalid group"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise("Unterminated group")}return!1};X.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)};X.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1};X.regexp_eatSyntaxCharacter=function(e){var t=e.current();return ul(t)?(e.lastIntValue=t,e.advance(),!0):!1};function ul(e){return e===36||e>=40&&e<=43||e===46||e===63||e>=91&&e<=94||e>=123&&e<=125}X.regexp_eatPatternCharacters=function(e){for(var t=e.pos,r=0;(r=e.current())!==-1&&!ul(r);)e.advance();return e.pos!==t};X.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return t!==-1&&t!==36&&!(t>=40&&t<=43)&&t!==46&&t!==63&&t!==91&&t!==94&&t!==124?(e.advance(),!0):!1};X.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e)){e.groupNames.indexOf(e.lastStringValue)!==-1&&e.raise("Duplicate capture group name"),e.groupNames.push(e.lastStringValue);return}e.raise("Invalid group")}};X.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};X.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=Bt(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=Bt(e.lastIntValue);return!0}return!1};X.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,r=this.options.ecmaVersion>=11,n=e.current(r);return e.advance(r),n===92&&this.regexp_eatRegExpUnicodeEscapeSequence(e,r)&&(n=e.lastIntValue),jm(n)?(e.lastIntValue=n,!0):(e.pos=t,!1)};function jm(e){return At(e,!0)||e===36||e===95}X.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,r=this.options.ecmaVersion>=11,n=e.current(r);return e.advance(r),n===92&&this.regexp_eatRegExpUnicodeEscapeSequence(e,r)&&(n=e.lastIntValue),Um(n)?(e.lastIntValue=n,!0):(e.pos=t,!1)};function Um(e){return yr(e,!0)||e===36||e===95||e===8204||e===8205}X.regexp_eatAtomEscape=function(e){return this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e)?!0:(e.switchU&&(e.current()===99&&e.raise("Invalid unicode escape"),e.raise("Invalid escape")),!1)};X.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var r=e.lastIntValue;if(e.switchU)return r>e.maxBackReference&&(e.maxBackReference=r),!0;if(r<=e.numCapturingParens)return!0;e.pos=t}return!1};X.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};X.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)};X.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1};X.regexp_eatZero=function(e){return e.current()===48&&!zi(e.lookahead())?(e.lastIntValue=0,e.advance(),!0):!1};X.regexp_eatControlEscape=function(e){var t=e.current();return t===116?(e.lastIntValue=9,e.advance(),!0):t===110?(e.lastIntValue=10,e.advance(),!0):t===118?(e.lastIntValue=11,e.advance(),!0):t===102?(e.lastIntValue=12,e.advance(),!0):t===114?(e.lastIntValue=13,e.advance(),!0):!1};X.regexp_eatControlLetter=function(e){var t=e.current();return ll(t)?(e.lastIntValue=t%32,e.advance(),!0):!1};function ll(e){return e>=65&&e<=90||e>=97&&e<=122}X.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){t===void 0&&(t=!1);var r=e.pos,n=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var a=e.lastIntValue;if(n&&a>=55296&&a<=56319){var s=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var u=e.lastIntValue;if(u>=56320&&u<=57343)return e.lastIntValue=(a-55296)*1024+(u-56320)+65536,!0}e.pos=s,e.lastIntValue=a}return!0}if(n&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&Jm(e.lastIntValue))return!0;n&&e.raise("Invalid unicode escape"),e.pos=r}return!1};function Jm(e){return e>=0&&e<=1114111}X.regexp_eatIdentityEscape=function(e){if(e.switchU)return this.regexp_eatSyntaxCharacter(e)?!0:e.eat(47)?(e.lastIntValue=47,!0):!1;var t=e.current();return t!==99&&(!e.switchN||t!==107)?(e.lastIntValue=t,e.advance(),!0):!1};X.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};var cl=0,It=1,st=2;X.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(Hm(t))return e.lastIntValue=-1,e.advance(),It;var r=!1;if(e.switchU&&this.options.ecmaVersion>=9&&((r=t===80)||t===112)){e.lastIntValue=-1,e.advance();var n;if(e.eat(123)&&(n=this.regexp_eatUnicodePropertyValueExpression(e))&&e.eat(125))return r&&n===st&&e.raise("Invalid property name"),n;e.raise("Invalid property name")}return cl};function Hm(e){return e===100||e===68||e===115||e===83||e===119||e===87}X.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var r=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var n=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,r,n),It}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var a=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,a)}return cl};X.regexp_validateUnicodePropertyNameAndValue=function(e,t,r){Ur(e.unicodeProperties.nonBinary,t)||e.raise("Invalid property name"),e.unicodeProperties.nonBinary[t].test(r)||e.raise("Invalid property value")};X.regexp_validateUnicodePropertyNameOrValue=function(e,t){if(e.unicodeProperties.binary.test(t))return It;if(e.switchV&&e.unicodeProperties.binaryOfStrings.test(t))return st;e.raise("Invalid property name")};X.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue="";hl(t=e.current());)e.lastStringValue+=Bt(t),e.advance();return e.lastStringValue!==""};function hl(e){return ll(e)||e===95}X.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue="";Gm(t=e.current());)e.lastStringValue+=Bt(t),e.advance();return e.lastStringValue!==""};function Gm(e){return hl(e)||zi(e)}X.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)};X.regexp_eatCharacterClass=function(e){if(e.eat(91)){var t=e.eat(94),r=this.regexp_classContents(e);return e.eat(93)||e.raise("Unterminated character class"),t&&r===st&&e.raise("Negated character class may contain strings"),!0}return!1};X.regexp_classContents=function(e){return e.current()===93?It:e.switchV?this.regexp_classSetExpression(e):(this.regexp_nonEmptyClassRanges(e),It)};X.regexp_nonEmptyClassRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var r=e.lastIntValue;e.switchU&&(t===-1||r===-1)&&e.raise("Invalid character class"),t!==-1&&r!==-1&&t>r&&e.raise("Range out of order in character class")}}};X.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var r=e.current();(r===99||ml(r))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=t}var n=e.current();return n!==93?(e.lastIntValue=n,e.advance(),!0):!1};X.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)};X.regexp_classSetExpression=function(e){var t=It,r;if(!this.regexp_eatClassSetRange(e))if(r=this.regexp_eatClassSetOperand(e)){r===st&&(t=st);for(var n=e.pos;e.eatChars([38,38]);){if(e.current()!==38&&(r=this.regexp_eatClassSetOperand(e))){r!==st&&(t=It);continue}e.raise("Invalid character in character class")}if(n!==e.pos)return t;for(;e.eatChars([45,45]);)this.regexp_eatClassSetOperand(e)||e.raise("Invalid character in character class");if(n!==e.pos)return t}else e.raise("Invalid character in character class");for(;;)if(!this.regexp_eatClassSetRange(e)){if(r=this.regexp_eatClassSetOperand(e),!r)return t;r===st&&(t=st)}};X.regexp_eatClassSetRange=function(e){var t=e.pos;if(this.regexp_eatClassSetCharacter(e)){var r=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassSetCharacter(e)){var n=e.lastIntValue;return r!==-1&&n!==-1&&r>n&&e.raise("Range out of order in character class"),!0}e.pos=t}return!1};X.regexp_eatClassSetOperand=function(e){return this.regexp_eatClassSetCharacter(e)?It:this.regexp_eatClassStringDisjunction(e)||this.regexp_eatNestedClass(e)};X.regexp_eatNestedClass=function(e){var t=e.pos;if(e.eat(91)){var r=e.eat(94),n=this.regexp_classContents(e);if(e.eat(93))return r&&n===st&&e.raise("Negated character class may contain strings"),n;e.pos=t}if(e.eat(92)){var a=this.regexp_eatCharacterClassEscape(e);if(a)return a;e.pos=t}return null};X.regexp_eatClassStringDisjunction=function(e){var t=e.pos;if(e.eatChars([92,113])){if(e.eat(123)){var r=this.regexp_classStringDisjunctionContents(e);if(e.eat(125))return r}else e.raise("Invalid escape");e.pos=t}return null};X.regexp_classStringDisjunctionContents=function(e){for(var t=this.regexp_classString(e);e.eat(124);)this.regexp_classString(e)===st&&(t=st);return t};X.regexp_classString=function(e){for(var t=0;this.regexp_eatClassSetCharacter(e);)t++;return t===1?It:st};X.regexp_eatClassSetCharacter=function(e){var t=e.pos;if(e.eat(92))return this.regexp_eatCharacterEscape(e)||this.regexp_eatClassSetReservedPunctuator(e)?!0:e.eat(98)?(e.lastIntValue=8,!0):(e.pos=t,!1);var r=e.current();return r<0||r===e.lookahead()&&Wm(r)||Qm(r)?!1:(e.advance(),e.lastIntValue=r,!0)};function Wm(e){return e===33||e>=35&&e<=38||e>=42&&e<=44||e===46||e>=58&&e<=64||e===94||e===96||e===126}function Qm(e){return e===40||e===41||e===45||e===47||e>=91&&e<=93||e>=123&&e<=125}X.regexp_eatClassSetReservedPunctuator=function(e){var t=e.current();return Km(t)?(e.lastIntValue=t,e.advance(),!0):!1};function Km(e){return e===33||e===35||e===37||e===38||e===44||e===45||e>=58&&e<=62||e===64||e===96||e===126}X.regexp_eatClassControlLetter=function(e){var t=e.current();return zi(t)||t===95?(e.lastIntValue=t%32,e.advance(),!0):!1};X.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};X.regexp_eatDecimalDigits=function(e){var t=e.pos,r=0;for(e.lastIntValue=0;zi(r=e.current());)e.lastIntValue=10*e.lastIntValue+(r-48),e.advance();return e.pos!==t};function zi(e){return e>=48&&e<=57}X.regexp_eatHexDigits=function(e){var t=e.pos,r=0;for(e.lastIntValue=0;pl(r=e.current());)e.lastIntValue=16*e.lastIntValue+fl(r),e.advance();return e.pos!==t};function pl(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function fl(e){return e>=65&&e<=70?10+(e-65):e>=97&&e<=102?10+(e-97):e-48}X.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var r=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=t*64+r*8+e.lastIntValue:e.lastIntValue=t*8+r}else e.lastIntValue=t;return!0}return!1};X.regexp_eatOctalDigit=function(e){var t=e.current();return ml(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)};function ml(e){return e>=48&&e<=55}X.regexp_eatFixedHexDigits=function(e,t){var r=e.pos;e.lastIntValue=0;for(var n=0;n<t;++n){var a=e.current();if(!pl(a))return e.pos=r,!1;e.lastIntValue=16*e.lastIntValue+fl(a),e.advance()}return!0};var za=function(t){this.type=t.type,this.value=t.value,this.start=t.start,this.end=t.end,t.options.locations&&(this.loc=new Bi(t,t.startLoc,t.endLoc)),t.options.ranges&&(this.range=[t.start,t.end])},ce=we.prototype;ce.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 za(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()};ce.getToken=function(){return this.next(),new za(this)};typeof Symbol<"u"&&(ce[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===b.eof,value:t}}}});ce.nextToken=function(){var e=this.curContext();if((!e||!e.preserveSpace)&&this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length)return this.finishToken(b.eof);if(e.override)return e.override(this);this.readToken(this.fullCharCodeAtPos())};ce.readToken=function(e){return At(e,this.options.ecmaVersion>=6)||e===92?this.readWord():this.getTokenFromCode(e)};ce.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};ce.skipBlockComment=function(){var e=this.options.onComment&&this.curPosition(),t=this.pos,r=this.input.indexOf("*/",this.pos+=2);if(r===-1&&this.raise(this.pos-2,"Unterminated comment"),this.pos=r+2,this.options.locations)for(var n=void 0,a=t;(n=Du(this.input,a,this.pos))>-1;)++this.curLine,a=this.lineStart=n;this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,r),t,this.pos,e,this.curPosition())};ce.skipLineComment=function(e){for(var t=this.pos,r=this.options.onComment&&this.curPosition(),n=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&!vr(n);)n=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,r,this.curPosition())};ce.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:this.input.charCodeAt(this.pos+1)===10&&++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&&Bu.test(String.fromCharCode(e)))++this.pos;else break e}}};ce.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var r=this.type;this.type=e,this.value=t,this.updateContext(r)};ce.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&&e===46&&t===46?(this.pos+=3,this.finishToken(b.ellipsis)):(++this.pos,this.finishToken(b.dot))};ce.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):e===61?this.finishOp(b.assign,2):this.finishOp(b.slash,1)};ce.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),r=1,n=e===42?b.star:b.modulo;return this.options.ecmaVersion>=7&&e===42&&t===42&&(++r,n=b.starstar,t=this.input.charCodeAt(this.pos+2)),t===61?this.finishOp(b.assign,r+1):this.finishOp(n,r)};ce.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);if(t===e){if(this.options.ecmaVersion>=12){var r=this.input.charCodeAt(this.pos+2);if(r===61)return this.finishOp(b.assign,3)}return this.finishOp(e===124?b.logicalOR:b.logicalAND,2)}return t===61?this.finishOp(b.assign,2):this.finishOp(e===124?b.bitwiseOR:b.bitwiseAND,1)};ce.readToken_caret=function(){var e=this.input.charCodeAt(this.pos+1);return e===61?this.finishOp(b.assign,2):this.finishOp(b.bitwiseXOR,1)};ce.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?t===45&&!this.inModule&&this.input.charCodeAt(this.pos+2)===62&&(this.lastTokEnd===0||ot.test(this.input.slice(this.lastTokEnd,this.pos)))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(b.incDec,2):t===61?this.finishOp(b.assign,2):this.finishOp(b.plusMin,1)};ce.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),r=1;return t===e?(r=e===62&&this.input.charCodeAt(this.pos+2)===62?3:2,this.input.charCodeAt(this.pos+r)===61?this.finishOp(b.assign,r+1):this.finishOp(b.bitShift,r)):t===33&&e===60&&!this.inModule&&this.input.charCodeAt(this.pos+2)===45&&this.input.charCodeAt(this.pos+3)===45?(this.skipLineComment(4),this.skipSpace(),this.nextToken()):(t===61&&(r=2),this.finishOp(b.relational,r))};ce.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return t===61?this.finishOp(b.equality,this.input.charCodeAt(this.pos+2)===61?3:2):e===61&&t===62&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(b.arrow)):this.finishOp(e===61?b.eq:b.prefix,1)};ce.readToken_question=function(){var e=this.options.ecmaVersion;if(e>=11){var t=this.input.charCodeAt(this.pos+1);if(t===46){var r=this.input.charCodeAt(this.pos+2);if(r<48||r>57)return this.finishOp(b.questionDot,2)}if(t===63){if(e>=12){var n=this.input.charCodeAt(this.pos+2);if(n===61)return this.finishOp(b.assign,3)}return this.finishOp(b.coalesce,2)}}return this.finishOp(b.question,1)};ce.readToken_numberSign=function(){var e=this.options.ecmaVersion,t=35;if(e>=13&&(++this.pos,t=this.fullCharCodeAtPos(),At(t,!0)||t===92))return this.finishToken(b.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+Bt(t)+"'")};ce.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(b.parenL);case 41:return++this.pos,this.finishToken(b.parenR);case 59:return++this.pos,this.finishToken(b.semi);case 44:return++this.pos,this.finishToken(b.comma);case 91:return++this.pos,this.finishToken(b.bracketL);case 93:return++this.pos,this.finishToken(b.bracketR);case 123:return++this.pos,this.finishToken(b.braceL);case 125:return++this.pos,this.finishToken(b.braceR);case 58:return++this.pos,this.finishToken(b.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(b.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(t===120||t===88)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(t===111||t===79)return this.readRadixNumber(8);if(t===98||t===66)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(b.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+Bt(e)+"'")};ce.finishOp=function(e,t){var r=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,r)};ce.readRegexp=function(){for(var e,t,r=this.pos;;){this.pos>=this.input.length&&this.raise(r,"Unterminated regular expression");var n=this.input.charAt(this.pos);if(ot.test(n)&&this.raise(r,"Unterminated regular expression"),e)e=!1;else{if(n==="[")t=!0;else if(n==="]"&&t)t=!1;else if(n==="/"&&!t)break;e=n==="\\"}++this.pos}var a=this.input.slice(r,this.pos);++this.pos;var s=this.pos,u=this.readWord1();this.containsEsc&&this.unexpected(s);var l=this.regexpState||(this.regexpState=new kt(this));l.reset(r,a,u),this.validateRegExpFlags(l),this.validateRegExpPattern(l);var c=null;try{c=new RegExp(a,u)}catch{}return this.finishToken(b.regexp,{pattern:a,flags:u,value:c})};ce.readInt=function(e,t,r){for(var n=this.options.ecmaVersion>=12&&t===void 0,a=r&&this.input.charCodeAt(this.pos)===48,s=this.pos,u=0,l=0,c=0,p=t??1/0;c<p;++c,++this.pos){var m=this.input.charCodeAt(this.pos),h=void 0;if(n&&m===95){a&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed in legacy octal numeric literals"),l===95&&this.raiseRecoverable(this.pos,"Numeric separator must be exactly one underscore"),c===0&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed at the first of digits"),l=m;continue}if(m>=97?h=m-97+10:m>=65?h=m-65+10:m>=48&&m<=57?h=m-48:h=1/0,h>=e)break;l=m,u=u*e+h}return n&&l===95&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===s||t!=null&&this.pos-s!==t?null:u};function Xm(e,t){return t?parseInt(e,8):parseFloat(e.replace(/_/g,""))}function dl(e){return typeof BigInt!="function"?null:BigInt(e.replace(/_/g,""))}ce.readRadixNumber=function(e){var t=this.pos;this.pos+=2;var r=this.readInt(e);return r==null&&this.raise(this.start+2,"Expected number in radix "+e),this.options.ecmaVersion>=11&&this.input.charCodeAt(this.pos)===110?(r=dl(this.input.slice(t,this.pos)),++this.pos):At(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(b.num,r)};ce.readNumber=function(e){var t=this.pos;!e&&this.readInt(10,void 0,!0)===null&&this.raise(t,"Invalid number");var r=this.pos-t>=2&&this.input.charCodeAt(t)===48;r&&this.strict&&this.raise(t,"Invalid number");var n=this.input.charCodeAt(this.pos);if(!r&&!e&&this.options.ecmaVersion>=11&&n===110){var a=dl(this.input.slice(t,this.pos));return++this.pos,At(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(b.num,a)}r&&/[89]/.test(this.input.slice(t,this.pos))&&(r=!1),n===46&&!r&&(++this.pos,this.readInt(10),n=this.input.charCodeAt(this.pos)),(n===69||n===101)&&!r&&(n=this.input.charCodeAt(++this.pos),(n===43||n===45)&&++this.pos,this.readInt(10)===null&&this.raise(t,"Invalid number")),At(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var s=Xm(this.input.slice(t,this.pos),r);return this.finishToken(b.num,s)};ce.readCodePoint=function(){var e=this.input.charCodeAt(this.pos),t;if(e===123){this.options.ecmaVersion<6&&this.unexpected();var r=++this.pos;t=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,t>1114111&&this.invalidStringToken(r,"Code point out of bounds")}else t=this.readHexChar(4);return t};ce.readString=function(e){for(var t="",r=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var n=this.input.charCodeAt(this.pos);if(n===e)break;n===92?(t+=this.input.slice(r,this.pos),t+=this.readEscapedChar(!1),r=this.pos):n===8232||n===8233?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(vr(n)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return t+=this.input.slice(r,this.pos++),this.finishToken(b.string,t)};var xl={};ce.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e===xl)this.readInvalidTemplateToken();else throw e}this.inTemplateElement=!1};ce.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw xl;this.raise(e,t)};ce.readTmplToken=function(){for(var e="",t=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var r=this.input.charCodeAt(this.pos);if(r===96||r===36&&this.input.charCodeAt(this.pos+1)===123)return this.pos===this.start&&(this.type===b.template||this.type===b.invalidTemplate)?r===36?(this.pos+=2,this.finishToken(b.dollarBraceL)):(++this.pos,this.finishToken(b.backQuote)):(e+=this.input.slice(t,this.pos),this.finishToken(b.template,e));if(r===92)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(vr(r)){switch(e+=this.input.slice(t,this.pos),++this.pos,r){case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:e+=`
46
- `;break;default:e+=String.fromCharCode(r);break}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else++this.pos}};ce.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(b.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,"Unterminated template")};ce.readEscapedChar=function(e){var t=this.input.charCodeAt(++this.pos);switch(++this.pos,t){case 110:return`
47
- `;case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return Bt(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 13:this.input.charCodeAt(this.pos)===10&&++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 r=this.pos-1;this.invalidStringToken(r,"Invalid escape sequence in template string")}default:if(t>=48&&t<=55){var n=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],a=parseInt(n,8);return a>255&&(n=n.slice(0,-1),a=parseInt(n,8)),this.pos+=n.length-1,t=this.input.charCodeAt(this.pos),(n!=="0"||t===56||t===57)&&(this.strict||e)&&this.invalidStringToken(this.pos-1-n.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(a)}return vr(t)?"":String.fromCharCode(t)}};ce.readHexChar=function(e){var t=this.pos,r=this.readInt(16,e);return r===null&&this.invalidStringToken(t,"Bad character escape sequence"),r};ce.readWord1=function(){this.containsEsc=!1;for(var e="",t=!0,r=this.pos,n=this.options.ecmaVersion>=6;this.pos<this.input.length;){var a=this.fullCharCodeAtPos();if(yr(a,n))this.pos+=a<=65535?1:2;else if(a===92){this.containsEsc=!0,e+=this.input.slice(r,this.pos);var s=this.pos;this.input.charCodeAt(++this.pos)!==117&&this.invalidStringToken(this.pos,"Expecting Unicode escape sequence \\uXXXX"),++this.pos;var u=this.readCodePoint();(t?At:yr)(u,n)||this.invalidStringToken(s,"Invalid Unicode escape"),e+=Bt(u),r=this.pos}else break;t=!1}return e+this.input.slice(r,this.pos)};ce.readWord=function(){var e=this.readWord1(),t=b.name;return this.keywords.test(e)&&(t=Ra[e]),this.finishToken(t,e)};var Ym="8.11.3";we.acorn={Parser:we,version:Ym,defaultOptions:Fa,Position:zr,SourceLocation:Bi,getLineInfo:qu,Node:qi,TokenType:pe,tokTypes:b,keywordTypes:Ra,TokContext:pt,tokContexts:ge,isIdentifierChar:yr,isIdentifierStart:At,Token:za,isNewLine:vr,lineBreak:ot,lineBreakG:Cm,nonASCIIwhitespace:Bu};var Vl=St(wl(),1);function Cl(e){return"\x1B[33m"+e+"\x1B[39m"}var rd={}.hasOwnProperty,El=Symbol("continue"),Ui=Symbol("exit"),_l=Symbol("skip");function Ha(e,t){let r,n;typeof t=="function"?r=t:t&&typeof t=="object"&&(t.enter&&(r=t.enter),t.leave&&(n=t.leave)),a(e,void 0,void 0,[])();function a(s,u,l,c){return Ja(s)&&(p.displayName="node ("+Cl(s.type)+")"),p;function p(){let m=r?Sl(r(s,u,l,c)):[];if(m[0]===Ui)return m;if(m[0]!==_l){let h;for(h in s)if(rd.call(s,h)&&s[h]&&typeof s[h]=="object"&&h!=="data"&&h!=="position"){let k=c.concat(s),x=s[h];if(Array.isArray(x)){let y=x,E=0;for(;E>-1&&E<y.length;){let C=y[E];if(Ja(C)){let I=a(C,h,E,k)();if(I[0]===Ui)return I;E=typeof I[1]=="number"?I[1]:E+1}else E++}}else if(Ja(x)){let y=a(x,h,void 0,k)();if(y[0]===Ui)return y}}}return n?Sl(n(s,u,l,c)):m}}}function Sl(e){return Array.isArray(e)?e:typeof e=="number"?[El,e]:[e]}function Ja(e){return!!(e&&typeof e=="object"&&"type"in e&&typeof e.type=="string"&&e.type.length>0)}function Ji(e,t){let r=t.prefix||"",n=t.suffix||"",a=Object.assign({},t.acornOptions),s=[],u=[],l=a.onComment,c=a.onToken,p=!1,m,h,k=Object.assign({},a,{onComment:s,preserveParens:!0});c&&(k.onToken=u);let x=id(e,t.tokenTypes),y=x.value,E=r+y+n,C=t.expression&&Al(y);if(C&&!t.allowEmpty)throw new oe("Unexpected empty expression",{place:T(0),ruleId:"unexpected-empty-expression",source:"micromark-extension-mdx-expression"});try{m=t.expression&&!C?t.acorn.parseExpressionAt(E,0,k):t.acorn.parse(E,k)}catch(S){let d=S,D=T(d.pos);d.message=String(d.message).replace(/ \(\d+:\d+\)$/,""),d.pos=D.offset,d.loc={line:D.line,column:D.column-1},h=d,p=d.raisedAt>=r.length+y.length||d.message==="Unterminated comment"}if(m&&t.expression&&!C)if(Al(E.slice(m.end,E.length-n.length)))m={type:"Program",start:0,end:r.length+y.length,body:[{type:"ExpressionStatement",expression:m,start:0,end:r.length+y.length}],sourceType:"module",comments:[]};else{let S=T(m.end),d=new Error("Unexpected content after expression");d.pos=S.offset,d.loc={line:S.line,column:S.column-1},h=d,m=void 0}if(m){if(m.comments=s,Ha(m,function(S,d,D,N){let P=N[N.length-1],O=d;S.type==="ParenthesizedExpression"&&P&&O&&(typeof D=="number"&&(P=P[O],O=D),P[O]=S.expression),I(S)}),Array.isArray(l))l.push(...s);else if(typeof l=="function")for(let S of s)l(S.type==="Block",S.value,S.start,S.end,S.loc.start,S.loc.end);for(let S of u)S.end<=r.length||S.start-r.length>=y.length||(I(S),Array.isArray(c)?c.push(S):c(S))}return{estree:m,error:h,swallow:p};function I(S){let d=T(S.start),D=T(S.end);S.start=d.offset,S.end=D.offset,S.loc={start:{line:d.line,column:d.column-1,offset:d.offset},end:{line:D.line,column:D.column-1,offset:D.offset}},S.range=[S.start,S.end]}function T(S){let d=S-r.length;d<0?d=0:d>y.length&&(d=y.length);let D=nd(x.stops,d);return D||(D={line:t.start.line,column:t.start.column,offset:t.start.offset}),D}}function Al(e){return/^\s*$/.test(e.replace(/\/\*[\s\S]*?\*\//g,"").replace(/\/\/[^\r\n]*(\r\n|\n|\r)/g,""))}function id(e,t){let r={value:"",stops:[]},n=-1;for(;++n<e.length;){let a=e[n];if(a[0]==="enter"){let s=a[1].type;if(s==="lineEnding"||t.includes(s)){let u=a[2].sliceStream(a[1]);for(;u.length>0&&u[0]===-1;)u.shift();let l=ad(u);r.stops.push([r.value.length,a[1].start]),r.value+=l,r.stops.push([r.value.length,a[1].end])}}}return r}function nd(e,t){let r=0;for(;r<e.length&&e[r][0]<=t;)r+=1;if(r===0)return;let[n,a]=e[r-1],s=t-n;return{line:a.line,column:a.column+s,offset:a.offset+s}}function ad(e){let t=-1,r=[],n;for(;++t<e.length;){let a=e[t],s;if(typeof a=="string")s=a;else switch(a){case-5:{s="\r";break}case-4:{s=`
46
+ `))}return n.pop(),l.join("")}function Xu(e){let t=0,r=e.stack.length;for(;--r>-1;){let n=e.stack[r];if(n==="blockquote"||n==="listItem")break;n==="mdxJsxFlowElement"&&t++}return t}function Yu(e){return Ku.repeat(e)}function od(){return"<"}function Ua(){return{enter:{mdxjsEsm:ud},exit:{mdxjsEsm:ld,mdxjsEsmData:cd}}}function Ja(){return{handlers:{mdxjsEsm:hd}}}function ud(e){this.enter({type:"mdxjsEsm",value:""},e),this.buffer()}function ld(e){let t=this.resume(),r=this.stack[this.stack.length-1];r.type,this.exit(e);let n=e.estree;r.value=t,n&&(r.data={estree:n})}function cd(e){this.config.enter.data.call(this,e),this.config.exit.data.call(this,e)}function hd(e){return e.value||""}function Ha(){return[Ba(),za(),Ua()]}function Ga(e){return{extensions:[qa(),ja(e),Ja()]}}var pd=[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],il=[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],fd="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65",nl="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",Wa={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"},Qa="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",md={5:Qa,"5module":Qa+" export import",6:Qa+" const class extends export import super"},dd=/^in(stanceof)?$/,xd=new RegExp("["+nl+"]"),gd=new RegExp("["+nl+fd+"]");function Xa(e,t){for(var r=65536,n=0;n<t.length;n+=2){if(r+=t[n],r>e)return!1;if(r+=t[n+1],r>=e)return!0}return!1}function Lt(e,t){return e<65?e===36:e<91?!0:e<97?e===95:e<123?!0:e<=65535?e>=170&&xd.test(String.fromCharCode(e)):t===!1?!1:Xa(e,il)}function Er(e,t){return e<48?e===36:e<58?!0:e<65?!1:e<91?!0:e<97?e===95:e<123?!0:e<=65535?e>=170&&gd.test(String.fromCharCode(e)):t===!1?!1:Xa(e,il)||Xa(e,pd)}var fe=function(t,r){r===void 0&&(r={}),this.label=t,this.keyword=r.keyword,this.beforeExpr=!!r.beforeExpr,this.startsExpr=!!r.startsExpr,this.isLoop=!!r.isLoop,this.isAssign=!!r.isAssign,this.prefix=!!r.prefix,this.postfix=!!r.postfix,this.binop=r.binop||null,this.updateContext=null};function at(e,t){return new fe(e,{beforeExpr:!0,binop:t})}var st={beforeExpr:!0},je={startsExpr:!0},Za={};function pe(e,t){return t===void 0&&(t={}),t.keyword=e,Za[e]=new fe(e,t)}var y={num:new fe("num",je),regexp:new fe("regexp",je),string:new fe("string",je),name:new fe("name",je),privateId:new fe("privateId",je),eof:new fe("eof"),bracketL:new fe("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new fe("]"),braceL:new fe("{",{beforeExpr:!0,startsExpr:!0}),braceR:new fe("}"),parenL:new fe("(",{beforeExpr:!0,startsExpr:!0}),parenR:new fe(")"),comma:new fe(",",st),semi:new fe(";",st),colon:new fe(":",st),dot:new fe("."),question:new fe("?",st),questionDot:new fe("?."),arrow:new fe("=>",st),template:new fe("template"),invalidTemplate:new fe("invalidTemplate"),ellipsis:new fe("...",st),backQuote:new fe("`",je),dollarBraceL:new fe("${",{beforeExpr:!0,startsExpr:!0}),eq:new fe("=",{beforeExpr:!0,isAssign:!0}),assign:new fe("_=",{beforeExpr:!0,isAssign:!0}),incDec:new fe("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new fe("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:at("||",1),logicalAND:at("&&",2),bitwiseOR:at("|",3),bitwiseXOR:at("^",4),bitwiseAND:at("&",5),equality:at("==/!=/===/!==",6),relational:at("</>/<=/>=",7),bitShift:at("<</>>/>>>",8),plusMin:new fe("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:at("%",10),star:at("*",10),slash:at("/",10),starstar:new fe("**",{beforeExpr:!0}),coalesce:at("??",1),_break:pe("break"),_case:pe("case",st),_catch:pe("catch"),_continue:pe("continue"),_debugger:pe("debugger"),_default:pe("default",st),_do:pe("do",{isLoop:!0,beforeExpr:!0}),_else:pe("else",st),_finally:pe("finally"),_for:pe("for",{isLoop:!0}),_function:pe("function",je),_if:pe("if"),_return:pe("return",st),_switch:pe("switch"),_throw:pe("throw",st),_try:pe("try"),_var:pe("var"),_const:pe("const"),_while:pe("while",{isLoop:!0}),_with:pe("with"),_new:pe("new",{beforeExpr:!0,startsExpr:!0}),_this:pe("this",je),_super:pe("super",je),_class:pe("class",je),_extends:pe("extends",st),_export:pe("export"),_import:pe("import",je),_null:pe("null",je),_true:pe("true",je),_false:pe("false",je),_in:pe("in",{beforeExpr:!0,binop:7}),_instanceof:pe("instanceof",{beforeExpr:!0,binop:7}),_typeof:pe("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:pe("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:pe("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},lt=/\r\n?|\n|\u2028|\u2029/,bd=new RegExp(lt.source,"g");function Ar(e){return e===10||e===13||e===8232||e===8233}function al(e,t,r){r===void 0&&(r=e.length);for(var n=t;n<r;n++){var a=e.charCodeAt(n);if(Ar(a))return n<r-1&&a===13&&e.charCodeAt(n+1)===10?n+2:n+1}return-1}var sl=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,ot=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,ol=Object.prototype,kd=ol.hasOwnProperty,yd=ol.toString,Wr=Object.hasOwn||(function(e,t){return kd.call(e,t)}),$u=Array.isArray||(function(e){return yd.call(e)==="[object Array]"}),Zu=Object.create(null);function qt(e){return Zu[e]||(Zu[e]=new RegExp("^(?:"+e.replace(/ /g,"|")+")$"))}function zt(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(e&1023)+56320))}var vd=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,Hr=function(t,r){this.line=t,this.column=r};Hr.prototype.offset=function(t){return new Hr(this.line,this.column+t)};var Hi=function(t,r,n){this.start=r,this.end=n,t.sourceFile!==null&&(this.source=t.sourceFile)};function ul(e,t){for(var r=1,n=0;;){var a=al(e,n,t);if(a<0)return new Hr(r,t-n);++r,n=a}}var Ya={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},el=!1;function wd(e){var t={};for(var r in Ya)t[r]=e&&Wr(e,r)?e[r]:Ya[r];if(t.ecmaVersion==="latest"?t.ecmaVersion=1e8:t.ecmaVersion==null?(!el&&typeof console=="object"&&console.warn&&(el=!0,console.warn(`Since Acorn 8.0.0, options.ecmaVersion is required.
47
+ Defaulting to 2020, but this will stop working in the future.`)),t.ecmaVersion=11):t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),t.allowReserved==null&&(t.allowReserved=t.ecmaVersion<5),(!e||e.allowHashBang==null)&&(t.allowHashBang=t.ecmaVersion>=14),$u(t.onToken)){var n=t.onToken;t.onToken=function(a){return n.push(a)}}return $u(t.onComment)&&(t.onComment=Cd(t,t.onComment)),t}function Cd(e,t){return function(r,n,a,s,o,l){var c={type:r?"Block":"Line",value:n,start:a,end:s};e.locations&&(c.loc=new Hi(this,o,l)),e.ranges&&(c.range=[a,s]),t.push(c)}}var Gr=1,_r=2,es=4,ll=8,cl=16,hl=32,ts=64,pl=128,Qr=256,rs=Gr|_r|Qr;function is(e,t){return _r|(e?es:0)|(t?ll:0)}var ji=0,ns=1,Ft=2,fl=3,ml=4,dl=5,Ce=function(t,r,n){this.options=t=wd(t),this.sourceFile=t.sourceFile,this.keywords=qt(md[t.ecmaVersion>=6?6:t.sourceType==="module"?"5module":5]);var a="";t.allowReserved!==!0&&(a=Wa[t.ecmaVersion>=6?6:t.ecmaVersion===5?5:3],t.sourceType==="module"&&(a+=" await")),this.reservedWords=qt(a);var s=(a?a+" ":"")+Wa.strict;this.reservedWordsStrict=qt(s),this.reservedWordsStrictBind=qt(s+" "+Wa.strictBind),this.input=String(r),this.containsEsc=!1,n?(this.pos=n,this.lineStart=this.input.lastIndexOf(`
48
+ `,n-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(lt).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=y.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=t.sourceType==="module",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),this.pos===0&&t.allowHashBang&&this.input.slice(0,2)==="#!"&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(Gr),this.regexpState=null,this.privateNameStack=[]},yt={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}};Ce.prototype.parse=function(){var t=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(t)};yt.inFunction.get=function(){return(this.currentVarScope().flags&_r)>0};yt.inGenerator.get=function(){return(this.currentVarScope().flags&ll)>0&&!this.currentVarScope().inClassFieldInit};yt.inAsync.get=function(){return(this.currentVarScope().flags&es)>0&&!this.currentVarScope().inClassFieldInit};yt.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e];if(t.inClassFieldInit||t.flags&Qr)return!1;if(t.flags&_r)return(t.flags&es)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction};yt.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags,r=e.inClassFieldInit;return(t&ts)>0||r||this.options.allowSuperOutsideMethod};yt.allowDirectSuper.get=function(){return(this.currentThisScope().flags&pl)>0};yt.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())};yt.allowNewDotTarget.get=function(){var e=this.currentThisScope(),t=e.flags,r=e.inClassFieldInit;return(t&(_r|Qr))>0||r};yt.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&Qr)>0};Ce.extend=function(){for(var t=[],r=arguments.length;r--;)t[r]=arguments[r];for(var n=this,a=0;a<t.length;a++)n=t[a](n);return n};Ce.parse=function(t,r){return new this(r,t).parse()};Ce.parseExpressionAt=function(t,r,n){var a=new this(n,t,r);return a.nextToken(),a.parseExpression()};Ce.tokenizer=function(t,r){return new this(r,t)};Object.defineProperties(Ce.prototype,yt);var Be=Ce.prototype,Sd=/^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;Be.strictDirective=function(e){if(this.options.ecmaVersion<5)return!1;for(;;){ot.lastIndex=e,e+=ot.exec(this.input)[0].length;var t=Sd.exec(this.input.slice(e));if(!t)return!1;if((t[1]||t[2])==="use strict"){ot.lastIndex=e+t[0].length;var r=ot.exec(this.input),n=r.index+r[0].length,a=this.input.charAt(n);return a===";"||a==="}"||lt.test(r[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(a)||a==="!"&&this.input.charAt(n+1)==="=")}e+=t[0].length,ot.lastIndex=e,e+=ot.exec(this.input)[0].length,this.input[e]===";"&&e++}};Be.eat=function(e){return this.type===e?(this.next(),!0):!1};Be.isContextual=function(e){return this.type===y.name&&this.value===e&&!this.containsEsc};Be.eatContextual=function(e){return this.isContextual(e)?(this.next(),!0):!1};Be.expectContextual=function(e){this.eatContextual(e)||this.unexpected()};Be.canInsertSemicolon=function(){return this.type===y.eof||this.type===y.braceR||lt.test(this.input.slice(this.lastTokEnd,this.start))};Be.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0};Be.semicolon=function(){!this.eat(y.semi)&&!this.insertSemicolon()&&this.unexpected()};Be.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0};Be.expect=function(e){this.eat(e)||this.unexpected()};Be.unexpected=function(e){this.raise(e??this.start,"Unexpected token")};var Gi=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};Be.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var r=t?e.parenthesizedAssign:e.parenthesizedBind;r>-1&&this.raiseRecoverable(r,t?"Assigning to rvalue":"Parenthesized pattern")}};Be.checkExpressionErrors=function(e,t){if(!e)return!1;var r=e.shorthandAssign,n=e.doubleProto;if(!t)return r>=0||n>=0;r>=0&&this.raise(r,"Shorthand property assignments are valid only in destructuring patterns"),n>=0&&this.raiseRecoverable(n,"Redefinition of __proto__ property")};Be.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")};Be.isSimpleAssignTarget=function(e){return e.type==="ParenthesizedExpression"?this.isSimpleAssignTarget(e.expression):e.type==="Identifier"||e.type==="MemberExpression"};var Z=Ce.prototype;Z.parseTopLevel=function(e){var t=Object.create(null);for(e.body||(e.body=[]);this.type!==y.eof;){var r=this.parseStatement(null,!0,t);e.body.push(r)}if(this.inModule)for(var n=0,a=Object.keys(this.undefinedExports);n<a.length;n+=1){var s=a[n];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 as={kind:"loop"},Ed={kind:"switch"};Z.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;ot.lastIndex=this.pos;var t=ot.exec(this.input),r=this.pos+t[0].length,n=this.input.charCodeAt(r);if(n===91||n===92)return!0;if(e)return!1;if(n===123||n>55295&&n<56320)return!0;if(Lt(n,!0)){for(var a=r+1;Er(n=this.input.charCodeAt(a),!0);)++a;if(n===92||n>55295&&n<56320)return!0;var s=this.input.slice(r,a);if(!dd.test(s))return!0}return!1};Z.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;ot.lastIndex=this.pos;var e=ot.exec(this.input),t=this.pos+e[0].length,r;return!lt.test(this.input.slice(this.pos,t))&&this.input.slice(t,t+8)==="function"&&(t+8===this.input.length||!(Er(r=this.input.charCodeAt(t+8))||r>55295&&r<56320))};Z.parseStatement=function(e,t,r){var n=this.type,a=this.startNode(),s;switch(this.isLet(e)&&(n=y._var,s="let"),n){case y._break:case y._continue:return this.parseBreakContinueStatement(a,n.keyword);case y._debugger:return this.parseDebuggerStatement(a);case y._do:return this.parseDoStatement(a);case y._for:return this.parseForStatement(a);case y._function:return e&&(this.strict||e!=="if"&&e!=="label")&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(a,!1,!e);case y._class:return e&&this.unexpected(),this.parseClass(a,!0);case y._if:return this.parseIfStatement(a);case y._return:return this.parseReturnStatement(a);case y._switch:return this.parseSwitchStatement(a);case y._throw:return this.parseThrowStatement(a);case y._try:return this.parseTryStatement(a);case y._const:case y._var:return s=s||this.value,e&&s!=="var"&&this.unexpected(),this.parseVarStatement(a,s);case y._while:return this.parseWhileStatement(a);case y._with:return this.parseWithStatement(a);case y.braceL:return this.parseBlock(!0,a);case y.semi:return this.parseEmptyStatement(a);case y._export:case y._import:if(this.options.ecmaVersion>10&&n===y._import){ot.lastIndex=this.pos;var o=ot.exec(this.input),l=this.pos+o[0].length,c=this.input.charCodeAt(l);if(c===40||c===46)return this.parseExpressionStatement(a,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'")),n===y._import?this.parseImport(a):this.parseExport(a,r);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(a,!0,!e);var p=this.value,f=this.parseExpression();return n===y.name&&f.type==="Identifier"&&this.eat(y.colon)?this.parseLabeledStatement(a,p,f,e):this.parseExpressionStatement(a,f)}};Z.parseBreakContinueStatement=function(e,t){var r=t==="break";this.next(),this.eat(y.semi)||this.insertSemicolon()?e.label=null:this.type!==y.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var n=0;n<this.labels.length;++n){var a=this.labels[n];if((e.label==null||a.name===e.label.name)&&(a.kind!=null&&(r||a.kind==="loop")||e.label&&r))break}return n===this.labels.length&&this.raise(e.start,"Unsyntactic "+t),this.finishNode(e,r?"BreakStatement":"ContinueStatement")};Z.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")};Z.parseDoStatement=function(e){return this.next(),this.labels.push(as),e.body=this.parseStatement("do"),this.labels.pop(),this.expect(y._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(y.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")};Z.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(as),this.enterScope(0),this.expect(y.parenL),this.type===y.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var r=this.isLet();if(this.type===y._var||this.type===y._const||r){var n=this.startNode(),a=r?"let":this.value;return this.next(),this.parseVar(n,!0,a),this.finishNode(n,"VariableDeclaration"),(this.type===y._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&n.declarations.length===1?(this.options.ecmaVersion>=9&&(this.type===y._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,n)):(t>-1&&this.unexpected(t),this.parseFor(e,n))}var s=this.isContextual("let"),o=!1,l=new Gi,c=this.parseExpression(t>-1?"await":!0,l);return this.type===y._in||(o=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===y._in?t>-1&&this.unexpected(t):e.await=t>-1),s&&o&&this.raise(c.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(c,!1,l),this.checkLValPattern(c),this.parseForIn(e,c)):(this.checkExpressionErrors(l,!0),t>-1&&this.unexpected(t),this.parseFor(e,c))};Z.parseFunctionStatement=function(e,t,r){return this.next(),this.parseFunction(e,Jr|(r?0:$a),!1,t)};Z.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(y._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")};Z.parseReturnStatement=function(e){return!this.inFunction&&!this.options.allowReturnOutsideFunction&&this.raise(this.start,"'return' outside of function"),this.next(),this.eat(y.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")};Z.parseSwitchStatement=function(e){this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(y.braceL),this.labels.push(Ed),this.enterScope(0);for(var t,r=!1;this.type!==y.braceR;)if(this.type===y._case||this.type===y._default){var n=this.type===y._case;t&&this.finishNode(t,"SwitchCase"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),n?t.test=this.parseExpression():(r&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),r=!0,t.test=null),this.expect(y.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")};Z.parseThrowStatement=function(e){return this.next(),lt.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 Ad=[];Z.parseCatchClauseParam=function(){var e=this.parseBindingAtom(),t=e.type==="Identifier";return this.enterScope(t?hl:0),this.checkLValPattern(e,t?ml:Ft),this.expect(y.parenR),e};Z.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===y._catch){var t=this.startNode();this.next(),this.eat(y.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(y._finally)?this.parseBlock():null,!e.handler&&!e.finalizer&&this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")};Z.parseVarStatement=function(e,t,r){return this.next(),this.parseVar(e,!1,t,r),this.semicolon(),this.finishNode(e,"VariableDeclaration")};Z.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(as),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")};Z.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")};Z.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")};Z.parseLabeledStatement=function(e,t,r,n){for(var a=0,s=this.labels;a<s.length;a+=1){var o=s[a];o.name===t&&this.raise(r.start,"Label '"+t+"' is already declared")}for(var l=this.type.isLoop?"loop":this.type===y._switch?"switch":null,c=this.labels.length-1;c>=0;c--){var p=this.labels[c];if(p.statementStart===e.start)p.statementStart=this.start,p.kind=l;else break}return this.labels.push({name:t,kind:l,statementStart:this.start}),e.body=this.parseStatement(n?n.indexOf("label")===-1?n+"label":n:"label"),this.labels.pop(),e.label=r,this.finishNode(e,"LabeledStatement")};Z.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")};Z.parseBlock=function(e,t,r){for(e===void 0&&(e=!0),t===void 0&&(t=this.startNode()),t.body=[],this.expect(y.braceL),e&&this.enterScope(0);this.type!==y.braceR;){var n=this.parseStatement(null);t.body.push(n)}return r&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,"BlockStatement")};Z.parseFor=function(e,t){return e.init=t,this.expect(y.semi),e.test=this.type===y.semi?null:this.parseExpression(),this.expect(y.semi),e.update=this.type===y.parenR?null:this.parseExpression(),this.expect(y.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")};Z.parseForIn=function(e,t){var r=this.type===y._in;return this.next(),t.type==="VariableDeclaration"&&t.declarations[0].init!=null&&(!r||this.options.ecmaVersion<8||this.strict||t.kind!=="var"||t.declarations[0].id.type!=="Identifier")&&this.raise(t.start,(r?"for-in":"for-of")+" loop variable declaration may not have an initializer"),e.left=t,e.right=r?this.parseExpression():this.parseMaybeAssign(),this.expect(y.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,r?"ForInStatement":"ForOfStatement")};Z.parseVar=function(e,t,r,n){for(e.declarations=[],e.kind=r;;){var a=this.startNode();if(this.parseVarId(a,r),this.eat(y.eq)?a.init=this.parseMaybeAssign(t):!n&&r==="const"&&!(this.type===y._in||this.options.ecmaVersion>=6&&this.isContextual("of"))?this.unexpected():!n&&a.id.type!=="Identifier"&&!(t&&(this.type===y._in||this.isContextual("of")))?this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):a.init=null,e.declarations.push(this.finishNode(a,"VariableDeclarator")),!this.eat(y.comma))break}return e};Z.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLValPattern(e.id,t==="var"?ns:Ft,!1)};var Jr=1,$a=2,xl=4;Z.parseFunction=function(e,t,r,n,a){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!n)&&(this.type===y.star&&t&$a&&this.unexpected(),e.generator=this.eat(y.star)),this.options.ecmaVersion>=8&&(e.async=!!n),t&Jr&&(e.id=t&xl&&this.type!==y.name?null:this.parseIdent(),e.id&&!(t&$a)&&this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?ns:Ft:fl));var s=this.yieldPos,o=this.awaitPos,l=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(is(e.async,e.generator)),t&Jr||(e.id=this.type===y.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,r,!1,a),this.yieldPos=s,this.awaitPos=o,this.awaitIdentPos=l,this.finishNode(e,t&Jr?"FunctionDeclaration":"FunctionExpression")};Z.parseFunctionParams=function(e){this.expect(y.parenL),e.params=this.parseBindingList(y.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()};Z.parseClass=function(e,t){this.next();var r=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var n=this.enterClassBody(),a=this.startNode(),s=!1;for(a.body=[],this.expect(y.braceL);this.type!==y.braceR;){var o=this.parseClassElement(e.superClass!==null);o&&(a.body.push(o),o.type==="MethodDefinition"&&o.kind==="constructor"?(s&&this.raiseRecoverable(o.start,"Duplicate constructor in the same class"),s=!0):o.key&&o.key.type==="PrivateIdentifier"&&_d(n,o)&&this.raiseRecoverable(o.key.start,"Identifier '#"+o.key.name+"' has already been declared"))}return this.strict=r,this.next(),e.body=this.finishNode(a,"ClassBody"),this.exitClassBody(),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")};Z.parseClassElement=function(e){if(this.eat(y.semi))return null;var t=this.options.ecmaVersion,r=this.startNode(),n="",a=!1,s=!1,o="method",l=!1;if(this.eatContextual("static")){if(t>=13&&this.eat(y.braceL))return this.parseClassStaticBlock(r),r;this.isClassElementNameStart()||this.type===y.star?l=!0:n="static"}if(r.static=l,!n&&t>=8&&this.eatContextual("async")&&((this.isClassElementNameStart()||this.type===y.star)&&!this.canInsertSemicolon()?s=!0:n="async"),!n&&(t>=9||!s)&&this.eat(y.star)&&(a=!0),!n&&!s&&!a){var c=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?o=c:n=c)}if(n?(r.computed=!1,r.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),r.key.name=n,this.finishNode(r.key,"Identifier")):this.parseClassElementName(r),t<13||this.type===y.parenL||o!=="method"||a||s){var p=!r.static&&Ui(r,"constructor"),f=p&&e;p&&o!=="method"&&this.raise(r.key.start,"Constructor can't have get/set modifier"),r.kind=p?"constructor":o,this.parseClassMethod(r,a,s,f)}else this.parseClassField(r);return r};Z.isClassElementNameStart=function(){return this.type===y.name||this.type===y.privateId||this.type===y.num||this.type===y.string||this.type===y.bracketL||this.type.keyword};Z.parseClassElementName=function(e){this.type===y.privateId?(this.value==="constructor"&&this.raise(this.start,"Classes can't have an element named '#constructor'"),e.computed=!1,e.key=this.parsePrivateIdent()):this.parsePropertyName(e)};Z.parseClassMethod=function(e,t,r,n){var a=e.key;e.kind==="constructor"?(t&&this.raise(a.start,"Constructor can't be a generator"),r&&this.raise(a.start,"Constructor can't be an async method")):e.static&&Ui(e,"prototype")&&this.raise(a.start,"Classes may not have a static property named prototype");var s=e.value=this.parseMethod(t,r,n);return e.kind==="get"&&s.params.length!==0&&this.raiseRecoverable(s.start,"getter should have no params"),e.kind==="set"&&s.params.length!==1&&this.raiseRecoverable(s.start,"setter should have exactly one param"),e.kind==="set"&&s.params[0].type==="RestElement"&&this.raiseRecoverable(s.params[0].start,"Setter cannot use rest params"),this.finishNode(e,"MethodDefinition")};Z.parseClassField=function(e){if(Ui(e,"constructor")?this.raise(e.key.start,"Classes can't have a field named 'constructor'"):e.static&&Ui(e,"prototype")&&this.raise(e.key.start,"Classes can't have a static field named 'prototype'"),this.eat(y.eq)){var t=this.currentThisScope(),r=t.inClassFieldInit;t.inClassFieldInit=!0,e.value=this.parseMaybeAssign(),t.inClassFieldInit=r}else e.value=null;return this.semicolon(),this.finishNode(e,"PropertyDefinition")};Z.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(Qr|ts);this.type!==y.braceR;){var r=this.parseStatement(null);e.body.push(r)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,"StaticBlock")};Z.parseClassId=function(e,t){this.type===y.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,Ft,!1)):(t===!0&&this.unexpected(),e.id=null)};Z.parseClassSuper=function(e){e.superClass=this.eat(y._extends)?this.parseExprSubscripts(null,!1):null};Z.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared};Z.exitClassBody=function(){var e=this.privateNameStack.pop(),t=e.declared,r=e.used;if(this.options.checkPrivateFields)for(var n=this.privateNameStack.length,a=n===0?null:this.privateNameStack[n-1],s=0;s<r.length;++s){var o=r[s];Wr(t,o.name)||(a?a.used.push(o):this.raiseRecoverable(o.start,"Private field '#"+o.name+"' must be declared in an enclosing class"))}};function _d(e,t){var r=t.key.name,n=e[r],a="true";return t.type==="MethodDefinition"&&(t.kind==="get"||t.kind==="set")&&(a=(t.static?"s":"i")+t.kind),n==="iget"&&a==="iset"||n==="iset"&&a==="iget"||n==="sget"&&a==="sset"||n==="sset"&&a==="sget"?(e[r]="true",!1):n?!0:(e[r]=a,!1)}function Ui(e,t){var r=e.computed,n=e.key;return!r&&(n.type==="Identifier"&&n.name===t||n.type==="Literal"&&n.value===t)}Z.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!==y.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration")};Z.parseExport=function(e,t){if(this.next(),this.eat(y.star))return this.parseExportAllDeclaration(e,t);if(this.eat(y._default))return this.checkExport(t,"default",this.lastTokStart),e.declaration=this.parseExportDefaultDeclaration(),this.finishNode(e,"ExportDefaultDeclaration");if(this.shouldParseExportStatement())e.declaration=this.parseExportDeclaration(e),e.declaration.type==="VariableDeclaration"?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!==y.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var r=0,n=e.specifiers;r<n.length;r+=1){var a=n[r];this.checkUnreserved(a.local),this.checkLocalExport(a.local),a.local.type==="Literal"&&this.raise(a.local.start,"A string literal cannot be used as an exported binding without `from`.")}e.source=null}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")};Z.parseExportDeclaration=function(e){return this.parseStatement(null)};Z.parseExportDefaultDeclaration=function(){var e;if(this.type===y._function||(e=this.isAsyncFunction())){var t=this.startNode();return this.next(),e&&this.next(),this.parseFunction(t,Jr|xl,!1,e)}else if(this.type===y._class){var r=this.startNode();return this.parseClass(r,"nullableID")}else{var n=this.parseMaybeAssign();return this.semicolon(),n}};Z.checkExport=function(e,t,r){e&&(typeof t!="string"&&(t=t.type==="Identifier"?t.name:t.value),Wr(e,t)&&this.raiseRecoverable(r,"Duplicate export '"+t+"'"),e[t]=!0)};Z.checkPatternExport=function(e,t){var r=t.type;if(r==="Identifier")this.checkExport(e,t,t.start);else if(r==="ObjectPattern")for(var n=0,a=t.properties;n<a.length;n+=1){var s=a[n];this.checkPatternExport(e,s)}else if(r==="ArrayPattern")for(var o=0,l=t.elements;o<l.length;o+=1){var c=l[o];c&&this.checkPatternExport(e,c)}else r==="Property"?this.checkPatternExport(e,t.value):r==="AssignmentPattern"?this.checkPatternExport(e,t.left):r==="RestElement"&&this.checkPatternExport(e,t.argument)};Z.checkVariableExport=function(e,t){if(e)for(var r=0,n=t;r<n.length;r+=1){var a=n[r];this.checkPatternExport(e,a.id)}};Z.shouldParseExportStatement=function(){return this.type.keyword==="var"||this.type.keyword==="const"||this.type.keyword==="class"||this.type.keyword==="function"||this.isLet()||this.isAsyncFunction()};Z.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")};Z.parseExportSpecifiers=function(e){var t=[],r=!0;for(this.expect(y.braceL);!this.eat(y.braceR);){if(r)r=!1;else if(this.expect(y.comma),this.afterTrailingComma(y.braceR))break;t.push(this.parseExportSpecifier(e))}return t};Z.parseImport=function(e){return this.next(),this.type===y.string?(e.specifiers=Ad,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===y.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,"ImportDeclaration")};Z.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,Ft),this.finishNode(e,"ImportSpecifier")};Z.parseImportDefaultSpecifier=function(){var e=this.startNode();return e.local=this.parseIdent(),this.checkLValSimple(e.local,Ft),this.finishNode(e,"ImportDefaultSpecifier")};Z.parseImportNamespaceSpecifier=function(){var e=this.startNode();return this.next(),this.expectContextual("as"),e.local=this.parseIdent(),this.checkLValSimple(e.local,Ft),this.finishNode(e,"ImportNamespaceSpecifier")};Z.parseImportSpecifiers=function(){var e=[],t=!0;if(this.type===y.name&&(e.push(this.parseImportDefaultSpecifier()),!this.eat(y.comma)))return e;if(this.type===y.star)return e.push(this.parseImportNamespaceSpecifier()),e;for(this.expect(y.braceL);!this.eat(y.braceR);){if(t)t=!1;else if(this.expect(y.comma),this.afterTrailingComma(y.braceR))break;e.push(this.parseImportSpecifier())}return e};Z.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===y.string){var e=this.parseLiteral(this.value);return vd.test(e.value)&&this.raise(e.start,"An export name cannot include a lone surrogate."),e}return this.parseIdent(!0)};Z.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)};Z.isDirectiveCandidate=function(e){return this.options.ecmaVersion>=5&&e.type==="ExpressionStatement"&&e.expression.type==="Literal"&&typeof e.expression.value=="string"&&(this.input[e.start]==='"'||this.input[e.start]==="'")};var ct=Ce.prototype;ct.toAssignable=function(e,t,r){if(this.options.ecmaVersion>=6&&e)switch(e.type){case"Identifier":this.inAsync&&e.name==="await"&&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",r&&this.checkPatternErrors(r,!0);for(var n=0,a=e.properties;n<a.length;n+=1){var s=a[n];this.toAssignable(s,t),s.type==="RestElement"&&(s.argument.type==="ArrayPattern"||s.argument.type==="ObjectPattern")&&this.raise(s.argument.start,"Unexpected token")}break;case"Property":e.kind!=="init"&&this.raise(e.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(e.value,t);break;case"ArrayExpression":e.type="ArrayPattern",r&&this.checkPatternErrors(r,!0),this.toAssignableList(e.elements,t);break;case"SpreadElement":e.type="RestElement",this.toAssignable(e.argument,t),e.argument.type==="AssignmentPattern"&&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,r);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 r&&this.checkPatternErrors(r,!0);return e};ct.toAssignableList=function(e,t){for(var r=e.length,n=0;n<r;n++){var a=e[n];a&&this.toAssignable(a,t)}if(r){var s=e[r-1];this.options.ecmaVersion===6&&t&&s&&s.type==="RestElement"&&s.argument.type!=="Identifier"&&this.unexpected(s.argument.start)}return e};ct.parseSpread=function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,"SpreadElement")};ct.parseRestBinding=function(){var e=this.startNode();return this.next(),this.options.ecmaVersion===6&&this.type!==y.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,"RestElement")};ct.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case y.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(y.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case y.braceL:return this.parseObj(!0)}return this.parseIdent()};ct.parseBindingList=function(e,t,r,n){for(var a=[],s=!0;!this.eat(e);)if(s?s=!1:this.expect(y.comma),t&&this.type===y.comma)a.push(null);else{if(r&&this.afterTrailingComma(e))break;if(this.type===y.ellipsis){var o=this.parseRestBinding();this.parseBindingListItem(o),a.push(o),this.type===y.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.expect(e);break}else a.push(this.parseAssignableListItem(n))}return a};ct.parseAssignableListItem=function(e){var t=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(t),t};ct.parseBindingListItem=function(e){return e};ct.parseMaybeDefault=function(e,t,r){if(r=r||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(y.eq))return r;var n=this.startNodeAt(e,t);return n.left=r,n.right=this.parseMaybeAssign(),this.finishNode(n,"AssignmentPattern")};ct.checkLValSimple=function(e,t,r){t===void 0&&(t=ji);var n=t!==ji;switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(n?"Binding ":"Assigning to ")+e.name+" in strict mode"),n&&(t===Ft&&e.name==="let"&&this.raiseRecoverable(e.start,"let is disallowed as a lexically bound name"),r&&(Wr(r,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),r[e.name]=!0),t!==dl&&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":n&&this.raiseRecoverable(e.start,"Binding member expression");break;case"ParenthesizedExpression":return n&&this.raiseRecoverable(e.start,"Binding parenthesized expression"),this.checkLValSimple(e.expression,t,r);default:this.raise(e.start,(n?"Binding":"Assigning to")+" rvalue")}};ct.checkLValPattern=function(e,t,r){switch(t===void 0&&(t=ji),e.type){case"ObjectPattern":for(var n=0,a=e.properties;n<a.length;n+=1){var s=a[n];this.checkLValInnerPattern(s,t,r)}break;case"ArrayPattern":for(var o=0,l=e.elements;o<l.length;o+=1){var c=l[o];c&&this.checkLValInnerPattern(c,t,r)}break;default:this.checkLValSimple(e,t,r)}};ct.checkLValInnerPattern=function(e,t,r){switch(t===void 0&&(t=ji),e.type){case"Property":this.checkLValInnerPattern(e.value,t,r);break;case"AssignmentPattern":this.checkLValPattern(e.left,t,r);break;case"RestElement":this.checkLValPattern(e.argument,t,r);break;default:this.checkLValPattern(e,t,r)}};var mt=function(t,r,n,a,s){this.token=t,this.isExpr=!!r,this.preserveSpace=!!n,this.override=a,this.generator=!!s},be={b_stat:new mt("{",!1),b_expr:new mt("{",!0),b_tmpl:new mt("${",!1),p_stat:new mt("(",!1),p_expr:new mt("(",!0),q_tmpl:new mt("`",!0,!0,function(e){return e.tryReadTemplateToken()}),f_stat:new mt("function",!1),f_expr:new mt("function",!0),f_expr_gen:new mt("function",!0,!1,null,!0),f_gen:new mt("function",!1,!1,null,!0)},Ir=Ce.prototype;Ir.initialContext=function(){return[be.b_stat]};Ir.curContext=function(){return this.context[this.context.length-1]};Ir.braceIsBlock=function(e){var t=this.curContext();return t===be.f_expr||t===be.f_stat?!0:e===y.colon&&(t===be.b_stat||t===be.b_expr)?!t.isExpr:e===y._return||e===y.name&&this.exprAllowed?lt.test(this.input.slice(this.lastTokEnd,this.start)):e===y._else||e===y.semi||e===y.eof||e===y.parenR||e===y.arrow?!0:e===y.braceL?t===be.b_stat:e===y._var||e===y._const||e===y.name?!1:!this.exprAllowed};Ir.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if(t.token==="function")return t.generator}return!1};Ir.updateContext=function(e){var t,r=this.type;r.keyword&&e===y.dot?this.exprAllowed=!1:(t=r.updateContext)?t.call(this,e):this.exprAllowed=r.beforeExpr};Ir.overrideContext=function(e){this.curContext()!==e&&(this.context[this.context.length-1]=e)};y.parenR.updateContext=y.braceR.updateContext=function(){if(this.context.length===1){this.exprAllowed=!0;return}var e=this.context.pop();e===be.b_stat&&this.curContext().token==="function"&&(e=this.context.pop()),this.exprAllowed=!e.isExpr};y.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?be.b_stat:be.b_expr),this.exprAllowed=!0};y.dollarBraceL.updateContext=function(){this.context.push(be.b_tmpl),this.exprAllowed=!0};y.parenL.updateContext=function(e){var t=e===y._if||e===y._for||e===y._with||e===y._while;this.context.push(t?be.p_stat:be.p_expr),this.exprAllowed=!0};y.incDec.updateContext=function(){};y._function.updateContext=y._class.updateContext=function(e){e.beforeExpr&&e!==y._else&&!(e===y.semi&&this.curContext()!==be.p_stat)&&!(e===y._return&&lt.test(this.input.slice(this.lastTokEnd,this.start)))&&!((e===y.colon||e===y.braceL)&&this.curContext()===be.b_stat)?this.context.push(be.f_expr):this.context.push(be.f_stat),this.exprAllowed=!1};y.colon.updateContext=function(){this.curContext().token==="function"&&this.context.pop(),this.exprAllowed=!0};y.backQuote.updateContext=function(){this.curContext()===be.q_tmpl?this.context.pop():this.context.push(be.q_tmpl),this.exprAllowed=!1};y.star.updateContext=function(e){if(e===y._function){var t=this.context.length-1;this.context[t]===be.f_expr?this.context[t]=be.f_expr_gen:this.context[t]=be.f_gen}this.exprAllowed=!0};y.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==y.dot&&(this.value==="of"&&!this.exprAllowed||this.value==="yield"&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var se=Ce.prototype;se.checkPropClash=function(e,t,r){if(!(this.options.ecmaVersion>=9&&e.type==="SpreadElement")&&!(this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var n=e.key,a;switch(n.type){case"Identifier":a=n.name;break;case"Literal":a=String(n.value);break;default:return}var s=e.kind;if(this.options.ecmaVersion>=6){a==="__proto__"&&s==="init"&&(t.proto&&(r?r.doubleProto<0&&(r.doubleProto=n.start):this.raiseRecoverable(n.start,"Redefinition of __proto__ property")),t.proto=!0);return}a="$"+a;var o=t[a];if(o){var l;s==="init"?l=this.strict&&o.init||o.get||o.set:l=o.init||o[s],l&&this.raiseRecoverable(n.start,"Redefinition of property")}else o=t[a]={init:!1,get:!1,set:!1};o[s]=!0}};se.parseExpression=function(e,t){var r=this.start,n=this.startLoc,a=this.parseMaybeAssign(e,t);if(this.type===y.comma){var s=this.startNodeAt(r,n);for(s.expressions=[a];this.eat(y.comma);)s.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(s,"SequenceExpression")}return a};se.parseMaybeAssign=function(e,t,r){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var n=!1,a=-1,s=-1,o=-1;t?(a=t.parenthesizedAssign,s=t.trailingComma,o=t.doubleProto,t.parenthesizedAssign=t.trailingComma=-1):(t=new Gi,n=!0);var l=this.start,c=this.startLoc;(this.type===y.parenL||this.type===y.name)&&(this.potentialArrowAt=this.start,this.potentialArrowInForAwait=e==="await");var p=this.parseMaybeConditional(e,t);if(r&&(p=r.call(this,p,l,c)),this.type.isAssign){var f=this.startNodeAt(l,c);return f.operator=this.value,this.type===y.eq&&(p=this.toAssignable(p,!1,t)),n||(t.parenthesizedAssign=t.trailingComma=t.doubleProto=-1),t.shorthandAssign>=p.start&&(t.shorthandAssign=-1),this.type===y.eq?this.checkLValPattern(p):this.checkLValSimple(p),f.left=p,this.next(),f.right=this.parseMaybeAssign(e),o>-1&&(t.doubleProto=o),this.finishNode(f,"AssignmentExpression")}else n&&this.checkExpressionErrors(t,!0);return a>-1&&(t.parenthesizedAssign=a),s>-1&&(t.trailingComma=s),p};se.parseMaybeConditional=function(e,t){var r=this.start,n=this.startLoc,a=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return a;if(this.eat(y.question)){var s=this.startNodeAt(r,n);return s.test=a,s.consequent=this.parseMaybeAssign(),this.expect(y.colon),s.alternate=this.parseMaybeAssign(e),this.finishNode(s,"ConditionalExpression")}return a};se.parseExprOps=function(e,t){var r=this.start,n=this.startLoc,a=this.parseMaybeUnary(t,!1,!1,e);return this.checkExpressionErrors(t)||a.start===r&&a.type==="ArrowFunctionExpression"?a:this.parseExprOp(a,r,n,-1,e)};se.parseExprOp=function(e,t,r,n,a){var s=this.type.binop;if(s!=null&&(!a||this.type!==y._in)&&s>n){var o=this.type===y.logicalOR||this.type===y.logicalAND,l=this.type===y.coalesce;l&&(s=y.logicalAND.binop);var c=this.value;this.next();var p=this.start,f=this.startLoc,h=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,a),p,f,s,a),b=this.buildBinary(t,r,e,h,c,o||l);return(o&&this.type===y.coalesce||l&&(this.type===y.logicalOR||this.type===y.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(b,t,r,n,a)}return e};se.buildBinary=function(e,t,r,n,a,s){n.type==="PrivateIdentifier"&&this.raise(n.start,"Private identifier can only be left side of binary expression");var o=this.startNodeAt(e,t);return o.left=r,o.operator=a,o.right=n,this.finishNode(o,s?"LogicalExpression":"BinaryExpression")};se.parseMaybeUnary=function(e,t,r,n){var a=this.start,s=this.startLoc,o;if(this.isContextual("await")&&this.canAwait)o=this.parseAwait(n),t=!0;else if(this.type.prefix){var l=this.startNode(),c=this.type===y.incDec;l.operator=this.value,l.prefix=!0,this.next(),l.argument=this.parseMaybeUnary(null,!0,c,n),this.checkExpressionErrors(e,!0),c?this.checkLValSimple(l.argument):this.strict&&l.operator==="delete"&&l.argument.type==="Identifier"?this.raiseRecoverable(l.start,"Deleting local variable in strict mode"):l.operator==="delete"&&gl(l.argument)?this.raiseRecoverable(l.start,"Private fields can not be deleted"):t=!0,o=this.finishNode(l,c?"UpdateExpression":"UnaryExpression")}else if(!t&&this.type===y.privateId)(n||this.privateNameStack.length===0)&&this.options.checkPrivateFields&&this.unexpected(),o=this.parsePrivateIdent(),this.type!==y._in&&this.unexpected();else{if(o=this.parseExprSubscripts(e,n),this.checkExpressionErrors(e))return o;for(;this.type.postfix&&!this.canInsertSemicolon();){var p=this.startNodeAt(a,s);p.operator=this.value,p.prefix=!1,p.argument=o,this.checkLValSimple(o),this.next(),o=this.finishNode(p,"UpdateExpression")}}if(!r&&this.eat(y.starstar))if(t)this.unexpected(this.lastTokStart);else return this.buildBinary(a,s,o,this.parseMaybeUnary(null,!1,!1,n),"**",!1);else return o};function gl(e){return e.type==="MemberExpression"&&e.property.type==="PrivateIdentifier"||e.type==="ChainExpression"&&gl(e.expression)}se.parseExprSubscripts=function(e,t){var r=this.start,n=this.startLoc,a=this.parseExprAtom(e,t);if(a.type==="ArrowFunctionExpression"&&this.input.slice(this.lastTokStart,this.lastTokEnd)!==")")return a;var s=this.parseSubscripts(a,r,n,!1,t);return e&&s.type==="MemberExpression"&&(e.parenthesizedAssign>=s.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=s.start&&(e.parenthesizedBind=-1),e.trailingComma>=s.start&&(e.trailingComma=-1)),s};se.parseSubscripts=function(e,t,r,n,a){for(var s=this.options.ecmaVersion>=8&&e.type==="Identifier"&&e.name==="async"&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&e.end-e.start===5&&this.potentialArrowAt===e.start,o=!1;;){var l=this.parseSubscript(e,t,r,n,s,o,a);if(l.optional&&(o=!0),l===e||l.type==="ArrowFunctionExpression"){if(o){var c=this.startNodeAt(t,r);c.expression=l,l=this.finishNode(c,"ChainExpression")}return l}e=l}};se.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(y.arrow)};se.parseSubscriptAsyncArrow=function(e,t,r,n){return this.parseArrowExpression(this.startNodeAt(e,t),r,!0,n)};se.parseSubscript=function(e,t,r,n,a,s,o){var l=this.options.ecmaVersion>=11,c=l&&this.eat(y.questionDot);n&&c&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var p=this.eat(y.bracketL);if(p||c&&this.type!==y.parenL&&this.type!==y.backQuote||this.eat(y.dot)){var f=this.startNodeAt(t,r);f.object=e,p?(f.property=this.parseExpression(),this.expect(y.bracketR)):this.type===y.privateId&&e.type!=="Super"?f.property=this.parsePrivateIdent():f.property=this.parseIdent(this.options.allowReserved!=="never"),f.computed=!!p,l&&(f.optional=c),e=this.finishNode(f,"MemberExpression")}else if(!n&&this.eat(y.parenL)){var h=new Gi,b=this.yieldPos,x=this.awaitPos,k=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var S=this.parseExprList(y.parenR,this.options.ecmaVersion>=8,!1,h);if(a&&!c&&this.shouldParseAsyncArrow())return this.checkPatternErrors(h,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=b,this.awaitPos=x,this.awaitIdentPos=k,this.parseSubscriptAsyncArrow(t,r,S,o);this.checkExpressionErrors(h,!0),this.yieldPos=b||this.yieldPos,this.awaitPos=x||this.awaitPos,this.awaitIdentPos=k||this.awaitIdentPos;var w=this.startNodeAt(t,r);w.callee=e,w.arguments=S,l&&(w.optional=c),e=this.finishNode(w,"CallExpression")}else if(this.type===y.backQuote){(c||s)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var A=this.startNodeAt(t,r);A.tag=e,A.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(A,"TaggedTemplateExpression")}return e};se.parseExprAtom=function(e,t,r){this.type===y.slash&&this.readRegexp();var n,a=this.potentialArrowAt===this.start;switch(this.type){case y._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),n=this.startNode(),this.next(),this.type===y.parenL&&!this.allowDirectSuper&&this.raise(n.start,"super() call outside constructor of a subclass"),this.type!==y.dot&&this.type!==y.bracketL&&this.type!==y.parenL&&this.unexpected(),this.finishNode(n,"Super");case y._this:return n=this.startNode(),this.next(),this.finishNode(n,"ThisExpression");case y.name:var s=this.start,o=this.startLoc,l=this.containsEsc,c=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!l&&c.name==="async"&&!this.canInsertSemicolon()&&this.eat(y._function))return this.overrideContext(be.f_expr),this.parseFunction(this.startNodeAt(s,o),0,!1,!0,t);if(a&&!this.canInsertSemicolon()){if(this.eat(y.arrow))return this.parseArrowExpression(this.startNodeAt(s,o),[c],!1,t);if(this.options.ecmaVersion>=8&&c.name==="async"&&this.type===y.name&&!l&&(!this.potentialArrowInForAwait||this.value!=="of"||this.containsEsc))return c=this.parseIdent(!1),(this.canInsertSemicolon()||!this.eat(y.arrow))&&this.unexpected(),this.parseArrowExpression(this.startNodeAt(s,o),[c],!0,t)}return c;case y.regexp:var p=this.value;return n=this.parseLiteral(p.value),n.regex={pattern:p.pattern,flags:p.flags},n;case y.num:case y.string:return this.parseLiteral(this.value);case y._null:case y._true:case y._false:return n=this.startNode(),n.value=this.type===y._null?null:this.type===y._true,n.raw=this.type.keyword,this.next(),this.finishNode(n,"Literal");case y.parenL:var f=this.start,h=this.parseParenAndDistinguishExpression(a,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(h)&&(e.parenthesizedAssign=f),e.parenthesizedBind<0&&(e.parenthesizedBind=f)),h;case y.bracketL:return n=this.startNode(),this.next(),n.elements=this.parseExprList(y.bracketR,!0,!0,e),this.finishNode(n,"ArrayExpression");case y.braceL:return this.overrideContext(be.b_expr),this.parseObj(!1,e);case y._function:return n=this.startNode(),this.next(),this.parseFunction(n,0);case y._class:return this.parseClass(this.startNode(),!1);case y._new:return this.parseNew();case y.backQuote:return this.parseTemplate();case y._import:return this.options.ecmaVersion>=11?this.parseExprImport(r):this.unexpected();default:return this.parseExprAtomDefault()}};se.parseExprAtomDefault=function(){this.unexpected()};se.parseExprImport=function(e){var t=this.startNode();if(this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import"),this.next(),this.type===y.parenL&&!e)return this.parseDynamicImport(t);if(this.type===y.dot){var r=this.startNodeAt(t.start,t.loc&&t.loc.start);return r.name="import",t.meta=this.finishNode(r,"Identifier"),this.parseImportMeta(t)}else this.unexpected()};se.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(y.parenR)){var t=this.start;this.eat(y.comma)&&this.eat(y.parenR)?this.raiseRecoverable(t,"Trailing comma is not allowed in import()"):this.unexpected(t)}return this.finishNode(e,"ImportExpression")};se.parseImportMeta=function(e){this.next();var t=this.containsEsc;return e.property=this.parseIdent(!0),e.property.name!=="meta"&&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"),this.options.sourceType!=="module"&&!this.options.allowImportExportEverywhere&&this.raiseRecoverable(e.start,"Cannot use 'import.meta' outside a module"),this.finishNode(e,"MetaProperty")};se.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),t.raw.charCodeAt(t.raw.length-1)===110&&(t.bigint=t.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(t,"Literal")};se.parseParenExpression=function(){this.expect(y.parenL);var e=this.parseExpression();return this.expect(y.parenR),e};se.shouldParseArrow=function(e){return!this.canInsertSemicolon()};se.parseParenAndDistinguishExpression=function(e,t){var r=this.start,n=this.startLoc,a,s=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var o=this.start,l=this.startLoc,c=[],p=!0,f=!1,h=new Gi,b=this.yieldPos,x=this.awaitPos,k;for(this.yieldPos=0,this.awaitPos=0;this.type!==y.parenR;)if(p?p=!1:this.expect(y.comma),s&&this.afterTrailingComma(y.parenR,!0)){f=!0;break}else if(this.type===y.ellipsis){k=this.start,c.push(this.parseParenItem(this.parseRestBinding())),this.type===y.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element");break}else c.push(this.parseMaybeAssign(!1,h,this.parseParenItem));var S=this.lastTokEnd,w=this.lastTokEndLoc;if(this.expect(y.parenR),e&&this.shouldParseArrow(c)&&this.eat(y.arrow))return this.checkPatternErrors(h,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=b,this.awaitPos=x,this.parseParenArrowList(r,n,c,t);(!c.length||f)&&this.unexpected(this.lastTokStart),k&&this.unexpected(k),this.checkExpressionErrors(h,!0),this.yieldPos=b||this.yieldPos,this.awaitPos=x||this.awaitPos,c.length>1?(a=this.startNodeAt(o,l),a.expressions=c,this.finishNodeAt(a,"SequenceExpression",S,w)):a=c[0]}else a=this.parseParenExpression();if(this.options.preserveParens){var A=this.startNodeAt(r,n);return A.expression=a,this.finishNode(A,"ParenthesizedExpression")}else return a};se.parseParenItem=function(e){return e};se.parseParenArrowList=function(e,t,r,n){return this.parseArrowExpression(this.startNodeAt(e,t),r,!1,n)};var Id=[];se.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===y.dot){var t=this.startNodeAt(e.start,e.loc&&e.loc.start);t.name="new",e.meta=this.finishNode(t,"Identifier"),this.next();var r=this.containsEsc;return e.property=this.parseIdent(!0),e.property.name!=="target"&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is 'new.target'"),r&&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 n=this.start,a=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),n,a,!0,!1),this.eat(y.parenL)?e.arguments=this.parseExprList(y.parenR,this.options.ecmaVersion>=8,!1):e.arguments=Id,this.finishNode(e,"NewExpression")};se.parseTemplateElement=function(e){var t=e.isTagged,r=this.startNode();return this.type===y.invalidTemplate?(t||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),r.value={raw:this.value,cooked:null}):r.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,`
49
+ `),cooked:this.value},this.next(),r.tail=this.type===y.backQuote,this.finishNode(r,"TemplateElement")};se.parseTemplate=function(e){e===void 0&&(e={});var t=e.isTagged;t===void 0&&(t=!1);var r=this.startNode();this.next(),r.expressions=[];var n=this.parseTemplateElement({isTagged:t});for(r.quasis=[n];!n.tail;)this.type===y.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(y.dollarBraceL),r.expressions.push(this.parseExpression()),this.expect(y.braceR),r.quasis.push(n=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(r,"TemplateLiteral")};se.isAsyncProp=function(e){return!e.computed&&e.key.type==="Identifier"&&e.key.name==="async"&&(this.type===y.name||this.type===y.num||this.type===y.string||this.type===y.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===y.star)&&!lt.test(this.input.slice(this.lastTokEnd,this.start))};se.parseObj=function(e,t){var r=this.startNode(),n=!0,a={};for(r.properties=[],this.next();!this.eat(y.braceR);){if(n)n=!1;else if(this.expect(y.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(y.braceR))break;var s=this.parseProperty(e,t);e||this.checkPropClash(s,a,t),r.properties.push(s)}return this.finishNode(r,e?"ObjectPattern":"ObjectExpression")};se.parseProperty=function(e,t){var r=this.startNode(),n,a,s,o;if(this.options.ecmaVersion>=9&&this.eat(y.ellipsis))return e?(r.argument=this.parseIdent(!1),this.type===y.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.finishNode(r,"RestElement")):(r.argument=this.parseMaybeAssign(!1,t),this.type===y.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(r,"SpreadElement"));this.options.ecmaVersion>=6&&(r.method=!1,r.shorthand=!1,(e||t)&&(s=this.start,o=this.startLoc),e||(n=this.eat(y.star)));var l=this.containsEsc;return this.parsePropertyName(r),!e&&!l&&this.options.ecmaVersion>=8&&!n&&this.isAsyncProp(r)?(a=!0,n=this.options.ecmaVersion>=9&&this.eat(y.star),this.parsePropertyName(r)):a=!1,this.parsePropertyValue(r,e,n,a,s,o,t,l),this.finishNode(r,"Property")};se.parseGetterSetter=function(e){e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var t=e.kind==="get"?0:1;if(e.value.params.length!==t){var r=e.value.start;e.kind==="get"?this.raiseRecoverable(r,"getter should have no params"):this.raiseRecoverable(r,"setter should have exactly one param")}else e.kind==="set"&&e.value.params[0].type==="RestElement"&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")};se.parsePropertyValue=function(e,t,r,n,a,s,o,l){(r||n)&&this.type===y.colon&&this.unexpected(),this.eat(y.colon)?(e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,o),e.kind="init"):this.options.ecmaVersion>=6&&this.type===y.parenL?(t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(r,n)):!t&&!l&&this.options.ecmaVersion>=5&&!e.computed&&e.key.type==="Identifier"&&(e.key.name==="get"||e.key.name==="set")&&this.type!==y.comma&&this.type!==y.braceR&&this.type!==y.eq?((r||n)&&this.unexpected(),this.parseGetterSetter(e)):this.options.ecmaVersion>=6&&!e.computed&&e.key.type==="Identifier"?((r||n)&&this.unexpected(),this.checkUnreserved(e.key),e.key.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=a),e.kind="init",t?e.value=this.parseMaybeDefault(a,s,this.copyNode(e.key)):this.type===y.eq&&o?(o.shorthandAssign<0&&(o.shorthandAssign=this.start),e.value=this.parseMaybeDefault(a,s,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.shorthand=!0):this.unexpected()};se.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(y.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(y.bracketR),e.key;e.computed=!1}return e.key=this.type===y.num||this.type===y.string?this.parseExprAtom():this.parseIdent(this.options.allowReserved!=="never")};se.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)};se.parseMethod=function(e,t,r){var n=this.startNode(),a=this.yieldPos,s=this.awaitPos,o=this.awaitIdentPos;return this.initFunction(n),this.options.ecmaVersion>=6&&(n.generator=e),this.options.ecmaVersion>=8&&(n.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(is(t,n.generator)|ts|(r?pl:0)),this.expect(y.parenL),n.params=this.parseBindingList(y.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(n,!1,!0,!1),this.yieldPos=a,this.awaitPos=s,this.awaitIdentPos=o,this.finishNode(n,"FunctionExpression")};se.parseArrowExpression=function(e,t,r,n){var a=this.yieldPos,s=this.awaitPos,o=this.awaitIdentPos;return this.enterScope(is(r,!1)|cl),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!r),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1,n),this.yieldPos=a,this.awaitPos=s,this.awaitIdentPos=o,this.finishNode(e,"ArrowFunctionExpression")};se.parseFunctionBody=function(e,t,r,n){var a=t&&this.type!==y.braceL,s=this.strict,o=!1;if(a)e.body=this.parseMaybeAssign(n),e.expression=!0,this.checkParams(e,!1);else{var l=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);(!s||l)&&(o=this.strictDirective(this.end),o&&l&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list"));var c=this.labels;this.labels=[],o&&(this.strict=!0),this.checkParams(e,!s&&!o&&!t&&!r&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,dl),e.body=this.parseBlock(!1,void 0,o&&!s),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=c}this.exitScope()};se.isSimpleParamList=function(e){for(var t=0,r=e;t<r.length;t+=1){var n=r[t];if(n.type!=="Identifier")return!1}return!0};se.checkParams=function(e,t){for(var r=Object.create(null),n=0,a=e.params;n<a.length;n+=1){var s=a[n];this.checkLValInnerPattern(s,ns,t?null:r)}};se.parseExprList=function(e,t,r,n){for(var a=[],s=!0;!this.eat(e);){if(s)s=!1;else if(this.expect(y.comma),t&&this.afterTrailingComma(e))break;var o=void 0;r&&this.type===y.comma?o=null:this.type===y.ellipsis?(o=this.parseSpread(n),n&&this.type===y.comma&&n.trailingComma<0&&(n.trailingComma=this.start)):o=this.parseMaybeAssign(!1,n),a.push(o)}return a};se.checkUnreserved=function(e){var t=e.start,r=e.end,n=e.name;if(this.inGenerator&&n==="yield"&&this.raiseRecoverable(t,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&n==="await"&&this.raiseRecoverable(t,"Cannot use 'await' as identifier inside an async function"),this.currentThisScope().inClassFieldInit&&n==="arguments"&&this.raiseRecoverable(t,"Cannot use 'arguments' in class field initializer"),this.inClassStaticBlock&&(n==="arguments"||n==="await")&&this.raise(t,"Cannot use "+n+" in class static initialization block"),this.keywords.test(n)&&this.raise(t,"Unexpected keyword '"+n+"'"),!(this.options.ecmaVersion<6&&this.input.slice(t,r).indexOf("\\")!==-1)){var a=this.strict?this.reservedWordsStrict:this.reservedWords;a.test(n)&&(!this.inAsync&&n==="await"&&this.raiseRecoverable(t,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(t,"The keyword '"+n+"' is reserved"))}};se.parseIdent=function(e){var t=this.parseIdentNode();return this.next(!!e),this.finishNode(t,"Identifier"),e||(this.checkUnreserved(t),t.name==="await"&&!this.awaitIdentPos&&(this.awaitIdentPos=t.start)),t};se.parseIdentNode=function(){var e=this.startNode();return this.type===y.name?e.name=this.value:this.type.keyword?(e.name=this.type.keyword,(e.name==="class"||e.name==="function")&&(this.lastTokEnd!==this.lastTokStart+1||this.input.charCodeAt(this.lastTokStart)!==46)&&this.context.pop(),this.type=y.name):this.unexpected(),e};se.parsePrivateIdent=function(){var e=this.startNode();return this.type===y.privateId?e.name=this.value:this.unexpected(),this.next(),this.finishNode(e,"PrivateIdentifier"),this.options.checkPrivateFields&&(this.privateNameStack.length===0?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};se.parseYield=function(e){this.yieldPos||(this.yieldPos=this.start);var t=this.startNode();return this.next(),this.type===y.semi||this.canInsertSemicolon()||this.type!==y.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(y.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,"YieldExpression")};se.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 Ji=Ce.prototype;Ji.raise=function(e,t){var r=ul(this.input,e);t+=" ("+r.line+":"+r.column+")";var n=new SyntaxError(t);throw n.pos=e,n.loc=r,n.raisedAt=this.pos,n};Ji.raiseRecoverable=Ji.raise;Ji.curPosition=function(){if(this.options.locations)return new Hr(this.curLine,this.pos-this.lineStart)};var jt=Ce.prototype,Td=function(t){this.flags=t,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};jt.enterScope=function(e){this.scopeStack.push(new Td(e))};jt.exitScope=function(){this.scopeStack.pop()};jt.treatFunctionsAsVarInScope=function(e){return e.flags&_r||!this.inModule&&e.flags&Gr};jt.declareName=function(e,t,r){var n=!1;if(t===Ft){var a=this.currentScope();n=a.lexical.indexOf(e)>-1||a.functions.indexOf(e)>-1||a.var.indexOf(e)>-1,a.lexical.push(e),this.inModule&&a.flags&Gr&&delete this.undefinedExports[e]}else if(t===ml){var s=this.currentScope();s.lexical.push(e)}else if(t===fl){var o=this.currentScope();this.treatFunctionsAsVar?n=o.lexical.indexOf(e)>-1:n=o.lexical.indexOf(e)>-1||o.var.indexOf(e)>-1,o.functions.push(e)}else for(var l=this.scopeStack.length-1;l>=0;--l){var c=this.scopeStack[l];if(c.lexical.indexOf(e)>-1&&!(c.flags&hl&&c.lexical[0]===e)||!this.treatFunctionsAsVarInScope(c)&&c.functions.indexOf(e)>-1){n=!0;break}if(c.var.push(e),this.inModule&&c.flags&Gr&&delete this.undefinedExports[e],c.flags&rs)break}n&&this.raiseRecoverable(r,"Identifier '"+e+"' has already been declared")};jt.checkLocalExport=function(e){this.scopeStack[0].lexical.indexOf(e.name)===-1&&this.scopeStack[0].var.indexOf(e.name)===-1&&(this.undefinedExports[e.name]=e)};jt.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]};jt.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&rs)return t}};jt.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(t.flags&rs&&!(t.flags&cl))return t}};var Wi=function(t,r,n){this.type="",this.start=r,this.end=0,t.options.locations&&(this.loc=new Hi(t,n)),t.options.directSourceFile&&(this.sourceFile=t.options.directSourceFile),t.options.ranges&&(this.range=[r,0])},Kr=Ce.prototype;Kr.startNode=function(){return new Wi(this,this.start,this.startLoc)};Kr.startNodeAt=function(e,t){return new Wi(this,e,t)};function bl(e,t,r,n){return e.type=t,e.end=r,this.options.locations&&(e.loc.end=n),this.options.ranges&&(e.range[1]=r),e}Kr.finishNode=function(e,t){return bl.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)};Kr.finishNodeAt=function(e,t,r,n){return bl.call(this,e,t,r,n)};Kr.copyNode=function(e){var t=new Wi(this,e.start,this.startLoc);for(var r in e)t[r]=e[r];return t};var kl="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",yl=kl+" Extended_Pictographic",vl=yl,wl=vl+" EBase EComp EMod EPres ExtPict",Cl=wl,Ld=Cl,Pd={9:kl,10:yl,11:vl,12:wl,13:Cl,14:Ld},Fd="Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji",Nd={9:"",10:"",11:"",12:"",13:"",14:Fd},tl="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",Sl="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",El=Sl+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",Al=El+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",_l=Al+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",Il=_l+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",Rd=Il+" Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz",Vd={9:Sl,10:El,11:Al,12:_l,13:Il,14:Rd},Tl={};function Dd(e){var t=Tl[e]={binary:qt(Pd[e]+" "+tl),binaryOfStrings:qt(Nd[e]),nonBinary:{General_Category:qt(tl),Script:qt(Vd[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(zi=0,Ka=[9,10,11,12,13,14];zi<Ka.length;zi+=1)rl=Ka[zi],Dd(rl);var rl,zi,Ka,Y=Ce.prototype,vt=function(t){this.parser=t,this.validFlags="gim"+(t.options.ecmaVersion>=6?"uy":"")+(t.options.ecmaVersion>=9?"s":"")+(t.options.ecmaVersion>=13?"d":"")+(t.options.ecmaVersion>=15?"v":""),this.unicodeProperties=Tl[t.options.ecmaVersion>=14?14:t.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=[]};vt.prototype.reset=function(t,r,n){var a=n.indexOf("v")!==-1,s=n.indexOf("u")!==-1;this.start=t|0,this.source=r+"",this.flags=n,a&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=s&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=s&&this.parser.options.ecmaVersion>=9)};vt.prototype.raise=function(t){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+t)};vt.prototype.at=function(t,r){r===void 0&&(r=!1);var n=this.source,a=n.length;if(t>=a)return-1;var s=n.charCodeAt(t);if(!(r||this.switchU)||s<=55295||s>=57344||t+1>=a)return s;var o=n.charCodeAt(t+1);return o>=56320&&o<=57343?(s<<10)+o-56613888:s};vt.prototype.nextIndex=function(t,r){r===void 0&&(r=!1);var n=this.source,a=n.length;if(t>=a)return a;var s=n.charCodeAt(t),o;return!(r||this.switchU)||s<=55295||s>=57344||t+1>=a||(o=n.charCodeAt(t+1))<56320||o>57343?t+1:t+2};vt.prototype.current=function(t){return t===void 0&&(t=!1),this.at(this.pos,t)};vt.prototype.lookahead=function(t){return t===void 0&&(t=!1),this.at(this.nextIndex(this.pos,t),t)};vt.prototype.advance=function(t){t===void 0&&(t=!1),this.pos=this.nextIndex(this.pos,t)};vt.prototype.eat=function(t,r){return r===void 0&&(r=!1),this.current(r)===t?(this.advance(r),!0):!1};vt.prototype.eatChars=function(t,r){r===void 0&&(r=!1);for(var n=this.pos,a=0,s=t;a<s.length;a+=1){var o=s[a],l=this.at(n,r);if(l===-1||l!==o)return!1;n=this.nextIndex(n,r)}return this.pos=n,!0};Y.validateRegExpFlags=function(e){for(var t=e.validFlags,r=e.flags,n=!1,a=!1,s=0;s<r.length;s++){var o=r.charAt(s);t.indexOf(o)===-1&&this.raise(e.start,"Invalid regular expression flag"),r.indexOf(o,s+1)>-1&&this.raise(e.start,"Duplicate regular expression flag"),o==="u"&&(n=!0),o==="v"&&(a=!0)}this.options.ecmaVersion>=15&&n&&a&&this.raise(e.start,"Invalid regular expression flag")};Y.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))};Y.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,r=e.backReferenceNames;t<r.length;t+=1){var n=r[t];e.groupNames.indexOf(n)===-1&&e.raise("Invalid named capture referenced")}};Y.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")};Y.regexp_alternative=function(e){for(;e.pos<e.source.length&&this.regexp_eatTerm(e););};Y.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):!1};Y.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 r=!1;if(this.options.ecmaVersion>=9&&(r=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise("Unterminated group"),e.lastAssertionIsQuantifiable=!r,!0}return e.pos=t,!1};Y.regexp_eatQuantifier=function(e,t){return t===void 0&&(t=!1),this.regexp_eatQuantifierPrefix(e,t)?(e.eat(63),!0):!1};Y.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)};Y.regexp_eatBracedQuantifier=function(e,t){var r=e.pos;if(e.eat(123)){var n=0,a=-1;if(this.regexp_eatDecimalDigits(e)&&(n=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(a=e.lastIntValue),e.eat(125)))return a!==-1&&a<n&&!t&&e.raise("numbers out of order in {} quantifier"),!0;e.switchU&&!t&&e.raise("Incomplete quantifier"),e.pos=r}return!1};Y.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)};Y.regexp_eatReverseSolidusAtomEscape=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatAtomEscape(e))return!0;e.pos=t}return!1};Y.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};Y.regexp_eatCapturingGroup=function(e){if(e.eat(40)){if(this.options.ecmaVersion>=9?this.regexp_groupSpecifier(e):e.current()===63&&e.raise("Invalid group"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise("Unterminated group")}return!1};Y.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)};Y.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1};Y.regexp_eatSyntaxCharacter=function(e){var t=e.current();return Ll(t)?(e.lastIntValue=t,e.advance(),!0):!1};function Ll(e){return e===36||e>=40&&e<=43||e===46||e===63||e>=91&&e<=94||e>=123&&e<=125}Y.regexp_eatPatternCharacters=function(e){for(var t=e.pos,r=0;(r=e.current())!==-1&&!Ll(r);)e.advance();return e.pos!==t};Y.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return t!==-1&&t!==36&&!(t>=40&&t<=43)&&t!==46&&t!==63&&t!==91&&t!==94&&t!==124?(e.advance(),!0):!1};Y.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e)){e.groupNames.indexOf(e.lastStringValue)!==-1&&e.raise("Duplicate capture group name"),e.groupNames.push(e.lastStringValue);return}e.raise("Invalid group")}};Y.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};Y.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=zt(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=zt(e.lastIntValue);return!0}return!1};Y.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,r=this.options.ecmaVersion>=11,n=e.current(r);return e.advance(r),n===92&&this.regexp_eatRegExpUnicodeEscapeSequence(e,r)&&(n=e.lastIntValue),Od(n)?(e.lastIntValue=n,!0):(e.pos=t,!1)};function Od(e){return Lt(e,!0)||e===36||e===95}Y.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,r=this.options.ecmaVersion>=11,n=e.current(r);return e.advance(r),n===92&&this.regexp_eatRegExpUnicodeEscapeSequence(e,r)&&(n=e.lastIntValue),Md(n)?(e.lastIntValue=n,!0):(e.pos=t,!1)};function Md(e){return Er(e,!0)||e===36||e===95||e===8204||e===8205}Y.regexp_eatAtomEscape=function(e){return this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e)?!0:(e.switchU&&(e.current()===99&&e.raise("Invalid unicode escape"),e.raise("Invalid escape")),!1)};Y.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var r=e.lastIntValue;if(e.switchU)return r>e.maxBackReference&&(e.maxBackReference=r),!0;if(r<=e.numCapturingParens)return!0;e.pos=t}return!1};Y.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};Y.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)};Y.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1};Y.regexp_eatZero=function(e){return e.current()===48&&!Qi(e.lookahead())?(e.lastIntValue=0,e.advance(),!0):!1};Y.regexp_eatControlEscape=function(e){var t=e.current();return t===116?(e.lastIntValue=9,e.advance(),!0):t===110?(e.lastIntValue=10,e.advance(),!0):t===118?(e.lastIntValue=11,e.advance(),!0):t===102?(e.lastIntValue=12,e.advance(),!0):t===114?(e.lastIntValue=13,e.advance(),!0):!1};Y.regexp_eatControlLetter=function(e){var t=e.current();return Pl(t)?(e.lastIntValue=t%32,e.advance(),!0):!1};function Pl(e){return e>=65&&e<=90||e>=97&&e<=122}Y.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){t===void 0&&(t=!1);var r=e.pos,n=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var a=e.lastIntValue;if(n&&a>=55296&&a<=56319){var s=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=(a-55296)*1024+(o-56320)+65536,!0}e.pos=s,e.lastIntValue=a}return!0}if(n&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&Bd(e.lastIntValue))return!0;n&&e.raise("Invalid unicode escape"),e.pos=r}return!1};function Bd(e){return e>=0&&e<=1114111}Y.regexp_eatIdentityEscape=function(e){if(e.switchU)return this.regexp_eatSyntaxCharacter(e)?!0:e.eat(47)?(e.lastIntValue=47,!0):!1;var t=e.current();return t!==99&&(!e.switchN||t!==107)?(e.lastIntValue=t,e.advance(),!0):!1};Y.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};var Fl=0,Pt=1,ut=2;Y.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(qd(t))return e.lastIntValue=-1,e.advance(),Pt;var r=!1;if(e.switchU&&this.options.ecmaVersion>=9&&((r=t===80)||t===112)){e.lastIntValue=-1,e.advance();var n;if(e.eat(123)&&(n=this.regexp_eatUnicodePropertyValueExpression(e))&&e.eat(125))return r&&n===ut&&e.raise("Invalid property name"),n;e.raise("Invalid property name")}return Fl};function qd(e){return e===100||e===68||e===115||e===83||e===119||e===87}Y.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var r=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var n=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,r,n),Pt}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var a=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,a)}return Fl};Y.regexp_validateUnicodePropertyNameAndValue=function(e,t,r){Wr(e.unicodeProperties.nonBinary,t)||e.raise("Invalid property name"),e.unicodeProperties.nonBinary[t].test(r)||e.raise("Invalid property value")};Y.regexp_validateUnicodePropertyNameOrValue=function(e,t){if(e.unicodeProperties.binary.test(t))return Pt;if(e.switchV&&e.unicodeProperties.binaryOfStrings.test(t))return ut;e.raise("Invalid property name")};Y.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue="";Nl(t=e.current());)e.lastStringValue+=zt(t),e.advance();return e.lastStringValue!==""};function Nl(e){return Pl(e)||e===95}Y.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue="";zd(t=e.current());)e.lastStringValue+=zt(t),e.advance();return e.lastStringValue!==""};function zd(e){return Nl(e)||Qi(e)}Y.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)};Y.regexp_eatCharacterClass=function(e){if(e.eat(91)){var t=e.eat(94),r=this.regexp_classContents(e);return e.eat(93)||e.raise("Unterminated character class"),t&&r===ut&&e.raise("Negated character class may contain strings"),!0}return!1};Y.regexp_classContents=function(e){return e.current()===93?Pt:e.switchV?this.regexp_classSetExpression(e):(this.regexp_nonEmptyClassRanges(e),Pt)};Y.regexp_nonEmptyClassRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var r=e.lastIntValue;e.switchU&&(t===-1||r===-1)&&e.raise("Invalid character class"),t!==-1&&r!==-1&&t>r&&e.raise("Range out of order in character class")}}};Y.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var r=e.current();(r===99||Dl(r))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=t}var n=e.current();return n!==93?(e.lastIntValue=n,e.advance(),!0):!1};Y.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)};Y.regexp_classSetExpression=function(e){var t=Pt,r;if(!this.regexp_eatClassSetRange(e))if(r=this.regexp_eatClassSetOperand(e)){r===ut&&(t=ut);for(var n=e.pos;e.eatChars([38,38]);){if(e.current()!==38&&(r=this.regexp_eatClassSetOperand(e))){r!==ut&&(t=Pt);continue}e.raise("Invalid character in character class")}if(n!==e.pos)return t;for(;e.eatChars([45,45]);)this.regexp_eatClassSetOperand(e)||e.raise("Invalid character in character class");if(n!==e.pos)return t}else e.raise("Invalid character in character class");for(;;)if(!this.regexp_eatClassSetRange(e)){if(r=this.regexp_eatClassSetOperand(e),!r)return t;r===ut&&(t=ut)}};Y.regexp_eatClassSetRange=function(e){var t=e.pos;if(this.regexp_eatClassSetCharacter(e)){var r=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassSetCharacter(e)){var n=e.lastIntValue;return r!==-1&&n!==-1&&r>n&&e.raise("Range out of order in character class"),!0}e.pos=t}return!1};Y.regexp_eatClassSetOperand=function(e){return this.regexp_eatClassSetCharacter(e)?Pt:this.regexp_eatClassStringDisjunction(e)||this.regexp_eatNestedClass(e)};Y.regexp_eatNestedClass=function(e){var t=e.pos;if(e.eat(91)){var r=e.eat(94),n=this.regexp_classContents(e);if(e.eat(93))return r&&n===ut&&e.raise("Negated character class may contain strings"),n;e.pos=t}if(e.eat(92)){var a=this.regexp_eatCharacterClassEscape(e);if(a)return a;e.pos=t}return null};Y.regexp_eatClassStringDisjunction=function(e){var t=e.pos;if(e.eatChars([92,113])){if(e.eat(123)){var r=this.regexp_classStringDisjunctionContents(e);if(e.eat(125))return r}else e.raise("Invalid escape");e.pos=t}return null};Y.regexp_classStringDisjunctionContents=function(e){for(var t=this.regexp_classString(e);e.eat(124);)this.regexp_classString(e)===ut&&(t=ut);return t};Y.regexp_classString=function(e){for(var t=0;this.regexp_eatClassSetCharacter(e);)t++;return t===1?Pt:ut};Y.regexp_eatClassSetCharacter=function(e){var t=e.pos;if(e.eat(92))return this.regexp_eatCharacterEscape(e)||this.regexp_eatClassSetReservedPunctuator(e)?!0:e.eat(98)?(e.lastIntValue=8,!0):(e.pos=t,!1);var r=e.current();return r<0||r===e.lookahead()&&jd(r)||Ud(r)?!1:(e.advance(),e.lastIntValue=r,!0)};function jd(e){return e===33||e>=35&&e<=38||e>=42&&e<=44||e===46||e>=58&&e<=64||e===94||e===96||e===126}function Ud(e){return e===40||e===41||e===45||e===47||e>=91&&e<=93||e>=123&&e<=125}Y.regexp_eatClassSetReservedPunctuator=function(e){var t=e.current();return Jd(t)?(e.lastIntValue=t,e.advance(),!0):!1};function Jd(e){return e===33||e===35||e===37||e===38||e===44||e===45||e>=58&&e<=62||e===64||e===96||e===126}Y.regexp_eatClassControlLetter=function(e){var t=e.current();return Qi(t)||t===95?(e.lastIntValue=t%32,e.advance(),!0):!1};Y.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};Y.regexp_eatDecimalDigits=function(e){var t=e.pos,r=0;for(e.lastIntValue=0;Qi(r=e.current());)e.lastIntValue=10*e.lastIntValue+(r-48),e.advance();return e.pos!==t};function Qi(e){return e>=48&&e<=57}Y.regexp_eatHexDigits=function(e){var t=e.pos,r=0;for(e.lastIntValue=0;Rl(r=e.current());)e.lastIntValue=16*e.lastIntValue+Vl(r),e.advance();return e.pos!==t};function Rl(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function Vl(e){return e>=65&&e<=70?10+(e-65):e>=97&&e<=102?10+(e-97):e-48}Y.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var r=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=t*64+r*8+e.lastIntValue:e.lastIntValue=t*8+r}else e.lastIntValue=t;return!0}return!1};Y.regexp_eatOctalDigit=function(e){var t=e.current();return Dl(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)};function Dl(e){return e>=48&&e<=55}Y.regexp_eatFixedHexDigits=function(e,t){var r=e.pos;e.lastIntValue=0;for(var n=0;n<t;++n){var a=e.current();if(!Rl(a))return e.pos=r,!1;e.lastIntValue=16*e.lastIntValue+Vl(a),e.advance()}return!0};var ss=function(t){this.type=t.type,this.value=t.value,this.start=t.start,this.end=t.end,t.options.locations&&(this.loc=new Hi(t,t.startLoc,t.endLoc)),t.options.ranges&&(this.range=[t.start,t.end])},he=Ce.prototype;he.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 ss(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()};he.getToken=function(){return this.next(),new ss(this)};typeof Symbol<"u"&&(he[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===y.eof,value:t}}}});he.nextToken=function(){var e=this.curContext();if((!e||!e.preserveSpace)&&this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length)return this.finishToken(y.eof);if(e.override)return e.override(this);this.readToken(this.fullCharCodeAtPos())};he.readToken=function(e){return Lt(e,this.options.ecmaVersion>=6)||e===92?this.readWord():this.getTokenFromCode(e)};he.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};he.skipBlockComment=function(){var e=this.options.onComment&&this.curPosition(),t=this.pos,r=this.input.indexOf("*/",this.pos+=2);if(r===-1&&this.raise(this.pos-2,"Unterminated comment"),this.pos=r+2,this.options.locations)for(var n=void 0,a=t;(n=al(this.input,a,this.pos))>-1;)++this.curLine,a=this.lineStart=n;this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,r),t,this.pos,e,this.curPosition())};he.skipLineComment=function(e){for(var t=this.pos,r=this.options.onComment&&this.curPosition(),n=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&!Ar(n);)n=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,r,this.curPosition())};he.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:this.input.charCodeAt(this.pos+1)===10&&++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&&sl.test(String.fromCharCode(e)))++this.pos;else break e}}};he.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var r=this.type;this.type=e,this.value=t,this.updateContext(r)};he.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&&e===46&&t===46?(this.pos+=3,this.finishToken(y.ellipsis)):(++this.pos,this.finishToken(y.dot))};he.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):e===61?this.finishOp(y.assign,2):this.finishOp(y.slash,1)};he.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),r=1,n=e===42?y.star:y.modulo;return this.options.ecmaVersion>=7&&e===42&&t===42&&(++r,n=y.starstar,t=this.input.charCodeAt(this.pos+2)),t===61?this.finishOp(y.assign,r+1):this.finishOp(n,r)};he.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);if(t===e){if(this.options.ecmaVersion>=12){var r=this.input.charCodeAt(this.pos+2);if(r===61)return this.finishOp(y.assign,3)}return this.finishOp(e===124?y.logicalOR:y.logicalAND,2)}return t===61?this.finishOp(y.assign,2):this.finishOp(e===124?y.bitwiseOR:y.bitwiseAND,1)};he.readToken_caret=function(){var e=this.input.charCodeAt(this.pos+1);return e===61?this.finishOp(y.assign,2):this.finishOp(y.bitwiseXOR,1)};he.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?t===45&&!this.inModule&&this.input.charCodeAt(this.pos+2)===62&&(this.lastTokEnd===0||lt.test(this.input.slice(this.lastTokEnd,this.pos)))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(y.incDec,2):t===61?this.finishOp(y.assign,2):this.finishOp(y.plusMin,1)};he.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),r=1;return t===e?(r=e===62&&this.input.charCodeAt(this.pos+2)===62?3:2,this.input.charCodeAt(this.pos+r)===61?this.finishOp(y.assign,r+1):this.finishOp(y.bitShift,r)):t===33&&e===60&&!this.inModule&&this.input.charCodeAt(this.pos+2)===45&&this.input.charCodeAt(this.pos+3)===45?(this.skipLineComment(4),this.skipSpace(),this.nextToken()):(t===61&&(r=2),this.finishOp(y.relational,r))};he.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return t===61?this.finishOp(y.equality,this.input.charCodeAt(this.pos+2)===61?3:2):e===61&&t===62&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(y.arrow)):this.finishOp(e===61?y.eq:y.prefix,1)};he.readToken_question=function(){var e=this.options.ecmaVersion;if(e>=11){var t=this.input.charCodeAt(this.pos+1);if(t===46){var r=this.input.charCodeAt(this.pos+2);if(r<48||r>57)return this.finishOp(y.questionDot,2)}if(t===63){if(e>=12){var n=this.input.charCodeAt(this.pos+2);if(n===61)return this.finishOp(y.assign,3)}return this.finishOp(y.coalesce,2)}}return this.finishOp(y.question,1)};he.readToken_numberSign=function(){var e=this.options.ecmaVersion,t=35;if(e>=13&&(++this.pos,t=this.fullCharCodeAtPos(),Lt(t,!0)||t===92))return this.finishToken(y.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+zt(t)+"'")};he.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(y.parenL);case 41:return++this.pos,this.finishToken(y.parenR);case 59:return++this.pos,this.finishToken(y.semi);case 44:return++this.pos,this.finishToken(y.comma);case 91:return++this.pos,this.finishToken(y.bracketL);case 93:return++this.pos,this.finishToken(y.bracketR);case 123:return++this.pos,this.finishToken(y.braceL);case 125:return++this.pos,this.finishToken(y.braceR);case 58:return++this.pos,this.finishToken(y.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(y.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(t===120||t===88)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(t===111||t===79)return this.readRadixNumber(8);if(t===98||t===66)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(y.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+zt(e)+"'")};he.finishOp=function(e,t){var r=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,r)};he.readRegexp=function(){for(var e,t,r=this.pos;;){this.pos>=this.input.length&&this.raise(r,"Unterminated regular expression");var n=this.input.charAt(this.pos);if(lt.test(n)&&this.raise(r,"Unterminated regular expression"),e)e=!1;else{if(n==="[")t=!0;else if(n==="]"&&t)t=!1;else if(n==="/"&&!t)break;e=n==="\\"}++this.pos}var a=this.input.slice(r,this.pos);++this.pos;var s=this.pos,o=this.readWord1();this.containsEsc&&this.unexpected(s);var l=this.regexpState||(this.regexpState=new vt(this));l.reset(r,a,o),this.validateRegExpFlags(l),this.validateRegExpPattern(l);var c=null;try{c=new RegExp(a,o)}catch{}return this.finishToken(y.regexp,{pattern:a,flags:o,value:c})};he.readInt=function(e,t,r){for(var n=this.options.ecmaVersion>=12&&t===void 0,a=r&&this.input.charCodeAt(this.pos)===48,s=this.pos,o=0,l=0,c=0,p=t??1/0;c<p;++c,++this.pos){var f=this.input.charCodeAt(this.pos),h=void 0;if(n&&f===95){a&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed in legacy octal numeric literals"),l===95&&this.raiseRecoverable(this.pos,"Numeric separator must be exactly one underscore"),c===0&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed at the first of digits"),l=f;continue}if(f>=97?h=f-97+10:f>=65?h=f-65+10:f>=48&&f<=57?h=f-48:h=1/0,h>=e)break;l=f,o=o*e+h}return n&&l===95&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===s||t!=null&&this.pos-s!==t?null:o};function Hd(e,t){return t?parseInt(e,8):parseFloat(e.replace(/_/g,""))}function Ol(e){return typeof BigInt!="function"?null:BigInt(e.replace(/_/g,""))}he.readRadixNumber=function(e){var t=this.pos;this.pos+=2;var r=this.readInt(e);return r==null&&this.raise(this.start+2,"Expected number in radix "+e),this.options.ecmaVersion>=11&&this.input.charCodeAt(this.pos)===110?(r=Ol(this.input.slice(t,this.pos)),++this.pos):Lt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(y.num,r)};he.readNumber=function(e){var t=this.pos;!e&&this.readInt(10,void 0,!0)===null&&this.raise(t,"Invalid number");var r=this.pos-t>=2&&this.input.charCodeAt(t)===48;r&&this.strict&&this.raise(t,"Invalid number");var n=this.input.charCodeAt(this.pos);if(!r&&!e&&this.options.ecmaVersion>=11&&n===110){var a=Ol(this.input.slice(t,this.pos));return++this.pos,Lt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(y.num,a)}r&&/[89]/.test(this.input.slice(t,this.pos))&&(r=!1),n===46&&!r&&(++this.pos,this.readInt(10),n=this.input.charCodeAt(this.pos)),(n===69||n===101)&&!r&&(n=this.input.charCodeAt(++this.pos),(n===43||n===45)&&++this.pos,this.readInt(10)===null&&this.raise(t,"Invalid number")),Lt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var s=Hd(this.input.slice(t,this.pos),r);return this.finishToken(y.num,s)};he.readCodePoint=function(){var e=this.input.charCodeAt(this.pos),t;if(e===123){this.options.ecmaVersion<6&&this.unexpected();var r=++this.pos;t=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,t>1114111&&this.invalidStringToken(r,"Code point out of bounds")}else t=this.readHexChar(4);return t};he.readString=function(e){for(var t="",r=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var n=this.input.charCodeAt(this.pos);if(n===e)break;n===92?(t+=this.input.slice(r,this.pos),t+=this.readEscapedChar(!1),r=this.pos):n===8232||n===8233?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(Ar(n)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return t+=this.input.slice(r,this.pos++),this.finishToken(y.string,t)};var Ml={};he.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e===Ml)this.readInvalidTemplateToken();else throw e}this.inTemplateElement=!1};he.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw Ml;this.raise(e,t)};he.readTmplToken=function(){for(var e="",t=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var r=this.input.charCodeAt(this.pos);if(r===96||r===36&&this.input.charCodeAt(this.pos+1)===123)return this.pos===this.start&&(this.type===y.template||this.type===y.invalidTemplate)?r===36?(this.pos+=2,this.finishToken(y.dollarBraceL)):(++this.pos,this.finishToken(y.backQuote)):(e+=this.input.slice(t,this.pos),this.finishToken(y.template,e));if(r===92)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(Ar(r)){switch(e+=this.input.slice(t,this.pos),++this.pos,r){case 13:this.input.charCodeAt(this.pos)===10&&++this.pos;case 10:e+=`
50
+ `;break;default:e+=String.fromCharCode(r);break}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else++this.pos}};he.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(y.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,"Unterminated template")};he.readEscapedChar=function(e){var t=this.input.charCodeAt(++this.pos);switch(++this.pos,t){case 110:return`
51
+ `;case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return zt(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 13:this.input.charCodeAt(this.pos)===10&&++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 r=this.pos-1;this.invalidStringToken(r,"Invalid escape sequence in template string")}default:if(t>=48&&t<=55){var n=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],a=parseInt(n,8);return a>255&&(n=n.slice(0,-1),a=parseInt(n,8)),this.pos+=n.length-1,t=this.input.charCodeAt(this.pos),(n!=="0"||t===56||t===57)&&(this.strict||e)&&this.invalidStringToken(this.pos-1-n.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(a)}return Ar(t)?"":String.fromCharCode(t)}};he.readHexChar=function(e){var t=this.pos,r=this.readInt(16,e);return r===null&&this.invalidStringToken(t,"Bad character escape sequence"),r};he.readWord1=function(){this.containsEsc=!1;for(var e="",t=!0,r=this.pos,n=this.options.ecmaVersion>=6;this.pos<this.input.length;){var a=this.fullCharCodeAtPos();if(Er(a,n))this.pos+=a<=65535?1:2;else if(a===92){this.containsEsc=!0,e+=this.input.slice(r,this.pos);var s=this.pos;this.input.charCodeAt(++this.pos)!==117&&this.invalidStringToken(this.pos,"Expecting Unicode escape sequence \\uXXXX"),++this.pos;var o=this.readCodePoint();(t?Lt:Er)(o,n)||this.invalidStringToken(s,"Invalid Unicode escape"),e+=zt(o),r=this.pos}else break;t=!1}return e+this.input.slice(r,this.pos)};he.readWord=function(){var e=this.readWord1(),t=y.name;return this.keywords.test(e)&&(t=Za[e]),this.finishToken(t,e)};var Gd="8.11.3";Ce.acorn={Parser:Ce,version:Gd,defaultOptions:Ya,Position:Hr,SourceLocation:Hi,getLineInfo:ul,Node:Wi,TokenType:fe,tokTypes:y,keywordTypes:Za,TokContext:mt,tokContexts:be,isIdentifierChar:Er,isIdentifierStart:Lt,Token:ss,isNewLine:Ar,lineBreak:lt,lineBreakG:bd,nonASCIIwhitespace:sl};var ic=At(Jl(),1);function Hl(e){return"\x1B[33m"+e+"\x1B[39m"}var Yd={}.hasOwnProperty,Wl=Symbol("continue"),Xi=Symbol("exit"),Ql=Symbol("skip");function cs(e,t){let r,n;typeof t=="function"?r=t:t&&typeof t=="object"&&(t.enter&&(r=t.enter),t.leave&&(n=t.leave)),a(e,void 0,void 0,[])();function a(s,o,l,c){return ls(s)&&(p.displayName="node ("+Hl(s.type)+")"),p;function p(){let f=r?Gl(r(s,o,l,c)):[];if(f[0]===Xi)return f;if(f[0]!==Ql){let h;for(h in s)if(Yd.call(s,h)&&s[h]&&typeof s[h]=="object"&&h!=="data"&&h!=="position"){let b=c.concat(s),x=s[h];if(Array.isArray(x)){let k=x,S=0;for(;S>-1&&S<k.length;){let w=k[S];if(ls(w)){let A=a(w,h,S,b)();if(A[0]===Xi)return A;S=typeof A[1]=="number"?A[1]:S+1}else S++}}else if(ls(x)){let k=a(x,h,void 0,b)();if(k[0]===Xi)return k}}}return n?Gl(n(s,o,l,c)):f}}}function Gl(e){return Array.isArray(e)?e:typeof e=="number"?[Wl,e]:[e]}function ls(e){return!!(e&&typeof e=="object"&&"type"in e&&typeof e.type=="string"&&e.type.length>0)}function Yi(e,t){let r=t.prefix||"",n=t.suffix||"",a=Object.assign({},t.acornOptions),s=[],o=[],l=a.onComment,c=a.onToken,p=!1,f,h,b=Object.assign({},a,{onComment:s,preserveParens:!0});c&&(b.onToken=o);let x=$d(e,t.tokenTypes),k=x.value,S=r+k+n,w=t.expression&&Kl(k);if(w&&!t.allowEmpty)throw new ue("Unexpected empty expression",{place:T(0),ruleId:"unexpected-empty-expression",source:"micromark-extension-mdx-expression"});try{f=t.expression&&!w?t.acorn.parseExpressionAt(S,0,b):t.acorn.parse(S,b)}catch(E){let d=E,q=T(d.pos);d.message=String(d.message).replace(/ \(\d+:\d+\)$/,""),d.pos=q.offset,d.loc={line:q.line,column:q.column-1},h=d,p=d.raisedAt>=r.length+k.length||d.message==="Unterminated comment"}if(f&&t.expression&&!w)if(Kl(S.slice(f.end,S.length-n.length)))f={type:"Program",start:0,end:r.length+k.length,body:[{type:"ExpressionStatement",expression:f,start:0,end:r.length+k.length}],sourceType:"module",comments:[]};else{let E=T(f.end),d=new Error("Unexpected content after expression");d.pos=E.offset,d.loc={line:E.line,column:E.column-1},h=d,f=void 0}if(f){if(f.comments=s,cs(f,function(E,d,q,R){let L=R[R.length-1],M=d;E.type==="ParenthesizedExpression"&&L&&M&&(typeof q=="number"&&(L=L[M],M=q),L[M]=E.expression),A(E)}),Array.isArray(l))l.push(...s);else if(typeof l=="function")for(let E of s)l(E.type==="Block",E.value,E.start,E.end,E.loc.start,E.loc.end);for(let E of o)E.end<=r.length||E.start-r.length>=k.length||(A(E),Array.isArray(c)?c.push(E):c(E))}return{estree:f,error:h,swallow:p};function A(E){let d=T(E.start),q=T(E.end);E.start=d.offset,E.end=q.offset,E.loc={start:{line:d.line,column:d.column-1,offset:d.offset},end:{line:q.line,column:q.column-1,offset:q.offset}},E.range=[E.start,E.end]}function T(E){let d=E-r.length;d<0?d=0:d>k.length&&(d=k.length);let q=Zd(x.stops,d);return q||(q={line:t.start.line,column:t.start.column,offset:t.start.offset}),q}}function Kl(e){return/^\s*$/.test(e.replace(/\/\*[\s\S]*?\*\//g,"").replace(/\/\/[^\r\n]*(\r\n|\n|\r)/g,""))}function $d(e,t){let r={value:"",stops:[]},n=-1;for(;++n<e.length;){let a=e[n];if(a[0]==="enter"){let s=a[1].type;if(s==="lineEnding"||t.includes(s)){let o=a[2].sliceStream(a[1]);for(;o.length>0&&o[0]===-1;)o.shift();let l=ex(o);r.stops.push([r.value.length,a[1].start]),r.value+=l,r.stops.push([r.value.length,a[1].end])}}}return r}function Zd(e,t){let r=0;for(;r<e.length&&e[r][0]<=t;)r+=1;if(r===0)return;let[n,a]=e[r-1],s=t-n;return{line:a.line,column:a.column+s,offset:a.offset+s}}function ex(e){let t=-1,r=[],n;for(;++t<e.length;){let a=e[t],s;if(typeof a=="string")s=a;else switch(a){case-5:{s="\r";break}case-4:{s=`
48
52
  `;break}case-3:{s=`\r
49
- `;break}case-2:{s=" ";break}case-1:{if(n)continue;s=" ";break}default:s=String.fromCharCode(a)}n=a===-2,r.push(s)}return r.join("")}function tr(e){let t=e||{},r=t.loc||{},n=t.range||[void 0,void 0],a=Il(r.start,n[0]||t.start),s=Il(r.end,n[1]||t.end);if(a&&s)return{start:a,end:s}}function Il(e,t){if(e&&typeof e=="object"){let r="line"in e?Ga(e.line):void 0,n="column"in e?Ga(e.column):void 0;if(r&&n!==void 0)return{line:r,column:n+1,offset:Ga(t)}}}function Ga(e){return typeof e=="number"&&e>-1?e:void 0}var Sr="https://github.com/micromark/micromark-extension-mdx-expression/tree/main/packages/micromark-extension-mdx-expression",sd="#unexpected-end-of-file-in-expression-expected-a-corresponding-closing-brace-for-",od="#unexpected-lazy-line-in-expression-in-container-expected-line-to-be-prefixed",Tl="#unexpected-type-in-code-expected-an-object-spread-spread",ud="#unexpected-extra-content-in-spread-only-a-single-spread-is-supported",ld="#could-not-parse-expression-with-acorn";function Er(e,t,r,n,a,s,u,l,c,p,m){let h=this,k=this.events.length+3,x=0,y,E;return C;function C(d){return e.enter(r),e.enter(n),e.consume(d),e.exit(n),y=h.now(),I}function I(d){if(d===null){if(E)throw E;let D=new oe("Unexpected end of file in expression, expected a corresponding closing brace for `{`",{place:h.now(),ruleId:"unexpected-eof",source:"micromark-extension-mdx-expression"});throw D.url=Sr+sd,D}if(M(d))return e.enter("lineEnding"),e.consume(d),e.exit("lineEnding"),S;if(d===125&&x===0){let D=s?cd.call(h,s,u,a,k,y,p||!1,c||!1):{type:"ok",estree:void 0};if(D.type==="ok"){e.enter(n),e.consume(d),e.exit(n);let N=e.exit(r);return l&&D.estree&&Object.assign(N,{estree:D.estree}),t}return E=D.message,e.enter(a),e.consume(d),T}return e.enter(a),T(d)}function T(d){return d===125&&x===0||d===null||M(d)?(e.exit(a),I(d)):(d===123&&!s?x+=1:d===125&&(x-=1),e.consume(d),T)}function S(d){let D=h.now();if(D.line!==y.line&&!m&&h.parser.lazy[D.line]){let N=new oe("Unexpected lazy line in expression in container, expected line to be prefixed with `>` when in a block quote, whitespace when in a list, etc",{place:h.now(),ruleId:"unexpected-lazy",source:"micromark-extension-mdx-expression"});throw N.url=Sr+od,N}return I(d)}}function cd(e,t,r,n,a,s,u){let l=Ji(this.events.slice(n),{acorn:e,tokenTypes:[r],acornOptions:t,start:a,expression:!0,allowEmpty:s,prefix:u?"({":"",suffix:u?"})":""}),c=l.estree;if(u&&c){let p=c.body[0];if(p.type!=="ExpressionStatement"||p.expression.type!=="ObjectExpression"){let m=tr(p),h=new oe("Unexpected `"+p.type+"` in code: expected an object spread (`{...spread}`)",{place:m.start,ruleId:"non-spread",source:"micromark-extension-mdx-expression"});throw h.url=Sr+Tl,h}if(p.expression.properties[1]){let m=tr(p.expression.properties[1]),h=new oe("Unexpected extra content in spread: only a single spread is supported",{place:m.start,ruleId:"spread-extra",source:"micromark-extension-mdx-expression"});throw h.url=Sr+ud,h}if(p.expression.properties[0]&&p.expression.properties[0].type!=="SpreadElement"){let m=tr(p.expression.properties[0]),h=new oe("Unexpected `"+p.expression.properties[0].type+"` in code: only spread elements are supported",{place:m.start,ruleId:"non-spread",source:"micromark-extension-mdx-expression"});throw h.url=Sr+Tl,h}}if(l.error){let p=new oe("Could not parse expression with acorn",{cause:l.error,place:{line:l.error.loc.line,column:l.error.loc.column+1,offset:l.error.pos},ruleId:"acorn",source:"micromark-extension-mdx-expression"});return p.url=Sr+ld,{type:"nok",message:p}}return{type:"ok",estree:c}}function Wa(e){let t=e||{},r=t.addResult,n=t.acorn,a=t.spread,s=t.allowEmpty,u;if(s==null&&(s=!0),n){if(!n.parseExpressionAt)throw new Error("Expected a proper `acorn` instance passed in as `options.acorn`");u=Object.assign({ecmaVersion:2024,sourceType:"module"},t.acornOptions)}else if(t.acornOptions||t.addResult)throw new Error("Expected an `acorn` instance passed in as `options.acorn`");return{flow:{123:{name:"mdxFlowExpression",tokenize:l,concrete:!0}},text:{123:{name:"mdxTextExpression",tokenize:c}}};function l(p,m,h){let k=this;return x;function x(I){return y(I)}function y(I){return Er.call(k,p,E,"mdxFlowExpression","mdxFlowExpressionMarker","mdxFlowExpressionChunk",n,u,r,a,s)(I)}function E(I){return W(I)?K(p,C,"whitespace")(I):C(I)}function C(I){let T=k.parser.constructs.flow[60],d=(Array.isArray(T)?T:T?[T]:[]).find(function(D){return D.name==="mdxJsxFlowTag"});return I===60&&d?p.attempt(d,C,h)(I):I===null||M(I)?m(I):h(I)}}function c(p,m){let h=this;return k;function k(x){return Er.call(h,p,m,"mdxTextExpression","mdxTextExpressionMarker","mdxTextExpressionChunk",n,u,r,a,s,!0)(x)}}}var hd=/[$_\p{ID_Start}]/u,pd=/[$_\u{200C}\u{200D}\p{ID_Continue}]/u,fd=/[-$_\u{200C}\u{200D}\p{ID_Continue}]/u;var md={};function He(e){return e?hd.test(String.fromCodePoint(e)):!1}function rr(e,t){let n=(t||md).jsx?fd:pd;return e?n.test(String.fromCodePoint(e)):!1}var Pl="https://github.com/micromark/micromark-extension-mdx-jsx";function Hi(e,t,r,n,a,s,u,l,c,p,m,h,k,x,y,E,C,I,T,S,d,D,N,P,O,B,L,ae,J,H,$,ee){let fe=this,Z,me;return qe;function qe(v){return e.enter(l),e.enter(c),e.consume(v),e.exit(c),_}function _(v){return ie(v)?r(v):(Z=ye,te(v))}function ye(v){if(v===47)return e.enter(p),e.consume(v),e.exit(p),Z=Re,te;if(v===62)return vt(v);if(v!==null&&v>=0&&He(v))return e.enter(h),e.enter(k),e.consume(v),A;G(v,"before name","a character that can start a name, such as a letter, `$`, or `_`"+(v===33?" (note: to create a comment in MDX, use `{/* text */}`)":""))}function Re(v){if(v===62)return vt(v);if(v!==null&&v>=0&&He(v))return e.enter(h),e.enter(k),e.consume(v),A;G(v,"before name","a character that can start a name, such as a letter, `$`, or `_`"+(v===42||v===47?" (note: JS comments in JSX tags are not supported in MDX)":""))}function A(v){if(v!==null&&v>=0&&rr(v,{jsx:!0}))return e.consume(v),A;if(v===46||v===47||v===58||v===62||v===123||ie(v)||Ee(v))return e.exit(k),Z=_e,te(v);G(v,"in name","a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag"+(v===64?" (note: to create a link in MDX, use `[text](url)`)":""))}function _e(v){if(v===46)return e.enter(x),e.consume(v),e.exit(x),Z=Ge,te;if(v===58)return e.enter(E),e.consume(v),e.exit(E),Z=de,te;if(v===47||v===62||v===123||v!==null&&v>=0&&He(v))return e.exit(h),Ae(v);G(v,"after name","a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag")}function Ge(v){if(v!==null&&v>=0&&He(v))return e.enter(y),e.consume(v),Pt;G(v,"before member name","a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag")}function Pt(v){if(v!==null&&v>=0&&rr(v,{jsx:!0}))return e.consume(v),Pt;if(v===46||v===47||v===62||v===123||ie(v)||Ee(v))return e.exit(y),Z=We,te(v);G(v,"in member name","a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag"+(v===64?" (note: to create a link in MDX, use `[text](url)`)":""))}function We(v){if(v===46)return e.enter(x),e.consume(v),e.exit(x),Z=Ge,te;if(v===47||v===62||v===123||v!==null&&v>=0&&He(v))return e.exit(h),Ae(v);G(v,"after member name","a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag")}function de(v){if(v!==null&&v>=0&&He(v))return e.enter(C),e.consume(v),Qe;G(v,"before local name","a character that can start a name, such as a letter, `$`, or `_`"+(v===43||v!==null&&v>46&&v<58?" (note: to create a link in MDX, use `[text](url)`)":""))}function Qe(v){if(v!==null&&v>=0&&rr(v,{jsx:!0}))return e.consume(v),Qe;if(v===47||v===62||v===123||ie(v)||Ee(v))return e.exit(C),Z=Ve,te(v);G(v,"in local name","a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag")}function Ve(v){if(v===47||v===62||v===123||v!==null&&v>=0&&He(v))return e.exit(h),Ae(v);G(v,"after local name","a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag")}function Ae(v){if(v===47)return e.enter(m),e.consume(v),e.exit(m),Z=ir,te;if(v===62)return vt(v);if(v===123)return Er.call(fe,e,lt,I,T,S,n,a,s,!0,!1,u)(v);if(v!==null&&v>=0&&He(v))return e.enter(d),e.enter(D),e.enter(N),e.consume(v),ft;G(v,"before attribute name","a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag")}function lt(v){return Z=Ae,te(v)}function ft(v){if(v!==null&&v>=0&&rr(v,{jsx:!0}))return e.consume(v),ft;if(v===47||v===58||v===61||v===62||v===123||ie(v)||Ee(v))return e.exit(N),Z=zt,te(v);G(v,"in attribute name","an attribute name character such as letters, digits, `$`, or `_`; `=` to initialize a value; whitespace before attributes; or the end of the tag")}function zt(v){if(v===58)return e.enter(P),e.consume(v),e.exit(P),Z=mt,te;if(v===61)return e.exit(D),e.enter(B),e.consume(v),e.exit(B),Z=dt,te;if(v===47||v===62||v===123||ie(v)||Ee(v)||v!==null&&v>=0&&He(v))return e.exit(D),e.exit(d),Z=Ae,te(v);G(v,"after attribute name","a character that can start an attribute name, such as a letter, `$`, or `_`; `=` to initialize a value; or the end of the tag")}function mt(v){if(v!==null&&v>=0&&He(v))return e.enter(O),e.consume(v),yt;G(v,"before local attribute name","a character that can start an attribute name, such as a letter, `$`, or `_`; `=` to initialize a value; or the end of the tag")}function yt(v){if(v!==null&&v>=0&&rr(v,{jsx:!0}))return e.consume(v),yt;if(v===47||v===61||v===62||v===123||ie(v)||Ee(v))return e.exit(O),e.exit(D),Z=jt,te(v);G(v,"in local attribute name","an attribute name character such as letters, digits, `$`, or `_`; `=` to initialize a value; whitespace before attributes; or the end of the tag")}function jt(v){if(v===61)return e.enter(B),e.consume(v),e.exit(B),Z=dt,te;if(v===47||v===62||v===123||v!==null&&v>=0&&He(v))return e.exit(d),Ae(v);G(v,"after local attribute name","a character that can start an attribute name, such as a letter, `$`, or `_`; `=` to initialize a value; or the end of the tag")}function dt(v){if(v===34||v===39)return e.enter(L),e.enter(ae),e.consume(v),e.exit(ae),me=v,Oe;if(v===123)return Er.call(fe,e,Lt,H,$,ee,n,a,s,!1,!1,u)(v);G(v,"before attribute value","a character that can start an attribute value, such as `\"`, `'`, or `{`"+(v===60?" (note: to use an element or fragment as a prop value in MDX, use `{<element />}`)":""))}function Lt(v){return e.exit(d),Z=Ae,te(v)}function Oe(v){return v===null&&G(v,"in attribute value","a corresponding closing quote `"+String.fromCodePoint(me)+"`"),v===me?(e.enter(ae),e.consume(v),e.exit(ae),e.exit(L),e.exit(d),me=void 0,Z=Ae,te):M(v)?(Z=Oe,te(v)):(e.enter(J),Ut(v))}function Ut(v){return v===null||v===me||M(v)?(e.exit(J),Oe(v)):(e.consume(v),Ut)}function ir(v){if(v===62)return vt(v);G(v,"after self-closing slash","`>` to end the tag"+(v===42||v===47?" (note: JS comments in JSX tags are not supported in MDX)":""))}function vt(v){return e.enter(c),e.consume(v),e.exit(c),e.exit(l),t}function te(v){return M(v)?(e.enter("lineEnding"),e.consume(v),e.exit("lineEnding"),q):W(v)||Ee(v)?(e.enter("esWhitespace"),V(v)):Z(v)}function V(v){return M(v)?(e.exit("esWhitespace"),te(v)):W(v)||Ee(v)?(e.consume(v),V):(e.exit("esWhitespace"),Z(v))}function q(v){if(!u&&fe.parser.lazy[fe.now().line]){let z=new oe("Unexpected lazy line in container, expected line to be prefixed with `>` when in a block quote, whitespace when in a list, etc",fe.now(),"micromark-extension-mdx-jsx:unexpected-lazy");throw z.url=Pl+"#unexpected-lazy-line-in-container-expected-line-to-be",z}return te(v)}function G(v,z,Te){let Ke=new oe("Unexpected "+(v===null?"end of file":"character `"+(v===96?"` ` `":String.fromCodePoint(v))+"` ("+dd(v)+")")+" "+z+", expected "+Te,fe.now(),"micromark-extension-mdx-jsx:unexpected-"+(v===null?"eof":"character"));throw Ke.url=Pl+(v===null?"#unexpected-end-of-file-at-expected-expect":"#unexpected-character-at-expected-expect"),Ke}}function dd(e){return"U+"+e.toString(16).toUpperCase().padStart(4,"0")}function Ll(e,t){return{name:"mdxJsxTextTag",tokenize:r};function r(n,a,s){return Hi.call(this,n,a,s,e,t.acornOptions,t.addResult,!0,"mdxJsxTextTag","mdxJsxTextTagMarker","mdxJsxTextTagClosingMarker","mdxJsxTextTagSelfClosingMarker","mdxJsxTextTagName","mdxJsxTextTagNamePrimary","mdxJsxTextTagNameMemberMarker","mdxJsxTextTagNameMember","mdxJsxTextTagNamePrefixMarker","mdxJsxTextTagNameLocal","mdxJsxTextTagExpressionAttribute","mdxJsxTextTagExpressionAttributeMarker","mdxJsxTextTagExpressionAttributeValue","mdxJsxTextTagAttribute","mdxJsxTextTagAttributeName","mdxJsxTextTagAttributeNamePrimary","mdxJsxTextTagAttributeNamePrefixMarker","mdxJsxTextTagAttributeNameLocal","mdxJsxTextTagAttributeInitializerMarker","mdxJsxTextTagAttributeValueLiteral","mdxJsxTextTagAttributeValueLiteralMarker","mdxJsxTextTagAttributeValueLiteralValue","mdxJsxTextTagAttributeValueExpression","mdxJsxTextTagAttributeValueExpressionMarker","mdxJsxTextTagAttributeValueExpressionValue")}}function Fl(e,t){return{name:"mdxJsxFlowTag",tokenize:r,concrete:!0};function r(n,a,s){let u=this;return l;function l(h){return c(h)}function c(h){return Hi.call(u,n,p,s,e,t.acornOptions,t.addResult,!1,"mdxJsxFlowTag","mdxJsxFlowTagMarker","mdxJsxFlowTagClosingMarker","mdxJsxFlowTagSelfClosingMarker","mdxJsxFlowTagName","mdxJsxFlowTagNamePrimary","mdxJsxFlowTagNameMemberMarker","mdxJsxFlowTagNameMember","mdxJsxFlowTagNamePrefixMarker","mdxJsxFlowTagNameLocal","mdxJsxFlowTagExpressionAttribute","mdxJsxFlowTagExpressionAttributeMarker","mdxJsxFlowTagExpressionAttributeValue","mdxJsxFlowTagAttribute","mdxJsxFlowTagAttributeName","mdxJsxFlowTagAttributeNamePrimary","mdxJsxFlowTagAttributeNamePrefixMarker","mdxJsxFlowTagAttributeNameLocal","mdxJsxFlowTagAttributeInitializerMarker","mdxJsxFlowTagAttributeValueLiteral","mdxJsxFlowTagAttributeValueLiteralMarker","mdxJsxFlowTagAttributeValueLiteralValue","mdxJsxFlowTagAttributeValueExpression","mdxJsxFlowTagAttributeValueExpressionMarker","mdxJsxFlowTagAttributeValueExpressionValue")(h)}function p(h){return W(h)?K(n,m,"whitespace")(h):m(h)}function m(h){let k=u.parser.constructs.flow[123],y=(Array.isArray(k)?k:k?[k]:[]).find(E=>E.name==="mdxFlowExpression");return h===60?l(h):h===123&&y?n.attempt(y,m,s)(h):h===null||M(h)?a(h):s(h)}}}function Qa(e){let t=e||{},r=t.acorn,n;if(r){if(!r.parse||!r.parseExpressionAt)throw new Error("Expected a proper `acorn` instance passed in as `options.acorn`");n=Object.assign({ecmaVersion:2024,sourceType:"module"},t.acornOptions,{locations:!0})}else if(t.acornOptions||t.addResult)throw new Error("Expected an `acorn` instance passed in as `options.acorn`");return{flow:{60:Fl(r||void 0,{acornOptions:n,addResult:t.addResult||void 0})},text:{60:Ll(r||void 0,{acornOptions:n,addResult:t.addResult||void 0})}}}function Nl(){return{disable:{null:["autolink","codeIndented","htmlFlow","htmlText"]}}}var xd={tokenize:bd,partial:!0},Rl="https://github.com/micromark/micromark-extension-mdxjs-esm",gd=new Set(["ExportAllDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ImportDeclaration"]);function Ka(e){let t={tokenize:a,concrete:!0};if(!e||!e.acorn||!e.acorn.parse)throw new Error("Expected an `acorn` instance passed in as `options.acorn`");let r=e.acorn,n=Object.assign({ecmaVersion:2024,sourceType:"module"},e.acornOptions,{locations:!0});return{flow:{101:t,105:t}};function a(s,u,l){let c=this,p=c.parser.definedModuleSpecifiers||(c.parser.definedModuleSpecifiers=[]),m=this.events.length+1,h="";return c.interrupt?l:k;function k(T){return c.now().column>1?l(T):(s.enter("mdxjsEsm"),s.enter("mdxjsEsmData"),s.consume(T),h+=String.fromCharCode(T),x)}function x(T){return be(T)?(s.consume(T),h+=String.fromCharCode(T),x):(h==="import"||h==="export")&&T===32?(s.consume(T),y):l(T)}function y(T){return T===null||M(T)?(s.exit("mdxjsEsmData"),E(T)):(s.consume(T),y)}function E(T){return T===null?I(T):M(T)?s.check(xd,I,C)(T):(s.enter("mdxjsEsmData"),y(T))}function C(T){return s.enter("lineEnding"),s.consume(T),s.exit("lineEnding"),E}function I(T){let S=Ji(c.events.slice(m),{acorn:r,acornOptions:n,tokenTypes:["mdxjsEsmData"],prefix:p.length>0?"var "+p.join(",")+`
50
- `:""});if(S.error){if(T!==null&&S.swallow)return C(T);let D=new oe("Could not parse import/exports with acorn",{cause:S.error,place:{line:S.error.loc.line,column:S.error.loc.column+1,offset:S.error.pos},ruleId:"acorn",source:"micromark-extension-mdxjs-esm"});throw D.url=Rl+"#could-not-parse-importexports-with-acorn",D}if(p.length>0){let D=S.estree.body.shift()}let d=-1;for(;++d<S.estree.body.length;){let D=S.estree.body[d];if(!gd.has(D.type)){let N=new oe("Unexpected `"+D.type+"` in code: only import/exports are supported",{place:tr(D),ruleId:"non-esm",source:"micromark-extension-mdxjs-esm"});throw N.url=Rl+"#unexpected-type-in-code-only-importexports-are-supported",N}if(D.type==="ImportDeclaration"&&!c.interrupt){let N=-1;for(;++N<D.specifiers.length;){let P=D.specifiers[N];p.push(P.local.name)}}}return Object.assign(s.exit("mdxjsEsm"),e.addResult?{estree:S.estree}:void 0),u(T)}}}function bd(e,t,r){return n;function n(a){return e.enter("lineEndingBlank"),e.consume(a),e.exit("lineEndingBlank"),e.attempt(rt,t,r)}}function Ol(e){let t=Object.assign({acorn:we.extend((0,Vl.default)()),acornOptions:{ecmaVersion:2024,sourceType:"module"},addResult:!0},e);return xr([Ka(t),Wa(t),Qa(t),Nl()])}var kd={};function Gi(e){let t=this,r=e||kd,n=t.data(),a=n.micromarkExtensions||(n.micromarkExtensions=[]),s=n.fromMarkdownExtensions||(n.fromMarkdownExtensions=[]),u=n.toMarkdownExtensions||(n.toMarkdownExtensions=[]);a.push(Ol(r)),s.push(_a()),u.push(Aa(r))}var Dl={tokenize:yd};function yd(e){let t=e.attempt(this.parser.constructs.contentInitial,n,a),r;return t;function n(l){if(l===null){e.consume(l);return}return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),K(e,t,"linePrefix")}function a(l){return e.enter("paragraph"),s(l)}function s(l){let c=e.enter("chunkText",{contentType:"text",previous:r});return r&&(r.next=c),r=c,u(l)}function u(l){if(l===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(l);return}return M(l)?(e.consume(l),e.exit("chunkText"),s):(e.consume(l),u)}}var Ml={tokenize:vd},Bl={tokenize:wd};function vd(e){let t=this,r=[],n=0,a,s,u;return l;function l(S){if(n<r.length){let d=r[n];return t.containerState=d[1],e.attempt(d[0].continuation,c,p)(S)}return p(S)}function c(S){if(n++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,a&&T();let d=t.events.length,D=d,N;for(;D--;)if(t.events[D][0]==="exit"&&t.events[D][1].type==="chunkFlow"){N=t.events[D][1].end;break}I(n);let P=d;for(;P<t.events.length;)t.events[P][1].end=Object.assign({},N),P++;return ke(t.events,D+1,0,t.events.slice(d)),t.events.length=P,p(S)}return l(S)}function p(S){if(n===r.length){if(!a)return k(S);if(a.currentConstruct&&a.currentConstruct.concrete)return y(S);t.interrupt=!!(a.currentConstruct&&!a._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(Bl,m,h)(S)}function m(S){return a&&T(),I(n),k(S)}function h(S){return t.parser.lazy[t.now().line]=n!==r.length,u=t.now().offset,y(S)}function k(S){return t.containerState={},e.attempt(Bl,x,y)(S)}function x(S){return n++,r.push([t.currentConstruct,t.containerState]),k(S)}function y(S){if(S===null){a&&T(),I(0),e.consume(S);return}return a=a||t.parser.flow(t.now()),e.enter("chunkFlow",{contentType:"flow",previous:s,_tokenizer:a}),E(S)}function E(S){if(S===null){C(e.exit("chunkFlow"),!0),I(0),e.consume(S);return}return M(S)?(e.consume(S),C(e.exit("chunkFlow")),n=0,t.interrupt=void 0,l):(e.consume(S),E)}function C(S,d){let D=t.sliceStream(S);if(d&&D.push(null),S.previous=s,s&&(s.next=S),s=S,a.defineSkip(S.start),a.write(D),t.parser.lazy[S.start.line]){let N=a.events.length;for(;N--;)if(a.events[N][1].start.offset<u&&(!a.events[N][1].end||a.events[N][1].end.offset>u))return;let P=t.events.length,O=P,B,L;for(;O--;)if(t.events[O][0]==="exit"&&t.events[O][1].type==="chunkFlow"){if(B){L=t.events[O][1].end;break}B=!0}for(I(n),N=P;N<t.events.length;)t.events[N][1].end=Object.assign({},L),N++;ke(t.events,O+1,0,t.events.slice(P)),t.events.length=N}}function I(S){let d=r.length;for(;d-- >S;){let D=r[d];t.containerState=D[1],D[0].exit.call(t,e)}r.length=S}function T(){a.write([null]),s=void 0,a=void 0,t.containerState._closeFlow=void 0}}function wd(e,t,r){return K(e,e.attempt(this.parser.constructs.document,t,r),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}var ql={tokenize:Cd};function Cd(e){let t=this,r=e.attempt(rt,n,e.attempt(this.parser.constructs.flowInitial,a,K(e,e.attempt(this.parser.constructs.flow,a,e.attempt(ta,a)),"linePrefix")));return r;function n(s){if(s===null){e.consume(s);return}return e.enter("lineEndingBlank"),e.consume(s),e.exit("lineEndingBlank"),t.currentConstruct=void 0,r}function a(s){if(s===null){e.consume(s);return}return e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),t.currentConstruct=void 0,r}}var zl={resolveAll:Hl()},jl=Jl("string"),Ul=Jl("text");function Jl(e){return{tokenize:t,resolveAll:Hl(e==="text"?Sd:void 0)};function t(r){let n=this,a=this.parser.constructs[e],s=r.attempt(a,u,l);return u;function u(m){return p(m)?s(m):l(m)}function l(m){if(m===null){r.consume(m);return}return r.enter("data"),r.consume(m),c}function c(m){return p(m)?(r.exit("data"),s(m)):(r.consume(m),c)}function p(m){if(m===null)return!0;let h=a[m],k=-1;if(h)for(;++k<h.length;){let x=h[k];if(!x.previous||x.previous.call(n,n.previous))return!0}return!1}}}function Hl(e){return t;function t(r,n){let a=-1,s;for(;++a<=r.length;)s===void 0?r[a]&&r[a][1].type==="data"&&(s=a,a++):(!r[a]||r[a][1].type!=="data")&&(a!==s+2&&(r[s][1].end=r[a-1][1].end,r.splice(s+2,a-s-2),a=s+2),s=void 0);return e?e(r,n):r}}function Sd(e,t){let r=0;for(;++r<=e.length;)if((r===e.length||e[r][1].type==="lineEnding")&&e[r-1][1].type==="data"){let n=e[r-1][1],a=t.sliceStream(n),s=a.length,u=-1,l=0,c;for(;s--;){let p=a[s];if(typeof p=="string"){for(u=p.length;p.charCodeAt(u-1)===32;)l++,u--;if(u)break;u=-1}else if(p===-2)c=!0,l++;else if(p!==-1){s++;break}}if(l){let p={type:r===e.length||c||l<2?"lineSuffix":"hardBreakTrailing",start:{line:n.end.line,column:n.end.column-l,offset:n.end.offset-l,_index:n.start._index+s,_bufferIndex:s?u:n.start._bufferIndex+u},end:Object.assign({},n.end)};n.end=Object.assign({},p.start),n.start.offset===n.end.offset?Object.assign(n,p):(e.splice(r,0,["enter",p,t],["exit",p,t]),r+=2)}r++}return e}function Gl(e,t,r){let n=Object.assign(r?Object.assign({},r):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1}),a={},s=[],u=[],l=[],c=!0,p={consume:d,enter:D,exit:N,attempt:B(P),check:B(O),interrupt:B(O,{interrupt:!0})},m={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:E,sliceSerialize:y,now:C,defineSkip:I,write:x},h=t.tokenize.call(m,p),k;return t.resolveAll&&s.push(t),m;function x(H){return u=Be(u,H),T(),u[u.length-1]!==null?[]:(L(t,0),m.events=Ot(s,m.events,m),m.events)}function y(H,$){return _d(E(H),$)}function E(H){return Ed(u,H)}function C(){let{line:H,column:$,offset:ee,_index:fe,_bufferIndex:Z}=n;return{line:H,column:$,offset:ee,_index:fe,_bufferIndex:Z}}function I(H){a[H.line]=H.column,J()}function T(){let H;for(;n._index<u.length;){let $=u[n._index];if(typeof $=="string")for(H=n._index,n._bufferIndex<0&&(n._bufferIndex=0);n._index===H&&n._bufferIndex<$.length;)S($.charCodeAt(n._bufferIndex));else S($)}}function S(H){c=void 0,k=H,h=h(H)}function d(H){M(H)?(n.line++,n.column=1,n.offset+=H===-3?2:1,J()):H!==-1&&(n.column++,n.offset++),n._bufferIndex<0?n._index++:(n._bufferIndex++,n._bufferIndex===u[n._index].length&&(n._bufferIndex=-1,n._index++)),m.previous=H,c=!0}function D(H,$){let ee=$||{};return ee.type=H,ee.start=C(),m.events.push(["enter",ee,m]),l.push(ee),ee}function N(H){let $=l.pop();return $.end=C(),m.events.push(["exit",$,m]),$}function P(H,$){L(H,$.from)}function O(H,$){$.restore()}function B(H,$){return ee;function ee(fe,Z,me){let qe,_,ye,Re;return Array.isArray(fe)?_e(fe):"tokenize"in fe?_e([fe]):A(fe);function A(de){return Qe;function Qe(Ve){let Ae=Ve!==null&&de[Ve],lt=Ve!==null&&de.null,ft=[...Array.isArray(Ae)?Ae:Ae?[Ae]:[],...Array.isArray(lt)?lt:lt?[lt]:[]];return _e(ft)(Ve)}}function _e(de){return qe=de,_=0,de.length===0?me:Ge(de[_])}function Ge(de){return Qe;function Qe(Ve){return Re=ae(),ye=de,de.partial||(m.currentConstruct=de),de.name&&m.parser.constructs.disable.null.includes(de.name)?We(Ve):de.tokenize.call($?Object.assign(Object.create(m),$):m,p,Pt,We)(Ve)}}function Pt(de){return c=!0,H(ye,Re),Z}function We(de){return c=!0,Re.restore(),++_<qe.length?Ge(qe[_]):me}}}function L(H,$){H.resolveAll&&!s.includes(H)&&s.push(H),H.resolve&&ke(m.events,$,m.events.length-$,H.resolve(m.events.slice($),m)),H.resolveTo&&(m.events=H.resolveTo(m.events,m))}function ae(){let H=C(),$=m.previous,ee=m.currentConstruct,fe=m.events.length,Z=Array.from(l);return{restore:me,from:fe};function me(){n=H,m.previous=$,m.currentConstruct=ee,m.events.length=fe,l=Z,J()}}function J(){n.line in a&&n.column<2&&(n.column=a[n.line],n.offset+=a[n.line]-1)}}function Ed(e,t){let r=t.start._index,n=t.start._bufferIndex,a=t.end._index,s=t.end._bufferIndex,u;if(r===a)u=[e[r].slice(n,s)];else{if(u=e.slice(r,a),n>-1){let l=u[0];typeof l=="string"?u[0]=l.slice(n):u.shift()}s>0&&u.push(e[a].slice(0,s))}return u}function _d(e,t){let r=-1,n=[],a;for(;++r<e.length;){let s=e[r],u;if(typeof s=="string")u=s;else switch(s){case-5:{u="\r";break}case-4:{u=`
51
- `;break}case-3:{u=`\r
52
- `;break}case-2:{u=t?" ":" ";break}case-1:{if(!t&&a)continue;u=" ";break}default:u=String.fromCharCode(s)}a=s===-2,n.push(u)}return n.join("")}var Xa={};_s(Xa,{attentionMarkers:()=>Rd,contentInitial:()=>Id,disable:()=>Vd,document:()=>Ad,flow:()=>Pd,flowInitial:()=>Td,insideSpan:()=>Nd,string:()=>Ld,text:()=>Fd});var Ad={42:Ne,43:Ne,45:Ne,48:Ne,49:Ne,50:Ne,51:Ne,52:Ne,53:Ne,54:Ne,55:Ne,56:Ne,57:Ne,62:yi},Id={91:ra},Td={[-2]:Br,[-1]:Br,32:Br},Pd={35:na,42:er,45:[Ii,er],60:sa,61:Ii,95:er,96:Ci,126:Ci},Ld={38:wi,92:vi},Fd={[-5]:Mr,[-4]:Mr,[-3]:Mr,33:ua,38:wi,42:Dr,60:[Zn,oa],91:la,92:[ia,vi],93:Zt,95:Dr,96:ea},Nd={null:[Dr,zl]},Rd={null:[42,95]},Vd={null:[]};function Ya(e){let r=xr([Xa,...(e||{}).extensions||[]]),n={defined:[],lazy:{},constructs:r,content:a(Dl),document:a(Ml),flow:a(ql),string:a(jl),text:a(Ul)};return n;function a(s){return u;function u(l){return Gl(n,s,l)}}}function $a(e){for(;!Si(e););return e}var Wl=/[\0\t\n\r]/g;function Za(){let e=1,t="",r=!0,n;return a;function a(s,u,l){let c=[],p,m,h,k,x;for(s=t+(typeof s=="string"?s.toString():new TextDecoder(u||void 0).decode(s)),h=0,t="",r&&(s.charCodeAt(0)===65279&&h++,r=void 0);h<s.length;){if(Wl.lastIndex=h,p=Wl.exec(s),k=p&&p.index!==void 0?p.index:s.length,x=s.charCodeAt(k),!p){t=s.slice(h);break}if(x===10&&h===k&&n)c.push(-3),n=void 0;else switch(n&&(c.push(-5),n=void 0),h<k&&(c.push(s.slice(h,k)),e+=k-h),x){case 0:{c.push(65533),e++;break}case 9:{for(m=Math.ceil(e/4)*4,c.push(-2);e++<m;)c.push(-1);break}case 10:{c.push(-4),e=1;break}default:n=!0,e=1}h=k+1}return l&&(n&&c.push(-5),t&&c.push(t),c.push(null)),c}}var Kl={}.hasOwnProperty;function es(e,t,r){return typeof t!="string"&&(r=t,t=void 0),Od(r)($a(Ya(r).document().write(Za()(e,t,!0))))}function Od(e){let t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:s(dt),autolinkProtocol:B,autolinkEmail:B,atxHeading:s(zt),blockQuote:s(Qe),characterEscape:B,characterReference:B,codeFenced:s(Ve),codeFencedFenceInfo:u,codeFencedFenceMeta:u,codeIndented:s(Ve,u),codeText:s(Ae,u),codeTextData:B,data:B,codeFlowValue:B,definition:s(lt),definitionDestinationString:u,definitionLabelString:u,definitionTitleString:u,emphasis:s(ft),hardBreakEscape:s(mt),hardBreakTrailing:s(mt),htmlFlow:s(yt,u),htmlFlowData:B,htmlText:s(yt,u),htmlTextData:B,image:s(jt),label:u,link:s(dt),listItem:s(Oe),listItemValue:k,listOrdered:s(Lt,h),listUnordered:s(Lt),paragraph:s(Ut),reference:A,referenceString:u,resourceDestinationString:u,resourceTitleString:u,setextHeading:s(zt),strong:s(ir),thematicBreak:s(te)},exit:{atxHeading:c(),atxHeadingSequence:D,autolink:c(),autolinkEmail:de,autolinkProtocol:We,blockQuote:c(),characterEscapeValue:L,characterReferenceMarkerHexadecimal:Ge,characterReferenceMarkerNumeric:Ge,characterReferenceValue:Pt,codeFenced:c(C),codeFencedFence:E,codeFencedFenceInfo:x,codeFencedFenceMeta:y,codeFlowValue:L,codeIndented:c(I),codeText:c(ee),codeTextData:L,data:L,definition:c(),definitionDestinationString:d,definitionLabelString:T,definitionTitleString:S,emphasis:c(),hardBreakEscape:c(J),hardBreakTrailing:c(J),htmlFlow:c(H),htmlFlowData:L,htmlText:c($),htmlTextData:L,image:c(Z),label:qe,labelText:me,lineEnding:ae,link:c(fe),listItem:c(),listOrdered:c(),listUnordered:c(),paragraph:c(),referenceString:_e,resourceDestinationString:_,resourceTitleString:ye,resource:Re,setextHeading:c(O),setextHeadingLineSequence:P,setextHeadingText:N,strong:c(),thematicBreak:c()}};Xl(t,(e||{}).mdastExtensions||[]);let r={};return n;function n(V){let q={type:"root",children:[]},G={stack:[q],tokenStack:[],config:t,enter:l,exit:p,buffer:u,resume:m,data:r},v=[],z=-1;for(;++z<V.length;)if(V[z][1].type==="listOrdered"||V[z][1].type==="listUnordered")if(V[z][0]==="enter")v.push(z);else{let Te=v.pop();z=a(V,Te,z)}for(z=-1;++z<V.length;){let Te=t[V[z][0]];Kl.call(Te,V[z][1].type)&&Te[V[z][1].type].call(Object.assign({sliceSerialize:V[z][2].sliceSerialize},G),V[z][1])}if(G.tokenStack.length>0){let Te=G.tokenStack[G.tokenStack.length-1];(Te[1]||Ql).call(G,void 0,Te[0])}for(q.position={start:qt(V.length>0?V[0][1].start:{line:1,column:1,offset:0}),end:qt(V.length>0?V[V.length-2][1].end:{line:1,column:1,offset:0})},z=-1;++z<t.transforms.length;)q=t.transforms[z](q)||q;return q}function a(V,q,G){let v=q-1,z=-1,Te=!1,Ke,ct,ht,wt;for(;++v<=G;){let Le=V[v];switch(Le[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Le[0]==="enter"?z++:z--,wt=void 0;break}case"lineEndingBlank":{Le[0]==="enter"&&(Ke&&!wt&&!z&&!ht&&(ht=v),wt=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:wt=void 0}if(!z&&Le[0]==="enter"&&Le[1].type==="listItemPrefix"||z===-1&&Le[0]==="exit"&&(Le[1].type==="listUnordered"||Le[1].type==="listOrdered")){if(Ke){let Ft=v;for(ct=void 0;Ft--;){let ze=V[Ft];if(ze[1].type==="lineEnding"||ze[1].type==="lineEndingBlank"){if(ze[0]==="exit")continue;ct&&(V[ct][1].type="lineEndingBlank",Te=!0),ze[1].type="lineEnding",ct=Ft}else if(!(ze[1].type==="linePrefix"||ze[1].type==="blockQuotePrefix"||ze[1].type==="blockQuotePrefixWhitespace"||ze[1].type==="blockQuoteMarker"||ze[1].type==="listItemIndent"))break}ht&&(!ct||ht<ct)&&(Ke._spread=!0),Ke.end=Object.assign({},ct?V[ct][1].start:Le[1].end),V.splice(ct||v,0,["exit",Ke,Le[2]]),v++,G++}if(Le[1].type==="listItemPrefix"){let Ft={type:"listItem",_spread:!1,start:Object.assign({},Le[1].start),end:void 0};Ke=Ft,V.splice(v,0,["enter",Ft,Le[2]]),v++,G++,ht=void 0,wt=!0}}}return V[q][1]._spread=Te,G}function s(V,q){return G;function G(v){l.call(this,V(v),v),q&&q.call(this,v)}}function u(){this.stack.push({type:"fragment",children:[]})}function l(V,q,G){this.stack[this.stack.length-1].children.push(V),this.stack.push(V),this.tokenStack.push([q,G]),V.position={start:qt(q.start),end:void 0}}function c(V){return q;function q(G){V&&V.call(this,G),p.call(this,G)}}function p(V,q){let G=this.stack.pop(),v=this.tokenStack.pop();if(v)v[0].type!==V.type&&(q?q.call(this,V,v[0]):(v[1]||Ql).call(this,V,v[0]));else throw new Error("Cannot close `"+V.type+"` ("+Je({start:V.start,end:V.end})+"): it\u2019s not open");G.position.end=qt(V.end)}function m(){return Xt(this.stack.pop())}function h(){this.data.expectingFirstListItemValue=!0}function k(V){if(this.data.expectingFirstListItemValue){let q=this.stack[this.stack.length-2];q.start=Number.parseInt(this.sliceSerialize(V),10),this.data.expectingFirstListItemValue=void 0}}function x(){let V=this.resume(),q=this.stack[this.stack.length-1];q.lang=V}function y(){let V=this.resume(),q=this.stack[this.stack.length-1];q.meta=V}function E(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function C(){let V=this.resume(),q=this.stack[this.stack.length-1];q.value=V.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function I(){let V=this.resume(),q=this.stack[this.stack.length-1];q.value=V.replace(/(\r?\n|\r)$/g,"")}function T(V){let q=this.resume(),G=this.stack[this.stack.length-1];G.label=q,G.identifier=Fe(this.sliceSerialize(V)).toLowerCase()}function S(){let V=this.resume(),q=this.stack[this.stack.length-1];q.title=V}function d(){let V=this.resume(),q=this.stack[this.stack.length-1];q.url=V}function D(V){let q=this.stack[this.stack.length-1];if(!q.depth){let G=this.sliceSerialize(V).length;q.depth=G}}function N(){this.data.setextHeadingSlurpLineEnding=!0}function P(V){let q=this.stack[this.stack.length-1];q.depth=this.sliceSerialize(V).codePointAt(0)===61?1:2}function O(){this.data.setextHeadingSlurpLineEnding=void 0}function B(V){let G=this.stack[this.stack.length-1].children,v=G[G.length-1];(!v||v.type!=="text")&&(v=vt(),v.position={start:qt(V.start),end:void 0},G.push(v)),this.stack.push(v)}function L(V){let q=this.stack.pop();q.value+=this.sliceSerialize(V),q.position.end=qt(V.end)}function ae(V){let q=this.stack[this.stack.length-1];if(this.data.atHardBreak){let G=q.children[q.children.length-1];G.position.end=qt(V.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(q.type)&&(B.call(this,V),L.call(this,V))}function J(){this.data.atHardBreak=!0}function H(){let V=this.resume(),q=this.stack[this.stack.length-1];q.value=V}function $(){let V=this.resume(),q=this.stack[this.stack.length-1];q.value=V}function ee(){let V=this.resume(),q=this.stack[this.stack.length-1];q.value=V}function fe(){let V=this.stack[this.stack.length-1];if(this.data.inReference){let q=this.data.referenceType||"shortcut";V.type+="Reference",V.referenceType=q,delete V.url,delete V.title}else delete V.identifier,delete V.label;this.data.referenceType=void 0}function Z(){let V=this.stack[this.stack.length-1];if(this.data.inReference){let q=this.data.referenceType||"shortcut";V.type+="Reference",V.referenceType=q,delete V.url,delete V.title}else delete V.identifier,delete V.label;this.data.referenceType=void 0}function me(V){let q=this.sliceSerialize(V),G=this.stack[this.stack.length-2];G.label=Yo(q),G.identifier=Fe(q).toLowerCase()}function qe(){let V=this.stack[this.stack.length-1],q=this.resume(),G=this.stack[this.stack.length-1];if(this.data.inReference=!0,G.type==="link"){let v=V.children;G.children=v}else G.alt=q}function _(){let V=this.resume(),q=this.stack[this.stack.length-1];q.url=V}function ye(){let V=this.resume(),q=this.stack[this.stack.length-1];q.title=V}function Re(){this.data.inReference=void 0}function A(){this.data.referenceType="collapsed"}function _e(V){let q=this.resume(),G=this.stack[this.stack.length-1];G.label=q,G.identifier=Fe(this.sliceSerialize(V)).toLowerCase(),this.data.referenceType="full"}function Ge(V){this.data.characterReferenceType=V.type}function Pt(V){let q=this.sliceSerialize(V),G=this.data.characterReferenceType,v;G?(v=ki(q,G==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):v=Et(q);let z=this.stack.pop();z.value+=v,z.position.end=qt(V.end)}function We(V){L.call(this,V);let q=this.stack[this.stack.length-1];q.url=this.sliceSerialize(V)}function de(V){L.call(this,V);let q=this.stack[this.stack.length-1];q.url="mailto:"+this.sliceSerialize(V)}function Qe(){return{type:"blockquote",children:[]}}function Ve(){return{type:"code",lang:null,meta:null,value:""}}function Ae(){return{type:"inlineCode",value:""}}function lt(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function ft(){return{type:"emphasis",children:[]}}function zt(){return{type:"heading",depth:0,children:[]}}function mt(){return{type:"break"}}function yt(){return{type:"html",value:""}}function jt(){return{type:"image",title:null,url:"",alt:null}}function dt(){return{type:"link",title:null,url:"",children:[]}}function Lt(V){return{type:"list",ordered:V.type==="listOrdered",start:null,spread:V._spread,children:[]}}function Oe(V){return{type:"listItem",spread:V._spread,checked:null,children:[]}}function Ut(){return{type:"paragraph",children:[]}}function ir(){return{type:"strong",children:[]}}function vt(){return{type:"text",value:""}}function te(){return{type:"thematicBreak"}}}function qt(e){return{line:e.line,column:e.column,offset:e.offset}}function Xl(e,t){let r=-1;for(;++r<t.length;){let n=t[r];Array.isArray(n)?Xl(e,n):Dd(e,n)}}function Dd(e,t){let r;for(r in t)if(Kl.call(t,r))switch(r){case"canContainEols":{let n=t[r];n&&e[r].push(...n);break}case"transforms":{let n=t[r];n&&e[r].push(...n);break}case"enter":case"exit":{let n=t[r];n&&Object.assign(e[r],n);break}}}function Ql(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+Je({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Je({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+Je({start:t.start,end:t.end})+") is still open")}function Wi(e){let t=this;t.parser=r;function r(n){return es(n,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}var Bd=e=>fn().use(Wi).use(fi,["yaml"]).use(Li).use(Gi).use(Fi).parse(e),Md=(0,Yl.default)("@textlint/markdown-to-ast");function Zl(e){let r=e.charCodeAt(0)===65279?e.slice(1):e,n=Bd(r);return(0,$l.default)(n).forEach(function(a){let s=a&&Object.prototype.hasOwnProperty.call(a,"type")&&/^(mdxJsxFlowElement|mdxJsxTextElement|mdxjsEsm|mdxFlowExpression|mdxTextExpression)$/.test(a.type);if(this.notLeaf){if(s)a.type==="mdxJsxFlowElement"?a.type=_r.ASTNodeTypes.Html:a.type==="mdxJsxTextElement"?a.type=_r.ASTNodeTypes.Paragraph:(a.type==="mdxjsEsm"||a.type==="mdxFlowExpression"||a.type==="mdxTextExpression")&&(Object.prototype.hasOwnProperty.call(a,"value")&&/^(\/\*(.|\s)*\*\/)$/.test(a.value)?(a.type=_r.ASTNodeTypes.Comment,a.value=a.value.replace(/^(\/\*)/,"").replace(/\*\/$/,"")):a.type=a.type==="mdxTextExpression"?_r.ASTNodeTypes.Code:_r.ASTNodeTypes.CodeBlock),Object.prototype.hasOwnProperty.call(a,"attributes")&&(a.attributes=void 0),Object.prototype.hasOwnProperty.call(a,"name")&&(a.name=void 0),Object.prototype.hasOwnProperty.call(a,"data")&&(a.data=void 0);else if(a.type){let u=Ks[a.type];u?a.type=u:Md(`replacedType : ${u} , node.type: ${a.type}`)}if(a.position){let u=a.position,l={start:{line:u.start.line,column:Math.max(u.start.column-1,0)},end:{line:u.end.line,column:Math.max(u.end.column-1,0)}},c=[u.start.offset,u.end.offset];a.loc=l,a.range=c,a.raw=r.slice(c[0],c[1]),Object.defineProperty(a,"position",{enumerable:!1,configurable:!1,writable:!1,value:u})}}}),n}var Qi=class{config;extensions;constructor(t={}){this.config=t,this.extensions=this.config.extensions?this.config.extensions:[]}availableExtensions(){return[".mdx"].concat(this.extensions)}processor(t){return{preProcess(r,n){return Zl(r)},postProcess(r,n){return{messages:r,filePath:n||"<mdx>"}}}}};var qd={Processor:Qi};
53
+ `;break}case-2:{s=" ";break}case-1:{if(n)continue;s=" ";break}default:s=String.fromCharCode(a)}n=a===-2,r.push(s)}return r.join("")}function nr(e){let t=e||{},r=t.loc||{},n=t.range||[void 0,void 0],a=Xl(r.start,n[0]||t.start),s=Xl(r.end,n[1]||t.end);if(a&&s)return{start:a,end:s}}function Xl(e,t){if(e&&typeof e=="object"){let r="line"in e?hs(e.line):void 0,n="column"in e?hs(e.column):void 0;if(r&&n!==void 0)return{line:r,column:n+1,offset:hs(t)}}}function hs(e){return typeof e=="number"&&e>-1?e:void 0}var Tr="https://github.com/micromark/micromark-extension-mdx-expression/tree/main/packages/micromark-extension-mdx-expression",tx="#unexpected-end-of-file-in-expression-expected-a-corresponding-closing-brace-for-",rx="#unexpected-lazy-line-in-expression-in-container-expected-line-to-be-prefixed",Yl="#unexpected-type-in-code-expected-an-object-spread-spread",ix="#unexpected-extra-content-in-spread-only-a-single-spread-is-supported",nx="#could-not-parse-expression-with-acorn";function Lr(e,t,r,n,a,s,o,l,c,p,f){let h=this,b=this.events.length+3,x=0,k,S;return w;function w(d){return e.enter(r),e.enter(n),e.consume(d),e.exit(n),k=h.now(),A}function A(d){if(d===null){if(S)throw S;let q=new ue("Unexpected end of file in expression, expected a corresponding closing brace for `{`",{place:h.now(),ruleId:"unexpected-eof",source:"micromark-extension-mdx-expression"});throw q.url=Tr+tx,q}if(B(d))return e.enter("lineEnding"),e.consume(d),e.exit("lineEnding"),E;if(d===125&&x===0){let q=s?ax.call(h,s,o,a,b,k,p||!1,c||!1):{type:"ok",estree:void 0};if(q.type==="ok"){e.enter(n),e.consume(d),e.exit(n);let R=e.exit(r);return l&&q.estree&&Object.assign(R,{estree:q.estree}),t}return S=q.message,e.enter(a),e.consume(d),T}return e.enter(a),T(d)}function T(d){return d===125&&x===0||d===null||B(d)?(e.exit(a),A(d)):(d===123&&!s?x+=1:d===125&&(x-=1),e.consume(d),T)}function E(d){let q=h.now();if(q.line!==k.line&&!f&&h.parser.lazy[q.line]){let R=new ue("Unexpected lazy line in expression in container, expected line to be prefixed with `>` when in a block quote, whitespace when in a list, etc",{place:h.now(),ruleId:"unexpected-lazy",source:"micromark-extension-mdx-expression"});throw R.url=Tr+rx,R}return A(d)}}function ax(e,t,r,n,a,s,o){let l=Yi(this.events.slice(n),{acorn:e,tokenTypes:[r],acornOptions:t,start:a,expression:!0,allowEmpty:s,prefix:o?"({":"",suffix:o?"})":""}),c=l.estree;if(o&&c){let p=c.body[0];if(p.type!=="ExpressionStatement"||p.expression.type!=="ObjectExpression"){let f=nr(p),h=new ue("Unexpected `"+p.type+"` in code: expected an object spread (`{...spread}`)",{place:f.start,ruleId:"non-spread",source:"micromark-extension-mdx-expression"});throw h.url=Tr+Yl,h}if(p.expression.properties[1]){let f=nr(p.expression.properties[1]),h=new ue("Unexpected extra content in spread: only a single spread is supported",{place:f.start,ruleId:"spread-extra",source:"micromark-extension-mdx-expression"});throw h.url=Tr+ix,h}if(p.expression.properties[0]&&p.expression.properties[0].type!=="SpreadElement"){let f=nr(p.expression.properties[0]),h=new ue("Unexpected `"+p.expression.properties[0].type+"` in code: only spread elements are supported",{place:f.start,ruleId:"non-spread",source:"micromark-extension-mdx-expression"});throw h.url=Tr+Yl,h}}if(l.error){let p=new ue("Could not parse expression with acorn",{cause:l.error,place:{line:l.error.loc.line,column:l.error.loc.column+1,offset:l.error.pos},ruleId:"acorn",source:"micromark-extension-mdx-expression"});return p.url=Tr+nx,{type:"nok",message:p}}return{type:"ok",estree:c}}function ps(e){let t=e||{},r=t.addResult,n=t.acorn,a=t.spread,s=t.allowEmpty,o;if(s==null&&(s=!0),n){if(!n.parseExpressionAt)throw new Error("Expected a proper `acorn` instance passed in as `options.acorn`");o=Object.assign({ecmaVersion:2024,sourceType:"module"},t.acornOptions)}else if(t.acornOptions||t.addResult)throw new Error("Expected an `acorn` instance passed in as `options.acorn`");return{flow:{123:{name:"mdxFlowExpression",tokenize:l,concrete:!0}},text:{123:{name:"mdxTextExpression",tokenize:c}}};function l(p,f,h){let b=this;return x;function x(A){return k(A)}function k(A){return Lr.call(b,p,S,"mdxFlowExpression","mdxFlowExpressionMarker","mdxFlowExpressionChunk",n,o,r,a,s)(A)}function S(A){return Q(A)?G(p,w,"whitespace")(A):w(A)}function w(A){let T=b.parser.constructs.flow[60],d=(Array.isArray(T)?T:T?[T]:[]).find(function(q){return q.name==="mdxJsxFlowTag"});return A===60&&d?p.attempt(d,w,h)(A):A===null||B(A)?f(A):h(A)}}function c(p,f){let h=this;return b;function b(x){return Lr.call(h,p,f,"mdxTextExpression","mdxTextExpressionMarker","mdxTextExpressionChunk",n,o,r,a,s,!0)(x)}}}var sx=/[$_\p{ID_Start}]/u,ox=/[$_\u{200C}\u{200D}\p{ID_Continue}]/u,ux=/[-$_\u{200C}\u{200D}\p{ID_Continue}]/u;var lx={};function Ge(e){return e?sx.test(String.fromCodePoint(e)):!1}function ar(e,t){let n=(t||lx).jsx?ux:ox;return e?n.test(String.fromCodePoint(e)):!1}var $l="https://github.com/micromark/micromark-extension-mdx-jsx";function $i(e,t,r,n,a,s,o,l,c,p,f,h,b,x,k,S,w,A,T,E,d,q,R,L,M,N,P,re,J,W,$,F){let te=this,ie,me;return qe;function qe(v){return e.enter(l),e.enter(c),e.consume(v),e.exit(c),_}function _(v){return ee(v)?r(v):(ie=ve,ne(v))}function ve(v){if(v===47)return e.enter(p),e.consume(v),e.exit(p),ie=Re,ne;if(v===62)return Ct(v);if(v!==null&&v>=0&&Ge(v))return e.enter(h),e.enter(b),e.consume(v),I;K(v,"before name","a character that can start a name, such as a letter, `$`, or `_`"+(v===33?" (note: to create a comment in MDX, use `{/* text */}`)":""))}function Re(v){if(v===62)return Ct(v);if(v!==null&&v>=0&&Ge(v))return e.enter(h),e.enter(b),e.consume(v),I;K(v,"before name","a character that can start a name, such as a letter, `$`, or `_`"+(v===42||v===47?" (note: JS comments in JSX tags are not supported in MDX)":""))}function I(v){if(v!==null&&v>=0&&ar(v,{jsx:!0}))return e.consume(v),I;if(v===46||v===47||v===58||v===62||v===123||ee(v)||ge(v))return e.exit(b),ie=Ae,ne(v);K(v,"in name","a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag"+(v===64?" (note: to create a link in MDX, use `[text](url)`)":""))}function Ae(v){if(v===46)return e.enter(x),e.consume(v),e.exit(x),ie=We,ne;if(v===58)return e.enter(S),e.consume(v),e.exit(S),ie=de,ne;if(v===47||v===62||v===123||v!==null&&v>=0&&Ge(v))return e.exit(h),_e(v);K(v,"after name","a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag")}function We(v){if(v!==null&&v>=0&&Ge(v))return e.enter(k),e.consume(v),Nt;K(v,"before member name","a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag")}function Nt(v){if(v!==null&&v>=0&&ar(v,{jsx:!0}))return e.consume(v),Nt;if(v===46||v===47||v===62||v===123||ee(v)||ge(v))return e.exit(k),ie=Qe,ne(v);K(v,"in member name","a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag"+(v===64?" (note: to create a link in MDX, use `[text](url)`)":""))}function Qe(v){if(v===46)return e.enter(x),e.consume(v),e.exit(x),ie=We,ne;if(v===47||v===62||v===123||v!==null&&v>=0&&Ge(v))return e.exit(h),_e(v);K(v,"after member name","a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag")}function de(v){if(v!==null&&v>=0&&Ge(v))return e.enter(w),e.consume(v),Ke;K(v,"before local name","a character that can start a name, such as a letter, `$`, or `_`"+(v===43||v!==null&&v>46&&v<58?" (note: to create a link in MDX, use `[text](url)`)":""))}function Ke(v){if(v!==null&&v>=0&&ar(v,{jsx:!0}))return e.consume(v),Ke;if(v===47||v===62||v===123||ee(v)||ge(v))return e.exit(w),ie=Ve,ne(v);K(v,"in local name","a name character such as letters, digits, `$`, or `_`; whitespace before attributes; or the end of the tag")}function Ve(v){if(v===47||v===62||v===123||v!==null&&v>=0&&Ge(v))return e.exit(h),_e(v);K(v,"after local name","a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag")}function _e(v){if(v===47)return e.enter(f),e.consume(v),e.exit(f),ie=sr,ne;if(v===62)return Ct(v);if(v===123)return Lr.call(te,e,ht,A,T,E,n,a,s,!0,!1,o)(v);if(v!==null&&v>=0&&Ge(v))return e.enter(d),e.enter(q),e.enter(R),e.consume(v),dt;K(v,"before attribute name","a character that can start an attribute name, such as a letter, `$`, or `_`; whitespace before attributes; or the end of the tag")}function ht(v){return ie=_e,ne(v)}function dt(v){if(v!==null&&v>=0&&ar(v,{jsx:!0}))return e.consume(v),dt;if(v===47||v===58||v===61||v===62||v===123||ee(v)||ge(v))return e.exit(R),ie=Jt,ne(v);K(v,"in attribute name","an attribute name character such as letters, digits, `$`, or `_`; `=` to initialize a value; whitespace before attributes; or the end of the tag")}function Jt(v){if(v===58)return e.enter(L),e.consume(v),e.exit(L),ie=xt,ne;if(v===61)return e.exit(q),e.enter(N),e.consume(v),e.exit(N),ie=gt,ne;if(v===47||v===62||v===123||ee(v)||ge(v)||v!==null&&v>=0&&Ge(v))return e.exit(q),e.exit(d),ie=_e,ne(v);K(v,"after attribute name","a character that can start an attribute name, such as a letter, `$`, or `_`; `=` to initialize a value; or the end of the tag")}function xt(v){if(v!==null&&v>=0&&Ge(v))return e.enter(M),e.consume(v),wt;K(v,"before local attribute name","a character that can start an attribute name, such as a letter, `$`, or `_`; `=` to initialize a value; or the end of the tag")}function wt(v){if(v!==null&&v>=0&&ar(v,{jsx:!0}))return e.consume(v),wt;if(v===47||v===61||v===62||v===123||ee(v)||ge(v))return e.exit(M),e.exit(q),ie=Ht,ne(v);K(v,"in local attribute name","an attribute name character such as letters, digits, `$`, or `_`; `=` to initialize a value; whitespace before attributes; or the end of the tag")}function Ht(v){if(v===61)return e.enter(N),e.consume(v),e.exit(N),ie=gt,ne;if(v===47||v===62||v===123||v!==null&&v>=0&&Ge(v))return e.exit(d),_e(v);K(v,"after local attribute name","a character that can start an attribute name, such as a letter, `$`, or `_`; `=` to initialize a value; or the end of the tag")}function gt(v){if(v===34||v===39)return e.enter(P),e.enter(re),e.consume(v),e.exit(re),me=v,De;if(v===123)return Lr.call(te,e,Rt,W,$,F,n,a,s,!1,!1,o)(v);K(v,"before attribute value","a character that can start an attribute value, such as `\"`, `'`, or `{`"+(v===60?" (note: to use an element or fragment as a prop value in MDX, use `{<element />}`)":""))}function Rt(v){return e.exit(d),ie=_e,ne(v)}function De(v){return v===null&&K(v,"in attribute value","a corresponding closing quote `"+String.fromCodePoint(me)+"`"),v===me?(e.enter(re),e.consume(v),e.exit(re),e.exit(P),e.exit(d),me=void 0,ie=_e,ne):B(v)?(ie=De,ne(v)):(e.enter(J),Gt(v))}function Gt(v){return v===null||v===me||B(v)?(e.exit(J),De(v)):(e.consume(v),Gt)}function sr(v){if(v===62)return Ct(v);K(v,"after self-closing slash","`>` to end the tag"+(v===42||v===47?" (note: JS comments in JSX tags are not supported in MDX)":""))}function Ct(v){return e.enter(c),e.consume(v),e.exit(c),e.exit(l),t}function ne(v){return B(v)?(e.enter("lineEnding"),e.consume(v),e.exit("lineEnding"),z):Q(v)||ge(v)?(e.enter("esWhitespace"),O(v)):ie(v)}function O(v){return B(v)?(e.exit("esWhitespace"),ne(v)):Q(v)||ge(v)?(e.consume(v),O):(e.exit("esWhitespace"),ie(v))}function z(v){if(!o&&te.parser.lazy[te.now().line]){let j=new ue("Unexpected lazy line in container, expected line to be prefixed with `>` when in a block quote, whitespace when in a list, etc",te.now(),"micromark-extension-mdx-jsx:unexpected-lazy");throw j.url=$l+"#unexpected-lazy-line-in-container-expected-line-to-be",j}return ne(v)}function K(v,j,Te){let Xe=new ue("Unexpected "+(v===null?"end of file":"character `"+(v===96?"` ` `":String.fromCodePoint(v))+"` ("+cx(v)+")")+" "+j+", expected "+Te,te.now(),"micromark-extension-mdx-jsx:unexpected-"+(v===null?"eof":"character"));throw Xe.url=$l+(v===null?"#unexpected-end-of-file-at-expected-expect":"#unexpected-character-at-expected-expect"),Xe}}function cx(e){return"U+"+e.toString(16).toUpperCase().padStart(4,"0")}function Zl(e,t){return{name:"mdxJsxTextTag",tokenize:r};function r(n,a,s){return $i.call(this,n,a,s,e,t.acornOptions,t.addResult,!0,"mdxJsxTextTag","mdxJsxTextTagMarker","mdxJsxTextTagClosingMarker","mdxJsxTextTagSelfClosingMarker","mdxJsxTextTagName","mdxJsxTextTagNamePrimary","mdxJsxTextTagNameMemberMarker","mdxJsxTextTagNameMember","mdxJsxTextTagNamePrefixMarker","mdxJsxTextTagNameLocal","mdxJsxTextTagExpressionAttribute","mdxJsxTextTagExpressionAttributeMarker","mdxJsxTextTagExpressionAttributeValue","mdxJsxTextTagAttribute","mdxJsxTextTagAttributeName","mdxJsxTextTagAttributeNamePrimary","mdxJsxTextTagAttributeNamePrefixMarker","mdxJsxTextTagAttributeNameLocal","mdxJsxTextTagAttributeInitializerMarker","mdxJsxTextTagAttributeValueLiteral","mdxJsxTextTagAttributeValueLiteralMarker","mdxJsxTextTagAttributeValueLiteralValue","mdxJsxTextTagAttributeValueExpression","mdxJsxTextTagAttributeValueExpressionMarker","mdxJsxTextTagAttributeValueExpressionValue")}}function ec(e,t){return{name:"mdxJsxFlowTag",tokenize:r,concrete:!0};function r(n,a,s){let o=this;return l;function l(h){return c(h)}function c(h){return $i.call(o,n,p,s,e,t.acornOptions,t.addResult,!1,"mdxJsxFlowTag","mdxJsxFlowTagMarker","mdxJsxFlowTagClosingMarker","mdxJsxFlowTagSelfClosingMarker","mdxJsxFlowTagName","mdxJsxFlowTagNamePrimary","mdxJsxFlowTagNameMemberMarker","mdxJsxFlowTagNameMember","mdxJsxFlowTagNamePrefixMarker","mdxJsxFlowTagNameLocal","mdxJsxFlowTagExpressionAttribute","mdxJsxFlowTagExpressionAttributeMarker","mdxJsxFlowTagExpressionAttributeValue","mdxJsxFlowTagAttribute","mdxJsxFlowTagAttributeName","mdxJsxFlowTagAttributeNamePrimary","mdxJsxFlowTagAttributeNamePrefixMarker","mdxJsxFlowTagAttributeNameLocal","mdxJsxFlowTagAttributeInitializerMarker","mdxJsxFlowTagAttributeValueLiteral","mdxJsxFlowTagAttributeValueLiteralMarker","mdxJsxFlowTagAttributeValueLiteralValue","mdxJsxFlowTagAttributeValueExpression","mdxJsxFlowTagAttributeValueExpressionMarker","mdxJsxFlowTagAttributeValueExpressionValue")(h)}function p(h){return Q(h)?G(n,f,"whitespace")(h):f(h)}function f(h){let b=o.parser.constructs.flow[123],k=(Array.isArray(b)?b:b?[b]:[]).find(S=>S.name==="mdxFlowExpression");return h===60?l(h):h===123&&k?n.attempt(k,f,s)(h):h===null||B(h)?a(h):s(h)}}}function fs(e){let t=e||{},r=t.acorn,n;if(r){if(!r.parse||!r.parseExpressionAt)throw new Error("Expected a proper `acorn` instance passed in as `options.acorn`");n=Object.assign({ecmaVersion:2024,sourceType:"module"},t.acornOptions,{locations:!0})}else if(t.acornOptions||t.addResult)throw new Error("Expected an `acorn` instance passed in as `options.acorn`");return{flow:{60:ec(r||void 0,{acornOptions:n,addResult:t.addResult||void 0})},text:{60:Zl(r||void 0,{acornOptions:n,addResult:t.addResult||void 0})}}}function tc(){return{disable:{null:["autolink","codeIndented","htmlFlow","htmlText"]}}}var hx={tokenize:fx,partial:!0},rc="https://github.com/micromark/micromark-extension-mdxjs-esm",px=new Set(["ExportAllDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ImportDeclaration"]);function ms(e){let t={tokenize:a,concrete:!0};if(!e||!e.acorn||!e.acorn.parse)throw new Error("Expected an `acorn` instance passed in as `options.acorn`");let r=e.acorn,n=Object.assign({ecmaVersion:2024,sourceType:"module"},e.acornOptions,{locations:!0});return{flow:{101:t,105:t}};function a(s,o,l){let c=this,p=c.parser.definedModuleSpecifiers||(c.parser.definedModuleSpecifiers=[]),f=this.events.length+1,h="";return c.interrupt?l:b;function b(T){return c.now().column>1?l(T):(s.enter("mdxjsEsm"),s.enter("mdxjsEsmData"),s.consume(T),h+=String.fromCharCode(T),x)}function x(T){return ke(T)?(s.consume(T),h+=String.fromCharCode(T),x):(h==="import"||h==="export")&&T===32?(s.consume(T),k):l(T)}function k(T){return T===null||B(T)?(s.exit("mdxjsEsmData"),S(T)):(s.consume(T),k)}function S(T){return T===null?A(T):B(T)?s.check(hx,A,w)(T):(s.enter("mdxjsEsmData"),k(T))}function w(T){return s.enter("lineEnding"),s.consume(T),s.exit("lineEnding"),S}function A(T){let E=Yi(c.events.slice(f),{acorn:r,acornOptions:n,tokenTypes:["mdxjsEsmData"],prefix:p.length>0?"var "+p.join(",")+`
54
+ `:""});if(E.error){if(T!==null&&E.swallow)return w(T);let q=new ue("Could not parse import/exports with acorn",{cause:E.error,place:{line:E.error.loc.line,column:E.error.loc.column+1,offset:E.error.pos},ruleId:"acorn",source:"micromark-extension-mdxjs-esm"});throw q.url=rc+"#could-not-parse-importexports-with-acorn",q}if(p.length>0){let q=E.estree.body.shift()}let d=-1;for(;++d<E.estree.body.length;){let q=E.estree.body[d];if(!px.has(q.type)){let R=new ue("Unexpected `"+q.type+"` in code: only import/exports are supported",{place:nr(q),ruleId:"non-esm",source:"micromark-extension-mdxjs-esm"});throw R.url=rc+"#unexpected-type-in-code-only-importexports-are-supported",R}if(q.type==="ImportDeclaration"&&!c.interrupt){let R=-1;for(;++R<q.specifiers.length;){let L=q.specifiers[R];p.push(L.local.name)}}}return Object.assign(s.exit("mdxjsEsm"),e.addResult?{estree:E.estree}:void 0),o(T)}}}function fx(e,t,r){return n;function n(a){return e.enter("lineEndingBlank"),e.consume(a),e.exit("lineEndingBlank"),e.attempt(nt,t,r)}}function nc(e){let t=Object.assign({acorn:Ce.extend((0,ic.default)()),acornOptions:{ecmaVersion:2024,sourceType:"module"},addResult:!0},e);return wr([ms(t),ps(t),fs(t),tc()])}var mx={};function Zi(e){let t=this,r=e||mx,n=t.data(),a=n.micromarkExtensions||(n.micromarkExtensions=[]),s=n.fromMarkdownExtensions||(n.fromMarkdownExtensions=[]),o=n.toMarkdownExtensions||(n.toMarkdownExtensions=[]);a.push(nc(r)),s.push(Ha()),o.push(Ga(r))}var ac={tokenize:dx};function dx(e){let t=e.attempt(this.parser.constructs.contentInitial,n,a),r;return t;function n(l){if(l===null){e.consume(l);return}return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),G(e,t,"linePrefix")}function a(l){return e.enter("paragraph"),s(l)}function s(l){let c=e.enter("chunkText",{contentType:"text",previous:r});return r&&(r.next=c),r=c,o(l)}function o(l){if(l===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(l);return}return B(l)?(e.consume(l),e.exit("chunkText"),s):(e.consume(l),o)}}var oc={tokenize:xx},sc={tokenize:gx};function xx(e){let t=this,r=[],n=0,a,s,o;return l;function l(E){if(n<r.length){let d=r[n];return t.containerState=d[1],e.attempt(d[0].continuation,c,p)(E)}return p(E)}function c(E){if(n++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,a&&T();let d=t.events.length,q=d,R;for(;q--;)if(t.events[q][0]==="exit"&&t.events[q][1].type==="chunkFlow"){R=t.events[q][1].end;break}A(n);let L=d;for(;L<t.events.length;)t.events[L][1].end=Object.assign({},R),L++;return ye(t.events,q+1,0,t.events.slice(d)),t.events.length=L,p(E)}return l(E)}function p(E){if(n===r.length){if(!a)return b(E);if(a.currentConstruct&&a.currentConstruct.concrete)return k(E);t.interrupt=!!(a.currentConstruct&&!a._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(sc,f,h)(E)}function f(E){return a&&T(),A(n),b(E)}function h(E){return t.parser.lazy[t.now().line]=n!==r.length,o=t.now().offset,k(E)}function b(E){return t.containerState={},e.attempt(sc,x,k)(E)}function x(E){return n++,r.push([t.currentConstruct,t.containerState]),b(E)}function k(E){if(E===null){a&&T(),A(0),e.consume(E);return}return a=a||t.parser.flow(t.now()),e.enter("chunkFlow",{contentType:"flow",previous:s,_tokenizer:a}),S(E)}function S(E){if(E===null){w(e.exit("chunkFlow"),!0),A(0),e.consume(E);return}return B(E)?(e.consume(E),w(e.exit("chunkFlow")),n=0,t.interrupt=void 0,l):(e.consume(E),S)}function w(E,d){let q=t.sliceStream(E);if(d&&q.push(null),E.previous=s,s&&(s.next=E),s=E,a.defineSkip(E.start),a.write(q),t.parser.lazy[E.start.line]){let R=a.events.length;for(;R--;)if(a.events[R][1].start.offset<o&&(!a.events[R][1].end||a.events[R][1].end.offset>o))return;let L=t.events.length,M=L,N,P;for(;M--;)if(t.events[M][0]==="exit"&&t.events[M][1].type==="chunkFlow"){if(N){P=t.events[M][1].end;break}N=!0}for(A(n),R=L;R<t.events.length;)t.events[R][1].end=Object.assign({},P),R++;ye(t.events,M+1,0,t.events.slice(L)),t.events.length=R}}function A(E){let d=r.length;for(;d-- >E;){let q=r[d];t.containerState=q[1],q[0].exit.call(t,e)}r.length=E}function T(){a.write([null]),s=void 0,a=void 0,t.containerState._closeFlow=void 0}}function gx(e,t,r){return G(e,e.attempt(this.parser.constructs.document,t,r),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}var uc={tokenize:bx};function bx(e){let t=this,r=e.attempt(nt,n,e.attempt(this.parser.constructs.flowInitial,a,G(e,e.attempt(this.parser.constructs.flow,a,e.attempt(Ca,a)),"linePrefix")));return r;function n(s){if(s===null){e.consume(s);return}return e.enter("lineEndingBlank"),e.consume(s),e.exit("lineEndingBlank"),t.currentConstruct=void 0,r}function a(s){if(s===null){e.consume(s);return}return e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),t.currentConstruct=void 0,r}}var lc={resolveAll:fc()},cc=pc("string"),hc=pc("text");function pc(e){return{tokenize:t,resolveAll:fc(e==="text"?kx:void 0)};function t(r){let n=this,a=this.parser.constructs[e],s=r.attempt(a,o,l);return o;function o(f){return p(f)?s(f):l(f)}function l(f){if(f===null){r.consume(f);return}return r.enter("data"),r.consume(f),c}function c(f){return p(f)?(r.exit("data"),s(f)):(r.consume(f),c)}function p(f){if(f===null)return!0;let h=a[f],b=-1;if(h)for(;++b<h.length;){let x=h[b];if(!x.previous||x.previous.call(n,n.previous))return!0}return!1}}}function fc(e){return t;function t(r,n){let a=-1,s;for(;++a<=r.length;)s===void 0?r[a]&&r[a][1].type==="data"&&(s=a,a++):(!r[a]||r[a][1].type!=="data")&&(a!==s+2&&(r[s][1].end=r[a-1][1].end,r.splice(s+2,a-s-2),a=s+2),s=void 0);return e?e(r,n):r}}function kx(e,t){let r=0;for(;++r<=e.length;)if((r===e.length||e[r][1].type==="lineEnding")&&e[r-1][1].type==="data"){let n=e[r-1][1],a=t.sliceStream(n),s=a.length,o=-1,l=0,c;for(;s--;){let p=a[s];if(typeof p=="string"){for(o=p.length;p.charCodeAt(o-1)===32;)l++,o--;if(o)break;o=-1}else if(p===-2)c=!0,l++;else if(p!==-1){s++;break}}if(l){let p={type:r===e.length||c||l<2?"lineSuffix":"hardBreakTrailing",start:{line:n.end.line,column:n.end.column-l,offset:n.end.offset-l,_index:n.start._index+s,_bufferIndex:s?o:n.start._bufferIndex+o},end:Object.assign({},n.end)};n.end=Object.assign({},p.start),n.start.offset===n.end.offset?Object.assign(n,p):(e.splice(r,0,["enter",p,t],["exit",p,t]),r+=2)}r++}return e}function mc(e,t,r){let n=Object.assign(r?Object.assign({},r):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1}),a={},s=[],o=[],l=[],c=!0,p={consume:d,enter:q,exit:R,attempt:N(L),check:N(M),interrupt:N(M,{interrupt:!0})},f={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:S,sliceSerialize:k,now:w,defineSkip:A,write:x},h=t.tokenize.call(f,p),b;return t.resolveAll&&s.push(t),f;function x(W){return o=Me(o,W),T(),o[o.length-1]!==null?[]:(P(t,0),f.events=Bt(s,f.events,f),f.events)}function k(W,$){return vx(S(W),$)}function S(W){return yx(o,W)}function w(){let{line:W,column:$,offset:F,_index:te,_bufferIndex:ie}=n;return{line:W,column:$,offset:F,_index:te,_bufferIndex:ie}}function A(W){a[W.line]=W.column,J()}function T(){let W;for(;n._index<o.length;){let $=o[n._index];if(typeof $=="string")for(W=n._index,n._bufferIndex<0&&(n._bufferIndex=0);n._index===W&&n._bufferIndex<$.length;)E($.charCodeAt(n._bufferIndex));else E($)}}function E(W){c=void 0,b=W,h=h(W)}function d(W){B(W)?(n.line++,n.column=1,n.offset+=W===-3?2:1,J()):W!==-1&&(n.column++,n.offset++),n._bufferIndex<0?n._index++:(n._bufferIndex++,n._bufferIndex===o[n._index].length&&(n._bufferIndex=-1,n._index++)),f.previous=W,c=!0}function q(W,$){let F=$||{};return F.type=W,F.start=w(),f.events.push(["enter",F,f]),l.push(F),F}function R(W){let $=l.pop();return $.end=w(),f.events.push(["exit",$,f]),$}function L(W,$){P(W,$.from)}function M(W,$){$.restore()}function N(W,$){return F;function F(te,ie,me){let qe,_,ve,Re;return Array.isArray(te)?Ae(te):"tokenize"in te?Ae([te]):I(te);function I(de){return Ke;function Ke(Ve){let _e=Ve!==null&&de[Ve],ht=Ve!==null&&de.null,dt=[...Array.isArray(_e)?_e:_e?[_e]:[],...Array.isArray(ht)?ht:ht?[ht]:[]];return Ae(dt)(Ve)}}function Ae(de){return qe=de,_=0,de.length===0?me:We(de[_])}function We(de){return Ke;function Ke(Ve){return Re=re(),ve=de,de.partial||(f.currentConstruct=de),de.name&&f.parser.constructs.disable.null.includes(de.name)?Qe(Ve):de.tokenize.call($?Object.assign(Object.create(f),$):f,p,Nt,Qe)(Ve)}}function Nt(de){return c=!0,W(ve,Re),ie}function Qe(de){return c=!0,Re.restore(),++_<qe.length?We(qe[_]):me}}}function P(W,$){W.resolveAll&&!s.includes(W)&&s.push(W),W.resolve&&ye(f.events,$,f.events.length-$,W.resolve(f.events.slice($),f)),W.resolveTo&&(f.events=W.resolveTo(f.events,f))}function re(){let W=w(),$=f.previous,F=f.currentConstruct,te=f.events.length,ie=Array.from(l);return{restore:me,from:te};function me(){n=W,f.previous=$,f.currentConstruct=F,f.events.length=te,l=ie,J()}}function J(){n.line in a&&n.column<2&&(n.column=a[n.line],n.offset+=a[n.line]-1)}}function yx(e,t){let r=t.start._index,n=t.start._bufferIndex,a=t.end._index,s=t.end._bufferIndex,o;if(r===a)o=[e[r].slice(n,s)];else{if(o=e.slice(r,a),n>-1){let l=o[0];typeof l=="string"?o[0]=l.slice(n):o.shift()}s>0&&o.push(e[a].slice(0,s))}return o}function vx(e,t){let r=-1,n=[],a;for(;++r<e.length;){let s=e[r],o;if(typeof s=="string")o=s;else switch(s){case-5:{o="\r";break}case-4:{o=`
55
+ `;break}case-3:{o=`\r
56
+ `;break}case-2:{o=t?" ":" ";break}case-1:{if(!t&&a)continue;o=" ";break}default:o=String.fromCharCode(s)}a=s===-2,n.push(o)}return n.join("")}var ds={};Hs(ds,{attentionMarkers:()=>Tx,contentInitial:()=>Cx,disable:()=>Lx,document:()=>wx,flow:()=>Ex,flowInitial:()=>Sx,insideSpan:()=>Ix,string:()=>Ax,text:()=>_x});var wx={42:Ne,43:Ne,45:Ne,48:Ne,49:Ne,50:Ne,51:Ne,52:Ne,53:Ne,54:Ne,55:Ne,56:Ne,57:Ne,62:Ii},Cx={91:Sa},Sx={[-2]:jr,[-1]:jr,32:jr},Ex={35:Aa,42:ir,45:[Di,ir],60:Ia,61:Di,95:ir,96:Pi,126:Pi},Ax={38:Li,92:Ti},_x={[-5]:Ur,[-4]:Ur,[-3]:Ur,33:La,38:Li,42:zr,60:[va,Ta],91:Pa,92:[Ea,Ti],93:rr,95:zr,96:wa},Ix={null:[zr,lc]},Tx={null:[42,95]},Lx={null:[]};function xs(e){let r=wr([ds,...(e||{}).extensions||[]]),n={defined:[],lazy:{},constructs:r,content:a(ac),document:a(oc),flow:a(uc),string:a(cc),text:a(hc)};return n;function a(s){return o;function o(l){return mc(n,s,l)}}}function gs(e){for(;!Fi(e););return e}var dc=/[\0\t\n\r]/g;function bs(){let e=1,t="",r=!0,n;return a;function a(s,o,l){let c=[],p,f,h,b,x;for(s=t+(typeof s=="string"?s.toString():new TextDecoder(o||void 0).decode(s)),h=0,t="",r&&(s.charCodeAt(0)===65279&&h++,r=void 0);h<s.length;){if(dc.lastIndex=h,p=dc.exec(s),b=p&&p.index!==void 0?p.index:s.length,x=s.charCodeAt(b),!p){t=s.slice(h);break}if(x===10&&h===b&&n)c.push(-3),n=void 0;else switch(n&&(c.push(-5),n=void 0),h<b&&(c.push(s.slice(h,b)),e+=b-h),x){case 0:{c.push(65533),e++;break}case 9:{for(f=Math.ceil(e/4)*4,c.push(-2);e++<f;)c.push(-1);break}case 10:{c.push(-4),e=1;break}default:n=!0,e=1}h=b+1}return l&&(n&&c.push(-5),t&&c.push(t),c.push(null)),c}}var gc={}.hasOwnProperty;function ks(e,t,r){return typeof t!="string"&&(r=t,t=void 0),Px(r)(gs(xs(r).document().write(bs()(e,t,!0))))}function Px(e){let t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:s(gt),autolinkProtocol:N,autolinkEmail:N,atxHeading:s(Jt),blockQuote:s(Ke),characterEscape:N,characterReference:N,codeFenced:s(Ve),codeFencedFenceInfo:o,codeFencedFenceMeta:o,codeIndented:s(Ve,o),codeText:s(_e,o),codeTextData:N,data:N,codeFlowValue:N,definition:s(ht),definitionDestinationString:o,definitionLabelString:o,definitionTitleString:o,emphasis:s(dt),hardBreakEscape:s(xt),hardBreakTrailing:s(xt),htmlFlow:s(wt,o),htmlFlowData:N,htmlText:s(wt,o),htmlTextData:N,image:s(Ht),label:o,link:s(gt),listItem:s(De),listItemValue:b,listOrdered:s(Rt,h),listUnordered:s(Rt),paragraph:s(Gt),reference:I,referenceString:o,resourceDestinationString:o,resourceTitleString:o,setextHeading:s(Jt),strong:s(sr),thematicBreak:s(ne)},exit:{atxHeading:c(),atxHeadingSequence:q,autolink:c(),autolinkEmail:de,autolinkProtocol:Qe,blockQuote:c(),characterEscapeValue:P,characterReferenceMarkerHexadecimal:We,characterReferenceMarkerNumeric:We,characterReferenceValue:Nt,codeFenced:c(w),codeFencedFence:S,codeFencedFenceInfo:x,codeFencedFenceMeta:k,codeFlowValue:P,codeIndented:c(A),codeText:c(F),codeTextData:P,data:P,definition:c(),definitionDestinationString:d,definitionLabelString:T,definitionTitleString:E,emphasis:c(),hardBreakEscape:c(J),hardBreakTrailing:c(J),htmlFlow:c(W),htmlFlowData:P,htmlText:c($),htmlTextData:P,image:c(ie),label:qe,labelText:me,lineEnding:re,link:c(te),listItem:c(),listOrdered:c(),listUnordered:c(),paragraph:c(),referenceString:Ae,resourceDestinationString:_,resourceTitleString:ve,resource:Re,setextHeading:c(M),setextHeadingLineSequence:L,setextHeadingText:R,strong:c(),thematicBreak:c()}};bc(t,(e||{}).mdastExtensions||[]);let r={};return n;function n(O){let z={type:"root",children:[]},K={stack:[z],tokenStack:[],config:t,enter:l,exit:p,buffer:o,resume:f,data:r},v=[],j=-1;for(;++j<O.length;)if(O[j][1].type==="listOrdered"||O[j][1].type==="listUnordered")if(O[j][0]==="enter")v.push(j);else{let Te=v.pop();j=a(O,Te,j)}for(j=-1;++j<O.length;){let Te=t[O[j][0]];gc.call(Te,O[j][1].type)&&Te[O[j][1].type].call(Object.assign({sliceSerialize:O[j][2].sliceSerialize},K),O[j][1])}if(K.tokenStack.length>0){let Te=K.tokenStack[K.tokenStack.length-1];(Te[1]||xc).call(K,void 0,Te[0])}for(z.position={start:Ut(O.length>0?O[0][1].start:{line:1,column:1,offset:0}),end:Ut(O.length>0?O[O.length-2][1].end:{line:1,column:1,offset:0})},j=-1;++j<t.transforms.length;)z=t.transforms[j](z)||z;return z}function a(O,z,K){let v=z-1,j=-1,Te=!1,Xe,pt,ft,St;for(;++v<=K;){let Pe=O[v];switch(Pe[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Pe[0]==="enter"?j++:j--,St=void 0;break}case"lineEndingBlank":{Pe[0]==="enter"&&(Xe&&!St&&!j&&!ft&&(ft=v),St=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:St=void 0}if(!j&&Pe[0]==="enter"&&Pe[1].type==="listItemPrefix"||j===-1&&Pe[0]==="exit"&&(Pe[1].type==="listUnordered"||Pe[1].type==="listOrdered")){if(Xe){let Vt=v;for(pt=void 0;Vt--;){let ze=O[Vt];if(ze[1].type==="lineEnding"||ze[1].type==="lineEndingBlank"){if(ze[0]==="exit")continue;pt&&(O[pt][1].type="lineEndingBlank",Te=!0),ze[1].type="lineEnding",pt=Vt}else if(!(ze[1].type==="linePrefix"||ze[1].type==="blockQuotePrefix"||ze[1].type==="blockQuotePrefixWhitespace"||ze[1].type==="blockQuoteMarker"||ze[1].type==="listItemIndent"))break}ft&&(!pt||ft<pt)&&(Xe._spread=!0),Xe.end=Object.assign({},pt?O[pt][1].start:Pe[1].end),O.splice(pt||v,0,["exit",Xe,Pe[2]]),v++,K++}if(Pe[1].type==="listItemPrefix"){let Vt={type:"listItem",_spread:!1,start:Object.assign({},Pe[1].start),end:void 0};Xe=Vt,O.splice(v,0,["enter",Vt,Pe[2]]),v++,K++,ft=void 0,St=!0}}}return O[z][1]._spread=Te,K}function s(O,z){return K;function K(v){l.call(this,O(v),v),z&&z.call(this,v)}}function o(){this.stack.push({type:"fragment",children:[]})}function l(O,z,K){this.stack[this.stack.length-1].children.push(O),this.stack.push(O),this.tokenStack.push([z,K]),O.position={start:Ut(z.start),end:void 0}}function c(O){return z;function z(K){O&&O.call(this,K),p.call(this,K)}}function p(O,z){let K=this.stack.pop(),v=this.tokenStack.pop();if(v)v[0].type!==O.type&&(z?z.call(this,O,v[0]):(v[1]||xc).call(this,O,v[0]));else throw new Error("Cannot close `"+O.type+"` ("+Je({start:O.start,end:O.end})+"): it\u2019s not open");K.position.end=Ut(O.end)}function f(){return er(this.stack.pop())}function h(){this.data.expectingFirstListItemValue=!0}function b(O){if(this.data.expectingFirstListItemValue){let z=this.stack[this.stack.length-2];z.start=Number.parseInt(this.sliceSerialize(O),10),this.data.expectingFirstListItemValue=void 0}}function x(){let O=this.resume(),z=this.stack[this.stack.length-1];z.lang=O}function k(){let O=this.resume(),z=this.stack[this.stack.length-1];z.meta=O}function S(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function w(){let O=this.resume(),z=this.stack[this.stack.length-1];z.value=O.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function A(){let O=this.resume(),z=this.stack[this.stack.length-1];z.value=O.replace(/(\r?\n|\r)$/g,"")}function T(O){let z=this.resume(),K=this.stack[this.stack.length-1];K.label=z,K.identifier=Fe(this.sliceSerialize(O)).toLowerCase()}function E(){let O=this.resume(),z=this.stack[this.stack.length-1];z.title=O}function d(){let O=this.resume(),z=this.stack[this.stack.length-1];z.url=O}function q(O){let z=this.stack[this.stack.length-1];if(!z.depth){let K=this.sliceSerialize(O).length;z.depth=K}}function R(){this.data.setextHeadingSlurpLineEnding=!0}function L(O){let z=this.stack[this.stack.length-1];z.depth=this.sliceSerialize(O).codePointAt(0)===61?1:2}function M(){this.data.setextHeadingSlurpLineEnding=void 0}function N(O){let K=this.stack[this.stack.length-1].children,v=K[K.length-1];(!v||v.type!=="text")&&(v=Ct(),v.position={start:Ut(O.start),end:void 0},K.push(v)),this.stack.push(v)}function P(O){let z=this.stack.pop();z.value+=this.sliceSerialize(O),z.position.end=Ut(O.end)}function re(O){let z=this.stack[this.stack.length-1];if(this.data.atHardBreak){let K=z.children[z.children.length-1];K.position.end=Ut(O.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(z.type)&&(N.call(this,O),P.call(this,O))}function J(){this.data.atHardBreak=!0}function W(){let O=this.resume(),z=this.stack[this.stack.length-1];z.value=O}function $(){let O=this.resume(),z=this.stack[this.stack.length-1];z.value=O}function F(){let O=this.resume(),z=this.stack[this.stack.length-1];z.value=O}function te(){let O=this.stack[this.stack.length-1];if(this.data.inReference){let z=this.data.referenceType||"shortcut";O.type+="Reference",O.referenceType=z,delete O.url,delete O.title}else delete O.identifier,delete O.label;this.data.referenceType=void 0}function ie(){let O=this.stack[this.stack.length-1];if(this.data.inReference){let z=this.data.referenceType||"shortcut";O.type+="Reference",O.referenceType=z,delete O.url,delete O.title}else delete O.identifier,delete O.label;this.data.referenceType=void 0}function me(O){let z=this.sliceSerialize(O),K=this.stack[this.stack.length-2];K.label=Eu(z),K.identifier=Fe(z).toLowerCase()}function qe(){let O=this.stack[this.stack.length-1],z=this.resume(),K=this.stack[this.stack.length-1];if(this.data.inReference=!0,K.type==="link"){let v=O.children;K.children=v}else K.alt=z}function _(){let O=this.resume(),z=this.stack[this.stack.length-1];z.url=O}function ve(){let O=this.resume(),z=this.stack[this.stack.length-1];z.title=O}function Re(){this.data.inReference=void 0}function I(){this.data.referenceType="collapsed"}function Ae(O){let z=this.resume(),K=this.stack[this.stack.length-1];K.label=z,K.identifier=Fe(this.sliceSerialize(O)).toLowerCase(),this.data.referenceType="full"}function We(O){this.data.characterReferenceType=O.type}function Nt(O){let z=this.sliceSerialize(O),K=this.data.characterReferenceType,v;K?(v=_i(z,K==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):v=It(z);let j=this.stack.pop();j.value+=v,j.position.end=Ut(O.end)}function Qe(O){P.call(this,O);let z=this.stack[this.stack.length-1];z.url=this.sliceSerialize(O)}function de(O){P.call(this,O);let z=this.stack[this.stack.length-1];z.url="mailto:"+this.sliceSerialize(O)}function Ke(){return{type:"blockquote",children:[]}}function Ve(){return{type:"code",lang:null,meta:null,value:""}}function _e(){return{type:"inlineCode",value:""}}function ht(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function dt(){return{type:"emphasis",children:[]}}function Jt(){return{type:"heading",depth:0,children:[]}}function xt(){return{type:"break"}}function wt(){return{type:"html",value:""}}function Ht(){return{type:"image",title:null,url:"",alt:null}}function gt(){return{type:"link",title:null,url:"",children:[]}}function Rt(O){return{type:"list",ordered:O.type==="listOrdered",start:null,spread:O._spread,children:[]}}function De(O){return{type:"listItem",spread:O._spread,checked:null,children:[]}}function Gt(){return{type:"paragraph",children:[]}}function sr(){return{type:"strong",children:[]}}function Ct(){return{type:"text",value:""}}function ne(){return{type:"thematicBreak"}}}function Ut(e){return{line:e.line,column:e.column,offset:e.offset}}function bc(e,t){let r=-1;for(;++r<t.length;){let n=t[r];Array.isArray(n)?bc(e,n):Fx(e,n)}}function Fx(e,t){let r;for(r in t)if(gc.call(t,r))switch(r){case"canContainEols":{let n=t[r];n&&e[r].push(...n);break}case"transforms":{let n=t[r];n&&e[r].push(...n);break}case"enter":case"exit":{let n=t[r];n&&Object.assign(e[r],n);break}}}function xc(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+Je({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Je({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+Je({start:t.start,end:t.end})+") is still open")}function en(e){let t=this;t.parser=r;function r(n){return ks(n,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}var Nx=e=>vn().use(en).use(Si,["yaml"]).use(Bi).use(wi).use(Zi).use(qi).parse(e),Rx=(0,kc.default)("@textlint/markdown-to-ast");function vc(e){let r=e.charCodeAt(0)===65279?e.slice(1):e,n=Nx(r);return(0,yc.default)(n).forEach(function(a){let s=a&&Object.prototype.hasOwnProperty.call(a,"type")&&/^(mdxJsxFlowElement|mdxJsxTextElement|mdxjsEsm|mdxFlowExpression|mdxTextExpression)$/.test(a.type),o=a&&Object.prototype.hasOwnProperty.call(a,"type")&&/^(textDirective|leafDirective|containerDirective)$/.test(a.type);if(this.notLeaf){if(s)a.type==="mdxJsxFlowElement"?a.type=Pr.ASTNodeTypes.Html:a.type==="mdxJsxTextElement"?a.type=Pr.ASTNodeTypes.Paragraph:(a.type==="mdxjsEsm"||a.type==="mdxFlowExpression"||a.type==="mdxTextExpression")&&(Object.prototype.hasOwnProperty.call(a,"value")&&/^(\/\*(.|\s)*\*\/)$/.test(a.value)?(a.type=Pr.ASTNodeTypes.Comment,a.value=a.value.replace(/^(\/\*)/,"").replace(/\*\/$/,"")):a.type=a.type==="mdxTextExpression"?Pr.ASTNodeTypes.Code:Pr.ASTNodeTypes.CodeBlock),Object.prototype.hasOwnProperty.call(a,"attributes")&&(a.attributes=void 0),Object.prototype.hasOwnProperty.call(a,"name")&&(a.name=void 0),Object.prototype.hasOwnProperty.call(a,"data")&&(a.data=void 0);else if(o){let l=un[a.type];l&&(a.type=l),Object.prototype.hasOwnProperty.call(a,"name")&&(a.name=void 0),Object.prototype.hasOwnProperty.call(a,"attributes")&&(a.attributes=void 0),Object.prototype.hasOwnProperty.call(a,"data")&&(a.data=void 0)}else if(a.type){let l=un[a.type];l?a.type=l:Rx(`replacedType : ${l} , node.type: ${a.type}`),Object.prototype.hasOwnProperty.call(a,"data")&&(a.data=void 0)}if(a.position){let l=a.position,c={start:{line:l.start.line,column:Math.max(l.start.column-1,0)},end:{line:l.end.line,column:Math.max(l.end.column-1,0)}},p=[l.start.offset,l.end.offset];a.loc=c,a.range=p,a.raw=r.slice(p[0],p[1]),Object.defineProperty(a,"position",{enumerable:!1,configurable:!1,writable:!1,value:l})}}}),n}var tn=class{config;extensions;constructor(t={}){this.config=t,this.extensions=this.config.extensions?this.config.extensions:[]}availableExtensions(){return[".mdx"].concat(this.extensions)}processor(t){return{preProcess(r,n){return vc(r)},postProcess(r,n){return{messages:r,filePath:n||"<mdx>"}}}}};var Vx={Processor:tn};