@cxl/build 1.0.0-beta.1 → 1.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@ A flexible build system that executes configurable build tasks producing output
6
6
 
7
7
  ## Project Details
8
8
 
9
- - Branch Version: [1.0.0-beta.1](https://npmjs.com/package/@cxl/build/v/1.0.0-beta.1)
9
+ - Branch Version: [1.0.0-beta.2](https://npmjs.com/package/@cxl/build/v/1.0.0-beta.2)
10
10
  - License: GPL-3.0
11
11
  - Documentation: [Link](https://cxlio.github.io/cxl/build)
12
12
  - Report Issues: [Github](https://github.com/cxlio/cxl/issues)
@@ -0,0 +1,4 @@
1
+ import{existsSync as Be}from"fs";import{dirname as X,join as Ue,resolve as Ke}from"path";import{readFile as Ne,stat as Le,mkdir as Ie}from"fs/promises";import{join as Wt,resolve as Re}from"path";import{spawn as $e}from"child_process";var z={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]},zt=Object.keys(z).reduce((e,t)=>{let r=z[t],i="\x1B["+r[0]+"m",a="\x1B["+r[1]+"m";return e[t]=s=>i+s+a,e},{}),Q='"(?:[^"\\\\]|\\\\.)*"',je="-(\\w\\w+)",Y=`\\s*=?\\s*(${Q}|[^-][^\\s]*)?`,Oe=`-(\\w)${Y}`,Me=`--(\\w+)${Y}`,Qt=new RegExp(`\\s*(?:${je}|${Oe}|${Me}|(${Q}|[^\\s]+))`,"g");async function A(e){await Le(e).catch(()=>A(Re(e,"..")).then(()=>Ie(e)))}async function O(e,t){try{return JSON.parse(await Ne(e,"utf8"))}catch(r){if(t!==void 0)return t;throw r}}function _(e,t={}){return new Promise((r,i)=>{let a=$e(e,[],{shell:!0,...t}),s="";a.stdout?.on("data",c=>s+=c?.toString()||""),a.stderr?.on("data",c=>s+=c?.toString()||""),a.on("exit",c=>{c!==0?i(s):r(s)})})}import{relative as oe,resolve as Ge}from"path";import{createRequire as Je}from"module";var o;(function(e){e[e.Unknown=0]="Unknown",e[e.Variable=1]="Variable",e[e.TypeAlias=2]="TypeAlias",e[e.TypeParameter=3]="TypeParameter",e[e.Interface=4]="Interface",e[e.TypeUnion=5]="TypeUnion",e[e.Reference=6]="Reference",e[e.Module=7]="Module",e[e.Class=8]="Class",e[e.Parameter=9]="Parameter",e[e.Property=10]="Property",e[e.Method=11]="Method",e[e.Getter=12]="Getter",e[e.Setter=13]="Setter",e[e.Constructor=14]="Constructor",e[e.Array=15]="Array",e[e.Function=16]="Function",e[e.FunctionType=17]="FunctionType",e[e.ConditionalType=18]="ConditionalType",e[e.Parenthesized=19]="Parenthesized",e[e.Infer=20]="Infer",e[e.IndexedType=21]="IndexedType",e[e.Enum=22]="Enum",e[e.Literal=23]="Literal",e[e.IndexSignature=24]="IndexSignature",e[e.Export=25]="Export",e[e.Keyof=26]="Keyof",e[e.Typeof=27]="Typeof",e[e.ConstructorType=28]="ConstructorType",e[e.Tuple=29]="Tuple",e[e.ThisType=30]="ThisType",e[e.Constant=31]="Constant",e[e.BaseType=32]="BaseType",e[e.ClassType=33]="ClassType",e[e.ObjectType=34]="ObjectType",e[e.Component=35]="Component",e[e.Attribute=36]="Attribute",e[e.Namespace=37]="Namespace",e[e.CallSignature=38]="CallSignature",e[e.ConstructSignature=39]="ConstructSignature",e[e.MappedType=40]="MappedType",e[e.TypeIntersection=41]="TypeIntersection",e[e.ReadonlyKeyword=42]="ReadonlyKeyword",e[e.UnknownType=43]="UnknownType",e[e.Event=44]="Event",e[e.Spread=45]="Spread",e[e.ImportType=46]="ImportType",e[e.Symbol=47]="Symbol"})(o||(o={}));var p;(function(e){e[e.None=0]="None",e[e.Export=1]="Export",e[e.Ambient=2]="Ambient",e[e.Public=4]="Public",e[e.Private=8]="Private",e[e.Protected=16]="Protected",e[e.Static=32]="Static",e[e.Readonly=64]="Readonly",e[e.Abstract=128]="Abstract",e[e.Async=256]="Async",e[e.Default=512]="Default",e[e.Deprecated=8192]="Deprecated",e[e.Overload=16384]="Overload",e[e.External=32768]="External",e[e.DefaultLibrary=65536]="DefaultLibrary",e[e.DeclarationMerge=131072]="DeclarationMerge",e[e.Rest=262144]="Rest",e[e.Optional=524288]="Optional",e[e.Internal=1048576]="Internal"})(p||(p={}));var le=Je(import.meta.dirname),Ve=le.resolve("typescript",{paths:[".",import.meta.dirname]}),l=le(Ve),{getParsedCommandLineOfConfigFile:He,NodeFlags:Z,sys:N}=l,n=l.SyntaxKind,d=l.TypeFlags,se={[n.Unknown]:o.Unknown,[n.VariableDeclaration]:o.Variable,[n.TypeAliasDeclaration]:o.TypeAlias,[n.TypeParameter]:o.TypeParameter,[n.InterfaceDeclaration]:o.Interface,[n.UnionType]:o.TypeUnion,[n.TypeReference]:o.Reference,[n.SourceFile]:o.Module,[n.ClassDeclaration]:o.Class,[n.Parameter]:o.Parameter,[n.PropertyDeclaration]:o.Property,[n.MethodDeclaration]:o.Method,[n.GetAccessor]:o.Getter,[n.SetAccessor]:o.Setter,[n.Constructor]:o.Constructor,[n.ArrayType]:o.Array,[n.FunctionDeclaration]:o.Function,[n.FunctionType]:o.FunctionType,[n.ConditionalType]:o.ConditionalType,[n.ParenthesizedType]:o.Parenthesized,[n.InferType]:o.Infer,[n.IndexedAccessType]:o.IndexedType,[n.EnumDeclaration]:o.Enum,[n.LiteralType]:o.Literal,[n.TemplateLiteralType]:o.Literal,[n.IndexSignature]:o.IndexSignature,[n.ExportSpecifier]:o.Export,[n.KeyOfKeyword]:o.Keyof,[n.TypeQuery]:o.Typeof,[n.ConstructorType]:o.ConstructorType,[n.TupleType]:o.Tuple,[n.ThisType]:o.ThisType,[n.ModuleDeclaration]:o.Namespace,[n.CallSignature]:o.CallSignature,[n.ConstructSignature]:o.ConstructSignature,[n.MappedType]:o.MappedType,[n.IntersectionType]:o.TypeIntersection,[n.ReadonlyKeyword]:o.ReadonlyKeyword,[n.UnknownKeyword]:o.UnknownType,[n.SpreadAssignment]:o.Spread,[n.ImportType]:o.ImportType,[n.SymbolKeyword]:o.Symbol},ce={exportsOnly:!0,rootDir:void 0,cxlExtensions:!1},pe=v("number"),ue=v("string"),fe=v("boolean"),de=v("undefined"),me=v("null"),ye=v("void"),ge=v("any"),We=v("unknown"),qe=v("BigInt"),he=v("never"),k=Symbol("dtsNode"),ze=l.createPrinter(),Te,g,P,B,u,Qe=1,C,R,h,E,U,K={useCaseSensitiveFileNames:!0,readDirectory:N.readDirectory,getCurrentDirectory:N.getCurrentDirectory,getNewLine:()=>`
2
+ `,fileExists:N.fileExists,getCanonicalFileName:e=>e,readFile:N.readFile,onUnRecoverableConfigFileDiagnostic(e){let t=l.formatDiagnosticsWithColorAndContext([e],K);throw new Error(t)}};function v(e){return{name:e,kind:o.BaseType,flags:0}}function be(e,t){let r;try{r=He(e,{},K)}catch(i){if(i instanceof Error)throw i;let a=typeof i=="string"?i:String(i);throw new Error(a)}if(!r)throw new Error(`Could not parse config file "${e}"`);return r}function Ye(e){switch(e.kind){case n.BindingElement:return e.parent.parent.parent.flags&Z.Const?o.Constant:o.Variable;case n.VariableDeclaration:return e.parent.flags&Z.Const?o.Constant:o.Variable;case n.TypeLiteral:case n.ObjectLiteralExpression:return o.ObjectType;case n.PropertySignature:case n.PropertyAssignment:case n.EnumMember:return o.Property}return se[e.kind]||o.Unknown}function G(e,t){return Qe++}function _e(e){let t=h.packageRoot||process.cwd(),r=e.getSourceFile(),i=r?{name:oe(t,r.fileName),index:e.pos,tsconfig:g.getCompilerOptions().configFilePath}:void 0;return i&&Object.defineProperty(i,"sourceFile",{value:r,enumerable:!1}),i}function J(e){return l.isSourceFile(e)?q(e.fileName):(e.name?e=e.name:e.typeName&&(e=e.typeName),e.escapedText!==void 0?e.escapedText:e.pos!==-1&&l.isStringLiteral(e)?e.getText():l.isTemplateLiteralTypeNode(e)||l.isLiteralTypeNode(e)||l.isLiteralExpression(e)?ze.printNode(l.EmitHint.Unspecified,e,e.getSourceFile()):e.text?e.text:l.isComputedPropertyName(e)||l.isQualifiedName(e)?e.pos===-1?e.text||"":e.getText():e.moduleName||"")}function m(e,t){let r=e[k]||{};r.source??=_e(e),r.kind=t?.kind??r.kind??Ye(e),r.name||=t?.name||J(e),r.flags??=rt(e);let i=lt(e,r);return i&&(r.docs=i),t&&Object.assign(r,t),e[k]=r}function V(e,t){let r=t[k];if(!r){let i=t.getSourceFile();if(!g.isSourceFileDefaultLibrary(i)&&!g.isSourceFileFromExternalLibrary(i)&&i.isDeclarationFile&&e){let a=W(e),s=R[a];if(s?.source)return s}return m(t)}return r.id??=G(t),r}function Xe(e){return e.kind===n.PropertyDeclaration||e.kind===n.MethodDeclaration||e.kind===n.GetAccessor||e.kind===n.SetAccessor||e.kind===n.PropertySignature||e.kind===n.MethodSignature}function f(e){return(Ot[e.kind]||m)(e)}function Ze(e){return e.getText()}function et(e,t){let r=e;if(e.kind===n.ModuleDeclaration)return!1;do{if(r.$$internal)return!0;if(r.$$internal===!1)continue;let i=l.getLeadingCommentRanges(t,r.pos);if(i){for(let a of i)if(t.substring(a.pos,a.end).indexOf("@internal")!==-1)return r.$$internal=!0}}while(r=r.parent);return e.$$internal=!1}function tt(e,t){let r=l.ModifierFlags,i=e.getSourceFile()?.isDeclarationFile,a=0;return(t&r.Export||i||e.kind===n.NamespaceExport)&&(a|=p.Export),t&r.Ambient&&(a|=p.Ambient),t&r.Public&&(a|=p.Public),t&r.Private&&(a|=p.Private),t&r.Protected&&(a|=p.Protected),t&r.Static&&(a|=p.Static),t&r.Readonly&&(a|=p.Readonly),t&r.Abstract&&(a|=p.Abstract),t&r.Async&&(a|=p.Async),t&r.Default&&(a|=p.Default),t&r.Deprecated&&(a|=p.Deprecated),Xe(e)&&(l.isPrivateIdentifier(e.name)?a|=p.Private:a&(p.Private|p.Protected)||(a|=p.Public)),a}function rt(e){let t=0;e.questionToken&&(t|=p.Optional);let r=l.isSourceFile(e)?e:e.getSourceFile();return r&&(et(e,r.getFullText())&&(t|=p.Internal),g.isSourceFileDefaultLibrary(r)&&(t|=p.DefaultLibrary),g.isSourceFileFromExternalLibrary(r)&&(t|=p.External)),t}function H(e){if(e.$$resolvedType)return;let t=u.getWidenedType(e);if(t===e)try{let r=u.typeToTypeNode(t,void 0,l.NodeBuilderFlags.NoTypeReduction|l.NodeBuilderFlags.InTypeAlias|l.NodeBuilderFlags.NoTruncation);return r&&(r.$$resolvedType=!0),r?f(r):void 0}catch(r){console.error(r);return}else t.$$resolvedType=!0;return T(t)}var nt=/<!--(.*?)-->/g;function ee(e){return e.replace(nt,"")}function te(e){if(e)return typeof e=="string"?ee(e):e.map(t=>t.kind===n.JSDocLink?{tag:"link",value:`${t.name?.getText()||""}${t.text}`}:{value:ee(t.text)})}var it=/^\s*\*\s/gm;function at(e){return e.getText().replace(it,"")}function ot(e,t){let r=`
3
+ ${at(t)}`;if(e.length>0){let i=e[e.length-1].value||"";typeof i=="string"?e[e.length-1].value=i+r:i.push({value:r})}else e.push({value:r})}function lt(e,t){let r=e.jsDoc,i=[],a={content:i};return r?.forEach(s=>{let c=te(s.comment);c&&i.push({value:c})}),l.getJSDocTags(e).forEach(s=>{let c=s.tagName.escapedText==="description"?void 0:s.tagName.escapedText,b=s.name?.getText(),w=s.comment?te(s.comment):b;if(h.cxlExtensions&&c==="tagName"){a.tagName=String(w);return}if(s.comment&&c&&!h?.customJsDocTags?.includes(c)&&c!==c.toLowerCase()&&i.length>0){ot(i,s);return}c==="deprecated"&&(t.flags|=p.Deprecated),c==="see"&&s.comment==="*"&&(w=b),c==="beta"&&(a.beta=!0),c==="alpha"&&(a.alpha=!0),h.cxlExtensions&&(c==="attribute"?t.kind=o.Attribute:c==="event"&&(t.kind=o.Event)),w&&!(c==="param"&&e.kind!==n.Parameter)&&i.push({tag:c==="desc"||c==="description"?void 0:c,value:w})}),i.length?a:void 0}function D(e){let t=m(e);t.id===void 0&&(t.id=G(e,t)),t.flags|=tt(e,l.getCombinedModifierFlags(e));let r=t.id,i=e.typeParameters;return i&&(t.typeParameters=i.map(f)),l.isEnumMember(e)?t.value=JSON.stringify(u.getConstantValue(e)):e.initializer&&(t.value=Ze(e.initializer)),r&&(Te[r]=t),t}function st(e){let t=D(e);return e.default&&e.getSourceFile()&&(t.value=e.default.getText()),e.constraint&&(t.children=[f(e.constraint)]),t}function ct(e){return{name:e.name,kind:o.Unknown,flags:0}}function pt(e){let t=e.valueDeclaration;if(!t)return ct(e);let r=y(t);return r.name||(r.name=t.name.getText()),r.flags&(p.Private|p.Public|p.Protected)&&(r.kind=o.Property),t.dotDotDotToken&&(r.flags=r.flags|p.Rest),t.questionToken&&(r.flags=r.flags|p.Optional),r}function L(e,t){let r=e.declarations?.[0]||e.valueDeclaration,i=e.flags&l.SymbolFlags.Namespace||r?.kind===n.EnumMember?ve(e):e.getName();return r?{name:i,flags:0,kind:o.Reference,type:V(e,r),typeParameters:t&&t.length?t.map(T):void 0}:{name:i,flags:0,kind:o.Reference,typeParameters:t&&t.length?t.map(T):void 0}}function ut(e){return e.flags&d.Enum||e.flags&d.EnumLiteral||e.flags&d.UniqueESSymbol||e.isClassOrInterface()||e.isTypeParameter()||e.objectFlags&l.ObjectFlags.Reference}function ft(e){return{name:"",kind:o.IndexedType,flags:0,children:[T(e.objectType),T(e.indexType)]}}function $(e){return e&&(e.declarations?.[0]||e.valueDeclaration)}function xe(e){let t=$(e),r=t?f(t):{name:e.name,kind:o.Unknown,flags:0};return r.kind!==o.Namespace&&(r.name=e.name),r}function dt(e){return{name:u.typeToString(e),kind:o.Keyof,type:T(e.type),resolvedType:H(e),flags:0}}function mt(e,t){return{name:u.typeToString(e),kind:o.Literal,type:t!==e?T(t):void 0,flags:0}}function re(e){let t=u.typeToTypeNode(e,void 0,l.NodeBuilderFlags.InObjectTypeLiteral|l.NodeBuilderFlags.NoTruncation);return t?f(t):{name:u.typeToString(e),kind:o.ObjectType,flags:0}}function yt(e){return u.isArrayType(e)}function T(e){if(e.aliasSymbol)return L(e.aliasSymbol,e.aliasTypeArguments);if(e.flags&d.Any)return ge;if(e.flags&d.Unknown)return We;if(e.flags&d.Void)return ye;if(e.flags&d.Boolean)return fe;if(e.flags&d.BigInt)return qe;if(e.flags&d.Null)return me;if(e.flags&d.Number)return pe;if(e.flags&d.String)return ue;if(e.flags&d.Undefined)return de;if(e.flags&d.Never)return he;if(e.flags&d.Index)return dt(e);if(e.flags&d.IndexedAccess)return ft(e);if(yt(e))return re(e);if(e.symbol?.flags&l.SymbolFlags.Namespace){let t=L(e.symbol);return t.kind=o.ImportType,t}if(ut(e)&&e.symbol)return L(e.symbol,u.getTypeArguments(e));if(e.flags&d.Literal||e.flags&d.TemplateLiteral){let t=u.getBaseTypeOfLiteralType(e);return e.isStringLiteral()||e.isNumberLiteral()||e.isLiteral()||e.flags&d.TemplateLiteral?mt(e,t):T(t)}return e.isUnionOrIntersection()?{name:"",flags:0,kind:e.isUnion()?o.TypeUnion:o.TypeIntersection,children:e.types.map(T)}:e.flags&d.Object?re(e):e.symbol?xe(e.symbol):{name:u.typeToString(e),kind:o.Unknown,flags:0}}function S(e){let t=D(e),r=u.getSignatureFromDeclaration(e);e.kind===n.ArrowFunction||e.kind===n.FunctionExpression?t.kind=o.Function:e.kind===n.MethodSignature&&(t.kind=o.Method),e.type&&(t.type=f(e.type)),e.typeParameters&&(t.typeParameters=e.typeParameters.map(f)),t.parameters=r?r.getParameters().map(pt):e.parameters.map(f);let i=u.getTypeAtLocation(e);if(u.getSignaturesOfType(i,l.SignatureKind.Call)?.length>1&&!u.isImplementationOfOverload(e)&&(t.flags=t.flags|p.Overload),r&&!t.type){let a=r.getReturnType();t.type=a&&T(a)}return t}function gt(e){let t=m(e,{name:"Array"});return t.type=f(e.elementType),t}function Se(e,t){if(!l.canHaveDecorators(e))return;let r=l.getDecorators(e);return r&&r.find(i=>l.isCallExpression(i.expression)&&l.isIdentifier(i.expression.expression)&&i.expression.expression.escapedText.endsWith(t))}function ht(e,t){let r=Se(e,"Attribute");if(r){let i=r.expression.expression.escapedText;t.kind=i==="EventAttribute"?o.Event:o.Attribute}}function Tt(e){let t=e.arguments[0];return l.isStringLiteral(t)?t.text:""}function bt(e){let t=u.getTypeAtLocation(e);for(;t;){let r=t.symbol.valueDeclaration;if(!r||!l.isClassDeclaration(r))return!1;let i=r.heritageClauses?.find(s=>s.token===l.SyntaxKind.ExtendsKeyword)?.types?.[0]?.expression,a=i&&u.getTypeAtLocation(i);if(!a||t===a)break;if(a.symbol?.name==="Component")return!0;t=a}}function xt(e,t,r){let i=Se(e,"Augment"),a=i?.expression?.arguments,s=r.docs||{};if(i||t&&bt(e))r.kind=o.Component;else return!1;if(r.children){let c=r.children.find(b=>b.name==="tagName"&&b.kind===o.Property&&b.flags&p.Static);c&&c.value&&(s.tagName=c.value.slice(1,-1))}return a&&a.forEach((c,b)=>{b===0&&l.isStringLiteral(c)?s.tagName=c.text:l.isCallExpression(c)&&l.isIdentifier(c.expression)&&c.expression.escapedText==="role"&&(s.role=Tt(c))}),(s.tagName||s.role)&&(r.docs=s),!!i}function y(e){let t=D(e);if(l.isVariableDeclaration(e)&&(l.isArrayBindingPattern(e.name)||l.isObjectBindingPattern(e.name))&&(t.children=e.name.elements.map(f)),h.cxlExtensions&&ht(e,t),!t.type){let r=e.type;if(r)t.type=f(r);else if(l.isFunctionDeclaration(e)||l.isMethodDeclaration(e)){let i=u.getSignatureFromDeclaration(e);i&&(t.type=T(i.getReturnType()))}else try{let i=u.getTypeAtLocation(e);i&&(t.type=T(i))}catch(i){console.error(i)}}if(l.isTypeAliasDeclaration(e)){let r=u.getTypeAtLocation(e);t.resolvedType=H(r)}return t}function F(e,t){e.children||=[];for(let r of t)r.parent||(Object.defineProperty(r,"parent",{value:e,enumerable:!1}),e.children.push(r))}function ne(e){let t=m(e);if(!t.children){let r=l.isObjectLiteralExpression(e)?e.properties.map(f):e.members.map(f);F(t,r)}return t}function St(e){let t=$(e),r=t&&De(t);return r?E[r]:void 0}function W(e){if(e.$$fqn)return e.$$fqn;let t=e.getDeclarations()?.[0]?.getSourceFile()?.path;return t?e.$$fqn=`${t}.${e.getName()}`:e.$$fqn=u.getFullyQualifiedName(e)}function vt(e){if(!e)return;if(h.followReferences){let r=St(e);if(r){let i=r.children?.find(a=>a.name===e.name);if(i)return i}}let t=e&&R[W(e)];return t?.source?t:void 0}function M(e){let t=u.getSymbolAtLocation(e)||e.name&&u.getSymbolAtLocation(e.name),r;if(e.kind===n.InterfaceDeclaration&&t&&!(t.flags&l.SymbolFlags.Class)){if(r=t[k],!r&&t.declarations){let i=t.declarations.find(a=>a[k]);i&&(r=D(i))}r??=vt(t),r&&!(r.flags&p.Export)&&l.getCombinedModifierFlags(e)&l.ModifierFlags.Export&&(r.flags|=p.Export),t&&(t[k]??=r)}if(r??=D(e),e.members&&(!r.children||e.kind===n.InterfaceDeclaration)&&F(r,e.members.map(f)),r.children){for(let i of r.children)if(i.kind===o.Constructor&&i.parameters)for(let a of i.parameters)a.kind===o.Property&&F(r,[a])}if(t&&l.isInterfaceDeclaration(e)&&t.flags&l.SymbolFlags.Class){let i=t.declarations?.[0]||t.valueDeclaration;if(r.flags|=p.DeclarationMerge,r.children&&i){let a=V(t,i);a&&F(a,r.children.map(s=>({...s})))}}if(l.isClassDeclaration(e)&&h.cxlExtensions&&xt(e,t,r),e.heritageClauses?.length){let i=r.type={flags:0,kind:o.ClassType,name:"",type:r};if(e.heritageClauses.forEach(a=>F(i,a.types.map(f))),i.children)for(let a of i.children)a.kind===o.Reference&&a.type&&(a.type.extendedBy||(a.type.extendedBy=[])).push({name:r.name,type:r,kind:o.Reference,flags:0})}return r}function kt(e,t){let r=l.ObjectFlags,i=e.objectFlags&r.Interface?n.InterfaceDeclaration:void 0;return i?t.declarations?.find(a=>a.kind===i):t.declarations?.[0]||t.valueDeclaration}function ie(e){let t=u.getTypeFromTypeNode(e),r=t.aliasSymbol||t.symbol;!r&&l.isTypeReferenceNode(e)&&(r=u.getSymbolAtLocation(e.typeName)),r&&r.flags&l.SymbolFlags.Alias&&(r=u.getAliasedSymbol(r)??r);let i=r&&kt(t,r),a=i&&r?V(r,i):e.flags&l.NodeFlags.Synthesized?void 0:T(t),s=J(l.isTypeReferenceNode(e)?e.typeName:e.expression);return a&&!a.name&&(a.name=s),m(e,{name:s,kind:o.Reference,type:a,typeParameters:e.typeArguments?.map(f)})}function Dt(e){return m(e,{children:[f(e.checkType),f(e.extendsType),f(e.trueType),f(e.falseType)]})}function ae(e){let t=S(e);return t.name="constructor",t}function wt(e){return m(e,{children:[f(e.objectType),f(e.indexType)]})}function Et(e){return m(e,{id:G(e),name:"__index",parameters:e.parameters.map(f),type:e.type&&f(e.type)})}function Ft(e){let t=m(e,{kind:se[e.operator],type:f(e.type)}),r=e.flags&l.NodeFlags.Synthesized?void 0:u.getTypeFromTypeNode(e);if(r){let i=r&&T(r);i&&i.kind!==t.kind&&(t.resolvedType=i)}return t}function Pt(e){let t=m(e);return t.name=J(e.exprName),t}function Ct(e){return m(e,{children:e.elements.map(f)})}function At(e){let t=f(e.type);return t.flags|=p.Rest,t}function Nt(e){let t=m(e);if(e.typeParameter){let r=f(e.typeParameter);t.children=[r],r.children?.[0]&&(t.children.push(r.children?.[0]),r.children=void 0)}return e.type&&(t.type=f(e.type)),t}function Lt(e){let t=u.getExportSpecifierLocalTargetSymbol(e);if(t){let r=xe(t);return r.name=e.name.text,r.flags|=p.Export,r.kind===o.Unknown&&(r.kind=o.Export),r}return y(e)}function q(e){let t=h.rootDir??P?.options.rootDir??"";return oe(t,e)}function ve(e){let t=e,r=[e.valueDeclaration?.kind===n.SourceFile&&e.name.startsWith('"')?`"${q(e.name.slice(1,-1))}"`:e.name];for(;t=t.parent;)t.valueDeclaration?.kind!==n.SourceFile&&r.unshift(t.name);return r.join(".")}function It(e,t){let r=t?ve(t):void 0;if(t){if(t.$$moduleResult)return t.$$moduleResult;if(r&&h.followReferences){let a=we(t,e.getSourceFile())||E[r];if(a)return t.$$moduleResult=a}}let i=D(e);return t&&(t.$$moduleResult=i),r&&(h.forceExports?.includes(r)&&(i.flags|=p.Export),i.name=r,E[r]=i),i}function Rt(e,t){if(!e||C.includes(t))return!1;if(h.exportsOnly){let r=e;do{if(r.valueDeclaration?.kind===n.SourceFile)break;let i=r.$$moduleResult;if(!i||!(i.flags&p.Export))return!1}while(r=r.parent)}return!0}function ke(e){let t=u.getSymbolAtLocation(e)||e.name&&u.getSymbolAtLocation(e.name),r=It(e,t);return e.body?.forEachChild(i=>Ee(i,r)),t&&r.flags&p.Export&&Fe(t),Rt(t,r)&&C.push(r),r}function $t(e){let t=u.getSymbolAtLocation(e);if(t){let r=L(t);return r.kind=o.ImportType,r}return m(e,{})}function jt(e){let t=m(e);return t.children=[f(e.expression)],t}var Ot={[n.AnyKeyword]:()=>ge,[n.StringKeyword]:()=>ue,[n.NumberKeyword]:()=>pe,[n.BooleanKeyword]:()=>fe,[n.VoidKeyword]:()=>ye,[n.NeverKeyword]:()=>he,[n.NullKeyword]:()=>me,[n.FunctionType]:S,[n.CallSignature]:S,[n.ConstructSignature]:S,[n.UndefinedKeyword]:()=>de,[n.ArrayType]:gt,[n.FunctionDeclaration]:S,[n.ArrowFunction]:S,[n.FunctionExpression]:S,[n.TypeReference]:ie,[n.ExpressionWithTypeArguments]:ie,[n.ConditionalType]:Dt,[n.ParenthesizedType]:y,[n.InferType](e){return m(e,{type:f(e.typeParameter)})},[n.TypeQuery]:Pt,[n.IndexedAccessType]:wt,[n.IntersectionType](e){return m(e,{kind:o.TypeIntersection,children:e.types.map(f)})},[n.UnionType](e){let t=e.$$resolvedType?void 0:u.getTypeAtLocation(e);return m(e,{kind:o.TypeUnion,children:e.types.map(f),resolvedType:t&&H(t)})},[n.TupleType]:Ct,[n.EnumDeclaration]:M,[n.EnumMember]:y,[n.RestType]:At,[n.PropertySignature]:y,[n.Constructor]:ae,[n.Parameter]:y,[n.PropertyDeclaration]:y,[n.MethodDeclaration]:S,[n.MethodSignature]:S,[n.ClassDeclaration]:M,[n.TypeAliasDeclaration]:y,[n.TypeParameter]:st,[n.InterfaceDeclaration]:M,[n.VariableDeclaration]:y,[n.BindingElement]:y,[n.ConstructorType]:ae,[n.GetAccessor]:S,[n.SetAccessor]:S,[n.TypeOperator]:Ft,[n.TypeLiteral]:ne,[n.TemplateLiteralType]:D,[n.ObjectLiteralExpression]:ne,[n.PropertyAssignment]:y,[n.ShorthandPropertyAssignment]:y,[n.IndexSignature]:Et,[n.MappedType]:Nt,[n.SpreadAssignment]:jt,[n.ModuleDeclaration]:ke,[n.NamespaceExport]:y,[n.NamespaceImport]:y,[n.ExportSpecifier]:Lt,[n.ImportType]:$t,[n.SymbolKeyword]:D};function Mt({options:e,errors:t,fileNames:r,projectReferences:i},a,s){e.noEmit=!0,s||(s=l.createCompilerHost(e)),g=l.createProgram({configFileParsingDiagnostics:t,rootNames:r,projectReferences:i,options:e,host:s}),u=g.getTypeChecker()}function De(e){let t=e.kind===n.SourceFile?e:e.getSourceFile();return t.isDeclarationFile?t.originalFileName:void 0}function Bt(e){let t=g.getResolvedProjectReferences();if(t)return t.find(r=>r?.commandLine.fileNames.includes(e))}function we(e,t){let r=$(e);if(r&&l.isSourceFile(r)&&!B.includes(r))if(r.isDeclarationFile){if(h.followReferences){let i=De(r),a=i&&Bt(i);if(a){Ce(a.commandLine);let s=q(i);return C.find(c=>c.name===s)}}if(t.isDeclarationFile)return I(r)}else return I(r)}function Ee(e,t){function r(i){let a=f(i);(!h.exportsOnly||a.flags&p.Export)&&F(t,[a])}if(l.isVariableStatement(e))e.declarationList.declarations.map(r);else if(l.isExportDeclaration(e)){if(e.exportClause)l.isNamedExports(e.exportClause)?e.exportClause.elements.forEach(r):r(e.exportClause);else if(e.moduleSpecifier){let i=u.getSymbolAtLocation(e.moduleSpecifier);i&&we(i,e.getSourceFile())}}else switch(e.kind){case n.InterfaceDeclaration:case n.TypeAliasDeclaration:case n.FunctionDeclaration:case n.EnumDeclaration:case n.VariableDeclaration:case n.ClassDeclaration:r(e);break;case n.ModuleDeclaration:ke(e)}}function Fe(e){e.exports?.forEach(t=>{let r=$(t);r?.[k]?.source&&!(r[k].flags&p.Internal)&&(R[W(t)]=r[k])})}function I(e){if(E[e.fileName])return E[e.fileName];let t=m(e);if(E[e.fileName]=t,t.flags&p.Internal)return t;e.forEachChild(i=>Ee(i,t));let r=u.getSymbolAtLocation(e);return r&&Fe(r),e.isDeclarationFile&&e.referencedFiles.forEach(i=>{let a=i.fileName;if(P?.fileNames.includes(a))return;let s=g.getSourceFile(a);s&&!g.isSourceFileDefaultLibrary(s)&&!g.isSourceFileFromExternalLibrary(s)&&I(s)}),t.children?.length&&C.push(t),t}function Pe(e){Mt(e),B=e.fileNames.flatMap(t=>g.getSourceFile(t)||[]),B.forEach(I)}function Ce(e){let t=e.options.configFilePath;if(!U.includes(t)){let r=g,i=u;U.push(t),Pe(e),g=r,u=i}}function Ae(e,t){h=t,E={},R={},U=[];let r={modules:C||=[],index:Te||={},config:e,env:{typescript:l.version}};return e.projectReferences?.forEach(i=>{i.prepend&&Ce(be(l.resolveProjectReferencePath(i)))}),Pe(e),r}function Ut(e,t,r){return P=l.parseJsonConfigFileContent(e,K,t),Ae(P,{...ce,...r})}function Kt(e=Ge("tsconfig.json"),t){let r={...ce,...t};return P=be(e,r),Ae(P,r)}var Gt=/[&<"]/g,Jt={"&":"&amp;","<":"&lt;",'"':"&quot;"};function rr(e){return e.replace(Gt,t=>Jt[t])}function nr(e){if(e.startsWith("<caption>")){let t=e.indexOf(`
4
+ `);return{title:e.slice(0,t).trim().replace("</caption>",""),value:e=e.slice(t).trim()}}return{title:"",value:e}}async function ir(e,t){let r={outputDir:"./docs",clean:!1,debug:!1,spa:!1,tsconfig:"tsconfig.json",packageJson:"package.json",packageRoot:"",summary:!1,...e};(r.docsJson||Be("docs.json"))&&Object.assign(r,await O(r.docsJson||"docs.json"));function i(x){return _(`rm -f ${x}/*.html ${x}/*.json ${x}/*.js`)}let a=r.outputDir,s=await O(r.packageJson);if(r.packageRoot??=X(Ke(r.packageJson)),await A(a),await A(a+"/"+s.version),r.clean&&(await i(a),await i(Ue(a,s.version))),r.repository===void 0&&s?.repository){let x=s.repository;r.repository=typeof x=="string"?x:x.url}let c={rootDir:r.rootDir,exportsOnly:!0,customJsDocTags:r.customJsDocTags,cxlExtensions:r.cxlExtensions||!1,forceExports:r.exports,followReferences:r.followReferences},b=r.file?.length?Ut({compilerOptions:{allowJs:!0,rootDir:X(r.file[0]),sourceMap:!1,typeRoots:r.typeRoots||[],noEmit:!0,lib:["es2021"]},files:r.file},process.cwd(),c):Kt(r.tsconfig,c),w={...r,modulePackage:s,repositoryLink:r.repository};if(r.summary){let x=await import("./render-summary-ULILIVXW-MBBMA5KL.js");await Promise.all(x.render(w,b).map(j=>t(j,a)))}if(!r.noHtml){let x=await import("./render-html-WNP2FSL3-HEUQV5A2.js");await Promise.all(x.render(w,b).map(j=>t(j,a)))}}export{o as a,p as b,rr as c,nr as d,ir as e};
@@ -0,0 +1 @@
1
+ var g=Object.create;var e=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var j=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var m=(a=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(a,{get:(b,c)=>(typeof require<"u"?require:b)[c]}):a)(function(a){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+a+'" is not supported')});var n=(a,b)=>()=>(b||a((b={exports:{}}).exports,b),b.exports),o=(a,b)=>{for(var c in b)e(a,c,{get:b[c],enumerable:!0})},l=(a,b,c,f)=>{if(b&&typeof b=="object"||typeof b=="function")for(let d of i(b))!k.call(a,d)&&d!==c&&e(a,d,{get:()=>b[d],enumerable:!(f=h(b,d))||f.enumerable});return a};var p=(a,b,c)=>(c=a!=null?g(j(a)):{},l(b||!a||!a.__esModule?e(c,"default",{value:a,enumerable:!0}):c,a));export{m as a,n as b,o as c,p as d};
@@ -0,0 +1,24 @@
1
+ import{e as G}from"./chunk-BJVTLF6O.js";import{basename as yr,join as re}from"path";import{readFileSync as ne}from"fs";var y={},br=Symbol("terminator");function qe(e,t){let r=!1,n={error:o,unsubscribe:s,get closed(){return r},signal:B(),next(i){if(!r)try{e.next?.(i)}catch(c){o(c)}},complete(){if(!r)try{e.complete?.()}finally{s()}}};e.signal?.subscribe(s);function o(i){if(r)throw i;if(!e.error)throw s(),i;try{e.error(i)}finally{s()}}function s(){r||(r=!0,n.signal.next())}try{if(t?.(n))throw new Error("Unsubscribe function result is deprectaed")}catch(i){o(i)}return n}function ie(...e){return t=>e.reduce((r,n)=>n(r),t)}var l=class{__subscribe;constructor(t){this.__subscribe=t}then(t,r){return ze(this).then(t,r)}pipe(...t){return t.reduce((r,n)=>n(r),this)}subscribe(t){return qe(!t||typeof t=="function"?{next:t}:t,this.__subscribe)}},D=class extends l{closed=!1;signal=B();observers=new Set;constructor(){super(t=>this.onSubscribe(t))}next(t){if(!this.closed)for(let r of Array.from(this.observers))r.closed||r.next(t)}error(t){if(!this.closed){this.closed=!0;let r=!1,n;for(let o of Array.from(this.observers))try{o.error(t)}catch(s){r=!0,n=s}if(r)throw n}}complete(){this.closed||(this.closed=!0,Array.from(this.observers).forEach(t=>t.complete()),this.observers.clear())}onSubscribe(t){this.closed?t.complete():(this.observers.add(t),t.signal.subscribe(()=>this.observers.delete(t)))}},O=class extends l{closed=!1;observers=new Set;constructor(){super(t=>{this.closed?(t.next(),t.complete()):this.observers.add(t)})}next(){if(!this.closed){this.closed=!0;for(let t of Array.from(this.observers))t.closed||(t.next(),t.complete());this.observers.clear()}}};var V=class extends D{bufferSize;buffer=[];hasError=!1;lastError;constructor(t=1/0){super(),this.bufferSize=t}error(t){this.hasError=!0,this.lastError=t,super.error(t)}next(t){return this.buffer.length===this.bufferSize&&this.buffer.shift(),this.buffer.push(t),super.next(t)}onSubscribe(t){this.observers.add(t),this.buffer.forEach(r=>t.next(r)),this.hasError?t.error(this.lastError):this.closed&&t.complete(),t.signal.subscribe(()=>this.observers.delete(t))}},M=class extends D{$value=y;get hasValue(){return this.$value!==y}get value(){if(this.$value===y)throw new Error("Reference not initialized");return this.$value}next(t){return this.$value=t,super.next(t)}onSubscribe(t){!this.closed&&this.$value!==y&&t.next(this.$value),super.onSubscribe(t)}},U=class extends Error{message="No elements in sequence"};function B(){return new O}function v(e){return new l(t=>{e().subscribe(t)})}function se(e){return new l(t=>{for(let r of e)t.closed||t.next(r);t.complete()})}function ce(e){return new l(t=>{e.then(r=>{t.closed||t.next(r),t.complete()}).catch(r=>t.error(r))})}function J(e){return v(()=>ce(e()))}function _e(e){return new l(t=>{for(let r of e)t.closed||t.next(r);t.complete()})}function ae(e){return e instanceof l?e:Array.isArray(e)?se(e):e instanceof Promise?ce(e):_e(e)}function q(...e){return se(e)}function We(e){return new Promise((t,r)=>{let n=y;e.subscribe({next:o=>n=o,error:o=>r(o),complete:()=>t(n)})})}function ze(e){return We(e).then(t=>t===y?void 0:t)}function E(e,t){return b(r=>({next:e(r),unsubscribe:t}))}function b(e){return t=>new l(r=>{let n=e(r,t);r.signal.subscribe(()=>n.unsubscribe?.()),n.error||(n.error=r.error),n.complete||(n.complete=r.complete),n.signal=r.signal,t.subscribe(n)})}function _(e){return E(t=>r=>t.next(e(r)))}function W(e,t){return b(r=>{let n=t,o=0;return{next(s){n=e(n,s,o++)},complete(){r.next(n),r.complete()}}})}function Ye(e){return b(t=>{let r=!0,n;return{next(o){r&&(r=!1,t.next(o),n=setTimeout(()=>r=!0,e))},unsubscribe:()=>clearTimeout(n)}})}function He(e){return new l(t=>{let r=setTimeout(()=>{t.next(),t.complete()},e);t.signal.subscribe(()=>clearTimeout(r))})}function Ke(e,t=He){return ue(r=>t(e).map(()=>r))}function ue(e){return t=>$(r=>{let n=!1,o=!1,s,i=()=>{s?.next(),n=!1,o&&r.complete()},c=B();r.signal.subscribe(()=>{i(),c.next()}),t.subscribe({next(a){i(),s=B(),n=!0,e(a).subscribe({next:r.next,error:r.error,complete:i,signal:s})},error:r.error,complete(){o=!0,n||r.complete()},signal:c})})}function Xe(e){return t=>$(r=>{let n=r.signal,o=0,s=0,i=!1;t.subscribe({next:c=>{o++,e(c).subscribe({next:r.next,error:r.error,complete:()=>{s++,i&&s===o&&r.complete()},signal:n})},error:r.error,complete(){i=!0,s===o&&r.complete()},signal:n})})}function Qe(e){return b(t=>{let r=!0;return{next(n){r&&(r=!1,e(n).subscribe({next:t.next,error:t.error,complete:()=>r=!0,signal:t.signal}))}}})}function z(e){return E(t=>r=>{e(r)&&t.next(r)})}function Ze(e){return E(t=>r=>{e-- >0&&!t.closed&&t.next(r),(e<=0||t.closed)&&t.complete()})}function et(e){return E(t=>r=>{!t.closed&&e(r)?t.next(r):t.complete()})}function tt(){let e=!1;return b(t=>({next(r){e||(e=!0,t.next(r),t.complete())},complete(){t.closed||t.error(new U)}}))}function Y(e){return E(t=>r=>{e(r),t.next(r)})}function rt(e){return b((t,r)=>{let n,o={next:t.next,error(s){try{if(t.closed)return;let i=e(s,r);i&&(n?.next(),n=B(),i.subscribe({...o,signal:n}))}catch(i){t.error(i)}},unsubscribe:()=>n?.next()};return o})}function nt(){return E(e=>{let t=y;return r=>{r!==t&&(t=r,e.next(r))}})}function ot(){return e=>{let t=new V(1),r=!1;return $(n=>{t.subscribe(n),r||(r=!0,e.subscribe(t))})}}function it(){return e=>{let t,r=0;function n(){--r===0&&t?.signal.next()}return $(o=>{o.signal.subscribe(n),r++===0?(t=ut(),t.subscribe(o),e.subscribe(t)):t.subscribe(o)})}}function st(){return e=>{let t=new D,r,n,o=!1,s=!1;return $(i=>{s?(i.next(n),i.complete()):t.subscribe(i),r??=e.subscribe({next:c=>{o=!0,n=c},error:i.error,complete(){s=!0,o&&t.next(n),t.complete()},signal:i.signal})})}}function le(...e){return e.length===1?e[0]:new l(t=>{let r=e.length;for(let n of e)t.closed||n.subscribe({next:t.next,error:t.error,complete(){r--===1&&t.complete()},signal:t.signal})})}function ct(e){return b(t=>({next:t.next,unsubscribe:e}))}function at(){return z(()=>!1)}var N=new l(e=>e.complete());function $(e){return new l(e)}function ut(){return new M}var oe={catchError:rt,debounceTime:Ke,distinctUntilChanged:nt,exhaustMap:Qe,filter:z,finalize:ct,first:tt,ignoreElements:at,map:_,mergeMap:Xe,publishLast:st,reduce:W,share:it,shareLatest:ot,switchMap:ue,take:Ze,takeWhile:et,tap:Y,throttleTime:Ye};for(let e in oe)l.prototype[e]=function(...t){return this.pipe(oe[e](...t))};import{resolve as mt}from"path";import*as x from"inspector";import{relative as lt}from"path";function ft(e){let t=[];for(let r of e){let n=0,o=0;for(let s of r.functions)for(let i of s.ranges){let c=i.endOffset-i.startOffset;n+=c,i.count&&(o+=c)}t.push({url:r.url,functions:r.functions,blockTotal:n,blockCovered:o})}return t}async function pt(e){let t=process.cwd(),r=[],n=/\/node_modules\//;for(let o of e){let s=o.url.replace(/^file:\/\//,"");if(s.startsWith(t)&&!n.test(s)){let i=lt(t,s);r.push({url:i,functions:o.functions})}}return ft(r)}function fe(e){let t=0,r=e.results.map(o=>(o.success===!1&&t++,{message:o.message,success:o.success,data:o.data,stack:o.stack})),n=(e.only.length?e.only:e.tests).map(o=>{let s=fe(o);return t+=s.failureCount,s});return r.length===0&&e.tests.length===0&&(t++,r.push({success:!1,message:"No assertions found"})),{name:e.name,failureCount:t,results:r,tests:n,runTime:e.runTime,timeout:e.timeout}}async function I(e,t){let r=fe(e),n=t&&await pt(t);return{success:r.failureCount===0,testReport:r,coverage:n}}function F(e,t,r={}){return new Promise((n,o)=>{e.post(t,r,(s,i)=>s?o(s):n(i))})}async function dt(e,t){await F(e,"Profiler.enable"),await F(e,"Profiler.startPreciseCoverage",{detailed:!0});let r=await t(),n=await F(e,"Profiler.takePreciseCoverage");return await F(e,"Profiler.stopPreciseCoverage"),await F(e,"Profiler.disable"),{coverage:n.result,result:r}}async function H(e){async function t(){let s=(await import(o)).default;return s.run().then(()=>s)}let r=e.entryFile,n=new x.Session;e.log(`Runner: Node ${process.version}`);let o=mt(r);if(e.log(`Suite: ${o}`),e.inspect&&(x.open(),console.log(`Waiting for debugger (${x.url()})`),x.waitForDebugger()),n.connect(),e.ignoreCoverage){let s=await t();return I(s)}else{let{result:s,coverage:i}=await dt(n,t);return process.argv.includes("--inspect")&&(console.log("Press any key to continue"),await new Promise(c=>process.stdin.once("data",c))),I(s,i)}}import*as he from"puppeteer";import{readFile as X,writeFile as pe,mkdir as me}from"fs/promises";import{resolve as gt,join as ht,relative as xt}from"path";import{createRequire as wt}from"module";async function yt(e){await Promise.all([e.coverage.startJSCoverage({reportAnonymousScripts:!0})])}async function bt(e,t){let r=e.type(),{url:n,lineNumber:o}=e.location(),s=o!==void 0?` (${o})`:"";t.log(`console ${r}: ${n}${s}`);for(let i of e.args())try{console.log(await i.evaluate(c=>c instanceof Error?{message:c.message,stack:c.stack}:JSON.stringify(c,null,2)))}catch{console.log(i.toString())}}async function $t(e){return await(await e.createBrowserContext()).newPage()}async function vt(e,t,r,n){let o=await $t(t);function s(a){let u=a.type;if(u==="figure")try{return Ct(o,a,e)}catch(f){return{success:!1,message:String(f)||"Unknown Error"}}else{if(u==="hover"||u==="tap"||u==="click")return o.$(a.element).then(f=>{if(!f)throw new Error(`Element for selector "${a.element}" not found.`);return f[u]()}).then(()=>({success:!0,message:"Element"}));if(u==="type"||u==="press")return o.$(a.element).then(f=>{if(!f)throw new Error(`Element for selector "${a.element}" not found.`);return f[u](a.value)}).then(()=>({success:!0,message:"Element"}));if(u==="testElement")return{success:!0,message:"testElement supported"};if(u==="concurrency")return{success:!0,message:"Concurrency",concurrency:n}}return{success:!1,message:`Feature not supported: ${u}`}}o.on("console",a=>bt(a,e)),o.on("pageerror",a=>e.log(a)),o.on("requestfailed",a=>{e.log(`requestfailed: ${a.method()} ${a.url()} ${a.failure()?.errorText}`)}),o.exposeFunction("__cxlRunner",s),await yt(o),e.browserUrl&&await xe(e,o,e.browserUrl),await o.bringToFront();let i=await Et(o,r,e);if(!i)throw new Error("Invalid suite");let c=e.ignoreCoverage?void 0:await St(o,r);return{suite:i,coverage:c}}function xe(e,t,r){return t.goto(r)}async function Et(e,t,r){let n=t[0].path,o=r.vfsRoot??process.cwd(),s=wt(process.cwd());await e.setRequestInterception(!0);function i(c){let a;try{if(a=s.resolve(c.slice(1)),a)return a}catch{}return ht(o,c)}return e.on("request",async c=>{try{let a=new URL(c.url());if(c.method()==="GET"&&a.hostname==="cxl-tester"){let u=i(a.pathname),f=a.pathname==="/"?"":await X(u,"utf8");u.endsWith(".js")&&!t.find(h=>h.source===f)&&t.push({path:u,source:f}),c.respond({status:200,contentType:u.endsWith(".js")?"text/javascript":"text/plain",body:f})}else c.continue()}catch{r.log(`Error handling request ${c.method()} ${c.url()}`),c.respond({status:500})}}),await xe(r,e,"https://cxl-tester"),r.importmap&&await e.addScriptTag({type:"importmap",content:r.importmap}),e.evaluate(`(async entry => {
2
+ const r = (await import(entry)).default;
3
+ await r.run();
4
+ return r.toJSON();
5
+ })('${n}')`)}function K(e,t,r){return{startOffset:e,endOffset:t,count:r}}function kt(e){let t=[],r=0;for(let n of e.ranges)n.start>r&&t.push(K(r,n.start,0)),t.push(K(n.start,n.end,1)),r=n.end;return r<e.text.length&&t.push(K(r,e.text.length,0)),t}async function St(e,t){return(await e.coverage.stopJSCoverage()).map(n=>{let o=t.find(s=>n.text.includes(s.source));return{url:o?.path?gt(o?.path):n.url,functions:[{functionName:"",ranges:kt(n),isBlockCoverage:!0}]}})}var de=Promise.resolve();async function ge(e){let t=(await import("./png-BPHNXF4V.js")).PNG;return new Promise((r,n)=>{new t().parse(Buffer.from(e),(s,i)=>{s?n(s):r(i)})})}function Pt(e,t,r){return new Promise((n,o)=>{let s=`#${t}`;de=de.then(()=>e.$eval(s,(i,c)=>{i.innerHTML=c,i.style.zIndex="10",i.getRootNode()?.activeElement?.blur?.()},r).then(async()=>(await e.waitForNetworkIdle({idleTime:120,timeout:5e3}),await e.waitForFunction("document.fonts?.ready"),await e.mouse.move(350,-100),(await e.$(s))?.screenshot({type:"png",encoding:"binary"}))).then(i=>{ArrayBuffer.isView(i)?n(i):o("Invalid value returned by screenshot()")},i=>o(i)))})}async function Ct(e,t,r){let{name:n,domId:o,html:s}=t,i=t.baseline=`${r.baselinePath||"spec"}/${n}.png`,c=`spec/${n}.png`,[a,u]=await Promise.all([X(i).catch(()=>{}),Pt(e,o,s)]);if(u&&me("spec").catch(()=>!1).then(()=>pe(c,u)),(!a||r.updateBaselines)&&u&&r.baselinePath)me(r.baselinePath).catch(()=>!1).then(()=>pe(i,u));else if(a&&u&&r.baselinePath){let[f,h]=await Promise.all([ge(a),ge(u)]),R=f.data,m=h.data,C=R.length;if(C!==m.length)return{success:!1,message:`Screenshot should match baseline: Different Size (${f.width}x${f.height} vs ${h.width}x${h.height})`,data:t};for(let T=0;T<C;T++)if(R.readUInt8(T)!==m.readUInt8(T))return{success:!1,message:"Screenshot should match baseline",data:t}}return{success:!0,message:"Screenshot should match baseline",data:t}}async function Q(e){let t=e.vfsRoot?`./${xt(e.vfsRoot,e.entryFile)}`:e.entryFile,r=["--no-sandbox","--disable-setuid-sandbox","--disable-gpu","--font-render-hinting=none","--disable-font-subpixel-positioning","--animation-duration-scale=0","--force-device-scale-factor=1","--window-size=1280,1024","--disable-infobars","--hide-scrollbars","--blink-settings=imagesEnabled=true","--enable-font-antialiasing","--disable-features=Translate,BackForwardCache,ColorPicker,SharedArrayBuffer,InterestCohort,NotificationIndicator,Prerender2","--disable-background-timer-throttling","--disable-backgrounding-occluded-windows","--disable-renderer-backgrounding","--mute-audio","--disable-extensions"];e.disableSecurity&&r.push("--disable-web-security");let n=await he.launch({headless:!0,args:r,timeout:5e3});try{e.log(`Puppeteer ${await n.version()}`);let o=await X(e.entryFile,"utf8"),s=[{path:t,source:o}],{suite:i,coverage:c}=await vt(e,n,s,0);return I(i,c)}finally{await n.close()}}function we(e){return e.node?H(e):Q(e)}import{spawn as Dt}from"child_process";var ye={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]},g=Object.keys(ye).reduce((e,t)=>{let r=ye[t],n="\x1B["+r[0]+"m",o="\x1B["+r[1]+"m";return e[t]=s=>n+s+o,e},{}),$e='"(?:[^"\\\\]|\\\\.)*"',Bt="-(\\w\\w+)",ve=`\\s*=?\\s*(${$e}|[^-][^\\s]*)?`,Nt=`-(\\w)${ve}`,It=`--(\\w+)${ve}`,Ar=new RegExp(`\\s*(?:${Bt}|${Nt}|${It}|(${$e}|[^\\s]+))`,"g");function be(){return process.hrtime.bigint()}async function Ee(e){let t=be(),r=await(typeof e=="function"?e():e),n=0,o=be(),s={start:t,tasks:++n,time:o-t,result:r};return t=o,s}function ke(e,...t){console.log(typeof e=="string"?e:e(),...t)}function p(e,t={}){return new Promise((r,n)=>{let o=Dt(e,[],{shell:!0,...t}),s="";o.stdout?.on("data",i=>s+=i?.toString()||""),o.stderr?.on("data",i=>s+=i?.toString()||""),o.on("exit",i=>{i!==0?n(s):r(s)})})}function Ft(e,t){let r=t.message;console.error(e,g.red(r)),t.stack&&console.error(t.stack)}function Se(e){let t="",r=e.results.filter(o=>(t+=o.success?g.green("."):g.red("X"),o.success===!1)),n=e.runTime>e.timeout?"brightYellow":e.runTime>e.timeout/2?"yellow":"gray";return console.group(`${e.name} ${g[n](`(${e.runTime.toFixed(2)} ms)`)} ${t}`),r.forEach(o=>Ft(e.name,o)),e.tests.forEach(Se),console.groupEnd(),r}function Rt(e){console.log("Coverage Report:");for(let t of e){let r=(t.blockCovered/t.blockTotal*100).toFixed(2);console.log(`${t.url}: ${r}% (${t.blockTotal}/${t.blockCovered})`)}}function Z(e){e.coverage&&Rt(e.coverage),Se(e.testReport)}import{dirname as zt,relative as Yt,resolve as Ht}from"path";import{existsSync as Kt,utimesSync as Xt,writeFileSync as Qt}from"fs";import{spawn as Zt,execSync as Te}from"child_process";import{createRequire as er}from"module";import{existsSync as Lt,readFileSync as Ne}from"fs";import{join as Gt,resolve as Ot}from"path";import{promises as Tt,readFileSync as Ur}from"fs";import{basename as jt,dirname as qr,resolve as At}from"path";async function Ce(e){let t=await Tt.readFile(e);return{path:e,source:t}}function k(e,t){return v(()=>ae(Ce(e).then(r=>({path:t||At(e),source:r.source}))))}function Wr(e){return Y(t=>t.path=(e||"")+jt(t.path))}function zr(e,t=`
6
+ `){return ie(W((r,n)=>`${r}${t}${n.source}`,""),_(r=>({path:e,source:Buffer.from(r)})))}function Yr(e){return new l(t=>{Promise.all(e.map(Ce)).then(r=>{r.forEach(n=>t.next(n)),t.complete()},r=>t.error(r))})}function De(e,t,r=""){return j(`mkdir -p ${t} && rsync -au -i --delete ${e}/${r} ${t}`)}function Hr(e,t){return Pe(`zip - ${e.join(" ")}`).map(r=>({path:t,source:r}))}import{execSync as Vt}from"child_process";import*as Ie from"esbuild";var Mt=process.cwd(),S=Vt("npm prefix",{cwd:Mt}).toString().trim(),Ut={"GPL-3.0":"license-GPL-3.0.txt","GPL-3.0-only":"license-GPL-3.0.txt","Apache-2.0":"license-Apache-2.0.txt","SEE LICENSE IN LICENSE.md":"",UNLICENSED:""};function Be(e,t,r){for(let n of e)if(!t[n])throw new Error(`Field "${n}" missing in "${r}"`)}function Fe(e){return new l(t=>{Ie.build({minify:!0,bundle:!0,splitting:!0,format:"esm",tsconfig:"tsconfig.json",platform:"browser",define:{CXL_DEBUG:"false"},...e}).then(()=>t.complete())})}function A(e=S){let t=Ot(e,"package.json");if(!Lt(t))throw new Error(`"${t}" not found`);let r=JSON.parse(Ne(t,"utf8"));return Be(["name","version","description"],r,t),r.private||Be(["license"],r,t),r}function Jt(e,t){return q({path:"package.json",source:Buffer.from(JSON.stringify({name:e.name,version:e.version,description:e.description,private:e.private,license:e.license,files:e.files||["*.js","*.d.ts","*.css","LICENSE.md","*.md"],main:t??e.main??"index.js",exports:e.exports,browser:e.browser,homepage:e.homepage,bugs:e.bugs,bin:e.bin,repository:e.repository,dependencies:e.dependencies,peerDependencies:e.peerDependencies,bundledDependencies:e.bundledDependencies,type:e.type},null,2))})}function qt(e){if(e==="UNLICENSED"||e==="SEE LICENSE IN LICENSE.md")return N;let t=Ut[e];if(!t)throw new Error(`Invalid license: "${e}"`);return k(Gt(import.meta.dirname,t),"LICENSE")}function _t(e,t){return`https://npmjs.com/package/${e}/v/${t}`}function Wt(e){try{return Ne(e,"utf8")}catch{return""}}function Re(){return v(()=>{let e=A(S),t=Wt("USAGE.md"),r=encodeURIComponent(e.name);return q({path:"README.md",source:Buffer.from(`# ${e.name}
7
+
8
+ [![npm version](https://badge.fury.io/js/${r}.svg)](https://badge.fury.io/js/${r})
9
+
10
+ ${e.description}
11
+
12
+ ## Project Details
13
+
14
+ - Branch Version: [${e.version}](${_t(e.name,e.version)})
15
+ - License: ${e.license}
16
+ - Documentation: [Link](${e.homepage})
17
+ - Report Issues: [Github](${e.bugs})
18
+
19
+ ## Installation
20
+
21
+ npm install ${e.name}
22
+
23
+ ${t}`)})})}function ee(e){return v(()=>{let t=A(),r=t.license,n=[Jt(t,e)];return r&&n.push(qt(r)),le(...n)})}var tr=g.green("build"),w=ke.bind(null,tr),je=er(import.meta.dirname);function rr(e){return(e/1e3).toFixed(2)+"kb"}function nr(e){let t=Number(e)/1e9,r=t.toFixed(4)+"s";return t>.1?t>.5?g.red(r):g.yellow(r):r}function L(e){return je(je.resolve(e,{paths:[process.cwd(),import.meta.dirname]}))}async function Ae(...e){if(!e)throw new Error("Invalid configuration");S!==process.cwd()&&(process.chdir(S),w(`chdir "${S}"`));let t=A();w(`${t.name} ${t.version}`);let r=[void 0,...process.argv];try{for(let n of r)for(let o of e)o.target===n&&await new te(w,o).build()}catch(n){console.error(n),process.exit(1)}}function j(e,t){return new l(r=>{w(`sh ${e}`),Ee(p(e,t)).then(n=>{w(`sh ${e}`,nr(n.time)),n.result&&console.log(n.result),r.complete()},n=>{r.error(n)})})}function Pe(e,t={}){return new l(r=>{let n=Zt(e,[],{shell:!0,...t}),o,s;n.stdout?.on("data",i=>o=o?Buffer.concat([o,Buffer.from(i)]):Buffer.from(i)),n.stderr?.on("data",i=>s=s?Buffer.concat([s,Buffer.from(i)]):Buffer.from(i)),n.on("close",i=>{i?r.error(s||o):(r.next(o),r.complete())})})}var te=class{log;config;outputDir;constructor(t,r){this.log=t,this.config=r,this.outputDir=r.outputDir||"."}async build(){try{let t=this.config.target||"";t&&this.log(`target ${t}`),Te(`mkdir -p ${this.outputDir}`),await Promise.all(this.config.tasks.map(r=>this.runTask(r)))}catch(t){throw console.log("BUILD: ",t),"Build finished with errors"}}async runTask(t){await t.tap(r=>{let n=Ht(this.outputDir,r.path),o=r.source,s=zt(n);Kt(s)||Te(`mkdir -p ${s}`),Qt(n,o),r.mtime&&Xt(n,r.mtime,r.mtime);let i=Yt(process.cwd(),n);this.log(`${i} ${rr((r.source||"").length)}`)})}};import{relative as or,join as ir}from"path";function sr(e){let t=[],r=!1;if(e.forEach(n=>{let o=n.errorCount,s=or(process.cwd(),n.filePath);w(`eslint ${s}`),o&&(r=!0,n.messages.forEach(i=>console.error(`${s}#${i.line}:${i.column}: ${i.message} (${i.ruleId})`)))}),r)throw new Error("eslint errors found.");return t}function Le(e){return new l(t=>{(async()=>{let{ESLint:r}=L("eslint");w(`eslint ${r.version}`),new r({cache:!0,cwd:process.cwd(),overrideConfigFile:ir(import.meta.dirname,"eslint-config.js"),...e}).lintFiles(["**/*.ts?(x)"]).then(sr).then(()=>t.complete(),o=>t.error(o))})()})}import{relative as cr}from"path";var d=L("typescript"),P=d.sys,ar={useCaseSensitiveFileNames:!0,readDirectory:P.readDirectory,getCurrentDirectory:P.getCurrentDirectory,fileExists:P.fileExists,readFile:P.readFile,onUnRecoverableConfigFileDiagnostic(e){throw e}},ur={getCurrentDirectory:P.getCurrentDirectory,getNewLine:()=>`
24
+ `,getCanonicalFileName:e=>e},yn=d.version;function lr(e){return[...e.getConfigFileParsingDiagnostics(),...e.getOptionsDiagnostics(),...e.getGlobalDiagnostics(),...e.getDeclarationDiagnostics()]}function Ge(e,t=ur){throw console.error(d.formatDiagnosticsWithColorAndContext(e,t)),new Error("Typescript compilation failed")}function fr(e="tsconfig.json",t={module:d.ModuleKind.CommonJS}){let r=d.createSolutionBuilderHost(P),n=mr(e);n.errors?.length&&Ge(n.errors);let o=n.options.outDir;if(!o)throw new Error(`No outDir field set in ${e}`);let s=d.createSolutionBuilder(r,[e],t);return{outputDir:o,builder:s,options:n}}function pr(e="tsconfig.json",t,r={module:d.ModuleKind.CommonJS}){let{outputDir:n,builder:o}=fr(e,r),s,i="";function c(a,u){i&&a.startsWith(i)?(a=cr(n,a),t.next({path:a,source:Buffer.from(u)})):console.warn(`File "${a}" is outside of outDir. Ignoring.`)}for(;s=o.getNextInvalidatedProject();){if(s.kind===d.InvalidatedProjectKind.Build){let u=s.getProgram();if(i=s.getCompilerOptions().outDir??"",u){let f=lr(u);f.length&&Ge(f)}}if(s.done(void 0,c)!==d.ExitStatus.Success)throw`${s.project}: Typescript compilation failed`}}function Oe(e="tsconfig.json",t){return new l(r=>{pr(e,r,t),r.complete()})}function mr(e){let t;try{t=d.getParsedCommandLineOfConfigFile(e,{},ar)}catch(r){if(r instanceof Error)throw r;let n=r?.message||r?.messageText||"Unknown Error";throw new Error(n)}if(!t)throw console.log(process.cwd()),new Error(`Could not parse config file "${e}"`);return t}import{readFile as dr}from"fs/promises";async function Ve(e){return(await p("git rev-parse --abbrev-ref HEAD",{cwd:e})).trim()}async function Me(e){return(await p("git remote show origin",{cwd:e})).match(/HEAD branch:\s+(\S+)/)?.[1]}import{resolve as gr}from"path";async function hr(e){return JSON.parse(await dr(e,"utf8"))}async function xr(e,t){let r=gr(t);try{await p("npm install --production",{cwd:r}),await p("npm test",{cwd:e})}finally{await p(`rm -rf ${r}/node_modules ${r}/package-lock.json`)}}async function Ue(e,t){let r=await Ve(process.cwd()),n=await Me(process.cwd());if(r!==n)throw`Active branch "${r}" is not main branch`;let o=await hr(`${e}/package.json`),s=o.name.split("/")[1],i=await wr(o.name);if(i.versions.includes(o.version))console.log(`Package "${o.name}" version "${o.version}" already published. Skipping.`);else{console.log(`Building ${o.name} ${o.version}`),await p(`npm run build package --prefix ${e}`),await xr(e,t);let a=o.version.includes("beta")?"beta":o.version.includes("alpha")?"alpha":"latest",u=a==="alpha"?i["dist-tags"].alpha:void 0;if(console.log(await p(`npm publish --access=public --tag ${a}`,{cwd:t})),a==="beta"||a==="alpha"){let f=`${o.version.split(".")[0]}-${a}`;console.log(await p(`npm dist-tag add ${o.name}@${o.version} ${f}`))}if(u)try{console.log(await p(`npm unpublish ${o.name}@${u}`))}catch(f){console.error(`Removing old version ${o.name}@${u} failed.`),console.error(f)}}let c=`${s}/${o.version}`;(await p(`git tag -l ${c}`)).trim()||(console.log(`Creating tag "${c}"`),await p(`git tag ${c} && git push origin ${c}`))}async function wr(e){return JSON.parse((await p(`npm show ${e} --json`)).trim())}function Je(e,t={}){for(let r in e)t[r]=`/${r}`;return t}function _n(...e){let t=process.cwd(),n=JSON.parse(ne(t+"/tsconfig.json","utf8"))?.compilerOptions?.outDir,o=yr(n),s=re(n,"package"),i=JSON.parse(ne("package.json","utf8")),c=JSON.parse(ne("../package.json","utf8")),a=!!i.browser,u=i.exports?.["."]??"index.bundle.js",f=i.dependencies?Object.keys(i.dependencies):void 0,h;if(console.log(f),a){let m={};c.devDependencies&&Je(c.devDependencies,m),i.dependencies&&Je(i.dependencies,m),h=JSON.stringify({imports:m})}let R=i.exports?Object.values(i.exports).flatMap(m=>m?[re(n,m)]:[]):[{out:"index.bundle",in:re(n,"index.js")}];return Ae({outputDir:n,tasks:[k("test-screenshot.html","test-screenshot.html").catchError(()=>N),Oe("tsconfig.test.json"),ee("index.js")]},{target:"test",outputDir:n,tasks:[J(async()=>{try{process.chdir(n);let m=await we({node:!a,mjs:!0,vfsRoot:"..",entryFile:"./test.js",importmap:h,log:console.log.bind(console)});Z(m)}finally{process.chdir(t)}}).ignoreElements()]},{target:"docs",outputDir:`../docs/${o}`,tasks:[$(m=>{G({$:[],clean:!0,summary:!0,markdown:!0,cxlExtensions:!0,debug:!0,outputDir:`../docs/${o}`},C=>{m.next({path:C.name,source:Buffer.from(C.content)})}).then(()=>m.complete())})]},{target:"package",outputDir:".",tasks:[Re(),Le()]},{target:"package",outputDir:".",tasks:[j(`rm -rf ${s}`)]},{target:"package",outputDir:s,tasks:[k("README.md","README.md"),k("LICENSE.md","LICENSE.md").catchError(()=>N),ee(u),De(n,s,"*.d.ts"),Fe({entryPoints:R,platform:a?"browser":"node",outdir:s,external:f})]},{target:"publish",outputDir:n,tasks:[J(async()=>{await Ue(".",s)}).ignoreElements()]},...e)}export{Fe as a,Re as b,ee as c,Ae as d,j as e,Pe as f,k as g,Wr as h,zr as i,Yr as j,De as k,Hr as l,_n as m};
package/index.bundle.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- import{a as i,b as r,c as o,d as a,e as t,f as m,g as l,h as p,i as b,j as f,k as n,l as d,m as s}from"./chunk-ZYWVDQ3W.js";if(import.meta.main){let{buildLibrary:e}=await import("./library-MSWYOSE7.js");await e()}export{p as basename,a as build,s as buildLibrary,b as concatFile,n as copyDir,i as esbuild,t as exec,l as file,f as files,o as pkg,r as readme,m as shell,d as zip};
2
+ import{a as i,b as r,c as o,d as a,e as t,f as m,g as l,h as p,i as b,j as f,k as n,l as d,m as s}from"./chunk-ZNHDZJVN.js";import"./chunk-BJVTLF6O.js";import"./chunk-FSRPMVAS.js";if(import.meta.main){let{buildLibrary:e}=await import("./library-FGC5CGCE.js");await e()}export{p as basename,a as build,s as buildLibrary,b as concatFile,n as copyDir,i as esbuild,t as exec,l as file,f as files,o as pkg,r as readme,m as shell,d as zip};
@@ -0,0 +1 @@
1
+ import{m as a}from"./chunk-ZNHDZJVN.js";import"./chunk-BJVTLF6O.js";import"./chunk-FSRPMVAS.js";export{a as buildLibrary};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cxl/build",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "A flexible build system that executes configurable build tasks producing output files, with logging and shell command support.",
5
5
  "license": "GPL-3.0",
6
6
  "files": [
@@ -25,7 +25,8 @@
25
25
  "@eslint/js": "^9.30.1",
26
26
  "esbuild": "*",
27
27
  "typescript": "^5.9.2",
28
- "typescript-eslint": "^8.39.0"
28
+ "typescript-eslint": "^8.39.0",
29
+ "puppeteer": "^24.22.3"
29
30
  },
30
31
  "type": "module"
31
32
  }
@@ -0,0 +1 @@
1
+ import{a as w,b as m}from"./chunk-FSRPMVAS.js";var x=m(($t,$)=>{"use strict";var Ve=w("util"),Q=w("stream"),I=$.exports=function(){Q.call(this),this._buffers=[],this._buffered=0,this._reads=[],this._paused=!1,this._encoding="utf8",this.writable=!0};Ve.inherits(I,Q);I.prototype.read=function(e,t){this._reads.push({length:Math.abs(e),allowLess:e<0,func:t}),process.nextTick(function(){this._process(),this._paused&&this._reads&&this._reads.length>0&&(this._paused=!1,this.emit("drain"))}.bind(this))};I.prototype.write=function(e,t){if(!this.writable)return this.emit("error",new Error("Stream not writable")),!1;let i;return Buffer.isBuffer(e)?i=e:i=Buffer.from(e,t||this._encoding),this._buffers.push(i),this._buffered+=i.length,this._process(),this._reads&&this._reads.length===0&&(this._paused=!0),this.writable&&!this._paused};I.prototype.end=function(e,t){e&&this.write(e,t),this.writable=!1,this._buffers&&(this._buffers.length===0?this._end():(this._buffers.push(null),this._process()))};I.prototype.destroySoon=I.prototype.end;I.prototype._end=function(){this._reads.length>0&&this.emit("error",new Error("Unexpected end of input")),this.destroy()};I.prototype.destroy=function(){this._buffers&&(this.writable=!1,this._reads=null,this._buffers=null,this.emit("close"))};I.prototype._processReadAllowingLess=function(e){this._reads.shift();let t=this._buffers[0];t.length>e.length?(this._buffered-=e.length,this._buffers[0]=t.slice(e.length),e.func.call(this,t.slice(0,e.length))):(this._buffered-=t.length,this._buffers.shift(),e.func.call(this,t))};I.prototype._processRead=function(e){this._reads.shift();let t=0,i=0,r=Buffer.alloc(e.length);for(;t<e.length;){let l=this._buffers[i++],n=Math.min(l.length,e.length-t);l.copy(r,t,0,n),t+=n,n!==l.length&&(this._buffers[--i]=l.slice(n))}i>0&&this._buffers.splice(0,i),this._buffered-=e.length,e.func.call(this,r)};I.prototype._process=function(){try{for(;this._buffered>0&&this._reads&&this._reads.length>0;){let e=this._reads[0];if(e.allowLess)this._processReadAllowingLess(e);else if(this._buffered>=e.length)this._processRead(e);else break}this._buffers&&!this.writable&&this._end()}catch(e){this.emit("error",e)}}});var N=m(q=>{"use strict";var A=[{x:[0],y:[0]},{x:[4],y:[0]},{x:[0,4],y:[4]},{x:[2,6],y:[0,4]},{x:[0,2,4,6],y:[2,6]},{x:[1,3,5,7],y:[0,2,4,6]},{x:[0,1,2,3,4,5,6,7],y:[1,3,5,7]}];q.getImagePasses=function(e,t){let i=[],r=e%8,l=t%8,n=(e-r)/8,s=(t-l)/8;for(let h=0;h<A.length;h++){let f=A[h],o=n*f.x.length,a=s*f.y.length;for(let u=0;u<f.x.length&&f.x[u]<r;u++)o++;for(let u=0;u<f.y.length&&f.y[u]<l;u++)a++;o>0&&a>0&&i.push({width:o,height:a,index:h})}return i};q.getInterlaceIterator=function(e){return function(t,i,r){let l=t%A[r].x.length,n=(t-l)/A[r].x.length*8+A[r].x[l],s=i%A[r].y.length,h=(i-s)/A[r].y.length*8+A[r].y[s];return n*4+h*e*4}}});var U=m((ei,X)=>{"use strict";X.exports=function(t,i,r){let l=t+i-r,n=Math.abs(l-t),s=Math.abs(l-i),h=Math.abs(l-r);return n<=s&&n<=h?t:s<=h?i:r}});var H=m((ti,te)=>{"use strict";var We=N(),Ke=U();function ee(e,t,i){let r=e*t;return i!==8&&(r=Math.ceil(r/(8/i))),r}var P=te.exports=function(e,t){let i=e.width,r=e.height,l=e.interlace,n=e.bpp,s=e.depth;if(this.read=t.read,this.write=t.write,this.complete=t.complete,this._imageIndex=0,this._images=[],l){let h=We.getImagePasses(i,r);for(let f=0;f<h.length;f++)this._images.push({byteWidth:ee(h[f].width,n,s),height:h[f].height,lineIndex:0})}else this._images.push({byteWidth:ee(i,n,s),height:r,lineIndex:0});s===8?this._xComparison=n:s===16?this._xComparison=n*2:this._xComparison=1};P.prototype.start=function(){this.read(this._images[this._imageIndex].byteWidth+1,this._reverseFilterLine.bind(this))};P.prototype._unFilterType1=function(e,t,i){let r=this._xComparison,l=r-1;for(let n=0;n<i;n++){let s=e[1+n],h=n>l?t[n-r]:0;t[n]=s+h}};P.prototype._unFilterType2=function(e,t,i){let r=this._lastLine;for(let l=0;l<i;l++){let n=e[1+l],s=r?r[l]:0;t[l]=n+s}};P.prototype._unFilterType3=function(e,t,i){let r=this._xComparison,l=r-1,n=this._lastLine;for(let s=0;s<i;s++){let h=e[1+s],f=n?n[s]:0,o=s>l?t[s-r]:0,a=Math.floor((o+f)/2);t[s]=h+a}};P.prototype._unFilterType4=function(e,t,i){let r=this._xComparison,l=r-1,n=this._lastLine;for(let s=0;s<i;s++){let h=e[1+s],f=n?n[s]:0,o=s>l?t[s-r]:0,a=s>l&&n?n[s-r]:0,u=Ke(o,f,a);t[s]=h+u}};P.prototype._reverseFilterLine=function(e){let t=e[0],i,r=this._images[this._imageIndex],l=r.byteWidth;if(t===0)i=e.slice(1,l+1);else switch(i=Buffer.alloc(l),t){case 1:this._unFilterType1(e,i,l);break;case 2:this._unFilterType2(e,i,l);break;case 3:this._unFilterType3(e,i,l);break;case 4:this._unFilterType4(e,i,l);break;default:throw new Error("Unrecognised filter type - "+t)}this.write(i),r.lineIndex++,r.lineIndex>=r.height?(this._lastLine=null,this._imageIndex++,r=this._images[this._imageIndex]):this._lastLine=i,r?this.read(r.byteWidth+1,this._reverseFilterLine.bind(this)):(this._lastLine=null,this.complete())}});var ne=m((ii,re)=>{"use strict";var Je=w("util"),ie=x(),Qe=H(),$e=re.exports=function(e){ie.call(this);let t=[],i=this;this._filter=new Qe(e,{read:this.read.bind(this),write:function(r){t.push(r)},complete:function(){i.emit("complete",Buffer.concat(t))}}),this._filter.start()};Je.inherits($e,ie)});var S=m((ri,le)=>{"use strict";le.exports={PNG_SIGNATURE:[137,80,78,71,13,10,26,10],TYPE_IHDR:1229472850,TYPE_IEND:1229278788,TYPE_IDAT:1229209940,TYPE_PLTE:1347179589,TYPE_tRNS:1951551059,TYPE_gAMA:1732332865,COLORTYPE_GRAYSCALE:0,COLORTYPE_PALETTE:1,COLORTYPE_COLOR:2,COLORTYPE_ALPHA:4,COLORTYPE_PALETTE_COLOR:3,COLORTYPE_COLOR_ALPHA:6,COLORTYPE_TO_BPP_MAP:{0:1,2:3,3:1,4:2,6:4},GAMMA_DIVISION:1e5}});var G=m((ni,se)=>{"use strict";var D=[];(function(){for(let e=0;e<256;e++){let t=e;for(let i=0;i<8;i++)t&1?t=3988292384^t>>>1:t=t>>>1;D[e]=t}})();var v=se.exports=function(){this._crc=-1};v.prototype.write=function(e){for(let t=0;t<e.length;t++)this._crc=D[(this._crc^e[t])&255]^this._crc>>>8;return!0};v.prototype.crc32=function(){return this._crc^-1};v.crc32=function(e){let t=-1;for(let i=0;i<e.length;i++)t=D[(t^e[i])&255]^t>>>8;return t^-1}});var F=m((li,he)=>{"use strict";var b=S(),Xe=G(),E=he.exports=function(e,t){this._options=e,e.checkCRC=e.checkCRC!==!1,this._hasIHDR=!1,this._hasIEND=!1,this._emittedHeadersFinished=!1,this._palette=[],this._colorType=0,this._chunks={},this._chunks[b.TYPE_IHDR]=this._handleIHDR.bind(this),this._chunks[b.TYPE_IEND]=this._handleIEND.bind(this),this._chunks[b.TYPE_IDAT]=this._handleIDAT.bind(this),this._chunks[b.TYPE_PLTE]=this._handlePLTE.bind(this),this._chunks[b.TYPE_tRNS]=this._handleTRNS.bind(this),this._chunks[b.TYPE_gAMA]=this._handleGAMA.bind(this),this.read=t.read,this.error=t.error,this.metadata=t.metadata,this.gamma=t.gamma,this.transColor=t.transColor,this.palette=t.palette,this.parsed=t.parsed,this.inflateData=t.inflateData,this.finished=t.finished,this.simpleTransparency=t.simpleTransparency,this.headersFinished=t.headersFinished||function(){}};E.prototype.start=function(){this.read(b.PNG_SIGNATURE.length,this._parseSignature.bind(this))};E.prototype._parseSignature=function(e){let t=b.PNG_SIGNATURE;for(let i=0;i<t.length;i++)if(e[i]!==t[i]){this.error(new Error("Invalid file signature"));return}this.read(8,this._parseChunkBegin.bind(this))};E.prototype._parseChunkBegin=function(e){let t=e.readUInt32BE(0),i=e.readUInt32BE(4),r="";for(let n=4;n<8;n++)r+=String.fromCharCode(e[n]);let l=!!(e[4]&32);if(!this._hasIHDR&&i!==b.TYPE_IHDR){this.error(new Error("Expected IHDR on beggining"));return}if(this._crc=new Xe,this._crc.write(Buffer.from(r)),this._chunks[i])return this._chunks[i](t);if(!l){this.error(new Error("Unsupported critical chunk type "+r));return}this.read(t+4,this._skipChunk.bind(this))};E.prototype._skipChunk=function(){this.read(8,this._parseChunkBegin.bind(this))};E.prototype._handleChunkEnd=function(){this.read(4,this._parseChunkEnd.bind(this))};E.prototype._parseChunkEnd=function(e){let t=e.readInt32BE(0),i=this._crc.crc32();if(this._options.checkCRC&&i!==t){this.error(new Error("Crc error - "+t+" - "+i));return}this._hasIEND||this.read(8,this._parseChunkBegin.bind(this))};E.prototype._handleIHDR=function(e){this.read(e,this._parseIHDR.bind(this))};E.prototype._parseIHDR=function(e){this._crc.write(e);let t=e.readUInt32BE(0),i=e.readUInt32BE(4),r=e[8],l=e[9],n=e[10],s=e[11],h=e[12];if(r!==8&&r!==4&&r!==2&&r!==1&&r!==16){this.error(new Error("Unsupported bit depth "+r));return}if(!(l in b.COLORTYPE_TO_BPP_MAP)){this.error(new Error("Unsupported color type"));return}if(n!==0){this.error(new Error("Unsupported compression method"));return}if(s!==0){this.error(new Error("Unsupported filter method"));return}if(h!==0&&h!==1){this.error(new Error("Unsupported interlace method"));return}this._colorType=l;let f=b.COLORTYPE_TO_BPP_MAP[this._colorType];this._hasIHDR=!0,this.metadata({width:t,height:i,depth:r,interlace:!!h,palette:!!(l&b.COLORTYPE_PALETTE),color:!!(l&b.COLORTYPE_COLOR),alpha:!!(l&b.COLORTYPE_ALPHA),bpp:f,colorType:l}),this._handleChunkEnd()};E.prototype._handlePLTE=function(e){this.read(e,this._parsePLTE.bind(this))};E.prototype._parsePLTE=function(e){this._crc.write(e);let t=Math.floor(e.length/3);for(let i=0;i<t;i++)this._palette.push([e[i*3],e[i*3+1],e[i*3+2],255]);this.palette(this._palette),this._handleChunkEnd()};E.prototype._handleTRNS=function(e){this.simpleTransparency(),this.read(e,this._parseTRNS.bind(this))};E.prototype._parseTRNS=function(e){if(this._crc.write(e),this._colorType===b.COLORTYPE_PALETTE_COLOR){if(this._palette.length===0){this.error(new Error("Transparency chunk must be after palette"));return}if(e.length>this._palette.length){this.error(new Error("More transparent colors than palette size"));return}for(let t=0;t<e.length;t++)this._palette[t][3]=e[t];this.palette(this._palette)}this._colorType===b.COLORTYPE_GRAYSCALE&&this.transColor([e.readUInt16BE(0)]),this._colorType===b.COLORTYPE_COLOR&&this.transColor([e.readUInt16BE(0),e.readUInt16BE(2),e.readUInt16BE(4)]),this._handleChunkEnd()};E.prototype._handleGAMA=function(e){this.read(e,this._parseGAMA.bind(this))};E.prototype._parseGAMA=function(e){this._crc.write(e),this.gamma(e.readUInt32BE(0)/b.GAMMA_DIVISION),this._handleChunkEnd()};E.prototype._handleIDAT=function(e){this._emittedHeadersFinished||(this._emittedHeadersFinished=!0,this.headersFinished()),this.read(-e,this._parseIDAT.bind(this,e))};E.prototype._parseIDAT=function(e,t){if(this._crc.write(t),this._colorType===b.COLORTYPE_PALETTE_COLOR&&this._palette.length===0)throw new Error("Expected palette not found");this.inflateData(t);let i=e-t.length;i>0?this._handleIDAT(i):this._handleChunkEnd()};E.prototype._handleIEND=function(e){this.read(e,this._parseIEND.bind(this))};E.prototype._parseIEND=function(e){this._crc.write(e),this._hasIEND=!0,this._handleChunkEnd(),this.finished&&this.finished()}});var z=m(oe=>{"use strict";var fe=N(),et=[function(){},function(e,t,i,r){if(r===t.length)throw new Error("Ran out of data");let l=t[r];e[i]=l,e[i+1]=l,e[i+2]=l,e[i+3]=255},function(e,t,i,r){if(r+1>=t.length)throw new Error("Ran out of data");let l=t[r];e[i]=l,e[i+1]=l,e[i+2]=l,e[i+3]=t[r+1]},function(e,t,i,r){if(r+2>=t.length)throw new Error("Ran out of data");e[i]=t[r],e[i+1]=t[r+1],e[i+2]=t[r+2],e[i+3]=255},function(e,t,i,r){if(r+3>=t.length)throw new Error("Ran out of data");e[i]=t[r],e[i+1]=t[r+1],e[i+2]=t[r+2],e[i+3]=t[r+3]}],tt=[function(){},function(e,t,i,r){let l=t[0];e[i]=l,e[i+1]=l,e[i+2]=l,e[i+3]=r},function(e,t,i){let r=t[0];e[i]=r,e[i+1]=r,e[i+2]=r,e[i+3]=t[1]},function(e,t,i,r){e[i]=t[0],e[i+1]=t[1],e[i+2]=t[2],e[i+3]=r},function(e,t,i){e[i]=t[0],e[i+1]=t[1],e[i+2]=t[2],e[i+3]=t[3]}];function it(e,t){let i=[],r=0;function l(){if(r===e.length)throw new Error("Ran out of data");let n=e[r];r++;let s,h,f,o,a,u,c,p;switch(t){default:throw new Error("unrecognised depth");case 16:c=e[r],r++,i.push((n<<8)+c);break;case 4:c=n&15,p=n>>4,i.push(p,c);break;case 2:a=n&3,u=n>>2&3,c=n>>4&3,p=n>>6&3,i.push(p,c,u,a);break;case 1:s=n&1,h=n>>1&1,f=n>>2&1,o=n>>3&1,a=n>>4&1,u=n>>5&1,c=n>>6&1,p=n>>7&1,i.push(p,c,u,a,o,f,h,s);break}}return{get:function(n){for(;i.length<n;)l();let s=i.slice(0,n);return i=i.slice(n),s},resetAfterLine:function(){i.length=0},end:function(){if(r!==e.length)throw new Error("extra data found")}}}function rt(e,t,i,r,l,n){let s=e.width,h=e.height,f=e.index;for(let o=0;o<h;o++)for(let a=0;a<s;a++){let u=i(a,o,f);et[r](t,l,u,n),n+=r}return n}function nt(e,t,i,r,l,n){let s=e.width,h=e.height,f=e.index;for(let o=0;o<h;o++){for(let a=0;a<s;a++){let u=l.get(r),c=i(a,o,f);tt[r](t,u,c,n)}l.resetAfterLine()}}oe.dataToBitMap=function(e,t){let i=t.width,r=t.height,l=t.depth,n=t.bpp,s=t.interlace,h;l!==8&&(h=it(e,l));let f;l<=8?f=Buffer.alloc(i*r*4):f=new Uint16Array(i*r*4);let o=Math.pow(2,l)-1,a=0,u,c;if(s)u=fe.getImagePasses(i,r),c=fe.getInterlaceIterator(i,r);else{let p=0;c=function(){let d=p;return p+=4,d},u=[{width:i,height:r}]}for(let p=0;p<u.length;p++)l===8?a=rt(u[p],f,c,n,e,a):nt(u[p],f,c,n,h,o);if(l===8){if(a!==e.length)throw new Error("extra data found")}else h.end();return f}});var j=m((hi,ae)=>{"use strict";function lt(e,t,i,r,l){let n=0;for(let s=0;s<r;s++)for(let h=0;h<i;h++){let f=l[e[n]];if(!f)throw new Error("index "+e[n]+" not in palette");for(let o=0;o<4;o++)t[n+o]=f[o];n+=4}}function st(e,t,i,r,l){let n=0;for(let s=0;s<r;s++)for(let h=0;h<i;h++){let f=!1;if(l.length===1?l[0]===e[n]&&(f=!0):l[0]===e[n]&&l[1]===e[n+1]&&l[2]===e[n+2]&&(f=!0),f)for(let o=0;o<4;o++)t[n+o]=0;n+=4}}function ht(e,t,i,r,l){let n=255,s=Math.pow(2,l)-1,h=0;for(let f=0;f<r;f++)for(let o=0;o<i;o++){for(let a=0;a<4;a++)t[h+a]=Math.floor(e[h+a]*n/s+.5);h+=4}}ae.exports=function(e,t,i=!1){let r=t.depth,l=t.width,n=t.height,s=t.colorType,h=t.transColor,f=t.palette,o=e;return s===3?lt(e,o,l,n,f):(h&&st(e,o,l,n,h),r!==8&&!i&&(r===16&&(o=Buffer.alloc(l*n*4)),ht(e,o,l,n,r))),o}});var _e=m((fi,ce)=>{"use strict";var ft=w("util"),Z=w("zlib"),ue=x(),ot=ne(),at=F(),ut=z(),ct=j(),k=ce.exports=function(e){ue.call(this),this._parser=new at(e,{read:this.read.bind(this),error:this._handleError.bind(this),metadata:this._handleMetaData.bind(this),gamma:this.emit.bind(this,"gamma"),palette:this._handlePalette.bind(this),transColor:this._handleTransColor.bind(this),finished:this._finished.bind(this),inflateData:this._inflateData.bind(this),simpleTransparency:this._simpleTransparency.bind(this),headersFinished:this._headersFinished.bind(this)}),this._options=e,this.writable=!0,this._parser.start()};ft.inherits(k,ue);k.prototype._handleError=function(e){this.emit("error",e),this.writable=!1,this.destroy(),this._inflate&&this._inflate.destroy&&this._inflate.destroy(),this._filter&&(this._filter.destroy(),this._filter.on("error",function(){})),this.errord=!0};k.prototype._inflateData=function(e){if(!this._inflate)if(this._bitmapInfo.interlace)this._inflate=Z.createInflate(),this._inflate.on("error",this.emit.bind(this,"error")),this._filter.on("complete",this._complete.bind(this)),this._inflate.pipe(this._filter);else{let i=((this._bitmapInfo.width*this._bitmapInfo.bpp*this._bitmapInfo.depth+7>>3)+1)*this._bitmapInfo.height,r=Math.max(i,Z.Z_MIN_CHUNK);this._inflate=Z.createInflate({chunkSize:r});let l=i,n=this.emit.bind(this,"error");this._inflate.on("error",function(h){l&&n(h)}),this._filter.on("complete",this._complete.bind(this));let s=this._filter.write.bind(this._filter);this._inflate.on("data",function(h){l&&(h.length>l&&(h=h.slice(0,l)),l-=h.length,s(h))}),this._inflate.on("end",this._filter.end.bind(this._filter))}this._inflate.write(e)};k.prototype._handleMetaData=function(e){this._metaData=e,this._bitmapInfo=Object.create(e),this._filter=new ot(this._bitmapInfo)};k.prototype._handleTransColor=function(e){this._bitmapInfo.transColor=e};k.prototype._handlePalette=function(e){this._bitmapInfo.palette=e};k.prototype._simpleTransparency=function(){this._metaData.alpha=!0};k.prototype._headersFinished=function(){this.emit("metadata",this._metaData)};k.prototype._finished=function(){this.errord||(this._inflate?this._inflate.end():this.emit("error","No Inflate block"))};k.prototype._complete=function(e){if(this.errord)return;let t;try{let i=ut.dataToBitMap(e,this._bitmapInfo);t=ct(i,this._bitmapInfo,this._options.skipRescale),i=null}catch(i){this._handleError(i);return}this.emit("parsed",t)}});var de=m((oi,pe)=>{"use strict";var L=S();pe.exports=function(e,t,i,r){let l=[L.COLORTYPE_COLOR_ALPHA,L.COLORTYPE_ALPHA].indexOf(r.colorType)!==-1;if(r.colorType===r.inputColorType){let d=(function(){let y=new ArrayBuffer(2);return new DataView(y).setInt16(0,256,!0),new Int16Array(y)[0]!==256})();if(r.bitDepth===8||r.bitDepth===16&&d)return e}let n=r.bitDepth!==16?e:new Uint16Array(e.buffer),s=255,h=L.COLORTYPE_TO_BPP_MAP[r.inputColorType];h===4&&!r.inputHasAlpha&&(h=3);let f=L.COLORTYPE_TO_BPP_MAP[r.colorType];r.bitDepth===16&&(s=65535,f*=2);let o=Buffer.alloc(t*i*f),a=0,u=0,c=r.bgColor||{};c.red===void 0&&(c.red=s),c.green===void 0&&(c.green=s),c.blue===void 0&&(c.blue=s);function p(){let d,y,_,g=s;switch(r.inputColorType){case L.COLORTYPE_COLOR_ALPHA:g=n[a+3],d=n[a],y=n[a+1],_=n[a+2];break;case L.COLORTYPE_COLOR:d=n[a],y=n[a+1],_=n[a+2];break;case L.COLORTYPE_ALPHA:g=n[a+1],d=n[a],y=d,_=d;break;case L.COLORTYPE_GRAYSCALE:d=n[a],y=d,_=d;break;default:throw new Error("input color type:"+r.inputColorType+" is not supported at present")}return r.inputHasAlpha&&(l||(g/=s,d=Math.min(Math.max(Math.round((1-g)*c.red+g*d),0),s),y=Math.min(Math.max(Math.round((1-g)*c.green+g*y),0),s),_=Math.min(Math.max(Math.round((1-g)*c.blue+g*_),0),s))),{red:d,green:y,blue:_,alpha:g}}for(let d=0;d<i;d++)for(let y=0;y<t;y++){let _=p(n,a);switch(r.colorType){case L.COLORTYPE_COLOR_ALPHA:case L.COLORTYPE_COLOR:r.bitDepth===8?(o[u]=_.red,o[u+1]=_.green,o[u+2]=_.blue,l&&(o[u+3]=_.alpha)):(o.writeUInt16BE(_.red,u),o.writeUInt16BE(_.green,u+2),o.writeUInt16BE(_.blue,u+4),l&&o.writeUInt16BE(_.alpha,u+6));break;case L.COLORTYPE_ALPHA:case L.COLORTYPE_GRAYSCALE:{let g=(_.red+_.green+_.blue)/3;r.bitDepth===8?(o[u]=g,l&&(o[u+1]=_.alpha)):(o.writeUInt16BE(g,u),l&&o.writeUInt16BE(_.alpha,u+2));break}default:throw new Error("unrecognised color Type "+r.colorType)}a+=h,u+=f}return o}});var me=m((ai,ye)=>{"use strict";var ge=U();function _t(e,t,i,r,l){for(let n=0;n<i;n++)r[l+n]=e[t+n]}function pt(e,t,i){let r=0,l=t+i;for(let n=t;n<l;n++)r+=Math.abs(e[n]);return r}function dt(e,t,i,r,l,n){for(let s=0;s<i;s++){let h=s>=n?e[t+s-n]:0,f=e[t+s]-h;r[l+s]=f}}function gt(e,t,i,r){let l=0;for(let n=0;n<i;n++){let s=n>=r?e[t+n-r]:0,h=e[t+n]-s;l+=Math.abs(h)}return l}function yt(e,t,i,r,l){for(let n=0;n<i;n++){let s=t>0?e[t+n-i]:0,h=e[t+n]-s;r[l+n]=h}}function mt(e,t,i){let r=0,l=t+i;for(let n=t;n<l;n++){let s=t>0?e[n-i]:0,h=e[n]-s;r+=Math.abs(h)}return r}function bt(e,t,i,r,l,n){for(let s=0;s<i;s++){let h=s>=n?e[t+s-n]:0,f=t>0?e[t+s-i]:0,o=e[t+s]-(h+f>>1);r[l+s]=o}}function Et(e,t,i,r){let l=0;for(let n=0;n<i;n++){let s=n>=r?e[t+n-r]:0,h=t>0?e[t+n-i]:0,f=e[t+n]-(s+h>>1);l+=Math.abs(f)}return l}function wt(e,t,i,r,l,n){for(let s=0;s<i;s++){let h=s>=n?e[t+s-n]:0,f=t>0?e[t+s-i]:0,o=t>0&&s>=n?e[t+s-(i+n)]:0,a=e[t+s]-ge(h,f,o);r[l+s]=a}}function Tt(e,t,i,r){let l=0;for(let n=0;n<i;n++){let s=n>=r?e[t+n-r]:0,h=t>0?e[t+n-i]:0,f=t>0&&n>=r?e[t+n-(i+r)]:0,o=e[t+n]-ge(s,h,f);l+=Math.abs(o)}return l}var Ct={0:_t,1:dt,2:yt,3:bt,4:wt},Ot={0:pt,1:gt,2:mt,3:Et,4:Tt};ye.exports=function(e,t,i,r,l){let n;if(!("filterType"in r)||r.filterType===-1)n=[0,1,2,3,4];else if(typeof r.filterType=="number")n=[r.filterType];else throw new Error("unrecognised filter types");r.bitDepth===16&&(l*=2);let s=t*l,h=0,f=0,o=Buffer.alloc((s+1)*i),a=n[0];for(let u=0;u<i;u++){if(n.length>1){let c=1/0;for(let p=0;p<n.length;p++){let d=Ot[n[p]](e,f,s,l);d<c&&(a=n[p],c=d)}}o[h]=a,h++,Ct[a](e,f,s,o,h,l),h+=s,f+=s}return o}});var V=m((ui,be)=>{"use strict";var T=S(),Lt=G(),It=de(),kt=me(),At=w("zlib"),R=be.exports=function(e){if(this._options=e,e.deflateChunkSize=e.deflateChunkSize||32*1024,e.deflateLevel=e.deflateLevel!=null?e.deflateLevel:9,e.deflateStrategy=e.deflateStrategy!=null?e.deflateStrategy:3,e.inputHasAlpha=e.inputHasAlpha!=null?e.inputHasAlpha:!0,e.deflateFactory=e.deflateFactory||At.createDeflate,e.bitDepth=e.bitDepth||8,e.colorType=typeof e.colorType=="number"?e.colorType:T.COLORTYPE_COLOR_ALPHA,e.inputColorType=typeof e.inputColorType=="number"?e.inputColorType:T.COLORTYPE_COLOR_ALPHA,[T.COLORTYPE_GRAYSCALE,T.COLORTYPE_COLOR,T.COLORTYPE_COLOR_ALPHA,T.COLORTYPE_ALPHA].indexOf(e.colorType)===-1)throw new Error("option color type:"+e.colorType+" is not supported at present");if([T.COLORTYPE_GRAYSCALE,T.COLORTYPE_COLOR,T.COLORTYPE_COLOR_ALPHA,T.COLORTYPE_ALPHA].indexOf(e.inputColorType)===-1)throw new Error("option input color type:"+e.inputColorType+" is not supported at present");if(e.bitDepth!==8&&e.bitDepth!==16)throw new Error("option bit depth:"+e.bitDepth+" is not supported at present")};R.prototype.getDeflateOptions=function(){return{chunkSize:this._options.deflateChunkSize,level:this._options.deflateLevel,strategy:this._options.deflateStrategy}};R.prototype.createDeflate=function(){return this._options.deflateFactory(this.getDeflateOptions())};R.prototype.filterData=function(e,t,i){let r=It(e,t,i,this._options),l=T.COLORTYPE_TO_BPP_MAP[this._options.colorType];return kt(r,t,i,this._options,l)};R.prototype._packChunk=function(e,t){let i=t?t.length:0,r=Buffer.alloc(i+12);return r.writeUInt32BE(i,0),r.writeUInt32BE(e,4),t&&t.copy(r,8),r.writeInt32BE(Lt.crc32(r.slice(4,r.length-4)),r.length-4),r};R.prototype.packGAMA=function(e){let t=Buffer.alloc(4);return t.writeUInt32BE(Math.floor(e*T.GAMMA_DIVISION),0),this._packChunk(T.TYPE_gAMA,t)};R.prototype.packIHDR=function(e,t){let i=Buffer.alloc(13);return i.writeUInt32BE(e,0),i.writeUInt32BE(t,4),i[8]=this._options.bitDepth,i[9]=this._options.colorType,i[10]=0,i[11]=0,i[12]=0,this._packChunk(T.TYPE_IHDR,i)};R.prototype.packIDAT=function(e){return this._packChunk(T.TYPE_IDAT,e)};R.prototype.packIEND=function(){return this._packChunk(T.TYPE_IEND,null)}});var Ce=m((ci,Te)=>{"use strict";var Rt=w("util"),Ee=w("stream"),Bt=S(),Pt=V(),we=Te.exports=function(e){Ee.call(this);let t=e||{};this._packer=new Pt(t),this._deflate=this._packer.createDeflate(),this.readable=!0};Rt.inherits(we,Ee);we.prototype.pack=function(e,t,i,r){this.emit("data",Buffer.from(Bt.PNG_SIGNATURE)),this.emit("data",this._packer.packIHDR(t,i)),r&&this.emit("data",this._packer.packGAMA(r));let l=this._packer.filterData(e,t,i);this._deflate.on("error",this.emit.bind(this,"error")),this._deflate.on("data",function(n){this.emit("data",this._packer.packIDAT(n))}.bind(this)),this._deflate.on("end",function(){this.emit("data",this._packer.packIEND()),this.emit("end")}.bind(this)),this._deflate.end(l)}});var Re=m((Y,Ae)=>{"use strict";var Oe=w("assert").ok,M=w("zlib"),St=w("util"),Le=w("buffer").kMaxLength;function B(e){if(!(this instanceof B))return new B(e);e&&e.chunkSize<M.Z_MIN_CHUNK&&(e.chunkSize=M.Z_MIN_CHUNK),M.Inflate.call(this,e),this._offset=this._offset===void 0?this._outOffset:this._offset,this._buffer=this._buffer||this._outBuffer,e&&e.maxLength!=null&&(this._maxLength=e.maxLength)}function Mt(e){return new B(e)}function Ie(e,t){t&&process.nextTick(t),e._handle&&(e._handle.close(),e._handle=null)}B.prototype._processChunk=function(e,t,i){if(typeof i=="function")return M.Inflate._processChunk.call(this,e,t,i);let r=this,l=e&&e.length,n=this._chunkSize-this._offset,s=this._maxLength,h=0,f=[],o=0,a;this.on("error",function(d){a=d});function u(d,y){if(r._hadError)return;let _=n-y;if(Oe(_>=0,"have should not go down"),_>0){let g=r._buffer.slice(r._offset,r._offset+_);if(r._offset+=_,g.length>s&&(g=g.slice(0,s)),f.push(g),o+=g.length,s-=g.length,s===0)return!1}return(y===0||r._offset>=r._chunkSize)&&(n=r._chunkSize,r._offset=0,r._buffer=Buffer.allocUnsafe(r._chunkSize)),y===0?(h+=l-d,l=d,!0):!1}Oe(this._handle,"zlib binding closed");let c;do c=this._handle.writeSync(t,e,h,l,this._buffer,this._offset,n),c=c||this._writeState;while(!this._hadError&&u(c[0],c[1]));if(this._hadError)throw a;if(o>=Le)throw Ie(this),new RangeError("Cannot create final Buffer. It would be larger than 0x"+Le.toString(16)+" bytes");let p=Buffer.concat(f,o);return Ie(this),p};St.inherits(B,M.Inflate);function Yt(e,t){if(typeof t=="string"&&(t=Buffer.from(t)),!(t instanceof Buffer))throw new TypeError("Not a string or buffer");let i=e._finishFlushFlag;return i==null&&(i=M.Z_FINISH),e._processChunk(t,i)}function ke(e,t){return Yt(new B(t),e)}Ae.exports=Y=ke;Y.Inflate=B;Y.createInflate=Mt;Y.inflateSync=ke});var W=m((_i,Pe)=>{"use strict";var Be=Pe.exports=function(e){this._buffer=e,this._reads=[]};Be.prototype.read=function(e,t){this._reads.push({length:Math.abs(e),allowLess:e<0,func:t})};Be.prototype.process=function(){for(;this._reads.length>0&&this._buffer.length;){let e=this._reads[0];if(this._buffer.length&&(this._buffer.length>=e.length||e.allowLess)){this._reads.shift();let t=this._buffer;this._buffer=t.slice(e.length),e.func.call(this,t.slice(0,e.length))}else break}if(this._reads.length>0)throw new Error("There are some read requests waitng on finished stream");if(this._buffer.length>0)throw new Error("unrecognised content at end of stream")}});var Me=m(Se=>{"use strict";var xt=W(),qt=H();Se.process=function(e,t){let i=[],r=new xt(e);return new qt(t,{read:r.read.bind(r),write:function(n){i.push(n)},complete:function(){}}).start(),r.process(),Buffer.concat(i)}});var Ne=m((di,qe)=>{"use strict";var Ye=!0,xe=w("zlib"),Nt=Re();xe.deflateSync||(Ye=!1);var Ut=W(),Ht=Me(),Dt=F(),vt=z(),Gt=j();qe.exports=function(e,t){if(!Ye)throw new Error("To use the sync capability of this library in old node versions, please pin pngjs to v2.3.0");let i;function r(O){i=O}let l;function n(O){l=O}function s(O){l.transColor=O}function h(O){l.palette=O}function f(){l.alpha=!0}let o;function a(O){o=O}let u=[];function c(O){u.push(O)}let p=new Ut(e);if(new Dt(t,{read:p.read.bind(p),error:r,metadata:n,gamma:a,palette:h,transColor:s,inflateData:c,simpleTransparency:f}).start(),p.process(),i)throw i;let y=Buffer.concat(u);u.length=0;let _;if(l.interlace)_=xe.inflateSync(y);else{let J=((l.width*l.bpp*l.depth+7>>3)+1)*l.height;_=Nt(y,{chunkSize:J,maxLength:J})}if(y=null,!_||!_.length)throw new Error("bad png - invalid inflate data response");let g=Ht.process(_,l);y=null;let je=vt.dataToBitMap(g,l);g=null;let Ze=Gt(je,l,t.skipRescale);return l.data=Ze,l.gamma=o||0,l}});var ve=m((gi,De)=>{"use strict";var Ue=!0,He=w("zlib");He.deflateSync||(Ue=!1);var Ft=S(),zt=V();De.exports=function(e,t){if(!Ue)throw new Error("To use the sync capability of this library in old node versions, please pin pngjs to v2.3.0");let i=t||{},r=new zt(i),l=[];l.push(Buffer.from(Ft.PNG_SIGNATURE)),l.push(r.packIHDR(e.width,e.height)),e.gamma&&l.push(r.packGAMA(e.gamma));let n=r.filterData(e.data,e.width,e.height),s=He.deflateSync(n,r.getDeflateOptions());if(n=null,!s||!s.length)throw new Error("bad png - invalid compressed data response");return l.push(r.packIDAT(s)),l.push(r.packIEND()),Buffer.concat(l)}});var Ge=m(K=>{"use strict";var jt=Ne(),Zt=ve();K.read=function(e,t){return jt(e,t||{})};K.write=function(e,t){return Zt(e,t)}});var Qt=m(ze=>{var Vt=w("util"),Fe=w("stream"),Wt=_e(),Kt=Ce(),Jt=Ge(),C=ze.PNG=function(e){Fe.call(this),e=e||{},this.width=e.width|0,this.height=e.height|0,this.data=this.width>0&&this.height>0?Buffer.alloc(4*this.width*this.height):null,e.fill&&this.data&&this.data.fill(0),this.gamma=0,this.readable=this.writable=!0,this._parser=new Wt(e),this._parser.on("error",this.emit.bind(this,"error")),this._parser.on("close",this._handleClose.bind(this)),this._parser.on("metadata",this._metadata.bind(this)),this._parser.on("gamma",this._gamma.bind(this)),this._parser.on("parsed",function(t){this.data=t,this.emit("parsed",t)}.bind(this)),this._packer=new Kt(e),this._packer.on("data",this.emit.bind(this,"data")),this._packer.on("end",this.emit.bind(this,"end")),this._parser.on("close",this._handleClose.bind(this)),this._packer.on("error",this.emit.bind(this,"error"))};Vt.inherits(C,Fe);C.sync=Jt;C.prototype.pack=function(){return!this.data||!this.data.length?(this.emit("error","No data provided"),this):(process.nextTick(function(){this._packer.pack(this.data,this.width,this.height,this.gamma)}.bind(this)),this)};C.prototype.parse=function(e,t){if(t){let i,r;i=function(l){this.removeListener("error",r),this.data=l,t(null,this)}.bind(this),r=function(l){this.removeListener("parsed",i),t(l,null)}.bind(this),this.once("parsed",i),this.once("error",r)}return this.end(e),this};C.prototype.write=function(e){return this._parser.write(e),!0};C.prototype.end=function(e){this._parser.end(e)};C.prototype._metadata=function(e){this.width=e.width,this.height=e.height,this.emit("metadata",e)};C.prototype._gamma=function(e){this.gamma=e};C.prototype._handleClose=function(){!this._parser.writable&&!this._packer.readable&&this.emit("close")};C.bitblt=function(e,t,i,r,l,n,s,h){if(i|=0,r|=0,l|=0,n|=0,s|=0,h|=0,i>e.width||r>e.height||i+l>e.width||r+n>e.height)throw new Error("bitblt reading outside image");if(s>t.width||h>t.height||s+l>t.width||h+n>t.height)throw new Error("bitblt writing outside image");for(let f=0;f<n;f++)e.data.copy(t.data,(h+f)*t.width+s<<2,(r+f)*e.width+i<<2,(r+f)*e.width+i+l<<2)};C.prototype.bitblt=function(e,t,i,r,l,n,s){return C.bitblt(this,e,t,i,r,l,n,s),this};C.adjustGamma=function(e){if(e.gamma){for(let t=0;t<e.height;t++)for(let i=0;i<e.width;i++){let r=e.width*t+i<<2;for(let l=0;l<3;l++){let n=e.data[r+l]/255;n=Math.pow(n,1/2.2/e.gamma),e.data[r+l]=Math.round(n*255)}}e.gamma=0}};C.prototype.adjustGamma=function(){C.adjustGamma(this)}});export default Qt();
@@ -0,0 +1,26 @@
1
+ import{a as l,b as m,c as I,d as ne}from"./chunk-BJVTLF6O.js";import{b as Pr,c as _u,d as zr}from"./chunk-FSRPMVAS.js";var nr=Pr((Ba,tr)=>{"use strict";var _n=/^xn--/,kn=/[^\0-\x7F]/,yn=/[\x2E\u3002\uFF0E\uFF61]/g,Dn={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},H0=35,N=Math.floor,U0=String.fromCharCode;function G(u){throw new RangeError(Dn[u])}function Cn(u,e){let r=[],t=u.length;for(;t--;)r[t]=e(u[t]);return r}function Qe(u,e){let r=u.split("@"),t="";r.length>1&&(t=r[0]+"@",u=r[1]),u=u.replace(yn,".");let n=u.split("."),c=Cn(n,e).join(".");return t+c}function Ye(u){let e=[],r=0,t=u.length;for(;r<t;){let n=u.charCodeAt(r++);if(n>=55296&&n<=56319&&r<t){let c=u.charCodeAt(r++);(c&64512)==56320?e.push(((n&1023)<<10)+(c&1023)+65536):(e.push(n),r--)}else e.push(n)}return e}var En=u=>String.fromCodePoint(...u),An=function(u){return u>=48&&u<58?26+(u-48):u>=65&&u<91?u-65:u>=97&&u<123?u-97:36},Ke=function(u,e){return u+22+75*(u<26)-((e!=0)<<5)},ur=function(u,e,r){let t=0;for(u=r?N(u/700):u>>1,u+=N(u/e);u>H0*26>>1;t+=36)u=N(u/H0);return N(t+(H0+1)*u/(u+38))},er=function(u){let e=[],r=u.length,t=0,n=128,c=72,i=u.lastIndexOf("-");i<0&&(i=0);for(let o=0;o<i;++o)u.charCodeAt(o)>=128&&G("not-basic"),e.push(u.charCodeAt(o));for(let o=i>0?i+1:0;o<r;){let a=t;for(let f=1,p=36;;p+=36){o>=r&&G("invalid-input");let b=An(u.charCodeAt(o++));b>=36&&G("invalid-input"),b>N((2147483647-t)/f)&&G("overflow"),t+=b*f;let h=p<=c?1:p>=c+26?26:p-c;if(b<h)break;let d=36-h;f>N(2147483647/d)&&G("overflow"),f*=d}let s=e.length+1;c=ur(t-a,s,a==0),N(t/s)>2147483647-n&&G("overflow"),n+=N(t/s),t%=s,e.splice(t++,0,n)}return String.fromCodePoint(...e)},rr=function(u){let e=[];u=Ye(u);let r=u.length,t=128,n=0,c=72;for(let a of u)a<128&&e.push(U0(a));let i=e.length,o=i;for(i&&e.push("-");o<r;){let a=2147483647;for(let f of u)f>=t&&f<a&&(a=f);let s=o+1;a-t>N((2147483647-n)/s)&&G("overflow"),n+=(a-t)*s,t=a;for(let f of u)if(f<t&&++n>2147483647&&G("overflow"),f===t){let p=n;for(let b=36;;b+=36){let h=b<=c?1:b>=c+26?26:b-c;if(p<h)break;let d=p-h,_=36-h;e.push(U0(Ke(h+d%_,0))),p=N(d/_)}e.push(U0(Ke(p,0))),c=ur(n,s,o===i),n=0,++o}++n,++t}return e.join("")},Fn=function(u){return Qe(u,function(e){return _n.test(e)?er(e.slice(4).toLowerCase()):e})},vn=function(u){return Qe(u,function(e){return kn.test(e)?"xn--"+rr(e):e})},wn={version:"2.3.1",ucs2:{decode:Ye,encode:En},decode:er,encode:rr,toASCII:vn,toUnicode:Fn};tr.exports=wn});import{join as zn,relative as mr}from"path";import{existsSync as X0,readFileSync as bu,readdirSync as Nn,statSync as On}from"fs";var Qu={};_u(Qu,{arrayReplaceAt:()=>Ku,assign:()=>tu,escapeHtml:()=>j,escapeRE:()=>Dt,fromCodePoint:()=>lu,has:()=>ft,isMdAsciiPunct:()=>X,isPunctChar:()=>J,isSpace:()=>C,isString:()=>Lu,isValidEntityCode:()=>Iu,isWhiteSpace:()=>W,lib:()=>Ct,normalizeReference:()=>K,unescapeAll:()=>O,unescapeMd:()=>mt});var Eu={};_u(Eu,{decode:()=>au,encode:()=>Du,format:()=>eu,parse:()=>su});var ce={};function Nr(u){let e=ce[u];if(e)return e;e=ce[u]=[];for(let r=0;r<128;r++){let t=String.fromCharCode(r);e.push(t)}for(let r=0;r<u.length;r++){let t=u.charCodeAt(r);e[t]="%"+("0"+t.toString(16).toUpperCase()).slice(-2)}return e}function ku(u,e){typeof e!="string"&&(e=ku.defaultChars);let r=Nr(e);return u.replace(/(%[a-f0-9]{2})+/gi,function(t){let n="";for(let c=0,i=t.length;c<i;c+=3){let o=parseInt(t.slice(c+1,c+3),16);if(o<128){n+=r[o];continue}if((o&224)===192&&c+3<i){let a=parseInt(t.slice(c+4,c+6),16);if((a&192)===128){let s=o<<6&1984|a&63;s<128?n+="\uFFFD\uFFFD":n+=String.fromCharCode(s),c+=3;continue}}if((o&240)===224&&c+6<i){let a=parseInt(t.slice(c+4,c+6),16),s=parseInt(t.slice(c+7,c+9),16);if((a&192)===128&&(s&192)===128){let f=o<<12&61440|a<<6&4032|s&63;f<2048||f>=55296&&f<=57343?n+="\uFFFD\uFFFD\uFFFD":n+=String.fromCharCode(f),c+=6;continue}}if((o&248)===240&&c+9<i){let a=parseInt(t.slice(c+4,c+6),16),s=parseInt(t.slice(c+7,c+9),16),f=parseInt(t.slice(c+10,c+12),16);if((a&192)===128&&(s&192)===128&&(f&192)===128){let p=o<<18&1835008|a<<12&258048|s<<6&4032|f&63;p<65536||p>1114111?n+="\uFFFD\uFFFD\uFFFD\uFFFD":(p-=65536,n+=String.fromCharCode(55296+(p>>10),56320+(p&1023))),c+=9;continue}}n+="\uFFFD"}return n})}ku.defaultChars=";/?:@&=+$,#";ku.componentChars="";var au=ku;var oe={};function Or(u){let e=oe[u];if(e)return e;e=oe[u]=[];for(let r=0;r<128;r++){let t=String.fromCharCode(r);/^[0-9a-z]$/i.test(t)?e.push(t):e.push("%"+("0"+r.toString(16).toUpperCase()).slice(-2))}for(let r=0;r<u.length;r++)e[u.charCodeAt(r)]=u[r];return e}function yu(u,e,r){typeof e!="string"&&(r=e,e=yu.defaultChars),typeof r>"u"&&(r=!0);let t=Or(e),n="";for(let c=0,i=u.length;c<i;c++){let o=u.charCodeAt(c);if(r&&o===37&&c+2<i&&/^[0-9a-f]{2}$/i.test(u.slice(c+1,c+3))){n+=u.slice(c,c+3),c+=2;continue}if(o<128){n+=t[o];continue}if(o>=55296&&o<=57343){if(o>=55296&&o<=56319&&c+1<i){let a=u.charCodeAt(c+1);if(a>=56320&&a<=57343){n+=encodeURIComponent(u[c]+u[c+1]),c++;continue}}n+="%EF%BF%BD";continue}n+=encodeURIComponent(u[c])}return n}yu.defaultChars=";/?:@&=+$,-_.!~*'()#";yu.componentChars="-_.!~*'()";var Du=yu;function eu(u){let e="";return e+=u.protocol||"",e+=u.slashes?"//":"",e+=u.auth?u.auth+"@":"",u.hostname&&u.hostname.indexOf(":")!==-1?e+="["+u.hostname+"]":e+=u.hostname||"",e+=u.port?":"+u.port:"",e+=u.pathname||"",e+=u.search||"",e+=u.hash||"",e}function Cu(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var jr=/^([a-z0-9.+-]+:)/i,Hr=/:[0-9]*$/,Ur=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,Vr=["<",">",'"',"`"," ","\r",`
2
+ `," "],Zr=["{","}","|","\\","^","`"].concat(Vr),Gr=["'"].concat(Zr),ie=["%","/","?",";","#"].concat(Gr),ae=["/","?","#"],Wr=255,se=/^[+a-z0-9A-Z_-]{0,63}$/,Jr=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,le={javascript:!0,"javascript:":!0},fe={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function Xr(u,e){if(u&&u instanceof Cu)return u;let r=new Cu;return r.parse(u,e),r}Cu.prototype.parse=function(u,e){let r,t,n,c=u;if(c=c.trim(),!e&&u.split("#").length===1){let s=Ur.exec(c);if(s)return this.pathname=s[1],s[2]&&(this.search=s[2]),this}let i=jr.exec(c);if(i&&(i=i[0],r=i.toLowerCase(),this.protocol=i,c=c.substr(i.length)),(e||i||c.match(/^\/\/[^@\/]+@[^@\/]+/))&&(n=c.substr(0,2)==="//",n&&!(i&&le[i])&&(c=c.substr(2),this.slashes=!0)),!le[i]&&(n||i&&!fe[i])){let s=-1;for(let d=0;d<ae.length;d++)t=c.indexOf(ae[d]),t!==-1&&(s===-1||t<s)&&(s=t);let f,p;s===-1?p=c.lastIndexOf("@"):p=c.lastIndexOf("@",s),p!==-1&&(f=c.slice(0,p),c=c.slice(p+1),this.auth=f),s=-1;for(let d=0;d<ie.length;d++)t=c.indexOf(ie[d]),t!==-1&&(s===-1||t<s)&&(s=t);s===-1&&(s=c.length),c[s-1]===":"&&s--;let b=c.slice(0,s);c=c.slice(s),this.parseHost(b),this.hostname=this.hostname||"";let h=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!h){let d=this.hostname.split(/\./);for(let _=0,D=d.length;_<D;_++){let A=d[_];if(A&&!A.match(se)){let x="";for(let k=0,g=A.length;k<g;k++)A.charCodeAt(k)>127?x+="x":x+=A[k];if(!x.match(se)){let k=d.slice(0,_),g=d.slice(_+1),y=A.match(Jr);y&&(k.push(y[1]),g.unshift(y[2])),g.length&&(c=g.join(".")+c),this.hostname=k.join(".");break}}}}this.hostname.length>Wr&&(this.hostname=""),h&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}let o=c.indexOf("#");o!==-1&&(this.hash=c.substr(o),c=c.slice(0,o));let a=c.indexOf("?");return a!==-1&&(this.search=c.substr(a),c=c.slice(0,a)),c&&(this.pathname=c),fe[r]&&this.hostname&&!this.pathname&&(this.pathname=""),this};Cu.prototype.parseHost=function(u){let e=Hr.exec(u);e&&(e=e[0],e!==":"&&(this.port=e.substr(1)),u=u.substr(0,u.length-e.length)),u&&(this.hostname=u)};var su=Xr;var Uu={};_u(Uu,{Any:()=>Au,Cc:()=>Fu,Cf:()=>de,P:()=>ru,S:()=>vu,Z:()=>wu});var Au=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/;var Fu=/[\0-\x1F\x7F-\x9F]/;var de=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/;var ru=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/;var vu=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/;var wu=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/;var pe=new Uint16Array('\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\u{1D504}rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\u{1D538}plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\u{1D49C}ign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\u{1D505}pf;\uC000\u{1D539}eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\u{1D49E}p\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\u{1D507}\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\u{1D53B}\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\u{1D49F}rok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\u{1D508}rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\u{1D53C}silon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\u{1D509}lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\u{1D53D}All;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\u{1D50A};\u62D9pf;\uC000\u{1D53E}eater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\u{1D4A2};\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\u{1D540}a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\u{1D50D}pf;\uC000\u{1D541}\u01E3\u07C7\0\u07CCr;\uC000\u{1D4A5}rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\u{1D50E}pf;\uC000\u{1D542}cr;\uC000\u{1D4A6}\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\u{1D50F}\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\u{1D543}er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\u{1D510}nusPlus;\u6213pf;\uC000\u{1D544}c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\u{1D511}\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\u{1D4A9}ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\u{1D512}rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\u{1D546}enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\u{1D4AA}ash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\u{1D513}i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\u{1D4AB};\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\u{1D514}pf;\u611Acr;\uC000\u{1D4AC}\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\u{1D516}ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\u{1D54A}\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\u{1D4AE}ar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\u{1D517}\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\u{1D54B}ipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\u{1D4AF}rok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\u{1D518}rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\u{1D54C}\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\u{1D4B0}ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\u{1D519}pf;\uC000\u{1D54D}cr;\uC000\u{1D4B1}dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\u{1D51A}pf;\uC000\u{1D54E}cr;\uC000\u{1D4B2}\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\u{1D51B};\u439Epf;\uC000\u{1D54F}cr;\uC000\u{1D4B3}\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\u{1D51C}pf;\uC000\u{1D550}cr;\uC000\u{1D4B4}ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\u{1D4B5}\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\u{1D51E}rave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\u{1D552}\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\u{1D4B6};\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\u{1D51F}g\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\u{1D553}\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\u{1D4B7}mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\u{1D520}\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\u{1D554}o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\u{1D4B8}\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\u{1D521}ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\u{1D555}\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\u{1D4B9};\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\u{1D522}\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\u{1D556}\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\u{1D523}lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\u{1D557}\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\u{1D4BB}\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\u{1D524}\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\u{1D558}\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\u{1D525}s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\u{1D559}bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\u{1D4BD}as\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\u{1D526}rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\u{1D55A}a;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\u{1D4BE}n\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\u{1D527}ath;\u4237pf;\uC000\u{1D55B}\u01E3\u23EC\0\u23F1r;\uC000\u{1D4BF}rcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\u{1D528}reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\u{1D55C}cr;\uC000\u{1D4C0}\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\u{1D529}\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\u{1D55D}us;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\u{1D4C1}m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\u{1D52A}o;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\u{1D55E}\u0100ct\u28F8\u28FDr;\uC000\u{1D4C2}pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\u{1D52B}\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\u{1D55F}\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\u{1D4C3}ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\u{1D52C}\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\u{1D560}\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\u{1D52D}\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\u{1D561}nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\u{1D4C5};\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\u{1D52E}pf;\uC000\u{1D562}rime;\u6057cr;\uC000\u{1D4C6}\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\u{1D52F}\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\u{1D563}us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\u{1D4C7}\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\u{1D530}\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\u{1D564}a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\u{1D4C8}tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\u{1D531}\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\u{1D565}rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\u{1D4C9};\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\u{1D532}rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\u{1D566}\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\u{1D4CA}\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\u{1D533}tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\u{1D567}ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\u{1D4CB}\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\u{1D534}pf;\uC000\u{1D568}\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\u{1D4CC}\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\u{1D535}\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\u{1D569}im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\u{1D4CD}\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\u{1D536}cy;\u4457pf;\uC000\u{1D56A}cr;\uC000\u{1D4CE}\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\u{1D537}cy;\u4436grarr;\u61DDpf;\uC000\u{1D56B}cr;\uC000\u{1D4CF}\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map(u=>u.charCodeAt(0)));var he=new Uint16Array("\u0200aglq \x1B\u026D\0\0p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map(u=>u.charCodeAt(0)));var Vu,Kr=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Zu=(Vu=String.fromCodePoint)!==null&&Vu!==void 0?Vu:function(u){let e="";return u>65535&&(u-=65536,e+=String.fromCharCode(u>>>10&1023|55296),u=56320|u&1023),e+=String.fromCharCode(u),e};function Gu(u){var e;return u>=55296&&u<=57343||u>1114111?65533:(e=Kr.get(u))!==null&&e!==void 0?e:u}var S;(function(u){u[u.NUM=35]="NUM",u[u.SEMI=59]="SEMI",u[u.EQUALS=61]="EQUALS",u[u.ZERO=48]="ZERO",u[u.NINE=57]="NINE",u[u.LOWER_A=97]="LOWER_A",u[u.LOWER_F=102]="LOWER_F",u[u.LOWER_X=120]="LOWER_X",u[u.LOWER_Z=122]="LOWER_Z",u[u.UPPER_A=65]="UPPER_A",u[u.UPPER_F=70]="UPPER_F",u[u.UPPER_Z=90]="UPPER_Z"})(S||(S={}));var Qr=32,V;(function(u){u[u.VALUE_LENGTH=49152]="VALUE_LENGTH",u[u.BRANCH_LENGTH=16256]="BRANCH_LENGTH",u[u.JUMP_TABLE=127]="JUMP_TABLE"})(V||(V={}));function Wu(u){return u>=S.ZERO&&u<=S.NINE}function Yr(u){return u>=S.UPPER_A&&u<=S.UPPER_F||u>=S.LOWER_A&&u<=S.LOWER_F}function ut(u){return u>=S.UPPER_A&&u<=S.UPPER_Z||u>=S.LOWER_A&&u<=S.LOWER_Z||Wu(u)}function et(u){return u===S.EQUALS||ut(u)}var T;(function(u){u[u.EntityStart=0]="EntityStart",u[u.NumericStart=1]="NumericStart",u[u.NumericDecimal=2]="NumericDecimal",u[u.NumericHex=3]="NumericHex",u[u.NamedEntity=4]="NamedEntity"})(T||(T={}));var $;(function(u){u[u.Legacy=0]="Legacy",u[u.Strict=1]="Strict",u[u.Attribute=2]="Attribute"})($||($={}));var Tu=class{constructor(e,r,t){this.decodeTree=e,this.emitCodePoint=r,this.errors=t,this.state=T.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=$.Strict}startEntity(e){this.decodeMode=e,this.state=T.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,r){switch(this.state){case T.EntityStart:return e.charCodeAt(r)===S.NUM?(this.state=T.NumericStart,this.consumed+=1,this.stateNumericStart(e,r+1)):(this.state=T.NamedEntity,this.stateNamedEntity(e,r));case T.NumericStart:return this.stateNumericStart(e,r);case T.NumericDecimal:return this.stateNumericDecimal(e,r);case T.NumericHex:return this.stateNumericHex(e,r);case T.NamedEntity:return this.stateNamedEntity(e,r)}}stateNumericStart(e,r){return r>=e.length?-1:(e.charCodeAt(r)|Qr)===S.LOWER_X?(this.state=T.NumericHex,this.consumed+=1,this.stateNumericHex(e,r+1)):(this.state=T.NumericDecimal,this.stateNumericDecimal(e,r))}addToNumericResult(e,r,t,n){if(r!==t){let c=t-r;this.result=this.result*Math.pow(n,c)+parseInt(e.substr(r,c),n),this.consumed+=c}}stateNumericHex(e,r){let t=r;for(;r<e.length;){let n=e.charCodeAt(r);if(Wu(n)||Yr(n))r+=1;else return this.addToNumericResult(e,t,r,16),this.emitNumericEntity(n,3)}return this.addToNumericResult(e,t,r,16),-1}stateNumericDecimal(e,r){let t=r;for(;r<e.length;){let n=e.charCodeAt(r);if(Wu(n))r+=1;else return this.addToNumericResult(e,t,r,10),this.emitNumericEntity(n,2)}return this.addToNumericResult(e,t,r,10),-1}emitNumericEntity(e,r){var t;if(this.consumed<=r)return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===S.SEMI)this.consumed+=1;else if(this.decodeMode===$.Strict)return 0;return this.emitCodePoint(Gu(this.result),this.consumed),this.errors&&(e!==S.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,r){let{decodeTree:t}=this,n=t[this.treeIndex],c=(n&V.VALUE_LENGTH)>>14;for(;r<e.length;r++,this.excess++){let i=e.charCodeAt(r);if(this.treeIndex=rt(t,n,this.treeIndex+Math.max(1,c),i),this.treeIndex<0)return this.result===0||this.decodeMode===$.Attribute&&(c===0||et(i))?0:this.emitNotTerminatedNamedEntity();if(n=t[this.treeIndex],c=(n&V.VALUE_LENGTH)>>14,c!==0){if(i===S.SEMI)return this.emitNamedEntityData(this.treeIndex,c,this.consumed+this.excess);this.decodeMode!==$.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;let{result:r,decodeTree:t}=this,n=(t[r]&V.VALUE_LENGTH)>>14;return this.emitNamedEntityData(r,n,this.consumed),(e=this.errors)===null||e===void 0||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,r,t){let{decodeTree:n}=this;return this.emitCodePoint(r===1?n[e]&~V.VALUE_LENGTH:n[e+1],t),r===3&&this.emitCodePoint(n[e+2],t),t}end(){var e;switch(this.state){case T.NamedEntity:return this.result!==0&&(this.decodeMode!==$.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case T.NumericDecimal:return this.emitNumericEntity(0,2);case T.NumericHex:return this.emitNumericEntity(0,3);case T.NumericStart:return(e=this.errors)===null||e===void 0||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case T.EntityStart:return 0}}};function be(u){let e="",r=new Tu(u,t=>e+=Zu(t));return function(n,c){let i=0,o=0;for(;(o=n.indexOf("&",o))>=0;){e+=n.slice(i,o),r.startEntity(c);let s=r.write(n,o+1);if(s<0){i=o+r.end();break}i=o+s,o=s===0?i+1:i}let a=e+n.slice(i);return e="",a}}function rt(u,e,r,t){let n=(e&V.BRANCH_LENGTH)>>7,c=e&V.JUMP_TABLE;if(n===0)return c!==0&&t===c?r:-1;if(c){let a=t-c;return a<0||a>=n?-1:u[r+a]-1}let i=r,o=i+n-1;for(;i<=o;){let a=i+o>>>1,s=u[a];if(s<t)i=a+1;else if(s>t)o=a-1;else return u[a+n]}return-1}var tt=be(pe),ao=be(he);function Z(u,e=$.Legacy){return tt(u,e)}function Su(u){for(let e=1;e<u.length;e++)u[e][0]+=u[e-1][0]+1;return u}var nt=new Map(Su([[9,"&Tab;"],[0,"&NewLine;"],[22,"&excl;"],[0,"&quot;"],[0,"&num;"],[0,"&dollar;"],[0,"&percnt;"],[0,"&amp;"],[0,"&apos;"],[0,"&lpar;"],[0,"&rpar;"],[0,"&ast;"],[0,"&plus;"],[0,"&comma;"],[1,"&period;"],[0,"&sol;"],[10,"&colon;"],[0,"&semi;"],[0,{v:"&lt;",n:8402,o:"&nvlt;"}],[0,{v:"&equals;",n:8421,o:"&bne;"}],[0,{v:"&gt;",n:8402,o:"&nvgt;"}],[0,"&quest;"],[0,"&commat;"],[26,"&lbrack;"],[0,"&bsol;"],[0,"&rbrack;"],[0,"&Hat;"],[0,"&lowbar;"],[0,"&DiacriticalGrave;"],[5,{n:106,o:"&fjlig;"}],[20,"&lbrace;"],[0,"&verbar;"],[0,"&rbrace;"],[34,"&nbsp;"],[0,"&iexcl;"],[0,"&cent;"],[0,"&pound;"],[0,"&curren;"],[0,"&yen;"],[0,"&brvbar;"],[0,"&sect;"],[0,"&die;"],[0,"&copy;"],[0,"&ordf;"],[0,"&laquo;"],[0,"&not;"],[0,"&shy;"],[0,"&circledR;"],[0,"&macr;"],[0,"&deg;"],[0,"&PlusMinus;"],[0,"&sup2;"],[0,"&sup3;"],[0,"&acute;"],[0,"&micro;"],[0,"&para;"],[0,"&centerdot;"],[0,"&cedil;"],[0,"&sup1;"],[0,"&ordm;"],[0,"&raquo;"],[0,"&frac14;"],[0,"&frac12;"],[0,"&frac34;"],[0,"&iquest;"],[0,"&Agrave;"],[0,"&Aacute;"],[0,"&Acirc;"],[0,"&Atilde;"],[0,"&Auml;"],[0,"&angst;"],[0,"&AElig;"],[0,"&Ccedil;"],[0,"&Egrave;"],[0,"&Eacute;"],[0,"&Ecirc;"],[0,"&Euml;"],[0,"&Igrave;"],[0,"&Iacute;"],[0,"&Icirc;"],[0,"&Iuml;"],[0,"&ETH;"],[0,"&Ntilde;"],[0,"&Ograve;"],[0,"&Oacute;"],[0,"&Ocirc;"],[0,"&Otilde;"],[0,"&Ouml;"],[0,"&times;"],[0,"&Oslash;"],[0,"&Ugrave;"],[0,"&Uacute;"],[0,"&Ucirc;"],[0,"&Uuml;"],[0,"&Yacute;"],[0,"&THORN;"],[0,"&szlig;"],[0,"&agrave;"],[0,"&aacute;"],[0,"&acirc;"],[0,"&atilde;"],[0,"&auml;"],[0,"&aring;"],[0,"&aelig;"],[0,"&ccedil;"],[0,"&egrave;"],[0,"&eacute;"],[0,"&ecirc;"],[0,"&euml;"],[0,"&igrave;"],[0,"&iacute;"],[0,"&icirc;"],[0,"&iuml;"],[0,"&eth;"],[0,"&ntilde;"],[0,"&ograve;"],[0,"&oacute;"],[0,"&ocirc;"],[0,"&otilde;"],[0,"&ouml;"],[0,"&div;"],[0,"&oslash;"],[0,"&ugrave;"],[0,"&uacute;"],[0,"&ucirc;"],[0,"&uuml;"],[0,"&yacute;"],[0,"&thorn;"],[0,"&yuml;"],[0,"&Amacr;"],[0,"&amacr;"],[0,"&Abreve;"],[0,"&abreve;"],[0,"&Aogon;"],[0,"&aogon;"],[0,"&Cacute;"],[0,"&cacute;"],[0,"&Ccirc;"],[0,"&ccirc;"],[0,"&Cdot;"],[0,"&cdot;"],[0,"&Ccaron;"],[0,"&ccaron;"],[0,"&Dcaron;"],[0,"&dcaron;"],[0,"&Dstrok;"],[0,"&dstrok;"],[0,"&Emacr;"],[0,"&emacr;"],[2,"&Edot;"],[0,"&edot;"],[0,"&Eogon;"],[0,"&eogon;"],[0,"&Ecaron;"],[0,"&ecaron;"],[0,"&Gcirc;"],[0,"&gcirc;"],[0,"&Gbreve;"],[0,"&gbreve;"],[0,"&Gdot;"],[0,"&gdot;"],[0,"&Gcedil;"],[1,"&Hcirc;"],[0,"&hcirc;"],[0,"&Hstrok;"],[0,"&hstrok;"],[0,"&Itilde;"],[0,"&itilde;"],[0,"&Imacr;"],[0,"&imacr;"],[2,"&Iogon;"],[0,"&iogon;"],[0,"&Idot;"],[0,"&imath;"],[0,"&IJlig;"],[0,"&ijlig;"],[0,"&Jcirc;"],[0,"&jcirc;"],[0,"&Kcedil;"],[0,"&kcedil;"],[0,"&kgreen;"],[0,"&Lacute;"],[0,"&lacute;"],[0,"&Lcedil;"],[0,"&lcedil;"],[0,"&Lcaron;"],[0,"&lcaron;"],[0,"&Lmidot;"],[0,"&lmidot;"],[0,"&Lstrok;"],[0,"&lstrok;"],[0,"&Nacute;"],[0,"&nacute;"],[0,"&Ncedil;"],[0,"&ncedil;"],[0,"&Ncaron;"],[0,"&ncaron;"],[0,"&napos;"],[0,"&ENG;"],[0,"&eng;"],[0,"&Omacr;"],[0,"&omacr;"],[2,"&Odblac;"],[0,"&odblac;"],[0,"&OElig;"],[0,"&oelig;"],[0,"&Racute;"],[0,"&racute;"],[0,"&Rcedil;"],[0,"&rcedil;"],[0,"&Rcaron;"],[0,"&rcaron;"],[0,"&Sacute;"],[0,"&sacute;"],[0,"&Scirc;"],[0,"&scirc;"],[0,"&Scedil;"],[0,"&scedil;"],[0,"&Scaron;"],[0,"&scaron;"],[0,"&Tcedil;"],[0,"&tcedil;"],[0,"&Tcaron;"],[0,"&tcaron;"],[0,"&Tstrok;"],[0,"&tstrok;"],[0,"&Utilde;"],[0,"&utilde;"],[0,"&Umacr;"],[0,"&umacr;"],[0,"&Ubreve;"],[0,"&ubreve;"],[0,"&Uring;"],[0,"&uring;"],[0,"&Udblac;"],[0,"&udblac;"],[0,"&Uogon;"],[0,"&uogon;"],[0,"&Wcirc;"],[0,"&wcirc;"],[0,"&Ycirc;"],[0,"&ycirc;"],[0,"&Yuml;"],[0,"&Zacute;"],[0,"&zacute;"],[0,"&Zdot;"],[0,"&zdot;"],[0,"&Zcaron;"],[0,"&zcaron;"],[19,"&fnof;"],[34,"&imped;"],[63,"&gacute;"],[65,"&jmath;"],[142,"&circ;"],[0,"&caron;"],[16,"&breve;"],[0,"&DiacriticalDot;"],[0,"&ring;"],[0,"&ogon;"],[0,"&DiacriticalTilde;"],[0,"&dblac;"],[51,"&DownBreve;"],[127,"&Alpha;"],[0,"&Beta;"],[0,"&Gamma;"],[0,"&Delta;"],[0,"&Epsilon;"],[0,"&Zeta;"],[0,"&Eta;"],[0,"&Theta;"],[0,"&Iota;"],[0,"&Kappa;"],[0,"&Lambda;"],[0,"&Mu;"],[0,"&Nu;"],[0,"&Xi;"],[0,"&Omicron;"],[0,"&Pi;"],[0,"&Rho;"],[1,"&Sigma;"],[0,"&Tau;"],[0,"&Upsilon;"],[0,"&Phi;"],[0,"&Chi;"],[0,"&Psi;"],[0,"&ohm;"],[7,"&alpha;"],[0,"&beta;"],[0,"&gamma;"],[0,"&delta;"],[0,"&epsi;"],[0,"&zeta;"],[0,"&eta;"],[0,"&theta;"],[0,"&iota;"],[0,"&kappa;"],[0,"&lambda;"],[0,"&mu;"],[0,"&nu;"],[0,"&xi;"],[0,"&omicron;"],[0,"&pi;"],[0,"&rho;"],[0,"&sigmaf;"],[0,"&sigma;"],[0,"&tau;"],[0,"&upsi;"],[0,"&phi;"],[0,"&chi;"],[0,"&psi;"],[0,"&omega;"],[7,"&thetasym;"],[0,"&Upsi;"],[2,"&phiv;"],[0,"&piv;"],[5,"&Gammad;"],[0,"&digamma;"],[18,"&kappav;"],[0,"&rhov;"],[3,"&epsiv;"],[0,"&backepsilon;"],[10,"&IOcy;"],[0,"&DJcy;"],[0,"&GJcy;"],[0,"&Jukcy;"],[0,"&DScy;"],[0,"&Iukcy;"],[0,"&YIcy;"],[0,"&Jsercy;"],[0,"&LJcy;"],[0,"&NJcy;"],[0,"&TSHcy;"],[0,"&KJcy;"],[1,"&Ubrcy;"],[0,"&DZcy;"],[0,"&Acy;"],[0,"&Bcy;"],[0,"&Vcy;"],[0,"&Gcy;"],[0,"&Dcy;"],[0,"&IEcy;"],[0,"&ZHcy;"],[0,"&Zcy;"],[0,"&Icy;"],[0,"&Jcy;"],[0,"&Kcy;"],[0,"&Lcy;"],[0,"&Mcy;"],[0,"&Ncy;"],[0,"&Ocy;"],[0,"&Pcy;"],[0,"&Rcy;"],[0,"&Scy;"],[0,"&Tcy;"],[0,"&Ucy;"],[0,"&Fcy;"],[0,"&KHcy;"],[0,"&TScy;"],[0,"&CHcy;"],[0,"&SHcy;"],[0,"&SHCHcy;"],[0,"&HARDcy;"],[0,"&Ycy;"],[0,"&SOFTcy;"],[0,"&Ecy;"],[0,"&YUcy;"],[0,"&YAcy;"],[0,"&acy;"],[0,"&bcy;"],[0,"&vcy;"],[0,"&gcy;"],[0,"&dcy;"],[0,"&iecy;"],[0,"&zhcy;"],[0,"&zcy;"],[0,"&icy;"],[0,"&jcy;"],[0,"&kcy;"],[0,"&lcy;"],[0,"&mcy;"],[0,"&ncy;"],[0,"&ocy;"],[0,"&pcy;"],[0,"&rcy;"],[0,"&scy;"],[0,"&tcy;"],[0,"&ucy;"],[0,"&fcy;"],[0,"&khcy;"],[0,"&tscy;"],[0,"&chcy;"],[0,"&shcy;"],[0,"&shchcy;"],[0,"&hardcy;"],[0,"&ycy;"],[0,"&softcy;"],[0,"&ecy;"],[0,"&yucy;"],[0,"&yacy;"],[1,"&iocy;"],[0,"&djcy;"],[0,"&gjcy;"],[0,"&jukcy;"],[0,"&dscy;"],[0,"&iukcy;"],[0,"&yicy;"],[0,"&jsercy;"],[0,"&ljcy;"],[0,"&njcy;"],[0,"&tshcy;"],[0,"&kjcy;"],[1,"&ubrcy;"],[0,"&dzcy;"],[7074,"&ensp;"],[0,"&emsp;"],[0,"&emsp13;"],[0,"&emsp14;"],[1,"&numsp;"],[0,"&puncsp;"],[0,"&ThinSpace;"],[0,"&hairsp;"],[0,"&NegativeMediumSpace;"],[0,"&zwnj;"],[0,"&zwj;"],[0,"&lrm;"],[0,"&rlm;"],[0,"&dash;"],[2,"&ndash;"],[0,"&mdash;"],[0,"&horbar;"],[0,"&Verbar;"],[1,"&lsquo;"],[0,"&CloseCurlyQuote;"],[0,"&lsquor;"],[1,"&ldquo;"],[0,"&CloseCurlyDoubleQuote;"],[0,"&bdquo;"],[1,"&dagger;"],[0,"&Dagger;"],[0,"&bull;"],[2,"&nldr;"],[0,"&hellip;"],[9,"&permil;"],[0,"&pertenk;"],[0,"&prime;"],[0,"&Prime;"],[0,"&tprime;"],[0,"&backprime;"],[3,"&lsaquo;"],[0,"&rsaquo;"],[3,"&oline;"],[2,"&caret;"],[1,"&hybull;"],[0,"&frasl;"],[10,"&bsemi;"],[7,"&qprime;"],[7,{v:"&MediumSpace;",n:8202,o:"&ThickSpace;"}],[0,"&NoBreak;"],[0,"&af;"],[0,"&InvisibleTimes;"],[0,"&ic;"],[72,"&euro;"],[46,"&tdot;"],[0,"&DotDot;"],[37,"&complexes;"],[2,"&incare;"],[4,"&gscr;"],[0,"&hamilt;"],[0,"&Hfr;"],[0,"&Hopf;"],[0,"&planckh;"],[0,"&hbar;"],[0,"&imagline;"],[0,"&Ifr;"],[0,"&lagran;"],[0,"&ell;"],[1,"&naturals;"],[0,"&numero;"],[0,"&copysr;"],[0,"&weierp;"],[0,"&Popf;"],[0,"&Qopf;"],[0,"&realine;"],[0,"&real;"],[0,"&reals;"],[0,"&rx;"],[3,"&trade;"],[1,"&integers;"],[2,"&mho;"],[0,"&zeetrf;"],[0,"&iiota;"],[2,"&bernou;"],[0,"&Cayleys;"],[1,"&escr;"],[0,"&Escr;"],[0,"&Fouriertrf;"],[1,"&Mellintrf;"],[0,"&order;"],[0,"&alefsym;"],[0,"&beth;"],[0,"&gimel;"],[0,"&daleth;"],[12,"&CapitalDifferentialD;"],[0,"&dd;"],[0,"&ee;"],[0,"&ii;"],[10,"&frac13;"],[0,"&frac23;"],[0,"&frac15;"],[0,"&frac25;"],[0,"&frac35;"],[0,"&frac45;"],[0,"&frac16;"],[0,"&frac56;"],[0,"&frac18;"],[0,"&frac38;"],[0,"&frac58;"],[0,"&frac78;"],[49,"&larr;"],[0,"&ShortUpArrow;"],[0,"&rarr;"],[0,"&darr;"],[0,"&harr;"],[0,"&updownarrow;"],[0,"&nwarr;"],[0,"&nearr;"],[0,"&LowerRightArrow;"],[0,"&LowerLeftArrow;"],[0,"&nlarr;"],[0,"&nrarr;"],[1,{v:"&rarrw;",n:824,o:"&nrarrw;"}],[0,"&Larr;"],[0,"&Uarr;"],[0,"&Rarr;"],[0,"&Darr;"],[0,"&larrtl;"],[0,"&rarrtl;"],[0,"&LeftTeeArrow;"],[0,"&mapstoup;"],[0,"&map;"],[0,"&DownTeeArrow;"],[1,"&hookleftarrow;"],[0,"&hookrightarrow;"],[0,"&larrlp;"],[0,"&looparrowright;"],[0,"&harrw;"],[0,"&nharr;"],[1,"&lsh;"],[0,"&rsh;"],[0,"&ldsh;"],[0,"&rdsh;"],[1,"&crarr;"],[0,"&cularr;"],[0,"&curarr;"],[2,"&circlearrowleft;"],[0,"&circlearrowright;"],[0,"&leftharpoonup;"],[0,"&DownLeftVector;"],[0,"&RightUpVector;"],[0,"&LeftUpVector;"],[0,"&rharu;"],[0,"&DownRightVector;"],[0,"&dharr;"],[0,"&dharl;"],[0,"&RightArrowLeftArrow;"],[0,"&udarr;"],[0,"&LeftArrowRightArrow;"],[0,"&leftleftarrows;"],[0,"&upuparrows;"],[0,"&rightrightarrows;"],[0,"&ddarr;"],[0,"&leftrightharpoons;"],[0,"&Equilibrium;"],[0,"&nlArr;"],[0,"&nhArr;"],[0,"&nrArr;"],[0,"&DoubleLeftArrow;"],[0,"&DoubleUpArrow;"],[0,"&DoubleRightArrow;"],[0,"&dArr;"],[0,"&DoubleLeftRightArrow;"],[0,"&DoubleUpDownArrow;"],[0,"&nwArr;"],[0,"&neArr;"],[0,"&seArr;"],[0,"&swArr;"],[0,"&lAarr;"],[0,"&rAarr;"],[1,"&zigrarr;"],[6,"&larrb;"],[0,"&rarrb;"],[15,"&DownArrowUpArrow;"],[7,"&loarr;"],[0,"&roarr;"],[0,"&hoarr;"],[0,"&forall;"],[0,"&comp;"],[0,{v:"&part;",n:824,o:"&npart;"}],[0,"&exist;"],[0,"&nexist;"],[0,"&empty;"],[1,"&Del;"],[0,"&Element;"],[0,"&NotElement;"],[1,"&ni;"],[0,"&notni;"],[2,"&prod;"],[0,"&coprod;"],[0,"&sum;"],[0,"&minus;"],[0,"&MinusPlus;"],[0,"&dotplus;"],[1,"&Backslash;"],[0,"&lowast;"],[0,"&compfn;"],[1,"&radic;"],[2,"&prop;"],[0,"&infin;"],[0,"&angrt;"],[0,{v:"&ang;",n:8402,o:"&nang;"}],[0,"&angmsd;"],[0,"&angsph;"],[0,"&mid;"],[0,"&nmid;"],[0,"&DoubleVerticalBar;"],[0,"&NotDoubleVerticalBar;"],[0,"&and;"],[0,"&or;"],[0,{v:"&cap;",n:65024,o:"&caps;"}],[0,{v:"&cup;",n:65024,o:"&cups;"}],[0,"&int;"],[0,"&Int;"],[0,"&iiint;"],[0,"&conint;"],[0,"&Conint;"],[0,"&Cconint;"],[0,"&cwint;"],[0,"&ClockwiseContourIntegral;"],[0,"&awconint;"],[0,"&there4;"],[0,"&becaus;"],[0,"&ratio;"],[0,"&Colon;"],[0,"&dotminus;"],[1,"&mDDot;"],[0,"&homtht;"],[0,{v:"&sim;",n:8402,o:"&nvsim;"}],[0,{v:"&backsim;",n:817,o:"&race;"}],[0,{v:"&ac;",n:819,o:"&acE;"}],[0,"&acd;"],[0,"&VerticalTilde;"],[0,"&NotTilde;"],[0,{v:"&eqsim;",n:824,o:"&nesim;"}],[0,"&sime;"],[0,"&NotTildeEqual;"],[0,"&cong;"],[0,"&simne;"],[0,"&ncong;"],[0,"&ap;"],[0,"&nap;"],[0,"&ape;"],[0,{v:"&apid;",n:824,o:"&napid;"}],[0,"&backcong;"],[0,{v:"&asympeq;",n:8402,o:"&nvap;"}],[0,{v:"&bump;",n:824,o:"&nbump;"}],[0,{v:"&bumpe;",n:824,o:"&nbumpe;"}],[0,{v:"&doteq;",n:824,o:"&nedot;"}],[0,"&doteqdot;"],[0,"&efDot;"],[0,"&erDot;"],[0,"&Assign;"],[0,"&ecolon;"],[0,"&ecir;"],[0,"&circeq;"],[1,"&wedgeq;"],[0,"&veeeq;"],[1,"&triangleq;"],[2,"&equest;"],[0,"&ne;"],[0,{v:"&Congruent;",n:8421,o:"&bnequiv;"}],[0,"&nequiv;"],[1,{v:"&le;",n:8402,o:"&nvle;"}],[0,{v:"&ge;",n:8402,o:"&nvge;"}],[0,{v:"&lE;",n:824,o:"&nlE;"}],[0,{v:"&gE;",n:824,o:"&ngE;"}],[0,{v:"&lnE;",n:65024,o:"&lvertneqq;"}],[0,{v:"&gnE;",n:65024,o:"&gvertneqq;"}],[0,{v:"&ll;",n:new Map(Su([[824,"&nLtv;"],[7577,"&nLt;"]]))}],[0,{v:"&gg;",n:new Map(Su([[824,"&nGtv;"],[7577,"&nGt;"]]))}],[0,"&between;"],[0,"&NotCupCap;"],[0,"&nless;"],[0,"&ngt;"],[0,"&nle;"],[0,"&nge;"],[0,"&lesssim;"],[0,"&GreaterTilde;"],[0,"&nlsim;"],[0,"&ngsim;"],[0,"&LessGreater;"],[0,"&gl;"],[0,"&NotLessGreater;"],[0,"&NotGreaterLess;"],[0,"&pr;"],[0,"&sc;"],[0,"&prcue;"],[0,"&sccue;"],[0,"&PrecedesTilde;"],[0,{v:"&scsim;",n:824,o:"&NotSucceedsTilde;"}],[0,"&NotPrecedes;"],[0,"&NotSucceeds;"],[0,{v:"&sub;",n:8402,o:"&NotSubset;"}],[0,{v:"&sup;",n:8402,o:"&NotSuperset;"}],[0,"&nsub;"],[0,"&nsup;"],[0,"&sube;"],[0,"&supe;"],[0,"&NotSubsetEqual;"],[0,"&NotSupersetEqual;"],[0,{v:"&subne;",n:65024,o:"&varsubsetneq;"}],[0,{v:"&supne;",n:65024,o:"&varsupsetneq;"}],[1,"&cupdot;"],[0,"&UnionPlus;"],[0,{v:"&sqsub;",n:824,o:"&NotSquareSubset;"}],[0,{v:"&sqsup;",n:824,o:"&NotSquareSuperset;"}],[0,"&sqsube;"],[0,"&sqsupe;"],[0,{v:"&sqcap;",n:65024,o:"&sqcaps;"}],[0,{v:"&sqcup;",n:65024,o:"&sqcups;"}],[0,"&CirclePlus;"],[0,"&CircleMinus;"],[0,"&CircleTimes;"],[0,"&osol;"],[0,"&CircleDot;"],[0,"&circledcirc;"],[0,"&circledast;"],[1,"&circleddash;"],[0,"&boxplus;"],[0,"&boxminus;"],[0,"&boxtimes;"],[0,"&dotsquare;"],[0,"&RightTee;"],[0,"&dashv;"],[0,"&DownTee;"],[0,"&bot;"],[1,"&models;"],[0,"&DoubleRightTee;"],[0,"&Vdash;"],[0,"&Vvdash;"],[0,"&VDash;"],[0,"&nvdash;"],[0,"&nvDash;"],[0,"&nVdash;"],[0,"&nVDash;"],[0,"&prurel;"],[1,"&LeftTriangle;"],[0,"&RightTriangle;"],[0,{v:"&LeftTriangleEqual;",n:8402,o:"&nvltrie;"}],[0,{v:"&RightTriangleEqual;",n:8402,o:"&nvrtrie;"}],[0,"&origof;"],[0,"&imof;"],[0,"&multimap;"],[0,"&hercon;"],[0,"&intcal;"],[0,"&veebar;"],[1,"&barvee;"],[0,"&angrtvb;"],[0,"&lrtri;"],[0,"&bigwedge;"],[0,"&bigvee;"],[0,"&bigcap;"],[0,"&bigcup;"],[0,"&diam;"],[0,"&sdot;"],[0,"&sstarf;"],[0,"&divideontimes;"],[0,"&bowtie;"],[0,"&ltimes;"],[0,"&rtimes;"],[0,"&leftthreetimes;"],[0,"&rightthreetimes;"],[0,"&backsimeq;"],[0,"&curlyvee;"],[0,"&curlywedge;"],[0,"&Sub;"],[0,"&Sup;"],[0,"&Cap;"],[0,"&Cup;"],[0,"&fork;"],[0,"&epar;"],[0,"&lessdot;"],[0,"&gtdot;"],[0,{v:"&Ll;",n:824,o:"&nLl;"}],[0,{v:"&Gg;",n:824,o:"&nGg;"}],[0,{v:"&leg;",n:65024,o:"&lesg;"}],[0,{v:"&gel;",n:65024,o:"&gesl;"}],[2,"&cuepr;"],[0,"&cuesc;"],[0,"&NotPrecedesSlantEqual;"],[0,"&NotSucceedsSlantEqual;"],[0,"&NotSquareSubsetEqual;"],[0,"&NotSquareSupersetEqual;"],[2,"&lnsim;"],[0,"&gnsim;"],[0,"&precnsim;"],[0,"&scnsim;"],[0,"&nltri;"],[0,"&NotRightTriangle;"],[0,"&nltrie;"],[0,"&NotRightTriangleEqual;"],[0,"&vellip;"],[0,"&ctdot;"],[0,"&utdot;"],[0,"&dtdot;"],[0,"&disin;"],[0,"&isinsv;"],[0,"&isins;"],[0,{v:"&isindot;",n:824,o:"&notindot;"}],[0,"&notinvc;"],[0,"&notinvb;"],[1,{v:"&isinE;",n:824,o:"&notinE;"}],[0,"&nisd;"],[0,"&xnis;"],[0,"&nis;"],[0,"&notnivc;"],[0,"&notnivb;"],[6,"&barwed;"],[0,"&Barwed;"],[1,"&lceil;"],[0,"&rceil;"],[0,"&LeftFloor;"],[0,"&rfloor;"],[0,"&drcrop;"],[0,"&dlcrop;"],[0,"&urcrop;"],[0,"&ulcrop;"],[0,"&bnot;"],[1,"&profline;"],[0,"&profsurf;"],[1,"&telrec;"],[0,"&target;"],[5,"&ulcorn;"],[0,"&urcorn;"],[0,"&dlcorn;"],[0,"&drcorn;"],[2,"&frown;"],[0,"&smile;"],[9,"&cylcty;"],[0,"&profalar;"],[7,"&topbot;"],[6,"&ovbar;"],[1,"&solbar;"],[60,"&angzarr;"],[51,"&lmoustache;"],[0,"&rmoustache;"],[2,"&OverBracket;"],[0,"&bbrk;"],[0,"&bbrktbrk;"],[37,"&OverParenthesis;"],[0,"&UnderParenthesis;"],[0,"&OverBrace;"],[0,"&UnderBrace;"],[2,"&trpezium;"],[4,"&elinters;"],[59,"&blank;"],[164,"&circledS;"],[55,"&boxh;"],[1,"&boxv;"],[9,"&boxdr;"],[3,"&boxdl;"],[3,"&boxur;"],[3,"&boxul;"],[3,"&boxvr;"],[7,"&boxvl;"],[7,"&boxhd;"],[7,"&boxhu;"],[7,"&boxvh;"],[19,"&boxH;"],[0,"&boxV;"],[0,"&boxdR;"],[0,"&boxDr;"],[0,"&boxDR;"],[0,"&boxdL;"],[0,"&boxDl;"],[0,"&boxDL;"],[0,"&boxuR;"],[0,"&boxUr;"],[0,"&boxUR;"],[0,"&boxuL;"],[0,"&boxUl;"],[0,"&boxUL;"],[0,"&boxvR;"],[0,"&boxVr;"],[0,"&boxVR;"],[0,"&boxvL;"],[0,"&boxVl;"],[0,"&boxVL;"],[0,"&boxHd;"],[0,"&boxhD;"],[0,"&boxHD;"],[0,"&boxHu;"],[0,"&boxhU;"],[0,"&boxHU;"],[0,"&boxvH;"],[0,"&boxVh;"],[0,"&boxVH;"],[19,"&uhblk;"],[3,"&lhblk;"],[3,"&block;"],[8,"&blk14;"],[0,"&blk12;"],[0,"&blk34;"],[13,"&square;"],[8,"&blacksquare;"],[0,"&EmptyVerySmallSquare;"],[1,"&rect;"],[0,"&marker;"],[2,"&fltns;"],[1,"&bigtriangleup;"],[0,"&blacktriangle;"],[0,"&triangle;"],[2,"&blacktriangleright;"],[0,"&rtri;"],[3,"&bigtriangledown;"],[0,"&blacktriangledown;"],[0,"&dtri;"],[2,"&blacktriangleleft;"],[0,"&ltri;"],[6,"&loz;"],[0,"&cir;"],[32,"&tridot;"],[2,"&bigcirc;"],[8,"&ultri;"],[0,"&urtri;"],[0,"&lltri;"],[0,"&EmptySmallSquare;"],[0,"&FilledSmallSquare;"],[8,"&bigstar;"],[0,"&star;"],[7,"&phone;"],[49,"&female;"],[1,"&male;"],[29,"&spades;"],[2,"&clubs;"],[1,"&hearts;"],[0,"&diamondsuit;"],[3,"&sung;"],[2,"&flat;"],[0,"&natural;"],[0,"&sharp;"],[163,"&check;"],[3,"&cross;"],[8,"&malt;"],[21,"&sext;"],[33,"&VerticalSeparator;"],[25,"&lbbrk;"],[0,"&rbbrk;"],[84,"&bsolhsub;"],[0,"&suphsol;"],[28,"&LeftDoubleBracket;"],[0,"&RightDoubleBracket;"],[0,"&lang;"],[0,"&rang;"],[0,"&Lang;"],[0,"&Rang;"],[0,"&loang;"],[0,"&roang;"],[7,"&longleftarrow;"],[0,"&longrightarrow;"],[0,"&longleftrightarrow;"],[0,"&DoubleLongLeftArrow;"],[0,"&DoubleLongRightArrow;"],[0,"&DoubleLongLeftRightArrow;"],[1,"&longmapsto;"],[2,"&dzigrarr;"],[258,"&nvlArr;"],[0,"&nvrArr;"],[0,"&nvHarr;"],[0,"&Map;"],[6,"&lbarr;"],[0,"&bkarow;"],[0,"&lBarr;"],[0,"&dbkarow;"],[0,"&drbkarow;"],[0,"&DDotrahd;"],[0,"&UpArrowBar;"],[0,"&DownArrowBar;"],[2,"&Rarrtl;"],[2,"&latail;"],[0,"&ratail;"],[0,"&lAtail;"],[0,"&rAtail;"],[0,"&larrfs;"],[0,"&rarrfs;"],[0,"&larrbfs;"],[0,"&rarrbfs;"],[2,"&nwarhk;"],[0,"&nearhk;"],[0,"&hksearow;"],[0,"&hkswarow;"],[0,"&nwnear;"],[0,"&nesear;"],[0,"&seswar;"],[0,"&swnwar;"],[8,{v:"&rarrc;",n:824,o:"&nrarrc;"}],[1,"&cudarrr;"],[0,"&ldca;"],[0,"&rdca;"],[0,"&cudarrl;"],[0,"&larrpl;"],[2,"&curarrm;"],[0,"&cularrp;"],[7,"&rarrpl;"],[2,"&harrcir;"],[0,"&Uarrocir;"],[0,"&lurdshar;"],[0,"&ldrushar;"],[2,"&LeftRightVector;"],[0,"&RightUpDownVector;"],[0,"&DownLeftRightVector;"],[0,"&LeftUpDownVector;"],[0,"&LeftVectorBar;"],[0,"&RightVectorBar;"],[0,"&RightUpVectorBar;"],[0,"&RightDownVectorBar;"],[0,"&DownLeftVectorBar;"],[0,"&DownRightVectorBar;"],[0,"&LeftUpVectorBar;"],[0,"&LeftDownVectorBar;"],[0,"&LeftTeeVector;"],[0,"&RightTeeVector;"],[0,"&RightUpTeeVector;"],[0,"&RightDownTeeVector;"],[0,"&DownLeftTeeVector;"],[0,"&DownRightTeeVector;"],[0,"&LeftUpTeeVector;"],[0,"&LeftDownTeeVector;"],[0,"&lHar;"],[0,"&uHar;"],[0,"&rHar;"],[0,"&dHar;"],[0,"&luruhar;"],[0,"&ldrdhar;"],[0,"&ruluhar;"],[0,"&rdldhar;"],[0,"&lharul;"],[0,"&llhard;"],[0,"&rharul;"],[0,"&lrhard;"],[0,"&udhar;"],[0,"&duhar;"],[0,"&RoundImplies;"],[0,"&erarr;"],[0,"&simrarr;"],[0,"&larrsim;"],[0,"&rarrsim;"],[0,"&rarrap;"],[0,"&ltlarr;"],[1,"&gtrarr;"],[0,"&subrarr;"],[1,"&suplarr;"],[0,"&lfisht;"],[0,"&rfisht;"],[0,"&ufisht;"],[0,"&dfisht;"],[5,"&lopar;"],[0,"&ropar;"],[4,"&lbrke;"],[0,"&rbrke;"],[0,"&lbrkslu;"],[0,"&rbrksld;"],[0,"&lbrksld;"],[0,"&rbrkslu;"],[0,"&langd;"],[0,"&rangd;"],[0,"&lparlt;"],[0,"&rpargt;"],[0,"&gtlPar;"],[0,"&ltrPar;"],[3,"&vzigzag;"],[1,"&vangrt;"],[0,"&angrtvbd;"],[6,"&ange;"],[0,"&range;"],[0,"&dwangle;"],[0,"&uwangle;"],[0,"&angmsdaa;"],[0,"&angmsdab;"],[0,"&angmsdac;"],[0,"&angmsdad;"],[0,"&angmsdae;"],[0,"&angmsdaf;"],[0,"&angmsdag;"],[0,"&angmsdah;"],[0,"&bemptyv;"],[0,"&demptyv;"],[0,"&cemptyv;"],[0,"&raemptyv;"],[0,"&laemptyv;"],[0,"&ohbar;"],[0,"&omid;"],[0,"&opar;"],[1,"&operp;"],[1,"&olcross;"],[0,"&odsold;"],[1,"&olcir;"],[0,"&ofcir;"],[0,"&olt;"],[0,"&ogt;"],[0,"&cirscir;"],[0,"&cirE;"],[0,"&solb;"],[0,"&bsolb;"],[3,"&boxbox;"],[3,"&trisb;"],[0,"&rtriltri;"],[0,{v:"&LeftTriangleBar;",n:824,o:"&NotLeftTriangleBar;"}],[0,{v:"&RightTriangleBar;",n:824,o:"&NotRightTriangleBar;"}],[11,"&iinfin;"],[0,"&infintie;"],[0,"&nvinfin;"],[4,"&eparsl;"],[0,"&smeparsl;"],[0,"&eqvparsl;"],[5,"&blacklozenge;"],[8,"&RuleDelayed;"],[1,"&dsol;"],[9,"&bigodot;"],[0,"&bigoplus;"],[0,"&bigotimes;"],[1,"&biguplus;"],[1,"&bigsqcup;"],[5,"&iiiint;"],[0,"&fpartint;"],[2,"&cirfnint;"],[0,"&awint;"],[0,"&rppolint;"],[0,"&scpolint;"],[0,"&npolint;"],[0,"&pointint;"],[0,"&quatint;"],[0,"&intlarhk;"],[10,"&pluscir;"],[0,"&plusacir;"],[0,"&simplus;"],[0,"&plusdu;"],[0,"&plussim;"],[0,"&plustwo;"],[1,"&mcomma;"],[0,"&minusdu;"],[2,"&loplus;"],[0,"&roplus;"],[0,"&Cross;"],[0,"&timesd;"],[0,"&timesbar;"],[1,"&smashp;"],[0,"&lotimes;"],[0,"&rotimes;"],[0,"&otimesas;"],[0,"&Otimes;"],[0,"&odiv;"],[0,"&triplus;"],[0,"&triminus;"],[0,"&tritime;"],[0,"&intprod;"],[2,"&amalg;"],[0,"&capdot;"],[1,"&ncup;"],[0,"&ncap;"],[0,"&capand;"],[0,"&cupor;"],[0,"&cupcap;"],[0,"&capcup;"],[0,"&cupbrcap;"],[0,"&capbrcup;"],[0,"&cupcup;"],[0,"&capcap;"],[0,"&ccups;"],[0,"&ccaps;"],[2,"&ccupssm;"],[2,"&And;"],[0,"&Or;"],[0,"&andand;"],[0,"&oror;"],[0,"&orslope;"],[0,"&andslope;"],[1,"&andv;"],[0,"&orv;"],[0,"&andd;"],[0,"&ord;"],[1,"&wedbar;"],[6,"&sdote;"],[3,"&simdot;"],[2,{v:"&congdot;",n:824,o:"&ncongdot;"}],[0,"&easter;"],[0,"&apacir;"],[0,{v:"&apE;",n:824,o:"&napE;"}],[0,"&eplus;"],[0,"&pluse;"],[0,"&Esim;"],[0,"&Colone;"],[0,"&Equal;"],[1,"&ddotseq;"],[0,"&equivDD;"],[0,"&ltcir;"],[0,"&gtcir;"],[0,"&ltquest;"],[0,"&gtquest;"],[0,{v:"&leqslant;",n:824,o:"&nleqslant;"}],[0,{v:"&geqslant;",n:824,o:"&ngeqslant;"}],[0,"&lesdot;"],[0,"&gesdot;"],[0,"&lesdoto;"],[0,"&gesdoto;"],[0,"&lesdotor;"],[0,"&gesdotol;"],[0,"&lap;"],[0,"&gap;"],[0,"&lne;"],[0,"&gne;"],[0,"&lnap;"],[0,"&gnap;"],[0,"&lEg;"],[0,"&gEl;"],[0,"&lsime;"],[0,"&gsime;"],[0,"&lsimg;"],[0,"&gsiml;"],[0,"&lgE;"],[0,"&glE;"],[0,"&lesges;"],[0,"&gesles;"],[0,"&els;"],[0,"&egs;"],[0,"&elsdot;"],[0,"&egsdot;"],[0,"&el;"],[0,"&eg;"],[2,"&siml;"],[0,"&simg;"],[0,"&simlE;"],[0,"&simgE;"],[0,{v:"&LessLess;",n:824,o:"&NotNestedLessLess;"}],[0,{v:"&GreaterGreater;",n:824,o:"&NotNestedGreaterGreater;"}],[1,"&glj;"],[0,"&gla;"],[0,"&ltcc;"],[0,"&gtcc;"],[0,"&lescc;"],[0,"&gescc;"],[0,"&smt;"],[0,"&lat;"],[0,{v:"&smte;",n:65024,o:"&smtes;"}],[0,{v:"&late;",n:65024,o:"&lates;"}],[0,"&bumpE;"],[0,{v:"&PrecedesEqual;",n:824,o:"&NotPrecedesEqual;"}],[0,{v:"&sce;",n:824,o:"&NotSucceedsEqual;"}],[2,"&prE;"],[0,"&scE;"],[0,"&precneqq;"],[0,"&scnE;"],[0,"&prap;"],[0,"&scap;"],[0,"&precnapprox;"],[0,"&scnap;"],[0,"&Pr;"],[0,"&Sc;"],[0,"&subdot;"],[0,"&supdot;"],[0,"&subplus;"],[0,"&supplus;"],[0,"&submult;"],[0,"&supmult;"],[0,"&subedot;"],[0,"&supedot;"],[0,{v:"&subE;",n:824,o:"&nsubE;"}],[0,{v:"&supE;",n:824,o:"&nsupE;"}],[0,"&subsim;"],[0,"&supsim;"],[2,{v:"&subnE;",n:65024,o:"&varsubsetneqq;"}],[0,{v:"&supnE;",n:65024,o:"&varsupsetneqq;"}],[2,"&csub;"],[0,"&csup;"],[0,"&csube;"],[0,"&csupe;"],[0,"&subsup;"],[0,"&supsub;"],[0,"&subsub;"],[0,"&supsup;"],[0,"&suphsub;"],[0,"&supdsub;"],[0,"&forkv;"],[0,"&topfork;"],[0,"&mlcp;"],[8,"&Dashv;"],[1,"&Vdashl;"],[0,"&Barv;"],[0,"&vBar;"],[0,"&vBarv;"],[1,"&Vbar;"],[0,"&Not;"],[0,"&bNot;"],[0,"&rnmid;"],[0,"&cirmid;"],[0,"&midcir;"],[0,"&topcir;"],[0,"&nhpar;"],[0,"&parsim;"],[9,{v:"&parsl;",n:8421,o:"&nparsl;"}],[44343,{n:new Map(Su([[56476,"&Ascr;"],[1,"&Cscr;"],[0,"&Dscr;"],[2,"&Gscr;"],[2,"&Jscr;"],[0,"&Kscr;"],[2,"&Nscr;"],[0,"&Oscr;"],[0,"&Pscr;"],[0,"&Qscr;"],[1,"&Sscr;"],[0,"&Tscr;"],[0,"&Uscr;"],[0,"&Vscr;"],[0,"&Wscr;"],[0,"&Xscr;"],[0,"&Yscr;"],[0,"&Zscr;"],[0,"&ascr;"],[0,"&bscr;"],[0,"&cscr;"],[0,"&dscr;"],[1,"&fscr;"],[1,"&hscr;"],[0,"&iscr;"],[0,"&jscr;"],[0,"&kscr;"],[0,"&lscr;"],[0,"&mscr;"],[0,"&nscr;"],[1,"&pscr;"],[0,"&qscr;"],[0,"&rscr;"],[0,"&sscr;"],[0,"&tscr;"],[0,"&uscr;"],[0,"&vscr;"],[0,"&wscr;"],[0,"&xscr;"],[0,"&yscr;"],[0,"&zscr;"],[52,"&Afr;"],[0,"&Bfr;"],[1,"&Dfr;"],[0,"&Efr;"],[0,"&Ffr;"],[0,"&Gfr;"],[2,"&Jfr;"],[0,"&Kfr;"],[0,"&Lfr;"],[0,"&Mfr;"],[0,"&Nfr;"],[0,"&Ofr;"],[0,"&Pfr;"],[0,"&Qfr;"],[1,"&Sfr;"],[0,"&Tfr;"],[0,"&Ufr;"],[0,"&Vfr;"],[0,"&Wfr;"],[0,"&Xfr;"],[0,"&Yfr;"],[1,"&afr;"],[0,"&bfr;"],[0,"&cfr;"],[0,"&dfr;"],[0,"&efr;"],[0,"&ffr;"],[0,"&gfr;"],[0,"&hfr;"],[0,"&ifr;"],[0,"&jfr;"],[0,"&kfr;"],[0,"&lfr;"],[0,"&mfr;"],[0,"&nfr;"],[0,"&ofr;"],[0,"&pfr;"],[0,"&qfr;"],[0,"&rfr;"],[0,"&sfr;"],[0,"&tfr;"],[0,"&ufr;"],[0,"&vfr;"],[0,"&wfr;"],[0,"&xfr;"],[0,"&yfr;"],[0,"&zfr;"],[0,"&Aopf;"],[0,"&Bopf;"],[1,"&Dopf;"],[0,"&Eopf;"],[0,"&Fopf;"],[0,"&Gopf;"],[1,"&Iopf;"],[0,"&Jopf;"],[0,"&Kopf;"],[0,"&Lopf;"],[0,"&Mopf;"],[1,"&Oopf;"],[3,"&Sopf;"],[0,"&Topf;"],[0,"&Uopf;"],[0,"&Vopf;"],[0,"&Wopf;"],[0,"&Xopf;"],[0,"&Yopf;"],[1,"&aopf;"],[0,"&bopf;"],[0,"&copf;"],[0,"&dopf;"],[0,"&eopf;"],[0,"&fopf;"],[0,"&gopf;"],[0,"&hopf;"],[0,"&iopf;"],[0,"&jopf;"],[0,"&kopf;"],[0,"&lopf;"],[0,"&mopf;"],[0,"&nopf;"],[0,"&oopf;"],[0,"&popf;"],[0,"&qopf;"],[0,"&ropf;"],[0,"&sopf;"],[0,"&topf;"],[0,"&uopf;"],[0,"&vopf;"],[0,"&wopf;"],[0,"&xopf;"],[0,"&yopf;"],[0,"&zopf;"]]))}],[8906,"&fflig;"],[0,"&filig;"],[0,"&fllig;"],[0,"&ffilig;"],[0,"&ffllig;"]]));var ct=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),ot=String.prototype.codePointAt!=null?(u,e)=>u.codePointAt(e):(u,e)=>(u.charCodeAt(e)&64512)===55296?(u.charCodeAt(e)-55296)*1024+u.charCodeAt(e+1)-56320+65536:u.charCodeAt(e);function Ju(u,e){return function(t){let n,c=0,i="";for(;n=u.exec(t);)c!==n.index&&(i+=t.substring(c,n.index)),i+=e.get(n[0].charCodeAt(0)),c=n.index+1;return i+t.substring(c)}}var me=Ju(/[&<>'"]/g,ct),xe=Ju(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),ge=Ju(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]));var _e;(function(u){u[u.XML=0]="XML",u[u.HTML=1]="HTML"})(_e||(_e={}));var ke;(function(u){u[u.UTF8=0]="UTF8",u[u.ASCII=1]="ASCII",u[u.Extensive=2]="Extensive",u[u.Attribute=3]="Attribute",u[u.Text=4]="Text"})(ke||(ke={}));function st(u){return Object.prototype.toString.call(u)}function Lu(u){return st(u)==="[object String]"}var lt=Object.prototype.hasOwnProperty;function ft(u,e){return lt.call(u,e)}function tu(u){return Array.prototype.slice.call(arguments,1).forEach(function(r){if(r){if(typeof r!="object")throw new TypeError(r+"must be object");Object.keys(r).forEach(function(t){u[t]=r[t]})}}),u}function Ku(u,e,r){return[].concat(u.slice(0,e),r,u.slice(e+1))}function Iu(u){return!(u>=55296&&u<=57343||u>=64976&&u<=65007||(u&65535)===65535||(u&65535)===65534||u>=0&&u<=8||u===11||u>=14&&u<=31||u>=127&&u<=159||u>1114111)}function lu(u){if(u>65535){u-=65536;let e=55296+(u>>10),r=56320+(u&1023);return String.fromCharCode(e,r)}return String.fromCharCode(u)}var Ce=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,dt=/&([a-z#][a-z0-9]{1,31});/gi,pt=new RegExp(Ce.source+"|"+dt.source,"gi"),ht=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function bt(u,e){if(e.charCodeAt(0)===35&&ht.test(e)){let t=e[1].toLowerCase()==="x"?parseInt(e.slice(2),16):parseInt(e.slice(1),10);return Iu(t)?lu(t):u}let r=Z(u);return r!==u?r:u}function mt(u){return u.indexOf("\\")<0?u:u.replace(Ce,"$1")}function O(u){return u.indexOf("\\")<0&&u.indexOf("&")<0?u:u.replace(pt,function(e,r,t){return r||bt(e,t)})}var xt=/[&<>"]/,gt=/[&<>"]/g,_t={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function kt(u){return _t[u]}function j(u){return xt.test(u)?u.replace(gt,kt):u}var yt=/[.?*+^$[\]\\(){}|-]/g;function Dt(u){return u.replace(yt,"\\$&")}function C(u){switch(u){case 9:case 32:return!0}return!1}function W(u){if(u>=8192&&u<=8202)return!0;switch(u){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function J(u){return ru.test(u)||vu.test(u)}function X(u){switch(u){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function K(u){return u=u.trim().replace(/\s+/g," "),"\u1E9E".toLowerCase()==="\u1E7E"&&(u=u.replace(/ẞ/g,"\xDF")),u.toLowerCase().toUpperCase()}var Ct={mdurl:Eu,ucmicro:Uu};var r0={};_u(r0,{parseLinkDestination:()=>u0,parseLinkLabel:()=>Yu,parseLinkTitle:()=>e0});function Yu(u,e,r){let t,n,c,i,o=u.posMax,a=u.pos;for(u.pos=e+1,t=1;u.pos<o;){if(c=u.src.charCodeAt(u.pos),c===93&&(t--,t===0)){n=!0;break}if(i=u.pos,u.md.inline.skipToken(u),c===91){if(i===u.pos-1)t++;else if(r)return u.pos=a,-1}}let s=-1;return n&&(s=u.pos),u.pos=a,s}function u0(u,e,r){let t,n=e,c={ok:!1,pos:0,str:""};if(u.charCodeAt(n)===60){for(n++;n<r;){if(t=u.charCodeAt(n),t===10||t===60)return c;if(t===62)return c.pos=n+1,c.str=O(u.slice(e+1,n)),c.ok=!0,c;if(t===92&&n+1<r){n+=2;continue}n++}return c}let i=0;for(;n<r&&(t=u.charCodeAt(n),!(t===32||t<32||t===127));){if(t===92&&n+1<r){if(u.charCodeAt(n+1)===32)break;n+=2;continue}if(t===40&&(i++,i>32))return c;if(t===41){if(i===0)break;i--}n++}return e===n||i!==0||(c.str=O(u.slice(e,n)),c.pos=n,c.ok=!0),c}function e0(u,e,r,t){let n,c=e,i={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(t)i.str=t.str,i.marker=t.marker;else{if(c>=r)return i;let o=u.charCodeAt(c);if(o!==34&&o!==39&&o!==40)return i;e++,c++,o===40&&(o=41),i.marker=o}for(;c<r;){if(n=u.charCodeAt(c),n===i.marker)return i.pos=c+1,i.str+=O(u.slice(e,c)),i.ok=!0,i;if(n===40&&i.marker===41)return i;n===92&&c+1<r&&c++,c++}return i.can_continue=!0,i.str+=O(u.slice(e,c)),i}var P={};P.code_inline=function(u,e,r,t,n){let c=u[e];return"<code"+n.renderAttrs(c)+">"+j(c.content)+"</code>"};P.code_block=function(u,e,r,t,n){let c=u[e];return"<pre"+n.renderAttrs(c)+"><code>"+j(u[e].content)+`</code></pre>
3
+ `};P.fence=function(u,e,r,t,n){let c=u[e],i=c.info?O(c.info).trim():"",o="",a="";if(i){let f=i.split(/(\s+)/g);o=f[0],a=f.slice(2).join("")}let s;if(r.highlight?s=r.highlight(c.content,o,a)||j(c.content):s=j(c.content),s.indexOf("<pre")===0)return s+`
4
+ `;if(i){let f=c.attrIndex("class"),p=c.attrs?c.attrs.slice():[];f<0?p.push(["class",r.langPrefix+o]):(p[f]=p[f].slice(),p[f][1]+=" "+r.langPrefix+o);let b={attrs:p};return`<pre><code${n.renderAttrs(b)}>${s}</code></pre>
5
+ `}return`<pre><code${n.renderAttrs(c)}>${s}</code></pre>
6
+ `};P.image=function(u,e,r,t,n){let c=u[e];return c.attrs[c.attrIndex("alt")][1]=n.renderInlineAsText(c.children,r,t),n.renderToken(u,e,r)};P.hardbreak=function(u,e,r){return r.xhtmlOut?`<br />
7
+ `:`<br>
8
+ `};P.softbreak=function(u,e,r){return r.breaks?r.xhtmlOut?`<br />
9
+ `:`<br>
10
+ `:`
11
+ `};P.text=function(u,e){return j(u[e].content)};P.html_block=function(u,e){return u[e].content};P.html_inline=function(u,e){return u[e].content};function nu(){this.rules=tu({},P)}nu.prototype.renderAttrs=function(e){let r,t,n;if(!e.attrs)return"";for(n="",r=0,t=e.attrs.length;r<t;r++)n+=" "+j(e.attrs[r][0])+'="'+j(e.attrs[r][1])+'"';return n};nu.prototype.renderToken=function(e,r,t){let n=e[r],c="";if(n.hidden)return"";n.block&&n.nesting!==-1&&r&&e[r-1].hidden&&(c+=`
12
+ `),c+=(n.nesting===-1?"</":"<")+n.tag,c+=this.renderAttrs(n),n.nesting===0&&t.xhtmlOut&&(c+=" /");let i=!1;if(n.block&&(i=!0,n.nesting===1&&r+1<e.length)){let o=e[r+1];(o.type==="inline"||o.hidden||o.nesting===-1&&o.tag===n.tag)&&(i=!1)}return c+=i?`>
13
+ `:">",c};nu.prototype.renderInline=function(u,e,r){let t="",n=this.rules;for(let c=0,i=u.length;c<i;c++){let o=u[c].type;typeof n[o]<"u"?t+=n[o](u,c,e,r,this):t+=this.renderToken(u,c,e)}return t};nu.prototype.renderInlineAsText=function(u,e,r){let t="";for(let n=0,c=u.length;n<c;n++)switch(u[n].type){case"text":t+=u[n].content;break;case"image":t+=this.renderInlineAsText(u[n].children,e,r);break;case"html_inline":case"html_block":t+=u[n].content;break;case"softbreak":case"hardbreak":t+=`
14
+ `;break;default:}return t};nu.prototype.render=function(u,e,r){let t="",n=this.rules;for(let c=0,i=u.length;c<i;c++){let o=u[c].type;o==="inline"?t+=this.renderInline(u[c].children,e,r):typeof n[o]<"u"?t+=n[o](u,c,e,r,this):t+=this.renderToken(u,c,e,r)}return t};var Ee=nu;function B(){this.__rules__=[],this.__cache__=null}B.prototype.__find__=function(u){for(let e=0;e<this.__rules__.length;e++)if(this.__rules__[e].name===u)return e;return-1};B.prototype.__compile__=function(){let u=this,e=[""];u.__rules__.forEach(function(r){r.enabled&&r.alt.forEach(function(t){e.indexOf(t)<0&&e.push(t)})}),u.__cache__={},e.forEach(function(r){u.__cache__[r]=[],u.__rules__.forEach(function(t){t.enabled&&(r&&t.alt.indexOf(r)<0||u.__cache__[r].push(t.fn))})})};B.prototype.at=function(u,e,r){let t=this.__find__(u),n=r||{};if(t===-1)throw new Error("Parser rule not found: "+u);this.__rules__[t].fn=e,this.__rules__[t].alt=n.alt||[],this.__cache__=null};B.prototype.before=function(u,e,r,t){let n=this.__find__(u),c=t||{};if(n===-1)throw new Error("Parser rule not found: "+u);this.__rules__.splice(n,0,{name:e,enabled:!0,fn:r,alt:c.alt||[]}),this.__cache__=null};B.prototype.after=function(u,e,r,t){let n=this.__find__(u),c=t||{};if(n===-1)throw new Error("Parser rule not found: "+u);this.__rules__.splice(n+1,0,{name:e,enabled:!0,fn:r,alt:c.alt||[]}),this.__cache__=null};B.prototype.push=function(u,e,r){let t=r||{};this.__rules__.push({name:u,enabled:!0,fn:e,alt:t.alt||[]}),this.__cache__=null};B.prototype.enable=function(u,e){Array.isArray(u)||(u=[u]);let r=[];return u.forEach(function(t){let n=this.__find__(t);if(n<0){if(e)return;throw new Error("Rules manager: invalid rule name "+t)}this.__rules__[n].enabled=!0,r.push(t)},this),this.__cache__=null,r};B.prototype.enableOnly=function(u,e){Array.isArray(u)||(u=[u]),this.__rules__.forEach(function(r){r.enabled=!1}),this.enable(u,e)};B.prototype.disable=function(u,e){Array.isArray(u)||(u=[u]);let r=[];return u.forEach(function(t){let n=this.__find__(t);if(n<0){if(e)return;throw new Error("Rules manager: invalid rule name "+t)}this.__rules__[n].enabled=!1,r.push(t)},this),this.__cache__=null,r};B.prototype.getRules=function(u){return this.__cache__===null&&this.__compile__(),this.__cache__[u]||[]};var Q=B;function cu(u,e,r){this.type=u,this.tag=e,this.attrs=null,this.map=null,this.nesting=r,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}cu.prototype.attrIndex=function(e){if(!this.attrs)return-1;let r=this.attrs;for(let t=0,n=r.length;t<n;t++)if(r[t][0]===e)return t;return-1};cu.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]};cu.prototype.attrSet=function(e,r){let t=this.attrIndex(e),n=[e,r];t<0?this.attrPush(n):this.attrs[t]=n};cu.prototype.attrGet=function(e){let r=this.attrIndex(e),t=null;return r>=0&&(t=this.attrs[r][1]),t};cu.prototype.attrJoin=function(e,r){let t=this.attrIndex(e);t<0?this.attrPush([e,r]):this.attrs[t][1]=this.attrs[t][1]+" "+r};var H=cu;function Ae(u,e,r){this.src=u,this.env=r,this.tokens=[],this.inlineMode=!1,this.md=e}Ae.prototype.Token=H;var Fe=Ae;var Et=/\r\n?|\n/g,At=/\0/g;function t0(u){let e;e=u.src.replace(Et,`
15
+ `),e=e.replace(At,"\uFFFD"),u.src=e}function n0(u){let e;u.inlineMode?(e=new u.Token("inline","",0),e.content=u.src,e.map=[0,1],e.children=[],u.tokens.push(e)):u.md.block.parse(u.src,u.md,u.env,u.tokens)}function c0(u){let e=u.tokens;for(let r=0,t=e.length;r<t;r++){let n=e[r];n.type==="inline"&&u.md.inline.parse(n.content,u.md,u.env,n.children)}}function Ft(u){return/^<a[>\s]/i.test(u)}function vt(u){return/^<\/a\s*>/i.test(u)}function o0(u){let e=u.tokens;if(u.md.options.linkify)for(let r=0,t=e.length;r<t;r++){if(e[r].type!=="inline"||!u.md.linkify.pretest(e[r].content))continue;let n=e[r].children,c=0;for(let i=n.length-1;i>=0;i--){let o=n[i];if(o.type==="link_close"){for(i--;n[i].level!==o.level&&n[i].type!=="link_open";)i--;continue}if(o.type==="html_inline"&&(Ft(o.content)&&c>0&&c--,vt(o.content)&&c++),!(c>0)&&o.type==="text"&&u.md.linkify.test(o.content)){let a=o.content,s=u.md.linkify.match(a),f=[],p=o.level,b=0;s.length>0&&s[0].index===0&&i>0&&n[i-1].type==="text_special"&&(s=s.slice(1));for(let h=0;h<s.length;h++){let d=s[h].url,_=u.md.normalizeLink(d);if(!u.md.validateLink(_))continue;let D=s[h].text;s[h].schema?s[h].schema==="mailto:"&&!/^mailto:/i.test(D)?D=u.md.normalizeLinkText("mailto:"+D).replace(/^mailto:/,""):D=u.md.normalizeLinkText(D):D=u.md.normalizeLinkText("http://"+D).replace(/^http:\/\//,"");let A=s[h].index;if(A>b){let y=new u.Token("text","",0);y.content=a.slice(b,A),y.level=p,f.push(y)}let x=new u.Token("link_open","a",1);x.attrs=[["href",_]],x.level=p++,x.markup="linkify",x.info="auto",f.push(x);let k=new u.Token("text","",0);k.content=D,k.level=p,f.push(k);let g=new u.Token("link_close","a",-1);g.level=--p,g.markup="linkify",g.info="auto",f.push(g),b=s[h].lastIndex}if(b<a.length){let h=new u.Token("text","",0);h.content=a.slice(b),h.level=p,f.push(h)}e[r].children=n=Ku(n,i,f)}}}}var ve=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,wt=/\((c|tm|r)\)/i,Tt=/\((c|tm|r)\)/ig,St={c:"\xA9",r:"\xAE",tm:"\u2122"};function Lt(u,e){return St[e.toLowerCase()]}function It(u){let e=0;for(let r=u.length-1;r>=0;r--){let t=u[r];t.type==="text"&&!e&&(t.content=t.content.replace(Tt,Lt)),t.type==="link_open"&&t.info==="auto"&&e--,t.type==="link_close"&&t.info==="auto"&&e++}}function Mt(u){let e=0;for(let r=u.length-1;r>=0;r--){let t=u[r];t.type==="text"&&!e&&ve.test(t.content)&&(t.content=t.content.replace(/\+-/g,"\xB1").replace(/\.{2,}/g,"\u2026").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1\u2014").replace(/(^|\s)--(?=\s|$)/mg,"$1\u2013").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1\u2013")),t.type==="link_open"&&t.info==="auto"&&e--,t.type==="link_close"&&t.info==="auto"&&e++}}function i0(u){let e;if(u.md.options.typographer)for(e=u.tokens.length-1;e>=0;e--)u.tokens[e].type==="inline"&&(wt.test(u.tokens[e].content)&&It(u.tokens[e].children),ve.test(u.tokens[e].content)&&Mt(u.tokens[e].children))}var qt=/['"]/,we=/['"]/g,Te="\u2019";function Mu(u,e,r){return u.slice(0,e)+r+u.slice(e+1)}function Rt(u,e){let r,t=[];for(let n=0;n<u.length;n++){let c=u[n],i=u[n].level;for(r=t.length-1;r>=0&&!(t[r].level<=i);r--);if(t.length=r+1,c.type!=="text")continue;let o=c.content,a=0,s=o.length;u:for(;a<s;){we.lastIndex=a;let f=we.exec(o);if(!f)break;let p=!0,b=!0;a=f.index+1;let h=f[0]==="'",d=32;if(f.index-1>=0)d=o.charCodeAt(f.index-1);else for(r=n-1;r>=0&&!(u[r].type==="softbreak"||u[r].type==="hardbreak");r--)if(u[r].content){d=u[r].content.charCodeAt(u[r].content.length-1);break}let _=32;if(a<s)_=o.charCodeAt(a);else for(r=n+1;r<u.length&&!(u[r].type==="softbreak"||u[r].type==="hardbreak");r++)if(u[r].content){_=u[r].content.charCodeAt(0);break}let D=X(d)||J(String.fromCharCode(d)),A=X(_)||J(String.fromCharCode(_)),x=W(d),k=W(_);if(k?p=!1:A&&(x||D||(p=!1)),x?b=!1:D&&(k||A||(b=!1)),_===34&&f[0]==='"'&&d>=48&&d<=57&&(b=p=!1),p&&b&&(p=D,b=A),!p&&!b){h&&(c.content=Mu(c.content,f.index,Te));continue}if(b)for(r=t.length-1;r>=0;r--){let g=t[r];if(t[r].level<i)break;if(g.single===h&&t[r].level===i){g=t[r];let y,E;h?(y=e.md.options.quotes[2],E=e.md.options.quotes[3]):(y=e.md.options.quotes[0],E=e.md.options.quotes[1]),c.content=Mu(c.content,f.index,E),u[g.token].content=Mu(u[g.token].content,g.pos,y),a+=E.length-1,g.token===n&&(a+=y.length-1),o=c.content,s=o.length,t.length=r;continue u}}p?t.push({token:n,pos:f.index,single:h,level:i}):b&&h&&(c.content=Mu(c.content,f.index,Te))}}}function a0(u){if(u.md.options.typographer)for(let e=u.tokens.length-1;e>=0;e--)u.tokens[e].type!=="inline"||!qt.test(u.tokens[e].content)||Rt(u.tokens[e].children,u)}function s0(u){let e,r,t=u.tokens,n=t.length;for(let c=0;c<n;c++){if(t[c].type!=="inline")continue;let i=t[c].children,o=i.length;for(e=0;e<o;e++)i[e].type==="text_special"&&(i[e].type="text");for(e=r=0;e<o;e++)i[e].type==="text"&&e+1<o&&i[e+1].type==="text"?i[e+1].content=i[e].content+i[e+1].content:(e!==r&&(i[r]=i[e]),r++);e!==r&&(i.length=r)}}var l0=[["normalize",t0],["block",n0],["inline",c0],["linkify",o0],["replacements",i0],["smartquotes",a0],["text_join",s0]];function f0(){this.ruler=new Q;for(let u=0;u<l0.length;u++)this.ruler.push(l0[u][0],l0[u][1])}f0.prototype.process=function(u){let e=this.ruler.getRules("");for(let r=0,t=e.length;r<t;r++)e[r](u)};f0.prototype.State=Fe;var Se=f0;function z(u,e,r,t){this.src=u,this.md=e,this.env=r,this.tokens=t,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;let n=this.src;for(let c=0,i=0,o=0,a=0,s=n.length,f=!1;i<s;i++){let p=n.charCodeAt(i);if(!f)if(C(p)){o++,p===9?a+=4-a%4:a++;continue}else f=!0;(p===10||i===s-1)&&(p!==10&&i++,this.bMarks.push(c),this.eMarks.push(i),this.tShift.push(o),this.sCount.push(a),this.bsCount.push(0),f=!1,o=0,a=0,c=i+1)}this.bMarks.push(n.length),this.eMarks.push(n.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}z.prototype.push=function(u,e,r){let t=new H(u,e,r);return t.block=!0,r<0&&this.level--,t.level=this.level,r>0&&this.level++,this.tokens.push(t),t};z.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]};z.prototype.skipEmptyLines=function(e){for(let r=this.lineMax;e<r&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e};z.prototype.skipSpaces=function(e){for(let r=this.src.length;e<r;e++){let t=this.src.charCodeAt(e);if(!C(t))break}return e};z.prototype.skipSpacesBack=function(e,r){if(e<=r)return e;for(;e>r;)if(!C(this.src.charCodeAt(--e)))return e+1;return e};z.prototype.skipChars=function(e,r){for(let t=this.src.length;e<t&&this.src.charCodeAt(e)===r;e++);return e};z.prototype.skipCharsBack=function(e,r,t){if(e<=t)return e;for(;e>t;)if(r!==this.src.charCodeAt(--e))return e+1;return e};z.prototype.getLines=function(e,r,t,n){if(e>=r)return"";let c=new Array(r-e);for(let i=0,o=e;o<r;o++,i++){let a=0,s=this.bMarks[o],f=s,p;for(o+1<r||n?p=this.eMarks[o]+1:p=this.eMarks[o];f<p&&a<t;){let b=this.src.charCodeAt(f);if(C(b))b===9?a+=4-(a+this.bsCount[o])%4:a++;else if(f-s<this.tShift[o])a++;else break;f++}a>t?c[i]=new Array(a-t+1).join(" ")+this.src.slice(f,p):c[i]=this.src.slice(f,p)}return c.join("")};z.prototype.Token=H;var Le=z;var Bt=65536;function d0(u,e){let r=u.bMarks[e]+u.tShift[e],t=u.eMarks[e];return u.src.slice(r,t)}function Ie(u){let e=[],r=u.length,t=0,n=u.charCodeAt(t),c=!1,i=0,o="";for(;t<r;)n===124&&(c?(o+=u.substring(i,t-1),i=t):(e.push(o+u.substring(i,t)),o="",i=t+1)),c=n===92,t++,n=u.charCodeAt(t);return e.push(o+u.substring(i)),e}function p0(u,e,r,t){if(e+2>r)return!1;let n=e+1;if(u.sCount[n]<u.blkIndent||u.sCount[n]-u.blkIndent>=4)return!1;let c=u.bMarks[n]+u.tShift[n];if(c>=u.eMarks[n])return!1;let i=u.src.charCodeAt(c++);if(i!==124&&i!==45&&i!==58||c>=u.eMarks[n])return!1;let o=u.src.charCodeAt(c++);if(o!==124&&o!==45&&o!==58&&!C(o)||i===45&&C(o))return!1;for(;c<u.eMarks[n];){let g=u.src.charCodeAt(c);if(g!==124&&g!==45&&g!==58&&!C(g))return!1;c++}let a=d0(u,e+1),s=a.split("|"),f=[];for(let g=0;g<s.length;g++){let y=s[g].trim();if(!y){if(g===0||g===s.length-1)continue;return!1}if(!/^:?-+:?$/.test(y))return!1;y.charCodeAt(y.length-1)===58?f.push(y.charCodeAt(0)===58?"center":"right"):y.charCodeAt(0)===58?f.push("left"):f.push("")}if(a=d0(u,e).trim(),a.indexOf("|")===-1||u.sCount[e]-u.blkIndent>=4)return!1;s=Ie(a),s.length&&s[0]===""&&s.shift(),s.length&&s[s.length-1]===""&&s.pop();let p=s.length;if(p===0||p!==f.length)return!1;if(t)return!0;let b=u.parentType;u.parentType="table";let h=u.md.block.ruler.getRules("blockquote"),d=u.push("table_open","table",1),_=[e,0];d.map=_;let D=u.push("thead_open","thead",1);D.map=[e,e+1];let A=u.push("tr_open","tr",1);A.map=[e,e+1];for(let g=0;g<s.length;g++){let y=u.push("th_open","th",1);f[g]&&(y.attrs=[["style","text-align:"+f[g]]]);let E=u.push("inline","",0);E.content=s[g].trim(),E.children=[],u.push("th_close","th",-1)}u.push("tr_close","tr",-1),u.push("thead_close","thead",-1);let x,k=0;for(n=e+2;n<r&&!(u.sCount[n]<u.blkIndent);n++){let g=!1;for(let E=0,L=h.length;E<L;E++)if(h[E](u,n,r,!0)){g=!0;break}if(g||(a=d0(u,n).trim(),!a)||u.sCount[n]-u.blkIndent>=4||(s=Ie(a),s.length&&s[0]===""&&s.shift(),s.length&&s[s.length-1]===""&&s.pop(),k+=p-s.length,k>Bt))break;if(n===e+2){let E=u.push("tbody_open","tbody",1);E.map=x=[e+2,0]}let y=u.push("tr_open","tr",1);y.map=[n,n+1];for(let E=0;E<p;E++){let L=u.push("td_open","td",1);f[E]&&(L.attrs=[["style","text-align:"+f[E]]]);let R=u.push("inline","",0);R.content=s[E]?s[E].trim():"",R.children=[],u.push("td_close","td",-1)}u.push("tr_close","tr",-1)}return x&&(u.push("tbody_close","tbody",-1),x[1]=n),u.push("table_close","table",-1),_[1]=n,u.parentType=b,u.line=n,!0}function h0(u,e,r){if(u.sCount[e]-u.blkIndent<4)return!1;let t=e+1,n=t;for(;t<r;){if(u.isEmpty(t)){t++;continue}if(u.sCount[t]-u.blkIndent>=4){t++,n=t;continue}break}u.line=n;let c=u.push("code_block","code",0);return c.content=u.getLines(e,n,4+u.blkIndent,!1)+`
16
+ `,c.map=[e,u.line],!0}function b0(u,e,r,t){let n=u.bMarks[e]+u.tShift[e],c=u.eMarks[e];if(u.sCount[e]-u.blkIndent>=4||n+3>c)return!1;let i=u.src.charCodeAt(n);if(i!==126&&i!==96)return!1;let o=n;n=u.skipChars(n,i);let a=n-o;if(a<3)return!1;let s=u.src.slice(o,n),f=u.src.slice(n,c);if(i===96&&f.indexOf(String.fromCharCode(i))>=0)return!1;if(t)return!0;let p=e,b=!1;for(;p++,!(p>=r||(n=o=u.bMarks[p]+u.tShift[p],c=u.eMarks[p],n<c&&u.sCount[p]<u.blkIndent));)if(u.src.charCodeAt(n)===i&&!(u.sCount[p]-u.blkIndent>=4)&&(n=u.skipChars(n,i),!(n-o<a)&&(n=u.skipSpaces(n),!(n<c)))){b=!0;break}a=u.sCount[e],u.line=p+(b?1:0);let h=u.push("fence","code",0);return h.info=f,h.content=u.getLines(e+1,p,a,!0),h.markup=s,h.map=[e,u.line],!0}function m0(u,e,r,t){let n=u.bMarks[e]+u.tShift[e],c=u.eMarks[e],i=u.lineMax;if(u.sCount[e]-u.blkIndent>=4||u.src.charCodeAt(n)!==62)return!1;if(t)return!0;let o=[],a=[],s=[],f=[],p=u.md.block.ruler.getRules("blockquote"),b=u.parentType;u.parentType="blockquote";let h=!1,d;for(d=e;d<r;d++){let k=u.sCount[d]<u.blkIndent;if(n=u.bMarks[d]+u.tShift[d],c=u.eMarks[d],n>=c)break;if(u.src.charCodeAt(n++)===62&&!k){let y=u.sCount[d]+1,E,L;u.src.charCodeAt(n)===32?(n++,y++,L=!1,E=!0):u.src.charCodeAt(n)===9?(E=!0,(u.bsCount[d]+y)%4===3?(n++,y++,L=!1):L=!0):E=!1;let R=y;for(o.push(u.bMarks[d]),u.bMarks[d]=n;n<c;){let U=u.src.charCodeAt(n);if(C(U))U===9?R+=4-(R+u.bsCount[d]+(L?1:0))%4:R++;else break;n++}h=n>=c,a.push(u.bsCount[d]),u.bsCount[d]=u.sCount[d]+1+(E?1:0),s.push(u.sCount[d]),u.sCount[d]=R-y,f.push(u.tShift[d]),u.tShift[d]=n-u.bMarks[d];continue}if(h)break;let g=!1;for(let y=0,E=p.length;y<E;y++)if(p[y](u,d,r,!0)){g=!0;break}if(g){u.lineMax=d,u.blkIndent!==0&&(o.push(u.bMarks[d]),a.push(u.bsCount[d]),f.push(u.tShift[d]),s.push(u.sCount[d]),u.sCount[d]-=u.blkIndent);break}o.push(u.bMarks[d]),a.push(u.bsCount[d]),f.push(u.tShift[d]),s.push(u.sCount[d]),u.sCount[d]=-1}let _=u.blkIndent;u.blkIndent=0;let D=u.push("blockquote_open","blockquote",1);D.markup=">";let A=[e,0];D.map=A,u.md.block.tokenize(u,e,d);let x=u.push("blockquote_close","blockquote",-1);x.markup=">",u.lineMax=i,u.parentType=b,A[1]=u.line;for(let k=0;k<f.length;k++)u.bMarks[k+e]=o[k],u.tShift[k+e]=f[k],u.sCount[k+e]=s[k],u.bsCount[k+e]=a[k];return u.blkIndent=_,!0}function x0(u,e,r,t){let n=u.eMarks[e];if(u.sCount[e]-u.blkIndent>=4)return!1;let c=u.bMarks[e]+u.tShift[e],i=u.src.charCodeAt(c++);if(i!==42&&i!==45&&i!==95)return!1;let o=1;for(;c<n;){let s=u.src.charCodeAt(c++);if(s!==i&&!C(s))return!1;s===i&&o++}if(o<3)return!1;if(t)return!0;u.line=e+1;let a=u.push("hr","hr",0);return a.map=[e,u.line],a.markup=Array(o+1).join(String.fromCharCode(i)),!0}function Me(u,e){let r=u.eMarks[e],t=u.bMarks[e]+u.tShift[e],n=u.src.charCodeAt(t++);if(n!==42&&n!==45&&n!==43)return-1;if(t<r){let c=u.src.charCodeAt(t);if(!C(c))return-1}return t}function qe(u,e){let r=u.bMarks[e]+u.tShift[e],t=u.eMarks[e],n=r;if(n+1>=t)return-1;let c=u.src.charCodeAt(n++);if(c<48||c>57)return-1;for(;;){if(n>=t)return-1;if(c=u.src.charCodeAt(n++),c>=48&&c<=57){if(n-r>=10)return-1;continue}if(c===41||c===46)break;return-1}return n<t&&(c=u.src.charCodeAt(n),!C(c))?-1:n}function $t(u,e){let r=u.level+2;for(let t=e+2,n=u.tokens.length-2;t<n;t++)u.tokens[t].level===r&&u.tokens[t].type==="paragraph_open"&&(u.tokens[t+2].hidden=!0,u.tokens[t].hidden=!0,t+=2)}function g0(u,e,r,t){let n,c,i,o,a=e,s=!0;if(u.sCount[a]-u.blkIndent>=4||u.listIndent>=0&&u.sCount[a]-u.listIndent>=4&&u.sCount[a]<u.blkIndent)return!1;let f=!1;t&&u.parentType==="paragraph"&&u.sCount[a]>=u.blkIndent&&(f=!0);let p,b,h;if((h=qe(u,a))>=0){if(p=!0,i=u.bMarks[a]+u.tShift[a],b=Number(u.src.slice(i,h-1)),f&&b!==1)return!1}else if((h=Me(u,a))>=0)p=!1;else return!1;if(f&&u.skipSpaces(h)>=u.eMarks[a])return!1;if(t)return!0;let d=u.src.charCodeAt(h-1),_=u.tokens.length;p?(o=u.push("ordered_list_open","ol",1),b!==1&&(o.attrs=[["start",b]])):o=u.push("bullet_list_open","ul",1);let D=[a,0];o.map=D,o.markup=String.fromCharCode(d);let A=!1,x=u.md.block.ruler.getRules("list"),k=u.parentType;for(u.parentType="list";a<r;){c=h,n=u.eMarks[a];let g=u.sCount[a]+h-(u.bMarks[a]+u.tShift[a]),y=g;for(;c<n;){let uu=u.src.charCodeAt(c);if(uu===9)y+=4-(y+u.bsCount[a])%4;else if(uu===32)y++;else break;c++}let E=c,L;E>=n?L=1:L=y-g,L>4&&(L=1);let R=g+L;o=u.push("list_item_open","li",1),o.markup=String.fromCharCode(d);let U=[a,0];o.map=U,p&&(o.info=u.src.slice(i,h-1));let iu=u.tight,Hu=u.tShift[a],Rr=u.sCount[a],Br=u.listIndent;if(u.listIndent=u.blkIndent,u.blkIndent=R,u.tight=!0,u.tShift[a]=E-u.bMarks[a],u.sCount[a]=y,E>=n&&u.isEmpty(a+1)?u.line=Math.min(u.line+2,r):u.md.block.tokenize(u,a,r,!0),(!u.tight||A)&&(s=!1),A=u.line-a>1&&u.isEmpty(u.line-1),u.blkIndent=u.listIndent,u.listIndent=Br,u.tShift[a]=Hu,u.sCount[a]=Rr,u.tight=iu,o=u.push("list_item_close","li",-1),o.markup=String.fromCharCode(d),a=u.line,U[1]=a,a>=r||u.sCount[a]<u.blkIndent||u.sCount[a]-u.blkIndent>=4)break;let te=!1;for(let uu=0,$r=x.length;uu<$r;uu++)if(x[uu](u,a,r,!0)){te=!0;break}if(te)break;if(p){if(h=qe(u,a),h<0)break;i=u.bMarks[a]+u.tShift[a]}else if(h=Me(u,a),h<0)break;if(d!==u.src.charCodeAt(h-1))break}return p?o=u.push("ordered_list_close","ol",-1):o=u.push("bullet_list_close","ul",-1),o.markup=String.fromCharCode(d),D[1]=a,u.line=a,u.parentType=k,s&&$t(u,_),!0}function _0(u,e,r,t){let n=u.bMarks[e]+u.tShift[e],c=u.eMarks[e],i=e+1;if(u.sCount[e]-u.blkIndent>=4||u.src.charCodeAt(n)!==91)return!1;function o(x){let k=u.lineMax;if(x>=k||u.isEmpty(x))return null;let g=!1;if(u.sCount[x]-u.blkIndent>3&&(g=!0),u.sCount[x]<0&&(g=!0),!g){let L=u.md.block.ruler.getRules("reference"),R=u.parentType;u.parentType="reference";let U=!1;for(let iu=0,Hu=L.length;iu<Hu;iu++)if(L[iu](u,x,k,!0)){U=!0;break}if(u.parentType=R,U)return null}let y=u.bMarks[x]+u.tShift[x],E=u.eMarks[x];return u.src.slice(y,E+1)}let a=u.src.slice(n,c+1);c=a.length;let s=-1;for(n=1;n<c;n++){let x=a.charCodeAt(n);if(x===91)return!1;if(x===93){s=n;break}else if(x===10){let k=o(i);k!==null&&(a+=k,c=a.length,i++)}else if(x===92&&(n++,n<c&&a.charCodeAt(n)===10)){let k=o(i);k!==null&&(a+=k,c=a.length,i++)}}if(s<0||a.charCodeAt(s+1)!==58)return!1;for(n=s+2;n<c;n++){let x=a.charCodeAt(n);if(x===10){let k=o(i);k!==null&&(a+=k,c=a.length,i++)}else if(!C(x))break}let f=u.md.helpers.parseLinkDestination(a,n,c);if(!f.ok)return!1;let p=u.md.normalizeLink(f.str);if(!u.md.validateLink(p))return!1;n=f.pos;let b=n,h=i,d=n;for(;n<c;n++){let x=a.charCodeAt(n);if(x===10){let k=o(i);k!==null&&(a+=k,c=a.length,i++)}else if(!C(x))break}let _=u.md.helpers.parseLinkTitle(a,n,c);for(;_.can_continue;){let x=o(i);if(x===null)break;a+=x,n=c,c=a.length,i++,_=u.md.helpers.parseLinkTitle(a,n,c,_)}let D;for(n<c&&d!==n&&_.ok?(D=_.str,n=_.pos):(D="",n=b,i=h);n<c;){let x=a.charCodeAt(n);if(!C(x))break;n++}if(n<c&&a.charCodeAt(n)!==10&&D)for(D="",n=b,i=h;n<c;){let x=a.charCodeAt(n);if(!C(x))break;n++}if(n<c&&a.charCodeAt(n)!==10)return!1;let A=K(a.slice(1,s));return A?(t||(typeof u.env.references>"u"&&(u.env.references={}),typeof u.env.references[A]>"u"&&(u.env.references[A]={title:D,href:p}),u.line=i),!0):!1}var Re=["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"];var Pt="[a-zA-Z_:][a-zA-Z0-9:._-]*",zt="[^\"'=<>`\\x00-\\x20]+",Nt="'[^']*'",Ot='"[^"]*"',jt="(?:"+zt+"|"+Nt+"|"+Ot+")",Ht="(?:\\s+"+Pt+"(?:\\s*=\\s*"+jt+")?)",Be="<[A-Za-z][A-Za-z0-9\\-]*"+Ht+"*\\s*\\/?>",$e="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",Ut="<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->",Vt="<[?][\\s\\S]*?[?]>",Zt="<![A-Za-z][^>]*>",Gt="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",Pe=new RegExp("^(?:"+Be+"|"+$e+"|"+Ut+"|"+Vt+"|"+Zt+"|"+Gt+")"),ze=new RegExp("^(?:"+Be+"|"+$e+")");var ou=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+Re.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(ze.source+"\\s*$"),/^$/,!1]];function k0(u,e,r,t){let n=u.bMarks[e]+u.tShift[e],c=u.eMarks[e];if(u.sCount[e]-u.blkIndent>=4||!u.md.options.html||u.src.charCodeAt(n)!==60)return!1;let i=u.src.slice(n,c),o=0;for(;o<ou.length&&!ou[o][0].test(i);o++);if(o===ou.length)return!1;if(t)return ou[o][2];let a=e+1;if(!ou[o][1].test(i)){for(;a<r&&!(u.sCount[a]<u.blkIndent);a++)if(n=u.bMarks[a]+u.tShift[a],c=u.eMarks[a],i=u.src.slice(n,c),ou[o][1].test(i)){i.length!==0&&a++;break}}u.line=a;let s=u.push("html_block","",0);return s.map=[e,a],s.content=u.getLines(e,a,u.blkIndent,!0),!0}function y0(u,e,r,t){let n=u.bMarks[e]+u.tShift[e],c=u.eMarks[e];if(u.sCount[e]-u.blkIndent>=4)return!1;let i=u.src.charCodeAt(n);if(i!==35||n>=c)return!1;let o=1;for(i=u.src.charCodeAt(++n);i===35&&n<c&&o<=6;)o++,i=u.src.charCodeAt(++n);if(o>6||n<c&&!C(i))return!1;if(t)return!0;c=u.skipSpacesBack(c,n);let a=u.skipCharsBack(c,35,n);a>n&&C(u.src.charCodeAt(a-1))&&(c=a),u.line=e+1;let s=u.push("heading_open","h"+String(o),1);s.markup="########".slice(0,o),s.map=[e,u.line];let f=u.push("inline","",0);f.content=u.src.slice(n,c).trim(),f.map=[e,u.line],f.children=[];let p=u.push("heading_close","h"+String(o),-1);return p.markup="########".slice(0,o),!0}function D0(u,e,r){let t=u.md.block.ruler.getRules("paragraph");if(u.sCount[e]-u.blkIndent>=4)return!1;let n=u.parentType;u.parentType="paragraph";let c=0,i,o=e+1;for(;o<r&&!u.isEmpty(o);o++){if(u.sCount[o]-u.blkIndent>3)continue;if(u.sCount[o]>=u.blkIndent){let h=u.bMarks[o]+u.tShift[o],d=u.eMarks[o];if(h<d&&(i=u.src.charCodeAt(h),(i===45||i===61)&&(h=u.skipChars(h,i),h=u.skipSpaces(h),h>=d))){c=i===61?1:2;break}}if(u.sCount[o]<0)continue;let b=!1;for(let h=0,d=t.length;h<d;h++)if(t[h](u,o,r,!0)){b=!0;break}if(b)break}if(!c)return!1;let a=u.getLines(e,o,u.blkIndent,!1).trim();u.line=o+1;let s=u.push("heading_open","h"+String(c),1);s.markup=String.fromCharCode(i),s.map=[e,u.line];let f=u.push("inline","",0);f.content=a,f.map=[e,u.line-1],f.children=[];let p=u.push("heading_close","h"+String(c),-1);return p.markup=String.fromCharCode(i),u.parentType=n,!0}function C0(u,e,r){let t=u.md.block.ruler.getRules("paragraph"),n=u.parentType,c=e+1;for(u.parentType="paragraph";c<r&&!u.isEmpty(c);c++){if(u.sCount[c]-u.blkIndent>3||u.sCount[c]<0)continue;let s=!1;for(let f=0,p=t.length;f<p;f++)if(t[f](u,c,r,!0)){s=!0;break}if(s)break}let i=u.getLines(e,c,u.blkIndent,!1).trim();u.line=c;let o=u.push("paragraph_open","p",1);o.map=[e,u.line];let a=u.push("inline","",0);return a.content=i,a.map=[e,u.line],a.children=[],u.push("paragraph_close","p",-1),u.parentType=n,!0}var qu=[["table",p0,["paragraph","reference"]],["code",h0],["fence",b0,["paragraph","reference","blockquote","list"]],["blockquote",m0,["paragraph","reference","blockquote","list"]],["hr",x0,["paragraph","reference","blockquote","list"]],["list",g0,["paragraph","reference","blockquote"]],["reference",_0],["html_block",k0,["paragraph","reference","blockquote"]],["heading",y0,["paragraph","reference","blockquote"]],["lheading",D0],["paragraph",C0]];function Ru(){this.ruler=new Q;for(let u=0;u<qu.length;u++)this.ruler.push(qu[u][0],qu[u][1],{alt:(qu[u][2]||[]).slice()})}Ru.prototype.tokenize=function(u,e,r){let t=this.ruler.getRules(""),n=t.length,c=u.md.options.maxNesting,i=e,o=!1;for(;i<r&&(u.line=i=u.skipEmptyLines(i),!(i>=r||u.sCount[i]<u.blkIndent));){if(u.level>=c){u.line=r;break}let a=u.line,s=!1;for(let f=0;f<n;f++)if(s=t[f](u,i,r,!1),s){if(a>=u.line)throw new Error("block rule didn't increment state.line");break}if(!s)throw new Error("none of the block rules matched");u.tight=!o,u.isEmpty(u.line-1)&&(o=!0),i=u.line,i<r&&u.isEmpty(i)&&(o=!0,i++,u.line=i)}};Ru.prototype.parse=function(u,e,r,t){if(!u)return;let n=new this.State(u,e,r,t);this.tokenize(n,n.line,n.lineMax)};Ru.prototype.State=Le;var Ne=Ru;function fu(u,e,r,t){this.src=u,this.env=r,this.md=e,this.tokens=t,this.tokens_meta=Array(t.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}fu.prototype.pushPending=function(){let u=new H("text","",0);return u.content=this.pending,u.level=this.pendingLevel,this.tokens.push(u),this.pending="",u};fu.prototype.push=function(u,e,r){this.pending&&this.pushPending();let t=new H(u,e,r),n=null;return r<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),t.level=this.level,r>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],n={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(t),this.tokens_meta.push(n),t};fu.prototype.scanDelims=function(u,e){let r=this.posMax,t=this.src.charCodeAt(u),n=u>0?this.src.charCodeAt(u-1):32,c=u;for(;c<r&&this.src.charCodeAt(c)===t;)c++;let i=c-u,o=c<r?this.src.charCodeAt(c):32,a=X(n)||J(String.fromCharCode(n)),s=X(o)||J(String.fromCharCode(o)),f=W(n),p=W(o),b=!p&&(!s||f||a),h=!f&&(!a||p||s);return{can_open:b&&(e||!h||a),can_close:h&&(e||!b||s),length:i}};fu.prototype.Token=H;var Oe=fu;function Wt(u){switch(u){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function E0(u,e){let r=u.pos;for(;r<u.posMax&&!Wt(u.src.charCodeAt(r));)r++;return r===u.pos?!1:(e||(u.pending+=u.src.slice(u.pos,r)),u.pos=r,!0)}var Jt=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function A0(u,e){if(!u.md.options.linkify||u.linkLevel>0)return!1;let r=u.pos,t=u.posMax;if(r+3>t||u.src.charCodeAt(r)!==58||u.src.charCodeAt(r+1)!==47||u.src.charCodeAt(r+2)!==47)return!1;let n=u.pending.match(Jt);if(!n)return!1;let c=n[1],i=u.md.linkify.matchAtStart(u.src.slice(r-c.length));if(!i)return!1;let o=i.url;if(o.length<=c.length)return!1;o=o.replace(/\*+$/,"");let a=u.md.normalizeLink(o);if(!u.md.validateLink(a))return!1;if(!e){u.pending=u.pending.slice(0,-c.length);let s=u.push("link_open","a",1);s.attrs=[["href",a]],s.markup="linkify",s.info="auto";let f=u.push("text","",0);f.content=u.md.normalizeLinkText(o);let p=u.push("link_close","a",-1);p.markup="linkify",p.info="auto"}return u.pos+=o.length-c.length,!0}function F0(u,e){let r=u.pos;if(u.src.charCodeAt(r)!==10)return!1;let t=u.pending.length-1,n=u.posMax;if(!e)if(t>=0&&u.pending.charCodeAt(t)===32)if(t>=1&&u.pending.charCodeAt(t-1)===32){let c=t-1;for(;c>=1&&u.pending.charCodeAt(c-1)===32;)c--;u.pending=u.pending.slice(0,c),u.push("hardbreak","br",0)}else u.pending=u.pending.slice(0,-1),u.push("softbreak","br",0);else u.push("softbreak","br",0);for(r++;r<n&&C(u.src.charCodeAt(r));)r++;return u.pos=r,!0}var v0=[];for(let u=0;u<256;u++)v0.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(u){v0[u.charCodeAt(0)]=1});function w0(u,e){let r=u.pos,t=u.posMax;if(u.src.charCodeAt(r)!==92||(r++,r>=t))return!1;let n=u.src.charCodeAt(r);if(n===10){for(e||u.push("hardbreak","br",0),r++;r<t&&(n=u.src.charCodeAt(r),!!C(n));)r++;return u.pos=r,!0}let c=u.src[r];if(n>=55296&&n<=56319&&r+1<t){let o=u.src.charCodeAt(r+1);o>=56320&&o<=57343&&(c+=u.src[r+1],r++)}let i="\\"+c;if(!e){let o=u.push("text_special","",0);n<256&&v0[n]!==0?o.content=c:o.content=i,o.markup=i,o.info="escape"}return u.pos=r+1,!0}function T0(u,e){let r=u.pos;if(u.src.charCodeAt(r)!==96)return!1;let n=r;r++;let c=u.posMax;for(;r<c&&u.src.charCodeAt(r)===96;)r++;let i=u.src.slice(n,r),o=i.length;if(u.backticksScanned&&(u.backticks[o]||0)<=n)return e||(u.pending+=i),u.pos+=o,!0;let a=r,s;for(;(s=u.src.indexOf("`",a))!==-1;){for(a=s+1;a<c&&u.src.charCodeAt(a)===96;)a++;let f=a-s;if(f===o){if(!e){let p=u.push("code_inline","code",0);p.markup=i,p.content=u.src.slice(r,s).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return u.pos=a,!0}u.backticks[f]=s}return u.backticksScanned=!0,e||(u.pending+=i),u.pos+=o,!0}function Xt(u,e){let r=u.pos,t=u.src.charCodeAt(r);if(e||t!==126)return!1;let n=u.scanDelims(u.pos,!0),c=n.length,i=String.fromCharCode(t);if(c<2)return!1;let o;c%2&&(o=u.push("text","",0),o.content=i,c--);for(let a=0;a<c;a+=2)o=u.push("text","",0),o.content=i+i,u.delimiters.push({marker:t,length:0,token:u.tokens.length-1,end:-1,open:n.can_open,close:n.can_close});return u.pos+=n.length,!0}function je(u,e){let r,t=[],n=e.length;for(let c=0;c<n;c++){let i=e[c];if(i.marker!==126||i.end===-1)continue;let o=e[i.end];r=u.tokens[i.token],r.type="s_open",r.tag="s",r.nesting=1,r.markup="~~",r.content="",r=u.tokens[o.token],r.type="s_close",r.tag="s",r.nesting=-1,r.markup="~~",r.content="",u.tokens[o.token-1].type==="text"&&u.tokens[o.token-1].content==="~"&&t.push(o.token-1)}for(;t.length;){let c=t.pop(),i=c+1;for(;i<u.tokens.length&&u.tokens[i].type==="s_close";)i++;i--,c!==i&&(r=u.tokens[i],u.tokens[i]=u.tokens[c],u.tokens[c]=r)}}function Kt(u){let e=u.tokens_meta,r=u.tokens_meta.length;je(u,u.delimiters);for(let t=0;t<r;t++)e[t]&&e[t].delimiters&&je(u,e[t].delimiters)}var S0={tokenize:Xt,postProcess:Kt};function Qt(u,e){let r=u.pos,t=u.src.charCodeAt(r);if(e||t!==95&&t!==42)return!1;let n=u.scanDelims(u.pos,t===42);for(let c=0;c<n.length;c++){let i=u.push("text","",0);i.content=String.fromCharCode(t),u.delimiters.push({marker:t,length:n.length,token:u.tokens.length-1,end:-1,open:n.can_open,close:n.can_close})}return u.pos+=n.length,!0}function He(u,e){let r=e.length;for(let t=r-1;t>=0;t--){let n=e[t];if(n.marker!==95&&n.marker!==42||n.end===-1)continue;let c=e[n.end],i=t>0&&e[t-1].end===n.end+1&&e[t-1].marker===n.marker&&e[t-1].token===n.token-1&&e[n.end+1].token===c.token+1,o=String.fromCharCode(n.marker),a=u.tokens[n.token];a.type=i?"strong_open":"em_open",a.tag=i?"strong":"em",a.nesting=1,a.markup=i?o+o:o,a.content="";let s=u.tokens[c.token];s.type=i?"strong_close":"em_close",s.tag=i?"strong":"em",s.nesting=-1,s.markup=i?o+o:o,s.content="",i&&(u.tokens[e[t-1].token].content="",u.tokens[e[n.end+1].token].content="",t--)}}function Yt(u){let e=u.tokens_meta,r=u.tokens_meta.length;He(u,u.delimiters);for(let t=0;t<r;t++)e[t]&&e[t].delimiters&&He(u,e[t].delimiters)}var L0={tokenize:Qt,postProcess:Yt};function I0(u,e){let r,t,n,c,i="",o="",a=u.pos,s=!0;if(u.src.charCodeAt(u.pos)!==91)return!1;let f=u.pos,p=u.posMax,b=u.pos+1,h=u.md.helpers.parseLinkLabel(u,u.pos,!0);if(h<0)return!1;let d=h+1;if(d<p&&u.src.charCodeAt(d)===40){for(s=!1,d++;d<p&&(r=u.src.charCodeAt(d),!(!C(r)&&r!==10));d++);if(d>=p)return!1;if(a=d,n=u.md.helpers.parseLinkDestination(u.src,d,u.posMax),n.ok){for(i=u.md.normalizeLink(n.str),u.md.validateLink(i)?d=n.pos:i="",a=d;d<p&&(r=u.src.charCodeAt(d),!(!C(r)&&r!==10));d++);if(n=u.md.helpers.parseLinkTitle(u.src,d,u.posMax),d<p&&a!==d&&n.ok)for(o=n.str,d=n.pos;d<p&&(r=u.src.charCodeAt(d),!(!C(r)&&r!==10));d++);}(d>=p||u.src.charCodeAt(d)!==41)&&(s=!0),d++}if(s){if(typeof u.env.references>"u")return!1;if(d<p&&u.src.charCodeAt(d)===91?(a=d+1,d=u.md.helpers.parseLinkLabel(u,d),d>=0?t=u.src.slice(a,d++):d=h+1):d=h+1,t||(t=u.src.slice(b,h)),c=u.env.references[K(t)],!c)return u.pos=f,!1;i=c.href,o=c.title}if(!e){u.pos=b,u.posMax=h;let _=u.push("link_open","a",1),D=[["href",i]];_.attrs=D,o&&D.push(["title",o]),u.linkLevel++,u.md.inline.tokenize(u),u.linkLevel--,u.push("link_close","a",-1)}return u.pos=d,u.posMax=p,!0}function M0(u,e){let r,t,n,c,i,o,a,s,f="",p=u.pos,b=u.posMax;if(u.src.charCodeAt(u.pos)!==33||u.src.charCodeAt(u.pos+1)!==91)return!1;let h=u.pos+2,d=u.md.helpers.parseLinkLabel(u,u.pos+1,!1);if(d<0)return!1;if(c=d+1,c<b&&u.src.charCodeAt(c)===40){for(c++;c<b&&(r=u.src.charCodeAt(c),!(!C(r)&&r!==10));c++);if(c>=b)return!1;for(s=c,o=u.md.helpers.parseLinkDestination(u.src,c,u.posMax),o.ok&&(f=u.md.normalizeLink(o.str),u.md.validateLink(f)?c=o.pos:f=""),s=c;c<b&&(r=u.src.charCodeAt(c),!(!C(r)&&r!==10));c++);if(o=u.md.helpers.parseLinkTitle(u.src,c,u.posMax),c<b&&s!==c&&o.ok)for(a=o.str,c=o.pos;c<b&&(r=u.src.charCodeAt(c),!(!C(r)&&r!==10));c++);else a="";if(c>=b||u.src.charCodeAt(c)!==41)return u.pos=p,!1;c++}else{if(typeof u.env.references>"u")return!1;if(c<b&&u.src.charCodeAt(c)===91?(s=c+1,c=u.md.helpers.parseLinkLabel(u,c),c>=0?n=u.src.slice(s,c++):c=d+1):c=d+1,n||(n=u.src.slice(h,d)),i=u.env.references[K(n)],!i)return u.pos=p,!1;f=i.href,a=i.title}if(!e){t=u.src.slice(h,d);let _=[];u.md.inline.parse(t,u.md,u.env,_);let D=u.push("image","img",0),A=[["src",f],["alt",""]];D.attrs=A,D.children=_,D.content=t,a&&A.push(["title",a])}return u.pos=c,u.posMax=b,!0}var un=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,en=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function q0(u,e){let r=u.pos;if(u.src.charCodeAt(r)!==60)return!1;let t=u.pos,n=u.posMax;for(;;){if(++r>=n)return!1;let i=u.src.charCodeAt(r);if(i===60)return!1;if(i===62)break}let c=u.src.slice(t+1,r);if(en.test(c)){let i=u.md.normalizeLink(c);if(!u.md.validateLink(i))return!1;if(!e){let o=u.push("link_open","a",1);o.attrs=[["href",i]],o.markup="autolink",o.info="auto";let a=u.push("text","",0);a.content=u.md.normalizeLinkText(c);let s=u.push("link_close","a",-1);s.markup="autolink",s.info="auto"}return u.pos+=c.length+2,!0}if(un.test(c)){let i=u.md.normalizeLink("mailto:"+c);if(!u.md.validateLink(i))return!1;if(!e){let o=u.push("link_open","a",1);o.attrs=[["href",i]],o.markup="autolink",o.info="auto";let a=u.push("text","",0);a.content=u.md.normalizeLinkText(c);let s=u.push("link_close","a",-1);s.markup="autolink",s.info="auto"}return u.pos+=c.length+2,!0}return!1}function rn(u){return/^<a[>\s]/i.test(u)}function tn(u){return/^<\/a\s*>/i.test(u)}function nn(u){let e=u|32;return e>=97&&e<=122}function R0(u,e){if(!u.md.options.html)return!1;let r=u.posMax,t=u.pos;if(u.src.charCodeAt(t)!==60||t+2>=r)return!1;let n=u.src.charCodeAt(t+1);if(n!==33&&n!==63&&n!==47&&!nn(n))return!1;let c=u.src.slice(t).match(Pe);if(!c)return!1;if(!e){let i=u.push("html_inline","",0);i.content=c[0],rn(i.content)&&u.linkLevel++,tn(i.content)&&u.linkLevel--}return u.pos+=c[0].length,!0}var cn=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,on=/^&([a-z][a-z0-9]{1,31});/i;function B0(u,e){let r=u.pos,t=u.posMax;if(u.src.charCodeAt(r)!==38||r+1>=t)return!1;if(u.src.charCodeAt(r+1)===35){let c=u.src.slice(r).match(cn);if(c){if(!e){let i=c[1][0].toLowerCase()==="x"?parseInt(c[1].slice(1),16):parseInt(c[1],10),o=u.push("text_special","",0);o.content=Iu(i)?lu(i):lu(65533),o.markup=c[0],o.info="entity"}return u.pos+=c[0].length,!0}}else{let c=u.src.slice(r).match(on);if(c){let i=Z(c[0]);if(i!==c[0]){if(!e){let o=u.push("text_special","",0);o.content=i,o.markup=c[0],o.info="entity"}return u.pos+=c[0].length,!0}}}return!1}function Ue(u){let e={},r=u.length;if(!r)return;let t=0,n=-2,c=[];for(let i=0;i<r;i++){let o=u[i];if(c.push(0),(u[t].marker!==o.marker||n!==o.token-1)&&(t=i),n=o.token,o.length=o.length||0,!o.close)continue;e.hasOwnProperty(o.marker)||(e[o.marker]=[-1,-1,-1,-1,-1,-1]);let a=e[o.marker][(o.open?3:0)+o.length%3],s=t-c[t]-1,f=s;for(;s>a;s-=c[s]+1){let p=u[s];if(p.marker===o.marker&&p.open&&p.end<0){let b=!1;if((p.close||o.open)&&(p.length+o.length)%3===0&&(p.length%3!==0||o.length%3!==0)&&(b=!0),!b){let h=s>0&&!u[s-1].open?c[s-1]+1:0;c[i]=i-s+h,c[s]=h,o.open=!1,p.end=i,p.close=!1,f=-1,n=-2;break}}}f!==-1&&(e[o.marker][(o.open?3:0)+(o.length||0)%3]=f)}}function $0(u){let e=u.tokens_meta,r=u.tokens_meta.length;Ue(u.delimiters);for(let t=0;t<r;t++)e[t]&&e[t].delimiters&&Ue(e[t].delimiters)}function P0(u){let e,r,t=0,n=u.tokens,c=u.tokens.length;for(e=r=0;e<c;e++)n[e].nesting<0&&t--,n[e].level=t,n[e].nesting>0&&t++,n[e].type==="text"&&e+1<c&&n[e+1].type==="text"?n[e+1].content=n[e].content+n[e+1].content:(e!==r&&(n[r]=n[e]),r++);e!==r&&(n.length=r)}var z0=[["text",E0],["linkify",A0],["newline",F0],["escape",w0],["backticks",T0],["strikethrough",S0.tokenize],["emphasis",L0.tokenize],["link",I0],["image",M0],["autolink",q0],["html_inline",R0],["entity",B0]],N0=[["balance_pairs",$0],["strikethrough",S0.postProcess],["emphasis",L0.postProcess],["fragments_join",P0]];function du(){this.ruler=new Q;for(let u=0;u<z0.length;u++)this.ruler.push(z0[u][0],z0[u][1]);this.ruler2=new Q;for(let u=0;u<N0.length;u++)this.ruler2.push(N0[u][0],N0[u][1])}du.prototype.skipToken=function(u){let e=u.pos,r=this.ruler.getRules(""),t=r.length,n=u.md.options.maxNesting,c=u.cache;if(typeof c[e]<"u"){u.pos=c[e];return}let i=!1;if(u.level<n){for(let o=0;o<t;o++)if(u.level++,i=r[o](u,!0),u.level--,i){if(e>=u.pos)throw new Error("inline rule didn't increment state.pos");break}}else u.pos=u.posMax;i||u.pos++,c[e]=u.pos};du.prototype.tokenize=function(u){let e=this.ruler.getRules(""),r=e.length,t=u.posMax,n=u.md.options.maxNesting;for(;u.pos<t;){let c=u.pos,i=!1;if(u.level<n){for(let o=0;o<r;o++)if(i=e[o](u,!1),i){if(c>=u.pos)throw new Error("inline rule didn't increment state.pos");break}}if(i){if(u.pos>=t)break;continue}u.pending+=u.src[u.pos++]}u.pending&&u.pushPending()};du.prototype.parse=function(u,e,r,t){let n=new this.State(u,e,r,t);this.tokenize(n);let c=this.ruler2.getRules(""),i=c.length;for(let o=0;o<i;o++)c[o](n)};du.prototype.State=Oe;var Ve=du;function Ze(u){let e={};u=u||{},e.src_Any=Au.source,e.src_Cc=Fu.source,e.src_Z=wu.source,e.src_P=ru.source,e.src_ZPCc=[e.src_Z,e.src_P,e.src_Cc].join("|"),e.src_ZCc=[e.src_Z,e.src_Cc].join("|");let r="[><\uFF5C]";return e.src_pseudo_letter="(?:(?!"+r+"|"+e.src_ZPCc+")"+e.src_Any+")",e.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",e.src_auth="(?:(?:(?!"+e.src_ZCc+"|[@/\\[\\]()]).)+@)?",e.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",e.src_host_terminator="(?=$|"+r+"|"+e.src_ZPCc+")(?!"+(u["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+e.src_ZPCc+"))",e.src_path="(?:[/?#](?:(?!"+e.src_ZCc+"|"+r+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+e.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+e.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+e.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+e.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+e.src_ZCc+"|[']).)+\\'|\\'(?="+e.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+e.src_ZCc+"|[.]|$)|"+(u["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+e.src_ZCc+"|$)|;(?!"+e.src_ZCc+"|$)|\\!+(?!"+e.src_ZCc+"|[!]|$)|\\?(?!"+e.src_ZCc+"|[?]|$))+|\\/)?",e.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',e.src_xn="xn--[a-z0-9\\-]{1,59}",e.src_domain_root="(?:"+e.src_xn+"|"+e.src_pseudo_letter+"{1,63})",e.src_domain="(?:"+e.src_xn+"|(?:"+e.src_pseudo_letter+")|(?:"+e.src_pseudo_letter+"(?:-|"+e.src_pseudo_letter+"){0,61}"+e.src_pseudo_letter+"))",e.src_host="(?:(?:(?:(?:"+e.src_domain+")\\.)*"+e.src_domain+"))",e.tpl_host_fuzzy="(?:"+e.src_ip4+"|(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%)))",e.tpl_host_no_ip_fuzzy="(?:(?:(?:"+e.src_domain+")\\.)+(?:%TLDS%))",e.src_host_strict=e.src_host+e.src_host_terminator,e.tpl_host_fuzzy_strict=e.tpl_host_fuzzy+e.src_host_terminator,e.src_host_port_strict=e.src_host+e.src_port+e.src_host_terminator,e.tpl_host_port_fuzzy_strict=e.tpl_host_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_port_no_ip_fuzzy_strict=e.tpl_host_no_ip_fuzzy+e.src_port+e.src_host_terminator,e.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+e.src_ZPCc+"|>|$))",e.tpl_email_fuzzy="(^|"+r+'|"|\\(|'+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|\uFF5C]|"+e.src_ZPCc+"))((?![$+<=>^`|\uFF5C])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`|\uFF5C]|"+e.src_ZPCc+"))((?![$+<=>^`|\uFF5C])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}function O0(u){return Array.prototype.slice.call(arguments,1).forEach(function(r){r&&Object.keys(r).forEach(function(t){u[t]=r[t]})}),u}function $u(u){return Object.prototype.toString.call(u)}function an(u){return $u(u)==="[object String]"}function sn(u){return $u(u)==="[object Object]"}function ln(u){return $u(u)==="[object RegExp]"}function Ge(u){return $u(u)==="[object Function]"}function fn(u){return u.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var Je={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function dn(u){return Object.keys(u||{}).reduce(function(e,r){return e||Je.hasOwnProperty(r)},!1)}var pn={"http:":{validate:function(u,e,r){let t=u.slice(e);return r.re.http||(r.re.http=new RegExp("^\\/\\/"+r.re.src_auth+r.re.src_host_port_strict+r.re.src_path,"i")),r.re.http.test(t)?t.match(r.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(u,e,r){let t=u.slice(e);return r.re.no_http||(r.re.no_http=new RegExp("^"+r.re.src_auth+"(?:localhost|(?:(?:"+r.re.src_domain+")\\.)+"+r.re.src_domain_root+")"+r.re.src_port+r.re.src_host_terminator+r.re.src_path,"i")),r.re.no_http.test(t)?e>=3&&u[e-3]===":"||e>=3&&u[e-3]==="/"?0:t.match(r.re.no_http)[0].length:0}},"mailto:":{validate:function(u,e,r){let t=u.slice(e);return r.re.mailto||(r.re.mailto=new RegExp("^"+r.re.src_email_name+"@"+r.re.src_host_strict,"i")),r.re.mailto.test(t)?t.match(r.re.mailto)[0].length:0}}},hn="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",bn="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|\u0440\u0444".split("|");function mn(u){u.__index__=-1,u.__text_cache__=""}function xn(u){return function(e,r){let t=e.slice(r);return u.test(t)?t.match(u)[0].length:0}}function We(){return function(u,e){e.normalize(u)}}function Bu(u){let e=u.re=Ze(u.__opts__),r=u.__tlds__.slice();u.onCompile(),u.__tlds_replaced__||r.push(hn),r.push(e.src_xn),e.src_tlds=r.join("|");function t(o){return o.replace("%TLDS%",e.src_tlds)}e.email_fuzzy=RegExp(t(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(t(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(t(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(t(e.tpl_host_fuzzy_test),"i");let n=[];u.__compiled__={};function c(o,a){throw new Error('(LinkifyIt) Invalid schema "'+o+'": '+a)}Object.keys(u.__schemas__).forEach(function(o){let a=u.__schemas__[o];if(a===null)return;let s={validate:null,link:null};if(u.__compiled__[o]=s,sn(a)){ln(a.validate)?s.validate=xn(a.validate):Ge(a.validate)?s.validate=a.validate:c(o,a),Ge(a.normalize)?s.normalize=a.normalize:a.normalize?c(o,a):s.normalize=We();return}if(an(a)){n.push(o);return}c(o,a)}),n.forEach(function(o){u.__compiled__[u.__schemas__[o]]&&(u.__compiled__[o].validate=u.__compiled__[u.__schemas__[o]].validate,u.__compiled__[o].normalize=u.__compiled__[u.__schemas__[o]].normalize)}),u.__compiled__[""]={validate:null,normalize:We()};let i=Object.keys(u.__compiled__).filter(function(o){return o.length>0&&u.__compiled__[o]}).map(fn).join("|");u.re.schema_test=RegExp("(^|(?!_)(?:[><\uFF5C]|"+e.src_ZPCc+"))("+i+")","i"),u.re.schema_search=RegExp("(^|(?!_)(?:[><\uFF5C]|"+e.src_ZPCc+"))("+i+")","ig"),u.re.schema_at_start=RegExp("^"+u.re.schema_search.source,"i"),u.re.pretest=RegExp("("+u.re.schema_test.source+")|("+u.re.host_fuzzy_test.source+")|@","i"),mn(u)}function gn(u,e){let r=u.__index__,t=u.__last_index__,n=u.__text_cache__.slice(r,t);this.schema=u.__schema__.toLowerCase(),this.index=r+e,this.lastIndex=t+e,this.raw=n,this.text=n,this.url=n}function j0(u,e){let r=new gn(u,e);return u.__compiled__[r.schema].normalize(r,u),r}function M(u,e){if(!(this instanceof M))return new M(u,e);e||dn(u)&&(e=u,u={}),this.__opts__=O0({},Je,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=O0({},pn,u),this.__compiled__={},this.__tlds__=bn,this.__tlds_replaced__=!1,this.re={},Bu(this)}M.prototype.add=function(e,r){return this.__schemas__[e]=r,Bu(this),this};M.prototype.set=function(e){return this.__opts__=O0(this.__opts__,e),this};M.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let r,t,n,c,i,o,a,s,f;if(this.re.schema_test.test(e)){for(a=this.re.schema_search,a.lastIndex=0;(r=a.exec(e))!==null;)if(c=this.testSchemaAt(e,r[2],a.lastIndex),c){this.__schema__=r[2],this.__index__=r.index+r[1].length,this.__last_index__=r.index+r[0].length+c;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(s=e.search(this.re.host_fuzzy_test),s>=0&&(this.__index__<0||s<this.__index__)&&(t=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(i=t.index+t[1].length,(this.__index__<0||i<this.__index__)&&(this.__schema__="",this.__index__=i,this.__last_index__=t.index+t[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(f=e.indexOf("@"),f>=0&&(n=e.match(this.re.email_fuzzy))!==null&&(i=n.index+n[1].length,o=n.index+n[0].length,(this.__index__<0||i<this.__index__||i===this.__index__&&o>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=i,this.__last_index__=o))),this.__index__>=0};M.prototype.pretest=function(e){return this.re.pretest.test(e)};M.prototype.testSchemaAt=function(e,r,t){return this.__compiled__[r.toLowerCase()]?this.__compiled__[r.toLowerCase()].validate(e,t,this):0};M.prototype.match=function(e){let r=[],t=0;this.__index__>=0&&this.__text_cache__===e&&(r.push(j0(this,t)),t=this.__last_index__);let n=t?e.slice(t):e;for(;this.test(n);)r.push(j0(this,t)),n=n.slice(this.__last_index__),t+=this.__last_index__;return r.length?r:null};M.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;let r=this.re.schema_at_start.exec(e);if(!r)return null;let t=this.testSchemaAt(e,r[2],r[0].length);return t?(this.__schema__=r[2],this.__index__=r.index+r[1].length,this.__last_index__=r.index+r[0].length+t,j0(this,0)):null};M.prototype.tlds=function(e,r){return e=Array.isArray(e)?e:[e],r?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(t,n,c){return t!==c[n-1]}).reverse(),Bu(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,Bu(this),this)};M.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),e.schema==="mailto:"&&!/^mailto:/i.test(e.url)&&(e.url="mailto:"+e.url)};M.prototype.onCompile=function(){};var Xe=M;var V0=zr(nr(),1);var cr={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}};var or={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}};var ir={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"\u201C\u201D\u2018\u2019",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}};var Tn={default:cr,zero:or,commonmark:ir},Sn=/^(vbscript|javascript|file|data):/,Ln=/^data:image\/(gif|png|jpeg|webp);/;function In(u){let e=u.trim().toLowerCase();return Sn.test(e)?Ln.test(e):!0}var ar=["http:","https:","mailto:"];function Mn(u){let e=su(u,!0);if(e.hostname&&(!e.protocol||ar.indexOf(e.protocol)>=0))try{e.hostname=V0.default.toASCII(e.hostname)}catch{}return Du(eu(e))}function qn(u){let e=su(u,!0);if(e.hostname&&(!e.protocol||ar.indexOf(e.protocol)>=0))try{e.hostname=V0.default.toUnicode(e.hostname)}catch{}return au(eu(e),au.defaultChars+"%")}function q(u,e){if(!(this instanceof q))return new q(u,e);e||Lu(u)||(e=u||{},u="default"),this.inline=new Ve,this.block=new Ne,this.core=new Se,this.renderer=new Ee,this.linkify=new Xe,this.validateLink=In,this.normalizeLink=Mn,this.normalizeLinkText=qn,this.utils=Qu,this.helpers=tu({},r0),this.options={},this.configure(u),e&&this.set(e)}q.prototype.set=function(u){return tu(this.options,u),this};q.prototype.configure=function(u){let e=this;if(Lu(u)){let r=u;if(u=Tn[r],!u)throw new Error('Wrong `markdown-it` preset "'+r+'", check name')}if(!u)throw new Error("Wrong `markdown-it` preset, can't be empty");return u.options&&e.set(u.options),u.components&&Object.keys(u.components).forEach(function(r){u.components[r].rules&&e[r].ruler.enableOnly(u.components[r].rules),u.components[r].rules2&&e[r].ruler2.enableOnly(u.components[r].rules2)}),this};q.prototype.enable=function(u,e){let r=[];Array.isArray(u)||(u=[u]),["core","block","inline"].forEach(function(n){r=r.concat(this[n].ruler.enable(u,!0))},this),r=r.concat(this.inline.ruler2.enable(u,!0));let t=u.filter(function(n){return r.indexOf(n)<0});if(t.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+t);return this};q.prototype.disable=function(u,e){let r=[];Array.isArray(u)||(u=[u]),["core","block","inline"].forEach(function(n){r=r.concat(this[n].ruler.disable(u,!0))},this),r=r.concat(this.inline.ruler2.disable(u,!0));let t=u.filter(function(n){return r.indexOf(n)<0});if(t.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+t);return this};q.prototype.use=function(u){let e=[this].concat(Array.prototype.slice.call(arguments,1));return u.apply(u,e),this};q.prototype.parse=function(u,e){if(typeof u!="string")throw new Error("Input data should be a String");let r=new this.core.State(u,this,e);return this.core.process(r),r.tokens};q.prototype.render=function(u,e){return e=e||{},this.renderer.render(this.parse(u,e),this.options,e)};q.prototype.parseInline=function(u,e){let r=new this.core.State(u,this,e);return r.inlineMode=!0,this.core.process(r),r.tokens};q.prototype.renderInline=function(u,e){return e=e||{},this.renderer.render(this.parseInline(u,e),this.options,e)};var Z0=q;var Qa={[m.None]:"",[m.Export]:"export",[m.Ambient]:"ambient",[m.Public]:"public",[m.Private]:"private",[m.Protected]:"protected",[m.Static]:"static",[m.Readonly]:"readonly",[m.Abstract]:"abstract",[m.Async]:"async",[m.Default]:"default",[m.Deprecated]:"deprecated",[m.Overload]:"overload",[m.External]:"external",[m.DefaultLibrary]:"default-library",[m.DeclarationMerge]:"declaration-merge",[m.Rest]:"rest",[m.Optional]:"optional",[m.Internal]:"internal"},Rn={[l.Unknown]:"Unknown",[l.Constant]:"Constant",[l.Variable]:"Variable",[l.BaseType]:"BaseType",[l.TypeAlias]:"Type Alias",[l.TypeParameter]:"Type Parameter",[l.Interface]:"Interface",[l.TypeUnion]:"Union",[l.Reference]:"Reference",[l.Module]:"Module",[l.Class]:"Class",[l.ClassType]:"Class Type",[l.Parameter]:"Parameter",[l.Property]:"Property",[l.Method]:"Method",[l.Getter]:"Getter",[l.Setter]:"Setter",[l.Constructor]:"Constructor",[l.Array]:"Array",[l.Function]:"Function",[l.FunctionType]:"Function Type",[l.ConditionalType]:"Conditional Type",[l.Parenthesized]:"Parenthesized",[l.Infer]:"Infer",[l.IndexedType]:"Indexed Type",[l.Enum]:"Enum",[l.ObjectType]:"Object Type",[l.Literal]:"Literal",[l.IndexSignature]:"Index Signature",[l.Export]:"Export",[l.Component]:"Component",[l.Attribute]:"Attribute",[l.Keyof]:"Keyof",[l.Typeof]:"Typeof",[l.ConstructorType]:"Constructor Type",[l.Tuple]:"Tuple Type",[l.ThisType]:"this",[l.Namespace]:"Namespace",[l.CallSignature]:"Call Signature",[l.ConstructSignature]:"Construct Signature",[l.MappedType]:"Mapped Type",[l.TypeIntersection]:"Intersection Type",[l.ReadonlyKeyword]:"Readonly Keyword",[l.UnknownType]:"unknown",[l.Event]:"Event",[l.Spread]:"Spread",[l.ImportType]:"Import Type",[l.Symbol]:"Symbol"},Bn={[l.Constant]:"Constants",[l.Variable]:"Variables",[l.Interface]:"Interfaces",[l.Class]:"Classes",[l.Property]:"Properties",[l.Method]:"Methods",[l.Getter]:"Getters",[l.Setter]:"Setters",[l.Constructor]:"Constructor",[l.Function]:"Functions",[l.Enum]:"Enums",[l.Component]:"Components",[l.Attribute]:"Attributes",[l.TypeAlias]:"Type Alias",[l.CallSignature]:"Call Signature",[l.ConstructSignature]:"Construct Signature",[l.Event]:"Events",[l.IndexSignature]:"Index Signature",[l.Export]:"Exports",[l.Namespace]:"Namespaces"},$n={Members:"Members",API:"API","Inherited from":"Inherited from",Unknown:"Unknown",Parameters:"Parameters",Example:"Example",Demo:"Demo","Extended By":"Extended By"},Pn={see:"Related",usageNotes:"Usage Notes",returns:"Returns"};function hr(u){return Bn[u]||xu("Unknown")}function sr(u){return Rn[u]||u.toString()}function xu(u){return $n[u]||u}function br(u){return Pn[u]||u}var v,Pu,xr,zu,gr,jn=import.meta.dirname+"/3doc.js";function K0(u){return u?"&lt;"+u.map(e=>F(e)+(e.kind!==l.Reference&&e.type?` extends ${F(e.type)}`:"")).join(", ")+"&gt;":""}function Hn(u){if(!u.children)return"";let[e,r,t,n]=u.children;return`${F(e)} extends ${F(r)} ? ${F(t)} : ${F(n)}`}function Un(u){let e=[],r=[];return u.children?.forEach(t=>{let n=F(t),c=t.type;return u.type?.kind===l.Interface||c&&(c.kind===l.Interface||c.kind===l.Class||c.kind===l.Component)?e.push(n):r.push(n)}),`<c-t font="title-medium">${(e.length?`extends ${e.join(", ")}`:"")+(r.length?` implements ${r.join(", ")}`:"")}</c-t>`}function lr(u){let{parameters:e,typeParameters:r,type:t}=u;return`${Dr(u)}${K0(r)}${kr(e)} => ${F(t)}`}function Vn(u){return u.kind===l.IndexSignature?Cr(u):u.kind===l.Spread&&u.children?.[0]?`...${F(u.children[0])}`:Nu(u)}function Zn(u){return`<doc-more> ${u}</doc-more>`}function Gn(u){let e=`${u.children?.map(Vn).join("; ")||""}`;return e.length>300?`{ ${Zn(e)} }`:`{ ${e} }`}function Wn(u){if(!u.children?.length||!u.type)return"?";let[e,r]=u.children;return`{ [${pu(e)} in ${pu(r)}]: ${pu(u.type)} }`}function Jn(u){let e=u.children?.[0];return e?`${u.name} extends ${F(e)}`:u.name}function pu(u){switch(u.kind){case l.ClassType:return Un(u);case l.Infer:return`infer ${F(u.type)}`;case l.Parenthesized:return`(${F(u.type)})`;case l.ConditionalType:return Hn(u);case l.IndexedType:if(!u.children)throw new Error("Invalid node");return`${F(u.children[0])}[${F(u.children[1])}]`;case l.TypeUnion:return u.children?.map(F).join(" | ")||"";case l.TypeIntersection:return u.children?.map(F).join(" & ")||"";case l.Tuple:return`[${u.children?.map(F).join(", ")||""}]`;case l.Array:return`${F(u.type)}[]`;case l.Reference:return`${Y(u)}${K0(u.typeParameters)}`;case l.FunctionType:case l.Function:case l.Method:return lr(u);case l.MappedType:return Wn(u);case l.ObjectType:return Gn(u);case l.Literal:return u.name;case l.TypeAlias:case l.BaseType:return u.name;case l.TypeParameter:return Jn(u);case l.ConstructorType:return`new ${lr(u)}`;case l.Keyof:return u.resolvedType?`<doc-more><x slot="off"> keyof ${F(u.type)}</x> ${F(u.resolvedType)}</doc-more>`:`keyof ${F(u.type)}`;case l.Typeof:return`typeof ${u.name}`;case l.ThisType:return"this";case l.Class:case l.Interface:return Y(u);case l.ReadonlyKeyword:return`readonly ${F(u.type)}`;case l.Symbol:return"Symbol";case l.UnknownType:return"unknown"}return Q0(u)}function F(u){return u?`${u.flags&m.Rest?"...":""}${pu(u)}`:""}function Xn(u){return u&&u.length>50?"":u?` = ${I(u)}`:""}function _r(u){return`${`${u.flags&m.Public?"public ":u.flags&m.Private?"private":u.flags&m.Protected?"protected ":""}${u.flags&m.Rest?"...":""}${u.name}${u.flags&m.Optional?"?":""}`}: ${F(u.type)}${u.value?` = ${u.value}`:""}`}function kr(u){return u?`(${u.map(_r).join(", ")})`:""}function w(u,e="primary"){return`<c-chip size="-1" color="${e}">${u}</c-chip> `}function yr({flags:u,docs:e}){return(e?.beta?w("beta","warning"):"")+(u&m.Static?w("static"):"")+(u&m.Protected?w("protected"):"")+(u&m.Abstract?w("abstract"):"")+(u&m.Overload?w("overload"):"")+(u&m.Private?w("private"):"")+(u&m.Deprecated?w("deprecated","error"):"")+(u&m.Readonly?w("readonly"):"")+(u&m.Internal?w("internal"):"")+(u&m.Default?w("default"):"")}function Kn(u,e){return u===l.TypeAlias?" = ":e||u===l.Constructor?": ":u===l.CallSignature?" => ":u===l.ReadonlyKeyword?"readonly ":" => "}function Qn({type:u,kind:e,name:r}){return u?e===l.Class||e===l.Interface||e===l.Component?` ${F(u)}`:`${Kn(e,r)}${F(u)}`:""}function Dr({flags:u,kind:e,name:r}){return!r&&e===l.ConstructSignature?"new":(r?I(r):"")+(u&m.Optional?"?":"")}function Cr(u){return`[${u.parameters?.map(Q0).join("")||""}]: ${u.type?pu(u.type):"?"}`}function Nu(u){if(u.kind===l.Module)return I(u.name);if(u.kind===l.IndexSignature)return Cr(u);let{value:e,parameters:r,typeParameters:t}=u;return`${Dr(u)}${K0(t)}${kr(r)}${Qn(u)}${Xn(e)}`}function Q0(u){return u.kind===l.Module||u.kind===l.IndexSignature?Nu(u):`${yr(u)}<div>${Nu(u)}</div>`}function Yn(u,e){return u?`<a name="s${u}"></a>${e}`:e}function uc(u){if(v.repositoryLink&&u.sourceFile&&!u.sourceFile.isDeclarationFile){let e=u.sourceFile.getLineAndCharacterOfPosition(u.index);return`${mr(v.packageRoot,u.name)}#L${e.line+1}`}return""}function G0(u,e){return e==="demo"?Y0({value:u}):`<doc-hl${e?` l="${e}"`:""}><!--${u}--></doc-hl>`}function Y0(u){let{title:e,value:r}=ne(ue(u.value)),t=v.cxlExtensions?`<doc-demo${v.debug?" debug":""}><!--${r}--></doc-demo>`:gu(r);return`<c-t font="h6">${e||xu("Example")}</c-t>${t}<br/><br/>`}function ec(u){return Y0(u)}function Er(u){let[e,r]=u.split("#");return gr.find(t=>t.name===e)}function rc(u,e){return`<a href="${qr(u)}">${I(e||u)}</a>`}function tc(u){let e=u.value,r=Array.isArray(e)&&ue(e);if(!r&&typeof e=="string"){let t=Er(e);r=t?Y(t):v.markdown?gu(e,!0):I(e)}return`<p>${br("see")}: ${r}</p>`}function nc(u){return u.replace(/\r?\n\r?\n/g,"</p><p>")}var cc=/^\s*([^|]+?)\s*(?:[|\s]\s*(.+))?\s*$/;function Ar(u){let e=cc.exec(u),r=e?.[1]||u,t=e?.[2],n=Er(r);return n?Y(n,t):rc(r,t)}function ue(u){return typeof u=="string"?u:u.map(e=>e.tag==="link"?Ar(e.value):I(e.value)).join(" ")}function ee(u){let e=u.docs;return!e||!e.content?"":e.content.map(r=>{if(r.tag==="demo")return Y0(r);if(r.tag==="example")return ec(r);if(r.tag==="see")return tc(r);if(typeof r.value=="string"&&r.tag==="link")return Ar(r.value);let t=ue(r.value),n=v.markdown?gu(t,!t.includes(`
17
+ `)):nc(t);return r.tag==="return"?`<c-t font="h6">Returns</c-t><p>${n}</p>`:r.tag==="param"?`<p>${n}</p>`:r.tag?`<p>${br(r.tag)}: ${n}</p>`:`<p>${n}</p>`}).join("")}function oc(u){return`<div style="margin-top:32px">${ee(u)}</div>`}function ic(u){return ee(u)}function ac(u){let e=`<doc-ct>${Q0(u)}</doc-ct>`;return u.docs&&(e+=ee(u)),u.parameters?.length&&(e+=`<c-t font="subtitle2">${xu("Parameters")}</c-t><ul>`+u.parameters.map(r=>`<li><code>${_r(r)}</code>${ic(r)}</li>`).join("")+"</ul>"),e}function Fr(u){let e=u.source&&uc(Array.isArray(u.source)?u.source[0]:u.source);return Yn(u.id,`<doc-card${e?` src="${e}"`:""}>${ac(u)}</doc-card>`)}function sc(u){return u?`<div><c-t font="subtitle2">${xu("Extended By")}:</c-t> ${u.map(e=>e.name?`${Y(e)}`:"").join(", ")}</div>`:""}function lc(u){return u.kind===l.Reference||u.kind===l.ImportType}function Y(u,e,r){let t=e||(u.name?I(u.name):u.flags&m.Default?"<i>default</i>":"(Unknown)");if(u.type&&lc(u)&&(u=u.type),!u.id)return t;let n=mu(u,r);return v?.spa&&n[0]!=="#"?`<doc-a href="${n}">${t}</doc-a>`:`<a href="${n}">${t}</a>`}function fr(u){return-(u.flags&m.Static)+(u.kind===l.Module&&(u.name==="index.ts"||u.name==="index.tsx")?-10:0)+(u.kind===l.Namespace?-5:0)}function fc(u,e){let r=Number(u.value);isNaN(r)&&(r=u.name);let t=Number(e.value);return isNaN(t)&&(t=e.name),r>t?1:-1}function Ou(u,e){return fr(u)-fr(e)+(u.name>e.name?1:-1)}function dc(u){let e=u.kind===l.Component&&u.docs?.tagName;return e?`<c-t font="subtitle">&lt;${e}&gt;</c-t>`:""}function pc(u){let e=u.docs,r='<span style="float:right">'+yr(u)+(u.kind===l.Module?w("module"):"")+(u.kind===l.Class?w("class"):"")+(u.kind===l.Interface?w("interface"):"")+(u.kind===l.Component?w("component"):"")+(u.kind===l.Namespace?w("namespace"):"")+(u.kind===l.Enum?w("enum"):"")+(e&&e.role?w(`role: ${e.role}`):"")+(u.flags&m.DeclarationMerge?w("declaration merge"):"")+"</span>",t=u.kind===l.Component?dc(u):(u.kind,l.Module,"");return`<c-t font="h3">${r}${Nu(u)}${t}</c-t>`}function vr(u,e){let r=u.flags&m.Static?`${w("static")} `:"",t=Y(u,void 0,e);return r?`<c>${r}${t}</c>`:t.startsWith("<")?t:`<c>${t}</c>`}function wr({kind:u,index:e}){return`<c-t font="h6">${hr(u)}
18
+ </c-t><doc-grd>${e.join("")}</doc-grd>`}function hc({body:u,kind:e}){return u.length===0?"":`<c-t font="h5">${hr(e)}</c-t>${u.join("")}`}function bc(u,e){return e=e.filter(r=>!(r.flags&m.Internal)),[{kind:l.Property,unique:{},index:e.sort(Ou).map(r=>vr(r,u)),body:e.sort(fc).map(Fr)}]}function dr(u,e,r,t,n){let c=e.kind===l.ImportType?l.Export:e.kind,i=r[c];i||t.push(i=r[c]={kind:c,unique:{},index:[],body:[]}),i.unique[e.name]!==!0&&(i.unique[e.name]=!0,i.index.push(vr(e,n?void 0:u))),!n&&!ju(e)&&e.kind!==l.Export&&i.body.push(Fr(e))}function Tr(u,e=!1,r=!0){let t=u.children,n={},c=[];return t?u.kind===l.Enum?bc(u,t):(t.sort(Ou).forEach(i=>{if(!((u.kind===l.Module||u.kind===l.Namespace)&&!Lr(i)||i.flags&m.Internal)&&!(i.type?.kind===l.ImportType&&!i.type.type?.children?.length))if((i.kind===l.Constant||i.kind===l.Variable)&&i.children)for(let o of i.children)dr(i,o,n,c,e);else dr(u,i,n,c,e)}),r?c.sort((i,o)=>sr(i.kind)>sr(o.kind)?1:-1):c):c}function mc({source:u}){let e=v.exclude;return e?!!(u&&(Array.isArray(u)?u.find(r=>e.includes(r.name)):e.includes(u.name))):!1}function Sr(u){return u.children?.map(e=>{if(!e.type||mc(e.type))return"";let r="",t=e.type.kind;return(t===l.Class||t===l.Component)&&(r=Tr(e.type,!0).map(wr).join(""),r&&(r=`<c-t font="h5">${xu("Inherited from")} ${Y(e)}</c-t>${r}`),e.type.type&&(r+=Sr(e.type.type))),r}).join("")||""}function xc(u){let e=u.type,r=Tr(u);r.length&&(u.kind===l.Module||u.kind===l.Namespace)&&!zu.includes(u)&&zu.push(u);let t=e?Sr(e):"";return r.length||t?r.map(wr).join("")+t+r.map(hc).join(""):""}function gc(u){return pc(u)+sc(u.extendedBy)+oc(u)+xc(u)}function mu(u,e){return u.type&&(u.kind===l.Reference||u.kind===l.Export||u.kind===l.ImportType)?mu(u.type):ju(u)?Mr(u):(u.parent&&(!e||u.parent.name!==e.name)?mu(u.parent):"")+(u.id?"#s"+u.id.toString():"")}function Lr(u){return!(u.flags&m.Internal)&&(u.flags&m.Export||u.flags&m.Ambient||u.flags&m.DeclarationMerge)}var _c={[l.Constant]:"K",[l.Variable]:"V",[l.Class]:"C",[l.Function]:"F",[l.Interface]:"I",[l.TypeAlias]:"T",[l.Component]:"C",[l.Enum]:"E",[l.Namespace]:"N"};function kc(u){u=u.kind===l.Export&&u.type||u;let e=u.kind===l.Reference&&u.type?u.type.kind:u.kind;return`<c-avatar size="-1" text="${_c[e]||"?"}"></c-avatar>`}function yc(u){let e=!u.name&&u.flags&m.Default?"<i>default</i>":I(u.name),r=mu(u);return r?re(`${kc(u)}${e}`,r):""}function Dc(u){if(v.exclude?.includes(u.name)||!u.children||u.flags&m.Internal)return"";let e=u.name.match(/^index\.tsx?/)?"Index":u.name,r=mu(u);return`${re(`<i>${e}</i>`,r)}`+(u.children?.length?u.children.sort(Ou).map(t=>Lr(t)&&ju(t)&&!(t.flags&m.Overload)?yc(t):"").join(""):"")}function re(u,e,r){if(!e)throw new Error(`No href for "${u}"`);return`<c-router-item href="${e}" ${v.spa?"":"external"}>${r?`<c-icon icon="${r}"></c-icon>`:""}${u}</c-router-item>`}function Cc(u){return u.map(e=>{let r=e.title?`<c-navbar-subtitle>${e.title}</c-navbar-subtitle>`:"",t=e.items.map(n=>re(n.title,n.index?"index.html":hu(n.file),n.icon)).join("");return`${r}${t}`}).join("<c-hr></c-hr>")}function Ec(){return`${Cc(Pu)}<c-hr></c-hr>`}function Ac(u,e){try{return Nn(u).filter(r=>r!==e&&On(`${u}/${r}`).isDirectory())}catch{return[]}}function Fc(u){return`<c-drawer id="navbar">
19
+ <c-hr></c-hr>
20
+ ${Pu.length?Ec():""}
21
+ ${zu.sort(Ou).map(Dc).join("")}
22
+ </c-drawer>`}function W0(u){return`<script>window.CONFIG=${JSON.stringify({...xr,versions:u})};</script>`}function vc(u){return`<script type="module" src="${v.debug?"/3doc/dist/ui/package/index.bundle.js":"3doc.js"}"></script>${u.map(e=>`<script src="${e.name}"></script>`)}`}function Ir(u=v.demoScripts,e="us"){let r=0;return u?.map(t=>({name:`${e}${r++}.js`,content:bu(t,"utf8")}))||[]}function wc(u,e){let r=v.modulePackage,t=vc(e),n=v.packageName||r.name,c=v.headHtml?bu(v.headHtml,"utf8"):"";return`<!DOCTYPE html>
23
+ <head>${u}${c}<meta charset="utf-8"><meta name="description" content="Documentation for ${n}" />${t}<title>${n} API Reference</title><style>
24
+ doc-ct { gap:8px;margin-bottom:24px;white-space:wrap;font:var(--cxl-font-code);font-size:18px;display:flex;align-items:center; }
25
+ </style></head>
26
+ <c-application><doc-appbar></doc-appbar>${Fc(r)}<c-body>`}function hu(u,e=".html"){return u.replace(/\.([tj]sx?|md)$/,e).replace(/[/"]/g,"--")}function Mr(u){if(u.kind===l.Module){let r=hu(u.name);return r==="index.html"&&X0("README.md")?"index-api.html":r}if(u.kind===l.Namespace)return`ns--${hu(u.name)}.html`;let e=Array.isArray(u.source)?u.source[0]:u.source;if(!e)throw new Error(`Source not found for page node "${u.name}"`);return`${hu(e.name,"--")}${u.name}.html`}function J0(u){return{name:Mr(u),node:u,content:gc(u)}}function ju(u){return u.kind===l.Class||u.kind===l.Interface||u.kind===l.Module||u.kind===l.Enum||u.kind===l.Component||u.kind===l.Namespace||u.kind===l.Function&&u.flags===m.Ambient&&u.children?.length}function Tc(u){if(v.exclude?.includes(u.name)||!u.children||u.flags&m.Internal)return[];let e=u.children?.filter(ju).map(J0);return e?e.concat(J0(u)):[J0(u)]}function qr(u){return v.baseHref?new URL(u,v.baseHref).toString():u}var Sc=/^<\/?(?:doc-a|a|code)[\s>]/,Lc=/^<\/?(?:doc-a|a)[\s>]/;function gu(u,e=!1,r=!1){let t=new Z0({highlight:G0,html:!0}),n=t.normalizeLink;t.normalizeLink=o=>v.baseHref?qr(o):n.call(t,o);let c=t.renderer.rules,i={h1:"h4",h2:"h5",h3:"h6",h4:"h6",h5:"h6"};return c.heading_open=(o,a)=>`<c-t font="${i[o[a].tag]}">`,c.heading_close=()=>"</c-t>",c.code_block=(o,a)=>G0(o[a].content),c.fence=(o,a)=>G0(o[a].content,o[a].info),c.code_inline=(o,a)=>{let s=o[a].content;return`<code>${Lc.test(s)?s:I(s)}</code>`},c.html_block=(o,a)=>{let s=o[a].content;return r?s:I(s)},c.html_inline=(o,a)=>{let s=o[a].content;return r||Sc.test(s)?s:I(s)},c.table_open=()=>"<c-table>",c.table_close=()=>"</c-table>",c.tr_open=()=>"<c-tr>",c.tr_close=()=>"</c-tr>",c.th_open=()=>"<c-th>",c.th_close=()=>"</c-th>",c.td_open=()=>"<c-td>",c.td_close=()=>"</c-td>",c.tbody_open=()=>"<c-tbody>",c.tbody_close=()=>"</c-tbody>",e?t.renderInline(u):t.render(u)}function Ic(u){return`<template ${u.name==="index.html"?'data-default="true"':""} data-title="${I(u.title||u.node?.name||u.name)}" data-path="${u.name}">${u.content}</template>`}function Mc({file:u,index:e,title:r}){let t=bu(u,"utf8"),n=u.endsWith(".md")?gu(t,!1,!0):t;return{title:r,name:e?"index.html":hu(mr(v.packageRoot,u)),content:n}}function qc(u){let e=u.modulePackage,r=Ir();return xr={packageName:e.name,activeVersion:e?.version||"",userScripts:r.map(t=>t.name),versions:e?.version&&"version.json",repository:v.repositoryLink},r}function pr(u,e){return{...e,name:`${u}/${e.name}`}}function r1(u,e){v=u,!u.rootDir&&e.config.options.rootDir&&(u.rootDir=e.config.options.rootDir),gr=Object.values(e.index);let r=Ir(v.scripts||[],"s"),t=qc(u),n=zn(v.packageRoot,"README.md"),c=u.modulePackage?.version;Pu=u.extra||(X0(n)?[{items:[{title:"Home",file:n,index:!0}]}]:[]),zu=[];let i=Pu.flatMap(_=>_.items.map(Mc)),o=[...t,...r,{name:"3doc.js",content:bu(jn,"utf8")}],a=[...i,...e.modules.flatMap(Tc)],s=[],f="</c-body></c-application>",p=W0(c?"../version.json":""),b=wc(p,r);if(c&&s.push({name:"index.html",content:`<script>location='${c}/'+location.search</script>`},{name:"version.json",content:JSON.stringify({all:[c,...Ac(u.outputDir,c)]})}),u.spa){let _="<c-router-outlet></c-router-outlet><c-router>";if(a.forEach(D=>_+=Ic(D)),u.sitemap){let D=u.sitemap,A={name:"sitemap.xml",content:'<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">'+a.map(x=>`<url><loc>${D}/${c?`${c}/`:""}?${x.name}</loc></url>`).join("")+"</urlset>"};o.push(A)}return c?[...s,{name:`${c}/index.html`,content:W0("../version.json")+b+_+"</c-router>"+f},...o.map(pr.bind(0,c))]:[{name:"index.html",content:b+_+"</c-router>"+f},...o]}a.forEach(_=>{_.content=b+_.content+f});let h=X0(n)?bu(n,"utf8"):"",d=h?gu(h):"";return c?a.push({name:"index.html",content:W0("../version.json")+b+d+"</c-router>"+f}):a.push({name:"index.html",content:b+d+"</c-router>"+f}),a.push(...o),c?[...a.map(pr.bind(0,c)),...s]:a}export{Yn as Anchor,Q0 as Signature,Nu as SignatureText,F as Type,mu as getHref,ju as hasOwnPage,r1 as render,pu as renderType};
@@ -0,0 +1 @@
1
+ import{a as e,b as o,c as u}from"./chunk-BJVTLF6O.js";import"./chunk-FSRPMVAS.js";import{basename as h}from"path";import{existsSync as C}from"fs";var R=/<\/?[^>]+>/g;function E(n){return n.replace(R,"").replace(/&gt;/g,">").replace(/&lt;/g,"<")}function T(n,r){return(n.name??"")<(r.name??"")?-1:1}function v(n){return n.kind===e.Class||n.kind===e.Interface||n.kind===e.Module||n.kind===e.Enum||n.kind===e.Component||n.kind===e.Namespace||n.kind===e.Function&&n.flags===o.Ambient&&n.children?.length}function w(n){let r=[],t=[];return n.children?.forEach(i=>{let d=a(i),s=i.type;return n.type?.kind===e.Interface||s&&(s.kind===e.Interface||s.kind===e.Class||s.kind===e.Component)?r.push(d):t.push(d)}),`<cxl-t h6 inline>${(r.length?`extends ${r.join(", ")}`:"")+(t.length?` implements ${t.join(", ")}`:"")}</cxl-t>`}function b(n){if(!n.children)return"";let[r,t,i,d]=n.children;return`${a(r)} extends ${a(t)} ? ${a(i)} : ${a(d)}`}function A(n){return n.kind===e.Reference||n.kind===e.ImportType}function f(n,r){return n.type&&(n.kind===e.Reference||n.kind===e.Export||n.kind===e.ImportType)?f(n.type):v(n)?M(n):(n.parent&&(!r||n.parent.name!==r.name)?f(n.parent):"")+(n.id?"#s"+n.id.toString():"")}function l(n,r=".html"){return n.replace(/\.([tj]sx?|md)$/,r).replace(/[/"]/g,"--")}function M(n){if(n.kind===e.Module){let t=l(n.name);return t==="index.html"&&C("README.md")?"index-api.html":t}if(n.kind===e.Namespace)return`ns--${l(n.name)}.html`;let r=Array.isArray(n.source)?n.source[0]:n.source;if(!r)throw new Error(`Source not found for page node "${n.name}"`);return`${l(r.name,"--")}${n.name}.html`}function g(n,r,t){let i=r||(n.name?u(n.name):n.flags&o.Default?"<i>default</i>":"(Unknown)");return n.type&&A(n)&&(n=n.type),n.id?`<a href="${f(n,t)}">${i}</a>`:i}function m(n){return n?"&lt;"+n.map(r=>a(r)+(r.kind!==e.Reference&&r.type?` extends ${a(r.type)}`:"")).join(", ")+"&gt;":""}function _(n){switch(n.kind){case e.ClassType:return w(n);case e.Infer:return`infer ${a(n.type)}`;case e.Parenthesized:return`(${a(n.type)})`;case e.ConditionalType:return b(n);case e.IndexedType:if(!n.children)throw new Error("Invalid node");return`${a(n.children[0])}[${a(n.children[1])}]`;case e.TypeUnion:return n.children?.map(a).join(" | ")||"";case e.TypeIntersection:return n.children?.map(a).join(" & ")||"";case e.Tuple:return`[${n.children?.map(a).join(", ")||""}]`;case e.Array:return`${a(n.type)}[]`;case e.Reference:return`${g(n)}${m(n.typeParameters)}`;case e.FunctionType:case e.Function:case e.Method:return k(n);case e.MappedType:return O(n);case e.ObjectType:return H(n);case e.Literal:return n.name;case e.TypeAlias:case e.BaseType:return n.name;case e.TypeParameter:return F(n);case e.ConstructorType:return`new ${k(n)}`;case e.Keyof:return n.resolvedType?`<doc-more><x slot="off"> keyof ${a(n.type)}</x> ${a(n.resolvedType)}</doc-more>`:`keyof ${a(n.type)}`;case e.Typeof:return`typeof ${n.name}`;case e.ThisType:return"this";case e.Class:case e.Interface:return g(n);case e.ReadonlyKeyword:return`readonly ${a(n.type)}`;case e.Symbol:return"Symbol";case e.UnknownType:return"unknown"}return I(n)}function k(n){let{parameters:r,typeParameters:t,type:i}=n;return`${x(n)}${m(t)}${S(r)} => ${a(i)}`}function x({flags:n,kind:r,name:t}){return!t&&r===e.ConstructSignature?"new":(t?u(t):"")+(n&o.Optional?"?":"")}function S(n){return n?`(${n.map(N).join(", ")})`:""}function N(n){return`${`${n.flags&o.Public?"public ":n.flags&o.Private?"private":n.flags&o.Protected?"protected ":""}${n.flags&o.Rest?"...":""}${n.name}${n.flags&o.Optional?"?":""}`}: ${a(n.type)}${n.value?` = ${n.value}`:""}`}function O(n){if(!n.children?.length||!n.type)return"?";let[r,t]=n.children;return`{ [${c(r)} in ${c(t)}]: ${c(n.type)} }`}function F(n){let r=n.children?.[0];return r?`${n.name} extends ${a(r)}`:n.name}function j(n){return`[${n.parameters?.map(I).join("")||""}]: ${n.type?c(n.type):"?"}`}function U({type:n,kind:r,name:t}){return n?r===e.Class||r===e.Interface||r===e.Component?` ${a(n)}`:`${D(r,t)}${a(n)}`:""}function D(n,r){return n===e.TypeAlias?" = ":r||n===e.Constructor?": ":n===e.CallSignature?" => ":n===e.ReadonlyKeyword?"readonly ":" => "}function K(n){return n&&n.length>50?"":n?` = ${u(n)}`:""}function y(n){if(n.kind===e.Module)return u(n.name);if(n.kind===e.IndexSignature)return j(n);let{value:r,parameters:t,typeParameters:i}=n;return`${x(n)}${m(i)}${S(t)}${U(n)}${K(r)}`}function B(n){return n.kind===e.IndexSignature?j(n):n.kind===e.Spread&&n.children?.[0]?`...${a(n.children[0])}`:y(n)}function H(n){return`{ ${`${n.children?.map(B).join("; ")||""}`} }`}function L(n){return n.__3docHtmlType??=_(n)}function a(n){return n?`${n.flags&o.Rest?"...":""}${L(n)}`:""}function I(n){return n.kind===e.Module||n.kind===e.IndexSignature?y(n):`${y(n)}`}function c(n){if(n.kind===e.Reference&&n.type&&(n=n.type),n.kind===e.ClassType){let i=[];return n.children?.forEach(d=>{d.kind===e.Reference&&i.push({kind:e.Reference,type:d.type?.id})}),{kind:n.kind,children:i,type:n.type?.id}}if(n.kind===e.BaseType)return n.name;if(n.flags&o.External||n.flags&o.DefaultLibrary||n.kind!==e.ObjectType&&n.kind!==e.FunctionType&&n.kind!==e.Function&&n.kind!==e.Method&&n.kind!==e.TypeUnion&&n.kind!==e.Interface)return E(a(n));let r=n.typeParameters?.length?n.typeParameters.map(P):void 0,t=n.parameters?.length?n.parameters.map(p):void 0;return{id:n.id,name:n.name||void 0,parameters:t,kind:n.kind,flags:n.flags||void 0,docs:n.docs,type:n.type?.id,typeP:r,tsconfig:n.flags&o.Export&&n.source?.tsconfig?h(n.source?.tsconfig):void 0}}function P(n){let r=n?n.kind===e.Reference&&n.type?.id!==void 0&&n.type.flags&o.Export?n.type.id:c(n):void 0;return{id:n.id,name:n.name,kind:n.kind,flags:n.flags||void 0,docs:n.docs,type:r}}function p(n){if(n.__3docSummaryNode)return n.__3docSummaryNode;let r=n.children?.length?n.children.map(p).sort(T):void 0,t=n.parameters?.length?n.parameters.map(p):void 0,i=n.typeParameters?.length?n.typeParameters.map(P):void 0,d=n.type,s;d&&(d.kind===e.Reference&&d.type?.id!==void 0&&d.type.flags&&d.type.flags&o.Export?s=d.type.id:s=c(d));let $=n.resolvedType?n.resolvedType?.type?.type===n?n.resolvedType.name:c(n.resolvedType):void 0;return n.__3docSummaryNode={id:n.id,name:n.name||void 0,parameters:t,kind:n.kind,flags:n.flags||void 0,docs:n.docs,type:s,typeP:i,resolvedType:$===s?void 0:$,children:r,tsconfig:n.flags&o.Export&&n.source?.tsconfig?h(n.source?.tsconfig):void 0}}function z(n){return n.name.includes("index")&&console.log(n.name),v(n)||n.kind===e.TypeAlias}function q(n,r){let t=Object.values(r.index).filter(z).map(p).sort(T),i=n.modulePackage?.version;return[{name:i?`${i}/summary.json`:"summary.json",content:JSON.stringify({index:t})}]}export{I as Signature,y as SignatureText,a as Type,f as getHref,q as render};
package/chunk-ZYWVDQ3W.js DELETED
@@ -1,24 +0,0 @@
1
- import{basename as wr,join as te}from"path";import{readFileSync as re}from"fs";var y={},br=Symbol("terminator");function Je(e,t){let r=!1,n={error:o,unsubscribe:s,get closed(){return r},signal:B(),next(i){if(!r)try{e.next?.(i)}catch(a){o(a)}},complete(){if(!r)try{e.complete?.()}finally{s()}}};e.signal?.subscribe(s);function o(i){if(r)throw i;if(!e.error)throw s(),i;try{e.error(i)}finally{s()}}function s(){r||(r=!0,n.signal.next())}try{if(t?.(n))throw new Error("Unsubscribe function result is deprectaed")}catch(i){o(i)}return n}function oe(...e){return t=>e.reduce((r,n)=>n(r),t)}var l=class{__subscribe;constructor(t){this.__subscribe=t}then(t,r){return We(this).then(t,r)}pipe(...t){return t.reduce((r,n)=>n(r),this)}subscribe(t){return Je(!t||typeof t=="function"?{next:t}:t,this.__subscribe)}},D=class extends l{closed=!1;signal=B();observers=new Set;constructor(){super(t=>this.onSubscribe(t))}next(t){if(!this.closed)for(let r of Array.from(this.observers))r.closed||r.next(t)}error(t){if(!this.closed){this.closed=!0;let r=!1,n;for(let o of Array.from(this.observers))try{o.error(t)}catch(s){r=!0,n=s}if(r)throw n}}complete(){this.closed||(this.closed=!0,Array.from(this.observers).forEach(t=>t.complete()),this.observers.clear())}onSubscribe(t){this.closed?t.complete():(this.observers.add(t),t.signal.subscribe(()=>this.observers.delete(t)))}},G=class extends l{closed=!1;observers=new Set;constructor(){super(t=>{this.closed?(t.next(),t.complete()):this.observers.add(t)})}next(){if(!this.closed){this.closed=!0;for(let t of Array.from(this.observers))t.closed||(t.next(),t.complete());this.observers.clear()}}};var O=class extends D{bufferSize;buffer=[];hasError=!1;lastError;constructor(t=1/0){super(),this.bufferSize=t}error(t){this.hasError=!0,this.lastError=t,super.error(t)}next(t){return this.buffer.length===this.bufferSize&&this.buffer.shift(),this.buffer.push(t),super.next(t)}onSubscribe(t){this.observers.add(t),this.buffer.forEach(r=>t.next(r)),this.hasError?t.error(this.lastError):this.closed&&t.complete(),t.signal.subscribe(()=>this.observers.delete(t))}},V=class extends D{$value=y;get hasValue(){return this.$value!==y}get value(){if(this.$value===y)throw new Error("Reference not initialized");return this.$value}next(t){return this.$value=t,super.next(t)}onSubscribe(t){!this.closed&&this.$value!==y&&t.next(this.$value),super.onSubscribe(t)}},M=class extends Error{message="No elements in sequence"};function B(){return new G}function v(e){return new l(t=>{e().subscribe(t)})}function ie(e){return new l(t=>{for(let r of e)t.closed||t.next(r);t.complete()})}function se(e){return new l(t=>{e.then(r=>{t.closed||t.next(r),t.complete()}).catch(r=>t.error(r))})}function U(e){return v(()=>se(e()))}function qe(e){return new l(t=>{for(let r of e)t.closed||t.next(r);t.complete()})}function ce(e){return e instanceof l?e:Array.isArray(e)?ie(e):e instanceof Promise?se(e):qe(e)}function J(...e){return ie(e)}function _e(e){return new Promise((t,r)=>{let n=y;e.subscribe({next:o=>n=o,error:o=>r(o),complete:()=>t(n)})})}function We(e){return _e(e).then(t=>t===y?void 0:t)}function E(e,t){return b(r=>({next:e(r),unsubscribe:t}))}function b(e){return t=>new l(r=>{let n=e(r,t);r.signal.subscribe(()=>n.unsubscribe?.()),n.error||(n.error=r.error),n.complete||(n.complete=r.complete),n.signal=r.signal,t.subscribe(n)})}function q(e){return E(t=>r=>t.next(e(r)))}function _(e,t){return b(r=>{let n=t,o=0;return{next(s){n=e(n,s,o++)},complete(){r.next(n),r.complete()}}})}function ze(e){return b(t=>{let r=!0,n;return{next(o){r&&(r=!1,t.next(o),n=setTimeout(()=>r=!0,e))},unsubscribe:()=>clearTimeout(n)}})}function Ye(e){return new l(t=>{let r=setTimeout(()=>{t.next(),t.complete()},e);t.signal.subscribe(()=>clearTimeout(r))})}function He(e,t=Ye){return ae(r=>t(e).map(()=>r))}function ae(e){return t=>$(r=>{let n=!1,o=!1,s,i=()=>{s?.next(),n=!1,o&&r.complete()},a=B();r.signal.subscribe(()=>{i(),a.next()}),t.subscribe({next(c){i(),s=B(),n=!0,e(c).subscribe({next:r.next,error:r.error,complete:i,signal:s})},error:r.error,complete(){o=!0,n||r.complete()},signal:a})})}function Ke(e){return t=>$(r=>{let n=r.signal,o=0,s=0,i=!1;t.subscribe({next:a=>{o++,e(a).subscribe({next:r.next,error:r.error,complete:()=>{s++,i&&s===o&&r.complete()},signal:n})},error:r.error,complete(){i=!0,s===o&&r.complete()},signal:n})})}function Xe(e){return b(t=>{let r=!0;return{next(n){r&&(r=!1,e(n).subscribe({next:t.next,error:t.error,complete:()=>r=!0,signal:t.signal}))}}})}function W(e){return E(t=>r=>{e(r)&&t.next(r)})}function Qe(e){return E(t=>r=>{e-- >0&&!t.closed&&t.next(r),(e<=0||t.closed)&&t.complete()})}function Ze(e){return E(t=>r=>{!t.closed&&e(r)?t.next(r):t.complete()})}function et(){let e=!1;return b(t=>({next(r){e||(e=!0,t.next(r),t.complete())},complete(){t.closed||t.error(new M)}}))}function z(e){return E(t=>r=>{e(r),t.next(r)})}function tt(e){return b((t,r)=>{let n,o={next:t.next,error(s){try{if(t.closed)return;let i=e(s,r);i&&(n?.next(),n=B(),i.subscribe({...o,signal:n}))}catch(i){t.error(i)}},unsubscribe:()=>n?.next()};return o})}function rt(){return E(e=>{let t=y;return r=>{r!==t&&(t=r,e.next(r))}})}function nt(){return e=>{let t=new O(1),r=!1;return $(n=>{t.subscribe(n),r||(r=!0,e.subscribe(t))})}}function ot(){return e=>{let t,r=0;function n(){--r===0&&t?.signal.next()}return $(o=>{o.signal.subscribe(n),r++===0?(t=at(),t.subscribe(o),e.subscribe(t)):t.subscribe(o)})}}function it(){return e=>{let t=new D,r,n,o=!1,s=!1;return $(i=>{s?(i.next(n),i.complete()):t.subscribe(i),r??=e.subscribe({next:a=>{o=!0,n=a},error:i.error,complete(){s=!0,o&&t.next(n),t.complete()},signal:i.signal})})}}function ue(...e){return e.length===1?e[0]:new l(t=>{let r=e.length;for(let n of e)t.closed||n.subscribe({next:t.next,error:t.error,complete(){r--===1&&t.complete()},signal:t.signal})})}function st(e){return b(t=>({next:t.next,unsubscribe:e}))}function ct(){return W(()=>!1)}var N=new l(e=>e.complete());function $(e){return new l(e)}function at(){return new V}var ne={catchError:tt,debounceTime:He,distinctUntilChanged:rt,exhaustMap:Xe,filter:W,finalize:st,first:et,ignoreElements:ct,map:q,mergeMap:Ke,publishLast:it,reduce:_,share:ot,shareLatest:nt,switchMap:ae,take:Qe,takeWhile:Ze,tap:z,throttleTime:ze};for(let e in ne)l.prototype[e]=function(...t){return this.pipe(ne[e](...t))};import{resolve as pt}from"path";import*as x from"inspector";import{relative as ut}from"path";function lt(e){let t=[];for(let r of e){let n=0,o=0;for(let s of r.functions)for(let i of s.ranges){let a=i.endOffset-i.startOffset;n+=a,i.count&&(o+=a)}t.push({url:r.url,functions:r.functions,blockTotal:n,blockCovered:o})}return t}async function ft(e){let t=process.cwd(),r=[],n=/\/node_modules\//;for(let o of e){let s=o.url.replace(/^file:\/\//,"");if(s.startsWith(t)&&!n.test(s)){let i=ut(t,s);r.push({url:i,functions:o.functions})}}return lt(r)}function le(e){let t=0,r=e.results.map(o=>(o.success===!1&&t++,{message:o.message,success:o.success,data:o.data,stack:o.stack})),n=(e.only.length?e.only:e.tests).map(o=>{let s=le(o);return t+=s.failureCount,s});return r.length===0&&e.tests.length===0&&(t++,r.push({success:!1,message:"No assertions found"})),{name:e.name,failureCount:t,results:r,tests:n,runTime:e.runTime,timeout:e.timeout}}async function I(e,t){let r=le(e),n=t&&await ft(t);return{success:r.failureCount===0,testReport:r,coverage:n}}function F(e,t,r={}){return new Promise((n,o)=>{e.post(t,r,(s,i)=>s?o(s):n(i))})}async function mt(e,t){await F(e,"Profiler.enable"),await F(e,"Profiler.startPreciseCoverage",{detailed:!0});let r=await t(),n=await F(e,"Profiler.takePreciseCoverage");return await F(e,"Profiler.stopPreciseCoverage"),await F(e,"Profiler.disable"),{coverage:n.result,result:r}}async function Y(e){async function t(){let s=(await import(o)).default;return s.run().then(()=>s)}let r=e.entryFile,n=new x.Session;e.log(`Runner: Node ${process.version}`);let o=pt(r);if(e.log(`Suite: ${o}`),e.inspect&&(x.open(),console.log(`Waiting for debugger (${x.url()})`),x.waitForDebugger()),n.connect(),e.ignoreCoverage){let s=await t();return I(s)}else{let{result:s,coverage:i}=await mt(n,t);return process.argv.includes("--inspect")&&(console.log("Press any key to continue"),await new Promise(a=>process.stdin.once("data",a))),I(s,i)}}import*as ge from"puppeteer";import{readFile as K,writeFile as fe,mkdir as pe}from"fs/promises";import{resolve as dt,join as gt,relative as ht}from"path";import{createRequire as xt}from"module";async function wt(e){await Promise.all([e.coverage.startJSCoverage({reportAnonymousScripts:!0})])}async function yt(e,t){let r=e.type(),{url:n,lineNumber:o}=e.location(),s=o!==void 0?` (${o})`:"";t.log(`console ${r}: ${n}${s}`);for(let i of e.args())try{console.log(await i.evaluate(a=>a instanceof Error?{message:a.message,stack:a.stack}:JSON.stringify(a,null,2)))}catch{console.log(i.toString())}}async function bt(e){return await(await e.createBrowserContext()).newPage()}async function $t(e,t,r,n){let o=await bt(t);function s(c){let u=c.type;if(u==="figure")try{return Pt(o,c,e)}catch(f){return{success:!1,message:String(f)||"Unknown Error"}}else{if(u==="hover"||u==="tap"||u==="click")return o.$(c.element).then(f=>{if(!f)throw new Error(`Element for selector "${c.element}" not found.`);return f[u]()}).then(()=>({success:!0,message:"Element"}));if(u==="type"||u==="press")return o.$(c.element).then(f=>{if(!f)throw new Error(`Element for selector "${c.element}" not found.`);return f[u](c.value)}).then(()=>({success:!0,message:"Element"}));if(u==="testElement")return{success:!0,message:"testElement supported"};if(u==="concurrency")return{success:!0,message:"Concurrency",concurrency:n}}return{success:!1,message:`Feature not supported: ${u}`}}o.on("console",c=>yt(c,e)),o.on("pageerror",c=>e.log(c)),o.on("requestfailed",c=>{e.log(`requestfailed: ${c.method()} ${c.url()} ${c.failure()?.errorText}`)}),o.exposeFunction("__cxlRunner",s),await wt(o),e.browserUrl&&await he(e,o,e.browserUrl),await o.bringToFront();let i=await vt(o,r,e);if(!i)throw new Error("Invalid suite");let a=e.ignoreCoverage?void 0:await kt(o,r);return{suite:i,coverage:a}}function he(e,t,r){return t.goto(r)}async function vt(e,t,r){let n=t[0].path,o=r.vfsRoot??process.cwd(),s=xt(process.cwd());await e.setRequestInterception(!0);function i(a){let c;try{if(c=s.resolve(a.slice(1)),c)return c}catch{}return gt(o,a)}return e.on("request",async a=>{try{let c=new URL(a.url());if(a.method()==="GET"&&c.hostname==="cxl-tester"){let u=i(c.pathname),f=c.pathname==="/"?"":await K(u,"utf8");u.endsWith(".js")&&!t.find(h=>h.source===f)&&t.push({path:u,source:f}),a.respond({status:200,contentType:u.endsWith(".js")?"text/javascript":"text/plain",body:f})}else a.continue()}catch{r.log(`Error handling request ${a.method()} ${a.url()}`),a.respond({status:500})}}),await he(r,e,"https://cxl-tester"),r.importmap&&await e.addScriptTag({type:"importmap",content:r.importmap}),e.evaluate(`(async entry => {
2
- const r = (await import(entry)).default;
3
- await r.run();
4
- return r.toJSON();
5
- })('${n}')`)}function H(e,t,r){return{startOffset:e,endOffset:t,count:r}}function Et(e){let t=[],r=0;for(let n of e.ranges)n.start>r&&t.push(H(r,n.start,0)),t.push(H(n.start,n.end,1)),r=n.end;return r<e.text.length&&t.push(H(r,e.text.length,0)),t}async function kt(e,t){return(await e.coverage.stopJSCoverage()).map(n=>{let o=t.find(s=>n.text.includes(s.source));return{url:o?.path?dt(o?.path):n.url,functions:[{functionName:"",ranges:Et(n),isBlockCoverage:!0}]}})}var me=Promise.resolve();async function de(e){let t=(await import("pngjs")).PNG;return new Promise((r,n)=>{new t().parse(Buffer.from(e),(s,i)=>{s?n(s):r(i)})})}function St(e,t,r){return new Promise((n,o)=>{let s=`#${t}`;me=me.then(()=>e.$eval(s,(i,a)=>{i.innerHTML=a,i.style.zIndex="10",i.getRootNode()?.activeElement?.blur?.()},r).then(async()=>(await e.waitForNetworkIdle({idleTime:120,timeout:5e3}),await e.waitForFunction("document.fonts?.ready"),await e.mouse.move(350,-100),(await e.$(s))?.screenshot({type:"png",encoding:"binary"}))).then(i=>{ArrayBuffer.isView(i)?n(i):o("Invalid value returned by screenshot()")},i=>o(i)))})}async function Pt(e,t,r){let{name:n,domId:o,html:s}=t,i=t.baseline=`${r.baselinePath||"spec"}/${n}.png`,a=`spec/${n}.png`,[c,u]=await Promise.all([K(i).catch(()=>{}),St(e,o,s)]);if(u&&pe("spec").catch(()=>!1).then(()=>fe(a,u)),(!c||r.updateBaselines)&&u&&r.baselinePath)pe(r.baselinePath).catch(()=>!1).then(()=>fe(i,u));else if(c&&u&&r.baselinePath){let[f,h]=await Promise.all([de(c),de(u)]),R=f.data,m=h.data,C=R.length;if(C!==m.length)return{success:!1,message:`Screenshot should match baseline: Different Size (${f.width}x${f.height} vs ${h.width}x${h.height})`,data:t};for(let T=0;T<C;T++)if(R.readUInt8(T)!==m.readUInt8(T))return{success:!1,message:"Screenshot should match baseline",data:t}}return{success:!0,message:"Screenshot should match baseline",data:t}}async function X(e){let t=e.vfsRoot?`./${ht(e.vfsRoot,e.entryFile)}`:e.entryFile,r=["--no-sandbox","--disable-setuid-sandbox","--disable-gpu","--font-render-hinting=none","--disable-font-subpixel-positioning","--animation-duration-scale=0","--force-device-scale-factor=1","--window-size=1280,1024","--disable-infobars","--hide-scrollbars","--blink-settings=imagesEnabled=true","--enable-font-antialiasing","--disable-features=Translate,BackForwardCache,ColorPicker,SharedArrayBuffer,InterestCohort,NotificationIndicator,Prerender2","--disable-background-timer-throttling","--disable-backgrounding-occluded-windows","--disable-renderer-backgrounding","--mute-audio","--disable-extensions"];e.disableSecurity&&r.push("--disable-web-security");let n=await ge.launch({headless:!0,args:r,timeout:5e3});try{e.log(`Puppeteer ${await n.version()}`);let o=await K(e.entryFile,"utf8"),s=[{path:t,source:o}],{suite:i,coverage:a}=await $t(e,n,s,0);return I(i,a)}finally{await n.close()}}function xe(e){return e.node?Y(e):X(e)}import{spawn as Ct}from"child_process";var we={reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29],black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],grey:[90,39],brightRed:[91,39],brightGreen:[92,39],brightYellow:[93,39],brightBlue:[94,39],brightMagenta:[95,39],brightCyan:[96,39],brightWhite:[97,39],bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgGray:[100,49],bgGrey:[100,49],bgBrightRed:[101,49],bgBrightGreen:[102,49],bgBrightYellow:[103,49],bgBrightBlue:[104,49],bgBrightMagenta:[105,49],bgBrightCyan:[106,49],bgBrightWhite:[107,49],blackBG:[40,49],redBG:[41,49],greenBG:[42,49],yellowBG:[43,49],blueBG:[44,49],magentaBG:[45,49],cyanBG:[46,49],whiteBG:[47,49]},g=Object.keys(we).reduce((e,t)=>{let r=we[t],n="\x1B["+r[0]+"m",o="\x1B["+r[1]+"m";return e[t]=s=>n+s+o,e},{}),be='"(?:[^"\\\\]|\\\\.)*"',Dt="-(\\w\\w+)",$e=`\\s*=?\\s*(${be}|[^-][^\\s]*)?`,Bt=`-(\\w)${$e}`,Nt=`--(\\w+)${$e}`,Ar=new RegExp(`\\s*(?:${Dt}|${Bt}|${Nt}|(${be}|[^\\s]+))`,"g");function ye(){return process.hrtime.bigint()}async function ve(e){let t=ye(),r=await(typeof e=="function"?e():e),n=0,o=ye(),s={start:t,tasks:++n,time:o-t,result:r};return t=o,s}function Ee(e,...t){console.log(typeof e=="string"?e:e(),...t)}function p(e,t={}){return new Promise((r,n)=>{let o=Ct(e,[],{shell:!0,...t}),s="";o.stdout?.on("data",i=>s+=i?.toString()||""),o.stderr?.on("data",i=>s+=i?.toString()||""),o.on("exit",i=>{i!==0?n(s):r(s)})})}function It(e,t){let r=t.message;console.error(e,g.red(r)),t.stack&&console.error(t.stack)}function ke(e){let t="",r=e.results.filter(o=>(t+=o.success?g.green("."):g.red("X"),o.success===!1)),n=e.runTime>e.timeout?"brightYellow":e.runTime>e.timeout/2?"yellow":"gray";return console.group(`${e.name} ${g[n](`(${e.runTime.toFixed(2)} ms)`)} ${t}`),r.forEach(o=>It(e.name,o)),e.tests.forEach(ke),console.groupEnd(),r}function Ft(e){console.log("Coverage Report:");for(let t of e){let r=(t.blockCovered/t.blockTotal*100).toFixed(2);console.log(`${t.url}: ${r}% (${t.blockTotal}/${t.blockCovered})`)}}function Q(e){e.coverage&&Ft(e.coverage),ke(e.testReport)}import{dirname as Wt,relative as zt,resolve as Yt}from"path";import{existsSync as Ht,utimesSync as Kt,writeFileSync as Xt}from"fs";import{spawn as Qt,execSync as Re}from"child_process";import{createRequire as Zt}from"module";import{existsSync as At,readFileSync as Be}from"fs";import{join as Lt,resolve as Gt}from"path";import{promises as Rt,readFileSync as Ur}from"fs";import{basename as Tt,dirname as qr,resolve as jt}from"path";async function Pe(e){let t=await Rt.readFile(e);return{path:e,source:t}}function k(e,t){return v(()=>ce(Pe(e).then(r=>({path:t||jt(e),source:r.source}))))}function Wr(e){return z(t=>t.path=(e||"")+Tt(t.path))}function zr(e,t=`
6
- `){return oe(_((r,n)=>`${r}${t}${n.source}`,""),q(r=>({path:e,source:Buffer.from(r)})))}function Yr(e){return new l(t=>{Promise.all(e.map(Pe)).then(r=>{r.forEach(n=>t.next(n)),t.complete()},r=>t.error(r))})}function Ce(e,t,r=""){return j(`mkdir -p ${t} && rsync -au -i --delete ${e}/${r} ${t}`)}function Hr(e,t){return Se(`zip - ${e.join(" ")}`).map(r=>({path:t,source:r}))}import{execSync as Ot}from"child_process";import*as Ne from"esbuild";var Vt=process.cwd(),S=Ot("npm prefix",{cwd:Vt}).toString().trim(),Mt={"GPL-3.0":"license-GPL-3.0.txt","GPL-3.0-only":"license-GPL-3.0.txt","Apache-2.0":"license-Apache-2.0.txt","SEE LICENSE IN LICENSE.md":"",UNLICENSED:""};function De(e,t,r){for(let n of e)if(!t[n])throw new Error(`Field "${n}" missing in "${r}"`)}function Ie(e){return new l(t=>{Ne.build({minify:!0,bundle:!0,splitting:!0,format:"esm",tsconfig:"tsconfig.json",platform:"browser",define:{CXL_DEBUG:"false"},...e}).then(()=>t.complete())})}function A(e=S){let t=Gt(e,"package.json");if(!At(t))throw new Error(`"${t}" not found`);let r=JSON.parse(Be(t,"utf8"));return De(["name","version","description"],r,t),r.private||De(["license"],r,t),r}function Ut(e,t){return J({path:"package.json",source:Buffer.from(JSON.stringify({name:e.name,version:e.version,description:e.description,private:e.private,license:e.license,files:e.files||["*.js","*.d.ts","*.css","LICENSE.md","*.md"],main:t??e.main??"index.js",exports:e.exports,browser:e.browser,homepage:e.homepage,bugs:e.bugs,bin:e.bin,repository:e.repository,dependencies:e.dependencies,peerDependencies:e.peerDependencies,bundledDependencies:e.bundledDependencies,type:e.type},null,2))})}function Jt(e){if(e==="UNLICENSED"||e==="SEE LICENSE IN LICENSE.md")return N;let t=Mt[e];if(!t)throw new Error(`Invalid license: "${e}"`);return k(Lt(import.meta.dirname,t),"LICENSE")}function qt(e,t){return`https://npmjs.com/package/${e}/v/${t}`}function _t(e){try{return Be(e,"utf8")}catch{return""}}function Fe(){return v(()=>{let e=A(S),t=_t("USAGE.md"),r=encodeURIComponent(e.name);return J({path:"README.md",source:Buffer.from(`# ${e.name}
7
-
8
- [![npm version](https://badge.fury.io/js/${r}.svg)](https://badge.fury.io/js/${r})
9
-
10
- ${e.description}
11
-
12
- ## Project Details
13
-
14
- - Branch Version: [${e.version}](${qt(e.name,e.version)})
15
- - License: ${e.license}
16
- - Documentation: [Link](${e.homepage})
17
- - Report Issues: [Github](${e.bugs})
18
-
19
- ## Installation
20
-
21
- npm install ${e.name}
22
-
23
- ${t}`)})})}function Z(e){return v(()=>{let t=A(),r=t.license,n=[Ut(t,e)];return r&&n.push(Jt(r)),ue(...n)})}var er=g.green("build"),w=Ee.bind(null,er),Te=Zt(import.meta.dirname);function tr(e){return(e/1e3).toFixed(2)+"kb"}function rr(e){let t=Number(e)/1e9,r=t.toFixed(4)+"s";return t>.1?t>.5?g.red(r):g.yellow(r):r}function L(e){return Te(Te.resolve(e,{paths:[process.cwd(),import.meta.dirname]}))}async function je(...e){if(!e)throw new Error("Invalid configuration");S!==process.cwd()&&(process.chdir(S),w(`chdir "${S}"`));let t=A();w(`${t.name} ${t.version}`);let r=[void 0,...process.argv];try{for(let n of r)for(let o of e)o.target===n&&await new ee(w,o).build()}catch(n){console.error(n),process.exit(1)}}function j(e,t){return new l(r=>{w(`sh ${e}`),ve(p(e,t)).then(n=>{w(`sh ${e}`,rr(n.time)),n.result&&console.log(n.result),r.complete()},n=>{r.error(n)})})}function Se(e,t={}){return new l(r=>{let n=Qt(e,[],{shell:!0,...t}),o,s;n.stdout?.on("data",i=>o=o?Buffer.concat([o,Buffer.from(i)]):Buffer.from(i)),n.stderr?.on("data",i=>s=s?Buffer.concat([s,Buffer.from(i)]):Buffer.from(i)),n.on("close",i=>{i?r.error(s||o):(r.next(o),r.complete())})})}var ee=class{log;config;outputDir;constructor(t,r){this.log=t,this.config=r,this.outputDir=r.outputDir||"."}async build(){try{let t=this.config.target||"";t&&this.log(`target ${t}`),Re(`mkdir -p ${this.outputDir}`),await Promise.all(this.config.tasks.map(r=>this.runTask(r)))}catch(t){throw console.log("BUILD: ",t),"Build finished with errors"}}async runTask(t){await t.tap(r=>{let n=Yt(this.outputDir,r.path),o=r.source,s=Wt(n);Ht(s)||Re(`mkdir -p ${s}`),Xt(n,o),r.mtime&&Kt(n,r.mtime,r.mtime);let i=zt(process.cwd(),n);this.log(`${i} ${tr((r.source||"").length)}`)})}};import{relative as nr,join as or}from"path";function ir(e){let t=[],r=!1;if(e.forEach(n=>{let o=n.errorCount,s=nr(process.cwd(),n.filePath);w(`eslint ${s}`),o&&(r=!0,n.messages.forEach(i=>console.error(`${s}#${i.line}:${i.column}: ${i.message} (${i.ruleId})`)))}),r)throw new Error("eslint errors found.");return t}function Ae(e){return new l(t=>{(async()=>{let{ESLint:r}=L("eslint");w(`eslint ${r.version}`),new r({cache:!0,cwd:process.cwd(),overrideConfigFile:or(import.meta.dirname,"eslint-config.js"),...e}).lintFiles(["**/*.ts?(x)"]).then(ir).then(()=>t.complete(),o=>t.error(o))})()})}import{relative as sr}from"path";var d=L("typescript"),P=d.sys,cr={useCaseSensitiveFileNames:!0,readDirectory:P.readDirectory,getCurrentDirectory:P.getCurrentDirectory,fileExists:P.fileExists,readFile:P.readFile,onUnRecoverableConfigFileDiagnostic(e){throw e}},ar={getCurrentDirectory:P.getCurrentDirectory,getNewLine:()=>`
24
- `,getCanonicalFileName:e=>e},yn=d.version;function ur(e){return[...e.getConfigFileParsingDiagnostics(),...e.getOptionsDiagnostics(),...e.getGlobalDiagnostics(),...e.getDeclarationDiagnostics()]}function Le(e,t=ar){throw console.error(d.formatDiagnosticsWithColorAndContext(e,t)),new Error("Typescript compilation failed")}function lr(e="tsconfig.json",t={module:d.ModuleKind.CommonJS}){let r=d.createSolutionBuilderHost(P),n=pr(e);n.errors?.length&&Le(n.errors);let o=n.options.outDir;if(!o)throw new Error(`No outDir field set in ${e}`);let s=d.createSolutionBuilder(r,[e],t);return{outputDir:o,builder:s,options:n}}function fr(e="tsconfig.json",t,r={module:d.ModuleKind.CommonJS}){let{outputDir:n,builder:o}=lr(e,r),s,i="";function a(c,u){i&&c.startsWith(i)?(c=sr(n,c),t.next({path:c,source:Buffer.from(u)})):console.warn(`File "${c}" is outside of outDir. Ignoring.`)}for(;s=o.getNextInvalidatedProject();){if(s.kind===d.InvalidatedProjectKind.Build){let u=s.getProgram();if(i=s.getCompilerOptions().outDir??"",u){let f=ur(u);f.length&&Le(f)}}if(s.done(void 0,a)!==d.ExitStatus.Success)throw`${s.project}: Typescript compilation failed`}}function Ge(e="tsconfig.json",t){return new l(r=>{fr(e,r,t),r.complete()})}function pr(e){let t;try{t=d.getParsedCommandLineOfConfigFile(e,{},cr)}catch(r){if(r instanceof Error)throw r;let n=r?.message||r?.messageText||"Unknown Error";throw new Error(n)}if(!t)throw console.log(process.cwd()),new Error(`Could not parse config file "${e}"`);return t}import{readFile as mr}from"fs/promises";async function Oe(e){return(await p("git rev-parse --abbrev-ref HEAD",{cwd:e})).trim()}async function Ve(e){return(await p("git remote show origin",{cwd:e})).match(/HEAD branch:\s+(\S+)/)?.[1]}import{resolve as dr}from"path";async function gr(e){return JSON.parse(await mr(e,"utf8"))}async function hr(e,t){let r=dr(t);try{await p("npm install --production",{cwd:r}),await p("npm test",{cwd:e})}finally{await p(`rm -rf ${r}/node_modules ${r}/package-lock.json`)}}async function Me(e,t){let r=await Oe(process.cwd()),n=await Ve(process.cwd());if(r!==n)throw`Active branch "${r}" is not main branch`;let o=await gr(`${e}/package.json`),s=o.name.split("/")[1],i=await xr(o.name);if(i.versions.includes(o.version))console.log(`Package "${o.name}" version "${o.version}" already published. Skipping.`);else{console.log(`Building ${o.name} ${o.version}`),await p(`npm run build package --prefix ${e}`),await hr(e,t);let c=o.version.includes("beta")?"beta":o.version.includes("alpha")?"alpha":"latest",u=c==="alpha"?i["dist-tags"].alpha:void 0;if(console.log(await p(`npm publish --access=public --tag ${c}`,{cwd:t})),c==="beta"||c==="alpha"){let f=`${o.version.split(".")[0]}-${c}`;console.log(await p(`npm dist-tag add ${o.name}@${o.version} ${f}`))}if(u)try{console.log(await p(`npm unpublish ${o.name}@${u}`))}catch(f){console.error(`Removing old version ${o.name}@${u} failed.`),console.error(f)}}let a=`${s}/${o.version}`;(await p(`git tag -l ${a}`)).trim()||(console.log(`Creating tag "${a}"`),await p(`git tag ${a} && git push origin ${a}`))}async function xr(e){return JSON.parse((await p(`npm show ${e} --json`)).trim())}import{buildDocs as yr}from"@cxl/3doc/render.js";function Ue(e,t={}){for(let r in e)t[r]=`/${r}`;return t}function Vn(...e){let t=process.cwd(),n=JSON.parse(re(t+"/tsconfig.json","utf8"))?.compilerOptions?.outDir,o=wr(n),s=te(n,"package"),i=JSON.parse(re("package.json","utf8")),a=JSON.parse(re("../package.json","utf8")),c=!!i.browser,u=i.exports?.["."]??"index.bundle.js",f=c&&i.dependencies?Object.keys(i.dependencies):void 0,h;if(c){let m={};a.devDependencies&&Ue(a.devDependencies,m),i.dependencies&&Ue(i.dependencies,m),h=JSON.stringify({imports:m})}let R=i.exports?Object.values(i.exports).flatMap(m=>m?[te(n,m)]:[]):[{out:"index.bundle",in:te(n,"index.js")}];return je({outputDir:n,tasks:[k("test-screenshot.html","test-screenshot.html").catchError(()=>N),Ge("tsconfig.test.json"),Z("index.js")]},{target:"test",outputDir:n,tasks:[U(async()=>{try{process.chdir(n);let m=await xe({node:!c,mjs:!0,vfsRoot:"..",entryFile:"./test.js",importmap:h,log:console.log.bind(console)});Q(m)}finally{process.chdir(t)}}).ignoreElements()]},{target:"docs",outputDir:`../docs/${o}`,tasks:[$(m=>{yr({$:[],clean:!0,summary:!0,markdown:!0,cxlExtensions:!0,debug:!0,outputDir:`../docs/${o}`},C=>{m.next({path:C.name,source:Buffer.from(C.content)})}).then(()=>m.complete())})]},{target:"package",outputDir:".",tasks:[Fe(),Ae()]},{outputDir:".",tasks:[j(`rm -rf ${s}`)]},{outputDir:s,tasks:[k("README.md","README.md"),k("LICENSE.md","LICENSE.md").catchError(()=>N),Z(u),Ce(n,s,"*.d.ts"),Ie({entryPoints:R,platform:c?"browser":"node",outdir:s,external:f,packages:c?"bundle":"external"})]},{target:"publish",outputDir:n,tasks:[U(async()=>{await Me(".",s)}).ignoreElements()]},...e)}export{Ie as a,Fe as b,Z as c,je as d,j as e,Se as f,k as g,Wr as h,zr as i,Yr as j,Ce as k,Hr as l,Vn as m};
@@ -1 +0,0 @@
1
- import{m as a}from"./chunk-ZYWVDQ3W.js";export{a as buildLibrary};